@metamask/design-system-react 0.20.0 → 0.22.0

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 (338) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/dist/components/AvatarGroup/AvatarGroup.cjs +18 -13
  3. package/dist/components/AvatarGroup/AvatarGroup.cjs.map +1 -1
  4. package/dist/components/AvatarGroup/AvatarGroup.constants.cjs +16 -17
  5. package/dist/components/AvatarGroup/AvatarGroup.constants.cjs.map +1 -1
  6. package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts +1 -2
  7. package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts.map +1 -1
  8. package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts +1 -2
  9. package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts.map +1 -1
  10. package/dist/components/AvatarGroup/AvatarGroup.constants.mjs +1 -2
  11. package/dist/components/AvatarGroup/AvatarGroup.constants.mjs.map +1 -1
  12. package/dist/components/AvatarGroup/AvatarGroup.d.cts +8 -21
  13. package/dist/components/AvatarGroup/AvatarGroup.d.cts.map +1 -1
  14. package/dist/components/AvatarGroup/AvatarGroup.d.mts +8 -21
  15. package/dist/components/AvatarGroup/AvatarGroup.d.mts.map +1 -1
  16. package/dist/components/AvatarGroup/AvatarGroup.mjs +9 -4
  17. package/dist/components/AvatarGroup/AvatarGroup.mjs.map +1 -1
  18. package/dist/components/AvatarGroup/AvatarGroup.types.cjs.map +1 -1
  19. package/dist/components/AvatarGroup/AvatarGroup.types.d.cts +7 -24
  20. package/dist/components/AvatarGroup/AvatarGroup.types.d.cts.map +1 -1
  21. package/dist/components/AvatarGroup/AvatarGroup.types.d.mts +7 -24
  22. package/dist/components/AvatarGroup/AvatarGroup.types.d.mts.map +1 -1
  23. package/dist/components/AvatarGroup/AvatarGroup.types.mjs.map +1 -1
  24. package/dist/components/AvatarGroup/index.cjs +3 -3
  25. package/dist/components/AvatarGroup/index.cjs.map +1 -1
  26. package/dist/components/AvatarGroup/index.d.cts +1 -1
  27. package/dist/components/AvatarGroup/index.d.cts.map +1 -1
  28. package/dist/components/AvatarGroup/index.d.mts +1 -1
  29. package/dist/components/AvatarGroup/index.d.mts.map +1 -1
  30. package/dist/components/AvatarGroup/index.mjs +1 -1
  31. package/dist/components/AvatarGroup/index.mjs.map +1 -1
  32. package/dist/components/HeaderBase/HeaderBase.cjs +43 -0
  33. package/dist/components/HeaderBase/HeaderBase.cjs.map +1 -0
  34. package/dist/components/HeaderBase/HeaderBase.d.cts +4 -0
  35. package/dist/components/HeaderBase/HeaderBase.d.cts.map +1 -0
  36. package/dist/components/HeaderBase/HeaderBase.d.mts +4 -0
  37. package/dist/components/HeaderBase/HeaderBase.d.mts.map +1 -0
  38. package/dist/components/HeaderBase/HeaderBase.mjs +24 -0
  39. package/dist/components/HeaderBase/HeaderBase.mjs.map +1 -0
  40. package/dist/components/HeaderBase/HeaderBase.types.cjs +3 -0
  41. package/dist/components/HeaderBase/HeaderBase.types.cjs.map +1 -0
  42. package/dist/components/HeaderBase/HeaderBase.types.d.cts +51 -0
  43. package/dist/components/HeaderBase/HeaderBase.types.d.cts.map +1 -0
  44. package/dist/components/HeaderBase/HeaderBase.types.d.mts +51 -0
  45. package/dist/components/HeaderBase/HeaderBase.types.d.mts.map +1 -0
  46. package/dist/components/HeaderBase/HeaderBase.types.mjs +2 -0
  47. package/dist/components/HeaderBase/HeaderBase.types.mjs.map +1 -0
  48. package/dist/components/HeaderBase/index.cjs +6 -0
  49. package/dist/components/HeaderBase/index.cjs.map +1 -0
  50. package/dist/components/HeaderBase/index.d.cts +3 -0
  51. package/dist/components/HeaderBase/index.d.cts.map +1 -0
  52. package/dist/components/HeaderBase/index.d.mts +3 -0
  53. package/dist/components/HeaderBase/index.d.mts.map +1 -0
  54. package/dist/components/HeaderBase/index.mjs +2 -0
  55. package/dist/components/HeaderBase/index.mjs.map +1 -0
  56. package/dist/components/Icon/icons/Candlestick.cjs +1 -1
  57. package/dist/components/Icon/icons/Candlestick.cjs.map +1 -1
  58. package/dist/components/Icon/icons/Candlestick.mjs +1 -1
  59. package/dist/components/Icon/icons/Candlestick.mjs.map +1 -1
  60. package/dist/components/Icon/icons/Group.cjs +32 -0
  61. package/dist/components/Icon/icons/Group.cjs.map +1 -0
  62. package/dist/components/Icon/icons/Group.d.cts +4 -0
  63. package/dist/components/Icon/icons/Group.d.cts.map +1 -0
  64. package/dist/components/Icon/icons/Group.d.mts +4 -0
  65. package/dist/components/Icon/icons/Group.d.mts.map +1 -0
  66. package/dist/components/Icon/icons/Group.mjs +7 -0
  67. package/dist/components/Icon/icons/Group.mjs.map +1 -0
  68. package/dist/components/Icon/icons/ListArrow.cjs +32 -0
  69. package/dist/components/Icon/icons/ListArrow.cjs.map +1 -0
  70. package/dist/components/Icon/icons/ListArrow.d.cts +4 -0
  71. package/dist/components/Icon/icons/ListArrow.d.cts.map +1 -0
  72. package/dist/components/Icon/icons/ListArrow.d.mts +4 -0
  73. package/dist/components/Icon/icons/ListArrow.d.mts.map +1 -0
  74. package/dist/components/Icon/icons/ListArrow.mjs +7 -0
  75. package/dist/components/Icon/icons/ListArrow.mjs.map +1 -0
  76. package/dist/components/Icon/icons/Merge.cjs +32 -0
  77. package/dist/components/Icon/icons/Merge.cjs.map +1 -0
  78. package/dist/components/Icon/icons/Merge.d.cts +4 -0
  79. package/dist/components/Icon/icons/Merge.d.cts.map +1 -0
  80. package/dist/components/Icon/icons/Merge.d.mts +4 -0
  81. package/dist/components/Icon/icons/Merge.d.mts.map +1 -0
  82. package/dist/components/Icon/icons/Merge.mjs +7 -0
  83. package/dist/components/Icon/icons/Merge.mjs.map +1 -0
  84. package/dist/components/Icon/icons/Musd.cjs +32 -0
  85. package/dist/components/Icon/icons/Musd.cjs.map +1 -0
  86. package/dist/components/Icon/icons/Musd.d.cts +4 -0
  87. package/dist/components/Icon/icons/Musd.d.cts.map +1 -0
  88. package/dist/components/Icon/icons/Musd.d.mts +4 -0
  89. package/dist/components/Icon/icons/Musd.d.mts.map +1 -0
  90. package/dist/components/Icon/icons/Musd.mjs +7 -0
  91. package/dist/components/Icon/icons/Musd.mjs.map +1 -0
  92. package/dist/components/Icon/icons/MusdFilled.cjs +32 -0
  93. package/dist/components/Icon/icons/MusdFilled.cjs.map +1 -0
  94. package/dist/components/Icon/icons/MusdFilled.d.cts +4 -0
  95. package/dist/components/Icon/icons/MusdFilled.d.cts.map +1 -0
  96. package/dist/components/Icon/icons/MusdFilled.d.mts +4 -0
  97. package/dist/components/Icon/icons/MusdFilled.d.mts.map +1 -0
  98. package/dist/components/Icon/icons/MusdFilled.mjs +7 -0
  99. package/dist/components/Icon/icons/MusdFilled.mjs.map +1 -0
  100. package/dist/components/Icon/icons/PieChart.cjs +32 -0
  101. package/dist/components/Icon/icons/PieChart.cjs.map +1 -0
  102. package/dist/components/Icon/icons/PieChart.d.cts +4 -0
  103. package/dist/components/Icon/icons/PieChart.d.cts.map +1 -0
  104. package/dist/components/Icon/icons/PieChart.d.mts +4 -0
  105. package/dist/components/Icon/icons/PieChart.d.mts.map +1 -0
  106. package/dist/components/Icon/icons/PieChart.mjs +7 -0
  107. package/dist/components/Icon/icons/PieChart.mjs.map +1 -0
  108. package/dist/components/Icon/icons/Predictions.cjs +32 -0
  109. package/dist/components/Icon/icons/Predictions.cjs.map +1 -0
  110. package/dist/components/Icon/icons/Predictions.d.cts +4 -0
  111. package/dist/components/Icon/icons/Predictions.d.cts.map +1 -0
  112. package/dist/components/Icon/icons/Predictions.d.mts +4 -0
  113. package/dist/components/Icon/icons/Predictions.d.mts.map +1 -0
  114. package/dist/components/Icon/icons/Predictions.mjs +7 -0
  115. package/dist/components/Icon/icons/Predictions.mjs.map +1 -0
  116. package/dist/components/Icon/icons/index.cjs +14 -0
  117. package/dist/components/Icon/icons/index.cjs.map +1 -1
  118. package/dist/components/Icon/icons/index.d.cts +7 -0
  119. package/dist/components/Icon/icons/index.d.cts.map +1 -1
  120. package/dist/components/Icon/icons/index.d.mts +7 -0
  121. package/dist/components/Icon/icons/index.d.mts.map +1 -1
  122. package/dist/components/Icon/icons/index.mjs +14 -0
  123. package/dist/components/Icon/icons/index.mjs.map +1 -1
  124. package/dist/components/Input/Input.cjs +4 -3
  125. package/dist/components/Input/Input.cjs.map +1 -1
  126. package/dist/components/Input/Input.d.cts +1 -5
  127. package/dist/components/Input/Input.d.cts.map +1 -1
  128. package/dist/components/Input/Input.d.mts +1 -5
  129. package/dist/components/Input/Input.d.mts.map +1 -1
  130. package/dist/components/Input/Input.mjs +4 -3
  131. package/dist/components/Input/Input.mjs.map +1 -1
  132. package/dist/components/Input/Input.types.cjs.map +1 -1
  133. package/dist/components/Input/Input.types.d.cts +2 -20
  134. package/dist/components/Input/Input.types.d.cts.map +1 -1
  135. package/dist/components/Input/Input.types.d.mts +2 -20
  136. package/dist/components/Input/Input.types.d.mts.map +1 -1
  137. package/dist/components/Input/Input.types.mjs.map +1 -1
  138. package/dist/components/Modal/Modal.cjs +49 -0
  139. package/dist/components/Modal/Modal.cjs.map +1 -0
  140. package/dist/components/Modal/Modal.context.cjs +14 -0
  141. package/dist/components/Modal/Modal.context.cjs.map +1 -0
  142. package/dist/components/Modal/Modal.context.d.cts +6 -0
  143. package/dist/components/Modal/Modal.context.d.cts.map +1 -0
  144. package/dist/components/Modal/Modal.context.d.mts +6 -0
  145. package/dist/components/Modal/Modal.context.d.mts.map +1 -0
  146. package/dist/components/Modal/Modal.context.mjs +10 -0
  147. package/dist/components/Modal/Modal.context.mjs.map +1 -0
  148. package/dist/components/Modal/Modal.d.cts +4 -0
  149. package/dist/components/Modal/Modal.d.cts.map +1 -0
  150. package/dist/components/Modal/Modal.d.mts +4 -0
  151. package/dist/components/Modal/Modal.d.mts.map +1 -0
  152. package/dist/components/Modal/Modal.mjs +30 -0
  153. package/dist/components/Modal/Modal.mjs.map +1 -0
  154. package/dist/components/Modal/Modal.types.cjs +3 -0
  155. package/dist/components/Modal/Modal.types.cjs.map +1 -0
  156. package/dist/components/Modal/Modal.types.d.cts +64 -0
  157. package/dist/components/Modal/Modal.types.d.cts.map +1 -0
  158. package/dist/components/Modal/Modal.types.d.mts +64 -0
  159. package/dist/components/Modal/Modal.types.d.mts.map +1 -0
  160. package/dist/components/Modal/Modal.types.mjs +2 -0
  161. package/dist/components/Modal/Modal.types.mjs.map +1 -0
  162. package/dist/components/Modal/index.cjs +8 -0
  163. package/dist/components/Modal/index.cjs.map +1 -0
  164. package/dist/components/Modal/index.d.cts +5 -0
  165. package/dist/components/Modal/index.d.cts.map +1 -0
  166. package/dist/components/Modal/index.d.mts +5 -0
  167. package/dist/components/Modal/index.d.mts.map +1 -0
  168. package/dist/components/Modal/index.mjs +3 -0
  169. package/dist/components/Modal/index.mjs.map +1 -0
  170. package/dist/components/ModalBody/ModalBody.cjs +32 -0
  171. package/dist/components/ModalBody/ModalBody.cjs.map +1 -0
  172. package/dist/components/ModalBody/ModalBody.d.cts +4 -0
  173. package/dist/components/ModalBody/ModalBody.d.cts.map +1 -0
  174. package/dist/components/ModalBody/ModalBody.d.mts +4 -0
  175. package/dist/components/ModalBody/ModalBody.d.mts.map +1 -0
  176. package/dist/components/ModalBody/ModalBody.mjs +13 -0
  177. package/dist/components/ModalBody/ModalBody.mjs.map +1 -0
  178. package/dist/components/ModalBody/ModalBody.types.cjs +3 -0
  179. package/dist/components/ModalBody/ModalBody.types.cjs.map +1 -0
  180. package/dist/components/ModalBody/ModalBody.types.d.cts +13 -0
  181. package/dist/components/ModalBody/ModalBody.types.d.cts.map +1 -0
  182. package/dist/components/ModalBody/ModalBody.types.d.mts +13 -0
  183. package/dist/components/ModalBody/ModalBody.types.d.mts.map +1 -0
  184. package/dist/components/ModalBody/ModalBody.types.mjs +2 -0
  185. package/dist/components/ModalBody/ModalBody.types.mjs.map +1 -0
  186. package/dist/components/ModalBody/index.cjs +6 -0
  187. package/dist/components/ModalBody/index.cjs.map +1 -0
  188. package/dist/components/ModalBody/index.d.cts +3 -0
  189. package/dist/components/ModalBody/index.d.cts.map +1 -0
  190. package/dist/components/ModalBody/index.d.mts +3 -0
  191. package/dist/components/ModalBody/index.d.mts.map +1 -0
  192. package/dist/components/ModalBody/index.mjs +2 -0
  193. package/dist/components/ModalBody/index.mjs.map +1 -0
  194. package/dist/components/ModalContent/ModalContent.cjs +73 -0
  195. package/dist/components/ModalContent/ModalContent.cjs.map +1 -0
  196. package/dist/components/ModalContent/ModalContent.constants.cjs +34 -0
  197. package/dist/components/ModalContent/ModalContent.constants.cjs.map +1 -0
  198. package/dist/components/ModalContent/ModalContent.constants.d.cts +31 -0
  199. package/dist/components/ModalContent/ModalContent.constants.d.cts.map +1 -0
  200. package/dist/components/ModalContent/ModalContent.constants.d.mts +31 -0
  201. package/dist/components/ModalContent/ModalContent.constants.d.mts.map +1 -0
  202. package/dist/components/ModalContent/ModalContent.constants.mjs +31 -0
  203. package/dist/components/ModalContent/ModalContent.constants.mjs.map +1 -0
  204. package/dist/components/ModalContent/ModalContent.d.cts +4 -0
  205. package/dist/components/ModalContent/ModalContent.d.cts.map +1 -0
  206. package/dist/components/ModalContent/ModalContent.d.mts +4 -0
  207. package/dist/components/ModalContent/ModalContent.d.mts.map +1 -0
  208. package/dist/components/ModalContent/ModalContent.mjs +54 -0
  209. package/dist/components/ModalContent/ModalContent.mjs.map +1 -0
  210. package/dist/components/ModalContent/ModalContent.types.cjs +15 -0
  211. package/dist/components/ModalContent/ModalContent.types.cjs.map +1 -0
  212. package/dist/components/ModalContent/ModalContent.types.d.cts +51 -0
  213. package/dist/components/ModalContent/ModalContent.types.d.cts.map +1 -0
  214. package/dist/components/ModalContent/ModalContent.types.d.mts +51 -0
  215. package/dist/components/ModalContent/ModalContent.types.d.mts.map +1 -0
  216. package/dist/components/ModalContent/ModalContent.types.mjs +12 -0
  217. package/dist/components/ModalContent/ModalContent.types.mjs.map +1 -0
  218. package/dist/components/ModalContent/index.cjs +10 -0
  219. package/dist/components/ModalContent/index.cjs.map +1 -0
  220. package/dist/components/ModalContent/index.d.cts +5 -0
  221. package/dist/components/ModalContent/index.d.cts.map +1 -0
  222. package/dist/components/ModalContent/index.d.mts +5 -0
  223. package/dist/components/ModalContent/index.d.mts.map +1 -0
  224. package/dist/components/ModalContent/index.mjs +4 -0
  225. package/dist/components/ModalContent/index.mjs.map +1 -0
  226. package/dist/components/ModalFocus/ModalFocus.cjs +56 -0
  227. package/dist/components/ModalFocus/ModalFocus.cjs.map +1 -0
  228. package/dist/components/ModalFocus/ModalFocus.d.cts +4 -0
  229. package/dist/components/ModalFocus/ModalFocus.d.cts.map +1 -0
  230. package/dist/components/ModalFocus/ModalFocus.d.mts +4 -0
  231. package/dist/components/ModalFocus/ModalFocus.d.mts.map +1 -0
  232. package/dist/components/ModalFocus/ModalFocus.mjs +34 -0
  233. package/dist/components/ModalFocus/ModalFocus.mjs.map +1 -0
  234. package/dist/components/ModalFocus/ModalFocus.types.cjs +3 -0
  235. package/dist/components/ModalFocus/ModalFocus.types.cjs.map +1 -0
  236. package/dist/components/ModalFocus/ModalFocus.types.d.cts +36 -0
  237. package/dist/components/ModalFocus/ModalFocus.types.d.cts.map +1 -0
  238. package/dist/components/ModalFocus/ModalFocus.types.d.mts +36 -0
  239. package/dist/components/ModalFocus/ModalFocus.types.d.mts.map +1 -0
  240. package/dist/components/ModalFocus/ModalFocus.types.mjs +2 -0
  241. package/dist/components/ModalFocus/ModalFocus.types.mjs.map +1 -0
  242. package/dist/components/ModalFocus/index.cjs +6 -0
  243. package/dist/components/ModalFocus/index.cjs.map +1 -0
  244. package/dist/components/ModalFocus/index.d.cts +3 -0
  245. package/dist/components/ModalFocus/index.d.cts.map +1 -0
  246. package/dist/components/ModalFocus/index.d.mts +3 -0
  247. package/dist/components/ModalFocus/index.d.mts.map +1 -0
  248. package/dist/components/ModalFocus/index.mjs +2 -0
  249. package/dist/components/ModalFocus/index.mjs.map +1 -0
  250. package/dist/components/ModalFooter/ModalFooter.cjs +44 -0
  251. package/dist/components/ModalFooter/ModalFooter.cjs.map +1 -0
  252. package/dist/components/ModalFooter/ModalFooter.d.cts +4 -0
  253. package/dist/components/ModalFooter/ModalFooter.d.cts.map +1 -0
  254. package/dist/components/ModalFooter/ModalFooter.d.mts +4 -0
  255. package/dist/components/ModalFooter/ModalFooter.d.mts.map +1 -0
  256. package/dist/components/ModalFooter/ModalFooter.mjs +25 -0
  257. package/dist/components/ModalFooter/ModalFooter.mjs.map +1 -0
  258. package/dist/components/ModalFooter/ModalFooter.types.cjs +14 -0
  259. package/dist/components/ModalFooter/ModalFooter.types.cjs.map +1 -0
  260. package/dist/components/ModalFooter/ModalFooter.types.d.cts +63 -0
  261. package/dist/components/ModalFooter/ModalFooter.types.d.cts.map +1 -0
  262. package/dist/components/ModalFooter/ModalFooter.types.d.mts +63 -0
  263. package/dist/components/ModalFooter/ModalFooter.types.d.mts.map +1 -0
  264. package/dist/components/ModalFooter/ModalFooter.types.mjs +11 -0
  265. package/dist/components/ModalFooter/ModalFooter.types.mjs.map +1 -0
  266. package/dist/components/ModalFooter/index.cjs +8 -0
  267. package/dist/components/ModalFooter/index.cjs.map +1 -0
  268. package/dist/components/ModalFooter/index.d.cts +4 -0
  269. package/dist/components/ModalFooter/index.d.cts.map +1 -0
  270. package/dist/components/ModalFooter/index.d.mts +4 -0
  271. package/dist/components/ModalFooter/index.d.mts.map +1 -0
  272. package/dist/components/ModalFooter/index.mjs +3 -0
  273. package/dist/components/ModalFooter/index.mjs.map +1 -0
  274. package/dist/components/ModalOverlay/ModalOverlay.cjs +32 -0
  275. package/dist/components/ModalOverlay/ModalOverlay.cjs.map +1 -0
  276. package/dist/components/ModalOverlay/ModalOverlay.d.cts +4 -0
  277. package/dist/components/ModalOverlay/ModalOverlay.d.cts.map +1 -0
  278. package/dist/components/ModalOverlay/ModalOverlay.d.mts +4 -0
  279. package/dist/components/ModalOverlay/ModalOverlay.d.mts.map +1 -0
  280. package/dist/components/ModalOverlay/ModalOverlay.mjs +13 -0
  281. package/dist/components/ModalOverlay/ModalOverlay.mjs.map +1 -0
  282. package/dist/components/ModalOverlay/ModalOverlay.types.cjs +3 -0
  283. package/dist/components/ModalOverlay/ModalOverlay.types.cjs.map +1 -0
  284. package/dist/components/ModalOverlay/ModalOverlay.types.d.cts +9 -0
  285. package/dist/components/ModalOverlay/ModalOverlay.types.d.cts.map +1 -0
  286. package/dist/components/ModalOverlay/ModalOverlay.types.d.mts +9 -0
  287. package/dist/components/ModalOverlay/ModalOverlay.types.d.mts.map +1 -0
  288. package/dist/components/ModalOverlay/ModalOverlay.types.mjs +2 -0
  289. package/dist/components/ModalOverlay/ModalOverlay.types.mjs.map +1 -0
  290. package/dist/components/ModalOverlay/index.cjs +6 -0
  291. package/dist/components/ModalOverlay/index.cjs.map +1 -0
  292. package/dist/components/ModalOverlay/index.d.cts +3 -0
  293. package/dist/components/ModalOverlay/index.d.cts.map +1 -0
  294. package/dist/components/ModalOverlay/index.d.mts +3 -0
  295. package/dist/components/ModalOverlay/index.d.mts.map +1 -0
  296. package/dist/components/ModalOverlay/index.mjs +2 -0
  297. package/dist/components/ModalOverlay/index.mjs.map +1 -0
  298. package/dist/components/Skeleton/Skeleton.cjs +46 -0
  299. package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
  300. package/dist/components/Skeleton/Skeleton.d.cts +4 -0
  301. package/dist/components/Skeleton/Skeleton.d.cts.map +1 -0
  302. package/dist/components/Skeleton/Skeleton.d.mts +4 -0
  303. package/dist/components/Skeleton/Skeleton.d.mts.map +1 -0
  304. package/dist/components/Skeleton/Skeleton.mjs +27 -0
  305. package/dist/components/Skeleton/Skeleton.mjs.map +1 -0
  306. package/dist/components/Skeleton/Skeleton.types.cjs +3 -0
  307. package/dist/components/Skeleton/Skeleton.types.cjs.map +1 -0
  308. package/dist/components/Skeleton/Skeleton.types.d.cts +38 -0
  309. package/dist/components/Skeleton/Skeleton.types.d.cts.map +1 -0
  310. package/dist/components/Skeleton/Skeleton.types.d.mts +38 -0
  311. package/dist/components/Skeleton/Skeleton.types.d.mts.map +1 -0
  312. package/dist/components/Skeleton/Skeleton.types.mjs +2 -0
  313. package/dist/components/Skeleton/Skeleton.types.mjs.map +1 -0
  314. package/dist/components/Skeleton/index.cjs +6 -0
  315. package/dist/components/Skeleton/index.cjs.map +1 -0
  316. package/dist/components/Skeleton/index.d.cts +3 -0
  317. package/dist/components/Skeleton/index.d.cts.map +1 -0
  318. package/dist/components/Skeleton/index.d.mts +3 -0
  319. package/dist/components/Skeleton/index.d.mts.map +1 -0
  320. package/dist/components/Skeleton/index.mjs +2 -0
  321. package/dist/components/Skeleton/index.mjs.map +1 -0
  322. package/dist/components/index.cjs +22 -2
  323. package/dist/components/index.cjs.map +1 -1
  324. package/dist/components/index.d.cts +16 -0
  325. package/dist/components/index.d.cts.map +1 -1
  326. package/dist/components/index.d.mts +16 -0
  327. package/dist/components/index.d.mts.map +1 -1
  328. package/dist/components/index.mjs +8 -0
  329. package/dist/components/index.mjs.map +1 -1
  330. package/dist/types/index.cjs +3 -15
  331. package/dist/types/index.cjs.map +1 -1
  332. package/dist/types/index.d.cts +0 -10
  333. package/dist/types/index.d.cts.map +1 -1
  334. package/dist/types/index.d.mts +0 -10
  335. package/dist/types/index.d.mts.map +1 -1
  336. package/dist/types/index.mjs +0 -11
  337. package/dist/types/index.mjs.map +1 -1
  338. package/package.json +5 -4
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=ListArrow.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListArrow.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ListArrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA2B,CAAC;AAC5C,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=ListArrow.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListArrow.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ListArrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA2B,CAAC;AAC5C,eAAe,UAAU,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import { forwardRef } from "react";
3
+ const SvgListArrow = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
4
+ React.createElement("path", { d: "m6 20-4-4 1.4-1.4L5 16.15V5h2v11.15l1.6-1.55L10 16zm6-1v-2h10v2zm0-6v-2h10v2zm0-6V5h10v2z" }));
5
+ const ForwardRef = forwardRef(SvgListArrow);
6
+ export default ForwardRef;
7
+ //# sourceMappingURL=ListArrow.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListArrow.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/ListArrow.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,2FAA2F,GAAG,CAAM,CAAC;AACpS,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 SvgListArrow = (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 20-4-4 1.4-1.4L5 16.15V5h2v11.15l1.6-1.55L10 16zm6-1v-2h10v2zm0-6v-2h10v2zm0-6V5h10v2z\" /></svg>;\nconst ForwardRef = forwardRef(SvgListArrow);\nexport default ForwardRef;"]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const React = __importStar(require("react"));
27
+ const react_1 = require("react");
28
+ const SvgMerge = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
29
+ React.createElement("path", { d: "M6.4 21 5 19.6l4.825-4.85q.575-.575.875-1.3t.3-1.525v-5.1L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825v5.1a3.95 3.95 0 0 0 1.175 2.825L19 19.6 17.6 21 12 15.4z" }));
30
+ const ForwardRef = (0, react_1.forwardRef)(SvgMerge);
31
+ exports.default = ForwardRef;
32
+ //# sourceMappingURL=Merge.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Merge.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Merge.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAE/B,iCAAwC;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,yJAAyJ,GAAG,CAAM,CAAC;AAC9V,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAC,QAAQ,CAAC,CAAC;AACxC,kBAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgMerge = (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.4 21 5 19.6l4.825-4.85q.575-.575.875-1.3t.3-1.525v-5.1L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825v5.1a3.95 3.95 0 0 0 1.175 2.825L19 19.6 17.6 21 12 15.4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMerge);\nexport default ForwardRef;"]}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=Merge.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Merge.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Merge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAAuB,CAAC;AACxC,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=Merge.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Merge.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Merge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAAuB,CAAC;AACxC,eAAe,UAAU,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import { forwardRef } from "react";
3
+ const SvgMerge = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
4
+ React.createElement("path", { d: "M6.4 21 5 19.6l4.825-4.85q.575-.575.875-1.3t.3-1.525v-5.1L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825v5.1a3.95 3.95 0 0 0 1.175 2.825L19 19.6 17.6 21 12 15.4z" }));
5
+ const ForwardRef = forwardRef(SvgMerge);
6
+ export default ForwardRef;
7
+ //# sourceMappingURL=Merge.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Merge.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Merge.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,yJAAyJ,GAAG,CAAM,CAAC;AAC9V,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 SvgMerge = (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.4 21 5 19.6l4.825-4.85q.575-.575.875-1.3t.3-1.525v-5.1L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825v5.1a3.95 3.95 0 0 0 1.175 2.825L19 19.6 17.6 21 12 15.4z\" /></svg>;\nconst ForwardRef = forwardRef(SvgMerge);\nexport default ForwardRef;"]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const React = __importStar(require("react"));
27
+ const react_1 = require("react");
28
+ const SvgMusd = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
29
+ React.createElement("path", { fillRule: "evenodd", d: "M12.766 7.917h2.923v1.5h-5.582l-.473.457v1.007l.447.384h4.437l.218.218.91.905.221.22v2.102l-1.344 1.374h-1.757v1.438h-1.5v-1.438H8.342v-1.5h5.55l.475-.486v-.867l-.47-.466h-4.37l-.21-.181-1.183-1.013V9.236L9.5 7.917h1.765v-1.44h1.5zM12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16", clipRule: "evenodd" }));
30
+ const ForwardRef = (0, react_1.forwardRef)(SvgMusd);
31
+ exports.default = ForwardRef;
32
+ //# sourceMappingURL=Musd.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Musd.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Musd.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAE/B,iCAAwC;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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,kVAAkV,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AAC5jB,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAC,OAAO,CAAC,CAAC;AACvC,kBAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgMusd = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path fillRule=\"evenodd\" d=\"M12.766 7.917h2.923v1.5h-5.582l-.473.457v1.007l.447.384h4.437l.218.218.91.905.221.22v2.102l-1.344 1.374h-1.757v1.438h-1.5v-1.438H8.342v-1.5h5.55l.475-.486v-.867l-.47-.466h-4.37l-.21-.181-1.183-1.013V9.236L9.5 7.917h1.765v-1.44h1.5zM12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgMusd);\nexport default ForwardRef;"]}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=Musd.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Musd.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Musd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAAsB,CAAC;AACvC,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=Musd.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Musd.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Musd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAAsB,CAAC;AACvC,eAAe,UAAU,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import { forwardRef } from "react";
3
+ const SvgMusd = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
4
+ React.createElement("path", { fillRule: "evenodd", d: "M12.766 7.917h2.923v1.5h-5.582l-.473.457v1.007l.447.384h4.437l.218.218.91.905.221.22v2.102l-1.344 1.374h-1.757v1.438h-1.5v-1.438H8.342v-1.5h5.55l.475-.486v-.867l-.47-.466h-4.37l-.21-.181-1.183-1.013V9.236L9.5 7.917h1.765v-1.44h1.5zM12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16", clipRule: "evenodd" }));
5
+ const ForwardRef = forwardRef(SvgMusd);
6
+ export default ForwardRef;
7
+ //# sourceMappingURL=Musd.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Musd.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Musd.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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,kVAAkV,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AAC5jB,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 SvgMusd = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path fillRule=\"evenodd\" d=\"M12.766 7.917h2.923v1.5h-5.582l-.473.457v1.007l.447.384h4.437l.218.218.91.905.221.22v2.102l-1.344 1.374h-1.757v1.438h-1.5v-1.438H8.342v-1.5h5.55l.475-.486v-.867l-.47-.466h-4.37l-.21-.181-1.183-1.013V9.236L9.5 7.917h1.765v-1.44h1.5zM12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgMusd);\nexport default ForwardRef;"]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const React = __importStar(require("react"));
27
+ const react_1 = require("react");
28
+ const SvgMusdFilled = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
29
+ React.createElement("path", { fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m-.984 3.857V7.67H9.4l-.29.28-1.226 1.183v2.557l.35.298.92.79.28.24h4.362l.321.319v.662l-.33.338H8.342v2h2.674v1.807h2v-1.807h1.613l1.488-1.521v-2.31l-.295-.293-1.202-1.195h-4.446l-.29-.25V9.98l.324-.311h5.482v-2h-2.674V5.857z", clipRule: "evenodd" }));
30
+ const ForwardRef = (0, react_1.forwardRef)(SvgMusdFilled);
31
+ exports.default = ForwardRef;
32
+ //# sourceMappingURL=MusdFilled.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MusdFilled.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MusdFilled.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAE/B,iCAAwC;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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,2SAA2S,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AAC3hB,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAC,aAAa,CAAC,CAAC;AAC7C,kBAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgMusdFilled = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path fillRule=\"evenodd\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m-.984 3.857V7.67H9.4l-.29.28-1.226 1.183v2.557l.35.298.92.79.28.24h4.362l.321.319v.662l-.33.338H8.342v2h2.674v1.807h2v-1.807h1.613l1.488-1.521v-2.31l-.295-.293-1.202-1.195h-4.446l-.29-.25V9.98l.324-.311h5.482v-2h-2.674V5.857z\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgMusdFilled);\nexport default ForwardRef;"]}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=MusdFilled.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MusdFilled.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MusdFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA4B,CAAC;AAC7C,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=MusdFilled.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MusdFilled.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MusdFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA4B,CAAC;AAC7C,eAAe,UAAU,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import { forwardRef } from "react";
3
+ const SvgMusdFilled = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
4
+ React.createElement("path", { fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m-.984 3.857V7.67H9.4l-.29.28-1.226 1.183v2.557l.35.298.92.79.28.24h4.362l.321.319v.662l-.33.338H8.342v2h2.674v1.807h2v-1.807h1.613l1.488-1.521v-2.31l-.295-.293-1.202-1.195h-4.446l-.29-.25V9.98l.324-.311h5.482v-2h-2.674V5.857z", clipRule: "evenodd" }));
5
+ const ForwardRef = forwardRef(SvgMusdFilled);
6
+ export default ForwardRef;
7
+ //# sourceMappingURL=MusdFilled.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MusdFilled.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/MusdFilled.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,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,2SAA2S,EAAC,QAAQ,EAAC,SAAS,GAAG,CAAM,CAAC;AAC3hB,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 SvgMusdFilled = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path fillRule=\"evenodd\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m-.984 3.857V7.67H9.4l-.29.28-1.226 1.183v2.557l.35.298.92.79.28.24h4.362l.321.319v.662l-.33.338H8.342v2h2.674v1.807h2v-1.807h1.613l1.488-1.521v-2.31l-.295-.293-1.202-1.195h-4.446l-.29-.25V9.98l.324-.311h5.482v-2h-2.674V5.857z\" clipRule=\"evenodd\" /></svg>;\nconst ForwardRef = forwardRef(SvgMusdFilled);\nexport default ForwardRef;"]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const React = __importStar(require("react"));
27
+ const react_1 = require("react");
28
+ const SvgPieChart = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
29
+ React.createElement("path", { d: "M13 11h6.95q-.375-2.75-2.287-4.663T13 4.05zm-2 8.95V4.05q-3.025.375-5.012 2.638T4 12t1.988 5.313T11 19.95m2 0q2.75-.35 4.675-2.275T19.95 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9 2 12t.788-3.9 2.137-3.175T8.1 2.788 12 2t3.888.788 3.174 2.15 2.15 3.175T22 12q0 2.05-.788 3.875t-2.137 3.188-3.175 2.15T12 22" }));
30
+ const ForwardRef = (0, react_1.forwardRef)(SvgPieChart);
31
+ exports.default = ForwardRef;
32
+ //# sourceMappingURL=PieChart.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieChart.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PieChart.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAE/B,iCAAwC;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,gUAAgU,GAAG,CAAM,CAAC;AACxgB,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAC,WAAW,CAAC,CAAC;AAC3C,kBAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgPieChart = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M13 11h6.95q-.375-2.75-2.287-4.663T13 4.05zm-2 8.95V4.05q-3.025.375-5.012 2.638T4 12t1.988 5.313T11 19.95m2 0q2.75-.35 4.675-2.275T19.95 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9 2 12t.788-3.9 2.137-3.175T8.1 2.788 12 2t3.888.788 3.174 2.15 2.15 3.175T22 12q0 2.05-.788 3.875t-2.137 3.188-3.175 2.15T12 22\" /></svg>;\nconst ForwardRef = forwardRef(SvgPieChart);\nexport default ForwardRef;"]}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=PieChart.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieChart.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PieChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA0B,CAAC;AAC3C,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=PieChart.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieChart.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PieChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA0B,CAAC;AAC3C,eAAe,UAAU,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import { forwardRef } from "react";
3
+ const SvgPieChart = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
4
+ React.createElement("path", { d: "M13 11h6.95q-.375-2.75-2.287-4.663T13 4.05zm-2 8.95V4.05q-3.025.375-5.012 2.638T4 12t1.988 5.313T11 19.95m2 0q2.75-.35 4.675-2.275T19.95 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9 2 12t.788-3.9 2.137-3.175T8.1 2.788 12 2t3.888.788 3.174 2.15 2.15 3.175T22 12q0 2.05-.788 3.875t-2.137 3.188-3.175 2.15T12 22" }));
5
+ const ForwardRef = forwardRef(SvgPieChart);
6
+ export default ForwardRef;
7
+ //# sourceMappingURL=PieChart.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieChart.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/PieChart.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,gUAAgU,GAAG,CAAM,CAAC;AACxgB,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 SvgPieChart = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" ref={ref} {...props}><path d=\"M13 11h6.95q-.375-2.75-2.287-4.663T13 4.05zm-2 8.95V4.05q-3.025.375-5.012 2.638T4 12t1.988 5.313T11 19.95m2 0q2.75-.35 4.675-2.275T19.95 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9 2 12t.788-3.9 2.137-3.175T8.1 2.788 12 2t3.888.788 3.174 2.15 2.15 3.175T22 12q0 2.05-.788 3.875t-2.137 3.188-3.175 2.15T12 22\" /></svg>;\nconst ForwardRef = forwardRef(SvgPieChart);\nexport default ForwardRef;"]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const React = __importStar(require("react"));
27
+ const react_1 = require("react");
28
+ const SvgPredictions = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
29
+ React.createElement("path", { d: "M12 1.75c5.374 0 9.75 4.313 9.75 9.655 0 2.944-1.332 5.577-3.423 7.345l.852 2.129.548 1.371H4.273l.548-1.371.85-2.129c-2.09-1.768-3.421-4.4-3.421-7.345C2.25 6.063 6.626 1.75 12 1.75m-4.772 18.5h9.545l-.2-.5H7.427zM12 3.75c-4.29 0-7.75 3.438-7.75 7.655 0 2.59 1.302 4.885 3.305 6.273l.104.072h8.682l.104-.072c2.003-1.388 3.305-3.682 3.305-6.273 0-4.217-3.46-7.655-7.75-7.655M15.5 9s.236 1.173.781 1.719c.546.545 1.719.781 1.719.781s-1.173.236-1.719.781C15.736 12.827 15.5 14 15.5 14s-.236-1.173-.781-1.719C14.173 11.735 13 11.5 13 11.5s1.173-.236 1.719-.781C15.264 10.173 15.5 9 15.5 9M13 6s.188.938.625 1.375S15 8 15 8s-.938.188-1.375.625S13 10 13 10s-.188-.938-.625-1.375S11 8 11 8s.938-.188 1.375-.625S13 6 13 6" }));
30
+ const ForwardRef = (0, react_1.forwardRef)(SvgPredictions);
31
+ exports.default = ForwardRef;
32
+ //# sourceMappingURL=Predictions.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Predictions.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Predictions.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAE/B,iCAAwC;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,2sBAA2sB,GAAG,CAAM,CAAC;AACt5B,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAC,cAAc,CAAC,CAAC;AAC9C,kBAAe,UAAU,CAAC","sourcesContent":["import * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { Ref, forwardRef } from \"react\";\nconst SvgPredictions = (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 1.75c5.374 0 9.75 4.313 9.75 9.655 0 2.944-1.332 5.577-3.423 7.345l.852 2.129.548 1.371H4.273l.548-1.371.85-2.129c-2.09-1.768-3.421-4.4-3.421-7.345C2.25 6.063 6.626 1.75 12 1.75m-4.772 18.5h9.545l-.2-.5H7.427zM12 3.75c-4.29 0-7.75 3.438-7.75 7.655 0 2.59 1.302 4.885 3.305 6.273l.104.072h8.682l.104-.072c2.003-1.388 3.305-3.682 3.305-6.273 0-4.217-3.46-7.655-7.75-7.655M15.5 9s.236 1.173.781 1.719c.546.545 1.719.781 1.719.781s-1.173.236-1.719.781C15.736 12.827 15.5 14 15.5 14s-.236-1.173-.781-1.719C14.173 11.735 13 11.5 13 11.5s1.173-.236 1.719-.781C15.264 10.173 15.5 9 15.5 9M13 6s.188.938.625 1.375S15 8 15 8s-.938.188-1.375.625S13 10 13 10s-.188-.938-.625-1.375S11 8 11 8s.938-.188 1.375-.625S13 6 13 6\" /></svg>;\nconst ForwardRef = forwardRef(SvgPredictions);\nexport default ForwardRef;"]}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=Predictions.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Predictions.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Predictions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA6B,CAAC;AAC9C,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
4
+ //# sourceMappingURL=Predictions.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Predictions.d.mts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Predictions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,cAAc;AAI/B,QAAA,MAAM,UAAU,kHAA6B,CAAC;AAC9C,eAAe,UAAU,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import { forwardRef } from "react";
3
+ const SvgPredictions = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
4
+ React.createElement("path", { d: "M12 1.75c5.374 0 9.75 4.313 9.75 9.655 0 2.944-1.332 5.577-3.423 7.345l.852 2.129.548 1.371H4.273l.548-1.371.85-2.129c-2.09-1.768-3.421-4.4-3.421-7.345C2.25 6.063 6.626 1.75 12 1.75m-4.772 18.5h9.545l-.2-.5H7.427zM12 3.75c-4.29 0-7.75 3.438-7.75 7.655 0 2.59 1.302 4.885 3.305 6.273l.104.072h8.682l.104-.072c2.003-1.388 3.305-3.682 3.305-6.273 0-4.217-3.46-7.655-7.75-7.655M15.5 9s.236 1.173.781 1.719c.546.545 1.719.781 1.719.781s-1.173.236-1.719.781C15.736 12.827 15.5 14 15.5 14s-.236-1.173-.781-1.719C14.173 11.735 13 11.5 13 11.5s1.173-.236 1.719-.781C15.264 10.173 15.5 9 15.5 9M13 6s.188.938.625 1.375S15 8 15 8s-.938.188-1.375.625S13 10 13 10s-.188-.938-.625-1.375S11 8 11 8s.938-.188 1.375-.625S13 6 13 6" }));
5
+ const ForwardRef = forwardRef(SvgPredictions);
6
+ export default ForwardRef;
7
+ //# sourceMappingURL=Predictions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Predictions.mjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/Predictions.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,2sBAA2sB,GAAG,CAAM,CAAC;AACt5B,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 SvgPredictions = (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 1.75c5.374 0 9.75 4.313 9.75 9.655 0 2.944-1.332 5.577-3.423 7.345l.852 2.129.548 1.371H4.273l.548-1.371.85-2.129c-2.09-1.768-3.421-4.4-3.421-7.345C2.25 6.063 6.626 1.75 12 1.75m-4.772 18.5h9.545l-.2-.5H7.427zM12 3.75c-4.29 0-7.75 3.438-7.75 7.655 0 2.59 1.302 4.885 3.305 6.273l.104.072h8.682l.104-.072c2.003-1.388 3.305-3.682 3.305-6.273 0-4.217-3.46-7.655-7.75-7.655M15.5 9s.236 1.173.781 1.719c.546.545 1.719.781 1.719.781s-1.173.236-1.719.781C15.736 12.827 15.5 14 15.5 14s-.236-1.173-.781-1.719C14.173 11.735 13 11.5 13 11.5s1.173-.236 1.719-.781C15.264 10.173 15.5 9 15.5 9M13 6s.188.938.625 1.375S15 8 15 8s-.938.188-1.375.625S13 10 13 10s-.188-.938-.625-1.375S11 8 11 8s.938-.188 1.375-.625S13 6 13 6\" /></svg>;\nconst ForwardRef = forwardRef(SvgPredictions);\nexport default ForwardRef;"]}
@@ -125,6 +125,7 @@ const Gift_1 = __importDefault(require("./Gift.cjs"));
125
125
  const GlobalSearch_1 = __importDefault(require("./GlobalSearch.cjs"));
126
126
  const Global_1 = __importDefault(require("./Global.cjs"));
127
127
  const Graph_1 = __importDefault(require("./Graph.cjs"));
128
+ const Group_1 = __importDefault(require("./Group.cjs"));
128
129
  const Hardware_1 = __importDefault(require("./Hardware.cjs"));
129
130
  const HashTag_1 = __importDefault(require("./HashTag.cjs"));
130
131
  const HeartFilled_1 = __importDefault(require("./HeartFilled.cjs"));
@@ -143,6 +144,7 @@ const LastPage_1 = __importDefault(require("./LastPage.cjs"));
143
144
  const LightFilled_1 = __importDefault(require("./LightFilled.cjs"));
144
145
  const Light_1 = __importDefault(require("./Light.cjs"));
145
146
  const Link_1 = __importDefault(require("./Link.cjs"));
147
+ const ListArrow_1 = __importDefault(require("./ListArrow.cjs"));
146
148
  const Loading_1 = __importDefault(require("./Loading.cjs"));
147
149
  const Location_1 = __importDefault(require("./Location.cjs"));
148
150
  const LockSlash_1 = __importDefault(require("./LockSlash.cjs"));
@@ -153,6 +155,7 @@ const Logout_1 = __importDefault(require("./Logout.cjs"));
153
155
  const Mail_1 = __importDefault(require("./Mail.cjs"));
154
156
  const Map_1 = __importDefault(require("./Map.cjs"));
155
157
  const Menu_1 = __importDefault(require("./Menu.cjs"));
158
+ const Merge_1 = __importDefault(require("./Merge.cjs"));
156
159
  const MessageQuestion_1 = __importDefault(require("./MessageQuestion.cjs"));
157
160
  const Messages_1 = __importDefault(require("./Messages.cjs"));
158
161
  const MetamaskFoxOutline_1 = __importDefault(require("./MetamaskFoxOutline.cjs"));
@@ -167,6 +170,8 @@ const Monitor_1 = __importDefault(require("./Monitor.cjs"));
167
170
  const MoreHorizontal_1 = __importDefault(require("./MoreHorizontal.cjs"));
168
171
  const MoreVertical_1 = __importDefault(require("./MoreVertical.cjs"));
169
172
  const MountainFlag_1 = __importDefault(require("./MountainFlag.cjs"));
173
+ const MusdFilled_1 = __importDefault(require("./MusdFilled.cjs"));
174
+ const Musd_1 = __importDefault(require("./Musd.cjs"));
170
175
  const MusicNote_1 = __importDefault(require("./MusicNote.cjs"));
171
176
  const NoPhotography_1 = __importDefault(require("./NoPhotography.cjs"));
172
177
  const Notification_1 = __importDefault(require("./Notification.cjs"));
@@ -176,12 +181,14 @@ const PasswordCheck_1 = __importDefault(require("./PasswordCheck.cjs"));
176
181
  const Pending_1 = __importDefault(require("./Pending.cjs"));
177
182
  const People_1 = __importDefault(require("./People.cjs"));
178
183
  const PersonCancel_1 = __importDefault(require("./PersonCancel.cjs"));
184
+ const PieChart_1 = __importDefault(require("./PieChart.cjs"));
179
185
  const Pin_1 = __importDefault(require("./Pin.cjs"));
180
186
  const Plant_1 = __importDefault(require("./Plant.cjs"));
181
187
  const Plug_1 = __importDefault(require("./Plug.cjs"));
182
188
  const PlusAndMinus_1 = __importDefault(require("./PlusAndMinus.cjs"));
183
189
  const PolicyAlert_1 = __importDefault(require("./PolicyAlert.cjs"));
184
190
  const PopUp_1 = __importDefault(require("./PopUp.cjs"));
191
+ const Predictions_1 = __importDefault(require("./Predictions.cjs"));
185
192
  const Print_1 = __importDefault(require("./Print.cjs"));
186
193
  const PriorityHigh_1 = __importDefault(require("./PriorityHigh.cjs"));
187
194
  const PrivacyTip_1 = __importDefault(require("./PrivacyTip.cjs"));
@@ -408,6 +415,7 @@ exports.Icons = {
408
415
  GlobalSearch: GlobalSearch_1.default,
409
416
  Global: Global_1.default,
410
417
  Graph: Graph_1.default,
418
+ Group: Group_1.default,
411
419
  Hardware: Hardware_1.default,
412
420
  HashTag: HashTag_1.default,
413
421
  HeartFilled: HeartFilled_1.default,
@@ -426,6 +434,7 @@ exports.Icons = {
426
434
  LightFilled: LightFilled_1.default,
427
435
  Light: Light_1.default,
428
436
  Link: Link_1.default,
437
+ ListArrow: ListArrow_1.default,
429
438
  Loading: Loading_1.default,
430
439
  Location: Location_1.default,
431
440
  LockSlash: LockSlash_1.default,
@@ -436,6 +445,7 @@ exports.Icons = {
436
445
  Mail: Mail_1.default,
437
446
  Map: Map_1.default,
438
447
  Menu: Menu_1.default,
448
+ Merge: Merge_1.default,
439
449
  MessageQuestion: MessageQuestion_1.default,
440
450
  Messages: Messages_1.default,
441
451
  MetamaskFoxOutline: MetamaskFoxOutline_1.default,
@@ -450,6 +460,8 @@ exports.Icons = {
450
460
  MoreHorizontal: MoreHorizontal_1.default,
451
461
  MoreVertical: MoreVertical_1.default,
452
462
  MountainFlag: MountainFlag_1.default,
463
+ MusdFilled: MusdFilled_1.default,
464
+ Musd: Musd_1.default,
453
465
  MusicNote: MusicNote_1.default,
454
466
  NoPhotography: NoPhotography_1.default,
455
467
  Notification: Notification_1.default,
@@ -459,12 +471,14 @@ exports.Icons = {
459
471
  Pending: Pending_1.default,
460
472
  People: People_1.default,
461
473
  PersonCancel: PersonCancel_1.default,
474
+ PieChart: PieChart_1.default,
462
475
  Pin: Pin_1.default,
463
476
  Plant: Plant_1.default,
464
477
  Plug: Plug_1.default,
465
478
  PlusAndMinus: PlusAndMinus_1.default,
466
479
  PolicyAlert: PolicyAlert_1.default,
467
480
  PopUp: PopUp_1.default,
481
+ Predictions: Predictions_1.default,
468
482
  Print: Print_1.default,
469
483
  PriorityHigh: PriorityHigh_1.default,
470
484
  PrivacyTip: PrivacyTip_1.default,