@versaur/icons 0.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 (101) hide show
  1. package/README.md +23 -0
  2. package/assets/activity-square.svg +3 -0
  3. package/assets/activity.svg +3 -0
  4. package/assets/alert-circle.svg +5 -0
  5. package/assets/alert-triangle.svg +5 -0
  6. package/assets/archive-x.svg +6 -0
  7. package/assets/archive.svg +5 -0
  8. package/assets/area-chart.svg +6 -0
  9. package/assets/award.svg +4 -0
  10. package/assets/bar-chart-2.svg +6 -0
  11. package/assets/bar-chart.svg +8 -0
  12. package/assets/bell-off.svg +5 -0
  13. package/assets/bell.svg +4 -0
  14. package/assets/briefcase-2.svg +5 -0
  15. package/assets/briefcase.svg +4 -0
  16. package/assets/building-2.svg +7 -0
  17. package/assets/building.svg +4 -0
  18. package/assets/calendar-check.svg +7 -0
  19. package/assets/calendar.svg +6 -0
  20. package/assets/check-circle.svg +4 -0
  21. package/assets/check.svg +3 -0
  22. package/assets/chevron-down.svg +3 -0
  23. package/assets/chevron-left.svg +3 -0
  24. package/assets/chevron-right.svg +3 -0
  25. package/assets/chevron-up.svg +3 -0
  26. package/assets/clipboard.svg +4 -0
  27. package/assets/clock-alert.svg +5 -0
  28. package/assets/clock.svg +4 -0
  29. package/assets/columns-2.svg +4 -0
  30. package/assets/columns-3.svg +5 -0
  31. package/assets/copy.svg +4 -0
  32. package/assets/credit-card.svg +4 -0
  33. package/assets/data.svg +4 -0
  34. package/assets/dollar-sign.svg +4 -0
  35. package/assets/donut-chart.svg +4 -0
  36. package/assets/download-cloud.svg +5 -0
  37. package/assets/download.svg +5 -0
  38. package/assets/file-code.svg +6 -0
  39. package/assets/filter.svg +3 -0
  40. package/assets/frown.svg +6 -0
  41. package/assets/funnel.svg +4 -0
  42. package/assets/gauge-circle.svg +4 -0
  43. package/assets/gauge.svg +6 -0
  44. package/assets/globe.svg +3 -0
  45. package/assets/grid-2x2.svg +6 -0
  46. package/assets/grid-3x3.svg +11 -0
  47. package/assets/help-circle.svg +5 -0
  48. package/assets/home.svg +4 -0
  49. package/assets/inbox.svg +3 -0
  50. package/assets/layers.svg +6 -0
  51. package/assets/layout-dashboard.svg +4 -0
  52. package/assets/line-chart.svg +3 -0
  53. package/assets/list-checks.svg +5 -0
  54. package/assets/list-ordered.svg +7 -0
  55. package/assets/list.svg +5 -0
  56. package/assets/loader.svg +3 -0
  57. package/assets/lock.svg +4 -0
  58. package/assets/mail-open.svg +5 -0
  59. package/assets/mail.svg +4 -0
  60. package/assets/map-pin-check.svg +4 -0
  61. package/assets/map-pin.svg +4 -0
  62. package/assets/menu-open.svg +5 -0
  63. package/assets/menu.svg +5 -0
  64. package/assets/message-circle.svg +3 -0
  65. package/assets/message-square.svg +4 -0
  66. package/assets/minus.svg +4 -0
  67. package/assets/percent.svg +10 -0
  68. package/assets/pie-chart.svg +4 -0
  69. package/assets/plus-circle.svg +5 -0
  70. package/assets/plus.svg +5 -0
  71. package/assets/repeat.svg +7 -0
  72. package/assets/search-2.svg +4 -0
  73. package/assets/search-x.svg +6 -0
  74. package/assets/search.svg +4 -0
  75. package/assets/settings.svg +4 -0
  76. package/assets/share-2.svg +8 -0
  77. package/assets/share.svg +5 -0
  78. package/assets/shield-alert.svg +5 -0
  79. package/assets/shield.svg +3 -0
  80. package/assets/sliders.svg +5 -0
  81. package/assets/smile.svg +6 -0
  82. package/assets/star.svg +3 -0
  83. package/assets/target-circle.svg +5 -0
  84. package/assets/target.svg +4 -0
  85. package/assets/trash.svg +4 -0
  86. package/assets/trending-down.svg +4 -0
  87. package/assets/trending-up.svg +4 -0
  88. package/assets/unlock.svg +4 -0
  89. package/assets/upload-cloud.svg +5 -0
  90. package/assets/upload.svg +5 -0
  91. package/assets/user.svg +4 -0
  92. package/assets/wallet.svg +5 -0
  93. package/assets/x-circle.svg +5 -0
  94. package/assets/x.svg +4 -0
  95. package/assets/zap-2.svg +3 -0
  96. package/assets/zap.svg +3 -0
  97. package/dist/index.cjs +1 -0
  98. package/dist/index.d.ts +108 -0
  99. package/dist/index.d.ts.map +1 -0
  100. package/dist/index.js +585 -0
  101. package/package.json +40 -0
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # @versaur/icons
2
+
3
+ Simple SVG icon library for Versaur Design System using Vite and SVGR.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @versaur/icons
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ Icons are React components transformed from SVG assets at build time.
14
+
15
+ ```tsx
16
+ import { LoaderIcon } from "@versaur/icons"
17
+ import { Icon } from "@versaur/core"
18
+ ;<Icon as={LoaderIcon} />
19
+ ```
20
+
21
+ ## Icons
22
+
23
+ - `LoaderIcon` - Spinner icon for loading states
@@ -0,0 +1,3 @@
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>
3
+ </svg>
@@ -0,0 +1,3 @@
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>
3
+ </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="12" r="10"></circle>
3
+ <line x1="12" y1="16" x2="12" y2="12"></line>
4
+ <line x1="12" y1="8" x2="12.01" y2="8"></line>
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
+ <path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3.05h16.94a2 2 0 0 0 1.71-3.05L13.71 3.86a2 2 0 0 0-3.42 0z"></path>
3
+ <line x1="12" y1="9" x2="12" y2="13"></line>
4
+ <line x1="12" y1="17" x2="12.01" y2="17"></line>
5
+ </svg>
@@ -0,0 +1,6 @@
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>
6
+ </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
+ <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>
5
+ </svg>
@@ -0,0 +1,6 @@
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>
6
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </svg>
@@ -0,0 +1,6 @@
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>
6
+ </svg>
@@ -0,0 +1,8 @@
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>
8
+ </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
+ <path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path>
3
+ <path d="M13.73 21a2 2 0 0 1-3.46 0"></path>
4
+ <line x1="1" y1="1" x2="23" y2="23"></line>
5
+ </svg>
@@ -0,0 +1,4 @@
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="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path>
3
+ <path d="M13.73 21a2 2 0 0 1-3.46 0"></path>
4
+ </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
+ <rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect>
3
+ <line x1="12" y1="7" x2="12" y2="3"></line>
4
+ <line x1="8" y1="3" x2="16" y2="3"></line>
5
+ </svg>
@@ -0,0 +1,4 @@
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="2" y="7" width="20" height="14" rx="2" ry="2"></rect>
3
+ <path d="M16 4l-4 3-4-3"></path>
4
+ </svg>
@@ -0,0 +1,7 @@
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="4" y="2" width="16" height="20" rx="2" ry="2"></rect>
3
+ <line x1="8" y1="6" x2="16" y2="6"></line>
4
+ <line x1="8" y1="10" x2="16" y2="10"></line>
5
+ <line x1="8" y1="14" x2="16" y2="14"></line>
6
+ <line x1="8" y1="18" x2="16" y2="18"></line>
7
+ </svg>
@@ -0,0 +1,4 @@
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 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
3
+ <polyline points="9 22 9 12 15 12 15 22"></polyline>
4
+ </svg>
@@ -0,0 +1,7 @@
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="4" width="18" height="18" rx="2" ry="2"></rect>
3
+ <line x1="16" y1="2" x2="16" y2="6"></line>
4
+ <line x1="8" y1="2" x2="8" y2="6"></line>
5
+ <line x1="3" y1="10" x2="21" y2="10"></line>
6
+ <path d="M9 13l2 2 4-4"></path>
7
+ </svg>
@@ -0,0 +1,6 @@
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="4" width="18" height="18" rx="2" ry="2"></rect>
3
+ <line x1="16" y1="2" x2="16" y2="6"></line>
4
+ <line x1="8" y1="2" x2="8" y2="6"></line>
5
+ <line x1="3" y1="10" x2="21" y2="10"></line>
6
+ </svg>
@@ -0,0 +1,4 @@
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="16 12 12 8 8 12"></polyline>
4
+ </svg>
@@ -0,0 +1,3 @@
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="20 6 9 17 4 12"></polyline>
3
+ </svg>
@@ -0,0 +1,3 @@
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="6 9 12 15 18 9"></polyline>
3
+ </svg>
@@ -0,0 +1,3 @@
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="15 18 9 12 15 6"></polyline>
3
+ </svg>
@@ -0,0 +1,3 @@
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="9 18 15 12 9 6"></polyline>
3
+ </svg>
@@ -0,0 +1,3 @@
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="18 15 12 9 6 15"></polyline>
3
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </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="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>
5
+ </svg>
@@ -0,0 +1,4 @@
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
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </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
+ <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>
5
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </svg>
@@ -0,0 +1,4 @@
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="1" y="4" width="22" height="16" rx="2.18" ry="2.18"></rect>
3
+ <line x1="1" y1="10" x2="23" y2="10"></line>
4
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </svg>
@@ -0,0 +1,4 @@
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="12" y1="1" x2="12" y2="23"></line>
3
+ <path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>
4
+ </svg>
@@ -0,0 +1,4 @@
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
+ <path d="M12 7v5l4 2"></path>
4
+ </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
+ <polyline points="8 17 12 21 16 17"></polyline>
3
+ <line x1="12" y1="12" x2="12" y2="21"></line>
4
+ <path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>
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
+ <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
3
+ <polyline points="7 10 12 15 17 10"></polyline>
4
+ <line x1="12" y1="15" x2="12" y2="3"></line>
5
+ </svg>
@@ -0,0 +1,6 @@
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="M18 3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3Z"></path>
3
+ <path d="M9 7h6"></path>
4
+ <path d="M9 11h6"></path>
5
+ <path d="M9 15h2"></path>
6
+ </svg>
@@ -0,0 +1,3 @@
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>
3
+ </svg>
@@ -0,0 +1,6 @@
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="M8 14s1.5-2 4-2 4 2 4 2"></path>
4
+ <line x1="9" y1="9" x2="9" y2="9.01"></line>
5
+ <line x1="15" y1="9" x2="15" y2="9.01"></line>
6
+ </svg>
@@ -0,0 +1,4 @@
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="M22 3l-10 10"></path>
3
+ <path d="M22 3l-7 19-5-9-9-5 19-7z"></path>
4
+ </svg>
@@ -0,0 +1,4 @@
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 15 15"></polyline>
4
+ </svg>
@@ -0,0 +1,6 @@
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>
6
+ </svg>
@@ -0,0 +1,3 @@
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>
3
+ </svg>
@@ -0,0 +1,6 @@
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="7" height="7"></rect>
3
+ <rect x="14" y="3" width="7" height="7"></rect>
4
+ <rect x="14" y="14" width="7" height="7"></rect>
5
+ <rect x="3" y="14" width="7" height="7"></rect>
6
+ </svg>
@@ -0,0 +1,11 @@
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="5"></rect>
3
+ <rect x="9" y="3" width="5" height="5"></rect>
4
+ <rect x="15" y="3" width="5" height="5"></rect>
5
+ <rect x="3" y="9" width="5" height="5"></rect>
6
+ <rect x="9" y="9" width="5" height="5"></rect>
7
+ <rect x="15" y="9" width="5" height="5"></rect>
8
+ <rect x="3" y="15" width="5" height="5"></rect>
9
+ <rect x="9" y="15" width="5" height="5"></rect>
10
+ <rect x="15" y="15" width="5" height="5"></rect>
11
+ </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
+ <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>
5
+ </svg>
@@ -0,0 +1,4 @@
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 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/>
3
+ <polyline points="9 22 9 12 15 12 15 22"/>
4
+ </svg>
@@ -0,0 +1,3 @@
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 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
3
+ </svg>
@@ -0,0 +1,6 @@
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="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3"></polyline>
3
+ <polyline points="12 12 20 7.5"></polyline>
4
+ <polyline points="12 12 12 21"></polyline>
5
+ <polyline points="12 12 4 7.5"></polyline>
6
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </svg>
@@ -0,0 +1,3 @@
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>
3
+ </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
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
3
+ <path d="M9 9l1.5 1.5 3-3"></path>
4
+ <path d="M9 15l1.5 1.5 3-3"></path>
5
+ </svg>
@@ -0,0 +1,7 @@
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>
7
+ </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
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
3
+ <line x1="9" y1="9" x2="15" y2="9"></line>
4
+ <line x1="9" y1="15" x2="15" y2="15"></line>
5
+ </svg>
@@ -0,0 +1,3 @@
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">
2
+ <circle cx="12" cy="12" r="10" stroke-dasharray="15.7 62.8" stroke-dashoffset="0"></circle>
3
+ </svg>
@@ -0,0 +1,4 @@
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="11" width="18" height="11" rx="2" ry="2"></rect>
3
+ <path d="M7 11V7a4 4 0 0 1 4-4h2a4 4 0 0 1 4 4v4"></path>
4
+ </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
+ <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>
5
+ </svg>
@@ -0,0 +1,4 @@
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
+ </svg>
@@ -0,0 +1,4 @@
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>
3
+ <path d="M10 10l2 2 4-4"></path>
4
+ </svg>
@@ -0,0 +1,4 @@
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>
3
+ <circle cx="12" cy="10" r="3"></circle>
4
+ </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
+ <line x1="4" y1="6" x2="20" y2="6"></line>
3
+ <line x1="4" y1="12" x2="20" y2="12"></line>
4
+ <line x1="4" y1="18" x2="20" y2="18"></line>
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="12" r="1"></circle>
3
+ <circle cx="19" cy="12" r="1"></circle>
4
+ <circle cx="5" cy="12" r="1"></circle>
5
+ </svg>
@@ -0,0 +1,3 @@
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 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
3
+ </svg>
@@ -0,0 +1,4 @@
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 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
3
+ <line x1="9" y1="10" x2="15" y2="10"></line>
4
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </svg>
@@ -0,0 +1,10 @@
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>
10
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </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
+ <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="8" x2="12" y2="16"></line>
4
+ <line x1="8" y1="12" x2="16" y2="12"></line>
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="12" r="10"></circle>
3
+ <line x1="12" y1="8" x2="12" y2="16"></line>
4
+ <line x1="8" y1="12" x2="16" y2="12"></line>
5
+ </svg>
@@ -0,0 +1,7 @@
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>
7
+ </svg>
@@ -0,0 +1,4 @@
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="11" cy="11" r="8"></circle>
3
+ <path d="M21 21l-4.35-4.35"></path>
4
+ </svg>
@@ -0,0 +1,6 @@
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="11" cy="11" r="8"/>
3
+ <path d="m21 21-4.35-4.35"/>
4
+ <line x1="8" y1="8" x2="14" y2="14"/>
5
+ <line x1="14" y1="8" x2="8" y2="14"/>
6
+ </svg>
@@ -0,0 +1,4 @@
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="11" cy="11" r="8"/>
3
+ <path d="m21 21-4.35-4.35"/>
4
+ </svg>
@@ -0,0 +1,4 @@
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>
4
+ </svg>
@@ -0,0 +1,8 @@
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
+ <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>
8
+ </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="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>
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
+ <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
3
+ <line x1="12" y1="9" x2="12" y2="15"></line>
4
+ <line x1="9" y1="12" x2="15" y2="12"></line>
5
+ </svg>
@@ -0,0 +1,3 @@
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 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
3
+ </svg>