@vkontakte/icons 3.61.0 → 3.62.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
@@ -1423,6 +1423,7 @@ export { Icon24CheckCircleFillGreen } from "./24/check_circle_fill_green_24.js";
1423
1423
  export { Icon24CheckCircleOff } from "./24/check_circle_off_24.js";
1424
1424
  export { Icon24CheckCircleOn } from "./24/check_circle_on_24.js";
1425
1425
  export { Icon24CheckCircleOutline } from "./24/check_circle_outline_24.js";
1426
+ export { Icon24CheckOutline } from "./24/check_outline_24.js";
1426
1427
  export { Icon24CheckShieldOutline } from "./24/check_shield_outline_24.js";
1427
1428
  export { Icon24ChecksOutline } from "./24/checks_outline_24.js";
1428
1429
  export { Icon24CheckSquareOutline } from "./24/check_square_outline_24.js";
package/dist/index.js CHANGED
@@ -1423,6 +1423,7 @@ export { Icon24CheckCircleFillGreen } from "./24/check_circle_fill_green_24.js";
1423
1423
  export { Icon24CheckCircleOff } from "./24/check_circle_off_24.js";
1424
1424
  export { Icon24CheckCircleOn } from "./24/check_circle_on_24.js";
1425
1425
  export { Icon24CheckCircleOutline } from "./24/check_circle_outline_24.js";
1426
+ export { Icon24CheckOutline } from "./24/check_outline_24.js";
1426
1427
  export { Icon24CheckShieldOutline } from "./24/check_shield_outline_24.js";
1427
1428
  export { Icon24ChecksOutline } from "./24/checks_outline_24.js";
1428
1429
  export { Icon24CheckSquareOutline } from "./24/check_square_outline_24.js";
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24CheckOutlineProps = SvgIconProps;
4
+ export declare const Icon24CheckOutline: React.FC<Icon24CheckOutlineProps> & {
5
+ };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon24DoneOutlineProps = SvgIconProps;
4
- export declare const Icon24DoneOutline: React.FC<Icon24DoneOutlineProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon24CheckOutline
6
+ */ export declare const Icon24DoneOutline: React.FC<Icon24DoneOutlineProps> & {
5
7
  };
@@ -1423,6 +1423,7 @@ export { Icon24CheckCircleFillGreen } from "./24/check_circle_fill_green_24.js";
1423
1423
  export { Icon24CheckCircleOff } from "./24/check_circle_off_24.js";
1424
1424
  export { Icon24CheckCircleOn } from "./24/check_circle_on_24.js";
1425
1425
  export { Icon24CheckCircleOutline } from "./24/check_circle_outline_24.js";
1426
+ export { Icon24CheckOutline } from "./24/check_outline_24.js";
1426
1427
  export { Icon24CheckShieldOutline } from "./24/check_shield_outline_24.js";
1427
1428
  export { Icon24ChecksOutline } from "./24/checks_outline_24.js";
1428
1429
  export { Icon24CheckSquareOutline } from "./24/check_square_outline_24.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.61.0",
3
+ "version": "3.62.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": {
@@ -40,8 +40,8 @@
40
40
  "@vkontakte/icons-sprite": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@rspack/cli": "^2.1.1",
44
- "@rspack/core": "^2.1.1",
43
+ "@rspack/cli": "^2.1.2",
44
+ "@rspack/core": "^2.1.2",
45
45
  "@size-limit/file": "^12.1.0",
46
46
  "@size-limit/webpack": "^12.1.0",
47
47
  "@swc/cli": "^0.8.1",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M20.736 5.664a.9.9 0 0 1 0 1.272l-11.1 11.1a.9.9 0 0 1-1.272 0l-5.1-5.1a.9.9 0 0 1 1.272-1.272L9 16.127 19.464 5.664a.9.9 0 0 1 1.272 0" clip-rule="evenodd"/></svg>