Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/angry.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

18 lines
519 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Angry = createLucideIcon("Angry", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M16 16s-1.5-2-4-2-4 2-4 2", key: "epbg0q" }],
["path", { d: "M7.5 8 10 9", key: "olxxln" }],
["path", { d: "m14 9 2.5-1", key: "1j6cij" }],
["path", { d: "M9 10h0", key: "1vxvly" }],
["path", { d: "M15 10h0", key: "1j6oav" }]
]);
export { Angry as default };
//# sourceMappingURL=angry.mjs.map