@vkontakte/icons 2.22.0 → 2.23.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 (60) hide show
  1. package/dist/12/square_filled.js +12 -0
  2. package/dist/12/square_outline.js +12 -0
  3. package/dist/16/list_letter_eng_outline.js +12 -0
  4. package/dist/16/table_outline.js +12 -0
  5. package/dist/16/text_bold_eng_outline.js +12 -0
  6. package/dist/16/text_italic_eng_outline.js +12 -0
  7. package/dist/16/text_underline_eng_outline.js +12 -0
  8. package/dist/20/zip_outline.js +12 -0
  9. package/dist/24/education_outline.js +1 -1
  10. package/dist/24/question.js +12 -0
  11. package/dist/56/privacy_outline.js +12 -0
  12. package/dist/es6/12/square_filled.js +2 -0
  13. package/dist/es6/12/square_outline.js +2 -0
  14. package/dist/es6/16/list_letter_eng_outline.js +2 -0
  15. package/dist/es6/16/table_outline.js +2 -0
  16. package/dist/es6/16/text_bold_eng_outline.js +2 -0
  17. package/dist/es6/16/text_italic_eng_outline.js +2 -0
  18. package/dist/es6/16/text_underline_eng_outline.js +2 -0
  19. package/dist/es6/20/zip_outline.js +2 -0
  20. package/dist/es6/24/education_outline.js +1 -1
  21. package/dist/es6/24/question.js +2 -0
  22. package/dist/es6/56/privacy_outline.js +2 -0
  23. package/dist/es6/index.js +10 -0
  24. package/dist/icons-map.json +1 -1
  25. package/dist/index.js +46 -6
  26. package/dist/typings/12/square_filled.d.ts +12 -0
  27. package/dist/typings/12/square_outline.d.ts +12 -0
  28. package/dist/typings/16/list_letter_eng_outline.d.ts +12 -0
  29. package/dist/typings/16/table_outline.d.ts +12 -0
  30. package/dist/typings/16/text_bold_eng_outline.d.ts +12 -0
  31. package/dist/typings/16/text_italic_eng_outline.d.ts +12 -0
  32. package/dist/typings/16/text_underline_eng_outline.d.ts +12 -0
  33. package/dist/typings/20/zip_outline.d.ts +12 -0
  34. package/dist/typings/24/question.d.ts +12 -0
  35. package/dist/typings/56/privacy_outline.d.ts +12 -0
  36. package/dist/typings/index.d.ts +10 -0
  37. package/package.json +3 -2
  38. package/src/svg/12/square_filled_12.svg +1 -0
  39. package/src/svg/12/square_outline_12.svg +1 -0
  40. package/src/svg/16/list_letter_eng_outline_16.svg +1 -0
  41. package/src/svg/16/table_outline_16.svg +1 -0
  42. package/src/svg/16/text_bold_eng_outline_16.svg +1 -0
  43. package/src/svg/16/text_italic_eng_outline_16.svg +1 -0
  44. package/src/svg/16/text_underline_eng_outline_16.svg +1 -0
  45. package/src/svg/20/zip_outline_20.svg +1 -0
  46. package/src/svg/24/education_outline_24.svg +1 -1
  47. package/src/svg/24/question_24.svg +1 -0
  48. package/src/svg/56/privacy_outline_56.svg +1 -0
  49. package/ts/12/square_filled.ts +24 -0
  50. package/ts/12/square_outline.ts +24 -0
  51. package/ts/16/list_letter_eng_outline.ts +24 -0
  52. package/ts/16/table_outline.ts +24 -0
  53. package/ts/16/text_bold_eng_outline.ts +24 -0
  54. package/ts/16/text_italic_eng_outline.ts +24 -0
  55. package/ts/16/text_underline_eng_outline.ts +24 -0
  56. package/ts/20/zip_outline.ts +24 -0
  57. package/ts/24/education_outline.ts +1 -1
  58. package/ts/24/question.ts +24 -0
  59. package/ts/56/privacy_outline.ts +24 -0
  60. package/ts/index.ts +10 -0
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon12SquareFilled", "square_filled_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="square_filled_12"><path fill-rule="evenodd" d="M3.328 1H8.68c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.597.435.765.765.117.23.157.463.175.676.016.198.016.434.016.692v5.348c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.677 1.75 1.75 0 0 1-.765.764c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016H3.328c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.677-.175 1.75 1.75 0 0 1-.764-.764 1.774 1.774 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V3.324c0-.258 0-.494.016-.692.017-.213.057-.446.175-.676a1.75 1.75 0 0 1 .764-.765c.23-.118.464-.157.677-.175C2.834 1 3.07 1 3.328 1Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon12SquareOutline", "square_outline_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="square_outline_12"><path fill-rule="evenodd" d="M3.328 1H8.68c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.597.435.765.765.117.23.157.463.175.676.016.198.016.434.016.692v5.348c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.677 1.75 1.75 0 0 1-.765.764c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016H3.328c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.677-.175 1.75 1.75 0 0 1-.764-.764 1.774 1.774 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V3.324c0-.258 0-.494.016-.692.017-.213.057-.446.175-.676a1.75 1.75 0 0 1 .764-.765c.23-.118.464-.157.677-.175C2.834 1 3.07 1 3.328 1Zm-.693 1.53h.001Zm.002-.001a.626.626 0 0 1 .121-.018c.13-.01.304-.011.596-.011h5.3c.292 0 .467 0 .596.011a.626.626 0 0 1 .12.018.25.25 0 0 1 .105.104.628.628 0 0 1 .018.121c.01.13.01.304.01.596v5.296c0 .292 0 .467-.01.596a.628.628 0 0 1-.018.12.25.25 0 0 1-.105.105.627.627 0 0 1-.12.018c-.13.01-.304.011-.596.011h-5.3c-.292 0-.467 0-.596-.011a.627.627 0 0 1-.12-.018.25.25 0 0 1-.105-.104.628.628 0 0 1-.018-.121 8.339 8.339 0 0 1-.011-.596V3.35c0-.292 0-.467.011-.596a.628.628 0 0 1 .018-.12.25.25 0 0 1 .104-.105Zm-.103.102v.001Zm0 6.734v-.001Zm.1.101h.002Zm6.739 0h-.001Zm.101-.1v-.002Zm0-6.735v.001Zm-.102-.102a.01.01 0 0 1 .001 0Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon16ListLetterEngOutline", "list_letter_eng_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="list_letter_eng_outline_16"><path fill-rule="evenodd" d="M2.319 6.365c-.136.46-.33.64-.697.64-.366 0-.622-.223-.622-.54 0-.132.033-.283.128-.549l1.245-3.515c.226-.643.544-.901 1.141-.901.594 0 .907.254 1.13.901l1.245 3.515c.074.222.111.381.111.52 0 .346-.256.568-.647.568-.363 0-.577-.19-.71-.64l-.218-.646H2.538l-.219.647Zm1.134-3.65-.635 2.053h1.335l-.63-2.053h-.07ZM2.293 14.5c-.516 0-.793-.266-.793-.76V9.766c0-.492.277-.761.793-.761h1.705c1.065 0 1.734.519 1.734 1.348 0 .628-.388 1.087-1.008 1.2v.06C5.48 11.662 6 12.202 6 12.942c0 .934-.784 1.558-1.961 1.558H2.293Zm.557-4.552v1.292h.656c.624 0 .892-.266.892-.656 0-.387-.272-.636-.747-.636H2.85Zm0 2.145v1.465h.73c.731 0 1.033-.278 1.033-.724 0-.447-.302-.741-.896-.741H2.85Zm4.65-7.34a.75.75 0 0 1 .75-.751h6.5a.75.75 0 0 1 0 1.501h-6.5a.75.75 0 0 1-.75-.75Zm.75 6.254a.75.75 0 0 0 0 1.501h6.5a.75.75 0 0 0 0-1.5h-6.5Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon16TableOutline", "table_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="table_outline_16"><path fill-rule="evenodd" d="M10.281 2H5.72c-.674 0-1.225 0-1.672.037-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273C1 5.494 1 6.045 1 6.719V9.28c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.672.037h4.562c.674 0 1.224 0 1.672-.037.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273C15 10.505 15 9.954 15 9.28V6.72c0-.674 0-1.225-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C11.506 2 10.955 2 10.281 2ZM3.456 3.69c.144-.073.343-.128.713-.158.38-.031.869-.032 1.581-.032h4.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.598.435.765.765.074.144.13.343.16.713.008.102.014.211.018.331H2.513c.004-.12.01-.23.019-.33.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765ZM2.5 7v2.25c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.229.018.497.026.831.029V7H2.5Zm4 5.5h3V7h-3v5.5Zm4.5-.002c.334-.003.602-.01.83-.03.371-.03.57-.085.714-.159a1.75 1.75 0 0 0 .765-.764c.074-.145.13-.344.16-.714.03-.38.031-.869.031-1.581V7H11v5.498Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon16TextBoldEngOutline", "text_bold_eng_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="text_bold_eng_outline_16"><path d="M5.311 13h3.598c2.202 0 3.591-1.13 3.591-2.883 0-1.33-1.097-2.335-2.487-2.398v-.055c1.14-.153 2.01-1.047 2.01-2.17C12.023 3.95 10.804 3 8.78 3H5.31C4.484 3 4 3.485 4 4.33v7.34c0 .845.484 1.33 1.311 1.33Zm1.304-5.925V4.802H8.09c.876 0 1.389.416 1.389 1.116 0 .72-.57 1.157-1.518 1.157H6.615Zm0 4.123V8.62h1.539c1.076 0 1.688.458 1.688 1.275 0 .846-.598 1.303-1.674 1.303H6.615Z" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon16TextItalicEngOutline", "text_italic_eng_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="text_italic_eng_outline_16"><path fill-rule="evenodd" d="M11.27 3H6.5a.74.74 0 0 0-.73.75c0 .414.327.75.73.75h1.605l-1.244 7h-1.63a.74.74 0 0 0-.731.75c0 .414.327.75.73.75H10a.74.74 0 0 0 .73-.75.74.74 0 0 0-.73-.75H8.35l1.243-7h1.677a.74.74 0 0 0 .73-.75.74.74 0 0 0-.73-.75Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon16TextUnderlineEngOutline", "text_underline_eng_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="text_underline_eng_outline_16"><path d="M7.876 12.248c1.125 0 2.042-.342 2.68-.936.637-.593.985-1.43.985-2.404v-5.1c0-.24-.07-.443-.209-.588a.763.763 0 0 0-.569-.22c-.235 0-.434.074-.574.22-.14.145-.21.349-.21.588v4.984c0 .607-.192 1.115-.546 1.472-.353.356-.876.57-1.557.57-.68 0-1.202-.214-1.554-.57-.352-.356-.543-.865-.543-1.472V3.808c0-.24-.072-.444-.212-.588A.773.773 0 0 0 4.995 3c-.235 0-.434.074-.574.22-.14.145-.21.349-.21.588v5.1c0 .973.349 1.81.986 2.404.637.594 1.554.936 2.68.936ZM4.752 13a.75.75 0 1 0 0 1.5h6.5a.75.75 0 1 0 0-1.5h-6.5Z" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon20ZipOutline", "zip_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zip_outline_20"><path fill-rule="evenodd" d="M9.35 1.5h-.033c-.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.367c0 .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-.05H9.35ZM6.002 3.3c.25-.128.573-.21 1.11-.255.375-.03.823-.04 1.388-.043V3.7c0 .28 0 .42.054.527a.5.5 0 0 0 .219.218c.107.055.247.055.527.055h.7V3h.65c.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.3Zm2.536 3.009C8.5 6.4 8.5 6.517 8.5 6.75s0 .35.038.441a.5.5 0 0 0 .27.271c.093.038.209.038.442.038H10V6h-.75c-.233 0-.35 0-.441.038a.5.5 0 0 0-.271.27ZM10 4.5h.75c.233 0 .35 0 .441.038a.5.5 0 0 1 .27.27c.039.093.039.21.039.442 0 .233 0 .35-.038.441a.5.5 0 0 1-.27.271C11.1 6 10.982 6 10.75 6H10V4.5Zm.75 3H10v.75c0 .233 0 .35.038.441a.5.5 0 0 0 .27.271c.092.038.21.038.442.038s.35 0 .441-.038a.5.5 0 0 0 .27-.27c.039-.092.039-.209.039-.442s0-.35-.038-.441a.5.5 0 0 0-.27-.27c-.092-.039-.21-.039-.442-.039ZM8.5 10.75c0-.233 0-.35.038-.441a.5.5 0 0 1 .27-.27C8.902 10 9.018 10 9.25 10h1.5c.233 0 .35 0 .441.038a.5.5 0 0 1 .27.27c.039.092.039.209.039.442v.75a1.5 1.5 0 0 1-3 0v-.75Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
9
9
  }
10
10
  });
11
11
  var _iconsSprite = require("@vkontakte/icons-sprite");
12
- var _default = (0, _iconsSprite.makeIcon)("Icon24EducationOutline", "education_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="education_outline_24"><path fill-rule="evenodd" d="m3.962 8.896 6.455-3.674a3.2 3.2 0 0 1 3.166 0l6.455 3.674c.032.018.041.033.046.04a.131.131 0 0 1 .014.064c0 .028-.007.05-.014.063a.118.118 0 0 1-.046.041l-6.455 3.674a3.2 3.2 0 0 1-3.166 0L3.962 9.104c-.033-.018-.042-.033-.046-.041A.132.132 0 0 1 3.902 9c0-.029.007-.05.014-.063.004-.008.013-.023.046-.041Zm-.89 1.772c-1.294-.736-1.294-2.6 0-3.337l6.455-3.674a5 5 0 0 1 4.946 0l6.455 3.674a1.9 1.9 0 0 1 .97 1.667L21.9 9v4.1a.9.9 0 0 1-1.8 0v-1.96l-5.627 3.202a5 5 0 0 1-4.946 0l-6.455-3.674Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M17.2 11.1v2.008c0 1.415 0 2.422-.065 3.211-.064.778-.185 1.264-.382 1.65a4.1 4.1 0 0 1-1.792 1.792c-.386.198-.872.319-1.65.382-.38.031-.81.047-1.311.056v1.8a22.777 22.777 0 0 0 1.457-.062c.89-.073 1.639-.224 2.322-.572a5.9 5.9 0 0 0 2.578-2.578c.348-.683.5-1.432.572-2.322.071-.87.071-1.95.071-3.317V11.1h-1.8Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M6.9 11.1v2.01c0 1.415 0 2.422.065 3.21.064.779.185 1.264.382 1.651a4.1 4.1 0 0 0 1.792 1.792c.386.197.872.318 1.65.382.354.029.752.045 1.211.054v1.8c-.503-.01-.953-.027-1.357-.06-.89-.073-1.639-.224-2.321-.572a5.9 5.9 0 0 1-2.579-2.579c-.348-.682-.5-1.431-.572-2.32-.07-.871-.07-1.952-.07-3.318V11.1h1.8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon24EducationOutline", "education_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="education_outline_24"><path fill-rule="evenodd" d="M12.329 3.033a1.711 1.711 0 0 0-.65 0c-.25.048-.473.165-.639.251l-.045.024-7.288 3.775c-.325.169-.622.323-.85.468-.225.144-.527.367-.697.73a1.695 1.695 0 0 0 0 1.438c.17.363.472.586.698.73.227.145.524.3.85.468l1.492.773v2.545c0 .338 0 .548.01.73a6.4 6.4 0 0 0 6.025 6.025c.183.01.392.01.73.01h.07c.338 0 .547 0 .73-.01a6.4 6.4 0 0 0 6.024-6.025c.011-.182.011-.392.011-.73V11.69l1.4-.726v4.138a.9.9 0 1 0 1.8 0v-6.09c.002-.25-.051-.5-.16-.732-.17-.363-.471-.585-.697-.73a11.336 11.336 0 0 0-.85-.467l-7.28-3.775-.046-.024c-.165-.087-.39-.204-.638-.252Zm-.366 1.803.04-.02a3.843 3.843 0 0 1 .176.09l7.248 3.757c.289.15.488.254.631.337-.143.083-.342.187-.631.337l-7.248 3.757c-.055.03-.098.051-.135.07-.031.016-.05.016-.081 0-.037-.019-.08-.04-.135-.07L4.574 9.338c-.29-.15-.488-.253-.632-.337.144-.084.343-.187.632-.337l7.254-3.757c.055-.03.098-.051.135-.07ZM17 12.624l-3.987 2.067c-.219.114-.44.229-.684.276a1.712 1.712 0 0 1-.65 0c-.245-.047-.466-.161-.684-.275L7 12.622V14.2c0 .384 0 .538.007.663a4.6 4.6 0 0 0 4.33 4.33c.125.007.28.007.663.007.384 0 .538 0 .663-.008a4.6 4.6 0 0 0 4.33-4.33c.007-.124.007-.278.007-.662v-1.576Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon24Question", "question_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="question_24"><path fill-rule="evenodd" d="M22 11.5c0 4.695-4.477 8.5-10 8.5-1.425 0-2.78-.253-4.008-.71-1.022.731-2.49 1.604-5.064 1.708-.298.012-.518-.314-.393-.597.664-1.52.965-2.697.965-4.401l.032.023C2.562 14.713 2 13.163 2 11.5 2 6.806 6.477 3 12 3s10 3.806 10 8.5ZM11.347 8.18c-.149.104-.296.279-.385.593a1 1 0 0 1-1.924-.546c.205-.723.61-1.299 1.164-1.686A3.12 3.12 0 0 1 12 6c1.733 0 3 1.492 3 3 0 1.172-.774 1.941-1.23 2.394l-.063.063c-.557.557-.707.772-.707 1.043a1 1 0 1 1-2 0c0-1.172.774-1.941 1.23-2.394l.063-.063C12.85 9.486 13 9.27 13 9c0-.492-.459-1-1-1-.278 0-.497.071-.653.18Zm1.902 7.57a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon56PrivacyOutline", "privacy_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="privacy_outline_56"><path fill-rule="evenodd" d="M29 8.995a1.996 1.996 0 0 0-1.998-2 2 2 0 0 0-1.998 2v18.507a1.5 1.5 0 0 1-3 0v-14.5a2 2 0 0 0-4.002 0v15.501a1.5 1.5 0 0 1-3 0V20A2 2 0 0 0 11 20v15c0 3.93 1.27 7.42 3.597 9.914C16.911 47.391 20.373 49 25.004 49c5.564 0 9.344-2.19 11.747-4.362a17.139 17.139 0 0 0 2.628-3c.278-.407.478-.74.606-.967a7.89 7.89 0 0 0 .169-.315l.03-.06 6.583-12.384a1.979 1.979 0 0 0-3.314-2.14l-5.383 6.952c-.63.814-.946 1.221-1.223 1.268a.72.72 0 0 1-.65-.222c-.19-.207-.19-.722-.19-1.751V14.5c0-1.105-.902-2-2.007-2a1.995 1.995 0 0 0-1.994 2L32 27.502a1.5 1.5 0 1 1-3 0V8.995Zm3 1.007.006-1.007a5 5 0 0 0-5.008-5C24.429 4 22.28 5.906 22 8.4c-.62-.276-1.273-.398-1.997-.398a5 5 0 0 0-5.001 5V15.4a4.976 4.976 0 0 0-2-.4A5 5 0 0 0 8 20v15c0 4.57 1.48 8.83 4.405 11.961C15.344 50.109 19.633 52 25.005 52c6.438 0 10.91-2.56 13.76-5.138a20.131 20.131 0 0 0 3.09-3.53c.332-.485.578-.893.743-1.187a10.672 10.672 0 0 0 .242-.453l.006-.011 6.57-12.361a4.981 4.981 0 0 0-8.336-5.385l-2.072 2.677V14.5c0-2.761-2.246-5-5.008-5-.711 0-1.387.234-2 .502Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon12SquareFilled", "square_filled_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="square_filled_12"><path fill-rule="evenodd" d="M3.328 1H8.68c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.597.435.765.765.117.23.157.463.175.676.016.198.016.434.016.692v5.348c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.677 1.75 1.75 0 0 1-.765.764c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016H3.328c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.677-.175 1.75 1.75 0 0 1-.764-.764 1.774 1.774 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V3.324c0-.258 0-.494.016-.692.017-.213.057-.446.175-.676a1.75 1.75 0 0 1 .764-.765c.23-.118.464-.157.677-.175C2.834 1 3.07 1 3.328 1Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon12SquareOutline", "square_outline_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="square_outline_12"><path fill-rule="evenodd" d="M3.328 1H8.68c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.597.435.765.765.117.23.157.463.175.676.016.198.016.434.016.692v5.348c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.677 1.75 1.75 0 0 1-.765.764c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016H3.328c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.677-.175 1.75 1.75 0 0 1-.764-.764 1.774 1.774 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V3.324c0-.258 0-.494.016-.692.017-.213.057-.446.175-.676a1.75 1.75 0 0 1 .764-.765c.23-.118.464-.157.677-.175C2.834 1 3.07 1 3.328 1Zm-.693 1.53h.001Zm.002-.001a.626.626 0 0 1 .121-.018c.13-.01.304-.011.596-.011h5.3c.292 0 .467 0 .596.011a.626.626 0 0 1 .12.018.25.25 0 0 1 .105.104.628.628 0 0 1 .018.121c.01.13.01.304.01.596v5.296c0 .292 0 .467-.01.596a.628.628 0 0 1-.018.12.25.25 0 0 1-.105.105.627.627 0 0 1-.12.018c-.13.01-.304.011-.596.011h-5.3c-.292 0-.467 0-.596-.011a.627.627 0 0 1-.12-.018.25.25 0 0 1-.105-.104.628.628 0 0 1-.018-.121 8.339 8.339 0 0 1-.011-.596V3.35c0-.292 0-.467.011-.596a.628.628 0 0 1 .018-.12.25.25 0 0 1 .104-.105Zm-.103.102v.001Zm0 6.734v-.001Zm.1.101h.002Zm6.739 0h-.001Zm.101-.1v-.002Zm0-6.735v.001Zm-.102-.102a.01.01 0 0 1 .001 0Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon16ListLetterEngOutline", "list_letter_eng_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="list_letter_eng_outline_16"><path fill-rule="evenodd" d="M2.319 6.365c-.136.46-.33.64-.697.64-.366 0-.622-.223-.622-.54 0-.132.033-.283.128-.549l1.245-3.515c.226-.643.544-.901 1.141-.901.594 0 .907.254 1.13.901l1.245 3.515c.074.222.111.381.111.52 0 .346-.256.568-.647.568-.363 0-.577-.19-.71-.64l-.218-.646H2.538l-.219.647Zm1.134-3.65-.635 2.053h1.335l-.63-2.053h-.07ZM2.293 14.5c-.516 0-.793-.266-.793-.76V9.766c0-.492.277-.761.793-.761h1.705c1.065 0 1.734.519 1.734 1.348 0 .628-.388 1.087-1.008 1.2v.06C5.48 11.662 6 12.202 6 12.942c0 .934-.784 1.558-1.961 1.558H2.293Zm.557-4.552v1.292h.656c.624 0 .892-.266.892-.656 0-.387-.272-.636-.747-.636H2.85Zm0 2.145v1.465h.73c.731 0 1.033-.278 1.033-.724 0-.447-.302-.741-.896-.741H2.85Zm4.65-7.34a.75.75 0 0 1 .75-.751h6.5a.75.75 0 0 1 0 1.501h-6.5a.75.75 0 0 1-.75-.75Zm.75 6.254a.75.75 0 0 0 0 1.501h6.5a.75.75 0 0 0 0-1.5h-6.5Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon16TableOutline", "table_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="table_outline_16"><path fill-rule="evenodd" d="M10.281 2H5.72c-.674 0-1.225 0-1.672.037-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273C1 5.494 1 6.045 1 6.719V9.28c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.672.037h4.562c.674 0 1.224 0 1.672-.037.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273C15 10.505 15 9.954 15 9.28V6.72c0-.674 0-1.225-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C11.506 2 10.955 2 10.281 2ZM3.456 3.69c.144-.073.343-.128.713-.158.38-.031.869-.032 1.581-.032h4.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.598.435.765.765.074.144.13.343.16.713.008.102.014.211.018.331H2.513c.004-.12.01-.23.019-.33.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765ZM2.5 7v2.25c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.229.018.497.026.831.029V7H2.5Zm4 5.5h3V7h-3v5.5Zm4.5-.002c.334-.003.602-.01.83-.03.371-.03.57-.085.714-.159a1.75 1.75 0 0 0 .765-.764c.074-.145.13-.344.16-.714.03-.38.031-.869.031-1.581V7H11v5.498Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon16TextBoldEngOutline", "text_bold_eng_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="text_bold_eng_outline_16"><path d="M5.311 13h3.598c2.202 0 3.591-1.13 3.591-2.883 0-1.33-1.097-2.335-2.487-2.398v-.055c1.14-.153 2.01-1.047 2.01-2.17C12.023 3.95 10.804 3 8.78 3H5.31C4.484 3 4 3.485 4 4.33v7.34c0 .845.484 1.33 1.311 1.33Zm1.304-5.925V4.802H8.09c.876 0 1.389.416 1.389 1.116 0 .72-.57 1.157-1.518 1.157H6.615Zm0 4.123V8.62h1.539c1.076 0 1.688.458 1.688 1.275 0 .846-.598 1.303-1.674 1.303H6.615Z" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon16TextItalicEngOutline", "text_italic_eng_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="text_italic_eng_outline_16"><path fill-rule="evenodd" d="M11.27 3H6.5a.74.74 0 0 0-.73.75c0 .414.327.75.73.75h1.605l-1.244 7h-1.63a.74.74 0 0 0-.731.75c0 .414.327.75.73.75H10a.74.74 0 0 0 .73-.75.74.74 0 0 0-.73-.75H8.35l1.243-7h1.677a.74.74 0 0 0 .73-.75.74.74 0 0 0-.73-.75Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon16TextUnderlineEngOutline", "text_underline_eng_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="text_underline_eng_outline_16"><path d="M7.876 12.248c1.125 0 2.042-.342 2.68-.936.637-.593.985-1.43.985-2.404v-5.1c0-.24-.07-.443-.209-.588a.763.763 0 0 0-.569-.22c-.235 0-.434.074-.574.22-.14.145-.21.349-.21.588v4.984c0 .607-.192 1.115-.546 1.472-.353.356-.876.57-1.557.57-.68 0-1.202-.214-1.554-.57-.352-.356-.543-.865-.543-1.472V3.808c0-.24-.072-.444-.212-.588A.773.773 0 0 0 4.995 3c-.235 0-.434.074-.574.22-.14.145-.21.349-.21.588v5.1c0 .973.349 1.81.986 2.404.637.594 1.554.936 2.68.936ZM4.752 13a.75.75 0 1 0 0 1.5h6.5a.75.75 0 1 0 0-1.5h-6.5Z" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon20ZipOutline", "zip_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zip_outline_20"><path fill-rule="evenodd" d="M9.35 1.5h-.033c-.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.367c0 .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-.05H9.35ZM6.002 3.3c.25-.128.573-.21 1.11-.255.375-.03.823-.04 1.388-.043V3.7c0 .28 0 .42.054.527a.5.5 0 0 0 .219.218c.107.055.247.055.527.055h.7V3h.65c.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.3Zm2.536 3.009C8.5 6.4 8.5 6.517 8.5 6.75s0 .35.038.441a.5.5 0 0 0 .27.271c.093.038.209.038.442.038H10V6h-.75c-.233 0-.35 0-.441.038a.5.5 0 0 0-.271.27ZM10 4.5h.75c.233 0 .35 0 .441.038a.5.5 0 0 1 .27.27c.039.093.039.21.039.442 0 .233 0 .35-.038.441a.5.5 0 0 1-.27.271C11.1 6 10.982 6 10.75 6H10V4.5Zm.75 3H10v.75c0 .233 0 .35.038.441a.5.5 0 0 0 .27.271c.092.038.21.038.442.038s.35 0 .441-.038a.5.5 0 0 0 .27-.27c.039-.092.039-.209.039-.442s0-.35-.038-.441a.5.5 0 0 0-.27-.27c-.092-.039-.21-.039-.442-.039ZM8.5 10.75c0-.233 0-.35.038-.441a.5.5 0 0 1 .27-.27C8.902 10 9.018 10 9.25 10h1.5c.233 0 .35 0 .441.038a.5.5 0 0 1 .27.27c.039.092.039.209.039.442v.75a1.5 1.5 0 0 1-3 0v-.75Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "@vkontakte/icons-sprite";
2
- export default makeIcon("Icon24EducationOutline", "education_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="education_outline_24"><path fill-rule="evenodd" d="m3.962 8.896 6.455-3.674a3.2 3.2 0 0 1 3.166 0l6.455 3.674c.032.018.041.033.046.04a.131.131 0 0 1 .014.064c0 .028-.007.05-.014.063a.118.118 0 0 1-.046.041l-6.455 3.674a3.2 3.2 0 0 1-3.166 0L3.962 9.104c-.033-.018-.042-.033-.046-.041A.132.132 0 0 1 3.902 9c0-.029.007-.05.014-.063.004-.008.013-.023.046-.041Zm-.89 1.772c-1.294-.736-1.294-2.6 0-3.337l6.455-3.674a5 5 0 0 1 4.946 0l6.455 3.674a1.9 1.9 0 0 1 .97 1.667L21.9 9v4.1a.9.9 0 0 1-1.8 0v-1.96l-5.627 3.202a5 5 0 0 1-4.946 0l-6.455-3.674Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M17.2 11.1v2.008c0 1.415 0 2.422-.065 3.211-.064.778-.185 1.264-.382 1.65a4.1 4.1 0 0 1-1.792 1.792c-.386.198-.872.319-1.65.382-.38.031-.81.047-1.311.056v1.8a22.777 22.777 0 0 0 1.457-.062c.89-.073 1.639-.224 2.322-.572a5.9 5.9 0 0 0 2.578-2.578c.348-.683.5-1.432.572-2.322.071-.87.071-1.95.071-3.317V11.1h-1.8Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M6.9 11.1v2.01c0 1.415 0 2.422.065 3.21.064.779.185 1.264.382 1.651a4.1 4.1 0 0 0 1.792 1.792c.386.197.872.318 1.65.382.354.029.752.045 1.211.054v1.8c-.503-.01-.953-.027-1.357-.06-.89-.073-1.639-.224-2.321-.572a5.9 5.9 0 0 1-2.579-2.579c-.348-.682-.5-1.431-.572-2.32-.07-.871-.07-1.952-.07-3.318V11.1h1.8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
2
+ export default makeIcon("Icon24EducationOutline", "education_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="education_outline_24"><path fill-rule="evenodd" d="M12.329 3.033a1.711 1.711 0 0 0-.65 0c-.25.048-.473.165-.639.251l-.045.024-7.288 3.775c-.325.169-.622.323-.85.468-.225.144-.527.367-.697.73a1.695 1.695 0 0 0 0 1.438c.17.363.472.586.698.73.227.145.524.3.85.468l1.492.773v2.545c0 .338 0 .548.01.73a6.4 6.4 0 0 0 6.025 6.025c.183.01.392.01.73.01h.07c.338 0 .547 0 .73-.01a6.4 6.4 0 0 0 6.024-6.025c.011-.182.011-.392.011-.73V11.69l1.4-.726v4.138a.9.9 0 1 0 1.8 0v-6.09c.002-.25-.051-.5-.16-.732-.17-.363-.471-.585-.697-.73a11.336 11.336 0 0 0-.85-.467l-7.28-3.775-.046-.024c-.165-.087-.39-.204-.638-.252Zm-.366 1.803.04-.02a3.843 3.843 0 0 1 .176.09l7.248 3.757c.289.15.488.254.631.337-.143.083-.342.187-.631.337l-7.248 3.757c-.055.03-.098.051-.135.07-.031.016-.05.016-.081 0-.037-.019-.08-.04-.135-.07L4.574 9.338c-.29-.15-.488-.253-.632-.337.144-.084.343-.187.632-.337l7.254-3.757c.055-.03.098-.051.135-.07ZM17 12.624l-3.987 2.067c-.219.114-.44.229-.684.276a1.712 1.712 0 0 1-.65 0c-.245-.047-.466-.161-.684-.275L7 12.622V14.2c0 .384 0 .538.007.663a4.6 4.6 0 0 0 4.33 4.33c.125.007.28.007.663.007.384 0 .538 0 .663-.008a4.6 4.6 0 0 0 4.33-4.33c.007-.124.007-.278.007-.662v-1.576Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24Question", "question_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="question_24"><path fill-rule="evenodd" d="M22 11.5c0 4.695-4.477 8.5-10 8.5-1.425 0-2.78-.253-4.008-.71-1.022.731-2.49 1.604-5.064 1.708-.298.012-.518-.314-.393-.597.664-1.52.965-2.697.965-4.401l.032.023C2.562 14.713 2 13.163 2 11.5 2 6.806 6.477 3 12 3s10 3.806 10 8.5ZM11.347 8.18c-.149.104-.296.279-.385.593a1 1 0 0 1-1.924-.546c.205-.723.61-1.299 1.164-1.686A3.12 3.12 0 0 1 12 6c1.733 0 3 1.492 3 3 0 1.172-.774 1.941-1.23 2.394l-.063.063c-.557.557-.707.772-.707 1.043a1 1 0 1 1-2 0c0-1.172.774-1.941 1.23-2.394l.063-.063C12.85 9.486 13 9.27 13 9c0-.492-.459-1-1-1-.278 0-.497.071-.653.18Zm1.902 7.57a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon56PrivacyOutline", "privacy_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="privacy_outline_56"><path fill-rule="evenodd" d="M29 8.995a1.996 1.996 0 0 0-1.998-2 2 2 0 0 0-1.998 2v18.507a1.5 1.5 0 0 1-3 0v-14.5a2 2 0 0 0-4.002 0v15.501a1.5 1.5 0 0 1-3 0V20A2 2 0 0 0 11 20v15c0 3.93 1.27 7.42 3.597 9.914C16.911 47.391 20.373 49 25.004 49c5.564 0 9.344-2.19 11.747-4.362a17.139 17.139 0 0 0 2.628-3c.278-.407.478-.74.606-.967a7.89 7.89 0 0 0 .169-.315l.03-.06 6.583-12.384a1.979 1.979 0 0 0-3.314-2.14l-5.383 6.952c-.63.814-.946 1.221-1.223 1.268a.72.72 0 0 1-.65-.222c-.19-.207-.19-.722-.19-1.751V14.5c0-1.105-.902-2-2.007-2a1.995 1.995 0 0 0-1.994 2L32 27.502a1.5 1.5 0 1 1-3 0V8.995Zm3 1.007.006-1.007a5 5 0 0 0-5.008-5C24.429 4 22.28 5.906 22 8.4c-.62-.276-1.273-.398-1.997-.398a5 5 0 0 0-5.001 5V15.4a4.976 4.976 0 0 0-2-.4A5 5 0 0 0 8 20v15c0 4.57 1.48 8.83 4.405 11.961C15.344 50.109 19.633 52 25.005 52c6.438 0 10.91-2.56 13.76-5.138a20.131 20.131 0 0 0 3.09-3.53c.332-.485.578-.893.743-1.187a10.672 10.672 0 0 0 .242-.453l.006-.011 6.57-12.361a4.981 4.981 0 0 0-8.336-5.385l-2.072 2.677V14.5c0-2.761-2.246-5-5.008-5-.711 0-1.387.234-2 .502Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
package/dist/es6/index.js CHANGED
@@ -74,6 +74,8 @@ export { default as Icon12Repost } from "./12/repost";
74
74
  export { default as Icon12Services } from "./12/services";
75
75
  export { default as Icon12SmileFilled } from "./12/smile_filled";
76
76
  export { default as Icon12Spinner } from "./12/spinner";
77
+ export { default as Icon12SquareFilled } from "./12/square_filled";
78
+ export { default as Icon12SquareOutline } from "./12/square_outline";
77
79
  export { default as Icon12Star } from "./12/star";
78
80
  export { default as Icon12StarCircle } from "./12/star_circle";
79
81
  export { default as Icon12StarCircleFillYellow } from "./12/star_circle_fill_yellow";
@@ -229,6 +231,7 @@ export { default as Icon16Link } from "./16/link";
229
231
  export { default as Icon16Linked } from "./16/linked";
230
232
  export { default as Icon16LinkOutline } from "./16/link_outline";
231
233
  export { default as Icon16ListBulletOutline } from "./16/list_bullet_outline";
234
+ export { default as Icon16ListLetterEngOutline } from "./16/list_letter_eng_outline";
232
235
  export { default as Icon16ListLetterOutline } from "./16/list_letter_outline";
233
236
  export { default as Icon16ListNumberOutline } from "./16/list_number_outline";
234
237
  export { default as Icon16ListPlayOutline } from "./16/list_play_outline";
@@ -329,11 +332,15 @@ export { default as Icon16Story } from "./16/story";
329
332
  export { default as Icon16StoryOutline } from "./16/story_outline";
330
333
  export { default as Icon16Sun } from "./16/sun";
331
334
  export { default as Icon16Sync } from "./16/sync";
335
+ export { default as Icon16TableOutline } from "./16/table_outline";
332
336
  export { default as Icon16Tag } from "./16/tag";
333
337
  export { default as Icon16TearOffFlyerOutline } from "./16/tear_off_flyer_outline";
334
338
  export { default as Icon16Text } from "./16/text";
339
+ export { default as Icon16TextBoldEngOutline } from "./16/text_bold_eng_outline";
335
340
  export { default as Icon16TextCenterOutline } from "./16/text_center_outline";
341
+ export { default as Icon16TextItalicEngOutline } from "./16/text_italic_eng_outline";
336
342
  export { default as Icon16TextOutline } from "./16/text_outline";
343
+ export { default as Icon16TextUnderlineEngOutline } from "./16/text_underline_eng_outline";
337
344
  export { default as Icon16ThumbsDownOutline } from "./16/thumbs_down_outline";
338
345
  export { default as Icon16ThumbsUpOutline } from "./16/thumbs_up_outline";
339
346
  export { default as Icon16TicketOutline } from "./16/ticket_outline";
@@ -837,6 +844,7 @@ export { default as Icon20WrenchOutline } from "./20/wrench_outline";
837
844
  export { default as Icon20Write } from "./20/write";
838
845
  export { default as Icon20WriteOutline } from "./20/write_outline";
839
846
  export { default as Icon20WriteSquareOutline } from "./20/write_square_outline";
847
+ export { default as Icon20ZipOutline } from "./20/zip_outline";
840
848
  export { default as Icon20ZodiacAquariusOutline } from "./20/zodiac_aquarius_outline";
841
849
  export { default as Icon20ZodiacAriesOutline } from "./20/zodiac_aries_outline";
842
850
  export { default as Icon20ZodiacCancerOutline } from "./20/zodiac_cancer_outline";
@@ -1227,6 +1235,7 @@ export { default as Icon24Printer } from "./24/printer";
1227
1235
  export { default as Icon24PrinterOutline } from "./24/printer_outline";
1228
1236
  export { default as Icon24Privacy } from "./24/privacy";
1229
1237
  export { default as Icon24Qr } from "./24/qr";
1238
+ export { default as Icon24Question } from "./24/question";
1230
1239
  export { default as Icon24QuestionOutline } from "./24/question_outline";
1231
1240
  export { default as Icon24Recent } from "./24/recent";
1232
1241
  export { default as Icon24RecentOutline } from "./24/recent_outline";
@@ -2387,6 +2396,7 @@ export { default as Icon56PictureInPicture } from "./56/picture_in_picture";
2387
2396
  export { default as Icon56PlaceOutline } from "./56/place_outline";
2388
2397
  export { default as Icon56PlayGesture } from "./56/play_gesture";
2389
2398
  export { default as Icon56PlaylistOutline } from "./56/playlist_outline";
2399
+ export { default as Icon56PrivacyOutline } from "./56/privacy_outline";
2390
2400
  export { default as Icon56QuestionOutline } from "./56/question_outline";
2391
2401
  export { default as Icon56RecentOutline } from "./56/recent_outline";
2392
2402
  export { default as Icon56ReportOutline } from "./56/report_outline";