@vkontakte/icons 3.52.0 → 3.54.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 (85) hide show
  1. package/dist/12/car_12.d.ts +5 -0
  2. package/dist/12/car_12.js +20 -0
  3. package/dist/12/chart_square_12.d.ts +5 -0
  4. package/dist/12/chart_square_12.js +20 -0
  5. package/dist/12/check_shield_12.d.ts +5 -0
  6. package/dist/12/check_shield_12.js +20 -0
  7. package/dist/12/payment_card_12.d.ts +5 -0
  8. package/dist/12/payment_card_12.js +18 -0
  9. package/dist/12/plane_12.d.ts +5 -0
  10. package/dist/12/plane_12.js +18 -0
  11. package/dist/12/text_rectangle_12.d.ts +5 -0
  12. package/dist/12/text_rectangle_12.js +20 -0
  13. package/dist/16/add_outline_16.d.ts +5 -0
  14. package/dist/16/add_outline_16.js +18 -0
  15. package/dist/16/microphone_outline_16.d.ts +5 -0
  16. package/dist/16/microphone_outline_16.js +18 -0
  17. package/dist/16/phone_outline_16.js +1 -1
  18. package/dist/16/picture_small_16.d.ts +5 -0
  19. package/dist/16/picture_small_16.js +20 -0
  20. package/dist/16/smile_small_16.d.ts +5 -0
  21. package/dist/16/smile_small_16.js +20 -0
  22. package/dist/20/clapperboard_video_outline_20.d.ts +5 -0
  23. package/dist/20/clapperboard_video_outline_20.js +20 -0
  24. package/dist/20/document_sparkles_outline_20.d.ts +5 -0
  25. package/dist/20/document_sparkles_outline_20.js +25 -0
  26. package/dist/24/document_arrow_down_outline_24.d.ts +5 -0
  27. package/dist/24/document_arrow_down_outline_24.js +20 -0
  28. package/dist/24/like_slash_24.d.ts +5 -0
  29. package/dist/24/like_slash_24.js +18 -0
  30. package/dist/24/like_slash_outline_24.d.ts +5 -0
  31. package/dist/24/like_slash_outline_24.js +25 -0
  32. package/dist/24/text_asc_outline_24.d.ts +5 -0
  33. package/dist/24/text_asc_outline_24.js +18 -0
  34. package/dist/24/text_desc_outline_24.d.ts +5 -0
  35. package/dist/24/text_desc_outline_24.js +18 -0
  36. package/dist/24/thumbs_up_24.js +1 -1
  37. package/dist/28/like_slash_28.d.ts +5 -0
  38. package/dist/28/like_slash_28.js +18 -0
  39. package/dist/28/like_slash_outline_28.d.ts +5 -0
  40. package/dist/28/like_slash_outline_28.js +25 -0
  41. package/dist/icons-map.json +1 -1
  42. package/dist/index.d.ts +19 -0
  43. package/dist/index.js +19 -0
  44. package/dist/typings/12/car_12.d.ts +5 -0
  45. package/dist/typings/12/chart_square_12.d.ts +5 -0
  46. package/dist/typings/12/check_shield_12.d.ts +5 -0
  47. package/dist/typings/12/payment_card_12.d.ts +5 -0
  48. package/dist/typings/12/plane_12.d.ts +5 -0
  49. package/dist/typings/12/text_rectangle_12.d.ts +5 -0
  50. package/dist/typings/16/add_outline_16.d.ts +5 -0
  51. package/dist/typings/16/microphone_outline_16.d.ts +5 -0
  52. package/dist/typings/16/picture_small_16.d.ts +5 -0
  53. package/dist/typings/16/smile_small_16.d.ts +5 -0
  54. package/dist/typings/20/clapperboard_video_outline_20.d.ts +5 -0
  55. package/dist/typings/20/document_sparkles_outline_20.d.ts +5 -0
  56. package/dist/typings/24/document_arrow_down_outline_24.d.ts +5 -0
  57. package/dist/typings/24/like_slash_24.d.ts +5 -0
  58. package/dist/typings/24/like_slash_outline_24.d.ts +5 -0
  59. package/dist/typings/24/text_asc_outline_24.d.ts +5 -0
  60. package/dist/typings/24/text_desc_outline_24.d.ts +5 -0
  61. package/dist/typings/28/like_slash_28.d.ts +5 -0
  62. package/dist/typings/28/like_slash_outline_28.d.ts +5 -0
  63. package/dist/typings/index.d.ts +19 -0
  64. package/package.json +3 -3
  65. package/src/svg/12/car_12.svg +1 -0
  66. package/src/svg/12/chart_square_12.svg +1 -0
  67. package/src/svg/12/check_shield_12.svg +1 -0
  68. package/src/svg/12/payment_card_12.svg +1 -0
  69. package/src/svg/12/plane_12.svg +1 -0
  70. package/src/svg/12/text_rectangle_12.svg +1 -0
  71. package/src/svg/16/add_outline_16.svg +1 -0
  72. package/src/svg/16/microphone_outline_16.svg +1 -0
  73. package/src/svg/16/phone_outline_16.svg +1 -1
  74. package/src/svg/16/picture_small_16.svg +1 -0
  75. package/src/svg/16/smile_small_16.svg +1 -0
  76. package/src/svg/20/clapperboard_video_outline_20.svg +1 -0
  77. package/src/svg/20/document_sparkles_outline_20.svg +1 -0
  78. package/src/svg/24/document_arrow_down_outline_24.svg +1 -0
  79. package/src/svg/24/like_slash_24.svg +1 -0
  80. package/src/svg/24/like_slash_outline_24.svg +1 -0
  81. package/src/svg/24/text_asc_outline_24.svg +1 -0
  82. package/src/svg/24/text_desc_outline_24.svg +1 -0
  83. package/src/svg/24/thumbs_up_24.svg +1 -1
  84. package/src/svg/28/like_slash_28.svg +1 -0
  85. package/src/svg/28/like_slash_outline_28.svg +1 -0
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon12CarProps = SvgIconProps;
4
+ export declare const Icon12Car: React.FC<Icon12CarProps> & {
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 Icon12Car = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "car_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M7.271 1.5c.414 0 .757 0 1.039.027.291.029.554.09.802.234.249.143.433.34.604.578.165.23.336.527.543.885l.564.976h.453c.235 0 .426.19.426.426v.101a.785.785 0 0 1-.601.764v4.161c0 .063 0 .136-.004.2a.7.7 0 0 1-.072.268.7.7 0 0 1-.306.306.7.7 0 0 1-.267.07c-.064.006-.139.006-.201.006h-.02c-.076 0-.16 0-.233-.006a.8.8 0 0 1-.287-.076.75.75 0 0 1-.328-.327.8.8 0 0 1-.076-.287c-.006-.073-.005-.157-.005-.234V9.45H2.7v.122c0 .077.001.161-.005.234a.8.8 0 0 1-.076.287.75.75 0 0 1-.328.327.8.8 0 0 1-.287.076c-.072.006-.157.006-.233.006h-.02c-.062 0-.137 0-.201-.005a.7.7 0 0 1-.267-.071.7.7 0 0 1-.306-.306.7.7 0 0 1-.072-.268C.9 9.788.9 9.715.9 9.652v-4.16a.785.785 0 0 1-.6-.765v-.101C.3 4.39.49 4.2.726 4.2h.452l.566-.978c.207-.358.379-.654.544-.884a1.9 1.9 0 0 1 .604-.577 1.9 1.9 0 0 1 .801-.234C3.975 1.5 4.317 1.5 4.73 1.5zM2.96 6.614a.45.45 0 0 0-.219.873l1.2.3a.45.45 0 0 0 .22-.873zm6.082 0-1.2.3a.45.45 0 0 0 .219.873l1.2-.3a.45.45 0 0 0-.219-.873M4.731 2.4c-.431 0-.722 0-.95.023-.217.021-.341.06-.44.118-.1.057-.195.144-.322.321-.134.186-.28.438-.496.81l-.659 1.135.02.001.004.001.011.002.05.01.205.031q.276.044.809.101C3.67 5.027 4.706 5.1 6 5.1s2.33-.073 3.038-.147a19 19 0 0 0 1.014-.133l.05-.009.011-.002h.002q.01-.003.019-.002l-.656-1.133a11 11 0 0 0-.495-.81c-.127-.178-.223-.266-.322-.323s-.223-.097-.44-.118a11 11 0 0 0-.95-.023z",
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 Icon12ChartSquareProps = SvgIconProps;
4
+ export declare const Icon12ChartSquare: React.FC<Icon12ChartSquareProps> & {
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 Icon12ChartSquare = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "chart_square_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M7.3 1.503c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.218.428.218.988.218 2.108v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.428.218-.988.218-2.108.218H4.7c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C1.5 8.983 1.5 8.423 1.5 7.303v-2.6c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874c.428-.218.988-.218 2.108-.218zM3.75 4.628a.625.625 0 0 0-.625.625v2.75a.625.625 0 1 0 1.25 0v-2.75a.625.625 0 0 0-.625-.625M6 3.378a.625.625 0 0 0-.625.625v4a.625.625 0 1 0 1.25 0v-4A.625.625 0 0 0 6 3.378m2.25 1.75a.625.625 0 0 0-.625.625v2.25a.625.625 0 1 0 1.25 0v-2.25a.625.625 0 0 0-.625-.625",
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 Icon12CheckShieldProps = SvgIconProps;
4
+ export declare const Icon12CheckShield: React.FC<Icon12CheckShieldProps> & {
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 Icon12CheckShield = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "check_shield_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M6.193.988c.145.018.287.063.57.151l2.539.794c.322.101.484.151.603.248a.8.8 0 0 1 .238.324c.057.143.057.312.057.65v3.254c0 2.552-2.71 4.031-3.776 4.515a1 1 0 0 1-.288.101 1 1 0 0 1-.272 0 1 1 0 0 1-.288-.101C4.51 10.44 1.8 8.96 1.8 6.409V3.155c0-.338 0-.507.057-.65a.8.8 0 0 1 .238-.324c.119-.097.28-.147.602-.248l2.538-.794c.284-.089.427-.133.572-.151a1.6 1.6 0 0 1 .386 0M8.358 4.21a.6.6 0 0 0-.848.03L5.442 6.468 4.49 5.442a.6.6 0 1 0-.879.816l1.393 1.5a.6.6 0 0 0 .88 0l2.507-2.7a.6.6 0 0 0-.032-.847",
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 Icon12PaymentCardProps = SvgIconProps;
4
+ export declare const Icon12PaymentCard: React.FC<Icon12PaymentCardProps> & {
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 Icon12PaymentCard = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "payment_card_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M11 6.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C9.48 10 8.92 10 7.8 10H4.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C1 8.48 1 7.92 1 6.8v-.86c0-.112 0-.168.022-.21a.2.2 0 0 1 .087-.088c.043-.022.099-.022.211-.022h9.36c.112 0 .168 0 .21.022a.2.2 0 0 1 .088.087c.022.043.022.1.022.211zm-7.44-.05c-.196 0-.294 0-.369.038a.35.35 0 0 0-.153.153C3 7.016 3 7.114 3 7.31v.13c0 .196 0 .294.038.369.034.065.088.12.153.153C3.266 8 3.364 8 3.56 8h.13c.196 0 .294 0 .369-.038a.35.35 0 0 0 .153-.153c.038-.075.038-.173.038-.369v-.13c0-.196 0-.294-.038-.369a.35.35 0 0 0-.153-.153c-.075-.038-.173-.038-.369-.038zM7.8 2c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.126.246.178.536.2.951.007.11.01.166-.011.211a.2.2 0 0 1-.088.093c-.044.023-.101.023-.216.023H1.333c-.115 0-.172 0-.216-.023a.2.2 0 0 1-.088-.093c-.02-.045-.018-.1-.012-.21.023-.416.075-.706.2-.952a2 2 0 0 1 .875-.874C2.52 2 3.08 2 4.2 2z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon12PlaneProps = SvgIconProps;
4
+ export declare const Icon12Plane: React.FC<Icon12PlaneProps> & {
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 Icon12Plane = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "plane_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M9.481 1.501c.215-.006.459.04.663.197l.085.074.074.085c.157.204.202.448.196.662a2 2 0 0 1-.18.736c-.207.482-.582 1.011-1.062 1.492l-.475.474c-.243.243-.287.295-.314.345a.5.5 0 0 0-.057.187c-.005.057.003.126.07.461l.522 2.607a.947.947 0 0 1-1.702.727L6.284 8.095a5 5 0 0 0-.19-.262l-.007-.007-.013.008c-.06.04-.14.102-.275.208q-.305.24-.588.433a5 5 0 0 0-.186.13l-.01.008.002.007c.003.04.01.097.025.199l.107.748a.82.82 0 0 1-1.497.56l-.57-.882a2 2 0 0 0-.108-.159l-.06-.06a2 2 0 0 0-.158-.108l-.882-.57a.82.82 0 0 1-.332-.945l.059-.134a.82.82 0 0 1 .833-.418l.748.107c.102.015.158.022.199.026h.006l.008-.009.13-.185q.195-.284.433-.588c.106-.135.168-.216.208-.276l.008-.013-.007-.006a5 5 0 0 0-.262-.19L2.452 4.7a.946.946 0 0 1-.303-1.198l.082-.134a.95.95 0 0 1 .949-.37l2.606.521c.337.067.405.076.461.07a.5.5 0 0 0 .188-.056c.05-.027.102-.072.344-.315l.475-.474c.48-.48 1.01-.855 1.491-1.062.24-.103.493-.174.736-.18"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon12TextRectangleProps = SvgIconProps;
4
+ export declare const Icon12TextRectangle: React.FC<Icon12TextRectangleProps> & {
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 Icon12TextRectangle = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "text_rectangle_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M7.3 1.503c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.218.428.218.988.218 2.108v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.428.218-.988.218-2.108.218H4.7c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C1.5 8.983 1.5 8.423 1.5 7.303v-2.6c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874c.428-.218.988-.218 2.108-.218zM4 7.628a.625.625 0 1 0 0 1.25h2.5a.625.625 0 1 0 0-1.25zm0-2.25a.625.625 0 1 0 0 1.25h4a.625.625 0 1 0 0-1.25zm0-2.25a.625.625 0 1 0 0 1.25h4a.625.625 0 1 0 0-1.25z",
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 Icon16AddOutlineProps = SvgIconProps;
4
+ export declare const Icon16AddOutline: React.FC<Icon16AddOutlineProps> & {
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 Icon16AddOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "add_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M8 1.997a.75.75 0 0 1 .75.75v4.506h4.506a.75.75 0 0 1 0 1.5H8.75v4.496a.75.75 0 0 1-1.5 0V8.753H2.754a.75.75 0 0 1 0-1.5H7.25V2.747a.75.75 0 0 1 .75-.75"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16MicrophoneOutlineProps = SvgIconProps;
4
+ export declare const Icon16MicrophoneOutline: React.FC<Icon16MicrophoneOutlineProps> & {
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 Icon16MicrophoneOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "microphone_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M9.002 4.5a1.002 1.002 0 0 0-2.005 0v3a1.002 1.002 0 0 0 2.005 0zm-.252 9.75A.75.75 0 0 1 8 15l-.077-.004a.75.75 0 0 1-.67-.669l-.003-.077v-1.3a5.51 5.51 0 0 1-4.584-4.084l-.05-.209a.75.75 0 0 1 1.47-.314 4.005 4.005 0 0 0 3.735 3.153L8 11.5a4.005 4.005 0 0 0 3.915-3.157.75.75 0 0 1 1.467.314l-.049.21a5.51 5.51 0 0 1-4.584 4.082zm1.752-6.75c0 1.38-1.12 2.5-2.502 2.5l-.255-.013A2.5 2.5 0 0 1 5.498 7.5v-3C5.498 3.12 6.618 2 8 2l.256.013A2.5 2.5 0 0 1 10.502 4.5z"
16
+ })
17
+ });
18
+ };
@@ -12,7 +12,7 @@ export const Icon16PhoneOutline = (props)=>{
12
12
  },
13
13
  vkuiProps: props,
14
14
  children: /*#__PURE__*/ _jsx("path", {
15
- d: "m9.21 9.862-.42.42a.41.41 0 0 1-.428.094q-.626-.23-1.565-1.17-.94-.937-1.169-1.564a.41.41 0 0 1 .094-.428l.42-.42c.773-.774.844-1.992.162-2.801l-.492-.586c-.562-.668-1.574-.736-2.262-.15a1.9 1.9 0 0 0-.647 1.254q-.377 2.805 2.703 5.887 3.082 3.083 5.886 2.705a1.9 1.9 0 0 0 1.254-.648c.585-.687.517-1.7-.15-2.263l-.586-.493c-.81-.68-2.027-.61-2.8.164ZM7.604 8.4c.299.299.56.526.77.68 1.214-1.213 3.101-1.323 4.371-.255l.585.493c1.16.976 1.275 2.715.28 3.884a3 3 0 0 1-1.967 1.033c-2.274.307-4.562-.745-6.845-3.029-2.284-2.284-3.335-4.573-3.034-6.797A3 3 0 0 1 2.81 2.384c1.164-.99 2.901-.873 3.876.287l.492.584c1.07 1.269.96 3.158-.229 4.347.13.236.356.497.656.797Z"
15
+ d: "M2.924 2.493c1.201-1.022 3.003-.907 4.018.3l.465.553c1.056 1.252.985 3.082-.097 4.3q.167.239.487.56c.205.204.39.367.547.495 1.236-1.092 3.06-1.158 4.31-.107l.555.467c1.206 1.015 1.32 2.82.293 4.026l-.005.006h-.002a3.1 3.1 0 0 1-2.011 1.055h.001c-2.261.305-4.5-.748-6.691-2.94C2.604 9.019 1.55 6.78 1.85 4.566a3.1 3.1 0 0 1 1.074-2.072m2.816 1.31c-.44-.524-1.245-.585-1.799-.113V3.69a1.55 1.55 0 0 0-.418.578l-.037.1q-.057.169-.073.347v.005l-.002.007c-.223 1.663.572 3.45 2.494 5.373s3.709 2.718 5.372 2.493l.014-.002a1.55 1.55 0 0 0 1.02-.528c.443-.52.416-1.26-.021-1.713l-.093-.086-.554-.468c-.666-.559-1.677-.507-2.325.141l-.397.398a.63.63 0 0 1-.662.146c-.447-.164-.973-.565-1.571-1.164-.598-.598-1-1.124-1.165-1.572a.63.63 0 0 1 .145-.662l.398-.399c.608-.607.692-1.534.239-2.195l-.102-.133z"
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 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 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
+ };