@edux-design/icons 0.1.10 → 0.1.12
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 +2172 -169
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2172 -170
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/24/history.svg +5 -0
- package/src/24/superscript.svg +4 -4
package/package.json
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
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-history-icon lucide-history">
|
|
2
|
+
<path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"/>
|
|
3
|
+
<path d="M3 3v5h5"/>
|
|
4
|
+
<path d="M12 7v5l4 2"/>
|
|
5
|
+
</svg>
|
package/src/24/superscript.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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-
|
|
2
|
-
<path d="m4
|
|
3
|
-
<path d="m12
|
|
4
|
-
<path d="M20
|
|
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-superscript-icon lucide-superscript">
|
|
2
|
+
<path d="m4 19 8-8"/>
|
|
3
|
+
<path d="m12 19-8-8"/>
|
|
4
|
+
<path d="M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"/>
|
|
5
5
|
</svg>
|