@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,62 @@
1
+ @require '../../../Markup.Common/markup/stylus/variables'
2
+
3
+ .ant
4
+ // SLIDER BEGIN
5
+ &-slider-rail
6
+ &-slider-track
7
+ height 2px
8
+ border-radius @height
9
+
10
+ &-slider-rail
11
+ background-color $cl-graphite-5
12
+
13
+ &-slider-track
14
+ position absolute
15
+ top 0
16
+ background-color $cl-green-2
17
+ transition background-color 0.3s ease-in-out
18
+
19
+ &-slider-handle
20
+ position absolute
21
+ top 50%
22
+ margin-top -7px
23
+ box-sizing border-box
24
+ width 14px
25
+ height @width
26
+ background-color $cl-white
27
+ border 2px solid $cl-green-2
28
+ border-radius 50%
29
+ transition background-color 0.3s ease-in-out, border-color 0.3s ease-in-out
30
+ cursor pointer
31
+
32
+ &-slider-disabled
33
+ .ant-slider-track
34
+ .ant-slider-handle
35
+ background-color $cl-graphite-4
36
+
37
+ .ant-slider-handle
38
+ border-color $cl-white
39
+ cursor not-allowed
40
+ // SLIDER END
41
+
42
+ // SLIDER TOOLTIP BEGIN
43
+ &-slider
44
+ position relative
45
+
46
+ & .ant-tooltip
47
+ background-color transparent
48
+
49
+ &-placement-bottom
50
+ padding-top 0
51
+
52
+ &-arrow
53
+ display none
54
+
55
+ &-content
56
+ padding 0
57
+ min-height auto
58
+ font-size $fz-small
59
+ color $cl-graphite-3
60
+ background-color transparent
61
+ box-shadow none
62
+ // SLIDER TOOLTIP END
@@ -0,0 +1,63 @@
1
+ import React from 'react'
2
+ import cn from 'classnames'
3
+ import * as TabsPrimitive from '@radix-ui/react-tabs'
4
+ import {TabsProps} from "@radix-ui/react-tabs";
5
+
6
+ type TabsComponents = {
7
+ List: typeof TabsList,
8
+ Trigger: typeof TabsTrigger,
9
+ Content: typeof TabsContent,
10
+ }
11
+
12
+ const Tabs: React.FC<TabsProps> & TabsComponents = ({ ...props }) => <TabsPrimitive.Root {...props}/>
13
+
14
+ const TabsList = React.forwardRef<
15
+ React.ElementRef<typeof TabsPrimitive.List>,
16
+ React.ComponentPropsWithoutRef<typeof TabsPrimitive.List>
17
+ >(({ className, ...props }, ref) => (
18
+ <TabsPrimitive.List
19
+ ref={ref}
20
+ className={cn(
21
+ 'inline-flex h-10 items-center justify-center rounded-md bg-muted p-1 text-muted-foreground',
22
+ className
23
+ )}
24
+ {...props}
25
+ />
26
+ ))
27
+
28
+ const TabsTrigger = React.forwardRef<
29
+ React.ElementRef<typeof TabsPrimitive.Trigger>,
30
+ React.ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger>
31
+ >(({ className, ...props }, ref) => (
32
+ <TabsPrimitive.Trigger
33
+ ref={ref}
34
+ className={cn(
35
+ 'inline-flex items-center justify-center whitespace-nowrap rounded-sm px-3 py-1.5 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow-sm',
36
+ className
37
+ )}
38
+ {...props}
39
+ />
40
+ ))
41
+
42
+ const TabsContent = React.forwardRef<
43
+ React.ElementRef<typeof TabsPrimitive.Content>,
44
+ React.ComponentPropsWithoutRef<typeof TabsPrimitive.Content>
45
+ >(({ className, ...props }, ref) => (
46
+ <TabsPrimitive.Content
47
+ ref={ref}
48
+ className={cn(
49
+ 'mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2',
50
+ className
51
+ )}
52
+ {...props}
53
+ />
54
+ ))
55
+
56
+ Tabs.List = TabsList
57
+ TabsList.displayName = "TabsList"
58
+ Tabs.Trigger = TabsTrigger
59
+ TabsTrigger.displayName = "TabsTrigger"
60
+ Tabs.Content = TabsContent
61
+ TabsContent.displayName = "TabsContent"
62
+
63
+ export default Tabs
@@ -0,0 +1,91 @@
1
+ @require '../../../Markup.Common/markup/stylus/variables'
2
+
3
+ $prefix-tabs = ant-tabs
4
+
5
+ // Общая обретка
6
+ .{$prefix-tabs}
7
+ position relative
8
+
9
+ &._wide
10
+ .{$prefix-tabs}-tab
11
+ padding 0 16px 8px
12
+
13
+ &:not(:last-child)
14
+ margin-right 0
15
+
16
+ // Панелька с названиями табов
17
+ .{$prefix-tabs}-bar
18
+ position relative
19
+ display flex
20
+ flex-wrap nowrap
21
+
22
+ &::after
23
+ content ''
24
+ position absolute
25
+ right 0
26
+ bottom 0
27
+ left 0
28
+ height 2px
29
+ background-color $cl-graphite-6
30
+
31
+ .{$prefix-tabs}-nav-wrap
32
+ overflow hidden
33
+
34
+ .{$prefix-tabs}-nav-scroll
35
+ overflow hidden
36
+ white-space nowrap
37
+
38
+ .{$prefix-tabs}-nav
39
+ display inline-block
40
+
41
+ // Таб
42
+ .{$prefix-tabs}-tab
43
+ display inline-block
44
+ padding-bottom 8px
45
+ user-select none
46
+ cursor pointer
47
+
48
+ &:not(:last-child)
49
+ margin-right 32px
50
+
51
+ // Активный таб
52
+ .{$prefix-tabs}-tab-active
53
+ position relative
54
+ color $cl-blue-2
55
+
56
+ // Стрелки переключения между табами
57
+ .{$prefix-tabs}-tab-prev
58
+ .{$prefix-tabs}-tab-next
59
+ display none
60
+
61
+ // Обертка всех табов
62
+ .{$prefix-tabs}-content
63
+ display flex
64
+ margin-left 0 !important // fix стандартного поведения ant-tabs - табы уезжают влево через margin-left: -100%
65
+ width 100%
66
+
67
+ // Контент табов
68
+ .{$prefix-tabs}-tabpane
69
+ flex-shrink 0
70
+ width 100%
71
+
72
+ // Подчеркивание активного таба
73
+ .{$prefix-tabs}-ink-bar
74
+ position relative
75
+ height 3px
76
+ background-color $cl-blue-2
77
+ transition transform .2s
78
+ z-index 1
79
+
80
+ // Скрытие неактивного таба
81
+ .{$prefix-tabs}-tabpane-inactive
82
+ display none
83
+
84
+ // Заготовка для анимаций
85
+ // .{$prefix-tabs}-tabpane-active
86
+ // animation-name anim-tab-active
87
+ // animation-duration 1s
88
+
89
+ // .{$prefix-tabs}-tabpane-inactive
90
+ // animation-name anim-tab-inactive
91
+ // animation-duration 1s
@@ -0,0 +1,5 @@
1
+ import Tabs from './Tabs'
2
+
3
+ export default Tabs
4
+
5
+ export { Tabs }
@@ -0,0 +1,47 @@
1
+ import React from 'react'
2
+ import cn from 'classnames'
3
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip'
4
+ import {TooltipProps} from "@radix-ui/react-tooltip";
5
+ // import './ant-tooltip.styl'
6
+
7
+ // "_error": mdStyle === "error",
8
+ // "_white": mdStyle === "white",
9
+ //
10
+ // "_sm": mdSize === "sm",
11
+ // "_md": mdSize === "md",
12
+ // "_lg": mdSize === "lg",
13
+ // "_xl": mdSize === "xl",
14
+
15
+ type TooltipComponents = {
16
+ Provider: typeof TooltipProvider,
17
+ Trigger: typeof TooltipTrigger,
18
+ Content: typeof TooltipContent,
19
+ }
20
+
21
+ const Tooltip: React.FC<TooltipProps> & TooltipComponents = ({...props}) => <TooltipPrimitive.Root {...props}/>
22
+
23
+ const TooltipProvider = TooltipPrimitive.Provider
24
+
25
+ const TooltipTrigger = TooltipPrimitive.Trigger
26
+
27
+ const TooltipContent = React.forwardRef<
28
+ React.ElementRef<typeof TooltipPrimitive.Content>,
29
+ React.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>
30
+ >(({ className, sideOffset = 4, ...props }, ref) => (
31
+ <TooltipPrimitive.Content
32
+ ref={ref}
33
+ sideOffset={sideOffset}
34
+ className={cn(
35
+ 'z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2',
36
+ className
37
+ )}
38
+ {...props}
39
+ />
40
+ ))
41
+
42
+ Tooltip.Provider = TooltipProvider
43
+ Tooltip.Trigger = TooltipTrigger
44
+ Tooltip.Content = TooltipContent
45
+ TooltipContent.displayName = "TooltipContent"
46
+
47
+ export default Tooltip
@@ -0,0 +1,5 @@
1
+ import Tooltip from './Tooltip'
2
+
3
+ export { Tooltip }
4
+
5
+ export default Tooltip
@@ -0,0 +1,125 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ @layer base {
6
+
7
+ /* @font-face {
8
+ font-weight: 100 900;
9
+ font-family: "Roboto";
10
+ font-style: normal;
11
+ font-stretch: 75% 100%;
12
+ src: url("../fonts/Roboto.woff2") format("woff2");
13
+ font-display: swap;
14
+ }
15
+
16
+ @font-face {
17
+ font-weight: 100 900;
18
+ font-family: "Roboto";
19
+ font-style: italic;
20
+ font-stretch: 75% 100%;
21
+ src: url("../fonts/Roboto-Italic.woff2") format("woff2");
22
+ font-display: swap;
23
+ } */
24
+
25
+ :root {
26
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
27
+
28
+ --cl-white: #ffffff;
29
+ --cl-dark: #000000;
30
+
31
+ /* Синий */
32
+ --cl-blue-1: #253c77;
33
+ --cl-blue-2: #4971d0;
34
+ --cl-blue-3: #6b91eb;
35
+ --cl-blue-4: #81a5f9;
36
+ --cl-blue-5: #a7c0fb;
37
+ --cl-blue-6: #d2ddfa;
38
+ --cl-blue-7: #f2f6ff;
39
+
40
+ /* Серый */
41
+ --cl-graphite-1: #222733;
42
+ --cl-graphite-2: #464c59;
43
+ --cl-graphite-3: #777c87;
44
+ --cl-graphite-4: #9b9fa8;
45
+ --cl-graphite-5: #cbcdd1;
46
+ --cl-graphite-6: #e6e7e9;
47
+ --cl-graphite-7: #f5f5f6;
48
+
49
+ /* Зеленый */
50
+ --cl-green-1: #5e8c00;
51
+ --cl-green-2: #6ca300;
52
+ --cl-green-3: #88bd1f;
53
+ --cl-green-4: #a4d73e;
54
+ --cl-green-5: #c0eb69;
55
+ --cl-green-6: #d4f296;
56
+ --cl-green-7: #eefad4;
57
+
58
+ /* Желтый */
59
+ --cl-yellow-1: #b79310;
60
+ --cl-yellow-2: #d2aa0f;
61
+ --cl-yellow-3: #e8c113;
62
+ --cl-yellow-4: #efd04e;
63
+ --cl-yellow-5: #f5de88;
64
+ --cl-yellow-6: #fae6aa;
65
+ --cl-yellow-7: #fcf2ce;
66
+
67
+ /* Красный */
68
+ --cl-red-1: #a61d1d;
69
+ --cl-red-2: #bd2c2c;
70
+ --cl-red-3: #d43d3d;
71
+ --cl-red-4: #e36868;
72
+ --cl-red-5: #f19494;
73
+ --cl-red-6: #f9c1bd;
74
+ --cl-red-7: #ffe9e9;
75
+
76
+ --text-cl: var(--cl-graphite-1);
77
+ --text-primary-cl: var(--cl-blue-2);
78
+ /* --text-success-cl: var(--cl-graphite-1); */
79
+ --text-seconady-cl: var(--cl-graphite-2);
80
+ --text-tertiary-cl: var(--cl-graphite-3);
81
+ /* --tetx-tertiary:; */
82
+ /* --text-quaternary:; */
83
+
84
+ --app-bg: var(--cl-white);
85
+ --app-cl: var(--text-cl);
86
+
87
+ /* ЦВЕТ КНОПОК */
88
+
89
+ --btn-primary: var(--cl-white);
90
+ --btn-primary-bg: var(--cl-blue-2);
91
+ --btn-primary-hover-bg: var(--cl-blue-3);
92
+ --btn-primary-focus-bg: var(--cl-blue-1);
93
+ --btn-primary-active-bg: var(--cl-blue-1);
94
+
95
+ --btn-success: var(--cl-white);
96
+ --btn-success-bg: var(--cl-green-3);
97
+ --btn-success-hover-bg: var(--cl-green-4);
98
+ --btn-success-focus-bg: var(--cl-green-1);
99
+ --btn-success-active-bg: var(--cl-green-1);
100
+
101
+ --btn-secondary: var(--cl-graphite-2);
102
+ --btn-secondary-bg: #EDEEEF;
103
+ --btn-secondary-hover-bg: #E4E5E7;
104
+ --btn-secondary-focus-bg: #E4E5E7;
105
+ --btn-secondary-active-bg: #DCDCDE;
106
+
107
+ --btn-ghost: var(--cl-graphite-2);
108
+ --btn-ghost-bg: var(--cl-white);
109
+ --btn-ghost-hover-bg: #F6F6F7;
110
+ --btn-ghost-focus-bg: #F6F6F7;
111
+ --btn-ghost-active-bg: #EDEEEF;
112
+ --btn-primary-outline: var(--cl-blue-2);
113
+ --btn-primary-outline-bg: var(--cl-white);
114
+ --btn-primary-outline-hover-bg: var(--cl-blue-3);
115
+ --btn-primary-outline-focus-bg: var(--cl-blue-3);
116
+ --btn-primary-outline-active-bg: var(--cl-blue-1);
117
+
118
+ --btn-txt-primary: var(--cl-blue-2);
119
+ --btn-txt-primary-hover: var(--cl-blue-3);
120
+ --btn-txt-primary-focus: var(--cl-blue-3);
121
+ --btn-txt-primary-active: var(--cl-blue-1);
122
+ }
123
+
124
+ .dark {}
125
+ }
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg fill="none" height="61" width="60" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m48.8 60.6h-37.6c-6.2 0-11.2-5-11.2-11.2v-37.6c0-6.2 5-11.2 11.2-11.2h37.6c6.2 0 11.2 5 11.2 11.2v37.5c0 6.3-5 11.3-11.2 11.3zm-37.6-58.8a10 10 0 0 0 -10 10v37.5a10 10 0 0 0 10 10h37.6a10 10 0 0 0 10-10v-37.5a10 10 0 0 0 -10-10z"/><path clip-rule="evenodd" d="m15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6zm18 24v-6h6v6zm6 0h6v6h-6zm-6 0h-6v6h6zm6-6v-6h-6v-6h-6v-6h12v6h6v12z" fill-rule="evenodd"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" height="61" width="60" xmlns="http://www.w3.org/2000/svg"><path d="m.6 11.8c0-5.8 4.8-10.6 10.6-10.6h37.6c5.8 0 10.6 4.8 10.6 10.6v37.5c0 5.9-4.8 10.7-10.6 10.7h-37.6c-5.8 0-10.6-4.8-10.6-10.7z" fill="#072da0"/><path d="m48.8 60.6h-37.6c-6.2 0-11.2-5-11.2-11.2v-37.6c0-6.2 5-11.2 11.2-11.2h37.6c6.2 0 11.2 5 11.2 11.2v37.5c0 6.3-5 11.3-11.2 11.3zm-37.6-58.8a10 10 0 0 0 -10 10v37.5a10 10 0 0 0 10 10h37.6a10 10 0 0 0 10-10v-37.5a10 10 0 0 0 -10-10z" fill="#f8faff"/><path clip-rule="evenodd" d="m15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6zm18 24v-6h6v6zm6 0h6v6h-6zm-6 0h-6v6h6zm6-6v-6h-6v-6h-6v-6h12v6h6v12z" fill="#fff" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="246" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)" fill="#fff"><path d="M48.75 60.6h-37.5C5.05 60.6 0 55.55 0 49.35v-37.5C0 5.65 5.05.6 11.25.6h37.5C54.95.6 60 5.65 60 11.85v37.5c0 6.2-5.05 11.25-11.25 11.25ZM11.25 1.8C5.71 1.8 1.2 6.31 1.2 11.85v37.5c0 5.54 4.51 10.05 10.05 10.05h37.5c5.54 0 10.05-4.5 10.05-10.05v-37.5c0-5.54-4.51-10.05-10.05-10.05h-37.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z"/><path d="m92.4 39.62-.05-10.75-5.3 8.86h-1.83l-5.3-8.65v10.54H76V21.64h3.46l6.73 11.15 6.62-11.15h3.46l.05 17.98H92.4ZM106.71 39.82c-1.47 0-2.75-.3-3.92-.91a6.85 6.85 0 0 1-3.67-6.22 6.7 6.7 0 0 1 3.67-6.16 8.4 8.4 0 0 1 3.92-.92c1.48 0 2.75.3 3.93.92a6.73 6.73 0 0 1 3.66 6.16 6.8 6.8 0 0 1-3.66 6.22 7.7 7.7 0 0 1-3.93.91Zm0-3.26a3.5 3.5 0 0 0 2.55-1.02 3.94 3.94 0 0 0 1.02-2.8c0-1.17-.36-2.09-1.02-2.75a3.27 3.27 0 0 0-2.55-1.07c-1.02 0-1.88.36-2.54 1.07a3.81 3.81 0 0 0-1.02 2.75c0 1.17.35 2.09 1.02 2.8a3.5 3.5 0 0 0 2.54 1.02ZM132.18 36.36v6.26h-3.72v-2.95h-9.78v2.95h-3.72v-6.26h.57c.86 0 1.42-.51 1.78-1.53.3-.97.5-2.4.6-4.23l.21-4.79h12.07v10.55h1.99Zm-10.65-5.45a19.59 19.59 0 0 1-.35 3.46 3.79 3.79 0 0 1-.92 2.04h5.86v-7.23h-4.53l-.06 1.73ZM148.33 25.81l-6.27 14.67a7 7 0 0 1-2.4 3.37c-.91.66-2.03.96-3.35.96-.72 0-1.43-.1-2.14-.35-.72-.2-1.28-.51-1.73-.92l1.47-2.85a3.5 3.5 0 0 0 2.3.92c.55 0 1.01-.16 1.32-.41.35-.26.66-.72.91-1.33l.06-.15-6.01-13.9h4.12l3.87 9.37 3.92-9.38h3.93ZM162.28 39.62h-4.02V29.08h-4.38l-.16 2.44a25.5 25.5 0 0 1-.5 4.53 5.76 5.76 0 0 1-1.33 2.8 3.37 3.37 0 0 1-2.6 1.02c-.56 0-1.27-.1-2.08-.3l.2-3.31c.25.05.46.05.61.05.61 0 1.07-.2 1.32-.66.31-.46.51-1.02.62-1.69.1-.66.2-1.57.25-2.7l.2-5.55h11.87v13.9ZM173.38 30.25c1.79 0 3.21.4 4.13 1.22.97.76 1.43 1.88 1.43 3.36 0 1.53-.56 2.7-1.63 3.57-1.07.81-2.55 1.27-4.49 1.27l-6.97-.05v-13.8h3.97v4.43h3.56Zm-.86 6.52c.76 0 1.38-.1 1.78-.46.41-.36.61-.87.61-1.53s-.2-1.17-.6-1.48c-.41-.3-.98-.46-1.8-.5l-2.59-.06v4.03h2.6ZM189.23 26.78c1.32 0 2.5.26 3.46.82a5.13 5.13 0 0 1 2.3 2.24c.55.97.8 2.09.8 3.41a6.29 6.29 0 0 1-3.66 5.86 8.86 8.86 0 0 1-3.92.81c-2.45 0-4.33-.76-5.7-2.29-1.38-1.58-2.04-3.82-2.04-6.82 0-2.75.6-5 1.78-6.62 1.22-1.69 3.1-2.76 5.6-3.26l6.57-1.33.56 3.46-5.8 1.18c-1.58.3-2.75.81-3.52 1.52a4.49 4.49 0 0 0-1.32 3.06 5.59 5.59 0 0 1 2.14-1.48c.86-.4 1.78-.56 2.75-.56Zm-.92 10.04c1.02 0 1.83-.36 2.5-1.02.6-.66.96-1.53.96-2.55 0-1.02-.3-1.88-.97-2.5a3.35 3.35 0 0 0-2.5-.91c-1.06 0-1.88.3-2.54.92a3.38 3.38 0 0 0-.97 2.5c0 1.01.31 1.88.97 2.54a3.3 3.3 0 0 0 2.55 1.02ZM203.49 25.61c2.14 0 3.77.51 4.94 1.53 1.17 1.02 1.73 2.55 1.73 4.58v7.9h-3.77v-1.68c-.76 1.27-2.14 1.93-4.23 1.93-1.07 0-1.98-.2-2.8-.56a4.29 4.29 0 0 1-1.78-1.47 3.88 3.88 0 0 1-.61-2.14c0-1.28.46-2.3 1.42-3 .97-.72 2.5-1.13 4.49-1.13h3.2c0-.87-.25-1.53-.81-1.99-.5-.45-1.32-.7-2.4-.7-.7 0-1.47.1-2.18.35-.72.2-1.33.5-1.79.91l-1.42-2.8c.76-.5 1.68-.91 2.7-1.22 1.07-.36 2.19-.5 3.3-.5Zm-.36 11.56c.66 0 1.27-.15 1.83-.46.51-.3.92-.81 1.13-1.42v-1.43h-2.76c-1.63 0-2.5.56-2.5 1.63 0 .51.21.92.62 1.22.46.31 1.02.46 1.68.46ZM213.37 25.81h3.97v5.4h6.01v-5.4h4.03v13.8h-4.03v-5.14h-6v5.15h-3.98v-13.8ZM237.1 34.42h-2.09v5.25H231v-13.8h4.02v5.34h2.15l3.76-5.34h4.28l-4.84 6.62 5.2 7.18h-4.74l-3.72-5.25Z"/></g><defs><clipPath id="a"><path fill="#fff" transform="translate(0 .6)" d="M0 0h246v60H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" height="61" width="246" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h246v60h-246z" transform="translate(0 .6)"/></clipPath><g clip-path="url(#a)"><path d="m.6 11.85c0-5.88 4.77-10.65 10.65-10.65h37.5c5.88 0 10.65 4.77 10.65 10.65v37.5c0 5.88-4.77 10.65-10.65 10.65h-37.5a10.65 10.65 0 0 1 -10.65-10.65z" fill="#072da0"/><path d="m48.75 60.6h-37.5c-6.2 0-11.25-5.05-11.25-11.25v-37.5c0-6.2 5.05-11.25 11.25-11.25h37.5c6.2 0 11.25 5.05 11.25 11.25v37.5c0 6.2-5.05 11.25-11.25 11.25zm-37.5-58.8c-5.54 0-10.05 4.51-10.05 10.05v37.5c0 5.54 4.51 10.05 10.05 10.05h37.5c5.54 0 10.05-4.5 10.05-10.05v-37.5c0-5.54-4.51-10.05-10.05-10.05h-37.5z" fill="#f8faff"/><path clip-rule="evenodd" d="m15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6zm18 24v-6h6v6zm6 0h6v6h-6zm-6 0h-6v6h6zm6-6v-6h-6v-6h-6v-6h12v6h6v12z" fill="#fff" fill-rule="evenodd"/><path d="m92.4 39.62-.05-10.75-5.3 8.86h-1.83l-5.3-8.65v10.54h-3.92v-17.98h3.46l6.73 11.15 6.62-11.15h3.46l.05 17.98zm14.31.2c-1.47 0-2.75-.3-3.92-.91a6.85 6.85 0 0 1 -3.67-6.22 6.7 6.7 0 0 1 3.67-6.16 8.4 8.4 0 0 1 3.92-.92c1.48 0 2.75.3 3.93.92a6.73 6.73 0 0 1 3.66 6.16 6.8 6.8 0 0 1 -3.66 6.22 7.7 7.7 0 0 1 -3.93.91zm0-3.26a3.5 3.5 0 0 0 2.55-1.02 3.94 3.94 0 0 0 1.02-2.8c0-1.17-.36-2.09-1.02-2.75a3.27 3.27 0 0 0 -2.55-1.07c-1.02 0-1.88.36-2.54 1.07a3.81 3.81 0 0 0 -1.02 2.75c0 1.17.35 2.09 1.02 2.8a3.5 3.5 0 0 0 2.54 1.02zm25.47-.2v6.26h-3.72v-2.95h-9.78v2.95h-3.72v-6.26h.57c.86 0 1.42-.51 1.78-1.53.3-.97.5-2.4.6-4.23l.21-4.79h12.07v10.55zm-10.65-5.45a19.59 19.59 0 0 1 -.35 3.46 3.79 3.79 0 0 1 -.92 2.04h5.86v-7.23h-4.53zm26.8-5.1-6.27 14.67a7 7 0 0 1 -2.4 3.37c-.91.66-2.03.96-3.35.96-.72 0-1.43-.1-2.14-.35-.72-.2-1.28-.51-1.73-.92l1.47-2.85a3.5 3.5 0 0 0 2.3.92c.55 0 1.01-.16 1.32-.41.35-.26.66-.72.91-1.33l.06-.15-6.01-13.9h4.12l3.87 9.37 3.92-9.38zm13.95 13.81h-4.02v-10.54h-4.38l-.16 2.44a25.5 25.5 0 0 1 -.5 4.53 5.76 5.76 0 0 1 -1.33 2.8 3.37 3.37 0 0 1 -2.6 1.02c-.56 0-1.27-.1-2.08-.3l.2-3.31c.25.05.46.05.61.05.61 0 1.07-.2 1.32-.66.31-.46.51-1.02.62-1.69.1-.66.2-1.57.25-2.7l.2-5.55h11.87v13.9zm11.1-9.37c1.79 0 3.21.4 4.13 1.22.97.76 1.43 1.88 1.43 3.36 0 1.53-.56 2.7-1.63 3.57-1.07.81-2.55 1.27-4.49 1.27l-6.97-.05v-13.8h3.97v4.43zm-.86 6.52c.76 0 1.38-.1 1.78-.46.41-.36.61-.87.61-1.53s-.2-1.17-.6-1.48c-.41-.3-.98-.46-1.8-.5l-2.59-.06v4.03zm16.71-9.99c1.32 0 2.5.26 3.46.82a5.13 5.13 0 0 1 2.3 2.24c.55.97.8 2.09.8 3.41a6.29 6.29 0 0 1 -3.66 5.86 8.86 8.86 0 0 1 -3.92.81c-2.45 0-4.33-.76-5.7-2.29-1.38-1.58-2.04-3.82-2.04-6.82 0-2.75.6-5 1.78-6.62 1.22-1.69 3.1-2.76 5.6-3.26l6.57-1.33.56 3.46-5.8 1.18c-1.58.3-2.75.81-3.52 1.52a4.49 4.49 0 0 0 -1.32 3.06 5.59 5.59 0 0 1 2.14-1.48c.86-.4 1.78-.56 2.75-.56zm-.92 10.04c1.02 0 1.83-.36 2.5-1.02.6-.66.96-1.53.96-2.55s-.3-1.88-.97-2.5a3.35 3.35 0 0 0 -2.5-.91c-1.06 0-1.88.3-2.54.92a3.38 3.38 0 0 0 -.97 2.5c0 1.01.31 1.88.97 2.54a3.3 3.3 0 0 0 2.55 1.02zm15.18-11.21c2.14 0 3.77.51 4.94 1.53s1.73 2.55 1.73 4.58v7.9h-3.77v-1.68c-.76 1.27-2.14 1.93-4.23 1.93-1.07 0-1.98-.2-2.8-.56a4.29 4.29 0 0 1 -1.78-1.47 3.88 3.88 0 0 1 -.61-2.14c0-1.28.46-2.3 1.42-3 .97-.72 2.5-1.13 4.49-1.13h3.2c0-.87-.25-1.53-.81-1.99-.5-.45-1.32-.7-2.4-.7-.7 0-1.47.1-2.18.35-.72.2-1.33.5-1.79.91l-1.42-2.8c.76-.5 1.68-.91 2.7-1.22 1.07-.36 2.19-.5 3.3-.5zm-.36 11.56c.66 0 1.27-.15 1.83-.46.51-.3.92-.81 1.13-1.42v-1.43h-2.76c-1.63 0-2.5.56-2.5 1.63 0 .51.21.92.62 1.22.46.31 1.02.46 1.68.46zm10.24-11.36h3.97v5.4h6.01v-5.4h4.03v13.8h-4.03v-5.14h-6v5.15h-3.98v-13.8zm23.73 8.61h-2.09v5.25h-4.01v-13.8h4.02v5.34h2.15l3.76-5.34h4.28l-4.84 6.62 5.2 7.18h-4.74l-3.72-5.25z" fill="#072da0"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="60" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.83 60.6h-37.6A11.21 11.21 0 0 1 0 49.38V11.82C0 5.62 5.02.6 11.24.6h37.53C54.98.6 60 5.61 60 11.82V49.3a11.13 11.13 0 0 1-11.17 11.3ZM11.24 1.8A10.02 10.02 0 0 0 1.2 11.82V49.3c0 5.58 4.52 10.02 10.04 10.02h37.53c5.58 0 10.04-4.52 10.04-10.02V11.82c0-5.58-4.52-10.02-10.04-10.02H11.24Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="60" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M.57 11.82A10.7 10.7 0 0 1 11.24 1.16h37.53a10.7 10.7 0 0 1 10.67 10.66V49.3a10.7 10.7 0 0 1-10.67 10.66H11.24A10.7 10.7 0 0 1 .57 49.3V11.82Z" fill="#0F1A7C"/><path d="M48.83 60.6h-37.6A11.21 11.21 0 0 1 0 49.38V11.82C0 5.62 5.02.6 11.24.6h37.53C54.98.6 60 5.61 60 11.82V49.3a11.13 11.13 0 0 1-11.17 11.3ZM11.24 1.8A10.02 10.02 0 0 0 1.2 11.82V49.3c0 5.58 4.52 10.02 10.04 10.02h37.53c5.58 0 10.04-4.52 10.04-10.02V11.82c0-5.58-4.52-10.02-10.04-10.02H11.24Z" fill="#F8FAFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="316" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)" fill="#fff"><path d="M48.75 60.6h-37.5C5.05 60.6 0 55.55 0 49.35v-37.5C0 5.65 5.05.6 11.25.6h37.5C54.95.6 60 5.65 60 11.85v37.5c0 6.2-5.05 11.25-11.25 11.25ZM11.25 1.8C5.71 1.8 1.2 6.31 1.2 11.85v37.5c0 5.54 4.51 10.05 10.05 10.05h37.5c5.54 0 10.05-4.5 10.05-10.05v-37.5c0-5.54-4.51-10.05-10.05-10.05h-37.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z"/><path d="m93 39.63-.03-11.18-5.5 9.2h-1.92l-5.5-8.99v10.96H76V20.96h3.58l6.98 11.6 6.88-11.6h3.58l.03 18.67h-4.06Zm10.75-.74a7 7 0 0 1-3.83-6.44 7.07 7.07 0 0 1 3.83-6.44 8.61 8.61 0 0 1 4.07-.95c1.51 0 2.86.31 4.05.95a7.07 7.07 0 0 1 3.82 6.44 7.07 7.07 0 0 1-3.81 6.44c-1.2.63-2.55.95-4.06.95a8.61 8.61 0 0 1-4.07-.95Zm6.7-3.55a4.04 4.04 0 0 0 1.02-2.89c0-1.2-.34-2.18-1.02-2.9a3.47 3.47 0 0 0-2.63-1.07c-1.07 0-1.95.36-2.64 1.08a4 4 0 0 0-1.04 2.89 4 4 0 0 0 1.04 2.9c.7.71 1.57 1.07 2.64 1.07 1.06 0 1.94-.35 2.63-1.08Zm23.7.87v6.5h-3.87v-3.08H120.2v3.09h-3.86v-6.5h.58c.9-.02 1.5-.55 1.84-1.58.34-1.03.55-2.5.65-4.4l.18-4.96h12.51V36.2h2.05Zm-11.32-2.1a4.02 4.02 0 0 1-.95 2.1h6.06V28.7h-4.7l-.08 1.83a24.9 24.9 0 0 1-.33 3.57Zm28.05-8.83L144.4 40.5c-.66 1.65-1.47 2.81-2.44 3.5a5.96 5.96 0 0 1-3.51 1c-.75 0-1.48-.11-2.22-.34a4.85 4.85 0 0 1-1.78-.96l1.51-2.96a3.52 3.52 0 0 0 2.35.9 2.2 2.2 0 0 0 1.38-.4c.36-.28.68-.74.97-1.38l.05-.13-6.22-14.46h4.3l4.03 9.74 4.05-9.74h4Zm14.48 0v14.35h-4.16V28.69h-4.53l-.13 2.53a25.94 25.94 0 0 1-.54 4.7 6.52 6.52 0 0 1-1.38 2.93 3.4 3.4 0 0 1-2.67 1.06c-.6 0-1.33-.1-2.16-.32l.21-3.41.61.05c.62 0 1.1-.22 1.4-.68.31-.45.52-1.03.63-1.73.1-.7.19-1.63.24-2.79l.21-5.76h12.27Zm15.79 5.85c1 .83 1.49 2 1.49 3.51 0 1.58-.55 2.81-1.66 3.7-1.12.87-2.67 1.31-4.69 1.31l-7.2-.02V25.28h4.13v4.59h3.63c1.87.01 3.3.44 4.3 1.26Zm-3.39 5.05c.43-.35.64-.88.64-1.6 0-.69-.2-1.2-.62-1.51a3.14 3.14 0 0 0-1.86-.51l-2.7-.03v4.16h2.7c.8.02 1.41-.15 1.84-.5Zm18.8-7.49h-7.37v10.94h-4.13V25.28h11.5v3.41Zm12.9-2.04c1.2 1.06 1.79 2.65 1.79 4.79v8.18h-3.9v-1.79c-.78 1.34-2.24 2-4.37 2-1.1 0-2.06-.18-2.87-.56a4.03 4.03 0 0 1-2.5-3.79c0-1.33.5-2.38 1.51-3.14 1-.77 2.56-1.15 4.66-1.15h3.3c0-.9-.27-1.6-.82-2.1-.55-.48-1.38-.73-2.48-.73-.77 0-1.52.13-2.25.37-.74.24-1.37.56-1.88.97l-1.5-2.9a9.05 9.05 0 0 1 2.82-1.29c1.1-.3 2.21-.45 3.37-.45 2.22 0 3.93.53 5.12 1.59Zm-3.54 9.9a2.7 2.7 0 0 0 1.17-1.46v-1.46h-2.85c-1.71 0-2.57.56-2.57 1.68 0 .53.21.95.63 1.27.42.3 1 .46 1.72.46a3.7 3.7 0 0 0 1.9-.5Zm20.19-10.57a6.58 6.58 0 0 1 2.57 2.59 7.8 7.8 0 0 1 .93 3.88c0 1.48-.3 2.77-.93 3.88a6.6 6.6 0 0 1-2.57 2.59c-1.1.6-2.31.92-3.65.92a5.53 5.53 0 0 1-4.31-1.73v6.7h-4.16V25.27h3.97v1.65c1.03-1.24 2.53-1.87 4.5-1.87 1.34 0 2.55.31 3.65.92Zm-1.74 9.36a4.03 4.03 0 0 0 1.03-2.89c0-1.2-.34-2.18-1.03-2.9a3.47 3.47 0 0 0-2.62-1.07c-1.07 0-1.94.36-2.63 1.08a4.03 4.03 0 0 0-1.03 2.89c0 1.2.34 2.17 1.03 2.9a3.47 3.47 0 0 0 2.63 1.07c1.07 0 1.94-.35 2.63-1.08Zm19.13-8.7c1.19 1.07 1.78 2.66 1.78 4.8v8.18h-3.9v-1.79c-.78 1.34-2.23 2-4.37 2-1.1 0-2.06-.18-2.87-.56a4.02 4.02 0 0 1-2.5-3.79c0-1.33.51-2.38 1.52-3.14 1-.77 2.55-1.15 4.65-1.15h3.3c0-.9-.27-1.6-.82-2.1-.55-.48-1.38-.73-2.48-.73-.76 0-1.52.13-2.25.37-.74.24-1.37.56-1.88.97l-1.5-2.9A9.05 9.05 0 0 1 235 25.5c1.1-.3 2.22-.45 3.37-.45 2.23 0 3.93.53 5.13 1.59Zm-3.55 9.9a2.7 2.7 0 0 0 1.17-1.45v-1.46h-2.86c-1.7 0-2.56.56-2.56 1.68 0 .53.21.95.63 1.27.42.3 1 .46 1.72.46a3.7 3.7 0 0 0 1.9-.5Zm8.1-11.26h4.13v5.6h6.24v-5.6h4.16v14.35h-4.16v-5.37h-6.24v5.37h-4.14V25.28Zm30.55 3.41h-4.85v10.94h-4.13V28.69h-4.86v-3.41h13.84v3.41Zm2.22-3.41h4.14v8.53l6.98-8.53h3.82v14.35h-4.14v-8.54l-6.96 8.54h-3.84V25.28Zm18.67 0h4.13v8.53l7-8.53h3.8v14.35h-4.13v-8.54l-6.96 8.54h-3.84V25.28Z"/></g><defs><clipPath id="a"><path fill="#fff" transform="translate(0 .6)" d="M0 0h316v60H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="316" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M.6 11.85C.6 5.97 5.37 1.2 11.25 1.2h37.5c5.88 0 10.65 4.77 10.65 10.65v37.5C59.4 55.23 54.63 60 48.75 60h-37.5A10.65 10.65 0 0 1 .6 49.35v-37.5Z" fill="#0F1A7C"/><path d="M48.75 60.6h-37.5C5.05 60.6 0 55.55 0 49.35v-37.5C0 5.65 5.05.6 11.25.6h37.5C54.95.6 60 5.65 60 11.85v37.5c0 6.2-5.05 11.25-11.25 11.25ZM11.25 1.8C5.71 1.8 1.2 6.31 1.2 11.85v37.5c0 5.54 4.51 10.05 10.05 10.05h37.5c5.54 0 10.05-4.5 10.05-10.05v-37.5c0-5.54-4.51-10.05-10.05-10.05h-37.5Z" fill="#F8FAFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z" fill="#fff"/><path d="m93 39.63-.03-11.18-5.5 9.2h-1.92l-5.5-8.99v10.96H76V20.96h3.58l6.98 11.6 6.88-11.6h3.58l.03 18.67h-4.06Zm10.75-.74a7 7 0 0 1-3.83-6.44 7.07 7.07 0 0 1 3.83-6.44 8.61 8.61 0 0 1 4.07-.95c1.51 0 2.86.31 4.05.95a7.07 7.07 0 0 1 3.82 6.44 7.07 7.07 0 0 1-3.81 6.44c-1.2.63-2.55.95-4.06.95a8.61 8.61 0 0 1-4.07-.95Zm6.7-3.55a4.04 4.04 0 0 0 1.02-2.89c0-1.2-.34-2.18-1.02-2.9a3.47 3.47 0 0 0-2.63-1.07c-1.07 0-1.95.36-2.64 1.08a4 4 0 0 0-1.04 2.89 4 4 0 0 0 1.04 2.9c.7.71 1.57 1.07 2.64 1.07 1.06 0 1.94-.35 2.63-1.08Zm23.7.87v6.5h-3.87v-3.08H120.2v3.09h-3.86v-6.5h.58c.9-.02 1.5-.55 1.84-1.58.34-1.03.55-2.5.65-4.4l.18-4.96h12.51V36.2h2.05Zm-11.32-2.1a4.02 4.02 0 0 1-.95 2.1h6.06V28.7h-4.7l-.08 1.83a24.9 24.9 0 0 1-.33 3.57Zm28.05-8.83L144.4 40.5c-.66 1.65-1.47 2.81-2.44 3.5a5.96 5.96 0 0 1-3.51 1c-.75 0-1.48-.11-2.22-.34a4.85 4.85 0 0 1-1.78-.96l1.51-2.96a3.52 3.52 0 0 0 2.35.9 2.2 2.2 0 0 0 1.38-.4c.36-.28.68-.74.97-1.38l.05-.13-6.22-14.46h4.3l4.03 9.74 4.05-9.74h4Zm14.48 0v14.35h-4.16V28.69h-4.53l-.13 2.53a25.94 25.94 0 0 1-.54 4.7 6.52 6.52 0 0 1-1.38 2.93 3.4 3.4 0 0 1-2.67 1.06c-.6 0-1.33-.1-2.16-.32l.21-3.41.61.05c.62 0 1.1-.22 1.4-.68.31-.45.52-1.03.63-1.73.1-.7.19-1.63.24-2.79l.21-5.76h12.27Zm15.79 5.85c1 .83 1.49 2 1.49 3.51 0 1.58-.55 2.81-1.66 3.7-1.12.87-2.67 1.31-4.69 1.31l-7.2-.02V25.28h4.13v4.59h3.63c1.87.01 3.3.44 4.3 1.26Zm-3.39 5.05c.43-.35.64-.88.64-1.6 0-.69-.2-1.2-.62-1.51a3.14 3.14 0 0 0-1.86-.51l-2.7-.03v4.16h2.7c.8.02 1.41-.15 1.84-.5Zm18.8-7.49h-7.37v10.94h-4.13V25.28h11.5v3.41Zm12.9-2.04c1.2 1.06 1.79 2.65 1.79 4.79v8.18h-3.9v-1.79c-.78 1.34-2.24 2-4.37 2-1.1 0-2.06-.18-2.87-.56a4.03 4.03 0 0 1-2.5-3.79c0-1.33.5-2.38 1.51-3.14 1-.77 2.56-1.15 4.66-1.15h3.3c0-.9-.27-1.6-.82-2.1-.55-.48-1.38-.73-2.48-.73-.77 0-1.52.13-2.25.37-.74.24-1.37.56-1.88.97l-1.5-2.9a9.05 9.05 0 0 1 2.82-1.29c1.1-.3 2.21-.45 3.37-.45 2.22 0 3.93.53 5.12 1.59Zm-3.54 9.9a2.7 2.7 0 0 0 1.17-1.46v-1.46h-2.85c-1.71 0-2.57.56-2.57 1.68 0 .53.21.95.63 1.27.42.3 1 .46 1.72.46a3.7 3.7 0 0 0 1.9-.5Zm20.19-10.57a6.58 6.58 0 0 1 2.57 2.59 7.8 7.8 0 0 1 .93 3.88c0 1.48-.3 2.77-.93 3.88a6.6 6.6 0 0 1-2.57 2.59c-1.1.6-2.31.92-3.65.92a5.53 5.53 0 0 1-4.31-1.73v6.7h-4.16V25.27h3.97v1.65c1.03-1.24 2.53-1.87 4.5-1.87 1.34 0 2.55.31 3.65.92Zm-1.74 9.36a4.03 4.03 0 0 0 1.03-2.89c0-1.2-.34-2.18-1.03-2.9a3.47 3.47 0 0 0-2.62-1.07c-1.07 0-1.94.36-2.63 1.08a4.03 4.03 0 0 0-1.03 2.89c0 1.2.34 2.17 1.03 2.9a3.47 3.47 0 0 0 2.63 1.07c1.07 0 1.94-.35 2.63-1.08Zm19.13-8.7c1.19 1.07 1.78 2.66 1.78 4.8v8.18h-3.9v-1.79c-.78 1.34-2.23 2-4.37 2-1.1 0-2.06-.18-2.87-.56a4.02 4.02 0 0 1-2.5-3.79c0-1.33.51-2.38 1.52-3.14 1-.77 2.55-1.15 4.65-1.15h3.3c0-.9-.27-1.6-.82-2.1-.55-.48-1.38-.73-2.48-.73-.76 0-1.52.13-2.25.37-.74.24-1.37.56-1.88.97l-1.5-2.9A9.05 9.05 0 0 1 235 25.5c1.1-.3 2.22-.45 3.37-.45 2.23 0 3.93.53 5.13 1.59Zm-3.55 9.9a2.7 2.7 0 0 0 1.17-1.45v-1.46h-2.86c-1.7 0-2.56.56-2.56 1.68 0 .53.21.95.63 1.27.42.3 1 .46 1.72.46a3.7 3.7 0 0 0 1.9-.5Zm8.1-11.26h4.13v5.6h6.24v-5.6h4.16v14.35h-4.16v-5.37h-6.24v5.37h-4.14V25.28Zm30.55 3.41h-4.85v10.94h-4.13V28.69h-4.86v-3.41h13.84v3.41Zm2.22-3.41h4.14v8.53l6.98-8.53h3.82v14.35h-4.14v-8.54l-6.96 8.54h-3.84V25.28Zm18.67 0h4.13v8.53l7-8.53h3.8v14.35h-4.13v-8.54l-6.96 8.54h-3.84V25.28Z" fill="#072DA0"/></g><defs><clipPath id="a"><path fill="#fff" transform="translate(0 .6)" d="M0 0h316v60H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="60" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.83 60.6h-37.6A11.21 11.21 0 0 1 0 49.38V11.82C0 5.62 5.02.6 11.24.6h37.53C54.98.6 60 5.61 60 11.82V49.3a11.13 11.13 0 0 1-11.17 11.3ZM11.24 1.8A10.02 10.02 0 0 0 1.2 11.82V49.3c0 5.58 4.52 10.02 10.04 10.02h37.53c5.58 0 10.04-4.52 10.04-10.02V11.82c0-5.58-4.52-10.02-10.04-10.02H11.24Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="60" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M.57 11.82A10.7 10.7 0 0 1 11.24 1.16h37.53a10.7 10.7 0 0 1 10.67 10.66V49.3a10.7 10.7 0 0 1-10.67 10.66H11.24A10.7 10.7 0 0 1 .57 49.3V11.82Z" fill="#FF7737"/><path d="M48.83 60.6h-37.6A11.21 11.21 0 0 1 0 49.38V11.82C0 5.62 5.02.6 11.24.6h37.53C54.98.6 60 5.61 60 11.82V49.3a11.13 11.13 0 0 1-11.17 11.3ZM11.24 1.8A10.02 10.02 0 0 0 1.2 11.82V49.3c0 5.58 4.52 10.02 10.04 10.02h37.53c5.58 0 10.04-4.52 10.04-10.02V11.82c0-5.58-4.52-10.02-10.04-10.02H11.24Z" fill="#F8FAFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="262" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)" fill="#fff"><path d="M48.75 60.6h-37.5C5.05 60.6 0 55.55 0 49.35v-37.5C0 5.65 5.05.6 11.25.6h37.5C54.95.6 60 5.65 60 11.85v37.5c0 6.2-5.05 11.25-11.25 11.25ZM11.25 1.8C5.71 1.8 1.2 6.31 1.2 11.85v37.5c0 5.54 4.51 10.05 10.05 10.05h37.5c5.54 0 10.05-4.5 10.05-10.05v-37.5c0-5.54-4.51-10.05-10.05-10.05h-37.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z"/><path d="m92.96 39.63-.03-11.15-5.48 9.18h-1.92l-5.48-8.97v10.94H76V21h3.57l6.97 11.57L93.41 21h3.56L97 39.63h-4.04Zm14.8.2a8.76 8.76 0 0 1-4.08-.92 7.15 7.15 0 0 1-3.8-6.44 6.95 6.95 0 0 1 3.8-6.41 8.53 8.53 0 0 1 4.07-.96c1.51 0 2.86.32 4.05.95a6.95 6.95 0 0 1 3.8 6.42 7.12 7.12 0 0 1-3.8 6.44 8.63 8.63 0 0 1-4.05.93Zm0-3.4c1.05 0 1.93-.35 2.6-1.06.69-.73 1.03-1.7 1.03-2.9s-.34-2.17-1.03-2.87a3.4 3.4 0 0 0-2.6-1.1c-1.07 0-1.95.37-2.64 1.1a3.94 3.94 0 0 0-1.04 2.87c0 1.2.35 2.17 1.04 2.9a3.5 3.5 0 0 0 2.63 1.06Zm26.27-.21v6.49h-3.86v-3.09h-10.06v3.09h-3.86v-6.5h.59c.89 0 1.5-.53 1.83-1.56.34-1.03.55-2.5.64-4.4l.2-4.94h12.47v10.9h2.05Zm-10.97-5.67a23.9 23.9 0 0 1-.34 3.57 3.96 3.96 0 0 1-.93 2.1h6.04v-7.5h-4.68l-.09 1.83Zm27.65-5.24-6.46 15.2c-.66 1.64-1.47 2.8-2.45 3.48A5.88 5.88 0 0 1 138.3 45c-.75 0-1.48-.12-2.2-.34a4.88 4.88 0 0 1-1.8-.96l1.52-2.95a3.62 3.62 0 0 0 2.34.9c.58 0 1.03-.14 1.39-.43.35-.26.67-.71.95-1.35l.05-.13-6.2-14.43h4.3l4.02 9.71 4.05-9.7h3.98Zm14.46 0v14.32h-4.15V28.72h-4.53l-.13 2.52a25.75 25.75 0 0 1-.53 4.68 6.5 6.5 0 0 1-1.39 2.93 3.4 3.4 0 0 1-2.66 1.06c-.6 0-1.32-.1-2.15-.32l.21-3.4.61.05c.62 0 1.08-.23 1.38-.67a4.1 4.1 0 0 0 .64-1.73c.1-.7.2-1.64.24-2.8l.22-5.74 12.24.01Zm11.47 4.58c1.86.01 3.29.44 4.29 1.27 1 .82 1.48 1.98 1.48 3.49 0 1.58-.56 2.8-1.67 3.7-1.1.87-2.66 1.3-4.66 1.3l-7.19-.02V25.3h4.13v4.58h3.62Zm-.93 6.81c.8.02 1.4-.15 1.83-.5.43-.36.65-.9.65-1.6 0-.69-.22-1.2-.65-1.51a3.04 3.04 0 0 0-1.83-.5l-2.69-.03v4.15h2.69Zm15.34-2.5h-2.16v5.43h-4.15V25.3h4.16v5.56h2.23l3.88-5.56h4.42l-5 6.87 5.35 7.45h-4.9l-3.83-5.43Zm15.8-9.1c2.22 0 3.92.53 5.1 1.6 1.2 1.04 1.8 2.63 1.8 4.76v8.16h-3.89v-1.78c-.78 1.33-2.24 2-4.37 2-1.1 0-2.05-.2-2.87-.56a4.01 4.01 0 0 1-2.48-3.78c0-1.34.5-2.38 1.5-3.14 1-.77 2.56-1.15 4.65-1.15h3.3c0-.9-.27-1.6-.82-2.07-.55-.5-1.38-.75-2.48-.75a7.1 7.1 0 0 0-4.12 1.33l-1.49-2.9a9.02 9.02 0 0 1 2.8-1.28c1.09-.29 2.22-.44 3.37-.44Zm-.32 11.95c.71 0 1.34-.16 1.9-.48.54-.34.93-.82 1.16-1.46v-1.47h-2.84c-1.7 0-2.56.56-2.56 1.68 0 .53.2.95.6 1.27.44.3 1.01.46 1.74.46Zm17.36 2.79c-1.52 0-2.9-.31-4.12-.93a7.3 7.3 0 0 1-2.84-2.64 7.2 7.2 0 0 1-1.02-3.8c0-1.42.34-2.7 1.02-3.81a7.09 7.09 0 0 1 2.84-2.6 8.75 8.75 0 0 1 4.12-.96c1.51 0 2.82.32 3.94.95a5.5 5.5 0 0 1 2.48 2.7l-3.22 1.72a3.52 3.52 0 0 0-3.22-1.97c-1.09 0-1.98.36-2.7 1.07a3.92 3.92 0 0 0-1.05 2.9c0 1.22.35 2.19 1.06 2.9.71.71 1.6 1.06 2.69 1.06a3.5 3.5 0 0 0 3.22-1.97l3.22 1.76a5.72 5.72 0 0 1-2.48 2.67 7.83 7.83 0 0 1-3.94.95Zm15.3 0c-1.52 0-2.9-.31-4.12-.93a7.3 7.3 0 0 1-2.85-2.64 7.2 7.2 0 0 1-1-3.8c0-1.42.33-2.7 1-3.81a7.08 7.08 0 0 1 2.85-2.6 8.75 8.75 0 0 1 4.12-.96c1.51 0 2.82.32 3.94.95a5.51 5.51 0 0 1 2.48 2.7l-3.22 1.72c-.75-1.31-1.82-1.97-3.22-1.97-1.08 0-1.98.36-2.69 1.07a3.91 3.91 0 0 0-1.06 2.9c0 1.22.36 2.19 1.06 2.9.71.71 1.6 1.06 2.7 1.06 1.41 0 2.48-.65 3.2-1.97l3.23 1.76a5.73 5.73 0 0 1-2.48 2.67 7.84 7.84 0 0 1-3.94.95Zm14.23-14.74c2.22 0 3.92.53 5.11 1.6 1.19 1.04 1.79 2.63 1.79 4.76v8.16h-3.89v-1.78c-.78 1.33-2.23 2-4.36 2-1.1 0-2.06-.2-2.88-.56a4.01 4.01 0 0 1-2.47-3.78c0-1.34.5-2.38 1.49-3.14 1.01-.77 2.56-1.15 4.65-1.15h3.3c0-.9-.27-1.6-.82-2.07-.55-.5-1.38-.75-2.48-.75a7.1 7.1 0 0 0-4.12 1.33l-1.49-2.9a9.02 9.02 0 0 1 2.8-1.28 13.2 13.2 0 0 1 3.37-.44Zm-.31 11.95c.71 0 1.34-.16 1.89-.48.55-.34.94-.82 1.17-1.46v-1.47h-2.85c-1.7 0-2.56.56-2.56 1.68 0 .53.2.95.62 1.27.42.3 1 .46 1.73.46Z"/></g><defs><clipPath id="a"><path fill="#fff" transform="translate(0 .6)" d="M0 0h262v60H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="262" height="61" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M.6 11.85C.6 5.97 5.37 1.2 11.25 1.2h37.5c5.88 0 10.65 4.77 10.65 10.65v37.5C59.4 55.23 54.63 60 48.75 60h-37.5A10.65 10.65 0 0 1 .6 49.35v-37.5Z" fill="#FF7737"/><path d="M48.75 60.6h-37.5C5.05 60.6 0 55.55 0 49.35v-37.5C0 5.65 5.05.6 11.25.6h37.5C54.95.6 60 5.65 60 11.85v37.5c0 6.2-5.05 11.25-11.25 11.25ZM11.25 1.8C5.71 1.8 1.2 6.31 1.2 11.85v37.5c0 5.54 4.51 10.05 10.05 10.05h37.5c5.54 0 10.05-4.5 10.05-10.05v-37.5c0-5.54-4.51-10.05-10.05-10.05h-37.5Z" fill="#F8FAFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 15.6h6v6h6v6h6v6h-6v6h-6v6h-6v-12h6v-6h-6v-12Zm18 24v-6h6v6h-6Zm6 0h6v6h-6v-6Zm-6 0h-6v6h6v-6Zm6-6v-6h-6v-6h-6v-6h12v6h6v12h-6Z" fill="#fff"/><path d="m92.96 39.63-.03-11.15-5.48 9.18h-1.92l-5.48-8.97v10.94H76V21h3.57l6.97 11.57L93.41 21h3.56L97 39.63h-4.04Zm14.8.2a8.76 8.76 0 0 1-4.08-.92 7.15 7.15 0 0 1-3.8-6.44 6.95 6.95 0 0 1 3.8-6.41 8.53 8.53 0 0 1 4.07-.96c1.51 0 2.86.32 4.05.95a6.95 6.95 0 0 1 3.8 6.42 7.12 7.12 0 0 1-3.8 6.44 8.63 8.63 0 0 1-4.05.93Zm0-3.4c1.05 0 1.93-.35 2.6-1.06.69-.73 1.03-1.7 1.03-2.9s-.34-2.17-1.03-2.87a3.4 3.4 0 0 0-2.6-1.1c-1.07 0-1.95.37-2.64 1.1a3.94 3.94 0 0 0-1.04 2.87c0 1.2.35 2.17 1.04 2.9a3.5 3.5 0 0 0 2.63 1.06Zm26.27-.21v6.49h-3.86v-3.09h-10.06v3.09h-3.86v-6.5h.59c.89 0 1.5-.53 1.83-1.56.34-1.03.55-2.5.64-4.4l.2-4.94h12.47v10.9h2.05Zm-10.97-5.67a23.9 23.9 0 0 1-.34 3.57 3.96 3.96 0 0 1-.93 2.1h6.04v-7.5h-4.68l-.09 1.83Zm27.65-5.24-6.46 15.2c-.66 1.64-1.47 2.8-2.45 3.48A5.88 5.88 0 0 1 138.3 45c-.75 0-1.48-.12-2.2-.34a4.88 4.88 0 0 1-1.8-.96l1.52-2.95a3.62 3.62 0 0 0 2.34.9c.58 0 1.03-.14 1.39-.43.35-.26.67-.71.95-1.35l.05-.13-6.2-14.43h4.3l4.02 9.71 4.05-9.7h3.98Zm14.46 0v14.32h-4.15V28.72h-4.53l-.13 2.52a25.75 25.75 0 0 1-.53 4.68 6.5 6.5 0 0 1-1.39 2.93 3.4 3.4 0 0 1-2.66 1.06c-.6 0-1.32-.1-2.15-.32l.21-3.4.61.05c.62 0 1.08-.23 1.38-.67a4.1 4.1 0 0 0 .64-1.73c.1-.7.2-1.64.24-2.8l.22-5.74 12.24.01Zm11.47 4.58c1.86.01 3.29.44 4.29 1.27 1 .82 1.48 1.98 1.48 3.49 0 1.58-.56 2.8-1.67 3.7-1.1.87-2.66 1.3-4.66 1.3l-7.19-.02V25.3h4.13v4.58h3.62Zm-.93 6.81c.8.02 1.4-.15 1.83-.5.43-.36.65-.9.65-1.6 0-.69-.22-1.2-.65-1.51a3.04 3.04 0 0 0-1.83-.5l-2.69-.03v4.15h2.69Zm15.34-2.5h-2.16v5.43h-4.15V25.3h4.16v5.56h2.23l3.88-5.56h4.42l-5 6.87 5.35 7.45h-4.9l-3.83-5.43Zm15.8-9.1c2.22 0 3.92.53 5.1 1.6 1.2 1.04 1.8 2.63 1.8 4.76v8.16h-3.89v-1.78c-.78 1.33-2.24 2-4.37 2-1.1 0-2.05-.2-2.87-.56a4.01 4.01 0 0 1-2.48-3.78c0-1.34.5-2.38 1.5-3.14 1-.77 2.56-1.15 4.65-1.15h3.3c0-.9-.27-1.6-.82-2.07-.55-.5-1.38-.75-2.48-.75a7.1 7.1 0 0 0-4.12 1.33l-1.49-2.9a9.02 9.02 0 0 1 2.8-1.28c1.09-.29 2.22-.44 3.37-.44Zm-.32 11.95c.71 0 1.34-.16 1.9-.48.54-.34.93-.82 1.16-1.46v-1.47h-2.84c-1.7 0-2.56.56-2.56 1.68 0 .53.2.95.6 1.27.44.3 1.01.46 1.74.46Zm17.36 2.79c-1.52 0-2.9-.31-4.12-.93a7.3 7.3 0 0 1-2.84-2.64 7.2 7.2 0 0 1-1.02-3.8c0-1.42.34-2.7 1.02-3.81a7.09 7.09 0 0 1 2.84-2.6 8.75 8.75 0 0 1 4.12-.96c1.51 0 2.82.32 3.94.95a5.5 5.5 0 0 1 2.48 2.7l-3.22 1.72a3.52 3.52 0 0 0-3.22-1.97c-1.09 0-1.98.36-2.7 1.07a3.92 3.92 0 0 0-1.05 2.9c0 1.22.35 2.19 1.06 2.9.71.71 1.6 1.06 2.69 1.06a3.5 3.5 0 0 0 3.22-1.97l3.22 1.76a5.72 5.72 0 0 1-2.48 2.67 7.83 7.83 0 0 1-3.94.95Zm15.3 0c-1.52 0-2.9-.31-4.12-.93a7.3 7.3 0 0 1-2.85-2.64 7.2 7.2 0 0 1-1-3.8c0-1.42.33-2.7 1-3.81a7.08 7.08 0 0 1 2.85-2.6 8.75 8.75 0 0 1 4.12-.96c1.51 0 2.82.32 3.94.95a5.51 5.51 0 0 1 2.48 2.7l-3.22 1.72c-.75-1.31-1.82-1.97-3.22-1.97-1.08 0-1.98.36-2.69 1.07a3.91 3.91 0 0 0-1.06 2.9c0 1.22.36 2.19 1.06 2.9.71.71 1.6 1.06 2.7 1.06 1.41 0 2.48-.65 3.2-1.97l3.23 1.76a5.73 5.73 0 0 1-2.48 2.67 7.84 7.84 0 0 1-3.94.95Zm14.23-14.74c2.22 0 3.92.53 5.11 1.6 1.19 1.04 1.79 2.63 1.79 4.76v8.16h-3.89v-1.78c-.78 1.33-2.23 2-4.36 2-1.1 0-2.06-.2-2.88-.56a4.01 4.01 0 0 1-2.47-3.78c0-1.34.5-2.38 1.49-3.14 1.01-.77 2.56-1.15 4.65-1.15h3.3c0-.9-.27-1.6-.82-2.07-.55-.5-1.38-.75-2.48-.75a7.1 7.1 0 0 0-4.12 1.33l-1.49-2.9a9.02 9.02 0 0 1 2.8-1.28 13.2 13.2 0 0 1 3.37-.44Zm-.31 11.95c.71 0 1.34-.16 1.89-.48.55-.34.94-.82 1.17-1.46v-1.47h-2.85c-1.7 0-2.56.56-2.56 1.68 0 .53.2.95.62 1.27.42.3 1 .46 1.73.46Z" fill="#072DA0"/></g><defs><clipPath id="a"><path fill="#fff" transform="translate(0 .6)" d="M0 0h262v60H0z"/></clipPath></defs></svg>
@@ -0,0 +1,56 @@
1
+ import * as React from "react"
2
+ import { Home, Services, ChatSolid, Clock, Payment } from "../SvgIcon/icons";
3
+
4
+ export interface BottonNavigation {
5
+ className?: string
6
+ }
7
+
8
+ const btnClasses = "block hover:bg-btn-ghost-hover focus:bg-btn-ghost-focus active:bg-btn-ghost-active p-[8px] w-full text-[10px] text-center hover:text-primary leading-[1.33] transition duration-300";
9
+ const iconClasses = "block mx-auto mb-[8px]";
10
+
11
+ const BottonNavigation = React.forwardRef<BottonNavigation>(
12
+ // @ts-ignore
13
+ ({ className, ...props }, ref) => {
14
+
15
+ return (
16
+ <nav className="">
17
+ <ul className="grid grid-flow-col">
18
+ <li className="">
19
+ <a className="block hover:bg-btn-ghost-hover focus:bg-btn-ghost-focus active:bg-btn-ghost-active p-[8px] w-full text-[10px] text-center hover:text-primary leading-[1.33] transition duration-300" href="">
20
+ <Home width="24px" height="24px" fill="red" className="block mx-auto mb-[8px]"/>
21
+ Главная
22
+ </a>
23
+ </li>
24
+ <li className="">
25
+ <a className={btnClasses} href="">
26
+ <Payment width="24px" height="24px" className={iconClasses}/>
27
+ Платежи
28
+ </a>
29
+ </li>
30
+ <li className="">
31
+ <a className={btnClasses} href="">
32
+ <Clock width="24px" height="24px" className={iconClasses}/>
33
+ История
34
+ </a>
35
+ </li>
36
+ <li className="">
37
+ <a className={btnClasses} href="">
38
+ <Services width="24px" height="24px" className={iconClasses}/>
39
+ Сервисы
40
+ </a>
41
+ </li>
42
+ <li className="">
43
+ <button className={btnClasses}>
44
+ <ChatSolid width="24px" height="24px" className={iconClasses}/>
45
+ Чат
46
+ </button>
47
+ </li>
48
+ </ul>
49
+ </nav>
50
+ )
51
+ }
52
+ )
53
+
54
+ BottonNavigation.displayName = "BottonNavigation"
55
+
56
+ export { BottonNavigation }
@@ -0,0 +1,7 @@
1
+ import { BottonNavigation } from './BottonNavigation'
2
+
3
+ // @ts-ignore
4
+ export { BottonNavigation }
5
+
6
+ export default BottonNavigation
7
+
@@ -0,0 +1,32 @@
1
+ import * as React from "react"
2
+
3
+ // const colors = {
4
+ // error: '#ef5350',
5
+ // info: '#03a9f4',
6
+ // warning: '#ff9800',
7
+ // }
8
+
9
+ // const sizes = {
10
+ // 'small': 20,
11
+ // 'large': 35,
12
+ // }
13
+
14
+ const size = 20
15
+
16
+ export interface SvgIconProps {
17
+ children: any,
18
+ color: string,
19
+ width: string | number,
20
+ height: string | number,
21
+ size: string | number,
22
+ }
23
+
24
+ const SvgIcon = React.forwardRef<any, any>(function SvgIcon
25
+ ({ children, color, height, size, width, ...props }, ref) {
26
+ return (
27
+ <svg {...props} color={color} height={size || height} width={size || width} ref={ref}>{children}</svg>
28
+ )
29
+ }
30
+ )
31
+
32
+ export { SvgIcon };
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgAddList = (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 18H3c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v5c0 .55-.45 1-1 1s-1-.45-1-1V4H3v12h7c.55 0 1 .45 1 1s-.45 1-1 1m9-3c0 .55-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1h-1c-.55 0-1-.45-1-1s.45-1 1-1h1v-1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1M9 7c0-.55.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1m0 4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1h-3c-.55 0-1-.45-1-1M7.2 7c0 .66-.54 1.2-1.2 1.2S4.8 7.66 4.8 7 5.34 5.8 6 5.8s1.2.54 1.2 1.2m0 4c0 .66-.54 1.2-1.2 1.2s-1.2-.54-1.2-1.2.54-1.2 1.2-1.2 1.2.54 1.2 1.2"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgAddList
@@ -0,0 +1,18 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { SvgIcon } from '../SvgIcon'
4
+ const SvgAlertCircle = (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="M8.8 14c0-.66.54-1.2 1.2-1.2s1.2.54 1.2 1.2-.54 1.2-1.2 1.2-1.2-.54-1.2-1.2M19 10c0-4.96-4.04-9-9-9s-9 4.04-9 9 4.04 9 9 9 9-4.04 9-9m-2 0c0 3.86-3.14 7-7 7s-7-3.14-7-7 3.14-7 7-7 7 3.14 7 7m-6 0V6c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1"
15
+ />
16
+ </SvgIcon>
17
+ )
18
+ export default SvgAlertCircle