@vkontakte/icons 2.24.0 → 2.25.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/lock_circle_fill_blue.js +12 -0
- package/dist/20/live_outline.js +12 -0
- package/dist/24/hashtag_outline.js +12 -0
- package/dist/es6/16/lock_circle_fill_blue.js +2 -0
- package/dist/es6/20/live_outline.js +2 -0
- package/dist/es6/24/hashtag_outline.js +2 -0
- package/dist/es6/index.js +3 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +24 -12
- package/dist/typings/16/lock_circle_fill_blue.d.ts +12 -0
- package/dist/typings/20/live_outline.d.ts +12 -0
- package/dist/typings/24/hashtag_outline.d.ts +12 -0
- package/dist/typings/index.d.ts +3 -0
- package/package.json +1 -1
- package/src/svg/16/lock_circle_fill_blue_16.svg +1 -0
- package/src/svg/20/live_outline_20.svg +1 -0
- package/src/svg/24/hashtag_outline_24.svg +1 -0
- package/ts/16/lock_circle_fill_blue.ts +24 -0
- package/ts/20/live_outline.ts +24 -0
- package/ts/24/hashtag_outline.ts +24 -0
- package/ts/index.ts +3 -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)("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)("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)("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("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("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("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);
|
package/dist/es6/index.js
CHANGED
|
@@ -238,6 +238,7 @@ export { default as Icon16ListNumberOutline } from "./16/list_number_outline";
|
|
|
238
238
|
export { default as Icon16ListPlayOutline } from "./16/list_play_outline";
|
|
239
239
|
export { default as Icon16Location } from "./16/location";
|
|
240
240
|
export { default as Icon16Lock } from "./16/lock";
|
|
241
|
+
export { default as Icon16LockCircleFillBlue } from "./16/lock_circle_fill_blue";
|
|
241
242
|
export { default as Icon16LockOpen } from "./16/lock_open";
|
|
242
243
|
export { default as Icon16LockOutline } from "./16/lock_outline";
|
|
243
244
|
export { default as Icon16LogoAndroid } from "./16/logo_android";
|
|
@@ -601,6 +602,7 @@ export { default as Icon20ListNumberOutline } from "./20/list_number_outline";
|
|
|
601
602
|
export { default as Icon20ListPenOutline } from "./20/list_pen_outline";
|
|
602
603
|
export { default as Icon20ListPlayOutline } from "./20/list_play_outline";
|
|
603
604
|
export { default as Icon20ListPlusOutline } from "./20/list_plus_outline";
|
|
605
|
+
export { default as Icon20LiveOutline } from "./20/live_outline";
|
|
604
606
|
export { default as Icon20LiveSlashOutline } from "./20/live_slash_outline";
|
|
605
607
|
export { default as Icon20LocationMapOutline } from "./20/location_map_outline";
|
|
606
608
|
export { default as Icon20LocationOutline } from "./20/location_outline";
|
|
@@ -1069,6 +1071,7 @@ export { default as Icon24HammerOutline } from "./24/hammer_outline";
|
|
|
1069
1071
|
export { default as Icon24HandHeartFilled } from "./24/hand_heart_filled";
|
|
1070
1072
|
export { default as Icon24HandOutline } from "./24/hand_outline";
|
|
1071
1073
|
export { default as Icon24HangerOutline } from "./24/hanger_outline";
|
|
1074
|
+
export { default as Icon24HashtagOutline } from "./24/hashtag_outline";
|
|
1072
1075
|
export { default as Icon24Headphones } from "./24/headphones";
|
|
1073
1076
|
export { default as Icon24HealthOutline } from "./24/health_outline";
|
|
1074
1077
|
export { default as Icon24Help } from "./24/help";
|