@vkontakte/icons 2.145.0 → 2.146.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/user_check_outline_16.d.ts +13 -0
- package/dist/16/user_check_outline_16.js +13 -0
- package/dist/24/vertical_rectangle_4x5_outline_24.d.ts +13 -0
- package/dist/24/vertical_rectangle_4x5_outline_24.js +13 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +8 -0
- package/dist/typings/16/user_check_outline_16.d.ts +13 -0
- package/dist/typings/24/vertical_rectangle_4x5_outline_24.d.ts +13 -0
- package/dist/typings/index.d.ts +2 -0
- package/dist_es6/16/user_check_outline_16.d.ts +13 -0
- package/dist_es6/16/user_check_outline_16.js +3 -0
- package/dist_es6/24/vertical_rectangle_4x5_outline_24.d.ts +13 -0
- package/dist_es6/24/vertical_rectangle_4x5_outline_24.js +3 -0
- package/dist_es6/index.d.ts +2 -0
- package/dist_es6/index.js +2 -0
- package/package.json +1 -1
- package/src/svg/16/user_check_outline_16.svg +1 -0
- package/src/svg/24/vertical_rectangle_4x5_outline_24.svg +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export interface Icon16UserCheckOutlineProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
fill?: string;
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
8
|
+
title?: string;
|
|
9
|
+
deprecated?: boolean;
|
|
10
|
+
replacement?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const Icon16UserCheckOutline: FC<Icon16UserCheckOutlineProps> & {
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16UserCheckOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16UserCheckOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16UserCheckOutline = (0, _iconssprite.makeIcon)('Icon16UserCheckOutline', 'user_check_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="user_check_outline_16"><path fill-rule="evenodd" d="M8.75 4.502a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0m1.5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6M5.77 5.71a.75.75 0 0 1 .02 1.06L3.141 9.52a.75.75 0 0 1-1.07.01L.47 7.93a.75.75 0 0 1 1.06-1.062L2.591 7.93l2.119-2.2a.75.75 0 0 1 1.06-.02m1.367 5.129c.688-.367 1.76-.59 3.113-.59s2.425.223 3.113.59c.622.332.887.743.887 1.317 0 .105-.02.163-.031.19a.14.14 0 0 1-.041.055c-.035.03-.153.099-.41.099H6.731c-.256 0-.374-.07-.409-.099a.14.14 0 0 1-.04-.055.5.5 0 0 1-.032-.19c0-.574.265-.985.887-1.317m3.113-2.09c-1.477 0-2.828.237-3.82.767-1 .534-1.68 1.398-1.68 2.64 0 .606.235 1.083.612 1.397.366.305.851.447 1.37.447h7.036c.519 0 1.004-.142 1.37-.447.377-.314.612-.79.612-1.397 0-1.242-.68-2.106-1.68-2.64-.992-.53-2.343-.767-3.82-.767" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export interface Icon24VerticalRectangle4x5OutlineProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
fill?: string;
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
8
|
+
title?: string;
|
|
9
|
+
deprecated?: boolean;
|
|
10
|
+
replacement?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const Icon24VerticalRectangle4x5Outline: FC<Icon24VerticalRectangle4x5OutlineProps> & {
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24VerticalRectangle4x5Outline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24VerticalRectangle4x5Outline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24VerticalRectangle4x5Outline = (0, _iconssprite.makeIcon)('Icon24VerticalRectangle4x5Outline', 'vertical_rectangle_4x5_outline_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="vertical_rectangle_4x5_outline_24"><path fill-rule="evenodd" d="M10.461 3h3.077c.948 0 1.714 0 2.334.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.053.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05h-3.077c-.947 0-1.713 0-2.333-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.923-1.922c-.266-.523-.376-1.087-.428-1.726C4 16.252 4 15.486 4 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 6.401 3.48c.523-.267 1.087-.377 1.726-.43C8.748 3 9.514 3 10.46 3ZM8.274 4.845c-.528.043-.828.123-1.054.238A2.6 2.6 0 0 0 6.083 6.22c-.115.226-.195.527-.238 1.054C5.8 7.813 5.8 8.505 5.8 9.5v5c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.526.195 1.054.238.539.044 1.231.045 2.226.045h3c.995 0 1.687 0 2.225-.045.528-.043.829-.123 1.055-.238a2.6 2.6 0 0 0 1.136-1.137c.116-.226.196-.527.24-1.055.043-.538.044-1.23.044-2.225v-5c0-.995 0-1.687-.045-2.226-.043-.527-.123-.828-.239-1.054a2.6 2.6 0 0 0-1.136-1.137c-.226-.115-.527-.195-1.055-.238-.538-.044-1.23-.045-2.225-.045h-3c-.995 0-1.687 0-2.226.045" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|