@umbra.ui/icons 0.1.0

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 (301) hide show
  1. package/dist/icons/index.d.ts +250 -0
  2. package/dist/icons/index.d.ts.map +1 -0
  3. package/dist/icons/index.js +249 -0
  4. package/dist/index.d.ts +880 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.js +1178 -0
  7. package/package.json +47 -0
  8. package/src/animated/BarsAnim2GlyphIcon.vue +106 -0
  9. package/src/animated/BarsAnim3GlyphIcon.vue +106 -0
  10. package/src/animated/BarsAnim3OutlineIcon.vue +128 -0
  11. package/src/animated/BarsAnimGlyphIcon.vue +63 -0
  12. package/src/animated/BarsAnimOutlineIcon.vue +70 -0
  13. package/src/animated/CircleAnim2GlyphIcon.vue +57 -0
  14. package/src/animated/CircleAnim2OutlineIcon.vue +70 -0
  15. package/src/animated/CircleAnim32GlyphIcon.vue +51 -0
  16. package/src/animated/CircleAnim3GlyphIcon.vue +56 -0
  17. package/src/animated/CircleAnim3OutlineIcon.vue +60 -0
  18. package/src/animated/CircleAnimOutlineIcon.vue +69 -0
  19. package/src/animated/ClockAnimGlyphIcon.vue +70 -0
  20. package/src/animated/ClockAnimOutlineIcon.vue +94 -0
  21. package/src/animated/CubesAnimOutlineIcon.vue +114 -0
  22. package/src/animated/DotsAnim2GlyphIcon.vue +74 -0
  23. package/src/animated/DotsAnim2OutlineIcon.vue +126 -0
  24. package/src/animated/DotsAnim3GlyphIcon.vue +58 -0
  25. package/src/animated/DotsAnim3OutlineIcon.vue +86 -0
  26. package/src/animated/DotsAnim4GlyphIcon.vue +67 -0
  27. package/src/animated/DotsAnim4OutlineIcon.vue +95 -0
  28. package/src/animated/DotsAnim5GlyphIcon.vue +70 -0
  29. package/src/animated/DotsAnim5OutlineIcon.vue +105 -0
  30. package/src/animated/DotsAnim6GlyphIcon.vue +70 -0
  31. package/src/animated/DotsAnim6OutlineIcon.vue +98 -0
  32. package/src/animated/DotsAnim7GlyphIcon.vue +55 -0
  33. package/src/animated/DotsAnim7OutlineIcon.vue +90 -0
  34. package/src/animated/DotsAnimGlyphIcon.vue +84 -0
  35. package/src/animated/DotsAnimOutlineIcon.vue +112 -0
  36. package/src/animated/GooeyAnimGlyphIcon.vue +65 -0
  37. package/src/animated/HeartAnimGlyphIcon.vue +75 -0
  38. package/src/animated/HeartAnimOutlineIcon.vue +66 -0
  39. package/src/animated/MouseAnimGlyphIcon.vue +56 -0
  40. package/src/animated/MouseAnimOutlineIcon.vue +70 -0
  41. package/src/animated/RippleAnimGlyphIcon.vue +57 -0
  42. package/src/animated/RippleAnimOutlineIcon.vue +64 -0
  43. package/src/animated/RotatingBarsAnimGlyphIcon.vue +76 -0
  44. package/src/animated/RotatingBarsAnimOutlineIcon.vue +126 -0
  45. package/src/animated/SlideshowAnimGlyphIcon.vue +90 -0
  46. package/src/animated/SquaresAnim2GlyphIcon.vue +62 -0
  47. package/src/animated/SquaresAnim2OutlineIcon.vue +101 -0
  48. package/src/animated/SquaresAnimGlyphIcon.vue +64 -0
  49. package/src/animated/SquaresAnimOutlineIcon.vue +103 -0
  50. package/src/icons/AccessibilityIcon.vue +38 -0
  51. package/src/icons/AlarmClockIcon.vue +39 -0
  52. package/src/icons/Align3BottomIcon.vue +36 -0
  53. package/src/icons/Align3HorizontalIcon.vue +36 -0
  54. package/src/icons/Align3LeftIcon.vue +36 -0
  55. package/src/icons/Align3RightIcon.vue +36 -0
  56. package/src/icons/Align3TopIcon.vue +36 -0
  57. package/src/icons/Align3VerticalIcon.vue +36 -0
  58. package/src/icons/AnchorIcon.vue +37 -0
  59. package/src/icons/ArrowDoorInIcon.vue +37 -0
  60. package/src/icons/ArrowDoorOut3Icon.vue +37 -0
  61. package/src/icons/ArrowDottedRotateAnticlockwiseIcon.vue +43 -0
  62. package/src/icons/ArrowTurnLeftIcon.vue +34 -0
  63. package/src/icons/AspectRatioSquare2Icon.vue +36 -0
  64. package/src/icons/AtSignIcon.vue +35 -0
  65. package/src/icons/AwardCertificateIcon.vue +39 -0
  66. package/src/icons/AwardIcon.vue +36 -0
  67. package/src/icons/BagShoppingIcon.vue +35 -0
  68. package/src/icons/BallBasketIcon.vue +38 -0
  69. package/src/icons/BallotCircleIcon.vue +38 -0
  70. package/src/icons/BasketShoppingIcon.vue +37 -0
  71. package/src/icons/BatteryHighIcon.vue +38 -0
  72. package/src/icons/BatteryIcon.vue +35 -0
  73. package/src/icons/BellIcon.vue +35 -0
  74. package/src/icons/BicycleIcon.vue +38 -0
  75. package/src/icons/BitcoinIcon.vue +38 -0
  76. package/src/icons/BoltIcon.vue +34 -0
  77. package/src/icons/BoltLightningIcon.vue +34 -0
  78. package/src/icons/BoltSlashIcon.vue +36 -0
  79. package/src/icons/BookBookmarkIcon.vue +39 -0
  80. package/src/icons/BookOpenIcon.vue +35 -0
  81. package/src/icons/BookmarkIcon.vue +34 -0
  82. package/src/icons/BookmarkSlashIcon.vue +36 -0
  83. package/src/icons/BookmarksIcon.vue +35 -0
  84. package/src/icons/BoxArchiveIcon.vue +36 -0
  85. package/src/icons/BoxIcon.vue +37 -0
  86. package/src/icons/BugIcon.vue +42 -0
  87. package/src/icons/BugSlashIcon.vue +42 -0
  88. package/src/icons/BullhornIcon.vue +37 -0
  89. package/src/icons/CalendarDaysIcon.vue +42 -0
  90. package/src/icons/CalendarIcon.vue +37 -0
  91. package/src/icons/Camera2Icon.vue +37 -0
  92. package/src/icons/CameraIcon.vue +36 -0
  93. package/src/icons/CartShoppingIcon.vue +37 -0
  94. package/src/icons/Chair4Icon.vue +38 -0
  95. package/src/icons/ChartBarTrendUpIcon.vue +40 -0
  96. package/src/icons/CheckIcon.vue +33 -0
  97. package/src/icons/ChevronDownIcon.vue +33 -0
  98. package/src/icons/ChevronExpandYIcon.vue +34 -0
  99. package/src/icons/ChevronLeftIcon.vue +33 -0
  100. package/src/icons/ChevronRightIcon.vue +33 -0
  101. package/src/icons/ChevronUpIcon.vue +33 -0
  102. package/src/icons/CircleCheckIcon.vue +35 -0
  103. package/src/icons/CircleCompose2Icon.vue +35 -0
  104. package/src/icons/CircleDotsIcon.vue +37 -0
  105. package/src/icons/CircleDotsVerticalIcon.vue +37 -0
  106. package/src/icons/CircleHalfDottedCheckIcon.vue +42 -0
  107. package/src/icons/CircleHashtagIcon.vue +38 -0
  108. package/src/icons/CircleInfoIcon.vue +36 -0
  109. package/src/icons/CirclePlusIcon.vue +36 -0
  110. package/src/icons/CircleWarningIcon.vue +36 -0
  111. package/src/icons/ClipboardCheckIcon.vue +36 -0
  112. package/src/icons/ClipboardIcon.vue +35 -0
  113. package/src/icons/ClipboardSlashIcon.vue +38 -0
  114. package/src/icons/CloneIcon.vue +35 -0
  115. package/src/icons/CloudIcon.vue +35 -0
  116. package/src/icons/ComputerIcon.vue +39 -0
  117. package/src/icons/CookieIcon.vue +39 -0
  118. package/src/icons/CreditCardIcon.vue +37 -0
  119. package/src/icons/CrosshairsIcon.vue +39 -0
  120. package/src/icons/CrosshairsSlashIcon.vue +41 -0
  121. package/src/icons/CryptographyIcon.vue +42 -0
  122. package/src/icons/DarkLightIcon.vue +36 -0
  123. package/src/icons/DescendingSortingIcon.vue +37 -0
  124. package/src/icons/DesktopArrowDownIcon.vue +38 -0
  125. package/src/icons/DotsIcon.vue +35 -0
  126. package/src/icons/DotsVerticalIcon.vue +35 -0
  127. package/src/icons/DrawCompassIcon.vue +39 -0
  128. package/src/icons/EarthIcon.vue +38 -0
  129. package/src/icons/EnvelopeIcon.vue +35 -0
  130. package/src/icons/EnvelopeOpenIcon.vue +35 -0
  131. package/src/icons/EyeClosedIcon.vue +37 -0
  132. package/src/icons/EyeIcon.vue +35 -0
  133. package/src/icons/EyeOpenIcon.vue +39 -0
  134. package/src/icons/EyeSlashIcon.vue +38 -0
  135. package/src/icons/FacePlusIcon.vue +39 -0
  136. package/src/icons/FaceSmile2Icon.vue +37 -0
  137. package/src/icons/FacialRecognitionIcon.vue +41 -0
  138. package/src/icons/FeatherIcon.vue +35 -0
  139. package/src/icons/FileContentIcon.vue +38 -0
  140. package/src/icons/FileIcon.vue +35 -0
  141. package/src/icons/Files2Icon.vue +37 -0
  142. package/src/icons/FilmIcon.vue +44 -0
  143. package/src/icons/FilterIcon.vue +34 -0
  144. package/src/icons/FiltersIcon.vue +36 -0
  145. package/src/icons/FingerprintIcon.vue +38 -0
  146. package/src/icons/Flag7Icon.vue +37 -0
  147. package/src/icons/FlameIcon.vue +35 -0
  148. package/src/icons/FolderIcon.vue +35 -0
  149. package/src/icons/FolderOpenIcon.vue +35 -0
  150. package/src/icons/ForkliftIcon.vue +39 -0
  151. package/src/icons/GamepadButtonsIcon.vue +38 -0
  152. package/src/icons/GamepadIcon.vue +38 -0
  153. package/src/icons/GamingButtonsIcon.vue +39 -0
  154. package/src/icons/GasPumpIcon.vue +38 -0
  155. package/src/icons/Gauge3Icon.vue +41 -0
  156. package/src/icons/Gear2Icon.vue +49 -0
  157. package/src/icons/GemSparkleIcon.vue +39 -0
  158. package/src/icons/GiftIcon.vue +38 -0
  159. package/src/icons/GlobePointerIcon.vue +38 -0
  160. package/src/icons/GraduationCapIcon.vue +36 -0
  161. package/src/icons/GridCirclePlusIcon.vue +40 -0
  162. package/src/icons/HalfDottedCirclePlayIcon.vue +42 -0
  163. package/src/icons/HandIcon.vue +37 -0
  164. package/src/icons/HandshakeIcon.vue +40 -0
  165. package/src/icons/HeadsetIcon.vue +36 -0
  166. package/src/icons/HeartHandIcon.vue +35 -0
  167. package/src/icons/HeartIcon.vue +34 -0
  168. package/src/icons/HotDrinkIcon.vue +38 -0
  169. package/src/icons/House2Icon.vue +35 -0
  170. package/src/icons/House5Icon.vue +37 -0
  171. package/src/icons/ImageDepthIcon.vue +36 -0
  172. package/src/icons/ImageIcon.vue +36 -0
  173. package/src/icons/ImageMountainIcon.vue +35 -0
  174. package/src/icons/ImageSparkleIcon.vue +36 -0
  175. package/src/icons/Images2Icon.vue +37 -0
  176. package/src/icons/InboxArrowDownIcon.vue +37 -0
  177. package/src/icons/IndustryIcon.vue +38 -0
  178. package/src/icons/InputPasswordEditIcon.vue +39 -0
  179. package/src/icons/KeyNodesIcon.vue +45 -0
  180. package/src/icons/KeyboardIcon.vue +42 -0
  181. package/src/icons/LanguageIcon.vue +38 -0
  182. package/src/icons/LaptopIcon.vue +35 -0
  183. package/src/icons/LaptopMobileIcon.vue +36 -0
  184. package/src/icons/Layers3Icon.vue +36 -0
  185. package/src/icons/LeafIcon.vue +35 -0
  186. package/src/icons/LifeRingIcon.vue +48 -0
  187. package/src/icons/Lightbulb3Icon.vue +40 -0
  188. package/src/icons/LinkIcon.vue +35 -0
  189. package/src/icons/LoaderIcon.vue +40 -0
  190. package/src/icons/Location2Icon.vue +36 -0
  191. package/src/icons/LockIcon.vue +36 -0
  192. package/src/icons/LockOpen2Icon.vue +36 -0
  193. package/src/icons/LockOpenIcon.vue +36 -0
  194. package/src/icons/MagicWandIcon.vue +35 -0
  195. package/src/icons/MagnifierFaceWorriedIcon.vue +38 -0
  196. package/src/icons/MagnifierIcon.vue +35 -0
  197. package/src/icons/MapIcon.vue +36 -0
  198. package/src/icons/MenuBarsIcon.vue +38 -0
  199. package/src/icons/MenuIcon.vue +35 -0
  200. package/src/icons/MicrophoneIcon.vue +36 -0
  201. package/src/icons/MicrophoneSlashIcon.vue +38 -0
  202. package/src/icons/MinusIcon.vue +33 -0
  203. package/src/icons/MoneyBillCoinIcon.vue +47 -0
  204. package/src/icons/MoonIcon.vue +34 -0
  205. package/src/icons/MsgBubbleUserIcon.vue +36 -0
  206. package/src/icons/MsgSmileIcon.vue +35 -0
  207. package/src/icons/MsgWritingIcon.vue +37 -0
  208. package/src/icons/MsgsIcon.vue +35 -0
  209. package/src/icons/MusicIcon.vue +40 -0
  210. package/src/icons/MusicNoteSparkleIcon.vue +40 -0
  211. package/src/icons/MusicPlaylist2Icon.vue +37 -0
  212. package/src/icons/NodesIcon.vue +41 -0
  213. package/src/icons/NoteIcon.vue +37 -0
  214. package/src/icons/NotificationIcon.vue +35 -0
  215. package/src/icons/OfficeIcon.vue +43 -0
  216. package/src/icons/OrderedListIcon.vue +36 -0
  217. package/src/icons/PaintbrushIcon.vue +35 -0
  218. package/src/icons/PaperPlane2Icon.vue +35 -0
  219. package/src/icons/PaperclipIcon.vue +33 -0
  220. package/src/icons/Password2Icon.vue +43 -0
  221. package/src/icons/Pen2Icon.vue +35 -0
  222. package/src/icons/Pen3Icon.vue +35 -0
  223. package/src/icons/PenNib3Icon.vue +38 -0
  224. package/src/icons/PenPlusIcon.vue +36 -0
  225. package/src/icons/PenSparkleIcon.vue +37 -0
  226. package/src/icons/PenWriting4Icon.vue +35 -0
  227. package/src/icons/PenWriting6Icon.vue +36 -0
  228. package/src/icons/PhoneIcon.vue +34 -0
  229. package/src/icons/PinIcon.vue +35 -0
  230. package/src/icons/PinTackIcon.vue +35 -0
  231. package/src/icons/PizzaSlice2Icon.vue +38 -0
  232. package/src/icons/Plug2Icon.vue +39 -0
  233. package/src/icons/PlusIcon.vue +34 -0
  234. package/src/icons/PointerIcon.vue +34 -0
  235. package/src/icons/PresentationScreenIcon.vue +37 -0
  236. package/src/icons/PrintIcon.vue +36 -0
  237. package/src/icons/ProgressBarIcon.vue +37 -0
  238. package/src/icons/PuzzlePieceIcon.vue +34 -0
  239. package/src/icons/Refresh2Icon.vue +37 -0
  240. package/src/icons/RoadmapIcon.vue +35 -0
  241. package/src/icons/RocketIcon.vue +38 -0
  242. package/src/icons/Rotation360Icon.vue +36 -0
  243. package/src/icons/RulerPenIcon.vue +39 -0
  244. package/src/icons/SatelliteIcon.vue +40 -0
  245. package/src/icons/ScaleIcon.vue +44 -0
  246. package/src/icons/ScissorsCoupon2Icon.vue +38 -0
  247. package/src/icons/ScissorsIcon.vue +39 -0
  248. package/src/icons/ScribbleIcon.vue +33 -0
  249. package/src/icons/ShapesIcon.vue +37 -0
  250. package/src/icons/ShareUpRightIcon.vue +36 -0
  251. package/src/icons/ShieldCheckIcon.vue +35 -0
  252. package/src/icons/ShopIcon.vue +39 -0
  253. package/src/icons/SideProfileIcon.vue +35 -0
  254. package/src/icons/Signal2Icon.vue +36 -0
  255. package/src/icons/Sitemap4Icon.vue +39 -0
  256. package/src/icons/SlidersIcon.vue +40 -0
  257. package/src/icons/Sparkle3Icon.vue +35 -0
  258. package/src/icons/SquareDottedArrowBottomRightIcon.vue +46 -0
  259. package/src/icons/SquareMinusIcon.vue +35 -0
  260. package/src/icons/SquarePlusIcon.vue +36 -0
  261. package/src/icons/StackPerspectiveIcon.vue +36 -0
  262. package/src/icons/StarIcon.vue +34 -0
  263. package/src/icons/StarSparkleIcon.vue +37 -0
  264. package/src/icons/StickerSmileIcon.vue +38 -0
  265. package/src/icons/StopwatchIcon.vue +38 -0
  266. package/src/icons/Subscription2Icon.vue +40 -0
  267. package/src/icons/Suitcase3Icon.vue +37 -0
  268. package/src/icons/SunIcon.vue +42 -0
  269. package/src/icons/TagIcon.vue +35 -0
  270. package/src/icons/TagsIcon.vue +36 -0
  271. package/src/icons/TargetIcon.vue +38 -0
  272. package/src/icons/Tasks2Icon.vue +36 -0
  273. package/src/icons/TextHighlightIcon.vue +37 -0
  274. package/src/icons/TextTool2Icon.vue +39 -0
  275. package/src/icons/ThumbsUpIcon.vue +35 -0
  276. package/src/icons/Ticket4Icon.vue +36 -0
  277. package/src/icons/Timer2Icon.vue +35 -0
  278. package/src/icons/Toggle3Icon.vue +35 -0
  279. package/src/icons/TrashIcon.vue +36 -0
  280. package/src/icons/TriangleWarningIcon.vue +36 -0
  281. package/src/icons/UfoIcon.vue +40 -0
  282. package/src/icons/UnorderedListIcon.vue +38 -0
  283. package/src/icons/UserIcon.vue +35 -0
  284. package/src/icons/UserLaptopIcon.vue +37 -0
  285. package/src/icons/UserSearchIcon.vue +37 -0
  286. package/src/icons/UsersIcon.vue +38 -0
  287. package/src/icons/Vault3Icon.vue +41 -0
  288. package/src/icons/VideoIcon.vue +36 -0
  289. package/src/icons/VolumeIcon.vue +34 -0
  290. package/src/icons/VolumeUpIcon.vue +36 -0
  291. package/src/icons/Wallet2CircuitIcon.vue +41 -0
  292. package/src/icons/Wallet2Icon.vue +36 -0
  293. package/src/icons/WandSparkleIcon.vue +38 -0
  294. package/src/icons/WatchIcon.vue +37 -0
  295. package/src/icons/WindowChartLineIcon.vue +37 -0
  296. package/src/icons/WindowExpandBottomRightIcon.vue +37 -0
  297. package/src/icons/WindowPointerIcon.vue +39 -0
  298. package/src/icons/XmarkIcon.vue +34 -0
  299. package/src/icons/index.ts +249 -0
  300. package/src/index.ts +1187 -0
  301. package/src/vue.d.ts +5 -0
@@ -0,0 +1,41 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M9 5.75C10.1046 5.75 11 4.85457 11 3.75C11 2.64543 10.1046 1.75 9 1.75C7.89543 1.75 7 2.64543 7 3.75C7 4.85457 7.89543 5.75 9 5.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M3.80399 14.75C4.90856 14.75 5.80399 13.8546 5.80399 12.75C5.80399 11.6454 4.90856 10.75 3.80399 10.75C2.69942 10.75 1.80399 11.6454 1.80399 12.75C1.80399 13.8546 2.69942 14.75 3.80399 14.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
25
+ <path d="M14.196 14.75C15.3006 14.75 16.196 13.8546 16.196 12.75C16.196 11.6454 15.3006 10.75 14.196 10.75C13.0914 10.75 12.196 11.6454 12.196 12.75C12.196 13.8546 13.0914 14.75 14.196 14.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
26
+ <path d="M10.998 3.82599C13.052 4.51899 14.628 6.24999 15.102 8.39499" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M2.87101 10.981C2.44401 8.856 3.15501 6.625 4.77601 5.142" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M13.131 14.443C11.504 15.876 9.21701 16.375 7.12201 15.713" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M9 5.75C10.1046 5.75 11 4.85457 11 3.75C11 2.64543 10.1046 1.75 9 1.75C7.89543 1.75 7 2.64543 7 3.75C7 4.85457 7.89543 5.75 9 5.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ <path d="M3.80399 14.75C4.90856 14.75 5.80399 13.8546 5.80399 12.75C5.80399 11.6454 4.90856 10.75 3.80399 10.75C2.69942 10.75 1.80399 11.6454 1.80399 12.75C1.80399 13.8546 2.69942 14.75 3.80399 14.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
31
+ <path d="M14.196 14.75C15.3006 14.75 16.196 13.8546 16.196 12.75C16.196 11.6454 15.3006 10.75 14.196 10.75C13.0914 10.75 12.196 11.6454 12.196 12.75C12.196 13.8546 13.0914 14.75 14.196 14.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
32
+ </g>
33
+ </svg>
34
+ </template>
35
+
36
+ <style scoped>
37
+ .icon {
38
+ display: inline-block;
39
+ vertical-align: middle;
40
+ }
41
+ </style>
@@ -0,0 +1,37 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
23
+ <path d="M14.25 2.75H3.75C2.64543 2.75 1.75 3.64543 1.75 4.75V13.25C1.75 14.3546 2.64543 15.25 3.75 15.25H14.25C15.3546 15.25 16.25 14.3546 16.25 13.25V4.75C16.25 3.64543 15.3546 2.75 14.25 2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M14.25 2.75H3.75C2.64543 2.75 1.75 3.64543 1.75 4.75V13.25C1.75 14.3546 2.64543 15.25 3.75 15.25H14.25C15.3546 15.25 16.25 14.3546 16.25 13.25V4.75C16.25 3.64543 15.3546 2.75 14.25 2.75Z" />
25
+ <path d="M5 6.25H13" />
26
+ <path d="M5 11.75H9.25" />
27
+ <path d="M5 9H13" />
28
+ </g>
29
+ </svg>
30
+ </template>
31
+
32
+ <style scoped>
33
+ .icon {
34
+ display: inline-block;
35
+ vertical-align: middle;
36
+ }
37
+ </style>
@@ -0,0 +1,35 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M14.5 5.75C15.7426 5.75 16.75 4.74264 16.75 3.5C16.75 2.25736 15.7426 1.25 14.5 1.25C13.2574 1.25 12.25 2.25736 12.25 3.5C12.25 4.74264 13.2574 5.75 14.5 5.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M14.75 8.5V13.75C14.75 14.855 13.855 15.75 12.75 15.75H4.25C3.145 15.75 2.25 14.855 2.25 13.75V5.25C2.25 4.145 3.145 3.25 4.25 3.25H9.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M14.5 5.75C15.7426 5.75 16.75 4.74264 16.75 3.5C16.75 2.25736 15.7426 1.25 14.5 1.25C13.2574 1.25 12.25 2.25736 12.25 3.5C12.25 4.74264 13.2574 5.75 14.5 5.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ </g>
27
+ </svg>
28
+ </template>
29
+
30
+ <style scoped>
31
+ .icon {
32
+ display: inline-block;
33
+ vertical-align: middle;
34
+ }
35
+ </style>
@@ -0,0 +1,43 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M11.25 6.25H15.25C15.802 6.25 16.25 6.698 16.25 7.25V15.25C16.25 15.802 15.802 16.25 15.25 16.25H10.25V7.25C10.25 6.698 10.698 6.25 11.25 6.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M2.75 8.75H6.75C7.302 8.75 7.75 9.198 7.75 9.75V16.25H2.75C2.198 16.25 1.75 15.802 1.75 15.25V9.75C1.75 9.198 2.198 8.75 2.75 8.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
25
+ <path d="M11.25 6.25H15.25C15.802 6.25 16.25 6.698 16.25 7.25V15.25C16.25 15.802 15.802 16.25 15.25 16.25H10.25V7.25C10.25 6.698 10.698 6.25 11.25 6.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M12.75 8.75H13.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M12.75 11.25H13.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M12.75 13.75H13.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M2.75 8.75H6.75C7.302 8.75 7.75 9.198 7.75 9.75V16.25H2.75C2.198 16.25 1.75 15.802 1.75 15.25V9.75C1.75 9.198 2.198 8.75 2.75 8.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ <path d="M4.25 11.25H5.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
31
+ <path d="M4.25 13.75H5.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
32
+ <path d="M5.25 6.25V4.448C5.25 4.028 5.512 3.654 5.906 3.509L11.406 1.493C12.059 1.254 12.75 1.737 12.75 2.432V3.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
33
+ <path d="M7.75 16.25H10.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
34
+ </g>
35
+ </svg>
36
+ </template>
37
+
38
+ <style scoped>
39
+ .icon {
40
+ display: inline-block;
41
+ vertical-align: middle;
42
+ }
43
+ </style>
@@ -0,0 +1,36 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M2.50002 11.661C2.75902 10.74 3.65202 10.236 4.61602 10.25C5.58102 10.264 6.48802 10.696 6.54502 11.661C6.60202 12.626 5.58002 13.273 4.52202 13.705C3.46402 14.137 2.58602 14.54 2.49902 15.749H6.54802" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
24
+ <path d="M9.5 5.25H16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9.5 12.75H16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M4.75002 7.5V2C4.75002 2 4.12002 3.108 2.78302 3.364" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ </g>
28
+ </svg>
29
+ </template>
30
+
31
+ <style scoped>
32
+ .icon {
33
+ display: inline-block;
34
+ vertical-align: middle;
35
+ }
36
+ </style>
@@ -0,0 +1,35 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M1.75 14.706C4.453 15.518 6.646 15.586 8.439 13.751C9.52 12.666 9.52 10.906 8.439 9.81999C7.358 8.73399 5.613 8.71799 4.523 9.81999C2.75 11.612 4.298 13.314 1.75 14.706Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M6.95599 9.04399L13.534 2.46599C14.155 1.84499 15.163 1.84499 15.784 2.46599C16.405 3.08699 16.405 4.09499 15.784 4.71599L9.20599 11.294" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M1.75 14.706C4.453 15.518 6.646 15.586 8.439 13.751C9.52 12.666 9.52 10.906 8.439 9.81999C7.358 8.73399 5.613 8.71799 4.523 9.81999C2.75 11.612 4.298 13.314 1.75 14.706Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ </g>
27
+ </svg>
28
+ </template>
29
+
30
+ <style scoped>
31
+ .icon {
32
+ display: inline-block;
33
+ vertical-align: middle;
34
+ }
35
+ </style>
@@ -0,0 +1,35 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M15.947 2.73L11.793 15.653C11.651 16.096 11.05 16.162 10.816 15.759L7.65698 10.343L2.24098 7.184C1.83898 6.949 1.90398 6.349 2.34698 6.207L15.27 2.053C15.687 1.919 16.081 2.313 15.947 2.73Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M15.813 2.187L7.65701 10.343" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M15.947 2.73L11.793 15.653C11.651 16.096 11.05 16.162 10.816 15.759L7.65698 10.343L2.24098 7.184C1.83898 6.949 1.90398 6.349 2.34698 6.207L15.27 2.053C15.687 1.919 16.081 2.313 15.947 2.73Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ </g>
27
+ </svg>
28
+ </template>
29
+
30
+ <style scoped>
31
+ .icon {
32
+ display: inline-block;
33
+ vertical-align: middle;
34
+ }
35
+ </style>
@@ -0,0 +1,33 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M7.75 5V11.75C7.75 12.578 8.422 13.25 9.25 13.25C10.078 13.25 10.75 12.578 10.75 11.75V4.75C10.75 3.093 9.407 1.75 7.75 1.75C6.093 1.75 4.75 3.093 4.75 4.75V11.75C4.75 14.235 6.765 16.25 9.25 16.25C11.735 16.25 13.75 14.235 13.75 11.75V5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
24
+ </g>
25
+ </svg>
26
+ </template>
27
+
28
+ <style scoped>
29
+ .icon {
30
+ display: inline-block;
31
+ vertical-align: middle;
32
+ }
33
+ </style>
@@ -0,0 +1,43 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M15.25 3.75V14.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
24
+ <path d="M2.259 8.19701L4.25 8.84401" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M3.01901 10.537L4.25001 8.84399" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M5.481 10.537L4.25 8.84399" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M6.241 8.19701L4.25 8.84401" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M4.25 6.75V8.844" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M8.509 8.19701L10.5 8.84401" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ <path d="M9.26901 10.537L10.5 8.84399" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
31
+ <path d="M11.731 10.537L10.5 8.84399" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
32
+ <path d="M12.491 8.19701L10.5 8.84401" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
33
+ <path d="M10.5 6.75V8.844" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
34
+ </g>
35
+ </svg>
36
+ </template>
37
+
38
+ <style scoped>
39
+ .icon {
40
+ display: inline-block;
41
+ vertical-align: middle;
42
+ }
43
+ </style>
@@ -0,0 +1,35 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5606 7.47042L10.5306 4.44042L4.266 10.705C3.32896 11.642 2.76299 15.1756 2.75119 15.2498C2.7504 15.2499 2.75 15.25 2.75 15.25L2.751 15.251C2.751 15.251 2.75106 15.2506 2.75119 15.2498C2.82545 15.238 6.35897 14.672 7.296 13.735L13.5606 7.47042Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M10.547 4.422L13.578 7.453" />
25
+ <path d="M2.75 15.25C2.75 15.25 6.349 14.682 7.296 13.735C8.243 12.788 14.623 6.408 14.623 6.408C15.46 5.571 15.46 4.214 14.623 3.378C13.786 2.541 12.429 2.541 11.593 3.378C11.593 3.378 5.213 9.758 4.266 10.705C3.319 11.652 2.751 15.251 2.751 15.251L2.75 15.25Z" />
26
+ </g>
27
+ </svg>
28
+ </template>
29
+
30
+ <style scoped>
31
+ .icon {
32
+ display: inline-block;
33
+ vertical-align: middle;
34
+ }
35
+ </style>
@@ -0,0 +1,35 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.0606 7.97042L10.0306 4.94042L4.266 10.705C3.32897 11.642 2.763 15.1755 2.75119 15.2498C2.7504 15.2499 2.75 15.25 2.75 15.25L2.751 15.251C2.751 15.251 2.75106 15.2506 2.75119 15.2498C2.82546 15.238 6.35897 14.672 7.296 13.735L13.0606 7.97042Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M10 5L13.586 8.586C14.367 9.367 14.367 10.633 13.586 11.414L12 13" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M2.75 15.25C2.75 15.25 6.349 14.682 7.296 13.735C8.243 12.788 14.623 6.408 14.623 6.408C15.46 5.571 15.46 4.214 14.623 3.378C13.786 2.541 12.429 2.541 11.593 3.378C11.593 3.378 5.213 9.758 4.266 10.705C3.319 11.652 2.751 15.251 2.751 15.251L2.75 15.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ </g>
27
+ </svg>
28
+ </template>
29
+
30
+ <style scoped>
31
+ .icon {
32
+ display: inline-block;
33
+ vertical-align: middle;
34
+ }
35
+ </style>
@@ -0,0 +1,38 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M15.241 8.057L13.649 12.553C13.532 12.883 13.252 13.128 12.909 13.198L5.752 14.679C5.224 14.788 4.756 14.321 4.866 13.793L6.347 6.636C6.418 6.293 6.663 6.013 6.992 5.896L11.488 4.304" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M10 9.545L5.07001 14.475" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M2.44299 14.142C1.16799 13.139 0.835992 12.249 0.776992 11.604C0.602992 9.68 2.75199 8.653 2.73799 6.506C2.72899 5.129 1.83399 4.015 1.10399 3.304" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M15.241 8.057L13.649 12.553C13.532 12.883 13.252 13.128 12.909 13.198L5.752 14.679C5.224 14.788 4.756 14.321 4.866 13.793L6.347 6.636C6.418 6.293 6.663 6.013 6.992 5.896L11.488 4.304" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M11.496 2.296L11.195 2.597C10.804 2.988 10.804 3.621 11.195 4.011L13.364 6.18L15.533 8.349C15.924 8.74 16.557 8.74 16.947 8.349L17.248 8.048" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M10 10.295C10.4142 10.295 10.75 9.95921 10.75 9.545C10.75 9.13079 10.4142 8.795 10 8.795C9.58579 8.795 9.25 9.13079 9.25 9.545C9.25 9.95921 9.58579 10.295 10 10.295Z" :fill="color" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
29
+ </g>
30
+ </svg>
31
+ </template>
32
+
33
+ <style scoped>
34
+ .icon {
35
+ display: inline-block;
36
+ vertical-align: middle;
37
+ }
38
+ </style>
@@ -0,0 +1,36 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
23
+ <path d="M3.25 15.75C3.25 15.75 6.849 15.182 7.796 14.235C8.743 13.288 15.123 6.908 15.123 6.908C15.96 6.071 15.96 4.714 15.123 3.878C14.286 3.041 12.929 3.041 12.093 3.878C12.093 3.878 5.713 10.258 4.766 11.205C3.819 12.152 3.251 15.751 3.251 15.751L3.25 15.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M3.25 15.75C3.25 15.75 6.849 15.182 7.796 14.235C8.743 13.288 15.123 6.908 15.123 6.908C15.96 6.071 15.96 4.714 15.123 3.878C14.286 3.041 12.929 3.041 12.093 3.878C12.093 3.878 5.713 10.258 4.766 11.205C3.819 12.152 3.251 15.751 3.251 15.751L3.25 15.75Z" />
25
+ <path d="M4.25 1.75V6.75" />
26
+ <path d="M6.75 4.25H1.75" />
27
+ </g>
28
+ </svg>
29
+ </template>
30
+
31
+ <style scoped>
32
+ .icon {
33
+ display: inline-block;
34
+ vertical-align: middle;
35
+ }
36
+ </style>
@@ -0,0 +1,37 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M2.75 15.25C2.75 15.25 6.349 14.682 7.296 13.735C8.243 12.788 14.623 6.408 14.623 6.408C15.46 5.571 15.46 4.214 14.623 3.378C13.786 2.541 12.429 2.541 11.593 3.378C11.593 3.378 5.213 9.758 4.266 10.705C3.319 11.652 2.751 15.251 2.751 15.251L2.75 15.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M2.75 15.25C2.75 15.25 6.349 14.682 7.296 13.735C8.243 12.788 14.623 6.408 14.623 6.408C15.46 5.571 15.46 4.214 14.623 3.378C13.786 2.541 12.429 2.541 11.593 3.378C11.593 3.378 5.213 9.758 4.266 10.705C3.319 11.652 2.751 15.251 2.751 15.251L2.75 15.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M5.49301 3.492L4.54701 3.177L4.23101 2.23C4.12901 1.924 3.62201 1.924 3.52001 2.23L3.20401 3.177L2.25801 3.492C2.10501 3.543 2.00101 3.686 2.00101 3.848C2.00101 4.01 2.10501 4.153 2.25801 4.204L3.20401 4.519L3.52001 5.466C3.57101 5.619 3.71401 5.722 3.87501 5.722C4.03601 5.722 4.18001 5.618 4.23001 5.466L4.54601 4.519L5.49201 4.204C5.64501 4.153 5.74901 4.01 5.74901 3.848C5.74901 3.686 5.64601 3.543 5.49301 3.492Z" :fill="color" data-stroke="none" stroke="none" />
26
+ <path d="M16.658 12.99L15.395 12.569L14.974 11.306C14.837 10.898 14.162 10.898 14.025 11.306L13.604 12.569L12.341 12.99C12.137 13.058 11.999 13.249 11.999 13.464C11.999 13.679 12.137 13.87 12.341 13.938L13.604 14.359L14.025 15.622C14.093 15.826 14.285 15.964 14.5 15.964C14.715 15.964 14.906 15.826 14.975 15.622L15.396 14.359L16.659 13.938C16.863 13.87 17.001 13.679 17.001 13.464C17.001 13.249 16.862 13.058 16.658 12.99Z" :fill="color" data-stroke="none" stroke="none" />
27
+ <path d="M7.75 2.5C8.16421 2.5 8.5 2.16421 8.5 1.75C8.5 1.33579 8.16421 1 7.75 1C7.33579 1 7 1.33579 7 1.75C7 2.16421 7.33579 2.5 7.75 2.5Z" :fill="color" data-stroke="none" stroke="none" />
28
+ </g>
29
+ </svg>
30
+ </template>
31
+
32
+ <style scoped>
33
+ .icon {
34
+ display: inline-block;
35
+ vertical-align: middle;
36
+ }
37
+ </style>
@@ -0,0 +1,35 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M6.836 10.164C6.836 10.164 8.87 10.13 9.586 9.414C10.302 8.698 14.836 4.164 14.836 4.164C15.388 3.612 15.388 2.716 14.836 2.164C14.284 1.612 13.388 1.612 12.836 2.164C12.836 2.164 8.302 6.698 7.586 7.414C6.87 8.13 6.836 10.164 6.836 10.164Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M4.25 10.25H3.25C2.422 10.25 1.75 10.922 1.75 11.75C1.75 12.578 2.422 13.25 3.25 13.25H14.75C15.578 13.25 16.25 13.922 16.25 14.75C16.25 15.578 15.578 16.25 14.75 16.25H12.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M6.836 10.164C6.836 10.164 8.87 10.13 9.586 9.414C10.302 8.698 14.836 4.164 14.836 4.164C15.388 3.612 15.388 2.716 14.836 2.164C14.284 1.612 13.388 1.612 12.836 2.164C12.836 2.164 8.302 6.698 7.586 7.414C6.87 8.13 6.836 10.164 6.836 10.164Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ </g>
27
+ </svg>
28
+ </template>
29
+
30
+ <style scoped>
31
+ .icon {
32
+ display: inline-block;
33
+ vertical-align: middle;
34
+ }
35
+ </style>
@@ -0,0 +1,36 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.7811 6.9662L12.054 4.9308L7.38101 11.121C6.20901 12.673 6.39601 15.25 6.39601 15.25C6.39601 15.25 8.92501 14.723 10.097 13.171L14.7811 6.9662Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M12.054 4.932L14.77 6.982" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M6.39601 15.25C6.39601 15.25 8.92501 14.723 10.097 13.171L15.906 5.476C16.472 4.726 16.323 3.659 15.573 3.093C14.823 2.527 13.756 2.676 13.19 3.426L7.38101 11.121C6.20901 12.673 6.39601 15.25 6.39601 15.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M4.23199 15.25C2.29899 13.953 1.83499 12.792 1.76099 11.98C1.56699 9.84 3.95699 8.699 3.94099 6.311C3.93099 4.779 2.93499 3.541 2.12399 2.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ </g>
28
+ </svg>
29
+ </template>
30
+
31
+ <style scoped>
32
+ .icon {
33
+ display: inline-block;
34
+ vertical-align: middle;
35
+ }
36
+ </style>
@@ -0,0 +1,34 @@
1
+ <script setup lang="ts">
2
+ interface Props {
3
+ size?: number | string
4
+ color?: string
5
+ }
6
+
7
+ const props = withDefaults(defineProps<Props>(), {
8
+ size: 24,
9
+ color: 'currentColor'
10
+ })
11
+ </script>
12
+
13
+ <template>
14
+ <svg
15
+ class="icon"
16
+ :width="size"
17
+ :height="size"
18
+ viewBox="0 0 18 18"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title />
22
+ <g :fill="color">
23
+ <path d="M11.347 10.646L10.206 12.072C8.43903 11.033 6.96603 9.56099 5.92803 7.79399L7.35403 6.65299C7.69803 6.37799 7.81303 5.90499 7.63403 5.50299L6.33403 2.57599C6.14103 2.14199 5.66303 1.91199 5.20403 2.03099L2.72903 2.67299C2.25103 2.79799 1.94203 3.26099 2.01003 3.74999C2.90203 10.104 7.89603 15.098 14.251 15.991C14.74 16.058 15.203 15.749 15.327 15.272L15.969 12.797C16.088 12.338 15.858 11.861 15.425 11.668L12.498 10.368C12.096 10.189 11.624 10.304 11.348 10.647L11.347 10.646Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M11.347 10.646L10.206 12.072C8.43903 11.033 6.96603 9.56099 5.92803 7.79399L7.35403 6.65299C7.69803 6.37799 7.81303 5.90499 7.63403 5.50299L6.33403 2.57599C6.14103 2.14199 5.66303 1.91199 5.20403 2.03099L2.72903 2.67299C2.25103 2.79799 1.94203 3.26099 2.01003 3.74999C2.90203 10.104 7.89603 15.098 14.251 15.991C14.74 16.058 15.203 15.749 15.327 15.272L15.969 12.797C16.088 12.338 15.858 11.861 15.425 11.668L12.498 10.368C12.096 10.189 11.624 10.304 11.348 10.647L11.347 10.646Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ </g>
26
+ </svg>
27
+ </template>
28
+
29
+ <style scoped>
30
+ .icon {
31
+ display: inline-block;
32
+ vertical-align: middle;
33
+ }
34
+ </style>