mimir-ui-kit 1.3.0 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1286) hide show
  1. package/dist/NavigationButtons-B8tMfqrg.js +4907 -0
  2. package/dist/assets/Button.css +1 -0
  3. package/dist/assets/Input.css +1 -0
  4. package/dist/assets/InputPassword.css +1 -0
  5. package/dist/assets/Loader.css +1 -0
  6. package/dist/assets/MergedButton.css +1 -0
  7. package/dist/assets/OtpInput.css +1 -0
  8. package/dist/assets/ProgressBar.css +1 -0
  9. package/dist/assets/RadioGroup.css +1 -0
  10. package/dist/assets/Slider.css +1 -0
  11. package/dist/assets/Steps.css +1 -0
  12. package/dist/assets/Vote.css +1 -0
  13. package/dist/assets/fonts/11d5bc9f0cad36d1.woff2 +0 -0
  14. package/dist/assets/fonts/1a738bfdbc1e4d9d.woff +0 -0
  15. package/dist/assets/fonts/242d04bef81519ae.woff2 +0 -0
  16. package/dist/assets/fonts/3b9f59412b17ff93.woff +0 -0
  17. package/dist/assets/fonts/3cdd7fabbe89d2b9.woff +0 -0
  18. package/dist/assets/fonts/43b748f250df0f08.woff +0 -0
  19. package/dist/assets/fonts/585d10920d676fcd.woff2 +0 -0
  20. package/dist/assets/fonts/63611593e008a77c.woff2 +0 -0
  21. package/dist/assets/fonts/badaa6d1837432de.woff +0 -0
  22. package/dist/assets/fonts/cac2ba46e8c8adc9.woff2 +0 -0
  23. package/dist/assets/fonts/d080ae18fd04e52c.woff2 +0 -0
  24. package/dist/assets/fonts/e51d2feb30084bc2.woff2 +0 -0
  25. package/dist/assets/fonts/ee3db32f0aadef5d.woff2 +0 -0
  26. package/dist/assets/fonts/f4d681a788c6d497.woff2 +0 -0
  27. package/dist/assets/index.css +1 -0
  28. package/dist/components/Button/Button.d.ts +135 -0
  29. package/dist/components/Button/Button.js +96 -0
  30. package/dist/components/Button/constants.d.ts +25 -0
  31. package/dist/components/Button/constants.js +35 -0
  32. package/dist/components/Button/index.d.ts +2 -0
  33. package/dist/components/Button/index.js +9 -0
  34. package/dist/components/Button/types.d.ts +28 -0
  35. package/dist/components/Button/types.js +1 -0
  36. package/dist/components/Image/Image.d.ts +21 -0
  37. package/dist/components/Image/Image.js +49 -0
  38. package/dist/components/Image/index.d.ts +1 -0
  39. package/dist/components/Image/index.js +4 -0
  40. package/dist/components/Input/Input.d.ts +63 -0
  41. package/dist/components/Input/Input.js +121 -0
  42. package/dist/components/Input/constants.d.ts +12 -0
  43. package/dist/components/Input/constants.js +18 -0
  44. package/dist/components/Input/index.d.ts +3 -0
  45. package/dist/components/Input/index.js +7 -0
  46. package/dist/components/Input/types.d.ts +11 -0
  47. package/dist/components/Input/types.js +1 -0
  48. package/dist/components/InputPassword/InputPassword.d.ts +12 -0
  49. package/dist/components/InputPassword/InputPassword.js +50 -0
  50. package/dist/components/InputPassword/index.d.ts +2 -0
  51. package/dist/components/InputPassword/index.js +4 -0
  52. package/dist/components/InputPhoneNumber/InputPhoneNumber.d.ts +12 -0
  53. package/dist/components/InputPhoneNumber/InputPhoneNumber.js +38 -0
  54. package/dist/components/InputPhoneNumber/index.d.ts +2 -0
  55. package/dist/components/InputPhoneNumber/index.js +7 -0
  56. package/dist/components/InputPhoneNumber/utils.d.ts +2 -0
  57. package/dist/components/InputPhoneNumber/utils.js +26 -0
  58. package/dist/components/Loader/Loader.d.ts +1 -0
  59. package/dist/components/Loader/Loader.js +18 -0
  60. package/dist/components/Loader/index.d.ts +1 -0
  61. package/dist/components/Loader/index.js +4 -0
  62. package/dist/components/MergedButton/MergedButton.d.ts +17 -0
  63. package/dist/components/MergedButton/MergedButton.js +55 -0
  64. package/dist/components/MergedButton/constants.d.ts +5 -0
  65. package/dist/components/MergedButton/constants.js +9 -0
  66. package/dist/components/MergedButton/index.d.ts +2 -0
  67. package/dist/components/MergedButton/index.js +6 -0
  68. package/dist/components/OtpInput/OtpInput.d.ts +23 -0
  69. package/dist/components/OtpInput/OtpInput.js +70 -0
  70. package/dist/components/OtpInput/constants.d.ts +3 -0
  71. package/dist/components/OtpInput/constants.js +8 -0
  72. package/dist/components/OtpInput/hooks.d.ts +20 -0
  73. package/dist/components/OtpInput/hooks.js +139 -0
  74. package/dist/components/OtpInput/index.d.ts +1 -0
  75. package/dist/components/OtpInput/index.js +4 -0
  76. package/dist/components/RadioGroup/RadioGroup.d.ts +30 -0
  77. package/dist/components/RadioGroup/RadioGroup.js +1106 -0
  78. package/dist/components/RadioGroup/index.d.ts +2 -0
  79. package/dist/components/RadioGroup/index.js +4 -0
  80. package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +1 -0
  81. package/dist/components/Slider/NavigationButtons/NavigationButtons.js +7 -0
  82. package/dist/components/Slider/NavigationButtons/index.d.ts +1 -0
  83. package/dist/components/Slider/NavigationButtons/index.js +4 -0
  84. package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +1 -0
  85. package/dist/components/Slider/ProgressBar/ProgressBar.js +15 -0
  86. package/dist/components/Slider/ProgressBar/index.d.ts +1 -0
  87. package/dist/components/Slider/ProgressBar/index.js +4 -0
  88. package/dist/components/Slider/Slider.d.ts +32 -0
  89. package/dist/components/Slider/Slider.js +417 -0
  90. package/dist/components/Slider/index.d.ts +1 -0
  91. package/dist/components/Slider/index.js +4 -0
  92. package/dist/components/Steps/Steps.d.ts +79 -0
  93. package/dist/components/Steps/Steps.js +99 -0
  94. package/dist/components/Steps/constants.d.ts +41 -0
  95. package/dist/components/Steps/constants.js +55 -0
  96. package/dist/components/Steps/index.d.ts +3 -0
  97. package/dist/components/Steps/index.js +8 -0
  98. package/dist/components/Steps/types.d.ts +6 -0
  99. package/dist/components/Steps/types.js +1 -0
  100. package/dist/components/Vote/Vote.d.ts +119 -0
  101. package/dist/components/Vote/Vote.js +100 -0
  102. package/dist/components/Vote/constants.d.ts +7 -0
  103. package/dist/components/Vote/constants.js +15 -0
  104. package/dist/components/Vote/index.d.ts +3 -0
  105. package/dist/components/Vote/index.js +6 -0
  106. package/dist/components/Vote/types.d.ts +6 -0
  107. package/dist/components/Vote/types.js +1 -0
  108. package/dist/components/index.d.ts +17 -0
  109. package/dist/components/index.js +45 -0
  110. package/dist/hooks/index.d.ts +1 -0
  111. package/dist/hooks/index.js +6 -0
  112. package/dist/hooks/useMediaQuery/constants.d.ts +10 -0
  113. package/dist/hooks/useMediaQuery/constants.js +14 -0
  114. package/dist/hooks/useMediaQuery/index.d.ts +2 -0
  115. package/dist/hooks/useMediaQuery/index.js +6 -0
  116. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +14 -0
  117. package/dist/hooks/useMediaQuery/useMediaQuery.js +19 -0
  118. package/dist/icons/Icon.d.ts +8 -0
  119. package/dist/icons/Icon.js +13 -0
  120. package/dist/icons/components/16px/Accept16px.d.ts +4 -0
  121. package/dist/icons/components/16px/Accept16px.js +27 -0
  122. package/dist/icons/components/16px/Acts16px.d.ts +4 -0
  123. package/dist/icons/components/16px/Acts16px.js +40 -0
  124. package/dist/icons/components/16px/Acts16pxF.d.ts +4 -0
  125. package/dist/icons/components/16px/Acts16pxF.js +35 -0
  126. package/dist/icons/components/16px/AdditionalServicess16px.d.ts +4 -0
  127. package/dist/icons/components/16px/AdditionalServicess16px.js +33 -0
  128. package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +4 -0
  129. package/dist/icons/components/16px/AdditionalServicess16pxF.js +22 -0
  130. package/dist/icons/components/16px/Agents16px.d.ts +4 -0
  131. package/dist/icons/components/16px/Agents16px.js +24 -0
  132. package/dist/icons/components/16px/Agents16pxF.d.ts +4 -0
  133. package/dist/icons/components/16px/Agents16pxF.js +22 -0
  134. package/dist/icons/components/16px/Alarm16px.d.ts +4 -0
  135. package/dist/icons/components/16px/Alarm16px.js +25 -0
  136. package/dist/icons/components/16px/ArrowDown16px.d.ts +4 -0
  137. package/dist/icons/components/16px/ArrowDown16px.js +24 -0
  138. package/dist/icons/components/16px/ArrowLeft16px.d.ts +4 -0
  139. package/dist/icons/components/16px/ArrowLeft16px.js +24 -0
  140. package/dist/icons/components/16px/ArrowRight16px.d.ts +4 -0
  141. package/dist/icons/components/16px/ArrowRight16px.js +24 -0
  142. package/dist/icons/components/16px/ArrowUp16px.d.ts +4 -0
  143. package/dist/icons/components/16px/ArrowUp16px.js +24 -0
  144. package/dist/icons/components/16px/ArrowUpright16px.d.ts +4 -0
  145. package/dist/icons/components/16px/ArrowUpright16px.js +24 -0
  146. package/dist/icons/components/16px/AttachFile16px.d.ts +4 -0
  147. package/dist/icons/components/16px/AttachFile16px.js +24 -0
  148. package/dist/icons/components/16px/Bell16px.d.ts +4 -0
  149. package/dist/icons/components/16px/Bell16px.js +44 -0
  150. package/dist/icons/components/16px/Bell16pxF.d.ts +4 -0
  151. package/dist/icons/components/16px/Bell16pxF.js +34 -0
  152. package/dist/icons/components/16px/Calculator16px.d.ts +4 -0
  153. package/dist/icons/components/16px/Calculator16px.js +24 -0
  154. package/dist/icons/components/16px/CalculatorLkk16px.d.ts +4 -0
  155. package/dist/icons/components/16px/CalculatorLkk16px.js +35 -0
  156. package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +4 -0
  157. package/dist/icons/components/16px/CalculatorLkk16pxF.js +24 -0
  158. package/dist/icons/components/16px/Calendar16px.d.ts +4 -0
  159. package/dist/icons/components/16px/Calendar16px.js +24 -0
  160. package/dist/icons/components/16px/Camera16px.d.ts +4 -0
  161. package/dist/icons/components/16px/Camera16px.js +36 -0
  162. package/dist/icons/components/16px/Car16px.d.ts +4 -0
  163. package/dist/icons/components/16px/Car16px.js +35 -0
  164. package/dist/icons/components/16px/Car16pxF.d.ts +4 -0
  165. package/dist/icons/components/16px/Car16pxF.js +24 -0
  166. package/dist/icons/components/16px/Catalog16px.d.ts +4 -0
  167. package/dist/icons/components/16px/Catalog16px.js +24 -0
  168. package/dist/icons/components/16px/Certs16px.d.ts +4 -0
  169. package/dist/icons/components/16px/Certs16px.js +33 -0
  170. package/dist/icons/components/16px/Certs16pxF.d.ts +4 -0
  171. package/dist/icons/components/16px/Certs16pxF.js +33 -0
  172. package/dist/icons/components/16px/Change16px.d.ts +4 -0
  173. package/dist/icons/components/16px/Change16px.js +22 -0
  174. package/dist/icons/components/16px/Chat16px.d.ts +4 -0
  175. package/dist/icons/components/16px/Chat16px.js +33 -0
  176. package/dist/icons/components/16px/Chat16pxF.d.ts +4 -0
  177. package/dist/icons/components/16px/Chat16pxF.js +24 -0
  178. package/dist/icons/components/16px/Chatbot16px.d.ts +4 -0
  179. package/dist/icons/components/16px/Chatbot16px.js +264 -0
  180. package/dist/icons/components/16px/Close16px.d.ts +4 -0
  181. package/dist/icons/components/16px/Close16px.js +24 -0
  182. package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +4 -0
  183. package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +22 -0
  184. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +4 -0
  185. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +22 -0
  186. package/dist/icons/components/16px/Coin16px.d.ts +4 -0
  187. package/dist/icons/components/16px/Coin16px.js +35 -0
  188. package/dist/icons/components/16px/Coin16pxF.d.ts +4 -0
  189. package/dist/icons/components/16px/Coin16pxF.js +42 -0
  190. package/dist/icons/components/16px/Contracts16px.d.ts +4 -0
  191. package/dist/icons/components/16px/Contracts16px.js +35 -0
  192. package/dist/icons/components/16px/Contracts16pxF.d.ts +4 -0
  193. package/dist/icons/components/16px/Contracts16pxF.js +33 -0
  194. package/dist/icons/components/16px/CopyClipboard16px.d.ts +4 -0
  195. package/dist/icons/components/16px/CopyClipboard16px.js +27 -0
  196. package/dist/icons/components/16px/Done16px.d.ts +4 -0
  197. package/dist/icons/components/16px/Done16px.js +24 -0
  198. package/dist/icons/components/16px/Download16px.d.ts +4 -0
  199. package/dist/icons/components/16px/Download16px.js +31 -0
  200. package/dist/icons/components/16px/DragHandle16px.d.ts +4 -0
  201. package/dist/icons/components/16px/DragHandle16px.js +22 -0
  202. package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +4 -0
  203. package/dist/icons/components/16px/DragHandleHorizontal16px.js +22 -0
  204. package/dist/icons/components/16px/DragHandleVertical16px.d.ts +4 -0
  205. package/dist/icons/components/16px/DragHandleVertical16px.js +22 -0
  206. package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +4 -0
  207. package/dist/icons/components/16px/DropdownArrowBottom16px.js +24 -0
  208. package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +4 -0
  209. package/dist/icons/components/16px/DropdownArrowLeft16px.js +24 -0
  210. package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +4 -0
  211. package/dist/icons/components/16px/DropdownArrowRight16px.js +24 -0
  212. package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +4 -0
  213. package/dist/icons/components/16px/DropdownArrowUp16px.js +24 -0
  214. package/dist/icons/components/16px/Dzen16px.d.ts +4 -0
  215. package/dist/icons/components/16px/Dzen16px.js +22 -0
  216. package/dist/icons/components/16px/Euro16px.d.ts +4 -0
  217. package/dist/icons/components/16px/Euro16px.js +25 -0
  218. package/dist/icons/components/16px/Eye16px.d.ts +4 -0
  219. package/dist/icons/components/16px/Eye16px.js +35 -0
  220. package/dist/icons/components/16px/Failure16px.d.ts +4 -0
  221. package/dist/icons/components/16px/Failure16px.js +27 -0
  222. package/dist/icons/components/16px/Favorite16px.d.ts +4 -0
  223. package/dist/icons/components/16px/Favorite16px.js +24 -0
  224. package/dist/icons/components/16px/Favorite16pxF.d.ts +4 -0
  225. package/dist/icons/components/16px/Favorite16pxF.js +22 -0
  226. package/dist/icons/components/16px/Filter16px.d.ts +4 -0
  227. package/dist/icons/components/16px/Filter16px.js +24 -0
  228. package/dist/icons/components/16px/Flag16pxF.d.ts +4 -0
  229. package/dist/icons/components/16px/Flag16pxF.js +16 -0
  230. package/dist/icons/components/16px/Folder16px.d.ts +4 -0
  231. package/dist/icons/components/16px/Folder16px.js +24 -0
  232. package/dist/icons/components/16px/Fullscreen16px.d.ts +4 -0
  233. package/dist/icons/components/16px/Fullscreen16px.js +24 -0
  234. package/dist/icons/components/16px/Galery16px.d.ts +4 -0
  235. package/dist/icons/components/16px/Galery16px.js +27 -0
  236. package/dist/icons/components/16px/Gear16px.d.ts +4 -0
  237. package/dist/icons/components/16px/Gear16px.js +35 -0
  238. package/dist/icons/components/16px/Gift16px.d.ts +4 -0
  239. package/dist/icons/components/16px/Gift16px.js +33 -0
  240. package/dist/icons/components/16px/Hint16px.d.ts +4 -0
  241. package/dist/icons/components/16px/Hint16px.js +25 -0
  242. package/dist/icons/components/16px/Home16px.d.ts +4 -0
  243. package/dist/icons/components/16px/Home16px.js +33 -0
  244. package/dist/icons/components/16px/Home16pxF.d.ts +4 -0
  245. package/dist/icons/components/16px/Home16pxF.js +24 -0
  246. package/dist/icons/components/16px/Hot16pxF.d.ts +4 -0
  247. package/dist/icons/components/16px/Hot16pxF.js +22 -0
  248. package/dist/icons/components/16px/Kebab16px.d.ts +4 -0
  249. package/dist/icons/components/16px/Kebab16px.js +16 -0
  250. package/dist/icons/components/16px/List16px.d.ts +4 -0
  251. package/dist/icons/components/16px/List16px.js +22 -0
  252. package/dist/icons/components/16px/Location16px.d.ts +4 -0
  253. package/dist/icons/components/16px/Location16px.js +35 -0
  254. package/dist/icons/components/16px/Map16px.d.ts +4 -0
  255. package/dist/icons/components/16px/Map16px.js +24 -0
  256. package/dist/icons/components/16px/Menu16px.d.ts +4 -0
  257. package/dist/icons/components/16px/Menu16px.js +22 -0
  258. package/dist/icons/components/16px/MenuMobile16px.d.ts +4 -0
  259. package/dist/icons/components/16px/MenuMobile16px.js +24 -0
  260. package/dist/icons/components/16px/Minus16px.d.ts +4 -0
  261. package/dist/icons/components/16px/Minus16px.js +16 -0
  262. package/dist/icons/components/16px/Navigation16px.d.ts +4 -0
  263. package/dist/icons/components/16px/Navigation16px.js +24 -0
  264. package/dist/icons/components/16px/News16px.d.ts +4 -0
  265. package/dist/icons/components/16px/News16px.js +33 -0
  266. package/dist/icons/components/16px/News16pxF.d.ts +4 -0
  267. package/dist/icons/components/16px/News16pxF.js +24 -0
  268. package/dist/icons/components/16px/Number16px.d.ts +4 -0
  269. package/dist/icons/components/16px/Number16px.js +33 -0
  270. package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +4 -0
  271. package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +22 -0
  272. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +4 -0
  273. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +22 -0
  274. package/dist/icons/components/16px/Orders16px.d.ts +4 -0
  275. package/dist/icons/components/16px/Orders16px.js +33 -0
  276. package/dist/icons/components/16px/Orders16pxF.d.ts +4 -0
  277. package/dist/icons/components/16px/Orders16pxF.js +27 -0
  278. package/dist/icons/components/16px/Pause16px.d.ts +4 -0
  279. package/dist/icons/components/16px/Pause16px.js +16 -0
  280. package/dist/icons/components/16px/Pen16px.d.ts +4 -0
  281. package/dist/icons/components/16px/Pen16px.js +35 -0
  282. package/dist/icons/components/16px/Pen16pxF.d.ts +4 -0
  283. package/dist/icons/components/16px/Pen16pxF.js +24 -0
  284. package/dist/icons/components/16px/Phone16px.d.ts +4 -0
  285. package/dist/icons/components/16px/Phone16px.js +24 -0
  286. package/dist/icons/components/16px/Play16pxF.d.ts +4 -0
  287. package/dist/icons/components/16px/Play16pxF.js +22 -0
  288. package/dist/icons/components/16px/Plus16px.d.ts +4 -0
  289. package/dist/icons/components/16px/Plus16px.js +24 -0
  290. package/dist/icons/components/16px/Pound16px.d.ts +4 -0
  291. package/dist/icons/components/16px/Pound16px.js +25 -0
  292. package/dist/icons/components/16px/PriceDown16px.d.ts +4 -0
  293. package/dist/icons/components/16px/PriceDown16px.js +35 -0
  294. package/dist/icons/components/16px/PriceUp16px.d.ts +4 -0
  295. package/dist/icons/components/16px/PriceUp16px.js +35 -0
  296. package/dist/icons/components/16px/Question16px.d.ts +4 -0
  297. package/dist/icons/components/16px/Question16px.js +24 -0
  298. package/dist/icons/components/16px/Question16pxF.d.ts +4 -0
  299. package/dist/icons/components/16px/Question16pxF.js +24 -0
  300. package/dist/icons/components/16px/Rutube16px.d.ts +4 -0
  301. package/dist/icons/components/16px/Rutube16px.js +22 -0
  302. package/dist/icons/components/16px/Scan16px.d.ts +4 -0
  303. package/dist/icons/components/16px/Scan16px.js +22 -0
  304. package/dist/icons/components/16px/Search16px.d.ts +4 -0
  305. package/dist/icons/components/16px/Search16px.js +24 -0
  306. package/dist/icons/components/16px/Share16pxF.d.ts +4 -0
  307. package/dist/icons/components/16px/Share16pxF.js +22 -0
  308. package/dist/icons/components/16px/ShopingCard16px.d.ts +4 -0
  309. package/dist/icons/components/16px/ShopingCard16px.js +24 -0
  310. package/dist/icons/components/16px/Sort16px.d.ts +4 -0
  311. package/dist/icons/components/16px/Sort16px.js +24 -0
  312. package/dist/icons/components/16px/Star16px.d.ts +4 -0
  313. package/dist/icons/components/16px/Star16px.js +24 -0
  314. package/dist/icons/components/16px/Star16pxF.d.ts +4 -0
  315. package/dist/icons/components/16px/Star16pxF.js +22 -0
  316. package/dist/icons/components/16px/StarHalf16pxF.d.ts +4 -0
  317. package/dist/icons/components/16px/StarHalf16pxF.js +24 -0
  318. package/dist/icons/components/16px/Telegram16pxF.d.ts +4 -0
  319. package/dist/icons/components/16px/Telegram16pxF.js +22 -0
  320. package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +4 -0
  321. package/dist/icons/components/16px/TelegramPlane16pxF.js +22 -0
  322. package/dist/icons/components/16px/Timer16px.d.ts +4 -0
  323. package/dist/icons/components/16px/Timer16px.js +40 -0
  324. package/dist/icons/components/16px/Trash16px.d.ts +4 -0
  325. package/dist/icons/components/16px/Trash16px.js +24 -0
  326. package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +4 -0
  327. package/dist/icons/components/16px/TwinArrowLeft16px.js +22 -0
  328. package/dist/icons/components/16px/TwinArrowRight16px.d.ts +4 -0
  329. package/dist/icons/components/16px/TwinArrowRight16px.js +22 -0
  330. package/dist/icons/components/16px/USDollar16px.d.ts +4 -0
  331. package/dist/icons/components/16px/USDollar16px.js +25 -0
  332. package/dist/icons/components/16px/Umbrella16px.d.ts +4 -0
  333. package/dist/icons/components/16px/Umbrella16px.js +24 -0
  334. package/dist/icons/components/16px/Umbrella16pxF.d.ts +4 -0
  335. package/dist/icons/components/16px/Umbrella16pxF.js +22 -0
  336. package/dist/icons/components/16px/UnionIcon16px.d.ts +4 -0
  337. package/dist/icons/components/16px/UnionIcon16px.js +24 -0
  338. package/dist/icons/components/16px/User16px.d.ts +4 -0
  339. package/dist/icons/components/16px/User16px.js +33 -0
  340. package/dist/icons/components/16px/User16pxF.d.ts +4 -0
  341. package/dist/icons/components/16px/User16pxF.js +22 -0
  342. package/dist/icons/components/16px/Users16px.d.ts +4 -0
  343. package/dist/icons/components/16px/Users16px.js +33 -0
  344. package/dist/icons/components/16px/Users16pxF.d.ts +4 -0
  345. package/dist/icons/components/16px/Users16pxF.js +22 -0
  346. package/dist/icons/components/16px/VK16pxF.d.ts +4 -0
  347. package/dist/icons/components/16px/VK16pxF.js +24 -0
  348. package/dist/icons/components/16px/Waiting16px.d.ts +4 -0
  349. package/dist/icons/components/16px/Waiting16px.js +24 -0
  350. package/dist/icons/components/16px/Whatsapp16px.d.ts +4 -0
  351. package/dist/icons/components/16px/Whatsapp16px.js +33 -0
  352. package/dist/icons/components/16px/WriteUs16px.d.ts +4 -0
  353. package/dist/icons/components/16px/WriteUs16px.js +27 -0
  354. package/dist/icons/components/16px/Youtube16pxF.d.ts +4 -0
  355. package/dist/icons/components/16px/Youtube16pxF.js +22 -0
  356. package/dist/icons/components/16px/Yuan16px.d.ts +4 -0
  357. package/dist/icons/components/16px/Yuan16px.js +25 -0
  358. package/dist/icons/components/24px/Accept24px.d.ts +4 -0
  359. package/dist/icons/components/24px/Accept24px.js +29 -0
  360. package/dist/icons/components/24px/Acts24px.d.ts +4 -0
  361. package/dist/icons/components/24px/Acts24px.js +41 -0
  362. package/dist/icons/components/24px/Acts24pxF.d.ts +4 -0
  363. package/dist/icons/components/24px/Acts24pxF.js +34 -0
  364. package/dist/icons/components/24px/AdditionalServicess24px.d.ts +4 -0
  365. package/dist/icons/components/24px/AdditionalServicess24px.js +34 -0
  366. package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +4 -0
  367. package/dist/icons/components/24px/AdditionalServicess24pxF.js +23 -0
  368. package/dist/icons/components/24px/Agents24px.d.ts +4 -0
  369. package/dist/icons/components/24px/Agents24px.js +25 -0
  370. package/dist/icons/components/24px/Agents24pxF.d.ts +4 -0
  371. package/dist/icons/components/24px/Agents24pxF.js +32 -0
  372. package/dist/icons/components/24px/Alarm24px.d.ts +4 -0
  373. package/dist/icons/components/24px/Alarm24px.js +26 -0
  374. package/dist/icons/components/24px/ArrowDown24px.d.ts +4 -0
  375. package/dist/icons/components/24px/ArrowDown24px.js +25 -0
  376. package/dist/icons/components/24px/ArrowLeft24px.d.ts +4 -0
  377. package/dist/icons/components/24px/ArrowLeft24px.js +25 -0
  378. package/dist/icons/components/24px/ArrowRight24px.d.ts +4 -0
  379. package/dist/icons/components/24px/ArrowRight24px.js +25 -0
  380. package/dist/icons/components/24px/ArrowUp24px.d.ts +4 -0
  381. package/dist/icons/components/24px/ArrowUp24px.js +25 -0
  382. package/dist/icons/components/24px/ArrowUpright24px.d.ts +4 -0
  383. package/dist/icons/components/24px/ArrowUpright24px.js +25 -0
  384. package/dist/icons/components/24px/AttachFile24px.d.ts +4 -0
  385. package/dist/icons/components/24px/AttachFile24px.js +25 -0
  386. package/dist/icons/components/24px/Bell24px.d.ts +4 -0
  387. package/dist/icons/components/24px/Bell24px.js +45 -0
  388. package/dist/icons/components/24px/Bell24pxF.d.ts +4 -0
  389. package/dist/icons/components/24px/Bell24pxF.js +28 -0
  390. package/dist/icons/components/24px/Calculator24px.d.ts +4 -0
  391. package/dist/icons/components/24px/Calculator24px.js +25 -0
  392. package/dist/icons/components/24px/CalculatorLkk24px.d.ts +4 -0
  393. package/dist/icons/components/24px/CalculatorLkk24px.js +34 -0
  394. package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +4 -0
  395. package/dist/icons/components/24px/CalculatorLkk24pxF.js +25 -0
  396. package/dist/icons/components/24px/Calendar24px.d.ts +4 -0
  397. package/dist/icons/components/24px/Calendar24px.js +25 -0
  398. package/dist/icons/components/24px/Camera24px.d.ts +4 -0
  399. package/dist/icons/components/24px/Camera24px.js +25 -0
  400. package/dist/icons/components/24px/Car24px.d.ts +4 -0
  401. package/dist/icons/components/24px/Car24px.js +36 -0
  402. package/dist/icons/components/24px/Car24pxF.d.ts +4 -0
  403. package/dist/icons/components/24px/Car24pxF.js +34 -0
  404. package/dist/icons/components/24px/Catalog24px.d.ts +4 -0
  405. package/dist/icons/components/24px/Catalog24px.js +25 -0
  406. package/dist/icons/components/24px/Certs24px.d.ts +4 -0
  407. package/dist/icons/components/24px/Certs24px.js +34 -0
  408. package/dist/icons/components/24px/Certs24pxF.d.ts +4 -0
  409. package/dist/icons/components/24px/Certs24pxF.js +34 -0
  410. package/dist/icons/components/24px/Change24px.d.ts +4 -0
  411. package/dist/icons/components/24px/Change24px.js +25 -0
  412. package/dist/icons/components/24px/Chat24px.d.ts +4 -0
  413. package/dist/icons/components/24px/Chat24px.js +30 -0
  414. package/dist/icons/components/24px/Chat24pxF.d.ts +4 -0
  415. package/dist/icons/components/24px/Chat24pxF.js +25 -0
  416. package/dist/icons/components/24px/Chatbot24px.d.ts +4 -0
  417. package/dist/icons/components/24px/Chatbot24px.js +265 -0
  418. package/dist/icons/components/24px/Close24px.d.ts +4 -0
  419. package/dist/icons/components/24px/Close24px.js +25 -0
  420. package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +4 -0
  421. package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +25 -0
  422. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +4 -0
  423. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +23 -0
  424. package/dist/icons/components/24px/Coin24px.d.ts +4 -0
  425. package/dist/icons/components/24px/Coin24px.js +26 -0
  426. package/dist/icons/components/24px/Coin24pxF.d.ts +4 -0
  427. package/dist/icons/components/24px/Coin24pxF.js +43 -0
  428. package/dist/icons/components/24px/Contracts24px.d.ts +4 -0
  429. package/dist/icons/components/24px/Contracts24px.js +36 -0
  430. package/dist/icons/components/24px/Contracts24pxF.d.ts +4 -0
  431. package/dist/icons/components/24px/Contracts24pxF.js +34 -0
  432. package/dist/icons/components/24px/CopyClipboard24px.d.ts +4 -0
  433. package/dist/icons/components/24px/CopyClipboard24px.js +28 -0
  434. package/dist/icons/components/24px/Done24px.d.ts +4 -0
  435. package/dist/icons/components/24px/Done24px.js +25 -0
  436. package/dist/icons/components/24px/Download24px.d.ts +4 -0
  437. package/dist/icons/components/24px/Download24px.js +32 -0
  438. package/dist/icons/components/24px/DragHandle24px.d.ts +4 -0
  439. package/dist/icons/components/24px/DragHandle24px.js +23 -0
  440. package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +4 -0
  441. package/dist/icons/components/24px/DragHandleHorizontal24px.js +23 -0
  442. package/dist/icons/components/24px/DragHandleVertical24px.d.ts +4 -0
  443. package/dist/icons/components/24px/DragHandleVertical24px.js +23 -0
  444. package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +4 -0
  445. package/dist/icons/components/24px/DropdownArrowDown24px.js +25 -0
  446. package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +4 -0
  447. package/dist/icons/components/24px/DropdownArrowLeft24px.js +25 -0
  448. package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +4 -0
  449. package/dist/icons/components/24px/DropdownArrowRight24px.js +25 -0
  450. package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +4 -0
  451. package/dist/icons/components/24px/DropdownArrowUp24px.js +25 -0
  452. package/dist/icons/components/24px/Dzen24px.d.ts +4 -0
  453. package/dist/icons/components/24px/Dzen24px.js +23 -0
  454. package/dist/icons/components/24px/Euro24px.d.ts +4 -0
  455. package/dist/icons/components/24px/Euro24px.js +26 -0
  456. package/dist/icons/components/24px/Eye24px.d.ts +4 -0
  457. package/dist/icons/components/24px/Eye24px.js +36 -0
  458. package/dist/icons/components/24px/Failure24px.d.ts +4 -0
  459. package/dist/icons/components/24px/Failure24px.js +28 -0
  460. package/dist/icons/components/24px/Favorite24px.d.ts +4 -0
  461. package/dist/icons/components/24px/Favorite24px.js +25 -0
  462. package/dist/icons/components/24px/Favorite24pxF.d.ts +4 -0
  463. package/dist/icons/components/24px/Favorite24pxF.js +23 -0
  464. package/dist/icons/components/24px/Filter24px.d.ts +4 -0
  465. package/dist/icons/components/24px/Filter24px.js +23 -0
  466. package/dist/icons/components/24px/Flag24pxF.d.ts +4 -0
  467. package/dist/icons/components/24px/Flag24pxF.js +17 -0
  468. package/dist/icons/components/24px/Folder24px.d.ts +4 -0
  469. package/dist/icons/components/24px/Folder24px.js +25 -0
  470. package/dist/icons/components/24px/Fullscreen24px.d.ts +4 -0
  471. package/dist/icons/components/24px/Fullscreen24px.js +25 -0
  472. package/dist/icons/components/24px/Galery24px.d.ts +4 -0
  473. package/dist/icons/components/24px/Galery24px.js +28 -0
  474. package/dist/icons/components/24px/Gear24px.d.ts +4 -0
  475. package/dist/icons/components/24px/Gear24px.js +36 -0
  476. package/dist/icons/components/24px/Gift24px.d.ts +4 -0
  477. package/dist/icons/components/24px/Gift24px.js +25 -0
  478. package/dist/icons/components/24px/Hint24px.d.ts +4 -0
  479. package/dist/icons/components/24px/Hint24px.js +28 -0
  480. package/dist/icons/components/24px/Home24px.d.ts +4 -0
  481. package/dist/icons/components/24px/Home24px.js +36 -0
  482. package/dist/icons/components/24px/Home24pxF.d.ts +4 -0
  483. package/dist/icons/components/24px/Home24pxF.js +25 -0
  484. package/dist/icons/components/24px/Hot24pxF.d.ts +4 -0
  485. package/dist/icons/components/24px/Hot24pxF.js +23 -0
  486. package/dist/icons/components/24px/Improvements24px.d.ts +4 -0
  487. package/dist/icons/components/24px/Improvements24px.js +43 -0
  488. package/dist/icons/components/24px/Improvements24pxF.d.ts +4 -0
  489. package/dist/icons/components/24px/Improvements24pxF.js +37 -0
  490. package/dist/icons/components/24px/Kebab24px.d.ts +4 -0
  491. package/dist/icons/components/24px/Kebab24px.js +23 -0
  492. package/dist/icons/components/24px/List24px.d.ts +4 -0
  493. package/dist/icons/components/24px/List24px.js +23 -0
  494. package/dist/icons/components/24px/Location24px.d.ts +4 -0
  495. package/dist/icons/components/24px/Location24px.js +36 -0
  496. package/dist/icons/components/24px/Map24px.d.ts +4 -0
  497. package/dist/icons/components/24px/Map24px.js +25 -0
  498. package/dist/icons/components/24px/Menu24px.d.ts +4 -0
  499. package/dist/icons/components/24px/Menu24px.js +23 -0
  500. package/dist/icons/components/24px/MenuMobile24px.d.ts +4 -0
  501. package/dist/icons/components/24px/MenuMobile24px.js +25 -0
  502. package/dist/icons/components/24px/Minus24px.d.ts +4 -0
  503. package/dist/icons/components/24px/Minus24px.js +25 -0
  504. package/dist/icons/components/24px/Navigation24px.d.ts +4 -0
  505. package/dist/icons/components/24px/Navigation24px.js +25 -0
  506. package/dist/icons/components/24px/News24px.d.ts +4 -0
  507. package/dist/icons/components/24px/News24px.js +34 -0
  508. package/dist/icons/components/24px/News24pxF.d.ts +4 -0
  509. package/dist/icons/components/24px/News24pxF.js +25 -0
  510. package/dist/icons/components/24px/Number24px.d.ts +4 -0
  511. package/dist/icons/components/24px/Number24px.js +34 -0
  512. package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +4 -0
  513. package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +23 -0
  514. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +4 -0
  515. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +25 -0
  516. package/dist/icons/components/24px/Orders24px.d.ts +4 -0
  517. package/dist/icons/components/24px/Orders24px.js +34 -0
  518. package/dist/icons/components/24px/Orders24pxF.d.ts +4 -0
  519. package/dist/icons/components/24px/Orders24pxF.js +28 -0
  520. package/dist/icons/components/24px/Pause24px.d.ts +4 -0
  521. package/dist/icons/components/24px/Pause24px.js +17 -0
  522. package/dist/icons/components/24px/Pen24px.d.ts +4 -0
  523. package/dist/icons/components/24px/Pen24px.js +36 -0
  524. package/dist/icons/components/24px/Pen24pxF.d.ts +4 -0
  525. package/dist/icons/components/24px/Pen24pxF.js +25 -0
  526. package/dist/icons/components/24px/Phone24px.d.ts +4 -0
  527. package/dist/icons/components/24px/Phone24px.js +25 -0
  528. package/dist/icons/components/24px/Play24px.d.ts +4 -0
  529. package/dist/icons/components/24px/Play24px.js +23 -0
  530. package/dist/icons/components/24px/Plus24px.d.ts +4 -0
  531. package/dist/icons/components/24px/Plus24px.js +25 -0
  532. package/dist/icons/components/24px/Pound24px.d.ts +4 -0
  533. package/dist/icons/components/24px/Pound24px.js +26 -0
  534. package/dist/icons/components/24px/PriceDown24px.d.ts +4 -0
  535. package/dist/icons/components/24px/PriceDown24px.js +34 -0
  536. package/dist/icons/components/24px/PriceUp24px.d.ts +4 -0
  537. package/dist/icons/components/24px/PriceUp24px.js +34 -0
  538. package/dist/icons/components/24px/Question24px.d.ts +4 -0
  539. package/dist/icons/components/24px/Question24px.js +34 -0
  540. package/dist/icons/components/24px/Question24pxF.d.ts +4 -0
  541. package/dist/icons/components/24px/Question24pxF.js +25 -0
  542. package/dist/icons/components/24px/Rutube24px.d.ts +4 -0
  543. package/dist/icons/components/24px/Rutube24px.js +23 -0
  544. package/dist/icons/components/24px/Scan24px.d.ts +4 -0
  545. package/dist/icons/components/24px/Scan24px.js +23 -0
  546. package/dist/icons/components/24px/Search24px.d.ts +4 -0
  547. package/dist/icons/components/24px/Search24px.js +25 -0
  548. package/dist/icons/components/24px/Share24pxF.d.ts +4 -0
  549. package/dist/icons/components/24px/Share24pxF.js +23 -0
  550. package/dist/icons/components/24px/ShopingCard24px.d.ts +4 -0
  551. package/dist/icons/components/24px/ShopingCard24px.js +25 -0
  552. package/dist/icons/components/24px/Sort24px.d.ts +4 -0
  553. package/dist/icons/components/24px/Sort24px.js +23 -0
  554. package/dist/icons/components/24px/Star24px.d.ts +4 -0
  555. package/dist/icons/components/24px/Star24px.js +25 -0
  556. package/dist/icons/components/24px/Star24pxF.d.ts +4 -0
  557. package/dist/icons/components/24px/Star24pxF.js +23 -0
  558. package/dist/icons/components/24px/StarHalf24pxF.d.ts +4 -0
  559. package/dist/icons/components/24px/StarHalf24pxF.js +25 -0
  560. package/dist/icons/components/24px/Telegram24pxF.d.ts +4 -0
  561. package/dist/icons/components/24px/Telegram24pxF.js +23 -0
  562. package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +4 -0
  563. package/dist/icons/components/24px/TelegramPlane24pxF.js +23 -0
  564. package/dist/icons/components/24px/Timer24px.d.ts +4 -0
  565. package/dist/icons/components/24px/Timer24px.js +41 -0
  566. package/dist/icons/components/24px/Trash24px.d.ts +4 -0
  567. package/dist/icons/components/24px/Trash24px.js +45 -0
  568. package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +4 -0
  569. package/dist/icons/components/24px/TwinArrowLeft24px.js +23 -0
  570. package/dist/icons/components/24px/TwinArrowRight24px.d.ts +4 -0
  571. package/dist/icons/components/24px/TwinArrowRight24px.js +25 -0
  572. package/dist/icons/components/24px/USDollar24px.d.ts +4 -0
  573. package/dist/icons/components/24px/USDollar24px.js +26 -0
  574. package/dist/icons/components/24px/Umbrella24px.d.ts +4 -0
  575. package/dist/icons/components/24px/Umbrella24px.js +25 -0
  576. package/dist/icons/components/24px/Umbrella24pxF.d.ts +4 -0
  577. package/dist/icons/components/24px/Umbrella24pxF.js +23 -0
  578. package/dist/icons/components/24px/UnionIcon24px.d.ts +4 -0
  579. package/dist/icons/components/24px/UnionIcon24px.js +25 -0
  580. package/dist/icons/components/24px/User24px.d.ts +4 -0
  581. package/dist/icons/components/24px/User24px.js +34 -0
  582. package/dist/icons/components/24px/User24pxF.d.ts +4 -0
  583. package/dist/icons/components/24px/User24pxF.js +23 -0
  584. package/dist/icons/components/24px/Users24px.d.ts +4 -0
  585. package/dist/icons/components/24px/Users24px.js +25 -0
  586. package/dist/icons/components/24px/Users24pxF.d.ts +4 -0
  587. package/dist/icons/components/24px/Users24pxF.js +32 -0
  588. package/dist/icons/components/24px/VK24pxF.d.ts +4 -0
  589. package/dist/icons/components/24px/VK24pxF.js +25 -0
  590. package/dist/icons/components/24px/Waiting24px.d.ts +4 -0
  591. package/dist/icons/components/24px/Waiting24px.js +25 -0
  592. package/dist/icons/components/24px/Whatsapp24px.d.ts +4 -0
  593. package/dist/icons/components/24px/Whatsapp24px.js +34 -0
  594. package/dist/icons/components/24px/WriteUs24px.d.ts +4 -0
  595. package/dist/icons/components/24px/WriteUs24px.js +28 -0
  596. package/dist/icons/components/24px/Youtube24pxF.d.ts +4 -0
  597. package/dist/icons/components/24px/Youtube24pxF.js +23 -0
  598. package/dist/icons/components/24px/Yuan24px.d.ts +4 -0
  599. package/dist/icons/components/24px/Yuan24px.js +26 -0
  600. package/dist/icons/components/32px/Accept32px.d.ts +4 -0
  601. package/dist/icons/components/32px/Accept32px.js +28 -0
  602. package/dist/icons/components/32px/Acts32px.d.ts +4 -0
  603. package/dist/icons/components/32px/Acts32px.js +41 -0
  604. package/dist/icons/components/32px/AdditionalServicess32px.d.ts +4 -0
  605. package/dist/icons/components/32px/AdditionalServicess32px.js +25 -0
  606. package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +4 -0
  607. package/dist/icons/components/32px/AdditionalServicess32pxF.js +23 -0
  608. package/dist/icons/components/32px/Agents32px.d.ts +4 -0
  609. package/dist/icons/components/32px/Agents32px.js +37 -0
  610. package/dist/icons/components/32px/Alarm32px.d.ts +4 -0
  611. package/dist/icons/components/32px/Alarm32px.js +26 -0
  612. package/dist/icons/components/32px/ArrowDown32px.d.ts +4 -0
  613. package/dist/icons/components/32px/ArrowDown32px.js +25 -0
  614. package/dist/icons/components/32px/ArrowLeft32px.d.ts +4 -0
  615. package/dist/icons/components/32px/ArrowLeft32px.js +25 -0
  616. package/dist/icons/components/32px/ArrowRight32px.d.ts +4 -0
  617. package/dist/icons/components/32px/ArrowRight32px.js +25 -0
  618. package/dist/icons/components/32px/ArrowUp32px.d.ts +4 -0
  619. package/dist/icons/components/32px/ArrowUp32px.js +25 -0
  620. package/dist/icons/components/32px/ArrowUpright32px.d.ts +4 -0
  621. package/dist/icons/components/32px/ArrowUpright32px.js +25 -0
  622. package/dist/icons/components/32px/AttachFile32px.d.ts +4 -0
  623. package/dist/icons/components/32px/AttachFile32px.js +25 -0
  624. package/dist/icons/components/32px/Bell32px.d.ts +4 -0
  625. package/dist/icons/components/32px/Bell32px.js +45 -0
  626. package/dist/icons/components/32px/Bell32pxF.d.ts +4 -0
  627. package/dist/icons/components/32px/Bell32pxF.js +28 -0
  628. package/dist/icons/components/32px/Calculator32px.d.ts +4 -0
  629. package/dist/icons/components/32px/Calculator32px.js +25 -0
  630. package/dist/icons/components/32px/CalculatorLkk32px.d.ts +4 -0
  631. package/dist/icons/components/32px/CalculatorLkk32px.js +34 -0
  632. package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +4 -0
  633. package/dist/icons/components/32px/CalculatorLkk32pxF.js +25 -0
  634. package/dist/icons/components/32px/Calendar32px.d.ts +4 -0
  635. package/dist/icons/components/32px/Calendar32px.js +25 -0
  636. package/dist/icons/components/32px/Camera32px.d.ts +4 -0
  637. package/dist/icons/components/32px/Camera32px.js +37 -0
  638. package/dist/icons/components/32px/Car32px.d.ts +4 -0
  639. package/dist/icons/components/32px/Car32px.js +36 -0
  640. package/dist/icons/components/32px/Car32pxF.d.ts +4 -0
  641. package/dist/icons/components/32px/Car32pxF.js +28 -0
  642. package/dist/icons/components/32px/Catalog32px.d.ts +4 -0
  643. package/dist/icons/components/32px/Catalog32px.js +25 -0
  644. package/dist/icons/components/32px/Certs32px.d.ts +4 -0
  645. package/dist/icons/components/32px/Certs32px.js +34 -0
  646. package/dist/icons/components/32px/Certs32pxF.d.ts +4 -0
  647. package/dist/icons/components/32px/Certs32pxF.js +34 -0
  648. package/dist/icons/components/32px/Change32px.d.ts +4 -0
  649. package/dist/icons/components/32px/Change32px.js +25 -0
  650. package/dist/icons/components/32px/Chat32px.d.ts +4 -0
  651. package/dist/icons/components/32px/Chat32px.js +34 -0
  652. package/dist/icons/components/32px/Chat32pxF.d.ts +4 -0
  653. package/dist/icons/components/32px/Chat32pxF.js +25 -0
  654. package/dist/icons/components/32px/Chatbot32px.d.ts +4 -0
  655. package/dist/icons/components/32px/Chatbot32px.js +265 -0
  656. package/dist/icons/components/32px/Close32px.d.ts +4 -0
  657. package/dist/icons/components/32px/Close32px.js +25 -0
  658. package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +4 -0
  659. package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +23 -0
  660. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +4 -0
  661. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +23 -0
  662. package/dist/icons/components/32px/Coin32px.d.ts +4 -0
  663. package/dist/icons/components/32px/Coin32px.js +36 -0
  664. package/dist/icons/components/32px/Coin32pxF.d.ts +4 -0
  665. package/dist/icons/components/32px/Coin32pxF.js +34 -0
  666. package/dist/icons/components/32px/Contracts32px.d.ts +4 -0
  667. package/dist/icons/components/32px/Contracts32px.js +36 -0
  668. package/dist/icons/components/32px/Contracts32pxF.d.ts +4 -0
  669. package/dist/icons/components/32px/Contracts32pxF.js +34 -0
  670. package/dist/icons/components/32px/CopyClipboard32px.d.ts +4 -0
  671. package/dist/icons/components/32px/CopyClipboard32px.js +34 -0
  672. package/dist/icons/components/32px/Done32px.d.ts +4 -0
  673. package/dist/icons/components/32px/Done32px.js +25 -0
  674. package/dist/icons/components/32px/Download32px.d.ts +4 -0
  675. package/dist/icons/components/32px/Download32px.js +32 -0
  676. package/dist/icons/components/32px/DragHandle32px.d.ts +4 -0
  677. package/dist/icons/components/32px/DragHandle32px.js +23 -0
  678. package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +4 -0
  679. package/dist/icons/components/32px/DragHandleHorizontal32px.js +23 -0
  680. package/dist/icons/components/32px/DragHandleVertical32px.d.ts +4 -0
  681. package/dist/icons/components/32px/DragHandleVertical32px.js +23 -0
  682. package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +4 -0
  683. package/dist/icons/components/32px/DropdownArrowDown32px.js +25 -0
  684. package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +4 -0
  685. package/dist/icons/components/32px/DropdownArrowLeft32px.js +25 -0
  686. package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +4 -0
  687. package/dist/icons/components/32px/DropdownArrowRight32px.js +25 -0
  688. package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +4 -0
  689. package/dist/icons/components/32px/DropdownArrowUp32px.js +17 -0
  690. package/dist/icons/components/32px/Dzen32px.d.ts +4 -0
  691. package/dist/icons/components/32px/Dzen32px.js +23 -0
  692. package/dist/icons/components/32px/Euro32px.d.ts +4 -0
  693. package/dist/icons/components/32px/Euro32px.js +26 -0
  694. package/dist/icons/components/32px/Eye32px.d.ts +4 -0
  695. package/dist/icons/components/32px/Eye32px.js +36 -0
  696. package/dist/icons/components/32px/Failure32px.d.ts +4 -0
  697. package/dist/icons/components/32px/Failure32px.js +28 -0
  698. package/dist/icons/components/32px/Favorite32px.d.ts +4 -0
  699. package/dist/icons/components/32px/Favorite32px.js +25 -0
  700. package/dist/icons/components/32px/Favorite32pxF.d.ts +4 -0
  701. package/dist/icons/components/32px/Favorite32pxF.js +23 -0
  702. package/dist/icons/components/32px/Filter32px.d.ts +4 -0
  703. package/dist/icons/components/32px/Filter32px.js +23 -0
  704. package/dist/icons/components/32px/Flag32pxF.d.ts +4 -0
  705. package/dist/icons/components/32px/Flag32pxF.js +17 -0
  706. package/dist/icons/components/32px/Folder32px.d.ts +4 -0
  707. package/dist/icons/components/32px/Folder32px.js +25 -0
  708. package/dist/icons/components/32px/Fullscreen32px.d.ts +4 -0
  709. package/dist/icons/components/32px/Fullscreen32px.js +25 -0
  710. package/dist/icons/components/32px/Galery32px.d.ts +4 -0
  711. package/dist/icons/components/32px/Galery32px.js +28 -0
  712. package/dist/icons/components/32px/Gear32px.d.ts +4 -0
  713. package/dist/icons/components/32px/Gear32px.js +36 -0
  714. package/dist/icons/components/32px/Gift32px.d.ts +4 -0
  715. package/dist/icons/components/32px/Gift32px.js +25 -0
  716. package/dist/icons/components/32px/Hint32px.d.ts +4 -0
  717. package/dist/icons/components/32px/Hint32px.js +28 -0
  718. package/dist/icons/components/32px/Home32px.d.ts +4 -0
  719. package/dist/icons/components/32px/Home32px.js +28 -0
  720. package/dist/icons/components/32px/Home32pxF.d.ts +4 -0
  721. package/dist/icons/components/32px/Home32pxF.js +25 -0
  722. package/dist/icons/components/32px/Hot32pxF.d.ts +4 -0
  723. package/dist/icons/components/32px/Hot32pxF.js +23 -0
  724. package/dist/icons/components/32px/Kebab32px.d.ts +4 -0
  725. package/dist/icons/components/32px/Kebab32px.js +17 -0
  726. package/dist/icons/components/32px/List32px.d.ts +4 -0
  727. package/dist/icons/components/32px/List32px.js +23 -0
  728. package/dist/icons/components/32px/Location32px.d.ts +4 -0
  729. package/dist/icons/components/32px/Location32px.js +36 -0
  730. package/dist/icons/components/32px/Map32px.d.ts +4 -0
  731. package/dist/icons/components/32px/Map32px.js +25 -0
  732. package/dist/icons/components/32px/Menu32px.d.ts +4 -0
  733. package/dist/icons/components/32px/Menu32px.js +23 -0
  734. package/dist/icons/components/32px/MenuMobile32px.d.ts +4 -0
  735. package/dist/icons/components/32px/MenuMobile32px.js +25 -0
  736. package/dist/icons/components/32px/Minus32px.d.ts +4 -0
  737. package/dist/icons/components/32px/Minus32px.js +25 -0
  738. package/dist/icons/components/32px/Navigation32px.d.ts +4 -0
  739. package/dist/icons/components/32px/Navigation32px.js +25 -0
  740. package/dist/icons/components/32px/News32px.d.ts +4 -0
  741. package/dist/icons/components/32px/News32px.js +34 -0
  742. package/dist/icons/components/32px/News32pxF.d.ts +4 -0
  743. package/dist/icons/components/32px/News32pxF.js +25 -0
  744. package/dist/icons/components/32px/Number32px.d.ts +4 -0
  745. package/dist/icons/components/32px/Number32px.js +34 -0
  746. package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +4 -0
  747. package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +23 -0
  748. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +4 -0
  749. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +25 -0
  750. package/dist/icons/components/32px/Orders32px.d.ts +4 -0
  751. package/dist/icons/components/32px/Orders32px.js +43 -0
  752. package/dist/icons/components/32px/Orders32pxF.d.ts +4 -0
  753. package/dist/icons/components/32px/Orders32pxF.js +34 -0
  754. package/dist/icons/components/32px/Pause32px.d.ts +4 -0
  755. package/dist/icons/components/32px/Pause32px.js +17 -0
  756. package/dist/icons/components/32px/Pen32px.d.ts +4 -0
  757. package/dist/icons/components/32px/Pen32px.js +24 -0
  758. package/dist/icons/components/32px/Pen32pxF.d.ts +4 -0
  759. package/dist/icons/components/32px/Pen32pxF.js +25 -0
  760. package/dist/icons/components/32px/Phone32px.d.ts +4 -0
  761. package/dist/icons/components/32px/Phone32px.js +23 -0
  762. package/dist/icons/components/32px/Play32px.d.ts +4 -0
  763. package/dist/icons/components/32px/Play32px.js +23 -0
  764. package/dist/icons/components/32px/Plus32px.d.ts +4 -0
  765. package/dist/icons/components/32px/Plus32px.js +25 -0
  766. package/dist/icons/components/32px/Pound32px.d.ts +4 -0
  767. package/dist/icons/components/32px/Pound32px.js +26 -0
  768. package/dist/icons/components/32px/PriceDown32px.d.ts +4 -0
  769. package/dist/icons/components/32px/PriceDown32px.js +45 -0
  770. package/dist/icons/components/32px/PriceUp32px.d.ts +4 -0
  771. package/dist/icons/components/32px/PriceUp32px.js +36 -0
  772. package/dist/icons/components/32px/Question32px.d.ts +4 -0
  773. package/dist/icons/components/32px/Question32px.js +34 -0
  774. package/dist/icons/components/32px/Question32pxF.d.ts +4 -0
  775. package/dist/icons/components/32px/Question32pxF.js +25 -0
  776. package/dist/icons/components/32px/Rutube32px.d.ts +4 -0
  777. package/dist/icons/components/32px/Rutube32px.js +23 -0
  778. package/dist/icons/components/32px/Scan32px.d.ts +4 -0
  779. package/dist/icons/components/32px/Scan32px.js +23 -0
  780. package/dist/icons/components/32px/Search32px.d.ts +4 -0
  781. package/dist/icons/components/32px/Search32px.js +25 -0
  782. package/dist/icons/components/32px/Share32pxF.d.ts +4 -0
  783. package/dist/icons/components/32px/Share32pxF.js +23 -0
  784. package/dist/icons/components/32px/ShopimgCard32px.d.ts +4 -0
  785. package/dist/icons/components/32px/ShopimgCard32px.js +25 -0
  786. package/dist/icons/components/32px/Sort32px.d.ts +4 -0
  787. package/dist/icons/components/32px/Sort32px.js +23 -0
  788. package/dist/icons/components/32px/Star32px.d.ts +4 -0
  789. package/dist/icons/components/32px/Star32px.js +25 -0
  790. package/dist/icons/components/32px/Star32pxF.d.ts +4 -0
  791. package/dist/icons/components/32px/Star32pxF.js +23 -0
  792. package/dist/icons/components/32px/StarHalf32pxF.d.ts +4 -0
  793. package/dist/icons/components/32px/StarHalf32pxF.js +25 -0
  794. package/dist/icons/components/32px/Telegram32pxF.d.ts +4 -0
  795. package/dist/icons/components/32px/Telegram32pxF.js +23 -0
  796. package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +4 -0
  797. package/dist/icons/components/32px/TelegramPlane32pxF.js +23 -0
  798. package/dist/icons/components/32px/Timer32px.d.ts +4 -0
  799. package/dist/icons/components/32px/Timer32px.js +35 -0
  800. package/dist/icons/components/32px/Trash32px.d.ts +4 -0
  801. package/dist/icons/components/32px/Trash32px.js +45 -0
  802. package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +4 -0
  803. package/dist/icons/components/32px/TwinArrowLeft32px.js +23 -0
  804. package/dist/icons/components/32px/TwinArrowRight32px.d.ts +4 -0
  805. package/dist/icons/components/32px/TwinArrowRight32px.js +23 -0
  806. package/dist/icons/components/32px/USDollar32px.d.ts +4 -0
  807. package/dist/icons/components/32px/USDollar32px.js +26 -0
  808. package/dist/icons/components/32px/Umbrella32px.d.ts +4 -0
  809. package/dist/icons/components/32px/Umbrella32px.js +25 -0
  810. package/dist/icons/components/32px/Umbrella32pxF.d.ts +4 -0
  811. package/dist/icons/components/32px/Umbrella32pxF.js +25 -0
  812. package/dist/icons/components/32px/UnionIcon32px.d.ts +4 -0
  813. package/dist/icons/components/32px/UnionIcon32px.js +25 -0
  814. package/dist/icons/components/32px/User32px.d.ts +4 -0
  815. package/dist/icons/components/32px/User32px.js +34 -0
  816. package/dist/icons/components/32px/User32pxF.d.ts +4 -0
  817. package/dist/icons/components/32px/User32pxF.js +23 -0
  818. package/dist/icons/components/32px/Users32px.d.ts +4 -0
  819. package/dist/icons/components/32px/Users32px.js +25 -0
  820. package/dist/icons/components/32px/Users32pxF.d.ts +4 -0
  821. package/dist/icons/components/32px/Users32pxF.js +26 -0
  822. package/dist/icons/components/32px/VK32pxF.d.ts +4 -0
  823. package/dist/icons/components/32px/VK32pxF.js +25 -0
  824. package/dist/icons/components/32px/Waiting32px.d.ts +4 -0
  825. package/dist/icons/components/32px/Waiting32px.js +25 -0
  826. package/dist/icons/components/32px/Whatsapp32px.d.ts +4 -0
  827. package/dist/icons/components/32px/Whatsapp32px.js +34 -0
  828. package/dist/icons/components/32px/WriteUs32px.d.ts +4 -0
  829. package/dist/icons/components/32px/WriteUs32px.js +28 -0
  830. package/dist/icons/components/32px/Youtube32pxF.d.ts +4 -0
  831. package/dist/icons/components/32px/Youtube32pxF.js +23 -0
  832. package/dist/icons/components/32px/Yuan32px.d.ts +4 -0
  833. package/dist/icons/components/32px/Yuan32px.js +26 -0
  834. package/dist/icons/components/Mans.d.ts +4 -0
  835. package/dist/icons/components/Mans.js +21 -0
  836. package/dist/icons/components/Step.d.ts +4 -0
  837. package/dist/icons/components/Step.js +22 -0
  838. package/dist/icons/components/auto-logo/ACE.d.ts +4 -0
  839. package/dist/icons/components/auto-logo/ACE.js +23 -0
  840. package/dist/icons/components/auto-logo/Alim.d.ts +4 -0
  841. package/dist/icons/components/auto-logo/Alim.js +25 -0
  842. package/dist/icons/components/auto-logo/Amur.d.ts +4 -0
  843. package/dist/icons/components/auto-logo/Amur.js +25 -0
  844. package/dist/icons/components/auto-logo/Ankai.d.ts +4 -0
  845. package/dist/icons/components/auto-logo/Ankai.js +25 -0
  846. package/dist/icons/components/auto-logo/ArrowLength.d.ts +4 -0
  847. package/dist/icons/components/auto-logo/ArrowLength.js +23 -0
  848. package/dist/icons/components/auto-logo/Audi.d.ts +4 -0
  849. package/dist/icons/components/auto-logo/Audi.js +22 -0
  850. package/dist/icons/components/auto-logo/BMW.d.ts +4 -0
  851. package/dist/icons/components/auto-logo/BMW.js +43 -0
  852. package/dist/icons/components/auto-logo/BRP.d.ts +4 -0
  853. package/dist/icons/components/auto-logo/BRP.js +34 -0
  854. package/dist/icons/components/auto-logo/Bomag.d.ts +4 -0
  855. package/dist/icons/components/auto-logo/Bomag.js +34 -0
  856. package/dist/icons/components/auto-logo/Case.d.ts +4 -0
  857. package/dist/icons/components/auto-logo/Case.js +25 -0
  858. package/dist/icons/components/auto-logo/Caterpillar.d.ts +4 -0
  859. package/dist/icons/components/auto-logo/Caterpillar.js +39 -0
  860. package/dist/icons/components/auto-logo/ChMZAP.d.ts +4 -0
  861. package/dist/icons/components/auto-logo/ChMZAP.js +48 -0
  862. package/dist/icons/components/auto-logo/ChTZ.d.ts +4 -0
  863. package/dist/icons/components/auto-logo/ChTZ.js +34 -0
  864. package/dist/icons/components/auto-logo/Changan.d.ts +4 -0
  865. package/dist/icons/components/auto-logo/Changan.js +23 -0
  866. package/dist/icons/components/auto-logo/Cherry.d.ts +4 -0
  867. package/dist/icons/components/auto-logo/Cherry.js +34 -0
  868. package/dist/icons/components/auto-logo/Citroen.d.ts +4 -0
  869. package/dist/icons/components/auto-logo/Citroen.js +25 -0
  870. package/dist/icons/components/auto-logo/DaewooFull.d.ts +4 -0
  871. package/dist/icons/components/auto-logo/DaewooFull.js +60 -0
  872. package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +4 -0
  873. package/dist/icons/components/auto-logo/DaewooSymbol.js +53 -0
  874. package/dist/icons/components/auto-logo/Daf.d.ts +4 -0
  875. package/dist/icons/components/auto-logo/Daf.js +25 -0
  876. package/dist/icons/components/auto-logo/Dayun.d.ts +4 -0
  877. package/dist/icons/components/auto-logo/Dayun.js +25 -0
  878. package/dist/icons/components/auto-logo/DongFeng.d.ts +4 -0
  879. package/dist/icons/components/auto-logo/DongFeng.js +25 -0
  880. package/dist/icons/components/auto-logo/Ducati.d.ts +4 -0
  881. package/dist/icons/components/auto-logo/Ducati.js +34 -0
  882. package/dist/icons/components/auto-logo/Exeed.d.ts +4 -0
  883. package/dist/icons/components/auto-logo/Exeed.js +34 -0
  884. package/dist/icons/components/auto-logo/Faw.d.ts +4 -0
  885. package/dist/icons/components/auto-logo/Faw.js +36 -0
  886. package/dist/icons/components/auto-logo/Fenix.d.ts +4 -0
  887. package/dist/icons/components/auto-logo/Fenix.js +116 -0
  888. package/dist/icons/components/auto-logo/Fiat.d.ts +4 -0
  889. package/dist/icons/components/auto-logo/Fiat.js +39 -0
  890. package/dist/icons/components/auto-logo/Ford.d.ts +4 -0
  891. package/dist/icons/components/auto-logo/Ford.js +43 -0
  892. package/dist/icons/components/auto-logo/Foton.d.ts +4 -0
  893. package/dist/icons/components/auto-logo/Foton.js +34 -0
  894. package/dist/icons/components/auto-logo/Gac.d.ts +4 -0
  895. package/dist/icons/components/auto-logo/Gac.js +23 -0
  896. package/dist/icons/components/auto-logo/Gaz.d.ts +4 -0
  897. package/dist/icons/components/auto-logo/Gaz.js +61 -0
  898. package/dist/icons/components/auto-logo/Geely.d.ts +4 -0
  899. package/dist/icons/components/auto-logo/Geely.js +27 -0
  900. package/dist/icons/components/auto-logo/Genesis.d.ts +4 -0
  901. package/dist/icons/components/auto-logo/Genesis.js +32 -0
  902. package/dist/icons/components/auto-logo/Gitte.d.ts +4 -0
  903. package/dist/icons/components/auto-logo/Gitte.js +25 -0
  904. package/dist/icons/components/auto-logo/Grunwald.d.ts +4 -0
  905. package/dist/icons/components/auto-logo/Grunwald.js +25 -0
  906. package/dist/icons/components/auto-logo/HartungFull.d.ts +4 -0
  907. package/dist/icons/components/auto-logo/HartungFull.js +34 -0
  908. package/dist/icons/components/auto-logo/HartungSymbol.d.ts +4 -0
  909. package/dist/icons/components/auto-logo/HartungSymbol.js +34 -0
  910. package/dist/icons/components/auto-logo/Haval.d.ts +4 -0
  911. package/dist/icons/components/auto-logo/Haval.js +25 -0
  912. package/dist/icons/components/auto-logo/Higer.d.ts +4 -0
  913. package/dist/icons/components/auto-logo/Higer.js +25 -0
  914. package/dist/icons/components/auto-logo/Hitachi.d.ts +4 -0
  915. package/dist/icons/components/auto-logo/Hitachi.js +23 -0
  916. package/dist/icons/components/auto-logo/Honda.d.ts +4 -0
  917. package/dist/icons/components/auto-logo/Honda.js +39 -0
  918. package/dist/icons/components/auto-logo/Hongqi.d.ts +4 -0
  919. package/dist/icons/components/auto-logo/Hongqi.js +32 -0
  920. package/dist/icons/components/auto-logo/Hongyan.d.ts +4 -0
  921. package/dist/icons/components/auto-logo/Hongyan.js +25 -0
  922. package/dist/icons/components/auto-logo/Howo.d.ts +4 -0
  923. package/dist/icons/components/auto-logo/Howo.js +48 -0
  924. package/dist/icons/components/auto-logo/Hyundai.d.ts +4 -0
  925. package/dist/icons/components/auto-logo/Hyundai.js +25 -0
  926. package/dist/icons/components/auto-logo/Infiniti.d.ts +4 -0
  927. package/dist/icons/components/auto-logo/Infiniti.js +23 -0
  928. package/dist/icons/components/auto-logo/Isuzu.d.ts +4 -0
  929. package/dist/icons/components/auto-logo/Isuzu.js +25 -0
  930. package/dist/icons/components/auto-logo/Iveco.d.ts +4 -0
  931. package/dist/icons/components/auto-logo/Iveco.js +25 -0
  932. package/dist/icons/components/auto-logo/JCB.d.ts +4 -0
  933. package/dist/icons/components/auto-logo/JCB.js +34 -0
  934. package/dist/icons/components/auto-logo/Jac.d.ts +4 -0
  935. package/dist/icons/components/auto-logo/Jac.js +23 -0
  936. package/dist/icons/components/auto-logo/Juterborg.d.ts +4 -0
  937. package/dist/icons/components/auto-logo/Juterborg.js +59 -0
  938. package/dist/icons/components/auto-logo/KIA.d.ts +4 -0
  939. package/dist/icons/components/auto-logo/KIA.js +25 -0
  940. package/dist/icons/components/auto-logo/Kaiyi.d.ts +4 -0
  941. package/dist/icons/components/auto-logo/Kaiyi.js +25 -0
  942. package/dist/icons/components/auto-logo/Kamaz.d.ts +4 -0
  943. package/dist/icons/components/auto-logo/Kamaz.js +37 -0
  944. package/dist/icons/components/auto-logo/Kassbohrer.d.ts +4 -0
  945. package/dist/icons/components/auto-logo/Kassbohrer.js +25 -0
  946. package/dist/icons/components/auto-logo/Komatsu.d.ts +4 -0
  947. package/dist/icons/components/auto-logo/Komatsu.js +23 -0
  948. package/dist/icons/components/auto-logo/Ktm.d.ts +4 -0
  949. package/dist/icons/components/auto-logo/Ktm.js +23 -0
  950. package/dist/icons/components/auto-logo/LCCE.d.ts +4 -0
  951. package/dist/icons/components/auto-logo/LCCE.js +39 -0
  952. package/dist/icons/components/auto-logo/Lada.d.ts +4 -0
  953. package/dist/icons/components/auto-logo/Lada.js +25 -0
  954. package/dist/icons/components/auto-logo/Lexus.d.ts +4 -0
  955. package/dist/icons/components/auto-logo/Lexus.js +25 -0
  956. package/dist/icons/components/auto-logo/LiuGong.d.ts +4 -0
  957. package/dist/icons/components/auto-logo/LiuGong.js +32 -0
  958. package/dist/icons/components/auto-logo/Lonking.d.ts +4 -0
  959. package/dist/icons/components/auto-logo/Lonking.js +32 -0
  960. package/dist/icons/components/auto-logo/Lovol.d.ts +4 -0
  961. package/dist/icons/components/auto-logo/Lovol.js +23 -0
  962. package/dist/icons/components/auto-logo/MTZBelarus.d.ts +4 -0
  963. package/dist/icons/components/auto-logo/MTZBelarus.js +36 -0
  964. package/dist/icons/components/auto-logo/Man.d.ts +4 -0
  965. package/dist/icons/components/auto-logo/Man.js +23 -0
  966. package/dist/icons/components/auto-logo/Maz.d.ts +4 -0
  967. package/dist/icons/components/auto-logo/Maz.js +34 -0
  968. package/dist/icons/components/auto-logo/MercedesBenz.d.ts +4 -0
  969. package/dist/icons/components/auto-logo/MercedesBenz.js +25 -0
  970. package/dist/icons/components/auto-logo/Meusburger.d.ts +4 -0
  971. package/dist/icons/components/auto-logo/Meusburger.js +25 -0
  972. package/dist/icons/components/auto-logo/Mitsubishi.d.ts +4 -0
  973. package/dist/icons/components/auto-logo/Mitsubishi.js +23 -0
  974. package/dist/icons/components/auto-logo/NefAZ.d.ts +4 -0
  975. package/dist/icons/components/auto-logo/NefAZ.js +32 -0
  976. package/dist/icons/components/auto-logo/NursanTrailer.d.ts +4 -0
  977. package/dist/icons/components/auto-logo/NursanTrailer.js +23 -0
  978. package/dist/icons/components/auto-logo/Omoda.d.ts +4 -0
  979. package/dist/icons/components/auto-logo/Omoda.js +39 -0
  980. package/dist/icons/components/auto-logo/PSATss.d.ts +4 -0
  981. package/dist/icons/components/auto-logo/PSATss.js +39 -0
  982. package/dist/icons/components/auto-logo/Paz.d.ts +4 -0
  983. package/dist/icons/components/auto-logo/Paz.js +25 -0
  984. package/dist/icons/components/auto-logo/Peugeot.d.ts +4 -0
  985. package/dist/icons/components/auto-logo/Peugeot.js +23 -0
  986. package/dist/icons/components/auto-logo/Raskat.d.ts +4 -0
  987. package/dist/icons/components/auto-logo/Raskat.js +39 -0
  988. package/dist/icons/components/auto-logo/Renault.d.ts +4 -0
  989. package/dist/icons/components/auto-logo/Renault.js +32 -0
  990. package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +4 -0
  991. package/dist/icons/components/auto-logo/RussianCarsEmblem.js +34 -0
  992. package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +4 -0
  993. package/dist/icons/components/auto-logo/RussianCarsKremlin.js +43 -0
  994. package/dist/icons/components/auto-logo/Sany.d.ts +4 -0
  995. package/dist/icons/components/auto-logo/Sany.js +52 -0
  996. package/dist/icons/components/auto-logo/Scania.d.ts +4 -0
  997. package/dist/icons/components/auto-logo/Scania.js +59 -0
  998. package/dist/icons/components/auto-logo/Schmitz.d.ts +4 -0
  999. package/dist/icons/components/auto-logo/Schmitz.js +25 -0
  1000. package/dist/icons/components/auto-logo/Shacman.d.ts +4 -0
  1001. package/dist/icons/components/auto-logo/Shacman.js +32 -0
  1002. package/dist/icons/components/auto-logo/Shantui.d.ts +4 -0
  1003. package/dist/icons/components/auto-logo/Shantui.js +23 -0
  1004. package/dist/icons/components/auto-logo/Sinanli.d.ts +4 -0
  1005. package/dist/icons/components/auto-logo/Sinanli.js +73 -0
  1006. package/dist/icons/components/auto-logo/Sitrak.d.ts +4 -0
  1007. package/dist/icons/components/auto-logo/Sitrak.js +36 -0
  1008. package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +4 -0
  1009. package/dist/icons/components/auto-logo/SobolIztechmash.js +62 -0
  1010. package/dist/icons/components/auto-logo/Sokol.d.ts +4 -0
  1011. package/dist/icons/components/auto-logo/Sokol.js +23 -0
  1012. package/dist/icons/components/auto-logo/Sollers.d.ts +4 -0
  1013. package/dist/icons/components/auto-logo/Sollers.js +25 -0
  1014. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +4 -0
  1015. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +23 -0
  1016. package/dist/icons/components/auto-logo/Tonar.d.ts +4 -0
  1017. package/dist/icons/components/auto-logo/Tonar.js +25 -0
  1018. package/dist/icons/components/auto-logo/Toyota.d.ts +4 -0
  1019. package/dist/icons/components/auto-logo/Toyota.js +23 -0
  1020. package/dist/icons/components/auto-logo/Trekol.d.ts +4 -0
  1021. package/dist/icons/components/auto-logo/Trekol.js +36 -0
  1022. package/dist/icons/components/auto-logo/UAT.d.ts +4 -0
  1023. package/dist/icons/components/auto-logo/UAT.js +23 -0
  1024. package/dist/icons/components/auto-logo/Uaz.d.ts +4 -0
  1025. package/dist/icons/components/auto-logo/Uaz.js +72 -0
  1026. package/dist/icons/components/auto-logo/Ural.d.ts +4 -0
  1027. package/dist/icons/components/auto-logo/Ural.js +23 -0
  1028. package/dist/icons/components/auto-logo/VIS.d.ts +4 -0
  1029. package/dist/icons/components/auto-logo/VIS.js +23 -0
  1030. package/dist/icons/components/auto-logo/VKR.d.ts +4 -0
  1031. package/dist/icons/components/auto-logo/VKR.js +34 -0
  1032. package/dist/icons/components/auto-logo/Volkswagen.d.ts +4 -0
  1033. package/dist/icons/components/auto-logo/Volkswagen.js +25 -0
  1034. package/dist/icons/components/auto-logo/Volvo.d.ts +4 -0
  1035. package/dist/icons/components/auto-logo/Volvo.js +23 -0
  1036. package/dist/icons/components/auto-logo/Wielton.d.ts +4 -0
  1037. package/dist/icons/components/auto-logo/Wielton.js +23 -0
  1038. package/dist/icons/components/auto-logo/XCMG.d.ts +4 -0
  1039. package/dist/icons/components/auto-logo/XCMG.js +39 -0
  1040. package/dist/icons/components/auto-logo/Yutong.d.ts +4 -0
  1041. package/dist/icons/components/auto-logo/Yutong.js +74 -0
  1042. package/dist/icons/components/auto-logo/Zoomlion.d.ts +4 -0
  1043. package/dist/icons/components/auto-logo/Zoomlion.js +23 -0
  1044. package/dist/icons/components/car-icons/AllMetal.d.ts +4 -0
  1045. package/dist/icons/components/car-icons/AllMetal.js +34 -0
  1046. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +4 -0
  1047. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +34 -0
  1048. package/dist/icons/components/car-icons/AsphaltPaver.d.ts +4 -0
  1049. package/dist/icons/components/car-icons/AsphaltPaver.js +37 -0
  1050. package/dist/icons/components/car-icons/Autotower.d.ts +4 -0
  1051. package/dist/icons/components/car-icons/Autotower.js +34 -0
  1052. package/dist/icons/components/car-icons/Awning.d.ts +4 -0
  1053. package/dist/icons/components/car-icons/Awning.js +35 -0
  1054. package/dist/icons/components/car-icons/BackhoeLoader.d.ts +4 -0
  1055. package/dist/icons/components/car-icons/BackhoeLoader.js +41 -0
  1056. package/dist/icons/components/car-icons/Buggy.d.ts +4 -0
  1057. package/dist/icons/components/car-icons/Buggy.js +34 -0
  1058. package/dist/icons/components/car-icons/Bulldozer.d.ts +4 -0
  1059. package/dist/icons/components/car-icons/Bulldozer.js +36 -0
  1060. package/dist/icons/components/car-icons/Bus.d.ts +4 -0
  1061. package/dist/icons/components/car-icons/Bus.js +25 -0
  1062. package/dist/icons/components/car-icons/BusBus.d.ts +4 -0
  1063. package/dist/icons/components/car-icons/BusBus.js +34 -0
  1064. package/dist/icons/components/car-icons/BusMinibus.d.ts +4 -0
  1065. package/dist/icons/components/car-icons/BusMinibus.js +34 -0
  1066. package/dist/icons/components/car-icons/BusShiftBuses.d.ts +4 -0
  1067. package/dist/icons/components/car-icons/BusShiftBuses.js +44 -0
  1068. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +4 -0
  1069. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +41 -0
  1070. package/dist/icons/components/car-icons/CargoAutotower.d.ts +4 -0
  1071. package/dist/icons/components/car-icons/CargoAutotower.js +34 -0
  1072. package/dist/icons/components/car-icons/CargoAwning.d.ts +4 -0
  1073. package/dist/icons/components/car-icons/CargoAwning.js +41 -0
  1074. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +4 -0
  1075. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +41 -0
  1076. package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +4 -0
  1077. package/dist/icons/components/car-icons/CargoDrillingRig.js +34 -0
  1078. package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +4 -0
  1079. package/dist/icons/components/car-icons/CargoDumpTruck.js +41 -0
  1080. package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +4 -0
  1081. package/dist/icons/components/car-icons/CargoGarbageTruck.js +41 -0
  1082. package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +4 -0
  1083. package/dist/icons/components/car-icons/CargoGrainCarrier.js +41 -0
  1084. package/dist/icons/components/car-icons/CargoIsothermal.d.ts +4 -0
  1085. package/dist/icons/components/car-icons/CargoIsothermal.js +41 -0
  1086. package/dist/icons/components/car-icons/CargoOnBoard.d.ts +4 -0
  1087. package/dist/icons/components/car-icons/CargoOnBoard.js +41 -0
  1088. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +4 -0
  1089. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +41 -0
  1090. package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +4 -0
  1091. package/dist/icons/components/car-icons/CargoPromotionalItem.js +41 -0
  1092. package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +4 -0
  1093. package/dist/icons/components/car-icons/CargoSortingTruck.js +41 -0
  1094. package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +4 -0
  1095. package/dist/icons/components/car-icons/CargoTankerTruck.js +41 -0
  1096. package/dist/icons/components/car-icons/CargoTowTruck.d.ts +4 -0
  1097. package/dist/icons/components/car-icons/CargoTowTruck.js +34 -0
  1098. package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +4 -0
  1099. package/dist/icons/components/car-icons/CargoTruckCrane.js +43 -0
  1100. package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +4 -0
  1101. package/dist/icons/components/car-icons/CargoVacuumMachine.js +34 -0
  1102. package/dist/icons/components/car-icons/Clearance.d.ts +4 -0
  1103. package/dist/icons/components/car-icons/Clearance.js +25 -0
  1104. package/dist/icons/components/car-icons/CombineHarvester.d.ts +4 -0
  1105. package/dist/icons/components/car-icons/CombineHarvester.js +41 -0
  1106. package/dist/icons/components/car-icons/Compartment.d.ts +4 -0
  1107. package/dist/icons/components/car-icons/Compartment.js +34 -0
  1108. package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +4 -0
  1109. package/dist/icons/components/car-icons/ConcreteMixerTruck.js +41 -0
  1110. package/dist/icons/components/car-icons/ConcretePump.d.ts +4 -0
  1111. package/dist/icons/components/car-icons/ConcretePump.js +42 -0
  1112. package/dist/icons/components/car-icons/Crossover.d.ts +4 -0
  1113. package/dist/icons/components/car-icons/Crossover.js +34 -0
  1114. package/dist/icons/components/car-icons/DrillingRigg.d.ts +4 -0
  1115. package/dist/icons/components/car-icons/DrillingRigg.js +34 -0
  1116. package/dist/icons/components/car-icons/DumpTruck.d.ts +4 -0
  1117. package/dist/icons/components/car-icons/DumpTruck.js +41 -0
  1118. package/dist/icons/components/car-icons/Excavator.d.ts +4 -0
  1119. package/dist/icons/components/car-icons/Excavator.js +25 -0
  1120. package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +4 -0
  1121. package/dist/icons/components/car-icons/ForestPreparationEquipment.js +41 -0
  1122. package/dist/icons/components/car-icons/ForkliftTruck.d.ts +4 -0
  1123. package/dist/icons/components/car-icons/ForkliftTruck.js +34 -0
  1124. package/dist/icons/components/car-icons/FrontLoader.d.ts +4 -0
  1125. package/dist/icons/components/car-icons/FrontLoader.js +41 -0
  1126. package/dist/icons/components/car-icons/Hatchback.d.ts +4 -0
  1127. package/dist/icons/components/car-icons/Hatchback.js +34 -0
  1128. package/dist/icons/components/car-icons/IceRink.d.ts +4 -0
  1129. package/dist/icons/components/car-icons/IceRink.js +36 -0
  1130. package/dist/icons/components/car-icons/Isothermal.d.ts +4 -0
  1131. package/dist/icons/components/car-icons/Isothermal.js +41 -0
  1132. package/dist/icons/components/car-icons/Liftback.d.ts +4 -0
  1133. package/dist/icons/components/car-icons/Liftback.js +25 -0
  1134. package/dist/icons/components/car-icons/MiniEscalator.d.ts +4 -0
  1135. package/dist/icons/components/car-icons/MiniEscalator.js +43 -0
  1136. package/dist/icons/components/car-icons/MiniLoader.d.ts +4 -0
  1137. package/dist/icons/components/car-icons/MiniLoader.js +34 -0
  1138. package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +4 -0
  1139. package/dist/icons/components/car-icons/MiningDumpTruck.js +41 -0
  1140. package/dist/icons/components/car-icons/Minitractor.d.ts +4 -0
  1141. package/dist/icons/components/car-icons/Minitractor.js +34 -0
  1142. package/dist/icons/components/car-icons/Minivan.d.ts +4 -0
  1143. package/dist/icons/components/car-icons/Minivan.js +34 -0
  1144. package/dist/icons/components/car-icons/MotorGrader.d.ts +4 -0
  1145. package/dist/icons/components/car-icons/MotorGrader.js +34 -0
  1146. package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +4 -0
  1147. package/dist/icons/components/car-icons/MotorVehiclesBike.js +26 -0
  1148. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.d.ts +4 -0
  1149. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +32 -0
  1150. package/dist/icons/components/car-icons/OffRoadVehicle.d.ts +4 -0
  1151. package/dist/icons/components/car-icons/OffRoadVehicle.js +34 -0
  1152. package/dist/icons/components/car-icons/OnBoard.d.ts +4 -0
  1153. package/dist/icons/components/car-icons/OnBoard.js +41 -0
  1154. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +4 -0
  1155. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +41 -0
  1156. package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +4 -0
  1157. package/dist/icons/components/car-icons/OnBoardWithCmu.js +41 -0
  1158. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +4 -0
  1159. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +50 -0
  1160. package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +4 -0
  1161. package/dist/icons/components/car-icons/OtherCareerTechniques.js +41 -0
  1162. package/dist/icons/components/car-icons/Pickup.d.ts +4 -0
  1163. package/dist/icons/components/car-icons/Pickup.js +25 -0
  1164. package/dist/icons/components/car-icons/PickupTruck.d.ts +4 -0
  1165. package/dist/icons/components/car-icons/PickupTruck.js +34 -0
  1166. package/dist/icons/components/car-icons/PilingInstallation.d.ts +4 -0
  1167. package/dist/icons/components/car-icons/PilingInstallation.js +36 -0
  1168. package/dist/icons/components/car-icons/PromotionalItem.d.ts +4 -0
  1169. package/dist/icons/components/car-icons/PromotionalItem.js +41 -0
  1170. package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +4 -0
  1171. package/dist/icons/components/car-icons/PublicUtilityVehicle.js +48 -0
  1172. package/dist/icons/components/car-icons/QuarryExcavator.d.ts +4 -0
  1173. package/dist/icons/components/car-icons/QuarryExcavator.js +28 -0
  1174. package/dist/icons/components/car-icons/Scooter.d.ts +4 -0
  1175. package/dist/icons/components/car-icons/Scooter.js +32 -0
  1176. package/dist/icons/components/car-icons/Sedan.d.ts +4 -0
  1177. package/dist/icons/components/car-icons/Sedan.js +34 -0
  1178. package/dist/icons/components/car-icons/Snowmobile.d.ts +4 -0
  1179. package/dist/icons/components/car-icons/Snowmobile.js +41 -0
  1180. package/dist/icons/components/car-icons/TankerTruck.d.ts +4 -0
  1181. package/dist/icons/components/car-icons/TankerTruck.js +41 -0
  1182. package/dist/icons/components/car-icons/TelescopicLoader.d.ts +4 -0
  1183. package/dist/icons/components/car-icons/TelescopicLoader.js +34 -0
  1184. package/dist/icons/components/car-icons/TheLift.d.ts +4 -0
  1185. package/dist/icons/components/car-icons/TheLift.js +39 -0
  1186. package/dist/icons/components/car-icons/TowTruck.d.ts +4 -0
  1187. package/dist/icons/components/car-icons/TowTruck.js +34 -0
  1188. package/dist/icons/components/car-icons/Tractor.d.ts +4 -0
  1189. package/dist/icons/components/car-icons/Tractor.js +34 -0
  1190. package/dist/icons/components/car-icons/TractorTruck.d.ts +4 -0
  1191. package/dist/icons/components/car-icons/TractorTruck.js +41 -0
  1192. package/dist/icons/components/car-icons/Trailerr.d.ts +4 -0
  1193. package/dist/icons/components/car-icons/Trailerr.js +25 -0
  1194. package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +4 -0
  1195. package/dist/icons/components/car-icons/TrailersCarCarrier.js +43 -0
  1196. package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +4 -0
  1197. package/dist/icons/components/car-icons/TrailersCattleTruck.js +34 -0
  1198. package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +4 -0
  1199. package/dist/icons/components/car-icons/TrailersContainerShip.js +42 -0
  1200. package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +4 -0
  1201. package/dist/icons/components/car-icons/TrailersCurtainSide.js +41 -0
  1202. package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +4 -0
  1203. package/dist/icons/components/car-icons/TrailersDumpTruck.js +41 -0
  1204. package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +4 -0
  1205. package/dist/icons/components/car-icons/TrailersGrainTruck.js +41 -0
  1206. package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +4 -0
  1207. package/dist/icons/components/car-icons/TrailersHeavyTruck.js +41 -0
  1208. package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +4 -0
  1209. package/dist/icons/components/car-icons/TrailersIsothermal.js +41 -0
  1210. package/dist/icons/components/car-icons/TrailersOther.d.ts +4 -0
  1211. package/dist/icons/components/car-icons/TrailersOther.js +41 -0
  1212. package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +4 -0
  1213. package/dist/icons/components/car-icons/TrailersTankerTruck.js +41 -0
  1214. package/dist/icons/components/car-icons/TruckCrane.d.ts +4 -0
  1215. package/dist/icons/components/car-icons/TruckCrane.js +43 -0
  1216. package/dist/icons/components/car-icons/Universal.d.ts +4 -0
  1217. package/dist/icons/components/car-icons/Universal.js +34 -0
  1218. package/dist/icons/components/car-icons/Van.d.ts +4 -0
  1219. package/dist/icons/components/car-icons/Van.js +25 -0
  1220. package/dist/icons/components/car-icons/Ycles.d.ts +4 -0
  1221. package/dist/icons/components/car-icons/Ycles.js +44 -0
  1222. package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +4 -0
  1223. package/dist/icons/components/car-parameters-icons/Acceleration.js +34 -0
  1224. package/dist/icons/components/car-parameters-icons/Berths.d.ts +4 -0
  1225. package/dist/icons/components/car-parameters-icons/Berths.js +39 -0
  1226. package/dist/icons/components/car-parameters-icons/Bucket.d.ts +4 -0
  1227. package/dist/icons/components/car-parameters-icons/Bucket.js +23 -0
  1228. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +4 -0
  1229. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +25 -0
  1230. package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +4 -0
  1231. package/dist/icons/components/car-parameters-icons/BucketVolume.js +32 -0
  1232. package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +4 -0
  1233. package/dist/icons/components/car-parameters-icons/CabinTurn.js +34 -0
  1234. package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +4 -0
  1235. package/dist/icons/components/car-parameters-icons/CarBodySize.js +34 -0
  1236. package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +4 -0
  1237. package/dist/icons/components/car-parameters-icons/CarBodyType.js +25 -0
  1238. package/dist/icons/components/car-parameters-icons/CarColor.d.ts +4 -0
  1239. package/dist/icons/components/car-parameters-icons/CarColor.js +34 -0
  1240. package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +4 -0
  1241. package/dist/icons/components/car-parameters-icons/Cylinders.js +37 -0
  1242. package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +4 -0
  1243. package/dist/icons/components/car-parameters-icons/Dimensions.js +34 -0
  1244. package/dist/icons/components/car-parameters-icons/EngineType.d.ts +4 -0
  1245. package/dist/icons/components/car-parameters-icons/EngineType.js +23 -0
  1246. package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +4 -0
  1247. package/dist/icons/components/car-parameters-icons/FuelConsumption.js +23 -0
  1248. package/dist/icons/components/car-parameters-icons/GearType.d.ts +4 -0
  1249. package/dist/icons/components/car-parameters-icons/GearType.js +26 -0
  1250. package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +4 -0
  1251. package/dist/icons/components/car-parameters-icons/LiftingHeight.js +23 -0
  1252. package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +4 -0
  1253. package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +25 -0
  1254. package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +4 -0
  1255. package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +25 -0
  1256. package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +4 -0
  1257. package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +23 -0
  1258. package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +4 -0
  1259. package/dist/icons/components/car-parameters-icons/TrailerType.js +32 -0
  1260. package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +4 -0
  1261. package/dist/icons/components/car-parameters-icons/UnloadingType.js +32 -0
  1262. package/dist/icons/components/car-parameters-icons/Weight.d.ts +4 -0
  1263. package/dist/icons/components/car-parameters-icons/Weight.js +36 -0
  1264. package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +4 -0
  1265. package/dist/icons/components/car-parameters-icons/WheelDriveType.js +32 -0
  1266. package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +4 -0
  1267. package/dist/icons/components/car-parameters-icons/WheelSheme.js +34 -0
  1268. package/dist/icons/components/cars-stubus/Bike.d.ts +4 -0
  1269. package/dist/icons/components/cars-stubus/Bike.js +25 -0
  1270. package/dist/icons/components/cars-stubus/Car.d.ts +4 -0
  1271. package/dist/icons/components/cars-stubus/Car.js +25 -0
  1272. package/dist/icons/components/cars-stubus/Equipment.d.ts +4 -0
  1273. package/dist/icons/components/cars-stubus/Equipment.js +25 -0
  1274. package/dist/icons/components/cars-stubus/Truck.d.ts +4 -0
  1275. package/dist/icons/components/cars-stubus/Truck.js +25 -0
  1276. package/dist/icons/components/index.d.ts +575 -0
  1277. package/dist/icons/components/index.js +579 -0
  1278. package/dist/icons/components/types.d.ts +2 -0
  1279. package/dist/icons/components/types.js +1 -0
  1280. package/dist/icons/index.d.ts +2 -0
  1281. package/dist/icons/index.js +4 -0
  1282. package/dist/index-CweZ_OcN.js +65 -0
  1283. package/dist/index-_ACzPKPw.js +1996 -0
  1284. package/dist/index.d.ts +4 -0
  1285. package/dist/index.js +51 -0
  1286. package/package.json +1 -1
@@ -0,0 +1,43 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Ford = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "31px",
7
+ height: "14px",
8
+ viewBox: "0 0 31 14",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M13.98 5.924c.008.044.025.053.045.05.1-.02.208-.102.273-.197.059-.086.086-.21.028-.26-.052-.045-.137-.032-.2.023a.442.442 0 00-.146.384zM20.586 8.06c.004.022.034.044.063.054.01.004.016.011.005.035-.071.152-.137.25-.22.37l-.044.066a1.633 1.633 0 01-.334.361c-.197.163-.47.34-.696.221-.1-.052-.144-.192-.142-.306.005-.32.147-.649.41-.972.32-.394.674-.599.907-.487.24.115.164.393.056.612a.061.061 0 00-.005.045z",
16
+ fill: "#000"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M15.334 2.818C8.524 2.818 3.006 4.699 3.006 7c0 2.303 5.519 4.185 12.328 4.185 6.809 0 12.328-1.882 12.328-4.185 0-2.302-5.52-4.183-12.328-4.183zM9.002 9.752c-.728.004-1.37-.445-1.443-1.224-.041-.432.08-.817.325-1.134.217-.282.584-.517.894-.574.101-.018.237-.007.293.06.088.103.063.215-.025.26-.237.121-.522.328-.663.61a.75.75 0 00.037.774c.293.442 1.108.454 1.866-.25.187-.172.355-.338.526-.534.334-.382.445-.52.889-1.136.004-.007.007-.017.004-.021-.003-.009-.01-.01-.023-.01a1.355 1.355 0 00-.805.283c-.072.053-.176.045-.222-.024-.05-.078-.014-.18.07-.238.366-.256.764-.32 1.172-.388h.002l.12-.02s.032.001.058-.033c.078-.1.148-.197.218-.292.095-.131.19-.26.303-.4a5.27 5.27 0 01.651-.634c.237-.204.4-.29.555-.373l.073-.039c.047-.024-.006-.054-.02-.054-.073-.013-.147-.027-.22-.042-.928-.177-1.884-.36-2.8-.02-.685.255-.985.798-.84 1.16.102.258.44.3.758.145.263-.13.507-.337.68-.605.096-.148.3-.041.19.217-.29.68-.843 1.22-1.516 1.242-.573.019-.943-.403-.942-.923.003-1.026 1.145-1.701 2.345-1.802 1.011-.084 1.985.08 2.97.245.424.07.849.142 1.28.194 1.1.133 2.153.136 3.258-.118.131-.028.223.055.214.187-.01.191-.158.375-.522.573-.414.227-.847.296-1.3.3-.752.006-1.469-.193-2.186-.393-.326-.091-.651-.182-.98-.253v.024c.003.04.006.082-.026.106-.584.43-1.112.868-1.465 1.482-.012.015-.006.028.015.027.1-.006.197-.01.292-.014.196-.01.385-.018.578-.033.05-.005.052-.017.047-.054a.712.712 0 01.223-.619c.19-.171.43-.19.588-.067.18.14.164.392.065.581a.702.702 0 01-.424.344s-.034.008-.029.038c.004.029.084.084.151.13.045.03.083.057.09.07.018.03.009.078-.024.114a.137.137 0 01-.104.05c-.036-.001-.059-.013-.103-.037l-.004-.003a1.021 1.021 0 01-.3-.24c-.027-.035-.042-.036-.11-.032-.31.018-.794.065-1.122.106-.079.01-.09.024-.107.052l-.035.058c-.512.845-1.059 1.746-1.657 2.354-.657.667-1.203.842-1.783.847zm14.166-4.186c.017-.031-.001-.053-.04-.053h-.674c-.05 0-.075.006-.099.053-.05.097-.475.74-.81 1.247v.002l-.002.001-.382.583c-.03.042-.066.036-.07-.012-.018-.163-.158-.35-.38-.44a.965.965 0 00-.505-.057c-.31.041-.586.205-.828.389a6.775 6.775 0 00-.444.38c-.202.183-.408.37-.645.524-.222.145-.526.272-.73.083-.184-.17-.164-.55.118-.844.03-.03.066-.005.06.022a.372.372 0 00.107.358c.123.11.3.123.45.049a.59.59 0 00.313-.452.514.514 0 00-.472-.585c-.235-.016-.46.065-.679.246a1.3 1.3 0 00-.267.294c-.023.033-.059.036-.058-.013.011-.383-.147-.6-.464-.606-.247-.006-.51.127-.715.29-.168.136-.32.304-.475.475l-.156.17c-.027.028-.05.027-.057-.027-.006-.254-.07-.5-.188-.675a.157.157 0 00-.203-.05 1.259 1.259 0 00-.238.142c-.043.035-.06.086-.04.152.113.38.088.811-.066 1.176-.141.334-.416.635-.74.737-.212.067-.434.034-.57-.154-.189-.26-.113-.714.168-1.09.247-.331.605-.542.962-.677.042-.016.05-.043.039-.079l-.042-.117a2.582 2.582 0 01-.021-.058c-.033-.087-.125-.101-.236-.089a2.01 2.01 0 00-.725.243c-.605.324-.909.951-1.042 1.287a1.312 1.312 0 01-.19.35c-.095.12-.214.23-.433.422a.077.077 0 00-.018.089c.022.046.136.207.168.221.036.018.077-.007.094-.019.153-.104.336-.268.426-.38.032-.038.064-.022.08.036a.941.941 0 00.607.645c.555.187 1.13-.084 1.565-.556a3.9 3.9 0 00.375-.476c.039-.057.072-.105.106-.147.03-.036.063-.079.1-.127.195-.25.501-.644.855-.912.154-.117.337-.207.43-.148.073.048.097.16-.022.375-.266.486-.61 1.025-.86 1.418-.155.24-.273.427-.317.512-.021.038-.003.069.038.069h.651c.034-.002.05-.018.067-.042l.227-.356.001-.002c.248-.389.49-.768.744-1.157.019-.03.036-.007.037.006a.844.844 0 00.105.385c.126.195.304.28.502.28.157.003.237-.021.406-.085.138-.05.249-.118.334-.179.05-.034.058.024.057.032-.076.41.018.896.425 1.097.487.24 1.023-.098 1.331-.402.03-.03.063-.027.066.037.007.116.059.254.155.35.258.26.78.157 1.302-.247.336-.26.687-.626 1.004-1.013.012-.015.02-.04-.002-.064-.032-.033-.073-.07-.111-.103-.02-.017-.04-.034-.055-.05-.022-.018-.054-.013-.073.001-.092.087-.181.178-.272.27-.229.234-.465.475-.769.684-.142.1-.37.18-.472.041-.04-.053-.035-.128.004-.225.088-.22 1.11-1.802 1.724-2.75V6.27c.245-.378.424-.655.453-.705z",
25
+ fill: "#000"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx(
29
+ "path",
30
+ {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M2 7c0-2.782 5.933-5 13.334-5C22.687 2 28.67 4.243 28.67 7s-5.982 5-13.335 5C7.982 12 2 9.764 2 7zm13.334 4.565C8.277 11.565 2.556 9.522 2.556 7c0-2.52 5.721-4.563 12.778-4.563 7.056 0 12.776 2.043 12.776 4.563 0 2.52-5.72 4.564-12.776 4.564z",
34
+ fill: "#000"
35
+ }
36
+ )
37
+ ]
38
+ }
39
+ );
40
+ };
41
+ export {
42
+ Ford as default
43
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Foton: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Foton;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Foton = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "20px",
7
+ height: "20px",
8
+ viewBox: "0 0 20 20",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M13.626 6.16a.509.509 0 01.403-.233.509.509 0 01.408.224l1.017 1.345a.983.983 0 01.013 1.101l-5.182 7.217c-.22.308-.582.312-.81.01l-1.017-1.346a.984.984 0 01-.014-1.1l5.182-7.217zM10.991 5.934l.51-.002c.483 0 .86.01.923.021.185.042.32.221.32.427l-4.54 6.514c-.113.11-.158.13-.37.141a1.71 1.71 0 01-.312-.011c-.207-.113-1.431-1.652-1.433-2.027l3.477-4.94.143-.111 1.282-.012zM5.504 5.973c.053-.016.702-.027 1.441-.027h1.35l.12.126c.118.114.125.14.121.361 0 .225-.015.256-.17.461l-2.07 2.9c0 .03-.094.125-.256.258-.113.088-.166.103-.366.103L3.996 8.08l1.29-1.954a.671.671 0 01.218-.152z",
16
+ fill: "#000"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M2 10c0-4.418 3.545-8 7.919-8 4.373 0 7.919 3.582 7.919 8s-3.546 8-7.92 8C5.546 18 2 14.418 2 10zm14.768.066c0-3.861-3.098-6.99-6.92-6.99-3.821 0-6.92 3.129-6.92 6.99 0 3.86 3.099 6.99 6.92 6.99 3.822 0 6.92-3.13 6.92-6.99z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ Foton as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Gac: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Gac;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Gac = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "16px",
8
+ viewBox: "0 0 24 16",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M11.654 14c-2.012-.034-3.955-.372-5.792-1.22-1.09-.504-2.071-1.16-2.838-2.1-.529-.648-.889-1.373-.993-2.212-.125-.997.132-1.9.676-2.73.608-.928 1.447-1.604 2.398-2.148 1.283-.734 2.67-1.162 4.123-1.399.85-.138 1.708-.2 2.57-.19 1.978.022 3.892.362 5.697 1.205 1.079.504 2.052 1.16 2.813 2.088.692.846 1.09 1.809 1.026 2.924-.054.948-.443 1.762-1.04 2.484-.794.958-1.809 1.62-2.931 2.126a12.797 12.797 0 01-4.001 1.051c-.568.058-1.14.081-1.71.12l.002.001zm9.375-7.153l.004-.026c-.046-.013-.09-.028-.137-.042-.518-.156-1.037-.31-1.554-.467-.207-.062-.405-.15-.535-.33-.659-.912-1.534-1.547-2.544-2.01-1.382-.633-2.843-.903-4.353-.945-1.486-.042-2.933.165-4.32.718-1.08.43-2.054 1.021-2.812 1.921-.57.677-.924 1.447-.911 2.35.01.81.307 1.52.794 2.156.66.862 1.526 1.463 2.513 1.883 2.153.915 4.384 1.107 6.672.65.769-.154 1.498-.429 2.152-.876.445-.305.826-.67 1.023-1.19.251-.664.028-1.297-.59-1.643a3.197 3.197 0 00-.658-.273c-.76-.224-1.546-.259-2.332-.261-1.625-.005-3.25.007-4.877.017-.498.003-.857-.2-1.068-.66-.133-.288-.289-.566-.432-.848-.017-.034-.027-.07-.047-.124h14.012z",
15
+ fill: "#000"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ };
21
+ export {
22
+ Gac as default
23
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Gaz: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Gaz;
@@ -0,0 +1,61 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Gaz = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "20px",
7
+ height: "20px",
8
+ viewBox: "0 0 20 20",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M10.857 2L10 2.587 9.142 2l-.857.587L7.424 2l-.862.587L5.705 2v1.847H4.67L2 7.503c2.223 2.046 2.964 4.562 2.964 7.53L10 17.544l5.036-2.513c0-2.967.741-5.483 2.964-7.53l-2.67-3.655h-1.035V2l-.857.587L12.576 2l-.861.587L10.858 2zM9.445 3.625V2.558l.554.386.573-.366v1.047h.569V2.578l.573.366.573-.366v1.047h.569V2.578l.573.366.573-.366v1.637h1.18l2.37 3.265c-1.775 1.772-2.813 4.43-2.813 7.398L10 17.248l-4.74-2.37c0-2.967-1.037-5.626-2.812-7.398l2.37-3.265h1.174V2.578l.573.366.573-.366v1.047h.569V2.578l.573.366.573-.366v1.047h.592z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M5.947 2.812a.053.053 0 01.074-.016l.544.348.544-.348a.053.053 0 11.057.09l-.573.367a.053.053 0 01-.057 0l-.573-.367a.054.054 0 01-.016-.074zM7.662 2.812a.053.053 0 01.074-.016l.544.348.544-.348a.053.053 0 11.058.09l-.573.367a.053.053 0 01-.058 0l-.573-.367a.053.053 0 01-.016-.074zM9.38 2.812a.053.053 0 01.075-.016l.544.348.544-.348a.054.054 0 11.057.09l-.573.367a.053.053 0 01-.057 0l-.573-.367a.054.054 0 01-.016-.074zM11.096 2.812a.053.053 0 01.074-.016l.544.348.544-.348a.054.054 0 11.057.09l-.572.367a.053.053 0 01-.058 0l-.573-.367a.054.054 0 01-.016-.074zM12.81 2.812a.053.053 0 01.075-.016l.544.348.544-.348a.053.053 0 01.058.09l-.573.367a.054.054 0 01-.058 0l-.573-.367a.053.053 0 01-.016-.074zm-8 1.379a.054.054 0 01.074-.01l.558.433h9.109l.558-.433a.054.054 0 01.066.085l-.529.409 2.031 2.737h.827a.053.053 0 110 .107h-.805c-1.582 1.578-2.644 4.248-2.502 7.037l.56.294a.054.054 0 01-.05.095l-.567-.298-4.097 1.962v.62a.053.053 0 11-.107 0v-.628l-4.083-1.954-.567.298a.054.054 0 01-.05-.095l.56-.293c.142-2.79-.92-5.46-2.501-7.038h-.806a.053.053 0 110-.107h.827l2.03-2.737-.527-.41a.053.053 0 01-.01-.074zm.636.53L3.402 7.475c1.181 1.195 2.068 2.986 2.386 4.977h8.418c.317-1.991 1.204-3.782 2.385-4.977l-2.044-2.754h-9.1zm8.743 7.838H5.804c.097.647.133 1.314.1 1.988a.06.06 0 01.006.009l4.087 1.956 4.086-1.956a.056.056 0 01.007-.01c-.034-.673.003-1.34.099-1.987z",
27
+ fill: "#000"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsx(
31
+ "path",
32
+ {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M7.109 14.36v-1.253h3.35l.606 1.035h1.151v-.37h-.293v-.326h-.636v-.339h1.67v.064l-.147.354h.147v.835h-2.58l-.147-.252h-.839l-.146.252h-.376l.568-.963H7.936v.963h-.827zm2.392-.444l.312-.523.308.523h-.62z",
36
+ fill: "#000"
37
+ }
38
+ ),
39
+ /* @__PURE__ */ jsx(
40
+ "path",
41
+ {
42
+ d: "M8.218 9.349a1.826 1.826 0 01-.035.075c-.01.069-.008.093-.017.111-.008.017-.025.03-.066.07a.162.162 0 00-.054-.01c-.015-.001-.03-.002-.044-.006-.119-.124-.253-.196-.39-.27a2.56 2.56 0 01-.238-.14c-.013-.006-.012-.046-.011-.067v-.008l.005-.009c.002 0 .004 0 .018-.01.09.011.178.036.268.061.1.029.202.057.31.067.05.025.103.027.154.03.041 0 .08.002.118.015.011.004.011.02.011.027l-.03.064z",
43
+ fill: "#000"
44
+ }
45
+ ),
46
+ /* @__PURE__ */ jsx(
47
+ "path",
48
+ {
49
+ fillRule: "evenodd",
50
+ clipRule: "evenodd",
51
+ d: "M14.442 4.952H5.558L3.632 7.476c1.151 1.143 2.024 2.81 2.37 4.731l7.996.004c.346-1.922 1.219-3.592 2.366-4.735l-1.922-2.524zm-7.753 7.142a.293.293 0 01-.048.015l-.034-.003a.031.031 0 00-.004-.01.032.032 0 01-.003-.01c.044-.086.098-.163.156-.245l.047-.066c.082-.11.147-.225.212-.34a2.86 2.86 0 01.228-.36c.072-.118.15-.235.228-.352.195-.293.391-.587.501-.912-.016-.026-.053-.038-.085-.048a1.13 1.13 0 01-.019-.007l-.016-.001c-.115-.076-.246-.14-.377-.205-.185-.091-.37-.183-.518-.31 0-.068.015-.147.064-.203l.01-.046c.008-.044.016-.086.046-.127.013-.016.035-.026.058-.037l.033-.016c.005-.005.01-.007.018-.009l.008-.002c.144-.01.293.008.44.026.09.011.18.022.267.026.003 0 .005-.001.008-.003a.033.033 0 01.015-.008c0-.002 0-.004.002-.006a.027.027 0 00.005-.013c0-.08-.042-.15-.08-.214a2.343 2.343 0 01-.018-.03c-.003-.04-.003-.08-.004-.12 0-.06-.002-.12-.01-.181a.92.92 0 00.008-.066c.007-.062.013-.125.055-.175V8.01c.136-.292.392-.496.647-.7.219-.175.437-.35.58-.579a.233.233 0 01-.007-.013.09.09 0 00-.009-.017.616.616 0 00-.21-.088c-.052-.015-.104-.03-.155-.055a.055.055 0 00-.018-.011.297.297 0 01.01-.17c.115-.05.245-.057.376-.064.103-.005.207-.01.306-.037.037-.002.073-.007.108-.011.041-.006.082-.012.125-.012.005-.005.011-.006.018-.007.007-.002.015-.003.023-.011.008-.004.008-.012 0-.023a2.101 2.101 0 01-.82-.444c-.006-.055.018-.102.04-.143l.01-.019c.01-.008.023-.014.035-.02a.147.147 0 00.04-.025h.022c.114.056.252.048.384.04.046-.003.091-.006.135-.006l.008.004a.048.048 0 01.003.022c-.003.053-.051.074-.095.093a.461.461 0 00-.036.017c-.008.01-.019.015-.05.015-.04.01-.074.041-.082.082 0 .015 0 .023.008.045.033.076.131.102.206.102.275.11.59.158.888.056l.09-.026c.056-.017.113-.033.162-.053.023-.003.03-.003.041-.003.008.003.015.007.015.015.018.015.017.04.016.064v.018c0 .008.002.016.005.023a.035.035 0 01.002.008c.166.005.317-.044.466-.092.07-.023.14-.046.211-.063.037-.019.068-.04.1-.062.029-.02.06-.042.096-.062.169-.116.33-.244.477-.413.07 0 .138-.004.205-.008.065-.004.13-.008.194-.008l.008.004c.015.012.015.015.015.019-.189.207-.4.35-.632.482a1.036 1.036 0 01-.249.117c-.067.025-.134.05-.199.086l-.117.03c-.265.073-.54.147-.808.124-.106.015-.21.007-.313 0-.08-.007-.159-.013-.236-.008 0 .008-.015.008-.023.008a.058.058 0 01-.005.013l-.006.013c.011.019.019.03.034.042a.351.351 0 01.054.056.267.267 0 00.078.071c.053.009.106.012.16.016.071.006.143.01.216.026.015.004.015.015.015.03a.506.506 0 00-.018.032c-.014.028-.03.057-.054.073l-.015.005a.072.072 0 01-.026.006.563.563 0 00-.1.012.51.51 0 01-.137.011c-.02.012-.04.018-.061.024a.19.19 0 00-.097.051c-.091.185-.214.34-.334.492a5.364 5.364 0 00-.17.223 1.153 1.153 0 00-.154.221.357.357 0 01-.047.118.984.984 0 00-.025.048v.017c0 .08 0 .175.09.224.155.079.34.049.497-.019.097-.02.185-.027.274-.034l.087-.007c.252-.027.52-.023.779.007.334.053.665.192.891.44 0 .005-.005.01-.01.015-.002.004-.005.006-.005.008a.064.064 0 01-.034.02l-.015.006s-.007.015-.007.027c-.08.103-.031.215.016.326.011.027.023.053.032.08.045.14.114.249.194.374l.025.04c.154.214.357.41.56.583a.482.482 0 01.008.261c-.013.085-.026.17.003.254.016.338.211.654.46.865 0 .007 0 .013.002.017l.001.005c0 .01.003.017.007.025.004.01.008.021.008.036.023.095.11.139.196.182.043.021.085.042.12.07.013.043.032.084.05.126.04.09.08.178.063.276 0 .011-.015.026-.023.026-.018 0-.026 0-.049-.003 0-.004-.007-.012-.007-.012-.127-.104-.216-.23-.306-.356-.08-.11-.16-.223-.266-.325a1.224 1.224 0 00-.092-.15.736.736 0 01-.119-.226c-.007-.01-.007-.015-.007-.026a1.935 1.935 0 01-.098-.244 2.616 2.616 0 01-.034-.09c-.014-.04-.027-.078-.045-.117l-.038-.11-.037-.104c-.004-.023-.015-.045-.027-.069-.013-.024-.026-.05-.03-.074-.015-.004-.015-.016-.015-.02-.08-.148-.234-.224-.383-.296-.062-.03-.123-.06-.177-.094a7.996 7.996 0 01-.527-.283c-.01-.007-.018-.01-.026-.01a.087.087 0 01-.011.001c-.008.001-.012.001-.012.01.017.077.063.149.108.22l.047.077c.022.046.052.091.082.136.075.113.15.226.113.36-.03.028-.06.06-.091.095a2.193 2.193 0 01-.104.108.067.067 0 01-.017.02.273.273 0 00-.025.025 4.389 4.389 0 00-.31.281l-.1.095c-.042.045-.091.087-.14.128a.891.891 0 00-.24.26c-.038.047-.068.1-.098.154a.648.648 0 01-.168.222l-.009.003c-.01.003-.024.008-.033.02a.046.046 0 01-.03.022c-.004.006-.01.008-.02.01a.095.095 0 00-.029.013c0 .019.002.037.004.055a.268.268 0 01-.004.103s-.007.01-.011.022a.457.457 0 01-.32.136v-.027c.014-.026.03-.05.045-.077.022-.037.046-.075.068-.122.072-.086.136-.18.2-.272.12-.175.242-.352.42-.492.07-.082.152-.158.234-.235.192-.178.383-.357.417-.607a.28.28 0 01-.037-.036.432.432 0 00-.06-.058 3.755 3.755 0 01-.892-.677c-.02.002-.039.002-.056.002l-.053.001c-.036.012-.072.02-.108.029-.069.016-.136.032-.2.07a2.506 2.506 0 00-.262.038c-.22.04-.442.08-.656-.024-.148-.035-.244.076-.336.183-.034.04-.068.08-.104.11-.015.004-.015.016-.015.02 0 .01.015.018.015.018l.074.031c.084.037.17.075.26.04a.602.602 0 01.023-.006c.013-.004.024-.007.034-.012l.028-.003c.033-.005.066-.009.092.003.12.007.23.075.301.158v.019a.11.11 0 00-.003.004c-.005.008-.006.01-.02.01-.023.014-.049.02-.078.025-.03.007-.065.015-.102.032-.24.056-.447-.032-.66-.124l-.088-.037c-.157.08-.234.22-.313.36a1.37 1.37 0 01-.154.238c-.158.169-.3.353-.376.564a.04.04 0 00-.024.019c-.002.003-.003.006-.006.007a.573.573 0 01-.109.224.948.948 0 00-.064.103.063.063 0 01-.026.034 1.819 1.819 0 01-.013.006c-.046.02-.095.043-.123.084a.647.647 0 000 .241.736.736 0 01-.218.146l-.06.03a.281.281 0 00-.08.023z",
52
+ fill: "#000"
53
+ }
54
+ )
55
+ ]
56
+ }
57
+ );
58
+ };
59
+ export {
60
+ Gaz as default
61
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Geely: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Geely;
@@ -0,0 +1,27 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Geely = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "48px",
7
+ height: "8px",
8
+ viewBox: "0 0 48 8",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#prefix__clip0_229_212)", fill: "#000", children: /* @__PURE__ */ jsx("path", { d: "M2.001 1.83l.04-.302c.073-.522.292-.954.772-1.222.268-.15.56-.233.865-.26.296-.027.594-.04.891-.04C6.563.002 8.558.004 10.552.004c.18 0 .27.089.27.266v1.076c0 .184-.022.204-.208.204H4.443c-.233.001-.345.109-.346.34v3.43c0 .233.109.339.345.34h4.212c.022 0 .044-.002.077-.005V5.56 4.45c0-.112 0-.112-.113-.112H5.575c-.052 0-.103 0-.155-.002-.108-.006-.143-.04-.144-.148-.002-.415-.002-.83 0-1.246 0-.099.035-.13.136-.133.115-.002.23 0 .344 0h4.83c.232 0 .236.003.236.233v3.96l-.002.094c0 .07-.037.104-.106.107a1.554 1.554 0 01-.094.004c-2.127 0-4.252 0-6.378-.002-.388 0-.77-.043-1.139-.171-.597-.207-.933-.632-1.042-1.242-.02-.11-.025-.22-.04-.33-.004-.029-.013-.055-.02-.082V1.83zM17.077.004h2.751c.319 0 .27.026.27.264V1.35c0 .163-.035.2-.203.2h-5.149c-.046 0-.091-.002-.138.001-.18.012-.285.12-.286.296l-.001.88c0 .058.017.083.078.08.054-.004.108 0 .163 0h5.14c.245 0 .256.01.256.255v1.015c0 .242-.017.256-.257.256h-5.252c-.084 0-.127.04-.127.123v.879c0 .215.104.322.32.323l4.127.001h1.074c.237 0 .256.02.256.25v1.118c0 .142-.029.171-.168.176-.037.002-.075.002-.111.002-1.791 0-3.582 0-5.373-.002-.411 0-.817-.046-1.203-.197-.555-.217-.869-.632-.97-1.206a3.558 3.558 0 01-.051-.601c-.005-1.061-.003-2.122-.002-3.184 0-.349.034-.692.174-1.017.205-.472.585-.735 1.07-.871.363-.102.736-.125 1.112-.125h2.501v.001zM26.14.004h2.768c.245 0 .248.004.248.248v1.093c-.003.177-.032.206-.212.206h-5.157c-.333 0-.415.083-.415.414 0 .245.003.49-.002.734-.002.084.025.111.113.11 1.753-.003 3.506-.002 5.26-.002.175 0 .263.088.264.264v1.092c0 .145-.024.17-.169.17h-5.346c-.119 0-.12 0-.119.117.002.315 0 .632.01.947.006.164.114.254.282.26.057.003.114.003.171.003h5.037c.272 0 .284.012.284.284v1.033c0 .028 0 .057-.002.085-.011.116-.031.136-.147.142l-.06.002c-1.808 0-3.615 0-5.424-.002-.388 0-.77-.042-1.139-.17-.598-.208-.933-.636-1.033-1.247a3.996 3.996 0 01-.05-.636 433.546 433.546 0 01-.001-3.123c0-.268.02-.533.09-.794.168-.616.589-.967 1.195-1.123.347-.09.7-.109 1.055-.109h2.501l-.002.002zM40.71 3.124c.025-.04.036-.067.055-.088l2.56-2.784c.177-.193.396-.256.655-.252.567.011 1.134.004 1.702.004.075 0 .149 0 .224.004.088.005.117.054.072.132a.848.848 0 01-.103.136c-1.36 1.482-2.72 2.964-4.078 4.447a.23.23 0 00-.05.144c-.004.697-.003 1.393-.003 2.09v.102c-.005.11-.035.144-.146.145-.398.002-.796.002-1.194.002-.198 0-.396 0-.594-.002-.108-.002-.135-.028-.15-.133-.005-.031-.003-.063-.003-.094V4.878a.246.246 0 00-.068-.182C38.58 3.598 37.577 2.5 36.57 1.4c-.357-.39-.714-.777-1.068-1.169-.042-.047-.092-.124-.08-.174.019-.08.115-.052.179-.052.59-.002 1.18-.002 1.77 0 .105 0 .213-.003.316.015.169.029.304.124.419.25l2.524 2.76c.02.022.04.047.078.094v-.001zM35.192 7.2c-.943 0-1.885.006-2.828-.003a2.345 2.345 0 01-.982-.209c-.425-.2-.654-.55-.747-.992a3.615 3.615 0 01-.087-.724c-.007-1.69-.004-3.378-.004-5.068 0-.034-.002-.069.005-.102.01-.056.04-.094.102-.094l.12-.003h1.598c.044 0 .086.002.13.004.066.003.107.036.116.102.008.053.015.107.015.16v4.923l.001.128c.009.173.115.286.29.3.083.008.166.012.25.012h4.725c.052 0 .103 0 .155.003.128.007.164.044.166.175.002.148 0 .295 0 .443v.742c0 .182-.023.207-.207.207h-2.82v-.006l.002.002z" }) }),
13
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "prefix__clip0_229_212", children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "#fff",
17
+ transform: "scale(1.00059)",
18
+ d: "M0 0h47.972v7.202H0z"
19
+ }
20
+ ) }) })
21
+ ]
22
+ }
23
+ );
24
+ };
25
+ export {
26
+ Geely as default
27
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Genesis: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Genesis;
@@ -0,0 +1,32 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Genesis = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "40px",
7
+ height: "12px",
8
+ viewBox: "0 0 40 12",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M19.18 2.085c-.427.089-1.418.38-2.703.79l-.561.178-1.046-.004c-1.095-.008-2.678-.07-8.304-.325-4.904-.225-4.587-.217-4.548-.151.201.34.6.615 1.01.689.418.08 1.878.22 6.616.642 1.32.12 2.714.248 3.097.29 2.006.221 2.42.415 2.989 1.39.573.988.844 1.386 1.312 1.917.577.654 1.626 1.448 2.544 1.92l.414.213.414-.213c.906-.465 1.967-1.266 2.544-1.92.468-.53.74-.93 1.312-1.917.57-.975.983-1.169 2.989-1.39.383-.042 1.777-.17 3.097-.29 4.738-.422 6.198-.561 6.616-.642.41-.074.809-.349 1.01-.69.039-.065.357-.073-4.548.152-4.55.205-6.942.305-8.13.332-1.162.028-.987.059-2.683-.464-1.51-.469-1.967-.573-2.544-.589a3.085 3.085 0 00-.898.082zm1.834.72c.817.205 1.831.542 2.265.75.434.214.538.334.526.62-.011.465-.607 1.824-1.087 2.493-.294.415-.887 1.026-1.344 1.394-.367.298-1.2.848-1.327.883-.16.038-1.046-.55-1.72-1.138a6.547 6.547 0 01-1.602-2.09c-.217-.446-.5-1.228-.538-1.503-.05-.333.19-.542.948-.836.647-.252 1.97-.627 2.633-.747.205-.035.662.027 1.246.174z",
16
+ fill: "#000"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M17.209 4.4a.495.495 0 00-.182.577c.089.29.418.418.762.298.117-.043.12-.05.12-.271v-.229h-.174c-.17 0-.232.058-.116.101.035.015.058.074.058.155 0 .12-.008.131-.116.131-.275 0-.41-.363-.228-.6.073-.089.108-.1.244-.089.089.012.19.031.228.047.054.027.066.011.066-.066 0-.108-.078-.143-.352-.143a.52.52 0 00-.31.089zM18.053 4.338c-.016.011-.012.042.011.07.02.023.043.232.047.468l.011.422.341.012c.317.011.337.007.337-.07 0-.07-.023-.078-.236-.078h-.233l.012-.147c.012-.143.012-.143.198-.155.127-.007.181-.027.181-.07 0-.038-.05-.053-.193-.053h-.194v-.271h.236c.202 0 .233-.008.213-.062-.011-.035-.023-.07-.023-.078 0-.027-.681-.015-.708.012zM18.931 4.357c-.015.023-.007.054.016.062.031.008.047.151.047.46 0 .438 0 .442.088.43.078-.011.086-.038.105-.278l.02-.271.224.282c.174.213.248.275.31.268.08-.012.085-.031.085-.496 0-.468-.004-.484-.085-.496-.082-.011-.085.004-.097.299l-.012.313-.244-.31c-.182-.236-.263-.31-.333-.31-.054 0-.108.02-.123.047zM20 4.365c0 .03.02.07.039.081.023.016.038.205.038.45v.421h.33c.302 0 .329-.007.329-.077 0-.07-.027-.078-.213-.078h-.213v-.309h.193c.147 0 .194-.016.194-.058 0-.043-.047-.058-.194-.058h-.193v-.271h.216c.183 0 .213-.012.202-.07-.012-.054-.066-.066-.372-.077-.294-.008-.356 0-.356.046zM21.014 4.35a.26.26 0 00-.124.139c-.058.15.027.286.252.41.225.12.26.236.085.256a.56.56 0 01-.224-.027c-.113-.04-.116-.035-.105.065.012.101.023.105.248.117.19.007.252-.004.337-.07.197-.155.127-.376-.167-.523-.14-.07-.193-.12-.193-.182 0-.073.015-.077.213-.058.19.02.213.012.213-.05 0-.039-.028-.081-.062-.093-.09-.035-.368-.023-.473.015zM21.719 4.357c-.016.023-.008.054.015.062.031.008.047.151.047.457v.441h.232V4.311h-.132c-.073 0-.147.02-.162.046zM22.358 4.369c-.225.124-.16.364.139.519.132.07.194.127.194.178 0 .093-.16.124-.333.062-.113-.04-.117-.035-.105.065.012.101.023.105.248.117.294.015.441-.082.441-.28 0-.139-.05-.197-.298-.332-.108-.058-.166-.12-.166-.167 0-.07.019-.073.213-.054.19.02.213.012.213-.05 0-.039-.028-.081-.062-.093a.799.799 0 00-.484.035zM3.129 3.761c.007.02.143.151.302.298 1.146 1.045 1.982 1.363 4.103 1.545.968.085 2.288.166 3.891.236.766.035 1.487.081 1.603.104a.683.683 0 01.348.167c.078.07.128.14.116.15-.023.024-2.814-.022-4.39-.073-.495-.015-.724-.011-.697.016.09.089 2.025.63 3.094.867l.545.12 1.51.004c1.638.004 1.626.004 1.835.224l.09.097-.167.023c-.19.024-1.255.101-1.394.101-.054 0-.073.016-.05.035.042.046 1.417.422 2.028.561.57.124 1.549.306 1.568.287.008-.008-.081-.093-.201-.186-.5-.399-1.065-1.084-1.796-2.168-.38-.565-.767-.987-1.034-1.134-.36-.194-1.177-.337-2.911-.511-4.499-.442-8.176-.794-8.343-.794-.035 0-.058.016-.05.031zM35.214 3.87c-.755.07-2.272.216-3.368.325-1.095.108-2.524.247-3.174.313-1.924.186-2.733.325-3.105.527-.267.147-.654.569-1.034 1.134-.731 1.084-1.297 1.77-1.796 2.168-.12.093-.209.178-.201.186.02.02.998-.163 1.568-.287.611-.14 1.986-.515 2.028-.561.023-.02.004-.035-.05-.035-.14 0-1.204-.077-1.394-.1l-.166-.024.089-.097c.209-.22.197-.22 1.835-.224l1.51-.004.545-.12c1.065-.236 3.005-.778 3.094-.867.027-.027-.198-.031-.678-.016-1.517.047-4.386.097-4.41.074-.01-.012.04-.081.117-.151.1-.09.205-.14.348-.167.116-.023.836-.07 1.603-.104a92.956 92.956 0 003.89-.236c2.118-.182 2.958-.5 4.104-1.545.159-.147.298-.279.302-.298.02-.046-.147-.035-1.657.108z",
23
+ fill: "#000"
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
29
+ };
30
+ export {
31
+ Genesis as default
32
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Gitte: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Gitte;
@@ -0,0 +1,25 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Gitte = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "20px",
7
+ height: "20px",
8
+ viewBox: "0 0 20 20",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M17.196 13.5A7.969 7.969 0 0018 10c0-.873-.14-1.713-.398-2.5H12.5v6h4.696zm-.95 1.5H11V7.5H9.5V6H11V3.5h1.5V6h4.43A7.997 7.997 0 0010 2a7.997 7.997 0 00-6.93 4H8v11.748c.64.165 1.31.252 2 .252a7.985 7.985 0 006.245-3zM6.5 17.196A8 8 0 012 10c0-.873.14-1.713.398-2.5H6.5v9.696zM8.25 4.5a1 1 0 11-2 0 1 1 0 012 0z",
17
+ fill: "#000"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ };
23
+ export {
24
+ Gitte as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Grunwald: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Grunwald;
@@ -0,0 +1,25 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Grunwald = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "47px",
7
+ height: "12px",
8
+ viewBox: "0 0 47 12",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2 5.99C2 8.21 3.79 10 6.01 10a4.016 4.016 0 004.008-4.01c0-2.2-1.81-3.99-4.009-3.99C3.79 2 2 3.79 2 5.99zm4.256.26l.374.673.793 1.408H4.294l.793-1.408.374-.673h-.78L5.27 5.2l.392-.715h-.697l.447-.799.446-.777.427.777.447.8h-.677l.392.714.59 1.05h-.78zM20.372 4.447h1.246l-.232.621H20.14l.232-.62zm21.762 1.634c-.102-.018-.196-.037-.298-.037a1.19 1.19 0 00-.548.123c-.168.077-.316.201-.447.374-.13.172-.223.334-.279.496a.749.749 0 00-.046.335.33.33 0 00.12.239.388.388 0 00.26.086.688.688 0 00.345-.105c.128-.072.239-.17.326-.287a2.11 2.11 0 00.278-.459c.075-.172.177-.43.289-.765zm.307 2.467h-1.163l.149-.402a4.902 4.902 0 01-.27.191.98.98 0 01-.278.144 2.11 2.11 0 01-.345.114 1.4 1.4 0 01-.344.038c-.204 0-.381-.038-.53-.114a.831.831 0 01-.335-.315.99.99 0 01-.111-.488c0-.191.037-.382.102-.592.093-.287.242-.564.437-.842a2.81 2.81 0 01.65-.65 2.4 2.4 0 01.708-.334c.242-.057.493-.096.753-.096.177 0 .372.02.586.048.102-.248.233-.611.381-1.06h1.265c-.27.63-.576 1.404-.92 2.312-.345.918-.596 1.596-.735 2.046zm-5.478 0l.279-.689.902-2.389.456-1.28h1.274l-.39.974-.912 2.418-.335.966h-1.274zm-2.8-2.332c.112-.21.187-.354.215-.43.037-.087.102-.21.176-.383.642-.134 1.181-.2 1.61-.2.241 0 .455.028.641.085.186.058.316.144.39.278.066.124.066.305-.009.535-.037.124-.14.392-.316.802a36.23 36.23 0 00-.605 1.645h-1.227c.102-.23.297-.717.567-1.453-.083.038-.158.067-.204.086-.056.019-.14.048-.26.076-.13.039-.224.067-.298.086l-.196.086a.557.557 0 00-.13.115c-.037.038-.056.086-.074.134a.18.18 0 00.018.181c.047.048.121.077.252.077.037 0 .083 0 .139-.01a1.85 1.85 0 00.223-.057c-.111.162-.26.401-.446.717a3.668 3.668 0 01-.53.047c-.252 0-.456-.038-.605-.114-.148-.067-.232-.191-.279-.354a.874.874 0 01.028-.487.978.978 0 01.149-.296c.065-.096.148-.192.251-.287.102-.086.214-.163.335-.23.111-.066.27-.124.455-.181a7.75 7.75 0 01.698-.172c.111-.02.223-.038.316-.067a.93.93 0 00.214-.057.504.504 0 00.121-.068c.028-.028.056-.047.074-.076.019-.028.028-.057.038-.086.028-.077.018-.143-.038-.181-.046-.048-.14-.068-.27-.068-.353 0-.827.106-1.422.307zm-6.007 2.332c.037-1.5.046-2.59.018-3.26.205 0 .41.01.614.01.195 0 .382-.01.549-.01l-.102 1.673-.038.335.428-.66.884-1.348c.205 0 .41.01.614.01.223 0 .418-.01.586-.01l-.158 1.787-.028.22.102-.162c.028-.038.093-.134.186-.287l1.041-1.558c.205 0 .39.01.568.01.149 0 .344-.01.586-.01L31.96 8.041l-.363.507h-1.181l.074-.918c.019-.182.056-.516.121-1.013-.614.917-1.041 1.558-1.311 1.93h-1.144zm-5.19 0c.224-.478.438-1.014.66-1.597.233-.592.428-1.147.605-1.663.252 0 .466.01.642.01.214 0 .41-.01.604-.01l-.167.43c.093-.076.168-.134.233-.181a1.09 1.09 0 01.232-.134.943.943 0 01.27-.105c.093-.029.186-.057.288-.067a1.853 1.853 0 01.744.02.93.93 0 01.307.143c.074.057.13.133.168.229a.503.503 0 01.027.286c-.011.111-.036.22-.074.326-.028.085-.093.258-.195.525l-.428 1.157c-.077.21-.151.42-.223.63h-1.265c.084-.19.195-.477.344-.86.14-.382.242-.65.288-.812.084-.239.093-.401.038-.497-.066-.096-.159-.143-.298-.143a.785.785 0 00-.381.114c-.13.086-.251.201-.363.354-.102.162-.232.41-.372.765-.14.353-.27.716-.4 1.08h-1.283zm-.669 0h-1.181l.14-.44c-.103.105-.196.172-.26.22-.066.048-.14.086-.215.124-.065.038-.149.067-.232.096a2.015 2.015 0 01-.28.066c-.102.01-.204.02-.306.02-.168 0-.317-.02-.447-.058a.64.64 0 01-.325-.2.52.52 0 01-.121-.325c0-.115.028-.258.074-.411.019-.039.038-.096.075-.182l.288-.726c.102-.268.205-.555.325-.88.075-.2.14-.392.196-.564.26 0 .474.01.66.01.177 0 .381-.01.605-.01L20.8 6.502c-.084.191-.13.316-.149.383-.028.066-.037.114-.047.133-.074.22-.083.373-.018.459a.346.346 0 00.279.115c.046 0 .102-.01.158-.02.046-.018.102-.038.158-.066.046-.029.102-.058.14-.096.055-.038.102-.095.148-.153.056-.067.102-.143.149-.22.069-.14.13-.284.186-.43.056-.124.14-.344.251-.65l.242-.669c.27 0 .484.01.66.01.195 0 .382-.01.586-.01-.22.508-.427 1.022-.623 1.54-.186.487-.39 1.06-.623 1.72zm-6.222 0l.558-1.415.298-.822c.056-.144.102-.296.158-.45.047-.152.112-.343.177-.573.25 0 .456.01.595.01.177 0 .372-.01.595-.01l-.13.364c.112-.096.204-.172.27-.21.065-.049.14-.087.223-.125a.957.957 0 01.232-.086.958.958 0 01.474 0c-.074.24-.13.43-.176.583l-.14.488a1.127 1.127 0 00-.297-.048.962.962 0 00-.344.057 1.14 1.14 0 00-.298.163 1.246 1.246 0 00-.25.286c-.085.115-.168.297-.27.536-.106.278-.206.558-.299.84-.036.115-.074.25-.12.412h-1.256zm-1.6-2.543c.289.01.559.01.81.01.446 0 .79 0 1.041-.01-.13.297-.288.708-.493 1.243-.204.535-.353.936-.446 1.214-.251.038-.465.076-.623.095-.168.02-.363.038-.586.048a7.1 7.1 0 01-.595.028 4.48 4.48 0 01-.81-.066 1.95 1.95 0 01-.65-.23.93.93 0 01-.4-.43 1.338 1.338 0 01-.121-.63c0-.25.046-.498.13-.765.14-.43.381-.832.707-1.205.335-.372.735-.659 1.2-.879.456-.22 1.004-.325 1.627-.325.456 0 .94.058 1.45.172-.111.34-.21.685-.297 1.033-.14-.048-.241-.086-.325-.115-.084-.02-.186-.048-.298-.067-.12-.029-.232-.039-.335-.058-.111-.009-.204-.009-.297-.009-.223 0-.456.028-.679.096a1.923 1.923 0 00-.623.315 2.046 2.046 0 00-.493.497c-.14.191-.242.401-.307.611-.074.22-.102.42-.074.593.027.172.12.297.27.392.148.086.334.134.557.134.186 0 .4-.029.633-.086l.26-.698c-.13 0-.205-.01-.233-.01l-.334.01.158-.391c.01-.048.037-.106.065-.192.028-.076.065-.181.111-.324zm8.129-1.558h1.246l-.233.621h-1.246l.233-.62z",
17
+ fill: "#000"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ };
23
+ export {
24
+ Grunwald as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const HartungFull: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default HartungFull;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const HartungFull = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "48px",
7
+ height: "10px",
8
+ viewBox: "0 0 48 10",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M36.496 6.265l.715-2.848h1.303l1.074 1.474.372-1.474h1.26l-.702 2.848h-1.331l-1.06-1.43-.357 1.43h-1.274zM28.652 6.265l.587-2.376h-1.346l.13-.472h4.021l-.114.472h-1.346l-.6 2.376h-1.332zM22.812 6.265l.716-2.848h2.347c.487 0 .83.029 1.045.072.2.057.358.143.458.272.1.128.129.286.086.443-.057.215-.2.387-.43.53-.243.143-.558.229-.959.258.172.071.33.157.43.243.114.086.243.243.415.458l.415.558h-1.517l-.515-.615c-.187-.23-.301-.358-.387-.415a.545.545 0 00-.243-.115c-.043-.014-.115-.014-.186-.029h-.043l-.3 1.188h-1.332zm2.004-1.646c.444 0 .716-.014.83-.028a.75.75 0 00.286-.115.36.36 0 00.143-.214c.03-.1 0-.172-.071-.23a.583.583 0 00-.315-.114c-.072 0-.3-.014-.673-.014h-.3l-.186.73h.286v-.015zM17.745 6.265l2.376-2.848h1.303l1.002 2.848h-1.332l-.214-.644h-1.317l-.515.644h-1.303zm2.992-1.13l-.215-.702-.558.702h.773zM13.35 6.265l.716-2.848h1.332l-.272 1.117H16.5l.286-1.117h1.331l-.716 2.848h-1.33l.314-1.245h-1.388l-.315 1.245H13.35zM42.121 6.122c-.315-.129-.544-.3-.658-.53a1.058 1.058 0 01-.072-.758c.072-.3.243-.558.487-.787.257-.23.587-.4 1.002-.53.286-.1.744-.157 1.23-.172.745-.014 1.632.03 1.876.86l-1.217.114c-.129-.644-1.13-.43-1.503-.215-.272.158-.458.4-.53.701-.085.344-.028.587.172.76.458.4 1.102.214 1.589.013l.086-.357h-1.045l.115-.473H46l-.229 1.131c-.215.114-.53.215-.916.3-.458.1-.859.172-1.331.158a3.642 3.642 0 01-1.403-.215zM32.731 6.223c-.214-.058-.372-.144-.472-.244-.1-.1-.158-.2-.172-.315-.014-.157.014-.4.086-.73l.386-1.517h1.332l-.387 1.546a2.76 2.76 0 00-.086.472c.015.115.086.215.215.287.072.028.143.057.243.085l.13.015.128-.015c.1-.014.186-.043.272-.071.143-.072.243-.143.3-.243.058-.1.1-.258.158-.487l.4-1.575h1.332l-.372 1.503c-.086.344-.172.587-.258.73-.086.143-.2.258-.358.358-.157.1-.357.172-.586.23-.487.128-1.818.128-2.29-.03zM9.228 2H6.967l-.444 1.617c-.086.287-.33.301-.658.301h-.043c-.33 0-.516-.029-.444-.315L5.822 2H3.56l-.658 2.39H8.57L9.228 2zM7.668 7.682l.702-2.576H2.7L2 7.682h2.262l.458-1.617c.085-.286.272-.3.6-.3h.044c.329 0 .572.071.486.314l-.443 1.603h2.261z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M9.228 2h1.747l.959 2.705-2.52 2.978H7.668l2.52-2.978L9.227 2z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ HartungFull as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const HartungSymbol: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default HartungSymbol;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const HartungSymbol = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "25px",
7
+ height: "16px",
8
+ viewBox: "0 0 25 16",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M17.264 2H12.49l-.937 3.416c-.182.604-.696.634-1.39.634h-.092c-.695 0-1.088-.06-.937-.665L10.071 2H5.294l-1.39 5.048h11.969L17.264 2zM13.97 14l1.48-5.44H3.482L2 14h4.776l.967-3.416c.181-.604.574-.634 1.27-.634h.09c.695 0 1.21.15 1.028.665L9.194 14h4.776z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M17.264 2h3.688l2.025 5.713L17.657 14H13.97l5.32-6.287L17.264 2z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ HartungSymbol as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Haval: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Haval;
@@ -0,0 +1,25 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Haval = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "48px",
7
+ height: "8px",
8
+ viewBox: "0 0 48 8",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M6.148 1.686c-.762 1.157-1.892 3.649-2.078 4.58l-.052.26h2.466l.356-.739c.507-1.053 1.205-1.54 2.207-1.54.381 0 .383.005.208.382-.161.344-.58 1.544-.6 1.72-.014.111.183.136 1.227.157l1.244.024.258-.55c.141-.302.503-1.062.802-1.688 1.138-2.378 1.49-3.134 1.49-3.209 0-.042-.548-.076-1.216-.076-1.403 0-1.22-.106-1.953 1.127l-.5.844-.947.095c-.52.052-.962.083-.98.069-.036-.028.081-.29.607-1.362.181-.37.307-.695.28-.723-.028-.027-.573-.05-1.212-.05h-1.16l-.447.679zm13.22-.586c-.791.083-1.54.278-2.037.532-1.016.518-2.618 1.752-3.528 2.717-.737.781-1.792 2.017-1.792 2.1 0 .041.55.076 1.223.076h1.222l.338-.328c.185-.181.532-.4.77-.489.495-.183 2.14-.314 2.14-.17 0 .049-.059.257-.131.462a2.848 2.848 0 00-.131.449c0 .042.463.076 1.029.075H19.5l.423-1.16a37.21 37.21 0 01.547-1.436c.069-.152.125-.318.125-.37 0-.05.055-.222.122-.38.068-.158.186-.456.263-.66l.28-.745c.078-.204.174-.437.215-.516.04-.079.05-.168.02-.197-.07-.07-1.296-.047-2.126.04zm3.207-.02c-.042.068.193 3.323.353 4.898l.056.547h1.192c1.11 0 1.209-.014 1.422-.197.199-.172 1.719-1.62 4.607-4.394.447-.43.813-.814.813-.854 0-.04-.613-.073-1.362-.073h-1.362l-1.535 1.51c-.844.832-1.567 1.523-1.605 1.537-.068.025-.2-.898-.337-2.346l-.061-.657-1.067-.025c-.586-.013-1.088.01-1.114.054zm12.385.02c-1.402.146-2.401.577-3.504 1.51-.444.376-4.029 3.83-4.029 3.883 0 .018.557.032 1.238.032h1.238l.333-.323c.482-.468 1.017-.65 2.074-.706.494-.026.898-.027.898-.002 0 .026-.054.18-.12.342-.306.744-.367.69.769.69 1.197 0 1.068.11 1.67-1.446.223-.578.44-1.13.483-1.226.288-.656.952-2.699.904-2.781-.046-.08-1.061-.066-1.954.027zm3.27.235c-.076.181-.266.684-.423 1.117-.157.434-.432 1.183-.611 1.664-.573 1.536-.587 1.6-.433 1.898.249.481.453.511 3.488.511 2.671 0 2.761-.005 2.882-.178.068-.097.287-.351.486-.564.2-.212.363-.408.363-.435 0-.027-1.035-.05-2.3-.05-1.299-.001-2.356-.038-2.43-.085-.116-.073-.113-.134.028-.502.087-.23.324-.89.525-1.465.307-.876.434-1.12.787-1.506.232-.254.498-.486.593-.516.44-.14-.05-.217-1.374-.217h-1.444l-.138.328zm-19.212 1.11c0 .02-.095.227-.211.46-.116.233-.311.65-.433.927l-.222.503-.903-.002-.902-.003.744-.721c.435-.422.945-.821 1.226-.96.445-.22.701-.294.701-.204zm15.504.033a.29.29 0 01-.075.154c-.04.045-.135.24-.21.433-.074.193-.225.558-.335.81l-.201.46h-.904c-.496 0-.903-.026-.903-.059 0-.143 1.487-1.446 1.879-1.646.431-.22.749-.285.749-.152z",
17
+ fill: "#000"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ };
23
+ export {
24
+ Haval as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Higer: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Higer;
@@ -0,0 +1,25 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Higer = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "16px",
8
+ viewBox: "0 0 24 16",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M12.492 2h-.496c-.104.002-.208.002-.312.002-.19 0-.38 0-.57.013-.25.018-.496.03-.743.055-.256.024-.511.06-.767.097a13.854 13.854 0 00-3.095.81c-.472.189-.931.402-1.372.654a8.449 8.449 0 00-1.309.91 6.463 6.463 0 00-.834.85c-.289.358-.523.748-.7 1.174-.182.438-.27.892-.292 1.363-.009.213.012.423.046.633.088.548.289 1.056.581 1.528.256.41.566.776.916 1.11.304.29.63.549.977.783.526.356 1.086.651 1.67.904.585.25 1.184.453 1.8.614.377.098.757.183 1.14.25.253.046.503.088.755.119.238.03.478.051.718.073a15.957 15.957 0 002.198.04c.25-.013.496-.031.742-.052.314-.028.627-.07.938-.12.362-.057.724-.12 1.083-.206.642-.15 1.272-.338 1.887-.581A10.408 10.408 0 0019.5 11.95a7.176 7.176 0 001.366-1.208 4.597 4.597 0 00.944-1.67c.106-.353.149-.713.164-1.078.002-.044-.003-.087-.007-.13a1.078 1.078 0 01-.008-.113 2.696 2.696 0 00-.055-.442 4.138 4.138 0 00-.627-1.512 5.694 5.694 0 00-.955-1.105 8.101 8.101 0 00-.904-.706 9.734 9.734 0 00-1.607-.867c-.49-.21-.99-.39-1.5-.536-.45-.13-.91-.24-1.373-.325h-.001a13.548 13.548 0 00-1.48-.2 14.647 14.647 0 00-.966-.059zm6.242 2.98h-.128c-.295 0-.587.018-.88.045a9.637 9.637 0 00-2.245.484c-.722.25-1.412.569-2.082.934-.13.07-.265.137-.414.161a.661.661 0 01-.462-.07c-.186-.112-.259-.295-.274-.502a2.037 2.037 0 01.143-.852c.038-.1.079-.198.12-.297l.072-.175a.631.631 0 00.054-.28c-.009-.261-.194-.353-.386-.368-.244-.021-.463.058-.67.174-.325.182-.618.41-.9.654-.511.44-.985.918-1.458 1.396a118.459 118.459 0 01-.544.546 28.6 28.6 0 01-.689.678c-.554.524-1.123 1.029-1.77 1.437-.223.14-.451.27-.695.368-.444.173-.873.14-1.284-.107a4.483 4.483 0 01-.292-.194.237.237 0 01-.095-.134 3.483 3.483 0 01.162-2.237c.167-.405.401-.773.678-1.11.487-.591 1.08-1.05 1.735-1.434a9.452 9.452 0 012.24-.934c.423-.12.852-.214 1.284-.287.212-.036.426-.06.64-.082l.106-.012a12.783 12.783 0 012.757.018c.362.046.721.1 1.077.174a10.59 10.59 0 011.9.575 8.74 8.74 0 011.52.8c.244.162.473.341.695.527l.01.009.002.001v.001h.002c.024.021.05.044.07.09v.002zM4.872 10.636h.1l.19.001h.005c.13.002.26.003.39-.001.304-.01.608-.028.91-.055.499-.046.989-.134 1.47-.262.502-.13.989-.304 1.463-.505a15.786 15.786 0 001.234-.591c.08-.043.159-.086.24-.124a.846.846 0 01.544-.085c.25.051.38.216.435.453.055.24.012.478-.046.712a4.089 4.089 0 01-.25.667c-.03.067-.05.137-.07.213-.06.28.098.484.384.499.226.012.43-.052.621-.155a5.06 5.06 0 00.864-.615c.274-.228.532-.476.79-.723l.102-.099h.001c.21-.201.42-.402.62-.614.268-.284.545-.56.825-.831l.069-.067c.302-.294.603-.587.923-.865.356-.307.721-.608 1.117-.864.228-.146.46-.292.715-.398.225-.095.456-.156.703-.137.204.015.395.076.578.17.043.021.06.058.08.097.145.317.249.646.31.99.048.28.051.556.033.836-.024.353-.11.697-.246 1.029-.186.45-.439.855-.758 1.223a6.487 6.487 0 01-1.637 1.34 9.508 9.508 0 01-2.371.98c-.454.124-.916.215-1.382.288-.175.028-.352.045-.528.062l-.07.007-.044.004c-.523.055-1.047.07-1.57.055-.274-.009-.551-.021-.825-.052l-.136-.015a11.317 11.317 0 01-2.042-.386 9.735 9.735 0 01-1.863-.74 7.366 7.366 0 01-1.391-.934c-.14-.122-.272-.253-.404-.386l-.05-.05a.276.276 0 00-.007-.006c-.015-.014-.032-.03-.032-.063l.006-.003z",
17
+ fill: "#000"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ };
23
+ export {
24
+ Higer as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Hitachi: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Hitachi;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Hitachi = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "48px",
7
+ height: "12px",
8
+ viewBox: "0 0 48 12",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M37.367 2.168v2.708h3.623c0 .01-.003-2.709 0-2.708h1.794s.006 6.763 0 6.77H40.99v-2.98c0 .01-3.623 0-3.623 0 .003.013 0 2.983 0 2.98h-1.791s.01-6.77 0-6.77h1.791zM20.346 2.168v1.151h-2.744v5.62h-1.791v-5.62h-2.744s.003-1.149 0-1.151c.003.002 7.28 0 7.28 0zM23.053 3.319l-1.248 3.08h2.496l-1.248-3.08zm4.262 5.62H25.32c.003 0-.586-1.456-.586-1.456H21.37s-.578 1.458-.584 1.455c0 .003-2 0-2 0l3.167-6.77c0 .003 2.198 0 2.198 0l3.163 6.77zM44.206 8.938H46v-6.77h-1.794v6.77zM3.794 2.168s-.003 2.728 0 2.708h3.623c0 .01-.006-2.709 0-2.708h1.794s.006 6.763 0 6.77H7.417v-2.98c0 .01-3.623 0-3.623 0 0 .013-.003 2.983 0 2.98H2s.01-6.77 0-6.77h1.794zM10.633 8.938h1.791v-6.77h-1.791v6.77zM27.253 7.065a4.38 4.38 0 01-.242-1.445c0-.711.124-1.4.466-1.973a3.01 3.01 0 011.543-1.285A5.6 5.6 0 0131.006 2c.804 0 1.565.176 2.263.477.646.278 1.133.86 1.28 1.564.03.139.052.284.061.43h-1.88a1.595 1.595 0 00-.097-.52 1.308 1.308 0 00-.841-.783 2.634 2.634 0 00-.786-.119c-.31 0-.611.053-.887.153-.46.161-.817.534-.981.994a4.239 4.239 0 00-.246 1.424c0 .415.069.814.171 1.19.137.492.51.889.981 1.07a2.744 2.744 0 001.791.05 1.3 1.3 0 00.786-.705c.096-.22.145-.465.145-.727h1.891c-.012.222-.043.44-.09.643a2.184 2.184 0 01-1.254 1.494 5.962 5.962 0 01-4.126.191c-.875-.275-1.633-.905-1.934-1.761z",
15
+ fill: "#000"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ };
21
+ export {
22
+ Hitachi as default
23
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Honda: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Honda;
@@ -0,0 +1,39 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Honda = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "30px",
7
+ height: "20px",
8
+ viewBox: "0 0 30 20",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M4.915 15.425l.386.046c.175.019.193.166.193.258v.45H3.72v-.45c0-.092.018-.24.193-.258l.386-.046v-.386H2v.386l.386.046c.175.019.193.166.193.258v1.49c0 .091-.018.238-.193.257L2 17.522v.386h2.299v-.386l-.386-.046c-.175-.018-.193-.166-.193-.258v-.45h1.765v.45c0 .092-.018.24-.193.258l-.386.046v.386h2.299v-.386l-.387-.046c-.174-.018-.193-.166-.193-.258v-1.49c0-.091.019-.238.193-.257l.387-.046v-.386h-2.3v.386h.01zM20.225 15.04h-2.832v.385l.34.037c.12.018.203.065.203.23v1.517c0 .092-.019.24-.194.258l-.386.046v.386h2.87c1.03 0 1.875-.414 1.875-1.435 0-1.02-.846-1.425-1.876-1.425zm-.211 2.316h-.966v-1.765h.966c.57 0 .763.267.763.883 0 .607-.193.882-.763.882z",
16
+ fill: "#000"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M26.92 17.476c-.184-.018-.24-.138-.295-.22l-1.324-2.024c-.092-.147-.165-.193-.303-.193h-2.17v.386l.524.055a.15.15 0 01.092.24l-.984 1.59c-.037.065-.092.138-.203.157l-.386.046v.386h1.83v-.386l-.313-.028c-.137-.018-.211-.11-.137-.22l.147-.24h1.765l.129.193c.12.175-.028.249-.156.258l-.322.037v.386h2.483v-.386l-.377-.037zM23.7 16.52l.543-.883.579.883h-1.122zM15.342 15.425l.387.046c.174.019.193.166.193.258v1.434l-1.517-2.005c-.065-.091-.13-.119-.295-.119h-1.967v.386l.386.046c.174.019.193.166.193.258v1.49c0 .091-.019.238-.193.257l-.386.046v.386h1.839v-.386l-.387-.046c-.174-.019-.193-.166-.193-.258v-1.434l1.518 1.995c.073.092.128.12.294.12h1.398v-2.18c0-.091.018-.239.193-.257l.386-.046v-.386h-1.83l-.019.395zM9.669 14.938c-1.867 0-2.345.818-2.345 1.526 0 .708.478 1.536 2.345 1.536 1.867 0 2.345-.819 2.345-1.526 0-.718-.478-1.536-2.345-1.536zm0 2.52c-.726 0-1.02-.304-1.02-.984 0-.681.303-.984 1.02-.984.726 0 1.02.303 1.02.984 0 .68-.294.983-1.02.983zM17.825 2.947c-.312 1.407-.441 2.06-.699 3.071-.248.975-.441 1.886-.772 2.327-.331.45-.782.542-1.085.58a4.535 4.535 0 01-.616.027c-.34 0-.46-.01-.616-.028-.304-.037-.754-.129-1.085-.58-.331-.44-.524-1.35-.764-2.326-.257-1.02-.386-1.664-.698-3.07 0 0-.313.008-.45.018-.194.009-.341.027-.497.046 0 0 .183 2.896.266 4.128.083 1.288.24 3.467.377 5.113 0 0 .267.046.708.064.46.028.671.028.671.028.194-.727.424-1.729.69-2.161.22-.35.552-.386.745-.414.294-.037.552-.046.662-.046.12 0 .368 0 .662.046.193.028.524.065.745.414.267.432.506 1.434.69 2.16 0 0 .202 0 .662-.027.441-.027.708-.064.708-.064.138-1.646.294-3.816.377-5.113.082-1.223.266-4.128.266-4.128-.156-.019-.312-.037-.496-.046-.138-.01-.45-.019-.45-.019z",
23
+ fill: "#000"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M21.476 4.657c-.184-1.839-1.416-2.225-2.492-2.409-.543-.092-1.508-.165-2.124-.193A48.912 48.912 0 0014.662 2c-.386 0-1.655.018-2.198.055-.616.028-1.581.101-2.124.193-1.076.184-2.308.57-2.492 2.41-.055.505-.064 1.158-.055 1.857.019 1.168.12 1.95.175 2.501.037.377.193 1.499.395 2.078.276.8.524 1.03.819 1.27.533.431 1.416.57 1.6.606.993.175 2.997.212 3.89.212.882 0 2.896-.028 3.889-.212.184-.037 1.067-.165 1.6-.607.294-.239.542-.469.818-1.269.203-.58.359-1.71.396-2.078.055-.542.156-1.333.174-2.501-.009-.708-.027-1.361-.073-1.858zm-.68 3.09c-.11 1.471-.24 2.354-.424 2.989-.165.56-.367.928-.662 1.195-.496.45-1.177.543-1.581.607-.865.129-2.327.175-3.467.175-1.15 0-2.602-.046-3.467-.175-.404-.064-1.085-.156-1.581-.607-.294-.267-.497-.644-.662-1.195-.184-.635-.322-1.518-.423-2.989-.065-.883-.055-2.317.046-3.09.138-1.158.708-1.737 1.93-1.949a18 18 0 012.07-.211 40.877 40.877 0 012.087-.056c.533-.009 1.499.019 2.078.056a18 18 0 012.07.211c1.222.22 1.792.8 1.94 1.95.1.763.11 2.197.045 3.09z",
30
+ fill: "#000"
31
+ }
32
+ )
33
+ ]
34
+ }
35
+ );
36
+ };
37
+ export {
38
+ Honda as default
39
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Hongqi: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Hongqi;