@vkontakte/icons 3.45.0 → 3.46.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/arrow_down_circle_small_16.d.ts +5 -0
- package/dist/16/arrow_down_circle_small_16.js +18 -0
- package/dist/16/like_16.js +2 -3
- package/dist/16/like_outline_16.js +2 -3
- package/dist/28/arrow_down_circle_outline_28.d.ts +5 -0
- package/dist/28/arrow_down_circle_outline_28.js +25 -0
- package/dist/28/arrow_left_circle_outline_28.d.ts +5 -0
- package/dist/28/arrow_left_circle_outline_28.js +25 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/typings/16/arrow_down_circle_small_16.d.ts +5 -0
- package/dist/typings/28/arrow_down_circle_outline_28.d.ts +5 -0
- package/dist/typings/28/arrow_left_circle_outline_28.d.ts +5 -0
- package/dist/typings/index.d.ts +3 -0
- package/package.json +9 -9
- package/src/svg/16/arrow_down_circle_small_16.svg +1 -0
- package/src/svg/16/like_16.svg +1 -1
- package/src/svg/16/like_outline_16.svg +1 -1
- package/src/svg/28/arrow_down_circle_outline_28.svg +1 -0
- package/src/svg/28/arrow_left_circle_outline_28.svg +1 -0
|
@@ -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 Icon16ArrowDownCircleSmall = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: 16,
|
|
8
|
+
height: 16,
|
|
9
|
+
vkuiIconId: "arrow_down_circle_small_16",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 2.75a.75.75 0 0 0-.75.75v5.19L5.53 7.97a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L8.75 9.69V4.5A.75.75 0 0 0 8 3.75"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
package/dist/16/like_16.js
CHANGED
|
@@ -8,12 +8,11 @@ export const Icon16Like = (props)=>{
|
|
|
8
8
|
height: 16,
|
|
9
9
|
vkuiIconId: "like_16",
|
|
10
10
|
vkuiAttrs: {
|
|
11
|
-
"fill": "
|
|
11
|
+
"fill": "currentColor"
|
|
12
12
|
},
|
|
13
13
|
vkuiProps: props,
|
|
14
14
|
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
-
|
|
16
|
-
d: "M7.761 3.098q.129.119.24.234a5 5 0 0 1 .239-.234C8.822 2.568 9.734 2 10.96 2 13.209 2 15 3.86 15 6.117c0 1.122-.22 1.976-.906 2.913-.678.926-1.809 1.93-3.607 3.362l-1.654 1.316a1.334 1.334 0 0 1-1.666 0l-1.654-1.316C3.715 10.96 2.584 9.956 1.906 9.03 1.221 8.093 1 7.24 1 6.117 1 3.86 2.792 2 5.04 2c1.227 0 2.14.567 2.721 1.098"
|
|
15
|
+
d: "M7.761 3.348q.129.119.24.234.11-.116.239-.234c.582-.53 1.494-1.098 2.72-1.098 2.248 0 4.04 1.86 4.04 4.117 0 1.122-.22 1.976-.906 2.913-.678.926-1.809 1.93-3.607 3.362l-1.654 1.316a1.334 1.334 0 0 1-1.666 0l-1.654-1.316C3.715 11.21 2.584 10.206 1.906 9.28 1.221 8.343 1 7.49 1 6.367 1 4.11 2.792 2.25 5.04 2.25c1.227 0 2.14.567 2.721 1.098"
|
|
17
16
|
})
|
|
18
17
|
});
|
|
19
18
|
};
|
|
@@ -8,13 +8,12 @@ export const Icon16LikeOutline = (props)=>{
|
|
|
8
8
|
height: 16,
|
|
9
9
|
vkuiIconId: "like_outline_16",
|
|
10
10
|
vkuiAttrs: {
|
|
11
|
-
"fill": "
|
|
11
|
+
"fill": "currentColor"
|
|
12
12
|
},
|
|
13
13
|
vkuiProps: props,
|
|
14
14
|
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
-
fill: "currentColor",
|
|
16
15
|
fillRule: "evenodd",
|
|
17
|
-
d: "M5.04 3.
|
|
16
|
+
d: "M5.04 3.75c-1.387 0-2.54 1.155-2.54 2.617 0 .858.15 1.388.617 2.027.542.742 1.517 1.63 3.33 3.074L8 12.704l1.552-1.236c1.814-1.444 2.789-2.332 3.332-3.074.467-.639.616-1.169.616-2.027 0-1.462-1.153-2.617-2.54-2.617-.734 0-1.302.335-1.71.707-.226.206-.44.448-.596.715a.75.75 0 0 1-1.309-.001 3.1 3.1 0 0 0-.595-.714c-.407-.372-.975-.707-1.71-.707M8 3.582a5 5 0 0 0-.239-.234C7.18 2.818 6.267 2.25 5.04 2.25 2.792 2.25 1 4.11 1 6.367c0 1.122.22 1.976.906 2.913.678.926 1.809 1.93 3.607 3.362l1.654 1.316a1.334 1.334 0 0 0 1.666 0l1.654-1.316c1.798-1.432 2.929-2.436 3.607-3.362.685-.937.906-1.79.906-2.913 0-2.257-1.792-4.117-4.04-4.117-1.226 0-2.138.568-2.72 1.098a5 5 0 0 0-.24.234",
|
|
18
17
|
clipRule: "evenodd"
|
|
19
18
|
})
|
|
20
19
|
});
|
|
@@ -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 Icon28ArrowDownCircleOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 28 28",
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
vkuiIconId: "arrow_down_circle_outline_28",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M14 8a1 1 0 0 1 1 1v7.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L13 16.586V9a1 1 0 0 1 1-1"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2m10 12c0-5.523-4.477-10-10-10S4 8.477 4 14s4.477 10 10 10 10-4.477 10-10",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
};
|
|
@@ -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 Icon28ArrowLeftCircleOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 28 28",
|
|
7
|
+
width: 28,
|
|
8
|
+
height: 28,
|
|
9
|
+
vkuiIconId: "arrow_left_circle_outline_28",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ _jsx("path", {
|
|
16
|
+
d: "M20 14a1 1 0 0 1-1 1h-7.586l2.293 2.293a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 1 1 1.414 1.414L11.414 13H19a1 1 0 0 1 1 1"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ _jsx("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2s12 5.373 12 12M14 24c5.523 0 10-4.477 10-10S19.523 4 14 4 4 8.477 4 14s4.477 10 10 10",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
};
|