@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.
@@ -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
+ };
@@ -0,0 +1,20 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon24CheckOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "check_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ 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",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
@@ -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
  };
@@ -1,7 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
- export const Icon24DoneOutline = (props)=>{
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon24CheckOutline
6
+ */ export const Icon24DoneOutline = (props)=>{
5
7
  return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
8
  viewBox: "0 0 24 24",
7
9
  width: 24,