@redneckz/wildless-cms-uni-blocks 0.3.68 → 0.3.69

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 (159) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +24 -29
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/ArrowDownIcon.svg +1 -1
  5. package/cosmos-static/icons/ArrowUpIcon.svg +1 -1
  6. package/cosmos-static/icons/GridIcon.svg +1 -1
  7. package/dist/components/Footer/MediaButton.js +5 -4
  8. package/dist/components/Footer/MediaButton.js.map +1 -1
  9. package/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -3
  10. package/dist/components/Header/HeaderSecondaryMenu.js +4 -4
  11. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  12. package/dist/components/Header/HeaderTop.js +1 -1
  13. package/dist/components/Header/HeaderTop.js.map +1 -1
  14. package/dist/components/ProductBlock/renderBackwardButton.js +3 -1
  15. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  16. package/dist/components/Recommendation/RecommendationCard.js +1 -1
  17. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  18. package/dist/icons/IconName.d.ts +3 -15
  19. package/dist/icons/IconName.js +1 -13
  20. package/dist/icons/IconName.js.map +1 -1
  21. package/dist/model/IconVersion.d.ts +3 -2
  22. package/dist/model/Picture.d.ts +0 -1
  23. package/dist/ui-kit/Button/ArrowButton.js +1 -1
  24. package/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  25. package/dist/ui-kit/Foldable/Foldable.js +1 -1
  26. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  27. package/dist/ui-kit/Icon/Icon.js +7 -3
  28. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  29. package/dist/ui-kit/Icon/IconProps.d.ts +1 -0
  30. package/dist/ui-kit/Img/Img.js +1 -1
  31. package/dist/ui-kit/Img/Img.js.map +1 -1
  32. package/lib/common.css +1 -1
  33. package/lib/components/Footer/MediaButton.js +5 -4
  34. package/lib/components/Footer/MediaButton.js.map +1 -1
  35. package/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -3
  36. package/lib/components/Header/HeaderSecondaryMenu.js +4 -4
  37. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  38. package/lib/components/Header/HeaderTop.js +1 -1
  39. package/lib/components/Header/HeaderTop.js.map +1 -1
  40. package/lib/components/ProductBlock/renderBackwardButton.js +3 -1
  41. package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  42. package/lib/components/Recommendation/RecommendationCard.js +1 -1
  43. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  44. package/lib/icons/IconName.d.ts +3 -15
  45. package/lib/icons/IconName.js +1 -13
  46. package/lib/icons/IconName.js.map +1 -1
  47. package/lib/model/IconVersion.d.ts +3 -2
  48. package/lib/model/Picture.d.ts +0 -1
  49. package/lib/ui-kit/Button/ArrowButton.js +1 -1
  50. package/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  51. package/lib/ui-kit/Foldable/Foldable.js +1 -1
  52. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  53. package/lib/ui-kit/Icon/Icon.fixture.d.ts +2 -0
  54. package/lib/ui-kit/Icon/Icon.js +7 -3
  55. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  56. package/lib/ui-kit/Icon/IconProps.d.ts +1 -0
  57. package/lib/ui-kit/Img/Img.js +1 -1
  58. package/lib/ui-kit/Img/Img.js.map +1 -1
  59. package/mobile/bundle/bundle.umd.js +14 -21
  60. package/mobile/bundle/bundle.umd.min.js +1 -1
  61. package/mobile/dist/components/Footer/MediaButton.js +5 -4
  62. package/mobile/dist/components/Footer/MediaButton.js.map +1 -1
  63. package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -3
  64. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +4 -4
  65. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  66. package/mobile/dist/components/Header/HeaderTop.js +1 -1
  67. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  68. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +3 -1
  69. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  70. package/mobile/dist/components/Recommendation/RecommendationCard.js +1 -1
  71. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  72. package/mobile/dist/icons/IconName.d.ts +3 -15
  73. package/mobile/dist/icons/IconName.js +1 -13
  74. package/mobile/dist/icons/IconName.js.map +1 -1
  75. package/mobile/dist/model/IconVersion.d.ts +3 -2
  76. package/mobile/dist/model/Picture.d.ts +0 -1
  77. package/mobile/dist/ui-kit/Button/ArrowButton.js +1 -1
  78. package/mobile/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  79. package/mobile/dist/ui-kit/Foldable/Foldable.js +1 -1
  80. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  81. package/mobile/dist/ui-kit/Icon/Icon.js +7 -3
  82. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  83. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +1 -0
  84. package/mobile/lib/components/Footer/MediaButton.js +5 -4
  85. package/mobile/lib/components/Footer/MediaButton.js.map +1 -1
  86. package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -3
  87. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +4 -4
  88. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  89. package/mobile/lib/components/Header/HeaderTop.js +1 -1
  90. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  91. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +3 -1
  92. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  93. package/mobile/lib/components/Recommendation/RecommendationCard.js +1 -1
  94. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  95. package/mobile/lib/icons/IconName.d.ts +3 -15
  96. package/mobile/lib/icons/IconName.js +1 -13
  97. package/mobile/lib/icons/IconName.js.map +1 -1
  98. package/mobile/lib/model/IconVersion.d.ts +3 -2
  99. package/mobile/lib/model/Picture.d.ts +0 -1
  100. package/mobile/lib/ui-kit/Button/ArrowButton.js +1 -1
  101. package/mobile/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  102. package/mobile/lib/ui-kit/Foldable/Foldable.js +1 -1
  103. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  104. package/mobile/lib/ui-kit/Icon/Icon.js +7 -3
  105. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  106. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +1 -0
  107. package/mobile/src/components/Footer/MediaButton.tsx +17 -5
  108. package/mobile/src/components/GracePeriod/GracePeriodContent.ts +2 -3
  109. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +14 -6
  110. package/mobile/src/components/Header/HeaderTop.tsx +1 -1
  111. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +4 -1
  112. package/mobile/src/components/Recommendation/RecommendationCard.tsx +1 -1
  113. package/mobile/src/icons/ArrowDownIcon.svg +2 -2
  114. package/mobile/src/icons/ArrowUpIcon.svg +2 -2
  115. package/mobile/src/icons/GridIcon.svg +2 -3
  116. package/mobile/src/icons/IconName.ts +4 -4
  117. package/mobile/src/model/IconVersion.ts +3 -2
  118. package/mobile/src/model/Picture.ts +0 -1
  119. package/mobile/src/ui-kit/Button/ArrowButton.tsx +1 -1
  120. package/mobile/src/ui-kit/Foldable/Foldable.tsx +1 -1
  121. package/mobile/src/ui-kit/Icon/Icon.tsx +14 -3
  122. package/mobile/src/ui-kit/Icon/IconProps.ts +1 -0
  123. package/package.json +1 -1
  124. package/src/components/Footer/MediaButton.tsx +17 -5
  125. package/src/components/GracePeriod/GracePeriodContent.ts +2 -3
  126. package/src/components/Header/HeaderSecondaryMenu.tsx +14 -6
  127. package/src/components/Header/HeaderTop.tsx +1 -1
  128. package/src/components/ProductBlock/renderBackwardButton.tsx +4 -1
  129. package/src/components/Recommendation/RecommendationCard.tsx +1 -1
  130. package/src/icons/ArrowDownIcon.svg +2 -2
  131. package/src/icons/ArrowUpIcon.svg +2 -2
  132. package/src/icons/GridIcon.svg +2 -3
  133. package/src/icons/IconName.ts +237 -5
  134. package/src/model/IconVersion.ts +3 -2
  135. package/src/model/Picture.ts +0 -1
  136. package/src/ui-kit/Button/ArrowButton.tsx +1 -1
  137. package/src/ui-kit/Foldable/Foldable.tsx +1 -1
  138. package/src/ui-kit/Icon/Icon.fixture.tsx +24 -0
  139. package/src/ui-kit/Icon/Icon.tsx +14 -3
  140. package/src/ui-kit/Icon/IconProps.ts +1 -0
  141. package/src/ui-kit/Img/Img.tsx +2 -1
  142. package/cosmos-static/icons/ArrowsRewindRight.svg +0 -1
  143. package/cosmos-static/icons/BurgerIconWhite.svg +0 -1
  144. package/cosmos-static/icons/CalendarWhiteIcon.svg +0 -1
  145. package/cosmos-static/icons/EmptyWalletWhiteIcon.svg +0 -1
  146. package/cosmos-static/icons/GridIconWhite.svg +0 -1
  147. package/cosmos-static/icons/PercentageSquareWhiteIcon.svg +0 -1
  148. package/mobile/src/icons/ArrowsRewindRight.svg +0 -16
  149. package/mobile/src/icons/BurgerIconWhite.svg +0 -6
  150. package/mobile/src/icons/CalendarWhiteIcon.svg +0 -17
  151. package/mobile/src/icons/EmptyWalletWhiteIcon.svg +0 -16
  152. package/mobile/src/icons/GridIconWhite.svg +0 -4
  153. package/mobile/src/icons/PercentageSquareWhiteIcon.svg +0 -16
  154. package/src/icons/ArrowsRewindRight.svg +0 -16
  155. package/src/icons/BurgerIconWhite.svg +0 -6
  156. package/src/icons/CalendarWhiteIcon.svg +0 -17
  157. package/src/icons/EmptyWalletWhiteIcon.svg +0 -16
  158. package/src/icons/GridIconWhite.svg +0 -4
  159. package/src/icons/PercentageSquareWhiteIcon.svg +0 -16
@@ -1,7 +1,7 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
+ import type { ImgSource, Picture } from '../../model/Picture';
2
3
  import { Icon } from '../Icon/Icon';
3
4
  import { getIconVersion } from './getIconVersion';
4
- import type { ImgSource, Picture } from '../../model/Picture';
5
5
  import type { Image, ImageProps } from './ImgProps';
6
6
 
7
7
  export const Img = JSX<ImageProps<Image>>(
@@ -16,6 +16,7 @@ export const Img = JSX<ImageProps<Image>>(
16
16
  return icon.length ? (
17
17
  <Icon
18
18
  className={className}
19
+ imageClassName={imageClassName}
19
20
  iconVersion={getIconVersion(image)}
20
21
  name={icon}
21
22
  {...iconProps}
@@ -1 +0,0 @@
1
- <svg id="icon" viewBox="0 0 230 187" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#filter0_d_7050_138706)"><path fill-rule="evenodd" clip-rule="evenodd" d="M92.24 52.16 14 104.32V0l78.24 52.16Zm123.879 0-78.24 52.16V0l78.24 52.16Z" fill="#fff"/></g><defs><filter id="filter0_d_7050_138706" x=".96" y="0" width="228.199" height="186.907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="69.547"/><feGaussianBlur stdDeviation="6.52"/><feColorMatrix values="0 0 0 0 0.0196078 0 0 0 0 0.0117647 0 0 0 0 0.0156863 0 0 0 0.1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_7050_138706"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_7050_138706" result="shape"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 6h18M9.49 12H21M3 12h2.99M3 18h18" stroke="#FFF" stroke-width="2" stroke-linecap="round"/></svg>
@@ -1 +0,0 @@
1
- <svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="#fff" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M8 2v3m8-3v3M3.5 9.09h17M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5"/><path stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" d="M15.991 13h.018m-.018 4.006h.018M11.991 13h.018m-.018 4.006h.018M7.991 13h.018m-.018 4.006h.018"/></svg>
@@ -1 +0,0 @@
1
- <svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M2.5 14.07v-2.56c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.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.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H6.26c-2.07 0-3.76-1.69-3.76-3.76m9.78-16.07a1.9 1.9 0 0 1 2.57 1.78v3.8"/><path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l3.97-1.5m14.25 10.3v2.06c0 .55-.44 1-1 1.02H19.6c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02ZM7 12h7"/></svg>
@@ -1 +0,0 @@
1
- <svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33"><rect fill="rgba(255, 255, 255, 0.2)" width="32" height="32" y=".5" rx="16"/><path fill="#FFF" d="M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5-8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/></svg>
@@ -1 +0,0 @@
1
- <svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M2 13.05V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9m6.32 6.27 6.54-6.54"/><path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Zm6.54 5.72a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z"/></svg>
@@ -1,16 +0,0 @@
1
- <svg title="Стрелка" viewBox="0 0 230 187" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_d_7050_138706)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M92.24 52.16L14 104.32V0L92.24 52.16ZM216.119 52.16L137.879 104.32V0L216.119 52.16Z" fill="white"/>
4
- </g>
5
- <defs>
6
- <filter id="filter0_d_7050_138706" x="0.959999" y="0" width="228.199" height="186.907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
7
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
8
- <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"/>
9
- <feOffset dy="69.5467"/>
10
- <feGaussianBlur stdDeviation="6.52"/>
11
- <feColorMatrix type="matrix" values="0 0 0 0 0.0196078 0 0 0 0 0.0117647 0 0 0 0 0.0156863 0 0 0 0.1 0"/>
12
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7050_138706"/>
13
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_7050_138706" result="shape"/>
14
- </filter>
15
- </defs>
16
- </svg>
@@ -1,6 +0,0 @@
1
- <svg title="Бургер (белый)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 6H21" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
3
- <path d="M9.49023 12H21.0002" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
4
- <path d="M3 12H5.99" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
5
- <path d="M3 18H21" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
6
- </svg>
@@ -1,17 +0,0 @@
1
- <svg title="Календарь белый" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-miterlimit="10"
6
- stroke-linecap="round"
7
- stroke-linejoin="round"
8
- d="M8 2v3M16 2v3M3.5 9.09h17M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5"
9
- />
10
- <path
11
- stroke="#fff"
12
- stroke-width="3"
13
- stroke-linecap="round"
14
- stroke-linejoin="round"
15
- d="M15.991 13h.018M15.991 17.006h.018M11.991 13h.018M11.991 17.006h.018M7.991 13h.018M7.991 17.006h.018"
16
- />
17
- </svg>
@@ -1,16 +0,0 @@
1
- <svg title="Пустой кошелёк (белый)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-linecap="round"
6
- stroke-linejoin="round"
7
- d="M2.5 14.07v-2.56c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.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.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H6.26c-2.07 0-3.76-1.69-3.76-3.76M12.28 2.17a1.9 1.9 0 0 1 2.57 1.78v3.8"
8
- />
9
- <path
10
- stroke="#fff"
11
- stroke-width="2"
12
- stroke-linecap="round"
13
- stroke-linejoin="round"
14
- d="M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l3.97-1.5M22.56 13.97v2.06c0 .55-.44 1-1 1.02H19.6c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02ZM7 12h7"
15
- />
16
- </svg>
@@ -1,4 +0,0 @@
1
- <svg title="Сетка (белая)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33">
2
- <rect fill="rgba(255, 255, 255, 0.2)" width="32" height="32" y=".5" rx="16"/>
3
- <path fill="#FFFFFF" d="M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM13 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 21.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM23 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>
4
- </svg>
@@ -1,16 +0,0 @@
1
- <svg title="Проценты белые" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-linecap="round"
6
- stroke-linejoin="round"
7
- d="M2 13.05V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9M8.32 15.27l6.54-6.54"
8
- />
9
- <path
10
- stroke="#fff"
11
- stroke-width="2"
12
- stroke-linecap="round"
13
- stroke-linejoin="round"
14
- d="M8.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"
15
- />
16
- </svg>
@@ -1,16 +0,0 @@
1
- <svg title="Стрелка" viewBox="0 0 230 187" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_d_7050_138706)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M92.24 52.16L14 104.32V0L92.24 52.16ZM216.119 52.16L137.879 104.32V0L216.119 52.16Z" fill="white"/>
4
- </g>
5
- <defs>
6
- <filter id="filter0_d_7050_138706" x="0.959999" y="0" width="228.199" height="186.907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
7
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
8
- <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"/>
9
- <feOffset dy="69.5467"/>
10
- <feGaussianBlur stdDeviation="6.52"/>
11
- <feColorMatrix type="matrix" values="0 0 0 0 0.0196078 0 0 0 0 0.0117647 0 0 0 0 0.0156863 0 0 0 0.1 0"/>
12
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7050_138706"/>
13
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_7050_138706" result="shape"/>
14
- </filter>
15
- </defs>
16
- </svg>
@@ -1,6 +0,0 @@
1
- <svg title="Бургер (белый)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 6H21" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
3
- <path d="M9.49023 12H21.0002" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
4
- <path d="M3 12H5.99" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
5
- <path d="M3 18H21" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
6
- </svg>
@@ -1,17 +0,0 @@
1
- <svg title="Календарь белый" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-miterlimit="10"
6
- stroke-linecap="round"
7
- stroke-linejoin="round"
8
- d="M8 2v3M16 2v3M3.5 9.09h17M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5"
9
- />
10
- <path
11
- stroke="#fff"
12
- stroke-width="3"
13
- stroke-linecap="round"
14
- stroke-linejoin="round"
15
- d="M15.991 13h.018M15.991 17.006h.018M11.991 13h.018M11.991 17.006h.018M7.991 13h.018M7.991 17.006h.018"
16
- />
17
- </svg>
@@ -1,16 +0,0 @@
1
- <svg title="Пустой кошелёк (белый)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-linecap="round"
6
- stroke-linejoin="round"
7
- d="M2.5 14.07v-2.56c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.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.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H6.26c-2.07 0-3.76-1.69-3.76-3.76M12.28 2.17a1.9 1.9 0 0 1 2.57 1.78v3.8"
8
- />
9
- <path
10
- stroke="#fff"
11
- stroke-width="2"
12
- stroke-linecap="round"
13
- stroke-linejoin="round"
14
- d="M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l3.97-1.5M22.56 13.97v2.06c0 .55-.44 1-1 1.02H19.6c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02ZM7 12h7"
15
- />
16
- </svg>
@@ -1,4 +0,0 @@
1
- <svg title="Сетка (белая)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33">
2
- <rect fill="rgba(255, 255, 255, 0.2)" width="32" height="32" y=".5" rx="16"/>
3
- <path fill="#FFFFFF" d="M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM13 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 21.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM23 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>
4
- </svg>
@@ -1,16 +0,0 @@
1
- <svg title="Проценты белые" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-linecap="round"
6
- stroke-linejoin="round"
7
- d="M2 13.05V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9M8.32 15.27l6.54-6.54"
8
- />
9
- <path
10
- stroke="#fff"
11
- stroke-width="2"
12
- stroke-linecap="round"
13
- stroke-linejoin="round"
14
- d="M8.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"
15
- />
16
- </svg>