@vkontakte/icons 3.44.0 → 3.46.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 (49) hide show
  1. package/dist/16/arrow_down_circle_small_16.d.ts +5 -0
  2. package/dist/16/arrow_down_circle_small_16.js +18 -0
  3. package/dist/16/like_16.js +2 -3
  4. package/dist/16/like_outline_16.js +2 -3
  5. package/dist/16/stop_16.d.ts +5 -0
  6. package/dist/16/stop_16.js +22 -0
  7. package/dist/20/brackets_slash_square_outline_20.d.ts +5 -0
  8. package/dist/20/brackets_slash_square_outline_20.js +25 -0
  9. package/dist/20/message_clock_outline_20.d.ts +5 -0
  10. package/dist/20/message_clock_outline_20.js +28 -0
  11. package/dist/20/search_stars_outline_20.d.ts +5 -0
  12. package/dist/20/search_stars_outline_20.js +18 -0
  13. package/dist/20/send_20.d.ts +5 -0
  14. package/dist/20/send_20.js +18 -0
  15. package/dist/20/send_clock_20.d.ts +5 -0
  16. package/dist/20/send_clock_20.js +25 -0
  17. package/dist/20/text_monospaced_outline_20.d.ts +5 -0
  18. package/dist/20/text_monospaced_outline_20.js +18 -0
  19. package/dist/28/arrow_down_circle_outline_28.d.ts +5 -0
  20. package/dist/28/arrow_down_circle_outline_28.js +25 -0
  21. package/dist/28/arrow_left_circle_outline_28.d.ts +5 -0
  22. package/dist/28/arrow_left_circle_outline_28.js +25 -0
  23. package/dist/icons-map.json +1 -1
  24. package/dist/index.d.ts +10 -0
  25. package/dist/index.js +10 -0
  26. package/dist/typings/16/arrow_down_circle_small_16.d.ts +5 -0
  27. package/dist/typings/16/stop_16.d.ts +5 -0
  28. package/dist/typings/20/brackets_slash_square_outline_20.d.ts +5 -0
  29. package/dist/typings/20/message_clock_outline_20.d.ts +5 -0
  30. package/dist/typings/20/search_stars_outline_20.d.ts +5 -0
  31. package/dist/typings/20/send_20.d.ts +5 -0
  32. package/dist/typings/20/send_clock_20.d.ts +5 -0
  33. package/dist/typings/20/text_monospaced_outline_20.d.ts +5 -0
  34. package/dist/typings/28/arrow_down_circle_outline_28.d.ts +5 -0
  35. package/dist/typings/28/arrow_left_circle_outline_28.d.ts +5 -0
  36. package/dist/typings/index.d.ts +10 -0
  37. package/package.json +9 -9
  38. package/src/svg/16/arrow_down_circle_small_16.svg +1 -0
  39. package/src/svg/16/like_16.svg +1 -1
  40. package/src/svg/16/like_outline_16.svg +1 -1
  41. package/src/svg/16/stop_16.svg +1 -0
  42. package/src/svg/20/brackets_slash_square_outline_20.svg +1 -0
  43. package/src/svg/20/message_clock_outline_20.svg +1 -0
  44. package/src/svg/20/search_stars_outline_20.svg +1 -0
  45. package/src/svg/20/send_20.svg +1 -0
  46. package/src/svg/20/send_clock_20.svg +1 -0
  47. package/src/svg/20/text_monospaced_outline_20.svg +1 -0
  48. package/src/svg/28/arrow_down_circle_outline_28.svg +1 -0
  49. package/src/svg/28/arrow_left_circle_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 Icon16ArrowDownCircleSmallProps = SvgIconProps;
4
+ export declare const Icon16ArrowDownCircleSmall: React.FC<Icon16ArrowDownCircleSmallProps> & {
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 Icon16ArrowDownCircleSmall = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "arrow_down_circle_small_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 2.75a.75.75 0 0 0-.75.75v5.19L5.53 7.97a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L8.75 9.69V4.5A.75.75 0 0 0 8 3.75"
16
+ })
17
+ });
18
+ };
@@ -8,12 +8,11 @@ export const Icon16Like = (props)=>{
8
8
  height: 16,
9
9
  vkuiIconId: "like_16",
10
10
  vkuiAttrs: {
11
- "fill": "none"
11
+ "fill": "currentColor"
12
12
  },
13
13
  vkuiProps: props,
14
14
  children: /*#__PURE__*/ _jsx("path", {
15
- fill: "currentColor",
16
- d: "M7.761 3.098q.129.119.24.234a5 5 0 0 1 .239-.234C8.822 2.568 9.734 2 10.96 2 13.209 2 15 3.86 15 6.117c0 1.122-.22 1.976-.906 2.913-.678.926-1.809 1.93-3.607 3.362l-1.654 1.316a1.334 1.334 0 0 1-1.666 0l-1.654-1.316C3.715 10.96 2.584 9.956 1.906 9.03 1.221 8.093 1 7.24 1 6.117 1 3.86 2.792 2 5.04 2c1.227 0 2.14.567 2.721 1.098"
15
+ d: "M7.761 3.348q.129.119.24.234.11-.116.239-.234c.582-.53 1.494-1.098 2.72-1.098 2.248 0 4.04 1.86 4.04 4.117 0 1.122-.22 1.976-.906 2.913-.678.926-1.809 1.93-3.607 3.362l-1.654 1.316a1.334 1.334 0 0 1-1.666 0l-1.654-1.316C3.715 11.21 2.584 10.206 1.906 9.28 1.221 8.343 1 7.49 1 6.367 1 4.11 2.792 2.25 5.04 2.25c1.227 0 2.14.567 2.721 1.098"
17
16
  })
18
17
  });
19
18
  };
@@ -8,13 +8,12 @@ export const Icon16LikeOutline = (props)=>{
8
8
  height: 16,
9
9
  vkuiIconId: "like_outline_16",
10
10
  vkuiAttrs: {
11
- "fill": "none"
11
+ "fill": "currentColor"
12
12
  },
13
13
  vkuiProps: props,
14
14
  children: /*#__PURE__*/ _jsx("path", {
15
- fill: "currentColor",
16
15
  fillRule: "evenodd",
17
- d: "M5.04 3.5C3.653 3.5 2.5 4.655 2.5 6.117c0 .859.15 1.389.617 2.027.542.742 1.517 1.63 3.33 3.074L8 12.454l1.552-1.236c1.814-1.444 2.789-2.332 3.332-3.074.467-.638.616-1.168.616-2.027 0-1.462-1.153-2.617-2.54-2.617-.734 0-1.302.335-1.71.707-.226.206-.44.448-.596.715a.75.75 0 0 1-1.309-.001 3.1 3.1 0 0 0-.595-.715c-.407-.371-.975-.706-1.71-.706M8 3.332a5 5 0 0 0-.239-.234C7.18 2.568 6.267 2 5.04 2 2.792 2 1 3.86 1 6.117c0 1.122.22 1.976.906 2.913.678.926 1.809 1.93 3.607 3.362l1.654 1.316a1.334 1.334 0 0 0 1.666 0l1.654-1.316c1.798-1.432 2.929-2.436 3.607-3.362.685-.937.906-1.79.906-2.913C15 3.86 13.208 2 10.96 2c-1.226 0-2.138.568-2.72 1.098a5 5 0 0 0-.24.234",
16
+ d: "M5.04 3.75c-1.387 0-2.54 1.155-2.54 2.617 0 .858.15 1.388.617 2.027.542.742 1.517 1.63 3.33 3.074L8 12.704l1.552-1.236c1.814-1.444 2.789-2.332 3.332-3.074.467-.639.616-1.169.616-2.027 0-1.462-1.153-2.617-2.54-2.617-.734 0-1.302.335-1.71.707-.226.206-.44.448-.596.715a.75.75 0 0 1-1.309-.001 3.1 3.1 0 0 0-.595-.714c-.407-.372-.975-.707-1.71-.707M8 3.582a5 5 0 0 0-.239-.234C7.18 2.818 6.267 2.25 5.04 2.25 2.792 2.25 1 4.11 1 6.367c0 1.122.22 1.976.906 2.913.678.926 1.809 1.93 3.607 3.362l1.654 1.316a1.334 1.334 0 0 0 1.666 0l1.654-1.316c1.798-1.432 2.929-2.436 3.607-3.362.685-.937.906-1.79.906-2.913 0-2.257-1.792-4.117-4.04-4.117-1.226 0-2.138.568-2.72 1.098a5 5 0 0 0-.24.234",
18
17
  clipRule: "evenodd"
19
18
  })
20
19
  });
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16StopProps = SvgIconProps;
4
+ export declare const Icon16Stop: React.FC<Icon16StopProps> & {
5
+ };
@@ -0,0 +1,22 @@
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 Icon16Stop = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "stop_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("rect", {
15
+ width: "9.5",
16
+ height: "9.5",
17
+ x: "3.25",
18
+ y: "3.25",
19
+ rx: "2"
20
+ })
21
+ });
22
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20BracketsSlashSquareOutlineProps = SvgIconProps;
4
+ export declare const Icon20BracketsSlashSquareOutline: React.FC<Icon20BracketsSlashSquareOutlineProps> & {
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 Icon20BracketsSlashSquareOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "brackets_slash_square_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M10.393 5.517a.75.75 0 0 1 .681.812l-.654 7.472a.75.75 0 1 1-1.494-.131L9.58 6.2a.75.75 0 0 1 .813-.683M6.72 7.97a.75.75 0 0 1 1.06 1.06l-.97.97.97.97a.75.75 0 0 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06zm5.5 0a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06l.97-.97-.97-.97a.75.75 0 0 1 0-1.06"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M11.65 2c.968 0 1.739 0 2.36.05.63.051 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.857c.254.498.362 1.04.413 1.67.05.621.05 1.392.05 2.36v3.3c0 .968 0 1.739-.05 2.36-.051.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.254-1.04.362-1.67.413-.621.05-1.392.05-2.36.05h-3.3c-.968 0-1.739 0-2.36-.05-.63-.051-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.254-.498-.362-1.04-.413-1.67C2 13.389 2 12.618 2 11.65v-3.3c0-.968 0-1.739.05-2.36.051-.63.16-1.172.413-1.67A4.25 4.25 0 0 1 4.32 2.463c.498-.254 1.04-.362 1.67-.413C6.611 2 7.382 2 8.35 2zm-3.3 1.5c-.993 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.211.573-.255 1.11C3.5 6.658 3.5 7.357 3.5 8.35v3.3c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11.263.518.685.939 1.202 1.202.25.128.573.211 1.11.255.546.045 1.245.045 2.238.045h3.3c.993 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.202c.128-.25.211-.573.255-1.11.045-.546.045-1.245.045-2.238v-3.3c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 14.998 3.8c-.25-.128-.573-.211-1.11-.255-.546-.045-1.245-.045-2.238-.045z",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20MessageClockOutlineProps = SvgIconProps;
4
+ export declare const Icon20MessageClockOutline: React.FC<Icon20MessageClockOutlineProps> & {
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 Icon20MessageClockOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "message_clock_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M14.5 11.25a.75.75 0 0 1 .75.75v1.572l.68.212a.75.75 0 1 1-.444 1.432l-1.209-.375a.75.75 0 0 1-.527-.716V12a.75.75 0 0 1 .75-.75"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M14.708 8.5a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7",
21
+ clipRule: "evenodd"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ d: "M9.5 2.25c3.129 0 5.819 1.549 7.223 3.861a.75.75 0 1 1-1.283.778C14.324 5.049 12.134 3.75 9.5 3.75c-3.878 0-6.75 2.79-6.75 6 0 1.126.345 2.209.996 3.15l.176.254a.75.75 0 0 1 .121.559l-.054.304c-.13.728-.505 1.659-1.034 2.706 1.41-.11 2.323-.486 2.892-.99l.314-.278.077-.06a.75.75 0 0 1 .64-.095l.401.123q.417.128.854.206a.75.75 0 0 1-.266 1.476 9 9 0 0 1-1.027-.249c-.997.882-2.455 1.336-4.348 1.394a1.205 1.205 0 0 1-1.101-1.768l.23-.441c.503-1 .799-1.771.89-2.287A7 7 0 0 1 1.25 9.75c0-4.168 3.679-7.5 8.25-7.5"
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 Icon20SearchStarsOutlineProps = SvgIconProps;
4
+ export declare const Icon20SearchStarsOutline: React.FC<Icon20SearchStarsOutlineProps> & {
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 Icon20SearchStarsOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "search_stars_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M5.947 4.057a.75.75 0 0 1 .82 1.256A5 5 0 1 0 13.83 12a.75.75 0 0 1 1.299.75c-.159.275-.34.536-.535.783l3.186 3.187a.75.75 0 0 1-1.06 1.06l-3.187-3.186q-.187.15-.384.286a6.5 6.5 0 0 1-8.118-.66 6.5 6.5 0 0 1 .916-10.163m9.129-.251a.447.447 0 0 1 .848 0l.34 1.018a2.23 2.23 0 0 0 1.412 1.412l1.019.34a.447.447 0 0 1 0 .848l-1.02.34a2.23 2.23 0 0 0-1.411 1.412l-.34 1.018a.447.447 0 0 1-.848 0l-.34-1.018a2.23 2.23 0 0 0-1.412-1.412l-1.018-.34a.447.447 0 0 1 0-.848l1.018-.34a2.23 2.23 0 0 0 1.412-1.412zm-4.879-2.588a.32.32 0 0 1 .606 0l.242.728c.159.476.533.85 1.009 1.009l.728.242a.32.32 0 0 1 0 .606l-.728.242c-.476.159-.85.532-1.009 1.009l-.242.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-.242a1.6 1.6 0 0 0 1.01-1.009z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SendProps = SvgIconProps;
4
+ export declare const Icon20Send: React.FC<Icon20SendProps> & {
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 Icon20Send = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "send_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M4.782 6.872q-.856-2.319-1.077-3.259c-.461-1.968-.796-2.411.922-1.476 1.719.936 10.04 5.57 11.895 6.6 2.42 1.342 2.453 1.237-.13 2.663-1.966 1.085-10.188 5.599-11.765 6.485s-1.383.492-.922-1.477q.223-.951 1.093-3.287a3.33 3.33 0 0 1 2.49-2.109l4.803-.93a.083.083 0 0 0 0-.164l-4.814-.93a3.33 3.33 0 0 1-2.495-2.116"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SendClockProps = SvgIconProps;
4
+ export declare const Icon20SendClock: React.FC<Icon20SendClockProps> & {
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 Icon20SendClock = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "send_clock_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M15 11.667A4.167 4.167 0 1 1 14.999 20a4.167 4.167 0 0 1 0-8.334m0 1.667a.75.75 0 0 0-.75.75v1.75a.75.75 0 0 0 .471.696c.26.104.506.193.729.273l.035.013c.212.077.867.336 1.04.405a.75.75 0 0 0 .558-1.392 64 64 0 0 0-1.08-.42l-.042-.016-.212-.076v-1.233a.75.75 0 0 0-.75-.75",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M3.705 3.613c-.462-1.968-.796-2.411.922-1.476 1.72.936 10.037 5.568 11.895 6.599 1.715.951 2.23 1.176 1.467 1.733-.274.2-.64.196-.956.075a5.67 5.67 0 0 0-7.596 4.204 1.11 1.11 0 0 1-.537.774 844 844 0 0 0-4.273 2.362c-1.576.887-1.384.492-.922-1.476q.223-.952 1.092-3.287a3.33 3.33 0 0 1 2.49-2.109l4.804-.93a.084.084 0 0 0 .066-.099.08.08 0 0 0-.066-.065l-4.814-.93a3.34 3.34 0 0 1-2.495-2.116q-.857-2.32-1.077-3.26"
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 Icon20TextMonospacedOutlineProps = SvgIconProps;
4
+ export declare const Icon20TextMonospacedOutline: React.FC<Icon20TextMonospacedOutlineProps> & {
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 Icon20TextMonospacedOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "text_monospaced_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M17 15.25a.75.75 0 0 1 .75.75v1A1.75 1.75 0 0 1 16 18.75H4A1.75 1.75 0 0 1 2.25 17v-1a.75.75 0 0 1 1.5 0v1c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-1a.75.75 0 0 1 .75-.75M14.5 2a1 1 0 0 1 1 1v1.925a.783.783 0 1 1-1.565 0V3.699a.2.2 0 0 0-.2-.2h-2.668a.2.2 0 0 0-.2.2v8.602c0 .11.09.2.2.2h1.377a.75.75 0 1 1 0 1.499h-4.91a.75.75 0 0 1 0-1.499h1.377a.2.2 0 0 0 .2-.2V3.699a.2.2 0 0 0-.2-.2H6.266a.2.2 0 0 0-.2.2v1.226a.784.784 0 0 1-1.566 0V3a1 1 0 0 1 1-1z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28ArrowDownCircleOutlineProps = SvgIconProps;
4
+ export declare const Icon28ArrowDownCircleOutline: React.FC<Icon28ArrowDownCircleOutlineProps> & {
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 Icon28ArrowDownCircleOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "arrow_down_circle_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M14 8a1 1 0 0 1 1 1v7.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L13 16.586V9a1 1 0 0 1 1-1"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2m10 12c0-5.523-4.477-10-10-10S4 8.477 4 14s4.477 10 10 10 10-4.477 10-10",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28ArrowLeftCircleOutlineProps = SvgIconProps;
4
+ export declare const Icon28ArrowLeftCircleOutline: React.FC<Icon28ArrowLeftCircleOutlineProps> & {
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 Icon28ArrowLeftCircleOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "arrow_left_circle_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M20 14a1 1 0 0 1-1 1h-7.586l2.293 2.293a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 1 1 1.414 1.414L11.414 13H19a1 1 0 0 1 1 1"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2s12 5.373 12 12M14 24c5.523 0 10-4.477 10-10S19.523 4 14 4 4 8.477 4 14s4.477 10 10 10",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };