@vkontakte/icons 2.41.0 → 2.43.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 (85) hide show
  1. package/dist/12/user_tag.js +21 -0
  2. package/dist/16/building_outline.js +21 -0
  3. package/dist/16/key_outline.js +1 -1
  4. package/dist/16/minus_circle_outline.js +1 -1
  5. package/dist/16/videocam_outline.js +21 -0
  6. package/dist/20/key_outline.js +1 -1
  7. package/dist/20/minus_square_outline.js +21 -0
  8. package/dist/20/plane_outline.js +1 -1
  9. package/dist/20/receipt_outline.js +21 -0
  10. package/dist/20/subscriptions_outline.js +21 -0
  11. package/dist/20/text_strikethrough_outline.js +21 -0
  12. package/dist/20/videocam_outline.js +1 -1
  13. package/dist/24/circle_small.js +21 -0
  14. package/dist/24/hsl_outline.js +21 -0
  15. package/dist/24/message_unread_outline.js +1 -1
  16. package/dist/24/message_unread_top_outline.js +21 -0
  17. package/dist/28/chevron_left_circle.js +21 -0
  18. package/dist/es6/12/user_tag.js +3 -0
  19. package/dist/es6/16/building_outline.js +3 -0
  20. package/dist/es6/16/key_outline.js +1 -1
  21. package/dist/es6/16/minus_circle_outline.js +1 -1
  22. package/dist/es6/16/videocam_outline.js +3 -0
  23. package/dist/es6/20/key_outline.js +1 -1
  24. package/dist/es6/20/minus_square_outline.js +3 -0
  25. package/dist/es6/20/plane_outline.js +1 -1
  26. package/dist/es6/20/receipt_outline.js +3 -0
  27. package/dist/es6/20/subscriptions_outline.js +3 -0
  28. package/dist/es6/20/text_strikethrough_outline.js +3 -0
  29. package/dist/es6/20/videocam_outline.js +1 -1
  30. package/dist/es6/24/circle_small.js +3 -0
  31. package/dist/es6/24/hsl_outline.js +3 -0
  32. package/dist/es6/24/message_unread_outline.js +1 -1
  33. package/dist/es6/24/message_unread_top_outline.js +3 -0
  34. package/dist/es6/28/chevron_left_circle.js +3 -0
  35. package/dist/es6/index.js +11 -0
  36. package/dist/icons-map.json +1 -1
  37. package/dist/index.js +66 -22
  38. package/dist/typings/12/user_tag.d.ts +12 -0
  39. package/dist/typings/16/building_outline.d.ts +12 -0
  40. package/dist/typings/16/videocam_outline.d.ts +12 -0
  41. package/dist/typings/20/minus_square_outline.d.ts +12 -0
  42. package/dist/typings/20/receipt_outline.d.ts +12 -0
  43. package/dist/typings/20/subscriptions_outline.d.ts +12 -0
  44. package/dist/typings/20/text_strikethrough_outline.d.ts +12 -0
  45. package/dist/typings/24/circle_small.d.ts +12 -0
  46. package/dist/typings/24/hsl_outline.d.ts +12 -0
  47. package/dist/typings/24/message_unread_top_outline.d.ts +12 -0
  48. package/dist/typings/28/chevron_left_circle.d.ts +12 -0
  49. package/dist/typings/index.d.ts +11 -0
  50. package/package.json +1 -1
  51. package/src/svg/12/user_tag_12.svg +1 -0
  52. package/src/svg/16/building_outline_16.svg +1 -0
  53. package/src/svg/16/key_outline_16.svg +1 -1
  54. package/src/svg/16/minus_circle_outline_16.svg +1 -1
  55. package/src/svg/16/videocam_outline_16.svg +1 -0
  56. package/src/svg/20/key_outline_20.svg +1 -1
  57. package/src/svg/20/minus_square_outline_20.svg +1 -0
  58. package/src/svg/20/plane_outline_20.svg +1 -1
  59. package/src/svg/20/receipt_outline_20.svg +1 -0
  60. package/src/svg/20/subscriptions_outline_20.svg +1 -0
  61. package/src/svg/20/text_strikethrough_outline_20.svg +1 -0
  62. package/src/svg/20/videocam_outline_20.svg +1 -1
  63. package/src/svg/24/circle_small_24.svg +1 -0
  64. package/src/svg/24/hsl_outline_24.svg +1 -0
  65. package/src/svg/24/message_unread_outline_24.svg +1 -1
  66. package/src/svg/24/message_unread_top_outline_24.svg +1 -0
  67. package/src/svg/28/chevron_left_circle_28.svg +1 -0
  68. package/ts/12/user_tag.ts +26 -0
  69. package/ts/16/building_outline.ts +26 -0
  70. package/ts/16/key_outline.ts +1 -1
  71. package/ts/16/minus_circle_outline.ts +1 -1
  72. package/ts/16/videocam_outline.ts +26 -0
  73. package/ts/20/key_outline.ts +1 -1
  74. package/ts/20/minus_square_outline.ts +26 -0
  75. package/ts/20/plane_outline.ts +1 -1
  76. package/ts/20/receipt_outline.ts +26 -0
  77. package/ts/20/subscriptions_outline.ts +26 -0
  78. package/ts/20/text_strikethrough_outline.ts +26 -0
  79. package/ts/20/videocam_outline.ts +1 -1
  80. package/ts/24/circle_small.ts +26 -0
  81. package/ts/24/hsl_outline.ts +26 -0
  82. package/ts/24/message_unread_outline.ts +1 -1
  83. package/ts/24/message_unread_top_outline.ts +26 -0
  84. package/ts/28/chevron_left_circle.ts +26 -0
  85. package/ts/index.ts +11 -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
+ Icon12UserTag: function() {
13
+ return Icon12UserTag;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon12UserTag = (0, _iconssprite.makeIcon)("Icon12UserTag", "user_tag_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="user_tag_12"><path fill-rule="evenodd" d="M.5 2.929C.5 1.904.5 1.39.7.999.876.655 1.156.375 1.5.2c.393-.2.907-.2 1.933-.2h5.134c1.026 0 1.54 0 1.932.2.345.175.625.455.801.8.2.391.2.904.2 1.929v4.718c0 1.026 0 1.538-.2 1.93a1.832 1.832 0 0 1-.801.8c-.392.2-.906.2-1.932.2h-.19c-.51 0-.85.355-1.189.711C6.848 11.644 6.51 12 6 12c-.51 0-.849-.356-1.188-.712-.34-.356-.68-.712-1.188-.712h-.19c-1.027 0-1.54 0-1.933-.2a1.832 1.832 0 0 1-.801-.8c-.2-.39-.2-.903-.2-1.929V2.93Zm7 .571a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM3 8.113v-.382C3 6.385 4.999 6 6 6s3 .385 3 1.73v.383a.382.382 0 0 1-.377.387H3.377A.382.382 0 0 1 3 8.113Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
21
+ var _default = Icon12UserTag;
@@ -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
+ Icon16BuildingOutline: function() {
13
+ return Icon16BuildingOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon16BuildingOutline = (0, _iconssprite.makeIcon)("Icon16BuildingOutline", "building_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="building_outline_16"><path fill-rule="evenodd" d="M8.847 1h-.03c-.395 0-.736 0-1.016.023a2.3 2.3 0 0 0-.876.222 2.25 2.25 0 0 0-.983.984c-.145.283-.198.578-.222.875-.023.28-.023.622-.023 1.017V6.71a2.25 2.25 0 0 0-.55.086c-.276.08-.507.219-.722.377-.203.15-.432.347-.695.573l-.02.018-.616.53-.052.044c-.255.22-.48.413-.647.655a2.25 2.25 0 0 0-.321.7c-.075.285-.075.582-.075.918v1.268c0 .395 0 .736.023 1.017.025.297.078.592.223.875.215.424.56.768.983.984a2.3 2.3 0 0 0 .875.222c.281.023.622.023 1.018.023h5.757c.396 0 .737 0 1.018-.023a2.3 2.3 0 0 0 .875-.222 2.25 2.25 0 0 0 .983-.984c.145-.283.198-.578.223-.875.022-.28.022-.622.022-1.017V4.12c0-.395 0-.736-.022-1.017-.025-.297-.078-.592-.223-.875a2.25 2.25 0 0 0-.983-.984 2.3 2.3 0 0 0-.875-.222C11.615 1 11.274 1 10.878 1H8.847ZM7.825 7.768a14.654 14.654 0 0 0-.628-.534V4.15c0-.432 0-.712.018-.924.016-.204.045-.28.064-.316a.75.75 0 0 1 .327-.328c.037-.02.113-.047.317-.064.212-.017.491-.018.924-.018h2.003c.432 0 .711 0 .924.018.203.017.279.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316.017.212.018.492.018.924v7.7c0 .432-.001.712-.018.924-.017.204-.045.28-.064.317a.75.75 0 0 1-.328.327c-.037.02-.113.047-.316.064a4.022 4.022 0 0 1-.144.009V12.9a.4.4 0 0 0-.4-.4h-.45a.4.4 0 0 0-.4.4v.6H9.5v-2.903c0-.332 0-.625-.073-.906a2.25 2.25 0 0 0-.314-.693c-.163-.241-.383-.434-.632-.653L8.43 8.3l-.585-.515-.02-.017ZM8 10.665V13.5H6.37v-1.1a.4.4 0 0 0-.4-.4h-.45a.4.4 0 0 0-.4.4v1.1c-.416 0-.687-.001-.895-.018-.203-.017-.279-.045-.316-.064a.75.75 0 0 1-.328-.327c-.019-.038-.047-.113-.064-.317a12.753 12.753 0 0 1-.017-.924v-1.17c0-.444.005-.532.024-.604a.75.75 0 0 1 .107-.233c.043-.062.105-.123.442-.413l.615-.53c.29-.248.475-.407.626-.518a.831.831 0 0 1 .249-.145.75.75 0 0 1 .424.003c.038.011.105.04.247.146.15.113.334.274.62.526l.585.514c.33.29.39.35.432.412a.75.75 0 0 1 .104.231c.019.071.025.158.025.596ZM5.52 9.75a.4.4 0 0 0-.4.4v.45c0 .22.18.4.4.4h.45a.4.4 0 0 0 .4-.4v-.45a.4.4 0 0 0-.4-.4h-.45Zm4.86.9c0-.22.18-.4.4-.4h.45c.22 0 .4.18.4.4v.45a.4.4 0 0 1-.4.4h-.45a.4.4 0 0 1-.4-.4v-.45ZM10.825 8a.4.4 0 0 0-.4.4v.45c0 .22.18.4.4.4h.45a.4.4 0 0 0 .4-.4V8.4a.4.4 0 0 0-.4-.4h-.45Zm-.445-1.85c0-.22.18-.4.4-.4h.45c.22 0 .4.18.4.4v.45a.4.4 0 0 1-.4.4h-.45a.4.4 0 0 1-.4-.4v-.45Zm-1.88-.4a.4.4 0 0 0-.4.4v.45c0 .22.18.4.4.4h.45a.4.4 0 0 0 .4-.4v-.45a.4.4 0 0 0-.4-.4H8.5Zm1.88-1.85c0-.22.18-.4.4-.4h.45c.22 0 .4.18.4.4v.45a.4.4 0 0 1-.4.4h-.45a.4.4 0 0 1-.4-.4V3.9ZM8.5 3.5a.4.4 0 0 0-.4.4v.45c0 .22.18.4.4.4h.45a.4.4 0 0 0 .4-.4V3.9a.4.4 0 0 0-.4-.4H8.5Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
21
+ var _default = Icon16BuildingOutline;
@@ -17,5 +17,5 @@ _export(exports, {
17
17
  }
18
18
  });
19
19
  var _iconssprite = require("@vkontakte/icons-sprite");
20
- var Icon16KeyOutline = (0, _iconssprite.makeIcon)("Icon16KeyOutline", "key_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="key_outline_16"><path fill="currentColor" d="M6 10.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" /><path fill="currentColor" fill-rule="evenodd" d="M13.78 1.22a.75.75 0 0 1 0 1.06l-.72.72 1.72 1.72a.75.75 0 0 1-1.06 1.06L12 4.06l-.94.94 1.72 1.72a.75.75 0 0 1-1.06 1.06L10 6.06 8.785 7.276a4.25 4.25 0 1 1-1.242-.88L9.47 4.47l3.25-3.25a.75.75 0 0 1 1.061 0ZM5.75 7.5a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
20
+ var Icon16KeyOutline = (0, _iconssprite.makeIcon)("Icon16KeyOutline", "key_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="key_outline_16"><path d="M6 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M11.888 1h-.005c-.029 0-.153-.003-.276.028a.95.95 0 0 0-.494.304l-.003.003-3.964 4.198a4.55 4.55 0 1 0 3.309 3.273L11.57 7.69l.001-.002c.007-.007.029-.028.049-.05a.847.847 0 0 0 .21-.696V6.94l-.048-.41.291.035h.006c.025.003.083.01.138.012a.85.85 0 0 0 .878-.85c0-.055-.006-.112-.008-.137v-.006l-.029-.334.36.058h.002a.848.848 0 0 0 .731-.203c.024-.02.046-.042.054-.05l.001-.002.536-.535.04-.042a.831.831 0 0 0 .216-.522L15 3.898V1.875c0-.016 0-.064-.004-.11a.831.831 0 0 0-.45-.675.83.83 0 0 0-.31-.086C14.189 1 14.14 1 14.126 1h-2.238ZM8.062 6.747 12.073 2.5H13.5v1.14l-.14.14-.808-.131-.006-.001c-.026-.004-.084-.014-.14-.018a.85.85 0 0 0-.913.847c0 .056.005.115.007.141v.007l.032.365-.316-.037-.007-.001a1.613 1.613 0 0 0-.14-.012.85.85 0 0 0-.877.877c.002.056.01.114.012.14l.001.006.103.869-1.09 1.089-.004.004a1.15 1.15 0 0 0-.232.304.94.94 0 0 0-.065.662c.012.044.027.092.037.123l.002.007A3.05 3.05 0 1 1 6.95 7.034l.008.003c.032.01.08.025.126.036a.94.94 0 0 0 .671-.077c.157-.082.277-.215.303-.244l.004-.005Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
21
21
  var _default = Icon16KeyOutline;
@@ -17,5 +17,5 @@ _export(exports, {
17
17
  }
18
18
  });
19
19
  var _iconssprite = require("@vkontakte/icons-sprite");
20
- var Icon16MinusCircleOutline = (0, _iconssprite.makeIcon)("Icon16MinusCircleOutline", "minus_circle_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="minus_circle_outline_16"><path fill="currentColor" fill-rule="evenodd" d="M8 2.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm9.75-.75h-5.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5Z" /></symbol>', 16, 16, false, undefined);
20
+ var Icon16MinusCircleOutline = (0, _iconssprite.makeIcon)("Icon16MinusCircleOutline", "minus_circle_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="minus_circle_outline_16"><path d="M5.75 7.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z" /><path fill-rule="evenodd" d="M8 15.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15ZM14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
21
21
  var _default = Icon16MinusCircleOutline;
@@ -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
+ Icon16VideocamOutline: function() {
13
+ return Icon16VideocamOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon16VideocamOutline = (0, _iconssprite.makeIcon)("Icon16VideocamOutline", "videocam_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="videocam_outline_16"><path fill-rule="evenodd" d="M6.982 2H5.518c-.813 0-1.469 0-2 .043-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.639c-.226.444-.32.924-.365 1.47C0 6.05 0 6.706 0 7.519v.964c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h1.464c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.638c.112-.222.192-.453.25-.697l.514.386c.1.075.244.184.38.267a1.83 1.83 0 0 0 1.001.29 1.8 1.8 0 0 0 1.38-.69 1.83 1.83 0 0 0 .369-.975c.014-.159.014-.339.014-.464V5.93c0-.125 0-.305-.014-.464a1.83 1.83 0 0 0-.369-.976 1.8 1.8 0 0 0-1.38-.69 1.83 1.83 0 0 0-1.001.29 5.3 5.3 0 0 0-.38.268l-.514.386a3.068 3.068 0 0 0-.25-.696 3.75 3.75 0 0 0-1.64-1.64c-.444-.226-.924-.32-1.47-.365C8.45 2 7.794 2 6.981 2ZM12.5 7.462V9.5l1.232.924c.247.185.37.278.474.276a.3.3 0 0 0 .23-.115c.064-.082.064-.236.064-.545V5.96c0-.309 0-.463-.064-.545a.3.3 0 0 0-.23-.115c-.103-.002-.227.09-.474.276L12.5 6.5v.962ZM11 7.55c0-.852 0-1.447-.038-1.91-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C8.397 3.501 7.802 3.5 6.95 3.5h-1.4c-.852 0-1.447 0-1.91.038-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912-.037.462-.038 1.057-.038 1.909v.9c0 .852 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h1.4c.852 0 1.447 0 1.91-.038.453-.037.714-.107.911-.207a2.25 2.25 0 0 0 .984-.984c.1-.197.17-.458.207-.912.037-.462.038-1.057.038-1.909v-.9Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
21
+ var _default = Icon16VideocamOutline;
@@ -17,5 +17,5 @@ _export(exports, {
17
17
  }
18
18
  });
19
19
  var _iconssprite = require("@vkontakte/icons-sprite");
20
- var Icon20KeyOutline = (0, _iconssprite.makeIcon)("Icon20KeyOutline", "key_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="key_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M15.41 1c.895.01 1.79.002 2.685 0a1.508 1.508 0 0 1 .122.004.851.851 0 0 1 .319.089.85.85 0 0 1 .371.371.849.849 0 0 1 .09.32 1.467 1.467 0 0 1 .003.121c-.002.812 0 1.623 0 2.435 0 .016 0 .072-.004.127a.849.849 0 0 1-.089.319.85.85 0 0 1-.371.371.851.851 0 0 1-.32.09c-.054.003-.11.003-.126.003h-1.34v1.336c0 .016 0 .073-.004.127a.849.849 0 0 1-.089.32.85.85 0 0 1-.371.37.851.851 0 0 1-.32.09c-.054.004-.11.003-.126.003h-1.09v1.349a1.467 1.467 0 0 1-.004.122.85.85 0 0 1-.089.319.85.85 0 0 1-.371.371.851.851 0 0 1-.32.09 1.503 1.503 0 0 1-.121.003h-1.581a5.5 5.5 0 1 1-3.327-2.56l5.656-5.84c.019-.019.11-.121.23-.197a1 1 0 0 1 .295-.124A1.2 1.2 0 0 1 15.41 1Zm.158 1.5L9.873 8.38c-.025.025-.158.177-.334.266a.988.988 0 0 1-.423.109 1.01 1.01 0 0 1-.278-.032c-.054-.014-.114-.033-.155-.045A3.999 3.999 0 0 0 7.5 8.5a4 4 0 1 0 3.209 1.611 1.489 1.489 0 0 1-.062-.088.852.852 0 0 1-.115-.272.848.848 0 0 1 .026-.466.85.85 0 0 1 .143-.256 1.467 1.467 0 0 1 .071-.08l.311-.334c.018-.02.11-.126.233-.205a1 1 0 0 1 .3-.13c.128-.032.257-.03.298-.03.446.005.89 0 1.336 0V6.902a1.467 1.467 0 0 1 .004-.122.85.85 0 0 1 .089-.32.85.85 0 0 1 .371-.37.851.851 0 0 1 .32-.09 1.503 1.503 0 0 1 .121-.003h1.095V4.655a1.467 1.467 0 0 1 .004-.122.849.849 0 0 1 .089-.319.85.85 0 0 1 .371-.371.851.851 0 0 1 .32-.09c.054-.004.11-.003.126-.003h1.34V2.5h-1.932Z" clip-rule="evenodd" /><path fill="currentColor" d="M7.5 13.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /></symbol>', 20, 20, false, undefined);
20
+ var Icon20KeyOutline = (0, _iconssprite.makeIcon)("Icon20KeyOutline", "key_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="key_outline_20"><path d="M7.5 13.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M14.92 1.5h-.01c-.04 0-.166-.002-.292.029a.999.999 0 0 0-.295.125c-.11.069-.196.16-.224.19l-.006.007L8.936 7.19A5.506 5.506 0 0 0 2 12.5a5.5 5.5 0 1 0 10.797-1.486L14.2 9.611l.007-.007a1.2 1.2 0 0 0 .207-.26 1 1 0 0 0 .118-.339c.023-.145.004-.286-.002-.332l-.002-.01-.077-.652.373.044c.069.008.162.02.245.022a.99.99 0 0 0 .442-.08 1 1 0 0 0 .5-.483c.084-.177.093-.343.094-.439 0-.084-.008-.177-.014-.246l-.037-.427.586.094.01.002a1 1 0 0 0 .978-.316l.008-.008.597-.597.002-.001.042-.044a.844.844 0 0 0 .222-.535l.001-.061V2.405c0-.02 0-.072-.004-.122a.852.852 0 0 0-.46-.69.85.85 0 0 0-.32-.09c-.049-.003-.1-.003-.121-.003H14.92ZM9.873 8.378 15.068 3H17v1.69l-.298.297-.867-.14a2.975 2.975 0 0 0-.252-.033 1.009 1.009 0 0 0-.457.065 1 1 0 0 0-.52.483c-.09.182-.1.353-.1.45 0 .087.008.183.014.255l.038.446-.387-.045a2.917 2.917 0 0 0-.251-.023 1.004 1.004 0 0 0-.451.084 1 1 0 0 0-.5.5 1.008 1.008 0 0 0-.083.45c.002.086.014.18.022.252l.111.94-1.426 1.425-.01.01a1.24 1.24 0 0 0-.25.326.988.988 0 0 0-.068.697c.013.05.03.104.043.144l.003.01a4 4 0 1 1-2.628-2.605l.01.002c.04.013.094.03.145.043a.988.988 0 0 0 .701-.077c.161-.082.286-.216.325-.258l.01-.01Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
21
  var _default = Icon20KeyOutline;
@@ -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
+ Icon20MinusSquareOutline: function() {
13
+ return Icon20MinusSquareOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20MinusSquareOutline = (0, _iconssprite.makeIcon)("Icon20MinusSquareOutline", "minus_square_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="minus_square_outline_20"><path fill-rule="evenodd" d="M8.4 3.5h3.2c1.145 0 1.913.001 2.505.05.574.046.849.13 1.03.222a2.5 2.5 0 0 1 1.092 1.093c.093.181.177.456.224 1.03.048.592.049 1.36.049 2.505v3.2c0 1.145-.001 1.913-.05 2.505-.046.574-.13.849-.223 1.03a2.5 2.5 0 0 1-1.092 1.092c-.181.093-.456.177-1.03.224-.592.048-1.36.049-2.505.049H8.4c-1.145 0-1.913-.001-2.505-.05-.574-.046-.849-.13-1.03-.223a2.5 2.5 0 0 1-1.093-1.092c-.092-.181-.176-.456-.222-1.03-.049-.592-.05-1.36-.05-2.505V8.4c0-1.145.001-1.913.05-2.505.046-.574.13-.849.222-1.03a2.5 2.5 0 0 1 1.093-1.093c.181-.092.456-.176 1.03-.222.592-.049 1.36-.05 2.505-.05ZM2 8.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C5.04 2 6.16 2 8.4 2h3.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 5.04 18 6.16 18 8.4v3.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C14.96 18 13.84 18 11.6 18H8.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C2 14.96 2 13.84 2 11.6V8.4Zm4.75.85a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20MinusSquareOutline;
@@ -17,5 +17,5 @@ _export(exports, {
17
17
  }
18
18
  });
19
19
  var _iconssprite = require("@vkontakte/icons-sprite");
20
- var Icon20PlaneOutline = (0, _iconssprite.makeIcon)("Icon20PlaneOutline", "plane_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="plane_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M13.06 3.064c.964-.712 2.154-1.316 3.339-.958.358.109.677.337.917.577.24.24.467.559.576.914.362 1.184-.242 2.373-.954 3.337-.664.898-1.57 1.798-2.432 2.615l.995 5.079c.09.462-.045.987-.28 1.386a2.18 2.18 0 0 1-2.348 1.025c-.453-.1-.939-.36-1.212-.746L9.972 13.91l-.927.677.165 1.173a1.96 1.96 0 0 1-.655 1.746 1.962 1.962 0 0 1-2.96-.42l-1.052-1.628-1.572-1.002a1.96 1.96 0 0 1-.892-2.243 1.96 1.96 0 0 1 .417-.753 1.962 1.962 0 0 1 1.745-.654c.389.054.778.105 1.166.157l.687-.945-2.405-1.676c-.419-.25-.694-.785-.795-1.244A2.179 2.179 0 0 1 3.919 4.75c.4-.234.926-.37 1.389-.279l5.14 1.02c.816-.858 1.714-1.763 2.612-2.426ZM4.534 7.111l3.038 2.117a.746.746 0 0 1 .177 1.05l-1.395 1.923a.746.746 0 0 1-.704.3l-1.61-.216a.499.499 0 0 0-.528.347c-.07.238.056.434.248.557l1.723 1.098a.746.746 0 0 1 .226.224l1.148 1.777a.48.48 0 0 0 .532.2.5.5 0 0 0 .345-.446c.002-.046-.005-.09-.011-.136l-.219-1.554a.746.746 0 0 1 .3-.706l1.9-1.388a.747.747 0 0 1 1.049.171l2.098 2.962a.7.7 0 0 0 .766.149.7.7 0 0 0 .41-.667l-1.065-5.44a.746.746 0 0 1 .22-.687c.96-.902 1.906-1.82 2.555-2.699.414-.56 1.173-1.658.523-2.31-.65-.65-1.756.116-2.313.528-.88.65-1.796 1.595-2.695 2.55a.747.747 0 0 1-.69.22L5.06 5.945a.7.7 0 0 0-.667.41.7.7 0 0 0 .14.757Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
20
+ var Icon20PlaneOutline = (0, _iconssprite.makeIcon)("Icon20PlaneOutline", "plane_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="plane_outline_20"><path fill-rule="evenodd" d="M16.453 4.108a.8.8 0 0 0-.561-.561 1.318 1.318 0 0 0-1.23.292l-2.325 2.096a1.725 1.725 0 0 1-1.697.356L6.113 4.792a1.25 1.25 0 0 0-1.277.303l-.261.261a.25.25 0 0 0 .066.401L8.325 7.57c.77.378.938 1.4.333 2.006L6.823 11.41a1.75 1.75 0 0 1-1.363.508l-2.687-.194c-.099-.007-.147.02-.174.042a.274.274 0 0 0-.088.152.273.273 0 0 0 .013.174c.015.032.047.078.138.114l2.972 1.182c.447.177.802.531.98.978L7.8 17.342c.036.091.081.123.114.138a.27.27 0 0 0 .174.013.273.273 0 0 0 .151-.088c.023-.028.05-.076.042-.174l-.197-2.689a1.75 1.75 0 0 1 .507-1.366l1.834-1.834a1.25 1.25 0 0 1 2.006.333l1.812 3.684a.25.25 0 0 0 .4.066l.262-.26a1.25 1.25 0 0 0 .303-1.278l-1.5-4.527a1.725 1.725 0 0 1 .357-1.697l2.096-2.326c.3-.333.41-.796.292-1.229ZM16.286 2.1a2.3 2.3 0 0 1 1.615 1.615 2.818 2.818 0 0 1-.626 2.628L15.18 8.667a.225.225 0 0 0-.046.221l1.499 4.528a2.75 2.75 0 0 1-.666 2.809l-.261.261a1.75 1.75 0 0 1-2.808-.465l-1.658-3.37-1.587 1.586a.25.25 0 0 0-.072.195l.197 2.689c.147 1.996-2.63 2.635-3.37.776L5.22 14.92a.25.25 0 0 0-.14-.14L2.108 13.6c-1.859-.74-1.223-3.516.773-3.372l2.687.194a.25.25 0 0 0 .194-.072L7.35 8.76 3.98 7.103a1.75 1.75 0 0 1-.466-2.807l.261-.262a2.75 2.75 0 0 1 2.81-.666l4.527 1.5a.225.225 0 0 0 .221-.047l2.325-2.096a2.818 2.818 0 0 1 2.628-.626Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
21
  var _default = Icon20PlaneOutline;
@@ -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
+ Icon20ReceiptOutline: function() {
13
+ return Icon20ReceiptOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20ReceiptOutline = (0, _iconssprite.makeIcon)("Icon20ReceiptOutline", "receipt_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="receipt_outline_20"><path d="M7.75 8.25a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z" /><path fill-rule="evenodd" d="M3.421 2.076a.75.75 0 0 1 .791.083l1.455 1.139L7.12 2.159a.75.75 0 0 1 .925 0L9.5 3.298l1.454-1.139a.75.75 0 0 1 .925 0l1.454 1.139 1.455-1.139A.75.75 0 0 1 16 2.75V13h.542c.19 0 .354 0 .502.02a2.25 2.25 0 0 1 1.937 1.936c.02.148.02.312.019.502v.084c0 .19 0 .354-.02.502a2.25 2.25 0 0 1-1.936 1.937c-.148.02-.312.02-.502.019H6.25v-.017a8.601 8.601 0 0 1-.794-.063c-.628-.084-1.195-.27-1.65-.726-.456-.455-.642-1.022-.726-1.65C3 14.95 3 14.2 3 13.302V2.75a.75.75 0 0 1 .421-.674ZM14.5 4.289V13h-3.542c-.19 0-.354 0-.502.02a2.25 2.25 0 0 0-1.937 1.936c-.02.148-.02.312-.019.502v.042c0 .256-.002.311-.006.348a.75.75 0 0 1-.646.646 2.747 2.747 0 0 1-.285.006c-.862 0-1.456-.006-1.908-.067-.461-.062-.659-.169-.789-.3-.13-.13-.237-.327-.3-.788-.064-.483-.066-1.131-.066-2.095V4.29l.704.55a.75.75 0 0 0 .925 0l1.454-1.138 1.455 1.139a.75.75 0 0 0 .924 0l1.455-1.139 1.454 1.139a.75.75 0 0 0 .925 0l.704-.552Zm2 12.211H9.872c.051-.146.088-.298.109-.456.02-.148.02-.312.019-.502V15.5c0-.256.002-.311.006-.348a.75.75 0 0 1 .646-.646A4.04 4.04 0 0 1 11 14.5h5.5c.256 0 .311.002.348.006a.75.75 0 0 1 .646.646c.004.037.006.092.006.348s-.002.311-.006.348a.75.75 0 0 1-.646.646 3.547 3.547 0 0 1-.348.006Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20ReceiptOutline;
@@ -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
+ Icon20SubscriptionsOutline: function() {
13
+ return Icon20SubscriptionsOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20SubscriptionsOutline = (0, _iconssprite.makeIcon)("Icon20SubscriptionsOutline", "subscriptions_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="subscriptions_outline_20"><path d="M7.75 6a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5ZM7 9.75A.75.75 0 0 1 7.75 9h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 7 9.75Z" /><path fill-rule="evenodd" d="M11.482 1.5H9.518c-.813 0-1.469 0-2 .043-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.639c-.226.444-.32.924-.365 1.47C4 5.55 4 6.206 4 7.019V10c-.408.005-.747.026-1.048.117a2.75 2.75 0 0 0-1.834 1.834C1 12.345 1 12.8 1 13.39v1.19c0 .535 0 .98.03 1.345.03.38.098.736.27 1.073A2.75 2.75 0 0 0 2.502 18.2c.337.172.693.24 1.073.27.365.03.81.03 1.344.03h6.563c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.018c0-.813 0-1.469-.043-2-.045-.546-.14-1.026-.366-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365-.531-.043-1.187-.043-2-.043ZM9.502 17h1.948c.852 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909v-5.9c0-.852 0-1.447-.038-1.91-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C12.897 3.001 12.302 3 11.45 3h-1.9c-.852 0-1.447 0-1.91.038-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912-.037.462-.038 1.057-.038 1.909V17h4.001ZM4 16.992v-5.49c-.361.005-.503.018-.613.052a1.25 1.25 0 0 0-.833.833c-.046.15-.054.36-.054 1.113v1.05c0 .572 0 .957.025 1.252.023.288.065.425.111.515.12.236.311.427.546.547.091.046.228.088.515.111.092.008.192.013.303.017Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20SubscriptionsOutline;
@@ -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
+ Icon20TextStrikethroughOutline: function() {
13
+ return Icon20TextStrikethroughOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20TextStrikethroughOutline = (0, _iconssprite.makeIcon)("Icon20TextStrikethroughOutline", "text_strikethrough_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_strikethrough_outline_20"><path fill-rule="evenodd" d="m5.136 17.314 1.516-4.32h6.71l1.498 4.32c.093.26.203.428.335.532.13.103.297.157.53.157.531 0 .879-.328.879-.753 0-.124-.028-.277-.117-.52l-2.495-6.734h2.26a.75.75 0 1 0 0-1.5h-2.816l-2.264-6.109c-.119-.32-.27-.538-.454-.677-.182-.137-.408-.207-.697-.207-.312 0-.553.073-.743.214-.192.142-.346.363-.465.681L6.556 8.497H3.753a.75.75 0 1 0 0 1.5h2.249L3.51 16.73c-.089.243-.117.396-.117.52 0 .425.348.753.879.753.232 0 .4-.054.53-.157.132-.104.242-.272.334-.532Zm2.576-7.318-.56 1.6h5.702l-.561-1.6H7.712Zm4.054-1.5-1.627-4.632h-.281L8.236 8.497h3.53Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20TextStrikethroughOutline;
@@ -17,5 +17,5 @@ _export(exports, {
17
17
  }
18
18
  });
19
19
  var _iconssprite = require("@vkontakte/icons-sprite");
20
- var Icon20VideocamOutline = (0, _iconssprite.makeIcon)("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="videocam_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M6.817 3c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .964 5.32C.71 5.819.602 6.36.55 6.99.5 7.604.5 8.365.5 9.317v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.857 1.857c.498.253 1.04.361 1.67.413.614.05 1.375.05 2.327.05h2.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.155-.304.255-.625.322-.971l1.532 1.02c1.329.887 3.109-.066 3.109-1.663V6.934c0-1.597-1.78-2.55-3.11-1.664L15.36 6.291a3.606 3.606 0 0 0-.322-.97 4.25 4.25 0 0 0-1.858-1.858c-.497-.253-1.04-.361-1.67-.413C10.897 3 10.136 3 9.184 3H6.817ZM15.5 9.26V12l2.223 1.482a.5.5 0 0 0 .777-.416V6.934a.5.5 0 0 0-.777-.416L15.5 8v1.26Zm-1.5.09c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 12.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-2.3c-.992 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.3 6.002c-.128.25-.21.573-.255 1.11C2.001 7.658 2 8.357 2 9.35v1.3c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 3.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h2.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 13.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
20
+ var Icon20VideocamOutline = (0, _iconssprite.makeIcon)("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="videocam_outline_20"><path fill-rule="evenodd" d="M7.817 3c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67-.05.613-.05 1.374-.05 2.326v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413.613.05 1.374.05 2.326.05h1.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.155-.304.255-.625.322-.971l1.532 1.02c1.329.887 3.109-.066 3.109-1.663V6.934c0-1.597-1.78-2.55-3.11-1.664l-1.53 1.021a3.605 3.605 0 0 0-.322-.97 4.25 4.25 0 0 0-1.857-1.858c-.498-.253-1.04-.361-1.67-.413C10.896 3 10.135 3 9.183 3H7.817ZM15.5 9.26V12l2.223 1.482a.5.5 0 0 0 .777-.416V6.934a.5.5 0 0 0-.777-.416L15.5 8v1.26Zm-1.5.09c0-.992 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 12.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-1.3c-.992 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.3 6.002c-.128.25-.21.573-.255 1.11C3.001 7.658 3 8.358 3 9.35v1.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h1.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 13.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
21
  var _default = Icon20VideocamOutline;
@@ -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
+ Icon24CircleSmall: function() {
13
+ return Icon24CircleSmall;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon24CircleSmall = (0, _iconssprite.makeIcon)("Icon24CircleSmall", "circle_small_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="circle_small_24"><circle cx="12" cy="12" r="7" /></symbol>', 24, 24, false, undefined);
21
+ var _default = Icon24CircleSmall;
@@ -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
+ Icon24HslOutline: function() {
13
+ return Icon24HslOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon24HslOutline = (0, _iconssprite.makeIcon)("Icon24HslOutline", "hsl_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hsl_outline_24"><path fill-rule="evenodd" d="M5.363 9.07A6.656 6.656 0 0 1 12 2a6.656 6.656 0 0 1 6.637 7.07A6.653 6.653 0 0 1 22 14.85a6.656 6.656 0 0 1-6.65 6.65c-1.22 0-2.366-.33-3.35-.907a6.611 6.611 0 0 1-3.35.907A6.656 6.656 0 0 1 2 14.85a6.653 6.653 0 0 1 3.363-5.78Zm1.795-.701A4.857 4.857 0 0 1 12 3.8a4.857 4.857 0 0 1 4.842 4.569A6.65 6.65 0 0 0 12 9.107a6.65 6.65 0 0 0-4.842-.738Zm9.45 1.796a4.84 4.84 0 0 0-3.066.185 6.658 6.658 0 0 1 1.346 2.194 4.872 4.872 0 0 0 1.72-2.379Zm-1.321 4.265c1.35-.77 2.405-2 2.951-3.474A4.847 4.847 0 0 1 15.35 19.7a4.822 4.822 0 0 1-1.808-.35 6.625 6.625 0 0 0 1.745-4.92Zm-2.03-1.095A4.861 4.861 0 0 0 12 11.346a4.861 4.861 0 0 0-1.257 1.989 4.835 4.835 0 0 0 2.514 0Zm-2.749 1.796a6.65 6.65 0 0 0 2.984 0A4.838 4.838 0 0 1 12 18.353a4.838 4.838 0 0 1-1.492-3.222Zm-1.795-.701a6.625 6.625 0 0 0 1.745 4.92 4.82 4.82 0 0 1-1.808.35 4.856 4.856 0 0 1-4.85-4.85c0-1.593.772-3.01 1.962-3.894a6.686 6.686 0 0 0 2.951 3.474Zm.4-1.886a4.872 4.872 0 0 1-1.72-2.379 4.84 4.84 0 0 1 3.065.185 6.658 6.658 0 0 0-1.346 2.194Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
21
+ var _default = Icon24HslOutline;
@@ -17,5 +17,5 @@ _export(exports, {
17
17
  }
18
18
  });
19
19
  var _iconssprite = require("@vkontakte/icons-sprite");
20
- var Icon24MessageUnreadOutline = (0, _iconssprite.makeIcon)("Icon24MessageUnreadOutline", "message_unread_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="message_unread_outline_24"><path fill="currentColor" fill-rule="evenodd" d="M12.016 4.9c-4.6 0-8.084 3.172-8.084 6.807 0 1.306.437 2.532 1.21 3.57a.9.9 0 0 1 .177.538c0 .9-.236 1.77-.525 2.553-.173.467-.377.933-.574 1.367 1.714-.194 2.835-.75 3.513-1.547a.9.9 0 0 1 1.002-.26c1 .376 2.11.586 3.28.586 4.6 0 8.085-3.172 8.085-6.807 0-.752-.145-1.475-.413-2.152a.9.9 0 0 1 1.673-.664c.35.882.54 1.83.54 2.816 0 4.878-4.56 8.607-9.884 8.607-1.173 0-2.3-.178-3.348-.506C7.42 20.961 5.616 21.513 3.42 21.6c-.927.036-1.598-.927-1.209-1.792.077-.173.155-.344.232-.513.237-.518.468-1.024.662-1.55.217-.587.364-1.138.404-1.656a7.72 7.72 0 0 1-1.377-4.381c0-4.878 4.56-8.607 9.884-8.607.59 0 1.167.045 1.73.131a.9.9 0 0 1 .752 1.026.9.9 0 0 1-1.026.753 9.6 9.6 0 0 0-1.456-.11Z" clip-rule="evenodd" /><path fill="currentColor" d="M19.5 5.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Z" /></symbol>', 24, 24, false, undefined);
20
+ var Icon24MessageUnreadOutline = (0, _iconssprite.makeIcon)("Icon24MessageUnreadOutline", "message_unread_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="message_unread_outline_24"><path fill-rule="evenodd" d="M3.932 11.707c0-3.635 3.485-6.807 8.084-6.807 4.6 0 8.084 3.172 8.084 6.807 0 3.634-3.485 6.807-8.084 6.807a9.336 9.336 0 0 1-3.281-.586.9.9 0 0 0-1.002.26c-.678.797-1.8 1.353-3.513 1.547.197-.434.4-.9.574-1.367.289-.783.525-1.653.525-2.553a.9.9 0 0 0-.177-.537c-.773-1.04-1.21-2.265-1.21-3.571ZM12.016 3.1c-5.325 0-9.884 3.729-9.884 8.607a7.72 7.72 0 0 0 1.377 4.38c-.04.519-.187 1.07-.404 1.657a22.77 22.77 0 0 1-.662 1.55c-.077.17-.155.34-.232.513-.39.865.282 1.828 1.21 1.792 2.195-.086 4-.638 5.247-1.79a11.21 11.21 0 0 0 3.348.505c5.324 0 9.884-3.73 9.884-8.607 0-4.878-4.56-8.607-9.884-8.607Zm.232 10.401a1.75 1.75 0 1 0 0-3.498 1.75 1.75 0 0 0 0 3.498Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
21
21
  var _default = Icon24MessageUnreadOutline;
@@ -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
+ Icon24MessageUnreadTopOutline: function() {
13
+ return Icon24MessageUnreadTopOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon24MessageUnreadTopOutline = (0, _iconssprite.makeIcon)("Icon24MessageUnreadTopOutline", "message_unread_top_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="message_unread_top_outline_24"><path fill-rule="evenodd" d="M12.016 4.9c-4.6 0-8.084 3.172-8.084 6.807 0 1.306.437 2.532 1.21 3.571a.9.9 0 0 1 .177.537c0 .9-.236 1.77-.525 2.553-.173.467-.377.933-.574 1.367 1.714-.194 2.835-.75 3.513-1.547a.9.9 0 0 1 1.002-.26c1 .376 2.11.586 3.28.586 4.6 0 8.085-3.172 8.085-6.807a5.81 5.81 0 0 0-.414-2.152.9.9 0 0 1 1.674-.664c.35.882.54 1.83.54 2.816 0 4.878-4.56 8.607-9.884 8.607-1.173 0-2.3-.178-3.348-.506C7.42 20.961 5.616 21.513 3.42 21.6c-.927.036-1.598-.927-1.209-1.792.077-.173.155-.344.232-.513a22.77 22.77 0 0 0 .662-1.55c.217-.587.364-1.138.404-1.656a7.72 7.72 0 0 1-1.377-4.381c0-4.878 4.56-8.607 9.884-8.607.59 0 1.167.045 1.73.131a.9.9 0 0 1-.274 1.78 9.6 9.6 0 0 0-1.456-.111Zm7.484.85a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Z" /></symbol>', 24, 24, false, undefined);
21
+ var _default = Icon24MessageUnreadTopOutline;
@@ -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
+ Icon28ChevronLeftCircle: function() {
13
+ return Icon28ChevronLeftCircle;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon28ChevronLeftCircle = (0, _iconssprite.makeIcon)("Icon28ChevronLeftCircle", "chevron_left_circle_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="chevron_left_circle_28"><path d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14Z" opacity=".12" /><path fill-rule="evenodd" d="M16.707 8.293a1 1 0 0 1 0 1.414L12.414 14l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
21
+ var _default = Icon28ChevronLeftCircle;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon12UserTag = makeIcon("Icon12UserTag", "user_tag_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="user_tag_12"><path fill-rule="evenodd" d="M.5 2.929C.5 1.904.5 1.39.7.999.876.655 1.156.375 1.5.2c.393-.2.907-.2 1.933-.2h5.134c1.026 0 1.54 0 1.932.2.345.175.625.455.801.8.2.391.2.904.2 1.929v4.718c0 1.026 0 1.538-.2 1.93a1.832 1.832 0 0 1-.801.8c-.392.2-.906.2-1.932.2h-.19c-.51 0-.85.355-1.189.711C6.848 11.644 6.51 12 6 12c-.51 0-.849-.356-1.188-.712-.34-.356-.68-.712-1.188-.712h-.19c-1.027 0-1.54 0-1.933-.2a1.832 1.832 0 0 1-.801-.8c-.2-.39-.2-.903-.2-1.929V2.93Zm7 .571a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM3 8.113v-.382C3 6.385 4.999 6 6 6s3 .385 3 1.73v.383a.382.382 0 0 1-.377.387H3.377A.382.382 0 0 1 3 8.113Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
3
+ export default Icon12UserTag;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon16BuildingOutline = makeIcon("Icon16BuildingOutline", "building_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="building_outline_16"><path fill-rule="evenodd" d="M8.847 1h-.03c-.395 0-.736 0-1.016.023a2.3 2.3 0 0 0-.876.222 2.25 2.25 0 0 0-.983.984c-.145.283-.198.578-.222.875-.023.28-.023.622-.023 1.017V6.71a2.25 2.25 0 0 0-.55.086c-.276.08-.507.219-.722.377-.203.15-.432.347-.695.573l-.02.018-.616.53-.052.044c-.255.22-.48.413-.647.655a2.25 2.25 0 0 0-.321.7c-.075.285-.075.582-.075.918v1.268c0 .395 0 .736.023 1.017.025.297.078.592.223.875.215.424.56.768.983.984a2.3 2.3 0 0 0 .875.222c.281.023.622.023 1.018.023h5.757c.396 0 .737 0 1.018-.023a2.3 2.3 0 0 0 .875-.222 2.25 2.25 0 0 0 .983-.984c.145-.283.198-.578.223-.875.022-.28.022-.622.022-1.017V4.12c0-.395 0-.736-.022-1.017-.025-.297-.078-.592-.223-.875a2.25 2.25 0 0 0-.983-.984 2.3 2.3 0 0 0-.875-.222C11.615 1 11.274 1 10.878 1H8.847ZM7.825 7.768a14.654 14.654 0 0 0-.628-.534V4.15c0-.432 0-.712.018-.924.016-.204.045-.28.064-.316a.75.75 0 0 1 .327-.328c.037-.02.113-.047.317-.064.212-.017.491-.018.924-.018h2.003c.432 0 .711 0 .924.018.203.017.279.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316.017.212.018.492.018.924v7.7c0 .432-.001.712-.018.924-.017.204-.045.28-.064.317a.75.75 0 0 1-.328.327c-.037.02-.113.047-.316.064a4.022 4.022 0 0 1-.144.009V12.9a.4.4 0 0 0-.4-.4h-.45a.4.4 0 0 0-.4.4v.6H9.5v-2.903c0-.332 0-.625-.073-.906a2.25 2.25 0 0 0-.314-.693c-.163-.241-.383-.434-.632-.653L8.43 8.3l-.585-.515-.02-.017ZM8 10.665V13.5H6.37v-1.1a.4.4 0 0 0-.4-.4h-.45a.4.4 0 0 0-.4.4v1.1c-.416 0-.687-.001-.895-.018-.203-.017-.279-.045-.316-.064a.75.75 0 0 1-.328-.327c-.019-.038-.047-.113-.064-.317a12.753 12.753 0 0 1-.017-.924v-1.17c0-.444.005-.532.024-.604a.75.75 0 0 1 .107-.233c.043-.062.105-.123.442-.413l.615-.53c.29-.248.475-.407.626-.518a.831.831 0 0 1 .249-.145.75.75 0 0 1 .424.003c.038.011.105.04.247.146.15.113.334.274.62.526l.585.514c.33.29.39.35.432.412a.75.75 0 0 1 .104.231c.019.071.025.158.025.596ZM5.52 9.75a.4.4 0 0 0-.4.4v.45c0 .22.18.4.4.4h.45a.4.4 0 0 0 .4-.4v-.45a.4.4 0 0 0-.4-.4h-.45Zm4.86.9c0-.22.18-.4.4-.4h.45c.22 0 .4.18.4.4v.45a.4.4 0 0 1-.4.4h-.45a.4.4 0 0 1-.4-.4v-.45ZM10.825 8a.4.4 0 0 0-.4.4v.45c0 .22.18.4.4.4h.45a.4.4 0 0 0 .4-.4V8.4a.4.4 0 0 0-.4-.4h-.45Zm-.445-1.85c0-.22.18-.4.4-.4h.45c.22 0 .4.18.4.4v.45a.4.4 0 0 1-.4.4h-.45a.4.4 0 0 1-.4-.4v-.45Zm-1.88-.4a.4.4 0 0 0-.4.4v.45c0 .22.18.4.4.4h.45a.4.4 0 0 0 .4-.4v-.45a.4.4 0 0 0-.4-.4H8.5Zm1.88-1.85c0-.22.18-.4.4-.4h.45c.22 0 .4.18.4.4v.45a.4.4 0 0 1-.4.4h-.45a.4.4 0 0 1-.4-.4V3.9ZM8.5 3.5a.4.4 0 0 0-.4.4v.45c0 .22.18.4.4.4h.45a.4.4 0 0 0 .4-.4V3.9a.4.4 0 0 0-.4-.4H8.5Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
3
+ export default Icon16BuildingOutline;
@@ -1,3 +1,3 @@
1
1
  import { makeIcon } from "@vkontakte/icons-sprite";
2
- export var Icon16KeyOutline = makeIcon("Icon16KeyOutline", "key_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="key_outline_16"><path fill="currentColor" d="M6 10.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" /><path fill="currentColor" fill-rule="evenodd" d="M13.78 1.22a.75.75 0 0 1 0 1.06l-.72.72 1.72 1.72a.75.75 0 0 1-1.06 1.06L12 4.06l-.94.94 1.72 1.72a.75.75 0 0 1-1.06 1.06L10 6.06 8.785 7.276a4.25 4.25 0 1 1-1.242-.88L9.47 4.47l3.25-3.25a.75.75 0 0 1 1.061 0ZM5.75 7.5a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
2
+ export var Icon16KeyOutline = makeIcon("Icon16KeyOutline", "key_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="key_outline_16"><path d="M6 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M11.888 1h-.005c-.029 0-.153-.003-.276.028a.95.95 0 0 0-.494.304l-.003.003-3.964 4.198a4.55 4.55 0 1 0 3.309 3.273L11.57 7.69l.001-.002c.007-.007.029-.028.049-.05a.847.847 0 0 0 .21-.696V6.94l-.048-.41.291.035h.006c.025.003.083.01.138.012a.85.85 0 0 0 .878-.85c0-.055-.006-.112-.008-.137v-.006l-.029-.334.36.058h.002a.848.848 0 0 0 .731-.203c.024-.02.046-.042.054-.05l.001-.002.536-.535.04-.042a.831.831 0 0 0 .216-.522L15 3.898V1.875c0-.016 0-.064-.004-.11a.831.831 0 0 0-.45-.675.83.83 0 0 0-.31-.086C14.189 1 14.14 1 14.126 1h-2.238ZM8.062 6.747 12.073 2.5H13.5v1.14l-.14.14-.808-.131-.006-.001c-.026-.004-.084-.014-.14-.018a.85.85 0 0 0-.913.847c0 .056.005.115.007.141v.007l.032.365-.316-.037-.007-.001a1.613 1.613 0 0 0-.14-.012.85.85 0 0 0-.877.877c.002.056.01.114.012.14l.001.006.103.869-1.09 1.089-.004.004a1.15 1.15 0 0 0-.232.304.94.94 0 0 0-.065.662c.012.044.027.092.037.123l.002.007A3.05 3.05 0 1 1 6.95 7.034l.008.003c.032.01.08.025.126.036a.94.94 0 0 0 .671-.077c.157-.082.277-.215.303-.244l.004-.005Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
3
3
  export default Icon16KeyOutline;
@@ -1,3 +1,3 @@
1
1
  import { makeIcon } from "@vkontakte/icons-sprite";
2
- export var Icon16MinusCircleOutline = makeIcon("Icon16MinusCircleOutline", "minus_circle_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="minus_circle_outline_16"><path fill="currentColor" fill-rule="evenodd" d="M8 2.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm9.75-.75h-5.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5Z" /></symbol>', 16, 16, false, undefined);
2
+ export var Icon16MinusCircleOutline = makeIcon("Icon16MinusCircleOutline", "minus_circle_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="minus_circle_outline_16"><path d="M5.75 7.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z" /><path fill-rule="evenodd" d="M8 15.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15ZM14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
3
3
  export default Icon16MinusCircleOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon16VideocamOutline = makeIcon("Icon16VideocamOutline", "videocam_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="videocam_outline_16"><path fill-rule="evenodd" d="M6.982 2H5.518c-.813 0-1.469 0-2 .043-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.639c-.226.444-.32.924-.365 1.47C0 6.05 0 6.706 0 7.519v.964c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h1.464c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.638c.112-.222.192-.453.25-.697l.514.386c.1.075.244.184.38.267a1.83 1.83 0 0 0 1.001.29 1.8 1.8 0 0 0 1.38-.69 1.83 1.83 0 0 0 .369-.975c.014-.159.014-.339.014-.464V5.93c0-.125 0-.305-.014-.464a1.83 1.83 0 0 0-.369-.976 1.8 1.8 0 0 0-1.38-.69 1.83 1.83 0 0 0-1.001.29 5.3 5.3 0 0 0-.38.268l-.514.386a3.068 3.068 0 0 0-.25-.696 3.75 3.75 0 0 0-1.64-1.64c-.444-.226-.924-.32-1.47-.365C8.45 2 7.794 2 6.981 2ZM12.5 7.462V9.5l1.232.924c.247.185.37.278.474.276a.3.3 0 0 0 .23-.115c.064-.082.064-.236.064-.545V5.96c0-.309 0-.463-.064-.545a.3.3 0 0 0-.23-.115c-.103-.002-.227.09-.474.276L12.5 6.5v.962ZM11 7.55c0-.852 0-1.447-.038-1.91-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C8.397 3.501 7.802 3.5 6.95 3.5h-1.4c-.852 0-1.447 0-1.91.038-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912-.037.462-.038 1.057-.038 1.909v.9c0 .852 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h1.4c.852 0 1.447 0 1.91-.038.453-.037.714-.107.911-.207a2.25 2.25 0 0 0 .984-.984c.1-.197.17-.458.207-.912.037-.462.038-1.057.038-1.909v-.9Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
3
+ export default Icon16VideocamOutline;
@@ -1,3 +1,3 @@
1
1
  import { makeIcon } from "@vkontakte/icons-sprite";
2
- export var Icon20KeyOutline = makeIcon("Icon20KeyOutline", "key_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="key_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M15.41 1c.895.01 1.79.002 2.685 0a1.508 1.508 0 0 1 .122.004.851.851 0 0 1 .319.089.85.85 0 0 1 .371.371.849.849 0 0 1 .09.32 1.467 1.467 0 0 1 .003.121c-.002.812 0 1.623 0 2.435 0 .016 0 .072-.004.127a.849.849 0 0 1-.089.319.85.85 0 0 1-.371.371.851.851 0 0 1-.32.09c-.054.003-.11.003-.126.003h-1.34v1.336c0 .016 0 .073-.004.127a.849.849 0 0 1-.089.32.85.85 0 0 1-.371.37.851.851 0 0 1-.32.09c-.054.004-.11.003-.126.003h-1.09v1.349a1.467 1.467 0 0 1-.004.122.85.85 0 0 1-.089.319.85.85 0 0 1-.371.371.851.851 0 0 1-.32.09 1.503 1.503 0 0 1-.121.003h-1.581a5.5 5.5 0 1 1-3.327-2.56l5.656-5.84c.019-.019.11-.121.23-.197a1 1 0 0 1 .295-.124A1.2 1.2 0 0 1 15.41 1Zm.158 1.5L9.873 8.38c-.025.025-.158.177-.334.266a.988.988 0 0 1-.423.109 1.01 1.01 0 0 1-.278-.032c-.054-.014-.114-.033-.155-.045A3.999 3.999 0 0 0 7.5 8.5a4 4 0 1 0 3.209 1.611 1.489 1.489 0 0 1-.062-.088.852.852 0 0 1-.115-.272.848.848 0 0 1 .026-.466.85.85 0 0 1 .143-.256 1.467 1.467 0 0 1 .071-.08l.311-.334c.018-.02.11-.126.233-.205a1 1 0 0 1 .3-.13c.128-.032.257-.03.298-.03.446.005.89 0 1.336 0V6.902a1.467 1.467 0 0 1 .004-.122.85.85 0 0 1 .089-.32.85.85 0 0 1 .371-.37.851.851 0 0 1 .32-.09 1.503 1.503 0 0 1 .121-.003h1.095V4.655a1.467 1.467 0 0 1 .004-.122.849.849 0 0 1 .089-.319.85.85 0 0 1 .371-.371.851.851 0 0 1 .32-.09c.054-.004.11-.003.126-.003h1.34V2.5h-1.932Z" clip-rule="evenodd" /><path fill="currentColor" d="M7.5 13.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /></symbol>', 20, 20, false, undefined);
2
+ export var Icon20KeyOutline = makeIcon("Icon20KeyOutline", "key_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="key_outline_20"><path d="M7.5 13.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M14.92 1.5h-.01c-.04 0-.166-.002-.292.029a.999.999 0 0 0-.295.125c-.11.069-.196.16-.224.19l-.006.007L8.936 7.19A5.506 5.506 0 0 0 2 12.5a5.5 5.5 0 1 0 10.797-1.486L14.2 9.611l.007-.007a1.2 1.2 0 0 0 .207-.26 1 1 0 0 0 .118-.339c.023-.145.004-.286-.002-.332l-.002-.01-.077-.652.373.044c.069.008.162.02.245.022a.99.99 0 0 0 .442-.08 1 1 0 0 0 .5-.483c.084-.177.093-.343.094-.439 0-.084-.008-.177-.014-.246l-.037-.427.586.094.01.002a1 1 0 0 0 .978-.316l.008-.008.597-.597.002-.001.042-.044a.844.844 0 0 0 .222-.535l.001-.061V2.405c0-.02 0-.072-.004-.122a.852.852 0 0 0-.46-.69.85.85 0 0 0-.32-.09c-.049-.003-.1-.003-.121-.003H14.92ZM9.873 8.378 15.068 3H17v1.69l-.298.297-.867-.14a2.975 2.975 0 0 0-.252-.033 1.009 1.009 0 0 0-.457.065 1 1 0 0 0-.52.483c-.09.182-.1.353-.1.45 0 .087.008.183.014.255l.038.446-.387-.045a2.917 2.917 0 0 0-.251-.023 1.004 1.004 0 0 0-.451.084 1 1 0 0 0-.5.5 1.008 1.008 0 0 0-.083.45c.002.086.014.18.022.252l.111.94-1.426 1.425-.01.01a1.24 1.24 0 0 0-.25.326.988.988 0 0 0-.068.697c.013.05.03.104.043.144l.003.01a4 4 0 1 1-2.628-2.605l.01.002c.04.013.094.03.145.043a.988.988 0 0 0 .701-.077c.161-.082.286-.216.325-.258l.01-.01Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
3
  export default Icon20KeyOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20MinusSquareOutline = makeIcon("Icon20MinusSquareOutline", "minus_square_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="minus_square_outline_20"><path fill-rule="evenodd" d="M8.4 3.5h3.2c1.145 0 1.913.001 2.505.05.574.046.849.13 1.03.222a2.5 2.5 0 0 1 1.092 1.093c.093.181.177.456.224 1.03.048.592.049 1.36.049 2.505v3.2c0 1.145-.001 1.913-.05 2.505-.046.574-.13.849-.223 1.03a2.5 2.5 0 0 1-1.092 1.092c-.181.093-.456.177-1.03.224-.592.048-1.36.049-2.505.049H8.4c-1.145 0-1.913-.001-2.505-.05-.574-.046-.849-.13-1.03-.223a2.5 2.5 0 0 1-1.093-1.092c-.092-.181-.176-.456-.222-1.03-.049-.592-.05-1.36-.05-2.505V8.4c0-1.145.001-1.913.05-2.505.046-.574.13-.849.222-1.03a2.5 2.5 0 0 1 1.093-1.093c.181-.092.456-.176 1.03-.222.592-.049 1.36-.05 2.505-.05ZM2 8.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C5.04 2 6.16 2 8.4 2h3.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 5.04 18 6.16 18 8.4v3.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C14.96 18 13.84 18 11.6 18H8.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C2 14.96 2 13.84 2 11.6V8.4Zm4.75.85a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20MinusSquareOutline;
@@ -1,3 +1,3 @@
1
1
  import { makeIcon } from "@vkontakte/icons-sprite";
2
- export var Icon20PlaneOutline = makeIcon("Icon20PlaneOutline", "plane_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="plane_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M13.06 3.064c.964-.712 2.154-1.316 3.339-.958.358.109.677.337.917.577.24.24.467.559.576.914.362 1.184-.242 2.373-.954 3.337-.664.898-1.57 1.798-2.432 2.615l.995 5.079c.09.462-.045.987-.28 1.386a2.18 2.18 0 0 1-2.348 1.025c-.453-.1-.939-.36-1.212-.746L9.972 13.91l-.927.677.165 1.173a1.96 1.96 0 0 1-.655 1.746 1.962 1.962 0 0 1-2.96-.42l-1.052-1.628-1.572-1.002a1.96 1.96 0 0 1-.892-2.243 1.96 1.96 0 0 1 .417-.753 1.962 1.962 0 0 1 1.745-.654c.389.054.778.105 1.166.157l.687-.945-2.405-1.676c-.419-.25-.694-.785-.795-1.244A2.179 2.179 0 0 1 3.919 4.75c.4-.234.926-.37 1.389-.279l5.14 1.02c.816-.858 1.714-1.763 2.612-2.426ZM4.534 7.111l3.038 2.117a.746.746 0 0 1 .177 1.05l-1.395 1.923a.746.746 0 0 1-.704.3l-1.61-.216a.499.499 0 0 0-.528.347c-.07.238.056.434.248.557l1.723 1.098a.746.746 0 0 1 .226.224l1.148 1.777a.48.48 0 0 0 .532.2.5.5 0 0 0 .345-.446c.002-.046-.005-.09-.011-.136l-.219-1.554a.746.746 0 0 1 .3-.706l1.9-1.388a.747.747 0 0 1 1.049.171l2.098 2.962a.7.7 0 0 0 .766.149.7.7 0 0 0 .41-.667l-1.065-5.44a.746.746 0 0 1 .22-.687c.96-.902 1.906-1.82 2.555-2.699.414-.56 1.173-1.658.523-2.31-.65-.65-1.756.116-2.313.528-.88.65-1.796 1.595-2.695 2.55a.747.747 0 0 1-.69.22L5.06 5.945a.7.7 0 0 0-.667.41.7.7 0 0 0 .14.757Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
2
+ export var Icon20PlaneOutline = makeIcon("Icon20PlaneOutline", "plane_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="plane_outline_20"><path fill-rule="evenodd" d="M16.453 4.108a.8.8 0 0 0-.561-.561 1.318 1.318 0 0 0-1.23.292l-2.325 2.096a1.725 1.725 0 0 1-1.697.356L6.113 4.792a1.25 1.25 0 0 0-1.277.303l-.261.261a.25.25 0 0 0 .066.401L8.325 7.57c.77.378.938 1.4.333 2.006L6.823 11.41a1.75 1.75 0 0 1-1.363.508l-2.687-.194c-.099-.007-.147.02-.174.042a.274.274 0 0 0-.088.152.273.273 0 0 0 .013.174c.015.032.047.078.138.114l2.972 1.182c.447.177.802.531.98.978L7.8 17.342c.036.091.081.123.114.138a.27.27 0 0 0 .174.013.273.273 0 0 0 .151-.088c.023-.028.05-.076.042-.174l-.197-2.689a1.75 1.75 0 0 1 .507-1.366l1.834-1.834a1.25 1.25 0 0 1 2.006.333l1.812 3.684a.25.25 0 0 0 .4.066l.262-.26a1.25 1.25 0 0 0 .303-1.278l-1.5-4.527a1.725 1.725 0 0 1 .357-1.697l2.096-2.326c.3-.333.41-.796.292-1.229ZM16.286 2.1a2.3 2.3 0 0 1 1.615 1.615 2.818 2.818 0 0 1-.626 2.628L15.18 8.667a.225.225 0 0 0-.046.221l1.499 4.528a2.75 2.75 0 0 1-.666 2.809l-.261.261a1.75 1.75 0 0 1-2.808-.465l-1.658-3.37-1.587 1.586a.25.25 0 0 0-.072.195l.197 2.689c.147 1.996-2.63 2.635-3.37.776L5.22 14.92a.25.25 0 0 0-.14-.14L2.108 13.6c-1.859-.74-1.223-3.516.773-3.372l2.687.194a.25.25 0 0 0 .194-.072L7.35 8.76 3.98 7.103a1.75 1.75 0 0 1-.466-2.807l.261-.262a2.75 2.75 0 0 1 2.81-.666l4.527 1.5a.225.225 0 0 0 .221-.047l2.325-2.096a2.818 2.818 0 0 1 2.628-.626Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
3
  export default Icon20PlaneOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20ReceiptOutline = makeIcon("Icon20ReceiptOutline", "receipt_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="receipt_outline_20"><path d="M7.75 8.25a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z" /><path fill-rule="evenodd" d="M3.421 2.076a.75.75 0 0 1 .791.083l1.455 1.139L7.12 2.159a.75.75 0 0 1 .925 0L9.5 3.298l1.454-1.139a.75.75 0 0 1 .925 0l1.454 1.139 1.455-1.139A.75.75 0 0 1 16 2.75V13h.542c.19 0 .354 0 .502.02a2.25 2.25 0 0 1 1.937 1.936c.02.148.02.312.019.502v.084c0 .19 0 .354-.02.502a2.25 2.25 0 0 1-1.936 1.937c-.148.02-.312.02-.502.019H6.25v-.017a8.601 8.601 0 0 1-.794-.063c-.628-.084-1.195-.27-1.65-.726-.456-.455-.642-1.022-.726-1.65C3 14.95 3 14.2 3 13.302V2.75a.75.75 0 0 1 .421-.674ZM14.5 4.289V13h-3.542c-.19 0-.354 0-.502.02a2.25 2.25 0 0 0-1.937 1.936c-.02.148-.02.312-.019.502v.042c0 .256-.002.311-.006.348a.75.75 0 0 1-.646.646 2.747 2.747 0 0 1-.285.006c-.862 0-1.456-.006-1.908-.067-.461-.062-.659-.169-.789-.3-.13-.13-.237-.327-.3-.788-.064-.483-.066-1.131-.066-2.095V4.29l.704.55a.75.75 0 0 0 .925 0l1.454-1.138 1.455 1.139a.75.75 0 0 0 .924 0l1.455-1.139 1.454 1.139a.75.75 0 0 0 .925 0l.704-.552Zm2 12.211H9.872c.051-.146.088-.298.109-.456.02-.148.02-.312.019-.502V15.5c0-.256.002-.311.006-.348a.75.75 0 0 1 .646-.646A4.04 4.04 0 0 1 11 14.5h5.5c.256 0 .311.002.348.006a.75.75 0 0 1 .646.646c.004.037.006.092.006.348s-.002.311-.006.348a.75.75 0 0 1-.646.646 3.547 3.547 0 0 1-.348.006Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20ReceiptOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20SubscriptionsOutline = makeIcon("Icon20SubscriptionsOutline", "subscriptions_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="subscriptions_outline_20"><path d="M7.75 6a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5ZM7 9.75A.75.75 0 0 1 7.75 9h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 7 9.75Z" /><path fill-rule="evenodd" d="M11.482 1.5H9.518c-.813 0-1.469 0-2 .043-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.639c-.226.444-.32.924-.365 1.47C4 5.55 4 6.206 4 7.019V10c-.408.005-.747.026-1.048.117a2.75 2.75 0 0 0-1.834 1.834C1 12.345 1 12.8 1 13.39v1.19c0 .535 0 .98.03 1.345.03.38.098.736.27 1.073A2.75 2.75 0 0 0 2.502 18.2c.337.172.693.24 1.073.27.365.03.81.03 1.344.03h6.563c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.018c0-.813 0-1.469-.043-2-.045-.546-.14-1.026-.366-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365-.531-.043-1.187-.043-2-.043ZM9.502 17h1.948c.852 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909v-5.9c0-.852 0-1.447-.038-1.91-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C12.897 3.001 12.302 3 11.45 3h-1.9c-.852 0-1.447 0-1.91.038-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912-.037.462-.038 1.057-.038 1.909V17h4.001ZM4 16.992v-5.49c-.361.005-.503.018-.613.052a1.25 1.25 0 0 0-.833.833c-.046.15-.054.36-.054 1.113v1.05c0 .572 0 .957.025 1.252.023.288.065.425.111.515.12.236.311.427.546.547.091.046.228.088.515.111.092.008.192.013.303.017Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20SubscriptionsOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20TextStrikethroughOutline = makeIcon("Icon20TextStrikethroughOutline", "text_strikethrough_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_strikethrough_outline_20"><path fill-rule="evenodd" d="m5.136 17.314 1.516-4.32h6.71l1.498 4.32c.093.26.203.428.335.532.13.103.297.157.53.157.531 0 .879-.328.879-.753 0-.124-.028-.277-.117-.52l-2.495-6.734h2.26a.75.75 0 1 0 0-1.5h-2.816l-2.264-6.109c-.119-.32-.27-.538-.454-.677-.182-.137-.408-.207-.697-.207-.312 0-.553.073-.743.214-.192.142-.346.363-.465.681L6.556 8.497H3.753a.75.75 0 1 0 0 1.5h2.249L3.51 16.73c-.089.243-.117.396-.117.52 0 .425.348.753.879.753.232 0 .4-.054.53-.157.132-.104.242-.272.334-.532Zm2.576-7.318-.56 1.6h5.702l-.561-1.6H7.712Zm4.054-1.5-1.627-4.632h-.281L8.236 8.497h3.53Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20TextStrikethroughOutline;
@@ -1,3 +1,3 @@
1
1
  import { makeIcon } from "@vkontakte/icons-sprite";
2
- export var Icon20VideocamOutline = makeIcon("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="videocam_outline_20"><path fill="currentColor" fill-rule="evenodd" d="M6.817 3c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413A4.25 4.25 0 0 0 .964 5.32C.71 5.819.602 6.36.55 6.99.5 7.604.5 8.365.5 9.317v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.857 1.857c.498.253 1.04.361 1.67.413.614.05 1.375.05 2.327.05h2.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.155-.304.255-.625.322-.971l1.532 1.02c1.329.887 3.109-.066 3.109-1.663V6.934c0-1.597-1.78-2.55-3.11-1.664L15.36 6.291a3.606 3.606 0 0 0-.322-.97 4.25 4.25 0 0 0-1.858-1.858c-.497-.253-1.04-.361-1.67-.413C10.897 3 10.136 3 9.184 3H6.817ZM15.5 9.26V12l2.223 1.482a.5.5 0 0 0 .777-.416V6.934a.5.5 0 0 0-.777-.416L15.5 8v1.26Zm-1.5.09c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 12.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-2.3c-.992 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.3 6.002c-.128.25-.21.573-.255 1.11C2.001 7.658 2 8.357 2 9.35v1.3c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 3.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h2.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 13.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
2
+ export var Icon20VideocamOutline = makeIcon("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="videocam_outline_20"><path fill-rule="evenodd" d="M7.817 3c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67-.05.613-.05 1.374-.05 2.326v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413.613.05 1.374.05 2.326.05h1.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.155-.304.255-.625.322-.971l1.532 1.02c1.329.887 3.109-.066 3.109-1.663V6.934c0-1.597-1.78-2.55-3.11-1.664l-1.53 1.021a3.605 3.605 0 0 0-.322-.97 4.25 4.25 0 0 0-1.857-1.858c-.498-.253-1.04-.361-1.67-.413C10.896 3 10.135 3 9.183 3H7.817ZM15.5 9.26V12l2.223 1.482a.5.5 0 0 0 .777-.416V6.934a.5.5 0 0 0-.777-.416L15.5 8v1.26Zm-1.5.09c0-.992 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 12.5 4.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-1.3c-.992 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.3 6.002c-.128.25-.21.573-.255 1.11C3.001 7.658 3 8.358 3 9.35v1.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h1.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 13.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
3
  export default Icon20VideocamOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon24CircleSmall = makeIcon("Icon24CircleSmall", "circle_small_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="circle_small_24"><circle cx="12" cy="12" r="7" /></symbol>', 24, 24, false, undefined);
3
+ export default Icon24CircleSmall;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon24HslOutline = makeIcon("Icon24HslOutline", "hsl_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hsl_outline_24"><path fill-rule="evenodd" d="M5.363 9.07A6.656 6.656 0 0 1 12 2a6.656 6.656 0 0 1 6.637 7.07A6.653 6.653 0 0 1 22 14.85a6.656 6.656 0 0 1-6.65 6.65c-1.22 0-2.366-.33-3.35-.907a6.611 6.611 0 0 1-3.35.907A6.656 6.656 0 0 1 2 14.85a6.653 6.653 0 0 1 3.363-5.78Zm1.795-.701A4.857 4.857 0 0 1 12 3.8a4.857 4.857 0 0 1 4.842 4.569A6.65 6.65 0 0 0 12 9.107a6.65 6.65 0 0 0-4.842-.738Zm9.45 1.796a4.84 4.84 0 0 0-3.066.185 6.658 6.658 0 0 1 1.346 2.194 4.872 4.872 0 0 0 1.72-2.379Zm-1.321 4.265c1.35-.77 2.405-2 2.951-3.474A4.847 4.847 0 0 1 15.35 19.7a4.822 4.822 0 0 1-1.808-.35 6.625 6.625 0 0 0 1.745-4.92Zm-2.03-1.095A4.861 4.861 0 0 0 12 11.346a4.861 4.861 0 0 0-1.257 1.989 4.835 4.835 0 0 0 2.514 0Zm-2.749 1.796a6.65 6.65 0 0 0 2.984 0A4.838 4.838 0 0 1 12 18.353a4.838 4.838 0 0 1-1.492-3.222Zm-1.795-.701a6.625 6.625 0 0 0 1.745 4.92 4.82 4.82 0 0 1-1.808.35 4.856 4.856 0 0 1-4.85-4.85c0-1.593.772-3.01 1.962-3.894a6.686 6.686 0 0 0 2.951 3.474Zm.4-1.886a4.872 4.872 0 0 1-1.72-2.379 4.84 4.84 0 0 1 3.065.185 6.658 6.658 0 0 0-1.346 2.194Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
3
+ export default Icon24HslOutline;
@@ -1,3 +1,3 @@
1
1
  import { makeIcon } from "@vkontakte/icons-sprite";
2
- export var Icon24MessageUnreadOutline = makeIcon("Icon24MessageUnreadOutline", "message_unread_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="message_unread_outline_24"><path fill="currentColor" fill-rule="evenodd" d="M12.016 4.9c-4.6 0-8.084 3.172-8.084 6.807 0 1.306.437 2.532 1.21 3.57a.9.9 0 0 1 .177.538c0 .9-.236 1.77-.525 2.553-.173.467-.377.933-.574 1.367 1.714-.194 2.835-.75 3.513-1.547a.9.9 0 0 1 1.002-.26c1 .376 2.11.586 3.28.586 4.6 0 8.085-3.172 8.085-6.807 0-.752-.145-1.475-.413-2.152a.9.9 0 0 1 1.673-.664c.35.882.54 1.83.54 2.816 0 4.878-4.56 8.607-9.884 8.607-1.173 0-2.3-.178-3.348-.506C7.42 20.961 5.616 21.513 3.42 21.6c-.927.036-1.598-.927-1.209-1.792.077-.173.155-.344.232-.513.237-.518.468-1.024.662-1.55.217-.587.364-1.138.404-1.656a7.72 7.72 0 0 1-1.377-4.381c0-4.878 4.56-8.607 9.884-8.607.59 0 1.167.045 1.73.131a.9.9 0 0 1 .752 1.026.9.9 0 0 1-1.026.753 9.6 9.6 0 0 0-1.456-.11Z" clip-rule="evenodd" /><path fill="currentColor" d="M19.5 5.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Z" /></symbol>', 24, 24, false, undefined);
2
+ export var Icon24MessageUnreadOutline = makeIcon("Icon24MessageUnreadOutline", "message_unread_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="message_unread_outline_24"><path fill-rule="evenodd" d="M3.932 11.707c0-3.635 3.485-6.807 8.084-6.807 4.6 0 8.084 3.172 8.084 6.807 0 3.634-3.485 6.807-8.084 6.807a9.336 9.336 0 0 1-3.281-.586.9.9 0 0 0-1.002.26c-.678.797-1.8 1.353-3.513 1.547.197-.434.4-.9.574-1.367.289-.783.525-1.653.525-2.553a.9.9 0 0 0-.177-.537c-.773-1.04-1.21-2.265-1.21-3.571ZM12.016 3.1c-5.325 0-9.884 3.729-9.884 8.607a7.72 7.72 0 0 0 1.377 4.38c-.04.519-.187 1.07-.404 1.657a22.77 22.77 0 0 1-.662 1.55c-.077.17-.155.34-.232.513-.39.865.282 1.828 1.21 1.792 2.195-.086 4-.638 5.247-1.79a11.21 11.21 0 0 0 3.348.505c5.324 0 9.884-3.73 9.884-8.607 0-4.878-4.56-8.607-9.884-8.607Zm.232 10.401a1.75 1.75 0 1 0 0-3.498 1.75 1.75 0 0 0 0 3.498Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
3
3
  export default Icon24MessageUnreadOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon24MessageUnreadTopOutline = makeIcon("Icon24MessageUnreadTopOutline", "message_unread_top_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="message_unread_top_outline_24"><path fill-rule="evenodd" d="M12.016 4.9c-4.6 0-8.084 3.172-8.084 6.807 0 1.306.437 2.532 1.21 3.571a.9.9 0 0 1 .177.537c0 .9-.236 1.77-.525 2.553-.173.467-.377.933-.574 1.367 1.714-.194 2.835-.75 3.513-1.547a.9.9 0 0 1 1.002-.26c1 .376 2.11.586 3.28.586 4.6 0 8.085-3.172 8.085-6.807a5.81 5.81 0 0 0-.414-2.152.9.9 0 0 1 1.674-.664c.35.882.54 1.83.54 2.816 0 4.878-4.56 8.607-9.884 8.607-1.173 0-2.3-.178-3.348-.506C7.42 20.961 5.616 21.513 3.42 21.6c-.927.036-1.598-.927-1.209-1.792.077-.173.155-.344.232-.513a22.77 22.77 0 0 0 .662-1.55c.217-.587.364-1.138.404-1.656a7.72 7.72 0 0 1-1.377-4.381c0-4.878 4.56-8.607 9.884-8.607.59 0 1.167.045 1.73.131a.9.9 0 0 1-.274 1.78 9.6 9.6 0 0 0-1.456-.111Zm7.484.85a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Z" /></symbol>', 24, 24, false, undefined);
3
+ export default Icon24MessageUnreadTopOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon28ChevronLeftCircle = makeIcon("Icon28ChevronLeftCircle", "chevron_left_circle_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="chevron_left_circle_28"><path d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14Z" opacity=".12" /><path fill-rule="evenodd" d="M16.707 8.293a1 1 0 0 1 0 1.414L12.414 14l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
3
+ export default Icon28ChevronLeftCircle;