@versaur/icons 0.0.1 → 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.
Files changed (50) hide show
  1. package/assets/activity-square.svg +2 -1
  2. package/assets/activity.svg +1 -1
  3. package/assets/archive-x.svg +3 -4
  4. package/assets/archive.svg +3 -3
  5. package/assets/area-chart.svg +3 -4
  6. package/assets/award.svg +2 -2
  7. package/assets/bar-chart-2.svg +5 -4
  8. package/assets/bar-chart.svg +4 -6
  9. package/assets/calendar-check.svg +1 -1
  10. package/assets/check-circle.svg +1 -1
  11. package/assets/clipboard.svg +2 -2
  12. package/assets/columns-2.svg +2 -2
  13. package/assets/columns-3.svg +3 -3
  14. package/assets/copy.svg +2 -2
  15. package/assets/data.svg +3 -2
  16. package/assets/donut-chart.svg +4 -1
  17. package/assets/filter.svg +3 -1
  18. package/assets/gauge-circle.svg +3 -1
  19. package/assets/gauge.svg +3 -4
  20. package/assets/globe.svg +3 -1
  21. package/assets/help-circle.svg +3 -3
  22. package/assets/layout-dashboard.svg +3 -2
  23. package/assets/line-chart.svg +3 -1
  24. package/assets/list-ordered.svg +6 -5
  25. package/assets/mail-open.svg +3 -3
  26. package/assets/map-pin-check.svg +1 -1
  27. package/assets/minus.svg +1 -2
  28. package/assets/percent.svg +3 -8
  29. package/assets/pie-chart.svg +2 -2
  30. package/assets/repeat.svg +4 -5
  31. package/assets/search-2.svg +1 -0
  32. package/assets/{clock-alert.svg → send.svg} +2 -3
  33. package/assets/settings.svg +2 -2
  34. package/assets/share-2.svg +3 -4
  35. package/assets/share.svg +3 -3
  36. package/assets/sliders.svg +9 -3
  37. package/assets/target.svg +3 -2
  38. package/assets/trash.svg +5 -2
  39. package/assets/unlock.svg +3 -2
  40. package/assets/vertical-menu.svg +5 -0
  41. package/assets/wallet.svg +3 -3
  42. package/dist/icons.stories.d.ts +18 -0
  43. package/dist/icons.stories.d.ts.map +1 -0
  44. package/dist/index.cjs +1 -1
  45. package/dist/index.d.ts +4 -5
  46. package/dist/index.d.ts.map +1 -1
  47. package/dist/index.js +169 -175
  48. package/package.json +13 -5
  49. package/assets/building-2.svg +0 -7
  50. /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
- <polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
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>
@@ -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
- <path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path>
2
+ <polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
3
3
  </svg>
@@ -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
- <polyline points="21 8 21 21 3 21 3 8"></polyline>
3
- <line x1="1" y1="3" x2="23" y2="3"></line>
4
- <line x1="10" y1="12" x2="14" y2="16"></line>
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>
@@ -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
- <polyline points="21 8 21 21 3 21 3 8"></polyline>
3
- <line x1="1" y1="3" x2="23" y2="3"></line>
4
- <path d="M10 12v4M14 12v4"></path>
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>
@@ -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
- <path d="M3 3v18a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V3"></path>
3
- <path d="M3 9h18"></path>
4
- <polyline points="9 9 9 20"></polyline>
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="13" r="7"></circle>
3
- <polyline points="8 4 12 4 15 2"></polyline>
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>
@@ -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="17" x2="21" y2="17"></line>
3
- <line x1="6" y1="17" x2="6" y2="3"></line>
4
- <line x1="12" y1="17" x2="12" y2="7"></line>
5
- <line x1="18" y1="17" x2="18" y2="5"></line>
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>
@@ -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
- <polyline points="4 3 4 15 16 15 16 3"></polyline>
3
- <line x1="4" y1="3" x2="4" y2="1"></line>
4
- <line x1="16" y1="3" x2="16" y2="1"></line>
5
- <polyline points="4 11 4 20 20 20"></polyline>
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>
@@ -3,5 +3,5 @@
3
3
  <line x1="16" y1="2" x2="16" y2="6"></line>
4
4
  <line x1="8" y1="2" x2="8" y2="6"></line>
5
5
  <line x1="3" y1="10" x2="21" y2="10"></line>
6
- <path d="M9 13l2 2 4-4"></path>
6
+ <path d="M8.5 15l3 3 5-5"></path>
7
7
  </svg>
@@ -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
- <polyline points="16 12 12 8 8 12"></polyline>
3
+ <path d="M9 12l2 2 4-4"></path>
4
4
  </svg>
@@ -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
- <path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-2"></path>
3
- <path d="M4 4h2a2 2 0 0 0 2 2v14a2 2 0 0 0-2 2H4"></path>
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>
@@ -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="8" height="18"></rect>
3
- <rect x="14" y="3" width="7" height="18"></rect>
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>
@@ -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" y="3" width="5" height="18"></rect>
3
- <rect x="9" y="3" width="5" height="18"></rect>
4
- <rect x="15" y="3" width="6" height="18"></rect>
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
- <path d="M3 6h18V4H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18v-2H3V6z"></path>
3
- <rect x="8" y="10" width="8" height="4"></rect>
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
- <path d="M20 10c0 7-8 13-8 13s-8-6-8-13a8 8 0 0 1 16 0z"></path>
3
- <circle cx="12" cy="10" r="3"></circle>
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>
@@ -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
- <path d="M12 7v5l4 2"></path>
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
- <polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>
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>
@@ -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
- <polyline points="12 6 12 12 15 15"></polyline>
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
- <circle cx="12" cy="12" r="2"></circle>
3
- <path d="M12 2v8M12 14v8"></path>
4
- <path d="M4.22 4.22l5.66 5.66M13.66 13.66l5.66 5.66"></path>
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
- <path d="M12 19l9-7v-8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v8l9 7z"></path>
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>
@@ -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="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"></path>
3
- <line x1="12" y1="6" x2="12" y2="12"></line>
4
- <polyline points="16 14 12 12 8 14"></polyline>
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
- <polyline points="4 4 10 4 10 10"></polyline>
3
- <path d="M4 20h7a7 7 0 0 0 7-7V9.5"></path>
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>
@@ -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
- <polyline points="3 3 7 17 11 10 15 13 21 3"></polyline>
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>
@@ -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
- <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
3
- <text x="6" y="9" font-size="10" font-weight="bold">1</text>
4
- <line x1="9" y1="9" x2="15" y2="9"></line>
5
- <text x="6" y="15" font-size="10" font-weight="bold">2</text>
6
- <line x1="9" y1="15" x2="15" y2="15"></line>
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>
@@ -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="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
3
- <polyline points="22 6 12 13 2 6"></polyline>
4
- <polyline points="2 6 2 18"></polyline>
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>
@@ -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="M10 10l2 2 4-4"></path>
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
- <circle cx="12" cy="12" r="10"></circle>
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>
@@ -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
- <line x1="13" y1="2" x2="13" y2="6"></line>
3
- <line x1="17" y1="4" x2="19.39" y2="6.39"></line>
4
- <line x1="22" y1="8" x2="18" y2="8"></line>
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>
@@ -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="12" r="10"></circle>
3
- <path d="M12 6v6l4 2"></path>
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 6 5 4 7 6"></polyline>
3
- <line x1="4" y1="5" x2="4" y2="12"></line>
4
- <polyline points="21 18 19 20 17 18"></polyline>
5
- <line x1="20" y1="19" x2="20" y2="12"></line>
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>
@@ -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
- <circle cx="12" cy="12" r="10"></circle>
3
- <polyline points="12 6 12 12 16 14"></polyline>
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>
@@ -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="12" r="1"></circle>
3
- <path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2.59 12A10 10 0 1 1 12 2"></path>
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>
@@ -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
- <line x1="12" y1="12" x2="6" y2="12"></line>
6
- <circle cx="6" cy="20" r="3"></circle>
7
- <line x1="12" y1="12" x2="6" y2="20"></line>
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
- <circle cx="18" cy="5" r="3"></circle>
3
- <line x1="12" y1="12" x2="18" y2="5"></line>
4
- <path d="M9 20H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path>
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>
@@ -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
- <polyline points="3 12 21 12"></polyline>
3
- <polyline points="3 6 21 6"></polyline>
4
- <polyline points="3 18 21 18"></polyline>
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="9"></circle>
3
- <polyline points="12 7 12 12 15 15"></polyline>
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="M9 3H5a2 2 0 0 0-2 2v4m11-6h4a2 2 0 0 1 2 2v4M9 3v0a2 2 0 0 1 2 2v4m0 0H9m4 0h4m0 0v4a2 2 0 0 1-2 2h-4m0 0H9m4 0h0"></path>
3
- <line x1="12" y1="12" x2="12" y2="12.01"></line>
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
- <path d="M3 11v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-8"></path>
3
- <rect x="7" y="3" width="10" height="8"></rect>
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
- <circle cx="12" cy="12" r="10"></circle>
3
- <polyline points="8 12 12 16 16 12"></polyline>
4
- <line x1="12" y1="8" x2="12" y2="16"></line>
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"}