@vkontakte/icons 3.3.0 → 3.5.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 (69) hide show
  1. package/dist/16/blogger_mark_10k_outline_16.d.ts +5 -0
  2. package/dist/16/blogger_mark_10k_outline_16.js +34 -0
  3. package/dist/16/pin_outline_16.d.ts +5 -0
  4. package/dist/16/pin_outline_16.js +35 -0
  5. package/dist/20/editor_cut_outline_20.d.ts +5 -0
  6. package/dist/20/editor_cut_outline_20.js +33 -0
  7. package/dist/20/message_text_outline_20.d.ts +5 -0
  8. package/dist/20/message_text_outline_20.js +35 -0
  9. package/dist/20/reorder_20.d.ts +5 -0
  10. package/dist/20/reorder_20.js +35 -0
  11. package/dist/20/story_add_outline_20.d.ts +5 -0
  12. package/dist/20/story_add_outline_20.js +35 -0
  13. package/dist/20/uma_outline_20.d.ts +5 -0
  14. package/dist/20/uma_outline_20.js +35 -0
  15. package/dist/24/comment_alt_24.d.ts +5 -0
  16. package/dist/24/comment_alt_24.js +35 -0
  17. package/dist/24/message_forward_24.d.ts +5 -0
  18. package/dist/24/message_forward_24.js +33 -0
  19. package/dist/24/mute_cross_24.js +1 -2
  20. package/dist/24/share_alt_24.d.ts +5 -0
  21. package/dist/24/share_alt_24.js +33 -0
  22. package/dist/24/star_circle_fill_yellow_24.d.ts +5 -0
  23. package/dist/24/star_circle_fill_yellow_24.js +73 -0
  24. package/dist/24/volume_24.js +1 -1
  25. package/dist/28/message_text_outline_28.d.ts +5 -0
  26. package/dist/28/message_text_outline_28.js +35 -0
  27. package/dist/36/user_slash_outline_36.d.ts +5 -0
  28. package/dist/36/user_slash_outline_36.js +34 -0
  29. package/dist/56/pin_dot_outline_56.d.ts +5 -0
  30. package/dist/56/pin_dot_outline_56.js +38 -0
  31. package/dist/56/pin_outline_56.d.ts +5 -0
  32. package/dist/56/pin_outline_56.js +35 -0
  33. package/dist/icons-map.json +1 -1
  34. package/dist/index.d.ts +15 -0
  35. package/dist/index.js +15 -0
  36. package/dist/typings/16/blogger_mark_10k_outline_16.d.ts +5 -0
  37. package/dist/typings/16/pin_outline_16.d.ts +5 -0
  38. package/dist/typings/20/editor_cut_outline_20.d.ts +5 -0
  39. package/dist/typings/20/message_text_outline_20.d.ts +5 -0
  40. package/dist/typings/20/reorder_20.d.ts +5 -0
  41. package/dist/typings/20/story_add_outline_20.d.ts +5 -0
  42. package/dist/typings/20/uma_outline_20.d.ts +5 -0
  43. package/dist/typings/24/comment_alt_24.d.ts +5 -0
  44. package/dist/typings/24/message_forward_24.d.ts +5 -0
  45. package/dist/typings/24/share_alt_24.d.ts +5 -0
  46. package/dist/typings/24/star_circle_fill_yellow_24.d.ts +5 -0
  47. package/dist/typings/28/message_text_outline_28.d.ts +5 -0
  48. package/dist/typings/36/user_slash_outline_36.d.ts +5 -0
  49. package/dist/typings/56/pin_dot_outline_56.d.ts +5 -0
  50. package/dist/typings/56/pin_outline_56.d.ts +5 -0
  51. package/dist/typings/index.d.ts +15 -0
  52. package/package.json +5 -6
  53. package/src/svg/16/blogger_mark_10k_outline_16.svg +1 -0
  54. package/src/svg/16/pin_outline_16.svg +1 -0
  55. package/src/svg/20/editor_cut_outline_20.svg +1 -0
  56. package/src/svg/20/message_text_outline_20.svg +1 -0
  57. package/src/svg/20/reorder_20.svg +1 -0
  58. package/src/svg/20/story_add_outline_20.svg +1 -0
  59. package/src/svg/20/uma_outline_20.svg +1 -0
  60. package/src/svg/24/comment_alt_24.svg +1 -0
  61. package/src/svg/24/message_forward_24.svg +1 -0
  62. package/src/svg/24/mute_cross_24.svg +1 -1
  63. package/src/svg/24/share_alt_24.svg +1 -0
  64. package/src/svg/24/star_circle_fill_yellow_24.svg +15 -0
  65. package/src/svg/24/volume_24.svg +1 -1
  66. package/src/svg/28/message_text_outline_28.svg +1 -0
  67. package/src/svg/36/user_slash_outline_36.svg +1 -0
  68. package/src/svg/56/pin_dot_outline_56.svg +1 -0
  69. package/src/svg/56/pin_outline_56.svg +1 -0
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16BloggerMark10kOutlineProps = SvgIconProps;
4
+ export declare const Icon16BloggerMark10kOutline: React.FC<Icon16BloggerMark10kOutlineProps> & {
5
+ };
@@ -0,0 +1,34 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon16BloggerMark10kOutline = (_param)=>{
8
+ var { width = 16, height = 16, viewBox = '0 0 16 16', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--blogger_mark_10k_outline_16",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M9.544 13.502 8.47 10.5H3.53l-1.073 3.002a.75.75 0 0 1-1.412-.504l3.582-10.03a1.46 1.46 0 0 1 2.748 0l3.582 10.03a.75.75 0 0 1-1.412.504ZM6.06 3.75 7.936 9H4.064L5.94 3.75h.122ZM12.503 3a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1a.75.75 0 0 1 .75-.75"
31
+ })
32
+ ]
33
+ }));
34
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16PinOutlineProps = SvgIconProps;
4
+ export declare const Icon16PinOutline: React.FC<Icon16PinOutlineProps> & {
5
+ };
@@ -0,0 +1,35 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon16PinOutline = (_param)=>{
8
+ var { width = 16, height = 16, viewBox = '0 0 16 16', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--pin_outline_16",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M10.31 3.51a1.6 1.6 0 0 1-.411.709L8.285 5.832a1.6 1.6 0 0 1-1.126.466H4.692l2.535 2.474 2.481 2.538V8.845c0-.423.168-.828.467-1.126l1.613-1.613c.198-.197.442-.338.707-.41zm-1.445-.913c0-.952 1.176-1.479 1.878-.777l3.441 3.445c.673.673.214 1.875-.777 1.875h-.492a.1.1 0 0 0-.066.027L11.235 8.78a.1.1 0 0 0-.027.065v2.817c0 1.173-1.454 1.82-2.316.96l-.006-.007-2.195-2.246-3.913 3.914a.75.75 0 0 1-1.06-1.06L5.63 9.308 3.38 7.114c-.83-.831-.254-2.316.96-2.316h2.82a.1.1 0 0 0 .065-.028l1.614-1.612a.1.1 0 0 0 .027-.065z",
31
+ clipRule: "evenodd"
32
+ })
33
+ ]
34
+ }));
35
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20EditorCutOutlineProps = SvgIconProps;
4
+ export declare const Icon20EditorCutOutline: React.FC<Icon20EditorCutOutlineProps> & {
5
+ };
@@ -0,0 +1,33 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon20EditorCutOutline = (_param)=>{
8
+ var { width = 20, height = 20, viewBox = '0 0 20 20', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--editor_cut_outline_20",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ d: "M14.349 4.502a8 8 0 0 0-.26-.002h-.339a.75.75 0 0 1 0-1.5h.357c.132 0 .22 0 .296.003a4.25 4.25 0 0 1 4.094 4.094c.003.077.003.164.003.296v5.214c0 .132 0 .22-.003.296a4.25 4.25 0 0 1-4.094 4.094c-.077.003-.164.003-.296.003h-.357a.75.75 0 0 1 0-1.5h.34c.155 0 .213 0 .259-.002a2.75 2.75 0 0 0 2.65-2.65L17 12.59V7.41c0-.155 0-.213-.002-.259a2.75 2.75 0 0 0-2.65-2.65ZM7.714 3h.036a.75.75 0 0 1 0 1.5c-.994 0-1.666 0-2.185.045-.504.043-.806.124-1.063.255A2.75 2.75 0 0 0 3.3 6.002c-.128.25-.21.573-.255 1.11C3.001 7.658 3 8.358 3 9.35v1.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.502 15.2c.257.131.56.212 1.063.255.52.044 1.191.045 2.185.045a.75.75 0 0 1 0 1.5h-.036c-.95 0-1.686 0-2.277-.05-.613-.053-1.125-.163-1.616-.413a4.25 4.25 0 0 1-1.858-1.857c-.253-.498-.361-1.04-.413-1.67-.05-.614-.05-1.375-.05-2.327V9.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.49-.25 1.003-.36 1.616-.413C6.028 3 6.765 3 7.714 3m3.036-1a.75.75 0 0 0-.75.75V4.5a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-.75-.75m0 4.25A.75.75 0 0 0 10 7v1.75a.75.75 0 0 0 1.5 0V7a.75.75 0 0 0-.75-.75m-.75 5a.75.75 0 0 1 1.5 0V13a.75.75 0 0 1-1.5 0zm.75 3.5a.75.75 0 0 0-.75.75v1.75a.75.75 0 0 0 1.5 0V15.5a.75.75 0 0 0-.75-.75"
30
+ })
31
+ ]
32
+ }));
33
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20MessageTextOutlineProps = SvgIconProps;
4
+ export declare const Icon20MessageTextOutline: React.FC<Icon20MessageTextOutlineProps> & {
5
+ };
@@ -0,0 +1,35 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon20MessageTextOutline = (_param)=>{
8
+ var { width = 20, height = 20, viewBox = '0 0 20 20', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--message_text_outline_20",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M2 9.993C2 5.706 5.815 2.5 10.25 2.5s8.25 3.206 8.25 7.493-3.815 7.493-8.25 7.493c-.915 0-1.81-.133-2.66-.392-.964.851-2.296 1.246-3.768 1.36l-.532.042a1.2 1.2 0 0 1-1.164-1.736l.24-.475c.558-1.103.814-1.835.896-2.292a7 7 0 0 1-1.262-4M10.25 4C6.475 4 3.5 6.693 3.5 9.994c0 1.21.4 2.365 1.14 3.346.105.14.159.314.15.49-.04.755-.403 1.784-1.085 3.132 1.484-.116 2.514-.534 3.123-1.221a.75.75 0 0 1 .821-.207 7.5 7.5 0 0 0 2.601.455c3.775 0 6.75-2.694 6.75-5.995S14.025 4 10.25 4M6 9.032a.75.75 0 0 1 .75-.75h7a.75.75 0 1 1 0 1.499h-7A.75.75 0 0 1 6 9.03Zm0 2.997a.75.75 0 0 1 .75-.75h3.75a.75.75 0 1 1 0 1.5H6.75a.75.75 0 0 1-.75-.75",
31
+ clipRule: "evenodd"
32
+ })
33
+ ]
34
+ }));
35
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20ReorderProps = SvgIconProps;
4
+ export declare const Icon20Reorder: React.FC<Icon20ReorderProps> & {
5
+ };
@@ -0,0 +1,35 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon20Reorder = (_param)=>{
8
+ var { width = 20, height = 20, viewBox = '0 0 20 20', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--reorder_20",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M2.5 4.748A.75.75 0 0 1 3.253 4h13.494a.75.75 0 0 1 .753.748.75.75 0 0 1-.753.748H3.253a.75.75 0 0 1-.753-.748m0 3.479a.75.75 0 0 1 .755-.747l13.493.021a.75.75 0 0 1 .752.75.75.75 0 0 1-.755.746L3.252 8.976a.75.75 0 0 1-.752-.749m0 3.501a.75.75 0 0 1 .755-.746l13.493.02a.75.75 0 0 1 .752.75.75.75 0 0 1-.755.746l-13.493-.02a.75.75 0 0 1-.752-.75m0 3.502a.75.75 0 0 1 .755-.747l13.493.021a.75.75 0 0 1 .752.75.75.75 0 0 1-.755.746l-13.493-.021a.75.75 0 0 1-.752-.75Z",
31
+ clipRule: "evenodd"
32
+ })
33
+ ]
34
+ }));
35
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20StoryAddOutlineProps = SvgIconProps;
4
+ export declare const Icon20StoryAddOutline: React.FC<Icon20StoryAddOutlineProps> & {
5
+ };
@@ -0,0 +1,35 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon20StoryAddOutline = (_param)=>{
8
+ var { width = 20, height = 20, viewBox = '0 0 20 20', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--story_add_outline_20",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M10 7.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M6 10a4 4 0 1 1 8 0 4 4 0 0 1-8 0m2.317-8h2.433a.75.75 0 0 1 0 1.5h-2.4c-.992 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-.21.573-.255 1.11-.044.546-.045 1.246-.045 2.238v3.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 5.002 16.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h3.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.75 2.75 0 0 0 16.2 15c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-2.4a.75.75 0 0 1 1.5 0v2.433c0 .952 0 1.713-.05 2.327-.052.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-.614.05-1.375.05-2.327.05H8.317c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67C2 13.396 2 12.635 2 11.683V8.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.603 2 7.364 2 8.316 2ZM16 1a.75.75 0 0 1 .75.75v1.4h1.5a.75.75 0 0 1 0 1.5h-1.5v1.6a.75.75 0 0 1-1.5 0v-1.6h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.4A.75.75 0 0 1 16 1",
31
+ clipRule: "evenodd"
32
+ })
33
+ ]
34
+ }));
35
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20UmaOutlineProps = SvgIconProps;
4
+ export declare const Icon20UmaOutline: React.FC<Icon20UmaOutlineProps> & {
5
+ };
@@ -0,0 +1,35 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon20UmaOutline = (_param)=>{
8
+ var { width = 20, height = 20, viewBox = '0 0 20 20', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--uma_outline_20",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M2.5 7.244a.75.75 0 0 0-.75-.747.75.75 0 0 0-.75.747v3.74a2.52 2.52 0 0 0 2.525 2.513 2.52 2.52 0 0 0 2.525-2.514v-3.74a.75.75 0 0 0-.75-.746.75.75 0 0 0-.75.747v3.74c0 .563-.459 1.02-1.025 1.02a1.023 1.023 0 0 1-1.025-1.02zm13.396-.242a.75.75 0 0 1 1.451.149l1.882 5.325a.75.75 0 0 1-.46.953.75.75 0 0 1-.955-.454l-.238-.672H15.63l-.234.67a.75.75 0 0 1-.955.457.75.75 0 0 1-.462-.952zm.703 2.535.555 1.572H16.05l.55-1.572Zm-8.097.938.945 2.514a.75.75 0 0 0 .473.45.75.75 0 0 0 .965-.438l.945-2.518v2.257c0 .412.336.746.75.746.415 0 .75-.334.75-.746V7.453c0-1.054-1.47-1.318-1.84-.331l-1.322 3.524-1.326-3.527c-.371-.986-1.84-.722-1.84.331v5.277c0 .412.336.746.75.746s.75-.334.75-.746z",
31
+ clipRule: "evenodd"
32
+ })
33
+ ]
34
+ }));
35
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24CommentAltProps = SvgIconProps;
4
+ export declare const Icon24CommentAlt: React.FC<Icon24CommentAltProps> & {
5
+ };
@@ -0,0 +1,35 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon24CommentAlt = (_param)=>{
8
+ var { width = 24, height = 24, viewBox = '0 0 24 24', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--comment_alt_24",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M3.381 5.911C3 6.66 3 7.64 3 9.6v2.8c0 1.96 0 2.94.381 3.689a3.5 3.5 0 0 0 1.53 1.53c.593.302 1.332.365 2.589.378V20.8c0 .855 1.007 1.314 1.655.754L13.265 18H15.4c1.96 0 2.94 0 3.689-.381a3.5 3.5 0 0 0 1.53-1.53C21 15.34 21 14.36 21 12.4V9.6c0-1.96 0-2.94-.381-3.689a3.5 3.5 0 0 0-1.53-1.53C18.34 4 17.36 4 15.4 4H8.6c-1.96 0-2.94 0-3.689.381a3.5 3.5 0 0 0-1.53 1.53",
31
+ clipRule: "evenodd"
32
+ })
33
+ ]
34
+ }));
35
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24MessageForwardProps = SvgIconProps;
4
+ export declare const Icon24MessageForward: React.FC<Icon24MessageForwardProps> & {
5
+ };
@@ -0,0 +1,33 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon24MessageForward = (_param)=>{
8
+ var { width = 24, height = 24, viewBox = '0 0 24 24', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--message_forward_24",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ d: "M11.75 3.5c5.109 0 9.25 3.584 9.25 8.006 0 .996-.21 1.95-.594 2.83l-2.903-2.299c-.09-.07-.186-.147-.27-.21a2.7 2.7 0 0 0-.441-.272 2.55 2.55 0 0 0-3.585 1.736c-.05.22-.058.418-.06.516l-.001.021a6 6 0 0 0-2.263 1.514c-.861.925-1.297 1.992-1.52 2.876l-.004.018c-.026.101-.053.21-.074.303v.005a2.5 2.5 0 0 0-.061.672c-.8.71-1.964 1.382-4.017 1.992-.834.249-1.5-.661-1.111-1.44.643-1.287.886-2.084.994-2.709-1.604-1.437-2.59-3.396-2.59-5.553C2.5 7.084 6.641 3.5 11.75 3.5M15 18.519v.934c0 .263.001.394.02.477a.737.737 0 0 0 1.04.51c.076-.036.174-.118.38-.281l3.06-2.454c.171-.135.256-.202.313-.267a.95.95 0 0 0 0-1.255 2.6 2.6 0 0 0-.312-.267l-3.061-2.454c-.206-.163-.304-.245-.38-.281a.737.737 0 0 0-1.04.51c-.019.082-.02.214-.02.477V15.2l-.07.01c-2.53.398-3.476 2.075-3.821 3.447-.059.234-.088.35-.089.417v.017c.003.169.07.31.176.407.137.125.34.173.549.103q.042-.015.167-.09h.001c.095-.057.228-.14.409-.254a5 5 0 0 1 .828-.417c.505-.196 1.168-.321 1.85-.321"
30
+ })
31
+ ]
32
+ }));
33
+ };
@@ -26,8 +26,7 @@ export const Icon24MuteCross = (_param)=>{
26
26
  children: [
27
27
  children,
28
28
  /*#__PURE__*/ _jsx("path", {
29
- d: "M14 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1 2.48 2.48 0 0 1-1.72-.695L6.79 15H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2.765l5.514-5.307A2.48 2.48 0 0 1 14 3m3.364 6.114a.9.9 0 0 1 1.272 0l1.614 1.613 1.614-1.613a.9.9 0 0 1 1.272 1.272L21.523 12l1.613 1.614a.9.9 0 1 1-1.272 1.272l-1.614-1.613-1.614 1.613a.9.9 0 1 1-1.272-1.272L18.977 12l-1.613-1.614a.9.9 0 0 1 0-1.272",
30
- clipRule: "evenodd"
29
+ d: "M2 9.946a1 1 0 0 1 .945-.999l2.83-.157a2 2 0 0 0 1.255-.536l4.287-4.01C11.956 3.647 13 4.1 13 4.974v14.051c0 .875-1.044 1.328-1.683.73L7.03 15.747a2 2 0 0 0-1.255-.536l-2.83-.158A1 1 0 0 1 2 14.054zm20.464-1.682a.9.9 0 0 1 1.272 1.272L21.273 12l2.463 2.464a.9.9 0 1 1-1.272 1.272L20 13.273l-2.464 2.463a.9.9 0 0 1-1.272-1.272L18.727 12l-2.463-2.464a.9.9 0 1 1 1.272-1.272L20 10.727z"
31
30
  })
32
31
  ]
33
32
  }));
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24ShareAltProps = SvgIconProps;
4
+ export declare const Icon24ShareAlt: React.FC<Icon24ShareAltProps> & {
5
+ };
@@ -0,0 +1,33 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon24ShareAlt = (_param)=>{
8
+ var { width = 24, height = 24, viewBox = '0 0 24 24', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--share_alt_24",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ d: "M21.979 10.23a1.995 1.995 0 0 1 .037 3.198l-8.692 6.654c-1.32 1.01-3.228.073-3.228-1.585V15.59c-2.996-.09-4.75.972-6.256 2.705a1 1 0 0 1-1.748-.102c-.065-.121-.094-.378-.092-.541.355-5.544 3.69-8.526 8.096-9.49v-2.66c0-1.636 1.866-2.58 3.19-1.613z"
30
+ })
31
+ ]
32
+ }));
33
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24StarCircleFillYellowProps = SvgIconProps;
4
+ export declare const Icon24StarCircleFillYellow: React.FC<Icon24StarCircleFillYellowProps> & {
5
+ };
@@ -0,0 +1,73 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon24StarCircleFillYellow = (_param)=>{
8
+ var { width = 24, height = 24, viewBox = '0 0 24 24', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--star_circle_fill_yellow_24",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "none"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsxs("g", {
29
+ clipPath: "url(#star_circle_fill_yellow_24__a)",
30
+ children: [
31
+ /*#__PURE__*/ _jsx("circle", {
32
+ cx: "12",
33
+ cy: "12",
34
+ r: "12",
35
+ fill: "url(#star_circle_fill_yellow_24__b)"
36
+ }),
37
+ /*#__PURE__*/ _jsx("path", {
38
+ fill: "#fff",
39
+ d: "M12.23 5.054a.52.52 0 0 0-.698.237L9.55 9.311l-4.436.644a.521.521 0 0 0-.289.89l3.21 3.128-.758 4.417a.521.521 0 0 0 .756.55L12 16.854l3.967 2.086a.52.52 0 0 0 .756-.55l-.757-4.417 3.21-3.129a.52.52 0 0 0-.29-.889l-4.435-.644-1.984-4.02a.52.52 0 0 0-.237-.237"
40
+ })
41
+ ]
42
+ }),
43
+ /*#__PURE__*/ _jsxs("defs", {
44
+ children: [
45
+ /*#__PURE__*/ _jsxs("linearGradient", {
46
+ id: "star_circle_fill_yellow_24__b",
47
+ x1: "-12",
48
+ x2: "12",
49
+ y1: "12",
50
+ y2: "36",
51
+ gradientUnits: "userSpaceOnUse",
52
+ children: [
53
+ /*#__PURE__*/ _jsx("stop", {
54
+ stopColor: "#FFB73D"
55
+ }),
56
+ /*#__PURE__*/ _jsx("stop", {
57
+ offset: "1",
58
+ stopColor: "#FFA000"
59
+ })
60
+ ]
61
+ }),
62
+ /*#__PURE__*/ _jsx("clipPath", {
63
+ id: "star_circle_fill_yellow_24__a",
64
+ children: /*#__PURE__*/ _jsx("path", {
65
+ fill: "#fff",
66
+ d: "M0 0h24v24H0z"
67
+ })
68
+ })
69
+ ]
70
+ })
71
+ ]
72
+ }));
73
+ };
@@ -26,7 +26,7 @@ export const Icon24Volume = (_param)=>{
26
26
  children: [
27
27
  children,
28
28
  /*#__PURE__*/ _jsx("path", {
29
- d: "M14 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1 2.48 2.48 0 0 1-1.72-.695L6.79 15H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2.765l5.514-5.307A2.48 2.48 0 0 1 14 3m5.264 3.264a.9.9 0 0 1 1.272 0c.716.715 1.457 1.733 1.863 2.713a7.9 7.9 0 0 1 0 6.046c-.406.98-1.147 1.998-1.863 2.713a.9.9 0 1 1-1.272-1.272c.584-.585 1.174-1.411 1.472-2.13a6.1 6.1 0 0 0 0-4.668c-.298-.719-.888-1.545-1.472-2.13a.9.9 0 0 1 0-1.272m-2.39 2.589a.9.9 0 0 1 1.273.022c.4.413.714.902.929 1.438a4.54 4.54 0 0 1 0 3.374 4.4 4.4 0 0 1-.929 1.438.9.9 0 0 1-1.294-1.25c.235-.244.423-.534.551-.856a2.75 2.75 0 0 0 0-2.038 2.7 2.7 0 0 0-.551-.856.9.9 0 0 1 .022-1.272Z",
29
+ d: "M2 9.946a1 1 0 0 1 .945-.999l2.83-.157a2 2 0 0 0 1.255-.536l4.287-4.01C11.956 3.647 13 4.1 13 4.974v14.051c0 .875-1.044 1.328-1.683.73L7.03 15.747a2 2 0 0 0-1.255-.536l-2.83-.158A1 1 0 0 1 2 14.054zm13.748-1.048a.9.9 0 0 1 1.271-.067C17.873 9.6 18.4 10.743 18.4 12s-.527 2.4-1.38 3.169a.9.9 0 1 1-1.205-1.338c.47-.423.785-1.078.785-1.831s-.315-1.408-.785-1.831a.9.9 0 0 1-.067-1.271m3.066-2.224a.9.9 0 0 1 1.269.101A8.03 8.03 0 0 1 22 12a8.03 8.03 0 0 1-1.917 5.224.9.9 0 0 1-1.37-1.167A6.23 6.23 0 0 0 20.2 12c0-1.554-.561-2.97-1.487-4.057a.9.9 0 0 1 .101-1.269",
30
30
  clipRule: "evenodd"
31
31
  })
32
32
  ]
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28MessageTextOutlineProps = SvgIconProps;
4
+ export declare const Icon28MessageTextOutline: React.FC<Icon28MessageTextOutlineProps> & {
5
+ };
@@ -0,0 +1,35 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon28MessageTextOutline = (_param)=>{
8
+ var { width = 28, height = 28, viewBox = '0 0 28 28', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--message_text_outline_28",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M14.018 5.5c-5.385 0-9.481 3.719-9.481 7.999 0 1.537.514 2.979 1.422 4.2a1 1 0 0 1 .197.597c0 1.042-.274 2.052-.61 2.963a26 26 0 0 1-.705 1.675c2.056-.219 3.405-.877 4.219-1.834a1 1 0 0 1 1.113-.289 11 11 0 0 0 3.845.687c5.386 0 9.482-3.719 9.482-8 0-4.28-4.096-7.998-9.482-7.998M2.537 13.499c0-5.66 5.289-9.999 11.481-9.999S25.5 7.839 25.5 13.499s-5.289 9.999-11.482 9.999c-1.373 0-2.693-.21-3.918-.597C8.656 24.25 6.556 24.898 3.988 25c-1.046.041-1.8-1.047-1.363-2.021l.27-.597c.276-.605.547-1.199.775-1.815.256-.694.43-1.349.475-1.966-1.017-1.48-1.608-3.228-1.608-5.101ZM8 12a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 3a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z",
31
+ clipRule: "evenodd"
32
+ })
33
+ ]
34
+ }));
35
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon36UserSlashOutlineProps = SvgIconProps;
4
+ export declare const Icon36UserSlashOutline: React.FC<Icon36UserSlashOutlineProps> & {
5
+ };
@@ -0,0 +1,34 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_properties";
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ import * as React from "react";
6
+ import { SvgIconRoot } from "@vkontakte/icons-sprite";
7
+ export const Icon36UserSlashOutline = (_param)=>{
8
+ var { width = 36, height = 36, viewBox = '0 0 36 36', children, style, fill } = _param, restProps = _object_without_properties(_param, [
9
+ "width",
10
+ "height",
11
+ "viewBox",
12
+ "children",
13
+ "style",
14
+ "fill"
15
+ ]);
16
+ return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
17
+ baseClassName: "vkuiIcon--user_slash_outline_36",
18
+ viewBox: viewBox,
19
+ width: width,
20
+ height: height,
21
+ style: fill ? _object_spread({
22
+ color: fill
23
+ }, style) : style,
24
+ "fill": "currentColor"
25
+ }, restProps), {
26
+ children: [
27
+ children,
28
+ /*#__PURE__*/ _jsx("path", {
29
+ fillRule: "evenodd",
30
+ d: "M7.036 29.921c.704.778 1.683.829 2.317.829h15.88l.883.884a1.25 1.25 0 0 0 1.768-1.768l-19.75-19.75a1.25 1.25 0 0 0-1.768 1.768l8.16 8.16c-1.52.254-3.134.699-4.527 1.43-2.013 1.059-3.749 2.837-3.749 5.597 0 1.088.136 2.13.786 2.85m9.562-7.614c-1.81.141-3.87.558-5.436 1.38-1.54.81-2.412 1.89-2.412 3.384 0 .481.036.792.082.99a1 1 0 0 0 .048.154c.061.014.2.035.473.035h13.38l-5.968-5.968q-.082.018-.168.025Zm7.274-1.7a1.25 1.25 0 0 0-.744 2.386c2.21.69 3.686 1.785 4.035 3.29q.06.256.08.547a1.25 1.25 0 0 0 2.494-.16 6 6 0 0 0-.139-.953c-.665-2.861-3.302-4.354-5.726-5.11M13.789 9.921A4.25 4.25 0 0 1 18 6.25a4.25 4.25 0 0 1 .967 8.39 1.25 1.25 0 1 0 .566 2.435A6.75 6.75 0 0 0 24.75 10.5c0-3.73-3.02-6.75-6.75-6.75a6.75 6.75 0 0 0-6.688 5.835 1.25 1.25 0 0 0 2.477.336"
31
+ })
32
+ ]
33
+ }));
34
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon56PinDotOutlineProps = SvgIconProps;
4
+ export declare const Icon56PinDotOutline: React.FC<Icon56PinDotOutlineProps> & {
5
+ };