15 lines
400 B
JavaScript
15 lines
400 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Divide = createLucideIcon("Divide", [
|
|
["circle", { cx: "12", cy: "6", r: "1", key: "1bh7o1" }],
|
|
["line", { x1: "5", x2: "19", y1: "12", y2: "12", key: "13b5wn" }],
|
|
["circle", { cx: "12", cy: "18", r: "1", key: "lqb9t5" }]
|
|
]);
|
|
|
|
export { Divide as default };
|
|
//# sourceMappingURL=divide.mjs.map
|