mimir-ui-kit 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1226) hide show
  1. package/dist/assets/Button.css +1 -0
  2. package/dist/assets/Input.css +1 -0
  3. package/dist/assets/InputPassword.css +1 -0
  4. package/dist/assets/OtpInput.css +1 -0
  5. package/dist/assets/fonts/11d5bc9f0cad36d1.woff2 +0 -0
  6. package/dist/assets/fonts/1a738bfdbc1e4d9d.woff +0 -0
  7. package/dist/assets/fonts/242d04bef81519ae.woff2 +0 -0
  8. package/dist/assets/fonts/3b9f59412b17ff93.woff +0 -0
  9. package/dist/assets/fonts/3cdd7fabbe89d2b9.woff +0 -0
  10. package/dist/assets/fonts/43b748f250df0f08.woff +0 -0
  11. package/dist/assets/fonts/585d10920d676fcd.woff2 +0 -0
  12. package/dist/assets/fonts/63611593e008a77c.woff2 +0 -0
  13. package/dist/assets/fonts/badaa6d1837432de.woff +0 -0
  14. package/dist/assets/fonts/cac2ba46e8c8adc9.woff2 +0 -0
  15. package/dist/assets/fonts/d080ae18fd04e52c.woff2 +0 -0
  16. package/dist/assets/fonts/e51d2feb30084bc2.woff2 +0 -0
  17. package/dist/assets/fonts/ee3db32f0aadef5d.woff2 +0 -0
  18. package/dist/assets/fonts/f4d681a788c6d497.woff2 +0 -0
  19. package/dist/assets/index.css +1 -0
  20. package/dist/components/Button/Button.d.ts +84 -0
  21. package/dist/components/Button/Button.js +86 -0
  22. package/dist/components/Button/constants.d.ts +25 -0
  23. package/dist/components/Button/constants.js +35 -0
  24. package/dist/components/Button/index.d.ts +2 -0
  25. package/dist/components/Button/index.js +9 -0
  26. package/dist/components/Button/types.d.ts +14 -0
  27. package/dist/components/Button/types.js +1 -0
  28. package/dist/components/Input/Input.d.ts +63 -0
  29. package/dist/components/Input/Input.js +121 -0
  30. package/dist/components/Input/constants.d.ts +12 -0
  31. package/dist/components/Input/constants.js +18 -0
  32. package/dist/components/Input/index.d.ts +3 -0
  33. package/dist/components/Input/index.js +7 -0
  34. package/dist/components/Input/types.d.ts +11 -0
  35. package/dist/components/Input/types.js +1 -0
  36. package/dist/components/InputPassword/InputPassword.d.ts +12 -0
  37. package/dist/components/InputPassword/InputPassword.js +40 -0
  38. package/dist/components/InputPassword/index.d.ts +2 -0
  39. package/dist/components/InputPassword/index.js +4 -0
  40. package/dist/components/InputPhoneNumber/InputPhoneNumber.d.ts +12 -0
  41. package/dist/components/InputPhoneNumber/InputPhoneNumber.js +38 -0
  42. package/dist/components/InputPhoneNumber/index.d.ts +2 -0
  43. package/dist/components/InputPhoneNumber/index.js +7 -0
  44. package/dist/components/InputPhoneNumber/utils.d.ts +2 -0
  45. package/dist/components/InputPhoneNumber/utils.js +26 -0
  46. package/dist/components/OtpInput/OtpInput.d.ts +23 -0
  47. package/dist/components/OtpInput/OtpInput.js +142 -0
  48. package/dist/components/OtpInput/constants.d.ts +3 -0
  49. package/dist/components/OtpInput/constants.js +8 -0
  50. package/dist/components/OtpInput/index.d.ts +1 -0
  51. package/dist/components/OtpInput/index.js +4 -0
  52. package/dist/components/index.d.ts +7 -0
  53. package/dist/components/index.js +23 -0
  54. package/dist/hooks/index.d.ts +1 -0
  55. package/dist/hooks/index.js +6 -0
  56. package/dist/hooks/useMediaQuery/constants.d.ts +9 -0
  57. package/dist/hooks/useMediaQuery/constants.js +13 -0
  58. package/dist/hooks/useMediaQuery/index.d.ts +2 -0
  59. package/dist/hooks/useMediaQuery/index.js +6 -0
  60. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +14 -0
  61. package/dist/hooks/useMediaQuery/useMediaQuery.js +19 -0
  62. package/dist/icons/Icon.d.ts +8 -0
  63. package/dist/icons/Icon.js +13 -0
  64. package/dist/icons/components/16px/Accept16px.d.ts +4 -0
  65. package/dist/icons/components/16px/Accept16px.js +28 -0
  66. package/dist/icons/components/16px/Acts16px.d.ts +4 -0
  67. package/dist/icons/components/16px/Acts16px.js +41 -0
  68. package/dist/icons/components/16px/Acts16pxF.d.ts +4 -0
  69. package/dist/icons/components/16px/Acts16pxF.js +36 -0
  70. package/dist/icons/components/16px/AdditionalServicess16px.d.ts +4 -0
  71. package/dist/icons/components/16px/AdditionalServicess16px.js +34 -0
  72. package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +4 -0
  73. package/dist/icons/components/16px/AdditionalServicess16pxF.js +23 -0
  74. package/dist/icons/components/16px/Agents16px.d.ts +4 -0
  75. package/dist/icons/components/16px/Agents16px.js +25 -0
  76. package/dist/icons/components/16px/Agents16pxF.d.ts +4 -0
  77. package/dist/icons/components/16px/Agents16pxF.js +23 -0
  78. package/dist/icons/components/16px/Alarm16px.d.ts +4 -0
  79. package/dist/icons/components/16px/Alarm16px.js +26 -0
  80. package/dist/icons/components/16px/ArrowDown16px.d.ts +4 -0
  81. package/dist/icons/components/16px/ArrowDown16px.js +25 -0
  82. package/dist/icons/components/16px/ArrowLeft16px.d.ts +4 -0
  83. package/dist/icons/components/16px/ArrowLeft16px.js +25 -0
  84. package/dist/icons/components/16px/ArrowRight16px.d.ts +4 -0
  85. package/dist/icons/components/16px/ArrowRight16px.js +25 -0
  86. package/dist/icons/components/16px/ArrowUp16px.d.ts +4 -0
  87. package/dist/icons/components/16px/ArrowUp16px.js +25 -0
  88. package/dist/icons/components/16px/ArrowUpright16px.d.ts +4 -0
  89. package/dist/icons/components/16px/ArrowUpright16px.js +25 -0
  90. package/dist/icons/components/16px/AttachFile16px.d.ts +4 -0
  91. package/dist/icons/components/16px/AttachFile16px.js +25 -0
  92. package/dist/icons/components/16px/Bell16px.d.ts +4 -0
  93. package/dist/icons/components/16px/Bell16px.js +45 -0
  94. package/dist/icons/components/16px/Bell16pxF.d.ts +4 -0
  95. package/dist/icons/components/16px/Bell16pxF.js +35 -0
  96. package/dist/icons/components/16px/Calculator16px.d.ts +4 -0
  97. package/dist/icons/components/16px/Calculator16px.js +25 -0
  98. package/dist/icons/components/16px/CalculatorLkk16px.d.ts +4 -0
  99. package/dist/icons/components/16px/CalculatorLkk16px.js +36 -0
  100. package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +4 -0
  101. package/dist/icons/components/16px/CalculatorLkk16pxF.js +25 -0
  102. package/dist/icons/components/16px/Calendar16px.d.ts +4 -0
  103. package/dist/icons/components/16px/Calendar16px.js +25 -0
  104. package/dist/icons/components/16px/Camera16px.d.ts +4 -0
  105. package/dist/icons/components/16px/Camera16px.js +37 -0
  106. package/dist/icons/components/16px/Car16px.d.ts +4 -0
  107. package/dist/icons/components/16px/Car16px.js +36 -0
  108. package/dist/icons/components/16px/Car16pxF.d.ts +4 -0
  109. package/dist/icons/components/16px/Car16pxF.js +25 -0
  110. package/dist/icons/components/16px/Catalog16px.d.ts +4 -0
  111. package/dist/icons/components/16px/Catalog16px.js +25 -0
  112. package/dist/icons/components/16px/Certs16px.d.ts +4 -0
  113. package/dist/icons/components/16px/Certs16px.js +34 -0
  114. package/dist/icons/components/16px/Certs16pxF.d.ts +4 -0
  115. package/dist/icons/components/16px/Certs16pxF.js +34 -0
  116. package/dist/icons/components/16px/Change16px.d.ts +4 -0
  117. package/dist/icons/components/16px/Change16px.js +23 -0
  118. package/dist/icons/components/16px/Chat16px.d.ts +4 -0
  119. package/dist/icons/components/16px/Chat16px.js +34 -0
  120. package/dist/icons/components/16px/Chat16pxF.d.ts +4 -0
  121. package/dist/icons/components/16px/Chat16pxF.js +25 -0
  122. package/dist/icons/components/16px/Chatbot16px.d.ts +4 -0
  123. package/dist/icons/components/16px/Chatbot16px.js +265 -0
  124. package/dist/icons/components/16px/Close16px.d.ts +4 -0
  125. package/dist/icons/components/16px/Close16px.js +25 -0
  126. package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +4 -0
  127. package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +23 -0
  128. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +4 -0
  129. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +23 -0
  130. package/dist/icons/components/16px/Coin16px.d.ts +4 -0
  131. package/dist/icons/components/16px/Coin16px.js +36 -0
  132. package/dist/icons/components/16px/Coin16pxF.d.ts +4 -0
  133. package/dist/icons/components/16px/Coin16pxF.js +43 -0
  134. package/dist/icons/components/16px/Contracts16px.d.ts +4 -0
  135. package/dist/icons/components/16px/Contracts16px.js +36 -0
  136. package/dist/icons/components/16px/Contracts16pxF.d.ts +4 -0
  137. package/dist/icons/components/16px/Contracts16pxF.js +34 -0
  138. package/dist/icons/components/16px/CopyClipboard16px.d.ts +4 -0
  139. package/dist/icons/components/16px/CopyClipboard16px.js +28 -0
  140. package/dist/icons/components/16px/Done16px.d.ts +4 -0
  141. package/dist/icons/components/16px/Done16px.js +25 -0
  142. package/dist/icons/components/16px/Download16px.d.ts +4 -0
  143. package/dist/icons/components/16px/Download16px.js +32 -0
  144. package/dist/icons/components/16px/DragHandle16px.d.ts +4 -0
  145. package/dist/icons/components/16px/DragHandle16px.js +23 -0
  146. package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +4 -0
  147. package/dist/icons/components/16px/DragHandleHorizontal16px.js +23 -0
  148. package/dist/icons/components/16px/DragHandleVertical16px.d.ts +4 -0
  149. package/dist/icons/components/16px/DragHandleVertical16px.js +23 -0
  150. package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +4 -0
  151. package/dist/icons/components/16px/DropdownArrowBottom16px.js +25 -0
  152. package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +4 -0
  153. package/dist/icons/components/16px/DropdownArrowLeft16px.js +25 -0
  154. package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +4 -0
  155. package/dist/icons/components/16px/DropdownArrowRight16px.js +25 -0
  156. package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +4 -0
  157. package/dist/icons/components/16px/DropdownArrowUp16px.js +25 -0
  158. package/dist/icons/components/16px/Dzen16px.d.ts +4 -0
  159. package/dist/icons/components/16px/Dzen16px.js +23 -0
  160. package/dist/icons/components/16px/Euro16px.d.ts +4 -0
  161. package/dist/icons/components/16px/Euro16px.js +26 -0
  162. package/dist/icons/components/16px/Eye16px.d.ts +4 -0
  163. package/dist/icons/components/16px/Eye16px.js +36 -0
  164. package/dist/icons/components/16px/Failure16px.d.ts +4 -0
  165. package/dist/icons/components/16px/Failure16px.js +28 -0
  166. package/dist/icons/components/16px/Favorite16px.d.ts +4 -0
  167. package/dist/icons/components/16px/Favorite16px.js +25 -0
  168. package/dist/icons/components/16px/Favorite16pxF.d.ts +4 -0
  169. package/dist/icons/components/16px/Favorite16pxF.js +23 -0
  170. package/dist/icons/components/16px/Filter16px.d.ts +4 -0
  171. package/dist/icons/components/16px/Filter16px.js +25 -0
  172. package/dist/icons/components/16px/Flag16pxF.d.ts +4 -0
  173. package/dist/icons/components/16px/Flag16pxF.js +17 -0
  174. package/dist/icons/components/16px/Folder16px.d.ts +4 -0
  175. package/dist/icons/components/16px/Folder16px.js +25 -0
  176. package/dist/icons/components/16px/Fullscreen16px.d.ts +4 -0
  177. package/dist/icons/components/16px/Fullscreen16px.js +25 -0
  178. package/dist/icons/components/16px/Galery16px.d.ts +4 -0
  179. package/dist/icons/components/16px/Galery16px.js +28 -0
  180. package/dist/icons/components/16px/Gear16px.d.ts +4 -0
  181. package/dist/icons/components/16px/Gear16px.js +36 -0
  182. package/dist/icons/components/16px/Gift16px.d.ts +4 -0
  183. package/dist/icons/components/16px/Gift16px.js +34 -0
  184. package/dist/icons/components/16px/Hint16px.d.ts +4 -0
  185. package/dist/icons/components/16px/Hint16px.js +26 -0
  186. package/dist/icons/components/16px/Home16px.d.ts +4 -0
  187. package/dist/icons/components/16px/Home16px.js +34 -0
  188. package/dist/icons/components/16px/Home16pxF.d.ts +4 -0
  189. package/dist/icons/components/16px/Home16pxF.js +25 -0
  190. package/dist/icons/components/16px/Hot16pxF.d.ts +4 -0
  191. package/dist/icons/components/16px/Hot16pxF.js +23 -0
  192. package/dist/icons/components/16px/Kebab16px.d.ts +4 -0
  193. package/dist/icons/components/16px/Kebab16px.js +17 -0
  194. package/dist/icons/components/16px/List16px.d.ts +4 -0
  195. package/dist/icons/components/16px/List16px.js +23 -0
  196. package/dist/icons/components/16px/Location16px.d.ts +4 -0
  197. package/dist/icons/components/16px/Location16px.js +36 -0
  198. package/dist/icons/components/16px/Map16px.d.ts +4 -0
  199. package/dist/icons/components/16px/Map16px.js +25 -0
  200. package/dist/icons/components/16px/Menu16px.d.ts +4 -0
  201. package/dist/icons/components/16px/Menu16px.js +23 -0
  202. package/dist/icons/components/16px/MenuMobile16px.d.ts +4 -0
  203. package/dist/icons/components/16px/MenuMobile16px.js +25 -0
  204. package/dist/icons/components/16px/Minus16px.d.ts +4 -0
  205. package/dist/icons/components/16px/Minus16px.js +17 -0
  206. package/dist/icons/components/16px/Navigation16px.d.ts +4 -0
  207. package/dist/icons/components/16px/Navigation16px.js +25 -0
  208. package/dist/icons/components/16px/News16px.d.ts +4 -0
  209. package/dist/icons/components/16px/News16px.js +34 -0
  210. package/dist/icons/components/16px/News16pxF.d.ts +4 -0
  211. package/dist/icons/components/16px/News16pxF.js +25 -0
  212. package/dist/icons/components/16px/Number16px.d.ts +4 -0
  213. package/dist/icons/components/16px/Number16px.js +34 -0
  214. package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +4 -0
  215. package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +23 -0
  216. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +4 -0
  217. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +23 -0
  218. package/dist/icons/components/16px/Orders16px.d.ts +4 -0
  219. package/dist/icons/components/16px/Orders16px.js +34 -0
  220. package/dist/icons/components/16px/Orders16pxF.d.ts +4 -0
  221. package/dist/icons/components/16px/Orders16pxF.js +28 -0
  222. package/dist/icons/components/16px/Pause16px.d.ts +4 -0
  223. package/dist/icons/components/16px/Pause16px.js +17 -0
  224. package/dist/icons/components/16px/Pen16px.d.ts +4 -0
  225. package/dist/icons/components/16px/Pen16px.js +36 -0
  226. package/dist/icons/components/16px/Pen16pxF.d.ts +4 -0
  227. package/dist/icons/components/16px/Pen16pxF.js +25 -0
  228. package/dist/icons/components/16px/Phone16px.d.ts +4 -0
  229. package/dist/icons/components/16px/Phone16px.js +25 -0
  230. package/dist/icons/components/16px/Play16pxF.d.ts +4 -0
  231. package/dist/icons/components/16px/Play16pxF.js +23 -0
  232. package/dist/icons/components/16px/Plus16px.d.ts +4 -0
  233. package/dist/icons/components/16px/Plus16px.js +25 -0
  234. package/dist/icons/components/16px/Pound16px.d.ts +4 -0
  235. package/dist/icons/components/16px/Pound16px.js +26 -0
  236. package/dist/icons/components/16px/PriceDown16px.d.ts +4 -0
  237. package/dist/icons/components/16px/PriceDown16px.js +36 -0
  238. package/dist/icons/components/16px/PriceUp16px.d.ts +4 -0
  239. package/dist/icons/components/16px/PriceUp16px.js +36 -0
  240. package/dist/icons/components/16px/Question16px.d.ts +4 -0
  241. package/dist/icons/components/16px/Question16px.js +25 -0
  242. package/dist/icons/components/16px/Question16pxF.d.ts +4 -0
  243. package/dist/icons/components/16px/Question16pxF.js +25 -0
  244. package/dist/icons/components/16px/Rutube16px.d.ts +4 -0
  245. package/dist/icons/components/16px/Rutube16px.js +23 -0
  246. package/dist/icons/components/16px/Scan16px.d.ts +4 -0
  247. package/dist/icons/components/16px/Scan16px.js +23 -0
  248. package/dist/icons/components/16px/Search16px.d.ts +4 -0
  249. package/dist/icons/components/16px/Search16px.js +25 -0
  250. package/dist/icons/components/16px/Share16pxF.d.ts +4 -0
  251. package/dist/icons/components/16px/Share16pxF.js +23 -0
  252. package/dist/icons/components/16px/ShopingCard16px.d.ts +4 -0
  253. package/dist/icons/components/16px/ShopingCard16px.js +25 -0
  254. package/dist/icons/components/16px/Sort16px.d.ts +4 -0
  255. package/dist/icons/components/16px/Sort16px.js +25 -0
  256. package/dist/icons/components/16px/Star16px.d.ts +4 -0
  257. package/dist/icons/components/16px/Star16px.js +25 -0
  258. package/dist/icons/components/16px/Star16pxF.d.ts +4 -0
  259. package/dist/icons/components/16px/Star16pxF.js +23 -0
  260. package/dist/icons/components/16px/StarHalf16pxF.d.ts +4 -0
  261. package/dist/icons/components/16px/StarHalf16pxF.js +25 -0
  262. package/dist/icons/components/16px/Telegram16pxF.d.ts +4 -0
  263. package/dist/icons/components/16px/Telegram16pxF.js +23 -0
  264. package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +4 -0
  265. package/dist/icons/components/16px/TelegramPlane16pxF.js +23 -0
  266. package/dist/icons/components/16px/Timer16px.d.ts +4 -0
  267. package/dist/icons/components/16px/Timer16px.js +41 -0
  268. package/dist/icons/components/16px/Trash16px.d.ts +4 -0
  269. package/dist/icons/components/16px/Trash16px.js +25 -0
  270. package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +4 -0
  271. package/dist/icons/components/16px/TwinArrowLeft16px.js +23 -0
  272. package/dist/icons/components/16px/TwinArrowRight16px.d.ts +4 -0
  273. package/dist/icons/components/16px/TwinArrowRight16px.js +23 -0
  274. package/dist/icons/components/16px/USDollar16px.d.ts +4 -0
  275. package/dist/icons/components/16px/USDollar16px.js +26 -0
  276. package/dist/icons/components/16px/Umbrella16px.d.ts +4 -0
  277. package/dist/icons/components/16px/Umbrella16px.js +25 -0
  278. package/dist/icons/components/16px/Umbrella16pxF.d.ts +4 -0
  279. package/dist/icons/components/16px/Umbrella16pxF.js +23 -0
  280. package/dist/icons/components/16px/UnionIcon16px.d.ts +4 -0
  281. package/dist/icons/components/16px/UnionIcon16px.js +25 -0
  282. package/dist/icons/components/16px/User16px.d.ts +4 -0
  283. package/dist/icons/components/16px/User16px.js +34 -0
  284. package/dist/icons/components/16px/User16pxF.d.ts +4 -0
  285. package/dist/icons/components/16px/User16pxF.js +23 -0
  286. package/dist/icons/components/16px/Users16px.d.ts +4 -0
  287. package/dist/icons/components/16px/Users16px.js +34 -0
  288. package/dist/icons/components/16px/Users16pxF.d.ts +4 -0
  289. package/dist/icons/components/16px/Users16pxF.js +23 -0
  290. package/dist/icons/components/16px/VK16pxF.d.ts +4 -0
  291. package/dist/icons/components/16px/VK16pxF.js +25 -0
  292. package/dist/icons/components/16px/Waiting16px.d.ts +4 -0
  293. package/dist/icons/components/16px/Waiting16px.js +25 -0
  294. package/dist/icons/components/16px/Whatsapp16px.d.ts +4 -0
  295. package/dist/icons/components/16px/Whatsapp16px.js +34 -0
  296. package/dist/icons/components/16px/WriteUs16px.d.ts +4 -0
  297. package/dist/icons/components/16px/WriteUs16px.js +28 -0
  298. package/dist/icons/components/16px/Youtube16pxF.d.ts +4 -0
  299. package/dist/icons/components/16px/Youtube16pxF.js +23 -0
  300. package/dist/icons/components/16px/Yuan16px.d.ts +4 -0
  301. package/dist/icons/components/16px/Yuan16px.js +26 -0
  302. package/dist/icons/components/24px/Accept24px.d.ts +4 -0
  303. package/dist/icons/components/24px/Accept24px.js +29 -0
  304. package/dist/icons/components/24px/Acts24px.d.ts +4 -0
  305. package/dist/icons/components/24px/Acts24px.js +42 -0
  306. package/dist/icons/components/24px/Acts24pxF.d.ts +4 -0
  307. package/dist/icons/components/24px/Acts24pxF.js +35 -0
  308. package/dist/icons/components/24px/AdditionalServicess24px.d.ts +4 -0
  309. package/dist/icons/components/24px/AdditionalServicess24px.js +35 -0
  310. package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +4 -0
  311. package/dist/icons/components/24px/AdditionalServicess24pxF.js +24 -0
  312. package/dist/icons/components/24px/Agents24px.d.ts +4 -0
  313. package/dist/icons/components/24px/Agents24px.js +26 -0
  314. package/dist/icons/components/24px/Agents24pxF.d.ts +4 -0
  315. package/dist/icons/components/24px/Agents24pxF.js +33 -0
  316. package/dist/icons/components/24px/Alarm24px.d.ts +4 -0
  317. package/dist/icons/components/24px/Alarm24px.js +27 -0
  318. package/dist/icons/components/24px/ArrowDown24px.d.ts +4 -0
  319. package/dist/icons/components/24px/ArrowDown24px.js +26 -0
  320. package/dist/icons/components/24px/ArrowLeft24px.d.ts +4 -0
  321. package/dist/icons/components/24px/ArrowLeft24px.js +26 -0
  322. package/dist/icons/components/24px/ArrowRight24px.d.ts +4 -0
  323. package/dist/icons/components/24px/ArrowRight24px.js +26 -0
  324. package/dist/icons/components/24px/ArrowUp24px.d.ts +4 -0
  325. package/dist/icons/components/24px/ArrowUp24px.js +26 -0
  326. package/dist/icons/components/24px/ArrowUpright24px.d.ts +4 -0
  327. package/dist/icons/components/24px/ArrowUpright24px.js +26 -0
  328. package/dist/icons/components/24px/AttachFile24px.d.ts +4 -0
  329. package/dist/icons/components/24px/AttachFile24px.js +26 -0
  330. package/dist/icons/components/24px/Bell24px.d.ts +4 -0
  331. package/dist/icons/components/24px/Bell24px.js +46 -0
  332. package/dist/icons/components/24px/Bell24pxF.d.ts +4 -0
  333. package/dist/icons/components/24px/Bell24pxF.js +29 -0
  334. package/dist/icons/components/24px/Calculator24px.d.ts +4 -0
  335. package/dist/icons/components/24px/Calculator24px.js +26 -0
  336. package/dist/icons/components/24px/CalculatorLkk24px.d.ts +4 -0
  337. package/dist/icons/components/24px/CalculatorLkk24px.js +35 -0
  338. package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +4 -0
  339. package/dist/icons/components/24px/CalculatorLkk24pxF.js +26 -0
  340. package/dist/icons/components/24px/Calendar24px.d.ts +4 -0
  341. package/dist/icons/components/24px/Calendar24px.js +26 -0
  342. package/dist/icons/components/24px/Camera24px.d.ts +4 -0
  343. package/dist/icons/components/24px/Camera24px.js +26 -0
  344. package/dist/icons/components/24px/Car24px.d.ts +4 -0
  345. package/dist/icons/components/24px/Car24px.js +37 -0
  346. package/dist/icons/components/24px/Car24pxF.d.ts +4 -0
  347. package/dist/icons/components/24px/Car24pxF.js +35 -0
  348. package/dist/icons/components/24px/Catalog24px.d.ts +4 -0
  349. package/dist/icons/components/24px/Catalog24px.js +26 -0
  350. package/dist/icons/components/24px/Certs24px.d.ts +4 -0
  351. package/dist/icons/components/24px/Certs24px.js +35 -0
  352. package/dist/icons/components/24px/Certs24pxF.d.ts +4 -0
  353. package/dist/icons/components/24px/Certs24pxF.js +35 -0
  354. package/dist/icons/components/24px/Change24px.d.ts +4 -0
  355. package/dist/icons/components/24px/Change24px.js +26 -0
  356. package/dist/icons/components/24px/Chat24px.d.ts +4 -0
  357. package/dist/icons/components/24px/Chat24px.js +31 -0
  358. package/dist/icons/components/24px/Chat24pxF.d.ts +4 -0
  359. package/dist/icons/components/24px/Chat24pxF.js +26 -0
  360. package/dist/icons/components/24px/Chatbot24px.d.ts +4 -0
  361. package/dist/icons/components/24px/Chatbot24px.js +266 -0
  362. package/dist/icons/components/24px/Close24px.d.ts +4 -0
  363. package/dist/icons/components/24px/Close24px.js +26 -0
  364. package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +4 -0
  365. package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +26 -0
  366. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +4 -0
  367. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +24 -0
  368. package/dist/icons/components/24px/Coin24px.d.ts +4 -0
  369. package/dist/icons/components/24px/Coin24px.js +27 -0
  370. package/dist/icons/components/24px/Coin24pxF.d.ts +4 -0
  371. package/dist/icons/components/24px/Coin24pxF.js +44 -0
  372. package/dist/icons/components/24px/Contracts24px.d.ts +4 -0
  373. package/dist/icons/components/24px/Contracts24px.js +37 -0
  374. package/dist/icons/components/24px/Contracts24pxF.d.ts +4 -0
  375. package/dist/icons/components/24px/Contracts24pxF.js +35 -0
  376. package/dist/icons/components/24px/CopyClipboard24px.d.ts +4 -0
  377. package/dist/icons/components/24px/CopyClipboard24px.js +29 -0
  378. package/dist/icons/components/24px/Done24px.d.ts +4 -0
  379. package/dist/icons/components/24px/Done24px.js +26 -0
  380. package/dist/icons/components/24px/Download24px.d.ts +4 -0
  381. package/dist/icons/components/24px/Download24px.js +33 -0
  382. package/dist/icons/components/24px/DragHandle24px.d.ts +4 -0
  383. package/dist/icons/components/24px/DragHandle24px.js +24 -0
  384. package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +4 -0
  385. package/dist/icons/components/24px/DragHandleHorizontal24px.js +24 -0
  386. package/dist/icons/components/24px/DragHandleVertical24px.d.ts +4 -0
  387. package/dist/icons/components/24px/DragHandleVertical24px.js +24 -0
  388. package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +4 -0
  389. package/dist/icons/components/24px/DropdownArrowDown24px.js +26 -0
  390. package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +4 -0
  391. package/dist/icons/components/24px/DropdownArrowLeft24px.js +26 -0
  392. package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +4 -0
  393. package/dist/icons/components/24px/DropdownArrowRight24px.js +26 -0
  394. package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +4 -0
  395. package/dist/icons/components/24px/DropdownArrowUp24px.js +26 -0
  396. package/dist/icons/components/24px/Dzen24px.d.ts +4 -0
  397. package/dist/icons/components/24px/Dzen24px.js +24 -0
  398. package/dist/icons/components/24px/Euro24px.d.ts +4 -0
  399. package/dist/icons/components/24px/Euro24px.js +27 -0
  400. package/dist/icons/components/24px/Eye24px.d.ts +4 -0
  401. package/dist/icons/components/24px/Eye24px.js +37 -0
  402. package/dist/icons/components/24px/Failure24px.d.ts +4 -0
  403. package/dist/icons/components/24px/Failure24px.js +29 -0
  404. package/dist/icons/components/24px/Favorite24px.d.ts +4 -0
  405. package/dist/icons/components/24px/Favorite24px.js +26 -0
  406. package/dist/icons/components/24px/Favorite24pxF.d.ts +4 -0
  407. package/dist/icons/components/24px/Favorite24pxF.js +24 -0
  408. package/dist/icons/components/24px/Filter24px.d.ts +4 -0
  409. package/dist/icons/components/24px/Filter24px.js +24 -0
  410. package/dist/icons/components/24px/Flag24pxF.d.ts +4 -0
  411. package/dist/icons/components/24px/Flag24pxF.js +18 -0
  412. package/dist/icons/components/24px/Folder24px.d.ts +4 -0
  413. package/dist/icons/components/24px/Folder24px.js +26 -0
  414. package/dist/icons/components/24px/Fullscreen24px.d.ts +4 -0
  415. package/dist/icons/components/24px/Fullscreen24px.js +26 -0
  416. package/dist/icons/components/24px/Galery24px.d.ts +4 -0
  417. package/dist/icons/components/24px/Galery24px.js +29 -0
  418. package/dist/icons/components/24px/Gear24px.d.ts +4 -0
  419. package/dist/icons/components/24px/Gear24px.js +37 -0
  420. package/dist/icons/components/24px/Gift24px.d.ts +4 -0
  421. package/dist/icons/components/24px/Gift24px.js +26 -0
  422. package/dist/icons/components/24px/Hint24px.d.ts +4 -0
  423. package/dist/icons/components/24px/Hint24px.js +29 -0
  424. package/dist/icons/components/24px/Home24px.d.ts +4 -0
  425. package/dist/icons/components/24px/Home24px.js +37 -0
  426. package/dist/icons/components/24px/Home24pxF.d.ts +4 -0
  427. package/dist/icons/components/24px/Home24pxF.js +26 -0
  428. package/dist/icons/components/24px/Hot24pxF.d.ts +4 -0
  429. package/dist/icons/components/24px/Hot24pxF.js +24 -0
  430. package/dist/icons/components/24px/Improvements24px.d.ts +4 -0
  431. package/dist/icons/components/24px/Improvements24px.js +44 -0
  432. package/dist/icons/components/24px/Improvements24pxF.d.ts +4 -0
  433. package/dist/icons/components/24px/Improvements24pxF.js +38 -0
  434. package/dist/icons/components/24px/Kebab24px.d.ts +4 -0
  435. package/dist/icons/components/24px/Kebab24px.js +24 -0
  436. package/dist/icons/components/24px/List24px.d.ts +4 -0
  437. package/dist/icons/components/24px/List24px.js +24 -0
  438. package/dist/icons/components/24px/Location24px.d.ts +4 -0
  439. package/dist/icons/components/24px/Location24px.js +37 -0
  440. package/dist/icons/components/24px/Map24px.d.ts +4 -0
  441. package/dist/icons/components/24px/Map24px.js +26 -0
  442. package/dist/icons/components/24px/Menu24px.d.ts +4 -0
  443. package/dist/icons/components/24px/Menu24px.js +24 -0
  444. package/dist/icons/components/24px/MenuMobile24px.d.ts +4 -0
  445. package/dist/icons/components/24px/MenuMobile24px.js +26 -0
  446. package/dist/icons/components/24px/Minus24px.d.ts +4 -0
  447. package/dist/icons/components/24px/Minus24px.js +26 -0
  448. package/dist/icons/components/24px/Navigation24px.d.ts +4 -0
  449. package/dist/icons/components/24px/Navigation24px.js +26 -0
  450. package/dist/icons/components/24px/News24px.d.ts +4 -0
  451. package/dist/icons/components/24px/News24px.js +35 -0
  452. package/dist/icons/components/24px/News24pxF.d.ts +4 -0
  453. package/dist/icons/components/24px/News24pxF.js +26 -0
  454. package/dist/icons/components/24px/Number24px.d.ts +4 -0
  455. package/dist/icons/components/24px/Number24px.js +35 -0
  456. package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +4 -0
  457. package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +24 -0
  458. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +4 -0
  459. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +26 -0
  460. package/dist/icons/components/24px/Orders24px.d.ts +4 -0
  461. package/dist/icons/components/24px/Orders24px.js +35 -0
  462. package/dist/icons/components/24px/Orders24pxF.d.ts +4 -0
  463. package/dist/icons/components/24px/Orders24pxF.js +29 -0
  464. package/dist/icons/components/24px/Pause24px.d.ts +4 -0
  465. package/dist/icons/components/24px/Pause24px.js +18 -0
  466. package/dist/icons/components/24px/Pen24px.d.ts +4 -0
  467. package/dist/icons/components/24px/Pen24px.js +37 -0
  468. package/dist/icons/components/24px/Pen24pxF.d.ts +4 -0
  469. package/dist/icons/components/24px/Pen24pxF.js +26 -0
  470. package/dist/icons/components/24px/Phone24px.d.ts +4 -0
  471. package/dist/icons/components/24px/Phone24px.js +26 -0
  472. package/dist/icons/components/24px/Play24px.d.ts +4 -0
  473. package/dist/icons/components/24px/Play24px.js +24 -0
  474. package/dist/icons/components/24px/Plus24px.d.ts +4 -0
  475. package/dist/icons/components/24px/Plus24px.js +26 -0
  476. package/dist/icons/components/24px/Pound24px.d.ts +4 -0
  477. package/dist/icons/components/24px/Pound24px.js +27 -0
  478. package/dist/icons/components/24px/PriceDown24px.d.ts +4 -0
  479. package/dist/icons/components/24px/PriceDown24px.js +35 -0
  480. package/dist/icons/components/24px/PriceUp24px.d.ts +4 -0
  481. package/dist/icons/components/24px/PriceUp24px.js +35 -0
  482. package/dist/icons/components/24px/Question24px.d.ts +4 -0
  483. package/dist/icons/components/24px/Question24px.js +35 -0
  484. package/dist/icons/components/24px/Question24pxF.d.ts +4 -0
  485. package/dist/icons/components/24px/Question24pxF.js +26 -0
  486. package/dist/icons/components/24px/Rutube24px.d.ts +4 -0
  487. package/dist/icons/components/24px/Rutube24px.js +24 -0
  488. package/dist/icons/components/24px/Scan24px.d.ts +4 -0
  489. package/dist/icons/components/24px/Scan24px.js +24 -0
  490. package/dist/icons/components/24px/Search24px.d.ts +4 -0
  491. package/dist/icons/components/24px/Search24px.js +26 -0
  492. package/dist/icons/components/24px/Share24pxF.d.ts +4 -0
  493. package/dist/icons/components/24px/Share24pxF.js +24 -0
  494. package/dist/icons/components/24px/ShopingCard24px.d.ts +4 -0
  495. package/dist/icons/components/24px/ShopingCard24px.js +26 -0
  496. package/dist/icons/components/24px/Sort24px.d.ts +4 -0
  497. package/dist/icons/components/24px/Sort24px.js +24 -0
  498. package/dist/icons/components/24px/Star24px.d.ts +4 -0
  499. package/dist/icons/components/24px/Star24px.js +26 -0
  500. package/dist/icons/components/24px/Star24pxF.d.ts +4 -0
  501. package/dist/icons/components/24px/Star24pxF.js +24 -0
  502. package/dist/icons/components/24px/StarHalf24pxF.d.ts +4 -0
  503. package/dist/icons/components/24px/StarHalf24pxF.js +26 -0
  504. package/dist/icons/components/24px/Telegram24pxF.d.ts +4 -0
  505. package/dist/icons/components/24px/Telegram24pxF.js +24 -0
  506. package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +4 -0
  507. package/dist/icons/components/24px/TelegramPlane24pxF.js +24 -0
  508. package/dist/icons/components/24px/Timer24px.d.ts +4 -0
  509. package/dist/icons/components/24px/Timer24px.js +42 -0
  510. package/dist/icons/components/24px/Trash24px.d.ts +4 -0
  511. package/dist/icons/components/24px/Trash24px.js +46 -0
  512. package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +4 -0
  513. package/dist/icons/components/24px/TwinArrowLeft24px.js +24 -0
  514. package/dist/icons/components/24px/TwinArrowRight24px.d.ts +4 -0
  515. package/dist/icons/components/24px/TwinArrowRight24px.js +26 -0
  516. package/dist/icons/components/24px/USDollar24px.d.ts +4 -0
  517. package/dist/icons/components/24px/USDollar24px.js +27 -0
  518. package/dist/icons/components/24px/Umbrella24px.d.ts +4 -0
  519. package/dist/icons/components/24px/Umbrella24px.js +26 -0
  520. package/dist/icons/components/24px/Umbrella24pxF.d.ts +4 -0
  521. package/dist/icons/components/24px/Umbrella24pxF.js +24 -0
  522. package/dist/icons/components/24px/UnionIcon24px.d.ts +4 -0
  523. package/dist/icons/components/24px/UnionIcon24px.js +26 -0
  524. package/dist/icons/components/24px/User24px.d.ts +4 -0
  525. package/dist/icons/components/24px/User24px.js +35 -0
  526. package/dist/icons/components/24px/User24pxF.d.ts +4 -0
  527. package/dist/icons/components/24px/User24pxF.js +24 -0
  528. package/dist/icons/components/24px/Users24px.d.ts +4 -0
  529. package/dist/icons/components/24px/Users24px.js +26 -0
  530. package/dist/icons/components/24px/Users24pxF.d.ts +4 -0
  531. package/dist/icons/components/24px/Users24pxF.js +33 -0
  532. package/dist/icons/components/24px/VK24pxF.d.ts +4 -0
  533. package/dist/icons/components/24px/VK24pxF.js +26 -0
  534. package/dist/icons/components/24px/Waiting24px.d.ts +4 -0
  535. package/dist/icons/components/24px/Waiting24px.js +26 -0
  536. package/dist/icons/components/24px/Whatsapp24px.d.ts +4 -0
  537. package/dist/icons/components/24px/Whatsapp24px.js +35 -0
  538. package/dist/icons/components/24px/WriteUs24px.d.ts +4 -0
  539. package/dist/icons/components/24px/WriteUs24px.js +29 -0
  540. package/dist/icons/components/24px/Youtube24pxF.d.ts +4 -0
  541. package/dist/icons/components/24px/Youtube24pxF.js +24 -0
  542. package/dist/icons/components/24px/Yuan24px.d.ts +4 -0
  543. package/dist/icons/components/24px/Yuan24px.js +27 -0
  544. package/dist/icons/components/32px/Accept32px.d.ts +4 -0
  545. package/dist/icons/components/32px/Accept32px.js +29 -0
  546. package/dist/icons/components/32px/Acts32px.d.ts +4 -0
  547. package/dist/icons/components/32px/Acts32px.js +42 -0
  548. package/dist/icons/components/32px/AdditionalServicess32px.d.ts +4 -0
  549. package/dist/icons/components/32px/AdditionalServicess32px.js +26 -0
  550. package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +4 -0
  551. package/dist/icons/components/32px/AdditionalServicess32pxF.js +24 -0
  552. package/dist/icons/components/32px/Agents32px.d.ts +4 -0
  553. package/dist/icons/components/32px/Agents32px.js +38 -0
  554. package/dist/icons/components/32px/Alarm32px.d.ts +4 -0
  555. package/dist/icons/components/32px/Alarm32px.js +27 -0
  556. package/dist/icons/components/32px/ArrowDown32px.d.ts +4 -0
  557. package/dist/icons/components/32px/ArrowDown32px.js +26 -0
  558. package/dist/icons/components/32px/ArrowLeft32px.d.ts +4 -0
  559. package/dist/icons/components/32px/ArrowLeft32px.js +26 -0
  560. package/dist/icons/components/32px/ArrowRight32px.d.ts +4 -0
  561. package/dist/icons/components/32px/ArrowRight32px.js +26 -0
  562. package/dist/icons/components/32px/ArrowUp32px.d.ts +4 -0
  563. package/dist/icons/components/32px/ArrowUp32px.js +26 -0
  564. package/dist/icons/components/32px/ArrowUpright32px.d.ts +4 -0
  565. package/dist/icons/components/32px/ArrowUpright32px.js +26 -0
  566. package/dist/icons/components/32px/AttachFile32px.d.ts +4 -0
  567. package/dist/icons/components/32px/AttachFile32px.js +26 -0
  568. package/dist/icons/components/32px/Bell32px.d.ts +4 -0
  569. package/dist/icons/components/32px/Bell32px.js +46 -0
  570. package/dist/icons/components/32px/Bell32pxF.d.ts +4 -0
  571. package/dist/icons/components/32px/Bell32pxF.js +29 -0
  572. package/dist/icons/components/32px/Calculator32px.d.ts +4 -0
  573. package/dist/icons/components/32px/Calculator32px.js +26 -0
  574. package/dist/icons/components/32px/CalculatorLkk32px.d.ts +4 -0
  575. package/dist/icons/components/32px/CalculatorLkk32px.js +35 -0
  576. package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +4 -0
  577. package/dist/icons/components/32px/CalculatorLkk32pxF.js +26 -0
  578. package/dist/icons/components/32px/Calendar32px.d.ts +4 -0
  579. package/dist/icons/components/32px/Calendar32px.js +26 -0
  580. package/dist/icons/components/32px/Camera32px.d.ts +4 -0
  581. package/dist/icons/components/32px/Camera32px.js +38 -0
  582. package/dist/icons/components/32px/Car32px.d.ts +4 -0
  583. package/dist/icons/components/32px/Car32px.js +37 -0
  584. package/dist/icons/components/32px/Car32pxF.d.ts +4 -0
  585. package/dist/icons/components/32px/Car32pxF.js +29 -0
  586. package/dist/icons/components/32px/Catalog32px.d.ts +4 -0
  587. package/dist/icons/components/32px/Catalog32px.js +26 -0
  588. package/dist/icons/components/32px/Certs32px.d.ts +4 -0
  589. package/dist/icons/components/32px/Certs32px.js +35 -0
  590. package/dist/icons/components/32px/Certs32pxF.d.ts +4 -0
  591. package/dist/icons/components/32px/Certs32pxF.js +35 -0
  592. package/dist/icons/components/32px/Change32px.d.ts +4 -0
  593. package/dist/icons/components/32px/Change32px.js +26 -0
  594. package/dist/icons/components/32px/Chat32px.d.ts +4 -0
  595. package/dist/icons/components/32px/Chat32px.js +35 -0
  596. package/dist/icons/components/32px/Chat32pxF.d.ts +4 -0
  597. package/dist/icons/components/32px/Chat32pxF.js +26 -0
  598. package/dist/icons/components/32px/Chatbot32px.d.ts +4 -0
  599. package/dist/icons/components/32px/Chatbot32px.js +266 -0
  600. package/dist/icons/components/32px/Close32px.d.ts +4 -0
  601. package/dist/icons/components/32px/Close32px.js +26 -0
  602. package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +4 -0
  603. package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +24 -0
  604. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +4 -0
  605. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +24 -0
  606. package/dist/icons/components/32px/Coin32px.d.ts +4 -0
  607. package/dist/icons/components/32px/Coin32px.js +37 -0
  608. package/dist/icons/components/32px/Coin32pxF.d.ts +4 -0
  609. package/dist/icons/components/32px/Coin32pxF.js +35 -0
  610. package/dist/icons/components/32px/Contracts32px.d.ts +4 -0
  611. package/dist/icons/components/32px/Contracts32px.js +37 -0
  612. package/dist/icons/components/32px/Contracts32pxF.d.ts +4 -0
  613. package/dist/icons/components/32px/Contracts32pxF.js +35 -0
  614. package/dist/icons/components/32px/CopyClipboard32px.d.ts +4 -0
  615. package/dist/icons/components/32px/CopyClipboard32px.js +35 -0
  616. package/dist/icons/components/32px/Done32px.d.ts +4 -0
  617. package/dist/icons/components/32px/Done32px.js +26 -0
  618. package/dist/icons/components/32px/Download32px.d.ts +4 -0
  619. package/dist/icons/components/32px/Download32px.js +33 -0
  620. package/dist/icons/components/32px/DragHandle32px.d.ts +4 -0
  621. package/dist/icons/components/32px/DragHandle32px.js +24 -0
  622. package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +4 -0
  623. package/dist/icons/components/32px/DragHandleHorizontal32px.js +24 -0
  624. package/dist/icons/components/32px/DragHandleVertical32px.d.ts +4 -0
  625. package/dist/icons/components/32px/DragHandleVertical32px.js +24 -0
  626. package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +4 -0
  627. package/dist/icons/components/32px/DropdownArrowDown32px.js +26 -0
  628. package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +4 -0
  629. package/dist/icons/components/32px/DropdownArrowLeft32px.js +26 -0
  630. package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +4 -0
  631. package/dist/icons/components/32px/DropdownArrowRight32px.js +26 -0
  632. package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +4 -0
  633. package/dist/icons/components/32px/DropdownArrowUp32px.js +18 -0
  634. package/dist/icons/components/32px/Dzen32px.d.ts +4 -0
  635. package/dist/icons/components/32px/Dzen32px.js +24 -0
  636. package/dist/icons/components/32px/Euro32px.d.ts +4 -0
  637. package/dist/icons/components/32px/Euro32px.js +27 -0
  638. package/dist/icons/components/32px/Eye32px.d.ts +4 -0
  639. package/dist/icons/components/32px/Eye32px.js +37 -0
  640. package/dist/icons/components/32px/Failure32px.d.ts +4 -0
  641. package/dist/icons/components/32px/Failure32px.js +29 -0
  642. package/dist/icons/components/32px/Favorite32px.d.ts +4 -0
  643. package/dist/icons/components/32px/Favorite32px.js +26 -0
  644. package/dist/icons/components/32px/Favorite32pxF.d.ts +4 -0
  645. package/dist/icons/components/32px/Favorite32pxF.js +24 -0
  646. package/dist/icons/components/32px/Filter32px.d.ts +4 -0
  647. package/dist/icons/components/32px/Filter32px.js +24 -0
  648. package/dist/icons/components/32px/Flag32pxF.d.ts +4 -0
  649. package/dist/icons/components/32px/Flag32pxF.js +18 -0
  650. package/dist/icons/components/32px/Folder32px.d.ts +4 -0
  651. package/dist/icons/components/32px/Folder32px.js +26 -0
  652. package/dist/icons/components/32px/Fullscreen32px.d.ts +4 -0
  653. package/dist/icons/components/32px/Fullscreen32px.js +26 -0
  654. package/dist/icons/components/32px/Galery32px.d.ts +4 -0
  655. package/dist/icons/components/32px/Galery32px.js +29 -0
  656. package/dist/icons/components/32px/Gear32px.d.ts +4 -0
  657. package/dist/icons/components/32px/Gear32px.js +37 -0
  658. package/dist/icons/components/32px/Gift32px.d.ts +4 -0
  659. package/dist/icons/components/32px/Gift32px.js +26 -0
  660. package/dist/icons/components/32px/Hint32px.d.ts +4 -0
  661. package/dist/icons/components/32px/Hint32px.js +29 -0
  662. package/dist/icons/components/32px/Home32px.d.ts +4 -0
  663. package/dist/icons/components/32px/Home32px.js +29 -0
  664. package/dist/icons/components/32px/Home32pxF.d.ts +4 -0
  665. package/dist/icons/components/32px/Home32pxF.js +26 -0
  666. package/dist/icons/components/32px/Hot32pxF.d.ts +4 -0
  667. package/dist/icons/components/32px/Hot32pxF.js +24 -0
  668. package/dist/icons/components/32px/Kebab32px.d.ts +4 -0
  669. package/dist/icons/components/32px/Kebab32px.js +18 -0
  670. package/dist/icons/components/32px/List32px.d.ts +4 -0
  671. package/dist/icons/components/32px/List32px.js +24 -0
  672. package/dist/icons/components/32px/Location32px.d.ts +4 -0
  673. package/dist/icons/components/32px/Location32px.js +37 -0
  674. package/dist/icons/components/32px/Map32px.d.ts +4 -0
  675. package/dist/icons/components/32px/Map32px.js +26 -0
  676. package/dist/icons/components/32px/Menu32px.d.ts +4 -0
  677. package/dist/icons/components/32px/Menu32px.js +24 -0
  678. package/dist/icons/components/32px/MenuMobile32px.d.ts +4 -0
  679. package/dist/icons/components/32px/MenuMobile32px.js +26 -0
  680. package/dist/icons/components/32px/Minus32px.d.ts +4 -0
  681. package/dist/icons/components/32px/Minus32px.js +26 -0
  682. package/dist/icons/components/32px/Navigation32px.d.ts +4 -0
  683. package/dist/icons/components/32px/Navigation32px.js +26 -0
  684. package/dist/icons/components/32px/News32px.d.ts +4 -0
  685. package/dist/icons/components/32px/News32px.js +35 -0
  686. package/dist/icons/components/32px/News32pxF.d.ts +4 -0
  687. package/dist/icons/components/32px/News32pxF.js +26 -0
  688. package/dist/icons/components/32px/Number32px.d.ts +4 -0
  689. package/dist/icons/components/32px/Number32px.js +35 -0
  690. package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +4 -0
  691. package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +24 -0
  692. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +4 -0
  693. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +26 -0
  694. package/dist/icons/components/32px/Orders32px.d.ts +4 -0
  695. package/dist/icons/components/32px/Orders32px.js +44 -0
  696. package/dist/icons/components/32px/Orders32pxF.d.ts +4 -0
  697. package/dist/icons/components/32px/Orders32pxF.js +35 -0
  698. package/dist/icons/components/32px/Pause32px.d.ts +4 -0
  699. package/dist/icons/components/32px/Pause32px.js +18 -0
  700. package/dist/icons/components/32px/Pen32px.d.ts +4 -0
  701. package/dist/icons/components/32px/Pen32px.js +25 -0
  702. package/dist/icons/components/32px/Pen32pxF.d.ts +4 -0
  703. package/dist/icons/components/32px/Pen32pxF.js +26 -0
  704. package/dist/icons/components/32px/Phone32px.d.ts +4 -0
  705. package/dist/icons/components/32px/Phone32px.js +24 -0
  706. package/dist/icons/components/32px/Play32px.d.ts +4 -0
  707. package/dist/icons/components/32px/Play32px.js +24 -0
  708. package/dist/icons/components/32px/Plus32px.d.ts +4 -0
  709. package/dist/icons/components/32px/Plus32px.js +26 -0
  710. package/dist/icons/components/32px/Pound32px.d.ts +4 -0
  711. package/dist/icons/components/32px/Pound32px.js +27 -0
  712. package/dist/icons/components/32px/PriceDown32px.d.ts +4 -0
  713. package/dist/icons/components/32px/PriceDown32px.js +46 -0
  714. package/dist/icons/components/32px/PriceUp32px.d.ts +4 -0
  715. package/dist/icons/components/32px/PriceUp32px.js +37 -0
  716. package/dist/icons/components/32px/Question32px.d.ts +4 -0
  717. package/dist/icons/components/32px/Question32px.js +35 -0
  718. package/dist/icons/components/32px/Question32pxF.d.ts +4 -0
  719. package/dist/icons/components/32px/Question32pxF.js +26 -0
  720. package/dist/icons/components/32px/Rutube32px.d.ts +4 -0
  721. package/dist/icons/components/32px/Rutube32px.js +24 -0
  722. package/dist/icons/components/32px/Scan32px.d.ts +4 -0
  723. package/dist/icons/components/32px/Scan32px.js +24 -0
  724. package/dist/icons/components/32px/Search32px.d.ts +4 -0
  725. package/dist/icons/components/32px/Search32px.js +26 -0
  726. package/dist/icons/components/32px/Share32pxF.d.ts +4 -0
  727. package/dist/icons/components/32px/Share32pxF.js +24 -0
  728. package/dist/icons/components/32px/ShopimgCard32px.d.ts +4 -0
  729. package/dist/icons/components/32px/ShopimgCard32px.js +26 -0
  730. package/dist/icons/components/32px/Sort32px.d.ts +4 -0
  731. package/dist/icons/components/32px/Sort32px.js +24 -0
  732. package/dist/icons/components/32px/Star32px.d.ts +4 -0
  733. package/dist/icons/components/32px/Star32px.js +26 -0
  734. package/dist/icons/components/32px/Star32pxF.d.ts +4 -0
  735. package/dist/icons/components/32px/Star32pxF.js +24 -0
  736. package/dist/icons/components/32px/StarHalf32pxF.d.ts +4 -0
  737. package/dist/icons/components/32px/StarHalf32pxF.js +26 -0
  738. package/dist/icons/components/32px/Telegram32pxF.d.ts +4 -0
  739. package/dist/icons/components/32px/Telegram32pxF.js +24 -0
  740. package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +4 -0
  741. package/dist/icons/components/32px/TelegramPlane32pxF.js +24 -0
  742. package/dist/icons/components/32px/Timer32px.d.ts +4 -0
  743. package/dist/icons/components/32px/Timer32px.js +36 -0
  744. package/dist/icons/components/32px/Trash32px.d.ts +4 -0
  745. package/dist/icons/components/32px/Trash32px.js +46 -0
  746. package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +4 -0
  747. package/dist/icons/components/32px/TwinArrowLeft32px.js +24 -0
  748. package/dist/icons/components/32px/TwinArrowRight32px.d.ts +4 -0
  749. package/dist/icons/components/32px/TwinArrowRight32px.js +24 -0
  750. package/dist/icons/components/32px/USDollar32px.d.ts +4 -0
  751. package/dist/icons/components/32px/USDollar32px.js +27 -0
  752. package/dist/icons/components/32px/Umbrella32px.d.ts +4 -0
  753. package/dist/icons/components/32px/Umbrella32px.js +26 -0
  754. package/dist/icons/components/32px/Umbrella32pxF.d.ts +4 -0
  755. package/dist/icons/components/32px/Umbrella32pxF.js +26 -0
  756. package/dist/icons/components/32px/UnionIcon32px.d.ts +4 -0
  757. package/dist/icons/components/32px/UnionIcon32px.js +26 -0
  758. package/dist/icons/components/32px/User32px.d.ts +4 -0
  759. package/dist/icons/components/32px/User32px.js +35 -0
  760. package/dist/icons/components/32px/User32pxF.d.ts +4 -0
  761. package/dist/icons/components/32px/User32pxF.js +24 -0
  762. package/dist/icons/components/32px/Users32px.d.ts +4 -0
  763. package/dist/icons/components/32px/Users32px.js +26 -0
  764. package/dist/icons/components/32px/Users32pxF.d.ts +4 -0
  765. package/dist/icons/components/32px/Users32pxF.js +27 -0
  766. package/dist/icons/components/32px/VK32pxF.d.ts +4 -0
  767. package/dist/icons/components/32px/VK32pxF.js +26 -0
  768. package/dist/icons/components/32px/Waiting32px.d.ts +4 -0
  769. package/dist/icons/components/32px/Waiting32px.js +26 -0
  770. package/dist/icons/components/32px/Whatsapp32px.d.ts +4 -0
  771. package/dist/icons/components/32px/Whatsapp32px.js +35 -0
  772. package/dist/icons/components/32px/WriteUs32px.d.ts +4 -0
  773. package/dist/icons/components/32px/WriteUs32px.js +29 -0
  774. package/dist/icons/components/32px/Youtube32pxF.d.ts +4 -0
  775. package/dist/icons/components/32px/Youtube32pxF.js +24 -0
  776. package/dist/icons/components/32px/Yuan32px.d.ts +4 -0
  777. package/dist/icons/components/32px/Yuan32px.js +27 -0
  778. package/dist/icons/components/auto-logo/ACE.d.ts +4 -0
  779. package/dist/icons/components/auto-logo/ACE.js +24 -0
  780. package/dist/icons/components/auto-logo/Alim.d.ts +4 -0
  781. package/dist/icons/components/auto-logo/Alim.js +26 -0
  782. package/dist/icons/components/auto-logo/Amur.d.ts +4 -0
  783. package/dist/icons/components/auto-logo/Amur.js +26 -0
  784. package/dist/icons/components/auto-logo/Ankai.d.ts +4 -0
  785. package/dist/icons/components/auto-logo/Ankai.js +26 -0
  786. package/dist/icons/components/auto-logo/ArrowLength.d.ts +4 -0
  787. package/dist/icons/components/auto-logo/ArrowLength.js +24 -0
  788. package/dist/icons/components/auto-logo/Audi.d.ts +4 -0
  789. package/dist/icons/components/auto-logo/Audi.js +23 -0
  790. package/dist/icons/components/auto-logo/BMW.d.ts +4 -0
  791. package/dist/icons/components/auto-logo/BMW.js +44 -0
  792. package/dist/icons/components/auto-logo/BRP.d.ts +4 -0
  793. package/dist/icons/components/auto-logo/BRP.js +35 -0
  794. package/dist/icons/components/auto-logo/Bomag.d.ts +4 -0
  795. package/dist/icons/components/auto-logo/Bomag.js +35 -0
  796. package/dist/icons/components/auto-logo/Case.d.ts +4 -0
  797. package/dist/icons/components/auto-logo/Case.js +26 -0
  798. package/dist/icons/components/auto-logo/Caterpillar.d.ts +4 -0
  799. package/dist/icons/components/auto-logo/Caterpillar.js +40 -0
  800. package/dist/icons/components/auto-logo/ChMZAP.d.ts +4 -0
  801. package/dist/icons/components/auto-logo/ChMZAP.js +49 -0
  802. package/dist/icons/components/auto-logo/ChTZ.d.ts +4 -0
  803. package/dist/icons/components/auto-logo/ChTZ.js +35 -0
  804. package/dist/icons/components/auto-logo/Changan.d.ts +4 -0
  805. package/dist/icons/components/auto-logo/Changan.js +24 -0
  806. package/dist/icons/components/auto-logo/Cherry.d.ts +4 -0
  807. package/dist/icons/components/auto-logo/Cherry.js +35 -0
  808. package/dist/icons/components/auto-logo/Citroen.d.ts +4 -0
  809. package/dist/icons/components/auto-logo/Citroen.js +26 -0
  810. package/dist/icons/components/auto-logo/DaewooFull.d.ts +4 -0
  811. package/dist/icons/components/auto-logo/DaewooFull.js +61 -0
  812. package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +4 -0
  813. package/dist/icons/components/auto-logo/DaewooSymbol.js +54 -0
  814. package/dist/icons/components/auto-logo/Daf.d.ts +4 -0
  815. package/dist/icons/components/auto-logo/Daf.js +26 -0
  816. package/dist/icons/components/auto-logo/Dayun.d.ts +4 -0
  817. package/dist/icons/components/auto-logo/Dayun.js +26 -0
  818. package/dist/icons/components/auto-logo/DongFeng.d.ts +4 -0
  819. package/dist/icons/components/auto-logo/DongFeng.js +26 -0
  820. package/dist/icons/components/auto-logo/Ducati.d.ts +4 -0
  821. package/dist/icons/components/auto-logo/Ducati.js +35 -0
  822. package/dist/icons/components/auto-logo/Exeed.d.ts +4 -0
  823. package/dist/icons/components/auto-logo/Exeed.js +35 -0
  824. package/dist/icons/components/auto-logo/Faw.d.ts +4 -0
  825. package/dist/icons/components/auto-logo/Faw.js +37 -0
  826. package/dist/icons/components/auto-logo/Fenix.d.ts +4 -0
  827. package/dist/icons/components/auto-logo/Fenix.js +117 -0
  828. package/dist/icons/components/auto-logo/Fiat.d.ts +4 -0
  829. package/dist/icons/components/auto-logo/Fiat.js +40 -0
  830. package/dist/icons/components/auto-logo/Ford.d.ts +4 -0
  831. package/dist/icons/components/auto-logo/Ford.js +44 -0
  832. package/dist/icons/components/auto-logo/Foton.d.ts +4 -0
  833. package/dist/icons/components/auto-logo/Foton.js +35 -0
  834. package/dist/icons/components/auto-logo/Gac.d.ts +4 -0
  835. package/dist/icons/components/auto-logo/Gac.js +24 -0
  836. package/dist/icons/components/auto-logo/Gaz.d.ts +4 -0
  837. package/dist/icons/components/auto-logo/Gaz.js +62 -0
  838. package/dist/icons/components/auto-logo/Geely.d.ts +4 -0
  839. package/dist/icons/components/auto-logo/Geely.js +28 -0
  840. package/dist/icons/components/auto-logo/Genesis.d.ts +4 -0
  841. package/dist/icons/components/auto-logo/Genesis.js +33 -0
  842. package/dist/icons/components/auto-logo/Gitte.d.ts +4 -0
  843. package/dist/icons/components/auto-logo/Gitte.js +26 -0
  844. package/dist/icons/components/auto-logo/Grunwald.d.ts +4 -0
  845. package/dist/icons/components/auto-logo/Grunwald.js +26 -0
  846. package/dist/icons/components/auto-logo/HartungFull.d.ts +4 -0
  847. package/dist/icons/components/auto-logo/HartungFull.js +35 -0
  848. package/dist/icons/components/auto-logo/HartungSymbol.d.ts +4 -0
  849. package/dist/icons/components/auto-logo/HartungSymbol.js +35 -0
  850. package/dist/icons/components/auto-logo/Haval.d.ts +4 -0
  851. package/dist/icons/components/auto-logo/Haval.js +26 -0
  852. package/dist/icons/components/auto-logo/Higer.d.ts +4 -0
  853. package/dist/icons/components/auto-logo/Higer.js +26 -0
  854. package/dist/icons/components/auto-logo/Hitachi.d.ts +4 -0
  855. package/dist/icons/components/auto-logo/Hitachi.js +24 -0
  856. package/dist/icons/components/auto-logo/Honda.d.ts +4 -0
  857. package/dist/icons/components/auto-logo/Honda.js +40 -0
  858. package/dist/icons/components/auto-logo/Hongqi.d.ts +4 -0
  859. package/dist/icons/components/auto-logo/Hongqi.js +33 -0
  860. package/dist/icons/components/auto-logo/Hongyan.d.ts +4 -0
  861. package/dist/icons/components/auto-logo/Hongyan.js +26 -0
  862. package/dist/icons/components/auto-logo/Howo.d.ts +4 -0
  863. package/dist/icons/components/auto-logo/Howo.js +49 -0
  864. package/dist/icons/components/auto-logo/Hyundai.d.ts +4 -0
  865. package/dist/icons/components/auto-logo/Hyundai.js +26 -0
  866. package/dist/icons/components/auto-logo/Infiniti.d.ts +4 -0
  867. package/dist/icons/components/auto-logo/Infiniti.js +24 -0
  868. package/dist/icons/components/auto-logo/Isuzu.d.ts +4 -0
  869. package/dist/icons/components/auto-logo/Isuzu.js +26 -0
  870. package/dist/icons/components/auto-logo/Iveco.d.ts +4 -0
  871. package/dist/icons/components/auto-logo/Iveco.js +26 -0
  872. package/dist/icons/components/auto-logo/JCB.d.ts +4 -0
  873. package/dist/icons/components/auto-logo/JCB.js +35 -0
  874. package/dist/icons/components/auto-logo/Jac.d.ts +4 -0
  875. package/dist/icons/components/auto-logo/Jac.js +24 -0
  876. package/dist/icons/components/auto-logo/Juterborg.d.ts +4 -0
  877. package/dist/icons/components/auto-logo/Juterborg.js +60 -0
  878. package/dist/icons/components/auto-logo/KIA.d.ts +4 -0
  879. package/dist/icons/components/auto-logo/KIA.js +26 -0
  880. package/dist/icons/components/auto-logo/Kaiyi.d.ts +4 -0
  881. package/dist/icons/components/auto-logo/Kaiyi.js +26 -0
  882. package/dist/icons/components/auto-logo/Kamaz.d.ts +4 -0
  883. package/dist/icons/components/auto-logo/Kamaz.js +38 -0
  884. package/dist/icons/components/auto-logo/Kassbohrer.d.ts +4 -0
  885. package/dist/icons/components/auto-logo/Kassbohrer.js +26 -0
  886. package/dist/icons/components/auto-logo/Komatsu.d.ts +4 -0
  887. package/dist/icons/components/auto-logo/Komatsu.js +24 -0
  888. package/dist/icons/components/auto-logo/Ktm.d.ts +4 -0
  889. package/dist/icons/components/auto-logo/Ktm.js +24 -0
  890. package/dist/icons/components/auto-logo/LCCE.d.ts +4 -0
  891. package/dist/icons/components/auto-logo/LCCE.js +40 -0
  892. package/dist/icons/components/auto-logo/Lada.d.ts +4 -0
  893. package/dist/icons/components/auto-logo/Lada.js +26 -0
  894. package/dist/icons/components/auto-logo/Lexus.d.ts +4 -0
  895. package/dist/icons/components/auto-logo/Lexus.js +26 -0
  896. package/dist/icons/components/auto-logo/LiuGong.d.ts +4 -0
  897. package/dist/icons/components/auto-logo/LiuGong.js +33 -0
  898. package/dist/icons/components/auto-logo/Lonking.d.ts +4 -0
  899. package/dist/icons/components/auto-logo/Lonking.js +33 -0
  900. package/dist/icons/components/auto-logo/Lovol.d.ts +4 -0
  901. package/dist/icons/components/auto-logo/Lovol.js +24 -0
  902. package/dist/icons/components/auto-logo/MTZBelarus.d.ts +4 -0
  903. package/dist/icons/components/auto-logo/MTZBelarus.js +37 -0
  904. package/dist/icons/components/auto-logo/Man.d.ts +4 -0
  905. package/dist/icons/components/auto-logo/Man.js +24 -0
  906. package/dist/icons/components/auto-logo/Maz.d.ts +4 -0
  907. package/dist/icons/components/auto-logo/Maz.js +35 -0
  908. package/dist/icons/components/auto-logo/MercedesBenz.d.ts +4 -0
  909. package/dist/icons/components/auto-logo/MercedesBenz.js +26 -0
  910. package/dist/icons/components/auto-logo/Meusburger.d.ts +4 -0
  911. package/dist/icons/components/auto-logo/Meusburger.js +26 -0
  912. package/dist/icons/components/auto-logo/Mitsubishi.d.ts +4 -0
  913. package/dist/icons/components/auto-logo/Mitsubishi.js +24 -0
  914. package/dist/icons/components/auto-logo/NefAZ.d.ts +4 -0
  915. package/dist/icons/components/auto-logo/NefAZ.js +33 -0
  916. package/dist/icons/components/auto-logo/NursanTrailer.d.ts +4 -0
  917. package/dist/icons/components/auto-logo/NursanTrailer.js +24 -0
  918. package/dist/icons/components/auto-logo/Omoda.d.ts +4 -0
  919. package/dist/icons/components/auto-logo/Omoda.js +40 -0
  920. package/dist/icons/components/auto-logo/PSATss.d.ts +4 -0
  921. package/dist/icons/components/auto-logo/PSATss.js +40 -0
  922. package/dist/icons/components/auto-logo/Paz.d.ts +4 -0
  923. package/dist/icons/components/auto-logo/Paz.js +26 -0
  924. package/dist/icons/components/auto-logo/Peugeot.d.ts +4 -0
  925. package/dist/icons/components/auto-logo/Peugeot.js +24 -0
  926. package/dist/icons/components/auto-logo/Raskat.d.ts +4 -0
  927. package/dist/icons/components/auto-logo/Raskat.js +40 -0
  928. package/dist/icons/components/auto-logo/Renault.d.ts +4 -0
  929. package/dist/icons/components/auto-logo/Renault.js +33 -0
  930. package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +4 -0
  931. package/dist/icons/components/auto-logo/RussianCarsEmblem.js +35 -0
  932. package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +4 -0
  933. package/dist/icons/components/auto-logo/RussianCarsKremlin.js +44 -0
  934. package/dist/icons/components/auto-logo/Sany.d.ts +4 -0
  935. package/dist/icons/components/auto-logo/Sany.js +53 -0
  936. package/dist/icons/components/auto-logo/Scania.d.ts +4 -0
  937. package/dist/icons/components/auto-logo/Scania.js +60 -0
  938. package/dist/icons/components/auto-logo/Schmitz.d.ts +4 -0
  939. package/dist/icons/components/auto-logo/Schmitz.js +26 -0
  940. package/dist/icons/components/auto-logo/Shacman.d.ts +4 -0
  941. package/dist/icons/components/auto-logo/Shacman.js +33 -0
  942. package/dist/icons/components/auto-logo/Shantui.d.ts +4 -0
  943. package/dist/icons/components/auto-logo/Shantui.js +24 -0
  944. package/dist/icons/components/auto-logo/Sinanli.d.ts +4 -0
  945. package/dist/icons/components/auto-logo/Sinanli.js +74 -0
  946. package/dist/icons/components/auto-logo/Sitrak.d.ts +4 -0
  947. package/dist/icons/components/auto-logo/Sitrak.js +37 -0
  948. package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +4 -0
  949. package/dist/icons/components/auto-logo/SobolIztechmash.js +63 -0
  950. package/dist/icons/components/auto-logo/Sokol.d.ts +4 -0
  951. package/dist/icons/components/auto-logo/Sokol.js +24 -0
  952. package/dist/icons/components/auto-logo/Sollers.d.ts +4 -0
  953. package/dist/icons/components/auto-logo/Sollers.js +26 -0
  954. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +4 -0
  955. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +24 -0
  956. package/dist/icons/components/auto-logo/Tonar.d.ts +4 -0
  957. package/dist/icons/components/auto-logo/Tonar.js +26 -0
  958. package/dist/icons/components/auto-logo/Toyota.d.ts +4 -0
  959. package/dist/icons/components/auto-logo/Toyota.js +24 -0
  960. package/dist/icons/components/auto-logo/Trekol.d.ts +4 -0
  961. package/dist/icons/components/auto-logo/Trekol.js +37 -0
  962. package/dist/icons/components/auto-logo/UAT.d.ts +4 -0
  963. package/dist/icons/components/auto-logo/UAT.js +24 -0
  964. package/dist/icons/components/auto-logo/Uaz.d.ts +4 -0
  965. package/dist/icons/components/auto-logo/Uaz.js +73 -0
  966. package/dist/icons/components/auto-logo/Ural.d.ts +4 -0
  967. package/dist/icons/components/auto-logo/Ural.js +24 -0
  968. package/dist/icons/components/auto-logo/VIS.d.ts +4 -0
  969. package/dist/icons/components/auto-logo/VIS.js +24 -0
  970. package/dist/icons/components/auto-logo/VKR.d.ts +4 -0
  971. package/dist/icons/components/auto-logo/VKR.js +35 -0
  972. package/dist/icons/components/auto-logo/Volkswagen.d.ts +4 -0
  973. package/dist/icons/components/auto-logo/Volkswagen.js +26 -0
  974. package/dist/icons/components/auto-logo/Volvo.d.ts +4 -0
  975. package/dist/icons/components/auto-logo/Volvo.js +24 -0
  976. package/dist/icons/components/auto-logo/Wielton.d.ts +4 -0
  977. package/dist/icons/components/auto-logo/Wielton.js +24 -0
  978. package/dist/icons/components/auto-logo/XCMG.d.ts +4 -0
  979. package/dist/icons/components/auto-logo/XCMG.js +40 -0
  980. package/dist/icons/components/auto-logo/Yutong.d.ts +4 -0
  981. package/dist/icons/components/auto-logo/Yutong.js +75 -0
  982. package/dist/icons/components/auto-logo/Zoomlion.d.ts +4 -0
  983. package/dist/icons/components/auto-logo/Zoomlion.js +24 -0
  984. package/dist/icons/components/car-icons/AllMetal.d.ts +4 -0
  985. package/dist/icons/components/car-icons/AllMetal.js +35 -0
  986. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +4 -0
  987. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +35 -0
  988. package/dist/icons/components/car-icons/AsphaltPaver.d.ts +4 -0
  989. package/dist/icons/components/car-icons/AsphaltPaver.js +38 -0
  990. package/dist/icons/components/car-icons/Autotower.d.ts +4 -0
  991. package/dist/icons/components/car-icons/Autotower.js +35 -0
  992. package/dist/icons/components/car-icons/Awning.d.ts +4 -0
  993. package/dist/icons/components/car-icons/Awning.js +36 -0
  994. package/dist/icons/components/car-icons/BackhoeLoader.d.ts +4 -0
  995. package/dist/icons/components/car-icons/BackhoeLoader.js +42 -0
  996. package/dist/icons/components/car-icons/Buggy.d.ts +4 -0
  997. package/dist/icons/components/car-icons/Buggy.js +35 -0
  998. package/dist/icons/components/car-icons/Bulldozer.d.ts +4 -0
  999. package/dist/icons/components/car-icons/Bulldozer.js +37 -0
  1000. package/dist/icons/components/car-icons/Bus.d.ts +4 -0
  1001. package/dist/icons/components/car-icons/Bus.js +26 -0
  1002. package/dist/icons/components/car-icons/BusBus.d.ts +4 -0
  1003. package/dist/icons/components/car-icons/BusBus.js +35 -0
  1004. package/dist/icons/components/car-icons/BusMinibus.d.ts +4 -0
  1005. package/dist/icons/components/car-icons/BusMinibus.js +35 -0
  1006. package/dist/icons/components/car-icons/BusShiftBuses.d.ts +4 -0
  1007. package/dist/icons/components/car-icons/BusShiftBuses.js +45 -0
  1008. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +4 -0
  1009. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +42 -0
  1010. package/dist/icons/components/car-icons/CargoAutotower.d.ts +4 -0
  1011. package/dist/icons/components/car-icons/CargoAutotower.js +35 -0
  1012. package/dist/icons/components/car-icons/CargoAwning.d.ts +4 -0
  1013. package/dist/icons/components/car-icons/CargoAwning.js +42 -0
  1014. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +4 -0
  1015. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +42 -0
  1016. package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +4 -0
  1017. package/dist/icons/components/car-icons/CargoDrillingRig.js +35 -0
  1018. package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +4 -0
  1019. package/dist/icons/components/car-icons/CargoDumpTruck.js +42 -0
  1020. package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +4 -0
  1021. package/dist/icons/components/car-icons/CargoGarbageTruck.js +42 -0
  1022. package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +4 -0
  1023. package/dist/icons/components/car-icons/CargoGrainCarrier.js +42 -0
  1024. package/dist/icons/components/car-icons/CargoIsothermal.d.ts +4 -0
  1025. package/dist/icons/components/car-icons/CargoIsothermal.js +42 -0
  1026. package/dist/icons/components/car-icons/CargoOnBoard.d.ts +4 -0
  1027. package/dist/icons/components/car-icons/CargoOnBoard.js +42 -0
  1028. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +4 -0
  1029. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +42 -0
  1030. package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +4 -0
  1031. package/dist/icons/components/car-icons/CargoPromotionalItem.js +42 -0
  1032. package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +4 -0
  1033. package/dist/icons/components/car-icons/CargoSortingTruck.js +42 -0
  1034. package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +4 -0
  1035. package/dist/icons/components/car-icons/CargoTankerTruck.js +42 -0
  1036. package/dist/icons/components/car-icons/CargoTowTruck.d.ts +4 -0
  1037. package/dist/icons/components/car-icons/CargoTowTruck.js +35 -0
  1038. package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +4 -0
  1039. package/dist/icons/components/car-icons/CargoTruckCrane.js +44 -0
  1040. package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +4 -0
  1041. package/dist/icons/components/car-icons/CargoVacuumMachine.js +35 -0
  1042. package/dist/icons/components/car-icons/Clearance.d.ts +4 -0
  1043. package/dist/icons/components/car-icons/Clearance.js +26 -0
  1044. package/dist/icons/components/car-icons/CombineHarvester.d.ts +4 -0
  1045. package/dist/icons/components/car-icons/CombineHarvester.js +42 -0
  1046. package/dist/icons/components/car-icons/Compartment.d.ts +4 -0
  1047. package/dist/icons/components/car-icons/Compartment.js +35 -0
  1048. package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +4 -0
  1049. package/dist/icons/components/car-icons/ConcreteMixerTruck.js +42 -0
  1050. package/dist/icons/components/car-icons/ConcretePump.d.ts +4 -0
  1051. package/dist/icons/components/car-icons/ConcretePump.js +43 -0
  1052. package/dist/icons/components/car-icons/Crossover.d.ts +4 -0
  1053. package/dist/icons/components/car-icons/Crossover.js +35 -0
  1054. package/dist/icons/components/car-icons/DrillingRigg.d.ts +4 -0
  1055. package/dist/icons/components/car-icons/DrillingRigg.js +35 -0
  1056. package/dist/icons/components/car-icons/DumpTruck.d.ts +4 -0
  1057. package/dist/icons/components/car-icons/DumpTruck.js +42 -0
  1058. package/dist/icons/components/car-icons/Excavator.d.ts +4 -0
  1059. package/dist/icons/components/car-icons/Excavator.js +26 -0
  1060. package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +4 -0
  1061. package/dist/icons/components/car-icons/ForestPreparationEquipment.js +42 -0
  1062. package/dist/icons/components/car-icons/ForkliftTruck.d.ts +4 -0
  1063. package/dist/icons/components/car-icons/ForkliftTruck.js +35 -0
  1064. package/dist/icons/components/car-icons/FrontLoader.d.ts +4 -0
  1065. package/dist/icons/components/car-icons/FrontLoader.js +42 -0
  1066. package/dist/icons/components/car-icons/Hatchback.d.ts +4 -0
  1067. package/dist/icons/components/car-icons/Hatchback.js +35 -0
  1068. package/dist/icons/components/car-icons/IceRink.d.ts +4 -0
  1069. package/dist/icons/components/car-icons/IceRink.js +37 -0
  1070. package/dist/icons/components/car-icons/Isothermal.d.ts +4 -0
  1071. package/dist/icons/components/car-icons/Isothermal.js +42 -0
  1072. package/dist/icons/components/car-icons/Liftback.d.ts +4 -0
  1073. package/dist/icons/components/car-icons/Liftback.js +26 -0
  1074. package/dist/icons/components/car-icons/MiniEscalator.d.ts +4 -0
  1075. package/dist/icons/components/car-icons/MiniEscalator.js +44 -0
  1076. package/dist/icons/components/car-icons/MiniLoader.d.ts +4 -0
  1077. package/dist/icons/components/car-icons/MiniLoader.js +35 -0
  1078. package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +4 -0
  1079. package/dist/icons/components/car-icons/MiningDumpTruck.js +42 -0
  1080. package/dist/icons/components/car-icons/Minitractor.d.ts +4 -0
  1081. package/dist/icons/components/car-icons/Minitractor.js +35 -0
  1082. package/dist/icons/components/car-icons/Minivan.d.ts +4 -0
  1083. package/dist/icons/components/car-icons/Minivan.js +35 -0
  1084. package/dist/icons/components/car-icons/MotorGrader.d.ts +4 -0
  1085. package/dist/icons/components/car-icons/MotorGrader.js +35 -0
  1086. package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +4 -0
  1087. package/dist/icons/components/car-icons/MotorVehiclesBike.js +27 -0
  1088. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.d.ts +4 -0
  1089. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +32 -0
  1090. package/dist/icons/components/car-icons/OffRoadVehicle.d.ts +4 -0
  1091. package/dist/icons/components/car-icons/OffRoadVehicle.js +35 -0
  1092. package/dist/icons/components/car-icons/OnBoard.d.ts +4 -0
  1093. package/dist/icons/components/car-icons/OnBoard.js +42 -0
  1094. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +4 -0
  1095. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +42 -0
  1096. package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +4 -0
  1097. package/dist/icons/components/car-icons/OnBoardWithCmu.js +42 -0
  1098. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +4 -0
  1099. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +51 -0
  1100. package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +4 -0
  1101. package/dist/icons/components/car-icons/OtherCareerTechniques.js +42 -0
  1102. package/dist/icons/components/car-icons/Pickup.d.ts +4 -0
  1103. package/dist/icons/components/car-icons/Pickup.js +26 -0
  1104. package/dist/icons/components/car-icons/PickupTruck.d.ts +4 -0
  1105. package/dist/icons/components/car-icons/PickupTruck.js +35 -0
  1106. package/dist/icons/components/car-icons/PilingInstallation.d.ts +4 -0
  1107. package/dist/icons/components/car-icons/PilingInstallation.js +37 -0
  1108. package/dist/icons/components/car-icons/PromotionalItem.d.ts +4 -0
  1109. package/dist/icons/components/car-icons/PromotionalItem.js +42 -0
  1110. package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +4 -0
  1111. package/dist/icons/components/car-icons/PublicUtilityVehicle.js +49 -0
  1112. package/dist/icons/components/car-icons/QuarryExcavator.d.ts +4 -0
  1113. package/dist/icons/components/car-icons/QuarryExcavator.js +29 -0
  1114. package/dist/icons/components/car-icons/Scooter.d.ts +4 -0
  1115. package/dist/icons/components/car-icons/Scooter.js +33 -0
  1116. package/dist/icons/components/car-icons/Sedan.d.ts +4 -0
  1117. package/dist/icons/components/car-icons/Sedan.js +35 -0
  1118. package/dist/icons/components/car-icons/Snowmobile.d.ts +4 -0
  1119. package/dist/icons/components/car-icons/Snowmobile.js +42 -0
  1120. package/dist/icons/components/car-icons/TankerTruck.d.ts +4 -0
  1121. package/dist/icons/components/car-icons/TankerTruck.js +42 -0
  1122. package/dist/icons/components/car-icons/TelescopicLoader.d.ts +4 -0
  1123. package/dist/icons/components/car-icons/TelescopicLoader.js +35 -0
  1124. package/dist/icons/components/car-icons/TheLift.d.ts +4 -0
  1125. package/dist/icons/components/car-icons/TheLift.js +40 -0
  1126. package/dist/icons/components/car-icons/TowTruck.d.ts +4 -0
  1127. package/dist/icons/components/car-icons/TowTruck.js +35 -0
  1128. package/dist/icons/components/car-icons/Tractor.d.ts +4 -0
  1129. package/dist/icons/components/car-icons/Tractor.js +35 -0
  1130. package/dist/icons/components/car-icons/TractorTruck.d.ts +4 -0
  1131. package/dist/icons/components/car-icons/TractorTruck.js +42 -0
  1132. package/dist/icons/components/car-icons/Trailerr.d.ts +4 -0
  1133. package/dist/icons/components/car-icons/Trailerr.js +26 -0
  1134. package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +4 -0
  1135. package/dist/icons/components/car-icons/TrailersCarCarrier.js +44 -0
  1136. package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +4 -0
  1137. package/dist/icons/components/car-icons/TrailersCattleTruck.js +35 -0
  1138. package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +4 -0
  1139. package/dist/icons/components/car-icons/TrailersContainerShip.js +43 -0
  1140. package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +4 -0
  1141. package/dist/icons/components/car-icons/TrailersCurtainSide.js +42 -0
  1142. package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +4 -0
  1143. package/dist/icons/components/car-icons/TrailersDumpTruck.js +42 -0
  1144. package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +4 -0
  1145. package/dist/icons/components/car-icons/TrailersGrainTruck.js +42 -0
  1146. package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +4 -0
  1147. package/dist/icons/components/car-icons/TrailersHeavyTruck.js +42 -0
  1148. package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +4 -0
  1149. package/dist/icons/components/car-icons/TrailersIsothermal.js +42 -0
  1150. package/dist/icons/components/car-icons/TrailersOther.d.ts +4 -0
  1151. package/dist/icons/components/car-icons/TrailersOther.js +42 -0
  1152. package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +4 -0
  1153. package/dist/icons/components/car-icons/TrailersTankerTruck.js +42 -0
  1154. package/dist/icons/components/car-icons/TruckCrane.d.ts +4 -0
  1155. package/dist/icons/components/car-icons/TruckCrane.js +44 -0
  1156. package/dist/icons/components/car-icons/Universal.d.ts +4 -0
  1157. package/dist/icons/components/car-icons/Universal.js +35 -0
  1158. package/dist/icons/components/car-icons/Van.d.ts +4 -0
  1159. package/dist/icons/components/car-icons/Van.js +26 -0
  1160. package/dist/icons/components/car-icons/Ycles.d.ts +4 -0
  1161. package/dist/icons/components/car-icons/Ycles.js +45 -0
  1162. package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +4 -0
  1163. package/dist/icons/components/car-parameters-icons/Acceleration.js +35 -0
  1164. package/dist/icons/components/car-parameters-icons/Berths.d.ts +4 -0
  1165. package/dist/icons/components/car-parameters-icons/Berths.js +40 -0
  1166. package/dist/icons/components/car-parameters-icons/Bucket.d.ts +4 -0
  1167. package/dist/icons/components/car-parameters-icons/Bucket.js +24 -0
  1168. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +4 -0
  1169. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +26 -0
  1170. package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +4 -0
  1171. package/dist/icons/components/car-parameters-icons/BucketVolume.js +33 -0
  1172. package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +4 -0
  1173. package/dist/icons/components/car-parameters-icons/CabinTurn.js +35 -0
  1174. package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +4 -0
  1175. package/dist/icons/components/car-parameters-icons/CarBodySize.js +35 -0
  1176. package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +4 -0
  1177. package/dist/icons/components/car-parameters-icons/CarBodyType.js +26 -0
  1178. package/dist/icons/components/car-parameters-icons/CarColor.d.ts +4 -0
  1179. package/dist/icons/components/car-parameters-icons/CarColor.js +35 -0
  1180. package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +4 -0
  1181. package/dist/icons/components/car-parameters-icons/Cylinders.js +38 -0
  1182. package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +4 -0
  1183. package/dist/icons/components/car-parameters-icons/Dimensions.js +35 -0
  1184. package/dist/icons/components/car-parameters-icons/EngineType.d.ts +4 -0
  1185. package/dist/icons/components/car-parameters-icons/EngineType.js +24 -0
  1186. package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +4 -0
  1187. package/dist/icons/components/car-parameters-icons/FuelConsumption.js +24 -0
  1188. package/dist/icons/components/car-parameters-icons/GearType.d.ts +4 -0
  1189. package/dist/icons/components/car-parameters-icons/GearType.js +27 -0
  1190. package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +4 -0
  1191. package/dist/icons/components/car-parameters-icons/LiftingHeight.js +24 -0
  1192. package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +4 -0
  1193. package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +26 -0
  1194. package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +4 -0
  1195. package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +26 -0
  1196. package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +4 -0
  1197. package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +24 -0
  1198. package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +4 -0
  1199. package/dist/icons/components/car-parameters-icons/TrailerType.js +33 -0
  1200. package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +4 -0
  1201. package/dist/icons/components/car-parameters-icons/UnloadingType.js +33 -0
  1202. package/dist/icons/components/car-parameters-icons/Weight.d.ts +4 -0
  1203. package/dist/icons/components/car-parameters-icons/Weight.js +37 -0
  1204. package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +4 -0
  1205. package/dist/icons/components/car-parameters-icons/WheelDriveType.js +33 -0
  1206. package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +4 -0
  1207. package/dist/icons/components/car-parameters-icons/WheelSheme.js +35 -0
  1208. package/dist/icons/components/cars-stubus/Bike.d.ts +4 -0
  1209. package/dist/icons/components/cars-stubus/Bike.js +26 -0
  1210. package/dist/icons/components/cars-stubus/Car.d.ts +4 -0
  1211. package/dist/icons/components/cars-stubus/Car.js +26 -0
  1212. package/dist/icons/components/cars-stubus/Equipment.d.ts +4 -0
  1213. package/dist/icons/components/cars-stubus/Equipment.js +26 -0
  1214. package/dist/icons/components/cars-stubus/Truck.d.ts +4 -0
  1215. package/dist/icons/components/cars-stubus/Truck.js +26 -0
  1216. package/dist/icons/components/index.d.ts +573 -0
  1217. package/dist/icons/components/index.js +577 -0
  1218. package/dist/icons/components/types.d.ts +2 -0
  1219. package/dist/icons/components/types.js +1 -0
  1220. package/dist/icons/index.d.ts +2 -0
  1221. package/dist/icons/index.js +4 -0
  1222. package/dist/index-CweZ_OcN.js +65 -0
  1223. package/dist/index-ds_bCdL8.js +1990 -0
  1224. package/dist/index.d.ts +4 -0
  1225. package/dist/index.js +29 -0
  1226. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const VK32pxF: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default VK32pxF;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const VK32pxF = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "32px",
7
+ height: "32px",
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M26.495 10.88c.152-.507 0-.88-.728-.88H23.36c-.612 0-.894.322-1.047.678 0 0-1.224 2.968-2.957 4.895-.561.56-.816.737-1.122.737-.153 0-.384-.178-.384-.686V10.88c0-.609-.168-.88-.678-.88h-3.784c-.382 0-.612.282-.612.55 0 .577.867.711.956 2.334v3.527c0 .773-.14.914-.446.914-.816 0-2.8-2.982-3.979-6.394C9.08 10.267 8.848 10 8.233 10H5.825c-.688 0-.825.322-.825.678 0 .633.816 3.78 3.8 7.94C10.789 21.46 13.588 23 16.14 23c1.53 0 1.719-.342 1.719-.931V19.92c0-.684.145-.821.63-.821.357 0 .968.178 2.396 1.548 1.632 1.624 1.9 2.352 2.82 2.352h2.405c.688 0 1.032-.342.835-1.018-.219-.672-.998-1.648-2.03-2.806-.562-.66-1.403-1.37-1.659-1.725-.357-.456-.255-.66 0-1.065 0 0 2.933-4.11 3.238-5.506h.001z",
18
+ fill: "#000"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ };
24
+ export {
25
+ VK32pxF as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Waiting32px: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Waiting32px;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Waiting32px = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "32px",
7
+ height: "32px",
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M19.372 2.366c-.517-.517-1.322-.456-1.782.017-2.472 2.543-3.454 4.978-3.601 7.374-.104 1.68.21 3.296.614 4.82-1.524-.405-3.14-.718-4.82-.614-2.396.147-4.831 1.13-7.374 3.601-.473.46-.534 1.265-.017 1.782L12.74 29.695c.517.517 1.323.455 1.783-.018 2.471-2.542 3.453-4.977 3.6-7.373.104-1.68-.209-3.296-.613-4.82 1.524.404 3.14.717 4.82.614 2.395-.148 4.83-1.13 7.373-3.601.473-.46.535-1.266.018-1.783L19.372 2.366zm2.834 13.736c-1.76.108-3.478-.335-5.344-.878-.543-1.866-.986-3.583-.877-5.344.105-1.707.74-3.529 2.525-5.548l9.245 9.245c-2.02 1.785-3.841 2.42-5.549 2.525zm-12.3-.143c1.761-.109 3.478.335 5.344.877.411 1.413.765 2.74.866 4.065L4.974 17.969c1.777-1.396 3.4-1.916 4.932-2.01zm-3.661 4.412l7.358 7.358c1.52-1.72 2.205-3.295 2.44-4.78l-9.798-2.578z",
18
+ fill: "#000"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ };
24
+ export {
25
+ Waiting32px as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Whatsapp32px: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Whatsapp32px;
@@ -0,0 +1,35 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Whatsapp32px = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "32px",
7
+ height: "32px",
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ d: "M21.83 18.737l.458.24.19.096c.236.117.386.191.464.323.097.165.097.9-.195 1.768-.278.869-1.656 1.663-2.324 1.768-.598.09-1.35.134-2.17-.15-.501-.165-1.141-.39-1.962-.78-3.3-1.532-5.517-5.022-5.852-5.548l-.034-.054-.002-.004C10.225 16.142 9 14.383 9 12.566c0-1.687.758-2.582 1.116-3.005l.08-.097c.32-.374.682-.464.919-.464h.668c.024.002.05.002.075.002.201.003.458.006.704.642.278.75.974 2.577 1.057 2.756.084.18.14.39.028.645l-.027.06a2.398 2.398 0 01-.32.554c-.054.067-.11.14-.167.214-.12.157-.244.318-.348.43-.181.195-.348.39-.153.764.208.374.89 1.588 1.92 2.577 1.118 1.076 2.094 1.527 2.57 1.748.082.037.148.068.198.094.348.195.557.165.752-.09.195-.24.849-1.078 1.085-1.453.237-.36.46-.3.78-.18.23.102 1.255.64 1.893.974z",
17
+ fill: "#000"
18
+ }
19
+ ),
20
+ /* @__PURE__ */ jsx(
21
+ "path",
22
+ {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M3.97 22.804L2 30l7.387-1.932a14.003 14.003 0 006.67 1.694c7.682 0 13.943-6.23 13.943-13.874 0-3.71-1.45-7.196-4.08-9.814A13.816 13.816 0 0021.4 3.05 13.872 13.872 0 0016.056 2C8.374 2 2.113 8.23 2.113 15.874c0 2.45.647 4.83 1.857 6.93zM20.636 4.899a11.816 11.816 0 013.866 2.586l.007.007A11.752 11.752 0 0128 15.888c0 6.53-5.356 11.874-11.944 11.874-2 0-3.966-.504-5.716-1.452l-.695-.377-4.802 1.256 1.276-4.661-.416-.723a11.86 11.86 0 01-1.59-5.931C4.113 9.344 9.469 4 16.056 4h.007c1.57-.005 3.124.3 4.573.899z",
26
+ fill: "#000"
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ );
32
+ };
33
+ export {
34
+ Whatsapp32px as default
35
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const WriteUs32px: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default WriteUs32px;
@@ -0,0 +1,29 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const WriteUs32px = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "32px",
7
+ height: "32px",
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx("path", { d: "M24 11H8V9h16v2zM8 16h8v-2H8v2z", fill: "#000" }),
14
+ /* @__PURE__ */ jsx(
15
+ "path",
16
+ {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M20 26h10V3H2v23h10l4 4 4-4zm-4 1.172L19.172 24H28V5H4v19h8.828L16 27.172z",
20
+ fill: "#000"
21
+ }
22
+ )
23
+ ]
24
+ }
25
+ );
26
+ };
27
+ export {
28
+ WriteUs32px as default
29
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Youtube32pxF: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Youtube32pxF;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Youtube32pxF = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "32px",
7
+ height: "32px",
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M26.54 10.854a2.62 2.62 0 00-.703-1.19 2.78 2.78 0 00-1.226-.696c-1.721-.463-8.617-.463-8.617-.463a68.715 68.715 0 00-8.607.44 2.88 2.88 0 00-1.226.712c-.34.334-.585.745-.713 1.196A27.843 27.843 0 005 16a27.792 27.792 0 00.447 5.147c.125.45.37.859.71 1.19.34.33.764.569 1.23.695 1.743.463 8.606.463 8.606.463a68.865 68.865 0 008.617-.44 2.78 2.78 0 001.226-.695c.335-.325.577-.736.701-1.19.317-1.697.47-3.421.46-5.149a25.435 25.435 0 00-.459-5.168zM13.8 19.207v-6.415L19.54 16 13.8 19.208z",
16
+ fill: "#000"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ };
22
+ export {
23
+ Youtube32pxF as default
24
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Yuan32px: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Yuan32px;
@@ -0,0 +1,27 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Yuan32px = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "32px",
7
+ height: "32px",
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx("circle", { cx: 16, cy: 16, r: 14, fill: "#fff" }),
14
+ /* @__PURE__ */ jsx(
15
+ "path",
16
+ {
17
+ d: "M13.09 9.41l3.349 7.286-1.228.511-3.886-7.798h1.764zm2.48 7.286l3.349-7.287h1.764l-3.886 7.798-1.228-.51zm1.227-1.074V22.5H15.21v-6.878h1.586zm2.863.358v1.15h-7.312v-1.15h7.312zm0 2.532v1.15h-7.312v-1.15h7.312z",
18
+ fill: "#000"
19
+ }
20
+ )
21
+ ]
22
+ }
23
+ );
24
+ };
25
+ export {
26
+ Yuan32px as default
27
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const ACE: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default ACE;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const ACE = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "20px",
7
+ height: "20px",
8
+ viewBox: "0 0 29 14",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M2 12l2.265-8.21.753 3.917h.866L4.77 2h3.605l1.96 10H6.737L6.07 8.608h-.867L5.87 12H2zM14.99 2h3.202v3.78L14.99 2zm0 10l3.202-3.78V12H14.99zm-.307 0c-1.328-.104-2.337-.58-3.025-1.431-.687-.849-1.03-2.038-1.03-3.566 0-1.532.343-2.72 1.03-3.565.688-.847 1.697-1.325 3.025-1.438v10zm7.885 0h-3.537V2h3.537v10zm.294-10h3.495v3.854L22.862 2zm2.162 6.857L22.82 6.793l2.204-2.06v4.124zM22.862 12l3.548-4.502V12h-3.548z",
16
+ fill: "#000"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ };
22
+ export {
23
+ ACE as default
24
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Alim: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Alim;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Alim = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "20px",
7
+ height: "20px",
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M10 18a8 8 0 100-16 8 8 0 000 16zm0-1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm4.5-4.5c0 .744-.18 1.446-.5 2.065V14a4 4 0 10-8 .065A4.5 4.5 0 1114.5 12zm1.474.567a6.5 6.5 0 10-11.947 0 6 6 0 1111.947 0z",
18
+ fill: "#000"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ };
24
+ export {
25
+ Alim as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Amur: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Amur;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Amur = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "20px",
7
+ height: "20px",
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M10 18a8 8 0 100-16 8 8 0 000 16zm6.512-7.965a12.83 12.83 0 00-1.319-.328c-.554-.11-1.258-.22-2.117-.305l1.854 3.857-1.7-.68-1.572-3.281a35.288 35.288 0 00-3.312-.009L6.77 12.58l-1.7.68 1.862-3.873c-.917.086-1.65.204-2.212.32a11.016 11.016 0 00-1.232.32 6.512 6.512 0 0013.024.009zm-7.44-2.259a38.296 38.296 0 011.86.005L10 5.838l-.929 1.938zm3.256.07L10.68 4.42H9.32L7.678 7.835a23.553 23.553 0 00-3.259.413c-.28.058-.525.116-.737.171a6.514 6.514 0 0112.64.016c-.238-.06-.517-.124-.84-.188-.79-.157-1.836-.31-3.154-.4z",
18
+ fill: "#000"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ };
24
+ export {
25
+ Amur as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Ankai: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Ankai;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Ankai = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "22px",
7
+ height: "16px",
8
+ viewBox: "0 0 22 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M11 14c4.97 0 9-2.686 9-6s-4.03-6-9-6-9 2.686-9 6 4.03 6 9 6zm6.07-8.89c-.005-.005-1.774.09-1.774.09-.453.29-.735.783-1.027 1.293-.28.49-.57.994-1.025 1.347l.205-.804c.118-.461.217-.85.319-1.238l.037-.182c.075-.341.091-.416-.35-.416H11l.307.5c.282.46.258.546.174.84l-.023.082c-.254.922-.498 1.846-.743 2.77v.001l-.25.949h-.309c0-.425.003-.853.005-1.282.004-.733.008-1.469 0-2.196l.001-.31c.003-.67.005-1.01-.168-1.182-.177-.176-.538-.175-1.27-.173l-.28.001H6.09c-.107.004-.283.003-.42.002-.081 0-.131.09-.086.156l.263.382c.122.17.287.46.182.68-.518 1.083-1.039 2.164-1.578 3.284l-.161.334C3.217 8.75 3.278 7 4.397 5.572c1.277-1.628 3.068-2.39 5.077-2.668 2.813-.392 5.388.15 7.597 2.206zm-3.992 3.68c.136.196.264.398.391.598.729 1.148 1.417 2.234 3.258 1.684-1.685 2.354-8.35 3.244-11.663.044.987-.181 1.31-.903 1.633-1.628l.112-.248c.37-.804.746-1.606 1.327-2.378 0 .334.004.67.007 1.004.007.8.015 1.6-.021 2.398-.03.668.225.906.876.848a4.83 4.83 0 01.551-.007c.088.003.177.005.265.005 1.199 0 1.806 0 2.214-.279.419-.286.627-.866 1.05-2.041zm5.417-.796c-.02.498-.11.98-.305 1.444-.432 1.036-1.324 1.182-2.103.334-.047-.052-.088-.108-.129-.164a4.203 4.203 0 00-.053-.072c-1.162-1.526-1.162-1.526.335-2.623l.007-.005a7.92 7.92 0 00.697-.574c.806-.738.86-.722 1.272.31.174.438.25.888.279 1.35z",
18
+ fill: "#000"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ };
24
+ export {
25
+ Ankai as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const ArrowLength: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default ArrowLength;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const ArrowLength = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M15.386 2.638l-3.32.076.792 1.132-6.037 4.228-.793-1.132-1.207 3.094 3.32-.076-.792-1.132 6.037-4.227.793 1.132 1.207-3.095zM5.135 14.211v3.501H1v3.685h12.898v-3.685H7.202v-1.934l6.202-3.655v-1.566l6.202-4.699v1.044h1.206v2.816h.35c.74 0 1.138.53 1.138 1.11a1.02 1.02 0 01-1.032 1.007 1.02 1.02 0 01-1.032-1.006v-.35h-.7v.35c0 .948.782 1.705 1.732 1.705S23 11.777 23 10.83c0-.823-.533-1.624-1.488-1.782V6.902h.678V4.814h-2.584L6.168 14.211H5.135z",
16
+ fill: "#000"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ };
22
+ export {
23
+ ArrowLength as default
24
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Audi: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Audi;
@@ -0,0 +1,23 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Audi = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "32px",
7
+ height: "16px",
8
+ viewBox: "0 0 32 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx("circle", { cx: 7, cy: 8, r: 4.5, stroke: "#000" }),
14
+ /* @__PURE__ */ jsx("circle", { cx: 13, cy: 8, r: 4.5, stroke: "#000" }),
15
+ /* @__PURE__ */ jsx("circle", { cx: 19, cy: 8, r: 4.5, stroke: "#000" }),
16
+ /* @__PURE__ */ jsx("circle", { cx: 25, cy: 8, r: 4.5, stroke: "#000" })
17
+ ]
18
+ }
19
+ );
20
+ };
21
+ export {
22
+ Audi as default
23
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const BMW: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default BMW;
@@ -0,0 +1,44 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const BMW = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "20px",
7
+ height: "20px",
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M15.657 15.657A7.948 7.948 0 0110 18a7.948 7.948 0 01-5.657-2.343A7.948 7.948 0 012 10c0-4.411 3.589-8 8-8 2.137 0 4.146.832 5.657 2.343A7.948 7.948 0 0118 10a7.948 7.948 0 01-2.343 5.657zM4.539 4.539A7.673 7.673 0 002.277 10c0 2.063.803 4.002 2.262 5.461A7.673 7.673 0 0010 17.723c4.259 0 7.723-3.464 7.723-7.723a7.673 7.673 0 00-2.262-5.461A7.672 7.672 0 0010 2.277a7.672 7.672 0 00-5.461 2.262z",
19
+ fill: "#000"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ jsx(
23
+ "path",
24
+ {
25
+ d: "M10 10H5.574A4.426 4.426 0 0110 5.574V10zM10 10h4.426A4.426 4.426 0 0110 14.426V10zM5.473 5.358c-.096-.08-.246-.084-.312-.005l-.571.68.353.297.565-.673c.071-.085.07-.21-.035-.3zM5.57 6.857l.596-.71c.08-.094.068-.241-.048-.338-.102-.085-.253-.062-.32.019l-.6.715.373.314z",
26
+ fill: "#000"
27
+ }
28
+ ),
29
+ /* @__PURE__ */ jsx(
30
+ "path",
31
+ {
32
+ fillRule: "evenodd",
33
+ clipRule: "evenodd",
34
+ d: "M10 2.595a7.405 7.405 0 100 14.81 7.405 7.405 0 000-14.81zM5.27 10a4.73 4.73 0 109.46 0 4.73 4.73 0 00-9.46 0zm5.491-6.412l-.513 1.36H9.82l-.513-1.36v1.36h-.39V3h.586l.53 1.389.531-1.389h.586v1.95h-.39V3.587zM5.897 5.43a.497.497 0 01.627.057c.24.234.205.505-.024.778L5.497 7.46 4.002 6.206l.951-1.134c.197-.234.472-.422.734-.202l.014.012c.071.059.107.089.199.257a.433.433 0 01-.003.29zm9.597.33L14.76 6.8l1.14-.541.301.372-1.793.87-.354-.441.705-1.031-.004-.006L13.6 6.5l-.357-.438 1.223-1.573.301.373L14 5.862l1.17-.502.324.4z",
35
+ fill: "#000"
36
+ }
37
+ )
38
+ ]
39
+ }
40
+ );
41
+ };
42
+ export {
43
+ BMW as default
44
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const BRP: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default BRP;
@@ -0,0 +1,35 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const BRP = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "20px",
7
+ height: "20px",
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ d: "M9.457 12.47h.627c.12 0 .162-.003.332-.051.073-.022.15-.064.18-.228.048-.262-.289-.26-.77-.256h-.443l-.205.536h.28v-.001zM9.531 11.557h.881c.29 0 .421-.146.462-.366.021-.115-.126-.155-.356-.155h-.786l-.2.52zM13.225 11.55h.002c.127 0 .505 0 .616-.318.053-.151-.083-.202-.215-.202h-.914l-.205.52h.716zM16.766 11.292c-.043.243-.29.269-.403.269h-.877l.181-.47h.84c.098 0 .295-.001.26.2z",
17
+ fill: "#000"
18
+ }
19
+ ),
20
+ /* @__PURE__ */ jsx(
21
+ "path",
22
+ {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zM8.957 2.564a7.458 7.458 0 00-2.69.922c1.752 4.005-1.059 1.728-1.619 1.25A7.517 7.517 0 003.067 7.12c3.597 2.027.363 1.983-.514 1.94a7.503 7.503 0 003.673 7.432l1.138-2.476-.002-.001.26-.568A4.182 4.182 0 015.814 10c0-2.312 1.959-4.187 4.187-4.187a4.187 4.187 0 014.179 3.936h3.327a7.759 7.759 0 00-.054-.692c-.836.044-4.199.111-.512-1.955a7.45 7.45 0 00-1.58-2.393c-.476.41-3.452 2.875-1.636-1.252a7.467 7.467 0 00-2.704-.899c-1.042 4.405-1.937.59-2.063.006zm.385 7.994h1.577c.129.002.364.052.452.14.13.13.165.25.143.433-.038.305-.144.5-.505.573.313-.063.256.366.243.408-.094.3-.243.49-.34.586-.15.149-.438.257-.754.257H8.412l.93-2.398v.001zm2.048 2.398v-.001h.575l.359-.918h.55l.316.918h.757l-.363-.964c.479-.064.664-.262.811-.6.074-.169.064-.423-.01-.604-.049-.118-.29-.229-.69-.229h-1.376l-.929 2.397zm3.824-2.398l-.929 2.398h.664l.348-.902h1.063c.246 0 .526-.072.725-.244.182-.158.26-.304.29-.43.047-.206.062-.52-.096-.678-.134-.133-.368-.144-.528-.144h-1.537z",
26
+ fill: "#000"
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ );
32
+ };
33
+ export {
34
+ BRP as default
35
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Bomag: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Bomag;
@@ -0,0 +1,35 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Bomag = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "48px",
7
+ height: "16px",
8
+ viewBox: "0 0 48 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ d: "M4.558 7.504l2.21-2.21-1.28-1.28L2 7.505l5.503 5.503 1.28-1.279-4.225-4.224zm5.89 0L6.226 3.279 7.504 2l5.503 5.504-3.489 3.489-1.279-1.28 2.21-2.21zm-1.47 0L7.503 8.978 6.03 7.504l1.474-1.475 1.475 1.475z",
17
+ fill: "#000"
18
+ }
19
+ ),
20
+ /* @__PURE__ */ jsx(
21
+ "path",
22
+ {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M38.328 7.849l-.455-2.267-.52 2.267h.974zm-1.256 1.227h1.501l.31 1.544h1.966l-1.698-6.207h-2.36l-1.843 6.207h1.77l.354-1.544zM24.542 5.84a.623.623 0 00-1.057.008c-.103.15-.207.443-.221.624-.09.538-.085 1.532.008 2.07.016.172.117.453.215.596a.61.61 0 001.029.014c.099-.134.2-.4.215-.565.108-.585.108-1.656-.001-2.24a1.295 1.295 0 00-.188-.507zm2.03 3.138c.293-.855.251-2.303-.091-3.14-.175-.619-.826-1.245-1.45-1.397-.51-.185-1.396-.204-1.912-.042-.643.127-1.333.737-1.539 1.359-.412.893-.458 2.416-.101 3.331.163.62.8 1.271 1.417 1.448.692.288 1.813.228 2.47-.132.538-.217 1.082-.86 1.205-1.427zM45.644 6.13a1.778 1.778 0 00-.78-.4 2.05 2.05 0 00-.829-.019c-.498.07-.97.523-1.063 1.018-.121.425-.143 1.19-.046 1.622.022.178.139.463.248.606a.832.832 0 00.995.298l-.039-1.77L46 7.456l-.01 2.95c-.729.29-2.043.408-2.812.251-.56-.05-1.298-.473-1.625-.93-.262-.29-.534-.884-.584-1.273-.174-.717-.044-1.9.282-2.562.24-.67 1.007-1.329 1.705-1.466.545-.17 1.51-.188 2.062-.039.206.038.573.16.76.251l-.133 1.491zM18.369 8.063a2.677 2.677 0 00-.553-.021v1.455c.169.035.454.006.613-.062a.545.545 0 00.328-.335c.071-.173.085-.477.031-.656a.504.504 0 00-.419-.381zm.363-2.228a.484.484 0 00-.419-.348 2.368 2.368 0 00-.479-.005v1.376c.14.021.384.002.517-.04a.54.54 0 00.376-.363c.061-.166.064-.453.005-.62zm2.002 2.334a1.265 1.265 0 00-.592-.73c-.16-.1-.468-.196-.656-.204l.193-.074c.272-.086.6-.375.717-.635.228-.38.236-1.003.019-1.389a1.206 1.206 0 00-.71-.61 2.908 2.908 0 00-.776-.137c-.25-.013-.737-.02-.986-.014h-1.995v6.244h2.365c.259.006.742-.038.995-.092a1.845 1.845 0 001.426-2.359zm6.582 2.45h1.577l.067-4.392 1.052 4.393h1.41l1.02-4.48.055 4.48h1.9l-.315-6.208h-2.465l-.715 3.323-.803-3.323h-2.516l-.267 6.208z",
26
+ fill: "#000"
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ );
32
+ };
33
+ export {
34
+ Bomag as default
35
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Case: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Case;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Case = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "41px",
7
+ height: "16px",
8
+ viewBox: "0 0 41 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M13.469 6.87c-.117.242-.31.57-.621.898-.607.652-1.668 1.313-3.475 1.313-2.199 0-3.062-.782-3.498-1.555a2.757 2.757 0 01-.333-1.637c.086-.926.985-3.875 4.887-3.875 2.19 0 3.048.715 3.381 1.506.26.63.162 1.605.149 1.69h-2.563c.08-.49-.068-1.313-.949-1.317-.97-.01-1.897.715-2.153 1.659-.283 1.043.301 1.686 1.232 1.704.998.018 1.483-.791 1.497-.81h2.616a6.49 6.49 0 01-.17.423zm7.247-4.64l1.178 6.694h-2.828l-.068-.792h-2.747l-.526.792h-2.994l4.941-6.695h3.044zm-1.78 4.531l-.212-2.54-1.668 2.54h1.88zm3.155-.189h2.64c0 .018-.028.972 1.384.972.962 0 1.106-.302 1.138-.441.053-.252-.122-.378-.486-.463-1.146-.274-2.724-.782-3.138-1.034-.288-.176-.72-.562-.724-1.33-.004-1.026 1.218-2.294 3.83-2.276 1.304.01 2.109.265 2.6.486 1.047.467 1.123 1.46 1.1 1.879l-2.58-.005s-.009-.75-1.084-.79c-.544-.023-1.141.071-1.137.494 0 .364.364.445 1.236.643.203.045 1.605.328 2.05.494.81.297 1.196.72 1.075 1.6-.27 1.96-2.823 2.28-4.127 2.285-1.628.009-3.345-.293-3.71-1.911-.044-.193-.067-.603-.067-.603zm9.756-4.338h7.032l-.45 1.753h-4.45l-.239.877h4.262l-.369 1.425h-4.262l-.229.877h4.469l-.454 1.758H30.12M36.911 10.203H4.805L2 14h33.935l.976-3.797zm-26.932.751c.227 0 .457.055.759.182v.34c-.273-.159-.506-.23-.762-.23-.506 0-.882.359-.882.844 0 .495.363.838.894.838.25 0 .522-.088.772-.25v.347a1.635 1.635 0 01-.8.194c-.83 0-1.193-.637-1.193-1.1 0-.673.508-1.165 1.212-1.165zm2.35 2.265c-.723 0-1.18-.534-1.18-1.132 0-.612.47-1.133 1.186-1.133.73 0 1.19.518 1.19 1.133 0 .595-.448 1.132-1.197 1.132zm.006-1.973c-.493 0-.86.355-.86.841 0 .482.367.841.86.841.496 0 .862-.359.862-.84 0-.487-.366-.842-.862-.842zm3.786-.262h-.298v1.708l-1.498-1.708h-.252v2.206h.298v-1.699l1.478 1.699h.272v-2.206zm1.206-.03c.168 0 .336.052.493.156v.358c-.188-.177-.37-.228-.519-.228-.205 0-.35.106-.35.261 0 .186.182.289.388.405.265.15.568.32.568.715 0 .346-.262.598-.62.598a.976.976 0 01-.619-.203v-.401c.163.206.366.32.585.32.246 0 .358-.155.358-.279 0-.212-.206-.337-.427-.47-.254-.153-.528-.319-.528-.642 0-.36.265-.59.671-.59zm2.683.03h-1.848v.285h.766v1.921h.317v-1.92h.765v-.286zm.401 2.206v-2.206h.557c.448 0 .726.237.726.617a.549.549 0 01-.37.54c.196.13.317.326.479.588l.015.025c.086.139.14.213.265.386l.037.05h-.38l-.292-.453c-.29-.453-.423-.504-.587-.504h-.132v.957h-.318zm.522-1.935h-.204v.693h.204c.34 0 .437-.175.433-.359-.002-.207-.124-.334-.433-.334zm3.35-.271h-.317v1.285c0 .206-.027.368-.139.481-.1.1-.276.178-.519.178a.648.648 0 01-.477-.187c-.1-.1-.133-.203-.133-.453v-1.304h-.317v1.371c0 .602.454.864.92.864.659 0 .983-.355.983-.895v-1.34zm1.724-.03c.227 0 .458.055.759.182v.34c-.272-.159-.505-.23-.761-.23-.507 0-.882.359-.882.844 0 .495.363.838.894.838.25 0 .523-.088.773-.25v.347a1.637 1.637 0 01-.802.194c-.83 0-1.193-.637-1.193-1.1 0-.673.509-1.165 1.212-1.165zm2.927.03h-1.847v.285h.764v1.921h.317v-1.92h.766v-.286zm.715 2.206v-2.206h-.316v2.206h.317zm.555-1.103c0 .598.458 1.132 1.18 1.132.75 0 1.196-.537 1.196-1.132 0-.615-.46-1.133-1.189-1.133-.716 0-1.186.521-1.186 1.133zm.328 0c0-.486.366-.841.86-.841s.861.355.861.841c0 .482-.367.841-.862.841-.493 0-.859-.359-.859-.84zm4.647-1.1h-.297v1.709l-1.497-1.709h-.256v2.203h.3v-1.695l1.475 1.695h.275v-2.203z",
18
+ fill: "#000"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ };
24
+ export {
25
+ Case as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Caterpillar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Caterpillar;
@@ -0,0 +1,40 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Caterpillar = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "48px",
7
+ height: "12px",
8
+ viewBox: "0 0 48 12",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ d: "M20.377 4.94l-.4.009V3.35h.459c.346 0 .46.255.46.81 0 .556-.128.778-.519.778zm2.016 3.641V6.87c0-.812-.29-1.284-.91-1.395.72-.19.917-.794.917-1.567 0-1.09-.391-1.767-1.662-1.767h-2.276l.001 7.056h1.515V6.128h.374c.364 0 .537.251.537.587v1.877c0 .312.063.542.106.603h1.532c-.053-.058-.134-.301-.134-.614zM5.398 7.996c.27-.226.317-.506.317-.757V6.184H4.242v1.431a.37.37 0 01-.37.371.36.36 0 01-.357-.37V3.559a.36.36 0 01.357-.37.37.37 0 01.37.37v1.441h1.471V3.507c0-.826-.54-1.505-1.854-1.507C2.51 2 2 2.683 2 3.508v4.234c0 .818.65 1.437 1.48 1.437h.457l1.46-1.183zM43.852 4.936h-.402V3.348h.46c.346 0 .46.254.46.81s-.127.778-.518.778zm2.014 3.642V6.865c0-.811-.288-1.283-.907-1.395.719-.19.916-.793.916-1.566 0-1.09-.393-1.768-1.663-1.768h-2.276v7.056h1.519V6.125h.37c.366 0 .537.25.537.587v1.877c0 .312.064.542.107.603H46c-.053-.059-.134-.303-.134-.614zM38.781 6.653l.395-3.292.393 3.292h-.788zm1.41-4.53h-2.038l-1.21 7.069h1.534l.15-1.248h1.096l.15 1.248h1.534l-1.216-7.07zM30.032 9.19V2.139h1.554v5.714h1.619v1.339h-3.173zM29.209 2.139h-1.553V9.19h1.553V2.14z",
17
+ fill: "#000"
18
+ }
19
+ ),
20
+ /* @__PURE__ */ jsx(
21
+ "path",
22
+ {
23
+ d: "M30.032 9.19V2.139h1.554v5.714h1.619v1.339h-3.173zM33.579 9.19V2.139h1.553v5.714h1.62v1.339h-3.173zM25.114 5.145l-.464-.005V3.35h.461c.394 0 .46.27.46.916 0 .667-.067.88-.457.88zm.39-3.006h-2.367v7.055h1.518v-2.8h.85c1.394 0 1.63-.889 1.63-2.128S26.9 2.14 25.505 2.14zM15.838 3.483V4.88h1.608v1.382h-1.608v1.566h1.911v1.36l-3.466.002V2.137h-.001 3.404v1.346h-1.848zM11.204 8.162V3.509h-1.017V2.14h3.68v1.37h-1.022v5.662h-.436l-1.205-1.01zM11.863 9.181L8.281 6.18 4.568 9.181h7.295z",
24
+ fill: "#000"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ jsx(
28
+ "path",
29
+ {
30
+ d: "M7.884 5.37l.397-2.027.395 2.027h-.792zm1.419-3.224H7.25L6.055 7.511l2.226-1.797 2.322 1.945-1.3-5.513z",
31
+ fill: "#000"
32
+ }
33
+ )
34
+ ]
35
+ }
36
+ );
37
+ };
38
+ export {
39
+ Caterpillar as default
40
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const ChMZAP: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChMZAP;