@edux-design/icons 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +264 -2279
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +263 -2280
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/24/moon.svg +3 -0
- package/src/24/sun.svg +11 -0
package/package.json
CHANGED
package/src/24/moon.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon-icon lucide-moon">
|
|
2
|
+
<path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"/>
|
|
3
|
+
</svg>
|
package/src/24/sun.svg
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun-icon lucide-sun">
|
|
2
|
+
<circle cx="12" cy="12" r="4"/>
|
|
3
|
+
<path d="M12 2v2"/>
|
|
4
|
+
<path d="M12 20v2"/>
|
|
5
|
+
<path d="m4.93 4.93 1.41 1.41"/>
|
|
6
|
+
<path d="m17.66 17.66 1.41 1.41"/>
|
|
7
|
+
<path d="M2 12h2"/>
|
|
8
|
+
<path d="M20 12h2"/>
|
|
9
|
+
<path d="m6.34 17.66-1.41 1.41"/>
|
|
10
|
+
<path d="m19.07 4.93-1.41 1.41"/>
|
|
11
|
+
</svg>
|