first commit

This commit is contained in:
ghazall-ag
2025-10-23 21:52:07 +03:30
commit d63a5b8d99
15218 changed files with 1639961 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const CircleOff = createLucideIcon("CircleOff", [
["path", { d: "m2 2 20 20", key: "1ooewy" }],
["path", { d: "M8.35 2.69A10 10 0 0 1 21.3 15.65", key: "1pfsoa" }],
["path", { d: "M19.08 19.08A10 10 0 1 1 4.92 4.92", key: "1ablyi" }]
]);
export { CircleOff as default };
//# sourceMappingURL=circle-off.mjs.map