@vkontakte/icons 2.142.0 → 2.144.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 (77) hide show
  1. package/dist/20/chevron_left_20.js +13 -0
  2. package/dist/20/error_circle_fill_red_20.js +13 -0
  3. package/dist/20/text_accent_mark_outline_20.js +13 -0
  4. package/dist/24/delete_saved_outline_24.js +13 -0
  5. package/dist/24/pause_outline_24.js +13 -0
  6. package/dist/24/play_outline_24.js +13 -0
  7. package/dist/28/arrow_up_rectangle_slash_outline_28.js +13 -0
  8. package/dist/28/delete_saved_outline_28.js +13 -0
  9. package/dist/28/logo_vk_video_slash_outline_28.js +13 -0
  10. package/dist/28/pause_outline_28.js +13 -0
  11. package/dist/28/play_outline_28.js +13 -0
  12. package/dist/28/stars_slash_outline_28.js +13 -0
  13. package/dist/28/user_pen_outline_28.js +13 -0
  14. package/dist/28/user_slash_outline_28.js +13 -0
  15. package/dist/36/users_3_36.js +13 -0
  16. package/dist/56/clock_circle_dashed_outline_56.js +13 -0
  17. package/dist/56/delete_saved_outline_56.js +13 -0
  18. package/dist/56/switch_outline_56.js +13 -0
  19. package/dist/icons-map.json +1 -1
  20. package/dist/index.js +72 -0
  21. package/dist/typings/20/chevron_left_20.d.ts +11 -0
  22. package/dist/typings/20/error_circle_fill_red_20.d.ts +11 -0
  23. package/dist/typings/20/text_accent_mark_outline_20.d.ts +11 -0
  24. package/dist/typings/24/delete_saved_outline_24.d.ts +11 -0
  25. package/dist/typings/24/pause_outline_24.d.ts +11 -0
  26. package/dist/typings/24/play_outline_24.d.ts +11 -0
  27. package/dist/typings/28/arrow_up_rectangle_slash_outline_28.d.ts +11 -0
  28. package/dist/typings/28/delete_saved_outline_28.d.ts +11 -0
  29. package/dist/typings/28/logo_vk_video_slash_outline_28.d.ts +11 -0
  30. package/dist/typings/28/pause_outline_28.d.ts +11 -0
  31. package/dist/typings/28/play_outline_28.d.ts +11 -0
  32. package/dist/typings/28/stars_slash_outline_28.d.ts +11 -0
  33. package/dist/typings/28/user_pen_outline_28.d.ts +11 -0
  34. package/dist/typings/28/user_slash_outline_28.d.ts +11 -0
  35. package/dist/typings/36/users_3_36.d.ts +11 -0
  36. package/dist/typings/56/clock_circle_dashed_outline_56.d.ts +11 -0
  37. package/dist/typings/56/delete_saved_outline_56.d.ts +11 -0
  38. package/dist/typings/56/switch_outline_56.d.ts +11 -0
  39. package/dist/typings/index.d.ts +18 -0
  40. package/dist_es6/20/chevron_left_20.js +3 -0
  41. package/dist_es6/20/error_circle_fill_red_20.js +3 -0
  42. package/dist_es6/20/text_accent_mark_outline_20.js +3 -0
  43. package/dist_es6/24/delete_saved_outline_24.js +3 -0
  44. package/dist_es6/24/pause_outline_24.js +3 -0
  45. package/dist_es6/24/play_outline_24.js +3 -0
  46. package/dist_es6/28/arrow_up_rectangle_slash_outline_28.js +3 -0
  47. package/dist_es6/28/delete_saved_outline_28.js +3 -0
  48. package/dist_es6/28/logo_vk_video_slash_outline_28.js +3 -0
  49. package/dist_es6/28/pause_outline_28.js +3 -0
  50. package/dist_es6/28/play_outline_28.js +3 -0
  51. package/dist_es6/28/stars_slash_outline_28.js +3 -0
  52. package/dist_es6/28/user_pen_outline_28.js +3 -0
  53. package/dist_es6/28/user_slash_outline_28.js +3 -0
  54. package/dist_es6/36/users_3_36.js +3 -0
  55. package/dist_es6/56/clock_circle_dashed_outline_56.js +3 -0
  56. package/dist_es6/56/delete_saved_outline_56.js +3 -0
  57. package/dist_es6/56/switch_outline_56.js +3 -0
  58. package/dist_es6/index.js +18 -0
  59. package/package.json +1 -1
  60. package/src/svg/20/chevron_left_20.svg +1 -0
  61. package/src/svg/20/error_circle_fill_red_20.svg +5 -0
  62. package/src/svg/20/text_accent_mark_outline_20.svg +1 -0
  63. package/src/svg/24/delete_saved_outline_24.svg +1 -0
  64. package/src/svg/24/pause_outline_24.svg +1 -0
  65. package/src/svg/24/play_outline_24.svg +1 -0
  66. package/src/svg/28/arrow_up_rectangle_slash_outline_28.svg +1 -0
  67. package/src/svg/28/delete_saved_outline_28.svg +1 -0
  68. package/src/svg/28/logo_vk_video_slash_outline_28.svg +1 -0
  69. package/src/svg/28/pause_outline_28.svg +1 -0
  70. package/src/svg/28/play_outline_28.svg +1 -0
  71. package/src/svg/28/stars_slash_outline_28.svg +1 -0
  72. package/src/svg/28/user_pen_outline_28.svg +1 -0
  73. package/src/svg/28/user_slash_outline_28.svg +1 -0
  74. package/src/svg/36/users_3_36.svg +1 -0
  75. package/src/svg/56/clock_circle_dashed_outline_56.svg +1 -0
  76. package/src/svg/56/delete_saved_outline_56.svg +1 -0
  77. package/src/svg/56/switch_outline_56.svg +1 -0
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20ChevronLeft", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20ChevronLeft;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20ChevronLeft = (0, _iconssprite.makeIcon)('Icon20ChevronLeft', 'chevron_left_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="chevron_left_20"><path fill-rule="evenodd" d="M12.707 4.293a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 0 0 1.414-1.414L8.414 10l4.293-4.293a1 1 0 0 0 0-1.414" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20ErrorCircleFillRed", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20ErrorCircleFillRed;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20ErrorCircleFillRed = (0, _iconssprite.makeIcon)('Icon20ErrorCircleFillRed', 'error_circle_fill_red_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="error_circle_fill_red_20"><rect width="20" height="20" fill="#FF3347" rx="10" /><rect width="2" height="7.5" x="9" y="4" fill="#fff" rx="1" /><circle cx="10" cy="15" r="1" fill="#fff" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20TextAccentMarkOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20TextAccentMarkOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20TextAccentMarkOutline = (0, _iconssprite.makeIcon)('Icon20TextAccentMarkOutline', 'text_accent_mark_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_accent_mark_outline_20"><path fill-rule="evenodd" d="m9.436 10.694 3.245-.195V9.69c0-.732-.236-1.305-.663-1.696-.429-.392-1.061-.613-1.876-.613-.68 0-1.245.135-1.702.42-.457.284-.814.722-1.07 1.344l-.003.008a.8.8 0 0 1-.272.312.73.73 0 0 1-.4.107.72.72 0 0 1-.513-.197.7.7 0 0 1-.198-.51c0-.22.078-.477.194-.715C6.756 6.858 8.293 6 10.173 6c1.244 0 2.264.34 2.975.96.712.623 1.102 1.52 1.102 2.61v6.654a.79.79 0 0 1-.21.558.74.74 0 0 1-.543.218.74.74 0 0 1-.544-.218.79.79 0 0 1-.21-.558V15.1c-.696 1.156-2.092 1.9-3.588 1.9-1.075 0-1.99-.315-2.636-.872-.647-.559-1.019-1.354-1.019-2.296 0-.918.352-1.667 1.028-2.205.672-.534 1.656-.852 2.908-.933m.179 1.26c-.832.055-1.465.26-1.888.579a1.53 1.53 0 0 0-.638 1.279c0 .55.238 1.006.645 1.326.41.322.997.51 1.699.51 1.825 0 3.248-1.26 3.248-2.851V11.75zm.961-10.538a.75.75 0 0 1 1.01-.336c.37.187.52.64.334 1.012l-.996 1.992a.75.75 0 0 1-1.01.336.755.755 0 0 1-.334-1.012z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24DeleteSavedOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24DeleteSavedOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24DeleteSavedOutline = (0, _iconssprite.makeIcon)('Icon24DeleteSavedOutline', 'delete_saved_outline_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="delete_saved_outline_24"><path fill-rule="evenodd" d="M10.102 4.1a2.1 2.1 0 0 1 3.796 0zm-1.898 0H3a.9.9 0 1 0 0 1.8h1.18l1.155 12.316c.045.484.084.898.143 1.237.062.359.157.704.351 1.03a2.9 2.9 0 0 0 1.249 1.137c.342.162.695.225 1.057.253.344.027.76.027 1.246.027h.033a.9.9 0 1 0 0-1.8c-.528 0-.873 0-1.138-.021-.254-.02-.362-.055-.426-.085a1.1 1.1 0 0 1-.474-.432c-.036-.06-.08-.165-.124-.416a16 16 0 0 1-.128-1.131L5.988 5.9h12.024l-.236 2.516a.9.9 0 0 0 1.792.168L19.82 5.9H21a.9.9 0 0 0 0-1.8h-5.204a3.902 3.902 0 0 0-7.592 0M23 17a6 6 0 1 1-12 0 6 6 0 0 1 12 0m-5.25-2.5a.75.75 0 0 0-1.5 0v3.19l-.97-.97a.75.75 0 1 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24PauseOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24PauseOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24PauseOutline = (0, _iconssprite.makeIcon)('Icon24PauseOutline', 'pause_outline_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="pause_outline_24"><path fill-rule="evenodd" d="M5.4 3A2.4 2.4 0 0 0 3 5.4v13.2A2.4 2.4 0 0 0 5.4 21h3.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 8.6 3zm-.6 2.4a.6.6 0 0 1 .6-.6h3.2a.6.6 0 0 1 .6.6v13.2a.6.6 0 0 1-.6.6H5.4a.6.6 0 0 1-.6-.6zM15.4 3A2.4 2.4 0 0 0 13 5.4v13.2a2.4 2.4 0 0 0 2.4 2.4h3.2a2.4 2.4 0 0 0 2.4-2.4V5.4A2.4 2.4 0 0 0 18.6 3zm-.6 2.4a.6.6 0 0 1 .6-.6h3.2a.6.6 0 0 1 .6.6v13.2a.6.6 0 0 1-.6.6h-3.2a.6.6 0 0 1-.6-.6z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24PlayOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24PlayOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24PlayOutline = (0, _iconssprite.makeIcon)('Icon24PlayOutline', 'play_outline_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="play_outline_24"><path fill-rule="evenodd" d="M19.508 14.513 9.363 20.135C7.523 21.154 5 19.953 5 17.622V6.378c0-2.331 2.524-3.532 4.363-2.513l10.145 5.622a2.862 2.862 0 0 1 0 5.026m-.872-1.576a1.06 1.06 0 0 0 0-1.874L8.491 5.441c-.752-.416-1.691.104-1.691.937v11.244c0 .833.94 1.353 1.69.937z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28ArrowUpRectangleSlashOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28ArrowUpRectangleSlashOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28ArrowUpRectangleSlashOutline = (0, _iconssprite.makeIcon)('Icon28ArrowUpRectangleSlashOutline', 'arrow_up_rectangle_slash_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="arrow_up_rectangle_slash_outline_28"><path fill-rule="evenodd" d="M2.293 3.293a1 1 0 0 1 1.414 0l8.5 8.5 12.5 12.5a1 1 0 0 1-1.414 1.414l-1.934-1.933c-.752.16-1.69.226-3.05.226H9.691c-2.448 0-3.527-.216-4.623-.801A5.47 5.47 0 0 1 2.8 20.93c-.584-1.095-.8-2.174-.8-4.622v-4.616c0-2.448.216-3.527.801-4.623a5.6 5.6 0 0 1 .763-1.091l-1.271-1.27a1 1 0 0 1 0-1.415m8 10.414a1 1 0 0 1-.176-1.176L4.98 7.396a3.6 3.6 0 0 0-.416.617C4.212 8.673 4 9.357 4 11.692v4.616c0 2.335.212 3.019.565 3.68a3.47 3.47 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565h8.616c.483 0 .895-.009 1.251-.026L15 17.414V18a1 1 0 1 1-2 0v-2.586l-1.53-1.53a1 1 0 0 1-1.177-.177m13.179 6.55a.23.23 0 0 1-.037-.27c.353-.66.565-1.344.565-3.679v-4.616c0-2.335-.212-3.019-.565-3.68a3.47 3.47 0 0 0-1.448-1.447C21.327 6.212 20.643 6 18.308 6H9.43a.5.5 0 0 1-.36-.146l-1.38-1.38a.24.24 0 0 1 .147-.413A23 23 0 0 1 9.692 4h8.616c2.448 0 3.527.216 4.622.801A5.47 5.47 0 0 1 25.2 7.07c.585 1.096.801 2.175.801 4.623v4.616c0 2.448-.216 3.527-.801 4.622q-.113.21-.24.407a.24.24 0 0 1-.373.035l-1.114-1.114Zm-5.765-6.55a1 1 0 0 1-.26.188c-.15.074-.323.015-.44-.103l-3.8-3.798c-.117-.118-.176-.292-.102-.441a1 1 0 0 1 1.602-.26l3 3a1 1 0 0 1 0 1.414" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28DeleteSavedOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28DeleteSavedOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28DeleteSavedOutline = (0, _iconssprite.makeIcon)('Icon28DeleteSavedOutline', 'delete_saved_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="delete_saved_outline_28"><path fill-rule="evenodd" d="M11.708 5a2.5 2.5 0 0 1 4.584 0zM9.612 5H3.5a1 1 0 0 0 0 2h1.096l1.298 12.823c.073.73.135 1.334.223 1.826.093.513.228.98.49 1.414a4 4 0 0 0 1.719 1.554c.458.216.936.303 1.456.344.498.039 1.106.039 1.84.039H12a1 1 0 0 0 0-2h-.34c-.782 0-1.311 0-1.723-.033-.399-.031-.607-.087-.758-.158a2 2 0 0 1-.86-.778c-.085-.142-.162-.344-.233-.738-.074-.406-.128-.932-.207-1.71L6.606 7h14.788l-.43 4.243a1 1 0 0 0 1.99.201L23.404 7H24.5a1 1 0 1 0 0-2h-6.112a4.502 4.502 0 0 0-8.776 0M20 26a6 6 0 1 0 0-12 6 6 0 0 0 0 12m0-9.25a.75.75 0 0 1 .75.75v3.19l.97-.97a.75.75 0 1 1 1.06 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V17.5a.75.75 0 0 1 .75-.75m-9.998-6.194a1 1 0 0 1 1.996-.111l.5 9a1 1 0 1 1-1.996.11zm7.053-1.054A1 1 0 0 1 18 10.555l-.094 1.688a1 1 0 0 1-1.997-.11l.094-1.688a1 1 0 0 1 1.053-.943Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28LogoVkVideoSlashOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28LogoVkVideoSlashOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28LogoVkVideoSlashOutline = (0, _iconssprite.makeIcon)('Icon28LogoVkVideoSlashOutline', 'logo_vk_video_slash_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="logo_vk_video_slash_outline_28"><path fill-rule="evenodd" d="M11.803 3h-.029c-.259 0-.428 0-.597.01a6 6 0 0 0-2.706.819c-.146.085-.287.18-.502.323l-.024.016a1 1 0 1 0 1.11 1.664c.247-.165.339-.226.43-.28a4 4 0 0 1 1.805-.546C11.395 5 11.505 5 11.803 5H16c1.417 0 2.419 0 3.203.065.771.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C23 9.581 23 10.583 23 12v6.882c0 .497-.1.988-.29 1.444a1 1 0 1 0 1.844.774A5.7 5.7 0 0 0 25 18.882v-6.926c0-1.363 0-2.447-.072-3.321-.073-.896-.226-1.66-.582-2.359a6 6 0 0 0-2.622-2.622c-.7-.356-1.463-.51-2.359-.583C18.491 3 17.407 3 16.044 3zM3.446 6.86 2.303 5.718a1.017 1.017 0 0 1-.01-1.424.984.984 0 0 1 1.404-.01l20 20c.39.39.395 1.028.01 1.424a.984.984 0 0 1-1.405.01l-1.163-1.163c-.89.32-1.96.446-3.83.446h-6.617c-2.448 0-3.527-.216-4.623-.801a5.47 5.47 0 0 1-2.268-2.269C3.216 20.835 3 19.756 3 17.308v-6.616c0-1.87.126-2.942.446-3.831Zm16.035 16.035-4.4-4.4a7 7 0 0 1-.44.233c-.321.154-.74.314-1.213.262a2.15 2.15 0 0 1-1.528-.91c-.263-.376-.337-.806-.369-1.167-.031-.357-.031-.805-.031-1.318v-.681l-2.5-2.5v4.894c0 2.335.212 3.019.565 3.68a3.46 3.46 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565h2.616c.97 0 1.656-.037 2.173-.105m-12.48-12.48L7 10.692v6.616c0 2.448.216 3.527.801 4.622q.277.518.644.955c-.68-.096-1.06-.25-1.432-.45a3.47 3.47 0 0 1-1.448-1.448C5.212 20.327 5 19.643 5 17.308v-6.616c0-.971.037-1.656.105-2.173L7 10.415Zm6.548 6.549.002.007a.2.2 0 0 0 .038.032zM12.294 9.19a2.2 2.2 0 0 1 2.883-.87c.147.073.316.19.479.303l.049.035 3.132 2.17.034.023c.347.24.66.458.9.658.252.21.525.482.684.867a2.2 2.2 0 0 1 .016 1.64c-.152.389-.42.666-.667.88-.236.206-.545.429-.888.676l-.033.024-.298.215a1 1 0 1 1-1.17-1.622l.298-.215c.386-.279.62-.449.78-.587.072-.063.107-.101.122-.119a.2.2 0 0 0-.002-.108 1 1 0 0 0-.123-.116c-.162-.135-.4-.301-.792-.572l-3.132-2.17-.236-.162q-.04-.027-.048-.031a.2.2 0 0 0-.14-.01.2.2 0 0 0-.116.091 1 1 0 1 1-1.732-1" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28PauseOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28PauseOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28PauseOutline = (0, _iconssprite.makeIcon)('Icon28PauseOutline', 'pause_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="pause_outline_28"><path fill-rule="evenodd" d="M7.376 6.033a.4.4 0 0 0-.137.05.36.36 0 0 0-.157.156.4.4 0 0 0-.049.137A3 3 0 0 0 7 6.923v14.154c0 .308.017.463.033.547a.4.4 0 0 0 .05.137c.037.07.086.12.156.157a.4.4 0 0 0 .137.049c.084.016.24.033.547.033h2.154c.308 0 .463-.017.547-.033a.4.4 0 0 0 .137-.05.36.36 0 0 0 .157-.156.4.4 0 0 0 .049-.137c.016-.084.033-.24.033-.547V6.923c0-.308-.017-.463-.033-.547a.4.4 0 0 0-.05-.137.36.36 0 0 0-.156-.157.4.4 0 0 0-.137-.049A3 3 0 0 0 10.077 6H7.923a3 3 0 0 0-.547.033m-1.08-1.714C6.744 4.079 7.173 4 7.923 4h2.154c.75 0 1.179.079 1.627.319.419.223.753.558.977.977.24.448.319.877.319 1.627v14.154c0 .75-.079 1.179-.319 1.627a2.36 2.36 0 0 1-.977.977c-.448.24-.877.319-1.627.319H7.923c-.75 0-1.179-.079-1.627-.319a2.36 2.36 0 0 1-.977-.977c-.24-.448-.319-.877-.319-1.627V6.923c0-.75.079-1.179.319-1.627.223-.419.558-.754.977-.977m11.08 1.714a.4.4 0 0 0-.137.05.36.36 0 0 0-.157.156.4.4 0 0 0-.049.137c-.016.084-.033.24-.033.547v14.154c0 .308.017.463.033.547a.4.4 0 0 0 .05.137c.037.07.086.12.156.157a.4.4 0 0 0 .137.049c.084.016.24.033.547.033h2.154c.308 0 .463-.017.547-.033a.4.4 0 0 0 .137-.05.36.36 0 0 0 .157-.156.4.4 0 0 0 .049-.137c.016-.084.033-.24.033-.547V6.923c0-.308-.017-.463-.033-.547a.4.4 0 0 0-.05-.137.36.36 0 0 0-.156-.157.4.4 0 0 0-.137-.049A3 3 0 0 0 20.077 6h-2.154a3 3 0 0 0-.547.033m-1.08-1.714c.448-.24.877-.319 1.627-.319h2.154c.75 0 1.179.079 1.627.319.419.223.753.558.977.977.24.448.319.877.319 1.627v14.154c0 .75-.079 1.179-.319 1.627a2.36 2.36 0 0 1-.977.977c-.448.24-.877.319-1.627.319h-2.154c-.75 0-1.179-.079-1.627-.319a2.36 2.36 0 0 1-.977-.977c-.24-.448-.319-.877-.319-1.627V6.923c0-.75.079-1.179.319-1.627.223-.419.558-.754.977-.977" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28PlayOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28PlayOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28PlayOutline = (0, _iconssprite.makeIcon)('Icon28PlayOutline', 'play_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="play_outline_28"><path fill-rule="evenodd" d="m21.145 17.602-8.933 5.24-.064.038c-.47.276-.933.547-1.335.736-.41.192-1.06.45-1.831.368a3.33 3.33 0 0 1-2.354-1.376c-.445-.622-.547-1.305-.588-1.757C6 20.407 6 19.866 6 19.314V8.686c0-.552 0-1.093.04-1.537.04-.452.143-1.135.588-1.757a3.33 3.33 0 0 1 2.354-1.376c.772-.083 1.422.176 1.831.368.402.188.866.46 1.335.736l.064.037 8.933 5.24.064.038c.47.275.933.547 1.294.806.371.267.906.703 1.214 1.405a3.37 3.37 0 0 1 0 2.708c-.308.702-.843 1.138-1.214 1.405-.36.259-.824.53-1.294.806zm.74-4.153c-.177-.402-.702-.71-1.752-1.326L11.2 6.883c-1.05-.617-1.575-.925-2.006-.878a1.33 1.33 0 0 0-.94.55C8 6.913 8 7.529 8 8.76v10.48c0 1.232 0 1.848.255 2.205.222.31.563.51.939.55.43.046.956-.262 2.006-.878l8.933-5.24c1.05-.616 1.576-.924 1.752-1.326a1.38 1.38 0 0 0 0-1.102" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28StarsSlashOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28StarsSlashOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28StarsSlashOutline = (0, _iconssprite.makeIcon)('Icon28StarsSlashOutline', 'stars_slash_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="stars_slash_outline_28"><path fill-rule="evenodd" d="M10.041 6.95a2 2 0 0 0-.255.107c-.243.127-.555.131-.748-.064l-2.063-2.09c-.188-.192-.184-.496-.062-.735q.058-.113.1-.236l.542-1.626a.448.448 0 0 1 .85 0l.54 1.622c.172.514.577.917 1.092 1.086l1.653.543c.41.135.41.716 0 .85zM3.698 4.284a.984.984 0 0 0-1.405.009 1.016 1.016 0 0 0 .01 1.423l7.271 7.272-3.95 1.58a1 1 0 0 0-.049 1.836l3.157 1.456a9 9 0 0 1 4.401 4.4l1.456 3.153a1 1 0 0 0 1.836-.048l1.58-3.946 4.297 4.297a.984.984 0 0 0 1.405-.009 1.016 1.016 0 0 0-.01-1.424l-20-20Zm4.826 11.278 2.589-1.035 5.353 5.353-1.035 2.586-.482-1.045a11 11 0 0 0-5.38-5.377zm7.91-9.91a1 1 0 0 0-1.85-.06l-2.001 4.5a1 1 0 1 0 1.827.812l1.002-2.254.117.316a11 11 0 0 0 6.5 6.498l.317.117-2.253 1a1 1 0 1 0 .811 1.829l4.502-2a1 1 0 0 0-.06-1.852l-2.623-.97a9 9 0 0 1-5.318-5.316l-.97-2.62Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28UserPenOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28UserPenOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28UserPenOutline = (0, _iconssprite.makeIcon)('Icon28UserPenOutline', 'user_pen_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="user_pen_outline_28"><path fill-rule="evenodd" d="M10 6.5C10 4.544 11.511 3 13.421 3 15.377 3 17 4.59 17 6.5S15.377 10 13.421 10C11.511 10 10 8.456 10 6.5M13.421 1C10.361 1 8 3.486 8 6.5s2.36 5.5 5.421 5.5C16.436 12 19 9.56 19 6.5S16.436 1 13.421 1m9.953 11.44a1.5 1.5 0 0 1 2.124 0l1.062 1.062a1.5 1.5 0 0 1 0 2.124l-1.062 1.062-3.186-3.186zm-2.533 2.532 3.186 3.186-6.506 6.507a6 6 0 0 1-2.349 1.451l-2.578.86a.45.45 0 0 1-.57-.57l.86-2.579a6 6 0 0 1 1.45-2.348zM7.74 17.285c-1.586.82-2.503 1.961-2.704 3.372-.077.533-.039 1.174.192 1.634.107.212.249.375.439.49.19.116.487.219.957.219H10a1 1 0 1 1 0 2H6.624c-.772 0-1.441-.172-1.996-.51a3.16 3.16 0 0 1-1.187-1.301c-.483-.962-.493-2.064-.385-2.815.317-2.218 1.773-3.835 3.765-4.865C8.795 14.487 11.357 14 14.127 14H16a1 1 0 1 1 0 2h-1.873c-2.566 0-4.785.456-6.387 1.285" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28UserSlashOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28UserSlashOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28UserSlashOutline = (0, _iconssprite.makeIcon)('Icon28UserSlashOutline', 'user_slash_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="user_slash_outline_28"><path fill-rule="evenodd" d="M9 7.4C9 4.397 11.484 2 14.5 2S20 4.397 20 7.4s-2.484 5.4-5.5 5.4a1 1 0 1 1 0-2c1.954 0 3.5-1.543 3.5-3.4S16.454 4 14.5 4 11 5.543 11 7.4a1 1 0 1 1-2 0m1.594 7.608c-1.42.464-2.702 1.032-3.687 1.641C5.034 17.807 4 19.63 4 22c0 1.02.35 1.865 1.109 2.401.687.486 1.55.599 2.323.599h13.154l.707.707a1 1 0 1 0 1.414-1.414l-.99-.99-.02-.02-8.475-8.475-.028-.028-7.487-7.487a1 1 0 1 0-1.414 1.414zM18.586 23l-6.387-6.387c-1.708.472-3.213 1.102-4.24 1.738C6.69 19.134 6 20.304 6 22c0 .54.16.695.264.768.176.125.529.232 1.168.232zm-1.556-6.742a1 1 0 0 1 1.212-.728c1.097.274 2.407.803 3.502 1.63 1.098.828 2.063 2.023 2.25 3.622a1 1 0 0 1-1.987.231c-.102-.877-.637-1.63-1.467-2.257-.833-.628-1.88-1.06-2.782-1.286a1 1 0 0 1-.728-1.212" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon36Users3", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon36Users3;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon36Users3 = (0, _iconssprite.makeIcon)('Icon36Users3', 'users_3_36', '0 0 36 36', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="users_3_36"><path d="M18 8.5c2.486 0 4.5 2.014 4.5 4.5s-2.014 4.5-4.5 4.5a4.5 4.5 0 0 1-4.5-4.5A4.5 4.5 0 0 1 18 8.5m9 16.857C27 21.071 21.177 20 18 20s-9 1.071-9 5.357c0 1.875.53 2.143 1.588 2.143h14.824c1.059 0 1.588-.268 1.588-2.143M11.31 10.934c.07-.23-.014-.486-.232-.587A3.75 3.75 0 0 0 5.75 13.75a3.749 3.749 0 0 0 5.9 3.074c.197-.138.235-.406.125-.62A7 7 0 0 1 11 13c0-.72.108-1.413.31-2.066M9.57 19.74c.105-.072.058-.24-.07-.24-2.647 0-7.5.929-7.5 4.643C2 25.768 2.441 26 3.324 26h2.55a.636.636 0 0 0 .626-.643c0-2.668 1.408-4.465 3.07-5.616Zm19.93 5.617c0 .349.277.643.625.643h2.551C33.56 26 34 25.768 34 24.143c0-3.714-4.853-4.643-7.5-4.643-.128 0-.175.168-.07.24 1.662 1.152 3.07 2.949 3.07 5.617m-5.275-9.152c-.11.213-.072.48.125.619a3.749 3.749 0 0 0 5.9-3.074 3.75 3.75 0 0 0-5.328-3.403c-.218.101-.303.357-.232.587A7 7 0 0 1 25 13c0 1.155-.28 2.245-.775 3.205" /></symbol>', 36, 36, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon56ClockCircleDashedOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon56ClockCircleDashedOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon56ClockCircleDashedOutline = (0, _iconssprite.makeIcon)('Icon56ClockCircleDashedOutline', 'clock_circle_dashed_outline_56', '0 0 56 56', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="clock_circle_dashed_outline_56"><path fill-rule="evenodd" d="M28.47 4.005a24 24 0 0 1 2.46 47.816 1.5 1.5 0 0 1-.366-2.978l.068-.009a21 21 0 0 0 3.678-.805l.012-.003a21 21 0 0 0 7.378-4.11l.011-.01a21 21 0 0 0 2.436-2.48l.034-.04a21 21 0 0 0 4.739-11.551v-.012a21 21 0 0 0-.975-8.396l-.003-.008a21 21 0 0 0-7.01-9.964l-.007-.006a21 21 0 0 0-3.224-2.074l-.006-.003a21 21 0 0 0-8.135-2.314h-.008a21 21 0 0 0-1.918-.055 1.5 1.5 0 0 1-.053-3q.446-.007.888.002ZM7.002 28.366a1.5 1.5 0 1 0-3 .053 24 24 0 0 0 .139 2.188 1.5 1.5 0 0 0 2.982-.325 21 21 0 0 1-.12-1.916Zm2.722 9.979a1.5 1.5 0 1 0-2.61 1.478 24 24 0 0 0 2.496 3.6 1.5 1.5 0 1 0 2.299-1.928 21 21 0 0 1-2.185-3.15m8.827 8.41a1.5 1.5 0 0 0-1.35 2.679 24 24 0 0 0 4.077 1.606 1.5 1.5 0 1 0 .84-2.88 21 21 0 0 1-3.567-1.405M28 17a1.5 1.5 0 0 1 1.5 1.5v9.281l9.146 4.365a1.5 1.5 0 0 1-1.292 2.708l-10-4.773a1.5 1.5 0 0 1-.854-1.354V18.5A1.5 1.5 0 0 1 28 17" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon56DeleteSavedOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon56DeleteSavedOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon56DeleteSavedOutline = (0, _iconssprite.makeIcon)('Icon56DeleteSavedOutline', 'delete_saved_outline_56', '0 0 56 56', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="delete_saved_outline_56"><path fill-rule="evenodd" d="M28 5a5.5 5.5 0 0 0-5.293 4h10.586A5.5 5.5 0 0 0 28 5m0-3a8.5 8.5 0 0 0-8.368 7H5a1.5 1.5 0 1 0 0 3h4.63l2.862 31.421c.112 1.234.204 2.246.345 3.067.146.854.36 1.618.779 2.325a6.5 6.5 0 0 0 2.8 2.557c.742.353 1.523.497 2.386.565.83.065 1.847.065 3.086.065H28a1.5 1.5 0 0 0 0-3h-6.053c-1.312 0-2.21-.001-2.91-.056-.682-.053-1.055-.151-1.332-.283a3.5 3.5 0 0 1-1.508-1.377c-.156-.264-.288-.627-.403-1.3-.118-.693-.2-1.587-.32-2.894L12.643 12h30.714L42.14 25.364a1.5 1.5 0 0 0 2.988.272L46.37 12H51a1.5 1.5 0 0 0 0-3H36.368A8.5 8.5 0 0 0 28 2m-6.602 16.003a1.5 1.5 0 0 0-1.395 1.6l1.5 22a1.5 1.5 0 1 0 2.994-.205l-1.5-22a1.5 1.5 0 0 0-1.599-1.395m14.598 1.6a1.5 1.5 0 0 0-2.992-.205l-.563 8.25a1.5 1.5 0 0 0 2.993.204l.563-8.25ZM42 54c6.627 0 12-5.373 12-12s-5.373-12-12-12-12 5.373-12 12 5.373 12 12 12m0-18.5a1.5 1.5 0 0 1 1.5 1.5v6.379l1.94-1.94a1.5 1.5 0 0 1 2.12 2.122l-4.5 4.5a1.5 1.5 0 0 1-2.12 0l-4.5-4.5a1.5 1.5 0 0 1 2.12-2.122l1.94 1.94V37a1.5 1.5 0 0 1 1.5-1.5" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon56SwitchOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon56SwitchOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon56SwitchOutline = (0, _iconssprite.makeIcon)('Icon56SwitchOutline', 'switch_outline_56', '0 0 56 56', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="switch_outline_56"><path d="M46.974 26.998a19 19 0 0 0-28.7-15.32 1.5 1.5 0 1 1-1.535-2.577 22 22 0 0 1 33.238 17.897h3.771c1.03 0 1.618 1.176 1 2l-5.266 7.016a1.25 1.25 0 0 1-2.002-.002l-5.236-7.017c-.615-.824-.027-1.997 1.002-1.997zm-34.218 2.008H9.028a19 19 0 0 0 28.706 15.312 1.5 1.5 0 1 1 1.537 2.576A22 22 0 0 1 6.024 29.006h-3.77c-1.031 0-1.619-1.176-1-2l5.266-7.017a1.25 1.25 0 0 1 2.001.003l5.237 7.016c.615.825.027 1.998-1.002 1.998" /></symbol>', 56, 56, false, undefined);