meticulous-ui 3.7.11 → 3.7.13

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 (1023) hide show
  1. package/cjs/colors/amber.cjs +1 -19
  2. package/cjs/colors/black.cjs +1 -16
  3. package/cjs/colors/blue.cjs +1 -20
  4. package/cjs/colors/blueGray.cjs +1 -15
  5. package/cjs/colors/brown.cjs +1 -16
  6. package/cjs/colors/cider.cjs +1 -15
  7. package/cjs/colors/colorMap.cjs +1 -51
  8. package/cjs/colors/cyan.cjs +1 -19
  9. package/cjs/colors/deepOrange.cjs +1 -19
  10. package/cjs/colors/deepPurple.cjs +1 -19
  11. package/cjs/colors/green.cjs +1 -20
  12. package/cjs/colors/grey.cjs +1 -16
  13. package/cjs/colors/indigo.cjs +1 -20
  14. package/cjs/colors/lightBlue.cjs +1 -19
  15. package/cjs/colors/lightGreen.cjs +1 -19
  16. package/cjs/colors/lime.cjs +1 -19
  17. package/cjs/colors/orange.cjs +1 -20
  18. package/cjs/colors/pink.cjs +1 -20
  19. package/cjs/colors/purple.cjs +1 -20
  20. package/cjs/colors/red.cjs +1 -20
  21. package/cjs/colors/teal.cjs +1 -20
  22. package/cjs/colors/violet.cjs +1 -20
  23. package/cjs/colors/white.cjs +1 -5
  24. package/cjs/colors/yellow.cjs +1 -20
  25. package/cjs/components/Button/Button.cjs +20 -155
  26. package/cjs/components/Button/constants.cjs +1 -33
  27. package/cjs/components/Button/index.cjs +1 -4
  28. package/cjs/components/Carousel/Carousel.cjs +24 -250
  29. package/cjs/components/Carousel/index.cjs +1 -4
  30. package/cjs/components/DatePicker/DatePicker.cjs +48 -373
  31. package/cjs/components/DatePicker/constants.cjs +1 -11
  32. package/cjs/components/DatePicker/index.cjs +1 -4
  33. package/cjs/components/DatePicker/utils.cjs +1 -44
  34. package/cjs/components/Dropdown/Dropdown.cjs +34 -363
  35. package/cjs/components/Dropdown/constants.cjs +1 -5
  36. package/cjs/components/Dropdown/index.cjs +1 -4
  37. package/cjs/components/Glass/Glass.cjs +3 -17
  38. package/cjs/components/Glass/index.cjs +1 -4
  39. package/cjs/components/Icons/Add.cjs +1 -15
  40. package/cjs/components/Icons/AddCircle.cjs +1 -12
  41. package/cjs/components/Icons/AddCircleFilled.cjs +1 -9
  42. package/cjs/components/Icons/ArrowDown.cjs +1 -9
  43. package/cjs/components/Icons/ArrowLeft.cjs +1 -9
  44. package/cjs/components/Icons/ArrowRight.cjs +1 -9
  45. package/cjs/components/Icons/ArrowUp.cjs +1 -9
  46. package/cjs/components/Icons/BagFilled.cjs +1 -9
  47. package/cjs/components/Icons/BagOutline.cjs +1 -12
  48. package/cjs/components/Icons/BellFilled.cjs +1 -12
  49. package/cjs/components/Icons/BellOffFilled.cjs +1 -13
  50. package/cjs/components/Icons/BellOffOutline.cjs +1 -13
  51. package/cjs/components/Icons/BellOutline.cjs +1 -12
  52. package/cjs/components/Icons/BookmarkFilled.cjs +1 -14
  53. package/cjs/components/Icons/BookmarkOutline.cjs +1 -9
  54. package/cjs/components/Icons/BoxCoveredFilled.cjs +1 -14
  55. package/cjs/components/Icons/BoxCoveredOutline.cjs +1 -12
  56. package/cjs/components/Icons/BoxFilled.cjs +1 -13
  57. package/cjs/components/Icons/BoxOutline.cjs +1 -12
  58. package/cjs/components/Icons/CalendarDays.cjs +1 -9
  59. package/cjs/components/Icons/CalendarLinesPen.cjs +1 -9
  60. package/cjs/components/Icons/CartCheckFilled.cjs +1 -13
  61. package/cjs/components/Icons/CartCheckOutline.cjs +1 -14
  62. package/cjs/components/Icons/CartCrossFilled.cjs +1 -13
  63. package/cjs/components/Icons/CartCrossOutline.cjs +1 -14
  64. package/cjs/components/Icons/CartFilled.cjs +1 -13
  65. package/cjs/components/Icons/CartMinusFilled.cjs +1 -13
  66. package/cjs/components/Icons/CartMinusOutline.cjs +1 -15
  67. package/cjs/components/Icons/CartOutline.cjs +1 -14
  68. package/cjs/components/Icons/CartPlusFilled.cjs +1 -13
  69. package/cjs/components/Icons/CartPlusOutline.cjs +1 -14
  70. package/cjs/components/Icons/Check.cjs +1 -9
  71. package/cjs/components/Icons/CheckDouble.cjs +1 -9
  72. package/cjs/components/Icons/ChevronDown.cjs +1 -9
  73. package/cjs/components/Icons/ChevronLeft.cjs +1 -9
  74. package/cjs/components/Icons/ChevronRight.cjs +1 -9
  75. package/cjs/components/Icons/ChevronUp.cjs +1 -9
  76. package/cjs/components/Icons/ClockCircleOutline.cjs +1 -12
  77. package/cjs/components/Icons/ClockSquareOutline.cjs +1 -12
  78. package/cjs/components/Icons/Close.cjs +1 -9
  79. package/cjs/components/Icons/CloseCircleFilled.cjs +1 -9
  80. package/cjs/components/Icons/CloseCircleOutline.cjs +1 -9
  81. package/cjs/components/Icons/CommentBubbleFilled.cjs +1 -14
  82. package/cjs/components/Icons/CommentBubbleOutline.cjs +1 -14
  83. package/cjs/components/Icons/CommentFilled.cjs +1 -14
  84. package/cjs/components/Icons/CommentLineFilled.cjs +1 -14
  85. package/cjs/components/Icons/CommentLineOutline.cjs +1 -14
  86. package/cjs/components/Icons/CommentOutline.cjs +1 -14
  87. package/cjs/components/Icons/ContactDetailsFilled.cjs +1 -12
  88. package/cjs/components/Icons/ContactDetailsOutline.cjs +1 -12
  89. package/cjs/components/Icons/DeliveryTruckFastFilled.cjs +1 -17
  90. package/cjs/components/Icons/DeliveryTruckFastOutline.cjs +1 -17
  91. package/cjs/components/Icons/DeliveryTruckLeftFilled.cjs +4 -12
  92. package/cjs/components/Icons/DeliveryTruckLeftOutline.cjs +5 -12
  93. package/cjs/components/Icons/DeliveryTruckRightFilled.cjs +1 -12
  94. package/cjs/components/Icons/DeliveryTruckRightOutline.cjs +1 -12
  95. package/cjs/components/Icons/DetailsOutline.cjs +1 -12
  96. package/cjs/components/Icons/DiscordConversation.cjs +1 -12
  97. package/cjs/components/Icons/DiscordFilled.cjs +1 -12
  98. package/cjs/components/Icons/DiscordOutline.cjs +1 -13
  99. package/cjs/components/Icons/DoorClosedFilled.cjs +1 -9
  100. package/cjs/components/Icons/DoorClosedOutline.cjs +1 -9
  101. package/cjs/components/Icons/DoorOpenFilled.cjs +1 -9
  102. package/cjs/components/Icons/DoorOpenOutline.cjs +1 -9
  103. package/cjs/components/Icons/DotsHorizontalFilled.cjs +1 -13
  104. package/cjs/components/Icons/DotsHorizontalOutline.cjs +1 -13
  105. package/cjs/components/Icons/DotsVerticalFilled.cjs +1 -13
  106. package/cjs/components/Icons/DotsVerticalOutline.cjs +1 -13
  107. package/cjs/components/Icons/Download.cjs +1 -12
  108. package/cjs/components/Icons/DownloadBoxFilled.cjs +1 -9
  109. package/cjs/components/Icons/DownloadBoxOutline.cjs +1 -13
  110. package/cjs/components/Icons/EditBoxThick.cjs +1 -9
  111. package/cjs/components/Icons/EditBoxThin.cjs +1 -12
  112. package/cjs/components/Icons/EmailFilled.cjs +10 -9
  113. package/cjs/components/Icons/EmailOutline.cjs +13 -9
  114. package/cjs/components/Icons/ExitArrowInOutline.cjs +1 -9
  115. package/cjs/components/Icons/ExitArrowOutOutline.cjs +1 -12
  116. package/cjs/components/Icons/ExitFullScreen.cjs +1 -9
  117. package/cjs/components/Icons/ExitFullScreenThick.cjs +1 -9
  118. package/cjs/components/Icons/EyeClosed.cjs +1 -9
  119. package/cjs/components/Icons/EyeFilled.cjs +1 -12
  120. package/cjs/components/Icons/EyeOutline.cjs +1 -12
  121. package/cjs/components/Icons/FacebookFilled.cjs +2 -9
  122. package/cjs/components/Icons/FacebookMessengerOutline.cjs +1 -12
  123. package/cjs/components/Icons/FacebookOutline.cjs +1 -9
  124. package/cjs/components/Icons/FacebookRoundFilled.cjs +1 -9
  125. package/cjs/components/Icons/Filter.cjs +1 -14
  126. package/cjs/components/Icons/FilterList.cjs +1 -9
  127. package/cjs/components/Icons/FilterThickFilled.cjs +1 -9
  128. package/cjs/components/Icons/FilterThickOutline.cjs +1 -9
  129. package/cjs/components/Icons/FullScreenArrowThick.cjs +1 -9
  130. package/cjs/components/Icons/FullScreenArrowThin.cjs +1 -9
  131. package/cjs/components/Icons/FullScreenExit.cjs +1 -14
  132. package/cjs/components/Icons/FullScreenFilled.cjs +1 -9
  133. package/cjs/components/Icons/FullScreenOutline.cjs +1 -9
  134. package/cjs/components/Icons/HamburgerMenu.cjs +1 -13
  135. package/cjs/components/Icons/HamburgerSpaced.cjs +1 -14
  136. package/cjs/components/Icons/HeartFilled.cjs +1 -9
  137. package/cjs/components/Icons/HeartOutline.cjs +1 -9
  138. package/cjs/components/Icons/Help.cjs +1 -9
  139. package/cjs/components/Icons/HelpCircleFilled.cjs +1 -9
  140. package/cjs/components/Icons/HelpCircleOutline.cjs +1 -13
  141. package/cjs/components/Icons/HomeFilled.cjs +1 -9
  142. package/cjs/components/Icons/HomeOutline.cjs +1 -9
  143. package/cjs/components/Icons/Info.cjs +1 -12
  144. package/cjs/components/Icons/InfoCircleFilled.cjs +1 -9
  145. package/cjs/components/Icons/InfoCircleOutline.cjs +1 -13
  146. package/cjs/components/Icons/InfoSquareFilled.cjs +1 -9
  147. package/cjs/components/Icons/InfoSquareOutline.cjs +1 -13
  148. package/cjs/components/Icons/InstagramOuline.cjs +1 -12
  149. package/cjs/components/Icons/InstagramRoundFilled.cjs +5 -14
  150. package/cjs/components/Icons/KeyFilled.cjs +1 -9
  151. package/cjs/components/Icons/KeyInSquareFilled.cjs +1 -12
  152. package/cjs/components/Icons/KeyInSquareOutline.cjs +1 -13
  153. package/cjs/components/Icons/KeyOutline.cjs +1 -12
  154. package/cjs/components/Icons/KeySideSquareFilled.cjs +1 -12
  155. package/cjs/components/Icons/KeySideSquareOutline.cjs +1 -9
  156. package/cjs/components/Icons/KeySquareFilled.cjs +1 -12
  157. package/cjs/components/Icons/KeySquareOutline.cjs +1 -9
  158. package/cjs/components/Icons/Link.cjs +1 -12
  159. package/cjs/components/Icons/LinkedinFilled.cjs +4 -9
  160. package/cjs/components/Icons/LinkedinOutline.cjs +1 -9
  161. package/cjs/components/Icons/LinkedinRoundFilled.cjs +5 -9
  162. package/cjs/components/Icons/Loading.cjs +1 -12
  163. package/cjs/components/Icons/LocationArrowFilled.cjs +1 -9
  164. package/cjs/components/Icons/LocationArrowOutline.cjs +1 -9
  165. package/cjs/components/Icons/LocationFilled.cjs +1 -14
  166. package/cjs/components/Icons/LocationOutline.cjs +1 -14
  167. package/cjs/components/Icons/LockKeyhole.cjs +1 -9
  168. package/cjs/components/Icons/LockKeyholeOutline.cjs +1 -13
  169. package/cjs/components/Icons/LockKeyholeUnlocked.cjs +1 -9
  170. package/cjs/components/Icons/LockKeyholeUnlockedOutline.cjs +1 -13
  171. package/cjs/components/Icons/MediaPauseCircleFilled.cjs +1 -9
  172. package/cjs/components/Icons/MediaPauseCircleOuline.cjs +1 -13
  173. package/cjs/components/Icons/MediaPauseFilled.cjs +1 -12
  174. package/cjs/components/Icons/MediaPauseOutline.cjs +1 -12
  175. package/cjs/components/Icons/MediaPlayCircleFilled.cjs +1 -9
  176. package/cjs/components/Icons/MediaPlayCircleOutline.cjs +1 -12
  177. package/cjs/components/Icons/MediaPlayFilled.cjs +1 -9
  178. package/cjs/components/Icons/MediaPlayOutline.cjs +1 -9
  179. package/cjs/components/Icons/MediaStopCircleFilled.cjs +1 -9
  180. package/cjs/components/Icons/MediaStopCircleOutline.cjs +1 -12
  181. package/cjs/components/Icons/MediaStopFilled.cjs +1 -9
  182. package/cjs/components/Icons/MediaStopOutline.cjs +1 -9
  183. package/cjs/components/Icons/Minus.cjs +1 -9
  184. package/cjs/components/Icons/MinusCircle.cjs +1 -14
  185. package/cjs/components/Icons/MinusCircleFilled.cjs +1 -14
  186. package/cjs/components/Icons/MoneyBagOutline.cjs +1 -14
  187. package/cjs/components/Icons/MoneyBriefcaseFilled.cjs +1 -9
  188. package/cjs/components/Icons/MoneyBriefcaseOutline.cjs +1 -13
  189. package/cjs/components/Icons/NoEntry.cjs +1 -9
  190. package/cjs/components/Icons/NoEntryFilled.cjs +1 -9
  191. package/cjs/components/Icons/NoEntryOutline.cjs +1 -12
  192. package/cjs/components/Icons/PaymentCardFilled.cjs +1 -13
  193. package/cjs/components/Icons/PaymentCardOutline.cjs +1 -13
  194. package/cjs/components/Icons/PhoneCallingFilled.cjs +1 -13
  195. package/cjs/components/Icons/PhoneCallingOutline.cjs +1 -13
  196. package/cjs/components/Icons/PhoneFilled.cjs +1 -9
  197. package/cjs/components/Icons/PhoneOutline.cjs +1 -9
  198. package/cjs/components/Icons/Pin.cjs +1 -9
  199. package/cjs/components/Icons/PinAddFilled.cjs +1 -14
  200. package/cjs/components/Icons/PinAddOutline.cjs +1 -14
  201. package/cjs/components/Icons/PinCircleFilled.cjs +1 -9
  202. package/cjs/components/Icons/PinCircleOutline.cjs +1 -12
  203. package/cjs/components/Icons/PinFilled.cjs +1 -9
  204. package/cjs/components/Icons/PinOutline.cjs +1 -9
  205. package/cjs/components/Icons/PinSubFilled.cjs +1 -14
  206. package/cjs/components/Icons/PinSubOutline.cjs +1 -14
  207. package/cjs/components/Icons/PinterestFilled.cjs +1 -14
  208. package/cjs/components/Icons/PinterestOutline.cjs +1 -9
  209. package/cjs/components/Icons/ProfileFemaleOutline.cjs +13 -9
  210. package/cjs/components/Icons/ProfileGroupFilled.cjs +1 -12
  211. package/cjs/components/Icons/ProfileMaleFilled.cjs +1 -12
  212. package/cjs/components/Icons/ProfileMaleOutline.cjs +14 -9
  213. package/cjs/components/Icons/RedditFilled.cjs +1 -14
  214. package/cjs/components/Icons/RedditOutline.cjs +1 -14
  215. package/cjs/components/Icons/RedditRoundFilled.cjs +19 -15
  216. package/cjs/components/Icons/RedditRoundOutline.cjs +23 -15
  217. package/cjs/components/Icons/RupeeOutlined.cjs +1 -9
  218. package/cjs/components/Icons/RupeeSign.cjs +1 -9
  219. package/cjs/components/Icons/SaveFilled.cjs +1 -14
  220. package/cjs/components/Icons/SaveOutline.cjs +1 -14
  221. package/cjs/components/Icons/Search.cjs +1 -14
  222. package/cjs/components/Icons/SettingFilled.cjs +1 -9
  223. package/cjs/components/Icons/SettingOutline.cjs +1 -9
  224. package/cjs/components/Icons/ShareAllFilled.cjs +1 -9
  225. package/cjs/components/Icons/ShareAllOutline.cjs +1 -15
  226. package/cjs/components/Icons/ShareBoxOutline.cjs +1 -9
  227. package/cjs/components/Icons/ShareFilled.cjs +1 -12
  228. package/cjs/components/Icons/ShareOutline.cjs +1 -12
  229. package/cjs/components/Icons/ShareThickFilled.cjs +1 -9
  230. package/cjs/components/Icons/ShieldCheckFilled.cjs +1 -9
  231. package/cjs/components/Icons/ShieldCheckOutline.cjs +1 -12
  232. package/cjs/components/Icons/ShieldCrossFilled.cjs +1 -9
  233. package/cjs/components/Icons/ShieldCrossOutline.cjs +1 -12
  234. package/cjs/components/Icons/ShieldFilled.cjs +1 -9
  235. package/cjs/components/Icons/ShieldOutline.cjs +1 -9
  236. package/cjs/components/Icons/ShieldWarningFilled.cjs +1 -9
  237. package/cjs/components/Icons/ShieldWarningOutline.cjs +1 -13
  238. package/cjs/components/Icons/SnapchatFilled.cjs +1 -14
  239. package/cjs/components/Icons/SnapchatOutline.cjs +1 -9
  240. package/cjs/components/Icons/SortBottomToTop.cjs +1 -14
  241. package/cjs/components/Icons/SortHorizontal.cjs +1 -9
  242. package/cjs/components/Icons/SortTopToBottom.cjs +1 -14
  243. package/cjs/components/Icons/SortVertical.cjs +1 -9
  244. package/cjs/components/Icons/StarFilled.cjs +6 -9
  245. package/cjs/components/Icons/StarOutline.cjs +8 -9
  246. package/cjs/components/Icons/TelegramFilled.cjs +3 -12
  247. package/cjs/components/Icons/TelegramOutline.cjs +1 -9
  248. package/cjs/components/Icons/TelegramRoundFilled.cjs +3 -12
  249. package/cjs/components/Icons/ThumbsDownFilled.cjs +1 -9
  250. package/cjs/components/Icons/ThumbsDownOutline.cjs +1 -9
  251. package/cjs/components/Icons/ThumbsUpFilled.cjs +1 -9
  252. package/cjs/components/Icons/ThumbsUpOutline.cjs +1 -9
  253. package/cjs/components/Icons/TiktokBox.cjs +1 -9
  254. package/cjs/components/Icons/TiktokThickFilled.cjs +1 -12
  255. package/cjs/components/Icons/TiktokThinFilled.cjs +1 -12
  256. package/cjs/components/Icons/TrashBigFilled.cjs +1 -14
  257. package/cjs/components/Icons/TrashBigOutline.cjs +1 -14
  258. package/cjs/components/Icons/TrashFilled.cjs +1 -12
  259. package/cjs/components/Icons/TrashLinesFilled.cjs +1 -12
  260. package/cjs/components/Icons/TrashLinesOutline.cjs +1 -15
  261. package/cjs/components/Icons/TrashOutline.cjs +1 -13
  262. package/cjs/components/Icons/Upload.cjs +1 -12
  263. package/cjs/components/Icons/UploadBoxFilled.cjs +1 -9
  264. package/cjs/components/Icons/UploadBoxOutline.cjs +1 -13
  265. package/cjs/components/Icons/VolumeFilled.cjs +1 -15
  266. package/cjs/components/Icons/VolumeMuteFilled.cjs +1 -15
  267. package/cjs/components/Icons/VolumeMuteOutline.cjs +1 -15
  268. package/cjs/components/Icons/VolumeOffFilled.cjs +1 -15
  269. package/cjs/components/Icons/VolumeOffOutline.cjs +1 -15
  270. package/cjs/components/Icons/VolumeOutline.cjs +1 -15
  271. package/cjs/components/Icons/WalletFilled.cjs +1 -14
  272. package/cjs/components/Icons/WalletOutline.cjs +1 -14
  273. package/cjs/components/Icons/Warning.cjs +1 -9
  274. package/cjs/components/Icons/WarningCircleFilled.cjs +1 -9
  275. package/cjs/components/Icons/WarningCircleOutline.cjs +1 -9
  276. package/cjs/components/Icons/WarningSmall.cjs +1 -9
  277. package/cjs/components/Icons/WarningTriangleFilled.cjs +1 -12
  278. package/cjs/components/Icons/WarningTriangleOutline.cjs +1 -9
  279. package/cjs/components/Icons/WhatsappFilled.cjs +1 -14
  280. package/cjs/components/Icons/WhatsappOutline.cjs +1 -9
  281. package/cjs/components/Icons/Youtube.cjs +1 -9
  282. package/cjs/components/Icons/YoutubeFilled.cjs +1 -14
  283. package/cjs/components/Icons/YoutubeRoundFilled.cjs +3 -12
  284. package/cjs/components/Icons/index.cjs +1 -740
  285. package/cjs/components/Image/Image.cjs +13 -69
  286. package/cjs/components/Image/index.cjs +1 -4
  287. package/cjs/components/Input/Checkbox/Checkbox.cjs +9 -130
  288. package/cjs/components/Input/Checkbox/index.cjs +1 -4
  289. package/cjs/components/Input/FileUploader/FileUploader.cjs +22 -182
  290. package/cjs/components/Input/FileUploader/constants.cjs +1 -33
  291. package/cjs/components/Input/FileUploader/index.cjs +1 -4
  292. package/cjs/components/Input/Input/Input.cjs +21 -186
  293. package/cjs/components/Input/Input/index.cjs +1 -4
  294. package/cjs/components/Input/Radio/Radio.cjs +11 -61
  295. package/cjs/components/Input/RadioGroup/RadioGroup.cjs +5 -93
  296. package/cjs/components/Input/RadioGroup/index.cjs +1 -4
  297. package/cjs/components/Input/Textarea/SvgIcon.cjs +1 -16
  298. package/cjs/components/Input/Textarea/Textarea.cjs +20 -199
  299. package/cjs/components/Input/Textarea/index.cjs +1 -4
  300. package/cjs/components/Loader/Loader.cjs +13 -103
  301. package/cjs/components/Loader/constants.cjs +1 -29
  302. package/cjs/components/Loader/index.cjs +1 -4
  303. package/cjs/components/MenuItem/MenuItem.cjs +9 -88
  304. package/cjs/components/Modal/Modal.cjs +31 -181
  305. package/cjs/components/Modal/index.cjs +1 -4
  306. package/cjs/components/OtpInput/OtpInput.cjs +5 -154
  307. package/cjs/components/OtpInput/index.cjs +1 -4
  308. package/cjs/components/PageLoader/PageLoader.cjs +5 -53
  309. package/cjs/components/PageLoader/index.cjs +1 -4
  310. package/cjs/components/Pagination/Pagination.cjs +25 -247
  311. package/cjs/components/Pagination/constants.cjs +1 -41
  312. package/cjs/components/Pagination/index.cjs +1 -4
  313. package/cjs/components/Ripple/Ripple.cjs +1 -45
  314. package/cjs/components/Ripple/index.cjs +1 -4
  315. package/cjs/components/RootComponent/RootComponent.cjs +2 -21
  316. package/cjs/components/RootComponent/index.cjs +1 -4
  317. package/cjs/components/Selectbox/Selectbox.cjs +40 -347
  318. package/cjs/components/Selectbox/index.cjs +1 -4
  319. package/cjs/components/Shimmer/Shimmer.cjs +9 -49
  320. package/cjs/components/Shimmer/index.cjs +1 -4
  321. package/cjs/components/Spinner/Spinner.cjs +7 -56
  322. package/cjs/components/Spinner/index.cjs +1 -4
  323. package/cjs/components/Timer/Timer.cjs +80 -367
  324. package/cjs/components/Timer/components/TimerRing/TimerRing.cjs +1 -57
  325. package/cjs/components/Timer/constants.cjs +1 -25
  326. package/cjs/components/Timer/index.cjs +1 -4
  327. package/cjs/components/Toast/Toast.cjs +40 -266
  328. package/cjs/components/Toast/constants.cjs +1 -39
  329. package/cjs/components/Toast/index.cjs +1 -5
  330. package/cjs/components/Typography/Headings/H1.cjs +3 -27
  331. package/cjs/components/Typography/Headings/H2.cjs +3 -27
  332. package/cjs/components/Typography/Headings/H3.cjs +3 -27
  333. package/cjs/components/Typography/Headings/H4.cjs +3 -27
  334. package/cjs/components/Typography/Headings/H5.cjs +3 -27
  335. package/cjs/components/Typography/Headings/H6.cjs +3 -27
  336. package/cjs/components/Typography/Headings/index.cjs +1 -23
  337. package/cjs/components/Typography/P/P.cjs +4 -34
  338. package/cjs/components/Typography/P/index.cjs +1 -4
  339. package/cjs/components/VideoPlayer/VideoPlayer.cjs +11 -61
  340. package/cjs/components/VideoPlayer/components/Volumebar/Volumebar.cjs +6 -28
  341. package/cjs/components/VideoPlayer/index.cjs +1 -4
  342. package/cjs/components/VideoPlayer/useSpacebarToggle.cjs +1 -56
  343. package/cjs/components/VideoPlayer/useVolumeOverlay.cjs +1 -17
  344. package/cjs/hooks/index.cjs +1 -38
  345. package/cjs/hooks/useCopyToClipboard.cjs +1 -17
  346. package/cjs/hooks/useDebounce.cjs +1 -12
  347. package/cjs/hooks/useEventListener.cjs +1 -17
  348. package/cjs/hooks/useFirstRender.cjs +1 -11
  349. package/cjs/hooks/useIntersectionObserver.cjs +1 -15
  350. package/cjs/hooks/useInterval.cjs +1 -15
  351. package/cjs/hooks/useIsMounted.cjs +1 -14
  352. package/cjs/hooks/useLocalStorage.cjs +1 -30
  353. package/cjs/hooks/useMediaQuery.cjs +1 -14
  354. package/cjs/hooks/useOnlineStatus.cjs +1 -18
  355. package/cjs/hooks/useOutsideClick.cjs +1 -17
  356. package/cjs/hooks/usePrevious.cjs +1 -11
  357. package/cjs/hooks/useSessionStorage.cjs +1 -30
  358. package/cjs/hooks/useThrottle.cjs +1 -17
  359. package/cjs/hooks/useTimeout.cjs +1 -15
  360. package/cjs/hooks/useToggle.cjs +1 -11
  361. package/cjs/hooks/useUnmount.cjs +1 -13
  362. package/cjs/hooks/useWindowSize.cjs +1 -19
  363. package/cjs/index.cjs +1 -379
  364. package/cjs/reactUtils/composeProviders.cjs +1 -7
  365. package/cjs/reactUtils/createContextHook.cjs +1 -13
  366. package/cjs/reactUtils/createPortalNode.cjs +1 -8
  367. package/cjs/reactUtils/index.cjs +1 -16
  368. package/cjs/reactUtils/lazyImport.cjs +1 -9
  369. package/cjs/reactUtils/memoCompare.cjs +1 -5
  370. package/cjs/reactUtils/withErrorBoundary.cjs +1 -33
  371. package/cjs/reactUtils/withSuspense.cjs +1 -11
  372. package/cjs/utils/addDays.cjs +1 -8
  373. package/cjs/utils/announceToScreenReader.cjs +1 -14
  374. package/cjs/utils/auditLog.cjs +1 -18
  375. package/cjs/utils/buildURL.cjs +1 -10
  376. package/cjs/utils/camelCase.cjs +1 -7
  377. package/cjs/utils/cancelablePromise.cjs +1 -19
  378. package/cjs/utils/capFirstLetter.cjs +1 -9
  379. package/cjs/utils/capitalize.cjs +1 -7
  380. package/cjs/utils/captureException.cjs +1 -17
  381. package/cjs/utils/chunk.cjs +1 -10
  382. package/cjs/utils/clamp.cjs +1 -4
  383. package/cjs/utils/clearStorage.cjs +1 -7
  384. package/cjs/utils/compose.cjs +1 -4
  385. package/cjs/utils/copyToClipboard.cjs +1 -17
  386. package/cjs/utils/countdown.cjs +1 -13
  387. package/cjs/utils/createPubSub.cjs +1 -21
  388. package/cjs/utils/debounce.cjs +1 -10
  389. package/cjs/utils/decodeJWT.cjs +1 -11
  390. package/cjs/utils/deepClone.cjs +1 -9
  391. package/cjs/utils/deepFreeze.cjs +1 -10
  392. package/cjs/utils/detectOutsideClick.cjs +1 -12
  393. package/cjs/utils/differenceInDays.cjs +1 -8
  394. package/cjs/utils/downloadFile.cjs +1 -11
  395. package/cjs/utils/fadeIn.cjs +1 -13
  396. package/cjs/utils/fadeOut.cjs +1 -10
  397. package/cjs/utils/fallback.cjs +1 -4
  398. package/cjs/utils/featureGate.cjs +1 -9
  399. package/cjs/utils/filterByKey.cjs +1 -4
  400. package/cjs/utils/flattenObject.cjs +1 -12
  401. package/cjs/utils/focusElement.cjs +1 -8
  402. package/cjs/utils/formatCompactNumber.cjs +1 -10
  403. package/cjs/utils/formatCurrency.cjs +1 -10
  404. package/cjs/utils/formatDate.cjs +1 -12
  405. package/cjs/utils/formatNumber.cjs +1 -7
  406. package/cjs/utils/formatTime.cjs +1 -12
  407. package/cjs/utils/fuzzySearch.cjs +1 -21
  408. package/cjs/utils/generateAriaId.cjs +1 -5
  409. package/cjs/utils/generateInitials.cjs +1 -7
  410. package/cjs/utils/getCurrentPath.cjs +1 -4
  411. package/cjs/utils/getGreetingByTime.cjs +1 -9
  412. package/cjs/utils/getLocalStorage.cjs +1 -11
  413. package/cjs/utils/getQueryParams.cjs +1 -10
  414. package/cjs/utils/getScreenSize.cjs +1 -10
  415. package/cjs/utils/getSessionStorage.cjs +1 -11
  416. package/cjs/utils/getToken.cjs +1 -4
  417. package/cjs/utils/getVariant.cjs +1 -12
  418. package/cjs/utils/groupBy.cjs +1 -9
  419. package/cjs/utils/handleKeyboardNavigation.cjs +1 -29
  420. package/cjs/utils/hasEqualProps.cjs +1 -13
  421. package/cjs/utils/hasPermission.cjs +1 -14
  422. package/cjs/utils/identity.cjs +1 -4
  423. package/cjs/utils/index.cjs +1 -280
  424. package/cjs/utils/isAadhaar.cjs +1 -8
  425. package/cjs/utils/isActiveRoute.cjs +1 -4
  426. package/cjs/utils/isAndroid.cjs +1 -6
  427. package/cjs/utils/isAuthenticated.cjs +1 -20
  428. package/cjs/utils/isDarkMode.cjs +1 -6
  429. package/cjs/utils/isEmail.cjs +1 -7
  430. package/cjs/utils/isEmpty.cjs +1 -9
  431. package/cjs/utils/isEqual.cjs +1 -13
  432. package/cjs/utils/isFeatureEnabled.cjs +1 -12
  433. package/cjs/utils/isGST.cjs +1 -7
  434. package/cjs/utils/isIOS.cjs +1 -6
  435. package/cjs/utils/isMobile.cjs +1 -6
  436. package/cjs/utils/isNonEmptyArray.cjs +1 -4
  437. package/cjs/utils/isOnline.cjs +1 -6
  438. package/cjs/utils/isPAN.cjs +1 -7
  439. package/cjs/utils/isPasswordStrong.cjs +1 -7
  440. package/cjs/utils/isPast.cjs +1 -7
  441. package/cjs/utils/isPhone.cjs +1 -7
  442. package/cjs/utils/isRequired.cjs +1 -9
  443. package/cjs/utils/isSafari.cjs +1 -6
  444. package/cjs/utils/isToday.cjs +1 -8
  445. package/cjs/utils/isURL.cjs +1 -12
  446. package/cjs/utils/kebabCase.cjs +1 -7
  447. package/cjs/utils/keyBy.cjs +1 -7
  448. package/cjs/utils/lazyLoadComponent.cjs +1 -5
  449. package/cjs/utils/lockBodyScroll.cjs +1 -6
  450. package/cjs/utils/logError.cjs +1 -11
  451. package/cjs/utils/logInfo.cjs +1 -18
  452. package/cjs/utils/logWarn.cjs +1 -18
  453. package/cjs/utils/maskEmail.cjs +1 -9
  454. package/cjs/utils/maskPhone.cjs +1 -10
  455. package/cjs/utils/maxLength.cjs +1 -7
  456. package/cjs/utils/measureElement.cjs +1 -9
  457. package/cjs/utils/measurePerformance.cjs +1 -19
  458. package/cjs/utils/memoize.cjs +1 -13
  459. package/cjs/utils/mergeDeep.cjs +1 -13
  460. package/cjs/utils/minLength.cjs +1 -7
  461. package/cjs/utils/multiSort.cjs +1 -15
  462. package/cjs/utils/noop.cjs +1 -5
  463. package/cjs/utils/omit.cjs +1 -7
  464. package/cjs/utils/once.cjs +1 -14
  465. package/cjs/utils/openInNewTab.cjs +1 -6
  466. package/cjs/utils/paginate.cjs +1 -15
  467. package/cjs/utils/parallel.cjs +1 -4
  468. package/cjs/utils/percentage.cjs +1 -11
  469. package/cjs/utils/permissionGuard.cjs +1 -9
  470. package/cjs/utils/pick.cjs +1 -4
  471. package/cjs/utils/pipe.cjs +1 -4
  472. package/cjs/utils/rafThrottle.cjs +1 -13
  473. package/cjs/utils/randomBetween.cjs +1 -4
  474. package/cjs/utils/randomInt.cjs +1 -7
  475. package/cjs/utils/randomValue.cjs +1 -6
  476. package/cjs/utils/redirectTo.cjs +1 -6
  477. package/cjs/utils/removeExtraSpaces.cjs +1 -7
  478. package/cjs/utils/removeLocalStorage.cjs +1 -6
  479. package/cjs/utils/removeQueryParam.cjs +1 -8
  480. package/cjs/utils/removeToken.cjs +1 -4
  481. package/cjs/utils/requestIdleTask.cjs +1 -10
  482. package/cjs/utils/retry.cjs +1 -14
  483. package/cjs/utils/roundTo.cjs +1 -8
  484. package/cjs/utils/safeAsync.cjs +1 -11
  485. package/cjs/utils/safeJSONParse.cjs +1 -10
  486. package/cjs/utils/safeJSONStringify.cjs +1 -10
  487. package/cjs/utils/scrollToElement.cjs +1 -10
  488. package/cjs/utils/scrollToTop.cjs +1 -9
  489. package/cjs/utils/sequential.cjs +1 -10
  490. package/cjs/utils/setLocalStorage.cjs +1 -9
  491. package/cjs/utils/setQueryParam.cjs +1 -8
  492. package/cjs/utils/setSessionStorage.cjs +1 -9
  493. package/cjs/utils/setToken.cjs +1 -4
  494. package/cjs/utils/singleton.cjs +1 -10
  495. package/cjs/utils/sleep.cjs +1 -4
  496. package/cjs/utils/slugify.cjs +1 -7
  497. package/cjs/utils/smoothScroll.cjs +1 -19
  498. package/cjs/utils/snakeCase.cjs +1 -7
  499. package/cjs/utils/sortBy.cjs +1 -8
  500. package/cjs/utils/throttle.cjs +1 -13
  501. package/cjs/utils/timeAgo.cjs +1 -21
  502. package/cjs/utils/titleCase.cjs +1 -7
  503. package/cjs/utils/toggleFullscreen.cjs +1 -11
  504. package/cjs/utils/trackEvent.cjs +1 -17
  505. package/cjs/utils/trackPageView.cjs +1 -17
  506. package/cjs/utils/trapFocus.cjs +1 -31
  507. package/cjs/utils/truncate.cjs +1 -7
  508. package/cjs/utils/uniqueBy.cjs +1 -12
  509. package/cjs/utils/unlockBodyScroll.cjs +1 -6
  510. package/cjs/utils/waitForTransitionEnd.cjs +1 -11
  511. package/cjs/utils/withTimeout.cjs +1 -7
  512. package/colors/amber.js +2 -2
  513. package/colors/black.js +3 -3
  514. package/colors/blue.js +3 -3
  515. package/colors/blueGray.js +2 -2
  516. package/colors/brown.js +3 -3
  517. package/colors/cider.js +2 -2
  518. package/colors/colorMap.js +48 -48
  519. package/colors/cyan.js +2 -2
  520. package/colors/deepOrange.js +2 -2
  521. package/colors/deepPurple.js +2 -2
  522. package/colors/green.js +3 -3
  523. package/colors/grey.js +3 -3
  524. package/colors/indigo.js +3 -3
  525. package/colors/lightBlue.js +2 -2
  526. package/colors/lightGreen.js +2 -2
  527. package/colors/lime.js +2 -2
  528. package/colors/orange.js +3 -3
  529. package/colors/pink.js +3 -3
  530. package/colors/purple.js +3 -3
  531. package/colors/red.js +3 -3
  532. package/colors/teal.js +3 -3
  533. package/colors/violet.js +3 -3
  534. package/colors/white.js +3 -3
  535. package/colors/yellow.js +3 -3
  536. package/components/Button/Button.js +89 -135
  537. package/components/Button/constants.js +10 -14
  538. package/components/Button/index.js +2 -2
  539. package/components/Carousel/Carousel.js +210 -241
  540. package/components/Carousel/index.js +2 -2
  541. package/components/DatePicker/DatePicker.js +273 -343
  542. package/components/DatePicker/constants.js +17 -6
  543. package/components/DatePicker/index.js +2 -2
  544. package/components/DatePicker/utils.js +18 -41
  545. package/components/Dropdown/Dropdown.js +277 -326
  546. package/components/Dropdown/constants.js +3 -3
  547. package/components/Dropdown/index.js +2 -2
  548. package/components/Glass/Glass.js +6 -13
  549. package/components/Glass/index.js +2 -2
  550. package/components/Icons/Add.js +46 -13
  551. package/components/Icons/AddCircle.js +31 -10
  552. package/components/Icons/AddCircleFilled.js +22 -7
  553. package/components/Icons/ArrowDown.js +22 -7
  554. package/components/Icons/ArrowLeft.js +23 -7
  555. package/components/Icons/ArrowRight.js +23 -7
  556. package/components/Icons/ArrowUp.js +22 -7
  557. package/components/Icons/BagFilled.js +22 -7
  558. package/components/Icons/BagOutline.js +32 -10
  559. package/components/Icons/BellFilled.js +33 -10
  560. package/components/Icons/BellOffFilled.js +42 -11
  561. package/components/Icons/BellOffOutline.js +44 -11
  562. package/components/Icons/BellOutline.js +35 -10
  563. package/components/Icons/BookmarkFilled.js +25 -12
  564. package/components/Icons/BookmarkOutline.js +22 -7
  565. package/components/Icons/BoxCoveredFilled.js +43 -12
  566. package/components/Icons/BoxCoveredOutline.js +33 -10
  567. package/components/Icons/BoxFilled.js +36 -11
  568. package/components/Icons/BoxOutline.js +33 -10
  569. package/components/Icons/CalendarDays.js +22 -7
  570. package/components/Icons/CalendarLinesPen.js +23 -7
  571. package/components/Icons/CartCheckFilled.js +38 -11
  572. package/components/Icons/CartCheckOutline.js +48 -12
  573. package/components/Icons/CartCrossFilled.js +38 -11
  574. package/components/Icons/CartCrossOutline.js +47 -12
  575. package/components/Icons/CartFilled.js +36 -11
  576. package/components/Icons/CartMinusFilled.js +38 -11
  577. package/components/Icons/CartMinusOutline.js +49 -13
  578. package/components/Icons/CartOutline.js +48 -12
  579. package/components/Icons/CartPlusFilled.js +38 -11
  580. package/components/Icons/CartPlusOutline.js +47 -12
  581. package/components/Icons/Check.js +23 -7
  582. package/components/Icons/CheckDouble.js +23 -7
  583. package/components/Icons/ChevronDown.js +23 -7
  584. package/components/Icons/ChevronLeft.js +23 -7
  585. package/components/Icons/ChevronRight.js +23 -7
  586. package/components/Icons/ChevronUp.js +23 -7
  587. package/components/Icons/ClockCircleOutline.js +26 -10
  588. package/components/Icons/ClockSquareOutline.js +33 -10
  589. package/components/Icons/Close.js +20 -7
  590. package/components/Icons/CloseCircleFilled.js +22 -7
  591. package/components/Icons/CloseCircleOutline.js +23 -7
  592. package/components/Icons/CommentBubbleFilled.js +25 -12
  593. package/components/Icons/CommentBubbleOutline.js +25 -12
  594. package/components/Icons/CommentFilled.js +25 -12
  595. package/components/Icons/CommentLineFilled.js +25 -12
  596. package/components/Icons/CommentLineOutline.js +25 -12
  597. package/components/Icons/CommentOutline.js +25 -12
  598. package/components/Icons/ContactDetailsFilled.js +17 -10
  599. package/components/Icons/ContactDetailsOutline.js +17 -10
  600. package/components/Icons/DeliveryTruckFastFilled.js +28 -15
  601. package/components/Icons/DeliveryTruckFastOutline.js +28 -15
  602. package/components/Icons/DeliveryTruckLeftFilled.js +26 -10
  603. package/components/Icons/DeliveryTruckLeftOutline.js +27 -10
  604. package/components/Icons/DeliveryTruckRightFilled.js +23 -10
  605. package/components/Icons/DeliveryTruckRightOutline.js +23 -10
  606. package/components/Icons/DetailsOutline.js +17 -10
  607. package/components/Icons/DiscordConversation.js +29 -10
  608. package/components/Icons/DiscordFilled.js +23 -10
  609. package/components/Icons/DiscordOutline.js +27 -11
  610. package/components/Icons/DoorClosedFilled.js +22 -7
  611. package/components/Icons/DoorClosedOutline.js +23 -7
  612. package/components/Icons/DoorOpenFilled.js +22 -7
  613. package/components/Icons/DoorOpenOutline.js +23 -7
  614. package/components/Icons/DotsHorizontalFilled.js +36 -11
  615. package/components/Icons/DotsHorizontalOutline.js +45 -11
  616. package/components/Icons/DotsVerticalFilled.js +36 -11
  617. package/components/Icons/DotsVerticalOutline.js +45 -11
  618. package/components/Icons/Download.js +29 -10
  619. package/components/Icons/DownloadBoxFilled.js +22 -7
  620. package/components/Icons/DownloadBoxOutline.js +38 -11
  621. package/components/Icons/EditBoxThick.js +23 -7
  622. package/components/Icons/EditBoxThin.js +35 -10
  623. package/components/Icons/EmailFilled.js +29 -7
  624. package/components/Icons/EmailOutline.js +32 -7
  625. package/components/Icons/ExitArrowInOutline.js +23 -7
  626. package/components/Icons/ExitArrowOutOutline.js +35 -10
  627. package/components/Icons/ExitFullScreen.js +21 -7
  628. package/components/Icons/ExitFullScreenThick.js +21 -7
  629. package/components/Icons/EyeClosed.js +22 -7
  630. package/components/Icons/EyeFilled.js +31 -10
  631. package/components/Icons/EyeOutline.js +35 -10
  632. package/components/Icons/FacebookFilled.js +21 -7
  633. package/components/Icons/FacebookMessengerOutline.js +31 -10
  634. package/components/Icons/FacebookOutline.js +22 -7
  635. package/components/Icons/FacebookRoundFilled.js +20 -7
  636. package/components/Icons/Filter.js +19 -12
  637. package/components/Icons/FilterList.js +23 -7
  638. package/components/Icons/FilterThickFilled.js +20 -7
  639. package/components/Icons/FilterThickOutline.js +21 -7
  640. package/components/Icons/FullScreenArrowThick.js +21 -7
  641. package/components/Icons/FullScreenArrowThin.js +21 -7
  642. package/components/Icons/FullScreenExit.js +43 -12
  643. package/components/Icons/FullScreenFilled.js +22 -7
  644. package/components/Icons/FullScreenOutline.js +22 -7
  645. package/components/Icons/HamburgerMenu.js +42 -11
  646. package/components/Icons/HamburgerSpaced.js +25 -12
  647. package/components/Icons/HeartFilled.js +20 -7
  648. package/components/Icons/HeartOutline.js +25 -7
  649. package/components/Icons/Help.js +23 -7
  650. package/components/Icons/HelpCircleFilled.js +22 -7
  651. package/components/Icons/HelpCircleOutline.js +43 -11
  652. package/components/Icons/HomeFilled.js +22 -7
  653. package/components/Icons/HomeOutline.js +22 -7
  654. package/components/Icons/Info.js +29 -10
  655. package/components/Icons/InfoCircleFilled.js +22 -7
  656. package/components/Icons/InfoCircleOutline.js +18 -11
  657. package/components/Icons/InfoSquareFilled.js +22 -7
  658. package/components/Icons/InfoSquareOutline.js +25 -11
  659. package/components/Icons/InstagramOuline.js +23 -10
  660. package/components/Icons/InstagramRoundFilled.js +47 -12
  661. package/components/Icons/KeyFilled.js +22 -7
  662. package/components/Icons/KeyInSquareFilled.js +31 -10
  663. package/components/Icons/KeyInSquareOutline.js +40 -11
  664. package/components/Icons/KeyOutline.js +33 -10
  665. package/components/Icons/KeySideSquareFilled.js +31 -10
  666. package/components/Icons/KeySideSquareOutline.js +22 -7
  667. package/components/Icons/KeySquareFilled.js +31 -10
  668. package/components/Icons/KeySquareOutline.js +22 -7
  669. package/components/Icons/Link.js +33 -10
  670. package/components/Icons/LinkedinFilled.js +23 -7
  671. package/components/Icons/LinkedinOutline.js +21 -7
  672. package/components/Icons/LinkedinRoundFilled.js +24 -7
  673. package/components/Icons/Loading.js +23 -10
  674. package/components/Icons/LocationArrowFilled.js +14 -7
  675. package/components/Icons/LocationArrowOutline.js +23 -7
  676. package/components/Icons/LocationFilled.js +25 -12
  677. package/components/Icons/LocationOutline.js +25 -12
  678. package/components/Icons/LockKeyhole.js +22 -7
  679. package/components/Icons/LockKeyholeOutline.js +33 -11
  680. package/components/Icons/LockKeyholeUnlocked.js +22 -7
  681. package/components/Icons/LockKeyholeUnlockedOutline.js +33 -11
  682. package/components/Icons/MediaPauseCircleFilled.js +22 -7
  683. package/components/Icons/MediaPauseCircleOuline.js +38 -11
  684. package/components/Icons/MediaPauseFilled.js +29 -10
  685. package/components/Icons/MediaPauseOutline.js +33 -10
  686. package/components/Icons/MediaPlayCircleFilled.js +22 -7
  687. package/components/Icons/MediaPlayCircleOutline.js +33 -10
  688. package/components/Icons/MediaPlayFilled.js +20 -7
  689. package/components/Icons/MediaPlayOutline.js +22 -7
  690. package/components/Icons/MediaStopCircleFilled.js +22 -7
  691. package/components/Icons/MediaStopCircleOutline.js +33 -10
  692. package/components/Icons/MediaStopFilled.js +20 -7
  693. package/components/Icons/MediaStopOutline.js +22 -7
  694. package/components/Icons/Minus.js +23 -7
  695. package/components/Icons/MinusCircle.js +25 -12
  696. package/components/Icons/MinusCircleFilled.js +25 -12
  697. package/components/Icons/MoneyBagOutline.js +48 -12
  698. package/components/Icons/MoneyBriefcaseFilled.js +22 -7
  699. package/components/Icons/MoneyBriefcaseOutline.js +40 -11
  700. package/components/Icons/NoEntry.js +21 -7
  701. package/components/Icons/NoEntryFilled.js +20 -7
  702. package/components/Icons/NoEntryOutline.js +23 -10
  703. package/components/Icons/PaymentCardFilled.js +18 -11
  704. package/components/Icons/PaymentCardOutline.js +18 -11
  705. package/components/Icons/PhoneCallingFilled.js +38 -11
  706. package/components/Icons/PhoneCallingOutline.js +40 -11
  707. package/components/Icons/PhoneFilled.js +20 -7
  708. package/components/Icons/PhoneOutline.js +20 -7
  709. package/components/Icons/Pin.js +23 -7
  710. package/components/Icons/PinAddFilled.js +19 -12
  711. package/components/Icons/PinAddOutline.js +19 -12
  712. package/components/Icons/PinCircleFilled.js +22 -7
  713. package/components/Icons/PinCircleOutline.js +23 -10
  714. package/components/Icons/PinFilled.js +20 -7
  715. package/components/Icons/PinOutline.js +22 -7
  716. package/components/Icons/PinSubFilled.js +19 -12
  717. package/components/Icons/PinSubOutline.js +19 -12
  718. package/components/Icons/PinterestFilled.js +19 -12
  719. package/components/Icons/PinterestOutline.js +23 -7
  720. package/components/Icons/ProfileFemaleOutline.js +32 -7
  721. package/components/Icons/ProfileGroupFilled.js +30 -10
  722. package/components/Icons/ProfileMaleFilled.js +30 -10
  723. package/components/Icons/ProfileMaleOutline.js +33 -7
  724. package/components/Icons/RedditFilled.js +19 -12
  725. package/components/Icons/RedditOutline.js +45 -12
  726. package/components/Icons/RedditRoundFilled.js +68 -13
  727. package/components/Icons/RedditRoundOutline.js +72 -13
  728. package/components/Icons/RupeeOutlined.js +20 -7
  729. package/components/Icons/RupeeSign.js +23 -7
  730. package/components/Icons/SaveFilled.js +25 -12
  731. package/components/Icons/SaveOutline.js +25 -12
  732. package/components/Icons/Search.js +25 -12
  733. package/components/Icons/SettingFilled.js +20 -7
  734. package/components/Icons/SettingOutline.js +20 -7
  735. package/components/Icons/ShareAllFilled.js +22 -7
  736. package/components/Icons/ShareAllOutline.js +41 -13
  737. package/components/Icons/ShareBoxOutline.js +20 -7
  738. package/components/Icons/ShareFilled.js +31 -10
  739. package/components/Icons/ShareOutline.js +34 -10
  740. package/components/Icons/ShareThickFilled.js +20 -7
  741. package/components/Icons/ShieldCheckFilled.js +22 -7
  742. package/components/Icons/ShieldCheckOutline.js +33 -10
  743. package/components/Icons/ShieldCrossFilled.js +22 -7
  744. package/components/Icons/ShieldCrossOutline.js +32 -10
  745. package/components/Icons/ShieldFilled.js +20 -7
  746. package/components/Icons/ShieldOutline.js +22 -7
  747. package/components/Icons/ShieldWarningFilled.js +22 -7
  748. package/components/Icons/ShieldWarningOutline.js +25 -11
  749. package/components/Icons/SnapchatFilled.js +19 -12
  750. package/components/Icons/SnapchatOutline.js +22 -7
  751. package/components/Icons/SortBottomToTop.js +28 -12
  752. package/components/Icons/SortHorizontal.js +22 -7
  753. package/components/Icons/SortTopToBottom.js +28 -12
  754. package/components/Icons/SortVertical.js +22 -7
  755. package/components/Icons/StarFilled.js +25 -7
  756. package/components/Icons/StarOutline.js +27 -7
  757. package/components/Icons/TelegramFilled.js +25 -10
  758. package/components/Icons/TelegramOutline.js +22 -7
  759. package/components/Icons/TelegramRoundFilled.js +25 -10
  760. package/components/Icons/ThumbsDownFilled.js +20 -7
  761. package/components/Icons/ThumbsDownOutline.js +20 -7
  762. package/components/Icons/ThumbsUpFilled.js +20 -7
  763. package/components/Icons/ThumbsUpOutline.js +20 -7
  764. package/components/Icons/TiktokBox.js +20 -7
  765. package/components/Icons/TiktokThickFilled.js +23 -10
  766. package/components/Icons/TiktokThinFilled.js +34 -10
  767. package/components/Icons/TrashBigFilled.js +25 -12
  768. package/components/Icons/TrashBigOutline.js +25 -12
  769. package/components/Icons/TrashFilled.js +29 -10
  770. package/components/Icons/TrashLinesFilled.js +31 -10
  771. package/components/Icons/TrashLinesOutline.js +35 -13
  772. package/components/Icons/TrashOutline.js +33 -11
  773. package/components/Icons/Upload.js +29 -10
  774. package/components/Icons/UploadBoxFilled.js +22 -7
  775. package/components/Icons/UploadBoxOutline.js +38 -11
  776. package/components/Icons/VolumeFilled.js +32 -13
  777. package/components/Icons/VolumeMuteFilled.js +32 -13
  778. package/components/Icons/VolumeMuteOutline.js +32 -13
  779. package/components/Icons/VolumeOffFilled.js +32 -13
  780. package/components/Icons/VolumeOffOutline.js +32 -13
  781. package/components/Icons/VolumeOutline.js +32 -13
  782. package/components/Icons/WalletFilled.js +25 -12
  783. package/components/Icons/WalletOutline.js +25 -12
  784. package/components/Icons/Warning.js +23 -7
  785. package/components/Icons/WarningCircleFilled.js +20 -7
  786. package/components/Icons/WarningCircleOutline.js +20 -7
  787. package/components/Icons/WarningSmall.js +23 -7
  788. package/components/Icons/WarningTriangleFilled.js +23 -10
  789. package/components/Icons/WarningTriangleOutline.js +23 -7
  790. package/components/Icons/WhatsappFilled.js +19 -12
  791. package/components/Icons/WhatsappOutline.js +22 -7
  792. package/components/Icons/Youtube.js +20 -7
  793. package/components/Icons/YoutubeFilled.js +25 -12
  794. package/components/Icons/YoutubeRoundFilled.js +25 -10
  795. package/components/Icons/index.js +737 -737
  796. package/components/Image/Image.js +57 -62
  797. package/components/Image/index.js +2 -2
  798. package/components/Input/Checkbox/Checkbox.js +101 -107
  799. package/components/Input/Checkbox/index.js +2 -2
  800. package/components/Input/FileUploader/FileUploader.js +125 -160
  801. package/components/Input/FileUploader/constants.js +10 -14
  802. package/components/Input/FileUploader/index.js +2 -2
  803. package/components/Input/Input/Input.js +115 -177
  804. package/components/Input/Input/index.js +2 -2
  805. package/components/Input/Radio/Radio.js +45 -54
  806. package/components/Input/RadioGroup/RadioGroup.js +86 -76
  807. package/components/Input/RadioGroup/index.js +2 -2
  808. package/components/Input/Textarea/SvgIcon.js +4 -14
  809. package/components/Input/Textarea/Textarea.js +126 -190
  810. package/components/Input/Textarea/index.js +2 -2
  811. package/components/Loader/Loader.js +67 -90
  812. package/components/Loader/constants.js +12 -27
  813. package/components/Loader/index.js +2 -2
  814. package/components/MenuItem/MenuItem.js +59 -82
  815. package/components/Modal/Modal.js +132 -162
  816. package/components/Modal/index.js +2 -2
  817. package/components/OtpInput/OtpInput.js +82 -138
  818. package/components/OtpInput/index.js +2 -2
  819. package/components/PageLoader/PageLoader.js +47 -48
  820. package/components/PageLoader/index.js +2 -2
  821. package/components/Pagination/Pagination.js +148 -237
  822. package/components/Pagination/constants.js +22 -39
  823. package/components/Pagination/index.js +2 -2
  824. package/components/Ripple/Ripple.js +36 -39
  825. package/components/Ripple/index.js +2 -2
  826. package/components/RootComponent/RootComponent.js +8 -14
  827. package/components/RootComponent/index.js +2 -2
  828. package/components/Selectbox/Selectbox.js +294 -313
  829. package/components/Selectbox/index.js +2 -2
  830. package/components/Shimmer/Shimmer.js +38 -39
  831. package/components/Shimmer/index.js +2 -2
  832. package/components/Spinner/Spinner.js +48 -47
  833. package/components/Spinner/index.js +2 -2
  834. package/components/Timer/Timer.js +278 -335
  835. package/components/Timer/components/TimerRing/TimerRing.js +82 -44
  836. package/components/Timer/constants.js +22 -22
  837. package/components/Timer/index.js +2 -2
  838. package/components/Toast/Toast.js +159 -245
  839. package/components/Toast/constants.js +28 -33
  840. package/components/Toast/index.js +4 -4
  841. package/components/Typography/Headings/H1.js +10 -19
  842. package/components/Typography/Headings/H2.js +10 -19
  843. package/components/Typography/Headings/H3.js +10 -19
  844. package/components/Typography/Headings/H4.js +10 -19
  845. package/components/Typography/Headings/H5.js +10 -19
  846. package/components/Typography/Headings/H6.js +10 -19
  847. package/components/Typography/Headings/index.js +14 -21
  848. package/components/Typography/P/P.js +13 -25
  849. package/components/Typography/P/index.js +2 -2
  850. package/components/VideoPlayer/VideoPlayer.js +43 -54
  851. package/components/VideoPlayer/components/Volumebar/Volumebar.js +14 -22
  852. package/components/VideoPlayer/index.js +2 -2
  853. package/components/VideoPlayer/useSpacebarToggle.js +43 -48
  854. package/components/VideoPlayer/useVolumeOverlay.js +6 -13
  855. package/hooks/index.js +36 -36
  856. package/hooks/useCopyToClipboard.js +9 -12
  857. package/hooks/useDebounce.js +8 -9
  858. package/hooks/useEventListener.js +12 -14
  859. package/hooks/useFirstRender.js +7 -8
  860. package/hooks/useIntersectionObserver.js +10 -12
  861. package/hooks/useInterval.js +11 -12
  862. package/hooks/useIsMounted.js +7 -11
  863. package/hooks/useLocalStorage.js +18 -20
  864. package/hooks/useMediaQuery.js +8 -11
  865. package/hooks/useOnlineStatus.js +9 -14
  866. package/hooks/useOutsideClick.js +9 -12
  867. package/hooks/usePrevious.js +7 -8
  868. package/hooks/useSessionStorage.js +18 -20
  869. package/hooks/useThrottle.js +13 -14
  870. package/hooks/useTimeout.js +11 -12
  871. package/hooks/useToggle.js +6 -7
  872. package/hooks/useUnmount.js +7 -10
  873. package/hooks/useWindowSize.js +8 -13
  874. package/index.js +377 -377
  875. package/package.json +1 -1
  876. package/reactUtils/composeProviders.js +3 -5
  877. package/reactUtils/createContextHook.js +8 -9
  878. package/reactUtils/createPortalNode.js +4 -5
  879. package/reactUtils/index.js +14 -14
  880. package/reactUtils/lazyImport.js +4 -6
  881. package/reactUtils/memoCompare.js +3 -3
  882. package/reactUtils/withErrorBoundary.js +14 -22
  883. package/reactUtils/withSuspense.js +7 -8
  884. package/utils/addDays.js +4 -5
  885. package/utils/announceToScreenReader.js +5 -10
  886. package/utils/auditLog.js +8 -13
  887. package/utils/buildURL.js +6 -7
  888. package/utils/camelCase.js +2 -5
  889. package/utils/cancelablePromise.js +10 -12
  890. package/utils/capFirstLetter.js +2 -7
  891. package/utils/capitalize.js +2 -5
  892. package/utils/captureException.js +7 -12
  893. package/utils/chunk.js +6 -7
  894. package/utils/clamp.js +2 -2
  895. package/utils/clearStorage.js +3 -4
  896. package/utils/compose.js +2 -2
  897. package/utils/copyToClipboard.js +7 -12
  898. package/utils/countdown.js +7 -8
  899. package/utils/createPubSub.js +11 -17
  900. package/utils/debounce.js +5 -6
  901. package/utils/decodeJWT.js +5 -5
  902. package/utils/deepClone.js +2 -7
  903. package/utils/deepFreeze.js +5 -8
  904. package/utils/detectOutsideClick.js +7 -8
  905. package/utils/differenceInDays.js +4 -5
  906. package/utils/downloadFile.js +4 -8
  907. package/utils/fadeIn.js +4 -7
  908. package/utils/fadeOut.js +5 -7
  909. package/utils/fallback.js +2 -2
  910. package/utils/featureGate.js +2 -7
  911. package/utils/filterByKey.js +2 -2
  912. package/utils/flattenObject.js +4 -9
  913. package/utils/focusElement.js +5 -5
  914. package/utils/formatCompactNumber.js +4 -8
  915. package/utils/formatCurrency.js +2 -8
  916. package/utils/formatDate.js +6 -9
  917. package/utils/formatNumber.js +2 -5
  918. package/utils/formatTime.js +6 -7
  919. package/utils/fuzzySearch.js +11 -16
  920. package/utils/generateAriaId.js +3 -3
  921. package/utils/generateInitials.js +2 -5
  922. package/utils/getCurrentPath.js +2 -2
  923. package/utils/getGreetingByTime.js +4 -6
  924. package/utils/getLocalStorage.js +5 -5
  925. package/utils/getQueryParams.js +6 -7
  926. package/utils/getScreenSize.js +2 -2
  927. package/utils/getSessionStorage.js +5 -5
  928. package/utils/getToken.js +2 -2
  929. package/utils/getVariant.js +4 -5
  930. package/utils/groupBy.js +5 -6
  931. package/utils/handleKeyboardNavigation.js +13 -25
  932. package/utils/hasEqualProps.js +7 -11
  933. package/utils/hasPermission.js +11 -11
  934. package/utils/identity.js +2 -2
  935. package/utils/index.js +278 -278
  936. package/utils/isAadhaar.js +5 -5
  937. package/utils/isActiveRoute.js +2 -2
  938. package/utils/isAndroid.js +2 -4
  939. package/utils/isAuthenticated.js +8 -14
  940. package/utils/isDarkMode.js +2 -4
  941. package/utils/isEmail.js +2 -5
  942. package/utils/isEmpty.js +2 -7
  943. package/utils/isEqual.js +7 -10
  944. package/utils/isFeatureEnabled.js +6 -7
  945. package/utils/isGST.js +2 -5
  946. package/utils/isIOS.js +2 -4
  947. package/utils/isMobile.js +2 -4
  948. package/utils/isNonEmptyArray.js +2 -2
  949. package/utils/isOnline.js +2 -4
  950. package/utils/isPAN.js +2 -5
  951. package/utils/isPasswordStrong.js +2 -5
  952. package/utils/isPast.js +2 -5
  953. package/utils/isPhone.js +2 -5
  954. package/utils/isRequired.js +2 -7
  955. package/utils/isSafari.js +2 -4
  956. package/utils/isToday.js +4 -5
  957. package/utils/isURL.js +7 -7
  958. package/utils/kebabCase.js +2 -5
  959. package/utils/keyBy.js +2 -5
  960. package/utils/lazyLoadComponent.js +3 -3
  961. package/utils/lockBodyScroll.js +2 -2
  962. package/utils/logError.js +4 -8
  963. package/utils/logInfo.js +5 -15
  964. package/utils/logWarn.js +5 -15
  965. package/utils/maskEmail.js +5 -6
  966. package/utils/maskPhone.js +6 -7
  967. package/utils/maxLength.js +2 -5
  968. package/utils/measureElement.js +5 -6
  969. package/utils/measurePerformance.js +8 -14
  970. package/utils/memoize.js +8 -9
  971. package/utils/mergeDeep.js +6 -10
  972. package/utils/minLength.js +2 -5
  973. package/utils/multiSort.js +6 -10
  974. package/utils/noop.js +2 -2
  975. package/utils/omit.js +4 -4
  976. package/utils/once.js +4 -11
  977. package/utils/openInNewTab.js +3 -3
  978. package/utils/paginate.js +8 -10
  979. package/utils/parallel.js +2 -2
  980. package/utils/percentage.js +4 -8
  981. package/utils/permissionGuard.js +2 -7
  982. package/utils/pick.js +2 -2
  983. package/utils/pipe.js +2 -2
  984. package/utils/rafThrottle.js +7 -9
  985. package/utils/randomBetween.js +2 -2
  986. package/utils/randomInt.js +3 -5
  987. package/utils/randomValue.js +2 -4
  988. package/utils/redirectTo.js +3 -3
  989. package/utils/removeExtraSpaces.js +2 -5
  990. package/utils/removeLocalStorage.js +3 -3
  991. package/utils/removeQueryParam.js +4 -5
  992. package/utils/removeToken.js +2 -2
  993. package/utils/requestIdleTask.js +3 -7
  994. package/utils/retry.js +8 -9
  995. package/utils/roundTo.js +5 -5
  996. package/utils/safeAsync.js +5 -6
  997. package/utils/safeJSONParse.js +5 -5
  998. package/utils/safeJSONStringify.js +4 -4
  999. package/utils/scrollToElement.js +4 -7
  1000. package/utils/scrollToTop.js +3 -6
  1001. package/utils/sequential.js +6 -7
  1002. package/utils/setLocalStorage.js +3 -3
  1003. package/utils/setQueryParam.js +4 -5
  1004. package/utils/setSessionStorage.js +3 -3
  1005. package/utils/setToken.js +2 -2
  1006. package/utils/singleton.js +4 -7
  1007. package/utils/sleep.js +2 -2
  1008. package/utils/slugify.js +2 -5
  1009. package/utils/smoothScroll.js +10 -15
  1010. package/utils/snakeCase.js +2 -5
  1011. package/utils/sortBy.js +4 -5
  1012. package/utils/throttle.js +6 -9
  1013. package/utils/timeAgo.js +12 -18
  1014. package/utils/titleCase.js +2 -5
  1015. package/utils/toggleFullscreen.js +4 -8
  1016. package/utils/trackEvent.js +5 -14
  1017. package/utils/trackPageView.js +7 -12
  1018. package/utils/trapFocus.js +12 -26
  1019. package/utils/truncate.js +2 -5
  1020. package/utils/uniqueBy.js +6 -8
  1021. package/utils/unlockBodyScroll.js +2 -2
  1022. package/utils/waitForTransitionEnd.js +5 -7
  1023. package/utils/withTimeout.js +6 -4
@@ -1,9 +1,22 @@
1
- import { jsx } from "react/jsx-runtime";
2
- const ThumbsUpFilled = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M7.24001 11V20H5.63001C4.73001 20 4.01001 19.28 4.01001 18.39V12.62C4.01001 11.73 4.74001 11 5.63001 11H7.24001ZM18.5 9.5H13.72V6C13.72 4.9 12.82 4 11.73 4H11.64C11.24 4 10.88 4.24 10.72 4.61L7.99001 11V20H17.19C17.92 20 18.54 19.48 18.67 18.76L19.99 11.26C20.15 10.34 19.45 9.5 18.51 9.5H18.5Z", fill: color }) });
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const h = ({ size: l = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t(
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
+ ...r,
11
+ children: /* @__PURE__ */ t(
12
+ "path",
13
+ {
14
+ d: "M7.24001 11V20H5.63001C4.73001 20 4.01001 19.28 4.01001 18.39V12.62C4.01001 11.73 4.74001 11 5.63001 11H7.24001ZM18.5 9.5H13.72V6C13.72 4.9 12.82 4 11.73 4H11.64C11.24 4 10.88 4.24 10.72 4.61L7.99001 11V20H17.19C17.92 20 18.54 19.48 18.67 18.76L19.99 11.26C20.15 10.34 19.45 9.5 18.51 9.5H18.5Z",
15
+ fill: o
16
+ }
17
+ )
18
+ }
19
+ );
7
20
  export {
8
- ThumbsUpFilled as default
21
+ h as default
9
22
  };
@@ -1,9 +1,22 @@
1
- import { jsx } from "react/jsx-runtime";
2
- const ThumbsUpOutline = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M20.22 9.55C19.79 9.04 19.17 8.75 18.5 8.75H14.47V6C14.47 4.48 13.24 3.25 11.64 3.25C10.94 3.25 10.31 3.67 10.03 4.32L7.49 10.25H5.62C4.31 10.25 3.25 11.31 3.25 12.62V18.39C3.25 19.69 4.32 20.75 5.62 20.75H17.18C18.27 20.75 19.2 19.97 19.39 18.89L20.71 11.39C20.82 10.73 20.64 10.06 20.21 9.55H20.22ZM5.62 19.25C5.14 19.25 4.75 18.86 4.75 18.39V12.62C4.75 12.14 5.14 11.75 5.62 11.75H7.23V19.25H5.62ZM17.92 18.63C17.86 18.99 17.55 19.25 17.18 19.25H8.74V11.15L11.41 4.9C11.45 4.81 11.54 4.74 11.73 4.74C12.42 4.74 12.97 5.3 12.97 5.99V10.24H18.5C18.73 10.24 18.93 10.33 19.07 10.5C19.21 10.67 19.27 10.89 19.23 11.12L17.91 18.62L17.92 18.63Z", fill: color }) });
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const H = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ t(
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(
12
+ "path",
13
+ {
14
+ d: "M20.22 9.55C19.79 9.04 19.17 8.75 18.5 8.75H14.47V6C14.47 4.48 13.24 3.25 11.64 3.25C10.94 3.25 10.31 3.67 10.03 4.32L7.49 10.25H5.62C4.31 10.25 3.25 11.31 3.25 12.62V18.39C3.25 19.69 4.32 20.75 5.62 20.75H17.18C18.27 20.75 19.2 19.97 19.39 18.89L20.71 11.39C20.82 10.73 20.64 10.06 20.21 9.55H20.22ZM5.62 19.25C5.14 19.25 4.75 18.86 4.75 18.39V12.62C4.75 12.14 5.14 11.75 5.62 11.75H7.23V19.25H5.62ZM17.92 18.63C17.86 18.99 17.55 19.25 17.18 19.25H8.74V11.15L11.41 4.9C11.45 4.81 11.54 4.74 11.73 4.74C12.42 4.74 12.97 5.3 12.97 5.99V10.24H18.5C18.73 10.24 18.93 10.33 19.07 10.5C19.21 10.67 19.27 10.89 19.23 11.12L17.91 18.62L17.92 18.63Z",
15
+ fill: l
16
+ }
17
+ )
18
+ }
19
+ );
7
20
  export {
8
- ThumbsUpOutline as default
21
+ H as default
9
22
  };
@@ -1,9 +1,22 @@
1
- import { jsx } from "react/jsx-runtime";
2
- const TiktokBox = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { fill: color, d: "M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2Zm-3.281,8.725h0c-.109.011-.219.016-.328.017A3.571,3.571,0,0,1,14.4,9.129v5.493a4.061,4.061,0,1,1-4.06-4.06c.085,0,.167.008.251.013v2a2.067,2.067,0,1,0-.251,4.119A2.123,2.123,0,0,0,12.5,14.649l.02-9.331h1.914A3.564,3.564,0,0,0,17.719,8.5Z" }) });
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const a = ({ size: o = 24, color: l = "currentColor", ...h }) => /* @__PURE__ */ t(
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
+ ...h,
11
+ children: /* @__PURE__ */ t(
12
+ "path",
13
+ {
14
+ fill: l,
15
+ d: "M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2Zm-3.281,8.725h0c-.109.011-.219.016-.328.017A3.571,3.571,0,0,1,14.4,9.129v5.493a4.061,4.061,0,1,1-4.06-4.06c.085,0,.167.008.251.013v2a2.067,2.067,0,1,0-.251,4.119A2.123,2.123,0,0,0,12.5,14.649l.02-9.331h1.914A3.564,3.564,0,0,0,17.719,8.5Z"
16
+ }
17
+ )
18
+ }
19
+ );
7
20
  export {
8
- TiktokBox as default
21
+ a as default
9
22
  };
@@ -1,12 +1,25 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const TiktokThickFilled = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("title", { children: "tiktok" }),
8
- /* @__PURE__ */ jsx("path", { fill: color, d: "M16.656 1.029c1.637-0.025 3.262-0.012 4.886-0.025 0.054 2.031 0.878 3.859 2.189 5.213l-0.002-0.002c1.411 1.271 3.247 2.095 5.271 2.235l0.028 0.002v5.036c-1.912-0.048-3.71-0.489-5.331-1.247l0.082 0.034c-0.784-0.377-1.447-0.764-2.077-1.196l0.052 0.034c-0.012 3.649 0.012 7.298-0.025 10.934-0.103 1.853-0.719 3.543-1.707 4.954l0.020-0.031c-1.652 2.366-4.328 3.919-7.371 4.011l-0.014 0c-0.123 0.006-0.268 0.009-0.414 0.009-1.73 0-3.347-0.482-4.725-1.319l0.040 0.023c-2.508-1.509-4.238-4.091-4.558-7.094l-0.004-0.041c-0.025-0.625-0.037-1.25-0.012-1.862 0.49-4.779 4.494-8.476 9.361-8.476 0.547 0 1.083 0.047 1.604 0.136l-0.056-0.008c0.025 1.849-0.050 3.699-0.050 5.548-0.423-0.153-0.911-0.242-1.42-0.242-1.868 0-3.457 1.194-4.045 2.861l-0.009 0.030c-0.133 0.427-0.21 0.918-0.21 1.426 0 0.206 0.013 0.41 0.037 0.61l-0.002-0.024c0.332 2.046 2.086 3.59 4.201 3.59 0.061 0 0.121-0.001 0.181-0.004l-0.009 0c1.463-0.044 2.733-0.831 3.451-1.994l0.010-0.018c0.267-0.372 0.45-0.822 0.511-1.311l0.001-0.014c0.125-2.237 0.075-4.461 0.087-6.698 0.012-5.036-0.012-10.060 0.025-15.083z" })
9
- ] });
1
+ import { jsxs as o, jsx as c } from "react/jsx-runtime";
2
+ const r = ({ size: l = 24, color: t = "currentColor", ...i }) => /* @__PURE__ */ o(
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
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ c("title", { children: "tiktok" }),
13
+ /* @__PURE__ */ c(
14
+ "path",
15
+ {
16
+ fill: t,
17
+ d: "M16.656 1.029c1.637-0.025 3.262-0.012 4.886-0.025 0.054 2.031 0.878 3.859 2.189 5.213l-0.002-0.002c1.411 1.271 3.247 2.095 5.271 2.235l0.028 0.002v5.036c-1.912-0.048-3.71-0.489-5.331-1.247l0.082 0.034c-0.784-0.377-1.447-0.764-2.077-1.196l0.052 0.034c-0.012 3.649 0.012 7.298-0.025 10.934-0.103 1.853-0.719 3.543-1.707 4.954l0.020-0.031c-1.652 2.366-4.328 3.919-7.371 4.011l-0.014 0c-0.123 0.006-0.268 0.009-0.414 0.009-1.73 0-3.347-0.482-4.725-1.319l0.040 0.023c-2.508-1.509-4.238-4.091-4.558-7.094l-0.004-0.041c-0.025-0.625-0.037-1.25-0.012-1.862 0.49-4.779 4.494-8.476 9.361-8.476 0.547 0 1.083 0.047 1.604 0.136l-0.056-0.008c0.025 1.849-0.050 3.699-0.050 5.548-0.423-0.153-0.911-0.242-1.42-0.242-1.868 0-3.457 1.194-4.045 2.861l-0.009 0.030c-0.133 0.427-0.21 0.918-0.21 1.426 0 0.206 0.013 0.41 0.037 0.61l-0.002-0.024c0.332 2.046 2.086 3.59 4.201 3.59 0.061 0 0.121-0.001 0.181-0.004l-0.009 0c1.463-0.044 2.733-0.831 3.451-1.994l0.010-0.018c0.267-0.372 0.45-0.822 0.511-1.311l0.001-0.014c0.125-2.237 0.075-4.461 0.087-6.698 0.012-5.036-0.012-10.060 0.025-15.083z"
18
+ }
19
+ )
20
+ ]
21
+ }
22
+ );
10
23
  export {
11
- TiktokThickFilled as default
24
+ r as default
12
25
  };
@@ -1,12 +1,36 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const TiktokThinFilled = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 192 192", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("path", { stroke: color, strokeLinecap: "round", strokeWidth: "12", d: "M108 132a38.004 38.004 0 0 1-23.458 35.107 37.995 37.995 0 0 1-41.412-8.237 37.996 37.996 0 0 1-8.237-41.412A38.001 38.001 0 0 1 70 94" }),
8
- /* @__PURE__ */ jsx("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "12", d: "M108 132V22c0 18 24 50 52 50" })
9
- ] });
1
+ import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
+ const s = ({ size: t = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ i(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 192 192",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: [
12
+ /* @__PURE__ */ e(
13
+ "path",
14
+ {
15
+ stroke: o,
16
+ strokeLinecap: "round",
17
+ strokeWidth: "12",
18
+ d: "M108 132a38.004 38.004 0 0 1-23.458 35.107 37.995 37.995 0 0 1-41.412-8.237 37.996 37.996 0 0 1-8.237-41.412A38.001 38.001 0 0 1 70 94"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ e(
22
+ "path",
23
+ {
24
+ stroke: o,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ strokeWidth: "12",
28
+ d: "M108 132V22c0 18 24 50 52 50"
29
+ }
30
+ )
31
+ ]
32
+ }
33
+ );
10
34
  export {
11
- TiktokThinFilled as default
35
+ s as default
12
36
  };
@@ -1,14 +1,27 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const TrashBigFilled = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "-3 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("title", { children: "trash" }),
8
- /* @__PURE__ */ jsx("desc", { children: "Created with Sketch Beta." }),
9
- /* @__PURE__ */ jsx("defs", {}),
10
- /* @__PURE__ */ jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-261.000000, -205.000000)", fill: color, children: /* @__PURE__ */ jsx("path", { d: "M268,220 C268,219.448 268.448,219 269,219 C269.552,219 270,219.448 270,220 L270,232 C270,232.553 269.552,233 269,233 C268.448,233 268,232.553 268,232 L268,220 L268,220 Z M273,220 C273,219.448 273.448,219 274,219 C274.552,219 275,219.448 275,220 L275,232 C275,232.553 274.552,233 274,233 C273.448,233 273,232.553 273,232 L273,220 L273,220 Z M278,220 C278,219.448 278.448,219 279,219 C279.552,219 280,219.448 280,220 L280,232 C280,232.553 279.552,233 279,233 C278.448,233 278,232.553 278,232 L278,220 L278,220 Z M263,233 C263,235.209 264.791,237 267,237 L281,237 C283.209,237 285,235.209 285,233 L285,217 L263,217 L263,233 L263,233 Z M277,209 L271,209 L271,208 C271,207.447 271.448,207 272,207 L276,207 C276.552,207 277,207.447 277,208 L277,209 L277,209 Z M285,209 L279,209 L279,207 C279,205.896 278.104,205 277,205 L271,205 C269.896,205 269,205.896 269,207 L269,209 L263,209 C261.896,209 261,209.896 261,211 L261,213 C261,214.104 261.895,214.999 262.999,215 L285.002,215 C286.105,214.999 287,214.104 287,213 L287,211 C287,209.896 286.104,209 285,209 L285,209 Z", "sketch:type": "MSShapeGroup" }) }) })
11
- ] });
1
+ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
+ const h = ({ size: t = 24, color: L = "currentColor", ...C }) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "-3 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...C,
11
+ children: [
12
+ /* @__PURE__ */ e("title", { children: "trash" }),
13
+ /* @__PURE__ */ e("desc", { children: "Created with Sketch Beta." }),
14
+ /* @__PURE__ */ e("defs", {}),
15
+ /* @__PURE__ */ e("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e("g", { "sketch:type": "MSLayerGroup", transform: "translate(-261.000000, -205.000000)", fill: L, children: /* @__PURE__ */ e(
16
+ "path",
17
+ {
18
+ d: "M268,220 C268,219.448 268.448,219 269,219 C269.552,219 270,219.448 270,220 L270,232 C270,232.553 269.552,233 269,233 C268.448,233 268,232.553 268,232 L268,220 L268,220 Z M273,220 C273,219.448 273.448,219 274,219 C274.552,219 275,219.448 275,220 L275,232 C275,232.553 274.552,233 274,233 C273.448,233 273,232.553 273,232 L273,220 L273,220 Z M278,220 C278,219.448 278.448,219 279,219 C279.552,219 280,219.448 280,220 L280,232 C280,232.553 279.552,233 279,233 C278.448,233 278,232.553 278,232 L278,220 L278,220 Z M263,233 C263,235.209 264.791,237 267,237 L281,237 C283.209,237 285,235.209 285,233 L285,217 L263,217 L263,233 L263,233 Z M277,209 L271,209 L271,208 C271,207.447 271.448,207 272,207 L276,207 C276.552,207 277,207.447 277,208 L277,209 L277,209 Z M285,209 L279,209 L279,207 C279,205.896 278.104,205 277,205 L271,205 C269.896,205 269,205.896 269,207 L269,209 L263,209 C261.896,209 261,209.896 261,211 L261,213 C261,214.104 261.895,214.999 262.999,215 L285.002,215 C286.105,214.999 287,214.104 287,213 L287,211 C287,209.896 286.104,209 285,209 L285,209 Z",
19
+ "sketch:type": "MSShapeGroup"
20
+ }
21
+ ) }) })
22
+ ]
23
+ }
24
+ );
12
25
  export {
13
- TrashBigFilled as default
26
+ h as default
14
27
  };
@@ -1,14 +1,27 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const TrashBigOutline = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "-3 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("title", { children: "trash" }),
8
- /* @__PURE__ */ jsx("desc", { children: "Created with Sketch Beta." }),
9
- /* @__PURE__ */ jsx("defs", {}),
10
- /* @__PURE__ */ jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-259.000000, -203.000000)", fill: color, children: /* @__PURE__ */ jsx("path", { d: "M282,211 L262,211 C261.448,211 261,210.553 261,210 C261,209.448 261.448,209 262,209 L282,209 C282.552,209 283,209.448 283,210 C283,210.553 282.552,211 282,211 L282,211 Z M281,231 C281,232.104 280.104,233 279,233 L265,233 C263.896,233 263,232.104 263,231 L263,213 L281,213 L281,231 L281,231 Z M269,206 C269,205.447 269.448,205 270,205 L274,205 C274.552,205 275,205.447 275,206 L275,207 L269,207 L269,206 L269,206 Z M283,207 L277,207 L277,205 C277,203.896 276.104,203 275,203 L269,203 C267.896,203 267,203.896 267,205 L267,207 L261,207 C259.896,207 259,207.896 259,209 L259,211 C259,212.104 259.896,213 261,213 L261,231 C261,233.209 262.791,235 265,235 L279,235 C281.209,235 283,233.209 283,231 L283,213 C284.104,213 285,212.104 285,211 L285,209 C285,207.896 284.104,207 283,207 L283,207 Z M272,231 C272.552,231 273,230.553 273,230 L273,218 C273,217.448 272.552,217 272,217 C271.448,217 271,217.448 271,218 L271,230 C271,230.553 271.448,231 272,231 L272,231 Z M267,231 C267.552,231 268,230.553 268,230 L268,218 C268,217.448 267.552,217 267,217 C266.448,217 266,217.448 266,218 L266,230 C266,230.553 266.448,231 267,231 L267,231 Z M277,231 C277.552,231 278,230.553 278,230 L278,218 C278,217.448 277.552,217 277,217 C276.448,217 276,217.448 276,218 L276,230 C276,230.553 276.448,231 277,231 L277,231 Z", "sketch:type": "MSShapeGroup" }) }) })
11
- ] });
1
+ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
+ const h = ({ size: L = 24, color: t = "currentColor", ...C }) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ width: L,
6
+ height: L,
7
+ viewBox: "-3 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...C,
11
+ children: [
12
+ /* @__PURE__ */ e("title", { children: "trash" }),
13
+ /* @__PURE__ */ e("desc", { children: "Created with Sketch Beta." }),
14
+ /* @__PURE__ */ e("defs", {}),
15
+ /* @__PURE__ */ e("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e("g", { "sketch:type": "MSLayerGroup", transform: "translate(-259.000000, -203.000000)", fill: t, children: /* @__PURE__ */ e(
16
+ "path",
17
+ {
18
+ d: "M282,211 L262,211 C261.448,211 261,210.553 261,210 C261,209.448 261.448,209 262,209 L282,209 C282.552,209 283,209.448 283,210 C283,210.553 282.552,211 282,211 L282,211 Z M281,231 C281,232.104 280.104,233 279,233 L265,233 C263.896,233 263,232.104 263,231 L263,213 L281,213 L281,231 L281,231 Z M269,206 C269,205.447 269.448,205 270,205 L274,205 C274.552,205 275,205.447 275,206 L275,207 L269,207 L269,206 L269,206 Z M283,207 L277,207 L277,205 C277,203.896 276.104,203 275,203 L269,203 C267.896,203 267,203.896 267,205 L267,207 L261,207 C259.896,207 259,207.896 259,209 L259,211 C259,212.104 259.896,213 261,213 L261,231 C261,233.209 262.791,235 265,235 L279,235 C281.209,235 283,233.209 283,231 L283,213 C284.104,213 285,212.104 285,211 L285,209 C285,207.896 284.104,207 283,207 L283,207 Z M272,231 C272.552,231 273,230.553 273,230 L273,218 C273,217.448 272.552,217 272,217 C271.448,217 271,217.448 271,218 L271,230 C271,230.553 271.448,231 272,231 L272,231 Z M267,231 C267.552,231 268,230.553 268,230 L268,218 C268,217.448 267.552,217 267,217 C266.448,217 266,217.448 266,218 L266,230 C266,230.553 266.448,231 267,231 L267,231 Z M277,231 C277.552,231 278,230.553 278,230 L278,218 C278,217.448 277.552,217 277,217 C276.448,217 276,217.448 276,218 L276,230 C276,230.553 276.448,231 277,231 L277,231 Z",
19
+ "sketch:type": "MSShapeGroup"
20
+ }
21
+ ) }) })
22
+ ]
23
+ }
24
+ );
12
25
  export {
13
- TrashBigOutline as default
26
+ h as default
14
27
  };
@@ -1,12 +1,31 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const TrashFilled = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("path", { d: "M2.75 6.16667C2.75 5.70644 3.09538 5.33335 3.52143 5.33335L6.18567 5.3329C6.71502 5.31841 7.18202 4.95482 7.36214 4.41691C7.36688 4.40277 7.37232 4.38532 7.39185 4.32203L7.50665 3.94993C7.5769 3.72179 7.6381 3.52303 7.72375 3.34536C8.06209 2.64349 8.68808 2.1561 9.41147 2.03132C9.59457 1.99973 9.78848 1.99987 10.0111 2.00002H13.4891C13.7117 1.99987 13.9056 1.99973 14.0887 2.03132C14.8121 2.1561 15.4381 2.64349 15.7764 3.34536C15.8621 3.52303 15.9233 3.72179 15.9935 3.94993L16.1083 4.32203C16.1279 4.38532 16.1333 4.40277 16.138 4.41691C16.3182 4.95482 16.8778 5.31886 17.4071 5.33335H19.9786C20.4046 5.33335 20.75 5.70644 20.75 6.16667C20.75 6.62691 20.4046 7 19.9786 7H3.52143C3.09538 7 2.75 6.62691 2.75 6.16667Z", fill: color }),
8
- /* @__PURE__ */ jsx("path", { d: "M11.6068 21.9998H12.3937C15.1012 21.9998 16.4549 21.9998 17.3351 21.1366C18.2153 20.2734 18.3054 18.8575 18.4855 16.0256L18.745 11.945C18.8427 10.4085 18.8916 9.6402 18.45 9.15335C18.0084 8.6665 17.2628 8.6665 15.7714 8.6665H8.22905C6.73771 8.6665 5.99204 8.6665 5.55047 9.15335C5.10891 9.6402 5.15777 10.4085 5.25549 11.945L5.515 16.0256C5.6951 18.8575 5.78515 20.2734 6.66534 21.1366C7.54553 21.9998 8.89927 21.9998 11.6068 21.9998Z", fill: color })
9
- ] });
1
+ import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
+ const s = ({ size: C = 24, color: l = "currentColor", ...h }) => /* @__PURE__ */ i(
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
+ ...h,
11
+ children: [
12
+ /* @__PURE__ */ t(
13
+ "path",
14
+ {
15
+ d: "M2.75 6.16667C2.75 5.70644 3.09538 5.33335 3.52143 5.33335L6.18567 5.3329C6.71502 5.31841 7.18202 4.95482 7.36214 4.41691C7.36688 4.40277 7.37232 4.38532 7.39185 4.32203L7.50665 3.94993C7.5769 3.72179 7.6381 3.52303 7.72375 3.34536C8.06209 2.64349 8.68808 2.1561 9.41147 2.03132C9.59457 1.99973 9.78848 1.99987 10.0111 2.00002H13.4891C13.7117 1.99987 13.9056 1.99973 14.0887 2.03132C14.8121 2.1561 15.4381 2.64349 15.7764 3.34536C15.8621 3.52303 15.9233 3.72179 15.9935 3.94993L16.1083 4.32203C16.1279 4.38532 16.1333 4.40277 16.138 4.41691C16.3182 4.95482 16.8778 5.31886 17.4071 5.33335H19.9786C20.4046 5.33335 20.75 5.70644 20.75 6.16667C20.75 6.62691 20.4046 7 19.9786 7H3.52143C3.09538 7 2.75 6.62691 2.75 6.16667Z",
16
+ fill: l
17
+ }
18
+ ),
19
+ /* @__PURE__ */ t(
20
+ "path",
21
+ {
22
+ d: "M11.6068 21.9998H12.3937C15.1012 21.9998 16.4549 21.9998 17.3351 21.1366C18.2153 20.2734 18.3054 18.8575 18.4855 16.0256L18.745 11.945C18.8427 10.4085 18.8916 9.6402 18.45 9.15335C18.0084 8.6665 17.2628 8.6665 15.7714 8.6665H8.22905C6.73771 8.6665 5.99204 8.6665 5.55047 9.15335C5.10891 9.6402 5.15777 10.4085 5.25549 11.945L5.515 16.0256C5.6951 18.8575 5.78515 20.2734 6.66534 21.1366C7.54553 21.9998 8.89927 21.9998 11.6068 21.9998Z",
23
+ fill: l
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
10
29
  export {
11
- TrashFilled as default
30
+ s as default
12
31
  };
@@ -1,12 +1,33 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const TrashLinesFilled = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("path", { d: "M3 6.52381C3 6.12932 3.32671 5.80952 3.72973 5.80952H8.51787C8.52437 4.9683 8.61554 3.81504 9.45037 3.01668C10.1074 2.38839 11.0081 2 12 2C12.9919 2 13.8926 2.38839 14.5496 3.01668C15.3844 3.81504 15.4756 4.9683 15.4821 5.80952H20.2703C20.6733 5.80952 21 6.12932 21 6.52381C21 6.9183 20.6733 7.2381 20.2703 7.2381H3.72973C3.32671 7.2381 3 6.9183 3 6.52381Z", fill: color }),
8
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5956 22H12.4044C15.1871 22 16.5785 22 17.4831 21.1141C18.3878 20.2281 18.4803 18.7749 18.6654 15.8685L18.9321 11.6806C19.0326 10.1036 19.0828 9.31511 18.6289 8.81545C18.1751 8.31579 17.4087 8.31579 15.876 8.31579H8.12404C6.59127 8.31579 5.82488 8.31579 5.37105 8.81545C4.91722 9.31511 4.96744 10.1036 5.06788 11.6806L5.33459 15.8685C5.5197 18.7749 5.61225 20.2281 6.51689 21.1141C7.42153 22 8.81289 22 11.5956 22ZM10.2463 12.1885C10.2051 11.7546 9.83753 11.4381 9.42537 11.4815C9.01321 11.5249 8.71251 11.9117 8.75372 12.3456L9.25372 17.6087C9.29494 18.0426 9.66247 18.3591 10.0746 18.3157C10.4868 18.2724 10.7875 17.8855 10.7463 17.4516L10.2463 12.1885ZM14.5746 11.4815C14.9868 11.5249 15.2875 11.9117 15.2463 12.3456L14.7463 17.6087C14.7051 18.0426 14.3375 18.3591 13.9254 18.3157C13.5132 18.2724 13.2125 17.8855 13.2537 17.4516L13.7537 12.1885C13.7949 11.7546 14.1625 11.4381 14.5746 11.4815Z", fill: color })
9
- ] });
1
+ import { jsxs as t, jsx as e } from "react/jsx-runtime";
2
+ const n = ({ size: C = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ t(
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: [
12
+ /* @__PURE__ */ e(
13
+ "path",
14
+ {
15
+ d: "M3 6.52381C3 6.12932 3.32671 5.80952 3.72973 5.80952H8.51787C8.52437 4.9683 8.61554 3.81504 9.45037 3.01668C10.1074 2.38839 11.0081 2 12 2C12.9919 2 13.8926 2.38839 14.5496 3.01668C15.3844 3.81504 15.4756 4.9683 15.4821 5.80952H20.2703C20.6733 5.80952 21 6.12932 21 6.52381C21 6.9183 20.6733 7.2381 20.2703 7.2381H3.72973C3.32671 7.2381 3 6.9183 3 6.52381Z",
16
+ fill: l
17
+ }
18
+ ),
19
+ /* @__PURE__ */ e(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M11.5956 22H12.4044C15.1871 22 16.5785 22 17.4831 21.1141C18.3878 20.2281 18.4803 18.7749 18.6654 15.8685L18.9321 11.6806C19.0326 10.1036 19.0828 9.31511 18.6289 8.81545C18.1751 8.31579 17.4087 8.31579 15.876 8.31579H8.12404C6.59127 8.31579 5.82488 8.31579 5.37105 8.81545C4.91722 9.31511 4.96744 10.1036 5.06788 11.6806L5.33459 15.8685C5.5197 18.7749 5.61225 20.2281 6.51689 21.1141C7.42153 22 8.81289 22 11.5956 22ZM10.2463 12.1885C10.2051 11.7546 9.83753 11.4381 9.42537 11.4815C9.01321 11.5249 8.71251 11.9117 8.75372 12.3456L9.25372 17.6087C9.29494 18.0426 9.66247 18.3591 10.0746 18.3157C10.4868 18.2724 10.7875 17.8855 10.7463 17.4516L10.2463 12.1885ZM14.5746 11.4815C14.9868 11.5249 15.2875 11.9117 15.2463 12.3456L14.7463 17.6087C14.7051 18.0426 14.3375 18.3591 13.9254 18.3157C13.5132 18.2724 13.2125 17.8855 13.2537 17.4516L13.7537 12.1885C13.7949 11.7546 14.1625 11.4381 14.5746 11.4815Z",
25
+ fill: l
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
10
31
  export {
11
- TrashLinesFilled as default
32
+ n as default
12
33
  };
@@ -1,15 +1,37 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const TrashLinesOutline = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("path", { d: "M20.5001 6H3.5", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }),
8
- /* @__PURE__ */ jsx("path", { d: "M18.8332 8.5L18.3732 15.3991C18.1962 18.054 18.1077 19.3815 17.2427 20.1907C16.3777 21 15.0473 21 12.3865 21H11.6132C8.95235 21 7.62195 21 6.75694 20.1907C5.89194 19.3815 5.80344 18.054 5.62644 15.3991L5.1665 8.5", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }),
9
- /* @__PURE__ */ jsx("path", { d: "M9.5 11L10 16", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }),
10
- /* @__PURE__ */ jsx("path", { d: "M14.5 11L14 16", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }),
11
- /* @__PURE__ */ jsx("path", { d: "M6.5 6C6.55588 6 6.58382 6 6.60915 5.99936C7.43259 5.97849 8.15902 5.45491 8.43922 4.68032C8.44784 4.65649 8.45667 4.62999 8.47434 4.57697L8.57143 4.28571C8.65431 4.03708 8.69575 3.91276 8.75071 3.8072C8.97001 3.38607 9.37574 3.09364 9.84461 3.01877C9.96213 3 10.0932 3 10.3553 3H13.6447C13.9068 3 14.0379 3 14.1554 3.01877C14.6243 3.09364 15.03 3.38607 15.2493 3.8072C15.3043 3.91276 15.3457 4.03708 15.4286 4.28571L15.5257 4.57697C15.5433 4.62992 15.5522 4.65651 15.5608 4.68032C15.841 5.45491 16.5674 5.97849 17.3909 5.99936C17.4162 6 17.4441 6 17.5 6", stroke: color, strokeWidth: "1.5" })
12
- ] });
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
+ const C = ({ size: r = 24, color: t = "currentColor", ...s }) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ width: r,
6
+ height: r,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...s,
11
+ children: [
12
+ /* @__PURE__ */ e("path", { d: "M20.5001 6H3.5", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" }),
13
+ /* @__PURE__ */ e(
14
+ "path",
15
+ {
16
+ d: "M18.8332 8.5L18.3732 15.3991C18.1962 18.054 18.1077 19.3815 17.2427 20.1907C16.3777 21 15.0473 21 12.3865 21H11.6132C8.95235 21 7.62195 21 6.75694 20.1907C5.89194 19.3815 5.80344 18.054 5.62644 15.3991L5.1665 8.5",
17
+ stroke: t,
18
+ strokeWidth: "1.5",
19
+ strokeLinecap: "round"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ e("path", { d: "M9.5 11L10 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" }),
23
+ /* @__PURE__ */ e("path", { d: "M14.5 11L14 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" }),
24
+ /* @__PURE__ */ e(
25
+ "path",
26
+ {
27
+ d: "M6.5 6C6.55588 6 6.58382 6 6.60915 5.99936C7.43259 5.97849 8.15902 5.45491 8.43922 4.68032C8.44784 4.65649 8.45667 4.62999 8.47434 4.57697L8.57143 4.28571C8.65431 4.03708 8.69575 3.91276 8.75071 3.8072C8.97001 3.38607 9.37574 3.09364 9.84461 3.01877C9.96213 3 10.0932 3 10.3553 3H13.6447C13.9068 3 14.0379 3 14.1554 3.01877C14.6243 3.09364 15.03 3.38607 15.2493 3.8072C15.3043 3.91276 15.3457 4.03708 15.4286 4.28571L15.5257 4.57697C15.5433 4.62992 15.5522 4.65651 15.5608 4.68032C15.841 5.45491 16.5674 5.97849 17.3909 5.99936C17.4162 6 17.4441 6 17.5 6",
28
+ stroke: t,
29
+ strokeWidth: "1.5"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
13
35
  export {
14
- TrashLinesOutline as default
36
+ C as default
15
37
  };
@@ -1,13 +1,35 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const TrashOutline = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("path", { d: "M20.5001 6H3.5", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }),
8
- /* @__PURE__ */ jsx("path", { d: "M18.8332 8.5L18.3732 15.3991C18.1962 18.054 18.1077 19.3815 17.2427 20.1907C16.3777 21 15.0473 21 12.3865 21H11.6132C8.95235 21 7.62195 21 6.75694 20.1907C5.89194 19.3815 5.80344 18.054 5.62644 15.3991L5.1665 8.5", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }),
9
- /* @__PURE__ */ jsx("path", { d: "M6.5 6C6.55588 6 6.58382 6 6.60915 5.99936C7.43259 5.97849 8.15902 5.45491 8.43922 4.68032C8.44784 4.65649 8.45667 4.62999 8.47434 4.57697L8.57143 4.28571C8.65431 4.03708 8.69575 3.91276 8.75071 3.8072C8.97001 3.38607 9.37574 3.09364 9.84461 3.01877C9.96213 3 10.0932 3 10.3553 3H13.6447C13.9068 3 14.0379 3 14.1554 3.01877C14.6243 3.09364 15.03 3.38607 15.2493 3.8072C15.3043 3.91276 15.3457 4.03708 15.4286 4.28571L15.5257 4.57697C15.5433 4.62992 15.5522 4.65651 15.5608 4.68032C15.841 5.45491 16.5674 5.97849 17.3909 5.99936C17.4162 6 17.4441 6 17.5 6", stroke: color, strokeWidth: "1.5" })
10
- ] });
1
+ import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
+ const h = ({ size: r = 24, color: t = "currentColor", ...C }) => /* @__PURE__ */ s(
3
+ "svg",
4
+ {
5
+ width: r,
6
+ height: r,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...C,
11
+ children: [
12
+ /* @__PURE__ */ e("path", { d: "M20.5001 6H3.5", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" }),
13
+ /* @__PURE__ */ e(
14
+ "path",
15
+ {
16
+ d: "M18.8332 8.5L18.3732 15.3991C18.1962 18.054 18.1077 19.3815 17.2427 20.1907C16.3777 21 15.0473 21 12.3865 21H11.6132C8.95235 21 7.62195 21 6.75694 20.1907C5.89194 19.3815 5.80344 18.054 5.62644 15.3991L5.1665 8.5",
17
+ stroke: t,
18
+ strokeWidth: "1.5",
19
+ strokeLinecap: "round"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ e(
23
+ "path",
24
+ {
25
+ d: "M6.5 6C6.55588 6 6.58382 6 6.60915 5.99936C7.43259 5.97849 8.15902 5.45491 8.43922 4.68032C8.44784 4.65649 8.45667 4.62999 8.47434 4.57697L8.57143 4.28571C8.65431 4.03708 8.69575 3.91276 8.75071 3.8072C8.97001 3.38607 9.37574 3.09364 9.84461 3.01877C9.96213 3 10.0932 3 10.3553 3H13.6447C13.9068 3 14.0379 3 14.1554 3.01877C14.6243 3.09364 15.03 3.38607 15.2493 3.8072C15.3043 3.91276 15.3457 4.03708 15.4286 4.28571L15.5257 4.57697C15.5433 4.62992 15.5522 4.65651 15.5608 4.68032C15.841 5.45491 16.5674 5.97849 17.3909 5.99936C17.4162 6 17.4441 6 17.5 6",
26
+ stroke: t,
27
+ strokeWidth: "1.5"
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
11
33
  export {
12
- TrashOutline as default
34
+ h as default
13
35
  };
@@ -1,12 +1,31 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const Upload = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("path", { d: "M12.5535 2.49392C12.4114 2.33852 12.2106 2.25 12 2.25C11.7894 2.25 11.5886 2.33852 11.4465 2.49392L7.44648 6.86892C7.16698 7.17462 7.18822 7.64902 7.49392 7.92852C7.79963 8.20802 8.27402 8.18678 8.55352 7.88108L11.25 4.9318V16C11.25 16.4142 11.5858 16.75 12 16.75C12.4142 16.75 12.75 16.4142 12.75 16V4.9318L15.4465 7.88108C15.726 8.18678 16.2004 8.20802 16.5061 7.92852C16.8118 7.64902 16.833 7.17462 16.5535 6.86892L12.5535 2.49392Z", fill: color }),
8
- /* @__PURE__ */ jsx("path", { d: "M3.75 15C3.75 14.5858 3.41422 14.25 3 14.25C2.58579 14.25 2.25 14.5858 2.25 15V15.0549C2.24998 16.4225 2.24996 17.5248 2.36652 18.3918C2.48754 19.2919 2.74643 20.0497 3.34835 20.6516C3.95027 21.2536 4.70814 21.5125 5.60825 21.6335C6.47522 21.75 7.57754 21.75 8.94513 21.75H15.0549C16.4225 21.75 17.5248 21.75 18.3918 21.6335C19.2919 21.5125 20.0497 21.2536 20.6517 20.6516C21.2536 20.0497 21.5125 19.2919 21.6335 18.3918C21.75 17.5248 21.75 16.4225 21.75 15.0549V15C21.75 14.5858 21.4142 14.25 21 14.25C20.5858 14.25 20.25 14.5858 20.25 15C20.25 16.4354 20.2484 17.4365 20.1469 18.1919C20.0482 18.9257 19.8678 19.3142 19.591 19.591C19.3142 19.8678 18.9257 20.0482 18.1919 20.1469C17.4365 20.2484 16.4354 20.25 15 20.25H9C7.56459 20.25 6.56347 20.2484 5.80812 20.1469C5.07435 20.0482 4.68577 19.8678 4.40901 19.591C4.13225 19.3142 3.9518 18.9257 3.85315 18.1919C3.75159 17.4365 3.75 16.4354 3.75 15Z", fill: color })
9
- ] });
1
+ import { jsxs as h, jsx as l } from "react/jsx-runtime";
2
+ const r = ({ size: C = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ h(
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: [
12
+ /* @__PURE__ */ l(
13
+ "path",
14
+ {
15
+ d: "M12.5535 2.49392C12.4114 2.33852 12.2106 2.25 12 2.25C11.7894 2.25 11.5886 2.33852 11.4465 2.49392L7.44648 6.86892C7.16698 7.17462 7.18822 7.64902 7.49392 7.92852C7.79963 8.20802 8.27402 8.18678 8.55352 7.88108L11.25 4.9318V16C11.25 16.4142 11.5858 16.75 12 16.75C12.4142 16.75 12.75 16.4142 12.75 16V4.9318L15.4465 7.88108C15.726 8.18678 16.2004 8.20802 16.5061 7.92852C16.8118 7.64902 16.833 7.17462 16.5535 6.86892L12.5535 2.49392Z",
16
+ fill: t
17
+ }
18
+ ),
19
+ /* @__PURE__ */ l(
20
+ "path",
21
+ {
22
+ d: "M3.75 15C3.75 14.5858 3.41422 14.25 3 14.25C2.58579 14.25 2.25 14.5858 2.25 15V15.0549C2.24998 16.4225 2.24996 17.5248 2.36652 18.3918C2.48754 19.2919 2.74643 20.0497 3.34835 20.6516C3.95027 21.2536 4.70814 21.5125 5.60825 21.6335C6.47522 21.75 7.57754 21.75 8.94513 21.75H15.0549C16.4225 21.75 17.5248 21.75 18.3918 21.6335C19.2919 21.5125 20.0497 21.2536 20.6517 20.6516C21.2536 20.0497 21.5125 19.2919 21.6335 18.3918C21.75 17.5248 21.75 16.4225 21.75 15.0549V15C21.75 14.5858 21.4142 14.25 21 14.25C20.5858 14.25 20.25 14.5858 20.25 15C20.25 16.4354 20.2484 17.4365 20.1469 18.1919C20.0482 18.9257 19.8678 19.3142 19.591 19.591C19.3142 19.8678 18.9257 20.0482 18.1919 20.1469C17.4365 20.2484 16.4354 20.25 15 20.25H9C7.56459 20.25 6.56347 20.2484 5.80812 20.1469C5.07435 20.0482 4.68577 19.8678 4.40901 19.591C4.13225 19.3142 3.9518 18.9257 3.85315 18.1919C3.75159 17.4365 3.75 16.4354 3.75 15Z",
23
+ fill: t
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
10
29
  export {
11
- Upload as default
30
+ r as default
12
31
  };
@@ -1,9 +1,24 @@
1
- import { jsx } from "react/jsx-runtime";
2
- const UploadBoxFilled = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12ZM12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V11.8107L14.4697 13.5303C14.7626 13.8232 15.2374 13.8232 15.5303 13.5303C15.8232 13.2374 15.8232 12.7626 15.5303 12.4697L12.5303 9.46967C12.3897 9.32902 12.1989 9.25 12 9.25C11.8011 9.25 11.6103 9.32902 11.4697 9.46967L8.46967 12.4697C8.17678 12.7626 8.17678 13.2374 8.46967 13.5303C8.76256 13.8232 9.23744 13.8232 9.53033 13.5303L11.25 11.8107V17C11.25 17.4142 11.5858 17.75 12 17.75ZM8 7.75C7.58579 7.75 7.25 7.41421 7.25 7C7.25 6.58579 7.58579 6.25 8 6.25H16C16.4142 6.25 16.75 6.58579 16.75 7C16.75 7.41421 16.4142 7.75 16 7.75H8Z", fill: color }) });
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ const t = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l(
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(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12ZM12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V11.8107L14.4697 13.5303C14.7626 13.8232 15.2374 13.8232 15.5303 13.5303C15.8232 13.2374 15.8232 12.7626 15.5303 12.4697L12.5303 9.46967C12.3897 9.32902 12.1989 9.25 12 9.25C11.8011 9.25 11.6103 9.32902 11.4697 9.46967L8.46967 12.4697C8.17678 12.7626 8.17678 13.2374 8.46967 13.5303C8.76256 13.8232 9.23744 13.8232 9.53033 13.5303L11.25 11.8107V17C11.25 17.4142 11.5858 17.75 12 17.75ZM8 7.75C7.58579 7.75 7.25 7.41421 7.25 7C7.25 6.58579 7.58579 6.25 8 6.25H16C16.4142 6.25 16.75 6.58579 16.75 7C16.75 7.41421 16.4142 7.75 16 7.75H8Z",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
7
22
  export {
8
- UploadBoxFilled as default
23
+ t as default
9
24
  };
@@ -1,13 +1,40 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- const UploadBoxOutline = ({
3
- size = 24,
4
- color = "currentColor",
5
- ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
7
- /* @__PURE__ */ jsx("path", { d: "M7.25 7C7.25 7.41421 7.58579 7.75 8 7.75H16C16.4142 7.75 16.75 7.41421 16.75 7C16.75 6.58579 16.4142 6.25 16 6.25H8C7.58579 6.25 7.25 6.58579 7.25 7Z", fill: color }),
8
- /* @__PURE__ */ jsx("path", { d: "M12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V11.8107L14.4697 13.5303C14.7626 13.8232 15.2374 13.8232 15.5303 13.5303C15.8232 13.2374 15.8232 12.7626 15.5303 12.4697L12.5303 9.46967C12.3897 9.32902 12.1989 9.25 12 9.25C11.8011 9.25 11.6103 9.32902 11.4697 9.46967L8.46967 12.4697C8.17678 12.7626 8.17678 13.2374 8.46967 13.5303C8.76256 13.8232 9.23744 13.8232 9.53033 13.5303L11.25 11.8107V17C11.25 17.4142 11.5858 17.75 12 17.75Z", fill: color }),
9
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9426 1.25C9.63423 1.24999 7.82519 1.24998 6.4137 1.43975C4.96897 1.63399 3.82895 2.03933 2.93414 2.93414C2.03933 3.82895 1.63399 4.96897 1.43975 6.41371C1.24998 7.82519 1.24999 9.63423 1.25 11.9426V12.0574C1.24999 14.3658 1.24998 16.1748 1.43975 17.5863C1.63399 19.031 2.03933 20.1711 2.93414 21.0659C3.82895 21.9607 4.96897 22.366 6.4137 22.5603C7.82519 22.75 9.63423 22.75 11.9426 22.75H12.0574C14.3658 22.75 16.1748 22.75 17.5863 22.5603C19.031 22.366 20.1711 21.9607 21.0659 21.0659C21.9607 20.1711 22.366 19.031 22.5603 17.5863C22.75 16.1748 22.75 14.3658 22.75 12.0574V11.9426C22.75 9.63423 22.75 7.82519 22.5603 6.41371C22.366 4.96897 21.9607 3.82895 21.0659 2.93414C20.1711 2.03933 19.031 1.63399 17.5863 1.43975C16.1748 1.24998 14.3658 1.24999 12.0574 1.25H11.9426ZM3.9948 3.9948C4.56445 3.42514 5.33517 3.09825 6.61358 2.92637C7.91356 2.75159 9.62177 2.75 12 2.75C14.3782 2.75 16.0864 2.75159 17.3864 2.92637C18.6648 3.09825 19.4355 3.42514 20.0052 3.9948C20.5749 4.56445 20.9018 5.33517 21.0736 6.61358C21.2484 7.91356 21.25 9.62178 21.25 12C21.25 14.3782 21.2484 16.0864 21.0736 17.3864C20.9018 18.6648 20.5749 19.4355 20.0052 20.0052C19.4355 20.5749 18.6648 20.9018 17.3864 21.0736C16.0864 21.2484 14.3782 21.25 12 21.25C9.62177 21.25 7.91356 21.2484 6.61358 21.0736C5.33517 20.9018 4.56445 20.5749 3.9948 20.0052C3.42514 19.4355 3.09825 18.6648 2.92637 17.3864C2.75159 16.0864 2.75 14.3782 2.75 12C2.75 9.62178 2.75159 7.91356 2.92637 6.61358C3.09825 5.33517 3.42514 4.56445 3.9948 3.9948Z", fill: color })
10
- ] });
1
+ import { jsxs as d, jsx as l } from "react/jsx-runtime";
2
+ const n = ({ size: e = 24, color: C = "currentColor", ...t }) => /* @__PURE__ */ d(
3
+ "svg",
4
+ {
5
+ width: e,
6
+ height: e,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ l(
13
+ "path",
14
+ {
15
+ d: "M7.25 7C7.25 7.41421 7.58579 7.75 8 7.75H16C16.4142 7.75 16.75 7.41421 16.75 7C16.75 6.58579 16.4142 6.25 16 6.25H8C7.58579 6.25 7.25 6.58579 7.25 7Z",
16
+ fill: C
17
+ }
18
+ ),
19
+ /* @__PURE__ */ l(
20
+ "path",
21
+ {
22
+ d: "M12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V11.8107L14.4697 13.5303C14.7626 13.8232 15.2374 13.8232 15.5303 13.5303C15.8232 13.2374 15.8232 12.7626 15.5303 12.4697L12.5303 9.46967C12.3897 9.32902 12.1989 9.25 12 9.25C11.8011 9.25 11.6103 9.32902 11.4697 9.46967L8.46967 12.4697C8.17678 12.7626 8.17678 13.2374 8.46967 13.5303C8.76256 13.8232 9.23744 13.8232 9.53033 13.5303L11.25 11.8107V17C11.25 17.4142 11.5858 17.75 12 17.75Z",
23
+ fill: C
24
+ }
25
+ ),
26
+ /* @__PURE__ */ l(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M11.9426 1.25C9.63423 1.24999 7.82519 1.24998 6.4137 1.43975C4.96897 1.63399 3.82895 2.03933 2.93414 2.93414C2.03933 3.82895 1.63399 4.96897 1.43975 6.41371C1.24998 7.82519 1.24999 9.63423 1.25 11.9426V12.0574C1.24999 14.3658 1.24998 16.1748 1.43975 17.5863C1.63399 19.031 2.03933 20.1711 2.93414 21.0659C3.82895 21.9607 4.96897 22.366 6.4137 22.5603C7.82519 22.75 9.63423 22.75 11.9426 22.75H12.0574C14.3658 22.75 16.1748 22.75 17.5863 22.5603C19.031 22.366 20.1711 21.9607 21.0659 21.0659C21.9607 20.1711 22.366 19.031 22.5603 17.5863C22.75 16.1748 22.75 14.3658 22.75 12.0574V11.9426C22.75 9.63423 22.75 7.82519 22.5603 6.41371C22.366 4.96897 21.9607 3.82895 21.0659 2.93414C20.1711 2.03933 19.031 1.63399 17.5863 1.43975C16.1748 1.24998 14.3658 1.24999 12.0574 1.25H11.9426ZM3.9948 3.9948C4.56445 3.42514 5.33517 3.09825 6.61358 2.92637C7.91356 2.75159 9.62177 2.75 12 2.75C14.3782 2.75 16.0864 2.75159 17.3864 2.92637C18.6648 3.09825 19.4355 3.42514 20.0052 3.9948C20.5749 4.56445 20.9018 5.33517 21.0736 6.61358C21.2484 7.91356 21.25 9.62178 21.25 12C21.25 14.3782 21.2484 16.0864 21.0736 17.3864C20.9018 18.6648 20.5749 19.4355 20.0052 20.0052C19.4355 20.5749 18.6648 20.9018 17.3864 21.0736C16.0864 21.2484 14.3782 21.25 12 21.25C9.62177 21.25 7.91356 21.2484 6.61358 21.0736C5.33517 20.9018 4.56445 20.5749 3.9948 20.0052C3.42514 19.4355 3.09825 18.6648 2.92637 17.3864C2.75159 16.0864 2.75 14.3782 2.75 12C2.75 9.62178 2.75159 7.91356 2.92637 6.61358C3.09825 5.33517 3.42514 4.56445 3.9948 3.9948Z",
32
+ fill: C
33
+ }
34
+ )
35
+ ]
36
+ }
37
+ );
11
38
  export {
12
- UploadBoxOutline as default
39
+ n as default
13
40
  };