Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

15 lines
425 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const IceCream = createLucideIcon("IceCream", [
["path", { d: "m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11", key: "1v6356" }],
["path", { d: "M17 7A5 5 0 0 0 7 7", key: "151p3v" }],
["path", { d: "M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4", key: "1sdaij" }]
]);
export { IceCream as default };
//# sourceMappingURL=ice-cream.mjs.map