@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/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
+ };
@@ -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="M16.218 2c-.673 0-1.223 0-1.671.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.672v6.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.671.037h1.532a.75.75 0 0 0 0-1.5h-1.5c-.713 0-1.202 0-1.581-.032-.37-.03-.57-.085-.713-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713-.03-.38-.031-.869-.031-1.581v-6.5c0-.712 0-1.202.031-1.58.03-.371.086-.57.16-.714a1.75 1.75 0 0 1 .764-.765c.145-.074.344-.13.714-.16.38-.03.868-.031 1.581-.031h1.5a.75.75 0 0 0 0-1.5zM3.781 18c.674 0 1.224 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.672V6.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.006 2 4.455 2 3.782 2H2.25a.75.75 0 0 0 0 1.5h1.5c.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.581v6.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.031h-1.5a.75.75 0 0 0 0 1.5z" /></symbol>', 20, 20, false, undefined);
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" /><g fill="currentColor"><rect width="3" height="10" x="13" y="7" rx="1" /><rect width="3" height="10" x="8" y="7" rx="1" /></g></symbol>', 24, 24, false, undefined);
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="currentColor" 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-.812z" /></symbol>', 24, 24, false, undefined);
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);
@@ -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.149.0",
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.35",
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.0",
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="M16.218 2c-.673 0-1.223 0-1.671.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.672v6.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.671.037h1.532a.75.75 0 0 0 0-1.5h-1.5c-.713 0-1.202 0-1.581-.032-.37-.03-.57-.085-.713-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713-.03-.38-.031-.869-.031-1.581v-6.5c0-.712 0-1.202.031-1.58.03-.371.086-.57.16-.714a1.75 1.75 0 0 1 .764-.765c.145-.074.344-.13.714-.16.38-.03.868-.031 1.581-.031h1.5a.75.75 0 0 0 0-1.5h-1.532ZM3.781 18c.674 0 1.224 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.672V6.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.006 2 4.455 2 3.782 2H2.25a.75.75 0 0 0 0 1.5h1.5c.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.581v6.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.031h-1.5a.75.75 0 0 0 0 1.5h1.531Z"/></svg>
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 fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m24 12c0 6.6274-5.3726 12-12 12-6.62742 0-12-5.3726-12-12 0-6.62742 5.37258-12 12-12 6.6274 0 12 5.37258 12 12z" fill="#fff"/><g fill="currentColor"><rect height="10" rx="1" width="3" x="13" y="7"/><rect height="10" rx="1" width="3" x="8" y="7"/></g></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 fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m24 12c0 6.6274-5.3726 12-12 12-6.62742 0-12-5.3726-12-12 0-6.62742 5.37258-12 12-12 6.6274 0 12 5.37258 12 12z" fill="#fff"/><path d="m16.5789 11.1878c.5615.361.5615 1.2634 0 1.6244l-6.3157 4.0608c-.56145.3609-1.2632-.0903-1.2632-.8122v-8.1216c0-.72192.70175-1.17312 1.2632-.81216z" fill="currentColor"/></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>