@vkontakte/icons 2.97.0 → 2.98.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/like_12.js +13 -0
- package/dist/16/cake_circle_fill_purple_16.js +13 -0
- package/dist/es6/12/like_12.js +3 -0
- package/dist/es6/16/cake_circle_fill_purple_16.js +3 -0
- package/dist/es6/index.js +2 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +8 -0
- package/dist/typings/12/like_12.d.ts +11 -0
- package/dist/typings/16/cake_circle_fill_purple_16.d.ts +11 -0
- package/dist/typings/index.d.ts +2 -0
- package/package.json +3 -3
- package/src/svg/12/like_12.svg +1 -0
- package/src/svg/16/cake_circle_fill_purple_16.svg +15 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon12Like", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon12Like;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon12Like = (0, _iconssprite.makeIcon)("Icon12Like", "like_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="like_12"><path fill-rule="evenodd" d="M6.003 2.47a4 4 0 0 0-.15-.145c-.438-.399-1.126-.827-2.053-.827C2.104 1.498.752 2.9.752 4.601c0 .842.166 1.486.682 2.19.509.694 1.354 1.443 2.692 2.507l1.231.979c.379.301.913.301 1.291 0l1.231-.979c1.338-1.064 2.184-1.813 2.693-2.507.516-.704.682-1.348.682-2.19 0-1.701-1.352-3.103-3.048-3.103-.926 0-1.615.428-2.053.827a4 4 0 0 0-.15.145" clip-rule="evenodd" /></symbol>', 12, 12, 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, "Icon16CakeCircleFillPurple", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16CakeCircleFillPurple;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16CakeCircleFillPurple = (0, _iconssprite.makeIcon)("Icon16CakeCircleFillPurple", "cake_circle_fill_purple_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="cake_circle_fill_purple_16"><g clip-path="url(#cake_circle_fill_purple_16_a)"><path fill="url(#cake_circle_fill_purple_16_b)" fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16" clip-rule="evenodd" /><path fill="#fff" d="M11.6 10.62v1.471a.904.904 0 0 1-.9.909H5.3a.904.904 0 0 1-.9-.909V10.62a3.7 3.7 0 0 0 .9.108 3.2 3.2 0 0 0 1.35-.269c.385.176.838.27 1.35.27a3.2 3.2 0 0 0 1.35-.27c.385.176.838.27 1.35.27.28 0 .588-.03.9-.11ZM3.5 7.548c0-.502.403-.91.9-.91h7.2c.497 0 .9.408.9.91 0 1.363-.9 1.817-1.8 1.817-1.35 0-1.35-.909-1.35-.909s0 .909-1.35.909-1.35-.909-1.35-.909 0 .909-1.35.909c-.9 0-1.8-.454-1.8-1.817M7.917 3.05a.095.095 0 0 1 .167 0c.42.774.816 1.112.816 1.771a.904.904 0 0 1-.9.91.904.904 0 0 1-.9-.91c0-.66.396-.997.817-1.772Z" /></g><defs><linearGradient id="cake_circle_fill_purple_16_b" x1="-8" x2="8" y1="8" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#937FF5" /><stop offset="1" stop-color="#735CE6" /></linearGradient><clipPath id="cake_circle_fill_purple_16_a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon12Like = makeIcon("Icon12Like", "like_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="like_12"><path fill-rule="evenodd" d="M6.003 2.47a4 4 0 0 0-.15-.145c-.438-.399-1.126-.827-2.053-.827C2.104 1.498.752 2.9.752 4.601c0 .842.166 1.486.682 2.19.509.694 1.354 1.443 2.692 2.507l1.231.979c.379.301.913.301 1.291 0l1.231-.979c1.338-1.064 2.184-1.813 2.693-2.507.516-.704.682-1.348.682-2.19 0-1.701-1.352-3.103-3.048-3.103-.926 0-1.615.428-2.053.827a4 4 0 0 0-.15.145" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16CakeCircleFillPurple = makeIcon("Icon16CakeCircleFillPurple", "cake_circle_fill_purple_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="cake_circle_fill_purple_16"><g clip-path="url(#cake_circle_fill_purple_16_a)"><path fill="url(#cake_circle_fill_purple_16_b)" fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16" clip-rule="evenodd" /><path fill="#fff" d="M11.6 10.62v1.471a.904.904 0 0 1-.9.909H5.3a.904.904 0 0 1-.9-.909V10.62a3.7 3.7 0 0 0 .9.108 3.2 3.2 0 0 0 1.35-.269c.385.176.838.27 1.35.27a3.2 3.2 0 0 0 1.35-.27c.385.176.838.27 1.35.27.28 0 .588-.03.9-.11ZM3.5 7.548c0-.502.403-.91.9-.91h7.2c.497 0 .9.408.9.91 0 1.363-.9 1.817-1.8 1.817-1.35 0-1.35-.909-1.35-.909s0 .909-1.35.909-1.35-.909-1.35-.909 0 .909-1.35.909c-.9 0-1.8-.454-1.8-1.817M7.917 3.05a.095.095 0 0 1 .167 0c.42.774.816 1.112.816 1.771a.904.904 0 0 1-.9.91.904.904 0 0 1-.9-.91c0-.66.396-.997.817-1.772Z" /></g><defs><linearGradient id="cake_circle_fill_purple_16_b" x1="-8" x2="8" y1="8" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#937FF5" /><stop offset="1" stop-color="#735CE6" /></linearGradient><clipPath id="cake_circle_fill_purple_16_a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></symbol>', 16, 16, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -63,6 +63,7 @@ export { Icon12Help } from "./12/help_12";
|
|
|
63
63
|
export { Icon12HieroglyphCharacterOutline } from "./12/hieroglyph_character_outline_12";
|
|
64
64
|
export { Icon12Home } from "./12/home_12";
|
|
65
65
|
export { Icon12InfoCircle } from "./12/info_circle_12";
|
|
66
|
+
export { Icon12Like } from "./12/like_12";
|
|
66
67
|
export { Icon12LikeOutline } from "./12/like_outline_12";
|
|
67
68
|
export { Icon12ListPlayOutline } from "./12/list_play_outline_12";
|
|
68
69
|
export { Icon12Lock } from "./12/lock_12";
|
|
@@ -151,6 +152,7 @@ export { Icon16Bookmark } from "./16/bookmark_16";
|
|
|
151
152
|
export { Icon16BookmarkOutline } from "./16/bookmark_outline_16";
|
|
152
153
|
export { Icon16BrushOutline } from "./16/brush_outline_16";
|
|
153
154
|
export { Icon16BuildingOutline } from "./16/building_outline_16";
|
|
155
|
+
export { Icon16CakeCircleFillPurple } from "./16/cake_circle_fill_purple_16";
|
|
154
156
|
export { Icon16CalendarOutline } from "./16/calendar_outline_16";
|
|
155
157
|
export { Icon16Camera } from "./16/camera_16";
|
|
156
158
|
export { Icon16CamSlash } from "./16/cam_slash_16";
|