@vkontakte/icons 3.51.0 → 3.53.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 (70) hide show
  1. package/dist/12/sparkle_12.d.ts +5 -0
  2. package/dist/12/sparkle_12.js +18 -0
  3. package/dist/12/star_12.d.ts +3 -1
  4. package/dist/12/star_12.js +3 -1
  5. package/dist/16/picture_small_16.d.ts +5 -0
  6. package/dist/16/picture_small_16.js +20 -0
  7. package/dist/16/smile_small_16.d.ts +5 -0
  8. package/dist/16/smile_small_16.js +20 -0
  9. package/dist/20/clapperboard_video_outline_20.d.ts +5 -0
  10. package/dist/20/clapperboard_video_outline_20.js +20 -0
  11. package/dist/20/document_sparkles_outline_20.d.ts +5 -0
  12. package/dist/20/document_sparkles_outline_20.js +25 -0
  13. package/dist/24/document_arrow_down_outline_24.d.ts +5 -0
  14. package/dist/24/document_arrow_down_outline_24.js +20 -0
  15. package/dist/24/like_slash_24.d.ts +5 -0
  16. package/dist/24/like_slash_24.js +18 -0
  17. package/dist/24/like_slash_outline_24.d.ts +5 -0
  18. package/dist/24/like_slash_outline_24.js +25 -0
  19. package/dist/24/picture_on_square_outline_24.d.ts +5 -0
  20. package/dist/24/picture_on_square_outline_24.js +28 -0
  21. package/dist/24/text_asc_outline_24.d.ts +5 -0
  22. package/dist/24/text_asc_outline_24.js +18 -0
  23. package/dist/24/text_desc_outline_24.d.ts +5 -0
  24. package/dist/24/text_desc_outline_24.js +18 -0
  25. package/dist/24/thumbs_up_24.js +1 -1
  26. package/dist/28/like_slash_28.d.ts +5 -0
  27. package/dist/28/like_slash_28.js +18 -0
  28. package/dist/28/like_slash_outline_28.d.ts +5 -0
  29. package/dist/28/like_slash_outline_28.js +25 -0
  30. package/dist/28/sparkle_circle_fill_purple_28.d.ts +5 -0
  31. package/dist/28/sparkle_circle_fill_purple_28.js +68 -0
  32. package/dist/32/sparkles_circle_fill_ai_gradient_32.d.ts +5 -0
  33. package/dist/32/sparkles_circle_fill_ai_gradient_32.js +72 -0
  34. package/dist/icons-map.json +1 -1
  35. package/dist/index.d.ts +15 -0
  36. package/dist/index.js +15 -0
  37. package/dist/typings/12/sparkle_12.d.ts +5 -0
  38. package/dist/typings/12/star_12.d.ts +3 -1
  39. package/dist/typings/16/picture_small_16.d.ts +5 -0
  40. package/dist/typings/16/smile_small_16.d.ts +5 -0
  41. package/dist/typings/20/clapperboard_video_outline_20.d.ts +5 -0
  42. package/dist/typings/20/document_sparkles_outline_20.d.ts +5 -0
  43. package/dist/typings/24/document_arrow_down_outline_24.d.ts +5 -0
  44. package/dist/typings/24/like_slash_24.d.ts +5 -0
  45. package/dist/typings/24/like_slash_outline_24.d.ts +5 -0
  46. package/dist/typings/24/picture_on_square_outline_24.d.ts +5 -0
  47. package/dist/typings/24/text_asc_outline_24.d.ts +5 -0
  48. package/dist/typings/24/text_desc_outline_24.d.ts +5 -0
  49. package/dist/typings/28/like_slash_28.d.ts +5 -0
  50. package/dist/typings/28/like_slash_outline_28.d.ts +5 -0
  51. package/dist/typings/28/sparkle_circle_fill_purple_28.d.ts +5 -0
  52. package/dist/typings/32/sparkles_circle_fill_ai_gradient_32.d.ts +5 -0
  53. package/dist/typings/index.d.ts +15 -0
  54. package/package.json +4 -4
  55. package/src/svg/12/sparkle_12.svg +1 -0
  56. package/src/svg/16/picture_small_16.svg +1 -0
  57. package/src/svg/16/smile_small_16.svg +1 -0
  58. package/src/svg/20/clapperboard_video_outline_20.svg +1 -0
  59. package/src/svg/20/document_sparkles_outline_20.svg +1 -0
  60. package/src/svg/24/document_arrow_down_outline_24.svg +1 -0
  61. package/src/svg/24/like_slash_24.svg +1 -0
  62. package/src/svg/24/like_slash_outline_24.svg +1 -0
  63. package/src/svg/24/picture_on_square_outline_24.svg +1 -0
  64. package/src/svg/24/text_asc_outline_24.svg +1 -0
  65. package/src/svg/24/text_desc_outline_24.svg +1 -0
  66. package/src/svg/24/thumbs_up_24.svg +1 -1
  67. package/src/svg/28/like_slash_28.svg +1 -0
  68. package/src/svg/28/like_slash_outline_28.svg +1 -0
  69. package/src/svg/28/sparkle_circle_fill_purple_28.svg +1 -0
  70. package/src/svg/32/sparkles_circle_fill_ai_gradient_32.svg +1 -0
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon12SparkleProps = SvgIconProps;
4
+ export declare const Icon12Sparkle: React.FC<Icon12SparkleProps> & {
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 Icon12Sparkle = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "sparkle_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M6.54 1.864c-.202-.82-.303-1.231-.35-1.28-.11-.112-.252-.112-.361 0-.048.05-.148.46-.349 1.282-.257 1.054-.61 2.096-1.061 2.548-.452.452-1.495.805-2.552 1.062-.822.2-1.234.3-1.283.348-.112.11-.112.252 0 .361.049.048.46.15 1.282.351 1.057.26 2.1.615 2.553 1.067.451.452.805 1.49 1.062 2.54.2.815.3 1.223.348 1.273.11.112.251.112.36 0 .049-.05.15-.457.351-1.273.26-1.05.615-2.088 1.067-2.54.453-.452 1.491-.81 2.54-1.074.814-.204 1.221-.306 1.27-.355.111-.11.11-.251-.002-.36-.049-.048-.457-.147-1.272-.344-1.048-.254-2.084-.604-2.536-1.056S6.8 2.92 6.54 1.864"
16
+ })
17
+ });
18
+ };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon12StarProps = SvgIconProps;
4
- export declare const Icon12Star: React.FC<Icon12StarProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon12Sparkle
6
+ */ export declare const Icon12Star: React.FC<Icon12StarProps> & {
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 Icon12Star = (props)=>{
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon12Sparkle
6
+ */ export const Icon12Star = (props)=>{
5
7
  return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
8
  viewBox: "0 0 12 12",
7
9
  width: 12,
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16PictureSmallProps = SvgIconProps;
4
+ export declare const Icon16PictureSmall: React.FC<Icon16PictureSmallProps> & {
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 Icon16PictureSmall = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "picture_small_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M1.829 3.148c-.329.645-.329 1.49-.329 3.18v3.343c0 1.69 0 2.536.329 3.181.29.568.75 1.03 1.319 1.32.645.328 1.49.328 3.18.328h3.343c1.69 0 2.536 0 3.181-.329a3 3 0 0 0 1.32-1.319c.328-.645.328-1.49.328-3.18V6.328c0-1.69 0-2.536-.329-3.181a3 3 0 0 0-1.319-1.32c-.645-.328-1.49-.328-3.18-.328H6.328c-1.69 0-2.536 0-3.181.329a3.02 3.02 0 0 0-1.32 1.319m3.6 6.148-1.169 1.75c-.22.33-.33.495-.322.632.007.12.065.23.16.302.109.082.307.082.702.082h6.367c.42 0 .629 0 .739-.086a.4.4 0 0 0 .156-.312c.002-.14-.123-.308-.375-.644L9.738 8.422c-.176-.235-.264-.352-.372-.394a.4.4 0 0 0-.294 0c-.108.042-.197.16-.373.394l-1.467 1.956-.723-1.082c-.18-.27-.271-.405-.385-.453a.4.4 0 0 0-.31 0c-.114.048-.204.183-.385.453",
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 Icon16SmileSmallProps = SvgIconProps;
4
+ export declare const Icon16SmileSmall: React.FC<Icon16SmileSmallProps> & {
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 Icon16SmileSmall = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "smile_small_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M6.781 6.682a.914.914 0 1 0-1.828 0 .914.914 0 0 0 1.828 0m3.348-.914a.914.914 0 1 1 .008 1.828.914.914 0 0 1-.008-1.828m.629 3.453a.61.61 0 0 0-.85.142c-.906 1.267-2.906 1.281-3.821 0a.61.61 0 0 0-.992.71c1.375 1.923 4.415 1.943 5.804-.002a.61.61 0 0 0-.141-.85",
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 Icon20ClapperboardVideoOutlineProps = SvgIconProps;
4
+ export declare const Icon20ClapperboardVideoOutline: React.FC<Icon20ClapperboardVideoOutlineProps> & {
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 Icon20ClapperboardVideoOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "clapperboard_video_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M13.568 1.536c.36-.047.705-.058 1.055.027a2.75 2.75 0 0 1 1.524.989c.22.285.35.606.453.954.1.34.19.765.3 1.275.038.183.076.363.097.517a1.5 1.5 0 0 1-.019.569 1.5 1.5 0 0 1-.54.832 1.5 1.5 0 0 1-.511.248c-.15.044-.33.082-.513.12L8.673 8.5h6.874c.197 0 .39 0 .553.013.172.014.374.047.577.15.247.126.454.318.598.553l.059.104.065.151c.054.15.075.297.085.426.013.162.013.356.013.553v2.399c0 .757 0 1.371-.04 1.867-.041.505-.13.955-.342 1.372a3.5 3.5 0 0 1-1.53 1.53c-.417.212-.867.3-1.371.341-.497.04-1.11.04-1.868.04H7.897c-.757 0-1.371 0-1.867-.04-.505-.041-.955-.129-1.372-.341a3.5 3.5 0 0 1-1.53-1.53c-.212-.417-.3-.867-.341-1.372-.04-.496-.04-1.11-.04-1.867V8.5h.005l-.133-.626c-.114-.535-.21-.981-.257-1.35-.049-.378-.057-.741.041-1.107.15-.56.475-1.06.926-1.425.294-.238.63-.38.994-.489.357-.107.803-.2 1.339-.314l6.62-1.407c.51-.109.934-.199 1.286-.246M4.247 12.85c0 .782 0 1.324.035 1.745.034.412.096.642.183.813a2 2 0 0 0 .874.874c.17.087.401.15.813.183.42.035.963.035 1.745.035h4.45c.781 0 1.324 0 1.745-.035.411-.034.642-.096.813-.183.376-.192.682-.498.874-.874.087-.171.149-.401.183-.813.034-.42.035-.963.035-1.745v-2.4c0-.222 0-.344-.008-.431l-.002-.01h-.009a6 6 0 0 0-.431-.009h-11.3zm1.726-8.192c-.56.119-.936.199-1.22.284-.276.082-.4.153-.48.217a1.25 1.25 0 0 0-.42.647c-.027.098-.04.241-.004.526.038.295.119.672.238 1.232l.077.362 1.72-.365L6.891 4.46zM8.585 4.1 7.578 7.2l2.956-.628 1.007-3.099zm5.682-1.081c-.093-.023-.23-.033-.502.003-.15.02-.323.05-.533.093L12.227 6.21l2.874-.61c.207-.044.321-.07.402-.093l.006-.003v-.01a6 6 0 0 0-.078-.403c-.113-.533-.19-.89-.27-1.162-.077-.263-.141-.384-.2-.46a1.25 1.25 0 0 0-.694-.45",
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 Icon20DocumentSparklesOutlineProps = SvgIconProps;
4
+ export declare const Icon20DocumentSparklesOutline: React.FC<Icon20DocumentSparklesOutlineProps> & {
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 Icon20DocumentSparklesOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "document_sparkles_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M10.223 1.5c.331 0 .62-.005.898.062.23.055.45.146.65.27.245.15.446.357.68.59l3.627 3.627c.233.234.44.435.59.68.123.2.215.42.27.65.067.278.062.567.062.898v3.873c0 .967.001 1.738-.05 2.36-.05.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.621.05-1.392.05-2.36.05h-1.3c-.967 0-1.738 0-2.36-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.858c-.253-.497-.361-1.04-.413-1.67C3 13.89 3 13.117 3 12.15v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .992 0 1.691.045 2.237.044.537.127.86.255 1.11.264.518.685.94 1.202 1.203.251.128.574.21 1.11.255.547.044 1.246.045 2.238.045h1.3c.993 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.203-1.202c.127-.251.21-.574.254-1.11.045-.546.045-1.246.045-2.238V8.5h-2.32c-.421 0-.784 0-1.081-.025-.306-.026-.61-.083-.901-.237a2.25 2.25 0 0 1-.936-.936c-.154-.29-.211-.595-.237-.901C10 6.104 10 5.741 10 5.32V3H6.757a.75.75 0 0 1 0-1.5zM11.5 5.32c0 .446.001.736.02.955.018.209.047.287.067.325.07.133.18.242.313.313.038.02.116.05.325.067.22.019.508.02.955.02h1.727L11.5 3.593z",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M7.698 7.217a.32.32 0 0 1 .605 0l.242.729c.159.476.533.85 1.009 1.009l.728.242a.32.32 0 0 1 0 .605l-.728.243c-.476.158-.85.532-1.009 1.008l-.242.729a.32.32 0 0 1-.605 0l-.244-.729a1.6 1.6 0 0 0-1.008-1.008l-.728-.243a.32.32 0 0 1 0-.605l.728-.242c.476-.159.85-.533 1.008-1.01zM3.326 1.805a.447.447 0 0 1 .847 0l.34 1.019c.222.666.746 1.19 1.412 1.412l1.019.34a.447.447 0 0 1 0 .847l-1.019.34a2.23 2.23 0 0 0-1.412 1.412l-.34 1.019a.447.447 0 0 1-.847 0l-.34-1.019a2.23 2.23 0 0 0-1.412-1.412l-1.019-.34a.447.447 0 0 1 0-.847l1.019-.34a2.23 2.23 0 0 0 1.412-1.412z"
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 Icon24DocumentArrowDownOutlineProps = SvgIconProps;
4
+ export declare const Icon24DocumentArrowDownOutline: React.FC<Icon24DocumentArrowDownOutlineProps> & {
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 Icon24DocumentArrowDownOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "document_arrow_down_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M12.473 2c.3 0 .586 0 .866.066a2.4 2.4 0 0 1 .694.288c.245.15.447.353.659.565l4.389 4.39c.212.21.415.413.565.658a2.4 2.4 0 0 1 .288.694c.067.28.066.566.066.866V12.1a.9.9 0 0 1-1.8 0V10h-2.135c-.53 0-.982 0-1.352-.03-.389-.032-.768-.102-1.13-.286a2.9 2.9 0 0 1-1.267-1.267c-.184-.362-.254-.74-.286-1.13-.03-.37-.03-.822-.03-1.352V3.8h-1.5c-.995 0-1.687 0-2.226.045-.527.043-.828.123-1.054.238A2.6 2.6 0 0 0 6.083 5.22c-.115.226-.195.527-.238 1.055C5.8 6.813 5.8 7.505 5.8 8.5v7c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h1.6a.9.9 0 0 1 0 1.8h-1.638c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C4 17.252 4 16.486 4 15.538V8.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 6.402 2.48c.523-.267 1.087-.377 1.726-.43C8.748 2 9.514 2 10.462 2zM13.8 4.573 17.427 8.2H16.1c-.575 0-.952 0-1.24-.024-.278-.023-.393-.062-.46-.096a1.1 1.1 0 0 1-.48-.48c-.034-.066-.073-.182-.096-.46A17 17 0 0 1 13.8 5.9zm4.1 15.615v-5.022a.9.9 0 0 0-1.8 0v5.022l-1.561-1.561a.9.9 0 0 0-1.273 1.273l3.098 3.097a.9.9 0 0 0 1.273 0l3.097-3.097a.9.9 0 0 0-1.273-1.273z",
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 Icon24LikeSlashProps = SvgIconProps;
4
+ export declare const Icon24LikeSlash: React.FC<Icon24LikeSlashProps> & {
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 Icon24LikeSlash = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "like_slash_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M2.269 3.267a.9.9 0 0 1 1.273 0l1.437 1.436h.001l12.344 12.344h-.002l2.413 2.413a.901.901 0 0 1-1.273 1.273l-2.549-2.548-.419.333-2.364 1.842a1.84 1.84 0 0 1-2.26 0l-2.687-2.097C3.128 14.269 2 12.804 2 9.717c0-1.507.588-2.878 1.546-3.9L2.269 4.54a.9.9 0 0 1 0-1.273M16.266 4C19.423 4 22 6.56 22 9.717c0 2.382-.672 3.797-3.303 6.156L6.886 4.062Q7.302 4 7.734 4c1.54 0 2.928.576 4.138 1.694l.122.119.117-.114c1.128-1.056 2.43-1.63 3.881-1.693z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24LikeSlashOutlineProps = SvgIconProps;
4
+ export declare const Icon24LikeSlashOutline: React.FC<Icon24LikeSlashOutlineProps> & {
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 Icon24LikeSlashOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "like_slash_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M2.264 3.313a.9.9 0 0 1 1.273 0L19.64 19.415a.9.9 0 0 1-1.273 1.273l-2.481-2.48-.389.308-.003.002-2.364 1.843a1.84 1.84 0 0 1-2.259 0l-2.364-1.843-.003-.002c-2.302-1.808-3.93-3.147-4.966-4.434C2.447 12.727 2 11.416 2 9.717c0-1.497.58-2.858 1.522-3.874L2.264 4.587a.9.9 0 0 1 0-1.274m2.531 3.805a3.9 3.9 0 0 0-.995 2.6c0 1.293.31 2.204 1.14 3.235.882 1.097 2.333 2.307 4.673 4.145l2.364 1.843c.013.01.032.01.046 0l2.364-1.843.217-.172z",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M16.265 4c3.145 0 5.734 2.549 5.734 5.717 0 1.124-.194 2.103-.676 3.054-.475.935-1.2 1.789-2.174 2.704a.901.901 0 0 1-1.234-1.311c.903-.85 1.462-1.537 1.802-2.207.332-.653.482-1.343.483-2.24 0-2.163-1.772-3.917-3.935-3.917-1.322 0-2.502.585-3.564 1.909a.9.9 0 0 1-1.398.006c-.979-1.194-2.026-1.778-3.145-1.893a.9.9 0 0 1 .184-1.791c1.377.141 2.596.76 3.653 1.78C13.201 4.634 14.63 4 16.265 4"
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 Icon24PictureOnSquareOutlineProps = SvgIconProps;
4
+ export declare const Icon24PictureOnSquareOutline: React.FC<Icon24PictureOnSquareOutlineProps> & {
5
+ };
@@ -0,0 +1,28 @@
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 Icon24PictureOnSquareOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "picture_on_square_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M14.32 16.927a.428.428 0 0 1-.36.672H6.837a.428.428 0 0 1-.337-.7l1.69-2.019 1.561 1.862 2.22-3.143z"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M11.299 6.2c.965 0 1.743 0 2.372.051.639.052 1.203.163 1.726.429a4.4 4.4 0 0 1 1.922 1.924c.266.522.377 1.085.429 1.724.051.629.05 1.407.05 2.372v1.801c0 .965.001 1.743-.05 2.372-.052.639-.163 1.203-.429 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.629.05-1.407.05-2.372.05H9.498c-.965 0-1.743 0-2.372-.05-.639-.053-1.203-.164-1.725-.43A4.4 4.4 0 0 1 3.478 18.6c-.267-.523-.377-1.087-.43-1.726-.05-.629-.05-1.407-.05-2.372v-1.8c0-.966 0-1.744.05-2.373.053-.639.164-1.202.43-1.724A4.4 4.4 0 0 1 5.4 6.68c.522-.266 1.086-.377 1.725-.429.629-.051 1.407-.05 2.372-.05zM9.498 8.001c-.995 0-1.687 0-2.226.044-.527.043-.828.124-1.054.24A2.6 2.6 0 0 0 5.082 9.42c-.115.226-.196.527-.24 1.055-.043.538-.043 1.23-.043 2.225v1.801c0 .994 0 1.687.044 2.226.043.527.124.828.239 1.054.25.489.647.887 1.136 1.136.226.115.527.196 1.054.24.539.043 1.231.043 2.226.043h1.8c.995 0 1.688 0 2.226-.044.528-.043.829-.124 1.055-.239.489-.25.887-.647 1.136-1.136.115-.226.196-.527.24-1.054.043-.539.043-1.232.043-2.226v-1.8c0-.995 0-1.688-.044-2.226-.043-.528-.124-.829-.24-1.055a2.6 2.6 0 0 0-1.135-1.136c-.226-.115-.527-.196-1.055-.24-.538-.043-1.23-.043-2.225-.043z",
21
+ clipRule: "evenodd"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ d: "M14.5 3c.965 0 1.743 0 2.372.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.923c.266.522.377 1.086.43 1.725.05.629.05 1.407.05 2.372v1.805c0 .965 0 1.743-.05 2.372-.053.639-.163 1.203-.43 1.725a4.4 4.4 0 0 1-1.318 1.55v-5.554l-.002-.093V9.5c0-.995 0-1.687-.045-2.226-.043-.527-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.136c-.226-.115-.527-.196-1.054-.24-.539-.043-1.231-.043-2.226-.043h-1.847l-.05-.001H7.057a4.4 4.4 0 0 1 1.551-1.32c.522-.266 1.086-.377 1.725-.43C10.961 3 11.739 3 12.704 3z"
25
+ })
26
+ ]
27
+ });
28
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24TextAscOutlineProps = SvgIconProps;
4
+ export declare const Icon24TextAscOutline: React.FC<Icon24TextAscOutlineProps> & {
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 Icon24TextAscOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "text_asc_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M2.987 18.46c-.587 0-.987-.344-.987-.884 0-.224.056-.466.177-.82l3.492-9.879c.325-.93.782-1.34 1.629-1.34s1.303.4 1.63 1.34l3.482 9.88c.111.307.158.558.158.79 0 .56-.391.913-1.006.913-.568 0-.893-.288-1.117-1.005l-.875-2.626h-4.6l-.866 2.626c-.223.726-.54 1.005-1.117 1.005m2.495-5.251h3.585L7.326 7.837h-.093zm15.485 5.233c-.652 0-1.025-.42-1.025-1.145V14.93h-1.34l-1.974 2.589c-.606.773-.81.922-1.285.922-.55 0-.95-.345-.95-.81 0-.363.14-.67.493-1.062l1.593-1.992c-1.36-.429-2.133-1.462-2.133-2.877 0-1.937 1.48-3.194 3.771-3.194h2.403c.986 0 1.48.465 1.48 1.369v7.42c0 .727-.372 1.146-1.033 1.146m-2.645-5h1.62v-3.324h-1.63c-1.163 0-1.927.66-1.927 1.666s.755 1.658 1.937 1.658"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24TextDescOutlineProps = SvgIconProps;
4
+ export declare const Icon24TextDescOutline: React.FC<Icon24TextDescOutlineProps> & {
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 Icon24TextDescOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "text_desc_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "m2.475 16.528 2.316-3.332c-1.7-.446-2.753-1.832-2.753-3.683 0-2.487 1.737-4.063 4.404-4.063h3.19c1.234 0 1.718.466 1.718 1.671v10.204c0 .74-.399 1.177-1.073 1.177-.683 0-1.082-.436-1.082-1.177V13.51h-2.25l-2.762 4.262c-.36.532-.702.76-1.186.76-.57 0-.997-.39-.997-.93 0-.37.114-.599.475-1.073m4.214-4.765h2.506V7.225H6.69c-1.585 0-2.458.798-2.458 2.26 0 1.48.882 2.278 2.458 2.278m13.184 5.344c-.55.93-1.557 1.443-2.8 1.443-1.956 0-3.275-1.234-3.275-3.057 0-1.85 1.348-2.98 3.588-2.99h2.506v-.892c0-1.13-.693-1.718-1.975-1.718-.797 0-1.348.284-1.926.873-.257.247-.504.342-.864.342-.465 0-.77-.314-.77-.77 0-.578.4-1.148 1.244-1.603.608-.332 1.405-.513 2.45-.513C20.585 8.222 22 9.437 22 11.62v5.743c0 .721-.37 1.14-1.025 1.14-.58 0-.95-.352-.997-.95v-.446zm-3.958-1.718c0 .93.73 1.556 1.813 1.556 1.224 0 2.164-.835 2.164-1.917v-1.082H17.68c-1.12 0-1.766.522-1.766 1.443"
16
+ })
17
+ });
18
+ };
@@ -12,7 +12,7 @@ export const Icon24ThumbsUp = (props)=>{
12
12
  },
13
13
  vkuiProps: props,
14
14
  children: /*#__PURE__*/ _jsx("path", {
15
- d: "M3.014 11.493c-.014.11-.014.24-.014.502v7c0 .261 0 .392.014.502.1.774.71 1.384 1.484 1.484.11.014.24.014.502.014.261 0 .392 0 .502-.014.774-.1 1.384-.71 1.484-1.484.014-.11.014-.24.014-.502v-7c0-.261 0-.392-.014-.502a1.72 1.72 0 0 0-1.484-1.484c-.11-.014-.24-.014-.502-.014-.261 0-.392 0-.502.014-.774.1-1.384.71-1.484 1.484m11.849 8.502c3.24 0 5.137-1.53 5.137-5.042v-1.08c0-3.511-1.896-4.878-5.137-4.878H14V5.866a1.865 1.865 0 0 0-3.65-.54L8.863 10.06a1.5 1.5 0 0 0-.064.432v7.904c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437c.214.11.494.11 1.054.11h4.463Z"
15
+ d: "M3.895 8c.494 0 .896.4.896.895v10.21a.896.896 0 0 1-1.792 0V8.895c0-.494.401-.895.896-.895m7.183-5C12.14 3 13 3.86 13 4.922v2.784c0 .162.133.294.295.294h4.703c2.09 0 3.539 2.082 2.814 4.041l-2.221 6A3 3 0 0 1 15.776 20H10a3 3 0 0 1-3-3V9.906c0-.596.134-1.186.392-1.724l1.953-4.09A1.92 1.92 0 0 1 11.078 3"
16
16
  })
17
17
  });
18
18
  };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28LikeSlashProps = SvgIconProps;
4
+ export declare const Icon28LikeSlash: React.FC<Icon28LikeSlashProps> & {
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 Icon28LikeSlash = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "like_slash_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M2.293 3.293a1 1 0 0 1 1.414 0l20 20a1 1 0 0 1-1.414 1.414l-3.665-3.665-.621.49-2.78 2.161a2 2 0 0 1-2.454 0l-2.78-2.162C3.945 16.827 2.5 15.02 2.5 11.406a6.5 6.5 0 0 1 1.897-4.594L2.293 4.707a1 1 0 0 1 0-1.414m16.68 1.587a6.526 6.526 0 0 1 6.527 6.526c0 2.713-.816 4.407-3.781 7.074L8.175 4.938q.419-.056.851-.057c1.872 0 3.538.85 4.974 2.486 1.436-1.636 3.102-2.486 4.974-2.486"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28LikeSlashOutlineProps = SvgIconProps;
4
+ export declare const Icon28LikeSlashOutline: React.FC<Icon28LikeSlashOutlineProps> & {
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 Icon28LikeSlashOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "like_slash_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M2.293 3.293a1 1 0 0 1 1.414 0l20 20a1 1 0 1 1-1.414 1.414l-3.674-3.674-.625.49-.003.002-2.715 2.117a2.08 2.08 0 0 1-2.552 0l-2.715-2.117-.004-.002c-2.644-2.077-4.51-3.612-5.697-5.087-1.247-1.55-1.758-3.047-1.758-4.99a6.5 6.5 0 0 1 1.894-4.588L2.293 4.707a1 1 0 0 1 0-1.414M5.857 8.27a4.5 4.5 0 0 0-1.307 3.174c0 1.494.36 2.548 1.316 3.738 1.017 1.263 2.686 2.655 5.371 4.765l2.716 2.116a.08.08 0 0 0 .094 0l2.715-2.116.432-.34z",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M18.898 4.913c3.594 0 6.552 2.913 6.552 6.532 0 1.26-.213 2.36-.742 3.428-.52 1.051-1.318 2.011-2.389 3.034a1 1 0 0 1-1.38-1.447c.987-.943 1.6-1.716 1.976-2.474.367-.74.535-1.527.535-2.54 0-2.504-2.05-4.533-4.552-4.533-1.422 0-2.673.788-4.097 2.687a1.003 1.003 0 0 1-1.6 0c-1.45-1.932-2.238-2.444-3.329-2.624a1 1 0 0 1 .326-1.974c1.535.253 2.613.994 3.814 2.406 1.375-1.534 2.93-2.495 4.886-2.495"
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 Icon28SparkleCircleFillPurpleProps = SvgIconProps;
4
+ export declare const Icon28SparkleCircleFillPurple: React.FC<Icon28SparkleCircleFillPurpleProps> & {
5
+ };
@@ -0,0 +1,68 @@
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 Icon28SparkleCircleFillPurple = (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: "sparkle_circle_fill_purple_28",
12
+ vkuiAttrs: {
13
+ "fill": "none"
14
+ },
15
+ vkuiProps: props,
16
+ children: [
17
+ /*#__PURE__*/ _jsxs("g", {
18
+ clipPath: `url(#sparkle_circle_fill_purple_28${reactId}a)`,
19
+ children: [
20
+ /*#__PURE__*/ _jsx("path", {
21
+ fill: `url(#sparkle_circle_fill_purple_28${reactId}b)`,
22
+ fillRule: "evenodd",
23
+ d: "M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14",
24
+ clipRule: "evenodd"
25
+ }),
26
+ /*#__PURE__*/ _jsx("path", {
27
+ fill: "#fff",
28
+ fillRule: "evenodd",
29
+ d: "M14.887 10.724c-.358 1.049-.84 2.108-1.447 2.716-.608.607-1.667 1.089-2.716 1.447a18 18 0 0 1-1.078.332c-.381.106-.381.816 0 .922a21 21 0 0 1 1.078.332c1.049.358 2.108.84 2.716 1.447.607.608 1.089 1.667 1.447 2.715a16 16 0 0 1 .253.802l.08.277c.105.381.815.381.92 0a23 23 0 0 1 .266-.88l.067-.199c.358-1.048.84-2.107 1.447-2.715s1.667-1.089 2.715-1.448a16 16 0 0 1 .802-.253l.277-.079c.381-.105.381-.815 0-.92a23 23 0 0 1-.88-.267l-.198-.066c-1.049-.358-2.108-.84-2.716-1.447-.607-.608-1.089-1.667-1.447-2.716a16 16 0 0 1-.254-.801l-.079-.277c-.105-.382-.815-.382-.92 0a20 20 0 0 1-.333 1.078",
30
+ clipRule: "evenodd"
31
+ }),
32
+ /*#__PURE__*/ _jsx("path", {
33
+ fill: "#fff",
34
+ d: "M9.53 6.275a.402.402 0 0 0-.762 0l-.305.917c-.2.6-.671 1.07-1.271 1.27l-.917.306a.402.402 0 0 0 0 .763l.917.306c.6.2 1.07.67 1.27 1.27l.306.918c.123.366.64.366.763 0l.306-.918c.2-.6.67-1.07 1.27-1.27l.918-.306a.402.402 0 0 0 0-.763l-.918-.305c-.6-.2-1.07-.671-1.27-1.271z"
35
+ })
36
+ ]
37
+ }),
38
+ /*#__PURE__*/ _jsxs("defs", {
39
+ children: [
40
+ /*#__PURE__*/ _jsxs("linearGradient", {
41
+ id: `sparkle_circle_fill_purple_28${reactId}b`,
42
+ x1: "7.428",
43
+ x2: "14",
44
+ y1: "-1.992",
45
+ y2: "28",
46
+ gradientUnits: "userSpaceOnUse",
47
+ children: [
48
+ /*#__PURE__*/ _jsx("stop", {
49
+ stopColor: "#bf6cff"
50
+ }),
51
+ /*#__PURE__*/ _jsx("stop", {
52
+ offset: "1",
53
+ stopColor: "#5100ff"
54
+ })
55
+ ]
56
+ }),
57
+ /*#__PURE__*/ _jsx("clipPath", {
58
+ id: `sparkle_circle_fill_purple_28${reactId}a`,
59
+ children: /*#__PURE__*/ _jsx("path", {
60
+ fill: "#fff",
61
+ d: "M0 0h28v28H0z"
62
+ })
63
+ })
64
+ ]
65
+ })
66
+ ]
67
+ });
68
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon32SparklesCircleFillAiGradientProps = SvgIconProps;
4
+ export declare const Icon32SparklesCircleFillAiGradient: React.FC<Icon32SparklesCircleFillAiGradientProps> & {
5
+ };
@@ -0,0 +1,72 @@
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 Icon32SparklesCircleFillAiGradient = (props)=>{
6
+ const reactId = React.useId();
7
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
8
+ viewBox: "0 0 32 32",
9
+ width: 32,
10
+ height: 32,
11
+ vkuiIconId: "sparkles_circle_fill_ai_gradient_32",
12
+ vkuiAttrs: {
13
+ "fill": "none"
14
+ },
15
+ vkuiProps: props,
16
+ children: [
17
+ /*#__PURE__*/ _jsxs("g", {
18
+ clipPath: `url(#sparkles_circle_fill_ai_gradient_32${reactId}a)`,
19
+ children: [
20
+ /*#__PURE__*/ _jsx("path", {
21
+ fill: `url(#sparkles_circle_fill_ai_gradient_32${reactId}b)`,
22
+ fillRule: "evenodd",
23
+ d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16",
24
+ clipRule: "evenodd"
25
+ }),
26
+ /*#__PURE__*/ _jsx("path", {
27
+ fill: "#fff",
28
+ fillRule: "evenodd",
29
+ d: "M16.813 12.077c-.408 1.193-.956 2.398-1.647 3.089s-1.896 1.239-3.089 1.647a19 19 0 0 1-.912.288l-.315.09c-.434.12-.434.927 0 1.047a25 25 0 0 1 1.002.303l.225.075c1.193.408 2.398.956 3.089 1.647.69.69 1.239 1.896 1.647 3.089a19 19 0 0 1 .288.911l.09.316c.12.433.927.433 1.047 0a25 25 0 0 1 .303-1.003l.075-.224c.408-1.193.956-2.398 1.647-3.09.69-.69 1.896-1.238 3.089-1.646l.224-.075a21 21 0 0 1 1.003-.303c.433-.12.433-.927 0-1.048a25 25 0 0 1-1.003-.302l-.224-.075c-1.193-.408-2.398-.956-3.09-1.647-.69-.691-1.238-1.896-1.646-3.089a20 20 0 0 1-.378-1.227c-.12-.434-.927-.434-1.048 0a24 24 0 0 1-.377 1.227",
30
+ clipRule: "evenodd"
31
+ }),
32
+ /*#__PURE__*/ _jsx("path", {
33
+ fill: "#fff",
34
+ d: "M10.72 7.015a.457.457 0 0 0-.868 0L9.504 8.06A2.29 2.29 0 0 1 8.06 9.504l-1.044.348a.457.457 0 0 0 0 .867l1.044.348a2.29 2.29 0 0 1 1.445 1.446l.348 1.043a.457.457 0 0 0 .867 0l.348-1.043a2.29 2.29 0 0 1 1.446-1.446l1.043-.348a.457.457 0 0 0 0-.867l-1.043-.348a2.29 2.29 0 0 1-1.446-1.445z"
35
+ })
36
+ ]
37
+ }),
38
+ /*#__PURE__*/ _jsxs("defs", {
39
+ children: [
40
+ /*#__PURE__*/ _jsxs("linearGradient", {
41
+ id: `sparkles_circle_fill_ai_gradient_32${reactId}b`,
42
+ x1: ".842",
43
+ x2: "32.836",
44
+ y1: "-.842",
45
+ y2: "32.836",
46
+ gradientUnits: "userSpaceOnUse",
47
+ children: [
48
+ /*#__PURE__*/ _jsx("stop", {
49
+ stopColor: "#4eafff"
50
+ }),
51
+ /*#__PURE__*/ _jsx("stop", {
52
+ offset: ".499",
53
+ stopColor: "#b984ed"
54
+ }),
55
+ /*#__PURE__*/ _jsx("stop", {
56
+ offset: "1",
57
+ stopColor: "#ff4b9c"
58
+ })
59
+ ]
60
+ }),
61
+ /*#__PURE__*/ _jsx("clipPath", {
62
+ id: `sparkles_circle_fill_ai_gradient_32${reactId}a`,
63
+ children: /*#__PURE__*/ _jsx("path", {
64
+ fill: "#fff",
65
+ d: "M0 0h32v32H0z"
66
+ })
67
+ })
68
+ ]
69
+ })
70
+ ]
71
+ });
72
+ };