@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,39 @@
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.75 8.00001C12.84 8.00001 11.281 6.56701 11.047 4.72001C10.948 4.73001 10.852 4.75001 10.75 4.75001C9.132 4.75001 7.822 3.46701 7.761 1.86301C4.348 2.45201 1.75 5.41901 1.75 9.00001C1.75 13.004 4.996 16.25 9 16.25C13.004 16.25 16.25 13.004 16.25 9.00001C16.25 8.56601 16.205 8.14301 16.132 7.72901C15.704 7.89901 15.239 8.00001 14.75 8.00001Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M14.75 8.00001C12.84 8.00001 11.281 6.56701 11.047 4.72001C10.948 4.73001 10.852 4.75001 10.75 4.75001C9.132 4.75001 7.822 3.46701 7.761 1.86301C4.348 2.45201 1.75 5.41901 1.75 9.00001C1.75 13.004 4.996 16.25 9 16.25C13.004 16.25 16.25 13.004 16.25 9.00001C16.25 8.56601 16.205 8.14301 16.132 7.72901C15.704 7.89901 15.239 8.00001 14.75 8.00001Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M12.25 2.5C12.6642 2.5 13 2.16421 13 1.75C13 1.33579 12.6642 1 12.25 1C11.8358 1 11.5 1.33579 11.5 1.75C11.5 2.16421 11.8358 2.5 12.25 2.5Z" :fill="color" data-stroke="none" stroke="none" />
26
+ <path d="M14.75 5C15.1642 5 15.5 4.66421 15.5 4.25C15.5 3.83579 15.1642 3.5 14.75 3.5C14.3358 3.5 14 3.83579 14 4.25C14 4.66421 14.3358 5 14.75 5Z" :fill="color" data-stroke="none" stroke="none" />
27
+ <path d="M11.25 12.5C11.6642 12.5 12 12.1642 12 11.75C12 11.3358 11.6642 11 11.25 11C10.8358 11 10.5 11.3358 10.5 11.75C10.5 12.1642 10.8358 12.5 11.25 12.5Z" :fill="color" data-stroke="none" stroke="none" />
28
+ <path d="M7 8C7.55228 8 8 7.55228 8 7C8 6.44772 7.55228 6 7 6C6.44772 6 6 6.44772 6 7C6 7.55228 6.44772 8 7 8Z" :fill="color" data-stroke="none" stroke="none" />
29
+ <path d="M7.25 12.5C7.94036 12.5 8.5 11.9404 8.5 11.25C8.5 10.5596 7.94036 10 7.25 10C6.55964 10 6 10.5596 6 11.25C6 11.9404 6.55964 12.5 7.25 12.5Z" :fill="color" data-stroke="none" stroke="none" />
30
+ </g>
31
+ </svg>
32
+ </template>
33
+
34
+ <style scoped>
35
+ .icon {
36
+ display: inline-block;
37
+ vertical-align: middle;
38
+ }
39
+ </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 fill-rule="evenodd" clip-rule="evenodd" d="M14.25 14.25H3.75C2.64543 14.25 1.75 13.3546 1.75 12.25V7.25H16.25V12.25C16.25 13.3546 15.3546 14.25 14.25 14.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M1.75 7.25H16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M3.75 14.25L14.25 14.25C15.3546 14.25 16.25 13.3546 16.25 12.25V5.75C16.25 4.64543 15.3546 3.75 14.25 3.75L3.75 3.75C2.64543 3.75 1.75 4.64543 1.75 5.75L1.75 12.25C1.75 13.3546 2.64543 14.25 3.75 14.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M4.25 11.25H7.25" :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
+ </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,39 @@
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="M15.5 9C15.5 12.5899 12.5899 15.5 9 15.5C5.41015 15.5 2.5 12.5899 2.5 9C2.5 5.41015 5.41015 2.5 9 2.5C12.5899 2.5 15.5 5.41015 15.5 9ZM11.25 9C11.25 10.2426 10.2426 11.25 9 11.25C7.75736 11.25 6.75 10.2426 6.75 9C6.75 7.75736 7.75736 6.75 9 6.75C10.2426 6.75 11.25 7.75736 11.25 9Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M9 15.5C12.5899 15.5 15.5 12.5899 15.5 9C15.5 5.41015 12.5899 2.5 9 2.5C5.41015 2.5 2.5 5.41015 2.5 9C2.5 12.5899 5.41015 15.5 9 15.5Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9 11.25C10.2426 11.25 11.25 10.2426 11.25 9C11.25 7.75736 10.2426 6.75 9 6.75C7.75736 6.75 6.75 7.75736 6.75 9C6.75 10.2426 7.75736 11.25 9 11.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M9 1V2.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M17 9H15.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M9 17V15.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M1 9H2.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ </g>
31
+ </svg>
32
+ </template>
33
+
34
+ <style scoped>
35
+ .icon {
36
+ display: inline-block;
37
+ vertical-align: middle;
38
+ }
39
+ </style>
@@ -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 fill-rule="evenodd" clip-rule="evenodd" d="M13.5962 4.40379C12.4199 3.22753 10.7949 2.5 9 2.5C5.41015 2.5 2.5 5.41015 2.5 9C2.5 10.7949 3.22753 12.4199 4.40379 13.5962L7.409 10.591C7.00183 10.1838 6.75 9.62131 6.75 9C6.75 7.75736 7.75736 6.75 9 6.75C9.62131 6.75 10.1838 7.00183 10.591 7.409L13.5962 4.40379ZM10.5844 10.5976C10.5888 10.5932 10.5932 10.5888 10.5976 10.5844L14.9042 6.27774C15.2866 7.10581 15.5 8.02799 15.5 9C15.5 12.5899 12.5899 15.5 9 15.5C8.02799 15.5 7.10581 15.2866 6.27774 14.9042L10.5844 10.5976Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M15.012 6.524C15.327 7.287 15.5 8.124 15.5 9C15.5 12.59 12.59 15.5 8.99999 15.5C8.12299 15.5 7.28699 15.326 6.52399 15.012" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M4.404 13.596C3.228 12.42 2.5 10.795 2.5 9C2.5 5.41 5.41 2.5 9 2.5C10.795 2.5 12.42 3.228 13.596 4.404" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M7.409 10.591C7.002 10.184 6.75 9.621 6.75 9C6.75 7.757 7.757 6.75 9 6.75C9.621 6.75 10.184 7.002 10.591 7.409" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M9 1V2.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M17 9H15.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M9 17V15.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ <path d="M1 9H2.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
31
+ <path d="M2 16L16 2" :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,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="M7.25 7.75C8.07843 7.75 8.75 7.07843 8.75 6.25C8.75 5.42157 8.07843 4.75 7.25 4.75C6.42157 4.75 5.75 5.42157 5.75 6.25C5.75 7.07843 6.42157 7.75 7.25 7.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M10.75 13.25C11.5784 13.25 12.25 12.5784 12.25 11.75C12.25 10.9216 11.5784 10.25 10.75 10.25C9.92157 10.25 9.25 10.9216 9.25 11.75C9.25 12.5784 9.92157 13.25 10.75 13.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
25
+ <path d="M7.25 7.75C8.07843 7.75 8.75 7.07843 8.75 6.25C8.75 5.42157 8.07843 4.75 7.25 4.75C6.42157 4.75 5.75 5.42157 5.75 6.25C5.75 7.07843 6.42157 7.75 7.25 7.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M16.25 6.5V11.881C16.25 12.146 16.145 12.401 15.957 12.588L12.588 15.957C12.4 16.145 12.146 16.25 11.881 16.25H5.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M6.75 10.25V12.586C6.75 12.851 6.855 13.106 7.043 13.293L7.75 14" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M3.25 14.25L4.042 13.225C4.177 13.05 4.25 12.835 4.25 12.614V9.437C4.25 9.158 4.366 8.892 4.571 8.703L6.137 7.253" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M10.75 13.25C11.5784 13.25 12.25 12.5784 12.25 11.75C12.25 10.9216 11.5784 10.25 10.75 10.25C9.92157 10.25 9.25 10.9216 9.25 11.75C9.25 12.5784 9.92157 13.25 10.75 13.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ <path d="M11.25 7.75V5.414C11.25 5.149 11.145 4.894 10.957 4.707L10.25 4" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
31
+ <path d="M14.75 3.75L13.958 4.775C13.823 4.95 13.75 5.165 13.75 5.386V8.563C13.75 8.842 13.634 9.108 13.429 9.297L11.863 10.747" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
32
+ <path d="M12.25 1.75H6.119C5.854 1.75 5.599 1.855 5.412 2.043L2.043 5.412C1.855 5.6 1.75 5.854 1.75 6.119V11.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="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,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 16.25C13.0041 16.25 16.25 13.0041 16.25 9C16.25 4.99594 13.0041 1.75 9 1.75C4.99594 1.75 1.75 4.99594 1.75 9C1.75 13.0041 4.99594 16.25 9 16.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M9 6V12C10.657 12 12 10.657 12 9C12 7.343 10.657 6 9 6Z" :fill="color" data-stroke="none" stroke="none" />
25
+ <path d="M9 12C7.343 12 6 10.657 6 9C6 7.343 7.343 6 9 6V1.75C4.996 1.75 1.75 4.996 1.75 9C1.75 13.004 4.996 16.25 9 16.25V12Z" :fill="color" data-stroke="none" stroke="none" />
26
+ <path d="M9 16.25C13.0041 16.25 16.25 13.0041 16.25 9C16.25 4.99594 13.0041 1.75 9 1.75C4.99594 1.75 1.75 4.99594 1.75 9C1.75 13.0041 4.99594 16.25 9 16.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,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="M10.25 12.75L12.75 15.25L15.25 12.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
24
+ <path d="M12.75 15.25V6.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M2.75 9.75H9.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M2.75 6.25H9.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M2.75 2.75H12.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="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,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="M12 3H14.25C15.355 3 16.25 3.895 16.25 5V11.25C16.25 12.355 15.355 13.25 14.25 13.25H3.75C2.645 13.25 1.75 12.355 1.75 11.25V5C1.75 3.895 2.645 3 3.75 3H6" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M11.75 7.5L9 10.25L6.25 7.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9 10.25V2.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M12 2.75H14.25C15.355 2.75 16.25 3.645 16.25 4.75V11.25C16.25 12.355 15.355 13.25 14.25 13.25H3.75C2.645 13.25 1.75 12.355 1.75 11.25V4.75C1.75 3.645 2.645 2.75 3.75 2.75H6" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M5.75 16.25C6.508 16.011 7.628 15.75 9 15.75C9.795 15.75 10.941 15.838 12.25 16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M9 13.25V15.75" :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 stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
23
+ <path d="M9 9.5C9.27614 9.5 9.5 9.27614 9.5 9C9.5 8.72386 9.27614 8.5 9 8.5C8.72386 8.5 8.5 8.72386 8.5 9C8.5 9.27614 8.72386 9.5 9 9.5Z" :fill="color" />
24
+ <path d="M3.25 9.5C3.52614 9.5 3.75 9.27614 3.75 9C3.75 8.72386 3.52614 8.5 3.25 8.5C2.97386 8.5 2.75 8.72386 2.75 9C2.75 9.27614 2.97386 9.5 3.25 9.5Z" :fill="color" />
25
+ <path d="M14.75 9.5C15.0261 9.5 15.25 9.27614 15.25 9C15.25 8.72386 15.0261 8.5 14.75 8.5C14.4739 8.5 14.25 8.72386 14.25 9C14.25 9.27614 14.4739 9.5 14.75 9.5Z" :fill="color" />
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 stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
23
+ <path d="M9 9.5C9.27614 9.5 9.5 9.27614 9.5 9C9.5 8.72386 9.27614 8.5 9 8.5C8.72386 8.5 8.5 8.72386 8.5 9C8.5 9.27614 8.72386 9.5 9 9.5Z" :fill="color" />
24
+ <path d="M9 3.75C9.27614 3.75 9.5 3.52614 9.5 3.25C9.5 2.97386 9.27614 2.75 9 2.75C8.72386 2.75 8.5 2.97386 8.5 3.25C8.5 3.52614 8.72386 3.75 9 3.75Z" :fill="color" />
25
+ <path d="M9 15.25C9.27614 15.25 9.5 15.0261 9.5 14.75C9.5 14.4739 9.27614 14.25 9 14.25C8.72386 14.25 8.5 14.4739 8.5 14.75C8.5 15.0261 8.72386 15.25 9 15.25Z" :fill="color" />
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,39 @@
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 6.75C10.1046 6.75 11 5.85457 11 4.75C11 3.64543 10.1046 2.75 9 2.75C7.89543 2.75 7 3.64543 7 4.75C7 5.85457 7.89543 6.75 9 6.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M9 1.5V2.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M8.045 6.507L2.75 16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M13.484 13L15.25 16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M9.95499 6.507L12.343 10.901" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M9 6.75C10.1046 6.75 11 5.85457 11 4.75C11 3.64543 10.1046 2.75 9 2.75C7.89543 2.75 7 3.64543 7 4.75C7 5.85457 7.89543 6.75 9 6.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
29
+ <path d="M14 9.649C12.729 10.946 10.959 11.75 9 11.75C7.041 11.75 5.27 10.945 4 9.649" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
30
+ </g>
31
+ </svg>
32
+ </template>
33
+
34
+ <style scoped>
35
+ .icon {
36
+ display: inline-block;
37
+ vertical-align: middle;
38
+ }
39
+ </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="M8.63696 9.8623C7.60866 9.4483 6.30547 9.70093 5.78241 9.87899C6.01911 10.039 6.42389 10.3858 6.70054 10.9641C7.0347 11.6626 6.62959 12.3347 6.96763 13.034C7.27651 13.673 7.98121 13.7145 8.36986 14.1525C8.57018 14.4251 8.90405 15.2309 8.63696 16.2725C12.2694 16.4595 14.602 13.8798 15.3143 12.5666C15.1418 11.9879 14.7864 10.8611 13.8119 10.53C12.8369 10.1988 11.8571 11.9113 10.7236 11.5149C9.995 11.2602 9.92234 10.3798 8.63696 9.8623Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M6.85464 2.04794C4.55877 2.61683 3.05359 4.72306 2.58798 5.70507C2.85042 6.71248 3.86291 8.96094 5.81338 9.89554C4.94989 8.70189 5.18695 7.24911 6.27053 6.41619C7.71179 5.30832 9.14571 7.13998 9.80068 6.61936C10.0648 6.37555 9.77528 4.79079 9.97846 3.85111C10.1562 3.37704 11.0248 2.54064 13.0769 2.98761C12.1372 2.17492 9.72449 1.33682 6.85464 2.04794Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
25
+ <path d="M5.77101 9.88701C5.72701 9.82201 4.91601 8.56401 5.53101 7.31201C5.59801 7.17501 6.01501 6.36301 6.87501 6.12401C8.14801 5.77101 9.07801 7.04301 9.68001 6.65901C10.353 6.23001 9.41001 4.50301 10.187 3.53001C10.779 2.78901 12.083 2.84401 13.07 2.99901" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M5.76727 9.88114C7.35627 9.44214 8.37827 9.65714 9.05927 10.0561C9.99827 10.6061 10.0653 11.3741 10.8713 11.5251C12.0343 11.7431 12.7153 10.2981 13.7463 10.4941C14.2253 10.5851 14.8083 11.0361 15.3143 12.5511" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M8.60099 16.23C8.74899 15.651 8.83499 14.887 8.43799 14.292C8.01499 13.657 7.41699 13.775 7.01599 13.11C6.59799 12.416 7.02999 11.925 6.71899 11.063C6.42699 10.254 5.75799 9.88899 5.25599 9.52199C4.41999 8.91099 3.38199 7.81099 2.56799 5.66299" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M9 16.25C13.0041 16.25 16.25 13.0041 16.25 9C16.25 4.99594 13.0041 1.75 9 1.75C4.99594 1.75 1.75 4.99594 1.75 9C1.75 13.0041 4.99594 16.25 9 16.25Z" :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 fill-rule="evenodd" clip-rule="evenodd" d="M1.75 5.64296L8.565 9.54C8.84 9.673 9.16 9.673 9.434 9.54L16.25 5.64239V5.25C16.25 4.14543 15.3546 3.25 14.25 3.25H3.75C2.64543 3.25 1.75 4.14543 1.75 5.25V5.64296Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M1.75 5.75L8.517 9.483C8.818 9.649 9.182 9.649 9.483 9.483L16.25 5.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M3.75 14.75L14.25 14.75C15.3546 14.75 16.25 13.8546 16.25 12.75V5.25C16.25 4.14543 15.3546 3.25 14.25 3.25L3.75 3.25C2.64543 3.25 1.75 4.14543 1.75 5.25L1.75 12.75C1.75 13.8546 2.64543 14.75 3.75 14.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,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="M16.25 6.754V13.25C16.25 14.355 15.355 15.25 14.25 15.25H3.75C2.645 15.25 1.75 14.355 1.75 13.25V6.75L8.565 10.04C8.84 10.173 9.16 10.173 9.434 10.04L16.249 6.75L16.25 6.754Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M1.75 6.75001C1.75 6.02201 2.146 5.38901 2.784 5.03701L8.517 1.87401C8.818 1.70801 9.182 1.70801 9.483 1.87401L15.216 5.03701C15.854 5.38901 16.25 6.02101 16.25 6.75001" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M16.25 6.754V13.25C16.25 14.355 15.355 15.25 14.25 15.25H3.75C2.645 15.25 1.75 14.355 1.75 13.25V6.75L8.565 10.04C8.84 10.173 9.16 10.173 9.434 10.04L16.249 6.75L16.25 6.754Z" :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,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="M1.85901 7.27C3.67401 9.121 6.20301 10.27 9.00001 10.27C11.797 10.27 14.326 9.122 16.141 7.27" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
24
+ <path d="M4.021 8.942L2.75 11.019" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M7.3 10.126L6.823 12.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M13.979 8.942L15.25 11.019" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M10.7 10.126L11.177 12.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="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 stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.08799 7.86699C1.63799 8.54999 1.63799 9.44899 2.08799 10.132C3.10499 11.676 5.34999 14.25 8.99999 14.25C12.65 14.25 14.894 11.675 15.912 10.132C16.362 9.44899 16.362 8.54999 15.912 7.86699C14.895 6.32299 12.65 3.74899 8.99999 3.74899C5.34999 3.74899 3.10599 6.32399 2.08799 7.86699ZM11.75 9C11.75 10.5188 10.5188 11.75 9 11.75C7.48122 11.75 6.25 10.5188 6.25 9C6.25 7.48122 7.48122 6.25 9 6.25C10.5188 6.25 11.75 7.48122 11.75 9Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M2.08799 10.132C1.63799 9.44899 1.63799 8.54999 2.08799 7.86699C3.10599 6.32399 5.34999 3.74899 8.99999 3.74899C12.65 3.74899 14.895 6.32299 15.912 7.86699C16.362 8.54999 16.362 9.44899 15.912 10.132C14.894 11.675 12.65 14.25 8.99999 14.25C5.34999 14.25 3.10499 11.676 2.08799 10.132Z" />
25
+ <path d="M9 11.75C10.5188 11.75 11.75 10.5188 11.75 9C11.75 7.48122 10.5188 6.25 9 6.25C7.48122 6.25 6.25 7.48122 6.25 9C6.25 10.5188 7.48122 11.75 9 11.75Z" />
26
+ </g>
27
+ </svg>
28
+ </template>
29
+
30
+ <style scoped>
31
+ .icon {
32
+ display: inline-block;
33
+ vertical-align: middle;
34
+ }
35
+ </style>