Initial commit

This commit is contained in:
maojindao55
2025-02-12 17:18:18 +08:00
commit 394e5640e9
8002 changed files with 1687177 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const IterationCcw = createLucideIcon("IterationCcw", [
[
"path",
{ d: "M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8", key: "4znkd0" }
],
["polyline", { points: "16 14 20 18 16 22", key: "11njsm" }]
]);
export { IterationCcw as default };
//# sourceMappingURL=iteration-ccw.mjs.map