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

16 lines
457 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Disc3 = createLucideIcon("Disc3", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M6 12c0-1.7.7-3.2 1.8-4.2", key: "oqkarx" }],
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }],
["path", { d: "M18 12c0 1.7-.7 3.2-1.8 4.2", key: "1eah9h" }]
]);
export { Disc3 as default };
//# sourceMappingURL=disc-3.mjs.map