@modul/mbui 0.0.2 → 0.0.3-beta-pv-52770-26eac77b

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 (970) hide show
  1. package/dist/@/config/button.d.ts +90 -0
  2. package/dist/@/config/button.js +92 -0
  3. package/dist/@/config/button.js.map +1 -0
  4. package/dist/@/config/index.d.ts +137 -0
  5. package/dist/@/config/index.js +99 -0
  6. package/dist/@/config/index.js.map +1 -0
  7. package/dist/@/lib/utils.d.ts +2 -0
  8. package/dist/@/lib/utils.js +10 -0
  9. package/dist/@/lib/utils.js.map +1 -0
  10. package/dist/Audio/Audio.d.ts +123 -0
  11. package/dist/Audio/Audio.js +294 -0
  12. package/dist/Audio/Audio.js.map +1 -0
  13. package/dist/Audio/index.d.ts +3 -0
  14. package/dist/Audio/index.js +7 -0
  15. package/dist/Audio/index.js.map +1 -0
  16. package/dist/Audio/types.d.ts +34 -0
  17. package/dist/Audio/types.js +13 -0
  18. package/dist/Audio/types.js.map +1 -0
  19. package/dist/Base/Buttons/Button.d.ts +12 -0
  20. package/dist/Base/Buttons/Button.js +53 -0
  21. package/dist/Base/Buttons/Button.js.map +1 -0
  22. package/dist/Base/Buttons/index.d.ts +3 -0
  23. package/dist/Base/Buttons/index.js +7 -0
  24. package/dist/Base/Buttons/index.js.map +1 -0
  25. package/dist/Base/Input/Base.d.ts +4 -0
  26. package/dist/Base/Input/Base.js +20 -0
  27. package/dist/Base/Input/Base.js.map +1 -0
  28. package/dist/Base/Input/Input.d.ts +4 -0
  29. package/dist/Base/Input/Input.js +18 -0
  30. package/dist/Base/Input/Input.js.map +1 -0
  31. package/dist/Base/Input/index.d.ts +2 -0
  32. package/dist/Base/Input/index.js +7 -0
  33. package/dist/Base/Input/index.js.map +1 -0
  34. package/dist/Base/Input/types.d.ts +9 -0
  35. package/dist/Base/Input/types.js +3 -0
  36. package/dist/Base/Input/types.js.map +1 -0
  37. package/dist/Base/Links/TextLink.d.ts +4 -0
  38. package/dist/Base/Links/TextLink.js +9 -0
  39. package/dist/Base/Links/TextLink.js.map +1 -0
  40. package/dist/Base/Links/index.d.ts +2 -0
  41. package/dist/Base/Links/index.js +7 -0
  42. package/dist/Base/Links/index.js.map +1 -0
  43. package/dist/Collapse/Collapse.d.ts +10 -0
  44. package/dist/Collapse/Collapse.js +21 -0
  45. package/dist/Collapse/Collapse.js.map +1 -0
  46. package/dist/Collapse/index.d.ts +3 -0
  47. package/dist/Collapse/index.js +8 -0
  48. package/dist/Collapse/index.js.map +1 -0
  49. package/dist/Input-OTP/Input.d.ts +32 -0
  50. package/dist/Input-OTP/Input.js +28 -0
  51. package/dist/Input-OTP/Input.js.map +1 -0
  52. package/dist/Input-OTP/index.d.ts +2 -0
  53. package/dist/Input-OTP/index.js +9 -0
  54. package/dist/Input-OTP/index.js.map +1 -0
  55. package/dist/Logo/Logo.d.ts +7 -0
  56. package/dist/Logo/Logo.js +11 -0
  57. package/dist/Logo/Logo.js.map +1 -0
  58. package/dist/Logo/index.d.ts +2 -0
  59. package/dist/Logo/index.js +6 -0
  60. package/dist/Logo/index.js.map +1 -0
  61. package/dist/Popover/Popover.d.ts +13 -0
  62. package/dist/Popover/Popover.js +17 -0
  63. package/dist/Popover/Popover.js.map +1 -0
  64. package/dist/Popover/index.d.ts +3 -0
  65. package/dist/Popover/index.js +8 -0
  66. package/dist/Popover/index.js.map +1 -0
  67. package/dist/Slider/Slider.d.ts +4 -0
  68. package/dist/Slider/Slider.js +12 -0
  69. package/dist/Slider/Slider.js.map +1 -0
  70. package/dist/Slider/index.d.ts +3 -0
  71. package/dist/Slider/index.js +8 -0
  72. package/dist/Slider/index.js.map +1 -0
  73. package/dist/Tabs/Tabs.d.ts +13 -0
  74. package/dist/Tabs/Tabs.js +18 -0
  75. package/dist/Tabs/Tabs.js.map +1 -0
  76. package/dist/Tabs/index.d.ts +3 -0
  77. package/dist/Tabs/index.js +8 -0
  78. package/dist/Tabs/index.js.map +1 -0
  79. package/dist/Tooltip/Tooltip.d.ts +13 -0
  80. package/dist/Tooltip/Tooltip.js +16 -0
  81. package/dist/Tooltip/Tooltip.js.map +1 -0
  82. package/dist/Tooltip/index.d.ts +3 -0
  83. package/dist/Tooltip/index.js +8 -0
  84. package/dist/Tooltip/index.js.map +1 -0
  85. package/dist/components/BottonNavigation/BottonNavigation.d.ts +6 -0
  86. package/dist/components/BottonNavigation/BottonNavigation.js +37 -0
  87. package/dist/components/BottonNavigation/BottonNavigation.js.map +1 -0
  88. package/dist/components/BottonNavigation/index.d.ts +3 -0
  89. package/dist/components/BottonNavigation/index.js +3 -0
  90. package/dist/components/BottonNavigation/index.js.map +1 -0
  91. package/dist/components/SvgIcon/SvgIcon.d.ts +10 -0
  92. package/dist/components/SvgIcon/SvgIcon.js +20 -0
  93. package/dist/components/SvgIcon/SvgIcon.js.map +1 -0
  94. package/dist/components/SvgIcon/icons/AddList.d.ts +4 -0
  95. package/dist/components/SvgIcon/icons/AddList.js +9 -0
  96. package/dist/components/SvgIcon/icons/AddList.js.map +1 -0
  97. package/dist/components/SvgIcon/icons/AlertCircle.d.ts +4 -0
  98. package/dist/components/SvgIcon/icons/AlertCircle.js +9 -0
  99. package/dist/components/SvgIcon/icons/AlertCircle.js.map +1 -0
  100. package/dist/components/SvgIcon/icons/AlertCircleSolid.d.ts +4 -0
  101. package/dist/components/SvgIcon/icons/AlertCircleSolid.js +9 -0
  102. package/dist/components/SvgIcon/icons/AlertCircleSolid.js.map +1 -0
  103. package/dist/components/SvgIcon/icons/AlertDiamond.d.ts +4 -0
  104. package/dist/components/SvgIcon/icons/AlertDiamond.js +9 -0
  105. package/dist/components/SvgIcon/icons/AlertDiamond.js.map +1 -0
  106. package/dist/components/SvgIcon/icons/AlertDiamondSolid.d.ts +4 -0
  107. package/dist/components/SvgIcon/icons/AlertDiamondSolid.js +9 -0
  108. package/dist/components/SvgIcon/icons/AlertDiamondSolid.js.map +1 -0
  109. package/dist/components/SvgIcon/icons/AlertShield.d.ts +4 -0
  110. package/dist/components/SvgIcon/icons/AlertShield.js +9 -0
  111. package/dist/components/SvgIcon/icons/AlertShield.js.map +1 -0
  112. package/dist/components/SvgIcon/icons/Android.d.ts +4 -0
  113. package/dist/components/SvgIcon/icons/Android.js +9 -0
  114. package/dist/components/SvgIcon/icons/Android.js.map +1 -0
  115. package/dist/components/SvgIcon/icons/Apple.d.ts +4 -0
  116. package/dist/components/SvgIcon/icons/Apple.js +9 -0
  117. package/dist/components/SvgIcon/icons/Apple.js.map +1 -0
  118. package/dist/components/SvgIcon/icons/Archive.d.ts +4 -0
  119. package/dist/components/SvgIcon/icons/Archive.js +9 -0
  120. package/dist/components/SvgIcon/icons/Archive.js.map +1 -0
  121. package/dist/components/SvgIcon/icons/ArrowCircle.d.ts +4 -0
  122. package/dist/components/SvgIcon/icons/ArrowCircle.js +9 -0
  123. package/dist/components/SvgIcon/icons/ArrowCircle.js.map +1 -0
  124. package/dist/components/SvgIcon/icons/ArrowDown.d.ts +4 -0
  125. package/dist/components/SvgIcon/icons/ArrowDown.js +9 -0
  126. package/dist/components/SvgIcon/icons/ArrowDown.js.map +1 -0
  127. package/dist/components/SvgIcon/icons/ArrowLeft.d.ts +4 -0
  128. package/dist/components/SvgIcon/icons/ArrowLeft.js +9 -0
  129. package/dist/components/SvgIcon/icons/ArrowLeft.js.map +1 -0
  130. package/dist/components/SvgIcon/icons/ArrowRight.d.ts +4 -0
  131. package/dist/components/SvgIcon/icons/ArrowRight.js +9 -0
  132. package/dist/components/SvgIcon/icons/ArrowRight.js.map +1 -0
  133. package/dist/components/SvgIcon/icons/ArrowUp.d.ts +4 -0
  134. package/dist/components/SvgIcon/icons/ArrowUp.js +9 -0
  135. package/dist/components/SvgIcon/icons/ArrowUp.js.map +1 -0
  136. package/dist/components/SvgIcon/icons/ArrowUpCorner.d.ts +4 -0
  137. package/dist/components/SvgIcon/icons/ArrowUpCorner.js +9 -0
  138. package/dist/components/SvgIcon/icons/ArrowUpCorner.js.map +1 -0
  139. package/dist/components/SvgIcon/icons/ArrowsChange.d.ts +4 -0
  140. package/dist/components/SvgIcon/icons/ArrowsChange.js +9 -0
  141. package/dist/components/SvgIcon/icons/ArrowsChange.js.map +1 -0
  142. package/dist/components/SvgIcon/icons/Atm.d.ts +4 -0
  143. package/dist/components/SvgIcon/icons/Atm.js +9 -0
  144. package/dist/components/SvgIcon/icons/Atm.js.map +1 -0
  145. package/dist/components/SvgIcon/icons/Attach.d.ts +4 -0
  146. package/dist/components/SvgIcon/icons/Attach.js +9 -0
  147. package/dist/components/SvgIcon/icons/Attach.js.map +1 -0
  148. package/dist/components/SvgIcon/icons/Bank.d.ts +4 -0
  149. package/dist/components/SvgIcon/icons/Bank.js +9 -0
  150. package/dist/components/SvgIcon/icons/Bank.js.map +1 -0
  151. package/dist/components/SvgIcon/icons/Bold.d.ts +4 -0
  152. package/dist/components/SvgIcon/icons/Bold.js +9 -0
  153. package/dist/components/SvgIcon/icons/Bold.js.map +1 -0
  154. package/dist/components/SvgIcon/icons/Bonus.d.ts +4 -0
  155. package/dist/components/SvgIcon/icons/Bonus.js +9 -0
  156. package/dist/components/SvgIcon/icons/Bonus.js.map +1 -0
  157. package/dist/components/SvgIcon/icons/Building.d.ts +4 -0
  158. package/dist/components/SvgIcon/icons/Building.js +9 -0
  159. package/dist/components/SvgIcon/icons/Building.js.map +1 -0
  160. package/dist/components/SvgIcon/icons/Calendar.d.ts +4 -0
  161. package/dist/components/SvgIcon/icons/Calendar.js +9 -0
  162. package/dist/components/SvgIcon/icons/Calendar.js.map +1 -0
  163. package/dist/components/SvgIcon/icons/CalendarCancel.d.ts +4 -0
  164. package/dist/components/SvgIcon/icons/CalendarCancel.js +9 -0
  165. package/dist/components/SvgIcon/icons/CalendarCancel.js.map +1 -0
  166. package/dist/components/SvgIcon/icons/Call.d.ts +4 -0
  167. package/dist/components/SvgIcon/icons/Call.js +9 -0
  168. package/dist/components/SvgIcon/icons/Call.js.map +1 -0
  169. package/dist/components/SvgIcon/icons/CallEnd.d.ts +4 -0
  170. package/dist/components/SvgIcon/icons/CallEnd.js +9 -0
  171. package/dist/components/SvgIcon/icons/CallEnd.js.map +1 -0
  172. package/dist/components/SvgIcon/icons/CallMissed.d.ts +4 -0
  173. package/dist/components/SvgIcon/icons/CallMissed.js +9 -0
  174. package/dist/components/SvgIcon/icons/CallMissed.js.map +1 -0
  175. package/dist/components/SvgIcon/icons/Callback.d.ts +4 -0
  176. package/dist/components/SvgIcon/icons/Callback.js +9 -0
  177. package/dist/components/SvgIcon/icons/Callback.js.map +1 -0
  178. package/dist/components/SvgIcon/icons/Camera.d.ts +4 -0
  179. package/dist/components/SvgIcon/icons/Camera.js +9 -0
  180. package/dist/components/SvgIcon/icons/Camera.js.map +1 -0
  181. package/dist/components/SvgIcon/icons/Cancel.d.ts +4 -0
  182. package/dist/components/SvgIcon/icons/Cancel.js +9 -0
  183. package/dist/components/SvgIcon/icons/Cancel.js.map +1 -0
  184. package/dist/components/SvgIcon/icons/CancelSolid.d.ts +4 -0
  185. package/dist/components/SvgIcon/icons/CancelSolid.js +9 -0
  186. package/dist/components/SvgIcon/icons/CancelSolid.js.map +1 -0
  187. package/dist/components/SvgIcon/icons/Card.d.ts +4 -0
  188. package/dist/components/SvgIcon/icons/Card.js +9 -0
  189. package/dist/components/SvgIcon/icons/Card.js.map +1 -0
  190. package/dist/components/SvgIcon/icons/CardLock.d.ts +4 -0
  191. package/dist/components/SvgIcon/icons/CardLock.js +9 -0
  192. package/dist/components/SvgIcon/icons/CardLock.js.map +1 -0
  193. package/dist/components/SvgIcon/icons/CardRefill.d.ts +4 -0
  194. package/dist/components/SvgIcon/icons/CardRefill.js +9 -0
  195. package/dist/components/SvgIcon/icons/CardRefill.js.map +1 -0
  196. package/dist/components/SvgIcon/icons/CardReissue.d.ts +4 -0
  197. package/dist/components/SvgIcon/icons/CardReissue.js +9 -0
  198. package/dist/components/SvgIcon/icons/CardReissue.js.map +1 -0
  199. package/dist/components/SvgIcon/icons/CardScan.d.ts +4 -0
  200. package/dist/components/SvgIcon/icons/CardScan.js +9 -0
  201. package/dist/components/SvgIcon/icons/CardScan.js.map +1 -0
  202. package/dist/components/SvgIcon/icons/CardToCard.d.ts +4 -0
  203. package/dist/components/SvgIcon/icons/CardToCard.js +9 -0
  204. package/dist/components/SvgIcon/icons/CardToCard.js.map +1 -0
  205. package/dist/components/SvgIcon/icons/CardUnlock.d.ts +4 -0
  206. package/dist/components/SvgIcon/icons/CardUnlock.js +9 -0
  207. package/dist/components/SvgIcon/icons/CardUnlock.js.map +1 -0
  208. package/dist/components/SvgIcon/icons/Change.d.ts +4 -0
  209. package/dist/components/SvgIcon/icons/Change.js +9 -0
  210. package/dist/components/SvgIcon/icons/Change.js.map +1 -0
  211. package/dist/components/SvgIcon/icons/Chart.d.ts +4 -0
  212. package/dist/components/SvgIcon/icons/Chart.js +9 -0
  213. package/dist/components/SvgIcon/icons/Chart.js.map +1 -0
  214. package/dist/components/SvgIcon/icons/Chat.d.ts +4 -0
  215. package/dist/components/SvgIcon/icons/Chat.js +9 -0
  216. package/dist/components/SvgIcon/icons/Chat.js.map +1 -0
  217. package/dist/components/SvgIcon/icons/ChatSolid.d.ts +4 -0
  218. package/dist/components/SvgIcon/icons/ChatSolid.js +9 -0
  219. package/dist/components/SvgIcon/icons/ChatSolid.js.map +1 -0
  220. package/dist/components/SvgIcon/icons/Check.d.ts +4 -0
  221. package/dist/components/SvgIcon/icons/Check.js +9 -0
  222. package/dist/components/SvgIcon/icons/Check.js.map +1 -0
  223. package/dist/components/SvgIcon/icons/CheckCircle.d.ts +4 -0
  224. package/dist/components/SvgIcon/icons/CheckCircle.js +9 -0
  225. package/dist/components/SvgIcon/icons/CheckCircle.js.map +1 -0
  226. package/dist/components/SvgIcon/icons/CheckCircleSolid.d.ts +4 -0
  227. package/dist/components/SvgIcon/icons/CheckCircleSolid.js +9 -0
  228. package/dist/components/SvgIcon/icons/CheckCircleSolid.js.map +1 -0
  229. package/dist/components/SvgIcon/icons/CheckShield.d.ts +4 -0
  230. package/dist/components/SvgIcon/icons/CheckShield.js +9 -0
  231. package/dist/components/SvgIcon/icons/CheckShield.js.map +1 -0
  232. package/dist/components/SvgIcon/icons/CheckSmall.d.ts +4 -0
  233. package/dist/components/SvgIcon/icons/CheckSmall.js +9 -0
  234. package/dist/components/SvgIcon/icons/CheckSmall.js.map +1 -0
  235. package/dist/components/SvgIcon/icons/Checklist.d.ts +4 -0
  236. package/dist/components/SvgIcon/icons/Checklist.js +9 -0
  237. package/dist/components/SvgIcon/icons/Checklist.js.map +1 -0
  238. package/dist/components/SvgIcon/icons/Circle.d.ts +4 -0
  239. package/dist/components/SvgIcon/icons/Circle.js +9 -0
  240. package/dist/components/SvgIcon/icons/Circle.js.map +1 -0
  241. package/dist/components/SvgIcon/icons/Clock.d.ts +4 -0
  242. package/dist/components/SvgIcon/icons/Clock.js +9 -0
  243. package/dist/components/SvgIcon/icons/Clock.js.map +1 -0
  244. package/dist/components/SvgIcon/icons/Close.d.ts +4 -0
  245. package/dist/components/SvgIcon/icons/Close.js +9 -0
  246. package/dist/components/SvgIcon/icons/Close.js.map +1 -0
  247. package/dist/components/SvgIcon/icons/Coins.d.ts +4 -0
  248. package/dist/components/SvgIcon/icons/Coins.js +9 -0
  249. package/dist/components/SvgIcon/icons/Coins.js.map +1 -0
  250. package/dist/components/SvgIcon/icons/Collapse.d.ts +4 -0
  251. package/dist/components/SvgIcon/icons/Collapse.js +9 -0
  252. package/dist/components/SvgIcon/icons/Collapse.js.map +1 -0
  253. package/dist/components/SvgIcon/icons/Copy.d.ts +4 -0
  254. package/dist/components/SvgIcon/icons/Copy.js +9 -0
  255. package/dist/components/SvgIcon/icons/Copy.js.map +1 -0
  256. package/dist/components/SvgIcon/icons/Cup.d.ts +4 -0
  257. package/dist/components/SvgIcon/icons/Cup.js +9 -0
  258. package/dist/components/SvgIcon/icons/Cup.js.map +1 -0
  259. package/dist/components/SvgIcon/icons/CurrencyChange.d.ts +4 -0
  260. package/dist/components/SvgIcon/icons/CurrencyChange.js +9 -0
  261. package/dist/components/SvgIcon/icons/CurrencyChange.js.map +1 -0
  262. package/dist/components/SvgIcon/icons/CurrencyTransfer.d.ts +4 -0
  263. package/dist/components/SvgIcon/icons/CurrencyTransfer.js +9 -0
  264. package/dist/components/SvgIcon/icons/CurrencyTransfer.js.map +1 -0
  265. package/dist/components/SvgIcon/icons/Deposit.d.ts +4 -0
  266. package/dist/components/SvgIcon/icons/Deposit.js +9 -0
  267. package/dist/components/SvgIcon/icons/Deposit.js.map +1 -0
  268. package/dist/components/SvgIcon/icons/Diamond.d.ts +4 -0
  269. package/dist/components/SvgIcon/icons/Diamond.js +9 -0
  270. package/dist/components/SvgIcon/icons/Diamond.js.map +1 -0
  271. package/dist/components/SvgIcon/icons/Dislike.d.ts +4 -0
  272. package/dist/components/SvgIcon/icons/Dislike.js +9 -0
  273. package/dist/components/SvgIcon/icons/Dislike.js.map +1 -0
  274. package/dist/components/SvgIcon/icons/DislikeSolid.d.ts +4 -0
  275. package/dist/components/SvgIcon/icons/DislikeSolid.js +9 -0
  276. package/dist/components/SvgIcon/icons/DislikeSolid.js.map +1 -0
  277. package/dist/components/SvgIcon/icons/Doc.d.ts +4 -0
  278. package/dist/components/SvgIcon/icons/Doc.js +9 -0
  279. package/dist/components/SvgIcon/icons/Doc.js.map +1 -0
  280. package/dist/components/SvgIcon/icons/DocCancel.d.ts +4 -0
  281. package/dist/components/SvgIcon/icons/DocCancel.js +9 -0
  282. package/dist/components/SvgIcon/icons/DocCancel.js.map +1 -0
  283. package/dist/components/SvgIcon/icons/Dollar.d.ts +4 -0
  284. package/dist/components/SvgIcon/icons/Dollar.js +9 -0
  285. package/dist/components/SvgIcon/icons/Dollar.js.map +1 -0
  286. package/dist/components/SvgIcon/icons/DoubleArrow.d.ts +4 -0
  287. package/dist/components/SvgIcon/icons/DoubleArrow.js +9 -0
  288. package/dist/components/SvgIcon/icons/DoubleArrow.js.map +1 -0
  289. package/dist/components/SvgIcon/icons/DoubleTick.d.ts +4 -0
  290. package/dist/components/SvgIcon/icons/DoubleTick.js +9 -0
  291. package/dist/components/SvgIcon/icons/DoubleTick.js.map +1 -0
  292. package/dist/components/SvgIcon/icons/Download.d.ts +4 -0
  293. package/dist/components/SvgIcon/icons/Download.js +9 -0
  294. package/dist/components/SvgIcon/icons/Download.js.map +1 -0
  295. package/dist/components/SvgIcon/icons/Dropdown.d.ts +4 -0
  296. package/dist/components/SvgIcon/icons/Dropdown.js +9 -0
  297. package/dist/components/SvgIcon/icons/Dropdown.js.map +1 -0
  298. package/dist/components/SvgIcon/icons/DropdownSmallOld.d.ts +4 -0
  299. package/dist/components/SvgIcon/icons/DropdownSmallOld.js +9 -0
  300. package/dist/components/SvgIcon/icons/DropdownSmallOld.js.map +1 -0
  301. package/dist/components/SvgIcon/icons/Dropup.d.ts +4 -0
  302. package/dist/components/SvgIcon/icons/Dropup.js +9 -0
  303. package/dist/components/SvgIcon/icons/Dropup.js.map +1 -0
  304. package/dist/components/SvgIcon/icons/Edit.d.ts +4 -0
  305. package/dist/components/SvgIcon/icons/Edit.js +9 -0
  306. package/dist/components/SvgIcon/icons/Edit.js.map +1 -0
  307. package/dist/components/SvgIcon/icons/Email.d.ts +4 -0
  308. package/dist/components/SvgIcon/icons/Email.js +9 -0
  309. package/dist/components/SvgIcon/icons/Email.js.map +1 -0
  310. package/dist/components/SvgIcon/icons/Excel.d.ts +4 -0
  311. package/dist/components/SvgIcon/icons/Excel.js +9 -0
  312. package/dist/components/SvgIcon/icons/Excel.js.map +1 -0
  313. package/dist/components/SvgIcon/icons/Expand.d.ts +4 -0
  314. package/dist/components/SvgIcon/icons/Expand.js +9 -0
  315. package/dist/components/SvgIcon/icons/Expand.js.map +1 -0
  316. package/dist/components/SvgIcon/icons/Eye.d.ts +4 -0
  317. package/dist/components/SvgIcon/icons/Eye.js +9 -0
  318. package/dist/components/SvgIcon/icons/Eye.js.map +1 -0
  319. package/dist/components/SvgIcon/icons/EyeOff.d.ts +4 -0
  320. package/dist/components/SvgIcon/icons/EyeOff.js +9 -0
  321. package/dist/components/SvgIcon/icons/EyeOff.js.map +1 -0
  322. package/dist/components/SvgIcon/icons/Favorite.d.ts +4 -0
  323. package/dist/components/SvgIcon/icons/Favorite.js +9 -0
  324. package/dist/components/SvgIcon/icons/Favorite.js.map +1 -0
  325. package/dist/components/SvgIcon/icons/FavoriteSolid.d.ts +4 -0
  326. package/dist/components/SvgIcon/icons/FavoriteSolid.js +9 -0
  327. package/dist/components/SvgIcon/icons/FavoriteSolid.js.map +1 -0
  328. package/dist/components/SvgIcon/icons/Fb.d.ts +4 -0
  329. package/dist/components/SvgIcon/icons/Fb.js +9 -0
  330. package/dist/components/SvgIcon/icons/Fb.js.map +1 -0
  331. package/dist/components/SvgIcon/icons/FbCircle.d.ts +4 -0
  332. package/dist/components/SvgIcon/icons/FbCircle.js +9 -0
  333. package/dist/components/SvgIcon/icons/FbCircle.js.map +1 -0
  334. package/dist/components/SvgIcon/icons/File.d.ts +4 -0
  335. package/dist/components/SvgIcon/icons/File.js +9 -0
  336. package/dist/components/SvgIcon/icons/File.js.map +1 -0
  337. package/dist/components/SvgIcon/icons/FileAdd.d.ts +4 -0
  338. package/dist/components/SvgIcon/icons/FileAdd.js +9 -0
  339. package/dist/components/SvgIcon/icons/FileAdd.js.map +1 -0
  340. package/dist/components/SvgIcon/icons/Files.d.ts +4 -0
  341. package/dist/components/SvgIcon/icons/Files.js +9 -0
  342. package/dist/components/SvgIcon/icons/Files.js.map +1 -0
  343. package/dist/components/SvgIcon/icons/Filter.d.ts +4 -0
  344. package/dist/components/SvgIcon/icons/Filter.js +9 -0
  345. package/dist/components/SvgIcon/icons/Filter.js.map +1 -0
  346. package/dist/components/SvgIcon/icons/Folder.d.ts +4 -0
  347. package/dist/components/SvgIcon/icons/Folder.js +9 -0
  348. package/dist/components/SvgIcon/icons/Folder.js.map +1 -0
  349. package/dist/components/SvgIcon/icons/Geolocation.d.ts +4 -0
  350. package/dist/components/SvgIcon/icons/Geolocation.js +9 -0
  351. package/dist/components/SvgIcon/icons/Geolocation.js.map +1 -0
  352. package/dist/components/SvgIcon/icons/Gift.d.ts +4 -0
  353. package/dist/components/SvgIcon/icons/Gift.js +9 -0
  354. package/dist/components/SvgIcon/icons/Gift.js.map +1 -0
  355. package/dist/components/SvgIcon/icons/Globe.d.ts +4 -0
  356. package/dist/components/SvgIcon/icons/Globe.js +9 -0
  357. package/dist/components/SvgIcon/icons/Globe.js.map +1 -0
  358. package/dist/components/SvgIcon/icons/Heart.d.ts +4 -0
  359. package/dist/components/SvgIcon/icons/Heart.js +9 -0
  360. package/dist/components/SvgIcon/icons/Heart.js.map +1 -0
  361. package/dist/components/SvgIcon/icons/HeartSolid.d.ts +4 -0
  362. package/dist/components/SvgIcon/icons/HeartSolid.js +9 -0
  363. package/dist/components/SvgIcon/icons/HeartSolid.js.map +1 -0
  364. package/dist/components/SvgIcon/icons/Help.d.ts +4 -0
  365. package/dist/components/SvgIcon/icons/Help.js +9 -0
  366. package/dist/components/SvgIcon/icons/Help.js.map +1 -0
  367. package/dist/components/SvgIcon/icons/Home.d.ts +4 -0
  368. package/dist/components/SvgIcon/icons/Home.js +9 -0
  369. package/dist/components/SvgIcon/icons/Home.js.map +1 -0
  370. package/dist/components/SvgIcon/icons/Housing.d.ts +4 -0
  371. package/dist/components/SvgIcon/icons/Housing.js +9 -0
  372. package/dist/components/SvgIcon/icons/Housing.js.map +1 -0
  373. package/dist/components/SvgIcon/icons/Ig.d.ts +4 -0
  374. package/dist/components/SvgIcon/icons/Ig.js +9 -0
  375. package/dist/components/SvgIcon/icons/Ig.js.map +1 -0
  376. package/dist/components/SvgIcon/icons/IgCircle.d.ts +4 -0
  377. package/dist/components/SvgIcon/icons/IgCircle.js +9 -0
  378. package/dist/components/SvgIcon/icons/IgCircle.js.map +1 -0
  379. package/dist/components/SvgIcon/icons/Info.d.ts +4 -0
  380. package/dist/components/SvgIcon/icons/Info.js +9 -0
  381. package/dist/components/SvgIcon/icons/Info.js.map +1 -0
  382. package/dist/components/SvgIcon/icons/InfoBook.d.ts +4 -0
  383. package/dist/components/SvgIcon/icons/InfoBook.js +9 -0
  384. package/dist/components/SvgIcon/icons/InfoBook.js.map +1 -0
  385. package/dist/components/SvgIcon/icons/InfoSolid.d.ts +4 -0
  386. package/dist/components/SvgIcon/icons/InfoSolid.js +9 -0
  387. package/dist/components/SvgIcon/icons/InfoSolid.js.map +1 -0
  388. package/dist/components/SvgIcon/icons/Italic.d.ts +4 -0
  389. package/dist/components/SvgIcon/icons/Italic.js +9 -0
  390. package/dist/components/SvgIcon/icons/Italic.js.map +1 -0
  391. package/dist/components/SvgIcon/icons/Key.d.ts +4 -0
  392. package/dist/components/SvgIcon/icons/Key.js +9 -0
  393. package/dist/components/SvgIcon/icons/Key.js.map +1 -0
  394. package/dist/components/SvgIcon/icons/Left.d.ts +4 -0
  395. package/dist/components/SvgIcon/icons/Left.js +9 -0
  396. package/dist/components/SvgIcon/icons/Left.js.map +1 -0
  397. package/dist/components/SvgIcon/icons/Lightbulb.d.ts +4 -0
  398. package/dist/components/SvgIcon/icons/Lightbulb.js +9 -0
  399. package/dist/components/SvgIcon/icons/Lightbulb.js.map +1 -0
  400. package/dist/components/SvgIcon/icons/Like.d.ts +4 -0
  401. package/dist/components/SvgIcon/icons/Like.js +9 -0
  402. package/dist/components/SvgIcon/icons/Like.js.map +1 -0
  403. package/dist/components/SvgIcon/icons/LikeSolid.d.ts +4 -0
  404. package/dist/components/SvgIcon/icons/LikeSolid.js +9 -0
  405. package/dist/components/SvgIcon/icons/LikeSolid.js.map +1 -0
  406. package/dist/components/SvgIcon/icons/Link.d.ts +4 -0
  407. package/dist/components/SvgIcon/icons/Link.js +9 -0
  408. package/dist/components/SvgIcon/icons/Link.js.map +1 -0
  409. package/dist/components/SvgIcon/icons/Lock.d.ts +4 -0
  410. package/dist/components/SvgIcon/icons/Lock.js +9 -0
  411. package/dist/components/SvgIcon/icons/Lock.js.map +1 -0
  412. package/dist/components/SvgIcon/icons/Logout.d.ts +4 -0
  413. package/dist/components/SvgIcon/icons/Logout.js +9 -0
  414. package/dist/components/SvgIcon/icons/Logout.js.map +1 -0
  415. package/dist/components/SvgIcon/icons/MagicWand.d.ts +4 -0
  416. package/dist/components/SvgIcon/icons/MagicWand.js +9 -0
  417. package/dist/components/SvgIcon/icons/MagicWand.js.map +1 -0
  418. package/dist/components/SvgIcon/icons/Mail.d.ts +4 -0
  419. package/dist/components/SvgIcon/icons/Mail.js +9 -0
  420. package/dist/components/SvgIcon/icons/Mail.js.map +1 -0
  421. package/dist/components/SvgIcon/icons/MailSend.d.ts +4 -0
  422. package/dist/components/SvgIcon/icons/MailSend.js +9 -0
  423. package/dist/components/SvgIcon/icons/MailSend.js.map +1 -0
  424. package/dist/components/SvgIcon/icons/Map.d.ts +4 -0
  425. package/dist/components/SvgIcon/icons/Map.js +9 -0
  426. package/dist/components/SvgIcon/icons/Map.js.map +1 -0
  427. package/dist/components/SvgIcon/icons/MapPin.d.ts +4 -0
  428. package/dist/components/SvgIcon/icons/MapPin.js +9 -0
  429. package/dist/components/SvgIcon/icons/MapPin.js.map +1 -0
  430. package/dist/components/SvgIcon/icons/Menu.d.ts +4 -0
  431. package/dist/components/SvgIcon/icons/Menu.js +9 -0
  432. package/dist/components/SvgIcon/icons/Menu.js.map +1 -0
  433. package/dist/components/SvgIcon/icons/Mic.d.ts +4 -0
  434. package/dist/components/SvgIcon/icons/Mic.js +9 -0
  435. package/dist/components/SvgIcon/icons/Mic.js.map +1 -0
  436. package/dist/components/SvgIcon/icons/MicOff.d.ts +4 -0
  437. package/dist/components/SvgIcon/icons/MicOff.js +9 -0
  438. package/dist/components/SvgIcon/icons/MicOff.js.map +1 -0
  439. package/dist/components/SvgIcon/icons/Minus.d.ts +4 -0
  440. package/dist/components/SvgIcon/icons/Minus.js +9 -0
  441. package/dist/components/SvgIcon/icons/Minus.js.map +1 -0
  442. package/dist/components/SvgIcon/icons/MinusCircle.d.ts +4 -0
  443. package/dist/components/SvgIcon/icons/MinusCircle.js +9 -0
  444. package/dist/components/SvgIcon/icons/MinusCircle.js.map +1 -0
  445. package/dist/components/SvgIcon/icons/MinusShort.d.ts +4 -0
  446. package/dist/components/SvgIcon/icons/MinusShort.js +9 -0
  447. package/dist/components/SvgIcon/icons/MinusShort.js.map +1 -0
  448. package/dist/components/SvgIcon/icons/Moneybox.d.ts +4 -0
  449. package/dist/components/SvgIcon/icons/Moneybox.js +9 -0
  450. package/dist/components/SvgIcon/icons/Moneybox.js.map +1 -0
  451. package/dist/components/SvgIcon/icons/More.d.ts +4 -0
  452. package/dist/components/SvgIcon/icons/More.js +9 -0
  453. package/dist/components/SvgIcon/icons/More.js.map +1 -0
  454. package/dist/components/SvgIcon/icons/Move.d.ts +4 -0
  455. package/dist/components/SvgIcon/icons/Move.js +9 -0
  456. package/dist/components/SvgIcon/icons/Move.js.map +1 -0
  457. package/dist/components/SvgIcon/icons/Newbie.d.ts +4 -0
  458. package/dist/components/SvgIcon/icons/Newbie.js +9 -0
  459. package/dist/components/SvgIcon/icons/Newbie.js.map +1 -0
  460. package/dist/components/SvgIcon/icons/News.d.ts +4 -0
  461. package/dist/components/SvgIcon/icons/News.js +9 -0
  462. package/dist/components/SvgIcon/icons/News.js.map +1 -0
  463. package/dist/components/SvgIcon/icons/Notes.d.ts +4 -0
  464. package/dist/components/SvgIcon/icons/Notes.js +9 -0
  465. package/dist/components/SvgIcon/icons/Notes.js.map +1 -0
  466. package/dist/components/SvgIcon/icons/Notification.d.ts +4 -0
  467. package/dist/components/SvgIcon/icons/Notification.js +9 -0
  468. package/dist/components/SvgIcon/icons/Notification.js.map +1 -0
  469. package/dist/components/SvgIcon/icons/Ok.d.ts +4 -0
  470. package/dist/components/SvgIcon/icons/Ok.js +9 -0
  471. package/dist/components/SvgIcon/icons/Ok.js.map +1 -0
  472. package/dist/components/SvgIcon/icons/OkCircle.d.ts +4 -0
  473. package/dist/components/SvgIcon/icons/OkCircle.js +9 -0
  474. package/dist/components/SvgIcon/icons/OkCircle.js.map +1 -0
  475. package/dist/components/SvgIcon/icons/Order.d.ts +4 -0
  476. package/dist/components/SvgIcon/icons/Order.js +9 -0
  477. package/dist/components/SvgIcon/icons/Order.js.map +1 -0
  478. package/dist/components/SvgIcon/icons/OrderLoad.d.ts +4 -0
  479. package/dist/components/SvgIcon/icons/OrderLoad.js +9 -0
  480. package/dist/components/SvgIcon/icons/OrderLoad.js.map +1 -0
  481. package/dist/components/SvgIcon/icons/OrderSend.d.ts +4 -0
  482. package/dist/components/SvgIcon/icons/OrderSend.js +9 -0
  483. package/dist/components/SvgIcon/icons/OrderSend.js.map +1 -0
  484. package/dist/components/SvgIcon/icons/Pause.d.ts +4 -0
  485. package/dist/components/SvgIcon/icons/Pause.js +9 -0
  486. package/dist/components/SvgIcon/icons/Pause.js.map +1 -0
  487. package/dist/components/SvgIcon/icons/PauseCircle.d.ts +4 -0
  488. package/dist/components/SvgIcon/icons/PauseCircle.js +9 -0
  489. package/dist/components/SvgIcon/icons/PauseCircle.js.map +1 -0
  490. package/dist/components/SvgIcon/icons/Payment.d.ts +4 -0
  491. package/dist/components/SvgIcon/icons/Payment.js +9 -0
  492. package/dist/components/SvgIcon/icons/Payment.js.map +1 -0
  493. package/dist/components/SvgIcon/icons/PhoneShake.d.ts +4 -0
  494. package/dist/components/SvgIcon/icons/PhoneShake.js +9 -0
  495. package/dist/components/SvgIcon/icons/PhoneShake.js.map +1 -0
  496. package/dist/components/SvgIcon/icons/Play.d.ts +4 -0
  497. package/dist/components/SvgIcon/icons/Play.js +9 -0
  498. package/dist/components/SvgIcon/icons/Play.js.map +1 -0
  499. package/dist/components/SvgIcon/icons/PlaySolid.d.ts +4 -0
  500. package/dist/components/SvgIcon/icons/PlaySolid.js +9 -0
  501. package/dist/components/SvgIcon/icons/PlaySolid.js.map +1 -0
  502. package/dist/components/SvgIcon/icons/Plus.d.ts +4 -0
  503. package/dist/components/SvgIcon/icons/Plus.js +9 -0
  504. package/dist/components/SvgIcon/icons/Plus.js.map +1 -0
  505. package/dist/components/SvgIcon/icons/PlusCircle.d.ts +4 -0
  506. package/dist/components/SvgIcon/icons/PlusCircle.js +9 -0
  507. package/dist/components/SvgIcon/icons/PlusCircle.js.map +1 -0
  508. package/dist/components/SvgIcon/icons/Pos.d.ts +4 -0
  509. package/dist/components/SvgIcon/icons/Pos.js +9 -0
  510. package/dist/components/SvgIcon/icons/Pos.js.map +1 -0
  511. package/dist/components/SvgIcon/icons/Print.d.ts +4 -0
  512. package/dist/components/SvgIcon/icons/Print.js +9 -0
  513. package/dist/components/SvgIcon/icons/Print.js.map +1 -0
  514. package/dist/components/SvgIcon/icons/QrPay.d.ts +4 -0
  515. package/dist/components/SvgIcon/icons/QrPay.js +9 -0
  516. package/dist/components/SvgIcon/icons/QrPay.js.map +1 -0
  517. package/dist/components/SvgIcon/icons/Redirect.d.ts +4 -0
  518. package/dist/components/SvgIcon/icons/Redirect.js +9 -0
  519. package/dist/components/SvgIcon/icons/Redirect.js.map +1 -0
  520. package/dist/components/SvgIcon/icons/Refill.d.ts +4 -0
  521. package/dist/components/SvgIcon/icons/Refill.js +9 -0
  522. package/dist/components/SvgIcon/icons/Refill.js.map +1 -0
  523. package/dist/components/SvgIcon/icons/Refund.d.ts +4 -0
  524. package/dist/components/SvgIcon/icons/Refund.js +9 -0
  525. package/dist/components/SvgIcon/icons/Refund.js.map +1 -0
  526. package/dist/components/SvgIcon/icons/Reload.d.ts +4 -0
  527. package/dist/components/SvgIcon/icons/Reload.js +9 -0
  528. package/dist/components/SvgIcon/icons/Reload.js.map +1 -0
  529. package/dist/components/SvgIcon/icons/Reply.d.ts +4 -0
  530. package/dist/components/SvgIcon/icons/Reply.js +9 -0
  531. package/dist/components/SvgIcon/icons/Reply.js.map +1 -0
  532. package/dist/components/SvgIcon/icons/ReplyShape.d.ts +4 -0
  533. package/dist/components/SvgIcon/icons/ReplyShape.js +9 -0
  534. package/dist/components/SvgIcon/icons/ReplyShape.js.map +1 -0
  535. package/dist/components/SvgIcon/icons/ReplyShapeSolid.d.ts +4 -0
  536. package/dist/components/SvgIcon/icons/ReplyShapeSolid.js +9 -0
  537. package/dist/components/SvgIcon/icons/ReplyShapeSolid.js.map +1 -0
  538. package/dist/components/SvgIcon/icons/Request.d.ts +4 -0
  539. package/dist/components/SvgIcon/icons/Request.js +9 -0
  540. package/dist/components/SvgIcon/icons/Request.js.map +1 -0
  541. package/dist/components/SvgIcon/icons/Right.d.ts +4 -0
  542. package/dist/components/SvgIcon/icons/Right.js +9 -0
  543. package/dist/components/SvgIcon/icons/Right.js.map +1 -0
  544. package/dist/components/SvgIcon/icons/Route.d.ts +4 -0
  545. package/dist/components/SvgIcon/icons/Route.js +9 -0
  546. package/dist/components/SvgIcon/icons/Route.js.map +1 -0
  547. package/dist/components/SvgIcon/icons/Ruble.d.ts +4 -0
  548. package/dist/components/SvgIcon/icons/Ruble.js +9 -0
  549. package/dist/components/SvgIcon/icons/Ruble.js.map +1 -0
  550. package/dist/components/SvgIcon/icons/Sbp.d.ts +4 -0
  551. package/dist/components/SvgIcon/icons/Sbp.js +9 -0
  552. package/dist/components/SvgIcon/icons/Sbp.js.map +1 -0
  553. package/dist/components/SvgIcon/icons/Search.d.ts +4 -0
  554. package/dist/components/SvgIcon/icons/Search.js +9 -0
  555. package/dist/components/SvgIcon/icons/Search.js.map +1 -0
  556. package/dist/components/SvgIcon/icons/Send.d.ts +4 -0
  557. package/dist/components/SvgIcon/icons/Send.js +9 -0
  558. package/dist/components/SvgIcon/icons/Send.js.map +1 -0
  559. package/dist/components/SvgIcon/icons/Services.d.ts +4 -0
  560. package/dist/components/SvgIcon/icons/Services.js +9 -0
  561. package/dist/components/SvgIcon/icons/Services.js.map +1 -0
  562. package/dist/components/SvgIcon/icons/Settings.d.ts +4 -0
  563. package/dist/components/SvgIcon/icons/Settings.js +9 -0
  564. package/dist/components/SvgIcon/icons/Settings.js.map +1 -0
  565. package/dist/components/SvgIcon/icons/Share.d.ts +4 -0
  566. package/dist/components/SvgIcon/icons/Share.js +9 -0
  567. package/dist/components/SvgIcon/icons/Share.js.map +1 -0
  568. package/dist/components/SvgIcon/icons/ShoppingCart.d.ts +4 -0
  569. package/dist/components/SvgIcon/icons/ShoppingCart.js +9 -0
  570. package/dist/components/SvgIcon/icons/ShoppingCart.js.map +1 -0
  571. package/dist/components/SvgIcon/icons/Sign.d.ts +4 -0
  572. package/dist/components/SvgIcon/icons/Sign.js +9 -0
  573. package/dist/components/SvgIcon/icons/Sign.js.map +1 -0
  574. package/dist/components/SvgIcon/icons/SlotMachine.d.ts +4 -0
  575. package/dist/components/SvgIcon/icons/SlotMachine.js +9 -0
  576. package/dist/components/SvgIcon/icons/SlotMachine.js.map +1 -0
  577. package/dist/components/SvgIcon/icons/SortDown.d.ts +4 -0
  578. package/dist/components/SvgIcon/icons/SortDown.js +9 -0
  579. package/dist/components/SvgIcon/icons/SortDown.js.map +1 -0
  580. package/dist/components/SvgIcon/icons/SortDownSolid.d.ts +4 -0
  581. package/dist/components/SvgIcon/icons/SortDownSolid.js +9 -0
  582. package/dist/components/SvgIcon/icons/SortDownSolid.js.map +1 -0
  583. package/dist/components/SvgIcon/icons/SortUp.d.ts +4 -0
  584. package/dist/components/SvgIcon/icons/SortUp.js +9 -0
  585. package/dist/components/SvgIcon/icons/SortUp.js.map +1 -0
  586. package/dist/components/SvgIcon/icons/SortUpSolid.d.ts +4 -0
  587. package/dist/components/SvgIcon/icons/SortUpSolid.js +9 -0
  588. package/dist/components/SvgIcon/icons/SortUpSolid.js.map +1 -0
  589. package/dist/components/SvgIcon/icons/Stop.d.ts +4 -0
  590. package/dist/components/SvgIcon/icons/Stop.js +9 -0
  591. package/dist/components/SvgIcon/icons/Stop.js.map +1 -0
  592. package/dist/components/SvgIcon/icons/Support.d.ts +4 -0
  593. package/dist/components/SvgIcon/icons/Support.js +9 -0
  594. package/dist/components/SvgIcon/icons/Support.js.map +1 -0
  595. package/dist/components/SvgIcon/icons/Sync.d.ts +4 -0
  596. package/dist/components/SvgIcon/icons/Sync.js +9 -0
  597. package/dist/components/SvgIcon/icons/Sync.js.map +1 -0
  598. package/dist/components/SvgIcon/icons/Table.d.ts +4 -0
  599. package/dist/components/SvgIcon/icons/Table.js +9 -0
  600. package/dist/components/SvgIcon/icons/Table.js.map +1 -0
  601. package/dist/components/SvgIcon/icons/Tariffs.d.ts +4 -0
  602. package/dist/components/SvgIcon/icons/Tariffs.js +9 -0
  603. package/dist/components/SvgIcon/icons/Tariffs.js.map +1 -0
  604. package/dist/components/SvgIcon/icons/Tg.d.ts +4 -0
  605. package/dist/components/SvgIcon/icons/Tg.js +9 -0
  606. package/dist/components/SvgIcon/icons/Tg.js.map +1 -0
  607. package/dist/components/SvgIcon/icons/TgCircle.d.ts +4 -0
  608. package/dist/components/SvgIcon/icons/TgCircle.js +9 -0
  609. package/dist/components/SvgIcon/icons/TgCircle.js.map +1 -0
  610. package/dist/components/SvgIcon/icons/Timeout.d.ts +4 -0
  611. package/dist/components/SvgIcon/icons/Timeout.js +9 -0
  612. package/dist/components/SvgIcon/icons/Timeout.js.map +1 -0
  613. package/dist/components/SvgIcon/icons/Timer.d.ts +4 -0
  614. package/dist/components/SvgIcon/icons/Timer.js +9 -0
  615. package/dist/components/SvgIcon/icons/Timer.js.map +1 -0
  616. package/dist/components/SvgIcon/icons/Trash.d.ts +4 -0
  617. package/dist/components/SvgIcon/icons/Trash.js +9 -0
  618. package/dist/components/SvgIcon/icons/Trash.js.map +1 -0
  619. package/dist/components/SvgIcon/icons/TurnOff.d.ts +4 -0
  620. package/dist/components/SvgIcon/icons/TurnOff.js +9 -0
  621. package/dist/components/SvgIcon/icons/TurnOff.js.map +1 -0
  622. package/dist/components/SvgIcon/icons/Twitter.d.ts +4 -0
  623. package/dist/components/SvgIcon/icons/Twitter.js +9 -0
  624. package/dist/components/SvgIcon/icons/Twitter.js.map +1 -0
  625. package/dist/components/SvgIcon/icons/TwitterCircle.d.ts +4 -0
  626. package/dist/components/SvgIcon/icons/TwitterCircle.js +9 -0
  627. package/dist/components/SvgIcon/icons/TwitterCircle.js.map +1 -0
  628. package/dist/components/SvgIcon/icons/Underline.d.ts +4 -0
  629. package/dist/components/SvgIcon/icons/Underline.js +9 -0
  630. package/dist/components/SvgIcon/icons/Underline.js.map +1 -0
  631. package/dist/components/SvgIcon/icons/Unlink.d.ts +4 -0
  632. package/dist/components/SvgIcon/icons/Unlink.js +9 -0
  633. package/dist/components/SvgIcon/icons/Unlink.js.map +1 -0
  634. package/dist/components/SvgIcon/icons/Unsorted.d.ts +4 -0
  635. package/dist/components/SvgIcon/icons/Unsorted.js +9 -0
  636. package/dist/components/SvgIcon/icons/Unsorted.js.map +1 -0
  637. package/dist/components/SvgIcon/icons/UnsortedSolid.d.ts +4 -0
  638. package/dist/components/SvgIcon/icons/UnsortedSolid.js +9 -0
  639. package/dist/components/SvgIcon/icons/UnsortedSolid.js.map +1 -0
  640. package/dist/components/SvgIcon/icons/Upload.d.ts +4 -0
  641. package/dist/components/SvgIcon/icons/Upload.js +9 -0
  642. package/dist/components/SvgIcon/icons/Upload.js.map +1 -0
  643. package/dist/components/SvgIcon/icons/User.d.ts +4 -0
  644. package/dist/components/SvgIcon/icons/User.js +9 -0
  645. package/dist/components/SvgIcon/icons/User.js.map +1 -0
  646. package/dist/components/SvgIcon/icons/UserAdd.d.ts +4 -0
  647. package/dist/components/SvgIcon/icons/UserAdd.js +9 -0
  648. package/dist/components/SvgIcon/icons/UserAdd.js.map +1 -0
  649. package/dist/components/SvgIcon/icons/UserCard.d.ts +4 -0
  650. package/dist/components/SvgIcon/icons/UserCard.js +9 -0
  651. package/dist/components/SvgIcon/icons/UserCard.js.map +1 -0
  652. package/dist/components/SvgIcon/icons/UserEdit.d.ts +4 -0
  653. package/dist/components/SvgIcon/icons/UserEdit.js +9 -0
  654. package/dist/components/SvgIcon/icons/UserEdit.js.map +1 -0
  655. package/dist/components/SvgIcon/icons/UserQueue.d.ts +4 -0
  656. package/dist/components/SvgIcon/icons/UserQueue.js +9 -0
  657. package/dist/components/SvgIcon/icons/UserQueue.js.map +1 -0
  658. package/dist/components/SvgIcon/icons/Viber.d.ts +4 -0
  659. package/dist/components/SvgIcon/icons/Viber.js +9 -0
  660. package/dist/components/SvgIcon/icons/Viber.js.map +1 -0
  661. package/dist/components/SvgIcon/icons/ViberCircle.d.ts +4 -0
  662. package/dist/components/SvgIcon/icons/ViberCircle.js +9 -0
  663. package/dist/components/SvgIcon/icons/ViberCircle.js.map +1 -0
  664. package/dist/components/SvgIcon/icons/ViewGrid.d.ts +4 -0
  665. package/dist/components/SvgIcon/icons/ViewGrid.js +9 -0
  666. package/dist/components/SvgIcon/icons/ViewGrid.js.map +1 -0
  667. package/dist/components/SvgIcon/icons/ViewHorizontal.d.ts +4 -0
  668. package/dist/components/SvgIcon/icons/ViewHorizontal.js +9 -0
  669. package/dist/components/SvgIcon/icons/ViewHorizontal.js.map +1 -0
  670. package/dist/components/SvgIcon/icons/ViewList.d.ts +4 -0
  671. package/dist/components/SvgIcon/icons/ViewList.js +9 -0
  672. package/dist/components/SvgIcon/icons/ViewList.js.map +1 -0
  673. package/dist/components/SvgIcon/icons/ViewRows.d.ts +4 -0
  674. package/dist/components/SvgIcon/icons/ViewRows.js +9 -0
  675. package/dist/components/SvgIcon/icons/ViewRows.js.map +1 -0
  676. package/dist/components/SvgIcon/icons/ViewVertical.d.ts +4 -0
  677. package/dist/components/SvgIcon/icons/ViewVertical.js +9 -0
  678. package/dist/components/SvgIcon/icons/ViewVertical.js.map +1 -0
  679. package/dist/components/SvgIcon/icons/Vk.d.ts +4 -0
  680. package/dist/components/SvgIcon/icons/Vk.js +9 -0
  681. package/dist/components/SvgIcon/icons/Vk.js.map +1 -0
  682. package/dist/components/SvgIcon/icons/VkCircle.d.ts +4 -0
  683. package/dist/components/SvgIcon/icons/VkCircle.js +9 -0
  684. package/dist/components/SvgIcon/icons/VkCircle.js.map +1 -0
  685. package/dist/components/SvgIcon/icons/Wallet.d.ts +4 -0
  686. package/dist/components/SvgIcon/icons/Wallet.js +9 -0
  687. package/dist/components/SvgIcon/icons/Wallet.js.map +1 -0
  688. package/dist/components/SvgIcon/icons/Warning.d.ts +4 -0
  689. package/dist/components/SvgIcon/icons/Warning.js +9 -0
  690. package/dist/components/SvgIcon/icons/Warning.js.map +1 -0
  691. package/dist/components/SvgIcon/icons/WarningClean.d.ts +4 -0
  692. package/dist/components/SvgIcon/icons/WarningClean.js +9 -0
  693. package/dist/components/SvgIcon/icons/WarningClean.js.map +1 -0
  694. package/dist/components/SvgIcon/icons/Whatsapp.d.ts +4 -0
  695. package/dist/components/SvgIcon/icons/Whatsapp.js +9 -0
  696. package/dist/components/SvgIcon/icons/Whatsapp.js.map +1 -0
  697. package/dist/components/SvgIcon/icons/WhatsappCircle.d.ts +4 -0
  698. package/dist/components/SvgIcon/icons/WhatsappCircle.js +9 -0
  699. package/dist/components/SvgIcon/icons/WhatsappCircle.js.map +1 -0
  700. package/dist/components/SvgIcon/icons/Wheelchair.d.ts +4 -0
  701. package/dist/components/SvgIcon/icons/Wheelchair.js +9 -0
  702. package/dist/components/SvgIcon/icons/Wheelchair.js.map +1 -0
  703. package/dist/components/SvgIcon/icons/index.d.ts +203 -0
  704. package/dist/components/SvgIcon/icons/index.js +417 -0
  705. package/dist/components/SvgIcon/icons/index.js.map +1 -0
  706. package/dist/components/SvgIcon/index.d.ts +1 -0
  707. package/dist/components/SvgIcon/index.js +6 -0
  708. package/dist/components/SvgIcon/index.js.map +1 -0
  709. package/package.json +42 -5
  710. package/src/@/config/button.ts +89 -0
  711. package/src/@/config/index.ts +99 -0
  712. package/src/@/lib/utils.ts +7 -0
  713. package/src/Audio/Audio.styl +115 -0
  714. package/src/Audio/Audio.tsx +359 -0
  715. package/src/Audio/index.ts +4 -0
  716. package/src/Audio/types.ts +40 -0
  717. package/src/Base/Buttons/Button.tsx +67 -41
  718. package/src/Base/Buttons/index.ts +2 -1
  719. package/src/Base/Input/Base.tsx +37 -0
  720. package/src/Base/Input/Input.tsx +31 -11
  721. package/src/Base/Input/types.ts +3 -2
  722. package/src/Collapse/Collapse.tsx +88 -0
  723. package/src/Collapse/ant-collapse.styl +93 -0
  724. package/src/Collapse/index.ts +5 -0
  725. package/src/Input-OTP/Input.tsx +71 -0
  726. package/src/Input-OTP/index.ts +3 -0
  727. package/src/Logo/Logo.tsx +16 -0
  728. package/src/Logo/index.ts +3 -0
  729. package/src/Popover/Popover.tsx +42 -0
  730. package/src/Popover/index.ts +5 -0
  731. package/src/Slider/Slider.tsx +21 -0
  732. package/src/Slider/index.ts +4 -0
  733. package/src/Slider/slider.styl +62 -0
  734. package/src/Tabs/Tabs.tsx +63 -0
  735. package/src/Tabs/ant-tabs.styl +91 -0
  736. package/src/Tabs/index.ts +5 -0
  737. package/src/Tooltip/Tooltip.tsx +47 -0
  738. package/src/Tooltip/index.ts +5 -0
  739. package/src/assets/css/global.css +125 -0
  740. package/src/assets/fonts/Roboto-Italic.ttf +0 -0
  741. package/src/assets/fonts/Roboto-Italic.woff2 +0 -0
  742. package/src/assets/fonts/Roboto.ttf +0 -0
  743. package/src/assets/fonts/Roboto.woff2 +0 -0
  744. package/src/assets/images/logo/bank/emblem-white.svg +1 -0
  745. package/src/assets/images/logo/bank/emblem.svg +1 -0
  746. package/src/assets/images/logo/bank/logo-white.svg +1 -0
  747. package/src/assets/images/logo/bank/logo.svg +1 -0
  748. package/src/assets/images/logo/garant/emblem-white.svg +1 -0
  749. package/src/assets/images/logo/garant/emblem.svg +1 -0
  750. package/src/assets/images/logo/garant/logo-white.svg +1 -0
  751. package/src/assets/images/logo/garant/logo.svg +1 -0
  752. package/src/assets/images/logo/kassa/emblem-white.svg +1 -0
  753. package/src/assets/images/logo/kassa/emblem.svg +1 -0
  754. package/src/assets/images/logo/kassa/logo-white.svg +1 -0
  755. package/src/assets/images/logo/kassa/logo.svg +1 -0
  756. package/src/components/BottonNavigation/BottonNavigation.tsx +56 -0
  757. package/src/components/BottonNavigation/index.ts +7 -0
  758. package/src/components/SvgIcon/SvgIcon.tsx +32 -0
  759. package/src/components/SvgIcon/icons/AddList.tsx +18 -0
  760. package/src/components/SvgIcon/icons/AlertCircle.tsx +18 -0
  761. package/src/components/SvgIcon/icons/AlertCircleSolid.tsx +18 -0
  762. package/src/components/SvgIcon/icons/AlertDiamond.tsx +18 -0
  763. package/src/components/SvgIcon/icons/AlertDiamondSolid.tsx +18 -0
  764. package/src/components/SvgIcon/icons/AlertShield.tsx +18 -0
  765. package/src/components/SvgIcon/icons/Android.tsx +18 -0
  766. package/src/components/SvgIcon/icons/Apple.tsx +18 -0
  767. package/src/components/SvgIcon/icons/Archive.tsx +18 -0
  768. package/src/components/SvgIcon/icons/ArrowCircle.tsx +18 -0
  769. package/src/components/SvgIcon/icons/ArrowDown.tsx +18 -0
  770. package/src/components/SvgIcon/icons/ArrowLeft.tsx +18 -0
  771. package/src/components/SvgIcon/icons/ArrowRight.tsx +18 -0
  772. package/src/components/SvgIcon/icons/ArrowUp.tsx +18 -0
  773. package/src/components/SvgIcon/icons/ArrowUpCorner.tsx +18 -0
  774. package/src/components/SvgIcon/icons/ArrowsChange.tsx +18 -0
  775. package/src/components/SvgIcon/icons/Atm.tsx +18 -0
  776. package/src/components/SvgIcon/icons/Attach.tsx +18 -0
  777. package/src/components/SvgIcon/icons/Bank.tsx +18 -0
  778. package/src/components/SvgIcon/icons/Bold.tsx +18 -0
  779. package/src/components/SvgIcon/icons/Bonus.tsx +18 -0
  780. package/src/components/SvgIcon/icons/Building.tsx +18 -0
  781. package/src/components/SvgIcon/icons/Calendar.tsx +18 -0
  782. package/src/components/SvgIcon/icons/CalendarCancel.tsx +18 -0
  783. package/src/components/SvgIcon/icons/Call.tsx +18 -0
  784. package/src/components/SvgIcon/icons/CallEnd.tsx +18 -0
  785. package/src/components/SvgIcon/icons/CallMissed.tsx +18 -0
  786. package/src/components/SvgIcon/icons/Callback.tsx +18 -0
  787. package/src/components/SvgIcon/icons/Camera.tsx +18 -0
  788. package/src/components/SvgIcon/icons/Cancel.tsx +18 -0
  789. package/src/components/SvgIcon/icons/CancelSolid.tsx +18 -0
  790. package/src/components/SvgIcon/icons/Card.tsx +18 -0
  791. package/src/components/SvgIcon/icons/CardLock.tsx +18 -0
  792. package/src/components/SvgIcon/icons/CardRefill.tsx +18 -0
  793. package/src/components/SvgIcon/icons/CardReissue.tsx +18 -0
  794. package/src/components/SvgIcon/icons/CardScan.tsx +18 -0
  795. package/src/components/SvgIcon/icons/CardToCard.tsx +18 -0
  796. package/src/components/SvgIcon/icons/CardUnlock.tsx +18 -0
  797. package/src/components/SvgIcon/icons/Change.tsx +18 -0
  798. package/src/components/SvgIcon/icons/Chart.tsx +18 -0
  799. package/src/components/SvgIcon/icons/Chat.tsx +18 -0
  800. package/src/components/SvgIcon/icons/ChatSolid.tsx +18 -0
  801. package/src/components/SvgIcon/icons/Check.tsx +18 -0
  802. package/src/components/SvgIcon/icons/CheckCircle.tsx +18 -0
  803. package/src/components/SvgIcon/icons/CheckCircleSolid.tsx +18 -0
  804. package/src/components/SvgIcon/icons/CheckShield.tsx +20 -0
  805. package/src/components/SvgIcon/icons/CheckSmall.tsx +18 -0
  806. package/src/components/SvgIcon/icons/Checklist.tsx +18 -0
  807. package/src/components/SvgIcon/icons/Circle.tsx +18 -0
  808. package/src/components/SvgIcon/icons/Clock.tsx +18 -0
  809. package/src/components/SvgIcon/icons/Close.tsx +18 -0
  810. package/src/components/SvgIcon/icons/Coins.tsx +18 -0
  811. package/src/components/SvgIcon/icons/Collapse.tsx +18 -0
  812. package/src/components/SvgIcon/icons/Copy.tsx +18 -0
  813. package/src/components/SvgIcon/icons/Cup.tsx +18 -0
  814. package/src/components/SvgIcon/icons/CurrencyChange.tsx +18 -0
  815. package/src/components/SvgIcon/icons/CurrencyTransfer.tsx +18 -0
  816. package/src/components/SvgIcon/icons/Deposit.tsx +18 -0
  817. package/src/components/SvgIcon/icons/Diamond.tsx +18 -0
  818. package/src/components/SvgIcon/icons/Dislike.tsx +18 -0
  819. package/src/components/SvgIcon/icons/DislikeSolid.tsx +18 -0
  820. package/src/components/SvgIcon/icons/Doc.tsx +18 -0
  821. package/src/components/SvgIcon/icons/DocCancel.tsx +18 -0
  822. package/src/components/SvgIcon/icons/Dollar.tsx +18 -0
  823. package/src/components/SvgIcon/icons/DoubleArrow.tsx +18 -0
  824. package/src/components/SvgIcon/icons/DoubleTick.tsx +18 -0
  825. package/src/components/SvgIcon/icons/Download.tsx +18 -0
  826. package/src/components/SvgIcon/icons/Dropdown.tsx +18 -0
  827. package/src/components/SvgIcon/icons/DropdownSmallOld.tsx +20 -0
  828. package/src/components/SvgIcon/icons/Dropup.tsx +18 -0
  829. package/src/components/SvgIcon/icons/Edit.tsx +18 -0
  830. package/src/components/SvgIcon/icons/Email.tsx +18 -0
  831. package/src/components/SvgIcon/icons/Excel.tsx +18 -0
  832. package/src/components/SvgIcon/icons/Expand.tsx +18 -0
  833. package/src/components/SvgIcon/icons/Eye.tsx +18 -0
  834. package/src/components/SvgIcon/icons/EyeOff.tsx +18 -0
  835. package/src/components/SvgIcon/icons/Favorite.tsx +18 -0
  836. package/src/components/SvgIcon/icons/FavoriteSolid.tsx +18 -0
  837. package/src/components/SvgIcon/icons/Fb.tsx +18 -0
  838. package/src/components/SvgIcon/icons/FbCircle.tsx +18 -0
  839. package/src/components/SvgIcon/icons/File.tsx +18 -0
  840. package/src/components/SvgIcon/icons/FileAdd.tsx +18 -0
  841. package/src/components/SvgIcon/icons/Files.tsx +18 -0
  842. package/src/components/SvgIcon/icons/Filter.tsx +18 -0
  843. package/src/components/SvgIcon/icons/Folder.tsx +18 -0
  844. package/src/components/SvgIcon/icons/Geolocation.tsx +18 -0
  845. package/src/components/SvgIcon/icons/Gift.tsx +18 -0
  846. package/src/components/SvgIcon/icons/Globe.tsx +18 -0
  847. package/src/components/SvgIcon/icons/Heart.tsx +18 -0
  848. package/src/components/SvgIcon/icons/HeartSolid.tsx +18 -0
  849. package/src/components/SvgIcon/icons/Help.tsx +18 -0
  850. package/src/components/SvgIcon/icons/Home.tsx +18 -0
  851. package/src/components/SvgIcon/icons/Housing.tsx +18 -0
  852. package/src/components/SvgIcon/icons/Ig.tsx +18 -0
  853. package/src/components/SvgIcon/icons/IgCircle.tsx +18 -0
  854. package/src/components/SvgIcon/icons/Info.tsx +18 -0
  855. package/src/components/SvgIcon/icons/InfoBook.tsx +18 -0
  856. package/src/components/SvgIcon/icons/InfoSolid.tsx +18 -0
  857. package/src/components/SvgIcon/icons/Italic.tsx +18 -0
  858. package/src/components/SvgIcon/icons/Key.tsx +18 -0
  859. package/src/components/SvgIcon/icons/Left.tsx +18 -0
  860. package/src/components/SvgIcon/icons/Lightbulb.tsx +18 -0
  861. package/src/components/SvgIcon/icons/Like.tsx +18 -0
  862. package/src/components/SvgIcon/icons/LikeSolid.tsx +18 -0
  863. package/src/components/SvgIcon/icons/Link.tsx +18 -0
  864. package/src/components/SvgIcon/icons/Lock.tsx +18 -0
  865. package/src/components/SvgIcon/icons/Logout.tsx +18 -0
  866. package/src/components/SvgIcon/icons/MagicWand.tsx +18 -0
  867. package/src/components/SvgIcon/icons/Mail.tsx +18 -0
  868. package/src/components/SvgIcon/icons/MailSend.tsx +18 -0
  869. package/src/components/SvgIcon/icons/Map.tsx +18 -0
  870. package/src/components/SvgIcon/icons/MapPin.tsx +18 -0
  871. package/src/components/SvgIcon/icons/Menu.tsx +18 -0
  872. package/src/components/SvgIcon/icons/Mic.tsx +18 -0
  873. package/src/components/SvgIcon/icons/MicOff.tsx +18 -0
  874. package/src/components/SvgIcon/icons/Minus.tsx +18 -0
  875. package/src/components/SvgIcon/icons/MinusCircle.tsx +18 -0
  876. package/src/components/SvgIcon/icons/MinusShort.tsx +18 -0
  877. package/src/components/SvgIcon/icons/Moneybox.tsx +18 -0
  878. package/src/components/SvgIcon/icons/More.tsx +18 -0
  879. package/src/components/SvgIcon/icons/Move.tsx +18 -0
  880. package/src/components/SvgIcon/icons/Newbie.tsx +20 -0
  881. package/src/components/SvgIcon/icons/News.tsx +18 -0
  882. package/src/components/SvgIcon/icons/Notes.tsx +18 -0
  883. package/src/components/SvgIcon/icons/Notification.tsx +18 -0
  884. package/src/components/SvgIcon/icons/Ok.tsx +18 -0
  885. package/src/components/SvgIcon/icons/OkCircle.tsx +18 -0
  886. package/src/components/SvgIcon/icons/Order.tsx +18 -0
  887. package/src/components/SvgIcon/icons/OrderLoad.tsx +18 -0
  888. package/src/components/SvgIcon/icons/OrderSend.tsx +18 -0
  889. package/src/components/SvgIcon/icons/Pause.tsx +18 -0
  890. package/src/components/SvgIcon/icons/PauseCircle.tsx +18 -0
  891. package/src/components/SvgIcon/icons/Payment.tsx +18 -0
  892. package/src/components/SvgIcon/icons/PhoneShake.tsx +18 -0
  893. package/src/components/SvgIcon/icons/Play.tsx +18 -0
  894. package/src/components/SvgIcon/icons/PlaySolid.tsx +18 -0
  895. package/src/components/SvgIcon/icons/Plus.tsx +18 -0
  896. package/src/components/SvgIcon/icons/PlusCircle.tsx +18 -0
  897. package/src/components/SvgIcon/icons/Pos.tsx +18 -0
  898. package/src/components/SvgIcon/icons/Print.tsx +18 -0
  899. package/src/components/SvgIcon/icons/QrPay.tsx +18 -0
  900. package/src/components/SvgIcon/icons/Redirect.tsx +18 -0
  901. package/src/components/SvgIcon/icons/Refill.tsx +18 -0
  902. package/src/components/SvgIcon/icons/Refund.tsx +18 -0
  903. package/src/components/SvgIcon/icons/Reload.tsx +18 -0
  904. package/src/components/SvgIcon/icons/Reply.tsx +18 -0
  905. package/src/components/SvgIcon/icons/ReplyShape.tsx +18 -0
  906. package/src/components/SvgIcon/icons/ReplyShapeSolid.tsx +18 -0
  907. package/src/components/SvgIcon/icons/Request.tsx +18 -0
  908. package/src/components/SvgIcon/icons/Right.tsx +18 -0
  909. package/src/components/SvgIcon/icons/Route.tsx +18 -0
  910. package/src/components/SvgIcon/icons/Ruble.tsx +18 -0
  911. package/src/components/SvgIcon/icons/Sbp.tsx +18 -0
  912. package/src/components/SvgIcon/icons/Search.tsx +18 -0
  913. package/src/components/SvgIcon/icons/Send.tsx +18 -0
  914. package/src/components/SvgIcon/icons/Services.tsx +18 -0
  915. package/src/components/SvgIcon/icons/Settings.tsx +18 -0
  916. package/src/components/SvgIcon/icons/Share.tsx +18 -0
  917. package/src/components/SvgIcon/icons/ShoppingCart.tsx +18 -0
  918. package/src/components/SvgIcon/icons/Sign.tsx +18 -0
  919. package/src/components/SvgIcon/icons/SlotMachine.tsx +18 -0
  920. package/src/components/SvgIcon/icons/SortDown.tsx +18 -0
  921. package/src/components/SvgIcon/icons/SortDownSolid.tsx +18 -0
  922. package/src/components/SvgIcon/icons/SortUp.tsx +18 -0
  923. package/src/components/SvgIcon/icons/SortUpSolid.tsx +18 -0
  924. package/src/components/SvgIcon/icons/Stop.tsx +18 -0
  925. package/src/components/SvgIcon/icons/Support.tsx +18 -0
  926. package/src/components/SvgIcon/icons/Sync.tsx +18 -0
  927. package/src/components/SvgIcon/icons/Table.tsx +18 -0
  928. package/src/components/SvgIcon/icons/Tariffs.tsx +18 -0
  929. package/src/components/SvgIcon/icons/Tg.tsx +18 -0
  930. package/src/components/SvgIcon/icons/TgCircle.tsx +18 -0
  931. package/src/components/SvgIcon/icons/Timeout.tsx +18 -0
  932. package/src/components/SvgIcon/icons/Timer.tsx +18 -0
  933. package/src/components/SvgIcon/icons/Trash.tsx +18 -0
  934. package/src/components/SvgIcon/icons/TurnOff.tsx +18 -0
  935. package/src/components/SvgIcon/icons/Twitter.tsx +18 -0
  936. package/src/components/SvgIcon/icons/TwitterCircle.tsx +18 -0
  937. package/src/components/SvgIcon/icons/Underline.tsx +18 -0
  938. package/src/components/SvgIcon/icons/Unlink.tsx +18 -0
  939. package/src/components/SvgIcon/icons/Unsorted.tsx +18 -0
  940. package/src/components/SvgIcon/icons/UnsortedSolid.tsx +18 -0
  941. package/src/components/SvgIcon/icons/Upload.tsx +18 -0
  942. package/src/components/SvgIcon/icons/User.tsx +18 -0
  943. package/src/components/SvgIcon/icons/UserAdd.tsx +18 -0
  944. package/src/components/SvgIcon/icons/UserCard.tsx +18 -0
  945. package/src/components/SvgIcon/icons/UserEdit.tsx +18 -0
  946. package/src/components/SvgIcon/icons/UserQueue.tsx +18 -0
  947. package/src/components/SvgIcon/icons/Viber.tsx +18 -0
  948. package/src/components/SvgIcon/icons/ViberCircle.tsx +18 -0
  949. package/src/components/SvgIcon/icons/ViewGrid.tsx +18 -0
  950. package/src/components/SvgIcon/icons/ViewHorizontal.tsx +18 -0
  951. package/src/components/SvgIcon/icons/ViewList.tsx +18 -0
  952. package/src/components/SvgIcon/icons/ViewRows.tsx +18 -0
  953. package/src/components/SvgIcon/icons/ViewVertical.tsx +18 -0
  954. package/src/components/SvgIcon/icons/Vk.tsx +18 -0
  955. package/src/components/SvgIcon/icons/VkCircle.tsx +18 -0
  956. package/src/components/SvgIcon/icons/Wallet.tsx +18 -0
  957. package/src/components/SvgIcon/icons/Warning.tsx +18 -0
  958. package/src/components/SvgIcon/icons/WarningClean.tsx +18 -0
  959. package/src/components/SvgIcon/icons/Whatsapp.tsx +18 -0
  960. package/src/components/SvgIcon/icons/WhatsappCircle.tsx +18 -0
  961. package/src/components/SvgIcon/icons/Wheelchair.tsx +18 -0
  962. package/src/components/SvgIcon/icons/index.ts +203 -0
  963. package/src/components/SvgIcon/index.ts +1 -0
  964. package/src/Base/Links/ActionLink.tsx +0 -0
  965. package/src/DatePicker/DatePicker.styl +0 -5
  966. package/src/DatePicker/index.tsx +0 -21
  967. package/src/DatePicker/test.ts +0 -0
  968. package/src/index.ts +0 -6
  969. package/src/stories/DatePicker/DatePicker.stories.tsx +0 -47
  970. package/src/stories/Input/Input.stories.tsx +0 -30
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCardScan = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M2 7c-.55 0-1-.45-1-1V4c0-1.1.9-2 2-2h2c.55 0 1 .45 1 1s-.45 1-1 1H3v2c0 .55-.45 1-1 1m17-1V4c0-1.1-.9-2-2-2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1m0 10v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c1.1 0 2-.9 2-2M6 17c0-.55-.45-1-1-1H3v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 1.1.9 2 2 2h2c.55 0 1-.45 1-1M16 7v6c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2M6 8h8V7H6zm8 2H6v3h8z"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCardScan
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCardToCard = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M13 3c0 .55-.45 1-1 1H3v2h5c.55 0 1 .45 1 1s-.45 1-1 1H3v4h5c.55 0 1 .45 1 1s-.45 1-1 1H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h9c.55 0 1 .45 1 1m6 13V8c0-1.1-.9-2-2-2h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v8H7c-.55 0-1 .45-1 1s.45 1 1 1h10c1.1 0 2-.9 2-2m-4.29-6.71-2-2c-.39-.39-1.03-.39-1.42 0s-.39 1.03 0 1.42l.29.29H9c-.55 0-1 .45-1 1s.45 1 1 1h2.58l-.29.29c-.39.39-.39 1.03 0 1.42.41.39 1.02.38 1.42 0l2-2c.39-.39.39-1.03 0-1.42"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCardToCard
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCardUnlock = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M19 5v3c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1s.45-1 1-1h2V5H3v2h1c.55 0 1 .45 1 1s-.45 1-1 1H3v6h4c.55 0 1 .45 1 1s-.45 1-1 1H3c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2m0 8v2c0 1.1-.9 2-2 2h-5c-1.1 0-2-.9-2-2v-2c0-.66.33-1.26.83-1.62v-1.05a1.33 1.33 0 1 0-2.66 0c0 .56-.45 1-1 1-.56 0-1-.44-1-1C6.17 8.5 7.66 7 9.5 7s3.33 1.5 3.33 3.33V11H17c1.1 0 2 .9 2 2m-2 0h-5v2h5z"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCardUnlock
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgChange = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M6 13.003v3c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1s.45-1 1-1h.51a8.97 8.97 0 0 1-1.51-5c0-4.96 4.04-9 9-9 .55 0 1 .45 1 1s-.45 1-1 1c-3.86 0-7 3.14-7 7 0 1.29.35 2.52 1 3.59v-.59c0-.55.45-1 1-1s1 .45 1 1m12-8c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1v-.59c.65 1.08 1 2.31 1 3.59 0 3.86-3.14 7-7 7-.55 0-1 .45-1 1s.45 1 1 1c4.96 0 9-4.04 9-9 0-1.81-.53-3.53-1.51-5z"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgChange
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgChart = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M17 18H4c-1.1 0-2-.9-2-2V3c0-.55.45-1 1-1s1 .45 1 1v13h13c.55 0 1 .45 1 1s-.45 1-1 1m-9.11-4.55L9.62 10H13c.35 0 .68-.18.86-.49l3-5c.28-.47.13-1.09-.34-1.37s-1.09-.13-1.37.34L12.43 8H9c-.38 0-.72.21-.89.55l-2 4a.993.993 0 0 0 .45 1.34c.49.25 1.09.05 1.33-.44"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgChart
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgChat = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M5.55 18.89A1 1 0 0 1 5 18v-2H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-6.67L6.6 18.8c-.29.22-.7.27-1.05.09M3 4v10h3c.55 0 1 .45 1 1v1l2.4-1.8c.17-.13.38-.2.6-.2h7V4zm4.2 5c0 .66-.54 1.2-1.2 1.2S4.8 9.66 4.8 9 5.34 7.8 6 7.8s1.2.54 1.2 1.2M10 7.8c-.66 0-1.2.54-1.2 1.2s.54 1.2 1.2 1.2 1.2-.54 1.2-1.2-.54-1.2-1.2-1.2m4 0c-.66 0-1.2.54-1.2 1.2s.54 1.2 1.2 1.2 1.2-.54 1.2-1.2-.54-1.2-1.2-1.2"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgChat
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgChatSolid = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M17 2H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h2v2c0 .38.21.72.55.89s.74.13 1.05-.09l3.73-2.8H17c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M6 10.2c-.66 0-1.2-.54-1.2-1.2S5.34 7.8 6 7.8s1.2.54 1.2 1.2-.54 1.2-1.2 1.2m4 0c-.66 0-1.2-.54-1.2-1.2s.54-1.2 1.2-1.2 1.2.54 1.2 1.2-.54 1.2-1.2 1.2m4 0c-.66 0-1.2-.54-1.2-1.2s.54-1.2 1.2-1.2 1.2.54 1.2 1.2-.54 1.2-1.2 1.2"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgChatSolid
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCheck = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M7 16c-.26 0-.51-.1-.71-.29l-5-5A.996.996 0 1 1 2.7 9.3l4.29 4.29L17.28 3.3a.996.996 0 1 1 1.41 1.41l-11 11c-.18.19-.43.29-.69.29"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCheck
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCheckCircle = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M10 19c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9m0-16c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7m-.29 9.71 4-4A.996.996 0 1 0 12.3 7.3L9 10.59l-1.29-1.3A.996.996 0 1 0 6.3 10.7l2 2c.19.2.44.3.7.3s.51-.1.71-.29"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCheckCircle
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCheckCircleSolid = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M10 1a9 9 0 1 0 .001 18.001A9 9 0 0 0 10 1m4.21 7.21-4.5 4.5c-.2.2-.45.29-.71.29s-.51-.1-.71-.29l-2.5-2.5A.996.996 0 1 1 7.2 8.8l1.79 1.79 3.79-3.79a.996.996 0 0 1 1.41 0c.39.39.41 1.02.02 1.41"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCheckCircleSolid
@@ -0,0 +1,20 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCheckShield = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ fillRule="evenodd"
15
+ d="M9.628 18.929a1 1 0 0 0 .744 0C16 16.676 18 11.1 18 7V4a1 1 0 0 0-1-1 6.04 6.04 0 0 1-3.562-.974 6.27 6.27 0 0 0-6.876 0A6.04 6.04 0 0 1 3 3a1 1 0 0 0-1 1v3c0 4.1 2 9.676 7.628 11.929M4 7V4.957a7.8 7.8 0 0 0 3.562-1.2 4.3 4.3 0 0 1 4.876 0A7.8 7.8 0 0 0 16 4.957V7c0 3.377-1.581 7.938-6 9.914C5.581 14.938 4 10.377 4 7m9.695.72-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.415l1.293 1.293 3.293-3.293a1 1 0 1 1 1.414 1.414"
16
+ clipRule="evenodd"
17
+ />
18
+ </SvgIcon>
19
+ )
20
+ export default SvgCheckShield
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCheckSmall = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M9 14c-.26 0-.51-.1-.71-.29l-3-3A.996.996 0 1 1 6.7 9.3l2.29 2.29 5.29-5.29a.996.996 0 1 1 1.41 1.41l-6 6c-.18.19-.43.29-.69.29"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCheckSmall
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgChecklist = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M16.999 4.994H9.99c-.55 0-1-.45-1-1s.45-1.001 1-1.001H17c.55 0 1.001.45 1.001 1s-.45 1-1.001 1M18 9.996c0-.55-.45-1-1.001-1H9.99c-.55 0-1 .45-1 1s.45 1 1 1H17c.55 0 1.001-.45 1.001-1M18 16c0-.55-.45-1-1.001-1H9.99c-.55 0-1 .45-1 1s.45 1 1 1H17c.55 0 1.001-.45 1.001-1M4.695 5.704l2.003-2a.997.997 0 1 0-1.412-1.41l-1.291 1.29-.29-.29a.997.997 0 1 0-1.412 1.41l1 1c.201.2.451.29.712.29s.49-.1.69-.29m0 6.003 2.003-2a.997.997 0 1 0-1.412-1.41l-1.291 1.29-.29-.291a.997.997 0 1 0-1.412 1.41l1 1.001c.201.2.451.29.712.29s.49-.1.69-.29m0 6.003 2.003-2.001a.997.997 0 1 0-1.412-1.41l-1.291 1.29-.29-.29a.997.997 0 1 0-1.412 1.41l1 1c.201.2.451.291.712.291s.49-.1.69-.29"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgChecklist
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCircle = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M10 19c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9m0-16c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCircle
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgClock = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M13.55 11.17 11 9.47V6c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .35.18.66.45.83l3 2c.43.31 1.07.19 1.38-.28a.99.99 0 0 0-.28-1.38M10 19c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9m0-16c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgClock
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgClose = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="#777C87"
14
+ d="m11.41 10 5.29-5.29a.996.996 0 1 0-1.41-1.41L10 8.59 4.71 3.3A.996.996 0 1 0 3.3 4.71L8.59 10 3.3 15.29a.996.996 0 1 0 1.41 1.41L10 11.41l5.29 5.29a.996.996 0 1 0 1.41-1.41z"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgClose
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCoins = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M13.75 1c-1.345 0-2.563.252-3.516.727C9.282 2.2 8.5 2.975 8.5 4v3c0 .097.032.19.047.281A9.1 9.1 0 0 0 6.25 7c-1.345 0-2.563.252-3.516.727C1.782 8.2 1 8.975 1 10v6c0 1.025.782 1.799 1.735 2.273.952.475 2.17.727 3.515.727s2.563-.252 3.516-.727C10.717 17.8 11.5 17.025 11.5 16v-.305c.734.199 1.49.301 2.25.305 1.345 0 2.564-.252 3.516-.727C18.217 14.8 19 14.025 19 13V4c0-1.025-.782-1.799-1.735-2.273-.95-.475-2.17-.727-3.515-.727m0 1.5c1.142 0 2.16.246 2.836.586.677.34.914.697.914.914s-.237.574-.914.914c-.676.34-1.694.586-2.836.586s-2.16-.246-2.836-.586C10.237 4.574 10 4.217 10 4s.237-.574.914-.914c.676-.34 1.694-.586 2.836-.586M10 6.133c.079.043.152.1.235.14.952.475 2.17.727 3.515.727s2.564-.252 3.516-.727c.082-.04.155-.096.234-.14V7c0 .218-.237.574-.914.914s-1.694.586-2.836.586-2.16-.246-2.836-.586C10.237 7.574 10 7.217 10 7zM6.25 8.5c1.142 0 2.16.246 2.836.586.677.34.914.697.914.914s-.237.575-.914.914-1.694.586-2.836.586-2.16-.246-2.836-.586c-.677-.34-.914-.697-.914-.914s.237-.575.914-.914C4.09 8.746 5.108 8.5 6.25 8.5m11.25.633V10c0 .217-.237.575-.914.914s-1.694.586-2.836.586a7.1 7.1 0 0 1-2.25-.352V10c0-.097-.032-.19-.047-.281.697.181 1.47.281 2.297.281 1.345 0 2.564-.252 3.516-.727.082-.04.155-.096.234-.14m-15 3c.079.044.152.1.235.14.952.475 2.17.727 3.515.727s2.563-.252 3.516-.727c.082-.04.155-.096.234-.14V13c0 .217-.237.575-.914.914s-1.694.586-2.836.586-2.16-.246-2.836-.586c-.677-.34-.914-.697-.914-.914zm15 0V13c0 .217-.237.575-.914.914s-1.694.586-2.836.586c-.853 0-1.623-.12-2.25-.328v-1.453a8.8 8.8 0 0 0 2.25.281c1.345 0 2.564-.252 3.516-.727.082-.04.155-.096.234-.14m-15 3c.079.044.152.1.235.14.952.475 2.17.727 3.515.727s2.563-.252 3.516-.727c.082-.04.155-.096.234-.14V16c0 .218-.237.575-.914.914s-1.694.586-2.836.586-2.16-.246-2.836-.586c-.677-.34-.914-.697-.914-.914z"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCoins
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCollapse = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M7.995 2.994v4.004c0 .55-.45 1-1 1H2.993c-.55 0-1-.45-1-1 0-.551.45-1.001 1-1.001h1.59l-3.29-3.293a.997.997 0 1 1 1.41-1.411l3.291 3.293V2.994c0-.55.45-1 1-1s1 .45 1 1m10.714 14.302-3.291-3.293h1.58c.55 0 1-.45 1-1 0-.551-.45-1.001-1-1.001h-4.001c-.55 0-1 .45-1 1v4.004c0 .55.45 1 1 1s1-.45 1-1v-1.591l3.291 3.292c.39.39 1.02.39 1.41 0 .4-.38.4-1.02.01-1.411"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCollapse
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCopy = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M11 19H3c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2M3 9v8h8V9zm16 2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v1c0 .55.45 1 1 1s1-.45 1-1V3h8v8h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c1.1 0 2-.9 2-2"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCopy
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCup = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M15.5 3h-.77c-.35-.6-.99-1-1.73-1H7c-.74 0-1.38.4-1.73 1H4.5C2.57 3 1 4.57 1 6.5S2.57 10 4.5 10h.6A5.01 5.01 0 0 0 9 13.9v2.01H7c-.6 0-1.09.49-1.09 1.09S6.4 18.09 7 18.09h6c.6 0 1.09-.49 1.09-1.09s-.49-1.09-1.09-1.09h-2V13.9a5.01 5.01 0 0 0 3.9-3.9h.6c1.93 0 3.5-1.57 3.5-3.5S17.43 3 15.5 3M5 8h-.5C3.67 8 3 7.33 3 6.5S3.67 5 4.5 5H5zm8 1c0 1.65-1.35 3-3 3s-3-1.35-3-3V4h6zm2.5-1H15V5h.5c.83 0 1.5.67 1.5 1.5S16.33 8 15.5 8"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCup
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCurrencyChange = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M6 13v3c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1s.45-1 1-1h.51A8.97 8.97 0 0 1 1 10c0-4.96 4.04-9 9-9 .55 0 1 .45 1 1s-.45 1-1 1c-3.86 0-7 3.14-7 7 0 1.29.35 2.52 1 3.59V13c0-.55.45-1 1-1s1 .45 1 1m12-8c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1v-.59c.65 1.08 1 2.31 1 3.59 0 3.86-3.14 7-7 7-.55 0-1 .45-1 1s.45 1 1 1c4.96 0 9-4.04 9-9 0-1.81-.53-3.53-1.51-5zm-8 10c.55 0 1-.45 1-1v-.05A2.5 2.5 0 0 0 10.5 9h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H12c.55 0 1-.45 1-1s-.45-1-1-1h-1c0-.55-.45-1-1-1s-1 .45-1 1v.05A2.5 2.5 0 0 0 9.5 11h1c.28 0 .5.22.5.5s-.22.5-.5.5H8c-.55 0-1 .45-1 1s.45 1 1 1h1c0 .55.45 1 1 1"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCurrencyChange
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgCurrencyTransfer = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="m18.71 16.71-2 2a.996.996 0 1 1-1.41-1.41l.29-.29H13c-.55 0-1-.45-1-1s.45-1 1-1h2.59l-.29-.29a.996.996 0 1 1 1.41-1.41l2 2c.39.37.39 1.01 0 1.4M13 11.5A2.5 2.5 0 0 0 10.5 9h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H12c.55 0 1-.45 1-1s-.45-1-1-1h-1c0-.55-.45-1-1-1s-1 .45-1 1v.05A2.5 2.5 0 0 0 9.5 11h1c.28 0 .5.22.5.5s-.22.5-.5.5H8c-.55 0-1 .45-1 1s.45 1 1 1h1c0 .55.45 1 1 1s1-.45 1-1v-.05a2.5 2.5 0 0 0 2-2.45M10 17c-3.86 0-7-3.14-7-7s3.14-7 7-7c2 0 3.91.86 5.24 2.36 1.35 1.52 1.95 3.48 1.71 5.52-.07.55.32 1.05.87 1.11.54.06 1.05-.33 1.11-.87.31-2.58-.49-5.16-2.2-7.08A8.95 8.95 0 0 0 10 1c-4.96 0-9 4.04-9 9s4.04 9 9 9c.55 0 1-.45 1-1s-.45-1-1-1"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgCurrencyTransfer
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDeposit = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M18 16H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1M3 14h14V4H3zm9-6.4c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4-1.4-.63-1.4-1.4.63-1.4 1.4-1.4M12 6c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m-5 5V9c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1m-1 7c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1m12 0c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDeposit
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDiamond = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="m18.8 7.4-3-4c-.19-.25-.49-.4-.8-.4H5c-.31 0-.61.15-.8.4l-3 4c-.27.36-.27.87.02 1.22l8 10A1 1 0 0 0 10 19a1 1 0 0 0 .78-.38l8-10c.29-.35.29-.86.02-1.22M5.5 5h9L16 7H4zM10 16.4 4.08 9h11.84z"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDiamond
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDislike = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M16.98 2H4.73c-.88 0-1.67.59-1.92 1.43L1.12 9.15c-.27.92-.1 1.88.47 2.64s1.45 1.2 2.4 1.2h2.98v3c0 1.65 1.35 3 3 3 .38 0 .73-.21.89-.55l3.22-6.45h2.89c1.1 0 2-.9 2-2v-6C18.98 2.9 18.08 2 16.98 2M9.44 16.84a1 1 0 0 1-.46-.84v-4c0-.55-.45-1-1-1H4a1 1 0 0 1-.96-1.28L4.73 4h8.25v5.75zM16.98 10h-2V4h2z"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDislike
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDislikeSolid = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M18.98 4v6c0 1.1-.9 2-2 2h-.5c-.28 0-.5-.22-.5-.5v-9c0-.28.22-.5.5-.5h.5c1.1 0 2 .9 2 2m-6-2H4.73c-.88 0-1.67.59-1.92 1.43L1.12 9.15c-.27.92-.1 1.88.47 2.64s1.45 1.2 2.4 1.2h2.98v3c0 1.65 1.35 3 3 3 .38 0 .73-.21.89-.55l3-6c.07-.14.11-.29.11-.45v-9a.986.986 0 0 0-.99-.99"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDislikeSolid
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDoc = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="m16.71 5.29-4-4C12.52 1.11 12.27 1 12 1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V6c0-.27-.11-.52-.29-.71M14.59 6H12V3.41zM5 17V3h5v3c0 1.1.9 2 2 2h3v9zm8-6c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1m-2 3c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDoc
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDocCancel = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="m16.71 5.29-4-4C12.52 1.11 12.27 1 12 1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h1c.55 0 1-.45 1-1s-.45-1-1-1H5V3h5v3c0 1.1.9 2 2 2h3c0 .55.45 1 1 1s1-.45 1-1V6c0-.27-.11-.52-.29-.71M12 3.41 14.59 6H12zm.5 6.59C10.02 10 8 12.02 8 14.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5m2.5 4.5c0 .32-.07.63-.18.91l-3.23-3.23c.28-.11.59-.18.91-.18a2.5 2.5 0 0 1 2.5 2.5m-5 0c0-.32.07-.63.18-.91l3.23 3.23a2.5 2.5 0 0 1-.91.18 2.5 2.5 0 0 1-2.5-2.5"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDocCancel
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDollar = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M10.22 8.99C8.026 8.4 6.994 8.01 6.994 7c0-.98.52-1.63 1.532-1.94 1.462-.44 3.675.05 4.636 1.5.31.46.931.58 1.392.28.46-.31.58-.93.28-1.39-.89-1.34-2.353-2.11-3.845-2.4 0-.02.01-.03.01-.05V2c0-.55-.45-1-1-1-.552 0-1.002.45-1.002 1v.95c-.36.04-.721.1-1.042.2-1.852.56-2.963 2-2.963 3.86 0 2.65 2.613 3.36 4.706 3.92 2.243.6 3.304 1.01 3.304 2.08 0 1.16-1.262 1.58-1.802 1.71-1.863.44-4.356-.25-5.307-2.16-.25-.49-.851-.69-1.342-.45-.49.25-.69.85-.45 1.34 1 1.99 2.973 3.04 4.946 3.31-.02.08-.05.16-.05.24v1c0 .55.45 1 1.001 1S11 18.55 11 18v-1c0-.08-.03-.15-.05-.22.24-.03.48-.07.701-.12 2.063-.49 3.344-1.89 3.344-3.66.01-2.72-2.643-3.44-4.776-4.01"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDollar
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDoubleArrow = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="m14.295 15.703-5.006-5a.995.995 0 0 1 0-1.41l5.006-5a.998.998 0 0 1 1.412 1.41l-4.295 4.29 4.295 4.29c.39.39.39 1.02 0 1.41-.38.4-1.021.4-1.412.01m-3.584 0a.995.995 0 0 0 0-1.41l-4.295-4.29 4.295-4.29a.998.998 0 0 0-1.412-1.41l-5.006 5a.995.995 0 0 0 0 1.41l5.006 5c.39.38 1.021.38 1.412-.01"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDoubleArrow
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDoubleTick = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M17.705 6.29a.997.997 0 0 0-1.411 0l-5.295 5.295-1.09-1.091L12.7 7.7A.997.997 0 1 0 11.29 6.29l-5.294 5.295-2.292-2.292a.997.997 0 1 0-1.411 1.411l3.002 3.003c.2.2.45.29.71.29s.511-.1.711-.29l1.792-1.792 1.791 1.792c.2.2.45.29.71.29s.51-.1.711-.29L17.725 7.7c.37-.38.37-1.02-.02-1.411"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDoubleTick
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDownload = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={20}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 20 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M17 18H3c-1.1 0-2-.9-2-2v-4c0-.55.45-1 1-1s1 .45 1 1v4h14v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 1.1-.9 2-2 2m-3.29-8.71a.996.996 0 0 0-1.41 0l-1.3 1.3V3c0-.55-.45-1-1-1s-1 .45-1 1v7.59L7.71 9.3a.996.996 0 1 0-1.41 1.41l3 3c.19.19.44.29.7.29s.51-.1.71-.29l3-3c.39-.39.39-1.03 0-1.42"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDownload
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgDropdown = (props: SVGProps<SVGSVGElement>) => (
5
+ <SvgIcon
6
+ width={21}
7
+ height={20}
8
+ fill="none"
9
+ viewBox="0 0 21 20"
10
+ {...props}
11
+ >
12
+ <path
13
+ fill="currentColor"
14
+ d="M10.508 14.73c-.273 0-.536-.099-.746-.286L1.355 6.583a.934.934 0 0 1 0-1.386 1.1 1.1 0 0 1 1.481 0l7.661 7.164 7.661-7.164a1.1 1.1 0 0 1 1.482 0 .934.934 0 0 1 0 1.386l-8.407 7.861c-.19.187-.452.285-.725.285"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgDropdown