@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,42 @@
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 4.75H2.75C1.64543 4.75 0.75 5.64543 0.75 6.75V11.25C0.75 12.3546 1.64543 13.25 2.75 13.25H15.25C16.3546 13.25 17.25 12.3546 17.25 11.25V6.75C17.25 5.64543 16.3546 4.75 15.25 4.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M15.25 4.75H2.75C1.64543 4.75 0.75 5.64543 0.75 6.75V11.25C0.75 12.3546 1.64543 13.25 2.75 13.25H15.25C16.3546 13.25 17.25 12.3546 17.25 11.25V6.75C17.25 5.64543 16.3546 4.75 15.25 4.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M11.75 10.25H6.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M4 7H3.5C3.22386 7 3 7.22386 3 7.5V8C3 8.27614 3.22386 8.5 3.5 8.5H4C4.27614 8.5 4.5 8.27614 4.5 8V7.5C4.5 7.22386 4.27614 7 4 7Z" :fill="color" data-stroke="none" stroke="none" />
27
+ <path d="M4 9.5H3.5C3.22386 9.5 3 9.72386 3 10V10.5C3 10.7761 3.22386 11 3.5 11H4C4.27614 11 4.5 10.7761 4.5 10.5V10C4.5 9.72386 4.27614 9.5 4 9.5Z" :fill="color" data-stroke="none" stroke="none" />
28
+ <path d="M6.5 7H6C5.72386 7 5.5 7.22386 5.5 7.5V8C5.5 8.27614 5.72386 8.5 6 8.5H6.5C6.77614 8.5 7 8.27614 7 8V7.5C7 7.22386 6.77614 7 6.5 7Z" :fill="color" data-stroke="none" stroke="none" />
29
+ <path d="M9.25 7H8.75C8.47386 7 8.25 7.22386 8.25 7.5V8C8.25 8.27614 8.47386 8.5 8.75 8.5H9.25C9.52614 8.5 9.75 8.27614 9.75 8V7.5C9.75 7.22386 9.52614 7 9.25 7Z" :fill="color" data-stroke="none" stroke="none" />
30
+ <path d="M14.5 7H14C13.7239 7 13.5 7.22386 13.5 7.5V8C13.5 8.27614 13.7239 8.5 14 8.5H14.5C14.7761 8.5 15 8.27614 15 8V7.5C15 7.22386 14.7761 7 14.5 7Z" :fill="color" data-stroke="none" stroke="none" />
31
+ <path d="M14.5 9.5H14C13.7239 9.5 13.5 9.72386 13.5 10V10.5C13.5 10.7761 13.7239 11 14 11H14.5C14.7761 11 15 10.7761 15 10.5V10C15 9.72386 14.7761 9.5 14.5 9.5Z" :fill="color" data-stroke="none" stroke="none" />
32
+ <path d="M12 7H11.5C11.2239 7 11 7.22386 11 7.5V8C11 8.27614 11.2239 8.5 11.5 8.5H12C12.2761 8.5 12.5 8.27614 12.5 8V7.5C12.5 7.22386 12.2761 7 12 7Z" :fill="color" data-stroke="none" stroke="none" />
33
+ </g>
34
+ </svg>
35
+ </template>
36
+
37
+ <style scoped>
38
+ .icon {
39
+ display: inline-block;
40
+ vertical-align: middle;
41
+ }
42
+ </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="M2.25 4.25H10.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
24
+ <path d="M6.25 2.25V4.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M4.25 4.25C4.341 6.926 6.166 9.231 8.75 9.934" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M8.25 4.25C7.85 9.875 2.25 10.25 2.25 10.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M9.25 15.75L12.25 7.75H12.75L15.75 15.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M10.188 13.25H14.813" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
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,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="M4.25 14.75C3.145 14.75 2.25 13.855 2.25 12.75V4.75C2.25 3.645 3.145 2.75 4.25 2.75H13.75C14.855 2.75 15.75 3.645 15.75 4.75V12.75C15.75 13.855 14.855 14.75 13.75 14.75" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M4.25 14.75C3.145 14.75 2.25 13.855 2.25 12.75V4.75C2.25 3.645 3.145 2.75 4.25 2.75H13.75C14.855 2.75 15.75 3.645 15.75 4.75V12.75C15.75 13.855 14.855 14.75 13.75 14.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M0.75 14.75H17.25" :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 d="M16.25 14.75V9.25C16.25 8.42157 15.5784 7.75 14.75 7.75H12.25C11.4216 7.75 10.75 8.42157 10.75 9.25V14.75C10.75 15.5784 11.4216 16.25 12.25 16.25H14.75C15.5784 16.25 16.25 15.5784 16.25 14.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M16.25 14.75V9.25C16.25 8.42157 15.5784 7.75 14.75 7.75H12.25C11.4216 7.75 10.75 8.42157 10.75 9.25V14.75C10.75 15.5784 11.4216 16.25 12.25 16.25H14.75C15.5784 16.25 16.25 15.5784 16.25 14.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M1.75 13H8" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M15.25 5V4.75C15.25 3.645 14.355 2.75 13.25 2.75H4.75C3.645 2.75 2.75 3.645 2.75 4.75V11.125C2.75 12.161 3.589 13 4.625 13" :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,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.665 5.086L8.534 1.995C8.826 1.841 9.174 1.841 9.466 1.995L15.336 5.086C15.87 5.367 15.87 6.132 15.336 6.413L9.466 9.504C9.174 9.658 8.826 9.658 8.534 9.504L2.665 6.414C2.131 6.133 2.131 5.367 2.665 5.086Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M2.665 5.086L8.534 1.995C8.826 1.841 9.174 1.841 9.466 1.995L15.336 5.086C15.87 5.367 15.87 6.132 15.336 6.413L9.466 9.504C9.174 9.658 8.826 9.658 8.534 9.504L2.665 6.414C2.131 6.133 2.131 5.367 2.665 5.086Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M15.736 9C15.736 9.261 15.602 9.523 15.335 9.664L9.46499 12.755C9.17299 12.909 8.82499 12.909 8.53299 12.755L2.66299 9.664C2.39599 9.523 2.26199 9.262 2.26199 9" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M15.736 12.25C15.736 12.511 15.602 12.773 15.335 12.914L9.46499 16.005C9.17299 16.159 8.82499 16.159 8.53299 16.005L2.66299 12.914C2.39599 12.773 2.26199 12.512 2.26199 12.25" :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="M4.38332 9.45082C3.7218 12.0693 5.32799 13.8368 6.17989 14.3851C7.14606 14.9941 9.3918 16.1067 12.1263 14.1827C14.4642 12.5377 16.2217 7.44088 13.2397 1.78375C11.5536 5.6491 5.4867 5.08328 4.38332 9.45082Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M9.097 15.247C14.724 15.061 16.223 7.137 13.265 1.75C11.556 5.321 7.613 4.784 5.407 7.504C4.753 8.31 4.249 9.405 4.249 10.586C4.249 12.163 5.028 13.558 6.221 14.402" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M2.75 16.25C2.75 16.25 7.348 14.985 10.25 9.75" :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,48 @@
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="M10.311 5.487L11.71 1.738C10.866 1.423 9.95302 1.251 8.99902 1.251C8.04502 1.251 7.13202 1.423 6.28802 1.738L7.68702 5.487C8.09602 5.334 8.53602 5.251 8.99802 5.251C9.46002 5.251 9.90102 5.335 10.309 5.488L10.311 5.487Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M12.513 10.311L16.262 11.71C16.577 10.866 16.749 9.953 16.749 9C16.749 8.046 16.577 7.133 16.262 6.289L12.513 7.688C12.666 8.097 12.749 8.537 12.749 8.999C12.749 9.461 12.665 9.902 12.512 10.31L12.513 10.311Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
25
+ <path d="M7.68898 12.513L6.28998 16.262C7.13398 16.577 8.04698 16.749 9.00098 16.749C9.95498 16.749 10.868 16.577 11.712 16.262L10.313 12.513C9.90398 12.666 9.46398 12.749 9.00198 12.749C8.53998 12.749 8.09898 12.665 7.69098 12.512L7.68898 12.513Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
26
+ <path d="M5.48698 7.689L1.73798 6.29C1.42298 7.134 1.25098 8.047 1.25098 9C1.25098 9.954 1.42298 10.867 1.73798 11.711L5.48698 10.312C5.33398 9.903 5.25098 9.463 5.25098 9.001C5.25098 8.539 5.33498 8.098 5.48798 7.69L5.48698 7.689Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
27
+ <path d="M5.48602 7.688C5.86502 6.672 6.67302 5.865 7.68902 5.485" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M10.312 5.486C11.328 5.865 12.135 6.673 12.515 7.689" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M12.514 10.312C12.135 11.328 11.327 12.135 10.311 12.515" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ <path d="M7.68799 12.514C6.67199 12.135 5.86499 11.327 5.48499 10.311" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
31
+ <path d="M6.46402 15.794C4.50002 15.061 2.93902 13.5 2.20502 11.535" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
32
+ <path d="M15.794 11.536C15.061 13.5 13.499 15.061 11.535 15.795" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
33
+ <path d="M11.536 2.206C13.5 2.939 15.061 4.501 15.795 6.465" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
34
+ <path d="M2.20599 6.464C2.93899 4.5 4.49999 2.939 6.46499 2.205" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
35
+ <path d="M10.311 5.487L11.71 1.738C10.866 1.423 9.95302 1.251 8.99902 1.251C8.04502 1.251 7.13202 1.423 6.28802 1.738L7.68702 5.487C8.09602 5.334 8.53602 5.251 8.99802 5.251C9.46002 5.251 9.90102 5.335 10.309 5.488L10.311 5.487Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
36
+ <path d="M12.513 10.311L16.262 11.71C16.577 10.866 16.749 9.953 16.749 9C16.749 8.046 16.577 7.133 16.262 6.289L12.513 7.688C12.666 8.097 12.749 8.537 12.749 8.999C12.749 9.461 12.665 9.902 12.512 10.31L12.513 10.311Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
37
+ <path d="M7.68898 12.513L6.28998 16.262C7.13398 16.577 8.04698 16.749 9.00098 16.749C9.95498 16.749 10.868 16.577 11.712 16.262L10.313 12.513C9.90398 12.666 9.46398 12.749 9.00198 12.749C8.53998 12.749 8.09898 12.665 7.69098 12.512L7.68898 12.513Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
38
+ <path d="M5.48698 7.689L1.73798 6.29C1.42298 7.134 1.25098 8.047 1.25098 9C1.25098 9.954 1.42298 10.867 1.73798 11.711L5.48698 10.312C5.33398 9.903 5.25098 9.463 5.25098 9.001C5.25098 8.539 5.33498 8.098 5.48798 7.69L5.48698 7.689Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
39
+ </g>
40
+ </svg>
41
+ </template>
42
+
43
+ <style scoped>
44
+ .icon {
45
+ display: inline-block;
46
+ vertical-align: middle;
47
+ }
48
+ </style>
@@ -0,0 +1,40 @@
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="M7.973 4.358C11.045 3.714 13.75 6.041 13.75 9C13.75 10.8669 12.6695 12.4752 11.1028 13.25H6.89721C5.11106 12.3665 3.95706 10.3995 4.315 8.202C4.623 6.315 6.101 4.75 7.973 4.358Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M9 0.75V1.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M14.834 3.16599L14.127 3.87299" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M17.25 9H16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M3.166 3.16599L3.873 3.87299" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M0.75 9H1.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M13.75 9C13.75 6.041 11.045 3.714 7.973 4.358C6.101 4.75 4.623 6.315 4.315 8.202C3.934 10.541 5.266 12.619 7.25 13.407V15.75C7.25 16.302 7.698 16.75 8.25 16.75H9.75C10.302 16.75 10.75 16.302 10.75 15.75V13.407C12.505 12.71 13.75 11.004 13.75 9Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ <path d="M6.897 13.25H11.103" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
31
+ </g>
32
+ </svg>
33
+ </template>
34
+
35
+ <style scoped>
36
+ .icon {
37
+ display: inline-block;
38
+ vertical-align: middle;
39
+ }
40
+ </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
+ <rect x="10.029" y="5.00841" width="10.1272" height="7.07332" rx="3.53666" transform="rotate(45 10.029 5.00841)" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M8.5 6.827C8.148 6.995 7.818 7.225 7.527 7.517L7.517 7.527C6.136 8.908 6.136 11.146 7.517 12.527L9.692 14.702C11.073 16.083 13.311 16.083 14.692 14.702L14.702 14.692C16.083 13.311 16.083 11.073 14.702 9.692L13.771 8.761" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9.5 11.173C9.852 11.005 10.182 10.775 10.473 10.483L10.483 10.473C11.864 9.092 11.864 6.854 10.483 5.473L8.308 3.298C6.927 1.917 4.689 1.917 3.308 3.298L3.298 3.308C1.917 4.689 1.917 6.927 3.298 8.308L4.229 9.239" :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,40 @@
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 1.75V4.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
24
+ <path opacity="0.88" d="M14.127 3.873L12.359 5.641" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path opacity="0.75" d="M16.25 9H13.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path opacity="0.63" d="M14.127 14.127L12.359 12.359" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path opacity="0.5" d="M9 16.25V13.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path opacity="0.38" d="M3.87299 14.127L5.64099 12.359" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path opacity="0.25" d="M1.75 9H4.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ <path opacity="0.13" d="M3.87299 3.873L5.64099 5.641" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
31
+ </g>
32
+ </svg>
33
+ </template>
34
+
35
+ <style scoped>
36
+ .icon {
37
+ display: inline-block;
38
+ vertical-align: middle;
39
+ }
40
+ </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="M9 8.25C10.7949 8.25 12.25 6.79493 12.25 5C12.25 3.20507 10.7949 1.75 9 1.75C7.20507 1.75 5.75 3.20507 5.75 5C5.75 6.79493 7.20507 8.25 9 8.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M9 8.25C10.7949 8.25 12.25 6.79493 12.25 5C12.25 3.20507 10.7949 1.75 9 1.75C7.20507 1.75 5.75 3.20507 5.75 5C5.75 6.79493 7.20507 8.25 9 8.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9 13.25V8.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M12 12.429C14.507 12.744 16.25 13.441 16.25 14.25C16.25 15.355 13.004 16.25 9 16.25C4.996 16.25 1.75 15.355 1.75 14.25C1.75 13.441 3.493 12.743 6 12.429" :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,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="M12.75 8.25H5.25C4.14543 8.25 3.25 9.14543 3.25 10.25V14.25C3.25 15.3546 4.14543 16.25 5.25 16.25H12.75C13.8546 16.25 14.75 15.3546 14.75 14.25V10.25C14.75 9.14543 13.8546 8.25 12.75 8.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M5.75 8.25V5C5.75 3.205 7.205 1.75 9 1.75C10.795 1.75 12.25 3.205 12.25 5V8.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9 11.75V12.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M12.75 8.25H5.25C4.14543 8.25 3.25 9.14543 3.25 10.25V14.25C3.25 15.3546 4.14543 16.25 5.25 16.25H12.75C13.8546 16.25 14.75 15.3546 14.75 14.25V10.25C14.75 9.14543 13.8546 8.25 12.75 8.25Z" :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,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="M13.25 8.25H5.75C4.64543 8.25 3.75 9.14543 3.75 10.25V14.25C3.75 15.3546 4.64543 16.25 5.75 16.25H13.25C14.3546 16.25 15.25 15.3546 15.25 14.25V10.25C15.25 9.14543 14.3546 8.25 13.25 8.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M7.25 8.25V5C7.25 3.205 5.795 1.75 4 1.75C2.205 1.75 0.75 3.205 0.75 5V6.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9.5 11.75V12.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M13.25 8.25H5.75C4.64543 8.25 3.75 9.14543 3.75 10.25V14.25C3.75 15.3546 4.64543 16.25 5.75 16.25H13.25C14.3546 16.25 15.25 15.3546 15.25 14.25V10.25C15.25 9.14543 14.3546 8.25 13.25 8.25Z" :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,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="M12.75 8.25H5.25C4.14543 8.25 3.25 9.14543 3.25 10.25V14.25C3.25 15.3546 4.14543 16.25 5.25 16.25H12.75C13.8546 16.25 14.75 15.3546 14.75 14.25V10.25C14.75 9.14543 13.8546 8.25 12.75 8.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M5.75 8.25V5C5.75 3.205 7.205 1.75 9 1.75C10.795 1.75 12.25 3.205 12.25 5" />
25
+ <path d="M9 11.75V12.75" />
26
+ <path d="M12.75 8.25H5.25C4.14543 8.25 3.25 9.14543 3.25 10.25V14.25C3.25 15.3546 4.14543 16.25 5.25 16.25H12.75C13.8546 16.25 14.75 15.3546 14.75 14.25V10.25C14.75 9.14543 13.8546 8.25 12.75 8.25Z" />
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="M9.998 2.052L12.337 3.579L14.921 2.519L14.191 5.215L15.998 7.344L13.209 7.483L11.742 9.86L10.748 7.25L8.034 6.59L10.209 4.837L9.998 2.052Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M2.75 15.25L10.749 7.25101" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9.998 2.052L12.337 3.579L14.921 2.519L14.191 5.215L15.998 7.344L13.209 7.483L11.742 9.86L10.748 7.25L8.034 6.59L10.209 4.837L9.998 2.052Z" :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="M7.75 12.75C10.5114 12.75 12.75 10.5114 12.75 7.75C12.75 4.98858 10.5114 2.75 7.75 2.75C4.98858 2.75 2.75 4.98858 2.75 7.75C2.75 10.5114 4.98858 12.75 7.75 12.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M7.75 12.75C10.5114 12.75 12.75 10.5114 12.75 7.75C12.75 4.98858 10.5114 2.75 7.75 2.75C4.98858 2.75 2.75 4.98858 2.75 7.75C2.75 10.5114 4.98858 12.75 7.75 12.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M15.25 15.25L11.285 11.285" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M5.5 8C5.91421 8 6.25 7.66421 6.25 7.25C6.25 6.83579 5.91421 6.5 5.5 6.5C5.08579 6.5 4.75 6.83579 4.75 7.25C4.75 7.66421 5.08579 8 5.5 8Z" :fill="color" data-stroke="none" stroke="none" />
27
+ <path d="M10 8C10.4142 8 10.75 7.66421 10.75 7.25C10.75 6.83579 10.4142 6.5 10 6.5C9.58579 6.5 9.25 6.83579 9.25 7.25C9.25 7.66421 9.58579 8 10 8Z" :fill="color" data-stroke="none" stroke="none" />
28
+ <path d="M7.75 8C8.578 8 9.25 8.672 9.25 9.5C9.25 9.776 9.026 10 8.75 10H6.75C6.474 10 6.25 9.776 6.25 9.5C6.25 8.672 6.922 8 7.75 8Z" :fill="color" data-stroke="none" stroke="none" />
29
+ </g>
30
+ </svg>
31
+ </template>
32
+
33
+ <style scoped>
34
+ .icon {
35
+ display: inline-block;
36
+ vertical-align: middle;
37
+ }
38
+ </style>