@vkontakte/icons 2.35.0 → 2.36.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/equalizer.js +12 -0
- package/dist/16/music.js +1 -1
- package/dist/24/download_outline.js +1 -1
- package/dist/24/refresh.js +12 -0
- package/dist/28/arrow_pop_down_outline.js +12 -0
- package/dist/28/arrow_pop_up_outline.js +12 -0
- package/dist/28/clock_rectangle_stack_outline.js +12 -0
- package/dist/28/document_arrow_up_outline.js +12 -0
- package/dist/28/film_strip_circle_fill_red.js +12 -0
- package/dist/28/fortune_cookie_outline.js +12 -0
- package/dist/28/gift.js +12 -0
- package/dist/28/globe_circle_fill_blue.js +12 -0
- package/dist/28/list_letter_outline.js +12 -0
- package/dist/28/list_number_outline.js +12 -0
- package/dist/28/lock_open_outline.js +1 -1
- package/dist/28/magic_hat_outline.js +12 -0
- package/dist/28/mail_stack_outline.js +12 -0
- package/dist/28/message_question_circle_fill_violet.js +12 -0
- package/dist/28/minus_outline.js +12 -0
- package/dist/28/pencil_square.js +12 -0
- package/dist/28/phone_circle_fill_blue.js +12 -0
- package/dist/28/picture_stack.js +12 -0
- package/dist/28/place.js +1 -1
- package/dist/28/play.js +1 -1
- package/dist/28/play_circle_fill_azure.js +1 -1
- package/dist/28/screen_grid_horizon_2_line_outline.js +12 -0
- package/dist/28/screen_grid_horizon_line_outline.js +12 -0
- package/dist/28/screen_grid_tile_outline.js +12 -0
- package/dist/28/screen_grid_vertical_line_outline.js +12 -0
- package/dist/28/search.js +1 -1
- package/dist/28/services_circle_fill_yellow.js +12 -0
- package/dist/28/text_bold_outline.js +12 -0
- package/dist/28/text_italic_outline.js +12 -0
- package/dist/28/text_left_outline.js +12 -0
- package/dist/28/text_strikethrough_outline.js +12 -0
- package/dist/28/text_underline_outline.js +12 -0
- package/dist/28/thumbs_up_circle_fill_green.js +12 -0
- package/dist/28/waves_4_right_outline.js +12 -0
- package/dist/40/cross_circle.js +12 -0
- package/dist/40/document_circle.js +12 -0
- package/dist/40/download_circle.js +12 -0
- package/dist/es6/12/equalizer.js +2 -0
- package/dist/es6/16/music.js +1 -1
- package/dist/es6/24/download_outline.js +1 -1
- package/dist/es6/24/refresh.js +2 -0
- package/dist/es6/28/arrow_pop_down_outline.js +2 -0
- package/dist/es6/28/arrow_pop_up_outline.js +2 -0
- package/dist/es6/28/clock_rectangle_stack_outline.js +2 -0
- package/dist/es6/28/document_arrow_up_outline.js +2 -0
- package/dist/es6/28/film_strip_circle_fill_red.js +2 -0
- package/dist/es6/28/fortune_cookie_outline.js +2 -0
- package/dist/es6/28/gift.js +2 -0
- package/dist/es6/28/globe_circle_fill_blue.js +2 -0
- package/dist/es6/28/list_letter_outline.js +2 -0
- package/dist/es6/28/list_number_outline.js +2 -0
- package/dist/es6/28/lock_open_outline.js +1 -1
- package/dist/es6/28/magic_hat_outline.js +2 -0
- package/dist/es6/28/mail_stack_outline.js +2 -0
- package/dist/es6/28/message_question_circle_fill_violet.js +2 -0
- package/dist/es6/28/minus_outline.js +2 -0
- package/dist/es6/28/pencil_square.js +2 -0
- package/dist/es6/28/phone_circle_fill_blue.js +2 -0
- package/dist/es6/28/picture_stack.js +2 -0
- package/dist/es6/28/place.js +1 -1
- package/dist/es6/28/play.js +1 -1
- package/dist/es6/28/play_circle_fill_azure.js +1 -1
- package/dist/es6/28/screen_grid_horizon_2_line_outline.js +2 -0
- package/dist/es6/28/screen_grid_horizon_line_outline.js +2 -0
- package/dist/es6/28/screen_grid_tile_outline.js +2 -0
- package/dist/es6/28/screen_grid_vertical_line_outline.js +2 -0
- package/dist/es6/28/search.js +1 -1
- package/dist/es6/28/services_circle_fill_yellow.js +2 -0
- package/dist/es6/28/text_bold_outline.js +2 -0
- package/dist/es6/28/text_italic_outline.js +2 -0
- package/dist/es6/28/text_left_outline.js +2 -0
- package/dist/es6/28/text_strikethrough_outline.js +2 -0
- package/dist/es6/28/text_underline_outline.js +2 -0
- package/dist/es6/28/thumbs_up_circle_fill_green.js +2 -0
- package/dist/es6/28/waves_4_right_outline.js +2 -0
- package/dist/es6/40/cross_circle.js +2 -0
- package/dist/es6/40/document_circle.js +2 -0
- package/dist/es6/40/download_circle.js +2 -0
- package/dist/es6/index.js +34 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +140 -4
- package/dist/typings/12/equalizer.d.ts +12 -0
- package/dist/typings/24/refresh.d.ts +12 -0
- package/dist/typings/28/arrow_pop_down_outline.d.ts +12 -0
- package/dist/typings/28/arrow_pop_up_outline.d.ts +12 -0
- package/dist/typings/28/clock_rectangle_stack_outline.d.ts +12 -0
- package/dist/typings/28/document_arrow_up_outline.d.ts +12 -0
- package/dist/typings/28/film_strip_circle_fill_red.d.ts +12 -0
- package/dist/typings/28/fortune_cookie_outline.d.ts +12 -0
- package/dist/typings/28/gift.d.ts +12 -0
- package/dist/typings/28/globe_circle_fill_blue.d.ts +12 -0
- package/dist/typings/28/list_letter_outline.d.ts +12 -0
- package/dist/typings/28/list_number_outline.d.ts +12 -0
- package/dist/typings/28/magic_hat_outline.d.ts +12 -0
- package/dist/typings/28/mail_stack_outline.d.ts +12 -0
- package/dist/typings/28/message_question_circle_fill_violet.d.ts +12 -0
- package/dist/typings/28/minus_outline.d.ts +12 -0
- package/dist/typings/28/pencil_square.d.ts +12 -0
- package/dist/typings/28/phone_circle_fill_blue.d.ts +12 -0
- package/dist/typings/28/picture_stack.d.ts +12 -0
- package/dist/typings/28/screen_grid_horizon_2_line_outline.d.ts +12 -0
- package/dist/typings/28/screen_grid_horizon_line_outline.d.ts +12 -0
- package/dist/typings/28/screen_grid_tile_outline.d.ts +12 -0
- package/dist/typings/28/screen_grid_vertical_line_outline.d.ts +12 -0
- package/dist/typings/28/services_circle_fill_yellow.d.ts +12 -0
- package/dist/typings/28/text_bold_outline.d.ts +12 -0
- package/dist/typings/28/text_italic_outline.d.ts +12 -0
- package/dist/typings/28/text_left_outline.d.ts +12 -0
- package/dist/typings/28/text_strikethrough_outline.d.ts +12 -0
- package/dist/typings/28/text_underline_outline.d.ts +12 -0
- package/dist/typings/28/thumbs_up_circle_fill_green.d.ts +12 -0
- package/dist/typings/28/waves_4_right_outline.d.ts +12 -0
- package/dist/typings/40/cross_circle.d.ts +12 -0
- package/dist/typings/40/document_circle.d.ts +12 -0
- package/dist/typings/40/download_circle.d.ts +12 -0
- package/dist/typings/index.d.ts +34 -0
- package/package.json +1 -1
- package/src/svg/12/equalizer_12.svg +1 -0
- package/src/svg/16/music_16.svg +1 -1
- package/src/svg/24/download_outline_24.svg +1 -1
- package/src/svg/24/refresh_24.svg +1 -0
- package/src/svg/28/arrow_pop_down_outline_28.svg +1 -0
- package/src/svg/28/arrow_pop_up_outline_28.svg +1 -0
- package/src/svg/28/clock_rectangle_stack_outline_28.svg +1 -0
- package/src/svg/28/document_arrow_up_outline_28.svg +1 -0
- package/src/svg/28/film_strip_circle_fill_red_28.svg +1 -0
- package/src/svg/28/fortune_cookie_outline_28.svg +1 -0
- package/src/svg/28/gift_28.svg +1 -0
- package/src/svg/28/globe_circle_fill_blue_28.svg +1 -0
- package/src/svg/28/list_letter_outline_28.svg +1 -0
- package/src/svg/28/list_number_outline_28.svg +1 -0
- package/src/svg/28/lock_open_outline_28.svg +1 -1
- package/src/svg/28/magic_hat_outline_28.svg +1 -0
- package/src/svg/28/mail_stack_outline_28.svg +1 -0
- package/src/svg/28/message_question_circle_fill_violet_28.svg +1 -0
- package/src/svg/28/minus_outline_28.svg +1 -0
- package/src/svg/28/pencil_square_28.svg +1 -0
- package/src/svg/28/phone_circle_fill_blue_28.svg +1 -0
- package/src/svg/28/picture_stack_28.svg +1 -0
- package/src/svg/28/place_28.svg +1 -13
- package/src/svg/28/play_28.svg +1 -13
- package/src/svg/28/play_circle_fill_azure_28.svg +1 -1
- package/src/svg/28/screen_grid_horizon_2_line_outline_28.svg +1 -0
- package/src/svg/28/screen_grid_horizon_line_outline_28.svg +1 -0
- package/src/svg/28/screen_grid_tile_outline_28.svg +1 -0
- package/src/svg/28/screen_grid_vertical_line_outline_28.svg +1 -0
- package/src/svg/28/search_28.svg +1 -13
- package/src/svg/28/services_circle_fill_yellow_28.svg +1 -0
- package/src/svg/28/text_bold_outline_28.svg +1 -0
- package/src/svg/28/text_italic_outline_28.svg +1 -0
- package/src/svg/28/text_left_outline_28.svg +1 -0
- package/src/svg/28/text_strikethrough_outline_28.svg +1 -0
- package/src/svg/28/text_underline_outline_28.svg +1 -0
- package/src/svg/28/thumbs_up_circle_fill_green_28.svg +1 -0
- package/src/svg/28/waves_4_right_outline_28.svg +1 -0
- package/src/svg/40/cross_circle_40.svg +1 -0
- package/src/svg/40/document_circle_40.svg +1 -0
- package/src/svg/40/download_circle_40.svg +1 -0
- package/ts/12/equalizer.ts +24 -0
- package/ts/16/music.ts +1 -1
- package/ts/24/download_outline.ts +1 -1
- package/ts/24/refresh.ts +24 -0
- package/ts/28/arrow_pop_down_outline.ts +24 -0
- package/ts/28/arrow_pop_up_outline.ts +24 -0
- package/ts/28/clock_rectangle_stack_outline.ts +24 -0
- package/ts/28/document_arrow_up_outline.ts +24 -0
- package/ts/28/film_strip_circle_fill_red.ts +24 -0
- package/ts/28/fortune_cookie_outline.ts +24 -0
- package/ts/28/gift.ts +24 -0
- package/ts/28/globe_circle_fill_blue.ts +24 -0
- package/ts/28/list_letter_outline.ts +24 -0
- package/ts/28/list_number_outline.ts +24 -0
- package/ts/28/lock_open_outline.ts +1 -1
- package/ts/28/magic_hat_outline.ts +24 -0
- package/ts/28/mail_stack_outline.ts +24 -0
- package/ts/28/message_question_circle_fill_violet.ts +24 -0
- package/ts/28/minus_outline.ts +24 -0
- package/ts/28/pencil_square.ts +24 -0
- package/ts/28/phone_circle_fill_blue.ts +24 -0
- package/ts/28/picture_stack.ts +24 -0
- package/ts/28/place.ts +1 -1
- package/ts/28/play.ts +1 -1
- package/ts/28/play_circle_fill_azure.ts +1 -1
- package/ts/28/screen_grid_horizon_2_line_outline.ts +24 -0
- package/ts/28/screen_grid_horizon_line_outline.ts +24 -0
- package/ts/28/screen_grid_tile_outline.ts +24 -0
- package/ts/28/screen_grid_vertical_line_outline.ts +24 -0
- package/ts/28/search.ts +1 -1
- package/ts/28/services_circle_fill_yellow.ts +24 -0
- package/ts/28/text_bold_outline.ts +24 -0
- package/ts/28/text_italic_outline.ts +24 -0
- package/ts/28/text_left_outline.ts +24 -0
- package/ts/28/text_strikethrough_outline.ts +24 -0
- package/ts/28/text_underline_outline.ts +24 -0
- package/ts/28/thumbs_up_circle_fill_green.ts +24 -0
- package/ts/28/waves_4_right_outline.ts +24 -0
- package/ts/40/cross_circle.ts +24 -0
- package/ts/40/document_circle.ts +24 -0
- package/ts/40/download_circle.ts +24 -0
- package/ts/index.ts +34 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon12Equalizer", "equalizer_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="equalizer_12"><path d="M5 2.75a.75.75 0 0 1 1.5 0v6.5a.75.75 0 0 1-1.5 0v-6.5Zm-2.5 2a.75.75 0 0 1 1.5 0v4.5a.75.75 0 0 1-1.5 0v-4.5ZM8.25 6.5a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 0-.75-.75Z" /></symbol>', 12, 12, false, undefined);
|
package/dist/16/music.js
CHANGED
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon16Music", "music_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="music_16"><path d="
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon16Music", "music_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="music_16"><path fill-rule="evenodd" d="M4.079 3.36c-.077.181-.079.4-.079.823a.76.76 0 0 0-.003.067v6.988c0 .118-.08.22-.195.247-.962.203-.977.207-1.05.23-.028.01-.065.021-.17.048a.91.91 0 0 0-.164.059c-.678.323-1.12.795-1.12 1.464 0 1.424 1.284 1.803 1.997 1.702 1.331-.188 2.152-.72 2.2-2.987L5.496 12l.001-.001V6.62H5.5v-.945c0-.134 0-.2.023-.256a.3.3 0 0 1 .097-.124c.049-.037.114-.053.244-.085l5.238-1.31c.136-.034.204-.051.257-.035a.2.2 0 0 1 .112.088c.029.047.029.117.029.257v4.923c0 .118-.08.22-.195.247-.963.203-.977.207-1.05.23a2.16 2.16 0 0 1-.17.048.916.916 0 0 0-.164.059c-.678.322-1.121.794-1.121 1.463 0 1.422 1.284 1.8 1.998 1.7 1.31-.185 2.125-.703 2.197-2.878l.002-.002.003-.003V2.244c0-.468-.006-.712-.11-.882a.76.76 0 0 0-.422-.333c-.201-.064-.457-.002-.97.122L5.224 2.667c-.437.105-.656.158-.819.279a1 1 0 0 0-.326.414Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon24DownloadOutline", "download_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="download_outline_24"><path fill-rule="evenodd" d="M12 2a.9.9 0 0 1 .9.
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon24DownloadOutline", "download_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="download_outline_24"><path fill-rule="evenodd" d="M12.002 2a.9.9 0 0 1 .9.9v11.002l4.562-4.631a.9.9 0 1 1 1.283 1.263l-6.104 6.195a.9.9 0 0 1-1.284-.001l-6.09-6.206a.9.9 0 1 1 1.286-1.26l4.547 4.633V2.9a.9.9 0 0 1 .9-.9Zm-8 18.1a.9.9 0 0 1 .9-.9h14.2a.9.9 0 1 1 0 1.8h-14.2a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon24Refresh", "refresh_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="refresh_24"><path d="M12 9.096a.4.4 0 0 0 .67.296l4.287-3.899a.667.667 0 0 0 0-.987L12.67.609a.4.4 0 0 0-.67.295V4a8 8 0 1 0 8 8 1 1 0 1 0-2 0 6 6 0 1 1-6-6v3.096Z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ArrowPopDownOutline", "arrow_pop_down_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="arrow_pop_down_outline_28"><path d="M19.207 10.21a1.001 1.001 0 1 0-1.416-1.417l-3.788 3.788v-2.247a1.001 1.001 0 1 0-2.003 0v4.674c.002.252.1.504.291.697l.002.002.002.002a.997.997 0 0 0 .697.291h4.674a1.001 1.001 0 1 0 0-2.003H15.42l3.788-3.787ZM21 21a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H10a3 3 0 0 0-3 3v11a3 3 0 0 0 3 3h11Zm0-2H10a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1Zm-4 6a3.001 3.001 0 0 0 2.83-2h-9.702c-1.783 0-2.43-.186-3.082-.534a3.635 3.635 0 0 1-1.512-1.512C5.186 20.302 5 19.655 5 17.872V9.171A3.001 3.001 0 0 0 3 12v7a6 6 0 0 0 6 6h8Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ArrowPopUpOutline", "arrow_pop_up_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="arrow_pop_up_outline_28"><path d="M12.293 14.29a1.001 1.001 0 1 0 1.417 1.417l3.787-3.788v2.247a1.001 1.001 0 1 0 2.003 0V9.492a.999.999 0 0 0-.291-.697l-.002-.002-.002-.002a.998.998 0 0 0-.697-.291h-4.674a1.001 1.001 0 1 0 0 2.003h2.247l-3.788 3.787ZM21 21a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H10a3 3 0 0 0-3 3v11a3 3 0 0 0 3 3h11Zm0-2H10a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1Zm-4 6a3.001 3.001 0 0 0 2.83-2h-9.702c-1.783 0-2.43-.186-3.082-.534a3.635 3.635 0 0 1-1.512-1.512C5.186 20.302 5 19.655 5 17.872V9.171A3.001 3.001 0 0 0 3 12v7a6 6 0 0 0 6 6h8Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ClockRectangleStackOutline", "clock_rectangle_stack_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="clock_rectangle_stack_outline_28"><path d="M14.5 12a1 1 0 1 0-2 0v4.5a1 1 0 0 0 .649.936l4 1.5a1 1 0 0 0 .702-1.872L14.5 15.807V12ZM25 11a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v9a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4v-9ZM7 9h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2Zm12.994-4.15A2 2 0 0 0 18 3h-8a2 2 0 0 0-2 2h12l-.006-.15Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28DocumentArrowUpOutline", "document_arrow_up_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="document_arrow_up_outline_28"><path fill-rule="evenodd" d="M7.07 2.801C8.164 2.216 9.243 2 11.691 2H14c.03 0 .06.001.09.004.501.01.792.044 1.115.118.405.093.772.245 1.124.466.356.222.63.456 1.192 1.02l4.872 4.87c.563.564.797.837 1.02 1.193.22.352.372.719.465 1.124.074.323.107.614.118 1.114A.91.91 0 0 1 24 12v.533a1 1 0 0 1-2 0V12h-5.5A2.5 2.5 0 0 1 14 9.5l.002-5.498-.176-.001L11.692 4c-2.335 0-3.019.212-3.68.565a3.466 3.466 0 0 0-1.447 1.448C6.212 6.673 6 7.357 6 9.692v8.616c0 2.335.212 3.019.565 3.68a3.466 3.466 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565h4.616c.24 0 .463-.002.67-.007a1 1 0 1 1 .043 2c-.224.005-.46.007-.713.007h-4.616c-2.448 0-3.527-.216-4.623-.801a5.465 5.465 0 0 1-2.268-2.269C4.216 21.835 4 20.756 4 18.308V9.692c0-2.448.216-3.527.801-4.623A5.466 5.466 0 0 1 7.07 2.801Zm9.037 2.22L16 4.915V9.5a.5.5 0 0 0 .41.492l.09.008 4.587.002a25.43 25.43 0 0 0-.108-.11l-4.872-4.87ZM20.997 27a1 1 0 0 1-1-1v-7.586l-2.29 2.29a1 1 0 1 1-1.414-1.414l3.997-3.997a1 1 0 0 1 1.415 0l4.002 4.002a1 1 0 0 1-1.414 1.414l-2.296-2.295V26a1 1 0 0 1-1 1Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28FilmStripCircleFillRed", "film_strip_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="film_strip_circle_fill_red_28"><rect width="28" height="28" fill="url(#film_strip_circle_fill_red_28_a)" rx="14" /><g clip-path="url(#film_strip_circle_fill_red_28_b)"><path fill="#fff" fill-rule="evenodd" d="M8 11c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C9.9 7 10.6 7 12 7h4c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C20 8.9 20 9.6 20 11v6c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C18.1 21 17.4 21 16 21h-4c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C8 19.1 8 18.4 8 17v-6Zm2-1.2c0-.28 0-.42.055-.527a.5.5 0 0 1 .218-.218C10.38 9 10.52 9 10.8 9h.4c.28 0 .42 0 .527.055a.5.5 0 0 1 .218.218C12 9.38 12 9.52 12 9.8v.4c0 .28 0 .42-.055.527a.5.5 0 0 1-.218.218C11.62 11 11.48 11 11.2 11h-.4c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.218-.218C10 10.62 10 10.48 10 10.2v-.4Zm.055 7.473C10 17.38 10 17.52 10 17.8v.4c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h.4c.28 0 .42 0 .527-.055a.5.5 0 0 0 .218-.218C12 18.62 12 18.48 12 18.2v-.4c0-.28 0-.42-.055-.527a.5.5 0 0 0-.218-.218C11.62 17 11.48 17 11.2 17h-.4c-.28 0-.42 0-.527.055a.5.5 0 0 0-.218.218ZM10 13.8c0-.28 0-.42.055-.527a.5.5 0 0 1 .218-.218C10.38 13 10.52 13 10.8 13h.4c.28 0 .42 0 .527.055a.5.5 0 0 1 .218.218c.055.107.055.247.055.527v.4c0 .28 0 .42-.055.527a.5.5 0 0 1-.218.218C11.62 15 11.48 15 11.2 15h-.4c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.218-.218C10 14.62 10 14.48 10 14.2v-.4Zm6.055-4.527C16 9.38 16 9.52 16 9.8v.4c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h.4c.28 0 .42 0 .527-.055a.5.5 0 0 0 .218-.218C18 10.62 18 10.48 18 10.2v-.4c0-.28 0-.42-.055-.527a.5.5 0 0 0-.218-.218C17.62 9 17.48 9 17.2 9h-.4c-.28 0-.42 0-.527.055a.5.5 0 0 0-.218.218ZM16 17.8c0-.28 0-.42.055-.527a.5.5 0 0 1 .218-.218C16.38 17 16.52 17 16.8 17h.4c.28 0 .42 0 .527.055a.5.5 0 0 1 .218.218c.055.107.055.247.055.527v.4c0 .28 0 .42-.055.527a.5.5 0 0 1-.218.218C17.62 19 17.48 19 17.2 19h-.4c-.28 0-.42 0-.527-.055a.5.5 0 0 1-.218-.218C16 18.62 16 18.48 16 18.2v-.4Zm.055-4.527C16 13.38 16 13.52 16 13.8v.4c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h.4c.28 0 .42 0 .527-.055a.5.5 0 0 0 .218-.218C18 14.62 18 14.48 18 14.2v-.4c0-.28 0-.42-.055-.527a.5.5 0 0 0-.218-.218C17.62 13 17.48 13 17.2 13h-.4c-.28 0-.42 0-.527.055a.5.5 0 0 0-.218.218Z" clip-rule="evenodd" /></g><defs><linearGradient id="film_strip_circle_fill_red_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient><clipPath id="film_strip_circle_fill_red_28_b"><path fill="#fff" d="M8 7h12v14H8z" /></clipPath></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28FortuneCookieOutline", "fortune_cookie_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="fortune_cookie_outline_28"><path fill-rule="evenodd" d="M6.248 3.981 6 4.95c.248-.969.249-.969.25-.968h.003l.009.003.025.007.083.023c.07.02.167.05.289.09.243.081.583.205.989.38.808.35 1.887.913 2.97 1.767 1.268.998 2.538 2.394 3.382 4.29.844-1.896 2.113-3.292 3.381-4.29a13.55 13.55 0 0 1 2.971-1.766 12.097 12.097 0 0 1 1.278-.47 4.8 4.8 0 0 1 .083-.024l.025-.007.009-.002.003-.001c.001 0 .002 0 .25.968l-.248-.969a1 1 0 0 1 .975.283A11.962 11.962 0 0 1 26 12.5c0 6.627-5.373 12-12 12s-12-5.373-12-12c0-3.188 1.245-6.088 3.273-8.236a1 1 0 0 1 .975-.283Zm15.44 2.123a11.551 11.551 0 0 0-3.069 1.72C16.806 9.25 15 11.617 15 15.5a1 1 0 1 1-2 0c0-3.882-1.806-6.25-3.619-7.677a11.551 11.551 0 0 0-3.068-1.72A9.956 9.956 0 0 0 4 12.5c0 5.523 4.477 10 10 10s10-4.477 10-10a9.956 9.956 0 0 0-2.313-6.396Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
package/dist/28/gift.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28Gift", "gift_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="gift_28"><path d="M5 17h8v8H9.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C5 22.72 5 21.88 5 20.2V17Zm10 0h8v3.2c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C20.72 25 19.88 25 18.2 25H15v-8ZM3.218 10.092C3 10.52 3 11.08 3 12.2v1.2c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C3.76 15 4.04 15 4.6 15H13V9H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874ZM15 9v6h8.4c.56 0 .84 0 1.054-.109a1 1 0 0 0 .437-.437C25 14.24 25 13.96 25 13.4v-1.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C23.48 9 22.92 9 21.8 9H15Zm-.656 0c6.217-.044 7.78-4.41 5.922-6.267-1.846-1.846-6.172-.313-6.265 5.809C13.906 2.42 9.58.887 7.734 2.733 5.842 4.625 7.497 9.116 14 8.998l.344.002Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28GlobeCircleFillBlue", "globe_circle_fill_blue_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="globe_circle_fill_blue_28"><rect width="28" height="28" fill="url(#globe_circle_fill_blue_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M11.536 11.498a19.127 19.127 0 0 0-.161 2.5c0 .848.054 1.691.161 2.499h4.928c.107-.808.161-1.651.161-2.5 0-.848-.054-1.692-.161-2.499h-4.928Z" clip-rule="evenodd" /><path fill="#fff" fill-rule="evenodd" d="M21.602 16.497a7.989 7.989 0 0 0 .398-2.5c0-.872-.14-1.713-.398-2.499h-3.626c.1.82.149 1.662.149 2.5 0 .837-.05 1.68-.15 2.499h3.627Zm-.672 1.5h-3.2c-.131.622-.294 1.22-.491 1.779a9.249 9.249 0 0 1-.883 1.866 8.02 8.02 0 0 0 4.574-3.646Zm-9.286 3.645a9.249 9.249 0 0 1-.883-1.866 14.06 14.06 0 0 1-.49-1.78h-3.2a8.02 8.02 0 0 0 4.573 3.646Zm-5.246-5.145a7.988 7.988 0 0 1-.398-2.5c0-.872.14-1.713.398-2.499h3.626c-.1.82-.149 1.662-.149 2.5 0 .837.05 1.68.15 2.499H6.397Zm.672-6.498h3.2c.131-.623.295-1.221.491-1.78a9.248 9.248 0 0 1 .883-1.867A8.02 8.02 0 0 0 7.07 10Zm9.286-3.647c.356.563.648 1.2.883 1.867.197.559.36 1.157.49 1.78h3.2a8.02 8.02 0 0 0-4.573-3.647Zm-4.82 5.146a19.127 19.127 0 0 0-.161 2.5c0 .848.054 1.691.161 2.499h4.928c.107-.808.161-1.651.161-2.5 0-.848-.054-1.692-.161-2.499h-4.928Z" clip-rule="evenodd" /><path fill="#fff" d="M16.193 9.999c-.104-.45-.228-.88-.37-1.282C15.824 8.717 15 6 14 6s-1.824 2.717-1.824 2.717a12.15 12.15 0 0 0-.37 1.282h4.387Zm-4.386 7.997h4.386c-.104.45-.228.88-.37 1.282C15.824 19.278 15 22 14 22s-1.824-2.722-1.824-2.722a12.185 12.185 0 0 1-.37-1.282Z" /><defs><linearGradient id="globe_circle_fill_blue_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ListLetterOutline", "list_letter_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_letter_outline_28"><path fill-rule="evenodd" d="M3.904 8.404C3.792 8.831 3.63 9 3.327 9c-.306 0-.522-.205-.522-.494 0-.115.03-.256.114-.522l.657-2.115c.194-.624.473-.866.992-.866.52 0 .793.24.987.866l.654 2.115c.065.216.096.367.096.49 0 .318-.217.526-.545.526-.303 0-.48-.18-.59-.595l-.047-.179H3.95l-.046.18Zm.61-2.372-.345 1.342h.741l-.336-1.342h-.06Z" clip-rule="evenodd" /><path d="M10 6a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H10Zm0 7a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H10Zm-1 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1Z" /><path fill-rule="evenodd" d="M4.933 16c.945 0 1.563-.524 1.563-1.324 0-.777-.618-1.272-1.582-1.272h-.612v-.442H5.61a.464.464 0 0 0 .476-.48.464.464 0 0 0-.476-.48H3.65c-.404 0-.653.236-.653.623v2.754c0 .387.249.621.653.621h1.284Zm-.631-.908v-.832h.339c.332 0 .537.158.537.416 0 .26-.199.416-.537.416H4.3ZM3.634 23C3.242 23 3 22.766 3 22.379v-2.754c0-.387.242-.624.634-.624H4.99c.821 0 1.335.378 1.335.981 0 .463-.311.809-.78.865v.055c.547.015.955.422.955.955C6.5 22.531 5.911 23 5.072 23H3.634Zm.62-3.179v.75h.392c.32 0 .453-.184.453-.378 0-.216-.166-.372-.46-.372h-.386Zm0 1.477v.882h.431c.375 0 .532-.205.532-.449 0-.252-.17-.433-.538-.433h-.426Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ListNumberOutline", "list_number_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_number_outline_28"><path d="m3.674 5.219-.404.245c-.187.112-.266.242-.266.38 0 .1.034.18.09.234.054.055.134.09.232.09.092 0 .169-.025.356-.136l.285-.152.002.046v2.51c0 .192.05.33.134.419.083.089.21.141.386.141.175 0 .3-.052.382-.14.083-.089.133-.227.133-.42V5.64a.653.653 0 0 0-.169-.468A.612.612 0 0 0 4.383 5c-.221 0-.472.075-.709.219ZM10 6a1 1 0 0 0 0 2h14a1 1 0 1 0 0-2H10Zm0 7a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H10Zm-1 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1Zm-5.995-5.475c0 .282.216.475.533.475h1.924c.34 0 .542-.173.542-.464 0-.29-.208-.47-.542-.47h-.881v-.046l.68-.604c.458-.407.683-.81.683-1.234 0-.677-.626-1.18-1.464-1.18-.804 0-1.48.495-1.48 1.057 0 .256.195.44.472.44.193 0 .32-.075.495-.293.153-.19.277-.26.45-.26.224 0 .38.144.38.357 0 .19-.133.375-.432.657l-.882.83c-.354.331-.478.522-.478.735Zm1.458 7.478c-.81 0-1.463-.415-1.463-.928 0-.262.181-.451.433-.451.156 0 .296.073.452.236.184.195.366.283.572.283.296 0 .492-.15.492-.376 0-.225-.196-.378-.492-.378h-.153c-.232 0-.397-.18-.397-.434 0-.24.165-.429.397-.429h.153c.243 0 .422-.14.422-.333 0-.192-.176-.33-.422-.33-.19 0-.346.076-.55.271a.61.61 0 0 1-.432.178c-.266 0-.461-.18-.461-.426 0-.48.667-.883 1.46-.883.885 0 1.476.429 1.476 1.05 0 .405-.313.755-.696.792v.079c.459 0 .746.403.746.897 0 .691-.6 1.182-1.537 1.182Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon28LockOpenOutline", "lock_open_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28LockOpenOutline", "lock_open_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="lock_open_outline_28"><path d="M14 15a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1Z" /><path fill-rule="evenodd" d="M8 8a6 6 0 0 1 11.88-1.199 1 1 0 1 1-1.96.398A4 4 0 0 0 14 4a4 4 0 0 0-4 4v2h8.241c.805 0 1.47 0 2.01.044.563.046 1.08.145 1.565.392a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564.044.541.044 1.206.044 2.01v4.483c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H9.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C4 21.71 4 21.046 4 20.242v-4.483c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392A9.76 9.76 0 0 1 8 10.027V8Zm1.8 4c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C6 14.361 6 14.943 6 15.8v4.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18C8.361 24 8.943 24 9.8 24h8.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819.037-.45.038-1.032.038-1.889v-4.4c0-.857 0-1.439-.038-1.889-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18C19.639 12 19.057 12 18.2 12H9.8Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28MagicHatOutline", "magic_hat_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="magic_hat_outline_28"><path fill-rule="evenodd" d="M10.5 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm4.363 1.262a.383.383 0 0 0-.726 0l-.291.873a1.914 1.914 0 0 1-1.21 1.21l-.874.292a.383.383 0 0 0 0 .726l.873.291c.572.19 1.02.64 1.21 1.21l.292.874c.116.35.61.35.726 0l.291-.873c.19-.572.64-1.02 1.21-1.21l.874-.292a.383.383 0 0 0 0-.726l-.873-.291a1.914 1.914 0 0 1-1.21-1.21l-.292-.874ZM8.195 7.93a.95.95 0 0 0-.39-1.86c-1.35.283-2.473.676-3.283 1.186-.79.497-1.472 1.235-1.472 2.232 0 .8.445 1.44 1.018 1.908.497.407 1.155.74 1.923 1.013A62.617 62.617 0 0 1 6 13.5c0 3.838-.338 7.302-.97 9.76a.963.963 0 0 0-.03.24c0 1.38 3.28 2.5 9 2.5 5.72 0 9-1.12 9-2.5a.964.964 0 0 0-.03-.24c-.632-2.458-.97-5.922-.97-9.76a62.82 62.82 0 0 1 .01-1.09c.767-.273 1.425-.607 1.922-1.014.573-.467 1.018-1.108 1.018-1.908 0-.997-.682-1.735-1.472-2.232-.81-.51-1.933-.903-3.284-1.186a.95.95 0 0 0-.389 1.86c1.242.26 2.12.593 2.661.934.562.353.584.588.584.624 0 .033-.01.184-.32.437-.313.256-.843.535-1.636.788-1.577.504-3.969.837-7.094.837-3.125 0-5.517-.333-7.094-.837-.793-.253-1.323-.532-1.636-.788-.31-.253-.32-.404-.32-.437 0-.036.022-.27.584-.624.542-.34 1.42-.674 2.66-.934Zm11.907 4.996c-1.65.336-3.704.524-6.102.524s-4.453-.188-6.102-.524l.002.574c0 3.628-.293 7.015-.881 9.618.194.096.477.21.873.327 1.294.382 3.345.655 6.108.655 2.763 0 4.814-.273 6.108-.655a5.46 5.46 0 0 0 .873-.327c-.588-2.603-.881-5.99-.881-9.618 0-.192 0-.384.002-.574Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28MailStackOutline", "mail_stack_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="mail_stack_outline_28"><path d="M18.99 3.267C18.665 3.093 18.34 3 17.447 3h-6.892c-.894 0-1.218.093-1.545.267a1.82 1.82 0 0 0-.758.756C8.12 4.27 8.034 4.513 8 5h12c-.034-.486-.12-.73-.251-.976a1.82 1.82 0 0 0-.758-.756Z" /><path fill-rule="evenodd" d="M19.177 7.002 9.127 7c-1.776 0-2.647.168-3.552.652a4.635 4.635 0 0 0-1.923 1.923c-.455.852-.631 1.674-.65 3.248L3 17.873c0 1.776.168 2.647.652 3.552a4.634 4.634 0 0 0 1.923 1.922c.905.485 1.776.653 3.553.653h9.744c1.777 0 2.648-.168 3.553-.652a4.634 4.634 0 0 0 1.922-1.923c.485-.905.653-1.776.653-3.553v-4.744c0-1.777-.168-2.648-.652-3.553a4.634 4.634 0 0 0-1.923-1.923c-.852-.455-1.674-.631-3.248-.65Zm-2.349 9.584 5.86-5.858c.229.515.312 1.104.312 2.4v4.744l-.005.484c-.023 1.123-.14 1.618-.411 2.126a2.634 2.634 0 0 1-1.102 1.102c-.576.308-1.135.416-2.61.416H9.128l-.484-.005c-1.123-.023-1.618-.14-2.126-.411a2.635 2.635 0 0 1-1.102-1.102C5.108 19.906 5 19.347 5 17.872v-4.744c0-1.296.083-1.885.313-2.4l5.859 5.858.159.15a4 4 0 0 0 5.497-.15ZM9.128 9h9.744c1.296 0 1.885.083 2.4.313l-5.858 5.859-.127.116a2 2 0 0 1-2.701-.116l-5.858-5.86C7.243 9.084 7.832 9 9.128 9Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28MessageQuestionCircleFillViolet", "message_question_circle_fill_violet_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="message_question_circle_fill_violet_28"><rect width="28" height="28" fill="url(#message_question_circle_fill_violet_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M6.554 20.583a.454.454 0 0 0 .415.667c1.798-.055 3.059-.484 3.874-1.205l.315-.279.402.123c.774.237 1.595.36 2.44.36 4.225 0 7.5-3.06 7.5-6.75 0-3.689-3.275-6.75-7.5-6.75S6.5 9.81 6.5 13.5a6.26 6.26 0 0 0 1.13 3.578l.175.254-.054.304c-.128.712-.548 1.723-1.197 2.948Zm7.42-9.733a.85.85 0 0 0-.822.637.75.75 0 1 1-1.453-.374 2.35 2.35 0 0 1 4.626.587c0 1.036-.567 1.578-.963 1.948-.39.363-.587.55-.645.958a.75.75 0 0 1-1.485-.212c.135-.942.686-1.453 1.05-1.79l.056-.052c.353-.33.487-.488.487-.852a.85.85 0 0 0-.85-.85ZM14 17.9a.9.9 0 1 0 0-1.8.9.9 0 0 0 0 1.8Z" clip-rule="evenodd" /><defs><linearGradient id="message_question_circle_fill_violet_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#C48AFF" /><stop offset="1" stop-color="#AA65F0" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28MinusOutline", "minus_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="minus_outline_28"><path d="M23 13H5a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28PencilSquare", "pencil_square_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="pencil_square_28"><path d="m23.095 7.529-2.62-2.62-8.943 8.944a4 4 0 0 0-1.089 2.02l-.378 1.83a.2.2 0 0 0 .237.236l1.828-.377a4 4 0 0 0 2.021-1.089l8.944-8.944Zm.971-4.089a1.499 1.499 0 0 0-2.12 0l-.53.529 2.62 2.619.527-.527a1.503 1.503 0 0 0 0-2.122l-.497-.498Z" /><path d="M9.759 5c-.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.564C4 9.29 4 9.954 4 10.758v7.483c0 .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.392C8.29 24 8.954 24 9.758 24h7.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.01V13a1 1 0 1 0-2 0v5.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.038H9.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-.82C6 19.639 6 19.057 6 18.2v-7.4c0-.857 0-1.439.038-1.889.035-.438.1-.663.18-.819a2 2 0 0 1 .874-.874c.156-.08.38-.145.819-.18C8.361 7 8.943 7 9.8 7H15a1 1 0 1 0 0-2H9.759Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28PhoneCircleFillBlue", "phone_circle_fill_blue_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="phone_circle_fill_blue_28"><rect width="28" height="28" fill="url(#phone_circle_fill_blue_28_a)" rx="14" /><path fill="#fff" d="M15.408 16.173c.903-.903 2.324-.986 3.269-.192l.683.575c.779.656.858 1.838.175 2.64a2.21 2.21 0 0 1-1.463.756c-2.182.294-4.471-.758-6.868-3.155-2.398-2.398-3.45-4.688-3.156-6.87a2.213 2.213 0 0 1 .756-1.464c.802-.68 1.983-.602 2.64.178l.574.683c.796.943.713 2.365-.19 3.268l-.49.49a.475.475 0 0 0-.11.499c.179.487.634 1.096 1.364 1.827.731.731 1.34 1.185 1.827 1.364.174.064.369.02.5-.11l.489-.49Z" /><defs><linearGradient id="phone_circle_fill_blue_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28PictureStack", "picture_stack_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="picture_stack_28"><path d="M21 3a4 4 0 0 1 4 4v12.5a2.5 2.5 0 0 1-2 2.45V9.487c0-1.56-.162-2.126-.468-2.696a3.18 3.18 0 0 0-1.323-1.324C20.64 5.162 20.073 5 18.513 5H7.05A2.5 2.5 0 0 1 9.5 3H21Zm-2.5 4h-14A2.5 2.5 0 0 0 2 9.5v14A2.5 2.5 0 0 0 4.5 26h14a2.5 2.5 0 0 0 2.5-2.5v-14A2.5 2.5 0 0 0 18.5 7ZM8 17.5l2.5 3.01L14 16l3.897 5.196a.503.503 0 0 1-.402.804H5.527a.503.503 0 0 1-.396-.811L8 17.5Z" /></symbol>', 28, 28, false, undefined);
|
package/dist/28/place.js
CHANGED
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon28Place", "place_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" id="place_28"><
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28Place", "place_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="place_28"><path fill-rule="evenodd" d="M12.586 24.31C8.196 18.447 6 13.98 6 10.905 6 6.535 9.577 3 14 3s8 3.535 8 7.905c0 3.074-2.195 7.542-6.586 13.405-.684.913-2.134.927-2.828 0ZM14 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
package/dist/28/play.js
CHANGED
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon28Play", "play_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" id="play_28"><
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28Play", "play_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="play_28"><path d="M21.65 11.923c1.181.682 1.772 1.023 1.97 1.467.173.388.173.832 0 1.22-.198.444-.789.785-1.97 1.467L11.6 21.874c-1.181.681-1.772 1.022-2.257.971a1.5 1.5 0 0 1-1.057-.61C8 21.842 8 21.16 8 19.797V8.203c0-1.363 0-2.044.286-2.438a1.5 1.5 0 0 1 1.057-.61c.485-.05 1.076.29 2.257.971l10.05 5.797Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon28PlayCircleFillAzure", "play_circle_fill_azure_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="play_circle_fill_azure_28"><circle cx="14" cy="14" r="14" fill="#
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28PlayCircleFillAzure", "play_circle_fill_azure_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="play_circle_fill_azure_28"><g clip-path="url(#play_circle_fill_azure_28_a)"><circle cx="14" cy="14" r="14" fill="#07F" /><path fill="#fff" d="M10 17.916v-7.834c0-.942 0-1.413.197-1.679a1 1 0 0 1 .723-.4c.33-.027.729.223 1.528.722l6.265 3.915c.72.45 1.08.675 1.203.962a1 1 0 0 1 0 .788c-.123.288-.483.513-1.203.963l-6.264 3.92c-.8.5-1.2.75-1.529.723a1 1 0 0 1-.723-.4C10 19.33 10 18.859 10 17.916Z" /></g><defs><clipPath id="play_circle_fill_azure_28_a"><path fill="#fff" d="M0 0h28v28H0z" /></clipPath></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ScreenGridHorizon2LineOutline", "screen_grid_horizon_2_line_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="screen_grid_horizon_2_line_outline_28"><path fill-rule="evenodd" d="M12.357 2h3.286c1.084 0 1.958 0 2.666.058.729.06 1.369.185 1.961.487a5 5 0 0 1 2.185 2.185c.302.592.428 1.233.487 1.961C23 7.4 23 8.273 23 9.357v9.286c0 1.084 0 1.958-.058 2.666-.06.729-.185 1.369-.487 1.961a5 5 0 0 1-2.185 2.185c-.592.302-1.232.428-1.961.487C17.6 26 16.727 26 15.643 26h-3.286c-1.084 0-1.958 0-2.666-.058-.728-.06-1.369-.185-1.961-.487a5 5 0 0 1-2.185-2.185c-.302-.592-.428-1.232-.487-1.961C5 20.6 5 19.727 5 18.643V9.357c0-1.084 0-1.958.058-2.666.06-.728.185-1.369.487-1.96A5 5 0 0 1 7.73 2.544c.592-.302 1.233-.428 1.961-.487C10.4 2 11.273 2 12.357 2ZM9.854 4.051c-.605.05-.953.142-1.216.276a3 3 0 0 0-1.311 1.311c-.134.263-.226.611-.276 1.216C7.001 7.471 7 8.264 7 9.4v.1h14v-.1c0-1.137 0-1.929-.051-2.546-.05-.605-.142-.953-.276-1.216a3 3 0 0 0-1.311-1.311c-.263-.134-.611-.226-1.216-.276C17.529 4.001 16.736 4 15.6 4h-3.2c-1.137 0-1.929 0-2.546.051ZM21 11.5H7v5h14v-5ZM7 18.6v-.1h14v.1c0 1.137 0 1.929-.051 2.546-.05.605-.142.953-.276 1.216a3 3 0 0 1-1.311 1.311c-.263.134-.611.226-1.216.276-.617.05-1.41.051-2.546.051h-3.2c-1.137 0-1.929 0-2.546-.051-.605-.05-.953-.142-1.216-.276a3 3 0 0 1-1.311-1.311c-.134-.263-.226-.611-.276-1.216C7.001 20.529 7 19.736 7 18.6Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ScreenGridHorizonLineOutline", "screen_grid_horizon_line_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="screen_grid_horizon_line_outline_28"><path fill-rule="evenodd" d="M12.4 2h-.043c-1.084 0-1.958 0-2.666.058-.728.06-1.369.185-1.961.487A5 5 0 0 0 5.545 4.73c-.302.592-.428 1.233-.487 1.961C5 7.4 5 8.273 5 9.357v9.286c0 1.084 0 1.958.058 2.666.06.729.185 1.369.487 1.961a5 5 0 0 0 2.185 2.185c.592.302 1.233.428 1.961.487.708.058 1.582.058 2.666.058h3.286c1.084 0 1.958 0 2.666-.058.729-.06 1.369-.185 1.961-.487a5 5 0 0 0 2.185-2.185c.302-.592.428-1.232.487-1.961C23 20.6 23 19.727 23 18.643V9.357c0-1.084 0-1.958-.058-2.666-.06-.728-.185-1.369-.487-1.96a5 5 0 0 0-2.185-2.186c-.592-.302-1.232-.428-1.961-.487C17.6 2 16.727 2 15.643 2H12.4ZM8.638 4.327c.263-.134.611-.226 1.216-.276.617-.05 1.41-.051 2.546-.051h3.2c1.137 0 1.929 0 2.546.051.605.05.953.142 1.216.276a3 3 0 0 1 1.311 1.311c.134.263.226.611.276 1.216.05.617.051 1.41.051 2.546V13H7V9.4c0-1.137 0-1.929.051-2.546.05-.605.142-.953.276-1.216a3 3 0 0 1 1.311-1.311ZM7 15v3.6c0 1.137 0 1.929.051 2.546.05.605.142.953.276 1.216a3 3 0 0 0 1.311 1.311c.263.134.611.226 1.216.276.617.05 1.41.051 2.546.051h3.2c1.137 0 1.929 0 2.546-.051.605-.05.953-.142 1.216-.276a3 3 0 0 0 1.311-1.311c.134-.263.226-.611.276-1.216.05-.617.051-1.41.051-2.546V15H7Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ScreenGridTileOutline", "screen_grid_tile_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="screen_grid_tile_outline_28"><path fill-rule="evenodd" d="M12.357 2h3.286c1.084 0 1.958 0 2.666.058.729.06 1.369.185 1.961.487a5 5 0 0 1 2.185 2.185c.302.592.428 1.233.487 1.961C23 7.4 23 8.273 23 9.357v9.286c0 1.084 0 1.958-.058 2.666-.06.729-.185 1.369-.487 1.961a5 5 0 0 1-2.185 2.185c-.592.302-1.232.428-1.961.487C17.6 26 16.727 26 15.643 26h-3.286c-1.084 0-1.958 0-2.666-.058-.728-.06-1.369-.185-1.961-.487a5 5 0 0 1-2.185-2.185c-.302-.592-.428-1.232-.487-1.961C5 20.6 5 19.727 5 18.643V9.357c0-1.084 0-1.958.058-2.666.06-.728.185-1.369.487-1.96A5 5 0 0 1 7.73 2.544c.592-.302 1.233-.428 1.961-.487C10.4 2 11.273 2 12.357 2ZM9.854 4.051c-.605.05-.953.142-1.216.276a3 3 0 0 0-1.311 1.311c-.134.263-.226.611-.276 1.216C7.001 7.471 7 8.264 7 9.4V13h6V4h-.6c-1.137 0-1.929 0-2.546.051ZM15 4v9h6V9.4c0-1.137 0-1.929-.051-2.546-.05-.605-.142-.953-.276-1.216a3 3 0 0 0-1.311-1.311c-.263-.134-.611-.226-1.216-.276C17.529 4.001 16.736 4 15.6 4H15Zm-2 11H7v3.6c0 1.137 0 1.929.051 2.546.05.605.142.953.276 1.216a3 3 0 0 0 1.311 1.311c.263.134.611.226 1.216.276.617.05 1.41.051 2.546.051h.6v-9Zm2 9v-9h6v3.6c0 1.137 0 1.929-.051 2.546-.05.605-.142.953-.276 1.216a3 3 0 0 1-1.311 1.311c-.263.134-.611.226-1.216.276-.617.05-1.41.051-2.546.051H15Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ScreenGridVerticalLineOutline", "screen_grid_vertical_line_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="screen_grid_vertical_line_outline_28"><path fill-rule="evenodd" d="M12.4 2h-.043c-1.084 0-1.958 0-2.666.058-.728.06-1.369.185-1.961.487A5 5 0 0 0 5.545 4.73c-.302.592-.428 1.233-.487 1.961C5 7.4 5 8.273 5 9.357v9.286c0 1.084 0 1.958.058 2.666.06.729.185 1.369.487 1.961a5 5 0 0 0 2.185 2.185c.592.302 1.233.428 1.961.487.708.058 1.582.058 2.666.058h3.286c1.084 0 1.958 0 2.666-.058.729-.06 1.369-.185 1.961-.487a5 5 0 0 0 2.185-2.185c.302-.592.428-1.232.487-1.961C23 20.6 23 19.727 23 18.643V9.357c0-1.084 0-1.958-.058-2.666-.06-.728-.185-1.369-.487-1.96a5 5 0 0 0-2.185-2.186c-.592-.302-1.232-.428-1.961-.487C17.6 2 16.727 2 15.643 2H12.4ZM8.638 4.327c.263-.134.611-.226 1.216-.276.617-.05 1.41-.051 2.546-.051h.6v20h-.6c-1.137 0-1.929 0-2.546-.051-.605-.05-.953-.142-1.216-.276a3 3 0 0 1-1.311-1.311c-.134-.263-.226-.611-.276-1.216C7.001 20.529 7 19.736 7 18.6V9.4c0-1.137 0-1.929.051-2.546.05-.605.142-.953.276-1.216a3 3 0 0 1 1.311-1.311ZM15 24h.6c1.137 0 1.929 0 2.546-.051.605-.05.953-.142 1.216-.276a3 3 0 0 0 1.311-1.311c.134-.263.226-.611.276-1.216.05-.617.051-1.41.051-2.546V9.4c0-1.137 0-1.929-.051-2.546-.05-.605-.142-.953-.276-1.216a3 3 0 0 0-1.311-1.311c-.263-.134-.611-.226-1.216-.276C17.529 4.001 16.736 4 15.6 4H15v20Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
package/dist/28/search.js
CHANGED
|
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "default", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
-
var _default = (0, _iconssprite.makeIcon)("Icon28Search", "search_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" id="search_28"><
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28Search", "search_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="search_28"><path d="M13 4a9 9 0 0 1 7.262 14.317l4.71 4.71a1.375 1.375 0 0 1-1.944 1.945l-4.711-4.71A9 9 0 1 1 13 4Zm0 2.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ServicesCircleFillYellow", "services_circle_fill_yellow_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="services_circle_fill_yellow_28"><rect width="28" height="28" fill="url(#services_circle_fill_yellow_28_a)" rx="14" /><path fill="#fff" d="M11.398 15c.557 0 .759.058.963.167.203.109.363.269.472.473.109.203.167.405.167.962v1.796c0 .557-.058.759-.167.962a1.135 1.135 0 0 1-.473.473c-.203.109-.405.167-.962.167H9.602c-.557 0-.759-.058-.963-.167a1.136 1.136 0 0 1-.472-.473c-.109-.203-.167-.405-.167-.962v-1.796c0-.557.058-.759.167-.963.109-.203.269-.363.472-.472.204-.109.406-.167.963-.167h1.796Zm7 0c.557 0 .759.058.962.167.204.109.364.269.473.473.109.203.167.405.167.962v1.796c0 .557-.058.759-.167.962a1.135 1.135 0 0 1-.473.473c-.203.109-.405.167-.962.167h-1.796c-.557 0-.759-.058-.963-.167a1.135 1.135 0 0 1-.472-.473c-.109-.203-.167-.405-.167-.962v-1.796c0-.557.058-.759.167-.963.109-.203.269-.363.473-.472.203-.109.405-.167.962-.167h1.796Zm-.564-7.465c.221.067.405.169.8.563l1.268 1.269c.394.394.496.578.563.799.067.22.067.447 0 .668-.067.221-.169.405-.563.8l-1.269 1.268c-.394.394-.578.496-.799.563a1.136 1.136 0 0 1-.668 0c-.221-.067-.405-.169-.8-.563l-1.268-1.269c-.394-.394-.496-.578-.563-.799a1.136 1.136 0 0 1 0-.668c.067-.221.169-.405.563-.8l1.269-1.268c.394-.394.578-.496.799-.563.221-.067.447-.067.668 0ZM11.398 8c.557 0 .759.058.963.167.203.109.363.269.472.472.109.204.167.406.167.963v1.796c0 .557-.058.759-.167.963a1.135 1.135 0 0 1-.473.472c-.203.109-.405.167-.962.167H9.602c-.557 0-.759-.058-.963-.167a1.136 1.136 0 0 1-.472-.473c-.109-.203-.167-.405-.167-.962V9.602c0-.557.058-.759.167-.963.109-.203.269-.363.472-.472.204-.109.406-.167.963-.167h1.796Z" /><defs><linearGradient id="services_circle_fill_yellow_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB73D" /><stop offset="1" stop-color="#FFA000" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28TextBoldOutline", "text_bold_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_bold_outline_28"><path d="M13.988 22.5c1.267 0 2.056-.86 2.056-2.224v-5.084h.07l5.157 6.449c.43.553.941.859 1.708.859 1.138 0 2.021-.883 2.021-2.036 0-.506-.105-1.012-.523-1.518l-4.727-5.673 4.611-5.272c.325-.377.43-.753.43-1.165C24.79 5.765 23.978 5 22.874 5c-.58 0-1.01.188-1.417.694l-5.331 6.426h-.082V7.224c0-1.365-.79-2.224-2.056-2.224s-2.056.86-2.056 2.224v4.896h-.08l-5.31-6.426C6.149 5.2 5.707 5 5.115 5c-1.103 0-1.917.765-1.917 1.824 0 .424.105.847.43 1.224l4.588 5.296-4.704 5.614C3.105 19.476 3 19.97 3 20.476c0 1.153.86 2.024 2.01 2.024.755 0 1.277-.306 1.707-.86l5.146-6.448h.07v5.084c0 1.365.79 2.224 2.055 2.224Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28TextItalicOutline", "text_italic_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_italic_outline_28"><path fill-rule="evenodd" d="M12.032 6.187a1 1 0 1 0-1.964-.374l-3.05 16a1 1 0 0 0 1.964.374l1.373-7.198 6.43 7.654a1 1 0 0 0 1.53-1.286l-6.088-7.249 8.43-7.354a1 1 0 1 0-1.314-1.508l-8.554 7.463 1.243-6.522Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28TextLeftOutline", "text_left_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_left_outline_28"><path d="M16 20a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h11Zm7-7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h18Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28TextStrikethroughOutline", "text_strikethrough_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_strikethrough_outline_28"><path fill-rule="evenodd" d="m8.416 13.986-3.421 9.29c-.122.337-.16.546-.16.713 0 .566.46 1.011 1.182 1.011.318 0 .541-.073.713-.21.176-.14.326-.366.452-.725l2.081-5.887h9.442l2.097 5.886c.126.36.276.587.453.726.171.137.395.21.712.21.722 0 1.183-.445 1.183-1.011 0-.167-.038-.376-.16-.713l-3.427-9.29H23c.552 0 1-.449 1-1.003 0-.555-.448-1.004-1-1.004h-4.177l-3.235-8.768c-.164-.443-.371-.74-.619-.928-.244-.187-.55-.283-.945-.283-.429 0-.755.101-1.011.292-.258.192-.47.494-.633.935l-3.224 8.752H5c-.552 0-1 .45-1 1.004s.448 1.003 1 1.003h3.416Zm2.313 0-.814 2.25h8.155l-.811-2.25h-6.53Zm5.805-2.007-2.498-6.926h-.072l-2.508 6.926h5.078Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28TextUnderlineOutline", "text_underline_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="text_underline_outline_28"><path fill-rule="evenodd" d="M7.472 5.307c-.189.195-.299.483-.299.847v3.13c0 1.61.51 3.023 1.494 4.034.982 1.01 2.447 1.628 4.374 1.628 1.486 0 2.796-.481 3.632-1.127l.317-.269-.004.248v5.819c0 .363.113.65.302.847.19.195.466.31.811.31.352 0 .627-.115.815-.31.188-.196.298-.483.298-.847V6.154c0-.364-.11-.652-.298-.847-.188-.195-.463-.31-.815-.31-.345 0-.621.115-.81.31-.19.196-.303.483-.303.847v5.435l-.03.03c-.79.79-2.116 1.361-3.709 1.361-1.232 0-2.197-.355-2.854-1.014-.657-.658-.993-1.607-.993-2.768V6.154c0-.364-.113-.651-.303-.847-.19-.196-.465-.31-.81-.31-.352 0-.627.115-.815.31ZM8 23a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H8Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28ThumbsUpCircleFillGreen", "thumbs_up_circle_fill_green_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="thumbs_up_circle_fill_green_28"><path fill="url(#thumbs_up_circle_fill_green_28_a)" fill-rule="evenodd" d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14Z" clip-rule="evenodd" /><path fill="#fff" d="M11.802 11.844c-.008.075-.008.15-.008.303v5.473c0 .588 0 .882.114 1.107.1.197.261.358.459.459.224.114.518.114 1.106.114h3.682c.879 0 1.318 0 1.68-.087a3.15 3.15 0 0 0 2.328-2.328c.087-.362.087-.801.087-1.68 0-.879 0-1.318-.087-1.68a3.15 3.15 0 0 0-2.328-2.328c-.362-.087-.801-.087-1.68-.087h-1.264l.206-2.881a1.427 1.427 0 0 0-2.76-.603l-1.4 3.734c-.054.142-.08.213-.1.286a1.396 1.396 0 0 0-.035.198Zm-4.972-.087c-.08.194-.08.439-.08.93v5.037c0 .49 0 .735.08.929.107.256.31.46.567.567.194.08.439.08.93.08.49 0 .734 0 .928-.08.256-.107.46-.31.567-.567.08-.194.08-.439.08-.93v-5.037c0-.49 0-.735-.08-.929a1.05 1.05 0 0 0-.567-.567c-.194-.08-.439-.08-.929-.08-.49 0-.735 0-.929.08a1.05 1.05 0 0 0-.567.567Z" /><defs><linearGradient id="thumbs_up_circle_fill_green_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#50C750" /><stop offset="1" stop-color="#32B332" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon28Waves4RightOutline", "waves_4_right_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="waves_4_right_outline_28"><path fill-rule="evenodd" d="M20.423 3.421a1 1 0 1 0-1.776.92 21 21 0 0 1-.001 19.32 1 1 0 0 0 1.776.92 23.001 23.001 0 0 0 0-21.16Zm-5.66 2.09a1 1 0 0 1 1.34.448 18 18 0 0 1 0 16.084 1 1 0 1 1-1.79-.894 16 16 0 0 0 .002-14.297 1 1 0 0 1 .447-1.341Zm-2.98 2.995a1 1 0 0 0-1.813.846 11 11 0 0 1 0 9.294 1 1 0 1 0 1.813.845 13 13 0 0 0 0-10.985ZM7.46 11.11a1 1 0 0 0-1.865.722 6 6 0 0 1-.004 4.346 1 1 0 1 0 1.864.725 8 8 0 0 0 .005-5.793Z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconssprite.makeIcon)("Icon40CrossCircle", "cross_circle_40", "0 0 40 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 40 40" id="cross_circle_40"><path fill-rule="evenodd" d="M40 20c0 11.046-8.954 20-20 20S0 31.046 0 20 8.954 0 20 0s20 8.954 20 20Zm-25.736-5.736a.9.9 0 0 1 1.272 0L20 18.727l4.464-4.463a.9.9 0 1 1 1.272 1.272L21.273 20l4.463 4.464a.9.9 0 1 1-1.272 1.272L20 21.273l-4.464 4.463a.9.9 0 1 1-1.272-1.272L18.727 20l-4.463-4.464a.9.9 0 0 1 0-1.272Z" clip-rule="evenodd" /></symbol>', 40, 40, false, undefined);
|