@vkontakte/icons 2.59.0 → 2.60.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/28/play_circle_fill_white_28.js +13 -0
- package/dist/es6/28/play_circle_fill_white_28.js +3 -0
- package/dist/es6/index.js +1 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +4 -0
- package/dist/typings/28/play_circle_fill_white_28.d.ts +11 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/svg/28/play_circle_fill_white_28.svg +11 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Icon28PlayCircleFillWhite", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Icon28PlayCircleFillWhite;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
"use-client";
|
|
13
|
+
var Icon28PlayCircleFillWhite = (0, _iconssprite.makeIcon)("Icon28PlayCircleFillWhite", "play_circle_fill_white_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="play_circle_fill_white_28"><g clip-path="url(#play_circle_fill_white_28_a)"><circle cx="14" cy="14" r="14" fill="#fff" /><path fill="#000" d="M19.024 13.13c.635.384.635 1.354 0 1.738l-6.612 3.997c-.63.38-1.412-.1-1.412-.868v-7.995c0-.768.783-1.25 1.412-.869l6.612 3.998Z" /></g><defs><clipPath id="play_circle_fill_white_28_a"><path fill="#fff" d="M0 0h28v28H0z" /></clipPath></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon28PlayCircleFillWhite = makeIcon("Icon28PlayCircleFillWhite", "play_circle_fill_white_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="play_circle_fill_white_28"><g clip-path="url(#play_circle_fill_white_28_a)"><circle cx="14" cy="14" r="14" fill="#fff" /><path fill="#000" d="M19.024 13.13c.635.384.635 1.354 0 1.738l-6.612 3.997c-.63.38-1.412-.1-1.412-.868v-7.995c0-.768.783-1.25 1.412-.869l6.612 3.998Z" /></g><defs><clipPath id="play_circle_fill_white_28_a"><path fill="#fff" d="M0 0h28v28H0z" /></clipPath></defs></symbol>', 28, 28, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -2070,6 +2070,7 @@ export { Icon28PlayCards2Outline } from "./28/play_cards_2_outline_28";
|
|
|
2070
2070
|
export { Icon28PlayCircle } from "./28/play_circle_28";
|
|
2071
2071
|
export { Icon28PlayCircleFillAzure } from "./28/play_circle_fill_azure_28";
|
|
2072
2072
|
export { Icon28PlayCircleFillGray } from "./28/play_circle_fill_gray_28";
|
|
2073
|
+
export { Icon28PlayCircleFillWhite } from "./28/play_circle_fill_white_28";
|
|
2073
2074
|
export { Icon28PlaylistOutline } from "./28/playlist_outline_28";
|
|
2074
2075
|
export { Icon28PlayRectangleStackOutline } from "./28/play_rectangle_stack_outline_28";
|
|
2075
2076
|
export { Icon28PlaySpeedOutline } from "./28/play_speed_outline_28";
|