@bytebrand/fe-ui-core 4.8.26 → 4.8.28

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 +127 -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,8 +1,8 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="mask0_8848_71372" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="35" height="34">
3
- <rect x="0.475586" y="0.0488281" width="33.9023" height="33.9023" fill="#616376"/>
4
- </mask>
5
- <g mask="url(#mask0_8848_71372)">
6
- <path d="M15.943 19.0119L13.4357 16.5045C13.2709 16.3397 13.1 16.2573 12.9229 16.2573C12.7468 16.2573 12.5764 16.3397 12.4115 16.5045C12.2703 16.6458 12.1997 16.8162 12.1997 17.0159C12.1997 17.2165 12.2703 17.3756 12.4115 17.4933L15.1308 20.2479C15.3662 20.4598 15.637 20.5657 15.943 20.5657C16.2491 20.5657 16.5199 20.4598 16.7553 20.2479L22.441 14.5269C22.6058 14.3856 22.6882 14.2208 22.6882 14.0325C22.6882 13.8441 22.6058 13.6793 22.441 13.538C22.2997 13.3732 22.1293 13.2965 21.9296 13.3078C21.729 13.32 21.5699 13.3968 21.4522 13.538L15.943 19.0119ZM17.4263 29.5357H17.1084C17.0143 29.5357 16.9319 29.5122 16.8612 29.4651C14.1773 28.5234 11.9525 26.7868 10.1867 24.2554C8.42096 21.725 7.53809 18.8824 7.53809 15.7276V9.68872C7.53809 9.19431 7.67935 8.75264 7.96187 8.3637C8.24439 7.97571 8.59753 7.69931 9.02131 7.53451L16.614 4.70931C16.8965 4.61514 17.1673 4.56805 17.4263 4.56805C17.6852 4.56805 17.956 4.61514 18.2385 4.70931L25.8312 7.53451C26.255 7.69931 26.6082 7.97571 26.8907 8.3637C27.1732 8.75264 27.3145 9.19431 27.3145 9.68872V15.7276C27.3145 18.8824 26.4316 21.725 24.6658 24.2554C22.9001 26.7868 20.6752 28.5234 17.9913 29.4651C17.8971 29.5122 17.7088 29.5357 17.4263 29.5357ZM17.4263 28.1584C19.8748 27.3815 21.8995 25.8277 23.5004 23.4969C25.1014 21.1661 25.9019 18.5763 25.9019 15.7276V9.47683C25.9019 9.33557 25.8665 9.21173 25.7959 9.10532C25.7253 8.99984 25.6193 8.92356 25.4781 8.87648L17.85 6.05128C17.6852 6.0042 17.544 5.98065 17.4263 5.98065C17.3086 5.98065 17.1673 6.0042 17.0025 6.05128L9.37446 8.87648C9.2332 8.92356 9.12726 8.99984 9.05663 9.10532C8.986 9.21173 8.95068 9.33557 8.95068 9.47683V15.7276C8.95068 18.5763 9.75116 21.1661 11.3521 23.4969C12.953 25.8277 14.9778 27.3815 17.4263 28.1584Z" fill="#616376"/>
7
- </g>
8
- </svg>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_8848_71372" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="35" height="34">
3
+ <rect x="0.475586" y="0.0488281" width="33.9023" height="33.9023" fill="#616376"/>
4
+ </mask>
5
+ <g mask="url(#mask0_8848_71372)">
6
+ <path d="M15.943 19.0119L13.4357 16.5045C13.2709 16.3397 13.1 16.2573 12.9229 16.2573C12.7468 16.2573 12.5764 16.3397 12.4115 16.5045C12.2703 16.6458 12.1997 16.8162 12.1997 17.0159C12.1997 17.2165 12.2703 17.3756 12.4115 17.4933L15.1308 20.2479C15.3662 20.4598 15.637 20.5657 15.943 20.5657C16.2491 20.5657 16.5199 20.4598 16.7553 20.2479L22.441 14.5269C22.6058 14.3856 22.6882 14.2208 22.6882 14.0325C22.6882 13.8441 22.6058 13.6793 22.441 13.538C22.2997 13.3732 22.1293 13.2965 21.9296 13.3078C21.729 13.32 21.5699 13.3968 21.4522 13.538L15.943 19.0119ZM17.4263 29.5357H17.1084C17.0143 29.5357 16.9319 29.5122 16.8612 29.4651C14.1773 28.5234 11.9525 26.7868 10.1867 24.2554C8.42096 21.725 7.53809 18.8824 7.53809 15.7276V9.68872C7.53809 9.19431 7.67935 8.75264 7.96187 8.3637C8.24439 7.97571 8.59753 7.69931 9.02131 7.53451L16.614 4.70931C16.8965 4.61514 17.1673 4.56805 17.4263 4.56805C17.6852 4.56805 17.956 4.61514 18.2385 4.70931L25.8312 7.53451C26.255 7.69931 26.6082 7.97571 26.8907 8.3637C27.1732 8.75264 27.3145 9.19431 27.3145 9.68872V15.7276C27.3145 18.8824 26.4316 21.725 24.6658 24.2554C22.9001 26.7868 20.6752 28.5234 17.9913 29.4651C17.8971 29.5122 17.7088 29.5357 17.4263 29.5357ZM17.4263 28.1584C19.8748 27.3815 21.8995 25.8277 23.5004 23.4969C25.1014 21.1661 25.9019 18.5763 25.9019 15.7276V9.47683C25.9019 9.33557 25.8665 9.21173 25.7959 9.10532C25.7253 8.99984 25.6193 8.92356 25.4781 8.87648L17.85 6.05128C17.6852 6.0042 17.544 5.98065 17.4263 5.98065C17.3086 5.98065 17.1673 6.0042 17.0025 6.05128L9.37446 8.87648C9.2332 8.92356 9.12726 8.99984 9.05663 9.10532C8.986 9.21173 8.95068 9.33557 8.95068 9.47683V15.7276C8.95068 18.5763 9.75116 21.1661 11.3521 23.4969C12.953 25.8277 14.9778 27.3815 17.4263 28.1584Z" fill="#616376"/>
7
+ </g>
8
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.9511 22.8583C21.6895 22.8583 25.5307 19.0171 25.5307 14.2788C25.5307 9.54042 21.6895 5.69922 16.9511 5.69922C12.2128 5.69922 8.37158 9.54042 8.37158 14.2788C8.37158 19.0171 12.2128 22.8583 16.9511 22.8583ZM16.9511 24.2709C22.4697 24.2709 26.9433 19.7973 26.9433 14.2788C26.9433 8.76026 22.4697 4.28662 16.9511 4.28662C11.4326 4.28662 6.95898 8.76026 6.95898 14.2788C6.95898 19.7973 11.4326 24.2709 16.9511 24.2709Z" fill="#616376"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5494 20.0175C23.9266 19.9181 24.3129 20.1434 24.4123 20.5206L26.0886 26.8845C26.1509 27.121 26.0864 27.3728 25.9182 27.5503C25.75 27.7277 25.502 27.8056 25.2625 27.7561L21.6291 27.0046L18.9557 29.4421C18.7775 29.6045 18.5288 29.6649 18.296 29.6021C18.0632 29.5394 17.8784 29.3622 17.8061 29.1322L16.1348 23.822C16.0177 23.45 16.2244 23.0534 16.5965 22.9363C16.9686 22.8192 17.3651 23.0259 17.4822 23.398L18.8214 27.6529L20.9435 25.718C21.1107 25.5656 21.3408 25.5025 21.5624 25.5483L24.4322 26.1418L23.0463 20.8804C22.9469 20.5032 23.1721 20.1169 23.5494 20.0175Z" fill="#616376"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2852 20.2502C9.91468 20.1282 9.5154 20.3296 9.39337 20.7001L7.40572 26.7348C7.32791 26.9711 7.38011 27.2309 7.54314 27.4187C7.70618 27.6066 7.95602 27.6949 8.20088 27.6511L12.1062 26.9528L15.0341 29.4785C15.2127 29.6325 15.4563 29.6873 15.6836 29.6245C15.9109 29.5617 16.0919 29.3896 16.166 29.1657L17.7221 24.466C17.8447 24.0957 17.6439 23.6961 17.2736 23.5735C16.9033 23.4509 16.5037 23.6517 16.3811 24.022L15.157 27.7189L12.7743 25.6636C12.6132 25.5246 12.398 25.4657 12.1886 25.5031L9.11784 26.0521L10.7351 21.142C10.8571 20.7715 10.6557 20.3722 10.2852 20.2502Z" fill="#616376"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5174 8.96471C11.6365 8.72379 11.8819 8.57129 12.1507 8.57129H21.8809C22.157 8.57129 22.4077 8.73213 22.5228 8.98305L24.2322 12.7087C24.3458 12.9562 24.3069 13.247 24.1323 13.456L17.6894 21.1699C17.5575 21.3277 17.3633 21.4203 17.1576 21.4233C16.952 21.4263 16.7552 21.3395 16.6187 21.1856L9.78127 13.4717C9.59075 13.2568 9.54937 12.9479 9.67661 12.6904L11.5174 8.96471ZM12.5895 9.98389L11.4466 12.2969H13.3774L14.5203 9.98389H12.5895ZM16.0959 9.98389L14.953 12.2969H19.0983L17.901 9.98389H16.0959ZM19.4916 9.98389L20.6889 12.2969H22.4891L21.4279 9.98389H19.4916ZM22.0801 13.7095H17.7541L17.8264 18.8022L22.0801 13.7095ZM16.414 18.8251L16.3414 13.7095H11.8797L16.414 18.8251Z" fill="#616376"/>
6
- </svg>
1
+ <svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.9511 22.8583C21.6895 22.8583 25.5307 19.0171 25.5307 14.2788C25.5307 9.54042 21.6895 5.69922 16.9511 5.69922C12.2128 5.69922 8.37158 9.54042 8.37158 14.2788C8.37158 19.0171 12.2128 22.8583 16.9511 22.8583ZM16.9511 24.2709C22.4697 24.2709 26.9433 19.7973 26.9433 14.2788C26.9433 8.76026 22.4697 4.28662 16.9511 4.28662C11.4326 4.28662 6.95898 8.76026 6.95898 14.2788C6.95898 19.7973 11.4326 24.2709 16.9511 24.2709Z" fill="#616376"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5494 20.0175C23.9266 19.9181 24.3129 20.1434 24.4123 20.5206L26.0886 26.8845C26.1509 27.121 26.0864 27.3728 25.9182 27.5503C25.75 27.7277 25.502 27.8056 25.2625 27.7561L21.6291 27.0046L18.9557 29.4421C18.7775 29.6045 18.5288 29.6649 18.296 29.6021C18.0632 29.5394 17.8784 29.3622 17.8061 29.1322L16.1348 23.822C16.0177 23.45 16.2244 23.0534 16.5965 22.9363C16.9686 22.8192 17.3651 23.0259 17.4822 23.398L18.8214 27.6529L20.9435 25.718C21.1107 25.5656 21.3408 25.5025 21.5624 25.5483L24.4322 26.1418L23.0463 20.8804C22.9469 20.5032 23.1721 20.1169 23.5494 20.0175Z" fill="#616376"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2852 20.2502C9.91468 20.1282 9.5154 20.3296 9.39337 20.7001L7.40572 26.7348C7.32791 26.9711 7.38011 27.2309 7.54314 27.4187C7.70618 27.6066 7.95602 27.6949 8.20088 27.6511L12.1062 26.9528L15.0341 29.4785C15.2127 29.6325 15.4563 29.6873 15.6836 29.6245C15.9109 29.5617 16.0919 29.3896 16.166 29.1657L17.7221 24.466C17.8447 24.0957 17.6439 23.6961 17.2736 23.5735C16.9033 23.4509 16.5037 23.6517 16.3811 24.022L15.157 27.7189L12.7743 25.6636C12.6132 25.5246 12.398 25.4657 12.1886 25.5031L9.11784 26.0521L10.7351 21.142C10.8571 20.7715 10.6557 20.3722 10.2852 20.2502Z" fill="#616376"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5174 8.96471C11.6365 8.72379 11.8819 8.57129 12.1507 8.57129H21.8809C22.157 8.57129 22.4077 8.73213 22.5228 8.98305L24.2322 12.7087C24.3458 12.9562 24.3069 13.247 24.1323 13.456L17.6894 21.1699C17.5575 21.3277 17.3633 21.4203 17.1576 21.4233C16.952 21.4263 16.7552 21.3395 16.6187 21.1856L9.78127 13.4717C9.59075 13.2568 9.54937 12.9479 9.67661 12.6904L11.5174 8.96471ZM12.5895 9.98389L11.4466 12.2969H13.3774L14.5203 9.98389H12.5895ZM16.0959 9.98389L14.953 12.2969H19.0983L17.901 9.98389H16.0959ZM19.4916 9.98389L20.6889 12.2969H22.4891L21.4279 9.98389H19.4916ZM22.0801 13.7095H17.7541L17.8264 18.8022L22.0801 13.7095ZM16.414 18.8251L16.3414 13.7095H11.8797L16.414 18.8251Z" fill="#616376"/>
6
+ </svg>
@@ -1,9 +1,9 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.92942 20.331C8.53991 20.3098 8.207 20.6084 8.18582 20.9979C8.05163 23.4663 8.19731 25.7843 8.39189 27.5187C8.53509 28.7951 9.62923 29.7049 10.8755 29.7049H11.3481C12.4872 29.7049 13.4385 28.9008 13.6654 27.8293H20.0871C20.4771 27.8293 20.7934 27.5131 20.7934 27.123C20.7934 26.733 20.4771 26.4167 20.0871 26.4167H13.2236C12.7159 26.4167 12.3042 26.8284 12.3042 27.3362C12.3042 27.8642 11.8762 28.2923 11.3481 28.2923H10.8755C10.3099 28.2923 9.85447 27.8852 9.79568 27.3612C9.60734 25.6824 9.46745 23.4454 9.59634 21.0746C9.61751 20.685 9.31892 20.3521 8.92942 20.331Z" fill="#616376"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3344 8.79187C17.3344 8.40179 17.6507 8.08557 18.0407 8.08557L24.5075 8.08557C25.4796 8.08557 26.2314 8.14283 26.7841 8.42121C27.426 8.74452 27.682 9.29357 27.8622 9.85066L27.8734 9.88533L27.881 9.92096L29.1772 16.0075C30.181 19.6356 29.9847 24.5343 29.666 27.5153C29.5291 28.7955 28.4346 29.7047 27.1886 29.7047H26.716C25.5769 29.7047 24.6256 28.9007 24.3987 27.8292H17.977C17.5869 27.8292 17.2707 27.513 17.2707 27.1229C17.2707 26.7328 17.5869 26.4166 17.977 26.4166H24.8404C25.3482 26.4166 25.7599 26.8282 25.7599 27.336C25.7599 27.8641 26.1879 28.2921 26.716 28.2921H27.1886C27.7544 28.2921 28.2057 27.8865 28.2614 27.3651C28.5771 24.4124 28.7456 19.7244 27.8104 16.365L27.8046 16.344L27.8001 16.3227L26.5072 10.252C26.3673 9.83021 26.2702 9.74405 26.1486 9.68282C25.9347 9.57507 25.5082 9.49817 24.5075 9.49817H18.0407C17.6507 9.49817 17.3344 9.18195 17.3344 8.79187Z" fill="#616376"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3951 17.3851C22.3807 17.3506 25.3623 16.9025 28.249 16.0397L28.6535 17.3931C25.3962 18.3667 22.0236 18.8345 18.6553 18.7978C18.6552 18.5275 19.0701 18.032 19.3951 17.3851Z" fill="#616376"/>
5
- <path d="M26.8124 21.2589C26.8124 22.0234 26.1927 22.6432 25.4282 22.6432C24.6637 22.6432 24.0439 22.0234 24.0439 21.2589C24.0439 20.4944 24.6637 19.8747 25.4282 19.8747C26.1927 19.8747 26.8124 20.4944 26.8124 21.2589Z" fill="#616376"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.801 15.4174C21.0269 13.6729 20.684 11.902 19.8233 10.3678C18.9626 8.83364 17.63 7.61803 16.0234 6.90154C14.9982 6.44433 13.8963 6.20593 12.7871 6.19325C12.8376 6.13553 12.8852 6.08095 12.93 6.02964C13.0867 5.84983 13.2077 5.71001 13.2897 5.61495L13.383 5.5065L13.4147 5.46946C13.668 5.17282 13.6335 4.72627 13.3369 4.47296C13.0402 4.21965 12.5944 4.25478 12.3411 4.55143L12.3109 4.58665L12.2199 4.69244C12.1395 4.7857 12.0201 4.92362 11.8651 5.10145C11.5551 5.45712 11.1025 5.97239 10.5333 6.60928C10.2762 6.89692 10.2975 7.33761 10.5811 7.59913C11.0785 8.05781 11.6058 8.54456 12.0087 8.91667L12.6893 9.54538L13.1695 9.02739L13.6488 8.50864L12.9671 7.8789C12.8743 7.79322 12.7749 7.70146 12.6708 7.60536C13.6221 7.60214 14.5692 7.7997 15.448 8.19166C16.777 8.78434 17.8794 9.78989 18.5913 11.059C19.3033 12.328 19.587 13.7929 19.4001 15.236C19.2133 16.6791 18.5659 18.0234 17.5542 19.0693C16.5424 20.1152 15.2203 20.8069 13.7842 21.0415C12.3481 21.2762 10.8747 21.0413 9.58265 20.3719C8.29064 19.7024 7.24904 18.6341 6.61257 17.3255C5.97609 16.0169 5.7787 14.538 6.0497 13.1083C6.12235 12.725 5.87055 12.3554 5.4873 12.2828C5.10404 12.2101 4.73446 12.4619 4.66182 12.8452C4.3342 14.5735 4.57283 16.3614 5.34226 17.9434C6.11169 19.5253 7.37087 20.8168 8.93277 21.6261C10.4947 22.4354 12.2759 22.7193 14.012 22.4356C15.7481 22.1519 17.3464 21.3158 18.5695 20.0515C19.7925 18.7871 20.5751 17.162 20.801 15.4174ZM13.1695 9.02739L13.6488 8.50864C13.9353 8.77338 13.9529 9.22025 13.6882 9.50674C13.4235 9.79322 12.9758 9.81011 12.6893 9.54538L13.1695 9.02739Z" fill="#616376"/>
7
- <path d="M9.87685 17.9721C9.68002 17.9721 9.51833 17.9123 9.3918 17.7928C9.26526 17.6663 9.20199 17.5117 9.20199 17.3289V12.0144L9.34962 12.2464L8.57986 12.8158C8.48145 12.8931 8.35843 12.9318 8.2108 12.9318C8.04209 12.9318 7.89446 12.8685 7.76793 12.742C7.64139 12.6154 7.57812 12.4643 7.57812 12.2886C7.57812 12.0636 7.68709 11.8808 7.90501 11.7402L9.42343 10.728C9.49373 10.6788 9.57105 10.6436 9.65541 10.6225C9.7468 10.6014 9.83115 10.5909 9.90848 10.5909C10.1123 10.5909 10.274 10.6541 10.3935 10.7807C10.513 10.9002 10.5728 11.0513 10.5728 11.2341V17.3289C10.5728 17.5117 10.506 17.6663 10.3724 17.7928C10.2459 17.9123 10.0807 17.9721 9.87685 17.9721Z" fill="#616376"/>
8
- <path d="M15.5675 17.9721C15.3917 17.9721 15.2441 17.9123 15.1246 17.7928C15.0051 17.6663 14.9453 17.5117 14.9453 17.3289V12.3729L15.1668 12.4256L13.1317 14.9458L13.0789 14.8087H16.8117C16.9804 14.8087 17.121 14.865 17.2335 14.9774C17.346 15.0899 17.4022 15.2305 17.4022 15.3992C17.4022 15.5609 17.346 15.698 17.2335 15.8105C17.121 15.9159 16.9804 15.9686 16.8117 15.9686H12.2037C12.0561 15.9686 11.912 15.9089 11.7714 15.7894C11.6379 15.6699 11.5711 15.5222 11.5711 15.3465C11.5711 15.1918 11.6238 15.0512 11.7292 14.9247L15.0613 10.844C15.1176 10.7666 15.1914 10.7069 15.2828 10.6647C15.3742 10.6155 15.4761 10.5909 15.5886 10.5909C15.7713 10.5909 15.919 10.6541 16.0314 10.7807C16.1509 10.9002 16.2107 11.0513 16.2107 11.2341V17.3289C16.2107 17.5117 16.1474 17.6663 16.0209 17.7928C15.9014 17.9123 15.7502 17.9721 15.5675 17.9721Z" fill="#616376"/>
9
- </svg>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.92942 20.331C8.53991 20.3098 8.207 20.6084 8.18582 20.9979C8.05163 23.4663 8.19731 25.7843 8.39189 27.5187C8.53509 28.7951 9.62923 29.7049 10.8755 29.7049H11.3481C12.4872 29.7049 13.4385 28.9008 13.6654 27.8293H20.0871C20.4771 27.8293 20.7934 27.5131 20.7934 27.123C20.7934 26.733 20.4771 26.4167 20.0871 26.4167H13.2236C12.7159 26.4167 12.3042 26.8284 12.3042 27.3362C12.3042 27.8642 11.8762 28.2923 11.3481 28.2923H10.8755C10.3099 28.2923 9.85447 27.8852 9.79568 27.3612C9.60734 25.6824 9.46745 23.4454 9.59634 21.0746C9.61751 20.685 9.31892 20.3521 8.92942 20.331Z" fill="#616376"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3344 8.79187C17.3344 8.40179 17.6507 8.08557 18.0407 8.08557L24.5075 8.08557C25.4796 8.08557 26.2314 8.14283 26.7841 8.42121C27.426 8.74452 27.682 9.29357 27.8622 9.85066L27.8734 9.88533L27.881 9.92096L29.1772 16.0075C30.181 19.6356 29.9847 24.5343 29.666 27.5153C29.5291 28.7955 28.4346 29.7047 27.1886 29.7047H26.716C25.5769 29.7047 24.6256 28.9007 24.3987 27.8292H17.977C17.5869 27.8292 17.2707 27.513 17.2707 27.1229C17.2707 26.7328 17.5869 26.4166 17.977 26.4166H24.8404C25.3482 26.4166 25.7599 26.8282 25.7599 27.336C25.7599 27.8641 26.1879 28.2921 26.716 28.2921H27.1886C27.7544 28.2921 28.2057 27.8865 28.2614 27.3651C28.5771 24.4124 28.7456 19.7244 27.8104 16.365L27.8046 16.344L27.8001 16.3227L26.5072 10.252C26.3673 9.83021 26.2702 9.74405 26.1486 9.68282C25.9347 9.57507 25.5082 9.49817 24.5075 9.49817H18.0407C17.6507 9.49817 17.3344 9.18195 17.3344 8.79187Z" fill="#616376"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3951 17.3851C22.3807 17.3506 25.3623 16.9025 28.249 16.0397L28.6535 17.3931C25.3962 18.3667 22.0236 18.8345 18.6553 18.7978C18.6552 18.5275 19.0701 18.032 19.3951 17.3851Z" fill="#616376"/>
5
+ <path d="M26.8124 21.2589C26.8124 22.0234 26.1927 22.6432 25.4282 22.6432C24.6637 22.6432 24.0439 22.0234 24.0439 21.2589C24.0439 20.4944 24.6637 19.8747 25.4282 19.8747C26.1927 19.8747 26.8124 20.4944 26.8124 21.2589Z" fill="#616376"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.801 15.4174C21.0269 13.6729 20.684 11.902 19.8233 10.3678C18.9626 8.83364 17.63 7.61803 16.0234 6.90154C14.9982 6.44433 13.8963 6.20593 12.7871 6.19325C12.8376 6.13553 12.8852 6.08095 12.93 6.02964C13.0867 5.84983 13.2077 5.71001 13.2897 5.61495L13.383 5.5065L13.4147 5.46946C13.668 5.17282 13.6335 4.72627 13.3369 4.47296C13.0402 4.21965 12.5944 4.25478 12.3411 4.55143L12.3109 4.58665L12.2199 4.69244C12.1395 4.7857 12.0201 4.92362 11.8651 5.10145C11.5551 5.45712 11.1025 5.97239 10.5333 6.60928C10.2762 6.89692 10.2975 7.33761 10.5811 7.59913C11.0785 8.05781 11.6058 8.54456 12.0087 8.91667L12.6893 9.54538L13.1695 9.02739L13.6488 8.50864L12.9671 7.8789C12.8743 7.79322 12.7749 7.70146 12.6708 7.60536C13.6221 7.60214 14.5692 7.7997 15.448 8.19166C16.777 8.78434 17.8794 9.78989 18.5913 11.059C19.3033 12.328 19.587 13.7929 19.4001 15.236C19.2133 16.6791 18.5659 18.0234 17.5542 19.0693C16.5424 20.1152 15.2203 20.8069 13.7842 21.0415C12.3481 21.2762 10.8747 21.0413 9.58265 20.3719C8.29064 19.7024 7.24904 18.6341 6.61257 17.3255C5.97609 16.0169 5.7787 14.538 6.0497 13.1083C6.12235 12.725 5.87055 12.3554 5.4873 12.2828C5.10404 12.2101 4.73446 12.4619 4.66182 12.8452C4.3342 14.5735 4.57283 16.3614 5.34226 17.9434C6.11169 19.5253 7.37087 20.8168 8.93277 21.6261C10.4947 22.4354 12.2759 22.7193 14.012 22.4356C15.7481 22.1519 17.3464 21.3158 18.5695 20.0515C19.7925 18.7871 20.5751 17.162 20.801 15.4174ZM13.1695 9.02739L13.6488 8.50864C13.9353 8.77338 13.9529 9.22025 13.6882 9.50674C13.4235 9.79322 12.9758 9.81011 12.6893 9.54538L13.1695 9.02739Z" fill="#616376"/>
7
+ <path d="M9.87685 17.9721C9.68002 17.9721 9.51833 17.9123 9.3918 17.7928C9.26526 17.6663 9.20199 17.5117 9.20199 17.3289V12.0144L9.34962 12.2464L8.57986 12.8158C8.48145 12.8931 8.35843 12.9318 8.2108 12.9318C8.04209 12.9318 7.89446 12.8685 7.76793 12.742C7.64139 12.6154 7.57812 12.4643 7.57812 12.2886C7.57812 12.0636 7.68709 11.8808 7.90501 11.7402L9.42343 10.728C9.49373 10.6788 9.57105 10.6436 9.65541 10.6225C9.7468 10.6014 9.83115 10.5909 9.90848 10.5909C10.1123 10.5909 10.274 10.6541 10.3935 10.7807C10.513 10.9002 10.5728 11.0513 10.5728 11.2341V17.3289C10.5728 17.5117 10.506 17.6663 10.3724 17.7928C10.2459 17.9123 10.0807 17.9721 9.87685 17.9721Z" fill="#616376"/>
8
+ <path d="M15.5675 17.9721C15.3917 17.9721 15.2441 17.9123 15.1246 17.7928C15.0051 17.6663 14.9453 17.5117 14.9453 17.3289V12.3729L15.1668 12.4256L13.1317 14.9458L13.0789 14.8087H16.8117C16.9804 14.8087 17.121 14.865 17.2335 14.9774C17.346 15.0899 17.4022 15.2305 17.4022 15.3992C17.4022 15.5609 17.346 15.698 17.2335 15.8105C17.121 15.9159 16.9804 15.9686 16.8117 15.9686H12.2037C12.0561 15.9686 11.912 15.9089 11.7714 15.7894C11.6379 15.6699 11.5711 15.5222 11.5711 15.3465C11.5711 15.1918 11.6238 15.0512 11.7292 14.9247L15.0613 10.844C15.1176 10.7666 15.1914 10.7069 15.2828 10.6647C15.3742 10.6155 15.4761 10.5909 15.5886 10.5909C15.7713 10.5909 15.919 10.6541 16.0314 10.7807C16.1509 10.9002 16.2107 11.0513 16.2107 11.2341V17.3289C16.2107 17.5117 16.1474 17.6663 16.0209 17.7928C15.9014 17.9123 15.7502 17.9721 15.5675 17.9721Z" fill="#616376"/>
9
+ </svg>
@@ -1,16 +1,16 @@
1
- <svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M9.93617 17.7719C9.47267 16.9747 8.83162 15.9052 8.51604 15.3802L7.94404 14.4177L7.52986 15.1372C7.30302 15.5261 6.98744 16.0414 6.83948 16.2844C6.69156 16.5275 6.26748 17.2372 5.89276 17.8789C5.52786 18.5109 5.1531 19.0553 5.07419 19.0845C4.83749 19.172 4.66984 18.9775 3.9795 17.7914L3.29903 16.6247L1.6422 16.5761C0.172758 16.5372 -0.0146217 16.508 -0.0442134 16.3622C-0.0639413 16.265 0.547518 15.0983 1.3069 13.7663C2.07615 12.4344 2.69744 11.3066 2.69744 11.2482C2.69744 11.1996 2.6087 11.083 2.50019 10.9858C2.27339 10.7816 2.25366 10.4899 2.41145 9.43018L2.52978 8.68157L2.1353 8.28292C0.971597 7.06765 0.951869 6.89265 1.8789 5.89122L2.52978 5.18152L2.42132 4.25787C2.25366 2.85786 2.31281 2.78981 3.78226 2.5273C4.24579 2.44951 4.65998 2.32312 4.69943 2.25508C4.73889 2.19673 4.98545 1.78842 5.24184 1.36063C5.82371 0.378675 5.96177 0.349503 7.18465 0.923115L8.03281 1.31202L8.94012 0.913379C10.163 0.36894 10.2715 0.407848 10.8928 1.55507C11.1492 2.03147 11.4451 2.44951 11.5535 2.48842C11.6522 2.5273 12.0762 2.61481 12.4904 2.67312C13.1413 2.78008 13.2893 2.83842 13.5062 3.09121C13.6344 3.24677 13.733 3.45094 13.7035 3.53843C13.6838 3.62594 13.6048 4.05373 13.5457 4.49121L13.4273 5.29817L14.0782 5.97874C15.0447 6.98987 15.0447 7.07735 13.9796 8.20514L13.4273 8.79822L13.4964 9.3621C13.5259 9.66349 13.5851 10.0621 13.6147 10.2468C13.664 10.5774 13.4865 11.1316 13.3386 11.1316C13.2893 11.1316 13.2498 11.1802 13.2498 11.2385C13.2498 11.2969 13.881 12.4344 14.6502 13.7761C15.7646 15.7108 16.0211 16.2358 15.9421 16.3719C15.8633 16.4983 15.5871 16.5372 14.2262 16.5761L12.6186 16.6247L11.9579 17.7914C11.2182 19.0845 11.1394 19.2011 10.9322 19.2011C10.8533 19.2011 10.4096 18.5595 9.93617 17.7719ZM11.662 16.9456L12.234 15.9442L13.6246 15.915C14.3938 15.9052 15.025 15.8761 15.025 15.8566C15.025 15.8178 13.8613 13.7858 13.1315 12.5413L12.5003 11.4719L12.0171 11.501C11.5141 11.5399 11.1788 11.6566 11.1788 11.8024C11.1788 11.9871 10.3602 13.2802 10.1926 13.3677C9.88688 13.5233 9.68964 13.4844 8.79219 13.0566C8.30893 12.833 7.90458 12.6774 7.86516 12.7066C7.83557 12.7358 8.17087 13.3677 8.60481 14.1066C9.03872 14.8552 9.74879 16.0608 10.163 16.79C10.5871 17.5192 10.9717 18.0831 11.021 18.0345C11.0604 17.9956 11.3563 17.4997 11.662 16.9456ZM6.30694 15.8372L7.51999 13.7372L7.36217 13.4261C7.28329 13.2608 7.19452 13.1052 7.17479 13.0858C7.1551 13.0663 6.86908 13.1538 6.54364 13.2705C5.95191 13.4941 5.93218 13.4941 5.68565 13.3094C5.55742 13.2122 5.25171 12.7649 5.03473 12.3371L4.62055 11.5496L4.04855 11.4524C3.38777 11.3455 3.53573 11.2094 2.72703 12.6385C2.45091 13.1247 1.93805 14.0288 1.57316 14.6511C1.21813 15.2733 0.922277 15.808 0.922277 15.8372C0.922277 15.8664 1.55343 15.9052 2.32268 15.915L3.72311 15.9442L4.12743 16.6247C4.82763 17.84 4.97559 18.0636 5.03473 18.0053C5.06433 17.9664 5.63633 16.9942 6.30694 15.8372ZM8.17087 12.0066C8.29907 12.0552 8.72315 12.2497 9.10777 12.4441C9.67977 12.7261 9.84742 12.7747 9.90657 12.6677C9.95589 12.5997 10.1729 12.2302 10.38 11.851C10.5969 11.4719 10.8336 11.1218 10.9027 11.0635C10.9717 10.9955 11.4549 10.8788 11.9678 10.7913C12.4806 10.7038 12.9145 10.626 12.9244 10.6066C12.9342 10.5968 12.8849 10.1788 12.8159 9.67323C12.6581 8.56488 12.6778 8.51627 13.5358 7.68987L14.1275 7.11626L13.4372 6.34818C12.6877 5.50234 12.6877 5.52178 12.8948 4.29678C12.9638 3.87873 12.9934 3.52869 12.9638 3.50925C12.9342 3.48982 12.5299 3.4023 12.0664 3.30508C11.6029 3.2176 11.1591 3.13008 11.0703 3.10091C10.9914 3.08147 10.7054 2.66342 10.449 2.18703C10.1926 1.7009 9.9263 1.31202 9.85729 1.31202C9.78824 1.31202 9.34447 1.48703 8.87107 1.71064L8.02295 2.09951L7.06632 1.65229C6.54364 1.40924 6.10969 1.22451 6.09983 1.23424C6.08996 1.25368 5.88289 1.61342 5.65606 2.0412C5.41936 2.46898 5.1531 2.8676 5.07419 2.93564C4.98545 2.99399 4.48246 3.12038 3.94991 3.2176C3.22012 3.34399 2.99332 3.42177 3.03274 3.51899C3.06233 3.59677 3.12152 4.06343 3.15111 4.569L3.22012 5.48291L2.55938 6.18291C2.20434 6.57179 1.9085 6.93152 1.9085 6.97043C1.9085 7.00931 2.20434 7.35931 2.55938 7.74822L3.21026 8.44822L3.13138 9.12879C3.09192 9.50796 3.05247 9.99406 3.05247 10.208L3.0426 10.5968L3.93018 10.7524C4.42331 10.8399 4.88681 10.9371 4.97558 10.976C5.06433 11.0149 5.29116 11.3358 5.47854 11.6955C5.66592 12.0552 5.87303 12.4441 5.93218 12.5608C6.05054 12.7649 6.05054 12.7649 6.99727 12.3469C7.72706 12.0163 8.00322 11.9385 8.17087 12.0066Z" fill="#757575"/>
4
- <path d="M6.83895 9.57816C6.23652 8.8825 5.48591 8.03984 5.17976 7.69689C4.87356 7.35396 4.58716 7.00123 4.53777 6.90325C4.4785 6.77587 4.60692 6.50153 5.04146 5.81565L5.61429 4.8946L8.00438 4.8652L10.3846 4.84561L10.9772 5.79602L11.5697 6.74647L11.392 7.00123C11.2932 7.13838 10.908 7.57932 10.5327 7.99085C10.1673 8.41216 9.46608 9.20583 8.97228 9.77411C8.48831 10.3424 8.05377 10.8127 8.01426 10.8127C7.97475 10.8225 7.4513 10.264 6.83895 9.57816ZM8.85374 8.47097L9.28831 6.95224L10.0982 6.92284C10.6907 6.90325 10.8982 6.86404 10.8982 6.76606C10.8982 6.57988 10.671 6.5113 10.0982 6.5113C9.83151 6.5113 9.61422 6.4819 9.61422 6.44273C9.61422 6.39374 9.77224 6.11939 9.95989 5.82542C10.276 5.33554 10.2957 5.28655 10.1475 5.13955C10.0488 5.05138 9.96977 5.03179 9.95002 5.10037C9.92038 5.15917 9.74261 5.46291 9.54511 5.77644L9.18956 6.34475L8.98215 6.08999C8.86362 5.9528 8.64636 5.65887 8.49819 5.44329C8.29078 5.13955 8.15252 5.04157 7.95499 5.04157C7.73774 5.04157 7.62908 5.14936 7.30316 5.67846C7.09575 6.03119 6.89822 6.31535 6.85871 6.31535C6.81923 6.31535 6.60195 6.03119 6.37478 5.67846C6.14762 5.32572 5.92049 5.04157 5.87109 5.04157C5.63405 5.04157 5.68344 5.27673 6.04887 5.84501L6.44393 6.46232L5.63405 6.5113C5.00198 6.55052 4.82421 6.58969 4.82421 6.70726C4.82421 6.82486 5.01186 6.86404 5.77231 6.88363L6.73033 6.91303L7.14515 8.39258C7.37231 9.20583 7.64883 9.9995 7.76734 10.1562L7.97475 10.4306L8.19203 10.215C8.34017 10.0681 8.56734 9.47037 8.85374 8.47097Z" fill="#757575"/>
5
- <path d="M7.73794 9.13669C7.43179 8.1177 7.13547 6.97129 7.18487 6.93208C7.20462 6.91249 7.59968 6.90272 8.05398 6.9223L8.89349 6.9517L8.46879 8.36264C8.23175 9.13669 8.02434 9.78339 8.00462 9.81279C7.97499 9.83238 7.85645 9.52863 7.73794 9.13669Z" fill="#757575"/>
6
- <path d="M7.56053 6.00172C7.74818 5.72738 7.93584 5.48244 7.98523 5.46285C8.0741 5.44322 8.72596 6.32506 8.72596 6.46225C8.72596 6.49165 8.39017 6.51124 7.98523 6.51124H7.23462L7.56053 6.00172Z" fill="#757575"/>
7
- <path d="M6.72119 3.88496C6.37552 3.53222 6.25698 3.27747 6.44463 3.27747C6.53354 3.27747 7.34338 4.11031 7.34338 4.20832C7.34338 4.36507 7.03722 4.20832 6.72119 3.88496Z" fill="#757575"/>
8
- <path d="M8.72559 4.17868C8.72559 4.04149 9.57498 3.26741 9.64409 3.3458C9.68361 3.38501 9.52559 3.60056 9.29842 3.83573C8.89348 4.23745 8.72559 4.34524 8.72559 4.17868Z" fill="#757575"/>
9
- <path d="M7.9353 3.32637C7.9353 2.96386 7.97478 2.68951 8.03405 2.68951C8.09332 2.68951 8.1328 2.96386 8.1328 3.32637C8.1328 3.68892 8.09332 3.96326 8.03405 3.96326C7.97478 3.96326 7.9353 3.68892 7.9353 3.32637Z" fill="#757575"/>
10
- </g>
11
- <defs>
12
- <clipPath id="clip0">
13
- <rect width="16" height="19.6923" fill="white"/>
14
- </clipPath>
15
- </defs>
16
- </svg>
1
+ <svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M9.93617 17.7719C9.47267 16.9747 8.83162 15.9052 8.51604 15.3802L7.94404 14.4177L7.52986 15.1372C7.30302 15.5261 6.98744 16.0414 6.83948 16.2844C6.69156 16.5275 6.26748 17.2372 5.89276 17.8789C5.52786 18.5109 5.1531 19.0553 5.07419 19.0845C4.83749 19.172 4.66984 18.9775 3.9795 17.7914L3.29903 16.6247L1.6422 16.5761C0.172758 16.5372 -0.0146217 16.508 -0.0442134 16.3622C-0.0639413 16.265 0.547518 15.0983 1.3069 13.7663C2.07615 12.4344 2.69744 11.3066 2.69744 11.2482C2.69744 11.1996 2.6087 11.083 2.50019 10.9858C2.27339 10.7816 2.25366 10.4899 2.41145 9.43018L2.52978 8.68157L2.1353 8.28292C0.971597 7.06765 0.951869 6.89265 1.8789 5.89122L2.52978 5.18152L2.42132 4.25787C2.25366 2.85786 2.31281 2.78981 3.78226 2.5273C4.24579 2.44951 4.65998 2.32312 4.69943 2.25508C4.73889 2.19673 4.98545 1.78842 5.24184 1.36063C5.82371 0.378675 5.96177 0.349503 7.18465 0.923115L8.03281 1.31202L8.94012 0.913379C10.163 0.36894 10.2715 0.407848 10.8928 1.55507C11.1492 2.03147 11.4451 2.44951 11.5535 2.48842C11.6522 2.5273 12.0762 2.61481 12.4904 2.67312C13.1413 2.78008 13.2893 2.83842 13.5062 3.09121C13.6344 3.24677 13.733 3.45094 13.7035 3.53843C13.6838 3.62594 13.6048 4.05373 13.5457 4.49121L13.4273 5.29817L14.0782 5.97874C15.0447 6.98987 15.0447 7.07735 13.9796 8.20514L13.4273 8.79822L13.4964 9.3621C13.5259 9.66349 13.5851 10.0621 13.6147 10.2468C13.664 10.5774 13.4865 11.1316 13.3386 11.1316C13.2893 11.1316 13.2498 11.1802 13.2498 11.2385C13.2498 11.2969 13.881 12.4344 14.6502 13.7761C15.7646 15.7108 16.0211 16.2358 15.9421 16.3719C15.8633 16.4983 15.5871 16.5372 14.2262 16.5761L12.6186 16.6247L11.9579 17.7914C11.2182 19.0845 11.1394 19.2011 10.9322 19.2011C10.8533 19.2011 10.4096 18.5595 9.93617 17.7719ZM11.662 16.9456L12.234 15.9442L13.6246 15.915C14.3938 15.9052 15.025 15.8761 15.025 15.8566C15.025 15.8178 13.8613 13.7858 13.1315 12.5413L12.5003 11.4719L12.0171 11.501C11.5141 11.5399 11.1788 11.6566 11.1788 11.8024C11.1788 11.9871 10.3602 13.2802 10.1926 13.3677C9.88688 13.5233 9.68964 13.4844 8.79219 13.0566C8.30893 12.833 7.90458 12.6774 7.86516 12.7066C7.83557 12.7358 8.17087 13.3677 8.60481 14.1066C9.03872 14.8552 9.74879 16.0608 10.163 16.79C10.5871 17.5192 10.9717 18.0831 11.021 18.0345C11.0604 17.9956 11.3563 17.4997 11.662 16.9456ZM6.30694 15.8372L7.51999 13.7372L7.36217 13.4261C7.28329 13.2608 7.19452 13.1052 7.17479 13.0858C7.1551 13.0663 6.86908 13.1538 6.54364 13.2705C5.95191 13.4941 5.93218 13.4941 5.68565 13.3094C5.55742 13.2122 5.25171 12.7649 5.03473 12.3371L4.62055 11.5496L4.04855 11.4524C3.38777 11.3455 3.53573 11.2094 2.72703 12.6385C2.45091 13.1247 1.93805 14.0288 1.57316 14.6511C1.21813 15.2733 0.922277 15.808 0.922277 15.8372C0.922277 15.8664 1.55343 15.9052 2.32268 15.915L3.72311 15.9442L4.12743 16.6247C4.82763 17.84 4.97559 18.0636 5.03473 18.0053C5.06433 17.9664 5.63633 16.9942 6.30694 15.8372ZM8.17087 12.0066C8.29907 12.0552 8.72315 12.2497 9.10777 12.4441C9.67977 12.7261 9.84742 12.7747 9.90657 12.6677C9.95589 12.5997 10.1729 12.2302 10.38 11.851C10.5969 11.4719 10.8336 11.1218 10.9027 11.0635C10.9717 10.9955 11.4549 10.8788 11.9678 10.7913C12.4806 10.7038 12.9145 10.626 12.9244 10.6066C12.9342 10.5968 12.8849 10.1788 12.8159 9.67323C12.6581 8.56488 12.6778 8.51627 13.5358 7.68987L14.1275 7.11626L13.4372 6.34818C12.6877 5.50234 12.6877 5.52178 12.8948 4.29678C12.9638 3.87873 12.9934 3.52869 12.9638 3.50925C12.9342 3.48982 12.5299 3.4023 12.0664 3.30508C11.6029 3.2176 11.1591 3.13008 11.0703 3.10091C10.9914 3.08147 10.7054 2.66342 10.449 2.18703C10.1926 1.7009 9.9263 1.31202 9.85729 1.31202C9.78824 1.31202 9.34447 1.48703 8.87107 1.71064L8.02295 2.09951L7.06632 1.65229C6.54364 1.40924 6.10969 1.22451 6.09983 1.23424C6.08996 1.25368 5.88289 1.61342 5.65606 2.0412C5.41936 2.46898 5.1531 2.8676 5.07419 2.93564C4.98545 2.99399 4.48246 3.12038 3.94991 3.2176C3.22012 3.34399 2.99332 3.42177 3.03274 3.51899C3.06233 3.59677 3.12152 4.06343 3.15111 4.569L3.22012 5.48291L2.55938 6.18291C2.20434 6.57179 1.9085 6.93152 1.9085 6.97043C1.9085 7.00931 2.20434 7.35931 2.55938 7.74822L3.21026 8.44822L3.13138 9.12879C3.09192 9.50796 3.05247 9.99406 3.05247 10.208L3.0426 10.5968L3.93018 10.7524C4.42331 10.8399 4.88681 10.9371 4.97558 10.976C5.06433 11.0149 5.29116 11.3358 5.47854 11.6955C5.66592 12.0552 5.87303 12.4441 5.93218 12.5608C6.05054 12.7649 6.05054 12.7649 6.99727 12.3469C7.72706 12.0163 8.00322 11.9385 8.17087 12.0066Z" fill="#757575"/>
4
+ <path d="M6.83895 9.57816C6.23652 8.8825 5.48591 8.03984 5.17976 7.69689C4.87356 7.35396 4.58716 7.00123 4.53777 6.90325C4.4785 6.77587 4.60692 6.50153 5.04146 5.81565L5.61429 4.8946L8.00438 4.8652L10.3846 4.84561L10.9772 5.79602L11.5697 6.74647L11.392 7.00123C11.2932 7.13838 10.908 7.57932 10.5327 7.99085C10.1673 8.41216 9.46608 9.20583 8.97228 9.77411C8.48831 10.3424 8.05377 10.8127 8.01426 10.8127C7.97475 10.8225 7.4513 10.264 6.83895 9.57816ZM8.85374 8.47097L9.28831 6.95224L10.0982 6.92284C10.6907 6.90325 10.8982 6.86404 10.8982 6.76606C10.8982 6.57988 10.671 6.5113 10.0982 6.5113C9.83151 6.5113 9.61422 6.4819 9.61422 6.44273C9.61422 6.39374 9.77224 6.11939 9.95989 5.82542C10.276 5.33554 10.2957 5.28655 10.1475 5.13955C10.0488 5.05138 9.96977 5.03179 9.95002 5.10037C9.92038 5.15917 9.74261 5.46291 9.54511 5.77644L9.18956 6.34475L8.98215 6.08999C8.86362 5.9528 8.64636 5.65887 8.49819 5.44329C8.29078 5.13955 8.15252 5.04157 7.95499 5.04157C7.73774 5.04157 7.62908 5.14936 7.30316 5.67846C7.09575 6.03119 6.89822 6.31535 6.85871 6.31535C6.81923 6.31535 6.60195 6.03119 6.37478 5.67846C6.14762 5.32572 5.92049 5.04157 5.87109 5.04157C5.63405 5.04157 5.68344 5.27673 6.04887 5.84501L6.44393 6.46232L5.63405 6.5113C5.00198 6.55052 4.82421 6.58969 4.82421 6.70726C4.82421 6.82486 5.01186 6.86404 5.77231 6.88363L6.73033 6.91303L7.14515 8.39258C7.37231 9.20583 7.64883 9.9995 7.76734 10.1562L7.97475 10.4306L8.19203 10.215C8.34017 10.0681 8.56734 9.47037 8.85374 8.47097Z" fill="#757575"/>
5
+ <path d="M7.73794 9.13669C7.43179 8.1177 7.13547 6.97129 7.18487 6.93208C7.20462 6.91249 7.59968 6.90272 8.05398 6.9223L8.89349 6.9517L8.46879 8.36264C8.23175 9.13669 8.02434 9.78339 8.00462 9.81279C7.97499 9.83238 7.85645 9.52863 7.73794 9.13669Z" fill="#757575"/>
6
+ <path d="M7.56053 6.00172C7.74818 5.72738 7.93584 5.48244 7.98523 5.46285C8.0741 5.44322 8.72596 6.32506 8.72596 6.46225C8.72596 6.49165 8.39017 6.51124 7.98523 6.51124H7.23462L7.56053 6.00172Z" fill="#757575"/>
7
+ <path d="M6.72119 3.88496C6.37552 3.53222 6.25698 3.27747 6.44463 3.27747C6.53354 3.27747 7.34338 4.11031 7.34338 4.20832C7.34338 4.36507 7.03722 4.20832 6.72119 3.88496Z" fill="#757575"/>
8
+ <path d="M8.72559 4.17868C8.72559 4.04149 9.57498 3.26741 9.64409 3.3458C9.68361 3.38501 9.52559 3.60056 9.29842 3.83573C8.89348 4.23745 8.72559 4.34524 8.72559 4.17868Z" fill="#757575"/>
9
+ <path d="M7.9353 3.32637C7.9353 2.96386 7.97478 2.68951 8.03405 2.68951C8.09332 2.68951 8.1328 2.96386 8.1328 3.32637C8.1328 3.68892 8.09332 3.96326 8.03405 3.96326C7.97478 3.96326 7.9353 3.68892 7.9353 3.32637Z" fill="#757575"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="clip0">
13
+ <rect width="16" height="19.6923" fill="white"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg width="30" height="14" viewBox="0 0 30 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M6.03073 13.8905C5.13046 13.7296 4.03341 13.3003 3.28815 12.8054C1.60083 11.6965 0.462095 9.9138 0.199726 7.96417C0.116253 7.34407 0.16399 5.63891 0.271306 5.46601C0.289148 5.44217 0.313042 5.3587 0.330884 5.27522C0.4442 4.66112 1.00462 3.4448 1.45178 2.8367C2.04799 2.0258 3.09141 1.14343 3.98573 0.696274C5.55973 -0.0907258 7.49741 -0.245778 9.19068 0.278906C11.0211 0.851275 12.5057 2.10927 13.3642 3.81448C13.6385 4.36896 13.8352 4.89959 13.9008 5.29312C13.9068 5.31696 13.9485 5.47791 13.9903 5.64486C14.0916 6.02049 14.1035 7.80317 14.0141 8.20264C13.9783 8.3517 13.9366 8.53654 13.9247 8.61996C13.8114 9.21022 13.3583 10.2179 12.8932 10.9094C12.6428 11.2851 11.9035 12.09 11.498 12.4179C10.878 12.9306 9.73326 13.509 8.92241 13.7236C8.72562 13.7713 8.51099 13.8309 8.44541 13.8488C8.29636 13.8905 6.22752 13.9263 6.03073 13.8905ZM8.84489 10.7664C9.1072 10.6948 9.4232 10.5756 9.54841 10.4981C9.73326 10.3788 9.76904 10.3311 9.75115 10.188C9.7392 10.0926 9.69152 9.93764 9.63783 9.83628C9.59015 9.74086 9.54841 9.63354 9.54841 9.5978C9.54841 9.56201 9.48283 9.46064 9.39936 9.36528C9.22647 9.18638 9.06547 9.18043 8.38578 9.35928C7.77768 9.52028 6.88931 9.46659 6.46004 9.24007C6.20962 9.10891 5.78031 8.6617 5.66704 8.41133L5.55973 8.1728L6.4481 8.14301C7.0622 8.12512 7.36031 8.08933 7.41399 8.0357C7.45573 7.99396 7.49741 7.79722 7.50341 7.58854C7.51531 7.0877 7.49147 7.0758 6.31099 7.0698H5.36894L5.38683 6.87901L5.40473 6.68228L6.40041 6.65249C6.94294 6.63459 7.41399 6.5988 7.44378 6.57496C7.46762 6.54517 7.49741 6.35438 7.50341 6.1397C7.52131 5.58522 7.50936 5.57927 6.47194 5.57927H5.60741L5.71473 5.39443C5.88768 5.09633 6.25731 4.75649 6.55541 4.61338C6.92504 4.44649 7.78362 4.41664 8.38578 4.5538C8.61831 4.60149 8.92241 4.64917 9.06547 4.64917C9.32189 4.65512 9.33973 4.64322 9.50668 4.35701C9.63783 4.13643 9.69152 3.98143 9.69152 3.7668C9.69747 3.48654 9.69152 3.46864 9.45899 3.34349C8.90452 3.05133 7.8492 2.91417 6.97278 3.02748C6.32289 3.11096 5.68494 3.39117 5.25568 3.7787C5.1722 3.85022 5.08873 3.90985 5.07083 3.90985C5.05294 3.90985 4.90983 4.07085 4.75483 4.26759C4.48057 4.61338 4.12283 5.30501 4.12283 5.48985C4.12283 5.56138 4.03341 5.57927 3.66378 5.57927C3.40741 5.57927 3.16294 5.60312 3.1212 5.63296C3.00794 5.70449 2.93636 6.08012 2.99004 6.33049C3.04967 6.5988 3.06157 6.61075 3.30004 6.62264C3.9261 6.65249 3.88436 6.63459 3.88436 6.86117V7.0698H3.50278C3.03773 7.0698 2.9841 7.12943 2.9781 7.57659C2.97215 8.0357 3.04967 8.10722 3.61604 8.13106C4.05725 8.15496 4.05725 8.15496 4.09899 8.34575C4.11689 8.44707 4.15862 8.56038 4.18246 8.59017C4.20631 8.62596 4.25399 8.73328 4.28383 8.82864C4.3852 9.13275 4.74889 9.64549 5.08873 9.96743C5.41068 10.2775 5.91746 10.5696 6.41831 10.7365C7.03836 10.9512 8.06978 10.9631 8.84489 10.7664Z" fill="#757575"/>
4
- <path d="M24.5927 12.9493C24.0918 12.8241 23.6268 12.5618 23.2571 12.1862C23.0663 11.9954 22.8934 11.7867 22.8755 11.7211C22.8398 11.6019 22.7622 11.6019 17.76 11.6019H12.6862L12.871 11.4111C12.9664 11.3038 13.1214 11.113 13.2168 10.9937L13.3778 10.7672H17.921H22.4582V10.2306V9.69401H22.1124C21.8262 9.69401 21.7427 9.67012 21.6235 9.54496C21.4446 9.37201 21.4327 9.13949 21.5937 8.97854C21.695 8.87717 21.7904 8.85928 22.2376 8.85928H22.7563L23.0246 8.51943C23.3525 8.10212 23.7818 7.76822 24.217 7.59533C24.4913 7.48201 24.6642 7.45817 25.2604 7.45817C25.9461 7.45817 25.9938 7.46412 26.3872 7.65491C26.894 7.89343 27.2339 8.1677 27.526 8.56117L27.7467 8.85928H28.4263H29.106V8.3227V7.78612H28.5456C27.9314 7.78612 27.7705 7.72054 27.7049 7.42838C27.6572 7.22564 27.8659 6.95138 28.0686 6.95138C28.319 6.95138 28.2236 6.85601 27.7884 6.65922C27.2578 6.42075 26.5184 6.20612 25.6778 6.04517C25.0458 5.91996 24.8252 5.91396 19.7633 5.89606L14.4987 5.87222L14.4927 5.74107C14.4927 5.66954 14.445 5.42507 14.3854 5.19854C14.3198 4.94212 14.3019 4.82291 14.3497 4.88254C14.4152 4.97791 14.6835 4.98385 17.6229 4.97196L20.8245 4.95407L18.6007 3.91664C15.6732 2.55133 15.7805 2.58706 14.29 2.55133L13.0976 2.52749L12.6564 2.08028L12.2092 1.63312L13.7594 1.66296C15.3393 1.6987 15.6792 1.74043 16.4066 1.99085C16.5854 2.05643 18.1177 2.75401 19.811 3.54101L22.8874 4.97791L24.0501 5.03754C25.9938 5.14485 27.1326 5.39528 28.3608 5.99743C29.2073 6.4148 29.5114 6.65922 29.7619 7.15412L29.9705 7.56549V9.06201C29.9705 10.481 29.9646 10.5704 29.8453 10.797C29.7738 10.9282 29.6367 11.113 29.5472 11.2084C29.2431 11.5065 29.0643 11.5661 28.3488 11.59C27.9792 11.6019 27.6751 11.6376 27.6751 11.6675C27.6751 11.6913 27.5141 11.8881 27.3173 12.0967C26.5959 12.8719 25.5823 13.1878 24.5927 12.9493ZM26.107 11.9536C26.8404 11.6019 27.2339 10.9282 27.1862 10.1113C27.1266 9.10375 26.3932 8.34654 25.4035 8.27501C23.9845 8.17364 22.959 9.51512 23.4121 10.8805C23.5194 11.2084 23.9189 11.6973 24.2409 11.894C24.7894 12.2339 25.4929 12.2577 26.107 11.9536ZM28.9629 10.5645C29.0762 10.4333 29.106 10.3379 29.106 10.0457V9.69401H28.5754H28.0448V10.2365V10.7791L28.4382 10.7553C28.7721 10.7314 28.8437 10.7075 28.9629 10.5645Z" fill="#757575"/>
5
- <path d="M24.9017 11.0407C24.6513 10.9334 24.4068 10.6293 24.3591 10.3729C24.2995 10.0569 24.4724 9.66344 24.7586 9.47265C24.9554 9.34149 25.0388 9.3236 25.325 9.34744C25.6053 9.37128 25.6887 9.40707 25.8676 9.58591C26.5592 10.2835 25.796 11.4342 24.9017 11.0407Z" fill="#757575"/>
6
- <path d="M14.0336 9.62186C14.0455 9.58012 14.1051 9.38934 14.1647 9.20455L14.284 8.8587H17.2412C20.0375 8.8587 20.2104 8.8647 20.2998 8.96602C20.4011 9.07933 20.431 9.37149 20.3535 9.4907C20.2283 9.68149 20.0434 9.69344 17.0325 9.69344C14.6477 9.69344 14.0157 9.67555 14.0336 9.62186Z" fill="#757575"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0">
10
- <rect width="30" height="13.6842" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
1
+ <svg width="30" height="14" viewBox="0 0 30 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M6.03073 13.8905C5.13046 13.7296 4.03341 13.3003 3.28815 12.8054C1.60083 11.6965 0.462095 9.9138 0.199726 7.96417C0.116253 7.34407 0.16399 5.63891 0.271306 5.46601C0.289148 5.44217 0.313042 5.3587 0.330884 5.27522C0.4442 4.66112 1.00462 3.4448 1.45178 2.8367C2.04799 2.0258 3.09141 1.14343 3.98573 0.696274C5.55973 -0.0907258 7.49741 -0.245778 9.19068 0.278906C11.0211 0.851275 12.5057 2.10927 13.3642 3.81448C13.6385 4.36896 13.8352 4.89959 13.9008 5.29312C13.9068 5.31696 13.9485 5.47791 13.9903 5.64486C14.0916 6.02049 14.1035 7.80317 14.0141 8.20264C13.9783 8.3517 13.9366 8.53654 13.9247 8.61996C13.8114 9.21022 13.3583 10.2179 12.8932 10.9094C12.6428 11.2851 11.9035 12.09 11.498 12.4179C10.878 12.9306 9.73326 13.509 8.92241 13.7236C8.72562 13.7713 8.51099 13.8309 8.44541 13.8488C8.29636 13.8905 6.22752 13.9263 6.03073 13.8905ZM8.84489 10.7664C9.1072 10.6948 9.4232 10.5756 9.54841 10.4981C9.73326 10.3788 9.76904 10.3311 9.75115 10.188C9.7392 10.0926 9.69152 9.93764 9.63783 9.83628C9.59015 9.74086 9.54841 9.63354 9.54841 9.5978C9.54841 9.56201 9.48283 9.46064 9.39936 9.36528C9.22647 9.18638 9.06547 9.18043 8.38578 9.35928C7.77768 9.52028 6.88931 9.46659 6.46004 9.24007C6.20962 9.10891 5.78031 8.6617 5.66704 8.41133L5.55973 8.1728L6.4481 8.14301C7.0622 8.12512 7.36031 8.08933 7.41399 8.0357C7.45573 7.99396 7.49741 7.79722 7.50341 7.58854C7.51531 7.0877 7.49147 7.0758 6.31099 7.0698H5.36894L5.38683 6.87901L5.40473 6.68228L6.40041 6.65249C6.94294 6.63459 7.41399 6.5988 7.44378 6.57496C7.46762 6.54517 7.49741 6.35438 7.50341 6.1397C7.52131 5.58522 7.50936 5.57927 6.47194 5.57927H5.60741L5.71473 5.39443C5.88768 5.09633 6.25731 4.75649 6.55541 4.61338C6.92504 4.44649 7.78362 4.41664 8.38578 4.5538C8.61831 4.60149 8.92241 4.64917 9.06547 4.64917C9.32189 4.65512 9.33973 4.64322 9.50668 4.35701C9.63783 4.13643 9.69152 3.98143 9.69152 3.7668C9.69747 3.48654 9.69152 3.46864 9.45899 3.34349C8.90452 3.05133 7.8492 2.91417 6.97278 3.02748C6.32289 3.11096 5.68494 3.39117 5.25568 3.7787C5.1722 3.85022 5.08873 3.90985 5.07083 3.90985C5.05294 3.90985 4.90983 4.07085 4.75483 4.26759C4.48057 4.61338 4.12283 5.30501 4.12283 5.48985C4.12283 5.56138 4.03341 5.57927 3.66378 5.57927C3.40741 5.57927 3.16294 5.60312 3.1212 5.63296C3.00794 5.70449 2.93636 6.08012 2.99004 6.33049C3.04967 6.5988 3.06157 6.61075 3.30004 6.62264C3.9261 6.65249 3.88436 6.63459 3.88436 6.86117V7.0698H3.50278C3.03773 7.0698 2.9841 7.12943 2.9781 7.57659C2.97215 8.0357 3.04967 8.10722 3.61604 8.13106C4.05725 8.15496 4.05725 8.15496 4.09899 8.34575C4.11689 8.44707 4.15862 8.56038 4.18246 8.59017C4.20631 8.62596 4.25399 8.73328 4.28383 8.82864C4.3852 9.13275 4.74889 9.64549 5.08873 9.96743C5.41068 10.2775 5.91746 10.5696 6.41831 10.7365C7.03836 10.9512 8.06978 10.9631 8.84489 10.7664Z" fill="#757575"/>
4
+ <path d="M24.5927 12.9493C24.0918 12.8241 23.6268 12.5618 23.2571 12.1862C23.0663 11.9954 22.8934 11.7867 22.8755 11.7211C22.8398 11.6019 22.7622 11.6019 17.76 11.6019H12.6862L12.871 11.4111C12.9664 11.3038 13.1214 11.113 13.2168 10.9937L13.3778 10.7672H17.921H22.4582V10.2306V9.69401H22.1124C21.8262 9.69401 21.7427 9.67012 21.6235 9.54496C21.4446 9.37201 21.4327 9.13949 21.5937 8.97854C21.695 8.87717 21.7904 8.85928 22.2376 8.85928H22.7563L23.0246 8.51943C23.3525 8.10212 23.7818 7.76822 24.217 7.59533C24.4913 7.48201 24.6642 7.45817 25.2604 7.45817C25.9461 7.45817 25.9938 7.46412 26.3872 7.65491C26.894 7.89343 27.2339 8.1677 27.526 8.56117L27.7467 8.85928H28.4263H29.106V8.3227V7.78612H28.5456C27.9314 7.78612 27.7705 7.72054 27.7049 7.42838C27.6572 7.22564 27.8659 6.95138 28.0686 6.95138C28.319 6.95138 28.2236 6.85601 27.7884 6.65922C27.2578 6.42075 26.5184 6.20612 25.6778 6.04517C25.0458 5.91996 24.8252 5.91396 19.7633 5.89606L14.4987 5.87222L14.4927 5.74107C14.4927 5.66954 14.445 5.42507 14.3854 5.19854C14.3198 4.94212 14.3019 4.82291 14.3497 4.88254C14.4152 4.97791 14.6835 4.98385 17.6229 4.97196L20.8245 4.95407L18.6007 3.91664C15.6732 2.55133 15.7805 2.58706 14.29 2.55133L13.0976 2.52749L12.6564 2.08028L12.2092 1.63312L13.7594 1.66296C15.3393 1.6987 15.6792 1.74043 16.4066 1.99085C16.5854 2.05643 18.1177 2.75401 19.811 3.54101L22.8874 4.97791L24.0501 5.03754C25.9938 5.14485 27.1326 5.39528 28.3608 5.99743C29.2073 6.4148 29.5114 6.65922 29.7619 7.15412L29.9705 7.56549V9.06201C29.9705 10.481 29.9646 10.5704 29.8453 10.797C29.7738 10.9282 29.6367 11.113 29.5472 11.2084C29.2431 11.5065 29.0643 11.5661 28.3488 11.59C27.9792 11.6019 27.6751 11.6376 27.6751 11.6675C27.6751 11.6913 27.5141 11.8881 27.3173 12.0967C26.5959 12.8719 25.5823 13.1878 24.5927 12.9493ZM26.107 11.9536C26.8404 11.6019 27.2339 10.9282 27.1862 10.1113C27.1266 9.10375 26.3932 8.34654 25.4035 8.27501C23.9845 8.17364 22.959 9.51512 23.4121 10.8805C23.5194 11.2084 23.9189 11.6973 24.2409 11.894C24.7894 12.2339 25.4929 12.2577 26.107 11.9536ZM28.9629 10.5645C29.0762 10.4333 29.106 10.3379 29.106 10.0457V9.69401H28.5754H28.0448V10.2365V10.7791L28.4382 10.7553C28.7721 10.7314 28.8437 10.7075 28.9629 10.5645Z" fill="#757575"/>
5
+ <path d="M24.9017 11.0407C24.6513 10.9334 24.4068 10.6293 24.3591 10.3729C24.2995 10.0569 24.4724 9.66344 24.7586 9.47265C24.9554 9.34149 25.0388 9.3236 25.325 9.34744C25.6053 9.37128 25.6887 9.40707 25.8676 9.58591C26.5592 10.2835 25.796 11.4342 24.9017 11.0407Z" fill="#757575"/>
6
+ <path d="M14.0336 9.62186C14.0455 9.58012 14.1051 9.38934 14.1647 9.20455L14.284 8.8587H17.2412C20.0375 8.8587 20.2104 8.8647 20.2998 8.96602C20.4011 9.07933 20.431 9.37149 20.3535 9.4907C20.2283 9.68149 20.0434 9.69344 17.0325 9.69344C14.6477 9.69344 14.0157 9.67555 14.0336 9.62186Z" fill="#757575"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0">
10
+ <rect width="30" height="13.6842" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -1,10 +1,10 @@
1
- <svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.7326 0.0878587C7.71891 0.0953498 7.66554 0.106021 7.61401 0.11164C7.39216 0.135809 7.23054 0.230224 6.90567 0.52545C6.71528 0.698486 6.53028 0.860109 6.31981 1.03728C5.82819 1.4512 5.25968 1.80285 4.71588 2.02949C4.58801 2.08278 4.32081 2.1667 4.30653 2.15808C4.29855 2.15324 4.29205 2.15642 4.29205 2.16504C4.29205 2.17369 4.23785 2.18988 4.17154 2.20104C4.10528 2.21217 4.03702 2.22818 4.01986 2.23663C3.99839 2.24719 3.98474 2.24585 3.97617 2.23225C3.96656 2.21712 3.96197 2.21748 3.95634 2.23398C3.95233 2.24578 3.93047 2.25624 3.90777 2.25723C3.88508 2.25818 3.8586 2.26376 3.84891 2.26963C3.83916 2.2755 3.79092 2.28422 3.74171 2.28903C3.63342 2.29963 3.49601 2.32323 3.4585 2.33769C3.44347 2.34352 3.42656 2.34108 3.42099 2.33224C3.41464 2.32224 3.39245 2.32521 3.36174 2.34012C3.3255 2.35779 3.30411 2.35963 3.28011 2.34708C3.25749 2.33521 3.24586 2.33521 3.24181 2.34712C3.23863 2.35645 3.19874 2.36765 3.15322 2.372C2.86914 2.39906 2.65357 2.4139 2.48035 2.41836C2.40267 2.4203 2.32787 2.42673 2.31414 2.4326C2.30045 2.43846 1.97695 2.44146 1.59528 2.43931C1.21365 2.43712 0.899511 2.4397 0.897199 2.44496C0.894922 2.45026 0.837182 2.47108 0.768855 2.49118C0.342454 2.61676 0.00981571 2.97004 -0.0767944 3.38947C-0.0929818 3.46778 -0.111337 3.52682 -0.11766 3.52067C-0.123984 3.51452 -0.12915 4.29646 -0.12915 5.25832C-0.12915 6.24986 -0.122864 7.00334 -0.114625 6.99836C-0.0882846 6.9825 -0.0800822 7.5463 -0.106315 7.56708C-0.118889 7.57697 -0.128392 7.6062 -0.127489 7.63199C-0.125863 7.67814 -0.125646 7.67828 -0.114264 7.63835C-0.0976431 7.58015 -0.0835153 7.62362 -0.0693512 7.77658C-0.0612937 7.86361 -0.0640757 7.91089 -0.0788901 7.93799C-0.0964506 7.97004 -0.0954753 7.98245 -0.0729646 8.01386C-0.0396864 8.06029 -0.0349891 8.24803 -0.066822 8.26103C-0.0816725 8.26718 -0.0793236 8.27467 -0.0585112 8.28757C-0.0261002 8.30764 -0.0147906 8.49873 -0.0460454 8.49873C-0.0551869 8.49873 -0.0626662 8.50968 -0.0626662 8.52311C-0.0626662 8.5365 -0.0514296 8.54745 -0.0377353 8.54745C-0.00543265 8.54745 -0.00156598 8.71887 -0.0335795 8.73148C-0.0463705 8.73653 -0.0435887 8.74017 -0.0262812 8.74095C0.00981539 8.74261 0.0364095 8.88494 0.00425141 8.90434C-0.0115386 8.91388 -0.00980404 8.92643 0.011731 8.95855C0.0275933 8.98215 0.0377101 9.0237 0.0350362 9.05416C0.0324347 9.08377 0.034711 9.11519 0.0400948 9.12399C0.0635088 9.16211 0.0740233 9.40783 0.0522353 9.40783C0.0380713 9.40783 0.0402759 9.41476 0.0586674 9.42815C0.0743129 9.43946 0.0907532 9.48069 0.0959201 9.52147C0.101015 9.56165 0.108385 9.62009 0.112324 9.65136C0.116226 9.6826 0.124211 9.73193 0.130029 9.76094C0.137761 9.79963 0.134509 9.81383 0.117888 9.81419C0.102929 9.81451 0.105242 9.82041 0.12479 9.83146C0.143904 9.84235 0.153841 9.86655 0.152974 9.89998C0.152215 9.92842 0.160236 9.98821 0.170751 10.0328C0.188673 10.1087 0.193225 10.1341 0.211725 10.2601C0.225419 10.3536 0.316293 10.7813 0.368686 10.9988C0.397736 11.1193 0.423716 11.2289 0.426426 11.2423C0.429136 11.2557 0.436796 11.279 0.443444 11.2943C0.450093 11.3095 0.450671 11.3295 0.444781 11.3389C0.438855 11.3483 0.440481 11.3559 0.448322 11.3559C0.456199 11.3559 0.47058 11.3906 0.480299 11.433C0.508013 11.5541 0.585663 11.8314 0.60185 11.8673C0.609908 11.8851 0.623891 11.9253 0.632852 11.9566C0.716897 12.2481 0.969753 12.9635 1.04314 13.1173C1.05589 13.1441 1.108 13.261 1.15891 13.3771C1.20978 13.4931 1.26427 13.6172 1.27999 13.6527C1.31435 13.7303 1.59586 14.2756 1.64898 14.3673C1.84539 14.7067 1.91061 14.8151 1.99715 14.9461C2.73169 16.0585 3.36434 16.7338 4.46657 17.5821C4.52792 17.6293 5.02211 17.9548 5.15634 18.0365C5.5504 18.276 6.19035 18.5894 6.52758 18.7081C6.58242 18.7274 6.64226 18.7501 6.66054 18.7584C6.75879 18.8032 7.31454 18.9718 7.43938 18.9947C7.47411 19.0011 7.50677 19.0169 7.5119 19.0299C7.51747 19.0441 7.52531 19.047 7.53163 19.0371C7.53853 19.0261 7.59649 19.0296 7.70337 19.0474L7.8647 19.0742L8.097 19.0296C8.22473 19.005 8.38761 18.9669 8.4589 18.9448C8.53027 18.9226 8.59794 18.908 8.60936 18.9122C8.62081 18.9165 8.63014 18.9129 8.63014 18.9042C8.63014 18.8956 8.63812 18.8885 8.64788 18.8885C8.6576 18.8885 8.76419 18.8548 8.88473 18.8135C9.00523 18.7723 9.11131 18.7374 9.12046 18.7359C9.1296 18.7345 9.14456 18.7289 9.1537 18.7235C9.16284 18.7181 9.23391 18.688 9.3116 18.6566C9.55943 18.5568 10.0574 18.3221 10.259 18.2102C10.4484 18.1051 10.684 17.9623 10.879 17.8346C10.996 17.758 11.1088 17.6844 11.1296 17.671C11.3864 17.506 12.0415 16.9592 12.362 16.6424C12.9299 16.0812 13.5813 15.254 13.9236 14.6596C14.2022 14.176 14.4702 13.6606 14.5638 13.4285C14.5848 13.3764 14.6159 13.3073 14.6328 13.2749C14.6497 13.2425 14.6636 13.2066 14.6636 13.195C14.6636 13.1835 14.6715 13.1741 14.6812 13.1741C14.6909 13.1741 14.6951 13.1684 14.6907 13.1613C14.6862 13.1542 14.6928 13.1269 14.7054 13.1004C14.7954 12.911 14.9478 12.4884 15.1164 11.9609C15.1408 11.8844 15.1626 11.8433 15.1788 11.843C15.1984 11.8425 15.1992 11.8396 15.182 11.829C15.1614 11.8162 15.1675 11.7479 15.1931 11.705C15.1984 11.696 15.2045 11.6814 15.2065 11.6725C15.2404 11.5205 15.2935 11.3484 15.3079 11.3437C15.3182 11.3403 15.3227 11.3277 15.3179 11.3155C15.3131 11.3034 15.3327 11.1997 15.3613 11.0853C15.4168 10.8632 15.5112 10.4165 15.5112 10.3759C15.5112 10.3625 15.5197 10.331 15.5299 10.3058C15.5402 10.2807 15.55 10.2419 15.5518 10.2196C15.5619 10.0925 15.5834 9.95828 15.5948 9.95143C15.602 9.94708 15.604 9.92896 15.5992 9.91111C15.5944 9.89327 15.6021 9.86139 15.6162 9.84026C15.633 9.81539 15.6364 9.79627 15.6259 9.78606C15.6158 9.77624 15.6155 9.75553 15.625 9.73111C15.6333 9.70956 15.6456 9.63716 15.6522 9.5702C15.6594 9.4984 15.675 9.43677 15.6901 9.42002C15.7063 9.40221 15.7087 9.39161 15.6967 9.39161C15.6693 9.39161 15.6729 9.30101 15.7013 9.27324C15.7181 9.25677 15.72 9.24483 15.7076 9.23268C15.6863 9.21197 15.7045 9.09939 15.7291 9.09939C15.7383 9.09939 15.7403 9.09056 15.7335 9.07971C15.7123 9.04632 15.7269 8.94628 15.756 8.92487C15.7715 8.91342 15.7749 8.90459 15.7637 8.90459C15.7511 8.90459 15.7439 8.8754 15.7439 8.82342C15.7439 8.7788 15.7496 8.74226 15.7564 8.74229C15.7633 8.74229 15.7664 8.70325 15.7633 8.65551C15.759 8.58816 15.7646 8.56209 15.7881 8.53908C15.8096 8.51806 15.8125 8.50749 15.7978 8.50276C15.7713 8.4941 15.7704 8.34679 15.7964 8.29919C15.8152 8.26484 15.816 8.26481 15.8285 8.29619C15.8402 8.32545 15.8414 8.32488 15.8425 8.28947C15.8431 8.26813 15.8318 8.24219 15.8173 8.23184C15.7843 8.20831 15.8057 7.98446 15.8402 7.99142C15.8513 7.99365 15.8603 7.98453 15.8603 7.97114C15.8603 7.95775 15.8528 7.94679 15.8437 7.94679C15.8337 7.94679 15.827 7.88457 15.827 7.79255C15.827 7.70775 15.8337 7.63835 15.8417 7.63835C15.8636 7.63835 15.8783 7.56803 15.8588 7.55627C15.8479 7.54966 15.8453 7.46037 15.8514 7.30405C15.8694 6.84522 15.8788 3.557 15.8622 3.52311C15.8535 3.50519 15.8419 3.45414 15.8365 3.40961C15.7804 2.9486 15.2216 2.44348 14.7676 2.44348C14.7297 2.44348 14.6937 2.43546 14.6876 2.42567C14.6803 2.41429 14.6518 2.4121 14.6076 2.41959C14.5153 2.43521 13.5167 2.44737 13.4842 2.43323C13.4701 2.42705 13.3912 2.42076 13.309 2.4192C13.1638 2.41638 13.0152 2.4079 12.811 2.39069C12.7565 2.38613 12.709 2.3739 12.7055 2.36355C12.7006 2.34931 12.6934 2.34928 12.6759 2.36348C12.6612 2.37546 12.6302 2.37797 12.5903 2.37037C12.5559 2.36387 12.4986 2.35624 12.463 2.35344C12.4274 2.35065 12.3922 2.33878 12.3848 2.32705C12.3752 2.31196 12.3661 2.3108 12.3535 2.32306C12.341 2.33535 12.3056 2.33422 12.2323 2.31921C12.1754 2.30754 12.1087 2.2979 12.084 2.29769C12.0591 2.29751 12.0316 2.28472 12.0222 2.26896C12.0128 2.2532 12.005 2.24959 12.0047 2.26083C12.0042 2.28214 11.9513 2.28896 11.9321 2.27016C11.9259 2.26415 11.9041 2.25719 11.8836 2.25461C11.6662 2.22762 11.36 2.14483 11.1565 2.05808C11.0117 1.99624 10.5925 1.79211 10.5255 1.75066C10.3511 1.64296 9.87708 1.32978 9.7853 1.26166C9.4971 1.0477 9.37306 0.952158 9.05397 0.698274C8.862 0.54545 8.67501 0.39902 8.63845 0.372802C8.60188 0.346548 8.56824 0.320788 8.56365 0.315524C8.5105 0.254076 8.13013 0.105773 8.02567 0.105773C7.99355 0.105773 7.96266 0.0984592 7.95698 0.0895194C7.94466 0.0700144 7.76787 0.0686717 7.7326 0.0878587ZM7.99854 1.39127C8.7445 2.08175 9.85261 2.80697 10.6413 3.12071C10.7647 3.16976 10.8731 3.21156 10.8823 3.21361C10.9775 3.23442 11.1523 3.29647 11.1673 3.31477C11.1819 3.33258 11.1881 3.33325 11.1934 3.31764C11.1988 3.30177 11.2168 3.30315 11.274 3.32375C11.3508 3.35138 11.6658 3.4159 11.9793 3.4682C12.2316 3.51028 12.2315 3.51025 12.3574 3.52378C12.4191 3.53042 12.4696 3.54032 12.4696 3.5458C12.4696 3.55124 12.5033 3.55311 12.5446 3.54989C12.5859 3.54668 12.6326 3.54936 12.6485 3.55583C12.6778 3.56777 12.7346 3.57258 12.9821 3.58399C13.0784 3.58841 13.125 3.59742 13.1353 3.6135C13.1469 3.63166 13.1567 3.63265 13.1809 3.61799C13.2159 3.59682 13.4953 3.60777 13.5099 3.63085C13.5201 3.64696 13.639 3.64986 13.6549 3.63435C13.6688 3.62071 14.3951 3.62071 14.4091 3.63435C14.4264 3.65124 14.5306 3.64629 14.5306 3.62855C14.5306 3.61961 14.5568 3.6123 14.5888 3.6123H14.647L14.6469 4.63101C14.6468 5.19128 14.639 5.93707 14.6294 6.28827C14.6159 6.78342 14.6166 6.93218 14.632 6.95041C14.6571 6.97985 14.6401 7.44419 14.6121 7.49521C14.5984 7.52026 14.599 7.53835 14.6145 7.56662C14.6374 7.60856 14.6274 7.76033 14.5947 7.86715C14.5815 7.90997 14.5809 7.93602 14.5926 7.95033C14.6144 7.97693 14.5927 8.14573 14.5664 8.15428C14.5429 8.16191 14.5408 8.20654 14.5638 8.20654C14.5912 8.20654 14.5839 8.37947 14.5554 8.40728C14.5399 8.42244 14.5367 8.43559 14.5471 8.44184C14.5739 8.45799 14.5664 8.56643 14.5363 8.59894C14.5199 8.61668 14.5166 8.62862 14.528 8.62862C14.5561 8.62862 14.5518 8.74494 14.5221 8.78629C14.5044 8.81091 14.5025 8.82459 14.5155 8.83243C14.527 8.8394 14.5295 8.86268 14.5221 8.89441C14.5156 8.92233 14.5075 8.98169 14.5039 9.02635C14.4999 9.0783 14.4874 9.11483 14.4694 9.1278C14.4539 9.13897 14.45 9.14812 14.461 9.14812C14.4932 9.14812 14.4853 9.25755 14.4517 9.27667C14.4355 9.28586 14.4319 9.29345 14.4433 9.29374C14.4682 9.2943 14.4716 9.38515 14.4475 9.39978C14.4383 9.40529 14.4353 9.42766 14.441 9.44942C14.4465 9.47115 14.4453 9.50175 14.4383 9.51737C14.4312 9.53306 14.4235 9.56409 14.4212 9.58642C14.4058 9.73225 14.392 9.78122 14.3664 9.78147C14.3444 9.78168 14.3437 9.78436 14.3627 9.79602C14.3796 9.80655 14.3829 9.8292 14.3749 9.88104C14.3554 10.0089 14.3076 10.2033 14.2959 10.2033C14.2896 10.2033 14.2878 10.2161 14.2918 10.2317C14.3036 10.2767 14.2707 10.4242 14.0659 11.2423C14.0469 11.3182 14.0251 11.3913 14.0175 11.4047C14.0098 11.4182 13.9896 11.4821 13.9725 11.5467C13.9555 11.6114 13.9352 11.6644 13.9276 11.6644C13.92 11.6644 13.9177 11.6707 13.9227 11.6785C13.9353 11.6986 13.6951 12.3705 13.562 12.6871C12.7591 14.5969 11.4143 16.1806 9.82685 17.0856C9.75831 17.1247 9.68351 17.1679 9.66064 17.1816C9.61891 17.2068 9.56131 17.2371 9.36146 17.3393C9.23128 17.4059 8.89904 17.5573 8.88278 17.5574C8.87638 17.5575 8.85246 17.5669 8.82959 17.5783C8.80675 17.5898 8.75064 17.6123 8.70493 17.6285C8.65922 17.6446 8.59939 17.6672 8.57196 17.6787C8.54454 17.6902 8.48098 17.7119 8.43068 17.727C8.38042 17.7421 8.32431 17.7615 8.30603 17.7701C8.26473 17.7896 8.05335 17.8465 7.93494 17.8702C7.84118 17.8889 7.80895 17.8845 7.5644 17.8203C7.18497 17.7205 6.37744 17.382 6.0667 17.1923C6.02768 17.1685 5.89099 17.086 5.76301 17.009C5.63503 16.9321 5.52283 16.8632 5.51369 16.8559C5.50455 16.8486 5.42097 16.7891 5.3279 16.7235C5.14391 16.5938 4.88744 16.3978 4.78331 16.3074C4.5616 16.1149 4.47842 16.0383 4.29165 15.8546C3.84848 15.4187 3.49536 14.9964 3.17016 14.5134C2.99951 14.26 2.98603 14.2388 2.85501 14.0183C2.79402 13.9156 2.73733 13.8207 2.72905 13.8073C2.72078 13.7938 2.63088 13.6185 2.52924 13.4176C2.42763 13.2168 2.33792 13.0401 2.32993 13.0252C2.31577 12.9986 2.26887 12.8906 2.18667 12.6952C2.12177 12.5409 1.93186 12.0366 1.93186 12.0185C1.93186 12.0095 1.92134 11.9791 1.90852 11.9509C1.81414 11.7444 1.56005 10.8179 1.4737 10.3657C1.43453 10.1603 1.40349 10.0109 1.39428 9.9832C1.38271 9.9485 1.29917 9.42052 1.29166 9.33479C1.28931 9.30801 1.28198 9.27324 1.27533 9.25748C1.26871 9.24172 1.26662 9.20702 1.27059 9.18038C1.27464 9.1537 1.27269 9.13186 1.26629 9.13186C1.25993 9.13186 1.24938 9.0643 1.24281 8.98169C1.23627 8.89911 1.22474 8.79883 1.21715 8.75887C1.2096 8.71887 1.20989 8.67431 1.21784 8.65986C1.22676 8.6436 1.22503 8.62654 1.21325 8.61505C1.20284 8.60488 1.19168 8.55078 1.18854 8.49488C1.18532 8.43898 1.17849 8.35392 1.17329 8.30597C1.16671 8.24545 1.17014 8.21485 1.18438 8.20626C1.20024 8.19668 1.19873 8.18513 1.17781 8.15601C1.14568 8.11117 1.14207 7.99237 1.17145 7.94605C1.18857 7.91905 1.18789 7.91068 1.16729 7.89817C1.14789 7.8864 1.14156 7.84241 1.13885 7.69983C1.1369 7.59906 1.12751 7.40334 1.11793 7.26497C1.10839 7.12656 1.10536 7.00239 1.11121 6.989C1.1171 6.9756 1.12021 6.21035 1.11819 5.28846L1.1145 3.6123H1.16483C1.19251 3.6123 1.21983 3.61961 1.22546 3.62855C1.23681 3.64643 1.33831 3.65095 1.35532 3.63431C1.36121 3.62855 1.52717 3.62378 1.7241 3.62378C1.92102 3.62378 2.08698 3.62855 2.0929 3.63431C2.1088 3.64986 2.22189 3.647 2.24018 3.6306C2.26666 3.60685 2.53936 3.59526 2.56151 3.61689C2.57632 3.63134 2.58973 3.63032 2.61791 3.61265C2.63822 3.59989 2.70723 3.58689 2.77122 3.58382C3.03007 3.57134 3.0945 3.56604 3.11155 3.55572C3.12135 3.54982 3.16098 3.54643 3.19965 3.54827C3.23824 3.55011 3.28109 3.54756 3.29478 3.54272C3.30851 3.53784 3.36459 3.5288 3.41944 3.52265C3.85209 3.47399 4.55292 3.32916 4.82002 3.23322C4.859 3.21919 4.8964 3.20654 4.90312 3.20502C4.92133 3.20099 4.93842 3.19513 5.05661 3.15223C5.20523 3.09835 5.47517 2.97082 5.7117 2.8428C5.82057 2.7839 5.91202 2.73567 5.91484 2.73567C5.92579 2.73567 6.29896 2.49938 6.4186 2.41677C6.91235 2.0756 7.23328 1.82222 7.6646 1.43289C7.87287 1.24491 7.84436 1.24848 7.99854 1.39127ZM11.9301 6.2736C11.9249 6.28191 11.8798 6.29699 11.8299 6.3071C11.6066 6.3524 11.7357 6.23456 9.13032 8.77046C7.80234 10.063 6.70809 11.1233 6.69863 11.1266C6.68916 11.13 6.13445 10.5991 5.46596 9.94701C4.34346 8.85201 4.08894 8.6188 4.04273 8.64304C4.03818 8.6454 4.00826 8.64011 3.97625 8.6312C3.79493 8.58092 3.70626 8.58459 3.52748 8.64972C3.24427 8.75293 3.04536 9.02561 3.06035 9.29006C3.06404 9.356 3.0592 9.37748 3.03871 9.38515C3.02415 9.39062 3.01223 9.4014 3.01223 9.40907C3.01223 9.41677 3.02314 9.41896 3.03647 9.41398C3.05309 9.40776 3.064 9.41942 3.07119 9.45101C3.12185 9.67348 3.1186 9.66998 4.75133 11.2618C6.3812 12.8508 6.32256 12.7989 6.53589 12.8407C6.5679 12.847 6.61812 12.8602 6.6475 12.8701C6.68681 12.8833 6.71095 12.8832 6.73892 12.8697C6.75984 12.8595 6.80872 12.8466 6.84767 12.8408C7.05667 12.8098 6.89616 12.9579 9.85348 10.0682C12.7816 7.20702 12.6502 7.34231 12.6812 7.1555C12.6869 7.12129 12.6995 7.10253 12.7169 7.10239C12.734 7.10221 12.7371 7.09776 12.7255 7.0902C12.7155 7.08362 12.7031 7.02345 12.6981 6.95642C12.6747 6.64685 12.4433 6.37943 12.1421 6.31402C12.0754 6.29954 12.0208 6.28109 12.0208 6.27307C12.0208 6.25371 11.9424 6.2542 11.9301 6.2736Z" fill="#757575"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0">
7
- <rect width="16" height="19" fill="white"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ <svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.7326 0.0878587C7.71891 0.0953498 7.66554 0.106021 7.61401 0.11164C7.39216 0.135809 7.23054 0.230224 6.90567 0.52545C6.71528 0.698486 6.53028 0.860109 6.31981 1.03728C5.82819 1.4512 5.25968 1.80285 4.71588 2.02949C4.58801 2.08278 4.32081 2.1667 4.30653 2.15808C4.29855 2.15324 4.29205 2.15642 4.29205 2.16504C4.29205 2.17369 4.23785 2.18988 4.17154 2.20104C4.10528 2.21217 4.03702 2.22818 4.01986 2.23663C3.99839 2.24719 3.98474 2.24585 3.97617 2.23225C3.96656 2.21712 3.96197 2.21748 3.95634 2.23398C3.95233 2.24578 3.93047 2.25624 3.90777 2.25723C3.88508 2.25818 3.8586 2.26376 3.84891 2.26963C3.83916 2.2755 3.79092 2.28422 3.74171 2.28903C3.63342 2.29963 3.49601 2.32323 3.4585 2.33769C3.44347 2.34352 3.42656 2.34108 3.42099 2.33224C3.41464 2.32224 3.39245 2.32521 3.36174 2.34012C3.3255 2.35779 3.30411 2.35963 3.28011 2.34708C3.25749 2.33521 3.24586 2.33521 3.24181 2.34712C3.23863 2.35645 3.19874 2.36765 3.15322 2.372C2.86914 2.39906 2.65357 2.4139 2.48035 2.41836C2.40267 2.4203 2.32787 2.42673 2.31414 2.4326C2.30045 2.43846 1.97695 2.44146 1.59528 2.43931C1.21365 2.43712 0.899511 2.4397 0.897199 2.44496C0.894922 2.45026 0.837182 2.47108 0.768855 2.49118C0.342454 2.61676 0.00981571 2.97004 -0.0767944 3.38947C-0.0929818 3.46778 -0.111337 3.52682 -0.11766 3.52067C-0.123984 3.51452 -0.12915 4.29646 -0.12915 5.25832C-0.12915 6.24986 -0.122864 7.00334 -0.114625 6.99836C-0.0882846 6.9825 -0.0800822 7.5463 -0.106315 7.56708C-0.118889 7.57697 -0.128392 7.6062 -0.127489 7.63199C-0.125863 7.67814 -0.125646 7.67828 -0.114264 7.63835C-0.0976431 7.58015 -0.0835153 7.62362 -0.0693512 7.77658C-0.0612937 7.86361 -0.0640757 7.91089 -0.0788901 7.93799C-0.0964506 7.97004 -0.0954753 7.98245 -0.0729646 8.01386C-0.0396864 8.06029 -0.0349891 8.24803 -0.066822 8.26103C-0.0816725 8.26718 -0.0793236 8.27467 -0.0585112 8.28757C-0.0261002 8.30764 -0.0147906 8.49873 -0.0460454 8.49873C-0.0551869 8.49873 -0.0626662 8.50968 -0.0626662 8.52311C-0.0626662 8.5365 -0.0514296 8.54745 -0.0377353 8.54745C-0.00543265 8.54745 -0.00156598 8.71887 -0.0335795 8.73148C-0.0463705 8.73653 -0.0435887 8.74017 -0.0262812 8.74095C0.00981539 8.74261 0.0364095 8.88494 0.00425141 8.90434C-0.0115386 8.91388 -0.00980404 8.92643 0.011731 8.95855C0.0275933 8.98215 0.0377101 9.0237 0.0350362 9.05416C0.0324347 9.08377 0.034711 9.11519 0.0400948 9.12399C0.0635088 9.16211 0.0740233 9.40783 0.0522353 9.40783C0.0380713 9.40783 0.0402759 9.41476 0.0586674 9.42815C0.0743129 9.43946 0.0907532 9.48069 0.0959201 9.52147C0.101015 9.56165 0.108385 9.62009 0.112324 9.65136C0.116226 9.6826 0.124211 9.73193 0.130029 9.76094C0.137761 9.79963 0.134509 9.81383 0.117888 9.81419C0.102929 9.81451 0.105242 9.82041 0.12479 9.83146C0.143904 9.84235 0.153841 9.86655 0.152974 9.89998C0.152215 9.92842 0.160236 9.98821 0.170751 10.0328C0.188673 10.1087 0.193225 10.1341 0.211725 10.2601C0.225419 10.3536 0.316293 10.7813 0.368686 10.9988C0.397736 11.1193 0.423716 11.2289 0.426426 11.2423C0.429136 11.2557 0.436796 11.279 0.443444 11.2943C0.450093 11.3095 0.450671 11.3295 0.444781 11.3389C0.438855 11.3483 0.440481 11.3559 0.448322 11.3559C0.456199 11.3559 0.47058 11.3906 0.480299 11.433C0.508013 11.5541 0.585663 11.8314 0.60185 11.8673C0.609908 11.8851 0.623891 11.9253 0.632852 11.9566C0.716897 12.2481 0.969753 12.9635 1.04314 13.1173C1.05589 13.1441 1.108 13.261 1.15891 13.3771C1.20978 13.4931 1.26427 13.6172 1.27999 13.6527C1.31435 13.7303 1.59586 14.2756 1.64898 14.3673C1.84539 14.7067 1.91061 14.8151 1.99715 14.9461C2.73169 16.0585 3.36434 16.7338 4.46657 17.5821C4.52792 17.6293 5.02211 17.9548 5.15634 18.0365C5.5504 18.276 6.19035 18.5894 6.52758 18.7081C6.58242 18.7274 6.64226 18.7501 6.66054 18.7584C6.75879 18.8032 7.31454 18.9718 7.43938 18.9947C7.47411 19.0011 7.50677 19.0169 7.5119 19.0299C7.51747 19.0441 7.52531 19.047 7.53163 19.0371C7.53853 19.0261 7.59649 19.0296 7.70337 19.0474L7.8647 19.0742L8.097 19.0296C8.22473 19.005 8.38761 18.9669 8.4589 18.9448C8.53027 18.9226 8.59794 18.908 8.60936 18.9122C8.62081 18.9165 8.63014 18.9129 8.63014 18.9042C8.63014 18.8956 8.63812 18.8885 8.64788 18.8885C8.6576 18.8885 8.76419 18.8548 8.88473 18.8135C9.00523 18.7723 9.11131 18.7374 9.12046 18.7359C9.1296 18.7345 9.14456 18.7289 9.1537 18.7235C9.16284 18.7181 9.23391 18.688 9.3116 18.6566C9.55943 18.5568 10.0574 18.3221 10.259 18.2102C10.4484 18.1051 10.684 17.9623 10.879 17.8346C10.996 17.758 11.1088 17.6844 11.1296 17.671C11.3864 17.506 12.0415 16.9592 12.362 16.6424C12.9299 16.0812 13.5813 15.254 13.9236 14.6596C14.2022 14.176 14.4702 13.6606 14.5638 13.4285C14.5848 13.3764 14.6159 13.3073 14.6328 13.2749C14.6497 13.2425 14.6636 13.2066 14.6636 13.195C14.6636 13.1835 14.6715 13.1741 14.6812 13.1741C14.6909 13.1741 14.6951 13.1684 14.6907 13.1613C14.6862 13.1542 14.6928 13.1269 14.7054 13.1004C14.7954 12.911 14.9478 12.4884 15.1164 11.9609C15.1408 11.8844 15.1626 11.8433 15.1788 11.843C15.1984 11.8425 15.1992 11.8396 15.182 11.829C15.1614 11.8162 15.1675 11.7479 15.1931 11.705C15.1984 11.696 15.2045 11.6814 15.2065 11.6725C15.2404 11.5205 15.2935 11.3484 15.3079 11.3437C15.3182 11.3403 15.3227 11.3277 15.3179 11.3155C15.3131 11.3034 15.3327 11.1997 15.3613 11.0853C15.4168 10.8632 15.5112 10.4165 15.5112 10.3759C15.5112 10.3625 15.5197 10.331 15.5299 10.3058C15.5402 10.2807 15.55 10.2419 15.5518 10.2196C15.5619 10.0925 15.5834 9.95828 15.5948 9.95143C15.602 9.94708 15.604 9.92896 15.5992 9.91111C15.5944 9.89327 15.6021 9.86139 15.6162 9.84026C15.633 9.81539 15.6364 9.79627 15.6259 9.78606C15.6158 9.77624 15.6155 9.75553 15.625 9.73111C15.6333 9.70956 15.6456 9.63716 15.6522 9.5702C15.6594 9.4984 15.675 9.43677 15.6901 9.42002C15.7063 9.40221 15.7087 9.39161 15.6967 9.39161C15.6693 9.39161 15.6729 9.30101 15.7013 9.27324C15.7181 9.25677 15.72 9.24483 15.7076 9.23268C15.6863 9.21197 15.7045 9.09939 15.7291 9.09939C15.7383 9.09939 15.7403 9.09056 15.7335 9.07971C15.7123 9.04632 15.7269 8.94628 15.756 8.92487C15.7715 8.91342 15.7749 8.90459 15.7637 8.90459C15.7511 8.90459 15.7439 8.8754 15.7439 8.82342C15.7439 8.7788 15.7496 8.74226 15.7564 8.74229C15.7633 8.74229 15.7664 8.70325 15.7633 8.65551C15.759 8.58816 15.7646 8.56209 15.7881 8.53908C15.8096 8.51806 15.8125 8.50749 15.7978 8.50276C15.7713 8.4941 15.7704 8.34679 15.7964 8.29919C15.8152 8.26484 15.816 8.26481 15.8285 8.29619C15.8402 8.32545 15.8414 8.32488 15.8425 8.28947C15.8431 8.26813 15.8318 8.24219 15.8173 8.23184C15.7843 8.20831 15.8057 7.98446 15.8402 7.99142C15.8513 7.99365 15.8603 7.98453 15.8603 7.97114C15.8603 7.95775 15.8528 7.94679 15.8437 7.94679C15.8337 7.94679 15.827 7.88457 15.827 7.79255C15.827 7.70775 15.8337 7.63835 15.8417 7.63835C15.8636 7.63835 15.8783 7.56803 15.8588 7.55627C15.8479 7.54966 15.8453 7.46037 15.8514 7.30405C15.8694 6.84522 15.8788 3.557 15.8622 3.52311C15.8535 3.50519 15.8419 3.45414 15.8365 3.40961C15.7804 2.9486 15.2216 2.44348 14.7676 2.44348C14.7297 2.44348 14.6937 2.43546 14.6876 2.42567C14.6803 2.41429 14.6518 2.4121 14.6076 2.41959C14.5153 2.43521 13.5167 2.44737 13.4842 2.43323C13.4701 2.42705 13.3912 2.42076 13.309 2.4192C13.1638 2.41638 13.0152 2.4079 12.811 2.39069C12.7565 2.38613 12.709 2.3739 12.7055 2.36355C12.7006 2.34931 12.6934 2.34928 12.6759 2.36348C12.6612 2.37546 12.6302 2.37797 12.5903 2.37037C12.5559 2.36387 12.4986 2.35624 12.463 2.35344C12.4274 2.35065 12.3922 2.33878 12.3848 2.32705C12.3752 2.31196 12.3661 2.3108 12.3535 2.32306C12.341 2.33535 12.3056 2.33422 12.2323 2.31921C12.1754 2.30754 12.1087 2.2979 12.084 2.29769C12.0591 2.29751 12.0316 2.28472 12.0222 2.26896C12.0128 2.2532 12.005 2.24959 12.0047 2.26083C12.0042 2.28214 11.9513 2.28896 11.9321 2.27016C11.9259 2.26415 11.9041 2.25719 11.8836 2.25461C11.6662 2.22762 11.36 2.14483 11.1565 2.05808C11.0117 1.99624 10.5925 1.79211 10.5255 1.75066C10.3511 1.64296 9.87708 1.32978 9.7853 1.26166C9.4971 1.0477 9.37306 0.952158 9.05397 0.698274C8.862 0.54545 8.67501 0.39902 8.63845 0.372802C8.60188 0.346548 8.56824 0.320788 8.56365 0.315524C8.5105 0.254076 8.13013 0.105773 8.02567 0.105773C7.99355 0.105773 7.96266 0.0984592 7.95698 0.0895194C7.94466 0.0700144 7.76787 0.0686717 7.7326 0.0878587ZM7.99854 1.39127C8.7445 2.08175 9.85261 2.80697 10.6413 3.12071C10.7647 3.16976 10.8731 3.21156 10.8823 3.21361C10.9775 3.23442 11.1523 3.29647 11.1673 3.31477C11.1819 3.33258 11.1881 3.33325 11.1934 3.31764C11.1988 3.30177 11.2168 3.30315 11.274 3.32375C11.3508 3.35138 11.6658 3.4159 11.9793 3.4682C12.2316 3.51028 12.2315 3.51025 12.3574 3.52378C12.4191 3.53042 12.4696 3.54032 12.4696 3.5458C12.4696 3.55124 12.5033 3.55311 12.5446 3.54989C12.5859 3.54668 12.6326 3.54936 12.6485 3.55583C12.6778 3.56777 12.7346 3.57258 12.9821 3.58399C13.0784 3.58841 13.125 3.59742 13.1353 3.6135C13.1469 3.63166 13.1567 3.63265 13.1809 3.61799C13.2159 3.59682 13.4953 3.60777 13.5099 3.63085C13.5201 3.64696 13.639 3.64986 13.6549 3.63435C13.6688 3.62071 14.3951 3.62071 14.4091 3.63435C14.4264 3.65124 14.5306 3.64629 14.5306 3.62855C14.5306 3.61961 14.5568 3.6123 14.5888 3.6123H14.647L14.6469 4.63101C14.6468 5.19128 14.639 5.93707 14.6294 6.28827C14.6159 6.78342 14.6166 6.93218 14.632 6.95041C14.6571 6.97985 14.6401 7.44419 14.6121 7.49521C14.5984 7.52026 14.599 7.53835 14.6145 7.56662C14.6374 7.60856 14.6274 7.76033 14.5947 7.86715C14.5815 7.90997 14.5809 7.93602 14.5926 7.95033C14.6144 7.97693 14.5927 8.14573 14.5664 8.15428C14.5429 8.16191 14.5408 8.20654 14.5638 8.20654C14.5912 8.20654 14.5839 8.37947 14.5554 8.40728C14.5399 8.42244 14.5367 8.43559 14.5471 8.44184C14.5739 8.45799 14.5664 8.56643 14.5363 8.59894C14.5199 8.61668 14.5166 8.62862 14.528 8.62862C14.5561 8.62862 14.5518 8.74494 14.5221 8.78629C14.5044 8.81091 14.5025 8.82459 14.5155 8.83243C14.527 8.8394 14.5295 8.86268 14.5221 8.89441C14.5156 8.92233 14.5075 8.98169 14.5039 9.02635C14.4999 9.0783 14.4874 9.11483 14.4694 9.1278C14.4539 9.13897 14.45 9.14812 14.461 9.14812C14.4932 9.14812 14.4853 9.25755 14.4517 9.27667C14.4355 9.28586 14.4319 9.29345 14.4433 9.29374C14.4682 9.2943 14.4716 9.38515 14.4475 9.39978C14.4383 9.40529 14.4353 9.42766 14.441 9.44942C14.4465 9.47115 14.4453 9.50175 14.4383 9.51737C14.4312 9.53306 14.4235 9.56409 14.4212 9.58642C14.4058 9.73225 14.392 9.78122 14.3664 9.78147C14.3444 9.78168 14.3437 9.78436 14.3627 9.79602C14.3796 9.80655 14.3829 9.8292 14.3749 9.88104C14.3554 10.0089 14.3076 10.2033 14.2959 10.2033C14.2896 10.2033 14.2878 10.2161 14.2918 10.2317C14.3036 10.2767 14.2707 10.4242 14.0659 11.2423C14.0469 11.3182 14.0251 11.3913 14.0175 11.4047C14.0098 11.4182 13.9896 11.4821 13.9725 11.5467C13.9555 11.6114 13.9352 11.6644 13.9276 11.6644C13.92 11.6644 13.9177 11.6707 13.9227 11.6785C13.9353 11.6986 13.6951 12.3705 13.562 12.6871C12.7591 14.5969 11.4143 16.1806 9.82685 17.0856C9.75831 17.1247 9.68351 17.1679 9.66064 17.1816C9.61891 17.2068 9.56131 17.2371 9.36146 17.3393C9.23128 17.4059 8.89904 17.5573 8.88278 17.5574C8.87638 17.5575 8.85246 17.5669 8.82959 17.5783C8.80675 17.5898 8.75064 17.6123 8.70493 17.6285C8.65922 17.6446 8.59939 17.6672 8.57196 17.6787C8.54454 17.6902 8.48098 17.7119 8.43068 17.727C8.38042 17.7421 8.32431 17.7615 8.30603 17.7701C8.26473 17.7896 8.05335 17.8465 7.93494 17.8702C7.84118 17.8889 7.80895 17.8845 7.5644 17.8203C7.18497 17.7205 6.37744 17.382 6.0667 17.1923C6.02768 17.1685 5.89099 17.086 5.76301 17.009C5.63503 16.9321 5.52283 16.8632 5.51369 16.8559C5.50455 16.8486 5.42097 16.7891 5.3279 16.7235C5.14391 16.5938 4.88744 16.3978 4.78331 16.3074C4.5616 16.1149 4.47842 16.0383 4.29165 15.8546C3.84848 15.4187 3.49536 14.9964 3.17016 14.5134C2.99951 14.26 2.98603 14.2388 2.85501 14.0183C2.79402 13.9156 2.73733 13.8207 2.72905 13.8073C2.72078 13.7938 2.63088 13.6185 2.52924 13.4176C2.42763 13.2168 2.33792 13.0401 2.32993 13.0252C2.31577 12.9986 2.26887 12.8906 2.18667 12.6952C2.12177 12.5409 1.93186 12.0366 1.93186 12.0185C1.93186 12.0095 1.92134 11.9791 1.90852 11.9509C1.81414 11.7444 1.56005 10.8179 1.4737 10.3657C1.43453 10.1603 1.40349 10.0109 1.39428 9.9832C1.38271 9.9485 1.29917 9.42052 1.29166 9.33479C1.28931 9.30801 1.28198 9.27324 1.27533 9.25748C1.26871 9.24172 1.26662 9.20702 1.27059 9.18038C1.27464 9.1537 1.27269 9.13186 1.26629 9.13186C1.25993 9.13186 1.24938 9.0643 1.24281 8.98169C1.23627 8.89911 1.22474 8.79883 1.21715 8.75887C1.2096 8.71887 1.20989 8.67431 1.21784 8.65986C1.22676 8.6436 1.22503 8.62654 1.21325 8.61505C1.20284 8.60488 1.19168 8.55078 1.18854 8.49488C1.18532 8.43898 1.17849 8.35392 1.17329 8.30597C1.16671 8.24545 1.17014 8.21485 1.18438 8.20626C1.20024 8.19668 1.19873 8.18513 1.17781 8.15601C1.14568 8.11117 1.14207 7.99237 1.17145 7.94605C1.18857 7.91905 1.18789 7.91068 1.16729 7.89817C1.14789 7.8864 1.14156 7.84241 1.13885 7.69983C1.1369 7.59906 1.12751 7.40334 1.11793 7.26497C1.10839 7.12656 1.10536 7.00239 1.11121 6.989C1.1171 6.9756 1.12021 6.21035 1.11819 5.28846L1.1145 3.6123H1.16483C1.19251 3.6123 1.21983 3.61961 1.22546 3.62855C1.23681 3.64643 1.33831 3.65095 1.35532 3.63431C1.36121 3.62855 1.52717 3.62378 1.7241 3.62378C1.92102 3.62378 2.08698 3.62855 2.0929 3.63431C2.1088 3.64986 2.22189 3.647 2.24018 3.6306C2.26666 3.60685 2.53936 3.59526 2.56151 3.61689C2.57632 3.63134 2.58973 3.63032 2.61791 3.61265C2.63822 3.59989 2.70723 3.58689 2.77122 3.58382C3.03007 3.57134 3.0945 3.56604 3.11155 3.55572C3.12135 3.54982 3.16098 3.54643 3.19965 3.54827C3.23824 3.55011 3.28109 3.54756 3.29478 3.54272C3.30851 3.53784 3.36459 3.5288 3.41944 3.52265C3.85209 3.47399 4.55292 3.32916 4.82002 3.23322C4.859 3.21919 4.8964 3.20654 4.90312 3.20502C4.92133 3.20099 4.93842 3.19513 5.05661 3.15223C5.20523 3.09835 5.47517 2.97082 5.7117 2.8428C5.82057 2.7839 5.91202 2.73567 5.91484 2.73567C5.92579 2.73567 6.29896 2.49938 6.4186 2.41677C6.91235 2.0756 7.23328 1.82222 7.6646 1.43289C7.87287 1.24491 7.84436 1.24848 7.99854 1.39127ZM11.9301 6.2736C11.9249 6.28191 11.8798 6.29699 11.8299 6.3071C11.6066 6.3524 11.7357 6.23456 9.13032 8.77046C7.80234 10.063 6.70809 11.1233 6.69863 11.1266C6.68916 11.13 6.13445 10.5991 5.46596 9.94701C4.34346 8.85201 4.08894 8.6188 4.04273 8.64304C4.03818 8.6454 4.00826 8.64011 3.97625 8.6312C3.79493 8.58092 3.70626 8.58459 3.52748 8.64972C3.24427 8.75293 3.04536 9.02561 3.06035 9.29006C3.06404 9.356 3.0592 9.37748 3.03871 9.38515C3.02415 9.39062 3.01223 9.4014 3.01223 9.40907C3.01223 9.41677 3.02314 9.41896 3.03647 9.41398C3.05309 9.40776 3.064 9.41942 3.07119 9.45101C3.12185 9.67348 3.1186 9.66998 4.75133 11.2618C6.3812 12.8508 6.32256 12.7989 6.53589 12.8407C6.5679 12.847 6.61812 12.8602 6.6475 12.8701C6.68681 12.8833 6.71095 12.8832 6.73892 12.8697C6.75984 12.8595 6.80872 12.8466 6.84767 12.8408C7.05667 12.8098 6.89616 12.9579 9.85348 10.0682C12.7816 7.20702 12.6502 7.34231 12.6812 7.1555C12.6869 7.12129 12.6995 7.10253 12.7169 7.10239C12.734 7.10221 12.7371 7.09776 12.7255 7.0902C12.7155 7.08362 12.7031 7.02345 12.6981 6.95642C12.6747 6.64685 12.4433 6.37943 12.1421 6.31402C12.0754 6.29954 12.0208 6.28109 12.0208 6.27307C12.0208 6.25371 11.9424 6.2542 11.9301 6.2736Z" fill="#757575"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0">
7
+ <rect width="16" height="19" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -1,14 +1,14 @@
1
- <svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M7.4884 12.0326C7.14585 11.9736 6.88299 11.8793 6.74358 11.7614C6.67589 11.7025 6.52456 11.62 6.40903 11.5846C6.24177 11.5296 6.1342 11.451 5.89526 11.2152C4.99115 10.3075 4.77609 9.054 5.33366 7.93016C5.71205 7.1757 6.42099 6.6059 7.24942 6.38978C7.59593 6.2994 8.29691 6.2994 8.63546 6.38978C8.84256 6.44479 9.07358 6.45659 9.89005 6.45659C10.8419 6.45659 10.9057 6.46054 11.1526 6.55088C11.4951 6.67272 11.5429 6.69238 12.0089 6.9085C12.228 7.01064 12.5426 7.15604 12.7059 7.23071C13.0046 7.36822 13.375 7.54507 14.1198 7.8948C14.5101 8.07947 14.5261 8.08341 15.016 8.11092C15.9559 8.15805 16.6091 8.30345 17.2344 8.6021C17.6446 8.79857 17.8995 9.02255 17.9633 9.23867C18.023 9.45089 18.015 10.8537 17.9513 10.9716C17.9274 11.0227 17.8358 11.1209 17.7522 11.1877C17.6128 11.2977 17.565 11.3095 17.2742 11.3253L16.9477 11.3371L16.7366 11.5689C16.4299 11.9029 16.1749 12.0129 15.7129 12.0129C15.4142 12.0129 15.3266 11.9972 15.1753 11.9225C14.9443 11.8007 14.6894 11.5885 14.6017 11.4431L14.534 11.3292H12.216H9.89401L9.67895 11.4903C9.41209 11.6907 8.98593 11.895 8.66334 11.9775C8.36064 12.0561 7.77118 12.0836 7.4884 12.0326ZM8.75495 11.5924C9.16119 11.4549 9.44793 11.2742 9.75464 10.9716C10.0613 10.669 10.2405 10.39 10.3839 9.98528C10.4755 9.73774 10.4915 9.63161 10.4915 9.20726C10.4954 8.76715 10.4835 8.68462 10.3839 8.39383C10.1171 7.6276 9.53954 7.05781 8.75495 6.77881C8.50005 6.68843 8.40444 6.67663 7.9464 6.67663C7.4884 6.67663 7.39279 6.68843 7.13789 6.77881C6.72766 6.92421 6.44487 7.10102 6.13821 7.40358C5.83154 7.70618 5.65228 7.98518 5.50495 8.38992C5.41334 8.64141 5.40138 8.7357 5.40138 9.1876C5.40138 9.63951 5.41334 9.7338 5.50495 9.98528C5.65228 10.39 5.83154 10.669 6.13821 10.9716C6.51656 11.3449 6.94275 11.5728 7.46848 11.6828C7.76718 11.7496 8.43632 11.6985 8.75495 11.5924ZM16.159 11.5374C16.3821 11.4353 16.5533 11.2231 16.6529 10.9362C16.7445 10.669 16.7445 10.669 16.6688 10.4293C16.5493 10.0403 16.2666 9.76916 15.932 9.72594C15.6333 9.68663 15.4302 9.71023 15.2709 9.80452C14.9323 10.001 14.765 10.28 14.7611 10.6612C14.7611 10.8773 14.777 10.9519 14.8806 11.1327C15.0199 11.3763 15.2549 11.561 15.482 11.6082C15.6771 11.6475 15.9957 11.616 16.159 11.5374Z" fill="#757575"/>
4
- <path d="M10.0781 18.5472C9.37735 18.4923 8.52388 18.3234 7.88183 18.1114C7.50989 17.9897 7.32591 17.7148 7.4003 17.3888C7.44336 17.2043 7.5647 17.0747 7.77614 16.9922C7.93665 16.9294 7.9523 16.9333 8.34771 17.0472C9.22466 17.3103 9.89801 17.4084 10.7671 17.4084C14.1653 17.4084 17.1837 15.2997 18.3778 12.0915C18.9298 10.6149 19.0238 8.86353 18.6362 7.31241C18.0646 5.02303 16.5104 3.07138 14.408 2.01502C13.1396 1.37887 11.969 1.1197 10.5127 1.16289C9.53004 1.19038 8.81749 1.32389 7.96795 1.64199C5.2314 2.66691 3.25436 5.05837 2.765 7.94071C2.72973 8.1449 2.71019 8.3177 2.71801 8.32554C2.72584 8.33339 2.83936 8.14885 2.96857 7.91717C3.22695 7.44986 3.32875 7.33205 3.52839 7.27707C3.88857 7.17105 4.22918 7.44201 4.22918 7.83864C4.22918 7.9839 4.14306 8.16454 3.57538 9.18553C2.60445 10.933 2.57708 10.9762 2.43222 11.0744C2.20514 11.2275 1.89588 11.1804 1.70013 10.9605C1.57875 10.827 0.0558251 8.05853 0.0245247 7.92502C-0.0576965 7.53624 0.341614 7.16711 0.737031 7.27317C0.932774 7.32811 1.0424 7.45377 1.29689 7.91322C1.41431 8.1253 1.52004 8.29805 1.53176 8.29805C1.54352 8.29805 1.56699 8.19598 1.58268 8.07422C1.77449 6.4053 2.5888 4.57146 3.72024 3.25593C4.58543 2.25065 5.49372 1.53987 6.676 0.954758C7.98753 0.302909 9.26772 0.000549316 10.7475 0.000549316C12.2626 0.000549316 13.5389 0.29506 14.8583 0.954758C16.7296 1.88546 18.139 3.29912 19.0668 5.17618C19.5366 6.12648 19.8302 7.10428 19.9712 8.19988C20.0338 8.69862 20.026 9.95523 19.9555 10.4775C19.6815 12.4763 18.8163 14.2827 17.4499 15.7081C16.6748 16.5131 15.8722 17.1021 14.8583 17.6048C13.3902 18.3391 11.695 18.669 10.0781 18.5472Z" fill="#757575"/>
5
- <path d="M7.48741 12.0326C7.14487 11.9736 6.882 11.8793 6.74263 11.7614C6.6749 11.7025 6.52357 11.62 6.40804 11.5846C6.24079 11.5296 6.13326 11.451 5.89428 11.2152C4.99016 10.3075 4.7751 9.054 5.33271 7.93016C5.71106 7.1757 6.42 6.6059 7.24843 6.38978C7.59494 6.2994 8.29592 6.2994 8.63447 6.38978C8.84157 6.44479 9.07259 6.45659 9.88906 6.45659C10.8649 6.45659 10.9007 6.46054 11.1715 6.55878C11.3269 6.61376 11.4822 6.66877 11.522 6.68058C11.5579 6.69238 11.5897 6.71988 11.5897 6.7395C11.5897 6.75915 11.6057 6.76701 11.6256 6.7513C11.6455 6.7395 11.6893 6.75525 11.7212 6.78666C11.753 6.81812 11.7889 6.83777 11.7969 6.82988C11.8048 6.81812 11.9522 6.88099 12.1195 6.96743C12.2867 7.04995 12.4261 7.10888 12.4261 7.09712C12.4261 7.08532 12.458 7.10102 12.4978 7.13248C12.5655 7.19141 12.681 7.24642 12.7806 7.26608C12.8125 7.26999 12.8483 7.28964 12.8603 7.3093C12.8722 7.325 12.9041 7.34466 12.932 7.3486C12.9758 7.35646 13.2984 7.50577 14.2383 7.94982C14.541 8.09518 14.5809 8.10307 15.0349 8.11878C15.9111 8.15019 16.6041 8.30345 17.2334 8.6021C17.6436 8.79857 17.8986 9.02255 17.9623 9.23867C18.022 9.45089 18.0141 10.8537 17.9504 10.9716C17.9264 11.0227 17.8348 11.1209 17.7512 11.1877C17.6118 11.2977 17.564 11.3095 17.2733 11.3253L16.9467 11.3371L16.7356 11.5689C16.4289 11.9029 16.174 12.0129 15.712 12.0129C15.4133 12.0129 15.3256 11.9972 15.1743 11.9225C14.9433 11.8007 14.6884 11.5885 14.6008 11.4431L14.5331 11.3292H12.2151H9.89306L9.67796 11.4903C9.41114 11.6907 8.98494 11.895 8.66236 11.9775C8.35965 12.0561 7.7702 12.0836 7.48741 12.0326ZM8.75396 11.5924C9.1602 11.4549 9.44698 11.2742 9.75365 10.9716C10.0603 10.669 10.2396 10.39 10.3829 9.98528C10.4746 9.73774 10.4905 9.63161 10.4905 9.20726C10.4945 8.76715 10.4825 8.68462 10.3829 8.39383C10.1161 7.6276 9.53859 7.05781 8.75396 6.77881C8.49906 6.68843 8.40345 6.67663 7.94545 6.67663C7.48741 6.67663 7.39181 6.68843 7.1369 6.77881C6.72667 6.92421 6.44388 7.10102 6.13722 7.40358C5.83055 7.70618 5.65134 7.98518 5.50396 8.38992C5.41236 8.64141 5.40039 8.7357 5.40039 9.1876C5.40039 9.63951 5.41236 9.7338 5.50396 9.98528C5.65134 10.39 5.83055 10.669 6.13722 10.9716C6.51561 11.3449 6.94177 11.5728 7.46749 11.6828C7.7662 11.7496 8.43533 11.6985 8.75396 11.5924ZM16.158 11.5374C16.3811 11.4353 16.5524 11.2231 16.6519 10.9362C16.7435 10.669 16.7435 10.669 16.6678 10.4293C16.5484 10.0403 16.2656 9.76916 15.931 9.72594C15.6323 9.68663 15.4292 9.71023 15.2699 9.80452C14.9313 10.001 14.7641 10.28 14.7601 10.6612C14.7601 10.8773 14.776 10.9519 14.8796 11.1327C15.019 11.3763 15.254 11.561 15.481 11.6082C15.6761 11.6475 15.9947 11.616 16.158 11.5374Z" fill="#757575"/>
6
- <path d="M7.80618 10.5469C7.51943 10.4605 7.19284 10.1657 7.06539 9.8789C6.99767 9.72955 6.98174 9.71779 6.83437 9.71779C6.63124 9.71384 6.51975 9.63917 6.53963 9.51343C6.54759 9.43879 6.57947 9.42304 6.72284 9.41128L6.89014 9.39948V9.22267C6.89014 9.12834 6.8941 9.03796 6.9021 9.02225C6.90606 9.00259 6.86622 8.98689 6.81049 8.97903C6.55955 8.95152 6.52771 8.93187 6.53963 8.82183C6.55159 8.7236 6.56751 8.71574 6.76269 8.70398C6.96978 8.69218 6.97378 8.68823 7.05739 8.50747C7.18884 8.23242 7.50747 7.93772 7.76237 7.85124C8.25626 7.69014 9.01696 7.94952 8.8019 8.20491C8.74614 8.27173 8.61869 8.28349 8.58284 8.22848C8.57088 8.20886 8.47131 8.1617 8.36378 8.12633C8.18853 8.06737 8.13676 8.06737 7.96151 8.11062C7.74245 8.1656 7.47959 8.36211 7.38798 8.54284C7.35614 8.6018 7.32825 8.66073 7.32825 8.67647C7.32825 8.68823 7.53135 8.69609 7.78229 8.69609C8.19253 8.69609 8.24033 8.70398 8.26421 8.77076C8.27618 8.81007 8.27618 8.87294 8.26022 8.90831C8.24033 8.96332 8.16065 8.97118 7.72253 8.97118H7.20876V9.1873V9.40343H7.62696C8.00135 9.40343 8.04516 9.41128 8.085 9.48201C8.11684 9.54093 8.10888 9.5763 8.04516 9.63917C7.97743 9.70599 7.91371 9.71779 7.64688 9.71779H7.32425L7.38402 9.82779C7.59112 10.2168 8.10488 10.3779 8.51512 10.1854L8.69037 10.0989L8.77402 10.1854C8.88951 10.2993 8.83375 10.3819 8.55896 10.4919C8.3399 10.5823 8.00531 10.6058 7.80618 10.5469Z" fill="#757575"/>
7
- <path d="M15.4332 10.936C15.3416 10.8416 15.3137 10.7788 15.3137 10.653C15.3137 10.5194 15.3376 10.4762 15.4531 10.3819C15.7877 10.1029 16.2258 10.3898 16.0904 10.7984C16.0306 10.9752 15.9151 11.0539 15.712 11.0539C15.5806 11.0539 15.5248 11.0303 15.4332 10.936Z" fill="#757575"/>
8
- </g>
9
- <defs>
10
- <clipPath id="clip0">
11
- <rect width="20" height="18.5714" fill="white"/>
12
- </clipPath>
13
- </defs>
14
- </svg>
1
+ <svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M7.4884 12.0326C7.14585 11.9736 6.88299 11.8793 6.74358 11.7614C6.67589 11.7025 6.52456 11.62 6.40903 11.5846C6.24177 11.5296 6.1342 11.451 5.89526 11.2152C4.99115 10.3075 4.77609 9.054 5.33366 7.93016C5.71205 7.1757 6.42099 6.6059 7.24942 6.38978C7.59593 6.2994 8.29691 6.2994 8.63546 6.38978C8.84256 6.44479 9.07358 6.45659 9.89005 6.45659C10.8419 6.45659 10.9057 6.46054 11.1526 6.55088C11.4951 6.67272 11.5429 6.69238 12.0089 6.9085C12.228 7.01064 12.5426 7.15604 12.7059 7.23071C13.0046 7.36822 13.375 7.54507 14.1198 7.8948C14.5101 8.07947 14.5261 8.08341 15.016 8.11092C15.9559 8.15805 16.6091 8.30345 17.2344 8.6021C17.6446 8.79857 17.8995 9.02255 17.9633 9.23867C18.023 9.45089 18.015 10.8537 17.9513 10.9716C17.9274 11.0227 17.8358 11.1209 17.7522 11.1877C17.6128 11.2977 17.565 11.3095 17.2742 11.3253L16.9477 11.3371L16.7366 11.5689C16.4299 11.9029 16.1749 12.0129 15.7129 12.0129C15.4142 12.0129 15.3266 11.9972 15.1753 11.9225C14.9443 11.8007 14.6894 11.5885 14.6017 11.4431L14.534 11.3292H12.216H9.89401L9.67895 11.4903C9.41209 11.6907 8.98593 11.895 8.66334 11.9775C8.36064 12.0561 7.77118 12.0836 7.4884 12.0326ZM8.75495 11.5924C9.16119 11.4549 9.44793 11.2742 9.75464 10.9716C10.0613 10.669 10.2405 10.39 10.3839 9.98528C10.4755 9.73774 10.4915 9.63161 10.4915 9.20726C10.4954 8.76715 10.4835 8.68462 10.3839 8.39383C10.1171 7.6276 9.53954 7.05781 8.75495 6.77881C8.50005 6.68843 8.40444 6.67663 7.9464 6.67663C7.4884 6.67663 7.39279 6.68843 7.13789 6.77881C6.72766 6.92421 6.44487 7.10102 6.13821 7.40358C5.83154 7.70618 5.65228 7.98518 5.50495 8.38992C5.41334 8.64141 5.40138 8.7357 5.40138 9.1876C5.40138 9.63951 5.41334 9.7338 5.50495 9.98528C5.65228 10.39 5.83154 10.669 6.13821 10.9716C6.51656 11.3449 6.94275 11.5728 7.46848 11.6828C7.76718 11.7496 8.43632 11.6985 8.75495 11.5924ZM16.159 11.5374C16.3821 11.4353 16.5533 11.2231 16.6529 10.9362C16.7445 10.669 16.7445 10.669 16.6688 10.4293C16.5493 10.0403 16.2666 9.76916 15.932 9.72594C15.6333 9.68663 15.4302 9.71023 15.2709 9.80452C14.9323 10.001 14.765 10.28 14.7611 10.6612C14.7611 10.8773 14.777 10.9519 14.8806 11.1327C15.0199 11.3763 15.2549 11.561 15.482 11.6082C15.6771 11.6475 15.9957 11.616 16.159 11.5374Z" fill="#757575"/>
4
+ <path d="M10.0781 18.5472C9.37735 18.4923 8.52388 18.3234 7.88183 18.1114C7.50989 17.9897 7.32591 17.7148 7.4003 17.3888C7.44336 17.2043 7.5647 17.0747 7.77614 16.9922C7.93665 16.9294 7.9523 16.9333 8.34771 17.0472C9.22466 17.3103 9.89801 17.4084 10.7671 17.4084C14.1653 17.4084 17.1837 15.2997 18.3778 12.0915C18.9298 10.6149 19.0238 8.86353 18.6362 7.31241C18.0646 5.02303 16.5104 3.07138 14.408 2.01502C13.1396 1.37887 11.969 1.1197 10.5127 1.16289C9.53004 1.19038 8.81749 1.32389 7.96795 1.64199C5.2314 2.66691 3.25436 5.05837 2.765 7.94071C2.72973 8.1449 2.71019 8.3177 2.71801 8.32554C2.72584 8.33339 2.83936 8.14885 2.96857 7.91717C3.22695 7.44986 3.32875 7.33205 3.52839 7.27707C3.88857 7.17105 4.22918 7.44201 4.22918 7.83864C4.22918 7.9839 4.14306 8.16454 3.57538 9.18553C2.60445 10.933 2.57708 10.9762 2.43222 11.0744C2.20514 11.2275 1.89588 11.1804 1.70013 10.9605C1.57875 10.827 0.0558251 8.05853 0.0245247 7.92502C-0.0576965 7.53624 0.341614 7.16711 0.737031 7.27317C0.932774 7.32811 1.0424 7.45377 1.29689 7.91322C1.41431 8.1253 1.52004 8.29805 1.53176 8.29805C1.54352 8.29805 1.56699 8.19598 1.58268 8.07422C1.77449 6.4053 2.5888 4.57146 3.72024 3.25593C4.58543 2.25065 5.49372 1.53987 6.676 0.954758C7.98753 0.302909 9.26772 0.000549316 10.7475 0.000549316C12.2626 0.000549316 13.5389 0.29506 14.8583 0.954758C16.7296 1.88546 18.139 3.29912 19.0668 5.17618C19.5366 6.12648 19.8302 7.10428 19.9712 8.19988C20.0338 8.69862 20.026 9.95523 19.9555 10.4775C19.6815 12.4763 18.8163 14.2827 17.4499 15.7081C16.6748 16.5131 15.8722 17.1021 14.8583 17.6048C13.3902 18.3391 11.695 18.669 10.0781 18.5472Z" fill="#757575"/>
5
+ <path d="M7.48741 12.0326C7.14487 11.9736 6.882 11.8793 6.74263 11.7614C6.6749 11.7025 6.52357 11.62 6.40804 11.5846C6.24079 11.5296 6.13326 11.451 5.89428 11.2152C4.99016 10.3075 4.7751 9.054 5.33271 7.93016C5.71106 7.1757 6.42 6.6059 7.24843 6.38978C7.59494 6.2994 8.29592 6.2994 8.63447 6.38978C8.84157 6.44479 9.07259 6.45659 9.88906 6.45659C10.8649 6.45659 10.9007 6.46054 11.1715 6.55878C11.3269 6.61376 11.4822 6.66877 11.522 6.68058C11.5579 6.69238 11.5897 6.71988 11.5897 6.7395C11.5897 6.75915 11.6057 6.76701 11.6256 6.7513C11.6455 6.7395 11.6893 6.75525 11.7212 6.78666C11.753 6.81812 11.7889 6.83777 11.7969 6.82988C11.8048 6.81812 11.9522 6.88099 12.1195 6.96743C12.2867 7.04995 12.4261 7.10888 12.4261 7.09712C12.4261 7.08532 12.458 7.10102 12.4978 7.13248C12.5655 7.19141 12.681 7.24642 12.7806 7.26608C12.8125 7.26999 12.8483 7.28964 12.8603 7.3093C12.8722 7.325 12.9041 7.34466 12.932 7.3486C12.9758 7.35646 13.2984 7.50577 14.2383 7.94982C14.541 8.09518 14.5809 8.10307 15.0349 8.11878C15.9111 8.15019 16.6041 8.30345 17.2334 8.6021C17.6436 8.79857 17.8986 9.02255 17.9623 9.23867C18.022 9.45089 18.0141 10.8537 17.9504 10.9716C17.9264 11.0227 17.8348 11.1209 17.7512 11.1877C17.6118 11.2977 17.564 11.3095 17.2733 11.3253L16.9467 11.3371L16.7356 11.5689C16.4289 11.9029 16.174 12.0129 15.712 12.0129C15.4133 12.0129 15.3256 11.9972 15.1743 11.9225C14.9433 11.8007 14.6884 11.5885 14.6008 11.4431L14.5331 11.3292H12.2151H9.89306L9.67796 11.4903C9.41114 11.6907 8.98494 11.895 8.66236 11.9775C8.35965 12.0561 7.7702 12.0836 7.48741 12.0326ZM8.75396 11.5924C9.1602 11.4549 9.44698 11.2742 9.75365 10.9716C10.0603 10.669 10.2396 10.39 10.3829 9.98528C10.4746 9.73774 10.4905 9.63161 10.4905 9.20726C10.4945 8.76715 10.4825 8.68462 10.3829 8.39383C10.1161 7.6276 9.53859 7.05781 8.75396 6.77881C8.49906 6.68843 8.40345 6.67663 7.94545 6.67663C7.48741 6.67663 7.39181 6.68843 7.1369 6.77881C6.72667 6.92421 6.44388 7.10102 6.13722 7.40358C5.83055 7.70618 5.65134 7.98518 5.50396 8.38992C5.41236 8.64141 5.40039 8.7357 5.40039 9.1876C5.40039 9.63951 5.41236 9.7338 5.50396 9.98528C5.65134 10.39 5.83055 10.669 6.13722 10.9716C6.51561 11.3449 6.94177 11.5728 7.46749 11.6828C7.7662 11.7496 8.43533 11.6985 8.75396 11.5924ZM16.158 11.5374C16.3811 11.4353 16.5524 11.2231 16.6519 10.9362C16.7435 10.669 16.7435 10.669 16.6678 10.4293C16.5484 10.0403 16.2656 9.76916 15.931 9.72594C15.6323 9.68663 15.4292 9.71023 15.2699 9.80452C14.9313 10.001 14.7641 10.28 14.7601 10.6612C14.7601 10.8773 14.776 10.9519 14.8796 11.1327C15.019 11.3763 15.254 11.561 15.481 11.6082C15.6761 11.6475 15.9947 11.616 16.158 11.5374Z" fill="#757575"/>
6
+ <path d="M7.80618 10.5469C7.51943 10.4605 7.19284 10.1657 7.06539 9.8789C6.99767 9.72955 6.98174 9.71779 6.83437 9.71779C6.63124 9.71384 6.51975 9.63917 6.53963 9.51343C6.54759 9.43879 6.57947 9.42304 6.72284 9.41128L6.89014 9.39948V9.22267C6.89014 9.12834 6.8941 9.03796 6.9021 9.02225C6.90606 9.00259 6.86622 8.98689 6.81049 8.97903C6.55955 8.95152 6.52771 8.93187 6.53963 8.82183C6.55159 8.7236 6.56751 8.71574 6.76269 8.70398C6.96978 8.69218 6.97378 8.68823 7.05739 8.50747C7.18884 8.23242 7.50747 7.93772 7.76237 7.85124C8.25626 7.69014 9.01696 7.94952 8.8019 8.20491C8.74614 8.27173 8.61869 8.28349 8.58284 8.22848C8.57088 8.20886 8.47131 8.1617 8.36378 8.12633C8.18853 8.06737 8.13676 8.06737 7.96151 8.11062C7.74245 8.1656 7.47959 8.36211 7.38798 8.54284C7.35614 8.6018 7.32825 8.66073 7.32825 8.67647C7.32825 8.68823 7.53135 8.69609 7.78229 8.69609C8.19253 8.69609 8.24033 8.70398 8.26421 8.77076C8.27618 8.81007 8.27618 8.87294 8.26022 8.90831C8.24033 8.96332 8.16065 8.97118 7.72253 8.97118H7.20876V9.1873V9.40343H7.62696C8.00135 9.40343 8.04516 9.41128 8.085 9.48201C8.11684 9.54093 8.10888 9.5763 8.04516 9.63917C7.97743 9.70599 7.91371 9.71779 7.64688 9.71779H7.32425L7.38402 9.82779C7.59112 10.2168 8.10488 10.3779 8.51512 10.1854L8.69037 10.0989L8.77402 10.1854C8.88951 10.2993 8.83375 10.3819 8.55896 10.4919C8.3399 10.5823 8.00531 10.6058 7.80618 10.5469Z" fill="#757575"/>
7
+ <path d="M15.4332 10.936C15.3416 10.8416 15.3137 10.7788 15.3137 10.653C15.3137 10.5194 15.3376 10.4762 15.4531 10.3819C15.7877 10.1029 16.2258 10.3898 16.0904 10.7984C16.0306 10.9752 15.9151 11.0539 15.712 11.0539C15.5806 11.0539 15.5248 11.0303 15.4332 10.936Z" fill="#757575"/>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0">
11
+ <rect width="20" height="18.5714" fill="white"/>
12
+ </clipPath>
13
+ </defs>
14
+ </svg>
package/package.json CHANGED
@@ -1,118 +1,117 @@
1
- {
2
- "name": "@bytebrand/fe-ui-core",
3
- "version": "4.8.26",
4
- "description": "UI components for the auto.de project",
5
- "main": "index.ts",
6
- "module": "dist/common.js",
7
- "dependencies": {
8
- "@babel/core": "^7.17.8",
9
- "@babel/plugin-proposal-class-properties": "^7.16.7",
10
- "@babel/plugin-proposal-decorators": "^7.17.8",
11
- "@babel/plugin-transform-react-constant-elements": "^7.17.6",
12
- "@babel/preset-env": "^7.20.2",
13
- "@babel/preset-react": "^7.18.6",
14
- "@babel/preset-typescript": "^7.21.0",
15
- "@bytebrand/car-schema-selectors": "^2.0.7",
16
- "@bytebrand/fe-histoslider": "3.0.0",
17
- "@bytebrand/i18n-dictionaries": "^0.7.5",
18
- "@emotion/react": "^11.9.3",
19
- "@emotion/styled": "^11.9.3",
20
- "@mui/material": "^5.9.0",
21
- "@mui/styles": "^5.9.0",
22
- "@mui/x-date-pickers": "^5.0.0-beta.1",
23
- "classnames": "2.2.6",
24
- "d3-format": "1.4.5",
25
- "d3-scale": "^2.2.2",
26
- "date-fns": "2.29.1",
27
- "i18next": "^15.0.4",
28
- "jest": "^26.0.0",
29
- "js-cookie": "^2.2.0",
30
- "moment": "^2.29.1",
31
- "rc-slider": "^8.6.13",
32
- "react": "^17.0.2",
33
- "react-device-detect": "^2.1.2",
34
- "react-dom": "^17.0.2",
35
- "react-grid-system": "^5.0.2",
36
- "react-i18next": "9.0.4",
37
- "react-lazyload": "3.2.0",
38
- "react-scroll": "^1.7.13",
39
- "react-select": "^3.0.4",
40
- "react-slick": "^0.29.0",
41
- "slick-carousel": "1.8.1",
42
- "uuid": "^8.3.2"
43
- },
44
- "devDependencies": {
45
- "@storybook/addon-actions": "^5.1.11",
46
- "@storybook/addon-backgrounds": "^5.1.11",
47
- "@storybook/addon-centered": "^5.1.11",
48
- "@storybook/addon-info": "^5.1.11",
49
- "@storybook/addon-links": "^5.1.11",
50
- "@storybook/addons": "^5.1.11",
51
- "@storybook/react": "^5.3.21",
52
- "@testing-library/dom": "^9.0.1",
53
- "@testing-library/jest-dom": "^5.16.5",
54
- "@testing-library/react": "^11.2.6",
55
- "@types/classnames": "2.2.6",
56
- "@types/d3-format": "^1.3.1",
57
- "@types/i18next": "^12.1.0",
58
- "@types/jest": "^29.4.0",
59
- "@types/js-cookie": "^2.1.0",
60
- "@types/lodash": "^4.14.134",
61
- "@types/qs": "^6.9.7",
62
- "@types/rc-slider": "^9.3.1",
63
- "@types/react": "^17.0.2",
64
- "@types/react-dom": "^17.0.2",
65
- "@types/react-lazyload": "^2.5.0",
66
- "@types/react-scroll": "^1.8.7",
67
- "@types/react-select": "^3.0.2",
68
- "@types/react-slick": "^0.23.4 ",
69
- "@types/uuid": "^8.3.1",
70
- "autoprefixer": "^9.6.0",
71
- "babel-loader": "^8.0.6",
72
- "babel-plugin-minify-dead-code-elimination": "^0.5.0",
73
- "babel-plugin-transform-imports": "^2.0.0",
74
- "css-loader": "^3.2.0",
75
- "jest-css-modules": "^2.1.0",
76
- "jest-css-modules-transform": "^4.4.2",
77
- "jest-dom": "^4.0.0",
78
- "jest-environment-jsdom-sixteen": "^2.0.0",
79
- "jest-junit": "^15.0.0",
80
- "jest-stylus": "^0.1.2",
81
- "jest-svg-transformer": "^1.0.0",
82
- "jest-transform-stub": "^2.0.0",
83
- "lodash": "^4.17.15",
84
- "mobx": "4.6.0",
85
- "mobx-react": "5.4.3",
86
- "postcss-loader": "^3.0.0",
87
- "qs": "6.5.1",
88
- "re-resizable": "^6.0.0",
89
- "react-checkbox-tree": "^1.5.1",
90
- "react-circular-progressbar": "^2.0.4",
91
- "storybook-addon-i18next": "^1.1.0",
92
- "style-loader": "^1.0.0",
93
- "stylus": "^0.54.5",
94
- "stylus-loader": "^3.0.2",
95
- "ts-jest": "^26.0.0",
96
- "tslint": "^5.17.0",
97
- "tslint-config-airbnb": "^5.11.1",
98
- "tslint-loader": "^3.5.4",
99
- "typescript": "^3.5.1",
100
- "webpack-cli": "^3.3.6",
101
- "husky": "^9.0.11"
102
- },
103
- "resolutions": {
104
- "@types/react": "^16.8.3"
105
- },
106
- "scripts": {
107
- "prepare": "husky",
108
- "storybook": "start-storybook -p 6006",
109
- "clean": "rm -rf ./dist/*.*",
110
- "build:lib": "yarn clean && webpack --config ./webpack.config.js --progress",
111
- "build:story": "build-storybook",
112
- "test": "jest --watch",
113
- "test:ci": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
114
- "test:coverage": "yarn run test -- --coverage --watchAll=false || exit 0"
115
- },
116
- "author": "Maks Okhmatenko",
117
- "license": "UNLICENSED"
118
- }
1
+ {
2
+ "name": "@bytebrand/fe-ui-core",
3
+ "version": "4.8.28",
4
+ "description": "UI components for the auto.de project",
5
+ "main": "index.ts",
6
+ "module": "dist/common.js",
7
+ "dependencies": {
8
+ "@babel/core": "^7.17.8",
9
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
10
+ "@babel/plugin-proposal-decorators": "^7.17.8",
11
+ "@babel/plugin-transform-react-constant-elements": "^7.17.6",
12
+ "@babel/preset-env": "^7.20.2",
13
+ "@babel/preset-react": "^7.18.6",
14
+ "@babel/preset-typescript": "^7.21.0",
15
+ "@bytebrand/car-schema-selectors": "^2.0.7",
16
+ "@bytebrand/fe-histoslider": "3.0.0",
17
+ "@bytebrand/i18n-dictionaries": "^0.7.5",
18
+ "@emotion/react": "^11.9.3",
19
+ "@emotion/styled": "^11.9.3",
20
+ "@mui/material": "^5.9.0",
21
+ "@mui/styles": "^5.9.0",
22
+ "@mui/x-date-pickers": "^5.0.0-beta.1",
23
+ "classnames": "2.2.6",
24
+ "d3-format": "1.4.5",
25
+ "d3-scale": "^2.2.2",
26
+ "date-fns": "2.29.1",
27
+ "i18next": "^15.0.4",
28
+ "jest": "^26.0.0",
29
+ "js-cookie": "^2.2.0",
30
+ "moment": "^2.29.1",
31
+ "rc-slider": "^8.6.13",
32
+ "react": "^17.0.2",
33
+ "react-device-detect": "^2.1.2",
34
+ "react-dom": "^17.0.2",
35
+ "react-grid-system": "^5.0.2",
36
+ "react-i18next": "9.0.4",
37
+ "react-lazyload": "3.2.0",
38
+ "react-scroll": "^1.7.13",
39
+ "react-select": "^3.0.4",
40
+ "react-slick": "^0.29.0",
41
+ "slick-carousel": "1.8.1",
42
+ "uuid": "^8.3.2"
43
+ },
44
+ "devDependencies": {
45
+ "@storybook/addon-actions": "^5.1.11",
46
+ "@storybook/addon-backgrounds": "^5.1.11",
47
+ "@storybook/addon-centered": "^5.1.11",
48
+ "@storybook/addon-info": "^5.1.11",
49
+ "@storybook/addon-links": "^5.1.11",
50
+ "@storybook/addons": "^5.1.11",
51
+ "@storybook/react": "^5.3.21",
52
+ "@testing-library/dom": "^9.0.1",
53
+ "@testing-library/jest-dom": "^5.16.5",
54
+ "@testing-library/react": "^11.2.6",
55
+ "@types/classnames": "2.2.6",
56
+ "@types/d3-format": "^1.3.1",
57
+ "@types/i18next": "^12.1.0",
58
+ "@types/jest": "^29.4.0",
59
+ "@types/js-cookie": "^2.1.0",
60
+ "@types/lodash": "^4.14.134",
61
+ "@types/qs": "^6.9.7",
62
+ "@types/rc-slider": "^9.3.1",
63
+ "@types/react": "^17.0.2",
64
+ "@types/react-dom": "^17.0.2",
65
+ "@types/react-lazyload": "^2.5.0",
66
+ "@types/react-scroll": "^1.8.7",
67
+ "@types/react-select": "^3.0.2",
68
+ "@types/react-slick": "^0.23.4 ",
69
+ "@types/uuid": "^8.3.1",
70
+ "autoprefixer": "^9.6.0",
71
+ "babel-loader": "^8.0.6",
72
+ "babel-plugin-minify-dead-code-elimination": "^0.5.0",
73
+ "babel-plugin-transform-imports": "^2.0.0",
74
+ "css-loader": "^3.2.0",
75
+ "jest-css-modules": "^2.1.0",
76
+ "jest-css-modules-transform": "^4.4.2",
77
+ "jest-dom": "^4.0.0",
78
+ "jest-environment-jsdom-sixteen": "^2.0.0",
79
+ "jest-junit": "^15.0.0",
80
+ "jest-stylus": "^0.1.2",
81
+ "jest-svg-transformer": "^1.0.0",
82
+ "jest-transform-stub": "^2.0.0",
83
+ "lodash": "^4.17.15",
84
+ "mobx": "4.6.0",
85
+ "mobx-react": "5.4.3",
86
+ "postcss-loader": "^3.0.0",
87
+ "qs": "6.5.1",
88
+ "re-resizable": "^6.0.0",
89
+ "react-checkbox-tree": "^1.5.1",
90
+ "react-circular-progressbar": "^2.0.4",
91
+ "storybook-addon-i18next": "^1.1.0",
92
+ "style-loader": "^1.0.0",
93
+ "stylus": "^0.54.5",
94
+ "stylus-loader": "^3.0.2",
95
+ "ts-jest": "^26.0.0",
96
+ "tslint": "^5.17.0",
97
+ "tslint-config-airbnb": "^5.11.1",
98
+ "tslint-loader": "^3.5.4",
99
+ "typescript": "^3.5.1",
100
+ "webpack-cli": "^3.3.6",
101
+ "husky": "^9.0.11"
102
+ },
103
+ "resolutions": {
104
+ "@types/react": "^16.8.3"
105
+ },
106
+ "scripts": {
107
+ "storybook": "start-storybook -p 6006",
108
+ "clean": "rm -rf ./dist/*.*",
109
+ "build:lib": "yarn clean && webpack --config ./webpack.config.js --progress",
110
+ "build:story": "build-storybook",
111
+ "test": "jest --watch",
112
+ "test:ci": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
113
+ "test:coverage": "yarn run test -- --coverage --watchAll=false || exit 0"
114
+ },
115
+ "author": "Maks Okhmatenko",
116
+ "license": "UNLICENSED"
117
+ }
package/profile.ts CHANGED
@@ -1 +1 @@
1
- export { default as ContactInfo } from './source/components/ContactInfo/ContactInfo';
1
+ export { default as ContactInfo } from './source/components/ContactInfo/ContactInfo';