meticulous-ui 1.1.9 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. package/components/Icons/Add/Add.js +3 -4
  2. package/components/Icons/AddCircle/AddCircle.js +2 -3
  3. package/components/Icons/AddCircleFilled/AddCircleFilled.js +0 -1
  4. package/components/Icons/ArrowDown/ArrowDown.js +0 -1
  5. package/components/Icons/ArrowLeft/ArrowLeft.js +2 -3
  6. package/components/Icons/ArrowRight/ArrowRight.js +0 -1
  7. package/components/Icons/ArrowUp/ArrowUp.js +7 -8
  8. package/components/Icons/BagFilled/BagFilled.js +24 -0
  9. package/components/Icons/BagOutline/BagOutline.js +34 -0
  10. package/components/Icons/BellFilled/BellFilled.js +2 -3
  11. package/components/Icons/BellOffFilled/BellOffFilled.js +2 -3
  12. package/components/Icons/BellOffOutline/BellOffOutline.js +2 -3
  13. package/components/Icons/BellOutline/BellOutline.js +2 -3
  14. package/components/Icons/BookmarkFilled/BookmarkFilled.js +2 -3
  15. package/components/Icons/BookmarkOutline/BookmarkOutline.js +6 -7
  16. package/components/Icons/BoxCoveredFilled/BoxCoveredFilled.js +45 -0
  17. package/components/Icons/BoxCoveredOutline/BoxCoveredOutline.js +35 -0
  18. package/components/Icons/BoxFilled/BoxFilled.js +38 -0
  19. package/components/Icons/BoxOutline/BoxOutline.js +35 -0
  20. package/components/Icons/CalendarDays/CalendarDays.js +24 -0
  21. package/components/Icons/CalendarLinesPen/CalendarLinesPen.js +25 -0
  22. package/components/Icons/CartCheckFilled/CartCheckFilled.js +5 -6
  23. package/components/Icons/CartCheckOutline/CartCheckOutline.js +2 -3
  24. package/components/Icons/CartCrossFilled/CartCrossFilled.js +2 -3
  25. package/components/Icons/CartCrossOutline/CartCrossOutline.js +2 -3
  26. package/components/Icons/CartFilled/CartFilled.js +0 -1
  27. package/components/Icons/CartMinusFilled/CartMinusFilled.js +2 -3
  28. package/components/Icons/CartMinusOutline/CartMinusOutline.js +2 -3
  29. package/components/Icons/CartOutline/CartOutline.js +3 -4
  30. package/components/Icons/CartPlusFilled/CartPlusFilled.js +2 -3
  31. package/components/Icons/CartPlusOutline/CartPlusOutline.js +2 -3
  32. package/components/Icons/Check/Check.js +2 -3
  33. package/components/Icons/CheckDouble/CheckDouble.js +4 -5
  34. package/components/Icons/ChevronDown/ChevronDown.js +2 -3
  35. package/components/Icons/ChevronLeft/ChevronLeft.js +2 -3
  36. package/components/Icons/ChevronRight/ChevronRight.js +2 -3
  37. package/components/Icons/ChevronUp/ChevronUp.js +2 -3
  38. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +5 -6
  39. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +4 -5
  40. package/components/Icons/Close/Close.js +4 -5
  41. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +2 -3
  42. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +3 -4
  43. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +2 -3
  44. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +2 -3
  45. package/components/Icons/CommentFilled/CommentFilled.js +0 -1
  46. package/components/Icons/CommentLineFilled/CommentLineFilled.js +2 -3
  47. package/components/Icons/CommentLineOutline/CommentLineOutline.js +2 -3
  48. package/components/Icons/CommentOutline/CommentOutline.js +0 -1
  49. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +2 -3
  50. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +6 -7
  51. package/components/Icons/DeliveryTruckFastFilled/DeliveryTruckFastFilled.js +30 -0
  52. package/components/Icons/DeliveryTruckFastOutline/DeliveryTruckFastOutline.js +30 -0
  53. package/components/Icons/DeliveryTruckLeftFilled/DeliveryTruckLeftFilled.js +28 -0
  54. package/components/Icons/DeliveryTruckLeftOutline/DeliveryTruckLeftOutline.js +29 -0
  55. package/components/Icons/DeliveryTruckRightFilled/DeliveryTruckRightFilled.js +25 -0
  56. package/components/Icons/DeliveryTruckRightOutline/DeliveryTruckRightOutline.js +25 -0
  57. package/components/Icons/DetailsOutline/DetailsOutline.js +0 -1
  58. package/components/Icons/DiscordConversation/DiscordConversation.js +31 -0
  59. package/components/Icons/DiscordFilled/DiscordFilled.js +25 -0
  60. package/components/Icons/DiscordOutline/DiscordOutline.js +29 -0
  61. package/components/Icons/DoorClosedFilled/DoorClosedFilled.js +24 -0
  62. package/components/Icons/DoorClosedOutline/DoorClosedOutline.js +25 -0
  63. package/components/Icons/DoorOpenFilled/DoorOpenFilled.js +24 -0
  64. package/components/Icons/DoorOpenOutline/DoorOpenOutline.js +25 -0
  65. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +2 -3
  66. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +5 -6
  67. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +2 -3
  68. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +2 -3
  69. package/components/Icons/Download/Download.js +31 -0
  70. package/components/Icons/DownloadBoxFilled/DownloadBoxFilled.js +24 -0
  71. package/components/Icons/DownloadBoxOutline/DownloadBoxOutline.js +40 -0
  72. package/components/Icons/EditBoxThick/EditBoxThick.js +25 -0
  73. package/components/Icons/EditBoxThin/EditBoxThin.js +37 -0
  74. package/components/Icons/EmailFilled/EmailFilled.js +31 -0
  75. package/components/Icons/EmailOutline/EmailOutline.js +34 -0
  76. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +0 -1
  77. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +2 -3
  78. package/components/Icons/EyeClosed/EyeClosed.js +24 -0
  79. package/components/Icons/EyeFilled/EyeFilled.js +33 -0
  80. package/components/Icons/EyeOutline/EyeOutline.js +37 -0
  81. package/components/Icons/FacebookFilled/FacebookFilled.js +23 -0
  82. package/components/Icons/FacebookMessengerOutline/FacebookMessengerOutline.js +33 -0
  83. package/components/Icons/FacebookOutline/FacebookOutline.js +24 -0
  84. package/components/Icons/FacebookRoundFilled/FacebookRoundFilled.js +22 -0
  85. package/components/Icons/Filter/Filter.js +21 -0
  86. package/components/Icons/FilterList/FilterList.js +25 -0
  87. package/components/Icons/FilterThickFilled/FilterThickFilled.js +22 -0
  88. package/components/Icons/FilterThickOutline/FilterThickOutline.js +23 -0
  89. package/components/Icons/FullScreenArrowThick/FullScreenArrowThick.js +23 -0
  90. package/components/Icons/FullScreenArrowThin/FullScreenArrowThin.js +23 -0
  91. package/components/Icons/FullScreenFilled/FullScreenFilled.js +24 -0
  92. package/components/Icons/FullScreenOutline/FullScreenOutline.js +24 -0
  93. package/components/Icons/HamburgerMenu/HamburgerMenu.js +2 -3
  94. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +0 -1
  95. package/components/Icons/HeartFilled/HeartFilled.js +5 -6
  96. package/components/Icons/HeartOutline/HeartOutline.js +2 -3
  97. package/components/Icons/Help/Help.js +25 -0
  98. package/components/Icons/HelpCircleFilled/HelpCircleFilled.js +24 -0
  99. package/components/Icons/HelpCircleOutline/HelpCircleOutline.js +45 -0
  100. package/components/Icons/HomeFilled/HomeFilled.js +0 -1
  101. package/components/Icons/HomeOutline/HomeOutline.js +2 -3
  102. package/components/Icons/Info/Info.js +3 -4
  103. package/components/Icons/InfoCircleFilled/InfoCircleFilled.js +24 -0
  104. package/components/Icons/InfoCircleOutline/InfoCircleOutline.js +20 -0
  105. package/components/Icons/InfoSquareFilled/InfoSquareFilled.js +24 -0
  106. package/components/Icons/InfoSquareOutline/InfoSquareOutline.js +27 -0
  107. package/components/Icons/InstagramOuline/InstagramOuline.js +25 -0
  108. package/components/Icons/InstagramRoundFilled/InstagramRoundFilled.js +49 -0
  109. package/components/Icons/KeyFilled/KeyFilled.js +24 -0
  110. package/components/Icons/KeyInSquareFilled/KeyInSquareFilled.js +33 -0
  111. package/components/Icons/KeyInSquareOutline/KeyInSquareOutline.js +42 -0
  112. package/components/Icons/KeyOutline/KeyOutline.js +35 -0
  113. package/components/Icons/KeySideSquareFilled/KeySideSquareFilled.js +33 -0
  114. package/components/Icons/KeySideSquareOutline/KeySideSquareOutline.js +24 -0
  115. package/components/Icons/KeySquareFilled/KeySquareFilled.js +33 -0
  116. package/components/Icons/KeySquareOutline/KeySquareOutline.js +24 -0
  117. package/components/Icons/Link/Link.js +6 -7
  118. package/components/Icons/LinkedinFilled/LinkedinFilled.js +25 -0
  119. package/components/Icons/LinkedinOutline/LinkedinOutline.js +23 -0
  120. package/components/Icons/LinkedinRoundFilled/LinkedinRoundFilled.js +26 -0
  121. package/components/Icons/Loading/Loading.js +25 -0
  122. package/components/Icons/LocationArrowFilled/LocationArrowFilled.js +16 -0
  123. package/components/Icons/LocationArrowOutline/LocationArrowOutline.js +25 -0
  124. package/components/Icons/LocationFilled/LocationFilled.js +27 -0
  125. package/components/Icons/LocationOutline/LocationOutline.js +27 -0
  126. package/components/Icons/LockKeyhole/LockKeyhole.js +4 -5
  127. package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +2 -3
  128. package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +3 -4
  129. package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +2 -3
  130. package/components/Icons/MediaPauseCircleFilled/MediaPauseCircleFilled.js +24 -0
  131. package/components/Icons/MediaPauseCircleOuline/MediaPauseCircleOuline.js +40 -0
  132. package/components/Icons/MediaPauseFilled/MediaPauseFilled.js +31 -0
  133. package/components/Icons/MediaPauseOutline/MediaPauseOutline.js +35 -0
  134. package/components/Icons/MediaPlayCircleFilled/MediaPlayCircleFilled.js +24 -0
  135. package/components/Icons/MediaPlayCircleOutline/MediaPlayCircleOutline.js +35 -0
  136. package/components/Icons/MediaPlayFilled/MediaPlayFilled.js +22 -0
  137. package/components/Icons/MediaPlayOutline/MediaPlayOutline.js +24 -0
  138. package/components/Icons/MediaStopCircleFilled/MediaStopCircleFilled.js +24 -0
  139. package/components/Icons/MediaStopCircleOutline/MediaStopCircleOutline.js +35 -0
  140. package/components/Icons/MediaStopFilled/MediaStopFilled.js +22 -0
  141. package/components/Icons/MediaStopOutline/MediaStopOutline.js +24 -0
  142. package/components/Icons/Minus/Minus.js +2 -3
  143. package/components/Icons/MinusCircle/MinusCircle.js +2 -3
  144. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +2 -3
  145. package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +5 -6
  146. package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +2 -3
  147. package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +2 -3
  148. package/components/Icons/NoEntry/NoEntry.js +23 -0
  149. package/components/Icons/NoEntryFilled/NoEntryFilled.js +22 -0
  150. package/components/Icons/NoEntryOutline/NoEntryOutline.js +25 -0
  151. package/components/Icons/PaymentCardFilled/PaymentCardFilled.js +20 -0
  152. package/components/Icons/PaymentCardOutline/PaymentCardOutline.js +20 -0
  153. package/components/Icons/PhoneCallingFilled/PhoneCallingFilled.js +40 -0
  154. package/components/Icons/PhoneCallingOutline/PhoneCallingOutline.js +42 -0
  155. package/components/Icons/PhoneFilled/PhoneFilled.js +22 -0
  156. package/components/Icons/PhoneOutline/PhoneOutline.js +22 -0
  157. package/components/Icons/Pin/Pin.js +25 -0
  158. package/components/Icons/PinAddFilled/PinAddFilled.js +21 -0
  159. package/components/Icons/PinAddOutline/PinAddOutline.js +21 -0
  160. package/components/Icons/PinCircleFilled/PinCircleFilled.js +24 -0
  161. package/components/Icons/PinCircleOutline/PinCircleOutline.js +25 -0
  162. package/components/Icons/PinFilled/PinFilled.js +22 -0
  163. package/components/Icons/PinOutline/PinOutline.js +24 -0
  164. package/components/Icons/PinSubFilled/PinSubFilled.js +21 -0
  165. package/components/Icons/PinSubOutline/PinSubOutline.js +21 -0
  166. package/components/Icons/PinterestFilled/PinterestFilled.js +21 -0
  167. package/components/Icons/PinterestOutline/PinterestOutline.js +25 -0
  168. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +2 -3
  169. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +3 -4
  170. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +2 -3
  171. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -5
  172. package/components/Icons/RedditFilled/RedditFilled.js +21 -0
  173. package/components/Icons/RedditOutline/RedditOutline.js +47 -0
  174. package/components/Icons/RedditRoundFilled/RedditRoundFilled.js +70 -0
  175. package/components/Icons/RedditRoundOutline/RedditRoundOutline.js +74 -0
  176. package/components/Icons/RupeeOutlined/RupeeOutlined.js +0 -1
  177. package/components/Icons/RupeeSign/RupeeSign.js +4 -5
  178. package/components/Icons/SaveFilled/SaveFilled.js +27 -0
  179. package/components/Icons/SaveOutline/SaveOutline.js +27 -0
  180. package/components/Icons/Search/Search.js +4 -5
  181. package/components/Icons/SettingFilled/SettingFilled.js +4 -5
  182. package/components/Icons/SettingOutline/SettingOutline.js +2 -3
  183. package/components/Icons/ShareAllFilled/ShareAllFilled.js +2 -3
  184. package/components/Icons/ShareAllOutline/ShareAllOutline.js +2 -3
  185. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +2 -3
  186. package/components/Icons/ShareFilled/ShareFilled.js +0 -1
  187. package/components/Icons/ShareOutline/ShareOutline.js +7 -8
  188. package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -4
  189. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +2 -3
  190. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +2 -3
  191. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +2 -3
  192. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +5 -6
  193. package/components/Icons/ShieldFilled/ShieldFilled.js +22 -0
  194. package/components/Icons/ShieldOutline/ShieldOutline.js +24 -0
  195. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +2 -3
  196. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +7 -8
  197. package/components/Icons/SnapchatFilled/SnapchatFilled.js +21 -0
  198. package/components/Icons/SnapchatOutline/SnapchatOutline.js +24 -0
  199. package/components/Icons/SortBottomToTop/SortBottomToTop.js +30 -0
  200. package/components/Icons/SortHorizontal/SortHorizontal.js +24 -0
  201. package/components/Icons/SortTopToBottom/SortTopToBottom.js +30 -0
  202. package/components/Icons/SortVertical/SortVertical.js +24 -0
  203. package/components/Icons/StarFilled/StarFilled.js +2 -3
  204. package/components/Icons/StarOutline/StarOutline.js +4 -5
  205. package/components/Icons/TelegramFilled/TelegramFilled.js +27 -0
  206. package/components/Icons/TelegramOutline/TelegramOutline.js +24 -0
  207. package/components/Icons/TelegramRoundFilled/TelegramRoundFilled.js +27 -0
  208. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +2 -3
  209. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -4
  210. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +5 -6
  211. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +3 -4
  212. package/components/Icons/TiktokBox/TiktokBox.js +22 -0
  213. package/components/Icons/TiktokThickFilled/TiktokThickFilled.js +25 -0
  214. package/components/Icons/TiktokThinFilled/TiktokThinFilled.js +36 -0
  215. package/components/Icons/TrashBigFilled/TrashBigFilled.js +27 -0
  216. package/components/Icons/TrashBigOutline/TrashBigOutline.js +27 -0
  217. package/components/Icons/TrashFilled/TrashFilled.js +31 -0
  218. package/components/Icons/TrashLinesFilled/TrashLinesFilled.js +33 -0
  219. package/components/Icons/TrashLinesOutline/TrashLinesOutline.js +37 -0
  220. package/components/Icons/TrashOutline/TrashOutline.js +35 -0
  221. package/components/Icons/Upload/Upload.js +2 -3
  222. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +3 -4
  223. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +2 -3
  224. package/components/Icons/VolumeFilled/VolumeFilled.js +34 -0
  225. package/components/Icons/VolumeMuteFilled/VolumeMuteFilled.js +34 -0
  226. package/components/Icons/VolumeMuteOutline/VolumeMuteOutline.js +34 -0
  227. package/components/Icons/VolumeOffFilled/VolumeOffFilled.js +34 -0
  228. package/components/Icons/VolumeOffOutline/VolumeOffOutline.js +34 -0
  229. package/components/Icons/VolumeOutline/VolumeOutline.js +34 -0
  230. package/components/Icons/WalletFilled/WalletFilled.js +2 -3
  231. package/components/Icons/WalletOutline/WalletOutline.js +2 -3
  232. package/components/Icons/Warning/Warning.js +25 -0
  233. package/components/Icons/WarningCircleFilled/WarningCircleFilled.js +22 -0
  234. package/components/Icons/WarningCircleOutline/WarningCircleOutline.js +22 -0
  235. package/components/Icons/WarningSmall/WarningSmall.js +25 -0
  236. package/components/Icons/WarningTriangleFilled/WarningTriangleFilled.js +25 -0
  237. package/components/Icons/WarningTriangleOutline/WarningTriangleOutline.js +25 -0
  238. package/components/Icons/WhatsappFilled/WhatsappFilled.js +21 -0
  239. package/components/Icons/WhatsappOutline/WhatsappOutline.js +24 -0
  240. package/components/Icons/Youtube/Youtube.js +22 -0
  241. package/components/Icons/YoutubeFilled/YoutubeFilled.js +27 -0
  242. package/components/Icons/YoutubeRoundFilled/YoutubeRoundFilled.js +27 -0
  243. package/components/Icons/index.js +713 -284
  244. package/package.json +1 -1
@@ -0,0 +1,29 @@
1
+ import { j as s } from "../../../_virtual/jsx-runtime.js";
2
+ const l = ({ size: r = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ s.jsxs(
3
+ "svg",
4
+ {
5
+ width: r,
6
+ height: r,
7
+ viewBox: "0 0 192 192",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ s.jsx(
13
+ "path",
14
+ {
15
+ stroke: e,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ strokeWidth: "12",
19
+ d: "m68 138-8 16c-10.19-4.246-20.742-8.492-31.96-15.8-3.912-2.549-6.284-6.88-6.378-11.548-.488-23.964 5.134-48.056 19.369-73.528 1.863-3.334 4.967-5.778 8.567-7.056C58.186 43.02 64.016 40.664 74 39l6 11s6-2 16-2 16 2 16 2l6-11c9.984 1.664 15.814 4.02 24.402 7.068 3.6 1.278 6.704 3.722 8.567 7.056 14.235 25.472 19.857 49.564 19.37 73.528-.095 4.668-2.467 8.999-6.379 11.548-11.218 7.308-21.769 11.554-31.96 15.8l-8-16m-68-8s20 10 40 10 40-10 40-10"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ s.jsx("ellipse", { cx: "71", cy: "101", fill: e, rx: "13", ry: "15" }),
23
+ /* @__PURE__ */ s.jsx("ellipse", { cx: "121", cy: "101", fill: e, rx: "13", ry: "15" })
24
+ ]
25
+ }
26
+ );
27
+ export {
28
+ l as default
29
+ };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: l = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M3 0H13V14H15V16H1V14H3V0ZM11 8C11 8.55229 10.5523 9 10 9C9.44772 9 9 8.55229 9 8C9 7.44772 9.44772 7 10 7C10.5523 7 11 7.44772 11 8Z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,25 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M3 21H21M18 21V6.2C18 5.0799 18 4.51984 17.782 4.09202C17.5903 3.71569 17.2843 3.40973 16.908 3.21799C16.4802 3 15.9201 3 14.8 3H9.2C8.0799 3 7.51984 3 7.09202 3.21799C6.71569 3.40973 6.40973 3.71569 6.21799 4.09202C6 4.51984 6 5.0799 6 6.2V21M15 12H15.01",
15
+ stroke: r,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ n as default
25
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
3
+ "svg",
4
+ {
5
+ width: e,
6
+ height: e,
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M9 0L3 2V14H1V16H15V14H13V2H11V14H9V0ZM6.75 9C7.16421 9 7.5 8.55229 7.5 8C7.5 7.44772 7.16421 7 6.75 7C6.33579 7 6 7.44772 6 8C6 8.55229 6.33579 9 6.75 9Z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ n as default
24
+ };
@@ -0,0 +1,25 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M3 21.0001L14 21V5.98924C14 4.6252 14 3.94318 13.7187 3.47045C13.472 3.05596 13.0838 2.74457 12.6257 2.59368C12.1032 2.42159 11.4374 2.56954 10.1058 2.86544L7.50582 3.44322C6.6117 3.64191 6.16464 3.74126 5.83093 3.98167C5.53658 4.19373 5.30545 4.48186 5.1623 4.8152C5 5.19312 5 5.65108 5 6.56702V21.0001M13.994 5.00007H15.8C16.9201 5.00007 17.4802 5.00007 17.908 5.21805C18.2843 5.4098 18.5903 5.71576 18.782 6.09209C19 6.51991 19 7.07996 19 8.20007V21.0001H21M11 12.0001H11.01",
15
+ stroke: r,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ s as default
25
+ };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
2
+ const o = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: s,
@@ -35,5 +34,5 @@ const r = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */
35
34
  }
36
35
  );
37
36
  export {
38
- r as default
37
+ o as default
39
38
  };
@@ -1,14 +1,13 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
2
+ const n = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
- width: r,
7
- height: r,
5
+ width: e,
6
+ height: e,
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...e,
10
+ ...r,
12
11
  children: [
13
12
  /* @__PURE__ */ t.jsx(
14
13
  "path",
@@ -44,5 +43,5 @@ const i = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */
44
43
  }
45
44
  );
46
45
  export {
47
- i as default
46
+ n as default
48
47
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
2
+ const i = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: s,
@@ -35,5 +34,5 @@ const r = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */
35
34
  }
36
35
  );
37
36
  export {
38
- r as default
37
+ i as default
39
38
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const n = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -44,5 +43,5 @@ const i = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
44
43
  }
45
44
  );
46
45
  export {
47
- i as default
46
+ n as default
48
47
  };
@@ -0,0 +1,31 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M12.5535 16.5061C12.4114 16.6615 12.2106 16.75 12 16.75C11.7894 16.75 11.5886 16.6615 11.4465 16.5061L7.44648 12.1311C7.16698 11.8254 7.18822 11.351 7.49392 11.0715C7.79963 10.792 8.27402 10.8132 8.55352 11.1189L11.25 14.0682V3C11.25 2.58579 11.5858 2.25 12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V14.0682L15.4465 11.1189C15.726 10.8132 16.2004 10.792 16.5061 11.0715C16.8118 11.351 16.833 11.8254 16.5535 12.1311L12.5535 16.5061Z",
16
+ fill: s
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ d: "M3.75 15C3.75 14.5858 3.41422 14.25 3 14.25C2.58579 14.25 2.25 14.5858 2.25 15V15.0549C2.24998 16.4225 2.24996 17.5248 2.36652 18.3918C2.48754 19.2919 2.74643 20.0497 3.34835 20.6516C3.95027 21.2536 4.70814 21.5125 5.60825 21.6335C6.47522 21.75 7.57754 21.75 8.94513 21.75H15.0549C16.4225 21.75 17.5248 21.75 18.3918 21.6335C19.2919 21.5125 20.0497 21.2536 20.6517 20.6516C21.2536 20.0497 21.5125 19.2919 21.6335 18.3918C21.75 17.5248 21.75 16.4225 21.75 15.0549V15C21.75 14.5858 21.4142 14.25 21 14.25C20.5858 14.25 20.25 14.5858 20.25 15C20.25 16.4354 20.2484 17.4365 20.1469 18.1919C20.0482 18.9257 19.8678 19.3142 19.591 19.591C19.3142 19.8678 18.9257 20.0482 18.1919 20.1469C17.4365 20.2484 16.4354 20.25 15 20.25H9C7.56459 20.25 6.56347 20.2484 5.80812 20.1469C5.07435 20.0482 4.68577 19.8678 4.40901 19.591C4.13225 19.3142 3.9518 18.9257 3.85315 18.1919C3.75159 17.4365 3.75 16.4354 3.75 15Z",
23
+ fill: s
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
29
+ export {
30
+ i as default
31
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const d = ({ size: C = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ l.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12ZM12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V12.1893L14.4697 10.4697C14.7626 10.1768 15.2374 10.1768 15.5303 10.4697C15.8232 10.7626 15.8232 11.2374 15.5303 11.5303L12.5303 14.5303C12.3897 14.671 12.1989 14.75 12 14.75C11.8011 14.75 11.6103 14.671 11.4697 14.5303L8.46967 11.5303C8.17678 11.2374 8.17678 10.7626 8.46967 10.4697C8.76256 10.1768 9.23744 10.1768 9.53033 10.4697L11.25 12.1893V7C11.25 6.58579 11.5858 6.25 12 6.25ZM8 16.25C7.58579 16.25 7.25 16.5858 7.25 17C7.25 17.4142 7.58579 17.75 8 17.75H16C16.4142 17.75 16.75 17.4142 16.75 17C16.75 16.5858 16.4142 16.25 16 16.25H8Z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ d as default
24
+ };
@@ -0,0 +1,40 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V12.1893L14.4697 10.4697C14.7626 10.1768 15.2374 10.1768 15.5303 10.4697C15.8232 10.7626 15.8232 11.2374 15.5303 11.5303L12.5303 14.5303C12.3897 14.671 12.1989 14.75 12 14.75C11.8011 14.75 11.6103 14.671 11.4697 14.5303L8.46967 11.5303C8.17678 11.2374 8.17678 10.7626 8.46967 10.4697C8.76256 10.1768 9.23744 10.1768 9.53033 10.4697L11.25 12.1893V7C11.25 6.58579 11.5858 6.25 12 6.25Z",
16
+ fill: l
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ d: "M7.25 17C7.25 16.5858 7.58579 16.25 8 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H8C7.58579 17.75 7.25 17.4142 7.25 17Z",
23
+ fill: l
24
+ }
25
+ ),
26
+ /* @__PURE__ */ C.jsx(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M11.9426 1.25C9.63423 1.24999 7.82519 1.24998 6.4137 1.43975C4.96897 1.63399 3.82895 2.03933 2.93414 2.93414C2.03933 3.82895 1.63399 4.96897 1.43975 6.41371C1.24998 7.82519 1.24999 9.63423 1.25 11.9426V12.0574C1.24999 14.3658 1.24998 16.1748 1.43975 17.5863C1.63399 19.031 2.03933 20.1711 2.93414 21.0659C3.82895 21.9607 4.96897 22.366 6.4137 22.5603C7.82519 22.75 9.63423 22.75 11.9426 22.75H12.0574C14.3658 22.75 16.1748 22.75 17.5863 22.5603C19.031 22.366 20.1711 21.9607 21.0659 21.0659C21.9607 20.1711 22.366 19.031 22.5603 17.5863C22.75 16.1748 22.75 14.3658 22.75 12.0574V11.9426C22.75 9.63423 22.75 7.82519 22.5603 6.41371C22.366 4.96897 21.9607 3.82895 21.0659 2.93414C20.1711 2.03933 19.031 1.63399 17.5863 1.43975C16.1748 1.24998 14.3658 1.24999 12.0574 1.25H11.9426ZM3.9948 3.9948C4.56445 3.42514 5.33517 3.09825 6.61358 2.92637C7.91356 2.75159 9.62177 2.75 12 2.75C14.3782 2.75 16.0864 2.75159 17.3864 2.92637C18.6648 3.09825 19.4355 3.42514 20.0052 3.9948C20.5749 4.56445 20.9018 5.33517 21.0736 6.61358C21.2484 7.91356 21.25 9.62178 21.25 12C21.25 14.3782 21.2484 16.0864 21.0736 17.3864C20.9018 18.6648 20.5749 19.4355 20.0052 20.0052C19.4355 20.5749 18.6648 20.9018 17.3864 21.0736C16.0864 21.2484 14.3782 21.25 12 21.25C9.62177 21.25 7.91356 21.2484 6.61358 21.0736C5.33517 20.9018 4.56445 20.5749 3.9948 20.0052C3.42514 19.4355 3.09825 18.6648 2.92637 17.3864C2.75159 16.0864 2.75 14.3782 2.75 12C2.75 9.62178 2.75159 7.91356 2.92637 6.61358C3.09825 5.33517 3.42514 4.56445 3.9948 3.9948Z",
32
+ fill: l
33
+ }
34
+ )
35
+ ]
36
+ }
37
+ );
38
+ export {
39
+ s as default
40
+ };
@@ -0,0 +1,25 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M12 3.99997H6C4.89543 3.99997 4 4.8954 4 5.99997V18C4 19.1045 4.89543 20 6 20H18C19.1046 20 20 19.1045 20 18V12M18.4142 8.41417L19.5 7.32842C20.281 6.54737 20.281 5.28104 19.5 4.5C18.7189 3.71895 17.4526 3.71895 16.6715 4.50001L15.5858 5.58575M18.4142 8.41417L12.3779 14.4505C12.0987 14.7297 11.7431 14.9201 11.356 14.9975L8.41422 15.5858L9.00257 12.6441C9.08001 12.2569 9.27032 11.9013 9.54951 11.6221L15.5858 5.58575M18.4142 8.41417L15.5858 5.58575",
15
+ stroke: r,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ i as default
25
+ };
@@ -0,0 +1,37 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005V6.40005Z",
16
+ stroke: r,
17
+ strokeWidth: "1.5",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx(
23
+ "path",
24
+ {
25
+ d: "M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13",
26
+ stroke: r,
27
+ strokeWidth: "1.5",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ n as default
37
+ };
@@ -0,0 +1,31 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: c = 24, color: n = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
3
+ "svg",
4
+ {
5
+ width: c,
6
+ height: c,
7
+ viewBox: "0 0 512 512",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ l.jsx("g", { children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fill: n,
15
+ d: `M440.917,67.925H71.083C31.827,67.925,0,99.752,0,139.008v233.984c0,39.256,31.827,71.083,71.083,71.083
16
+ h369.834c39.255,0,71.083-31.827,71.083-71.083V139.008C512,99.752,480.172,67.925,440.917,67.925z M178.166,321.72l-99.54,84.92
17
+ c-7.021,5.992-17.576,5.159-23.567-1.869c-5.992-7.021-5.159-17.576,1.87-23.567l99.54-84.92c7.02-5.992,17.574-5.159,23.566,1.87
18
+ C186.027,305.174,185.194,315.729,178.166,321.72z M256,289.436c-13.314-0.033-26.22-4.457-36.31-13.183l0.008,0.008l-0.032-0.024
19
+ c0.008,0.008,0.017,0.008,0.024,0.016L66.962,143.694c-6.98-6.058-7.723-16.612-1.674-23.583c6.057-6.98,16.612-7.723,23.582-1.674
20
+ l152.771,132.592c3.265,2.906,8.645,5.004,14.359,4.971c5.706,0.017,10.995-2.024,14.44-5.028l0.074-0.065l152.615-132.469
21
+ c6.971-6.049,17.526-5.306,23.583,1.674c6.048,6.97,5.306,17.525-1.674,23.583l-152.77,132.599
22
+ C282.211,284.929,269.322,289.419,256,289.436z M456.948,404.771c-5.992,7.028-16.547,7.861-23.566,1.869l-99.54-84.92
23
+ c-7.028-5.992-7.861-16.546-1.869-23.566c5.991-7.029,16.546-7.861,23.566-1.87l99.54,84.92
24
+ C462.107,387.195,462.94,397.75,456.948,404.771z`
25
+ }
26
+ ) })
27
+ }
28
+ );
29
+ export {
30
+ o as default
31
+ };
@@ -0,0 +1,34 @@
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: n = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ c.jsx(
3
+ "svg",
4
+ {
5
+ width: n,
6
+ height: n,
7
+ viewBox: "0 0 512 512",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
12
+ "path",
13
+ {
14
+ fill: l,
15
+ d: `M510.678,112.275c-2.308-11.626-7.463-22.265-14.662-31.054c-1.518-1.915-3.104-3.63-4.823-5.345
16
+ c-12.755-12.818-30.657-20.814-50.214-20.814H71.021c-19.557,0-37.395,7.996-50.21,20.814c-1.715,1.715-3.301,3.43-4.823,5.345
17
+ C8.785,90.009,3.63,100.649,1.386,112.275C0.464,116.762,0,121.399,0,126.087V385.92c0,9.968,2.114,19.55,5.884,28.203
18
+ c3.497,8.26,8.653,15.734,14.926,22.001c1.59,1.586,3.169,3.044,4.892,4.494c12.286,10.175,28.145,16.32,45.319,16.32h369.958
19
+ c17.18,0,33.108-6.145,45.323-16.384c1.718-1.386,3.305-2.844,4.891-4.43c6.27-6.267,11.425-13.741,14.994-22.001v-0.064
20
+ c3.769-8.653,5.812-18.171,5.812-28.138V126.087C512,121.399,511.543,116.762,510.678,112.275z M46.509,101.571
21
+ c6.345-6.338,14.866-10.175,24.512-10.175h369.958c9.646,0,18.242,3.837,24.512,10.175c1.122,1.129,2.179,2.387,3.112,3.637
22
+ L274.696,274.203c-5.348,4.687-11.954,7.002-18.696,7.002c-6.674,0-13.276-2.315-18.695-7.002L43.472,105.136
23
+ C44.33,103.886,45.387,102.7,46.509,101.571z M36.334,385.92V142.735L176.658,265.15L36.405,387.435
24
+ C36.334,386.971,36.334,386.449,36.334,385.92z M440.979,420.597H71.021c-6.281,0-12.158-1.651-17.174-4.552l147.978-128.959
25
+ l13.815,12.018c11.561,10.046,26.028,15.134,40.36,15.134c14.406,0,28.872-5.088,40.432-15.134l13.808-12.018l147.92,128.959
26
+ C453.137,418.946,447.26,420.597,440.979,420.597z M475.666,385.92c0,0.529,0,1.051-0.068,1.515L335.346,265.221L475.666,142.8
27
+ V385.92z`
28
+ }
29
+ ) })
30
+ }
31
+ );
32
+ export {
33
+ o as default
34
+ };
@@ -1,5 +1,4 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
2
+ const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: o,
@@ -34,5 +33,5 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
34
33
  }
35
34
  );
36
35
  export {
37
- i as default
36
+ n as default
38
37
  };
@@ -0,0 +1,24 @@
1
+ import { j as L } from "../../../_virtual/jsx-runtime.js";
2
+ const t = ({ size: C = 24, color: e = "currentColor", ...l }) => /* @__PURE__ */ L.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: /* @__PURE__ */ L.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M1.60603 6.08062C2.11366 5.86307 2.70154 6.09822 2.9191 6.60585L1.99995 6.99977C2.9191 6.60585 2.91924 6.60618 2.9191 6.60585L2.91858 6.60465C2.9183 6.604 2.91851 6.60447 2.91858 6.60465L2.9225 6.61351C2.92651 6.62253 2.93339 6.63785 2.94319 6.65905C2.96278 6.70147 2.99397 6.76735 3.03696 6.85334C3.12302 7.02546 3.25594 7.27722 3.43737 7.58203C3.80137 8.19355 4.35439 9.00801 5.10775 9.81932C5.28532 10.0105 5.47324 10.2009 5.67173 10.3878C5.68003 10.3954 5.68823 10.4031 5.69633 10.4109C7.18102 11.8012 9.25227 12.9998 12 12.9998C13.2089 12.9998 14.2783 12.769 15.2209 12.398C16.4469 11.9154 17.4745 11.1889 18.3156 10.3995C19.2652 9.50815 19.9627 8.54981 20.4232 7.81076C20.6526 7.44268 20.8207 7.13295 20.9299 6.91886C20.9844 6.81192 21.0241 6.72919 21.0491 6.67538C21.0617 6.64848 21.0706 6.62884 21.0758 6.61704L21.0808 6.60585C21.2985 6.0985 21.8864 5.86312 22.3939 6.08062C22.9015 6.29818 23.1367 6.88606 22.9191 7.39369L22 6.99977C22.9191 7.39369 22.9192 7.39346 22.9191 7.39369L22.9169 7.39871L22.9134 7.40693L22.9019 7.43278C22.8924 7.4541 22.879 7.48354 22.8618 7.52048C22.8274 7.59434 22.7774 7.69831 22.7115 7.8275C22.5799 8.08566 22.384 8.44584 22.1206 8.86844C21.718 9.5146 21.152 10.316 20.4096 11.1241L21.2071 11.9215C21.5976 12.312 21.5976 12.9452 21.2071 13.3357C20.8165 13.7262 20.1834 13.7262 19.7928 13.3357L18.9527 12.4955C18.3884 12.9513 17.757 13.3811 17.0558 13.752L17.8381 14.9544C18.1393 15.4173 18.0083 16.0367 17.5453 16.338C17.0824 16.6392 16.463 16.5081 16.1618 16.0452L15.1763 14.5306C14.4973 14.7388 13.772 14.8863 13 14.9554V16.4998C13 17.0521 12.5522 17.4998 12 17.4998C11.4477 17.4998 11 17.0521 11 16.4998V14.9556C10.2253 14.8864 9.50014 14.7386 8.82334 14.531L7.83814 16.0452C7.53693 16.5081 6.91748 16.6392 6.45457 16.338C5.99165 16.0367 5.86056 15.4173 6.16177 14.9544L6.94417 13.7519C6.24405 13.3814 5.61245 12.9515 5.04746 12.4953L4.20706 13.3357C3.81654 13.7262 3.18337 13.7262 2.79285 13.3357C2.40232 12.9452 2.40232 12.312 2.79285 11.9215L3.59029 11.1241C2.74529 10.2043 2.12772 9.292 1.71879 8.605C1.5096 8.25356 1.35345 7.95845 1.2481 7.74776C1.19539 7.64234 1.15529 7.55783 1.12752 7.49771C1.11363 7.46765 1.10282 7.44366 1.09505 7.42618L1.08566 7.4049L1.08267 7.39801L1.0816 7.39553L1.08117 7.39453C1.08098 7.39409 1.08081 7.39369 1.99995 6.99977L1.08117 7.39453C0.863613 6.8869 1.0984 6.29818 1.60603 6.08062Z",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ t as default
24
+ };
@@ -0,0 +1,33 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z",
16
+ fill: e
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M2 12C2 13.6394 2.42496 14.1915 3.27489 15.2957C4.97196 17.5004 7.81811 20 12 20C16.1819 20 19.028 17.5004 20.7251 15.2957C21.575 14.1915 22 13.6394 22 12C22 10.3606 21.575 9.80853 20.7251 8.70433C19.028 6.49956 16.1819 4 12 4C7.81811 4 4.97196 6.49956 3.27489 8.70433C2.42496 9.80853 2 10.3606 2 12ZM12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92893 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25Z",
25
+ fill: e
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ export {
32
+ s as default
33
+ };
@@ -0,0 +1,37 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M15.0007 12C15.0007 13.6569 13.6576 15 12.0007 15C10.3439 15 9.00073 13.6569 9.00073 12C9.00073 10.3431 10.3439 9 12.0007 9C13.6576 9 15.0007 10.3431 15.0007 12Z",
16
+ stroke: e,
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx(
23
+ "path",
24
+ {
25
+ d: "M12.0012 5C7.52354 5 3.73326 7.94288 2.45898 12C3.73324 16.0571 7.52354 19 12.0012 19C16.4788 19 20.2691 16.0571 21.5434 12C20.2691 7.94291 16.4788 5 12.0012 5Z",
26
+ stroke: e,
27
+ strokeWidth: "2",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ n as default
37
+ };
@@ -0,0 +1,23 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const h = ({ size: l = 24, color: t = "currentColor", ...c }) => /* @__PURE__ */ o.jsx(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "-143 145 512 512",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...c,
11
+ children: /* @__PURE__ */ o.jsx(
12
+ "path",
13
+ {
14
+ fill: t,
15
+ d: `M-143,145v512h512V145H-143z M169.5,357.6l-2.9,38.3h-39.3v133H77.7v-133H51.2v-38.3h26.5v-25.7c0-11.3,0.3-28.8,8.5-39.7
16
+ c8.7-11.5,20.6-19.3,41.1-19.3c33.4,0,47.4,4.8,47.4,4.8l-6.6,39.2c0,0-11-3.2-21.3-3.2c-10.3,0-19.5,3.7-19.5,14v29.9H169.5z`
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ h as default
23
+ };
@@ -0,0 +1,33 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: e = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: e,
6
+ height: e,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M17.3 9.6C17.6314 9.15817 17.5418 8.53137 17.1 8.2C16.6582 7.86863 16.0314 7.95817 15.7 8.4L13.3918 11.4776L11.2071 9.29289C11.0021 9.08791 10.7183 8.98197 10.4291 9.00252C10.1399 9.02307 9.87393 9.16809 9.7 9.4L6.7 13.4C6.36863 13.8418 6.45817 14.4686 6.9 14.8C7.34183 15.1314 7.96863 15.0418 8.3 14.6L10.6082 11.5224L12.7929 13.7071C12.9979 13.9121 13.2817 14.018 13.5709 13.9975C13.8601 13.9769 14.1261 13.8319 14.3 13.6L17.3 9.6Z",
16
+ fill: l
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M12 23C10.7764 23 10.0994 22.8687 9 22.5L6.89443 23.5528C5.56462 24.2177 4 23.2507 4 21.7639V19.5C1.84655 17.492 1 15.1767 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23ZM6 18.6303L5.36395 18.0372C3.69087 16.4772 3 14.7331 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C11.0143 21 10.552 20.911 9.63595 20.6038L8.84847 20.3397L6 21.7639V18.6303Z",
25
+ fill: l
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ export {
32
+ o as default
33
+ };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M20 1C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4C1 2.34315 2.34315 1 4 1H20ZM20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H15V13.9999H17.0762C17.5066 13.9999 17.8887 13.7245 18.0249 13.3161L18.4679 11.9871C18.6298 11.5014 18.2683 10.9999 17.7564 10.9999H15V8.99992C15 8.49992 15.5 7.99992 16 7.99992H18C18.5523 7.99992 19 7.5522 19 6.99992V6.31393C19 5.99091 18.7937 5.7013 18.4813 5.61887C17.1705 5.27295 16 5.27295 16 5.27295C13.5 5.27295 12 6.99992 12 8.49992V10.9999H10C9.44772 10.9999 9 11.4476 9 11.9999V12.9999C9 13.5522 9.44771 13.9999 10 13.9999H12V21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20Z",
17
+ fill: l
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };