@vkontakte/icons 2.65.0 → 2.67.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 (37) hide show
  1. package/dist/20/clock_20.js +13 -0
  2. package/dist/24/circle_dashed_outline_24.js +13 -0
  3. package/dist/24/clock_24.js +13 -0
  4. package/dist/24/list_pin_outline_24.js +13 -0
  5. package/dist/24/mail_circle_fill_green_24.js +13 -0
  6. package/dist/24/video_help_square_outline_24.js +13 -0
  7. package/dist/36/sound_wave_outline_36.js +13 -0
  8. package/dist/36/spinner_36.js +13 -0
  9. package/dist/es6/20/clock_20.js +3 -0
  10. package/dist/es6/24/circle_dashed_outline_24.js +3 -0
  11. package/dist/es6/24/clock_24.js +3 -0
  12. package/dist/es6/24/list_pin_outline_24.js +3 -0
  13. package/dist/es6/24/mail_circle_fill_green_24.js +3 -0
  14. package/dist/es6/24/video_help_square_outline_24.js +3 -0
  15. package/dist/es6/36/sound_wave_outline_36.js +3 -0
  16. package/dist/es6/36/spinner_36.js +3 -0
  17. package/dist/es6/index.js +8 -0
  18. package/dist/icons-map.json +1 -1
  19. package/dist/index.js +32 -0
  20. package/dist/typings/20/clock_20.d.ts +11 -0
  21. package/dist/typings/24/circle_dashed_outline_24.d.ts +11 -0
  22. package/dist/typings/24/clock_24.d.ts +11 -0
  23. package/dist/typings/24/list_pin_outline_24.d.ts +11 -0
  24. package/dist/typings/24/mail_circle_fill_green_24.d.ts +11 -0
  25. package/dist/typings/24/video_help_square_outline_24.d.ts +11 -0
  26. package/dist/typings/36/sound_wave_outline_36.d.ts +11 -0
  27. package/dist/typings/36/spinner_36.d.ts +11 -0
  28. package/dist/typings/index.d.ts +8 -0
  29. package/package.json +2 -2
  30. package/src/svg/20/clock_20.svg +1 -0
  31. package/src/svg/24/circle_dashed_outline_24.svg +1 -0
  32. package/src/svg/24/clock_24.svg +1 -0
  33. package/src/svg/24/list_pin_outline_24.svg +1 -0
  34. package/src/svg/24/mail_circle_fill_green_24.svg +11 -0
  35. package/src/svg/24/video_help_square_outline_24.svg +1 -0
  36. package/src/svg/36/sound_wave_outline_36.svg +1 -0
  37. package/src/svg/36/spinner_36.svg +1 -0
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20Clock", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20Clock;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20Clock = (0, _iconssprite.makeIcon)("Icon20Clock", "clock_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="clock_20"><path fill-rule="evenodd" d="M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Zm.3-14a.9.9 0 1 0-1.8 0v4.773a.9.9 0 0 0 .42.762l3.7 2.327a.9.9 0 1 0 .96-1.524l-3.28-2.062V6Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24CircleDashedOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24CircleDashedOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24CircleDashedOutline = (0, _iconssprite.makeIcon)("Icon24CircleDashedOutline", "circle_dashed_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="circle_dashed_outline_24"><path d="M11.904 1.8a.9.9 0 1 0 0 1.8c2.137 0 4.29.814 5.847 2.278a8.4 8.4 0 0 1-4.704 14.456.9.9 0 1 0 .225 1.786 10.2 10.2 0 0 0 5.712-17.554C17.092 2.789 14.499 1.8 11.904 1.8ZM3.6 11.91a.9.9 0 0 0-1.8-.02c-.003.336.01.67.04 1.003a.9.9 0 0 0 1.792-.157 8.4 8.4 0 0 1-.031-.826Zm.954 3.978a.9.9 0 1 0-1.595.834 10.215 10.215 0 0 0 1.097 1.676.9.9 0 0 0 1.402-1.129 8.407 8.407 0 0 1-.904-1.38Zm3.426 3.487a.9.9 0 0 0-.862 1.58 10.189 10.189 0 0 0 1.845.782.9.9 0 0 0 .536-1.718 8.41 8.41 0 0 1-1.52-.644Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24Clock", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24Clock;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24Clock = (0, _iconssprite.makeIcon)("Icon24Clock", "clock_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="clock_24"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm.3-14a.9.9 0 0 0-1.8 0v4.773a.9.9 0 0 0 .42.762l3.7 2.327a.9.9 0 0 0 .96-1.524l-3.28-2.062V8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24ListPinOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24ListPinOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24ListPinOutline = (0, _iconssprite.makeIcon)("Icon24ListPinOutline", "list_pin_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="list_pin_outline_24"><path fill-rule="evenodd" d="M13.139 4.42A.9.9 0 0 1 13.9 4h6.2a.9.9 0 0 1 .813 1.287L20 7.203v2.971l2.291 2.75A.9.9 0 0 1 21.6 14.4h-3.7v4.7a.9.9 0 1 1-1.8 0v-4.7h-3.7a.9.9 0 0 1-.691-1.476L14 10.174v-2.97l-.913-1.917a.9.9 0 0 1 .052-.867Zm3.868 8.18h-2.685l1.27-1.524a.9.9 0 0 0 .208-.576V7a.9.9 0 0 0-.087-.387l-.388-.813h3.35l-.388.813A.9.9 0 0 0 18.2 7v3.5a.9.9 0 0 0 .209.576l1.27 1.524h-2.672ZM3.002 6a.9.9 0 0 1 .9-.9H10.6a.9.9 0 1 1 0 1.8H3.902a.9.9 0 0 1-.9-.9Zm0 5a.9.9 0 0 1 .9-.9H9.1a.9.9 0 1 1 0 1.8H3.902a.9.9 0 0 1-.9-.9Zm.9 4.108a.9.9 0 0 0 0 1.8H9.1a.9.9 0 1 0 0-1.8H3.902Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24MailCircleFillGreen", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24MailCircleFillGreen;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24MailCircleFillGreen = (0, _iconssprite.makeIcon)("Icon24MailCircleFillGreen", "mail_circle_fill_green_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="mail_circle_fill_green_24"><rect width="24" height="24" fill="url(#mail_circle_fill_green_24_a)" rx="12" /><path fill="#fff" d="m6.035 8.653 5.96 2.708 5.97-2.709a1.788 1.788 0 0 0-.168-.636 1.86 1.86 0 0 0-.813-.813C16.586 7 16.066 7 15.024 7H8.976c-1.042 0-1.563 0-1.96.203a1.86 1.86 0 0 0-.813.813c-.09.176-.14.377-.168.637Z" /><path fill="#fff" d="m18 10.284-6.005 2.724L6 10.284v3.74c0 1.042 0 1.563.203 1.96.178.35.463.635.813.813.397.203.918.203 1.96.203h6.048c1.042 0 1.563 0 1.96-.203a1.86 1.86 0 0 0 .813-.813c.203-.398.203-.918.203-1.96v-3.74Z" /><defs><linearGradient id="mail_circle_fill_green_24_a" x1="0" x2="24" y1="0" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#50C750" /><stop offset="1" stop-color="#32B332" /></linearGradient></defs></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24VideoHelpSquareOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24VideoHelpSquareOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24VideoHelpSquareOutline = (0, _iconssprite.makeIcon)("Icon24VideoHelpSquareOutline", "video_help_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="video_help_square_outline_24"><path fill-rule="evenodd" d="M24 5a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-5.205 1.368c.338 0 .524-.183.596-.498.062-.394.205-.596.839-.958.672-.39 1.02-.874 1.02-1.583 0-1.095-.91-1.828-2.264-1.828-1.025 0-1.788.4-2.093 1.02a1.15 1.15 0 0 0-.143.559c0 .357.234.587.61.587.291 0 .506-.131.625-.432.152-.418.467-.644.934-.644.524 0 .887.32.887.78 0 .432-.186.667-.801 1.029-.563.324-.854.69-.854 1.245v.066c0 .385.239.657.644.657Zm.01 2.13c.433 0 .781-.324.781-.737s-.348-.737-.781-.737c-.43 0-.777.324-.777.737s.348.738.777.738ZM9.462 3H11a.9.9 0 1 1 0 1.8H9.5c-.995 0-1.687 0-2.225.045-.528.043-.829.123-1.055.238A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.055C4.8 7.813 4.8 8.505 4.8 9.5v5c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h5c.995 0 1.687 0 2.225-.045.528-.043.829-.123 1.055-.238a2.6 2.6 0 0 0 1.136-1.137c.116-.226.196-.527.239-1.055.044-.538.045-1.23.045-2.225V13a.9.9 0 0 1 1.8 0v1.538c0 .948 0 1.714-.051 2.334-.052.64-.163 1.203-.429 1.726a4.4 4.4 0 0 1-1.923 1.922c-.522.267-1.086.377-1.725.43-.62.05-1.386.05-2.334.05H9.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C3 16.252 3 15.486 3 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 5.402 3.48c.523-.267 1.087-.377 1.726-.43C7.748 3 8.514 3 9.462 3Zm1.058 6.823a.076.076 0 0 0-.012.032 10.917 10.917 0 0 0 .008 4.29c.004.02.01.029.012.033a.057.057 0 0 0 .039.022c.003 0 .012 0 .03-.005a10.79 10.79 0 0 0 3.576-2.139.078.078 0 0 0 .022-.027.07.07 0 0 0 .005-.027.071.071 0 0 0-.005-.028.079.079 0 0 0-.022-.027 10.79 10.79 0 0 0-3.585-2.142.066.066 0 0 0-.03-.005.057.057 0 0 0-.038.022Zm.673-1.713a1.856 1.856 0 0 0-2.451 1.395 12.719 12.719 0 0 0 .01 4.997 1.856 1.856 0 0 0 2.451 1.387 12.59 12.59 0 0 0 4.174-2.494 1.87 1.87 0 0 0 0-2.787 12.59 12.59 0 0 0-4.184-2.498Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon36SoundWaveOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon36SoundWaveOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon36SoundWaveOutline = (0, _iconssprite.makeIcon)("Icon36SoundWaveOutline", "sound_wave_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="sound_wave_outline_36"><path fill-rule="evenodd" d="M24.25 5.25a1.25 1.25 0 1 0-2.5 0v25.5a1.25 1.25 0 0 0 2.5 0V5.25Zm-7.5 6a1.25 1.25 0 1 0-2.5 0v13.5a1.25 1.25 0 1 0 2.5 0v-13.5ZM30.748 10c.69 0 1.25.56 1.25 1.25v13.5a1.25 1.25 0 0 1-2.5 0v-13.5c0-.69.56-1.25 1.25-1.25Zm-21.75 4.25a1.25 1.25 0 0 0-2.5 0v7.498a1.25 1.25 0 1 0 2.5 0v-7.499Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M24.25 5.25a1.25 1.25 0 1 0-2.5 0v25.5a1.25 1.25 0 0 0 2.5 0V5.25Zm-7.5 6a1.25 1.25 0 1 0-2.5 0v13.5a1.25 1.25 0 1 0 2.5 0v-13.5ZM30.748 10c.69 0 1.25.56 1.25 1.25v13.5a1.25 1.25 0 0 1-2.5 0v-13.5c0-.69.56-1.25 1.25-1.25Zm-21.75 4.25a1.25 1.25 0 0 0-2.5 0v7.498a1.25 1.25 0 1 0 2.5 0v-7.499Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon36Spinner", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon36Spinner;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon36Spinner = (0, _iconssprite.makeIcon)("Icon36Spinner", "spinner_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="spinner_36"><path fill-rule="evenodd" d="M24.742 7.474A12.5 12.5 0 0 0 6.645 23.227a1.25 1.25 0 0 1-2.27 1.045A15 15 0 1 1 18 33a1.25 1.25 0 1 1 0-2.5 12.5 12.5 0 0 0 6.742-23.026Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20Clock = makeIcon("Icon20Clock", "clock_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="clock_20"><path fill-rule="evenodd" d="M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Zm.3-14a.9.9 0 1 0-1.8 0v4.773a.9.9 0 0 0 .42.762l3.7 2.327a.9.9 0 1 0 .96-1.524l-3.28-2.062V6Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24CircleDashedOutline = makeIcon("Icon24CircleDashedOutline", "circle_dashed_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="circle_dashed_outline_24"><path d="M11.904 1.8a.9.9 0 1 0 0 1.8c2.137 0 4.29.814 5.847 2.278a8.4 8.4 0 0 1-4.704 14.456.9.9 0 1 0 .225 1.786 10.2 10.2 0 0 0 5.712-17.554C17.092 2.789 14.499 1.8 11.904 1.8ZM3.6 11.91a.9.9 0 0 0-1.8-.02c-.003.336.01.67.04 1.003a.9.9 0 0 0 1.792-.157 8.4 8.4 0 0 1-.031-.826Zm.954 3.978a.9.9 0 1 0-1.595.834 10.215 10.215 0 0 0 1.097 1.676.9.9 0 0 0 1.402-1.129 8.407 8.407 0 0 1-.904-1.38Zm3.426 3.487a.9.9 0 0 0-.862 1.58 10.189 10.189 0 0 0 1.845.782.9.9 0 0 0 .536-1.718 8.41 8.41 0 0 1-1.52-.644Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24Clock = makeIcon("Icon24Clock", "clock_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="clock_24"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm.3-14a.9.9 0 0 0-1.8 0v4.773a.9.9 0 0 0 .42.762l3.7 2.327a.9.9 0 0 0 .96-1.524l-3.28-2.062V8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24ListPinOutline = makeIcon("Icon24ListPinOutline", "list_pin_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="list_pin_outline_24"><path fill-rule="evenodd" d="M13.139 4.42A.9.9 0 0 1 13.9 4h6.2a.9.9 0 0 1 .813 1.287L20 7.203v2.971l2.291 2.75A.9.9 0 0 1 21.6 14.4h-3.7v4.7a.9.9 0 1 1-1.8 0v-4.7h-3.7a.9.9 0 0 1-.691-1.476L14 10.174v-2.97l-.913-1.917a.9.9 0 0 1 .052-.867Zm3.868 8.18h-2.685l1.27-1.524a.9.9 0 0 0 .208-.576V7a.9.9 0 0 0-.087-.387l-.388-.813h3.35l-.388.813A.9.9 0 0 0 18.2 7v3.5a.9.9 0 0 0 .209.576l1.27 1.524h-2.672ZM3.002 6a.9.9 0 0 1 .9-.9H10.6a.9.9 0 1 1 0 1.8H3.902a.9.9 0 0 1-.9-.9Zm0 5a.9.9 0 0 1 .9-.9H9.1a.9.9 0 1 1 0 1.8H3.902a.9.9 0 0 1-.9-.9Zm.9 4.108a.9.9 0 0 0 0 1.8H9.1a.9.9 0 1 0 0-1.8H3.902Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24MailCircleFillGreen = makeIcon("Icon24MailCircleFillGreen", "mail_circle_fill_green_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="mail_circle_fill_green_24"><rect width="24" height="24" fill="url(#mail_circle_fill_green_24_a)" rx="12" /><path fill="#fff" d="m6.035 8.653 5.96 2.708 5.97-2.709a1.788 1.788 0 0 0-.168-.636 1.86 1.86 0 0 0-.813-.813C16.586 7 16.066 7 15.024 7H8.976c-1.042 0-1.563 0-1.96.203a1.86 1.86 0 0 0-.813.813c-.09.176-.14.377-.168.637Z" /><path fill="#fff" d="m18 10.284-6.005 2.724L6 10.284v3.74c0 1.042 0 1.563.203 1.96.178.35.463.635.813.813.397.203.918.203 1.96.203h6.048c1.042 0 1.563 0 1.96-.203a1.86 1.86 0 0 0 .813-.813c.203-.398.203-.918.203-1.96v-3.74Z" /><defs><linearGradient id="mail_circle_fill_green_24_a" x1="0" x2="24" y1="0" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#50C750" /><stop offset="1" stop-color="#32B332" /></linearGradient></defs></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24VideoHelpSquareOutline = makeIcon("Icon24VideoHelpSquareOutline", "video_help_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="video_help_square_outline_24"><path fill-rule="evenodd" d="M24 5a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-5.205 1.368c.338 0 .524-.183.596-.498.062-.394.205-.596.839-.958.672-.39 1.02-.874 1.02-1.583 0-1.095-.91-1.828-2.264-1.828-1.025 0-1.788.4-2.093 1.02a1.15 1.15 0 0 0-.143.559c0 .357.234.587.61.587.291 0 .506-.131.625-.432.152-.418.467-.644.934-.644.524 0 .887.32.887.78 0 .432-.186.667-.801 1.029-.563.324-.854.69-.854 1.245v.066c0 .385.239.657.644.657Zm.01 2.13c.433 0 .781-.324.781-.737s-.348-.737-.781-.737c-.43 0-.777.324-.777.737s.348.738.777.738ZM9.462 3H11a.9.9 0 1 1 0 1.8H9.5c-.995 0-1.687 0-2.225.045-.528.043-.829.123-1.055.238A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.055C4.8 7.813 4.8 8.505 4.8 9.5v5c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h5c.995 0 1.687 0 2.225-.045.528-.043.829-.123 1.055-.238a2.6 2.6 0 0 0 1.136-1.137c.116-.226.196-.527.239-1.055.044-.538.045-1.23.045-2.225V13a.9.9 0 0 1 1.8 0v1.538c0 .948 0 1.714-.051 2.334-.052.64-.163 1.203-.429 1.726a4.4 4.4 0 0 1-1.923 1.922c-.522.267-1.086.377-1.725.43-.62.05-1.386.05-2.334.05H9.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C3 16.252 3 15.486 3 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 5.402 3.48c.523-.267 1.087-.377 1.726-.43C7.748 3 8.514 3 9.462 3Zm1.058 6.823a.076.076 0 0 0-.012.032 10.917 10.917 0 0 0 .008 4.29c.004.02.01.029.012.033a.057.057 0 0 0 .039.022c.003 0 .012 0 .03-.005a10.79 10.79 0 0 0 3.576-2.139.078.078 0 0 0 .022-.027.07.07 0 0 0 .005-.027.071.071 0 0 0-.005-.028.079.079 0 0 0-.022-.027 10.79 10.79 0 0 0-3.585-2.142.066.066 0 0 0-.03-.005.057.057 0 0 0-.038.022Zm.673-1.713a1.856 1.856 0 0 0-2.451 1.395 12.719 12.719 0 0 0 .01 4.997 1.856 1.856 0 0 0 2.451 1.387 12.59 12.59 0 0 0 4.174-2.494 1.87 1.87 0 0 0 0-2.787 12.59 12.59 0 0 0-4.184-2.498Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon36SoundWaveOutline = makeIcon("Icon36SoundWaveOutline", "sound_wave_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="sound_wave_outline_36"><path fill-rule="evenodd" d="M24.25 5.25a1.25 1.25 0 1 0-2.5 0v25.5a1.25 1.25 0 0 0 2.5 0V5.25Zm-7.5 6a1.25 1.25 0 1 0-2.5 0v13.5a1.25 1.25 0 1 0 2.5 0v-13.5ZM30.748 10c.69 0 1.25.56 1.25 1.25v13.5a1.25 1.25 0 0 1-2.5 0v-13.5c0-.69.56-1.25 1.25-1.25Zm-21.75 4.25a1.25 1.25 0 0 0-2.5 0v7.498a1.25 1.25 0 1 0 2.5 0v-7.499Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M24.25 5.25a1.25 1.25 0 1 0-2.5 0v25.5a1.25 1.25 0 0 0 2.5 0V5.25Zm-7.5 6a1.25 1.25 0 1 0-2.5 0v13.5a1.25 1.25 0 1 0 2.5 0v-13.5ZM30.748 10c.69 0 1.25.56 1.25 1.25v13.5a1.25 1.25 0 0 1-2.5 0v-13.5c0-.69.56-1.25 1.25-1.25Zm-21.75 4.25a1.25 1.25 0 0 0-2.5 0v7.498a1.25 1.25 0 1 0 2.5 0v-7.499Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon36Spinner = makeIcon("Icon36Spinner", "spinner_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="spinner_36"><path fill-rule="evenodd" d="M24.742 7.474A12.5 12.5 0 0 0 6.645 23.227a1.25 1.25 0 0 1-2.27 1.045A15 15 0 1 1 18 33a1.25 1.25 0 1 1 0-2.5 12.5 12.5 0 0 0 6.742-23.026Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
package/dist/es6/index.js CHANGED
@@ -540,6 +540,7 @@ export { Icon20CircleSmallFilled } from "./20/circle_small_filled_20";
540
540
  export { Icon20CircleSmallOutline } from "./20/circle_small_outline_20";
541
541
  export { Icon20Clear } from "./20/clear_20";
542
542
  export { Icon20ClipCircleFillViolet } from "./20/clip_circle_fill_violet_20";
543
+ export { Icon20Clock } from "./20/clock_20";
543
544
  export { Icon20ClockOutline } from "./20/clock_outline_20";
544
545
  export { Icon20CloudArrowUpOutline } from "./20/cloud_arrow_up_outline_20";
545
546
  export { Icon20CloudOutline } from "./20/cloud_outline_20";
@@ -1090,8 +1091,10 @@ export { Icon24ChevronRightSmallOutline } from "./24/chevron_right_small_outline
1090
1091
  export { Icon24ChevronRightSquareOutline } from "./24/chevron_right_square_outline_24";
1091
1092
  export { Icon24ChevronUp } from "./24/chevron_up_24";
1092
1093
  export { Icon24ChevronUpSmall } from "./24/chevron_up_small_24";
1094
+ export { Icon24CircleDashedOutline } from "./24/circle_dashed_outline_24";
1093
1095
  export { Icon24CircleSmall } from "./24/circle_small_24";
1094
1096
  export { Icon24ClipOutline } from "./24/clip_outline_24";
1097
+ export { Icon24Clock } from "./24/clock_24";
1095
1098
  export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24";
1096
1099
  export { Icon24ClockOutline } from "./24/clock_outline_24";
1097
1100
  export { Icon24CloudArrowUpOutline } from "./24/cloud_arrow_up_outline_24";
@@ -1260,6 +1263,7 @@ export { Icon24ListLetterOutline } from "./24/list_letter_outline_24";
1260
1263
  export { Icon24ListLikeOutline } from "./24/list_like_outline_24";
1261
1264
  export { Icon24ListLikeSlashOutline } from "./24/list_like_slash_outline_24";
1262
1265
  export { Icon24ListNumberOutline } from "./24/list_number_outline_24";
1266
+ export { Icon24ListPinOutline } from "./24/list_pin_outline_24";
1263
1267
  export { Icon24Live } from "./24/live_24";
1264
1268
  export { Icon24LiveAddOutline } from "./24/live_add_outline_24";
1265
1269
  export { Icon24LiveClockBadgeOutline } from "./24/live_clock_badge_outline_24";
@@ -1288,6 +1292,7 @@ export { Icon24LogoVkVideo } from "./24/logo_vk_video_24";
1288
1292
  export { Icon24LogoVkVideoOutline } from "./24/logo_vk_video_outline_24";
1289
1293
  export { Icon24LotusOutline } from "./24/lotus_outline_24";
1290
1294
  export { Icon24MagicWandOutline } from "./24/magic_wand_outline_24";
1295
+ export { Icon24MailCircleFillGreen } from "./24/mail_circle_fill_green_24";
1291
1296
  export { Icon24MailOutline } from "./24/mail_outline_24";
1292
1297
  export { Icon24MailStackOutline } from "./24/mail_stack_outline_24";
1293
1298
  export { Icon24MappinViewfinderOutline } from "./24/mappin_viewfinder_outline_24";
@@ -1579,6 +1584,7 @@ export { Icon24VideocamSlash } from "./24/videocam_slash_24";
1579
1584
  export { Icon24VideoCircleOutline } from "./24/video_circle_outline_24";
1580
1585
  export { Icon24VideoFill } from "./24/video_fill_24";
1581
1586
  export { Icon24VideoFillNone } from "./24/video_fill_none_24";
1587
+ export { Icon24VideoHelpSquareOutline } from "./24/video_help_square_outline_24";
1582
1588
  export { Icon24VideoOutline } from "./24/video_outline_24";
1583
1589
  export { Icon24VideoSquareOutline } from "./24/video_square_outline_24";
1584
1590
  export { Icon24View } from "./24/view_24";
@@ -2476,6 +2482,8 @@ export { Icon36SkipNext } from "./36/skip_next_36";
2476
2482
  export { Icon36SkipPrevious } from "./36/skip_previous_36";
2477
2483
  export { Icon36SmileOutline } from "./36/smile_outline_36";
2478
2484
  export { Icon36SongOutline } from "./36/song_outline_36";
2485
+ export { Icon36SoundWaveOutline } from "./36/sound_wave_outline_36";
2486
+ export { Icon36Spinner } from "./36/spinner_36";
2479
2487
  export { Icon36Story } from "./36/story_36";
2480
2488
  export { Icon36StoryOutline } from "./36/story_outline_36";
2481
2489
  export { Icon36TearOffFlyerOutline } from "./36/tear_off_flyer_outline_36";