@redneckz/wildless-cms-uni-blocks 0.5.6 → 0.5.7

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 (203) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +76 -105
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/AirPlaneIcon.svg +1 -1
  5. package/cosmos-static/icons/CarIcon.svg +1 -1
  6. package/cosmos-static/icons/CinemaIcon.svg +1 -1
  7. package/cosmos-static/icons/DocsIcon.svg +1 -1
  8. package/cosmos-static/icons/PackA4Icon.svg +1 -1
  9. package/cosmos-static/icons/PowerIcon.svg +1 -1
  10. package/cosmos-static/icons/PumpkinIcon.svg +1 -1
  11. package/cosmos-static/icons/SoundIcon.svg +1 -1
  12. package/cosmos-static/icons/WateringCanIcon.svg +1 -1
  13. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
  14. package/dist/components/Calculator/CalculatorContent.d.ts +1 -1
  15. package/dist/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
  16. package/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
  17. package/dist/components/Footer/FooterContent.d.ts +1 -1
  18. package/dist/components/Header/HeaderContent.d.ts +1 -1
  19. package/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
  20. package/dist/components/ProductTile/ProductTileContent.d.ts +1 -1
  21. package/dist/components/SafeDepositRental/SafeDepositRental.js +1 -6
  22. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  23. package/dist/components/SafeDepositRental/YandexMap.js +13 -6
  24. package/dist/components/SafeDepositRental/YandexMap.js.map +1 -1
  25. package/dist/components/SafeDepositRental/renderClusterer.d.ts +2 -1
  26. package/dist/components/SafeDepositRental/renderClusterer.js +16 -18
  27. package/dist/components/SafeDepositRental/renderClusterer.js.map +1 -1
  28. package/dist/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
  29. package/dist/components/SafeDepositRental/useYandexMaps.js +12 -0
  30. package/dist/components/SafeDepositRental/useYandexMaps.js.map +1 -0
  31. package/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  32. package/dist/hooks/useExternalNS.d.ts +2 -0
  33. package/dist/hooks/useExternalNS.js +39 -0
  34. package/dist/hooks/useExternalNS.js.map +1 -0
  35. package/dist/icons/IconName.d.ts +4 -4
  36. package/dist/icons/IconName.js +3 -3
  37. package/dist/icons/IconName.js.map +1 -1
  38. package/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
  39. package/dist/ui-kit/SelectCustom/SelectCustom.js +3 -3
  40. package/dist/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
  41. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
  42. package/lib/components/Calculator/CalculatorContent.d.ts +1 -1
  43. package/lib/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
  44. package/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
  45. package/lib/components/ContentPage/computeAPIFallback.js +1 -1
  46. package/lib/components/Footer/FooterContent.d.ts +1 -1
  47. package/lib/components/Header/HeaderContent.d.ts +1 -1
  48. package/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
  49. package/lib/components/ProductTile/ProductTileContent.d.ts +1 -1
  50. package/lib/components/SafeDepositRental/SafeDepositRental.js +1 -6
  51. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  52. package/lib/components/SafeDepositRental/YandexMap.js +13 -6
  53. package/lib/components/SafeDepositRental/YandexMap.js.map +1 -1
  54. package/lib/components/SafeDepositRental/renderClusterer.d.ts +2 -1
  55. package/lib/components/SafeDepositRental/renderClusterer.js +16 -18
  56. package/lib/components/SafeDepositRental/renderClusterer.js.map +1 -1
  57. package/lib/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
  58. package/lib/components/SafeDepositRental/useYandexMaps.js +9 -0
  59. package/lib/components/SafeDepositRental/useYandexMaps.js.map +1 -0
  60. package/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  61. package/lib/hooks/useExternalNS.d.ts +2 -0
  62. package/lib/hooks/useExternalNS.js +35 -0
  63. package/lib/hooks/useExternalNS.js.map +1 -0
  64. package/lib/icons/IconName.d.ts +4 -4
  65. package/lib/icons/IconName.js +3 -3
  66. package/lib/icons/IconName.js.map +1 -1
  67. package/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
  68. package/lib/ui-kit/SelectCustom/SelectCustom.js +3 -3
  69. package/lib/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
  70. package/mobile/bundle/bundle.umd.js +6 -6
  71. package/mobile/bundle/bundle.umd.min.js +1 -1
  72. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
  73. package/mobile/dist/components/Calculator/CalculatorContent.d.ts +1 -1
  74. package/mobile/dist/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
  75. package/mobile/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
  76. package/mobile/dist/components/Footer/FooterContent.d.ts +1 -1
  77. package/mobile/dist/components/Header/HeaderContent.d.ts +1 -1
  78. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
  79. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +1 -1
  80. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +1 -6
  81. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  82. package/mobile/dist/components/SafeDepositRental/YandexMap.js +13 -6
  83. package/mobile/dist/components/SafeDepositRental/YandexMap.js.map +1 -1
  84. package/mobile/dist/components/SafeDepositRental/renderClusterer.d.ts +2 -1
  85. package/mobile/dist/components/SafeDepositRental/renderClusterer.js +16 -18
  86. package/mobile/dist/components/SafeDepositRental/renderClusterer.js.map +1 -1
  87. package/mobile/dist/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
  88. package/mobile/dist/components/SafeDepositRental/useYandexMaps.js +12 -0
  89. package/mobile/dist/components/SafeDepositRental/useYandexMaps.js.map +1 -0
  90. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  91. package/mobile/dist/hooks/useExternalNS.d.ts +2 -0
  92. package/mobile/dist/hooks/useExternalNS.js +39 -0
  93. package/mobile/dist/hooks/useExternalNS.js.map +1 -0
  94. package/mobile/dist/icons/IconName.d.ts +4 -4
  95. package/mobile/dist/icons/IconName.js +3 -3
  96. package/mobile/dist/icons/IconName.js.map +1 -1
  97. package/mobile/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
  98. package/mobile/dist/ui-kit/SelectCustom/SelectCustom.js +3 -3
  99. package/mobile/dist/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
  100. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +1 -1
  101. package/mobile/lib/components/Calculator/CalculatorContent.d.ts +1 -1
  102. package/mobile/lib/components/ComparisonTable/ComparisonTableContent.d.ts +1 -1
  103. package/mobile/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
  104. package/mobile/lib/components/ContentPage/computeAPIFallback.js +1 -1
  105. package/mobile/lib/components/Footer/FooterContent.d.ts +1 -1
  106. package/mobile/lib/components/Header/HeaderContent.d.ts +1 -1
  107. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +1 -1
  108. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +1 -1
  109. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +1 -6
  110. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  111. package/mobile/lib/components/SafeDepositRental/YandexMap.js +13 -6
  112. package/mobile/lib/components/SafeDepositRental/YandexMap.js.map +1 -1
  113. package/mobile/lib/components/SafeDepositRental/renderClusterer.d.ts +2 -1
  114. package/mobile/lib/components/SafeDepositRental/renderClusterer.js +16 -18
  115. package/mobile/lib/components/SafeDepositRental/renderClusterer.js.map +1 -1
  116. package/mobile/lib/components/SafeDepositRental/useYandexMaps.d.ts +2 -0
  117. package/mobile/lib/components/SafeDepositRental/useYandexMaps.js +9 -0
  118. package/mobile/lib/components/SafeDepositRental/useYandexMaps.js.map +1 -0
  119. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  120. package/mobile/lib/hooks/useExternalNS.d.ts +2 -0
  121. package/mobile/lib/hooks/useExternalNS.js +35 -0
  122. package/mobile/lib/hooks/useExternalNS.js.map +1 -0
  123. package/mobile/lib/icons/IconName.d.ts +4 -4
  124. package/mobile/lib/icons/IconName.js +3 -3
  125. package/mobile/lib/icons/IconName.js.map +1 -1
  126. package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +1 -1
  127. package/mobile/lib/ui-kit/SelectCustom/SelectCustom.js +3 -3
  128. package/mobile/lib/ui-kit/SelectCustom/SelectCustom.js.map +1 -1
  129. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
  130. package/mobile/src/components/Calculator/CalculatorContent.ts +2 -2
  131. package/mobile/src/components/ComparisonTable/ComparisonTableContent.ts +1 -1
  132. package/mobile/src/components/ComparisonTable/TableColumn.tsx +2 -2
  133. package/mobile/src/components/Footer/FooterContent.ts +2 -2
  134. package/mobile/src/components/GracePeriod/GracePeriodContent.ts +1 -1
  135. package/mobile/src/components/Header/HeaderContent.ts +1 -1
  136. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +1 -1
  137. package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +2 -2
  138. package/mobile/src/components/ProductTile/ProductTileContent.ts +1 -1
  139. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -12
  140. package/mobile/src/components/SafeDepositRental/YandexMap.tsx +17 -10
  141. package/mobile/src/components/SafeDepositRental/renderClusterer.ts +29 -23
  142. package/mobile/src/components/SafeDepositRental/useYandexMaps.ts +13 -0
  143. package/mobile/src/components/StepsBlock/StepsBlockContent.ts +1 -1
  144. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  145. package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +2 -2
  146. package/mobile/src/hooks/useExternalNS.ts +44 -0
  147. package/mobile/src/icons/AirPlaneIcon.svg +1 -98
  148. package/mobile/src/icons/CarIcon.svg +1 -466
  149. package/mobile/src/icons/CinemaIcon.svg +1 -274
  150. package/mobile/src/icons/DocsIcon.svg +1 -238
  151. package/mobile/src/icons/IconName.ts +2 -2
  152. package/mobile/src/icons/PackA4Icon.svg +1 -1
  153. package/mobile/src/icons/PowerIcon.svg +1 -135
  154. package/mobile/src/icons/PumpkinIcon.svg +1 -236
  155. package/mobile/src/icons/SoundIcon.svg +1 -113
  156. package/mobile/src/icons/WateringCanIcon.svg +1 -497
  157. package/mobile/src/ui-kit/BenefitItem/BenefitItemProps.ts +2 -2
  158. package/mobile/src/ui-kit/SelectCustom/SelectCustom.tsx +9 -2
  159. package/package.json +2 -1
  160. package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
  161. package/src/components/Calculator/CalculatorContent.ts +2 -2
  162. package/src/components/ComparisonTable/ComparisonTableContent.ts +1 -1
  163. package/src/components/ComparisonTable/TableColumn.tsx +2 -2
  164. package/src/components/Footer/FooterContent.ts +2 -2
  165. package/src/components/GracePeriod/GracePeriodContent.ts +1 -1
  166. package/src/components/Header/HeaderContent.ts +1 -1
  167. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +1 -1
  168. package/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +2 -2
  169. package/src/components/ProductTile/ProductTileContent.ts +1 -1
  170. package/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -12
  171. package/src/components/SafeDepositRental/YandexMap.tsx +17 -10
  172. package/src/components/SafeDepositRental/renderClusterer.ts +29 -23
  173. package/src/components/SafeDepositRental/useYandexMaps.ts +13 -0
  174. package/src/components/StepsBlock/StepsBlockContent.ts +1 -1
  175. package/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  176. package/src/components/__snapshots__/Blocks.spec.tsx.snap +2 -2
  177. package/src/hooks/useExternalNS.ts +44 -0
  178. package/src/icons/AirPlaneIcon.svg +1 -98
  179. package/src/icons/CarIcon.svg +1 -466
  180. package/src/icons/CinemaIcon.svg +1 -274
  181. package/src/icons/DocsIcon.svg +1 -238
  182. package/src/icons/IconName.ts +4 -4
  183. package/src/icons/PackA4Icon.svg +1 -1
  184. package/src/icons/PowerIcon.svg +1 -135
  185. package/src/icons/PumpkinIcon.svg +1 -236
  186. package/src/icons/SoundIcon.svg +1 -113
  187. package/src/icons/WateringCanIcon.svg +1 -497
  188. package/src/ui-kit/BenefitItem/BenefitItemProps.ts +2 -2
  189. package/src/ui-kit/SelectCustom/SelectCustom.tsx +9 -2
  190. package/dist/hooks/useScript.d.ts +0 -6
  191. package/dist/hooks/useScript.js +0 -75
  192. package/dist/hooks/useScript.js.map +0 -1
  193. package/lib/hooks/useScript.d.ts +0 -6
  194. package/lib/hooks/useScript.js +0 -72
  195. package/lib/hooks/useScript.js.map +0 -1
  196. package/mobile/dist/hooks/useScript.d.ts +0 -6
  197. package/mobile/dist/hooks/useScript.js +0 -75
  198. package/mobile/dist/hooks/useScript.js.map +0 -1
  199. package/mobile/lib/hooks/useScript.d.ts +0 -6
  200. package/mobile/lib/hooks/useScript.js +0 -72
  201. package/mobile/lib/hooks/useScript.js.map +0 -1
  202. package/mobile/src/hooks/useScript.ts +0 -97
  203. package/src/hooks/useScript.ts +0 -97
@@ -1,238 +1 @@
1
- <svg title="Документы" width="180" height="160" viewBox="0 0 180 160" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="180" height="160" fill="white"/>
3
- <g filter="url(#filter0_f_10079_21693278)">
4
- <path d="M85.3824 152.6C118.282 152.6 144.952 150.657 144.952 148.26C144.952 145.864 118.282 143.921 85.3824 143.921C52.4829 143.921 25.8125 145.864 25.8125 148.26C25.8125 150.657 52.4829 152.6 85.3824 152.6Z" fill="url(#paint0_radial_10079_21693278)"/>
5
- </g>
6
- <path d="M122.757 34.8184H54.0859V136.276H122.757V34.8184Z" fill="url(#paint1_linear_10079_21693278)"/>
7
- <path d="M122.757 34.8184H54.0859V136.276H122.757V34.8184Z" fill="url(#paint2_linear_10079_21693278)"/>
8
- <path d="M121.929 34.8184H54.0859V136.276H121.929V34.8184Z" fill="url(#paint3_linear_10079_21693278)"/>
9
- <path d="M121.929 34.8184H54.0859V136.276H121.929V34.8184Z" fill="url(#paint4_linear_10079_21693278)"/>
10
- <path d="M139.69 27.3789H70.8125V128.836H139.69V27.3789Z" fill="url(#paint5_linear_10079_21693278)"/>
11
- <path d="M139.69 27.3789H70.8125V128.836H139.69V27.3789Z" fill="url(#paint6_linear_10079_21693278)"/>
12
- <path d="M138.656 27.3789H70.8125V128.836H138.656V27.3789Z" fill="url(#paint7_linear_10079_21693278)"/>
13
- <path d="M138.656 27.3789H70.8125V128.836H138.656V27.3789Z" fill="url(#paint8_linear_10079_21693278)"/>
14
- <path d="M165.284 20.3535H96.4062V121.811H165.284V20.3535Z" fill="url(#paint9_linear_10079_21693278)"/>
15
- <path d="M122.289 34.9214H54.4453V136.379H122.289V34.9214Z" fill="url(#paint10_linear_10079_21693278)"/>
16
- <path d="M122.289 34.9214H54.4453V136.379H122.289V34.9214Z" fill="url(#paint11_linear_10079_21693278)"/>
17
- <path d="M122.289 34.9214H54.4453V44.2199H122.289V34.9214Z" fill="#CBD7FF"/>
18
- <path d="M122.289 34.9214H54.4453V44.2199H122.289V34.9214Z" fill="url(#paint12_linear_10079_21693278)"/>
19
- <path d="M94.3617 49.3857H67.2656V51.2454H94.3617V49.3857Z" fill="white"/>
20
- <path d="M94.3617 53.5186H67.2656V55.3783H94.3617V53.5186Z" fill="white"/>
21
- <path d="M94.3617 57.6514H67.2656V59.5111H94.3617V57.6514Z" fill="white"/>
22
- <path d="M94.3617 61.9902H67.2656V63.8499H94.3617V61.9902Z" fill="white"/>
23
- <path d="M94.3617 66.123H67.2656V67.9828H94.3617V66.123Z" fill="white"/>
24
- <path d="M94.3617 70.2559H67.2656V72.1156H94.3617V70.2559Z" fill="white"/>
25
- <path d="M116.696 40.7071H114.628C114.007 40.7071 113.594 40.2938 113.594 39.6739C113.594 38.8473 114.214 38.4341 114.835 38.4341H116.903C117.524 38.4341 117.937 38.8473 117.937 39.4673C117.937 40.0872 117.317 40.7071 116.696 40.7071Z" fill="white"/>
26
- <path d="M109.673 40.7071H107.605C106.984 40.7071 106.57 40.2938 106.57 39.6739C106.57 38.8473 107.191 38.4341 107.811 38.4341H109.88C110.5 38.4341 110.914 38.8473 110.914 39.4673C110.914 40.0872 110.293 40.7071 109.673 40.7071Z" fill="white"/>
27
- <path d="M102.634 40.707H100.565C99.9449 40.707 99.5312 40.2937 99.5312 39.6738C99.5312 39.0539 99.9449 38.6406 100.565 38.6406H102.634C103.254 38.6406 103.668 39.0539 103.668 39.6738C103.875 40.0871 103.254 40.707 102.634 40.707Z" fill="white"/>
28
- <path d="M114.425 100.218H67.2656V102.077H114.425V100.218Z" fill="white"/>
29
- <path d="M114.425 104.351H67.2656V106.21H114.425V104.351Z" fill="white"/>
30
- <path d="M114.425 108.483H67.2656V110.343H114.425V108.483Z" fill="white"/>
31
- <path d="M114.425 112.616H67.2656V114.476H114.425V112.616Z" fill="white"/>
32
- <path d="M114.425 116.749H67.2656V118.609H114.425V116.749Z" fill="white"/>
33
- <path d="M102.015 120.882H67.2656V122.742H102.015V120.882Z" fill="white"/>
34
- <path d="M113.596 67.9828H100.359C99.9449 67.9828 99.5312 67.5695 99.5312 67.1563V50.2123C99.5312 49.799 99.9449 49.3857 100.359 49.3857H113.596C114.01 49.3857 114.424 49.799 114.424 50.2123V67.1563C114.424 67.7762 114.01 67.9828 113.596 67.9828Z" stroke="black" stroke-width="0.5" stroke-miterlimit="10"/>
35
- <path d="M113.399 95.0517H68.3076C67.6871 95.0517 67.2734 94.6384 67.2734 94.0185V81.8271C67.2734 81.2072 67.6871 80.7939 68.3076 80.7939H113.192C113.812 80.7939 114.226 81.2072 114.226 81.8271V94.0185C114.433 94.6384 114.019 95.0517 113.399 95.0517Z" stroke="black" stroke-width="0.5" stroke-miterlimit="10"/>
36
- <path d="M122.289 56.6177L54.4453 122.121V136.378H58.3753L122.289 74.8015V56.6177Z" fill="url(#paint13_linear_10079_21693278)"/>
37
- <path d="M122.289 52.8984L54.4453 118.401V120.054L122.289 54.5515V52.8984Z" fill="url(#paint14_linear_10079_21693278)"/>
38
- <path d="M138.648 27.6973H70.8047V129.155H138.648V27.6973Z" fill="url(#paint15_linear_10079_21693278)"/>
39
- <path d="M138.648 27.6973H70.8047V129.155H138.648V27.6973Z" fill="url(#paint16_linear_10079_21693278)"/>
40
- <path d="M138.648 27.6973H70.8047V36.9958H138.648V27.6973Z" fill="#CBD7FF"/>
41
- <path d="M138.648 27.6973H70.8047V36.9958H138.648V27.6973Z" fill="url(#paint17_linear_10079_21693278)"/>
42
- <path d="M110.721 42.1621H83.625V44.0218H110.721V42.1621Z" fill="white"/>
43
- <path d="M110.721 46.2949H83.625V48.1546H110.721V46.2949Z" fill="white"/>
44
- <path d="M110.721 50.4277H83.625V52.2874H110.721V50.4277Z" fill="white"/>
45
- <path d="M110.721 54.7666H83.625V56.6263H110.721V54.7666Z" fill="white"/>
46
- <path d="M110.721 58.8994H83.625V60.7591H110.721V58.8994Z" fill="white"/>
47
- <path d="M110.721 63.0322H83.625V64.8919H110.721V63.0322Z" fill="white"/>
48
- <path d="M133.056 33.4829H130.987C130.367 33.4829 129.953 33.0697 129.953 32.4498C129.953 31.6232 130.574 31.21 131.194 31.21H133.263C133.883 31.21 134.297 31.6232 134.297 32.2431C134.297 32.863 133.676 33.4829 133.056 33.4829Z" fill="white"/>
49
- <path d="M126.032 33.4829H123.964C123.343 33.4829 122.93 33.0697 122.93 32.4498C122.93 31.6232 123.55 31.21 124.171 31.21H126.239C126.86 31.21 127.273 31.6232 127.273 32.2431C127.273 32.863 126.653 33.4829 126.032 33.4829Z" fill="white"/>
50
- <path d="M118.993 33.4833H116.925C116.304 33.4833 115.891 33.0701 115.891 32.4502C115.891 31.8303 116.304 31.417 116.925 31.417H118.993C119.614 31.417 120.027 31.8303 120.027 32.4502C120.234 32.8634 119.614 33.4833 118.993 33.4833Z" fill="white"/>
51
- <path d="M130.785 92.9937H83.625V94.8534H130.785V92.9937Z" fill="white"/>
52
- <path d="M130.785 97.1265H83.625V98.9862H130.785V97.1265Z" fill="white"/>
53
- <path d="M130.785 101.259H83.625V103.119H130.785V101.259Z" fill="white"/>
54
- <path d="M130.785 105.392H83.625V107.251H130.785V105.392Z" fill="white"/>
55
- <path d="M130.785 109.524H83.625V111.384H130.785V109.524Z" fill="white"/>
56
- <path d="M118.374 113.657H83.625V115.517H118.374V113.657Z" fill="white"/>
57
- <path d="M129.956 60.7587H116.718C116.304 60.7587 115.891 60.3454 115.891 59.9321V42.9882C115.891 42.5749 116.304 42.1616 116.718 42.1616H129.956C130.369 42.1616 130.783 42.5749 130.783 42.9882V59.9321C130.783 60.552 130.369 60.7587 129.956 60.7587Z" stroke="black" stroke-width="0.5" stroke-miterlimit="10"/>
58
- <path d="M129.758 87.8281H84.667C84.0465 87.8281 83.6328 87.4148 83.6328 86.7949V74.6035C83.6328 73.9836 84.0465 73.5703 84.667 73.5703H129.551C130.172 73.5703 130.585 73.9836 130.585 74.6035V86.7949C130.792 87.4148 130.379 87.8281 129.758 87.8281Z" stroke="black" stroke-width="0.5" stroke-miterlimit="10"/>
59
- <path d="M138.648 49.394L70.8047 114.897V129.155H74.7347L138.648 67.5778V49.394Z" fill="url(#paint18_linear_10079_21693278)"/>
60
- <path d="M138.648 45.6748L70.8047 111.178V112.831L138.648 47.3279V45.6748Z" fill="url(#paint19_linear_10079_21693278)"/>
61
- <path d="M164.25 20.3535H96.4062V121.811H164.25V20.3535Z" fill="url(#paint20_linear_10079_21693278)"/>
62
- <path d="M164.25 20.3535H96.4062V121.811H164.25V20.3535Z" fill="url(#paint21_linear_10079_21693278)"/>
63
- <path d="M164.25 20.3535H96.4062V29.652H164.25V20.3535Z" fill="#CBD7FF"/>
64
- <path d="M164.25 20.3535H96.4062V29.652H164.25V20.3535Z" fill="url(#paint22_linear_10079_21693278)"/>
65
- <path d="M136.323 34.8179H109.227V36.6776H136.323V34.8179Z" fill="white"/>
66
- <path d="M136.323 38.9507H109.227V40.8104H136.323V38.9507Z" fill="white"/>
67
- <path d="M136.323 43.0835H109.227V44.9432H136.323V43.0835Z" fill="white"/>
68
- <path d="M136.323 47.4224H109.227V49.2821H136.323V47.4224Z" fill="white"/>
69
- <path d="M136.323 51.5552H109.227V53.4149H136.323V51.5552Z" fill="white"/>
70
- <path d="M136.323 55.688H109.227V57.5477H136.323V55.688Z" fill="white"/>
71
- <path d="M158.665 26.1392H156.597C155.976 26.1392 155.562 25.7259 155.562 25.106C155.562 24.2795 156.183 23.8662 156.804 23.8662H158.872C159.492 23.8662 159.906 24.2795 159.906 24.8994C159.906 25.5193 159.286 26.1392 158.665 26.1392Z" fill="white"/>
72
- <path d="M151.642 26.1392H149.573C148.953 26.1392 148.539 25.7259 148.539 25.106C148.539 24.2795 149.16 23.8662 149.78 23.8662H151.848C152.469 23.8662 152.883 24.2795 152.883 24.8994C152.883 25.5193 152.262 26.1392 151.642 26.1392Z" fill="white"/>
73
- <path d="M144.603 26.1396H142.534C141.914 26.1396 141.5 25.7263 141.5 25.1064C141.5 24.4865 141.914 24.0732 142.534 24.0732H144.603C145.223 24.0732 145.637 24.4865 145.637 25.1064C145.844 25.5197 145.223 26.1396 144.603 26.1396Z" fill="white"/>
74
- <path d="M156.386 85.6499H109.227V87.5096H156.386V85.6499Z" fill="white"/>
75
- <path d="M156.386 89.7827H109.227V91.6424H156.386V89.7827Z" fill="white"/>
76
- <path d="M156.386 93.9155H109.227V95.7752H156.386V93.9155Z" fill="white"/>
77
- <path d="M156.386 98.0479H109.227V99.9076H156.386V98.0479Z" fill="white"/>
78
- <path d="M156.386 102.181H109.227V104.04H156.386V102.181Z" fill="white"/>
79
- <path d="M143.976 106.313H109.227V108.173H143.976V106.313Z" fill="white"/>
80
- <path d="M155.565 53.4149H142.327C141.914 53.4149 141.5 53.0017 141.5 52.5884V35.6444C141.5 35.2311 141.914 34.8179 142.327 34.8179H155.565C155.979 34.8179 156.392 35.2311 156.392 35.6444V52.5884C156.392 53.2083 155.979 53.4149 155.565 53.4149Z" fill="#42AB44"/>
81
- <path d="M155.36 80.4843H110.269C109.648 80.4843 109.234 80.071 109.234 79.4511V67.2597C109.234 66.6398 109.648 66.2266 110.269 66.2266H155.153C155.773 66.2266 156.187 66.6398 156.187 67.2597V79.4511C156.394 80.071 155.98 80.4843 155.36 80.4843Z" stroke="#42AB44" stroke-width="0.5" stroke-miterlimit="10"/>
82
- <path d="M164.258 42.0498L96.4141 107.553V121.811H100.344L164.258 60.2336V42.0498Z" fill="url(#paint23_linear_10079_21693278)"/>
83
- <path d="M164.258 38.3306L96.4141 103.834V105.487L164.258 39.9836V38.3306Z" fill="url(#paint24_linear_10079_21693278)"/>
84
- <path fill-rule="evenodd" clip-rule="evenodd" d="M108.433 71.1865H86.9219V79.2451H70.8125V119.952H91.7837V111.893H108.433V71.1865ZM54.0859 86.0641H70.8113V126.771H54.0859V86.0641Z" fill="url(#paint25_linear_10079_21693278)"/>
85
- <path d="M103.672 61.4814H31.4844V102.188H103.672V61.4814Z" fill="url(#paint26_linear_10079_21693278)"/>
86
- <path d="M103.672 61.4814H31.4844V102.188H103.672V61.4814Z" fill="url(#paint27_linear_10079_21693278)"/>
87
- <path d="M103.672 61.4814H31.4844V102.188H103.672V61.4814Z" fill="url(#paint28_linear_10079_21693278)"/>
88
- <path d="M102.635 61.4814H29.4141V102.188H102.635V61.4814Z" fill="url(#paint29_linear_10079_21693278)"/>
89
- <path d="M102.635 61.4814H29.4141V102.188H102.635V61.4814Z" fill="url(#paint30_linear_10079_21693278)"/>
90
- <path d="M102.639 74.2928V61.4814H98.0886L54.4453 102.188H72.8541L102.639 74.2928Z" fill="url(#paint31_linear_10079_21693278)"/>
91
- <path d="M49.2734 102.188H51.9624L95.3988 61.4814H92.7098L49.2734 102.188Z" fill="url(#paint32_linear_10079_21693278)"/>
92
- <path d="M95.1883 68.3008H36.8594V70.1605H95.1883V68.3008Z" fill="white"/>
93
- <path d="M95.1883 72.4336H36.8594V74.2933H95.1883V72.4336Z" fill="white"/>
94
- <path d="M95.1883 76.5664H36.8594V78.4261H95.1883V76.5664Z" fill="white"/>
95
- <path d="M50.304 87.9307H38.9278C37.6867 87.9307 36.8594 88.9638 36.8594 89.997C36.8594 91.2368 37.8936 92.0633 38.9278 92.0633H50.304C51.545 92.0633 52.3724 91.0302 52.3724 89.997C52.5792 88.7572 51.545 87.9307 50.304 87.9307Z" fill="#42AB44"/>
96
- <rect x="20.4375" y="81.3394" width="9.19751" height="5.58398" rx="2.79199" fill="white"/>
97
- <rect x="40.8359" y="81.3394" width="9.19751" height="5.58398" rx="2.79199" fill="white"/>
98
- <rect x="61.2344" y="81.3394" width="9.19751" height="5.58398" rx="2.79199" fill="white"/>
99
- <defs>
100
- <filter id="filter0_f_10079_21693278" x="21.8125" y="139.921" width="127.141" height="16.6787" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
101
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
102
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
103
- <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21693278"/>
104
- </filter>
105
- <radialGradient id="paint0_radial_10079_21693278" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(85.3824 148.26) rotate(90.0048) scale(2.28938 31.4286)">
106
- <stop stop-color="#6A99DD"/>
107
- <stop offset="1" stop-color="#A0C0EF"/>
108
- </radialGradient>
109
- <linearGradient id="paint1_linear_10079_21693278" x1="74.6564" y1="75.5358" x2="112.611" y2="103.843" gradientUnits="userSpaceOnUse">
110
- <stop/>
111
- <stop offset="1" stop-color="#C17845"/>
112
- </linearGradient>
113
- <linearGradient id="paint2_linear_10079_21693278" x1="115.722" y1="136.167" x2="115.722" y2="120.992" gradientUnits="userSpaceOnUse">
114
- <stop stop-color="#0057D6"/>
115
- <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
116
- </linearGradient>
117
- <linearGradient id="paint3_linear_10079_21693278" x1="88.0077" y1="34.8184" x2="88.0077" y2="136.276" gradientUnits="userSpaceOnUse">
118
- <stop stop-color="#F6F6F6"/>
119
- <stop offset="1" stop-color="#ACCEFF"/>
120
- </linearGradient>
121
- <linearGradient id="paint4_linear_10079_21693278" x1="100.667" y1="143.551" x2="66.2159" y2="102.488" gradientUnits="userSpaceOnUse">
122
- <stop stop-color="#42AB44"/>
123
- <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
124
- </linearGradient>
125
- <linearGradient id="paint5_linear_10079_21693278" x1="91.4449" y1="68.0963" x2="129.431" y2="96.5129" gradientUnits="userSpaceOnUse">
126
- <stop/>
127
- <stop offset="1" stop-color="#C17845"/>
128
- </linearGradient>
129
- <linearGradient id="paint6_linear_10079_21693278" x1="132.634" y1="128.728" x2="132.634" y2="113.553" gradientUnits="userSpaceOnUse">
130
- <stop stop-color="#0057D6"/>
131
- <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
132
- </linearGradient>
133
- <linearGradient id="paint7_linear_10079_21693278" x1="104.734" y1="27.3789" x2="104.734" y2="128.836" gradientUnits="userSpaceOnUse">
134
- <stop stop-color="#F6F6F6"/>
135
- <stop offset="1" stop-color="#ACCEFF"/>
136
- </linearGradient>
137
- <linearGradient id="paint8_linear_10079_21693278" x1="138.656" y1="167.255" x2="76.887" y2="118.828" gradientUnits="userSpaceOnUse">
138
- <stop offset="0.300399" stop-color="#51A553"/>
139
- <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
140
- </linearGradient>
141
- <linearGradient id="paint9_linear_10079_21693278" x1="130.846" y1="78.7441" x2="130.843" y2="121.811" gradientUnits="userSpaceOnUse">
142
- <stop/>
143
- <stop offset="1" stop-color="#0357CA"/>
144
- </linearGradient>
145
- <linearGradient id="paint10_linear_10079_21693278" x1="88.3671" y1="34.9214" x2="88.3671" y2="136.379" gradientUnits="userSpaceOnUse">
146
- <stop stop-color="#F6F6F6"/>
147
- <stop offset="1" stop-color="#ACCEFF"/>
148
- </linearGradient>
149
- <linearGradient id="paint11_linear_10079_21693278" x1="122.289" y1="174.797" x2="74.6451" y2="134.659" gradientUnits="userSpaceOnUse">
150
- <stop stop-color="#42AB44"/>
151
- <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
152
- </linearGradient>
153
- <linearGradient id="paint12_linear_10079_21693278" x1="120.152" y1="44.0195" x2="116.217" y2="23.7822" gradientUnits="userSpaceOnUse">
154
- <stop stop-color="#8DBEFF"/>
155
- <stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/>
156
- </linearGradient>
157
- <linearGradient id="paint13_linear_10079_21693278" x1="88.3671" y1="56.6177" x2="88.3671" y2="136.378" gradientUnits="userSpaceOnUse">
158
- <stop stop-color="white"/>
159
- <stop offset="1" stop-color="white" stop-opacity="0"/>
160
- </linearGradient>
161
- <linearGradient id="paint14_linear_10079_21693278" x1="88.3671" y1="52.8984" x2="88.3671" y2="120.054" gradientUnits="userSpaceOnUse">
162
- <stop stop-color="white"/>
163
- <stop offset="1" stop-color="white" stop-opacity="0"/>
164
- </linearGradient>
165
- <linearGradient id="paint15_linear_10079_21693278" x1="104.726" y1="27.6973" x2="104.726" y2="129.155" gradientUnits="userSpaceOnUse">
166
- <stop stop-color="#F6F6F6"/>
167
- <stop offset="1" stop-color="#ACCEFF"/>
168
- </linearGradient>
169
- <linearGradient id="paint16_linear_10079_21693278" x1="138.648" y1="167.573" x2="91.0045" y2="127.435" gradientUnits="userSpaceOnUse">
170
- <stop stop-color="#42AB44"/>
171
- <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
172
- </linearGradient>
173
- <linearGradient id="paint17_linear_10079_21693278" x1="136.511" y1="36.7954" x2="132.576" y2="16.5581" gradientUnits="userSpaceOnUse">
174
- <stop stop-color="#8DBEFF"/>
175
- <stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/>
176
- </linearGradient>
177
- <linearGradient id="paint18_linear_10079_21693278" x1="104.726" y1="49.394" x2="104.726" y2="129.155" gradientUnits="userSpaceOnUse">
178
- <stop stop-color="white"/>
179
- <stop offset="1" stop-color="white" stop-opacity="0"/>
180
- </linearGradient>
181
- <linearGradient id="paint19_linear_10079_21693278" x1="104.726" y1="45.6748" x2="104.726" y2="112.831" gradientUnits="userSpaceOnUse">
182
- <stop stop-color="white"/>
183
- <stop offset="1" stop-color="white" stop-opacity="0"/>
184
- </linearGradient>
185
- <linearGradient id="paint20_linear_10079_21693278" x1="130.328" y1="20.3535" x2="130.328" y2="121.811" gradientUnits="userSpaceOnUse">
186
- <stop stop-color="#F6F6F6"/>
187
- <stop offset="1" stop-color="#ACCEFF"/>
188
- </linearGradient>
189
- <linearGradient id="paint21_linear_10079_21693278" x1="164.25" y1="160.23" x2="116.606" y2="120.092" gradientUnits="userSpaceOnUse">
190
- <stop stop-color="#42AB44"/>
191
- <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
192
- </linearGradient>
193
- <linearGradient id="paint22_linear_10079_21693278" x1="162.113" y1="29.4516" x2="158.178" y2="9.21431" gradientUnits="userSpaceOnUse">
194
- <stop stop-color="#8DBEFF"/>
195
- <stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/>
196
- </linearGradient>
197
- <linearGradient id="paint23_linear_10079_21693278" x1="130.336" y1="42.0498" x2="130.336" y2="121.811" gradientUnits="userSpaceOnUse">
198
- <stop stop-color="white"/>
199
- <stop offset="1" stop-color="white" stop-opacity="0"/>
200
- </linearGradient>
201
- <linearGradient id="paint24_linear_10079_21693278" x1="130.336" y1="38.3306" x2="130.336" y2="105.487" gradientUnits="userSpaceOnUse">
202
- <stop stop-color="white"/>
203
- <stop offset="1" stop-color="white" stop-opacity="0"/>
204
- </linearGradient>
205
- <linearGradient id="paint25_linear_10079_21693278" x1="54.0859" y1="98.9787" x2="91.4288" y2="123.769" gradientUnits="userSpaceOnUse">
206
- <stop stop-color="#0153CC"/>
207
- <stop offset="1" stop-color="#032C69"/>
208
- </linearGradient>
209
- <linearGradient id="paint26_linear_10079_21693278" x1="103.672" y1="99.3392" x2="86.3595" y2="66.4233" gradientUnits="userSpaceOnUse">
210
- <stop stop-color="#362A57"/>
211
- <stop offset="1" stop-color="#3F82C8"/>
212
- </linearGradient>
213
- <linearGradient id="paint27_linear_10079_21693278" x1="105.841" y1="90.7287" x2="93.3359" y2="90.7287" gradientUnits="userSpaceOnUse">
214
- <stop stop-color="#5F1A58"/>
215
- <stop offset="1" stop-color="#5F1A58" stop-opacity="0"/>
216
- </linearGradient>
217
- <linearGradient id="paint28_linear_10079_21693278" x1="96.2764" y1="102.145" x2="96.2764" y2="96.0562" gradientUnits="userSpaceOnUse">
218
- <stop stop-color="#42AB44"/>
219
- <stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
220
- </linearGradient>
221
- <linearGradient id="paint29_linear_10079_21693278" x1="66.0247" y1="61.4814" x2="66.0247" y2="102.188" gradientUnits="userSpaceOnUse">
222
- <stop stop-color="#F6F6F6"/>
223
- <stop offset="1" stop-color="#ACCEFF"/>
224
- </linearGradient>
225
- <linearGradient id="paint30_linear_10079_21693278" x1="102.635" y1="117.603" x2="88.3066" y2="85.1311" gradientUnits="userSpaceOnUse">
226
- <stop stop-color="#42AB44"/>
227
- <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
228
- </linearGradient>
229
- <linearGradient id="paint31_linear_10079_21693278" x1="78.5422" y1="61.4814" x2="78.5422" y2="102.188" gradientUnits="userSpaceOnUse">
230
- <stop stop-color="white"/>
231
- <stop offset="1" stop-color="white" stop-opacity="0"/>
232
- </linearGradient>
233
- <linearGradient id="paint32_linear_10079_21693278" x1="72.3361" y1="61.4814" x2="72.3361" y2="102.188" gradientUnits="userSpaceOnUse">
234
- <stop stop-color="white"/>
235
- <stop offset="1" stop-color="white" stop-opacity="0"/>
236
- </linearGradient>
237
- </defs>
238
- </svg>
1
+ <svg title="Документы" viewBox="0 0 180 160" xmlns="http://www.w3.org/2000/svg" fill="none"><g filter="url(#a)"><path fill="url(#b)" d="M85.382 152.6c32.9 0 59.57-1.943 59.57-4.34 0-2.396-26.67-4.339-59.57-4.339s-59.57 1.943-59.57 4.339c0 2.397 26.67 4.34 59.57 4.34Z"/></g><path fill="url(#c)" d="M122.757 34.818H54.086v101.458h68.671V34.818Z"/><path fill="url(#d)" d="M122.757 34.818H54.086v101.458h68.671V34.818Z"/><path fill="url(#e)" d="M121.929 34.818H54.086v101.458h67.843V34.818Z"/><path fill="url(#f)" d="M121.929 34.818H54.086v101.458h67.843V34.818Z"/><path fill="url(#g)" d="M139.69 27.379H70.813v101.457h68.877V27.379Z"/><path fill="url(#h)" d="M139.69 27.379H70.813v101.457h68.877V27.379Z"/><path fill="url(#i)" d="M138.656 27.379H70.812v101.457h67.844V27.379Z"/><path fill="url(#j)" d="M138.656 27.379H70.812v101.457h67.844V27.379Z"/><path fill="url(#k)" d="M165.284 20.354H96.406V121.81h68.878V20.353Z"/><path fill="url(#l)" d="M122.289 34.921H54.445V136.38h67.844V34.921Z"/><path fill="url(#m)" d="M122.289 34.921H54.445V136.38h67.844V34.921Z"/><path fill="#CBD7FF" d="M122.289 34.921H54.445v9.299h67.844V34.92Z"/><path fill="url(#n)" d="M122.289 34.921H54.445v9.299h67.844V34.92Z"/><path fill="#fff" d="M94.362 49.386H67.266v1.86h27.096v-1.86ZM94.362 53.519H67.266v1.86h27.096v-1.86ZM94.362 57.651H67.266v1.86h27.096v-1.86ZM94.362 61.99H67.266v1.86h27.096v-1.86ZM94.362 66.123H67.266v1.86h27.096v-1.86ZM94.362 70.256H67.266v1.86h27.096v-1.86ZM116.696 40.707h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.827.62-1.24 1.241-1.24h2.068c.621 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24ZM109.673 40.707h-2.068c-.621 0-1.035-.413-1.035-1.033 0-.827.621-1.24 1.241-1.24h2.069c.62 0 1.034.413 1.034 1.033 0 .62-.621 1.24-1.241 1.24ZM102.634 40.707h-2.069c-.62 0-1.034-.413-1.034-1.033 0-.62.414-1.033 1.034-1.033h2.069c.62 0 1.034.413 1.034 1.033.207.413-.414 1.033-1.034 1.033ZM114.425 100.218h-47.16v1.859h47.16v-1.859ZM114.425 104.351h-47.16v1.859h47.16v-1.859ZM114.425 108.483h-47.16v1.86h47.16v-1.86ZM114.425 112.616h-47.16v1.86h47.16v-1.86ZM114.425 116.749h-47.16v1.86h47.16v-1.86ZM102.015 120.882h-34.75v1.86h34.75v-1.86Z"/><path stroke="#000" stroke-miterlimit="10" stroke-width=".5" d="M113.596 67.983h-13.237c-.414 0-.828-.413-.828-.827V50.212c0-.413.414-.826.828-.826h13.237c.414 0 .828.413.828.826v16.944c0 .62-.414.827-.828.827ZM113.399 95.052H68.308c-.62 0-1.035-.414-1.035-1.034v-12.19c0-.62.414-1.034 1.035-1.034h44.884c.62 0 1.034.413 1.034 1.033V94.02c.207.62-.207 1.033-.827 1.033Z"/><path fill="url(#o)" d="M122.289 56.618 54.445 122.12v14.257h3.93l63.914-61.576V56.618Z"/><path fill="url(#p)" d="m122.289 52.898-67.844 65.503v1.653l67.844-65.502v-1.654Z"/><path fill="url(#q)" d="M138.648 27.697H70.805v101.458h67.843V27.697Z"/><path fill="url(#r)" d="M138.648 27.697H70.805v101.458h67.843V27.697Z"/><path fill="#CBD7FF" d="M138.648 27.697H70.805v9.299h67.843v-9.299Z"/><path fill="url(#s)" d="M138.648 27.697H70.805v9.299h67.843v-9.299Z"/><path fill="#fff" d="M110.721 42.162H83.625v1.86h27.096v-1.86ZM110.721 46.295H83.625v1.86h27.096v-1.86ZM110.721 50.428H83.625v1.86h27.096v-1.86ZM110.721 54.767H83.625v1.86h27.096v-1.86ZM110.721 58.9H83.625v1.86h27.096V58.9ZM110.721 63.032H83.625v1.86h27.096v-1.86ZM133.056 33.483h-2.069c-.62 0-1.034-.413-1.034-1.033 0-.827.621-1.24 1.241-1.24h2.069c.62 0 1.034.413 1.034 1.033 0 .62-.621 1.24-1.241 1.24ZM126.032 33.483h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.827.62-1.24 1.241-1.24h2.068c.621 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24ZM118.993 33.483h-2.068c-.621 0-1.034-.413-1.034-1.033 0-.62.413-1.033 1.034-1.033h2.068c.621 0 1.034.413 1.034 1.033.207.413-.413 1.033-1.034 1.033ZM130.785 92.994h-47.16v1.86h47.16v-1.86ZM130.785 97.126h-47.16v1.86h47.16v-1.86ZM130.785 101.259h-47.16v1.86h47.16v-1.86ZM130.785 105.392h-47.16v1.859h47.16v-1.859ZM130.785 109.524h-47.16v1.86h47.16v-1.86ZM118.374 113.657H83.625v1.86h34.749v-1.86Z"/><path stroke="#000" stroke-miterlimit="10" stroke-width=".5" d="M129.956 60.759h-13.238c-.414 0-.827-.414-.827-.827V42.988c0-.413.413-.826.827-.826h13.238c.413 0 .827.413.827.826v16.944c0 .62-.414.827-.827.827ZM129.758 87.828H84.667c-.62 0-1.034-.413-1.034-1.033V74.603c0-.62.413-1.033 1.034-1.033h44.884c.621 0 1.034.414 1.034 1.034v12.19c.207.62-.206 1.034-.827 1.034Z"/><path fill="url(#t)" d="m138.648 49.394-67.843 65.503v14.258h3.93l63.913-61.577V49.394Z"/><path fill="url(#u)" d="m138.648 45.675-67.843 65.503v1.653l67.843-65.503v-1.653Z"/><path fill="url(#v)" d="M164.25 20.354H96.406V121.81h67.844V20.353Z"/><path fill="url(#w)" d="M164.25 20.354H96.406V121.81h67.844V20.353Z"/><path fill="#CBD7FF" d="M164.25 20.354H96.406v9.298h67.844v-9.299Z"/><path fill="url(#x)" d="M164.25 20.354H96.406v9.298h67.844v-9.299Z"/><path fill="#fff" d="M136.323 34.818h-27.096v1.86h27.096v-1.86ZM136.323 38.95h-27.096v1.86h27.096v-1.86ZM136.323 43.084h-27.096v1.86h27.096v-1.86ZM136.323 47.422h-27.096v1.86h27.096v-1.86ZM136.323 51.555h-27.096v1.86h27.096v-1.86ZM136.323 55.688h-27.096v1.86h27.096v-1.86ZM158.665 26.14h-2.068c-.621 0-1.035-.414-1.035-1.034 0-.827.621-1.24 1.242-1.24h2.068c.62 0 1.034.413 1.034 1.033 0 .62-.62 1.24-1.241 1.24ZM151.642 26.14h-2.069c-.62 0-1.034-.414-1.034-1.034 0-.827.621-1.24 1.241-1.24h2.068c.621 0 1.035.413 1.035 1.033 0 .62-.621 1.24-1.241 1.24ZM144.603 26.14h-2.069c-.62 0-1.034-.414-1.034-1.034 0-.62.414-1.033 1.034-1.033h2.069c.62 0 1.034.413 1.034 1.033.207.414-.414 1.034-1.034 1.034ZM156.386 85.65h-47.159v1.86h47.159v-1.86ZM156.386 89.783h-47.159v1.86h47.159v-1.86ZM156.386 93.915h-47.159v1.86h47.159v-1.86ZM156.386 98.048h-47.159v1.86h47.159v-1.86ZM156.386 102.181h-47.159v1.859h47.159v-1.859ZM143.976 106.313h-34.749v1.86h34.749v-1.86Z"/><path fill="#42AB44" d="M155.565 53.415h-13.238c-.413 0-.827-.413-.827-.827V35.644c0-.413.414-.826.827-.826h13.238c.414 0 .827.413.827.826v16.944c0 .62-.413.827-.827.827Z"/><path stroke="#42AB44" stroke-miterlimit="10" stroke-width=".5" d="M155.36 80.484h-45.091c-.621 0-1.035-.413-1.035-1.033V67.26c0-.62.414-1.033 1.035-1.033h44.884c.62 0 1.034.413 1.034 1.033V79.45c.207.62-.207 1.033-.827 1.033Z"/><path fill="url(#y)" d="m164.258 42.05-67.844 65.503v14.258h3.93l63.914-61.577V42.05Z"/><path fill="url(#z)" d="m164.258 38.33-67.844 65.504v1.653l67.844-65.503V38.33Z"/><path fill="url(#A)" fill-rule="evenodd" d="M108.433 71.186H86.922v8.06h-16.11v40.706h20.972v-8.059h16.649V71.186ZM54.086 86.064H70.81v40.707H54.086V86.064Z" clip-rule="evenodd"/><path fill="url(#B)" d="M103.672 61.481H31.484v40.707h72.188V61.481Z"/><path fill="url(#C)" d="M103.672 61.481H31.484v40.707h72.188V61.481Z"/><path fill="url(#D)" d="M103.672 61.481H31.484v40.707h72.188V61.481Z"/><path fill="url(#E)" d="M102.635 61.481h-73.22v40.707h73.22V61.481Z"/><path fill="url(#F)" d="M102.635 61.481h-73.22v40.707h73.22V61.481Z"/><path fill="url(#G)" d="M102.639 74.293V61.48h-4.55l-43.644 40.707h18.41l29.784-27.895Z"/><path fill="url(#H)" d="M49.273 102.188h2.69l43.436-40.707h-2.69l-43.436 40.707Z"/><path fill="#fff" d="M95.188 68.3H36.86v1.86h58.33V68.3ZM95.188 72.434H36.86v1.86h58.33v-1.86ZM95.188 76.566H36.86v1.86h58.33v-1.86Z"/><path fill="#42AB44" d="M50.304 87.93H38.928c-1.241 0-2.069 1.034-2.069 2.067 0 1.24 1.035 2.066 2.069 2.066h11.376c1.241 0 2.068-1.033 2.068-2.066.207-1.24-.827-2.066-2.068-2.066Z"/><rect width="9.198" height="5.584" x="20.438" y="81.339" fill="#fff" rx="2.792"/><rect width="9.198" height="5.584" x="40.836" y="81.339" fill="#fff" rx="2.792"/><rect width="9.198" height="5.584" x="61.234" y="81.339" fill="#fff" rx="2.792"/><defs><linearGradient id="c" x1="74.656" x2="112.611" y1="75.536" y2="103.843" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="d" x1="115.722" x2="115.722" y1="136.167" y2="120.992" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="88.008" x2="88.008" y1="34.818" y2="136.276" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="f" x1="100.667" x2="66.216" y1="143.551" y2="102.488" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="91.445" x2="129.431" y1="68.096" y2="96.513" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="h" x1="132.634" x2="132.634" y1="128.728" y2="113.553" gradientUnits="userSpaceOnUse"><stop stop-color="#0057D6"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="104.734" x2="104.734" y1="27.379" y2="128.836" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="j" x1="138.656" x2="76.887" y1="167.255" y2="118.828" gradientUnits="userSpaceOnUse"><stop offset=".3" stop-color="#51A553"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="130.846" x2="130.843" y1="78.744" y2="121.811" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="l" x1="88.367" x2="88.367" y1="34.921" y2="136.379" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="m" x1="122.289" x2="74.645" y1="174.797" y2="134.659" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="120.152" x2="116.217" y1="44.02" y2="23.782" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="o" x1="88.367" x2="88.367" y1="56.618" y2="136.378" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="88.367" x2="88.367" y1="52.898" y2="120.054" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="104.726" x2="104.726" y1="27.697" y2="129.155" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="r" x1="138.648" x2="91.004" y1="167.573" y2="127.435" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="s" x1="136.511" x2="132.576" y1="36.795" y2="16.558" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="t" x1="104.726" x2="104.726" y1="49.394" y2="129.155" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="u" x1="104.726" x2="104.726" y1="45.675" y2="112.831" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="v" x1="130.328" x2="130.328" y1="20.354" y2="121.811" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="w" x1="164.25" x2="116.606" y1="160.23" y2="120.092" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="x" x1="162.113" x2="158.178" y1="29.452" y2="9.214" gradientUnits="userSpaceOnUse"><stop stop-color="#8DBEFF"/><stop offset="1" stop-color="#E7ECF2" stop-opacity="0"/></linearGradient><linearGradient id="y" x1="130.336" x2="130.336" y1="42.05" y2="121.811" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="z" x1="130.336" x2="130.336" y1="38.331" y2="105.487" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="A" x1="54.086" x2="91.429" y1="98.979" y2="123.769" gradientUnits="userSpaceOnUse"><stop stop-color="#0153CC"/><stop offset="1" stop-color="#032C69"/></linearGradient><linearGradient id="B" x1="103.672" x2="86.359" y1="99.339" y2="66.423" gradientUnits="userSpaceOnUse"><stop stop-color="#362A57"/><stop offset="1" stop-color="#3F82C8"/></linearGradient><linearGradient id="C" x1="105.841" x2="93.336" y1="90.729" y2="90.729" gradientUnits="userSpaceOnUse"><stop stop-color="#5F1A58"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="D" x1="96.276" x2="96.276" y1="102.145" y2="96.056" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#0057D6" stop-opacity="0"/></linearGradient><linearGradient id="E" x1="66.025" x2="66.025" y1="61.481" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#F6F6F6"/><stop offset="1" stop-color="#ACCEFF"/></linearGradient><linearGradient id="F" x1="102.635" x2="88.307" y1="117.603" y2="85.131" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="G" x1="78.542" x2="78.542" y1="61.481" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="H" x1="72.336" x2="72.336" y1="61.481" y2="102.188" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="rotate(90.005 -31.433 116.818) scale(2.28938 31.4286)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><filter id="a" width="127.141" height="16.679" x="21.813" y="139.921" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21693278" stdDeviation="2"/></filter></defs></svg>
@@ -6,7 +6,7 @@ export enum IconMap {
6
6
  }
7
7
 
8
8
  export enum IconTitleMap {
9
- ActualBalanceIcon = 'Деньги', AirPlaneIcon = 'Самолет', AppleIcon = 'Лого «Apple»', ArrowDownIcon = 'Стрелка \'Вниз\'', ArrowLeftIcon = 'Стрелка', ArrowUpIcon = 'Стрелка вверх', AtmIcon = 'Банкомат', BankIcon = 'Банк', BuildingIcon = 'Здание с деревом', BurgerIcon = 'Бургер', Calendar2Icon = 'Календарь 2', CalendarCircleIcon = 'Скруглённый календарь', CalendarIcon = 'Календарь', CalendarTickIcon = 'Календарь с галочкой', Car2Icon = 'Машина2', CardIcon = 'Кред. карта', CardPosIcon = 'Кред. карта под наклоном', CardTickIcon = 'Кред. карта с галочкой', CardWithGemIcon = 'Карта с драгоценностями', CarIcon = 'Машина', ChartSquareIcon = 'Деньги внутри кошелька', CinemaIcon = 'Кино', ClockIcon = 'Часы', CloseIcon = 'Крестик', ComfortableCompIcon = 'Кресло', CreditCardsIcon = 'Кредитные карты', DiscountShapeIcon = 'Скидка', DocDownloadIcon = 'Скачать документ', DocIcon = 'Документ', DocIconMonoColor = 'Документ (одноцветный)', DocsIcon = 'Документы', DocumentTextIcon = 'Документ с текстом', DollarIcon = 'Доллар', DoneIcon = 'Зелёная \'галочка\' в круге', DoneSimpleIcon = 'Зелёная \'галочка\'', EarthIcon = 'Земля', EmptyWalletChangeIcon = 'Пустой кошелёк с возвратом', EmptyWalletIcon = 'Пустой кошелёк', EuroIcon = 'Евро', GeolocationIcon = 'Геолокация', GlassIcon = 'Зеркало', GlobalIcon = 'Глобус', GpsIcon = 'Gps', GridIcon = 'Сетка (белая)', InterestGrowthIcon = 'Диаграмма роста', InterestIcon = 'Скидка', JCBIcon = 'JCB', LogoIcon = 'Logo', LoupeIcon = 'Лупа', MapMarkerClusterIcon = 'Маркер карты', MapMarkerSingleIcon = 'Маркер карты РСХБ', MasterCardIcon = 'MasterCard', MinusIcon = 'Минус', MirIcon = 'МИР', MoneyIcon = 'Деньги', MoneyInsuranceIcon = 'Денежное страхование', MoneysIcon = 'MoneysIcon', MonitorMobileIcon = 'Монитор и мобильный', NewDocIcon = 'Новый документ', OfficeIcon = 'Офис', OkIcon = 'Лого «Одноклассники»', PackA4Icon = 'PackA4Icon', PassSendIcon = 'Бизнес', PercentageRoundIcon = 'Проценты (круг.)', PercentageSquareIcon = 'Проценты', PersonalCardIcon = 'Персональная карта', PlayMarketIcon = 'Лого «PlayMarket»', PlusIcon = 'Плюс', PowerIcon = 'Щит', Profile2UserIcon = 'Профиль, 2 персоны', ProfileIcon = 'Профиль', PumpkinIcon = 'Тыква', RoundRubleIcon = 'Рубль (круг.)', SafeIcon = 'Сейф', ShieldTickIcon = 'Безопасность', SignDocsIcon = 'Подписанные документы', SmallClockIcon = 'Маленькие часы', SoundIcon = 'Звук', StrongBoxIcon = 'Ящик с замочной скважиной', TelegramIcon = 'Лого «Telegram»', UnionPayIcon = 'UnionPay', UserSquareIcon = 'Пользователь в рамке', UserTickIcon = 'Пользователь', VisaIcon = 'Visa', VKIcon = 'Лого «VK»', WalletAdd2Icon = 'Пополнение карты', WalletAddIcon = 'Кошелёк с плюсом', WalletIcon = 'Кошелёк', WalletWithMoneyIcon = 'Кошелёк с деньгами', WateringCanIcon = 'Добавить продукт'
9
+ ActualBalanceIcon = 'Деньги', AirPlaneIcon = 'Самолёт', AppleIcon = 'Лого «Apple»', ArrowDownIcon = 'Стрелка \'Вниз\'', ArrowLeftIcon = 'Стрелка', ArrowUpIcon = 'Стрелка вверх', AtmIcon = 'Банкомат', BankIcon = 'Банк', BuildingIcon = 'Здание с деревом', BurgerIcon = 'Бургер', Calendar2Icon = 'Календарь 2', CalendarCircleIcon = 'Скруглённый календарь', CalendarIcon = 'Календарь', CalendarTickIcon = 'Календарь с галочкой', Car2Icon = 'Машина2', CardIcon = 'Кред. карта', CardPosIcon = 'Кред. карта под наклоном', CardTickIcon = 'Кред. карта с галочкой', CardWithGemIcon = 'Карта с драгоценностями', CarIcon = 'Машина', ChartSquareIcon = 'Деньги внутри кошелька', CinemaIcon = 'Кинотеатр', ClockIcon = 'Часы', CloseIcon = 'Крестик', ComfortableCompIcon = 'Кресло', CreditCardsIcon = 'Кредитные карты', DiscountShapeIcon = 'Скидка', DocDownloadIcon = 'Скачать документ', DocIcon = 'Документ', DocIconMonoColor = 'Документ (одноцветный)', DocsIcon = 'Документы', DocumentTextIcon = 'Документ с текстом', DollarIcon = 'Доллар', DoneIcon = 'Зелёная \'галочка\' в круге', DoneSimpleIcon = 'Зелёная \'галочка\'', EarthIcon = 'Земля', EmptyWalletChangeIcon = 'Пустой кошелёк с возвратом', EmptyWalletIcon = 'Пустой кошелёк', EuroIcon = 'Евро', GeolocationIcon = 'Геолокация', GlassIcon = 'Зеркало', GlobalIcon = 'Глобус', GpsIcon = 'Gps', GridIcon = 'Сетка (белая)', InterestGrowthIcon = 'Диаграмма роста', InterestIcon = 'Скидка', JCBIcon = 'JCB', LogoIcon = 'Logo', LoupeIcon = 'Лупа', MapMarkerClusterIcon = 'Маркер карты', MapMarkerSingleIcon = 'Маркер карты РСХБ', MasterCardIcon = 'MasterCard', MinusIcon = 'Минус', MirIcon = 'МИР', MoneyIcon = 'Деньги', MoneyInsuranceIcon = 'Денежное страхование', MoneysIcon = 'MoneysIcon', MonitorMobileIcon = 'Монитор и мобильный', NewDocIcon = 'Новый документ', OfficeIcon = 'Офис', OkIcon = 'Лого «Одноклассники»', PackA4Icon = 'Пачка бумаги А4', PassSendIcon = 'Бизнес', PercentageRoundIcon = 'Проценты (круг.)', PercentageSquareIcon = 'Проценты', PersonalCardIcon = 'Персональная карта', PlayMarketIcon = 'Лого «PlayMarket»', PlusIcon = 'Плюс', PowerIcon = 'Щит', Profile2UserIcon = 'Профиль, 2 персоны', ProfileIcon = 'Профиль', PumpkinIcon = 'Тыква', RoundRubleIcon = 'Рубль (круг.)', SafeIcon = 'Сейф', ShieldTickIcon = 'Безопасность', SignDocsIcon = 'Подписанные документы', SmallClockIcon = 'Маленькие часы', SoundIcon = 'Звук', StrongBoxIcon = 'Ящик с замочной скважиной', TelegramIcon = 'Лого «Telegram»', UnionPayIcon = 'UnionPay', UserSquareIcon = 'Пользователь в рамке', UserTickIcon = 'Пользователь', VisaIcon = 'Visa', VKIcon = 'Лого «VK»', WalletAdd2Icon = 'Пополнение карты', WalletAddIcon = 'Кошелёк с плюсом', WalletIcon = 'Кошелёк', WalletWithMoneyIcon = 'Кошелёк с деньгами', WateringCanIcon = 'Добавить продукт'
10
10
  }
11
11
 
12
12
  /**
@@ -14,7 +14,7 @@ export enum IconTitleMap {
14
14
  * @title Иконка
15
15
  * @enumNames [
16
16
  * "",
17
- * 'Деньги', 'Самолет', 'Лого «Apple»', 'Стрелка \'Вниз\'', 'Стрелка', 'Стрелка вверх', 'Банкомат', 'Банк', 'Здание с деревом', 'Бургер', 'Календарь 2', 'Скруглённый календарь', 'Календарь', 'Календарь с галочкой', 'Машина2', 'Кред. карта', 'Кред. карта под наклоном', 'Кред. карта с галочкой', 'Карта с драгоценностями', 'Машина', 'Деньги внутри кошелька', 'Кино', 'Часы', 'Крестик', 'Кресло', 'Кредитные карты', 'Скидка', 'Скачать документ', 'Документ', 'Документ (одноцветный)', 'Документы', 'Документ с текстом', 'Доллар', 'Зелёная \'галочка\' в круге', 'Зелёная \'галочка\'', 'Земля', 'Пустой кошелёк с возвратом', 'Пустой кошелёк', 'Евро', 'Геолокация', 'Зеркало', 'Глобус', 'Gps', 'Сетка (белая)', 'Диаграмма роста', 'Скидка', 'JCB', 'Logo', 'Лупа', 'Маркер карты', 'Маркер карты РСХБ', 'MasterCard', 'Минус', 'МИР', 'Деньги', 'Денежное страхование', 'MoneysIcon', 'Монитор и мобильный', 'Новый документ', 'Офис', 'Лого «Одноклассники»', 'PackA4Icon', 'Бизнес', 'Проценты (круг.)', 'Проценты', 'Персональная карта', 'Лого «PlayMarket»', 'Плюс', 'Щит', 'Профиль, 2 персоны', 'Профиль', 'Тыква', 'Рубль (круг.)', 'Сейф', 'Безопасность', 'Подписанные документы', 'Маленькие часы', 'Звук', 'Ящик с замочной скважиной', 'Лого «Telegram»', 'UnionPay', 'Пользователь в рамке', 'Пользователь', 'Visa', 'Лого «VK»', 'Пополнение карты', 'Кошелёк с плюсом', 'Кошелёк', 'Кошелёк с деньгами', 'Добавить продукт'
17
+ * 'Деньги', 'Самолёт', 'Лого «Apple»', 'Стрелка \'Вниз\'', 'Стрелка', 'Стрелка вверх', 'Банкомат', 'Банк', 'Здание с деревом', 'Бургер', 'Календарь 2', 'Скруглённый календарь', 'Календарь', 'Календарь с галочкой', 'Машина2', 'Кред. карта', 'Кред. карта под наклоном', 'Кред. карта с галочкой', 'Карта с драгоценностями', 'Машина', 'Деньги внутри кошелька', 'Кинотеатр', 'Часы', 'Крестик', 'Кресло', 'Кредитные карты', 'Скидка', 'Скачать документ', 'Документ', 'Документ (одноцветный)', 'Документы', 'Документ с текстом', 'Доллар', 'Зелёная \'галочка\' в круге', 'Зелёная \'галочка\'', 'Земля', 'Пустой кошелёк с возвратом', 'Пустой кошелёк', 'Евро', 'Геолокация', 'Зеркало', 'Глобус', 'Gps', 'Сетка (белая)', 'Диаграмма роста', 'Скидка', 'JCB', 'Logo', 'Лупа', 'Маркер карты', 'Маркер карты РСХБ', 'MasterCard', 'Минус', 'МИР', 'Деньги', 'Денежное страхование', 'MoneysIcon', 'Монитор и мобильный', 'Новый документ', 'Офис', 'Лого «Одноклассники»', 'Пачка бумаги А4', 'Бизнес', 'Проценты (круг.)', 'Проценты', 'Персональная карта', 'Лого «PlayMarket»', 'Плюс', 'Щит', 'Профиль, 2 персоны', 'Профиль', 'Тыква', 'Рубль (круг.)', 'Сейф', 'Безопасность', 'Подписанные документы', 'Маленькие часы', 'Звук', 'Ящик с замочной скважиной', 'Лого «Telegram»', 'UnionPay', 'Пользователь в рамке', 'Пользователь', 'Visa', 'Лого «VK»', 'Пополнение карты', 'Кошелёк с плюсом', 'Кошелёк', 'Кошелёк с деньгами', 'Добавить продукт'
18
18
  * ]
19
19
  */
20
20
  export type IconName = '' | 'ActualBalanceIcon' | 'AirPlaneIcon' | 'AppleIcon' | 'ArrowDownIcon' | 'ArrowLeftIcon' | 'ArrowUpIcon' | 'AtmIcon' | 'BankIcon' | 'BuildingIcon' | 'BurgerIcon' | 'Calendar2Icon' | 'CalendarCircleIcon' | 'CalendarIcon' | 'CalendarTickIcon' | 'Car2Icon' | 'CardIcon' | 'CardPosIcon' | 'CardTickIcon' | 'CardWithGemIcon' | 'CarIcon' | 'ChartSquareIcon' | 'CinemaIcon' | 'ClockIcon' | 'CloseIcon' | 'ComfortableCompIcon' | 'CreditCardsIcon' | 'DiscountShapeIcon' | 'DocDownloadIcon' | 'DocIcon' | 'DocIconMonoColor' | 'DocsIcon' | 'DocumentTextIcon' | 'DollarIcon' | 'DoneIcon' | 'DoneSimpleIcon' | 'EarthIcon' | 'EmptyWalletChangeIcon' | 'EmptyWalletIcon' | 'EuroIcon' | 'GeolocationIcon' | 'GlassIcon' | 'GlobalIcon' | 'GpsIcon' | 'GridIcon' | 'InterestGrowthIcon' | 'InterestIcon' | 'JCBIcon' | 'LogoIcon' | 'LoupeIcon' | 'MapMarkerClusterIcon' | 'MapMarkerSingleIcon' | 'MasterCardIcon' | 'MinusIcon' | 'MirIcon' | 'MoneyIcon' | 'MoneyInsuranceIcon' | 'MoneysIcon' | 'MonitorMobileIcon' | 'NewDocIcon' | 'OfficeIcon' | 'OkIcon' | 'PackA4Icon' | 'PassSendIcon' | 'PercentageRoundIcon' | 'PercentageSquareIcon' | 'PersonalCardIcon' | 'PlayMarketIcon' | 'PlusIcon' | 'PowerIcon' | 'Profile2UserIcon' | 'ProfileIcon' | 'PumpkinIcon' | 'RoundRubleIcon' | 'SafeIcon' | 'ShieldTickIcon' | 'SignDocsIcon' | 'SmallClockIcon' | 'SoundIcon' | 'StrongBoxIcon' | 'TelegramIcon' | 'UnionPayIcon' | 'UserSquareIcon' | 'UserTickIcon' | 'VisaIcon' | 'VKIcon' | 'WalletAdd2Icon' | 'WalletAddIcon' | 'WalletIcon' | 'WalletWithMoneyIcon' | 'WateringCanIcon';
@@ -1,4 +1,4 @@
1
- <svg width="293" height="246" viewBox="0 0 293 246" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg title="Пачка бумаги А4" viewBox="0 0 293 246" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path opacity="0.5" d="M37.3672 84.2039V194.953L177.062 115.581V4.84375L37.3672 84.2039Z" fill="#E0F6E0"/>
3
3
  <path opacity="0.5" d="M261.941 165.029V54.8144L177.062 4.84375V116.806L261.941 165.029Z" fill="#C2E8D6"/>
4
4
  <path d="M63.7812 161.607L128.285 198.687L237.037 136.469L172.512 99.3867L63.7812 161.607Z" fill="white"/>
@@ -1,135 +1 @@
1
- <svg title="Щит" width="180" height="160" viewBox="0 0 180 160" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_10079_21731859)">
3
- <rect width="180" height="160" fill="white"/>
4
- <g filter="url(#filter0_f_10079_21731859)">
5
- <path d="M86.3867 152.83C111.099 152.83 131.133 151.541 131.133 149.951C131.133 148.36 111.099 147.071 86.3867 147.071C61.6741 147.071 41.6406 148.36 41.6406 149.951C41.6406 151.541 61.6741 152.83 86.3867 152.83Z" fill="url(#paint0_radial_10079_21731859)"/>
6
- </g>
7
- <path d="M91.5707 13.1694H79.9568V17.0601L39.25 30.7645L40.7598 59.7413C42.2696 88.66 56.8451 114.966 79.9568 131.573V138.716H91.5707C121.36 123.269 140.698 93.2475 142.382 59.7413L143.891 30.7645L91.5707 13.1694Z" fill="url(#paint1_linear_10079_21731859)"/>
8
- <path d="M71.0703 20.0799H112.126L106.551 18.2217H76.5869L71.0703 20.0799Z" fill="#0062EA"/>
9
- <path d="M68.2266 121.585C70.4913 123.85 72.8721 125.999 75.4272 128.089H107.772C110.269 126.057 112.65 123.85 114.973 121.585H68.2266Z" fill="#0062EA"/>
10
- <path d="M71.7734 30.939V37.4428H143.548L143.896 30.939H71.7734Z" fill="#0062EA"/>
11
- <path d="M99.9872 133.78C100.916 133.199 101.787 132.561 102.716 131.922H79.9531V133.78H99.9872Z" fill="#42AB44"/>
12
- <path d="M81.2344 40.6943V42.5526H143.311L143.369 40.6943H81.2344Z" fill="#42AB44"/>
13
- <mask id="mask0_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="27" y="13" width="106" height="126">
14
- <path d="M79.9536 138.716C109.743 123.269 129.08 93.2475 130.764 59.7413L132.274 30.7645L79.9536 13.1694L27.6328 30.7645L29.1426 59.7413C30.8266 93.2475 50.2219 123.269 79.9536 138.716Z" fill="#42AB44"/>
15
- </mask>
16
- <g mask="url(#mask0_10079_21731859)">
17
- <path d="M79.9536 138.716C109.743 123.269 129.08 93.2475 130.764 59.7413L132.274 30.7645L79.9536 13.1694L27.6328 30.7645L29.1426 59.7413C30.8266 93.2475 50.2219 123.269 79.9536 138.716Z" fill="url(#paint2_linear_10079_21731859)"/>
18
- <path d="M128.208 79.0784L134.133 45.6553L35.1016 118.425L87.7598 148.802L128.208 79.0784Z" fill="url(#paint3_linear_10079_21731859)"/>
19
- </g>
20
- <g filter="url(#filter1_d_10079_21731859)">
21
- <path d="M79.9536 22.9832L122.635 37.3264L121.531 59.2767C120.777 74.0845 116.131 88.4858 108.117 100.971C100.975 112.062 91.3352 121.353 80.0116 128.089C68.688 121.353 59.0485 112.062 51.9059 100.971C43.8923 88.4858 39.2467 74.0845 38.4918 59.2767L37.3885 37.3264L79.9536 22.9832ZM79.9536 13.1694L27.6328 30.7645L29.1426 59.7413C30.8847 93.1894 50.2219 123.269 79.9536 138.716C109.743 123.269 129.08 93.2475 130.764 59.7413L132.274 30.7645L79.9536 13.1694Z" fill="#BEE6FF"/>
22
- </g>
23
- <g filter="url(#filter2_f_10079_21731859)">
24
- <path d="M46 43.3159V59.2248L76.5071 32.0859L46 43.3159Z" fill="#64E466"/>
25
- </g>
26
- <g filter="url(#filter3_f_10079_21731859)">
27
- <path d="M80.6094 114.601V122.837L111.117 95.6982L87.8095 104.278C83.4836 105.87 80.6094 109.991 80.6094 114.601Z" fill="#F2F9BD"/>
28
- </g>
29
- <mask id="mask1_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="27" y="13" width="106" height="126">
30
- <path d="M79.9536 22.9832L122.635 37.3264L121.531 59.2767C120.777 74.0845 116.131 88.4858 108.117 100.971C100.975 112.062 91.3352 121.353 80.0116 128.089C68.688 121.353 59.0485 112.062 51.9059 100.971C43.8923 88.4858 39.2467 74.0845 38.4918 59.2767L37.3885 37.3264L79.9536 22.9832ZM79.9536 13.1694L27.6328 30.7645L29.1426 59.7413C30.8847 93.1894 50.2219 123.269 79.9536 138.716C109.743 123.269 129.08 93.2475 130.764 59.7413L132.274 30.7645L79.9536 13.1694Z" fill="#BEE6FF"/>
31
- </mask>
32
- <g mask="url(#mask1_10079_21731859)">
33
- <rect x="107.344" y="6.75537" width="5.30962" height="116.987" transform="rotate(46.5014 107.344 6.75537)" fill="white"/>
34
- <rect x="118.242" y="10.2178" width="29.2529" height="136.584" transform="rotate(46.5014 118.242 10.2178)" fill="white"/>
35
- </g>
36
- <path d="M86.4419 41.624H78.6054V42.6689C68.1568 45.8035 60.3203 55.7297 60.3203 67.7456C60.3203 79.7615 68.1568 89.1653 78.6054 92.8223V93.8672H86.4419C86.4419 93.8672 86.4419 93.8672 86.9643 93.8672C101.592 93.8672 113.086 82.3737 113.086 67.7456C113.086 53.1175 100.548 41.624 86.4419 41.624Z" fill="url(#paint4_linear_10079_21731859)"/>
37
- <mask id="mask2_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="60" y="41" width="54" height="53">
38
- <path d="M86.4497 41.624H78.6132V42.6689C68.1646 45.8035 60.3281 55.7297 60.3281 67.7456C60.3281 79.7615 68.1646 89.1653 78.6132 92.8223V93.8672H86.4497C86.4497 93.8672 86.4497 93.8672 86.9721 93.8672C101.6 93.8672 113.094 82.3737 113.094 67.7456C113.094 53.1175 100.555 41.624 86.4497 41.624Z" fill="url(#paint5_linear_10079_21731859)"/>
39
- </mask>
40
- <g mask="url(#mask2_10079_21731859)">
41
- <rect x="74.2188" y="82.2725" width="37.9375" height="1.44055" fill="#0062EA"/>
42
- <rect x="74.2188" y="46.2725" width="37.9375" height="1.44055" fill="#0062EA"/>
43
- <rect x="77.2188" y="50.2725" width="37.9375" height="3.94287" fill="#42AB44"/>
44
- <rect x="72.0938" y="86.2725" width="37.9375" height="3.94287" fill="#42AB44"/>
45
- </g>
46
- <path d="M81.2232 93.8672C95.6497 93.8672 107.345 82.1722 107.345 67.7456C107.345 53.3191 95.6497 41.624 81.2232 41.624C66.7966 41.624 55.1016 53.3191 55.1016 67.7456C55.1016 82.1722 66.7966 93.8672 81.2232 93.8672Z" fill="#F6F6F6"/>
47
- <path d="M78.6138 93.8672C93.0403 93.8672 104.735 82.1722 104.735 67.7456C104.735 53.3191 93.0403 41.624 78.6138 41.624C64.1872 41.624 52.4922 53.3191 52.4922 67.7456C52.4922 82.1722 64.1872 93.8672 78.6138 93.8672Z" fill="#DADADA"/>
48
- <path d="M78.6138 93.8672C93.0403 93.8672 104.735 82.1722 104.735 67.7456C104.735 53.3191 93.0403 41.624 78.6138 41.624C64.1872 41.624 52.4922 53.3191 52.4922 67.7456C52.4922 82.1722 64.1872 93.8672 78.6138 93.8672Z" fill="#BEE6FF"/>
49
- <path d="M78.6138 93.8672C93.0403 93.8672 104.735 82.1722 104.735 67.7456C104.735 53.3191 93.0403 41.624 78.6138 41.624C64.1872 41.624 52.4922 53.3191 52.4922 67.7456C52.4922 82.1722 64.1872 93.8672 78.6138 93.8672Z" fill="url(#paint6_linear_10079_21731859)"/>
50
- <path d="M53.6032 72.7234C53.6032 56.2935 66.5124 43.3844 82.9422 43.3844C85.8761 43.3844 88.81 43.9711 91.7439 44.5579C88.2233 42.7976 84.1158 41.624 79.4216 41.624C64.7521 41.624 52.4297 53.9464 52.4297 68.6159C52.4297 72.7233 53.6032 76.8308 54.7768 79.7647C54.19 77.4176 53.6032 75.0705 53.6032 72.7234Z" fill="white"/>
51
- <path d="M76.5149 83.4173L63.9766 70.879L69.7233 65.1322L76.5149 71.9238L93.7552 54.6836L99.5019 60.4303L76.5149 83.4173Z" fill="url(#paint7_linear_10079_21731859)"/>
52
- <path d="M76.5149 83.4173L63.9766 70.879L69.7233 65.1322L76.5149 71.9238L93.7552 54.6836L99.5019 60.4303L76.5149 83.4173Z" fill="url(#paint8_linear_10079_21731859)"/>
53
- <path d="M73.3821 83.4173L60.8438 70.879L66.5905 65.1322L73.3821 71.9238L90.0999 54.6836L95.8467 60.4303L73.3821 83.4173Z" fill="url(#paint9_linear_10079_21731859)"/>
54
- <path d="M73.3828 83.422L92.6528 57.2153L95.8474 60.435L73.3828 83.422Z" fill="#F6F6F6"/>
55
- <path d="M36.8606 102.239L24.1019 100.531C21.9974 100.268 20.419 98.5603 20.0244 96.5893L18.0514 83.4497L16.6045 96.4579C16.3415 98.6917 14.6315 100.4 12.3955 100.663L-0.757812 102.239L12.2639 103.816C14.6315 104.079 16.3415 106.05 16.473 108.284L18.1829 138.373L20.2874 108.152C20.419 105.918 22.2604 104.079 24.4965 103.685L36.8606 102.239Z" fill="#B5E2FF"/>
56
- <g filter="url(#filter4_f_10079_21731859)">
57
- <path d="M165.574 24.8897L156.881 23.7259C155.448 23.5469 154.372 22.3832 154.104 21.0405L152.759 12.0889L151.774 20.951C151.594 22.4727 150.43 23.6364 148.906 23.8155L139.945 24.8897L148.817 25.9638C150.43 26.1429 151.595 27.4856 151.684 29.0074L152.849 49.5066L154.283 28.9179C154.372 27.3961 155.627 26.1429 157.15 25.8743L165.574 24.8897Z" fill="#B5E2FF"/>
58
- </g>
59
- </g>
60
- <defs>
61
- <filter id="filter0_f_10079_21731859" x="34.6406" y="140.071" width="103.492" height="19.7588" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
62
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
63
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
64
- <feGaussianBlur stdDeviation="3.5" result="effect1_foregroundBlur_10079_21731859"/>
65
- </filter>
66
- <filter id="filter1_d_10079_21731859" x="27.6328" y="12.1694" width="109.641" height="129.546" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
67
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
68
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
69
- <feOffset dx="3" dy="1"/>
70
- <feGaussianBlur stdDeviation="1"/>
71
- <feComposite in2="hardAlpha" operator="out"/>
72
- <feColorMatrix type="matrix" values="0 0 0 0 0.211765 0 0 0 0 0.352941 0 0 0 0 0.752941 0 0 0 1 0"/>
73
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10079_21731859"/>
74
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10079_21731859" result="shape"/>
75
- </filter>
76
- <filter id="filter2_f_10079_21731859" x="42" y="28.0859" width="38.5078" height="35.1387" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
77
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
78
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
79
- <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21731859"/>
80
- </filter>
81
- <filter id="filter3_f_10079_21731859" x="67.6094" y="82.6982" width="56.5078" height="53.1387" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
82
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
83
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
84
- <feGaussianBlur stdDeviation="6.5" result="effect1_foregroundBlur_10079_21731859"/>
85
- </filter>
86
- <filter id="filter4_f_10079_21731859" x="135.945" y="8.08887" width="33.625" height="45.4175" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
87
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
88
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
89
- <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21731859"/>
90
- </filter>
91
- <radialGradient id="paint0_radial_10079_21731859" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(86.3867 149.951) rotate(90.0054) scale(1.51919 23.6076)">
92
- <stop stop-color="#6A99DD"/>
93
- <stop offset="1" stop-color="#A0C0EF"/>
94
- </radialGradient>
95
- <linearGradient id="paint1_linear_10079_21731859" x1="91.5729" y1="85.4239" x2="91.5698" y2="138.716" gradientUnits="userSpaceOnUse">
96
- <stop/>
97
- <stop offset="1" stop-color="#0357CA"/>
98
- </linearGradient>
99
- <linearGradient id="paint2_linear_10079_21731859" x1="55.6602" y1="67.7083" x2="110.849" y2="112.197" gradientUnits="userSpaceOnUse">
100
- <stop stop-color="#42AB44"/>
101
- <stop offset="1" stop-color="#C1EA97"/>
102
- </linearGradient>
103
- <linearGradient id="paint3_linear_10079_21731859" x1="84.6172" y1="65.6443" x2="112.689" y2="88.4087" gradientUnits="userSpaceOnUse">
104
- <stop stop-color="#2A842B"/>
105
- <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
106
- </linearGradient>
107
- <linearGradient id="paint4_linear_10079_21731859" x1="86.7042" y1="71.691" x2="86.7031" y2="93.8672" gradientUnits="userSpaceOnUse">
108
- <stop/>
109
- <stop offset="1" stop-color="#0357CA"/>
110
- </linearGradient>
111
- <linearGradient id="paint5_linear_10079_21731859" x1="86.712" y1="71.691" x2="86.7109" y2="93.8672" gradientUnits="userSpaceOnUse">
112
- <stop/>
113
- <stop offset="1" stop-color="#0357CA"/>
114
- </linearGradient>
115
- <linearGradient id="paint6_linear_10079_21731859" x1="100.654" y1="74.2822" x2="89.5482" y2="42.4951" gradientUnits="userSpaceOnUse">
116
- <stop stop-color="#F4FAFF"/>
117
- <stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
118
- </linearGradient>
119
- <linearGradient id="paint7_linear_10079_21731859" x1="78.7759" y1="69.0505" x2="67.5346" y2="61.3822" gradientUnits="userSpaceOnUse">
120
- <stop/>
121
- <stop offset="1" stop-color="#C17845"/>
122
- </linearGradient>
123
- <linearGradient id="paint8_linear_10079_21731859" x1="73.6518" y1="52.3575" x2="84.3206" y2="61.7329" gradientUnits="userSpaceOnUse">
124
- <stop stop-color="#42AB44"/>
125
- <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
126
- </linearGradient>
127
- <linearGradient id="paint9_linear_10079_21731859" x1="73.5757" y1="63.9042" x2="99.7404" y2="81.4669" gradientUnits="userSpaceOnUse">
128
- <stop stop-color="#42AB44"/>
129
- <stop offset="1" stop-color="#C8E99F"/>
130
- </linearGradient>
131
- <clipPath id="clip0_10079_21731859">
132
- <rect width="180" height="160" fill="white"/>
133
- </clipPath>
134
- </defs>
135
- </svg>
1
+ <svg title="Щит" viewBox="0 0 180 160" xmlns="http://www.w3.org/2000/svg" fill="none"><g clip-path="url(#a)"><g filter="url(#b)"><path fill="url(#c)" d="M86.387 152.83c24.712 0 44.746-1.289 44.746-2.879 0-1.591-20.034-2.88-44.746-2.88-24.713 0-44.746 1.289-44.746 2.88 0 1.59 20.033 2.879 44.746 2.879Z"/></g><path fill="url(#d)" d="M91.57 13.17H79.958v3.89L39.25 30.765l1.51 28.976a94.446 94.446 0 0 0 39.197 71.832v7.143H91.57c29.789-15.447 49.127-45.469 50.811-78.975l1.509-28.976-52.32-17.596Z"/><path fill="#0062EA" d="M71.07 20.08h41.056l-5.575-1.858H76.587L71.07 20.08ZM68.227 121.585a96.763 96.763 0 0 0 7.2 6.504h32.345c2.497-2.032 4.878-4.239 7.201-6.504H68.227ZM71.773 30.939v6.504h71.775l.348-6.504H71.773Z"/><path fill="#42AB44" d="M99.987 133.78c.929-.581 1.8-1.219 2.729-1.858H79.953v1.858h20.034ZM81.234 40.694v1.859h62.077l.058-1.859H81.234Z"/><mask id="e" width="106" height="126" x="27" y="13" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#42AB44" d="M79.954 138.716c29.789-15.447 49.126-45.469 50.81-78.975l1.51-28.976-52.32-17.596-52.321 17.596 1.51 28.976c1.684 33.507 21.079 63.528 50.81 78.975Z"/></mask><g mask="url(#e)"><path fill="url(#f)" d="M79.954 138.716c29.789-15.447 49.126-45.469 50.81-78.975l1.51-28.976-52.32-17.596-52.321 17.596 1.51 28.976c1.684 33.507 21.079 63.528 50.81 78.975Z"/><path fill="url(#g)" d="m128.208 79.078 5.925-33.423-99.031 72.77 52.658 30.377 40.448-69.724Z"/></g><g filter="url(#h)"><path fill="#BEE6FF" d="m79.954 22.983 42.681 14.343-1.104 21.95c-.754 14.809-5.4 29.21-13.414 41.695a85.344 85.344 0 0 1-28.105 27.118 85.351 85.351 0 0 1-28.106-27.118c-8.014-12.485-12.66-26.886-13.414-41.694l-1.103-21.95 42.565-14.344Zm0-9.814L27.633 30.765l1.51 28.976c1.742 33.448 21.079 63.528 50.81 78.975 29.79-15.447 49.127-45.469 50.811-78.975l1.51-28.976-52.32-17.596Z"/></g><g filter="url(#i)"><path fill="#64E466" d="M46 43.316v15.909l30.507-27.14L46 43.316Z"/></g><g filter="url(#j)"><path fill="#F2F9BD" d="M80.61 114.601v8.236l30.507-27.139-23.308 8.58a11 11 0 0 0-7.2 10.323Z"/></g><mask id="k" width="106" height="126" x="27" y="13" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#BEE6FF" d="m79.954 22.983 42.681 14.343-1.104 21.95c-.754 14.809-5.4 29.21-13.414 41.695a85.344 85.344 0 0 1-28.105 27.118 85.351 85.351 0 0 1-28.106-27.118c-8.014-12.485-12.66-26.886-13.414-41.694l-1.103-21.95 42.565-14.344Zm0-9.814L27.633 30.765l1.51 28.976c1.742 33.448 21.079 63.528 50.81 78.975 29.79-15.447 49.127-45.469 50.811-78.975l1.51-28.976-52.32-17.596Z"/></mask><g fill="#fff" mask="url(#k)"><path d="M107.344 6.755 111 10.607 26.138 91.133l-3.655-3.851zM118.242 10.218l20.136 21.22L39.3 125.454l-20.136-21.22z"/></g><path fill="url(#l)" d="M86.442 41.624h-7.837v1.045C68.157 45.804 60.32 55.729 60.32 67.746c0 12.016 7.837 21.42 18.285 25.076v1.045h8.359c14.628 0 26.122-11.493 26.122-26.121 0-14.628-12.538-26.122-26.644-26.122Z"/><mask id="n" width="54" height="53" x="60" y="41" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="url(#m)" d="M86.45 41.624h-7.837v1.045c-10.448 3.135-18.285 13.06-18.285 25.077 0 12.016 7.837 21.42 18.285 25.076v1.045h8.359c14.628 0 26.122-11.493 26.122-26.121 0-14.628-12.539-26.122-26.644-26.122Z"/></mask><g mask="url(#n)"><path fill="#0062EA" d="M74.219 82.272h37.938v1.441H74.219zM74.219 46.273h37.938v1.441H74.219z"/><path fill="#42AB44" d="M77.219 50.273h37.938v3.943H77.219zM72.094 86.272h37.938v3.943H72.094z"/></g><path fill="#F6F6F6" d="M81.223 93.867c14.427 0 26.122-11.695 26.122-26.121 0-14.427-11.695-26.122-26.122-26.122-14.426 0-26.121 11.695-26.121 26.122 0 14.426 11.695 26.121 26.121 26.121Z"/><path fill="#DADADA" d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z"/><path fill="#BEE6FF" d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z"/><path fill="url(#o)" d="M78.614 93.867c14.426 0 26.121-11.695 26.121-26.121 0-14.427-11.695-26.122-26.121-26.122-14.427 0-26.122 11.695-26.122 26.122 0 14.426 11.695 26.121 26.122 26.121Z"/><path fill="#fff" d="M53.603 72.723c0-16.43 12.91-29.339 29.34-29.339 2.933 0 5.867.587 8.8 1.174-3.52-1.76-7.627-2.934-12.321-2.934-14.67 0-26.992 12.322-26.992 26.992 0 4.107 1.173 8.215 2.347 11.149-.587-2.347-1.174-4.695-1.174-7.042Z"/><path fill="url(#p)" d="M76.515 83.417 63.977 70.88l5.746-5.747 6.792 6.792 17.24-17.24 5.747 5.746-22.987 22.987Z"/><path fill="url(#q)" d="M76.515 83.417 63.977 70.88l5.746-5.747 6.792 6.792 17.24-17.24 5.747 5.746-22.987 22.987Z"/><path fill="url(#r)" d="M73.382 83.417 60.844 70.88l5.747-5.747 6.791 6.792L90.1 54.684l5.747 5.746-22.465 22.987Z"/><path fill="#F6F6F6" d="m73.383 83.422 19.27-26.207 3.194 3.22-22.464 22.987Z"/><path fill="#B5E2FF" d="m36.86 102.239-12.758-1.708c-2.105-.263-3.683-1.97-4.078-3.942l-1.973-13.14-1.446 13.009a4.754 4.754 0 0 1-4.21 4.205l-13.153 1.576 13.022 1.577c2.368.263 4.078 2.234 4.209 4.468l1.71 30.089 2.104-30.221c.132-2.234 1.973-4.073 4.21-4.467l12.364-1.446Z"/><g filter="url(#s)"><path fill="#B5E2FF" d="m165.574 24.89-8.693-1.164c-1.433-.18-2.509-1.343-2.777-2.685l-1.345-8.952-.985 8.862a3.24 3.24 0 0 1-2.868 2.864l-8.961 1.075 8.872 1.074c1.613.179 2.778 1.522 2.867 3.043l1.165 20.5 1.434-20.59c.089-1.52 1.344-2.774 2.867-3.043l8.424-.984Z"/></g></g><defs><linearGradient id="d" x1="91.573" x2="91.57" y1="85.424" y2="138.716" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="f" x1="55.66" x2="110.849" y1="67.708" y2="112.197" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#C1EA97"/></linearGradient><linearGradient id="g" x1="84.617" x2="112.689" y1="65.644" y2="88.409" gradientUnits="userSpaceOnUse"><stop stop-color="#2A842B"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="86.704" x2="86.703" y1="71.691" y2="93.867" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="m" x1="86.712" x2="86.711" y1="71.691" y2="93.867" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#0357CA"/></linearGradient><linearGradient id="o" x1="100.654" x2="89.548" y1="74.282" y2="42.495" gradientUnits="userSpaceOnUse"><stop stop-color="#F4FAFF"/><stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="78.776" x2="67.535" y1="69.05" y2="61.382" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-color="#C17845"/></linearGradient><linearGradient id="q" x1="73.652" x2="84.321" y1="52.358" y2="61.733" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#42AB44" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="73.576" x2="99.74" y1="63.904" y2="81.467" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#C8E99F"/></linearGradient><filter id="b" width="103.492" height="19.759" x="34.641" y="140.071" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21731859" stdDeviation="3.5"/></filter><filter id="h" width="109.641" height="129.546" x="27.633" y="12.169" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="3" dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.211765 0 0 0 0 0.352941 0 0 0 0 0.752941 0 0 0 1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_10079_21731859"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_10079_21731859" result="shape"/></filter><filter id="i" width="38.508" height="35.139" x="42" y="28.086" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21731859" stdDeviation="2"/></filter><filter id="j" width="56.508" height="53.139" x="67.609" y="82.698" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21731859" stdDeviation="6.5"/></filter><filter id="s" width="33.625" height="45.417" x="135.945" y="8.089" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_10079_21731859" stdDeviation="2"/></filter><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(90.005 -31.775 118.165) scale(1.51919 23.6076)" gradientUnits="userSpaceOnUse"><stop stop-color="#6A99DD"/><stop offset="1" stop-color="#A0C0EF"/></radialGradient><clipPath id="a"><path fill="#fff" d="M0 0h180v160H0z"/></clipPath></defs></svg>