@vkontakte/icons 2.22.0 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist/12/education.js +12 -0
  2. package/dist/12/square_filled.js +12 -0
  3. package/dist/12/square_outline.js +12 -0
  4. package/dist/16/list_letter_eng_outline.js +12 -0
  5. package/dist/16/table_outline.js +12 -0
  6. package/dist/16/text_bold_eng_outline.js +12 -0
  7. package/dist/16/text_italic_eng_outline.js +12 -0
  8. package/dist/16/text_underline_eng_outline.js +12 -0
  9. package/dist/20/thumbs_up.js +12 -0
  10. package/dist/20/zip_outline.js +12 -0
  11. package/dist/24/editor_cut_outline.js +12 -0
  12. package/dist/24/education_outline.js +1 -1
  13. package/dist/24/question.js +12 -0
  14. package/dist/28/18_circle_outline.js +12 -0
  15. package/dist/28/editor_cut_outline.js +12 -0
  16. package/dist/56/privacy_outline.js +12 -0
  17. package/dist/es6/12/education.js +2 -0
  18. package/dist/es6/12/square_filled.js +2 -0
  19. package/dist/es6/12/square_outline.js +2 -0
  20. package/dist/es6/16/list_letter_eng_outline.js +2 -0
  21. package/dist/es6/16/table_outline.js +2 -0
  22. package/dist/es6/16/text_bold_eng_outline.js +2 -0
  23. package/dist/es6/16/text_italic_eng_outline.js +2 -0
  24. package/dist/es6/16/text_underline_eng_outline.js +2 -0
  25. package/dist/es6/20/thumbs_up.js +2 -0
  26. package/dist/es6/20/zip_outline.js +2 -0
  27. package/dist/es6/24/editor_cut_outline.js +2 -0
  28. package/dist/es6/24/education_outline.js +1 -1
  29. package/dist/es6/24/question.js +2 -0
  30. package/dist/es6/28/18_circle_outline.js +2 -0
  31. package/dist/es6/28/editor_cut_outline.js +2 -0
  32. package/dist/es6/56/privacy_outline.js +2 -0
  33. package/dist/es6/index.js +15 -0
  34. package/dist/icons-map.json +1 -1
  35. package/dist/index.js +74 -14
  36. package/dist/typings/12/education.d.ts +12 -0
  37. package/dist/typings/12/square_filled.d.ts +12 -0
  38. package/dist/typings/12/square_outline.d.ts +12 -0
  39. package/dist/typings/16/list_letter_eng_outline.d.ts +12 -0
  40. package/dist/typings/16/table_outline.d.ts +12 -0
  41. package/dist/typings/16/text_bold_eng_outline.d.ts +12 -0
  42. package/dist/typings/16/text_italic_eng_outline.d.ts +12 -0
  43. package/dist/typings/16/text_underline_eng_outline.d.ts +12 -0
  44. package/dist/typings/20/thumbs_up.d.ts +12 -0
  45. package/dist/typings/20/zip_outline.d.ts +12 -0
  46. package/dist/typings/24/editor_cut_outline.d.ts +12 -0
  47. package/dist/typings/24/question.d.ts +12 -0
  48. package/dist/typings/28/18_circle_outline.d.ts +12 -0
  49. package/dist/typings/28/editor_cut_outline.d.ts +12 -0
  50. package/dist/typings/56/privacy_outline.d.ts +12 -0
  51. package/dist/typings/index.d.ts +15 -0
  52. package/package.json +1 -1
  53. package/src/svg/12/education_12.svg +1 -0
  54. package/src/svg/12/square_filled_12.svg +1 -0
  55. package/src/svg/12/square_outline_12.svg +1 -0
  56. package/src/svg/16/list_letter_eng_outline_16.svg +1 -0
  57. package/src/svg/16/table_outline_16.svg +1 -0
  58. package/src/svg/16/text_bold_eng_outline_16.svg +1 -0
  59. package/src/svg/16/text_italic_eng_outline_16.svg +1 -0
  60. package/src/svg/16/text_underline_eng_outline_16.svg +1 -0
  61. package/src/svg/20/thumbs_up_20.svg +1 -0
  62. package/src/svg/20/zip_outline_20.svg +1 -0
  63. package/src/svg/24/editor_cut_outline_24.svg +1 -0
  64. package/src/svg/24/education_outline_24.svg +1 -1
  65. package/src/svg/24/question_24.svg +1 -0
  66. package/src/svg/28/18_circle_outline_28.svg +1 -0
  67. package/src/svg/28/editor_cut_outline_28.svg +1 -0
  68. package/src/svg/56/privacy_outline_56.svg +1 -0
  69. package/ts/12/education.ts +24 -0
  70. package/ts/12/square_filled.ts +24 -0
  71. package/ts/12/square_outline.ts +24 -0
  72. package/ts/16/list_letter_eng_outline.ts +24 -0
  73. package/ts/16/table_outline.ts +24 -0
  74. package/ts/16/text_bold_eng_outline.ts +24 -0
  75. package/ts/16/text_italic_eng_outline.ts +24 -0
  76. package/ts/16/text_underline_eng_outline.ts +24 -0
  77. package/ts/20/thumbs_up.ts +24 -0
  78. package/ts/20/zip_outline.ts +24 -0
  79. package/ts/24/editor_cut_outline.ts +24 -0
  80. package/ts/24/education_outline.ts +1 -1
  81. package/ts/24/question.ts +24 -0
  82. package/ts/28/18_circle_outline.ts +24 -0
  83. package/ts/28/editor_cut_outline.ts +24 -0
  84. package/ts/56/privacy_outline.ts +24 -0
  85. package/ts/index.ts +15 -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)("Icon12Education", "education_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="education_12"><path fill-rule="evenodd" d="M5.625 1.128.76 3.697l-.078.04c-.374.199-.565.306-.631.448a.5.5 0 0 0-.005.416c.068.153.279.27.699.503l4.87 2.704c.142.078.213.118.288.133a.5.5 0 0 0 .202 0c.075-.015.146-.055.287-.134L11 5.243V7.5a.5.5 0 1 0 1 0V4.444c0-.104-.031-.2-.085-.28-.066-.108-.21-.2-.46-.336a26.536 26.536 0 0 0-.23-.124h-.002L6.374 1.128c-.137-.072-.205-.109-.277-.123a.5.5 0 0 0-.194 0c-.072.014-.14.05-.278.123ZM1.99 6.998v-.062l2.847 1.58c.426.237.639.355.864.402.2.04.405.04.605 0 .225-.047.438-.165.863-.402l2.817-1.568v.05a3.998 3.998 0 0 1-7.996 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)("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)("Icon20ThumbsUp", "thumbs_up_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_up_20"><path fill-rule="evenodd" d="M18.006 12.713c0 2.662-1.85 4.287-5.024 4.287H8.99c-.52 0-.78 0-.978-.102a.929.929 0 0 1-.405-.406c-.101-.2-.101-.46-.101-.981V8.794c0-.23 0-.346.008-.46.008-.102.021-.204.04-.304.02-.113.049-.225.107-.448l1.134-4.348c.209-.957 1.295-1.547 2.29-1.058.528.258.913.91.913 1.558v3.267h1.004c3.457 0 5.004 1.439 5.004 4.706v1.006ZM2.03 9.288C2 9.442 2 9.628 2 10v6c0 .372 0 .558.03.712a1.6 1.6 0 0 0 1.258 1.257C3.442 18 3.628 18 4 18c.372 0 .558 0 .712-.03a1.6 1.6 0 0 0 1.257-1.258C6 16.558 6 16.372 6 16v-6c0-.372 0-.558-.03-.712A1.6 1.6 0 0 0 4.711 8.03C4.558 8 4.372 8 4 8c-.372 0-.558 0-.712.03A1.6 1.6 0 0 0 2.03 9.289Z" clip-rule="evenodd" /></symbol>', 20, 20, 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);
@@ -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)("Icon24EditorCutOutline", "editor_cut_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="editor_cut_outline_24"><path d="M13 3a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0V3.9A.9.9 0 0 0 13 3Zm0 4.75a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0V8.65a.9.9 0 0 0-.9-.9Zm-.9 5.65a.9.9 0 1 1 1.8 0v1.95a.9.9 0 1 1-1.8 0V13.4Zm.9 3.85a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0v-1.95a.9.9 0 0 0-.9-.9ZM9.1 4h-.64c-.947 0-1.713 0-2.333.05-.64.053-1.203.163-1.726.43a4.4 4.4 0 0 0-1.923 1.922c-.266.523-.376 1.087-.429 1.726C2 8.748 2 9.514 2 10.462v3.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726A4.4 4.4 0 0 0 4.4 19.52c.523.267 1.086.377 1.726.43.62.05 1.386.05 2.333.05h.64a.9.9 0 1 0 0-1.8h-.601c-.995 0-1.687 0-2.226-.045-.528-.043-.828-.123-1.055-.238a2.6 2.6 0 0 1-1.136-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-3c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054a2.6 2.6 0 0 1 1.136-1.137c.227-.115.527-.195 1.055-.238C6.812 5.8 7.503 5.8 8.5 5.8h.6a.9.9 0 1 0 0-1.8Zm7.8 0a.9.9 0 1 0 0 1.8h1.299a2 2 0 0 1 2 2v8.4a2 2 0 0 1-2 2h-1.3a.9.9 0 1 0 0 1.8h1.3a3.8 3.8 0 0 0 3.8-3.8V7.8a3.8 3.8 0 0 0-3.8-3.8h-1.3Z" /></symbol>', 24, 24, 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)("Icon2818CircleOutline", "18_circle_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="18_circle_outline_28"><path fill-rule="evenodd" d="M14 4C8.477 4 4 8.477 4 14s4.477 10 10 10 10-4.477 10-10S19.523 4 14 4ZM2 14C2 7.373 7.373 2 14 2s12 5.373 12 12-5.373 12-12 12S2 20.627 2 14Zm14.323 4.7c2.172 0 3.677-1.044 3.677-2.587 0-1.184-.875-2.016-2.082-2.229v-.042c1.04-.237 1.767-.996 1.767-1.95 0-1.39-1.369-2.392-3.362-2.392-1.987 0-3.361 1.002-3.361 2.386 0 .972.731 1.72 1.779 1.956v.042c-1.208.213-2.089 1.039-2.089 2.223 0 1.549 1.494 2.593 3.671 2.593Zm0-5.49c-.702 0-1.202-.449-1.202-1.093 0-.65.506-1.093 1.202-1.093.702 0 1.214.444 1.214 1.093 0 .644-.506 1.093-1.214 1.093Zm0 3.96c-.815 0-1.38-.517-1.38-1.227 0-.698.565-1.202 1.38-1.202.821 0 1.386.504 1.386 1.202 0 .71-.565 1.227-1.386 1.227Zm-5.777 1.327c.662 0 1.105-.429 1.105-1.093v-6.665c0-.762-.468-1.239-1.27-1.239-.436 0-.813.048-1.28.363l-1.658 1.123c-.315.218-.443.466-.443.786 0 .447.322.767.753.767.212 0 .346-.048.546-.187l1.093-.755h.043v5.807c0 .664.449 1.093 1.11 1.093Z" /></symbol>', 28, 28, 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)("Icon28EditorCutOutline", "editor_cut_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="editor_cut_outline_28"><path fill-rule="evenodd" d="M5.07 4.801C6.164 4.216 7.243 4 9.691 4H11a1 1 0 1 1 0 2H9.692c-2.335 0-3.019.212-3.68.565a3.466 3.466 0 0 0-1.447 1.448C4.212 8.673 4 9.357 4 11.692v4.616c0 2.335.212 3.019.565 3.68a3.466 3.466 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565H11a1 1 0 1 1 0 2H9.692c-2.448 0-3.527-.216-4.623-.801a5.465 5.465 0 0 1-2.268-2.269C2.216 19.835 2 18.756 2 16.308v-4.616c0-2.448.216-3.527.801-4.623A5.466 5.466 0 0 1 5.07 4.801ZM18 4.986a1 1 0 0 1 1.021-.979c1.964.042 2.93.27 3.91.794a5.465 5.465 0 0 1 2.268 2.268c.585 1.096.801 2.175.801 4.623v4.616c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.269 2.27c-.98.524-1.945.752-3.909.794a1 1 0 1 1-.042-2c1.798-.038 2.413-.24 3.008-.558a3.467 3.467 0 0 0 1.448-1.448c.353-.66.565-1.344.565-3.679v-4.616c0-2.335-.212-3.019-.565-3.68a3.466 3.466 0 0 0-1.448-1.447c-.595-.318-1.21-.52-3.008-.558A1 1 0 0 1 18 4.986ZM15 2a1 1 0 0 0-1 1v2.5a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1Zm0 6.5a1 1 0 0 0-1 1V12a1 1 0 1 0 2 0V9.5a1 1 0 0 0-1-1ZM14 16a1 1 0 1 1 2 0v2.5a1 1 0 0 1-2 0V16Zm1 5.5a1 1 0 0 0-1 1V25a1 1 0 1 0 2 0v-2.5a1 1 0 0 0-1-1Z" /></symbol>', 28, 28, 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("Icon12Education", "education_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="education_12"><path fill-rule="evenodd" d="M5.625 1.128.76 3.697l-.078.04c-.374.199-.565.306-.631.448a.5.5 0 0 0-.005.416c.068.153.279.27.699.503l4.87 2.704c.142.078.213.118.288.133a.5.5 0 0 0 .202 0c.075-.015.146-.055.287-.134L11 5.243V7.5a.5.5 0 1 0 1 0V4.444c0-.104-.031-.2-.085-.28-.066-.108-.21-.2-.46-.336a26.536 26.536 0 0 0-.23-.124h-.002L6.374 1.128c-.137-.072-.205-.109-.277-.123a.5.5 0 0 0-.194 0c-.072.014-.14.05-.278.123ZM1.99 6.998v-.062l2.847 1.58c.426.237.639.355.864.402.2.04.405.04.605 0 .225-.047.438-.165.863-.402l2.817-1.568v.05a3.998 3.998 0 0 1-7.996 0Z" clip-rule="evenodd" /></symbol>', 12, 12, 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("Icon20ThumbsUp", "thumbs_up_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_up_20"><path fill-rule="evenodd" d="M18.006 12.713c0 2.662-1.85 4.287-5.024 4.287H8.99c-.52 0-.78 0-.978-.102a.929.929 0 0 1-.405-.406c-.101-.2-.101-.46-.101-.981V8.794c0-.23 0-.346.008-.46.008-.102.021-.204.04-.304.02-.113.049-.225.107-.448l1.134-4.348c.209-.957 1.295-1.547 2.29-1.058.528.258.913.91.913 1.558v3.267h1.004c3.457 0 5.004 1.439 5.004 4.706v1.006ZM2.03 9.288C2 9.442 2 9.628 2 10v6c0 .372 0 .558.03.712a1.6 1.6 0 0 0 1.258 1.257C3.442 18 3.628 18 4 18c.372 0 .558 0 .712-.03a1.6 1.6 0 0 0 1.257-1.258C6 16.558 6 16.372 6 16v-6c0-.372 0-.558-.03-.712A1.6 1.6 0 0 0 4.711 8.03C4.558 8 4.372 8 4 8c-.372 0-.558 0-.712.03A1.6 1.6 0 0 0 2.03 9.289Z" clip-rule="evenodd" /></symbol>', 20, 20, 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);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24EditorCutOutline", "editor_cut_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="editor_cut_outline_24"><path d="M13 3a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0V3.9A.9.9 0 0 0 13 3Zm0 4.75a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0V8.65a.9.9 0 0 0-.9-.9Zm-.9 5.65a.9.9 0 1 1 1.8 0v1.95a.9.9 0 1 1-1.8 0V13.4Zm.9 3.85a.9.9 0 0 0-.9.9v1.95a.9.9 0 1 0 1.8 0v-1.95a.9.9 0 0 0-.9-.9ZM9.1 4h-.64c-.947 0-1.713 0-2.333.05-.64.053-1.203.163-1.726.43a4.4 4.4 0 0 0-1.923 1.922c-.266.523-.376 1.087-.429 1.726C2 8.748 2 9.514 2 10.462v3.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726A4.4 4.4 0 0 0 4.4 19.52c.523.267 1.086.377 1.726.43.62.05 1.386.05 2.333.05h.64a.9.9 0 1 0 0-1.8h-.601c-.995 0-1.687 0-2.226-.045-.528-.043-.828-.123-1.055-.238a2.6 2.6 0 0 1-1.136-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-3c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054a2.6 2.6 0 0 1 1.136-1.137c.227-.115.527-.195 1.055-.238C6.812 5.8 7.503 5.8 8.5 5.8h.6a.9.9 0 1 0 0-1.8Zm7.8 0a.9.9 0 1 0 0 1.8h1.299a2 2 0 0 1 2 2v8.4a2 2 0 0 1-2 2h-1.3a.9.9 0 1 0 0 1.8h1.3a3.8 3.8 0 0 0 3.8-3.8V7.8a3.8 3.8 0 0 0-3.8-3.8h-1.3Z" /></symbol>', 24, 24, 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("Icon2818CircleOutline", "18_circle_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="18_circle_outline_28"><path fill-rule="evenodd" d="M14 4C8.477 4 4 8.477 4 14s4.477 10 10 10 10-4.477 10-10S19.523 4 14 4ZM2 14C2 7.373 7.373 2 14 2s12 5.373 12 12-5.373 12-12 12S2 20.627 2 14Zm14.323 4.7c2.172 0 3.677-1.044 3.677-2.587 0-1.184-.875-2.016-2.082-2.229v-.042c1.04-.237 1.767-.996 1.767-1.95 0-1.39-1.369-2.392-3.362-2.392-1.987 0-3.361 1.002-3.361 2.386 0 .972.731 1.72 1.779 1.956v.042c-1.208.213-2.089 1.039-2.089 2.223 0 1.549 1.494 2.593 3.671 2.593Zm0-5.49c-.702 0-1.202-.449-1.202-1.093 0-.65.506-1.093 1.202-1.093.702 0 1.214.444 1.214 1.093 0 .644-.506 1.093-1.214 1.093Zm0 3.96c-.815 0-1.38-.517-1.38-1.227 0-.698.565-1.202 1.38-1.202.821 0 1.386.504 1.386 1.202 0 .71-.565 1.227-1.386 1.227Zm-5.777 1.327c.662 0 1.105-.429 1.105-1.093v-6.665c0-.762-.468-1.239-1.27-1.239-.436 0-.813.048-1.28.363l-1.658 1.123c-.315.218-.443.466-.443.786 0 .447.322.767.753.767.212 0 .346-.048.546-.187l1.093-.755h.043v5.807c0 .664.449 1.093 1.11 1.093Z" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon28EditorCutOutline", "editor_cut_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="editor_cut_outline_28"><path fill-rule="evenodd" d="M5.07 4.801C6.164 4.216 7.243 4 9.691 4H11a1 1 0 1 1 0 2H9.692c-2.335 0-3.019.212-3.68.565a3.466 3.466 0 0 0-1.447 1.448C4.212 8.673 4 9.357 4 11.692v4.616c0 2.335.212 3.019.565 3.68a3.466 3.466 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565H11a1 1 0 1 1 0 2H9.692c-2.448 0-3.527-.216-4.623-.801a5.465 5.465 0 0 1-2.268-2.269C2.216 19.835 2 18.756 2 16.308v-4.616c0-2.448.216-3.527.801-4.623A5.466 5.466 0 0 1 5.07 4.801ZM18 4.986a1 1 0 0 1 1.021-.979c1.964.042 2.93.27 3.91.794a5.465 5.465 0 0 1 2.268 2.268c.585 1.096.801 2.175.801 4.623v4.616c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.269 2.27c-.98.524-1.945.752-3.909.794a1 1 0 1 1-.042-2c1.798-.038 2.413-.24 3.008-.558a3.467 3.467 0 0 0 1.448-1.448c.353-.66.565-1.344.565-3.679v-4.616c0-2.335-.212-3.019-.565-3.68a3.466 3.466 0 0 0-1.448-1.447c-.595-.318-1.21-.52-3.008-.558A1 1 0 0 1 18 4.986ZM15 2a1 1 0 0 0-1 1v2.5a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1Zm0 6.5a1 1 0 0 0-1 1V12a1 1 0 1 0 2 0V9.5a1 1 0 0 0-1-1ZM14 16a1 1 0 1 1 2 0v2.5a1 1 0 0 1-2 0V16Zm1 5.5a1 1 0 0 0-1 1V25a1 1 0 1 0 2 0v-2.5a1 1 0 0 0-1-1Z" /></symbol>', 28, 28, 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
@@ -31,6 +31,7 @@ export { default as Icon12Delete } from "./12/delete";
31
31
  export { default as Icon12Download } from "./12/download";
32
32
  export { default as Icon12Drop } from "./12/drop";
33
33
  export { default as Icon12Dropdown } from "./12/dropdown";
34
+ export { default as Icon12Education } from "./12/education";
34
35
  export { default as Icon12ErrorCircle } from "./12/error_circle";
35
36
  export { default as Icon12ErrorCircleFill } from "./12/error_circle_fill";
36
37
  export { default as Icon12Explicit } from "./12/explicit";
@@ -74,6 +75,8 @@ export { default as Icon12Repost } from "./12/repost";
74
75
  export { default as Icon12Services } from "./12/services";
75
76
  export { default as Icon12SmileFilled } from "./12/smile_filled";
76
77
  export { default as Icon12Spinner } from "./12/spinner";
78
+ export { default as Icon12SquareFilled } from "./12/square_filled";
79
+ export { default as Icon12SquareOutline } from "./12/square_outline";
77
80
  export { default as Icon12Star } from "./12/star";
78
81
  export { default as Icon12StarCircle } from "./12/star_circle";
79
82
  export { default as Icon12StarCircleFillYellow } from "./12/star_circle_fill_yellow";
@@ -229,6 +232,7 @@ export { default as Icon16Link } from "./16/link";
229
232
  export { default as Icon16Linked } from "./16/linked";
230
233
  export { default as Icon16LinkOutline } from "./16/link_outline";
231
234
  export { default as Icon16ListBulletOutline } from "./16/list_bullet_outline";
235
+ export { default as Icon16ListLetterEngOutline } from "./16/list_letter_eng_outline";
232
236
  export { default as Icon16ListLetterOutline } from "./16/list_letter_outline";
233
237
  export { default as Icon16ListNumberOutline } from "./16/list_number_outline";
234
238
  export { default as Icon16ListPlayOutline } from "./16/list_play_outline";
@@ -329,11 +333,15 @@ export { default as Icon16Story } from "./16/story";
329
333
  export { default as Icon16StoryOutline } from "./16/story_outline";
330
334
  export { default as Icon16Sun } from "./16/sun";
331
335
  export { default as Icon16Sync } from "./16/sync";
336
+ export { default as Icon16TableOutline } from "./16/table_outline";
332
337
  export { default as Icon16Tag } from "./16/tag";
333
338
  export { default as Icon16TearOffFlyerOutline } from "./16/tear_off_flyer_outline";
334
339
  export { default as Icon16Text } from "./16/text";
340
+ export { default as Icon16TextBoldEngOutline } from "./16/text_bold_eng_outline";
335
341
  export { default as Icon16TextCenterOutline } from "./16/text_center_outline";
342
+ export { default as Icon16TextItalicEngOutline } from "./16/text_italic_eng_outline";
336
343
  export { default as Icon16TextOutline } from "./16/text_outline";
344
+ export { default as Icon16TextUnderlineEngOutline } from "./16/text_underline_eng_outline";
337
345
  export { default as Icon16ThumbsDownOutline } from "./16/thumbs_down_outline";
338
346
  export { default as Icon16ThumbsUpOutline } from "./16/thumbs_up_outline";
339
347
  export { default as Icon16TicketOutline } from "./16/ticket_outline";
@@ -782,6 +790,7 @@ export { default as Icon20TextOutline } from "./20/text_outline";
782
790
  export { default as Icon20TextRightOutline } from "./20/text_right_outline";
783
791
  export { default as Icon20TextTtOutline } from "./20/text_tt_outline";
784
792
  export { default as Icon20TextUnderlineOutline } from "./20/text_underline_outline";
793
+ export { default as Icon20ThumbsUp } from "./20/thumbs_up";
785
794
  export { default as Icon20ThumbsUpCircleFillGreen } from "./20/thumbs_up_circle_fill_green";
786
795
  export { default as Icon20ThumbsUpOutline } from "./20/thumbs_up_outline";
787
796
  export { default as Icon20TicketOutline } from "./20/ticket_outline";
@@ -837,6 +846,7 @@ export { default as Icon20WrenchOutline } from "./20/wrench_outline";
837
846
  export { default as Icon20Write } from "./20/write";
838
847
  export { default as Icon20WriteOutline } from "./20/write_outline";
839
848
  export { default as Icon20WriteSquareOutline } from "./20/write_square_outline";
849
+ export { default as Icon20ZipOutline } from "./20/zip_outline";
840
850
  export { default as Icon20ZodiacAquariusOutline } from "./20/zodiac_aquarius_outline";
841
851
  export { default as Icon20ZodiacAriesOutline } from "./20/zodiac_aries_outline";
842
852
  export { default as Icon20ZodiacCancerOutline } from "./20/zodiac_cancer_outline";
@@ -1005,6 +1015,7 @@ export { default as Icon24DownloadCrossBadgeOutline } from "./24/download_cross_
1005
1015
  export { default as Icon24DownloadOutline } from "./24/download_outline";
1006
1016
  export { default as Icon24DrillOutline } from "./24/drill_outline";
1007
1017
  export { default as Icon24Dropdown } from "./24/dropdown";
1018
+ export { default as Icon24EditorCutOutline } from "./24/editor_cut_outline";
1008
1019
  export { default as Icon24Education } from "./24/education";
1009
1020
  export { default as Icon24EducationOutline } from "./24/education_outline";
1010
1021
  export { default as Icon24EmployeeOutline } from "./24/employee_outline";
@@ -1227,6 +1238,7 @@ export { default as Icon24Printer } from "./24/printer";
1227
1238
  export { default as Icon24PrinterOutline } from "./24/printer_outline";
1228
1239
  export { default as Icon24Privacy } from "./24/privacy";
1229
1240
  export { default as Icon24Qr } from "./24/qr";
1241
+ export { default as Icon24Question } from "./24/question";
1230
1242
  export { default as Icon24QuestionOutline } from "./24/question_outline";
1231
1243
  export { default as Icon24Recent } from "./24/recent";
1232
1244
  export { default as Icon24RecentOutline } from "./24/recent_outline";
@@ -1393,6 +1405,7 @@ export { default as Icon24Work } from "./24/work";
1393
1405
  export { default as Icon24WorkOutline } from "./24/work_outline";
1394
1406
  export { default as Icon24Write } from "./24/write";
1395
1407
  export { default as Icon24WriteOutline } from "./24/write_outline";
1408
+ export { default as Icon2818CircleOutline } from "./28/18_circle_outline";
1396
1409
  export { default as Icon28AccessibilityOutline } from "./28/accessibility_outline";
1397
1410
  export { default as Icon28AchievementCircleFillBlue } from "./28/achievement_circle_fill_blue";
1398
1411
  export { default as Icon28AddAwardOutline } from "./28/add_award_outline";
@@ -1572,6 +1585,7 @@ export { default as Icon28DownloadCloudOutline } from "./28/download_cloud_outli
1572
1585
  export { default as Icon28DownloadOutline } from "./28/download_outline";
1573
1586
  export { default as Icon28DrillOutline } from "./28/drill_outline";
1574
1587
  export { default as Icon28EditCircleFillBlue } from "./28/edit_circle_fill_blue";
1588
+ export { default as Icon28EditorCutOutline } from "./28/editor_cut_outline";
1575
1589
  export { default as Icon28EditOutline } from "./28/edit_outline";
1576
1590
  export { default as Icon28EducationCircleFillGray } from "./28/education_circle_fill_gray";
1577
1591
  export { default as Icon28EducationOutline } from "./28/education_outline";
@@ -2387,6 +2401,7 @@ export { default as Icon56PictureInPicture } from "./56/picture_in_picture";
2387
2401
  export { default as Icon56PlaceOutline } from "./56/place_outline";
2388
2402
  export { default as Icon56PlayGesture } from "./56/play_gesture";
2389
2403
  export { default as Icon56PlaylistOutline } from "./56/playlist_outline";
2404
+ export { default as Icon56PrivacyOutline } from "./56/privacy_outline";
2390
2405
  export { default as Icon56QuestionOutline } from "./56/question_outline";
2391
2406
  export { default as Icon56RecentOutline } from "./56/recent_outline";
2392
2407
  export { default as Icon56ReportOutline } from "./56/report_outline";