@redneckz/wildless-cms-uni-blocks 0.3.49 → 0.3.50

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 (361) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +39 -27
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/BurgerIcon.svg +1 -1
  5. package/cosmos-static/icons/Calendar2Icon.svg +1 -1
  6. package/cosmos-static/icons/CalendarCircleIcon.svg +1 -1
  7. package/cosmos-static/icons/CalendarIcon.svg +1 -1
  8. package/cosmos-static/icons/CalendarTickIcon.svg +1 -1
  9. package/cosmos-static/icons/CalendarWhiteIcon.svg +1 -1
  10. package/cosmos-static/icons/CardIcon.svg +1 -1
  11. package/cosmos-static/icons/CardPosIcon.svg +1 -1
  12. package/cosmos-static/icons/CardTickIcon.svg +1 -1
  13. package/cosmos-static/icons/CardWithGemIcon.svg +1 -1
  14. package/cosmos-static/icons/ChartSquareIcon.svg +1 -1
  15. package/cosmos-static/icons/CloseIcon.svg +1 -1
  16. package/cosmos-static/icons/DiscountShapeIcon.svg +1 -1
  17. package/cosmos-static/icons/DocIcon.svg +1 -1
  18. package/cosmos-static/icons/DocumentTextIcon.svg +1 -1
  19. package/cosmos-static/icons/EmptyWalletChangeIcon.svg +1 -1
  20. package/cosmos-static/icons/EmptyWalletIcon.svg +1 -1
  21. package/cosmos-static/icons/GlobalIcon.svg +1 -1
  22. package/cosmos-static/icons/GpsIcon.svg +1 -1
  23. package/cosmos-static/icons/GridIcon.svg +1 -1
  24. package/cosmos-static/icons/InterestIcon.svg +1 -1
  25. package/cosmos-static/icons/MoneyIcon.svg +1 -1
  26. package/cosmos-static/icons/MonitorMobileIcon.svg +1 -1
  27. package/cosmos-static/icons/OfficeIcon.svg +1 -1
  28. package/cosmos-static/icons/PercentageRoundIcon.svg +1 -1
  29. package/cosmos-static/icons/PercentageSquareIcon.svg +1 -1
  30. package/cosmos-static/icons/PersonalCardIcon.svg +1 -1
  31. package/cosmos-static/icons/Profile2UserIcon.svg +1 -1
  32. package/cosmos-static/icons/RoundRubleIcon.svg +1 -1
  33. package/cosmos-static/icons/SafeIcon.svg +1 -1
  34. package/cosmos-static/icons/ShieldTickIcon.svg +1 -1
  35. package/cosmos-static/icons/SmallClockIcon.svg +1 -1
  36. package/cosmos-static/icons/UserTickIcon.svg +1 -1
  37. package/cosmos-static/icons/WalletAdd2Icon.svg +1 -1
  38. package/cosmos-static/icons/WalletAddIcon.svg +1 -1
  39. package/cosmos-static/icons/WalletIcon.svg +1 -1
  40. package/cosmos-static/icons/WalletWithMoneyIcon.svg +1 -1
  41. package/dist/components/Bonus/Bonus.js +2 -2
  42. package/dist/components/Bonus/Bonus.js.map +1 -1
  43. package/dist/components/Bonus/BonusContent.d.ts +4 -3
  44. package/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  45. package/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  46. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  47. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  48. package/dist/components/Footer/SocialMedia.js +1 -1
  49. package/dist/components/Footer/SocialMedia.js.map +1 -1
  50. package/dist/components/GracePeriod/GracePeriod.js +3 -3
  51. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  52. package/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  53. package/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  54. package/dist/components/NavigatorTabs/NavigatorTabs.js +1 -1
  55. package/dist/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  56. package/dist/components/ProductBlock/ProductBlockInner.js +2 -2
  57. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  58. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +2 -2
  59. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  60. package/dist/components/ProductBlock/renderBenefit.d.ts +2 -2
  61. package/dist/components/ProductBlock/renderBenefit.js +13 -6
  62. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  63. package/dist/components/ProductBlock/renderBenefit.mobile.d.ts +2 -3
  64. package/dist/components/ProductBlock/renderBenefit.mobile.js +10 -2
  65. package/dist/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  66. package/dist/components/Recommendation/RecommendationCard.d.ts +2 -0
  67. package/dist/components/Recommendation/RecommendationCard.js +1 -1
  68. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  69. package/dist/components/Recommendation/RecommendationContent.d.ts +7 -6
  70. package/dist/model/IconVersion.d.ts +1 -0
  71. package/dist/model/IconVersion.js +2 -0
  72. package/dist/model/IconVersion.js.map +1 -0
  73. package/dist/model/Picture.d.ts +3 -0
  74. package/dist/ui-kit/Icon/Icon.js +3 -2
  75. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  76. package/dist/ui-kit/Icon/IconProps.d.ts +3 -0
  77. package/dist/ui-kit/Img/Img.js +2 -1
  78. package/dist/ui-kit/Img/Img.js.map +1 -1
  79. package/dist/ui-kit/Img/Img.mobile.js +2 -1
  80. package/dist/ui-kit/Img/Img.mobile.js.map +1 -1
  81. package/dist/ui-kit/Img/getIconVersion.d.ts +1 -0
  82. package/dist/ui-kit/Img/getIconVersion.js +7 -0
  83. package/dist/ui-kit/Img/getIconVersion.js.map +1 -0
  84. package/dist/ui-kit/Select/SelectOption.d.ts +1 -0
  85. package/dist/ui-kit/Select/SelectOption.js +2 -2
  86. package/dist/ui-kit/Select/SelectOption.js.map +1 -1
  87. package/dist/ui-kit/Tabs/Tabs.js +1 -1
  88. package/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  89. package/fonts/mohave/Mohave-Regular.otf +0 -0
  90. package/fonts/mohave/mohave.css +1 -1
  91. package/lib/common.css +1 -1
  92. package/lib/components/Bonus/Bonus.js +2 -2
  93. package/lib/components/Bonus/Bonus.js.map +1 -1
  94. package/lib/components/Bonus/BonusContent.d.ts +4 -3
  95. package/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  96. package/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  97. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  98. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  99. package/lib/components/Footer/SocialMedia.js +1 -1
  100. package/lib/components/Footer/SocialMedia.js.map +1 -1
  101. package/lib/components/GracePeriod/GracePeriod.js +3 -3
  102. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  103. package/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  104. package/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  105. package/lib/components/NavigatorTabs/NavigatorTabs.js +1 -1
  106. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +0 -3
  107. package/lib/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  108. package/lib/components/ProductBlock/ProductBlockInner.js +2 -2
  109. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  110. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +2 -2
  111. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  112. package/lib/components/ProductBlock/renderBenefit.d.ts +2 -2
  113. package/lib/components/ProductBlock/renderBenefit.js +13 -6
  114. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  115. package/lib/components/ProductBlock/renderBenefit.mobile.d.ts +2 -3
  116. package/lib/components/ProductBlock/renderBenefit.mobile.js +10 -2
  117. package/lib/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  118. package/lib/components/Recommendation/RecommendationCard.d.ts +2 -0
  119. package/lib/components/Recommendation/RecommendationCard.js +1 -1
  120. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  121. package/lib/components/Recommendation/RecommendationContent.d.ts +7 -6
  122. package/lib/model/IconVersion.d.ts +1 -0
  123. package/lib/model/IconVersion.js +2 -0
  124. package/lib/model/IconVersion.js.map +1 -0
  125. package/lib/model/Picture.d.ts +3 -0
  126. package/lib/ui-kit/Icon/Icon.js +3 -2
  127. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  128. package/lib/ui-kit/Icon/IconProps.d.ts +3 -0
  129. package/lib/ui-kit/Img/Img.js +2 -1
  130. package/lib/ui-kit/Img/Img.js.map +1 -1
  131. package/lib/ui-kit/Img/Img.mobile.js +2 -1
  132. package/lib/ui-kit/Img/Img.mobile.js.map +1 -1
  133. package/lib/ui-kit/Img/getIconVersion.d.ts +1 -0
  134. package/lib/ui-kit/Img/getIconVersion.js +4 -0
  135. package/lib/ui-kit/Img/getIconVersion.js.map +1 -0
  136. package/lib/ui-kit/Select/SelectOption.d.ts +1 -0
  137. package/lib/ui-kit/Select/SelectOption.js +2 -2
  138. package/lib/ui-kit/Select/SelectOption.js.map +1 -1
  139. package/lib/ui-kit/Tabs/Tabs.js +1 -1
  140. package/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  141. package/mobile/bundle/bundle.umd.js +26 -13
  142. package/mobile/bundle/bundle.umd.min.js +1 -1
  143. package/mobile/dist/components/Bonus/Bonus.js +2 -2
  144. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  145. package/mobile/dist/components/Bonus/BonusContent.d.ts +4 -3
  146. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  147. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  148. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  149. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  150. package/mobile/dist/components/GracePeriod/GracePeriod.js +3 -3
  151. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  152. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  153. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  154. package/mobile/dist/components/NavigatorTabs/NavigatorTabs.js +1 -1
  155. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  156. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +2 -2
  157. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  158. package/mobile/dist/components/ProductBlock/renderBenefit.d.ts +2 -3
  159. package/mobile/dist/components/ProductBlock/renderBenefit.js +10 -2
  160. package/mobile/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  161. package/mobile/dist/components/Recommendation/RecommendationCard.d.ts +2 -0
  162. package/mobile/dist/components/Recommendation/RecommendationCard.js +1 -1
  163. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  164. package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +7 -6
  165. package/mobile/dist/model/IconVersion.d.ts +1 -0
  166. package/mobile/dist/model/IconVersion.js +2 -0
  167. package/mobile/dist/model/IconVersion.js.map +1 -0
  168. package/mobile/dist/model/Picture.d.ts +3 -0
  169. package/mobile/dist/ui-kit/Icon/Icon.js +3 -2
  170. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  171. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +3 -0
  172. package/mobile/dist/ui-kit/Img/Img.js +2 -1
  173. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  174. package/mobile/dist/ui-kit/Img/getIconVersion.d.ts +1 -0
  175. package/mobile/dist/ui-kit/Img/getIconVersion.js +7 -0
  176. package/mobile/dist/ui-kit/Img/getIconVersion.js.map +1 -0
  177. package/mobile/dist/ui-kit/Select/SelectOption.d.ts +1 -0
  178. package/mobile/dist/ui-kit/Select/SelectOption.js +2 -2
  179. package/mobile/dist/ui-kit/Select/SelectOption.js.map +1 -1
  180. package/mobile/dist/ui-kit/Tabs/Tabs.js +1 -1
  181. package/mobile/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  182. package/mobile/lib/components/Bonus/Bonus.js +2 -2
  183. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  184. package/mobile/lib/components/Bonus/BonusContent.d.ts +4 -3
  185. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  186. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  187. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  188. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  189. package/mobile/lib/components/GracePeriod/GracePeriod.js +3 -3
  190. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  191. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  192. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  193. package/mobile/lib/components/NavigatorTabs/NavigatorTabs.js +1 -1
  194. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  195. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +2 -2
  196. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  197. package/mobile/lib/components/ProductBlock/renderBenefit.d.ts +2 -3
  198. package/mobile/lib/components/ProductBlock/renderBenefit.js +10 -2
  199. package/mobile/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  200. package/mobile/lib/components/Recommendation/RecommendationCard.d.ts +2 -0
  201. package/mobile/lib/components/Recommendation/RecommendationCard.js +1 -1
  202. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  203. package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +7 -6
  204. package/mobile/lib/model/IconVersion.d.ts +1 -0
  205. package/mobile/lib/model/IconVersion.js +2 -0
  206. package/mobile/lib/model/IconVersion.js.map +1 -0
  207. package/mobile/lib/model/Picture.d.ts +3 -0
  208. package/mobile/lib/ui-kit/Icon/Icon.js +3 -2
  209. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  210. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +3 -0
  211. package/mobile/lib/ui-kit/Img/Img.js +2 -1
  212. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  213. package/mobile/lib/ui-kit/Img/getIconVersion.d.ts +1 -0
  214. package/mobile/lib/ui-kit/Img/getIconVersion.js +4 -0
  215. package/mobile/lib/ui-kit/Img/getIconVersion.js.map +1 -0
  216. package/mobile/lib/ui-kit/Select/SelectOption.d.ts +1 -0
  217. package/mobile/lib/ui-kit/Select/SelectOption.js +2 -2
  218. package/mobile/lib/ui-kit/Select/SelectOption.js.map +1 -1
  219. package/mobile/lib/ui-kit/Tabs/Tabs.js +1 -1
  220. package/mobile/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  221. package/mobile/src/common.css +0 -4
  222. package/mobile/src/components/Bonus/Bonus.tsx +8 -6
  223. package/mobile/src/components/Bonus/BonusContent.ts +4 -3
  224. package/mobile/src/components/ContentPage/ContentPage.page.json +6 -0
  225. package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
  226. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
  227. package/mobile/src/components/GracePeriod/GracePeriod.tsx +5 -5
  228. package/mobile/src/components/NavigatorTabs/NavigatorTabItem.tsx +1 -1
  229. package/mobile/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
  230. package/mobile/src/components/NavigatorTabs/NavigatorTabs.tsx +1 -1
  231. package/mobile/src/components/ProductBlock/ProductBlock.example.json +6 -0
  232. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +8 -0
  233. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +6 -1
  234. package/mobile/src/components/ProductBlock/renderBenefit.tsx +15 -4
  235. package/mobile/src/components/Recommendation/Recommendation.example.json +11 -10
  236. package/mobile/src/components/Recommendation/RecommendationCard.tsx +6 -3
  237. package/mobile/src/components/Recommendation/RecommendationContent.ts +12 -10
  238. package/mobile/src/icons/AppleIcon.svg +3 -1
  239. package/mobile/src/icons/BurgerIcon.svg +4 -4
  240. package/mobile/src/icons/Calendar2Icon.svg +6 -1
  241. package/mobile/src/icons/CalendarCircleIcon.svg +1 -4
  242. package/mobile/src/icons/CalendarIcon.svg +1 -1
  243. package/mobile/src/icons/CalendarTickIcon.svg +1 -6
  244. package/mobile/src/icons/CalendarWhiteIcon.svg +2 -2
  245. package/mobile/src/icons/CardIcon.svg +1 -5
  246. package/mobile/src/icons/CardPosIcon.svg +1 -5
  247. package/mobile/src/icons/CardTickIcon.svg +1 -5
  248. package/mobile/src/icons/CardWithGemIcon.svg +1 -1
  249. package/mobile/src/icons/ChartSquareIcon.svg +1 -6
  250. package/mobile/src/icons/CloseIcon.svg +4 -4
  251. package/mobile/src/icons/DiscountShapeIcon.svg +1 -4
  252. package/mobile/src/icons/DocIcon.svg +1 -1
  253. package/mobile/src/icons/DocumentTextIcon.svg +2 -2
  254. package/mobile/src/icons/EmptyWalletChangeIcon.svg +3 -3
  255. package/mobile/src/icons/EmptyWalletIcon.svg +2 -2
  256. package/mobile/src/icons/GlobalIcon.svg +1 -5
  257. package/mobile/src/icons/GpsIcon.svg +6 -6
  258. package/mobile/src/icons/GridIcon.svg +1 -1
  259. package/mobile/src/icons/InterestIcon.svg +1 -6
  260. package/mobile/src/icons/MasterCardIcon.svg +1 -5
  261. package/mobile/src/icons/MinusIcon.svg +1 -3
  262. package/mobile/src/icons/MoneyIcon.svg +1 -5
  263. package/mobile/src/icons/MonitorMobileIcon.svg +1 -4
  264. package/mobile/src/icons/OfficeIcon.svg +1 -1
  265. package/mobile/src/icons/PercentageRoundIcon.svg +1 -4
  266. package/mobile/src/icons/PercentageSquareIcon.svg +1 -1
  267. package/mobile/src/icons/PersonalCardIcon.svg +1 -4
  268. package/mobile/src/icons/PlayMarketIcon.svg +1 -3
  269. package/mobile/src/icons/PlusIcon.svg +1 -3
  270. package/mobile/src/icons/Profile2UserIcon.svg +1 -6
  271. package/mobile/src/icons/RoundRubleIcon.svg +1 -5
  272. package/mobile/src/icons/SafeIcon.svg +1 -7
  273. package/mobile/src/icons/ShieldTickIcon.svg +1 -4
  274. package/mobile/src/icons/SmallClockIcon.svg +1 -4
  275. package/mobile/src/icons/UserTickIcon.svg +1 -5
  276. package/mobile/src/icons/WalletAdd2Icon.svg +1 -6
  277. package/mobile/src/icons/WalletAddIcon.svg +1 -7
  278. package/mobile/src/icons/WalletIcon.svg +1 -7
  279. package/mobile/src/icons/WalletWithMoneyIcon.svg +1 -5
  280. package/mobile/src/model/IconVersion.ts +1 -0
  281. package/mobile/src/model/Picture.ts +3 -0
  282. package/mobile/src/ui-kit/Icon/Icon.tsx +3 -1
  283. package/mobile/src/ui-kit/Icon/IconProps.ts +3 -0
  284. package/mobile/src/ui-kit/Img/Img.tsx +11 -2
  285. package/mobile/src/ui-kit/Img/getIconVersion.tsx +3 -0
  286. package/mobile/src/ui-kit/Select/SelectOption.tsx +10 -7
  287. package/mobile/src/ui-kit/Tabs/Tabs.tsx +1 -1
  288. package/package.json +1 -1
  289. package/src/common.css +0 -4
  290. package/src/components/Bonus/Bonus.tsx +8 -6
  291. package/src/components/Bonus/BonusContent.ts +4 -3
  292. package/src/components/ContentPage/ContentPage.page.json +6 -0
  293. package/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
  294. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
  295. package/src/components/Footer/SocialMedia.tsx +1 -1
  296. package/src/components/GracePeriod/GracePeriod.tsx +5 -5
  297. package/src/components/NavigatorTabs/NavigatorTabItem.tsx +1 -1
  298. package/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
  299. package/src/components/NavigatorTabs/NavigatorTabs.tsx +1 -1
  300. package/src/components/ProductBlock/ProductBlock.example.json +6 -0
  301. package/src/components/ProductBlock/ProductBlock.fixture.tsx +65 -28
  302. package/src/components/ProductBlock/ProductBlockContent.ts +8 -0
  303. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +6 -1
  304. package/src/components/ProductBlock/ProductBlockInner.tsx +4 -1
  305. package/src/components/ProductBlock/renderBenefit.mobile.tsx +15 -4
  306. package/src/components/ProductBlock/renderBenefit.tsx +20 -8
  307. package/src/components/Recommendation/Recommendation.example.json +11 -10
  308. package/src/components/Recommendation/Recommendation.fixture.tsx +3 -3
  309. package/src/components/Recommendation/RecommendationCard.tsx +6 -3
  310. package/src/components/Recommendation/RecommendationContent.ts +12 -10
  311. package/src/icons/AppleIcon.svg +3 -1
  312. package/src/icons/BurgerIcon.svg +4 -4
  313. package/src/icons/Calendar2Icon.svg +6 -1
  314. package/src/icons/CalendarCircleIcon.svg +1 -4
  315. package/src/icons/CalendarIcon.svg +1 -1
  316. package/src/icons/CalendarTickIcon.svg +1 -6
  317. package/src/icons/CalendarWhiteIcon.svg +2 -2
  318. package/src/icons/CardIcon.svg +1 -5
  319. package/src/icons/CardPosIcon.svg +1 -5
  320. package/src/icons/CardTickIcon.svg +1 -5
  321. package/src/icons/CardWithGemIcon.svg +1 -1
  322. package/src/icons/ChartSquareIcon.svg +1 -6
  323. package/src/icons/CloseIcon.svg +4 -4
  324. package/src/icons/DiscountShapeIcon.svg +1 -4
  325. package/src/icons/DocIcon.svg +1 -1
  326. package/src/icons/DocumentTextIcon.svg +2 -2
  327. package/src/icons/EmptyWalletChangeIcon.svg +3 -3
  328. package/src/icons/EmptyWalletIcon.svg +2 -2
  329. package/src/icons/GlobalIcon.svg +1 -5
  330. package/src/icons/GpsIcon.svg +6 -6
  331. package/src/icons/GridIcon.svg +1 -1
  332. package/src/icons/InterestIcon.svg +1 -6
  333. package/src/icons/MasterCardIcon.svg +1 -5
  334. package/src/icons/MinusIcon.svg +1 -3
  335. package/src/icons/MoneyIcon.svg +1 -5
  336. package/src/icons/MonitorMobileIcon.svg +1 -4
  337. package/src/icons/OfficeIcon.svg +1 -1
  338. package/src/icons/PercentageRoundIcon.svg +1 -4
  339. package/src/icons/PercentageSquareIcon.svg +1 -1
  340. package/src/icons/PersonalCardIcon.svg +1 -4
  341. package/src/icons/PlayMarketIcon.svg +1 -3
  342. package/src/icons/PlusIcon.svg +1 -3
  343. package/src/icons/Profile2UserIcon.svg +1 -6
  344. package/src/icons/RoundRubleIcon.svg +1 -5
  345. package/src/icons/SafeIcon.svg +1 -7
  346. package/src/icons/ShieldTickIcon.svg +1 -4
  347. package/src/icons/SmallClockIcon.svg +1 -4
  348. package/src/icons/UserTickIcon.svg +1 -5
  349. package/src/icons/WalletAdd2Icon.svg +1 -6
  350. package/src/icons/WalletAddIcon.svg +1 -7
  351. package/src/icons/WalletIcon.svg +1 -7
  352. package/src/icons/WalletWithMoneyIcon.svg +1 -5
  353. package/src/model/IconVersion.ts +1 -0
  354. package/src/model/Picture.ts +3 -0
  355. package/src/ui-kit/Icon/Icon.tsx +3 -1
  356. package/src/ui-kit/Icon/IconProps.ts +3 -0
  357. package/src/ui-kit/Img/Img.mobile.tsx +11 -2
  358. package/src/ui-kit/Img/Img.tsx +10 -2
  359. package/src/ui-kit/Img/getIconVersion.tsx +3 -0
  360. package/src/ui-kit/Select/SelectOption.tsx +10 -7
  361. package/src/ui-kit/Tabs/Tabs.tsx +1 -1
@@ -1,5 +1 @@
1
- <svg title="Деньги" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 12.53v2.97c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-7c0-3.5-2-5-5-5H7c-3 0-5 1.5-5 5V9h1c3 0 4-1 4-4V4" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M22 9h-1c-3 0-4-1-4-4V4M2 15h1c3 0 4 1 4 4v1M22 15h-1c-3 0-4 1-4 4v1" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg title="Деньги" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.53v2.97c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-7c0-3.5-2-5-5-5H7c-3 0-5 1.5-5 5V9h1c3 0 4-1 4-4V4" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 9h-1c-3 0-4-1-4-4V4M2 15h1c3 0 4 1 4 4v1M22 15h-1c-3 0-4 1-4 4v1" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,4 +1 @@
1
- <svg title="Монитор и мобильный" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 12.95h8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M2 6.74c0-3.37.84-4.21 4.21-4.21h10.53c3.37 0 4.21.84 4.21 4.21M10 16.95H6.21c-3.37 0-4.21-.84-4.21-4.21v-1.89M10 21.47v-4.52M6.74 21.47H10M22 12.8c0-2.37-.59-2.96-2.96-2.96h-3.55c-2.37 0-2.96.59-2.96 2.96v5.71c0 2.37.59 2.96 2.96 2.96h3.55c2.37 0 2.96-.59 2.96-2.96v-1.57" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M17.244 18.25h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg title="Монитор и мобильный" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.95h8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 6.74c0-3.37.84-4.21 4.21-4.21h10.53c3.37 0 4.21.84 4.21 4.21M10 16.95H6.21c-3.37 0-4.21-.84-4.21-4.21v-1.89M10 21.47v-4.52M6.74 21.47H10M22 12.8c0-2.37-.59-2.96-2.96-2.96h-3.55c-2.37 0-2.96.59-2.96 2.96v5.71c0 2.37.59 2.96 2.96 2.96h3.55c2.37 0 2.96-.59 2.96-2.96v-1.57" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.244 18.25h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1 +1 @@
1
- <svg title="Офис" viewBox="0 0 49 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5 44.744c0-.15-.164-.3-.482-.442-2.93-.94-12.24-1.62-23.272-1.62C11.358 42.683.5 43.695.5 44.935c0 .15.164.3.481.442 2.94.94 12.241 1.62 23.273 1.62 13.388 0 24.246-1.012 24.246-2.252Z" fill="#1C1C1C"/><path d="M31.869 22.125H6.335v18.03h25.534v-18.03Z" fill="#D6C94F"/><path d="M6.338 25.302h25.534v-3.18H6.338v3.18Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#a)"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#b)"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#c)"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#d)"/><path d="M17.094 40.151h4.023v-6.375a.778.778 0 0 0-.776-.776h-2.467a.778.778 0 0 0-.776.776v6.375h-.004Z" fill="#71A549"/><path d="M8.169 39.13H4.835a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#e)"/><path d="M5.967 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m7.861 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M8.169 23.145H4.835a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M15.012 39.13H11.68a.411.411 0 0 0-.413.413v.608h4.159v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#f)"/><path d="M12.811 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m14.705 24.503-2.719-.679v-.679h2.719v1.358Z" fill="#71A549"/><path d="M15.012 23.145H11.68a.411.411 0 0 1-.413-.412v-.608h4.159v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M24.14 39.13h-3.334a.411.411 0 0 0-.412.413v.608h4.158v-.608a.411.411 0 0 0-.412-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="url(#g)"/><path d="M21.939 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m23.832 24.503-2.718-.679v-.679h2.718v1.358Z" fill="#71A549"/><path d="M24.14 23.145h-3.334a.411.411 0 0 1-.412-.412v-.608h4.158v.608a.411.411 0 0 1-.412.412Z" fill="#71A549"/><path d="M30.984 39.13H27.65a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#h)"/><path d="M28.782 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m30.676 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M30.984 23.145H27.65a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412ZM43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="#71A549"/><path d="M43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="url(#i)"/><path d="M32.694 42.263H3.252v-1.287c0-.453.368-.825.825-.825H31.87c.453 0 .825.368.825.825v1.287Z" fill="#C2F5AA"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="#fff"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="url(#j)"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="#71A549"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="url(#k)"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="#C2F5AA"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="url(#l)"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="#fff"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="url(#m)"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="#D6C94F"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="url(#n)"/><path d="m39.425 21 2.366 1.125h3.649l-3.518-2.152L39.425 21Z" fill="#71A549"/><mask id="o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="12" width="32" height="11"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#fff"/></mask><g mask="url(#o)"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#C2F5AA"/><path d="M23.566 12.416h-4.462L3.222 22.125h4.463l15.881-9.709ZM51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="#fff"/><path d="M51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="url(#p)"/></g><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="#C2F5AA"/><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="url(#q)"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="#71A549"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="url(#r)"/><mask id="s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="31" y="22" width="12" height="19"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#fff"/></mask><g mask="url(#s)"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#71A549"/><path d="M42.327 22.125H31.872v3.18h10.455v-3.18Z" fill="#71A549"/><g opacity=".3"><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#71A549"/><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#DDDC53"/></g><path d="M35.615 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004ZM39.931 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Z" fill="#FEFFCF"/></g><mask id="t" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="17" height="21"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#fff"/></mask><g mask="url(#t)"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#42AB44"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="#71A549"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="url(#u)"/><path d="M48.5 2.527h-5.036V4.73H48.5V2.527Z" fill="#71A549"/></g><path d="M39.425 0c-3.881 0-7.027 2.711-7.027 7.009 0 4.297 3.09 9.307 7.027 13.991 3.938-4.684 7.028-9.694 7.028-13.991C46.456 2.71 43.306 0 39.425 0Z" fill="#fff"/><mask id="v" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="15" height="21"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#fff"/></mask><g mask="url(#v)"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#C2F5AA"/><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="url(#w)"/><path d="M41.454 21.356H32.22L47.795 8.148h9.232L41.454 21.356Z" fill="#fff"/></g><path d="M39.811 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#71A549"/><path d="M39.166 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#fff"/><defs><linearGradient id="a" x1="8.688" y1="40.15" x2="8.688" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="b" x1="15.531" y1="40.15" x2="15.531" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="c" x1="24.66" y1="40.15" x2="24.66" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#82C35E"/></linearGradient><linearGradient id="d" x1="31.397" y1="40.15" x2="31.397" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#DDDC53"/><stop offset="1" stop-color="#7FC25E"/></linearGradient><linearGradient id="e" x1="8.581" y1="40.151" x2="6.862" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="15.425" y1="40.151" x2="13.706" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="24.552" y1="40.151" x2="22.833" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="31.396" y1="40.151" x2="29.677" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="23.487" y1="40.151" x2="23.487" y2="41.207" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD955"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26.262" y1="40.976" x2="3.252" y2="40.976" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="23.489" y1="42.259" x2="23.489" y2="43.314" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD856"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="35" y1="44.25" x2="1.625" y2="42.375" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="20.397" y1="43.087" x2="1.535" y2="43.087" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="45.44" y1="22.125" x2="30.447" y2="11.54" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="26.695" y1="22.125" x2="22.849" y2="16.572" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="32.37" y1="21.071" x2="16.157" y2="21.071" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="23.75" y1="21.071" x2="20.938" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#DFDD53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="u" x1="41.846" y1="19.444" x2="41.846" y2="13.099" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#88C55D"/></linearGradient><linearGradient id="w" x1="32.401" y1=".765" x2="39.285" y2="10.882" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient></defs></svg>
1
+ <svg title="Офис" viewBox="0 0 49 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5 44.744c0-.15-.164-.3-.482-.442-2.93-.94-12.24-1.62-23.272-1.62C11.358 42.683.5 43.695.5 44.935c0 .15.164.3.481.442 2.94.94 12.241 1.62 23.273 1.62 13.388 0 24.246-1.012 24.246-2.252Z" fill="#000000"/><path d="M31.869 22.125H6.335v18.03h25.534v-18.03Z" fill="#D6C94F"/><path d="M6.338 25.302h25.534v-3.18H6.338v3.18Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#a)"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#b)"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#c)"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#d)"/><path d="M17.094 40.151h4.023v-6.375a.778.778 0 0 0-.776-.776h-2.467a.778.778 0 0 0-.776.776v6.375h-.004Z" fill="#71A549"/><path d="M8.169 39.13H4.835a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#e)"/><path d="M5.967 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m7.861 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M8.169 23.145H4.835a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M15.012 39.13H11.68a.411.411 0 0 0-.413.413v.608h4.159v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#f)"/><path d="M12.811 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m14.705 24.503-2.719-.679v-.679h2.719v1.358Z" fill="#71A549"/><path d="M15.012 23.145H11.68a.411.411 0 0 1-.413-.412v-.608h4.159v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M24.14 39.13h-3.334a.411.411 0 0 0-.412.413v.608h4.158v-.608a.411.411 0 0 0-.412-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="url(#g)"/><path d="M21.939 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m23.832 24.503-2.718-.679v-.679h2.718v1.358Z" fill="#71A549"/><path d="M24.14 23.145h-3.334a.411.411 0 0 1-.412-.412v-.608h4.158v.608a.411.411 0 0 1-.412.412Z" fill="#71A549"/><path d="M30.984 39.13H27.65a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#h)"/><path d="M28.782 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m30.676 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M30.984 23.145H27.65a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412ZM43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="#71A549"/><path d="M43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="url(#i)"/><path d="M32.694 42.263H3.252v-1.287c0-.453.368-.825.825-.825H31.87c.453 0 .825.368.825.825v1.287Z" fill="#C2F5AA"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="#fff"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="url(#j)"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="#71A549"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="url(#k)"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="#C2F5AA"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="url(#l)"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="#fff"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="url(#m)"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="#D6C94F"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="url(#n)"/><path d="m39.425 21 2.366 1.125h3.649l-3.518-2.152L39.425 21Z" fill="#71A549"/><mask id="o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="12" width="32" height="11"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#fff"/></mask><g mask="url(#o)"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#C2F5AA"/><path d="M23.566 12.416h-4.462L3.222 22.125h4.463l15.881-9.709ZM51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="#fff"/><path d="M51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="url(#p)"/></g><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="#C2F5AA"/><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="url(#q)"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="#71A549"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="url(#r)"/><mask id="s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="31" y="22" width="12" height="19"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#fff"/></mask><g mask="url(#s)"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#71A549"/><path d="M42.327 22.125H31.872v3.18h10.455v-3.18Z" fill="#71A549"/><g opacity=".3"><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#71A549"/><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#DDDC53"/></g><path d="M35.615 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004ZM39.931 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Z" fill="#FEFFCF"/></g><mask id="t" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="17" height="21"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#fff"/></mask><g mask="url(#t)"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#42AB44"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="#71A549"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="url(#u)"/><path d="M48.5 2.527h-5.036V4.73H48.5V2.527Z" fill="#71A549"/></g><path d="M39.425 0c-3.881 0-7.027 2.711-7.027 7.009 0 4.297 3.09 9.307 7.027 13.991 3.938-4.684 7.028-9.694 7.028-13.991C46.456 2.71 43.306 0 39.425 0Z" fill="#fff"/><mask id="v" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="15" height="21"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#fff"/></mask><g mask="url(#v)"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#C2F5AA"/><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="url(#w)"/><path d="M41.454 21.356H32.22L47.795 8.148h9.232L41.454 21.356Z" fill="#fff"/></g><path d="M39.811 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#71A549"/><path d="M39.166 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#fff"/><defs><linearGradient id="a" x1="8.688" y1="40.15" x2="8.688" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="b" x1="15.531" y1="40.15" x2="15.531" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="c" x1="24.66" y1="40.15" x2="24.66" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#82C35E"/></linearGradient><linearGradient id="d" x1="31.397" y1="40.15" x2="31.397" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#DDDC53"/><stop offset="1" stop-color="#7FC25E"/></linearGradient><linearGradient id="e" x1="8.581" y1="40.151" x2="6.862" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="15.425" y1="40.151" x2="13.706" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="24.552" y1="40.151" x2="22.833" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="31.396" y1="40.151" x2="29.677" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="23.487" y1="40.151" x2="23.487" y2="41.207" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD955"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26.262" y1="40.976" x2="3.252" y2="40.976" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="23.489" y1="42.259" x2="23.489" y2="43.314" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD856"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="35" y1="44.25" x2="1.625" y2="42.375" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="20.397" y1="43.087" x2="1.535" y2="43.087" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="45.44" y1="22.125" x2="30.447" y2="11.54" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="26.695" y1="22.125" x2="22.849" y2="16.572" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="32.37" y1="21.071" x2="16.157" y2="21.071" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="23.75" y1="21.071" x2="20.938" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#DFDD53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="u" x1="41.846" y1="19.444" x2="41.846" y2="13.099" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#88C55D"/></linearGradient><linearGradient id="w" x1="32.401" y1=".765" x2="39.285" y2="10.882" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient></defs></svg>
@@ -1,4 +1 @@
1
- <svg title="Проценты (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m8.32 15.27 6.54-6.54M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46ZM15.27 16.09a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Проценты (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8.32 15.27 6.54-6.54M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46ZM15.27 16.09a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1,6 @@
1
1
  <svg title="Проценты" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
2
  <path
3
- stroke="currentColor"
3
+ stroke="#000000"
4
4
  stroke-linecap="round"
5
5
  stroke-linejoin="round"
6
6
  stroke-width="2"
@@ -1,4 +1 @@
1
- <svg title="Персональная карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5H7c-4 0-5-1-5-5v-3.6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14 8h5M15 12h4M17 16h2M8.5 11.29a1.81 1.81 0 1 0 0-3.62 1.81 1.81 0 0 0 0 3.62ZM12 16.33a3.02 3.02 0 0 0-2.74-2.72 7.72 7.72 0 0 0-1.52 0A3.03 3.03 0 0 0 5 16.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Персональная карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5H7c-4 0-5-1-5-5v-3.6" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 8h5M15 12h4M17 16h2M8.5 11.29a1.81 1.81 0 1 0 0-3.62 1.81 1.81 0 0 0 0 3.62ZM12 16.33a3.02 3.02 0 0 0-2.74-2.72 7.72 7.72 0 0 0-1.52 0A3.03 3.03 0 0 0 5 16.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,3 +1 @@
1
- <svg title="Лого «PlayMarket»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23">
2
- <path d="M0 21.427V1.576C0 .883.447.284 1.094 0L13.85 11.498 1.089 23a1.89 1.89 0 0 1-.795-.646A1.625 1.625 0 0 1 0 21.427Zm17.899-6.282-13.95 7.259 11.002-9.915 2.948 2.656Zm4.335-5.035c.237.162.428.37.561.61.133.239.203.502.205.77.002.267-.064.53-.193.771s-.317.452-.551.617l-2.964 1.542-3.241-2.922 3.24-2.92 2.944 1.532ZM3.959.598l13.938 7.253-2.945 2.654L3.958.598Z" fill="currentColor"/>
3
- </svg>
1
+ <svg title="Лого «PlayMarket»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23"><path d="M0 21.427V1.576C0 .883.447.284 1.094 0L13.85 11.498 1.089 23a1.89 1.89 0 0 1-.795-.646A1.625 1.625 0 0 1 0 21.427Zm17.899-6.282-13.95 7.259 11.002-9.915 2.948 2.656Zm4.335-5.035c.237.162.428.37.561.61.133.239.203.502.205.77.002.267-.064.53-.193.771s-.317.452-.551.617l-2.964 1.542-3.241-2.922 3.24-2.92 2.944 1.532ZM3.959.598l13.938 7.253-2.945 2.654L3.958.598Z" fill="currentColor"/></svg>
@@ -1,3 +1 @@
1
- <svg title="Плюс" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 18V6m3 6h5M4 12h7m1 8V4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg title="Плюс" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 18V6m3 6h5M4 12h7m1 8V4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1 @@
1
- <svg title="Профиль, 2 персоны" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\
2
- <path d="M12.68 3.96c.48.71.76 1.56.76 2.48-.01 2.4-1.9 4.35-4.28 4.43-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
3
- <path d="M16.41 4c1.94 0 3.5 1.57 3.5 3.5 0 1.89-1.5 3.43-3.37 3.5a1.13 1.13 0 0 0-.26 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
4
- <path d="M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87 2.75 1.84 7.26 1.84 10.01 0 2.42-1.62 2.42-4.26 0-5.87-2.74-1.83-7.25-1.83-10.01 0Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
5
- <path d="M18.34 20c.72-.15 1.4-.44 1.96-.87 1.56-1.17 1.56-3.1 0-4.27-.55-.42-1.22-.7-1.93-.86" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg title="Профиль, 2 персоны" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.68 3.96c.48.71.76 1.56.76 2.48-.01 2.4-1.9 4.35-4.28 4.43-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.41 4c1.94 0 3.5 1.57 3.5 3.5 0 1.89-1.5 3.43-3.37 3.5a1.13 1.13 0 0 0-.26 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87 2.75 1.84 7.26 1.84 10.01 0 2.42-1.62 2.42-4.26 0-5.87-2.74-1.83-7.25-1.83-10.01 0Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.34 20c.72-.15 1.4-.44 1.96-.87 1.56-1.17 1.56-3.1 0-4.27-.55-.42-1.22-.7-1.93-.86" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Рубль (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.727 16v-3.765m0 0V9a1 1 0 0 1 1-1H12a2 2 0 0 1 2 2v.235a2 2 0 0 1-2 2h-1.273ZM10 14.588h2.546" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
3
- <circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="2"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.588 18.384c.162.578.791.894 1.315.601a8 8 0 0 0-4.206-14.98c-.6.023-.97.63-.808 1.208.136.482.61.787 1.111.787a6 6 0 0 1 3.14 11.114c-.436.268-.69.778-.552 1.27ZM5.268 7.261c.773 0 1.216 1.01.857 1.695a6.6 6.6 0 0 0-.754 3.073c0 1.218.33 2.36.903 3.34.393.673-.043 1.745-.822 1.745a.79.79 0 0 1-.665-.348 8.588 8.588 0 0 1-1.416-4.737c0-1.598.435-3.094 1.192-4.377a.813.813 0 0 1 .705-.391ZM12 3.765c.421 0 .457-.363.035-.365a8.435 8.435 0 0 0-.07 0c-.422.002-.387.365.035.365Z" fill="currentColor"/>
5
- </svg>
1
+ <svg title="Рубль (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.727 16v-3.765m0 0V9a1 1 0 0 1 1-1H12a2 2 0 0 1 2 2v.235a2 2 0 0 1-2 2h-1.273ZM10 14.588h2.546" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="12" cy="12" r="10" stroke="#000000" stroke-width="2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.588 18.384c.162.578.791.894 1.315.601a8 8 0 0 0-4.206-14.98c-.6.023-.97.63-.808 1.208.136.482.61.787 1.111.787a6 6 0 0 1 3.14 11.114c-.436.268-.69.778-.552 1.27ZM5.268 7.261c.773 0 1.216 1.01.857 1.695a6.6 6.6 0 0 0-.754 3.073c0 1.218.33 2.36.903 3.34.393.673-.043 1.745-.822 1.745a.79.79 0 0 1-.665-.348 8.588 8.588 0 0 1-1.416-4.737c0-1.598.435-3.094 1.192-4.377a.813.813 0 0 1 .705-.391ZM12 3.765c.421 0 .457-.363.035-.365a8.435 8.435 0 0 0-.07 0c-.422.002-.387.365.035.365Z" fill="#000000"/></svg>
@@ -1,7 +1 @@
1
- <svg title="Сейф" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M8 19h8c2 0 3-1 3-3V8c0-2-1-3-3-3H8C6 5 5 6 5 8v8c0 2 1 3 3 3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M5 9.5h2.48a2.5 2.5 0 0 1 0 5H5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M19 9.99h-3M19 14h-3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M7.2 12h.1" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
1
+ <svg title="Сейф" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 19h8c2 0 3-1 3-3V8c0-2-1-3-3-3H8C6 5 5 6 5 8v8c0 2 1 3 3 3Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 9.5h2.48a2.5 2.5 0 0 1 0 5H5" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 9.99h-3M19 14h-3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.2 12h.1" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,4 +1 @@
1
- <svg title="Безопасность" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m9.05 11.87 1.61 1.61 4.3-4.3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M20.59 7.12c0-1.23-.94-2.59-2.09-3.02l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44v-3.52" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Безопасность" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m9.05 11.87 1.61 1.61 4.3-4.3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.59 7.12c0-1.23-.94-2.59-2.09-3.02l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44v-3.52" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,4 +1 @@
1
- <svg title="Маленькие часы" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m15.71 15.18-3.1-1.85c-.54-.32-.98-1.09-.98-1.72v-4.1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Маленькие часы" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.71 15.18-3.1-1.85c-.54-.32-.98-1.09-.98-1.72v-4.1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Пользователь" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.02 3.01A4.944 4.944 0 0 0 12 2C9.24 2 7 4.24 7 7s2.24 5 5 5 5-2.24 5-5M3.41 22c0-3.87 3.85-7 8.59-7 .96 0 1.89.13 2.76.37" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M22 18c0 .75-.21 1.46-.58 2.06-.21.36-.48.68-.79.94-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 14 18c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 22 18Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="m16.44 18 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg title="Пользователь" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.02 3.01A4.944 4.944 0 0 0 12 2C9.24 2 7 4.24 7 7s2.24 5 5 5 5-2.24 5-5M3.41 22c0-3.87 3.85-7 8.59-7 .96 0 1.89.13 2.76.37" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 18c0 .75-.21 1.46-.58 2.06-.21.36-.48.68-.79.94-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 14 18c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 22 18Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m16.44 18 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1 @@
1
- <svg title="Пополнение карты" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.19 7.06C6.45 7.02 6.72 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 3-2 5-5 5H7.63c.31-.26.58-.58.79-.94.37-.6.58-1.31.58-2.06 0-2.21-1.79-4-4-4-1.2 0-2.27.53-3 1.36V12c0-.87.17-1.66.48-2.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M17.75 7.05C17.51 7.01 17.26 7 17 7H7c-.28 0-.55.02-.81.06.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M9 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 5 23a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 1 19c0-2.21 1.79-4 4-4s4 1.79 4 4ZM6.49 18.98H3.51M5 17.52v2.99" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg title="Пополнение карты" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.19 7.06C6.45 7.02 6.72 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 3-2 5-5 5H7.63c.31-.26.58-.58.79-.94.37-.6.58-1.31.58-2.06 0-2.21-1.79-4-4-4-1.2 0-2.27.53-3 1.36V12c0-.87.17-1.66.48-2.33" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.75 7.05C17.51 7.01 17.26 7 17 7H7c-.28 0-.55.02-.81.06.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 5 23a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 1 19c0-2.21 1.79-4 4-4s4 1.79 4 4ZM6.49 18.98H3.51M5 17.52v2.99" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,7 +1 @@
1
- <svg title="Кошелёк с плюсом" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.5 15.44h-5M12 13v5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M12 22H8.1c-.24 0-.48-.02-.71-.05-3.18-.21-4.88-1.91-5.09-5.09-.03-.23-.05-.47-.05-.71V14.2c0-2.01 1.22-3.74 2.96-4.49.6-.25 1.24-.39 1.92-.39h9.76c.49 0 .97.07 1.41.2 2 .6 3.46 2.47 3.46 4.67v1.95c0 .2-.01.4-.02.6-.19 3.5-2.14 5.26-5.84 5.26" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="m12.9 2.52-.03.07-2.9 6.73H7.12c-.68 0-1.33.14-1.92.39l1.75-4.18.04-.1.07-.16c.02-.06.04-.12.07-.17 1.31-3.03 2.79-3.72 5.77-2.58Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M18.29 9.52c-.45-.14-.93-.2-1.41-.2H9.97l2.9-6.73.03-.07c.15.05.29.12.44.18l2.21.93c1.23.51 2.09 1.04 2.61 1.68.1.12.18.23.25.36.09.14.16.28.2.43.04.09.07.18.09.26.27.84.11 1.87-.41 3.16ZM6.95 5.53 5.2 9.71a4.894 4.894 0 0 0-2.96 4.49v-2.93c0-2.84 2.02-5.21 4.71-5.74Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M21.76 11.27v2.93c0-2.2-1.46-4.07-3.46-4.67.52-1.3.67-2.32.42-3.17-.02-.09-.05-.18-.09-.26 1.86.96 3.13 2.93 3.13 5.17Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
1
+ <svg title="Кошелёк с плюсом" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 15.44h-5M12 13v5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22H8.1c-.24 0-.48-.02-.71-.05-3.18-.21-4.88-1.91-5.09-5.09-.03-.23-.05-.47-.05-.71V14.2c0-2.01 1.22-3.74 2.96-4.49.6-.25 1.24-.39 1.92-.39h9.76c.49 0 .97.07 1.41.2 2 .6 3.46 2.47 3.46 4.67v1.95c0 .2-.01.4-.02.6-.19 3.5-2.14 5.26-5.84 5.26" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m12.9 2.52-.03.07-2.9 6.73H7.12c-.68 0-1.33.14-1.92.39l1.75-4.18.04-.1.07-.16c.02-.06.04-.12.07-.17 1.31-3.03 2.79-3.72 5.77-2.58Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.29 9.52c-.45-.14-.93-.2-1.41-.2H9.97l2.9-6.73.03-.07c.15.05.29.12.44.18l2.21.93c1.23.51 2.09 1.04 2.61 1.68.1.12.18.23.25.36.09.14.16.28.2.43.04.09.07.18.09.26.27.84.11 1.87-.41 3.16ZM6.95 5.53 5.2 9.71a4.894 4.894 0 0 0-2.96 4.49v-2.93c0-2.84 2.02-5.21 4.71-5.74Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.76 11.27v2.93c0-2.2-1.46-4.07-3.46-4.67.52-1.3.67-2.32.42-3.17-.02-.09-.05-.18-.09-.26 1.86.96 3.13 2.93 3.13 5.17Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,7 +1 @@
1
- <svg title="Кошелёк" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.75 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11-1.97 0-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94 1.97 0 3.57-1.23 3.57-2.94Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M10.75 14.11c0 .5-.14.96-.38 1.36-.59.97-1.8 1.58-3.2 1.58-1.4 0-2.61-.62-3.2-1.58-.24-.4-.38-.86-.38-1.36 0-.86.4-1.63 1.04-2.19.65-.57 1.54-.91 2.53-.91.99 0 1.88.35 2.53.91.66.55 1.06 1.33 1.06 2.19Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M10.75 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94-1.97 0-3.58-1.23-3.58-2.94v-2.75C3.6 12.39 5.2 11 7.18 11c.99 0 1.88.35 2.53.91.64.56 1.04 1.34 1.04 2.2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M16 3.5c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5h-2.5M2 10.5v-2c0-2.72 1.64-4.62 4.19-4.94.26-.04.53-.06.81-.06h5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
1
+ <svg title="Кошелёк" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.75 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11-1.97 0-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94 1.97 0 3.57-1.23 3.57-2.94Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 14.11c0 .5-.14.96-.38 1.36-.59.97-1.8 1.58-3.2 1.58-1.4 0-2.61-.62-3.2-1.58-.24-.4-.38-.86-.38-1.36 0-.86.4-1.63 1.04-2.19.65-.57 1.54-.91 2.53-.91.99 0 1.88.35 2.53.91.66.55 1.06 1.33 1.06 2.19Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94-1.97 0-3.58-1.23-3.58-2.94v-2.75C3.6 12.39 5.2 11 7.18 11c.99 0 1.88.35 2.53.91.64.56 1.04 1.34 1.04 2.2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 3.5c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5h-2.5M2 10.5v-2c0-2.72 1.64-4.62 4.19-4.94.26-.04.53-.06.81-.06h5" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Кошелёк с деньгами" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 12.063V11a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.063" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="m5 7 8.571-5L15 4.308M10 7l8-4 2 2.91" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M16.56 18H21a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v3" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
5
- </svg>
1
+ <svg title="Кошелёк с деньгами" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12.063V11a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.063" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m5 7 8.571-5L15 4.308M10 7l8-4 2 2.91" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.56 18H21a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v3" stroke="#000000" stroke-width="2" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ export type IconVersion = 'normal' | 'white';
@@ -1,4 +1,5 @@
1
1
  import type { IconName } from '../icons/IconName';
2
+ import type { IconVersion } from './IconVersion';
2
3
 
3
4
  export interface Img {
4
5
  /** @title Картинка */
@@ -12,6 +13,8 @@ export interface Img {
12
13
  export interface ImgSource {
13
14
  /** @title Иконка */
14
15
  icon?: IconName;
16
+ /** @hidden */
17
+ iconVersion?: IconVersion;
15
18
  /** @title Картинка */
16
19
  src?: string;
17
20
  /** @title Формат */
@@ -9,17 +9,19 @@ export const Icon = JSX<IconProps>(
9
9
  name = '',
10
10
  alt = `Иконка ${IconTitleMap[name] || name}`,
11
11
  title = alt,
12
+ iconVersion,
12
13
  asSVG,
13
14
  ...imgProps
14
15
  }) => {
15
16
  const href = `${projectSettings.CDN || ''}icons/${name}.svg`;
17
+ const svgUseStyle = iconVersion === 'white' ? 'text-black invert' : '';
16
18
 
17
19
  if (asSVG) {
18
20
  return (
19
21
  <svg className={className} {...imgProps} aria-hidden="true">
20
22
  {title ? <title>{title}</title> : null}
21
23
  {alt ? <desc>{alt}</desc> : null}
22
- <use href={`${href}#icon`} xlinkHref={`${href}#icon`} />
24
+ <use className={svgUseStyle} href={`${href}#icon`} xlinkHref={`${href}#icon`} />
23
25
  </svg>
24
26
  );
25
27
  }
@@ -1,4 +1,5 @@
1
1
  import type { IconName } from '../../icons/IconName';
2
+ import type { IconVersion } from '../../model/IconVersion';
2
3
 
3
4
  export type { IconName };
4
5
 
@@ -18,4 +19,6 @@ export interface IconCompatibilityFields {
18
19
  export type IconProps = IconCompatibilityFields & {
19
20
  className?: string;
20
21
  name?: IconName;
22
+ /** @hidden */
23
+ iconVersion?: IconVersion;
21
24
  };
@@ -1,6 +1,8 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import type { ImgSource, Picture } from '../../model/Picture';
3
2
  import { Icon } from '../Icon/Icon';
3
+ import { getIconVersion } from './getIconVersion';
4
+ import type { ImgSource, Picture } from '../../model/Picture';
5
+
4
6
  import type { Image, ImageProps } from './ImgProps';
5
7
 
6
8
  export const Img = JSX<ImageProps<Image>>(
@@ -8,7 +10,14 @@ export const Img = JSX<ImageProps<Image>>(
8
10
  // backwards compatibility with existing icons in usage
9
11
  const icon = typeof image === 'string' ? image : image?.icon;
10
12
  if (icon || icon === '') {
11
- return <Icon className={className} name={icon} {...iconProps} />;
13
+ return (
14
+ <Icon
15
+ className={className}
16
+ iconVersion={getIconVersion(image)}
17
+ name={icon}
18
+ {...iconProps}
19
+ />
20
+ );
12
21
  }
13
22
 
14
23
  return (
@@ -1,6 +1,7 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import type { ImgSource, Picture } from '../../model/Picture';
3
2
  import { Icon } from '../Icon/Icon';
3
+ import { getIconVersion } from './getIconVersion';
4
+ import type { ImgSource, Picture } from '../../model/Picture';
4
5
  import type { Image, ImageProps } from './ImgProps';
5
6
 
6
7
  export const Img = JSX<ImageProps<Image>>(
@@ -12,7 +13,14 @@ export const Img = JSX<ImageProps<Image>>(
12
13
  // backwards compatibility with existing icons in usage
13
14
  const icon = typeof image === 'string' ? image : image.icon;
14
15
  if (icon || icon === '') {
15
- return icon.length ? <Icon className={className} name={icon} {...iconProps} /> : null;
16
+ return icon.length ? (
17
+ <Icon
18
+ className={className}
19
+ iconVersion={getIconVersion(image)}
20
+ name={icon}
21
+ {...iconProps}
22
+ />
23
+ ) : null;
16
24
  }
17
25
 
18
26
  return (
@@ -0,0 +1,3 @@
1
+ export function getIconVersion(image) {
2
+ return typeof image === 'string' ? 'normal' : image.iconVersion || 'normal';
3
+ }
@@ -3,12 +3,15 @@ import { JSX } from '@redneckz/uni-jsx';
3
3
  export interface SelectOptionProps {
4
4
  className?: string;
5
5
  value?: string;
6
+ selected?: boolean;
6
7
  }
7
8
 
8
- export const SelectOption = JSX<SelectOptionProps>(({ className = '', value, children }) => {
9
- return (
10
- <option className={className} value={`${value}`}>
11
- {children}
12
- </option>
13
- );
14
- });
9
+ export const SelectOption = JSX<SelectOptionProps>(
10
+ ({ className = '', value, selected, children }) => {
11
+ return (
12
+ <option className={className} value={`${value}`} selected={selected}>
13
+ {children}
14
+ </option>
15
+ );
16
+ },
17
+ );
@@ -42,7 +42,7 @@ const renderTab =
42
42
  const renderIcon = (tab: Tab, isActive: boolean) => (
43
43
  <div className="h-full mt-1">
44
44
  <Img
45
- className={`w-5 h-5 mr-3 ${isActive ? 'invert-full' : ''}`}
45
+ className={`w-5 h-5 mr-3 ${isActive ? 'invert' : ''}`}
46
46
  image={tab?.icon || 'CardIcon'}
47
47
  asSVG={!isActive}
48
48
  />