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

15 lines
390 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Umbrella = createLucideIcon("Umbrella", [
["path", { d: "M22 12a10.06 10.06 1 0 0-20 0Z", key: "1teyop" }],
["path", { d: "M12 12v8a2 2 0 0 0 4 0", key: "ulpmoc" }],
["path", { d: "M12 2v1", key: "11qlp1" }]
]);
export { Umbrella as default };
//# sourceMappingURL=umbrella.mjs.map