@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.
- package/dist/16/blogger_mark_10k_outline_16.d.ts +5 -0
- package/dist/16/blogger_mark_10k_outline_16.js +34 -0
- package/dist/16/pin_outline_16.d.ts +5 -0
- package/dist/16/pin_outline_16.js +35 -0
- package/dist/20/editor_cut_outline_20.d.ts +5 -0
- package/dist/20/editor_cut_outline_20.js +33 -0
- package/dist/20/message_text_outline_20.d.ts +5 -0
- package/dist/20/message_text_outline_20.js +35 -0
- package/dist/20/reorder_20.d.ts +5 -0
- package/dist/20/reorder_20.js +35 -0
- package/dist/20/story_add_outline_20.d.ts +5 -0
- package/dist/20/story_add_outline_20.js +35 -0
- package/dist/20/uma_outline_20.d.ts +5 -0
- package/dist/20/uma_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/message_forward_24.d.ts +5 -0
- package/dist/24/message_forward_24.js +33 -0
- package/dist/24/mute_cross_24.js +1 -2
- package/dist/24/share_alt_24.d.ts +5 -0
- package/dist/24/share_alt_24.js +33 -0
- package/dist/24/star_circle_fill_yellow_24.d.ts +5 -0
- package/dist/24/star_circle_fill_yellow_24.js +73 -0
- package/dist/24/volume_24.js +1 -1
- package/dist/28/message_text_outline_28.d.ts +5 -0
- package/dist/28/message_text_outline_28.js +35 -0
- package/dist/36/user_slash_outline_36.d.ts +5 -0
- package/dist/36/user_slash_outline_36.js +34 -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 +15 -0
- package/dist/index.js +15 -0
- package/dist/typings/16/blogger_mark_10k_outline_16.d.ts +5 -0
- package/dist/typings/16/pin_outline_16.d.ts +5 -0
- package/dist/typings/20/editor_cut_outline_20.d.ts +5 -0
- package/dist/typings/20/message_text_outline_20.d.ts +5 -0
- package/dist/typings/20/reorder_20.d.ts +5 -0
- package/dist/typings/20/story_add_outline_20.d.ts +5 -0
- package/dist/typings/20/uma_outline_20.d.ts +5 -0
- package/dist/typings/24/comment_alt_24.d.ts +5 -0
- package/dist/typings/24/message_forward_24.d.ts +5 -0
- package/dist/typings/24/share_alt_24.d.ts +5 -0
- package/dist/typings/24/star_circle_fill_yellow_24.d.ts +5 -0
- package/dist/typings/28/message_text_outline_28.d.ts +5 -0
- package/dist/typings/36/user_slash_outline_36.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 +15 -0
- package/package.json +5 -6
- package/src/svg/16/blogger_mark_10k_outline_16.svg +1 -0
- package/src/svg/16/pin_outline_16.svg +1 -0
- package/src/svg/20/editor_cut_outline_20.svg +1 -0
- package/src/svg/20/message_text_outline_20.svg +1 -0
- package/src/svg/20/reorder_20.svg +1 -0
- package/src/svg/20/story_add_outline_20.svg +1 -0
- package/src/svg/20/uma_outline_20.svg +1 -0
- package/src/svg/24/comment_alt_24.svg +1 -0
- package/src/svg/24/message_forward_24.svg +1 -0
- package/src/svg/24/mute_cross_24.svg +1 -1
- package/src/svg/24/share_alt_24.svg +1 -0
- package/src/svg/24/star_circle_fill_yellow_24.svg +15 -0
- package/src/svg/24/volume_24.svg +1 -1
- package/src/svg/28/message_text_outline_28.svg +1 -0
- package/src/svg/36/user_slash_outline_36.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,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
|
+
};
|