@vkontakte/icons 3.49.0 → 3.50.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/24/image_spoiler_outline_24.d.ts +5 -0
- package/dist/24/image_spoiler_outline_24.js +18 -0
- package/dist/24/wrench_outline_24.d.ts +5 -0
- package/dist/24/wrench_outline_24.js +20 -0
- package/dist/32/stop_circle_32.d.ts +5 -0
- package/dist/32/stop_circle_32.js +20 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/typings/24/image_spoiler_outline_24.d.ts +5 -0
- package/dist/typings/24/wrench_outline_24.d.ts +5 -0
- package/dist/typings/32/stop_circle_32.d.ts +5 -0
- package/dist/typings/index.d.ts +3 -0
- package/package.json +5 -5
- package/src/svg/24/image_spoiler_outline_24.svg +1 -0
- package/src/svg/24/wrench_outline_24.svg +1 -0
- package/src/svg/32/stop_circle_32.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 Icon24ImageSpoilerOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "image_spoiler_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M14.628 20.843a.722.722 0 1 1 0 1.445.722.722 0 0 1 0-1.445M11 3.003a.9.9 0 0 1 0 1.8H8.5c-.995 0-1.687 0-2.226.044-.527.043-.828.124-1.054.24a2.6 2.6 0 0 0-1.136 1.135c-.115.226-.196.527-.24 1.055-.043.538-.043 1.23-.043 2.225V14.5c0 .995 0 1.687.044 2.226l.015.145 2.869-2.866c.188-.188.367-.369.53-.507.17-.145.382-.295.655-.384l.145-.04a1.9 1.9 0 0 1 1.033.043c.273.09.483.242.653.388.162.139.341.32.528.51l.738.746 1.356-1.371a.9.9 0 1 1 1.28 1.265l-1.87 1.892a1 1 0 0 1-.106.1 1.01 1.01 0 0 1-1.317.001c-.049-.04-.095-.09-.107-.101L8.993 15.28a8 8 0 0 0-.42-.409q-.043-.036-.06-.047a.1.1 0 0 0-.03 0q-.018.011-.06.046c-.094.08-.213.198-.422.408l-3.295 3.294a2.6 2.6 0 0 0 .514.344c.226.116.527.196 1.054.24.539.043 1.231.043 2.226.043H11A.9.9 0 0 1 11 21H8.5c-.965 0-1.743 0-2.372-.05-.639-.053-1.203-.163-1.725-.43a4.4 4.4 0 0 1-1.924-1.922c-.266-.522-.376-1.087-.428-1.726C1.999 16.244 2 15.465 2 14.5V9.502c0-.965 0-1.743.05-2.372.053-.639.164-1.202.43-1.725a4.4 4.4 0 0 1 1.923-1.923c.522-.266 1.086-.377 1.725-.43.629-.05 1.407-.05 2.372-.05zm3.628 14.23a1.264 1.264 0 1 1 0 2.529 1.264 1.264 0 0 1 0-2.528m4.15.543a.722.722 0 1 1 0 1.444.722.722 0 0 1 0-1.444m0-4.693a1.264 1.264 0 1 1 0 2.528 1.264 1.264 0 0 1 0-2.528m3.069.542a.722.722 0 1 1 0 1.444.722.722 0 0 1 0-1.444m-3.069-5.233a1.264 1.264 0 1 1 0 2.527 1.264 1.264 0 0 1 0-2.527m-4.073-.001a1.263 1.263 0 1 1 0 2.525 1.263 1.263 0 0 1 0-2.525m7.142.542a.722.722 0 1 1-.001 1.444.722.722 0 0 1 0-1.444m-7.22-4.692a1.264 1.264 0 1 1 .001 2.527 1.264 1.264 0 0 1 0-2.527m4.151.541a.723.723 0 1 1 0 1.446.723.723 0 0 1 0-1.446m-4.15-3.067a.723.723 0 1 1 0 1.445.723.723 0 0 1 0-1.445"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -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 Icon24WrenchOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "wrench_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M3.066 20.505a3.63 3.63 0 0 1 0-5.14l2.592-2.59a.77.77 0 0 0 .195-.722 8.2 8.2 0 0 1-.217-1.879C5.636 5.66 9.299 2 13.818 2c1.004 0 1.965.18 2.854.51.46.172.553.757.206 1.105l-3.151 3.166a.73.73 0 0 0-.212.513v2.464c0 .401.325.727.727.727h2.46a.73.73 0 0 0 .512-.212l3.17-3.155c.35-.346.933-.254 1.105.206a8.2 8.2 0 0 1 .511 2.85c0 4.515-3.663 8.175-8.182 8.175a8.2 8.2 0 0 1-1.854-.21.77.77 0 0 0-.719.195l-2.604 2.601a3.64 3.64 0 0 1-5.145 0zm10.752-3.974a6.36 6.36 0 0 0 6.358-6.64l-1.679 1.671a2.55 2.55 0 0 1-1.796.741h-2.459a2.545 2.545 0 0 1-2.545-2.545V7.294c0-.673.266-1.319.741-1.796l1.666-1.674a6.36 6.36 0 0 0-6.481 7.812 2.59 2.59 0 0 1-.68 2.425l-2.592 2.59c-.71.71-.71 1.859 0 2.568l.43.43c.711.71 1.864.71 2.575 0l2.604-2.602a2.59 2.59 0 0 1 2.414-.68q.694.162 1.444.164",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
@@ -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 Icon32StopCircle = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
width: 32,
|
|
8
|
+
height: 32,
|
|
9
|
+
vkuiIconId: "stop_circle_32",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0m-2.8 10c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C10 11.52 10 12.08 10 13.2v5.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C11.52 22 12.08 22 13.2 22h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C22 20.48 22 19.92 22 18.8v-5.6c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C20.48 10 19.92 10 18.8 10z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|