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,74 @@
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ const l = ({ size: s = 24, color: n = "currentColor", ...t }) => /* @__PURE__ */ c.jsx(
3
+ "svg",
4
+ {
5
+ width: s,
6
+ height: s,
7
+ viewBox: "-143 145 512 512",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ c.jsxs("g", { children: [
12
+ /* @__PURE__ */ c.jsx(
13
+ "path",
14
+ {
15
+ fill: n,
16
+ d: `M113,145c-141.4,0-256,114.6-256,256s114.6,256,256,256s256-114.6,256-256S254.4,145,113,145z M272.8,560.7
17
+ c-20.8,20.8-44.9,37.1-71.8,48.4c-27.8,11.8-57.4,17.7-88,17.7c-30.5,0-60.1-6-88-17.7c-26.9-11.4-51.1-27.7-71.8-48.4
18
+ c-20.8-20.8-37.1-44.9-48.4-71.8C-107,461.1-113,431.5-113,401s6-60.1,17.7-88c11.4-26.9,27.7-51.1,48.4-71.8
19
+ c20.9-20.8,45-37.1,71.9-48.5C52.9,181,82.5,175,113,175s60.1,6,88,17.7c26.9,11.4,51.1,27.7,71.8,48.4
20
+ c20.8,20.8,37.1,44.9,48.4,71.8c11.8,27.8,17.7,57.4,17.7,88c0,30.5-6,60.1-17.7,88C309.8,515.8,293.5,540,272.8,560.7z`
21
+ }
22
+ ),
23
+ /* @__PURE__ */ c.jsx(
24
+ "path",
25
+ {
26
+ fill: n,
27
+ d: `M187.3,367.9c-1.4,0.9-2.3,0.8-3.6,0c-15.1-8.8-31.4-14.2-48.5-17.1c-5.8-1-11.6-1.6-17.6-2.3c4.8-13.6,9.5-27.1,14.3-40.7
28
+ c11.1,2.6,22,5.4,32.9,7.7c2.9,0.6,4,1.8,4.7,4.8c2.9,13.6,16,22.4,30.2,20.7c13-1.5,23.4-13.3,23.5-26.6
29
+ c0.1-12.3-7.8-23.1-19.5-26.6c-11.8-3.5-24.1,1.1-30.8,11.5c-1,1.5-1.8,1.7-3.5,1.3c-9.1-2.3-18.2-4.4-27.4-6.6
30
+ c-6.7-1.6-13.4-3.2-20.2-4.8c-0.4,1-0.7,1.8-1,2.6c-6.4,18.2-12.8,36.4-19.2,54.6c-0.5,1.5-1.2,2.2-2.9,2.2
31
+ c-3.2,0.1-6.3,0.3-9.5,0.6c-21,2.1-41.1,7.7-59.5,18.3c-1.6,0.9-2.7,1-4.3-0.1c-15.4-9.9-36.1-5.1-45.3,10.7
32
+ c-2.3,4-3.3,8.7-4.9,13.1c0,2.6,0,5.1,0,7.7c0.8,2.8,1.5,5.8,2.5,8.5c1.9,5.1,5.2,9.2,9.3,12.7c0.7,0.6,1.4,1.7,1.3,2.4
33
+ c-1.6,15.7,2.9,29.5,12.2,42c10.5,14.3,24.6,24,40.6,31.2c23.9,10.7,49.1,14.6,75.2,13.1c22.7-1.3,44.3-6.6,64.4-17.6
34
+ c14.7-8.1,27.2-18.5,35.8-33.2c6.3-10.8,9-22.4,7.9-34.9c-0.1-0.7,0.1-1.8,0.6-2.2c6.9-5.5,11.1-12.6,12.5-21.4
35
+ c0-0.2,0.2-0.5,0.3-0.7c0-2.7,0-5.5,0-8.2c-0.2-0.4-0.4-0.7-0.5-1.1C233.1,366.1,207.3,354.9,187.3,367.9z M195.9,302.4
36
+ c6.4,0,11.5,5.1,11.5,11.6c0,6.4-5.1,11.6-11.5,11.7c-6.4,0-11.8-5.3-11.7-11.7C184.2,307.5,189.5,302.3,195.9,302.4z M-6.1,404
37
+ c-4-6-3.5-14.2,1.1-19.7s12.2-7.7,18.4-5.1C5.3,386.2-1.4,394.3-6.1,404z M198.5,457.4c-9.3,11.8-21.6,19.5-35.2,25.3
38
+ c-18.2,7.7-37.3,10.9-59.6,10.9c-21.2-0.2-44-4.7-65.1-16.2c-9.9-5.4-18.7-12.3-25.4-21.6C0.3,438,0.8,417.3,14.5,400.2
39
+ c9.4-11.7,21.6-19.5,35.3-25.2c22-9.1,44.9-12.1,68.5-10.4c19.9,1.4,38.9,6.2,56.4,16c9.7,5.4,18.4,12.2,25,21.3
40
+ C212.6,419.6,212.2,440,198.5,457.4z M219.6,404c-2.9-4.4-5.6-9-8.9-13.1c-3.2-4.1-7-7.8-10.7-11.8c6.3-2.6,14.1-0.3,18.7,5.6
41
+ C223.2,390.3,223.5,398.5,219.6,404z`
42
+ }
43
+ ),
44
+ /* @__PURE__ */ c.jsx(
45
+ "path",
46
+ {
47
+ fill: n,
48
+ d: `M140.6,455.1c-3.5,2.4-7.1,4.8-11,6.4c-11.8,4.6-24.1,5.1-36.6,2.8c-7-1.3-13.7-3.6-19.2-8.5c-3.8-3.4-8.6-3.5-11.6-0.1
49
+ c-3.1,3.4-2.9,8.3,1,11.6c3.3,2.7,6.8,5.2,10.6,7.1c10.2,5.2,21.2,6.8,32.6,7.4c6.7-0.9,13.4-1.5,20-2.9
50
+ c9.2-1.9,17.7-5.6,24.8-12.1c3.3-3.1,3.5-7.8,0.6-11C148.8,452.6,144.2,452.6,140.6,455.1z`
51
+ }
52
+ ),
53
+ /* @__PURE__ */ c.jsx(
54
+ "path",
55
+ {
56
+ fill: n,
57
+ d: `M146.4,393.8c-12.2-0.3-22,9.1-22.2,21.1c-0.2,11.5,9.3,21.3,20.7,21.5c12.1,0.2,21.7-9,22-21
58
+ C167.1,403.9,157.8,394.1,146.4,393.8z`
59
+ }
60
+ ),
61
+ /* @__PURE__ */ c.jsx(
62
+ "path",
63
+ {
64
+ fill: n,
65
+ d: `M91.3,415.5c0.1-11.7-9.3-21.5-20.8-21.6c-12-0.2-21.6,9.1-21.8,21.1c-0.2,11.6,9.1,21.3,20.6,21.5
66
+ C81.3,436.7,91.2,427.3,91.3,415.5z`
67
+ }
68
+ )
69
+ ] })
70
+ }
71
+ );
72
+ export {
73
+ l as default
74
+ };
@@ -1,5 +1,4 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const l = ({ size: a = 24, color: h = "currentColor", ...H }) => /* @__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.jsx(
2
+ const s = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: o,
@@ -8,12 +7,12 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
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: /* @__PURE__ */ t.jsx(
13
12
  "path",
14
13
  {
15
14
  d: "M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18",
16
- stroke: r,
15
+ stroke: e,
17
16
  strokeWidth: "2",
18
17
  strokeLinecap: "round",
19
18
  strokeLinejoin: "round"
@@ -22,5 +21,5 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
22
21
  }
23
22
  );
24
23
  export {
25
- i as default
24
+ s as default
26
25
  };
@@ -0,0 +1,27 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "save-floppy" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
14
+ /* @__PURE__ */ e.jsx("defs", {}),
15
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-154.000000, -517.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
16
+ "path",
17
+ {
18
+ d: "M172,522 C172,521.447 172.448,521 173,521 C173.552,521 174,521.447 174,522 L174,526 C174,526.553 173.552,527 173,527 C172.448,527 172,526.553 172,526 L172,522 L172,522 Z M163,529 L177,529 C177.552,529 178,528.553 178,528 L178,517 L162,517 L162,528 C162,528.553 162.448,529 163,529 L163,529 Z M182,517 L180,517 L180,529 C180,530.104 179.104,531 178,531 L162,531 C160.896,531 160,530.104 160,529 L160,517 L158,517 C155.791,517 154,518.791 154,521 L154,545 C154,547.209 155.791,549 158,549 L182,549 C184.209,549 186,547.209 186,545 L186,521 C186,518.791 184.209,517 182,517 L182,517 Z",
19
+ "sketch:type": "MSShapeGroup"
20
+ }
21
+ ) }) })
22
+ ]
23
+ }
24
+ );
25
+ export {
26
+ o as default
27
+ };
@@ -0,0 +1,27 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const l = ({ size: t = 24, color: s = "currentColor", ...L }) => /* @__PURE__ */ e.jsxs(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "save-floppy" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
14
+ /* @__PURE__ */ e.jsx("defs", {}),
15
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-152.000000, -515.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
16
+ "path",
17
+ {
18
+ d: "M171,525 C171.552,525 172,524.553 172,524 L172,520 C172,519.447 171.552,519 171,519 C170.448,519 170,519.447 170,520 L170,524 C170,524.553 170.448,525 171,525 L171,525 Z M182,543 C182,544.104 181.104,545 180,545 L156,545 C154.896,545 154,544.104 154,543 L154,519 C154,517.896 154.896,517 156,517 L158,517 L158,527 C158,528.104 158.896,529 160,529 L176,529 C177.104,529 178,528.104 178,527 L178,517 L180,517 C181.104,517 182,517.896 182,519 L182,543 L182,543 Z M160,517 L176,517 L176,526 C176,526.553 175.552,527 175,527 L161,527 C160.448,527 160,526.553 160,526 L160,517 L160,517 Z M180,515 L156,515 C153.791,515 152,516.791 152,519 L152,543 C152,545.209 153.791,547 156,547 L180,547 C182.209,547 184,545.209 184,543 L184,519 C184,516.791 182.209,515 180,515 L180,515 Z",
19
+ "sketch:type": "MSShapeGroup"
20
+ }
21
+ ) }) })
22
+ ]
23
+ }
24
+ );
25
+ export {
26
+ l as default
27
+ };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
2
+ const l = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -8,12 +7,12 @@ const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
8
7
  viewBox: "0 0 32 32",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...s,
10
+ ...r,
12
11
  children: [
13
12
  /* @__PURE__ */ e.jsx("title", { children: "search" }),
14
13
  /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
15
14
  /* @__PURE__ */ e.jsx("defs", {}),
16
- /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-256.000000, -1139.000000)", fill: r, children: /* @__PURE__ */ e.jsx(
15
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-256.000000, -1139.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
16
  "path",
18
17
  {
19
18
  d: "M269.46,1163.45 C263.17,1163.45 258.071,1158.44 258.071,1152.25 C258.071,1146.06 263.17,1141.04 269.46,1141.04 C275.75,1141.04 280.85,1146.06 280.85,1152.25 C280.85,1158.44 275.75,1163.45 269.46,1163.45 L269.46,1163.45 Z M287.688,1169.25 L279.429,1161.12 C281.591,1158.77 282.92,1155.67 282.92,1152.25 C282.92,1144.93 276.894,1139 269.46,1139 C262.026,1139 256,1144.93 256,1152.25 C256,1159.56 262.026,1165.49 269.46,1165.49 C272.672,1165.49 275.618,1164.38 277.932,1162.53 L286.224,1170.69 C286.629,1171.09 287.284,1171.09 287.688,1170.69 C288.093,1170.3 288.093,1169.65 287.688,1169.25 L287.688,1169.25 Z",
@@ -24,5 +23,5 @@ const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- o as default
26
+ l as default
28
27
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const e = ({ size: C = 24, color: o = "currentColor", ...i }) => /* @__PURE__ */ t.jsx(
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -8,16 +7,16 @@ const e = ({ size: C = 24, color: o = "currentColor", ...i }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...i,
10
+ ...o,
12
11
  children: /* @__PURE__ */ t.jsx(
13
12
  "path",
14
13
  {
15
14
  d: "M20.1 9.2214C18.29 9.2214 17.55 7.9414 18.45 6.3714C18.97 5.4614 18.66 4.3014 17.75 3.7814L16.02 2.7914C15.23 2.3214 14.21 2.6014 13.74 3.3914L13.63 3.5814C12.73 5.1514 11.25 5.1514 10.34 3.5814L10.23 3.3914C9.78 2.6014 8.76 2.3214 7.97 2.7914L6.24 3.7814C5.33 4.3014 5.02 5.4714 5.54 6.3814C6.45 7.9414 5.71 9.2214 3.9 9.2214C2.86 9.2214 2 10.0714 2 11.1214V12.8814C2 13.9214 2.85 14.7814 3.9 14.7814C5.71 14.7814 6.45 16.0614 5.54 17.6314C5.02 18.5414 5.33 19.7014 6.24 20.2214L7.97 21.2114C8.76 21.6814 9.78 21.4014 10.25 20.6114L10.36 20.4214C11.26 18.8514 12.74 18.8514 13.65 20.4214L13.76 20.6114C14.23 21.4014 15.25 21.6814 16.04 21.2114L17.77 20.2214C18.68 19.7014 18.99 18.5314 18.47 17.6314C17.56 16.0614 18.3 14.7814 20.11 14.7814C21.15 14.7814 22.01 13.9314 22.01 12.8814V11.1214C22 10.0814 21.15 9.2214 20.1 9.2214ZM12 15.2514C10.21 15.2514 8.75 13.7914 8.75 12.0014C8.75 10.2114 10.21 8.7514 12 8.7514C13.79 8.7514 15.25 10.2114 15.25 12.0014C15.25 13.7914 13.79 15.2514 12 15.2514Z",
16
- fill: o
15
+ fill: l
17
16
  }
18
17
  )
19
18
  }
20
19
  );
21
20
  export {
22
- e as default
21
+ i as default
23
22
  };
@@ -1,6 +1,5 @@
1
1
  import { j as a } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const e = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ a.jsx(
2
+ const i = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ a.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: l,
@@ -19,5 +18,5 @@ const e = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */
19
18
  }
20
19
  );
21
20
  export {
22
- e as default
21
+ i as default
23
22
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: l = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ C.jsx(
2
+ const i = ({ size: l = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ C.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: l,
@@ -21,5 +20,5 @@ const r = ({ size: l = 24, color: e = "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 d = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const o = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -40,5 +39,5 @@ const d = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
40
39
  }
41
40
  );
42
41
  export {
43
- d as default
42
+ o as default
44
43
  };
@@ -1,6 +1,5 @@
1
1
  import { j as H } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const o = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */ H.jsx(
2
+ const t = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */ H.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -19,5 +18,5 @@ const o = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */
19
18
  }
20
19
  );
21
20
  export {
22
- o as default
21
+ t as default
23
22
  };
@@ -1,5 +1,4 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const s = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
@@ -1,20 +1,19 @@
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: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
- width: o,
7
- height: o,
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",
15
14
  {
16
15
  d: "M12.6644 5.47875L16.6367 9.00968C18.2053 10.404 18.9896 11.1012 18.9896 11.9993C18.9896 12.8975 18.2053 13.5946 16.6367 14.989L12.6644 18.5199C11.9484 19.1563 11.5903 19.4746 11.2952 19.342C11 19.2095 11 18.7305 11 17.7725V15.4279C7.4 15.4279 3.5 17.1422 2 19.9993C2 10.8565 7.33333 8.57075 11 8.57075V6.22616C11 5.26817 11 4.78917 11.2952 4.65662C11.5903 4.52407 11.9484 4.8423 12.6644 5.47875Z",
17
- stroke: r,
16
+ stroke: o,
18
17
  strokeWidth: "1.5",
19
18
  strokeLinecap: "round",
20
19
  strokeLinejoin: "round"
@@ -24,7 +23,7 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
24
23
  "path",
25
24
  {
26
25
  d: "M15.5386 4.5L20.7548 9.34362C21.5489 10.081 22.0001 11.1158 22.0001 12.1994C22.0001 13.3418 21.4989 14.4266 20.629 15.1671L15.5386 19.5",
27
- stroke: r,
26
+ stroke: o,
28
27
  strokeWidth: "1.5",
29
28
  strokeLinecap: "round"
30
29
  }
@@ -33,5 +32,5 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
33
32
  }
34
33
  );
35
34
  export {
36
- i as default
35
+ n as default
37
36
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const e = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsx(
2
+ const e = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -8,12 +7,12 @@ const e = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
8
7
  viewBox: "0 0 16 16",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...r,
10
+ ...o,
12
11
  children: /* @__PURE__ */ t.jsx(
13
12
  "path",
14
13
  {
15
14
  d: "M11 6C12.6569 6 14 4.65685 14 3C14 1.34315 12.6569 0 11 0C9.34315 0 8 1.34315 8 3C8 3.22371 8.02449 3.44169 8.07092 3.65143L4.86861 5.65287C4.35599 5.24423 3.70652 5 3 5C1.34315 5 0 6.34315 0 8C0 9.65685 1.34315 11 3 11C3.70652 11 4.35599 10.7558 4.86861 10.3471L8.07092 12.3486C8.02449 12.5583 8 12.7763 8 13C8 14.6569 9.34315 16 11 16C12.6569 16 14 14.6569 14 13C14 11.3431 12.6569 10 11 10C10.2935 10 9.644 10.2442 9.13139 10.6529L5.92908 8.65143C5.97551 8.44169 6 8.22371 6 8C6 7.77629 5.97551 7.55831 5.92908 7.34857L9.13139 5.34713C9.644 5.75577 10.2935 6 11 6Z",
16
- fill: o
15
+ fill: l
17
16
  }
18
17
  )
19
18
  }
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const d = ({ 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 d = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */
21
20
  }
22
21
  );
23
22
  export {
24
- d 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 C = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const C = ({ size: e = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -8,7 +7,7 @@ const C = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...r,
10
+ ...s,
12
11
  children: [
13
12
  /* @__PURE__ */ t.jsx(
14
13
  "path",
@@ -1,6 +1,5 @@
1
1
  import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
2
+ const i = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -21,5 +20,5 @@ const r = ({ size: C = 24, color: e = "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: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const C = ({ size: s = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: s,
@@ -8,13 +7,13 @@ const i = ({ size: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...r,
10
+ ...o,
12
11
  children: [
13
12
  /* @__PURE__ */ t.jsx(
14
13
  "path",
15
14
  {
16
15
  d: "M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 17.6294 16.761 20.3655 14.1014 21.5273C13.38 21.8424 13.0193 22 12 22C10.9807 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914C3 11.4234 3 10.8996 3 10.4167Z",
17
- stroke: o,
16
+ stroke: e,
18
17
  strokeWidth: "1.5"
19
18
  }
20
19
  ),
@@ -22,7 +21,7 @@ const i = ({ size: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
22
21
  "path",
23
22
  {
24
23
  d: "M14.5 9.5L9.50002 14.5M9.5 9.49998L14.5 14.5",
25
- stroke: o,
24
+ stroke: e,
26
25
  strokeWidth: "1.5",
27
26
  strokeLinecap: "round"
28
27
  }
@@ -31,5 +30,5 @@ const i = ({ size: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
31
30
  }
32
31
  );
33
32
  export {
34
- i as default
33
+ C as default
35
34
  };
@@ -0,0 +1,22 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ t.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__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 17.6294 16.761 20.3655 14.1014 21.5273C13.38 21.8424 13.0193 22 12 22C10.9807 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914C3 11.4234 3 10.8996 3 10.4167Z",
15
+ fill: l
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ i as default
22
+ };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...t }) => /* @__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
+ ...t,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M12 2.75C11.3423 2.75 10.6951 2.96164 9.08062 3.5143L8.5078 3.71037C6.99521 4.22814 5.8921 4.60605 5.11759 4.92069C4.731 5.07774 4.4509 5.20935 4.25429 5.32353C4.15722 5.3799 4.09034 5.42642 4.04567 5.46273C4.0078 5.49351 3.99336 5.51095 3.99129 5.51349C3.98936 5.51663 3.97693 5.5374 3.95943 5.58654C3.93944 5.64265 3.91729 5.72309 3.89571 5.83506C3.85204 6.06169 3.81894 6.37301 3.79608 6.79292C3.75028 7.63411 3.75 8.80833 3.75 10.4167V11.9914C3.75 17.1665 7.6199 19.7135 10.1988 20.84C10.5703 21.0023 10.7848 21.0941 11.0236 21.1552C11.2517 21.2136 11.53 21.25 12 21.25C12.47 21.25 12.7483 21.2136 12.9764 21.1552C13.2152 21.0941 13.4297 21.0023 13.8012 20.84C16.3801 19.7135 20.25 17.1665 20.25 11.9914V10.4167C20.25 8.80833 20.2497 7.63411 20.2039 6.79292C20.1811 6.37301 20.148 6.06169 20.1043 5.83506C20.0827 5.72309 20.0606 5.64265 20.0406 5.58654C20.0231 5.53737 20.0106 5.5166 20.0087 5.51348C20.0066 5.51092 19.9922 5.49349 19.9543 5.46273C19.9097 5.42642 19.8428 5.3799 19.7457 5.32353C19.5491 5.20935 19.269 5.07774 18.8824 4.92069C18.1079 4.60605 17.0048 4.22814 15.4922 3.71037L14.9194 3.5143C13.3049 2.96164 12.6577 2.75 12 2.75ZM8.72339 2.05112C10.1673 1.55658 11.0625 1.25 12 1.25C12.9375 1.25 13.8327 1.55658 15.2766 2.05112C15.319 2.06563 15.3618 2.0803 15.4052 2.09514L16.004 2.30013C17.4854 2.8072 18.6286 3.19852 19.447 3.53099C19.8592 3.69846 20.2136 3.86067 20.499 4.02641C20.7737 4.1859 21.0492 4.38484 21.2364 4.65154C21.4214 4.91516 21.5171 5.23924 21.5772 5.55122C21.6397 5.87556 21.6774 6.26464 21.7017 6.71136C21.75 7.5984 21.75 8.81361 21.75 10.3898V11.9914C21.75 18.0924 17.142 21.0175 14.4017 22.2146L14.3746 22.2264C14.0348 22.3749 13.7154 22.5144 13.3484 22.6084C12.9609 22.7076 12.5493 22.75 12 22.75C11.4507 22.75 11.0391 22.7076 10.6516 22.6084C10.2846 22.5144 9.96523 22.3749 9.62543 22.2264L9.59833 22.2146C6.85803 21.0175 2.25 18.0924 2.25 11.9914V10.3899C2.25 8.81365 2.25 7.59841 2.2983 6.71136C2.32262 6.26464 2.36031 5.87556 2.42281 5.55122C2.48293 5.23924 2.5786 4.91516 2.76363 4.65154C2.95082 4.38484 3.22634 4.1859 3.50098 4.02641C3.78637 3.86067 4.14078 3.69846 4.55303 3.53099C5.3714 3.19852 6.51462 2.8072 7.99595 2.30014L8.59483 2.09514C8.63817 2.0803 8.68101 2.06563 8.72339 2.05112Z",
17
+ fill: l
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -1,6 +1,5 @@
1
1
  import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: C = 24, color: e = "currentColor", ...i }) => /* @__PURE__ */ l.jsx(
2
+ const t = ({ size: C = 24, color: e = "currentColor", ...i }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -21,5 +20,5 @@ const n = ({ size: C = 24, color: e = "currentColor", ...i }) => /* @__PURE__ */
21
20
  }
22
21
  );
23
22
  export {
24
- n as default
23
+ t as default
25
24
  };
@@ -1,25 +1,24 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const C = ({ size: s = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
2
+ const C = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
- width: s,
7
- height: s,
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",
15
14
  {
16
15
  d: "M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 17.6294 16.761 20.3655 14.1014 21.5273C13.38 21.8424 13.0193 22 12 22C10.9807 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914C3 11.4234 3 10.8996 3 10.4167Z",
17
- stroke: r,
16
+ stroke: s,
18
17
  strokeWidth: "1.5"
19
18
  }
20
19
  ),
21
- /* @__PURE__ */ t.jsx("path", { d: "M12 8V12", stroke: r, strokeWidth: "1.5", strokeLinecap: "round" }),
22
- /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill: r })
20
+ /* @__PURE__ */ t.jsx("path", { d: "M12 8V12", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
21
+ /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill: s })
23
22
  ]
24
23
  }
25
24
  );
@@ -0,0 +1,21 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: e = 24, color: t = "currentColor", ...s }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: e,
6
+ height: e,
7
+ viewBox: "0 -0.5 20 20",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...s,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx("title", { children: "snapchat [#136]" }),
13
+ /* @__PURE__ */ C.jsx("desc", { children: "Created with Sketch." }),
14
+ /* @__PURE__ */ C.jsx("defs", {}),
15
+ /* @__PURE__ */ C.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ C.jsx("g", { transform: "translate(-380.000000, -7560.000000)", fill: t, children: /* @__PURE__ */ C.jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ C.jsx("path", { d: "M334.125531,7419 C332.838531,7419 332.277531,7418.71061 331.183531,7417.92743 C330.193531,7417.21913 329.558531,7416.82957 327.720531,7417.19283 C327.003531,7417.33449 327.017531,7417.26973 326.863531,7416.55333 C326.781531,7416.17591 326.722531,7415.94622 326.582531,7415.92396 C325.089531,7415.69123 324.206531,7415.3472 324.030531,7414.93133 C323.946531,7414.73098 324.046531,7414.57313 324.200531,7414.54682 C326.147531,7414.22303 327.721531,7412.58888 328.404531,7410.97902 C328.406531,7410.97497 328.407531,7410.97092 328.409531,7410.96789 C328.582531,7410.61374 328.616531,7410.30816 328.512531,7410.05924 C328.277531,7409.49867 327.520531,7409.3813 326.977531,7409.16274 C326.603531,7409.01298 325.988531,7408.69728 326.070531,7408.26219 C326.145531,7407.86352 326.784531,7407.61055 327.126531,7407.77245 C327.985531,7408.18023 328.673531,7408.05577 328.879531,7407.86352 C328.869531,7407.66823 328.999531,7407.45675 328.999531,7407.25843 C328.999531,7405.87927 328.651531,7404.16316 329.085531,7403.17963 C330.958531,7398.92984 337.206531,7398.95109 339.069531,7403.17761 C339.503531,7404.16215 339.396531,7405.87927 339.310531,7407.26045 L339.306531,7407.32622 C339.294531,7407.51341 339.283531,7407.69049 339.274531,7407.8625 C339.314531,7407.89994 339.475531,7408.02946 339.804531,7408.04261 C340.083531,7408.03148 340.405531,7407.94042 340.759531,7407.77245 C341.176531,7407.57514 341.927531,7407.87768 341.935531,7408.33099 C341.939531,7408.54247 341.784531,7408.85817 341.021531,7409.16274 C340.480531,7409.37927 339.721531,7409.49867 339.487531,7410.05924 C339.382531,7410.30816 339.416531,7410.61374 339.589531,7410.96688 C339.591531,7410.97092 339.592531,7410.97497 339.594531,7410.97902 C339.647531,7411.1055 340.932531,7414.06923 343.798531,7414.54682 C343.919531,7414.56706 344.006531,7414.67634 343.999531,7414.79979 C343.996531,7414.84431 343.986531,7414.88883 343.967531,7414.93234 C343.792531,7415.34619 342.910531,7415.68921 341.416531,7415.92193 C341.276531,7415.9442 341.217531,7416.17389 341.136531,7416.54929 C341.013531,7417.11997 341.032531,7417.31627 340.278531,7417.16652 C338.460531,7416.80832 337.771531,7417.24139 336.816531,7417.9244 C336.112531,7418.4283 335.316531,7419 334.125531,7419" }) }) }) })
16
+ ]
17
+ }
18
+ );
19
+ export {
20
+ n as default
21
+ };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: C = 24, color: l = "currentColor", ...t }) => /* @__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
+ ...t,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M7.24759 4.07011C8.42981 2.66637 10.1045 2 12 2C13.9392 2 15.604 2.78414 16.7639 4.21322C17.7942 5.48259 18.3772 7.1971 18.4826 9.1902C18.5118 9.19446 18.5425 9.19891 18.5749 9.20362L18.5955 9.20661C18.7648 9.23117 18.9679 9.26103 19.179 9.3019C19.9604 9.45323 21.2931 9.83505 21.7522 11.2659C21.9827 11.9846 21.8669 12.6509 21.4644 13.1786C21.1168 13.6343 20.6205 13.897 20.2664 14.0565C20.0896 14.1362 19.9144 14.2043 19.7668 14.2605C20.1122 15.1966 20.7141 16.1598 21.3801 17.0322C22.0073 17.8538 21.8414 18.8955 21.5172 19.574C21.1925 20.2537 20.4899 21.031 19.4684 21.0753C18.8903 21.1004 18.2833 21.1596 17.6791 21.2695C17.4062 21.3192 17.0841 21.4286 16.6839 21.5939C16.4453 21.6925 16.2264 21.79 15.9902 21.8953C15.8025 21.9789 15.6038 22.0674 15.3754 22.1653C14.4345 22.5685 13.2798 23 12 23C10.7201 23 9.56542 22.5685 8.62452 22.1653C8.39619 22.0674 8.19749 21.9789 8.00977 21.8953C7.7735 21.79 7.55463 21.6925 7.31601 21.5939C6.91585 21.4286 6.5938 21.3192 6.32087 21.2695C5.71667 21.1596 5.10964 21.1004 4.53154 21.0753C3.51004 21.031 2.8074 20.2537 2.48273 19.574C2.15858 18.8955 1.99263 17.8538 2.61986 17.0322C3.29007 16.1543 3.89533 15.1844 4.23963 14.2428C4.10623 14.1891 3.94976 14.1248 3.79112 14.0506C3.4447 13.8885 2.97483 13.6299 2.62849 13.1959C2.24058 12.7098 2.07004 12.083 2.22151 11.365C2.54568 9.82833 3.99142 9.44433 4.75598 9.30082C4.97305 9.26008 5.18352 9.23035 5.36087 9.20574C5.37272 9.2041 5.38436 9.20248 5.39582 9.2009C5.43821 9.19502 5.47796 9.18951 5.51542 9.18424C5.61483 7.05895 6.19378 5.32139 7.24759 4.07011ZM8.77735 5.35846C8.01533 6.26327 7.49997 7.71867 7.49997 9.85714V9.96228L7.4781 10.0651C7.36668 10.5892 6.96437 10.8336 6.76444 10.9277C6.55376 11.0269 6.32735 11.0761 6.16722 11.1058C6.01123 11.1348 5.83742 11.1589 5.68179 11.1804C5.66625 11.1825 5.65088 11.1847 5.63573 11.1868C5.45838 11.2114 5.29025 11.2355 5.12494 11.2665C4.35999 11.4101 4.2159 11.6002 4.17844 11.7778C4.15178 11.9042 4.1748 11.9296 4.18806 11.9442C4.1894 11.9457 4.19065 11.947 4.19173 11.9484C4.24504 12.0152 4.37304 12.1147 4.63867 12.239C4.76311 12.2972 4.89394 12.3505 5.03949 12.4087C5.05104 12.4134 5.06285 12.4181 5.07488 12.4229C5.2016 12.4736 5.35282 12.534 5.48646 12.5966C5.6173 12.6579 5.83672 12.7677 6.02161 12.9451C6.23755 13.1522 6.49946 13.5565 6.3728 14.0887C6.00824 15.6205 5.08855 17.0942 4.21053 18.2445C4.20735 18.2504 4.19426 18.2799 4.19451 18.3496C4.19485 18.445 4.222 18.5751 4.28737 18.7119C4.35267 18.8486 4.43795 18.954 4.51509 19.0173C4.57857 19.0694 4.61441 19.0766 4.61911 19.0773C5.27019 19.1055 5.96946 19.1727 6.67907 19.3019C7.16246 19.3899 7.6398 19.5637 8.07989 19.7456C8.32241 19.8458 8.60112 19.9695 8.87176 20.0896C9.06094 20.1735 9.24618 20.2558 9.41237 20.327C10.3108 20.712 11.1498 21 12 21C12.8502 21 13.6891 20.712 14.5876 20.327C14.7538 20.2558 14.939 20.1735 15.1282 20.0896C15.3988 19.9695 15.6775 19.8458 15.9201 19.7456C16.3601 19.5637 16.8375 19.3899 17.3209 19.3019C18.0305 19.1727 18.7298 19.1055 19.3808 19.0773C19.3856 19.0765 19.4214 19.0694 19.4849 19.0173C19.562 18.954 19.6473 18.8486 19.7126 18.7119C19.7779 18.5751 19.8051 18.445 19.8054 18.3496C19.8058 18.2566 19.7823 18.2353 19.7904 18.2458C18.9121 17.0954 17.9918 15.6211 17.6271 14.0887C17.4917 13.5198 17.8013 13.1083 18.0141 12.9192C18.2033 12.751 18.4261 12.6464 18.5614 12.5869C18.6956 12.5278 18.8479 12.4701 18.9782 12.4207C18.9947 12.4144 19.0108 12.4083 19.0265 12.4024C19.1787 12.3445 19.316 12.2911 19.4449 12.233C19.7142 12.1117 19.8296 12.0191 19.8693 11.9718C19.8679 11.9554 19.8631 11.9248 19.8478 11.8769C19.7569 11.5935 19.4997 11.4012 18.7987 11.2654C18.6392 11.2345 18.4784 11.2106 18.3084 11.1859C18.2957 11.184 18.2828 11.1822 18.2697 11.1803C18.1195 11.1586 17.9495 11.134 17.7967 11.104C17.6419 11.0737 17.418 11.0226 17.2083 10.9183C16.9978 10.8136 16.628 10.5646 16.5218 10.0651L16.5 9.96228V9.85714C16.5 7.90789 15.9926 6.43652 15.211 5.47359C14.4459 4.53088 13.3608 4 12 4C10.5955 4 9.52013 4.47649 8.77735 5.35846Z",
17
+ fill: l
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ n as default
24
+ };