@vkontakte/icons 2.42.0 → 2.44.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/play_circle_fill_gray.js +21 -0
- package/dist/16/key_outline.js +1 -1
- package/dist/16/minus_circle_outline.js +1 -1
- package/dist/16/videocam_outline.js +21 -0
- package/dist/20/arrows_2_left_right_inward.js +21 -0
- package/dist/20/arrows_2_left_right_outward.js +21 -0
- package/dist/20/key_outline.js +1 -1
- package/dist/20/minus_square_outline.js +21 -0
- package/dist/20/plane_outline.js +1 -1
- package/dist/20/receipt_outline.js +21 -0
- package/dist/20/services_filled.js +21 -0
- package/dist/20/subscriptions_outline.js +21 -0
- package/dist/20/text_strikethrough_outline.js +21 -0
- package/dist/20/videocam_outline.js +1 -1
- package/dist/24/circle_small.js +21 -0
- package/dist/24/home_arrow_down_outline.js +21 -0
- package/dist/24/mail_stack_outline.js +21 -0
- package/dist/24/subscriptions_outline.js +21 -0
- package/dist/28/chevron_left_circle.js +21 -0
- package/dist/28/home_arrow_down_outline.js +21 -0
- package/dist/36/gift_circe_filled.js +21 -0
- package/dist/es6/12/play_circle_fill_gray.js +3 -0
- package/dist/es6/16/key_outline.js +1 -1
- package/dist/es6/16/minus_circle_outline.js +1 -1
- package/dist/es6/16/videocam_outline.js +3 -0
- package/dist/es6/20/arrows_2_left_right_inward.js +3 -0
- package/dist/es6/20/arrows_2_left_right_outward.js +3 -0
- package/dist/es6/20/key_outline.js +1 -1
- package/dist/es6/20/minus_square_outline.js +3 -0
- package/dist/es6/20/plane_outline.js +1 -1
- package/dist/es6/20/receipt_outline.js +3 -0
- package/dist/es6/20/services_filled.js +3 -0
- package/dist/es6/20/subscriptions_outline.js +3 -0
- package/dist/es6/20/text_strikethrough_outline.js +3 -0
- package/dist/es6/20/videocam_outline.js +1 -1
- package/dist/es6/24/circle_small.js +3 -0
- package/dist/es6/24/home_arrow_down_outline.js +3 -0
- package/dist/es6/24/mail_stack_outline.js +3 -0
- package/dist/es6/24/subscriptions_outline.js +3 -0
- package/dist/es6/28/chevron_left_circle.js +3 -0
- package/dist/es6/28/home_arrow_down_outline.js +3 -0
- package/dist/es6/36/gift_circe_filled.js +3 -0
- package/dist/es6/index.js +16 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +84 -20
- package/dist/typings/12/play_circle_fill_gray.d.ts +12 -0
- package/dist/typings/16/videocam_outline.d.ts +12 -0
- package/dist/typings/20/arrows_2_left_right_inward.d.ts +12 -0
- package/dist/typings/20/arrows_2_left_right_outward.d.ts +12 -0
- package/dist/typings/20/minus_square_outline.d.ts +12 -0
- package/dist/typings/20/receipt_outline.d.ts +12 -0
- package/dist/typings/20/services_filled.d.ts +12 -0
- package/dist/typings/20/subscriptions_outline.d.ts +12 -0
- package/dist/typings/20/text_strikethrough_outline.d.ts +12 -0
- package/dist/typings/24/circle_small.d.ts +12 -0
- package/dist/typings/24/home_arrow_down_outline.d.ts +12 -0
- package/dist/typings/24/mail_stack_outline.d.ts +12 -0
- package/dist/typings/24/subscriptions_outline.d.ts +12 -0
- package/dist/typings/28/chevron_left_circle.d.ts +12 -0
- package/dist/typings/28/home_arrow_down_outline.d.ts +12 -0
- package/dist/typings/36/gift_circe_filled.d.ts +12 -0
- package/dist/typings/index.d.ts +16 -0
- package/package.json +1 -1
- package/src/svg/12/play_circle_fill_gray_12.svg +5 -0
- package/src/svg/16/key_outline_16.svg +1 -1
- package/src/svg/16/minus_circle_outline_16.svg +1 -1
- package/src/svg/16/videocam_outline_16.svg +1 -0
- package/src/svg/20/arrows_2_left_right_inward_20.svg +1 -0
- package/src/svg/20/arrows_2_left_right_outward_20.svg +1 -0
- package/src/svg/20/key_outline_20.svg +1 -1
- package/src/svg/20/minus_square_outline_20.svg +1 -0
- package/src/svg/20/plane_outline_20.svg +1 -1
- package/src/svg/20/receipt_outline_20.svg +1 -0
- package/src/svg/20/services_filled_20.svg +1 -0
- package/src/svg/20/subscriptions_outline_20.svg +1 -0
- package/src/svg/20/text_strikethrough_outline_20.svg +1 -0
- package/src/svg/20/videocam_outline_20.svg +1 -1
- package/src/svg/24/circle_small_24.svg +1 -0
- package/src/svg/24/home_arrow_down_outline_24.svg +1 -0
- package/src/svg/24/mail_stack_outline_24.svg +1 -0
- package/src/svg/24/subscriptions_outline_24.svg +1 -0
- package/src/svg/28/chevron_left_circle_28.svg +1 -0
- package/src/svg/28/home_arrow_down_outline_28.svg +1 -0
- package/src/svg/36/gift_circe_filled_36.svg +11 -0
- package/ts/12/play_circle_fill_gray.ts +26 -0
- package/ts/16/key_outline.ts +1 -1
- package/ts/16/minus_circle_outline.ts +1 -1
- package/ts/16/videocam_outline.ts +26 -0
- package/ts/20/arrows_2_left_right_inward.ts +26 -0
- package/ts/20/arrows_2_left_right_outward.ts +26 -0
- package/ts/20/key_outline.ts +1 -1
- package/ts/20/minus_square_outline.ts +26 -0
- package/ts/20/plane_outline.ts +1 -1
- package/ts/20/receipt_outline.ts +26 -0
- package/ts/20/services_filled.ts +26 -0
- package/ts/20/subscriptions_outline.ts +26 -0
- package/ts/20/text_strikethrough_outline.ts +26 -0
- package/ts/20/videocam_outline.ts +1 -1
- package/ts/24/circle_small.ts +26 -0
- package/ts/24/home_arrow_down_outline.ts +26 -0
- package/ts/24/mail_stack_outline.ts +26 -0
- package/ts/24/subscriptions_outline.ts +26 -0
- package/ts/28/chevron_left_circle.ts +26 -0
- package/ts/28/home_arrow_down_outline.ts +26 -0
- package/ts/36/gift_circe_filled.ts +26 -0
- package/ts/index.ts +16 -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
|
+
Icon12PlayCircleFillGray: function() {
|
|
13
|
+
return Icon12PlayCircleFillGray;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon12PlayCircleFillGray = (0, _iconssprite.makeIcon)("Icon12PlayCircleFillGray", "play_circle_fill_gray_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="play_circle_fill_gray_12"><circle cx="6" cy="6" r="6" fill="#A3ADB8" /><path fill="#fff" d="M4.75 3.293 9.082 5.72a.318.318 0 0 1 0 .56L4.75 8.707a.339.339 0 0 1-.454-.119.316.316 0 0 1-.045-.161V3.573c0-.178.15-.323.333-.323a.34.34 0 0 1 .166.043Z" /></symbol>', 12, 12, false, undefined);
|
|
21
|
+
var _default = Icon12PlayCircleFillGray;
|
package/dist/16/key_outline.js
CHANGED
|
@@ -17,5 +17,5 @@ _export(exports, {
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
-
var Icon16KeyOutline = (0, _iconssprite.makeIcon)("Icon16KeyOutline", "key_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
20
|
+
var Icon16KeyOutline = (0, _iconssprite.makeIcon)("Icon16KeyOutline", "key_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="key_outline_16"><path d="M6 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M11.888 1h-.005c-.029 0-.153-.003-.276.028a.95.95 0 0 0-.494.304l-.003.003-3.964 4.198a4.55 4.55 0 1 0 3.309 3.273L11.57 7.69l.001-.002c.007-.007.029-.028.049-.05a.847.847 0 0 0 .21-.696V6.94l-.048-.41.291.035h.006c.025.003.083.01.138.012a.85.85 0 0 0 .878-.85c0-.055-.006-.112-.008-.137v-.006l-.029-.334.36.058h.002a.848.848 0 0 0 .731-.203c.024-.02.046-.042.054-.05l.001-.002.536-.535.04-.042a.831.831 0 0 0 .216-.522L15 3.898V1.875c0-.016 0-.064-.004-.11a.831.831 0 0 0-.45-.675.83.83 0 0 0-.31-.086C14.189 1 14.14 1 14.126 1h-2.238ZM8.062 6.747 12.073 2.5H13.5v1.14l-.14.14-.808-.131-.006-.001c-.026-.004-.084-.014-.14-.018a.85.85 0 0 0-.913.847c0 .056.005.115.007.141v.007l.032.365-.316-.037-.007-.001a1.613 1.613 0 0 0-.14-.012.85.85 0 0 0-.877.877c.002.056.01.114.012.14l.001.006.103.869-1.09 1.089-.004.004a1.15 1.15 0 0 0-.232.304.94.94 0 0 0-.065.662c.012.044.027.092.037.123l.002.007A3.05 3.05 0 1 1 6.95 7.034l.008.003c.032.01.08.025.126.036a.94.94 0 0 0 .671-.077c.157-.082.277-.215.303-.244l.004-.005Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
21
21
|
var _default = Icon16KeyOutline;
|
|
@@ -17,5 +17,5 @@ _export(exports, {
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
-
var Icon16MinusCircleOutline = (0, _iconssprite.makeIcon)("Icon16MinusCircleOutline", "minus_circle_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
20
|
+
var Icon16MinusCircleOutline = (0, _iconssprite.makeIcon)("Icon16MinusCircleOutline", "minus_circle_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="minus_circle_outline_16"><path d="M5.75 7.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z" /><path fill-rule="evenodd" d="M8 15.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15ZM14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
21
21
|
var _default = Icon16MinusCircleOutline;
|
|
@@ -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
|
+
Icon16VideocamOutline: function() {
|
|
13
|
+
return Icon16VideocamOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon16VideocamOutline = (0, _iconssprite.makeIcon)("Icon16VideocamOutline", "videocam_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="videocam_outline_16"><path fill-rule="evenodd" d="M6.982 2H5.518c-.813 0-1.469 0-2 .043-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.639c-.226.444-.32.924-.365 1.47C0 6.05 0 6.706 0 7.519v.964c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h1.464c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.638c.112-.222.192-.453.25-.697l.514.386c.1.075.244.184.38.267a1.83 1.83 0 0 0 1.001.29 1.8 1.8 0 0 0 1.38-.69 1.83 1.83 0 0 0 .369-.975c.014-.159.014-.339.014-.464V5.93c0-.125 0-.305-.014-.464a1.83 1.83 0 0 0-.369-.976 1.8 1.8 0 0 0-1.38-.69 1.83 1.83 0 0 0-1.001.29 5.3 5.3 0 0 0-.38.268l-.514.386a3.068 3.068 0 0 0-.25-.696 3.75 3.75 0 0 0-1.64-1.64c-.444-.226-.924-.32-1.47-.365C8.45 2 7.794 2 6.981 2ZM12.5 7.462V9.5l1.232.924c.247.185.37.278.474.276a.3.3 0 0 0 .23-.115c.064-.082.064-.236.064-.545V5.96c0-.309 0-.463-.064-.545a.3.3 0 0 0-.23-.115c-.103-.002-.227.09-.474.276L12.5 6.5v.962ZM11 7.55c0-.852 0-1.447-.038-1.91-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C8.397 3.501 7.802 3.5 6.95 3.5h-1.4c-.852 0-1.447 0-1.91.038-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912-.037.462-.038 1.057-.038 1.909v.9c0 .852 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h1.4c.852 0 1.447 0 1.91-.038.453-.037.714-.107.911-.207a2.25 2.25 0 0 0 .984-.984c.1-.197.17-.458.207-.912.037-.462.038-1.057.038-1.909v-.9Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
21
|
+
var _default = Icon16VideocamOutline;
|
|
@@ -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
|
+
Icon20Arrows2LeftRightInward: function() {
|
|
13
|
+
return Icon20Arrows2LeftRightInward;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20Arrows2LeftRightInward = (0, _iconssprite.makeIcon)("Icon20Arrows2LeftRightInward", "arrows_2_left_right_inward_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_inward_20"><path d="M4.47 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.75a.75.75 0 0 1 0 1.061l-2.752 2.75a.75.75 0 1 1-1.06-1.062l1.471-1.469H1.75a.75.75 0 0 1 0-1.5h4.19L4.47 7.78Zm11.06 0a.75.75 0 0 0-1.06-1.06l-2.752 2.75a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 0 0 1.06-1.062l-1.471-1.469h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20Arrows2LeftRightInward;
|
|
@@ -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
|
+
Icon20Arrows2LeftRightOutward: function() {
|
|
13
|
+
return Icon20Arrows2LeftRightOutward;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20Arrows2LeftRightOutward = (0, _iconssprite.makeIcon)("Icon20Arrows2LeftRightOutward", "arrows_2_left_right_outward_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_outward_20"><path d="M14.972 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.751a.75.75 0 0 1 0 1.061l-2.752 2.749a.75.75 0 1 1-1.06-1.062l1.471-1.469h-4.191a.75.75 0 0 1 0-1.5h4.19l-1.47-1.47Zm-9.944 0a.75.75 0 0 0-1.06-1.06L1.216 9.47a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 1 0 1.06-1.062L3.557 10.75h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20Arrows2LeftRightOutward;
|
package/dist/20/key_outline.js
CHANGED
|
@@ -17,5 +17,5 @@ _export(exports, {
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
-
var Icon20KeyOutline = (0, _iconssprite.makeIcon)("Icon20KeyOutline", "key_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
20
|
+
var Icon20KeyOutline = (0, _iconssprite.makeIcon)("Icon20KeyOutline", "key_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="key_outline_20"><path d="M7.5 13.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M14.92 1.5h-.01c-.04 0-.166-.002-.292.029a.999.999 0 0 0-.295.125c-.11.069-.196.16-.224.19l-.006.007L8.936 7.19A5.506 5.506 0 0 0 2 12.5a5.5 5.5 0 1 0 10.797-1.486L14.2 9.611l.007-.007a1.2 1.2 0 0 0 .207-.26 1 1 0 0 0 .118-.339c.023-.145.004-.286-.002-.332l-.002-.01-.077-.652.373.044c.069.008.162.02.245.022a.99.99 0 0 0 .442-.08 1 1 0 0 0 .5-.483c.084-.177.093-.343.094-.439 0-.084-.008-.177-.014-.246l-.037-.427.586.094.01.002a1 1 0 0 0 .978-.316l.008-.008.597-.597.002-.001.042-.044a.844.844 0 0 0 .222-.535l.001-.061V2.405c0-.02 0-.072-.004-.122a.852.852 0 0 0-.46-.69.85.85 0 0 0-.32-.09c-.049-.003-.1-.003-.121-.003H14.92ZM9.873 8.378 15.068 3H17v1.69l-.298.297-.867-.14a2.975 2.975 0 0 0-.252-.033 1.009 1.009 0 0 0-.457.065 1 1 0 0 0-.52.483c-.09.182-.1.353-.1.45 0 .087.008.183.014.255l.038.446-.387-.045a2.917 2.917 0 0 0-.251-.023 1.004 1.004 0 0 0-.451.084 1 1 0 0 0-.5.5 1.008 1.008 0 0 0-.083.45c.002.086.014.18.022.252l.111.94-1.426 1.425-.01.01a1.24 1.24 0 0 0-.25.326.988.988 0 0 0-.068.697c.013.05.03.104.043.144l.003.01a4 4 0 1 1-2.628-2.605l.01.002c.04.013.094.03.145.043a.988.988 0 0 0 .701-.077c.161-.082.286-.216.325-.258l.01-.01Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
21
|
var _default = Icon20KeyOutline;
|
|
@@ -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
|
+
Icon20MinusSquareOutline: function() {
|
|
13
|
+
return Icon20MinusSquareOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20MinusSquareOutline = (0, _iconssprite.makeIcon)("Icon20MinusSquareOutline", "minus_square_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="minus_square_outline_20"><path fill-rule="evenodd" d="M8.4 3.5h3.2c1.145 0 1.913.001 2.505.05.574.046.849.13 1.03.222a2.5 2.5 0 0 1 1.092 1.093c.093.181.177.456.224 1.03.048.592.049 1.36.049 2.505v3.2c0 1.145-.001 1.913-.05 2.505-.046.574-.13.849-.223 1.03a2.5 2.5 0 0 1-1.092 1.092c-.181.093-.456.177-1.03.224-.592.048-1.36.049-2.505.049H8.4c-1.145 0-1.913-.001-2.505-.05-.574-.046-.849-.13-1.03-.223a2.5 2.5 0 0 1-1.093-1.092c-.092-.181-.176-.456-.222-1.03-.049-.592-.05-1.36-.05-2.505V8.4c0-1.145.001-1.913.05-2.505.046-.574.13-.849.222-1.03a2.5 2.5 0 0 1 1.093-1.093c.181-.092.456-.176 1.03-.222.592-.049 1.36-.05 2.505-.05ZM2 8.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C5.04 2 6.16 2 8.4 2h3.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 5.04 18 6.16 18 8.4v3.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C14.96 18 13.84 18 11.6 18H8.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C2 14.96 2 13.84 2 11.6V8.4Zm4.75.85a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20MinusSquareOutline;
|
package/dist/20/plane_outline.js
CHANGED
|
@@ -17,5 +17,5 @@ _export(exports, {
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
-
var Icon20PlaneOutline = (0, _iconssprite.makeIcon)("Icon20PlaneOutline", "plane_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
20
|
+
var Icon20PlaneOutline = (0, _iconssprite.makeIcon)("Icon20PlaneOutline", "plane_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="plane_outline_20"><path fill-rule="evenodd" d="M16.453 4.108a.8.8 0 0 0-.561-.561 1.318 1.318 0 0 0-1.23.292l-2.325 2.096a1.725 1.725 0 0 1-1.697.356L6.113 4.792a1.25 1.25 0 0 0-1.277.303l-.261.261a.25.25 0 0 0 .066.401L8.325 7.57c.77.378.938 1.4.333 2.006L6.823 11.41a1.75 1.75 0 0 1-1.363.508l-2.687-.194c-.099-.007-.147.02-.174.042a.274.274 0 0 0-.088.152.273.273 0 0 0 .013.174c.015.032.047.078.138.114l2.972 1.182c.447.177.802.531.98.978L7.8 17.342c.036.091.081.123.114.138a.27.27 0 0 0 .174.013.273.273 0 0 0 .151-.088c.023-.028.05-.076.042-.174l-.197-2.689a1.75 1.75 0 0 1 .507-1.366l1.834-1.834a1.25 1.25 0 0 1 2.006.333l1.812 3.684a.25.25 0 0 0 .4.066l.262-.26a1.25 1.25 0 0 0 .303-1.278l-1.5-4.527a1.725 1.725 0 0 1 .357-1.697l2.096-2.326c.3-.333.41-.796.292-1.229ZM16.286 2.1a2.3 2.3 0 0 1 1.615 1.615 2.818 2.818 0 0 1-.626 2.628L15.18 8.667a.225.225 0 0 0-.046.221l1.499 4.528a2.75 2.75 0 0 1-.666 2.809l-.261.261a1.75 1.75 0 0 1-2.808-.465l-1.658-3.37-1.587 1.586a.25.25 0 0 0-.072.195l.197 2.689c.147 1.996-2.63 2.635-3.37.776L5.22 14.92a.25.25 0 0 0-.14-.14L2.108 13.6c-1.859-.74-1.223-3.516.773-3.372l2.687.194a.25.25 0 0 0 .194-.072L7.35 8.76 3.98 7.103a1.75 1.75 0 0 1-.466-2.807l.261-.262a2.75 2.75 0 0 1 2.81-.666l4.527 1.5a.225.225 0 0 0 .221-.047l2.325-2.096a2.818 2.818 0 0 1 2.628-.626Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
21
|
var _default = Icon20PlaneOutline;
|
|
@@ -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
|
+
Icon20ReceiptOutline: function() {
|
|
13
|
+
return Icon20ReceiptOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20ReceiptOutline = (0, _iconssprite.makeIcon)("Icon20ReceiptOutline", "receipt_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="receipt_outline_20"><path d="M7.75 8.25a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z" /><path fill-rule="evenodd" d="M3.421 2.076a.75.75 0 0 1 .791.083l1.455 1.139L7.12 2.159a.75.75 0 0 1 .925 0L9.5 3.298l1.454-1.139a.75.75 0 0 1 .925 0l1.454 1.139 1.455-1.139A.75.75 0 0 1 16 2.75V13h.542c.19 0 .354 0 .502.02a2.25 2.25 0 0 1 1.937 1.936c.02.148.02.312.019.502v.084c0 .19 0 .354-.02.502a2.25 2.25 0 0 1-1.936 1.937c-.148.02-.312.02-.502.019H6.25v-.017a8.601 8.601 0 0 1-.794-.063c-.628-.084-1.195-.27-1.65-.726-.456-.455-.642-1.022-.726-1.65C3 14.95 3 14.2 3 13.302V2.75a.75.75 0 0 1 .421-.674ZM14.5 4.289V13h-3.542c-.19 0-.354 0-.502.02a2.25 2.25 0 0 0-1.937 1.936c-.02.148-.02.312-.019.502v.042c0 .256-.002.311-.006.348a.75.75 0 0 1-.646.646 2.747 2.747 0 0 1-.285.006c-.862 0-1.456-.006-1.908-.067-.461-.062-.659-.169-.789-.3-.13-.13-.237-.327-.3-.788-.064-.483-.066-1.131-.066-2.095V4.29l.704.55a.75.75 0 0 0 .925 0l1.454-1.138 1.455 1.139a.75.75 0 0 0 .924 0l1.455-1.139 1.454 1.139a.75.75 0 0 0 .925 0l.704-.552Zm2 12.211H9.872c.051-.146.088-.298.109-.456.02-.148.02-.312.019-.502V15.5c0-.256.002-.311.006-.348a.75.75 0 0 1 .646-.646A4.04 4.04 0 0 1 11 14.5h5.5c.256 0 .311.002.348.006a.75.75 0 0 1 .646.646c.004.037.006.092.006.348s-.002.311-.006.348a.75.75 0 0 1-.646.646 3.547 3.547 0 0 1-.348.006Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20ReceiptOutline;
|
|
@@ -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
|
+
Icon20ServicesFilled: function() {
|
|
13
|
+
return Icon20ServicesFilled;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20ServicesFilled = (0, _iconssprite.makeIcon)("Icon20ServicesFilled", "services_filled_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="services_filled_20"><path fill-rule="evenodd" d="M11.747 7.718c-.28-.28-.52-.52-.703-.735-.192-.226-.363-.472-.46-.775a2.247 2.247 0 0 1 0-1.39c.097-.302.268-.548.46-.774.182-.215.444-.476.723-.756l.247-.247.248-.247c.279-.28.54-.54.755-.723.226-.192.472-.363.775-.461a2.248 2.248 0 0 1 1.39 0c.302.098.548.269.774.461.215.182.456.423.735.702l.268.268.267.268c.28.28.52.52.703.735.192.226.363.472.461.775.147.451.147.938 0 1.389-.098.303-.269.549-.461.775-.182.215-.444.476-.723.755l-.247.248-.247.247c-.28.28-.541.54-.756.723-.226.192-.472.363-.775.46a2.248 2.248 0 0 1-1.389 0c-.303-.097-.549-.268-.775-.46a12.884 12.884 0 0 1-.735-.703l-.268-.267-.267-.268Zm-.757 6.407c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.216-.423.56-.767.982-.982.284-.145.579-.198.875-.223.28-.022.65-.022 1.045-.022h.7c.394 0 .764 0 1.044.022.296.025.591.078.875.223.422.215.766.559.982.982.144.283.198.578.222.874.023.28.023.621.023 1.016v.757c0 .395 0 .736-.023 1.017-.024.296-.078.59-.222.874-.216.423-.56.767-.982.982-.284.145-.579.198-.875.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.044-.023a2.3 2.3 0 0 1-.875-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874c-.023-.281-.023-.622-.023-1.017v-.757ZM2 5.135v.757c0 .395 0 .736.023 1.016.024.296.078.591.222.874.215.423.56.767.982.983.284.144.578.198.874.222.281.023.65.023 1.046.023h.699c.395 0 .764 0 1.045-.023.296-.024.59-.078.874-.222.423-.216.767-.56.982-.983.145-.283.198-.578.223-.874.022-.28.022-.621.022-1.016v-.757c0-.395 0-.736-.022-1.016-.025-.297-.078-.591-.223-.875a2.248 2.248 0 0 0-.982-.982 2.29 2.29 0 0 0-.874-.222c-.28-.023-.65-.023-1.045-.023h-.7c-.394 0-.764 0-1.045.023-.296.024-.59.078-.874.222-.423.216-.767.56-.982.982a2.295 2.295 0 0 0-.222.875C2 4.399 2 4.74 2 5.135Zm0 8.99c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.215-.423.56-.767.982-.982.284-.145.578-.198.874-.223.281-.022.65-.022 1.046-.022h.699c.395 0 .764 0 1.045.022.296.025.59.078.874.223.423.215.767.559.982.982.145.283.198.578.223.874.022.28.022.621.022 1.016v.757c0 .395 0 .736-.022 1.017-.025.296-.078.59-.223.874a2.24 2.24 0 0 1-.982.982c-.283.145-.578.198-.874.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.045-.023a2.295 2.295 0 0 1-.874-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874C2 15.617 2 15.277 2 14.882v-.757Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20ServicesFilled;
|
|
@@ -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
|
+
Icon20SubscriptionsOutline: function() {
|
|
13
|
+
return Icon20SubscriptionsOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20SubscriptionsOutline = (0, _iconssprite.makeIcon)("Icon20SubscriptionsOutline", "subscriptions_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="subscriptions_outline_20"><path d="M7.75 6a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5ZM7 9.75A.75.75 0 0 1 7.75 9h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 7 9.75Z" /><path fill-rule="evenodd" d="M11.482 1.5H9.518c-.813 0-1.469 0-2 .043-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.639c-.226.444-.32.924-.365 1.47C4 5.55 4 6.206 4 7.019V10c-.408.005-.747.026-1.048.117a2.75 2.75 0 0 0-1.834 1.834C1 12.345 1 12.8 1 13.39v1.19c0 .535 0 .98.03 1.345.03.38.098.736.27 1.073A2.75 2.75 0 0 0 2.502 18.2c.337.172.693.24 1.073.27.365.03.81.03 1.344.03h6.563c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.018c0-.813 0-1.469-.043-2-.045-.546-.14-1.026-.366-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365-.531-.043-1.187-.043-2-.043ZM9.502 17h1.948c.852 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909v-5.9c0-.852 0-1.447-.038-1.91-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C12.897 3.001 12.302 3 11.45 3h-1.9c-.852 0-1.447 0-1.91.038-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912-.037.462-.038 1.057-.038 1.909V17h4.001ZM4 16.992v-5.49c-.361.005-.503.018-.613.052a1.25 1.25 0 0 0-.833.833c-.046.15-.054.36-.054 1.113v1.05c0 .572 0 .957.025 1.252.023.288.065.425.111.515.12.236.311.427.546.547.091.046.228.088.515.111.092.008.192.013.303.017Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20SubscriptionsOutline;
|
|
@@ -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
|
+
Icon20TextStrikethroughOutline: function() {
|
|
13
|
+
return Icon20TextStrikethroughOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon20TextStrikethroughOutline = (0, _iconssprite.makeIcon)("Icon20TextStrikethroughOutline", "text_strikethrough_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_strikethrough_outline_20"><path fill-rule="evenodd" d="m5.136 17.314 1.516-4.32h6.71l1.498 4.32c.093.26.203.428.335.532.13.103.297.157.53.157.531 0 .879-.328.879-.753 0-.124-.028-.277-.117-.52l-2.495-6.734h2.26a.75.75 0 1 0 0-1.5h-2.816l-2.264-6.109c-.119-.32-.27-.538-.454-.677-.182-.137-.408-.207-.697-.207-.312 0-.553.073-.743.214-.192.142-.346.363-.465.681L6.556 8.497H3.753a.75.75 0 1 0 0 1.5h2.249L3.51 16.73c-.089.243-.117.396-.117.52 0 .425.348.753.879.753.232 0 .4-.054.53-.157.132-.104.242-.272.334-.532Zm2.576-7.318-.56 1.6h5.702l-.561-1.6H7.712Zm4.054-1.5-1.627-4.632h-.281L8.236 8.497h3.53Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
|
+
var _default = Icon20TextStrikethroughOutline;
|
|
@@ -17,5 +17,5 @@ _export(exports, {
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
-
var Icon20VideocamOutline = (0, _iconssprite.makeIcon)("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
20
|
+
var Icon20VideocamOutline = (0, _iconssprite.makeIcon)("Icon20VideocamOutline", "videocam_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="videocam_outline_20"><path fill-rule="evenodd" d="M7.817 3c-.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.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.155-.304.255-.625.322-.971l1.532 1.02c1.329.887 3.109-.066 3.109-1.663V6.934c0-1.597-1.78-2.55-3.11-1.664l-1.53 1.021a3.605 3.605 0 0 0-.322-.97 4.25 4.25 0 0 0-1.857-1.858c-.498-.253-1.04-.361-1.67-.413C10.896 3 10.135 3 9.183 3H7.817ZM15.5 9.26V12l2.223 1.482a.5.5 0 0 0 .777-.416V6.934a.5.5 0 0 0-.777-.416L15.5 8v1.26Zm-1.5.09c0-.992 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 12.5 4.8c-.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 0 3.3 6.002c-.128.25-.21.573-.255 1.11C3.001 7.658 3 8.358 3 9.35v1.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.502 15.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h1.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 13.7 14c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-1.3Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
21
21
|
var _default = Icon20VideocamOutline;
|
|
@@ -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
|
+
Icon24CircleSmall: function() {
|
|
13
|
+
return Icon24CircleSmall;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon24CircleSmall = (0, _iconssprite.makeIcon)("Icon24CircleSmall", "circle_small_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="circle_small_24"><circle cx="12" cy="12" r="7" /></symbol>', 24, 24, false, undefined);
|
|
21
|
+
var _default = Icon24CircleSmall;
|
|
@@ -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
|
+
Icon24HomeArrowDownOutline: function() {
|
|
13
|
+
return Icon24HomeArrowDownOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon24HomeArrowDownOutline = (0, _iconssprite.makeIcon)("Icon24HomeArrowDownOutline", "home_arrow_down_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="home_arrow_down_outline_24"><path d="M11.1 9.9v3.968l-1.052-1.092a.9.9 0 0 0-1.296 1.248l2.6 2.7a.9.9 0 0 0 1.296 0l2.6-2.7a.9.9 0 0 0-1.296-1.248L12.9 13.868V9.9a.9.9 0 0 0-1.8 0Zm1.904-6.767a3.9 3.9 0 0 0-2.008 0c-.749.2-1.406.7-2.309 1.39l-3.532 2.69c-.606.46-1.048.797-1.374 1.232a3.9 3.9 0 0 0-.633 1.278c-.149.524-.148 1.079-.148 1.84v3.775c0 .808 0 1.469.044 2.006.045.556.142 1.058.381 1.527a3.9 3.9 0 0 0 1.704 1.704c.47.239.971.336 1.527.381C7.193 21 7.854 21 8.662 21h6.676c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006v-3.775c0-.761 0-1.316-.148-1.84a3.9 3.9 0 0 0-.633-1.278c-.326-.435-.768-.771-1.374-1.232l-3.532-2.69c-.903-.69-1.56-1.19-2.309-1.39ZM11.46 4.872a2.1 2.1 0 0 1 1.082 0c.36.096.716.347 1.822 1.19l3.3 2.513c.735.56.96.74 1.116.95.156.207.271.44.342.689.071.252.079.54.079 1.464V15.3c0 .855 0 1.442-.038 1.897-.036.445-.103.684-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H8.7c-.855 0-1.442 0-1.897-.038-.445-.036-.684-.103-.856-.19a2.1 2.1 0 0 1-.918-.919c-.088-.172-.155-.411-.191-.856C4.8 16.742 4.8 16.155 4.8 15.3v-3.622c0-.924.008-1.212.08-1.464a2.1 2.1 0 0 1 .34-.689c.158-.21.382-.39 1.117-.95l3.3-2.513c1.106-.843 1.463-1.094 1.822-1.19Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
21
|
+
var _default = Icon24HomeArrowDownOutline;
|
|
@@ -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
|
+
Icon24MailStackOutline: function() {
|
|
13
|
+
return Icon24MailStackOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon24MailStackOutline = (0, _iconssprite.makeIcon)("Icon24MailStackOutline", "mail_stack_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="mail_stack_outline_24"><path d="M8.7 3A1.7 1.7 0 0 0 7 4.7h10A1.7 1.7 0 0 0 15.3 3H8.7Z" /><path fill-rule="evenodd" d="M3.49 8.457C3 9.42 3 10.68 3 13.2v.6c0 2.52 0 3.78.49 4.743a4.5 4.5 0 0 0 1.967 1.966C6.42 21 7.68 21 10.2 21h3.6c2.52 0 3.78 0 4.743-.49a4.5 4.5 0 0 0 1.966-1.967C21 17.58 21 16.32 21 13.8v-.6c0-2.52 0-3.78-.49-4.743a4.5 4.5 0 0 0-1.967-1.967C17.58 6 16.32 6 13.8 6h-3.6c-2.52 0-3.78 0-4.743.49A4.5 4.5 0 0 0 3.49 8.457ZM13.8 7.8h-3.6c-1.29 0-2.149.001-2.809.055-.64.053-.932.145-1.117.24a2.7 2.7 0 0 0-.542.364l4.076 4.076c.505.506.847.846 1.131 1.087.277.235.44.323.567.364a1.6 1.6 0 0 0 .988 0c.128-.041.29-.129.567-.364.284-.24.626-.581 1.131-1.087l4.076-4.076a2.699 2.699 0 0 0-.542-.365c-.185-.094-.478-.186-1.117-.239-.66-.054-1.52-.055-2.809-.055Zm-8.945 2.591a7.73 7.73 0 0 1 .023-.24l3.683 3.683c.473.473.866.866 1.213 1.16.362.308.732.56 1.175.704a3.401 3.401 0 0 0 2.102 0c.443-.144.813-.396 1.175-.703.347-.295.74-.688 1.213-1.161l3.683-3.683c.008.074.016.154.023.24.054.66.055 1.52.055 2.809v.6c0 1.29-.001 2.149-.055 2.809-.052.64-.145.931-.24 1.117a2.7 2.7 0 0 1-1.18 1.18c-.184.094-.477.187-1.116.239-.66.054-1.52.055-2.809.055h-3.6c-1.29 0-2.149-.001-2.809-.055-.64-.052-.932-.145-1.117-.24a2.7 2.7 0 0 1-1.18-1.18c-.094-.184-.186-.477-.239-1.116-.054-.66-.055-1.52-.055-2.809v-.6c0-1.29.001-2.149.055-2.809Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
21
|
+
var _default = Icon24MailStackOutline;
|
|
@@ -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
|
+
Icon24SubscriptionsOutline: function() {
|
|
13
|
+
return Icon24SubscriptionsOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon24SubscriptionsOutline = (0, _iconssprite.makeIcon)("Icon24SubscriptionsOutline", "subscriptions_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="subscriptions_outline_24"><path d="M9.9 7a.9.9 0 1 0 0 1.8h5.2a.9.9 0 1 0 0-1.8H9.9ZM9 11.9a.9.9 0 0 1 .9-.9h3.2a.9.9 0 1 1 0 1.8H9.9a.9.9 0 0 1-.9-.9ZM13.538 2h-2.076c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 5.48 4.402c-.267.523-.377 1.087-.43 1.726C5 6.748 5 7.514 5 8.462V12h-.1A2.9 2.9 0 0 0 2 14.9v3.198a3.9 3.9 0 0 0 3.9 3.9h.547c.078.002.158.002.23.002h6.861c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V8.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C15.252 2 14.486 2 13.538 2ZM9.963 20.2a.928.928 0 0 0-.063-.002H6.8V8.5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 8.22 4.083c.226-.115.527-.195 1.055-.238.538-.044 1.23-.045 2.225-.045h2c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v7c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045H9.963ZM5 19.996a2.1 2.1 0 0 1-1.2-1.898V14.9a1.1 1.1 0 0 1 1.1-1.1H5v6.196Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
21
|
+
var _default = Icon24SubscriptionsOutline;
|
|
@@ -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
|
+
Icon28ChevronLeftCircle: function() {
|
|
13
|
+
return Icon28ChevronLeftCircle;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon28ChevronLeftCircle = (0, _iconssprite.makeIcon)("Icon28ChevronLeftCircle", "chevron_left_circle_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="chevron_left_circle_28"><path d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14Z" opacity=".12" /><path fill-rule="evenodd" d="M16.707 8.293a1 1 0 0 1 0 1.414L12.414 14l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
21
|
+
var _default = Icon28ChevronLeftCircle;
|
|
@@ -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
|
+
Icon28HomeArrowDownOutline: function() {
|
|
13
|
+
return Icon28HomeArrowDownOutline;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon28HomeArrowDownOutline = (0, _iconssprite.makeIcon)("Icon28HomeArrowDownOutline", "home_arrow_down_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="home_arrow_down_outline_28"><path d="M13 11v5.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L15 16.586V11a1 1 0 1 0-2 0Zm2.047-7.856a4 4 0 0 0-2.095 0c-.781.212-1.462.744-2.367 1.451l-5.447 4.25c-.586.456-1.029.8-1.356 1.244a4 4 0 0 0-.634 1.3C2.999 11.918 3 12.48 3 13.222v6.018c0 .805 0 1.47.044 2.01.046.563.145 1.08.392 1.565a4 4 0 0 0 1.748 1.748c.485.247 1.002.346 1.564.392C7.29 25 7.954 25 8.758 25h10.483c.805 0 1.47 0 2.01-.044.563-.046 1.08-.145 1.565-.392a4 4 0 0 0 1.748-1.748c.247-.485.346-1.002.392-1.564.044-.541.044-1.206.044-2.01v-6.019c0-.743 0-1.304-.148-1.835a4.001 4.001 0 0 0-.634-1.299c-.327-.443-.77-.788-1.356-1.245l-5.447-4.249c-.905-.707-1.586-1.239-2.367-1.45Zm-1.57 1.93a2 2 0 0 1 1.047 0c.341.093.684.337 1.813 1.217l5.2 4.056c.723.564.928.735 1.072.93a2 2 0 0 1 .317.65c.065.232.074.5.074 1.417V19.2c0 .857 0 1.439-.038 1.889-.035.438-.1.663-.18.819a2 2 0 0 1-.874.874c-.156.08-.38.145-.819.18-.45.037-1.032.038-1.889.038H8.8c-.857 0-1.439 0-1.889-.038-.438-.035-.663-.1-.819-.18a2 2 0 0 1-.874-.874c-.08-.156-.145-.38-.18-.819C5 20.639 5 20.057 5 19.2v-5.856c0-.917.009-1.184.074-1.418a2 2 0 0 1 .317-.65c.144-.194.35-.365 1.072-.929l5.2-4.056c1.129-.88 1.472-1.124 1.813-1.217Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
21
|
+
var _default = Icon28HomeArrowDownOutline;
|
|
@@ -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
|
+
Icon36GiftCirceFilled: function() {
|
|
13
|
+
return Icon36GiftCirceFilled;
|
|
14
|
+
},
|
|
15
|
+
default: function() {
|
|
16
|
+
return _default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
20
|
+
var Icon36GiftCirceFilled = (0, _iconssprite.makeIcon)("Icon36GiftCirceFilled", "gift_circe_filled_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36" id="gift_circe_filled_36"><circle cx="18" cy="18" r="18" fill="url(#gift_circe_filled_36_a)" /><path fill="#fff" d="M16.436 7.693c.629.426 1.156 1.017 1.565 1.756.408-.74.935-1.33 1.564-1.756 1.49-1.01 3.376-.902 4.51.232 1.135 1.135 1.242 3.02.233 4.51a4.581 4.581 0 0 1-.453.565H25c.799 0 1.51.178 2.102.504a3.51 3.51 0 0 1 1.393 1.394C28.822 15.49 29 16.2 29 17v.429c0 1.007-.14 1.547-.4 2.036a2.726 2.726 0 0 1-1.135 1.134 2.99 2.99 0 0 1-.463.201L27 23.872c0 1.783-.186 2.43-.534 3.081a3.635 3.635 0 0 1-1.512 1.512c-.652.349-1.299.535-3.082.535h-7.744c-1.783 0-2.43-.186-3.082-.535a3.635 3.635 0 0 1-1.512-1.512C9.186 26.301 9 25.655 9 23.872V20.8a2.979 2.979 0 0 1-.465-.201A2.725 2.725 0 0 1 7.4 19.465c-.24-.448-.377-.94-.398-1.794L7 17c0-.8.178-1.51.505-2.102.326-.593.8-1.067 1.393-1.394C9.491 13.178 10.201 13 11 13l1.146.001a4.59 4.59 0 0 1-.453-.565c-1.01-1.49-.902-3.375.233-4.51 1.134-1.134 3.02-1.242 4.51-.232ZM17 20.999h-6v2.873c0 1.323.078 1.727.298 2.138.162.303.388.53.691.692.412.22.815.297 2.139.297H17v-6Zm2 0v6h2.872c1.324 0 1.727-.077 2.139-.297.303-.163.529-.389.691-.692.22-.411.298-.815.298-2.138V21l-6-.001Zm-2-6h-6c-.458 0-.84.093-1.137.257a1.508 1.508 0 0 0-.607.606C9.092 16.16 9 16.542 9 17l.002.609c.009.506.06.722.162.913a.73.73 0 0 0 .314.313c.21.113.45.163 1.075.165L17 18.998v-4Zm8 0h-6v4h6.446l.163-.001c.506-.01.722-.06.913-.163a.728.728 0 0 0 .314-.313c.102-.191.153-.407.163-.913l.001-.61c0-.458-.093-.839-.256-1.137a1.508 1.508 0 0 0-.607-.606c-.298-.164-.679-.257-1.137-.257Zm-6-2c3.65-.35 4.695-2.704 3.7-3.7-.995-.995-3.35.05-3.7 3.7Zm-5.699-3.7c-.995.996.05 3.35 3.7 3.7-.35-3.65-2.705-4.695-3.7-3.7Z" /><defs><linearGradient id="gift_circe_filled_36_a" x1="-18" x2="18" y1="18" y2="54" gradientUnits="userSpaceOnUse"><stop stop-color="#928FFF" /><stop offset="1" stop-color="#4B47B2" /></linearGradient></defs></symbol>', 36, 36, false, undefined);
|
|
21
|
+
var _default = Icon36GiftCirceFilled;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon12PlayCircleFillGray = makeIcon("Icon12PlayCircleFillGray", "play_circle_fill_gray_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="play_circle_fill_gray_12"><circle cx="6" cy="6" r="6" fill="#A3ADB8" /><path fill="#fff" d="M4.75 3.293 9.082 5.72a.318.318 0 0 1 0 .56L4.75 8.707a.339.339 0 0 1-.454-.119.316.316 0 0 1-.045-.161V3.573c0-.178.15-.323.333-.323a.34.34 0 0 1 .166.043Z" /></symbol>', 12, 12, false, undefined);
|
|
3
|
+
export default Icon12PlayCircleFillGray;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export var Icon16KeyOutline = makeIcon("Icon16KeyOutline", "key_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
2
|
+
export var Icon16KeyOutline = makeIcon("Icon16KeyOutline", "key_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="key_outline_16"><path d="M6 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M11.888 1h-.005c-.029 0-.153-.003-.276.028a.95.95 0 0 0-.494.304l-.003.003-3.964 4.198a4.55 4.55 0 1 0 3.309 3.273L11.57 7.69l.001-.002c.007-.007.029-.028.049-.05a.847.847 0 0 0 .21-.696V6.94l-.048-.41.291.035h.006c.025.003.083.01.138.012a.85.85 0 0 0 .878-.85c0-.055-.006-.112-.008-.137v-.006l-.029-.334.36.058h.002a.848.848 0 0 0 .731-.203c.024-.02.046-.042.054-.05l.001-.002.536-.535.04-.042a.831.831 0 0 0 .216-.522L15 3.898V1.875c0-.016 0-.064-.004-.11a.831.831 0 0 0-.45-.675.83.83 0 0 0-.31-.086C14.189 1 14.14 1 14.126 1h-2.238ZM8.062 6.747 12.073 2.5H13.5v1.14l-.14.14-.808-.131-.006-.001c-.026-.004-.084-.014-.14-.018a.85.85 0 0 0-.913.847c0 .056.005.115.007.141v.007l.032.365-.316-.037-.007-.001a1.613 1.613 0 0 0-.14-.012.85.85 0 0 0-.877.877c.002.056.01.114.012.14l.001.006.103.869-1.09 1.089-.004.004a1.15 1.15 0 0 0-.232.304.94.94 0 0 0-.065.662c.012.044.027.092.037.123l.002.007A3.05 3.05 0 1 1 6.95 7.034l.008.003c.032.01.08.025.126.036a.94.94 0 0 0 .671-.077c.157-.082.277-.215.303-.244l.004-.005Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
3
3
|
export default Icon16KeyOutline;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export var Icon16MinusCircleOutline = makeIcon("Icon16MinusCircleOutline", "minus_circle_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
2
|
+
export var Icon16MinusCircleOutline = makeIcon("Icon16MinusCircleOutline", "minus_circle_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="minus_circle_outline_16"><path d="M5.75 7.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z" /><path fill-rule="evenodd" d="M8 15.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15ZM14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
3
3
|
export default Icon16MinusCircleOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon16VideocamOutline = makeIcon("Icon16VideocamOutline", "videocam_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="videocam_outline_16"><path fill-rule="evenodd" d="M6.982 2H5.518c-.813 0-1.469 0-2 .043-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.639c-.226.444-.32.924-.365 1.47C0 6.05 0 6.706 0 7.519v.964c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h1.464c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.638c.112-.222.192-.453.25-.697l.514.386c.1.075.244.184.38.267a1.83 1.83 0 0 0 1.001.29 1.8 1.8 0 0 0 1.38-.69 1.83 1.83 0 0 0 .369-.975c.014-.159.014-.339.014-.464V5.93c0-.125 0-.305-.014-.464a1.83 1.83 0 0 0-.369-.976 1.8 1.8 0 0 0-1.38-.69 1.83 1.83 0 0 0-1.001.29 5.3 5.3 0 0 0-.38.268l-.514.386a3.068 3.068 0 0 0-.25-.696 3.75 3.75 0 0 0-1.64-1.64c-.444-.226-.924-.32-1.47-.365C8.45 2 7.794 2 6.981 2ZM12.5 7.462V9.5l1.232.924c.247.185.37.278.474.276a.3.3 0 0 0 .23-.115c.064-.082.064-.236.064-.545V5.96c0-.309 0-.463-.064-.545a.3.3 0 0 0-.23-.115c-.103-.002-.227.09-.474.276L12.5 6.5v.962ZM11 7.55c0-.852 0-1.447-.038-1.91-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.984-.984c-.197-.1-.458-.17-.912-.207C8.397 3.501 7.802 3.5 6.95 3.5h-1.4c-.852 0-1.447 0-1.91.038-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912-.037.462-.038 1.057-.038 1.909v.9c0 .852 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h1.4c.852 0 1.447 0 1.91-.038.453-.037.714-.107.911-.207a2.25 2.25 0 0 0 .984-.984c.1-.197.17-.458.207-.912.037-.462.038-1.057.038-1.909v-.9Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
3
|
+
export default Icon16VideocamOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20Arrows2LeftRightInward = makeIcon("Icon20Arrows2LeftRightInward", "arrows_2_left_right_inward_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_inward_20"><path d="M4.47 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.75a.75.75 0 0 1 0 1.061l-2.752 2.75a.75.75 0 1 1-1.06-1.062l1.471-1.469H1.75a.75.75 0 0 1 0-1.5h4.19L4.47 7.78Zm11.06 0a.75.75 0 0 0-1.06-1.06l-2.752 2.75a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 0 0 1.06-1.062l-1.471-1.469h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20Arrows2LeftRightInward;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20Arrows2LeftRightOutward = makeIcon("Icon20Arrows2LeftRightOutward", "arrows_2_left_right_outward_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_outward_20"><path d="M14.972 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.751a.75.75 0 0 1 0 1.061l-2.752 2.749a.75.75 0 1 1-1.06-1.062l1.471-1.469h-4.191a.75.75 0 0 1 0-1.5h4.19l-1.47-1.47Zm-9.944 0a.75.75 0 0 0-1.06-1.06L1.216 9.47a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 1 0 1.06-1.062L3.557 10.75h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20Arrows2LeftRightOutward;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export var Icon20KeyOutline = makeIcon("Icon20KeyOutline", "key_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
2
|
+
export var Icon20KeyOutline = makeIcon("Icon20KeyOutline", "key_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="key_outline_20"><path d="M7.5 13.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M14.92 1.5h-.01c-.04 0-.166-.002-.292.029a.999.999 0 0 0-.295.125c-.11.069-.196.16-.224.19l-.006.007L8.936 7.19A5.506 5.506 0 0 0 2 12.5a5.5 5.5 0 1 0 10.797-1.486L14.2 9.611l.007-.007a1.2 1.2 0 0 0 .207-.26 1 1 0 0 0 .118-.339c.023-.145.004-.286-.002-.332l-.002-.01-.077-.652.373.044c.069.008.162.02.245.022a.99.99 0 0 0 .442-.08 1 1 0 0 0 .5-.483c.084-.177.093-.343.094-.439 0-.084-.008-.177-.014-.246l-.037-.427.586.094.01.002a1 1 0 0 0 .978-.316l.008-.008.597-.597.002-.001.042-.044a.844.844 0 0 0 .222-.535l.001-.061V2.405c0-.02 0-.072-.004-.122a.852.852 0 0 0-.46-.69.85.85 0 0 0-.32-.09c-.049-.003-.1-.003-.121-.003H14.92ZM9.873 8.378 15.068 3H17v1.69l-.298.297-.867-.14a2.975 2.975 0 0 0-.252-.033 1.009 1.009 0 0 0-.457.065 1 1 0 0 0-.52.483c-.09.182-.1.353-.1.45 0 .087.008.183.014.255l.038.446-.387-.045a2.917 2.917 0 0 0-.251-.023 1.004 1.004 0 0 0-.451.084 1 1 0 0 0-.5.5 1.008 1.008 0 0 0-.083.45c.002.086.014.18.022.252l.111.94-1.426 1.425-.01.01a1.24 1.24 0 0 0-.25.326.988.988 0 0 0-.068.697c.013.05.03.104.043.144l.003.01a4 4 0 1 1-2.628-2.605l.01.002c.04.013.094.03.145.043a.988.988 0 0 0 .701-.077c.161-.082.286-.216.325-.258l.01-.01Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
3
|
export default Icon20KeyOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20MinusSquareOutline = makeIcon("Icon20MinusSquareOutline", "minus_square_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="minus_square_outline_20"><path fill-rule="evenodd" d="M8.4 3.5h3.2c1.145 0 1.913.001 2.505.05.574.046.849.13 1.03.222a2.5 2.5 0 0 1 1.092 1.093c.093.181.177.456.224 1.03.048.592.049 1.36.049 2.505v3.2c0 1.145-.001 1.913-.05 2.505-.046.574-.13.849-.223 1.03a2.5 2.5 0 0 1-1.092 1.092c-.181.093-.456.177-1.03.224-.592.048-1.36.049-2.505.049H8.4c-1.145 0-1.913-.001-2.505-.05-.574-.046-.849-.13-1.03-.223a2.5 2.5 0 0 1-1.093-1.092c-.092-.181-.176-.456-.222-1.03-.049-.592-.05-1.36-.05-2.505V8.4c0-1.145.001-1.913.05-2.505.046-.574.13-.849.222-1.03a2.5 2.5 0 0 1 1.093-1.093c.181-.092.456-.176 1.03-.222.592-.049 1.36-.05 2.505-.05ZM2 8.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C5.04 2 6.16 2 8.4 2h3.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 5.04 18 6.16 18 8.4v3.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C14.96 18 13.84 18 11.6 18H8.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C2 14.96 2 13.84 2 11.6V8.4Zm4.75.85a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20MinusSquareOutline;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
-
export var Icon20PlaneOutline = makeIcon("Icon20PlaneOutline", "plane_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
2
|
+
export var Icon20PlaneOutline = makeIcon("Icon20PlaneOutline", "plane_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="plane_outline_20"><path fill-rule="evenodd" d="M16.453 4.108a.8.8 0 0 0-.561-.561 1.318 1.318 0 0 0-1.23.292l-2.325 2.096a1.725 1.725 0 0 1-1.697.356L6.113 4.792a1.25 1.25 0 0 0-1.277.303l-.261.261a.25.25 0 0 0 .066.401L8.325 7.57c.77.378.938 1.4.333 2.006L6.823 11.41a1.75 1.75 0 0 1-1.363.508l-2.687-.194c-.099-.007-.147.02-.174.042a.274.274 0 0 0-.088.152.273.273 0 0 0 .013.174c.015.032.047.078.138.114l2.972 1.182c.447.177.802.531.98.978L7.8 17.342c.036.091.081.123.114.138a.27.27 0 0 0 .174.013.273.273 0 0 0 .151-.088c.023-.028.05-.076.042-.174l-.197-2.689a1.75 1.75 0 0 1 .507-1.366l1.834-1.834a1.25 1.25 0 0 1 2.006.333l1.812 3.684a.25.25 0 0 0 .4.066l.262-.26a1.25 1.25 0 0 0 .303-1.278l-1.5-4.527a1.725 1.725 0 0 1 .357-1.697l2.096-2.326c.3-.333.41-.796.292-1.229ZM16.286 2.1a2.3 2.3 0 0 1 1.615 1.615 2.818 2.818 0 0 1-.626 2.628L15.18 8.667a.225.225 0 0 0-.046.221l1.499 4.528a2.75 2.75 0 0 1-.666 2.809l-.261.261a1.75 1.75 0 0 1-2.808-.465l-1.658-3.37-1.587 1.586a.25.25 0 0 0-.072.195l.197 2.689c.147 1.996-2.63 2.635-3.37.776L5.22 14.92a.25.25 0 0 0-.14-.14L2.108 13.6c-1.859-.74-1.223-3.516.773-3.372l2.687.194a.25.25 0 0 0 .194-.072L7.35 8.76 3.98 7.103a1.75 1.75 0 0 1-.466-2.807l.261-.262a2.75 2.75 0 0 1 2.81-.666l4.527 1.5a.225.225 0 0 0 .221-.047l2.325-2.096a2.818 2.818 0 0 1 2.628-.626Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
3
|
export default Icon20PlaneOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20ReceiptOutline = makeIcon("Icon20ReceiptOutline", "receipt_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="receipt_outline_20"><path d="M7.75 8.25a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z" /><path fill-rule="evenodd" d="M3.421 2.076a.75.75 0 0 1 .791.083l1.455 1.139L7.12 2.159a.75.75 0 0 1 .925 0L9.5 3.298l1.454-1.139a.75.75 0 0 1 .925 0l1.454 1.139 1.455-1.139A.75.75 0 0 1 16 2.75V13h.542c.19 0 .354 0 .502.02a2.25 2.25 0 0 1 1.937 1.936c.02.148.02.312.019.502v.084c0 .19 0 .354-.02.502a2.25 2.25 0 0 1-1.936 1.937c-.148.02-.312.02-.502.019H6.25v-.017a8.601 8.601 0 0 1-.794-.063c-.628-.084-1.195-.27-1.65-.726-.456-.455-.642-1.022-.726-1.65C3 14.95 3 14.2 3 13.302V2.75a.75.75 0 0 1 .421-.674ZM14.5 4.289V13h-3.542c-.19 0-.354 0-.502.02a2.25 2.25 0 0 0-1.937 1.936c-.02.148-.02.312-.019.502v.042c0 .256-.002.311-.006.348a.75.75 0 0 1-.646.646 2.747 2.747 0 0 1-.285.006c-.862 0-1.456-.006-1.908-.067-.461-.062-.659-.169-.789-.3-.13-.13-.237-.327-.3-.788-.064-.483-.066-1.131-.066-2.095V4.29l.704.55a.75.75 0 0 0 .925 0l1.454-1.138 1.455 1.139a.75.75 0 0 0 .924 0l1.455-1.139 1.454 1.139a.75.75 0 0 0 .925 0l.704-.552Zm2 12.211H9.872c.051-.146.088-.298.109-.456.02-.148.02-.312.019-.502V15.5c0-.256.002-.311.006-.348a.75.75 0 0 1 .646-.646A4.04 4.04 0 0 1 11 14.5h5.5c.256 0 .311.002.348.006a.75.75 0 0 1 .646.646c.004.037.006.092.006.348s-.002.311-.006.348a.75.75 0 0 1-.646.646 3.547 3.547 0 0 1-.348.006Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20ReceiptOutline;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export var Icon20ServicesFilled = makeIcon("Icon20ServicesFilled", "services_filled_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="services_filled_20"><path fill-rule="evenodd" d="M11.747 7.718c-.28-.28-.52-.52-.703-.735-.192-.226-.363-.472-.46-.775a2.247 2.247 0 0 1 0-1.39c.097-.302.268-.548.46-.774.182-.215.444-.476.723-.756l.247-.247.248-.247c.279-.28.54-.54.755-.723.226-.192.472-.363.775-.461a2.248 2.248 0 0 1 1.39 0c.302.098.548.269.774.461.215.182.456.423.735.702l.268.268.267.268c.28.28.52.52.703.735.192.226.363.472.461.775.147.451.147.938 0 1.389-.098.303-.269.549-.461.775-.182.215-.444.476-.723.755l-.247.248-.247.247c-.28.28-.541.54-.756.723-.226.192-.472.363-.775.46a2.248 2.248 0 0 1-1.389 0c-.303-.097-.549-.268-.775-.46a12.884 12.884 0 0 1-.735-.703l-.268-.267-.267-.268Zm-.757 6.407c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.216-.423.56-.767.982-.982.284-.145.579-.198.875-.223.28-.022.65-.022 1.045-.022h.7c.394 0 .764 0 1.044.022.296.025.591.078.875.223.422.215.766.559.982.982.144.283.198.578.222.874.023.28.023.621.023 1.016v.757c0 .395 0 .736-.023 1.017-.024.296-.078.59-.222.874-.216.423-.56.767-.982.982-.284.145-.579.198-.875.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.044-.023a2.3 2.3 0 0 1-.875-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874c-.023-.281-.023-.622-.023-1.017v-.757ZM2 5.135v.757c0 .395 0 .736.023 1.016.024.296.078.591.222.874.215.423.56.767.982.983.284.144.578.198.874.222.281.023.65.023 1.046.023h.699c.395 0 .764 0 1.045-.023.296-.024.59-.078.874-.222.423-.216.767-.56.982-.983.145-.283.198-.578.223-.874.022-.28.022-.621.022-1.016v-.757c0-.395 0-.736-.022-1.016-.025-.297-.078-.591-.223-.875a2.248 2.248 0 0 0-.982-.982 2.29 2.29 0 0 0-.874-.222c-.28-.023-.65-.023-1.045-.023h-.7c-.394 0-.764 0-1.045.023-.296.024-.59.078-.874.222-.423.216-.767.56-.982.982a2.295 2.295 0 0 0-.222.875C2 4.399 2 4.74 2 5.135Zm0 8.99c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.215-.423.56-.767.982-.982.284-.145.578-.198.874-.223.281-.022.65-.022 1.046-.022h.699c.395 0 .764 0 1.045.022.296.025.59.078.874.223.423.215.767.559.982.982.145.283.198.578.223.874.022.28.022.621.022 1.016v.757c0 .395 0 .736-.022 1.017-.025.296-.078.59-.223.874a2.24 2.24 0 0 1-.982.982c-.283.145-.578.198-.874.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.045-.023a2.295 2.295 0 0 1-.874-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874C2 15.617 2 15.277 2 14.882v-.757Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
3
|
+
export default Icon20ServicesFilled;
|