@vkontakte/icons 2.149.0 → 2.150.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/20/carousel_outline_20.js +1 -1
- package/dist/24/add_circle_fill_blue_24.d.ts +13 -0
- package/dist/24/add_circle_fill_blue_24.js +13 -0
- package/dist/24/pause_circle_fill_white_24.js +1 -1
- package/dist/24/play_circle_fill_white_24.js +1 -1
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -0
- package/dist/typings/24/add_circle_fill_blue_24.d.ts +13 -0
- package/dist/typings/index.d.ts +1 -0
- package/dist_es6/20/carousel_outline_20.js +1 -1
- package/dist_es6/24/add_circle_fill_blue_24.d.ts +13 -0
- package/dist_es6/24/add_circle_fill_blue_24.js +3 -0
- package/dist_es6/24/pause_circle_fill_white_24.js +1 -1
- package/dist_es6/24/play_circle_fill_white_24.js +1 -1
- package/dist_es6/index.d.ts +1 -0
- package/dist_es6/index.js +1 -0
- package/package.json +3 -3
- package/src/svg/20/carousel_outline_20.svg +1 -1
- package/src/svg/24/add_circle_fill_blue_24.svg +4 -0
- package/src/svg/24/pause_circle_fill_white_24.svg +5 -1
- package/src/svg/24/play_circle_fill_white_24.svg +4 -1
package/dist/index.d.ts
CHANGED
|
@@ -1158,6 +1158,7 @@ export { Icon24AddAwardsOutline } from './24/add_awards_outline_24';
|
|
|
1158
1158
|
export { Icon24AddBracesOutline } from './24/add_braces_outline_24';
|
|
1159
1159
|
export { Icon24AddCircle } from './24/add_circle_24';
|
|
1160
1160
|
export { Icon24AddCircleDottedOutline } from './24/add_circle_dotted_outline_24';
|
|
1161
|
+
export { Icon24AddCircleFillBlue } from './24/add_circle_fill_blue_24';
|
|
1161
1162
|
export { Icon24AddCircleOutline } from './24/add_circle_outline_24';
|
|
1162
1163
|
export { Icon24AddOutline } from './24/add_outline_24';
|
|
1163
1164
|
export { Icon24AddRectangleLine } from './24/add_rectangle_line_24';
|
package/dist/index.js
CHANGED
|
@@ -3486,6 +3486,9 @@ _export(exports, {
|
|
|
3486
3486
|
Icon24AddCircleDottedOutline: function() {
|
|
3487
3487
|
return _add_circle_dotted_outline_24.Icon24AddCircleDottedOutline;
|
|
3488
3488
|
},
|
|
3489
|
+
Icon24AddCircleFillBlue: function() {
|
|
3490
|
+
return _add_circle_fill_blue_24.Icon24AddCircleFillBlue;
|
|
3491
|
+
},
|
|
3489
3492
|
Icon24AddCircleOutline: function() {
|
|
3490
3493
|
return _add_circle_outline_24.Icon24AddCircleOutline;
|
|
3491
3494
|
},
|
|
@@ -10569,6 +10572,7 @@ var _add_awards_outline_24 = require("./24/add_awards_outline_24");
|
|
|
10569
10572
|
var _add_braces_outline_24 = require("./24/add_braces_outline_24");
|
|
10570
10573
|
var _add_circle_24 = require("./24/add_circle_24");
|
|
10571
10574
|
var _add_circle_dotted_outline_24 = require("./24/add_circle_dotted_outline_24");
|
|
10575
|
+
var _add_circle_fill_blue_24 = require("./24/add_circle_fill_blue_24");
|
|
10572
10576
|
var _add_circle_outline_24 = require("./24/add_circle_outline_24");
|
|
10573
10577
|
var _add_outline_24 = require("./24/add_outline_24");
|
|
10574
10578
|
var _add_rectangle_line_24 = require("./24/add_rectangle_line_24");
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export interface Icon24AddCircleFillBlueProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
fill?: string;
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
8
|
+
title?: string;
|
|
9
|
+
deprecated?: boolean;
|
|
10
|
+
replacement?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const Icon24AddCircleFillBlue: FC<Icon24AddCircleFillBlueProps> & {
|
|
13
|
+
};
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -1158,6 +1158,7 @@ export { Icon24AddAwardsOutline } from './24/add_awards_outline_24';
|
|
|
1158
1158
|
export { Icon24AddBracesOutline } from './24/add_braces_outline_24';
|
|
1159
1159
|
export { Icon24AddCircle } from './24/add_circle_24';
|
|
1160
1160
|
export { Icon24AddCircleDottedOutline } from './24/add_circle_dotted_outline_24';
|
|
1161
|
+
export { Icon24AddCircleFillBlue } from './24/add_circle_fill_blue_24';
|
|
1161
1162
|
export { Icon24AddCircleOutline } from './24/add_circle_outline_24';
|
|
1162
1163
|
export { Icon24AddOutline } from './24/add_outline_24';
|
|
1163
1164
|
export { Icon24AddRectangleLine } from './24/add_rectangle_line_24';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
-
export var Icon20CarouselOutline = makeIcon('Icon20CarouselOutline', 'carousel_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="carousel_outline_20"><path d="
|
|
3
|
+
export var Icon20CarouselOutline = makeIcon('Icon20CarouselOutline', 'carousel_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="carousel_outline_20"><path d="M15.969 3c-.674 0-1.224 0-1.672.037-.463.037-.882.118-1.273.317a3.25 3.25 0 0 0-1.42 1.42c-.199.391-.28.81-.317 1.273-.037.447-.037.998-.037 1.672v4.562c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.672.037H17a.75.75 0 0 0 0-1.5h-1c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714-.03-.38-.031-.869-.031-1.581v-4.5c0-.712 0-1.202.032-1.58.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .764-.765c.145-.074.344-.13.714-.16.38-.03.869-.031 1.581-.031h1A.75.75 0 0 0 17 3zM4.031 17c.674 0 1.225 0 1.672-.037.463-.037.882-.118 1.272-.317a3.25 3.25 0 0 0 1.42-1.42c.2-.391.28-.81.318-1.273.037-.447.037-.998.037-1.672V7.72c0-.674 0-1.224-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C5.256 3 4.705 3 4.031 3H3a.75.75 0 0 0 0 1.5h1c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.597.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v4.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16-.38.03-.869.031-1.581.031H3A.75.75 0 0 0 3 17z" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export interface Icon24AddCircleFillBlueProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
fill?: string;
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
8
|
+
title?: string;
|
|
9
|
+
deprecated?: boolean;
|
|
10
|
+
replacement?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const Icon24AddCircleFillBlue: FC<Icon24AddCircleFillBlueProps> & {
|
|
13
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon24AddCircleFillBlue = makeIcon('Icon24AddCircleFillBlue', 'add_circle_fill_blue_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="add_circle_fill_blue_24"><path fill="#447BBA" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12" /><path fill="#fff" d="M12 6c.602 0 1.09.488 1.09 1.09v3.82h3.82a1.09 1.09 0 1 1 0 2.18h-3.82v3.82a1.09 1.09 0 1 1-2.18 0v-3.82H7.09a1.09 1.09 0 1 1 0-2.18h3.82V7.09c0-.602.488-1.09 1.09-1.09" /></symbol>', 24, 24, false, undefined);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
-
export var Icon24PauseCircleFillWhite = makeIcon('Icon24PauseCircleFillWhite', 'pause_circle_fill_white_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="pause_circle_fill_white_24"><path fill="#fff" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12" /><
|
|
3
|
+
export var Icon24PauseCircleFillWhite = makeIcon('Icon24PauseCircleFillWhite', 'pause_circle_fill_white_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="pause_circle_fill_white_24"><path fill="#fff" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12" /><rect width="3" height="10" x="13" y="7" fill="#000" rx="1" /><rect width="3" height="10" x="8" y="7" fill="#000" rx="1" /></symbol>', 24, 24, false, undefined);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
-
export var Icon24PlayCircleFillWhite = makeIcon('Icon24PlayCircleFillWhite', 'play_circle_fill_white_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="play_circle_fill_white_24"><path fill="#fff" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12" /><path fill="
|
|
3
|
+
export var Icon24PlayCircleFillWhite = makeIcon('Icon24PlayCircleFillWhite', 'play_circle_fill_white_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="play_circle_fill_white_24"><path fill="#fff" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12" /><path fill="#000" d="M16.579 11.188c.561.36.561 1.263 0 1.624l-6.316 4.061c-.561.36-1.263-.09-1.263-.812V7.939c0-.722.702-1.173 1.263-.812l6.316 4.06Z" /></symbol>', 24, 24, false, undefined);
|
package/dist_es6/index.d.ts
CHANGED
|
@@ -1158,6 +1158,7 @@ export { Icon24AddAwardsOutline } from './24/add_awards_outline_24';
|
|
|
1158
1158
|
export { Icon24AddBracesOutline } from './24/add_braces_outline_24';
|
|
1159
1159
|
export { Icon24AddCircle } from './24/add_circle_24';
|
|
1160
1160
|
export { Icon24AddCircleDottedOutline } from './24/add_circle_dotted_outline_24';
|
|
1161
|
+
export { Icon24AddCircleFillBlue } from './24/add_circle_fill_blue_24';
|
|
1161
1162
|
export { Icon24AddCircleOutline } from './24/add_circle_outline_24';
|
|
1162
1163
|
export { Icon24AddOutline } from './24/add_outline_24';
|
|
1163
1164
|
export { Icon24AddRectangleLine } from './24/add_rectangle_line_24';
|
package/dist_es6/index.js
CHANGED
|
@@ -1158,6 +1158,7 @@ export { Icon24AddAwardsOutline } from './24/add_awards_outline_24';
|
|
|
1158
1158
|
export { Icon24AddBracesOutline } from './24/add_braces_outline_24';
|
|
1159
1159
|
export { Icon24AddCircle } from './24/add_circle_24';
|
|
1160
1160
|
export { Icon24AddCircleDottedOutline } from './24/add_circle_dotted_outline_24';
|
|
1161
|
+
export { Icon24AddCircleFillBlue } from './24/add_circle_fill_blue_24';
|
|
1161
1162
|
export { Icon24AddCircleOutline } from './24/add_circle_outline_24';
|
|
1162
1163
|
export { Icon24AddOutline } from './24/add_outline_24';
|
|
1163
1164
|
export { Icon24AddRectangleLine } from './24/add_rectangle_line_24';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.150.0",
|
|
4
4
|
"description": "SVG icons, provided as a React components. With love from VKontakte",
|
|
5
5
|
"homepage": "https://vkcom.github.io/icons/",
|
|
6
6
|
"repository": {
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"@size-limit/file": "^11.1.6",
|
|
34
34
|
"@size-limit/webpack": "^11.1.6",
|
|
35
35
|
"@swc/cli": "^0.4.0",
|
|
36
|
-
"@swc/core": "^1.7.
|
|
36
|
+
"@swc/core": "^1.7.36",
|
|
37
37
|
"@types/react": "16.14.34",
|
|
38
38
|
"@vkontakte/icons-scripts": "4.3.1",
|
|
39
39
|
"css-loader": "^7.1.2",
|
|
40
40
|
"file-loader": "^6.2.0",
|
|
41
|
-
"html-webpack-plugin": "^5.6.
|
|
41
|
+
"html-webpack-plugin": "^5.6.2",
|
|
42
42
|
"pre-commit": "^1.2.2",
|
|
43
43
|
"react": "16.10.0",
|
|
44
44
|
"react-color": "^2.18.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="M15.969 3c-.674 0-1.224 0-1.672.037-.463.037-.882.118-1.273.317a3.25 3.25 0 0 0-1.42 1.42c-.199.391-.28.81-.317 1.273-.037.447-.037.998-.037 1.672v4.562c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.672.037H17a.75.75 0 0 0 0-1.5h-1c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714-.03-.38-.031-.869-.031-1.581v-4.5c0-.712 0-1.202.032-1.58.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .764-.765c.145-.074.344-.13.714-.16.38-.03.869-.031 1.581-.031h1A.75.75 0 0 0 17 3h-1.031ZM4.031 17c.674 0 1.225 0 1.672-.037.463-.037.882-.118 1.272-.317a3.25 3.25 0 0 0 1.42-1.42c.2-.391.28-.81.318-1.273.037-.447.037-.998.037-1.672V7.72c0-.674 0-1.224-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C5.256 3 4.705 3 4.031 3H3a.75.75 0 0 0 0 1.5h1c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.597.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v4.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16-.38.03-.869.031-1.581.031H3A.75.75 0 0 0 3 17h1.031Z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#447BBA" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"/>
|
|
3
|
+
<path fill="#fff" d="M12 6c.602 0 1.09.488 1.09 1.09v3.82h3.82a1.09 1.09 0 1 1 0 2.18h-3.82v3.82a1.09 1.09 0 1 1-2.18 0v-3.82H7.09a1.09 1.09 0 1 1 0-2.18h3.82V7.09c0-.602.488-1.09 1.09-1.09Z"/>
|
|
4
|
+
</svg>
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#fff" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"/>
|
|
3
|
+
<rect width="3" height="10" x="13" y="7" fill="#000" rx="1"/>
|
|
4
|
+
<rect width="3" height="10" x="8" y="7" fill="#000" rx="1"/>
|
|
5
|
+
</svg>
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#fff" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"/>
|
|
3
|
+
<path fill="#000" d="M16.579 11.188c.561.36.561 1.263 0 1.624l-6.316 4.061c-.561.36-1.263-.09-1.263-.812V7.939c0-.722.702-1.173 1.263-.812l6.316 4.06Z"/>
|
|
4
|
+
</svg>
|