15 lines
377 B
JavaScript
15 lines
377 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Disc2 = createLucideIcon("Disc2", [
|
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
|
|
["path", { d: "M12 12h.01", key: "1mp3jc" }]
|
|
]);
|
|
|
|
export { Disc2 as default };
|
|
//# sourceMappingURL=disc-2.mjs.map
|