@vkontakte/icons 3.9.1 → 3.11.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.
- package/dist/12/star_circle_fill_yellow_12.js +35 -22
- package/dist/16/rocket_16.d.ts +5 -0
- package/dist/16/rocket_16.js +24 -0
- package/dist/16/star_circle_fill_yellow_16.js +37 -20
- package/dist/16/unavailable_call_circle_fill_red_16.d.ts +5 -0
- package/dist/16/unavailable_call_circle_fill_red_16.js +31 -0
- package/dist/24/like_circle_fill_red_24.d.ts +5 -0
- package/dist/24/like_circle_fill_red_24.js +27 -0
- package/dist/24/mute_cross_outline_24.d.ts +5 -0
- package/dist/24/mute_cross_outline_24.js +19 -0
- package/dist/28/flash_circle_outline_28.d.ts +5 -0
- package/dist/28/flash_circle_outline_28.js +18 -0
- package/dist/28/monetization_authors_fund_outline_28.d.ts +5 -0
- package/dist/28/monetization_authors_fund_outline_28.js +19 -0
- package/dist/36/delete_outline_36.d.ts +5 -0
- package/dist/36/delete_outline_36.js +19 -0
- package/dist/48/forward_15_48.d.ts +5 -0
- package/dist/48/forward_15_48.js +18 -0
- package/dist/48/replay_15_48.d.ts +5 -0
- package/dist/48/replay_15_48.js +18 -0
- package/dist/48/users_circle_fill_violet_48.d.ts +5 -0
- package/dist/48/users_circle_fill_violet_48.js +48 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.js +10 -0
- package/dist/typings/16/rocket_16.d.ts +5 -0
- package/dist/typings/16/unavailable_call_circle_fill_red_16.d.ts +5 -0
- package/dist/typings/24/like_circle_fill_red_24.d.ts +5 -0
- package/dist/typings/24/mute_cross_outline_24.d.ts +5 -0
- package/dist/typings/28/flash_circle_outline_28.d.ts +5 -0
- package/dist/typings/28/monetization_authors_fund_outline_28.d.ts +5 -0
- package/dist/typings/36/delete_outline_36.d.ts +5 -0
- package/dist/typings/48/forward_15_48.d.ts +5 -0
- package/dist/typings/48/replay_15_48.d.ts +5 -0
- package/dist/typings/48/users_circle_fill_violet_48.d.ts +5 -0
- package/dist/typings/index.d.ts +10 -0
- package/package.json +1 -1
- package/src/svg/12/star_circle_fill_yellow_12.svg +15 -1
- package/src/svg/16/rocket_16.svg +1 -0
- package/src/svg/16/star_circle_fill_yellow_16.svg +15 -1
- package/src/svg/16/unavailable_call_circle_fill_red_16.svg +5 -0
- package/src/svg/24/like_circle_fill_red_24.svg +4 -0
- package/src/svg/24/mute_cross_outline_24.svg +1 -0
- package/src/svg/28/flash_circle_outline_28.svg +1 -0
- package/src/svg/28/monetization_authors_fund_outline_28.svg +1 -0
- package/src/svg/36/delete_outline_36.svg +1 -0
- package/src/svg/48/forward_15_48.svg +1 -0
- package/src/svg/48/replay_15_48.svg +1 -0
- package/src/svg/48/users_circle_fill_violet_48.svg +10 -0
|
@@ -14,35 +14,48 @@ export const Icon12StarCircleFillYellow = (props)=>{
|
|
|
14
14
|
},
|
|
15
15
|
vkuiProps: props,
|
|
16
16
|
children: [
|
|
17
|
-
/*#__PURE__*/ _jsxs("
|
|
18
|
-
|
|
19
|
-
x1: "-6",
|
|
20
|
-
x2: "6",
|
|
21
|
-
y1: "6",
|
|
22
|
-
y2: "18",
|
|
23
|
-
gradientUnits: "userSpaceOnUse",
|
|
17
|
+
/*#__PURE__*/ _jsxs("g", {
|
|
18
|
+
clipPath: `url(#star_circle_fill_yellow_12${reactId}a)`,
|
|
24
19
|
children: [
|
|
25
|
-
/*#__PURE__*/ _jsx("
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
/*#__PURE__*/ _jsx("circle", {
|
|
21
|
+
cx: "6",
|
|
22
|
+
cy: "6",
|
|
23
|
+
r: "6",
|
|
24
|
+
fill: `url(#star_circle_fill_yellow_12${reactId}b)`
|
|
28
25
|
}),
|
|
29
|
-
/*#__PURE__*/ _jsx("
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
/*#__PURE__*/ _jsx("path", {
|
|
27
|
+
fill: "#fff",
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
d: "M6.11 2.59a.25.25 0 0 0-.334.114l-.952 1.928-2.127.31a.25.25 0 0 0-.138.426l1.539 1.5-.364 2.119a.25.25 0 0 0 .363.263L6 8.25l1.903 1a.25.25 0 0 0 .363-.263l-.364-2.119 1.54-1.5a.25.25 0 0 0-.14-.427l-2.126-.309-.952-1.928a.25.25 0 0 0-.113-.113Z",
|
|
30
|
+
clipRule: "evenodd"
|
|
32
31
|
})
|
|
33
32
|
]
|
|
34
33
|
}),
|
|
35
|
-
/*#__PURE__*/ _jsxs("
|
|
36
|
-
fillRule: "evenodd",
|
|
37
|
-
clipRule: "evenodd",
|
|
34
|
+
/*#__PURE__*/ _jsxs("defs", {
|
|
38
35
|
children: [
|
|
39
|
-
/*#__PURE__*/
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
/*#__PURE__*/ _jsxs("linearGradient", {
|
|
37
|
+
id: `star_circle_fill_yellow_12${reactId}b`,
|
|
38
|
+
x1: "-6",
|
|
39
|
+
x2: "6",
|
|
40
|
+
y1: "6",
|
|
41
|
+
y2: "18",
|
|
42
|
+
gradientUnits: "userSpaceOnUse",
|
|
43
|
+
children: [
|
|
44
|
+
/*#__PURE__*/ _jsx("stop", {
|
|
45
|
+
stopColor: "#FFB73D"
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ _jsx("stop", {
|
|
48
|
+
offset: "1",
|
|
49
|
+
stopColor: "#FFA000"
|
|
50
|
+
})
|
|
51
|
+
]
|
|
42
52
|
}),
|
|
43
|
-
/*#__PURE__*/ _jsx("
|
|
44
|
-
|
|
45
|
-
|
|
53
|
+
/*#__PURE__*/ _jsx("clipPath", {
|
|
54
|
+
id: `star_circle_fill_yellow_12${reactId}a`,
|
|
55
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
56
|
+
fill: "#fff",
|
|
57
|
+
d: "M0 0h12v12H0z"
|
|
58
|
+
})
|
|
46
59
|
})
|
|
47
60
|
]
|
|
48
61
|
})
|
|
@@ -0,0 +1,24 @@
|
|
|
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 Icon16Rocket = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "rocket_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M11.975 9.916a.365.365 0 0 1 .593.205l.134.705a.7.7 0 0 1-.194.629l-3.014 3.014a.705.705 0 0 1-1.152-.235l-.682-1.696c-.074-.184.058-.387.253-.418.563-.091 1.157-.33 1.714-.617a13.4 13.4 0 0 0 2.348-1.587m-9.461 1.073a1.76 1.76 0 1 1 2.49 2.49c-.765.766-2.413.943-3.135.984a.318.318 0 0 1-.338-.338c.04-.722.218-2.37.983-3.136m4.919-6.911C10.795.716 14.157.716 14.717 1.276s.56 3.922-2.801 7.284c-1.681 1.681-4.483 3.362-5.324 2.522L4.912 9.4c-.84-.84.84-3.642 2.521-5.323Zm4.592-.109a1.058 1.058 0 1 0-1.495 1.497 1.058 1.058 0 0 0 1.495-1.497",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ _jsx("path", {
|
|
20
|
+
d: "m5.168 3.292.705.133c.27.052.381.381.205.593A13.4 13.4 0 0 0 4.49 6.367c-.288.556-.527 1.15-.617 1.714-.032.194-.234.327-.417.254L1.759 7.65a.704.704 0 0 1-.234-1.15l3.014-3.014a.7.7 0 0 1 .629-.194"
|
|
21
|
+
})
|
|
22
|
+
]
|
|
23
|
+
});
|
|
24
|
+
};
|
|
@@ -14,31 +14,48 @@ export const Icon16StarCircleFillYellow = (props)=>{
|
|
|
14
14
|
},
|
|
15
15
|
vkuiProps: props,
|
|
16
16
|
children: [
|
|
17
|
-
/*#__PURE__*/ _jsxs("
|
|
18
|
-
|
|
19
|
-
x1: "-8",
|
|
20
|
-
x2: "8",
|
|
21
|
-
y1: "8",
|
|
22
|
-
y2: "24",
|
|
23
|
-
gradientUnits: "userSpaceOnUse",
|
|
17
|
+
/*#__PURE__*/ _jsxs("g", {
|
|
18
|
+
clipPath: `url(#star_circle_fill_yellow_16${reactId}a)`,
|
|
24
19
|
children: [
|
|
25
|
-
/*#__PURE__*/ _jsx("
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
/*#__PURE__*/ _jsx("circle", {
|
|
21
|
+
cx: "8",
|
|
22
|
+
cy: "8",
|
|
23
|
+
r: "8",
|
|
24
|
+
fill: `url(#star_circle_fill_yellow_16${reactId}b)`
|
|
28
25
|
}),
|
|
29
|
-
/*#__PURE__*/ _jsx("
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
/*#__PURE__*/ _jsx("path", {
|
|
27
|
+
fill: "#fff",
|
|
28
|
+
d: "M8.148 3.454a.333.333 0 0 0-.447.152l-1.268 2.57-2.837.412a.333.333 0 0 0-.185.569l2.053 2-.485 2.825a.334.334 0 0 0 .484.352L8 11l2.537 1.334a.333.333 0 0 0 .484-.352l-.485-2.825 2.053-2a.334.334 0 0 0-.185-.569l-2.837-.412L8.3 3.606a.33.33 0 0 0-.151-.152Z"
|
|
32
29
|
})
|
|
33
30
|
]
|
|
34
31
|
}),
|
|
35
|
-
/*#__PURE__*/
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
32
|
+
/*#__PURE__*/ _jsxs("defs", {
|
|
33
|
+
children: [
|
|
34
|
+
/*#__PURE__*/ _jsxs("linearGradient", {
|
|
35
|
+
id: `star_circle_fill_yellow_16${reactId}b`,
|
|
36
|
+
x1: "-8",
|
|
37
|
+
x2: "8",
|
|
38
|
+
y1: "8",
|
|
39
|
+
y2: "24",
|
|
40
|
+
gradientUnits: "userSpaceOnUse",
|
|
41
|
+
children: [
|
|
42
|
+
/*#__PURE__*/ _jsx("stop", {
|
|
43
|
+
stopColor: "#FFB73D"
|
|
44
|
+
}),
|
|
45
|
+
/*#__PURE__*/ _jsx("stop", {
|
|
46
|
+
offset: "1",
|
|
47
|
+
stopColor: "#FFA000"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
}),
|
|
51
|
+
/*#__PURE__*/ _jsx("clipPath", {
|
|
52
|
+
id: `star_circle_fill_yellow_16${reactId}a`,
|
|
53
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
54
|
+
fill: "#fff",
|
|
55
|
+
d: "M0 0h16v16H0z"
|
|
56
|
+
})
|
|
57
|
+
})
|
|
58
|
+
]
|
|
42
59
|
})
|
|
43
60
|
]
|
|
44
61
|
});
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon16UnavailableCallCircleFillRedProps = SvgIconProps;
|
|
4
|
+
export declare const Icon16UnavailableCallCircleFillRed: React.FC<Icon16UnavailableCallCircleFillRedProps> & {
|
|
5
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
+
export const Icon16UnavailableCallCircleFillRed = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "unavailable_call_circle_fill_red_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "none"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("circle", {
|
|
16
|
+
cx: "8",
|
|
17
|
+
cy: "8",
|
|
18
|
+
r: "8",
|
|
19
|
+
fill: "#E64646"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ _jsx("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "M9.352 9.146a1.59 1.59 0 0 1 1.766.175l.455.384c.52.437.572 1.225.117 1.76a1.48 1.48 0 0 1-.975.503q-1.56.21-3.229-.957zM4.536 4.31c.535-.455 1.323-.403 1.76.117l.383.455c.53.63.474 1.578-.127 2.18l-.327.326a.32.32 0 0 0-.073.333q.18.488.91 1.218.217.218.414.387l-.93.93a12 12 0 0 1-.41-.391q-2.398-2.398-2.104-4.58a1.45 1.45 0 0 1 .504-.975"
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ _jsx("path", {
|
|
26
|
+
fill: "#fff",
|
|
27
|
+
d: "M4.175 10.976a.6.6 0 0 0 .849.849zm7.649-6.8a.6.6 0 0 0-.754-.077l-.094.077-6.8 6.8.848.849 6.8-6.801.077-.094a.6.6 0 0 0-.077-.754"
|
|
28
|
+
})
|
|
29
|
+
]
|
|
30
|
+
});
|
|
31
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
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 Icon24LikeCircleFillRed = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "like_circle_fill_red_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "none"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("circle", {
|
|
16
|
+
cx: "12",
|
|
17
|
+
cy: "12",
|
|
18
|
+
r: "12",
|
|
19
|
+
fill: "#FF3347"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ _jsx("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "M11.782 8.17q.117.105.218.206a5 5 0 0 1 .22-.206c.531-.469 1.365-.97 2.487-.97 2.054 0 3.693 1.643 3.693 3.637 0 .991-.202 1.745-.828 2.572-.62.82-1.654 1.705-3.298 2.97l-1.513 1.163a1.254 1.254 0 0 1-1.522 0L9.726 16.38c-1.644-1.265-2.678-2.15-3.298-2.97-.626-.827-.828-1.581-.828-2.572C5.6 8.843 7.239 7.2 9.293 7.2c1.123 0 1.957.501 2.489.97"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
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 Icon24MuteCrossOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "mute_cross_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M12.25 4c.902 0 1.75.694 1.75 1.688v12.623c0 .995-.848 1.689-1.75 1.689-.762 0-1.506-.28-2.063-.798l-4.24-3.935H4.14c-1.118 0-2.14-.857-2.14-2.051v-2.432c0-1.194 1.022-2.05 2.14-2.05h1.806l4.24-3.936A3.04 3.04 0 0 1 12.25 4m-.05 1.8a1.23 1.23 0 0 0-.789.317l-4.499 4.176a.9.9 0 0 1-.612.24H4.14c-.14 0-.34.086-.34.251v2.432c0 .165.2.25.34.25H6.3a.9.9 0 0 1 .612.241l4.5 4.176c.2.186.481.305.788.316V5.801Zm8.364 3.563a.9.9 0 0 1 1.273 1.274L20.373 12.1l1.464 1.463.061.069a.901.901 0 0 1-1.266 1.266l-.069-.061-1.463-1.464-1.463 1.464-.07.061a.9.9 0 0 1-1.265-1.266l.061-.069 1.463-1.463-1.463-1.463a.9.9 0 0 1 1.274-1.274l1.463 1.463 1.463-1.463Z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
@@ -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 Icon28FlashCircleOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 28 28",
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
vkuiIconId: "flash_circle_outline_28",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2m0 2C8.477 4 4 8.477 4 14s4.477 10 10 10 10-4.477 10-10S19.523 4 14 4m.475 2.99c.297-.151.794-.31 1.293-.06.52.262.676.78.712 1.133.037.37-.024.786-.138 1.21l-.002.005-.634 2.302 1.316.253-.002.001c.847.139 1.735.535 2.007 1.447.262.879-.209 1.734-.784 2.38l-.013.013-4.275 4.596-.01.01-.01.011c-.303.305-.622.563-.946.724-.293.146-.804.313-1.31.04-.518-.28-.647-.814-.673-1.15-.028-.363.036-.771.148-1.188l.587-2.326-1.351-.222v-.001c-.824-.133-1.75-.505-2.133-1.353-.424-.941.047-1.892.77-2.63l.015-.015q.866-.844 1.244-1.23l.642-.632.755-.728a73 73 0 0 0 1.874-1.868c.287-.302.596-.56.918-.723Zm-.03 2.387a80 80 0 0 1-1.512 1.498c-.278.268-.528.507-.753.726l-.609.6q-.4.408-1.258 1.243l-.165.184c-.14.169-.204.295-.231.374a.3.3 0 0 0-.017.075.4.4 0 0 0 .148.118c.099.056.24.113.428.157l.203.04h.004l2.075.342.103.023c.48.128.889.581.84 1.161l-.017.126-.015.06v.002l-.633 2.508 3.863-4.153c.213-.239.322-.425.37-.55a.5.5 0 0 0 .029-.104q-.012-.011-.037-.03c-.083-.052-.252-.124-.55-.17l-.015-.003-.014-.003-2.01-.387-.01-.002-.008-.001v-.001c-.55-.104-1.034-.637-.9-1.31l.016-.064.002-.01z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28MonetizationAuthorsFundOutlineProps = SvgIconProps;
|
|
4
|
+
export declare const Icon28MonetizationAuthorsFundOutline: React.FC<Icon28MonetizationAuthorsFundOutlineProps> & {
|
|
5
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
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 Icon28MonetizationAuthorsFundOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 28 28",
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
vkuiIconId: "monetization_authors_fund_outline_28",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M23.22 15c2.182.008 3.78 1.776 3.78 3.874 0 .91-.16 1.624-.62 2.353l-.214.314c-.62.836-1.65 1.727-3.277 2.986L21.372 25.7c-.519.4-1.241.4-1.759 0l-.004-.003-1.502-1.172c-1.422-1.1-2.387-1.92-3.021-2.668l-.252-.316c-.625-.842-.834-1.628-.834-2.667C14 16.769 15.61 15 17.798 15c.891 0 1.726.379 2.35.759l.254.16.018.014.072.05.072-.05.019-.013.226-.145c.558-.345 1.329-.724 2.13-.768l.029-.001.222-.006zm-.176 2.004c-.352.02-.846.244-1.345.575l-.635.444a1 1 0 0 1-1.143 0l-.636-.444c-.536-.355-1.07-.579-1.487-.579-1.01 0-1.798.8-1.798 1.874 0 .684.112 1.033.44 1.476l.182.227c.402.471 1.049 1.056 2.133 1.915l.58.453.003.003 1.156.903 1.171-.906.58-.453c1.265-1.002 1.935-1.631 2.315-2.142l.113-.163c.241-.372.327-.714.327-1.313 0-1.072-.779-1.866-1.78-1.874zM17.59 3c2.183 0 3.233.203 4.324.786a5.54 5.54 0 0 1 2.3 2.3c.583 1.09.786 2.141.786 4.324V12a1 1 0 1 1-2 0v-1.59c0-1.88-.143-2.62-.55-3.38a3.54 3.54 0 0 0-1.48-1.48c-.76-.407-1.5-.55-3.38-.55h-7.18c-1.88 0-2.62.143-3.38.55a3.53 3.53 0 0 0-1.48 1.48c-.407.76-.55 1.5-.55 3.38v7.18c0 1.88.143 2.62.55 3.38a3.53 3.53 0 0 0 1.48 1.48c.76.407 1.5.55 3.38.55H12a1 1 0 1 1 0 2h-1.59c-2.183 0-3.233-.203-4.324-.786a5.54 5.54 0 0 1-2.3-2.3C3.203 20.824 3 19.773 3 17.59v-7.18c0-2.183.203-3.233.786-4.324a5.54 5.54 0 0 1 2.3-2.3C7.176 3.203 8.227 3 10.41 3zM13 13a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zm6-4.5a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2z"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
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 Icon36DeleteOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 36 36",
|
|
7
|
+
width: 36,
|
|
8
|
+
height: 36,
|
|
9
|
+
vkuiIconId: "delete_outline_36",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M14.074 13.292a1.25 1.25 0 0 1 1.318 1.179l.642 11.571a1.25 1.25 0 0 1-2.496.139l-.643-11.572a1.25 1.25 0 0 1 1.18-1.317Zm7.852 0a1.25 1.25 0 0 1 1.179 1.317l-.643 11.572a1.25 1.25 0 0 1-2.496-.139l.642-11.571a1.25 1.25 0 0 1 1.318-1.179M18 3.004a5.75 5.75 0 0 1 5.612 4.5H31.5a1.25 1.25 0 0 1 0 2.5h-1.344l-1.696 16.38c-.1.958-.18 1.748-.298 2.389-.105.573-.25 1.1-.509 1.592l-.117.21a5.1 5.1 0 0 1-1.86 1.805l-.335.173c-.582.274-1.191.385-1.856.437-.649.05-1.443.05-2.407.05h-6.156c-.964 0-1.758 0-2.407-.05-.582-.045-1.12-.136-1.636-.342l-.22-.095a5.1 5.1 0 0 1-1.988-1.664l-.207-.315c-.333-.55-.506-1.146-.626-1.802-.059-.32-.108-.677-.155-1.075l-.143-1.313-1.696-16.38H4.5a1.25 1.25 0 1 1 0-2.5h7.888A5.75 5.75 0 0 1 18 3.004m-7.973 23.122.138 1.276c.043.36.084.66.132.92.093.507.193.772.306.96l.106.16c.259.364.609.657 1.016.849l.165.066c.184.062.434.111.819.141.53.041 1.21.042 2.213.042h6.156c1.003 0 1.684 0 2.213-.042.514-.04.786-.114.984-.207l.171-.088a2.6 2.6 0 0 0 .95-.922l.082-.158c.081-.177.155-.42.225-.8.096-.523.166-1.2.27-2.197l1.67-16.122H8.357zM18 5.504a3.25 3.25 0 0 0-3 2h6a3.25 3.25 0 0 0-3-2",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
};
|
|
@@ -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 Icon48Forward15 = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 48 48",
|
|
7
|
+
width: 48,
|
|
8
|
+
height: 48,
|
|
9
|
+
vkuiIconId: "forward_15_48",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M23 3.664c0-.918 1.022-1.473 1.802-.98l7.657 4.849a1.158 1.158 0 0 1-.002 1.96L24.8 14.318c-.78.49-1.799-.065-1.799-.981v-3.301c-7.265.513-13 6.57-13 13.965 0 7.732 6.268 14 14 14 5.794 0 10.768-3.52 12.897-8.542l.197-.49.061-.141a1.5 1.5 0 0 1 2.79 1.06l-.046.145-.24.596C37.077 36.72 31.04 41 24 41c-9.389 0-17-7.611-17-17 0-9.053 7.077-16.452 16-16.97zm7.52 14.577q.645 0 .996.32.35.319.35.895 0 .566-.345.872-.346.306-1.001.306h-4.503l-.197 2.704h.152q.322-.43.996-.69a4 4 0 0 1 1.462-.26q1.175 0 2.072.511a3.57 3.57 0 0 1 1.396 1.434q.497.922.497 2.137 0 1.351-.6 2.375a4.1 4.1 0 0 1-1.71 1.585q-1.108.561-2.57.561-1.203 0-2.198-.397-.996-.398-1.57-1.051t-.574-1.383q0-.548.327-.928a1.08 1.08 0 0 1 .857-.379q.322 0 .588.137.264.137.515.439.467.585.969.863.503.278 1.113.278a2.1 2.1 0 0 0 1.045-.255 1.84 1.84 0 0 0 .722-.713q.26-.456.26-1.05 0-.566-.247-1.004a1.72 1.72 0 0 0-.69-.681 2.06 2.06 0 0 0-1.001-.242q-.413 0-.848.16-.436.16-.838.452-.323.255-.584.36a1.56 1.56 0 0 1-1.323-.09 1.3 1.3 0 0 1-.53-.553 1.5 1.5 0 0 1-.156-.804l.297-4.438q.098-1.47 1.776-1.471zm-10.004.058a.545.545 0 0 1 .758.502v11.482c0 .3-.245.544-.545.544H18.88a.544.544 0 0 1-.544-.544v-8.4l-2.226.878a.446.446 0 0 1-.61-.415v-1.557c0-.219.131-.416.332-.501l4.684-1.99Z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -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 Icon48Replay15 = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 48 48",
|
|
7
|
+
width: 48,
|
|
8
|
+
height: 48,
|
|
9
|
+
vkuiIconId: "replay_15_48",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M23.195 2.68c.78-.493 1.8.062 1.8.98v3.366c8.924.518 16.001 7.917 16.001 16.97 0 9.389-7.611 17-17 17-7.04 0-13.076-4.279-15.659-10.372l-.239-.596-.047-.145a1.5 1.5 0 0 1 2.79-1.06l.062.14.197.49c2.128 5.023 7.103 8.543 12.897 8.543 7.731 0 14-6.268 14-14 0-7.396-5.736-13.452-13.002-13.965v3.3c0 .917-1.019 1.473-1.798.982L15.54 9.49a1.158 1.158 0 0 1-.003-1.96zm7.403 15.557q.646 0 .996.32t.35.895q0 .566-.346.872-.345.306-1 .306h-4.504l-.197 2.703h.152q.324-.429.996-.69.673-.26 1.462-.26 1.176 0 2.073.511.898.512 1.395 1.435.498.922.498 2.137 0 1.351-.601 2.375a4.07 4.07 0 0 1-1.71 1.585q-1.107.561-2.57.561a5.9 5.9 0 0 1-2.197-.397q-.996-.398-1.57-1.051t-.575-1.384q0-.547.328-.927.328-.378.857-.379.323 0 .588.137t.515.439q.466.584.97.863.502.279 1.111.278.584 0 1.046-.256.462-.255.722-.712t.26-1.05q0-.566-.246-1.004a1.73 1.73 0 0 0-.692-.68 2.06 2.06 0 0 0-1-.243 2.5 2.5 0 0 0-.847.16q-.435.16-.84.452-.322.255-.582.36a1.56 1.56 0 0 1-1.323-.09 1.3 1.3 0 0 1-.53-.553 1.5 1.5 0 0 1-.157-.804l.296-4.44q.099-1.47 1.776-1.469zm-10.005.058a.545.545 0 0 1 .758.502v11.482c0 .3-.244.544-.545.544h-1.848a.545.545 0 0 1-.544-.544v-8.401l-2.227.878a.445.445 0 0 1-.609-.414v-1.557c0-.218.13-.416.332-.501l4.683-1.99Z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
5
|
+
export const Icon48UsersCircleFillViolet = (props)=>{
|
|
6
|
+
const reactId = React.useId();
|
|
7
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
8
|
+
viewBox: "0 0 48 48",
|
|
9
|
+
width: 48,
|
|
10
|
+
height: 48,
|
|
11
|
+
vkuiIconId: "users_circle_fill_violet_48",
|
|
12
|
+
vkuiAttrs: {
|
|
13
|
+
"fill": "none"
|
|
14
|
+
},
|
|
15
|
+
vkuiProps: props,
|
|
16
|
+
children: [
|
|
17
|
+
/*#__PURE__*/ _jsx("path", {
|
|
18
|
+
fill: `url(#users_circle_fill_violet_48${reactId}a)`,
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M24 48c13.255 0 24-10.745 24-24S37.255 0 24 0 0 10.745 0 24s10.745 24 24 24",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
}),
|
|
23
|
+
/*#__PURE__*/ _jsx("path", {
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
d: "M32.5 20c0-1.934-1.566-3.5-3.5-3.5a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5s3.5-1.566 3.5-3.5M29 25c2.47 0 7 .857 7 4.286 0 1.5-.412 1.714-1.235 1.714l-7.01.001q.244-.732.245-1.715c0-1.69-.628-3.01-1.67-3.994A12.8 12.8 0 0 1 29 25m-10 0c2.47 0 7 .857 7 4.286 0 1.5-.412 1.714-1.235 1.714h-11.53C12.412 31 12 30.786 12 29.286 12 25.857 16.53 25 19 25m0-8.5c1.934 0 3.5 1.566 3.5 3.5s-1.566 3.5-3.5 3.5a3.5 3.5 0 0 1-3.5-3.5c0-1.934 1.566-3.5 3.5-3.5"
|
|
26
|
+
}),
|
|
27
|
+
/*#__PURE__*/ _jsx("defs", {
|
|
28
|
+
children: /*#__PURE__*/ _jsxs("linearGradient", {
|
|
29
|
+
id: `users_circle_fill_violet_48${reactId}a`,
|
|
30
|
+
x1: "-24",
|
|
31
|
+
x2: "24",
|
|
32
|
+
y1: "24",
|
|
33
|
+
y2: "72",
|
|
34
|
+
gradientUnits: "userSpaceOnUse",
|
|
35
|
+
children: [
|
|
36
|
+
/*#__PURE__*/ _jsx("stop", {
|
|
37
|
+
stopColor: "#C48AFF"
|
|
38
|
+
}),
|
|
39
|
+
/*#__PURE__*/ _jsx("stop", {
|
|
40
|
+
offset: "1",
|
|
41
|
+
stopColor: "#AA65F0"
|
|
42
|
+
})
|
|
43
|
+
]
|
|
44
|
+
})
|
|
45
|
+
})
|
|
46
|
+
]
|
|
47
|
+
});
|
|
48
|
+
};
|