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

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 (663) 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.constants.cjs +1 -1
  10. package/dist/components/AvatarIcon/AvatarIcon.constants.cjs.map +1 -1
  11. package/dist/components/AvatarIcon/AvatarIcon.constants.mjs +1 -1
  12. package/dist/components/AvatarIcon/AvatarIcon.constants.mjs.map +1 -1
  13. package/dist/components/AvatarIcon/AvatarIcon.mjs +1 -2
  14. package/dist/components/AvatarIcon/AvatarIcon.mjs.map +1 -1
  15. package/dist/components/AvatarNetwork/AvatarNetwork.mjs +1 -2
  16. package/dist/components/AvatarNetwork/AvatarNetwork.mjs.map +1 -1
  17. package/dist/components/AvatarToken/AvatarToken.mjs +1 -2
  18. package/dist/components/AvatarToken/AvatarToken.mjs.map +1 -1
  19. package/dist/components/BadgeCount/BadgeCount.mjs +1 -2
  20. package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -1
  21. package/dist/components/BadgeIcon/BadgeIcon.mjs +1 -2
  22. package/dist/components/BadgeIcon/BadgeIcon.mjs.map +1 -1
  23. package/dist/components/BadgeNetwork/BadgeNetwork.mjs +1 -2
  24. package/dist/components/BadgeNetwork/BadgeNetwork.mjs.map +1 -1
  25. package/dist/components/BadgeStatus/BadgeStatus.constants.cjs +1 -1
  26. package/dist/components/BadgeStatus/BadgeStatus.constants.cjs.map +1 -1
  27. package/dist/components/BadgeStatus/BadgeStatus.constants.mjs +1 -1
  28. package/dist/components/BadgeStatus/BadgeStatus.constants.mjs.map +1 -1
  29. package/dist/components/BadgeStatus/BadgeStatus.mjs +1 -2
  30. package/dist/components/BadgeStatus/BadgeStatus.mjs.map +1 -1
  31. package/dist/components/BadgeWrapper/BadgeWrapper.mjs +1 -2
  32. package/dist/components/BadgeWrapper/BadgeWrapper.mjs.map +1 -1
  33. package/dist/components/Box/Box.cjs +15 -0
  34. package/dist/components/Box/Box.cjs.map +1 -0
  35. package/dist/components/Box/Box.constants.cjs +19 -0
  36. package/dist/components/Box/Box.constants.cjs.map +1 -0
  37. package/dist/components/Box/Box.constants.d.cts +3 -0
  38. package/dist/components/Box/Box.constants.d.cts.map +1 -0
  39. package/dist/components/Box/Box.constants.d.mts +3 -0
  40. package/dist/components/Box/Box.constants.d.mts.map +1 -0
  41. package/dist/components/Box/Box.constants.mjs +16 -0
  42. package/dist/components/Box/Box.constants.mjs.map +1 -0
  43. package/dist/components/Box/Box.d.cts +4 -0
  44. package/dist/components/Box/Box.d.cts.map +1 -0
  45. package/dist/components/Box/Box.d.mts +4 -0
  46. package/dist/components/Box/Box.d.mts.map +1 -0
  47. package/dist/components/Box/Box.mjs +15 -0
  48. package/dist/components/Box/Box.mjs.map +1 -0
  49. package/dist/components/Box/Box.types.cjs +3 -0
  50. package/dist/components/Box/Box.types.cjs.map +1 -0
  51. package/dist/components/Box/Box.types.d.cts +30 -0
  52. package/dist/components/Box/Box.types.d.cts.map +1 -0
  53. package/dist/components/Box/Box.types.d.mts +30 -0
  54. package/dist/components/Box/Box.types.d.mts.map +1 -0
  55. package/dist/components/Box/Box.types.mjs +2 -0
  56. package/dist/components/Box/Box.types.mjs.map +1 -0
  57. package/dist/components/Box/index.cjs +11 -0
  58. package/dist/components/Box/index.cjs.map +1 -0
  59. package/dist/components/Box/index.d.cts +5 -0
  60. package/dist/components/Box/index.d.cts.map +1 -0
  61. package/dist/components/Box/index.d.mts +5 -0
  62. package/dist/components/Box/index.d.mts.map +1 -0
  63. package/dist/components/Box/index.mjs +3 -0
  64. package/dist/components/Box/index.mjs.map +1 -0
  65. package/dist/components/Button/Button.mjs +1 -2
  66. package/dist/components/Button/Button.mjs.map +1 -1
  67. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs +1 -2
  68. package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs.map +1 -1
  69. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs +1 -2
  70. package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs.map +1 -1
  71. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs +1 -2
  72. package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs.map +1 -1
  73. package/dist/components/ButtonBase/ButtonBase.mjs +1 -2
  74. package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
  75. package/dist/components/ButtonIcon/ButtonIcon.mjs +1 -2
  76. package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -1
  77. package/dist/components/Checkbox/Checkbox.cjs +73 -0
  78. package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
  79. package/dist/components/Checkbox/Checkbox.d.cts +6 -0
  80. package/dist/components/Checkbox/Checkbox.d.cts.map +1 -0
  81. package/dist/components/Checkbox/Checkbox.d.mts +6 -0
  82. package/dist/components/Checkbox/Checkbox.d.mts.map +1 -0
  83. package/dist/components/Checkbox/Checkbox.mjs +54 -0
  84. package/dist/components/Checkbox/Checkbox.mjs.map +1 -0
  85. package/dist/components/Checkbox/Checkbox.types.cjs +3 -0
  86. package/dist/components/Checkbox/Checkbox.types.cjs.map +1 -0
  87. package/dist/components/Checkbox/Checkbox.types.d.cts +67 -0
  88. package/dist/components/Checkbox/Checkbox.types.d.cts.map +1 -0
  89. package/dist/components/Checkbox/Checkbox.types.d.mts +67 -0
  90. package/dist/components/Checkbox/Checkbox.types.d.mts.map +1 -0
  91. package/dist/components/Checkbox/Checkbox.types.mjs +2 -0
  92. package/dist/components/Checkbox/Checkbox.types.mjs.map +1 -0
  93. package/dist/components/Checkbox/index.cjs +6 -0
  94. package/dist/components/Checkbox/index.cjs.map +1 -0
  95. package/dist/components/Checkbox/index.d.cts +3 -0
  96. package/dist/components/Checkbox/index.d.cts.map +1 -0
  97. package/dist/components/Checkbox/index.d.mts +3 -0
  98. package/dist/components/Checkbox/index.d.mts.map +1 -0
  99. package/dist/components/Checkbox/index.mjs +2 -0
  100. package/dist/components/Checkbox/index.mjs.map +1 -0
  101. package/dist/components/Icon/icons/Accessibility.mjs +1 -2
  102. package/dist/components/Icon/icons/Accessibility.mjs.map +1 -1
  103. package/dist/components/Icon/icons/Activity.mjs +1 -2
  104. package/dist/components/Icon/icons/Activity.mjs.map +1 -1
  105. package/dist/components/Icon/icons/Add.mjs +1 -2
  106. package/dist/components/Icon/icons/Add.mjs.map +1 -1
  107. package/dist/components/Icon/icons/AddCard.mjs +1 -2
  108. package/dist/components/Icon/icons/AddCard.mjs.map +1 -1
  109. package/dist/components/Icon/icons/AddCircle.mjs +1 -2
  110. package/dist/components/Icon/icons/AddCircle.mjs.map +1 -1
  111. package/dist/components/Icon/icons/AddSquare.mjs +1 -2
  112. package/dist/components/Icon/icons/AddSquare.mjs.map +1 -1
  113. package/dist/components/Icon/icons/Ai.mjs +1 -2
  114. package/dist/components/Icon/icons/Ai.mjs.map +1 -1
  115. package/dist/components/Icon/icons/AlternateEmail.mjs +1 -2
  116. package/dist/components/Icon/icons/AlternateEmail.mjs.map +1 -1
  117. package/dist/components/Icon/icons/Apps.mjs +1 -2
  118. package/dist/components/Icon/icons/Apps.mjs.map +1 -1
  119. package/dist/components/Icon/icons/Arrow2Down.mjs +1 -2
  120. package/dist/components/Icon/icons/Arrow2Down.mjs.map +1 -1
  121. package/dist/components/Icon/icons/Arrow2Left.mjs +1 -2
  122. package/dist/components/Icon/icons/Arrow2Left.mjs.map +1 -1
  123. package/dist/components/Icon/icons/Arrow2Right.mjs +1 -2
  124. package/dist/components/Icon/icons/Arrow2Right.mjs.map +1 -1
  125. package/dist/components/Icon/icons/Arrow2Up.mjs +1 -2
  126. package/dist/components/Icon/icons/Arrow2Up.mjs.map +1 -1
  127. package/dist/components/Icon/icons/Arrow2UpRight.mjs +1 -2
  128. package/dist/components/Icon/icons/Arrow2UpRight.mjs.map +1 -1
  129. package/dist/components/Icon/icons/ArrowCircleDown.mjs +1 -2
  130. package/dist/components/Icon/icons/ArrowCircleDown.mjs.map +1 -1
  131. package/dist/components/Icon/icons/ArrowCircleUp.mjs +1 -2
  132. package/dist/components/Icon/icons/ArrowCircleUp.mjs.map +1 -1
  133. package/dist/components/Icon/icons/ArrowDoubleLeft.mjs +1 -2
  134. package/dist/components/Icon/icons/ArrowDoubleLeft.mjs.map +1 -1
  135. package/dist/components/Icon/icons/ArrowDoubleRight.mjs +1 -2
  136. package/dist/components/Icon/icons/ArrowDoubleRight.mjs.map +1 -1
  137. package/dist/components/Icon/icons/ArrowDown.mjs +1 -2
  138. package/dist/components/Icon/icons/ArrowDown.mjs.map +1 -1
  139. package/dist/components/Icon/icons/ArrowDropDownCircle.mjs +1 -2
  140. package/dist/components/Icon/icons/ArrowDropDownCircle.mjs.map +1 -1
  141. package/dist/components/Icon/icons/ArrowLeft.mjs +1 -2
  142. package/dist/components/Icon/icons/ArrowLeft.mjs.map +1 -1
  143. package/dist/components/Icon/icons/ArrowRight.mjs +1 -2
  144. package/dist/components/Icon/icons/ArrowRight.mjs.map +1 -1
  145. package/dist/components/Icon/icons/ArrowUp.mjs +1 -2
  146. package/dist/components/Icon/icons/ArrowUp.mjs.map +1 -1
  147. package/dist/components/Icon/icons/Attachment.mjs +1 -2
  148. package/dist/components/Icon/icons/Attachment.mjs.map +1 -1
  149. package/dist/components/Icon/icons/Ban.mjs +1 -2
  150. package/dist/components/Icon/icons/Ban.mjs.map +1 -1
  151. package/dist/components/Icon/icons/Bank.mjs +1 -2
  152. package/dist/components/Icon/icons/Bank.mjs.map +1 -1
  153. package/dist/components/Icon/icons/BankAssured.mjs +1 -2
  154. package/dist/components/Icon/icons/BankAssured.mjs.map +1 -1
  155. package/dist/components/Icon/icons/Bold.mjs +1 -2
  156. package/dist/components/Icon/icons/Bold.mjs.map +1 -1
  157. package/dist/components/Icon/icons/Book.mjs +1 -2
  158. package/dist/components/Icon/icons/Book.mjs.map +1 -1
  159. package/dist/components/Icon/icons/Bookmark.mjs +1 -2
  160. package/dist/components/Icon/icons/Bookmark.mjs.map +1 -1
  161. package/dist/components/Icon/icons/Bridge.mjs +1 -2
  162. package/dist/components/Icon/icons/Bridge.mjs.map +1 -1
  163. package/dist/components/Icon/icons/Briefcase.mjs +1 -2
  164. package/dist/components/Icon/icons/Briefcase.mjs.map +1 -1
  165. package/dist/components/Icon/icons/Bulb.mjs +1 -2
  166. package/dist/components/Icon/icons/Bulb.mjs.map +1 -1
  167. package/dist/components/Icon/icons/BuySell.mjs +1 -2
  168. package/dist/components/Icon/icons/BuySell.mjs.map +1 -1
  169. package/dist/components/Icon/icons/Cake.mjs +1 -2
  170. package/dist/components/Icon/icons/Cake.mjs.map +1 -1
  171. package/dist/components/Icon/icons/Calculator.mjs +1 -2
  172. package/dist/components/Icon/icons/Calculator.mjs.map +1 -1
  173. package/dist/components/Icon/icons/Calendar.mjs +1 -2
  174. package/dist/components/Icon/icons/Calendar.mjs.map +1 -1
  175. package/dist/components/Icon/icons/Call.mjs +1 -2
  176. package/dist/components/Icon/icons/Call.mjs.map +1 -1
  177. package/dist/components/Icon/icons/Camera.mjs +1 -2
  178. package/dist/components/Icon/icons/Camera.mjs.map +1 -1
  179. package/dist/components/Icon/icons/Campaign.mjs +1 -2
  180. package/dist/components/Icon/icons/Campaign.mjs.map +1 -1
  181. package/dist/components/Icon/icons/Card.mjs +1 -2
  182. package/dist/components/Icon/icons/Card.mjs.map +1 -1
  183. package/dist/components/Icon/icons/CardPos.mjs +1 -2
  184. package/dist/components/Icon/icons/CardPos.mjs.map +1 -1
  185. package/dist/components/Icon/icons/Cash.mjs +1 -2
  186. package/dist/components/Icon/icons/Cash.mjs.map +1 -1
  187. package/dist/components/Icon/icons/Category.mjs +1 -2
  188. package/dist/components/Icon/icons/Category.mjs.map +1 -1
  189. package/dist/components/Icon/icons/Chart.mjs +1 -2
  190. package/dist/components/Icon/icons/Chart.mjs.map +1 -1
  191. package/dist/components/Icon/icons/Check.mjs +1 -2
  192. package/dist/components/Icon/icons/Check.mjs.map +1 -1
  193. package/dist/components/Icon/icons/CheckBold.mjs +1 -2
  194. package/dist/components/Icon/icons/CheckBold.mjs.map +1 -1
  195. package/dist/components/Icon/icons/CircleX.mjs +1 -2
  196. package/dist/components/Icon/icons/CircleX.mjs.map +1 -1
  197. package/dist/components/Icon/icons/Clock.mjs +1 -2
  198. package/dist/components/Icon/icons/Clock.mjs.map +1 -1
  199. package/dist/components/Icon/icons/ClockFilled.mjs +1 -2
  200. package/dist/components/Icon/icons/ClockFilled.mjs.map +1 -1
  201. package/dist/components/Icon/icons/Close.mjs +1 -2
  202. package/dist/components/Icon/icons/Close.mjs.map +1 -1
  203. package/dist/components/Icon/icons/Cloud.mjs +1 -2
  204. package/dist/components/Icon/icons/Cloud.mjs.map +1 -1
  205. package/dist/components/Icon/icons/CloudDownload.mjs +1 -2
  206. package/dist/components/Icon/icons/CloudDownload.mjs.map +1 -1
  207. package/dist/components/Icon/icons/CloudUpload.mjs +1 -2
  208. package/dist/components/Icon/icons/CloudUpload.mjs.map +1 -1
  209. package/dist/components/Icon/icons/Code.mjs +1 -2
  210. package/dist/components/Icon/icons/Code.mjs.map +1 -1
  211. package/dist/components/Icon/icons/CodeCircle.mjs +1 -2
  212. package/dist/components/Icon/icons/CodeCircle.mjs.map +1 -1
  213. package/dist/components/Icon/icons/Coin.mjs +1 -2
  214. package/dist/components/Icon/icons/Coin.mjs.map +1 -1
  215. package/dist/components/Icon/icons/Collapse.mjs +1 -2
  216. package/dist/components/Icon/icons/Collapse.mjs.map +1 -1
  217. package/dist/components/Icon/icons/Confirmation.mjs +1 -2
  218. package/dist/components/Icon/icons/Confirmation.mjs.map +1 -1
  219. package/dist/components/Icon/icons/Connect.mjs +1 -2
  220. package/dist/components/Icon/icons/Connect.mjs.map +1 -1
  221. package/dist/components/Icon/icons/Copy.mjs +1 -2
  222. package/dist/components/Icon/icons/Copy.mjs.map +1 -1
  223. package/dist/components/Icon/icons/CopySuccess.mjs +1 -2
  224. package/dist/components/Icon/icons/CopySuccess.mjs.map +1 -1
  225. package/dist/components/Icon/icons/CreditCheck.mjs +1 -2
  226. package/dist/components/Icon/icons/CreditCheck.mjs.map +1 -1
  227. package/dist/components/Icon/icons/CurrencyFranc.mjs +1 -2
  228. package/dist/components/Icon/icons/CurrencyFranc.mjs.map +1 -1
  229. package/dist/components/Icon/icons/CurrencyLira.mjs +1 -2
  230. package/dist/components/Icon/icons/CurrencyLira.mjs.map +1 -1
  231. package/dist/components/Icon/icons/CurrencyPound.mjs +1 -2
  232. package/dist/components/Icon/icons/CurrencyPound.mjs.map +1 -1
  233. package/dist/components/Icon/icons/CurrencyYuan.mjs +1 -2
  234. package/dist/components/Icon/icons/CurrencyYuan.mjs.map +1 -1
  235. package/dist/components/Icon/icons/Customize.mjs +1 -2
  236. package/dist/components/Icon/icons/Customize.mjs.map +1 -1
  237. package/dist/components/Icon/icons/Danger.mjs +1 -2
  238. package/dist/components/Icon/icons/Danger.mjs.map +1 -1
  239. package/dist/components/Icon/icons/Dark.mjs +1 -2
  240. package/dist/components/Icon/icons/Dark.mjs.map +1 -1
  241. package/dist/components/Icon/icons/DarkFilled.mjs +1 -2
  242. package/dist/components/Icon/icons/DarkFilled.mjs.map +1 -1
  243. package/dist/components/Icon/icons/Data.mjs +1 -2
  244. package/dist/components/Icon/icons/Data.mjs.map +1 -1
  245. package/dist/components/Icon/icons/Description.mjs +1 -2
  246. package/dist/components/Icon/icons/Description.mjs.map +1 -1
  247. package/dist/components/Icon/icons/Details.mjs +1 -2
  248. package/dist/components/Icon/icons/Details.mjs.map +1 -1
  249. package/dist/components/Icon/icons/Diagram.mjs +1 -2
  250. package/dist/components/Icon/icons/Diagram.mjs.map +1 -1
  251. package/dist/components/Icon/icons/DocumentCode.mjs +1 -2
  252. package/dist/components/Icon/icons/DocumentCode.mjs.map +1 -1
  253. package/dist/components/Icon/icons/Download.mjs +1 -2
  254. package/dist/components/Icon/icons/Download.mjs.map +1 -1
  255. package/dist/components/Icon/icons/Draft.mjs +1 -2
  256. package/dist/components/Icon/icons/Draft.mjs.map +1 -1
  257. package/dist/components/Icon/icons/EcoLeaf.mjs +1 -2
  258. package/dist/components/Icon/icons/EcoLeaf.mjs.map +1 -1
  259. package/dist/components/Icon/icons/Edit.mjs +1 -2
  260. package/dist/components/Icon/icons/Edit.mjs.map +1 -1
  261. package/dist/components/Icon/icons/EditSquare.mjs +1 -2
  262. package/dist/components/Icon/icons/EditSquare.mjs.map +1 -1
  263. package/dist/components/Icon/icons/EncryptedAdd.mjs +1 -2
  264. package/dist/components/Icon/icons/EncryptedAdd.mjs.map +1 -1
  265. package/dist/components/Icon/icons/Eraser.mjs +1 -2
  266. package/dist/components/Icon/icons/Eraser.mjs.map +1 -1
  267. package/dist/components/Icon/icons/Error.mjs +1 -2
  268. package/dist/components/Icon/icons/Error.mjs.map +1 -1
  269. package/dist/components/Icon/icons/Ethereum.mjs +1 -2
  270. package/dist/components/Icon/icons/Ethereum.mjs.map +1 -1
  271. package/dist/components/Icon/icons/Exchange.mjs +1 -2
  272. package/dist/components/Icon/icons/Exchange.mjs.map +1 -1
  273. package/dist/components/Icon/icons/Expand.mjs +1 -2
  274. package/dist/components/Icon/icons/Expand.mjs.map +1 -1
  275. package/dist/components/Icon/icons/ExpandVertical.mjs +1 -2
  276. package/dist/components/Icon/icons/ExpandVertical.mjs.map +1 -1
  277. package/dist/components/Icon/icons/Explore.mjs +1 -2
  278. package/dist/components/Icon/icons/Explore.mjs.map +1 -1
  279. package/dist/components/Icon/icons/ExploreFilled.mjs +1 -2
  280. package/dist/components/Icon/icons/ExploreFilled.mjs.map +1 -1
  281. package/dist/components/Icon/icons/Export.mjs +1 -2
  282. package/dist/components/Icon/icons/Export.mjs.map +1 -1
  283. package/dist/components/Icon/icons/Extension.mjs +1 -2
  284. package/dist/components/Icon/icons/Extension.mjs.map +1 -1
  285. package/dist/components/Icon/icons/Eye.mjs +1 -2
  286. package/dist/components/Icon/icons/Eye.mjs.map +1 -1
  287. package/dist/components/Icon/icons/EyeSlash.mjs +1 -2
  288. package/dist/components/Icon/icons/EyeSlash.mjs.map +1 -1
  289. package/dist/components/Icon/icons/FaceId.mjs +1 -2
  290. package/dist/components/Icon/icons/FaceId.mjs.map +1 -1
  291. package/dist/components/Icon/icons/Feedback.mjs +1 -2
  292. package/dist/components/Icon/icons/Feedback.mjs.map +1 -1
  293. package/dist/components/Icon/icons/File.mjs +1 -2
  294. package/dist/components/Icon/icons/File.mjs.map +1 -1
  295. package/dist/components/Icon/icons/Filter.mjs +1 -2
  296. package/dist/components/Icon/icons/Filter.mjs.map +1 -1
  297. package/dist/components/Icon/icons/Fingerprint.mjs +1 -2
  298. package/dist/components/Icon/icons/Fingerprint.mjs.map +1 -1
  299. package/dist/components/Icon/icons/Fire.mjs +1 -2
  300. package/dist/components/Icon/icons/Fire.mjs.map +1 -1
  301. package/dist/components/Icon/icons/FirstPage.mjs +1 -2
  302. package/dist/components/Icon/icons/FirstPage.mjs.map +1 -1
  303. package/dist/components/Icon/icons/Flag.mjs +1 -2
  304. package/dist/components/Icon/icons/Flag.mjs.map +1 -1
  305. package/dist/components/Icon/icons/Flash.mjs +1 -2
  306. package/dist/components/Icon/icons/Flash.mjs.map +1 -1
  307. package/dist/components/Icon/icons/FlashSlash.mjs +1 -2
  308. package/dist/components/Icon/icons/FlashSlash.mjs.map +1 -1
  309. package/dist/components/Icon/icons/Flask.mjs +1 -2
  310. package/dist/components/Icon/icons/Flask.mjs.map +1 -1
  311. package/dist/components/Icon/icons/Flower.mjs +1 -2
  312. package/dist/components/Icon/icons/Flower.mjs.map +1 -1
  313. package/dist/components/Icon/icons/Folder.mjs +1 -2
  314. package/dist/components/Icon/icons/Folder.mjs.map +1 -1
  315. package/dist/components/Icon/icons/Forest.mjs +1 -2
  316. package/dist/components/Icon/icons/Forest.mjs.map +1 -1
  317. package/dist/components/Icon/icons/FullCircle.mjs +1 -2
  318. package/dist/components/Icon/icons/FullCircle.mjs.map +1 -1
  319. package/dist/components/Icon/icons/Gas.mjs +1 -2
  320. package/dist/components/Icon/icons/Gas.mjs.map +1 -1
  321. package/dist/components/Icon/icons/Gift.mjs +1 -2
  322. package/dist/components/Icon/icons/Gift.mjs.map +1 -1
  323. package/dist/components/Icon/icons/Global.mjs +1 -2
  324. package/dist/components/Icon/icons/Global.mjs.map +1 -1
  325. package/dist/components/Icon/icons/GlobalSearch.mjs +1 -2
  326. package/dist/components/Icon/icons/GlobalSearch.mjs.map +1 -1
  327. package/dist/components/Icon/icons/Graph.mjs +1 -2
  328. package/dist/components/Icon/icons/Graph.mjs.map +1 -1
  329. package/dist/components/Icon/icons/Hardware.mjs +1 -2
  330. package/dist/components/Icon/icons/Hardware.mjs.map +1 -1
  331. package/dist/components/Icon/icons/HashTag.mjs +1 -2
  332. package/dist/components/Icon/icons/HashTag.mjs.map +1 -1
  333. package/dist/components/Icon/icons/Heart.mjs +1 -2
  334. package/dist/components/Icon/icons/Heart.mjs.map +1 -1
  335. package/dist/components/Icon/icons/HeartFilled.mjs +1 -2
  336. package/dist/components/Icon/icons/HeartFilled.mjs.map +1 -1
  337. package/dist/components/Icon/icons/Hierarchy.mjs +1 -2
  338. package/dist/components/Icon/icons/Hierarchy.mjs.map +1 -1
  339. package/dist/components/Icon/icons/Home.mjs +1 -2
  340. package/dist/components/Icon/icons/Home.mjs.map +1 -1
  341. package/dist/components/Icon/icons/HomeFilled.mjs +1 -2
  342. package/dist/components/Icon/icons/HomeFilled.mjs.map +1 -1
  343. package/dist/components/Icon/icons/Image.mjs +1 -2
  344. package/dist/components/Icon/icons/Image.mjs.map +1 -1
  345. package/dist/components/Icon/icons/Info.mjs +1 -2
  346. package/dist/components/Icon/icons/Info.mjs.map +1 -1
  347. package/dist/components/Icon/icons/Inventory.mjs +1 -2
  348. package/dist/components/Icon/icons/Inventory.mjs.map +1 -1
  349. package/dist/components/Icon/icons/Joystick.mjs +1 -2
  350. package/dist/components/Icon/icons/Joystick.mjs.map +1 -1
  351. package/dist/components/Icon/icons/Keep.mjs +1 -2
  352. package/dist/components/Icon/icons/Keep.mjs.map +1 -1
  353. package/dist/components/Icon/icons/KeepFilled.mjs +1 -2
  354. package/dist/components/Icon/icons/KeepFilled.mjs.map +1 -1
  355. package/dist/components/Icon/icons/Key.mjs +1 -2
  356. package/dist/components/Icon/icons/Key.mjs.map +1 -1
  357. package/dist/components/Icon/icons/LastPage.mjs +1 -2
  358. package/dist/components/Icon/icons/LastPage.mjs.map +1 -1
  359. package/dist/components/Icon/icons/Light.mjs +1 -2
  360. package/dist/components/Icon/icons/Light.mjs.map +1 -1
  361. package/dist/components/Icon/icons/LightFilled.mjs +1 -2
  362. package/dist/components/Icon/icons/LightFilled.mjs.map +1 -1
  363. package/dist/components/Icon/icons/Link.mjs +1 -2
  364. package/dist/components/Icon/icons/Link.mjs.map +1 -1
  365. package/dist/components/Icon/icons/Loading.mjs +1 -2
  366. package/dist/components/Icon/icons/Loading.mjs.map +1 -1
  367. package/dist/components/Icon/icons/Location.mjs +1 -2
  368. package/dist/components/Icon/icons/Location.mjs.map +1 -1
  369. package/dist/components/Icon/icons/Lock.mjs +1 -2
  370. package/dist/components/Icon/icons/Lock.mjs.map +1 -1
  371. package/dist/components/Icon/icons/LockSlash.mjs +1 -2
  372. package/dist/components/Icon/icons/LockSlash.mjs.map +1 -1
  373. package/dist/components/Icon/icons/LockedFilled.mjs +1 -2
  374. package/dist/components/Icon/icons/LockedFilled.mjs.map +1 -1
  375. package/dist/components/Icon/icons/Login.mjs +1 -2
  376. package/dist/components/Icon/icons/Login.mjs.map +1 -1
  377. package/dist/components/Icon/icons/Logout.mjs +1 -2
  378. package/dist/components/Icon/icons/Logout.mjs.map +1 -1
  379. package/dist/components/Icon/icons/Mail.mjs +1 -2
  380. package/dist/components/Icon/icons/Mail.mjs.map +1 -1
  381. package/dist/components/Icon/icons/Map.mjs +1 -2
  382. package/dist/components/Icon/icons/Map.mjs.map +1 -1
  383. package/dist/components/Icon/icons/Menu.mjs +1 -2
  384. package/dist/components/Icon/icons/Menu.mjs.map +1 -1
  385. package/dist/components/Icon/icons/MessageQuestion.mjs +1 -2
  386. package/dist/components/Icon/icons/MessageQuestion.mjs.map +1 -1
  387. package/dist/components/Icon/icons/Messages.mjs +1 -2
  388. package/dist/components/Icon/icons/Messages.mjs.map +1 -1
  389. package/dist/components/Icon/icons/Mic.mjs +1 -2
  390. package/dist/components/Icon/icons/Mic.mjs.map +1 -1
  391. package/dist/components/Icon/icons/Minus.mjs +1 -2
  392. package/dist/components/Icon/icons/Minus.mjs.map +1 -1
  393. package/dist/components/Icon/icons/MinusBold.mjs +1 -2
  394. package/dist/components/Icon/icons/MinusBold.mjs.map +1 -1
  395. package/dist/components/Icon/icons/MinusSquare.mjs +1 -2
  396. package/dist/components/Icon/icons/MinusSquare.mjs.map +1 -1
  397. package/dist/components/Icon/icons/Mobile.mjs +1 -2
  398. package/dist/components/Icon/icons/Mobile.mjs.map +1 -1
  399. package/dist/components/Icon/icons/Money.mjs +1 -2
  400. package/dist/components/Icon/icons/Money.mjs.map +1 -1
  401. package/dist/components/Icon/icons/MoneyBag.mjs +1 -2
  402. package/dist/components/Icon/icons/MoneyBag.mjs.map +1 -1
  403. package/dist/components/Icon/icons/Monitor.mjs +1 -2
  404. package/dist/components/Icon/icons/Monitor.mjs.map +1 -1
  405. package/dist/components/Icon/icons/MoreHorizontal.mjs +1 -2
  406. package/dist/components/Icon/icons/MoreHorizontal.mjs.map +1 -1
  407. package/dist/components/Icon/icons/MoreVertical.mjs +1 -2
  408. package/dist/components/Icon/icons/MoreVertical.mjs.map +1 -1
  409. package/dist/components/Icon/icons/MountainFlag.mjs +1 -2
  410. package/dist/components/Icon/icons/MountainFlag.mjs.map +1 -1
  411. package/dist/components/Icon/icons/MusicNote.mjs +1 -2
  412. package/dist/components/Icon/icons/MusicNote.mjs.map +1 -1
  413. package/dist/components/Icon/icons/Notification.mjs +1 -2
  414. package/dist/components/Icon/icons/Notification.mjs.map +1 -1
  415. package/dist/components/Icon/icons/PageInfo.mjs +1 -2
  416. package/dist/components/Icon/icons/PageInfo.mjs.map +1 -1
  417. package/dist/components/Icon/icons/Palette.mjs +1 -2
  418. package/dist/components/Icon/icons/Palette.mjs.map +1 -1
  419. package/dist/components/Icon/icons/PasswordCheck.mjs +1 -2
  420. package/dist/components/Icon/icons/PasswordCheck.mjs.map +1 -1
  421. package/dist/components/Icon/icons/Pending.mjs +1 -2
  422. package/dist/components/Icon/icons/Pending.mjs.map +1 -1
  423. package/dist/components/Icon/icons/People.mjs +1 -2
  424. package/dist/components/Icon/icons/People.mjs.map +1 -1
  425. package/dist/components/Icon/icons/PersonCancel.mjs +1 -2
  426. package/dist/components/Icon/icons/PersonCancel.mjs.map +1 -1
  427. package/dist/components/Icon/icons/Pin.mjs +1 -2
  428. package/dist/components/Icon/icons/Pin.mjs.map +1 -1
  429. package/dist/components/Icon/icons/Plant.mjs +1 -2
  430. package/dist/components/Icon/icons/Plant.mjs.map +1 -1
  431. package/dist/components/Icon/icons/Plug.mjs +1 -2
  432. package/dist/components/Icon/icons/Plug.mjs.map +1 -1
  433. package/dist/components/Icon/icons/PlusAndMinus.mjs +1 -2
  434. package/dist/components/Icon/icons/PlusAndMinus.mjs.map +1 -1
  435. package/dist/components/Icon/icons/PolicyAlert.mjs +1 -2
  436. package/dist/components/Icon/icons/PolicyAlert.mjs.map +1 -1
  437. package/dist/components/Icon/icons/Print.mjs +1 -2
  438. package/dist/components/Icon/icons/Print.mjs.map +1 -1
  439. package/dist/components/Icon/icons/PriorityHigh.mjs +1 -2
  440. package/dist/components/Icon/icons/PriorityHigh.mjs.map +1 -1
  441. package/dist/components/Icon/icons/PrivacyTip.mjs +1 -2
  442. package/dist/components/Icon/icons/PrivacyTip.mjs.map +1 -1
  443. package/dist/components/Icon/icons/ProgrammingArrows.mjs +1 -2
  444. package/dist/components/Icon/icons/ProgrammingArrows.mjs.map +1 -1
  445. package/dist/components/Icon/icons/Publish.mjs +1 -2
  446. package/dist/components/Icon/icons/Publish.mjs.map +1 -1
  447. package/dist/components/Icon/icons/QrCode.mjs +1 -2
  448. package/dist/components/Icon/icons/QrCode.mjs.map +1 -1
  449. package/dist/components/Icon/icons/Question.mjs +1 -2
  450. package/dist/components/Icon/icons/Question.mjs.map +1 -1
  451. package/dist/components/Icon/icons/Receive.mjs +1 -2
  452. package/dist/components/Icon/icons/Receive.mjs.map +1 -1
  453. package/dist/components/Icon/icons/Received.mjs +1 -2
  454. package/dist/components/Icon/icons/Received.mjs.map +1 -1
  455. package/dist/components/Icon/icons/Refresh.mjs +1 -2
  456. package/dist/components/Icon/icons/Refresh.mjs.map +1 -1
  457. package/dist/components/Icon/icons/RemoveMinus.mjs +1 -2
  458. package/dist/components/Icon/icons/RemoveMinus.mjs.map +1 -1
  459. package/dist/components/Icon/icons/Report.mjs +1 -2
  460. package/dist/components/Icon/icons/Report.mjs.map +1 -1
  461. package/dist/components/Icon/icons/Rocket.mjs +1 -2
  462. package/dist/components/Icon/icons/Rocket.mjs.map +1 -1
  463. package/dist/components/Icon/icons/Save.mjs +1 -2
  464. package/dist/components/Icon/icons/Save.mjs.map +1 -1
  465. package/dist/components/Icon/icons/SaveFilled.mjs +1 -2
  466. package/dist/components/Icon/icons/SaveFilled.mjs.map +1 -1
  467. package/dist/components/Icon/icons/Saving.mjs +1 -2
  468. package/dist/components/Icon/icons/Saving.mjs.map +1 -1
  469. package/dist/components/Icon/icons/Scan.mjs +1 -2
  470. package/dist/components/Icon/icons/Scan.mjs.map +1 -1
  471. package/dist/components/Icon/icons/ScanBarcode.mjs +1 -2
  472. package/dist/components/Icon/icons/ScanBarcode.mjs.map +1 -1
  473. package/dist/components/Icon/icons/ScanFocus.mjs +1 -2
  474. package/dist/components/Icon/icons/ScanFocus.mjs.map +1 -1
  475. package/dist/components/Icon/icons/Search.mjs +1 -2
  476. package/dist/components/Icon/icons/Search.mjs.map +1 -1
  477. package/dist/components/Icon/icons/Security.mjs +1 -2
  478. package/dist/components/Icon/icons/Security.mjs.map +1 -1
  479. package/dist/components/Icon/icons/SecurityAlert.mjs +1 -2
  480. package/dist/components/Icon/icons/SecurityAlert.mjs.map +1 -1
  481. package/dist/components/Icon/icons/SecurityCross.mjs +1 -2
  482. package/dist/components/Icon/icons/SecurityCross.mjs.map +1 -1
  483. package/dist/components/Icon/icons/SecurityKey.mjs +1 -2
  484. package/dist/components/Icon/icons/SecurityKey.mjs.map +1 -1
  485. package/dist/components/Icon/icons/SecuritySearch.mjs +1 -2
  486. package/dist/components/Icon/icons/SecuritySearch.mjs.map +1 -1
  487. package/dist/components/Icon/icons/SecuritySlash.mjs +1 -2
  488. package/dist/components/Icon/icons/SecuritySlash.mjs.map +1 -1
  489. package/dist/components/Icon/icons/SecurityTick.mjs +1 -2
  490. package/dist/components/Icon/icons/SecurityTick.mjs.map +1 -1
  491. package/dist/components/Icon/icons/SecurityTime.mjs +1 -2
  492. package/dist/components/Icon/icons/SecurityTime.mjs.map +1 -1
  493. package/dist/components/Icon/icons/SecurityUser.mjs +1 -2
  494. package/dist/components/Icon/icons/SecurityUser.mjs.map +1 -1
  495. package/dist/components/Icon/icons/Send.mjs +1 -2
  496. package/dist/components/Icon/icons/Send.mjs.map +1 -1
  497. package/dist/components/Icon/icons/SentimentDissatisfied.mjs +1 -2
  498. package/dist/components/Icon/icons/SentimentDissatisfied.mjs.map +1 -1
  499. package/dist/components/Icon/icons/SentimentNeutral.mjs +1 -2
  500. package/dist/components/Icon/icons/SentimentNeutral.mjs.map +1 -1
  501. package/dist/components/Icon/icons/SentimentSatisfied.mjs +1 -2
  502. package/dist/components/Icon/icons/SentimentSatisfied.mjs.map +1 -1
  503. package/dist/components/Icon/icons/SentimentVerySatisfied.mjs +1 -2
  504. package/dist/components/Icon/icons/SentimentVerySatisfied.mjs.map +1 -1
  505. package/dist/components/Icon/icons/Setting.mjs +1 -2
  506. package/dist/components/Icon/icons/Setting.mjs.map +1 -1
  507. package/dist/components/Icon/icons/SettingFilled.mjs +1 -2
  508. package/dist/components/Icon/icons/SettingFilled.mjs.map +1 -1
  509. package/dist/components/Icon/icons/Share.mjs +1 -2
  510. package/dist/components/Icon/icons/Share.mjs.map +1 -1
  511. package/dist/components/Icon/icons/ShieldLock.mjs +1 -2
  512. package/dist/components/Icon/icons/ShieldLock.mjs.map +1 -1
  513. package/dist/components/Icon/icons/ShoppingBag.mjs +1 -2
  514. package/dist/components/Icon/icons/ShoppingBag.mjs.map +1 -1
  515. package/dist/components/Icon/icons/ShoppingCart.mjs +1 -2
  516. package/dist/components/Icon/icons/ShoppingCart.mjs.map +1 -1
  517. package/dist/components/Icon/icons/SignalCellular.mjs +1 -2
  518. package/dist/components/Icon/icons/SignalCellular.mjs.map +1 -1
  519. package/dist/components/Icon/icons/Slash.mjs +1 -2
  520. package/dist/components/Icon/icons/Slash.mjs.map +1 -1
  521. package/dist/components/Icon/icons/Sms.mjs +1 -2
  522. package/dist/components/Icon/icons/Sms.mjs.map +1 -1
  523. package/dist/components/Icon/icons/Snaps.mjs +1 -2
  524. package/dist/components/Icon/icons/Snaps.mjs.map +1 -1
  525. package/dist/components/Icon/icons/SnapsMobile.mjs +1 -2
  526. package/dist/components/Icon/icons/SnapsMobile.mjs.map +1 -1
  527. package/dist/components/Icon/icons/SnapsPlus.mjs +1 -2
  528. package/dist/components/Icon/icons/SnapsPlus.mjs.map +1 -1
  529. package/dist/components/Icon/icons/SnapsRound.mjs +1 -2
  530. package/dist/components/Icon/icons/SnapsRound.mjs.map +1 -1
  531. package/dist/components/Icon/icons/Sort.mjs +1 -2
  532. package/dist/components/Icon/icons/Sort.mjs.map +1 -1
  533. package/dist/components/Icon/icons/SortByAlpha.mjs +1 -2
  534. package/dist/components/Icon/icons/SortByAlpha.mjs.map +1 -1
  535. package/dist/components/Icon/icons/Sparkle.mjs +1 -2
  536. package/dist/components/Icon/icons/Sparkle.mjs.map +1 -1
  537. package/dist/components/Icon/icons/Speed.mjs +1 -2
  538. package/dist/components/Icon/icons/Speed.mjs.map +1 -1
  539. package/dist/components/Icon/icons/Speedometer.mjs +1 -2
  540. package/dist/components/Icon/icons/Speedometer.mjs.map +1 -1
  541. package/dist/components/Icon/icons/Square.mjs +1 -2
  542. package/dist/components/Icon/icons/Square.mjs.map +1 -1
  543. package/dist/components/Icon/icons/Stake.mjs +1 -2
  544. package/dist/components/Icon/icons/Stake.mjs.map +1 -1
  545. package/dist/components/Icon/icons/Star.mjs +1 -2
  546. package/dist/components/Icon/icons/Star.mjs.map +1 -1
  547. package/dist/components/Icon/icons/StarFilled.mjs +1 -2
  548. package/dist/components/Icon/icons/StarFilled.mjs.map +1 -1
  549. package/dist/components/Icon/icons/Start.mjs +1 -2
  550. package/dist/components/Icon/icons/Start.mjs.map +1 -1
  551. package/dist/components/Icon/icons/Storefront.mjs +1 -2
  552. package/dist/components/Icon/icons/Storefront.mjs.map +1 -1
  553. package/dist/components/Icon/icons/Student.mjs +1 -2
  554. package/dist/components/Icon/icons/Student.mjs.map +1 -1
  555. package/dist/components/Icon/icons/SwapHorizontal.mjs +1 -2
  556. package/dist/components/Icon/icons/SwapHorizontal.mjs.map +1 -1
  557. package/dist/components/Icon/icons/SwapVertical.mjs +1 -2
  558. package/dist/components/Icon/icons/SwapVertical.mjs.map +1 -1
  559. package/dist/components/Icon/icons/TabClose.mjs +1 -2
  560. package/dist/components/Icon/icons/TabClose.mjs.map +1 -1
  561. package/dist/components/Icon/icons/TableRow.mjs +1 -2
  562. package/dist/components/Icon/icons/TableRow.mjs.map +1 -1
  563. package/dist/components/Icon/icons/Tablet.mjs +1 -2
  564. package/dist/components/Icon/icons/Tablet.mjs.map +1 -1
  565. package/dist/components/Icon/icons/Tag.mjs +1 -2
  566. package/dist/components/Icon/icons/Tag.mjs.map +1 -1
  567. package/dist/components/Icon/icons/ThumbDown.mjs +1 -2
  568. package/dist/components/Icon/icons/ThumbDown.mjs.map +1 -1
  569. package/dist/components/Icon/icons/ThumbDownFilled.mjs +1 -2
  570. package/dist/components/Icon/icons/ThumbDownFilled.mjs.map +1 -1
  571. package/dist/components/Icon/icons/ThumbUp.mjs +1 -2
  572. package/dist/components/Icon/icons/ThumbUp.mjs.map +1 -1
  573. package/dist/components/Icon/icons/ThumbUpFilled.mjs +1 -2
  574. package/dist/components/Icon/icons/ThumbUpFilled.mjs.map +1 -1
  575. package/dist/components/Icon/icons/Tint.mjs +1 -2
  576. package/dist/components/Icon/icons/Tint.mjs.map +1 -1
  577. package/dist/components/Icon/icons/Tooltip.mjs +1 -2
  578. package/dist/components/Icon/icons/Tooltip.mjs.map +1 -1
  579. package/dist/components/Icon/icons/Translate.mjs +1 -2
  580. package/dist/components/Icon/icons/Translate.mjs.map +1 -1
  581. package/dist/components/Icon/icons/Trash.mjs +1 -2
  582. package/dist/components/Icon/icons/Trash.mjs.map +1 -1
  583. package/dist/components/Icon/icons/TrendDown.mjs +1 -2
  584. package/dist/components/Icon/icons/TrendDown.mjs.map +1 -1
  585. package/dist/components/Icon/icons/TrendUp.mjs +1 -2
  586. package/dist/components/Icon/icons/TrendUp.mjs.map +1 -1
  587. package/dist/components/Icon/icons/Undo.mjs +1 -2
  588. package/dist/components/Icon/icons/Undo.mjs.map +1 -1
  589. package/dist/components/Icon/icons/Unfold.mjs +1 -2
  590. package/dist/components/Icon/icons/Unfold.mjs.map +1 -1
  591. package/dist/components/Icon/icons/UnlockedFilled.mjs +1 -2
  592. package/dist/components/Icon/icons/UnlockedFilled.mjs.map +1 -1
  593. package/dist/components/Icon/icons/Unpin.mjs +1 -2
  594. package/dist/components/Icon/icons/Unpin.mjs.map +1 -1
  595. package/dist/components/Icon/icons/Upload.mjs +1 -2
  596. package/dist/components/Icon/icons/Upload.mjs.map +1 -1
  597. package/dist/components/Icon/icons/UploadFile.mjs +1 -2
  598. package/dist/components/Icon/icons/UploadFile.mjs.map +1 -1
  599. package/dist/components/Icon/icons/Usb.mjs +1 -2
  600. package/dist/components/Icon/icons/Usb.mjs.map +1 -1
  601. package/dist/components/Icon/icons/User.mjs +1 -2
  602. package/dist/components/Icon/icons/User.mjs.map +1 -1
  603. package/dist/components/Icon/icons/UserCheck.mjs +1 -2
  604. package/dist/components/Icon/icons/UserCheck.mjs.map +1 -1
  605. package/dist/components/Icon/icons/UserCircle.mjs +1 -2
  606. package/dist/components/Icon/icons/UserCircle.mjs.map +1 -1
  607. package/dist/components/Icon/icons/UserCircleAdd.mjs +1 -2
  608. package/dist/components/Icon/icons/UserCircleAdd.mjs.map +1 -1
  609. package/dist/components/Icon/icons/UserCircleRemove.mjs +1 -2
  610. package/dist/components/Icon/icons/UserCircleRemove.mjs.map +1 -1
  611. package/dist/components/Icon/icons/Verified.mjs +1 -2
  612. package/dist/components/Icon/icons/Verified.mjs.map +1 -1
  613. package/dist/components/Icon/icons/VerifiedFilled.mjs +1 -2
  614. package/dist/components/Icon/icons/VerifiedFilled.mjs.map +1 -1
  615. package/dist/components/Icon/icons/Videocam.mjs +1 -2
  616. package/dist/components/Icon/icons/Videocam.mjs.map +1 -1
  617. package/dist/components/Icon/icons/ViewColumn.mjs +1 -2
  618. package/dist/components/Icon/icons/ViewColumn.mjs.map +1 -1
  619. package/dist/components/Icon/icons/ViewInAr.mjs +1 -2
  620. package/dist/components/Icon/icons/ViewInAr.mjs.map +1 -1
  621. package/dist/components/Icon/icons/VolumeOff.mjs +1 -2
  622. package/dist/components/Icon/icons/VolumeOff.mjs.map +1 -1
  623. package/dist/components/Icon/icons/VolumeUp.mjs +1 -2
  624. package/dist/components/Icon/icons/VolumeUp.mjs.map +1 -1
  625. package/dist/components/Icon/icons/Wallet.mjs +1 -2
  626. package/dist/components/Icon/icons/Wallet.mjs.map +1 -1
  627. package/dist/components/Icon/icons/WalletFilled.mjs +1 -2
  628. package/dist/components/Icon/icons/WalletFilled.mjs.map +1 -1
  629. package/dist/components/Icon/icons/Warning.mjs +1 -2
  630. package/dist/components/Icon/icons/Warning.mjs.map +1 -1
  631. package/dist/components/Icon/icons/WebTraffic.mjs +1 -2
  632. package/dist/components/Icon/icons/WebTraffic.mjs.map +1 -1
  633. package/dist/components/Icon/icons/Widgets.mjs +1 -2
  634. package/dist/components/Icon/icons/Widgets.mjs.map +1 -1
  635. package/dist/components/Icon/icons/Wifi.mjs +1 -2
  636. package/dist/components/Icon/icons/Wifi.mjs.map +1 -1
  637. package/dist/components/Icon/icons/WifiOff.mjs +1 -2
  638. package/dist/components/Icon/icons/WifiOff.mjs.map +1 -1
  639. package/dist/components/Icon/icons/X.mjs +1 -2
  640. package/dist/components/Icon/icons/X.mjs.map +1 -1
  641. package/dist/components/TextButton/TextButton.mjs +1 -2
  642. package/dist/components/TextButton/TextButton.mjs.map +1 -1
  643. package/dist/components/index.cjs +10 -2
  644. package/dist/components/index.cjs.map +1 -1
  645. package/dist/components/index.d.cts +4 -0
  646. package/dist/components/index.d.cts.map +1 -1
  647. package/dist/components/index.d.mts +4 -0
  648. package/dist/components/index.d.mts.map +1 -1
  649. package/dist/components/index.mjs +2 -0
  650. package/dist/components/index.mjs.map +1 -1
  651. package/dist/components/temp-components/Jazzicon/Jazzicon.mjs +1 -2
  652. package/dist/components/temp-components/Jazzicon/Jazzicon.mjs.map +1 -1
  653. package/dist/components/temp-components/Maskicon/Maskicon.mjs +1 -2
  654. package/dist/components/temp-components/Maskicon/Maskicon.mjs.map +1 -1
  655. package/dist/types/index.cjs +43 -1
  656. package/dist/types/index.cjs.map +1 -1
  657. package/dist/types/index.d.cts +42 -0
  658. package/dist/types/index.d.cts.map +1 -1
  659. package/dist/types/index.d.mts +42 -0
  660. package/dist/types/index.d.mts.map +1 -1
  661. package/dist/types/index.mjs +42 -0
  662. package/dist/types/index.mjs.map +1 -1
  663. package/package.json +10 -7
@@ -1 +1 @@
1
- {"version":3,"file":"ShoppingBag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ShoppingBag.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,ugBAAugB,GAAG,CAAM,CAAC;AACltB,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 SvgShoppingBag = (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 22q-.824 0-1.412-.587C4 20.826 4 20.55 4 20V8q0-.824.588-1.412C5.176 6 5.45 6 6 6h2q0-1.65 1.175-2.825C10.35 2 10.9 2 12 2s2.042.392 2.825 1.175S16 4.9 16 6h2q.824 0 1.413.588C20.002 7.176 20 7.45 20 8v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V8h-2v2q0 .424-.287.713c-.287.289-.43.287-.713.287s-.52-.096-.712-.287S14 10.283 14 10V8h-4v2q0 .424-.287.713c-.287.289-.43.287-.713.287s-.52-.096-.712-.287S8 10.283 8 10V8H6zm4-14h4q0-.824-.587-1.412C12.825 4 12.55 4 12 4s-1.02.196-1.412.588S10 5.45 10 6\" /></svg>;\nconst ForwardRef = forwardRef(SvgShoppingBag);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ShoppingBag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ShoppingBag.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,ugBAAugB,GAAG,CAAM,CAAC;AACltB,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 SvgShoppingBag = (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 22q-.824 0-1.412-.587C4 20.826 4 20.55 4 20V8q0-.824.588-1.412C5.176 6 5.45 6 6 6h2q0-1.65 1.175-2.825C10.35 2 10.9 2 12 2s2.042.392 2.825 1.175S16 4.9 16 6h2q.824 0 1.413.588C20.002 7.176 20 7.45 20 8v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V8h-2v2q0 .424-.287.713c-.287.289-.43.287-.713.287s-.52-.096-.712-.287S14 10.283 14 10V8h-4v2q0 .424-.287.713c-.287.289-.43.287-.713.287s-.52-.096-.712-.287S8 10.283 8 10V8H6zm4-14h4q0-.824-.587-1.412C12.825 4 12.55 4 12 4s-1.02.196-1.412.588S10 5.45 10 6\" /></svg>;\nconst ForwardRef = forwardRef(SvgShoppingBag);\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 SvgShoppingCart = (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: "M7.006 22q-.826 0-1.414-.587c-.588-.587-.588-.863-.588-1.413s.196-1.02.588-1.412S6.455 18 7.006 18s1.021.196 1.413.588q.588.587.588 1.412c0 .825-.196 1.02-.588 1.413A1.93 1.93 0 0 1 7.006 22m10.009 0q-.825 0-1.414-.587c-.589-.587-.588-.863-.588-1.413s.196-1.02.588-1.412.863-.588 1.414-.588 1.022.196 1.414.588.588.862.588 1.412-.196 1.02-.588 1.413-.864.587-1.414.587M6.155 6l2.402 5h7.007l2.752-5zm-.951-2h14.764q.575 0 .875.513c.3.513.209.687.025 1.037l-3.553 6.4q-.275.5-.738.775c-.463.275-.646.275-1.013.275H8.107l-1.101 2h12.01v2H7.007q-1.126 0-1.702-.987-.576-.988-.05-1.963l1.351-2.45L3.002 4H1V2h3.253z" }));
6
5
  const ForwardRef = forwardRef(SvgShoppingCart);
@@ -1 +1 @@
1
- {"version":3,"file":"ShoppingCart.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ShoppingCart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,eAAe,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,qmBAAqmB,GAAG,CAAM,CAAC;AACjzB,MAAM,UAAU,GAAG,UAAU,CAAC,eAAe,CAAC,CAAC;AAC/C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgShoppingCart = (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=\"M7.006 22q-.826 0-1.414-.587c-.588-.587-.588-.863-.588-1.413s.196-1.02.588-1.412S6.455 18 7.006 18s1.021.196 1.413.588q.588.587.588 1.412c0 .825-.196 1.02-.588 1.413A1.93 1.93 0 0 1 7.006 22m10.009 0q-.825 0-1.414-.587c-.589-.587-.588-.863-.588-1.413s.196-1.02.588-1.412.863-.588 1.414-.588 1.022.196 1.414.588.588.862.588 1.412-.196 1.02-.588 1.413-.864.587-1.414.587M6.155 6l2.402 5h7.007l2.752-5zm-.951-2h14.764q.575 0 .875.513c.3.513.209.687.025 1.037l-3.553 6.4q-.275.5-.738.775c-.463.275-.646.275-1.013.275H8.107l-1.101 2h12.01v2H7.007q-1.126 0-1.702-.987-.576-.988-.05-1.963l1.351-2.45L3.002 4H1V2h3.253z\" /></svg>;\nconst ForwardRef = forwardRef(SvgShoppingCart);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ShoppingCart.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ShoppingCart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,eAAe,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,qmBAAqmB,GAAG,CAAM,CAAC;AACjzB,MAAM,UAAU,GAAG,UAAU,CAAC,eAAe,CAAC,CAAC;AAC/C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgShoppingCart = (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=\"M7.006 22q-.826 0-1.414-.587c-.588-.587-.588-.863-.588-1.413s.196-1.02.588-1.412S6.455 18 7.006 18s1.021.196 1.413.588q.588.587.588 1.412c0 .825-.196 1.02-.588 1.413A1.93 1.93 0 0 1 7.006 22m10.009 0q-.825 0-1.414-.587c-.589-.587-.588-.863-.588-1.413s.196-1.02.588-1.412.863-.588 1.414-.588 1.022.196 1.414.588.588.862.588 1.412-.196 1.02-.588 1.413-.864.587-1.414.587M6.155 6l2.402 5h7.007l2.752-5zm-.951-2h14.764q.575 0 .875.513c.3.513.209.687.025 1.037l-3.553 6.4q-.275.5-.738.775c-.463.275-.646.275-1.013.275H8.107l-1.101 2h12.01v2H7.007q-1.126 0-1.702-.987-.576-.988-.05-1.963l1.351-2.45L3.002 4H1V2h3.253z\" /></svg>;\nconst ForwardRef = forwardRef(SvgShoppingCart);\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 SvgSignalCellular = (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: "m16.9 21.5-1.4-1.402 2.1-2.103-2.1-2.103 1.4-1.401 2.1 2.102 2.1-2.102 1.4 1.401-2.075 2.103 2.075 2.103-1.4 1.401-2.1-2.077zM2 22 22 2v10.688q-.45-.275-.95-.438c-.5-.163-.683-.196-1.05-.263V6.831L6.825 19.998h6.425q.2.575.5 1.076.3.5.675.926zm4.825-2.002L20 6.83a1217 1217 0 0 1-3.45 3.442 1072 1072 0 0 0-3.037 3.029l-3.088 3.091z" }));
6
5
  const ForwardRef = forwardRef(SvgSignalCellular);
@@ -1 +1 @@
1
- {"version":3,"file":"SignalCellular.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SignalCellular.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,8UAA8U,GAAG,CAAM,CAAC;AAC5hB,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 SvgSignalCellular = (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=\"m16.9 21.5-1.4-1.402 2.1-2.103-2.1-2.103 1.4-1.401 2.1 2.102 2.1-2.102 1.4 1.401-2.075 2.103 2.075 2.103-1.4 1.401-2.1-2.077zM2 22 22 2v10.688q-.45-.275-.95-.438c-.5-.163-.683-.196-1.05-.263V6.831L6.825 19.998h6.425q.2.575.5 1.076.3.5.675.926zm4.825-2.002L20 6.83a1217 1217 0 0 1-3.45 3.442 1072 1072 0 0 0-3.037 3.029l-3.088 3.091z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSignalCellular);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SignalCellular.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SignalCellular.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,8UAA8U,GAAG,CAAM,CAAC;AAC5hB,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 SvgSignalCellular = (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=\"m16.9 21.5-1.4-1.402 2.1-2.103-2.1-2.103 1.4-1.401 2.1 2.102 2.1-2.102 1.4 1.401-2.075 2.103 2.075 2.103-1.4 1.401-2.1-2.077zM2 22 22 2v10.688q-.45-.275-.95-.438c-.5-.163-.683-.196-1.05-.263V6.831L6.825 19.998h6.425q.2.575.5 1.076.3.5.675.926zm4.825-2.002L20 6.83a1217 1217 0 0 1-3.45 3.442 1072 1072 0 0 0-3.037 3.029l-3.088 3.091z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSignalCellular);\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 SvgSlash = (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.088 22.313-2.276-2.275q-1.224.8-2.612 1.225c-1.388.425-1.887.425-2.887.425q-2.076 0-3.9-.788c-1.825-.788-2.276-1.237-3.176-2.137S3.625 16.804 3.1 15.588s-.788-2.517-.788-3.9q0-1.5.425-2.888c.425-1.388.692-1.796 1.225-2.612L1.687 3.913l1.425-1.425 18.4 18.4zm-7.776-2.625a7.93 7.93 0 0 0 4.05-1.1L5.412 7.638q-.549.95-.825 1.962c-.276 1.012-.275 1.37-.275 2.088q0 3.325 2.338 5.662c2.338 2.337 3.446 2.338 5.662 2.338m8.35-2.5-1.45-1.45q.55-.95.825-1.963c.275-1.013.275-1.37.275-2.087q0-3.326-2.337-5.663c-2.337-2.337-3.446-2.337-5.663-2.337a7.93 7.93 0 0 0-4.05 1.1l-1.45-1.45q1.225-.8 2.613-1.225c1.388-.425 1.887-.425 2.887-.425q2.076 0 3.9.787c1.824.787 2.275 1.238 3.175 2.138S21 6.57 21.525 7.788s.787 2.516.787 3.9q0 1.5-.425 2.887c-.425 1.387-.691 1.796-1.225 2.613" }));
6
5
  const ForwardRef = forwardRef(SvgSlash);
@@ -1 +1 @@
1
- {"version":3,"file":"Slash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Slash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,QAAQ,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,0wBAA0wB,GAAG,CAAM,CAAC;AAC/8B,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSlash = (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.088 22.313-2.276-2.275q-1.224.8-2.612 1.225c-1.388.425-1.887.425-2.887.425q-2.076 0-3.9-.788c-1.825-.788-2.276-1.237-3.176-2.137S3.625 16.804 3.1 15.588s-.788-2.517-.788-3.9q0-1.5.425-2.888c.425-1.388.692-1.796 1.225-2.612L1.687 3.913l1.425-1.425 18.4 18.4zm-7.776-2.625a7.93 7.93 0 0 0 4.05-1.1L5.412 7.638q-.549.95-.825 1.962c-.276 1.012-.275 1.37-.275 2.088q0 3.325 2.338 5.662c2.338 2.337 3.446 2.338 5.662 2.338m8.35-2.5-1.45-1.45q.55-.95.825-1.963c.275-1.013.275-1.37.275-2.087q0-3.326-2.337-5.663c-2.337-2.337-3.446-2.337-5.663-2.337a7.93 7.93 0 0 0-4.05 1.1l-1.45-1.45q1.225-.8 2.613-1.225c1.388-.425 1.887-.425 2.887-.425q2.076 0 3.9.787c1.824.787 2.275 1.238 3.175 2.138S21 6.57 21.525 7.788s.787 2.516.787 3.9q0 1.5-.425 2.887c-.425 1.387-.691 1.796-1.225 2.613\" /></svg>;\nconst ForwardRef = forwardRef(SvgSlash);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Slash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Slash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,QAAQ,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,0wBAA0wB,GAAG,CAAM,CAAC;AAC/8B,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSlash = (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.088 22.313-2.276-2.275q-1.224.8-2.612 1.225c-1.388.425-1.887.425-2.887.425q-2.076 0-3.9-.788c-1.825-.788-2.276-1.237-3.176-2.137S3.625 16.804 3.1 15.588s-.788-2.517-.788-3.9q0-1.5.425-2.888c.425-1.388.692-1.796 1.225-2.612L1.687 3.913l1.425-1.425 18.4 18.4zm-7.776-2.625a7.93 7.93 0 0 0 4.05-1.1L5.412 7.638q-.549.95-.825 1.962c-.276 1.012-.275 1.37-.275 2.088q0 3.325 2.338 5.662c2.338 2.337 3.446 2.338 5.662 2.338m8.35-2.5-1.45-1.45q.55-.95.825-1.963c.275-1.013.275-1.37.275-2.087q0-3.326-2.337-5.663c-2.337-2.337-3.446-2.337-5.663-2.337a7.93 7.93 0 0 0-4.05 1.1l-1.45-1.45q1.225-.8 2.613-1.225c1.388-.425 1.887-.425 2.887-.425q2.076 0 3.9.787c1.824.787 2.275 1.238 3.175 2.138S21 6.57 21.525 7.788s.787 2.516.787 3.9q0 1.5-.425 2.887c-.425 1.387-.691 1.796-1.225 2.613\" /></svg>;\nconst ForwardRef = forwardRef(SvgSlash);\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 SvgSms = (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 11q.424 0 .713-.287c.289-.287.287-.43.287-.713q0-.424-.287-.712C8.426 8.999 8.283 9 8 9s-.52.096-.712.288S7 9.717 7 10q0 .424.288.713c.287.289.429.287.712.287m4 0q.424 0 .713-.287c.289-.287.287-.43.287-.713q0-.424-.287-.712C12.426 8.999 12.283 9 12 9s-.52.096-.712.288S11 9.717 11 10q0 .424.288.713c.287.289.429.287.712.287m4 0q.424 0 .713-.287C17 10.426 17 10.283 17 10q0-.424-.287-.712C16.425 8.999 16.282 9 16 9s-.52.096-.713.288S15 9.717 15 10q0 .424.287.713c.287.289.43.287.713.287M2 22V4q0-.824.588-1.412C3.175 1.999 3.45 2 4 2h16q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587H6zm3.15-6H20V4H4v13.125z" }));
6
5
  const ForwardRef = forwardRef(SvgSms);
@@ -1 +1 @@
1
- {"version":3,"file":"Sms.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sms.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,mpBAAmpB,GAAG,CAAM,CAAC;AACt1B,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 SvgSms = (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 11q.424 0 .713-.287c.289-.287.287-.43.287-.713q0-.424-.287-.712C8.426 8.999 8.283 9 8 9s-.52.096-.712.288S7 9.717 7 10q0 .424.288.713c.287.289.429.287.712.287m4 0q.424 0 .713-.287c.289-.287.287-.43.287-.713q0-.424-.287-.712C12.426 8.999 12.283 9 12 9s-.52.096-.712.288S11 9.717 11 10q0 .424.288.713c.287.289.429.287.712.287m4 0q.424 0 .713-.287C17 10.426 17 10.283 17 10q0-.424-.287-.712C16.425 8.999 16.282 9 16 9s-.52.096-.713.288S15 9.717 15 10q0 .424.287.713c.287.289.43.287.713.287M2 22V4q0-.824.588-1.412C3.175 1.999 3.45 2 4 2h16q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587H6zm3.15-6H20V4H4v13.125z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSms);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Sms.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sms.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,mpBAAmpB,GAAG,CAAM,CAAC;AACt1B,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 SvgSms = (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 11q.424 0 .713-.287c.289-.287.287-.43.287-.713q0-.424-.287-.712C8.426 8.999 8.283 9 8 9s-.52.096-.712.288S7 9.717 7 10q0 .424.288.713c.287.289.429.287.712.287m4 0q.424 0 .713-.287c.289-.287.287-.43.287-.713q0-.424-.287-.712C12.426 8.999 12.283 9 12 9s-.52.096-.712.288S11 9.717 11 10q0 .424.288.713c.287.289.429.287.712.287m4 0q.424 0 .713-.287C17 10.426 17 10.283 17 10q0-.424-.287-.712C16.425 8.999 16.282 9 16 9s-.52.096-.713.288S15 9.717 15 10q0 .424.287.713c.287.289.43.287.713.287M2 22V4q0-.824.588-1.412C3.175 1.999 3.45 2 4 2h16q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587H6zm3.15-6H20V4H4v13.125z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSms);\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 SvgSnaps = (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 19.425v-6.85L5 9.1v6.85zm2 0 6-3.475V9.1l-6 3.475zm-1-8.575 5.925-3.425L12 4 6.075 7.425zM4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025Q11.475 2 12 2c.525 0 .683.092 1 .275L20 6.3q.475.275.738.725c.263.45.262.633.262 1v7.95a1.95 1.95 0 0 1-1 1.725l-7 4.025Q12.525 22 12 22c-.525 0-.683-.092-1-.275z" }));
6
5
  const ForwardRef = forwardRef(SvgSnaps);
@@ -1 +1 @@
1
- {"version":3,"file":"Snaps.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Snaps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,QAAQ,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,6VAA6V,GAAG,CAAM,CAAC;AACliB,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSnaps = (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 19.425v-6.85L5 9.1v6.85zm2 0 6-3.475V9.1l-6 3.475zm-1-8.575 5.925-3.425L12 4 6.075 7.425zM4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025Q11.475 2 12 2c.525 0 .683.092 1 .275L20 6.3q.475.275.738.725c.263.45.262.633.262 1v7.95a1.95 1.95 0 0 1-1 1.725l-7 4.025Q12.525 22 12 22c-.525 0-.683-.092-1-.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnaps);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Snaps.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Snaps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,QAAQ,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,6VAA6V,GAAG,CAAM,CAAC;AACliB,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSnaps = (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 19.425v-6.85L5 9.1v6.85zm2 0 6-3.475V9.1l-6 3.475zm-1-8.575 5.925-3.425L12 4 6.075 7.425zM4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025Q11.475 2 12 2c.525 0 .683.092 1 .275L20 6.3q.475.275.738.725c.263.45.262.633.262 1v7.95a1.95 1.95 0 0 1-1 1.725l-7 4.025Q12.525 22 12 22c-.525 0-.683-.092-1-.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnaps);\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 SvgSnapsMobile = (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", { fillRule: "evenodd", d: "M3.586 3.586C3 4.172 3 5.114 3 7v10c0 1.886 0 2.828.586 3.414S5.114 21 7 21h10c1.886 0 2.828 0 3.414-.586S21 18.886 21 17V7c0-1.886 0-2.828-.586-3.414S18.886 3 17 3H7c-1.886 0-2.828 0-3.414.586m7.747 8.797v4.567l-4-2.317v-4.566zm5.334 2.25-4 2.317v-4.567l4-2.316zM15.95 8.95 12 11.233 8.05 8.95 12 6.667zm-9.775 6.367q.175.3.492.483l4.666 2.683a1.31 1.31 0 0 0 1.334 0l4.666-2.683q.316-.183.492-.483c.176-.3.175-.422.175-.667v-5.3a1.3 1.3 0 0 0-.667-1.15l-4.666-2.683a1.31 1.31 0 0 0-1.334 0L6.667 8.2A1.299 1.299 0 0 0 6 9.35v5.3q0 .367.175.667", clipRule: "evenodd" }));
6
5
  const ForwardRef = forwardRef(SvgSnapsMobile);
@@ -1 +1 @@
1
- {"version":3,"file":"SnapsMobile.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsMobile.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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,miBAAmiB,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AACpxB,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 SvgSnapsMobile = (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 fillRule=\"evenodd\" d=\"M3.586 3.586C3 4.172 3 5.114 3 7v10c0 1.886 0 2.828.586 3.414S5.114 21 7 21h10c1.886 0 2.828 0 3.414-.586S21 18.886 21 17V7c0-1.886 0-2.828-.586-3.414S18.886 3 17 3H7c-1.886 0-2.828 0-3.414.586m7.747 8.797v4.567l-4-2.317v-4.566zm5.334 2.25-4 2.317v-4.567l4-2.316zM15.95 8.95 12 11.233 8.05 8.95 12 6.667zm-9.775 6.367q.175.3.492.483l4.666 2.683a1.31 1.31 0 0 0 1.334 0l4.666-2.683q.316-.183.492-.483c.176-.3.175-.422.175-.667v-5.3a1.3 1.3 0 0 0-.667-1.15l-4.666-2.683a1.31 1.31 0 0 0-1.334 0L6.667 8.2A1.299 1.299 0 0 0 6 9.35v5.3q0 .367.175.667\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsMobile);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SnapsMobile.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsMobile.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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,miBAAmiB,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AACpxB,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 SvgSnapsMobile = (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 fillRule=\"evenodd\" d=\"M3.586 3.586C3 4.172 3 5.114 3 7v10c0 1.886 0 2.828.586 3.414S5.114 21 7 21h10c1.886 0 2.828 0 3.414-.586S21 18.886 21 17V7c0-1.886 0-2.828-.586-3.414S18.886 3 17 3H7c-1.886 0-2.828 0-3.414.586m7.747 8.797v4.567l-4-2.317v-4.566zm5.334 2.25-4 2.317v-4.567l4-2.316zM15.95 8.95 12 11.233 8.05 8.95 12 6.667zm-9.775 6.367q.175.3.492.483l4.666 2.683a1.31 1.31 0 0 0 1.334 0l4.666-2.683q.316-.183.492-.483c.176-.3.175-.422.175-.667v-5.3a1.3 1.3 0 0 0-.667-1.15l-4.666-2.683a1.31 1.31 0 0 0-1.334 0L6.667 8.2A1.299 1.299 0 0 0 6 9.35v5.3q0 .367.175.667\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsMobile);\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 SvgSnapsPlus = (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 4 6.075 7.425 12 10.85l5.925-3.425zM3 15.975v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025q.25-.125.488-.2C11.726 2 11.817 2 12 2s.358.025.525.075.325.117.475.2L20 6.3q.475.275.738.725c.263.45.262.633.262 1V12h-2V9.1l-7.025 4.05L5 9.1v6.85l6 3.475v2.3L4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1" }),
6
5
  React.createElement("path", { d: "M17 19v3h2v-3h3v-2h-3v-3h-2v3h-3v2z" }));
@@ -1 +1 @@
1
- {"version":3,"file":"SnapsPlus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsPlus.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,8SAA8S,GAAG;IAAA,8BAAM,CAAC,EAAC,qCAAqC,GAAG,CAAM,CAAC;AACviB,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 SvgSnapsPlus = (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 4 6.075 7.425 12 10.85l5.925-3.425zM3 15.975v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025q.25-.125.488-.2C11.726 2 11.817 2 12 2s.358.025.525.075.325.117.475.2L20 6.3q.475.275.738.725c.263.45.262.633.262 1V12h-2V9.1l-7.025 4.05L5 9.1v6.85l6 3.475v2.3L4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1\" /><path d=\"M17 19v3h2v-3h3v-2h-3v-3h-2v3h-3v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsPlus);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SnapsPlus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsPlus.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,8SAA8S,GAAG;IAAA,8BAAM,CAAC,EAAC,qCAAqC,GAAG,CAAM,CAAC;AACviB,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 SvgSnapsPlus = (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 4 6.075 7.425 12 10.85l5.925-3.425zM3 15.975v-7.95A1.95 1.95 0 0 1 4 6.3l7-4.025q.25-.125.488-.2C11.726 2 11.817 2 12 2s.358.025.525.075.325.117.475.2L20 6.3q.475.275.738.725c.263.45.262.633.262 1V12h-2V9.1l-7.025 4.05L5 9.1v6.85l6 3.475v2.3L4 17.7q-.475-.275-.737-.725c-.262-.45-.263-.633-.263-1\" /><path d=\"M17 19v3h2v-3h3v-2h-3v-3h-2v3h-3v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsPlus);\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 SvgSnapsRound = (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.323 12.39v4.638L7.26 14.675v-4.639zM16.74 14.675l-4.063 2.353V12.39l4.064-2.353zM16.013 8.902 12 11.222l-4.012-2.32L12 6.582z" }),
6
5
  React.createElement("path", { fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.917-6.63q.178.303.5.49l4.74 2.726a1.33 1.33 0 0 0 1.354 0l4.74-2.726q.323-.187.5-.49a1.3 1.3 0 0 0 .178-.678V9.308a1.32 1.32 0 0 0-.677-1.168l-4.74-2.726a1.33 1.33 0 0 0-1.355 0L6.583 8.14q-.322.186-.5.491c-.178.305-.178.429-.178.677v5.384q0 .372.178.677", clipRule: "evenodd" }));
@@ -1 +1 @@
1
- {"version":3,"file":"SnapsRound.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsRound.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,mIAAmI,GAAG;IAAA,8BAAM,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,2UAA2U,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AACzsB,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 SvgSnapsRound = (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.323 12.39v4.638L7.26 14.675v-4.639zM16.74 14.675l-4.063 2.353V12.39l4.064-2.353zM16.013 8.902 12 11.222l-4.012-2.32L12 6.582z\" /><path fillRule=\"evenodd\" d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.917-6.63q.178.303.5.49l4.74 2.726a1.33 1.33 0 0 0 1.354 0l4.74-2.726q.323-.187.5-.49a1.3 1.3 0 0 0 .178-.678V9.308a1.32 1.32 0 0 0-.677-1.168l-4.74-2.726a1.33 1.33 0 0 0-1.355 0L6.583 8.14q-.322.186-.5.491c-.178.305-.178.429-.178.677v5.384q0 .372.178.677\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsRound);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SnapsRound.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SnapsRound.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,mIAAmI,GAAG;IAAA,8BAAM,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,2UAA2U,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AACzsB,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 SvgSnapsRound = (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.323 12.39v4.638L7.26 14.675v-4.639zM16.74 14.675l-4.063 2.353V12.39l4.064-2.353zM16.013 8.902 12 11.222l-4.012-2.32L12 6.582z\" /><path fillRule=\"evenodd\" d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5.917-6.63q.178.303.5.49l4.74 2.726a1.33 1.33 0 0 0 1.354 0l4.74-2.726q.323-.187.5-.49a1.3 1.3 0 0 0 .178-.678V9.308a1.32 1.32 0 0 0-.677-1.168l-4.74-2.726a1.33 1.33 0 0 0-1.355 0L6.583 8.14q-.322.186-.5.491c-.178.305-.178.429-.178.677v5.384q0 .372.178.677\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgSnapsRound);\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 SvgSort = (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: "M3 18v-2h6v2zm0-5v-2h12v2zm0-5V6h18v2z" }));
6
5
  const ForwardRef = forwardRef(SvgSort);
@@ -1 +1 @@
1
- {"version":3,"file":"Sort.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sort.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,wCAAwC,GAAG,CAAM,CAAC;AAC5O,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 SvgSort = (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=\"M3 18v-2h6v2zm0-5v-2h12v2zm0-5V6h18v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSort);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Sort.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sort.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,wCAAwC,GAAG,CAAM,CAAC;AAC5O,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 SvgSort = (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=\"M3 18v-2h6v2zm0-5v-2h12v2zm0-5V6h18v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSort);\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 SvgSortByAlpha = (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 17 5.75 7H7.9l3.75 10H9.6l-.85-2.4H4.9L4.1 17zm3.5-4.1h2.6L6.9 9.15h-.15zm8.2 4.1v-1.9l5.05-6.3H13.9V7h7.05v1.9l-5 6.3H21V17zM9 5l3-3 3 3zm3 17-3-3h6z" }));
6
5
  const ForwardRef = forwardRef(SvgSortByAlpha);
@@ -1 +1 @@
1
- {"version":3,"file":"SortByAlpha.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SortByAlpha.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,2JAA2J,GAAG,CAAM,CAAC;AACtW,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 SvgSortByAlpha = (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 17 5.75 7H7.9l3.75 10H9.6l-.85-2.4H4.9L4.1 17zm3.5-4.1h2.6L6.9 9.15h-.15zm8.2 4.1v-1.9l5.05-6.3H13.9V7h7.05v1.9l-5 6.3H21V17zM9 5l3-3 3 3zm3 17-3-3h6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSortByAlpha);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SortByAlpha.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SortByAlpha.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,2JAA2J,GAAG,CAAM,CAAC;AACtW,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 SvgSortByAlpha = (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 17 5.75 7H7.9l3.75 10H9.6l-.85-2.4H4.9L4.1 17zm3.5-4.1h2.6L6.9 9.15h-.15zm8.2 4.1v-1.9l5.05-6.3H13.9V7h7.05v1.9l-5 6.3H21V17zM9 5l3-3 3 3zm3 17-3-3h6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSortByAlpha);\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 SvgSparkle = (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":"Sparkle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sparkle.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,2BAAG,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS;QAAC,8BAAM,CAAC,EAAC,4iBAA4iB,GAAG,CAAI,CAAM,CAAC;AAChyB,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 SvgSparkle = (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(SvgSparkle);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Sparkle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Sparkle.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,2BAAG,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS;QAAC,8BAAM,CAAC,EAAC,4iBAA4iB,GAAG,CAAI,CAAM,CAAC;AAChyB,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 SvgSparkle = (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(SvgSparkle);\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 SvgSpeed = (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: "M9 3V1h6v2zm2 11h2V8h-2zm1 8q-1.85 0-3.487-.712c-1.638-.712-2.046-1.121-2.863-1.938s-1.463-1.77-1.938-2.862S3 14.233 3 13s.237-2.396.712-3.487Q4.424 7.874 5.65 6.65c1.226-1.225 1.77-1.463 2.862-1.938S10.767 4 12 4q1.55 0 2.975.5c1.425.5 1.842.817 2.675 1.45l1.4-1.4 1.4 1.4-1.4 1.4Q20 8.6 20.5 10.025c.5 1.425.5 1.942.5 2.975q0 1.85-.713 3.488c-.713 1.638-1.12 2.045-1.937 2.862s-1.77 1.463-2.863 1.938S13.233 22 12 22m0-2q2.9 0 4.95-2.05C19 15.9 19 14.933 19 13s-.683-3.583-2.05-4.95S13.933 6 12 6s-3.583.683-4.95 2.05S5 11.067 5 13s.683 3.583 2.05 4.95S10.067 20 12 20" }));
6
5
  const ForwardRef = forwardRef(SvgSpeed);
@@ -1 +1 @@
1
- {"version":3,"file":"Speed.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Speed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,QAAQ,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,4jBAA4jB,GAAG,CAAM,CAAC;AACjwB,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSpeed = (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=\"M9 3V1h6v2zm2 11h2V8h-2zm1 8q-1.85 0-3.487-.712c-1.638-.712-2.046-1.121-2.863-1.938s-1.463-1.77-1.938-2.862S3 14.233 3 13s.237-2.396.712-3.487Q4.424 7.874 5.65 6.65c1.226-1.225 1.77-1.463 2.862-1.938S10.767 4 12 4q1.55 0 2.975.5c1.425.5 1.842.817 2.675 1.45l1.4-1.4 1.4 1.4-1.4 1.4Q20 8.6 20.5 10.025c.5 1.425.5 1.942.5 2.975q0 1.85-.713 3.488c-.713 1.638-1.12 2.045-1.937 2.862s-1.77 1.463-2.863 1.938S13.233 22 12 22m0-2q2.9 0 4.95-2.05C19 15.9 19 14.933 19 13s-.683-3.583-2.05-4.95S13.933 6 12 6s-3.583.683-4.95 2.05S5 11.067 5 13s.683 3.583 2.05 4.95S10.067 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgSpeed);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Speed.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Speed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,QAAQ,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,4jBAA4jB,GAAG,CAAM,CAAC;AACjwB,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSpeed = (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=\"M9 3V1h6v2zm2 11h2V8h-2zm1 8q-1.85 0-3.487-.712c-1.638-.712-2.046-1.121-2.863-1.938s-1.463-1.77-1.938-2.862S3 14.233 3 13s.237-2.396.712-3.487Q4.424 7.874 5.65 6.65c1.226-1.225 1.77-1.463 2.862-1.938S10.767 4 12 4q1.55 0 2.975.5c1.425.5 1.842.817 2.675 1.45l1.4-1.4 1.4 1.4-1.4 1.4Q20 8.6 20.5 10.025c.5 1.425.5 1.942.5 2.975q0 1.85-.713 3.488c-.713 1.638-1.12 2.045-1.937 2.862s-1.77 1.463-2.863 1.938S13.233 22 12 22m0-2q2.9 0 4.95-2.05C19 15.9 19 14.933 19 13s-.683-3.583-2.05-4.95S13.933 6 12 6s-3.583.683-4.95 2.05S5 11.067 5 13s.683 3.583 2.05 4.95S10.067 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgSpeed);\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 SvgSpeedometer = (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: "M10.45 15.5q.6.6 1.55.588c.95-.013 1.1-.238 1.4-.688L19 7l-8.4 5.6q-.675.45-.712 1.375c-.038.925.162 1.125.562 1.525M12 4q1.475 0 2.838.413C16.2 4.825 16.6 5.1 17.4 5.65l-1.9 1.2q-.824-.425-1.713-.637C12.898 6 12.6 6 12 6Q8.675 6 6.337 8.337C4 10.674 4 11.783 4 14q0 1.05.287 2.075C4.574 17.1 4.75 17.4 5.1 18h13.8q.575-.95.838-1.975C20 15 20 14.633 20 13.9q0-.9-.213-1.75c-.213-.85-.354-1.117-.637-1.65l1.2-1.9q.75 1.175 1.187 2.5c.437 1.325.446 1.8.463 2.75s-.092 1.858-.325 2.725-.575 1.692-1.025 2.475q-.274.45-.75.7c-.476.25-.65.25-1 .25H5.1q-.525 0-1-.25c-.475-.25-.567-.4-.75-.7q-.65-1.125-1-2.387C2 15.4 2 14.933 2 14q0-2.075.787-3.887.788-1.813 2.15-3.175C6.3 5.576 6.908 5.313 8.125 4.788S10.633 4 12 4" }));
6
5
  const ForwardRef = forwardRef(SvgSpeedometer);
@@ -1 +1 @@
1
- {"version":3,"file":"Speedometer.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Speedometer.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,0sBAA0sB,GAAG,CAAM,CAAC;AACr5B,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 SvgSpeedometer = (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=\"M10.45 15.5q.6.6 1.55.588c.95-.013 1.1-.238 1.4-.688L19 7l-8.4 5.6q-.675.45-.712 1.375c-.038.925.162 1.125.562 1.525M12 4q1.475 0 2.838.413C16.2 4.825 16.6 5.1 17.4 5.65l-1.9 1.2q-.824-.425-1.713-.637C12.898 6 12.6 6 12 6Q8.675 6 6.337 8.337C4 10.674 4 11.783 4 14q0 1.05.287 2.075C4.574 17.1 4.75 17.4 5.1 18h13.8q.575-.95.838-1.975C20 15 20 14.633 20 13.9q0-.9-.213-1.75c-.213-.85-.354-1.117-.637-1.65l1.2-1.9q.75 1.175 1.187 2.5c.437 1.325.446 1.8.463 2.75s-.092 1.858-.325 2.725-.575 1.692-1.025 2.475q-.274.45-.75.7c-.476.25-.65.25-1 .25H5.1q-.525 0-1-.25c-.475-.25-.567-.4-.75-.7q-.65-1.125-1-2.387C2 15.4 2 14.933 2 14q0-2.075.787-3.887.788-1.813 2.15-3.175C6.3 5.576 6.908 5.313 8.125 4.788S10.633 4 12 4\" /></svg>;\nconst ForwardRef = forwardRef(SvgSpeedometer);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Speedometer.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Speedometer.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,0sBAA0sB,GAAG,CAAM,CAAC;AACr5B,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 SvgSpeedometer = (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=\"M10.45 15.5q.6.6 1.55.588c.95-.013 1.1-.238 1.4-.688L19 7l-8.4 5.6q-.675.45-.712 1.375c-.038.925.162 1.125.562 1.525M12 4q1.475 0 2.838.413C16.2 4.825 16.6 5.1 17.4 5.65l-1.9 1.2q-.824-.425-1.713-.637C12.898 6 12.6 6 12 6Q8.675 6 6.337 8.337C4 10.674 4 11.783 4 14q0 1.05.287 2.075C4.574 17.1 4.75 17.4 5.1 18h13.8q.575-.95.838-1.975C20 15 20 14.633 20 13.9q0-.9-.213-1.75c-.213-.85-.354-1.117-.637-1.65l1.2-1.9q.75 1.175 1.187 2.5c.437 1.325.446 1.8.463 2.75s-.092 1.858-.325 2.725-.575 1.692-1.025 2.475q-.274.45-.75.7c-.476.25-.65.25-1 .25H5.1q-.525 0-1-.25c-.475-.25-.567-.4-.75-.7q-.65-1.125-1-2.387C2 15.4 2 14.933 2 14q0-2.075.787-3.887.788-1.813 2.15-3.175C6.3 5.576 6.908 5.313 8.125 4.788S10.633 4 12 4\" /></svg>;\nconst ForwardRef = forwardRef(SvgSpeedometer);\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 SvgSquare = (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 21q-.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(SvgSquare);
@@ -1 +1 @@
1
- {"version":3,"file":"Square.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Square.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,SAAS,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,2MAA2M,GAAG,CAAM,CAAC;AACjZ,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC;AACzC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSquare = (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 21q-.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(SvgSquare);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Square.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Square.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,SAAS,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,2MAA2M,GAAG,CAAM,CAAC;AACjZ,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC;AACzC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSquare = (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 21q-.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(SvgSquare);\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 SvgStake = (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 21v-7.975q-1.6 0-3.075-.612c-1.475-.613-1.85-.988-2.6-1.738S4 9.058 3.6 8.075 3 6.067 3 5V3h2q1.575 0 3.05.612c1.475.612 1.85.988 2.6 1.738q.775.775 1.287 1.7c.512.925.605 1.275.788 1.975q.125-.176.275-.338c.15-.162.208-.22.325-.337q1.125-1.125 2.6-1.738C17.4 6 17.933 6 19 6h2v2q0 1.6-.613 3.075c-.613 1.475-.987 1.85-1.737 2.6S17.037 15 16.062 15.4 14.067 16 13 16v5zm0-10q0-1.2-.462-2.287c-.463-1.087-.746-1.371-1.313-1.938S8.013 5.771 7.288 5.463 5.8 5 5 5q0 1.2.45 2.3c.45 1.1.733 1.383 1.3 1.95s1.217 1 1.95 1.3 1.5.45 2.3.45m2 3a5.92 5.92 0 0 0 4.225-1.75 6 6 0 0 0 1.313-1.95Q19 9.2 19 8q-1.2 0-2.3.463c-1.1.463-1.383.745-1.95 1.312A5.92 5.92 0 0 0 13 14" }));
6
5
  const ForwardRef = forwardRef(SvgStake);
@@ -1 +1 @@
1
- {"version":3,"file":"Stake.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Stake.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,QAAQ,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,4pBAA4pB,GAAG,CAAM,CAAC;AACj2B,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgStake = (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 21v-7.975q-1.6 0-3.075-.612c-1.475-.613-1.85-.988-2.6-1.738S4 9.058 3.6 8.075 3 6.067 3 5V3h2q1.575 0 3.05.612c1.475.612 1.85.988 2.6 1.738q.775.775 1.287 1.7c.512.925.605 1.275.788 1.975q.125-.176.275-.338c.15-.162.208-.22.325-.337q1.125-1.125 2.6-1.738C17.4 6 17.933 6 19 6h2v2q0 1.6-.613 3.075c-.613 1.475-.987 1.85-1.737 2.6S17.037 15 16.062 15.4 14.067 16 13 16v5zm0-10q0-1.2-.462-2.287c-.463-1.087-.746-1.371-1.313-1.938S8.013 5.771 7.288 5.463 5.8 5 5 5q0 1.2.45 2.3c.45 1.1.733 1.383 1.3 1.95s1.217 1 1.95 1.3 1.5.45 2.3.45m2 3a5.92 5.92 0 0 0 4.225-1.75 6 6 0 0 0 1.313-1.95Q19 9.2 19 8q-1.2 0-2.3.463c-1.1.463-1.383.745-1.95 1.312A5.92 5.92 0 0 0 13 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgStake);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Stake.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Stake.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,QAAQ,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,4pBAA4pB,GAAG,CAAM,CAAC;AACj2B,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgStake = (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 21v-7.975q-1.6 0-3.075-.612c-1.475-.613-1.85-.988-2.6-1.738S4 9.058 3.6 8.075 3 6.067 3 5V3h2q1.575 0 3.05.612c1.475.612 1.85.988 2.6 1.738q.775.775 1.287 1.7c.512.925.605 1.275.788 1.975q.125-.176.275-.338c.15-.162.208-.22.325-.337q1.125-1.125 2.6-1.738C17.4 6 17.933 6 19 6h2v2q0 1.6-.613 3.075c-.613 1.475-.987 1.85-1.737 2.6S17.037 15 16.062 15.4 14.067 16 13 16v5zm0-10q0-1.2-.462-2.287c-.463-1.087-.746-1.371-1.313-1.938S8.013 5.771 7.288 5.463 5.8 5 5 5q0 1.2.45 2.3c.45 1.1.733 1.383 1.3 1.95s1.217 1 1.95 1.3 1.5.45 2.3.45m2 3a5.92 5.92 0 0 0 4.225-1.75 6 6 0 0 0 1.313-1.95Q19 9.2 19 8q-1.2 0-2.3.463c-1.1.463-1.383.745-1.95 1.312A5.92 5.92 0 0 0 13 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgStake);\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 SvgStar = (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.85 16.825 3.15-1.9 3.15 1.925-.825-3.6 2.775-2.4-3.65-.325-1.45-3.4-1.45 3.375-3.65.325 2.775 2.425zM5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z" }));
6
5
  const ForwardRef = forwardRef(SvgStar);
@@ -1 +1 @@
1
- {"version":3,"file":"Star.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Star.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,qMAAqM,GAAG,CAAM,CAAC;AACzY,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 SvgStar = (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.85 16.825 3.15-1.9 3.15 1.925-.825-3.6 2.775-2.4-3.65-.325-1.45-3.4-1.45 3.375-3.65.325 2.775 2.425zM5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStar);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Star.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Star.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,qMAAqM,GAAG,CAAM,CAAC;AACzY,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 SvgStar = (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.85 16.825 3.15-1.9 3.15 1.925-.825-3.6 2.775-2.4-3.65-.325-1.45-3.4-1.45 3.375-3.65.325 2.775 2.425zM5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStar);\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 SvgStarFilled = (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.825 21 1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z" }));
6
5
  const ForwardRef = forwardRef(SvgStarFilled);
@@ -1 +1 @@
1
- {"version":3,"file":"StarFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/StarFilled.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,8FAA8F,GAAG,CAAM,CAAC;AACxS,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 SvgStarFilled = (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.825 21 1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStarFilled);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"StarFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/StarFilled.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,8FAA8F,GAAG,CAAM,CAAC;AACxS,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 SvgStarFilled = (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.825 21 1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625 7.2.625-5.45 4.725L18.175 21 12 17.275z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStarFilled);\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 SvgStart = (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 18V6h2v12zm14 0-1.425-1.4 3.6-3.6H6v-2h12.175L14.6 7.4 16 6l6 6z" }));
6
5
  const ForwardRef = forwardRef(SvgStart);
@@ -1 +1 @@
1
- {"version":3,"file":"Start.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Start.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,QAAQ,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,qEAAqE,GAAG,CAAM,CAAC;AAC1Q,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgStart = (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 18V6h2v12zm14 0-1.425-1.4 3.6-3.6H6v-2h12.175L14.6 7.4 16 6l6 6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStart);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Start.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Start.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,QAAQ,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,qEAAqE,GAAG,CAAM,CAAC;AAC1Q,MAAM,UAAU,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AACxC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgStart = (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 18V6h2v12zm14 0-1.425-1.4 3.6-3.6H6v-2h12.175L14.6 7.4 16 6l6 6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStart);\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 SvgStorefront = (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: "M21 11.05V19q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21H5q-.825 0-1.412-.587A1.93 1.93 0 0 1 3 19v-7.95q-.575-.525-.887-1.35T2.1 7.9l1.05-3.4a2.2 2.2 0 0 1 .713-1.075A1.8 1.8 0 0 1 5.05 3h13.9q.675 0 1.175.413.5.412.725 1.087l1.05 3.4q.3.975-.012 1.775A3.95 3.95 0 0 1 21 11.05M14.2 10q.675 0 1.025-.462.35-.463.275-1.038L14.95 5H13v3.7q0 .525.35.913.35.387.85.387m-4.5 0q.575 0 .938-.387Q11 9.225 11 8.7V5H9.05L8.5 8.5q-.101.6.263 1.05.362.45.937.45m-4.45 0q.45 0 .788-.325c.338-.325.362-.492.412-.825L7 5H5.05l-1 3.35q-.15.5.163 1.075Q4.525 10 5.25 10m13.5 0q.724 0 1.05-.575.325-.575.15-1.075L18.9 5H17l.55 3.85q.075.5.413.825c.338.325.487.325.787.325M5 19h14v-7.05a.6.6 0 0 1-.162.05h-.088a2.9 2.9 0 0 1-1.187-.225q-.513-.225-1.013-.725a3.3 3.3 0 0 1-1.025.7Q14.95 12 14.3 12q-.674 0-1.262-.25a3.3 3.3 0 0 1-1.038-.7q-.425.45-.987.7c-.562.25-.78.25-1.213.25a3.3 3.3 0 0 1-1.312-.25 3.3 3.3 0 0 1-1.038-.7q-.525.525-1.037.738A3 3 0 0 1 5.25 12h-.112A.25.25 0 0 1 5 11.95z" }));
6
5
  const ForwardRef = forwardRef(SvgStorefront);
@@ -1 +1 @@
1
- {"version":3,"file":"Storefront.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Storefront.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,68BAA68B,GAAG,CAAM,CAAC;AACvpC,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 SvgStorefront = (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=\"M21 11.05V19q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21H5q-.825 0-1.412-.587A1.93 1.93 0 0 1 3 19v-7.95q-.575-.525-.887-1.35T2.1 7.9l1.05-3.4a2.2 2.2 0 0 1 .713-1.075A1.8 1.8 0 0 1 5.05 3h13.9q.675 0 1.175.413.5.412.725 1.087l1.05 3.4q.3.975-.012 1.775A3.95 3.95 0 0 1 21 11.05M14.2 10q.675 0 1.025-.462.35-.463.275-1.038L14.95 5H13v3.7q0 .525.35.913.35.387.85.387m-4.5 0q.575 0 .938-.387Q11 9.225 11 8.7V5H9.05L8.5 8.5q-.101.6.263 1.05.362.45.937.45m-4.45 0q.45 0 .788-.325c.338-.325.362-.492.412-.825L7 5H5.05l-1 3.35q-.15.5.163 1.075Q4.525 10 5.25 10m13.5 0q.724 0 1.05-.575.325-.575.15-1.075L18.9 5H17l.55 3.85q.075.5.413.825c.338.325.487.325.787.325M5 19h14v-7.05a.6.6 0 0 1-.162.05h-.088a2.9 2.9 0 0 1-1.187-.225q-.513-.225-1.013-.725a3.3 3.3 0 0 1-1.025.7Q14.95 12 14.3 12q-.674 0-1.262-.25a3.3 3.3 0 0 1-1.038-.7q-.425.45-.987.7c-.562.25-.78.25-1.213.25a3.3 3.3 0 0 1-1.312-.25 3.3 3.3 0 0 1-1.038-.7q-.525.525-1.037.738A3 3 0 0 1 5.25 12h-.112A.25.25 0 0 1 5 11.95z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStorefront);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Storefront.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Storefront.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,68BAA68B,GAAG,CAAM,CAAC;AACvpC,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 SvgStorefront = (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=\"M21 11.05V19q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21H5q-.825 0-1.412-.587A1.93 1.93 0 0 1 3 19v-7.95q-.575-.525-.887-1.35T2.1 7.9l1.05-3.4a2.2 2.2 0 0 1 .713-1.075A1.8 1.8 0 0 1 5.05 3h13.9q.675 0 1.175.413.5.412.725 1.087l1.05 3.4q.3.975-.012 1.775A3.95 3.95 0 0 1 21 11.05M14.2 10q.675 0 1.025-.462.35-.463.275-1.038L14.95 5H13v3.7q0 .525.35.913.35.387.85.387m-4.5 0q.575 0 .938-.387Q11 9.225 11 8.7V5H9.05L8.5 8.5q-.101.6.263 1.05.362.45.937.45m-4.45 0q.45 0 .788-.325c.338-.325.362-.492.412-.825L7 5H5.05l-1 3.35q-.15.5.163 1.075Q4.525 10 5.25 10m13.5 0q.724 0 1.05-.575.325-.575.15-1.075L18.9 5H17l.55 3.85q.075.5.413.825c.338.325.487.325.787.325M5 19h14v-7.05a.6.6 0 0 1-.162.05h-.088a2.9 2.9 0 0 1-1.187-.225q-.513-.225-1.013-.725a3.3 3.3 0 0 1-1.025.7Q14.95 12 14.3 12q-.674 0-1.262-.25a3.3 3.3 0 0 1-1.038-.7q-.425.45-.987.7c-.562.25-.78.25-1.213.25a3.3 3.3 0 0 1-1.312-.25 3.3 3.3 0 0 1-1.038-.7q-.525.525-1.037.738A3 3 0 0 1 5.25 12h-.112A.25.25 0 0 1 5 11.95z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStorefront);\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 SvgStudent = (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 21-7-3.8v-6L1 9l11-6 11 6v8h-2v-6.9l-2 1.1v6zm0-8.3L18.85 9 12 5.3 5.15 9zm0 6.025 5-2.7V12.25L12 15l-5-2.75v3.775z" }));
6
5
  const ForwardRef = forwardRef(SvgStudent);
@@ -1 +1 @@
1
- {"version":3,"file":"Student.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Student.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,yHAAyH,GAAG,CAAM,CAAC;AAChU,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 SvgStudent = (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 21-7-3.8v-6L1 9l11-6 11 6v8h-2v-6.9l-2 1.1v6zm0-8.3L18.85 9 12 5.3 5.15 9zm0 6.025 5-2.7V12.25L12 15l-5-2.75v3.775z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStudent);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Student.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Student.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,yHAAyH,GAAG,CAAM,CAAC;AAChU,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 SvgStudent = (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 21-7-3.8v-6L1 9l11-6 11 6v8h-2v-6.9l-2 1.1v6zm0-8.3L18.85 9 12 5.3 5.15 9zm0 6.025 5-2.7V12.25L12 15l-5-2.75v3.775z\" /></svg>;\nconst ForwardRef = forwardRef(SvgStudent);\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 SvgSwapHorizontal = (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: "m7 20-5-5 5-5 1.4 1.425L5.825 14H13v2H5.825L8.4 18.575zm10-6-1.4-1.425L18.175 10H11V8h7.175L15.6 5.425 17 4l5 5z" }));
6
5
  const ForwardRef = forwardRef(SvgSwapHorizontal);
@@ -1 +1 @@
1
- {"version":3,"file":"SwapHorizontal.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SwapHorizontal.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,kHAAkH,GAAG,CAAM,CAAC;AAChU,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 SvgSwapHorizontal = (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=\"m7 20-5-5 5-5 1.4 1.425L5.825 14H13v2H5.825L8.4 18.575zm10-6-1.4-1.425L18.175 10H11V8h7.175L15.6 5.425 17 4l5 5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSwapHorizontal);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SwapHorizontal.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SwapHorizontal.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,kHAAkH,GAAG,CAAM,CAAC;AAChU,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 SvgSwapHorizontal = (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=\"m7 20-5-5 5-5 1.4 1.425L5.825 14H13v2H5.825L8.4 18.575zm10-6-1.4-1.425L18.175 10H11V8h7.175L15.6 5.425 17 4l5 5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSwapHorizontal);\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 SvgSwapVertical = (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 13V5.825L5.425 8.4 4 7l5-5 5 5-1.425 1.4L10 5.825V13zm7 9-5-5 1.425-1.4L14 18.175V11h2v7.175l2.575-2.575L20 17z" }));
6
5
  const ForwardRef = forwardRef(SvgSwapVertical);
@@ -1 +1 @@
1
- {"version":3,"file":"SwapVertical.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SwapVertical.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,eAAe,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,oHAAoH,GAAG,CAAM,CAAC;AAChU,MAAM,UAAU,GAAG,UAAU,CAAC,eAAe,CAAC,CAAC;AAC/C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSwapVertical = (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 13V5.825L5.425 8.4 4 7l5-5 5 5-1.425 1.4L10 5.825V13zm7 9-5-5 1.425-1.4L14 18.175V11h2v7.175l2.575-2.575L20 17z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSwapVertical);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SwapVertical.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SwapVertical.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,eAAe,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,oHAAoH,GAAG,CAAM,CAAC;AAChU,MAAM,UAAU,GAAG,UAAU,CAAC,eAAe,CAAC,CAAC;AAC/C,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgSwapVertical = (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 13V5.825L5.425 8.4 4 7l5-5 5 5-1.425 1.4L10 5.825V13zm7 9-5-5 1.425-1.4L14 18.175V11h2v7.175l2.575-2.575L20 17z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSwapVertical);\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 SvgTabClose = (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.9 13.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4L14 8.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM8 18q-.824 0-1.412-.587C6 16.826 6 16.55 6 16V4q0-.824.588-1.412C7.176 1.999 7.45 2 8 2h12q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V4H8zm-4 6q-.824 0-1.412-.587C1.999 20.826 2 20.55 2 20V6h2v14h14v2z" }));
6
5
  const ForwardRef = forwardRef(SvgTabClose);
@@ -1 +1 @@
1
- {"version":3,"file":"TabClose.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/TabClose.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,yWAAyW,GAAG,CAAM,CAAC;AACjjB,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 SvgTabClose = (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.9 13.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4L14 8.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM8 18q-.824 0-1.412-.587C6 16.826 6 16.55 6 16V4q0-.824.588-1.412C7.176 1.999 7.45 2 8 2h12q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V4H8zm-4 6q-.824 0-1.412-.587C1.999 20.826 2 20.55 2 20V6h2v14h14v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTabClose);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"TabClose.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/TabClose.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,yWAAyW,GAAG,CAAM,CAAC;AACjjB,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 SvgTabClose = (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.9 13.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4L14 8.6l-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM8 18q-.824 0-1.412-.587C6 16.826 6 16.55 6 16V4q0-.824.588-1.412C7.176 1.999 7.45 2 8 2h12q.824 0 1.413.588C22.002 3.175 22 3.45 22 4v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V4H8zm-4 6q-.824 0-1.412-.587C1.999 20.826 2 20.55 2 20V6h2v14h14v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTabClose);\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 SvgTableRow = (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: "M19 19v-3H5v3zm0-5v-4H5v4zm0-6V5H5v3zM5 21q-.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.587z" }));
6
5
  const ForwardRef = forwardRef(SvgTableRow);
@@ -1 +1 @@
1
- {"version":3,"file":"TableRow.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/TableRow.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,oOAAoO,GAAG,CAAM,CAAC;AAC5a,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 SvgTableRow = (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=\"M19 19v-3H5v3zm0-5v-4H5v4zm0-6V5H5v3zM5 21q-.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.587z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTableRow);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"TableRow.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/TableRow.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,oOAAoO,GAAG,CAAM,CAAC;AAC5a,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 SvgTableRow = (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=\"M19 19v-3H5v3zm0-5v-4H5v4zm0-6V5H5v3zM5 21q-.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.587z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTableRow);\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 SvgTablet = (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 20.5q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.712-.43-.288-.713-.288-.52.096-.712.288-.288.429-.288.712.096.52.288.713.429.287.712.287M5 23q-.824 0-1.412-.587C2.999 21.826 3 21.55 3 21V3q0-.824.588-1.412C4.175.999 4.45 1 5 1h14q.824 0 1.413.587C21.002 2.175 21 2.45 21 3v18q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-5v3h14v-3zm0-2h14V6H5zM5 4h14V3H5z" }));
6
5
  const ForwardRef = forwardRef(SvgTablet);
@@ -1 +1 @@
1
- {"version":3,"file":"Tablet.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tablet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,SAAS,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,+XAA+X,GAAG,CAAM,CAAC;AACrkB,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC;AACzC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgTablet = (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 20.5q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.712-.43-.288-.713-.288-.52.096-.712.288-.288.429-.288.712.096.52.288.713.429.287.712.287M5 23q-.824 0-1.412-.587C2.999 21.826 3 21.55 3 21V3q0-.824.588-1.412C4.175.999 4.45 1 5 1h14q.824 0 1.413.587C21.002 2.175 21 2.45 21 3v18q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-5v3h14v-3zm0-2h14V6H5zM5 4h14V3H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTablet);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Tablet.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tablet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,SAAS,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,+XAA+X,GAAG,CAAM,CAAC;AACrkB,MAAM,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC;AACzC,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgTablet = (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 20.5q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.712-.43-.288-.713-.288-.52.096-.712.288-.288.429-.288.712.096.52.288.713.429.287.712.287M5 23q-.824 0-1.412-.587C2.999 21.826 3 21.55 3 21V3q0-.824.588-1.412C4.175.999 4.45 1 5 1h14q.824 0 1.413.587C21.002 2.175 21 2.45 21 3v18q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-5v3h14v-3zm0-2h14V6H5zM5 4h14V3H5z\" /></svg>;\nconst ForwardRef = forwardRef(SvgTablet);\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 SvgTag = (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: "m21.413 14.25-7.15 7.15q-.3.3-.675.45c-.375.15-.5.15-.75.15s-.5-.05-.75-.15-.475-.25-.675-.45l-8.825-8.825q-.276-.275-.425-.637c-.15-.363-.15-.496-.15-.763V4q0-.824.587-1.412A1.93 1.93 0 0 1 4.013 2h7.175q.4 0 .775.163c.375.163.466.254.65.437l8.8 8.825q.3.3.437.675c.137.375.138.5.138.75s-.046.496-.138.738-.237.462-.437.662M12.838 20l7.15-7.15L11.163 4h-7.15v7.15zM6.513 8q.624 0 1.062-.437.438-.438.438-1.063c0-.625-.146-.77-.438-1.062A1.45 1.45 0 0 0 6.513 5q-.625 0-1.063.438-.437.436-.437 1.062c0 .626.146.77.437 1.063Q5.888 8 6.513 8" }));
6
5
  const ForwardRef = forwardRef(SvgTag);
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tag.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,6hBAA6hB,GAAG,CAAM,CAAC;AAChuB,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 SvgTag = (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=\"m21.413 14.25-7.15 7.15q-.3.3-.675.45c-.375.15-.5.15-.75.15s-.5-.05-.75-.15-.475-.25-.675-.45l-8.825-8.825q-.276-.275-.425-.637c-.15-.363-.15-.496-.15-.763V4q0-.824.587-1.412A1.93 1.93 0 0 1 4.013 2h7.175q.4 0 .775.163c.375.163.466.254.65.437l8.8 8.825q.3.3.437.675c.137.375.138.5.138.75s-.046.496-.138.738-.237.462-.437.662M12.838 20l7.15-7.15L11.163 4h-7.15v7.15zM6.513 8q.624 0 1.062-.437.438-.438.438-1.063c0-.625-.146-.77-.438-1.062A1.45 1.45 0 0 0 6.513 5q-.625 0-1.063.438-.437.436-.437 1.062c0 .626.146.77.437 1.063Q5.888 8 6.513 8\" /></svg>;\nconst ForwardRef = forwardRef(SvgTag);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Tag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Tag.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,6hBAA6hB,GAAG,CAAM,CAAC;AAChuB,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 SvgTag = (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=\"m21.413 14.25-7.15 7.15q-.3.3-.675.45c-.375.15-.5.15-.75.15s-.5-.05-.75-.15-.475-.25-.675-.45l-8.825-8.825q-.276-.275-.425-.637c-.15-.363-.15-.496-.15-.763V4q0-.824.587-1.412A1.93 1.93 0 0 1 4.013 2h7.175q.4 0 .775.163c.375.163.466.254.65.437l8.8 8.825q.3.3.437.675c.137.375.138.5.138.75s-.046.496-.138.738-.237.462-.437.662M12.838 20l7.15-7.15L11.163 4h-7.15v7.15zM6.513 8q.624 0 1.062-.437.438-.438.438-1.063c0-.625-.146-.77-.438-1.062A1.45 1.45 0 0 0 6.513 5q-.625 0-1.063.438-.437.436-.437 1.062c0 .626.146.77.437 1.063Q5.888 8 6.513 8\" /></svg>;\nconst ForwardRef = forwardRef(SvgTag);\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 SvgThumbDown = (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 3h11v13l-7 7-1.25-1.25q-.175-.175-.287-.475c-.112-.3-.113-.392-.113-.575v-.35L9.45 16H3q-.8 0-1.4-.6C1 14.8 1 14.533 1 14v-2q0-.175.05-.375c.05-.2.067-.258.1-.375l3-7.05q.225-.5.75-.85C5.425 3 5.617 3 6 3m9 2H6l-3 7v2h9l-1.35 5.5L15 15.15zm2 11v-2h3V5h-3V3h5v13z" }));
6
5
  const ForwardRef = forwardRef(SvgThumbDown);
@@ -1 +1 @@
1
- {"version":3,"file":"ThumbDown.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbDown.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,2QAA2Q,GAAG,CAAM,CAAC;AACpd,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 SvgThumbDown = (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 3h11v13l-7 7-1.25-1.25q-.175-.175-.287-.475c-.112-.3-.113-.392-.113-.575v-.35L9.45 16H3q-.8 0-1.4-.6C1 14.8 1 14.533 1 14v-2q0-.175.05-.375c.05-.2.067-.258.1-.375l3-7.05q.225-.5.75-.85C5.425 3 5.617 3 6 3m9 2H6l-3 7v2h9l-1.35 5.5L15 15.15zm2 11v-2h3V5h-3V3h5v13z\" /></svg>;\nconst ForwardRef = forwardRef(SvgThumbDown);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ThumbDown.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ThumbDown.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,2QAA2Q,GAAG,CAAM,CAAC;AACpd,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 SvgThumbDown = (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 3h11v13l-7 7-1.25-1.25q-.175-.175-.287-.475c-.112-.3-.113-.392-.113-.575v-.35L9.45 16H3q-.8 0-1.4-.6C1 14.8 1 14.533 1 14v-2q0-.175.05-.375c.05-.2.067-.258.1-.375l3-7.05q.225-.5.75-.85C5.425 3 5.617 3 6 3m9 2H6l-3 7v2h9l-1.35 5.5L15 15.15zm2 11v-2h3V5h-3V3h5v13z\" /></svg>;\nconst ForwardRef = forwardRef(SvgThumbDown);\nexport default ForwardRef;"]}