@vkontakte/icons 3.40.0 → 3.41.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/horizontal_rectangle_arrows_in_outline_24.d.ts +5 -0
- package/dist/24/horizontal_rectangle_arrows_in_outline_24.js +18 -0
- package/dist/24/horizontal_rectangle_arrows_out_outline_24.d.ts +5 -0
- package/dist/24/horizontal_rectangle_arrows_out_outline_24.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/typings/24/horizontal_rectangle_arrows_in_outline_24.d.ts +5 -0
- package/dist/typings/24/horizontal_rectangle_arrows_out_outline_24.d.ts +5 -0
- package/dist/typings/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/svg/24/horizontal_rectangle_arrows_in_outline_24.svg +1 -0
- package/src/svg/24/horizontal_rectangle_arrows_out_outline_24.svg +1 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon24HorizontalRectangleArrowsInOutlineProps = SvgIconProps;
|
|
4
|
+
export declare const Icon24HorizontalRectangleArrowsInOutline: React.FC<Icon24HorizontalRectangleArrowsInOutlineProps> & {
|
|
5
|
+
};
|
|
@@ -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 Icon24HorizontalRectangleArrowsInOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "horizontal_rectangle_arrows_in_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M20.2 10.5c0-.995-.001-1.688-.045-2.226-.043-.528-.123-.828-.238-1.055a2.6 2.6 0 0 0-1.136-1.135c-.226-.116-.528-.196-1.056-.24-.538-.044-1.23-.044-2.225-.044h-7c-.995 0-1.688 0-2.226.044-.528.044-.828.124-1.055.24a2.6 2.6 0 0 0-1.135 1.135c-.116.227-.196.527-.24 1.055C3.8 8.812 3.8 9.504 3.8 10.5v3c0 .994 0 1.687.044 2.225.044.528.124.83.24 1.056a2.6 2.6 0 0 0 1.135 1.136c.227.115.527.195 1.055.238.538.044 1.23.045 2.226.045h7c.994 0 1.687-.001 2.225-.045.528-.043.83-.123 1.056-.238a2.6 2.6 0 0 0 1.136-1.136c.115-.226.195-.528.238-1.056.044-.538.045-1.23.045-2.225zM6.614 9.364a.9.9 0 0 1 1.272 0l1.859 1.858a1.1 1.1 0 0 1 0 1.556l-1.859 1.858a.9.9 0 0 1-1.272-1.272L7.977 12l-1.363-1.364a.9.9 0 0 1 0-1.272m9.5 0a.9.9 0 1 1 1.272 1.272L16.022 12l1.364 1.364a.9.9 0 0 1-1.272 1.272l-1.859-1.858a1.1 1.1 0 0 1 0-1.556zM22 13.5c0 .965.001 1.743-.05 2.372-.052.639-.164 1.203-.43 1.725a4.4 4.4 0 0 1-1.923 1.923c-.522.266-1.086.378-1.725.43-.629.051-1.407.05-2.372.05h-7c-.965 0-1.744.001-2.372-.05-.64-.052-1.203-.164-1.725-.43a4.4 4.4 0 0 1-1.924-1.923c-.266-.522-.376-1.086-.429-1.725C2 15.243 2 14.465 2 13.5v-3c0-.965-.001-1.744.05-2.372.053-.64.163-1.203.43-1.725a4.4 4.4 0 0 1 1.923-1.924c.522-.266 1.086-.376 1.725-.429C6.756 4 7.535 4 8.5 4h7c.965 0 1.743 0 2.372.05.639.053 1.203.163 1.725.43a4.4 4.4 0 0 1 1.923 1.923c.266.522.378 1.086.43 1.725.051.628.05 1.407.05 2.372z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon24HorizontalRectangleArrowsOutOutlineProps = SvgIconProps;
|
|
4
|
+
export declare const Icon24HorizontalRectangleArrowsOutOutline: React.FC<Icon24HorizontalRectangleArrowsOutOutlineProps> & {
|
|
5
|
+
};
|
|
@@ -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 Icon24HorizontalRectangleArrowsOutOutline = (props)=>{
|
|
5
|
+
return /*#__PURE__*/ _jsx(SvgIconRootV2, {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
vkuiIconId: "horizontal_rectangle_arrows_out_outline_24",
|
|
10
|
+
vkuiAttrs: {
|
|
11
|
+
"fill": "currentColor"
|
|
12
|
+
},
|
|
13
|
+
vkuiProps: props,
|
|
14
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
15
|
+
d: "M20.2 10.5c0-.995-.001-1.688-.045-2.226-.043-.528-.123-.828-.238-1.055a2.6 2.6 0 0 0-1.136-1.135c-.226-.116-.528-.196-1.056-.24-.538-.044-1.23-.044-2.225-.044h-7c-.995 0-1.688 0-2.226.044-.528.044-.828.124-1.055.24a2.6 2.6 0 0 0-1.135 1.135c-.116.227-.196.527-.24 1.055C3.8 8.812 3.8 9.504 3.8 10.5v3c0 .994 0 1.687.044 2.225.044.528.124.83.24 1.056a2.6 2.6 0 0 0 1.135 1.136c.227.115.527.195 1.055.238.538.044 1.23.045 2.226.045h7c.994 0 1.687-.001 2.225-.045.528-.043.83-.123 1.056-.238a2.6 2.6 0 0 0 1.136-1.136c.115-.226.195-.528.238-1.056.044-.538.045-1.23.045-2.225zM8.614 9.364a.9.9 0 1 1 1.272 1.272L8.522 12l1.364 1.364a.9.9 0 1 1-1.272 1.272l-1.859-1.858a1.1 1.1 0 0 1 0-1.556zm5.5 0a.9.9 0 0 1 1.272 0l1.859 1.858a1.1 1.1 0 0 1 0 1.556l-1.859 1.858a.9.9 0 0 1-1.272-1.272L15.477 12l-1.363-1.364a.9.9 0 0 1 0-1.272M22 13.5c0 .965.001 1.743-.05 2.372-.052.639-.164 1.203-.43 1.725a4.4 4.4 0 0 1-1.923 1.923c-.522.266-1.086.378-1.725.43-.629.051-1.407.05-2.372.05h-7c-.965 0-1.744.001-2.372-.05-.64-.052-1.203-.164-1.725-.43a4.4 4.4 0 0 1-1.924-1.923c-.266-.522-.376-1.086-.429-1.725C2 15.243 2 14.465 2 13.5v-3c0-.965-.001-1.744.05-2.372.053-.64.163-1.203.43-1.725a4.4 4.4 0 0 1 1.923-1.924c.522-.266 1.086-.376 1.725-.429C6.756 4 7.535 4 8.5 4h7c.965 0 1.743 0 2.372.05.639.053 1.203.163 1.725.43a4.4 4.4 0 0 1 1.923 1.923c.266.522.378 1.086.43 1.725.051.628.05 1.407.05 2.372z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
};
|