@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,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="M10.42 11.481L9.64302 12.133C9.27102 12.445 8.72903 12.445 8.35703 12.133L7.58002 11.481C7.40002 11.33 7.17202 11.247 6.93702 11.247H5.92302C5.43802 11.247 5.02203 10.899 4.93803 10.421L4.76203 9.422C4.72103 9.191 4.60003 8.981 4.42003 8.83L3.64302 8.178C3.27102 7.866 3.17703 7.332 3.42003 6.912L3.92703 6.033C4.04503 5.829 4.08703 5.591 4.04603 5.359L3.87002 4.36C3.78602 3.882 4.05703 3.413 4.51303 3.247L5.46603 2.9C5.68703 2.819 5.87202 2.664 5.99002 2.46L6.49703 1.581C6.74003 1.16 7.24902 0.975002 7.70502 1.141L8.65802 1.488C8.87902 1.568 9.12102 1.568 9.34202 1.488L10.295 1.141C10.751 0.975002 11.26 1.161 11.503 1.581L12.01 2.46C12.128 2.664 12.313 2.82 12.534 2.9L13.487 3.247C13.943 3.413 14.214 3.882 14.13 4.36L13.954 5.359C13.913 5.591 13.955 5.829 14.073 6.033L14.58 6.912C14.823 7.332 14.729 7.866 14.357 8.178L13.58 8.83C13.4 8.981 13.279 9.19 13.238 9.422L13.062 10.421C12.978 10.899 12.562 11.247 12.077 11.247H11.063C10.828 11.247 10.6 11.33 10.42 11.481ZM11 6.724C11 7.82857 10.1046 8.724 9 8.724C7.89543 8.724 7 7.82857 7 6.724C7 5.61943 7.89543 4.724 9 4.724C10.1046 4.724 11 5.61943 11 6.724Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M9.64302 12.133L10.42 11.481C10.6 11.33 10.828 11.247 11.063 11.247H12.077C12.562 11.247 12.978 10.899 13.062 10.421L13.238 9.422C13.279 9.19 13.4 8.981 13.58 8.83L14.357 8.178C14.729 7.866 14.823 7.332 14.58 6.912L14.073 6.033C13.955 5.829 13.913 5.591 13.954 5.359L14.13 4.36C14.214 3.882 13.943 3.413 13.487 3.247L12.534 2.9C12.313 2.82 12.128 2.664 12.01 2.46L11.503 1.581C11.26 1.161 10.751 0.975002 10.295 1.141L9.34202 1.488C9.12102 1.568 8.87902 1.568 8.65802 1.488L7.70502 1.141C7.24902 0.975002 6.74003 1.16 6.49703 1.581L5.99002 2.46C5.87202 2.664 5.68703 2.819 5.46603 2.9L4.51303 3.247C4.05703 3.413 3.78602 3.882 3.87002 4.36L4.04603 5.359C4.08703 5.591 4.04503 5.829 3.92703 6.033L3.42003 6.912C3.17703 7.332 3.27102 7.866 3.64302 8.178L4.42003 8.83C4.60003 8.981 4.72103 9.191 4.76203 9.422L4.93803 10.421C5.02203 10.899 5.43802 11.247 5.92302 11.247H6.93702C7.17202 11.247 7.40002 11.33 7.58002 11.481L8.35703 12.133C8.72903 12.445 9.27102 12.445 9.64302 12.133Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M12.25 13.75V17.25L9 14.75L5.75 17.25V13.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M9 8.724C10.1046 8.724 11 7.82857 11 6.724C11 5.61943 10.1046 4.724 9 4.724C7.89543 4.724 7 5.61943 7 6.724C7 7.82857 7.89543 8.724 9 8.724Z" :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="M5.334 4.75H12.667C13.704 4.75 14.57 5.543 14.659 6.577L15.311 14.077C15.413 15.246 14.491 16.25 13.319 16.25H4.681C3.508 16.25 2.587 15.245 2.689 14.077L3.341 6.577C3.431 5.543 4.297 4.75 5.334 4.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M6.75 4.75V3C6.75 1.757 7.757 0.75 9 0.75C10.243 0.75 11.25 1.757 11.25 3V4.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M5.334 4.75H12.667C13.704 4.75 14.57 5.543 14.659 6.577L15.311 14.077C15.413 15.246 14.491 16.25 13.319 16.25H4.681C3.508 16.25 2.587 15.245 2.689 14.077L3.341 6.577C3.431 5.543 4.297 4.75 5.334 4.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,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 fill-rule="evenodd" clip-rule="evenodd" d="M4.27521 7.66442C3.75427 7.3287 3.60725 6.6761 3.44903 5.97378L3.44903 5.97377C3.35967 5.57715 3.26675 5.16466 3.10088 4.78443C2.25051 5.9723 1.75 7.4277 1.75 9C1.75 10.5898 2.2617 12.0601 3.12938 13.2551C4.49531 12.364 6.35687 12.6099 6.89728 12.8029C6.95985 12.8252 7.06964 12.8688 7.21837 12.9279C8.37328 13.3864 11.8762 14.7774 13.8485 14.3903C15.3229 13.0632 16.25 11.1399 16.25 9C16.25 6.99571 15.4367 5.18138 14.1221 3.86903C11.7441 4.10774 10.3197 5.32739 9.1162 6.35794L8.94844 6.5014C7.51052 7.72786 5.22677 8.27765 4.27521 7.66442Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M8.65202 1.759C8.15802 2.196 5.25602 4.85 5.15602 9.218C5.07002 12.977 7.11501 15.509 7.63901 16.121" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M1.77002 9.532C2.96102 9.943 4.39502 10.314 6.03802 10.499C10.517 11.003 14.173 9.857 16.25 9" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M3.14697 13.277C3.14697 13.277 4.29397 12.609 5.66697 12.609C7.86997 12.609 10.333 14.896 13.905 14.336" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M3.14697 4.722C3.84397 6.25 3.29197 7.924 5.27097 7.924C9.33397 7.924 9.99997 3.937 14.189 3.937" :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,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 stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
23
+ <path d="M5 7.5C6.38071 7.5 7.5 6.38071 7.5 5C7.5 3.61929 6.38071 2.5 5 2.5C3.61929 2.5 2.5 3.61929 2.5 5C2.5 6.38071 3.61929 7.5 5 7.5Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M5 15.5C6.38071 15.5 7.5 14.3807 7.5 13C7.5 11.6193 6.38071 10.5 5 10.5C3.61929 10.5 2.5 11.6193 2.5 13C2.5 14.3807 3.61929 15.5 5 15.5Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
25
+ <path d="M10.5 5.25H15.25" />
26
+ <path d="M10.5 12.75H15.25" />
27
+ <path d="M5 7.5C6.38071 7.5 7.5 6.38071 7.5 5C7.5 3.61929 6.38071 2.5 5 2.5C3.61929 2.5 2.5 3.61929 2.5 5C2.5 6.38071 3.61929 7.5 5 7.5Z" />
28
+ <path d="M5 15.5C6.38071 15.5 7.5 14.3807 7.5 13C7.5 11.6193 6.38071 10.5 5 10.5C3.61929 10.5 2.5 11.6193 2.5 13C2.5 14.3807 3.61929 15.5 5 15.5Z" />
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,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="M15 6.25L14.403 13.416C14.317 14.453 13.45 15.25 12.41 15.25H5.59C4.55 15.25 3.683 14.453 3.597 13.416L3 6.25" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M4.75 6.25L7.25 1.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M13.25 6.25L10.75 1.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M15 6.25L14.403 13.416C14.317 14.453 13.45 15.25 12.41 15.25H5.59C4.55 15.25 3.683 14.453 3.597 13.416L3 6.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M1.75 6.25H16.25" :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="M13.75 4.25H3.75C2.64543 4.25 1.75 5.14543 1.75 6.25V11.75C1.75 12.8546 2.64543 13.75 3.75 13.75H13.75C14.8546 13.75 15.75 12.8546 15.75 11.75V6.25C15.75 5.14543 14.8546 4.25 13.75 4.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M4.75 7.25V10.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M7.5 7.25V10.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M10.25 7.25V10.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M13.75 4.25H3.75C2.64543 4.25 1.75 5.14543 1.75 6.25V11.75C1.75 12.8546 2.64543 13.75 3.75 13.75H13.75C14.8546 13.75 15.75 12.8546 15.75 11.75V6.25C15.75 5.14543 14.8546 4.25 13.75 4.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M17.25 7.75H15.75V10.25H17.25V7.75Z" :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,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="M13.75 4.25H3.75C2.64543 4.25 1.75 5.14543 1.75 6.25V11.75C1.75 12.8546 2.64543 13.75 3.75 13.75H13.75C14.8546 13.75 15.75 12.8546 15.75 11.75V6.25C15.75 5.14543 14.8546 4.25 13.75 4.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M13.75 4.25H3.75C2.64543 4.25 1.75 5.14543 1.75 6.25V11.75C1.75 12.8546 2.64543 13.75 3.75 13.75H13.75C14.8546 13.75 15.75 12.8546 15.75 11.75V6.25C15.75 5.14543 14.8546 4.25 13.75 4.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M17.25 7.75H15.75V10.25H17.25V7.75Z" :fill="color" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
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.75 13.25C14.645 13.25 13.75 12.355 13.75 11.25V6.5C13.75 3.877 11.623 1.75 9 1.75C6.377 1.75 4.25 3.877 4.25 6.5V11.25C4.25 12.355 3.355 13.25 2.25 13.25H15.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M15.75 13.25C14.645 13.25 13.75 12.355 13.75 11.25V6.5C13.75 3.877 11.623 1.75 9 1.75C6.377 1.75 4.25 3.877 4.25 6.5V11.25C4.25 12.355 3.355 13.25 2.25 13.25H15.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M10.588 15.185C10.493 15.068 10.351 15 10.2 15H7.801C7.65 15 7.508 15.068 7.413 15.185C7.318 15.302 7.281 15.456 7.312 15.603C7.485 16.425 8.18 17 9.001 17C9.822 17 10.517 16.425 10.69 15.603C10.721 15.456 10.683 15.302 10.588 15.185Z" :fill="color" data-stroke="none" stroke="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 fill-rule="evenodd" clip-rule="evenodd" d="M6.06746 8.86299C5.56311 8.47839 4.93323 8.25 4.25 8.25C2.59315 8.25 1.25 9.59315 1.25 11.25C1.25 12.9069 2.59315 14.25 4.25 14.25C5.90685 14.25 7.25 12.9069 7.25 11.25H5.259C4.845 11.25 4.611 10.776 4.861 10.447L6.06746 8.86299Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M13.75 14.25C15.4069 14.25 16.75 12.9069 16.75 11.25C16.75 9.59315 15.4069 8.25 13.75 8.25C12.0931 8.25 10.75 9.59315 10.75 11.25C10.75 12.9069 12.0931 14.25 13.75 14.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
25
+ <path d="M13.75 14.25C15.4069 14.25 16.75 12.9069 16.75 11.25C16.75 9.59315 15.4069 8.25 13.75 8.25C12.0931 8.25 10.75 9.59315 10.75 11.25C10.75 12.9069 12.0931 14.25 13.75 14.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M7.25 11.25C7.25 12.907 5.907 14.25 4.25 14.25C2.593 14.25 1.25 12.907 1.25 11.25C1.25 9.593 2.593 8.25 4.25 8.25C4.933 8.25 5.564 8.479 6.068 8.863" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M4.25 4.75H6.232L8.703 10.554C8.843 10.884 8.601 11.25 8.243 11.25H5.259C4.845 11.25 4.611 10.776 4.861 10.447L7.296 7.25H12.046" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
28
+ <path d="M13.75 11.25L10.344 3.25H13.75C14.44 3.25 15 3.81 15 4.5C15 5.105 14.571 5.609 14 5.725" :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,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 stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
23
+ <path d="M11.5774 9.44356C10.2217 9.07673 8.20818 8.57301 7.37087 8.367L6.13483 13.3511C7.05189 13.577 9.16115 14.1047 10.2616 14.4077C11.6372 14.7865 13.3318 14.1685 13.6309 12.6334C13.9299 11.0983 13.272 9.9021 11.5774 9.44356Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M11.809 2.44501L11.253 4.65401" />
25
+ <path d="M8.88999 14.041L8.33398 16.25" />
26
+ <path d="M6.28302 3.403L12.357 4.932C13.577 5.239 14.317 6.477 14.01 7.697C13.703 8.917 12.465 9.657 11.245 9.35L7.38002 8.377" />
27
+ <path d="M7.38002 8.37601L11.798 9.48801C13.17 9.83301 14.003 11.226 13.657 12.598C13.312 13.97 11.919 14.803 10.547 14.458L3.92102 12.79" />
28
+ <path d="M9.048 1.75L5.573 15.555" />
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,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="m8.597,16.41l5.872-8.265c.118-.166,0-.395-.204-.395h-5.016l.604-5.98c.037-.26-.299-.394-.451-.18L3.531,9.855c-.118.166,0,.395.204.395h5.016l-.604,5.98c-.037.26.299.394.451.18Z" :fill="color" opacity=".3" stroke-width="0" data-color="color-2" />
24
+ <path d="m8.597,16.41l5.872-8.265c.118-.166,0-.395-.204-.395h-5.016l.604-5.98c.037-.26-.299-.394-.451-.18L3.531,9.855c-.118.166,0,.395.204.395h5.016l-.604,5.98c-.037.26.299.394.451.18Z" fill="none" :stroke="color" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" />
25
+ </g>
26
+ </svg>
27
+ </template>
28
+
29
+ <style scoped>
30
+ .icon {
31
+ display: inline-block;
32
+ vertical-align: middle;
33
+ }
34
+ </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="M7.25 16.25L9.25 9.25H4.466C4.118 9.25 3.877 8.904 3.997 8.578L6.38 2.078C6.452 1.881 6.64 1.75 6.849 1.75H11.019C11.371 1.75 11.612 2.103 11.485 2.431L10 6.25H13.75C14.162 6.25 14.397 6.72 14.15 7.05L7.25 16.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M7.25 16.25L9.25 9.25H4.466C4.118 9.25 3.877 8.904 3.997 8.578L6.38 2.078C6.452 1.881 6.64 1.75 6.849 1.75H11.019C11.371 1.75 11.612 2.103 11.485 2.431L10 6.25H13.75C14.162 6.25 14.397 6.72 14.15 7.05L7.25 16.25Z" :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>
@@ -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="m3.734,10.25h4.016l2.5-2.5h-1l.604-5.979c.037-.26-.299-.394-.451-.18L3.531,9.855c-.118.166,0,.395.204.395Z" :fill="color" opacity=".3" stroke-width="0" data-color="color-2" />
24
+ <path d="m8.465,13.07l-.319,3.159c-.037.26.299.394.451.18l5.872-8.265c.118-.166,0-.395-.204-.395h-.481" fill="none" :stroke="color" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" />
25
+ <path d="m10.25,7.75h-1l.604-5.98c.037-.26-.299-.394-.451-.18L3.531,9.855c-.118.166,0,.395.204.395h4.016" fill="none" :stroke="color" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" />
26
+ <line x1="2" y1="16" x2="16" y2="2" fill="none" :stroke="color" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" />
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,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="M2.75 4.25C2.75 3.14543 3.64543 2.25 4.75 2.25H15.25V12.25H2.75V4.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M2.75 14V4.25C2.75 3.145 3.645 2.25 4.75 2.25H15.25V12.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M11 14H7V17.5C7 17.702 7.122 17.885 7.309 17.962C7.496 18.041 7.71 17.997 7.854 17.854L9 16.708L10.146 17.854C10.242 17.95 10.37 18 10.5 18C10.564 18 10.63 17.988 10.691 17.962C10.878 17.885 11 17.702 11 17.5V14Z" :fill="color" data-stroke="none" stroke="none" />
26
+ <path d="M5.25 15.75H4.5C3.534 15.75 2.75 14.967 2.75 14C2.75 13.033 3.534 12.25 4.5 12.25H15.25C14.609 13.094 14.516 14.797 15.25 15.75H12.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
27
+ <path d="M5.75 10.5C6.16421 10.5 6.5 10.1642 6.5 9.75C6.5 9.33579 6.16421 9 5.75 9C5.33579 9 5 9.33579 5 9.75C5 10.1642 5.33579 10.5 5.75 10.5Z" :fill="color" data-stroke="none" stroke="none" />
28
+ <path d="M5.75 5.5C6.16421 5.5 6.5 5.16421 6.5 4.75C6.5 4.33579 6.16421 4 5.75 4C5.33579 4 5 4.33579 5 4.75C5 5.16421 5.33579 5.5 5.75 5.5Z" :fill="color" data-stroke="none" stroke="none" />
29
+ <path d="M5.75 8C6.16421 8 6.5 7.66421 6.5 7.25C6.5 6.83579 6.16421 6.5 5.75 6.5C5.33579 6.5 5 6.83579 5 7.25C5 7.66421 5.33579 8 5.75 8Z" :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,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="M8.99999 15.051C9.16999 15.051 9.33899 15.006 9.49399 14.917C10.137 14.546 11.226 14.07 12.635 14.072C13.534 14.073 14.302 14.269 14.905 14.507C15.553 14.762 16.249 14.267 16.249 13.57V4.48701C16.249 4.13301 16.068 3.80701 15.763 3.62701C15.126 3.25101 14.037 2.76401 12.623 2.76401C10.733 2.76401 9.42499 3.63601 8.99899 3.94601" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M8.99999 15.051C9.16999 15.051 9.33899 15.006 9.49399 14.917C10.137 14.546 11.226 14.07 12.635 14.072C13.534 14.073 14.302 14.269 14.905 14.507C15.553 14.762 16.249 14.267 16.249 13.57V4.48701C16.249 4.13301 16.068 3.80701 15.763 3.62701C15.126 3.25101 14.037 2.76401 12.623 2.76401C10.733 2.76401 9.42499 3.63601 8.99899 3.94601" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M9.00001 15.051C8.83001 15.051 8.66101 15.006 8.50601 14.917C7.86301 14.546 6.77401 14.07 5.36501 14.072C4.46601 14.073 3.69801 14.269 3.09501 14.507C2.44701 14.762 1.75101 14.27 1.75101 13.574C1.75101 10.981 1.75101 6.10201 1.75101 4.48401C1.75101 4.13001 1.93201 3.80801 2.23701 3.62801C2.87401 3.25201 3.96301 2.76501 5.37701 2.76501C7.26701 2.76501 8.57501 3.63701 9.00101 3.94701V15.051H9.00001Z" :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,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="M14.25 16.25L9 12.75L3.75 16.25V3.75C3.75 2.645 4.645 1.75 5.75 1.75H12.25C13.355 1.75 14.25 2.645 14.25 3.75V16.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M14.25 16.25L9 12.75L3.75 16.25V3.75C3.75 2.645 4.645 1.75 5.75 1.75H12.25C13.355 1.75 14.25 2.645 14.25 3.75V16.25Z" :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>
@@ -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.25 3.75C14.25 2.645 13.355 1.75 12.25 1.75H5.75C4.645 1.75 3.75 2.645 3.75 3.75V14.25L14.25 3.75ZM14.25 6.96733L7.402 13.8153L9 12.75L14.25 16.25V6.96733Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
24
+ <path d="M3.75 14.25V3.75C3.75 2.645 4.645 1.75 5.75 1.75H12.25C13.355 1.75 14.25 2.645 14.25 3.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
25
+ <path d="M14.25 7.285V16.25L9 12.75L7.812 13.542" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
26
+ <path d="M2 16L16 2" :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>