@edux-design/icons 0.1.9 → 0.1.11
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +186 -2142
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +186 -2143
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/24/comment.svg +6 -0
- package/src/24/superscript.svg +4 -4
package/package.json
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
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-message-square-more-icon lucide-message-square-more">
|
|
2
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"/>
|
|
3
|
+
<path d="M12 11h.01"/>
|
|
4
|
+
<path d="M16 11h.01"/>
|
|
5
|
+
<path d="M8 11h.01"/>
|
|
6
|
+
</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>
|