@vkontakte/icons 2.53.0 → 2.55.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_right_circle_16.js +21 -0
- package/dist/16/chevron_down_circle_16.js +21 -0
- package/dist/16/chevron_up_circle_16.js +21 -0
- package/dist/16/clock_16.js +21 -0
- package/dist/16/sync_circle_fill_black_16.js +21 -0
- package/dist/28/user_minus_outline_28.js +21 -0
- package/dist/es6/16/arrow_right_circle_16.js +3 -0
- package/dist/es6/16/chevron_down_circle_16.js +3 -0
- package/dist/es6/16/chevron_up_circle_16.js +3 -0
- package/dist/es6/16/clock_16.js +3 -0
- package/dist/es6/16/sync_circle_fill_black_16.js +3 -0
- package/dist/es6/28/user_minus_outline_28.js +3 -0
- package/dist/es6/index.js +6 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +24 -0
- package/dist/typings/16/arrow_right_circle_16.d.ts +12 -0
- package/dist/typings/16/chevron_down_circle_16.d.ts +12 -0
- package/dist/typings/16/chevron_up_circle_16.d.ts +12 -0
- package/dist/typings/16/clock_16.d.ts +12 -0
- package/dist/typings/16/sync_circle_fill_black_16.d.ts +12 -0
- package/dist/typings/28/user_minus_outline_28.d.ts +12 -0
- package/dist/typings/index.d.ts +6 -0
- package/package.json +2 -2
- package/src/svg/16/arrow_right_circle_16.svg +1 -0
- package/src/svg/16/chevron_down_circle_16.svg +1 -0
- package/src/svg/16/chevron_up_circle_16.svg +1 -0
- package/src/svg/16/clock_16.svg +1 -0
- package/src/svg/16/sync_circle_fill_black_16.svg +10 -0
- package/src/svg/28/user_minus_outline_28.svg +1 -0
package/dist/index.js
CHANGED
|
@@ -354,6 +354,9 @@ _export(exports, {
|
|
|
354
354
|
Icon16ArrowLeftOutline: function() {
|
|
355
355
|
return _arrow_left_outline_16.Icon16ArrowLeftOutline;
|
|
356
356
|
},
|
|
357
|
+
Icon16ArrowRightCircle: function() {
|
|
358
|
+
return _arrow_right_circle_16.Icon16ArrowRightCircle;
|
|
359
|
+
},
|
|
357
360
|
Icon16ArrowRightOutline: function() {
|
|
358
361
|
return _arrow_right_outline_16.Icon16ArrowRightOutline;
|
|
359
362
|
},
|
|
@@ -459,6 +462,9 @@ _export(exports, {
|
|
|
459
462
|
Icon16Chevron: function() {
|
|
460
463
|
return _chevron_16.Icon16Chevron;
|
|
461
464
|
},
|
|
465
|
+
Icon16ChevronDownCircle: function() {
|
|
466
|
+
return _chevron_down_circle_16.Icon16ChevronDownCircle;
|
|
467
|
+
},
|
|
462
468
|
Icon16ChevronLeft: function() {
|
|
463
469
|
return _chevron_left_16.Icon16ChevronLeft;
|
|
464
470
|
},
|
|
@@ -468,9 +474,15 @@ _export(exports, {
|
|
|
468
474
|
Icon16ChevronRightCircleOutline: function() {
|
|
469
475
|
return _chevron_right_circle_outline_16.Icon16ChevronRightCircleOutline;
|
|
470
476
|
},
|
|
477
|
+
Icon16ChevronUpCircle: function() {
|
|
478
|
+
return _chevron_up_circle_16.Icon16ChevronUpCircle;
|
|
479
|
+
},
|
|
471
480
|
Icon16Clear: function() {
|
|
472
481
|
return _clear_16.Icon16Clear;
|
|
473
482
|
},
|
|
483
|
+
Icon16Clock: function() {
|
|
484
|
+
return _clock_16.Icon16Clock;
|
|
485
|
+
},
|
|
474
486
|
Icon16ClockCircleFill: function() {
|
|
475
487
|
return _clock_circle_fill_16.Icon16ClockCircleFill;
|
|
476
488
|
},
|
|
@@ -1116,6 +1128,9 @@ _export(exports, {
|
|
|
1116
1128
|
Icon16Sync: function() {
|
|
1117
1129
|
return _sync_16.Icon16Sync;
|
|
1118
1130
|
},
|
|
1131
|
+
Icon16SyncCircleFillBlack: function() {
|
|
1132
|
+
return _sync_circle_fill_black_16.Icon16SyncCircleFillBlack;
|
|
1133
|
+
},
|
|
1119
1134
|
Icon16TableOutline: function() {
|
|
1120
1135
|
return _table_outline_16.Icon16TableOutline;
|
|
1121
1136
|
},
|
|
@@ -6693,6 +6708,9 @@ _export(exports, {
|
|
|
6693
6708
|
Icon28UserMicrophoneBadgeSlashOutline: function() {
|
|
6694
6709
|
return _user_microphone_badge_slash_outline_28.Icon28UserMicrophoneBadgeSlashOutline;
|
|
6695
6710
|
},
|
|
6711
|
+
Icon28UserMinusOutline: function() {
|
|
6712
|
+
return _user_minus_outline_28.Icon28UserMinusOutline;
|
|
6713
|
+
},
|
|
6696
6714
|
Icon28UserOutgoingOutline: function() {
|
|
6697
6715
|
return _user_outgoing_outline_28.Icon28UserOutgoingOutline;
|
|
6698
6716
|
},
|
|
@@ -8243,6 +8261,7 @@ var _advertising_16 = require("./16/advertising_16");
|
|
|
8243
8261
|
var _archive_outline_16 = require("./16/archive_outline_16");
|
|
8244
8262
|
var _arrow_down_outline_16 = require("./16/arrow_down_outline_16");
|
|
8245
8263
|
var _arrow_left_outline_16 = require("./16/arrow_left_outline_16");
|
|
8264
|
+
var _arrow_right_circle_16 = require("./16/arrow_right_circle_16");
|
|
8246
8265
|
var _arrow_right_outline_16 = require("./16/arrow_right_outline_16");
|
|
8247
8266
|
var _arrowshape_right_outline_16 = require("./16/arrowshape_right_outline_16");
|
|
8248
8267
|
var _arrows_up_down_16 = require("./16/arrows_up_down_16");
|
|
@@ -8278,10 +8297,13 @@ var _check_double_outline_16 = require("./16/check_double_outline_16");
|
|
|
8278
8297
|
var _check_outline_16 = require("./16/check_outline_16");
|
|
8279
8298
|
var _check_square_outline_16 = require("./16/check_square_outline_16");
|
|
8280
8299
|
var _chevron_16 = require("./16/chevron_16");
|
|
8300
|
+
var _chevron_down_circle_16 = require("./16/chevron_down_circle_16");
|
|
8281
8301
|
var _chevron_left_16 = require("./16/chevron_left_16");
|
|
8282
8302
|
var _chevron_outline_16 = require("./16/chevron_outline_16");
|
|
8283
8303
|
var _chevron_right_circle_outline_16 = require("./16/chevron_right_circle_outline_16");
|
|
8304
|
+
var _chevron_up_circle_16 = require("./16/chevron_up_circle_16");
|
|
8284
8305
|
var _clear_16 = require("./16/clear_16");
|
|
8306
|
+
var _clock_16 = require("./16/clock_16");
|
|
8285
8307
|
var _clock_circle_fill_16 = require("./16/clock_circle_fill_16");
|
|
8286
8308
|
var _clock_outline_16 = require("./16/clock_outline_16");
|
|
8287
8309
|
var _cloud_16 = require("./16/cloud_16");
|
|
@@ -8497,6 +8519,7 @@ var _story_16 = require("./16/story_16");
|
|
|
8497
8519
|
var _story_outline_16 = require("./16/story_outline_16");
|
|
8498
8520
|
var _sun_16 = require("./16/sun_16");
|
|
8499
8521
|
var _sync_16 = require("./16/sync_16");
|
|
8522
|
+
var _sync_circle_fill_black_16 = require("./16/sync_circle_fill_black_16");
|
|
8500
8523
|
var _table_outline_16 = require("./16/table_outline_16");
|
|
8501
8524
|
var _tag_16 = require("./16/tag_16");
|
|
8502
8525
|
var _tear_off_flyer_16 = require("./16/tear_off_flyer_16");
|
|
@@ -10356,6 +10379,7 @@ var _user_circle_outline_28 = require("./28/user_circle_outline_28");
|
|
|
10356
10379
|
var _user_incoming_outline_28 = require("./28/user_incoming_outline_28");
|
|
10357
10380
|
var _user_microphone_badge_outline_28 = require("./28/user_microphone_badge_outline_28");
|
|
10358
10381
|
var _user_microphone_badge_slash_outline_28 = require("./28/user_microphone_badge_slash_outline_28");
|
|
10382
|
+
var _user_minus_outline_28 = require("./28/user_minus_outline_28");
|
|
10359
10383
|
var _user_outgoing_outline_28 = require("./28/user_outgoing_outline_28");
|
|
10360
10384
|
var _user_outline_28 = require("./28/user_outline_28");
|
|
10361
10385
|
var _user_rectangle_horizontal_outline_28 = require("./28/user_rectangle_horizontal_outline_28");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16ArrowRightCircleProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon16ArrowRightCircle: import("react").FC<Icon16ArrowRightCircleProps>;
|
|
12
|
+
export default Icon16ArrowRightCircle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16ChevronDownCircleProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon16ChevronDownCircle: import("react").FC<Icon16ChevronDownCircleProps>;
|
|
12
|
+
export default Icon16ChevronDownCircle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16ChevronUpCircleProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon16ChevronUpCircle: import("react").FC<Icon16ChevronUpCircleProps>;
|
|
12
|
+
export default Icon16ChevronUpCircle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16ClockProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon16Clock: import("react").FC<Icon16ClockProps>;
|
|
12
|
+
export default Icon16Clock;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16SyncCircleFillBlackProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon16SyncCircleFillBlack: import("react").FC<Icon16SyncCircleFillBlackProps>;
|
|
12
|
+
export default Icon16SyncCircleFillBlack;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon28UserMinusOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon28UserMinusOutline: import("react").FC<Icon28UserMinusOutlineProps>;
|
|
12
|
+
export default Icon28UserMinusOutline;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -113,6 +113,7 @@ export { Icon16Advertising } from './16/advertising_16';
|
|
|
113
113
|
export { Icon16ArchiveOutline } from './16/archive_outline_16';
|
|
114
114
|
export { Icon16ArrowDownOutline } from './16/arrow_down_outline_16';
|
|
115
115
|
export { Icon16ArrowLeftOutline } from './16/arrow_left_outline_16';
|
|
116
|
+
export { Icon16ArrowRightCircle } from './16/arrow_right_circle_16';
|
|
116
117
|
export { Icon16ArrowRightOutline } from './16/arrow_right_outline_16';
|
|
117
118
|
export { Icon16ArrowshapeRightOutline } from './16/arrowshape_right_outline_16';
|
|
118
119
|
export { Icon16ArrowsUpDown } from './16/arrows_up_down_16';
|
|
@@ -148,10 +149,13 @@ export { Icon16CheckDoubleOutline } from './16/check_double_outline_16';
|
|
|
148
149
|
export { Icon16CheckOutline } from './16/check_outline_16';
|
|
149
150
|
export { Icon16CheckSquareOutline } from './16/check_square_outline_16';
|
|
150
151
|
export { Icon16Chevron } from './16/chevron_16';
|
|
152
|
+
export { Icon16ChevronDownCircle } from './16/chevron_down_circle_16';
|
|
151
153
|
export { Icon16ChevronLeft } from './16/chevron_left_16';
|
|
152
154
|
export { Icon16ChevronOutline } from './16/chevron_outline_16';
|
|
153
155
|
export { Icon16ChevronRightCircleOutline } from './16/chevron_right_circle_outline_16';
|
|
156
|
+
export { Icon16ChevronUpCircle } from './16/chevron_up_circle_16';
|
|
154
157
|
export { Icon16Clear } from './16/clear_16';
|
|
158
|
+
export { Icon16Clock } from './16/clock_16';
|
|
155
159
|
export { Icon16ClockCircleFill } from './16/clock_circle_fill_16';
|
|
156
160
|
export { Icon16ClockOutline } from './16/clock_outline_16';
|
|
157
161
|
export { Icon16Cloud } from './16/cloud_16';
|
|
@@ -367,6 +371,7 @@ export { Icon16Story } from './16/story_16';
|
|
|
367
371
|
export { Icon16StoryOutline } from './16/story_outline_16';
|
|
368
372
|
export { Icon16Sun } from './16/sun_16';
|
|
369
373
|
export { Icon16Sync } from './16/sync_16';
|
|
374
|
+
export { Icon16SyncCircleFillBlack } from './16/sync_circle_fill_black_16';
|
|
370
375
|
export { Icon16TableOutline } from './16/table_outline_16';
|
|
371
376
|
export { Icon16Tag } from './16/tag_16';
|
|
372
377
|
export { Icon16TearOffFlyer } from './16/tear_off_flyer_16';
|
|
@@ -2226,6 +2231,7 @@ export { Icon28UserCircleOutline } from './28/user_circle_outline_28';
|
|
|
2226
2231
|
export { Icon28UserIncomingOutline } from './28/user_incoming_outline_28';
|
|
2227
2232
|
export { Icon28UserMicrophoneBadgeOutline } from './28/user_microphone_badge_outline_28';
|
|
2228
2233
|
export { Icon28UserMicrophoneBadgeSlashOutline } from './28/user_microphone_badge_slash_outline_28';
|
|
2234
|
+
export { Icon28UserMinusOutline } from './28/user_minus_outline_28';
|
|
2229
2235
|
export { Icon28UserOutgoingOutline } from './28/user_outgoing_outline_28';
|
|
2230
2236
|
export { Icon28UserOutline } from './28/user_outline_28';
|
|
2231
2237
|
export { Icon28UserRectangleHorizontalOutline } from './28/user_rectangle_horizontal_outline_28';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.0",
|
|
4
4
|
"description": "SVG icons, provided as a React components. With love from VKontakte",
|
|
5
5
|
"homepage": "https://vkcom.github.io/icons/",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@size-limit/file": "^8.2.6",
|
|
35
35
|
"@size-limit/webpack": "^8.2.6",
|
|
36
36
|
"@swc/cli": "^0.1.61",
|
|
37
|
-
"@swc/core": "^1.3.
|
|
37
|
+
"@swc/core": "^1.3.75",
|
|
38
38
|
"@types/react": "16.14.34",
|
|
39
39
|
"@vkontakte/icons-scripts": "3.0.1",
|
|
40
40
|
"css-loader": "^6.7.3",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16ZM9.552 5.28a.9.9 0 1 0-1.304 1.24l.552.58H4.9a.9.9 0 1 0 0 1.8h3.9l-.552.58a.9.9 0 1 0 1.304 1.24l2-2.1a.9.9 0 0 0 0-1.24l-2-2.1Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm.578-5.66a.9.9 0 0 1-1.156 0l-3.1-2.6a.9.9 0 1 1 1.156-1.38L8 8.475l2.522-2.115a.9.9 0 0 1 1.156 1.38l-3.1 2.6Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm.578-10.34a.9.9 0 0 0-1.156 0l-3.1 2.6a.9.9 0 1 0 1.156 1.38L8 7.525l2.522 2.115a.9.9 0 0 0 1.156-1.38l-3.1-2.6Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm.9-11.5a.9.9 0 1 0-1.8 0V8a.9.9 0 0 0 .264.636l2.1 2.1a.9.9 0 1 0 1.272-1.272L8.9 7.627V4.5Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="url(#a)" fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="#fff" d="M8.022 4.5A3.499 3.499 0 0 0 4.68 6.967a.75.75 0 1 1-1.433-.44A4.999 4.999 0 0 1 11.5 4.408V3.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.72c-.63-.62-1.495-1-2.448-1ZM12.302 8.535a.75.75 0 0 1 .496.937 4.999 4.999 0 0 1-8.298 2.07v.708a.75.75 0 0 1-1.5 0V9.747a.75.75 0 0 1 .75-.75h2.5a.75.75 0 1 1 0 1.5h-.673a3.5 3.5 0 0 0 5.788-1.467.75.75 0 0 1 .937-.495Z"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="a" x1="-8" x2="8" y1="8" y2="24" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#626466"/>
|
|
7
|
+
<stop offset="1" stop-color="#444647"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M17.75 15c4.951 0 9.25 1.763 9.25 5.643 0 2.016-.781 2.857-2.456 2.857H10.956c-1.675 0-2.456-.84-2.456-2.857 0-3.88 4.299-5.643 9.25-5.643Zm0 2c-3.946 0-7.25 1.355-7.25 3.643 0 .89-.072.863.372.858l13.672-.001c.536 0 .456.086.456-.857C25 18.355 21.696 17 17.75 17ZM5 11h4a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2h4Zm12.5-8C20.538 3 23 5.461 23 8.5S20.538 14 17.5 14A5.499 5.499 0 0 1 12 8.5C12 5.461 14.461 3 17.5 3Zm0 2A3.499 3.499 0 0 0 14 8.5c0 1.934 1.566 3.5 3.5 3.5S21 10.434 21 8.5 19.434 5 17.5 5Z"/></svg>
|