@bytebrand/fe-ui-core 4.8.26 → 4.8.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1059) hide show
  1. package/.editorconfig +10 -10
  2. package/.husky/pre-push +4 -4
  3. package/.storybook/addons.js +4 -4
  4. package/.storybook/config.js +64 -64
  5. package/.storybook/postcss.config.js +6 -6
  6. package/.storybook/preview-head.html +9 -9
  7. package/.storybook/webpack.config.js +130 -130
  8. package/__tests__/components/Checkout/OrderOverviewItem/OrderOverviewItem.test.tsx +42 -42
  9. package/__tests__/components/Checkout/PaymentTypeCard/PaymentTypeCard.test.tsx +49 -49
  10. package/__tests__/components/Checkout/RadioGroup.test.tsx +95 -95
  11. package/__tests__/components/Checkout/ServiceCardWrapper.test.tsx +53 -53
  12. package/__tests__/components/Checkout/Switcher.test.tsx +43 -43
  13. package/__tests__/components/UserDasboardPage/sections/CheckoutSection/CheckoutSection.test.tsx +613 -613
  14. package/__tests__/components/UserDasboardPage/sections/FavoriteSection/FavoriteSection.test.tsx +335 -335
  15. package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/AdditionalOrderInfo.test.tsx +127 -127
  16. package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusCar.test.tsx +58 -58
  17. package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusCard.test.tsx +74 -74
  18. package/__tests__/components/UserDasboardPage/sections/OrderStatusSection/OrderStatusSection.test.tsx +62 -62
  19. package/__tests__/components/UserDasboardPage/sections/RequestedCarsSection/RequestedCarsSection.test.tsx +117 -117
  20. package/__tests__/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.test.tsx +58 -58
  21. package/__tests__/components/VehicleSmallCard/VehicleInfo.test.tsx +87 -87
  22. package/__tests__/components/VehicleSmallCard/VehicleTitle.test.tsx +90 -90
  23. package/__tests__/components/_common/Badge/Badge.test.tsx +15 -15
  24. package/__tests__/components/_common/IconSVG/IconSVG.test.tsx +22 -22
  25. package/__tests__/components/_common/Image/Image.test.tsx +82 -82
  26. package/__tests__/components/_common/MaterialAutocomplete/MaterialAutocomplete.test.tsx +48 -48
  27. package/__tests__/components/_common/MaterialDatePicker/MaterialDatePicker.test.tsx +54 -54
  28. package/__tests__/components/_common/MaterialField/MaterialField.test.tsx +58 -58
  29. package/__tests__/components/_common/StarButton/StarButton.test.tsx +45 -45
  30. package/__tests__/mockedData/financingConfig.js +201 -201
  31. package/__tests__/mockedData/mockedPendingRequestedCar.js +68 -68
  32. package/__tests__/utils/CommonUtils/addPrefixToKeys.test.ts +18 -18
  33. package/__tests__/utils/CommonUtils/arrToObj.test.js +32 -32
  34. package/__tests__/utils/CommonUtils/checkRangeValuesOnEqual.test.ts +16 -16
  35. package/__tests__/utils/CommonUtils/fixNumber.test.ts +19 -19
  36. package/__tests__/utils/CommonUtils/formatMileage.test.ts +8 -8
  37. package/__tests__/utils/CommonUtils/getChipFilterValue.test.ts +22 -22
  38. package/__tests__/utils/CommonUtils/getFormattedNumber.test.ts +18 -18
  39. package/__tests__/utils/CommonUtils/getFormattedPrice.test.ts +19 -19
  40. package/__tests__/utils/CommonUtils/getGroupValuesForQuery.test.ts +51 -51
  41. package/__tests__/utils/CommonUtils/getOfferSliders.test.ts +63 -63
  42. package/__tests__/utils/CommonUtils/getPriceRating.test.ts +26 -26
  43. package/__tests__/utils/CommonUtils/getPriceRatingConfig.test.ts +33 -33
  44. package/__tests__/utils/CommonUtils/preloadNearbyImages.test.ts +8 -8
  45. package/__tests__/utils/CommonUtils/sliceLessThan.test.ts +23 -23
  46. package/__tests__/utils/CommonUtils/sliceMoreThan.test.ts +23 -23
  47. package/common.ts +164 -164
  48. package/feWpComponents.ts +25 -25
  49. package/index.ts +4 -4
  50. package/jest.config.js +43 -43
  51. package/landing.ts +38 -38
  52. package/media/images/advantages/advantage_cart.svg +4 -4
  53. package/media/images/advantages/advantage_check.svg +4 -4
  54. package/media/images/advantages/advantage_like.svg +10 -10
  55. package/media/images/advantages/advantage_secure.svg +6 -6
  56. package/media/images/check-blue.svg +40 -40
  57. package/media/images/raiting-star.svg +3 -3
  58. package/media/images/raiting-stars-min.svg +7 -7
  59. package/media/images/refresh-button.svg +49 -49
  60. package/media/images/slider-arrow-big.svg +11 -11
  61. package/media/images/user-icon.svg +16 -16
  62. package/media/locales/de/promoSlider.json +25 -25
  63. package/media/locales/en/promoSlider.json +25 -25
  64. package/media/svg/common/arrow_breadcrumps.svg +3 -3
  65. package/media/svg/common/home.svg +8 -8
  66. package/media/svg/common/whyAutodeIconSet-F.svg +9 -9
  67. package/media/svg/common/whyAutodeIconSet-G.svg +8 -8
  68. package/media/svg/common/whyAutodeIconSet-Q.svg +6 -6
  69. package/media/svg/common/whyAutodeIconSet-R.svg +9 -9
  70. package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
  71. package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +8 -8
  72. package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +6 -6
  73. package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -9
  74. package/media/svg/usp/icon1.svg +16 -16
  75. package/media/svg/usp/icon2.svg +13 -13
  76. package/media/svg/usp/icon3.svg +10 -10
  77. package/media/svg/usp/icon4.svg +14 -14
  78. package/package.json +117 -118
  79. package/profile.ts +1 -1
  80. package/setupTests.js +7 -7
  81. package/source/components/AccardionSection/AccardionSection.styl +45 -45
  82. package/source/components/AccardionSection/AccardionSection.tsx +56 -56
  83. package/source/components/AccordionWidget/AccordionWidget.styl +208 -208
  84. package/source/components/AccordionWidget/AccordionWidget.tsx +216 -216
  85. package/source/components/AdvantageItem/AdvantageItem.story.js +23 -23
  86. package/source/components/AdvantageItem/AdvantageItem.styl +47 -47
  87. package/source/components/AdvantageItem/AdvantageItem.tsx +26 -26
  88. package/source/components/Alternative/Dealer.story.js +31 -31
  89. package/source/components/Alternative/Dealer.story.styl +2 -2
  90. package/source/components/Alternative/DealerInfo.styl +116 -116
  91. package/source/components/Alternative/DealerInfo.tsx +171 -171
  92. package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
  93. package/source/components/Breadcrumbs/Breadcrumbs.styl +136 -136
  94. package/source/components/Breadcrumbs/Breadcrumbs.tsx +93 -93
  95. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
  96. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +54 -54
  97. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
  98. package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +34 -34
  99. package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +69 -69
  100. package/source/components/Checkout/CheckoutStepper/CheckoutStepperClasses.js +173 -173
  101. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.js +243 -243
  102. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.styl +20 -20
  103. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.styl +36 -36
  104. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.tsx +53 -53
  105. package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.styl +201 -201
  106. package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.tsx +212 -212
  107. package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.styl +30 -30
  108. package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.tsx +62 -62
  109. package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.styl +73 -73
  110. package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.tsx +61 -61
  111. package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.styl +193 -193
  112. package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +181 -181
  113. package/source/components/Checkout/RadioCards/RadioCheckout.styl +158 -158
  114. package/source/components/Checkout/RadioCards/RadioCheckout.tsx +178 -178
  115. package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.js +105 -105
  116. package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.styl +37 -37
  117. package/source/components/Checkout/Switcher/Switcher.story.js +41 -41
  118. package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
  119. package/source/components/Checkout/Switcher/Switcher.styled.tsx +53 -53
  120. package/source/components/Checkout/Switcher/Switcher.tsx +48 -48
  121. package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.styl +176 -176
  122. package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.tsx +477 -477
  123. package/source/components/CompactSearchWidget/CompactSearchWidget.story.js +187 -187
  124. package/source/components/CompactSearchWidget/CompactSearchWidget.styl +43 -43
  125. package/source/components/CompactSearchWidget/CompactSearchWidget.tsx +165 -165
  126. package/source/components/ContactForm/ContactForm.story.js +93 -93
  127. package/source/components/ContactForm/ContactForm.styl +260 -260
  128. package/source/components/ContactForm/ContactForm.tsx +588 -588
  129. package/source/components/ContactForm/WpContactForm.tsx +287 -287
  130. package/source/components/ContactInfo/ContactInfo.story.js +58 -58
  131. package/source/components/ContactInfo/ContactInfo.styl +22 -22
  132. package/source/components/ContactInfo/ContactInfo.tsx +161 -161
  133. package/source/components/ContactInfo/TemporaryTranslation.ts +11 -11
  134. package/source/components/CustomerQuote/CustomerQuote.story.js +41 -41
  135. package/source/components/CustomerQuote/CustomerQuote.styl +79 -79
  136. package/source/components/CustomerQuote/CustomerQuote.tsx +68 -68
  137. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.js +73 -73
  138. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.styl +4 -4
  139. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.styl +46 -46
  140. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.tsx +79 -79
  141. package/source/components/CustomerQuotesSlider/SliderArrow.tsx +20 -20
  142. package/source/components/FormattedNumber/FormattedNumber.story.js +114 -114
  143. package/source/components/FormattedNumber/FormattedNumber.styl +1 -1
  144. package/source/components/FormattedNumber/FormattedNumber.tsx +90 -90
  145. package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.styl +7 -7
  146. package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.tsx +30 -30
  147. package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.styl +122 -122
  148. package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.tsx +199 -199
  149. package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.styl +3 -3
  150. package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.tsx +15 -15
  151. package/source/components/ImageSettings/OptionsTable/OptionsTable.styl +47 -47
  152. package/source/components/ImageSettings/OptionsTable/OptionsTable.tsx +122 -122
  153. package/source/components/ImageSettings/PricePlan/PricePlan.styl +63 -63
  154. package/source/components/ImageSettings/PricePlan/PricePlan.tsx +32 -32
  155. package/source/components/ImageSettings/index.ts +42 -42
  156. package/source/components/ImageSettings/story.js +1212 -1212
  157. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.styl +33 -33
  158. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.tsx +48 -48
  159. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.styl +66 -66
  160. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.tsx +21 -21
  161. package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.styl +41 -41
  162. package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.tsx +45 -45
  163. package/source/components/InfoBlocks/InfoBlockWrapper.story.js +101 -101
  164. package/source/components/InfoBlocks/InfoBlockWrapper.story.styl +45 -45
  165. package/source/components/InfoBlocks/PricingToolBlock/PricingTool.styl +6 -6
  166. package/source/components/InfoBlocks/PricingToolBlock/PricingTool.tsx +29 -29
  167. package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.styl +45 -45
  168. package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.tsx +81 -81
  169. package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.styl +47 -47
  170. package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.tsx +25 -25
  171. package/source/components/OfferDetailedSection/OfferDetailedSection.styl +31 -31
  172. package/source/components/OfferDetailedSection/OfferDetailedSection.tsx +100 -100
  173. package/source/components/OfferDetailedSection/partials/PanelConfig.styl +131 -131
  174. package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +121 -121
  175. package/source/components/OfferPanel/AboAccordion/AboAccordion.styl +24 -24
  176. package/source/components/OfferPanel/AboAccordion/AboAccordion.tsx +128 -128
  177. package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.styl +11 -11
  178. package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.tsx +35 -35
  179. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.story.js +97 -97
  180. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.styl +20 -20
  181. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.tsx +25 -25
  182. package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.styl +13 -13
  183. package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.tsx +39 -39
  184. package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.theme.tsx +25 -25
  185. package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +73 -73
  186. package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +140 -140
  187. package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +120 -120
  188. package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
  189. package/source/components/OfferPanel/OfferPanel.story.js +139 -139
  190. package/source/components/OfferPanel/OfferPanel.styl +193 -193
  191. package/source/components/OfferPanel/OfferPanel.tsx +81 -81
  192. package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
  193. package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +45 -45
  194. package/source/components/OfferPanel/RangeGroup/RangeGroup.story.js +35 -35
  195. package/source/components/OfferPanel/RangeGroup/RangeGroup.story.styl +2 -2
  196. package/source/components/OfferPanel/RangeGroup/RangeGroup.tsx +39 -39
  197. package/source/components/PriceRating/PriceRating.story.js +39 -39
  198. package/source/components/PriceRating/PriceRating.story.styl +1 -1
  199. package/source/components/PriceRating/PriceRating.styl +47 -47
  200. package/source/components/PriceRating/PriceRating.tsx +64 -64
  201. package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.js +78 -78
  202. package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.styl +11 -11
  203. package/source/components/PriceRatingDetailed/PriceRatingDetailed.styl +120 -120
  204. package/source/components/PriceRatingDetailed/PriceRatingDetailed.tsx +191 -191
  205. package/source/components/RateSearchValue/RateSearchValue.story.js +78 -78
  206. package/source/components/RateSearchValue/RateSearchValue.story.styl +1 -1
  207. package/source/components/RateSearchValue/RateSearchValue.styl +22 -22
  208. package/source/components/RateSearchValue/RateSearchValue.tsx +55 -55
  209. package/source/components/RateSearchWidget/RateSearchWidget.story.js +57 -57
  210. package/source/components/RateSearchWidget/RateSearchWidget.story.styl +12 -12
  211. package/source/components/RateSearchWidget/RateSearchWidget.styl +106 -106
  212. package/source/components/RateSearchWidget/RateSearchWidget.tsx +163 -163
  213. package/source/components/SearchFilters/FiltersFactory.story.js +273 -273
  214. package/source/components/SearchFilters/FiltersFactory.tsx +85 -85
  215. package/source/components/SearchFilters/Slider.styl +66 -66
  216. package/source/components/SearchFilters/common/Color/Color.styl +29 -29
  217. package/source/components/SearchFilters/common/Color/Color.tsx +60 -60
  218. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styl +39 -39
  219. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styled.tsx +28 -28
  220. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.tsx +54 -54
  221. package/source/components/SearchFilters/common/FilterBlock/FilterBlockFactory.tsx +151 -151
  222. package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +155 -155
  223. package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
  224. package/source/components/SearchFilters/filters/AlternativeID.tsx +67 -67
  225. package/source/components/SearchFilters/filters/Consumption.styl +41 -41
  226. package/source/components/SearchFilters/filters/Consumption.tsx +52 -52
  227. package/source/components/SearchFilters/filters/Cost.styl +43 -43
  228. package/source/components/SearchFilters/filters/Cost.tsx +112 -112
  229. package/source/components/SearchFilters/filters/CubicCapacity.styl +30 -30
  230. package/source/components/SearchFilters/filters/CubicCapacity.tsx +134 -134
  231. package/source/components/SearchFilters/filters/Damaged.styl +1 -1
  232. package/source/components/SearchFilters/filters/Damaged.tsx +40 -40
  233. package/source/components/SearchFilters/filters/Doors.styl +18 -18
  234. package/source/components/SearchFilters/filters/Doors.tsx +113 -113
  235. package/source/components/SearchFilters/filters/DriveType.styl +22 -22
  236. package/source/components/SearchFilters/filters/DriveType.tsx +72 -72
  237. package/source/components/SearchFilters/filters/EmissionClass.tsx +35 -35
  238. package/source/components/SearchFilters/filters/EmissionSticker.styl +46 -46
  239. package/source/components/SearchFilters/filters/EmissionSticker.tsx +52 -52
  240. package/source/components/SearchFilters/filters/FirstRegistration.tsx +96 -96
  241. package/source/components/SearchFilters/filters/Fuel.styl +27 -27
  242. package/source/components/SearchFilters/filters/Fuel.tsx +75 -75
  243. package/source/components/SearchFilters/filters/Highlights.styl +38 -38
  244. package/source/components/SearchFilters/filters/Highlights.tsx +69 -69
  245. package/source/components/SearchFilters/filters/ImagesCount.tsx +66 -66
  246. package/source/components/SearchFilters/filters/InteriorColor.styl +29 -29
  247. package/source/components/SearchFilters/filters/InteriorColor.tsx +71 -71
  248. package/source/components/SearchFilters/filters/InteriorMaterial.styl +28 -28
  249. package/source/components/SearchFilters/filters/InteriorMaterial.tsx +72 -72
  250. package/source/components/SearchFilters/filters/MakeModel.styl +106 -106
  251. package/source/components/SearchFilters/filters/MakeModel.tsx +164 -164
  252. package/source/components/SearchFilters/filters/Mileage.tsx +108 -108
  253. package/source/components/SearchFilters/filters/OwnerID.styl +14 -14
  254. package/source/components/SearchFilters/filters/OwnerID.tsx +65 -65
  255. package/source/components/SearchFilters/filters/Owners.styl +23 -23
  256. package/source/components/SearchFilters/filters/Owners.tsx +72 -72
  257. package/source/components/SearchFilters/filters/Power.tsx +176 -176
  258. package/source/components/SearchFilters/filters/PriceDifference.tsx +67 -67
  259. package/source/components/SearchFilters/filters/Rate.styl +34 -34
  260. package/source/components/SearchFilters/filters/Rate.tsx +53 -53
  261. package/source/components/SearchFilters/filters/Seats.styl +31 -31
  262. package/source/components/SearchFilters/filters/Seats.tsx +53 -53
  263. package/source/components/SearchFilters/filters/StateOptions.styl +16 -16
  264. package/source/components/SearchFilters/filters/StateOptions.tsx +57 -57
  265. package/source/components/SearchFilters/filters/StateOptionsNew.styl +23 -23
  266. package/source/components/SearchFilters/filters/StateOptionsNew.tsx +72 -72
  267. package/source/components/SearchFilters/filters/Transmission.styl +20 -20
  268. package/source/components/SearchFilters/filters/Transmission.tsx +71 -71
  269. package/source/components/SearchFilters/filters/commonFilters.styl +93 -93
  270. package/source/components/SearchPage/ChipFilter/ChipFilter.styl +45 -45
  271. package/source/components/SearchPage/ChipFilter/ChipFilter.tsx +21 -21
  272. package/source/components/SearchPage/DropDown/DropDown.styl +99 -99
  273. package/source/components/SearchPage/DropDown/DropDown.tsx +52 -52
  274. package/source/components/SearchPage/DropDown/MultiDropDown.tsx +84 -84
  275. package/source/components/SearchPage/DropDown/index.ts +8 -8
  276. package/source/components/SearchPage/Filters/HistogramSlider.styl +77 -77
  277. package/source/components/SearchPage/Filters/MakeModel/MakeModel.story.js +11 -11
  278. package/source/components/SearchPage/Filters/MakeModel/MakeModel.styl +95 -95
  279. package/source/components/SearchPage/Filters/MakeModel/MakeModel.tsx +152 -152
  280. package/source/components/SearchPage/Pagination/Pagination.styl +95 -95
  281. package/source/components/SearchPage/Pagination/Pagination.tsx +89 -89
  282. package/source/components/SearchPage/SearchChips/SearchChips.styl +52 -52
  283. package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
  284. package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +109 -109
  285. package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +116 -116
  286. package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.styl +44 -44
  287. package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.tsx +162 -162
  288. package/source/components/SearchPageMobile/FiltersDetailed/BodyType.styl +47 -47
  289. package/source/components/SearchPageMobile/FiltersDetailed/BodyType.tsx +85 -85
  290. package/source/components/SearchPageMobile/FiltersDetailed/Consumption.styl +48 -48
  291. package/source/components/SearchPageMobile/FiltersDetailed/Consumption.tsx +76 -76
  292. package/source/components/SearchPageMobile/FiltersDetailed/Doors.styl +52 -52
  293. package/source/components/SearchPageMobile/FiltersDetailed/Doors.tsx +103 -103
  294. package/source/components/SearchPageMobile/FiltersDetailed/FirstRegistration.tsx +69 -69
  295. package/source/components/SearchPageMobile/FiltersDetailed/Fuel.styl +31 -31
  296. package/source/components/SearchPageMobile/FiltersDetailed/Fuel.tsx +83 -83
  297. package/source/components/SearchPageMobile/FiltersDetailed/HistogramSlider.styl +100 -100
  298. package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.styl +95 -95
  299. package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.tsx +171 -171
  300. package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.styl +112 -112
  301. package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.tsx +122 -122
  302. package/source/components/SearchPageMobile/FiltersDetailed/Mileage.tsx +80 -80
  303. package/source/components/SearchPageMobile/FiltersDetailed/Power.tsx +116 -116
  304. package/source/components/SearchPageMobile/FiltersDetailed/Price.tsx +129 -129
  305. package/source/components/SearchPageMobile/FiltersDetailed/Rate.tsx +252 -252
  306. package/source/components/SearchPageMobile/FiltersDetailed/Seats.styl +41 -41
  307. package/source/components/SearchPageMobile/FiltersDetailed/Seats.tsx +85 -85
  308. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.js +834 -834
  309. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.styl +40 -40
  310. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.styl +37 -37
  311. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.tsx +130 -130
  312. package/source/components/SearchWidget/ColorWidget/BodyColorWidget.styl +54 -54
  313. package/source/components/SearchWidget/ColorWidget/BodyColorWidget.tsx +122 -122
  314. package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.styl +17 -17
  315. package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.tsx +36 -36
  316. package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.styl +25 -25
  317. package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.tsx +126 -126
  318. package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.styl +54 -54
  319. package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.tsx +173 -173
  320. package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.styl +39 -39
  321. package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.tsx +99 -99
  322. package/source/components/SearchWidget/InteriorWidget/DetailedInteriorWidget.tsx +44 -44
  323. package/source/components/SearchWidget/InteriorWidget/InteriorWidget.styl +28 -28
  324. package/source/components/SearchWidget/InteriorWidget/InteriorWidget.tsx +42 -42
  325. package/source/components/SearchWidget/OfferDetalisWidget/OfferDetailsWidgetMobile.tsx +59 -59
  326. package/source/components/SearchWidget/SearchWidget.story.js +191 -191
  327. package/source/components/SearchWidget/SearchWidget.story.styl +5 -5
  328. package/source/components/SearchWidget/SearchWidget.styl +196 -196
  329. package/source/components/SearchWidget/SearchWidget.tsx +208 -208
  330. package/source/components/SearchWidget/StateWidget/StateWidget.styl +57 -57
  331. package/source/components/SearchWidget/StateWidget/StateWidget.tsx +106 -106
  332. package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.styl +10 -10
  333. package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.tsx +64 -64
  334. package/source/components/SearchWidget/partials/BuyCar/BuyCar.styl +19 -19
  335. package/source/components/SearchWidget/partials/BuyCar/BuyCar.tsx +162 -162
  336. package/source/components/SearchWidget/partials/DropDown/DropDown.styl +70 -70
  337. package/source/components/SearchWidget/partials/DropDown/DropDown.tsx +36 -36
  338. package/source/components/SearchWidget/partials/DropDown/MultiDropDown.tsx +76 -76
  339. package/source/components/SearchWidget/partials/DropDown/index.ts +7 -7
  340. package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.styl +48 -48
  341. package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.tsx +101 -101
  342. package/source/components/SearchWidget/partials/FastSearch/FastSearch.tsx +55 -55
  343. package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.styl +8 -8
  344. package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.tsx +69 -69
  345. package/source/components/SearchWidget/partials/PanelFilter/Item.tsx +43 -43
  346. package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.styl +32 -32
  347. package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.tsx +53 -53
  348. package/source/components/SearchWidget/partials/TabPanel/TabPanel.tsx +29 -29
  349. package/source/components/SearchWidget/partials/Tabs/Tab.tsx +20 -20
  350. package/source/components/SearchWidget/partials/Tabs/Tabs.styl +27 -27
  351. package/source/components/SearchWidget/partials/Tabs/Tabs.tsx +69 -69
  352. package/source/components/SearchWidget/partials/Tabs/index.ts +7 -7
  353. package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.styl +91 -91
  354. package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.tsx +219 -219
  355. package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
  356. package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +126 -126
  357. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styl +62 -62
  358. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styled.tsx +38 -38
  359. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.tsx +294 -294
  360. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidgetCategory.tsx +50 -50
  361. package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.styl +50 -50
  362. package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.tsx +96 -96
  363. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.styl +30 -30
  364. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.tsx +33 -33
  365. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidgetMobile.tsx +44 -44
  366. package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.styl +45 -45
  367. package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.tsx +149 -149
  368. package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.styl +59 -59
  369. package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.tsx +172 -172
  370. package/source/components/SearchWidgetsMobile/index.ts +18 -18
  371. package/source/components/Stepper/Step/Step.styl +46 -46
  372. package/source/components/Stepper/Step/Step.tsx +44 -44
  373. package/source/components/Stepper/Stepper.story.js +119 -119
  374. package/source/components/Stepper/Stepper.story.styl +41 -41
  375. package/source/components/Stepper/Stepper.styl +10 -10
  376. package/source/components/Stepper/Stepper.tsx +68 -68
  377. package/source/components/Stepper/StepsDivider/StepsDivider.styl +15 -15
  378. package/source/components/Stepper/StepsDivider/StepsDivider.tsx +23 -23
  379. package/source/components/Theme.story.js +36 -36
  380. package/source/components/Theme.story.styl +85 -85
  381. package/source/components/TickerText/TickerText.story.js +17 -17
  382. package/source/components/TickerText/TickerText.styl +43 -43
  383. package/source/components/TickerText/TickerText.tsx +24 -24
  384. package/source/components/UserDashboardPage/sections/CheckoutSection/CheckoutSection.styl +38 -38
  385. package/source/components/UserDashboardPage/sections/CheckoutSection/CheckoutSection.tsx +120 -120
  386. package/source/components/UserDashboardPage/sections/FavoriteSection/FavoriteSection.styl +21 -21
  387. package/source/components/UserDashboardPage/sections/FavoriteSection/FavoriteSection.tsx +84 -84
  388. package/source/components/UserDashboardPage/sections/OrderStatusSection/AdditionalOrderInfo.styl +100 -100
  389. package/source/components/UserDashboardPage/sections/OrderStatusSection/AdditionalOrderInfo.tsx +90 -90
  390. package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCar.tsx +149 -149
  391. package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCard.styl +53 -53
  392. package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusCard.tsx +41 -41
  393. package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.story.js +95 -95
  394. package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.styl +166 -166
  395. package/source/components/UserDashboardPage/sections/OrderStatusSection/OrderStatusSection.tsx +263 -263
  396. package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.story.js +97 -97
  397. package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.styl +144 -144
  398. package/source/components/UserDashboardPage/sections/RequestedCarsSection/RequestedCarsSection.tsx +124 -124
  399. package/source/components/UserDashboardPage/sections/RequestedCarsSection/SupportSection.styl +46 -46
  400. package/source/components/UserDashboardPage/sections/RequestedCarsSection/SupportSection.tsx +32 -32
  401. package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.styl +10 -10
  402. package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.tsx +44 -44
  403. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.story.js +247 -247
  404. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +148 -148
  405. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.tsx +163 -163
  406. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.story.js +30 -30
  407. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.styl +49 -49
  408. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.tsx +55 -55
  409. package/source/components/VehicleCompared/ComparePrice/ComparePrice.story.js +18 -18
  410. package/source/components/VehicleCompared/ComparePrice/ComparePrice.styl +17 -17
  411. package/source/components/VehicleCompared/ComparePrice/ComparePrice.tsx +33 -33
  412. package/source/components/VehicleCompared/CompareTitle/CompareTitle.story.js +19 -19
  413. package/source/components/VehicleCompared/CompareTitle/CompareTitle.styl +38 -38
  414. package/source/components/VehicleCompared/CompareTitle/CompareTitle.tsx +32 -32
  415. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.story.js +44 -44
  416. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.styl +36 -36
  417. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +175 -175
  418. package/source/components/VehicleDetailedSidebar/partials/Price.styl +27 -27
  419. package/source/components/VehicleDetailedSidebar/partials/Price.tsx +41 -41
  420. package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +123 -123
  421. package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +128 -128
  422. package/source/components/VehicleDetailedSidebar/partials/Properties.styl +53 -53
  423. package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +117 -117
  424. package/source/components/VehicleDetailedSidebar/partials/Title.styl +35 -35
  425. package/source/components/VehicleDetailedSidebar/partials/Title.tsx +33 -33
  426. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.story.js +120 -120
  427. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.styl +146 -146
  428. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +376 -376
  429. package/source/components/VehicleDetailedSlider/partials/MobileStast.tsx +61 -61
  430. package/source/components/VehicleDetailedSlider/partials/MobileStats.styl +71 -71
  431. package/source/components/VehicleDetailedSlider/partials/PriceData.styl +50 -50
  432. package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +44 -44
  433. package/source/components/VehicleDetailedSlider/partials/Stats.styl +80 -80
  434. package/source/components/VehicleDetailedSlider/partials/Stats.tsx +62 -62
  435. package/source/components/VehicleDetailedSlider/partials/Title.styl +44 -44
  436. package/source/components/VehicleDetailedSlider/partials/Title.tsx +36 -36
  437. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.story.js +42 -42
  438. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.styl +298 -298
  439. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.tsx +201 -201
  440. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.story.js +62 -62
  441. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.styl +263 -263
  442. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.tsx +141 -141
  443. package/source/components/VehiclePromoSlider/VehiclePromoSlider.story.js +42 -42
  444. package/source/components/VehiclePromoSlider/VehiclePromoSlider.styl +122 -122
  445. package/source/components/VehiclePromoSlider/VehiclePromoSlider.tsx +111 -111
  446. package/source/components/VehiclePromoSlider/cars.js +220 -220
  447. package/source/components/VehicleSmallCard/SeoText/SeoText.styl +8 -8
  448. package/source/components/VehicleSmallCard/SeoText/SeoText.tsx +16 -16
  449. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +162 -162
  450. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +190 -190
  451. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +218 -218
  452. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +161 -161
  453. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +164 -164
  454. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +288 -288
  455. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +29 -29
  456. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +34 -34
  457. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +135 -135
  458. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +91 -91
  459. package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
  460. package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
  461. package/source/components/VehicleSmallCard/VehicleSmallCard.styl +244 -244
  462. package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +405 -404
  463. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.js +199 -199
  464. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.styl +40 -40
  465. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.styl +150 -150
  466. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.tsx +185 -185
  467. package/source/components/_common/Accordion/Accordion.story.js +36 -36
  468. package/source/components/_common/Accordion/Accordion.styl +2 -2
  469. package/source/components/_common/Accordion/Accordion.tsx +132 -132
  470. package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.styl +49 -49
  471. package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.tsx +33 -33
  472. package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.styl +34 -34
  473. package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.tsx +64 -64
  474. package/source/components/_common/AccordionWrapper/AccordionWrapper.tsx +34 -34
  475. package/source/components/_common/Badge/Badge.story.js +27 -27
  476. package/source/components/_common/Badge/Badge.story.styl +5 -5
  477. package/source/components/_common/Badge/Badge.styl +44 -44
  478. package/source/components/_common/Badge/Badge.tsx +25 -25
  479. package/source/components/_common/BodyTypeIcons/Audi.tsx +9 -9
  480. package/source/components/_common/BodyTypeIcons/Bmw.tsx +860 -860
  481. package/source/components/_common/BodyTypeIcons/Ford.tsx +31 -31
  482. package/source/components/_common/BodyTypeIcons/IconsConfig.tsx +44 -44
  483. package/source/components/_common/BodyTypeIcons/IconsConfigCompact.tsx +30 -30
  484. package/source/components/_common/BodyTypeIcons/Mazda.tsx +44 -44
  485. package/source/components/_common/BodyTypeIcons/MercedesBenz.tsx +38 -38
  486. package/source/components/_common/BodyTypeIcons/Opel.tsx +19 -19
  487. package/source/components/_common/BodyTypeIcons/Search.tsx +19 -19
  488. package/source/components/_common/BodyTypeIcons/SelectorCategoryCombi.tsx +68 -68
  489. package/source/components/_common/BodyTypeIcons/SelectorCategoryCompact.tsx +20 -20
  490. package/source/components/_common/BodyTypeIcons/SelectorCategoryConvertible.tsx +68 -68
  491. package/source/components/_common/BodyTypeIcons/SelectorCategoryCoupe.tsx +60 -60
  492. package/source/components/_common/BodyTypeIcons/SelectorCategoryMinibus.tsx +64 -64
  493. package/source/components/_common/BodyTypeIcons/SelectorCategorySedan.tsx +69 -69
  494. package/source/components/_common/BodyTypeIcons/SelectorCategorySuv.tsx +77 -77
  495. package/source/components/_common/BodyTypeIcons/SelectorCategoryTransporter.tsx +68 -68
  496. package/source/components/_common/BodyTypeIcons/SelectorCategoryVan.tsx +72 -72
  497. package/source/components/_common/BodyTypeIcons/Volkswagen.tsx +330 -330
  498. package/source/components/_common/BodyTypeIcons/index.ts +17 -17
  499. package/source/components/_common/Bubble/Bubble.story.js +52 -52
  500. package/source/components/_common/Bubble/Bubble.styl +53 -53
  501. package/source/components/_common/Bubble/Bubble.tsx +37 -37
  502. package/source/components/_common/Button/Button.story.js +52 -52
  503. package/source/components/_common/Button/Button.story.styl +5 -5
  504. package/source/components/_common/Button/Button.styl +12 -12
  505. package/source/components/_common/Button/Button.styled.tsx +51 -51
  506. package/source/components/_common/Button/Button.tsx +79 -79
  507. package/source/components/_common/ButtonOld/Button.story.js +54 -54
  508. package/source/components/_common/ButtonOld/Button.story.styl +5 -5
  509. package/source/components/_common/ButtonOld/Button.styl +65 -65
  510. package/source/components/_common/ButtonOld/Button.tsx +84 -84
  511. package/source/components/_common/Checkbox/Checkbox.story.js +85 -85
  512. package/source/components/_common/Checkbox/Checkbox.story.styl +14 -14
  513. package/source/components/_common/Checkbox/Checkbox.styl +119 -119
  514. package/source/components/_common/Checkbox/Checkbox.tsx +151 -151
  515. package/source/components/_common/Checkbox/FormCheckbox.styl +22 -22
  516. package/source/components/_common/Checkbox/FormCheckbox.tsx +86 -86
  517. package/source/components/_common/Checkbox/index.js +4 -4
  518. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +126 -126
  519. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.styl +14 -14
  520. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.styl +155 -155
  521. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.tsx +210 -210
  522. package/source/components/_common/Chip/Chip.story.js +43 -43
  523. package/source/components/_common/Chip/Chip.styl +69 -69
  524. package/source/components/_common/Chip/Chip.tsx +38 -38
  525. package/source/components/_common/ChipList/ChipList.story.js +36 -36
  526. package/source/components/_common/ChipList/ChipList.styl +80 -80
  527. package/source/components/_common/ChipList/ChipList.tsx +58 -58
  528. package/source/components/_common/Co2Widget/CO2Efficiency.styl +219 -219
  529. package/source/components/_common/Co2Widget/CO2Efficiency.tsx +93 -93
  530. package/source/components/_common/Divider/Divider.styl +8 -8
  531. package/source/components/_common/Divider/Divider.tsx +16 -16
  532. package/source/components/_common/DoorSelector/DoorSelector.styl +35 -35
  533. package/source/components/_common/DoorSelector/DoorSelector.tsx +39 -39
  534. package/source/components/_common/DropDown/DropDown.story.js +35 -35
  535. package/source/components/_common/DropDown/DropDown.styl +129 -129
  536. package/source/components/_common/DropDown/DropDown.tsx +111 -111
  537. package/source/components/_common/DropDown/DropDownComponents.tsx +53 -53
  538. package/source/components/_common/DropDown/DropDownGroup.styl +20 -20
  539. package/source/components/_common/DropDown/DropDownGroup.tsx +136 -136
  540. package/source/components/_common/DropDown/FormDropDown.styl +35 -35
  541. package/source/components/_common/DropDown/FormDropDown.tsx +53 -53
  542. package/source/components/_common/DropDown/MultiDropDown.tsx +84 -84
  543. package/source/components/_common/DropDown/index.ts +7 -7
  544. package/source/components/_common/ExpandablePanel/ExpandablePanel.story.js +41 -41
  545. package/source/components/_common/ExpandablePanel/ExpandablePanel.styl +19 -19
  546. package/source/components/_common/ExpandablePanel/ExpandablePanel.tsx +88 -88
  547. package/source/components/_common/ExpansionPanel/ExpansionPanel.styl +36 -36
  548. package/source/components/_common/ExpansionPanel/ExpansionPanel.styled.tsx +28 -28
  549. package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +99 -99
  550. package/source/components/_common/FilterLabel/FilterLabel.styl +25 -25
  551. package/source/components/_common/FilterLabel/FilterLabel.tsx +27 -27
  552. package/source/components/_common/Histogram/Histogram.story.js +51 -51
  553. package/source/components/_common/IconContainer/IconContainer.styl +23 -23
  554. package/source/components/_common/IconContainer/IconContainer.tsx +34 -34
  555. package/source/components/_common/IconSVG/IconSVG.story.js +21 -21
  556. package/source/components/_common/IconSVG/IconSVG.story.styl +25 -25
  557. package/source/components/_common/IconSVG/IconSVG.tsx +30 -30
  558. package/source/components/_common/IconSVG/IconSVGConfig.tsx +768 -768
  559. package/source/components/_common/IconSVG/SVG/AboPartner.tsx +16 -16
  560. package/source/components/_common/IconSVG/SVG/ArrowQuotes.tsx +22 -22
  561. package/source/components/_common/IconSVG/SVG/CloseIcon.tsx +17 -17
  562. package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +18 -18
  563. package/source/components/_common/IconSVG/SVG/ClosedLockIcon.tsx +18 -18
  564. package/source/components/_common/IconSVG/SVG/DealerCheckIcon.tsx +18 -18
  565. package/source/components/_common/IconSVG/SVG/DealerPopoverMail.tsx +21 -21
  566. package/source/components/_common/IconSVG/SVG/DealerPopoverPhone.tsx +21 -21
  567. package/source/components/_common/IconSVG/SVG/GrayPhoneIcon.tsx +22 -22
  568. package/source/components/_common/IconSVG/SVG/InternetIcon.tsx +18 -18
  569. package/source/components/_common/IconSVG/SVG/WhiteEnvelopeIcon.tsx +21 -21
  570. package/source/components/_common/IconSVG/SVG/bodyType/Cabrio.tsx +23 -23
  571. package/source/components/_common/IconSVG/SVG/bodyType/Coupe.tsx +22 -22
  572. package/source/components/_common/IconSVG/SVG/bodyType/Minibus.tsx +22 -22
  573. package/source/components/_common/IconSVG/SVG/bodyType/Other.tsx +25 -25
  574. package/source/components/_common/IconSVG/SVG/bodyType/Sedan.tsx +22 -22
  575. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCombi.tsx +68 -68
  576. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCompact.tsx +20 -20
  577. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryConvertible.tsx +68 -68
  578. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCoupe.tsx +60 -60
  579. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryMinibus.tsx +64 -64
  580. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryOther.tsx +60 -60
  581. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySedan.tsx +69 -69
  582. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySuv.tsx +77 -77
  583. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryTransporter.tsx +68 -68
  584. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryVan.tsx +72 -72
  585. package/source/components/_common/IconSVG/SVG/bodyType/Small.tsx +23 -23
  586. package/source/components/_common/IconSVG/SVG/bodyType/Suv.tsx +23 -23
  587. package/source/components/_common/IconSVG/SVG/bodyType/Van.tsx +23 -23
  588. package/source/components/_common/IconSVG/SVG/bodyType/Wagon.tsx +23 -23
  589. package/source/components/_common/IconSVG/SVG/common/AddIcon.tsx +16 -16
  590. package/source/components/_common/IconSVG/SVG/common/AddPlus.tsx +16 -16
  591. package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +29 -29
  592. package/source/components/_common/IconSVG/SVG/common/AddressIcon.tsx +20 -20
  593. package/source/components/_common/IconSVG/SVG/common/ArrowDetailedAccordionBlue.tsx +26 -26
  594. package/source/components/_common/IconSVG/SVG/common/ArrowDownBlue.tsx +21 -21
  595. package/source/components/_common/IconSVG/SVG/common/ArrowSelect.tsx +23 -23
  596. package/source/components/_common/IconSVG/SVG/common/ArrowStepDown.tsx +18 -18
  597. package/source/components/_common/IconSVG/SVG/common/Autocheck.tsx +19 -19
  598. package/source/components/_common/IconSVG/SVG/common/AutodeLogo.tsx +36 -36
  599. package/source/components/_common/IconSVG/SVG/common/Avatar.tsx +17 -17
  600. package/source/components/_common/IconSVG/SVG/common/BellGray.tsx +19 -19
  601. package/source/components/_common/IconSVG/SVG/common/BigInfoTransparent.tsx +13 -13
  602. package/source/components/_common/IconSVG/SVG/common/Browse.tsx +20 -20
  603. package/source/components/_common/IconSVG/SVG/common/Calendar.tsx +24 -24
  604. package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +30 -30
  605. package/source/components/_common/IconSVG/SVG/common/Camera.tsx +17 -17
  606. package/source/components/_common/IconSVG/SVG/common/Car.tsx +16 -16
  607. package/source/components/_common/IconSVG/SVG/common/CarBody.tsx +19 -19
  608. package/source/components/_common/IconSVG/SVG/common/CarFront.tsx +43 -43
  609. package/source/components/_common/IconSVG/SVG/common/CarInspectionCheck.tsx +21 -21
  610. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme0.tsx +32 -32
  611. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme1.tsx +53 -53
  612. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme2.tsx +52 -52
  613. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme3.tsx +32 -32
  614. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme4.tsx +32 -32
  615. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme5.tsx +32 -32
  616. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme6.tsx +32 -32
  617. package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral copy.tsx +24 -24
  618. package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral.tsx +24 -24
  619. package/source/components/_common/IconSVG/SVG/common/CheckBlue.tsx +18 -18
  620. package/source/components/_common/IconSVG/SVG/common/CheckGreen.tsx +22 -22
  621. package/source/components/_common/IconSVG/SVG/common/CheckMark.tsx +16 -16
  622. package/source/components/_common/IconSVG/SVG/common/CheckWhite.tsx +19 -19
  623. package/source/components/_common/IconSVG/SVG/common/Chevron.tsx +17 -17
  624. package/source/components/_common/IconSVG/SVG/common/CircledCheckmark.tsx +25 -25
  625. package/source/components/_common/IconSVG/SVG/common/Clock.tsx +18 -18
  626. package/source/components/_common/IconSVG/SVG/common/Close.tsx +19 -19
  627. package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +22 -22
  628. package/source/components/_common/IconSVG/SVG/common/ContactEmail.tsx +21 -21
  629. package/source/components/_common/IconSVG/SVG/common/ContactPhone.tsx +28 -28
  630. package/source/components/_common/IconSVG/SVG/common/CopyIcon copy.tsx +22 -22
  631. package/source/components/_common/IconSVG/SVG/common/CopyIcon.tsx +22 -22
  632. package/source/components/_common/IconSVG/SVG/common/CopyIconForDealer.tsx +21 -21
  633. package/source/components/_common/IconSVG/SVG/common/DashboardIcon.tsx +20 -20
  634. package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +20 -20
  635. package/source/components/_common/IconSVG/SVG/common/DealersIcon.tsx +20 -20
  636. package/source/components/_common/IconSVG/SVG/common/DeleteCircle.tsx +31 -31
  637. package/source/components/_common/IconSVG/SVG/common/DeleteV1Icon.tsx +18 -18
  638. package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +25 -25
  639. package/source/components/_common/IconSVG/SVG/common/DeliveryMail.tsx +24 -24
  640. package/source/components/_common/IconSVG/SVG/common/Discount100De.tsx +18 -18
  641. package/source/components/_common/IconSVG/SVG/common/Discount100En.tsx +19 -19
  642. package/source/components/_common/IconSVG/SVG/common/Discount66De.tsx +28 -28
  643. package/source/components/_common/IconSVG/SVG/common/Discount66En.tsx +20 -20
  644. package/source/components/_common/IconSVG/SVG/common/DoneIcon.tsx +18 -18
  645. package/source/components/_common/IconSVG/SVG/common/EditCircle.tsx +32 -32
  646. package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +20 -20
  647. package/source/components/_common/IconSVG/SVG/common/EuroCurrency.tsx +18 -18
  648. package/source/components/_common/IconSVG/SVG/common/Export.tsx +20 -20
  649. package/source/components/_common/IconSVG/SVG/common/Eye.tsx +17 -17
  650. package/source/components/_common/IconSVG/SVG/common/EyeCatch.tsx +19 -19
  651. package/source/components/_common/IconSVG/SVG/common/FavoritesIcon.tsx +20 -20
  652. package/source/components/_common/IconSVG/SVG/common/FilterRange.tsx +16 -16
  653. package/source/components/_common/IconSVG/SVG/common/FilterToolBlack.tsx +23 -23
  654. package/source/components/_common/IconSVG/SVG/common/FlagDe.tsx +21 -21
  655. package/source/components/_common/IconSVG/SVG/common/FlagEn.tsx +43 -43
  656. package/source/components/_common/IconSVG/SVG/common/GrayEnvelopeIcon.tsx +19 -19
  657. package/source/components/_common/IconSVG/SVG/common/HamburgerMenuIcon.tsx +18 -18
  658. package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +32 -32
  659. package/source/components/_common/IconSVG/SVG/common/ImageSettingsIcon.tsx +20 -20
  660. package/source/components/_common/IconSVG/SVG/common/Info.tsx +16 -16
  661. package/source/components/_common/IconSVG/SVG/common/InfoIcon.tsx +17 -17
  662. package/source/components/_common/IconSVG/SVG/common/InfoTransparent.tsx +18 -18
  663. package/source/components/_common/IconSVG/SVG/common/LogoutIcon.tsx +20 -20
  664. package/source/components/_common/IconSVG/SVG/common/MagnifyingGlass.tsx +31 -31
  665. package/source/components/_common/IconSVG/SVG/common/MenuArrow.tsx +16 -16
  666. package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +22 -22
  667. package/source/components/_common/IconSVG/SVG/common/MobileDeLogo.tsx +108 -108
  668. package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +20 -20
  669. package/source/components/_common/IconSVG/SVG/common/MyVehiclesIcon.tsx +20 -20
  670. package/source/components/_common/IconSVG/SVG/common/NewFlagDe.tsx +25 -25
  671. package/source/components/_common/IconSVG/SVG/common/NewFlagEn.tsx +34 -34
  672. package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +27 -27
  673. package/source/components/_common/IconSVG/SVG/common/Package.tsx +30 -30
  674. package/source/components/_common/IconSVG/SVG/common/Phone.tsx +18 -18
  675. package/source/components/_common/IconSVG/SVG/common/PhoneGrey.tsx +22 -22
  676. package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +30 -30
  677. package/source/components/_common/IconSVG/SVG/common/Picture.tsx +24 -24
  678. package/source/components/_common/IconSVG/SVG/common/Pictures.tsx +32 -32
  679. package/source/components/_common/IconSVG/SVG/common/Plus.tsx +16 -16
  680. package/source/components/_common/IconSVG/SVG/common/PlusNew.tsx +16 -16
  681. package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +29 -29
  682. package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +24 -24
  683. package/source/components/_common/IconSVG/SVG/common/ProfileIcon.tsx +17 -17
  684. package/source/components/_common/IconSVG/SVG/common/Question.tsx +19 -19
  685. package/source/components/_common/IconSVG/SVG/common/QuestionBold.tsx +25 -25
  686. package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +31 -31
  687. package/source/components/_common/IconSVG/SVG/common/SavedSearchsIcon.tsx +20 -20
  688. package/source/components/_common/IconSVG/SVG/common/Search.tsx +19 -19
  689. package/source/components/_common/IconSVG/SVG/common/SearchGrey.tsx +22 -22
  690. package/source/components/_common/IconSVG/SVG/common/SettingPenIcon.tsx +20 -20
  691. package/source/components/_common/IconSVG/SVG/common/Share.tsx +16 -16
  692. package/source/components/_common/IconSVG/SVG/common/ShoppingCart.tsx +18 -18
  693. package/source/components/_common/IconSVG/SVG/common/SliderArrow.tsx +21 -21
  694. package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +17 -17
  695. package/source/components/_common/IconSVG/SVG/common/SortUpDownArrows.tsx +18 -18
  696. package/source/components/_common/IconSVG/SVG/common/Speedometer.tsx +23 -23
  697. package/source/components/_common/IconSVG/SVG/common/Star.tsx +20 -20
  698. package/source/components/_common/IconSVG/SVG/common/StarNew.tsx +16 -16
  699. package/source/components/_common/IconSVG/SVG/common/StarOutline.tsx +20 -20
  700. package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +18 -18
  701. package/source/components/_common/IconSVG/SVG/common/Stats.tsx +17 -17
  702. package/source/components/_common/IconSVG/SVG/common/Step1.tsx +21 -21
  703. package/source/components/_common/IconSVG/SVG/common/Step2.tsx +20 -20
  704. package/source/components/_common/IconSVG/SVG/common/Step3.tsx +21 -21
  705. package/source/components/_common/IconSVG/SVG/common/SupportCallbackIcon.tsx +20 -20
  706. package/source/components/_common/IconSVG/SVG/common/Telephone.tsx +22 -22
  707. package/source/components/_common/IconSVG/SVG/common/Time.tsx +17 -17
  708. package/source/components/_common/IconSVG/SVG/common/Timetable.tsx +18 -18
  709. package/source/components/_common/IconSVG/SVG/common/Trash.tsx +22 -22
  710. package/source/components/_common/IconSVG/SVG/common/TrashRed.tsx +23 -23
  711. package/source/components/_common/IconSVG/SVG/common/Upload.tsx +17 -17
  712. package/source/components/_common/IconSVG/SVG/common/UserGrey.tsx +22 -22
  713. package/source/components/_common/IconSVG/SVG/common/UserProfileIcon.tsx +20 -20
  714. package/source/components/_common/IconSVG/SVG/common/ValidateFailure.tsx +21 -21
  715. package/source/components/_common/IconSVG/SVG/common/ValidateSuccess.tsx +21 -21
  716. package/source/components/_common/IconSVG/SVG/common/WarningTriangle.tsx +20 -20
  717. package/source/components/_common/IconSVG/SVG/common/WhiteArrowUp.tsx +21 -21
  718. package/source/components/_common/IconSVG/SVG/common/WhiteKey.tsx +21 -21
  719. package/source/components/_common/IconSVG/SVG/common/WhitePeople.tsx +23 -23
  720. package/source/components/_common/IconSVG/SVG/common/WhiteTick.tsx +19 -19
  721. package/source/components/_common/IconSVG/SVG/flags/AT.tsx +19 -19
  722. package/source/components/_common/IconSVG/SVG/flags/BE.tsx +20 -20
  723. package/source/components/_common/IconSVG/SVG/flags/BG.tsx +20 -20
  724. package/source/components/_common/IconSVG/SVG/flags/CH.tsx +22 -22
  725. package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +18 -18
  726. package/source/components/_common/IconSVG/SVG/flags/DE.tsx +18 -18
  727. package/source/components/_common/IconSVG/SVG/flags/DK.tsx +18 -18
  728. package/source/components/_common/IconSVG/SVG/flags/ES.tsx +2585 -2585
  729. package/source/components/_common/IconSVG/SVG/flags/FI.tsx +18 -18
  730. package/source/components/_common/IconSVG/SVG/flags/FR.tsx +20 -20
  731. package/source/components/_common/IconSVG/SVG/flags/GB.tsx +26 -26
  732. package/source/components/_common/IconSVG/SVG/flags/HR.tsx +135 -135
  733. package/source/components/_common/IconSVG/SVG/flags/HU.tsx +20 -20
  734. package/source/components/_common/IconSVG/SVG/flags/IT.tsx +20 -20
  735. package/source/components/_common/IconSVG/SVG/flags/LI.tsx +106 -106
  736. package/source/components/_common/IconSVG/SVG/flags/LU.tsx +18 -18
  737. package/source/components/_common/IconSVG/SVG/flags/NL.tsx +18 -18
  738. package/source/components/_common/IconSVG/SVG/flags/NO.tsx +20 -20
  739. package/source/components/_common/IconSVG/SVG/flags/PL.tsx +19 -19
  740. package/source/components/_common/IconSVG/SVG/flags/RO.tsx +20 -20
  741. package/source/components/_common/IconSVG/SVG/flags/RU.tsx +20 -20
  742. package/source/components/_common/IconSVG/SVG/flags/SE.tsx +20 -20
  743. package/source/components/_common/IconSVG/SVG/flags/SI.tsx +54 -54
  744. package/source/components/_common/IconSVG/SVG/flags/SK.tsx +34 -34
  745. package/source/components/_common/IconSVG/SVG/flags/UA.tsx +19 -19
  746. package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
  747. package/source/components/_common/IconSVG/SVG/infoBlocks/AlertInfo.tsx +19 -19
  748. package/source/components/_common/IconSVG/SVG/infoBlocks/Autocheck.tsx +19 -19
  749. package/source/components/_common/IconSVG/SVG/infoBlocks/CheckTheStory.tsx +22 -22
  750. package/source/components/_common/IconSVG/SVG/infoBlocks/CustomerServiceWhite.tsx +16 -16
  751. package/source/components/_common/IconSVG/SVG/infoBlocks/Guarantee.tsx +16 -16
  752. package/source/components/_common/IconSVG/SVG/infoBlocks/OrderWhite.tsx +13 -13
  753. package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuarantee.tsx +19 -19
  754. package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuaranteeWhite.tsx +17 -17
  755. package/source/components/_common/IconSVG/SVG/infoBlocks/TransportAndDelivery.tsx +21 -21
  756. package/source/components/_common/IconSVG/SVG/infoBlocks/Warranty.tsx +23 -23
  757. package/source/components/_common/IconSVG/SVG/popower/Mail.tsx +18 -18
  758. package/source/components/_common/IconSVG/SVG/popower/Phone.tsx +19 -19
  759. package/source/components/_common/IconSVG/SVG/popower/Schedule.tsx +18 -18
  760. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AAllWheelDrive.tsx +26 -26
  761. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +26 -26
  762. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +25 -25
  763. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/OtherWheelDrive.tsx +26 -26
  764. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +25 -25
  765. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +18 -18
  766. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectrical.tsx +19 -19
  767. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalDiesel.tsx +34 -34
  768. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalPetrol.tsx +20 -20
  769. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelEthanol.tsx +53 -53
  770. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelHydrogen.tsx +24 -24
  771. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelLpg.tsx +24 -24
  772. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelNaturalGas.tsx +23 -23
  773. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelOther.tsx +28 -28
  774. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +18 -18
  775. package/source/components/_common/IconSVG/SVG/settings/Account.tsx +17 -17
  776. package/source/components/_common/IconSVG/SVG/settings/DataUsage.tsx +17 -17
  777. package/source/components/_common/IconSVG/SVG/settings/MarketResearch.tsx +17 -17
  778. package/source/components/_common/IconSVG/SVG/settings/Newsletter.tsx +17 -17
  779. package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +17 -17
  780. package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +17 -17
  781. package/source/components/_common/IconSVG/SVG/settings/Security.tsx +17 -17
  782. package/source/components/_common/IconSVG/SVG/settings/Warning.tsx +17 -17
  783. package/source/components/_common/IconSVG/SVG/slider/360.tsx +23 -23
  784. package/source/components/_common/IconSVG/SVG/slider/360New.tsx +20 -20
  785. package/source/components/_common/IconSVG/SVG/slider/Checked.tsx +19 -19
  786. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbon.tsx +51 -51
  787. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonMobile.tsx +47 -47
  788. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonNew.tsx +29 -29
  789. package/source/components/_common/IconSVG/SVG/slider/Easy.tsx +19 -19
  790. package/source/components/_common/IconSVG/SVG/slider/Fullscreen.tsx +16 -16
  791. package/source/components/_common/IconSVG/SVG/slider/FullscreenWindow.tsx +23 -23
  792. package/source/components/_common/IconSVG/SVG/slider/Safe.tsx +19 -19
  793. package/source/components/_common/IconSVG/SVG/slider/ToBuy.tsx +19 -19
  794. package/source/components/_common/IconSVG/SVG/slider/YoutubeButton.tsx +26 -26
  795. package/source/components/_common/IconSVG/SVG/slider/ZoomIn.tsx +21 -21
  796. package/source/components/_common/IconSVG/SVG/slider/ZoomOut.tsx +21 -21
  797. package/source/components/_common/IconSVG/SVG/social/AndroidLogo.tsx +18 -18
  798. package/source/components/_common/IconSVG/SVG/social/Apple.tsx +19 -19
  799. package/source/components/_common/IconSVG/SVG/social/FacebookF.tsx +19 -19
  800. package/source/components/_common/IconSVG/SVG/social/GooglePlusG.tsx +19 -19
  801. package/source/components/_common/IconSVG/SVG/social/Instagram.tsx +17 -17
  802. package/source/components/_common/IconSVG/SVG/social/Pinterest.tsx +19 -19
  803. package/source/components/_common/IconSVG/SVG/social/SharingInterface.tsx +21 -21
  804. package/source/components/_common/IconSVG/SVG/social/Twitter.tsx +19 -19
  805. package/source/components/_common/IconSVG/SVG/social/Youtube.tsx +19 -19
  806. package/source/components/_common/IconSVG/SVG/vehicle/AboIcon.tsx +11 -11
  807. package/source/components/_common/IconSVG/SVG/vehicle/Abs.tsx +24 -24
  808. package/source/components/_common/IconSVG/SVG/vehicle/AirCond.tsx +34 -34
  809. package/source/components/_common/IconSVG/SVG/vehicle/Airbag.tsx +21 -21
  810. package/source/components/_common/IconSVG/SVG/vehicle/AuxiliaryHeating.tsx +23 -23
  811. package/source/components/_common/IconSVG/SVG/vehicle/Bluetooth.tsx +22 -22
  812. package/source/components/_common/IconSVG/SVG/vehicle/BuyIcon.tsx +15 -15
  813. package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +22 -22
  814. package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCheck.tsx +21 -21
  815. package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCross.tsx +21 -21
  816. package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +15 -15
  817. package/source/components/_common/IconSVG/SVG/vehicle/Co2.tsx +24 -24
  818. package/source/components/_common/IconSVG/SVG/vehicle/CruiseControl.tsx +25 -25
  819. package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +21 -21
  820. package/source/components/_common/IconSVG/SVG/vehicle/Delivery.tsx +12 -12
  821. package/source/components/_common/IconSVG/SVG/vehicle/Diesel.tsx +28 -28
  822. package/source/components/_common/IconSVG/SVG/vehicle/Display.tsx +25 -25
  823. package/source/components/_common/IconSVG/SVG/vehicle/Done.tsx +11 -11
  824. package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +19 -19
  825. package/source/components/_common/IconSVG/SVG/vehicle/DoubleDone.tsx +18 -18
  826. package/source/components/_common/IconSVG/SVG/vehicle/EditIcon.tsx +11 -11
  827. package/source/components/_common/IconSVG/SVG/vehicle/EmergencyBrakeAssistant.tsx +27 -27
  828. package/source/components/_common/IconSVG/SVG/vehicle/Eps.tsx +24 -24
  829. package/source/components/_common/IconSVG/SVG/vehicle/Esp.tsx +24 -24
  830. package/source/components/_common/IconSVG/SVG/vehicle/FinancingIcon.tsx +20 -20
  831. package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +20 -20
  832. package/source/components/_common/IconSVG/SVG/vehicle/Fueling.tsx +22 -22
  833. package/source/components/_common/IconSVG/SVG/vehicle/FullDrive.tsx +24 -24
  834. package/source/components/_common/IconSVG/SVG/vehicle/GasElectric.tsx +28 -28
  835. package/source/components/_common/IconSVG/SVG/vehicle/HandsFreePhoneSystem.tsx +24 -24
  836. package/source/components/_common/IconSVG/SVG/vehicle/Kw.tsx +23 -23
  837. package/source/components/_common/IconSVG/SVG/vehicle/LastCrawledAt.tsx +22 -22
  838. package/source/components/_common/IconSVG/SVG/vehicle/LeasingIcon.tsx +14 -14
  839. package/source/components/_common/IconSVG/SVG/vehicle/Led.tsx +24 -24
  840. package/source/components/_common/IconSVG/SVG/vehicle/LightSensor.tsx +22 -22
  841. package/source/components/_common/IconSVG/SVG/vehicle/LinkAlternative.tsx +15 -15
  842. package/source/components/_common/IconSVG/SVG/vehicle/Location.tsx +17 -17
  843. package/source/components/_common/IconSVG/SVG/vehicle/MinusIcon.tsx +11 -11
  844. package/source/components/_common/IconSVG/SVG/vehicle/Mirror.tsx +19 -19
  845. package/source/components/_common/IconSVG/SVG/vehicle/Navigation.tsx +27 -27
  846. package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +21 -21
  847. package/source/components/_common/IconSVG/SVG/vehicle/NoImage.tsx +17 -17
  848. package/source/components/_common/IconSVG/SVG/vehicle/Owner.tsx +18 -18
  849. package/source/components/_common/IconSVG/SVG/vehicle/PanoramicRoof.tsx +23 -23
  850. package/source/components/_common/IconSVG/SVG/vehicle/ParkingAssistants.tsx +24 -24
  851. package/source/components/_common/IconSVG/SVG/vehicle/PickYourself.tsx +18 -18
  852. package/source/components/_common/IconSVG/SVG/vehicle/PlusIcon.tsx +11 -11
  853. package/source/components/_common/IconSVG/SVG/vehicle/Power.tsx +21 -21
  854. package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +19 -19
  855. package/source/components/_common/IconSVG/SVG/vehicle/Question.tsx +24 -24
  856. package/source/components/_common/IconSVG/SVG/vehicle/Seats.tsx +21 -21
  857. package/source/components/_common/IconSVG/SVG/vehicle/SeatsHeating.tsx +26 -26
  858. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +24 -24
  859. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxManualShift.tsx +19 -19
  860. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxOther.tsx +24 -24
  861. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxSemiAutomatic.tsx +30 -30
  862. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeAlcantara.tsx +225 -225
  863. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFabric.tsx +29 -29
  864. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFullLeather.tsx +29 -29
  865. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeOther.tsx +26 -26
  866. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypePartLeather.tsx +142 -142
  867. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeSyntheticLeather.tsx +27 -27
  868. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeVelours.tsx +39 -39
  869. package/source/components/_common/IconSVG/SVG/vehicle/Shield.tsx +39 -39
  870. package/source/components/_common/IconSVG/SVG/vehicle/Speedometer.tsx +17 -17
  871. package/source/components/_common/IconSVG/SVG/vehicle/StartStopSystem.tsx +30 -30
  872. package/source/components/_common/IconSVG/SVG/vehicle/Stop.tsx +25 -25
  873. package/source/components/_common/IconSVG/SVG/vehicle/TickMark.tsx +21 -21
  874. package/source/components/_common/IconSVG/SVG/vehicle/TrafficSignRecognition.tsx +29 -29
  875. package/source/components/_common/IconSVG/SVG/vehicle/TrailerCoupling.tsx +24 -24
  876. package/source/components/_common/IconSVG/SVG/vehicle/Transmission.tsx +27 -27
  877. package/source/components/_common/IconSVG/SVG/vehicle/Wheel.tsx +43 -43
  878. package/source/components/_common/IconSVG/SVG/vehicle/Wipers.tsx +22 -22
  879. package/source/components/_common/IconSVG/SVG/vehicle/Wrench.tsx +17 -17
  880. package/source/components/_common/Image/Image.story.js +142 -142
  881. package/source/components/_common/Image/Image.story.styl +18 -18
  882. package/source/components/_common/Image/Image.styl +109 -109
  883. package/source/components/_common/Image/Image.tsx +302 -302
  884. package/source/components/_common/ImagesSet/ImagesSet.story.js +34 -34
  885. package/source/components/_common/ImagesSet/ImagesSet.story.styl +3 -3
  886. package/source/components/_common/ImagesSet/ImagesSet.styl +27 -27
  887. package/source/components/_common/ImagesSet/ImagesSet.tsx +76 -76
  888. package/source/components/_common/Loader/Loader.story.js +21 -21
  889. package/source/components/_common/Loader/Loader.styl +39 -39
  890. package/source/components/_common/Loader/Loader.tsx +32 -32
  891. package/source/components/_common/MagnifyGlass/MagnifyGlass.styl +33 -33
  892. package/source/components/_common/MagnifyGlass/MagnifyGlass.tsx +213 -213
  893. package/source/components/_common/MaterialAccordion/MaterialAccordion.tsx +141 -141
  894. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.story.js +49 -49
  895. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +71 -71
  896. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +40 -40
  897. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +204 -204
  898. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +248 -248
  899. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.js +45 -45
  900. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.styl +5 -5
  901. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.styled.tsx +20 -20
  902. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.tsx +112 -112
  903. package/source/components/_common/MaterialField/MaterialField.story.js +87 -87
  904. package/source/components/_common/MaterialField/MaterialField.story.styl +33 -33
  905. package/source/components/_common/MaterialField/MaterialField.styled.tsx +52 -52
  906. package/source/components/_common/MaterialField/MaterialField.tsx +132 -132
  907. package/source/components/_common/MaterialSelect/MaterialSelect.story.js +52 -52
  908. package/source/components/_common/MaterialSelect/MaterialSelect.story.styl +5 -5
  909. package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +123 -123
  910. package/source/components/_common/MaterialSelect/MaterialSelect.tsx +222 -222
  911. package/source/components/_common/MaterialStepButton/MaterialStepButton.story.js +47 -47
  912. package/source/components/_common/MaterialStepButton/MaterialStepButton.story.styl +5 -5
  913. package/source/components/_common/MaterialStepButton/MaterialStepButton.styl +32 -32
  914. package/source/components/_common/MaterialStepButton/MaterialStepButton.tsx +61 -61
  915. package/source/components/_common/MaterialSwitch/MaterialSwitch.story.js +17 -17
  916. package/source/components/_common/MaterialSwitch/MaterialSwitch.styled.tsx +5 -5
  917. package/source/components/_common/MaterialSwitch/MaterialSwitch.tsx +37 -37
  918. package/source/components/_common/MaterialTooltip/MaterialTooltip.story.js +10 -10
  919. package/source/components/_common/MaterialTooltip/MaterialTooltip.styled.tsx +24 -24
  920. package/source/components/_common/MaterialTooltip/MaterialTooltip.tsx +87 -87
  921. package/source/components/_common/Modal/CookieModal.tsx +49 -49
  922. package/source/components/_common/Modal/Modal.story.js +37 -37
  923. package/source/components/_common/Modal/Modal.styled.tsx +15 -15
  924. package/source/components/_common/Modal/Modal.tsx +24 -24
  925. package/source/components/_common/Modal/ModalsConfig.tsx +23 -23
  926. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +86 -86
  927. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +184 -184
  928. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +66 -66
  929. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +51 -51
  930. package/source/components/_common/Modal/modals/TestModal.tsx +7 -7
  931. package/source/components/_common/MuiDropDown/MuiDropDown.tsx +93 -93
  932. package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.story.js +21 -21
  933. package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.tsx +87 -87
  934. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styl +119 -119
  935. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styled.tsx +23 -23
  936. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.tsx +122 -122
  937. package/source/components/_common/PropertySelector/PSGroup.story.js +93 -93
  938. package/source/components/_common/PropertySelector/PSGroup.story.styl +25 -25
  939. package/source/components/_common/PropertySelector/PSGroup.styl +5 -5
  940. package/source/components/_common/PropertySelector/PSGroup.tsx +98 -98
  941. package/source/components/_common/PropertySelector/PropertySelector.styl +139 -139
  942. package/source/components/_common/PropertySelector/PropertySelector.tsx +100 -100
  943. package/source/components/_common/PropertySelector/ProperySelector.story.js +83 -83
  944. package/source/components/_common/Radio/FormRadioGroup.story.js +28 -28
  945. package/source/components/_common/Radio/FormRadioGroup.story.styl +2 -2
  946. package/source/components/_common/Radio/FormRadioGroup.styl +22 -22
  947. package/source/components/_common/Radio/FormRadioGroup.tsx +77 -77
  948. package/source/components/_common/Radio/Radio.story.js +54 -54
  949. package/source/components/_common/Radio/Radio.styl +115 -115
  950. package/source/components/_common/Radio/Radio.tsx +141 -141
  951. package/source/components/_common/Radio/RadioGroup.story.js +90 -90
  952. package/source/components/_common/Radio/RadioGroup.story.styl +39 -39
  953. package/source/components/_common/Radio/RadioGroup.styl +5 -5
  954. package/source/components/_common/Radio/RadioGroup.tsx +65 -65
  955. package/source/components/_common/Range/Range.story.js +46 -46
  956. package/source/components/_common/Range/Range.story.styl +4 -4
  957. package/source/components/_common/Range/Range.styl +71 -71
  958. package/source/components/_common/Range/Range.tsx +87 -87
  959. package/source/components/_common/Skeleton/SkeletonItem.styl +80 -80
  960. package/source/components/_common/Skeleton/SkeletonItem.tsx +80 -80
  961. package/source/components/_common/Skeleton/SkeletonSearchItem.styl +123 -123
  962. package/source/components/_common/Skeleton/SkeletonSearchItem.tsx +92 -92
  963. package/source/components/_common/Slider/Slider.styl +2 -2
  964. package/source/components/_common/Slider/Slider.tsx +130 -130
  965. package/source/components/_common/SliderArrow/SliderArrow.story.js +18 -18
  966. package/source/components/_common/SliderArrow/SliderArrow.styl +32 -32
  967. package/source/components/_common/SliderArrow/SliderArrow.tsx +36 -36
  968. package/source/components/_common/StarButton/StarButton.styl +39 -39
  969. package/source/components/_common/StarButton/StarButton.tsx +31 -31
  970. package/source/components/_common/Tabs/TabPanel.tsx +28 -28
  971. package/source/components/_common/Tabs/Tabs.story.js +55 -55
  972. package/source/components/_common/Tabs/Tabs.styl +40 -40
  973. package/source/components/_common/Tabs/Tabs.tsx +44 -44
  974. package/source/components/_common/TextAreaField/TextAreaField.styl +47 -47
  975. package/source/components/_common/TextAreaField/TextAreaField.tsx +74 -74
  976. package/source/components/_common/TextField/TextField.styl +37 -37
  977. package/source/components/_common/TextField/TextField.tsx +77 -77
  978. package/source/components/_common/TimePicker/TimePicker.story.js +37 -37
  979. package/source/components/_common/TimePicker/TimePicker.styl +22 -22
  980. package/source/components/_common/TimePicker/TimePicker.tsx +155 -155
  981. package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
  982. package/source/components/_common/Tooltip/Tooltip.styl +117 -117
  983. package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
  984. package/source/components/_common/UserMenu/MaterialMenu.story.js +73 -73
  985. package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +84 -84
  986. package/source/components/_common/UserMenu/MaterialMenu.tsx +101 -101
  987. package/source/components/_common/UserMenu/MaterialMenuItem.tsx +76 -76
  988. package/source/components/_common/UserMenu/NestedMenu.tsx +59 -59
  989. package/source/components/_common/Usp/Usp.styl +78 -78
  990. package/source/components/_common/Usp/Usp.tsx +30 -30
  991. package/source/components/_common/VehicleSlider/VehicleSlider.story.js +99 -99
  992. package/source/components/_common/VehicleSlider/VehicleSlider.styl +62 -62
  993. package/source/components/_common/VehicleSlider/VehicleSlider.tsx +125 -125
  994. package/source/components/_common/VehicleSlider/VehicleSliderForSRL.tsx +175 -174
  995. package/source/components/_common/withLabel/withLabel.story.js +62 -62
  996. package/source/components/_common/withLabel/withLabel.styl +33 -33
  997. package/source/components/_common/withLabel/withLabel.tsx +44 -44
  998. package/source/components/_common/withPopover/withPopover.story.js +48 -48
  999. package/source/components/_common/withPopover/withPopover.story.styl +53 -53
  1000. package/source/components/_common/withPopover/withPopover.styl +3 -3
  1001. package/source/components/_common/withPopover/withPopover.tsx +88 -88
  1002. package/source/components/_common/withStats/withStats.story.js +75 -75
  1003. package/source/components/_common/withStats/withStats.styl +153 -153
  1004. package/source/components/_common/withStats/withStats.tsx +182 -182
  1005. package/source/components/containers/DasboardSection/DashboardSection.styl +14 -14
  1006. package/source/components/containers/DasboardSection/DashboardSection.tsx +23 -23
  1007. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +67 -67
  1008. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +463 -463
  1009. package/source/framework/DataTransformers.ts +86 -86
  1010. package/source/framework/constants/RateSearchWidget.ts +15 -15
  1011. package/source/framework/constants/Search.ts +290 -290
  1012. package/source/framework/constants/SearchWidget.ts +108 -108
  1013. package/source/framework/constants/app.ts +223 -223
  1014. package/source/framework/constants/cars.ts +36 -36
  1015. package/source/framework/constants/common.ts +126 -123
  1016. package/source/framework/constants/data.ts +52 -52
  1017. package/source/framework/constants/filters.ts +11 -11
  1018. package/source/framework/constants/highlights.ts +165 -165
  1019. package/source/framework/constants/price.ts +9 -9
  1020. package/source/framework/constants/queryBuilder.ts +4 -4
  1021. package/source/framework/constants/selectors.ts +38 -38
  1022. package/source/framework/constants.ts +131 -131
  1023. package/source/framework/data.ts +6 -6
  1024. package/source/framework/factories/BreadcrumbsFactory.tsx +285 -285
  1025. package/source/framework/factories/FactoryTypes.d.ts +30 -30
  1026. package/source/framework/factories/FilterFactory.ts +364 -364
  1027. package/source/framework/factories/ModalsFactory.tsx +11 -11
  1028. package/source/framework/hooks/useModal.ts +13 -13
  1029. package/source/framework/schemes/AggregationScheme.ts +73 -73
  1030. package/source/framework/types/types.ts +370 -370
  1031. package/source/framework/utils/CommonUtils.ts +645 -645
  1032. package/source/framework/utils/CookieUtils.ts +61 -61
  1033. package/source/framework/utils/DateUtils.ts +101 -101
  1034. package/source/framework/utils/FiltersUtils.ts +234 -234
  1035. package/source/framework/utils/RequestUtils.ts +20 -20
  1036. package/source/framework/utils/StyledComponent.ts +2 -2
  1037. package/source/framework/vehiclesProps/cbdSelectors.ts +117 -117
  1038. package/source/framework/vehiclesProps/decoratedLightProps.tsx +481 -481
  1039. package/source/framework/vehiclesProps/decoratedProps.tsx +1690 -1690
  1040. package/source/framework/vehiclesProps/equipment.ts +129 -129
  1041. package/source/framework/vehiclesProps/highlights.ts +54 -54
  1042. package/source/framework/vehiclesProps/vehicleDetails.ts +426 -426
  1043. package/source/globals.d.ts +18 -18
  1044. package/source/locales/SearchDetailedPage.ts +205 -205
  1045. package/source/locales/SearchPage.ts +224 -224
  1046. package/source/locales/cbd.ts +719 -719
  1047. package/source/locales/common.ts +109 -109
  1048. package/source/locales/data.ts +1112 -1112
  1049. package/source/locales/priceRating.ts +10 -10
  1050. package/source/locales/sortingOptions.ts +21 -21
  1051. package/source/theme/colors.styl +46 -46
  1052. package/source/theme/mixins.styl +93 -93
  1053. package/source/theme/priceReviewColors.styl +12 -12
  1054. package/source/theme/selector_colors.styl +61 -61
  1055. package/source/theme/slider.global.styl +3 -3
  1056. package/source/theme/theme.styl +136 -136
  1057. package/tsconfig.json +65 -65
  1058. package/tslint.json +38 -38
  1059. package/utils.ts +59 -59
@@ -1,13 +1,13 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgOrderWhite = (props: any) => (
5
- <svg width="67" height="62" viewBox="0 0 67 62" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
6
- <path d="M20.944 38.2798C20.5298 38.2798 20.194 38.6156 20.194 39.0298C20.194 39.444 20.5298 39.7798 20.944 39.7798V38.2798ZM41.805 39.7798C42.2192 39.7798 42.555 39.444 42.555 39.0298C42.555 38.6156 42.2192 38.2798 41.805 38.2798V39.7798ZM20.944 42.751C20.5298 42.751 20.194 43.0868 20.194 43.501C20.194 43.9152 20.5298 44.251 20.944 44.251V42.751ZM41.805 44.251C42.2192 44.251 42.555 43.9152 42.555 43.501C42.555 43.0868 42.2192 42.751 41.805 42.751V44.251ZM59.3001 36.5565L58.8101 37.1243L58.811 37.1251L59.3001 36.5565ZM54.5589 32.4658L55.0489 31.898L55.0434 31.8933L55.0378 31.8886L54.5589 32.4658ZM54.1796 32.0853L53.9818 31.3619L52.8635 31.6678L53.6009 32.5623L54.1796 32.0853ZM54.7012 31.9426L54.8991 32.6661L55.0915 32.6134L55.2324 32.4721L54.7012 31.9426ZM54.8908 31.895L54.9059 31.1452L54.8983 31.145H54.8908V31.895ZM55.1233 31.947L55.4287 31.262L55.4287 31.262L55.1233 31.947ZM55.3175 32.0853L54.7702 32.5981L54.7873 32.6163L54.8056 32.6334L55.3175 32.0853ZM55.559 32.2336L55.302 32.9382L55.302 32.9382L55.559 32.2336ZM55.839 32.2756L55.8782 33.0246L55.9099 33.0229L55.9413 33.0186L55.839 32.2756ZM58.257 31.9426L58.3593 32.6857L58.3685 32.6843L58.257 31.9426ZM59.1104 31.5621L59.5874 32.1409L59.5989 32.1314L59.6101 32.1214L59.1104 31.5621ZM59.5845 30.8011L60.3067 31.0034L60.313 30.9811L60.3178 30.9584L59.5845 30.8011ZM59.5887 30.2208L58.8532 30.3675L58.8532 30.3675L59.5887 30.2208ZM59.3623 29.6868L59.979 29.2599L59.979 29.2599L59.3623 29.6868ZM58.3992 29.0887L58.1957 29.8106L58.2425 29.8238L58.2907 29.8308L58.3992 29.0887ZM54.8619 28.0912L55.0654 27.3694L55.0182 27.356L54.9696 27.349L54.8619 28.0912ZM54.4847 28.1273L54.7311 28.8356L54.7311 28.8356L54.4847 28.1273ZM54.1662 28.3331L53.6217 27.8174L53.6216 27.8174L54.1662 28.3331ZM53.9776 28.6628L53.2572 28.4544L53.2571 28.4544L53.9776 28.6628ZM53.9611 29.0425L54.7009 28.9196L54.6991 28.9086L54.6969 28.8976L53.9611 29.0425ZM54.0085 29.3279L54.7529 29.2369L54.751 29.2209L54.7483 29.205L54.0085 29.3279ZM53.8583 29.7364L54.366 30.2885L54.366 30.2885L53.8583 29.7364ZM53.6628 29.8447L53.4646 29.1213L53.4646 29.1213L53.6628 29.8447ZM53.4396 29.8511L53.2115 30.5656L53.247 30.5769L53.2835 30.5847L53.4396 29.8511ZM52.3965 29.5182L51.8304 30.0101L51.9682 30.1687L52.1684 30.2326L52.3965 29.5182ZM47.3524 23.7138L46.7644 24.1793L46.775 24.1928L46.7863 24.2058L47.3524 23.7138ZM45.6865 22.3787L45.3605 23.0542L45.3605 23.0542L45.6865 22.3787ZM43.607 21.9063L43.607 22.6563L43.6092 22.6563L43.607 21.9063ZM18.8583 21.9063V21.1562L18.85 21.1563L18.8583 21.9063ZM15.1128 23.7138L15.6904 24.1922L15.6943 24.1875L15.1128 23.7138ZM10.1623 29.6901L10.3904 30.4046L10.5997 30.3378L10.7399 30.1685L10.1623 29.6901ZM9.11929 30.023L8.8912 29.3085L8.87988 29.3123L9.11929 30.023ZM8.88747 30.0365L8.73135 30.77L8.73136 30.77L8.88747 30.0365ZM8.68101 29.9298L8.17332 30.4818L8.17332 30.4818L8.68101 29.9298ZM8.55719 29.7327L7.8396 29.9508L7.8396 29.9508L8.55719 29.7327ZM8.55036 29.4998L9.27952 29.6754L9.28581 29.6493L9.29022 29.6228L8.55036 29.4998ZM8.59777 29.2145L7.8586 29.0874L7.85791 29.0915L8.59777 29.2145ZM8.07055 28.3057L7.81562 29.011L7.81562 29.011L8.07055 28.3057ZM7.69695 28.2631L7.60727 27.5185L7.56863 27.5232L7.53067 27.5318L7.69695 28.2631ZM4.066 29.0887L4.15669 29.8332L4.19482 29.8286L4.23228 29.82L4.066 29.0887ZM2.90392 30.8952L3.6198 30.6715L3.6198 30.6715L2.90392 30.8952ZM3.35483 31.5621L3.83181 30.9833L3.82881 30.9808L3.35483 31.5621ZM4.20823 31.9426L4.09669 32.6844L4.10593 32.6856L4.20823 31.9426ZM6.6262 32.2756L6.75006 31.5359L6.73931 31.5341L6.72851 31.5326L6.6262 32.2756ZM6.91189 32.2492L6.65485 31.5446L6.65485 31.5446L6.91189 32.2492ZM7.14773 32.0853L6.59159 31.5821L6.58424 31.5902L6.57714 31.5985L7.14773 32.0853ZM7.34109 31.9451L7.03566 31.2601L7.03565 31.2601L7.34109 31.9451ZM7.57443 31.895L7.57648 32.645L7.58663 32.645L7.59679 32.6447L7.57443 31.895ZM7.76407 31.9426L7.39072 32.5931L7.47379 32.6408L7.56618 32.6661L7.76407 31.9426ZM8.28559 32.0853L8.8168 32.6148L9.72661 31.7019L8.48349 31.3619L8.28559 32.0853ZM7.9063 32.4658L8.39624 33.0337L8.4176 33.0153L8.43751 32.9953L7.9063 32.4658ZM3.16518 36.5565L2.67521 35.9886L2.66864 35.9944L3.16518 36.5565ZM1.50579 40.219L0.755789 40.2157V40.219H1.50579ZM1.50579 58.6268L2.25565 58.6414L2.25579 58.6341V58.6268H1.50579ZM1.63013 59.3057L0.934147 59.5851L0.934148 59.5851L1.63013 59.3057ZM3.26001 60.3867V59.6367H3.25268L3.24535 59.6369L3.26001 60.3867ZM8.94936 60.3867L8.96401 59.6369L8.95669 59.6367H8.94936V60.3867ZM9.62597 60.262L9.907 60.9574L9.907 60.9574L9.62597 60.262ZM10.1998 59.8814L9.66863 59.3519L9.66863 59.3519L10.1998 59.8814ZM10.5792 59.3057L11.2752 59.5851L11.2752 59.5851L10.5792 59.3057ZM10.7036 58.6268H9.95357V58.6341L9.95371 58.6414L10.7036 58.6268ZM10.7036 57.3425L10.7018 56.5925L9.95357 56.5943V57.3425H10.7036ZM31.1852 57.295L31.187 56.545L31.1835 56.545L31.1852 57.295ZM51.6669 57.3425H52.4169V56.5943L51.6686 56.5925L51.6669 57.3425ZM51.6669 58.6268L52.4167 58.6414L52.4169 58.6341V58.6268H51.6669ZM51.7912 59.3057L51.0952 59.5851L51.0952 59.5851L51.7912 59.3057ZM52.7445 60.262L53.0255 59.5667L53.0255 59.5667L52.7445 60.262ZM53.4211 60.3867V59.6367H53.4137L53.4064 59.6369L53.4211 60.3867ZM59.1104 60.3867L59.1251 59.6369L59.1177 59.6367H59.1104V60.3867ZM60.3609 59.8814L60.8921 60.4108L60.8921 60.4108L60.3609 59.8814ZM60.7403 59.3057L61.4363 59.5851L61.4363 59.5851L60.7403 59.3057ZM60.8646 58.6268H60.1146V58.6341L60.1148 58.6414L60.8646 58.6268ZM60.8646 40.219L60.1157 40.1799L60.1146 40.1995V40.219H60.8646ZM60.507 38.2052L61.1967 37.9105L61.1967 37.9105L60.507 38.2052ZM14.1172 51.3018L14.8069 51.5964L14.8085 51.5924L14.1172 51.3018ZM13.8327 51.9677L13.1429 51.673L13.1389 51.6827L13.8327 51.9677ZM13.3759 52.4936L13.7548 53.1409L13.7548 53.1409L13.3759 52.4936ZM12.6948 52.6336L12.7877 51.8894L12.7743 51.8877L12.7608 51.8865L12.6948 52.6336ZM6.76844 52.1103L6.68717 52.8559L6.69481 52.8568L6.70247 52.8574L6.76844 52.1103ZM6.30601 51.9637L5.94274 52.6198L5.94274 52.6198L6.30601 51.9637ZM5.93577 51.6494L5.34741 52.1145L5.34741 52.1145L5.93577 51.6494ZM5.71503 51.2161L6.43713 51.0134L6.43712 51.0134L5.71503 51.2161ZM5.67798 50.731L4.93447 50.6322L4.93347 50.6404L5.67798 50.731ZM5.86763 49.304L6.61109 49.4028L6.61251 49.3922L6.61362 49.3814L5.86763 49.304ZM6.05359 48.7564L5.4148 48.3634L5.4148 48.3634L6.05359 48.7564ZM6.45814 48.3442L6.86286 48.9756L6.86286 48.9756L6.45814 48.3442ZM7.001 48.1491L6.91149 47.4045L6.91148 47.4045L7.001 48.1491ZM7.57443 48.21L7.33065 48.9194L7.34156 48.9229L7.57443 48.21ZM13.6905 50.2077L14.001 49.525L13.963 49.5077L13.9233 49.4948L13.6905 50.2077ZM15.9188 43.3583L16.0055 42.6134L15.9979 42.6125L15.9903 42.6118L15.9188 43.3583ZM7.47961 42.5497L7.40349 43.2958L7.40807 43.2963L7.47961 42.5497ZM6.18839 41.9737L6.69248 41.4184L6.69247 41.4184L6.18839 41.9737ZM5.48834 40.7422L4.7521 40.8854L4.75338 40.8917L5.48834 40.7422ZM5.10904 38.792L4.35966 38.8224L4.36196 38.8793L4.37284 38.9352L5.10904 38.792ZM5.24827 38.0906L5.92921 38.4049L5.92921 38.4049L5.24827 38.0906ZM5.69149 37.5304L5.22911 36.9399L5.22911 36.9399L5.69149 37.5304ZM6.34083 37.2351L6.48173 37.9717L6.48173 37.9717L6.34083 37.2351ZM7.05291 37.2699L6.84071 37.9893L6.84428 37.9903L7.05291 37.2699ZM11.6518 38.6018L11.8703 37.8843L11.8604 37.8814L11.6518 38.6018ZM14.5913 40.6471L15.1996 40.2084L15.1938 40.2004L15.1878 40.1925L14.5913 40.6471ZM16.2033 42.8827L16.8206 42.4568L16.8162 42.4504L16.8116 42.444L16.2033 42.8827ZM16.257 43.046L15.5074 43.0703L15.5074 43.0704L16.257 43.046ZM16.214 43.2125L15.5703 42.8276L15.5703 42.8276L16.214 43.2125ZM16.0878 43.3291L15.7557 42.6566L15.7557 42.6566L16.0878 43.3291ZM43.1328 52.9504L43.1479 52.2006L43.1404 52.2004H43.1328V52.9504ZM19.3324 52.9504L19.3324 52.2004L19.3213 52.2005L19.3324 52.9504ZM18.9239 52.8535L18.5771 53.5185L18.5771 53.5185L18.9239 52.8535ZM18.4661 52.1781L17.7201 52.2549L17.7201 52.2549L18.4661 52.1781ZM18.5264 51.7613L19.2201 52.0465L19.2261 52.0318L19.2315 52.0169L18.5264 51.7613ZM19.0954 50.1917L18.3953 49.9226L18.3927 49.9293L18.3902 49.9361L19.0954 50.1917ZM20.4578 48.4634L20.8825 49.0815L20.8825 49.0815L20.4578 48.4634ZM22.5564 47.8134L22.5551 48.5634H22.5564V47.8134ZM39.8615 47.8134L39.8667 47.0634H39.8615V47.8134ZM43.3225 50.1917L44.0276 49.9361L44.024 49.9263L44.0202 49.9166L43.3225 50.1917ZM43.8914 51.7613L43.1863 52.0169L43.1995 52.0533L43.2164 52.0882L43.8914 51.7613ZM43.8442 52.5691L43.2119 52.1658L43.2119 52.1658L43.8442 52.5691ZM43.5382 52.853L43.1838 52.1919L43.1838 52.1919L43.5382 52.853ZM55.6968 52.1103L55.6353 51.3629L55.6309 51.3632L55.6968 52.1103ZM49.7704 52.6336L49.8309 53.3812L49.8364 53.3807L49.7704 52.6336ZM49.0973 52.4799L49.4761 51.8326L49.4761 51.8326L49.0973 52.4799ZM48.6325 51.9677L47.9428 52.2623L47.9471 52.2724L47.9517 52.2823L48.6325 51.9677ZM48.3481 51.3018L47.6571 51.5935L47.6584 51.5964L48.3481 51.3018ZM48.3511 50.6527L49.0393 50.9509L49.0393 50.9509L48.3511 50.6527ZM48.5411 50.3816L48.0261 49.8364L48.0261 49.8364L48.5411 50.3816ZM48.8222 50.2077L48.5893 49.4948L48.5768 49.4989L48.5644 49.5034L48.8222 50.2077ZM54.9382 48.21L54.7225 47.4917L54.7139 47.4943L54.7054 47.4971L54.9382 48.21ZM55.5067 48.1666L55.4025 48.9093L55.4026 48.9093L55.5067 48.1666ZM56.0415 48.3647L55.6368 48.9961L55.6368 48.9961L56.0415 48.3647ZM56.4454 48.7683L57.0764 48.3629L57.0764 48.3629L56.4454 48.7683ZM56.645 49.304L57.3885 49.2052L57.3874 49.1976L56.645 49.304ZM56.8347 50.731L57.5805 50.6517L57.5794 50.6419L57.5781 50.6322L56.8347 50.731ZM56.7887 51.2244L56.0704 51.0087L56.0704 51.0087L56.7887 51.2244ZM56.1713 51.9728L55.8237 51.3082L55.8237 51.3082L56.1713 51.9728ZM56.9769 40.7422L56.2407 40.5991L56.2395 40.6056L56.9769 40.7422ZM56.2856 41.9834L55.7815 41.4281L55.7815 41.4281L56.2856 41.9834ZM54.9856 42.5497L54.9226 41.8023L54.9141 41.8031L54.9856 42.5497ZM46.5464 43.3583L46.4749 42.6118L46.4673 42.6125L46.4597 42.6134L46.5464 43.3583ZM46.3775 43.3291L46.7096 42.6566L46.7095 42.6566L46.3775 43.3291ZM46.2513 43.2125L45.6076 43.5975L45.6076 43.5975L46.2513 43.2125ZM46.2082 43.046L46.9578 43.0704L46.9578 43.0703L46.2082 43.046ZM46.262 42.8827L45.6536 42.444L45.6491 42.4503L45.6447 42.4567L46.262 42.8827ZM47.874 40.6471L48.4823 41.0857L48.4826 41.0853L47.874 40.6471ZM50.8135 38.6018L51.0123 39.325L51.0221 39.3222L50.8135 38.6018ZM55.4123 37.2699L55.2094 36.5479L55.2037 36.5495L55.4123 37.2699ZM56.7676 37.5382L56.3052 38.1287L56.3052 38.1287L56.7676 37.5382ZM57.2108 38.0948L56.5319 38.4135L56.5319 38.4135L57.2108 38.0948ZM57.3562 38.792L58.0924 38.9352L58.1042 38.8746L58.1059 38.8128L57.3562 38.792ZM48.5469 32.3231L48.5527 31.5731H48.5469V32.3231ZM14.1264 32.3231L14.1218 33.0731H14.1264V32.3231ZM13.51 31.0864L12.9167 30.6276L12.9116 30.6342L12.9066 30.641L13.51 31.0864ZM17.4451 25.9969L18.0385 26.4557L18.041 26.4524L17.4451 25.9969ZM19.7209 24.9029L19.7037 25.6527L19.7123 25.6529H19.7209V24.9029ZM42.9998 24.9029L43.0095 24.1529H42.9998V24.9029ZM45.2755 25.9969L45.8689 25.5381L45.8619 25.5292L45.8547 25.5204L45.2755 25.9969ZM49.2107 31.0864L49.8342 30.6696L49.8198 30.6481L49.804 30.6276L49.2107 31.0864ZM20.944 39.7798H41.805V38.2798H20.944V39.7798ZM20.944 44.251H41.805V42.751H20.944V44.251ZM59.79 35.9886L55.0489 31.898L54.069 33.0337L58.8101 37.1243L59.79 35.9886ZM55.0378 31.8886C54.9361 31.8043 54.8426 31.7104 54.7584 31.6083L53.6009 32.5623C53.7451 32.7373 53.9055 32.8983 54.08 33.0431L55.0378 31.8886ZM54.3775 32.8087L54.8991 32.6661L54.5033 31.2192L53.9818 31.3619L54.3775 32.8087ZM55.2324 32.4721C55.1987 32.5059 55.1514 32.5445 55.0895 32.5774C55.0275 32.6103 54.9699 32.6275 54.926 32.6363C54.8865 32.6442 54.8591 32.6451 54.8581 32.6452C54.8566 32.6452 54.8579 32.6451 54.8641 32.6451C54.8706 32.645 54.8782 32.645 54.8908 32.645V31.145C54.8561 31.145 54.4714 31.1108 54.17 31.4132L55.2324 32.4721ZM54.8758 32.6449C54.8556 32.6445 54.8359 32.64 54.8179 32.632L55.4287 31.262C55.2642 31.1886 55.0864 31.1488 54.9059 31.1452L54.8758 32.6449ZM54.8179 32.632C54.7997 32.6239 54.7835 32.6123 54.7702 32.5981L55.8649 31.5725C55.7417 31.441 55.5934 31.3354 55.4287 31.262L54.8179 32.632ZM54.8056 32.6334C54.9488 32.7672 55.1176 32.8709 55.302 32.9382L55.8161 31.529C55.8213 31.5309 55.8258 31.5337 55.8294 31.5372L54.8056 32.6334ZM55.302 32.9382C55.4863 33.0054 55.6823 33.0348 55.8782 33.0246L55.7999 31.5266C55.8054 31.5263 55.8109 31.5271 55.816 31.529L55.302 32.9382ZM55.9413 33.0186L58.3593 32.6856L58.1547 31.1996L55.7367 31.5326L55.9413 33.0186ZM58.3685 32.6843C58.8166 32.6169 59.2378 32.429 59.5874 32.1409L58.6334 30.9833C58.4931 31.0989 58.3245 31.1741 58.1455 31.201L58.3685 32.6843ZM59.6101 32.1214C59.9442 31.8228 60.1858 31.4348 60.3067 31.0034L58.8623 30.5987C58.8185 30.7551 58.7311 30.8953 58.6107 31.0028L59.6101 32.1214ZM60.3178 30.9584C60.3803 30.6672 60.3825 30.3662 60.3243 30.0741L58.8532 30.3675C58.8714 30.4587 58.8707 30.5527 58.8512 30.6437L60.3178 30.9584ZM60.3243 30.0741C60.266 29.782 60.1485 29.5049 59.979 29.2599L58.7456 30.1136C58.7984 30.1898 58.835 30.2762 58.8532 30.3675L60.3243 30.0741ZM59.979 29.2599C59.8094 29.0149 59.5914 28.8074 59.3384 28.6503L58.547 29.9245C58.6253 29.9732 58.6929 30.0375 58.7456 30.1136L59.979 29.2599ZM59.3384 28.6503C59.0852 28.4931 58.8025 28.3897 58.5078 28.3466L58.2907 29.8308C58.3816 29.8441 58.4688 29.876 58.547 29.9245L59.3384 28.6503ZM58.6028 28.3669L55.0654 27.3694L54.6583 28.813L58.1957 29.8106L58.6028 28.3669ZM54.9696 27.349C54.7237 27.3133 54.473 27.3373 54.2384 27.4189L54.7311 28.8356C54.7386 28.833 54.7465 28.8323 54.7541 28.8334L54.9696 27.349ZM54.2384 27.4189C54.0039 27.5004 53.7924 27.6371 53.6217 27.8174L54.7108 28.8488C54.7165 28.8427 54.7235 28.8383 54.7311 28.8356L54.2384 27.4189ZM53.6216 27.8174C53.451 27.9977 53.3261 28.2162 53.2572 28.4544L54.6981 28.8712C54.7006 28.8625 54.705 28.8549 54.7108 28.8488L53.6216 27.8174ZM53.2571 28.4544C53.1882 28.6927 53.1773 28.944 53.2252 29.1874L54.6969 28.8976C54.6952 28.8888 54.6956 28.8797 54.6981 28.8711L53.2571 28.4544ZM53.2212 29.1654L53.2686 29.4508L54.7483 29.205L54.7009 28.9196L53.2212 29.1654ZM53.264 29.4189C53.2588 29.376 53.2638 29.3324 53.2788 29.2916L54.6866 29.8093C54.7539 29.6264 54.7766 29.4301 54.7529 29.2369L53.264 29.4189ZM53.2788 29.2916C53.2938 29.2507 53.3184 29.2139 53.3506 29.1844L54.366 30.2885C54.5094 30.1565 54.6194 29.9923 54.6866 29.8093L53.2788 29.2916ZM53.3506 29.1844C53.3829 29.1547 53.422 29.133 53.4646 29.1213L53.8609 30.568C54.0492 30.5164 54.2223 30.4205 54.366 30.2885L53.3506 29.1844ZM53.4646 29.1213C53.5073 29.1096 53.5523 29.1083 53.5956 29.1175L53.2835 30.5847C53.4745 30.6253 53.6725 30.6196 53.8609 30.568L53.4646 29.1213ZM53.6676 29.1366L52.6246 28.8037L52.1684 30.2326L53.2115 30.5656L53.6676 29.1366ZM52.9626 29.0262L47.9185 23.2218L46.7863 24.2058L51.8304 30.0101L52.9626 29.0262ZM47.9405 23.2483C47.4226 22.594 46.7634 22.0657 46.0125 21.7033L45.3605 23.0542C45.907 23.3179 46.387 23.7025 46.7644 24.1793L47.9405 23.2483ZM46.0125 21.7033C45.2615 21.3409 44.4383 21.1538 43.6047 21.1563L43.6092 22.6563C44.2153 22.6545 44.8141 22.7905 45.3605 23.0542L46.0125 21.7033ZM43.607 21.1563H18.8583V22.6563H43.607V21.1563ZM18.85 21.1563C18.0217 21.1655 17.2057 21.357 16.4594 21.7171L17.1113 23.068C17.6595 22.8035 18.2586 22.663 18.8666 22.6562L18.85 21.1563ZM16.4594 21.7171C15.7132 22.0772 15.055 22.5972 14.5313 23.2401L15.6943 24.1875C16.0795 23.7146 16.5632 23.3325 17.1113 23.068L16.4594 21.7171ZM14.5352 23.2354L9.58476 29.2117L10.7399 30.1685L15.6904 24.1922L14.5352 23.2354ZM9.93429 28.9756L8.89123 29.3086L9.34735 30.7375L10.3904 30.4046L9.93429 28.9756ZM8.87988 29.3123C8.93235 29.2946 8.98889 29.2912 9.04357 29.3029L8.73136 30.77C8.9402 30.8145 9.15684 30.8018 9.3587 30.7338L8.87988 29.3123ZM9.04358 29.3029C9.0981 29.3145 9.14816 29.3405 9.1887 29.3777L8.17332 30.4818C8.33003 30.6259 8.52267 30.7256 8.73135 30.77L9.04358 29.3029ZM9.1887 29.3777C9.22923 29.415 9.25889 29.4623 9.27479 29.5147L7.8396 29.9508C7.90145 30.1543 8.01663 30.3377 8.17332 30.4818L9.1887 29.3777ZM9.27479 29.5147C9.29067 29.5669 9.29229 29.6224 9.27952 29.6754L7.8212 29.3243C7.77143 29.531 7.77776 29.7473 7.8396 29.9508L9.27479 29.5147ZM9.29022 29.6228L9.33763 29.3374L7.85791 29.0915L7.8105 29.3769L9.29022 29.6228ZM9.33694 29.3415C9.37825 29.1011 9.36302 28.8544 9.29243 28.6209L7.85662 29.055C7.85978 29.0655 7.86047 29.0766 7.85861 29.0874L9.33694 29.3415ZM9.29243 28.6209C9.22184 28.3874 9.09778 28.1735 8.92996 27.9963L7.84078 29.0276C7.84796 29.0352 7.85345 29.0446 7.85662 29.055L9.29243 28.6209ZM8.92996 27.9963C8.76219 27.8191 8.55525 27.6834 8.32547 27.6004L7.81562 29.011C7.82488 29.0144 7.83355 29.02 7.84078 29.0276L8.92996 27.9963ZM8.32548 27.6004C8.09565 27.5173 7.84969 27.4893 7.60727 27.5185L7.78664 29.0078C7.79649 29.0066 7.8064 29.0077 7.81562 29.011L8.32548 27.6004ZM7.53067 27.5318L3.89972 28.3574L4.23228 29.82L7.86324 28.9945L7.53067 27.5318ZM3.97531 28.3442C3.55712 28.3952 3.1634 28.5684 2.84314 28.842L3.81746 29.9825C3.91375 29.9002 4.03175 29.8484 4.15669 29.8332L3.97531 28.3442ZM2.84314 28.842C2.52292 29.1156 2.29031 29.4773 2.17393 29.8821L3.61552 30.2966C3.65078 30.1739 3.72113 30.0648 3.81746 29.9825L2.84314 28.842ZM2.17393 29.8821C2.05756 30.2868 2.06247 30.7169 2.18804 31.1188L3.6198 30.6715C3.58174 30.5497 3.58025 30.4192 3.61552 30.2966L2.17393 29.8821ZM2.18804 31.1188C2.31362 31.5208 2.55444 31.8772 2.88085 32.1433L3.82881 30.9808C3.73066 30.9008 3.65784 30.7933 3.6198 30.6715L2.18804 31.1188ZM2.87786 32.1409C3.22748 32.429 3.64867 32.6169 4.0967 32.6843L4.31977 31.201C4.14078 31.1741 3.97212 31.0989 3.8318 30.9833L2.87786 32.1409ZM4.10593 32.6856L6.5239 33.0186L6.72851 31.5326L4.31054 31.1996L4.10593 32.6856ZM6.50234 33.0153C6.72618 33.0528 6.95583 33.0315 7.16894 32.9538L6.65485 31.5446C6.68521 31.5336 6.71803 31.5305 6.75006 31.5359L6.50234 33.0153ZM7.16893 32.9538C7.38209 32.876 7.57127 32.7444 7.71832 32.5721L6.57714 31.5985C6.59774 31.5744 6.62445 31.5557 6.65485 31.5446L7.16893 32.9538ZM7.70387 32.5885C7.6879 32.6062 7.66836 32.6203 7.64653 32.6301L7.03565 31.2601C6.86688 31.3353 6.71563 31.445 6.59159 31.5821L7.70387 32.5885ZM7.64652 32.6301C7.62476 32.6398 7.60092 32.645 7.57648 32.645L7.57237 31.145C7.38714 31.1455 7.20436 31.1849 7.03566 31.2601L7.64652 32.6301ZM7.59679 32.6447C7.52416 32.6469 7.45288 32.6288 7.39072 32.5931L8.13743 31.2922C7.95999 31.1903 7.75744 31.1392 7.55207 31.1454L7.59679 32.6447ZM7.56618 32.6661L8.0877 32.8087L8.48349 31.3619L7.96197 31.2192L7.56618 32.6661ZM7.75439 31.5558L7.3751 31.9364L8.43751 32.9953L8.8168 32.6148L7.75439 31.5558ZM7.41636 31.898L2.67524 35.9886L3.65512 37.1243L8.39624 33.0337L7.41636 31.898ZM2.66864 35.9944C2.07044 36.5228 1.5908 37.1723 1.26115 37.8998L2.62746 38.5189C2.86986 37.9839 3.2224 37.5066 3.66172 37.1186L2.66864 35.9944ZM1.26115 37.8998C0.931514 38.6274 0.759301 39.4167 0.755796 40.2157L2.25578 40.2223C2.25836 39.6344 2.38506 39.0539 2.62746 38.5189L1.26115 37.8998ZM0.755789 40.219V58.6268H2.25579V40.219H0.755789ZM0.75593 58.6123C0.749466 58.9452 0.810066 59.2761 0.934147 59.5851L2.32612 59.0262C2.27708 58.9041 2.25309 58.7732 2.25565 58.6414L0.75593 58.6123ZM0.934148 59.5851C1.05824 59.8942 1.2433 60.175 1.47835 60.4108L2.54073 59.3519C2.44818 59.259 2.37515 59.1483 2.32612 59.0262L0.934148 59.5851ZM1.47835 60.4108C1.7134 60.6466 1.99365 60.8326 2.30237 60.9574L2.86443 59.5667C2.74341 59.5177 2.63328 59.4447 2.54073 59.3519L1.47835 60.4108ZM2.30237 60.9574C2.61111 61.0822 2.94183 61.1431 3.27467 61.1366L3.24535 59.6369C3.11498 59.6394 2.98543 59.6156 2.86443 59.5667L2.30237 60.9574ZM3.26001 61.1367H8.94936V59.6367H3.26001V61.1367ZM8.9347 61.1366C9.26754 61.1431 9.59826 61.0822 9.907 60.9574L9.34493 59.5667C9.22393 59.6156 9.09439 59.6394 8.96401 59.6369L8.9347 61.1366ZM9.907 60.9574C10.2157 60.8326 10.496 60.6466 10.731 60.4108L9.66863 59.3519C9.57607 59.4447 9.46594 59.5178 9.34493 59.5667L9.907 60.9574ZM10.731 60.4108C10.9661 60.175 11.1511 59.8942 11.2752 59.5851L9.88324 59.0262C9.83421 59.1483 9.76118 59.259 9.66863 59.3519L10.731 60.4108ZM11.2752 59.5851C11.3993 59.2761 11.4599 58.9452 11.4534 58.6123L9.95371 58.6414C9.95627 58.7732 9.93228 58.9041 9.88324 59.0262L11.2752 59.5851ZM11.4536 58.6268V57.3425H9.95357V58.6268H11.4536ZM10.7053 58.0925L31.187 58.045L31.1835 56.545L10.7018 56.5925L10.7053 58.0925ZM31.1835 58.045L51.6651 58.0925L51.6686 56.5925L31.187 56.545L31.1835 58.045ZM50.9169 57.3425V58.6268H52.4169V57.3425H50.9169ZM50.917 58.6123C50.9105 58.9452 50.9711 59.2761 51.0952 59.5851L52.4872 59.0262C52.4382 58.9041 52.4142 58.7732 52.4167 58.6414L50.917 58.6123ZM51.0952 59.5851C51.2193 59.8942 51.4044 60.175 51.6394 60.4108L52.7018 59.3519C52.6092 59.259 52.5362 59.1483 52.4872 59.0262L51.0952 59.5851ZM51.6394 60.4108C51.8745 60.6466 52.1547 60.8326 52.4634 60.9574L53.0255 59.5667C52.9045 59.5177 52.7943 59.4447 52.7018 59.3519L51.6394 60.4108ZM52.4634 60.9574C52.7722 61.0822 53.1029 61.1431 53.4357 61.1366L53.4064 59.6369C53.276 59.6394 53.1465 59.6156 53.0255 59.5667L52.4634 60.9574ZM53.4211 61.1367H59.1104V59.6367H53.4211V61.1367ZM59.0958 61.1366C59.4286 61.1431 59.7593 61.0822 60.0681 60.9574L59.506 59.5667C59.385 59.6156 59.2554 59.6394 59.1251 59.6369L59.0958 61.1366ZM60.0681 60.9574C60.3768 60.8326 60.657 60.6466 60.8921 60.4108L59.8297 59.3519C59.7371 59.4447 59.627 59.5178 59.506 59.5667L60.0681 60.9574ZM60.8921 60.4108C61.1271 60.175 61.3122 59.8942 61.4363 59.5851L60.0443 59.0262C59.9953 59.1483 59.9222 59.259 59.8297 59.3519L60.8921 60.4108ZM61.4363 59.5851C61.5604 59.2761 61.621 58.9452 61.6145 58.6123L60.1148 58.6414C60.1173 58.7732 60.0933 58.9041 60.0443 59.0262L61.4363 59.5851ZM61.6146 58.6268V40.219H60.1146V58.6268H61.6146ZM61.6136 40.258C61.6555 39.4539 61.5129 38.6508 61.1967 37.9105L59.8173 38.4998C60.0435 39.0295 60.1457 39.6043 60.1157 40.1799L61.6136 40.258ZM61.1967 37.9105C60.8804 37.1703 60.399 36.5124 59.7891 35.9879L58.811 37.1251C59.2467 37.4998 59.591 37.9701 59.8173 38.4998L61.1967 37.9105ZM13.4275 51.0071L13.143 51.6731L14.5224 52.2623L14.8069 51.5964L13.4275 51.0071ZM13.1389 51.6827C13.1106 51.7518 13.0606 51.8091 12.9971 51.8463L13.7548 53.1409C14.1025 52.9373 14.3735 52.6251 14.5265 52.2526L13.1389 51.6827ZM12.9971 51.8463C12.9337 51.8834 12.8602 51.8984 12.7877 51.8894L12.6019 53.3778C13.0019 53.4278 13.407 53.3444 13.7548 53.1409L12.9971 51.8463ZM12.7608 51.8865L6.8344 51.3632L6.70247 52.8574L12.6289 53.3807L12.7608 51.8865ZM6.8497 51.3648C6.78643 51.3579 6.72511 51.3384 6.66927 51.3075L5.94274 52.6198C6.17279 52.7472 6.42584 52.8274 6.68717 52.8559L6.8497 51.3648ZM6.66927 51.3075C6.61338 51.2766 6.56401 51.2347 6.52412 51.1843L5.34741 52.1145C5.51042 52.3207 5.71276 52.4925 5.94274 52.6198L6.66927 51.3075ZM6.52413 51.1843C6.48423 51.1338 6.45461 51.0757 6.43713 51.0134L4.99294 51.4188C5.06396 51.6718 5.18441 51.9083 5.34741 52.1145L6.52413 51.1843ZM6.43712 51.0134C6.41964 50.9511 6.41465 50.8859 6.42248 50.8216L4.93347 50.6404C4.90172 50.9012 4.92192 51.1658 4.99294 51.4188L6.43712 51.0134ZM6.42144 50.8298L6.61109 49.4028L5.12416 49.2052L4.93451 50.6322L6.42144 50.8298ZM6.61362 49.3814C6.62217 49.299 6.64914 49.2197 6.69237 49.1494L5.4148 48.3634C5.25355 48.6255 5.15339 48.9206 5.12163 49.2266L6.61362 49.3814ZM6.69237 49.1494C6.73563 49.0791 6.79397 49.0198 6.86286 48.9756L6.05342 47.7128C5.79424 47.8789 5.57603 48.1014 5.4148 48.3634L6.69237 49.1494ZM6.86286 48.9756C6.93177 48.9314 7.00959 48.9035 7.09052 48.8938L6.91148 47.4045C6.60587 47.4413 6.31257 47.5466 6.05342 47.7128L6.86286 48.9756ZM7.09051 48.8938C7.17142 48.8841 7.25349 48.8928 7.33068 48.9193L7.81818 47.5007C7.52706 47.4007 7.21712 47.3678 6.91149 47.4045L7.09051 48.8938ZM7.34156 48.9229L13.4576 50.9207L13.9233 49.4948L7.8073 47.4971L7.34156 48.9229ZM13.38 50.8904C13.4007 50.8999 13.4178 50.9175 13.4267 50.9403L14.8242 50.3952C14.6737 50.0093 14.3786 49.6968 14.001 49.525L13.38 50.8904ZM13.4267 50.9403C13.4356 50.9631 13.4353 50.9885 13.4258 51.0111L14.8085 51.5924C14.9691 51.2106 14.9747 50.7811 14.8242 50.3952L13.4267 50.9403ZM15.9903 42.6118L7.55114 41.8031L7.40807 43.2963L15.8473 44.1049L15.9903 42.6118ZM7.55572 41.8036C7.23474 41.7708 6.93225 41.636 6.69248 41.4184L5.68431 42.529C6.16096 42.9617 6.76328 43.2305 7.40349 43.2958L7.55572 41.8036ZM6.69247 41.4184C6.45265 41.2007 6.2881 40.9115 6.22329 40.5928L4.75338 40.8917C4.88169 41.5227 5.20771 42.0964 5.68431 42.529L6.69247 41.4184ZM6.22454 40.5991L5.84525 38.6488L4.37284 38.9352L4.75213 40.8854L6.22454 40.5991ZM5.85843 38.7617C5.85345 38.6387 5.87775 38.5164 5.92921 38.4049L4.56732 37.7762C4.41622 38.1035 4.34507 38.4621 4.35966 38.8224L5.85843 38.7617ZM5.92921 38.4049C5.98065 38.2935 6.05772 38.1962 6.15388 38.1209L5.22911 36.9399C4.94527 37.1621 4.71846 37.4488 4.56732 37.7762L5.92921 38.4049ZM6.15387 38.1209C6.25004 38.0456 6.36245 37.9945 6.48173 37.9717L6.19993 36.4984C5.8457 36.5662 5.51294 36.7176 5.22911 36.9399L6.15387 38.1209ZM6.48173 37.9717C6.60103 37.9489 6.72407 37.9549 6.84072 37.9893L7.2651 36.5506C6.91929 36.4486 6.55413 36.4307 6.19993 36.4984L6.48173 37.9717ZM6.84428 37.9903L11.4432 39.3222L11.8604 37.8814L7.26154 36.5495L6.84428 37.9903ZM11.4333 39.3193C12.4518 39.6294 13.3478 40.2526 13.9947 41.1016L15.1878 40.1925C14.3506 39.0937 13.1902 38.2862 11.8702 37.8843L11.4333 39.3193ZM13.9829 41.0857L15.5949 43.3213L16.8116 42.444L15.1996 40.2084L13.9829 41.0857ZM15.5859 43.3086C15.5374 43.2383 15.5102 43.1555 15.5074 43.0703L17.0067 43.0217C17.0001 42.8195 16.9356 42.6234 16.8206 42.4568L15.5859 43.3086ZM15.5074 43.0704C15.5047 42.9853 15.5264 42.901 15.5703 42.8276L16.8576 43.5975C16.9616 43.4237 17.0132 43.2238 17.0067 43.0217L15.5074 43.0704ZM15.5703 42.8276C15.6141 42.7544 15.6782 42.6949 15.7557 42.6566L16.4199 44.0016C16.602 43.9116 16.7538 43.7711 16.8576 43.5975L15.5703 42.8276ZM15.7557 42.6566C15.833 42.6184 15.9198 42.6034 16.0055 42.6134L15.832 44.1033C16.0337 44.1268 16.2379 44.0914 16.4199 44.0016L15.7557 42.6566ZM43.1328 52.2004H19.3324V53.7004H43.1328V52.2004ZM19.3213 52.2005C19.3038 52.2008 19.2865 52.1967 19.2707 52.1885L18.5771 53.5185C18.8135 53.6418 19.0768 53.7043 19.3435 53.7004L19.3213 52.2005ZM19.2707 52.1885C19.2549 52.1803 19.2412 52.1681 19.2309 52.1529L17.9893 52.9945C18.1388 53.2151 18.3407 53.3952 18.5771 53.5185L19.2707 52.1885ZM19.2309 52.1529C19.2206 52.1377 19.2141 52.12 19.2122 52.1012L17.7201 52.2549C17.7474 52.5198 17.8398 52.774 17.9893 52.9945L19.2309 52.1529ZM19.2122 52.1012C19.2102 52.0825 19.213 52.0637 19.2201 52.0465L17.8328 51.4761C17.7315 51.7225 17.6928 51.99 17.7201 52.2549L19.2122 52.1012ZM19.2315 52.0169L19.8005 50.4473L18.3902 49.9361L17.8213 51.5057L19.2315 52.0169ZM19.7954 50.4608C20.0106 49.9009 20.3898 49.4201 20.8825 49.0815L20.033 47.8452C19.2899 48.3559 18.719 49.0803 18.3953 49.9226L19.7954 50.4608ZM20.8825 49.0815C21.3752 48.7429 21.9584 48.5624 22.5551 48.5634L22.5576 47.0634C21.6564 47.0619 20.7762 47.3346 20.033 47.8452L20.8825 49.0815ZM22.5564 48.5634H39.8615V47.0634H22.5564V48.5634ZM39.8562 48.5634C40.4536 48.5676 41.0364 48.7508 41.5297 49.0897L42.3792 47.8535C41.6391 47.3449 40.7642 47.0697 39.8667 47.0634L39.8562 48.5634ZM41.5297 49.0897C42.023 49.4287 42.4045 49.9082 42.6248 50.4668L44.0202 49.9166C43.6905 49.0805 43.1192 48.362 42.3792 47.8535L41.5297 49.0897ZM42.6174 50.4473L43.1863 52.0169L44.5965 51.5057L44.0276 49.9361L42.6174 50.4473ZM43.2164 52.0882C43.2223 52.1004 43.225 52.114 43.2242 52.1277L44.7217 52.2151C44.7374 51.9459 44.684 51.6771 44.5664 51.4344L43.2164 52.0882ZM43.2242 52.1277C43.2234 52.1414 43.2191 52.1545 43.2119 52.1658L44.4765 52.9725C44.6216 52.7451 44.7059 52.4843 44.7217 52.2151L43.2242 52.1277ZM43.2119 52.1658C43.2048 52.177 43.195 52.1859 43.1838 52.1919L43.8925 53.514C44.1304 53.3865 44.3314 53.2 44.4765 52.9725L43.2119 52.1658ZM43.1838 52.1919C43.1727 52.1979 43.1603 52.2008 43.1479 52.2006L43.1177 53.7003C43.3877 53.7057 43.6545 53.6415 43.8925 53.514L43.1838 52.1919ZM55.6309 51.3632L49.7045 51.8865L49.8364 53.3807L55.7628 52.8574L55.6309 51.3632ZM49.7099 51.8861C49.6286 51.8926 49.547 51.8741 49.4761 51.8326L48.7184 53.1272C49.0544 53.3238 49.4427 53.4126 49.8309 53.3812L49.7099 51.8861ZM49.4761 51.8326C49.4051 51.791 49.3482 51.7285 49.3133 51.653L47.9517 52.2823C48.115 52.6356 48.3825 52.9305 48.7184 53.1272L49.4761 51.8326ZM49.3222 51.6731L49.0378 51.0071L47.6584 51.5964L47.9428 52.2623L49.3222 51.6731ZM49.039 51.01C49.0351 51.0007 49.0331 50.9906 49.0331 50.9804L47.5331 50.9734C47.5321 51.1863 47.5743 51.3973 47.6571 51.5935L49.039 51.01ZM49.0331 50.9804C49.0332 50.9702 49.0353 50.9601 49.0393 50.9509L47.663 50.3544C47.5783 50.5498 47.5341 50.7604 47.5331 50.9734L49.0331 50.9804ZM49.0393 50.9509C49.0433 50.9416 49.0491 50.9335 49.0561 50.9269L48.0261 49.8364C47.8711 49.9828 47.7476 50.1591 47.663 50.3544L49.0393 50.9509ZM49.0561 50.9269C49.0631 50.9202 49.0712 50.9152 49.08 50.912L48.5644 49.5034C48.3642 49.5767 48.181 49.69 48.0261 49.8364L49.0561 50.9269ZM49.0551 50.9207L55.1711 48.9229L54.7054 47.4971L48.5893 49.4948L49.0551 50.9207ZM55.154 48.9283C55.2345 48.9041 55.3193 48.8976 55.4025 48.9093L55.6108 47.4238C55.3133 47.3821 55.0103 47.4053 54.7225 47.4917L55.154 48.9283ZM55.4026 48.9093C55.4858 48.921 55.5657 48.9505 55.6368 48.9961L56.4462 47.7333C56.1933 47.5712 55.9084 47.4655 55.6108 47.4238L55.4026 48.9093ZM55.6368 48.9961C55.7078 49.0417 55.7685 49.1022 55.8144 49.1737L57.0764 48.3629C56.914 48.1101 56.6991 47.8954 56.4462 47.7333L55.6368 48.9961ZM55.8144 49.1737C55.8604 49.2452 55.8905 49.326 55.9026 49.4105L57.3874 49.1976C57.3448 48.9003 57.2387 48.6155 57.0764 48.3629L55.8144 49.1737ZM55.9016 49.4028L56.0912 50.8298L57.5781 50.6322L57.3885 49.2052L55.9016 49.4028ZM56.0889 50.8102C56.096 50.877 56.0897 50.9445 56.0704 51.0087L57.507 51.44C57.5837 51.1847 57.6086 50.9168 57.5805 50.6517L56.0889 50.8102ZM56.0704 51.0087C56.0511 51.0729 56.0193 51.1325 55.9768 51.1839L57.134 52.1384C57.3036 51.9328 57.4304 51.6953 57.5071 51.44L56.0704 51.0087ZM55.9768 51.1839C55.9344 51.2353 55.8823 51.2776 55.8237 51.3082L56.519 52.6373C56.7553 52.5137 56.9643 52.3441 57.134 52.1384L55.9768 51.1839ZM55.8237 51.3082C55.7651 51.3389 55.701 51.3575 55.6353 51.3629L55.7584 52.8578C56.0241 52.8359 56.2827 52.761 56.519 52.6373L55.8237 51.3082ZM56.2395 40.6056C56.1806 40.9231 56.0195 41.212 55.7815 41.4281L56.7897 42.5387C57.2711 42.1017 57.5958 41.5185 57.7144 40.8789L56.2395 40.6056ZM55.7815 41.4281C55.5435 41.6441 55.2417 41.7754 54.9226 41.8024L55.0487 43.297C55.6965 43.2424 56.3081 42.9758 56.7897 42.5387L55.7815 41.4281ZM54.9141 41.8031L46.4749 42.6118L46.618 44.1049L55.0572 43.2963L54.9141 41.8031ZM46.4597 42.6134C46.5455 42.6034 46.6323 42.6184 46.7096 42.6566L46.0454 44.0015C46.2273 44.0914 46.4315 44.1268 46.6332 44.1033L46.4597 42.6134ZM46.7095 42.6566C46.787 42.6949 46.8512 42.7544 46.8949 42.8276L45.6076 43.5975C45.7114 43.7711 45.8632 43.9116 46.0454 44.0016L46.7095 42.6566ZM46.8949 42.8276C46.9388 42.9009 46.9606 42.9852 46.9578 43.0704L45.4586 43.0217C45.452 43.2239 45.5037 43.4238 45.6076 43.5975L46.8949 42.8276ZM46.9578 43.0703C46.955 43.1555 46.9278 43.2383 46.8793 43.3087L45.6447 42.4567C45.5297 42.6234 45.4651 42.8195 45.4586 43.0217L46.9578 43.0703ZM46.8703 43.3213L48.4823 41.0857L47.2656 40.2084L45.6536 42.444L46.8703 43.3213ZM48.4826 41.0853C49.1014 40.2259 49.9941 39.605 51.0123 39.325L50.6146 37.8787C49.2655 38.2497 48.0839 39.072 47.2653 40.2088L48.4826 41.0853ZM51.0221 39.3222L55.621 37.9903L55.2037 36.5495L50.6048 37.8814L51.0221 39.3222ZM55.6153 37.992C55.7328 37.9589 55.8564 37.9541 55.9762 37.9778L56.2675 36.5064C55.9164 36.4369 55.554 36.4511 55.2094 36.5479L55.6153 37.992ZM55.9762 37.9778C56.096 38.0015 56.2087 38.0532 56.3052 38.1287L57.23 36.9477C56.9482 36.727 56.6185 36.5758 56.2675 36.5064L55.9762 37.9778ZM56.3052 38.1287C56.4018 38.2043 56.4795 38.3018 56.5319 38.4135L57.8898 37.7761C57.7377 37.4522 57.5118 37.1683 57.23 36.9477L56.3052 38.1287ZM56.5319 38.4135C56.5843 38.5252 56.6099 38.6477 56.6065 38.7712L58.1059 38.8128C58.1158 38.4551 58.0418 38.1 57.8898 37.7761L56.5319 38.4135ZM56.62 38.6488L56.2407 40.5991L57.7131 40.8854L58.0924 38.9352L56.62 38.6488ZM48.5469 31.5731H14.1264V33.0731H48.5469V31.5731ZM14.1309 31.5731C14.1271 31.5731 14.1234 31.572 14.1199 31.5699L13.3256 32.8423C13.5646 32.9914 13.8401 33.0713 14.1218 33.0731L14.1309 31.5731ZM14.1199 31.5699C14.1165 31.5677 14.1133 31.5644 14.1111 31.56L12.7686 32.229C12.8941 32.4808 13.0867 32.6931 13.3256 32.8423L14.1199 31.5699ZM14.1111 31.56C14.1089 31.5556 14.1079 31.5505 14.1084 31.5454L12.614 31.4156C12.5897 31.6958 12.6431 31.9773 12.7686 32.229L14.1111 31.56ZM14.1084 31.5454C14.1088 31.5402 14.1107 31.5355 14.1134 31.5318L12.9066 30.641C12.7395 30.8674 12.6383 31.1355 12.614 31.4156L14.1084 31.5454ZM14.1033 31.5451L18.0385 26.4557L16.8518 25.5381L12.9167 30.6276L14.1033 31.5451ZM18.041 26.4524C18.2362 26.197 18.4886 25.9916 18.7775 25.8527L18.1276 24.5008C17.6256 24.7421 17.1877 25.0987 16.8493 25.5414L18.041 26.4524ZM18.7775 25.8527C19.0664 25.7138 19.3837 25.6453 19.7037 25.6527L19.7381 24.1531C19.1814 24.1403 18.6296 24.2595 18.1276 24.5008L18.7775 25.8527ZM19.7209 25.6529H42.9998V24.1529H19.7209V25.6529ZM42.9901 25.6528C43.3165 25.657 43.6383 25.7326 43.9329 25.8742L44.5828 24.5223C44.0914 24.2861 43.5545 24.16 43.0095 24.1529L42.9901 25.6528ZM43.9329 25.8742C44.2275 26.0158 44.4881 26.2203 44.6964 26.4734L45.8547 25.5204C45.5082 25.0992 45.0742 24.7585 44.5828 24.5223L43.9329 25.8742ZM44.6822 26.4557L48.6173 31.5451L49.804 30.6276L45.8689 25.5381L44.6822 26.4557ZM48.5871 31.5031C48.5916 31.5099 48.5943 31.518 48.5948 31.5265L50.093 31.4542C50.0795 31.1742 49.9901 30.9029 49.8342 30.6696L48.5871 31.5031ZM48.5948 31.5265C48.5952 31.535 48.5932 31.5434 48.5893 31.5507L49.911 32.26C50.0436 32.0129 50.1065 31.7343 50.093 31.4542L48.5948 31.5265ZM48.5893 31.5507C48.5855 31.5579 48.5799 31.5636 48.5734 31.5675L49.3394 32.8571C49.5808 32.7137 49.7783 32.5072 49.911 32.26L48.5893 31.5507ZM48.5734 31.5675C48.567 31.5713 48.5599 31.5731 48.5527 31.5731L48.5411 33.073C48.822 33.0752 49.098 33.0005 49.3394 32.8571L48.5734 31.5675Z" fill="#005CCB"/>
7
- <path d="M28.8627 19.5452C28.9492 16.5256 29.7767 13.5741 31.2718 10.952C32.7669 8.32992 34.8835 6.11822 37.4341 4.51284C39.9848 2.90745 42.8906 1.95792 45.8944 1.74835C48.8981 1.53878 51.9071 2.07564 54.6546 3.31139C57.4021 4.54713 59.8035 6.44361 61.646 8.83284C63.4885 11.2221 64.7152 14.0303 65.2175 17.0088C65.7198 19.9872 65.4822 23.044 64.5257 25.9084C63.5692 28.7727 61.9233 31.3562 59.7339 33.4299M43.4532 16.3497L48.0154 21.1097C48.1191 21.218 48.2942 21.2097 48.3874 21.0921L57.0616 10.1439" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
8
- </svg>
9
-
10
- );
11
-
12
- export default SvgOrderWhite;
13
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgOrderWhite = (props: any) => (
5
+ <svg width="67" height="62" viewBox="0 0 67 62" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
6
+ <path d="M20.944 38.2798C20.5298 38.2798 20.194 38.6156 20.194 39.0298C20.194 39.444 20.5298 39.7798 20.944 39.7798V38.2798ZM41.805 39.7798C42.2192 39.7798 42.555 39.444 42.555 39.0298C42.555 38.6156 42.2192 38.2798 41.805 38.2798V39.7798ZM20.944 42.751C20.5298 42.751 20.194 43.0868 20.194 43.501C20.194 43.9152 20.5298 44.251 20.944 44.251V42.751ZM41.805 44.251C42.2192 44.251 42.555 43.9152 42.555 43.501C42.555 43.0868 42.2192 42.751 41.805 42.751V44.251ZM59.3001 36.5565L58.8101 37.1243L58.811 37.1251L59.3001 36.5565ZM54.5589 32.4658L55.0489 31.898L55.0434 31.8933L55.0378 31.8886L54.5589 32.4658ZM54.1796 32.0853L53.9818 31.3619L52.8635 31.6678L53.6009 32.5623L54.1796 32.0853ZM54.7012 31.9426L54.8991 32.6661L55.0915 32.6134L55.2324 32.4721L54.7012 31.9426ZM54.8908 31.895L54.9059 31.1452L54.8983 31.145H54.8908V31.895ZM55.1233 31.947L55.4287 31.262L55.4287 31.262L55.1233 31.947ZM55.3175 32.0853L54.7702 32.5981L54.7873 32.6163L54.8056 32.6334L55.3175 32.0853ZM55.559 32.2336L55.302 32.9382L55.302 32.9382L55.559 32.2336ZM55.839 32.2756L55.8782 33.0246L55.9099 33.0229L55.9413 33.0186L55.839 32.2756ZM58.257 31.9426L58.3593 32.6857L58.3685 32.6843L58.257 31.9426ZM59.1104 31.5621L59.5874 32.1409L59.5989 32.1314L59.6101 32.1214L59.1104 31.5621ZM59.5845 30.8011L60.3067 31.0034L60.313 30.9811L60.3178 30.9584L59.5845 30.8011ZM59.5887 30.2208L58.8532 30.3675L58.8532 30.3675L59.5887 30.2208ZM59.3623 29.6868L59.979 29.2599L59.979 29.2599L59.3623 29.6868ZM58.3992 29.0887L58.1957 29.8106L58.2425 29.8238L58.2907 29.8308L58.3992 29.0887ZM54.8619 28.0912L55.0654 27.3694L55.0182 27.356L54.9696 27.349L54.8619 28.0912ZM54.4847 28.1273L54.7311 28.8356L54.7311 28.8356L54.4847 28.1273ZM54.1662 28.3331L53.6217 27.8174L53.6216 27.8174L54.1662 28.3331ZM53.9776 28.6628L53.2572 28.4544L53.2571 28.4544L53.9776 28.6628ZM53.9611 29.0425L54.7009 28.9196L54.6991 28.9086L54.6969 28.8976L53.9611 29.0425ZM54.0085 29.3279L54.7529 29.2369L54.751 29.2209L54.7483 29.205L54.0085 29.3279ZM53.8583 29.7364L54.366 30.2885L54.366 30.2885L53.8583 29.7364ZM53.6628 29.8447L53.4646 29.1213L53.4646 29.1213L53.6628 29.8447ZM53.4396 29.8511L53.2115 30.5656L53.247 30.5769L53.2835 30.5847L53.4396 29.8511ZM52.3965 29.5182L51.8304 30.0101L51.9682 30.1687L52.1684 30.2326L52.3965 29.5182ZM47.3524 23.7138L46.7644 24.1793L46.775 24.1928L46.7863 24.2058L47.3524 23.7138ZM45.6865 22.3787L45.3605 23.0542L45.3605 23.0542L45.6865 22.3787ZM43.607 21.9063L43.607 22.6563L43.6092 22.6563L43.607 21.9063ZM18.8583 21.9063V21.1562L18.85 21.1563L18.8583 21.9063ZM15.1128 23.7138L15.6904 24.1922L15.6943 24.1875L15.1128 23.7138ZM10.1623 29.6901L10.3904 30.4046L10.5997 30.3378L10.7399 30.1685L10.1623 29.6901ZM9.11929 30.023L8.8912 29.3085L8.87988 29.3123L9.11929 30.023ZM8.88747 30.0365L8.73135 30.77L8.73136 30.77L8.88747 30.0365ZM8.68101 29.9298L8.17332 30.4818L8.17332 30.4818L8.68101 29.9298ZM8.55719 29.7327L7.8396 29.9508L7.8396 29.9508L8.55719 29.7327ZM8.55036 29.4998L9.27952 29.6754L9.28581 29.6493L9.29022 29.6228L8.55036 29.4998ZM8.59777 29.2145L7.8586 29.0874L7.85791 29.0915L8.59777 29.2145ZM8.07055 28.3057L7.81562 29.011L7.81562 29.011L8.07055 28.3057ZM7.69695 28.2631L7.60727 27.5185L7.56863 27.5232L7.53067 27.5318L7.69695 28.2631ZM4.066 29.0887L4.15669 29.8332L4.19482 29.8286L4.23228 29.82L4.066 29.0887ZM2.90392 30.8952L3.6198 30.6715L3.6198 30.6715L2.90392 30.8952ZM3.35483 31.5621L3.83181 30.9833L3.82881 30.9808L3.35483 31.5621ZM4.20823 31.9426L4.09669 32.6844L4.10593 32.6856L4.20823 31.9426ZM6.6262 32.2756L6.75006 31.5359L6.73931 31.5341L6.72851 31.5326L6.6262 32.2756ZM6.91189 32.2492L6.65485 31.5446L6.65485 31.5446L6.91189 32.2492ZM7.14773 32.0853L6.59159 31.5821L6.58424 31.5902L6.57714 31.5985L7.14773 32.0853ZM7.34109 31.9451L7.03566 31.2601L7.03565 31.2601L7.34109 31.9451ZM7.57443 31.895L7.57648 32.645L7.58663 32.645L7.59679 32.6447L7.57443 31.895ZM7.76407 31.9426L7.39072 32.5931L7.47379 32.6408L7.56618 32.6661L7.76407 31.9426ZM8.28559 32.0853L8.8168 32.6148L9.72661 31.7019L8.48349 31.3619L8.28559 32.0853ZM7.9063 32.4658L8.39624 33.0337L8.4176 33.0153L8.43751 32.9953L7.9063 32.4658ZM3.16518 36.5565L2.67521 35.9886L2.66864 35.9944L3.16518 36.5565ZM1.50579 40.219L0.755789 40.2157V40.219H1.50579ZM1.50579 58.6268L2.25565 58.6414L2.25579 58.6341V58.6268H1.50579ZM1.63013 59.3057L0.934147 59.5851L0.934148 59.5851L1.63013 59.3057ZM3.26001 60.3867V59.6367H3.25268L3.24535 59.6369L3.26001 60.3867ZM8.94936 60.3867L8.96401 59.6369L8.95669 59.6367H8.94936V60.3867ZM9.62597 60.262L9.907 60.9574L9.907 60.9574L9.62597 60.262ZM10.1998 59.8814L9.66863 59.3519L9.66863 59.3519L10.1998 59.8814ZM10.5792 59.3057L11.2752 59.5851L11.2752 59.5851L10.5792 59.3057ZM10.7036 58.6268H9.95357V58.6341L9.95371 58.6414L10.7036 58.6268ZM10.7036 57.3425L10.7018 56.5925L9.95357 56.5943V57.3425H10.7036ZM31.1852 57.295L31.187 56.545L31.1835 56.545L31.1852 57.295ZM51.6669 57.3425H52.4169V56.5943L51.6686 56.5925L51.6669 57.3425ZM51.6669 58.6268L52.4167 58.6414L52.4169 58.6341V58.6268H51.6669ZM51.7912 59.3057L51.0952 59.5851L51.0952 59.5851L51.7912 59.3057ZM52.7445 60.262L53.0255 59.5667L53.0255 59.5667L52.7445 60.262ZM53.4211 60.3867V59.6367H53.4137L53.4064 59.6369L53.4211 60.3867ZM59.1104 60.3867L59.1251 59.6369L59.1177 59.6367H59.1104V60.3867ZM60.3609 59.8814L60.8921 60.4108L60.8921 60.4108L60.3609 59.8814ZM60.7403 59.3057L61.4363 59.5851L61.4363 59.5851L60.7403 59.3057ZM60.8646 58.6268H60.1146V58.6341L60.1148 58.6414L60.8646 58.6268ZM60.8646 40.219L60.1157 40.1799L60.1146 40.1995V40.219H60.8646ZM60.507 38.2052L61.1967 37.9105L61.1967 37.9105L60.507 38.2052ZM14.1172 51.3018L14.8069 51.5964L14.8085 51.5924L14.1172 51.3018ZM13.8327 51.9677L13.1429 51.673L13.1389 51.6827L13.8327 51.9677ZM13.3759 52.4936L13.7548 53.1409L13.7548 53.1409L13.3759 52.4936ZM12.6948 52.6336L12.7877 51.8894L12.7743 51.8877L12.7608 51.8865L12.6948 52.6336ZM6.76844 52.1103L6.68717 52.8559L6.69481 52.8568L6.70247 52.8574L6.76844 52.1103ZM6.30601 51.9637L5.94274 52.6198L5.94274 52.6198L6.30601 51.9637ZM5.93577 51.6494L5.34741 52.1145L5.34741 52.1145L5.93577 51.6494ZM5.71503 51.2161L6.43713 51.0134L6.43712 51.0134L5.71503 51.2161ZM5.67798 50.731L4.93447 50.6322L4.93347 50.6404L5.67798 50.731ZM5.86763 49.304L6.61109 49.4028L6.61251 49.3922L6.61362 49.3814L5.86763 49.304ZM6.05359 48.7564L5.4148 48.3634L5.4148 48.3634L6.05359 48.7564ZM6.45814 48.3442L6.86286 48.9756L6.86286 48.9756L6.45814 48.3442ZM7.001 48.1491L6.91149 47.4045L6.91148 47.4045L7.001 48.1491ZM7.57443 48.21L7.33065 48.9194L7.34156 48.9229L7.57443 48.21ZM13.6905 50.2077L14.001 49.525L13.963 49.5077L13.9233 49.4948L13.6905 50.2077ZM15.9188 43.3583L16.0055 42.6134L15.9979 42.6125L15.9903 42.6118L15.9188 43.3583ZM7.47961 42.5497L7.40349 43.2958L7.40807 43.2963L7.47961 42.5497ZM6.18839 41.9737L6.69248 41.4184L6.69247 41.4184L6.18839 41.9737ZM5.48834 40.7422L4.7521 40.8854L4.75338 40.8917L5.48834 40.7422ZM5.10904 38.792L4.35966 38.8224L4.36196 38.8793L4.37284 38.9352L5.10904 38.792ZM5.24827 38.0906L5.92921 38.4049L5.92921 38.4049L5.24827 38.0906ZM5.69149 37.5304L5.22911 36.9399L5.22911 36.9399L5.69149 37.5304ZM6.34083 37.2351L6.48173 37.9717L6.48173 37.9717L6.34083 37.2351ZM7.05291 37.2699L6.84071 37.9893L6.84428 37.9903L7.05291 37.2699ZM11.6518 38.6018L11.8703 37.8843L11.8604 37.8814L11.6518 38.6018ZM14.5913 40.6471L15.1996 40.2084L15.1938 40.2004L15.1878 40.1925L14.5913 40.6471ZM16.2033 42.8827L16.8206 42.4568L16.8162 42.4504L16.8116 42.444L16.2033 42.8827ZM16.257 43.046L15.5074 43.0703L15.5074 43.0704L16.257 43.046ZM16.214 43.2125L15.5703 42.8276L15.5703 42.8276L16.214 43.2125ZM16.0878 43.3291L15.7557 42.6566L15.7557 42.6566L16.0878 43.3291ZM43.1328 52.9504L43.1479 52.2006L43.1404 52.2004H43.1328V52.9504ZM19.3324 52.9504L19.3324 52.2004L19.3213 52.2005L19.3324 52.9504ZM18.9239 52.8535L18.5771 53.5185L18.5771 53.5185L18.9239 52.8535ZM18.4661 52.1781L17.7201 52.2549L17.7201 52.2549L18.4661 52.1781ZM18.5264 51.7613L19.2201 52.0465L19.2261 52.0318L19.2315 52.0169L18.5264 51.7613ZM19.0954 50.1917L18.3953 49.9226L18.3927 49.9293L18.3902 49.9361L19.0954 50.1917ZM20.4578 48.4634L20.8825 49.0815L20.8825 49.0815L20.4578 48.4634ZM22.5564 47.8134L22.5551 48.5634H22.5564V47.8134ZM39.8615 47.8134L39.8667 47.0634H39.8615V47.8134ZM43.3225 50.1917L44.0276 49.9361L44.024 49.9263L44.0202 49.9166L43.3225 50.1917ZM43.8914 51.7613L43.1863 52.0169L43.1995 52.0533L43.2164 52.0882L43.8914 51.7613ZM43.8442 52.5691L43.2119 52.1658L43.2119 52.1658L43.8442 52.5691ZM43.5382 52.853L43.1838 52.1919L43.1838 52.1919L43.5382 52.853ZM55.6968 52.1103L55.6353 51.3629L55.6309 51.3632L55.6968 52.1103ZM49.7704 52.6336L49.8309 53.3812L49.8364 53.3807L49.7704 52.6336ZM49.0973 52.4799L49.4761 51.8326L49.4761 51.8326L49.0973 52.4799ZM48.6325 51.9677L47.9428 52.2623L47.9471 52.2724L47.9517 52.2823L48.6325 51.9677ZM48.3481 51.3018L47.6571 51.5935L47.6584 51.5964L48.3481 51.3018ZM48.3511 50.6527L49.0393 50.9509L49.0393 50.9509L48.3511 50.6527ZM48.5411 50.3816L48.0261 49.8364L48.0261 49.8364L48.5411 50.3816ZM48.8222 50.2077L48.5893 49.4948L48.5768 49.4989L48.5644 49.5034L48.8222 50.2077ZM54.9382 48.21L54.7225 47.4917L54.7139 47.4943L54.7054 47.4971L54.9382 48.21ZM55.5067 48.1666L55.4025 48.9093L55.4026 48.9093L55.5067 48.1666ZM56.0415 48.3647L55.6368 48.9961L55.6368 48.9961L56.0415 48.3647ZM56.4454 48.7683L57.0764 48.3629L57.0764 48.3629L56.4454 48.7683ZM56.645 49.304L57.3885 49.2052L57.3874 49.1976L56.645 49.304ZM56.8347 50.731L57.5805 50.6517L57.5794 50.6419L57.5781 50.6322L56.8347 50.731ZM56.7887 51.2244L56.0704 51.0087L56.0704 51.0087L56.7887 51.2244ZM56.1713 51.9728L55.8237 51.3082L55.8237 51.3082L56.1713 51.9728ZM56.9769 40.7422L56.2407 40.5991L56.2395 40.6056L56.9769 40.7422ZM56.2856 41.9834L55.7815 41.4281L55.7815 41.4281L56.2856 41.9834ZM54.9856 42.5497L54.9226 41.8023L54.9141 41.8031L54.9856 42.5497ZM46.5464 43.3583L46.4749 42.6118L46.4673 42.6125L46.4597 42.6134L46.5464 43.3583ZM46.3775 43.3291L46.7096 42.6566L46.7095 42.6566L46.3775 43.3291ZM46.2513 43.2125L45.6076 43.5975L45.6076 43.5975L46.2513 43.2125ZM46.2082 43.046L46.9578 43.0704L46.9578 43.0703L46.2082 43.046ZM46.262 42.8827L45.6536 42.444L45.6491 42.4503L45.6447 42.4567L46.262 42.8827ZM47.874 40.6471L48.4823 41.0857L48.4826 41.0853L47.874 40.6471ZM50.8135 38.6018L51.0123 39.325L51.0221 39.3222L50.8135 38.6018ZM55.4123 37.2699L55.2094 36.5479L55.2037 36.5495L55.4123 37.2699ZM56.7676 37.5382L56.3052 38.1287L56.3052 38.1287L56.7676 37.5382ZM57.2108 38.0948L56.5319 38.4135L56.5319 38.4135L57.2108 38.0948ZM57.3562 38.792L58.0924 38.9352L58.1042 38.8746L58.1059 38.8128L57.3562 38.792ZM48.5469 32.3231L48.5527 31.5731H48.5469V32.3231ZM14.1264 32.3231L14.1218 33.0731H14.1264V32.3231ZM13.51 31.0864L12.9167 30.6276L12.9116 30.6342L12.9066 30.641L13.51 31.0864ZM17.4451 25.9969L18.0385 26.4557L18.041 26.4524L17.4451 25.9969ZM19.7209 24.9029L19.7037 25.6527L19.7123 25.6529H19.7209V24.9029ZM42.9998 24.9029L43.0095 24.1529H42.9998V24.9029ZM45.2755 25.9969L45.8689 25.5381L45.8619 25.5292L45.8547 25.5204L45.2755 25.9969ZM49.2107 31.0864L49.8342 30.6696L49.8198 30.6481L49.804 30.6276L49.2107 31.0864ZM20.944 39.7798H41.805V38.2798H20.944V39.7798ZM20.944 44.251H41.805V42.751H20.944V44.251ZM59.79 35.9886L55.0489 31.898L54.069 33.0337L58.8101 37.1243L59.79 35.9886ZM55.0378 31.8886C54.9361 31.8043 54.8426 31.7104 54.7584 31.6083L53.6009 32.5623C53.7451 32.7373 53.9055 32.8983 54.08 33.0431L55.0378 31.8886ZM54.3775 32.8087L54.8991 32.6661L54.5033 31.2192L53.9818 31.3619L54.3775 32.8087ZM55.2324 32.4721C55.1987 32.5059 55.1514 32.5445 55.0895 32.5774C55.0275 32.6103 54.9699 32.6275 54.926 32.6363C54.8865 32.6442 54.8591 32.6451 54.8581 32.6452C54.8566 32.6452 54.8579 32.6451 54.8641 32.6451C54.8706 32.645 54.8782 32.645 54.8908 32.645V31.145C54.8561 31.145 54.4714 31.1108 54.17 31.4132L55.2324 32.4721ZM54.8758 32.6449C54.8556 32.6445 54.8359 32.64 54.8179 32.632L55.4287 31.262C55.2642 31.1886 55.0864 31.1488 54.9059 31.1452L54.8758 32.6449ZM54.8179 32.632C54.7997 32.6239 54.7835 32.6123 54.7702 32.5981L55.8649 31.5725C55.7417 31.441 55.5934 31.3354 55.4287 31.262L54.8179 32.632ZM54.8056 32.6334C54.9488 32.7672 55.1176 32.8709 55.302 32.9382L55.8161 31.529C55.8213 31.5309 55.8258 31.5337 55.8294 31.5372L54.8056 32.6334ZM55.302 32.9382C55.4863 33.0054 55.6823 33.0348 55.8782 33.0246L55.7999 31.5266C55.8054 31.5263 55.8109 31.5271 55.816 31.529L55.302 32.9382ZM55.9413 33.0186L58.3593 32.6856L58.1547 31.1996L55.7367 31.5326L55.9413 33.0186ZM58.3685 32.6843C58.8166 32.6169 59.2378 32.429 59.5874 32.1409L58.6334 30.9833C58.4931 31.0989 58.3245 31.1741 58.1455 31.201L58.3685 32.6843ZM59.6101 32.1214C59.9442 31.8228 60.1858 31.4348 60.3067 31.0034L58.8623 30.5987C58.8185 30.7551 58.7311 30.8953 58.6107 31.0028L59.6101 32.1214ZM60.3178 30.9584C60.3803 30.6672 60.3825 30.3662 60.3243 30.0741L58.8532 30.3675C58.8714 30.4587 58.8707 30.5527 58.8512 30.6437L60.3178 30.9584ZM60.3243 30.0741C60.266 29.782 60.1485 29.5049 59.979 29.2599L58.7456 30.1136C58.7984 30.1898 58.835 30.2762 58.8532 30.3675L60.3243 30.0741ZM59.979 29.2599C59.8094 29.0149 59.5914 28.8074 59.3384 28.6503L58.547 29.9245C58.6253 29.9732 58.6929 30.0375 58.7456 30.1136L59.979 29.2599ZM59.3384 28.6503C59.0852 28.4931 58.8025 28.3897 58.5078 28.3466L58.2907 29.8308C58.3816 29.8441 58.4688 29.876 58.547 29.9245L59.3384 28.6503ZM58.6028 28.3669L55.0654 27.3694L54.6583 28.813L58.1957 29.8106L58.6028 28.3669ZM54.9696 27.349C54.7237 27.3133 54.473 27.3373 54.2384 27.4189L54.7311 28.8356C54.7386 28.833 54.7465 28.8323 54.7541 28.8334L54.9696 27.349ZM54.2384 27.4189C54.0039 27.5004 53.7924 27.6371 53.6217 27.8174L54.7108 28.8488C54.7165 28.8427 54.7235 28.8383 54.7311 28.8356L54.2384 27.4189ZM53.6216 27.8174C53.451 27.9977 53.3261 28.2162 53.2572 28.4544L54.6981 28.8712C54.7006 28.8625 54.705 28.8549 54.7108 28.8488L53.6216 27.8174ZM53.2571 28.4544C53.1882 28.6927 53.1773 28.944 53.2252 29.1874L54.6969 28.8976C54.6952 28.8888 54.6956 28.8797 54.6981 28.8711L53.2571 28.4544ZM53.2212 29.1654L53.2686 29.4508L54.7483 29.205L54.7009 28.9196L53.2212 29.1654ZM53.264 29.4189C53.2588 29.376 53.2638 29.3324 53.2788 29.2916L54.6866 29.8093C54.7539 29.6264 54.7766 29.4301 54.7529 29.2369L53.264 29.4189ZM53.2788 29.2916C53.2938 29.2507 53.3184 29.2139 53.3506 29.1844L54.366 30.2885C54.5094 30.1565 54.6194 29.9923 54.6866 29.8093L53.2788 29.2916ZM53.3506 29.1844C53.3829 29.1547 53.422 29.133 53.4646 29.1213L53.8609 30.568C54.0492 30.5164 54.2223 30.4205 54.366 30.2885L53.3506 29.1844ZM53.4646 29.1213C53.5073 29.1096 53.5523 29.1083 53.5956 29.1175L53.2835 30.5847C53.4745 30.6253 53.6725 30.6196 53.8609 30.568L53.4646 29.1213ZM53.6676 29.1366L52.6246 28.8037L52.1684 30.2326L53.2115 30.5656L53.6676 29.1366ZM52.9626 29.0262L47.9185 23.2218L46.7863 24.2058L51.8304 30.0101L52.9626 29.0262ZM47.9405 23.2483C47.4226 22.594 46.7634 22.0657 46.0125 21.7033L45.3605 23.0542C45.907 23.3179 46.387 23.7025 46.7644 24.1793L47.9405 23.2483ZM46.0125 21.7033C45.2615 21.3409 44.4383 21.1538 43.6047 21.1563L43.6092 22.6563C44.2153 22.6545 44.8141 22.7905 45.3605 23.0542L46.0125 21.7033ZM43.607 21.1563H18.8583V22.6563H43.607V21.1563ZM18.85 21.1563C18.0217 21.1655 17.2057 21.357 16.4594 21.7171L17.1113 23.068C17.6595 22.8035 18.2586 22.663 18.8666 22.6562L18.85 21.1563ZM16.4594 21.7171C15.7132 22.0772 15.055 22.5972 14.5313 23.2401L15.6943 24.1875C16.0795 23.7146 16.5632 23.3325 17.1113 23.068L16.4594 21.7171ZM14.5352 23.2354L9.58476 29.2117L10.7399 30.1685L15.6904 24.1922L14.5352 23.2354ZM9.93429 28.9756L8.89123 29.3086L9.34735 30.7375L10.3904 30.4046L9.93429 28.9756ZM8.87988 29.3123C8.93235 29.2946 8.98889 29.2912 9.04357 29.3029L8.73136 30.77C8.9402 30.8145 9.15684 30.8018 9.3587 30.7338L8.87988 29.3123ZM9.04358 29.3029C9.0981 29.3145 9.14816 29.3405 9.1887 29.3777L8.17332 30.4818C8.33003 30.6259 8.52267 30.7256 8.73135 30.77L9.04358 29.3029ZM9.1887 29.3777C9.22923 29.415 9.25889 29.4623 9.27479 29.5147L7.8396 29.9508C7.90145 30.1543 8.01663 30.3377 8.17332 30.4818L9.1887 29.3777ZM9.27479 29.5147C9.29067 29.5669 9.29229 29.6224 9.27952 29.6754L7.8212 29.3243C7.77143 29.531 7.77776 29.7473 7.8396 29.9508L9.27479 29.5147ZM9.29022 29.6228L9.33763 29.3374L7.85791 29.0915L7.8105 29.3769L9.29022 29.6228ZM9.33694 29.3415C9.37825 29.1011 9.36302 28.8544 9.29243 28.6209L7.85662 29.055C7.85978 29.0655 7.86047 29.0766 7.85861 29.0874L9.33694 29.3415ZM9.29243 28.6209C9.22184 28.3874 9.09778 28.1735 8.92996 27.9963L7.84078 29.0276C7.84796 29.0352 7.85345 29.0446 7.85662 29.055L9.29243 28.6209ZM8.92996 27.9963C8.76219 27.8191 8.55525 27.6834 8.32547 27.6004L7.81562 29.011C7.82488 29.0144 7.83355 29.02 7.84078 29.0276L8.92996 27.9963ZM8.32548 27.6004C8.09565 27.5173 7.84969 27.4893 7.60727 27.5185L7.78664 29.0078C7.79649 29.0066 7.8064 29.0077 7.81562 29.011L8.32548 27.6004ZM7.53067 27.5318L3.89972 28.3574L4.23228 29.82L7.86324 28.9945L7.53067 27.5318ZM3.97531 28.3442C3.55712 28.3952 3.1634 28.5684 2.84314 28.842L3.81746 29.9825C3.91375 29.9002 4.03175 29.8484 4.15669 29.8332L3.97531 28.3442ZM2.84314 28.842C2.52292 29.1156 2.29031 29.4773 2.17393 29.8821L3.61552 30.2966C3.65078 30.1739 3.72113 30.0648 3.81746 29.9825L2.84314 28.842ZM2.17393 29.8821C2.05756 30.2868 2.06247 30.7169 2.18804 31.1188L3.6198 30.6715C3.58174 30.5497 3.58025 30.4192 3.61552 30.2966L2.17393 29.8821ZM2.18804 31.1188C2.31362 31.5208 2.55444 31.8772 2.88085 32.1433L3.82881 30.9808C3.73066 30.9008 3.65784 30.7933 3.6198 30.6715L2.18804 31.1188ZM2.87786 32.1409C3.22748 32.429 3.64867 32.6169 4.0967 32.6843L4.31977 31.201C4.14078 31.1741 3.97212 31.0989 3.8318 30.9833L2.87786 32.1409ZM4.10593 32.6856L6.5239 33.0186L6.72851 31.5326L4.31054 31.1996L4.10593 32.6856ZM6.50234 33.0153C6.72618 33.0528 6.95583 33.0315 7.16894 32.9538L6.65485 31.5446C6.68521 31.5336 6.71803 31.5305 6.75006 31.5359L6.50234 33.0153ZM7.16893 32.9538C7.38209 32.876 7.57127 32.7444 7.71832 32.5721L6.57714 31.5985C6.59774 31.5744 6.62445 31.5557 6.65485 31.5446L7.16893 32.9538ZM7.70387 32.5885C7.6879 32.6062 7.66836 32.6203 7.64653 32.6301L7.03565 31.2601C6.86688 31.3353 6.71563 31.445 6.59159 31.5821L7.70387 32.5885ZM7.64652 32.6301C7.62476 32.6398 7.60092 32.645 7.57648 32.645L7.57237 31.145C7.38714 31.1455 7.20436 31.1849 7.03566 31.2601L7.64652 32.6301ZM7.59679 32.6447C7.52416 32.6469 7.45288 32.6288 7.39072 32.5931L8.13743 31.2922C7.95999 31.1903 7.75744 31.1392 7.55207 31.1454L7.59679 32.6447ZM7.56618 32.6661L8.0877 32.8087L8.48349 31.3619L7.96197 31.2192L7.56618 32.6661ZM7.75439 31.5558L7.3751 31.9364L8.43751 32.9953L8.8168 32.6148L7.75439 31.5558ZM7.41636 31.898L2.67524 35.9886L3.65512 37.1243L8.39624 33.0337L7.41636 31.898ZM2.66864 35.9944C2.07044 36.5228 1.5908 37.1723 1.26115 37.8998L2.62746 38.5189C2.86986 37.9839 3.2224 37.5066 3.66172 37.1186L2.66864 35.9944ZM1.26115 37.8998C0.931514 38.6274 0.759301 39.4167 0.755796 40.2157L2.25578 40.2223C2.25836 39.6344 2.38506 39.0539 2.62746 38.5189L1.26115 37.8998ZM0.755789 40.219V58.6268H2.25579V40.219H0.755789ZM0.75593 58.6123C0.749466 58.9452 0.810066 59.2761 0.934147 59.5851L2.32612 59.0262C2.27708 58.9041 2.25309 58.7732 2.25565 58.6414L0.75593 58.6123ZM0.934148 59.5851C1.05824 59.8942 1.2433 60.175 1.47835 60.4108L2.54073 59.3519C2.44818 59.259 2.37515 59.1483 2.32612 59.0262L0.934148 59.5851ZM1.47835 60.4108C1.7134 60.6466 1.99365 60.8326 2.30237 60.9574L2.86443 59.5667C2.74341 59.5177 2.63328 59.4447 2.54073 59.3519L1.47835 60.4108ZM2.30237 60.9574C2.61111 61.0822 2.94183 61.1431 3.27467 61.1366L3.24535 59.6369C3.11498 59.6394 2.98543 59.6156 2.86443 59.5667L2.30237 60.9574ZM3.26001 61.1367H8.94936V59.6367H3.26001V61.1367ZM8.9347 61.1366C9.26754 61.1431 9.59826 61.0822 9.907 60.9574L9.34493 59.5667C9.22393 59.6156 9.09439 59.6394 8.96401 59.6369L8.9347 61.1366ZM9.907 60.9574C10.2157 60.8326 10.496 60.6466 10.731 60.4108L9.66863 59.3519C9.57607 59.4447 9.46594 59.5178 9.34493 59.5667L9.907 60.9574ZM10.731 60.4108C10.9661 60.175 11.1511 59.8942 11.2752 59.5851L9.88324 59.0262C9.83421 59.1483 9.76118 59.259 9.66863 59.3519L10.731 60.4108ZM11.2752 59.5851C11.3993 59.2761 11.4599 58.9452 11.4534 58.6123L9.95371 58.6414C9.95627 58.7732 9.93228 58.9041 9.88324 59.0262L11.2752 59.5851ZM11.4536 58.6268V57.3425H9.95357V58.6268H11.4536ZM10.7053 58.0925L31.187 58.045L31.1835 56.545L10.7018 56.5925L10.7053 58.0925ZM31.1835 58.045L51.6651 58.0925L51.6686 56.5925L31.187 56.545L31.1835 58.045ZM50.9169 57.3425V58.6268H52.4169V57.3425H50.9169ZM50.917 58.6123C50.9105 58.9452 50.9711 59.2761 51.0952 59.5851L52.4872 59.0262C52.4382 58.9041 52.4142 58.7732 52.4167 58.6414L50.917 58.6123ZM51.0952 59.5851C51.2193 59.8942 51.4044 60.175 51.6394 60.4108L52.7018 59.3519C52.6092 59.259 52.5362 59.1483 52.4872 59.0262L51.0952 59.5851ZM51.6394 60.4108C51.8745 60.6466 52.1547 60.8326 52.4634 60.9574L53.0255 59.5667C52.9045 59.5177 52.7943 59.4447 52.7018 59.3519L51.6394 60.4108ZM52.4634 60.9574C52.7722 61.0822 53.1029 61.1431 53.4357 61.1366L53.4064 59.6369C53.276 59.6394 53.1465 59.6156 53.0255 59.5667L52.4634 60.9574ZM53.4211 61.1367H59.1104V59.6367H53.4211V61.1367ZM59.0958 61.1366C59.4286 61.1431 59.7593 61.0822 60.0681 60.9574L59.506 59.5667C59.385 59.6156 59.2554 59.6394 59.1251 59.6369L59.0958 61.1366ZM60.0681 60.9574C60.3768 60.8326 60.657 60.6466 60.8921 60.4108L59.8297 59.3519C59.7371 59.4447 59.627 59.5178 59.506 59.5667L60.0681 60.9574ZM60.8921 60.4108C61.1271 60.175 61.3122 59.8942 61.4363 59.5851L60.0443 59.0262C59.9953 59.1483 59.9222 59.259 59.8297 59.3519L60.8921 60.4108ZM61.4363 59.5851C61.5604 59.2761 61.621 58.9452 61.6145 58.6123L60.1148 58.6414C60.1173 58.7732 60.0933 58.9041 60.0443 59.0262L61.4363 59.5851ZM61.6146 58.6268V40.219H60.1146V58.6268H61.6146ZM61.6136 40.258C61.6555 39.4539 61.5129 38.6508 61.1967 37.9105L59.8173 38.4998C60.0435 39.0295 60.1457 39.6043 60.1157 40.1799L61.6136 40.258ZM61.1967 37.9105C60.8804 37.1703 60.399 36.5124 59.7891 35.9879L58.811 37.1251C59.2467 37.4998 59.591 37.9701 59.8173 38.4998L61.1967 37.9105ZM13.4275 51.0071L13.143 51.6731L14.5224 52.2623L14.8069 51.5964L13.4275 51.0071ZM13.1389 51.6827C13.1106 51.7518 13.0606 51.8091 12.9971 51.8463L13.7548 53.1409C14.1025 52.9373 14.3735 52.6251 14.5265 52.2526L13.1389 51.6827ZM12.9971 51.8463C12.9337 51.8834 12.8602 51.8984 12.7877 51.8894L12.6019 53.3778C13.0019 53.4278 13.407 53.3444 13.7548 53.1409L12.9971 51.8463ZM12.7608 51.8865L6.8344 51.3632L6.70247 52.8574L12.6289 53.3807L12.7608 51.8865ZM6.8497 51.3648C6.78643 51.3579 6.72511 51.3384 6.66927 51.3075L5.94274 52.6198C6.17279 52.7472 6.42584 52.8274 6.68717 52.8559L6.8497 51.3648ZM6.66927 51.3075C6.61338 51.2766 6.56401 51.2347 6.52412 51.1843L5.34741 52.1145C5.51042 52.3207 5.71276 52.4925 5.94274 52.6198L6.66927 51.3075ZM6.52413 51.1843C6.48423 51.1338 6.45461 51.0757 6.43713 51.0134L4.99294 51.4188C5.06396 51.6718 5.18441 51.9083 5.34741 52.1145L6.52413 51.1843ZM6.43712 51.0134C6.41964 50.9511 6.41465 50.8859 6.42248 50.8216L4.93347 50.6404C4.90172 50.9012 4.92192 51.1658 4.99294 51.4188L6.43712 51.0134ZM6.42144 50.8298L6.61109 49.4028L5.12416 49.2052L4.93451 50.6322L6.42144 50.8298ZM6.61362 49.3814C6.62217 49.299 6.64914 49.2197 6.69237 49.1494L5.4148 48.3634C5.25355 48.6255 5.15339 48.9206 5.12163 49.2266L6.61362 49.3814ZM6.69237 49.1494C6.73563 49.0791 6.79397 49.0198 6.86286 48.9756L6.05342 47.7128C5.79424 47.8789 5.57603 48.1014 5.4148 48.3634L6.69237 49.1494ZM6.86286 48.9756C6.93177 48.9314 7.00959 48.9035 7.09052 48.8938L6.91148 47.4045C6.60587 47.4413 6.31257 47.5466 6.05342 47.7128L6.86286 48.9756ZM7.09051 48.8938C7.17142 48.8841 7.25349 48.8928 7.33068 48.9193L7.81818 47.5007C7.52706 47.4007 7.21712 47.3678 6.91149 47.4045L7.09051 48.8938ZM7.34156 48.9229L13.4576 50.9207L13.9233 49.4948L7.8073 47.4971L7.34156 48.9229ZM13.38 50.8904C13.4007 50.8999 13.4178 50.9175 13.4267 50.9403L14.8242 50.3952C14.6737 50.0093 14.3786 49.6968 14.001 49.525L13.38 50.8904ZM13.4267 50.9403C13.4356 50.9631 13.4353 50.9885 13.4258 51.0111L14.8085 51.5924C14.9691 51.2106 14.9747 50.7811 14.8242 50.3952L13.4267 50.9403ZM15.9903 42.6118L7.55114 41.8031L7.40807 43.2963L15.8473 44.1049L15.9903 42.6118ZM7.55572 41.8036C7.23474 41.7708 6.93225 41.636 6.69248 41.4184L5.68431 42.529C6.16096 42.9617 6.76328 43.2305 7.40349 43.2958L7.55572 41.8036ZM6.69247 41.4184C6.45265 41.2007 6.2881 40.9115 6.22329 40.5928L4.75338 40.8917C4.88169 41.5227 5.20771 42.0964 5.68431 42.529L6.69247 41.4184ZM6.22454 40.5991L5.84525 38.6488L4.37284 38.9352L4.75213 40.8854L6.22454 40.5991ZM5.85843 38.7617C5.85345 38.6387 5.87775 38.5164 5.92921 38.4049L4.56732 37.7762C4.41622 38.1035 4.34507 38.4621 4.35966 38.8224L5.85843 38.7617ZM5.92921 38.4049C5.98065 38.2935 6.05772 38.1962 6.15388 38.1209L5.22911 36.9399C4.94527 37.1621 4.71846 37.4488 4.56732 37.7762L5.92921 38.4049ZM6.15387 38.1209C6.25004 38.0456 6.36245 37.9945 6.48173 37.9717L6.19993 36.4984C5.8457 36.5662 5.51294 36.7176 5.22911 36.9399L6.15387 38.1209ZM6.48173 37.9717C6.60103 37.9489 6.72407 37.9549 6.84072 37.9893L7.2651 36.5506C6.91929 36.4486 6.55413 36.4307 6.19993 36.4984L6.48173 37.9717ZM6.84428 37.9903L11.4432 39.3222L11.8604 37.8814L7.26154 36.5495L6.84428 37.9903ZM11.4333 39.3193C12.4518 39.6294 13.3478 40.2526 13.9947 41.1016L15.1878 40.1925C14.3506 39.0937 13.1902 38.2862 11.8702 37.8843L11.4333 39.3193ZM13.9829 41.0857L15.5949 43.3213L16.8116 42.444L15.1996 40.2084L13.9829 41.0857ZM15.5859 43.3086C15.5374 43.2383 15.5102 43.1555 15.5074 43.0703L17.0067 43.0217C17.0001 42.8195 16.9356 42.6234 16.8206 42.4568L15.5859 43.3086ZM15.5074 43.0704C15.5047 42.9853 15.5264 42.901 15.5703 42.8276L16.8576 43.5975C16.9616 43.4237 17.0132 43.2238 17.0067 43.0217L15.5074 43.0704ZM15.5703 42.8276C15.6141 42.7544 15.6782 42.6949 15.7557 42.6566L16.4199 44.0016C16.602 43.9116 16.7538 43.7711 16.8576 43.5975L15.5703 42.8276ZM15.7557 42.6566C15.833 42.6184 15.9198 42.6034 16.0055 42.6134L15.832 44.1033C16.0337 44.1268 16.2379 44.0914 16.4199 44.0016L15.7557 42.6566ZM43.1328 52.2004H19.3324V53.7004H43.1328V52.2004ZM19.3213 52.2005C19.3038 52.2008 19.2865 52.1967 19.2707 52.1885L18.5771 53.5185C18.8135 53.6418 19.0768 53.7043 19.3435 53.7004L19.3213 52.2005ZM19.2707 52.1885C19.2549 52.1803 19.2412 52.1681 19.2309 52.1529L17.9893 52.9945C18.1388 53.2151 18.3407 53.3952 18.5771 53.5185L19.2707 52.1885ZM19.2309 52.1529C19.2206 52.1377 19.2141 52.12 19.2122 52.1012L17.7201 52.2549C17.7474 52.5198 17.8398 52.774 17.9893 52.9945L19.2309 52.1529ZM19.2122 52.1012C19.2102 52.0825 19.213 52.0637 19.2201 52.0465L17.8328 51.4761C17.7315 51.7225 17.6928 51.99 17.7201 52.2549L19.2122 52.1012ZM19.2315 52.0169L19.8005 50.4473L18.3902 49.9361L17.8213 51.5057L19.2315 52.0169ZM19.7954 50.4608C20.0106 49.9009 20.3898 49.4201 20.8825 49.0815L20.033 47.8452C19.2899 48.3559 18.719 49.0803 18.3953 49.9226L19.7954 50.4608ZM20.8825 49.0815C21.3752 48.7429 21.9584 48.5624 22.5551 48.5634L22.5576 47.0634C21.6564 47.0619 20.7762 47.3346 20.033 47.8452L20.8825 49.0815ZM22.5564 48.5634H39.8615V47.0634H22.5564V48.5634ZM39.8562 48.5634C40.4536 48.5676 41.0364 48.7508 41.5297 49.0897L42.3792 47.8535C41.6391 47.3449 40.7642 47.0697 39.8667 47.0634L39.8562 48.5634ZM41.5297 49.0897C42.023 49.4287 42.4045 49.9082 42.6248 50.4668L44.0202 49.9166C43.6905 49.0805 43.1192 48.362 42.3792 47.8535L41.5297 49.0897ZM42.6174 50.4473L43.1863 52.0169L44.5965 51.5057L44.0276 49.9361L42.6174 50.4473ZM43.2164 52.0882C43.2223 52.1004 43.225 52.114 43.2242 52.1277L44.7217 52.2151C44.7374 51.9459 44.684 51.6771 44.5664 51.4344L43.2164 52.0882ZM43.2242 52.1277C43.2234 52.1414 43.2191 52.1545 43.2119 52.1658L44.4765 52.9725C44.6216 52.7451 44.7059 52.4843 44.7217 52.2151L43.2242 52.1277ZM43.2119 52.1658C43.2048 52.177 43.195 52.1859 43.1838 52.1919L43.8925 53.514C44.1304 53.3865 44.3314 53.2 44.4765 52.9725L43.2119 52.1658ZM43.1838 52.1919C43.1727 52.1979 43.1603 52.2008 43.1479 52.2006L43.1177 53.7003C43.3877 53.7057 43.6545 53.6415 43.8925 53.514L43.1838 52.1919ZM55.6309 51.3632L49.7045 51.8865L49.8364 53.3807L55.7628 52.8574L55.6309 51.3632ZM49.7099 51.8861C49.6286 51.8926 49.547 51.8741 49.4761 51.8326L48.7184 53.1272C49.0544 53.3238 49.4427 53.4126 49.8309 53.3812L49.7099 51.8861ZM49.4761 51.8326C49.4051 51.791 49.3482 51.7285 49.3133 51.653L47.9517 52.2823C48.115 52.6356 48.3825 52.9305 48.7184 53.1272L49.4761 51.8326ZM49.3222 51.6731L49.0378 51.0071L47.6584 51.5964L47.9428 52.2623L49.3222 51.6731ZM49.039 51.01C49.0351 51.0007 49.0331 50.9906 49.0331 50.9804L47.5331 50.9734C47.5321 51.1863 47.5743 51.3973 47.6571 51.5935L49.039 51.01ZM49.0331 50.9804C49.0332 50.9702 49.0353 50.9601 49.0393 50.9509L47.663 50.3544C47.5783 50.5498 47.5341 50.7604 47.5331 50.9734L49.0331 50.9804ZM49.0393 50.9509C49.0433 50.9416 49.0491 50.9335 49.0561 50.9269L48.0261 49.8364C47.8711 49.9828 47.7476 50.1591 47.663 50.3544L49.0393 50.9509ZM49.0561 50.9269C49.0631 50.9202 49.0712 50.9152 49.08 50.912L48.5644 49.5034C48.3642 49.5767 48.181 49.69 48.0261 49.8364L49.0561 50.9269ZM49.0551 50.9207L55.1711 48.9229L54.7054 47.4971L48.5893 49.4948L49.0551 50.9207ZM55.154 48.9283C55.2345 48.9041 55.3193 48.8976 55.4025 48.9093L55.6108 47.4238C55.3133 47.3821 55.0103 47.4053 54.7225 47.4917L55.154 48.9283ZM55.4026 48.9093C55.4858 48.921 55.5657 48.9505 55.6368 48.9961L56.4462 47.7333C56.1933 47.5712 55.9084 47.4655 55.6108 47.4238L55.4026 48.9093ZM55.6368 48.9961C55.7078 49.0417 55.7685 49.1022 55.8144 49.1737L57.0764 48.3629C56.914 48.1101 56.6991 47.8954 56.4462 47.7333L55.6368 48.9961ZM55.8144 49.1737C55.8604 49.2452 55.8905 49.326 55.9026 49.4105L57.3874 49.1976C57.3448 48.9003 57.2387 48.6155 57.0764 48.3629L55.8144 49.1737ZM55.9016 49.4028L56.0912 50.8298L57.5781 50.6322L57.3885 49.2052L55.9016 49.4028ZM56.0889 50.8102C56.096 50.877 56.0897 50.9445 56.0704 51.0087L57.507 51.44C57.5837 51.1847 57.6086 50.9168 57.5805 50.6517L56.0889 50.8102ZM56.0704 51.0087C56.0511 51.0729 56.0193 51.1325 55.9768 51.1839L57.134 52.1384C57.3036 51.9328 57.4304 51.6953 57.5071 51.44L56.0704 51.0087ZM55.9768 51.1839C55.9344 51.2353 55.8823 51.2776 55.8237 51.3082L56.519 52.6373C56.7553 52.5137 56.9643 52.3441 57.134 52.1384L55.9768 51.1839ZM55.8237 51.3082C55.7651 51.3389 55.701 51.3575 55.6353 51.3629L55.7584 52.8578C56.0241 52.8359 56.2827 52.761 56.519 52.6373L55.8237 51.3082ZM56.2395 40.6056C56.1806 40.9231 56.0195 41.212 55.7815 41.4281L56.7897 42.5387C57.2711 42.1017 57.5958 41.5185 57.7144 40.8789L56.2395 40.6056ZM55.7815 41.4281C55.5435 41.6441 55.2417 41.7754 54.9226 41.8024L55.0487 43.297C55.6965 43.2424 56.3081 42.9758 56.7897 42.5387L55.7815 41.4281ZM54.9141 41.8031L46.4749 42.6118L46.618 44.1049L55.0572 43.2963L54.9141 41.8031ZM46.4597 42.6134C46.5455 42.6034 46.6323 42.6184 46.7096 42.6566L46.0454 44.0015C46.2273 44.0914 46.4315 44.1268 46.6332 44.1033L46.4597 42.6134ZM46.7095 42.6566C46.787 42.6949 46.8512 42.7544 46.8949 42.8276L45.6076 43.5975C45.7114 43.7711 45.8632 43.9116 46.0454 44.0016L46.7095 42.6566ZM46.8949 42.8276C46.9388 42.9009 46.9606 42.9852 46.9578 43.0704L45.4586 43.0217C45.452 43.2239 45.5037 43.4238 45.6076 43.5975L46.8949 42.8276ZM46.9578 43.0703C46.955 43.1555 46.9278 43.2383 46.8793 43.3087L45.6447 42.4567C45.5297 42.6234 45.4651 42.8195 45.4586 43.0217L46.9578 43.0703ZM46.8703 43.3213L48.4823 41.0857L47.2656 40.2084L45.6536 42.444L46.8703 43.3213ZM48.4826 41.0853C49.1014 40.2259 49.9941 39.605 51.0123 39.325L50.6146 37.8787C49.2655 38.2497 48.0839 39.072 47.2653 40.2088L48.4826 41.0853ZM51.0221 39.3222L55.621 37.9903L55.2037 36.5495L50.6048 37.8814L51.0221 39.3222ZM55.6153 37.992C55.7328 37.9589 55.8564 37.9541 55.9762 37.9778L56.2675 36.5064C55.9164 36.4369 55.554 36.4511 55.2094 36.5479L55.6153 37.992ZM55.9762 37.9778C56.096 38.0015 56.2087 38.0532 56.3052 38.1287L57.23 36.9477C56.9482 36.727 56.6185 36.5758 56.2675 36.5064L55.9762 37.9778ZM56.3052 38.1287C56.4018 38.2043 56.4795 38.3018 56.5319 38.4135L57.8898 37.7761C57.7377 37.4522 57.5118 37.1683 57.23 36.9477L56.3052 38.1287ZM56.5319 38.4135C56.5843 38.5252 56.6099 38.6477 56.6065 38.7712L58.1059 38.8128C58.1158 38.4551 58.0418 38.1 57.8898 37.7761L56.5319 38.4135ZM56.62 38.6488L56.2407 40.5991L57.7131 40.8854L58.0924 38.9352L56.62 38.6488ZM48.5469 31.5731H14.1264V33.0731H48.5469V31.5731ZM14.1309 31.5731C14.1271 31.5731 14.1234 31.572 14.1199 31.5699L13.3256 32.8423C13.5646 32.9914 13.8401 33.0713 14.1218 33.0731L14.1309 31.5731ZM14.1199 31.5699C14.1165 31.5677 14.1133 31.5644 14.1111 31.56L12.7686 32.229C12.8941 32.4808 13.0867 32.6931 13.3256 32.8423L14.1199 31.5699ZM14.1111 31.56C14.1089 31.5556 14.1079 31.5505 14.1084 31.5454L12.614 31.4156C12.5897 31.6958 12.6431 31.9773 12.7686 32.229L14.1111 31.56ZM14.1084 31.5454C14.1088 31.5402 14.1107 31.5355 14.1134 31.5318L12.9066 30.641C12.7395 30.8674 12.6383 31.1355 12.614 31.4156L14.1084 31.5454ZM14.1033 31.5451L18.0385 26.4557L16.8518 25.5381L12.9167 30.6276L14.1033 31.5451ZM18.041 26.4524C18.2362 26.197 18.4886 25.9916 18.7775 25.8527L18.1276 24.5008C17.6256 24.7421 17.1877 25.0987 16.8493 25.5414L18.041 26.4524ZM18.7775 25.8527C19.0664 25.7138 19.3837 25.6453 19.7037 25.6527L19.7381 24.1531C19.1814 24.1403 18.6296 24.2595 18.1276 24.5008L18.7775 25.8527ZM19.7209 25.6529H42.9998V24.1529H19.7209V25.6529ZM42.9901 25.6528C43.3165 25.657 43.6383 25.7326 43.9329 25.8742L44.5828 24.5223C44.0914 24.2861 43.5545 24.16 43.0095 24.1529L42.9901 25.6528ZM43.9329 25.8742C44.2275 26.0158 44.4881 26.2203 44.6964 26.4734L45.8547 25.5204C45.5082 25.0992 45.0742 24.7585 44.5828 24.5223L43.9329 25.8742ZM44.6822 26.4557L48.6173 31.5451L49.804 30.6276L45.8689 25.5381L44.6822 26.4557ZM48.5871 31.5031C48.5916 31.5099 48.5943 31.518 48.5948 31.5265L50.093 31.4542C50.0795 31.1742 49.9901 30.9029 49.8342 30.6696L48.5871 31.5031ZM48.5948 31.5265C48.5952 31.535 48.5932 31.5434 48.5893 31.5507L49.911 32.26C50.0436 32.0129 50.1065 31.7343 50.093 31.4542L48.5948 31.5265ZM48.5893 31.5507C48.5855 31.5579 48.5799 31.5636 48.5734 31.5675L49.3394 32.8571C49.5808 32.7137 49.7783 32.5072 49.911 32.26L48.5893 31.5507ZM48.5734 31.5675C48.567 31.5713 48.5599 31.5731 48.5527 31.5731L48.5411 33.073C48.822 33.0752 49.098 33.0005 49.3394 32.8571L48.5734 31.5675Z" fill="#005CCB"/>
7
+ <path d="M28.8627 19.5452C28.9492 16.5256 29.7767 13.5741 31.2718 10.952C32.7669 8.32992 34.8835 6.11822 37.4341 4.51284C39.9848 2.90745 42.8906 1.95792 45.8944 1.74835C48.8981 1.53878 51.9071 2.07564 54.6546 3.31139C57.4021 4.54713 59.8035 6.44361 61.646 8.83284C63.4885 11.2221 64.7152 14.0303 65.2175 17.0088C65.7198 19.9872 65.4822 23.044 64.5257 25.9084C63.5692 28.7727 61.9233 31.3562 59.7339 33.4299M43.4532 16.3497L48.0154 21.1097C48.1191 21.218 48.2942 21.2097 48.3874 21.0921L57.0616 10.1439" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
8
+ </svg>
9
+
10
+ );
11
+
12
+ export default SvgOrderWhite;
13
+ /* tslint:enable */
@@ -1,19 +1,19 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgPriceGuarantee = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 263.2 232.9"
9
- width="1em"
10
- height="1em"
11
- {...props}
12
- >
13
- <path d="M44.5 74.4h56.2L223.6 24l-6-14.5c-3.2-7.8-12.1-11.5-19.9-8.3L9.5 78.3C1.7 81.5-2.1 90.4 1.1 98.2l6 14.5 17.8-7.3V93.9c0-10.8 8.8-19.5 19.6-19.5zM24.9 156.3v-25.5l-8.9 3.7zM244.2 74.4l-11.7-28.6-69.8 28.6z" />
14
- <path d="M247.9 78.7H44.5c-8.4 0-15.2 6.8-15.2 15.2v123.7c0 8.4 6.8 15.2 15.2 15.2h203.4c8.4 0 15.2-6.8 15.2-15.2V93.9c.1-8.4-6.8-15.2-15.2-15.2zm-153 59c0 3.6-2.9 6.4-6.4 6.4H53.2c-3.6 0-6.4-2.9-6.4-6.4v-23.8c0-3.6 2.9-6.4 6.4-6.4h35.3c3.5 0 6.4 2.9 6.4 6.4z" />
15
- </svg>
16
- );
17
-
18
- export default SvgPriceGuarantee;
19
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgPriceGuarantee = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 263.2 232.9"
9
+ width="1em"
10
+ height="1em"
11
+ {...props}
12
+ >
13
+ <path d="M44.5 74.4h56.2L223.6 24l-6-14.5c-3.2-7.8-12.1-11.5-19.9-8.3L9.5 78.3C1.7 81.5-2.1 90.4 1.1 98.2l6 14.5 17.8-7.3V93.9c0-10.8 8.8-19.5 19.6-19.5zM24.9 156.3v-25.5l-8.9 3.7zM244.2 74.4l-11.7-28.6-69.8 28.6z" />
14
+ <path d="M247.9 78.7H44.5c-8.4 0-15.2 6.8-15.2 15.2v123.7c0 8.4 6.8 15.2 15.2 15.2h203.4c8.4 0 15.2-6.8 15.2-15.2V93.9c.1-8.4-6.8-15.2-15.2-15.2zm-153 59c0 3.6-2.9 6.4-6.4 6.4H53.2c-3.6 0-6.4-2.9-6.4-6.4v-23.8c0-3.6 2.9-6.4 6.4-6.4h35.3c3.5 0 6.4 2.9 6.4 6.4z" />
15
+ </svg>
16
+ );
17
+
18
+ export default SvgPriceGuarantee;
19
+ /* tslint:enable */
@@ -1,17 +1,17 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgPriceGuaranteeWhite = (
5
- props: any
6
- ) => (
7
- <svg width="68" height="62" viewBox="0 0 68 62" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props } >
8
- <path d="M24.4344 12.562C24.233 12.924 24.3632 13.3807 24.7252 13.5821C25.0871 13.7834 25.5438 13.6532 25.7452 13.2913L24.4344 12.562ZM42.9183 1.6377L42.869 0.889321L42.9183 1.6377ZM62.0742 10.4891L62.6761 10.0416L62.6761 10.0416L62.0742 10.4891ZM66.2132 20.5594L65.4706 20.6645L65.4706 20.6645L66.2132 20.5594ZM58.8185 40.3233L58.3273 39.7566L58.3273 39.7566L58.8185 40.3233ZM48.9254 44.4708C48.5208 44.5594 48.2645 44.9592 48.3531 45.3638C48.4417 45.7685 48.8415 46.0247 49.2461 45.9362L48.9254 44.4708ZM42.6011 18.1687C42.3439 17.844 41.8722 17.7894 41.5475 18.0466C41.2229 18.3039 41.1682 18.7756 41.4255 19.1002L42.6011 18.1687ZM47.8276 25.9721L48.4154 25.5063L48.4154 25.5063L47.8276 25.9721ZM48.2187 25.9689L47.6232 25.5129L47.6232 25.5129L48.2187 25.9689ZM58.8692 13.2923C59.1211 12.9635 59.0586 12.4927 58.7297 12.2409C58.4008 11.9891 57.9301 12.0516 57.6783 12.3805L58.8692 13.2923ZM25.7452 13.2913C27.4763 10.1794 29.9595 7.55098 32.968 5.64601L32.1656 4.3787C28.9453 6.41776 26.2873 9.23121 24.4344 12.562L25.7452 13.2913ZM32.968 5.64601C35.9765 3.74103 39.4144 2.62026 42.9676 2.38607L42.869 0.889321C39.0657 1.13999 35.3858 2.33964 32.1656 4.3787L32.968 5.64601ZM42.9676 2.38607C46.5208 2.15189 50.0761 2.81176 53.3086 4.30541L53.9377 2.94374C50.4777 1.34497 46.6723 0.638655 42.869 0.889321L42.9676 2.38607ZM53.3086 4.30541C56.5411 5.79905 59.3478 8.07886 61.4723 10.9366L62.6761 10.0416C60.402 6.98279 57.3978 4.54252 53.9377 2.94374L53.3086 4.30541ZM61.4723 10.9366C63.5969 13.7943 64.9715 17.1387 65.4706 20.6645L66.9558 20.4542C66.4215 16.6803 64.9502 13.1004 62.6761 10.0416L61.4723 10.9366ZM65.4706 20.6645C65.9697 24.1903 65.5775 27.7849 64.3296 31.12L65.7345 31.6456C67.0702 28.0758 67.4901 24.2282 66.9558 20.4542L65.4706 20.6645ZM64.3296 31.12C63.0818 34.4551 61.0182 37.4244 58.3273 39.7566L59.3097 40.8901C62.19 38.3938 64.3988 35.2155 65.7345 31.6456L64.3296 31.12ZM58.3273 39.7566C55.6364 42.0888 52.404 43.7096 48.9254 44.4708L49.2461 45.9362C52.9695 45.1213 56.4294 43.3865 59.3097 40.8901L58.3273 39.7566ZM41.4255 19.1002L47.2398 26.4379L48.4154 25.5063L42.6011 18.1687L41.4255 19.1002ZM48.8142 26.4248L58.8692 13.2923L57.6783 12.3805L47.6232 25.5129L48.8142 26.4248ZM47.2398 26.4379C47.6435 26.9475 48.419 26.941 48.8142 26.4248L47.6232 25.5129C47.8221 25.2532 48.2122 25.2499 48.4154 25.5063L47.2398 26.4379Z" fill="#005CCB"/>
9
- <path d="M45.32 38.42C45.318 42.753 44.0313 46.9881 41.6226 50.5898C39.2139 54.1916 35.7914 56.9983 31.7877 58.6551C27.784 60.3119 23.3789 60.7443 19.1295 59.8978C14.88 59.0513 10.9769 56.9637 7.91377 53.8992C4.8506 50.8346 2.76487 46.9306 1.92027 42.6808C1.07568 38.4309 1.51016 34.026 3.16876 30.0231C4.82737 26.0202 7.63564 22.5989 11.2385 20.1918C14.8414 17.7847 19.077 16.5 23.41 16.5C26.2881 16.5 29.138 17.0671 31.7969 18.1688C34.4558 19.2705 36.8716 20.8852 38.9063 22.9208C40.9409 24.9564 42.5546 27.3729 43.6551 30.0323C44.7556 32.6917 45.3213 35.5419 45.32 38.42V38.42Z" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
10
- <path d="M27.37 25.62H23.82C20.4093 25.6585 17.1536 27.0502 14.7691 29.4891C12.3846 31.928 11.0665 35.2143 11.105 38.625C11.1435 42.0357 12.5352 45.2914 14.9741 47.6759C17.4131 50.0604 20.6993 51.3785 24.11 51.34H27.37" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
11
- <path d="M8.28 35.33H24.27" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
12
- <path d="M8.28 41.51H24.27" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
13
- </svg>
14
- );
15
-
16
- export default SvgPriceGuaranteeWhite;
17
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgPriceGuaranteeWhite = (
5
+ props: any
6
+ ) => (
7
+ <svg width="68" height="62" viewBox="0 0 68 62" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props } >
8
+ <path d="M24.4344 12.562C24.233 12.924 24.3632 13.3807 24.7252 13.5821C25.0871 13.7834 25.5438 13.6532 25.7452 13.2913L24.4344 12.562ZM42.9183 1.6377L42.869 0.889321L42.9183 1.6377ZM62.0742 10.4891L62.6761 10.0416L62.6761 10.0416L62.0742 10.4891ZM66.2132 20.5594L65.4706 20.6645L65.4706 20.6645L66.2132 20.5594ZM58.8185 40.3233L58.3273 39.7566L58.3273 39.7566L58.8185 40.3233ZM48.9254 44.4708C48.5208 44.5594 48.2645 44.9592 48.3531 45.3638C48.4417 45.7685 48.8415 46.0247 49.2461 45.9362L48.9254 44.4708ZM42.6011 18.1687C42.3439 17.844 41.8722 17.7894 41.5475 18.0466C41.2229 18.3039 41.1682 18.7756 41.4255 19.1002L42.6011 18.1687ZM47.8276 25.9721L48.4154 25.5063L48.4154 25.5063L47.8276 25.9721ZM48.2187 25.9689L47.6232 25.5129L47.6232 25.5129L48.2187 25.9689ZM58.8692 13.2923C59.1211 12.9635 59.0586 12.4927 58.7297 12.2409C58.4008 11.9891 57.9301 12.0516 57.6783 12.3805L58.8692 13.2923ZM25.7452 13.2913C27.4763 10.1794 29.9595 7.55098 32.968 5.64601L32.1656 4.3787C28.9453 6.41776 26.2873 9.23121 24.4344 12.562L25.7452 13.2913ZM32.968 5.64601C35.9765 3.74103 39.4144 2.62026 42.9676 2.38607L42.869 0.889321C39.0657 1.13999 35.3858 2.33964 32.1656 4.3787L32.968 5.64601ZM42.9676 2.38607C46.5208 2.15189 50.0761 2.81176 53.3086 4.30541L53.9377 2.94374C50.4777 1.34497 46.6723 0.638655 42.869 0.889321L42.9676 2.38607ZM53.3086 4.30541C56.5411 5.79905 59.3478 8.07886 61.4723 10.9366L62.6761 10.0416C60.402 6.98279 57.3978 4.54252 53.9377 2.94374L53.3086 4.30541ZM61.4723 10.9366C63.5969 13.7943 64.9715 17.1387 65.4706 20.6645L66.9558 20.4542C66.4215 16.6803 64.9502 13.1004 62.6761 10.0416L61.4723 10.9366ZM65.4706 20.6645C65.9697 24.1903 65.5775 27.7849 64.3296 31.12L65.7345 31.6456C67.0702 28.0758 67.4901 24.2282 66.9558 20.4542L65.4706 20.6645ZM64.3296 31.12C63.0818 34.4551 61.0182 37.4244 58.3273 39.7566L59.3097 40.8901C62.19 38.3938 64.3988 35.2155 65.7345 31.6456L64.3296 31.12ZM58.3273 39.7566C55.6364 42.0888 52.404 43.7096 48.9254 44.4708L49.2461 45.9362C52.9695 45.1213 56.4294 43.3865 59.3097 40.8901L58.3273 39.7566ZM41.4255 19.1002L47.2398 26.4379L48.4154 25.5063L42.6011 18.1687L41.4255 19.1002ZM48.8142 26.4248L58.8692 13.2923L57.6783 12.3805L47.6232 25.5129L48.8142 26.4248ZM47.2398 26.4379C47.6435 26.9475 48.419 26.941 48.8142 26.4248L47.6232 25.5129C47.8221 25.2532 48.2122 25.2499 48.4154 25.5063L47.2398 26.4379Z" fill="#005CCB"/>
9
+ <path d="M45.32 38.42C45.318 42.753 44.0313 46.9881 41.6226 50.5898C39.2139 54.1916 35.7914 56.9983 31.7877 58.6551C27.784 60.3119 23.3789 60.7443 19.1295 59.8978C14.88 59.0513 10.9769 56.9637 7.91377 53.8992C4.8506 50.8346 2.76487 46.9306 1.92027 42.6808C1.07568 38.4309 1.51016 34.026 3.16876 30.0231C4.82737 26.0202 7.63564 22.5989 11.2385 20.1918C14.8414 17.7847 19.077 16.5 23.41 16.5C26.2881 16.5 29.138 17.0671 31.7969 18.1688C34.4558 19.2705 36.8716 20.8852 38.9063 22.9208C40.9409 24.9564 42.5546 27.3729 43.6551 30.0323C44.7556 32.6917 45.3213 35.5419 45.32 38.42V38.42Z" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
10
+ <path d="M27.37 25.62H23.82C20.4093 25.6585 17.1536 27.0502 14.7691 29.4891C12.3846 31.928 11.0665 35.2143 11.105 38.625C11.1435 42.0357 12.5352 45.2914 14.9741 47.6759C17.4131 50.0604 20.6993 51.3785 24.11 51.34H27.37" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
11
+ <path d="M8.28 35.33H24.27" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
12
+ <path d="M8.28 41.51H24.27" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
13
+ </svg>
14
+ );
15
+
16
+ export default SvgPriceGuaranteeWhite;
17
+ /* tslint:enable */
@@ -1,21 +1,21 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgTransportAndDelivery = (
5
- props: any
6
- ) => (
7
- <svg width="66" height="61" viewBox="0 0 66 61" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
8
- <path d="M61.901 55.859H65.0207C65.0207 55.859 65.0207 52.6826 65.0207 40.1387C65.0207 26.1934 58.4381 20.6404 45.8988 20.5396M45.8988 20.5396C45.8988 22.4556 45.8988 42.1342 45.8988 55.9711M45.8988 20.5396H43.8994C43.2091 20.5396 42.6494 21.0993 42.6494 21.7896V34.8772M45.8988 55.9711H49.3285M45.8988 55.9711H27.9092M49.1934 39.4508H52.8298M45.6354 49.2113H0.988647L0.988648 55.1685C0.988648 55.7208 1.43636 56.1685 1.98865 56.1685H4.39816M60.9488 35.3287V35.3287C60.9495 35.376 60.9097 35.4139 60.8625 35.4109L52.1372 34.8651C50.1609 34.7415 48.6213 33.1026 48.6213 31.1224V24.1186C48.6213 24.0638 48.6678 24.0206 48.7224 24.0245L50.3961 24.1455C56.2822 24.5711 60.8651 29.4278 60.9488 35.3287Z" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
9
- <path d="M38.5995 44.8653C39.6168 44.9881 41.836 44.9715 42.9698 44.0005C43.074 43.9113 43.0685 43.7533 42.969 43.6589L42.1935 42.9227L42.8896 38.2927C42.4948 37.3516 37.017 35.963 32.0902 35.9223C30.8814 34.5719 24.9891 31.134 22.9696 30.3849C20.6487 29.7741 14.7121 28.8051 9.53292 29.8148L7.28229 30.4034C7.10138 30.4507 7.03454 30.6726 7.15922 30.8119L7.38494 31.0642C7.48685 31.1781 7.46361 31.356 7.33586 31.4399L2.95764 34.3151C2.42144 34.6672 2.04112 35.212 1.89535 35.8367L1.10946 39.2048C1.02574 39.5636 1.02236 39.9365 1.09956 40.2967L1.80027 43.5667C1.89812 44.0233 2.24231 44.3873 2.69274 44.5105L5.42542 45.258M12.5867 32.035L11.3767 35.8128M18.0217 32.2582L18.5103 36.1263M14.6633 45.4908C14.989 45.4908 24.5199 45.4908 28.9852 45.4908M10.4483 32.3397C9.59114 32.654 7.66879 34.2653 6.49498 35.3159C6.32938 35.4641 6.42839 35.7358 6.65042 35.7456L27.5327 36.6652C27.7684 36.6755 27.8827 36.3888 27.6993 36.2403C26.3498 35.1471 23.8989 33.4238 21.7269 32.7468C18.5917 31.7696 11.6698 31.8918 10.4483 32.3397Z" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
10
- <circle cx="55.6719" cy="55.7404" r="4.35395" stroke="#005CCB" strokeWidth="1.5"/>
11
- <circle cx="21.5541" cy="55.7404" r="4.35395" stroke="#005CCB" strokeWidth="1.5"/>
12
- <circle cx="10.5559" cy="55.7404" r="4.35395" stroke="#005CCB" strokeWidth="1.5"/>
13
- <circle cx="33.6141" cy="44.3153" r="3.09767" stroke="#005CCB" strokeWidth="1.5"/>
14
- <circle cx="10.0418" cy="44.2894" r="3.09767" stroke="#005CCB" strokeWidth="1.5"/>
15
- <path d="M20.7081 16.8922L25.2702 21.6522C25.374 21.7605 25.5491 21.7522 25.6423 21.6346L34.3165 10.6864" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
16
- <path d="M10.2638 27.108C9.08937 24.3248 8.61733 21.296 8.88944 18.2899C9.16156 15.2838 10.1694 12.3932 11.8238 9.87407C13.4782 7.35495 15.7279 5.2851 18.3738 3.84787C21.0197 2.41064 23.9801 1.65039 26.9927 1.63446C30.0053 1.61853 32.9772 2.34742 35.645 3.75656C38.3129 5.16569 40.5944 7.21158 42.2875 9.71301C43.9806 12.2144 45.0329 15.0942 45.3514 18.0972" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
17
- </svg>
18
- );
19
-
20
- export default SvgTransportAndDelivery;
21
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgTransportAndDelivery = (
5
+ props: any
6
+ ) => (
7
+ <svg width="66" height="61" viewBox="0 0 66 61" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
8
+ <path d="M61.901 55.859H65.0207C65.0207 55.859 65.0207 52.6826 65.0207 40.1387C65.0207 26.1934 58.4381 20.6404 45.8988 20.5396M45.8988 20.5396C45.8988 22.4556 45.8988 42.1342 45.8988 55.9711M45.8988 20.5396H43.8994C43.2091 20.5396 42.6494 21.0993 42.6494 21.7896V34.8772M45.8988 55.9711H49.3285M45.8988 55.9711H27.9092M49.1934 39.4508H52.8298M45.6354 49.2113H0.988647L0.988648 55.1685C0.988648 55.7208 1.43636 56.1685 1.98865 56.1685H4.39816M60.9488 35.3287V35.3287C60.9495 35.376 60.9097 35.4139 60.8625 35.4109L52.1372 34.8651C50.1609 34.7415 48.6213 33.1026 48.6213 31.1224V24.1186C48.6213 24.0638 48.6678 24.0206 48.7224 24.0245L50.3961 24.1455C56.2822 24.5711 60.8651 29.4278 60.9488 35.3287Z" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
9
+ <path d="M38.5995 44.8653C39.6168 44.9881 41.836 44.9715 42.9698 44.0005C43.074 43.9113 43.0685 43.7533 42.969 43.6589L42.1935 42.9227L42.8896 38.2927C42.4948 37.3516 37.017 35.963 32.0902 35.9223C30.8814 34.5719 24.9891 31.134 22.9696 30.3849C20.6487 29.7741 14.7121 28.8051 9.53292 29.8148L7.28229 30.4034C7.10138 30.4507 7.03454 30.6726 7.15922 30.8119L7.38494 31.0642C7.48685 31.1781 7.46361 31.356 7.33586 31.4399L2.95764 34.3151C2.42144 34.6672 2.04112 35.212 1.89535 35.8367L1.10946 39.2048C1.02574 39.5636 1.02236 39.9365 1.09956 40.2967L1.80027 43.5667C1.89812 44.0233 2.24231 44.3873 2.69274 44.5105L5.42542 45.258M12.5867 32.035L11.3767 35.8128M18.0217 32.2582L18.5103 36.1263M14.6633 45.4908C14.989 45.4908 24.5199 45.4908 28.9852 45.4908M10.4483 32.3397C9.59114 32.654 7.66879 34.2653 6.49498 35.3159C6.32938 35.4641 6.42839 35.7358 6.65042 35.7456L27.5327 36.6652C27.7684 36.6755 27.8827 36.3888 27.6993 36.2403C26.3498 35.1471 23.8989 33.4238 21.7269 32.7468C18.5917 31.7696 11.6698 31.8918 10.4483 32.3397Z" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
10
+ <circle cx="55.6719" cy="55.7404" r="4.35395" stroke="#005CCB" strokeWidth="1.5"/>
11
+ <circle cx="21.5541" cy="55.7404" r="4.35395" stroke="#005CCB" strokeWidth="1.5"/>
12
+ <circle cx="10.5559" cy="55.7404" r="4.35395" stroke="#005CCB" strokeWidth="1.5"/>
13
+ <circle cx="33.6141" cy="44.3153" r="3.09767" stroke="#005CCB" strokeWidth="1.5"/>
14
+ <circle cx="10.0418" cy="44.2894" r="3.09767" stroke="#005CCB" strokeWidth="1.5"/>
15
+ <path d="M20.7081 16.8922L25.2702 21.6522C25.374 21.7605 25.5491 21.7522 25.6423 21.6346L34.3165 10.6864" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
16
+ <path d="M10.2638 27.108C9.08937 24.3248 8.61733 21.296 8.88944 18.2899C9.16156 15.2838 10.1694 12.3932 11.8238 9.87407C13.4782 7.35495 15.7279 5.2851 18.3738 3.84787C21.0197 2.41064 23.9801 1.65039 26.9927 1.63446C30.0053 1.61853 32.9772 2.34742 35.645 3.75656C38.3129 5.16569 40.5944 7.21158 42.2875 9.71301C43.9806 12.2144 45.0329 15.0942 45.3514 18.0972" stroke="#005CCB" strokeWidth="1.5" strokeLinecap="round"/>
17
+ </svg>
18
+ );
19
+
20
+ export default SvgTransportAndDelivery;
21
+ /* tslint:enable */
@@ -1,23 +1,23 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgWarranty = (props: any) => (
5
- <svg
6
- viewBox="0 0 166.6 248.9"
7
- width="1em"
8
- height="1em"
9
- {...props}
10
- >
11
- <ellipse
12
- cx={83.3}
13
- cy={83.1}
14
- rx={48.8}
15
- ry={48.8}
16
- transform="rotate(-13.286 83.264 83.126)"
17
- />
18
- <path d="M26.2 137.6c2.7 1.3 4.9 3.4 6.3 6l3.6 6.2c2.7 4.6 7.6 7.5 13 7.5h13.3c2.3 0 4.6.5 6.6 1.6l11.9 5.9c4.8 2.4 10.5 2 15-1l5.9-4c2.5-1.6 5.4-2.5 8.3-2.5h7.1c5.4 0 10.3-2.9 13-7.5l6.7-11.5c1.2-2 2.8-3.7 4.7-5l11.1-7.4c4.5-3 7-8.1 6.6-13.5l-.5-7.1c-.2-3 .5-5.9 2-8.5l3.6-6.2c2.7-4.6 2.7-10.4 0-15l-6.7-11.5c-1.2-2-1.8-4.2-2-6.5l-.9-13.3c-.3-5.4-3.5-10.1-8.3-12.5l-6.4-3.2c-2.7-1.3-4.9-3.4-6.3-6l-3.6-6.2c-2.7-4.6-7.6-7.5-13-7.5h-13.3c-2.3 0-4.6-.5-6.6-1.6L85.5 1.6c-4.8-2.4-10.5-2-15 1l-5.9 4C62.1 8.1 59.2 9 56.3 9h-7.1c-5.4 0-10.3 2.9-13 7.5L29.5 28c-1.2 2-2.8 3.7-4.7 5l-11.1 7.4c-4.5 3-7 8.1-6.6 13.5l.5 7.1c.2 3-.5 5.9-2 8.5L2 75.6C-.7 80.2-.7 86 2 90.6l6.7 11.5c1.2 2 1.8 4.2 2 6.5l.9 13.3c.3 5.4 3.5 10.1 8.3 12.5zm3.3-77.2c2.9-7 7.1-13.2 12.5-18.6s11.6-9.6 18.6-12.5c7.2-3 14.8-4.6 22.7-4.6s15.5 1.5 22.7 4.6c7 2.9 13.2 7.1 18.6 12.5s9.6 11.6 12.5 18.6c3 7.2 4.6 14.8 4.6 22.7s-1.5 15.5-4.6 22.7c-2.9 7-7.1 13.2-12.5 18.6S113 134 106 136.9c-7.2 3-14.8 4.6-22.7 4.6s-15.5-1.5-22.7-4.6c-7-2.9-13.2-7.1-18.6-12.5s-9.6-11.6-12.5-18.6c-3-7.2-4.6-14.8-4.6-22.7 0-7.8 1.5-15.5 4.6-22.7zM87.7 171.1c-3 0-6.1-.7-8.8-2l-11.9-6c-1.4-.7-3-1.1-4.5-1.1H49.1c-3.5 0-6.9-.9-9.9-2.7-1.7-1-3.3-2.3-4.7-3.7l-17.8 59.7c-.7 2.4 2.6 4.9 5.6 4.3L44 215c1.6-.3 3.4.2 4.6 1.3l16 15.2c2.3 2.2 6.3 1.8 7-.7L89.4 171c-.6 0-1.1.1-1.7.1zM131.9 155.8c-1.3 1.4-2.9 2.6-4.6 3.6-3 1.7-6.4 2.7-9.9 2.7h-7.1c-2 0-4 .6-5.7 1.7l-5.9 4c-.8.5-1.6 1-2.4 1.4l-7.8 26.3 27.4 52c1.2 2.3 5.2 1.8 7-.8l12.5-18.1c.9-1.3 2.6-2.2 4.2-2.2h22c3.1 0 5.8-3.1 4.6-5.3z" />
19
- </svg>
20
- );
21
-
22
- export default SvgWarranty;
23
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgWarranty = (props: any) => (
5
+ <svg
6
+ viewBox="0 0 166.6 248.9"
7
+ width="1em"
8
+ height="1em"
9
+ {...props}
10
+ >
11
+ <ellipse
12
+ cx={83.3}
13
+ cy={83.1}
14
+ rx={48.8}
15
+ ry={48.8}
16
+ transform="rotate(-13.286 83.264 83.126)"
17
+ />
18
+ <path d="M26.2 137.6c2.7 1.3 4.9 3.4 6.3 6l3.6 6.2c2.7 4.6 7.6 7.5 13 7.5h13.3c2.3 0 4.6.5 6.6 1.6l11.9 5.9c4.8 2.4 10.5 2 15-1l5.9-4c2.5-1.6 5.4-2.5 8.3-2.5h7.1c5.4 0 10.3-2.9 13-7.5l6.7-11.5c1.2-2 2.8-3.7 4.7-5l11.1-7.4c4.5-3 7-8.1 6.6-13.5l-.5-7.1c-.2-3 .5-5.9 2-8.5l3.6-6.2c2.7-4.6 2.7-10.4 0-15l-6.7-11.5c-1.2-2-1.8-4.2-2-6.5l-.9-13.3c-.3-5.4-3.5-10.1-8.3-12.5l-6.4-3.2c-2.7-1.3-4.9-3.4-6.3-6l-3.6-6.2c-2.7-4.6-7.6-7.5-13-7.5h-13.3c-2.3 0-4.6-.5-6.6-1.6L85.5 1.6c-4.8-2.4-10.5-2-15 1l-5.9 4C62.1 8.1 59.2 9 56.3 9h-7.1c-5.4 0-10.3 2.9-13 7.5L29.5 28c-1.2 2-2.8 3.7-4.7 5l-11.1 7.4c-4.5 3-7 8.1-6.6 13.5l.5 7.1c.2 3-.5 5.9-2 8.5L2 75.6C-.7 80.2-.7 86 2 90.6l6.7 11.5c1.2 2 1.8 4.2 2 6.5l.9 13.3c.3 5.4 3.5 10.1 8.3 12.5zm3.3-77.2c2.9-7 7.1-13.2 12.5-18.6s11.6-9.6 18.6-12.5c7.2-3 14.8-4.6 22.7-4.6s15.5 1.5 22.7 4.6c7 2.9 13.2 7.1 18.6 12.5s9.6 11.6 12.5 18.6c3 7.2 4.6 14.8 4.6 22.7s-1.5 15.5-4.6 22.7c-2.9 7-7.1 13.2-12.5 18.6S113 134 106 136.9c-7.2 3-14.8 4.6-22.7 4.6s-15.5-1.5-22.7-4.6c-7-2.9-13.2-7.1-18.6-12.5s-9.6-11.6-12.5-18.6c-3-7.2-4.6-14.8-4.6-22.7 0-7.8 1.5-15.5 4.6-22.7zM87.7 171.1c-3 0-6.1-.7-8.8-2l-11.9-6c-1.4-.7-3-1.1-4.5-1.1H49.1c-3.5 0-6.9-.9-9.9-2.7-1.7-1-3.3-2.3-4.7-3.7l-17.8 59.7c-.7 2.4 2.6 4.9 5.6 4.3L44 215c1.6-.3 3.4.2 4.6 1.3l16 15.2c2.3 2.2 6.3 1.8 7-.7L89.4 171c-.6 0-1.1.1-1.7.1zM131.9 155.8c-1.3 1.4-2.9 2.6-4.6 3.6-3 1.7-6.4 2.7-9.9 2.7h-7.1c-2 0-4 .6-5.7 1.7l-5.9 4c-.8.5-1.6 1-2.4 1.4l-7.8 26.3 27.4 52c1.2 2.3 5.2 1.8 7-.8l12.5-18.1c.9-1.3 2.6-2.2 4.2-2.2h22c3.1 0 5.8-3.1 4.6-5.3z" />
19
+ </svg>
20
+ );
21
+
22
+ export default SvgWarranty;
23
+ /* tslint:enable */
@@ -1,18 +1,18 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgMailIcon = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 28 21"
9
- width="1em"
10
- height="1em"
11
- {...props}
12
- >
13
- <path d="M3.34245 20.4577C2.66189 20.4577 2.09703 20.2331 1.64786 19.7839C1.19773 19.3338 0.972656 18.7684 0.972656 18.0879V2.41081C0.972656 1.73025 1.19773 1.16539 1.64786 0.716224C2.09703 0.266085 2.66189 0.0410156 3.34245 0.0410156H24.8529C25.5334 0.0410156 26.0988 0.266085 26.5489 0.716224C26.9981 1.16539 27.2227 1.73025 27.2227 2.41081V18.0879C27.2227 18.7684 26.9981 19.3338 26.5489 19.7839C26.0988 20.2331 25.5334 20.4577 24.8529 20.4577H3.34245ZM14.0977 10.4316L2.43099 2.77539V18.0879C2.43099 18.3553 2.51606 18.574 2.6862 18.7441C2.85634 18.9143 3.07509 18.9993 3.34245 18.9993H24.8529C25.1202 18.9993 25.339 18.9143 25.5091 18.7441C25.6793 18.574 25.7643 18.3553 25.7643 18.0879V2.77539L14.0977 10.4316ZM14.0977 8.79102L25.3268 1.49935H2.86849L14.0977 8.79102ZM2.43099 2.77539V1.49935V18.0879C2.43099 18.3553 2.51606 18.574 2.6862 18.7441C2.85634 18.9143 3.07509 18.9993 3.34245 18.9993H2.43099V18.0879V2.77539Z" fill="#005CCB"/>
14
- </svg>
15
- );
16
-
17
- export default SvgMailIcon;
18
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgMailIcon = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 28 21"
9
+ width="1em"
10
+ height="1em"
11
+ {...props}
12
+ >
13
+ <path d="M3.34245 20.4577C2.66189 20.4577 2.09703 20.2331 1.64786 19.7839C1.19773 19.3338 0.972656 18.7684 0.972656 18.0879V2.41081C0.972656 1.73025 1.19773 1.16539 1.64786 0.716224C2.09703 0.266085 2.66189 0.0410156 3.34245 0.0410156H24.8529C25.5334 0.0410156 26.0988 0.266085 26.5489 0.716224C26.9981 1.16539 27.2227 1.73025 27.2227 2.41081V18.0879C27.2227 18.7684 26.9981 19.3338 26.5489 19.7839C26.0988 20.2331 25.5334 20.4577 24.8529 20.4577H3.34245ZM14.0977 10.4316L2.43099 2.77539V18.0879C2.43099 18.3553 2.51606 18.574 2.6862 18.7441C2.85634 18.9143 3.07509 18.9993 3.34245 18.9993H24.8529C25.1202 18.9993 25.339 18.9143 25.5091 18.7441C25.6793 18.574 25.7643 18.3553 25.7643 18.0879V2.77539L14.0977 10.4316ZM14.0977 8.79102L25.3268 1.49935H2.86849L14.0977 8.79102ZM2.43099 2.77539V1.49935V18.0879C2.43099 18.3553 2.51606 18.574 2.6862 18.7441C2.85634 18.9143 3.07509 18.9993 3.34245 18.9993H2.43099V18.0879V2.77539Z" fill="#005CCB"/>
14
+ </svg>
15
+ );
16
+
17
+ export default SvgMailIcon;
18
+ /* tslint:enable */
@@ -1,19 +1,19 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgPhoneIcon = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 26 26"
9
- width="1em"
10
- fill="none"
11
- height="1em"
12
- {...props}
13
- >
14
- <path d="M23.9258 25.3213C21.1063 25.3213 18.3054 24.6466 15.5229 23.2971C12.7394 21.9487 10.2539 20.1807 8.06641 17.9932C5.87891 15.8057 4.11092 13.3265 2.76245 10.5557C1.413 7.78483 0.738281 4.97754 0.738281 2.13379C0.738281 1.69629 0.884115 1.33171 1.17578 1.04004C1.46745 0.748372 1.83203 0.602539 2.26953 0.602539H7.00911C7.398 0.602539 7.73196 0.717747 8.01099 0.948164C8.29099 1.17955 8.46745 1.47754 8.54036 1.84212L9.37891 6.14421C9.42752 6.50879 9.41536 6.83691 9.34245 7.12858C9.26953 7.42025 9.11155 7.67546 8.86849 7.89421L5.55078 11.1755C6.69314 13.1199 8.06009 14.8821 9.65161 16.4619C11.2441 18.0418 13.049 19.415 15.0664 20.5817L18.3112 17.3005C18.5543 17.0574 18.8401 16.8873 19.1687 16.79C19.4963 16.6928 19.8303 16.6685 20.1706 16.7171L24.2174 17.5557C24.582 17.6286 24.88 17.7987 25.1114 18.0661C25.3418 18.3334 25.457 18.6616 25.457 19.0505V23.79C25.457 24.2275 25.3112 24.5921 25.0195 24.8838C24.7279 25.1755 24.3633 25.3213 23.9258 25.3213Z" fill="#005CCB"/>
15
- </svg>
16
- );
17
-
18
- export default SvgPhoneIcon;
19
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgPhoneIcon = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 26 26"
9
+ width="1em"
10
+ fill="none"
11
+ height="1em"
12
+ {...props}
13
+ >
14
+ <path d="M23.9258 25.3213C21.1063 25.3213 18.3054 24.6466 15.5229 23.2971C12.7394 21.9487 10.2539 20.1807 8.06641 17.9932C5.87891 15.8057 4.11092 13.3265 2.76245 10.5557C1.413 7.78483 0.738281 4.97754 0.738281 2.13379C0.738281 1.69629 0.884115 1.33171 1.17578 1.04004C1.46745 0.748372 1.83203 0.602539 2.26953 0.602539H7.00911C7.398 0.602539 7.73196 0.717747 8.01099 0.948164C8.29099 1.17955 8.46745 1.47754 8.54036 1.84212L9.37891 6.14421C9.42752 6.50879 9.41536 6.83691 9.34245 7.12858C9.26953 7.42025 9.11155 7.67546 8.86849 7.89421L5.55078 11.1755C6.69314 13.1199 8.06009 14.8821 9.65161 16.4619C11.2441 18.0418 13.049 19.415 15.0664 20.5817L18.3112 17.3005C18.5543 17.0574 18.8401 16.8873 19.1687 16.79C19.4963 16.6928 19.8303 16.6685 20.1706 16.7171L24.2174 17.5557C24.582 17.6286 24.88 17.7987 25.1114 18.0661C25.3418 18.3334 25.457 18.6616 25.457 19.0505V23.79C25.457 24.2275 25.3112 24.5921 25.0195 24.8838C24.7279 25.1755 24.3633 25.3213 23.9258 25.3213Z" fill="#005CCB"/>
15
+ </svg>
16
+ );
17
+
18
+ export default SvgPhoneIcon;
19
+ /* tslint:enable */
@@ -1,18 +1,18 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgScheduleIcon = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 24 28"
9
- width="1em"
10
- height="1em"
11
- {...props}
12
- >
13
- <path d="M10.569 22.2168L6.41276 18.0241L7.43359 17.0033L10.569 20.1022L16.7669 13.9408L17.7878 14.9616L10.569 22.2168ZM2.80339 27.1387C2.12283 27.1387 1.55797 26.9141 1.1088 26.4649C0.658663 26.0148 0.433594 25.4494 0.433594 24.7689V6.17513C0.433594 5.49457 0.658663 4.92971 1.1088 4.48055C1.55797 4.03041 2.12283 3.80534 2.80339 3.80534H5.35547V0.560547H6.92318V3.80534H17.3867V0.560547H18.8451V3.80534H21.3971C22.0777 3.80534 22.643 4.03041 23.0932 4.48055C23.5423 4.92971 23.7669 5.49457 23.7669 6.17513V24.7689C23.7669 25.4494 23.5423 26.0148 23.0932 26.4649C22.643 26.9141 22.0777 27.1387 21.3971 27.1387H2.80339ZM2.80339 25.6803H21.3971C21.6402 25.6803 21.8526 25.5889 22.0344 25.4062C22.2172 25.2244 22.3086 25.0119 22.3086 24.7689V12.0085H1.89193V24.7689C1.89193 25.0119 1.98332 25.2244 2.16609 25.4062C2.3479 25.5889 2.56033 25.6803 2.80339 25.6803ZM1.89193 10.5501H22.3086V6.17513C22.3086 5.93207 22.2172 5.71964 22.0344 5.53784C21.8526 5.35506 21.6402 5.26367 21.3971 5.26367H2.80339C2.56033 5.26367 2.3479 5.35506 2.16609 5.53784C1.98332 5.71964 1.89193 5.93207 1.89193 6.17513V10.5501Z" fill="#005CCB"/>
14
- </svg>
15
- );
16
-
17
- export default SvgScheduleIcon;
18
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgScheduleIcon = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 24 28"
9
+ width="1em"
10
+ height="1em"
11
+ {...props}
12
+ >
13
+ <path d="M10.569 22.2168L6.41276 18.0241L7.43359 17.0033L10.569 20.1022L16.7669 13.9408L17.7878 14.9616L10.569 22.2168ZM2.80339 27.1387C2.12283 27.1387 1.55797 26.9141 1.1088 26.4649C0.658663 26.0148 0.433594 25.4494 0.433594 24.7689V6.17513C0.433594 5.49457 0.658663 4.92971 1.1088 4.48055C1.55797 4.03041 2.12283 3.80534 2.80339 3.80534H5.35547V0.560547H6.92318V3.80534H17.3867V0.560547H18.8451V3.80534H21.3971C22.0777 3.80534 22.643 4.03041 23.0932 4.48055C23.5423 4.92971 23.7669 5.49457 23.7669 6.17513V24.7689C23.7669 25.4494 23.5423 26.0148 23.0932 26.4649C22.643 26.9141 22.0777 27.1387 21.3971 27.1387H2.80339ZM2.80339 25.6803H21.3971C21.6402 25.6803 21.8526 25.5889 22.0344 25.4062C22.2172 25.2244 22.3086 25.0119 22.3086 24.7689V12.0085H1.89193V24.7689C1.89193 25.0119 1.98332 25.2244 2.16609 25.4062C2.3479 25.5889 2.56033 25.6803 2.80339 25.6803ZM1.89193 10.5501H22.3086V6.17513C22.3086 5.93207 22.2172 5.71964 22.0344 5.53784C21.8526 5.35506 21.6402 5.26367 21.3971 5.26367H2.80339C2.56033 5.26367 2.3479 5.35506 2.16609 5.53784C1.98332 5.71964 1.89193 5.93207 1.89193 6.17513V10.5501Z" fill="#005CCB"/>
14
+ </svg>
15
+ );
16
+
17
+ export default SvgScheduleIcon;
18
+ /* tslint:enable */
@@ -1,26 +1,26 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgAAllWheelDrive = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 24.9 30.6"
9
- width="1em"
10
- height="1em"
11
- {...props}
12
- >
13
- <switch>
14
- <g fill="#231f20">
15
- <path d="M4.2 10.3H2.4C1.1 10.3 0 9.2 0 7.8V2.4C0 1.1 1.1 0 2.4 0h1.8c1.3 0 2.4 1.1 2.4 2.4v5.4c.1 1.4-1 2.5-2.4 2.5zM2.4.7C1.4.7.7 1.5.7 2.4v5.4c0 1 .8 1.7 1.7 1.7h1.8c1 0 1.7-.8 1.7-1.7V2.4c0-1-.8-1.7-1.7-1.7zM22.4 10.3h-1.8c-1.3 0-2.4-1.1-2.4-2.4V2.4c0-1.3 1.1-2.4 2.4-2.4h1.8c1.3 0 2.4 1.1 2.4 2.4v5.4c.1 1.4-1 2.5-2.4 2.5zM20.7.7c-1 0-1.7.8-1.7 1.7v5.4c0 1 .8 1.7 1.7 1.7h1.8c1 0 1.7-.8 1.7-1.7V2.4c0-1-.8-1.7-1.7-1.7zM4.2 30.6H2.4c-1.3 0-2.4-1.1-2.4-2.4v-5.4c0-1.3 1.1-2.4 2.4-2.4h1.8c1.3 0 2.4 1.1 2.4 2.4v5.4c.1 1.3-1 2.4-2.4 2.4zM2.4 21c-1 0-1.7.8-1.7 1.7v5.4c0 1 .8 1.7 1.7 1.7h1.8c1 0 1.7-.8 1.7-1.7v-5.4c0-1-.8-1.7-1.7-1.7zM22.4 30.6h-1.8c-1.3 0-2.4-1.1-2.4-2.4v-5.4c0-1.3 1.1-2.4 2.4-2.4h1.8c1.3 0 2.4 1.1 2.4 2.4v5.4c.1 1.3-1 2.4-2.4 2.4zM20.7 21c-1 0-1.7.8-1.7 1.7v5.4c0 1 .8 1.7 1.7 1.7h1.8c1 0 1.7-.8 1.7-1.7v-5.4c0-1-.8-1.7-1.7-1.7z" />
16
- <path d="M18.6 5.5H6.3c-.2 0-.3-.2-.3-.4s.2-.3.4-.3h12.2c.2 0 .3.2.3.3s-.1.4-.3.4z" />
17
- <path d="M12.4 13.3c-.2 0-.4-.2-.4-.3V5.1c0-.2.2-.3.4-.3s.4.2.4.3V13c0 .2-.2.3-.4.3zM18.6 26.1H6.3c-.2 0-.4-.2-.4-.3s.2-.3.4-.3h12.2c.2 0 .3.2.3.3s0 .3-.2.3z" />
18
- <path d="M12.4 26.1c-.2 0-.4-.2-.4-.3V18c0-.2.2-.3.4-.3s.4.2.4.3v7.8c0 .1-.2.3-.4.3z" />
19
- <path d="M12.4 18.2c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zm0-4.4c-1 0-1.8.8-1.8 1.8s.8 1.8 1.8 1.8 1.8-.8 1.8-1.8-.7-1.8-1.8-1.8z" />
20
- </g>
21
- </switch>
22
- </svg>
23
- );
24
-
25
- export default SvgAAllWheelDrive;
26
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgAAllWheelDrive = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 24.9 30.6"
9
+ width="1em"
10
+ height="1em"
11
+ {...props}
12
+ >
13
+ <switch>
14
+ <g fill="#231f20">
15
+ <path d="M4.2 10.3H2.4C1.1 10.3 0 9.2 0 7.8V2.4C0 1.1 1.1 0 2.4 0h1.8c1.3 0 2.4 1.1 2.4 2.4v5.4c.1 1.4-1 2.5-2.4 2.5zM2.4.7C1.4.7.7 1.5.7 2.4v5.4c0 1 .8 1.7 1.7 1.7h1.8c1 0 1.7-.8 1.7-1.7V2.4c0-1-.8-1.7-1.7-1.7zM22.4 10.3h-1.8c-1.3 0-2.4-1.1-2.4-2.4V2.4c0-1.3 1.1-2.4 2.4-2.4h1.8c1.3 0 2.4 1.1 2.4 2.4v5.4c.1 1.4-1 2.5-2.4 2.5zM20.7.7c-1 0-1.7.8-1.7 1.7v5.4c0 1 .8 1.7 1.7 1.7h1.8c1 0 1.7-.8 1.7-1.7V2.4c0-1-.8-1.7-1.7-1.7zM4.2 30.6H2.4c-1.3 0-2.4-1.1-2.4-2.4v-5.4c0-1.3 1.1-2.4 2.4-2.4h1.8c1.3 0 2.4 1.1 2.4 2.4v5.4c.1 1.3-1 2.4-2.4 2.4zM2.4 21c-1 0-1.7.8-1.7 1.7v5.4c0 1 .8 1.7 1.7 1.7h1.8c1 0 1.7-.8 1.7-1.7v-5.4c0-1-.8-1.7-1.7-1.7zM22.4 30.6h-1.8c-1.3 0-2.4-1.1-2.4-2.4v-5.4c0-1.3 1.1-2.4 2.4-2.4h1.8c1.3 0 2.4 1.1 2.4 2.4v5.4c.1 1.3-1 2.4-2.4 2.4zM20.7 21c-1 0-1.7.8-1.7 1.7v5.4c0 1 .8 1.7 1.7 1.7h1.8c1 0 1.7-.8 1.7-1.7v-5.4c0-1-.8-1.7-1.7-1.7z" />
16
+ <path d="M18.6 5.5H6.3c-.2 0-.3-.2-.3-.4s.2-.3.4-.3h12.2c.2 0 .3.2.3.3s-.1.4-.3.4z" />
17
+ <path d="M12.4 13.3c-.2 0-.4-.2-.4-.3V5.1c0-.2.2-.3.4-.3s.4.2.4.3V13c0 .2-.2.3-.4.3zM18.6 26.1H6.3c-.2 0-.4-.2-.4-.3s.2-.3.4-.3h12.2c.2 0 .3.2.3.3s0 .3-.2.3z" />
18
+ <path d="M12.4 26.1c-.2 0-.4-.2-.4-.3V18c0-.2.2-.3.4-.3s.4.2.4.3v7.8c0 .1-.2.3-.4.3z" />
19
+ <path d="M12.4 18.2c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zm0-4.4c-1 0-1.8.8-1.8 1.8s.8 1.8 1.8 1.8 1.8-.8 1.8-1.8-.7-1.8-1.8-1.8z" />
20
+ </g>
21
+ </switch>
22
+ </svg>
23
+ );
24
+
25
+ export default SvgAAllWheelDrive;
26
+ /* tslint:enable */
@@ -1,26 +1,26 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgAllWheelDrive = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 25 25"
9
- width="1em"
10
- height="1em"
11
- fill="none"
12
- {...props}
13
- >
14
- <rect x="5.3811" y="22.0454" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 5.3811 22.0454)" stroke="#616376"/>
15
- <rect x="17.1628" y="22.0454" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 17.1628 22.0454)" stroke="#616376"/>
16
- <rect x="5.3811" y="8.97205" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 5.3811 8.97205)" stroke="#616376"/>
17
- <rect x="17.1628" y="8.97205" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 17.1628 8.97205)" stroke="#616376"/>
18
- <path d="M8.91357 6.13966L16.7747 6.13966M8.91357 19.156L16.7747 19.156" stroke="#616376" strokeLinecap="round"/>
19
- <path d="M12.844 6.25354L12.844 19.099" stroke="#616376" strokeLinecap="round"/>
20
- <circle cx="12.858" cy="6.02868" r="2.11537" transform="rotate(-90 12.858 6.02868)" fill="#616376"/>
21
- <circle cx="12.858" cy="19.0991" r="2.11537" transform="rotate(-90 12.858 19.0991)" fill="#616376"/>
22
- </svg>
23
- );
24
-
25
- export default SvgAllWheelDrive;
26
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgAllWheelDrive = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 25 25"
9
+ width="1em"
10
+ height="1em"
11
+ fill="none"
12
+ {...props}
13
+ >
14
+ <rect x="5.3811" y="22.0454" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 5.3811 22.0454)" stroke="#616376"/>
15
+ <rect x="17.1628" y="22.0454" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 17.1628 22.0454)" stroke="#616376"/>
16
+ <rect x="5.3811" y="8.97205" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 5.3811 8.97205)" stroke="#616376"/>
17
+ <rect x="17.1628" y="8.97205" width="5.57939" height="3.21824" rx="1" transform="rotate(-90 17.1628 8.97205)" stroke="#616376"/>
18
+ <path d="M8.91357 6.13966L16.7747 6.13966M8.91357 19.156L16.7747 19.156" stroke="#616376" strokeLinecap="round"/>
19
+ <path d="M12.844 6.25354L12.844 19.099" stroke="#616376" strokeLinecap="round"/>
20
+ <circle cx="12.858" cy="6.02868" r="2.11537" transform="rotate(-90 12.858 6.02868)" fill="#616376"/>
21
+ <circle cx="12.858" cy="19.0991" r="2.11537" transform="rotate(-90 12.858 19.0991)" fill="#616376"/>
22
+ </svg>
23
+ );
24
+
25
+ export default SvgAllWheelDrive;
26
+ /* tslint:enable */