@vkontakte/icons 3.55.0 → 3.57.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/16/cake_outline_16.d.ts +5 -0
- package/dist/16/cake_outline_16.js +25 -0
- package/dist/16/card_sparkle_16.d.ts +5 -0
- package/dist/16/card_sparkle_16.js +23 -0
- package/dist/16/home_outline_16.d.ts +5 -0
- package/dist/16/home_outline_16.js +20 -0
- package/dist/16/stories_ideas_16.d.ts +3 -1
- package/dist/16/stories_ideas_16.js +3 -1
- package/dist/20/card_sparkle_circle_fill_20.d.ts +5 -0
- package/dist/20/card_sparkle_circle_fill_20.js +31 -0
- package/dist/20/card_sparkles_20.d.ts +5 -0
- package/dist/20/card_sparkles_20.js +23 -0
- package/dist/20/flower_outline_20.d.ts +5 -0
- package/dist/20/flower_outline_20.js +27 -0
- package/dist/20/moon_auto_outline_20.d.ts +5 -0
- package/dist/20/moon_auto_outline_20.js +23 -0
- package/dist/20/stories_ideas_20.d.ts +3 -1
- package/dist/20/stories_ideas_20.js +3 -1
- package/dist/20/stories_ideas_circle_fill_20.d.ts +3 -1
- package/dist/20/stories_ideas_circle_fill_20.js +3 -1
- package/dist/20/sun_auto_outline_20.d.ts +5 -0
- package/dist/20/sun_auto_outline_20.js +18 -0
- package/dist/24/card_sparkles_outline_24.d.ts +5 -0
- package/dist/24/card_sparkles_outline_24.js +23 -0
- package/dist/24/clock_check_alt_outline_24.d.ts +5 -0
- package/dist/24/clock_check_alt_outline_24.js +18 -0
- package/dist/24/narrative_active_outline_24.js +13 -6
- package/dist/24/narrative_outline_24.js +15 -6
- package/dist/28/card_sparkles_outline_28.d.ts +5 -0
- package/dist/28/card_sparkles_outline_28.js +23 -0
- package/dist/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
- package/dist/28/hand_wave_circle_fill_violet_28.js +48 -0
- package/dist/28/stories_ideas_outline_28.d.ts +3 -1
- package/dist/28/stories_ideas_outline_28.js +3 -1
- package/dist/36/hand_wave_sparkles_36.d.ts +5 -0
- package/dist/36/hand_wave_sparkles_36.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +13 -0
- package/dist/index.js +13 -0
- package/dist/typings/16/cake_outline_16.d.ts +5 -0
- package/dist/typings/16/card_sparkle_16.d.ts +5 -0
- package/dist/typings/16/home_outline_16.d.ts +5 -0
- package/dist/typings/16/stories_ideas_16.d.ts +3 -1
- package/dist/typings/20/card_sparkle_circle_fill_20.d.ts +5 -0
- package/dist/typings/20/card_sparkles_20.d.ts +5 -0
- package/dist/typings/20/flower_outline_20.d.ts +5 -0
- package/dist/typings/20/moon_auto_outline_20.d.ts +5 -0
- package/dist/typings/20/stories_ideas_20.d.ts +3 -1
- package/dist/typings/20/stories_ideas_circle_fill_20.d.ts +3 -1
- package/dist/typings/20/sun_auto_outline_20.d.ts +5 -0
- package/dist/typings/24/card_sparkles_outline_24.d.ts +5 -0
- package/dist/typings/24/clock_check_alt_outline_24.d.ts +5 -0
- package/dist/typings/28/card_sparkles_outline_28.d.ts +5 -0
- package/dist/typings/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
- package/dist/typings/28/stories_ideas_outline_28.d.ts +3 -1
- package/dist/typings/36/hand_wave_sparkles_36.d.ts +5 -0
- package/dist/typings/index.d.ts +13 -0
- package/package.json +4 -4
- package/src/svg/16/cake_outline_16.svg +1 -0
- package/src/svg/16/card_sparkle_16.svg +1 -0
- package/src/svg/16/home_outline_16.svg +1 -0
- package/src/svg/20/card_sparkle_circle_fill_20.svg +1 -0
- package/src/svg/20/card_sparkles_20.svg +1 -0
- package/src/svg/20/flower_outline_20.svg +1 -0
- package/src/svg/20/moon_auto_outline_20.svg +1 -0
- package/src/svg/20/sun_auto_outline_20.svg +1 -0
- package/src/svg/24/card_sparkles_outline_24.svg +1 -0
- package/src/svg/24/clock_check_alt_outline_24.svg +1 -0
- package/src/svg/24/narrative_active_outline_24.svg +1 -1
- package/src/svg/24/narrative_outline_24.svg +1 -1
- package/src/svg/28/card_sparkles_outline_28.svg +1 -0
- package/src/svg/28/hand_wave_circle_fill_violet_28.svg +1 -0
- package/src/svg/36/hand_wave_sparkles_36.svg +1 -0
|
@@ -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 Icon16CakeOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "cake_outline_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M12 5c1.13 0 1.83.46 2.206 1.044a2.2 2.2 0 0 1 .338.978q.004.047.005.08v.029c0 .784-.115 1.625-.599 2.27q-.26.342-.6.548v1.4c0 .408 0 .76-.023 1.047-.024.297-.077.592-.222.875-.215.424-.56.768-.983.984-.284.144-.579.197-.875.222-.288.023-.64.023-1.047.023H5.8c-.407 0-.759 0-1.046-.023-.297-.025-.592-.078-.875-.222a2.25 2.25 0 0 1-.984-.984 2.3 2.3 0 0 1-.222-.875c-.024-.287-.023-.639-.023-1.046v-1.4a2.2 2.2 0 0 1-.6-.55c-.484-.644-.6-1.485-.6-2.27a1 1 0 0 1 .007-.109q.008-.096.038-.247c.042-.195.126-.46.299-.73C2.17 5.459 2.87 5 4 5zM9.83 9.48c-.36.36-.941.82-1.83.82s-1.47-.46-1.83-.82c-.063-.062-.12-.125-.17-.18-.051.055-.108.118-.17.18-.34.34-.875.767-1.68.815v1.055c0 .432 0 .712.018.924.016.203.045.279.064.316a.75.75 0 0 0 .327.328c.037.019.114.047.317.064.212.017.492.018.925.018H10.2c.432 0 .712-.001.925-.018.202-.017.278-.045.315-.064a.75.75 0 0 0 .328-.328c.02-.037.047-.113.064-.316.017-.212.018-.492.018-.924v-1.056c-.805-.048-1.34-.474-1.68-.814-.063-.062-.12-.125-.17-.18-.051.055-.108.118-.17.18M4 6.5c-.67 0-.87.24-.945.355a.7.7 0 0 0-.105.311l.006.242c.029.569.154.906.294 1.092.13.172.333.3.75.3.31 0 .53-.14.77-.38a6 6 0 0 0 .183-.195c.059-.065.133-.147.204-.218.07-.07.169-.162.29-.238A1.03 1.03 0 0 1 6 7.599c.242 0 .433.092.555.17.12.076.218.168.288.238.071.071.145.153.204.218.064.07.122.134.183.195.24.24.46.38.77.38s.53-.14.77-.38a6 6 0 0 0 .183-.195c.059-.065.133-.147.204-.218.07-.07.169-.162.29-.238a1.03 1.03 0 0 1 .553-.17c.242 0 .433.092.555.17.12.076.218.168.288.238.071.071.145.153.204.218.064.07.122.134.183.195.24.24.46.38.77.38.417 0 .62-.128.75-.3.16-.212.298-.62.299-1.344l-.01-.067a.7.7 0 0 0-.095-.234C12.87 6.74 12.67 6.5 12 6.5z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ _jsx("path", {
|
|
21
|
+
d: "M4.825 1.058c.028-.077.14-.077.169 0 .425 1.15.825 1.373.825 2.033a.91.91 0 0 1-1.82 0c0-.66.401-.883.826-2.033m3.091 0c.028-.077.14-.077.169 0 .425 1.15.825 1.373.825 2.033a.91.91 0 0 1-1.82 0c0-.66.4-.883.826-2.033m3.09 0c.028-.077.14-.077.169 0 .425 1.15.824 1.373.824 2.033a.91.91 0 0 1-1.819 0c0-.66.4-.883.826-2.033"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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 Icon16CardSparkle = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "card_sparkle_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M4.122 3.955a3 3 0 0 1 3.476-2.434l3.482.614a3 3 0 0 1 2.433 3.475l-1.1 6.245a3 3 0 0 1-3.476 2.434l-1.933-.346a.2.2 0 0 1-.155-.26l.338-1.033a.73.73 0 0 1 .464-.464l1.018-.34c1.774-.591 1.774-3.101 0-3.693l-1.018-.34a.73.73 0 0 1-.464-.464l-.34-1.018c-.386-1.159-1.59-1.56-2.545-1.206-.167.061-.373-.077-.342-.252z"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
d: "M4.576 6.805a.447.447 0 0 1 .848 0l.34 1.02c.222.666.745 1.19 1.412 1.412l1.019.34a.447.447 0 0 1 0 .847l-1.02.34a2.23 2.23 0 0 0-1.412 1.412l-.34 1.019a.447.447 0 0 1-.847 0l-.34-1.02a2.23 2.23 0 0 0-1.412-1.412l-1.019-.34a.447.447 0 0 1 0-.847l1.02-.34a2.23 2.23 0 0 0 1.412-1.412z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
};
|
|
@@ -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 Icon16HomeOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "home_outline_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M7.488 1.57a2 2 0 0 1 1.025 0c.38.101.727.364 1.419.888l3.299 2.497c.465.352.697.529.865.751.148.197.26.42.327.657.076.268.075.56.075 1.144v3.99l-.004.556a3 3 0 0 1-.027.35l-.04.197a2.5 2.5 0 0 1-2.03 1.874l-.16.018c-.171.013-.393.014-.746.014l-.446-.004-.153-.007-.127-.015a2 2 0 0 1-1.624-1.499l-.032-.157a2 2 0 0 1-.023-.28l-.003-.445v-1.972a1.084 1.084 0 1 0-2.166 0v1.972l-.004.445a2 2 0 0 1-.021.28l-.032.157a2 2 0 0 1-1.624 1.5l-.127.014c-.138.01-.315.01-.599.01l-.557-.003a4 4 0 0 1-.191-.01l-.158-.018A2.5 2.5 0 0 1 1.573 12.6l-.04-.198a3 3 0 0 1-.028-.35l-.004-.556v-3.99c0-.437 0-.711.032-.934l.044-.21q.077-.268.223-.505l.105-.152c.125-.167.288-.307.557-.516l.308-.235 3.299-2.497c.605-.458.945-.717 1.276-.842zm.64 1.45a.5.5 0 0 0-.257 0c-.016.007-.063.03-.158.092-.165.108-.377.267-.74.541L3.676 6.151c-.245.186-.382.29-.482.374a1 1 0 0 0-.091.084.5.5 0 0 0-.082.164c-.002.01-.007.045-.011.123-.007.13-.008.304-.008.61v3.991c0 .53.005.619.013.668.069.425.403.76.828.828.05.008.137.013.668.013a16 16 0 0 0 .486-.007.5.5 0 0 0 .414-.414q.002-.013.004-.083c.003-.089.003-.206.003-.403v-1.972A2.584 2.584 0 0 1 8 7.543l.264.014a2.584 2.584 0 0 1 2.32 2.57v1.972c0 .197 0 .314.002.403.002.082.005.096.003.083.035.212.202.38.414.414-.013-.002.001.002.084.004.089.002.207.003.404.003.528 0 .617-.005.667-.013.425-.069.759-.403.828-.828.007-.05.012-.138.012-.668v-3.99c0-.307 0-.48-.006-.61a1 1 0 0 0-.012-.124.5.5 0 0 0-.082-.164 1 1 0 0 0-.091-.084c-.1-.084-.238-.189-.482-.374L9.027 3.653a15 15 0 0 0-.74-.54 1 1 0 0 0-.159-.093",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon16StoriesIdeasProps = SvgIconProps;
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon16CardSparkle
|
|
6
|
+
*/ export declare const Icon16StoriesIdeas: React.FC<Icon16StoriesIdeasProps> & {
|
|
5
7
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon16CardSparkle
|
|
6
|
+
*/ export const Icon16StoriesIdeas = (props)=>{
|
|
5
7
|
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
8
|
viewBox: "0 0 16 16",
|
|
7
9
|
width: 16,
|
|
@@ -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 Icon20CardSparkleCircleFill = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 20 20",
|
|
7
|
+
width: 20,
|
|
8
|
+
height: 20,
|
|
9
|
+
vkuiIconId: "card_sparkle_circle_fill_20",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "none"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("rect", {
|
|
16
|
+
width: "20",
|
|
17
|
+
height: "20",
|
|
18
|
+
fill: "#2688eb",
|
|
19
|
+
rx: "10"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ _jsx("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "M6.122 5.955A3 3 0 0 1 9.598 3.52l3.482.614a3 3 0 0 1 2.433 3.475l-1.1 6.245a3 3 0 0 1-3.476 2.434l-1.933-.346a.2.2 0 0 1-.155-.26l.338-1.033a.74.74 0 0 1 .464-.464l1.018-.34c1.774-.591 1.774-3.101 0-3.693l-1.018-.34a.73.73 0 0 1-.464-.464l-.34-1.018c-.386-1.159-1.59-1.56-2.545-1.207-.167.062-.373-.076-.342-.251z"
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ _jsx("path", {
|
|
26
|
+
fill: "#fff",
|
|
27
|
+
d: "M6.576 8.805a.447.447 0 0 1 .848 0l.34 1.02c.222.666.745 1.19 1.412 1.412l1.019.34a.447.447 0 0 1 0 .847l-1.02.34a2.23 2.23 0 0 0-1.412 1.412l-.34 1.019a.447.447 0 0 1-.847 0l-.34-1.02a2.23 2.23 0 0 0-1.412-1.412l-1.019-.34a.447.447 0 0 1 0-.847l1.02-.34a2.23 2.23 0 0 0 1.412-1.412z"
|
|
28
|
+
})
|
|
29
|
+
]
|
|
30
|
+
});
|
|
31
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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 Icon20CardSparkles = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 20 20",
|
|
7
|
+
width: 20,
|
|
8
|
+
height: 20,
|
|
9
|
+
vkuiIconId: "card_sparkles_20",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M7.286 8.09a.62.62 0 0 1 1.18 0l.474 1.432a3.13 3.13 0 0 0 1.967 1.985l1.42.478c.566.19.566 1 0 1.191l-1.42.477A3.13 3.13 0 0 0 8.94 15.64l-.473 1.432a.62.62 0 0 1-1.181 0l-.473-1.432a3.13 3.13 0 0 0-1.968-1.986l-1.419-.477c-.567-.19-.567-1 0-1.191l1.42-.478a3.13 3.13 0 0 0 1.967-1.985z"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
d: "M7.846 4.014a2.417 2.417 0 0 1 2.797-1.976l5.361.953a2.435 2.435 0 0 1 1.959 2.823l-1.596 9.131a2.417 2.417 0 0 1-2.797 1.978l-2.495-.445a.222.222 0 0 1-.169-.289 1.28 1.28 0 0 1 .803-.81l1.406-.474c2.213-.745 2.213-3.903 0-4.647l-1.406-.475a1.28 1.28 0 0 1-.803-.81l-.47-1.419-.076-.203c-.453-1.072-1.494-1.559-2.48-1.459-.177.018-.34-.134-.309-.312zm-4.086.688a.255.255 0 0 1 .484 0l.194.587c.127.385.427.687.808.815l.583.196a.26.26 0 0 1 0 .49l-.583.196c-.381.128-.681.43-.808.815l-.194.587a.255.255 0 0 1-.484 0l-.195-.587a1.28 1.28 0 0 0-.807-.815l-.584-.196c-.232-.079-.232-.411 0-.49l.584-.196c.38-.128.68-.43.807-.815z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
};
|
|
@@ -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 Icon20FlowerOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 20 20",
|
|
7
|
+
width: 20,
|
|
8
|
+
height: 20,
|
|
9
|
+
vkuiIconId: "flower_outline_20",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M9.998 6.75a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 1.5a2 2 0 1 0 0 4.001 2 2 0 0 0 0-4.001",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ _jsx("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
d: "M10.205 1.505A4 4 0 0 1 13.97 5.02a4 4 0 0 1 4.583 2.682 3.99 3.99 0 0 1-2.126 4.857 3.99 3.99 0 0 1-1.141 5.177l-.157.109a4.006 4.006 0 0 1-5.13-.626 4.01 4.01 0 0 1-5.128.626l-.157-.109a3.99 3.99 0 0 1-1.142-5.177 3.99 3.99 0 0 1-2.18-4.674l.054-.183A4 4 0 0 1 6.027 5.02 4 4 0 0 1 10 1.5zM9.986 3a2.5 2.5 0 0 0-2.469 2.196 1.5 1.5 0 0 1-1.782 1.295 2.5 2.5 0 0 0-2.778 1.455l-.084.221a2.49 2.49 0 0 0 1.326 3.03 1.5 1.5 0 0 1 .682 2.097 2.49 2.49 0 0 0 .713 3.229 2.505 2.505 0 0 0 3.304-.322l.112-.108a1.5 1.5 0 0 1 2.09.108 2.506 2.506 0 0 0 3.305.322 2.49 2.49 0 0 0 .713-3.23 1.5 1.5 0 0 1 .681-2.096 2.49 2.49 0 0 0 1.328-3.03 2.5 2.5 0 0 0-2.864-1.676 1.5 1.5 0 0 1-1.782-1.295 2.5 2.5 0 0 0-2.338-2.192z",
|
|
23
|
+
clipRule: "evenodd"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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 Icon20MoonAutoOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 20 20",
|
|
7
|
+
width: 20,
|
|
8
|
+
height: 20,
|
|
9
|
+
vkuiIconId: "moon_auto_outline_20",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M16.238 11.503c.597 0 .95.263 1.167.86l2.001 5.436c.061.154.094.319.096.485 0 .42-.319.719-.763.719-.43 0-.657-.2-.793-.674l-.385-1.154H14.93l-.385 1.14c-.142.485-.369.687-.772.687-.475 0-.774-.279-.774-.719a1.6 1.6 0 0 1 .102-.485l1.99-5.43c.212-.592.571-.865 1.147-.865M9.895 1.5a.75.75 0 0 1 .494 1.322 5.798 5.798 0 0 0 2.223 10.015.75.75 0 0 1-.393 1.447 7.3 7.3 0 0 1-5.38-7.04 7.26 7.26 0 0 1 1.167-3.955 7 7 0 0 0 2.785 13.667.75.75 0 0 1 .168 1.49A8.5 8.5 0 1 1 9.895 1.5m5.368 14.492h1.946l-.966-2.991h-.035z"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
d: "M16.238 11.503c.597 0 .95.263 1.167.86l2.001 5.436c.06.154.094.319.096.485 0 .42-.319.719-.763.719-.43 0-.657-.2-.793-.674l-.385-1.154H14.93l-.385 1.14c-.142.484-.369.687-.772.687-.475 0-.774-.279-.774-.719a1.6 1.6 0 0 1 .102-.485l1.99-5.43c.212-.592.571-.865 1.147-.865M9.895 1.5a.75.75 0 0 1 .494 1.322 5.798 5.798 0 0 0 2.223 10.015.75.75 0 0 1-.393 1.447A7.298 7.298 0 0 1 8.006 3.289a7 7 0 0 0 2.785 13.667.75.75 0 0 1 .168 1.49A8.5 8.5 0 1 1 9.895 1.5m5.368 14.492h1.946L16.243 13h-.035z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon20StoriesIdeasProps = SvgIconProps;
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon20CardSparkles
|
|
6
|
+
*/ export declare const Icon20StoriesIdeas: React.FC<Icon20StoriesIdeasProps> & {
|
|
5
7
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon20CardSparkles
|
|
6
|
+
*/ export const Icon20StoriesIdeas = (props)=>{
|
|
5
7
|
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
8
|
viewBox: "0 0 20 20",
|
|
7
9
|
width: 20,
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon20StoriesIdeasCircleFillProps = SvgIconProps;
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon20CardSparkleCircleFill
|
|
6
|
+
*/ export declare const Icon20StoriesIdeasCircleFill: React.FC<Icon20StoriesIdeasCircleFillProps> & {
|
|
5
7
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon20CardSparkleCircleFill
|
|
6
|
+
*/ export const Icon20StoriesIdeasCircleFill = (props)=>{
|
|
5
7
|
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
8
|
viewBox: "0 0 20 20",
|
|
7
9
|
width: 20,
|
|
@@ -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 Icon20SunAutoOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 20 20",
|
|
7
|
+
width: 20,
|
|
8
|
+
height: 20,
|
|
9
|
+
vkuiIconId: "sun_auto_outline_20",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M9.998 15.67a.75.75 0 0 1 .75.75v1.833a.75.75 0 0 1-1.5 0V16.42a.75.75 0 0 1 .75-.75m6.24-4.167c.597 0 .95.263 1.167.86l2.001 5.435c.061.154.093.32.096.485 0 .42-.319.72-.763.72-.43 0-.657-.199-.793-.674l-.385-1.154H14.93l-.385 1.14c-.142.485-.369.687-.772.687-.475 0-.774-.279-.774-.719q.012-.25.102-.485l1.99-5.43c.212-.592.571-.865 1.147-.865m-.975 4.49h1.946L16.243 13h-.035zM4.225 12.591a.75.75 0 1 1 .717 1.316l-1.833 1a.75.75 0 0 1-.718-1.316zM10 6c1.105 0 2.104.448 2.828 1.172A4 4 0 0 1 14 10a4 4 0 0 1-1.172 2.828A4 4 0 0 1 10 14a4 4 0 0 1-2.828-1.172A4 4 0 0 1 6 10c0-1.105.448-2.104 1.172-2.828A4 4 0 0 1 10 6m0 1.5a2.5 2.5 0 0 0-1.768.732A2.5 2.5 0 0 0 7.5 10c0 .69.278 1.313.732 1.768A2.5 2.5 0 0 0 10 12.5c.69 0 1.313-.278 1.768-.732A2.5 2.5 0 0 0 12.5 10a2.5 2.5 0 0 0-.732-1.768A2.5 2.5 0 0 0 10 7.5M2.092 5.39a.75.75 0 0 1 1.017-.298l1.833 1a.75.75 0 1 1-.717 1.316l-1.834-1a.75.75 0 0 1-.3-1.017m14.799-.298a.75.75 0 0 1 .718 1.316l-1.834 1a.75.75 0 1 1-.717-1.316zM10.002 1a.75.75 0 0 1 .75.75v1.833a.75.75 0 0 1-1.5 0V1.75a.75.75 0 0 1 .75-.75"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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 Icon24CardSparklesOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "card_sparkles_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M10.43 2.32c.728-.35 1.49-.374 2.32-.257.81.115 1.798.381 3.01.706 1.21.324 2.197.587 2.955.892.776.313 1.425.715 1.88 1.381q.162.24.29.504c.349.726.37 1.488.252 2.317-.115.809-.381 1.796-.707 3.006l-1.906 7.082c-.171.637-.287 1.085-.47 1.452a3.91 3.91 0 0 1-3.745 2.16c-.41-.026-.855-.15-1.493-.32a.9.9 0 0 1 .468-1.738c.721.192.956.25 1.141.263a2.1 2.1 0 0 0 2.017-1.163c.083-.167.15-.4.344-1.12l1.905-7.082c.337-1.254.568-2.116.664-2.79.093-.654.04-1.01-.094-1.287a2 2 0 0 0-.156-.27c-.172-.254-.454-.478-1.065-.725-.632-.255-1.494-.487-2.748-.823-1.256-.337-2.12-.567-2.794-.662-.654-.093-1.01-.038-1.287.095a2 2 0 0 0-.272.157c-.254.173-.479.454-.726 1.067-.255.632-.487 1.495-.824 2.751l-.55 2.05a.9.9 0 1 1-1.74-.464l.55-2.05c.325-1.212.589-2.2.895-2.959.313-.778.714-1.426 1.381-1.88q.242-.167.505-.294"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
d: "M9.072 12.703c.075-.27.58-.27.656 0l.056.198a14 14 0 0 0 .18.57c.256.747.6 1.502 1.032 1.934.432.433 1.186.775 1.932 1.03q.07.025.14.047.22.072.432.134.1.03.197.056c.27.075.27.58 0 .656a15 15 0 0 0-.769.236c-.746.256-1.5.6-1.932 1.032-.433.432-.776 1.186-1.032 1.932a12 12 0 0 0-.236.769c-.075.27-.58.27-.656 0a15 15 0 0 0-.19-.628l-.046-.14c-.256-.747-.599-1.5-1.03-1.933-.433-.433-1.188-.776-1.934-1.032l-.14-.046q-.22-.072-.43-.134-.101-.03-.199-.056c-.27-.075-.27-.58 0-.656l.198-.056a14 14 0 0 0 .57-.18c.747-.256 1.502-.598 1.934-1.03.433-.433.775-1.188 1.03-1.934q.025-.07.047-.141.072-.219.134-.43.03-.1.056-.198m-4.475-2.485a.32.32 0 0 1 .606 0l.242.728c.159.476.533.85 1.009 1.01l.728.241a.32.32 0 0 1 0 .606l-.728.242c-.476.159-.85.533-1.01 1.009l-.241.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-.242c.476-.159.85-.533 1.01-1.009z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
};
|
|
@@ -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 Icon24ClockCheckAltOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "clock_check_alt_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M10.049 2.192a10 10 0 0 1 10.265 4.252A10 10 0 0 1 22 12a1 1 0 0 1-2 0 8 8 0 1 0-8 8 1 1 0 0 1 0 2 10 10 0 0 1-1.951-19.808m10.606 13.062a1.003 1.003 0 0 1 .71 1.71l-3.997 3.994a1 1 0 0 1-1.418 0l-1.998-1.996a1.003 1.003 0 1 1 1.418-1.418l1.29 1.298 3.286-3.295c.188-.188.443-.293.71-.293M12.224 7c.264 0 .518.095.706.264a.86.86 0 0 1 .293.635v4.498a.8.8 0 0 1-.075.345.9.9 0 0 1-.215.293l-2.997 2.698a1 1 0 0 1-.325.198 1.1 1.1 0 0 1-.768 0 1 1 0 0 1-.325-.198.9.9 0 0 1-.218-.292.82.82 0 0 1 0-.692.9.9 0 0 1 .218-.292l2.707-2.429V7.9c0-.238.105-.467.293-.635.187-.169.44-.264.706-.264"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
4
|
export const Icon24NarrativeActiveOutline = (props)=>{
|
|
5
|
-
return /*#__PURE__*/
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
6
|
viewBox: "0 0 24 24",
|
|
7
7
|
width: 24,
|
|
8
8
|
height: 24,
|
|
9
9
|
vkuiIconId: "narrative_active_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
10
13
|
vkuiProps: props,
|
|
11
|
-
children:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M17.827 11.9c1.87 0 3.372 1.527 3.372 3.394l-.009.329c-.041.746-.238 1.353-.709 1.997-.533.729-1.416 1.505-2.806 2.596l-1.29 1.01a1.27 1.27 0 0 1-1.568 0l-1.289-1.01c-1.39-1.091-2.274-1.867-2.806-2.596-.471-.644-.668-1.25-.71-1.997l-.008-.33c0-1.862 1.497-3.385 3.36-3.393l.027.001.187.005.027.001c.706.04 1.362.262 1.95.66l.017.01.03.022.029-.021.017-.012.248-.155a3.8 3.8 0 0 1 1.636-.5z"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
d: "M11.255 2.063c.83-.117 1.594-.094 2.321.256q.26.126.5.288c.667.454 1.07 1.103 1.384 1.88.307.758.57 1.747.896 2.958l.536 1.99a.9.9 0 0 1-1.739.467l-.535-1.99c-.338-1.254-.571-2.117-.827-2.75-.248-.611-.473-.894-.728-1.066a2 2 0 0 0-.27-.156c-.276-.133-.633-.187-1.286-.094-.675.095-1.54.324-2.795.66-1.256.337-2.119.57-2.751.825-.612.247-.893.472-1.065.725q-.088.13-.156.269c-.133.276-.186.633-.094 1.286.096.675.327 1.538.665 2.793l1.322 4.914c.374 1.39.633 2.345.923 3.036.279.667.537.963.837 1.136.336.194.781.265 1.685.113a.901.901 0 0 1 .298 1.776c-1.056.177-2.007.175-2.882-.33-.777-.448-1.241-1.146-1.598-2-.348-.828-.64-1.922-1.001-3.263l-1.322-4.914c-.326-1.211-.594-2.199-.709-3.008-.118-.83-.095-1.593.255-2.32a4 4 0 0 1 .288-.5c.454-.667 1.103-1.068 1.881-1.382.758-.306 1.747-.569 2.958-.894 1.211-.324 2.2-.59 3.009-.705"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
15
22
|
});
|
|
16
23
|
};
|
|
@@ -1,16 +1,25 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
4
|
export const Icon24NarrativeOutline = (props)=>{
|
|
5
|
-
return /*#__PURE__*/
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
6
|
viewBox: "0 0 24 24",
|
|
7
7
|
width: 24,
|
|
8
8
|
height: 24,
|
|
9
9
|
vkuiIconId: "narrative_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
10
13
|
vkuiProps: props,
|
|
11
|
-
children:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M17.826 11.9c1.87 0 3.373 1.528 3.373 3.395 0 .903-.18 1.589-.718 2.325-.533.729-1.416 1.505-2.806 2.595l-1.29 1.012a1.27 1.27 0 0 1-1.568 0l-1.289-1.012c-1.39-1.09-2.273-1.866-2.806-2.595-.538-.736-.718-1.422-.718-2.325 0-1.863 1.496-3.388 3.36-3.395l.027.001.187.005.027.001a3.8 3.8 0 0 1 1.95.66l.016.01.03.022.03-.021.018-.01a3.83 3.83 0 0 1 2.177-.668m-4.456 1.8a1.583 1.583 0 0 0-1.565 1.595c0 .59.094.886.37 1.263.366.502 1.058 1.138 2.465 2.241l.962.755.962-.755c1.406-1.103 2.098-1.74 2.464-2.24.276-.378.37-.675.37-1.264 0-.888-.711-1.594-1.572-1.594a2.03 2.03 0 0 0-1.17.357l-.535.378a.9.9 0 0 1-1.039 0l-.55-.388a2 2 0 0 0-1.022-.344z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ _jsx("path", {
|
|
21
|
+
d: "M11.255 2.063c.83-.117 1.594-.095 2.321.256q.26.126.5.288c.667.454 1.07 1.102 1.384 1.88.307.758.57 1.747.896 2.958l.536 1.99a.9.9 0 0 1-1.739.467l-.535-1.99c-.338-1.254-.571-2.117-.827-2.75-.248-.611-.473-.894-.728-1.067a2 2 0 0 0-.269-.155c-.277-.133-.634-.187-1.287-.095-.675.096-1.54.325-2.795.662-1.256.336-2.119.569-2.751.824-.612.247-.893.472-1.065.725q-.088.13-.156.269c-.133.276-.186.632-.093 1.286.095.675.326 1.538.664 2.793l1.322 4.914c.374 1.39.633 2.345.923 3.036.28.668.537.963.837 1.136.336.194.781.265 1.685.113a.901.901 0 0 1 .298 1.776c-1.056.177-2.007.175-2.882-.33-.777-.448-1.241-1.146-1.598-2-.348-.829-.64-1.922-1.001-3.263l-1.322-4.914c-.326-1.211-.594-2.199-.709-3.008-.118-.83-.095-1.593.255-2.32q.126-.26.288-.5c.454-.667 1.103-1.068 1.881-1.382.758-.306 1.747-.57 2.958-.894s2.2-.59 3.009-.705"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
15
24
|
});
|
|
16
25
|
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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 Icon28CardSparklesOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 28 28",
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
vkuiIconId: "card_sparkles_outline_28",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M15.037 2.095c-.554-.101-1.08-.14-1.612-.027a4 4 0 0 0-2.142 1.236c-.364.405-.593.88-.783 1.41-.186.52-.36 1.175-.573 1.97l-.669 2.499a1 1 0 1 0 1.932.518l.668-2.5c.222-.827.374-1.389.526-1.814.148-.414.268-.614.386-.744a2 2 0 0 1 1.071-.618c.172-.037.405-.042.838.037.444.08 1.007.231 1.834.453l3.284.88c.827.221 1.39.373 1.814.525.415.148.615.269.746.386.313.283.53.658.618 1.071.036.172.04.406-.038.838-.081.444-.23 1.007-.453 1.834l-2.692 10.046c-.222.827-.372 1.39-.524 1.815-.148.414-.27.614-.387.745-.283.313-.657.53-1.07.618-.337.071-.787.008-2.092-.337a1 1 0 0 0-.51 1.933c1.183.313 2.126.55 3.018.36a4 4 0 0 0 2.14-1.236c.365-.405.594-.879.784-1.41.185-.52.36-1.175.573-1.97l2.692-10.046c.213-.796.39-1.45.488-1.993.102-.555.14-1.08.027-1.613a4 4 0 0 0-1.236-2.141c-.404-.365-.879-.594-1.41-.784-.52-.185-1.175-.36-1.97-.573l-3.285-.88c-.795-.213-1.45-.389-1.993-.488"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
d: "M11.316 13.19a.707.707 0 0 0-1.35 0l-.54 1.655a3.59 3.59 0 0 1-2.247 2.292l-1.622.552c-.648.22-.648 1.154 0 1.375l1.622.552a3.59 3.59 0 0 1 2.248 2.292l.54 1.654a.707.707 0 0 0 1.349 0l.54-1.654a3.59 3.59 0 0 1 2.249-2.292l1.622-.552c.647-.22.647-1.155 0-1.375l-1.622-.552a3.59 3.59 0 0 1-2.248-2.292zm-5.31-3.106a.342.342 0 0 0-.648 0l-.26.78c-.17.51-.572.911-1.082 1.082l-.78.26a.342.342 0 0 0 0 .648l.78.26c.51.17.912.571 1.082 1.082l.26.78a.342.342 0 0 0 .648 0l.26-.78a1.71 1.71 0 0 1 1.082-1.081l.78-.261a.342.342 0 0 0 0-.649l-.78-.26a1.71 1.71 0 0 1-1.082-1.08z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
};
|
|
@@ -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 Icon28HandWaveCircleFillViolet = (props)=>{
|
|
6
|
+
const reactId = React.useId();
|
|
7
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
8
|
+
viewBox: "0 0 28 28",
|
|
9
|
+
width: 28,
|
|
10
|
+
height: 28,
|
|
11
|
+
vkuiIconId: "hand_wave_circle_fill_violet_28",
|
|
12
|
+
vkuiAttrs: {
|
|
13
|
+
"fill": "none"
|
|
14
|
+
},
|
|
15
|
+
vkuiProps: props,
|
|
16
|
+
children: [
|
|
17
|
+
/*#__PURE__*/ _jsx("rect", {
|
|
18
|
+
width: "28",
|
|
19
|
+
height: "28",
|
|
20
|
+
fill: `url(#hand_wave_circle_fill_violet_28${reactId}a)`,
|
|
21
|
+
rx: "14"
|
|
22
|
+
}),
|
|
23
|
+
/*#__PURE__*/ _jsx("path", {
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
d: "M18.868 6.141c.416.27.529.837.251 1.266-.277.43-3.558 5.273-3.883 5.845-.324.572.087 1.361.892.688.804-.673 3.384-3.988 3.73-4.363a.9.9 0 0 1 1.28-.063c.363.34.376.92.03 1.296-.345.375-3.429 3.552-3.824 4.07-.395.517.268 1.029.799.616a82 82 0 0 0 2.363-1.944.895.895 0 0 1 1.278.07.93.93 0 0 1-.103 1.296c-.38.339-1.418 1.127-2.297 1.886-.878.758-3.096 2.87-3.096 2.87-2.08 2.133-4.358 3.179-6.559 1.48l-1.139-.88c-.935-.722-1.543-2.127-1.577-3.47-.033-1.342.009-6.018 0-6.626a1.13 1.13 0 0 1 1.072-1.146 1.06 1.06 0 0 1 1.102 1.056c.009.608-.043 3.534-.043 3.534 1.387-.782 1.8-1.594 2.415-3.163l1.806-3.839a.925.925 0 0 1 1.183-.532c.463.18.684.711.495 1.185-.19.473-1.81 3.608-1.99 4.293-.178.685.384 1.323.877.677 0 0 3.403-5.385 3.68-5.814a.91.91 0 0 1 1.258-.288"
|
|
26
|
+
}),
|
|
27
|
+
/*#__PURE__*/ _jsx("defs", {
|
|
28
|
+
children: /*#__PURE__*/ _jsxs("linearGradient", {
|
|
29
|
+
id: `hand_wave_circle_fill_violet_28${reactId}a`,
|
|
30
|
+
x1: "-14",
|
|
31
|
+
x2: "14",
|
|
32
|
+
y1: "14",
|
|
33
|
+
y2: "42",
|
|
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
|
+
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon28StoriesIdeasOutlineProps = SvgIconProps;
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon28CardSparklesOutline
|
|
6
|
+
*/ export declare const Icon28StoriesIdeasOutline: React.FC<Icon28StoriesIdeasOutlineProps> & {
|
|
5
7
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon28CardSparklesOutline
|
|
6
|
+
*/ export const Icon28StoriesIdeasOutline = (props)=>{
|
|
5
7
|
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
8
|
viewBox: "0 0 28 28",
|
|
7
9
|
width: 28,
|
|
@@ -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 Icon36HandWaveSparkles = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 36 36",
|
|
7
|
+
width: 36,
|
|
8
|
+
height: 36,
|
|
9
|
+
vkuiIconId: "hand_wave_sparkles_36",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M30.045 26.393a.574.574 0 0 0-1.09 0l-.436 1.31a2.87 2.87 0 0 1-1.816 1.816l-1.31.436a.574.574 0 0 0 0 1.09l1.31.436a2.87 2.87 0 0 1 1.816 1.816l.436 1.31a.574.574 0 0 0 1.09 0l.436-1.31a2.87 2.87 0 0 1 1.816-1.815l1.31-.437a.574.574 0 0 0 0-1.09l-1.31-.436a2.87 2.87 0 0 1-1.816-1.816zM26.566 5.247c-.722-.473-1.698-.246-2.18.504L18 15.926c-.855 1.129-1.83.013-1.52-1.185l3.45-7.513c.329-.83-.055-1.758-.858-2.074s-1.723.102-2.052.931l-3.134 6.719c-.293.753-4.113 8.472-4.114 4.645v-5.295c-.015-1.063-.871-1.89-1.913-1.847-1.041.043-1.874.94-1.859 2.005v11.596c.058 2.35 1.114 4.807 2.736 6.072l1.976 1.539c3.818 2.973 7.77 1.142 11.379-2.59l5.37-5.023 3.986-3.3c.66-.592.74-1.607.178-2.267s-1.556-.715-2.217-.123l-4.1 3.402c-.92.722-2.07-.173-1.386-1.079l6.635-7.122c.6-.657.576-1.672-.051-2.269-.628-.595-1.623-.545-2.223.112l-6.47 7.635c-1.396 1.177-2.11-.204-1.546-1.205l6.735-10.227c.481-.75.287-1.743-.436-2.216M10.363 2.262a.383.383 0 0 0-.726 0l-.291.874a1.91 1.91 0 0 1-1.21 1.21l-.874.29a.383.383 0 0 0 0 .727l.874.291c.57.19 1.02.64 1.21 1.21l.29.874c.117.35.611.35.727 0l.291-.874c.19-.57.64-1.02 1.21-1.21l.874-.29a.383.383 0 0 0 0-.727l-.874-.291a1.91 1.91 0 0 1-1.21-1.21z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|