@metamask-previews/design-system-react 0.0.0-preview.58198a0 → 0.0.0-preview.646ebcc

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 (643) 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 +2 -2
  78. package/dist/components/Checkbox/Checkbox.cjs.map +1 -1
  79. package/dist/components/Checkbox/Checkbox.mjs +3 -4
  80. package/dist/components/Checkbox/Checkbox.mjs.map +1 -1
  81. package/dist/components/Icon/icons/Accessibility.mjs +1 -2
  82. package/dist/components/Icon/icons/Accessibility.mjs.map +1 -1
  83. package/dist/components/Icon/icons/Activity.mjs +1 -2
  84. package/dist/components/Icon/icons/Activity.mjs.map +1 -1
  85. package/dist/components/Icon/icons/Add.mjs +1 -2
  86. package/dist/components/Icon/icons/Add.mjs.map +1 -1
  87. package/dist/components/Icon/icons/AddCard.mjs +1 -2
  88. package/dist/components/Icon/icons/AddCard.mjs.map +1 -1
  89. package/dist/components/Icon/icons/AddCircle.mjs +1 -2
  90. package/dist/components/Icon/icons/AddCircle.mjs.map +1 -1
  91. package/dist/components/Icon/icons/AddSquare.mjs +1 -2
  92. package/dist/components/Icon/icons/AddSquare.mjs.map +1 -1
  93. package/dist/components/Icon/icons/Ai.mjs +1 -2
  94. package/dist/components/Icon/icons/Ai.mjs.map +1 -1
  95. package/dist/components/Icon/icons/AlternateEmail.mjs +1 -2
  96. package/dist/components/Icon/icons/AlternateEmail.mjs.map +1 -1
  97. package/dist/components/Icon/icons/Apps.mjs +1 -2
  98. package/dist/components/Icon/icons/Apps.mjs.map +1 -1
  99. package/dist/components/Icon/icons/Arrow2Down.mjs +1 -2
  100. package/dist/components/Icon/icons/Arrow2Down.mjs.map +1 -1
  101. package/dist/components/Icon/icons/Arrow2Left.mjs +1 -2
  102. package/dist/components/Icon/icons/Arrow2Left.mjs.map +1 -1
  103. package/dist/components/Icon/icons/Arrow2Right.mjs +1 -2
  104. package/dist/components/Icon/icons/Arrow2Right.mjs.map +1 -1
  105. package/dist/components/Icon/icons/Arrow2Up.mjs +1 -2
  106. package/dist/components/Icon/icons/Arrow2Up.mjs.map +1 -1
  107. package/dist/components/Icon/icons/Arrow2UpRight.mjs +1 -2
  108. package/dist/components/Icon/icons/Arrow2UpRight.mjs.map +1 -1
  109. package/dist/components/Icon/icons/ArrowCircleDown.mjs +1 -2
  110. package/dist/components/Icon/icons/ArrowCircleDown.mjs.map +1 -1
  111. package/dist/components/Icon/icons/ArrowCircleUp.mjs +1 -2
  112. package/dist/components/Icon/icons/ArrowCircleUp.mjs.map +1 -1
  113. package/dist/components/Icon/icons/ArrowDoubleLeft.mjs +1 -2
  114. package/dist/components/Icon/icons/ArrowDoubleLeft.mjs.map +1 -1
  115. package/dist/components/Icon/icons/ArrowDoubleRight.mjs +1 -2
  116. package/dist/components/Icon/icons/ArrowDoubleRight.mjs.map +1 -1
  117. package/dist/components/Icon/icons/ArrowDown.mjs +1 -2
  118. package/dist/components/Icon/icons/ArrowDown.mjs.map +1 -1
  119. package/dist/components/Icon/icons/ArrowDropDownCircle.mjs +1 -2
  120. package/dist/components/Icon/icons/ArrowDropDownCircle.mjs.map +1 -1
  121. package/dist/components/Icon/icons/ArrowLeft.mjs +1 -2
  122. package/dist/components/Icon/icons/ArrowLeft.mjs.map +1 -1
  123. package/dist/components/Icon/icons/ArrowRight.mjs +1 -2
  124. package/dist/components/Icon/icons/ArrowRight.mjs.map +1 -1
  125. package/dist/components/Icon/icons/ArrowUp.mjs +1 -2
  126. package/dist/components/Icon/icons/ArrowUp.mjs.map +1 -1
  127. package/dist/components/Icon/icons/Attachment.mjs +1 -2
  128. package/dist/components/Icon/icons/Attachment.mjs.map +1 -1
  129. package/dist/components/Icon/icons/Ban.mjs +1 -2
  130. package/dist/components/Icon/icons/Ban.mjs.map +1 -1
  131. package/dist/components/Icon/icons/Bank.mjs +1 -2
  132. package/dist/components/Icon/icons/Bank.mjs.map +1 -1
  133. package/dist/components/Icon/icons/BankAssured.mjs +1 -2
  134. package/dist/components/Icon/icons/BankAssured.mjs.map +1 -1
  135. package/dist/components/Icon/icons/Bold.mjs +1 -2
  136. package/dist/components/Icon/icons/Bold.mjs.map +1 -1
  137. package/dist/components/Icon/icons/Book.mjs +1 -2
  138. package/dist/components/Icon/icons/Book.mjs.map +1 -1
  139. package/dist/components/Icon/icons/Bookmark.mjs +1 -2
  140. package/dist/components/Icon/icons/Bookmark.mjs.map +1 -1
  141. package/dist/components/Icon/icons/Bridge.mjs +1 -2
  142. package/dist/components/Icon/icons/Bridge.mjs.map +1 -1
  143. package/dist/components/Icon/icons/Briefcase.mjs +1 -2
  144. package/dist/components/Icon/icons/Briefcase.mjs.map +1 -1
  145. package/dist/components/Icon/icons/Bulb.mjs +1 -2
  146. package/dist/components/Icon/icons/Bulb.mjs.map +1 -1
  147. package/dist/components/Icon/icons/BuySell.mjs +1 -2
  148. package/dist/components/Icon/icons/BuySell.mjs.map +1 -1
  149. package/dist/components/Icon/icons/Cake.mjs +1 -2
  150. package/dist/components/Icon/icons/Cake.mjs.map +1 -1
  151. package/dist/components/Icon/icons/Calculator.mjs +1 -2
  152. package/dist/components/Icon/icons/Calculator.mjs.map +1 -1
  153. package/dist/components/Icon/icons/Calendar.mjs +1 -2
  154. package/dist/components/Icon/icons/Calendar.mjs.map +1 -1
  155. package/dist/components/Icon/icons/Call.mjs +1 -2
  156. package/dist/components/Icon/icons/Call.mjs.map +1 -1
  157. package/dist/components/Icon/icons/Camera.mjs +1 -2
  158. package/dist/components/Icon/icons/Camera.mjs.map +1 -1
  159. package/dist/components/Icon/icons/Campaign.mjs +1 -2
  160. package/dist/components/Icon/icons/Campaign.mjs.map +1 -1
  161. package/dist/components/Icon/icons/Card.mjs +1 -2
  162. package/dist/components/Icon/icons/Card.mjs.map +1 -1
  163. package/dist/components/Icon/icons/CardPos.mjs +1 -2
  164. package/dist/components/Icon/icons/CardPos.mjs.map +1 -1
  165. package/dist/components/Icon/icons/Cash.mjs +1 -2
  166. package/dist/components/Icon/icons/Cash.mjs.map +1 -1
  167. package/dist/components/Icon/icons/Category.mjs +1 -2
  168. package/dist/components/Icon/icons/Category.mjs.map +1 -1
  169. package/dist/components/Icon/icons/Chart.mjs +1 -2
  170. package/dist/components/Icon/icons/Chart.mjs.map +1 -1
  171. package/dist/components/Icon/icons/Check.mjs +1 -2
  172. package/dist/components/Icon/icons/Check.mjs.map +1 -1
  173. package/dist/components/Icon/icons/CheckBold.mjs +1 -2
  174. package/dist/components/Icon/icons/CheckBold.mjs.map +1 -1
  175. package/dist/components/Icon/icons/CircleX.mjs +1 -2
  176. package/dist/components/Icon/icons/CircleX.mjs.map +1 -1
  177. package/dist/components/Icon/icons/Clock.mjs +1 -2
  178. package/dist/components/Icon/icons/Clock.mjs.map +1 -1
  179. package/dist/components/Icon/icons/ClockFilled.mjs +1 -2
  180. package/dist/components/Icon/icons/ClockFilled.mjs.map +1 -1
  181. package/dist/components/Icon/icons/Close.mjs +1 -2
  182. package/dist/components/Icon/icons/Close.mjs.map +1 -1
  183. package/dist/components/Icon/icons/Cloud.mjs +1 -2
  184. package/dist/components/Icon/icons/Cloud.mjs.map +1 -1
  185. package/dist/components/Icon/icons/CloudDownload.mjs +1 -2
  186. package/dist/components/Icon/icons/CloudDownload.mjs.map +1 -1
  187. package/dist/components/Icon/icons/CloudUpload.mjs +1 -2
  188. package/dist/components/Icon/icons/CloudUpload.mjs.map +1 -1
  189. package/dist/components/Icon/icons/Code.mjs +1 -2
  190. package/dist/components/Icon/icons/Code.mjs.map +1 -1
  191. package/dist/components/Icon/icons/CodeCircle.mjs +1 -2
  192. package/dist/components/Icon/icons/CodeCircle.mjs.map +1 -1
  193. package/dist/components/Icon/icons/Coin.mjs +1 -2
  194. package/dist/components/Icon/icons/Coin.mjs.map +1 -1
  195. package/dist/components/Icon/icons/Collapse.mjs +1 -2
  196. package/dist/components/Icon/icons/Collapse.mjs.map +1 -1
  197. package/dist/components/Icon/icons/Confirmation.mjs +1 -2
  198. package/dist/components/Icon/icons/Confirmation.mjs.map +1 -1
  199. package/dist/components/Icon/icons/Connect.mjs +1 -2
  200. package/dist/components/Icon/icons/Connect.mjs.map +1 -1
  201. package/dist/components/Icon/icons/Copy.mjs +1 -2
  202. package/dist/components/Icon/icons/Copy.mjs.map +1 -1
  203. package/dist/components/Icon/icons/CopySuccess.mjs +1 -2
  204. package/dist/components/Icon/icons/CopySuccess.mjs.map +1 -1
  205. package/dist/components/Icon/icons/CreditCheck.mjs +1 -2
  206. package/dist/components/Icon/icons/CreditCheck.mjs.map +1 -1
  207. package/dist/components/Icon/icons/CurrencyFranc.mjs +1 -2
  208. package/dist/components/Icon/icons/CurrencyFranc.mjs.map +1 -1
  209. package/dist/components/Icon/icons/CurrencyLira.mjs +1 -2
  210. package/dist/components/Icon/icons/CurrencyLira.mjs.map +1 -1
  211. package/dist/components/Icon/icons/CurrencyPound.mjs +1 -2
  212. package/dist/components/Icon/icons/CurrencyPound.mjs.map +1 -1
  213. package/dist/components/Icon/icons/CurrencyYuan.mjs +1 -2
  214. package/dist/components/Icon/icons/CurrencyYuan.mjs.map +1 -1
  215. package/dist/components/Icon/icons/Customize.mjs +1 -2
  216. package/dist/components/Icon/icons/Customize.mjs.map +1 -1
  217. package/dist/components/Icon/icons/Danger.mjs +1 -2
  218. package/dist/components/Icon/icons/Danger.mjs.map +1 -1
  219. package/dist/components/Icon/icons/Dark.mjs +1 -2
  220. package/dist/components/Icon/icons/Dark.mjs.map +1 -1
  221. package/dist/components/Icon/icons/DarkFilled.mjs +1 -2
  222. package/dist/components/Icon/icons/DarkFilled.mjs.map +1 -1
  223. package/dist/components/Icon/icons/Data.mjs +1 -2
  224. package/dist/components/Icon/icons/Data.mjs.map +1 -1
  225. package/dist/components/Icon/icons/Description.mjs +1 -2
  226. package/dist/components/Icon/icons/Description.mjs.map +1 -1
  227. package/dist/components/Icon/icons/Details.mjs +1 -2
  228. package/dist/components/Icon/icons/Details.mjs.map +1 -1
  229. package/dist/components/Icon/icons/Diagram.mjs +1 -2
  230. package/dist/components/Icon/icons/Diagram.mjs.map +1 -1
  231. package/dist/components/Icon/icons/DocumentCode.mjs +1 -2
  232. package/dist/components/Icon/icons/DocumentCode.mjs.map +1 -1
  233. package/dist/components/Icon/icons/Download.mjs +1 -2
  234. package/dist/components/Icon/icons/Download.mjs.map +1 -1
  235. package/dist/components/Icon/icons/Draft.mjs +1 -2
  236. package/dist/components/Icon/icons/Draft.mjs.map +1 -1
  237. package/dist/components/Icon/icons/EcoLeaf.mjs +1 -2
  238. package/dist/components/Icon/icons/EcoLeaf.mjs.map +1 -1
  239. package/dist/components/Icon/icons/Edit.mjs +1 -2
  240. package/dist/components/Icon/icons/Edit.mjs.map +1 -1
  241. package/dist/components/Icon/icons/EditSquare.mjs +1 -2
  242. package/dist/components/Icon/icons/EditSquare.mjs.map +1 -1
  243. package/dist/components/Icon/icons/EncryptedAdd.mjs +1 -2
  244. package/dist/components/Icon/icons/EncryptedAdd.mjs.map +1 -1
  245. package/dist/components/Icon/icons/Eraser.mjs +1 -2
  246. package/dist/components/Icon/icons/Eraser.mjs.map +1 -1
  247. package/dist/components/Icon/icons/Error.mjs +1 -2
  248. package/dist/components/Icon/icons/Error.mjs.map +1 -1
  249. package/dist/components/Icon/icons/Ethereum.mjs +1 -2
  250. package/dist/components/Icon/icons/Ethereum.mjs.map +1 -1
  251. package/dist/components/Icon/icons/Exchange.mjs +1 -2
  252. package/dist/components/Icon/icons/Exchange.mjs.map +1 -1
  253. package/dist/components/Icon/icons/Expand.mjs +1 -2
  254. package/dist/components/Icon/icons/Expand.mjs.map +1 -1
  255. package/dist/components/Icon/icons/ExpandVertical.mjs +1 -2
  256. package/dist/components/Icon/icons/ExpandVertical.mjs.map +1 -1
  257. package/dist/components/Icon/icons/Explore.mjs +1 -2
  258. package/dist/components/Icon/icons/Explore.mjs.map +1 -1
  259. package/dist/components/Icon/icons/ExploreFilled.mjs +1 -2
  260. package/dist/components/Icon/icons/ExploreFilled.mjs.map +1 -1
  261. package/dist/components/Icon/icons/Export.mjs +1 -2
  262. package/dist/components/Icon/icons/Export.mjs.map +1 -1
  263. package/dist/components/Icon/icons/Extension.mjs +1 -2
  264. package/dist/components/Icon/icons/Extension.mjs.map +1 -1
  265. package/dist/components/Icon/icons/Eye.mjs +1 -2
  266. package/dist/components/Icon/icons/Eye.mjs.map +1 -1
  267. package/dist/components/Icon/icons/EyeSlash.mjs +1 -2
  268. package/dist/components/Icon/icons/EyeSlash.mjs.map +1 -1
  269. package/dist/components/Icon/icons/FaceId.mjs +1 -2
  270. package/dist/components/Icon/icons/FaceId.mjs.map +1 -1
  271. package/dist/components/Icon/icons/Feedback.mjs +1 -2
  272. package/dist/components/Icon/icons/Feedback.mjs.map +1 -1
  273. package/dist/components/Icon/icons/File.mjs +1 -2
  274. package/dist/components/Icon/icons/File.mjs.map +1 -1
  275. package/dist/components/Icon/icons/Filter.mjs +1 -2
  276. package/dist/components/Icon/icons/Filter.mjs.map +1 -1
  277. package/dist/components/Icon/icons/Fingerprint.mjs +1 -2
  278. package/dist/components/Icon/icons/Fingerprint.mjs.map +1 -1
  279. package/dist/components/Icon/icons/Fire.mjs +1 -2
  280. package/dist/components/Icon/icons/Fire.mjs.map +1 -1
  281. package/dist/components/Icon/icons/FirstPage.mjs +1 -2
  282. package/dist/components/Icon/icons/FirstPage.mjs.map +1 -1
  283. package/dist/components/Icon/icons/Flag.mjs +1 -2
  284. package/dist/components/Icon/icons/Flag.mjs.map +1 -1
  285. package/dist/components/Icon/icons/Flash.mjs +1 -2
  286. package/dist/components/Icon/icons/Flash.mjs.map +1 -1
  287. package/dist/components/Icon/icons/FlashSlash.mjs +1 -2
  288. package/dist/components/Icon/icons/FlashSlash.mjs.map +1 -1
  289. package/dist/components/Icon/icons/Flask.mjs +1 -2
  290. package/dist/components/Icon/icons/Flask.mjs.map +1 -1
  291. package/dist/components/Icon/icons/Flower.mjs +1 -2
  292. package/dist/components/Icon/icons/Flower.mjs.map +1 -1
  293. package/dist/components/Icon/icons/Folder.mjs +1 -2
  294. package/dist/components/Icon/icons/Folder.mjs.map +1 -1
  295. package/dist/components/Icon/icons/Forest.mjs +1 -2
  296. package/dist/components/Icon/icons/Forest.mjs.map +1 -1
  297. package/dist/components/Icon/icons/FullCircle.mjs +1 -2
  298. package/dist/components/Icon/icons/FullCircle.mjs.map +1 -1
  299. package/dist/components/Icon/icons/Gas.mjs +1 -2
  300. package/dist/components/Icon/icons/Gas.mjs.map +1 -1
  301. package/dist/components/Icon/icons/Gift.mjs +1 -2
  302. package/dist/components/Icon/icons/Gift.mjs.map +1 -1
  303. package/dist/components/Icon/icons/Global.mjs +1 -2
  304. package/dist/components/Icon/icons/Global.mjs.map +1 -1
  305. package/dist/components/Icon/icons/GlobalSearch.mjs +1 -2
  306. package/dist/components/Icon/icons/GlobalSearch.mjs.map +1 -1
  307. package/dist/components/Icon/icons/Graph.mjs +1 -2
  308. package/dist/components/Icon/icons/Graph.mjs.map +1 -1
  309. package/dist/components/Icon/icons/Hardware.mjs +1 -2
  310. package/dist/components/Icon/icons/Hardware.mjs.map +1 -1
  311. package/dist/components/Icon/icons/HashTag.mjs +1 -2
  312. package/dist/components/Icon/icons/HashTag.mjs.map +1 -1
  313. package/dist/components/Icon/icons/Heart.mjs +1 -2
  314. package/dist/components/Icon/icons/Heart.mjs.map +1 -1
  315. package/dist/components/Icon/icons/HeartFilled.mjs +1 -2
  316. package/dist/components/Icon/icons/HeartFilled.mjs.map +1 -1
  317. package/dist/components/Icon/icons/Hierarchy.mjs +1 -2
  318. package/dist/components/Icon/icons/Hierarchy.mjs.map +1 -1
  319. package/dist/components/Icon/icons/Home.mjs +1 -2
  320. package/dist/components/Icon/icons/Home.mjs.map +1 -1
  321. package/dist/components/Icon/icons/HomeFilled.mjs +1 -2
  322. package/dist/components/Icon/icons/HomeFilled.mjs.map +1 -1
  323. package/dist/components/Icon/icons/Image.mjs +1 -2
  324. package/dist/components/Icon/icons/Image.mjs.map +1 -1
  325. package/dist/components/Icon/icons/Info.mjs +1 -2
  326. package/dist/components/Icon/icons/Info.mjs.map +1 -1
  327. package/dist/components/Icon/icons/Inventory.mjs +1 -2
  328. package/dist/components/Icon/icons/Inventory.mjs.map +1 -1
  329. package/dist/components/Icon/icons/Joystick.mjs +1 -2
  330. package/dist/components/Icon/icons/Joystick.mjs.map +1 -1
  331. package/dist/components/Icon/icons/Keep.mjs +1 -2
  332. package/dist/components/Icon/icons/Keep.mjs.map +1 -1
  333. package/dist/components/Icon/icons/KeepFilled.mjs +1 -2
  334. package/dist/components/Icon/icons/KeepFilled.mjs.map +1 -1
  335. package/dist/components/Icon/icons/Key.mjs +1 -2
  336. package/dist/components/Icon/icons/Key.mjs.map +1 -1
  337. package/dist/components/Icon/icons/LastPage.mjs +1 -2
  338. package/dist/components/Icon/icons/LastPage.mjs.map +1 -1
  339. package/dist/components/Icon/icons/Light.mjs +1 -2
  340. package/dist/components/Icon/icons/Light.mjs.map +1 -1
  341. package/dist/components/Icon/icons/LightFilled.mjs +1 -2
  342. package/dist/components/Icon/icons/LightFilled.mjs.map +1 -1
  343. package/dist/components/Icon/icons/Link.mjs +1 -2
  344. package/dist/components/Icon/icons/Link.mjs.map +1 -1
  345. package/dist/components/Icon/icons/Loading.mjs +1 -2
  346. package/dist/components/Icon/icons/Loading.mjs.map +1 -1
  347. package/dist/components/Icon/icons/Location.mjs +1 -2
  348. package/dist/components/Icon/icons/Location.mjs.map +1 -1
  349. package/dist/components/Icon/icons/Lock.mjs +1 -2
  350. package/dist/components/Icon/icons/Lock.mjs.map +1 -1
  351. package/dist/components/Icon/icons/LockSlash.mjs +1 -2
  352. package/dist/components/Icon/icons/LockSlash.mjs.map +1 -1
  353. package/dist/components/Icon/icons/LockedFilled.mjs +1 -2
  354. package/dist/components/Icon/icons/LockedFilled.mjs.map +1 -1
  355. package/dist/components/Icon/icons/Login.mjs +1 -2
  356. package/dist/components/Icon/icons/Login.mjs.map +1 -1
  357. package/dist/components/Icon/icons/Logout.mjs +1 -2
  358. package/dist/components/Icon/icons/Logout.mjs.map +1 -1
  359. package/dist/components/Icon/icons/Mail.mjs +1 -2
  360. package/dist/components/Icon/icons/Mail.mjs.map +1 -1
  361. package/dist/components/Icon/icons/Map.mjs +1 -2
  362. package/dist/components/Icon/icons/Map.mjs.map +1 -1
  363. package/dist/components/Icon/icons/Menu.mjs +1 -2
  364. package/dist/components/Icon/icons/Menu.mjs.map +1 -1
  365. package/dist/components/Icon/icons/MessageQuestion.mjs +1 -2
  366. package/dist/components/Icon/icons/MessageQuestion.mjs.map +1 -1
  367. package/dist/components/Icon/icons/Messages.mjs +1 -2
  368. package/dist/components/Icon/icons/Messages.mjs.map +1 -1
  369. package/dist/components/Icon/icons/Mic.mjs +1 -2
  370. package/dist/components/Icon/icons/Mic.mjs.map +1 -1
  371. package/dist/components/Icon/icons/Minus.mjs +1 -2
  372. package/dist/components/Icon/icons/Minus.mjs.map +1 -1
  373. package/dist/components/Icon/icons/MinusBold.mjs +1 -2
  374. package/dist/components/Icon/icons/MinusBold.mjs.map +1 -1
  375. package/dist/components/Icon/icons/MinusSquare.mjs +1 -2
  376. package/dist/components/Icon/icons/MinusSquare.mjs.map +1 -1
  377. package/dist/components/Icon/icons/Mobile.mjs +1 -2
  378. package/dist/components/Icon/icons/Mobile.mjs.map +1 -1
  379. package/dist/components/Icon/icons/Money.mjs +1 -2
  380. package/dist/components/Icon/icons/Money.mjs.map +1 -1
  381. package/dist/components/Icon/icons/MoneyBag.mjs +1 -2
  382. package/dist/components/Icon/icons/MoneyBag.mjs.map +1 -1
  383. package/dist/components/Icon/icons/Monitor.mjs +1 -2
  384. package/dist/components/Icon/icons/Monitor.mjs.map +1 -1
  385. package/dist/components/Icon/icons/MoreHorizontal.mjs +1 -2
  386. package/dist/components/Icon/icons/MoreHorizontal.mjs.map +1 -1
  387. package/dist/components/Icon/icons/MoreVertical.mjs +1 -2
  388. package/dist/components/Icon/icons/MoreVertical.mjs.map +1 -1
  389. package/dist/components/Icon/icons/MountainFlag.mjs +1 -2
  390. package/dist/components/Icon/icons/MountainFlag.mjs.map +1 -1
  391. package/dist/components/Icon/icons/MusicNote.mjs +1 -2
  392. package/dist/components/Icon/icons/MusicNote.mjs.map +1 -1
  393. package/dist/components/Icon/icons/Notification.mjs +1 -2
  394. package/dist/components/Icon/icons/Notification.mjs.map +1 -1
  395. package/dist/components/Icon/icons/PageInfo.mjs +1 -2
  396. package/dist/components/Icon/icons/PageInfo.mjs.map +1 -1
  397. package/dist/components/Icon/icons/Palette.mjs +1 -2
  398. package/dist/components/Icon/icons/Palette.mjs.map +1 -1
  399. package/dist/components/Icon/icons/PasswordCheck.mjs +1 -2
  400. package/dist/components/Icon/icons/PasswordCheck.mjs.map +1 -1
  401. package/dist/components/Icon/icons/Pending.mjs +1 -2
  402. package/dist/components/Icon/icons/Pending.mjs.map +1 -1
  403. package/dist/components/Icon/icons/People.mjs +1 -2
  404. package/dist/components/Icon/icons/People.mjs.map +1 -1
  405. package/dist/components/Icon/icons/PersonCancel.mjs +1 -2
  406. package/dist/components/Icon/icons/PersonCancel.mjs.map +1 -1
  407. package/dist/components/Icon/icons/Pin.mjs +1 -2
  408. package/dist/components/Icon/icons/Pin.mjs.map +1 -1
  409. package/dist/components/Icon/icons/Plant.mjs +1 -2
  410. package/dist/components/Icon/icons/Plant.mjs.map +1 -1
  411. package/dist/components/Icon/icons/Plug.mjs +1 -2
  412. package/dist/components/Icon/icons/Plug.mjs.map +1 -1
  413. package/dist/components/Icon/icons/PlusAndMinus.mjs +1 -2
  414. package/dist/components/Icon/icons/PlusAndMinus.mjs.map +1 -1
  415. package/dist/components/Icon/icons/PolicyAlert.mjs +1 -2
  416. package/dist/components/Icon/icons/PolicyAlert.mjs.map +1 -1
  417. package/dist/components/Icon/icons/Print.mjs +1 -2
  418. package/dist/components/Icon/icons/Print.mjs.map +1 -1
  419. package/dist/components/Icon/icons/PriorityHigh.mjs +1 -2
  420. package/dist/components/Icon/icons/PriorityHigh.mjs.map +1 -1
  421. package/dist/components/Icon/icons/PrivacyTip.mjs +1 -2
  422. package/dist/components/Icon/icons/PrivacyTip.mjs.map +1 -1
  423. package/dist/components/Icon/icons/ProgrammingArrows.mjs +1 -2
  424. package/dist/components/Icon/icons/ProgrammingArrows.mjs.map +1 -1
  425. package/dist/components/Icon/icons/Publish.mjs +1 -2
  426. package/dist/components/Icon/icons/Publish.mjs.map +1 -1
  427. package/dist/components/Icon/icons/QrCode.mjs +1 -2
  428. package/dist/components/Icon/icons/QrCode.mjs.map +1 -1
  429. package/dist/components/Icon/icons/Question.mjs +1 -2
  430. package/dist/components/Icon/icons/Question.mjs.map +1 -1
  431. package/dist/components/Icon/icons/Receive.mjs +1 -2
  432. package/dist/components/Icon/icons/Receive.mjs.map +1 -1
  433. package/dist/components/Icon/icons/Received.mjs +1 -2
  434. package/dist/components/Icon/icons/Received.mjs.map +1 -1
  435. package/dist/components/Icon/icons/Refresh.mjs +1 -2
  436. package/dist/components/Icon/icons/Refresh.mjs.map +1 -1
  437. package/dist/components/Icon/icons/RemoveMinus.mjs +1 -2
  438. package/dist/components/Icon/icons/RemoveMinus.mjs.map +1 -1
  439. package/dist/components/Icon/icons/Report.mjs +1 -2
  440. package/dist/components/Icon/icons/Report.mjs.map +1 -1
  441. package/dist/components/Icon/icons/Rocket.mjs +1 -2
  442. package/dist/components/Icon/icons/Rocket.mjs.map +1 -1
  443. package/dist/components/Icon/icons/Save.mjs +1 -2
  444. package/dist/components/Icon/icons/Save.mjs.map +1 -1
  445. package/dist/components/Icon/icons/SaveFilled.mjs +1 -2
  446. package/dist/components/Icon/icons/SaveFilled.mjs.map +1 -1
  447. package/dist/components/Icon/icons/Saving.mjs +1 -2
  448. package/dist/components/Icon/icons/Saving.mjs.map +1 -1
  449. package/dist/components/Icon/icons/Scan.mjs +1 -2
  450. package/dist/components/Icon/icons/Scan.mjs.map +1 -1
  451. package/dist/components/Icon/icons/ScanBarcode.mjs +1 -2
  452. package/dist/components/Icon/icons/ScanBarcode.mjs.map +1 -1
  453. package/dist/components/Icon/icons/ScanFocus.mjs +1 -2
  454. package/dist/components/Icon/icons/ScanFocus.mjs.map +1 -1
  455. package/dist/components/Icon/icons/Search.mjs +1 -2
  456. package/dist/components/Icon/icons/Search.mjs.map +1 -1
  457. package/dist/components/Icon/icons/Security.mjs +1 -2
  458. package/dist/components/Icon/icons/Security.mjs.map +1 -1
  459. package/dist/components/Icon/icons/SecurityAlert.mjs +1 -2
  460. package/dist/components/Icon/icons/SecurityAlert.mjs.map +1 -1
  461. package/dist/components/Icon/icons/SecurityCross.mjs +1 -2
  462. package/dist/components/Icon/icons/SecurityCross.mjs.map +1 -1
  463. package/dist/components/Icon/icons/SecurityKey.mjs +1 -2
  464. package/dist/components/Icon/icons/SecurityKey.mjs.map +1 -1
  465. package/dist/components/Icon/icons/SecuritySearch.mjs +1 -2
  466. package/dist/components/Icon/icons/SecuritySearch.mjs.map +1 -1
  467. package/dist/components/Icon/icons/SecuritySlash.mjs +1 -2
  468. package/dist/components/Icon/icons/SecuritySlash.mjs.map +1 -1
  469. package/dist/components/Icon/icons/SecurityTick.mjs +1 -2
  470. package/dist/components/Icon/icons/SecurityTick.mjs.map +1 -1
  471. package/dist/components/Icon/icons/SecurityTime.mjs +1 -2
  472. package/dist/components/Icon/icons/SecurityTime.mjs.map +1 -1
  473. package/dist/components/Icon/icons/SecurityUser.mjs +1 -2
  474. package/dist/components/Icon/icons/SecurityUser.mjs.map +1 -1
  475. package/dist/components/Icon/icons/Send.mjs +1 -2
  476. package/dist/components/Icon/icons/Send.mjs.map +1 -1
  477. package/dist/components/Icon/icons/SentimentDissatisfied.mjs +1 -2
  478. package/dist/components/Icon/icons/SentimentDissatisfied.mjs.map +1 -1
  479. package/dist/components/Icon/icons/SentimentNeutral.mjs +1 -2
  480. package/dist/components/Icon/icons/SentimentNeutral.mjs.map +1 -1
  481. package/dist/components/Icon/icons/SentimentSatisfied.mjs +1 -2
  482. package/dist/components/Icon/icons/SentimentSatisfied.mjs.map +1 -1
  483. package/dist/components/Icon/icons/SentimentVerySatisfied.mjs +1 -2
  484. package/dist/components/Icon/icons/SentimentVerySatisfied.mjs.map +1 -1
  485. package/dist/components/Icon/icons/Setting.mjs +1 -2
  486. package/dist/components/Icon/icons/Setting.mjs.map +1 -1
  487. package/dist/components/Icon/icons/SettingFilled.mjs +1 -2
  488. package/dist/components/Icon/icons/SettingFilled.mjs.map +1 -1
  489. package/dist/components/Icon/icons/Share.mjs +1 -2
  490. package/dist/components/Icon/icons/Share.mjs.map +1 -1
  491. package/dist/components/Icon/icons/ShieldLock.mjs +1 -2
  492. package/dist/components/Icon/icons/ShieldLock.mjs.map +1 -1
  493. package/dist/components/Icon/icons/ShoppingBag.mjs +1 -2
  494. package/dist/components/Icon/icons/ShoppingBag.mjs.map +1 -1
  495. package/dist/components/Icon/icons/ShoppingCart.mjs +1 -2
  496. package/dist/components/Icon/icons/ShoppingCart.mjs.map +1 -1
  497. package/dist/components/Icon/icons/SignalCellular.mjs +1 -2
  498. package/dist/components/Icon/icons/SignalCellular.mjs.map +1 -1
  499. package/dist/components/Icon/icons/Slash.mjs +1 -2
  500. package/dist/components/Icon/icons/Slash.mjs.map +1 -1
  501. package/dist/components/Icon/icons/Sms.mjs +1 -2
  502. package/dist/components/Icon/icons/Sms.mjs.map +1 -1
  503. package/dist/components/Icon/icons/Snaps.mjs +1 -2
  504. package/dist/components/Icon/icons/Snaps.mjs.map +1 -1
  505. package/dist/components/Icon/icons/SnapsMobile.mjs +1 -2
  506. package/dist/components/Icon/icons/SnapsMobile.mjs.map +1 -1
  507. package/dist/components/Icon/icons/SnapsPlus.mjs +1 -2
  508. package/dist/components/Icon/icons/SnapsPlus.mjs.map +1 -1
  509. package/dist/components/Icon/icons/SnapsRound.mjs +1 -2
  510. package/dist/components/Icon/icons/SnapsRound.mjs.map +1 -1
  511. package/dist/components/Icon/icons/Sort.mjs +1 -2
  512. package/dist/components/Icon/icons/Sort.mjs.map +1 -1
  513. package/dist/components/Icon/icons/SortByAlpha.mjs +1 -2
  514. package/dist/components/Icon/icons/SortByAlpha.mjs.map +1 -1
  515. package/dist/components/Icon/icons/Sparkle.mjs +1 -2
  516. package/dist/components/Icon/icons/Sparkle.mjs.map +1 -1
  517. package/dist/components/Icon/icons/Speed.mjs +1 -2
  518. package/dist/components/Icon/icons/Speed.mjs.map +1 -1
  519. package/dist/components/Icon/icons/Speedometer.mjs +1 -2
  520. package/dist/components/Icon/icons/Speedometer.mjs.map +1 -1
  521. package/dist/components/Icon/icons/Square.mjs +1 -2
  522. package/dist/components/Icon/icons/Square.mjs.map +1 -1
  523. package/dist/components/Icon/icons/Stake.mjs +1 -2
  524. package/dist/components/Icon/icons/Stake.mjs.map +1 -1
  525. package/dist/components/Icon/icons/Star.mjs +1 -2
  526. package/dist/components/Icon/icons/Star.mjs.map +1 -1
  527. package/dist/components/Icon/icons/StarFilled.mjs +1 -2
  528. package/dist/components/Icon/icons/StarFilled.mjs.map +1 -1
  529. package/dist/components/Icon/icons/Start.mjs +1 -2
  530. package/dist/components/Icon/icons/Start.mjs.map +1 -1
  531. package/dist/components/Icon/icons/Storefront.mjs +1 -2
  532. package/dist/components/Icon/icons/Storefront.mjs.map +1 -1
  533. package/dist/components/Icon/icons/Student.mjs +1 -2
  534. package/dist/components/Icon/icons/Student.mjs.map +1 -1
  535. package/dist/components/Icon/icons/SwapHorizontal.mjs +1 -2
  536. package/dist/components/Icon/icons/SwapHorizontal.mjs.map +1 -1
  537. package/dist/components/Icon/icons/SwapVertical.mjs +1 -2
  538. package/dist/components/Icon/icons/SwapVertical.mjs.map +1 -1
  539. package/dist/components/Icon/icons/TabClose.mjs +1 -2
  540. package/dist/components/Icon/icons/TabClose.mjs.map +1 -1
  541. package/dist/components/Icon/icons/TableRow.mjs +1 -2
  542. package/dist/components/Icon/icons/TableRow.mjs.map +1 -1
  543. package/dist/components/Icon/icons/Tablet.mjs +1 -2
  544. package/dist/components/Icon/icons/Tablet.mjs.map +1 -1
  545. package/dist/components/Icon/icons/Tag.mjs +1 -2
  546. package/dist/components/Icon/icons/Tag.mjs.map +1 -1
  547. package/dist/components/Icon/icons/ThumbDown.mjs +1 -2
  548. package/dist/components/Icon/icons/ThumbDown.mjs.map +1 -1
  549. package/dist/components/Icon/icons/ThumbDownFilled.mjs +1 -2
  550. package/dist/components/Icon/icons/ThumbDownFilled.mjs.map +1 -1
  551. package/dist/components/Icon/icons/ThumbUp.mjs +1 -2
  552. package/dist/components/Icon/icons/ThumbUp.mjs.map +1 -1
  553. package/dist/components/Icon/icons/ThumbUpFilled.mjs +1 -2
  554. package/dist/components/Icon/icons/ThumbUpFilled.mjs.map +1 -1
  555. package/dist/components/Icon/icons/Tint.mjs +1 -2
  556. package/dist/components/Icon/icons/Tint.mjs.map +1 -1
  557. package/dist/components/Icon/icons/Tooltip.mjs +1 -2
  558. package/dist/components/Icon/icons/Tooltip.mjs.map +1 -1
  559. package/dist/components/Icon/icons/Translate.mjs +1 -2
  560. package/dist/components/Icon/icons/Translate.mjs.map +1 -1
  561. package/dist/components/Icon/icons/Trash.mjs +1 -2
  562. package/dist/components/Icon/icons/Trash.mjs.map +1 -1
  563. package/dist/components/Icon/icons/TrendDown.mjs +1 -2
  564. package/dist/components/Icon/icons/TrendDown.mjs.map +1 -1
  565. package/dist/components/Icon/icons/TrendUp.mjs +1 -2
  566. package/dist/components/Icon/icons/TrendUp.mjs.map +1 -1
  567. package/dist/components/Icon/icons/Undo.mjs +1 -2
  568. package/dist/components/Icon/icons/Undo.mjs.map +1 -1
  569. package/dist/components/Icon/icons/Unfold.mjs +1 -2
  570. package/dist/components/Icon/icons/Unfold.mjs.map +1 -1
  571. package/dist/components/Icon/icons/UnlockedFilled.mjs +1 -2
  572. package/dist/components/Icon/icons/UnlockedFilled.mjs.map +1 -1
  573. package/dist/components/Icon/icons/Unpin.mjs +1 -2
  574. package/dist/components/Icon/icons/Unpin.mjs.map +1 -1
  575. package/dist/components/Icon/icons/Upload.mjs +1 -2
  576. package/dist/components/Icon/icons/Upload.mjs.map +1 -1
  577. package/dist/components/Icon/icons/UploadFile.mjs +1 -2
  578. package/dist/components/Icon/icons/UploadFile.mjs.map +1 -1
  579. package/dist/components/Icon/icons/Usb.mjs +1 -2
  580. package/dist/components/Icon/icons/Usb.mjs.map +1 -1
  581. package/dist/components/Icon/icons/User.mjs +1 -2
  582. package/dist/components/Icon/icons/User.mjs.map +1 -1
  583. package/dist/components/Icon/icons/UserCheck.mjs +1 -2
  584. package/dist/components/Icon/icons/UserCheck.mjs.map +1 -1
  585. package/dist/components/Icon/icons/UserCircle.mjs +1 -2
  586. package/dist/components/Icon/icons/UserCircle.mjs.map +1 -1
  587. package/dist/components/Icon/icons/UserCircleAdd.mjs +1 -2
  588. package/dist/components/Icon/icons/UserCircleAdd.mjs.map +1 -1
  589. package/dist/components/Icon/icons/UserCircleRemove.mjs +1 -2
  590. package/dist/components/Icon/icons/UserCircleRemove.mjs.map +1 -1
  591. package/dist/components/Icon/icons/Verified.mjs +1 -2
  592. package/dist/components/Icon/icons/Verified.mjs.map +1 -1
  593. package/dist/components/Icon/icons/VerifiedFilled.mjs +1 -2
  594. package/dist/components/Icon/icons/VerifiedFilled.mjs.map +1 -1
  595. package/dist/components/Icon/icons/Videocam.mjs +1 -2
  596. package/dist/components/Icon/icons/Videocam.mjs.map +1 -1
  597. package/dist/components/Icon/icons/ViewColumn.mjs +1 -2
  598. package/dist/components/Icon/icons/ViewColumn.mjs.map +1 -1
  599. package/dist/components/Icon/icons/ViewInAr.mjs +1 -2
  600. package/dist/components/Icon/icons/ViewInAr.mjs.map +1 -1
  601. package/dist/components/Icon/icons/VolumeOff.mjs +1 -2
  602. package/dist/components/Icon/icons/VolumeOff.mjs.map +1 -1
  603. package/dist/components/Icon/icons/VolumeUp.mjs +1 -2
  604. package/dist/components/Icon/icons/VolumeUp.mjs.map +1 -1
  605. package/dist/components/Icon/icons/Wallet.mjs +1 -2
  606. package/dist/components/Icon/icons/Wallet.mjs.map +1 -1
  607. package/dist/components/Icon/icons/WalletFilled.mjs +1 -2
  608. package/dist/components/Icon/icons/WalletFilled.mjs.map +1 -1
  609. package/dist/components/Icon/icons/Warning.mjs +1 -2
  610. package/dist/components/Icon/icons/Warning.mjs.map +1 -1
  611. package/dist/components/Icon/icons/WebTraffic.mjs +1 -2
  612. package/dist/components/Icon/icons/WebTraffic.mjs.map +1 -1
  613. package/dist/components/Icon/icons/Widgets.mjs +1 -2
  614. package/dist/components/Icon/icons/Widgets.mjs.map +1 -1
  615. package/dist/components/Icon/icons/Wifi.mjs +1 -2
  616. package/dist/components/Icon/icons/Wifi.mjs.map +1 -1
  617. package/dist/components/Icon/icons/WifiOff.mjs +1 -2
  618. package/dist/components/Icon/icons/WifiOff.mjs.map +1 -1
  619. package/dist/components/Icon/icons/X.mjs +1 -2
  620. package/dist/components/Icon/icons/X.mjs.map +1 -1
  621. package/dist/components/TextButton/TextButton.mjs +1 -2
  622. package/dist/components/TextButton/TextButton.mjs.map +1 -1
  623. package/dist/components/index.cjs +8 -2
  624. package/dist/components/index.cjs.map +1 -1
  625. package/dist/components/index.d.cts +2 -0
  626. package/dist/components/index.d.cts.map +1 -1
  627. package/dist/components/index.d.mts +2 -0
  628. package/dist/components/index.d.mts.map +1 -1
  629. package/dist/components/index.mjs +1 -0
  630. package/dist/components/index.mjs.map +1 -1
  631. package/dist/components/temp-components/Jazzicon/Jazzicon.mjs +1 -2
  632. package/dist/components/temp-components/Jazzicon/Jazzicon.mjs.map +1 -1
  633. package/dist/components/temp-components/Maskicon/Maskicon.mjs +1 -2
  634. package/dist/components/temp-components/Maskicon/Maskicon.mjs.map +1 -1
  635. package/dist/types/index.cjs +43 -1
  636. package/dist/types/index.cjs.map +1 -1
  637. package/dist/types/index.d.cts +42 -0
  638. package/dist/types/index.d.cts.map +1 -1
  639. package/dist/types/index.d.mts +42 -0
  640. package/dist/types/index.d.mts.map +1 -1
  641. package/dist/types/index.mjs +42 -0
  642. package/dist/types/index.mjs.map +1 -1
  643. package/package.json +10 -7
@@ -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 SvgExpandVertical = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M4 22v-2h16v2zm8-3-4-4 1.4-1.4 1.6 1.55v-6.3L9.4 10.4 8 9l4-4 4 4-1.4 1.4L13 8.85v6.3l1.6-1.55L16 15zM4 4V2h16v2z" }));
6
5
  const ForwardRef = forwardRef(SvgExpandVertical);
@@ -1 +1 @@
1
- {"version":3,"file":"ExpandVertical.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ExpandVertical.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,mHAAmH,GAAG,CAAM,CAAC;AACjU,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 SvgExpandVertical = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 22v-2h16v2zm8-3-4-4 1.4-1.4 1.6 1.55v-6.3L9.4 10.4 8 9l4-4 4 4-1.4 1.4L13 8.85v6.3l1.6-1.55L16 15zM4 4V2h16v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgExpandVertical);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ExpandVertical.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ExpandVertical.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,mHAAmH,GAAG,CAAM,CAAC;AACjU,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 SvgExpandVertical = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 22v-2h16v2zm8-3-4-4 1.4-1.4 1.6 1.55v-6.3L9.4 10.4 8 9l4-4 4 4-1.4 1.4L13 8.85v6.3l1.6-1.55L16 15zM4 4V2h16v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgExpandVertical);\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 SvgExplore = (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.5 16.5 7-2 2-7-7 2zm4.5-3q-.625 0-1.062-.437c-.438-.438-.438-.646-.438-1.063s.146-.77.438-1.062.645-.438 1.062-.438.77.146 1.063.438.437.645.437 1.062-.146.77-.437 1.063-.646.437-1.063.437m0 8.5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.325 0 5.663-2.337C20 15.326 20 14.217 20 12q0-3.325-2.337-5.662C15.326 4 14.217 4 12 4Q8.675 4 6.338 6.338C4 8.676 4 9.783 4 12q0 3.325 2.338 5.663C8.676 20 9.783 20 12 20" }));
6
5
  const ForwardRef = forwardRef(SvgExplore);
@@ -1 +1 @@
1
- {"version":3,"file":"Explore.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Explore.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,2sBAA2sB,GAAG,CAAM,CAAC;AACl5B,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 SvgExplore = (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.5 16.5 7-2 2-7-7 2zm4.5-3q-.625 0-1.062-.437c-.438-.438-.438-.646-.438-1.063s.146-.77.438-1.062.645-.438 1.062-.438.77.146 1.063.438.437.645.437 1.062-.146.77-.437 1.063-.646.437-1.063.437m0 8.5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.325 0 5.663-2.337C20 15.326 20 14.217 20 12q0-3.325-2.337-5.662C15.326 4 14.217 4 12 4Q8.675 4 6.338 6.338C4 8.676 4 9.783 4 12q0 3.325 2.338 5.663C8.676 20 9.783 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgExplore);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Explore.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Explore.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,2sBAA2sB,GAAG,CAAM,CAAC;AACl5B,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 SvgExplore = (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.5 16.5 7-2 2-7-7 2zm4.5-3q-.625 0-1.062-.437c-.438-.438-.438-.646-.438-1.063s.146-.77.438-1.062.645-.438 1.062-.438.77.146 1.063.438.437.645.437 1.062-.146.77-.437 1.063-.646.437-1.063.437m0 8.5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.325 0 5.663-2.337C20 15.326 20 14.217 20 12q0-3.325-2.337-5.662C15.326 4 14.217 4 12 4Q8.675 4 6.338 6.338C4 8.676 4 9.783 4 12q0 3.325 2.338 5.663C8.676 20 9.783 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgExplore);\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 SvgExploreFilled = (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.5 16.5 7-2 2-7-7 2zm4.5-3q-.625 0-1.062-.437c-.438-.438-.438-.646-.438-1.063s.146-.77.438-1.062.645-.438 1.062-.438.77.146 1.063.438.437.645.437 1.062-.146.77-.437 1.063-.646.437-1.063.437m0 8.5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22" }));
6
5
  const ForwardRef = forwardRef(SvgExploreFilled);
@@ -1 +1 @@
1
- {"version":3,"file":"ExploreFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ExploreFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,yhBAAyhB,GAAG,CAAM,CAAC;AACtuB,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgExploreFilled = (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.5 16.5 7-2 2-7-7 2zm4.5-3q-.625 0-1.062-.437c-.438-.438-.438-.646-.438-1.063s.146-.77.438-1.062.645-.438 1.062-.438.77.146 1.063.438.437.645.437 1.062-.146.77-.437 1.063-.646.437-1.063.437m0 8.5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22\" /></svg>;\nconst ForwardRef = forwardRef(SvgExploreFilled);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ExploreFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ExploreFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,CAAC,EAAC,yhBAAyhB,GAAG,CAAM,CAAC;AACtuB,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgExploreFilled = (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.5 16.5 7-2 2-7-7 2zm4.5-3q-.625 0-1.062-.437c-.438-.438-.438-.646-.438-1.063s.146-.77.438-1.062.645-.438 1.062-.438.77.146 1.063.438.437.645.437 1.062-.146.77-.437 1.063-.646.437-1.063.437m0 8.5q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22\" /></svg>;\nconst ForwardRef = forwardRef(SvgExploreFilled);\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 SvgExport = (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 3h7v2H5v14h14v-7h2v7q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z" }));
6
5
  const ForwardRef = forwardRef(SvgExport);
@@ -1 +1 @@
1
- {"version":3,"file":"Export.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Export.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,yMAAyM,GAAG,CAAM,CAAC;AAC/Y,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 SvgExport = (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 3h7v2H5v14h14v-7h2v7q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgExport);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Export.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Export.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,yMAAyM,GAAG,CAAM,CAAC;AAC/Y,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 SvgExport = (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 3h7v2H5v14h14v-7h2v7q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgExport);\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 SvgExtension = (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.8 21H5q-.824 0-1.412-.587C3 19.826 3 19.55 3 19v-3.8q1.2 0 2.1-.762c.9-.763.9-1.155.9-1.938s-.3-1.43-.9-1.937S3.8 9.8 3 9.8V6q0-.825.588-1.412C4.176 4 4.45 4 5 4h4q0-1.05.725-1.775T11.5 1.5c1.05 0 1.292.242 1.775.725S14 3.3 14 4h4q.824 0 1.413.588C20.002 5.176 20 5.45 20 6v4q1.05 0 1.775.725c.725.725.725 1.075.725 1.775s-.242 1.292-.725 1.775S20.7 15 20 15v4q0 .824-.587 1.413c-.587.589-.863.587-1.413.587h-3.8q0-1.25-.787-2.125C12.625 18 12.25 18 11.5 18s-1.387.292-1.912.875S8.8 20.167 8.8 21M5 19h2.125q.6-1.65 1.925-2.325C10.375 16 10.75 16 11.5 16s1.567.225 2.45.675S15.475 17.9 15.875 19H18v-6h2q.2 0 .35-.15c.15-.15.15-.217.15-.35s-.05-.25-.15-.35S20.133 12 20 12h-2V6h-6V4q0-.2-.15-.35c-.15-.15-.217-.15-.35-.15s-.25.05-.35.15S11 3.867 11 4v2H5v2.2q1.35.5 2.175 1.675Q8 11.049 8 12.5q0 1.425-.825 2.6C6.35 16.275 5.9 16.45 5 16.8z" }));
6
5
  const ForwardRef = forwardRef(SvgExtension);
@@ -1 +1 @@
1
- {"version":3,"file":"Extension.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Extension.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,60BAA60B,GAAG,CAAM,CAAC;AACthC,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 SvgExtension = (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.8 21H5q-.824 0-1.412-.587C3 19.826 3 19.55 3 19v-3.8q1.2 0 2.1-.762c.9-.763.9-1.155.9-1.938s-.3-1.43-.9-1.937S3.8 9.8 3 9.8V6q0-.825.588-1.412C4.176 4 4.45 4 5 4h4q0-1.05.725-1.775T11.5 1.5c1.05 0 1.292.242 1.775.725S14 3.3 14 4h4q.824 0 1.413.588C20.002 5.176 20 5.45 20 6v4q1.05 0 1.775.725c.725.725.725 1.075.725 1.775s-.242 1.292-.725 1.775S20.7 15 20 15v4q0 .824-.587 1.413c-.587.589-.863.587-1.413.587h-3.8q0-1.25-.787-2.125C12.625 18 12.25 18 11.5 18s-1.387.292-1.912.875S8.8 20.167 8.8 21M5 19h2.125q.6-1.65 1.925-2.325C10.375 16 10.75 16 11.5 16s1.567.225 2.45.675S15.475 17.9 15.875 19H18v-6h2q.2 0 .35-.15c.15-.15.15-.217.15-.35s-.05-.25-.15-.35S20.133 12 20 12h-2V6h-6V4q0-.2-.15-.35c-.15-.15-.217-.15-.35-.15s-.25.05-.35.15S11 3.867 11 4v2H5v2.2q1.35.5 2.175 1.675Q8 11.049 8 12.5q0 1.425-.825 2.6C6.35 16.275 5.9 16.45 5 16.8z\" /></svg>;\nconst ForwardRef = forwardRef(SvgExtension);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Extension.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Extension.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,60BAA60B,GAAG,CAAM,CAAC;AACthC,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 SvgExtension = (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.8 21H5q-.824 0-1.412-.587C3 19.826 3 19.55 3 19v-3.8q1.2 0 2.1-.762c.9-.763.9-1.155.9-1.938s-.3-1.43-.9-1.937S3.8 9.8 3 9.8V6q0-.825.588-1.412C4.176 4 4.45 4 5 4h4q0-1.05.725-1.775T11.5 1.5c1.05 0 1.292.242 1.775.725S14 3.3 14 4h4q.824 0 1.413.588C20.002 5.176 20 5.45 20 6v4q1.05 0 1.775.725c.725.725.725 1.075.725 1.775s-.242 1.292-.725 1.775S20.7 15 20 15v4q0 .824-.587 1.413c-.587.589-.863.587-1.413.587h-3.8q0-1.25-.787-2.125C12.625 18 12.25 18 11.5 18s-1.387.292-1.912.875S8.8 20.167 8.8 21M5 19h2.125q.6-1.65 1.925-2.325C10.375 16 10.75 16 11.5 16s1.567.225 2.45.675S15.475 17.9 15.875 19H18v-6h2q.2 0 .35-.15c.15-.15.15-.217.15-.35s-.05-.25-.15-.35S20.133 12 20 12h-2V6h-6V4q0-.2-.15-.35c-.15-.15-.217-.15-.35-.15s-.25.05-.35.15S11 3.867 11 4v2H5v2.2q1.35.5 2.175 1.675Q8 11.049 8 12.5q0 1.425-.825 2.6C6.35 16.275 5.9 16.45 5 16.8z\" /></svg>;\nconst ForwardRef = forwardRef(SvgExtension);\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 SvgEye = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M12 15.886q1.875 0 3.188-1.313C16.5 13.26 16.5 12.636 16.5 11.386s-.437-2.313-1.312-3.188S13.25 6.886 12 6.886s-2.312.437-3.187 1.312S7.5 10.136 7.5 11.386s.438 2.312 1.313 3.187S10.75 15.886 12 15.886m0-1.8q-1.125 0-1.912-.788C9.3 12.51 9.3 12.136 9.3 11.386s.263-1.388.788-1.913S11.25 8.686 12 8.686s1.388.262 1.913.787.787 1.163.787 1.913-.262 1.387-.787 1.912-1.163.788-1.913.788m0 4.8q-3.65 0-6.65-2.038c-3-2.038-3.45-3.18-4.35-5.462Q2.35 7.96 5.35 5.922T12 3.885t6.65 2.038T23 11.385q-1.35 3.426-4.35 5.463c-3 2.037-4.217 2.038-6.65 2.038m0-2q2.825 0 5.188-1.488c2.363-1.488 2.779-2.33 3.612-4.012a9.77 9.77 0 0 0-3.612-4.013Q14.825 5.886 12 5.886c-2.825 0-3.612.495-5.187 1.487A9.77 9.77 0 0 0 3.2 11.386q1.25 2.524 3.613 4.012c2.363 1.488 3.304 1.488 5.187 1.488" }));
6
5
  const ForwardRef = forwardRef(SvgEye);
@@ -1 +1 @@
1
- {"version":3,"file":"Eye.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Eye.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,owBAAowB,GAAG,CAAM,CAAC;AACv8B,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 SvgEye = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 15.886q1.875 0 3.188-1.313C16.5 13.26 16.5 12.636 16.5 11.386s-.437-2.313-1.312-3.188S13.25 6.886 12 6.886s-2.312.437-3.187 1.312S7.5 10.136 7.5 11.386s.438 2.312 1.313 3.187S10.75 15.886 12 15.886m0-1.8q-1.125 0-1.912-.788C9.3 12.51 9.3 12.136 9.3 11.386s.263-1.388.788-1.913S11.25 8.686 12 8.686s1.388.262 1.913.787.787 1.163.787 1.913-.262 1.387-.787 1.912-1.163.788-1.913.788m0 4.8q-3.65 0-6.65-2.038c-3-2.038-3.45-3.18-4.35-5.462Q2.35 7.96 5.35 5.922T12 3.885t6.65 2.038T23 11.385q-1.35 3.426-4.35 5.463c-3 2.037-4.217 2.038-6.65 2.038m0-2q2.825 0 5.188-1.488c2.363-1.488 2.779-2.33 3.612-4.012a9.77 9.77 0 0 0-3.612-4.013Q14.825 5.886 12 5.886c-2.825 0-3.612.495-5.187 1.487A9.77 9.77 0 0 0 3.2 11.386q1.25 2.524 3.613 4.012c2.363 1.488 3.304 1.488 5.187 1.488\" /></svg>;\nconst ForwardRef = forwardRef(SvgEye);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Eye.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Eye.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,owBAAowB,GAAG,CAAM,CAAC;AACv8B,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 SvgEye = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 15.886q1.875 0 3.188-1.313C16.5 13.26 16.5 12.636 16.5 11.386s-.437-2.313-1.312-3.188S13.25 6.886 12 6.886s-2.312.437-3.187 1.312S7.5 10.136 7.5 11.386s.438 2.312 1.313 3.187S10.75 15.886 12 15.886m0-1.8q-1.125 0-1.912-.788C9.3 12.51 9.3 12.136 9.3 11.386s.263-1.388.788-1.913S11.25 8.686 12 8.686s1.388.262 1.913.787.787 1.163.787 1.913-.262 1.387-.787 1.912-1.163.788-1.913.788m0 4.8q-3.65 0-6.65-2.038c-3-2.038-3.45-3.18-4.35-5.462Q2.35 7.96 5.35 5.922T12 3.885t6.65 2.038T23 11.385q-1.35 3.426-4.35 5.463c-3 2.037-4.217 2.038-6.65 2.038m0-2q2.825 0 5.188-1.488c2.363-1.488 2.779-2.33 3.612-4.012a9.77 9.77 0 0 0-3.612-4.013Q14.825 5.886 12 5.886c-2.825 0-3.612.495-5.187 1.487A9.77 9.77 0 0 0 3.2 11.386q1.25 2.524 3.613 4.012c2.363 1.488 3.304 1.488 5.187 1.488\" /></svg>;\nconst ForwardRef = forwardRef(SvgEye);\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 SvgEyeSlash = (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.1 13.186-1.45-1.45q.225-1.176-.675-2.2t-2.325-.8l-1.45-1.45a4.2 4.2 0 0 1 .863-.3 4.2 4.2 0 0 1 .937-.1q1.875 0 3.188 1.312C16.5 9.51 16.5 10.135 16.5 11.386q0 .5-.1.937t-.3.863m3.2 3.15-1.45-1.4q.95-.726 1.688-1.588c.738-.862.912-1.23 1.262-1.963q-1.25-2.524-3.587-4.012T12 5.886q-.725 0-1.425.1a10 10 0 0 0-1.375.3l-1.55-1.55a11.1 11.1 0 0 1 4.35-.85q3.775 0 6.725 2.087T23 11.385a11.7 11.7 0 0 1-1.512 2.738 11 11 0 0 1-2.188 2.212m.5 6.15-4.2-4.15q-.874.274-1.762.412T12 18.886q-3.775 0-6.725-2.088T1 11.386q.525-1.326 1.325-2.463A11.5 11.5 0 0 1 4.15 6.886l-2.75-2.8 1.4-1.4 18.4 18.4zM5.55 8.286q-.725.65-1.325 1.425A9 9 0 0 0 3.2 11.386q1.25 2.524 3.588 4.012T12 16.886q.5 0 .975-.063t.975-.137l-.9-.95q-.274.075-.525.112a3 3 0 0 1-.525.038q-1.875 0-3.188-1.313C7.5 13.26 7.5 12.636 7.5 11.386q0-.276.037-.525.038-.25.113-.525z" }));
6
5
  const ForwardRef = forwardRef(SvgEyeSlash);
@@ -1 +1 @@
1
- {"version":3,"file":"EyeSlash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/EyeSlash.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,w0BAAw0B,GAAG,CAAM,CAAC;AAChhC,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 SvgEyeSlash = (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.1 13.186-1.45-1.45q.225-1.176-.675-2.2t-2.325-.8l-1.45-1.45a4.2 4.2 0 0 1 .863-.3 4.2 4.2 0 0 1 .937-.1q1.875 0 3.188 1.312C16.5 9.51 16.5 10.135 16.5 11.386q0 .5-.1.937t-.3.863m3.2 3.15-1.45-1.4q.95-.726 1.688-1.588c.738-.862.912-1.23 1.262-1.963q-1.25-2.524-3.587-4.012T12 5.886q-.725 0-1.425.1a10 10 0 0 0-1.375.3l-1.55-1.55a11.1 11.1 0 0 1 4.35-.85q3.775 0 6.725 2.087T23 11.385a11.7 11.7 0 0 1-1.512 2.738 11 11 0 0 1-2.188 2.212m.5 6.15-4.2-4.15q-.874.274-1.762.412T12 18.886q-3.775 0-6.725-2.088T1 11.386q.525-1.326 1.325-2.463A11.5 11.5 0 0 1 4.15 6.886l-2.75-2.8 1.4-1.4 18.4 18.4zM5.55 8.286q-.725.65-1.325 1.425A9 9 0 0 0 3.2 11.386q1.25 2.524 3.588 4.012T12 16.886q.5 0 .975-.063t.975-.137l-.9-.95q-.274.075-.525.112a3 3 0 0 1-.525.038q-1.875 0-3.188-1.313C7.5 13.26 7.5 12.636 7.5 11.386q0-.276.037-.525.038-.25.113-.525z\" /></svg>;\nconst ForwardRef = forwardRef(SvgEyeSlash);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"EyeSlash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/EyeSlash.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,w0BAAw0B,GAAG,CAAM,CAAC;AAChhC,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 SvgEyeSlash = (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.1 13.186-1.45-1.45q.225-1.176-.675-2.2t-2.325-.8l-1.45-1.45a4.2 4.2 0 0 1 .863-.3 4.2 4.2 0 0 1 .937-.1q1.875 0 3.188 1.312C16.5 9.51 16.5 10.135 16.5 11.386q0 .5-.1.937t-.3.863m3.2 3.15-1.45-1.4q.95-.726 1.688-1.588c.738-.862.912-1.23 1.262-1.963q-1.25-2.524-3.587-4.012T12 5.886q-.725 0-1.425.1a10 10 0 0 0-1.375.3l-1.55-1.55a11.1 11.1 0 0 1 4.35-.85q3.775 0 6.725 2.087T23 11.385a11.7 11.7 0 0 1-1.512 2.738 11 11 0 0 1-2.188 2.212m.5 6.15-4.2-4.15q-.874.274-1.762.412T12 18.886q-3.775 0-6.725-2.088T1 11.386q.525-1.326 1.325-2.463A11.5 11.5 0 0 1 4.15 6.886l-2.75-2.8 1.4-1.4 18.4 18.4zM5.55 8.286q-.725.65-1.325 1.425A9 9 0 0 0 3.2 11.386q1.25 2.524 3.588 4.012T12 16.886q.5 0 .975-.063t.975-.137l-.9-.95q-.274.075-.525.112a3 3 0 0 1-.525.038q-1.875 0-3.188-1.313C7.5 13.26 7.5 12.636 7.5 11.386q0-.276.037-.525.038-.25.113-.525z\" /></svg>;\nconst ForwardRef = forwardRef(SvgEyeSlash);\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 SvgFaceId = (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.682 5.48v2.167a.84.84 0 0 1-1.682 0V5.479C2 3.56 3.56 2 5.48 2h2.167a.84.84 0 0 1 0 1.682H5.479a1.8 1.8 0 0 0-1.797 1.797m3.965 14.838a.84.84 0 0 1 0 1.682H5.479A3.483 3.483 0 0 1 2 18.52v-2.167a.84.84 0 0 1 1.682 0v2.168a1.8 1.8 0 0 0 1.797 1.797zM22 16.353v2.168C22 20.44 20.44 22 18.52 22h-2.167a.84.84 0 0 1 0-1.682h2.168a1.8 1.8 0 0 0 1.797-1.797v-2.168a.84.84 0 0 1 1.682 0M22 5.48v2.168a.84.84 0 0 1-1.682 0V5.479a1.8 1.8 0 0 0-1.797-1.797h-2.168a.84.84 0 1 1 0-1.682h2.168C20.439 2 22 3.56 22 5.48m-8.631 4.146v3.619c0 .91-.74 1.651-1.652 1.651h-.414a.86.86 0 1 1 0-1.72h.346v-3.55a.86.86 0 0 1 1.72 0m3.505-.028v1.451a.831.831 0 1 1-1.663 0v-1.45a.831.831 0 0 1 1.663 0M8.07 11.88a.83.83 0 0 1-.832-.832v-1.45a.831.831 0 0 1 1.663 0v1.45c0 .46-.372.832-.831.832", clipRule: "evenodd" }),
6
5
  React.createElement("path", { d: "M15.62 16.872a.86.86 0 0 0-1.167-1.263c-.67.618-1.54.959-2.453.959s-1.783-.34-2.453-.96a.86.86 0 0 0-1.167 1.264c.988.912 2.274 1.415 3.62 1.415s2.631-.503 3.62-1.415" }));
@@ -1 +1 @@
1
- {"version":3,"file":"FaceId.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/FaceId.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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,uwBAAuwB,EAAC,QAAQ,EAAC,SAAS,GAAG;IAAA,8BAAM,CAAC,EAAC,wKAAwK,GAAG,CAAM,CAAC;AACtqC,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 SvgFaceId = (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.682 5.48v2.167a.84.84 0 0 1-1.682 0V5.479C2 3.56 3.56 2 5.48 2h2.167a.84.84 0 0 1 0 1.682H5.479a1.8 1.8 0 0 0-1.797 1.797m3.965 14.838a.84.84 0 0 1 0 1.682H5.479A3.483 3.483 0 0 1 2 18.52v-2.167a.84.84 0 0 1 1.682 0v2.168a1.8 1.8 0 0 0 1.797 1.797zM22 16.353v2.168C22 20.44 20.44 22 18.52 22h-2.167a.84.84 0 0 1 0-1.682h2.168a1.8 1.8 0 0 0 1.797-1.797v-2.168a.84.84 0 0 1 1.682 0M22 5.48v2.168a.84.84 0 0 1-1.682 0V5.479a1.8 1.8 0 0 0-1.797-1.797h-2.168a.84.84 0 1 1 0-1.682h2.168C20.439 2 22 3.56 22 5.48m-8.631 4.146v3.619c0 .91-.74 1.651-1.652 1.651h-.414a.86.86 0 1 1 0-1.72h.346v-3.55a.86.86 0 0 1 1.72 0m3.505-.028v1.451a.831.831 0 1 1-1.663 0v-1.45a.831.831 0 0 1 1.663 0M8.07 11.88a.83.83 0 0 1-.832-.832v-1.45a.831.831 0 0 1 1.663 0v1.45c0 .46-.372.832-.831.832\" clipRule=\"evenodd\" /><path d=\"M15.62 16.872a.86.86 0 0 0-1.167-1.263c-.67.618-1.54.959-2.453.959s-1.783-.34-2.453-.96a.86.86 0 0 0-1.167 1.264c.988.912 2.274 1.415 3.62 1.415s2.631-.503 3.62-1.415\" /></svg>;\nconst ForwardRef = forwardRef(SvgFaceId);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"FaceId.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/FaceId.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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,uwBAAuwB,EAAC,QAAQ,EAAC,SAAS,GAAG;IAAA,8BAAM,CAAC,EAAC,wKAAwK,GAAG,CAAM,CAAC;AACtqC,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 SvgFaceId = (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.682 5.48v2.167a.84.84 0 0 1-1.682 0V5.479C2 3.56 3.56 2 5.48 2h2.167a.84.84 0 0 1 0 1.682H5.479a1.8 1.8 0 0 0-1.797 1.797m3.965 14.838a.84.84 0 0 1 0 1.682H5.479A3.483 3.483 0 0 1 2 18.52v-2.167a.84.84 0 0 1 1.682 0v2.168a1.8 1.8 0 0 0 1.797 1.797zM22 16.353v2.168C22 20.44 20.44 22 18.52 22h-2.167a.84.84 0 0 1 0-1.682h2.168a1.8 1.8 0 0 0 1.797-1.797v-2.168a.84.84 0 0 1 1.682 0M22 5.48v2.168a.84.84 0 0 1-1.682 0V5.479a1.8 1.8 0 0 0-1.797-1.797h-2.168a.84.84 0 1 1 0-1.682h2.168C20.439 2 22 3.56 22 5.48m-8.631 4.146v3.619c0 .91-.74 1.651-1.652 1.651h-.414a.86.86 0 1 1 0-1.72h.346v-3.55a.86.86 0 0 1 1.72 0m3.505-.028v1.451a.831.831 0 1 1-1.663 0v-1.45a.831.831 0 0 1 1.663 0M8.07 11.88a.83.83 0 0 1-.832-.832v-1.45a.831.831 0 0 1 1.663 0v1.45c0 .46-.372.832-.831.832\" clipRule=\"evenodd\" /><path d=\"M15.62 16.872a.86.86 0 0 0-1.167-1.263c-.67.618-1.54.959-2.453.959s-1.783-.34-2.453-.96a.86.86 0 0 0-1.167 1.264c.988.912 2.274 1.415 3.62 1.415s2.631-.503 3.62-1.415\" /></svg>;\nconst ForwardRef = forwardRef(SvgFaceId);\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 SvgFeedback = (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 15q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 13 12 13s-.52.096-.712.288S11 13.717 11 14s.096.52.288.713.429.287.712.287m-1-4h2V5h-2zM2 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(SvgFeedback);
@@ -1 +1 @@
1
- {"version":3,"file":"Feedback.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Feedback.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,+UAA+U,GAAG,CAAM,CAAC;AACvhB,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 SvgFeedback = (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 15q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 13 12 13s-.52.096-.712.288S11 13.717 11 14s.096.52.288.713.429.287.712.287m-1-4h2V5h-2zM2 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(SvgFeedback);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Feedback.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Feedback.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,+UAA+U,GAAG,CAAM,CAAC;AACvhB,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 SvgFeedback = (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 15q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 13 12 13s-.52.096-.712.288S11 13.717 11 14s.096.52.288.713.429.287.712.287m-1-4h2V5h-2zM2 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(SvgFeedback);\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 SvgFile = (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 22q-.824 0-1.412-.587C4 20.826 4 20.55 4 20V4q0-.824.588-1.412C5.176 1.999 5.45 2 6 2h8l6 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm7-13V4H6v16h12V9z" }));
6
5
  const ForwardRef = forwardRef(SvgFile);
@@ -1 +1 @@
1
- {"version":3,"file":"File.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/File.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,qKAAqK,GAAG,CAAM,CAAC;AACzW,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 SvgFile = (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 20V4q0-.824.588-1.412C5.176 1.999 5.45 2 6 2h8l6 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm7-13V4H6v16h12V9z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFile);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"File.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/File.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,qKAAqK,GAAG,CAAM,CAAC;AACzW,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 SvgFile = (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 20V4q0-.824.588-1.412C5.176 1.999 5.45 2 6 2h8l6 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm7-13V4H6v16h12V9z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFile);\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 SvgFilter = (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 18v-2h4v2zm-4-5v-2h12v2zM3 8V6h18v2z" }));
6
5
  const ForwardRef = forwardRef(SvgFilter);
@@ -1 +1 @@
1
- {"version":3,"file":"Filter.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Filter.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,0CAA0C,GAAG,CAAM,CAAC;AAChP,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 SvgFilter = (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 18v-2h4v2zm-4-5v-2h12v2zM3 8V6h18v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFilter);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Filter.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Filter.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,0CAA0C,GAAG,CAAM,CAAC;AAChP,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 SvgFilter = (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 18v-2h4v2zm-4-5v-2h12v2zM3 8V6h18v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFilter);\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 SvgFingerprint = (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.97 4.468q2.65 0 5 1.137a10.45 10.45 0 0 1 3.926 3.288q.174.225.112.4a.7.7 0 0 1-.212.3.48.48 0 0 1-.35.112q-.2-.012-.35-.212a9.05 9.05 0 0 0-3.538-2.988q-2.162-1.037-4.587-1.037c-2.425 0-3.134.346-4.55 1.037a9.3 9.3 0 0 0-3.525 2.988q-.15.225-.35.25a.44.44 0 0 1-.35-.1q-.175-.126-.213-.313c-.038-.187.013-.254.113-.387a10.7 10.7 0 0 1 3.887-3.3 10.95 10.95 0 0 1 4.988-1.175m0 2.35q3.376 0 5.8 2.25 2.426 2.25 2.426 5.575 0 1.25-.888 2.087-.887.838-2.162.838c-1.275 0-1.58-.28-2.188-.838q-.912-.837-.912-2.087 0-.825-.613-1.388c-.613-.563-.896-.562-1.462-.562s-1.055.187-1.463.562-.612.838-.612 1.388q0 2.424 1.437 4.05 1.437 1.624 3.713 2.275.225.075.3.25a.575.575 0 0 1-.175.675q-.15.125-.375.075-2.6-.65-4.25-2.588-1.65-1.937-1.65-4.737 0-1.251.9-2.1t2.175-.85c1.275 0 1.575.283 2.175.85q.9.849.9 2.1 0 .825.625 1.387c.625.562.908.563 1.475.563s1.05-.188 1.45-.563.6-.837.6-1.387q0-2.901-2.125-4.875t-5.075-1.975c-2.95 0-3.659.658-5.075 1.975q-2.125 1.974-2.125 4.85 0 .6.112 1.5c.112.9.254 1.3.538 2.1q.075.225-.013.4a.5.5 0 0 1-.287.25.496.496 0 0 1-.65-.3q-.376-.975-.538-1.938a12 12 0 0 1-.162-1.987q0-3.325 2.412-5.575t5.763-2.25m0-4.8q1.6 0 3.126.387 1.525.389 2.95 1.113.225.125.262.3a.57.57 0 0 1-.037.35.57.57 0 0 1-.25.275q-.176.1-.425-.025a13.3 13.3 0 0 0-2.738-1.038 11.6 11.6 0 0 0-2.887-.362q-1.45 0-2.85.337-1.4.338-2.675 1.063a.47.47 0 0 1-.4.062.5.5 0 0 1-.3-.262.48.48 0 0 1-.05-.363q.05-.162.25-.287 1.4-.75 2.925-1.15t3.1-.4m0 7.225q2.326 0 4 1.562 1.676 1.563 1.676 3.838a.5.5 0 0 1-.138.362.5.5 0 0 1-.362.138.5.5 0 0 1-.35-.138.47.47 0 0 1-.15-.362q0-1.875-1.388-3.138t-3.287-1.262c-1.9 0-2.355.42-3.263 1.262q-1.362 1.263-1.362 3.138 0 2.025.7 3.437.7 1.413 2.05 2.838a.48.48 0 0 1 0 .7.48.48 0 0 1-.7 0q-1.476-1.55-2.263-3.163c-.787-1.613-.787-2.346-.787-3.812q0-2.275 1.65-3.838 1.65-1.562 3.975-1.562m-.024 4.9q.225 0 .362.15c.137.15.138.216.138.35q0 1.875 1.35 3.075c1.35 1.2 1.95 1.2 3.15 1.2q.15 0 .425-.025t.575-.075q.225-.05.387.062c.162.112.18.188.213.338q.05.2-.075.35a.48.48 0 0 1-.325.2q-.45.125-.788.137-.337.013-.412.013-2.226 0-3.863-1.5c-1.637-1.5-1.637-2.259-1.637-3.775q0-.2.137-.35c.137-.15.213-.15.363-.15" }));
6
5
  const ForwardRef = forwardRef(SvgFingerprint);
@@ -1 +1 @@
1
- {"version":3,"file":"Fingerprint.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Fingerprint.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,+mEAA+mE,GAAG,CAAM,CAAC;AAC1zE,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 SvgFingerprint = (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.97 4.468q2.65 0 5 1.137a10.45 10.45 0 0 1 3.926 3.288q.174.225.112.4a.7.7 0 0 1-.212.3.48.48 0 0 1-.35.112q-.2-.012-.35-.212a9.05 9.05 0 0 0-3.538-2.988q-2.162-1.037-4.587-1.037c-2.425 0-3.134.346-4.55 1.037a9.3 9.3 0 0 0-3.525 2.988q-.15.225-.35.25a.44.44 0 0 1-.35-.1q-.175-.126-.213-.313c-.038-.187.013-.254.113-.387a10.7 10.7 0 0 1 3.887-3.3 10.95 10.95 0 0 1 4.988-1.175m0 2.35q3.376 0 5.8 2.25 2.426 2.25 2.426 5.575 0 1.25-.888 2.087-.887.838-2.162.838c-1.275 0-1.58-.28-2.188-.838q-.912-.837-.912-2.087 0-.825-.613-1.388c-.613-.563-.896-.562-1.462-.562s-1.055.187-1.463.562-.612.838-.612 1.388q0 2.424 1.437 4.05 1.437 1.624 3.713 2.275.225.075.3.25a.575.575 0 0 1-.175.675q-.15.125-.375.075-2.6-.65-4.25-2.588-1.65-1.937-1.65-4.737 0-1.251.9-2.1t2.175-.85c1.275 0 1.575.283 2.175.85q.9.849.9 2.1 0 .825.625 1.387c.625.562.908.563 1.475.563s1.05-.188 1.45-.563.6-.837.6-1.387q0-2.901-2.125-4.875t-5.075-1.975c-2.95 0-3.659.658-5.075 1.975q-2.125 1.974-2.125 4.85 0 .6.112 1.5c.112.9.254 1.3.538 2.1q.075.225-.013.4a.5.5 0 0 1-.287.25.496.496 0 0 1-.65-.3q-.376-.975-.538-1.938a12 12 0 0 1-.162-1.987q0-3.325 2.412-5.575t5.763-2.25m0-4.8q1.6 0 3.126.387 1.525.389 2.95 1.113.225.125.262.3a.57.57 0 0 1-.037.35.57.57 0 0 1-.25.275q-.176.1-.425-.025a13.3 13.3 0 0 0-2.738-1.038 11.6 11.6 0 0 0-2.887-.362q-1.45 0-2.85.337-1.4.338-2.675 1.063a.47.47 0 0 1-.4.062.5.5 0 0 1-.3-.262.48.48 0 0 1-.05-.363q.05-.162.25-.287 1.4-.75 2.925-1.15t3.1-.4m0 7.225q2.326 0 4 1.562 1.676 1.563 1.676 3.838a.5.5 0 0 1-.138.362.5.5 0 0 1-.362.138.5.5 0 0 1-.35-.138.47.47 0 0 1-.15-.362q0-1.875-1.388-3.138t-3.287-1.262c-1.9 0-2.355.42-3.263 1.262q-1.362 1.263-1.362 3.138 0 2.025.7 3.437.7 1.413 2.05 2.838a.48.48 0 0 1 0 .7.48.48 0 0 1-.7 0q-1.476-1.55-2.263-3.163c-.787-1.613-.787-2.346-.787-3.812q0-2.275 1.65-3.838 1.65-1.562 3.975-1.562m-.024 4.9q.225 0 .362.15c.137.15.138.216.138.35q0 1.875 1.35 3.075c1.35 1.2 1.95 1.2 3.15 1.2q.15 0 .425-.025t.575-.075q.225-.05.387.062c.162.112.18.188.213.338q.05.2-.075.35a.48.48 0 0 1-.325.2q-.45.125-.788.137-.337.013-.412.013-2.226 0-3.863-1.5c-1.637-1.5-1.637-2.259-1.637-3.775q0-.2.137-.35c.137-.15.213-.15.363-.15\" /></svg>;\nconst ForwardRef = forwardRef(SvgFingerprint);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Fingerprint.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Fingerprint.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,+mEAA+mE,GAAG,CAAM,CAAC;AAC1zE,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 SvgFingerprint = (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.97 4.468q2.65 0 5 1.137a10.45 10.45 0 0 1 3.926 3.288q.174.225.112.4a.7.7 0 0 1-.212.3.48.48 0 0 1-.35.112q-.2-.012-.35-.212a9.05 9.05 0 0 0-3.538-2.988q-2.162-1.037-4.587-1.037c-2.425 0-3.134.346-4.55 1.037a9.3 9.3 0 0 0-3.525 2.988q-.15.225-.35.25a.44.44 0 0 1-.35-.1q-.175-.126-.213-.313c-.038-.187.013-.254.113-.387a10.7 10.7 0 0 1 3.887-3.3 10.95 10.95 0 0 1 4.988-1.175m0 2.35q3.376 0 5.8 2.25 2.426 2.25 2.426 5.575 0 1.25-.888 2.087-.887.838-2.162.838c-1.275 0-1.58-.28-2.188-.838q-.912-.837-.912-2.087 0-.825-.613-1.388c-.613-.563-.896-.562-1.462-.562s-1.055.187-1.463.562-.612.838-.612 1.388q0 2.424 1.437 4.05 1.437 1.624 3.713 2.275.225.075.3.25a.575.575 0 0 1-.175.675q-.15.125-.375.075-2.6-.65-4.25-2.588-1.65-1.937-1.65-4.737 0-1.251.9-2.1t2.175-.85c1.275 0 1.575.283 2.175.85q.9.849.9 2.1 0 .825.625 1.387c.625.562.908.563 1.475.563s1.05-.188 1.45-.563.6-.837.6-1.387q0-2.901-2.125-4.875t-5.075-1.975c-2.95 0-3.659.658-5.075 1.975q-2.125 1.974-2.125 4.85 0 .6.112 1.5c.112.9.254 1.3.538 2.1q.075.225-.013.4a.5.5 0 0 1-.287.25.496.496 0 0 1-.65-.3q-.376-.975-.538-1.938a12 12 0 0 1-.162-1.987q0-3.325 2.412-5.575t5.763-2.25m0-4.8q1.6 0 3.126.387 1.525.389 2.95 1.113.225.125.262.3a.57.57 0 0 1-.037.35.57.57 0 0 1-.25.275q-.176.1-.425-.025a13.3 13.3 0 0 0-2.738-1.038 11.6 11.6 0 0 0-2.887-.362q-1.45 0-2.85.337-1.4.338-2.675 1.063a.47.47 0 0 1-.4.062.5.5 0 0 1-.3-.262.48.48 0 0 1-.05-.363q.05-.162.25-.287 1.4-.75 2.925-1.15t3.1-.4m0 7.225q2.326 0 4 1.562 1.676 1.563 1.676 3.838a.5.5 0 0 1-.138.362.5.5 0 0 1-.362.138.5.5 0 0 1-.35-.138.47.47 0 0 1-.15-.362q0-1.875-1.388-3.138t-3.287-1.262c-1.9 0-2.355.42-3.263 1.262q-1.362 1.263-1.362 3.138 0 2.025.7 3.437.7 1.413 2.05 2.838a.48.48 0 0 1 0 .7.48.48 0 0 1-.7 0q-1.476-1.55-2.263-3.163c-.787-1.613-.787-2.346-.787-3.812q0-2.275 1.65-3.838 1.65-1.562 3.975-1.562m-.024 4.9q.225 0 .362.15c.137.15.138.216.138.35q0 1.875 1.35 3.075c1.35 1.2 1.95 1.2 3.15 1.2q.15 0 .425-.025t.575-.075q.225-.05.387.062c.162.112.18.188.213.338q.05.2-.075.35a.48.48 0 0 1-.325.2q-.45.125-.788.137-.337.013-.412.013-2.226 0-3.863-1.5c-1.637-1.5-1.637-2.259-1.637-3.775q0-.2.137-.35c.137-.15.213-.15.363-.15\" /></svg>;\nconst ForwardRef = forwardRef(SvgFingerprint);\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 SvgFire = (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 14q0 1.3.525 2.463c.525 1.162.85 1.454 1.5 2.037A1 1 0 0 1 8 18.275v-.225q0-.8.3-1.5c.3-.7.492-.892.875-1.275L12 12.5l2.825 2.775q.575.575.875 1.275c.3.7.3.967.3 1.5v.225q0 .1-.025.225.975-.874 1.5-2.037C18 15.298 18 14.866 18 14q0-1.249-.462-2.363c-.462-1.114-.755-1.404-1.338-1.987q-.5.326-1.05.487c-.55.161-.742.163-1.125.163q-1.55 0-2.687-1.025C10.2 8.25 10.142 7.75 10.025 6.75Q9.05 7.575 8.3 8.462c-.75.887-.92 1.192-1.262 1.8q-.513.914-.775 1.863C6 13.074 6 13.383 6 14m6 1.3-1.425 1.4q-.275.275-.425.625c-.15.35-.15.475-.15.725q0 .8.587 1.375C11.174 20 11.45 20 12 20s1.02-.192 1.412-.575.588-.842.588-1.375q0-.4-.15-.737a1.6 1.6 0 0 0-.425-.613zM12 3v3.3q0 .85.588 1.425c.588.575.87.575 1.437.575q.45 0 .838-.188c.388-.188.487-.312.687-.562L16 7q1.85 1.05 2.925 2.925C20 11.8 20 12.533 20 14q0 3.35-2.325 5.675C15.35 22 14.233 22 12 22q-3.35 0-5.675-2.325C4 17.35 4 16.233 4 14q0-3.225 2.163-6.125C8.325 4.975 9.55 4.317 12 3" }));
6
5
  const ForwardRef = forwardRef(SvgFire);
@@ -1 +1 @@
1
- {"version":3,"file":"Fire.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Fire.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,26BAA26B,GAAG,CAAM,CAAC;AAC/mC,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 SvgFire = (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 14q0 1.3.525 2.463c.525 1.162.85 1.454 1.5 2.037A1 1 0 0 1 8 18.275v-.225q0-.8.3-1.5c.3-.7.492-.892.875-1.275L12 12.5l2.825 2.775q.575.575.875 1.275c.3.7.3.967.3 1.5v.225q0 .1-.025.225.975-.874 1.5-2.037C18 15.298 18 14.866 18 14q0-1.249-.462-2.363c-.462-1.114-.755-1.404-1.338-1.987q-.5.326-1.05.487c-.55.161-.742.163-1.125.163q-1.55 0-2.687-1.025C10.2 8.25 10.142 7.75 10.025 6.75Q9.05 7.575 8.3 8.462c-.75.887-.92 1.192-1.262 1.8q-.513.914-.775 1.863C6 13.074 6 13.383 6 14m6 1.3-1.425 1.4q-.275.275-.425.625c-.15.35-.15.475-.15.725q0 .8.587 1.375C11.174 20 11.45 20 12 20s1.02-.192 1.412-.575.588-.842.588-1.375q0-.4-.15-.737a1.6 1.6 0 0 0-.425-.613zM12 3v3.3q0 .85.588 1.425c.588.575.87.575 1.437.575q.45 0 .838-.188c.388-.188.487-.312.687-.562L16 7q1.85 1.05 2.925 2.925C20 11.8 20 12.533 20 14q0 3.35-2.325 5.675C15.35 22 14.233 22 12 22q-3.35 0-5.675-2.325C4 17.35 4 16.233 4 14q0-3.225 2.163-6.125C8.325 4.975 9.55 4.317 12 3\" /></svg>;\nconst ForwardRef = forwardRef(SvgFire);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Fire.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Fire.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,26BAA26B,GAAG,CAAM,CAAC;AAC/mC,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 SvgFire = (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 14q0 1.3.525 2.463c.525 1.162.85 1.454 1.5 2.037A1 1 0 0 1 8 18.275v-.225q0-.8.3-1.5c.3-.7.492-.892.875-1.275L12 12.5l2.825 2.775q.575.575.875 1.275c.3.7.3.967.3 1.5v.225q0 .1-.025.225.975-.874 1.5-2.037C18 15.298 18 14.866 18 14q0-1.249-.462-2.363c-.462-1.114-.755-1.404-1.338-1.987q-.5.326-1.05.487c-.55.161-.742.163-1.125.163q-1.55 0-2.687-1.025C10.2 8.25 10.142 7.75 10.025 6.75Q9.05 7.575 8.3 8.462c-.75.887-.92 1.192-1.262 1.8q-.513.914-.775 1.863C6 13.074 6 13.383 6 14m6 1.3-1.425 1.4q-.275.275-.425.625c-.15.35-.15.475-.15.725q0 .8.587 1.375C11.174 20 11.45 20 12 20s1.02-.192 1.412-.575.588-.842.588-1.375q0-.4-.15-.737a1.6 1.6 0 0 0-.425-.613zM12 3v3.3q0 .85.588 1.425c.588.575.87.575 1.437.575q.45 0 .838-.188c.388-.188.487-.312.687-.562L16 7q1.85 1.05 2.925 2.925C20 11.8 20 12.533 20 14q0 3.35-2.325 5.675C15.35 22 14.233 22 12 22q-3.35 0-5.675-2.325C4 17.35 4 16.233 4 14q0-3.225 2.163-6.125C8.325 4.975 9.55 4.317 12 3\" /></svg>;\nconst ForwardRef = forwardRef(SvgFire);\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 SvgFirstPage = (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.8 18V6h2v12zm11 0-6-6 6-6 1.4 1.4-4.6 4.6 4.6 4.6z" }));
6
5
  const ForwardRef = forwardRef(SvgFirstPage);
@@ -1 +1 @@
1
- {"version":3,"file":"FirstPage.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/FirstPage.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,uDAAuD,GAAG,CAAM,CAAC;AAChQ,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 SvgFirstPage = (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.8 18V6h2v12zm11 0-6-6 6-6 1.4 1.4-4.6 4.6 4.6 4.6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFirstPage);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"FirstPage.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/FirstPage.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,uDAAuD,GAAG,CAAM,CAAC;AAChQ,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 SvgFirstPage = (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.8 18V6h2v12zm11 0-6-6 6-6 1.4 1.4-4.6 4.6 4.6 4.6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFirstPage);\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 SvgFlag = (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 20.5v-17h9l.4 2H20v10h-7l-.4-2H7v7zm9.65-7H18v-6h-5.25l-.4-2H7v6h7.25z" }));
6
5
  const ForwardRef = forwardRef(SvgFlag);
@@ -1 +1 @@
1
- {"version":3,"file":"Flag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Flag.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,2EAA2E,GAAG,CAAM,CAAC;AAC/Q,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 SvgFlag = (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 20.5v-17h9l.4 2H20v10h-7l-.4-2H7v7zm9.65-7H18v-6h-5.25l-.4-2H7v6h7.25z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlag);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Flag.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Flag.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,2EAA2E,GAAG,CAAM,CAAC;AAC/Q,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 SvgFlag = (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 20.5v-17h9l.4 2H20v10h-7l-.4-2H7v7zm9.65-7H18v-6h-5.25l-.4-2H7v6h7.25z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlag);\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 SvgFlash = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m12 15.486 3.2-4.6h-2.85l2-7H9v8h3zm-2 6.4v-8H7v-12h10l-2 7h4z" }));
6
5
  const ForwardRef = forwardRef(SvgFlash);
@@ -1 +1 @@
1
- {"version":3,"file":"Flash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Flash.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,gEAAgE,GAAG,CAAM,CAAC;AACrQ,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 SvgFlash = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m12 15.486 3.2-4.6h-2.85l2-7H9v8h3zm-2 6.4v-8H7v-12h10l-2 7h4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlash);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Flash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Flash.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,gEAAgE,GAAG,CAAM,CAAC;AACrQ,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 SvgFlash = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m12 15.486 3.2-4.6h-2.85l2-7H9v8h3zm-2 6.4v-8H7v-12h10l-2 7h4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlash);\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 SvgFlashSlash = (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 1.886h10l-2 7h4l-2.925 4.225-1.425-1.426.55-.8h-1.35L12.675 9.71l1.675-5.825H9v2.15l-2-2zm3 20v-8H7v-4.15L1.375 4.11 2.8 2.686l18.4 18.4-1.425 1.425-6.025-6.025z" }));
6
5
  const ForwardRef = forwardRef(SvgFlashSlash);
@@ -1 +1 @@
1
- {"version":3,"file":"FlashSlash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/FlashSlash.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,sKAAsK,GAAG,CAAM,CAAC;AAChX,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 SvgFlashSlash = (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 1.886h10l-2 7h4l-2.925 4.225-1.425-1.426.55-.8h-1.35L12.675 9.71l1.675-5.825H9v2.15l-2-2zm3 20v-8H7v-4.15L1.375 4.11 2.8 2.686l18.4 18.4-1.425 1.425-6.025-6.025z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlashSlash);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"FlashSlash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/FlashSlash.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,sKAAsK,GAAG,CAAM,CAAC;AAChX,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 SvgFlashSlash = (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 1.886h10l-2 7h4l-2.925 4.225-1.425-1.426.55-.8h-1.35L12.675 9.71l1.675-5.825H9v2.15l-2-2zm3 20v-8H7v-4.15L1.375 4.11 2.8 2.686l18.4 18.4-1.425 1.425-6.025-6.025z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlashSlash);\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 SvgFlask = (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-1.275 0-1.812-1.137t.262-2.113L9 11V5H8a.97.97 0 0 1-.712-.287Q7 4.425 7 4c0-.425.096-.52.288-.712A.97.97 0 0 1 8 3h8q.425 0 .713.288C17 3.576 17 3.717 17 4s-.096.52-.287.713S16.283 5 16 5h-1v6l5.55 6.75q.8.975.263 2.113C20.276 21 19.85 21 19 21zm2-3h10l-3.4-4h-3.2zm-2 1h14l-6-7.3V5h-2v6.7z" }));
6
5
  const ForwardRef = forwardRef(SvgFlask);
@@ -1 +1 @@
1
- {"version":3,"file":"Flask.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Flask.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,4SAA4S,GAAG,CAAM,CAAC;AACjf,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 SvgFlask = (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-1.275 0-1.812-1.137t.262-2.113L9 11V5H8a.97.97 0 0 1-.712-.287Q7 4.425 7 4c0-.425.096-.52.288-.712A.97.97 0 0 1 8 3h8q.425 0 .713.288C17 3.576 17 3.717 17 4s-.096.52-.287.713S16.283 5 16 5h-1v6l5.55 6.75q.8.975.263 2.113C20.276 21 19.85 21 19 21zm2-3h10l-3.4-4h-3.2zm-2 1h14l-6-7.3V5h-2v6.7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlask);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Flask.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Flask.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,4SAA4S,GAAG,CAAM,CAAC;AACjf,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 SvgFlask = (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-1.275 0-1.812-1.137t.262-2.113L9 11V5H8a.97.97 0 0 1-.712-.287Q7 4.425 7 4c0-.425.096-.52.288-.712A.97.97 0 0 1 8 3h8q.425 0 .713.288C17 3.576 17 3.717 17 4s-.096.52-.287.713S16.283 5 16 5h-1v6l5.55 6.75q.8.975.263 2.113C20.276 21 19.85 21 19 21zm2-3h10l-3.4-4h-3.2zm-2 1h14l-6-7.3V5h-2v6.7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlask);\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 SvgFlower = (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.65 20a5.7 5.7 0 0 0-1.4-2.225q-.475-.476-1.025-.837c-.55-.361-.767-.438-1.2-.588q.05.725.35 1.35c.3.625.467.792.8 1.125s.708.604 1.125.813.867.329 1.35.362m2.7 0q.725-.075 1.35-.375c.625-.3.792-.467 1.125-.8s.6-.708.8-1.125.325-.867.375-1.35q-.65.225-1.212.575c-.563.35-.721.508-1.038.825s-.592.662-.825 1.037-.425.78-.575 1.213M12 11q1.65 0 2.825-1.175T16 7V5.8l-1.75 1.475L12 4.55 9.75 7.275 8 5.8V7q0 1.65 1.175 2.825T12 11m-1 11q-2.5 0-4.25-1.75C5 18.5 5 17.667 5 16v-2q1.775-.025 3.35.725c1.575.75 1.933 1.175 2.65 2.025v-3.825q-2.15-.35-3.575-2.013T6 7V3.6q0-.65.575-.912c.575-.262.742-.121 1.075.162l1.85 1.6 1.725-2.1Q11.525 2 12 2c.475 0 .575.117.775.35l1.725 2.1 1.85-1.6q.5-.425 1.075-.162C18 2.95 18 3.167 18 3.6V7q0 2.25-1.425 3.913T13 12.925v3.825q1.075-1.275 2.65-2.025c1.575-.75 2.167-.742 3.35-.725v2q0 2.5-1.75 4.25C15.5 22 14.667 22 13 22z" }));
6
5
  const ForwardRef = forwardRef(SvgFlower);
@@ -1 +1 @@
1
- {"version":3,"file":"Flower.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Flower.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,g2BAAg2B,GAAG,CAAM,CAAC;AACtiC,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 SvgFlower = (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.65 20a5.7 5.7 0 0 0-1.4-2.225q-.475-.476-1.025-.837c-.55-.361-.767-.438-1.2-.588q.05.725.35 1.35c.3.625.467.792.8 1.125s.708.604 1.125.813.867.329 1.35.362m2.7 0q.725-.075 1.35-.375c.625-.3.792-.467 1.125-.8s.6-.708.8-1.125.325-.867.375-1.35q-.65.225-1.212.575c-.563.35-.721.508-1.038.825s-.592.662-.825 1.037-.425.78-.575 1.213M12 11q1.65 0 2.825-1.175T16 7V5.8l-1.75 1.475L12 4.55 9.75 7.275 8 5.8V7q0 1.65 1.175 2.825T12 11m-1 11q-2.5 0-4.25-1.75C5 18.5 5 17.667 5 16v-2q1.775-.025 3.35.725c1.575.75 1.933 1.175 2.65 2.025v-3.825q-2.15-.35-3.575-2.013T6 7V3.6q0-.65.575-.912c.575-.262.742-.121 1.075.162l1.85 1.6 1.725-2.1Q11.525 2 12 2c.475 0 .575.117.775.35l1.725 2.1 1.85-1.6q.5-.425 1.075-.162C18 2.95 18 3.167 18 3.6V7q0 2.25-1.425 3.913T13 12.925v3.825q1.075-1.275 2.65-2.025c1.575-.75 2.167-.742 3.35-.725v2q0 2.5-1.75 4.25C15.5 22 14.667 22 13 22z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlower);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Flower.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Flower.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,g2BAAg2B,GAAG,CAAM,CAAC;AACtiC,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 SvgFlower = (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.65 20a5.7 5.7 0 0 0-1.4-2.225q-.475-.476-1.025-.837c-.55-.361-.767-.438-1.2-.588q.05.725.35 1.35c.3.625.467.792.8 1.125s.708.604 1.125.813.867.329 1.35.362m2.7 0q.725-.075 1.35-.375c.625-.3.792-.467 1.125-.8s.6-.708.8-1.125.325-.867.375-1.35q-.65.225-1.212.575c-.563.35-.721.508-1.038.825s-.592.662-.825 1.037-.425.78-.575 1.213M12 11q1.65 0 2.825-1.175T16 7V5.8l-1.75 1.475L12 4.55 9.75 7.275 8 5.8V7q0 1.65 1.175 2.825T12 11m-1 11q-2.5 0-4.25-1.75C5 18.5 5 17.667 5 16v-2q1.775-.025 3.35.725c1.575.75 1.933 1.175 2.65 2.025v-3.825q-2.15-.35-3.575-2.013T6 7V3.6q0-.65.575-.912c.575-.262.742-.121 1.075.162l1.85 1.6 1.725-2.1Q11.525 2 12 2c.475 0 .575.117.775.35l1.725 2.1 1.85-1.6q.5-.425 1.075-.162C18 2.95 18 3.167 18 3.6V7q0 2.25-1.425 3.913T13 12.925v3.825q1.075-1.275 2.65-2.025c1.575-.75 2.167-.742 3.35-.725v2q0 2.5-1.75 4.25C15.5 22 14.667 22 13 22z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFlower);\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 SvgFolder = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h6l2 2h8q.824 0 1.413.588C22.002 7.176 22 7.45 22 8v10q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h16V8h-8.825l-2-2H4z" }));
6
5
  const ForwardRef = forwardRef(SvgFolder);
@@ -1 +1 @@
1
- {"version":3,"file":"Folder.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Folder.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,wNAAwN,GAAG,CAAM,CAAC;AAC9Z,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 SvgFolder = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h6l2 2h8q.824 0 1.413.588C22.002 7.176 22 7.45 22 8v10q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h16V8h-8.825l-2-2H4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFolder);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Folder.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Folder.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,wNAAwN,GAAG,CAAM,CAAC;AAC9Z,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 SvgFolder = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h6l2 2h8q.824 0 1.413.588C22.002 7.176 22 7.45 22 8v10q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h16V8h-8.825l-2-2H4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgFolder);\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 SvgForest = (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("clipPath", { id: "a" },
6
5
  React.createElement("path", { d: "M0 0h24v24H0z" })),
@@ -1 +1 @@
1
- {"version":3,"file":"Forest.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Forest.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,kCAAU,EAAE,EAAC,GAAG;QAAC,8BAAM,CAAC,EAAC,eAAe,GAAG,CAAW;IAAA,2BAAG,QAAQ,EAAC,SAAS;QAAC,8BAAM,CAAC,EAAC,iQAAiQ,GAAG,CAAI,CAAM,CAAC;AACvhB,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 SvgForest = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><clipPath id=\"a\"><path d=\"M0 0h24v24H0z\" /></clipPath><g clipPath=\"url(#a)\"><path d=\"M7 22v-4H0l3.85-6H2L9 2l3 4.3L15 2l7 10h-1.85L24 18h-7v4h-4v-4h-2v4zm9.725-6h3.625l-3.875-6h1.675L15 5.5l-1.775 2.525L16 12h-1.85zM3.65 16h10.7l-3.875-6h1.675L9 5.5 5.85 10h1.675zm0 0h3.875H5.85h6.3-1.675 3.875zm13.075 0H14.15 16h-2.775 4.925-1.675 3.875z\" /></g></svg>;\nconst ForwardRef = forwardRef(SvgForest);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Forest.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Forest.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,kCAAU,EAAE,EAAC,GAAG;QAAC,8BAAM,CAAC,EAAC,eAAe,GAAG,CAAW;IAAA,2BAAG,QAAQ,EAAC,SAAS;QAAC,8BAAM,CAAC,EAAC,iQAAiQ,GAAG,CAAI,CAAM,CAAC;AACvhB,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 SvgForest = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><clipPath id=\"a\"><path d=\"M0 0h24v24H0z\" /></clipPath><g clipPath=\"url(#a)\"><path d=\"M7 22v-4H0l3.85-6H2L9 2l3 4.3L15 2l7 10h-1.85L24 18h-7v4h-4v-4h-2v4zm9.725-6h3.625l-3.875-6h1.675L15 5.5l-1.775 2.525L16 12h-1.85zM3.65 16h10.7l-3.875-6h1.675L9 5.5 5.85 10h1.675zm0 0h3.875H5.85h6.3-1.675 3.875zm13.075 0H14.15 16h-2.775 4.925-1.675 3.875z\" /></g></svg>;\nconst ForwardRef = forwardRef(SvgForest);\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 SvgFullCircle = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20" }));
6
5
  const ForwardRef = forwardRef(SvgFullCircle);
@@ -1 +1 @@
1
- {"version":3,"file":"FullCircle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/FullCircle.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,ogBAAogB,GAAG,CAAM,CAAC;AAC9sB,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 SvgFullCircle = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgFullCircle);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"FullCircle.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/FullCircle.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,ogBAAogB,GAAG,CAAM,CAAC;AAC9sB,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 SvgFullCircle = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.313 17.117 2.788 15.9 2 13.383 2 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.883 3.312 8.1 2.787 10.617 2 12 2s2.683.262 3.9.787 2.275 1.238 3.175 2.138 1.613 1.958 2.138 3.175S22 10.617 22 12s-.262 2.683-.787 3.9-1.238 2.275-2.138 3.175-1.958 1.613-3.175 2.138S13.383 22 12 22m0-2q3.35 0 5.675-2.325C20 15.35 20 14.233 20 12q0-3.35-2.325-5.675C15.35 4 14.233 4 12 4Q8.65 4 6.325 6.325C4 8.65 4 9.767 4 12q0 3.35 2.325 5.675C8.65 20 9.767 20 12 20\" /></svg>;\nconst ForwardRef = forwardRef(SvgFullCircle);\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 SvgGas = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M4 21V5q0-.824.588-1.412C5.176 2.999 5.45 3 6 3h6q.824 0 1.413.588C14 4.175 14 4.45 14 5v7h1q.824 0 1.413.588c.589.588.587.862.587 1.412v4.5q0 .424.288.713c.288.288.429.287.712.287s.52-.096.713-.287.287-.43.287-.713v-7.2q-.225.125-.475.163c-.25.038-.342.037-.525.037q-1.05 0-1.775-.725C15.5 10.05 15.5 9.7 15.5 9q0-.8.438-1.437c.438-.637.679-.73 1.162-.913L15 4.55l1.05-1.05 3.7 3.6q.375.375.563.875c.188.5.187.675.187 1.025v9.5q0 1.05-.725 1.775C19.05 21 18.7 21 18 21s-1.292-.242-1.775-.725S15.5 19.2 15.5 18.5v-5H14V21zm2-11h6V5H6zm12 0q.424 0 .713-.287C19 9.426 19 9.283 19 9s-.096-.52-.287-.712S18.283 8 18 8s-.52.096-.712.288S17 8.717 17 9s.096.52.288.713.429.287.712.287M6 19h6v-7H6z" }));
6
5
  const ForwardRef = forwardRef(SvgGas);
@@ -1 +1 @@
1
- {"version":3,"file":"Gas.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Gas.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,orBAAorB,GAAG,CAAM,CAAC;AACv3B,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 SvgGas = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 21V5q0-.824.588-1.412C5.176 2.999 5.45 3 6 3h6q.824 0 1.413.588C14 4.175 14 4.45 14 5v7h1q.824 0 1.413.588c.589.588.587.862.587 1.412v4.5q0 .424.288.713c.288.288.429.287.712.287s.52-.096.713-.287.287-.43.287-.713v-7.2q-.225.125-.475.163c-.25.038-.342.037-.525.037q-1.05 0-1.775-.725C15.5 10.05 15.5 9.7 15.5 9q0-.8.438-1.437c.438-.637.679-.73 1.162-.913L15 4.55l1.05-1.05 3.7 3.6q.375.375.563.875c.188.5.187.675.187 1.025v9.5q0 1.05-.725 1.775C19.05 21 18.7 21 18 21s-1.292-.242-1.775-.725S15.5 19.2 15.5 18.5v-5H14V21zm2-11h6V5H6zm12 0q.424 0 .713-.287C19 9.426 19 9.283 19 9s-.096-.52-.287-.712S18.283 8 18 8s-.52.096-.712.288S17 8.717 17 9s.096.52.288.713.429.287.712.287M6 19h6v-7H6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgGas);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Gas.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Gas.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,orBAAorB,GAAG,CAAM,CAAC;AACv3B,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 SvgGas = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 21V5q0-.824.588-1.412C5.176 2.999 5.45 3 6 3h6q.824 0 1.413.588C14 4.175 14 4.45 14 5v7h1q.824 0 1.413.588c.589.588.587.862.587 1.412v4.5q0 .424.288.713c.288.288.429.287.712.287s.52-.096.713-.287.287-.43.287-.713v-7.2q-.225.125-.475.163c-.25.038-.342.037-.525.037q-1.05 0-1.775-.725C15.5 10.05 15.5 9.7 15.5 9q0-.8.438-1.437c.438-.637.679-.73 1.162-.913L15 4.55l1.05-1.05 3.7 3.6q.375.375.563.875c.188.5.187.675.187 1.025v9.5q0 1.05-.725 1.775C19.05 21 18.7 21 18 21s-1.292-.242-1.775-.725S15.5 19.2 15.5 18.5v-5H14V21zm2-11h6V5H6zm12 0q.424 0 .713-.287C19 9.426 19 9.283 19 9s-.096-.52-.287-.712S18.283 8 18 8s-.52.096-.712.288S17 8.717 17 9s.096.52.288.713.429.287.712.287M6 19h6v-7H6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgGas);\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 SvgGift = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M4 22V11H2V5h5.2q-.125-.225-.162-.475A3 3 0 0 1 7 4q0-1.25.875-2.125C8.75 1 9.167 1 10 1q.575 0 1.075.213c.5.212.642.337.925.587q.425-.4.925-.6c.5-.2.692-.2 1.075-.2q1.25 0 2.125.875C17 2.75 17 3.167 17 4q0 .274-.05.513c-.05.239-.083.32-.15.487H22v6h-2v11zM14 3q-.424 0-.712.288C12.999 3.576 13 3.717 13 4s.096.52.288.713S13.717 5 14 5s.52-.096.713-.287S15 4.283 15 4s-.096-.52-.287-.712S14.283 3 14 3M9 4q0 .424.288.713c.287.289.429.287.712.287q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S10.283 3 10 3q-.424 0-.712.288C8.999 3.576 9 3.717 9 4M4 7v2h7V7zm7 13v-9H6v9zm2 0h5v-9h-5zm7-11V7h-7v2z" }));
6
5
  const ForwardRef = forwardRef(SvgGift);
@@ -1 +1 @@
1
- {"version":3,"file":"Gift.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Gift.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,wmBAAwmB,GAAG,CAAM,CAAC;AAC5yB,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 SvgGift = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 22V11H2V5h5.2q-.125-.225-.162-.475A3 3 0 0 1 7 4q0-1.25.875-2.125C8.75 1 9.167 1 10 1q.575 0 1.075.213c.5.212.642.337.925.587q.425-.4.925-.6c.5-.2.692-.2 1.075-.2q1.25 0 2.125.875C17 2.75 17 3.167 17 4q0 .274-.05.513c-.05.239-.083.32-.15.487H22v6h-2v11zM14 3q-.424 0-.712.288C12.999 3.576 13 3.717 13 4s.096.52.288.713S13.717 5 14 5s.52-.096.713-.287S15 4.283 15 4s-.096-.52-.287-.712S14.283 3 14 3M9 4q0 .424.288.713c.287.289.429.287.712.287q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S10.283 3 10 3q-.424 0-.712.288C8.999 3.576 9 3.717 9 4M4 7v2h7V7zm7 13v-9H6v9zm2 0h5v-9h-5zm7-11V7h-7v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgGift);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Gift.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Gift.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,wmBAAwmB,GAAG,CAAM,CAAC;AAC5yB,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 SvgGift = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M4 22V11H2V5h5.2q-.125-.225-.162-.475A3 3 0 0 1 7 4q0-1.25.875-2.125C8.75 1 9.167 1 10 1q.575 0 1.075.213c.5.212.642.337.925.587q.425-.4.925-.6c.5-.2.692-.2 1.075-.2q1.25 0 2.125.875C17 2.75 17 3.167 17 4q0 .274-.05.513c-.05.239-.083.32-.15.487H22v6h-2v11zM14 3q-.424 0-.712.288C12.999 3.576 13 3.717 13 4s.096.52.288.713S13.717 5 14 5s.52-.096.713-.287S15 4.283 15 4s-.096-.52-.287-.712S14.283 3 14 3M9 4q0 .424.288.713c.287.289.429.287.712.287q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S10.283 3 10 3q-.424 0-.712.288C8.999 3.576 9 3.717 9 4M4 7v2h7V7zm7 13v-9H6v9zm2 0h5v-9h-5zm7-11V7h-7v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgGift);\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 SvgGlobal = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M12 22q-2.05 0-3.875-.787c-1.825-.788-2.28-1.242-3.187-2.15s-1.625-1.971-2.15-3.188S2 13.367 2 12q0-2.075.788-3.887c.788-1.812 1.241-2.267 2.15-3.175s1.97-1.625 3.187-2.15S10.633 2 12 2q2.075 0 3.888.788c1.812.788 2.266 1.241 3.174 2.15s1.625 1.966 2.15 3.175S22 10.617 22 12q0 2.05-.787 3.875c-.788 1.825-1.242 2.28-2.15 3.188s-1.967 1.625-3.175 2.15S13.383 22 12 22m0-2.05q.65-.9 1.125-1.875c.475-.975.575-1.342.775-2.075h-3.8q.3 1.1.775 2.075c.475.975.692 1.275 1.125 1.875m-2.6-.4q-.45-.825-.787-1.712A11.6 11.6 0 0 1 8.05 16H5.1q.725 1.25 1.813 2.175C8 19.1 8.467 19.25 9.4 19.55m5.2 0q1.4-.45 2.488-1.375c1.088-.925 1.329-1.342 1.812-2.175h-2.95q-.225.95-.562 1.838c-.337.887-.488 1.162-.788 1.712M4.25 14h3.4q-.075-.5-.112-.987C7.5 12.525 7.5 12.35 7.5 12a13 13 0 0 1 .15-2h-3.4q-.125.5-.187.988C4 11.476 4 11.65 4 12a8 8 0 0 0 .25 2m5.4 0h4.7q.075-.5.113-.987c.038-.488.037-.663.037-1.013a13 13 0 0 0-.15-2h-4.7q-.075.5-.112.988C9.5 11.476 9.5 11.65 9.5 12a13 13 0 0 0 .15 2m6.7 0h3.4q.125-.5.188-.987C20 12.525 20 12.35 20 12a8 8 0 0 0-.25-2h-3.4q.075.5.113.988c.038.488.037.662.037 1.012a13 13 0 0 1-.15 2m-.4-6h2.95q-.725-1.25-1.812-2.175C16 4.9 15.533 4.75 14.6 4.45q.45.824.788 1.713c.338.888.412 1.204.562 1.837M10.1 8h3.8q-.3-1.1-.775-2.075C12.65 4.95 12.433 4.65 12 4.05q-.65.9-1.125 1.875C10.4 6.9 10.3 7.267 10.1 8m-5 0h2.95q.225-.95.563-1.837C8.95 5.275 9.1 5 9.4 4.45Q8 4.9 6.913 5.825C5.826 6.75 5.583 7.167 5.1 8" }));
6
5
  const ForwardRef = forwardRef(SvgGlobal);
@@ -1 +1 @@
1
- {"version":3,"file":"Global.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Global.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,45CAA45C,GAAG,CAAM,CAAC;AAClmD,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 SvgGlobal = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-2.05 0-3.875-.787c-1.825-.788-2.28-1.242-3.187-2.15s-1.625-1.971-2.15-3.188S2 13.367 2 12q0-2.075.788-3.887c.788-1.812 1.241-2.267 2.15-3.175s1.97-1.625 3.187-2.15S10.633 2 12 2q2.075 0 3.888.788c1.812.788 2.266 1.241 3.174 2.15s1.625 1.966 2.15 3.175S22 10.617 22 12q0 2.05-.787 3.875c-.788 1.825-1.242 2.28-2.15 3.188s-1.967 1.625-3.175 2.15S13.383 22 12 22m0-2.05q.65-.9 1.125-1.875c.475-.975.575-1.342.775-2.075h-3.8q.3 1.1.775 2.075c.475.975.692 1.275 1.125 1.875m-2.6-.4q-.45-.825-.787-1.712A11.6 11.6 0 0 1 8.05 16H5.1q.725 1.25 1.813 2.175C8 19.1 8.467 19.25 9.4 19.55m5.2 0q1.4-.45 2.488-1.375c1.088-.925 1.329-1.342 1.812-2.175h-2.95q-.225.95-.562 1.838c-.337.887-.488 1.162-.788 1.712M4.25 14h3.4q-.075-.5-.112-.987C7.5 12.525 7.5 12.35 7.5 12a13 13 0 0 1 .15-2h-3.4q-.125.5-.187.988C4 11.476 4 11.65 4 12a8 8 0 0 0 .25 2m5.4 0h4.7q.075-.5.113-.987c.038-.488.037-.663.037-1.013a13 13 0 0 0-.15-2h-4.7q-.075.5-.112.988C9.5 11.476 9.5 11.65 9.5 12a13 13 0 0 0 .15 2m6.7 0h3.4q.125-.5.188-.987C20 12.525 20 12.35 20 12a8 8 0 0 0-.25-2h-3.4q.075.5.113.988c.038.488.037.662.037 1.012a13 13 0 0 1-.15 2m-.4-6h2.95q-.725-1.25-1.812-2.175C16 4.9 15.533 4.75 14.6 4.45q.45.824.788 1.713c.338.888.412 1.204.562 1.837M10.1 8h3.8q-.3-1.1-.775-2.075C12.65 4.95 12.433 4.65 12 4.05q-.65.9-1.125 1.875C10.4 6.9 10.3 7.267 10.1 8m-5 0h2.95q.225-.95.563-1.837C8.95 5.275 9.1 5 9.4 4.45Q8 4.9 6.913 5.825C5.826 6.75 5.583 7.167 5.1 8\" /></svg>;\nconst ForwardRef = forwardRef(SvgGlobal);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Global.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Global.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,45CAA45C,GAAG,CAAM,CAAC;AAClmD,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 SvgGlobal = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M12 22q-2.05 0-3.875-.787c-1.825-.788-2.28-1.242-3.187-2.15s-1.625-1.971-2.15-3.188S2 13.367 2 12q0-2.075.788-3.887c.788-1.812 1.241-2.267 2.15-3.175s1.97-1.625 3.187-2.15S10.633 2 12 2q2.075 0 3.888.788c1.812.788 2.266 1.241 3.174 2.15s1.625 1.966 2.15 3.175S22 10.617 22 12q0 2.05-.787 3.875c-.788 1.825-1.242 2.28-2.15 3.188s-1.967 1.625-3.175 2.15S13.383 22 12 22m0-2.05q.65-.9 1.125-1.875c.475-.975.575-1.342.775-2.075h-3.8q.3 1.1.775 2.075c.475.975.692 1.275 1.125 1.875m-2.6-.4q-.45-.825-.787-1.712A11.6 11.6 0 0 1 8.05 16H5.1q.725 1.25 1.813 2.175C8 19.1 8.467 19.25 9.4 19.55m5.2 0q1.4-.45 2.488-1.375c1.088-.925 1.329-1.342 1.812-2.175h-2.95q-.225.95-.562 1.838c-.337.887-.488 1.162-.788 1.712M4.25 14h3.4q-.075-.5-.112-.987C7.5 12.525 7.5 12.35 7.5 12a13 13 0 0 1 .15-2h-3.4q-.125.5-.187.988C4 11.476 4 11.65 4 12a8 8 0 0 0 .25 2m5.4 0h4.7q.075-.5.113-.987c.038-.488.037-.663.037-1.013a13 13 0 0 0-.15-2h-4.7q-.075.5-.112.988C9.5 11.476 9.5 11.65 9.5 12a13 13 0 0 0 .15 2m6.7 0h3.4q.125-.5.188-.987C20 12.525 20 12.35 20 12a8 8 0 0 0-.25-2h-3.4q.075.5.113.988c.038.488.037.662.037 1.012a13 13 0 0 1-.15 2m-.4-6h2.95q-.725-1.25-1.812-2.175C16 4.9 15.533 4.75 14.6 4.45q.45.824.788 1.713c.338.888.412 1.204.562 1.837M10.1 8h3.8q-.3-1.1-.775-2.075C12.65 4.95 12.433 4.65 12 4.05q-.65.9-1.125 1.875C10.4 6.9 10.3 7.267 10.1 8m-5 0h2.95q.225-.95.563-1.837C8.95 5.275 9.1 5 9.4 4.45Q8 4.9 6.913 5.825C5.826 6.75 5.583 7.167 5.1 8\" /></svg>;\nconst ForwardRef = forwardRef(SvgGlobal);\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 SvgGlobalSearch = (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.75 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.063 17.117 2.538 15.9 1.75 13.383 1.75 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.633 3.312 7.85 2.787 10.367 2 11.75 2q3.65 0 6.388 2.287c2.737 2.287 2.962 3.438 3.412 5.738H19.5q-.475-1.825-1.712-3.263C16.55 5.324 15.95 5.083 14.75 4.6V5q0 .825-.587 1.412C13.576 7 13.3 7 12.75 7h-2v2q0 .424-.287.712c-.287.288-.43.288-.713.288h-2v2h2v3h-1l-4.8-4.8q-.075.45-.137.9c-.062.45-.063.6-.063.9q0 3.274 2.3 5.625c2.3 2.351 3.433 2.358 5.7 2.375zm9.1-.5-3.2-3.2q-.525.3-1.125.5c-.6.2-.825.2-1.275.2q-1.875 0-3.187-1.312C10.75 16.375 10.75 15.75 10.75 14.5s.438-2.312 1.313-3.187S14 10 15.25 10s2.313.438 3.188 1.313S19.75 13.25 19.75 14.5q0 .675-.2 1.275c-.2.6-.3.775-.5 1.125l3.2 3.2zm-5.6-4.5q1.05 0 1.775-.725c.725-.725.725-1.075.725-1.775s-.242-1.292-.725-1.775S15.95 12 15.25 12s-1.292.242-1.775.725-.725 1.075-.725 1.775.242 1.292.725 1.775S14.55 17 15.25 17" }));
6
5
  const ForwardRef = forwardRef(SvgGlobalSearch);
@@ -1 +1 @@
1
- {"version":3,"file":"GlobalSearch.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/GlobalSearch.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,m6BAAm6B,GAAG,CAAM,CAAC;AAC/mC,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 SvgGlobalSearch = (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.75 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.063 17.117 2.538 15.9 1.75 13.383 1.75 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.633 3.312 7.85 2.787 10.367 2 11.75 2q3.65 0 6.388 2.287c2.737 2.287 2.962 3.438 3.412 5.738H19.5q-.475-1.825-1.712-3.263C16.55 5.324 15.95 5.083 14.75 4.6V5q0 .825-.587 1.412C13.576 7 13.3 7 12.75 7h-2v2q0 .424-.287.712c-.287.288-.43.288-.713.288h-2v2h2v3h-1l-4.8-4.8q-.075.45-.137.9c-.062.45-.063.6-.063.9q0 3.274 2.3 5.625c2.3 2.351 3.433 2.358 5.7 2.375zm9.1-.5-3.2-3.2q-.525.3-1.125.5c-.6.2-.825.2-1.275.2q-1.875 0-3.187-1.312C10.75 16.375 10.75 15.75 10.75 14.5s.438-2.312 1.313-3.187S14 10 15.25 10s2.313.438 3.188 1.313S19.75 13.25 19.75 14.5q0 .675-.2 1.275c-.2.6-.3.775-.5 1.125l3.2 3.2zm-5.6-4.5q1.05 0 1.775-.725c.725-.725.725-1.075.725-1.775s-.242-1.292-.725-1.775S15.95 12 15.25 12s-1.292.242-1.775.725-.725 1.075-.725 1.775.242 1.292.725 1.775S14.55 17 15.25 17\" /></svg>;\nconst ForwardRef = forwardRef(SvgGlobalSearch);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"GlobalSearch.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/GlobalSearch.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,m6BAAm6B,GAAG,CAAM,CAAC;AAC/mC,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 SvgGlobalSearch = (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.75 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.063 17.117 2.538 15.9 1.75 13.383 1.75 12s.262-2.683.787-3.9 1.238-2.275 2.138-3.175S6.633 3.312 7.85 2.787 10.367 2 11.75 2q3.65 0 6.388 2.287c2.737 2.287 2.962 3.438 3.412 5.738H19.5q-.475-1.825-1.712-3.263C16.55 5.324 15.95 5.083 14.75 4.6V5q0 .825-.587 1.412C13.576 7 13.3 7 12.75 7h-2v2q0 .424-.287.712c-.287.288-.43.288-.713.288h-2v2h2v3h-1l-4.8-4.8q-.075.45-.137.9c-.062.45-.063.6-.063.9q0 3.274 2.3 5.625c2.3 2.351 3.433 2.358 5.7 2.375zm9.1-.5-3.2-3.2q-.525.3-1.125.5c-.6.2-.825.2-1.275.2q-1.875 0-3.187-1.312C10.75 16.375 10.75 15.75 10.75 14.5s.438-2.312 1.313-3.187S14 10 15.25 10s2.313.438 3.188 1.313S19.75 13.25 19.75 14.5q0 .675-.2 1.275c-.2.6-.3.775-.5 1.125l3.2 3.2zm-5.6-4.5q1.05 0 1.775-.725c.725-.725.725-1.075.725-1.775s-.242-1.292-.725-1.775S15.95 12 15.25 12s-1.292.242-1.775.725-.725 1.075-.725 1.775.242 1.292.725 1.775S14.55 17 15.25 17\" /></svg>;\nconst ForwardRef = forwardRef(SvgGlobalSearch);\nexport default ForwardRef;"]}