@versaur/icons 1.0.0 → 1.0.1
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/assets/activity-square.svg +2 -1
- package/assets/activity.svg +1 -1
- package/assets/archive-x.svg +3 -4
- package/assets/archive.svg +3 -3
- package/assets/area-chart.svg +3 -4
- package/assets/award.svg +2 -2
- package/assets/bar-chart-2.svg +5 -4
- package/assets/bar-chart.svg +4 -6
- package/assets/calendar-check.svg +1 -1
- package/assets/check-circle.svg +1 -1
- package/assets/clipboard.svg +2 -2
- package/assets/columns-2.svg +2 -2
- package/assets/columns-3.svg +3 -3
- package/assets/copy.svg +2 -2
- package/assets/data.svg +3 -2
- package/assets/donut-chart.svg +4 -1
- package/assets/filter.svg +3 -1
- package/assets/gauge-circle.svg +3 -1
- package/assets/gauge.svg +3 -4
- package/assets/globe.svg +3 -1
- package/assets/help-circle.svg +3 -3
- package/assets/layout-dashboard.svg +3 -2
- package/assets/line-chart.svg +3 -1
- package/assets/list-ordered.svg +6 -5
- package/assets/mail-open.svg +3 -3
- package/assets/map-pin-check.svg +1 -1
- package/assets/minus.svg +1 -2
- package/assets/percent.svg +3 -8
- package/assets/pie-chart.svg +2 -2
- package/assets/repeat.svg +4 -5
- package/assets/search-2.svg +1 -0
- package/assets/{clock-alert.svg → send.svg} +2 -3
- package/assets/settings.svg +2 -2
- package/assets/share-2.svg +3 -4
- package/assets/share.svg +3 -3
- package/assets/sliders.svg +9 -3
- package/assets/target.svg +3 -2
- package/assets/trash.svg +5 -2
- package/assets/unlock.svg +3 -2
- package/assets/vertical-menu.svg +5 -0
- package/assets/wallet.svg +3 -3
- package/dist/icons.stories.d.ts +18 -0
- package/dist/icons.stories.d.ts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +4 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +169 -175
- package/package.json +6 -5
- package/assets/building-2.svg +0 -7
- /package/assets/{menu-open.svg → hamburger-menu.svg} +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
2
|
+
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
|
3
|
+
<polyline points="20 12 17 12 14.5 19.5 9 4.5 6 12 4 12"></polyline>
|
|
3
4
|
</svg>
|
package/assets/activity.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
2
|
+
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
|
|
3
3
|
</svg>
|
package/assets/archive-x.svg
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<line x1="14" y1="12" x2="10" y2="16"></line>
|
|
2
|
+
<path d="M16 3H8L2 7h20L16 3z"></path>
|
|
3
|
+
<rect x="2" y="7" width="20" height="14" rx="1"></rect>
|
|
4
|
+
<path d="M10 12l4 4M14 12l-4 4"></path>
|
|
6
5
|
</svg>
|
package/assets/archive.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
2
|
+
<path d="M16 3H8L2 7h20L16 3z"></path>
|
|
3
|
+
<rect x="2" y="7" width="20" height="14" rx="1"></rect>
|
|
4
|
+
<line x1="10" y1="13" x2="14" y2="13"></line>
|
|
5
5
|
</svg>
|
package/assets/area-chart.svg
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<polyline points="15 9 15 20"></polyline>
|
|
2
|
+
<line x1="3" y1="3" x2="3" y2="20"></line>
|
|
3
|
+
<line x1="3" y1="20" x2="21" y2="20"></line>
|
|
4
|
+
<path d="M3 20l5-7 4 4 5-9 5 7v5H3z"></path>
|
|
6
5
|
</svg>
|
package/assets/award.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<circle cx="12" cy="
|
|
3
|
-
<
|
|
2
|
+
<circle cx="12" cy="8" r="6"></circle>
|
|
3
|
+
<path d="M8.21 13.89L7 23l5-3 5 3-1.21-9.12"></path>
|
|
4
4
|
</svg>
|
package/assets/bar-chart-2.svg
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<line x1="3" y1="
|
|
3
|
-
<line x1="
|
|
4
|
-
<
|
|
5
|
-
<
|
|
2
|
+
<line x1="3" y1="3" x2="3" y2="21"></line>
|
|
3
|
+
<line x1="3" y1="21" x2="21" y2="21"></line>
|
|
4
|
+
<rect x="5" y="5" width="12" height="3" stroke-width="1.5"></rect>
|
|
5
|
+
<rect x="5" y="10" width="8" height="3" stroke-width="1.5"></rect>
|
|
6
|
+
<rect x="5" y="15" width="15" height="3" stroke-width="1.5"></rect>
|
|
6
7
|
</svg>
|
package/assets/bar-chart.svg
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
<line x1="8" y1="15" x2="8" y2="20"></line>
|
|
7
|
-
<line x1="12" y1="15" x2="12" y2="20"></line>
|
|
2
|
+
<rect x="3" y="10" width="4" height="10" stroke-width="1.5"></rect>
|
|
3
|
+
<rect x="10" y="4" width="4" height="16" stroke-width="1.5"></rect>
|
|
4
|
+
<rect x="17" y="7" width="4" height="13" stroke-width="1.5"></rect>
|
|
5
|
+
<line x1="2" y1="20" x2="22" y2="20"></line>
|
|
8
6
|
</svg>
|
package/assets/check-circle.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
-
<
|
|
3
|
+
<path d="M9 12l2 2 4-4"></path>
|
|
4
4
|
</svg>
|
package/assets/clipboard.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<path d="
|
|
2
|
+
<rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>
|
|
3
|
+
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path>
|
|
4
4
|
</svg>
|
package/assets/columns-2.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<rect x="3" y="3" width="
|
|
3
|
-
<rect x="
|
|
2
|
+
<rect x="3" y="3" width="6" height="18"></rect>
|
|
3
|
+
<rect x="13" y="3" width="6" height="18"></rect>
|
|
4
4
|
</svg>
|
package/assets/columns-3.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<rect x="
|
|
3
|
-
<rect x="9" y="3" width="
|
|
4
|
-
<rect x="
|
|
2
|
+
<rect x="2" y="3" width="4" height="18"></rect>
|
|
3
|
+
<rect x="9" y="3" width="4" height="18"></rect>
|
|
4
|
+
<rect x="16" y="3" width="4" height="18"></rect>
|
|
5
5
|
</svg>
|
package/assets/copy.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
2
|
+
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
|
|
3
|
+
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
|
|
4
4
|
</svg>
|
package/assets/data.svg
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
2
|
+
<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse>
|
|
3
|
+
<path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path>
|
|
4
|
+
<path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>
|
|
4
5
|
</svg>
|
package/assets/donut-chart.svg
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<circle cx="12" cy="12" r="9"></circle>
|
|
3
|
-
<
|
|
3
|
+
<circle cx="12" cy="12" r="4"></circle>
|
|
4
|
+
<line x1="12" y1="3" x2="12" y2="8"></line>
|
|
5
|
+
<line x1="20.1" y1="14" x2="15.7" y2="11.5"></line>
|
|
6
|
+
<line x1="3.9" y1="14" x2="8.3" y2="11.5"></line>
|
|
4
7
|
</svg>
|
package/assets/filter.svg
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
2
|
+
<line x1="4" y1="6" x2="20" y2="6"></line>
|
|
3
|
+
<line x1="7" y1="12" x2="17" y2="12"></line>
|
|
4
|
+
<line x1="10" y1="18" x2="14" y2="18"></line>
|
|
3
5
|
</svg>
|
package/assets/gauge-circle.svg
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
-
<
|
|
3
|
+
<path d="M12 6v1M12 17v1M6 12H7M17 12h1M7.76 7.76l.7.7M15.54 15.54l.7.7M16.24 7.76l-.7.7M8.46 15.54l-.7.7"></path>
|
|
4
|
+
<line x1="12" y1="12" x2="15" y2="9"></line>
|
|
5
|
+
<circle cx="12" cy="12" r="1"></circle>
|
|
4
6
|
</svg>
|
package/assets/gauge.svg
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<path d="M19.78 4.22l-5.66 5.66M10.34 13.66l-5.66 5.66"></path>
|
|
2
|
+
<path d="M2.3 13.4a10 10 0 1 1 19.4 0"></path>
|
|
3
|
+
<line x1="12" y1="13" x2="8" y2="7"></line>
|
|
4
|
+
<circle cx="12" cy="13" r="1"></circle>
|
|
6
5
|
</svg>
|
package/assets/globe.svg
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
2
|
+
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
+
<path d="M2 12h20"></path>
|
|
4
|
+
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>
|
|
3
5
|
</svg>
|
package/assets/help-circle.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
2
|
+
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
+
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
|
|
4
|
+
<line x1="12" y1="17" x2="12.01" y2="17"></line>
|
|
5
5
|
</svg>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
2
|
+
<rect x="3" y="3" width="7" height="18" stroke-width="1.5"></rect>
|
|
3
|
+
<rect x="14" y="3" width="7" height="7" stroke-width="1.5"></rect>
|
|
4
|
+
<rect x="14" y="13" width="7" height="8" stroke-width="1.5"></rect>
|
|
4
5
|
</svg>
|
package/assets/line-chart.svg
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
2
|
+
<line x1="3" y1="3" x2="3" y2="20"></line>
|
|
3
|
+
<line x1="3" y1="20" x2="21" y2="20"></line>
|
|
4
|
+
<polyline points="4 15 8 11 12 14 17 8 21 10"></polyline>
|
|
3
5
|
</svg>
|
package/assets/list-ordered.svg
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<line x1="
|
|
5
|
-
<
|
|
6
|
-
<
|
|
2
|
+
<line x1="10" y1="6" x2="17" y2="6"></line>
|
|
3
|
+
<line x1="10" y1="12" x2="17" y2="12"></line>
|
|
4
|
+
<line x1="10" y1="18" x2="17" y2="18"></line>
|
|
5
|
+
<path stroke-width="1" d="M6.5 4.5v3"></path>
|
|
6
|
+
<path stroke-width="1" d="M5.5 10.5a1 1 0 0 1 2 0c0 .8-2 2-2 2.5h2"></path>
|
|
7
|
+
<path stroke-width="1" d="M5.5 16h2c.4 0 .8.4.8.9s-.4.9-.8.9H5.5m2 0c.4 0 .8.4.8.9s-.4.9-.8.9H5.5"></path>
|
|
7
8
|
</svg>
|
package/assets/mail-open.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<polyline points="
|
|
4
|
-
<polyline points="2
|
|
2
|
+
<path d="M2 8v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8"></path>
|
|
3
|
+
<polyline points="2 8 12 3 22 8"></polyline>
|
|
4
|
+
<polyline points="2 10 12 16 22 10"></polyline>
|
|
5
5
|
</svg>
|
package/assets/map-pin-check.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path>
|
|
3
|
-
<path d="
|
|
3
|
+
<path d="M9 10l2.5 2.5 4.5-4.5"></path>
|
|
4
4
|
</svg>
|
package/assets/minus.svg
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<line x1="8" y1="12" x2="16" y2="12"></line>
|
|
2
|
+
<line x1="5" y1="12" x2="19" y2="12"></line>
|
|
4
3
|
</svg>
|
package/assets/percent.svg
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<line x1="
|
|
4
|
-
<
|
|
5
|
-
<line x1="19.39" y1="11.61" x2="17" y2="14"></line>
|
|
6
|
-
<line x1="13" y1="16" x2="13" y2="20"></line>
|
|
7
|
-
<line x1="8.39" y1="14" x2="6" y2="11.61"></line>
|
|
8
|
-
<line x1="2" y1="8" x2="6" y2="8"></line>
|
|
9
|
-
<line x1="6" y1="6.39" x2="8.39" y2="4"></line>
|
|
2
|
+
<circle cx="7.5" cy="7.5" r="2.5"></circle>
|
|
3
|
+
<line x1="16" y1="2" x2="8" y2="22"></line>
|
|
4
|
+
<circle cx="16.5" cy="16.5" r="2.5"></circle>
|
|
10
5
|
</svg>
|
package/assets/pie-chart.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<path d="
|
|
2
|
+
<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path>
|
|
3
|
+
<path d="M22 12A10 10 0 0 0 12 2v10z"></path>
|
|
4
4
|
</svg>
|
package/assets/repeat.svg
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<polyline points="
|
|
3
|
-
<
|
|
4
|
-
<polyline points="
|
|
5
|
-
<
|
|
6
|
-
<line x1="20" y1="12" x2="4" y2="12"></line>
|
|
2
|
+
<polyline points="17 1 21 5 17 9"></polyline>
|
|
3
|
+
<path d="M3 11V9a4 4 0 0 1 4-4h14"></path>
|
|
4
|
+
<polyline points="7 23 3 19 7 15"></polyline>
|
|
5
|
+
<path d="M21 13v2a4 4 0 0 1-4 4H3"></path>
|
|
7
6
|
</svg>
|
package/assets/search-2.svg
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<circle cx="11" cy="11" r="8"></circle>
|
|
3
3
|
<path d="M21 21l-4.35-4.35"></path>
|
|
4
|
+
<circle cx="11" cy="11" r="4"></circle>
|
|
4
5
|
</svg>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<line x1="12" y1="3" x2="12" y2="1"></line>
|
|
2
|
+
<line x1="22" y1="2" x2="11" y2="13"></line>
|
|
3
|
+
<polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
|
|
5
4
|
</svg>
|
package/assets/settings.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
2
|
+
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>
|
|
3
|
+
<circle cx="12" cy="12" r="4"></circle>
|
|
4
4
|
</svg>
|
package/assets/share-2.svg
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<circle cx="18" cy="5" r="3"></circle>
|
|
3
|
-
<line x1="12" y1="12" x2="18" y2="5"></line>
|
|
4
3
|
<circle cx="6" cy="12" r="3"></circle>
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<line x1="
|
|
4
|
+
<circle cx="18" cy="19" r="3"></circle>
|
|
5
|
+
<line x1="8.59" y1="10.49" x2="15.41" y2="6.51"></line>
|
|
6
|
+
<line x1="8.59" y1="13.51" x2="15.41" y2="17.49"></line>
|
|
8
7
|
</svg>
|
package/assets/share.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
2
|
+
<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path>
|
|
3
|
+
<polyline points="16 6 12 2 8 6"></polyline>
|
|
4
|
+
<line x1="12" y1="2" x2="12" y2="15"></line>
|
|
5
5
|
</svg>
|
package/assets/sliders.svg
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
2
|
+
<line x1="4" y1="21" x2="4" y2="14"></line>
|
|
3
|
+
<line x1="4" y1="10" x2="4" y2="3"></line>
|
|
4
|
+
<line x1="12" y1="21" x2="12" y2="12"></line>
|
|
5
|
+
<line x1="12" y1="8" x2="12" y2="3"></line>
|
|
6
|
+
<line x1="20" y1="21" x2="20" y2="16"></line>
|
|
7
|
+
<line x1="20" y1="12" x2="20" y2="3"></line>
|
|
8
|
+
<line x1="1" y1="14" x2="7" y2="14"></line>
|
|
9
|
+
<line x1="9" y1="8" x2="15" y2="8"></line>
|
|
10
|
+
<line x1="17" y1="16" x2="23" y2="16"></line>
|
|
5
11
|
</svg>
|
package/assets/target.svg
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<circle cx="12" cy="12" r="
|
|
3
|
-
<
|
|
2
|
+
<circle cx="12" cy="12" r="10"></circle>
|
|
3
|
+
<circle cx="12" cy="12" r="6"></circle>
|
|
4
|
+
<circle cx="12" cy="12" r="2"></circle>
|
|
4
5
|
</svg>
|
package/assets/trash.svg
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="
|
|
3
|
-
<
|
|
2
|
+
<path d="M3 6h18"></path>
|
|
3
|
+
<path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"></path>
|
|
4
|
+
<path d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>
|
|
5
|
+
<line x1="10" y1="11" x2="10" y2="17"></line>
|
|
6
|
+
<line x1="14" y1="11" x2="14" y2="17"></line>
|
|
4
7
|
</svg>
|
package/assets/unlock.svg
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
2
|
+
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
|
|
3
|
+
<path d="M7 11V7a5 5 0 0 1 9.9-1"></path>
|
|
4
|
+
<circle cx="12" cy="16" r="1"></circle>
|
|
4
5
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<circle cx="12" cy="5" r="1"></circle>
|
|
3
|
+
<circle cx="12" cy="12" r="1"></circle>
|
|
4
|
+
<circle cx="12" cy="19" r="1"></circle>
|
|
5
|
+
</svg>
|
package/assets/wallet.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
2
|
+
<path d="M20 12V8H6a2 2 0 0 1-2-2c0-1.1.9-2 2-2h12v4"></path>
|
|
3
|
+
<path d="M4 6v12c0 1.1.9 2 2 2h14v-4"></path>
|
|
4
|
+
<path d="M18 12a2 2 0 0 0 0 4h4v-4z"></path>
|
|
5
5
|
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
parameters: {
|
|
5
|
+
layout: string;
|
|
6
|
+
docs: {
|
|
7
|
+
page: null;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
tags: string[];
|
|
11
|
+
};
|
|
12
|
+
export default meta;
|
|
13
|
+
type Story = StoryObj<typeof meta>;
|
|
14
|
+
/**
|
|
15
|
+
* Complete icon library grid view. Each icon shows the SVG preview with its name below.
|
|
16
|
+
*/
|
|
17
|
+
export declare const Icons: Story;
|
|
18
|
+
//# sourceMappingURL=icons.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.stories.d.ts","sourceRoot":"","sources":["../src/icons.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAItD,QAAA,MAAM,IAAI;;;;;;;;;CASM,CAAA;AAEhB,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,KAoEnB,CAAA"}
|