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,40 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: l = 24, color: e = "currentColor", ...i }) => /* @__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
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M10 7C10.5523 7 11 7.44772 11 8V16C11 16.5523 10.5523 17 10 17C9.44771 17 9 16.5523 9 16V8C9 7.44772 9.44772 7 10 7Z",
16
+ fill: e
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ d: "M15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8V16C13 16.5523 13.4477 17 14 17C14.5523 17 15 16.5523 15 16V8Z",
23
+ fill: e
24
+ }
25
+ ),
26
+ /* @__PURE__ */ C.jsx(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3Z",
32
+ fill: e
33
+ }
34
+ )
35
+ ]
36
+ }
37
+ );
38
+ export {
39
+ s as default
40
+ };
@@ -0,0 +1,31 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const C = ({ size: s = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: s,
6
+ height: s,
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: "M6 3C4.89543 3 4 3.89543 4 5V19C4 20.1046 4.89543 21 6 21H9C10.1046 21 11 20.1046 11 19V5C11 3.89543 10.1046 3 9 3H6Z",
16
+ fill: l
17
+ }
18
+ ),
19
+ /* @__PURE__ */ t.jsx(
20
+ "path",
21
+ {
22
+ d: "M15 3C13.8954 3 13 3.89543 13 5V19C13 20.1046 13.8954 21 15 21H18C19.1046 21 20 20.1046 20 19V5C20 3.89543 19.1046 3 18 3H15Z",
23
+ fill: l
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
29
+ export {
30
+ C as default
31
+ };
@@ -0,0 +1,35 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: l = 24, color: d = "currentColor", ...i }) => /* @__PURE__ */ e.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
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M4 5C4 3.89543 4.89543 3 6 3H9C10.1046 3 11 3.89543 11 5V19C11 20.1046 10.1046 21 9 21H6C4.89543 21 4 20.1046 4 19V5ZM9 5H6V19H9V5Z",
18
+ fill: d
19
+ }
20
+ ),
21
+ /* @__PURE__ */ e.jsx(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M13 5C13 3.89543 13.8954 3 15 3H18C19.1046 3 20 3.89543 20 5V19C20 20.1046 19.1046 21 18 21H15C13.8954 21 13 20.1046 13 19V5ZM18 5H15V19H18V5Z",
27
+ fill: d
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ export {
34
+ n as default
35
+ };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const d = ({ size: l = 24, color: i = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
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
+ ...o,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM9.64109 7.19733C9.14132 6.89192 8.5 7.2516 8.5 7.83729V16.1627C8.5 16.7484 9.14132 17.1081 9.64109 16.8027L16.4528 12.64C16.9313 12.3475 16.9313 11.6525 16.4528 11.36L9.64109 7.19733Z",
17
+ fill: i
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ d as default
24
+ };
@@ -0,0 +1,35 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const C = ({ size: l = 24, color: i = "currentColor", ...d }) => /* @__PURE__ */ e.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
+ ...d,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M10.295 6.63012C9.29593 6.0057 8 6.72396 8 7.90212V16.0979C8 17.276 9.29592 17.9943 10.295 17.3699L16.8516 13.272C17.7916 12.6845 17.7916 11.3155 16.8516 10.728L10.295 6.63012ZM10 15.1957V8.80424L15.1132 12L10 15.1957Z",
18
+ fill: i
19
+ }
20
+ ),
21
+ /* @__PURE__ */ e.jsx(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z",
27
+ fill: i
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ export {
34
+ C as default
35
+ };
@@ -0,0 +1,22 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: t = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ l.jsx(
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: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ d: "M7.50632 3.14928C6.1753 2.29363 4.4248 3.24931 4.4248 4.83164V19.1683C4.4248 20.7506 6.1753 21.7063 7.50632 20.8507L18.6571 13.6823C19.8817 12.8951 19.8817 11.1049 18.6571 10.3176L7.50632 3.14928Z",
15
+ fill: o
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ r as default
22
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: e = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
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
+ ...o,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M4 4.83164C4 3.24931 5.75049 2.29363 7.08152 3.14928L18.2323 10.3176C19.4569 11.1049 19.4569 12.8951 18.2323 13.6823L7.08152 20.8507C5.75049 21.7063 4 20.7506 4 19.1683V4.83164ZM17.1507 12L6 4.83164V19.1683L17.1507 12Z",
17
+ fill: t
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ n as default
24
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const d = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
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: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM9 8C8.44772 8 8 8.44772 8 9V15C8 15.5523 8.44772 16 9 16H15C15.5523 16 16 15.5523 16 15V9C16 8.44772 15.5523 8 15 8H9Z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ d as default
24
+ };
@@ -0,0 +1,35 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const C = ({ size: l = 24, color: i = "currentColor", ...t }) => /* @__PURE__ */ e.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__ */ e.jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M8.5 7.5C7.94772 7.5 7.5 7.94772 7.5 8.5V15.5C7.5 16.0523 7.94772 16.5 8.5 16.5H15.5C16.0523 16.5 16.5 16.0523 16.5 15.5V8.5C16.5 7.94772 16.0523 7.5 15.5 7.5H8.5ZM9.5 14.5V9.5H14.5V14.5H9.5Z",
18
+ fill: i
19
+ }
20
+ ),
21
+ /* @__PURE__ */ e.jsx(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z",
27
+ fill: i
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ export {
34
+ C as default
35
+ };
@@ -0,0 +1,22 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ o.jsx(
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: /* @__PURE__ */ o.jsx(
12
+ "path",
13
+ {
14
+ d: "M5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5Z",
15
+ fill: l
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ r as default
22
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: e = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
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
+ ...o,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M3 5.33333C3 4.04467 4.04467 3 5.33333 3H18.6667C19.9553 3 21 4.04467 21 5.33333V18.6667C21 19.9553 19.9553 21 18.6667 21H5.33333C4.04467 21 3 19.9553 3 18.6667V5.33333ZM5.33333 5C5.14924 5 5 5.14924 5 5.33333V18.6667C5 18.8508 5.14924 19 5.33333 19H18.6667C18.8508 19 19 18.8508 19 18.6667V5.33333C19 5.14924 18.8508 5 18.6667 5H5.33333Z",
17
+ fill: t
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ n as default
24
+ };
@@ -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", ...s }) => /* @__PURE__ */ t.jsx(
2
+ const n = ({ size: o = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: o,
@@ -22,5 +21,5 @@ const i = ({ size: o = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
22
21
  }
23
22
  );
24
23
  export {
25
- i as default
24
+ n as default
26
25
  };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
2
+ const i = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -24,5 +23,5 @@ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- n as default
26
+ i as default
28
27
  };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
2
+ const i = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -24,5 +23,5 @@ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- n as default
26
+ i as default
28
27
  };
@@ -1,14 +1,13 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: t = 24, color: L = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
2
+ const i = ({ size: e = 24, color: L = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
- width: t,
7
- height: t,
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
+ ...t,
12
11
  children: [
13
12
  /* @__PURE__ */ C.jsx(
14
13
  "path",
@@ -47,5 +46,5 @@ const n = ({ size: t = 24, color: L = "currentColor", ...e }) => /* @__PURE__ */
47
46
  }
48
47
  );
49
48
  export {
50
- n as default
49
+ i as default
51
50
  };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -21,5 +20,5 @@ const r = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */
21
20
  }
22
21
  );
23
22
  export {
24
- r as default
23
+ i as default
25
24
  };
@@ -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: s = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
2
+ const o = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -39,5 +38,5 @@ const i = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */
39
38
  }
40
39
  );
41
40
  export {
42
- i as default
41
+ o as default
43
42
  };
@@ -0,0 +1,23 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: l = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.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
+ ...e,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ fill: o,
15
+ d: "M11.477 3.11a6 6 0 0 0-8.367 8.367l8.367-8.368zm1.414 1.413l-8.368 8.368a6 6 0 0 0 8.367-8.367zM8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0z",
16
+ fillRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ n as default
23
+ };
@@ -0,0 +1,22 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const e = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
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
+ ...r,
11
+ children: /* @__PURE__ */ o.jsx(
12
+ "path",
13
+ {
14
+ fill: l,
15
+ d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm5 12H7v-4h10v4z"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ e as default
22
+ };
@@ -0,0 +1,25 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: s = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: s,
6
+ height: s,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx("path", { fill: l, d: "M7 10h10v4H7z" }),
13
+ /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ fill: l,
17
+ d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z"
18
+ }
19
+ )
20
+ ]
21
+ }
22
+ );
23
+ export {
24
+ o as default
25
+ };
@@ -0,0 +1,20 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: l = 24, color: t = "currentColor", ...n }) => /* @__PURE__ */ e.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
+ ...n,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "ic_fluent_payment_24_filled" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch." }),
14
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { fill: t, fillRule: "nonzero", children: /* @__PURE__ */ e.jsx("path", { d: "M21.9883291,10.9947074 L21.9888849,16.275793 C21.9888849,17.7383249 20.8471803,18.9341973 19.4064072,19.0207742 L19.2388849,19.025793 L4.76104885,19.025793 C3.29851702,19.025793 2.10264457,17.8840884 2.01606765,16.4433154 L2.01104885,16.275793 L2.01032912,10.9947074 L21.9883291,10.9947074 Z M18.2529045,14.5 L15.7529045,14.5 L15.6511339,14.5068466 C15.2850584,14.556509 15.0029045,14.8703042 15.0029045,15.25 C15.0029045,15.6296958 15.2850584,15.943491 15.6511339,15.9931534 L15.7529045,16 L18.2529045,16 L18.3546751,15.9931534 C18.7207506,15.943491 19.0029045,15.6296958 19.0029045,15.25 C19.0029045,14.8703042 18.7207506,14.556509 18.3546751,14.5068466 L18.2529045,14.5 Z M19.2388849,5.0207074 C20.7014167,5.0207074 21.8972891,6.162412 21.9838661,7.60318507 L21.9888849,7.7707074 L21.9883291,9.4947074 L2.01032912,9.4947074 L2.01104885,7.7707074 C2.01104885,6.30817556 3.15275345,5.11230312 4.59352652,5.02572619 L4.76104885,5.0207074 L19.2388849,5.0207074 Z" }) }) })
15
+ ]
16
+ }
17
+ );
18
+ export {
19
+ r as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: l = 24, color: t = "currentColor", ...L }) => /* @__PURE__ */ e.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
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "ic_fluent_payment_24_regular" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch." }),
14
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { fill: t, fillRule: "nonzero", children: /* @__PURE__ */ e.jsx("path", { d: "M19.2388849,5.0207074 C20.7014167,5.0207074 21.8972891,6.162412 21.9838661,7.60318507 L21.9888849,7.7707074 L21.9888849,16.275793 C21.9888849,17.7383249 20.8471803,18.9341973 19.4064072,19.0207742 L19.2388849,19.025793 L4.76104885,19.025793 C3.29851702,19.025793 2.10264457,17.8840884 2.01606765,16.4433154 L2.01104885,16.275793 L2.01104885,7.7707074 C2.01104885,6.30817556 3.15275345,5.11230312 4.59352652,5.02572619 L4.76104885,5.0207074 L19.2388849,5.0207074 Z M20.4880489,10.9947074 L3.51004885,10.9947074 L3.51104885,16.275793 C3.51104885,16.9230017 4.00292352,17.4553269 4.63324361,17.5193394 L4.76104885,17.525793 L19.2388849,17.525793 C19.8860935,17.525793 20.4184188,17.0339184 20.4824312,16.4035983 L20.4888849,16.275793 L20.4880489,10.9947074 Z M18.2529045,14.5 C18.6671181,14.5 19.0029045,14.8357864 19.0029045,15.25 C19.0029045,15.6296958 18.7207506,15.943491 18.3546751,15.9931534 L18.2529045,16 L15.7529045,16 C15.3386909,16 15.0029045,15.6642136 15.0029045,15.25 C15.0029045,14.8703042 15.2850584,14.556509 15.6511339,14.5068466 L15.7529045,14.5 L18.2529045,14.5 Z M19.2388849,6.5207074 L4.76104885,6.5207074 C4.11384016,6.5207074 3.58151495,7.01258206 3.51750246,7.64290216 L3.51104885,7.7707074 L3.51004885,9.4947074 L20.4880489,9.4947074 L20.4888849,7.7707074 C20.4888849,7.12349871 19.9970102,6.5911735 19.3666901,6.52716101 L19.2388849,6.5207074 Z" }) }) })
15
+ ]
16
+ }
17
+ );
18
+ export {
19
+ r as default
20
+ };
@@ -0,0 +1,40 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: l = 24, color: L = "currentColor", ...e }) => /* @__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
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M15.5562 14.5477L15.1007 15.0272C15.1007 15.0272 14.0181 16.167 11.0631 13.0559C8.10812 9.94484 9.1907 8.80507 9.1907 8.80507L9.47752 8.50311C10.1841 7.75924 10.2507 6.56497 9.63424 5.6931L8.37326 3.90961C7.61028 2.8305 6.13596 2.68795 5.26145 3.60864L3.69185 5.26114C3.25823 5.71766 2.96765 6.30945 3.00289 6.96594C3.09304 8.64546 3.81071 12.259 7.81536 16.4752C12.0621 20.9462 16.0468 21.1239 17.6763 20.9631C18.1917 20.9122 18.6399 20.6343 19.0011 20.254L20.4217 18.7584C21.3806 17.7489 21.1102 16.0182 19.8833 15.312L17.9728 14.2123C17.1672 13.7486 16.1858 13.8848 15.5562 14.5477Z",
16
+ fill: L
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ d: "M13.2595 1.87983C13.3257 1.47094 13.7122 1.19357 14.1211 1.25976C14.1464 1.26461 14.2279 1.27983 14.2705 1.28933C14.3559 1.30834 14.4749 1.33759 14.6233 1.38082C14.9201 1.46726 15.3347 1.60967 15.8323 1.8378C16.8286 2.29456 18.1544 3.09356 19.5302 4.46936C20.906 5.84516 21.705 7.17097 22.1617 8.16725C22.3899 8.66487 22.5323 9.07947 22.6187 9.37625C22.6619 9.52466 22.6912 9.64369 22.7102 9.72901C22.7197 9.77168 22.7267 9.80594 22.7315 9.83125L22.7373 9.86245C22.8034 10.2713 22.5286 10.6739 22.1197 10.7401C21.712 10.8061 21.3279 10.53 21.2601 10.1231C21.258 10.1121 21.2522 10.0828 21.2461 10.0551C21.2337 9.9997 21.2124 9.91188 21.1786 9.79572C21.1109 9.56339 20.9934 9.21806 20.7982 8.79238C20.4084 7.94207 19.7074 6.76789 18.4695 5.53002C17.2317 4.29216 16.0575 3.59117 15.2072 3.20134C14.7815 3.00618 14.4362 2.88865 14.2038 2.82097C14.0877 2.78714 13.9417 2.75363 13.8863 2.7413C13.4793 2.67347 13.1935 2.28755 13.2595 1.87983Z",
23
+ fill: L
24
+ }
25
+ ),
26
+ /* @__PURE__ */ C.jsx(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M13.4857 5.3293C13.5995 4.93102 14.0146 4.7004 14.4129 4.81419L14.2069 5.53534C14.4129 4.81419 14.4129 4.81419 14.4129 4.81419L14.4144 4.81461L14.4159 4.81505L14.4192 4.81602L14.427 4.81834L14.4468 4.8245C14.4618 4.82932 14.4807 4.8356 14.5031 4.84357C14.548 4.85951 14.6074 4.88217 14.6802 4.91337C14.8259 4.97581 15.0249 5.07223 15.2695 5.21694C15.7589 5.50662 16.4271 5.9878 17.2121 6.77277C17.9971 7.55775 18.4782 8.22593 18.7679 8.7154C18.9126 8.95991 19.009 9.15897 19.0715 9.30466C19.1027 9.37746 19.1254 9.43682 19.1413 9.48173C19.1493 9.50418 19.1555 9.52301 19.1604 9.53809L19.1665 9.55788L19.1688 9.56563L19.1698 9.56896L19.1702 9.5705C19.1702 9.5705 19.1707 9.57194 18.4495 9.77798L19.1707 9.57194C19.2845 9.97021 19.0538 10.3853 18.6556 10.4991C18.2607 10.6119 17.8492 10.3862 17.7313 9.99413L17.7276 9.98335C17.7223 9.96832 17.7113 9.93874 17.6928 9.89554C17.6558 9.8092 17.5887 9.66797 17.4771 9.47938C17.2541 9.10264 16.8514 8.53339 16.1514 7.83343C15.4515 7.13348 14.8822 6.73078 14.5055 6.50781C14.3169 6.39619 14.1757 6.32909 14.0893 6.29209C14.0461 6.27358 14.0165 6.26254 14.0015 6.25721L13.9907 6.25352C13.5987 6.13564 13.3729 5.72419 13.4857 5.3293Z",
32
+ fill: L
33
+ }
34
+ )
35
+ ]
36
+ }
37
+ );
38
+ export {
39
+ i as default
40
+ };
@@ -0,0 +1,42 @@
1
+ import { j as L } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: M = 24, color: C = "currentColor", ...Z }) => /* @__PURE__ */ L.jsxs(
3
+ "svg",
4
+ {
5
+ width: M,
6
+ height: M,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...Z,
11
+ children: [
12
+ /* @__PURE__ */ L.jsx(
13
+ "path",
14
+ {
15
+ d: "M13.5 2C13.5 2 15.8335 2.21213 18.8033 5.18198C21.7731 8.15183 21.9853 10.4853 21.9853 10.4853",
16
+ stroke: C,
17
+ strokeWidth: "1.5",
18
+ strokeLinecap: "round"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ L.jsx(
22
+ "path",
23
+ {
24
+ d: "M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829",
25
+ stroke: C,
26
+ strokeWidth: "1.5",
27
+ strokeLinecap: "round"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ L.jsx(
31
+ "path",
32
+ {
33
+ d: "M15.1007 15.0272L14.5569 14.5107L15.1007 15.0272ZM15.5562 14.5477L16.1 15.0642H16.1L15.5562 14.5477ZM17.9728 14.2123L17.5987 14.8623H17.5987L17.9728 14.2123ZM19.8833 15.312L19.5092 15.962L19.8833 15.312ZM20.4217 18.7584L20.9655 19.2749L20.4217 18.7584ZM19.0011 20.254L18.4573 19.7375L19.0011 20.254ZM17.6763 20.9631L17.7499 21.7095L17.6763 20.9631ZM7.81536 16.4752L8.35915 15.9587L7.81536 16.4752ZM3.00289 6.96594L2.25397 7.00613L2.25397 7.00613L3.00289 6.96594ZM9.47752 8.50311L10.0213 9.01963H10.0213L9.47752 8.50311ZM9.63424 5.6931L10.2466 5.26012L9.63424 5.6931ZM8.37326 3.90961L7.76086 4.3426V4.3426L8.37326 3.90961ZM5.26145 3.60864L5.80524 4.12516L5.26145 3.60864ZM3.69185 5.26114L3.14806 4.74462L3.14806 4.74462L3.69185 5.26114ZM11.0631 13.0559L11.6069 12.5394L11.0631 13.0559ZM15.6445 15.5437L16.1 15.0642L15.0124 14.0312L14.5569 14.5107L15.6445 15.5437ZM17.5987 14.8623L19.5092 15.962L20.2575 14.662L18.347 13.5623L17.5987 14.8623ZM19.8779 18.2419L18.4573 19.7375L19.5449 20.7705L20.9655 19.2749L19.8779 18.2419ZM17.6026 20.2167C16.1676 20.3584 12.4233 20.2375 8.35915 15.9587L7.27157 16.9917C11.7009 21.655 15.9261 21.8895 17.7499 21.7095L17.6026 20.2167ZM8.35915 15.9587C4.48303 11.8778 3.83285 8.43556 3.75181 6.92574L2.25397 7.00613C2.35322 8.85536 3.1384 12.6403 7.27157 16.9917L8.35915 15.9587ZM9.7345 9.32159L10.0213 9.01963L8.93372 7.9866L8.64691 8.28856L9.7345 9.32159ZM10.2466 5.26012L8.98565 3.47663L7.76086 4.3426L9.02185 6.12608L10.2466 5.26012ZM4.71766 3.09213L3.14806 4.74462L4.23564 5.77765L5.80524 4.12516L4.71766 3.09213ZM9.1907 8.80507C8.64691 8.28856 8.64622 8.28929 8.64552 8.29002C8.64528 8.29028 8.64458 8.29102 8.64411 8.29152C8.64316 8.29254 8.64219 8.29357 8.64121 8.29463C8.63924 8.29675 8.6372 8.29896 8.6351 8.30127C8.63091 8.30588 8.62646 8.31087 8.62178 8.31625C8.61243 8.32701 8.60215 8.33931 8.59116 8.3532C8.56918 8.38098 8.54431 8.41512 8.51822 8.45588C8.46591 8.53764 8.40917 8.64531 8.36112 8.78033C8.26342 9.0549 8.21018 9.4185 8.27671 9.87257C8.40742 10.7647 8.99198 11.9644 10.5193 13.5724L11.6069 12.5394C10.1793 11.0363 9.82761 10.1106 9.76086 9.65511C9.72866 9.43536 9.76138 9.31957 9.77432 9.28321C9.78159 9.26277 9.78635 9.25709 9.78169 9.26437C9.77944 9.26789 9.77494 9.27451 9.76738 9.28407C9.76359 9.28885 9.75904 9.29437 9.7536 9.30063C9.75088 9.30375 9.74793 9.30706 9.74476 9.31056C9.74317 9.31231 9.74152 9.3141 9.73981 9.31594C9.73896 9.31686 9.73809 9.31779 9.7372 9.31873C9.73676 9.3192 9.73608 9.31992 9.73586 9.32015C9.73518 9.32087 9.7345 9.32159 9.1907 8.80507ZM10.5193 13.5724C12.0422 15.1757 13.1923 15.806 14.0698 15.9485C14.5201 16.0216 14.8846 15.9632 15.1606 15.8544C15.2955 15.8012 15.4022 15.7387 15.4823 15.6819C15.5223 15.6535 15.5556 15.6266 15.5824 15.6031C15.5959 15.5913 15.6077 15.5803 15.618 15.5703C15.6232 15.5654 15.628 15.5606 15.6324 15.5562C15.6346 15.554 15.6367 15.5518 15.6387 15.5497C15.6397 15.5487 15.6407 15.5477 15.6417 15.5467C15.6422 15.5462 15.6429 15.5454 15.6431 15.5452C15.6438 15.5444 15.6445 15.5437 15.1007 15.0272C14.5569 14.5107 14.5576 14.51 14.5583 14.5093C14.5585 14.509 14.5592 14.5083 14.5596 14.5078C14.5605 14.5069 14.5614 14.506 14.5623 14.5051C14.5641 14.5033 14.5658 14.5015 14.5674 14.4998C14.5708 14.4965 14.574 14.4933 14.577 14.4904C14.583 14.4846 14.5885 14.4796 14.5933 14.4754C14.6028 14.467 14.6099 14.4616 14.6145 14.4584C14.6239 14.4517 14.6229 14.454 14.6102 14.459C14.5909 14.4666 14.5 14.4987 14.3103 14.4679C13.9077 14.4025 13.0391 14.0472 11.6069 12.5394L10.5193 13.5724ZM8.98565 3.47663C7.97206 2.04305 5.94384 1.80119 4.71766 3.09213L5.80524 4.12516C6.32808 3.57471 7.24851 3.61795 7.76086 4.3426L8.98565 3.47663ZM3.75181 6.92574C3.73038 6.52644 3.90425 6.12654 4.23564 5.77765L3.14806 4.74462C2.61221 5.30877 2.20493 6.09246 2.25397 7.00613L3.75181 6.92574ZM18.4573 19.7375C18.1783 20.0313 17.8864 20.1887 17.6026 20.2167L17.7499 21.7095C18.497 21.6357 19.1016 21.2373 19.5449 20.7705L18.4573 19.7375ZM10.0213 9.01963C10.9889 8.00095 11.0574 6.40678 10.2466 5.26012L9.02185 6.12608C9.44399 6.72315 9.37926 7.51753 8.93372 7.9866L10.0213 9.01963ZM19.5092 15.962C20.33 16.4345 20.4907 17.5968 19.8779 18.2419L20.9655 19.2749C22.2704 17.901 21.8904 15.6019 20.2575 14.662L19.5092 15.962ZM16.1 15.0642C16.4854 14.6584 17.086 14.5672 17.5987 14.8623L18.347 13.5623C17.2485 12.93 15.8861 13.1113 15.0124 14.0312L16.1 15.0642Z",
34
+ fill: C
35
+ }
36
+ )
37
+ ]
38
+ }
39
+ );
40
+ export {
41
+ s as default
42
+ };