@vkontakte/icons 3.2.0 → 3.4.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/20/story_add_outline_20.d.ts +5 -0
- package/dist/20/story_add_outline_20.js +35 -0
- package/dist/24/comment_alt_24.d.ts +5 -0
- package/dist/24/comment_alt_24.js +35 -0
- package/dist/24/share_alt_24.d.ts +5 -0
- package/dist/24/share_alt_24.js +33 -0
- package/dist/56/pin_dot_outline_56.d.ts +5 -0
- package/dist/56/pin_dot_outline_56.js +38 -0
- package/dist/56/pin_outline_56.d.ts +5 -0
- package/dist/56/pin_outline_56.js +35 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/typings/20/story_add_outline_20.d.ts +5 -0
- package/dist/typings/24/comment_alt_24.d.ts +5 -0
- package/dist/typings/24/share_alt_24.d.ts +5 -0
- package/dist/typings/56/pin_dot_outline_56.d.ts +5 -0
- package/dist/typings/56/pin_outline_56.d.ts +5 -0
- package/dist/typings/index.d.ts +5 -0
- package/package.json +3 -3
- package/src/svg/20/story_add_outline_20.svg +1 -0
- package/src/svg/24/comment_alt_24.svg +1 -0
- package/src/svg/24/share_alt_24.svg +1 -0
- package/src/svg/56/pin_dot_outline_56.svg +1 -0
- package/src/svg/56/pin_outline_56.svg +1 -0
|
@@ -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,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,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,38 @@
|
|
|
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 Icon56PinDotOutline = (_param)=>{
|
|
8
|
+
var { width = 56, height = 56, viewBox = '0 0 56 56', 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_dot_outline_56",
|
|
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: "M23.5 12.999a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"
|
|
30
|
+
}),
|
|
31
|
+
/*#__PURE__*/ _jsx("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "m31.899 10.954.807-3.393c.363-1.522 2.254-2.057 3.36-.95L49.39 19.932c1.107 1.107.572 2.998-.95 3.36l-3.393.808a2 2 0 0 0-.95.531l-6.156 6.156a2 2 0 0 0-.578 1.241l-.887 10.193c-.184 2.116-2.756 3.053-4.258 1.551l-8.934-8.934-11.63 11.63a1.5 1.5 0 1 1-2.122-2.122l11.63-11.63-8.934-8.934c-1.502-1.502-.565-4.074 1.551-4.258l10.193-.887a2 2 0 0 0 1.24-.578l6.157-6.155a2 2 0 0 0 .53-.951Zm3.311-.957-.393 1.651a5 5 0 0 1-1.328 2.378l-6.156 6.155a5 5 0 0 1-3.102 1.446l-9.124.794 18.472 18.472.794-9.124a5 5 0 0 1 1.445-3.102l6.156-6.156a5 5 0 0 1 2.378-1.328l1.65-.394z",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
@@ -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 Icon56PinOutline = (_param)=>{
|
|
8
|
+
var { width = 56, height = 56, viewBox = '0 0 56 56', 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_56",
|
|
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: "m21.161 32.714-8.934-8.934c-1.502-1.502-.565-4.075 1.551-4.259l10.193-.886a2 2 0 0 0 1.24-.578l6.157-6.156a2 2 0 0 0 .53-.95l.808-3.393c.363-1.522 2.254-2.057 3.36-.95L49.39 19.93c1.107 1.107.572 2.998-.95 3.36l-3.393.808a2 2 0 0 0-.95.531l-6.156 6.156a2 2 0 0 0-.578 1.24l-.887 10.194c-.184 2.116-2.756 3.053-4.258 1.55l-8.934-8.933-11.63 11.63a1.5 1.5 0 0 1-2.122-2.122zm13.656-21.069.393-1.651 10.793 10.792-1.651.393a5 5 0 0 0-2.378 1.329l-6.156 6.155a5 5 0 0 0-1.445 3.103l-.794 9.124-18.472-18.473 9.124-.793a5 5 0 0 0 3.102-1.446l6.156-6.155a5 5 0 0 0 1.328-2.378",
|
|
31
|
+
clipRule: "evenodd"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
}));
|
|
35
|
+
};
|