@vkontakte/icons 2.105.0 → 2.106.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/16/logo_vk_ads_16.js +13 -0
- package/dist/24/repeat_1_outline_dot_24.js +13 -0
- package/dist/24/repeat_outline_dot_24.js +13 -0
- package/dist/24/shuffle_outline_dot_24.js +13 -0
- package/dist/40/done_circle_40.js +13 -0
- package/dist/56/edit_circle_fill_turquoise_56.js +13 -0
- package/dist/56/grid_circle_fill_yellow_56.js +13 -0
- package/dist/56/message_circle_fill_green_56.js +13 -0
- package/dist/56/picture_circle_fill_purple_56.js +13 -0
- package/dist/56/story_fill_circle_pink_56.js +13 -0
- package/dist/56/user_circle_fill_blue_56.js +13 -0
- package/dist/es6/16/logo_vk_ads_16.js +3 -0
- package/dist/es6/24/repeat_1_outline_dot_24.js +3 -0
- package/dist/es6/24/repeat_outline_dot_24.js +3 -0
- package/dist/es6/24/shuffle_outline_dot_24.js +3 -0
- package/dist/es6/40/done_circle_40.js +3 -0
- package/dist/es6/56/edit_circle_fill_turquoise_56.js +3 -0
- package/dist/es6/56/grid_circle_fill_yellow_56.js +3 -0
- package/dist/es6/56/message_circle_fill_green_56.js +3 -0
- package/dist/es6/56/picture_circle_fill_purple_56.js +3 -0
- package/dist/es6/56/story_fill_circle_pink_56.js +3 -0
- package/dist/es6/56/user_circle_fill_blue_56.js +3 -0
- package/dist/es6/index.js +11 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +44 -0
- package/dist/typings/16/logo_vk_ads_16.d.ts +11 -0
- package/dist/typings/24/repeat_1_outline_dot_24.d.ts +11 -0
- package/dist/typings/24/repeat_outline_dot_24.d.ts +11 -0
- package/dist/typings/24/shuffle_outline_dot_24.d.ts +11 -0
- package/dist/typings/40/done_circle_40.d.ts +11 -0
- package/dist/typings/56/edit_circle_fill_turquoise_56.d.ts +11 -0
- package/dist/typings/56/grid_circle_fill_yellow_56.d.ts +11 -0
- package/dist/typings/56/message_circle_fill_green_56.d.ts +11 -0
- package/dist/typings/56/picture_circle_fill_purple_56.d.ts +11 -0
- package/dist/typings/56/story_fill_circle_pink_56.d.ts +11 -0
- package/dist/typings/56/user_circle_fill_blue_56.d.ts +11 -0
- package/dist/typings/index.d.ts +11 -0
- package/package.json +6 -6
- package/src/svg/16/logo_vk_ads_16.svg +1 -0
- package/src/svg/24/repeat_1_outline_dot_24.svg +1 -0
- package/src/svg/24/repeat_outline_dot_24.svg +1 -0
- package/src/svg/24/shuffle_outline_dot_24.svg +1 -0
- package/src/svg/40/done_circle_40.svg +1 -0
- package/src/svg/56/edit_circle_fill_turquoise_56.svg +10 -0
- package/src/svg/56/grid_circle_fill_yellow_56.svg +10 -0
- package/src/svg/56/message_circle_fill_green_56.svg +10 -0
- package/src/svg/56/picture_circle_fill_purple_56.svg +10 -0
- package/src/svg/56/story_fill_circle_pink_56.svg +11 -0
- package/src/svg/56/user_circle_fill_blue_56.svg +10 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16LogoVkAds", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16LogoVkAds;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16LogoVkAds = (0, _iconssprite.makeIcon)("Icon16LogoVkAds", "logo_vk_ads_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="logo_vk_ads_16"><path fill-rule="evenodd" d="M0 7.68c0-3.62 0-5.43 1.125-6.555S4.06 0 7.68 0h.64c3.62 0 5.43 0 6.555 1.125S16 4.06 16 7.68v.64c0 3.62 0 5.43-1.125 6.555S11.94 16 8.32 16h-.64c-3.62 0-5.43 0-6.555-1.125S0 11.94 0 8.32zm13.871-4.327a.64.64 0 0 1 .41 1.092l-1.5 1.5a.8.8 0 0 1-.659.23l-1.03-.084L9.813 7.37a1.92 1.92 0 1 1-1.106-1.156L9.96 4.96l-.124-1.072a.8.8 0 0 1 .229-.658l1.5-1.5a.64.64 0 0 1 1.092.41l.05 1.145zm-5.443-.455A5.12 5.12 0 1 0 13.1 7.554l-1.708-.143a3.444 3.444 0 1 1-2.767-2.797l-.198-1.716Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24Repeat1OutlineDot", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24Repeat1OutlineDot;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24Repeat1OutlineDot = (0, _iconssprite.makeIcon)("Icon24Repeat1OutlineDot", "repeat_1_outline_dot_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="repeat_1_outline_dot_24"><path fill-rule="evenodd" d="M2.005 12c0-3.258 2.642-5.9 5.902-5.9h10.026l-.564-.564a.9.9 0 1 1 1.273-1.272l2.1 2.1a.9.9 0 0 1 0 1.272l-2.1 2.1a.9.9 0 0 1-1.273-1.272l.564-.564H7.907A4.1 4.1 0 0 0 3.805 12v.097a.9.9 0 0 1-1.8 0zm10.47-2.868a.9.9 0 0 1 .429.766v4.203a.9.9 0 0 1-1.8 0v-2.74a.9.9 0 0 1-.807-1.61l1.3-.656a.9.9 0 0 1 .878.037m9.53 2.771a.9.9 0 0 0-1.801 0V12a4.1 4.1 0 0 1-4.102 4.1H6.074l.564-.564a.9.9 0 1 0-1.273-1.272l-2.101 2.1a.9.9 0 0 0 0 1.272l2.1 2.1a.9.9 0 0 0 1.274-1.272l-.564-.564h10.028a5.9 5.9 0 0 0 5.903-5.9zM12.5 24a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24RepeatOutlineDot", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24RepeatOutlineDot;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24RepeatOutlineDot = (0, _iconssprite.makeIcon)("Icon24RepeatOutlineDot", "repeat_outline_dot_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="repeat_outline_dot_24"><path fill-rule="evenodd" d="M7.907 6.1A5.9 5.9 0 0 0 2.005 12v.097a.9.9 0 0 0 1.8 0V12a4.1 4.1 0 0 1 4.102-4.1h10.026l-.564.564a.9.9 0 1 0 1.273 1.272l2.1-2.1a.9.9 0 0 0 0-1.272l-2.1-2.1a.9.9 0 0 0-1.273 1.272l.564.564zm14.098 5.803a.9.9 0 0 0-1.801 0V12a4.1 4.1 0 0 1-4.101 4.1H6.074l.564-.564a.9.9 0 1 0-1.273-1.272l-2.101 2.1a.9.9 0 0 0 0 1.272l2.1 2.1a.9.9 0 0 0 1.274-1.272l-.564-.564h10.029a5.9 5.9 0 0 0 5.902-5.9zM12.5 24a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24ShuffleOutlineDot", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24ShuffleOutlineDot;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24ShuffleOutlineDot = (0, _iconssprite.makeIcon)("Icon24ShuffleOutlineDot", "shuffle_outline_dot_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="shuffle_outline_dot_24"><path fill-rule="evenodd" d="M18 6.1c-2.3 0-4.195 1.06-5.682 2.308a.9.9 0 0 0 1.158 1.378C14.785 8.687 16.283 7.9 18 7.9h.927l-.563.564a.9.9 0 1 0 1.272 1.272l2.1-2.1a.9.9 0 0 0 0-1.272l-2.1-2.1a.9.9 0 1 0-1.272 1.272l.563.564zM1.996 7a.9.9 0 0 1 .9-.9c3.97 0 6.5 2.862 8.61 5.313l.235.275c1.004 1.169 1.924 2.24 2.92 3.052 1.053.858 2.115 1.36 3.34 1.36h.926l-.563-.564a.9.9 0 1 1 1.272-1.272l2.1 2.1a.9.9 0 0 1 0 1.272l-2.1 2.1a.9.9 0 1 1-1.272-1.273l.563-.563H18c-1.776 0-3.227-.748-4.475-1.765-1.098-.894-2.097-2.048-3.05-3.158-.94 1.103-1.937 2.242-3.034 3.132-1.27 1.03-2.749 1.791-4.54 1.791a.9.9 0 1 1 0-1.8c1.239 0 2.328-.514 3.406-1.388 1.022-.83 1.966-1.924 2.973-3.108C7.397 9.512 5.527 7.9 2.896 7.9a.9.9 0 0 1-.9-.9M11.5 24a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon40DoneCircle", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon40DoneCircle;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon40DoneCircle = (0, _iconssprite.makeIcon)("Icon40DoneCircle", "done_circle_40", "0 0 40 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 40 40" id="done_circle_40"><path fill-rule="evenodd" d="M20 40c11.046 0 20-8.954 20-20S31.046 0 20 0 0 8.954 0 20s8.954 20 20 20m8.984-24.816a1.25 1.25 0 0 0-1.768-1.768L17 23.632l-4.216-4.216a1.25 1.25 0 1 0-1.768 1.768l5.1 5.1a1.25 1.25 0 0 0 1.768 0z" clip-rule="evenodd" /></symbol>', 40, 40, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon56EditCircleFillTurquoise", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56EditCircleFillTurquoise;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56EditCircleFillTurquoise = (0, _iconssprite.makeIcon)("Icon56EditCircleFillTurquoise", "edit_circle_fill_turquoise_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="edit_circle_fill_turquoise_56"><circle cx="28" cy="28" r="28" fill="url(#edit_circle_fill_turquoise_56_a)" /><path fill="#fff" fill-rule="evenodd" d="m29.902 20.25 5.845 5.846-10.668 10.67a11 11 0 0 1-4.575 2.747l-4.792 1.463a.55.55 0 0 1-.688-.688l1.463-4.792a11 11 0 0 1 2.748-4.576zm8.032-4.525 2.342 2.342c.903.903.963 2.33.181 3.302l-.18.201-2.921 2.92-5.846-5.846 2.922-2.919a2.477 2.477 0 0 1 3.502 0" clip-rule="evenodd" /><defs><linearGradient id="edit_circle_fill_turquoise_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#8AE6E6" /><stop offset="1" stop-color="#12B3B3" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon56GridCircleFillYellow", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56GridCircleFillYellow;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56GridCircleFillYellow = (0, _iconssprite.makeIcon)("Icon56GridCircleFillYellow", "grid_circle_fill_yellow_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="grid_circle_fill_yellow_56"><circle cx="28" cy="28" r="28" fill="url(#grid_circle_fill_yellow_56_a)" /><path fill="#fff" d="M19.419 16h3.83c1.188 0 1.619.124 2.053.356.435.233.776.574 1.009 1.008s.356.866.356 2.055v3.83c0 1.188-.124 1.619-.357 2.053a2.42 2.42 0 0 1-1.008 1.009c-.434.232-.865.356-2.054.356h-3.83c-1.188 0-1.62-.124-2.054-.357a2.42 2.42 0 0 1-1.008-1.008c-.232-.434-.356-.865-.356-2.054v-3.83c0-1.188.124-1.62.356-2.054a2.42 2.42 0 0 1 1.008-1.008c.435-.232.866-.356 2.055-.356m13.333 0h3.83c1.188 0 1.62.124 2.054.356.434.233.775.574 1.008 1.008s.356.866.356 2.055v3.83c0 1.188-.124 1.619-.356 2.053a2.42 2.42 0 0 1-1.008 1.009c-.435.232-.866.356-2.055.356h-3.83c-1.188 0-1.619-.124-2.053-.357a2.42 2.42 0 0 1-1.009-1.008c-.232-.434-.356-.865-.356-2.054v-3.83c0-1.188.124-1.62.357-2.054a2.42 2.42 0 0 1 1.008-1.008c.434-.232.865-.356 2.054-.356M19.418 29.333h3.83c1.189 0 1.62.124 2.054.357.435.232.776.573 1.009 1.008.232.434.356.865.356 2.054v3.83c0 1.188-.124 1.62-.357 2.054a2.42 2.42 0 0 1-1.008 1.008c-.434.232-.865.356-2.054.356h-3.83c-1.188 0-1.62-.124-2.054-.356a2.42 2.42 0 0 1-1.008-1.008C16.124 38.2 16 37.77 16 36.58v-3.83c0-1.188.124-1.619.356-2.053a2.42 2.42 0 0 1 1.008-1.009c.435-.232.866-.356 2.055-.356Zm13.334 0h3.83c1.188 0 1.62.124 2.054.357s.775.573 1.008 1.008c.232.434.356.865.356 2.054v3.83c0 1.188-.124 1.62-.356 2.054a2.42 2.42 0 0 1-1.008 1.008c-.435.232-.866.356-2.055.356h-3.83c-1.188 0-1.619-.124-2.053-.356a2.42 2.42 0 0 1-1.009-1.008c-.232-.435-.356-.866-.356-2.055v-3.83c0-1.188.124-1.619.357-2.053a2.42 2.42 0 0 1 1.008-1.009c.434-.232.865-.356 2.054-.356" /><defs><linearGradient id="grid_circle_fill_yellow_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#FFC44D" /><stop offset="1" stop-color="#F07300" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon56MessageCircleFillGreen", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56MessageCircleFillGreen;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56MessageCircleFillGreen = (0, _iconssprite.makeIcon)("Icon56MessageCircleFillGreen", "message_circle_fill_green_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="message_circle_fill_green_56"><circle cx="28" cy="28" r="28" fill="url(#message_circle_fill_green_56_a)" /><path fill="#fff" fill-rule="evenodd" d="M28 16c6.627 0 12 4.813 12 10.75S34.627 37.5 28 37.5c-1.182 0-2.324-.153-3.403-.438a24 24 0 0 1-3.79 2.717q-.347.2-.804.43l-.316.155a1.2 1.2 0 0 1-1.637-1.525q.282-.707.449-1.238.527-1.674.808-3.444C17.256 32.227 16 29.62 16 26.75 16 20.813 21.373 16 28 16" clip-rule="evenodd" /><defs><linearGradient id="message_circle_fill_green_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#6CD97E" /><stop offset="1" stop-color="#12B312" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon56PictureCircleFillPurple", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56PictureCircleFillPurple;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56PictureCircleFillPurple = (0, _iconssprite.makeIcon)("Icon56PictureCircleFillPurple", "picture_circle_fill_purple_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="picture_circle_fill_purple_56"><circle cx="28" cy="28" r="28" fill="url(#picture_circle_fill_purple_56_a)" /><path fill="#fff" d="M36 16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H20a4 4 0 0 1-4-4V20a4 4 0 0 1 4-4zm-4.367 12.43a.5.5 0 0 0-.701.088l-4.265 5.495-2.936-3.534a.502.502 0 0 0-.78.012l-3.657 4.702a.5.5 0 0 0 .395.807h16.644a.5.5 0 0 0 .4-.8l-5.006-6.676a.5.5 0 0 0-.094-.095Z" /><defs><linearGradient id="picture_circle_fill_purple_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#A393F5" /><stop offset="1" stop-color="#735CE6" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon56StoryFillCirclePink", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56StoryFillCirclePink;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56StoryFillCirclePink = (0, _iconssprite.makeIcon)("Icon56StoryFillCirclePink", "story_fill_circle_pink_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="story_fill_circle_pink_56"><path fill="url(#story_fill_circle_pink_56_a)" d="M28 56c15.464 0 28-12.536 28-28S43.464 0 28 0 0 12.536 0 28s12.536 28 28 28" /><path fill="#fff" d="M28 22.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11" /><path fill="#fff" fill-rule="evenodd" d="M14 23.956c0-3.485 0-5.228.678-6.559a6.22 6.22 0 0 1 2.72-2.719C18.727 14 20.47 14 23.955 14h8.088c3.485 0 5.228 0 6.559.678a6.22 6.22 0 0 1 2.719 2.72C42 18.727 42 20.47 42 23.955v8.088c0 3.485 0 5.228-.678 6.559a6.22 6.22 0 0 1-2.72 2.719C37.273 42 35.53 42 32.045 42h-8.088c-3.485 0-5.228 0-6.559-.678a6.22 6.22 0 0 1-2.719-2.72C14 37.273 14 35.53 14 32.045v-8.088ZM20 28c0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8-8 3.584-8 8" clip-rule="evenodd" /><defs><linearGradient id="story_fill_circle_pink_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#FF8880" /><stop offset="1" stop-color="#E62E6B" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon56UserCircleFillBlue", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56UserCircleFillBlue;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56UserCircleFillBlue = (0, _iconssprite.makeIcon)("Icon56UserCircleFillBlue", "user_circle_fill_blue_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="user_circle_fill_blue_56"><circle cx="28" cy="28" r="28" fill="url(#user_circle_fill_blue_56_a)" /><path fill="#fff" d="M33.5 22.5c0-3.039-2.461-5.5-5.5-5.5a5.5 5.5 0 0 0-5.5 5.5c0 3.039 2.461 5.5 5.5 5.5s5.5-2.461 5.5-5.5M17 36.23v1.43c0 .74.6 1.34 1.34 1.34h19.32c.74 0 1.34-.6 1.34-1.34v-1.43C39 31.386 31.671 30 28 30s-11 1.385-11 6.23" /><defs><linearGradient id="user_circle_fill_blue_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#6CF" /><stop offset="1" stop-color="#3F8AE0" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16LogoVkAds = makeIcon("Icon16LogoVkAds", "logo_vk_ads_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="logo_vk_ads_16"><path fill-rule="evenodd" d="M0 7.68c0-3.62 0-5.43 1.125-6.555S4.06 0 7.68 0h.64c3.62 0 5.43 0 6.555 1.125S16 4.06 16 7.68v.64c0 3.62 0 5.43-1.125 6.555S11.94 16 8.32 16h-.64c-3.62 0-5.43 0-6.555-1.125S0 11.94 0 8.32zm13.871-4.327a.64.64 0 0 1 .41 1.092l-1.5 1.5a.8.8 0 0 1-.659.23l-1.03-.084L9.813 7.37a1.92 1.92 0 1 1-1.106-1.156L9.96 4.96l-.124-1.072a.8.8 0 0 1 .229-.658l1.5-1.5a.64.64 0 0 1 1.092.41l.05 1.145zm-5.443-.455A5.12 5.12 0 1 0 13.1 7.554l-1.708-.143a3.444 3.444 0 1 1-2.767-2.797l-.198-1.716Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon24Repeat1OutlineDot = makeIcon("Icon24Repeat1OutlineDot", "repeat_1_outline_dot_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="repeat_1_outline_dot_24"><path fill-rule="evenodd" d="M2.005 12c0-3.258 2.642-5.9 5.902-5.9h10.026l-.564-.564a.9.9 0 1 1 1.273-1.272l2.1 2.1a.9.9 0 0 1 0 1.272l-2.1 2.1a.9.9 0 0 1-1.273-1.272l.564-.564H7.907A4.1 4.1 0 0 0 3.805 12v.097a.9.9 0 0 1-1.8 0zm10.47-2.868a.9.9 0 0 1 .429.766v4.203a.9.9 0 0 1-1.8 0v-2.74a.9.9 0 0 1-.807-1.61l1.3-.656a.9.9 0 0 1 .878.037m9.53 2.771a.9.9 0 0 0-1.801 0V12a4.1 4.1 0 0 1-4.102 4.1H6.074l.564-.564a.9.9 0 1 0-1.273-1.272l-2.101 2.1a.9.9 0 0 0 0 1.272l2.1 2.1a.9.9 0 0 0 1.274-1.272l-.564-.564h10.028a5.9 5.9 0 0 0 5.903-5.9zM12.5 24a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon24RepeatOutlineDot = makeIcon("Icon24RepeatOutlineDot", "repeat_outline_dot_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="repeat_outline_dot_24"><path fill-rule="evenodd" d="M7.907 6.1A5.9 5.9 0 0 0 2.005 12v.097a.9.9 0 0 0 1.8 0V12a4.1 4.1 0 0 1 4.102-4.1h10.026l-.564.564a.9.9 0 1 0 1.273 1.272l2.1-2.1a.9.9 0 0 0 0-1.272l-2.1-2.1a.9.9 0 0 0-1.273 1.272l.564.564zm14.098 5.803a.9.9 0 0 0-1.801 0V12a4.1 4.1 0 0 1-4.101 4.1H6.074l.564-.564a.9.9 0 1 0-1.273-1.272l-2.101 2.1a.9.9 0 0 0 0 1.272l2.1 2.1a.9.9 0 0 0 1.274-1.272l-.564-.564h10.029a5.9 5.9 0 0 0 5.902-5.9zM12.5 24a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon24ShuffleOutlineDot = makeIcon("Icon24ShuffleOutlineDot", "shuffle_outline_dot_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="shuffle_outline_dot_24"><path fill-rule="evenodd" d="M18 6.1c-2.3 0-4.195 1.06-5.682 2.308a.9.9 0 0 0 1.158 1.378C14.785 8.687 16.283 7.9 18 7.9h.927l-.563.564a.9.9 0 1 0 1.272 1.272l2.1-2.1a.9.9 0 0 0 0-1.272l-2.1-2.1a.9.9 0 1 0-1.272 1.272l.563.564zM1.996 7a.9.9 0 0 1 .9-.9c3.97 0 6.5 2.862 8.61 5.313l.235.275c1.004 1.169 1.924 2.24 2.92 3.052 1.053.858 2.115 1.36 3.34 1.36h.926l-.563-.564a.9.9 0 1 1 1.272-1.272l2.1 2.1a.9.9 0 0 1 0 1.272l-2.1 2.1a.9.9 0 1 1-1.272-1.273l.563-.563H18c-1.776 0-3.227-.748-4.475-1.765-1.098-.894-2.097-2.048-3.05-3.158-.94 1.103-1.937 2.242-3.034 3.132-1.27 1.03-2.749 1.791-4.54 1.791a.9.9 0 1 1 0-1.8c1.239 0 2.328-.514 3.406-1.388 1.022-.83 1.966-1.924 2.973-3.108C7.397 9.512 5.527 7.9 2.896 7.9a.9.9 0 0 1-.9-.9M11.5 24a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon40DoneCircle = makeIcon("Icon40DoneCircle", "done_circle_40", "0 0 40 40", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 40 40" id="done_circle_40"><path fill-rule="evenodd" d="M20 40c11.046 0 20-8.954 20-20S31.046 0 20 0 0 8.954 0 20s8.954 20 20 20m8.984-24.816a1.25 1.25 0 0 0-1.768-1.768L17 23.632l-4.216-4.216a1.25 1.25 0 1 0-1.768 1.768l5.1 5.1a1.25 1.25 0 0 0 1.768 0z" clip-rule="evenodd" /></symbol>', 40, 40, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon56EditCircleFillTurquoise = makeIcon("Icon56EditCircleFillTurquoise", "edit_circle_fill_turquoise_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="edit_circle_fill_turquoise_56"><circle cx="28" cy="28" r="28" fill="url(#edit_circle_fill_turquoise_56_a)" /><path fill="#fff" fill-rule="evenodd" d="m29.902 20.25 5.845 5.846-10.668 10.67a11 11 0 0 1-4.575 2.747l-4.792 1.463a.55.55 0 0 1-.688-.688l1.463-4.792a11 11 0 0 1 2.748-4.576zm8.032-4.525 2.342 2.342c.903.903.963 2.33.181 3.302l-.18.201-2.921 2.92-5.846-5.846 2.922-2.919a2.477 2.477 0 0 1 3.502 0" clip-rule="evenodd" /><defs><linearGradient id="edit_circle_fill_turquoise_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#8AE6E6" /><stop offset="1" stop-color="#12B3B3" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon56GridCircleFillYellow = makeIcon("Icon56GridCircleFillYellow", "grid_circle_fill_yellow_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="grid_circle_fill_yellow_56"><circle cx="28" cy="28" r="28" fill="url(#grid_circle_fill_yellow_56_a)" /><path fill="#fff" d="M19.419 16h3.83c1.188 0 1.619.124 2.053.356.435.233.776.574 1.009 1.008s.356.866.356 2.055v3.83c0 1.188-.124 1.619-.357 2.053a2.42 2.42 0 0 1-1.008 1.009c-.434.232-.865.356-2.054.356h-3.83c-1.188 0-1.62-.124-2.054-.357a2.42 2.42 0 0 1-1.008-1.008c-.232-.434-.356-.865-.356-2.054v-3.83c0-1.188.124-1.62.356-2.054a2.42 2.42 0 0 1 1.008-1.008c.435-.232.866-.356 2.055-.356m13.333 0h3.83c1.188 0 1.62.124 2.054.356.434.233.775.574 1.008 1.008s.356.866.356 2.055v3.83c0 1.188-.124 1.619-.356 2.053a2.42 2.42 0 0 1-1.008 1.009c-.435.232-.866.356-2.055.356h-3.83c-1.188 0-1.619-.124-2.053-.357a2.42 2.42 0 0 1-1.009-1.008c-.232-.434-.356-.865-.356-2.054v-3.83c0-1.188.124-1.62.357-2.054a2.42 2.42 0 0 1 1.008-1.008c.434-.232.865-.356 2.054-.356M19.418 29.333h3.83c1.189 0 1.62.124 2.054.357.435.232.776.573 1.009 1.008.232.434.356.865.356 2.054v3.83c0 1.188-.124 1.62-.357 2.054a2.42 2.42 0 0 1-1.008 1.008c-.434.232-.865.356-2.054.356h-3.83c-1.188 0-1.62-.124-2.054-.356a2.42 2.42 0 0 1-1.008-1.008C16.124 38.2 16 37.77 16 36.58v-3.83c0-1.188.124-1.619.356-2.053a2.42 2.42 0 0 1 1.008-1.009c.435-.232.866-.356 2.055-.356Zm13.334 0h3.83c1.188 0 1.62.124 2.054.357s.775.573 1.008 1.008c.232.434.356.865.356 2.054v3.83c0 1.188-.124 1.62-.356 2.054a2.42 2.42 0 0 1-1.008 1.008c-.435.232-.866.356-2.055.356h-3.83c-1.188 0-1.619-.124-2.053-.356a2.42 2.42 0 0 1-1.009-1.008c-.232-.435-.356-.866-.356-2.055v-3.83c0-1.188.124-1.619.357-2.053a2.42 2.42 0 0 1 1.008-1.009c.434-.232.865-.356 2.054-.356" /><defs><linearGradient id="grid_circle_fill_yellow_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#FFC44D" /><stop offset="1" stop-color="#F07300" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon56MessageCircleFillGreen = makeIcon("Icon56MessageCircleFillGreen", "message_circle_fill_green_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="message_circle_fill_green_56"><circle cx="28" cy="28" r="28" fill="url(#message_circle_fill_green_56_a)" /><path fill="#fff" fill-rule="evenodd" d="M28 16c6.627 0 12 4.813 12 10.75S34.627 37.5 28 37.5c-1.182 0-2.324-.153-3.403-.438a24 24 0 0 1-3.79 2.717q-.347.2-.804.43l-.316.155a1.2 1.2 0 0 1-1.637-1.525q.282-.707.449-1.238.527-1.674.808-3.444C17.256 32.227 16 29.62 16 26.75 16 20.813 21.373 16 28 16" clip-rule="evenodd" /><defs><linearGradient id="message_circle_fill_green_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#6CD97E" /><stop offset="1" stop-color="#12B312" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon56PictureCircleFillPurple = makeIcon("Icon56PictureCircleFillPurple", "picture_circle_fill_purple_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="picture_circle_fill_purple_56"><circle cx="28" cy="28" r="28" fill="url(#picture_circle_fill_purple_56_a)" /><path fill="#fff" d="M36 16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H20a4 4 0 0 1-4-4V20a4 4 0 0 1 4-4zm-4.367 12.43a.5.5 0 0 0-.701.088l-4.265 5.495-2.936-3.534a.502.502 0 0 0-.78.012l-3.657 4.702a.5.5 0 0 0 .395.807h16.644a.5.5 0 0 0 .4-.8l-5.006-6.676a.5.5 0 0 0-.094-.095Z" /><defs><linearGradient id="picture_circle_fill_purple_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#A393F5" /><stop offset="1" stop-color="#735CE6" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon56StoryFillCirclePink = makeIcon("Icon56StoryFillCirclePink", "story_fill_circle_pink_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="story_fill_circle_pink_56"><path fill="url(#story_fill_circle_pink_56_a)" d="M28 56c15.464 0 28-12.536 28-28S43.464 0 28 0 0 12.536 0 28s12.536 28 28 28" /><path fill="#fff" d="M28 22.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11" /><path fill="#fff" fill-rule="evenodd" d="M14 23.956c0-3.485 0-5.228.678-6.559a6.22 6.22 0 0 1 2.72-2.719C18.727 14 20.47 14 23.955 14h8.088c3.485 0 5.228 0 6.559.678a6.22 6.22 0 0 1 2.719 2.72C42 18.727 42 20.47 42 23.955v8.088c0 3.485 0 5.228-.678 6.559a6.22 6.22 0 0 1-2.72 2.719C37.273 42 35.53 42 32.045 42h-8.088c-3.485 0-5.228 0-6.559-.678a6.22 6.22 0 0 1-2.719-2.72C14 37.273 14 35.53 14 32.045v-8.088ZM20 28c0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8-8 3.584-8 8" clip-rule="evenodd" /><defs><linearGradient id="story_fill_circle_pink_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#FF8880" /><stop offset="1" stop-color="#E62E6B" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon56UserCircleFillBlue = makeIcon("Icon56UserCircleFillBlue", "user_circle_fill_blue_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 56 56" id="user_circle_fill_blue_56"><circle cx="28" cy="28" r="28" fill="url(#user_circle_fill_blue_56_a)" /><path fill="#fff" d="M33.5 22.5c0-3.039-2.461-5.5-5.5-5.5a5.5 5.5 0 0 0-5.5 5.5c0 3.039 2.461 5.5 5.5 5.5s5.5-2.461 5.5-5.5M17 36.23v1.43c0 .74.6 1.34 1.34 1.34h19.32c.74 0 1.34-.6 1.34-1.34v-1.43C39 31.386 31.671 30 28 30s-11 1.385-11 6.23" /><defs><linearGradient id="user_circle_fill_blue_56_a" x1="0" x2="56" y1="0" y2="56" gradientUnits="userSpaceOnUse"><stop stop-color="#6CF" /><stop offset="1" stop-color="#3F8AE0" /></linearGradient></defs></symbol>', 56, 56, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -305,6 +305,7 @@ export { Icon16LogoAndroid } from "./16/logo_android_16";
|
|
|
305
305
|
export { Icon16LogoApple } from "./16/logo_apple_16";
|
|
306
306
|
export { Icon16LogoClips } from "./16/logo_clips_16";
|
|
307
307
|
export { Icon16LogoVk } from "./16/logo_vk_16";
|
|
308
|
+
export { Icon16LogoVkAds } from "./16/logo_vk_ads_16";
|
|
308
309
|
export { Icon16LogoVkVideo } from "./16/logo_vk_video_16";
|
|
309
310
|
export { Icon16MailOutline } from "./16/mail_outline_16";
|
|
310
311
|
export { Icon16MailStackOutline } from "./16/mail_stack_outline_16";
|
|
@@ -1540,8 +1541,10 @@ export { Icon24Reorder } from "./24/reorder_24";
|
|
|
1540
1541
|
export { Icon24ReorderIos } from "./24/reorder_ios_24";
|
|
1541
1542
|
export { Icon24Repeat } from "./24/repeat_24";
|
|
1542
1543
|
export { Icon24Repeat1Outline } from "./24/repeat_1_outline_24";
|
|
1544
|
+
export { Icon24Repeat1OutlineDot } from "./24/repeat_1_outline_dot_24";
|
|
1543
1545
|
export { Icon24RepeatOne } from "./24/repeat_one_24";
|
|
1544
1546
|
export { Icon24RepeatOutline } from "./24/repeat_outline_24";
|
|
1547
|
+
export { Icon24RepeatOutlineDot } from "./24/repeat_outline_dot_24";
|
|
1545
1548
|
export { Icon24Replay } from "./24/replay_24";
|
|
1546
1549
|
export { Icon24Replay10 } from "./24/replay_10_24";
|
|
1547
1550
|
export { Icon24Replay15 } from "./24/replay_15_24";
|
|
@@ -1577,6 +1580,7 @@ export { Icon24ShareOutline } from "./24/share_outline_24";
|
|
|
1577
1580
|
export { Icon24ShoppingCartOutline } from "./24/shopping_cart_outline_24";
|
|
1578
1581
|
export { Icon24Shuffle } from "./24/shuffle_24";
|
|
1579
1582
|
export { Icon24ShuffleOutline } from "./24/shuffle_outline_24";
|
|
1583
|
+
export { Icon24ShuffleOutlineDot } from "./24/shuffle_outline_dot_24";
|
|
1580
1584
|
export { Icon24SignatureOutline } from "./24/signature_outline_24";
|
|
1581
1585
|
export { Icon24Similar } from "./24/similar_24";
|
|
1582
1586
|
export { Icon24SkipBack } from "./24/skip_back_24";
|
|
@@ -2663,6 +2667,7 @@ export { Icon40AppGalleryButtonRu } from "./40/app_gallery_button_ru_40";
|
|
|
2663
2667
|
export { Icon40CommentCircle } from "./40/comment_circle_40";
|
|
2664
2668
|
export { Icon40CrossCircle } from "./40/cross_circle_40";
|
|
2665
2669
|
export { Icon40DocumentCircle } from "./40/document_circle_40";
|
|
2670
|
+
export { Icon40DoneCircle } from "./40/done_circle_40";
|
|
2666
2671
|
export { Icon40DownloadCircle } from "./40/download_circle_40";
|
|
2667
2672
|
export { Icon40ErrorCircle } from "./40/error_circle_40";
|
|
2668
2673
|
export { Icon40GalaxyStoreButtonEn } from "./40/galaxy_store_button_en_40";
|
|
@@ -2790,6 +2795,7 @@ export { Icon56DoorArrowRightOutline } from "./56/door_arrow_right_outline_56";
|
|
|
2790
2795
|
export { Icon56DownloadOutline } from "./56/download_outline_56";
|
|
2791
2796
|
export { Icon56DownloadSquareOutline } from "./56/download_square_outline_56";
|
|
2792
2797
|
export { Icon56DurationOutline } from "./56/duration_outline_56";
|
|
2798
|
+
export { Icon56EditCircleFillTurquoise } from "./56/edit_circle_fill_turquoise_56";
|
|
2793
2799
|
export { Icon56ErrorOutline } from "./56/error_outline_56";
|
|
2794
2800
|
export { Icon56ErrorTriangleOutline } from "./56/error_triangle_outline_56";
|
|
2795
2801
|
export { Icon56EventOutline } from "./56/event_outline_56";
|
|
@@ -2813,6 +2819,7 @@ export { Icon56GiftOutline } from "./56/gift_outline_56";
|
|
|
2813
2819
|
export { Icon56GlobeCrossOutline } from "./56/globe_cross_outline_56";
|
|
2814
2820
|
export { Icon56GlobeOutline } from "./56/globe_outline_56";
|
|
2815
2821
|
export { Icon56GoodsCollection } from "./56/goods_collection_56";
|
|
2822
|
+
export { Icon56GridCircleFillYellow } from "./56/grid_circle_fill_yellow_56";
|
|
2816
2823
|
export { Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline_56";
|
|
2817
2824
|
export { Icon56HashtagOutline } from "./56/hashtag_outline_56";
|
|
2818
2825
|
export { Icon56HeadphonesOutline } from "./56/headphones_outline_56";
|
|
@@ -2848,6 +2855,7 @@ export { Icon56MarketLikeOutline } from "./56/market_like_outline_56";
|
|
|
2848
2855
|
export { Icon56MarketOutline } from "./56/market_outline_56";
|
|
2849
2856
|
export { Icon56MasksOutline } from "./56/masks_outline_56";
|
|
2850
2857
|
export { Icon56MentionOutline } from "./56/mention_outline_56";
|
|
2858
|
+
export { Icon56MessageCircleFillGreen } from "./56/message_circle_fill_green_56";
|
|
2851
2859
|
export { Icon56MessageOutline } from "./56/message_outline_56";
|
|
2852
2860
|
export { Icon56MessageReadOutline } from "./56/message_read_outline_56";
|
|
2853
2861
|
export { Icon56MessagesOutline } from "./56/messages_outline_56";
|
|
@@ -2876,6 +2884,7 @@ export { Icon56PhoneAddCircleFillBlue } from "./56/phone_add_circle_fill_blue_56
|
|
|
2876
2884
|
export { Icon56PhoneCircleFillGreen } from "./56/phone_circle_fill_green_56";
|
|
2877
2885
|
export { Icon56PhoneDownOutline } from "./56/phone_down_outline_56";
|
|
2878
2886
|
export { Icon56PhoneOutline } from "./56/phone_outline_56";
|
|
2887
|
+
export { Icon56PictureCircleFillPurple } from "./56/picture_circle_fill_purple_56";
|
|
2879
2888
|
export { Icon56PictureInPicture } from "./56/picture_in_picture_56";
|
|
2880
2889
|
export { Icon56PlaceOutline } from "./56/place_outline_56";
|
|
2881
2890
|
export { Icon56PlayGesture } from "./56/play_gesture_56";
|
|
@@ -2907,6 +2916,7 @@ export { Icon56StatisticsOutline } from "./56/statistics_outline_56";
|
|
|
2907
2916
|
export { Icon56StickerOutline } from "./56/sticker_outline_56";
|
|
2908
2917
|
export { Icon56StopwatchOutline } from "./56/stopwatch_outline_56";
|
|
2909
2918
|
export { Icon56StoryCircleFillYellow } from "./56/story_circle_fill_yellow_56";
|
|
2919
|
+
export { Icon56StoryFillCirclePink } from "./56/story_fill_circle_pink_56";
|
|
2910
2920
|
export { Icon56StoryOutline } from "./56/story_outline_56";
|
|
2911
2921
|
export { Icon56TabletOutline } from "./56/tablet_outline_56";
|
|
2912
2922
|
export { Icon56TagOutline } from "./56/tag_outline_56";
|
|
@@ -2921,6 +2931,7 @@ export { Icon56UnnamedDeviceOutline } from "./56/unnamed_device_outline_56";
|
|
|
2921
2931
|
export { Icon56UserAddBadgeOutline } from "./56/user_add_badge_outline_56";
|
|
2922
2932
|
export { Icon56UserAddOutline } from "./56/user_add_outline_56";
|
|
2923
2933
|
export { Icon56UserBookOutline } from "./56/user_book_outline_56";
|
|
2934
|
+
export { Icon56UserCircleFillBlue } from "./56/user_circle_fill_blue_56";
|
|
2924
2935
|
export { Icon56UserCircleOutline } from "./56/user_circle_outline_56";
|
|
2925
2936
|
export { Icon56UserMicrophoneBadgeOutline } from "./56/user_microphone_badge_outline_56";
|
|
2926
2937
|
export { Icon56UserMicrophoneOutline } from "./56/user_microphone_outline_56";
|