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,22 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: o = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ fill: l,
15
+ d: "M12 2.03998C6.5 2.03998 2 6.52998 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.84998C10.44 7.33998 11.93 5.95998 14.22 5.95998C15.31 5.95998 16.45 6.14998 16.45 6.14998V8.61998H15.19C13.95 8.61998 13.56 9.38998 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96C15.9164 21.5878 18.0622 20.3855 19.6099 18.57C21.1576 16.7546 22.0054 14.4456 22 12.06C22 6.52998 17.5 2.03998 12 2.03998Z"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ s as default
22
+ };
@@ -0,0 +1,21 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const h = ({ size: l = 24, color: s = "currentColor", ...i }) => /* @__PURE__ */ t.jsxs(
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
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx("path", { d: "M0 3H16V1H0V3Z", fill: s }),
13
+ /* @__PURE__ */ t.jsx("path", { d: "M2 7H14V5H2V7Z", fill: s }),
14
+ /* @__PURE__ */ t.jsx("path", { d: "M4 11H12V9H4V11Z", fill: s }),
15
+ /* @__PURE__ */ t.jsx("path", { d: "M10 15H6V13H10V15Z", fill: s })
16
+ ]
17
+ }
18
+ );
19
+ export {
20
+ h as default
21
+ };
@@ -0,0 +1,25 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: t = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ C.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__ */ C.jsx(
12
+ "path",
13
+ {
14
+ d: "M21 6H19M21 12H16M21 18H16M7 20V13.5612C7 13.3532 7 13.2492 6.97958 13.1497C6.96147 13.0615 6.93151 12.9761 6.89052 12.8958C6.84431 12.8054 6.77934 12.7242 6.64939 12.5617L3.35061 8.43826C3.22066 8.27583 3.15569 8.19461 3.10948 8.10417C3.06849 8.02393 3.03853 7.93852 3.02042 7.85026C3 7.75078 3 7.64677 3 7.43875V5.6C3 5.03995 3 4.75992 3.10899 4.54601C3.20487 4.35785 3.35785 4.20487 3.54601 4.10899C3.75992 4 4.03995 4 4.6 4H13.4C13.9601 4 14.2401 4 14.454 4.10899C14.6422 4.20487 14.7951 4.35785 14.891 4.54601C15 4.75992 15 5.03995 15 5.6V7.43875C15 7.64677 15 7.75078 14.9796 7.85026C14.9615 7.93852 14.9315 8.02393 14.8905 8.10417C14.8443 8.19461 14.7793 8.27583 14.6494 8.43826L11.3506 12.5617C11.2207 12.7242 11.1557 12.8054 11.1095 12.8958C11.0685 12.9761 11.0385 13.0615 11.0204 13.1497C11 13.2492 11 13.3532 11 13.5612V17L7 20Z",
15
+ stroke: o,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ s as default
25
+ };
@@ -0,0 +1,22 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: C = 24, color: l = "currentColor", ...i }) => /* @__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
+ ...i,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M19 3H5C3.58579 3 2.87868 3 2.43934 3.4122C2 3.8244 2 4.48782 2 5.81466V6.50448C2 7.54232 2 8.06124 2.2596 8.49142C2.5192 8.9216 2.99347 9.18858 3.94202 9.72255L6.85504 11.3624C7.49146 11.7206 7.80967 11.8998 8.03751 12.0976C8.51199 12.5095 8.80408 12.9935 8.93644 13.5872C9 13.8722 9 14.2058 9 14.8729L9 17.5424C9 18.452 9 18.9067 9.25192 19.2613C9.50385 19.6158 9.95128 19.7907 10.8462 20.1406C12.7248 20.875 13.6641 21.2422 14.3321 20.8244C15 20.4066 15 19.4519 15 17.5424V14.8729C15 14.2058 15 13.8722 15.0636 13.5872C15.1959 12.9935 15.488 12.5095 15.9625 12.0976C16.1903 11.8998 16.5085 11.7206 17.145 11.3624L20.058 9.72255C21.0065 9.18858 21.4808 8.9216 21.7404 8.49142C22 8.06124 22 7.54232 22 6.50448V5.81466C22 4.48782 22 3.8244 21.5607 3.4122C21.1213 3 20.4142 3 19 3Z",
15
+ fill: l
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ r as default
22
+ };
@@ -0,0 +1,23 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__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
+ ...r,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M19 3H5C3.58579 3 2.87868 3 2.43934 3.4122C2 3.8244 2 4.48782 2 5.81466V6.50448C2 7.54232 2 8.06124 2.2596 8.49142C2.5192 8.9216 2.99347 9.18858 3.94202 9.72255L6.85504 11.3624C7.49146 11.7206 7.80967 11.8998 8.03751 12.0976C8.51199 12.5095 8.80408 12.9935 8.93644 13.5872C9 13.8722 9 14.2058 9 14.8729L9 17.5424C9 18.452 9 18.9067 9.25192 19.2613C9.50385 19.6158 9.95128 19.7907 10.8462 20.1406C12.7248 20.875 13.6641 21.2422 14.3321 20.8244C15 20.4066 15 19.4519 15 17.5424V14.8729C15 14.2058 15 13.8722 15.0636 13.5872C15.1959 12.9935 15.488 12.5095 15.9625 12.0976C16.1903 11.8998 16.5085 11.7206 17.145 11.3624L20.058 9.72255C21.0065 9.18858 21.4808 8.9216 21.7404 8.49142C22 8.06124 22 7.54232 22 6.50448V5.81466C22 4.48782 22 3.8244 21.5607 3.4122C21.1213 3 20.4142 3 19 3Z",
15
+ stroke: o,
16
+ strokeWidth: "1.5"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ s as default
23
+ };
@@ -0,0 +1,23 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const h = ({ size: l = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ e.jsx(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 1920 1920",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fill: o,
15
+ d: "M1146.616-.012V232.38h376.821L232.391 1523.309v-376.705H0V1920h773.629v-232.39H396.69L1687.737 396.68V773.5h232.275V-.011z",
16
+ fillRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ h as default
23
+ };
@@ -0,0 +1,23 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const h = ({ size: l = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ e.jsx(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 1920 1920",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fill: o,
15
+ d: "M1158.513-.012v123.68h550.5L123.68 1708.878V1158.5H0V1920h761.5v-123.68H211.121l1585.21-1585.21v550.5h123.68V-.011z",
16
+ fillRule: "evenodd"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ h as default
23
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447ZM10.7474 5.99364C10.7509 6.40784 10.4179 6.74646 10.0038 6.74997C9.14788 6.75723 8.55011 6.7855 8.10037 6.8736C7.67158 6.95759 7.43423 7.08568 7.25996 7.25996C7.08568 7.43423 6.95759 7.67158 6.8736 8.10037C6.7855 8.55011 6.75723 9.14788 6.74997 10.0038C6.74646 10.4179 6.40784 10.7509 5.99364 10.7474C5.57944 10.7439 5.24652 10.4052 5.25003 9.99103C5.25724 9.14035 5.28357 8.41444 5.40157 7.81203C5.52367 7.18869 5.75316 6.64543 6.1993 6.1993C6.64543 5.75316 7.18869 5.52367 7.81203 5.40157C8.41444 5.28357 9.14035 5.25724 9.99103 5.25003C10.4052 5.24652 10.7439 5.57944 10.7474 5.99364ZM13.2502 5.99364C13.2537 5.57944 13.5923 5.24652 14.0065 5.25003C14.8572 5.25724 15.5831 5.28357 16.1855 5.40157C16.8089 5.52367 17.3521 5.75316 17.7983 6.1993C18.2444 6.64543 18.4739 7.18869 18.596 7.81203C18.714 8.41444 18.7403 9.14035 18.7475 9.99103C18.751 10.4052 18.4181 10.7439 18.0039 10.7474C17.5897 10.7509 17.2511 10.4179 17.2476 10.0038C17.2403 9.14788 17.2121 8.55011 17.124 8.10037C17.04 7.67158 16.9119 7.43423 16.7376 7.25996C16.5633 7.08568 16.326 6.95759 15.8972 6.8736C15.4475 6.7855 14.8497 6.75723 13.9938 6.74997C13.5796 6.74646 13.2467 6.40784 13.2502 5.99364ZM6.74997 13.9943C6.74646 13.5801 6.40784 13.2472 5.99364 13.2507C5.57944 13.2542 5.24652 13.5928 5.25003 14.007C5.25724 14.8577 5.28357 15.5836 5.40157 16.186C5.52367 16.8094 5.75316 17.3526 6.1993 17.7988C6.64543 18.2449 7.18869 18.4744 7.81203 18.5965C8.41444 18.7145 9.14035 18.7408 9.99103 18.748C10.4052 18.7515 10.7439 18.4186 10.7474 18.0044C10.7509 17.5902 10.4179 17.2516 10.0038 17.2481C9.14788 17.2408 8.55011 17.2125 8.10037 17.1245C7.67158 17.0405 7.43423 16.9124 7.25996 16.7381C7.08568 16.5638 6.95759 16.3265 6.8736 15.8977C6.7855 15.4479 6.75723 14.8502 6.74997 13.9943ZM18.0039 13.2507C18.4181 13.2542 18.751 13.5928 18.7475 14.007C18.7403 14.8577 18.714 15.5836 18.596 16.186C18.4739 16.8094 18.2444 17.3526 17.7983 17.7988C17.3521 18.2449 16.8089 18.4744 16.1855 18.5965C15.5831 18.7145 14.8572 18.7408 14.0065 18.748C13.5923 18.7515 13.2537 18.4186 13.2502 18.0044C13.2467 17.5902 13.5796 17.2516 13.9938 17.2481C14.8497 17.2408 15.4475 17.2125 15.8972 17.1245C16.326 17.0405 16.5633 16.9124 16.7376 16.7381C16.9119 16.5638 17.04 16.3265 17.124 15.8977C17.2121 15.4479 17.2403 14.8502 17.2476 13.9943C17.2511 13.5801 17.5897 13.2472 18.0039 13.2507Z",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -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: "M11.9426 1.25H12.0574C14.3658 1.24999 16.1748 1.24998 17.5863 1.43975C19.031 1.63399 20.1711 2.03933 21.0659 2.93414C21.9607 3.82895 22.366 4.96897 22.5603 6.41371C22.75 7.82519 22.75 9.63423 22.75 11.9426V12.0574C22.75 14.3658 22.75 16.1748 22.5603 17.5863C22.366 19.031 21.9607 20.1711 21.0659 21.0659C20.1711 21.9607 19.031 22.366 17.5863 22.5603C16.1748 22.75 14.3658 22.75 12.0574 22.75H11.9426C9.63423 22.75 7.82519 22.75 6.41371 22.5603C4.96897 22.366 3.82895 21.9607 2.93414 21.0659C2.03933 20.1711 1.63399 19.031 1.43975 17.5863C1.24998 16.1748 1.24999 14.3658 1.25 12.0574V11.9426C1.24999 9.63423 1.24998 7.82519 1.43975 6.41371C1.63399 4.96897 2.03933 3.82895 2.93414 2.93414C3.82895 2.03933 4.96897 1.63399 6.41371 1.43975C7.82519 1.24998 9.63423 1.24999 11.9426 1.25ZM6.61358 2.92637C5.33517 3.09825 4.56445 3.42514 3.9948 3.9948C3.42514 4.56445 3.09825 5.33517 2.92637 6.61358C2.75159 7.91356 2.75 9.62178 2.75 12C2.75 14.3782 2.75159 16.0864 2.92637 17.3864C3.09825 18.6648 3.42514 19.4355 3.9948 20.0052C4.56445 20.5749 5.33517 20.9018 6.61358 21.0736C7.91356 21.2484 9.62178 21.25 12 21.25C14.3782 21.25 16.0864 21.2484 17.3864 21.0736C18.6648 20.9018 19.4355 20.5749 20.0052 20.0052C20.5749 19.4355 20.9018 18.6648 21.0736 17.3864C21.2484 16.0864 21.25 14.3782 21.25 12C21.25 9.62178 21.2484 7.91356 21.0736 6.61358C20.9018 5.33517 20.5749 4.56445 20.0052 3.9948C19.4355 3.42514 18.6648 3.09825 17.3864 2.92637C16.0864 2.75159 14.3782 2.75 12 2.75C9.62178 2.75 7.91356 2.75159 6.61358 2.92637ZM10.7474 5.99364C10.7509 6.40784 10.4179 6.74646 10.0038 6.74997C9.14788 6.75723 8.55011 6.7855 8.10037 6.8736C7.67158 6.95759 7.43423 7.08568 7.25996 7.25996C7.08568 7.43423 6.95759 7.67158 6.8736 8.10037C6.7855 8.55011 6.75723 9.14788 6.74997 10.0038C6.74646 10.4179 6.40784 10.7509 5.99364 10.7474C5.57944 10.7439 5.24652 10.4052 5.25003 9.99103C5.25724 9.14035 5.28357 8.41444 5.40157 7.81203C5.52367 7.18869 5.75316 6.64543 6.1993 6.1993C6.64543 5.75316 7.18869 5.52367 7.81203 5.40157C8.41444 5.28357 9.14035 5.25724 9.99103 5.25003C10.4052 5.24652 10.7439 5.57944 10.7474 5.99364ZM13.2502 5.99364C13.2537 5.57944 13.5923 5.24652 14.0065 5.25003C14.8572 5.25724 15.5831 5.28357 16.1855 5.40157C16.8089 5.52367 17.3521 5.75316 17.7983 6.1993C18.2444 6.64543 18.4739 7.18869 18.596 7.81203C18.714 8.41444 18.7403 9.14035 18.7475 9.99103C18.751 10.4052 18.4181 10.7439 18.0039 10.7474C17.5897 10.7509 17.2511 10.4179 17.2476 10.0038C17.2403 9.14788 17.2121 8.55011 17.124 8.10037C17.04 7.67158 16.9119 7.43423 16.7376 7.25996C16.5633 7.08568 16.326 6.95759 15.8972 6.8736C15.4475 6.7855 14.8497 6.75723 13.9938 6.74997C13.5796 6.74646 13.2467 6.40784 13.2502 5.99364ZM5.99364 13.2502C6.40784 13.2467 6.74646 13.5796 6.74997 13.9938C6.75723 14.8497 6.7855 15.4475 6.8736 15.8972C6.95759 16.326 7.08568 16.5633 7.25996 16.7376C7.43423 16.9119 7.67158 17.04 8.10037 17.124C8.55011 17.2121 9.14788 17.2403 10.0038 17.2476C10.4179 17.2511 10.7509 17.5897 10.7474 18.0039C10.7439 18.4181 10.4052 18.751 9.99103 18.7475C9.14035 18.7403 8.41444 18.714 7.81203 18.596C7.18869 18.4739 6.64543 18.2444 6.1993 17.7983C5.75316 17.3521 5.52367 16.8089 5.40157 16.1855C5.28357 15.5831 5.25724 14.8572 5.25003 14.0065C5.24652 13.5923 5.57944 13.2537 5.99364 13.2502ZM18.0039 13.2502C18.4181 13.2537 18.751 13.5923 18.7475 14.0065C18.7403 14.8572 18.714 15.5831 18.596 16.1855C18.4739 16.8089 18.2444 17.3521 17.7983 17.7983C17.3521 18.2444 16.8089 18.4739 16.1855 18.596C15.5831 18.714 14.8572 18.7403 14.0065 18.7475C13.5923 18.751 13.2537 18.4181 13.2502 18.0039C13.2467 17.5897 13.5796 17.2511 13.9938 17.2476C14.8497 17.2403 15.4475 17.2121 15.8972 17.124C16.326 17.04 16.5633 16.9119 16.7376 16.7376C16.9119 16.5633 17.04 16.326 17.124 15.8972C17.2121 15.4475 17.2403 14.8497 17.2476 13.9938C17.2511 13.5796 17.5897 13.2467 18.0039 13.2502Z",
17
+ fill: l
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ n as default
24
+ };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const o = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ e.jsxs(
2
+ const t = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: d,
@@ -41,5 +40,5 @@ const o = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */
41
40
  }
42
41
  );
43
42
  export {
44
- o as default
43
+ t as default
45
44
  };
@@ -1,5 +1,4 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const h = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
@@ -1,6 +1,5 @@
1
- import { j as o } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const s = ({ size: t = 24, color: r = "currentColor", ...l }) => /* @__PURE__ */ o.jsx(
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: t = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -8,12 +7,12 @@ const s = ({ size: t = 24, color: r = "currentColor", ...l }) => /* @__PURE__ */
8
7
  viewBox: "0 0 16 16",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...l,
12
- children: /* @__PURE__ */ o.jsx(
10
+ ...r,
11
+ children: /* @__PURE__ */ l.jsx(
13
12
  "path",
14
13
  {
15
14
  d: "M1.24264 8.24264L8 15L14.7574 8.24264C15.553 7.44699 16 6.36786 16 5.24264V5.05234C16 2.8143 14.1857 1 11.9477 1C10.7166 1 9.55233 1.55959 8.78331 2.52086L8 3.5L7.21669 2.52086C6.44767 1.55959 5.28338 1 4.05234 1C1.8143 1 0 2.8143 0 5.05234V5.24264C0 6.36786 0.44699 7.44699 1.24264 8.24264Z",
16
- fill: r
15
+ fill: o
17
16
  }
18
17
  )
19
18
  }
@@ -1,6 +1,5 @@
1
1
  import { j as o } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const s = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
2
+ const i = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -24,5 +23,5 @@ const s = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- s as default
26
+ i as default
28
27
  };
@@ -0,0 +1,25 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: t = 24, color: r = "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("g", { children: /* @__PURE__ */ o.jsx(
12
+ "path",
13
+ {
14
+ d: "M8.19531 8.76498C8.42304 8.06326 8.84053 7.43829 9.40137 6.95899C9.96221 6.47968 10.6444 6.16501 11.373 6.0494C12.1017 5.9338 12.8486 6.02202 13.5303 6.3042C14.2119 6.58637 14.8016 7.05166 15.2354 7.64844C15.6691 8.24521 15.9295 8.95008 15.9875 9.68554C16.0455 10.421 15.8985 11.1581 15.5636 11.8154C15.2287 12.4728 14.7192 13.0251 14.0901 13.4106C13.4611 13.7961 12.7377 14.0002 12 14.0002V14.9998M12.0498 19V19.1L11.9502 19.1002V19H12.0498Z",
15
+ stroke: r,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ ) })
21
+ }
22
+ );
23
+ export {
24
+ n as default
25
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 9C11.7015 9 11.4344 9.12956 11.2497 9.33882C10.8843 9.75289 10.2523 9.79229 9.83827 9.42683C9.4242 9.06136 9.3848 8.42942 9.75026 8.01535C10.2985 7.3942 11.1038 7 12 7C13.6569 7 15 8.34315 15 10C15 11.3072 14.1647 12.4171 13 12.829V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V12.5C11 11.6284 11.6873 11.112 12.2482 10.9692C12.681 10.859 13 10.4655 13 10C13 9.44772 12.5523 9 12 9ZM12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17H12.01C12.5623 17 13.01 16.5523 13.01 16C13.01 15.4477 12.5623 15 12.01 15H12Z",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,45 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",
16
+ stroke: e,
17
+ strokeWidth: "2"
18
+ }
19
+ ),
20
+ /* @__PURE__ */ t.jsx(
21
+ "path",
22
+ {
23
+ d: "M10.5 8.67709C10.8665 8.26188 11.4027 8 12 8C13.1046 8 14 8.89543 14 10C14 10.9337 13.3601 11.718 12.4949 11.9383C12.2273 12.0064 12 12.2239 12 12.5V12.5V13",
24
+ stroke: e,
25
+ strokeWidth: "2",
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ t.jsx(
31
+ "path",
32
+ {
33
+ d: "M12 16H12.01",
34
+ stroke: e,
35
+ strokeWidth: "2",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round"
38
+ }
39
+ )
40
+ ]
41
+ }
42
+ );
43
+ export {
44
+ n as default
45
+ };
@@ -1,5 +1,4 @@
1
1
  import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const V = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ 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 n = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */
21
20
  }
22
21
  );
23
22
  export {
24
- n as default
23
+ i as default
25
24
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: t = 24, color: s = "currentColor", ...o }) => /* @__PURE__ */ C.jsxs(
2
+ const i = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -8,7 +7,7 @@ const r = ({ size: t = 24, color: s = "currentColor", ...o }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...o,
10
+ ...l,
12
11
  children: [
13
12
  /* @__PURE__ */ C.jsx(
14
13
  "path",
@@ -28,5 +27,5 @@ const r = ({ size: t = 24, color: s = "currentColor", ...o }) => /* @__PURE__ */
28
27
  }
29
28
  );
30
29
  export {
31
- r as default
30
+ i as default
32
31
  };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: l = 24, color: C = "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: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11V17C11.25 17.4142 11.5858 17.75 12 17.75ZM12 7C12.5523 7 13 7.44772 13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7Z",
17
+ fill: C
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,20 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: s = 24, color: r = "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("circle", { cx: "12", cy: "12", r: "10", stroke: r, strokeWidth: "1.5" }),
13
+ /* @__PURE__ */ t.jsx("path", { d: "M12 17V11", stroke: r, strokeWidth: "1.5", strokeLinecap: "round" }),
14
+ /* @__PURE__ */ t.jsx("circle", { cx: "1", cy: "1", r: "1", transform: "matrix(1 0 0 -1 11 9)", fill: r })
15
+ ]
16
+ }
17
+ );
18
+ export {
19
+ o as default
20
+ };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22ZM12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11V17C11.25 17.4142 11.5858 17.75 12 17.75ZM12 7C12.5523 7 13 7.44772 13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7Z",
17
+ fill: l
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: s = 24, color: r = "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("path", { d: "M12 17V11", stroke: r, strokeWidth: "1.5", strokeLinecap: "round" }),
13
+ /* @__PURE__ */ t.jsx("circle", { cx: "1", cy: "1", r: "1", transform: "matrix(1 0 0 -1 11 9)", fill: r }),
14
+ /* @__PURE__ */ t.jsx(
15
+ "path",
16
+ {
17
+ d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z",
18
+ stroke: r,
19
+ strokeWidth: "1.5"
20
+ }
21
+ )
22
+ ]
23
+ }
24
+ );
25
+ export {
26
+ i as default
27
+ };
@@ -0,0 +1,25 @@
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: l = 24, color: s = "currentColor", ...t }) => /* @__PURE__ */ c.jsxs(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ c.jsx("title", { children: "instagram" }),
13
+ /* @__PURE__ */ c.jsx(
14
+ "path",
15
+ {
16
+ fill: s,
17
+ d: "M25.805 7.996c0 0 0 0.001 0 0.001 0 0.994-0.806 1.799-1.799 1.799s-1.799-0.806-1.799-1.799c0-0.994 0.806-1.799 1.799-1.799v0c0.993 0.001 1.798 0.805 1.799 1.798v0zM16 20.999c-2.761 0-4.999-2.238-4.999-4.999s2.238-4.999 4.999-4.999c2.761 0 4.999 2.238 4.999 4.999v0c0 0 0 0.001 0 0.001 0 2.76-2.237 4.997-4.997 4.997-0 0-0.001 0-0.001 0h0zM16 8.3c0 0 0 0-0 0-4.253 0-7.7 3.448-7.7 7.7s3.448 7.7 7.7 7.7c4.253 0 7.7-3.448 7.7-7.7v0c0-0 0-0 0-0.001 0-4.252-3.447-7.7-7.7-7.7-0 0-0 0-0.001 0h0zM16 3.704c4.003 0 4.48 0.020 6.061 0.089 1.003 0.012 1.957 0.202 2.84 0.538l-0.057-0.019c1.314 0.512 2.334 1.532 2.835 2.812l0.012 0.034c0.316 0.826 0.504 1.781 0.516 2.778l0 0.005c0.071 1.582 0.087 2.057 0.087 6.061s-0.019 4.48-0.092 6.061c-0.019 1.004-0.21 1.958-0.545 2.841l0.019-0.058c-0.258 0.676-0.64 1.252-1.123 1.726l-0.001 0.001c-0.473 0.484-1.049 0.866-1.692 1.109l-0.032 0.011c-0.829 0.316-1.787 0.504-2.788 0.516l-0.005 0c-1.592 0.071-2.061 0.087-6.072 0.087-4.013 0-4.481-0.019-6.072-0.092-1.008-0.019-1.966-0.21-2.853-0.545l0.059 0.019c-0.676-0.254-1.252-0.637-1.722-1.122l-0.001-0.001c-0.489-0.47-0.873-1.047-1.114-1.693l-0.010-0.031c-0.315-0.828-0.506-1.785-0.525-2.785l-0-0.008c-0.056-1.575-0.076-2.061-0.076-6.053 0-3.994 0.020-4.481 0.076-6.075 0.019-1.007 0.209-1.964 0.544-2.85l-0.019 0.059c0.247-0.679 0.632-1.257 1.123-1.724l0.002-0.002c0.468-0.492 1.045-0.875 1.692-1.112l0.031-0.010c0.823-0.318 1.774-0.509 2.768-0.526l0.007-0c1.593-0.056 2.062-0.075 6.072-0.075zM16 1.004c-4.074 0-4.582 0.019-6.182 0.090-1.315 0.028-2.562 0.282-3.716 0.723l0.076-0.025c-1.040 0.397-1.926 0.986-2.656 1.728l-0.001 0.001c-0.745 0.73-1.333 1.617-1.713 2.607l-0.017 0.050c-0.416 1.078-0.67 2.326-0.697 3.628l-0 0.012c-0.075 1.6-0.090 2.108-0.090 6.182s0.019 4.582 0.090 6.182c0.028 1.315 0.282 2.562 0.723 3.716l-0.025-0.076c0.796 2.021 2.365 3.59 4.334 4.368l0.052 0.018c1.078 0.415 2.326 0.669 3.628 0.697l0.012 0c1.6 0.075 2.108 0.090 6.182 0.090s4.582-0.019 6.182-0.090c1.315-0.029 2.562-0.282 3.716-0.723l-0.076 0.026c2.021-0.796 3.59-2.365 4.368-4.334l0.018-0.052c0.416-1.078 0.669-2.326 0.697-3.628l0-0.012c0.075-1.6 0.090-2.108 0.090-6.182s-0.019-4.582-0.090-6.182c-0.029-1.315-0.282-2.562-0.723-3.716l0.026 0.076c-0.398-1.040-0.986-1.926-1.729-2.656l-0.001-0.001c-0.73-0.745-1.617-1.333-2.607-1.713l-0.050-0.017c-1.078-0.416-2.326-0.67-3.628-0.697l-0.012-0c-1.6-0.075-2.108-0.090-6.182-0.090z"
18
+ }
19
+ )
20
+ ]
21
+ }
22
+ );
23
+ export {
24
+ i as default
25
+ };
@@ -0,0 +1,49 @@
1
+ import { j as s } from "../../../_virtual/jsx-runtime.js";
2
+ const h = ({ size: t = 24, color: n = "currentColor", ...l }) => /* @__PURE__ */ s.jsx(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "-143 145 512 512",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: /* @__PURE__ */ s.jsxs("g", { children: [
12
+ /* @__PURE__ */ s.jsx(
13
+ "path",
14
+ {
15
+ fill: n,
16
+ d: `M113,446c24.8,0,45.1-20.2,45.1-45.1c0-9.8-3.2-18.9-8.5-26.3c-8.2-11.3-21.5-18.8-36.5-18.8s-28.3,7.4-36.5,18.8
17
+ c-5.3,7.4-8.5,16.5-8.5,26.3C68,425.8,88.2,446,113,446z`
18
+ }
19
+ ),
20
+ /* @__PURE__ */ s.jsx(
21
+ "polygon",
22
+ {
23
+ fill: n,
24
+ points: "211.4,345.9 211.4,308.1 211.4,302.5 205.8,302.5 168,302.6 168.2,346 "
25
+ }
26
+ ),
27
+ /* @__PURE__ */ s.jsx(
28
+ "path",
29
+ {
30
+ fill: n,
31
+ d: `M183,401c0,38.6-31.4,70-70,70c-38.6,0-70-31.4-70-70c0-9.3,1.9-18.2,5.2-26.3H10v104.8C10,493,21,504,34.5,504h157
32
+ c13.5,0,24.5-11,24.5-24.5V374.7h-38.2C181.2,382.8,183,391.7,183,401z`
33
+ }
34
+ ),
35
+ /* @__PURE__ */ s.jsx(
36
+ "path",
37
+ {
38
+ fill: n,
39
+ d: `M113,145c-141.4,0-256,114.6-256,256s114.6,256,256,256s256-114.6,256-256S254.4,145,113,145z M241,374.7v104.8
40
+ c0,27.3-22.2,49.5-49.5,49.5h-157C7.2,529-15,506.8-15,479.5V374.7v-52.3c0-27.3,22.2-49.5,49.5-49.5h157
41
+ c27.3,0,49.5,22.2,49.5,49.5V374.7z`
42
+ }
43
+ )
44
+ ] })
45
+ }
46
+ );
47
+ export {
48
+ h as default
49
+ };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M22 8.29344C22 11.7692 19.1708 14.5869 15.6807 14.5869C15.0439 14.5869 13.5939 14.4405 12.8885 13.8551L12.0067 14.7333C11.4883 15.2496 11.6283 15.4016 11.8589 15.652C11.9551 15.7565 12.0672 15.8781 12.1537 16.0505C12.1537 16.0505 12.8885 17.075 12.1537 18.0995C11.7128 18.6849 10.4783 19.5045 9.06754 18.0995L8.77362 18.3922C8.77362 18.3922 9.65538 19.4167 8.92058 20.4412C8.4797 21.0267 7.30403 21.6121 6.27531 20.5876L5.2466 21.6121C4.54119 22.3146 3.67905 21.9048 3.33616 21.6121L2.45441 20.7339C1.63143 19.9143 2.1115 19.0264 2.45441 18.6849L10.0963 11.0743C10.0963 11.0743 9.3615 9.90338 9.3615 8.29344C9.3615 4.81767 12.1907 2 15.6807 2C19.1708 2 22 4.81767 22 8.29344ZM15.681 10.4889C16.8984 10.4889 17.8853 9.50601 17.8853 8.29353C17.8853 7.08105 16.8984 6.09814 15.681 6.09814C14.4635 6.09814 13.4766 7.08105 13.4766 8.29353C13.4766 9.50601 14.4635 10.4889 15.681 10.4889Z",
17
+ fill: l
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };