@metamask-previews/design-system-react 0.0.0-preview.ccba95e → 0.0.0-preview.da25f99

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 (655) hide show
  1. package/dist/components/AvatarAccount/AvatarAccount.mjs +1 -2
  2. package/dist/components/AvatarAccount/AvatarAccount.mjs.map +1 -1
  3. package/dist/components/AvatarBase/AvatarBase.mjs +1 -2
  4. package/dist/components/AvatarBase/AvatarBase.mjs.map +1 -1
  5. package/dist/components/AvatarFavicon/AvatarFavicon.mjs +1 -2
  6. package/dist/components/AvatarFavicon/AvatarFavicon.mjs.map +1 -1
  7. package/dist/components/AvatarGroup/AvatarGroup.mjs +1 -2
  8. package/dist/components/AvatarGroup/AvatarGroup.mjs.map +1 -1
  9. package/dist/components/AvatarIcon/AvatarIcon.mjs +1 -2
  10. package/dist/components/AvatarIcon/AvatarIcon.mjs.map +1 -1
  11. package/dist/components/AvatarNetwork/AvatarNetwork.mjs +1 -2
  12. package/dist/components/AvatarNetwork/AvatarNetwork.mjs.map +1 -1
  13. package/dist/components/AvatarToken/AvatarToken.mjs +1 -2
  14. package/dist/components/AvatarToken/AvatarToken.mjs.map +1 -1
  15. package/dist/components/BadgeCount/BadgeCount.mjs +1 -2
  16. package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -1
  17. package/dist/components/BadgeIcon/BadgeIcon.mjs +1 -2
  18. package/dist/components/BadgeIcon/BadgeIcon.mjs.map +1 -1
  19. package/dist/components/BadgeNetwork/BadgeNetwork.mjs +1 -2
  20. package/dist/components/BadgeNetwork/BadgeNetwork.mjs.map +1 -1
  21. package/dist/components/BadgeStatus/BadgeStatus.mjs +1 -2
  22. package/dist/components/BadgeStatus/BadgeStatus.mjs.map +1 -1
  23. package/dist/components/BadgeWrapper/BadgeWrapper.mjs +1 -2
  24. package/dist/components/BadgeWrapper/BadgeWrapper.mjs.map +1 -1
  25. package/dist/components/Box/Box.cjs +15 -0
  26. package/dist/components/Box/Box.cjs.map +1 -0
  27. package/dist/components/Box/Box.constants.cjs +19 -0
  28. package/dist/components/Box/Box.constants.cjs.map +1 -0
  29. package/dist/components/Box/Box.constants.d.cts +3 -0
  30. package/dist/components/Box/Box.constants.d.cts.map +1 -0
  31. package/dist/components/Box/Box.constants.d.mts +3 -0
  32. package/dist/components/Box/Box.constants.d.mts.map +1 -0
  33. package/dist/components/Box/Box.constants.mjs +16 -0
  34. package/dist/components/Box/Box.constants.mjs.map +1 -0
  35. package/dist/components/Box/Box.d.cts +4 -0
  36. package/dist/components/Box/Box.d.cts.map +1 -0
  37. package/dist/components/Box/Box.d.mts +4 -0
  38. package/dist/components/Box/Box.d.mts.map +1 -0
  39. package/dist/components/Box/Box.mjs +15 -0
  40. package/dist/components/Box/Box.mjs.map +1 -0
  41. package/dist/components/Box/Box.types.cjs +3 -0
  42. package/dist/components/Box/Box.types.cjs.map +1 -0
  43. package/dist/components/Box/Box.types.d.cts +30 -0
  44. package/dist/components/Box/Box.types.d.cts.map +1 -0
  45. package/dist/components/Box/Box.types.d.mts +30 -0
  46. package/dist/components/Box/Box.types.d.mts.map +1 -0
  47. package/dist/components/Box/Box.types.mjs +2 -0
  48. package/dist/components/Box/Box.types.mjs.map +1 -0
  49. package/dist/components/Box/index.cjs +11 -0
  50. package/dist/components/Box/index.cjs.map +1 -0
  51. package/dist/components/Box/index.d.cts +5 -0
  52. package/dist/components/Box/index.d.cts.map +1 -0
  53. package/dist/components/Box/index.d.mts +5 -0
  54. package/dist/components/Box/index.d.mts.map +1 -0
  55. package/dist/components/Box/index.mjs +3 -0
  56. package/dist/components/Box/index.mjs.map +1 -0
  57. package/dist/components/Button/Button.mjs +1 -2
  58. package/dist/components/Button/Button.mjs.map +1 -1
  59. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs +1 -2
  60. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs.map +1 -1
  61. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs +1 -2
  62. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs.map +1 -1
  63. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs +1 -2
  64. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs.map +1 -1
  65. package/dist/components/ButtonBase/ButtonBase.mjs +1 -2
  66. package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
  67. package/dist/components/ButtonIcon/ButtonIcon.mjs +1 -2
  68. package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -1
  69. package/dist/components/Checkbox/Checkbox.cjs +73 -0
  70. package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
  71. package/dist/components/Checkbox/Checkbox.d.cts +6 -0
  72. package/dist/components/Checkbox/Checkbox.d.cts.map +1 -0
  73. package/dist/components/Checkbox/Checkbox.d.mts +6 -0
  74. package/dist/components/Checkbox/Checkbox.d.mts.map +1 -0
  75. package/dist/components/Checkbox/Checkbox.mjs +54 -0
  76. package/dist/components/Checkbox/Checkbox.mjs.map +1 -0
  77. package/dist/components/Checkbox/Checkbox.types.cjs +3 -0
  78. package/dist/components/Checkbox/Checkbox.types.cjs.map +1 -0
  79. package/dist/components/Checkbox/Checkbox.types.d.cts +67 -0
  80. package/dist/components/Checkbox/Checkbox.types.d.cts.map +1 -0
  81. package/dist/components/Checkbox/Checkbox.types.d.mts +67 -0
  82. package/dist/components/Checkbox/Checkbox.types.d.mts.map +1 -0
  83. package/dist/components/Checkbox/Checkbox.types.mjs +2 -0
  84. package/dist/components/Checkbox/Checkbox.types.mjs.map +1 -0
  85. package/dist/components/Checkbox/index.cjs +6 -0
  86. package/dist/components/Checkbox/index.cjs.map +1 -0
  87. package/dist/components/Checkbox/index.d.cts +3 -0
  88. package/dist/components/Checkbox/index.d.cts.map +1 -0
  89. package/dist/components/Checkbox/index.d.mts +3 -0
  90. package/dist/components/Checkbox/index.d.mts.map +1 -0
  91. package/dist/components/Checkbox/index.mjs +2 -0
  92. package/dist/components/Checkbox/index.mjs.map +1 -0
  93. package/dist/components/Icon/icons/Accessibility.mjs +1 -2
  94. package/dist/components/Icon/icons/Accessibility.mjs.map +1 -1
  95. package/dist/components/Icon/icons/Activity.mjs +1 -2
  96. package/dist/components/Icon/icons/Activity.mjs.map +1 -1
  97. package/dist/components/Icon/icons/Add.mjs +1 -2
  98. package/dist/components/Icon/icons/Add.mjs.map +1 -1
  99. package/dist/components/Icon/icons/AddCard.mjs +1 -2
  100. package/dist/components/Icon/icons/AddCard.mjs.map +1 -1
  101. package/dist/components/Icon/icons/AddCircle.mjs +1 -2
  102. package/dist/components/Icon/icons/AddCircle.mjs.map +1 -1
  103. package/dist/components/Icon/icons/AddSquare.mjs +1 -2
  104. package/dist/components/Icon/icons/AddSquare.mjs.map +1 -1
  105. package/dist/components/Icon/icons/Ai.mjs +1 -2
  106. package/dist/components/Icon/icons/Ai.mjs.map +1 -1
  107. package/dist/components/Icon/icons/AlternateEmail.mjs +1 -2
  108. package/dist/components/Icon/icons/AlternateEmail.mjs.map +1 -1
  109. package/dist/components/Icon/icons/Apps.mjs +1 -2
  110. package/dist/components/Icon/icons/Apps.mjs.map +1 -1
  111. package/dist/components/Icon/icons/Arrow2Down.mjs +1 -2
  112. package/dist/components/Icon/icons/Arrow2Down.mjs.map +1 -1
  113. package/dist/components/Icon/icons/Arrow2Left.mjs +1 -2
  114. package/dist/components/Icon/icons/Arrow2Left.mjs.map +1 -1
  115. package/dist/components/Icon/icons/Arrow2Right.mjs +1 -2
  116. package/dist/components/Icon/icons/Arrow2Right.mjs.map +1 -1
  117. package/dist/components/Icon/icons/Arrow2Up.mjs +1 -2
  118. package/dist/components/Icon/icons/Arrow2Up.mjs.map +1 -1
  119. package/dist/components/Icon/icons/Arrow2UpRight.mjs +1 -2
  120. package/dist/components/Icon/icons/Arrow2UpRight.mjs.map +1 -1
  121. package/dist/components/Icon/icons/ArrowCircleDown.mjs +1 -2
  122. package/dist/components/Icon/icons/ArrowCircleDown.mjs.map +1 -1
  123. package/dist/components/Icon/icons/ArrowCircleUp.mjs +1 -2
  124. package/dist/components/Icon/icons/ArrowCircleUp.mjs.map +1 -1
  125. package/dist/components/Icon/icons/ArrowDoubleLeft.mjs +1 -2
  126. package/dist/components/Icon/icons/ArrowDoubleLeft.mjs.map +1 -1
  127. package/dist/components/Icon/icons/ArrowDoubleRight.mjs +1 -2
  128. package/dist/components/Icon/icons/ArrowDoubleRight.mjs.map +1 -1
  129. package/dist/components/Icon/icons/ArrowDown.mjs +1 -2
  130. package/dist/components/Icon/icons/ArrowDown.mjs.map +1 -1
  131. package/dist/components/Icon/icons/ArrowDropDownCircle.mjs +1 -2
  132. package/dist/components/Icon/icons/ArrowDropDownCircle.mjs.map +1 -1
  133. package/dist/components/Icon/icons/ArrowLeft.mjs +1 -2
  134. package/dist/components/Icon/icons/ArrowLeft.mjs.map +1 -1
  135. package/dist/components/Icon/icons/ArrowRight.mjs +1 -2
  136. package/dist/components/Icon/icons/ArrowRight.mjs.map +1 -1
  137. package/dist/components/Icon/icons/ArrowUp.mjs +1 -2
  138. package/dist/components/Icon/icons/ArrowUp.mjs.map +1 -1
  139. package/dist/components/Icon/icons/Attachment.mjs +1 -2
  140. package/dist/components/Icon/icons/Attachment.mjs.map +1 -1
  141. package/dist/components/Icon/icons/Ban.mjs +1 -2
  142. package/dist/components/Icon/icons/Ban.mjs.map +1 -1
  143. package/dist/components/Icon/icons/Bank.mjs +1 -2
  144. package/dist/components/Icon/icons/Bank.mjs.map +1 -1
  145. package/dist/components/Icon/icons/BankAssured.mjs +1 -2
  146. package/dist/components/Icon/icons/BankAssured.mjs.map +1 -1
  147. package/dist/components/Icon/icons/Bold.mjs +1 -2
  148. package/dist/components/Icon/icons/Bold.mjs.map +1 -1
  149. package/dist/components/Icon/icons/Book.mjs +1 -2
  150. package/dist/components/Icon/icons/Book.mjs.map +1 -1
  151. package/dist/components/Icon/icons/Bookmark.mjs +1 -2
  152. package/dist/components/Icon/icons/Bookmark.mjs.map +1 -1
  153. package/dist/components/Icon/icons/Bridge.mjs +1 -2
  154. package/dist/components/Icon/icons/Bridge.mjs.map +1 -1
  155. package/dist/components/Icon/icons/Briefcase.mjs +1 -2
  156. package/dist/components/Icon/icons/Briefcase.mjs.map +1 -1
  157. package/dist/components/Icon/icons/Bulb.mjs +1 -2
  158. package/dist/components/Icon/icons/Bulb.mjs.map +1 -1
  159. package/dist/components/Icon/icons/BuySell.mjs +1 -2
  160. package/dist/components/Icon/icons/BuySell.mjs.map +1 -1
  161. package/dist/components/Icon/icons/Cake.mjs +1 -2
  162. package/dist/components/Icon/icons/Cake.mjs.map +1 -1
  163. package/dist/components/Icon/icons/Calculator.mjs +1 -2
  164. package/dist/components/Icon/icons/Calculator.mjs.map +1 -1
  165. package/dist/components/Icon/icons/Calendar.mjs +1 -2
  166. package/dist/components/Icon/icons/Calendar.mjs.map +1 -1
  167. package/dist/components/Icon/icons/Call.mjs +1 -2
  168. package/dist/components/Icon/icons/Call.mjs.map +1 -1
  169. package/dist/components/Icon/icons/Camera.mjs +1 -2
  170. package/dist/components/Icon/icons/Camera.mjs.map +1 -1
  171. package/dist/components/Icon/icons/Campaign.mjs +1 -2
  172. package/dist/components/Icon/icons/Campaign.mjs.map +1 -1
  173. package/dist/components/Icon/icons/Card.mjs +1 -2
  174. package/dist/components/Icon/icons/Card.mjs.map +1 -1
  175. package/dist/components/Icon/icons/CardPos.mjs +1 -2
  176. package/dist/components/Icon/icons/CardPos.mjs.map +1 -1
  177. package/dist/components/Icon/icons/Cash.mjs +1 -2
  178. package/dist/components/Icon/icons/Cash.mjs.map +1 -1
  179. package/dist/components/Icon/icons/Category.mjs +1 -2
  180. package/dist/components/Icon/icons/Category.mjs.map +1 -1
  181. package/dist/components/Icon/icons/Chart.mjs +1 -2
  182. package/dist/components/Icon/icons/Chart.mjs.map +1 -1
  183. package/dist/components/Icon/icons/Check.mjs +1 -2
  184. package/dist/components/Icon/icons/Check.mjs.map +1 -1
  185. package/dist/components/Icon/icons/CheckBold.mjs +1 -2
  186. package/dist/components/Icon/icons/CheckBold.mjs.map +1 -1
  187. package/dist/components/Icon/icons/CircleX.mjs +1 -2
  188. package/dist/components/Icon/icons/CircleX.mjs.map +1 -1
  189. package/dist/components/Icon/icons/Clock.mjs +1 -2
  190. package/dist/components/Icon/icons/Clock.mjs.map +1 -1
  191. package/dist/components/Icon/icons/ClockFilled.mjs +1 -2
  192. package/dist/components/Icon/icons/ClockFilled.mjs.map +1 -1
  193. package/dist/components/Icon/icons/Close.mjs +1 -2
  194. package/dist/components/Icon/icons/Close.mjs.map +1 -1
  195. package/dist/components/Icon/icons/Cloud.mjs +1 -2
  196. package/dist/components/Icon/icons/Cloud.mjs.map +1 -1
  197. package/dist/components/Icon/icons/CloudDownload.mjs +1 -2
  198. package/dist/components/Icon/icons/CloudDownload.mjs.map +1 -1
  199. package/dist/components/Icon/icons/CloudUpload.mjs +1 -2
  200. package/dist/components/Icon/icons/CloudUpload.mjs.map +1 -1
  201. package/dist/components/Icon/icons/Code.mjs +1 -2
  202. package/dist/components/Icon/icons/Code.mjs.map +1 -1
  203. package/dist/components/Icon/icons/CodeCircle.mjs +1 -2
  204. package/dist/components/Icon/icons/CodeCircle.mjs.map +1 -1
  205. package/dist/components/Icon/icons/Coin.mjs +1 -2
  206. package/dist/components/Icon/icons/Coin.mjs.map +1 -1
  207. package/dist/components/Icon/icons/Collapse.mjs +1 -2
  208. package/dist/components/Icon/icons/Collapse.mjs.map +1 -1
  209. package/dist/components/Icon/icons/Confirmation.mjs +1 -2
  210. package/dist/components/Icon/icons/Confirmation.mjs.map +1 -1
  211. package/dist/components/Icon/icons/Connect.mjs +1 -2
  212. package/dist/components/Icon/icons/Connect.mjs.map +1 -1
  213. package/dist/components/Icon/icons/Copy.mjs +1 -2
  214. package/dist/components/Icon/icons/Copy.mjs.map +1 -1
  215. package/dist/components/Icon/icons/CopySuccess.mjs +1 -2
  216. package/dist/components/Icon/icons/CopySuccess.mjs.map +1 -1
  217. package/dist/components/Icon/icons/CreditCheck.mjs +1 -2
  218. package/dist/components/Icon/icons/CreditCheck.mjs.map +1 -1
  219. package/dist/components/Icon/icons/CurrencyFranc.mjs +1 -2
  220. package/dist/components/Icon/icons/CurrencyFranc.mjs.map +1 -1
  221. package/dist/components/Icon/icons/CurrencyLira.mjs +1 -2
  222. package/dist/components/Icon/icons/CurrencyLira.mjs.map +1 -1
  223. package/dist/components/Icon/icons/CurrencyPound.mjs +1 -2
  224. package/dist/components/Icon/icons/CurrencyPound.mjs.map +1 -1
  225. package/dist/components/Icon/icons/CurrencyYuan.mjs +1 -2
  226. package/dist/components/Icon/icons/CurrencyYuan.mjs.map +1 -1
  227. package/dist/components/Icon/icons/Customize.mjs +1 -2
  228. package/dist/components/Icon/icons/Customize.mjs.map +1 -1
  229. package/dist/components/Icon/icons/Danger.mjs +1 -2
  230. package/dist/components/Icon/icons/Danger.mjs.map +1 -1
  231. package/dist/components/Icon/icons/Dark.mjs +1 -2
  232. package/dist/components/Icon/icons/Dark.mjs.map +1 -1
  233. package/dist/components/Icon/icons/DarkFilled.mjs +1 -2
  234. package/dist/components/Icon/icons/DarkFilled.mjs.map +1 -1
  235. package/dist/components/Icon/icons/Data.mjs +1 -2
  236. package/dist/components/Icon/icons/Data.mjs.map +1 -1
  237. package/dist/components/Icon/icons/Description.mjs +1 -2
  238. package/dist/components/Icon/icons/Description.mjs.map +1 -1
  239. package/dist/components/Icon/icons/Details.mjs +1 -2
  240. package/dist/components/Icon/icons/Details.mjs.map +1 -1
  241. package/dist/components/Icon/icons/Diagram.mjs +1 -2
  242. package/dist/components/Icon/icons/Diagram.mjs.map +1 -1
  243. package/dist/components/Icon/icons/DocumentCode.mjs +1 -2
  244. package/dist/components/Icon/icons/DocumentCode.mjs.map +1 -1
  245. package/dist/components/Icon/icons/Download.mjs +1 -2
  246. package/dist/components/Icon/icons/Download.mjs.map +1 -1
  247. package/dist/components/Icon/icons/Draft.mjs +1 -2
  248. package/dist/components/Icon/icons/Draft.mjs.map +1 -1
  249. package/dist/components/Icon/icons/EcoLeaf.mjs +1 -2
  250. package/dist/components/Icon/icons/EcoLeaf.mjs.map +1 -1
  251. package/dist/components/Icon/icons/Edit.mjs +1 -2
  252. package/dist/components/Icon/icons/Edit.mjs.map +1 -1
  253. package/dist/components/Icon/icons/EditSquare.mjs +1 -2
  254. package/dist/components/Icon/icons/EditSquare.mjs.map +1 -1
  255. package/dist/components/Icon/icons/EncryptedAdd.mjs +1 -2
  256. package/dist/components/Icon/icons/EncryptedAdd.mjs.map +1 -1
  257. package/dist/components/Icon/icons/Eraser.mjs +1 -2
  258. package/dist/components/Icon/icons/Eraser.mjs.map +1 -1
  259. package/dist/components/Icon/icons/Error.mjs +1 -2
  260. package/dist/components/Icon/icons/Error.mjs.map +1 -1
  261. package/dist/components/Icon/icons/Ethereum.mjs +1 -2
  262. package/dist/components/Icon/icons/Ethereum.mjs.map +1 -1
  263. package/dist/components/Icon/icons/Exchange.mjs +1 -2
  264. package/dist/components/Icon/icons/Exchange.mjs.map +1 -1
  265. package/dist/components/Icon/icons/Expand.mjs +1 -2
  266. package/dist/components/Icon/icons/Expand.mjs.map +1 -1
  267. package/dist/components/Icon/icons/ExpandVertical.mjs +1 -2
  268. package/dist/components/Icon/icons/ExpandVertical.mjs.map +1 -1
  269. package/dist/components/Icon/icons/Explore.mjs +1 -2
  270. package/dist/components/Icon/icons/Explore.mjs.map +1 -1
  271. package/dist/components/Icon/icons/ExploreFilled.mjs +1 -2
  272. package/dist/components/Icon/icons/ExploreFilled.mjs.map +1 -1
  273. package/dist/components/Icon/icons/Export.mjs +1 -2
  274. package/dist/components/Icon/icons/Export.mjs.map +1 -1
  275. package/dist/components/Icon/icons/Extension.mjs +1 -2
  276. package/dist/components/Icon/icons/Extension.mjs.map +1 -1
  277. package/dist/components/Icon/icons/Eye.mjs +1 -2
  278. package/dist/components/Icon/icons/Eye.mjs.map +1 -1
  279. package/dist/components/Icon/icons/EyeSlash.mjs +1 -2
  280. package/dist/components/Icon/icons/EyeSlash.mjs.map +1 -1
  281. package/dist/components/Icon/icons/FaceId.mjs +1 -2
  282. package/dist/components/Icon/icons/FaceId.mjs.map +1 -1
  283. package/dist/components/Icon/icons/Feedback.mjs +1 -2
  284. package/dist/components/Icon/icons/Feedback.mjs.map +1 -1
  285. package/dist/components/Icon/icons/File.mjs +1 -2
  286. package/dist/components/Icon/icons/File.mjs.map +1 -1
  287. package/dist/components/Icon/icons/Filter.mjs +1 -2
  288. package/dist/components/Icon/icons/Filter.mjs.map +1 -1
  289. package/dist/components/Icon/icons/Fingerprint.mjs +1 -2
  290. package/dist/components/Icon/icons/Fingerprint.mjs.map +1 -1
  291. package/dist/components/Icon/icons/Fire.mjs +1 -2
  292. package/dist/components/Icon/icons/Fire.mjs.map +1 -1
  293. package/dist/components/Icon/icons/FirstPage.mjs +1 -2
  294. package/dist/components/Icon/icons/FirstPage.mjs.map +1 -1
  295. package/dist/components/Icon/icons/Flag.mjs +1 -2
  296. package/dist/components/Icon/icons/Flag.mjs.map +1 -1
  297. package/dist/components/Icon/icons/Flash.mjs +1 -2
  298. package/dist/components/Icon/icons/Flash.mjs.map +1 -1
  299. package/dist/components/Icon/icons/FlashSlash.mjs +1 -2
  300. package/dist/components/Icon/icons/FlashSlash.mjs.map +1 -1
  301. package/dist/components/Icon/icons/Flask.mjs +1 -2
  302. package/dist/components/Icon/icons/Flask.mjs.map +1 -1
  303. package/dist/components/Icon/icons/Flower.mjs +1 -2
  304. package/dist/components/Icon/icons/Flower.mjs.map +1 -1
  305. package/dist/components/Icon/icons/Folder.mjs +1 -2
  306. package/dist/components/Icon/icons/Folder.mjs.map +1 -1
  307. package/dist/components/Icon/icons/Forest.mjs +1 -2
  308. package/dist/components/Icon/icons/Forest.mjs.map +1 -1
  309. package/dist/components/Icon/icons/FullCircle.mjs +1 -2
  310. package/dist/components/Icon/icons/FullCircle.mjs.map +1 -1
  311. package/dist/components/Icon/icons/Gas.mjs +1 -2
  312. package/dist/components/Icon/icons/Gas.mjs.map +1 -1
  313. package/dist/components/Icon/icons/Gift.mjs +1 -2
  314. package/dist/components/Icon/icons/Gift.mjs.map +1 -1
  315. package/dist/components/Icon/icons/Global.mjs +1 -2
  316. package/dist/components/Icon/icons/Global.mjs.map +1 -1
  317. package/dist/components/Icon/icons/GlobalSearch.mjs +1 -2
  318. package/dist/components/Icon/icons/GlobalSearch.mjs.map +1 -1
  319. package/dist/components/Icon/icons/Graph.mjs +1 -2
  320. package/dist/components/Icon/icons/Graph.mjs.map +1 -1
  321. package/dist/components/Icon/icons/Hardware.mjs +1 -2
  322. package/dist/components/Icon/icons/Hardware.mjs.map +1 -1
  323. package/dist/components/Icon/icons/HashTag.mjs +1 -2
  324. package/dist/components/Icon/icons/HashTag.mjs.map +1 -1
  325. package/dist/components/Icon/icons/Heart.mjs +1 -2
  326. package/dist/components/Icon/icons/Heart.mjs.map +1 -1
  327. package/dist/components/Icon/icons/HeartFilled.mjs +1 -2
  328. package/dist/components/Icon/icons/HeartFilled.mjs.map +1 -1
  329. package/dist/components/Icon/icons/Hierarchy.mjs +1 -2
  330. package/dist/components/Icon/icons/Hierarchy.mjs.map +1 -1
  331. package/dist/components/Icon/icons/Home.mjs +1 -2
  332. package/dist/components/Icon/icons/Home.mjs.map +1 -1
  333. package/dist/components/Icon/icons/HomeFilled.mjs +1 -2
  334. package/dist/components/Icon/icons/HomeFilled.mjs.map +1 -1
  335. package/dist/components/Icon/icons/Image.mjs +1 -2
  336. package/dist/components/Icon/icons/Image.mjs.map +1 -1
  337. package/dist/components/Icon/icons/Info.mjs +1 -2
  338. package/dist/components/Icon/icons/Info.mjs.map +1 -1
  339. package/dist/components/Icon/icons/Inventory.mjs +1 -2
  340. package/dist/components/Icon/icons/Inventory.mjs.map +1 -1
  341. package/dist/components/Icon/icons/Joystick.mjs +1 -2
  342. package/dist/components/Icon/icons/Joystick.mjs.map +1 -1
  343. package/dist/components/Icon/icons/Keep.mjs +1 -2
  344. package/dist/components/Icon/icons/Keep.mjs.map +1 -1
  345. package/dist/components/Icon/icons/KeepFilled.mjs +1 -2
  346. package/dist/components/Icon/icons/KeepFilled.mjs.map +1 -1
  347. package/dist/components/Icon/icons/Key.mjs +1 -2
  348. package/dist/components/Icon/icons/Key.mjs.map +1 -1
  349. package/dist/components/Icon/icons/LastPage.mjs +1 -2
  350. package/dist/components/Icon/icons/LastPage.mjs.map +1 -1
  351. package/dist/components/Icon/icons/Light.mjs +1 -2
  352. package/dist/components/Icon/icons/Light.mjs.map +1 -1
  353. package/dist/components/Icon/icons/LightFilled.mjs +1 -2
  354. package/dist/components/Icon/icons/LightFilled.mjs.map +1 -1
  355. package/dist/components/Icon/icons/Link.mjs +1 -2
  356. package/dist/components/Icon/icons/Link.mjs.map +1 -1
  357. package/dist/components/Icon/icons/Loading.mjs +1 -2
  358. package/dist/components/Icon/icons/Loading.mjs.map +1 -1
  359. package/dist/components/Icon/icons/Location.mjs +1 -2
  360. package/dist/components/Icon/icons/Location.mjs.map +1 -1
  361. package/dist/components/Icon/icons/Lock.mjs +1 -2
  362. package/dist/components/Icon/icons/Lock.mjs.map +1 -1
  363. package/dist/components/Icon/icons/LockSlash.mjs +1 -2
  364. package/dist/components/Icon/icons/LockSlash.mjs.map +1 -1
  365. package/dist/components/Icon/icons/LockedFilled.mjs +1 -2
  366. package/dist/components/Icon/icons/LockedFilled.mjs.map +1 -1
  367. package/dist/components/Icon/icons/Login.mjs +1 -2
  368. package/dist/components/Icon/icons/Login.mjs.map +1 -1
  369. package/dist/components/Icon/icons/Logout.mjs +1 -2
  370. package/dist/components/Icon/icons/Logout.mjs.map +1 -1
  371. package/dist/components/Icon/icons/Mail.mjs +1 -2
  372. package/dist/components/Icon/icons/Mail.mjs.map +1 -1
  373. package/dist/components/Icon/icons/Map.mjs +1 -2
  374. package/dist/components/Icon/icons/Map.mjs.map +1 -1
  375. package/dist/components/Icon/icons/Menu.mjs +1 -2
  376. package/dist/components/Icon/icons/Menu.mjs.map +1 -1
  377. package/dist/components/Icon/icons/MessageQuestion.mjs +1 -2
  378. package/dist/components/Icon/icons/MessageQuestion.mjs.map +1 -1
  379. package/dist/components/Icon/icons/Messages.mjs +1 -2
  380. package/dist/components/Icon/icons/Messages.mjs.map +1 -1
  381. package/dist/components/Icon/icons/Mic.mjs +1 -2
  382. package/dist/components/Icon/icons/Mic.mjs.map +1 -1
  383. package/dist/components/Icon/icons/Minus.mjs +1 -2
  384. package/dist/components/Icon/icons/Minus.mjs.map +1 -1
  385. package/dist/components/Icon/icons/MinusBold.mjs +1 -2
  386. package/dist/components/Icon/icons/MinusBold.mjs.map +1 -1
  387. package/dist/components/Icon/icons/MinusSquare.mjs +1 -2
  388. package/dist/components/Icon/icons/MinusSquare.mjs.map +1 -1
  389. package/dist/components/Icon/icons/Mobile.mjs +1 -2
  390. package/dist/components/Icon/icons/Mobile.mjs.map +1 -1
  391. package/dist/components/Icon/icons/Money.mjs +1 -2
  392. package/dist/components/Icon/icons/Money.mjs.map +1 -1
  393. package/dist/components/Icon/icons/MoneyBag.mjs +1 -2
  394. package/dist/components/Icon/icons/MoneyBag.mjs.map +1 -1
  395. package/dist/components/Icon/icons/Monitor.mjs +1 -2
  396. package/dist/components/Icon/icons/Monitor.mjs.map +1 -1
  397. package/dist/components/Icon/icons/MoreHorizontal.mjs +1 -2
  398. package/dist/components/Icon/icons/MoreHorizontal.mjs.map +1 -1
  399. package/dist/components/Icon/icons/MoreVertical.mjs +1 -2
  400. package/dist/components/Icon/icons/MoreVertical.mjs.map +1 -1
  401. package/dist/components/Icon/icons/MountainFlag.mjs +1 -2
  402. package/dist/components/Icon/icons/MountainFlag.mjs.map +1 -1
  403. package/dist/components/Icon/icons/MusicNote.mjs +1 -2
  404. package/dist/components/Icon/icons/MusicNote.mjs.map +1 -1
  405. package/dist/components/Icon/icons/Notification.mjs +1 -2
  406. package/dist/components/Icon/icons/Notification.mjs.map +1 -1
  407. package/dist/components/Icon/icons/PageInfo.mjs +1 -2
  408. package/dist/components/Icon/icons/PageInfo.mjs.map +1 -1
  409. package/dist/components/Icon/icons/Palette.mjs +1 -2
  410. package/dist/components/Icon/icons/Palette.mjs.map +1 -1
  411. package/dist/components/Icon/icons/PasswordCheck.mjs +1 -2
  412. package/dist/components/Icon/icons/PasswordCheck.mjs.map +1 -1
  413. package/dist/components/Icon/icons/Pending.mjs +1 -2
  414. package/dist/components/Icon/icons/Pending.mjs.map +1 -1
  415. package/dist/components/Icon/icons/People.mjs +1 -2
  416. package/dist/components/Icon/icons/People.mjs.map +1 -1
  417. package/dist/components/Icon/icons/PersonCancel.mjs +1 -2
  418. package/dist/components/Icon/icons/PersonCancel.mjs.map +1 -1
  419. package/dist/components/Icon/icons/Pin.mjs +1 -2
  420. package/dist/components/Icon/icons/Pin.mjs.map +1 -1
  421. package/dist/components/Icon/icons/Plant.mjs +1 -2
  422. package/dist/components/Icon/icons/Plant.mjs.map +1 -1
  423. package/dist/components/Icon/icons/Plug.mjs +1 -2
  424. package/dist/components/Icon/icons/Plug.mjs.map +1 -1
  425. package/dist/components/Icon/icons/PlusAndMinus.mjs +1 -2
  426. package/dist/components/Icon/icons/PlusAndMinus.mjs.map +1 -1
  427. package/dist/components/Icon/icons/PolicyAlert.mjs +1 -2
  428. package/dist/components/Icon/icons/PolicyAlert.mjs.map +1 -1
  429. package/dist/components/Icon/icons/Print.mjs +1 -2
  430. package/dist/components/Icon/icons/Print.mjs.map +1 -1
  431. package/dist/components/Icon/icons/PriorityHigh.mjs +1 -2
  432. package/dist/components/Icon/icons/PriorityHigh.mjs.map +1 -1
  433. package/dist/components/Icon/icons/PrivacyTip.mjs +1 -2
  434. package/dist/components/Icon/icons/PrivacyTip.mjs.map +1 -1
  435. package/dist/components/Icon/icons/ProgrammingArrows.mjs +1 -2
  436. package/dist/components/Icon/icons/ProgrammingArrows.mjs.map +1 -1
  437. package/dist/components/Icon/icons/Publish.mjs +1 -2
  438. package/dist/components/Icon/icons/Publish.mjs.map +1 -1
  439. package/dist/components/Icon/icons/QrCode.mjs +1 -2
  440. package/dist/components/Icon/icons/QrCode.mjs.map +1 -1
  441. package/dist/components/Icon/icons/Question.mjs +1 -2
  442. package/dist/components/Icon/icons/Question.mjs.map +1 -1
  443. package/dist/components/Icon/icons/Receive.mjs +1 -2
  444. package/dist/components/Icon/icons/Receive.mjs.map +1 -1
  445. package/dist/components/Icon/icons/Received.mjs +1 -2
  446. package/dist/components/Icon/icons/Received.mjs.map +1 -1
  447. package/dist/components/Icon/icons/Refresh.mjs +1 -2
  448. package/dist/components/Icon/icons/Refresh.mjs.map +1 -1
  449. package/dist/components/Icon/icons/RemoveMinus.mjs +1 -2
  450. package/dist/components/Icon/icons/RemoveMinus.mjs.map +1 -1
  451. package/dist/components/Icon/icons/Report.mjs +1 -2
  452. package/dist/components/Icon/icons/Report.mjs.map +1 -1
  453. package/dist/components/Icon/icons/Rocket.mjs +1 -2
  454. package/dist/components/Icon/icons/Rocket.mjs.map +1 -1
  455. package/dist/components/Icon/icons/Save.mjs +1 -2
  456. package/dist/components/Icon/icons/Save.mjs.map +1 -1
  457. package/dist/components/Icon/icons/SaveFilled.mjs +1 -2
  458. package/dist/components/Icon/icons/SaveFilled.mjs.map +1 -1
  459. package/dist/components/Icon/icons/Saving.mjs +1 -2
  460. package/dist/components/Icon/icons/Saving.mjs.map +1 -1
  461. package/dist/components/Icon/icons/Scan.mjs +1 -2
  462. package/dist/components/Icon/icons/Scan.mjs.map +1 -1
  463. package/dist/components/Icon/icons/ScanBarcode.mjs +1 -2
  464. package/dist/components/Icon/icons/ScanBarcode.mjs.map +1 -1
  465. package/dist/components/Icon/icons/ScanFocus.mjs +1 -2
  466. package/dist/components/Icon/icons/ScanFocus.mjs.map +1 -1
  467. package/dist/components/Icon/icons/Search.mjs +1 -2
  468. package/dist/components/Icon/icons/Search.mjs.map +1 -1
  469. package/dist/components/Icon/icons/Security.mjs +1 -2
  470. package/dist/components/Icon/icons/Security.mjs.map +1 -1
  471. package/dist/components/Icon/icons/SecurityAlert.mjs +1 -2
  472. package/dist/components/Icon/icons/SecurityAlert.mjs.map +1 -1
  473. package/dist/components/Icon/icons/SecurityCross.mjs +1 -2
  474. package/dist/components/Icon/icons/SecurityCross.mjs.map +1 -1
  475. package/dist/components/Icon/icons/SecurityKey.mjs +1 -2
  476. package/dist/components/Icon/icons/SecurityKey.mjs.map +1 -1
  477. package/dist/components/Icon/icons/SecuritySearch.mjs +1 -2
  478. package/dist/components/Icon/icons/SecuritySearch.mjs.map +1 -1
  479. package/dist/components/Icon/icons/SecuritySlash.mjs +1 -2
  480. package/dist/components/Icon/icons/SecuritySlash.mjs.map +1 -1
  481. package/dist/components/Icon/icons/SecurityTick.mjs +1 -2
  482. package/dist/components/Icon/icons/SecurityTick.mjs.map +1 -1
  483. package/dist/components/Icon/icons/SecurityTime.mjs +1 -2
  484. package/dist/components/Icon/icons/SecurityTime.mjs.map +1 -1
  485. package/dist/components/Icon/icons/SecurityUser.mjs +1 -2
  486. package/dist/components/Icon/icons/SecurityUser.mjs.map +1 -1
  487. package/dist/components/Icon/icons/Send.mjs +1 -2
  488. package/dist/components/Icon/icons/Send.mjs.map +1 -1
  489. package/dist/components/Icon/icons/SentimentDissatisfied.mjs +1 -2
  490. package/dist/components/Icon/icons/SentimentDissatisfied.mjs.map +1 -1
  491. package/dist/components/Icon/icons/SentimentNeutral.mjs +1 -2
  492. package/dist/components/Icon/icons/SentimentNeutral.mjs.map +1 -1
  493. package/dist/components/Icon/icons/SentimentSatisfied.mjs +1 -2
  494. package/dist/components/Icon/icons/SentimentSatisfied.mjs.map +1 -1
  495. package/dist/components/Icon/icons/SentimentVerySatisfied.mjs +1 -2
  496. package/dist/components/Icon/icons/SentimentVerySatisfied.mjs.map +1 -1
  497. package/dist/components/Icon/icons/Setting.mjs +1 -2
  498. package/dist/components/Icon/icons/Setting.mjs.map +1 -1
  499. package/dist/components/Icon/icons/SettingFilled.mjs +1 -2
  500. package/dist/components/Icon/icons/SettingFilled.mjs.map +1 -1
  501. package/dist/components/Icon/icons/Share.mjs +1 -2
  502. package/dist/components/Icon/icons/Share.mjs.map +1 -1
  503. package/dist/components/Icon/icons/ShieldLock.mjs +1 -2
  504. package/dist/components/Icon/icons/ShieldLock.mjs.map +1 -1
  505. package/dist/components/Icon/icons/ShoppingBag.mjs +1 -2
  506. package/dist/components/Icon/icons/ShoppingBag.mjs.map +1 -1
  507. package/dist/components/Icon/icons/ShoppingCart.mjs +1 -2
  508. package/dist/components/Icon/icons/ShoppingCart.mjs.map +1 -1
  509. package/dist/components/Icon/icons/SignalCellular.mjs +1 -2
  510. package/dist/components/Icon/icons/SignalCellular.mjs.map +1 -1
  511. package/dist/components/Icon/icons/Slash.mjs +1 -2
  512. package/dist/components/Icon/icons/Slash.mjs.map +1 -1
  513. package/dist/components/Icon/icons/Sms.mjs +1 -2
  514. package/dist/components/Icon/icons/Sms.mjs.map +1 -1
  515. package/dist/components/Icon/icons/Snaps.mjs +1 -2
  516. package/dist/components/Icon/icons/Snaps.mjs.map +1 -1
  517. package/dist/components/Icon/icons/SnapsMobile.mjs +1 -2
  518. package/dist/components/Icon/icons/SnapsMobile.mjs.map +1 -1
  519. package/dist/components/Icon/icons/SnapsPlus.mjs +1 -2
  520. package/dist/components/Icon/icons/SnapsPlus.mjs.map +1 -1
  521. package/dist/components/Icon/icons/SnapsRound.mjs +1 -2
  522. package/dist/components/Icon/icons/SnapsRound.mjs.map +1 -1
  523. package/dist/components/Icon/icons/Sort.mjs +1 -2
  524. package/dist/components/Icon/icons/Sort.mjs.map +1 -1
  525. package/dist/components/Icon/icons/SortByAlpha.mjs +1 -2
  526. package/dist/components/Icon/icons/SortByAlpha.mjs.map +1 -1
  527. package/dist/components/Icon/icons/Sparkle.mjs +1 -2
  528. package/dist/components/Icon/icons/Sparkle.mjs.map +1 -1
  529. package/dist/components/Icon/icons/Speed.mjs +1 -2
  530. package/dist/components/Icon/icons/Speed.mjs.map +1 -1
  531. package/dist/components/Icon/icons/Speedometer.mjs +1 -2
  532. package/dist/components/Icon/icons/Speedometer.mjs.map +1 -1
  533. package/dist/components/Icon/icons/Square.mjs +1 -2
  534. package/dist/components/Icon/icons/Square.mjs.map +1 -1
  535. package/dist/components/Icon/icons/Stake.mjs +1 -2
  536. package/dist/components/Icon/icons/Stake.mjs.map +1 -1
  537. package/dist/components/Icon/icons/Star.mjs +1 -2
  538. package/dist/components/Icon/icons/Star.mjs.map +1 -1
  539. package/dist/components/Icon/icons/StarFilled.mjs +1 -2
  540. package/dist/components/Icon/icons/StarFilled.mjs.map +1 -1
  541. package/dist/components/Icon/icons/Start.mjs +1 -2
  542. package/dist/components/Icon/icons/Start.mjs.map +1 -1
  543. package/dist/components/Icon/icons/Storefront.mjs +1 -2
  544. package/dist/components/Icon/icons/Storefront.mjs.map +1 -1
  545. package/dist/components/Icon/icons/Student.mjs +1 -2
  546. package/dist/components/Icon/icons/Student.mjs.map +1 -1
  547. package/dist/components/Icon/icons/SwapHorizontal.mjs +1 -2
  548. package/dist/components/Icon/icons/SwapHorizontal.mjs.map +1 -1
  549. package/dist/components/Icon/icons/SwapVertical.mjs +1 -2
  550. package/dist/components/Icon/icons/SwapVertical.mjs.map +1 -1
  551. package/dist/components/Icon/icons/TabClose.mjs +1 -2
  552. package/dist/components/Icon/icons/TabClose.mjs.map +1 -1
  553. package/dist/components/Icon/icons/TableRow.mjs +1 -2
  554. package/dist/components/Icon/icons/TableRow.mjs.map +1 -1
  555. package/dist/components/Icon/icons/Tablet.mjs +1 -2
  556. package/dist/components/Icon/icons/Tablet.mjs.map +1 -1
  557. package/dist/components/Icon/icons/Tag.mjs +1 -2
  558. package/dist/components/Icon/icons/Tag.mjs.map +1 -1
  559. package/dist/components/Icon/icons/ThumbDown.mjs +1 -2
  560. package/dist/components/Icon/icons/ThumbDown.mjs.map +1 -1
  561. package/dist/components/Icon/icons/ThumbDownFilled.mjs +1 -2
  562. package/dist/components/Icon/icons/ThumbDownFilled.mjs.map +1 -1
  563. package/dist/components/Icon/icons/ThumbUp.mjs +1 -2
  564. package/dist/components/Icon/icons/ThumbUp.mjs.map +1 -1
  565. package/dist/components/Icon/icons/ThumbUpFilled.mjs +1 -2
  566. package/dist/components/Icon/icons/ThumbUpFilled.mjs.map +1 -1
  567. package/dist/components/Icon/icons/Tint.mjs +1 -2
  568. package/dist/components/Icon/icons/Tint.mjs.map +1 -1
  569. package/dist/components/Icon/icons/Tooltip.mjs +1 -2
  570. package/dist/components/Icon/icons/Tooltip.mjs.map +1 -1
  571. package/dist/components/Icon/icons/Translate.mjs +1 -2
  572. package/dist/components/Icon/icons/Translate.mjs.map +1 -1
  573. package/dist/components/Icon/icons/Trash.mjs +1 -2
  574. package/dist/components/Icon/icons/Trash.mjs.map +1 -1
  575. package/dist/components/Icon/icons/TrendDown.mjs +1 -2
  576. package/dist/components/Icon/icons/TrendDown.mjs.map +1 -1
  577. package/dist/components/Icon/icons/TrendUp.mjs +1 -2
  578. package/dist/components/Icon/icons/TrendUp.mjs.map +1 -1
  579. package/dist/components/Icon/icons/Undo.mjs +1 -2
  580. package/dist/components/Icon/icons/Undo.mjs.map +1 -1
  581. package/dist/components/Icon/icons/Unfold.mjs +1 -2
  582. package/dist/components/Icon/icons/Unfold.mjs.map +1 -1
  583. package/dist/components/Icon/icons/UnlockedFilled.mjs +1 -2
  584. package/dist/components/Icon/icons/UnlockedFilled.mjs.map +1 -1
  585. package/dist/components/Icon/icons/Unpin.mjs +1 -2
  586. package/dist/components/Icon/icons/Unpin.mjs.map +1 -1
  587. package/dist/components/Icon/icons/Upload.mjs +1 -2
  588. package/dist/components/Icon/icons/Upload.mjs.map +1 -1
  589. package/dist/components/Icon/icons/UploadFile.mjs +1 -2
  590. package/dist/components/Icon/icons/UploadFile.mjs.map +1 -1
  591. package/dist/components/Icon/icons/Usb.mjs +1 -2
  592. package/dist/components/Icon/icons/Usb.mjs.map +1 -1
  593. package/dist/components/Icon/icons/User.mjs +1 -2
  594. package/dist/components/Icon/icons/User.mjs.map +1 -1
  595. package/dist/components/Icon/icons/UserCheck.mjs +1 -2
  596. package/dist/components/Icon/icons/UserCheck.mjs.map +1 -1
  597. package/dist/components/Icon/icons/UserCircle.mjs +1 -2
  598. package/dist/components/Icon/icons/UserCircle.mjs.map +1 -1
  599. package/dist/components/Icon/icons/UserCircleAdd.mjs +1 -2
  600. package/dist/components/Icon/icons/UserCircleAdd.mjs.map +1 -1
  601. package/dist/components/Icon/icons/UserCircleRemove.mjs +1 -2
  602. package/dist/components/Icon/icons/UserCircleRemove.mjs.map +1 -1
  603. package/dist/components/Icon/icons/Verified.mjs +1 -2
  604. package/dist/components/Icon/icons/Verified.mjs.map +1 -1
  605. package/dist/components/Icon/icons/VerifiedFilled.mjs +1 -2
  606. package/dist/components/Icon/icons/VerifiedFilled.mjs.map +1 -1
  607. package/dist/components/Icon/icons/Videocam.mjs +1 -2
  608. package/dist/components/Icon/icons/Videocam.mjs.map +1 -1
  609. package/dist/components/Icon/icons/ViewColumn.mjs +1 -2
  610. package/dist/components/Icon/icons/ViewColumn.mjs.map +1 -1
  611. package/dist/components/Icon/icons/ViewInAr.mjs +1 -2
  612. package/dist/components/Icon/icons/ViewInAr.mjs.map +1 -1
  613. package/dist/components/Icon/icons/VolumeOff.mjs +1 -2
  614. package/dist/components/Icon/icons/VolumeOff.mjs.map +1 -1
  615. package/dist/components/Icon/icons/VolumeUp.mjs +1 -2
  616. package/dist/components/Icon/icons/VolumeUp.mjs.map +1 -1
  617. package/dist/components/Icon/icons/Wallet.mjs +1 -2
  618. package/dist/components/Icon/icons/Wallet.mjs.map +1 -1
  619. package/dist/components/Icon/icons/WalletFilled.mjs +1 -2
  620. package/dist/components/Icon/icons/WalletFilled.mjs.map +1 -1
  621. package/dist/components/Icon/icons/Warning.mjs +1 -2
  622. package/dist/components/Icon/icons/Warning.mjs.map +1 -1
  623. package/dist/components/Icon/icons/WebTraffic.mjs +1 -2
  624. package/dist/components/Icon/icons/WebTraffic.mjs.map +1 -1
  625. package/dist/components/Icon/icons/Widgets.mjs +1 -2
  626. package/dist/components/Icon/icons/Widgets.mjs.map +1 -1
  627. package/dist/components/Icon/icons/Wifi.mjs +1 -2
  628. package/dist/components/Icon/icons/Wifi.mjs.map +1 -1
  629. package/dist/components/Icon/icons/WifiOff.mjs +1 -2
  630. package/dist/components/Icon/icons/WifiOff.mjs.map +1 -1
  631. package/dist/components/Icon/icons/X.mjs +1 -2
  632. package/dist/components/Icon/icons/X.mjs.map +1 -1
  633. package/dist/components/TextButton/TextButton.mjs +1 -2
  634. package/dist/components/TextButton/TextButton.mjs.map +1 -1
  635. package/dist/components/index.cjs +10 -2
  636. package/dist/components/index.cjs.map +1 -1
  637. package/dist/components/index.d.cts +4 -0
  638. package/dist/components/index.d.cts.map +1 -1
  639. package/dist/components/index.d.mts +4 -0
  640. package/dist/components/index.d.mts.map +1 -1
  641. package/dist/components/index.mjs +2 -0
  642. package/dist/components/index.mjs.map +1 -1
  643. package/dist/components/temp-components/Jazzicon/Jazzicon.mjs +1 -2
  644. package/dist/components/temp-components/Jazzicon/Jazzicon.mjs.map +1 -1
  645. package/dist/components/temp-components/Maskicon/Maskicon.mjs +1 -2
  646. package/dist/components/temp-components/Maskicon/Maskicon.mjs.map +1 -1
  647. package/dist/types/index.cjs +43 -1
  648. package/dist/types/index.cjs.map +1 -1
  649. package/dist/types/index.d.cts +42 -0
  650. package/dist/types/index.d.cts.map +1 -1
  651. package/dist/types/index.d.mts +42 -0
  652. package/dist/types/index.d.mts.map +1 -1
  653. package/dist/types/index.mjs +42 -0
  654. package/dist/types/index.mjs.map +1 -1
  655. package/package.json +4 -4
@@ -0,0 +1,67 @@
1
+ import type { ComponentProps } from "react";
2
+ import type { IconProps } from "../Icon/index.mjs";
3
+ import type { TextProps } from "../Text/index.mjs";
4
+ export type CheckboxProps = Omit<ComponentProps<'label'>, 'style' | 'className' | 'children' | 'htmlFor'> & {
5
+ /**
6
+ * Required unique identifier for the checkbox input element.
7
+ * This is used for the input's ID and the label's htmlFor attributes.
8
+ */
9
+ id: string;
10
+ /**
11
+ * Required prop to determine whether the checkbox is currently selected.
12
+ * This component is fully controlled, so you must manage this state
13
+ * in your parent component.
14
+ */
15
+ isSelected: boolean;
16
+ /**
17
+ * Optional prop that when true, disables the checkbox.
18
+ *
19
+ * @default false
20
+ */
21
+ isDisabled?: boolean;
22
+ /**
23
+ * Optional prop that when true, displays the invalid/error state of the checkbox.
24
+ *
25
+ * @default false
26
+ */
27
+ isInvalid?: boolean;
28
+ /**
29
+ * Optional label prop that renders text or a React node as a label beside the checkbox.
30
+ */
31
+ label?: React.ReactNode | string;
32
+ /**
33
+ * Optional props to be passed to the label's Text component
34
+ */
35
+ labelProps?: Omit<Partial<TextProps>, 'children'>;
36
+ /**
37
+ * Required callback for when the checked state changes.
38
+ * Use this to update your state.
39
+ */
40
+ onChange: (isSelected: boolean) => void;
41
+ /**
42
+ * Optional props passed to the input element.
43
+ */
44
+ inputProps?: Omit<ComponentProps<'input'>, 'type' | 'checked' | 'onChange' | 'disabled'> & {
45
+ [key: `data-${string}`]: string;
46
+ };
47
+ /**
48
+ * Optional props passed to the container div wrapping the checkbox icon.
49
+ */
50
+ checkboxContainerProps?: (Omit<ComponentProps<'div'>, 'children'> & {
51
+ className?: string;
52
+ }) & Record<string, unknown>;
53
+ /**
54
+ * Optional props to be passed to the check Icon component
55
+ */
56
+ checkedIconProps?: Partial<IconProps>;
57
+ /**
58
+ * Optional prop for additional CSS classes to be applied to the Checkbox component.
59
+ * These classes will be merged with the component's default classes using twMerge.
60
+ */
61
+ className?: string;
62
+ /**
63
+ * Optional CSS styles for the outer container.
64
+ */
65
+ style?: React.CSSProperties;
66
+ };
67
+ //# sourceMappingURL=Checkbox.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.types.d.mts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc;AAE5C,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AACzC,OAAO,KAAK,EAAE,SAAS,EAAE,0BAAgB;AAEzC,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,cAAc,CAAC,OAAO,CAAC,EACvB,OAAO,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,CAC/C,GAAG;IACF;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,UAAU,EAAE,OAAO,CAAC;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IAEjC;;OAEG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC;IAElD;;;OAGG;IACH,QAAQ,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IAExC;;OAEG;IACH,UAAU,CAAC,EAAE,IAAI,CACf,cAAc,CAAC,OAAO,CAAC,EACvB,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAC7C,GAAG;QACF,CAAC,GAAG,EAAE,QAAQ,MAAM,EAAE,GAAG,MAAM,CAAC;KACjC,CAAC;IAEF;;OAEG;IACH,sBAAsB,CAAC,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;QAClE,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC,GACA,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE1B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACtC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Checkbox.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.types.mjs","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps } from 'react';\n\nimport type { IconProps } from '../Icon';\nimport type { TextProps } from '../Text';\n\nexport type CheckboxProps = Omit<\n ComponentProps<'label'>,\n 'style' | 'className' | 'children' | 'htmlFor'\n> & {\n /**\n * Required unique identifier for the checkbox input element.\n * This is used for the input's ID and the label's htmlFor attributes.\n */\n id: string;\n\n /**\n * Required prop to determine whether the checkbox is currently selected.\n * This component is fully controlled, so you must manage this state\n * in your parent component.\n */\n isSelected: boolean;\n\n /**\n * Optional prop that when true, disables the checkbox.\n *\n * @default false\n */\n isDisabled?: boolean;\n\n /**\n * Optional prop that when true, displays the invalid/error state of the checkbox.\n *\n * @default false\n */\n isInvalid?: boolean;\n\n /**\n * Optional label prop that renders text or a React node as a label beside the checkbox.\n */\n label?: React.ReactNode | string;\n\n /**\n * Optional props to be passed to the label's Text component\n */\n labelProps?: Omit<Partial<TextProps>, 'children'>;\n\n /**\n * Required callback for when the checked state changes.\n * Use this to update your state.\n */\n onChange: (isSelected: boolean) => void;\n\n /**\n * Optional props passed to the input element.\n */\n inputProps?: Omit<\n ComponentProps<'input'>,\n 'type' | 'checked' | 'onChange' | 'disabled'\n > & {\n [key: `data-${string}`]: string;\n };\n\n /**\n * Optional props passed to the container div wrapping the checkbox icon.\n */\n checkboxContainerProps?: (Omit<ComponentProps<'div'>, 'children'> & {\n className?: string;\n }) &\n Record<string, unknown>;\n\n /**\n * Optional props to be passed to the check Icon component\n */\n checkedIconProps?: Partial<IconProps>;\n /**\n * Optional prop for additional CSS classes to be applied to the Checkbox component.\n * These classes will be merged with the component's default classes using twMerge.\n */\n className?: string;\n /**\n * Optional CSS styles for the outer container.\n */\n style?: React.CSSProperties;\n};\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Checkbox = void 0;
4
+ var Checkbox_1 = require("./Checkbox.cjs");
5
+ Object.defineProperty(exports, "Checkbox", { enumerable: true, get: function () { return Checkbox_1.Checkbox; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":";;;AAAA,2CAAsC;AAA7B,oGAAA,QAAQ,OAAA","sourcesContent":["export { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox.types';\n"]}
@@ -0,0 +1,3 @@
1
+ export { Checkbox } from "./Checkbox.cjs";
2
+ export type { CheckboxProps } from "./Checkbox.types.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,uBAAmB;AACtC,YAAY,EAAE,aAAa,EAAE,6BAAyB"}
@@ -0,0 +1,3 @@
1
+ export { Checkbox } from "./Checkbox.mjs";
2
+ export type { CheckboxProps } from "./Checkbox.types.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,uBAAmB;AACtC,YAAY,EAAE,aAAa,EAAE,6BAAyB"}
@@ -0,0 +1,2 @@
1
+ export { Checkbox } from "./Checkbox.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,uBAAmB","sourcesContent":["export { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox.types';\n"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgAccessibility = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M12 6q-.825 0-1.412-.587C10 4.825 10 4.55 10 4s.196-1.02.588-1.413S11.45 2 12 2s1.02.196 1.413.587S14 3.45 14 4s-.196 1.02-.587 1.412S12.55 6 12 6M9 22V9q-1.5-.125-3.05-.375C4.4 8.375 3.933 8.25 3 8l.5-2q1.95.525 4.15.763C9.85 7 10.567 7 12 7s2.883-.08 4.35-.237S19.2 6.35 20.5 6l.5 2q-1.4.375-2.95.625C16.5 8.875 16 8.917 15 9v13h-2v-6h-2v6z" }));
6
5
  const ForwardRef = forwardRef(SvgAccessibility);
@@ -1 +1 @@
1
- {"version":3,"file":"Accessibility.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Accessibility.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,wVAAwV,GAAG,CAAM,CAAC;AACriB,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAccessibility = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 6q-.825 0-1.412-.587C10 4.825 10 4.55 10 4s.196-1.02.588-1.413S11.45 2 12 2s1.02.196 1.413.587S14 3.45 14 4s-.196 1.02-.587 1.412S12.55 6 12 6M9 22V9q-1.5-.125-3.05-.375C4.4 8.375 3.933 8.25 3 8l.5-2q1.95.525 4.15.763C9.85 7 10.567 7 12 7s2.883-.08 4.35-.237S19.2 6.35 20.5 6l.5 2q-1.4.375-2.95.625C16.5 8.875 16 8.917 15 9v13h-2v-6h-2v6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAccessibility);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Accessibility.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Accessibility.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,wVAAwV,GAAG,CAAM,CAAC;AACriB,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAccessibility = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 6q-.825 0-1.412-.587C10 4.825 10 4.55 10 4s.196-1.02.588-1.413S11.45 2 12 2s1.02.196 1.413.587S14 3.45 14 4s-.196 1.02-.587 1.412S12.55 6 12 6M9 22V9q-1.5-.125-3.05-.375C4.4 8.375 3.933 8.25 3 8l.5-2q1.95.525 4.15.763C9.85 7 10.567 7 12 7s2.883-.08 4.35-.237S19.2 6.35 20.5 6l.5 2q-1.4.375-2.95.625C16.5 8.875 16 8.917 15 9v13h-2v-6h-2v6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAccessibility);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgActivity = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m15.3 16.7 1.4-1.4-3.7-3.7V7h-2v5.4zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.325 0 5.663-2.337C20 15.326 20 14.217 20 12q0-3.325-2.337-5.662C15.326 4 14.217 4 12 4Q8.675 4 6.338 6.338C4 8.676 4 9.783 4 12q0 3.325 2.338 5.663C8.676 20 9.783 20 12 20" }));
6
5
  const ForwardRef = forwardRef(SvgActivity);
@@ -1 +1 @@
1
- {"version":3,"file":"Activity.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Activity.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,gjBAAgjB,GAAG,CAAM,CAAC;AACxvB,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgActivity = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m15.3 16.7 1.4-1.4-3.7-3.7V7h-2v5.4zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.325 0 5.663-2.337C20 15.326 20 14.217 20 12q0-3.325-2.337-5.662C15.326 4 14.217 4 12 4Q8.675 4 6.338 6.338C4 8.676 4 9.783 4 12q0 3.325 2.338 5.663C8.676 20 9.783 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgActivity);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Activity.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Activity.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,gjBAAgjB,GAAG,CAAM,CAAC;AACxvB,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgActivity = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m15.3 16.7 1.4-1.4-3.7-3.7V7h-2v5.4zM12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.325 0 5.663-2.337C20 15.326 20 14.217 20 12q0-3.325-2.337-5.662C15.326 4 14.217 4 12 4Q8.675 4 6.338 6.338C4 8.676 4 9.783 4 12q0 3.325 2.338 5.663C8.676 20 9.783 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgActivity);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgAdd = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M11 13H5v-2h6V5h2v6h6v2h-6v6h-2z" }));
6
5
  const ForwardRef = forwardRef(SvgAdd);
@@ -1 +1 @@
1
- {"version":3,"file":"Add.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Add.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,MAAM,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,kCAAkC,GAAG,CAAM,CAAC;AACrO,MAAM,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;AACtC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAdd = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 13H5v-2h6V5h2v6h6v2h-6v6h-2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAdd);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Add.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Add.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,MAAM,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,kCAAkC,GAAG,CAAM,CAAC;AACrO,MAAM,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;AACtC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAdd = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 13H5v-2h6V5h2v6h6v2h-6v6h-2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAdd);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgAddCard = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v6H4v6h10v2zM4 8h16V6H4zm15 14v-3h-3v-2h3v-3h2v3h3v2h-3v3z" }));
6
5
  const ForwardRef = forwardRef(SvgAddCard);
@@ -1 +1 @@
1
- {"version":3,"file":"AddCard.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/AddCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,kMAAkM,GAAG,CAAM,CAAC;AACzY,MAAM,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC;AAC1C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAddCard = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v6H4v6h10v2zM4 8h16V6H4zm15 14v-3h-3v-2h3v-3h2v3h3v2h-3v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAddCard);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"AddCard.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/AddCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,kMAAkM,GAAG,CAAM,CAAC;AACzY,MAAM,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC;AAC1C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAddCard = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v6H4v6h10v2zM4 8h16V6H4zm15 14v-3h-3v-2h3v-3h2v3h3v2h-3v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAddCard);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgAddCircle = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm1 5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20" }));
6
5
  const ForwardRef = forwardRef(SvgAddCircle);
@@ -1 +1 @@
1
- {"version":3,"file":"AddCircle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/AddCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,miBAAmiB,GAAG,CAAM,CAAC;AAC5uB,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAddCircle = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm1 5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgAddCircle);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"AddCircle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/AddCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,miBAAmiB,GAAG,CAAM,CAAC;AAC5uB,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAddCircle = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm1 5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgAddCircle);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgAddSquare = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm-6 4q-.824 0-1.412-.587C2.999 19.826 3 19.55 3 19V5q0-.824.588-1.412C4.175 2.999 4.45 3 5 3h14q.824 0 1.413.588C21.002 4.175 21 4.45 21 5v14q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h14V5H5z" }));
6
5
  const ForwardRef = forwardRef(SvgAddSquare);
@@ -1 +1 @@
1
- {"version":3,"file":"AddSquare.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/AddSquare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,4OAA4O,GAAG,CAAM,CAAC;AACrb,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAddSquare = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm-6 4q-.824 0-1.412-.587C2.999 19.826 3 19.55 3 19V5q0-.824.588-1.412C4.175 2.999 4.45 3 5 3h14q.824 0 1.413.588C21.002 4.175 21 4.45 21 5v14q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h14V5H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAddSquare);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"AddSquare.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/AddSquare.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,4OAA4O,GAAG,CAAM,CAAC;AACrb,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAddSquare = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 17h2v-4h4v-2h-4V7h-2v4H7v2h4zm-6 4q-.824 0-1.412-.587C2.999 19.826 3 19.55 3 19V5q0-.824.588-1.412C4.175 2.999 4.45 3 5 3h14q.824 0 1.413.588C21.002 4.175 21 4.45 21 5v14q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h14V5H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgAddSquare);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgAi = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
6
5
  React.createElement("path", { d: "M17.714 3A4.86 4.86 0 0 0 22 7.304a4.86 4.86 0 0 0-4.286 4.305 4.86 4.86 0 0 0-4.285-4.305A4.86 4.86 0 0 0 17.714 3M16.46 14.913a3.44 3.44 0 0 0 3.03 3.044A3.44 3.44 0 0 0 16.46 21a3.44 3.44 0 0 0-3.03-3.043 3.44 3.44 0 0 0 3.03-3.044M9.143 4.87a8.12 8.12 0 0 1-4.383 6.349 8 8 0 0 1-2.76.824c.985.11 1.915.396 2.76.826a8.12 8.12 0 0 1 4.383 6.348 8.12 8.12 0 0 1 4.383-6.349 8 8 0 0 1 2.76-.825 8 8 0 0 1-2.76-.825A8.12 8.12 0 0 1 9.143 4.87m0 4.348a9.6 9.6 0 0 1-2.818 2.825 9.6 9.6 0 0 1 2.818 2.826 9.6 9.6 0 0 1 2.818-2.826 9.6 9.6 0 0 1-2.818-2.825" })));
@@ -1 +1 @@
1
- {"version":3,"file":"Ai.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Ai.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,KAAK,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,2BAAG,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS;QAAC,8BAAM,CAAC,EAAC,4iBAA4iB,GAAG,CAAI,CAAM,CAAC;AAC3xB,MAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACrC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAi = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><g fillRule=\"evenodd\" clipRule=\"evenodd\"><path d=\"M17.714 3A4.86 4.86 0 0 0 22 7.304a4.86 4.86 0 0 0-4.286 4.305 4.86 4.86 0 0 0-4.285-4.305A4.86 4.86 0 0 0 17.714 3M16.46 14.913a3.44 3.44 0 0 0 3.03 3.044A3.44 3.44 0 0 0 16.46 21a3.44 3.44 0 0 0-3.03-3.043 3.44 3.44 0 0 0 3.03-3.044M9.143 4.87a8.12 8.12 0 0 1-4.383 6.349 8 8 0 0 1-2.76.824c.985.11 1.915.396 2.76.826a8.12 8.12 0 0 1 4.383 6.348 8.12 8.12 0 0 1 4.383-6.349 8 8 0 0 1 2.76-.825 8 8 0 0 1-2.76-.825A8.12 8.12 0 0 1 9.143 4.87m0 4.348a9.6 9.6 0 0 1-2.818 2.825 9.6 9.6 0 0 1 2.818 2.826 9.6 9.6 0 0 1 2.818-2.826 9.6 9.6 0 0 1-2.818-2.825\" /></g></svg>;\nconst ForwardRef = forwardRef(SvgAi);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Ai.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Ai.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,KAAK,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,2BAAG,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS;QAAC,8BAAM,CAAC,EAAC,4iBAA4iB,GAAG,CAAI,CAAM,CAAC;AAC3xB,MAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACrC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAi = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><g fillRule=\"evenodd\" clipRule=\"evenodd\"><path d=\"M17.714 3A4.86 4.86 0 0 0 22 7.304a4.86 4.86 0 0 0-4.286 4.305 4.86 4.86 0 0 0-4.285-4.305A4.86 4.86 0 0 0 17.714 3M16.46 14.913a3.44 3.44 0 0 0 3.03 3.044A3.44 3.44 0 0 0 16.46 21a3.44 3.44 0 0 0-3.03-3.043 3.44 3.44 0 0 0 3.03-3.044M9.143 4.87a8.12 8.12 0 0 1-4.383 6.349 8 8 0 0 1-2.76.824c.985.11 1.915.396 2.76.826a8.12 8.12 0 0 1 4.383 6.348 8.12 8.12 0 0 1 4.383-6.349 8 8 0 0 1 2.76-.825 8 8 0 0 1-2.76-.825A8.12 8.12 0 0 1 9.143 4.87m0 4.348a9.6 9.6 0 0 1-2.818 2.825 9.6 9.6 0 0 1 2.818 2.826 9.6 9.6 0 0 1 2.818-2.826 9.6 9.6 0 0 1-2.818-2.825\" /></g></svg>;\nconst ForwardRef = forwardRef(SvgAi);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgAlternateEmail = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12v1.45q0 1.474-1.012 2.512C19.976 17 19.483 17 18.5 17q-.874 0-1.65-.375c-.776-.375-.95-.608-1.3-1.075q-.726.725-1.637 1.088C13.002 17 12.667 17 12 17q-2.075 0-3.537-1.462C7 14.075 7 13.383 7 12s.488-2.562 1.463-3.537S10.617 7 12 7s2.563.488 3.538 1.463S17 10.617 17 12v1.45q0 .65.425 1.1c.425.45.642.45 1.075.45s.792-.15 1.075-.45.425-.667.425-1.1V12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20h5v2zm0-7q1.25 0 2.125-.875C15 13.25 15 12.833 15 12s-.292-1.542-.875-2.125Q13.25 9 12 9c-1.25 0-1.542.292-2.125.875Q9 10.75 9 12c0 1.25.292 1.542.875 2.125A2.9 2.9 0 0 0 12 15" }));
6
5
  const ForwardRef = forwardRef(SvgAlternateEmail);
@@ -1 +1 @@
1
- {"version":3,"file":"AlternateEmail.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/AlternateEmail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,iBAAiB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,64BAA64B,GAAG,CAAM,CAAC;AAC3lC,MAAM,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;AACjD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAlternateEmail = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12v1.45q0 1.474-1.012 2.512C19.976 17 19.483 17 18.5 17q-.874 0-1.65-.375c-.776-.375-.95-.608-1.3-1.075q-.726.725-1.637 1.088C13.002 17 12.667 17 12 17q-2.075 0-3.537-1.462C7 14.075 7 13.383 7 12s.488-2.562 1.463-3.537S10.617 7 12 7s2.563.488 3.538 1.463S17 10.617 17 12v1.45q0 .65.425 1.1c.425.45.642.45 1.075.45s.792-.15 1.075-.45.425-.667.425-1.1V12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20h5v2zm0-7q1.25 0 2.125-.875C15 13.25 15 12.833 15 12s-.292-1.542-.875-2.125Q13.25 9 12 9c-1.25 0-1.542.292-2.125.875Q9 10.75 9 12c0 1.25.292 1.542.875 2.125A2.9 2.9 0 0 0 12 15\" /></svg>;\nconst ForwardRef = forwardRef(SvgAlternateEmail);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"AlternateEmail.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/AlternateEmail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,iBAAiB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,64BAA64B,GAAG,CAAM,CAAC;AAC3lC,MAAM,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;AACjD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgAlternateEmail = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12v1.45q0 1.474-1.012 2.512C19.976 17 19.483 17 18.5 17q-.874 0-1.65-.375c-.776-.375-.95-.608-1.3-1.075q-.726.725-1.637 1.088C13.002 17 12.667 17 12 17q-2.075 0-3.537-1.462C7 14.075 7 13.383 7 12s.488-2.562 1.463-3.537S10.617 7 12 7s2.563.488 3.538 1.463S17 10.617 17 12v1.45q0 .65.425 1.1c.425.45.642.45 1.075.45s.792-.15 1.075-.45.425-.667.425-1.1V12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20h5v2zm0-7q1.25 0 2.125-.875C15 13.25 15 12.833 15 12s-.292-1.542-.875-2.125Q13.25 9 12 9c-1.25 0-1.542.292-2.125.875Q9 10.75 9 12c0 1.25.292 1.542.875 2.125A2.9 2.9 0 0 0 12 15\" /></svg>;\nconst ForwardRef = forwardRef(SvgAlternateEmail);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgApps = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M6 20q-.824 0-1.412-.587C4 18.826 4 18.55 4 18s.196-1.02.588-1.412S5.45 16 6 16s1.02.196 1.413.587S8 17.45 8 18s-.196 1.02-.587 1.413S6.55 20 6 20m6 0q-.825 0-1.412-.587C10 18.826 10 18.55 10 18s.196-1.02.588-1.412S11.45 16 12 16s1.02.196 1.413.587S14 17.45 14 18s-.196 1.02-.587 1.413S12.55 20 12 20m6 0q-.825 0-1.412-.587C16 18.826 16 18.55 16 18s.196-1.02.587-1.412S17.45 16 18 16s1.02.196 1.413.587S20 17.45 20 18s-.196 1.02-.587 1.413S18.55 20 18 20M6 14q-.824 0-1.412-.587C4 12.825 4 12.55 4 12s.196-1.02.588-1.412S5.45 10 6 10s1.02.196 1.413.588S8 11.45 8 12s-.196 1.02-.587 1.413S6.55 14 6 14m6 0q-.825 0-1.412-.587C10 12.825 10 12.55 10 12s.196-1.02.588-1.412S11.45 10 12 10s1.02.196 1.413.588S14 11.45 14 12s-.196 1.02-.587 1.413S12.55 14 12 14m6 0q-.825 0-1.412-.587C16 12.825 16 12.55 16 12s.196-1.02.587-1.412S17.45 10 18 10s1.02.196 1.413.588S20 11.45 20 12s-.196 1.02-.587 1.413S18.55 14 18 14M6 8q-.824 0-1.412-.587C4 6.825 4 6.55 4 6s.196-1.02.588-1.412S5.45 4 6 4s1.02.196 1.413.588S8 5.45 8 6s-.196 1.02-.587 1.413S6.55 8 6 8m6 0q-.825 0-1.412-.587C10 6.825 10 6.55 10 6s.196-1.02.588-1.412S11.45 4 12 4s1.02.196 1.413.588S14 5.45 14 6s-.196 1.02-.587 1.413S12.55 8 12 8m6 0q-.825 0-1.412-.587C16 6.825 16 6.55 16 6s.196-1.02.587-1.412S17.45 4 18 4s1.02.196 1.413.588S20 5.45 20 6s-.196 1.02-.587 1.413S18.55 8 18 8" }));
6
5
  const ForwardRef = forwardRef(SvgApps);
@@ -1 +1 @@
1
- {"version":3,"file":"Apps.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Apps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,wzCAAwzC,GAAG,CAAM,CAAC;AAC5/C,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgApps = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M6 20q-.824 0-1.412-.587C4 18.826 4 18.55 4 18s.196-1.02.588-1.412S5.45 16 6 16s1.02.196 1.413.587S8 17.45 8 18s-.196 1.02-.587 1.413S6.55 20 6 20m6 0q-.825 0-1.412-.587C10 18.826 10 18.55 10 18s.196-1.02.588-1.412S11.45 16 12 16s1.02.196 1.413.587S14 17.45 14 18s-.196 1.02-.587 1.413S12.55 20 12 20m6 0q-.825 0-1.412-.587C16 18.826 16 18.55 16 18s.196-1.02.587-1.412S17.45 16 18 16s1.02.196 1.413.587S20 17.45 20 18s-.196 1.02-.587 1.413S18.55 20 18 20M6 14q-.824 0-1.412-.587C4 12.825 4 12.55 4 12s.196-1.02.588-1.412S5.45 10 6 10s1.02.196 1.413.588S8 11.45 8 12s-.196 1.02-.587 1.413S6.55 14 6 14m6 0q-.825 0-1.412-.587C10 12.825 10 12.55 10 12s.196-1.02.588-1.412S11.45 10 12 10s1.02.196 1.413.588S14 11.45 14 12s-.196 1.02-.587 1.413S12.55 14 12 14m6 0q-.825 0-1.412-.587C16 12.825 16 12.55 16 12s.196-1.02.587-1.412S17.45 10 18 10s1.02.196 1.413.588S20 11.45 20 12s-.196 1.02-.587 1.413S18.55 14 18 14M6 8q-.824 0-1.412-.587C4 6.825 4 6.55 4 6s.196-1.02.588-1.412S5.45 4 6 4s1.02.196 1.413.588S8 5.45 8 6s-.196 1.02-.587 1.413S6.55 8 6 8m6 0q-.825 0-1.412-.587C10 6.825 10 6.55 10 6s.196-1.02.588-1.412S11.45 4 12 4s1.02.196 1.413.588S14 5.45 14 6s-.196 1.02-.587 1.413S12.55 8 12 8m6 0q-.825 0-1.412-.587C16 6.825 16 6.55 16 6s.196-1.02.587-1.412S17.45 4 18 4s1.02.196 1.413.588S20 5.45 20 6s-.196 1.02-.587 1.413S18.55 8 18 8\" /></svg>;\nconst ForwardRef = forwardRef(SvgApps);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Apps.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Apps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,wzCAAwzC,GAAG,CAAM,CAAC;AAC5/C,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AACvC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgApps = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M6 20q-.824 0-1.412-.587C4 18.826 4 18.55 4 18s.196-1.02.588-1.412S5.45 16 6 16s1.02.196 1.413.587S8 17.45 8 18s-.196 1.02-.587 1.413S6.55 20 6 20m6 0q-.825 0-1.412-.587C10 18.826 10 18.55 10 18s.196-1.02.588-1.412S11.45 16 12 16s1.02.196 1.413.587S14 17.45 14 18s-.196 1.02-.587 1.413S12.55 20 12 20m6 0q-.825 0-1.412-.587C16 18.826 16 18.55 16 18s.196-1.02.587-1.412S17.45 16 18 16s1.02.196 1.413.587S20 17.45 20 18s-.196 1.02-.587 1.413S18.55 20 18 20M6 14q-.824 0-1.412-.587C4 12.825 4 12.55 4 12s.196-1.02.588-1.412S5.45 10 6 10s1.02.196 1.413.588S8 11.45 8 12s-.196 1.02-.587 1.413S6.55 14 6 14m6 0q-.825 0-1.412-.587C10 12.825 10 12.55 10 12s.196-1.02.588-1.412S11.45 10 12 10s1.02.196 1.413.588S14 11.45 14 12s-.196 1.02-.587 1.413S12.55 14 12 14m6 0q-.825 0-1.412-.587C16 12.825 16 12.55 16 12s.196-1.02.587-1.412S17.45 10 18 10s1.02.196 1.413.588S20 11.45 20 12s-.196 1.02-.587 1.413S18.55 14 18 14M6 8q-.824 0-1.412-.587C4 6.825 4 6.55 4 6s.196-1.02.588-1.412S5.45 4 6 4s1.02.196 1.413.588S8 5.45 8 6s-.196 1.02-.587 1.413S6.55 8 6 8m6 0q-.825 0-1.412-.587C10 6.825 10 6.55 10 6s.196-1.02.588-1.412S11.45 4 12 4s1.02.196 1.413.588S14 5.45 14 6s-.196 1.02-.587 1.413S12.55 8 12 8m6 0q-.825 0-1.412-.587C16 6.825 16 6.55 16 6s.196-1.02.587-1.412S17.45 4 18 4s1.02.196 1.413.588S20 5.45 20 6s-.196 1.02-.587 1.413S18.55 8 18 8\" /></svg>;\nconst ForwardRef = forwardRef(SvgApps);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrow2Down = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M13 4v12.175l5.6-5.6L20 12l-8 8-8-8 1.4-1.425 5.6 5.6V4z" }));
6
5
  const ForwardRef = forwardRef(SvgArrow2Down);
@@ -1 +1 @@
1
- {"version":3,"file":"Arrow2Down.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2Down.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,0DAA0D,GAAG,CAAM,CAAC;AACpQ,MAAM,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AAC7C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2Down = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M13 4v12.175l5.6-5.6L20 12l-8 8-8-8 1.4-1.425 5.6 5.6V4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2Down);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Arrow2Down.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2Down.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,0DAA0D,GAAG,CAAM,CAAC;AACpQ,MAAM,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AAC7C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2Down = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M13 4v12.175l5.6-5.6L20 12l-8 8-8-8 1.4-1.425 5.6 5.6V4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2Down);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrow2Left = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M20 13H7.825l5.6 5.6L12 20l-8-8 8-8 1.425 1.4-5.6 5.6H20z" }));
6
5
  const ForwardRef = forwardRef(SvgArrow2Left);
@@ -1 +1 @@
1
- {"version":3,"file":"Arrow2Left.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2Left.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,2DAA2D,GAAG,CAAM,CAAC;AACrQ,MAAM,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AAC7C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2Left = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M20 13H7.825l5.6 5.6L12 20l-8-8 8-8 1.425 1.4-5.6 5.6H20z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2Left);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Arrow2Left.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2Left.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,2DAA2D,GAAG,CAAM,CAAC;AACrQ,MAAM,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AAC7C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2Left = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M20 13H7.825l5.6 5.6L12 20l-8-8 8-8 1.425 1.4-5.6 5.6H20z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2Left);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrow2Right = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M4 11h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6H4z" }));
6
5
  const ForwardRef = forwardRef(SvgArrow2Right);
@@ -1 +1 @@
1
- {"version":3,"file":"Arrow2Right.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2Right.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,yDAAyD,GAAG,CAAM,CAAC;AACpQ,MAAM,UAAU,GAAG,UAAU,CAAC,cAAc,CAAC,CAAC;AAC9C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2Right = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 11h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6H4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2Right);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Arrow2Right.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2Right.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,yDAAyD,GAAG,CAAM,CAAC;AACpQ,MAAM,UAAU,GAAG,UAAU,CAAC,cAAc,CAAC,CAAC;AAC9C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2Right = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 11h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6H4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2Right);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrow2Up = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M11 20V7.825l-5.6 5.6L4 12l8-8 8 8-1.4 1.425-5.6-5.6V20z" }));
6
5
  const ForwardRef = forwardRef(SvgArrow2Up);
@@ -1 +1 @@
1
- {"version":3,"file":"Arrow2Up.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2Up.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,0DAA0D,GAAG,CAAM,CAAC;AAClQ,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2Up = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 20V7.825l-5.6 5.6L4 12l8-8 8 8-1.4 1.425-5.6-5.6V20z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2Up);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Arrow2Up.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2Up.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,0DAA0D,GAAG,CAAM,CAAC;AAClQ,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2Up = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 20V7.825l-5.6 5.6L4 12l8-8 8 8-1.4 1.425-5.6-5.6V20z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2Up);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrow2UpRight = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m5.5 17.1 9.6-9.6H6.5v-2h12v12h-2V8.9l-9.6 9.6z" }));
6
5
  const ForwardRef = forwardRef(SvgArrow2UpRight);
@@ -1 +1 @@
1
- {"version":3,"file":"Arrow2UpRight.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2UpRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,iDAAiD,GAAG,CAAM,CAAC;AAC9P,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2UpRight = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m5.5 17.1 9.6-9.6H6.5v-2h12v12h-2V8.9l-9.6 9.6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2UpRight);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Arrow2UpRight.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Arrow2UpRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,iDAAiD,GAAG,CAAM,CAAC;AAC9P,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrow2UpRight = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m5.5 17.1 9.6-9.6H6.5v-2h12v12h-2V8.9l-9.6 9.6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrow2UpRight);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowCircleDown = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m12 16 4-4-1.4-1.4-1.6 1.6V8h-2v4.2l-1.6-1.6L8 12zm0 6q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20" }));
6
5
  const ForwardRef = forwardRef(SvgArrowCircleDown);
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowCircleDown.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowCircleDown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,ojBAAojB,GAAG,CAAM,CAAC;AACnwB,MAAM,UAAU,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;AAClD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowCircleDown = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m12 16 4-4-1.4-1.4-1.6 1.6V8h-2v4.2l-1.6-1.6L8 12zm0 6q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowCircleDown);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ArrowCircleDown.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowCircleDown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,ojBAAojB,GAAG,CAAM,CAAC;AACnwB,MAAM,UAAU,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;AAClD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowCircleDown = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m12 16 4-4-1.4-1.4-1.6 1.6V8h-2v4.2l-1.6-1.6L8 12zm0 6q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowCircleDown);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowCircleUp = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M11 16h2v-4.2l1.6 1.6L16 12l-4-4-4 4 1.4 1.4 1.6-1.6zm1 6q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20" }));
6
5
  const ForwardRef = forwardRef(SvgArrowCircleUp);
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowCircleUp.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowCircleUp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,ujBAAujB,GAAG,CAAM,CAAC;AACpwB,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowCircleUp = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 16h2v-4.2l1.6 1.6L16 12l-4-4-4 4 1.4 1.4 1.6-1.6zm1 6q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowCircleUp);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ArrowCircleUp.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowCircleUp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,ujBAAujB,GAAG,CAAM,CAAC;AACpwB,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowCircleUp = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 16h2v-4.2l1.6 1.6L16 12l-4-4-4 4 1.4 1.4 1.6-1.6zm1 6q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowCircleUp);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowDoubleLeft = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m17.7 4.886-5 7 5 7h-2.45l-5-7 5-7zm-5.95 0-5 7 5 7H9.3l-5-7 5-7z" }));
6
5
  const ForwardRef = forwardRef(SvgArrowDoubleLeft);
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDoubleLeft.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowDoubleLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,mEAAmE,GAAG,CAAM,CAAC;AAClR,MAAM,UAAU,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;AAClD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowDoubleLeft = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m17.7 4.886-5 7 5 7h-2.45l-5-7 5-7zm-5.95 0-5 7 5 7H9.3l-5-7 5-7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowDoubleLeft);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ArrowDoubleLeft.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowDoubleLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,mEAAmE,GAAG,CAAM,CAAC;AAClR,MAAM,UAAU,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;AAClD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowDoubleLeft = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m17.7 4.886-5 7 5 7h-2.45l-5-7 5-7zm-5.95 0-5 7 5 7H9.3l-5-7 5-7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowDoubleLeft);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowDoubleRight = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m6.3 18.886 5-7-5-7h2.45l5 7-5 7zm5.95 0 5-7-5-7h2.45l5 7-5 7z" }));
6
5
  const ForwardRef = forwardRef(SvgArrowDoubleRight);
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDoubleRight.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowDoubleRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,gEAAgE,GAAG,CAAM,CAAC;AAChR,MAAM,UAAU,GAAG,UAAU,CAAC,mBAAmB,CAAC,CAAC;AACnD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowDoubleRight = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m6.3 18.886 5-7-5-7h2.45l5 7-5 7zm5.95 0 5-7-5-7h2.45l5 7-5 7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowDoubleRight);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ArrowDoubleRight.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowDoubleRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,gEAAgE,GAAG,CAAM,CAAC;AAChR,MAAM,UAAU,GAAG,UAAU,CAAC,mBAAmB,CAAC,CAAC;AACnD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowDoubleRight = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m6.3 18.886 5-7-5-7h2.45l5 7-5 7zm5.95 0 5-7-5-7h2.45l5 7-5 7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowDoubleRight);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowDown = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m2 7.887 1.775-1.775L12 14.337l8.225-8.225L22 7.887l-10 10z" }));
6
5
  const ForwardRef = forwardRef(SvgArrowDown);
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDown.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowDown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,6DAA6D,GAAG,CAAM,CAAC;AACtQ,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowDown = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m2 7.887 1.775-1.775L12 14.337l8.225-8.225L22 7.887l-10 10z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowDown);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ArrowDown.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowDown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,6DAA6D,GAAG,CAAM,CAAC;AACtQ,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowDown = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m2 7.887 1.775-1.775L12 14.337l8.225-8.225L22 7.887l-10 10z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowDown);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowDropDownCircle = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m12 15 4-4H8zm0 7q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20" }));
6
5
  const ForwardRef = forwardRef(SvgArrowDropDownCircle);
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDropDownCircle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowDropDownCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,sBAAsB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,+gBAA+gB,GAAG,CAAM,CAAC;AACluB,MAAM,UAAU,GAAG,UAAU,CAAC,sBAAsB,CAAC,CAAC;AACtD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowDropDownCircle = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m12 15 4-4H8zm0 7q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowDropDownCircle);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ArrowDropDownCircle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowDropDownCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,sBAAsB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,+gBAA+gB,GAAG,CAAM,CAAC;AACluB,MAAM,UAAU,GAAG,UAAU,CAAC,sBAAsB,CAAC,CAAC;AACtD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowDropDownCircle = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m12 15 4-4H8zm0 7q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowDropDownCircle);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowLeft = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m15.112 21.886-10-10 10-10 1.775 1.775-8.225 8.224 8.225 8.226z" }));
6
5
  const ForwardRef = forwardRef(SvgArrowLeft);
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowLeft.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,iEAAiE,GAAG,CAAM,CAAC;AAC1Q,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowLeft = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m15.112 21.886-10-10 10-10 1.775 1.775-8.225 8.224 8.225 8.226z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowLeft);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ArrowLeft.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,iEAAiE,GAAG,CAAM,CAAC;AAC1Q,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;AAC5C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowLeft = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m15.112 21.886-10-10 10-10 1.775 1.775-8.225 8.224 8.225 8.226z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowLeft);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowRight = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m8.887 22-1.775-1.775L15.337 12 7.112 3.775 8.887 2l10 10z" }));
6
5
  const ForwardRef = forwardRef(SvgArrowRight);
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowRight.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,4DAA4D,GAAG,CAAM,CAAC;AACtQ,MAAM,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AAC7C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowRight = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m8.887 22-1.775-1.775L15.337 12 7.112 3.775 8.887 2l10 10z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowRight);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ArrowRight.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ArrowRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,aAAa,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,4DAA4D,GAAG,CAAM,CAAC;AACtQ,MAAM,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AAC7C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgArrowRight = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m8.887 22-1.775-1.775L15.337 12 7.112 3.775 8.887 2l10 10z\" /></svg>;\nconst ForwardRef = forwardRef(SvgArrowRight);\nexport default ForwardRef;"]}
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
- import $react from "react";
3
- const { Ref, forwardRef } = $react;
2
+ import { forwardRef } from "react";
4
3
  const SvgArrowUp = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m22 16.113-1.775 1.775L12 9.661l-8.225 8.225L2 16.113l10-10z" }));
6
5
  const ForwardRef = forwardRef(SvgArrowUp);