@vkontakte/icons 3.38.0 → 3.40.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.
Files changed (61) hide show
  1. package/dist/12/share_12.d.ts +5 -0
  2. package/dist/12/share_12.js +18 -0
  3. package/dist/12/shops_12.d.ts +5 -0
  4. package/dist/12/shops_12.js +25 -0
  5. package/dist/16/computer_outline_16.d.ts +5 -0
  6. package/dist/16/computer_outline_16.js +18 -0
  7. package/dist/16/donut_outline_16.d.ts +5 -0
  8. package/dist/16/donut_outline_16.js +25 -0
  9. package/dist/16/live_16.d.ts +5 -0
  10. package/dist/16/live_16.js +30 -0
  11. package/dist/16/smartphone_outline_16.d.ts +5 -0
  12. package/dist/16/smartphone_outline_16.js +18 -0
  13. package/dist/16/tablet_outline_16.d.ts +5 -0
  14. package/dist/16/tablet_outline_16.js +18 -0
  15. package/dist/16/tv_alt_outline_16.d.ts +5 -0
  16. package/dist/16/tv_alt_outline_16.js +18 -0
  17. package/dist/20/donut_20.d.ts +5 -0
  18. package/dist/20/donut_20.js +20 -0
  19. package/dist/20/donut_outline_20.d.ts +5 -0
  20. package/dist/20/donut_outline_20.js +25 -0
  21. package/dist/24/donut_check_outline_24.d.ts +5 -0
  22. package/dist/24/donut_check_outline_24.js +25 -0
  23. package/dist/24/donut_outline_24.d.ts +5 -0
  24. package/dist/24/donut_outline_24.js +25 -0
  25. package/dist/28/donut_outline_28.d.ts +5 -0
  26. package/dist/28/donut_outline_28.js +25 -0
  27. package/dist/56/donut_outline_56.d.ts +5 -0
  28. package/dist/56/donut_outline_56.js +25 -0
  29. package/dist/icons-map.json +1 -1
  30. package/dist/index.d.ts +14 -0
  31. package/dist/index.js +14 -0
  32. package/dist/typings/12/share_12.d.ts +5 -0
  33. package/dist/typings/12/shops_12.d.ts +5 -0
  34. package/dist/typings/16/computer_outline_16.d.ts +5 -0
  35. package/dist/typings/16/donut_outline_16.d.ts +5 -0
  36. package/dist/typings/16/live_16.d.ts +5 -0
  37. package/dist/typings/16/smartphone_outline_16.d.ts +5 -0
  38. package/dist/typings/16/tablet_outline_16.d.ts +5 -0
  39. package/dist/typings/16/tv_alt_outline_16.d.ts +5 -0
  40. package/dist/typings/20/donut_20.d.ts +5 -0
  41. package/dist/typings/20/donut_outline_20.d.ts +5 -0
  42. package/dist/typings/24/donut_check_outline_24.d.ts +5 -0
  43. package/dist/typings/24/donut_outline_24.d.ts +5 -0
  44. package/dist/typings/28/donut_outline_28.d.ts +5 -0
  45. package/dist/typings/56/donut_outline_56.d.ts +5 -0
  46. package/dist/typings/index.d.ts +14 -0
  47. package/package.json +1 -1
  48. package/src/svg/12/share_12.svg +1 -0
  49. package/src/svg/12/shops_12.svg +1 -0
  50. package/src/svg/16/computer_outline_16.svg +1 -0
  51. package/src/svg/16/donut_outline_16.svg +1 -0
  52. package/src/svg/16/live_16.svg +1 -0
  53. package/src/svg/16/smartphone_outline_16.svg +1 -0
  54. package/src/svg/16/tablet_outline_16.svg +1 -0
  55. package/src/svg/16/tv_alt_outline_16.svg +1 -0
  56. package/src/svg/20/donut_20.svg +1 -0
  57. package/src/svg/20/donut_outline_20.svg +1 -0
  58. package/src/svg/24/donut_check_outline_24.svg +1 -0
  59. package/src/svg/24/donut_outline_24.svg +1 -0
  60. package/src/svg/28/donut_outline_28.svg +1 -0
  61. package/src/svg/56/donut_outline_56.svg +1 -0
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon12ShareProps = SvgIconProps;
4
+ export declare const Icon12Share: React.FC<Icon12ShareProps> & {
5
+ };
@@ -0,0 +1,18 @@
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 Icon12Share = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "share_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M4.925 3.061c0-.911 1.053-1.355 1.737-.842l3.914 2.938c.565.425.565 1.26 0 1.684l-3.917 2.94c-.684.513-1.737.07-1.737-.842v-1.23c-1.322.142-2.274.844-3.042 1.745A.5.5 0 0 1 1 9.129c0-1.568.45-2.79 1.251-3.668.702-.77 1.637-1.238 2.674-1.465z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon12ShopsProps = SvgIconProps;
4
+ export declare const Icon12Shops: React.FC<Icon12ShopsProps> & {
5
+ };
@@ -0,0 +1,25 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon12Shops = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "shops_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M6 0a3 3 0 0 1 3 3h.718c.446 0 .607.047.77.134q.246.132.378.378c.087.163.134.324.134.77v1.42A2.8 2.8 0 0 0 9.955 5.5c-.385 0-.737.08-1.056.216A2.7 2.7 0 0 0 7.844 5.5 2.845 2.845 0 0 0 5 8.347c0 .647.152 1.259.61 1.869.203.27.461.526.753.784H4.205c-1.114 0-1.518-.116-1.926-.334a2.27 2.27 0 0 1-.945-.945C1.116 9.313 1 8.909 1 7.795V4.282c0-.446.047-.607.134-.77a.9.9 0 0 1 .378-.378c.163-.087.324-.134.77-.134H3a3 3 0 0 1 3-3M3.463 4a.5.5 0 0 0-.258.054.36.36 0 0 0-.151.151.5.5 0 0 0-.054.258v.074c0 .119.019.193.054.258a.36.36 0 0 0 .151.151c.065.035.14.054.258.054h.074a.5.5 0 0 0 .258-.054.36.36 0 0 0 .151-.151A.5.5 0 0 0 4 4.537v-.074a.5.5 0 0 0-.054-.258.36.36 0 0 0-.151-.151A.5.5 0 0 0 3.537 4zm5 0a.5.5 0 0 0-.258.054.36.36 0 0 0-.151.151.5.5 0 0 0-.054.258v.074c0 .119.019.193.054.258a.36.36 0 0 0 .151.151c.065.035.14.054.258.054h.074a.5.5 0 0 0 .258-.054.36.36 0 0 0 .151-.151A.5.5 0 0 0 9 4.537v-.074a.5.5 0 0 0-.054-.258.36.36 0 0 0-.151-.151A.5.5 0 0 0 8.537 4zM6 1a2 2 0 0 0-2 2h4a2 2 0 0 0-2-2",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M9.955 7.001c.742 0 1.345.602 1.345 1.345 0 .75-.301 1.127-1.575 2.119l-.58.451a.4.4 0 0 1-.49 0l-.58-.451C6.8 9.473 6.5 9.096 6.5 8.345c0-.742.602-1.344 1.344-1.344.397 0 .751.187 1.055.55.305-.363.658-.55 1.056-.55"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16ComputerOutlineProps = SvgIconProps;
4
+ export declare const Icon16ComputerOutline: React.FC<Icon16ComputerOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
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 Icon16ComputerOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "computer_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M10.25 1.5c.688 0 1.249-.001 1.703.036.463.038.882.12 1.273.318a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.318 1.273C15 5 15 5.562 15 6.25v1c0 .688.001 1.249-.036 1.703-.038.463-.12.882-.319 1.273a3.25 3.25 0 0 1-1.42 1.42c-.39.199-.809.28-1.272.318C11.5 12 10.938 12 10.25 12h-1.5v1.5H12a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5h3.25V12h-1.5c-.688 0-1.249.001-1.703-.036-.463-.038-.882-.12-1.273-.319a3.25 3.25 0 0 1-1.42-1.42c-.199-.39-.28-.809-.318-1.272C1 8.5 1 7.938 1 7.25v-1c0-.688-.001-1.249.036-1.703.038-.463.12-.882.318-1.273a3.25 3.25 0 0 1 1.42-1.42c.391-.199.81-.28 1.273-.318C4.5 1.5 5.062 1.5 5.75 1.5zM5.75 3c-.712 0-1.202 0-1.581.031-.37.03-.57.086-.714.16a1.75 1.75 0 0 0-.765.764c-.073.144-.128.344-.159.714-.03.38-.031.869-.031 1.581v1c0 .712 0 1.202.031 1.581.03.37.086.57.16.714.167.329.435.597.764.765.144.073.344.128.714.159.38.03.869.031 1.581.031h4.5c.712 0 1.202 0 1.581-.031.37-.03.57-.086.714-.16.329-.167.597-.435.765-.764.073-.144.128-.344.159-.714.03-.38.031-.869.031-1.581v-1c0-.712 0-1.202-.031-1.581-.03-.37-.086-.57-.16-.714a1.75 1.75 0 0 0-.764-.765c-.144-.073-.344-.128-.714-.159-.38-.03-.869-.031-1.581-.031z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16DonutOutlineProps = SvgIconProps;
4
+ export declare const Icon16DonutOutline: React.FC<Icon16DonutOutlineProps> & {
5
+ };
@@ -0,0 +1,25 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16DonutOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "donut_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M6.737 3.24c.797-.446 1.778-.201 2.591.284.844.502 1.677 1.35 2.329 2.442.652 1.094.994 2.222 1.023 3.185.028.928-.242 1.88-1.041 2.328a.645.645 0 0 1-.862-.233.603.603 0 0 1 .223-.839c.205-.114.442-.48.42-1.238-.022-.723-.287-1.65-.85-2.596-.564-.945-1.257-1.626-1.887-2.002-.577-.343-.987-.374-1.219-.298l-.205.087a.65.65 0 0 1-.747-.282.603.603 0 0 1 .225-.839"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M5.693 1.492C6.969.78 8.479.884 9.85 1.53c1.37.645 2.656 1.844 3.61 3.443.954 1.6 1.384 3.28 1.276 4.75-.1 1.347-.662 2.563-1.732 3.307l.001.002-.014.008a4 4 0 0 1-.301.19q-.156.086-.318.156l-2.018 1.129c-1.232.688-2.769.606-4.172 0-1.413-.61-2.766-1.773-3.729-3.388-.961-1.613-1.326-3.329-1.165-4.818.16-1.48.855-2.81 2.087-3.5l1.404-.783.596-.334.01-.006a4 4 0 0 1 .307-.193m-.134 10.952c.397.304.809.544 1.217.72.87.376 1.683.443 2.333.26a6 6 0 0 1-.574-.233 7.5 7.5 0 0 1-1.936-1.34zm3.653-9.586c-1.044-.49-2.012-.495-2.753-.08-.739.413-1.219 1.225-1.301 2.347-.083 1.124.243 2.506 1.069 3.89.826 1.387 1.9 2.353 2.946 2.845 1.045.492 2.011.496 2.751.083.742-.414 1.221-1.227 1.304-2.35s-.245-2.505-1.071-3.892c-.826-1.384-1.898-2.35-2.945-2.843M3.236 9.345q.21.526.522 1.052.315.525.68.964l1.14-.65a10.3 10.3 0 0 1-1.2-2.019zm.489-4.946c-.488.454-.833 1.17-.932 2.086a5.4 5.4 0 0 0 .034 1.37l1.044-.597a7 7 0 0 1-.222-2.26q.022-.305.076-.599",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16LiveProps = SvgIconProps;
4
+ export declare const Icon16Live: React.FC<Icon16LiveProps> & {
5
+ };
@@ -0,0 +1,30 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16Live = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "live_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M8 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 1.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5",
21
+ clipRule: "evenodd"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ fillRule: "evenodd",
25
+ d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 1.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11",
26
+ clipRule: "evenodd"
27
+ })
28
+ ]
29
+ });
30
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16SmartphoneOutlineProps = SvgIconProps;
4
+ export declare const Icon16SmartphoneOutline: React.FC<Icon16SmartphoneOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
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 Icon16SmartphoneOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "smartphone_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M8.25 1c.688 0 1.249-.001 1.703.036.463.038.882.12 1.273.318a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.318 1.273C13 4.5 13 5.062 13 5.75v4.5c0 .688.001 1.249-.036 1.703-.038.463-.12.882-.319 1.273a3.25 3.25 0 0 1-1.42 1.42c-.39.199-.809.28-1.272.318C9.5 15 8.938 15 8.25 15h-.5c-.688 0-1.249.001-1.703-.036-.463-.038-.882-.12-1.273-.319a3.25 3.25 0 0 1-1.42-1.42c-.199-.39-.28-.809-.318-1.272C3 11.5 3 10.938 3 10.25v-4.5c0-.688-.001-1.249.036-1.703.038-.463.12-.882.318-1.273a3.25 3.25 0 0 1 1.42-1.42c.391-.199.81-.28 1.273-.318C6.5 1 7.062 1 7.75 1zm-.5 1.5c-.712 0-1.202 0-1.581.031-.37.03-.57.086-.714.16a1.75 1.75 0 0 0-.765.764c-.073.144-.128.344-.159.714-.03.38-.031.869-.031 1.581v4.5c0 .712 0 1.202.031 1.581.03.37.086.57.16.714.167.329.435.597.764.765.144.073.344.128.714.159.38.03.869.031 1.581.031h.5c.712 0 1.202 0 1.581-.031.37-.03.57-.086.714-.16.329-.167.597-.435.765-.764.073-.144.128-.344.159-.714.03-.38.031-.869.031-1.581v-4.5c0-.712 0-1.202-.031-1.581-.03-.37-.086-.57-.16-.714a1.75 1.75 0 0 0-.764-.765c-.144-.073-.344-.128-.714-.159-.38-.03-.869-.031-1.581-.031zm1 8.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16TabletOutlineProps = SvgIconProps;
4
+ export declare const Icon16TabletOutline: React.FC<Icon16TabletOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
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 Icon16TabletOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "tablet_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M10.25 2c.688 0 1.249-.001 1.703.036.463.038.882.12 1.273.318a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.318 1.273C15 5.5 15 6.062 15 6.75v2.5c0 .688.001 1.249-.036 1.703-.038.463-.12.882-.319 1.273a3.25 3.25 0 0 1-1.42 1.42c-.39.199-.809.28-1.272.318C11.5 14 10.938 14 10.25 14h-4.5c-.688 0-1.249.001-1.703-.036-.463-.038-.882-.12-1.273-.319a3.25 3.25 0 0 1-1.42-1.42c-.199-.39-.28-.809-.318-1.272C1 10.5 1 9.938 1 9.25v-2.5c0-.688-.001-1.249.036-1.703.038-.463.12-.882.318-1.273a3.25 3.25 0 0 1 1.42-1.42c.391-.199.81-.28 1.273-.318C4.5 2 5.062 2 5.75 2zm-4.5 1.5c-.712 0-1.202 0-1.581.031-.37.03-.57.086-.714.16a1.75 1.75 0 0 0-.765.764c-.073.144-.128.344-.159.714-.03.38-.031.869-.031 1.581v2.5c0 .712 0 1.202.031 1.581.03.37.086.57.16.714.167.329.435.597.764.765.144.073.344.128.714.159.38.03.869.031 1.581.031h4.5c.712 0 1.202 0 1.581-.031.37-.03.57-.086.714-.16.329-.167.597-.435.765-.764.073-.144.128-.344.159-.714.03-.38.031-.869.031-1.581v-2.5c0-.712 0-1.202-.031-1.581-.03-.37-.086-.57-.16-.714a1.75 1.75 0 0 0-.764-.765c-.144-.073-.344-.128-.714-.159-.38-.03-.869-.031-1.581-.031zm4 6.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16TvAltOutlineProps = SvgIconProps;
4
+ export declare const Icon16TvAltOutline: React.FC<Icon16TvAltOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
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 Icon16TvAltOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "tv_alt_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M10.719 1.266a.75.75 0 1 1 1.148.964L10.8 3.5c.445.002.827.008 1.154.034.463.038.882.12 1.273.319a3.25 3.25 0 0 1 1.42 1.42c.198.39.28.81.318 1.272C15 7.001 15 7.562 15 8.25v1.5c0 .688.001 1.25-.036 1.704-.038.463-.12.881-.319 1.272a3.25 3.25 0 0 1-1.42 1.42c-.39.2-.809.28-1.272.318-.454.038-1.015.037-1.703.037h-4.5c-.688 0-1.249 0-1.703-.037-.463-.037-.882-.119-1.273-.318a3.25 3.25 0 0 1-1.42-1.42c-.198-.39-.28-.81-.318-1.272C1 10.998 1 10.437 1 9.749v-1.5c0-.687-.001-1.248.036-1.703.038-.463.12-.882.318-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.319a16 16 0 0 1 1.147-.034L4.131 2.235a.75.75 0 0 1 1.15-.964l1.87 2.228h1.694zM5.75 4.999c-.712 0-1.202 0-1.581.032-.37.03-.57.085-.714.159a1.75 1.75 0 0 0-.765.764c-.073.144-.128.344-.159.714-.03.38-.031.87-.031 1.581v1.5c0 .713 0 1.202.031 1.582.03.37.086.57.16.713.167.33.435.597.764.765.144.073.344.129.714.16.38.03.869.03 1.581.03h4.5c.712 0 1.202 0 1.581-.03.37-.031.57-.087.714-.16a1.75 1.75 0 0 0 .765-.765c.073-.144.128-.343.159-.713.03-.38.031-.87.031-1.582v-1.5c0-.712 0-1.202-.031-1.58-.03-.37-.086-.57-.16-.715a1.75 1.75 0 0 0-.764-.764c-.144-.074-.344-.13-.714-.16C11.451 5 10.962 5 10.25 5zm5.253 1.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20DonutProps = SvgIconProps;
4
+ export declare const Icon20Donut: React.FC<Icon20DonutProps> & {
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 Icon20Donut = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "donut_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M7.098 1.642c1.588-.897 3.48-.772 5.22.054 1.737.827 3.382 2.37 4.604 4.442 1.224 2.074 1.768 4.24 1.63 6.126-.137 1.888-.972 3.553-2.56 4.45q-.188.105-.384.192l-2.657 1.502c-1.532.866-3.46.77-5.244-.007-1.793-.783-3.519-2.28-4.75-4.369-1.23-2.085-1.69-4.296-1.486-6.208.203-1.9 1.082-3.584 2.614-4.45L5.91 2.342l.567-.32.21-.118.006-.004q.194-.139.405-.26m-.634 14.19c.6.498 1.23.887 1.858 1.161 1.416.618 2.748.63 3.724.134a7.3 7.3 0 0 1-1.272-.469c-.898-.426-1.77-1.046-2.572-1.83zm-2.913-4.137a10.1 10.1 0 0 0 1.768 3l1.823-1.052a13.2 13.2 0 0 1-1.766-3zm8.084-7.417c-1.037-.625-2.24-.912-3.198-.37a.633.633 0 0 0-.233.875.66.66 0 0 0 .89.24c.348-.196.994-.182 1.873.347.848.511 1.768 1.43 2.513 2.692s1.1 2.51 1.128 3.492c.03 1.02-.281 1.578-.626 1.773a.633.633 0 0 0-.233.876.66.66 0 0 0 .89.24c.961-.542 1.306-1.714 1.27-2.91-.036-1.233-.47-2.688-1.306-4.106-.835-1.415-1.9-2.506-2.968-3.15m-6.877.507c-.923.582-1.573 1.716-1.734 3.221a7.5 7.5 0 0 0 .094 2.143L4.86 9.143c-.283-1.057-.391-2.09-.32-3.052a7 7 0 0 1 .219-1.306",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20DonutOutlineProps = SvgIconProps;
4
+ export declare const Icon20DonutOutline: React.FC<Icon20DonutOutlineProps> & {
5
+ };
@@ -0,0 +1,25 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon20DonutOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "donut_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M8.48 4.142c.932-.527 2.1-.248 3.108.359 1.037.625 2.073 1.686 2.884 3.062.813 1.379 1.235 2.795 1.27 3.994.035 1.162-.3 2.302-1.234 2.83a.644.644 0 0 1-.865-.235.616.616 0 0 1 .226-.851c.335-.19.638-.733.61-1.725-.03-.955-.373-2.167-1.098-3.395-.723-1.228-1.618-2.12-2.442-2.618-.854-.514-1.482-.527-1.82-.336a.643.643 0 0 1-.865-.234.616.616 0 0 1 .226-.851"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M7.18 1.937c1.543-.872 3.381-.75 5.072.054 1.688.804 3.285 2.305 4.473 4.32 1.19 2.016 1.719 4.121 1.585 5.956-.134 1.836-.945 3.455-2.488 4.328a5 5 0 0 1-.379.188l-2.572 1.455c-1.49.842-3.363.75-5.097-.008-1.743-.76-3.421-2.218-4.618-4.248C1.96 11.955 1.512 9.805 1.71 7.947 1.908 6.1 2.762 4.463 4.25 3.621l1.774-1.002.55-.31.204-.115.012-.008q.186-.132.388-.249m-.613 13.796a7.7 7.7 0 0 0 1.806 1.128c1.373.6 2.665.613 3.613.134a7 7 0 0 1-1.235-.455c-.872-.415-1.72-1.018-2.5-1.78zM11.608 3.34c-1.363-.648-2.655-.666-3.66-.098-1.003.568-1.634 1.671-1.742 3.152s.32 3.287 1.38 5.084c1.06 1.8 2.444 3.066 3.81 3.715 1.362.649 2.654.667 3.657.1 1.006-.569 1.636-1.672 1.744-3.152.107-1.483-.32-3.289-1.382-5.09-1.06-1.797-2.442-3.062-3.807-3.711m-7.874 8.373a9.8 9.8 0 0 0 1.72 2.918l1.767-1.022q-.505-.646-.945-1.39a13 13 0 0 1-.77-1.529zm1.172-6.719c-.897.565-1.53 1.669-1.686 3.132a7.3 7.3 0 0 0 .092 2.085l1.693-.978C4.73 8.205 4.624 7.2 4.692 6.265q.048-.66.214-1.272",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24DonutCheckOutlineProps = SvgIconProps;
4
+ export declare const Icon24DonutCheckOutline: React.FC<Icon24DonutCheckOutlineProps> & {
5
+ };
@@ -0,0 +1,25 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon24DonutCheckOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "donut_check_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M8.61 2.371c1.706-.954 3.72-.907 5.612-.143 1.887.761 3.7 2.247 5.144 4.27a.87.87 0 0 1-.221 1.236.93.93 0 0 1-1.269-.234c-1.278-1.792-2.828-3.024-4.33-3.63-1.496-.604-2.9-.576-4.015.048-1.203.674-1.959 1.985-2.088 3.742-.13 1.76.382 3.902 1.654 6.037 1.273 2.137 2.933 3.64 4.57 4.41 1.636.77 3.184.791 4.388.118a3.8 3.8 0 0 0 1.538-1.628.913.913 0 0 1 1.219-.39.89.89 0 0 1 .415 1.195 5.55 5.55 0 0 1-2.25 2.37 6 6 0 0 1-.515.25l.004.007-3.03 1.696c-1.787.999-4.033.888-6.113-.01-2.092-.904-4.104-2.633-5.54-5.043-1.435-2.408-1.972-4.959-1.734-7.165.237-2.194 1.261-4.136 3.048-5.136l2.127-1.19.66-.367.245-.137q.23-.163.48-.306m-.736 16.38a9.2 9.2 0 0 0 2.165 1.339c1.65.712 3.2.728 4.338.158q-.752-.197-1.482-.54c-1.046-.493-2.062-1.208-2.997-2.113zm-3.4-4.773a11.8 11.8 0 0 0 2.064 3.463l2.124-1.214a15.3 15.3 0 0 1-2.06-3.465zM5.883 6c-1.076.67-1.835 1.98-2.022 3.717a8.6 8.6 0 0 0 .11 2.476l2.031-1.162c-.33-1.22-.457-2.413-.375-3.523.039-.52.124-1.026.256-1.508",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M20.365 9.48a.9.9 0 0 1 1.47 1.037l-3.6 5.101a.9.9 0 0 1-1.314.17l-2.5-2.1a.9.9 0 0 1 1.158-1.378l1.75 1.47zM10.171 4.99c1.118-.626 2.52-.295 3.729.426 1.245.743 2.486 2.002 3.46 3.636a.726.726 0 0 1-.27 1.01.775.775 0 0 1-1.039-.278c-.868-1.457-1.941-2.516-2.93-3.106-.96-.573-1.682-.622-2.102-.44l-.149.075A.776.776 0 0 1 9.9 6a.726.726 0 0 1 .271-1.01"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24DonutOutlineProps = SvgIconProps;
4
+ export declare const Icon24DonutOutline: React.FC<Icon24DonutOutlineProps> & {
5
+ };
@@ -0,0 +1,25 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon24DonutOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "donut_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M10.177 4.97c1.118-.632 2.52-.298 3.729.43 1.245.751 2.488 2.025 3.461 3.677.976 1.653 1.482 3.352 1.525 4.79.041 1.395-.361 2.764-1.482 3.397a.77.77 0 0 1-1.038-.281.74.74 0 0 1 .206-.98l.14-.09c.372-.263.69-.906.656-2.022-.034-1.146-.447-2.6-1.316-4.074-.868-1.473-1.94-2.545-2.93-3.14-1.025-.619-1.778-.633-2.183-.404a.77.77 0 0 1-1.04-.281.74.74 0 0 1 .272-1.022"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M8.616 2.326c1.853-1.047 4.058-.901 6.086.064 2.027.964 3.943 2.765 5.369 5.183 1.426 2.42 2.062 4.946 1.902 7.147-.16 2.203-1.134 4.146-2.986 5.193q-.226.126-.457.228l-3.084 1.744c-1.787 1.01-4.035.898-6.116-.01-2.092-.913-4.105-2.66-5.542-5.096-1.434-2.434-1.972-5.012-1.734-7.242.237-2.219 1.262-4.182 3.049-5.192.815-.46 1.573-.89 2.128-1.202l.66-.372.245-.139.014-.009q.223-.158.466-.297M7.88 18.88a9.2 9.2 0 0 0 2.167 1.354c1.649.72 3.199.735 4.337.16a8.5 8.5 0 0 1-1.481-.546c-1.047-.498-2.065-1.22-3-2.136zm6.05-14.873c-1.636-.778-3.185-.8-4.392-.118-1.204.681-1.96 2.006-2.09 3.782-.13 1.779.383 3.945 1.655 6.102 1.274 2.16 2.934 3.678 4.572 4.458 1.636.778 3.185.8 4.39.119 1.206-.682 1.962-2.007 2.092-3.783.13-1.779-.385-3.945-1.659-6.106-1.272-2.157-2.93-3.675-4.568-4.454M4.48 14.055a11.9 11.9 0 0 0 2.064 3.501l2.123-1.227a15.4 15.4 0 0 1-2.06-3.501zm1.408-8.063c-1.077.678-1.836 2-2.023 3.757a8.8 8.8 0 0 0 .11 2.502l2.031-1.171c-.33-1.234-.457-2.44-.375-3.562a8 8 0 0 1 .257-1.526",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28DonutOutlineProps = SvgIconProps;
4
+ export declare const Icon28DonutOutline: React.FC<Icon28DonutOutlineProps> & {
5
+ };
@@ -0,0 +1,25 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon28DonutOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "donut_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M11.833 5.702c1.327-.742 2.99-.348 4.42.505 1.473.879 2.943 2.369 4.094 4.3 1.153 1.936 1.75 3.924 1.8 5.608.05 1.632-.424 3.237-1.754 3.982a.93.93 0 0 1-1.246-.334.87.87 0 0 1 .324-1.213c.469-.263.899-1.017.857-2.407-.04-1.337-.528-3.035-1.553-4.756-1.025-1.72-2.29-2.97-3.455-3.665-1.21-.722-2.093-.737-2.565-.473a.93.93 0 0 1-1.247-.334.87.87 0 0 1 .325-1.213"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M10.078 2.763c2.13-1.192 4.677-1.033 7.037.079 2.359 1.11 4.598 3.191 6.268 5.994 1.671 2.805 2.412 5.726 2.226 8.26-.187 2.538-1.318 4.755-3.448 5.946a6 6 0 0 1-.606.297l.004.006-3.581 2.003c-2.053 1.148-4.652 1.029-7.077-.019-2.435-1.053-4.786-3.07-6.466-5.89-1.679-2.818-2.306-5.798-2.029-8.368.277-2.558 1.468-4.798 3.52-5.947.964-.539 1.86-1.04 2.516-1.405l.78-.436.288-.162q.27-.193.568-.358M8.844 21.949c.891.76 1.834 1.348 2.775 1.755 2.061.89 4.022.889 5.437.097l.205-.115a9.8 9.8 0 0 1-2.133-.725c-1.251-.59-2.468-1.454-3.586-2.554zm7.499-17.507C14.375 3.516 12.484 3.48 11 4.31c-1.48.83-2.393 2.433-2.549 4.548-.156 2.117.46 4.68 1.977 7.226 1.518 2.549 3.502 4.35 5.473 5.277 1.968.927 3.858.964 5.34.135 1.483-.83 2.395-2.435 2.551-4.55.156-2.117-.462-4.682-1.98-7.23-1.517-2.546-3.5-4.345-5.47-5.273M4.906 16.262a14 14 0 0 0 1.1 2.297c.456.765.964 1.458 1.508 2.078l2.79-1.597a17.8 17.8 0 0 1-2.599-4.376zm1.944-9.59c-1.415.792-2.396 2.436-2.631 4.61-.107.992-.053 2.075.179 3.2l2.71-1.549c-.412-1.466-.57-2.9-.472-4.227a9 9 0 0 1 .417-2.148z",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon56DonutOutlineProps = SvgIconProps;
4
+ export declare const Icon56DonutOutline: React.FC<Icon56DonutOutlineProps> & {
5
+ };
@@ -0,0 +1,25 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon56DonutOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 56 56",
7
+ width: 56,
8
+ height: 56,
9
+ vkuiIconId: "donut_outline_56",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M23.829 11.685c2.513-1.41 5.71-.683 8.533 1.005 2.897 1.733 5.8 4.682 8.083 8.522 2.286 3.846 3.465 7.784 3.565 11.105.096 3.233-.846 6.31-3.364 7.723a1.55 1.55 0 0 1-2.078-.558 1.46 1.46 0 0 1 .542-2.027c1.082-.607 1.95-2.263 1.865-5.09-.083-2.742-1.076-6.196-3.149-9.684-2.071-3.486-4.636-6.033-7.02-7.458-2.457-1.47-4.354-1.563-5.44-.953a1.55 1.55 0 0 1-2.079-.558 1.46 1.46 0 0 1 .542-2.027"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M20.32 5.788c4.152-2.329 9.136-2.03 13.794.168 4.655 2.197 9.093 6.324 12.408 11.902 3.32 5.585 4.78 11.385 4.413 16.4-.37 5.019-2.596 9.36-6.748 11.69q-.538.3-1.092.541l-7.282 4.084c-4 2.244-9.092 2.025-13.882-.05-4.81-2.083-9.466-6.084-12.798-11.691-3.329-5.6-4.566-11.515-4.018-16.602.546-5.067 2.896-9.46 6.897-11.705l5.029-2.819 1.561-.874.428-.24.167-.094q.536-.38 1.122-.71m-3.143 38.177c1.898 1.677 3.925 2.964 5.95 3.842 4.183 1.812 8.212 1.83 11.15.182l1.118-.628c-1.672-.27-3.355-.81-4.998-1.585-2.533-1.196-5.002-2.964-7.262-5.227zM32.825 8.63c-4.003-1.89-7.893-1.983-10.97-.258-3.071 1.723-4.932 5.043-5.25 9.356-.317 4.316.936 9.519 3.997 14.667 3.064 5.156 7.076 8.814 11.084 10.706 4.003 1.89 7.893 1.983 10.964.26 3.077-1.726 4.94-5.045 5.256-9.357.317-4.317-.939-9.521-4.003-14.677-3.06-5.15-7.071-8.806-11.078-10.697M9.446 32.478a28 28 0 0 0 2.306 4.885 28.4 28.4 0 0 0 3.218 4.402l6.098-3.496a35 35 0 0 1-3.086-4.404 35 35 0 0 1-2.419-4.892zm4.102-19.369c-2.938 1.648-4.935 5.048-5.412 9.473-.231 2.142-.097 4.49.448 6.925l5.985-3.43c-.86-2.99-1.191-5.91-.993-8.603.13-1.766.49-3.448 1.083-4.989z",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };