@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 SvgPolicyAlert = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v5h-2V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3q.65-.2 1.238-.512c.588-.312.779-.455 1.162-.738l1.4 1.4q-.825.675-1.787 1.175c-.962.5-1.313.592-2.013.775m9 0q-.424 0-.712-.287C20 21.425 20 21.283 20 21s.096-.52.288-.712S20.717 20 21 20s.52.096.713.288.287.429.287.712-.096.52-.287.713S21.283 22 21 22m-1-4v-6h2v6zm-8-4q.824 0 1.413-.587C14 12.825 14 12.55 14 12s-.196-1.02-.587-1.412S12.55 10 12 10s-1.02.196-1.412.588S10 11.45 10 12s.196 1.02.588 1.413S11.45 14 12 14m0 2q-1.65 0-2.825-1.175C8 13.65 8 13.1 8 12s.392-2.042 1.175-2.825S10.9 8 12 8s2.042.392 2.825 1.175S16 10.9 16 12q0 .55-.137 1.063c-.137.512-.23.67-.413.987L18.425 17 17 18.425l-3-2.975q-.45.274-.962.413c-.513.139-.688.137-1.038.137" }));
6
5
  const ForwardRef = forwardRef(SvgPolicyAlert);
@@ -1 +1 @@
1
- {"version":3,"file":"PolicyAlert.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PolicyAlert.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,kyBAAkyB,GAAG,CAAM,CAAC;AAC7+B,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 SvgPolicyAlert = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v5h-2V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3q.65-.2 1.238-.512c.588-.312.779-.455 1.162-.738l1.4 1.4q-.825.675-1.787 1.175c-.962.5-1.313.592-2.013.775m9 0q-.424 0-.712-.287C20 21.425 20 21.283 20 21s.096-.52.288-.712S20.717 20 21 20s.52.096.713.288.287.429.287.712-.096.52-.287.713S21.283 22 21 22m-1-4v-6h2v6zm-8-4q.824 0 1.413-.587C14 12.825 14 12.55 14 12s-.196-1.02-.587-1.412S12.55 10 12 10s-1.02.196-1.412.588S10 11.45 10 12s.196 1.02.588 1.413S11.45 14 12 14m0 2q-1.65 0-2.825-1.175C8 13.65 8 13.1 8 12s.392-2.042 1.175-2.825S10.9 8 12 8s2.042.392 2.825 1.175S16 10.9 16 12q0 .55-.137 1.063c-.137.512-.23.67-.413.987L18.425 17 17 18.425l-3-2.975q-.45.274-.962.413c-.513.139-.688.137-1.038.137\" /></svg>;\nconst ForwardRef = forwardRef(SvgPolicyAlert);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"PolicyAlert.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PolicyAlert.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,kyBAAkyB,GAAG,CAAM,CAAC;AAC7+B,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 SvgPolicyAlert = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v5h-2V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3q.65-.2 1.238-.512c.588-.312.779-.455 1.162-.738l1.4 1.4q-.825.675-1.787 1.175c-.962.5-1.313.592-2.013.775m9 0q-.424 0-.712-.287C20 21.425 20 21.283 20 21s.096-.52.288-.712S20.717 20 21 20s.52.096.713.288.287.429.287.712-.096.52-.287.713S21.283 22 21 22m-1-4v-6h2v6zm-8-4q.824 0 1.413-.587C14 12.825 14 12.55 14 12s-.196-1.02-.587-1.412S12.55 10 12 10s-1.02.196-1.412.588S10 11.45 10 12s.196 1.02.588 1.413S11.45 14 12 14m0 2q-1.65 0-2.825-1.175C8 13.65 8 13.1 8 12s.392-2.042 1.175-2.825S10.9 8 12 8s2.042.392 2.825 1.175S16 10.9 16 12q0 .55-.137 1.063c-.137.512-.23.67-.413.987L18.425 17 17 18.425l-3-2.975q-.45.274-.962.413c-.513.139-.688.137-1.038.137\" /></svg>;\nconst ForwardRef = forwardRef(SvgPolicyAlert);\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 SvgPrint = (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 8V5H8v3H6V3h12v5zm2 4.5q.424 0 .713-.287c.288-.287.287-.43.287-.713s-.096-.52-.287-.712-.43-.288-.713-.288-.52.096-.712.288-.288.429-.288.712.096.52.288.713.429.287.712.287M16 19v-4H8v4zm2 2H6v-4H2v-6q0-1.275.875-2.137C3.75 8 4.167 8 5 8h14q1.275 0 2.138.863C22 9.726 22 10.15 22 11v6h-4zm2-6v-4q0-.424-.287-.712C19.425 9.999 19.283 10 19 10H5q-.424 0-.712.288C3.998 10.575 4 10.717 4 11v4h2v-2h12v2z" }));
6
5
  const ForwardRef = forwardRef(SvgPrint);
@@ -1 +1 @@
1
- {"version":3,"file":"Print.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Print.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,sZAAsZ,GAAG,CAAM,CAAC;AAC3lB,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 SvgPrint = (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 8V5H8v3H6V3h12v5zm2 4.5q.424 0 .713-.287c.288-.287.287-.43.287-.713s-.096-.52-.287-.712-.43-.288-.713-.288-.52.096-.712.288-.288.429-.288.712.096.52.288.713.429.287.712.287M16 19v-4H8v4zm2 2H6v-4H2v-6q0-1.275.875-2.137C3.75 8 4.167 8 5 8h14q1.275 0 2.138.863C22 9.726 22 10.15 22 11v6h-4zm2-6v-4q0-.424-.287-.712C19.425 9.999 19.283 10 19 10H5q-.424 0-.712.288C3.998 10.575 4 10.717 4 11v4h2v-2h12v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPrint);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Print.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Print.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,sZAAsZ,GAAG,CAAM,CAAC;AAC3lB,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 SvgPrint = (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 8V5H8v3H6V3h12v5zm2 4.5q.424 0 .713-.287c.288-.287.287-.43.287-.713s-.096-.52-.287-.712-.43-.288-.713-.288-.52.096-.712.288-.288.429-.288.712.096.52.288.713.429.287.712.287M16 19v-4H8v4zm2 2H6v-4H2v-6q0-1.275.875-2.137C3.75 8 4.167 8 5 8h14q1.275 0 2.138.863C22 9.726 22 10.15 22 11v6h-4zm2-6v-4q0-.424-.287-.712C19.425 9.999 19.283 10 19 10H5q-.424 0-.712.288C3.998 10.575 4 10.717 4 11v4h2v-2h12v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPrint);\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 SvgPriorityHigh = (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 21q-.825 0-1.412-.587C10 19.826 10 19.55 10 19s.196-1.02.588-1.412S11.45 17 12 17s1.02.196 1.413.588S14 18.45 14 19s-.196 1.02-.587 1.413S12.55 21 12 21m-2-6V3h4v12z" }));
6
5
  const ForwardRef = forwardRef(SvgPriorityHigh);
@@ -1 +1 @@
1
- {"version":3,"file":"PriorityHigh.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PriorityHigh.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,2KAA2K,GAAG,CAAM,CAAC;AACvX,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 SvgPriorityHigh = (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 21q-.825 0-1.412-.587C10 19.826 10 19.55 10 19s.196-1.02.588-1.412S11.45 17 12 17s1.02.196 1.413.588S14 18.45 14 19s-.196 1.02-.587 1.413S12.55 21 12 21m-2-6V3h4v12z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPriorityHigh);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"PriorityHigh.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PriorityHigh.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,2KAA2K,GAAG,CAAM,CAAC;AACvX,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 SvgPriorityHigh = (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 21q-.825 0-1.412-.587C10 19.826 10 19.55 10 19s.196-1.02.588-1.412S11.45 17 12 17s1.02.196 1.413.588S14 18.45 14 19s-.196 1.02-.587 1.413S12.55 21 12 21m-2-6V3h4v12z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPriorityHigh);\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 SvgPrivacyTip = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M11 17h2v-6h-2zm1-8q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 7 12 7s-.52.096-.712.288S11 7.717 11 8s.096.52.288.713S11.717 9 12 9m0 13q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3" }));
6
5
  const ForwardRef = forwardRef(SvgPrivacyTip);
@@ -1 +1 @@
1
- {"version":3,"file":"PrivacyTip.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PrivacyTip.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,uZAAuZ,GAAG,CAAM,CAAC;AACjmB,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 SvgPrivacyTip = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 17h2v-6h-2zm1-8q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 7 12 7s-.52.096-.712.288S11 7.717 11 8s.096.52.288.713S11.717 9 12 9m0 13q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgPrivacyTip);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"PrivacyTip.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PrivacyTip.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,uZAAuZ,GAAG,CAAM,CAAC;AACjmB,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 SvgPrivacyTip = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M11 17h2v-6h-2zm1-8q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 7 12 7s-.52.096-.712.288S11 7.717 11 8s.096.52.288.713S11.717 9 12 9m0 13q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgPrivacyTip);\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 SvgProgrammingArrows = (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.75 23.25-1.4-1.425L11.175 20h-3.35q-.326.875-1.088 1.438C5.975 22 5.65 22 5 22q-1.25 0-2.125-.875C2 20.25 2 19.833 2 19q0-.976.562-1.737c.562-.762.855-.871 1.438-1.088v-8.35q-.875-.326-1.438-1.087C2 5.977 2 5.65 2 5q0-1.25.875-2.125C3.75 2 4.167 2 5 2q.976 0 1.737.563c.761.563.871.854 1.088 1.437h3.35L9.35 2.175 10.75.75 15 5l-4.25 4.25-1.4-1.425L11.175 6h-3.35A2.92 2.92 0 0 1 6 7.825v8.35A2.92 2.92 0 0 1 7.825 18h3.35L9.35 16.175l1.4-1.425L15 19zM19 22q-1.25 0-2.125-.875C16 20.25 16 19.833 16 19q0-1 .563-1.762c.563-.762.854-.863 1.437-1.063v-8.35q-.875-.3-1.437-1.062C16 6 16 5.667 16 5q0-1.25.875-2.125C17.75 2 18.167 2 19 2s1.542.292 2.125.875S22 4.167 22 5q0 1-.562 1.763c-.562.763-.855.862-1.438 1.062v8.35q.875.326 1.438 1.088C22 18.024 22 18.35 22 19q0 1.25-.875 2.125C20.25 22 19.833 22 19 22M5 20q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.712S5.283 18 5 18s-.52.096-.712.288S4 18.717 4 19s.096.52.287.713S4.717 20 5 20m14 0q.424 0 .713-.287C20 19.425 20 19.283 20 19s-.096-.52-.287-.712S19.283 18 19 18s-.52.096-.712.288S18 18.717 18 19s.096.52.288.713.429.287.712.287M5 6q.424 0 .713-.287C6.002 5.426 6 5.283 6 5s-.096-.52-.287-.712S5.283 4 5 4s-.52.096-.712.287S4 4.717 4 5s.096.52.287.713S4.717 6 5 6m14 0q.424 0 .713-.287C20 5.426 20 5.283 20 5s-.096-.52-.287-.712S19.283 4 19 4s-.52.096-.712.287S18 4.717 18 5s.096.52.288.713S18.717 6 19 6" }));
6
5
  const ForwardRef = forwardRef(SvgProgrammingArrows);
@@ -1 +1 @@
1
- {"version":3,"file":"ProgrammingArrows.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ProgrammingArrows.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;;;AAG/B,MAAM,oBAAoB,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,u2CAAu2C,GAAG,CAAM,CAAC;AACxjD,MAAM,UAAU,GAAG,UAAU,CAAC,oBAAoB,CAAC,CAAC;AACpD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgProgrammingArrows = (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.75 23.25-1.4-1.425L11.175 20h-3.35q-.326.875-1.088 1.438C5.975 22 5.65 22 5 22q-1.25 0-2.125-.875C2 20.25 2 19.833 2 19q0-.976.562-1.737c.562-.762.855-.871 1.438-1.088v-8.35q-.875-.326-1.438-1.087C2 5.977 2 5.65 2 5q0-1.25.875-2.125C3.75 2 4.167 2 5 2q.976 0 1.737.563c.761.563.871.854 1.088 1.437h3.35L9.35 2.175 10.75.75 15 5l-4.25 4.25-1.4-1.425L11.175 6h-3.35A2.92 2.92 0 0 1 6 7.825v8.35A2.92 2.92 0 0 1 7.825 18h3.35L9.35 16.175l1.4-1.425L15 19zM19 22q-1.25 0-2.125-.875C16 20.25 16 19.833 16 19q0-1 .563-1.762c.563-.762.854-.863 1.437-1.063v-8.35q-.875-.3-1.437-1.062C16 6 16 5.667 16 5q0-1.25.875-2.125C17.75 2 18.167 2 19 2s1.542.292 2.125.875S22 4.167 22 5q0 1-.562 1.763c-.562.763-.855.862-1.438 1.062v8.35q.875.326 1.438 1.088C22 18.024 22 18.35 22 19q0 1.25-.875 2.125C20.25 22 19.833 22 19 22M5 20q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.712S5.283 18 5 18s-.52.096-.712.288S4 18.717 4 19s.096.52.287.713S4.717 20 5 20m14 0q.424 0 .713-.287C20 19.425 20 19.283 20 19s-.096-.52-.287-.712S19.283 18 19 18s-.52.096-.712.288S18 18.717 18 19s.096.52.288.713.429.287.712.287M5 6q.424 0 .713-.287C6.002 5.426 6 5.283 6 5s-.096-.52-.287-.712S5.283 4 5 4s-.52.096-.712.287S4 4.717 4 5s.096.52.287.713S4.717 6 5 6m14 0q.424 0 .713-.287C20 5.426 20 5.283 20 5s-.096-.52-.287-.712S19.283 4 19 4s-.52.096-.712.287S18 4.717 18 5s.096.52.288.713S18.717 6 19 6\" /></svg>;\nconst ForwardRef = forwardRef(SvgProgrammingArrows);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ProgrammingArrows.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ProgrammingArrows.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAE/B,OAAO,EAAO,UAAU,EAAE,cAAc;AACxC,MAAM,oBAAoB,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,u2CAAu2C,GAAG,CAAM,CAAC;AACxjD,MAAM,UAAU,GAAG,UAAU,CAAC,oBAAoB,CAAC,CAAC;AACpD,eAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgProgrammingArrows = (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.75 23.25-1.4-1.425L11.175 20h-3.35q-.326.875-1.088 1.438C5.975 22 5.65 22 5 22q-1.25 0-2.125-.875C2 20.25 2 19.833 2 19q0-.976.562-1.737c.562-.762.855-.871 1.438-1.088v-8.35q-.875-.326-1.438-1.087C2 5.977 2 5.65 2 5q0-1.25.875-2.125C3.75 2 4.167 2 5 2q.976 0 1.737.563c.761.563.871.854 1.088 1.437h3.35L9.35 2.175 10.75.75 15 5l-4.25 4.25-1.4-1.425L11.175 6h-3.35A2.92 2.92 0 0 1 6 7.825v8.35A2.92 2.92 0 0 1 7.825 18h3.35L9.35 16.175l1.4-1.425L15 19zM19 22q-1.25 0-2.125-.875C16 20.25 16 19.833 16 19q0-1 .563-1.762c.563-.762.854-.863 1.437-1.063v-8.35q-.875-.3-1.437-1.062C16 6 16 5.667 16 5q0-1.25.875-2.125C17.75 2 18.167 2 19 2s1.542.292 2.125.875S22 4.167 22 5q0 1-.562 1.763c-.562.763-.855.862-1.438 1.062v8.35q.875.326 1.438 1.088C22 18.024 22 18.35 22 19q0 1.25-.875 2.125C20.25 22 19.833 22 19 22M5 20q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.712S5.283 18 5 18s-.52.096-.712.288S4 18.717 4 19s.096.52.287.713S4.717 20 5 20m14 0q.424 0 .713-.287C20 19.425 20 19.283 20 19s-.096-.52-.287-.712S19.283 18 19 18s-.52.096-.712.288S18 18.717 18 19s.096.52.288.713.429.287.712.287M5 6q.424 0 .713-.287C6.002 5.426 6 5.283 6 5s-.096-.52-.287-.712S5.283 4 5 4s-.52.096-.712.287S4 4.717 4 5s.096.52.287.713S4.717 6 5 6m14 0q.424 0 .713-.287C20 5.426 20 5.283 20 5s-.096-.52-.287-.712S19.283 4 19 4s-.52.096-.712.287S18 4.717 18 5s.096.52.288.713S18.717 6 19 6\" /></svg>;\nconst ForwardRef = forwardRef(SvgProgrammingArrows);\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 SvgPublish = (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 20v-8.15l-2.6 2.6L7 13l5-5 5 5-1.4 1.45-2.6-2.6V20zM4 9V6q0-.824.588-1.412C5.176 4 5.45 4 6 4h12q.824 0 1.413.588C20.002 5.176 20 5.45 20 6v3h-2V6H6v3z" }));
6
5
  const ForwardRef = forwardRef(SvgPublish);
@@ -1 +1 @@
1
- {"version":3,"file":"Publish.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Publish.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,6JAA6J,GAAG,CAAM,CAAC;AACpW,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 SvgPublish = (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 20v-8.15l-2.6 2.6L7 13l5-5 5 5-1.4 1.45-2.6-2.6V20zM4 9V6q0-.824.588-1.412C5.176 4 5.45 4 6 4h12q.824 0 1.413.588C20.002 5.176 20 5.45 20 6v3h-2V6H6v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPublish);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Publish.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Publish.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,6JAA6J,GAAG,CAAM,CAAC;AACpW,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 SvgPublish = (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 20v-8.15l-2.6 2.6L7 13l5-5 5 5-1.4 1.45-2.6-2.6V20zM4 9V6q0-.824.588-1.412C5.176 4 5.45 4 6 4h12q.824 0 1.413.588C20.002 5.176 20 5.45 20 6v3h-2V6H6v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgPublish);\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 SvgQrCode = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M3 11V3h8v8zm2-2h4V5H5zM3 21v-8h8v8zm2-2h4v-4H5zm8-8V3h8v8zm2-2h4V5h-4zm4 12v-2h2v2zm-6-6v-2h2v2zm2 2v-2h2v2zm-2 2v-2h2v2zm2 2v-2h2v2zm2-2v-2h2v2zm0-4v-2h2v2zm2 2v-2h2v2z" }));
6
5
  const ForwardRef = forwardRef(SvgQrCode);
@@ -1 +1 @@
1
- {"version":3,"file":"QrCode.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/QrCode.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,4KAA4K,GAAG,CAAM,CAAC;AAClX,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 SvgQrCode = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M3 11V3h8v8zm2-2h4V5H5zM3 21v-8h8v8zm2-2h4v-4H5zm8-8V3h8v8zm2-2h4V5h-4zm4 12v-2h2v2zm-6-6v-2h2v2zm2 2v-2h2v2zm-2 2v-2h2v2zm2 2v-2h2v2zm2-2v-2h2v2zm0-4v-2h2v2zm2 2v-2h2v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgQrCode);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"QrCode.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/QrCode.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,4KAA4K,GAAG,CAAM,CAAC;AAClX,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 SvgQrCode = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M3 11V3h8v8zm2-2h4V5H5zM3 21v-8h8v8zm2-2h4v-4H5zm8-8V3h8v8zm2-2h4V5h-4zm4 12v-2h2v2zm-6-6v-2h2v2zm2 2v-2h2v2zm-2 2v-2h2v2zm2 2v-2h2v2zm2-2v-2h2v2zm0-4v-2h2v2zm2 2v-2h2v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgQrCode);\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 SvgQuestion = (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.95 18q.525 0 .888-.362c.362-.363.362-.538.362-.888s-.12-.646-.362-.887-.538-.363-.888-.363-.646.12-.887.363-.363.537-.363.887.12.646.363.888.537.362.887.362m-.9-3.85h1.85q0-.825.187-1.3c.187-.475.48-.75 1.063-1.3a7.5 7.5 0 0 0 1.025-1.238q.375-.587.375-1.412 0-1.4-1.025-2.15C13.5 6 13.033 6 12.1 6q-1.424 0-2.313.75-.887.75-1.237 1.8l1.65.65q.124-.45.562-.975C11.2 7.7 11.5 7.7 12.1 7.7q.8 0 1.2.437c.4.437.4.613.4.963q0 .5-.3.938t-.75.812q-1.1.975-1.35 1.475c-.25.5-.25.942-.25 1.825M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.312 17.117 2.787 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(SvgQuestion);
@@ -1 +1 @@
1
- {"version":3,"file":"Question.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Question.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,6+BAA6+B,GAAG,CAAM,CAAC;AACrrC,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 SvgQuestion = (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.95 18q.525 0 .888-.362c.362-.363.362-.538.362-.888s-.12-.646-.362-.887-.538-.363-.888-.363-.646.12-.887.363-.363.537-.363.887.12.646.363.888.537.362.887.362m-.9-3.85h1.85q0-.825.187-1.3c.187-.475.48-.75 1.063-1.3a7.5 7.5 0 0 0 1.025-1.238q.375-.587.375-1.412 0-1.4-1.025-2.15C13.5 6 13.033 6 12.1 6q-1.424 0-2.313.75-.887.75-1.237 1.8l1.65.65q.124-.45.562-.975C11.2 7.7 11.5 7.7 12.1 7.7q.8 0 1.2.437c.4.437.4.613.4.963q0 .5-.3.938t-.75.812q-1.1.975-1.35 1.475c-.25.5-.25.942-.25 1.825M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.312 17.117 2.787 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(SvgQuestion);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Question.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Question.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,6+BAA6+B,GAAG,CAAM,CAAC;AACrrC,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 SvgQuestion = (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.95 18q.525 0 .888-.362c.362-.363.362-.538.362-.888s-.12-.646-.362-.887-.538-.363-.888-.363-.646.12-.887.363-.363.537-.363.887.12.646.363.888.537.362.887.362m-.9-3.85h1.85q0-.825.187-1.3c.187-.475.48-.75 1.063-1.3a7.5 7.5 0 0 0 1.025-1.238q.375-.587.375-1.412 0-1.4-1.025-2.15C13.5 6 13.033 6 12.1 6q-1.424 0-2.313.75-.887.75-1.237 1.8l1.65.65q.124-.45.562-.975C11.2 7.7 11.5 7.7 12.1 7.7q.8 0 1.2.437c.4.437.4.613.4.963q0 .5-.3.938t-.75.812q-1.1.975-1.35 1.475c-.25.5-.25.942-.25 1.825M12 22q-2.075 0-3.9-.787c-1.825-.788-2.275-1.238-3.175-2.138S3.312 17.117 2.787 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(SvgQuestion);\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 SvgReceive = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M3 11V3h8v8zm2-2h4V5H5zM3 21v-8h8v8zm2-2h4v-4H5zm8-8V3h8v8zm2-2h4V5h-4zm4 12v-2h2v2zm-6-6v-2h2v2zm2 2v-2h2v2zm-2 2v-2h2v2zm2 2v-2h2v2zm2-2v-2h2v2zm0-4v-2h2v2zm2 2v-2h2v2z" }));
6
5
  const ForwardRef = forwardRef(SvgReceive);
@@ -1 +1 @@
1
- {"version":3,"file":"Receive.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Receive.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,4KAA4K,GAAG,CAAM,CAAC;AACnX,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 SvgReceive = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M3 11V3h8v8zm2-2h4V5H5zM3 21v-8h8v8zm2-2h4v-4H5zm8-8V3h8v8zm2-2h4V5h-4zm4 12v-2h2v2zm-6-6v-2h2v2zm2 2v-2h2v2zm-2 2v-2h2v2zm2 2v-2h2v2zm2-2v-2h2v2zm0-4v-2h2v2zm2 2v-2h2v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgReceive);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Receive.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Receive.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,4KAA4K,GAAG,CAAM,CAAC;AACnX,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 SvgReceive = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M3 11V3h8v8zm2-2h4V5H5zM3 21v-8h8v8zm2-2h4v-4H5zm8-8V3h8v8zm2-2h4V5h-4zm4 12v-2h2v2zm-6-6v-2h2v2zm2 2v-2h2v2zm-2 2v-2h2v2zm2 2v-2h2v2zm2-2v-2h2v2zm0-4v-2h2v2zm2 2v-2h2v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgReceive);\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 SvgReceived = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m19 6.9-9.6 9.6H18v2H6v-12h2v8.6l9.6-9.6z" }));
6
5
  const ForwardRef = forwardRef(SvgReceived);
@@ -1 +1 @@
1
- {"version":3,"file":"Received.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Received.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,2CAA2C,GAAG,CAAM,CAAC;AACnP,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 SvgReceived = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m19 6.9-9.6 9.6H18v2H6v-12h2v8.6l9.6-9.6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgReceived);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Received.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Received.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,2CAA2C,GAAG,CAAM,CAAC;AACnP,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 SvgReceived = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m19 6.9-9.6 9.6H18v2H6v-12h2v8.6l9.6-9.6z\" /></svg>;\nconst ForwardRef = forwardRef(SvgReceived);\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 SvgRefresh = (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.05 20q-3.35 0-5.7-2.325C4 15.35 4 14.233 4 12v-.175l-1.6 1.6-1.4-1.4 4-4 4 4-1.4 1.4-1.6-1.6V12q0 2.5 1.763 4.25C9.526 18 10.367 18 12.05 18q.65 0 1.275-.15c.625-.15.825-.25 1.225-.45l1.5 1.5q-.95.55-1.95.825c-1 .275-1.35.275-2.05.275M19 15.975l-4-4 1.4-1.4 1.6 1.6V12q0-2.5-1.762-4.25C14.476 6 13.633 6 11.95 6q-.65 0-1.275.15c-.625.15-.825.25-1.225.45l-1.5-1.5a8.3 8.3 0 0 1 1.95-.825A7.7 7.7 0 0 1 11.95 4q3.35 0 5.7 2.325C20 8.65 20 9.767 20 12v.175l1.6-1.6 1.4 1.4z" }));
6
5
  const ForwardRef = forwardRef(SvgRefresh);
@@ -1 +1 @@
1
- {"version":3,"file":"Refresh.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Refresh.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,4dAA4d,GAAG,CAAM,CAAC;AACnqB,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 SvgRefresh = (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.05 20q-3.35 0-5.7-2.325C4 15.35 4 14.233 4 12v-.175l-1.6 1.6-1.4-1.4 4-4 4 4-1.4 1.4-1.6-1.6V12q0 2.5 1.763 4.25C9.526 18 10.367 18 12.05 18q.65 0 1.275-.15c.625-.15.825-.25 1.225-.45l1.5 1.5q-.95.55-1.95.825c-1 .275-1.35.275-2.05.275M19 15.975l-4-4 1.4-1.4 1.6 1.6V12q0-2.5-1.762-4.25C14.476 6 13.633 6 11.95 6q-.65 0-1.275.15c-.625.15-.825.25-1.225.45l-1.5-1.5a8.3 8.3 0 0 1 1.95-.825A7.7 7.7 0 0 1 11.95 4q3.35 0 5.7 2.325C20 8.65 20 9.767 20 12v.175l1.6-1.6 1.4 1.4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgRefresh);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Refresh.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Refresh.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,4dAA4d,GAAG,CAAM,CAAC;AACnqB,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 SvgRefresh = (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.05 20q-3.35 0-5.7-2.325C4 15.35 4 14.233 4 12v-.175l-1.6 1.6-1.4-1.4 4-4 4 4-1.4 1.4-1.6-1.6V12q0 2.5 1.763 4.25C9.526 18 10.367 18 12.05 18q.65 0 1.275-.15c.625-.15.825-.25 1.225-.45l1.5 1.5q-.95.55-1.95.825c-1 .275-1.35.275-2.05.275M19 15.975l-4-4 1.4-1.4 1.6 1.6V12q0-2.5-1.762-4.25C14.476 6 13.633 6 11.95 6q-.65 0-1.275.15c-.625.15-.825.25-1.225.45l-1.5-1.5a8.3 8.3 0 0 1 1.95-.825A7.7 7.7 0 0 1 11.95 4q3.35 0 5.7 2.325C20 8.65 20 9.767 20 12v.175l1.6-1.6 1.4 1.4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgRefresh);\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 SvgRemoveMinus = (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 13h10v-2H7zm5 9q-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(SvgRemoveMinus);
@@ -1 +1 @@
1
- {"version":3,"file":"RemoveMinus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/RemoveMinus.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,ghBAAghB,GAAG,CAAM,CAAC;AAC3tB,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 SvgRemoveMinus = (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 13h10v-2H7zm5 9q-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(SvgRemoveMinus);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"RemoveMinus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/RemoveMinus.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,ghBAAghB,GAAG,CAAM,CAAC;AAC3tB,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 SvgRemoveMinus = (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 13h10v-2H7zm5 9q-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(SvgRemoveMinus);\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 SvgReport = (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 17q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.713S12.283 15 12 15s-.52.096-.712.287S11 15.717 11 16s.096.52.288.712.429.288.712.288m-1-4h2V7h-2zm-2.75 8L3 15.75v-7.5L8.25 3h7.5L21 8.25v7.5L15.75 21zm.85-2h5.8l4.1-4.1V9.1L14.9 5H9.1L5 9.1v5.8z" }));
6
5
  const ForwardRef = forwardRef(SvgReport);
@@ -1 +1 @@
1
- {"version":3,"file":"Report.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Report.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,yQAAyQ,GAAG,CAAM,CAAC;AAC/c,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 SvgReport = (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 17q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.713S12.283 15 12 15s-.52.096-.712.287S11 15.717 11 16s.096.52.288.712.429.288.712.288m-1-4h2V7h-2zm-2.75 8L3 15.75v-7.5L8.25 3h7.5L21 8.25v7.5L15.75 21zm.85-2h5.8l4.1-4.1V9.1L14.9 5H9.1L5 9.1v5.8z\" /></svg>;\nconst ForwardRef = forwardRef(SvgReport);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Report.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Report.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,yQAAyQ,GAAG,CAAM,CAAC;AAC/c,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 SvgReport = (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 17q.424 0 .713-.287c.289-.288.287-.43.287-.713s-.096-.52-.287-.713S12.283 15 12 15s-.52.096-.712.287S11 15.717 11 16s.096.52.288.712.429.288.712.288m-1-4h2V7h-2zm-2.75 8L3 15.75v-7.5L8.25 3h7.5L21 8.25v7.5L15.75 21zm.85-2h5.8l4.1-4.1V9.1L14.9 5H9.1L5 9.1v5.8z\" /></svg>;\nconst ForwardRef = forwardRef(SvgReport);\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 SvgRocket = (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 19.054 1.975-.8q-.25-.723-.462-1.473c-.213-.75-.255-.998-.338-1.498l-1.175.8zm4-1.049h4q.45-.999.725-2.434.275-1.437.275-2.934 0-2.472-.825-4.682T12 4.547q-1.35 1.199-2.175 3.408A13.3 13.3 0 0 0 9 12.637q0 1.497.275 2.933.275 1.437.725 2.435m2-4.994q-.825 0-1.412-.587-.588-.586-.588-1.41c0-.824.196-1.02.588-1.411q.587-.587 1.412-.587c.825 0 1.02.196 1.413.587q.587.587.587 1.41c0 .824-.196 1.02-.587 1.411a1.93 1.93 0 0 1-1.413.587m6 6.043v-2.972l-1.175-.799q-.125.75-.337 1.499c-.212.749-.296.99-.463 1.473zM12 2q2.475 1.798 3.738 4.57C17 9.34 17 10.563 17 13.01l2.1 1.398q.425.275.663.725c.238.45.237.615.237.948V22l-4.975-1.997h-6.05L4 22v-5.918a2 2 0 0 1 .9-1.673L7 13.012q0-3.67 1.263-6.442C9.526 3.797 10.35 3.2 12 2" }));
6
5
  const ForwardRef = forwardRef(SvgRocket);
@@ -1 +1 @@
1
- {"version":3,"file":"Rocket.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Rocket.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,ytBAAytB,GAAG,CAAM,CAAC;AAC/5B,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 SvgRocket = (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 19.054 1.975-.8q-.25-.723-.462-1.473c-.213-.75-.255-.998-.338-1.498l-1.175.8zm4-1.049h4q.45-.999.725-2.434.275-1.437.275-2.934 0-2.472-.825-4.682T12 4.547q-1.35 1.199-2.175 3.408A13.3 13.3 0 0 0 9 12.637q0 1.497.275 2.933.275 1.437.725 2.435m2-4.994q-.825 0-1.412-.587-.588-.586-.588-1.41c0-.824.196-1.02.588-1.411q.587-.587 1.412-.587c.825 0 1.02.196 1.413.587q.587.587.587 1.41c0 .824-.196 1.02-.587 1.411a1.93 1.93 0 0 1-1.413.587m6 6.043v-2.972l-1.175-.799q-.125.75-.337 1.499c-.212.749-.296.99-.463 1.473zM12 2q2.475 1.798 3.738 4.57C17 9.34 17 10.563 17 13.01l2.1 1.398q.425.275.663.725c.238.45.237.615.237.948V22l-4.975-1.997h-6.05L4 22v-5.918a2 2 0 0 1 .9-1.673L7 13.012q0-3.67 1.263-6.442C9.526 3.797 10.35 3.2 12 2\" /></svg>;\nconst ForwardRef = forwardRef(SvgRocket);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Rocket.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Rocket.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,ytBAAytB,GAAG,CAAM,CAAC;AAC/5B,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 SvgRocket = (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 19.054 1.975-.8q-.25-.723-.462-1.473c-.213-.75-.255-.998-.338-1.498l-1.175.8zm4-1.049h4q.45-.999.725-2.434.275-1.437.275-2.934 0-2.472-.825-4.682T12 4.547q-1.35 1.199-2.175 3.408A13.3 13.3 0 0 0 9 12.637q0 1.497.275 2.933.275 1.437.725 2.435m2-4.994q-.825 0-1.412-.587-.588-.586-.588-1.41c0-.824.196-1.02.588-1.411q.587-.587 1.412-.587c.825 0 1.02.196 1.413.587q.587.587.587 1.41c0 .824-.196 1.02-.587 1.411a1.93 1.93 0 0 1-1.413.587m6 6.043v-2.972l-1.175-.799q-.125.75-.337 1.499c-.212.749-.296.99-.463 1.473zM12 2q2.475 1.798 3.738 4.57C17 9.34 17 10.563 17 13.01l2.1 1.398q.425.275.663.725c.238.45.237.615.237.948V22l-4.975-1.997h-6.05L4 22v-5.918a2 2 0 0 1 .9-1.673L7 13.012q0-3.67 1.263-6.442C9.526 3.797 10.35 3.2 12 2\" /></svg>;\nconst ForwardRef = forwardRef(SvgRocket);\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 SvgSave = (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 21V5q0-.824.588-1.412C6.176 2.999 6.45 3 7 3h10q.824 0 1.413.588C19.002 4.175 19 4.45 19 5v16l-7-3zm2-3.05 5-2.15 5 2.15V5H7z" }));
6
5
  const ForwardRef = forwardRef(SvgSave);
@@ -1 +1 @@
1
- {"version":3,"file":"Save.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Save.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,kIAAkI,GAAG,CAAM,CAAC;AACtU,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 SvgSave = (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 21V5q0-.824.588-1.412C6.176 2.999 6.45 3 7 3h10q.824 0 1.413.588C19.002 4.175 19 4.45 19 5v16l-7-3zm2-3.05 5-2.15 5 2.15V5H7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSave);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Save.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Save.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,kIAAkI,GAAG,CAAM,CAAC;AACtU,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 SvgSave = (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 21V5q0-.824.588-1.412C6.176 2.999 6.45 3 7 3h10q.824 0 1.413.588C19.002 4.175 19 4.45 19 5v16l-7-3zm2-3.05 5-2.15 5 2.15V5H7z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSave);\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 SvgSaveFilled = (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 21V5q0-.824.588-1.412C6.176 2.999 6.45 3 7 3h10q.824 0 1.413.588C19.002 4.175 19 4.45 19 5v16l-7-3z" }));
6
5
  const ForwardRef = forwardRef(SvgSaveFilled);
@@ -1 +1 @@
1
- {"version":3,"file":"SaveFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SaveFilled.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,wGAAwG,GAAG,CAAM,CAAC;AAClT,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 SvgSaveFilled = (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 21V5q0-.824.588-1.412C6.176 2.999 6.45 3 7 3h10q.824 0 1.413.588C19.002 4.175 19 4.45 19 5v16l-7-3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSaveFilled);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SaveFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SaveFilled.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,wGAAwG,GAAG,CAAM,CAAC;AAClT,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 SvgSaveFilled = (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 21V5q0-.824.588-1.412C6.176 2.999 6.45 3 7 3h10q.824 0 1.413.588C19.002 4.175 19 4.45 19 5v16l-7-3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgSaveFilled);\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 SvgSaving = (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 11q.424 0 .713-.287C17 10.426 17 10.283 17 10q0-.424-.287-.712C16.425 8.999 16.282 9 16 9s-.52.096-.713.288S15 9.717 15 10q0 .424.287.713c.287.289.43.287.713.287M8 9h5V7H8zM4.5 21q-.85-2.85-1.675-5.687C2 12.474 2 11.483 2 9.5q0-2.3 1.6-3.9C5.2 4 5.967 4 7.5 4h5q.724-.95 1.763-1.475C15.3 2 15.7 2 16.5 2q.625 0 1.063.437C18 2.874 18 3.083 18 3.5q0 .15-.037.3c-.038.15-.055.192-.088.275q-.101.274-.187.562a4 4 0 0 0-.138.588L19.825 7.5H22v6.975l-2.825.925L17.5 21H12v-2h-2v2zM6 19h2v-2h6v2h2l1.55-5.15 2.45-.825V9.5h-1L15.5 6a7.2 7.2 0 0 1 .25-1.9q-.724.2-1.275.688c-.551.487-.633.729-.8 1.212H7.5Q6.05 6 5.025 7.025C4 8.05 4 8.533 4 9.5q0 2.45.675 4.788C5.35 16.625 5.567 17.417 6 19" }));
6
5
  const ForwardRef = forwardRef(SvgSaving);
@@ -1 +1 @@
1
- {"version":3,"file":"Saving.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Saving.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,irBAAirB,GAAG,CAAM,CAAC;AACv3B,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 SvgSaving = (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 11q.424 0 .713-.287C17 10.426 17 10.283 17 10q0-.424-.287-.712C16.425 8.999 16.282 9 16 9s-.52.096-.713.288S15 9.717 15 10q0 .424.287.713c.287.289.43.287.713.287M8 9h5V7H8zM4.5 21q-.85-2.85-1.675-5.687C2 12.474 2 11.483 2 9.5q0-2.3 1.6-3.9C5.2 4 5.967 4 7.5 4h5q.724-.95 1.763-1.475C15.3 2 15.7 2 16.5 2q.625 0 1.063.437C18 2.874 18 3.083 18 3.5q0 .15-.037.3c-.038.15-.055.192-.088.275q-.101.274-.187.562a4 4 0 0 0-.138.588L19.825 7.5H22v6.975l-2.825.925L17.5 21H12v-2h-2v2zM6 19h2v-2h6v2h2l1.55-5.15 2.45-.825V9.5h-1L15.5 6a7.2 7.2 0 0 1 .25-1.9q-.724.2-1.275.688c-.551.487-.633.729-.8 1.212H7.5Q6.05 6 5.025 7.025C4 8.05 4 8.533 4 9.5q0 2.45.675 4.788C5.35 16.625 5.567 17.417 6 19\" /></svg>;\nconst ForwardRef = forwardRef(SvgSaving);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Saving.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Saving.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,irBAAirB,GAAG,CAAM,CAAC;AACv3B,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 SvgSaving = (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 11q.424 0 .713-.287C17 10.426 17 10.283 17 10q0-.424-.287-.712C16.425 8.999 16.282 9 16 9s-.52.096-.713.288S15 9.717 15 10q0 .424.287.713c.287.289.43.287.713.287M8 9h5V7H8zM4.5 21q-.85-2.85-1.675-5.687C2 12.474 2 11.483 2 9.5q0-2.3 1.6-3.9C5.2 4 5.967 4 7.5 4h5q.724-.95 1.763-1.475C15.3 2 15.7 2 16.5 2q.625 0 1.063.437C18 2.874 18 3.083 18 3.5q0 .15-.037.3c-.038.15-.055.192-.088.275q-.101.274-.187.562a4 4 0 0 0-.138.588L19.825 7.5H22v6.975l-2.825.925L17.5 21H12v-2h-2v2zM6 19h2v-2h6v2h2l1.55-5.15 2.45-.825V9.5h-1L15.5 6a7.2 7.2 0 0 1 .25-1.9q-.724.2-1.275.688c-.551.487-.633.729-.8 1.212H7.5Q6.05 6 5.025 7.025C4 8.05 4 8.533 4 9.5q0 2.45.675 4.788C5.35 16.625 5.567 17.417 6 19\" /></svg>;\nconst ForwardRef = forwardRef(SvgSaving);\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 SvgScan = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M2 7V2h5v2H4v3zm0 15v-5h2v3h3v2zm15 0v-2h3v-3h2v5zm3-15V4h-3V2h5v5zm-2.5 10.5H19V19h-1.5zm0-3H19V16h-1.5zM16 16h1.5v1.5H16zm-1.5 1.5H16V19h-1.5zM13 16h1.5v1.5H13zm3-3h1.5v1.5H16zm-1.5 1.5H16V16h-1.5zM13 13h1.5v1.5H13zm6-8v6h-6V5zm-8 8v6H5v-6zm0-8v6H5V5zM9.5 17.5v-3h-3v3zm0-8v-3h-3v3zm8 0v-3h-3v3z" }));
6
5
  const ForwardRef = forwardRef(SvgScan);
@@ -1 +1 @@
1
- {"version":3,"file":"Scan.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Scan.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,2SAA2S,GAAG,CAAM,CAAC;AAC/e,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 SvgScan = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M2 7V2h5v2H4v3zm0 15v-5h2v3h3v2zm15 0v-2h3v-3h2v5zm3-15V4h-3V2h5v5zm-2.5 10.5H19V19h-1.5zm0-3H19V16h-1.5zM16 16h1.5v1.5H16zm-1.5 1.5H16V19h-1.5zM13 16h1.5v1.5H13zm3-3h1.5v1.5H16zm-1.5 1.5H16V16h-1.5zM13 13h1.5v1.5H13zm6-8v6h-6V5zm-8 8v6H5v-6zm0-8v6H5V5zM9.5 17.5v-3h-3v3zm0-8v-3h-3v3zm8 0v-3h-3v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgScan);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Scan.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Scan.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,2SAA2S,GAAG,CAAM,CAAC;AAC/e,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 SvgScan = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M2 7V2h5v2H4v3zm0 15v-5h2v3h3v2zm15 0v-2h3v-3h2v5zm3-15V4h-3V2h5v5zm-2.5 10.5H19V19h-1.5zm0-3H19V16h-1.5zM16 16h1.5v1.5H16zm-1.5 1.5H16V19h-1.5zM13 16h1.5v1.5H13zm3-3h1.5v1.5H16zm-1.5 1.5H16V16h-1.5zM13 13h1.5v1.5H13zm6-8v6h-6V5zm-8 8v6H5v-6zm0-8v6H5V5zM9.5 17.5v-3h-3v3zm0-8v-3h-3v3zm8 0v-3h-3v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgScan);\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 SvgScanBarcode = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "M2 7V2h5v2H4v3zm0 15v-5h2v3h3v2zm15 0v-2h3v-3h2v5zm3-15V4h-3V2h5v5zm-2.5 10.5H19V19h-1.5zm0-3H19V16h-1.5zM16 16h1.5v1.5H16zm-1.5 1.5H16V19h-1.5zM13 16h1.5v1.5H13zm3-3h1.5v1.5H16zm-1.5 1.5H16V16h-1.5zM13 13h1.5v1.5H13zm6-8v6h-6V5zm-8 8v6H5v-6zm0-8v6H5V5zM9.5 17.5v-3h-3v3zm0-8v-3h-3v3zm8 0v-3h-3v3z" }));
6
5
  const ForwardRef = forwardRef(SvgScanBarcode);
@@ -1 +1 @@
1
- {"version":3,"file":"ScanBarcode.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ScanBarcode.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,2SAA2S,GAAG,CAAM,CAAC;AACtf,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 SvgScanBarcode = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M2 7V2h5v2H4v3zm0 15v-5h2v3h3v2zm15 0v-2h3v-3h2v5zm3-15V4h-3V2h5v5zm-2.5 10.5H19V19h-1.5zm0-3H19V16h-1.5zM16 16h1.5v1.5H16zm-1.5 1.5H16V19h-1.5zM13 16h1.5v1.5H13zm3-3h1.5v1.5H16zm-1.5 1.5H16V16h-1.5zM13 13h1.5v1.5H13zm6-8v6h-6V5zm-8 8v6H5v-6zm0-8v6H5V5zM9.5 17.5v-3h-3v3zm0-8v-3h-3v3zm8 0v-3h-3v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgScanBarcode);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ScanBarcode.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ScanBarcode.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,2SAA2S,GAAG,CAAM,CAAC;AACtf,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 SvgScanBarcode = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M2 7V2h5v2H4v3zm0 15v-5h2v3h3v2zm15 0v-2h3v-3h2v5zm3-15V4h-3V2h5v5zm-2.5 10.5H19V19h-1.5zm0-3H19V16h-1.5zM16 16h1.5v1.5H16zm-1.5 1.5H16V19h-1.5zM13 16h1.5v1.5H13zm3-3h1.5v1.5H16zm-1.5 1.5H16V16h-1.5zM13 13h1.5v1.5H13zm6-8v6h-6V5zm-8 8v6H5v-6zm0-8v6H5V5zM9.5 17.5v-3h-3v3zm0-8v-3h-3v3zm8 0v-3h-3v3z\" /></svg>;\nconst ForwardRef = forwardRef(SvgScanBarcode);\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 SvgScanFocus = (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 19v-4h2v4h4v2zm10 0v-2h4v-4h2v4q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zM3 9V5q0-.824.588-1.412C4.175 2.999 4.45 3 5 3h4v2H5v4zm16 0V5h-4V3h4q.824 0 1.413.588C21.002 4.175 21 4.45 21 5v4z" }));
6
5
  const ForwardRef = forwardRef(SvgScanFocus);
@@ -1 +1 @@
1
- {"version":3,"file":"ScanFocus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ScanFocus.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,oPAAoP,GAAG,CAAM,CAAC;AAC7b,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 SvgScanFocus = (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 19v-4h2v4h4v2zm10 0v-2h4v-4h2v4q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zM3 9V5q0-.824.588-1.412C4.175 2.999 4.45 3 5 3h4v2H5v4zm16 0V5h-4V3h4q.824 0 1.413.588C21.002 4.175 21 4.45 21 5v4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgScanFocus);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"ScanFocus.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ScanFocus.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,oPAAoP,GAAG,CAAM,CAAC;AAC7b,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 SvgScanFocus = (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 19v-4h2v4h4v2zm10 0v-2h4v-4h2v4q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zM3 9V5q0-.824.588-1.412C4.175 2.999 4.45 3 5 3h4v2H5v4zm16 0V5h-4V3h4q.824 0 1.413.588C21.002 4.175 21 4.45 21 5v4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgScanFocus);\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 SvgSearch = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m19.6 21-6.3-6.3q-.75.6-1.725.95C10.6 16 10.233 16 9.5 16q-2.725 0-4.612-1.888C3 12.224 3 11.317 3 9.5q0-2.725 1.888-4.612C6.776 3 7.683 3 9.5 3q2.725 0 4.613 1.888C16 6.776 16 7.683 16 9.5a6.1 6.1 0 0 1-1.3 3.8l6.3 6.3zM9.5 14q1.875 0 3.188-1.312C14 11.375 14 10.75 14 9.5s-.437-2.312-1.312-3.187S10.75 5 9.5 5s-2.312.438-3.187 1.313S5 8.25 5 9.5s.438 2.313 1.313 3.188S8.25 14 9.5 14" }));
6
5
  const ForwardRef = forwardRef(SvgSearch);
@@ -1 +1 @@
1
- {"version":3,"file":"Search.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Search.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,mYAAmY,GAAG,CAAM,CAAC;AACzkB,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 SvgSearch = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m19.6 21-6.3-6.3q-.75.6-1.725.95C10.6 16 10.233 16 9.5 16q-2.725 0-4.612-1.888C3 12.224 3 11.317 3 9.5q0-2.725 1.888-4.612C6.776 3 7.683 3 9.5 3q2.725 0 4.613 1.888C16 6.776 16 7.683 16 9.5a6.1 6.1 0 0 1-1.3 3.8l6.3 6.3zM9.5 14q1.875 0 3.188-1.312C14 11.375 14 10.75 14 9.5s-.437-2.312-1.312-3.187S10.75 5 9.5 5s-2.312.438-3.187 1.313S5 8.25 5 9.5s.438 2.313 1.313 3.188S8.25 14 9.5 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgSearch);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Search.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Search.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,mYAAmY,GAAG,CAAM,CAAC;AACzkB,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 SvgSearch = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m19.6 21-6.3-6.3q-.75.6-1.725.95C10.6 16 10.233 16 9.5 16q-2.725 0-4.612-1.888C3 12.224 3 11.317 3 9.5q0-2.725 1.888-4.612C6.776 3 7.683 3 9.5 3q2.725 0 4.613 1.888C16 6.776 16 7.683 16 9.5a6.1 6.1 0 0 1-1.3 3.8l6.3 6.3zM9.5 14q1.875 0 3.188-1.312C14 11.375 14 10.75 14 9.5s-.437-2.312-1.312-3.187S10.75 5 9.5 5s-2.312.438-3.187 1.313S5 8.25 5 9.5s.438 2.313 1.313 3.188S8.25 14 9.5 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgSearch);\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 SvgSecurity = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3" }));
6
5
  const ForwardRef = forwardRef(SvgSecurity);
@@ -1 +1 @@
1
- {"version":3,"file":"Security.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Security.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,yPAAyP,GAAG,CAAM,CAAC;AACjc,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 SvgSecurity = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecurity);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"Security.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Security.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,yPAAyP,GAAG,CAAM,CAAC;AACjc,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 SvgSecurity = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecurity);\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 SvgSecurityAlert = (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 16q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 14 12 14s-.52.096-.712.288S11 14.717 11 15s.096.52.288.713.429.287.712.287m-1-4h2V7h-2zm1 10q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3" }));
6
5
  const ForwardRef = forwardRef(SvgSecurityAlert);
@@ -1 +1 @@
1
- {"version":3,"file":"SecurityAlert.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecurityAlert.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,6ZAA6Z,GAAG,CAAM,CAAC;AAC1mB,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 SvgSecurityAlert = (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 16q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 14 12 14s-.52.096-.712.288S11 14.717 11 15s.096.52.288.713.429.287.712.287m-1-4h2V7h-2zm1 10q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecurityAlert);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SecurityAlert.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecurityAlert.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,6ZAA6Z,GAAG,CAAM,CAAC;AAC1mB,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 SvgSecurityAlert = (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 16q.424 0 .713-.287c.289-.287.287-.43.287-.713s-.096-.52-.287-.712S12.283 14 12 14s-.52.096-.712.288S11 14.717 11 15s.096.52.288.713.429.287.712.287m-1-4h2V7h-2zm1 10q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecurityAlert);\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 SvgSecurityCross = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
5
4
  React.createElement("path", { d: "m9.9 15.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4-2.1 2.1-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM12 22q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3" }));
6
5
  const ForwardRef = forwardRef(SvgSecurityCross);
@@ -1 +1 @@
1
- {"version":3,"file":"SecurityCross.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecurityCross.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,2VAA2V,GAAG,CAAM,CAAC;AACxiB,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 SvgSecurityCross = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m9.9 15.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4-2.1 2.1-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM12 22q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecurityCross);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SecurityCross.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecurityCross.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,2VAA2V,GAAG,CAAM,CAAC;AACxiB,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 SvgSecurityCross = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"m9.9 15.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4-2.1 2.1-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM12 22q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecurityCross);\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 SvgSecurityKey = (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.5 15h3l-.575-3.225q.5-.25.788-.725C14 10.575 14 10.383 14 10q0-.825-.587-1.412C12.825 8 12.55 8 12 8s-1.02.196-1.412.588S10 9.45 10 10q0 .574.288 1.05c.287.476.454.558.787.725zm1.5 7q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3" }));
6
5
  const ForwardRef = forwardRef(SvgSecurityKey);
@@ -1 +1 @@
1
- {"version":3,"file":"SecurityKey.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecurityKey.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,6aAA6a,GAAG,CAAM,CAAC;AACxnB,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 SvgSecurityKey = (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.5 15h3l-.575-3.225q.5-.25.788-.725C14 10.575 14 10.383 14 10q0-.825-.587-1.412C12.825 8 12.55 8 12 8s-1.02.196-1.412.588S10 9.45 10 10q0 .574.288 1.05c.287.476.454.558.787.725zm1.5 7q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecurityKey);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SecurityKey.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecurityKey.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,6aAA6a,GAAG,CAAM,CAAC;AACxnB,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 SvgSecurityKey = (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.5 15h3l-.575-3.225q.5-.25.788-.725C14 10.575 14 10.383 14 10q0-.825-.587-1.412C12.825 8 12.55 8 12 8s-1.02.196-1.412.588S10 9.45 10 10q0 .574.288 1.05c.287.476.454.558.787.725zm1.5 7q-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 3.8-2.262 6.913C15.476 21.124 14.317 21.417 12 22m0-2.1q2.6-.825 4.3-3.3c1.7-2.475 1.7-3.483 1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecurityKey);\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 SvgSecuritySearch = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 2.126-.725 4.088C18.55 17.149 18.1 17.65 17.2 18.65l-3.2-3.2q-.45.274-.962.413C12.525 16 12.35 16 12 16q-1.65 0-2.825-1.175C8 13.65 8 13.1 8 12s.392-2.042 1.175-2.825S10.9 8 12 8s2.042.392 2.825 1.175S16 10.9 16 12q0 .55-.137 1.062c-.137.512-.23.671-.413.988l1.5 1.5q.5-1.025.775-2.15C18 12.275 18 11.883 18 11.1V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3q.65-.2 1.238-.512c.588-.313.779-.455 1.162-.738l1.4 1.4q-.825.675-1.787 1.175c-.962.5-1.313.592-2.013.775m0-8q.824 0 1.413-.587C14 12.825 14 12.55 14 12s-.196-1.02-.587-1.412S12.55 10 12 10s-1.02.196-1.412.588S10 11.45 10 12s.196 1.02.588 1.413S11.45 14 12 14" }));
6
5
  const ForwardRef = forwardRef(SvgSecuritySearch);
@@ -1 +1 @@
1
- {"version":3,"file":"SecuritySearch.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecuritySearch.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,itBAAitB,GAAG,CAAM,CAAC;AAC/5B,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 SvgSecuritySearch = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 2.126-.725 4.088C18.55 17.149 18.1 17.65 17.2 18.65l-3.2-3.2q-.45.274-.962.413C12.525 16 12.35 16 12 16q-1.65 0-2.825-1.175C8 13.65 8 13.1 8 12s.392-2.042 1.175-2.825S10.9 8 12 8s2.042.392 2.825 1.175S16 10.9 16 12q0 .55-.137 1.062c-.137.512-.23.671-.413.988l1.5 1.5q.5-1.025.775-2.15C18 12.275 18 11.883 18 11.1V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3q.65-.2 1.238-.512c.588-.313.779-.455 1.162-.738l1.4 1.4q-.825.675-1.787 1.175c-.962.5-1.313.592-2.013.775m0-8q.824 0 1.413-.587C14 12.825 14 12.55 14 12s-.196-1.02-.587-1.412S12.55 10 12 10s-1.02.196-1.412.588S10 11.45 10 12s.196 1.02.588 1.413S11.45 14 12 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecuritySearch);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SecuritySearch.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecuritySearch.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,itBAAitB,GAAG,CAAM,CAAC;AAC/5B,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 SvgSecuritySearch = (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-3.476-.874-5.737-3.987C4.002 14.898 4 13.633 4 11.1V5l8-3 8 3v6.1q0 2.126-.725 4.088C18.55 17.149 18.1 17.65 17.2 18.65l-3.2-3.2q-.45.274-.962.413C12.525 16 12.35 16 12 16q-1.65 0-2.825-1.175C8 13.65 8 13.1 8 12s.392-2.042 1.175-2.825S10.9 8 12 8s2.042.392 2.825 1.175S16 10.9 16 12q0 .55-.137 1.062c-.137.512-.23.671-.413.988l1.5 1.5q.5-1.025.775-2.15C18 12.275 18 11.883 18 11.1V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5c1.7 2.475 2.567 2.75 4.3 3.3q.65-.2 1.238-.512c.588-.313.779-.455 1.162-.738l1.4 1.4q-.825.675-1.787 1.175c-.962.5-1.313.592-2.013.775m0-8q.824 0 1.413-.587C14 12.825 14 12.55 14 12s-.196-1.02-.587-1.412S12.55 10 12 10s-1.02.196-1.412.588S10 11.45 10 12s.196 1.02.588 1.413S11.45 14 12 14\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecuritySearch);\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 SvgSecuritySlash = (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: "m18.85 16.05-1.5-1.55q.3-.8.475-1.662C18 11.976 18 11.683 18 11.1V6.375l-6-2.25L8.35 5.5 6.8 3.95 12 2l8 3v6.1a11.2 11.2 0 0 1-1.15 4.95m.95 6.55-3.25-3.25q-.95.975-2.113 1.638C13.274 21.65 12.85 21.767 12 22q-3.476-.874-5.738-3.987T4 11.1V6.8L1.4 4.2l1.4-1.4 18.4 18.4zM12 19.9q.875-.275 1.675-.775c.8-.5 1.025-.725 1.475-1.175L6 8.8v2.3q0 3.025 1.7 5.5t4.3 3.3" }));
6
5
  const ForwardRef = forwardRef(SvgSecuritySlash);
@@ -1 +1 @@
1
- {"version":3,"file":"SecuritySlash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecuritySlash.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,4WAA4W,GAAG,CAAM,CAAC;AACzjB,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 SvgSecuritySlash = (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=\"m18.85 16.05-1.5-1.55q.3-.8.475-1.662C18 11.976 18 11.683 18 11.1V6.375l-6-2.25L8.35 5.5 6.8 3.95 12 2l8 3v6.1a11.2 11.2 0 0 1-1.15 4.95m.95 6.55-3.25-3.25q-.95.975-2.113 1.638C13.274 21.65 12.85 21.767 12 22q-3.476-.874-5.738-3.987T4 11.1V6.8L1.4 4.2l1.4-1.4 18.4 18.4zM12 19.9q.875-.275 1.675-.775c.8-.5 1.025-.725 1.475-1.175L6 8.8v2.3q0 3.025 1.7 5.5t4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecuritySlash);\nexport default ForwardRef;"]}
1
+ {"version":3,"file":"SecuritySlash.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/SecuritySlash.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,4WAA4W,GAAG,CAAM,CAAC;AACzjB,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 SvgSecuritySlash = (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=\"m18.85 16.05-1.5-1.55q.3-.8.475-1.662C18 11.976 18 11.683 18 11.1V6.375l-6-2.25L8.35 5.5 6.8 3.95 12 2l8 3v6.1a11.2 11.2 0 0 1-1.15 4.95m.95 6.55-3.25-3.25q-.95.975-2.113 1.638C13.274 21.65 12.85 21.767 12 22q-3.476-.874-5.738-3.987T4 11.1V6.8L1.4 4.2l1.4-1.4 18.4 18.4zM12 19.9q.875-.275 1.675-.775c.8-.5 1.025-.725 1.475-1.175L6 8.8v2.3q0 3.025 1.7 5.5t4.3 3.3\" /></svg>;\nconst ForwardRef = forwardRef(SvgSecuritySlash);\nexport default ForwardRef;"]}