/** * 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