@vkontakte/icons 2.83.0 → 2.85.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 (33) hide show
  1. package/dist/20/article_box_simple_outline_20.js +13 -0
  2. package/dist/20/book_spread_simple_outline_20.js +13 -0
  3. package/dist/20/trash_simple_outline_20.js +13 -0
  4. package/dist/24/bookmark_check_outline_24.js +13 -0
  5. package/dist/24/trash_simple_outline_24.js +13 -0
  6. package/dist/28/sound_wave_slash_outline_28.js +13 -0
  7. package/dist/32/send_circle_32.js +13 -0
  8. package/dist/es6/20/article_box_simple_outline_20.js +3 -0
  9. package/dist/es6/20/book_spread_simple_outline_20.js +3 -0
  10. package/dist/es6/20/trash_simple_outline_20.js +3 -0
  11. package/dist/es6/24/bookmark_check_outline_24.js +3 -0
  12. package/dist/es6/24/trash_simple_outline_24.js +3 -0
  13. package/dist/es6/28/sound_wave_slash_outline_28.js +3 -0
  14. package/dist/es6/32/send_circle_32.js +3 -0
  15. package/dist/es6/index.js +7 -0
  16. package/dist/icons-map.json +1 -1
  17. package/dist/index.js +28 -0
  18. package/dist/typings/20/article_box_simple_outline_20.d.ts +11 -0
  19. package/dist/typings/20/book_spread_simple_outline_20.d.ts +11 -0
  20. package/dist/typings/20/trash_simple_outline_20.d.ts +11 -0
  21. package/dist/typings/24/bookmark_check_outline_24.d.ts +11 -0
  22. package/dist/typings/24/trash_simple_outline_24.d.ts +11 -0
  23. package/dist/typings/28/sound_wave_slash_outline_28.d.ts +11 -0
  24. package/dist/typings/32/send_circle_32.d.ts +11 -0
  25. package/dist/typings/index.d.ts +7 -0
  26. package/package.json +1 -1
  27. package/src/svg/20/article_box_simple_outline_20.svg +1 -0
  28. package/src/svg/20/book_spread_simple_outline_20.svg +1 -0
  29. package/src/svg/20/trash_simple_outline_20.svg +1 -0
  30. package/src/svg/24/bookmark_check_outline_24.svg +1 -0
  31. package/src/svg/24/trash_simple_outline_24.svg +1 -0
  32. package/src/svg/28/sound_wave_slash_outline_28.svg +1 -0
  33. package/src/svg/32/send_circle_32.svg +1 -0
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20ArticleBoxSimpleOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20ArticleBoxSimpleOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20ArticleBoxSimpleOutline = (0, _iconssprite.makeIcon)("Icon20ArticleBoxSimpleOutline", "article_box_simple_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="article_box_simple_outline_20"><path d="M6.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM6 10a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 10" /><path fill-rule="evenodd" d="M10.683 1.5H9.317c-.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.67C3 6.103 3 6.864 3 7.816v4.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.253-.498.361-1.04.413-1.67.05-.614.05-1.375.05-2.327V7.817c0-.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-.05ZM6.002 3.3c.25-.128.573-.21 1.11-.255C7.658 3.001 8.358 3 9.35 3h1.3c.992 0 1.692 0 2.238.045.537.044.86.127 1.11.255A2.75 2.75 0 0 1 15.2 4.502c.128.25.21.573.255 1.11.044.546.045 1.246.045 2.238v4.3c0 .992 0 1.692-.045 2.238-.044.537-.127.86-.255 1.11A2.751 2.751 0 0 1 14 16.7c-.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 1 4.8 15.5c-.128-.252-.21-.574-.255-1.111-.044-.546-.045-1.245-.045-2.238v-4.3c0-.992 0-1.692.045-2.238.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 6.002 3.3" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20BookSpreadSimpleOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20BookSpreadSimpleOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20BookSpreadSimpleOutline = (0, _iconssprite.makeIcon)("Icon20BookSpreadSimpleOutline", "book_spread_simple_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="book_spread_simple_outline_20"><path fill-rule="evenodd" d="M10 4.346C8.326 3.355 6.668 2.97 4.414 3h-.116c-.585.007-1.109.013-1.588.262a2.34 2.34 0 0 0-.969.982 2.255 2.255 0 0 0-.218.842c-.023.265-.023.582-.023.943v6.564c0 .564 0 1.028.028 1.403.028.384.09.747.254 1.082.266.54.612.903 1.14 1.194.338.187.736.263 1.155.31.422.047.961.073 1.632.104l.027.001c1.506.071 2.649.41 3.853 1.19a.748.748 0 0 0 .769.032l.02-.011a.669.669 0 0 0 .033-.02c1.206-.782 2.349-1.124 3.855-1.198h.026c.672-.034 1.213-.06 1.635-.108.419-.048.817-.124 1.155-.311a2.576 2.576 0 0 0 1.136-1.194c.165-.335.226-.698.254-1.082.028-.374.028-.838.028-1.403v-6.55c0-.36 0-.678-.023-.943a2.245 2.245 0 0 0-.218-.842 2.331 2.331 0 0 0-.969-.981c-.479-.25-1.003-.256-1.587-.263l-.116-.001c-2.255-.03-3.912.353-5.587 1.344Zm.75 1.3v10.33c1.067-.493 2.164-.731 3.442-.794a27.68 27.68 0 0 0 1.566-.1c.376-.043.529-.096.597-.134a1.09 1.09 0 0 0 .517-.542c.04-.083.082-.223.104-.531.024-.313.024-.722.024-1.321V6.06c0-.398 0-.65-.017-.843a.814.814 0 0 0-.063-.295.838.838 0 0 0-.323-.327c-.123-.064-.261-.084-1.03-.094-2.026-.028-3.408.306-4.817 1.143Zm-1.5 0c-1.41-.839-2.792-1.174-4.817-1.147-.769.01-.907.03-1.03.094a.838.838 0 0 0-.323.327.814.814 0 0 0-.063.295A10.98 10.98 0 0 0 3 6.058v6.506c0 .6 0 1.009.024 1.321.022.309.064.449.104.531.13.265.26.4.518.543.07.038.222.09.597.132.368.041.86.065 1.563.098 1.279.06 2.376.295 3.444.788V5.646Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20TrashSimpleOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20TrashSimpleOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20TrashSimpleOutline = (0, _iconssprite.makeIcon)("Icon20TrashSimpleOutline", "trash_simple_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="trash_simple_outline_20"><path fill-rule="evenodd" d="M6.837 4a3.25 3.25 0 0 1 6.326 0h4.087a.75.75 0 0 1 0 1.5h-.545l-.907 9.248c-.051.523-.094.96-.157 1.314-.066.37-.163.711-.353 1.028a2.9 2.9 0 0 1-1.247 1.131c-.334.158-.682.221-1.058.25-.36.029-.797.029-1.323.029H8.34c-.526 0-.964 0-1.323-.028-.376-.03-.724-.093-1.058-.25a2.9 2.9 0 0 1-1.247-1.132c-.19-.317-.287-.657-.353-1.028a18.29 18.29 0 0 1-.157-1.314L3.295 5.5H2.75a.75.75 0 0 1 0-1.5zm1.581 0a1.75 1.75 0 0 1 3.164 0zM4.803 5.5h10.394l-.889 9.072c-.055.56-.092.938-.144 1.228-.05.281-.104.422-.162.52a1.4 1.4 0 0 1-.603.546c-.102.048-.248.088-.533.11a17.64 17.64 0 0 1-1.235.024H8.369c-.562 0-.941 0-1.235-.023-.285-.023-.43-.063-.533-.111a1.4 1.4 0 0 1-.602-.547c-.059-.097-.113-.238-.163-.52-.051-.29-.089-.667-.144-1.226L4.802 5.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24BookmarkCheckOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24BookmarkCheckOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24BookmarkCheckOutline = (0, _iconssprite.makeIcon)("Icon24BookmarkCheckOutline", "bookmark_check_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="bookmark_check_outline_24"><path d="M8.641 4.85c.57-.047 1.293-.05 2.308-.05a.9.9 0 0 0 0-1.8c-.992 0-1.797.001-2.454.055-.704.058-1.316.179-1.88.466a4.789 4.789 0 0 0-2.093 2.093c-.287.564-.409 1.176-.466 1.88C4 8.179 4 9.027 4 10.082v7.616c0 .771 0 1.413.045 1.913.045.492.145 1.026.482 1.454A2.456 2.456 0 0 0 6.423 22c.545.007 1.029-.239 1.447-.503.424-.267.933-.658 1.546-1.128l1.617-1.24a12.7 12.7 0 0 1 .595-.44.676.676 0 0 1 .202-.109.655.655 0 0 1 .34 0c.042.012.09.033.202.108.113.076.291.208.595.44l1.618 1.241c.612.47 1.121.86 1.545 1.128.418.264.902.51 1.447.503a2.456 2.456 0 0 0 1.896-.935c.337-.428.437-.962.482-1.454.045-.5.045-1.142.045-1.914v-3.075a.9.9 0 0 0-1.8 0v3.075c0 .805-.002 1.352-.038 1.75a2.25 2.25 0 0 1-.067.411.37.37 0 0 1-.036.093.655.655 0 0 1-.506.249c.008 0-.017.003-.095-.027a2.256 2.256 0 0 1-.366-.198c-.339-.213-.774-.545-1.412-1.035l-1.618-1.24c-.302-.231-.52-.394-.684-.504a2.423 2.423 0 0 0-.743-.355 2.455 2.455 0 0 0-1.27 0 2.426 2.426 0 0 0-.743.355c-.164.11-.382.273-.684.504L8.32 18.94c-.638.49-1.073.822-1.412 1.035a2.257 2.257 0 0 1-.366.197.368.368 0 0 1-.096.028.655.655 0 0 1-.505-.25.372.372 0 0 1-.036-.092 2.254 2.254 0 0 1-.067-.41c-.036-.4-.038-.946-.038-1.751v-7.614c0-1.084.001-1.847.05-2.443.048-.592.14-.941.276-1.209a2.989 2.989 0 0 1 1.306-1.306c.268-.137.617-.228 1.21-.276Z" /><path fill-rule="evenodd" d="M18 1.999a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm2.78 3.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24TrashSimpleOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24TrashSimpleOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24TrashSimpleOutline = (0, _iconssprite.makeIcon)("Icon24TrashSimpleOutline", "trash_simple_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="trash_simple_outline_24"><path fill-rule="evenodd" d="M5.012 4.1h3.192a3.902 3.902 0 0 1 7.592 0H21a.9.9 0 0 1 0 1.8h-1.18l-1.155 12.316c-.045.484-.084.898-.143 1.237-.062.359-.157.704-.35 1.03a2.9 2.9 0 0 1-1.25 1.137c-.342.162-.695.225-1.057.253-.344.027-.76.027-1.245.027H9.38c-.485 0-.901 0-1.245-.027-.362-.028-.715-.09-1.057-.253a2.9 2.9 0 0 1-1.249-1.137c-.194-.326-.289-.671-.35-1.03a17.1 17.1 0 0 1-.144-1.237L4.18 5.9H3a.9.9 0 0 1 0-1.8h2.012ZM12 2.9a2.1 2.1 0 0 0-1.898 1.2h3.796A2.1 2.1 0 0 0 12 2.9m-6.012 3 1.136 12.115c.05.526.082.869.128 1.13.043.252.088.356.124.417a1.1 1.1 0 0 0 .474.432c.064.03.172.065.426.085.265.02.61.021 1.138.021h5.172c.529 0 .873 0 1.138-.021.254-.02.362-.055.427-.085a1.1 1.1 0 0 0 .473-.432c.037-.06.08-.166.124-.416.046-.262.079-.605.128-1.131L18.012 5.9H5.988Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28SoundWaveSlashOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28SoundWaveSlashOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28SoundWaveSlashOutline = (0, _iconssprite.makeIcon)("Icon28SoundWaveSlashOutline", "sound_wave_slash_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="sound_wave_slash_outline_28"><path fill-rule="evenodd" d="M4.707 3.293a1 1 0 0 0-1.414 1.414L11 12.414V19a1 1 0 1 0 2 0v-4.586l4 4V24a1 1 0 1 0 2 0v-3.586l4.293 4.293a1 1 0 0 0 1.414-1.414l-20-20ZM17 12V4a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0m6-3a1 1 0 1 1 2 0v9a1 1 0 1 1-2 0zM6 10a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1" clip-rule="evenodd" /><path d="M4.707 3.293a1 1 0 0 0-1.414 1.414L11 12.414V19a1 1 0 1 0 2 0v-4.586l4 4V24a1 1 0 1 0 2 0v-3.586l4.293 4.293a1 1 0 0 0 1.414-1.414l-20-20ZM17 12V4a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0m6-3a1 1 0 1 1 2 0v9a1 1 0 1 1-2 0z" /><path d="M6 10a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon32SendCircle", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon32SendCircle;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon32SendCircle = (0, _iconssprite.makeIcon)("Icon32SendCircle", "send_circle_32", "0 0 32 32", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 32 32" id="send_circle_32"><path fill-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16m-1-9a1 1 0 1 0 2 0V11.414l4.293 4.293a1 1 0 0 0 1.414-1.414l-6-6a1 1 0 0 0-1.414 0l-6 6a1 1 0 1 0 1.414 1.414L15 11.414z" clip-rule="evenodd" /></symbol>', 32, 32, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20ArticleBoxSimpleOutline = makeIcon("Icon20ArticleBoxSimpleOutline", "article_box_simple_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="article_box_simple_outline_20"><path d="M6.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM6 10a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 10" /><path fill-rule="evenodd" d="M10.683 1.5H9.317c-.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.67C3 6.103 3 6.864 3 7.816v4.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.253-.498.361-1.04.413-1.67.05-.614.05-1.375.05-2.327V7.817c0-.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-.05ZM6.002 3.3c.25-.128.573-.21 1.11-.255C7.658 3.001 8.358 3 9.35 3h1.3c.992 0 1.692 0 2.238.045.537.044.86.127 1.11.255A2.75 2.75 0 0 1 15.2 4.502c.128.25.21.573.255 1.11.044.546.045 1.246.045 2.238v4.3c0 .992 0 1.692-.045 2.238-.044.537-.127.86-.255 1.11A2.751 2.751 0 0 1 14 16.7c-.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 1 4.8 15.5c-.128-.252-.21-.574-.255-1.111-.044-.546-.045-1.245-.045-2.238v-4.3c0-.992 0-1.692.045-2.238.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 6.002 3.3" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20BookSpreadSimpleOutline = makeIcon("Icon20BookSpreadSimpleOutline", "book_spread_simple_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="book_spread_simple_outline_20"><path fill-rule="evenodd" d="M10 4.346C8.326 3.355 6.668 2.97 4.414 3h-.116c-.585.007-1.109.013-1.588.262a2.34 2.34 0 0 0-.969.982 2.255 2.255 0 0 0-.218.842c-.023.265-.023.582-.023.943v6.564c0 .564 0 1.028.028 1.403.028.384.09.747.254 1.082.266.54.612.903 1.14 1.194.338.187.736.263 1.155.31.422.047.961.073 1.632.104l.027.001c1.506.071 2.649.41 3.853 1.19a.748.748 0 0 0 .769.032l.02-.011a.669.669 0 0 0 .033-.02c1.206-.782 2.349-1.124 3.855-1.198h.026c.672-.034 1.213-.06 1.635-.108.419-.048.817-.124 1.155-.311a2.576 2.576 0 0 0 1.136-1.194c.165-.335.226-.698.254-1.082.028-.374.028-.838.028-1.403v-6.55c0-.36 0-.678-.023-.943a2.245 2.245 0 0 0-.218-.842 2.331 2.331 0 0 0-.969-.981c-.479-.25-1.003-.256-1.587-.263l-.116-.001c-2.255-.03-3.912.353-5.587 1.344Zm.75 1.3v10.33c1.067-.493 2.164-.731 3.442-.794a27.68 27.68 0 0 0 1.566-.1c.376-.043.529-.096.597-.134a1.09 1.09 0 0 0 .517-.542c.04-.083.082-.223.104-.531.024-.313.024-.722.024-1.321V6.06c0-.398 0-.65-.017-.843a.814.814 0 0 0-.063-.295.838.838 0 0 0-.323-.327c-.123-.064-.261-.084-1.03-.094-2.026-.028-3.408.306-4.817 1.143Zm-1.5 0c-1.41-.839-2.792-1.174-4.817-1.147-.769.01-.907.03-1.03.094a.838.838 0 0 0-.323.327.814.814 0 0 0-.063.295A10.98 10.98 0 0 0 3 6.058v6.506c0 .6 0 1.009.024 1.321.022.309.064.449.104.531.13.265.26.4.518.543.07.038.222.09.597.132.368.041.86.065 1.563.098 1.279.06 2.376.295 3.444.788V5.646Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20TrashSimpleOutline = makeIcon("Icon20TrashSimpleOutline", "trash_simple_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="trash_simple_outline_20"><path fill-rule="evenodd" d="M6.837 4a3.25 3.25 0 0 1 6.326 0h4.087a.75.75 0 0 1 0 1.5h-.545l-.907 9.248c-.051.523-.094.96-.157 1.314-.066.37-.163.711-.353 1.028a2.9 2.9 0 0 1-1.247 1.131c-.334.158-.682.221-1.058.25-.36.029-.797.029-1.323.029H8.34c-.526 0-.964 0-1.323-.028-.376-.03-.724-.093-1.058-.25a2.9 2.9 0 0 1-1.247-1.132c-.19-.317-.287-.657-.353-1.028a18.29 18.29 0 0 1-.157-1.314L3.295 5.5H2.75a.75.75 0 0 1 0-1.5zm1.581 0a1.75 1.75 0 0 1 3.164 0zM4.803 5.5h10.394l-.889 9.072c-.055.56-.092.938-.144 1.228-.05.281-.104.422-.162.52a1.4 1.4 0 0 1-.603.546c-.102.048-.248.088-.533.11a17.64 17.64 0 0 1-1.235.024H8.369c-.562 0-.941 0-1.235-.023-.285-.023-.43-.063-.533-.111a1.4 1.4 0 0 1-.602-.547c-.059-.097-.113-.238-.163-.52-.051-.29-.089-.667-.144-1.226L4.802 5.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24BookmarkCheckOutline = makeIcon("Icon24BookmarkCheckOutline", "bookmark_check_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="bookmark_check_outline_24"><path d="M8.641 4.85c.57-.047 1.293-.05 2.308-.05a.9.9 0 0 0 0-1.8c-.992 0-1.797.001-2.454.055-.704.058-1.316.179-1.88.466a4.789 4.789 0 0 0-2.093 2.093c-.287.564-.409 1.176-.466 1.88C4 8.179 4 9.027 4 10.082v7.616c0 .771 0 1.413.045 1.913.045.492.145 1.026.482 1.454A2.456 2.456 0 0 0 6.423 22c.545.007 1.029-.239 1.447-.503.424-.267.933-.658 1.546-1.128l1.617-1.24a12.7 12.7 0 0 1 .595-.44.676.676 0 0 1 .202-.109.655.655 0 0 1 .34 0c.042.012.09.033.202.108.113.076.291.208.595.44l1.618 1.241c.612.47 1.121.86 1.545 1.128.418.264.902.51 1.447.503a2.456 2.456 0 0 0 1.896-.935c.337-.428.437-.962.482-1.454.045-.5.045-1.142.045-1.914v-3.075a.9.9 0 0 0-1.8 0v3.075c0 .805-.002 1.352-.038 1.75a2.25 2.25 0 0 1-.067.411.37.37 0 0 1-.036.093.655.655 0 0 1-.506.249c.008 0-.017.003-.095-.027a2.256 2.256 0 0 1-.366-.198c-.339-.213-.774-.545-1.412-1.035l-1.618-1.24c-.302-.231-.52-.394-.684-.504a2.423 2.423 0 0 0-.743-.355 2.455 2.455 0 0 0-1.27 0 2.426 2.426 0 0 0-.743.355c-.164.11-.382.273-.684.504L8.32 18.94c-.638.49-1.073.822-1.412 1.035a2.257 2.257 0 0 1-.366.197.368.368 0 0 1-.096.028.655.655 0 0 1-.505-.25.372.372 0 0 1-.036-.092 2.254 2.254 0 0 1-.067-.41c-.036-.4-.038-.946-.038-1.751v-7.614c0-1.084.001-1.847.05-2.443.048-.592.14-.941.276-1.209a2.989 2.989 0 0 1 1.306-1.306c.268-.137.617-.228 1.21-.276Z" /><path fill-rule="evenodd" d="M18 1.999a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm2.78 3.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24TrashSimpleOutline = makeIcon("Icon24TrashSimpleOutline", "trash_simple_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="trash_simple_outline_24"><path fill-rule="evenodd" d="M5.012 4.1h3.192a3.902 3.902 0 0 1 7.592 0H21a.9.9 0 0 1 0 1.8h-1.18l-1.155 12.316c-.045.484-.084.898-.143 1.237-.062.359-.157.704-.35 1.03a2.9 2.9 0 0 1-1.25 1.137c-.342.162-.695.225-1.057.253-.344.027-.76.027-1.245.027H9.38c-.485 0-.901 0-1.245-.027-.362-.028-.715-.09-1.057-.253a2.9 2.9 0 0 1-1.249-1.137c-.194-.326-.289-.671-.35-1.03a17.1 17.1 0 0 1-.144-1.237L4.18 5.9H3a.9.9 0 0 1 0-1.8h2.012ZM12 2.9a2.1 2.1 0 0 0-1.898 1.2h3.796A2.1 2.1 0 0 0 12 2.9m-6.012 3 1.136 12.115c.05.526.082.869.128 1.13.043.252.088.356.124.417a1.1 1.1 0 0 0 .474.432c.064.03.172.065.426.085.265.02.61.021 1.138.021h5.172c.529 0 .873 0 1.138-.021.254-.02.362-.055.427-.085a1.1 1.1 0 0 0 .473-.432c.037-.06.08-.166.124-.416.046-.262.079-.605.128-1.131L18.012 5.9H5.988Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon28SoundWaveSlashOutline = makeIcon("Icon28SoundWaveSlashOutline", "sound_wave_slash_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="sound_wave_slash_outline_28"><path fill-rule="evenodd" d="M4.707 3.293a1 1 0 0 0-1.414 1.414L11 12.414V19a1 1 0 1 0 2 0v-4.586l4 4V24a1 1 0 1 0 2 0v-3.586l4.293 4.293a1 1 0 0 0 1.414-1.414l-20-20ZM17 12V4a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0m6-3a1 1 0 1 1 2 0v9a1 1 0 1 1-2 0zM6 10a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1" clip-rule="evenodd" /><path d="M4.707 3.293a1 1 0 0 0-1.414 1.414L11 12.414V19a1 1 0 1 0 2 0v-4.586l4 4V24a1 1 0 1 0 2 0v-3.586l4.293 4.293a1 1 0 0 0 1.414-1.414l-20-20ZM17 12V4a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0m6-3a1 1 0 1 1 2 0v9a1 1 0 1 1-2 0z" /><path d="M6 10a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon32SendCircle = makeIcon("Icon32SendCircle", "send_circle_32", "0 0 32 32", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 32 32" id="send_circle_32"><path fill-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16m-1-9a1 1 0 1 0 2 0V11.414l4.293 4.293a1 1 0 0 0 1.414-1.414l-6-6a1 1 0 0 0-1.414 0l-6 6a1 1 0 1 0 1.414 1.414L15 11.414z" clip-rule="evenodd" /></symbol>', 32, 32, false, undefined);
package/dist/es6/index.js CHANGED
@@ -488,6 +488,7 @@ export { Icon20ArrowUpRightOutSquareOutline } from "./20/arrow_up_right_out_squa
488
488
  export { Icon20ArrowUturnLeftOutline } from "./20/arrow_uturn_left_outline_20";
489
489
  export { Icon20ArrowUturnRightOutline } from "./20/arrow_uturn_right_outline_20";
490
490
  export { Icon20ArticleBoxOutline } from "./20/article_box_outline_20";
491
+ export { Icon20ArticleBoxSimpleOutline } from "./20/article_box_simple_outline_20";
491
492
  export { Icon20ArticleOutline } from "./20/article_outline_20";
492
493
  export { Icon20Articles } from "./20/articles_20";
493
494
  export { Icon20ArticlesOutline } from "./20/articles_outline_20";
@@ -505,6 +506,7 @@ export { Icon20BookmarkOutline } from "./20/bookmark_outline_20";
505
506
  export { Icon20BookmarkSlashOutline } from "./20/bookmark_slash_outline_20";
506
507
  export { Icon20BookOutline } from "./20/book_outline_20";
507
508
  export { Icon20BookSpreadOutline } from "./20/book_spread_outline_20";
509
+ export { Icon20BookSpreadSimpleOutline } from "./20/book_spread_simple_outline_20";
508
510
  export { Icon20BoxCircleFillBlue } from "./20/box_circle_fill_blue_20";
509
511
  export { Icon20BracketsSlashOutline } from "./20/brackets_slash_outline_20";
510
512
  export { Icon20BrokenHeartOutline } from "./20/broken_heart_outline_20";
@@ -938,6 +940,7 @@ export { Icon20ThumbsUpOutline } from "./20/thumbs_up_outline_20";
938
940
  export { Icon20TicketOutline } from "./20/ticket_outline_20";
939
941
  export { Icon20TouchIdOutline } from "./20/touch_id_outline_20";
940
942
  export { Icon20TransparencyOutline } from "./20/transparency_outline_20";
943
+ export { Icon20TrashSimpleOutline } from "./20/trash_simple_outline_20";
941
944
  export { Icon20TrashSmileOutline } from "./20/trash_smile_outline_20";
942
945
  export { Icon20TvTextOutline } from "./20/tv_text_outline_20";
943
946
  export { Icon20UmbrellaOutline } from "./20/umbrella_outline_20";
@@ -1076,6 +1079,7 @@ export { Icon24BombOutline } from "./24/bomb_outline_24";
1076
1079
  export { Icon24Bookmark } from "./24/bookmark_24";
1077
1080
  export { Icon24BookmarkAddBadgeOutline } from "./24/bookmark_add_badge_outline_24";
1078
1081
  export { Icon24BookmarkCheckBadge } from "./24/bookmark_check_badge_24";
1082
+ export { Icon24BookmarkCheckOutline } from "./24/bookmark_check_outline_24";
1079
1083
  export { Icon24BookmarkOutline } from "./24/bookmark_outline_24";
1080
1084
  export { Icon24BooksOutline } from "./24/books_outline_24";
1081
1085
  export { Icon24BookSpreadOutline } from "./24/book_spread_outline_24";
@@ -1598,6 +1602,7 @@ export { Icon24ThumbsUp } from "./24/thumbs_up_24";
1598
1602
  export { Icon24ThumbsUpOutline } from "./24/thumbs_up_outline_24";
1599
1603
  export { Icon24ThumbUp } from "./24/thumb_up_24";
1600
1604
  export { Icon24TicketOutline } from "./24/ticket_outline_24";
1605
+ export { Icon24TrashSimpleOutline } from "./24/trash_simple_outline_24";
1601
1606
  export { Icon24TrashSmileOutline } from "./24/trash_smile_outline_24";
1602
1607
  export { Icon24TreeNodes } from "./24/tree_nodes_24";
1603
1608
  export { Icon24TreeNodesOutline } from "./24/tree_nodes_outline_24";
@@ -2264,6 +2269,7 @@ export { Icon28SongOutline } from "./28/song_outline_28";
2264
2269
  export { Icon28SortHorizontalOutline } from "./28/sort_horizontal_outline_28";
2265
2270
  export { Icon28SortOutline } from "./28/sort_outline_28";
2266
2271
  export { Icon28SoundWaveOutline } from "./28/sound_wave_outline_28";
2272
+ export { Icon28SoundWaveSlashOutline } from "./28/sound_wave_slash_outline_28";
2267
2273
  export { Icon28SpaceFilled } from "./28/space_filled_28";
2268
2274
  export { Icon28Sparkle } from "./28/sparkle_28";
2269
2275
  export { Icon28SparkleOutline } from "./28/sparkle_outline_28";
@@ -2460,6 +2466,7 @@ export { Icon32PollOutline } from "./32/poll_outline_32";
2460
2466
  export { Icon32PrivacyCircleFillPurple } from "./32/privacy_circle_fill_purple_32";
2461
2467
  export { Icon32PrometeyCircleFillRed } from "./32/prometey_circle_fill_red_32";
2462
2468
  export { Icon32SearchOutline } from "./32/search_outline_32";
2469
+ export { Icon32SendCircle } from "./32/send_circle_32";
2463
2470
  export { Icon32SongOutline } from "./32/song_outline_32";
2464
2471
  export { Icon32Spinner } from "./32/spinner_32";
2465
2472
  export { Icon32Square4Outline } from "./32/square_4_outline_32";