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,39 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const XCMG = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "37px",
7
+ height: "11px",
8
+ viewBox: "0 0 37 11",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M8.31 2.007H2.58a.573.573 0 00-.573.573v5.731c0 .317.256.574.573.574h5.73a.574.574 0 00.574-.574v-5.73a.573.573 0 00-.574-.574zm-4.348.863H6.94l.743 1.287H3.22l.743-1.287zm0 5.162l-1.49-2.58.744-1.29 2.234 3.87H3.962zm2.979 0H5.453l2.234-3.87.745 1.29-1.491 2.58zM30.957 5.326l-.307 1.451h1.199a1.395 1.395 0 01-.957.368c-.585 0-1.06-.528-1.06-1.18 0-.77.57-1.392 1.271-1.392.38 0 .72.181.952.47l1.866-.754c-.266-.91-1.412-1.594-2.787-1.594-1.972 0-3.572 1.518-3.572 3.39 0 1.606 1.409 2.908 3.147 2.908 1.315 0 2.08-.426 2.72-1.09.478-.498.947-1.536.712-2.577h-3.184z",
16
+ fill: "#000"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M25.821 2.866l-1.606 2.958-.337-2.957H21.82L19.756 8.86h2.058l.836-2.426.277 2.426h1.335l1.345-2.475-.152 2.475h1.997l.367-5.994h-1.998zM11.06 2.866h-.606l1.547 2.791L8.907 8.86h.713l3.026-3.132-1.587-2.862zm4.349 0h-.714l-.924.958-.532-.958h-1.876l1.474 2.662 2.572-2.662zM9.988 8.86h2.128l1.055-1.093.605 1.093h.605l-1.602-2.89-2.791 2.89zm4.89-2.532c0-1.534 1.005-2.856 2.456-3.462h-1.557L12.972 5.77l1.713 3.09h1.74a2.846 2.846 0 01-1.546-2.532z",
23
+ fill: "#000"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M19.876 6.884c-.3.07-.627.11-.973.11a.968.968 0 01-.968-.969c0-.735.65-1.332 1.452-1.332.426 0 .824.075 1.16.204l.667-1.94a4.855 4.855 0 00-1.585-.261c-2.34 0-4.237 1.626-4.237 3.632 0 .651.248 1.302.744 1.798.755.755 1.876.988 3.055.75l.685-1.992z",
30
+ fill: "#000"
31
+ }
32
+ )
33
+ ]
34
+ }
35
+ );
36
+ };
37
+ export {
38
+ XCMG as default
39
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Yutong: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Yutong;
@@ -0,0 +1,74 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Yutong = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "31px",
7
+ height: "20",
8
+ viewBox: "0 0 31 20",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M3.888 16.298L2.04 14.102h1.53l.981 1.262.967-1.262h1.53l-1.832 2.196v1.326h-1.33v-1.326z",
16
+ fill: "#000"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M11.184 16.29c0 .964-.888 1.399-2.19 1.399s-2.19-.435-2.19-1.399v-2.185h1.332v2.03c0 .464.18.858.858.858.678 0 .858-.394.858-.858v-2.03h1.332v2.185z",
23
+ fill: "#000"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M12.186 14.8h-1.231v-.698h4.06v.698h-1.498v2.827h-1.331V14.8z",
30
+ fill: "#000"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ jsx(
34
+ "path",
35
+ {
36
+ d: "M15.753 15.866c0-.61.322-1.125 1.13-1.125.81 0 1.13.516 1.13 1.125 0 .58-.32 1.125-1.13 1.125-.806 0-1.13-.545-1.13-1.125zm-1.372 0c0 1.12.871 1.823 2.503 1.823 1.63 0 2.502-.7 2.502-1.823 0-1.13-.858-1.823-2.502-1.823-1.645 0-2.503.693-2.503 1.823z",
37
+ fill: "#000"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "path",
42
+ {
43
+ d: "M19.364 14.105h1.697l1.691 2.392v-2.392h1.207v3.522h-1.653l-1.743-2.408v2.408h-1.199v-3.522z",
44
+ fill: "#000"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ jsx(
48
+ "path",
49
+ {
50
+ d: "M26.625 15.55v.67h.904c-.114.43-.452.77-1.092.77-.814 0-1.32-.455-1.32-1.132 0-.677.508-1.133 1.32-1.133.468 0 .773.172.948.432h1.44c-.3-.716-1.105-1.132-2.388-1.132-1.656 0-2.52.695-2.52 1.833 0 1.127.88 1.834 2.52 1.834 1.642 0 2.522-.707 2.522-1.834 0-.107-.008-.21-.022-.306h-2.312M15.5 9.082c1.8 0 3.238 1.144 3.6 2.671.014-.128.022-.26.022-.394 0-1.965-1.623-3.557-3.625-3.557-2.001 0-3.624 1.592-3.624 3.557 0 .132.008.263.021.395.365-1.528 1.806-2.671 3.606-2.671z",
51
+ fill: "#000"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ jsx(
55
+ "path",
56
+ {
57
+ d: "M15.5 6.956c3.058 0 5.504 2.076 5.874 4.8.033-.25.052-.504.052-.762 0-3.21-2.653-5.815-5.923-5.815-3.274 0-5.924 2.604-5.924 5.815 0 .258.017.513.052.762.354-2.716 2.81-4.8 5.869-4.8z",
58
+ fill: "#000"
59
+ }
60
+ ),
61
+ /* @__PURE__ */ jsx(
62
+ "path",
63
+ {
64
+ d: "M15.5 4.243c4.586 0 8.273 3.296 8.62 7.51.054-.383.081-.773.081-1.17 0-4.716-3.897-8.542-8.701-8.542-4.807 0-8.704 3.826-8.704 8.542 0 .397.028.787.082 1.17.357-4.209 4.039-7.51 8.622-7.51z",
65
+ fill: "#000"
66
+ }
67
+ )
68
+ ]
69
+ }
70
+ );
71
+ };
72
+ export {
73
+ Yutong as default
74
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Zoomlion: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Zoomlion;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Zoomlion = (props) => {
3
+ return /* @__PURE__ */ jsx(
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: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M38.502 4.986c0 .28-.01.483-.026.601a.6.6 0 01-.162.322.863.863 0 01-.369.225 1.671 1.671 0 01-.54.078c-.206 0-.372-.023-.53-.073a.86.86 0 01-.376-.223.595.595 0 01-.17-.323 4.706 4.706 0 01-.025-.607v-.483c0-.28.008-.483.026-.6a.607.607 0 01.162-.323.864.864 0 01.369-.225c.154-.05.336-.076.543-.076.192 0 .372.026.526.074a.89.89 0 01.377.22.58.58 0 01.17.32c.017.117.025.32.025.61v.483zm1.526-1.833c-.042-.218-.181-.42-.414-.602-.233-.187-.541-.323-.925-.414A5.642 5.642 0 0037.392 2c-.509 0-.95.046-1.33.147-.382.096-.685.235-.91.42-.225.181-.357.384-.4.604-.043.222-.066.594-.066 1.127v.903c0 .543.023.925.066 1.14.046.217.185.42.417.604.233.185.544.324.926.415.384.093.814.139 1.294.139.506 0 .95-.048 1.335-.147.38-.096.683-.238.908-.42.225-.182.356-.384.399-.604.043-.22.063-.596.063-1.127v-.903c0-.543-.023-.925-.066-1.14M17.834 4.986c0 .28-.008.483-.026.601a.587.587 0 01-.164.322.864.864 0 01-.369.225 1.672 1.672 0 01-.541.078c-.205 0-.372-.023-.528-.073a.836.836 0 01-.374-.223.599.599 0 01-.172-.323 4.706 4.706 0 01-.026-.607v-.483c0-.28.01-.483.026-.6a.611.611 0 01.164-.323.864.864 0 01.369-.225c.154-.05.336-.076.544-.076.194 0 .369.026.525.074.157.048.281.123.377.22a.596.596 0 01.17.32c.017.117.027.32.027.61v.483h-.002zm1.527-1.833c-.043-.218-.182-.42-.417-.602-.235-.187-.541-.323-.926-.414A5.635 5.635 0 0016.724 2c-.508 0-.953.046-1.332.147-.382.096-.683.235-.908.42-.225.181-.357.384-.4.604-.042.222-.065.594-.065 1.127v.903c0 .543.023.925.068 1.14.043.217.182.42.417.604.233.185.541.324.926.415.381.093.814.139 1.294.139.506 0 .95-.048 1.33-.147.382-.096.685-.238.907-.42.223-.182.357-.384.397-.604.043-.22.066-.596.066-1.127v-.903c0-.543-.023-.925-.066-1.14M11.622 4.986c0 .28-.007.483-.025.601a.567.567 0 01-.162.322.849.849 0 01-.369.225 1.683 1.683 0 01-.541.078c-.205 0-.372-.023-.528-.073a.837.837 0 01-.375-.223.594.594 0 01-.169-.323 4.578 4.578 0 01-.028-.607v-.483c0-.28.01-.483.025-.6a.594.594 0 01.165-.323.863.863 0 01.369-.225c.154-.05.336-.076.543-.076.195 0 .372.026.526.074a.876.876 0 01.377.22.58.58 0 01.17.32c.017.117.025.32.025.61v.483h-.003zm1.527-1.833c-.043-.218-.182-.42-.414-.602-.233-.187-.541-.323-.926-.414A5.635 5.635 0 0010.515 2c-.508 0-.95.046-1.333.147-.381.096-.685.235-.907.42-.225.181-.357.384-.4.604-.043.222-.065.594-.065 1.127v.903c0 .543.022.925.068 1.14.043.217.185.42.417.604.233.185.541.324.925.415.382.093.814.139 1.297.139.506 0 .95-.048 1.33-.147.382-.096.685-.238.908-.42.222-.182.356-.384.397-.604.043-.22.065-.596.065-1.127v-.903c0-.543-.022-.925-.068-1.14M40.9 7.413h1.55V4.495l1.998 2.918H46V2.1h-1.552V5.04L42.438 2.1H40.9v5.312zM33.885 2.099h-1.671v5.314h1.671V2.099zM27.17 7.413h4.24V6.106h-2.574V2.1H27.17v5.312zM20.233 7.413h1.353V3.36l1.036 4.053h1.224l1.039-4.149v4.149h1.35V2.1h-2.349l-.645 2.662-.652-2.662h-2.356v5.312zM2 3.234h3.084L2 6.31v1.104h5.135V6.27H4.038l3.076-3.072V2.101H2v1.133z",
15
+ fill: "#000"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ };
21
+ export {
22
+ Zoomlion as default
23
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const AllMetal: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default AllMetal;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const AllMetal = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M7.75 14.125a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zM18 14.125a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z",
16
+ fill: "#000"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M5.256 13.998A1.375 1.375 0 017.994 14h7.512a1.375 1.375 0 012.738-.007c1.375-.055 1.631-.455 1.631-1.493h-.25s-.125-2-.25-3.5c-.03-.35-.125-.75-.5-.75l-9.5.375c-.918 0-1.094.202-1.965 1.201-.315.361-.72.826-1.285 1.424-1.536.768-1.543.862-1.59 1.495-.007.109-.017.233-.035.38h-.25c0 .747.43.857 1.006.873zM9.75 9.5l-.25 1.75-2.25.375c.042-.125 0-.375-.5-.375.389-.389.667-.691.883-.927.756-.823.756-.823 2.117-.823z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ AllMetal as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const AllMetalCargoAndPassenger: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default AllMetalCargoAndPassenger;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const AllMetalCargoAndPassenger = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M7.75 14.125a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zM18 14.125a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z",
16
+ fill: "#000"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M6.625 12.75c-.716 0-1.305.548-1.37 1.248-.574-.016-1.005-.126-1.005-.873h.25c.018-.147.028-.271.036-.38.046-.633.053-.727 1.589-1.495.564-.598.97-1.063 1.285-1.424.87-.999 1.047-1.201 1.965-1.201l9.5-.375c.375 0 .47.4.5.75.125 1.5.25 3.5.25 3.5h.25c0 1.038-.256 1.438-1.631 1.493a1.375 1.375 0 00-2.738.007H7.994a1.375 1.375 0 00-1.369-1.25zm2.875-1.5l.25-1.75c-1.361 0-1.361 0-2.117.823-.216.236-.494.538-.883.927.5 0 .542.25.5.375l2.25-.375zm.5 0l.25-1.75h2v1.75H10z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ AllMetalCargoAndPassenger as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const AsphaltPaver: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default AsphaltPaver;
@@ -0,0 +1,37 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const AsphaltPaver = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx("path", { d: "M18 15.25a2 2 0 11-4 0 2 2 0 014 0z", fill: "#000" }),
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M7.25 17.25a2.75 2.75 0 100-5.5 2.75 2.75 0 000 5.5zm0-.55a2.2 2.2 0 100-4.4 2.2 2.2 0 000 4.4z",
19
+ fill: "#000"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ jsx(
23
+ "path",
24
+ {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M14.25 10.25V7.5H10.5l-1 2.75v3.25H6.75l-2.5.75V15h6.5v-.5h3.128a2.251 2.251 0 014.22-.063c1.415-.163 1.652-.642 1.652-1.437h-.5c0-2.066-.95-2.595-3.5-2.717V9.25l.5-.5-.25-.5-.75.75v1.265c-.394-.011-.561-.015-1-.015zm-1-2.25v2.25l-3.25 1v-1L11 8h2.25z",
28
+ fill: "#000"
29
+ }
30
+ )
31
+ ]
32
+ }
33
+ );
34
+ };
35
+ export {
36
+ AsphaltPaver as default
37
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Autotower: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Autotower;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Autotower = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
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: "M19.75 12.75s.125 1.25-1 1.25h-1.302a1.376 1.376 0 00-2.646 0H8.448a1.376 1.376 0 00-2.646 0H4.25l-.002-.233c-.005-.424-.006-.517.252-.517V12l3.25-.75.053-.048c.647-.588.977-.889 1.365-1.042C9.574 10 10.042 10 11 10v1.25h5l-6.5-3.5L10 7h7.25l.5-.5h2v1.75H18V7.5h-7.5v.25L16 10.5h1.25v.75h2v1.5h.5zm-9-2.5v1H9c0-.125-.075-.375-.375-.375.157-.112.275-.204.371-.28.14-.109.235-.183.341-.235.231-.11.515-.11 1.413-.11z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M8.25 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zM17.25 14.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ Autotower as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Awning: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Awning;
@@ -0,0 +1,35 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Awning = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx("path", { d: "M7.75 13.25v-5h12v5h-12z", fill: "#000" }),
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M7.5 13.5V11H5c-.77 0-.766.774-.753 3.003.001.305.003.636.003.997h.509a.875.875 0 011.732 0H9.01a.875.875 0 011.732 0h.26v-1.5H7.5zm-2.75-1.625V11.5H6v1.25H5l.002-.234c.005-.454.007-.641-.252-.641z",
19
+ fill: "#000"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ jsx(
23
+ "path",
24
+ {
25
+ d: "M6.25 15.125a.625.625 0 11-1.25 0 .625.625 0 011.25 0zM9.875 15.75a.625.625 0 100-1.25.625.625 0 000 1.25zM14.625 15.75a.625.625 0 100-1.25.625.625 0 000 1.25zM16.75 15.125a.625.625 0 11-1.25 0 .625.625 0 011.25 0zM17.625 15.75a.625.625 0 100-1.25.625.625 0 000 1.25z",
26
+ fill: "#000"
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ );
32
+ };
33
+ export {
34
+ Awning as default
35
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const BackhoeLoader: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default BackhoeLoader;
@@ -0,0 +1,41 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const BackhoeLoader = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
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: "M11.5 11.25c.1-1.2.542-2.667.75-3.25h3v2.375l.723-2.048L15.5 7.5l1.25-.75 1 2 1.5 4h.5v.232c.006 1.43.008 1.768-2.25 1.768v-.25c.776-.155.86-.527.942-.891.05-.223.1-.443.308-.609l-.5-1.25-.25.125-1.513-2.647L16.39 11c.538.14.78.364.861.5V13h.25c0 .586 0 1.173-.516 1.243a2 2 0 00-3.969.007h-1.53A1.992 1.992 0 0011 13.177v-.927h.5v-1zM13 11V8.5c-.504 0-.52.081-.77 1.361-.06.306-.133.68-.23 1.139h1zm1.75-.5v-2H13.5V11h.5l.25-.5h.5z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M9.5 12.5c.473 0 .908.164 1.25.439V11.25l-3.125 1.125L7 13.75h-.25V13L6 12.5h-.75c0 1.5 0 2-1 2v.5c2.108.169 2.68-.06 3.251-.573A2 2 0 019.5 12.5z",
25
+ fill: "#000"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx(
29
+ "path",
30
+ {
31
+ d: "M11.25 14.5a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0zM16.75 14.5a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0z",
32
+ fill: "#000"
33
+ }
34
+ )
35
+ ]
36
+ }
37
+ );
38
+ };
39
+ export {
40
+ BackhoeLoader as default
41
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Buggy: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Buggy;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Buggy = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
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: "M9.25 8.25l-1.25 2h-.75l-1 .75H5v1.25c2.25 0 4 .25 4 1.75v.5c0 .75.55 1.25 1.25 1.25h4c1.868-3.268 2.166-3.267 4.884-3.252l.616.002c0-.432-.037-1.239-.5-1.449V8.75L18 6.25h-2.75l-6 2zm9.5 2.742V8.75l-1-2h-2.5l-5.75 2-1 1.5h.25c.469 0 .82.103 1.084.29l.291-.29-.375-.375.25-.25 1 1-.25.25-.375-.375-.283.283c.533.65.533 1.836.533 3.217v.5h.625c0-1.125.325-2.25 2.125-2.25 0-2.5.775-3 2.375-3v2.129c.726-.346 1.64-.426 3-.387z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M6.5 17.75a2.25 2.25 0 100-4.5 2.25 2.25 0 000 4.5zM19.75 15.5a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ Buggy as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Bulldozer: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Bulldozer;
@@ -0,0 +1,36 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const Bulldozer = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
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: "M9.5 12.75h9.25v-5c0-1.5-.375-2-1-2h-4l-1 4c-2.7 0-3.292 2-3.25 3zm6.25-6.25H14.5L13.73 9c.5 0 .52.375.52.75h2.5v-2c0-.9-.125-1.25-1-1.25z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M8.75 14.409A2.5 2.5 0 0111 13h6.25a2.5 2.5 0 010 5H11a2.5 2.5 0 01-2.256-1.422c-.096 1.462-1.279 1.45-3.547 1.428C4.9 18.003 4.584 18 4.25 18v-.75L8 9.75h.75v4.659zm4 .966a1.625 1.625 0 11-3.25 0 1.625 1.625 0 013.25 0zM17.125 17a1.625 1.625 0 100-3.25 1.625 1.625 0 000 3.25z",
27
+ fill: "#000"
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ };
34
+ export {
35
+ Bulldozer as default
36
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const Bus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default Bus;
@@ -0,0 +1,25 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Bus = (props) => {
3
+ return /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 467 272",
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: "M350.125 71h.363l.112.346 18.63 57.454c6.813 5.007 10.287 9.439 12.032 14.387 1.741 4.934 1.741 10.331 1.741 17.164V160.501c0 8.071 0 14.698-1.263 19.303-.637 2.324-1.61 4.19-3.116 5.473-1.513 1.289-3.506 1.939-6.083 1.939h-10.257c-2.358 7.964-9.695 13.776-18.386 13.776-8.691 0-16.029-5.812-18.386-13.776H165.521c-2.357 7.964-9.695 13.776-18.386 13.776-8.691 0-16.028-5.812-18.386-13.776H98.567c-4.388 0-7.613-.588-9.949-2-2.362-1.427-3.745-3.652-4.545-6.75-.795-3.079-1.028-7.067-1.067-12.087-.02-2.6.012-5.505.048-8.722l.005-.481c-.048-2.819-.02-5.91.064-9.289 0-14.418.935-31.273 1.87-45.643.264-4.07.528-7.939.77-11.495l.001-.009c.616-9.015 1.095-16.023 1.095-19.24V71h263.266zm30.651 108.539c.61-2.223.916-4.952 1.071-8.142-.499 2.085-1.134 3.86-1.852 5.332-1.736 3.554-4.043 5.478-6.209 5.478h-7.972v-.5c0-12.177-9.815-22.043-21.916-22.043s-21.916 9.866-21.916 22.043v.5H169.051v-.5c0-12.177-9.815-22.043-21.916-22.043a21.72 21.72 0 00-9.739 2.291 22.075 22.075 0 00-9.245 8.73 22.04 22.04 0 00-2.932 11.022v.5H98.567c-3.32 0-6.026-.556-8.192-1.831-2.176-1.279-3.758-3.254-4.88-5.994-.603-1.472-1.076-3.174-1.439-5.121.105 3.65.377 6.599.985 8.955.757 2.929 2.02 4.891 4.094 6.145 2.101 1.269 5.103 1.855 9.432 1.855h29.915a19.477 19.477 0 01-.527-4.509c0-10.649 8.585-19.286 19.18-19.286 10.596 0 19.18 8.637 19.18 19.286 0 1.552-.182 3.062-.527 4.509h159.457a19.423 19.423 0 01-.527-4.509c0-10.649 8.584-19.286 19.18-19.286 10.595 0 19.18 8.637 19.18 19.286 0 1.552-.183 3.062-.527 4.509h9.99c2.403 0 4.146-.602 5.435-1.701 1.297-1.104 2.192-2.76 2.8-4.976zM84.123 147.893c0 3.35-.032 6.428-.063 9.261.128 7.564.803 13.044 2.36 16.849 1.058 2.582 2.512 4.365 4.462 5.511 1.958 1.152 4.467 1.693 7.685 1.693h25.657a23.015 23.015 0 013.061-11.021 23.064 23.064 0 019.664-9.126 22.717 22.717 0 0110.186-2.396c12.493 0 22.646 10.05 22.911 22.543h150.941c.265-12.493 10.418-22.543 22.911-22.543 12.492 0 22.646 10.05 22.911 22.543h6.977c1.57 0 3.621-1.458 5.31-4.917 1.67-3.419 2.907-8.661 2.907-15.873 0-6.912-.005-12.141-1.684-16.897-1.667-4.727-5.01-9.035-11.81-14.008l-.13-.096-.05-.154L349.761 72H87.856c-.044 3.443-.51 10.26-1.097 18.86v.004l-.001.009a3415.5 3415.5 0 00-.768 11.436c-.934 14.37-1.867 31.2-1.867 45.584zM346.39 79.766h.361l.113.343 16.189 48.842.218.657h-24.042l-23.524 47.936-.137.279h-15.756v-48.215H89.324l.026-.526 2.491-48.841.024-.475H346.39zm-31.445 97.057l23.17-47.215h-37.303v47.215h14.133zm23.473-48.215h-37.606V80.766h37.606v47.842zm-72.475 0h33.869V80.766h-33.869v47.842zm-1 0V80.766h-33.87v47.842h33.87zm-34.87 0h-33.87V80.766h33.87v47.842zm-34.87 0V80.766h-33.868v47.842h33.868zm-34.868 0V80.766h-33.869v47.842h33.869zm-34.869 0h-35.09l2.44-47.842h32.65v47.842zm213.952 0V80.766h6.61l15.858 47.842h-22.468zm23.906 14.276v-.914l.77.493c11.048 7.07 13.929 14.806 13.929 17.954v.5h-.5c-6.574 0-10.21-1.915-12.139-5.26-1.884-3.266-2.06-7.791-2.06-12.773zm2.926 12.273c1.635 2.836 4.717 4.656 10.747 4.755-.288-2.959-3.044-9.69-12.67-16.103.028 4.631.302 8.538 1.923 11.348zm-4.171 26.55c0-10.102-8.142-18.286-18.18-18.286s-18.18 8.184-18.18 18.286c0 1.689.228 3.325.654 4.877 2.122 7.733 9.167 13.408 17.526 13.408s15.404-5.675 17.526-13.408c.426-1.552.654-3.188.654-4.877zm-196.763 0c0-10.102-8.142-18.286-18.18-18.286s-18.18 8.184-18.18 18.286c0 1.689.228 3.325.654 4.877 2.122 7.733 9.167 13.408 17.526 13.408s15.404-5.675 17.526-13.408c.426-1.552.654-3.188.654-4.877zm193.027 0c0-8.027-6.47-14.529-14.444-14.529-7.975 0-14.444 6.502-14.444 14.529 0 8.026 6.469 14.528 14.444 14.528 7.974 0 14.444-6.502 14.444-14.528zm-14.444-15.529c8.532 0 15.444 6.955 15.444 15.529 0 8.573-6.912 15.528-15.444 15.528s-15.444-6.955-15.444-15.528c0-8.574 6.912-15.529 15.444-15.529zm-182.319 15.529c0-8.027-6.469-14.529-14.444-14.529-7.974 0-14.444 6.502-14.444 14.529 0 8.026 6.47 14.528 14.444 14.528 7.975 0 14.444-6.502 14.444-14.528zm-14.444-15.529c8.532 0 15.444 6.955 15.444 15.529 0 8.573-6.912 15.528-15.444 15.528s-15.444-6.955-15.444-15.528c0-8.574 6.912-15.529 15.444-15.529z",
17
+ fill: "#333"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ };
23
+ export {
24
+ Bus as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const BusBus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default BusBus;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const BusBus = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
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: "M19.75 14h-1.5a1.25 1.25 0 10-2.5 0H9a1.25 1.25 0 10-2.5 0h-1c-1.125 0-1.25-.3-1.25-1h.25c.193-.82.328-1.482.437-2.016.245-1.199.359-1.754.698-2.012.293-.222.755-.222 1.615-.222H8l.25-.25h1.5l.25.25h1c.695-.194 1-.25 4-.25v.25h1.25l.25-.25H18l.25.25h.5c1.038 0 1.029 1.216 1.007 3.892-.003.417-.007.87-.007 1.358zm-13-2.75c0 .6-1.167.917-1.75 1l.076-.403c.428-2.261.491-2.597 1.674-2.597v2zm.25-2v2h2.25v-2H7zm2.5 2v-2h2.25v2H9.5zm2.5-2v2h2.25v-2H12zm2.5 2v-2h2.25v2H14.5zm2.5-2v2h2.25s.125-2-.5-2H17z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M8.75 14a1 1 0 11-2 0 1 1 0 012 0zM18 14a1 1 0 11-2 0 1 1 0 012 0z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ BusBus as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const BusMinibus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default BusMinibus;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const BusMinibus = (props) => {
3
+ return /* @__PURE__ */ jsxs(
4
+ "svg",
5
+ {
6
+ width: "24px",
7
+ height: "24px",
8
+ viewBox: "0 0 24 24",
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: "M6.5 12.5A1.5 1.5 0 005 14h-.75c-.125-.708 0-2.3 1.5-3 .5-.2 1.292-.75 1.625-1l.048-.036c.973-.73 1.618-1.214 4.077-1.214h7.25c.804 0 .785 1.089.759 2.59-.007.366-.013.755-.009 1.16h.25v.792c.003.238.006.489-.75.583l-.753.034A1.5 1.5 0 0015.25 14H8a1.5 1.5 0 00-1.5-1.5zm4.25-3.25L10.5 11l-2.75.18c.003-.143-.104-.43-.558-.43l.152-.14C8.73 9.342 8.83 9.25 10.75 9.25zm.5 1.75l.25-1.75h3.75L15 11h-3.75zm7.75-.75c0-.8-.125-1-.5-1h-3L15.25 11H19v-.75z",
18
+ fill: "#000"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M7.75 14a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM18 14a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z",
25
+ fill: "#000"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ BusMinibus as default
34
+ };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const BusShiftBuses: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default BusShiftBuses;