@vkontakte/icons 2.43.0 → 2.45.0

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 (86) hide show
  1. package/dist/12/pause.js +21 -0
  2. package/dist/12/play_circle_fill_gray.js +21 -0
  3. package/dist/20/arrows_2_left_right_inward.js +21 -0
  4. package/dist/20/arrows_2_left_right_outward.js +21 -0
  5. package/dist/20/services_filled.js +21 -0
  6. package/dist/24/drops_outline.js +21 -0
  7. package/dist/24/home_arrow_down_outline.js +21 -0
  8. package/dist/24/mail_stack_outline.js +21 -0
  9. package/dist/24/subscriptions_outline.js +21 -0
  10. package/dist/28/home_arrow_down_outline.js +21 -0
  11. package/dist/36/gift_circe_filled.js +21 -0
  12. package/dist/40/app_gallery_button_en.js +21 -0
  13. package/dist/40/app_gallery_button_ru.js +21 -0
  14. package/dist/40/galaxy_store_button_en.js +21 -0
  15. package/dist/40/galaxy_store_button_ru.js +21 -0
  16. package/dist/56/cup_outline.js +21 -0
  17. package/dist/es6/12/pause.js +3 -0
  18. package/dist/es6/12/play_circle_fill_gray.js +3 -0
  19. package/dist/es6/20/arrows_2_left_right_inward.js +3 -0
  20. package/dist/es6/20/arrows_2_left_right_outward.js +3 -0
  21. package/dist/es6/20/services_filled.js +3 -0
  22. package/dist/es6/24/drops_outline.js +3 -0
  23. package/dist/es6/24/home_arrow_down_outline.js +3 -0
  24. package/dist/es6/24/mail_stack_outline.js +3 -0
  25. package/dist/es6/24/subscriptions_outline.js +3 -0
  26. package/dist/es6/28/home_arrow_down_outline.js +3 -0
  27. package/dist/es6/36/gift_circe_filled.js +3 -0
  28. package/dist/es6/40/app_gallery_button_en.js +3 -0
  29. package/dist/es6/40/app_gallery_button_ru.js +3 -0
  30. package/dist/es6/40/galaxy_store_button_en.js +3 -0
  31. package/dist/es6/40/galaxy_store_button_ru.js +3 -0
  32. package/dist/es6/56/cup_outline.js +3 -0
  33. package/dist/es6/index.js +16 -0
  34. package/dist/icons-map.json +1 -1
  35. package/dist/index.js +84 -20
  36. package/dist/typings/12/pause.d.ts +12 -0
  37. package/dist/typings/12/play_circle_fill_gray.d.ts +12 -0
  38. package/dist/typings/20/arrows_2_left_right_inward.d.ts +12 -0
  39. package/dist/typings/20/arrows_2_left_right_outward.d.ts +12 -0
  40. package/dist/typings/20/services_filled.d.ts +12 -0
  41. package/dist/typings/24/drops_outline.d.ts +12 -0
  42. package/dist/typings/24/home_arrow_down_outline.d.ts +12 -0
  43. package/dist/typings/24/mail_stack_outline.d.ts +12 -0
  44. package/dist/typings/24/subscriptions_outline.d.ts +12 -0
  45. package/dist/typings/28/home_arrow_down_outline.d.ts +12 -0
  46. package/dist/typings/36/gift_circe_filled.d.ts +12 -0
  47. package/dist/typings/40/app_gallery_button_en.d.ts +12 -0
  48. package/dist/typings/40/app_gallery_button_ru.d.ts +12 -0
  49. package/dist/typings/40/galaxy_store_button_en.d.ts +12 -0
  50. package/dist/typings/40/galaxy_store_button_ru.d.ts +12 -0
  51. package/dist/typings/56/cup_outline.d.ts +12 -0
  52. package/dist/typings/index.d.ts +16 -0
  53. package/package.json +1 -1
  54. package/src/svg/12/pause_12.svg +1 -0
  55. package/src/svg/12/play_circle_fill_gray_12.svg +5 -0
  56. package/src/svg/20/arrows_2_left_right_inward_20.svg +1 -0
  57. package/src/svg/20/arrows_2_left_right_outward_20.svg +1 -0
  58. package/src/svg/20/services_filled_20.svg +1 -0
  59. package/src/svg/24/drops_outline_24.svg +1 -0
  60. package/src/svg/24/home_arrow_down_outline_24.svg +1 -0
  61. package/src/svg/24/mail_stack_outline_24.svg +1 -0
  62. package/src/svg/24/subscriptions_outline_24.svg +1 -0
  63. package/src/svg/28/home_arrow_down_outline_28.svg +1 -0
  64. package/src/svg/36/gift_circe_filled_36.svg +11 -0
  65. package/src/svg/40/app_gallery_button_en_40.svg +1 -0
  66. package/src/svg/40/app_gallery_button_ru_40.svg +1 -0
  67. package/src/svg/40/galaxy_store_button_en_40.svg +1 -0
  68. package/src/svg/40/galaxy_store_button_ru_40.svg +1 -0
  69. package/src/svg/56/cup_outline_56.svg +1 -0
  70. package/ts/12/pause.ts +26 -0
  71. package/ts/12/play_circle_fill_gray.ts +26 -0
  72. package/ts/20/arrows_2_left_right_inward.ts +26 -0
  73. package/ts/20/arrows_2_left_right_outward.ts +26 -0
  74. package/ts/20/services_filled.ts +26 -0
  75. package/ts/24/drops_outline.ts +26 -0
  76. package/ts/24/home_arrow_down_outline.ts +26 -0
  77. package/ts/24/mail_stack_outline.ts +26 -0
  78. package/ts/24/subscriptions_outline.ts +26 -0
  79. package/ts/28/home_arrow_down_outline.ts +26 -0
  80. package/ts/36/gift_circe_filled.ts +26 -0
  81. package/ts/40/app_gallery_button_en.ts +26 -0
  82. package/ts/40/app_gallery_button_ru.ts +26 -0
  83. package/ts/40/galaxy_store_button_en.ts +26 -0
  84. package/ts/40/galaxy_store_button_ru.ts +26 -0
  85. package/ts/56/cup_outline.ts +26 -0
  86. package/ts/index.ts +16 -0
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon12Pause: function() {
13
+ return Icon12Pause;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon12Pause = (0, _iconssprite.makeIcon)("Icon12Pause", "pause_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="pause_12"><path fill-rule="evenodd" d="M3.04 2.469C3 2.58 3 2.72 3 3v6c0 .28 0 .419.04.531a.7.7 0 0 0 .429.43C3.58 10 3.72 10 4 10s.419 0 .531-.04a.7.7 0 0 0 .43-.429C5 9.42 5 9.28 5 9V3c0-.28 0-.419-.04-.531a.7.7 0 0 0-.429-.43C4.42 2 4.28 2 4 2s-.419 0-.531.04a.7.7 0 0 0-.43.429Zm4 0C7 2.58 7 2.72 7 3v6c0 .28 0 .419.04.531a.7.7 0 0 0 .429.43C7.58 10 7.72 10 8 10s.419 0 .531-.04a.7.7 0 0 0 .43-.429C9 9.42 9 9.28 9 9V3c0-.28 0-.419-.04-.531a.7.7 0 0 0-.429-.43C8.42 2 8.28 2 8 2s-.419 0-.531.04a.7.7 0 0 0-.43.429Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
21
+ var _default = Icon12Pause;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon12PlayCircleFillGray: function() {
13
+ return Icon12PlayCircleFillGray;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon12PlayCircleFillGray = (0, _iconssprite.makeIcon)("Icon12PlayCircleFillGray", "play_circle_fill_gray_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="play_circle_fill_gray_12"><circle cx="6" cy="6" r="6" fill="#A3ADB8" /><path fill="#fff" d="M4.75 3.293 9.082 5.72a.318.318 0 0 1 0 .56L4.75 8.707a.339.339 0 0 1-.454-.119.316.316 0 0 1-.045-.161V3.573c0-.178.15-.323.333-.323a.34.34 0 0 1 .166.043Z" /></symbol>', 12, 12, false, undefined);
21
+ var _default = Icon12PlayCircleFillGray;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon20Arrows2LeftRightInward: function() {
13
+ return Icon20Arrows2LeftRightInward;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20Arrows2LeftRightInward = (0, _iconssprite.makeIcon)("Icon20Arrows2LeftRightInward", "arrows_2_left_right_inward_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_inward_20"><path d="M4.47 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.75a.75.75 0 0 1 0 1.061l-2.752 2.75a.75.75 0 1 1-1.06-1.062l1.471-1.469H1.75a.75.75 0 0 1 0-1.5h4.19L4.47 7.78Zm11.06 0a.75.75 0 0 0-1.06-1.06l-2.752 2.75a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 0 0 1.06-1.062l-1.471-1.469h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20Arrows2LeftRightInward;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon20Arrows2LeftRightOutward: function() {
13
+ return Icon20Arrows2LeftRightOutward;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20Arrows2LeftRightOutward = (0, _iconssprite.makeIcon)("Icon20Arrows2LeftRightOutward", "arrows_2_left_right_outward_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_outward_20"><path d="M14.972 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.751a.75.75 0 0 1 0 1.061l-2.752 2.749a.75.75 0 1 1-1.06-1.062l1.471-1.469h-4.191a.75.75 0 0 1 0-1.5h4.19l-1.47-1.47Zm-9.944 0a.75.75 0 0 0-1.06-1.06L1.216 9.47a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 1 0 1.06-1.062L3.557 10.75h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20Arrows2LeftRightOutward;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon20ServicesFilled: function() {
13
+ return Icon20ServicesFilled;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20ServicesFilled = (0, _iconssprite.makeIcon)("Icon20ServicesFilled", "services_filled_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="services_filled_20"><path fill-rule="evenodd" d="M11.747 7.718c-.28-.28-.52-.52-.703-.735-.192-.226-.363-.472-.46-.775a2.247 2.247 0 0 1 0-1.39c.097-.302.268-.548.46-.774.182-.215.444-.476.723-.756l.247-.247.248-.247c.279-.28.54-.54.755-.723.226-.192.472-.363.775-.461a2.248 2.248 0 0 1 1.39 0c.302.098.548.269.774.461.215.182.456.423.735.702l.268.268.267.268c.28.28.52.52.703.735.192.226.363.472.461.775.147.451.147.938 0 1.389-.098.303-.269.549-.461.775-.182.215-.444.476-.723.755l-.247.248-.247.247c-.28.28-.541.54-.756.723-.226.192-.472.363-.775.46a2.248 2.248 0 0 1-1.389 0c-.303-.097-.549-.268-.775-.46a12.884 12.884 0 0 1-.735-.703l-.268-.267-.267-.268Zm-.757 6.407c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.216-.423.56-.767.982-.982.284-.145.579-.198.875-.223.28-.022.65-.022 1.045-.022h.7c.394 0 .764 0 1.044.022.296.025.591.078.875.223.422.215.766.559.982.982.144.283.198.578.222.874.023.28.023.621.023 1.016v.757c0 .395 0 .736-.023 1.017-.024.296-.078.59-.222.874-.216.423-.56.767-.982.982-.284.145-.579.198-.875.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.044-.023a2.3 2.3 0 0 1-.875-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874c-.023-.281-.023-.622-.023-1.017v-.757ZM2 5.135v.757c0 .395 0 .736.023 1.016.024.296.078.591.222.874.215.423.56.767.982.983.284.144.578.198.874.222.281.023.65.023 1.046.023h.699c.395 0 .764 0 1.045-.023.296-.024.59-.078.874-.222.423-.216.767-.56.982-.983.145-.283.198-.578.223-.874.022-.28.022-.621.022-1.016v-.757c0-.395 0-.736-.022-1.016-.025-.297-.078-.591-.223-.875a2.248 2.248 0 0 0-.982-.982 2.29 2.29 0 0 0-.874-.222c-.28-.023-.65-.023-1.045-.023h-.7c-.394 0-.764 0-1.045.023-.296.024-.59.078-.874.222-.423.216-.767.56-.982.982a2.295 2.295 0 0 0-.222.875C2 4.399 2 4.74 2 5.135Zm0 8.99c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.215-.423.56-.767.982-.982.284-.145.578-.198.874-.223.281-.022.65-.022 1.046-.022h.699c.395 0 .764 0 1.045.022.296.025.59.078.874.223.423.215.767.559.982.982.145.283.198.578.223.874.022.28.022.621.022 1.016v.757c0 .395 0 .736-.022 1.017-.025.296-.078.59-.223.874a2.24 2.24 0 0 1-.982.982c-.283.145-.578.198-.874.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.045-.023a2.295 2.295 0 0 1-.874-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874C2 15.617 2 15.277 2 14.882v-.757Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20ServicesFilled;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon24DropsOutline: function() {
13
+ return Icon24DropsOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon24DropsOutline = (0, _iconssprite.makeIcon)("Icon24DropsOutline", "drops_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="drops_outline_24"><path fill-rule="evenodd" d="M14.785 2.34a.9.9 0 0 1 1.41 0 46.87 46.87 0 0 1 2.623 3.767c1.317 2.114 2.8 4.91 3.095 7.274C22.486 17.984 19.74 22 15.49 22A6.042 6.042 0 0 1 12 20.927 6.042 6.042 0 0 1 8.51 22c-4.25 0-6.996-4.016-6.423-8.62.294-2.364 1.778-5.16 3.095-7.273a46.874 46.874 0 0 1 1.81-2.685c.265-.365.535-.727.813-1.082a.9.9 0 0 1 1.411.002c.278.355.547.716.811 1.08A46.864 46.864 0 0 1 12 6.37l.162-.263a46.864 46.864 0 0 1 1.81-2.685c.265-.365.535-.727.813-1.082ZM10.97 8.16a36.88 36.88 0 0 0-.66-1.1 45.077 45.077 0 0 0-1.74-2.581l-.06-.083-.06.083a45.07 45.07 0 0 0-1.74 2.58c-1.314 2.108-2.596 4.608-2.837 6.544C3.391 17.474 5.66 20.2 8.51 20.2a4.29 4.29 0 0 0 2.13-.56c-1.262-1.596-1.874-3.847-1.573-6.26.206-1.656.996-3.523 1.903-5.22ZM12 18.456c-.914-1.17-1.395-2.86-1.147-4.853.13-1.048.566-2.262 1.147-3.489.58 1.227 1.016 2.44 1.147 3.49.248 1.992-.233 3.681-1.147 4.852Zm1.36 1.184c1.262-1.596 1.873-3.847 1.573-6.26-.207-1.656-.996-3.523-1.903-5.22.215-.375.437-.744.66-1.1a45.095 45.095 0 0 1 1.74-2.581l.06-.083.06.083a45.048 45.048 0 0 1 1.74 2.58c1.314 2.108 2.595 4.608 2.837 6.544.482 3.871-1.787 6.597-4.637 6.597a4.29 4.29 0 0 1-2.13-.56Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
21
+ var _default = Icon24DropsOutline;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon24HomeArrowDownOutline: function() {
13
+ return Icon24HomeArrowDownOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon24HomeArrowDownOutline = (0, _iconssprite.makeIcon)("Icon24HomeArrowDownOutline", "home_arrow_down_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="home_arrow_down_outline_24"><path d="M11.1 9.9v3.968l-1.052-1.092a.9.9 0 0 0-1.296 1.248l2.6 2.7a.9.9 0 0 0 1.296 0l2.6-2.7a.9.9 0 0 0-1.296-1.248L12.9 13.868V9.9a.9.9 0 0 0-1.8 0Zm1.904-6.767a3.9 3.9 0 0 0-2.008 0c-.749.2-1.406.7-2.309 1.39l-3.532 2.69c-.606.46-1.048.797-1.374 1.232a3.9 3.9 0 0 0-.633 1.278c-.149.524-.148 1.079-.148 1.84v3.775c0 .808 0 1.469.044 2.006.045.556.142 1.058.381 1.527a3.9 3.9 0 0 0 1.704 1.704c.47.239.971.336 1.527.381C7.193 21 7.854 21 8.662 21h6.676c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006v-3.775c0-.761 0-1.316-.148-1.84a3.9 3.9 0 0 0-.633-1.278c-.326-.435-.768-.771-1.374-1.232l-3.532-2.69c-.903-.69-1.56-1.19-2.309-1.39ZM11.46 4.872a2.1 2.1 0 0 1 1.082 0c.36.096.716.347 1.822 1.19l3.3 2.513c.735.56.96.74 1.116.95.156.207.271.44.342.689.071.252.079.54.079 1.464V15.3c0 .855 0 1.442-.038 1.897-.036.445-.103.684-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H8.7c-.855 0-1.442 0-1.897-.038-.445-.036-.684-.103-.856-.19a2.1 2.1 0 0 1-.918-.919c-.088-.172-.155-.411-.191-.856C4.8 16.742 4.8 16.155 4.8 15.3v-3.622c0-.924.008-1.212.08-1.464a2.1 2.1 0 0 1 .34-.689c.158-.21.382-.39 1.117-.95l3.3-2.513c1.106-.843 1.463-1.094 1.822-1.19Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
21
+ var _default = Icon24HomeArrowDownOutline;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon24MailStackOutline: function() {
13
+ return Icon24MailStackOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon24MailStackOutline = (0, _iconssprite.makeIcon)("Icon24MailStackOutline", "mail_stack_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="mail_stack_outline_24"><path d="M8.7 3A1.7 1.7 0 0 0 7 4.7h10A1.7 1.7 0 0 0 15.3 3H8.7Z" /><path fill-rule="evenodd" d="M3.49 8.457C3 9.42 3 10.68 3 13.2v.6c0 2.52 0 3.78.49 4.743a4.5 4.5 0 0 0 1.967 1.966C6.42 21 7.68 21 10.2 21h3.6c2.52 0 3.78 0 4.743-.49a4.5 4.5 0 0 0 1.966-1.967C21 17.58 21 16.32 21 13.8v-.6c0-2.52 0-3.78-.49-4.743a4.5 4.5 0 0 0-1.967-1.967C17.58 6 16.32 6 13.8 6h-3.6c-2.52 0-3.78 0-4.743.49A4.5 4.5 0 0 0 3.49 8.457ZM13.8 7.8h-3.6c-1.29 0-2.149.001-2.809.055-.64.053-.932.145-1.117.24a2.7 2.7 0 0 0-.542.364l4.076 4.076c.505.506.847.846 1.131 1.087.277.235.44.323.567.364a1.6 1.6 0 0 0 .988 0c.128-.041.29-.129.567-.364.284-.24.626-.581 1.131-1.087l4.076-4.076a2.699 2.699 0 0 0-.542-.365c-.185-.094-.478-.186-1.117-.239-.66-.054-1.52-.055-2.809-.055Zm-8.945 2.591a7.73 7.73 0 0 1 .023-.24l3.683 3.683c.473.473.866.866 1.213 1.16.362.308.732.56 1.175.704a3.401 3.401 0 0 0 2.102 0c.443-.144.813-.396 1.175-.703.347-.295.74-.688 1.213-1.161l3.683-3.683c.008.074.016.154.023.24.054.66.055 1.52.055 2.809v.6c0 1.29-.001 2.149-.055 2.809-.052.64-.145.931-.24 1.117a2.7 2.7 0 0 1-1.18 1.18c-.184.094-.477.187-1.116.239-.66.054-1.52.055-2.809.055h-3.6c-1.29 0-2.149-.001-2.809-.055-.64-.052-.932-.145-1.117-.24a2.7 2.7 0 0 1-1.18-1.18c-.094-.184-.186-.477-.239-1.116-.054-.66-.055-1.52-.055-2.809v-.6c0-1.29.001-2.149.055-2.809Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
21
+ var _default = Icon24MailStackOutline;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon24SubscriptionsOutline: function() {
13
+ return Icon24SubscriptionsOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon24SubscriptionsOutline = (0, _iconssprite.makeIcon)("Icon24SubscriptionsOutline", "subscriptions_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="subscriptions_outline_24"><path d="M9.9 7a.9.9 0 1 0 0 1.8h5.2a.9.9 0 1 0 0-1.8H9.9ZM9 11.9a.9.9 0 0 1 .9-.9h3.2a.9.9 0 1 1 0 1.8H9.9a.9.9 0 0 1-.9-.9ZM13.538 2h-2.076c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 5.48 4.402c-.267.523-.377 1.087-.43 1.726C5 6.748 5 7.514 5 8.462V12h-.1A2.9 2.9 0 0 0 2 14.9v3.198a3.9 3.9 0 0 0 3.9 3.9h.547c.078.002.158.002.23.002h6.861c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V8.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C15.252 2 14.486 2 13.538 2ZM9.963 20.2a.928.928 0 0 0-.063-.002H6.8V8.5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 8.22 4.083c.226-.115.527-.195 1.055-.238.538-.044 1.23-.045 2.225-.045h2c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v7c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045H9.963ZM5 19.996a2.1 2.1 0 0 1-1.2-1.898V14.9a1.1 1.1 0 0 1 1.1-1.1H5v6.196Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
21
+ var _default = Icon24SubscriptionsOutline;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon28HomeArrowDownOutline: function() {
13
+ return Icon28HomeArrowDownOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon28HomeArrowDownOutline = (0, _iconssprite.makeIcon)("Icon28HomeArrowDownOutline", "home_arrow_down_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="home_arrow_down_outline_28"><path d="M13 11v5.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L15 16.586V11a1 1 0 1 0-2 0Zm2.047-7.856a4 4 0 0 0-2.095 0c-.781.212-1.462.744-2.367 1.451l-5.447 4.25c-.586.456-1.029.8-1.356 1.244a4 4 0 0 0-.634 1.3C2.999 11.918 3 12.48 3 13.222v6.018c0 .805 0 1.47.044 2.01.046.563.145 1.08.392 1.565a4 4 0 0 0 1.748 1.748c.485.247 1.002.346 1.564.392C7.29 25 7.954 25 8.758 25h10.483c.805 0 1.47 0 2.01-.044.563-.046 1.08-.145 1.565-.392a4 4 0 0 0 1.748-1.748c.247-.485.346-1.002.392-1.564.044-.541.044-1.206.044-2.01v-6.019c0-.743 0-1.304-.148-1.835a4.001 4.001 0 0 0-.634-1.299c-.327-.443-.77-.788-1.356-1.245l-5.447-4.249c-.905-.707-1.586-1.239-2.367-1.45Zm-1.57 1.93a2 2 0 0 1 1.047 0c.341.093.684.337 1.813 1.217l5.2 4.056c.723.564.928.735 1.072.93a2 2 0 0 1 .317.65c.065.232.074.5.074 1.417V19.2c0 .857 0 1.439-.038 1.889-.035.438-.1.663-.18.819a2 2 0 0 1-.874.874c-.156.08-.38.145-.819.18-.45.037-1.032.038-1.889.038H8.8c-.857 0-1.439 0-1.889-.038-.438-.035-.663-.1-.819-.18a2 2 0 0 1-.874-.874c-.08-.156-.145-.38-.18-.819C5 20.639 5 20.057 5 19.2v-5.856c0-.917.009-1.184.074-1.418a2 2 0 0 1 .317-.65c.144-.194.35-.365 1.072-.929l5.2-4.056c1.129-.88 1.472-1.124 1.813-1.217Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
21
+ var _default = Icon28HomeArrowDownOutline;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon36GiftCirceFilled: function() {
13
+ return Icon36GiftCirceFilled;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon36GiftCirceFilled = (0, _iconssprite.makeIcon)("Icon36GiftCirceFilled", "gift_circe_filled_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36" id="gift_circe_filled_36"><circle cx="18" cy="18" r="18" fill="url(#gift_circe_filled_36_a)" /><path fill="#fff" d="M16.436 7.693c.629.426 1.156 1.017 1.565 1.756.408-.74.935-1.33 1.564-1.756 1.49-1.01 3.376-.902 4.51.232 1.135 1.135 1.242 3.02.233 4.51a4.581 4.581 0 0 1-.453.565H25c.799 0 1.51.178 2.102.504a3.51 3.51 0 0 1 1.393 1.394C28.822 15.49 29 16.2 29 17v.429c0 1.007-.14 1.547-.4 2.036a2.726 2.726 0 0 1-1.135 1.134 2.99 2.99 0 0 1-.463.201L27 23.872c0 1.783-.186 2.43-.534 3.081a3.635 3.635 0 0 1-1.512 1.512c-.652.349-1.299.535-3.082.535h-7.744c-1.783 0-2.43-.186-3.082-.535a3.635 3.635 0 0 1-1.512-1.512C9.186 26.301 9 25.655 9 23.872V20.8a2.979 2.979 0 0 1-.465-.201A2.725 2.725 0 0 1 7.4 19.465c-.24-.448-.377-.94-.398-1.794L7 17c0-.8.178-1.51.505-2.102.326-.593.8-1.067 1.393-1.394C9.491 13.178 10.201 13 11 13l1.146.001a4.59 4.59 0 0 1-.453-.565c-1.01-1.49-.902-3.375.233-4.51 1.134-1.134 3.02-1.242 4.51-.232ZM17 20.999h-6v2.873c0 1.323.078 1.727.298 2.138.162.303.388.53.691.692.412.22.815.297 2.139.297H17v-6Zm2 0v6h2.872c1.324 0 1.727-.077 2.139-.297.303-.163.529-.389.691-.692.22-.411.298-.815.298-2.138V21l-6-.001Zm-2-6h-6c-.458 0-.84.093-1.137.257a1.508 1.508 0 0 0-.607.606C9.092 16.16 9 16.542 9 17l.002.609c.009.506.06.722.162.913a.73.73 0 0 0 .314.313c.21.113.45.163 1.075.165L17 18.998v-4Zm8 0h-6v4h6.446l.163-.001c.506-.01.722-.06.913-.163a.728.728 0 0 0 .314-.313c.102-.191.153-.407.163-.913l.001-.61c0-.458-.093-.839-.256-1.137a1.508 1.508 0 0 0-.607-.606c-.298-.164-.679-.257-1.137-.257Zm-6-2c3.65-.35 4.695-2.704 3.7-3.7-.995-.995-3.35.05-3.7 3.7Zm-5.699-3.7c-.995.996.05 3.35 3.7 3.7-.35-3.65-2.705-4.695-3.7-3.7Z" /><defs><linearGradient id="gift_circe_filled_36_a" x1="-18" x2="18" y1="18" y2="54" gradientUnits="userSpaceOnUse"><stop stop-color="#928FFF" /><stop offset="1" stop-color="#4B47B2" /></linearGradient></defs></symbol>', 36, 36, false, undefined);
21
+ var _default = Icon36GiftCirceFilled;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon40AppGalleryButtonEn: function() {
13
+ return Icon40AppGalleryButtonEn;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon40AppGalleryButtonEn = (0, _iconssprite.makeIcon)("Icon40AppGalleryButtonEn", "app_gallery_button_en_40", "0 0 126 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 126 40" id="app_gallery_button_en_40"><path d="M18.474 21.752h.96l-.481-1.105-.479 1.105Z" /><path fill-rule="evenodd" d="M14.734 8C9.804 8 8 9.803 8 14.733v10.534C8 30.197 9.803 32 14.734 32h10.529C30.193 32 32 30.197 32 25.267V14.733C32 9.803 30.197 8 25.266 8H14.734Zm3.504 14.309-.285.643h-.648l1.379-3.087h.56l1.374 3.087h-.666l-.281-.643h-1.433Zm10.435.64h.627v-3.084h-.627v3.085Zm-2.494-1.324h1.155v-.563H26.18v-.632h1.677v-.563h-2.304v3.085h2.364v-.563H26.18v-.764Zm-2.49.364-.711-2.124h-.519l-.71 2.124-.692-2.122h-.676l1.091 3.087h.526l.712-2.028.711 2.028h.53l1.09-3.087h-.66l-.693 2.122Zm-7.341-.356c0 .502-.253.77-.712.77-.461 0-.715-.275-.715-.791v-1.745h-.636v1.766c0 .869.49 1.367 1.342 1.367.862 0 1.356-.508 1.356-1.393v-1.742h-.635v1.768Zm-3.578-1.768h.635v3.089h-.635v-1.255h-1.435v1.255H10.7v-3.089h.635v1.246h1.435v-1.246ZM20 15.933c-2.198 0-3.985-1.765-3.985-3.933h.563c0 1.862 1.535 3.377 3.422 3.377 1.887 0 3.423-1.515 3.423-3.377h.563c0 2.168-1.788 3.932-3.986 3.932Zm38.486-2.276c-.439-.232-.748-.594-.98-1.033-.233-.44-.336-.956-.336-1.55 0-.62.129-1.162.361-1.627a2.409 2.409 0 0 1 1.032-1.06c.465-.258.981-.387 1.6-.387.594 0 1.085.13 1.523.362.413.232.749.594.981 1.033.232.44.336.956.336 1.524a3.6 3.6 0 0 1-.362 1.628 2.41 2.41 0 0 1-1.032 1.059c-.439.258-.98.387-1.574.387-.62.026-1.136-.103-1.549-.336Zm2.607-.723c.284-.18.49-.44.645-.775.129-.336.206-.723.206-1.136 0-.414-.051-.801-.18-1.111-.13-.336-.31-.595-.594-.775-.284-.207-.62-.285-1.058-.285-.413 0-.748.104-1.032.285-.284.206-.49.465-.646.8-.154.336-.206.698-.206 1.111 0 .414.077.801.206 1.137.13.336.336.594.62.8.284.207.62.285 1.032.285.387-.052.723-.13 1.007-.336Z" clip-rule="evenodd" /><path d="m43 8.103 1.807 2.868-1.987 2.97h1.11l1.42-2.299 1.393 2.3h1.161l-1.935-3.023 1.806-2.816h-1.11l-1.29 2.093-1.239-2.093H43Zm-.567 0H39v5.813h3.381l.077-.827h-2.451v-1.782H42.2v-.775h-2.193V8.93h2.322l.104-.827Zm6.22 0h1.574c.749 0 1.316.155 1.704.465.387.31.593.75.593 1.318 0 .387-.077.723-.258 1.007-.18.284-.413.517-.748.672-.31.155-.671.232-1.084.232-.233 0-.49-.025-.775-.077v2.222h-1.006V8.103Zm2.53 2.61c.206-.207.309-.465.309-.827 0-.362-.103-.62-.336-.775-.206-.155-.542-.233-.955-.233h-.542v2.067c.258.052.44.052.568.052.439 0 .749-.104.955-.284Zm3.354-2.61h-.98v5.839h3.33l.077-.853h-2.427V8.103Zm11.408 0h-1.832v5.839h1.006v-2.325h.749l1.522 2.325h1.188l-1.807-2.584c.206-.077.387-.18.568-.335.18-.13.335-.336.464-.569.13-.232.18-.517.18-.827 0-.49-.154-.878-.515-1.136-.362-.259-.852-.388-1.523-.388Zm.387 2.61c-.18.103-.413.155-.645.155v-.026h-.568v-1.99h.723c.335 0 .62.078.8.207.18.13.284.362.284.646 0 .207-.052.413-.155.594-.103.181-.258.31-.439.414Zm3.02-2.61h3.432l-.103.827h-2.323v1.602h2.194v.775h-2.194v1.782h2.452l-.077.827h-3.381V8.103Zm8.182 0h-1.007v5.839h1.007V8.103Zm2.658.827h-1.78l.076-.853h4.543l-.103.853h-1.73v5.011h-1.006V8.93Zm6.245 3.694c.233.44.542.8.981 1.033.413.233.93.362 1.549.336.593 0 1.135-.129 1.574-.387a2.41 2.41 0 0 0 1.032-1.06 3.6 3.6 0 0 0 .362-1.627c0-.568-.103-1.085-.336-1.524-.232-.44-.568-.8-.98-1.033A3.159 3.159 0 0 0 89.096 8c-.62 0-1.136.13-1.6.387a2.41 2.41 0 0 0-1.033 1.06 3.6 3.6 0 0 0-.361 1.627c0 .594.103 1.11.335 1.55Zm4.233-.465c-.155.336-.361.594-.645.775-.284.207-.645.284-1.007.336-.413 0-.748-.078-1.032-.284a1.733 1.733 0 0 1-.62-.801 3.18 3.18 0 0 1-.206-1.137c0-.413.052-.775.207-1.11.154-.336.36-.595.645-.801.284-.181.62-.285 1.032-.285.439 0 .775.078 1.058.285.284.18.465.439.594.775.129.31.18.697.18 1.11 0 .414-.077.801-.206 1.137Zm2.4-4.056h1.136l2.89 4.521c-.025-.44-.025-.827-.025-1.188V8.103H98v5.839h-1.11l-2.942-4.599.008.155c.023.455.044.869.044 1.24v3.204h-.93V8.103Zm-6.15 20.039V18.23l1.877-.13v9.718c0 .259.065.518.195.777.129.13.388.26.582.195.097 0 .178-.017.259-.033.08-.016.162-.032.259-.032l.194 1.36a8.2 8.2 0 0 1-.324.098 7.999 7.999 0 0 0-.323.097c-.26.064-.518.064-.712.064-1.294-.064-2.006-.777-2.006-2.202Zm4.79-9.912v9.912c0 1.425.647 2.138 2.006 2.138.194 0 .453 0 .712-.065a8.23 8.23 0 0 1 .323-.097c.113-.033.227-.065.324-.098l-.194-1.295c-.097 0-.178.016-.26.032-.08.016-.161.033-.258.033-.194.064-.453-.065-.582-.195a1.727 1.727 0 0 1-.195-.777V18.1l-1.876.13Zm11.324 7.968h-5.436c.065 1.75.906 2.656 2.524 2.656.389 0 .841-.064 1.23-.13a4.124 4.124 0 0 0 1.165-.388l.388 1.296a7.568 7.568 0 0 1-3.171.712c-.776 0-1.553-.13-2.265-.518-.582-.324-1.1-.842-1.359-1.425-.323-.713-.453-1.49-.453-2.268 0-.842.13-1.62.518-2.397a3.958 3.958 0 0 1 1.359-1.555c.582-.388 1.294-.518 2.006-.518.712 0 1.423.195 2.006.583.518.389.906.907 1.165 1.49a5.53 5.53 0 0 1 .388 2.009l-.065.453Zm-1.876-1.23c0-.52-.195-1.102-.518-1.49a1.768 1.768 0 0 0-1.23-.52c-.453 0-.906.195-1.23.52-.387.388-.582.97-.646 1.49h3.624Zm3.365-3.175c.064.907.064 1.62.064 2.073v6.349h1.877v-5.377a6.31 6.31 0 0 1 1.1-1.166 2.422 2.422 0 0 1 1.165-.324c.259 0 .453 0 .647.064l.259-1.684c-.259-.065-.518-.065-.777-.065-.323 0-.647.13-.97.26a1.76 1.76 0 0 0-.777.582c-.259.26-.453.583-.647.907 0-.084-.012-.182-.026-.291-.018-.142-.039-.304-.039-.486a3.88 3.88 0 0 0-.035-.468c-.015-.13-.03-.252-.03-.374h-1.811Zm5.986 11.679c.071.013.145.027.225.047l.31.065c.201.043.402.086.661.13.582 0 1.165-.13 1.683-.39.452-.258.841-.647 1.164-1.1.389-.584.647-1.232.906-1.944l3.042-8.487h-1.942l-1.553 4.73c-.194.582-.388 1.23-.517 1.813a16.058 16.058 0 0 0-.518-1.879l-1.553-4.729h-2.071l3.106 8.422-.129.324c-.388 1.101-1.036 1.62-1.877 1.62-.194 0-.388 0-.582-.065a1.834 1.834 0 0 0-.261-.06.986.986 0 0 1-.257-.07l-.323 1.426c.178.09.326.117.486.147Z" /><path fill-rule="evenodd" d="m83.557 30.15 1.747-.13c-.065-.712-.065-1.23-.065-1.555v-3.303c0-.713-.13-1.49-.453-2.138a2.743 2.743 0 0 0-1.165-1.102c-.582-.259-1.164-.324-1.812-.324-.582 0-1.164.065-1.747.195-.453.13-.906.259-1.359.453l.324 1.555c.312-.156.666-.27.994-.377l.235-.076a4.17 4.17 0 0 1 1.294-.195c.518-.065.971.13 1.36.454.323.453.517.971.452 1.555v.13c-.453-.066-.97-.13-1.488-.13-1.359 0-2.33.259-2.912.712-.582.454-.906 1.166-.906 1.944-.064.453.065.907.324 1.36.259.389.582.648.97.842.389.195.842.26 1.295.26.582 0 1.1-.13 1.617-.39.453-.258.842-.518 1.165-.906 0 .388.065.777.13 1.166Zm-.195-2.267c-.258.323-.582.518-.97.712a6.12 6.12 0 0 1-1.165.324c-.324 0-.647-.13-.906-.324-.259-.26-.323-.583-.323-.907 0-.389.129-.777.453-1.037.452-.323 1.035-.453 1.617-.388.453 0 .841 0 1.294.065v1.555Zm-13.719 1.684c-.841-.453-1.488-1.101-1.876-1.944-.453-.907-.712-2.008-.647-3.044-.065-1.102.258-2.203.776-3.24.453-.842 1.23-1.554 2.07-2.008.907-.453 1.942-.648 2.977-.648.648 0 1.23.065 1.877.195.582.13 1.1.323 1.618.583l-.518 1.49c-.906-.454-1.877-.713-2.912-.713-.712 0-1.423.13-2.07.518-.583.324-1.1.843-1.36 1.49a5.827 5.827 0 0 0-.517 2.333c0 .712.13 1.425.388 2.137a3.745 3.745 0 0 0 1.165 1.49 3.208 3.208 0 0 0 2.07.519c.389 0 .777 0 1.1-.065.389-.065.712-.13 1.036-.26v-2.267h-2.588v-1.49h4.465v4.73c-.648.324-1.295.518-2.006.712-.712.13-1.424.26-2.071.26-1.1-.065-2.136-.26-2.977-.778Zm-11.26-7.839c.065.777.065 1.425.065 2.073l-.065 9.783 1.942-.195v-3.434c.517.13 1.1.26 1.682.26.712 0 1.424-.13 2.07-.519.648-.324 1.101-.907 1.425-1.554.388-.778.517-1.685.517-2.527 0-.842-.13-1.62-.453-2.332-.453-1.102-1.553-1.75-2.718-1.75-.97 0-1.876.454-2.523 1.231 0-.323-.065-.712-.13-1.036h-1.812Zm5.695 4.081c.065.778-.13 1.555-.582 2.268-.453.518-1.036.842-1.683.777-.259 0-.518 0-.776-.065-.195 0-.453-.064-.648-.194v-4.47c.26-.26.583-.518.906-.713.324-.194.648-.259 1.036-.259.517 0 .97.26 1.294.648.324.583.518 1.296.453 2.008Zm-14.649-2.008c0-.648 0-1.296-.065-2.073h1.812c.065.324.13.712.13 1.036.647-.777 1.553-1.23 2.523-1.23 1.165 0 2.265.647 2.718 1.749.324.712.453 1.49.453 2.332 0 .842-.13 1.75-.518 2.527-.323.647-.776 1.23-1.423 1.554-.647.39-1.36.519-2.071.519-.582 0-1.165-.13-1.682-.26v3.434l-1.942.194.065-9.782Zm5.047 4.276c.453-.713.647-1.49.583-2.268.064-.712-.13-1.425-.453-2.008-.324-.389-.777-.648-1.294-.648-.389 0-.712.065-1.036.26a4.887 4.887 0 0 0-.906.712v4.47c.194.13.453.194.647.194.26.065.518.065.777.065.647.065 1.294-.259 1.682-.777Zm-13.37-.972h4.465l1.1 2.98h2.07l-4.464-11.208H42.4L38 30.085h2.006l1.1-2.98Zm3.883-1.49h-3.365l1.165-3.304c.064-.227.145-.47.226-.713.081-.242.162-.485.227-.712.05.152.097.296.14.433.126.387.234.722.377 1.057l1.23 3.24Z" clip-rule="evenodd" /></symbol>', 126, 40, false, undefined);
21
+ var _default = Icon40AppGalleryButtonEn;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon40AppGalleryButtonRu: function() {
13
+ return Icon40AppGalleryButtonRu;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon40AppGalleryButtonRu = (0, _iconssprite.makeIcon)("Icon40AppGalleryButtonRu", "app_gallery_button_ru_40", "0 0 126 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 126 40" id="app_gallery_button_ru_40"><path fill-rule="evenodd" d="M69.806 9.84c-.065.452-.065.904-.065 1.29v2.84h.967V8.486H69.42l-2.513 4.066c.064-.452.064-.84.064-1.097v-2.97H65.94v5.487h1.289l2.578-4.131Zm-2.642-2.26c.064.195.257.324.45.453.194.129.452.193.903.193.322 0 .58-.064.773-.193.194-.13.322-.258.451-.452.13-.194.194-.387.194-.581h-.774c-.064.387-.322.58-.709.58-.386 0-.644-.193-.709-.58h-.773c0 .13.057.258.115.387.028.065.057.13.079.194Zm5.993 1.808h-1.676l.065-.903h4.382l-.064.903h-1.611v4.583h-1.096V9.388Zm6.832-.903h-3.287v5.486h3.222l.064-.903h-2.19v-1.485h1.997v-.84h-1.998V9.389h2.127l.064-.903Zm7.218 3.227a1.508 1.508 0 0 0-.452-.452c-.156-.104-.354-.166-.526-.22l-.118-.038a1.23 1.23 0 0 0 .709-.452c.193-.258.258-.516.258-.839 0-.387-.13-.71-.452-.904-.322-.193-.773-.322-1.353-.322H83.47v5.486h1.869c.45 0 .773-.064 1.095-.194.322-.129.516-.258.709-.516.193-.258.258-.516.258-.839 0-.258-.065-.516-.194-.71Zm-2.127-1.033h-.516L84.5 9.324h.58c.258 0 .45.064.644.129.194.064.258.258.258.452 0 .129-.064.322-.129.387a1.366 1.366 0 0 1-.322.258c-.129.065-.258.13-.451.13Zm1.16 1.678c0 .259-.065.452-.258.581-.193.194-.451.259-.838.259H84.5v-1.679h.58c.322 0 .644.065.838.194.193.13.322.387.322.646Zm-25.586 1.356c-.387-.258-.709-.581-.902-.968a3.29 3.29 0 0 1-.322-1.42c0-.581.129-1.098.322-1.485s.58-.774.967-1.033c.386-.258.966-.322 1.546-.322.58 0 1.032.129 1.418.322.387.259.71.581.902.969.194.387.323.903.323 1.42 0 .58-.13 1.097-.323 1.549-.193.452-.58.774-.966 1.033-.451.258-.902.322-1.483.322-.58-.064-1.095-.193-1.482-.387Zm2.385-.775c.258-.193.45-.387.58-.71a2.68 2.68 0 0 0 .193-1.032c0-.388-.064-.71-.193-.969-.13-.258-.258-.516-.516-.71-.258-.193-.515-.258-.902-.258s-.645.065-.902.258c-.258.194-.452.388-.58.71a2.68 2.68 0 0 0 0 2c.128.324.322.518.515.711.194.194.516.259.902.259.387 0 .645-.065.903-.259Zm-6.38-4.453h-1.547l-.064 5.486h1.095v-2.065c.258.064.516.064.71.064.386 0 .708 0 1.03-.193a2.3 2.3 0 0 0 .71-.646c.193-.258.257-.58.257-.968 0-.516-.258-.904-.58-1.226-.322-.323-.902-.452-1.611-.452Zm1.03 1.678c0 .323-.063.516-.257.71-.129.194-.387.258-.773.323-.194 0-.322 0-.516-.065V9.324h.451c.387 0 .645.064.838.193.194.13.258.323.258.646Zm-3.388 3.808h-1.224l-1.547-2.323h-.645v2.323H49.79V8.485h1.095v2.259h.516l1.031-1.55c.129-.193.322-.417.322-.387 0 0 .097-.112.387-.258.129-.064.322-.064.516-.064.193 0 .386.064.58.129l-.258.839c-.129-.065-.194-.065-.322-.065-.13 0-.194 0-.258.065l-.258.258-.902 1.356L54.3 13.97Zm-9.565-4.583h1.675v4.583h1.096V9.388h1.611l.064-.903H44.8l-.064.903Zm-4.511 4.325c-.387-.258-.71-.581-.903-.968a3.29 3.29 0 0 1-.322-1.42c0-.581.129-1.098.322-1.485.194-.387.58-.774.967-1.033.387-.258.967-.322 1.547-.322s1.03.129 1.418.322c.386.194.709.581.902.969.193.387.322.903.322 1.42 0 .58-.129 1.097-.322 1.549-.194.452-.58.774-.967 1.033-.387.258-.902.322-1.482.322-.58-.064-1.096-.193-1.483-.387Zm2.384-.775c.258-.193.451-.387.58-.71a2.68 2.68 0 0 0 .193-1.032c0-.388-.064-.71-.193-.969-.129-.258-.258-.516-.516-.71-.257-.193-.515-.258-.902-.258-.386 0-.644.065-.902.258-.258.194-.451.388-.58.71a2.681 2.681 0 0 0 0 2c.129.324.322.518.516.711.193.194.515.259.902.259.386 0 .644-.065.902-.259Zm44.312 5.292v9.912c0 1.425.712 2.138 2.006 2.202.194 0 .453 0 .712-.064.097-.033.21-.065.323-.098a8.2 8.2 0 0 0 .324-.097l-.194-1.36c-.097 0-.178.016-.26.032-.08.016-.161.033-.258.033-.194.064-.453-.065-.582-.195a1.726 1.726 0 0 1-.195-.777V18.1l-1.876.13Zm4.789 9.912V18.23l1.876-.13v9.718c0 .259.065.518.195.777.129.13.388.26.582.195.097 0 .178-.017.259-.033.08-.016.162-.032.259-.032l.194 1.295c-.097.033-.21.065-.324.098a8.23 8.23 0 0 0-.323.097c-.26.065-.518.065-.712.065-1.36 0-2.006-.713-2.006-2.138Zm5.889-1.944h5.435l.065-.453a5.53 5.53 0 0 0-.388-2.009 3.744 3.744 0 0 0-1.165-1.49 3.631 3.631 0 0 0-2.006-.583c-.712 0-1.424.13-2.006.518a3.958 3.958 0 0 0-1.36 1.555c-.387.778-.517 1.555-.517 2.397 0 .778.13 1.555.453 2.268.259.583.777 1.101 1.36 1.425.71.389 1.487.518 2.264.518 1.1 0 2.2-.259 3.171-.712l-.388-1.296a4.124 4.124 0 0 1-1.165.389c-.389.064-.841.13-1.23.13-1.618 0-2.459-.908-2.523-2.657Zm3.041-2.72c.323.388.518.97.518 1.49h-3.624c.064-.52.259-1.102.647-1.49a1.767 1.767 0 0 1 1.23-.52c.452 0 .905.195 1.229.52Zm3.947.388c0-.454 0-1.166-.064-2.073h1.811c0 .122.015.244.03.374.017.144.035.297.035.468 0 .182.021.344.039.486.014.11.026.207.026.291.194-.324.388-.647.647-.907a1.77 1.77 0 0 1 .777-.583c.323-.13.647-.259.97-.259.259 0 .518 0 .777.065l-.259 1.684c-.194-.064-.388-.064-.647-.064-.388 0-.841.13-1.165.324a6.31 6.31 0 0 0-1.1 1.166v5.377h-1.877v-6.35Zm6.147 9.653a3.511 3.511 0 0 0-.225-.047 1.664 1.664 0 0 1-.486-.147l.323-1.426c.07.035.159.052.257.07.083.014.172.03.261.06.194.065.388.065.582.065.841 0 1.489-.519 1.877-1.62l.129-.324-3.106-8.422h2.071l1.553 4.73c.194.583.388 1.23.518 1.878.129-.583.323-1.23.517-1.814l1.553-4.73h1.942l-3.042 8.488c-.259.712-.517 1.36-.906 1.943-.323.454-.712.843-1.164 1.102a3.776 3.776 0 0 1-1.683.388c-.259-.043-.46-.086-.661-.13l-.31-.064Zm-27.177-3.37c-.065-.388-.13-.777-.13-1.165-.323.388-.712.648-1.165.907a3.505 3.505 0 0 1-1.617.389c-.453 0-.906-.065-1.295-.26a2.42 2.42 0 0 1-.97-.842c-.26-.453-.388-.907-.324-1.36 0-.778.324-1.49.906-1.944.582-.453 1.553-.712 2.912-.712.518 0 1.035.064 1.488.13v-.13c.065-.584-.129-1.102-.453-1.555-.388-.324-.84-.519-1.359-.454a4.17 4.17 0 0 0-1.294.195l-.235.076c-.328.106-.682.22-.994.377l-.324-1.555c.453-.194.906-.324 1.36-.453a8.022 8.022 0 0 1 1.746-.195c.648 0 1.23.065 1.812.324.518.26.906.648 1.165 1.102.324.647.453 1.425.453 2.137v3.304c0 .324 0 .843.065 1.555l-1.747.13Zm-1.165-1.554c.388-.194.712-.389.97-.712v-1.555c-.453-.065-.84-.065-1.294-.065-.582-.065-1.165.065-1.617.388-.324.26-.453.648-.453 1.037 0 .324.064.648.323.907.259.194.582.324.906.324a6.12 6.12 0 0 0 1.165-.324Zm-14.625-.971c.388.842 1.035 1.49 1.876 1.943.841.518 1.877.713 2.977.777.647 0 1.359-.13 2.07-.259.712-.194 1.36-.388 2.007-.712v-4.73h-4.465v1.49h2.588v2.268c-.323.13-.647.194-1.035.26-.324.064-.712.064-1.1.064a3.208 3.208 0 0 1-2.071-.518 3.745 3.745 0 0 1-1.165-1.49 6.227 6.227 0 0 1-.388-2.138c0-.778.194-1.62.517-2.333.26-.647.777-1.166 1.36-1.49.647-.388 1.358-.518 2.07-.518 1.035 0 2.006.26 2.912.713l.518-1.49a6.879 6.879 0 0 0-1.618-.583 9.228 9.228 0 0 0-1.877-.195c-1.035 0-2.07.195-2.976.648-.841.454-1.618 1.166-2.071 2.008-.518 1.037-.841 2.138-.776 3.24-.065 1.036.194 2.137.647 3.044ZM58.448 23.8c0-.648 0-1.296-.065-2.073h1.812c.065.324.13.712.13 1.036.647-.777 1.553-1.23 2.523-1.23 1.165 0 2.265.647 2.718 1.749.324.712.453 1.49.453 2.332 0 .842-.13 1.75-.517 2.527-.324.647-.777 1.23-1.424 1.554-.647.39-1.359.519-2.07.519-.583 0-1.166-.13-1.683-.26v3.434l-1.942.194.065-9.782Zm5.048 4.276c.453-.713.647-1.49.582-2.268.065-.712-.13-1.425-.453-2.008-.324-.389-.776-.648-1.294-.648-.389 0-.712.065-1.036.26a4.883 4.883 0 0 0-.906.712v4.47c.195.13.453.194.648.194.258.065.517.065.776.065.647.065 1.23-.259 1.683-.777Zm-14.132-6.35c.065.778.065 1.426.065 2.074l-.065 9.783 1.942-.195v-3.434c.517.13 1.1.26 1.682.26.712 0 1.424-.13 2.07-.519.648-.324 1.1-.907 1.424-1.554.389-.778.518-1.685.518-2.527 0-.842-.13-1.62-.453-2.332-.453-1.102-1.553-1.75-2.718-1.75-.97 0-1.876.454-2.523 1.231 0-.323-.065-.712-.13-1.036h-1.812Zm5.695 4.082c.064.778-.13 1.555-.583 2.268-.388.518-1.035.842-1.682.777-.259 0-.518 0-.777-.065-.194 0-.453-.064-.647-.194v-4.47c.259-.26.583-.518.906-.713.324-.194.647-.259 1.035-.259.518 0 .971.26 1.295.648.323.583.517 1.296.453 2.008Zm-9.488 1.296h-4.465l-1.1 2.98H38l4.4-11.208h1.877l4.465 11.208h-2.07l-1.1-2.98Zm-3.947-1.49h3.365l-1.23-3.24c-.143-.334-.251-.669-.376-1.056a48.14 48.14 0 0 0-.141-.433c-.065.227-.146.47-.227.712-.08.243-.162.486-.226.713l-1.165 3.304ZM8 14.733C8 9.803 9.803 8 14.734 8h10.532C30.196 8 32 9.803 32 14.733v10.534C32 30.197 30.193 32 25.263 32H14.734C9.804 32 8 30.197 8 25.267V14.733Zm11.434 7.019h-.96l.479-1.105.481 1.105Zm-1.48 1.2.284-.643h1.433l.28.643h.667l-1.374-3.087h-.56l-1.38 3.087h.65ZM29.3 22.95h-.627v-3.085h.627v3.085Zm-1.966-1.325H26.18v.764h1.737v.563h-2.364v-3.085h2.304v.563H26.18v.632h1.155v.563Zm-4.356-1.76.71 2.124.693-2.122h.66l-1.09 3.087h-.53l-.711-2.028-.712 2.028h-.526l-1.091-3.087h.676l.692 2.122.71-2.124h.519Zm-7.342 2.539c.459 0 .712-.269.712-.77v-1.769h.635v1.742c0 .885-.494 1.393-1.356 1.393-.852 0-1.342-.498-1.342-1.367v-1.766h.636v1.745c0 .516.254.792.715.792Zm-2.231-2.539h-.635v1.246h-1.435v-1.246H10.7v3.089h.635v-1.255h1.435v1.255h.635v-3.089ZM16.015 12c0 2.168 1.787 3.932 3.985 3.932s3.986-1.764 3.986-3.932h-.563c0 1.862-1.536 3.377-3.423 3.377S16.578 13.862 16.578 12h-.563Z" clip-rule="evenodd" /></symbol>', 126, 40, false, undefined);
21
+ var _default = Icon40AppGalleryButtonRu;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon40GalaxyStoreButtonEn: function() {
13
+ return Icon40GalaxyStoreButtonEn;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon40GalaxyStoreButtonEn = (0, _iconssprite.makeIcon)("Icon40GalaxyStoreButtonEn", "galaxy_store_button_en_40", "0 0 136 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 136 40" id="galaxy_store_button_en_40"><path fill-rule="evenodd" d="M8.255 15.076C8 16.138 8 17.426 8 20c0 2.575 0 3.862.255 4.924a9.231 9.231 0 0 0 6.82 6.821C16.139 32 17.426 32 20 32c2.575 0 3.862 0 4.924-.255a9.231 9.231 0 0 0 6.821-6.82C32 23.861 32 22.574 32 20c0-2.575 0-3.862-.255-4.924a9.231 9.231 0 0 0-6.82-6.82C23.861 8 22.574 8 20 8c-2.575 0-3.862 0-4.924.255a9.23 9.23 0 0 0-6.82 6.82Zm15.196 1.54.05.217h2.833l-.764 7.12a2.846 2.846 0 0 1-2.83 2.547h-5.48a2.846 2.846 0 0 1-2.83-2.547l-.764-7.12H16.5l.05-.217a3.454 3.454 0 0 1 3.45-3.45 3.454 3.454 0 0 1 3.451 3.45Zm-5.395 0-.056.217h4l-.055-.217A1.946 1.946 0 0 0 20 14.672a1.946 1.946 0 0 0-1.944 1.944Zm36.511-7.442a.504.504 0 0 0 .371.151c.14 0 .258-.05.354-.151a.504.504 0 0 0 .151-.371.5.5 0 0 0-.151-.37.467.467 0 0 0-.354-.152.5.5 0 0 0-.37.151.504.504 0 0 0-.152.371c0 .146.05.27.152.37Zm.742 5.516v-4.615h-.767v4.615h.767Zm-15.828 0 .472-1.305h2.56l.472 1.305h.809L41.68 8.853h-.885l-2.122 5.837h.808Zm1.752-4.893 1.062 2.965h-2.123l1.061-2.965Zm6.13.278-1.431 3.908-1.44-3.908h-.826l1.81 4.615h.894l1.81-4.615h-.816Zm1.37 2.29c0-.471.095-.884.286-1.237.19-.36.452-.638.783-.834.337-.197.71-.295 1.12-.295.405 0 .756.087 1.053.261.298.174.52.393.666.657v-.842h.774v4.615h-.774v-.859c-.152.27-.38.494-.683.674a2.03 2.03 0 0 1-1.044.261c-.41 0-.78-.101-1.112-.303a2.126 2.126 0 0 1-.783-.85 2.65 2.65 0 0 1-.286-1.247Zm3.908.01c0-.349-.07-.652-.211-.91a1.45 1.45 0 0 0-.573-.59 1.503 1.503 0 0 0-.783-.21 1.55 1.55 0 0 0-.783.202 1.466 1.466 0 0 0-.565.59c-.14.257-.21.56-.21.909 0 .353.07.662.21.926.14.258.329.458.565.598.236.135.497.202.783.202.286 0 .547-.067.783-.202.242-.14.433-.34.573-.598.14-.264.21-.57.21-.918Zm4.572-3.917v6.232h-.767V8.458h.767Zm1.306 2.67c-.19.353-.286.766-.286 1.238 0 .466.095.881.286 1.246.191.365.452.649.784.85.33.203.701.304 1.111.304a2.03 2.03 0 0 0 1.045-.261c.303-.18.53-.404.682-.674v.86h.775v-4.616h-.775v.842a1.74 1.74 0 0 0-.666-.657c-.297-.174-.648-.261-1.052-.261-.41 0-.784.098-1.12.295a2.081 2.081 0 0 0-.784.834Zm3.411.336c.14.259.21.562.21.91s-.07.654-.21.918c-.14.258-.33.458-.572.598a1.551 1.551 0 0 1-.784.202c-.286 0-.547-.067-.783-.202a1.527 1.527 0 0 1-.564-.598 1.946 1.946 0 0 1-.21-.926c0-.348.07-.652.21-.91.14-.258.328-.455.564-.59a1.55 1.55 0 0 1 .783-.202c.287 0 .548.07.784.21.241.136.432.332.572.59Zm3.132-.53c.157-.275.387-.5.69-.674a2.043 2.043 0 0 1 1.036-.26 2.08 2.08 0 0 1 1.903 1.129c.192.353.287.766.287 1.238 0 .466-.095.881-.286 1.246a2.107 2.107 0 0 1-1.904 1.154c-.398 0-.75-.087-1.052-.261a1.783 1.783 0 0 1-.674-.665v.85h-.767V8.458h.767v2.476Zm3.133 1.432c0-.348-.07-.652-.21-.91a1.449 1.449 0 0 0-.573-.59 1.55 1.55 0 0 0-.784-.202 1.531 1.531 0 0 0-1.356.809c-.14.258-.21.559-.21.901 0 .348.07.654.21.918.146.258.337.458.573.598.241.135.502.202.783.202.287 0 .548-.067.784-.202.241-.14.432-.34.572-.598.14-.264.21-.573.21-.926Zm2.559 2.324V8.458h-.767v6.232h.767Zm5.601-2.484c0 .146-.008.3-.025.463h-3.69c.029.455.183.811.464 1.07.287.252.632.379 1.036.379.331 0 .607-.076.826-.228a1.24 1.24 0 0 0 .471-.623h.826a2 2 0 0 1-.742 1.086c-.37.276-.83.413-1.38.413-.439 0-.832-.098-1.18-.295a2.102 2.102 0 0 1-.809-.834c-.196-.364-.294-.786-.294-1.263 0-.477.095-.896.286-1.255.19-.36.458-.634.8-.825a2.39 2.39 0 0 1 1.196-.295c.438 0 .826.095 1.162.286.337.191.596.455.775.792.186.331.278.707.278 1.129Zm-.791-.16c0-.292-.065-.542-.194-.75a1.22 1.22 0 0 0-.53-.48 1.582 1.582 0 0 0-.734-.168c-.387 0-.718.123-.993.37-.27.247-.424.59-.464 1.028h2.915Zm5.05 2.425a2.39 2.39 0 0 0 1.18.295 2.45 2.45 0 0 0 1.196-.295 2.15 2.15 0 0 0 .85-.834c.214-.364.32-.786.32-1.263 0-.477-.103-.896-.311-1.255a2.07 2.07 0 0 0-.834-.825 2.404 2.404 0 0 0-1.187-.295 2.4 2.4 0 0 0-1.188.295 2.11 2.11 0 0 0-.842.834 2.5 2.5 0 0 0-.303 1.246c0 .477.098.899.294 1.263.202.36.478.638.826.834Zm1.955-.572c-.242.129-.5.193-.775.193s-.528-.062-.758-.185a1.426 1.426 0 0 1-.556-.581c-.135-.258-.202-.576-.202-.952 0-.37.07-.685.21-.943.14-.258.326-.45.556-.573.236-.13.494-.194.775-.194.275 0 .53.065.767.194.235.124.426.314.572.573.146.258.22.573.22.943s-.076.685-.228.943c-.146.259-.34.452-.581.582Zm5.017-3.908c.561 0 1.016.17 1.364.513.348.337.522.826.522 1.466v2.72h-.758v-2.61c0-.461-.115-.812-.345-1.053-.23-.248-.545-.371-.943-.371-.405 0-.728.126-.969.379-.236.253-.354.62-.354 1.103v2.552h-.766v-4.615h.766v.657c.152-.236.357-.419.615-.548.264-.129.553-.193.868-.193ZM98.66 21.376h1.36v-1.21l1.849-1.265v2.475h1.618v1.645h-1.618v2.977c0 1.387.19 1.605 1.618 1.605v1.726h-.259c-2.46 0-3.208-.788-3.208-3.317v-2.991h-1.36v-1.645Zm-39.62-2.11h1.848v10.062H59.04V19.266Zm-20.372 5.1c0-2.827 2.134-5.098 5.07-5.098 2.054 0 3.672 1.047 4.515 2.543l-1.632.979c-.611-1.129-1.563-1.727-2.868-1.727-1.85 0-3.25 1.495-3.25 3.304 0 1.835 1.387 3.303 3.317 3.303 1.482 0 2.516-.843 2.87-2.148h-3.168v-1.767h5.152v.734c0 2.678-1.89 4.976-4.854 4.976-3.1 0-5.152-2.352-5.152-5.098Zm14.794-3.153c-2.013 0-3.943 1.509-3.943 4.146 0 2.597 1.998 4.134 3.915 4.134 1.047 0 1.999-.463 2.584-1.197v1.034h1.835v-7.954h-1.835v.952c-.572-.68-1.51-1.115-2.556-1.115Zm.271 1.672c1.36 0 2.38 1.101 2.38 2.447 0 1.373-1.02 2.474-2.38 2.474-1.359 0-2.406-1.087-2.406-2.474 0-1.373 1.047-2.447 2.406-2.447Zm8.091 2.474c0-2.637 1.93-4.146 3.943-4.146 1.047 0 1.985.435 2.556 1.115v-.952h1.835v7.953h-1.835v-1.033c-.584.734-1.536 1.197-2.583 1.197-1.917 0-3.916-1.537-3.916-4.133Zm6.594-.027c0-1.346-1.02-2.447-2.379-2.447-1.36 0-2.406 1.074-2.406 2.447 0 1.387 1.047 2.474 2.406 2.474 1.36 0 2.38-1.1 2.38-2.474Zm2.436-3.956 2.882 3.902-2.991 4.052h2.243l1.89-2.652 1.944 2.651h2.243l-3.046-4.024 2.856-3.929H76.7l-1.795 2.529-1.808-2.529h-2.243Zm11.652 7.559-3.263-7.56h1.958l2.216 5.358 2.093-5.357h1.931L82.697 33h-1.862l1.672-4.065Zm10.388-2.583-1.685 1.332c.897 1.02 2.08 1.781 3.875 1.782 2.175 0 3.426-1.524 3.426-3.087 0-1.903-1.523-2.502-2.869-2.936l-.19-.063-.006-.002c-.991-.323-1.83-.596-1.83-1.336 0-.639.49-1.128 1.387-1.128.788 0 1.373.326 1.795.951l1.522-1.155c-.802-.83-1.726-1.441-3.331-1.441-1.903 0-3.29 1.25-3.29 2.841 0 1.89 1.482 2.407 2.814 2.828l.173.053c.995.303 1.894.578 1.894 1.375 0 .693-.53 1.332-1.51 1.332-.896 0-1.671-.49-2.174-1.346Zm15.202-5.14c-2.297 0-4.119 1.836-4.119 4.148a4.103 4.103 0 0 0 4.119 4.133 4.11 4.11 0 0 0 4.119-4.133c0-2.312-1.835-4.147-4.119-4.147Zm0 1.727c1.291 0 2.311 1.088 2.311 2.42 0 1.32-1.02 2.407-2.311 2.407-1.319 0-2.311-1.088-2.311-2.406 0-1.333.992-2.42 2.311-2.42Zm6.881-1.563v1.183c.367-.789 1.033-1.183 2.039-1.183.571 0 1.046.136 1.4.34l-.693 1.74c-.272-.177-.585-.313-1.102-.313-1.06 0-1.631.571-1.631 1.944v4.242h-1.835v-7.953h1.822Zm7.777-.163c-2.325 0-4.133 1.835-4.133 4.16 0 2.297 1.7 4.12 4.201 4.12 1.768 0 3.019-.87 3.712-2.149l-1.509-.87c-.381.843-1.183 1.4-2.203 1.4-1.305 0-2.202-.76-2.447-1.876h6.471v-.693c0-2.352-1.726-4.092-4.092-4.092Zm2.23 3.25h-4.514a2.357 2.357 0 0 1 2.284-1.632c1.142 0 1.958.57 2.23 1.631Z" clip-rule="evenodd" /></symbol>', 136, 40, false, undefined);
21
+ var _default = Icon40GalaxyStoreButtonEn;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon40GalaxyStoreButtonRu: function() {
13
+ return Icon40GalaxyStoreButtonRu;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon40GalaxyStoreButtonRu = (0, _iconssprite.makeIcon)("Icon40GalaxyStoreButtonRu", "galaxy_store_button_ru_40", "0 0 136 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 136 40" id="galaxy_store_button_ru_40"><path fill-rule="evenodd" d="M8.255 15.076C8 16.138 8 17.426 8 20c0 2.575 0 3.862.255 4.924a9.231 9.231 0 0 0 6.82 6.821C16.139 32 17.426 32 20 32c2.575 0 3.862 0 4.924-.255a9.231 9.231 0 0 0 6.821-6.82C32 23.861 32 22.574 32 20c0-2.575 0-3.862-.255-4.924a9.231 9.231 0 0 0-6.82-6.82C23.861 8 22.574 8 20 8c-2.575 0-3.862 0-4.924.255a9.23 9.23 0 0 0-6.82 6.82Zm15.196 1.54.05.217h2.833l-.764 7.12a2.846 2.846 0 0 1-2.83 2.547h-5.48a2.846 2.846 0 0 1-2.83-2.547l-.764-7.12H16.5l.05-.217a3.454 3.454 0 0 1 3.45-3.45 3.454 3.454 0 0 1 3.451 3.45Zm-5.395 0-.056.217h4l-.055-.217A1.946 1.946 0 0 0 20 14.672a1.946 1.946 0 0 0-1.944 1.944Zm81.965 4.76h-1.36v1.645h1.36v2.991c0 2.529.748 3.317 3.208 3.317h.259v-1.726c-1.428 0-1.618-.218-1.618-1.605v-2.977h1.618v-1.645h-1.618V18.9l-1.849 1.265v1.21Zm-39.132-2.11H59.04v10.062h1.85V19.266Zm-17.15.002c-2.936 0-5.07 2.271-5.07 5.099 0 2.746 2.053 5.098 5.152 5.098 2.964 0 4.854-2.298 4.854-4.976v-.734h-5.152v1.767h3.167c-.353 1.306-1.387 2.149-2.869 2.149-1.93 0-3.317-1.469-3.317-3.304 0-1.809 1.4-3.304 3.25-3.304 1.305 0 2.257.598 2.868 1.727l1.632-.98c-.843-1.495-2.461-2.542-4.514-2.542Zm5.78 6.091c0-2.637 1.931-4.146 3.944-4.146 1.046 0 1.984.435 2.556 1.115v-.952h1.835v7.953h-1.835v-1.033c-.585.734-1.537 1.197-2.584 1.197-1.917 0-3.915-1.537-3.915-4.133Zm6.595-.027c0-1.346-1.02-2.447-2.38-2.447-1.359 0-2.406 1.074-2.406 2.447 0 1.387 1.047 2.474 2.406 2.474 1.36 0 2.38-1.1 2.38-2.474Zm9.654-4.119c-2.012 0-3.943 1.509-3.943 4.146 0 2.597 1.999 4.134 3.916 4.134 1.047 0 1.999-.463 2.583-1.197v1.034h1.835v-7.954h-1.835v.952c-.571-.68-1.51-1.115-2.556-1.115Zm.272 1.672c1.36 0 2.38 1.101 2.38 2.447 0 1.373-1.02 2.474-2.38 2.474-1.36 0-2.406-1.087-2.406-2.474 0-1.373 1.047-2.447 2.406-2.447Zm7.697 2.393-2.882-3.902h2.243l1.808 2.529 1.795-2.529h2.175l-2.856 3.93 3.046 4.023h-2.243l-1.944-2.65-1.89 2.65h-2.243l2.99-4.051Zm5.507-3.902 3.263 7.559L80.835 33h1.862l4.745-11.624h-1.93l-2.094 5.357-2.216-5.357h-1.958Zm11.966 6.308 1.686-1.332c.503.857 1.278 1.346 2.175 1.346.979 0 1.51-.639 1.51-1.332 0-.797-.9-1.072-1.895-1.375l-.173-.053C93.181 24.517 91.7 24 91.7 22.11c0-1.59 1.387-2.841 3.29-2.841 1.605 0 2.53.612 3.331 1.441l-1.522 1.155c-.422-.625-1.007-.951-1.795-.951-.897 0-1.387.49-1.387 1.128 0 .74.838 1.013 1.83 1.336l.005.002.191.063c1.346.434 2.869 1.033 2.869 2.936 0 1.563-1.251 3.087-3.426 3.087-1.795 0-2.978-.762-3.875-1.782Zm12.768-2.325c0-2.31 1.822-4.146 4.119-4.146 2.284 0 4.119 1.835 4.119 4.146a4.11 4.11 0 0 1-4.119 4.134 4.103 4.103 0 0 1-4.119-4.133Zm6.43 0c0-1.332-1.02-2.42-2.311-2.42-1.319 0-2.311 1.088-2.311 2.42 0 1.32.992 2.407 2.311 2.407 1.291 0 2.311-1.088 2.311-2.406Zm4.57-2.8v-1.183h-1.822v7.953h1.835v-4.242c0-1.373.571-1.944 1.631-1.944.517 0 .83.136 1.102.313l.693-1.74c-.354-.204-.829-.34-1.4-.34-1.006 0-1.672.394-2.039 1.183Zm3.644 2.814c0-2.325 1.808-4.16 4.133-4.16 2.366 0 4.092 1.74 4.092 4.092v.693h-6.471c.245 1.115 1.142 1.877 2.447 1.877 1.02 0 1.822-.558 2.203-1.4l1.509.87c-.693 1.278-1.944 2.147-3.712 2.147-2.501 0-4.201-1.822-4.201-4.119Zm1.849-.91h4.514c-.272-1.061-1.088-1.632-2.23-1.632a2.357 2.357 0 0 0-2.284 1.631ZM39 13.82v2.604h.98v-1.698h4.772v1.698h.979V13.82h-.98V8h-4.22l-.276 3.55c-.05.642-.124 1.129-.219 1.46-.089.324-.2.54-.333.648-.133.109-.31.163-.532.163H39Zm4.772-4.915v4.915h-3.127c.316-.407.513-1.149.59-2.224l.199-2.69h2.338Zm3.73 5.592c.394.216.84.325 1.341.325s.948-.109 1.34-.325c.394-.216.701-.518.923-.906.222-.389.333-.83.333-1.327 0-.496-.111-.938-.333-1.326a2.344 2.344 0 0 0-.922-.907 2.672 2.672 0 0 0-1.34-.334 2.68 2.68 0 0 0-1.341.334c-.393.217-.7.519-.922.907-.222.388-.333.83-.333 1.326 0 .496.111.938.333 1.327.222.388.53.69.922.906Zm2.51-1.002c-.297.312-.687.468-1.169.468-.481 0-.871-.156-1.169-.468-.298-.318-.447-.728-.447-1.23 0-.51.15-.92.447-1.232.298-.318.688-.477 1.17-.477.481 0 .87.16 1.169.477.304.312.456.722.456 1.231 0 .51-.152.92-.456 1.231Zm3.367 1.002c.393.216.833.325 1.321.325a2.67 2.67 0 0 0 1.426-.392 2.16 2.16 0 0 0 .913-1.126l-.875-.143a1.315 1.315 0 0 1-.551.582 1.64 1.64 0 0 1-.855.22c-.482 0-.875-.156-1.18-.468-.297-.318-.446-.728-.446-1.23 0-.503.149-.914.447-1.232.304-.318.697-.477 1.178-.477.311 0 .587.07.828.21.247.14.427.325.541.554l.875-.143a2.101 2.101 0 0 0-.894-1.098 2.622 2.622 0 0 0-1.407-.382 2.6 2.6 0 0 0-1.321.334 2.297 2.297 0 0 0-.903.907 2.68 2.68 0 0 0-.323 1.326c0 .49.107.929.323 1.317.215.388.516.693.903.916Zm5.605.23h.931v-4.075h1.702v-.86h-4.335v.86h1.702v4.074Zm7.995-4.934h-.96L64.688 13.6h-.133l-1.56-3.807h-.998l2.187 5.21-.105.286c-.07.197-.155.334-.256.41-.102.083-.244.125-.428.125h-.875l.086.858h.732c.412 0 .741-.095.988-.286.248-.19.447-.5.6-.926l2.053-5.677Zm.842 4.933h.932v-4.074h2.32v4.074h.931V9.794h-4.183v4.933Zm8.767-4.933v2.013h-2.367V9.794h-.932v4.933h.932v-2.061h2.367v2.061h.932V9.794h-.932Zm3.186 4.704c.393.216.84.325 1.34.325.5 0 .947-.109 1.34-.325.394-.216.7-.518.923-.906.221-.389.333-.83.333-1.327 0-.496-.112-.938-.333-1.326a2.344 2.344 0 0 0-.922-.907 2.672 2.672 0 0 0-1.34-.334c-.502 0-.948.112-1.341.334-.393.217-.7.519-.922.907-.222.388-.333.83-.333 1.326 0 .496.11.938.333 1.327.221.388.529.69.922.906Zm2.51-1.002c-.299.312-.688.468-1.17.468s-.871-.156-1.17-.468c-.297-.318-.446-.728-.446-1.23 0-.51.149-.92.447-1.232.298-.318.687-.477 1.17-.477.48 0 .87.16 1.168.477.305.312.457.722.457 1.231 0 .51-.152.92-.457 1.231Zm8.578-.887a1.274 1.274 0 0 0-.609-.468c.216-.095.38-.229.495-.4.12-.179.18-.389.18-.63 0-.255-.073-.48-.218-.678a1.414 1.414 0 0 0-.59-.467 2.08 2.08 0 0 0-.865-.172h-2.263v4.933h2.348c.343 0 .647-.057.913-.172a1.47 1.47 0 0 0 .618-.496c.152-.21.228-.445.228-.706a1.2 1.2 0 0 0-.237-.744Zm-2.938-.811v-1.212h1.33c.216 0 .394.057.533.172.14.114.21.26.21.439 0 .178-.07.324-.21.439a.843.843 0 0 1-.532.162h-1.331Zm2.015 1.946c-.152.127-.351.191-.599.191h-1.416V12.56h1.416c.248 0 .447.064.6.19a.617.617 0 0 1 .228.497.617.617 0 0 1-.229.496Z" clip-rule="evenodd" /></symbol>', 136, 40, false, undefined);
21
+ var _default = Icon40GalaxyStoreButtonRu;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Icon56CupOutline: function() {
13
+ return Icon56CupOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon56CupOutline = (0, _iconssprite.makeIcon)("Icon56CupOutline", "cup_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="cup_outline_56"><path fill-rule="evenodd" d="M21.35 6h-.068c-1.334 0-2.435 0-3.34.082-.945.086-1.797.27-2.603.71-1.222.665-2.309 1.856-2.86 3.134-.658 1.527-.507 3.162-.301 5.376l.03.325.035.373c-1.291-.003-2.62.443-3.697 1.21-1.435 1.022-2.55 2.702-2.55 4.876 0 2.58 1.46 4.854 3.446 6.428 1.719 1.361 3.94 2.294 6.296 2.528.36.83.745 1.617 1.157 2.359 1.58 2.844 3.607 5.1 6.1 6.393-.069.783-.197 1.347-.34 1.764a3.41 3.41 0 0 1-.744 1.256c-.11.122-.208.22-.325.338l-.198.202c-.194.2-.43.454-.645.765-.473.684-.743 1.494-.743 2.574V48.5a1.5 1.5 0 0 0 1.5 1.5h13a1.5 1.5 0 0 0 1.5-1.5v-1.8c0-1.08-.27-1.89-.745-2.574a5.949 5.949 0 0 0-.648-.763l-.198-.2a9.696 9.696 0 0 1-.325-.337 3.373 3.373 0 0 1-.741-1.248c-.146-.42-.275-.99-.343-1.785 2.492-1.293 4.52-3.548 6.1-6.392.412-.742.798-1.53 1.158-2.359 2.356-.234 4.576-1.167 6.295-2.529C48.54 26.94 50 24.666 50 22.087c0-2.174-1.115-3.854-2.55-4.876-1.077-.766-2.404-1.212-3.693-1.21l.035-.373.03-.325c.205-2.213.357-3.849-.301-5.375-.55-1.278-1.638-2.47-2.86-3.135-.806-.44-1.658-.623-2.604-.71C37.153 6 36.052 6 34.718 6H21.35ZM43.4 19.028c-.44 3.15-1.077 6.097-1.923 8.746a9.102 9.102 0 0 0 3.214-1.612C46.189 24.975 47 23.492 47 22.086c0-1.06-.521-1.884-1.29-2.432-.763-.542-1.657-.73-2.31-.626Zm-33.114.626c.763-.543 1.66-.731 2.313-.625.439 3.15 1.076 6.097 1.921 8.745a9.103 9.103 0 0 1-3.215-1.612c-1.5-1.187-2.31-2.67-2.31-4.076 0-1.06.521-1.884 1.29-2.432Zm19.81 21.15c-.673.129-1.373.196-2.1.196a11.13 11.13 0 0 1-2.099-.196 9.395 9.395 0 0 1-.408 1.735 6.402 6.402 0 0 1-1.352 2.287c-.158.174-.333.35-.47.489l-.127.13c-.162.166-.26.278-.33.38-.099.143-.21.347-.21.868V47h10v-.3c0-.52-.111-.722-.208-.861a3.07 3.07 0 0 0-.33-.379 23.733 23.733 0 0 0-.06-.06l-.067-.068a15.326 15.326 0 0 1-.47-.487 6.364 6.364 0 0 1-1.356-2.283 9.389 9.389 0 0 1-.413-1.758ZM16.774 9.426c.312-.17.715-.29 1.44-.356C18.968 9 19.932 9 21.35 9h13.3c1.419 0 2.383.001 3.135.07.726.066 1.129.186 1.441.356.633.345 1.255 1.027 1.54 1.688.318.739.285 1.552.038 4.238-.625 6.8-2.09 12.57-4.326 16.592-2.224 4-5.065 6.056-8.482 6.056-3.417 0-6.256-2.056-8.479-6.056-2.233-4.021-3.697-9.791-4.322-16.591-.247-2.687-.28-3.5.039-4.239.285-.661.907-1.343 1.54-1.688Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
21
+ var _default = Icon56CupOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon12Pause = makeIcon("Icon12Pause", "pause_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="pause_12"><path fill-rule="evenodd" d="M3.04 2.469C3 2.58 3 2.72 3 3v6c0 .28 0 .419.04.531a.7.7 0 0 0 .429.43C3.58 10 3.72 10 4 10s.419 0 .531-.04a.7.7 0 0 0 .43-.429C5 9.42 5 9.28 5 9V3c0-.28 0-.419-.04-.531a.7.7 0 0 0-.429-.43C4.42 2 4.28 2 4 2s-.419 0-.531.04a.7.7 0 0 0-.43.429Zm4 0C7 2.58 7 2.72 7 3v6c0 .28 0 .419.04.531a.7.7 0 0 0 .429.43C7.58 10 7.72 10 8 10s.419 0 .531-.04a.7.7 0 0 0 .43-.429C9 9.42 9 9.28 9 9V3c0-.28 0-.419-.04-.531a.7.7 0 0 0-.429-.43C8.42 2 8.28 2 8 2s-.419 0-.531.04a.7.7 0 0 0-.43.429Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
3
+ export default Icon12Pause;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon12PlayCircleFillGray = makeIcon("Icon12PlayCircleFillGray", "play_circle_fill_gray_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="play_circle_fill_gray_12"><circle cx="6" cy="6" r="6" fill="#A3ADB8" /><path fill="#fff" d="M4.75 3.293 9.082 5.72a.318.318 0 0 1 0 .56L4.75 8.707a.339.339 0 0 1-.454-.119.316.316 0 0 1-.045-.161V3.573c0-.178.15-.323.333-.323a.34.34 0 0 1 .166.043Z" /></symbol>', 12, 12, false, undefined);
3
+ export default Icon12PlayCircleFillGray;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20Arrows2LeftRightInward = makeIcon("Icon20Arrows2LeftRightInward", "arrows_2_left_right_inward_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_inward_20"><path d="M4.47 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.75a.75.75 0 0 1 0 1.061l-2.752 2.75a.75.75 0 1 1-1.06-1.062l1.471-1.469H1.75a.75.75 0 0 1 0-1.5h4.19L4.47 7.78Zm11.06 0a.75.75 0 0 0-1.06-1.06l-2.752 2.75a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 0 0 1.06-1.062l-1.471-1.469h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20Arrows2LeftRightInward;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20Arrows2LeftRightOutward = makeIcon("Icon20Arrows2LeftRightOutward", "arrows_2_left_right_outward_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_outward_20"><path d="M14.972 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.751a.75.75 0 0 1 0 1.061l-2.752 2.749a.75.75 0 1 1-1.06-1.062l1.471-1.469h-4.191a.75.75 0 0 1 0-1.5h4.19l-1.47-1.47Zm-9.944 0a.75.75 0 0 0-1.06-1.06L1.216 9.47a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 1 0 1.06-1.062L3.557 10.75h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20Arrows2LeftRightOutward;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20ServicesFilled = makeIcon("Icon20ServicesFilled", "services_filled_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="services_filled_20"><path fill-rule="evenodd" d="M11.747 7.718c-.28-.28-.52-.52-.703-.735-.192-.226-.363-.472-.46-.775a2.247 2.247 0 0 1 0-1.39c.097-.302.268-.548.46-.774.182-.215.444-.476.723-.756l.247-.247.248-.247c.279-.28.54-.54.755-.723.226-.192.472-.363.775-.461a2.248 2.248 0 0 1 1.39 0c.302.098.548.269.774.461.215.182.456.423.735.702l.268.268.267.268c.28.28.52.52.703.735.192.226.363.472.461.775.147.451.147.938 0 1.389-.098.303-.269.549-.461.775-.182.215-.444.476-.723.755l-.247.248-.247.247c-.28.28-.541.54-.756.723-.226.192-.472.363-.775.46a2.248 2.248 0 0 1-1.389 0c-.303-.097-.549-.268-.775-.46a12.884 12.884 0 0 1-.735-.703l-.268-.267-.267-.268Zm-.757 6.407c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.216-.423.56-.767.982-.982.284-.145.579-.198.875-.223.28-.022.65-.022 1.045-.022h.7c.394 0 .764 0 1.044.022.296.025.591.078.875.223.422.215.766.559.982.982.144.283.198.578.222.874.023.28.023.621.023 1.016v.757c0 .395 0 .736-.023 1.017-.024.296-.078.59-.222.874-.216.423-.56.767-.982.982-.284.145-.579.198-.875.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.044-.023a2.3 2.3 0 0 1-.875-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874c-.023-.281-.023-.622-.023-1.017v-.757ZM2 5.135v.757c0 .395 0 .736.023 1.016.024.296.078.591.222.874.215.423.56.767.982.983.284.144.578.198.874.222.281.023.65.023 1.046.023h.699c.395 0 .764 0 1.045-.023.296-.024.59-.078.874-.222.423-.216.767-.56.982-.983.145-.283.198-.578.223-.874.022-.28.022-.621.022-1.016v-.757c0-.395 0-.736-.022-1.016-.025-.297-.078-.591-.223-.875a2.248 2.248 0 0 0-.982-.982 2.29 2.29 0 0 0-.874-.222c-.28-.023-.65-.023-1.045-.023h-.7c-.394 0-.764 0-1.045.023-.296.024-.59.078-.874.222-.423.216-.767.56-.982.982a2.295 2.295 0 0 0-.222.875C2 4.399 2 4.74 2 5.135Zm0 8.99c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.215-.423.56-.767.982-.982.284-.145.578-.198.874-.223.281-.022.65-.022 1.046-.022h.699c.395 0 .764 0 1.045.022.296.025.59.078.874.223.423.215.767.559.982.982.145.283.198.578.223.874.022.28.022.621.022 1.016v.757c0 .395 0 .736-.022 1.017-.025.296-.078.59-.223.874a2.24 2.24 0 0 1-.982.982c-.283.145-.578.198-.874.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.045-.023a2.295 2.295 0 0 1-.874-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874C2 15.617 2 15.277 2 14.882v-.757Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20ServicesFilled;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon24DropsOutline = makeIcon("Icon24DropsOutline", "drops_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="drops_outline_24"><path fill-rule="evenodd" d="M14.785 2.34a.9.9 0 0 1 1.41 0 46.87 46.87 0 0 1 2.623 3.767c1.317 2.114 2.8 4.91 3.095 7.274C22.486 17.984 19.74 22 15.49 22A6.042 6.042 0 0 1 12 20.927 6.042 6.042 0 0 1 8.51 22c-4.25 0-6.996-4.016-6.423-8.62.294-2.364 1.778-5.16 3.095-7.273a46.874 46.874 0 0 1 1.81-2.685c.265-.365.535-.727.813-1.082a.9.9 0 0 1 1.411.002c.278.355.547.716.811 1.08A46.864 46.864 0 0 1 12 6.37l.162-.263a46.864 46.864 0 0 1 1.81-2.685c.265-.365.535-.727.813-1.082ZM10.97 8.16a36.88 36.88 0 0 0-.66-1.1 45.077 45.077 0 0 0-1.74-2.581l-.06-.083-.06.083a45.07 45.07 0 0 0-1.74 2.58c-1.314 2.108-2.596 4.608-2.837 6.544C3.391 17.474 5.66 20.2 8.51 20.2a4.29 4.29 0 0 0 2.13-.56c-1.262-1.596-1.874-3.847-1.573-6.26.206-1.656.996-3.523 1.903-5.22ZM12 18.456c-.914-1.17-1.395-2.86-1.147-4.853.13-1.048.566-2.262 1.147-3.489.58 1.227 1.016 2.44 1.147 3.49.248 1.992-.233 3.681-1.147 4.852Zm1.36 1.184c1.262-1.596 1.873-3.847 1.573-6.26-.207-1.656-.996-3.523-1.903-5.22.215-.375.437-.744.66-1.1a45.095 45.095 0 0 1 1.74-2.581l.06-.083.06.083a45.048 45.048 0 0 1 1.74 2.58c1.314 2.108 2.595 4.608 2.837 6.544.482 3.871-1.787 6.597-4.637 6.597a4.29 4.29 0 0 1-2.13-.56Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
3
+ export default Icon24DropsOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon24HomeArrowDownOutline = makeIcon("Icon24HomeArrowDownOutline", "home_arrow_down_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="home_arrow_down_outline_24"><path d="M11.1 9.9v3.968l-1.052-1.092a.9.9 0 0 0-1.296 1.248l2.6 2.7a.9.9 0 0 0 1.296 0l2.6-2.7a.9.9 0 0 0-1.296-1.248L12.9 13.868V9.9a.9.9 0 0 0-1.8 0Zm1.904-6.767a3.9 3.9 0 0 0-2.008 0c-.749.2-1.406.7-2.309 1.39l-3.532 2.69c-.606.46-1.048.797-1.374 1.232a3.9 3.9 0 0 0-.633 1.278c-.149.524-.148 1.079-.148 1.84v3.775c0 .808 0 1.469.044 2.006.045.556.142 1.058.381 1.527a3.9 3.9 0 0 0 1.704 1.704c.47.239.971.336 1.527.381C7.193 21 7.854 21 8.662 21h6.676c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006v-3.775c0-.761 0-1.316-.148-1.84a3.9 3.9 0 0 0-.633-1.278c-.326-.435-.768-.771-1.374-1.232l-3.532-2.69c-.903-.69-1.56-1.19-2.309-1.39ZM11.46 4.872a2.1 2.1 0 0 1 1.082 0c.36.096.716.347 1.822 1.19l3.3 2.513c.735.56.96.74 1.116.95.156.207.271.44.342.689.071.252.079.54.079 1.464V15.3c0 .855 0 1.442-.038 1.897-.036.445-.103.684-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H8.7c-.855 0-1.442 0-1.897-.038-.445-.036-.684-.103-.856-.19a2.1 2.1 0 0 1-.918-.919c-.088-.172-.155-.411-.191-.856C4.8 16.742 4.8 16.155 4.8 15.3v-3.622c0-.924.008-1.212.08-1.464a2.1 2.1 0 0 1 .34-.689c.158-.21.382-.39 1.117-.95l3.3-2.513c1.106-.843 1.463-1.094 1.822-1.19Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
3
+ export default Icon24HomeArrowDownOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon24MailStackOutline = makeIcon("Icon24MailStackOutline", "mail_stack_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="mail_stack_outline_24"><path d="M8.7 3A1.7 1.7 0 0 0 7 4.7h10A1.7 1.7 0 0 0 15.3 3H8.7Z" /><path fill-rule="evenodd" d="M3.49 8.457C3 9.42 3 10.68 3 13.2v.6c0 2.52 0 3.78.49 4.743a4.5 4.5 0 0 0 1.967 1.966C6.42 21 7.68 21 10.2 21h3.6c2.52 0 3.78 0 4.743-.49a4.5 4.5 0 0 0 1.966-1.967C21 17.58 21 16.32 21 13.8v-.6c0-2.52 0-3.78-.49-4.743a4.5 4.5 0 0 0-1.967-1.967C17.58 6 16.32 6 13.8 6h-3.6c-2.52 0-3.78 0-4.743.49A4.5 4.5 0 0 0 3.49 8.457ZM13.8 7.8h-3.6c-1.29 0-2.149.001-2.809.055-.64.053-.932.145-1.117.24a2.7 2.7 0 0 0-.542.364l4.076 4.076c.505.506.847.846 1.131 1.087.277.235.44.323.567.364a1.6 1.6 0 0 0 .988 0c.128-.041.29-.129.567-.364.284-.24.626-.581 1.131-1.087l4.076-4.076a2.699 2.699 0 0 0-.542-.365c-.185-.094-.478-.186-1.117-.239-.66-.054-1.52-.055-2.809-.055Zm-8.945 2.591a7.73 7.73 0 0 1 .023-.24l3.683 3.683c.473.473.866.866 1.213 1.16.362.308.732.56 1.175.704a3.401 3.401 0 0 0 2.102 0c.443-.144.813-.396 1.175-.703.347-.295.74-.688 1.213-1.161l3.683-3.683c.008.074.016.154.023.24.054.66.055 1.52.055 2.809v.6c0 1.29-.001 2.149-.055 2.809-.052.64-.145.931-.24 1.117a2.7 2.7 0 0 1-1.18 1.18c-.184.094-.477.187-1.116.239-.66.054-1.52.055-2.809.055h-3.6c-1.29 0-2.149-.001-2.809-.055-.64-.052-.932-.145-1.117-.24a2.7 2.7 0 0 1-1.18-1.18c-.094-.184-.186-.477-.239-1.116-.054-.66-.055-1.52-.055-2.809v-.6c0-1.29.001-2.149.055-2.809Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
3
+ export default Icon24MailStackOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon24SubscriptionsOutline = makeIcon("Icon24SubscriptionsOutline", "subscriptions_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="subscriptions_outline_24"><path d="M9.9 7a.9.9 0 1 0 0 1.8h5.2a.9.9 0 1 0 0-1.8H9.9ZM9 11.9a.9.9 0 0 1 .9-.9h3.2a.9.9 0 1 1 0 1.8H9.9a.9.9 0 0 1-.9-.9ZM13.538 2h-2.076c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 5.48 4.402c-.267.523-.377 1.087-.43 1.726C5 6.748 5 7.514 5 8.462V12h-.1A2.9 2.9 0 0 0 2 14.9v3.198a3.9 3.9 0 0 0 3.9 3.9h.547c.078.002.158.002.23.002h6.861c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V8.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C15.252 2 14.486 2 13.538 2ZM9.963 20.2a.928.928 0 0 0-.063-.002H6.8V8.5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 8.22 4.083c.226-.115.527-.195 1.055-.238.538-.044 1.23-.045 2.225-.045h2c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v7c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045H9.963ZM5 19.996a2.1 2.1 0 0 1-1.2-1.898V14.9a1.1 1.1 0 0 1 1.1-1.1H5v6.196Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
3
+ export default Icon24SubscriptionsOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon28HomeArrowDownOutline = makeIcon("Icon28HomeArrowDownOutline", "home_arrow_down_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="home_arrow_down_outline_28"><path d="M13 11v5.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L15 16.586V11a1 1 0 1 0-2 0Zm2.047-7.856a4 4 0 0 0-2.095 0c-.781.212-1.462.744-2.367 1.451l-5.447 4.25c-.586.456-1.029.8-1.356 1.244a4 4 0 0 0-.634 1.3C2.999 11.918 3 12.48 3 13.222v6.018c0 .805 0 1.47.044 2.01.046.563.145 1.08.392 1.565a4 4 0 0 0 1.748 1.748c.485.247 1.002.346 1.564.392C7.29 25 7.954 25 8.758 25h10.483c.805 0 1.47 0 2.01-.044.563-.046 1.08-.145 1.565-.392a4 4 0 0 0 1.748-1.748c.247-.485.346-1.002.392-1.564.044-.541.044-1.206.044-2.01v-6.019c0-.743 0-1.304-.148-1.835a4.001 4.001 0 0 0-.634-1.299c-.327-.443-.77-.788-1.356-1.245l-5.447-4.249c-.905-.707-1.586-1.239-2.367-1.45Zm-1.57 1.93a2 2 0 0 1 1.047 0c.341.093.684.337 1.813 1.217l5.2 4.056c.723.564.928.735 1.072.93a2 2 0 0 1 .317.65c.065.232.074.5.074 1.417V19.2c0 .857 0 1.439-.038 1.889-.035.438-.1.663-.18.819a2 2 0 0 1-.874.874c-.156.08-.38.145-.819.18-.45.037-1.032.038-1.889.038H8.8c-.857 0-1.439 0-1.889-.038-.438-.035-.663-.1-.819-.18a2 2 0 0 1-.874-.874c-.08-.156-.145-.38-.18-.819C5 20.639 5 20.057 5 19.2v-5.856c0-.917.009-1.184.074-1.418a2 2 0 0 1 .317-.65c.144-.194.35-.365 1.072-.929l5.2-4.056c1.129-.88 1.472-1.124 1.813-1.217Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
3
+ export default Icon28HomeArrowDownOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon36GiftCirceFilled = makeIcon("Icon36GiftCirceFilled", "gift_circe_filled_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36" id="gift_circe_filled_36"><circle cx="18" cy="18" r="18" fill="url(#gift_circe_filled_36_a)" /><path fill="#fff" d="M16.436 7.693c.629.426 1.156 1.017 1.565 1.756.408-.74.935-1.33 1.564-1.756 1.49-1.01 3.376-.902 4.51.232 1.135 1.135 1.242 3.02.233 4.51a4.581 4.581 0 0 1-.453.565H25c.799 0 1.51.178 2.102.504a3.51 3.51 0 0 1 1.393 1.394C28.822 15.49 29 16.2 29 17v.429c0 1.007-.14 1.547-.4 2.036a2.726 2.726 0 0 1-1.135 1.134 2.99 2.99 0 0 1-.463.201L27 23.872c0 1.783-.186 2.43-.534 3.081a3.635 3.635 0 0 1-1.512 1.512c-.652.349-1.299.535-3.082.535h-7.744c-1.783 0-2.43-.186-3.082-.535a3.635 3.635 0 0 1-1.512-1.512C9.186 26.301 9 25.655 9 23.872V20.8a2.979 2.979 0 0 1-.465-.201A2.725 2.725 0 0 1 7.4 19.465c-.24-.448-.377-.94-.398-1.794L7 17c0-.8.178-1.51.505-2.102.326-.593.8-1.067 1.393-1.394C9.491 13.178 10.201 13 11 13l1.146.001a4.59 4.59 0 0 1-.453-.565c-1.01-1.49-.902-3.375.233-4.51 1.134-1.134 3.02-1.242 4.51-.232ZM17 20.999h-6v2.873c0 1.323.078 1.727.298 2.138.162.303.388.53.691.692.412.22.815.297 2.139.297H17v-6Zm2 0v6h2.872c1.324 0 1.727-.077 2.139-.297.303-.163.529-.389.691-.692.22-.411.298-.815.298-2.138V21l-6-.001Zm-2-6h-6c-.458 0-.84.093-1.137.257a1.508 1.508 0 0 0-.607.606C9.092 16.16 9 16.542 9 17l.002.609c.009.506.06.722.162.913a.73.73 0 0 0 .314.313c.21.113.45.163 1.075.165L17 18.998v-4Zm8 0h-6v4h6.446l.163-.001c.506-.01.722-.06.913-.163a.728.728 0 0 0 .314-.313c.102-.191.153-.407.163-.913l.001-.61c0-.458-.093-.839-.256-1.137a1.508 1.508 0 0 0-.607-.606c-.298-.164-.679-.257-1.137-.257Zm-6-2c3.65-.35 4.695-2.704 3.7-3.7-.995-.995-3.35.05-3.7 3.7Zm-5.699-3.7c-.995.996.05 3.35 3.7 3.7-.35-3.65-2.705-4.695-3.7-3.7Z" /><defs><linearGradient id="gift_circe_filled_36_a" x1="-18" x2="18" y1="18" y2="54" gradientUnits="userSpaceOnUse"><stop stop-color="#928FFF" /><stop offset="1" stop-color="#4B47B2" /></linearGradient></defs></symbol>', 36, 36, false, undefined);
3
+ export default Icon36GiftCirceFilled;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon40AppGalleryButtonEn = makeIcon("Icon40AppGalleryButtonEn", "app_gallery_button_en_40", "0 0 126 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 126 40" id="app_gallery_button_en_40"><path d="M18.474 21.752h.96l-.481-1.105-.479 1.105Z" /><path fill-rule="evenodd" d="M14.734 8C9.804 8 8 9.803 8 14.733v10.534C8 30.197 9.803 32 14.734 32h10.529C30.193 32 32 30.197 32 25.267V14.733C32 9.803 30.197 8 25.266 8H14.734Zm3.504 14.309-.285.643h-.648l1.379-3.087h.56l1.374 3.087h-.666l-.281-.643h-1.433Zm10.435.64h.627v-3.084h-.627v3.085Zm-2.494-1.324h1.155v-.563H26.18v-.632h1.677v-.563h-2.304v3.085h2.364v-.563H26.18v-.764Zm-2.49.364-.711-2.124h-.519l-.71 2.124-.692-2.122h-.676l1.091 3.087h.526l.712-2.028.711 2.028h.53l1.09-3.087h-.66l-.693 2.122Zm-7.341-.356c0 .502-.253.77-.712.77-.461 0-.715-.275-.715-.791v-1.745h-.636v1.766c0 .869.49 1.367 1.342 1.367.862 0 1.356-.508 1.356-1.393v-1.742h-.635v1.768Zm-3.578-1.768h.635v3.089h-.635v-1.255h-1.435v1.255H10.7v-3.089h.635v1.246h1.435v-1.246ZM20 15.933c-2.198 0-3.985-1.765-3.985-3.933h.563c0 1.862 1.535 3.377 3.422 3.377 1.887 0 3.423-1.515 3.423-3.377h.563c0 2.168-1.788 3.932-3.986 3.932Zm38.486-2.276c-.439-.232-.748-.594-.98-1.033-.233-.44-.336-.956-.336-1.55 0-.62.129-1.162.361-1.627a2.409 2.409 0 0 1 1.032-1.06c.465-.258.981-.387 1.6-.387.594 0 1.085.13 1.523.362.413.232.749.594.981 1.033.232.44.336.956.336 1.524a3.6 3.6 0 0 1-.362 1.628 2.41 2.41 0 0 1-1.032 1.059c-.439.258-.98.387-1.574.387-.62.026-1.136-.103-1.549-.336Zm2.607-.723c.284-.18.49-.44.645-.775.129-.336.206-.723.206-1.136 0-.414-.051-.801-.18-1.111-.13-.336-.31-.595-.594-.775-.284-.207-.62-.285-1.058-.285-.413 0-.748.104-1.032.285-.284.206-.49.465-.646.8-.154.336-.206.698-.206 1.111 0 .414.077.801.206 1.137.13.336.336.594.62.8.284.207.62.285 1.032.285.387-.052.723-.13 1.007-.336Z" clip-rule="evenodd" /><path d="m43 8.103 1.807 2.868-1.987 2.97h1.11l1.42-2.299 1.393 2.3h1.161l-1.935-3.023 1.806-2.816h-1.11l-1.29 2.093-1.239-2.093H43Zm-.567 0H39v5.813h3.381l.077-.827h-2.451v-1.782H42.2v-.775h-2.193V8.93h2.322l.104-.827Zm6.22 0h1.574c.749 0 1.316.155 1.704.465.387.31.593.75.593 1.318 0 .387-.077.723-.258 1.007-.18.284-.413.517-.748.672-.31.155-.671.232-1.084.232-.233 0-.49-.025-.775-.077v2.222h-1.006V8.103Zm2.53 2.61c.206-.207.309-.465.309-.827 0-.362-.103-.62-.336-.775-.206-.155-.542-.233-.955-.233h-.542v2.067c.258.052.44.052.568.052.439 0 .749-.104.955-.284Zm3.354-2.61h-.98v5.839h3.33l.077-.853h-2.427V8.103Zm11.408 0h-1.832v5.839h1.006v-2.325h.749l1.522 2.325h1.188l-1.807-2.584c.206-.077.387-.18.568-.335.18-.13.335-.336.464-.569.13-.232.18-.517.18-.827 0-.49-.154-.878-.515-1.136-.362-.259-.852-.388-1.523-.388Zm.387 2.61c-.18.103-.413.155-.645.155v-.026h-.568v-1.99h.723c.335 0 .62.078.8.207.18.13.284.362.284.646 0 .207-.052.413-.155.594-.103.181-.258.31-.439.414Zm3.02-2.61h3.432l-.103.827h-2.323v1.602h2.194v.775h-2.194v1.782h2.452l-.077.827h-3.381V8.103Zm8.182 0h-1.007v5.839h1.007V8.103Zm2.658.827h-1.78l.076-.853h4.543l-.103.853h-1.73v5.011h-1.006V8.93Zm6.245 3.694c.233.44.542.8.981 1.033.413.233.93.362 1.549.336.593 0 1.135-.129 1.574-.387a2.41 2.41 0 0 0 1.032-1.06 3.6 3.6 0 0 0 .362-1.627c0-.568-.103-1.085-.336-1.524-.232-.44-.568-.8-.98-1.033A3.159 3.159 0 0 0 89.096 8c-.62 0-1.136.13-1.6.387a2.41 2.41 0 0 0-1.033 1.06 3.6 3.6 0 0 0-.361 1.627c0 .594.103 1.11.335 1.55Zm4.233-.465c-.155.336-.361.594-.645.775-.284.207-.645.284-1.007.336-.413 0-.748-.078-1.032-.284a1.733 1.733 0 0 1-.62-.801 3.18 3.18 0 0 1-.206-1.137c0-.413.052-.775.207-1.11.154-.336.36-.595.645-.801.284-.181.62-.285 1.032-.285.439 0 .775.078 1.058.285.284.18.465.439.594.775.129.31.18.697.18 1.11 0 .414-.077.801-.206 1.137Zm2.4-4.056h1.136l2.89 4.521c-.025-.44-.025-.827-.025-1.188V8.103H98v5.839h-1.11l-2.942-4.599.008.155c.023.455.044.869.044 1.24v3.204h-.93V8.103Zm-6.15 20.039V18.23l1.877-.13v9.718c0 .259.065.518.195.777.129.13.388.26.582.195.097 0 .178-.017.259-.033.08-.016.162-.032.259-.032l.194 1.36a8.2 8.2 0 0 1-.324.098 7.999 7.999 0 0 0-.323.097c-.26.064-.518.064-.712.064-1.294-.064-2.006-.777-2.006-2.202Zm4.79-9.912v9.912c0 1.425.647 2.138 2.006 2.138.194 0 .453 0 .712-.065a8.23 8.23 0 0 1 .323-.097c.113-.033.227-.065.324-.098l-.194-1.295c-.097 0-.178.016-.26.032-.08.016-.161.033-.258.033-.194.064-.453-.065-.582-.195a1.727 1.727 0 0 1-.195-.777V18.1l-1.876.13Zm11.324 7.968h-5.436c.065 1.75.906 2.656 2.524 2.656.389 0 .841-.064 1.23-.13a4.124 4.124 0 0 0 1.165-.388l.388 1.296a7.568 7.568 0 0 1-3.171.712c-.776 0-1.553-.13-2.265-.518-.582-.324-1.1-.842-1.359-1.425-.323-.713-.453-1.49-.453-2.268 0-.842.13-1.62.518-2.397a3.958 3.958 0 0 1 1.359-1.555c.582-.388 1.294-.518 2.006-.518.712 0 1.423.195 2.006.583.518.389.906.907 1.165 1.49a5.53 5.53 0 0 1 .388 2.009l-.065.453Zm-1.876-1.23c0-.52-.195-1.102-.518-1.49a1.768 1.768 0 0 0-1.23-.52c-.453 0-.906.195-1.23.52-.387.388-.582.97-.646 1.49h3.624Zm3.365-3.175c.064.907.064 1.62.064 2.073v6.349h1.877v-5.377a6.31 6.31 0 0 1 1.1-1.166 2.422 2.422 0 0 1 1.165-.324c.259 0 .453 0 .647.064l.259-1.684c-.259-.065-.518-.065-.777-.065-.323 0-.647.13-.97.26a1.76 1.76 0 0 0-.777.582c-.259.26-.453.583-.647.907 0-.084-.012-.182-.026-.291-.018-.142-.039-.304-.039-.486a3.88 3.88 0 0 0-.035-.468c-.015-.13-.03-.252-.03-.374h-1.811Zm5.986 11.679c.071.013.145.027.225.047l.31.065c.201.043.402.086.661.13.582 0 1.165-.13 1.683-.39.452-.258.841-.647 1.164-1.1.389-.584.647-1.232.906-1.944l3.042-8.487h-1.942l-1.553 4.73c-.194.582-.388 1.23-.517 1.813a16.058 16.058 0 0 0-.518-1.879l-1.553-4.729h-2.071l3.106 8.422-.129.324c-.388 1.101-1.036 1.62-1.877 1.62-.194 0-.388 0-.582-.065a1.834 1.834 0 0 0-.261-.06.986.986 0 0 1-.257-.07l-.323 1.426c.178.09.326.117.486.147Z" /><path fill-rule="evenodd" d="m83.557 30.15 1.747-.13c-.065-.712-.065-1.23-.065-1.555v-3.303c0-.713-.13-1.49-.453-2.138a2.743 2.743 0 0 0-1.165-1.102c-.582-.259-1.164-.324-1.812-.324-.582 0-1.164.065-1.747.195-.453.13-.906.259-1.359.453l.324 1.555c.312-.156.666-.27.994-.377l.235-.076a4.17 4.17 0 0 1 1.294-.195c.518-.065.971.13 1.36.454.323.453.517.971.452 1.555v.13c-.453-.066-.97-.13-1.488-.13-1.359 0-2.33.259-2.912.712-.582.454-.906 1.166-.906 1.944-.064.453.065.907.324 1.36.259.389.582.648.97.842.389.195.842.26 1.295.26.582 0 1.1-.13 1.617-.39.453-.258.842-.518 1.165-.906 0 .388.065.777.13 1.166Zm-.195-2.267c-.258.323-.582.518-.97.712a6.12 6.12 0 0 1-1.165.324c-.324 0-.647-.13-.906-.324-.259-.26-.323-.583-.323-.907 0-.389.129-.777.453-1.037.452-.323 1.035-.453 1.617-.388.453 0 .841 0 1.294.065v1.555Zm-13.719 1.684c-.841-.453-1.488-1.101-1.876-1.944-.453-.907-.712-2.008-.647-3.044-.065-1.102.258-2.203.776-3.24.453-.842 1.23-1.554 2.07-2.008.907-.453 1.942-.648 2.977-.648.648 0 1.23.065 1.877.195.582.13 1.1.323 1.618.583l-.518 1.49c-.906-.454-1.877-.713-2.912-.713-.712 0-1.423.13-2.07.518-.583.324-1.1.843-1.36 1.49a5.827 5.827 0 0 0-.517 2.333c0 .712.13 1.425.388 2.137a3.745 3.745 0 0 0 1.165 1.49 3.208 3.208 0 0 0 2.07.519c.389 0 .777 0 1.1-.065.389-.065.712-.13 1.036-.26v-2.267h-2.588v-1.49h4.465v4.73c-.648.324-1.295.518-2.006.712-.712.13-1.424.26-2.071.26-1.1-.065-2.136-.26-2.977-.778Zm-11.26-7.839c.065.777.065 1.425.065 2.073l-.065 9.783 1.942-.195v-3.434c.517.13 1.1.26 1.682.26.712 0 1.424-.13 2.07-.519.648-.324 1.101-.907 1.425-1.554.388-.778.517-1.685.517-2.527 0-.842-.13-1.62-.453-2.332-.453-1.102-1.553-1.75-2.718-1.75-.97 0-1.876.454-2.523 1.231 0-.323-.065-.712-.13-1.036h-1.812Zm5.695 4.081c.065.778-.13 1.555-.582 2.268-.453.518-1.036.842-1.683.777-.259 0-.518 0-.776-.065-.195 0-.453-.064-.648-.194v-4.47c.26-.26.583-.518.906-.713.324-.194.648-.259 1.036-.259.517 0 .97.26 1.294.648.324.583.518 1.296.453 2.008Zm-14.649-2.008c0-.648 0-1.296-.065-2.073h1.812c.065.324.13.712.13 1.036.647-.777 1.553-1.23 2.523-1.23 1.165 0 2.265.647 2.718 1.749.324.712.453 1.49.453 2.332 0 .842-.13 1.75-.518 2.527-.323.647-.776 1.23-1.423 1.554-.647.39-1.36.519-2.071.519-.582 0-1.165-.13-1.682-.26v3.434l-1.942.194.065-9.782Zm5.047 4.276c.453-.713.647-1.49.583-2.268.064-.712-.13-1.425-.453-2.008-.324-.389-.777-.648-1.294-.648-.389 0-.712.065-1.036.26a4.887 4.887 0 0 0-.906.712v4.47c.194.13.453.194.647.194.26.065.518.065.777.065.647.065 1.294-.259 1.682-.777Zm-13.37-.972h4.465l1.1 2.98h2.07l-4.464-11.208H42.4L38 30.085h2.006l1.1-2.98Zm3.883-1.49h-3.365l1.165-3.304c.064-.227.145-.47.226-.713.081-.242.162-.485.227-.712.05.152.097.296.14.433.126.387.234.722.377 1.057l1.23 3.24Z" clip-rule="evenodd" /></symbol>', 126, 40, false, undefined);
3
+ export default Icon40AppGalleryButtonEn;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon40AppGalleryButtonRu = makeIcon("Icon40AppGalleryButtonRu", "app_gallery_button_ru_40", "0 0 126 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 126 40" id="app_gallery_button_ru_40"><path fill-rule="evenodd" d="M69.806 9.84c-.065.452-.065.904-.065 1.29v2.84h.967V8.486H69.42l-2.513 4.066c.064-.452.064-.84.064-1.097v-2.97H65.94v5.487h1.289l2.578-4.131Zm-2.642-2.26c.064.195.257.324.45.453.194.129.452.193.903.193.322 0 .58-.064.773-.193.194-.13.322-.258.451-.452.13-.194.194-.387.194-.581h-.774c-.064.387-.322.58-.709.58-.386 0-.644-.193-.709-.58h-.773c0 .13.057.258.115.387.028.065.057.13.079.194Zm5.993 1.808h-1.676l.065-.903h4.382l-.064.903h-1.611v4.583h-1.096V9.388Zm6.832-.903h-3.287v5.486h3.222l.064-.903h-2.19v-1.485h1.997v-.84h-1.998V9.389h2.127l.064-.903Zm7.218 3.227a1.508 1.508 0 0 0-.452-.452c-.156-.104-.354-.166-.526-.22l-.118-.038a1.23 1.23 0 0 0 .709-.452c.193-.258.258-.516.258-.839 0-.387-.13-.71-.452-.904-.322-.193-.773-.322-1.353-.322H83.47v5.486h1.869c.45 0 .773-.064 1.095-.194.322-.129.516-.258.709-.516.193-.258.258-.516.258-.839 0-.258-.065-.516-.194-.71Zm-2.127-1.033h-.516L84.5 9.324h.58c.258 0 .45.064.644.129.194.064.258.258.258.452 0 .129-.064.322-.129.387a1.366 1.366 0 0 1-.322.258c-.129.065-.258.13-.451.13Zm1.16 1.678c0 .259-.065.452-.258.581-.193.194-.451.259-.838.259H84.5v-1.679h.58c.322 0 .644.065.838.194.193.13.322.387.322.646Zm-25.586 1.356c-.387-.258-.709-.581-.902-.968a3.29 3.29 0 0 1-.322-1.42c0-.581.129-1.098.322-1.485s.58-.774.967-1.033c.386-.258.966-.322 1.546-.322.58 0 1.032.129 1.418.322.387.259.71.581.902.969.194.387.323.903.323 1.42 0 .58-.13 1.097-.323 1.549-.193.452-.58.774-.966 1.033-.451.258-.902.322-1.483.322-.58-.064-1.095-.193-1.482-.387Zm2.385-.775c.258-.193.45-.387.58-.71a2.68 2.68 0 0 0 .193-1.032c0-.388-.064-.71-.193-.969-.13-.258-.258-.516-.516-.71-.258-.193-.515-.258-.902-.258s-.645.065-.902.258c-.258.194-.452.388-.58.71a2.68 2.68 0 0 0 0 2c.128.324.322.518.515.711.194.194.516.259.902.259.387 0 .645-.065.903-.259Zm-6.38-4.453h-1.547l-.064 5.486h1.095v-2.065c.258.064.516.064.71.064.386 0 .708 0 1.03-.193a2.3 2.3 0 0 0 .71-.646c.193-.258.257-.58.257-.968 0-.516-.258-.904-.58-1.226-.322-.323-.902-.452-1.611-.452Zm1.03 1.678c0 .323-.063.516-.257.71-.129.194-.387.258-.773.323-.194 0-.322 0-.516-.065V9.324h.451c.387 0 .645.064.838.193.194.13.258.323.258.646Zm-3.388 3.808h-1.224l-1.547-2.323h-.645v2.323H49.79V8.485h1.095v2.259h.516l1.031-1.55c.129-.193.322-.417.322-.387 0 0 .097-.112.387-.258.129-.064.322-.064.516-.064.193 0 .386.064.58.129l-.258.839c-.129-.065-.194-.065-.322-.065-.13 0-.194 0-.258.065l-.258.258-.902 1.356L54.3 13.97Zm-9.565-4.583h1.675v4.583h1.096V9.388h1.611l.064-.903H44.8l-.064.903Zm-4.511 4.325c-.387-.258-.71-.581-.903-.968a3.29 3.29 0 0 1-.322-1.42c0-.581.129-1.098.322-1.485.194-.387.58-.774.967-1.033.387-.258.967-.322 1.547-.322s1.03.129 1.418.322c.386.194.709.581.902.969.193.387.322.903.322 1.42 0 .58-.129 1.097-.322 1.549-.194.452-.58.774-.967 1.033-.387.258-.902.322-1.482.322-.58-.064-1.096-.193-1.483-.387Zm2.384-.775c.258-.193.451-.387.58-.71a2.68 2.68 0 0 0 .193-1.032c0-.388-.064-.71-.193-.969-.129-.258-.258-.516-.516-.71-.257-.193-.515-.258-.902-.258-.386 0-.644.065-.902.258-.258.194-.451.388-.58.71a2.681 2.681 0 0 0 0 2c.129.324.322.518.516.711.193.194.515.259.902.259.386 0 .644-.065.902-.259Zm44.312 5.292v9.912c0 1.425.712 2.138 2.006 2.202.194 0 .453 0 .712-.064.097-.033.21-.065.323-.098a8.2 8.2 0 0 0 .324-.097l-.194-1.36c-.097 0-.178.016-.26.032-.08.016-.161.033-.258.033-.194.064-.453-.065-.582-.195a1.726 1.726 0 0 1-.195-.777V18.1l-1.876.13Zm4.789 9.912V18.23l1.876-.13v9.718c0 .259.065.518.195.777.129.13.388.26.582.195.097 0 .178-.017.259-.033.08-.016.162-.032.259-.032l.194 1.295c-.097.033-.21.065-.324.098a8.23 8.23 0 0 0-.323.097c-.26.065-.518.065-.712.065-1.36 0-2.006-.713-2.006-2.138Zm5.889-1.944h5.435l.065-.453a5.53 5.53 0 0 0-.388-2.009 3.744 3.744 0 0 0-1.165-1.49 3.631 3.631 0 0 0-2.006-.583c-.712 0-1.424.13-2.006.518a3.958 3.958 0 0 0-1.36 1.555c-.387.778-.517 1.555-.517 2.397 0 .778.13 1.555.453 2.268.259.583.777 1.101 1.36 1.425.71.389 1.487.518 2.264.518 1.1 0 2.2-.259 3.171-.712l-.388-1.296a4.124 4.124 0 0 1-1.165.389c-.389.064-.841.13-1.23.13-1.618 0-2.459-.908-2.523-2.657Zm3.041-2.72c.323.388.518.97.518 1.49h-3.624c.064-.52.259-1.102.647-1.49a1.767 1.767 0 0 1 1.23-.52c.452 0 .905.195 1.229.52Zm3.947.388c0-.454 0-1.166-.064-2.073h1.811c0 .122.015.244.03.374.017.144.035.297.035.468 0 .182.021.344.039.486.014.11.026.207.026.291.194-.324.388-.647.647-.907a1.77 1.77 0 0 1 .777-.583c.323-.13.647-.259.97-.259.259 0 .518 0 .777.065l-.259 1.684c-.194-.064-.388-.064-.647-.064-.388 0-.841.13-1.165.324a6.31 6.31 0 0 0-1.1 1.166v5.377h-1.877v-6.35Zm6.147 9.653a3.511 3.511 0 0 0-.225-.047 1.664 1.664 0 0 1-.486-.147l.323-1.426c.07.035.159.052.257.07.083.014.172.03.261.06.194.065.388.065.582.065.841 0 1.489-.519 1.877-1.62l.129-.324-3.106-8.422h2.071l1.553 4.73c.194.583.388 1.23.518 1.878.129-.583.323-1.23.517-1.814l1.553-4.73h1.942l-3.042 8.488c-.259.712-.517 1.36-.906 1.943-.323.454-.712.843-1.164 1.102a3.776 3.776 0 0 1-1.683.388c-.259-.043-.46-.086-.661-.13l-.31-.064Zm-27.177-3.37c-.065-.388-.13-.777-.13-1.165-.323.388-.712.648-1.165.907a3.505 3.505 0 0 1-1.617.389c-.453 0-.906-.065-1.295-.26a2.42 2.42 0 0 1-.97-.842c-.26-.453-.388-.907-.324-1.36 0-.778.324-1.49.906-1.944.582-.453 1.553-.712 2.912-.712.518 0 1.035.064 1.488.13v-.13c.065-.584-.129-1.102-.453-1.555-.388-.324-.84-.519-1.359-.454a4.17 4.17 0 0 0-1.294.195l-.235.076c-.328.106-.682.22-.994.377l-.324-1.555c.453-.194.906-.324 1.36-.453a8.022 8.022 0 0 1 1.746-.195c.648 0 1.23.065 1.812.324.518.26.906.648 1.165 1.102.324.647.453 1.425.453 2.137v3.304c0 .324 0 .843.065 1.555l-1.747.13Zm-1.165-1.554c.388-.194.712-.389.97-.712v-1.555c-.453-.065-.84-.065-1.294-.065-.582-.065-1.165.065-1.617.388-.324.26-.453.648-.453 1.037 0 .324.064.648.323.907.259.194.582.324.906.324a6.12 6.12 0 0 0 1.165-.324Zm-14.625-.971c.388.842 1.035 1.49 1.876 1.943.841.518 1.877.713 2.977.777.647 0 1.359-.13 2.07-.259.712-.194 1.36-.388 2.007-.712v-4.73h-4.465v1.49h2.588v2.268c-.323.13-.647.194-1.035.26-.324.064-.712.064-1.1.064a3.208 3.208 0 0 1-2.071-.518 3.745 3.745 0 0 1-1.165-1.49 6.227 6.227 0 0 1-.388-2.138c0-.778.194-1.62.517-2.333.26-.647.777-1.166 1.36-1.49.647-.388 1.358-.518 2.07-.518 1.035 0 2.006.26 2.912.713l.518-1.49a6.879 6.879 0 0 0-1.618-.583 9.228 9.228 0 0 0-1.877-.195c-1.035 0-2.07.195-2.976.648-.841.454-1.618 1.166-2.071 2.008-.518 1.037-.841 2.138-.776 3.24-.065 1.036.194 2.137.647 3.044ZM58.448 23.8c0-.648 0-1.296-.065-2.073h1.812c.065.324.13.712.13 1.036.647-.777 1.553-1.23 2.523-1.23 1.165 0 2.265.647 2.718 1.749.324.712.453 1.49.453 2.332 0 .842-.13 1.75-.517 2.527-.324.647-.777 1.23-1.424 1.554-.647.39-1.359.519-2.07.519-.583 0-1.166-.13-1.683-.26v3.434l-1.942.194.065-9.782Zm5.048 4.276c.453-.713.647-1.49.582-2.268.065-.712-.13-1.425-.453-2.008-.324-.389-.776-.648-1.294-.648-.389 0-.712.065-1.036.26a4.883 4.883 0 0 0-.906.712v4.47c.195.13.453.194.648.194.258.065.517.065.776.065.647.065 1.23-.259 1.683-.777Zm-14.132-6.35c.065.778.065 1.426.065 2.074l-.065 9.783 1.942-.195v-3.434c.517.13 1.1.26 1.682.26.712 0 1.424-.13 2.07-.519.648-.324 1.1-.907 1.424-1.554.389-.778.518-1.685.518-2.527 0-.842-.13-1.62-.453-2.332-.453-1.102-1.553-1.75-2.718-1.75-.97 0-1.876.454-2.523 1.231 0-.323-.065-.712-.13-1.036h-1.812Zm5.695 4.082c.064.778-.13 1.555-.583 2.268-.388.518-1.035.842-1.682.777-.259 0-.518 0-.777-.065-.194 0-.453-.064-.647-.194v-4.47c.259-.26.583-.518.906-.713.324-.194.647-.259 1.035-.259.518 0 .971.26 1.295.648.323.583.517 1.296.453 2.008Zm-9.488 1.296h-4.465l-1.1 2.98H38l4.4-11.208h1.877l4.465 11.208h-2.07l-1.1-2.98Zm-3.947-1.49h3.365l-1.23-3.24c-.143-.334-.251-.669-.376-1.056a48.14 48.14 0 0 0-.141-.433c-.065.227-.146.47-.227.712-.08.243-.162.486-.226.713l-1.165 3.304ZM8 14.733C8 9.803 9.803 8 14.734 8h10.532C30.196 8 32 9.803 32 14.733v10.534C32 30.197 30.193 32 25.263 32H14.734C9.804 32 8 30.197 8 25.267V14.733Zm11.434 7.019h-.96l.479-1.105.481 1.105Zm-1.48 1.2.284-.643h1.433l.28.643h.667l-1.374-3.087h-.56l-1.38 3.087h.65ZM29.3 22.95h-.627v-3.085h.627v3.085Zm-1.966-1.325H26.18v.764h1.737v.563h-2.364v-3.085h2.304v.563H26.18v.632h1.155v.563Zm-4.356-1.76.71 2.124.693-2.122h.66l-1.09 3.087h-.53l-.711-2.028-.712 2.028h-.526l-1.091-3.087h.676l.692 2.122.71-2.124h.519Zm-7.342 2.539c.459 0 .712-.269.712-.77v-1.769h.635v1.742c0 .885-.494 1.393-1.356 1.393-.852 0-1.342-.498-1.342-1.367v-1.766h.636v1.745c0 .516.254.792.715.792Zm-2.231-2.539h-.635v1.246h-1.435v-1.246H10.7v3.089h.635v-1.255h1.435v1.255h.635v-3.089ZM16.015 12c0 2.168 1.787 3.932 3.985 3.932s3.986-1.764 3.986-3.932h-.563c0 1.862-1.536 3.377-3.423 3.377S16.578 13.862 16.578 12h-.563Z" clip-rule="evenodd" /></symbol>', 126, 40, false, undefined);
3
+ export default Icon40AppGalleryButtonRu;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon40GalaxyStoreButtonEn = makeIcon("Icon40GalaxyStoreButtonEn", "galaxy_store_button_en_40", "0 0 136 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 136 40" id="galaxy_store_button_en_40"><path fill-rule="evenodd" d="M8.255 15.076C8 16.138 8 17.426 8 20c0 2.575 0 3.862.255 4.924a9.231 9.231 0 0 0 6.82 6.821C16.139 32 17.426 32 20 32c2.575 0 3.862 0 4.924-.255a9.231 9.231 0 0 0 6.821-6.82C32 23.861 32 22.574 32 20c0-2.575 0-3.862-.255-4.924a9.231 9.231 0 0 0-6.82-6.82C23.861 8 22.574 8 20 8c-2.575 0-3.862 0-4.924.255a9.23 9.23 0 0 0-6.82 6.82Zm15.196 1.54.05.217h2.833l-.764 7.12a2.846 2.846 0 0 1-2.83 2.547h-5.48a2.846 2.846 0 0 1-2.83-2.547l-.764-7.12H16.5l.05-.217a3.454 3.454 0 0 1 3.45-3.45 3.454 3.454 0 0 1 3.451 3.45Zm-5.395 0-.056.217h4l-.055-.217A1.946 1.946 0 0 0 20 14.672a1.946 1.946 0 0 0-1.944 1.944Zm36.511-7.442a.504.504 0 0 0 .371.151c.14 0 .258-.05.354-.151a.504.504 0 0 0 .151-.371.5.5 0 0 0-.151-.37.467.467 0 0 0-.354-.152.5.5 0 0 0-.37.151.504.504 0 0 0-.152.371c0 .146.05.27.152.37Zm.742 5.516v-4.615h-.767v4.615h.767Zm-15.828 0 .472-1.305h2.56l.472 1.305h.809L41.68 8.853h-.885l-2.122 5.837h.808Zm1.752-4.893 1.062 2.965h-2.123l1.061-2.965Zm6.13.278-1.431 3.908-1.44-3.908h-.826l1.81 4.615h.894l1.81-4.615h-.816Zm1.37 2.29c0-.471.095-.884.286-1.237.19-.36.452-.638.783-.834.337-.197.71-.295 1.12-.295.405 0 .756.087 1.053.261.298.174.52.393.666.657v-.842h.774v4.615h-.774v-.859c-.152.27-.38.494-.683.674a2.03 2.03 0 0 1-1.044.261c-.41 0-.78-.101-1.112-.303a2.126 2.126 0 0 1-.783-.85 2.65 2.65 0 0 1-.286-1.247Zm3.908.01c0-.349-.07-.652-.211-.91a1.45 1.45 0 0 0-.573-.59 1.503 1.503 0 0 0-.783-.21 1.55 1.55 0 0 0-.783.202 1.466 1.466 0 0 0-.565.59c-.14.257-.21.56-.21.909 0 .353.07.662.21.926.14.258.329.458.565.598.236.135.497.202.783.202.286 0 .547-.067.783-.202.242-.14.433-.34.573-.598.14-.264.21-.57.21-.918Zm4.572-3.917v6.232h-.767V8.458h.767Zm1.306 2.67c-.19.353-.286.766-.286 1.238 0 .466.095.881.286 1.246.191.365.452.649.784.85.33.203.701.304 1.111.304a2.03 2.03 0 0 0 1.045-.261c.303-.18.53-.404.682-.674v.86h.775v-4.616h-.775v.842a1.74 1.74 0 0 0-.666-.657c-.297-.174-.648-.261-1.052-.261-.41 0-.784.098-1.12.295a2.081 2.081 0 0 0-.784.834Zm3.411.336c.14.259.21.562.21.91s-.07.654-.21.918c-.14.258-.33.458-.572.598a1.551 1.551 0 0 1-.784.202c-.286 0-.547-.067-.783-.202a1.527 1.527 0 0 1-.564-.598 1.946 1.946 0 0 1-.21-.926c0-.348.07-.652.21-.91.14-.258.328-.455.564-.59a1.55 1.55 0 0 1 .783-.202c.287 0 .548.07.784.21.241.136.432.332.572.59Zm3.132-.53c.157-.275.387-.5.69-.674a2.043 2.043 0 0 1 1.036-.26 2.08 2.08 0 0 1 1.903 1.129c.192.353.287.766.287 1.238 0 .466-.095.881-.286 1.246a2.107 2.107 0 0 1-1.904 1.154c-.398 0-.75-.087-1.052-.261a1.783 1.783 0 0 1-.674-.665v.85h-.767V8.458h.767v2.476Zm3.133 1.432c0-.348-.07-.652-.21-.91a1.449 1.449 0 0 0-.573-.59 1.55 1.55 0 0 0-.784-.202 1.531 1.531 0 0 0-1.356.809c-.14.258-.21.559-.21.901 0 .348.07.654.21.918.146.258.337.458.573.598.241.135.502.202.783.202.287 0 .548-.067.784-.202.241-.14.432-.34.572-.598.14-.264.21-.573.21-.926Zm2.559 2.324V8.458h-.767v6.232h.767Zm5.601-2.484c0 .146-.008.3-.025.463h-3.69c.029.455.183.811.464 1.07.287.252.632.379 1.036.379.331 0 .607-.076.826-.228a1.24 1.24 0 0 0 .471-.623h.826a2 2 0 0 1-.742 1.086c-.37.276-.83.413-1.38.413-.439 0-.832-.098-1.18-.295a2.102 2.102 0 0 1-.809-.834c-.196-.364-.294-.786-.294-1.263 0-.477.095-.896.286-1.255.19-.36.458-.634.8-.825a2.39 2.39 0 0 1 1.196-.295c.438 0 .826.095 1.162.286.337.191.596.455.775.792.186.331.278.707.278 1.129Zm-.791-.16c0-.292-.065-.542-.194-.75a1.22 1.22 0 0 0-.53-.48 1.582 1.582 0 0 0-.734-.168c-.387 0-.718.123-.993.37-.27.247-.424.59-.464 1.028h2.915Zm5.05 2.425a2.39 2.39 0 0 0 1.18.295 2.45 2.45 0 0 0 1.196-.295 2.15 2.15 0 0 0 .85-.834c.214-.364.32-.786.32-1.263 0-.477-.103-.896-.311-1.255a2.07 2.07 0 0 0-.834-.825 2.404 2.404 0 0 0-1.187-.295 2.4 2.4 0 0 0-1.188.295 2.11 2.11 0 0 0-.842.834 2.5 2.5 0 0 0-.303 1.246c0 .477.098.899.294 1.263.202.36.478.638.826.834Zm1.955-.572c-.242.129-.5.193-.775.193s-.528-.062-.758-.185a1.426 1.426 0 0 1-.556-.581c-.135-.258-.202-.576-.202-.952 0-.37.07-.685.21-.943.14-.258.326-.45.556-.573.236-.13.494-.194.775-.194.275 0 .53.065.767.194.235.124.426.314.572.573.146.258.22.573.22.943s-.076.685-.228.943c-.146.259-.34.452-.581.582Zm5.017-3.908c.561 0 1.016.17 1.364.513.348.337.522.826.522 1.466v2.72h-.758v-2.61c0-.461-.115-.812-.345-1.053-.23-.248-.545-.371-.943-.371-.405 0-.728.126-.969.379-.236.253-.354.62-.354 1.103v2.552h-.766v-4.615h.766v.657c.152-.236.357-.419.615-.548.264-.129.553-.193.868-.193ZM98.66 21.376h1.36v-1.21l1.849-1.265v2.475h1.618v1.645h-1.618v2.977c0 1.387.19 1.605 1.618 1.605v1.726h-.259c-2.46 0-3.208-.788-3.208-3.317v-2.991h-1.36v-1.645Zm-39.62-2.11h1.848v10.062H59.04V19.266Zm-20.372 5.1c0-2.827 2.134-5.098 5.07-5.098 2.054 0 3.672 1.047 4.515 2.543l-1.632.979c-.611-1.129-1.563-1.727-2.868-1.727-1.85 0-3.25 1.495-3.25 3.304 0 1.835 1.387 3.303 3.317 3.303 1.482 0 2.516-.843 2.87-2.148h-3.168v-1.767h5.152v.734c0 2.678-1.89 4.976-4.854 4.976-3.1 0-5.152-2.352-5.152-5.098Zm14.794-3.153c-2.013 0-3.943 1.509-3.943 4.146 0 2.597 1.998 4.134 3.915 4.134 1.047 0 1.999-.463 2.584-1.197v1.034h1.835v-7.954h-1.835v.952c-.572-.68-1.51-1.115-2.556-1.115Zm.271 1.672c1.36 0 2.38 1.101 2.38 2.447 0 1.373-1.02 2.474-2.38 2.474-1.359 0-2.406-1.087-2.406-2.474 0-1.373 1.047-2.447 2.406-2.447Zm8.091 2.474c0-2.637 1.93-4.146 3.943-4.146 1.047 0 1.985.435 2.556 1.115v-.952h1.835v7.953h-1.835v-1.033c-.584.734-1.536 1.197-2.583 1.197-1.917 0-3.916-1.537-3.916-4.133Zm6.594-.027c0-1.346-1.02-2.447-2.379-2.447-1.36 0-2.406 1.074-2.406 2.447 0 1.387 1.047 2.474 2.406 2.474 1.36 0 2.38-1.1 2.38-2.474Zm2.436-3.956 2.882 3.902-2.991 4.052h2.243l1.89-2.652 1.944 2.651h2.243l-3.046-4.024 2.856-3.929H76.7l-1.795 2.529-1.808-2.529h-2.243Zm11.652 7.559-3.263-7.56h1.958l2.216 5.358 2.093-5.357h1.931L82.697 33h-1.862l1.672-4.065Zm10.388-2.583-1.685 1.332c.897 1.02 2.08 1.781 3.875 1.782 2.175 0 3.426-1.524 3.426-3.087 0-1.903-1.523-2.502-2.869-2.936l-.19-.063-.006-.002c-.991-.323-1.83-.596-1.83-1.336 0-.639.49-1.128 1.387-1.128.788 0 1.373.326 1.795.951l1.522-1.155c-.802-.83-1.726-1.441-3.331-1.441-1.903 0-3.29 1.25-3.29 2.841 0 1.89 1.482 2.407 2.814 2.828l.173.053c.995.303 1.894.578 1.894 1.375 0 .693-.53 1.332-1.51 1.332-.896 0-1.671-.49-2.174-1.346Zm15.202-5.14c-2.297 0-4.119 1.836-4.119 4.148a4.103 4.103 0 0 0 4.119 4.133 4.11 4.11 0 0 0 4.119-4.133c0-2.312-1.835-4.147-4.119-4.147Zm0 1.727c1.291 0 2.311 1.088 2.311 2.42 0 1.32-1.02 2.407-2.311 2.407-1.319 0-2.311-1.088-2.311-2.406 0-1.333.992-2.42 2.311-2.42Zm6.881-1.563v1.183c.367-.789 1.033-1.183 2.039-1.183.571 0 1.046.136 1.4.34l-.693 1.74c-.272-.177-.585-.313-1.102-.313-1.06 0-1.631.571-1.631 1.944v4.242h-1.835v-7.953h1.822Zm7.777-.163c-2.325 0-4.133 1.835-4.133 4.16 0 2.297 1.7 4.12 4.201 4.12 1.768 0 3.019-.87 3.712-2.149l-1.509-.87c-.381.843-1.183 1.4-2.203 1.4-1.305 0-2.202-.76-2.447-1.876h6.471v-.693c0-2.352-1.726-4.092-4.092-4.092Zm2.23 3.25h-4.514a2.357 2.357 0 0 1 2.284-1.632c1.142 0 1.958.57 2.23 1.631Z" clip-rule="evenodd" /></symbol>', 136, 40, false, undefined);
3
+ export default Icon40GalaxyStoreButtonEn;