@vkontakte/icons 3.1.0 → 3.2.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/message_forward_outline_16.d.ts +5 -0
- package/dist/16/message_forward_outline_16.js +38 -0
- package/dist/16/smile_add_outline_16.d.ts +5 -0
- package/dist/16/smile_add_outline_16.js +33 -0
- package/dist/20/apple_watch_outline_20.d.ts +5 -0
- package/dist/20/{apple_watch_outlite_20.js → apple_watch_outline_20.js} +2 -2
- package/dist/20/list_insert_last_outline_20.d.ts +5 -0
- package/dist/20/list_insert_last_outline_20.js +33 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +4 -1
- package/dist/typings/16/message_forward_outline_16.d.ts +5 -0
- package/dist/typings/16/smile_add_outline_16.d.ts +5 -0
- package/dist/typings/20/apple_watch_outline_20.d.ts +5 -0
- package/dist/typings/20/list_insert_last_outline_20.d.ts +5 -0
- package/dist/typings/index.d.ts +4 -1
- package/package.json +5 -9
- package/src/svg/16/message_forward_outline_16.svg +1 -0
- package/src/svg/16/smile_add_outline_16.svg +1 -0
- package/src/svg/20/list_insert_last_outline_20.svg +1 -0
- package/dist/20/apple_watch_outlite_20.d.ts +0 -5
- package/dist/typings/20/apple_watch_outlite_20.d.ts +0 -5
- /package/src/svg/20/{apple_watch_outlite_20.svg → apple_watch_outline_20.svg} +0 -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 Icon16MessageForwardOutline = (_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--message_forward_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: "M1.797 7c-.424 0-.786.322-.768.745a5.5 5.5 0 0 0 .973 2.885c-.05.735-.43 1.564-.777 2.323l-.148.324c-.266.59.193 1.247.83 1.222 1.563-.06 2.84-.453 3.72-1.268.746.234 1.549.36 2.385.36 3.769 0 6.988-2.623 6.988-6.045 0-3.197-2.811-5.697-6.252-6.012-.412-.038-.748.301-.748.715s.338.746.75.791c2.79.306 4.75 2.32 4.75 4.506 0 2.373-2.309 4.546-5.488 4.546a6.5 6.5 0 0 1-1.936-.292l-.83-.26-.639.591c-.369.342-.92.613-1.71.759q.083-.195.16-.39c.196-.501.397-1.12.442-1.767l.036-.524-.299-.432a4 4 0 0 1-.705-2.012C2.507 7.362 2.201 7 1.797 7",
|
|
31
|
+
clipRule: "evenodd"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ _jsx("path", {
|
|
34
|
+
d: "m4.645 6.241 2.099-1.643c.115-.09.173-.135.21-.178a.633.633 0 0 0 0-.84 2 2 0 0 0-.21-.179l-2.1-1.642a2 2 0 0 0-.256-.185.5.5 0 0 0-.7.341c-.013.055-.013.142-.013.316v.702C1.988 3.2 1.357 4.316 1.127 5.23c-.039.155-.059.233-.059.277a.357.357 0 0 0 .483.351c.042-.014.156-.086.385-.23a3.23 3.23 0 0 1 1.74-.495v.636c0 .174 0 .26.012.316a.5.5 0 0 0 .7.341c.051-.024.12-.078.257-.185"
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
@@ -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 Icon16SmileAddOutline = (_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--smile_add_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
|
+
d: "M2.5 8a5.5 5.5 0 1 1 11 0A.75.75 0 0 0 15 8a7 7 0 1 0-7 7 .75.75 0 0 0 0-1.5A5.5 5.5 0 0 1 2.5 8M6 7.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m5-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.6 9.295a.75.75 0 1 0-1.2.9 3.25 3.25 0 0 0 2.604 1.303 3.25 3.25 0 0 0 2.604-1.304.75.75 0 1 0-1.2-.899c-.32.428-.83.703-1.404.703A1.75 1.75 0 0 1 6.6 9.295M16 13.05a.75.75 0 0 1-.75.75h-1.5v1.45a.75.75 0 0 1-1.5 0V13.8h-1.5a.75.75 0 1 1 0-1.5h1.5v-1.55a.75.75 0 0 1 1.5 0v1.55h1.5a.75.75 0 0 1 .75.75"
|
|
30
|
+
})
|
|
31
|
+
]
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
@@ -4,7 +4,7 @@ import { _ as _object_without_properties } from "@swc/helpers/_/_object_without_
|
|
|
4
4
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
5
|
import * as React from "react";
|
|
6
6
|
import { SvgIconRoot } from "@vkontakte/icons-sprite";
|
|
7
|
-
export const
|
|
7
|
+
export const Icon20AppleWatchOutline = (_param)=>{
|
|
8
8
|
var { width = 20, height = 20, viewBox = '0 0 20 20', children, style, fill } = _param, restProps = _object_without_properties(_param, [
|
|
9
9
|
"width",
|
|
10
10
|
"height",
|
|
@@ -14,7 +14,7 @@ export const Icon20AppleWatchOutlite = (_param)=>{
|
|
|
14
14
|
"fill"
|
|
15
15
|
]);
|
|
16
16
|
return /*#__PURE__*/ _jsxs(SvgIconRoot, _object_spread_props(_object_spread({
|
|
17
|
-
baseClassName: "vkuiIcon--
|
|
17
|
+
baseClassName: "vkuiIcon--apple_watch_outline_20",
|
|
18
18
|
viewBox: viewBox,
|
|
19
19
|
width: width,
|
|
20
20
|
height: height,
|
|
@@ -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 Icon20ListInsertLastOutline = (_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--list_insert_last_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.172 17.29a.75.75 0 0 1-1.06-.019l-1.81-1.87a.95.95 0 0 1-.024-1.294l1.814-2.026a.75.75 0 1 1 1.117 1l-.82.917 1.619-.01a1.25 1.25 0 0 0 1.242-1.25V9.75a.75.75 0 0 1 1.5 0v2.988a2.75 2.75 0 0 1-2.733 2.75l-1.535.009.708.732a.75.75 0 0 1-.018 1.06ZM9 15.5A.75.75 0 0 0 9 14H3a.75.75 0 0 0 0 1.5zm4.75-5.75a.75.75 0 0 1-.75.75H3A.75.75 0 0 1 3 9h10a.75.75 0 0 1 .75.75m4-5a.75.75 0 0 1-.75.75H3A.75.75 0 0 1 3 4h14a.75.75 0 0 1 .75.75"
|
|
30
|
+
})
|
|
31
|
+
]
|
|
32
|
+
}));
|
|
33
|
+
};
|