@vkontakte/icons 3.55.0 → 3.56.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 (53) hide show
  1. package/dist/16/card_sparkle_16.d.ts +5 -0
  2. package/dist/16/card_sparkle_16.js +23 -0
  3. package/dist/16/stories_ideas_16.d.ts +3 -1
  4. package/dist/16/stories_ideas_16.js +3 -1
  5. package/dist/20/card_sparkle_circle_fill_20.d.ts +5 -0
  6. package/dist/20/card_sparkle_circle_fill_20.js +31 -0
  7. package/dist/20/card_sparkles_20.d.ts +5 -0
  8. package/dist/20/card_sparkles_20.js +23 -0
  9. package/dist/20/stories_ideas_20.d.ts +3 -1
  10. package/dist/20/stories_ideas_20.js +3 -1
  11. package/dist/20/stories_ideas_circle_fill_20.d.ts +3 -1
  12. package/dist/20/stories_ideas_circle_fill_20.js +3 -1
  13. package/dist/24/card_sparkles_outline_24.d.ts +5 -0
  14. package/dist/24/card_sparkles_outline_24.js +23 -0
  15. package/dist/24/clock_check_alt_outline_24.d.ts +5 -0
  16. package/dist/24/clock_check_alt_outline_24.js +18 -0
  17. package/dist/24/narrative_active_outline_24.js +13 -6
  18. package/dist/24/narrative_outline_24.js +15 -6
  19. package/dist/28/card_sparkles_outline_28.d.ts +5 -0
  20. package/dist/28/card_sparkles_outline_28.js +23 -0
  21. package/dist/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
  22. package/dist/28/hand_wave_circle_fill_violet_28.js +48 -0
  23. package/dist/28/stories_ideas_outline_28.d.ts +3 -1
  24. package/dist/28/stories_ideas_outline_28.js +3 -1
  25. package/dist/36/hand_wave_sparkles_36.d.ts +5 -0
  26. package/dist/36/hand_wave_sparkles_36.js +18 -0
  27. package/dist/icons-map.json +1 -1
  28. package/dist/index.d.ts +8 -0
  29. package/dist/index.js +8 -0
  30. package/dist/typings/16/card_sparkle_16.d.ts +5 -0
  31. package/dist/typings/16/stories_ideas_16.d.ts +3 -1
  32. package/dist/typings/20/card_sparkle_circle_fill_20.d.ts +5 -0
  33. package/dist/typings/20/card_sparkles_20.d.ts +5 -0
  34. package/dist/typings/20/stories_ideas_20.d.ts +3 -1
  35. package/dist/typings/20/stories_ideas_circle_fill_20.d.ts +3 -1
  36. package/dist/typings/24/card_sparkles_outline_24.d.ts +5 -0
  37. package/dist/typings/24/clock_check_alt_outline_24.d.ts +5 -0
  38. package/dist/typings/28/card_sparkles_outline_28.d.ts +5 -0
  39. package/dist/typings/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
  40. package/dist/typings/28/stories_ideas_outline_28.d.ts +3 -1
  41. package/dist/typings/36/hand_wave_sparkles_36.d.ts +5 -0
  42. package/dist/typings/index.d.ts +8 -0
  43. package/package.json +1 -1
  44. package/src/svg/16/card_sparkle_16.svg +1 -0
  45. package/src/svg/20/card_sparkle_circle_fill_20.svg +1 -0
  46. package/src/svg/20/card_sparkles_20.svg +1 -0
  47. package/src/svg/24/card_sparkles_outline_24.svg +1 -0
  48. package/src/svg/24/clock_check_alt_outline_24.svg +1 -0
  49. package/src/svg/24/narrative_active_outline_24.svg +1 -1
  50. package/src/svg/24/narrative_outline_24.svg +1 -1
  51. package/src/svg/28/card_sparkles_outline_28.svg +1 -0
  52. package/src/svg/28/hand_wave_circle_fill_violet_28.svg +1 -0
  53. package/src/svg/36/hand_wave_sparkles_36.svg +1 -0
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16CardSparkleProps = SvgIconProps;
4
+ export declare const Icon16CardSparkle: React.FC<Icon16CardSparkleProps> & {
5
+ };
@@ -0,0 +1,23 @@
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 Icon16CardSparkle = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "card_sparkle_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M4.122 3.955a3 3 0 0 1 3.476-2.434l3.482.614a3 3 0 0 1 2.433 3.475l-1.1 6.245a3 3 0 0 1-3.476 2.434l-1.933-.346a.2.2 0 0 1-.155-.26l.338-1.033a.73.73 0 0 1 .464-.464l1.018-.34c1.774-.591 1.774-3.101 0-3.693l-1.018-.34a.73.73 0 0 1-.464-.464l-.34-1.018c-.386-1.159-1.59-1.56-2.545-1.206-.167.061-.373-.077-.342-.252z"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M4.576 6.805a.447.447 0 0 1 .848 0l.34 1.02c.222.666.745 1.19 1.412 1.412l1.019.34a.447.447 0 0 1 0 .847l-1.02.34a2.23 2.23 0 0 0-1.412 1.412l-.34 1.019a.447.447 0 0 1-.847 0l-.34-1.02a2.23 2.23 0 0 0-1.412-1.412l-1.019-.34a.447.447 0 0 1 0-.847l1.02-.34a2.23 2.23 0 0 0 1.412-1.412z"
20
+ })
21
+ ]
22
+ });
23
+ };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon16StoriesIdeasProps = SvgIconProps;
4
- export declare const Icon16StoriesIdeas: React.FC<Icon16StoriesIdeasProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon16CardSparkle
6
+ */ export declare const Icon16StoriesIdeas: React.FC<Icon16StoriesIdeasProps> & {
5
7
  };
@@ -1,7 +1,9 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
- export const Icon16StoriesIdeas = (props)=>{
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon16CardSparkle
6
+ */ export const Icon16StoriesIdeas = (props)=>{
5
7
  return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
8
  viewBox: "0 0 16 16",
7
9
  width: 16,
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20CardSparkleCircleFillProps = SvgIconProps;
4
+ export declare const Icon20CardSparkleCircleFill: React.FC<Icon20CardSparkleCircleFillProps> & {
5
+ };
@@ -0,0 +1,31 @@
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 Icon20CardSparkleCircleFill = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "card_sparkle_circle_fill_20",
10
+ vkuiAttrs: {
11
+ "fill": "none"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("rect", {
16
+ width: "20",
17
+ height: "20",
18
+ fill: "#2688eb",
19
+ rx: "10"
20
+ }),
21
+ /*#__PURE__*/ _jsx("path", {
22
+ fill: "#fff",
23
+ d: "M6.122 5.955A3 3 0 0 1 9.598 3.52l3.482.614a3 3 0 0 1 2.433 3.475l-1.1 6.245a3 3 0 0 1-3.476 2.434l-1.933-.346a.2.2 0 0 1-.155-.26l.338-1.033a.74.74 0 0 1 .464-.464l1.018-.34c1.774-.591 1.774-3.101 0-3.693l-1.018-.34a.73.73 0 0 1-.464-.464l-.34-1.018c-.386-1.159-1.59-1.56-2.545-1.207-.167.062-.373-.076-.342-.251z"
24
+ }),
25
+ /*#__PURE__*/ _jsx("path", {
26
+ fill: "#fff",
27
+ d: "M6.576 8.805a.447.447 0 0 1 .848 0l.34 1.02c.222.666.745 1.19 1.412 1.412l1.019.34a.447.447 0 0 1 0 .847l-1.02.34a2.23 2.23 0 0 0-1.412 1.412l-.34 1.019a.447.447 0 0 1-.847 0l-.34-1.02a2.23 2.23 0 0 0-1.412-1.412l-1.019-.34a.447.447 0 0 1 0-.847l1.02-.34a2.23 2.23 0 0 0 1.412-1.412z"
28
+ })
29
+ ]
30
+ });
31
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20CardSparklesProps = SvgIconProps;
4
+ export declare const Icon20CardSparkles: React.FC<Icon20CardSparklesProps> & {
5
+ };
@@ -0,0 +1,23 @@
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 Icon20CardSparkles = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "card_sparkles_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M7.286 8.09a.62.62 0 0 1 1.18 0l.474 1.432a3.13 3.13 0 0 0 1.967 1.985l1.42.478c.566.19.566 1 0 1.191l-1.42.477A3.13 3.13 0 0 0 8.94 15.64l-.473 1.432a.62.62 0 0 1-1.181 0l-.473-1.432a3.13 3.13 0 0 0-1.968-1.986l-1.419-.477c-.567-.19-.567-1 0-1.191l1.42-.478a3.13 3.13 0 0 0 1.967-1.985z"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M7.846 4.014a2.417 2.417 0 0 1 2.797-1.976l5.361.953a2.435 2.435 0 0 1 1.959 2.823l-1.596 9.131a2.417 2.417 0 0 1-2.797 1.978l-2.495-.445a.222.222 0 0 1-.169-.289 1.28 1.28 0 0 1 .803-.81l1.406-.474c2.213-.745 2.213-3.903 0-4.647l-1.406-.475a1.28 1.28 0 0 1-.803-.81l-.47-1.419-.076-.203c-.453-1.072-1.494-1.559-2.48-1.459-.177.018-.34-.134-.309-.312zm-4.086.688a.255.255 0 0 1 .484 0l.194.587c.127.385.427.687.808.815l.583.196a.26.26 0 0 1 0 .49l-.583.196c-.381.128-.681.43-.808.815l-.194.587a.255.255 0 0 1-.484 0l-.195-.587a1.28 1.28 0 0 0-.807-.815l-.584-.196c-.232-.079-.232-.411 0-.49l.584-.196c.38-.128.68-.43.807-.815z"
20
+ })
21
+ ]
22
+ });
23
+ };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon20StoriesIdeasProps = SvgIconProps;
4
- export declare const Icon20StoriesIdeas: React.FC<Icon20StoriesIdeasProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon20CardSparkles
6
+ */ export declare const Icon20StoriesIdeas: React.FC<Icon20StoriesIdeasProps> & {
5
7
  };
@@ -1,7 +1,9 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
- export const Icon20StoriesIdeas = (props)=>{
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon20CardSparkles
6
+ */ export const Icon20StoriesIdeas = (props)=>{
5
7
  return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
8
  viewBox: "0 0 20 20",
7
9
  width: 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 Icon20StoriesIdeasCircleFillProps = SvgIconProps;
4
- export declare const Icon20StoriesIdeasCircleFill: React.FC<Icon20StoriesIdeasCircleFillProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon20CardSparkleCircleFill
6
+ */ export declare const Icon20StoriesIdeasCircleFill: React.FC<Icon20StoriesIdeasCircleFillProps> & {
5
7
  };
@@ -1,7 +1,9 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
- export const Icon20StoriesIdeasCircleFill = (props)=>{
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon20CardSparkleCircleFill
6
+ */ export const Icon20StoriesIdeasCircleFill = (props)=>{
5
7
  return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
8
  viewBox: "0 0 20 20",
7
9
  width: 20,
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24CardSparklesOutlineProps = SvgIconProps;
4
+ export declare const Icon24CardSparklesOutline: React.FC<Icon24CardSparklesOutlineProps> & {
5
+ };
@@ -0,0 +1,23 @@
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 Icon24CardSparklesOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "card_sparkles_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M10.43 2.32c.728-.35 1.49-.374 2.32-.257.81.115 1.798.381 3.01.706 1.21.324 2.197.587 2.955.892.776.313 1.425.715 1.88 1.381q.162.24.29.504c.349.726.37 1.488.252 2.317-.115.809-.381 1.796-.707 3.006l-1.906 7.082c-.171.637-.287 1.085-.47 1.452a3.91 3.91 0 0 1-3.745 2.16c-.41-.026-.855-.15-1.493-.32a.9.9 0 0 1 .468-1.738c.721.192.956.25 1.141.263a2.1 2.1 0 0 0 2.017-1.163c.083-.167.15-.4.344-1.12l1.905-7.082c.337-1.254.568-2.116.664-2.79.093-.654.04-1.01-.094-1.287a2 2 0 0 0-.156-.27c-.172-.254-.454-.478-1.065-.725-.632-.255-1.494-.487-2.748-.823-1.256-.337-2.12-.567-2.794-.662-.654-.093-1.01-.038-1.287.095a2 2 0 0 0-.272.157c-.254.173-.479.454-.726 1.067-.255.632-.487 1.495-.824 2.751l-.55 2.05a.9.9 0 1 1-1.74-.464l.55-2.05c.325-1.212.589-2.2.895-2.959.313-.778.714-1.426 1.381-1.88q.242-.167.505-.294"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M9.072 12.703c.075-.27.58-.27.656 0l.056.198a14 14 0 0 0 .18.57c.256.747.6 1.502 1.032 1.934.432.433 1.186.775 1.932 1.03q.07.025.14.047.22.072.432.134.1.03.197.056c.27.075.27.58 0 .656a15 15 0 0 0-.769.236c-.746.256-1.5.6-1.932 1.032-.433.432-.776 1.186-1.032 1.932a12 12 0 0 0-.236.769c-.075.27-.58.27-.656 0a15 15 0 0 0-.19-.628l-.046-.14c-.256-.747-.599-1.5-1.03-1.933-.433-.433-1.188-.776-1.934-1.032l-.14-.046q-.22-.072-.43-.134-.101-.03-.199-.056c-.27-.075-.27-.58 0-.656l.198-.056a14 14 0 0 0 .57-.18c.747-.256 1.502-.598 1.934-1.03.433-.433.775-1.188 1.03-1.934q.025-.07.047-.141.072-.219.134-.43.03-.1.056-.198m-4.475-2.485a.32.32 0 0 1 .606 0l.242.728c.159.476.533.85 1.009 1.01l.728.241a.32.32 0 0 1 0 .606l-.728.242c-.476.159-.85.533-1.01 1.009l-.241.728a.32.32 0 0 1-.606 0l-.242-.728a1.6 1.6 0 0 0-1.009-1.01l-.728-.241a.32.32 0 0 1 0-.606l.728-.242c.476-.159.85-.533 1.01-1.009z"
20
+ })
21
+ ]
22
+ });
23
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24ClockCheckAltOutlineProps = SvgIconProps;
4
+ export declare const Icon24ClockCheckAltOutline: React.FC<Icon24ClockCheckAltOutlineProps> & {
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 Icon24ClockCheckAltOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "clock_check_alt_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M10.049 2.192a10 10 0 0 1 10.265 4.252A10 10 0 0 1 22 12a1 1 0 0 1-2 0 8 8 0 1 0-8 8 1 1 0 0 1 0 2 10 10 0 0 1-1.951-19.808m10.606 13.062a1.003 1.003 0 0 1 .71 1.71l-3.997 3.994a1 1 0 0 1-1.418 0l-1.998-1.996a1.003 1.003 0 1 1 1.418-1.418l1.29 1.298 3.286-3.295c.188-.188.443-.293.71-.293M12.224 7c.264 0 .518.095.706.264a.86.86 0 0 1 .293.635v4.498a.8.8 0 0 1-.075.345.9.9 0 0 1-.215.293l-2.997 2.698a1 1 0 0 1-.325.198 1.1 1.1 0 0 1-.768 0 1 1 0 0 1-.325-.198.9.9 0 0 1-.218-.292.82.82 0 0 1 0-.692.9.9 0 0 1 .218-.292l2.707-2.429V7.9c0-.238.105-.467.293-.635.187-.169.44-.264.706-.264"
16
+ })
17
+ });
18
+ };
@@ -1,16 +1,23 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
4
  export const Icon24NarrativeActiveOutline = (props)=>{
5
- return /*#__PURE__*/ _jsx(SvgIconRootV2, {
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
6
  viewBox: "0 0 24 24",
7
7
  width: 24,
8
8
  height: 24,
9
9
  vkuiIconId: "narrative_active_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
10
13
  vkuiProps: props,
11
- children: /*#__PURE__*/ _jsx("path", {
12
- fill: "currentColor",
13
- d: "M14.298 1.435c.732.17 1.377.543 1.891 1.092.521.556.825 1.145 1.151 2.298l.79 2.944a1 1 0 1 1-1.931.518l-.72-2.69-.113-.401c-.215-.729-.377-1.024-.636-1.302a1.73 1.73 0 0 0-.887-.512c-.37-.086-.707-.078-1.445.1l-.405.104L6.866 4.96c-.854.228-1.254.394-1.51.583l-.06.047-.134.119q-.39.365-.512.886c-.093.4-.076.763.148 1.638l2.723 10.17.113.401c.215.729.377 1.024.636 1.302q.366.39.887.512c.401.093.745.076 1.607-.14a1 1 0 1 1 .487 1.94c-1.148.288-1.805.32-2.549.147a3.73 3.73 0 0 1-1.891-1.092c-.521-.556-.825-1.145-1.151-2.298L2.922 8.963c-.355-1.324-.405-2.027-.22-2.823a3.7 3.7 0 0 1 .93-1.728l.183-.182.179-.157c.496-.412 1.077-.685 2.091-.973l.263-.072 5.128-1.374c1.323-.355 2.026-.405 2.822-.22M18.368 11c2 0 3.632 1.592 3.632 3.567 0 1.91-.772 2.851-3.78 5.134l-1.328 1.007c-.527.4-1.257.4-1.784 0l-1.328-1.007C10.772 17.418 10 16.476 10 14.567 10 12.592 11.631 11 13.632 11c.829 0 1.595.224 2.282.66l.086.057.086-.057a4.2 4.2 0 0 1 2.036-.653z"
14
- })
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M17.827 11.9c1.87 0 3.372 1.527 3.372 3.394l-.009.329c-.041.746-.238 1.353-.709 1.997-.533.729-1.416 1.505-2.806 2.596l-1.29 1.01a1.27 1.27 0 0 1-1.568 0l-1.289-1.01c-1.39-1.091-2.274-1.867-2.806-2.596-.471-.644-.668-1.25-.71-1.997l-.008-.33c0-1.862 1.497-3.385 3.36-3.393l.027.001.187.005.027.001c.706.04 1.362.262 1.95.66l.017.01.03.022.029-.021.017-.012.248-.155a3.8 3.8 0 0 1 1.636-.5z"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M11.255 2.063c.83-.117 1.594-.094 2.321.256q.26.126.5.288c.667.454 1.07 1.103 1.384 1.88.307.758.57 1.747.896 2.958l.536 1.99a.9.9 0 0 1-1.739.467l-.535-1.99c-.338-1.254-.571-2.117-.827-2.75-.248-.611-.473-.894-.728-1.066a2 2 0 0 0-.27-.156c-.276-.133-.633-.187-1.286-.094-.675.095-1.54.324-2.795.66-1.256.337-2.119.57-2.751.825-.612.247-.893.472-1.065.725q-.088.13-.156.269c-.133.276-.186.633-.094 1.286.096.675.327 1.538.665 2.793l1.322 4.914c.374 1.39.633 2.345.923 3.036.279.667.537.963.837 1.136.336.194.781.265 1.685.113a.901.901 0 0 1 .298 1.776c-1.056.177-2.007.175-2.882-.33-.777-.448-1.241-1.146-1.598-2-.348-.828-.64-1.922-1.001-3.263l-1.322-4.914c-.326-1.211-.594-2.199-.709-3.008-.118-.83-.095-1.593.255-2.32a4 4 0 0 1 .288-.5c.454-.667 1.103-1.068 1.881-1.382.758-.306 1.747-.569 2.958-.894 1.211-.324 2.2-.59 3.009-.705"
20
+ })
21
+ ]
15
22
  });
16
23
  };
@@ -1,16 +1,25 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
4
  export const Icon24NarrativeOutline = (props)=>{
5
- return /*#__PURE__*/ _jsx(SvgIconRootV2, {
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
6
  viewBox: "0 0 24 24",
7
7
  width: 24,
8
8
  height: 24,
9
9
  vkuiIconId: "narrative_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
10
13
  vkuiProps: props,
11
- children: /*#__PURE__*/ _jsx("path", {
12
- fill: "currentColor",
13
- d: "M14.298 1.435c.732.17 1.377.543 1.891 1.092.521.556.825 1.145 1.151 2.298l.79 2.944a1 1 0 1 1-1.931.518l-.72-2.69-.113-.401c-.215-.729-.377-1.024-.636-1.302a1.73 1.73 0 0 0-.887-.512c-.37-.086-.707-.078-1.445.1l-.405.104L6.866 4.96c-.854.228-1.254.394-1.51.583l-.06.047-.134.119q-.39.365-.512.886c-.093.4-.076.763.148 1.638l2.723 10.17.113.401c.215.729.377 1.024.636 1.302q.366.39.887.512c.401.093.745.076 1.607-.14a1 1 0 1 1 .487 1.94c-1.148.288-1.805.32-2.549.147a3.73 3.73 0 0 1-1.891-1.092c-.521-.556-.825-1.145-1.151-2.298L2.922 8.963c-.355-1.324-.405-2.027-.22-2.823a3.7 3.7 0 0 1 .93-1.728l.183-.182.179-.157c.496-.412 1.077-.685 2.091-.973l.263-.072 5.128-1.374c1.323-.355 2.026-.405 2.822-.22M18.368 11c2 0 3.632 1.592 3.632 3.567 0 1.91-.772 2.851-3.78 5.134l-1.328 1.007c-.527.4-1.257.4-1.784 0l-1.328-1.007C10.772 17.418 10 16.476 10 14.567 10 12.592 11.631 11 13.632 11c.829 0 1.595.224 2.282.66l.086.057.086-.057a4.2 4.2 0 0 1 2.036-.653zm0 2c-.63 0-1.17.228-1.67.716l-.349.34a.5.5 0 0 1-.698 0l-.35-.34c-.5-.488-1.04-.716-1.67-.716-.906 0-1.631.707-1.631 1.567 0 .993.4 1.546 2.524 3.185L16 18.875l1.012-.767c2.45-1.859 2.957-2.442 2.988-3.44l.001-.1c0-.86-.725-1.568-1.632-1.568"
14
- })
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M17.826 11.9c1.87 0 3.373 1.528 3.373 3.395 0 .903-.18 1.589-.718 2.325-.533.729-1.416 1.505-2.806 2.595l-1.29 1.012a1.27 1.27 0 0 1-1.568 0l-1.289-1.012c-1.39-1.09-2.273-1.866-2.806-2.595-.538-.736-.718-1.422-.718-2.325 0-1.863 1.496-3.388 3.36-3.395l.027.001.187.005.027.001a3.8 3.8 0 0 1 1.95.66l.016.01.03.022.03-.021.018-.01a3.83 3.83 0 0 1 2.177-.668m-4.456 1.8a1.583 1.583 0 0 0-1.565 1.595c0 .59.094.886.37 1.263.366.502 1.058 1.138 2.465 2.241l.962.755.962-.755c1.406-1.103 2.098-1.74 2.464-2.24.276-.378.37-.675.37-1.264 0-.888-.711-1.594-1.572-1.594a2.03 2.03 0 0 0-1.17.357l-.535.378a.9.9 0 0 1-1.039 0l-.55-.388a2 2 0 0 0-1.022-.344z",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M11.255 2.063c.83-.117 1.594-.095 2.321.256q.26.126.5.288c.667.454 1.07 1.102 1.384 1.88.307.758.57 1.747.896 2.958l.536 1.99a.9.9 0 0 1-1.739.467l-.535-1.99c-.338-1.254-.571-2.117-.827-2.75-.248-.611-.473-.894-.728-1.067a2 2 0 0 0-.269-.155c-.277-.133-.634-.187-1.287-.095-.675.096-1.54.325-2.795.662-1.256.336-2.119.569-2.751.824-.612.247-.893.472-1.065.725q-.088.13-.156.269c-.133.276-.186.632-.093 1.286.095.675.326 1.538.664 2.793l1.322 4.914c.374 1.39.633 2.345.923 3.036.28.668.537.963.837 1.136.336.194.781.265 1.685.113a.901.901 0 0 1 .298 1.776c-1.056.177-2.007.175-2.882-.33-.777-.448-1.241-1.146-1.598-2-.348-.829-.64-1.922-1.001-3.263l-1.322-4.914c-.326-1.211-.594-2.199-.709-3.008-.118-.83-.095-1.593.255-2.32q.126-.26.288-.5c.454-.667 1.103-1.068 1.881-1.382.758-.306 1.747-.57 2.958-.894s2.2-.59 3.009-.705"
22
+ })
23
+ ]
15
24
  });
16
25
  };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28CardSparklesOutlineProps = SvgIconProps;
4
+ export declare const Icon28CardSparklesOutline: React.FC<Icon28CardSparklesOutlineProps> & {
5
+ };
@@ -0,0 +1,23 @@
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 Icon28CardSparklesOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "card_sparkles_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M15.037 2.095c-.554-.101-1.08-.14-1.612-.027a4 4 0 0 0-2.142 1.236c-.364.405-.593.88-.783 1.41-.186.52-.36 1.175-.573 1.97l-.669 2.499a1 1 0 1 0 1.932.518l.668-2.5c.222-.827.374-1.389.526-1.814.148-.414.268-.614.386-.744a2 2 0 0 1 1.071-.618c.172-.037.405-.042.838.037.444.08 1.007.231 1.834.453l3.284.88c.827.221 1.39.373 1.814.525.415.148.615.269.746.386.313.283.53.658.618 1.071.036.172.04.406-.038.838-.081.444-.23 1.007-.453 1.834l-2.692 10.046c-.222.827-.372 1.39-.524 1.815-.148.414-.27.614-.387.745-.283.313-.657.53-1.07.618-.337.071-.787.008-2.092-.337a1 1 0 0 0-.51 1.933c1.183.313 2.126.55 3.018.36a4 4 0 0 0 2.14-1.236c.365-.405.594-.879.784-1.41.185-.52.36-1.175.573-1.97l2.692-10.046c.213-.796.39-1.45.488-1.993.102-.555.14-1.08.027-1.613a4 4 0 0 0-1.236-2.141c-.404-.365-.879-.594-1.41-.784-.52-.185-1.175-.36-1.97-.573l-3.285-.88c-.795-.213-1.45-.389-1.993-.488"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "M11.316 13.19a.707.707 0 0 0-1.35 0l-.54 1.655a3.59 3.59 0 0 1-2.247 2.292l-1.622.552c-.648.22-.648 1.154 0 1.375l1.622.552a3.59 3.59 0 0 1 2.248 2.292l.54 1.654a.707.707 0 0 0 1.349 0l.54-1.654a3.59 3.59 0 0 1 2.249-2.292l1.622-.552c.647-.22.647-1.155 0-1.375l-1.622-.552a3.59 3.59 0 0 1-2.248-2.292zm-5.31-3.106a.342.342 0 0 0-.648 0l-.26.78c-.17.51-.572.911-1.082 1.082l-.78.26a.342.342 0 0 0 0 .648l.78.26c.51.17.912.571 1.082 1.082l.26.78a.342.342 0 0 0 .648 0l.26-.78a1.71 1.71 0 0 1 1.082-1.081l.78-.261a.342.342 0 0 0 0-.649l-.78-.26a1.71 1.71 0 0 1-1.082-1.08z"
20
+ })
21
+ ]
22
+ });
23
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28HandWaveCircleFillVioletProps = SvgIconProps;
4
+ export declare const Icon28HandWaveCircleFillViolet: React.FC<Icon28HandWaveCircleFillVioletProps> & {
5
+ };
@@ -0,0 +1,48 @@
1
+ 'use client';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import * as React from "react";
4
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
5
+ export const Icon28HandWaveCircleFillViolet = (props)=>{
6
+ const reactId = React.useId();
7
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
8
+ viewBox: "0 0 28 28",
9
+ width: 28,
10
+ height: 28,
11
+ vkuiIconId: "hand_wave_circle_fill_violet_28",
12
+ vkuiAttrs: {
13
+ "fill": "none"
14
+ },
15
+ vkuiProps: props,
16
+ children: [
17
+ /*#__PURE__*/ _jsx("rect", {
18
+ width: "28",
19
+ height: "28",
20
+ fill: `url(#hand_wave_circle_fill_violet_28${reactId}a)`,
21
+ rx: "14"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ fill: "#fff",
25
+ d: "M18.868 6.141c.416.27.529.837.251 1.266-.277.43-3.558 5.273-3.883 5.845-.324.572.087 1.361.892.688.804-.673 3.384-3.988 3.73-4.363a.9.9 0 0 1 1.28-.063c.363.34.376.92.03 1.296-.345.375-3.429 3.552-3.824 4.07-.395.517.268 1.029.799.616a82 82 0 0 0 2.363-1.944.895.895 0 0 1 1.278.07.93.93 0 0 1-.103 1.296c-.38.339-1.418 1.127-2.297 1.886-.878.758-3.096 2.87-3.096 2.87-2.08 2.133-4.358 3.179-6.559 1.48l-1.139-.88c-.935-.722-1.543-2.127-1.577-3.47-.033-1.342.009-6.018 0-6.626a1.13 1.13 0 0 1 1.072-1.146 1.06 1.06 0 0 1 1.102 1.056c.009.608-.043 3.534-.043 3.534 1.387-.782 1.8-1.594 2.415-3.163l1.806-3.839a.925.925 0 0 1 1.183-.532c.463.18.684.711.495 1.185-.19.473-1.81 3.608-1.99 4.293-.178.685.384 1.323.877.677 0 0 3.403-5.385 3.68-5.814a.91.91 0 0 1 1.258-.288"
26
+ }),
27
+ /*#__PURE__*/ _jsx("defs", {
28
+ children: /*#__PURE__*/ _jsxs("linearGradient", {
29
+ id: `hand_wave_circle_fill_violet_28${reactId}a`,
30
+ x1: "-14",
31
+ x2: "14",
32
+ y1: "14",
33
+ y2: "42",
34
+ gradientUnits: "userSpaceOnUse",
35
+ children: [
36
+ /*#__PURE__*/ _jsx("stop", {
37
+ stopColor: "#c48aff"
38
+ }),
39
+ /*#__PURE__*/ _jsx("stop", {
40
+ offset: "1",
41
+ stopColor: "#aa65f0"
42
+ })
43
+ ]
44
+ })
45
+ })
46
+ ]
47
+ });
48
+ };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon28StoriesIdeasOutlineProps = SvgIconProps;
4
- export declare const Icon28StoriesIdeasOutline: React.FC<Icon28StoriesIdeasOutlineProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon28CardSparklesOutline
6
+ */ export declare const Icon28StoriesIdeasOutline: React.FC<Icon28StoriesIdeasOutlineProps> & {
5
7
  };
@@ -1,7 +1,9 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
- export const Icon28StoriesIdeasOutline = (props)=>{
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon28CardSparklesOutline
6
+ */ export const Icon28StoriesIdeasOutline = (props)=>{
5
7
  return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
8
  viewBox: "0 0 28 28",
7
9
  width: 28,
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon36HandWaveSparklesProps = SvgIconProps;
4
+ export declare const Icon36HandWaveSparkles: React.FC<Icon36HandWaveSparklesProps> & {
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 Icon36HandWaveSparkles = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 36 36",
7
+ width: 36,
8
+ height: 36,
9
+ vkuiIconId: "hand_wave_sparkles_36",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M30.045 26.393a.574.574 0 0 0-1.09 0l-.436 1.31a2.87 2.87 0 0 1-1.816 1.816l-1.31.436a.574.574 0 0 0 0 1.09l1.31.436a2.87 2.87 0 0 1 1.816 1.816l.436 1.31a.574.574 0 0 0 1.09 0l.436-1.31a2.87 2.87 0 0 1 1.816-1.815l1.31-.437a.574.574 0 0 0 0-1.09l-1.31-.436a2.87 2.87 0 0 1-1.816-1.816zM26.566 5.247c-.722-.473-1.698-.246-2.18.504L18 15.926c-.855 1.129-1.83.013-1.52-1.185l3.45-7.513c.329-.83-.055-1.758-.858-2.074s-1.723.102-2.052.931l-3.134 6.719c-.293.753-4.113 8.472-4.114 4.645v-5.295c-.015-1.063-.871-1.89-1.913-1.847-1.041.043-1.874.94-1.859 2.005v11.596c.058 2.35 1.114 4.807 2.736 6.072l1.976 1.539c3.818 2.973 7.77 1.142 11.379-2.59l5.37-5.023 3.986-3.3c.66-.592.74-1.607.178-2.267s-1.556-.715-2.217-.123l-4.1 3.402c-.92.722-2.07-.173-1.386-1.079l6.635-7.122c.6-.657.576-1.672-.051-2.269-.628-.595-1.623-.545-2.223.112l-6.47 7.635c-1.396 1.177-2.11-.204-1.546-1.205l6.735-10.227c.481-.75.287-1.743-.436-2.216M10.363 2.262a.383.383 0 0 0-.726 0l-.291.874a1.91 1.91 0 0 1-1.21 1.21l-.874.29a.383.383 0 0 0 0 .727l.874.291c.57.19 1.02.64 1.21 1.21l.29.874c.117.35.611.35.727 0l.291-.874c.19-.57.64-1.02 1.21-1.21l.874-.29a.383.383 0 0 0 0-.727l-.874-.291a1.91 1.91 0 0 1-1.21-1.21z"
16
+ })
17
+ });
18
+ };