@vkontakte/icons 2.55.0 → 2.56.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 (41) hide show
  1. package/dist/16/hand_outline_16.js +21 -0
  2. package/dist/16/sliders_outline_16.js +21 -0
  3. package/dist/20/user_microphone_badge_outline_20.js +21 -0
  4. package/dist/20/user_microphone_badge_slash_outline_20.js +21 -0
  5. package/dist/20/user_star_badge_outline_20.js +21 -0
  6. package/dist/20/vmoji_outline_20.js +21 -0
  7. package/dist/24/color_correction_24.js +21 -0
  8. package/dist/28/subtitles_28.js +21 -0
  9. package/dist/48/hide_outline_48.js +21 -0
  10. package/dist/es6/16/hand_outline_16.js +3 -0
  11. package/dist/es6/16/sliders_outline_16.js +3 -0
  12. package/dist/es6/20/user_microphone_badge_outline_20.js +3 -0
  13. package/dist/es6/20/user_microphone_badge_slash_outline_20.js +3 -0
  14. package/dist/es6/20/user_star_badge_outline_20.js +3 -0
  15. package/dist/es6/20/vmoji_outline_20.js +3 -0
  16. package/dist/es6/24/color_correction_24.js +3 -0
  17. package/dist/es6/28/subtitles_28.js +3 -0
  18. package/dist/es6/48/hide_outline_48.js +3 -0
  19. package/dist/es6/index.js +9 -0
  20. package/dist/icons-map.json +1 -1
  21. package/dist/index.js +36 -0
  22. package/dist/typings/16/hand_outline_16.d.ts +12 -0
  23. package/dist/typings/16/sliders_outline_16.d.ts +12 -0
  24. package/dist/typings/20/user_microphone_badge_outline_20.d.ts +12 -0
  25. package/dist/typings/20/user_microphone_badge_slash_outline_20.d.ts +12 -0
  26. package/dist/typings/20/user_star_badge_outline_20.d.ts +12 -0
  27. package/dist/typings/20/vmoji_outline_20.d.ts +12 -0
  28. package/dist/typings/24/color_correction_24.d.ts +12 -0
  29. package/dist/typings/28/subtitles_28.d.ts +12 -0
  30. package/dist/typings/48/hide_outline_48.d.ts +12 -0
  31. package/dist/typings/index.d.ts +9 -0
  32. package/package.json +1 -1
  33. package/src/svg/16/hand_outline_16.svg +1 -0
  34. package/src/svg/16/sliders_outline_16.svg +1 -0
  35. package/src/svg/20/user_microphone_badge_outline_20.svg +1 -0
  36. package/src/svg/20/user_microphone_badge_slash_outline_20.svg +1 -0
  37. package/src/svg/20/user_star_badge_outline_20.svg +1 -0
  38. package/src/svg/20/vmoji_outline_20.svg +1 -0
  39. package/src/svg/24/color_correction_24.svg +1 -0
  40. package/src/svg/28/subtitles_28.svg +1 -0
  41. package/src/svg/48/hide_outline_48.svg +1 -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
+ Icon16HandOutline: function() {
13
+ return Icon16HandOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon16HandOutline = (0, _iconssprite.makeIcon)("Icon16HandOutline", "hand_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="hand_outline_16"><path fill-rule="evenodd" d="M6 7.5a.5.5 0 0 1-1 0v-2a.5.5 0 0 0-1 0v3.75C4 11.75 5.5 13 8 13c1.38 0 2.4-.43 3.5-1.75.378-.454.754-1.068 1.084-1.679l.03-.054a23.752 23.752 0 0 0 .835-1.724.615.615 0 0 0-.3-.8.633.633 0 0 0-.804.22l-.978 1.481a.21.21 0 0 1-.038.044c-.122.104-.329.024-.329-.154V4a.5.5 0 0 0-1 0v3.25a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5V2.5a.5.5 0 0 0-1 0v4.75a.5.5 0 0 1-1 0V3.5a.5.5 0 0 0-1 0v4Zm.758-5.984a2 2 0 0 1 3.68.485L10.5 2a2 2 0 0 1 2 2v1.461a2.13 2.13 0 0 1 1.304.182 2.115 2.115 0 0 1 1.017 2.755c-.368.835-1.223 2.678-2.169 3.812-.644.773-1.335 1.37-2.146 1.761-.818.395-1.653.529-2.506.529-1.48 0-2.893-.37-3.947-1.328C2.976 12.193 2.5 10.806 2.5 9.25V5.5a2 2 0 0 1 2-2 2 2 0 0 1 2.258-1.984Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
21
+ var _default = Icon16HandOutline;
@@ -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
+ Icon16SlidersOutline: function() {
13
+ return Icon16SlidersOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon16SlidersOutline = (0, _iconssprite.makeIcon)("Icon16SlidersOutline", "sliders_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="sliders_outline_16"><path fill-rule="evenodd" d="M7.855 6a2 2 0 0 1-3.71 0H2.75a.75.75 0 0 1 0-1.5h1.395a2 2 0 0 1 3.71 0h5.395a.75.75 0 0 1 0 1.5H7.855ZM6.5 5.25a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm5.355 6.25a2 2 0 0 1-3.71 0H2.75a.75.75 0 0 1 0-1.5h5.395a2 2 0 0 1 3.71 0h1.395a.75.75 0 0 1 0 1.5h-1.395ZM10 11.25a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
21
+ var _default = Icon16SlidersOutline;
@@ -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
+ Icon20UserMicrophoneBadgeOutline: function() {
13
+ return Icon20UserMicrophoneBadgeOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20UserMicrophoneBadgeOutline = (0, _iconssprite.makeIcon)("Icon20UserMicrophoneBadgeOutline", "user_microphone_badge_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_microphone_badge_outline_20"><path fill-rule="evenodd" d="M8.205 11.332a.75.75 0 0 1-.593.879c-.868.168-1.592.431-2.151.768C4.51 13.55 4 14.337 4 15.5c0 .46.144.668.25.767.12.113.353.233.75.233h2.25a.75.75 0 0 1 0 1.5H5c-.704 0-1.328-.218-1.777-.64-.449-.42-.723-1.045-.723-1.86 0-1.742.833-2.992 2.188-3.807.746-.449 1.645-.762 2.638-.955a.75.75 0 0 1 .88.594ZM6 5a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm4-2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM13.5 19a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm-2.019-4.636a.5.5 0 1 0-.962.272A3.102 3.102 0 0 0 13 16.85v.651a.5.5 0 0 0 1 0v-.65a3.102 3.102 0 0 0 2.481-2.214.5.5 0 1 0-.962-.272 2.099 2.099 0 0 1-4.038 0ZM14.7 12.45a1.2 1.2 0 0 0-2.4 0V14a1.2 1.2 0 0 0 2.4 0v-1.55Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20UserMicrophoneBadgeOutline;
@@ -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
+ Icon20UserMicrophoneBadgeSlashOutline: function() {
13
+ return Icon20UserMicrophoneBadgeSlashOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20UserMicrophoneBadgeSlashOutline = (0, _iconssprite.makeIcon)("Icon20UserMicrophoneBadgeSlashOutline", "user_microphone_badge_slash_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_microphone_badge_slash_outline_20"><path fill-rule="evenodd" d="M10 2.5a2.5 2.5 0 0 0-2.183 1.28.75.75 0 0 1-1.309-.733 4 4 0 1 1 5.434 5.45.75.75 0 0 1-.729-1.31A2.499 2.499 0 0 0 10 2.5Zm-7.78.22a.75.75 0 0 1 1.06 0l15.002 15.002a.75.75 0 0 1-1.06 1.06l-.833-.832a4.5 4.5 0 0 1-6.34-6.34L2.22 3.78a.75.75 0 0 1 0-1.06Zm11.987 13.047.755.756c-.295.159-.619.27-.962.326v.651a.5.5 0 0 1-1 0v-.65a3.102 3.102 0 0 1-2.481-2.214.5.5 0 1 1 .962-.272 2.099 2.099 0 0 0 2.726 1.403ZM12.3 13.861l1.332 1.332A1.2 1.2 0 0 1 12.3 14v-.14Zm5.7.639c0 .257-.021.509-.063.754l-5.191-5.191A4.5 4.5 0 0 1 18 14.5ZM7.598 11.42a.75.75 0 0 0-.914-.536 8.97 8.97 0 0 0-.766.234c-.442.159-.855.35-1.23.575C3.333 12.508 2.5 13.758 2.5 15.5c0 .815.274 1.44.723 1.86.449.422 1.073.64 1.777.64h2.25a.75.75 0 0 0 0-1.5H5c-.397 0-.63-.12-.75-.233-.106-.1-.25-.307-.25-.767 0-1.163.51-1.95 1.46-2.521a5.4 5.4 0 0 1 .964-.448c.2-.072.413-.138.637-.196a.75.75 0 0 0 .537-.914Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20UserMicrophoneBadgeSlashOutline;
@@ -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
+ Icon20UserStarBadgeOutline: function() {
13
+ return Icon20UserStarBadgeOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20UserStarBadgeOutline = (0, _iconssprite.makeIcon)("Icon20UserStarBadgeOutline", "user_star_badge_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_star_badge_outline_20"><path fill-rule="evenodd" d="M6 5a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm4-2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-1.795 8.832a.75.75 0 0 1-.593.879c-.868.168-1.592.431-2.151.768C4.51 13.55 4 14.337 4 15.5c0 .46.144.668.25.767.12.113.353.233.75.233h2.328a.75.75 0 0 1 0 1.5H5c-.704 0-1.328-.218-1.777-.64-.449-.42-.723-1.045-.723-1.86 0-1.742.833-2.992 2.188-3.807.746-.449 1.645-.762 2.638-.955a.75.75 0 0 1 .88.594ZM18 14.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.193-1.185-1.314-.129-.579-1.365c-.181-.428-.646-.428-.827 0l-.579 1.365-1.314.13c-.46.044-.599.5-.244.802l1.029.875-.382 1.425c-.126.468.265.75.653.47l1.25-.904 1.25.904c.39.282.78-.002.655-.47l-.382-1.425 1.029-.875c.353-.3.212-.758-.245-.803Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20UserStarBadgeOutline;
@@ -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
+ Icon20VmojiOutline: function() {
13
+ return Icon20VmojiOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon20VmojiOutline = (0, _iconssprite.makeIcon)("Icon20VmojiOutline", "vmoji_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="vmoji_outline_20"><path d="M12.037 8.557c.734-.378 1.581-.378 2.328.262.291.25.315.679.052.957a.736.736 0 0 1-1.004.05l-.071-.056c-.212-.15-.402-.138-.63-.02a.82.82 0 0 0-.125.076l-.07.053a.737.737 0 0 1-.934-.103.655.655 0 0 1 .052-.957c.089-.076.223-.17.402-.262ZM7.05 8a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.21 3.5c.442 0 .802.36.733.797a1.929 1.929 0 0 1-.09.38 2.14 2.14 0 0 1-.446.694 2.054 2.054 0 0 1-.669.465c-.25.107-.518.164-.788.164s-.538-.057-.788-.164a2.056 2.056 0 0 1-.669-.465 2.148 2.148 0 0 1-.446-.694 1.925 1.925 0 0 1-.09-.38c-.069-.437.291-.797.733-.797h2.52ZM1.5 7.245C1.508 4.078 4.077 1.5 7.25 1.5a.75.75 0 0 1 0 1.5A4.258 4.258 0 0 0 3 7.26a.75.75 0 0 1-1.5 0v-.015Zm0 5.51c.008 3.167 2.577 5.745 5.75 5.745a.75.75 0 0 0 0-1.5A4.258 4.258 0 0 1 3 12.74a.75.75 0 0 0-1.5 0v.015Zm17-5.51C18.492 4.078 15.922 1.5 12.75 1.5a.75.75 0 0 0 0 1.5C15.095 3 17 4.91 17 7.26a.75.75 0 0 0 1.5 0v-.015Zm0 5.51c-.008 3.167-2.578 5.745-5.75 5.745a.75.75 0 0 1 0-1.5c2.345 0 4.25-1.91 4.25-4.26a.75.75 0 0 1 1.5 0v.015Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
21
+ var _default = Icon20VmojiOutline;
@@ -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
+ Icon24ColorCorrection: function() {
13
+ return Icon24ColorCorrection;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon24ColorCorrection = (0, _iconssprite.makeIcon)("Icon24ColorCorrection", "color_correction_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="color_correction_24"><path fill-rule="evenodd" d="M17 12.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1.8 0a3.2 3.2 0 0 1-4.735 2.808l2.271-2.272a.9.9 0 0 0-1.272-1.272l-2.272 2.272A3.2 3.2 0 1 1 15.2 12.5ZM10.5 3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm9.5 9.6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm-19 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm2.5-7.1a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm14 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm-14 14a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" /><path d="M3.5 19.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm14 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" /></symbol>', 24, 24, false, undefined);
21
+ var _default = Icon24ColorCorrection;
@@ -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
+ Icon28Subtitles: function() {
13
+ return Icon28Subtitles;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon28Subtitles = (0, _iconssprite.makeIcon)("Icon28Subtitles", "subtitles_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="subtitles_28"><path fill-rule="evenodd" d="M18.308 4c2.675 0 3.645.278 4.622.801A5.452 5.452 0 0 1 25.2 7.07c.522.978.801 1.948.801 4.623v4.616c0 2.675-.279 3.645-.801 4.622a5.452 5.452 0 0 1-2.27 2.269c-.977.522-1.947.801-4.622.801H9.692c-2.675 0-3.645-.279-4.623-.801a5.452 5.452 0 0 1-2.268-2.269C2.278 19.953 2 18.983 2 16.308v-4.616c0-2.675.278-3.645.801-4.623A5.452 5.452 0 0 1 5.07 4.801C6.047 4.278 7.017 4 9.692 4h8.616ZM7 13a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Zm10 4a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Zm-3-5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Zm-7 5a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
21
+ var _default = Icon28Subtitles;
@@ -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
+ Icon48HideOutline: function() {
13
+ return Icon48HideOutline;
14
+ },
15
+ default: function() {
16
+ return _default;
17
+ }
18
+ });
19
+ var _iconssprite = require("@vkontakte/icons-sprite");
20
+ var Icon48HideOutline = (0, _iconssprite.makeIcon)("Icon48HideOutline", "hide_outline_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 48 48" id="hide_outline_48"><path fill-rule="evenodd" d="M12.56 8.44a1.5 1.5 0 0 0-2.12 2.12l2.491 2.492a25.29 25.29 0 0 0-2.696 1.731c-1.88 1.386-3.442 2.955-4.533 4.55C4.61 20.928 4 22.535 4 24s.61 3.071 1.702 4.668c1.09 1.594 2.653 3.163 4.533 4.549C13.998 35.989 19.007 38 24 38c3.827 0 7.654-1.182 10.913-2.966l2.526 2.527a1.5 1.5 0 0 0 2.122-2.122l-27-27Zm20.13 24.37-3.845-3.845A6.988 6.988 0 0 1 23.89 31C20.145 31 17 28.075 17 24.334c0-1.976.886-3.734 2.268-4.944l-4.13-4.131a1.513 1.513 0 0 1-.175.106 22.432 22.432 0 0 0-2.949 1.834c-1.662 1.224-2.97 2.56-3.836 3.827C7.292 22.322 7 23.343 7 24s.292 1.678 1.178 2.974c.867 1.266 2.174 2.603 3.836 3.827C15.367 33.271 19.767 35 24 35c2.944 0 5.976-.836 8.69-2.189ZM21.398 21.52c-.868.683-1.398 1.7-1.398 2.815C20 26.299 21.681 28 23.89 28c1.127 0 2.13-.45 2.834-1.155l-5.326-5.326ZM24 13c-.279 0-.492.003-.797.02-.4.023-.698.046-1.013.086a1.5 1.5 0 1 1-.38-2.976c.416-.053.792-.08 1.223-.105.383-.022.658-.025.967-.025 4.993 0 10.002 2.011 13.765 4.783 1.88 1.386 3.443 2.955 4.533 4.55C43.39 20.928 44 22.535 44 24c0 1.456-.655 3.21-1.722 4.695a73.43 73.43 0 0 1-1.288 1.718 1.5 1.5 0 1 1-2.38-1.826c.352-.46.853-1.114 1.231-1.641C40.651 25.819 41 24.665 41 24c0-.657-.292-1.678-1.178-2.974-.867-1.266-2.174-2.603-3.836-3.827C32.633 14.729 28.233 13 24 13Z" /></symbol>', 48, 48, false, undefined);
21
+ var _default = Icon48HideOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon16HandOutline = makeIcon("Icon16HandOutline", "hand_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="hand_outline_16"><path fill-rule="evenodd" d="M6 7.5a.5.5 0 0 1-1 0v-2a.5.5 0 0 0-1 0v3.75C4 11.75 5.5 13 8 13c1.38 0 2.4-.43 3.5-1.75.378-.454.754-1.068 1.084-1.679l.03-.054a23.752 23.752 0 0 0 .835-1.724.615.615 0 0 0-.3-.8.633.633 0 0 0-.804.22l-.978 1.481a.21.21 0 0 1-.038.044c-.122.104-.329.024-.329-.154V4a.5.5 0 0 0-1 0v3.25a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5V2.5a.5.5 0 0 0-1 0v4.75a.5.5 0 0 1-1 0V3.5a.5.5 0 0 0-1 0v4Zm.758-5.984a2 2 0 0 1 3.68.485L10.5 2a2 2 0 0 1 2 2v1.461a2.13 2.13 0 0 1 1.304.182 2.115 2.115 0 0 1 1.017 2.755c-.368.835-1.223 2.678-2.169 3.812-.644.773-1.335 1.37-2.146 1.761-.818.395-1.653.529-2.506.529-1.48 0-2.893-.37-3.947-1.328C2.976 12.193 2.5 10.806 2.5 9.25V5.5a2 2 0 0 1 2-2 2 2 0 0 1 2.258-1.984Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
3
+ export default Icon16HandOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon16SlidersOutline = makeIcon("Icon16SlidersOutline", "sliders_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="sliders_outline_16"><path fill-rule="evenodd" d="M7.855 6a2 2 0 0 1-3.71 0H2.75a.75.75 0 0 1 0-1.5h1.395a2 2 0 0 1 3.71 0h5.395a.75.75 0 0 1 0 1.5H7.855ZM6.5 5.25a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm5.355 6.25a2 2 0 0 1-3.71 0H2.75a.75.75 0 0 1 0-1.5h5.395a2 2 0 0 1 3.71 0h1.395a.75.75 0 0 1 0 1.5h-1.395ZM10 11.25a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
3
+ export default Icon16SlidersOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20UserMicrophoneBadgeOutline = makeIcon("Icon20UserMicrophoneBadgeOutline", "user_microphone_badge_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_microphone_badge_outline_20"><path fill-rule="evenodd" d="M8.205 11.332a.75.75 0 0 1-.593.879c-.868.168-1.592.431-2.151.768C4.51 13.55 4 14.337 4 15.5c0 .46.144.668.25.767.12.113.353.233.75.233h2.25a.75.75 0 0 1 0 1.5H5c-.704 0-1.328-.218-1.777-.64-.449-.42-.723-1.045-.723-1.86 0-1.742.833-2.992 2.188-3.807.746-.449 1.645-.762 2.638-.955a.75.75 0 0 1 .88.594ZM6 5a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm4-2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM13.5 19a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm-2.019-4.636a.5.5 0 1 0-.962.272A3.102 3.102 0 0 0 13 16.85v.651a.5.5 0 0 0 1 0v-.65a3.102 3.102 0 0 0 2.481-2.214.5.5 0 1 0-.962-.272 2.099 2.099 0 0 1-4.038 0ZM14.7 12.45a1.2 1.2 0 0 0-2.4 0V14a1.2 1.2 0 0 0 2.4 0v-1.55Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20UserMicrophoneBadgeOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20UserMicrophoneBadgeSlashOutline = makeIcon("Icon20UserMicrophoneBadgeSlashOutline", "user_microphone_badge_slash_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_microphone_badge_slash_outline_20"><path fill-rule="evenodd" d="M10 2.5a2.5 2.5 0 0 0-2.183 1.28.75.75 0 0 1-1.309-.733 4 4 0 1 1 5.434 5.45.75.75 0 0 1-.729-1.31A2.499 2.499 0 0 0 10 2.5Zm-7.78.22a.75.75 0 0 1 1.06 0l15.002 15.002a.75.75 0 0 1-1.06 1.06l-.833-.832a4.5 4.5 0 0 1-6.34-6.34L2.22 3.78a.75.75 0 0 1 0-1.06Zm11.987 13.047.755.756c-.295.159-.619.27-.962.326v.651a.5.5 0 0 1-1 0v-.65a3.102 3.102 0 0 1-2.481-2.214.5.5 0 1 1 .962-.272 2.099 2.099 0 0 0 2.726 1.403ZM12.3 13.861l1.332 1.332A1.2 1.2 0 0 1 12.3 14v-.14Zm5.7.639c0 .257-.021.509-.063.754l-5.191-5.191A4.5 4.5 0 0 1 18 14.5ZM7.598 11.42a.75.75 0 0 0-.914-.536 8.97 8.97 0 0 0-.766.234c-.442.159-.855.35-1.23.575C3.333 12.508 2.5 13.758 2.5 15.5c0 .815.274 1.44.723 1.86.449.422 1.073.64 1.777.64h2.25a.75.75 0 0 0 0-1.5H5c-.397 0-.63-.12-.75-.233-.106-.1-.25-.307-.25-.767 0-1.163.51-1.95 1.46-2.521a5.4 5.4 0 0 1 .964-.448c.2-.072.413-.138.637-.196a.75.75 0 0 0 .537-.914Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20UserMicrophoneBadgeSlashOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20UserStarBadgeOutline = makeIcon("Icon20UserStarBadgeOutline", "user_star_badge_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_star_badge_outline_20"><path fill-rule="evenodd" d="M6 5a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm4-2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-1.795 8.832a.75.75 0 0 1-.593.879c-.868.168-1.592.431-2.151.768C4.51 13.55 4 14.337 4 15.5c0 .46.144.668.25.767.12.113.353.233.75.233h2.328a.75.75 0 0 1 0 1.5H5c-.704 0-1.328-.218-1.777-.64-.449-.42-.723-1.045-.723-1.86 0-1.742.833-2.992 2.188-3.807.746-.449 1.645-.762 2.638-.955a.75.75 0 0 1 .88.594ZM18 14.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.193-1.185-1.314-.129-.579-1.365c-.181-.428-.646-.428-.827 0l-.579 1.365-1.314.13c-.46.044-.599.5-.244.802l1.029.875-.382 1.425c-.126.468.265.75.653.47l1.25-.904 1.25.904c.39.282.78-.002.655-.47l-.382-1.425 1.029-.875c.353-.3.212-.758-.245-.803Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20UserStarBadgeOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon20VmojiOutline = makeIcon("Icon20VmojiOutline", "vmoji_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="vmoji_outline_20"><path d="M12.037 8.557c.734-.378 1.581-.378 2.328.262.291.25.315.679.052.957a.736.736 0 0 1-1.004.05l-.071-.056c-.212-.15-.402-.138-.63-.02a.82.82 0 0 0-.125.076l-.07.053a.737.737 0 0 1-.934-.103.655.655 0 0 1 .052-.957c.089-.076.223-.17.402-.262ZM7.05 8a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm4.21 3.5c.442 0 .802.36.733.797a1.929 1.929 0 0 1-.09.38 2.14 2.14 0 0 1-.446.694 2.054 2.054 0 0 1-.669.465c-.25.107-.518.164-.788.164s-.538-.057-.788-.164a2.056 2.056 0 0 1-.669-.465 2.148 2.148 0 0 1-.446-.694 1.925 1.925 0 0 1-.09-.38c-.069-.437.291-.797.733-.797h2.52ZM1.5 7.245C1.508 4.078 4.077 1.5 7.25 1.5a.75.75 0 0 1 0 1.5A4.258 4.258 0 0 0 3 7.26a.75.75 0 0 1-1.5 0v-.015Zm0 5.51c.008 3.167 2.577 5.745 5.75 5.745a.75.75 0 0 0 0-1.5A4.258 4.258 0 0 1 3 12.74a.75.75 0 0 0-1.5 0v.015Zm17-5.51C18.492 4.078 15.922 1.5 12.75 1.5a.75.75 0 0 0 0 1.5C15.095 3 17 4.91 17 7.26a.75.75 0 0 0 1.5 0v-.015Zm0 5.51c-.008 3.167-2.578 5.745-5.75 5.745a.75.75 0 0 1 0-1.5c2.345 0 4.25-1.91 4.25-4.26a.75.75 0 0 1 1.5 0v.015Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
3
+ export default Icon20VmojiOutline;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon24ColorCorrection = makeIcon("Icon24ColorCorrection", "color_correction_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="color_correction_24"><path fill-rule="evenodd" d="M17 12.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1.8 0a3.2 3.2 0 0 1-4.735 2.808l2.271-2.272a.9.9 0 0 0-1.272-1.272l-2.272 2.272A3.2 3.2 0 1 1 15.2 12.5ZM10.5 3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm9.5 9.6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm-19 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm2.5-7.1a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm14 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm-14 14a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" /><path d="M3.5 19.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm14 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" /></symbol>', 24, 24, false, undefined);
3
+ export default Icon24ColorCorrection;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon28Subtitles = makeIcon("Icon28Subtitles", "subtitles_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="subtitles_28"><path fill-rule="evenodd" d="M18.308 4c2.675 0 3.645.278 4.622.801A5.452 5.452 0 0 1 25.2 7.07c.522.978.801 1.948.801 4.623v4.616c0 2.675-.279 3.645-.801 4.622a5.452 5.452 0 0 1-2.27 2.269c-.977.522-1.947.801-4.622.801H9.692c-2.675 0-3.645-.279-4.623-.801a5.452 5.452 0 0 1-2.268-2.269C2.278 19.953 2 18.983 2 16.308v-4.616c0-2.675.278-3.645.801-4.623A5.452 5.452 0 0 1 5.07 4.801C6.047 4.278 7.017 4 9.692 4h8.616ZM7 13a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Zm10 4a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Zm-3-5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Zm-7 5a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
3
+ export default Icon28Subtitles;
@@ -0,0 +1,3 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export var Icon48HideOutline = makeIcon("Icon48HideOutline", "hide_outline_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 48 48" id="hide_outline_48"><path fill-rule="evenodd" d="M12.56 8.44a1.5 1.5 0 0 0-2.12 2.12l2.491 2.492a25.29 25.29 0 0 0-2.696 1.731c-1.88 1.386-3.442 2.955-4.533 4.55C4.61 20.928 4 22.535 4 24s.61 3.071 1.702 4.668c1.09 1.594 2.653 3.163 4.533 4.549C13.998 35.989 19.007 38 24 38c3.827 0 7.654-1.182 10.913-2.966l2.526 2.527a1.5 1.5 0 0 0 2.122-2.122l-27-27Zm20.13 24.37-3.845-3.845A6.988 6.988 0 0 1 23.89 31C20.145 31 17 28.075 17 24.334c0-1.976.886-3.734 2.268-4.944l-4.13-4.131a1.513 1.513 0 0 1-.175.106 22.432 22.432 0 0 0-2.949 1.834c-1.662 1.224-2.97 2.56-3.836 3.827C7.292 22.322 7 23.343 7 24s.292 1.678 1.178 2.974c.867 1.266 2.174 2.603 3.836 3.827C15.367 33.271 19.767 35 24 35c2.944 0 5.976-.836 8.69-2.189ZM21.398 21.52c-.868.683-1.398 1.7-1.398 2.815C20 26.299 21.681 28 23.89 28c1.127 0 2.13-.45 2.834-1.155l-5.326-5.326ZM24 13c-.279 0-.492.003-.797.02-.4.023-.698.046-1.013.086a1.5 1.5 0 1 1-.38-2.976c.416-.053.792-.08 1.223-.105.383-.022.658-.025.967-.025 4.993 0 10.002 2.011 13.765 4.783 1.88 1.386 3.443 2.955 4.533 4.55C43.39 20.928 44 22.535 44 24c0 1.456-.655 3.21-1.722 4.695a73.43 73.43 0 0 1-1.288 1.718 1.5 1.5 0 1 1-2.38-1.826c.352-.46.853-1.114 1.231-1.641C40.651 25.819 41 24.665 41 24c0-.657-.292-1.678-1.178-2.974-.867-1.266-2.174-2.603-3.836-3.827C32.633 14.729 28.233 13 24 13Z" /></symbol>', 48, 48, false, undefined);
3
+ export default Icon48HideOutline;
package/dist/es6/index.js CHANGED
@@ -237,6 +237,7 @@ export { Icon16GridOfThree } from "./16/grid_of_three_16";
237
237
  export { Icon16GridOutline } from "./16/grid_outline_16";
238
238
  export { Icon16Hand } from "./16/hand_16";
239
239
  export { Icon16HandHeartFilled } from "./16/hand_heart_filled_16";
240
+ export { Icon16HandOutline } from "./16/hand_outline_16";
240
241
  export { Icon16Hashtag } from "./16/hashtag_16";
241
242
  export { Icon16Headphones } from "./16/headphones_16";
242
243
  export { Icon16HeadphonesOutline } from "./16/headphones_outline_16";
@@ -355,6 +356,7 @@ export { Icon16ShareOutline } from "./16/share_outline_16";
355
356
  export { Icon16ShoppingCartOutline } from "./16/shopping_cart_outline_16";
356
357
  export { Icon16ShuffleOutline } from "./16/shuffle_outline_16";
357
358
  export { Icon16SkipForward } from "./16/skip_forward_16";
359
+ export { Icon16SlidersOutline } from "./16/sliders_outline_16";
358
360
  export { Icon16Smile } from "./16/smile_16";
359
361
  export { Icon16SmileFilled } from "./16/smile_filled_16";
360
362
  export { Icon16Snowflake } from "./16/snowflake_16";
@@ -891,6 +893,8 @@ export { Icon20UserAddOutline } from "./20/user_add_outline_20";
891
893
  export { Icon20UserCheckOutline } from "./20/user_check_outline_20";
892
894
  export { Icon20UserCircleFillBlue } from "./20/user_circle_fill_blue_20";
893
895
  export { Icon20UserCircleOutline } from "./20/user_circle_outline_20";
896
+ export { Icon20UserMicrophoneBadgeOutline } from "./20/user_microphone_badge_outline_20";
897
+ export { Icon20UserMicrophoneBadgeSlashOutline } from "./20/user_microphone_badge_slash_outline_20";
894
898
  export { Icon20UserOutline } from "./20/user_outline_20";
895
899
  export { Icon20UserPenOutline } from "./20/user_pen_outline_20";
896
900
  export { Icon20UserRectangle } from "./20/user_rectangle_20";
@@ -905,6 +909,7 @@ export { Icon20UsersOutline } from "./20/users_outline_20";
905
909
  export { Icon20UserSquareOnSquareOutline } from "./20/user_square_on_square_outline_20";
906
910
  export { Icon20UserSquareOutline } from "./20/user_square_outline_20";
907
911
  export { Icon20UsersSlashOutline } from "./20/users_slash_outline_20";
912
+ export { Icon20UserStarBadgeOutline } from "./20/user_star_badge_outline_20";
908
913
  export { Icon20UserStarOutline } from "./20/user_star_outline_20";
909
914
  export { Icon20UserTagOutline } from "./20/user_tag_outline_20";
910
915
  export { Icon20Verified } from "./20/verified_20";
@@ -919,6 +924,7 @@ export { Icon20ViewCircleFillRed } from "./20/view_circle_fill_red_20";
919
924
  export { Icon20ViewOutline } from "./20/view_outline_20";
920
925
  export { Icon20VinylOutline } from "./20/vinyl_outline_20";
921
926
  export { Icon20VirusOutline } from "./20/virus_outline_20";
927
+ export { Icon20VmojiOutline } from "./20/vmoji_outline_20";
922
928
  export { Icon20VoiceOutline } from "./20/voice_outline_20";
923
929
  export { Icon20Volume } from "./20/volume_20";
924
930
  export { Icon20VolumeOutline } from "./20/volume_outline_20";
@@ -1074,6 +1080,7 @@ export { Icon24CloudOutline } from "./24/cloud_outline_24";
1074
1080
  export { Icon24CloudPlusOutline } from "./24/cloud_plus_outline_24";
1075
1081
  export { Icon24CloudSlashOutline } from "./24/cloud_slash_outline_24";
1076
1082
  export { Icon24Coins } from "./24/coins_24";
1083
+ export { Icon24ColorCorrection } from "./24/color_correction_24";
1077
1084
  export { Icon24ColorPickerOutline } from "./24/color_picker_outline_24";
1078
1085
  export { Icon24Comment } from "./24/comment_24";
1079
1086
  export { Icon24CommentAddBadgeOutline } from "./24/comment_add_badge_outline_24";
@@ -2179,6 +2186,7 @@ export { Icon28StoryOutline } from "./28/story_outline_28";
2179
2186
  export { Icon28StoryQuestionCircleFillViolet } from "./28/story_question_circle_fill_violet_28";
2180
2187
  export { Icon28StoryReplyCircleFillViolet } from "./28/story_reply_circle_fill_violet_28";
2181
2188
  export { Icon28StudOutline } from "./28/stud_outline_28";
2189
+ export { Icon28Subtitles } from "./28/subtitles_28";
2182
2190
  export { Icon28SubtitlesOutline } from "./28/subtitles_outline_28";
2183
2191
  export { Icon28SunglassesCircleFillGray } from "./28/sunglasses_circle_fill_gray_28";
2184
2192
  export { Icon28SunOutline } from "./28/sun_outline_28";
@@ -2487,6 +2495,7 @@ export { Icon48DonateOutline } from "./48/donate_outline_48";
2487
2495
  export { Icon48FilmStripPlay } from "./48/film_strip_play_48";
2488
2496
  export { Icon48Game } from "./48/game_48";
2489
2497
  export { Icon48HideCircleFillPurple } from "./48/hide_circle_fill_purple_48";
2498
+ export { Icon48HideOutline } from "./48/hide_outline_48";
2490
2499
  export { Icon48Like } from "./48/like_48";
2491
2500
  export { Icon48Linked } from "./48/linked_48";
2492
2501
  export { Icon48LockCircleFillGreen } from "./48/lock_circle_fill_green_48";