first commit
This commit is contained in:
13
node_modules/lucide-react/dist/esm/icons/circle-slash-2.mjs
generated
vendored
Normal file
13
node_modules/lucide-react/dist/esm/icons/circle-slash-2.mjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user