@vkontakte/icons 2.21.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.
- package/dist/12/square_filled.js +12 -0
- package/dist/12/square_outline.js +12 -0
- package/dist/16/list_letter_eng_outline.js +12 -0
- package/dist/16/table_outline.js +12 -0
- package/dist/16/text_bold_eng_outline.js +12 -0
- package/dist/16/text_italic_eng_outline.js +12 -0
- package/dist/16/text_underline_eng_outline.js +12 -0
- package/dist/20/zip_outline.js +12 -0
- package/dist/24/education_outline.js +1 -1
- package/dist/24/question.js +12 -0
- package/dist/28/happy_face_outline.js +12 -0
- package/dist/28/neutral_face_outline.js +12 -0
- package/dist/28/sad_face_outline.js +12 -0
- package/dist/56/mail_plus_outline.js +12 -0
- package/dist/56/privacy_outline.js +12 -0
- package/dist/56/ugc_chat_sticker_outline.js +12 -0
- package/dist/es6/12/square_filled.js +2 -0
- package/dist/es6/12/square_outline.js +2 -0
- package/dist/es6/16/list_letter_eng_outline.js +2 -0
- package/dist/es6/16/table_outline.js +2 -0
- package/dist/es6/16/text_bold_eng_outline.js +2 -0
- package/dist/es6/16/text_italic_eng_outline.js +2 -0
- package/dist/es6/16/text_underline_eng_outline.js +2 -0
- package/dist/es6/20/zip_outline.js +2 -0
- package/dist/es6/24/education_outline.js +1 -1
- package/dist/es6/24/question.js +2 -0
- package/dist/es6/28/happy_face_outline.js +2 -0
- package/dist/es6/28/neutral_face_outline.js +2 -0
- package/dist/es6/28/sad_face_outline.js +2 -0
- package/dist/es6/56/mail_plus_outline.js +2 -0
- package/dist/es6/56/privacy_outline.js +2 -0
- package/dist/es6/56/ugc_chat_sticker_outline.js +2 -0
- package/dist/es6/index.js +15 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +66 -6
- package/dist/typings/12/square_filled.d.ts +12 -0
- package/dist/typings/12/square_outline.d.ts +12 -0
- package/dist/typings/16/list_letter_eng_outline.d.ts +12 -0
- package/dist/typings/16/table_outline.d.ts +12 -0
- package/dist/typings/16/text_bold_eng_outline.d.ts +12 -0
- package/dist/typings/16/text_italic_eng_outline.d.ts +12 -0
- package/dist/typings/16/text_underline_eng_outline.d.ts +12 -0
- package/dist/typings/20/zip_outline.d.ts +12 -0
- package/dist/typings/24/question.d.ts +12 -0
- package/dist/typings/28/happy_face_outline.d.ts +12 -0
- package/dist/typings/28/neutral_face_outline.d.ts +12 -0
- package/dist/typings/28/sad_face_outline.d.ts +12 -0
- package/dist/typings/56/mail_plus_outline.d.ts +12 -0
- package/dist/typings/56/privacy_outline.d.ts +12 -0
- package/dist/typings/56/ugc_chat_sticker_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +15 -0
- package/package.json +3 -2
- package/src/svg/12/square_filled_12.svg +1 -0
- package/src/svg/12/square_outline_12.svg +1 -0
- package/src/svg/16/list_letter_eng_outline_16.svg +1 -0
- package/src/svg/16/table_outline_16.svg +1 -0
- package/src/svg/16/text_bold_eng_outline_16.svg +1 -0
- package/src/svg/16/text_italic_eng_outline_16.svg +1 -0
- package/src/svg/16/text_underline_eng_outline_16.svg +1 -0
- package/src/svg/20/zip_outline_20.svg +1 -0
- package/src/svg/24/education_outline_24.svg +1 -1
- package/src/svg/24/question_24.svg +1 -0
- package/src/svg/28/happy_face_outline_28.svg +1 -0
- package/src/svg/28/neutral_face_outline_28.svg +1 -0
- package/src/svg/28/sad_face_outline_28.svg +1 -0
- package/src/svg/56/mail_plus_outline_56.svg +1 -0
- package/src/svg/56/privacy_outline_56.svg +1 -0
- package/src/svg/56/ugc_chat_sticker_outline_56.svg +1 -0
- package/ts/12/square_filled.ts +24 -0
- package/ts/12/square_outline.ts +24 -0
- package/ts/16/list_letter_eng_outline.ts +24 -0
- package/ts/16/table_outline.ts +24 -0
- package/ts/16/text_bold_eng_outline.ts +24 -0
- package/ts/16/text_italic_eng_outline.ts +24 -0
- package/ts/16/text_underline_eng_outline.ts +24 -0
- package/ts/20/zip_outline.ts +24 -0
- package/ts/24/education_outline.ts +1 -1
- package/ts/24/question.ts +24 -0
- package/ts/28/happy_face_outline.ts +24 -0
- package/ts/28/neutral_face_outline.ts +24 -0
- package/ts/28/sad_face_outline.ts +24 -0
- package/ts/56/mail_plus_outline.ts +24 -0
- package/ts/56/privacy_outline.ts +24 -0
- package/ts/56/ugc_chat_sticker_outline.ts +24 -0
- 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)("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="
|
|
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)("Icon28HappyFaceOutline", "happy_face_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="happy_face_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 14Zm10.25-2.375a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm6.75 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0ZM16 16c.552 0 1 .45.921.997-.037.259-.087.5-.15.651a2.999 2.999 0 0 1-5.543 0 3.004 3.004 0 0 1-.15-.651c-.077-.547.37-.997.922-.997h4Z" /></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)("Icon28NeutralFaceOutline", "neutral_face_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="neutral_face_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 14Zm15 4a1 1 0 1 0 0-2h-6a1 1 0 1 0 0 2h6Zm-4.75-6.375a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm6.75 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Z" /></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)("Icon28SadFaceOutline", "sad_face_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="sad_face_outline_28"><path d="M9.609 17.928a1 1 0 0 0 1.462 1.364 3.999 3.999 0 0 1 5.85 0 1 1 0 1 0 1.46-1.367 5.998 5.998 0 0 0-8.772.003ZM14 26C7.373 26 2 20.627 2 14S7.373 2 14 2s12 5.373 12 12-5.373 12-12 12Zm0-2c5.523 0 10-4.477 10-10S19.523 4 14 4 4 8.477 4 14s4.477 10 10 10Zm3.375-10.75a1.625 1.625 0 1 1 0-3.25 1.625 1.625 0 0 1 0 3.25Zm-6.75 0a1.625 1.625 0 1 1 0-3.25 1.625 1.625 0 0 1 0 3.25Z" /></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)("Icon56MailPlusOutline", "mail_plus_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="mail_plus_outline_56"><path fill-rule="evenodd" d="M10.139 9.603C12.266 8.465 14.364 8 19.383 8h17.234c5.019 0 7.117.465 9.244 1.603a10.924 10.924 0 0 1 4.536 4.536C51.535 16.266 52 18.364 52 23.383V29.5a1.5 1.5 0 0 1-3 0v-6.117c0-4.83-.454-6.344-1.248-7.83a8.374 8.374 0 0 0-.445-.738l-9.761 9.76-.078.078c-1.934 1.934-3.493 3.493-4.884 4.554-1.444 1.102-2.882 1.808-4.584 1.808-1.703 0-3.14-.706-4.584-1.808-1.391-1.061-2.95-2.62-4.884-4.554l-.078-.078-9.76-9.76c-.16.236-.309.482-.446.739-.794 1.485-1.248 3-1.248 7.83v9.233c0 4.83.454 6.344 1.248 7.83a7.925 7.925 0 0 0 3.306 3.305c1.485.794 3 1.248 7.83 1.248h7.967a1.5 1.5 0 0 1 0 3h-7.968c-5.019 0-7.117-.465-9.244-1.603a10.924 10.924 0 0 1-4.536-4.536C4.465 39.734 4 37.636 4 32.617v-9.234c0-5.019.465-7.117 1.603-9.244a10.924 10.924 0 0 1 4.536-4.536Zm.676 3.09 9.76 9.761c2.03 2.03 3.448 3.444 4.66 4.368 1.178.898 1.982 1.193 2.765 1.193.783 0 1.587-.295 2.765-1.193 1.212-.924 2.63-2.338 4.66-4.368l9.76-9.76a8.374 8.374 0 0 0-.739-.446c-1.485-.794-3-1.248-7.83-1.248H19.384c-4.83 0-6.344.454-7.83 1.248a8.374 8.374 0 0 0-.738.445ZM52 41.5C52 47.299 47.299 52 41.5 52S31 47.299 31 41.5 35.701 31 41.5 31 52 35.701 52 41.5Zm-12-5a1.5 1.5 0 0 1 3 0V40h3.5a1.5 1.5 0 0 1 0 3H43v3.5a1.5 1.5 0 0 1-3 0V43h-3.5a1.5 1.5 0 0 1 0-3H40v-3.5Z" clip-rule="evenodd" /></symbol>', 56, 56, 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,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)("Icon56UgcChatStickerOutline", "ugc_chat_sticker_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="ugc_chat_sticker_outline_56"><path fill-rule="evenodd" d="M30.714 7.537c-1.014-1-2.431-1.627-3.958-1.525C15.338 6.775 6 15.088 6 25.616c0 5.375 2.46 10.205 6.377 13.718-.559 1.536-1.433 3.375-2.648 5.527l-.001.003-.241.423a1.505 1.505 0 0 0-.038.072l-.052.102a2.484 2.484 0 0 0 2.829 3.47c4.618-1.123 8.312-2.506 10.993-4.197 1.694.356 3.46.544 5.276.544 10.41 0 19.357-6.216 21.828-14.892.53-1.861-.187-3.701-1.41-4.907L30.714 7.537Zm-4.712 1.556c-9.762 1.06-17.003 8.215-17.003 16.523 0 4.704 2.29 9 6.066 12.068.473.384.667 1.018.49 1.602-.56 1.843-1.527 3.992-2.868 6.43 4.195-1.103 7.3-2.393 9.396-3.826.348-.238.78-.318 1.19-.22 1.66.393 3.41.604 5.222.604 9.103 0 16.57-5.3 18.802-12.245h-.668c-3.302 0-5.872 0-7.934-.17-2.093-.17-3.794-.523-5.324-1.304a13.506 13.506 0 0 1-5.898-5.906c-.78-1.532-1.132-3.236-1.303-5.332-.168-2.064-.168-4.638-.168-7.945v-.28Zm20.204 17.932L29.001 10.063c.001 3 .013 5.229.159 7.01.155 1.91.457 3.174.985 4.212a10.505 10.505 0 0 0 4.588 4.594c1.036.53 2.299.831 4.206.987 1.831.15 4.135.159 7.267.159Z" 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="
|
|
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("Icon28HappyFaceOutline", "happy_face_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="happy_face_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 14Zm10.25-2.375a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm6.75 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0ZM16 16c.552 0 1 .45.921.997-.037.259-.087.5-.15.651a2.999 2.999 0 0 1-5.543 0 3.004 3.004 0 0 1-.15-.651c-.077-.547.37-.997.922-.997h4Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon28NeutralFaceOutline", "neutral_face_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="neutral_face_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 14Zm15 4a1 1 0 1 0 0-2h-6a1 1 0 1 0 0 2h6Zm-4.75-6.375a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm6.75 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon28SadFaceOutline", "sad_face_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="sad_face_outline_28"><path d="M9.609 17.928a1 1 0 0 0 1.462 1.364 3.999 3.999 0 0 1 5.85 0 1 1 0 1 0 1.46-1.367 5.998 5.998 0 0 0-8.772.003ZM14 26C7.373 26 2 20.627 2 14S7.373 2 14 2s12 5.373 12 12-5.373 12-12 12Zm0-2c5.523 0 10-4.477 10-10S19.523 4 14 4 4 8.477 4 14s4.477 10 10 10Zm3.375-10.75a1.625 1.625 0 1 1 0-3.25 1.625 1.625 0 0 1 0 3.25Zm-6.75 0a1.625 1.625 0 1 1 0-3.25 1.625 1.625 0 0 1 0 3.25Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon56MailPlusOutline", "mail_plus_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="mail_plus_outline_56"><path fill-rule="evenodd" d="M10.139 9.603C12.266 8.465 14.364 8 19.383 8h17.234c5.019 0 7.117.465 9.244 1.603a10.924 10.924 0 0 1 4.536 4.536C51.535 16.266 52 18.364 52 23.383V29.5a1.5 1.5 0 0 1-3 0v-6.117c0-4.83-.454-6.344-1.248-7.83a8.374 8.374 0 0 0-.445-.738l-9.761 9.76-.078.078c-1.934 1.934-3.493 3.493-4.884 4.554-1.444 1.102-2.882 1.808-4.584 1.808-1.703 0-3.14-.706-4.584-1.808-1.391-1.061-2.95-2.62-4.884-4.554l-.078-.078-9.76-9.76c-.16.236-.309.482-.446.739-.794 1.485-1.248 3-1.248 7.83v9.233c0 4.83.454 6.344 1.248 7.83a7.925 7.925 0 0 0 3.306 3.305c1.485.794 3 1.248 7.83 1.248h7.967a1.5 1.5 0 0 1 0 3h-7.968c-5.019 0-7.117-.465-9.244-1.603a10.924 10.924 0 0 1-4.536-4.536C4.465 39.734 4 37.636 4 32.617v-9.234c0-5.019.465-7.117 1.603-9.244a10.924 10.924 0 0 1 4.536-4.536Zm.676 3.09 9.76 9.761c2.03 2.03 3.448 3.444 4.66 4.368 1.178.898 1.982 1.193 2.765 1.193.783 0 1.587-.295 2.765-1.193 1.212-.924 2.63-2.338 4.66-4.368l9.76-9.76a8.374 8.374 0 0 0-.739-.446c-1.485-.794-3-1.248-7.83-1.248H19.384c-4.83 0-6.344.454-7.83 1.248a8.374 8.374 0 0 0-.738.445ZM52 41.5C52 47.299 47.299 52 41.5 52S31 47.299 31 41.5 35.701 31 41.5 31 52 35.701 52 41.5Zm-12-5a1.5 1.5 0 0 1 3 0V40h3.5a1.5 1.5 0 0 1 0 3H43v3.5a1.5 1.5 0 0 1-3 0V43h-3.5a1.5 1.5 0 0 1 0-3H40v-3.5Z" clip-rule="evenodd" /></symbol>', 56, 56, 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);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon56UgcChatStickerOutline", "ugc_chat_sticker_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="ugc_chat_sticker_outline_56"><path fill-rule="evenodd" d="M30.714 7.537c-1.014-1-2.431-1.627-3.958-1.525C15.338 6.775 6 15.088 6 25.616c0 5.375 2.46 10.205 6.377 13.718-.559 1.536-1.433 3.375-2.648 5.527l-.001.003-.241.423a1.505 1.505 0 0 0-.038.072l-.052.102a2.484 2.484 0 0 0 2.829 3.47c4.618-1.123 8.312-2.506 10.993-4.197 1.694.356 3.46.544 5.276.544 10.41 0 19.357-6.216 21.828-14.892.53-1.861-.187-3.701-1.41-4.907L30.714 7.537Zm-4.712 1.556c-9.762 1.06-17.003 8.215-17.003 16.523 0 4.704 2.29 9 6.066 12.068.473.384.667 1.018.49 1.602-.56 1.843-1.527 3.992-2.868 6.43 4.195-1.103 7.3-2.393 9.396-3.826.348-.238.78-.318 1.19-.22 1.66.393 3.41.604 5.222.604 9.103 0 16.57-5.3 18.802-12.245h-.668c-3.302 0-5.872 0-7.934-.17-2.093-.17-3.794-.523-5.324-1.304a13.506 13.506 0 0 1-5.898-5.906c-.78-1.532-1.132-3.236-1.303-5.332-.168-2.064-.168-4.638-.168-7.945v-.28Zm20.204 17.932L29.001 10.063c.001 3 .013 5.229.159 7.01.155 1.91.457 3.174.985 4.212a10.505 10.505 0 0 0 4.588 4.594c1.036.53 2.299.831 4.206.987 1.831.15 4.135.159 7.267.159Z" 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";
|
|
@@ -1634,6 +1643,7 @@ export { default as Icon28HandHeartFilled } from "./28/hand_heart_filled";
|
|
|
1634
1643
|
export { default as Icon28HandHeartOutline } from "./28/hand_heart_outline";
|
|
1635
1644
|
export { default as Icon28HandSlashOutline } from "./28/hand_slash_outline";
|
|
1636
1645
|
export { default as Icon28HangerOutline } from "./28/hanger_outline";
|
|
1646
|
+
export { default as Icon28HappyFaceOutline } from "./28/happy_face_outline";
|
|
1637
1647
|
export { default as Icon28HashtagOutline } from "./28/hashtag_outline";
|
|
1638
1648
|
export { default as Icon28HeadphonesOutline } from "./28/headphones_outline";
|
|
1639
1649
|
export { default as Icon28HeartCircleOutline } from "./28/heart_circle_outline";
|
|
@@ -1784,6 +1794,7 @@ export { default as Icon28MuteOutline } from "./28/mute_outline";
|
|
|
1784
1794
|
export { default as Icon28NameTagOutline } from "./28/name_tag_outline";
|
|
1785
1795
|
export { default as Icon28NarrativeActiveOutline } from "./28/narrative_active_outline";
|
|
1786
1796
|
export { default as Icon28NarrativeOutline } from "./28/narrative_outline";
|
|
1797
|
+
export { default as Icon28NeutralFaceOutline } from "./28/neutral_face_outline";
|
|
1787
1798
|
export { default as Icon28Newsfeed } from "./28/newsfeed";
|
|
1788
1799
|
export { default as Icon28NewsfeedLinesOutline } from "./28/newsfeed_lines_outline";
|
|
1789
1800
|
export { default as Icon28NewsfeedMusicNoteOutline } from "./28/newsfeed_music_note_outline";
|
|
@@ -1879,6 +1890,7 @@ export { default as Icon28RoubleCircleFillBlue } from "./28/rouble_circle_fill_b
|
|
|
1879
1890
|
export { default as Icon28RssCircleFillBlack } from "./28/rss_circle_fill_black";
|
|
1880
1891
|
export { default as Icon28RssCircleFillYellow } from "./28/rss_circle_fill_yellow";
|
|
1881
1892
|
export { default as Icon28RssFeedOutline } from "./28/rss_feed_outline";
|
|
1893
|
+
export { default as Icon28SadFaceOutline } from "./28/sad_face_outline";
|
|
1882
1894
|
export { default as Icon28SafariOutline } from "./28/safari_outline";
|
|
1883
1895
|
export { default as Icon28ScanViewfinderOutline } from "./28/scan_viewfinder_outline";
|
|
1884
1896
|
export { default as Icon28SchoolOutline } from "./28/school_outline";
|
|
@@ -2348,6 +2360,7 @@ export { default as Icon56LogoClipsOutline } from "./56/logo_clips_outline";
|
|
|
2348
2360
|
export { default as Icon56LogoVk } from "./56/logo_vk";
|
|
2349
2361
|
export { default as Icon56LogoVkColor } from "./56/logo_vk_color";
|
|
2350
2362
|
export { default as Icon56MailOutline } from "./56/mail_outline";
|
|
2363
|
+
export { default as Icon56MailPlusOutline } from "./56/mail_plus_outline";
|
|
2351
2364
|
export { default as Icon56MarketLikeOutline } from "./56/market_like_outline";
|
|
2352
2365
|
export { default as Icon56MarketOutline } from "./56/market_outline";
|
|
2353
2366
|
export { default as Icon56MasksOutline } from "./56/masks_outline";
|
|
@@ -2383,6 +2396,7 @@ export { default as Icon56PictureInPicture } from "./56/picture_in_picture";
|
|
|
2383
2396
|
export { default as Icon56PlaceOutline } from "./56/place_outline";
|
|
2384
2397
|
export { default as Icon56PlayGesture } from "./56/play_gesture";
|
|
2385
2398
|
export { default as Icon56PlaylistOutline } from "./56/playlist_outline";
|
|
2399
|
+
export { default as Icon56PrivacyOutline } from "./56/privacy_outline";
|
|
2386
2400
|
export { default as Icon56QuestionOutline } from "./56/question_outline";
|
|
2387
2401
|
export { default as Icon56RecentOutline } from "./56/recent_outline";
|
|
2388
2402
|
export { default as Icon56ReportOutline } from "./56/report_outline";
|
|
@@ -2413,6 +2427,7 @@ export { default as Icon56ThumbsDownOutline } from "./56/thumbs_down_outline";
|
|
|
2413
2427
|
export { default as Icon56ThumbsUpOutline } from "./56/thumbs_up_outline";
|
|
2414
2428
|
export { default as Icon56TicketOutline } from "./56/ticket_outline";
|
|
2415
2429
|
export { default as Icon56TouchIdOutline } from "./56/touch_id_outline";
|
|
2430
|
+
export { default as Icon56UgcChatStickerOutline } from "./56/ugc_chat_sticker_outline";
|
|
2416
2431
|
export { default as Icon56UnnamedDeviceOutline } from "./56/unnamed_device_outline";
|
|
2417
2432
|
export { default as Icon56UserAddBadgeOutline } from "./56/user_add_badge_outline";
|
|
2418
2433
|
export { default as Icon56UserAddOutline } from "./56/user_add_outline";
|