@vkontakte/icons 2.49.0 → 2.50.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/arrow_right_12.js +21 -0
- package/dist/20/arrow_up_rectangle_20.js +21 -0
- package/dist/20/arrow_up_rectangle_outline_20.js +21 -0
- package/dist/20/ball_number_2_outline_20.js +21 -0
- package/dist/20/bubble_lol_outline_20.js +21 -0
- package/dist/20/recorder_tape_outline_20.js +21 -0
- package/dist/28/ball_number_2_outline_28.js +21 -0
- package/dist/28/bookmark_lock_outline_28.js +21 -0
- package/dist/28/bookmark_outline_28.js +1 -1
- package/dist/28/bubble_lol_outline_28.js +21 -0
- package/dist/28/list_arrow_left_outline_28.js +21 -0
- package/dist/28/list_arrow_right_outline_28.js +21 -0
- package/dist/28/notification_waves_28.js +21 -0
- package/dist/56/globe_outline_56.js +21 -0
- package/dist/es6/12/arrow_right_12.js +3 -0
- package/dist/es6/20/arrow_up_rectangle_20.js +3 -0
- package/dist/es6/20/arrow_up_rectangle_outline_20.js +3 -0
- package/dist/es6/20/ball_number_2_outline_20.js +3 -0
- package/dist/es6/20/bubble_lol_outline_20.js +3 -0
- package/dist/es6/20/recorder_tape_outline_20.js +3 -0
- package/dist/es6/28/ball_number_2_outline_28.js +3 -0
- package/dist/es6/28/bookmark_lock_outline_28.js +3 -0
- package/dist/es6/28/bookmark_outline_28.js +1 -1
- package/dist/es6/28/bubble_lol_outline_28.js +3 -0
- package/dist/es6/28/list_arrow_left_outline_28.js +3 -0
- package/dist/es6/28/list_arrow_right_outline_28.js +3 -0
- package/dist/es6/28/notification_waves_28.js +3 -0
- package/dist/es6/56/globe_outline_56.js +3 -0
- package/dist/es6/index.js +13 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +52 -0
- package/dist/typings/12/arrow_right_12.d.ts +12 -0
- package/dist/typings/20/arrow_up_rectangle_20.d.ts +12 -0
- package/dist/typings/20/arrow_up_rectangle_outline_20.d.ts +12 -0
- package/dist/typings/20/ball_number_2_outline_20.d.ts +12 -0
- package/dist/typings/20/bubble_lol_outline_20.d.ts +12 -0
- package/dist/typings/20/recorder_tape_outline_20.d.ts +12 -0
- package/dist/typings/28/ball_number_2_outline_28.d.ts +12 -0
- package/dist/typings/28/bookmark_lock_outline_28.d.ts +12 -0
- package/dist/typings/28/bubble_lol_outline_28.d.ts +12 -0
- package/dist/typings/28/list_arrow_left_outline_28.d.ts +12 -0
- package/dist/typings/28/list_arrow_right_outline_28.d.ts +12 -0
- package/dist/typings/28/notification_waves_28.d.ts +12 -0
- package/dist/typings/56/globe_outline_56.d.ts +12 -0
- package/dist/typings/index.d.ts +13 -0
- package/package.json +4 -4
- package/src/svg/12/arrow_right_12.svg +1 -0
- package/src/svg/20/arrow_up_rectangle_20.svg +1 -0
- package/src/svg/20/arrow_up_rectangle_outline_20.svg +1 -0
- package/src/svg/20/ball_number_2_outline_20.svg +1 -0
- package/src/svg/20/bubble_lol_outline_20.svg +1 -0
- package/src/svg/20/recorder_tape_outline_20.svg +1 -0
- package/src/svg/28/ball_number_2_outline_28.svg +1 -0
- package/src/svg/28/bookmark_lock_outline_28.svg +1 -0
- package/src/svg/28/bookmark_outline_28.svg +1 -1
- package/src/svg/28/bubble_lol_outline_28.svg +1 -0
- package/src/svg/28/list_arrow_left_outline_28.svg +1 -0
- package/src/svg/28/list_arrow_right_outline_28.svg +1 -0
- package/src/svg/28/notification_waves_28.svg +1 -0
- package/src/svg/56/globe_outline_56.svg +1 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon12ArrowRight: function() {
|
|
13
|
+
return Icon12ArrowRight;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon12ArrowRight = (0, _iconssprite.makeIcon)("Icon12ArrowRight", "arrow_right_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="arrow_right_12"><path fill-rule="evenodd" d="M6.145 2.646a.5.5 0 0 1 .707 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.707-.708L8.29 6.5H2.504a.5.5 0 1 1 0-1H8.29L6.145 3.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
|
21
|
+
var _default = Icon12ArrowRight;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon20ArrowUpRectangle: function() {
|
|
13
|
+
return Icon20ArrowUpRectangle;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20ArrowUpRectangle = (0, _iconssprite.makeIcon)("Icon20ArrowUpRectangle", "arrow_up_rectangle_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_up_rectangle_20"><path fill-rule="evenodd" d="M7.817 3h4.366c.952 0 1.713 0 2.327.05.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v1.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H7.817c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67-.05-.614-.05-1.375-.05-2.327V9.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.103 3 6.864 3 7.816 3Zm2.713 3.22a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v4.69a.75.75 0 0 0 1.5 0V8.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20ArrowUpRectangle;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon20ArrowUpRectangleOutline: function() {
|
|
13
|
+
return Icon20ArrowUpRectangleOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20ArrowUpRectangleOutline = (0, _iconssprite.makeIcon)("Icon20ArrowUpRectangleOutline", "arrow_up_rectangle_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_up_rectangle_outline_20"><path d="M10.53 6.22a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v4.69a.75.75 0 0 0 1.5 0V8.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5Z" /><path fill-rule="evenodd" d="M12.183 3H7.817c-.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.67-.05.613-.05 1.374-.05 2.326v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413.613.05 1.374.05 2.326.05h4.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.327V9.317c0-.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-.413C13.896 3 13.135 3 12.183 3ZM4.502 4.8c.25-.128.573-.21 1.11-.255.546-.044 1.246-.045 2.238-.045h4.3c.992 0 1.692 0 2.238.045.537.044.86.127 1.11.255A2.75 2.75 0 0 1 16.7 6.002c.128.25.21.573.255 1.11.044.546.045 1.246.045 2.238v1.3c0 .992 0 1.692-.045 2.238-.044.537-.127.86-.255 1.11a2.751 2.751 0 0 1-1.2 1.202c-.252.128-.574.21-1.111.255-.546.044-1.245.045-2.238.045h-4.3c-.992 0-1.692 0-2.238-.045-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 3.3 14c-.128-.252-.21-.574-.255-1.111C3.001 12.342 3 11.643 3 10.65v-1.3c0-.992 0-1.692.045-2.238.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 4.502 4.8Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20ArrowUpRectangleOutline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon20BallNumber2Outline: function() {
|
|
13
|
+
return Icon20BallNumber2Outline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20BallNumber2Outline = (0, _iconssprite.makeIcon)("Icon20BallNumber2Outline", "ball_number_2_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="ball_number_2_outline_20"><path d="M8.055 11.883c0 .357.205.617.677.617h2.741c.362 0 .567-.22.567-.54 0-.327-.205-.539-.567-.539H9.908v-.027l.899-.765c.765-.654 1.107-.995 1.107-1.649 0-.883-.766-1.48-1.965-1.48-.862 0-1.555.36-1.815.94a.774.774 0 0 0-.065.318c0 .343.225.556.595.556.276 0 .45-.101.642-.378.185-.263.362-.38.622-.38.352 0 .591.212.591.519 0 .29-.157.502-.71.97l-1.357 1.147c-.274.226-.397.428-.397.691Z" /><path fill-rule="evenodd" d="M10 1.5a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17ZM3 10c0-.87.159-1.703.449-2.471.241.196.444.42.604.678.269.433.447 1.006.447 1.793 0 .787-.178 1.36-.447 1.793-.16.257-.363.482-.604.678A6.984 6.984 0 0 1 3 10Zm2.327-2.585a4.305 4.305 0 0 0-1.188-1.244 7.038 7.038 0 0 1 2.032-2.032c.325.46.732.87 1.244 1.188C8.12 5.765 8.976 6 10 6s1.88-.235 2.585-.673a4.306 4.306 0 0 0 1.244-1.188 7.037 7.037 0 0 1 2.032 2.032c-.46.325-.87.732-1.188 1.244C14.235 8.12 14 8.976 14 10s.236 1.88.673 2.585c.318.512.728.919 1.188 1.244a7.037 7.037 0 0 1-2.032 2.032 4.304 4.304 0 0 0-1.244-1.188C11.88 14.235 11.024 14 10 14s-1.88.236-2.585.673a4.304 4.304 0 0 0-1.244 1.188 7.037 7.037 0 0 1-2.032-2.032c.46-.325.87-.732 1.188-1.244C5.765 11.88 6 11.024 6 10s-.235-1.88-.673-2.585Zm11.224 5.056c.29-.768.449-1.601.449-2.471 0-.87-.159-1.703-.449-2.471a2.72 2.72 0 0 0-.604.678C15.678 8.64 15.5 9.213 15.5 10c0 .787.178 1.36.447 1.793.16.257.363.482.604.678Zm-9.022 4.08C8.297 16.841 9.13 17 10 17c.87 0 1.703-.159 2.471-.449a2.725 2.725 0 0 0-.678-.604c-.433-.269-1.006-.447-1.793-.447-.787 0-1.36.178-1.793.447-.257.16-.482.363-.678.604Zm.678-12.498a2.726 2.726 0 0 1-.678-.604A6.984 6.984 0 0 1 10 3c.87 0 1.703.159 2.471.449a2.72 2.72 0 0 1-.678.604c-.433.269-1.006.447-1.793.447-.786 0-1.36-.178-1.793-.447Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20BallNumber2Outline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon20BubbleLolOutline: function() {
|
|
13
|
+
return Icon20BubbleLolOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20BubbleLolOutline = (0, _iconssprite.makeIcon)("Icon20BubbleLolOutline", "bubble_lol_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="bubble_lol_outline_20"><path d="M5.06 11.506c-.414 0-.65-.246-.65-.682V7.681c0-.435.236-.681.65-.681.415 0 .651.246.651.681v2.787h1.225c.343 0 .574.187.574.519 0 .331-.224.519-.574.519H5.06Zm4.94.076c-1.372 0-2.231-.874-2.231-2.29C7.769 7.879 8.63 7 10 7c1.369 0 2.231.878 2.231 2.293s-.862 2.29-2.231 2.29Zm0-1.037c.546 0 .905-.488.905-1.252 0-.767-.362-1.255-.905-1.255s-.905.488-.905 1.255c0 .764.359 1.252.905 1.252Zm3 .279c0 .436.236.682.65.682h1.876c.35 0 .574-.188.574-.52 0-.33-.23-.518-.574-.518h-1.225V7.681c0-.435-.236-.681-.65-.681-.415 0-.651.246-.651.681v3.143ZM12.281 3H7.719c-.907 0-1.63 0-2.216.046-.6.046-1.118.144-1.597.375a4.25 4.25 0 0 0-1.985 1.985c-.23.479-.329.996-.375 1.597-.046.585-.046 1.31-.046 2.216v.062c0 .907 0 1.63.046 2.216.046.6.144 1.118.375 1.597a4.25 4.25 0 0 0 1.985 1.985c.479.23.996.329 1.597.375.585.046 1.31.046 2.216.046h.756l3.748 3.171c.903.765 2.288.123 2.288-1.06v-2.12c2.202-.148 3.989-1.977 3.989-4.232V9.22c0-.907 0-1.63-.046-2.216-.046-.6-.144-1.118-.375-1.597a4.25 4.25 0 0 0-1.985-1.985c-.479-.23-.996-.329-1.597-.375C13.912 3 13.187 3 12.281 3ZM4.557 4.772c.24-.116.55-.191 1.062-.23C6.14 4.5 6.805 4.5 7.75 4.5h4.5c.945 0 1.61 0 2.13.041.513.04.822.115 1.063.231a2.75 2.75 0 0 1 1.285 1.285c.116.24.191.55.23 1.062C17 7.64 17 8.305 17 9.25v2.01c0 1.503-1.252 2.74-2.776 2.74-.76 0-1.213.634-1.213 1.249v2.124l-3.553-3.006-.017-.015a1.632 1.632 0 0 0-.284-.204 1.254 1.254 0 0 0-.329-.12C8.694 13.999 8.561 14 8.48 14h-.73c-.945 0-1.61 0-2.13-.041-.513-.04-.822-.115-1.063-.231a2.75 2.75 0 0 1-1.285-1.285c-.116-.24-.191-.55-.23-1.062C3 10.86 3 10.195 3 9.25c0-.945 0-1.61.041-2.13.04-.513.115-.822.231-1.063a2.75 2.75 0 0 1 1.285-1.285Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20BubbleLolOutline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon20RecorderTapeOutline: function() {
|
|
13
|
+
return Icon20RecorderTapeOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20RecorderTapeOutline = (0, _iconssprite.makeIcon)("Icon20RecorderTapeOutline", "recorder_tape_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="recorder_tape_outline_20"><path fill-rule="evenodd" d="M8.25 12a3.75 3.75 0 1 0-3 1.5h9.5a3.75 3.75 0 1 0-3-1.5h-3.5Zm-3-4.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm9.5 4.5a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20RecorderTapeOutline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon28BallNumber2Outline: function() {
|
|
13
|
+
return Icon28BallNumber2Outline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon28BallNumber2Outline = (0, _iconssprite.makeIcon)("Icon28BallNumber2Outline", "ball_number_2_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="ball_number_2_outline_28"><path d="M11.124 16.575c0 .536.304.925 1.001.925h4.053c.536 0 .84-.329.84-.81 0-.49-.304-.808-.84-.808h-2.314v-.04l1.329-1.149c1.132-.98 1.637-1.492 1.637-2.473 0-1.325-1.132-2.22-2.906-2.22-1.273 0-2.3.541-2.683 1.411a1.176 1.176 0 0 0-.096.475c0 .516.333.835.88.835.408 0 .666-.152.95-.567.272-.394.535-.571.919-.571.52 0 .874.319.874.779 0 .435-.232.753-1.05 1.456l-2.007 1.72c-.405.339-.587.642-.587 1.037Z" /><path fill-rule="evenodd" d="M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2s12 5.373 12 12Zm-8.615 9.413A9.981 9.981 0 0 1 14 24a9.981 9.981 0 0 1-3.384-.587C11.298 22.604 12.515 22 14 22c1.486 0 2.702.604 3.385 1.413Zm1.838-.884C18.16 20.965 16.166 20 14 20c-2.165 0-4.161.965-5.223 2.53a10.052 10.052 0 0 1-3.247-3.212C7.06 18.247 8 16.275 8 14.136c0-2.192-.989-4.21-2.588-5.262a10.05 10.05 0 0 1 3.365-3.403C9.84 7.035 11.834 8 14 8s4.161-.965 5.223-2.53a10.051 10.051 0 0 1 3.365 3.404C20.988 9.925 20 11.944 20 14.136c0 2.139.94 4.111 2.47 5.182a10.052 10.052 0 0 1-3.247 3.211ZM4.55 10.721A9.986 9.986 0 0 0 4 14a9.98 9.98 0 0 0 .625 3.488C5.415 16.8 6 15.598 6 14.137c0-1.509-.623-2.74-1.45-3.416ZM22 14.136c0-1.508.623-2.738 1.45-3.415.356 1.027.55 2.13.55 3.279a9.981 9.981 0 0 1-.625 3.488C22.585 16.8 22 15.598 22 14.137ZM14 6c-1.486 0-2.702-.604-3.384-1.413A9.982 9.982 0 0 1 14 4c1.188 0 2.327.207 3.384.587C16.702 5.396 15.485 6 14 6Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
21
|
+
var _default = Icon28BallNumber2Outline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon28BookmarkLockOutline: function() {
|
|
13
|
+
return Icon28BookmarkLockOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon28BookmarkLockOutline = (0, _iconssprite.makeIcon)("Icon28BookmarkLockOutline", "bookmark_lock_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_lock_outline_28"><path d="M12.956 3c-1.363 0-2.447 0-3.321.071-.896.074-1.66.227-2.359.583a6 6 0 0 0-2.622 2.622c-.356.7-.51 1.463-.583 2.359C4 9.509 4 10.593 4 11.956v8.652c0 1.006 0 1.831.058 2.47.058.632.184 1.282.59 1.795a3 3 0 0 0 2.326 1.138c.654.005 1.245-.294 1.78-.637.539-.346 1.19-.852 1.985-1.47l.111-.087a1.01 1.01 0 0 0 .053-.038l2.703-2.093a1 1 0 1 0-1.224-1.581l-.733.567a.958.958 0 0 0-.104.07l-.123.097-1.871 1.455c-.845.657-1.424 1.106-1.878 1.397-.468.3-.64.32-.682.32a1 1 0 0 1-.775-.38c-.026-.032-.116-.18-.166-.734C6 22.36 6 21.627 6 20.557V12c0-1.417 0-2.419.065-3.203.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371C10.581 5 11.583 5 13 5h2c1.417 0 2.419 0 3.203.065.771.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C22 9.581 22 10.583 22 12v1.04a1 1 0 1 0 2 0v-1.084c0-1.363 0-2.447-.071-3.321-.074-.896-.227-1.66-.583-2.359a6 6 0 0 0-2.622-2.622c-.7-.356-1.463-.51-2.359-.583C17.491 3 16.407 3 15.044 3h-2.088Zm10.54 15.492a2.994 2.994 0 0 0-3-2.992l-.176.006a3.003 3.003 0 0 0-2.824 2.996V20h-.748a.76.76 0 0 0-.752.76v4.48c0 .42.337.76.752.76h7.496a.76.76 0 0 0 .752-.76v-4.48c0-.42-.336-.76-.752-.76h-.748v-1.508Zm-3.145-1.485.145-.007c.829 0 1.5.666 1.5 1.5V20h-3v-1.5c0-.78.59-1.42 1.355-1.493Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
21
|
+
var _default = Icon28BookmarkLockOutline;
|
|
@@ -17,5 +17,5 @@ _export(exports, {
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
-
var Icon28BookmarkOutline = (0, _iconssprite.makeIcon)("Icon28BookmarkOutline", "bookmark_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
20
|
+
var Icon28BookmarkOutline = (0, _iconssprite.makeIcon)("Icon28BookmarkOutline", "bookmark_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_outline_28"><path fill-rule="evenodd" d="M12.956 3h2.088c1.363 0 2.447 0 3.321.071.896.074 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359.071.874.071 1.958.071 3.321v8.645c0 1.007 0 1.832-.058 2.47-.058.633-.184 1.283-.59 1.795a3 3 0 0 1-2.326 1.138c-.654.006-1.245-.293-1.78-.636-.539-.346-1.19-.853-1.985-1.47l-1.91-1.487c-.776-.603-.943-.71-1.09-.749a1 1 0 0 0-.522 0c-.147.04-.314.146-1.09.75l-1.91 1.485c-.795.618-1.446 1.125-1.986 1.471-.534.343-1.125.642-1.779.636a3 3 0 0 1-2.326-1.138c-.406-.512-.532-1.162-.59-1.794C4 22.433 4 21.608 4 20.602v-8.646c0-1.363 0-2.447.071-3.321.074-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C10.509 3 11.593 3 12.956 3ZM9.797 5.065c-.771.063-1.243.182-1.613.371a4 4 0 0 0-1.748 1.748c-.189.37-.308.842-.371 1.613C6 9.581 6 10.583 6 12v8.55c0 1.07.001 1.803.05 2.34.05.554.14.702.166.735a1 1 0 0 0 .775.38c.042 0 .214-.02.682-.32.454-.292 1.033-.74 1.878-1.397l1.87-1.456.124-.096c.577-.45 1.083-.845 1.671-1.004a3 3 0 0 1 1.568 0c.588.159 1.094.554 1.671 1.004l.123.096 1.871 1.456c.845.656 1.424 1.105 1.878 1.396.468.3.64.32.681.32a1 1 0 0 0 .776-.379c.026-.033.116-.18.166-.735.049-.537.05-1.27.05-2.34V12c0-1.417 0-2.419-.065-3.203-.063-.771-.182-1.243-.371-1.613a4 4 0 0 0-1.748-1.748c-.37-.189-.841-.308-1.613-.371C17.419 5 16.417 5 15 5h-2c-1.417 0-2.419 0-3.203.065Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
21
21
|
var _default = Icon28BookmarkOutline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon28BubbleLolOutline: function() {
|
|
13
|
+
return Icon28BubbleLolOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon28BubbleLolOutline = (0, _iconssprite.makeIcon)("Icon28BubbleLolOutline", "bubble_lol_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bubble_lol_outline_28"><path d="M7.085 16c-.58 0-.911-.344-.911-.954v-4.4c0-.61.33-.954.91-.954.58 0 .912.344.912.954v3.902H9.71c.481 0 .804.262.804.726 0 .464-.314.726-.804.726H7.085Zm6.746.108c-1.92 0-3.124-1.225-3.124-3.206 0-1.98 1.208-3.21 3.124-3.21 1.916 0 3.124 1.23 3.124 3.21 0 1.981-1.208 3.206-3.124 3.206Zm0-1.453c.765 0 1.268-.683 1.268-1.753 0-1.074-.508-1.757-1.268-1.757s-1.268.683-1.268 1.757c0 1.07.503 1.753 1.268 1.753Zm4.169.391c0 .61.33.954.91.954h2.626c.49 0 .804-.262.804-.726 0-.464-.323-.726-.804-.726h-1.714v-3.902c0-.61-.331-.954-.911-.954-.58 0-.911.344-.911.954v4.4ZM9.692 4c-2.448 0-3.527.216-4.623.801A5.466 5.466 0 0 0 2.801 7.07C2.216 8.165 2 9.244 2 11.692v2.616c0 2.448.216 3.527.801 4.622A5.465 5.465 0 0 0 5.07 21.2c1.096.585 2.175.801 4.623.801h2.227c.115 0 .172 0 .214.002h.003l.003.002c.032.025.076.062.165.136l4.7 3.933.002.002c1.14.962 2.994.195 2.994-1.375v-2.767c1.154-.112 2.192-.34 2.93-.734a5.465 5.465 0 0 0 2.269-2.27c.585-1.095.801-2.174.801-4.622v-2.616c0-2.448-.216-3.527-.801-4.623a5.465 5.465 0 0 0-2.269-2.268C21.835 4.216 20.756 4 18.308 4H9.692Zm-3.68 2.565C6.674 6.212 7.358 6 9.693 6h8.616c2.335 0 3.019.212 3.68.565a3.466 3.466 0 0 1 1.447 1.448c.353.66.565 1.344.565 3.679v2.616c0 2.335-.212 3.019-.565 3.68a3.467 3.467 0 0 1-1.448 1.447c-.41.22-1.182.42-2.31.52l-.022.001c-.12.01-.259.023-.378.042a1.522 1.522 0 0 0-.538.185c-.26.154-.463.375-.593.647-.1.21-.127.409-.137.545-.01.119-.009.254-.009.37v2.554l-4.412-3.693-.035-.029a2.78 2.78 0 0 0-.479-.344 2 2 0 0 0-.522-.19 2.783 2.783 0 0 0-.588-.043H9.692c-2.335 0-3.019-.212-3.68-.565a3.466 3.466 0 0 1-1.447-1.448C4.212 17.327 4 16.643 4 14.308v-2.616c0-2.335.212-3.019.565-3.68a3.466 3.466 0 0 1 1.448-1.447Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
21
|
+
var _default = Icon28BubbleLolOutline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon28ListArrowLeftOutline: function() {
|
|
13
|
+
return Icon28ListArrowLeftOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon28ListArrowLeftOutline = (0, _iconssprite.makeIcon)("Icon28ListArrowLeftOutline", "list_arrow_left_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_arrow_left_outline_28"><path fill-rule="evenodd" d="M4 6a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2H4Zm0 6a1 1 0 1 0 0 2h13a1 1 0 1 0 0-2H4Zm-1 7a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm18.207-2.793a1 1 0 0 0-1.414-1.414l-3.5 3.5a1 1 0 0 0 0 1.414l3.5 3.5a1 1 0 0 0 1.414-1.414L19.414 20H25a1 1 0 1 0 0-2h-5.586l1.793-1.793Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
21
|
+
var _default = Icon28ListArrowLeftOutline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon28ListArrowRightOutline: function() {
|
|
13
|
+
return Icon28ListArrowRightOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon28ListArrowRightOutline = (0, _iconssprite.makeIcon)("Icon28ListArrowRightOutline", "list_arrow_right_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_arrow_right_outline_28"><path d="M4 6a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2H4Zm0 6a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H4Zm-1 7a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm17.793 2.793a1 1 0 0 0 1.414 1.414l3.5-3.5a1 1 0 0 0 0-1.414l-3.5-3.5a1 1 0 0 0-1.414 1.414L22.586 18H17a1 1 0 1 0 0 2h5.586l-1.793 1.793Z" /></symbol>', 28, 28, false, undefined);
|
|
21
|
+
var _default = Icon28ListArrowRightOutline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon28NotificationWaves: function() {
|
|
13
|
+
return Icon28NotificationWaves;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon28NotificationWaves = (0, _iconssprite.makeIcon)("Icon28NotificationWaves", "notification_waves_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="notification_waves_28"><path fill-rule="evenodd" d="M6.899 4.663A1 1 0 0 0 5.4 3.337C3.946 4.981 2.958 6.965 2.517 9.316a1 1 0 1 0 1.966.368c.375-2.002 1.204-3.653 2.416-5.021ZM21.187 3.25a1 1 0 0 0-.086 1.412c1.211 1.368 2.04 3.02 2.416 5.021a1 1 0 0 0 1.966-.368c-.441-2.352-1.43-4.335-2.884-5.979a1 1 0 0 0-1.412-.086Zm.52 8.59c0-4.71-3.217-8.341-7.703-8.341-4.486 0-7.712 3.633-7.712 8.341v1.772c0 .253-.215.589-.804 1.192l-.302.304C3.978 16.324 3.5 17.024 3.5 18.15c0 .49.049.848.262 1.287C4.25 20.442 5.342 21 7.004 21h13.992c1.615 0 2.695-.542 3.205-1.514.241-.46.299-.843.299-1.336 0-1.125-.478-1.825-1.686-3.04a47.523 47.523 0 0 1-.302-.304c-.589-.603-.805-.939-.805-1.192v-1.772ZM18 22.001C17.422 23.944 16.042 25 14 25c-2.063 0-3.433-1.017-4-3h8Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
21
|
+
var _default = Icon28NotificationWaves;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Icon56GlobeOutline: function() {
|
|
13
|
+
return Icon56GlobeOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon56GlobeOutline = (0, _iconssprite.makeIcon)("Icon56GlobeOutline", "globe_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="globe_outline_56"><path fill-rule="evenodd" d="M22.44 45.418a32.562 32.562 0 0 0 2.104 3.299C17.667 47.578 11.918 43.097 9.02 37h10.084a34.844 34.844 0 0 0 3.335 8.418ZM22.208 37a31.784 31.784 0 0 0 2.852 6.957 28.484 28.484 0 0 0 2.94 4.32c.054-.065.11-.132.166-.202.75-.919 1.76-2.3 2.774-4.118A31.784 31.784 0 0 0 33.792 37H22.208Zm12.267-3h-12.95A34.051 34.051 0 0 1 21 28c0-2.152.195-4.154.525-6h12.95c.33 1.846.525 3.848.525 6s-.195 4.154-.525 6Zm2.42 3a34.844 34.844 0 0 1-3.335 8.418 32.562 32.562 0 0 1-2.104 3.299C38.333 47.578 44.082 43.097 46.98 37H36.895Zm11.235-3H37.518c.305-1.863.482-3.864.482-6s-.177-4.137-.482-6H48.13c.566 1.901.87 3.915.87 6s-.304 4.099-.87 6Zm-29.648 0H7.87A21.003 21.003 0 0 1 7 28c0-2.085.304-4.099.87-6h10.612A37.155 37.155 0 0 0 18 28c0 2.136.177 4.137.482 6Zm.623-15H9.02c2.897-6.098 8.646-10.578 15.523-11.717a32.57 32.57 0 0 0-2.104 3.3A34.844 34.844 0 0 0 19.105 19Zm5.955-6.957A31.784 31.784 0 0 0 22.208 19h11.584a31.784 31.784 0 0 0-2.852-6.957A28.483 28.483 0 0 0 28 7.723c-.054.065-.11.132-.166.202-.75.918-1.76 2.3-2.774 4.118ZM36.895 19H46.98c-2.897-6.098-8.646-10.578-15.523-11.717a32.57 32.57 0 0 1 2.104 3.3A34.844 34.844 0 0 1 36.895 19ZM28 52c13.255 0 24-10.745 24-24S41.255 4 28 4 4 14.745 4 28s10.745 24 24 24Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
21
|
+
var _default = Icon56GlobeOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon12ArrowRight = makeIcon("Icon12ArrowRight", "arrow_right_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="arrow_right_12"><path fill-rule="evenodd" d="M6.145 2.646a.5.5 0 0 1 .707 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.707-.708L8.29 6.5H2.504a.5.5 0 1 1 0-1H8.29L6.145 3.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
|
3
|
+
export default Icon12ArrowRight;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20ArrowUpRectangle = makeIcon("Icon20ArrowUpRectangle", "arrow_up_rectangle_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_up_rectangle_20"><path fill-rule="evenodd" d="M7.817 3h4.366c.952 0 1.713 0 2.327.05.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v1.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H7.817c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67-.05-.614-.05-1.375-.05-2.327V9.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.103 3 6.864 3 7.816 3Zm2.713 3.22a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v4.69a.75.75 0 0 0 1.5 0V8.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20ArrowUpRectangle;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20ArrowUpRectangleOutline = makeIcon("Icon20ArrowUpRectangleOutline", "arrow_up_rectangle_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_up_rectangle_outline_20"><path d="M10.53 6.22a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v4.69a.75.75 0 0 0 1.5 0V8.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5Z" /><path fill-rule="evenodd" d="M12.183 3H7.817c-.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.67-.05.613-.05 1.374-.05 2.326v1.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413.613.05 1.374.05 2.326.05h4.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.327V9.317c0-.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-.413C13.896 3 13.135 3 12.183 3ZM4.502 4.8c.25-.128.573-.21 1.11-.255.546-.044 1.246-.045 2.238-.045h4.3c.992 0 1.692 0 2.238.045.537.044.86.127 1.11.255A2.75 2.75 0 0 1 16.7 6.002c.128.25.21.573.255 1.11.044.546.045 1.246.045 2.238v1.3c0 .992 0 1.692-.045 2.238-.044.537-.127.86-.255 1.11a2.751 2.751 0 0 1-1.2 1.202c-.252.128-.574.21-1.111.255-.546.044-1.245.045-2.238.045h-4.3c-.992 0-1.692 0-2.238-.045-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 3.3 14c-.128-.252-.21-.574-.255-1.111C3.001 12.342 3 11.643 3 10.65v-1.3c0-.992 0-1.692.045-2.238.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 4.502 4.8Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20ArrowUpRectangleOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20BallNumber2Outline = makeIcon("Icon20BallNumber2Outline", "ball_number_2_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="ball_number_2_outline_20"><path d="M8.055 11.883c0 .357.205.617.677.617h2.741c.362 0 .567-.22.567-.54 0-.327-.205-.539-.567-.539H9.908v-.027l.899-.765c.765-.654 1.107-.995 1.107-1.649 0-.883-.766-1.48-1.965-1.48-.862 0-1.555.36-1.815.94a.774.774 0 0 0-.065.318c0 .343.225.556.595.556.276 0 .45-.101.642-.378.185-.263.362-.38.622-.38.352 0 .591.212.591.519 0 .29-.157.502-.71.97l-1.357 1.147c-.274.226-.397.428-.397.691Z" /><path fill-rule="evenodd" d="M10 1.5a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17ZM3 10c0-.87.159-1.703.449-2.471.241.196.444.42.604.678.269.433.447 1.006.447 1.793 0 .787-.178 1.36-.447 1.793-.16.257-.363.482-.604.678A6.984 6.984 0 0 1 3 10Zm2.327-2.585a4.305 4.305 0 0 0-1.188-1.244 7.038 7.038 0 0 1 2.032-2.032c.325.46.732.87 1.244 1.188C8.12 5.765 8.976 6 10 6s1.88-.235 2.585-.673a4.306 4.306 0 0 0 1.244-1.188 7.037 7.037 0 0 1 2.032 2.032c-.46.325-.87.732-1.188 1.244C14.235 8.12 14 8.976 14 10s.236 1.88.673 2.585c.318.512.728.919 1.188 1.244a7.037 7.037 0 0 1-2.032 2.032 4.304 4.304 0 0 0-1.244-1.188C11.88 14.235 11.024 14 10 14s-1.88.236-2.585.673a4.304 4.304 0 0 0-1.244 1.188 7.037 7.037 0 0 1-2.032-2.032c.46-.325.87-.732 1.188-1.244C5.765 11.88 6 11.024 6 10s-.235-1.88-.673-2.585Zm11.224 5.056c.29-.768.449-1.601.449-2.471 0-.87-.159-1.703-.449-2.471a2.72 2.72 0 0 0-.604.678C15.678 8.64 15.5 9.213 15.5 10c0 .787.178 1.36.447 1.793.16.257.363.482.604.678Zm-9.022 4.08C8.297 16.841 9.13 17 10 17c.87 0 1.703-.159 2.471-.449a2.725 2.725 0 0 0-.678-.604c-.433-.269-1.006-.447-1.793-.447-.787 0-1.36.178-1.793.447-.257.16-.482.363-.678.604Zm.678-12.498a2.726 2.726 0 0 1-.678-.604A6.984 6.984 0 0 1 10 3c.87 0 1.703.159 2.471.449a2.72 2.72 0 0 1-.678.604c-.433.269-1.006.447-1.793.447-.786 0-1.36-.178-1.793-.447Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20BallNumber2Outline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20BubbleLolOutline = makeIcon("Icon20BubbleLolOutline", "bubble_lol_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="bubble_lol_outline_20"><path d="M5.06 11.506c-.414 0-.65-.246-.65-.682V7.681c0-.435.236-.681.65-.681.415 0 .651.246.651.681v2.787h1.225c.343 0 .574.187.574.519 0 .331-.224.519-.574.519H5.06Zm4.94.076c-1.372 0-2.231-.874-2.231-2.29C7.769 7.879 8.63 7 10 7c1.369 0 2.231.878 2.231 2.293s-.862 2.29-2.231 2.29Zm0-1.037c.546 0 .905-.488.905-1.252 0-.767-.362-1.255-.905-1.255s-.905.488-.905 1.255c0 .764.359 1.252.905 1.252Zm3 .279c0 .436.236.682.65.682h1.876c.35 0 .574-.188.574-.52 0-.33-.23-.518-.574-.518h-1.225V7.681c0-.435-.236-.681-.65-.681-.415 0-.651.246-.651.681v3.143ZM12.281 3H7.719c-.907 0-1.63 0-2.216.046-.6.046-1.118.144-1.597.375a4.25 4.25 0 0 0-1.985 1.985c-.23.479-.329.996-.375 1.597-.046.585-.046 1.31-.046 2.216v.062c0 .907 0 1.63.046 2.216.046.6.144 1.118.375 1.597a4.25 4.25 0 0 0 1.985 1.985c.479.23.996.329 1.597.375.585.046 1.31.046 2.216.046h.756l3.748 3.171c.903.765 2.288.123 2.288-1.06v-2.12c2.202-.148 3.989-1.977 3.989-4.232V9.22c0-.907 0-1.63-.046-2.216-.046-.6-.144-1.118-.375-1.597a4.25 4.25 0 0 0-1.985-1.985c-.479-.23-.996-.329-1.597-.375C13.912 3 13.187 3 12.281 3ZM4.557 4.772c.24-.116.55-.191 1.062-.23C6.14 4.5 6.805 4.5 7.75 4.5h4.5c.945 0 1.61 0 2.13.041.513.04.822.115 1.063.231a2.75 2.75 0 0 1 1.285 1.285c.116.24.191.55.23 1.062C17 7.64 17 8.305 17 9.25v2.01c0 1.503-1.252 2.74-2.776 2.74-.76 0-1.213.634-1.213 1.249v2.124l-3.553-3.006-.017-.015a1.632 1.632 0 0 0-.284-.204 1.254 1.254 0 0 0-.329-.12C8.694 13.999 8.561 14 8.48 14h-.73c-.945 0-1.61 0-2.13-.041-.513-.04-.822-.115-1.063-.231a2.75 2.75 0 0 1-1.285-1.285c-.116-.24-.191-.55-.23-1.062C3 10.86 3 10.195 3 9.25c0-.945 0-1.61.041-2.13.04-.513.115-.822.231-1.063a2.75 2.75 0 0 1 1.285-1.285Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20BubbleLolOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20RecorderTapeOutline = makeIcon("Icon20RecorderTapeOutline", "recorder_tape_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="recorder_tape_outline_20"><path fill-rule="evenodd" d="M8.25 12a3.75 3.75 0 1 0-3 1.5h9.5a3.75 3.75 0 1 0-3-1.5h-3.5Zm-3-4.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm9.5 4.5a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20RecorderTapeOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon28BallNumber2Outline = makeIcon("Icon28BallNumber2Outline", "ball_number_2_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="ball_number_2_outline_28"><path d="M11.124 16.575c0 .536.304.925 1.001.925h4.053c.536 0 .84-.329.84-.81 0-.49-.304-.808-.84-.808h-2.314v-.04l1.329-1.149c1.132-.98 1.637-1.492 1.637-2.473 0-1.325-1.132-2.22-2.906-2.22-1.273 0-2.3.541-2.683 1.411a1.176 1.176 0 0 0-.096.475c0 .516.333.835.88.835.408 0 .666-.152.95-.567.272-.394.535-.571.919-.571.52 0 .874.319.874.779 0 .435-.232.753-1.05 1.456l-2.007 1.72c-.405.339-.587.642-.587 1.037Z" /><path fill-rule="evenodd" d="M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2s12 5.373 12 12Zm-8.615 9.413A9.981 9.981 0 0 1 14 24a9.981 9.981 0 0 1-3.384-.587C11.298 22.604 12.515 22 14 22c1.486 0 2.702.604 3.385 1.413Zm1.838-.884C18.16 20.965 16.166 20 14 20c-2.165 0-4.161.965-5.223 2.53a10.052 10.052 0 0 1-3.247-3.212C7.06 18.247 8 16.275 8 14.136c0-2.192-.989-4.21-2.588-5.262a10.05 10.05 0 0 1 3.365-3.403C9.84 7.035 11.834 8 14 8s4.161-.965 5.223-2.53a10.051 10.051 0 0 1 3.365 3.404C20.988 9.925 20 11.944 20 14.136c0 2.139.94 4.111 2.47 5.182a10.052 10.052 0 0 1-3.247 3.211ZM4.55 10.721A9.986 9.986 0 0 0 4 14a9.98 9.98 0 0 0 .625 3.488C5.415 16.8 6 15.598 6 14.137c0-1.509-.623-2.74-1.45-3.416ZM22 14.136c0-1.508.623-2.738 1.45-3.415.356 1.027.55 2.13.55 3.279a9.981 9.981 0 0 1-.625 3.488C22.585 16.8 22 15.598 22 14.137ZM14 6c-1.486 0-2.702-.604-3.384-1.413A9.982 9.982 0 0 1 14 4c1.188 0 2.327.207 3.384.587C16.702 5.396 15.485 6 14 6Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
3
|
+
export default Icon28BallNumber2Outline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon28BookmarkLockOutline = makeIcon("Icon28BookmarkLockOutline", "bookmark_lock_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_lock_outline_28"><path d="M12.956 3c-1.363 0-2.447 0-3.321.071-.896.074-1.66.227-2.359.583a6 6 0 0 0-2.622 2.622c-.356.7-.51 1.463-.583 2.359C4 9.509 4 10.593 4 11.956v8.652c0 1.006 0 1.831.058 2.47.058.632.184 1.282.59 1.795a3 3 0 0 0 2.326 1.138c.654.005 1.245-.294 1.78-.637.539-.346 1.19-.852 1.985-1.47l.111-.087a1.01 1.01 0 0 0 .053-.038l2.703-2.093a1 1 0 1 0-1.224-1.581l-.733.567a.958.958 0 0 0-.104.07l-.123.097-1.871 1.455c-.845.657-1.424 1.106-1.878 1.397-.468.3-.64.32-.682.32a1 1 0 0 1-.775-.38c-.026-.032-.116-.18-.166-.734C6 22.36 6 21.627 6 20.557V12c0-1.417 0-2.419.065-3.203.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371C10.581 5 11.583 5 13 5h2c1.417 0 2.419 0 3.203.065.771.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C22 9.581 22 10.583 22 12v1.04a1 1 0 1 0 2 0v-1.084c0-1.363 0-2.447-.071-3.321-.074-.896-.227-1.66-.583-2.359a6 6 0 0 0-2.622-2.622c-.7-.356-1.463-.51-2.359-.583C17.491 3 16.407 3 15.044 3h-2.088Zm10.54 15.492a2.994 2.994 0 0 0-3-2.992l-.176.006a3.003 3.003 0 0 0-2.824 2.996V20h-.748a.76.76 0 0 0-.752.76v4.48c0 .42.337.76.752.76h7.496a.76.76 0 0 0 .752-.76v-4.48c0-.42-.336-.76-.752-.76h-.748v-1.508Zm-3.145-1.485.145-.007c.829 0 1.5.666 1.5 1.5V20h-3v-1.5c0-.78.59-1.42 1.355-1.493Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
3
|
+
export default Icon28BookmarkLockOutline;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export var Icon28BookmarkOutline = makeIcon("Icon28BookmarkOutline", "bookmark_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
2
|
+
export var Icon28BookmarkOutline = makeIcon("Icon28BookmarkOutline", "bookmark_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_outline_28"><path fill-rule="evenodd" d="M12.956 3h2.088c1.363 0 2.447 0 3.321.071.896.074 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359.071.874.071 1.958.071 3.321v8.645c0 1.007 0 1.832-.058 2.47-.058.633-.184 1.283-.59 1.795a3 3 0 0 1-2.326 1.138c-.654.006-1.245-.293-1.78-.636-.539-.346-1.19-.853-1.985-1.47l-1.91-1.487c-.776-.603-.943-.71-1.09-.749a1 1 0 0 0-.522 0c-.147.04-.314.146-1.09.75l-1.91 1.485c-.795.618-1.446 1.125-1.986 1.471-.534.343-1.125.642-1.779.636a3 3 0 0 1-2.326-1.138c-.406-.512-.532-1.162-.59-1.794C4 22.433 4 21.608 4 20.602v-8.646c0-1.363 0-2.447.071-3.321.074-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C10.509 3 11.593 3 12.956 3ZM9.797 5.065c-.771.063-1.243.182-1.613.371a4 4 0 0 0-1.748 1.748c-.189.37-.308.842-.371 1.613C6 9.581 6 10.583 6 12v8.55c0 1.07.001 1.803.05 2.34.05.554.14.702.166.735a1 1 0 0 0 .775.38c.042 0 .214-.02.682-.32.454-.292 1.033-.74 1.878-1.397l1.87-1.456.124-.096c.577-.45 1.083-.845 1.671-1.004a3 3 0 0 1 1.568 0c.588.159 1.094.554 1.671 1.004l.123.096 1.871 1.456c.845.656 1.424 1.105 1.878 1.396.468.3.64.32.681.32a1 1 0 0 0 .776-.379c.026-.033.116-.18.166-.735.049-.537.05-1.27.05-2.34V12c0-1.417 0-2.419-.065-3.203-.063-.771-.182-1.243-.371-1.613a4 4 0 0 0-1.748-1.748c-.37-.189-.841-.308-1.613-.371C17.419 5 16.417 5 15 5h-2c-1.417 0-2.419 0-3.203.065Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
3
3
|
export default Icon28BookmarkOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon28BubbleLolOutline = makeIcon("Icon28BubbleLolOutline", "bubble_lol_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bubble_lol_outline_28"><path d="M7.085 16c-.58 0-.911-.344-.911-.954v-4.4c0-.61.33-.954.91-.954.58 0 .912.344.912.954v3.902H9.71c.481 0 .804.262.804.726 0 .464-.314.726-.804.726H7.085Zm6.746.108c-1.92 0-3.124-1.225-3.124-3.206 0-1.98 1.208-3.21 3.124-3.21 1.916 0 3.124 1.23 3.124 3.21 0 1.981-1.208 3.206-3.124 3.206Zm0-1.453c.765 0 1.268-.683 1.268-1.753 0-1.074-.508-1.757-1.268-1.757s-1.268.683-1.268 1.757c0 1.07.503 1.753 1.268 1.753Zm4.169.391c0 .61.33.954.91.954h2.626c.49 0 .804-.262.804-.726 0-.464-.323-.726-.804-.726h-1.714v-3.902c0-.61-.331-.954-.911-.954-.58 0-.911.344-.911.954v4.4ZM9.692 4c-2.448 0-3.527.216-4.623.801A5.466 5.466 0 0 0 2.801 7.07C2.216 8.165 2 9.244 2 11.692v2.616c0 2.448.216 3.527.801 4.622A5.465 5.465 0 0 0 5.07 21.2c1.096.585 2.175.801 4.623.801h2.227c.115 0 .172 0 .214.002h.003l.003.002c.032.025.076.062.165.136l4.7 3.933.002.002c1.14.962 2.994.195 2.994-1.375v-2.767c1.154-.112 2.192-.34 2.93-.734a5.465 5.465 0 0 0 2.269-2.27c.585-1.095.801-2.174.801-4.622v-2.616c0-2.448-.216-3.527-.801-4.623a5.465 5.465 0 0 0-2.269-2.268C21.835 4.216 20.756 4 18.308 4H9.692Zm-3.68 2.565C6.674 6.212 7.358 6 9.693 6h8.616c2.335 0 3.019.212 3.68.565a3.466 3.466 0 0 1 1.447 1.448c.353.66.565 1.344.565 3.679v2.616c0 2.335-.212 3.019-.565 3.68a3.467 3.467 0 0 1-1.448 1.447c-.41.22-1.182.42-2.31.52l-.022.001c-.12.01-.259.023-.378.042a1.522 1.522 0 0 0-.538.185c-.26.154-.463.375-.593.647-.1.21-.127.409-.137.545-.01.119-.009.254-.009.37v2.554l-4.412-3.693-.035-.029a2.78 2.78 0 0 0-.479-.344 2 2 0 0 0-.522-.19 2.783 2.783 0 0 0-.588-.043H9.692c-2.335 0-3.019-.212-3.68-.565a3.466 3.466 0 0 1-1.447-1.448C4.212 17.327 4 16.643 4 14.308v-2.616c0-2.335.212-3.019.565-3.68a3.466 3.466 0 0 1 1.448-1.447Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
3
|
+
export default Icon28BubbleLolOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon28ListArrowLeftOutline = makeIcon("Icon28ListArrowLeftOutline", "list_arrow_left_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_arrow_left_outline_28"><path fill-rule="evenodd" d="M4 6a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2H4Zm0 6a1 1 0 1 0 0 2h13a1 1 0 1 0 0-2H4Zm-1 7a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm18.207-2.793a1 1 0 0 0-1.414-1.414l-3.5 3.5a1 1 0 0 0 0 1.414l3.5 3.5a1 1 0 0 0 1.414-1.414L19.414 20H25a1 1 0 1 0 0-2h-5.586l1.793-1.793Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
3
|
+
export default Icon28ListArrowLeftOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon28ListArrowRightOutline = makeIcon("Icon28ListArrowRightOutline", "list_arrow_right_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_arrow_right_outline_28"><path d="M4 6a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2H4Zm0 6a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H4Zm-1 7a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm17.793 2.793a1 1 0 0 0 1.414 1.414l3.5-3.5a1 1 0 0 0 0-1.414l-3.5-3.5a1 1 0 0 0-1.414 1.414L22.586 18H17a1 1 0 1 0 0 2h5.586l-1.793 1.793Z" /></symbol>', 28, 28, false, undefined);
|
|
3
|
+
export default Icon28ListArrowRightOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon28NotificationWaves = makeIcon("Icon28NotificationWaves", "notification_waves_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="notification_waves_28"><path fill-rule="evenodd" d="M6.899 4.663A1 1 0 0 0 5.4 3.337C3.946 4.981 2.958 6.965 2.517 9.316a1 1 0 1 0 1.966.368c.375-2.002 1.204-3.653 2.416-5.021ZM21.187 3.25a1 1 0 0 0-.086 1.412c1.211 1.368 2.04 3.02 2.416 5.021a1 1 0 0 0 1.966-.368c-.441-2.352-1.43-4.335-2.884-5.979a1 1 0 0 0-1.412-.086Zm.52 8.59c0-4.71-3.217-8.341-7.703-8.341-4.486 0-7.712 3.633-7.712 8.341v1.772c0 .253-.215.589-.804 1.192l-.302.304C3.978 16.324 3.5 17.024 3.5 18.15c0 .49.049.848.262 1.287C4.25 20.442 5.342 21 7.004 21h13.992c1.615 0 2.695-.542 3.205-1.514.241-.46.299-.843.299-1.336 0-1.125-.478-1.825-1.686-3.04a47.523 47.523 0 0 1-.302-.304c-.589-.603-.805-.939-.805-1.192v-1.772ZM18 22.001C17.422 23.944 16.042 25 14 25c-2.063 0-3.433-1.017-4-3h8Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
3
|
+
export default Icon28NotificationWaves;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon56GlobeOutline = makeIcon("Icon56GlobeOutline", "globe_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="globe_outline_56"><path fill-rule="evenodd" d="M22.44 45.418a32.562 32.562 0 0 0 2.104 3.299C17.667 47.578 11.918 43.097 9.02 37h10.084a34.844 34.844 0 0 0 3.335 8.418ZM22.208 37a31.784 31.784 0 0 0 2.852 6.957 28.484 28.484 0 0 0 2.94 4.32c.054-.065.11-.132.166-.202.75-.919 1.76-2.3 2.774-4.118A31.784 31.784 0 0 0 33.792 37H22.208Zm12.267-3h-12.95A34.051 34.051 0 0 1 21 28c0-2.152.195-4.154.525-6h12.95c.33 1.846.525 3.848.525 6s-.195 4.154-.525 6Zm2.42 3a34.844 34.844 0 0 1-3.335 8.418 32.562 32.562 0 0 1-2.104 3.299C38.333 47.578 44.082 43.097 46.98 37H36.895Zm11.235-3H37.518c.305-1.863.482-3.864.482-6s-.177-4.137-.482-6H48.13c.566 1.901.87 3.915.87 6s-.304 4.099-.87 6Zm-29.648 0H7.87A21.003 21.003 0 0 1 7 28c0-2.085.304-4.099.87-6h10.612A37.155 37.155 0 0 0 18 28c0 2.136.177 4.137.482 6Zm.623-15H9.02c2.897-6.098 8.646-10.578 15.523-11.717a32.57 32.57 0 0 0-2.104 3.3A34.844 34.844 0 0 0 19.105 19Zm5.955-6.957A31.784 31.784 0 0 0 22.208 19h11.584a31.784 31.784 0 0 0-2.852-6.957A28.483 28.483 0 0 0 28 7.723c-.054.065-.11.132-.166.202-.75.918-1.76 2.3-2.774 4.118ZM36.895 19H46.98c-2.897-6.098-8.646-10.578-15.523-11.717a32.57 32.57 0 0 1 2.104 3.3A34.844 34.844 0 0 1 36.895 19ZM28 52c13.255 0 24-10.745 24-24S41.255 4 28 4 4 14.745 4 28s10.745 24 24 24Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
3
|
+
export default Icon56GlobeOutline;
|
package/dist/es6/index.js
CHANGED
|
@@ -4,6 +4,7 @@ export { Icon12AlbumFilled } from "./12/album_filled_12";
|
|
|
4
4
|
export { Icon12ArrowDown } from "./12/arrow_down_12";
|
|
5
5
|
export { Icon12ArrowDownCircle } from "./12/arrow_down_circle_12";
|
|
6
6
|
export { Icon12ArrowDownLeft } from "./12/arrow_down_left_12";
|
|
7
|
+
export { Icon12ArrowRight } from "./12/arrow_right_12";
|
|
7
8
|
export { Icon12ArrowUp } from "./12/arrow_up_12";
|
|
8
9
|
export { Icon12ArrowUpRight } from "./12/arrow_up_right_12";
|
|
9
10
|
export { Icon12ArrowUpRightOutSquareOutline } from "./12/arrow_up_right_out_square_outline_12";
|
|
@@ -446,6 +447,8 @@ export { Icon20ArrowshapeRightOutline } from "./20/arrowshape_right_outline_20";
|
|
|
446
447
|
export { Icon20ArrowshapeUpRightOutline } from "./20/arrowshape_up_right_outline_20";
|
|
447
448
|
export { Icon20ArrowTurnRightOutline } from "./20/arrow_turn_right_outline_20";
|
|
448
449
|
export { Icon20ArrowUpOutline } from "./20/arrow_up_outline_20";
|
|
450
|
+
export { Icon20ArrowUpRectangle } from "./20/arrow_up_rectangle_20";
|
|
451
|
+
export { Icon20ArrowUpRectangleOutline } from "./20/arrow_up_rectangle_outline_20";
|
|
449
452
|
export { Icon20ArrowUpRightOutSquareOutline } from "./20/arrow_up_right_out_square_outline_20";
|
|
450
453
|
export { Icon20ArrowUturnLeftOutline } from "./20/arrow_uturn_left_outline_20";
|
|
451
454
|
export { Icon20ArrowUturnRightOutline } from "./20/arrow_uturn_right_outline_20";
|
|
@@ -455,6 +458,7 @@ export { Icon20Articles } from "./20/articles_20";
|
|
|
455
458
|
export { Icon20ArticlesOutline } from "./20/articles_outline_20";
|
|
456
459
|
export { Icon20Attach } from "./20/attach_20";
|
|
457
460
|
export { Icon20AwardAddOutline } from "./20/award_add_outline_20";
|
|
461
|
+
export { Icon20BallNumber2Outline } from "./20/ball_number_2_outline_20";
|
|
458
462
|
export { Icon20BasketballOutline } from "./20/basketball_outline_20";
|
|
459
463
|
export { Icon20BeautyOutline } from "./20/beauty_outline_20";
|
|
460
464
|
export { Icon20BlockOutline } from "./20/block_outline_20";
|
|
@@ -468,6 +472,7 @@ export { Icon20BoxCircleFillBlue } from "./20/box_circle_fill_blue_20";
|
|
|
468
472
|
export { Icon20BracketsSlashOutline } from "./20/brackets_slash_outline_20";
|
|
469
473
|
export { Icon20BrokenHeartOutline } from "./20/broken_heart_outline_20";
|
|
470
474
|
export { Icon20BrushOutline } from "./20/brush_outline_20";
|
|
475
|
+
export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20";
|
|
471
476
|
export { Icon20BugOutline } from "./20/bug_outline_20";
|
|
472
477
|
export { Icon20CakeCircleFillPurple } from "./20/cake_circle_fill_purple_20";
|
|
473
478
|
export { Icon20CakeCircleFillRaspberryPink } from "./20/cake_circle_fill_raspberry_pink_20";
|
|
@@ -772,6 +777,7 @@ export { Icon20RadiowavesLeftAndRightCircleFillRed } from "./20/radiowaves_left_
|
|
|
772
777
|
export { Icon20ReceiptOutline } from "./20/receipt_outline_20";
|
|
773
778
|
export { Icon20RecentCircleFillYellow } from "./20/recent_circle_fill_yellow_20";
|
|
774
779
|
export { Icon20RecentOutline } from "./20/recent_outline_20";
|
|
780
|
+
export { Icon20RecorderTapeOutline } from "./20/recorder_tape_outline_20";
|
|
775
781
|
export { Icon20RecordingCircleFill } from "./20/recording_circle_fill_20";
|
|
776
782
|
export { Icon20Rectangle2HorizontalOutline } from "./20/rectangle_2_horizontal_outline_20";
|
|
777
783
|
export { Icon20RectangleInfoOutline } from "./20/rectangle_info_outline_20";
|
|
@@ -1573,6 +1579,7 @@ export { Icon28AttachOutline } from "./28/attach_outline_28";
|
|
|
1573
1579
|
export { Icon28BabyBottleOutline } from "./28/baby_bottle_outline_28";
|
|
1574
1580
|
export { Icon28Backspace } from "./28/backspace_28";
|
|
1575
1581
|
export { Icon28BackspaceOutline } from "./28/backspace_outline_28";
|
|
1582
|
+
export { Icon28BallNumber2Outline } from "./28/ball_number_2_outline_28";
|
|
1576
1583
|
export { Icon28BankOutline } from "./28/bank_outline_28";
|
|
1577
1584
|
export { Icon28BasketballBallOutline } from "./28/basketball_ball_outline_28";
|
|
1578
1585
|
export { Icon28BeautyOutline } from "./28/beauty_outline_28";
|
|
@@ -1588,6 +1595,7 @@ export { Icon28BookmarkAddOutline } from "./28/bookmark_add_outline_28";
|
|
|
1588
1595
|
export { Icon28BookmarkCheck } from "./28/bookmark_check_28";
|
|
1589
1596
|
export { Icon28BookmarkCheckOutline } from "./28/bookmark_check_outline_28";
|
|
1590
1597
|
export { Icon28BookmarkCircleFillYellow } from "./28/bookmark_circle_fill_yellow_28";
|
|
1598
|
+
export { Icon28BookmarkLockOutline } from "./28/bookmark_lock_outline_28";
|
|
1591
1599
|
export { Icon28BookmarkOutline } from "./28/bookmark_outline_28";
|
|
1592
1600
|
export { Icon28BookmarkSlashCircleFillYellow } from "./28/bookmark_slash_circle_fill_yellow_28";
|
|
1593
1601
|
export { Icon28BookmarkSlashOutline } from "./28/bookmark_slash_outline_28";
|
|
@@ -1600,6 +1608,7 @@ export { Icon28BracketsSquareOutline } from "./28/brackets_square_outline_28";
|
|
|
1600
1608
|
export { Icon28BrainOutline } from "./28/brain_outline_28";
|
|
1601
1609
|
export { Icon28BriefcaseOutline } from "./28/briefcase_outline_28";
|
|
1602
1610
|
export { Icon28BrushOutline } from "./28/brush_outline_28";
|
|
1611
|
+
export { Icon28BubbleLolOutline } from "./28/bubble_lol_outline_28";
|
|
1603
1612
|
export { Icon28BugOutline } from "./28/bug_outline_28";
|
|
1604
1613
|
export { Icon28BuildingOutline } from "./28/building_outline_28";
|
|
1605
1614
|
export { Icon28BusOutline } from "./28/bus_outline_28";
|
|
@@ -1838,6 +1847,8 @@ export { Icon28LinkCircleOutline } from "./28/link_circle_outline_28";
|
|
|
1838
1847
|
export { Icon28LinkOutline } from "./28/link_outline_28";
|
|
1839
1848
|
export { Icon28ListAddOutline } from "./28/list_add_outline_28";
|
|
1840
1849
|
export { Icon28ListArrowLeftDownOutline } from "./28/list_arrow_left_down_outline_28";
|
|
1850
|
+
export { Icon28ListArrowLeftOutline } from "./28/list_arrow_left_outline_28";
|
|
1851
|
+
export { Icon28ListArrowRightOutline } from "./28/list_arrow_right_outline_28";
|
|
1841
1852
|
export { Icon28ListBulletSquareOutline } from "./28/list_bullet_square_outline_28";
|
|
1842
1853
|
export { Icon28ListCheckOutline } from "./28/list_check_outline_28";
|
|
1843
1854
|
export { Icon28ListCircleFillGray } from "./28/list_circle_fill_gray_28";
|
|
@@ -1963,6 +1974,7 @@ export { Icon28NotificationCheckOutline } from "./28/notification_check_outline_
|
|
|
1963
1974
|
export { Icon28NotificationCircleFillGray } from "./28/notification_circle_fill_gray_28";
|
|
1964
1975
|
export { Icon28NotificationDisableOutline } from "./28/notification_disable_outline_28";
|
|
1965
1976
|
export { Icon28Notifications } from "./28/notifications_28";
|
|
1977
|
+
export { Icon28NotificationWaves } from "./28/notification_waves_28";
|
|
1966
1978
|
export { Icon28OnOffOutline } from "./28/on_off_outline_28";
|
|
1967
1979
|
export { Icon28PaintRollerOutline } from "./28/paint_roller_outline_28";
|
|
1968
1980
|
export { Icon28PaletteFillBlue } from "./28/palette_fill_blue_28";
|
|
@@ -2536,6 +2548,7 @@ export { Icon56GestureOutline } from "./56/gesture_outline_56";
|
|
|
2536
2548
|
export { Icon56GhostOutline } from "./56/ghost_outline_56";
|
|
2537
2549
|
export { Icon56GiftOutline } from "./56/gift_outline_56";
|
|
2538
2550
|
export { Icon56GlobeCrossOutline } from "./56/globe_cross_outline_56";
|
|
2551
|
+
export { Icon56GlobeOutline } from "./56/globe_outline_56";
|
|
2539
2552
|
export { Icon56GoodsCollection } from "./56/goods_collection_56";
|
|
2540
2553
|
export { Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline_56";
|
|
2541
2554
|
export { Icon56HeadphonesOutline } from "./56/headphones_outline_56";
|