@leapdev/gui-icons 3.0.62 → 3.0.63
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/CHANGELOG.md +8 -0
- package/dist/app.js +34 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/dollar-16.svg +3 -0
- package/dist/icons/leap-web/euro-16.svg +3 -0
- package/dist/icons/leap-web/pound-16.svg +3 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +3 -0
- package/package.json +1 -1
- package/dist/icons/doctype/.DS_Store +0 -0
- package/dist/icons/leap-web/.DS_Store +0 -0
- package/dist/illustrations/.DS_Store +0 -0
package/dist/icons/.DS_Store
CHANGED
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 10.5C4 12 5 13 6.5 13H9.5C11 13 12 12 12 10.5C12 9 11 8 9.5 8H6.5C5 8 4 7 4 5.5C4 4 5 3 6.5 3H9.5C11 3 12 4 12 5.5M8 1.5V14.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.6667 3.67927C11.6784 2.83974 10.3983 2.33325 9 2.33325C5.87039 2.33325 3.33333 4.8703 3.33333 7.99992C3.33333 11.1295 5.87039 13.6666 9 13.6666C10.3983 13.6666 11.6784 13.1601 12.6667 12.3206M2 9.33325H8.66667M2 6.66659H8.66667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.6666 13.6666H4.33325C4.33325 13.6666 6.66659 11.8274 6.66659 8.99992C6.66659 7.1149 5.27576 6.44074 5.25572 4.8699C5.25702 1.76044 9.00025 1.92577 10.3013 3.16164M4.33325 8.99992H9.99992" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|