@vkontakte/icons 2.24.0 → 2.26.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/add_circle.js +12 -0
- package/dist/16/lock_circle_fill_blue.js +12 -0
- package/dist/20/heart_settings_outline.js +12 -0
- package/dist/20/live_outline.js +12 -0
- package/dist/24/cancel_circle_fill_red.js +12 -0
- package/dist/24/check_circle_fill_green.js +12 -0
- package/dist/24/clock_circle_fill_gray.js +12 -0
- package/dist/24/error_circle_fill_gray.js +12 -0
- package/dist/24/error_circle_fill_red.js +12 -0
- package/dist/24/hashtag_outline.js +12 -0
- package/dist/28/articles_slash_outline.js +12 -0
- package/dist/es6/16/add_circle.js +2 -0
- package/dist/es6/16/lock_circle_fill_blue.js +2 -0
- package/dist/es6/20/heart_settings_outline.js +2 -0
- package/dist/es6/20/live_outline.js +2 -0
- package/dist/es6/24/cancel_circle_fill_red.js +2 -0
- package/dist/es6/24/check_circle_fill_green.js +2 -0
- package/dist/es6/24/clock_circle_fill_gray.js +2 -0
- package/dist/es6/24/error_circle_fill_gray.js +2 -0
- package/dist/es6/24/error_circle_fill_red.js +2 -0
- package/dist/es6/24/hashtag_outline.js +2 -0
- package/dist/es6/28/articles_slash_outline.js +2 -0
- package/dist/es6/index.js +11 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +62 -18
- package/dist/typings/16/add_circle.d.ts +12 -0
- package/dist/typings/16/lock_circle_fill_blue.d.ts +12 -0
- package/dist/typings/20/heart_settings_outline.d.ts +12 -0
- package/dist/typings/20/live_outline.d.ts +12 -0
- package/dist/typings/24/cancel_circle_fill_red.d.ts +12 -0
- package/dist/typings/24/check_circle_fill_green.d.ts +12 -0
- package/dist/typings/24/clock_circle_fill_gray.d.ts +12 -0
- package/dist/typings/24/error_circle_fill_gray.d.ts +12 -0
- package/dist/typings/24/error_circle_fill_red.d.ts +12 -0
- package/dist/typings/24/hashtag_outline.d.ts +12 -0
- package/dist/typings/28/articles_slash_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +11 -0
- package/package.json +1 -1
- package/src/svg/16/add_circle_16.svg +1 -0
- package/src/svg/16/lock_circle_fill_blue_16.svg +1 -0
- package/src/svg/20/heart_settings_outline_20.svg +1 -0
- package/src/svg/20/live_outline_20.svg +1 -0
- package/src/svg/24/cancel_circle_fill_red_24.svg +1 -0
- package/src/svg/24/check_circle_fill_green_24.svg +1 -0
- package/src/svg/24/clock_circle_fill_gray_24.svg +1 -0
- package/src/svg/24/error_circle_fill_gray_24.svg +1 -0
- package/src/svg/24/error_circle_fill_red_24.svg +1 -0
- package/src/svg/24/hashtag_outline_24.svg +1 -0
- package/src/svg/28/articles_slash_outline_28.svg +1 -0
- package/ts/16/add_circle.ts +24 -0
- package/ts/16/lock_circle_fill_blue.ts +24 -0
- package/ts/20/heart_settings_outline.ts +24 -0
- package/ts/20/live_outline.ts +24 -0
- package/ts/24/cancel_circle_fill_red.ts +24 -0
- package/ts/24/check_circle_fill_green.ts +24 -0
- package/ts/24/clock_circle_fill_gray.ts +24 -0
- package/ts/24/error_circle_fill_gray.ts +24 -0
- package/ts/24/error_circle_fill_red.ts +24 -0
- package/ts/24/hashtag_outline.ts +24 -0
- package/ts/28/articles_slash_outline.ts +24 -0
- package/ts/index.ts +11 -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)("Icon16AddCircle", "add_circle_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="add_circle_16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Z" opacity=".12" /><path fill-rule="evenodd" d="M8.9 4.9a.9.9 0 0 0-1.8 0v2.2H4.9a.9.9 0 0 0 0 1.8h2.2v2.2a.9.9 0 1 0 1.8 0V8.9h2.2a.9.9 0 1 0 0-1.8H8.9V4.9Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconsSprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconsSprite.makeIcon)("Icon16LockCircleFillBlue", "lock_circle_fill_blue_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="lock_circle_fill_blue_16"><g fill-rule="evenodd" clip-path="url(#lock_circle_fill_blue_16_a)" clip-rule="evenodd"><path fill="url(#lock_circle_fill_blue_16_b)" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z" /><path fill="#fff" d="M5.4 6.004V5.6a2.6 2.6 0 0 1 5.2 0v.404c.346.008.565.035.745.127a1.2 1.2 0 0 1 .524.524C12 6.912 12 7.248 12 7.92v2.16c0 .672 0 1.008-.13 1.265a1.2 1.2 0 0 1-.525.524c-.257.131-.593.131-1.265.131H5.92c-.672 0-1.008 0-1.265-.13a1.2 1.2 0 0 1-.524-.525C4 11.088 4 10.752 4 10.08V7.92c0-.672 0-1.008.13-1.265a1.2 1.2 0 0 1 .525-.524c.18-.092.399-.12.745-.127ZM6.6 5.6a1.4 1.4 0 0 1 2.8 0V6H6.6v-.4ZM8 7.9a.6.6 0 0 1 .6.6v1.1a.6.6 0 0 1-1.2 0V8.5a.6.6 0 0 1 .6-.6Z" /></g><defs><linearGradient id="lock_circle_fill_blue_16_b" x1="-8" x2="8" y1="8" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient><clipPath id="lock_circle_fill_blue_16_a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconsSprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconsSprite.makeIcon)("Icon20HeartSettingsOutline", "heart_settings_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="heart_settings_outline_20"><path d="M6.371 2.5A5.371 5.371 0 0 0 1 7.871c0 1.39.285 2.563 1.263 3.843.88 1.151 2.314 2.373 4.44 4.026l1.418 1.103a.75.75 0 0 0 .92-1.184l-1.418-1.103c-2.142-1.667-3.423-2.778-4.168-3.753C2.71 9.828 2.5 8.99 2.5 7.87A3.871 3.871 0 0 1 6.371 4c1.124 0 2.137.53 3.055 1.622a.75.75 0 0 0 1.148 0C11.492 4.529 12.505 4 13.63 4a3.871 3.871 0 0 1 3.87 3.865l-.002.123a.75.75 0 1 0 1.5.024L19 7.884V7.87a5.371 5.371 0 0 0-5.371-5.37c-1.4 0-2.611.571-3.629 1.543C8.982 3.07 7.771 2.5 6.371 2.5Z" /><path fill-rule="evenodd" d="m15.063 9.375.017.058c.094.319.187.636.716.942.63.17.937 0 1.223-.19.298-.199.387-.141.506-.024l.29.29c.132.132.185.185 0 .53l-.03.053c-.158.292-.317.583-.158 1.173.324.565.66.663.998.73.352.07.373.174.375.341v.41c0 .187 0 .262-.375.374l-.059.018c-.318.094-.636.187-.94.716-.172.63-.002.937.189 1.223.198.298.14.387.024.506l-.29.29c-.132.132-.185.185-.53 0l-.054-.03c-.291-.159-.582-.317-1.172-.159-.565.325-.663.662-.73.999-.07.351-.174.373-.341.375h-.41c-.187 0-.262 0-.374-.375l-.018-.059c-.094-.318-.187-.636-.716-.941-.63-.17-.937-.001-1.223.19-.298.198-.387.14-.506.023l-.29-.289c-.132-.132-.185-.186 0-.53l.03-.054c.158-.291.317-.582.158-1.173-.324-.565-.66-.662-.998-.73-.352-.07-.373-.173-.375-.34v-.41c0-.187 0-.262.375-.375l.059-.017c.318-.094.636-.188.94-.717.171-.629.002-.936-.189-1.222-.198-.299-.14-.387-.024-.506l.29-.29c.132-.132.185-.185.53 0l.054.03c.291.158.582.317 1.172.158.565-.324.663-.661.73-.998.07-.352.174-.374.341-.375h.41c.187 0 .262 0 .374.375Zm1.406 4.125a1.969 1.969 0 1 1-3.938 0 1.969 1.969 0 0 1 3.938 0Z" clip-rule="evenodd" /></symbol>', 20, 20, 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)("Icon20LiveOutline", "live_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="live_outline_20"><path d="M11.5 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" /><path fill-rule="evenodd" d="M10 15a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M10 18.5a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm7-8.5a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z" clip-rule="evenodd" /></symbol>', 20, 20, 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)("Icon24CancelCircleFillRed", "cancel_circle_fill_red_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="cancel_circle_fill_red_24"><path fill="#FF3347" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" d="M7.293 8.707a1 1 0 0 1 1.414-1.414L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414L13.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L10.586 12 7.293 8.707Z" /></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)("Icon24CheckCircleFillGreen", "check_circle_fill_green_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="check_circle_fill_green_24"><path fill="#4BB34B" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" fill-rule="evenodd" d="M18.207 7.793a1 1 0 0 1 0 1.414l-7.5 7.5a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414L10 14.586l6.793-6.793a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconsSprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
var _default = (0, _iconsSprite.makeIcon)("Icon24ClockCircleFillGray", "clock_circle_fill_gray_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="clock_circle_fill_gray_24"><path fill="#A3ADB8" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" fill-rule="evenodd" d="M11.499 4.998c.55 0 .996.448.996 1l-.001 7.194 5.054 1.869a1 1 0 0 1-.69 1.876l-5.706-2.11a1 1 0 0 1-.652-.938l.002-7.891c0-.552.446-1 .997-1Z" 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)("Icon24ErrorCircleFillGray", "error_circle_fill_gray_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="error_circle_fill_gray_24"><circle cx="12" cy="12" r="12" fill="#A3ADB8" /><path fill="#fff" d="M12 5c-.815 0-1.464.684-1.421 1.498l.368 7.003.006.093A1 1 0 0 0 12 14.5h.092a1 1 0 0 0 .955-.906l.006-.093.368-7.003A1.423 1.423 0 0 0 12 5Zm0 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" /></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)("Icon24ErrorCircleFillRed", "error_circle_fill_red_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="error_circle_fill_red_24"><circle cx="12" cy="12" r="12" fill="#FF3347" /><path fill="#fff" d="M12 5c-.815 0-1.464.684-1.421 1.498l.368 7.003.006.093A1 1 0 0 0 12 14.5h.092a1 1 0 0 0 .955-.906l.006-.093.368-7.003A1.423 1.423 0 0 0 12 5Zm0 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" /></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)("Icon24HashtagOutline", "hashtag_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hashtag_outline_24"><path fill-rule="evenodd" d="M11.78 3.194a.998.998 0 0 0-1.958-.391L8.782 8H6a1 1 0 0 0 0 2h2.382l-.8 4H4.5a1 1 0 1 0 0 2h2.681l-.961 4.806a.998.998 0 0 0 1.958.392L9.218 16h3.963l-.961 4.806a.998.998 0 0 0 1.958.392L15.218 16H18a1 1 0 1 0 0-2h-2.382l.8-4H19.5a1 1 0 1 0 0-2h-2.681l.961-4.806a.998.998 0 0 0-1.958-.391L14.782 8h-3.963l.961-4.806ZM14.382 10h-3.963l-.8 4h3.962l.8-4Z" 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)("Icon28ArticlesSlashOutline", "articles_slash_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="articles_slash_outline_28"><path d="M5.71 3.298a1 1 0 0 0-1.414 1.414l1.29 1.29H3.002a1 1 0 0 0 0 2h3v7.003a1 1 0 1 0 2 0V8.417l5.586 5.588H12a1 1 0 1 0 0 2h3.59l4 4H7a1 1 0 1 0 0 2h14.587l2.708 2.707a1 1 0 0 0 1.414-1.414l-20-20ZM15 9.002a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm7.004 5.003a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Z" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon16AddCircle", "add_circle_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="add_circle_16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Z" opacity=".12" /><path fill-rule="evenodd" d="M8.9 4.9a.9.9 0 0 0-1.8 0v2.2H4.9a.9.9 0 0 0 0 1.8h2.2v2.2a.9.9 0 1 0 1.8 0V8.9h2.2a.9.9 0 1 0 0-1.8H8.9V4.9Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon16LockCircleFillBlue", "lock_circle_fill_blue_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="lock_circle_fill_blue_16"><g fill-rule="evenodd" clip-path="url(#lock_circle_fill_blue_16_a)" clip-rule="evenodd"><path fill="url(#lock_circle_fill_blue_16_b)" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z" /><path fill="#fff" d="M5.4 6.004V5.6a2.6 2.6 0 0 1 5.2 0v.404c.346.008.565.035.745.127a1.2 1.2 0 0 1 .524.524C12 6.912 12 7.248 12 7.92v2.16c0 .672 0 1.008-.13 1.265a1.2 1.2 0 0 1-.525.524c-.257.131-.593.131-1.265.131H5.92c-.672 0-1.008 0-1.265-.13a1.2 1.2 0 0 1-.524-.525C4 11.088 4 10.752 4 10.08V7.92c0-.672 0-1.008.13-1.265a1.2 1.2 0 0 1 .525-.524c.18-.092.399-.12.745-.127ZM6.6 5.6a1.4 1.4 0 0 1 2.8 0V6H6.6v-.4ZM8 7.9a.6.6 0 0 1 .6.6v1.1a.6.6 0 0 1-1.2 0V8.5a.6.6 0 0 1 .6-.6Z" /></g><defs><linearGradient id="lock_circle_fill_blue_16_b" x1="-8" x2="8" y1="8" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient><clipPath id="lock_circle_fill_blue_16_a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon20HeartSettingsOutline", "heart_settings_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="heart_settings_outline_20"><path d="M6.371 2.5A5.371 5.371 0 0 0 1 7.871c0 1.39.285 2.563 1.263 3.843.88 1.151 2.314 2.373 4.44 4.026l1.418 1.103a.75.75 0 0 0 .92-1.184l-1.418-1.103c-2.142-1.667-3.423-2.778-4.168-3.753C2.71 9.828 2.5 8.99 2.5 7.87A3.871 3.871 0 0 1 6.371 4c1.124 0 2.137.53 3.055 1.622a.75.75 0 0 0 1.148 0C11.492 4.529 12.505 4 13.63 4a3.871 3.871 0 0 1 3.87 3.865l-.002.123a.75.75 0 1 0 1.5.024L19 7.884V7.87a5.371 5.371 0 0 0-5.371-5.37c-1.4 0-2.611.571-3.629 1.543C8.982 3.07 7.771 2.5 6.371 2.5Z" /><path fill-rule="evenodd" d="m15.063 9.375.017.058c.094.319.187.636.716.942.63.17.937 0 1.223-.19.298-.199.387-.141.506-.024l.29.29c.132.132.185.185 0 .53l-.03.053c-.158.292-.317.583-.158 1.173.324.565.66.663.998.73.352.07.373.174.375.341v.41c0 .187 0 .262-.375.374l-.059.018c-.318.094-.636.187-.94.716-.172.63-.002.937.189 1.223.198.298.14.387.024.506l-.29.29c-.132.132-.185.185-.53 0l-.054-.03c-.291-.159-.582-.317-1.172-.159-.565.325-.663.662-.73.999-.07.351-.174.373-.341.375h-.41c-.187 0-.262 0-.374-.375l-.018-.059c-.094-.318-.187-.636-.716-.941-.63-.17-.937-.001-1.223.19-.298.198-.387.14-.506.023l-.29-.289c-.132-.132-.185-.186 0-.53l.03-.054c.158-.291.317-.582.158-1.173-.324-.565-.66-.662-.998-.73-.352-.07-.373-.173-.375-.34v-.41c0-.187 0-.262.375-.375l.059-.017c.318-.094.636-.188.94-.717.171-.629.002-.936-.189-1.222-.198-.299-.14-.387-.024-.506l.29-.29c.132-.132.185-.185.53 0l.054.03c.291.158.582.317 1.172.158.565-.324.663-.661.73-.998.07-.352.174-.374.341-.375h.41c.187 0 .262 0 .374.375Zm1.406 4.125a1.969 1.969 0 1 1-3.938 0 1.969 1.969 0 0 1 3.938 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon20LiveOutline", "live_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="live_outline_20"><path d="M11.5 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" /><path fill-rule="evenodd" d="M10 15a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M10 18.5a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm7-8.5a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24CancelCircleFillRed", "cancel_circle_fill_red_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="cancel_circle_fill_red_24"><path fill="#FF3347" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" d="M7.293 8.707a1 1 0 0 1 1.414-1.414L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414L13.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L10.586 12 7.293 8.707Z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24CheckCircleFillGreen", "check_circle_fill_green_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="check_circle_fill_green_24"><path fill="#4BB34B" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" fill-rule="evenodd" d="M18.207 7.793a1 1 0 0 1 0 1.414l-7.5 7.5a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414L10 14.586l6.793-6.793a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24ClockCircleFillGray", "clock_circle_fill_gray_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="clock_circle_fill_gray_24"><path fill="#A3ADB8" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" fill-rule="evenodd" d="M11.499 4.998c.55 0 .996.448.996 1l-.001 7.194 5.054 1.869a1 1 0 0 1-.69 1.876l-5.706-2.11a1 1 0 0 1-.652-.938l.002-7.891c0-.552.446-1 .997-1Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24ErrorCircleFillGray", "error_circle_fill_gray_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="error_circle_fill_gray_24"><circle cx="12" cy="12" r="12" fill="#A3ADB8" /><path fill="#fff" d="M12 5c-.815 0-1.464.684-1.421 1.498l.368 7.003.006.093A1 1 0 0 0 12 14.5h.092a1 1 0 0 0 .955-.906l.006-.093.368-7.003A1.423 1.423 0 0 0 12 5Zm0 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24ErrorCircleFillRed", "error_circle_fill_red_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="error_circle_fill_red_24"><circle cx="12" cy="12" r="12" fill="#FF3347" /><path fill="#fff" d="M12 5c-.815 0-1.464.684-1.421 1.498l.368 7.003.006.093A1 1 0 0 0 12 14.5h.092a1 1 0 0 0 .955-.906l.006-.093.368-7.003A1.423 1.423 0 0 0 12 5Zm0 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon24HashtagOutline", "hashtag_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hashtag_outline_24"><path fill-rule="evenodd" d="M11.78 3.194a.998.998 0 0 0-1.958-.391L8.782 8H6a1 1 0 0 0 0 2h2.382l-.8 4H4.5a1 1 0 1 0 0 2h2.681l-.961 4.806a.998.998 0 0 0 1.958.392L9.218 16h3.963l-.961 4.806a.998.998 0 0 0 1.958.392L15.218 16H18a1 1 0 1 0 0-2h-2.382l.8-4H19.5a1 1 0 1 0 0-2h-2.681l.961-4.806a.998.998 0 0 0-1.958-.391L14.782 8h-3.963l.961-4.806ZM14.382 10h-3.963l-.8 4h3.962l.8-4Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
2
|
+
export default makeIcon("Icon28ArticlesSlashOutline", "articles_slash_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="articles_slash_outline_28"><path d="M5.71 3.298a1 1 0 0 0-1.414 1.414l1.29 1.29H3.002a1 1 0 0 0 0 2h3v7.003a1 1 0 1 0 2 0V8.417l5.586 5.588H12a1 1 0 1 0 0 2h3.59l4 4H7a1 1 0 1 0 0 2h14.587l2.708 2.707a1 1 0 0 0 1.414-1.414l-20-20ZM15 9.002a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm7.004 5.003a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Z" /></symbol>', 28, 28, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -92,6 +92,7 @@ export { default as Icon12Verified } from "./12/verified";
|
|
|
92
92
|
export { default as Icon12VerifiedAlt } from "./12/verified_alt";
|
|
93
93
|
export { default as Icon12View } from "./12/view";
|
|
94
94
|
export { default as Icon16Add } from "./16/add";
|
|
95
|
+
export { default as Icon16AddCircle } from "./16/add_circle";
|
|
95
96
|
export { default as Icon16AddCircleOutline } from "./16/add_circle_outline";
|
|
96
97
|
export { default as Icon16AddSquareOutline } from "./16/add_square_outline";
|
|
97
98
|
export { default as Icon16Advertising } from "./16/advertising";
|
|
@@ -238,6 +239,7 @@ export { default as Icon16ListNumberOutline } from "./16/list_number_outline";
|
|
|
238
239
|
export { default as Icon16ListPlayOutline } from "./16/list_play_outline";
|
|
239
240
|
export { default as Icon16Location } from "./16/location";
|
|
240
241
|
export { default as Icon16Lock } from "./16/lock";
|
|
242
|
+
export { default as Icon16LockCircleFillBlue } from "./16/lock_circle_fill_blue";
|
|
241
243
|
export { default as Icon16LockOpen } from "./16/lock_open";
|
|
242
244
|
export { default as Icon16LockOutline } from "./16/lock_outline";
|
|
243
245
|
export { default as Icon16LogoAndroid } from "./16/logo_android";
|
|
@@ -564,6 +566,7 @@ export { default as Icon20Grid4UnevenVerticalOutline } from "./20/grid_4_uneven_
|
|
|
564
566
|
export { default as Icon20Hand } from "./20/hand";
|
|
565
567
|
export { default as Icon20HeadphonesSupportOutline } from "./20/headphones_support_outline";
|
|
566
568
|
export { default as Icon20HealthOutline } from "./20/health_outline";
|
|
569
|
+
export { default as Icon20HeartSettingsOutline } from "./20/heart_settings_outline";
|
|
567
570
|
export { default as Icon20HelpOutline } from "./20/help_outline";
|
|
568
571
|
export { default as Icon20HideOutline } from "./20/hide_outline";
|
|
569
572
|
export { default as Icon20HieroglyphCharacterOutline } from "./20/hieroglyph_character_outline";
|
|
@@ -601,6 +604,7 @@ export { default as Icon20ListNumberOutline } from "./20/list_number_outline";
|
|
|
601
604
|
export { default as Icon20ListPenOutline } from "./20/list_pen_outline";
|
|
602
605
|
export { default as Icon20ListPlayOutline } from "./20/list_play_outline";
|
|
603
606
|
export { default as Icon20ListPlusOutline } from "./20/list_plus_outline";
|
|
607
|
+
export { default as Icon20LiveOutline } from "./20/live_outline";
|
|
604
608
|
export { default as Icon20LiveSlashOutline } from "./20/live_slash_outline";
|
|
605
609
|
export { default as Icon20LocationMapOutline } from "./20/location_map_outline";
|
|
606
610
|
export { default as Icon20LocationOutline } from "./20/location_outline";
|
|
@@ -931,6 +935,7 @@ export { default as Icon24CalendarOutline } from "./24/calendar_outline";
|
|
|
931
935
|
export { default as Icon24Camera } from "./24/camera";
|
|
932
936
|
export { default as Icon24CameraOutline } from "./24/camera_outline";
|
|
933
937
|
export { default as Icon24Cancel } from "./24/cancel";
|
|
938
|
+
export { default as Icon24CancelCircleFillRed } from "./24/cancel_circle_fill_red";
|
|
934
939
|
export { default as Icon24CancelOutline } from "./24/cancel_outline";
|
|
935
940
|
export { default as Icon24Cards2Outline } from "./24/cards_2_outline";
|
|
936
941
|
export { default as Icon24CarOutline } from "./24/car_outline";
|
|
@@ -940,6 +945,7 @@ export { default as Icon24Chats } from "./24/chats";
|
|
|
940
945
|
export { default as Icon24CheckBoxOff } from "./24/check_box_off";
|
|
941
946
|
export { default as Icon24CheckBoxOn } from "./24/check_box_on";
|
|
942
947
|
export { default as Icon24CheckCircleFilledBlue } from "./24/check_circle_filled_blue";
|
|
948
|
+
export { default as Icon24CheckCircleFillGreen } from "./24/check_circle_fill_green";
|
|
943
949
|
export { default as Icon24CheckCircleOff } from "./24/check_circle_off";
|
|
944
950
|
export { default as Icon24CheckCircleOn } from "./24/check_circle_on";
|
|
945
951
|
export { default as Icon24CheckCircleOutline } from "./24/check_circle_outline";
|
|
@@ -958,6 +964,7 @@ export { default as Icon24ChevronRight } from "./24/chevron_right";
|
|
|
958
964
|
export { default as Icon24ChevronRightSquareOutline } from "./24/chevron_right_square_outline";
|
|
959
965
|
export { default as Icon24ChevronUp } from "./24/chevron_up";
|
|
960
966
|
export { default as Icon24ClipOutline } from "./24/clip_outline";
|
|
967
|
+
export { default as Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray";
|
|
961
968
|
export { default as Icon24ClockOutline } from "./24/clock_outline";
|
|
962
969
|
export { default as Icon24CloudArrowUpOutline } from "./24/cloud_arrow_up_outline";
|
|
963
970
|
export { default as Icon24CloudOutline } from "./24/cloud_outline";
|
|
@@ -1021,6 +1028,8 @@ export { default as Icon24EducationOutline } from "./24/education_outline";
|
|
|
1021
1028
|
export { default as Icon24EmployeeOutline } from "./24/employee_outline";
|
|
1022
1029
|
export { default as Icon24Error } from "./24/error";
|
|
1023
1030
|
export { default as Icon24ErrorCircle } from "./24/error_circle";
|
|
1031
|
+
export { default as Icon24ErrorCircleFillGray } from "./24/error_circle_fill_gray";
|
|
1032
|
+
export { default as Icon24ErrorCircleFillRed } from "./24/error_circle_fill_red";
|
|
1024
1033
|
export { default as Icon24ErrorCircleOutline } from "./24/error_circle_outline";
|
|
1025
1034
|
export { default as Icon24EternalFlameOutline } from "./24/eternal_flame_outline";
|
|
1026
1035
|
export { default as Icon24EuroOutline } from "./24/euro_outline";
|
|
@@ -1069,6 +1078,7 @@ export { default as Icon24HammerOutline } from "./24/hammer_outline";
|
|
|
1069
1078
|
export { default as Icon24HandHeartFilled } from "./24/hand_heart_filled";
|
|
1070
1079
|
export { default as Icon24HandOutline } from "./24/hand_outline";
|
|
1071
1080
|
export { default as Icon24HangerOutline } from "./24/hanger_outline";
|
|
1081
|
+
export { default as Icon24HashtagOutline } from "./24/hashtag_outline";
|
|
1072
1082
|
export { default as Icon24Headphones } from "./24/headphones";
|
|
1073
1083
|
export { default as Icon24HealthOutline } from "./24/health_outline";
|
|
1074
1084
|
export { default as Icon24Help } from "./24/help";
|
|
@@ -1441,6 +1451,7 @@ export { default as Icon28ArrowUturnLeftOutline } from "./28/arrow_uturn_left_ou
|
|
|
1441
1451
|
export { default as Icon28ArrowUturnRightOutline } from "./28/arrow_uturn_right_outline";
|
|
1442
1452
|
export { default as Icon28ArticleOutline } from "./28/article_outline";
|
|
1443
1453
|
export { default as Icon28ArticlesOutline } from "./28/articles_outline";
|
|
1454
|
+
export { default as Icon28ArticlesSlashOutline } from "./28/articles_slash_outline";
|
|
1444
1455
|
export { default as Icon28AttachCircleFillBlue } from "./28/attach_circle_fill_blue";
|
|
1445
1456
|
export { default as Icon28Attachments } from "./28/attachments";
|
|
1446
1457
|
export { default as Icon28AttachOutline } from "./28/attach_outline";
|