Files
2026-01-01 21:35:03 +03:30

14 lines
345 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const CircleSlash2 = createLucideIcon("CircleSlash2", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M22 2 2 22", key: "y4kqgn" }]
]);
export { CircleSlash2 as default };
//# sourceMappingURL=circle-slash-2.mjs.map