@vkontakte/icons 2.167.0 → 2.168.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/20/add_circle_fill_20.js +1 -1
- package/dist/20/traffic_cone_outline_20.d.ts +12 -0
- package/dist/20/traffic_cone_outline_20.js +13 -0
- package/dist/24/send_clock_24.d.ts +12 -0
- package/dist/24/send_clock_24.js +13 -0
- package/dist/28/note_circle_fill_gray_28.d.ts +12 -0
- package/dist/28/note_circle_fill_gray_28.js +13 -0
- package/dist/28/traffic_cone_outline_28.d.ts +12 -0
- package/dist/28/traffic_cone_outline_28.js +13 -0
- package/dist/28/view_28.d.ts +12 -0
- package/dist/28/view_28.js +13 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +20 -0
- package/dist/typings/20/traffic_cone_outline_20.d.ts +12 -0
- package/dist/typings/24/send_clock_24.d.ts +12 -0
- package/dist/typings/28/note_circle_fill_gray_28.d.ts +12 -0
- package/dist/typings/28/traffic_cone_outline_28.d.ts +12 -0
- package/dist/typings/28/view_28.d.ts +12 -0
- package/dist/typings/index.d.ts +5 -0
- package/dist_es6/20/add_circle_fill_20.js +1 -1
- package/dist_es6/20/traffic_cone_outline_20.d.ts +12 -0
- package/dist_es6/20/traffic_cone_outline_20.js +3 -0
- package/dist_es6/24/send_clock_24.d.ts +12 -0
- package/dist_es6/24/send_clock_24.js +3 -0
- package/dist_es6/28/note_circle_fill_gray_28.d.ts +12 -0
- package/dist_es6/28/note_circle_fill_gray_28.js +3 -0
- package/dist_es6/28/traffic_cone_outline_28.d.ts +12 -0
- package/dist_es6/28/traffic_cone_outline_28.js +3 -0
- package/dist_es6/28/view_28.d.ts +12 -0
- package/dist_es6/28/view_28.js +3 -0
- package/dist_es6/index.d.ts +5 -0
- package/dist_es6/index.js +5 -0
- package/package.json +6 -6
- package/src/svg/20/add_circle_fill_20.svg +1 -1
- package/src/svg/20/traffic_cone_outline_20.svg +1 -0
- package/src/svg/24/send_clock_24.svg +1 -0
- package/src/svg/28/note_circle_fill_gray_28.svg +10 -0
- package/src/svg/28/traffic_cone_outline_28.svg +1 -0
- package/src/svg/28/view_28.svg +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -1080,6 +1080,7 @@ export { Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green_
|
|
|
1080
1080
|
export { Icon20ThumbsUpOutline } from './20/thumbs_up_outline_20';
|
|
1081
1081
|
export { Icon20TicketOutline } from './20/ticket_outline_20';
|
|
1082
1082
|
export { Icon20TouchIdOutline } from './20/touch_id_outline_20';
|
|
1083
|
+
export { Icon20TrafficConeOutline } from './20/traffic_cone_outline_20';
|
|
1083
1084
|
export { Icon20TransparencyOutline } from './20/transparency_outline_20';
|
|
1084
1085
|
export { Icon20TrashSimpleOutline } from './20/trash_simple_outline_20';
|
|
1085
1086
|
export { Icon20TrashSmileOutline } from './20/trash_smile_outline_20';
|
|
@@ -1724,6 +1725,7 @@ export { Icon24SearchOutline } from './24/search_outline_24';
|
|
|
1724
1725
|
export { Icon24SearchSlashOutline } from './24/search_slash_outline_24';
|
|
1725
1726
|
export { Icon24SearchStarsOutline } from './24/search_stars_outline_24';
|
|
1726
1727
|
export { Icon24Send } from './24/send_24';
|
|
1728
|
+
export { Icon24SendClock } from './24/send_clock_24';
|
|
1727
1729
|
export { Icon24SendOutline } from './24/send_outline_24';
|
|
1728
1730
|
export { Icon24Services } from './24/services_24';
|
|
1729
1731
|
export { Icon24ServicesOutline } from './24/services_outline_24';
|
|
@@ -2385,6 +2387,7 @@ export { Icon28NftHeptagonOutline } from './28/nft_heptagon_outline_28';
|
|
|
2385
2387
|
export { Icon28NoSmokingSignOutline } from './28/no_smoking_sign_outline_28';
|
|
2386
2388
|
export { Icon28NotebookAddBadgeOutline } from './28/notebook_add_badge_outline_28';
|
|
2387
2389
|
export { Icon28NotebookCheckOutline } from './28/notebook_check_outline_28';
|
|
2390
|
+
export { Icon28NoteCircleFillGray } from './28/note_circle_fill_gray_28';
|
|
2388
2391
|
export { Icon28Notification } from './28/notification_28';
|
|
2389
2392
|
export { Icon28NotificationAddOutline } from './28/notification_add_outline_28';
|
|
2390
2393
|
export { Icon28NotificationCheckOutline } from './28/notification_check_outline_28';
|
|
@@ -2634,6 +2637,7 @@ export { Icon28ThumbsUpCircleFillGreen } from './28/thumbs_up_circle_fill_green_
|
|
|
2634
2637
|
export { Icon28ThumbsUpOutline } from './28/thumbs_up_outline_28';
|
|
2635
2638
|
export { Icon28TicketOutline } from './28/ticket_outline_28';
|
|
2636
2639
|
export { Icon28TouchIdOutline } from './28/touch_id_outline_28';
|
|
2640
|
+
export { Icon28TrafficConeOutline } from './28/traffic_cone_outline_28';
|
|
2637
2641
|
export { Icon28TrainOutline } from './28/train_outline_28';
|
|
2638
2642
|
export { Icon28TruckOutline } from './28/truck_outline_28';
|
|
2639
2643
|
export { Icon28TshirtOutline } from './28/tshirt_outline_28';
|
|
@@ -2696,6 +2700,7 @@ export { Icon28VideoCircleOutline } from './28/video_circle_outline_28';
|
|
|
2696
2700
|
export { Icon28VideoFillOutline } from './28/video_fill_outline_28';
|
|
2697
2701
|
export { Icon28VideoOutline } from './28/video_outline_28';
|
|
2698
2702
|
export { Icon28VideoSquareOutline } from './28/video_square_outline_28';
|
|
2703
|
+
export { Icon28View } from './28/view_28';
|
|
2699
2704
|
export { Icon28ViewOutline } from './28/view_outline_28';
|
|
2700
2705
|
export { Icon28VinylOutline } from './28/vinyl_outline_28';
|
|
2701
2706
|
export { Icon28VkVideoCircleFillRed } from './28/vk_video_circle_fill_red_28';
|
package/dist/index.js
CHANGED
|
@@ -3252,6 +3252,9 @@ _export(exports, {
|
|
|
3252
3252
|
Icon20TouchIdOutline: function() {
|
|
3253
3253
|
return _touch_id_outline_20.Icon20TouchIdOutline;
|
|
3254
3254
|
},
|
|
3255
|
+
Icon20TrafficConeOutline: function() {
|
|
3256
|
+
return _traffic_cone_outline_20.Icon20TrafficConeOutline;
|
|
3257
|
+
},
|
|
3255
3258
|
Icon20TransparencyOutline: function() {
|
|
3256
3259
|
return _transparency_outline_20.Icon20TransparencyOutline;
|
|
3257
3260
|
},
|
|
@@ -5184,6 +5187,9 @@ _export(exports, {
|
|
|
5184
5187
|
Icon24Send: function() {
|
|
5185
5188
|
return _send_24.Icon24Send;
|
|
5186
5189
|
},
|
|
5190
|
+
Icon24SendClock: function() {
|
|
5191
|
+
return _send_clock_24.Icon24SendClock;
|
|
5192
|
+
},
|
|
5187
5193
|
Icon24SendOutline: function() {
|
|
5188
5194
|
return _send_outline_24.Icon24SendOutline;
|
|
5189
5195
|
},
|
|
@@ -7161,6 +7167,9 @@ _export(exports, {
|
|
|
7161
7167
|
Icon28NoSmokingSignOutline: function() {
|
|
7162
7168
|
return _no_smoking_sign_outline_28.Icon28NoSmokingSignOutline;
|
|
7163
7169
|
},
|
|
7170
|
+
Icon28NoteCircleFillGray: function() {
|
|
7171
|
+
return _note_circle_fill_gray_28.Icon28NoteCircleFillGray;
|
|
7172
|
+
},
|
|
7164
7173
|
Icon28NotebookAddBadgeOutline: function() {
|
|
7165
7174
|
return _notebook_add_badge_outline_28.Icon28NotebookAddBadgeOutline;
|
|
7166
7175
|
},
|
|
@@ -7914,6 +7923,9 @@ _export(exports, {
|
|
|
7914
7923
|
Icon28TouchIdOutline: function() {
|
|
7915
7924
|
return _touch_id_outline_28.Icon28TouchIdOutline;
|
|
7916
7925
|
},
|
|
7926
|
+
Icon28TrafficConeOutline: function() {
|
|
7927
|
+
return _traffic_cone_outline_28.Icon28TrafficConeOutline;
|
|
7928
|
+
},
|
|
7917
7929
|
Icon28TrainOutline: function() {
|
|
7918
7930
|
return _train_outline_28.Icon28TrainOutline;
|
|
7919
7931
|
},
|
|
@@ -8100,6 +8112,9 @@ _export(exports, {
|
|
|
8100
8112
|
Icon28VideocamSlashOutline: function() {
|
|
8101
8113
|
return _videocam_slash_outline_28.Icon28VideocamSlashOutline;
|
|
8102
8114
|
},
|
|
8115
|
+
Icon28View: function() {
|
|
8116
|
+
return _view_28.Icon28View;
|
|
8117
|
+
},
|
|
8103
8118
|
Icon28ViewOutline: function() {
|
|
8104
8119
|
return _view_outline_28.Icon28ViewOutline;
|
|
8105
8120
|
},
|
|
@@ -10713,6 +10728,7 @@ var _thumbs_up_circle_fill_green_20 = require("./20/thumbs_up_circle_fill_green_
|
|
|
10713
10728
|
var _thumbs_up_outline_20 = require("./20/thumbs_up_outline_20");
|
|
10714
10729
|
var _ticket_outline_20 = require("./20/ticket_outline_20");
|
|
10715
10730
|
var _touch_id_outline_20 = require("./20/touch_id_outline_20");
|
|
10731
|
+
var _traffic_cone_outline_20 = require("./20/traffic_cone_outline_20");
|
|
10716
10732
|
var _transparency_outline_20 = require("./20/transparency_outline_20");
|
|
10717
10733
|
var _trash_simple_outline_20 = require("./20/trash_simple_outline_20");
|
|
10718
10734
|
var _trash_smile_outline_20 = require("./20/trash_smile_outline_20");
|
|
@@ -11357,6 +11373,7 @@ var _search_outline_24 = require("./24/search_outline_24");
|
|
|
11357
11373
|
var _search_slash_outline_24 = require("./24/search_slash_outline_24");
|
|
11358
11374
|
var _search_stars_outline_24 = require("./24/search_stars_outline_24");
|
|
11359
11375
|
var _send_24 = require("./24/send_24");
|
|
11376
|
+
var _send_clock_24 = require("./24/send_clock_24");
|
|
11360
11377
|
var _send_outline_24 = require("./24/send_outline_24");
|
|
11361
11378
|
var _services_24 = require("./24/services_24");
|
|
11362
11379
|
var _services_outline_24 = require("./24/services_outline_24");
|
|
@@ -12018,6 +12035,7 @@ var _nft_heptagon_outline_28 = require("./28/nft_heptagon_outline_28");
|
|
|
12018
12035
|
var _no_smoking_sign_outline_28 = require("./28/no_smoking_sign_outline_28");
|
|
12019
12036
|
var _notebook_add_badge_outline_28 = require("./28/notebook_add_badge_outline_28");
|
|
12020
12037
|
var _notebook_check_outline_28 = require("./28/notebook_check_outline_28");
|
|
12038
|
+
var _note_circle_fill_gray_28 = require("./28/note_circle_fill_gray_28");
|
|
12021
12039
|
var _notification_28 = require("./28/notification_28");
|
|
12022
12040
|
var _notification_add_outline_28 = require("./28/notification_add_outline_28");
|
|
12023
12041
|
var _notification_check_outline_28 = require("./28/notification_check_outline_28");
|
|
@@ -12267,6 +12285,7 @@ var _thumbs_up_circle_fill_green_28 = require("./28/thumbs_up_circle_fill_green_
|
|
|
12267
12285
|
var _thumbs_up_outline_28 = require("./28/thumbs_up_outline_28");
|
|
12268
12286
|
var _ticket_outline_28 = require("./28/ticket_outline_28");
|
|
12269
12287
|
var _touch_id_outline_28 = require("./28/touch_id_outline_28");
|
|
12288
|
+
var _traffic_cone_outline_28 = require("./28/traffic_cone_outline_28");
|
|
12270
12289
|
var _train_outline_28 = require("./28/train_outline_28");
|
|
12271
12290
|
var _truck_outline_28 = require("./28/truck_outline_28");
|
|
12272
12291
|
var _tshirt_outline_28 = require("./28/tshirt_outline_28");
|
|
@@ -12329,6 +12348,7 @@ var _video_circle_outline_28 = require("./28/video_circle_outline_28");
|
|
|
12329
12348
|
var _video_fill_outline_28 = require("./28/video_fill_outline_28");
|
|
12330
12349
|
var _video_outline_28 = require("./28/video_outline_28");
|
|
12331
12350
|
var _video_square_outline_28 = require("./28/video_square_outline_28");
|
|
12351
|
+
var _view_28 = require("./28/view_28");
|
|
12332
12352
|
var _view_outline_28 = require("./28/view_outline_28");
|
|
12333
12353
|
var _vinyl_outline_28 = require("./28/vinyl_outline_28");
|
|
12334
12354
|
var _vk_video_circle_fill_red_28 = require("./28/vk_video_circle_fill_red_28");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon20TrafficConeOutlineProps 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 Icon20TrafficConeOutline: FC<Icon20TrafficConeOutlineProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon24SendClockProps 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 Icon24SendClock: FC<Icon24SendClockProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon28NoteCircleFillGrayProps 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 Icon28NoteCircleFillGray: FC<Icon28NoteCircleFillGrayProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon28TrafficConeOutlineProps 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 Icon28TrafficConeOutline: FC<Icon28TrafficConeOutlineProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon28ViewProps 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 Icon28View: FC<Icon28ViewProps> & {
|
|
12
|
+
};
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -1080,6 +1080,7 @@ export { Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green_
|
|
|
1080
1080
|
export { Icon20ThumbsUpOutline } from './20/thumbs_up_outline_20';
|
|
1081
1081
|
export { Icon20TicketOutline } from './20/ticket_outline_20';
|
|
1082
1082
|
export { Icon20TouchIdOutline } from './20/touch_id_outline_20';
|
|
1083
|
+
export { Icon20TrafficConeOutline } from './20/traffic_cone_outline_20';
|
|
1083
1084
|
export { Icon20TransparencyOutline } from './20/transparency_outline_20';
|
|
1084
1085
|
export { Icon20TrashSimpleOutline } from './20/trash_simple_outline_20';
|
|
1085
1086
|
export { Icon20TrashSmileOutline } from './20/trash_smile_outline_20';
|
|
@@ -1724,6 +1725,7 @@ export { Icon24SearchOutline } from './24/search_outline_24';
|
|
|
1724
1725
|
export { Icon24SearchSlashOutline } from './24/search_slash_outline_24';
|
|
1725
1726
|
export { Icon24SearchStarsOutline } from './24/search_stars_outline_24';
|
|
1726
1727
|
export { Icon24Send } from './24/send_24';
|
|
1728
|
+
export { Icon24SendClock } from './24/send_clock_24';
|
|
1727
1729
|
export { Icon24SendOutline } from './24/send_outline_24';
|
|
1728
1730
|
export { Icon24Services } from './24/services_24';
|
|
1729
1731
|
export { Icon24ServicesOutline } from './24/services_outline_24';
|
|
@@ -2385,6 +2387,7 @@ export { Icon28NftHeptagonOutline } from './28/nft_heptagon_outline_28';
|
|
|
2385
2387
|
export { Icon28NoSmokingSignOutline } from './28/no_smoking_sign_outline_28';
|
|
2386
2388
|
export { Icon28NotebookAddBadgeOutline } from './28/notebook_add_badge_outline_28';
|
|
2387
2389
|
export { Icon28NotebookCheckOutline } from './28/notebook_check_outline_28';
|
|
2390
|
+
export { Icon28NoteCircleFillGray } from './28/note_circle_fill_gray_28';
|
|
2388
2391
|
export { Icon28Notification } from './28/notification_28';
|
|
2389
2392
|
export { Icon28NotificationAddOutline } from './28/notification_add_outline_28';
|
|
2390
2393
|
export { Icon28NotificationCheckOutline } from './28/notification_check_outline_28';
|
|
@@ -2634,6 +2637,7 @@ export { Icon28ThumbsUpCircleFillGreen } from './28/thumbs_up_circle_fill_green_
|
|
|
2634
2637
|
export { Icon28ThumbsUpOutline } from './28/thumbs_up_outline_28';
|
|
2635
2638
|
export { Icon28TicketOutline } from './28/ticket_outline_28';
|
|
2636
2639
|
export { Icon28TouchIdOutline } from './28/touch_id_outline_28';
|
|
2640
|
+
export { Icon28TrafficConeOutline } from './28/traffic_cone_outline_28';
|
|
2637
2641
|
export { Icon28TrainOutline } from './28/train_outline_28';
|
|
2638
2642
|
export { Icon28TruckOutline } from './28/truck_outline_28';
|
|
2639
2643
|
export { Icon28TshirtOutline } from './28/tshirt_outline_28';
|
|
@@ -2696,6 +2700,7 @@ export { Icon28VideoCircleOutline } from './28/video_circle_outline_28';
|
|
|
2696
2700
|
export { Icon28VideoFillOutline } from './28/video_fill_outline_28';
|
|
2697
2701
|
export { Icon28VideoOutline } from './28/video_outline_28';
|
|
2698
2702
|
export { Icon28VideoSquareOutline } from './28/video_square_outline_28';
|
|
2703
|
+
export { Icon28View } from './28/view_28';
|
|
2699
2704
|
export { Icon28ViewOutline } from './28/view_outline_28';
|
|
2700
2705
|
export { Icon28VinylOutline } from './28/vinyl_outline_28';
|
|
2701
2706
|
export { Icon28VkVideoCircleFillRed } from './28/vk_video_circle_fill_red_28';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
-
export var Icon20AddCircleFill = makeIcon('Icon20AddCircleFill', 'add_circle_fill_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="add_circle_fill_20"><
|
|
3
|
+
export var Icon20AddCircleFill = makeIcon('Icon20AddCircleFill', 'add_circle_fill_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="add_circle_fill_20"><rect width="20" height="20" fill="#2688EB" rx="10" /><path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon20TrafficConeOutlineProps 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 Icon20TrafficConeOutline: FC<Icon20TrafficConeOutlineProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon20TrafficConeOutline = makeIcon('Icon20TrafficConeOutline', 'traffic_cone_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="traffic_cone_outline_20"><path fill-rule="evenodd" d="M4.403 17 7.52 3.474a2.545 2.545 0 0 1 4.96 0L15.597 17h1.153a.75.75 0 0 1 0 1.5H3.25a.75.75 0 0 1 0-1.5zM8.982 3.81a1.045 1.045 0 0 1 2.037 0l.633 2.752-3.691 1.677 1.02-4.429Zm-1.445 6.27 4.459-2.027.642 2.786-5.854 2.509zm-1.17 5.079L5.942 17h8.115l-1.077-4.676z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon24SendClockProps 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 Icon24SendClock: FC<Icon24SendClockProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon24SendClock = makeIcon('Icon24SendClock', 'send_clock_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="send_clock_24"><path fill-rule="evenodd" d="M23 19a5 5 0 1 0-10 0 5 5 0 0 0 10 0m-4.1-2.1a.9.9 0 0 0-1.8 0V19a.9.9 0 0 0 .566.836c.312.125.607.232.874.329l.042.015c.254.092 1.041.403 1.248.486a.9.9 0 1 0 .669-1.671 75 75 0 0 0-1.295-.504l-.05-.018q-.127-.046-.254-.093zM4.446 19.664q.264-1.128 1.293-3.91a4 4 0 0 1 2.993-2.54l5.778-1.116a.1.1 0 0 0 0-.196l-5.765-1.117a4 4 0 0 1-2.988-2.53Q4.714 5.45 4.447 4.31l-.108-.454c-.468-1.965-.55-2.31 1.214-1.318 1.293.727 6.312 3.488 10.113 5.578l4.005 2.204c1.568.866 2.333 1.261 2.329 1.65-.003.298-.46.592-1.353 1.092a6.5 6.5 0 0 0-9.087 5.05c-2.647 1.47-5.098 2.828-6.007 3.323-1.792.976-1.723.702-1.312-.936q.096-.37.205-.835" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon28NoteCircleFillGrayProps 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 Icon28NoteCircleFillGray: FC<Icon28NoteCircleFillGrayProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon28NoteCircleFillGray = makeIcon('Icon28NoteCircleFillGray', 'note_circle_fill_gray_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="note_circle_fill_gray_28"><rect width="28" height="28" fill="url(#note_circle_fill_gray_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M18.667 7H9.333A2.333 2.333 0 0 0 7 9.333v9.334A2.333 2.333 0 0 0 9.333 21h9.334A2.333 2.333 0 0 0 21 18.667V9.333A2.333 2.333 0 0 0 18.667 7m-7.84 9.33a.75.75 0 0 0 0 1.5h4.013a.75.75 0 0 0 0-1.5zm-.75-2.33a.75.75 0 0 1 .75-.75h6.346a.75.75 0 0 1 0 1.5h-6.346a.75.75 0 0 1-.75-.75m.75-3.783a.75.75 0 0 0 0 1.5h6.346a.75.75 0 0 0 0-1.5z" clip-rule="evenodd" /><defs><linearGradient id="note_circle_fill_gray_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B6BD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon28TrafficConeOutlineProps 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 Icon28TrafficConeOutline: FC<Icon28TrafficConeOutlineProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon28TrafficConeOutline = makeIcon('Icon28TrafficConeOutline', 'traffic_cone_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="traffic_cone_outline_28"><path fill-rule="evenodd" d="m6.202 24 4.38-19.271a3.506 3.506 0 0 1 6.836 0L21.798 24H23.5a1 1 0 1 1 0 2h-19a1 1 0 1 1 0-2zm6.33-18.828a1.506 1.506 0 0 1 2.936 0l.918 4.036-5.321 2.419zm-2.024 8.905 6.33-2.877.91 4.006-8.306 3.56 1.066-4.69Zm-1.613 7.099L8.253 24h11.494L18.2 17.188z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SVGProps, Ref, FC } from 'react';
|
|
2
|
+
export interface Icon28ViewProps 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 Icon28View: FC<Icon28ViewProps> & {
|
|
12
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
export var Icon28View = makeIcon('Icon28View', 'view_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="view_28"><path d="M14 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6m12-3c0-1.6-4.8-8-12-8S2 12.4 2 14s4.8 8 12 8 12-6.4 12-8m-6.5 0a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
package/dist_es6/index.d.ts
CHANGED
|
@@ -1080,6 +1080,7 @@ export { Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green_
|
|
|
1080
1080
|
export { Icon20ThumbsUpOutline } from './20/thumbs_up_outline_20';
|
|
1081
1081
|
export { Icon20TicketOutline } from './20/ticket_outline_20';
|
|
1082
1082
|
export { Icon20TouchIdOutline } from './20/touch_id_outline_20';
|
|
1083
|
+
export { Icon20TrafficConeOutline } from './20/traffic_cone_outline_20';
|
|
1083
1084
|
export { Icon20TransparencyOutline } from './20/transparency_outline_20';
|
|
1084
1085
|
export { Icon20TrashSimpleOutline } from './20/trash_simple_outline_20';
|
|
1085
1086
|
export { Icon20TrashSmileOutline } from './20/trash_smile_outline_20';
|
|
@@ -1724,6 +1725,7 @@ export { Icon24SearchOutline } from './24/search_outline_24';
|
|
|
1724
1725
|
export { Icon24SearchSlashOutline } from './24/search_slash_outline_24';
|
|
1725
1726
|
export { Icon24SearchStarsOutline } from './24/search_stars_outline_24';
|
|
1726
1727
|
export { Icon24Send } from './24/send_24';
|
|
1728
|
+
export { Icon24SendClock } from './24/send_clock_24';
|
|
1727
1729
|
export { Icon24SendOutline } from './24/send_outline_24';
|
|
1728
1730
|
export { Icon24Services } from './24/services_24';
|
|
1729
1731
|
export { Icon24ServicesOutline } from './24/services_outline_24';
|
|
@@ -2385,6 +2387,7 @@ export { Icon28NftHeptagonOutline } from './28/nft_heptagon_outline_28';
|
|
|
2385
2387
|
export { Icon28NoSmokingSignOutline } from './28/no_smoking_sign_outline_28';
|
|
2386
2388
|
export { Icon28NotebookAddBadgeOutline } from './28/notebook_add_badge_outline_28';
|
|
2387
2389
|
export { Icon28NotebookCheckOutline } from './28/notebook_check_outline_28';
|
|
2390
|
+
export { Icon28NoteCircleFillGray } from './28/note_circle_fill_gray_28';
|
|
2388
2391
|
export { Icon28Notification } from './28/notification_28';
|
|
2389
2392
|
export { Icon28NotificationAddOutline } from './28/notification_add_outline_28';
|
|
2390
2393
|
export { Icon28NotificationCheckOutline } from './28/notification_check_outline_28';
|
|
@@ -2634,6 +2637,7 @@ export { Icon28ThumbsUpCircleFillGreen } from './28/thumbs_up_circle_fill_green_
|
|
|
2634
2637
|
export { Icon28ThumbsUpOutline } from './28/thumbs_up_outline_28';
|
|
2635
2638
|
export { Icon28TicketOutline } from './28/ticket_outline_28';
|
|
2636
2639
|
export { Icon28TouchIdOutline } from './28/touch_id_outline_28';
|
|
2640
|
+
export { Icon28TrafficConeOutline } from './28/traffic_cone_outline_28';
|
|
2637
2641
|
export { Icon28TrainOutline } from './28/train_outline_28';
|
|
2638
2642
|
export { Icon28TruckOutline } from './28/truck_outline_28';
|
|
2639
2643
|
export { Icon28TshirtOutline } from './28/tshirt_outline_28';
|
|
@@ -2696,6 +2700,7 @@ export { Icon28VideoCircleOutline } from './28/video_circle_outline_28';
|
|
|
2696
2700
|
export { Icon28VideoFillOutline } from './28/video_fill_outline_28';
|
|
2697
2701
|
export { Icon28VideoOutline } from './28/video_outline_28';
|
|
2698
2702
|
export { Icon28VideoSquareOutline } from './28/video_square_outline_28';
|
|
2703
|
+
export { Icon28View } from './28/view_28';
|
|
2699
2704
|
export { Icon28ViewOutline } from './28/view_outline_28';
|
|
2700
2705
|
export { Icon28VinylOutline } from './28/vinyl_outline_28';
|
|
2701
2706
|
export { Icon28VkVideoCircleFillRed } from './28/vk_video_circle_fill_red_28';
|
package/dist_es6/index.js
CHANGED
|
@@ -1080,6 +1080,7 @@ export { Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green_
|
|
|
1080
1080
|
export { Icon20ThumbsUpOutline } from './20/thumbs_up_outline_20';
|
|
1081
1081
|
export { Icon20TicketOutline } from './20/ticket_outline_20';
|
|
1082
1082
|
export { Icon20TouchIdOutline } from './20/touch_id_outline_20';
|
|
1083
|
+
export { Icon20TrafficConeOutline } from './20/traffic_cone_outline_20';
|
|
1083
1084
|
export { Icon20TransparencyOutline } from './20/transparency_outline_20';
|
|
1084
1085
|
export { Icon20TrashSimpleOutline } from './20/trash_simple_outline_20';
|
|
1085
1086
|
export { Icon20TrashSmileOutline } from './20/trash_smile_outline_20';
|
|
@@ -1724,6 +1725,7 @@ export { Icon24SearchOutline } from './24/search_outline_24';
|
|
|
1724
1725
|
export { Icon24SearchSlashOutline } from './24/search_slash_outline_24';
|
|
1725
1726
|
export { Icon24SearchStarsOutline } from './24/search_stars_outline_24';
|
|
1726
1727
|
export { Icon24Send } from './24/send_24';
|
|
1728
|
+
export { Icon24SendClock } from './24/send_clock_24';
|
|
1727
1729
|
export { Icon24SendOutline } from './24/send_outline_24';
|
|
1728
1730
|
export { Icon24Services } from './24/services_24';
|
|
1729
1731
|
export { Icon24ServicesOutline } from './24/services_outline_24';
|
|
@@ -2385,6 +2387,7 @@ export { Icon28NftHeptagonOutline } from './28/nft_heptagon_outline_28';
|
|
|
2385
2387
|
export { Icon28NoSmokingSignOutline } from './28/no_smoking_sign_outline_28';
|
|
2386
2388
|
export { Icon28NotebookAddBadgeOutline } from './28/notebook_add_badge_outline_28';
|
|
2387
2389
|
export { Icon28NotebookCheckOutline } from './28/notebook_check_outline_28';
|
|
2390
|
+
export { Icon28NoteCircleFillGray } from './28/note_circle_fill_gray_28';
|
|
2388
2391
|
export { Icon28Notification } from './28/notification_28';
|
|
2389
2392
|
export { Icon28NotificationAddOutline } from './28/notification_add_outline_28';
|
|
2390
2393
|
export { Icon28NotificationCheckOutline } from './28/notification_check_outline_28';
|
|
@@ -2634,6 +2637,7 @@ export { Icon28ThumbsUpCircleFillGreen } from './28/thumbs_up_circle_fill_green_
|
|
|
2634
2637
|
export { Icon28ThumbsUpOutline } from './28/thumbs_up_outline_28';
|
|
2635
2638
|
export { Icon28TicketOutline } from './28/ticket_outline_28';
|
|
2636
2639
|
export { Icon28TouchIdOutline } from './28/touch_id_outline_28';
|
|
2640
|
+
export { Icon28TrafficConeOutline } from './28/traffic_cone_outline_28';
|
|
2637
2641
|
export { Icon28TrainOutline } from './28/train_outline_28';
|
|
2638
2642
|
export { Icon28TruckOutline } from './28/truck_outline_28';
|
|
2639
2643
|
export { Icon28TshirtOutline } from './28/tshirt_outline_28';
|
|
@@ -2696,6 +2700,7 @@ export { Icon28VideoCircleOutline } from './28/video_circle_outline_28';
|
|
|
2696
2700
|
export { Icon28VideoFillOutline } from './28/video_fill_outline_28';
|
|
2697
2701
|
export { Icon28VideoOutline } from './28/video_outline_28';
|
|
2698
2702
|
export { Icon28VideoSquareOutline } from './28/video_square_outline_28';
|
|
2703
|
+
export { Icon28View } from './28/view_28';
|
|
2699
2704
|
export { Icon28ViewOutline } from './28/view_outline_28';
|
|
2700
2705
|
export { Icon28VinylOutline } from './28/vinyl_outline_28';
|
|
2701
2706
|
export { Icon28VkVideoCircleFillRed } from './28/vk_video_circle_fill_red_28';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.168.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": {
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@vkontakte/icons-sprite": "2.3.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@size-limit/file": "^11.
|
|
34
|
-
"@size-limit/webpack": "^11.
|
|
33
|
+
"@size-limit/file": "^11.2.0",
|
|
34
|
+
"@size-limit/webpack": "^11.2.0",
|
|
35
35
|
"@swc/cli": "^0.6.0",
|
|
36
|
-
"@swc/core": "^1.10.
|
|
36
|
+
"@swc/core": "^1.10.18",
|
|
37
37
|
"@types/react": "16.14.34",
|
|
38
38
|
"@vkontakte/icons-scripts": "4.3.1",
|
|
39
39
|
"css-loader": "^7.1.2",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"react": "16.10.0",
|
|
44
44
|
"react-color": "^2.18.0",
|
|
45
45
|
"react-dom": "^16.9.0",
|
|
46
|
-
"size-limit": "^11.
|
|
46
|
+
"size-limit": "^11.2.0",
|
|
47
47
|
"style-loader": "^4.0.0",
|
|
48
48
|
"swc-loader": "0.2.6",
|
|
49
49
|
"typescript": "^5.7.3",
|
|
50
|
-
"webpack": "^5.
|
|
50
|
+
"webpack": "^5.98.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": "^16.9.34 || ^17 || ^18"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">
|
|
2
|
-
<
|
|
2
|
+
<rect width="20" height="20" fill="#2688EB" rx="10"/>
|
|
3
3
|
<path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1Z"/>
|
|
4
4
|
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M4.403 17 7.52 3.474a2.545 2.545 0 0 1 4.96 0L15.597 17h1.153a.75.75 0 0 1 0 1.5H3.25a.75.75 0 0 1 0-1.5h1.153ZM8.982 3.81a1.045 1.045 0 0 1 2.037 0l.633 2.752-3.691 1.677 1.02-4.429Zm-1.445 6.27 4.459-2.027.642 2.786-5.854 2.509.753-3.268Zm-1.17 5.079L5.942 17h8.115l-1.077-4.676-6.613 2.835Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M23 19a5 5 0 1 0-10 0 5 5 0 0 0 10 0Zm-4.1-2.1a.9.9 0 0 0-1.8 0V19a.9.9 0 0 0 .566.836c.312.125.607.232.874.329l.042.015c.254.092 1.041.403 1.248.486a.9.9 0 1 0 .669-1.671 75.278 75.278 0 0 0-1.295-.504l-.05-.018c-.085-.03-.169-.062-.254-.093V16.9Z M4.446 19.664c.176-.752.607-2.055 1.293-3.91a4 4 0 0 1 2.993-2.54l5.778-1.116a.1.1 0 0 0 0-.196l-5.765-1.117a4 4 0 0 1-2.988-2.53c-.695-1.87-1.133-3.185-1.31-3.945l-.108-.454c-.468-1.965-.55-2.31 1.214-1.318 1.293.727 6.312 3.488 10.113 5.578l4.005 2.204c1.568.866 2.333 1.261 2.329 1.65-.003.298-.46.592-1.353 1.092a6.501 6.501 0 0 0-9.087 5.05c-2.647 1.47-5.098 2.828-6.007 3.323-1.792.976-1.723.702-1.312-.936.063-.247.133-.525.205-.835Z"/></svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28">
|
|
2
|
+
<rect width="28" height="28" fill="url(#a)" rx="14"/>
|
|
3
|
+
<path fill="#fff" fill-rule="evenodd" d="M18.667 7H9.333A2.333 2.333 0 0 0 7 9.333v9.334A2.333 2.333 0 0 0 9.333 21h9.334A2.333 2.333 0 0 0 21 18.667V9.333A2.333 2.333 0 0 0 18.667 7Zm-7.84 9.33a.75.75 0 0 0 0 1.5h4.013a.75.75 0 0 0 0-1.5h-4.013Zm-.75-2.33a.75.75 0 0 1 .75-.75h6.346a.75.75 0 0 1 0 1.5h-6.346a.75.75 0 0 1-.75-.75Zm.75-3.783a.75.75 0 0 0 0 1.5h6.346a.75.75 0 0 0 0-1.5h-6.346Z" clip-rule="evenodd"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#B1B6BD"/>
|
|
7
|
+
<stop offset="1" stop-color="#99A2AD"/>
|
|
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 fill-rule="evenodd" d="m6.202 24 4.38-19.271a3.506 3.506 0 0 1 6.836 0L21.798 24H23.5a1 1 0 1 1 0 2h-19a1 1 0 1 1 0-2h1.702Zm6.33-18.828a1.506 1.506 0 0 1 2.936 0l.918 4.036-5.321 2.419 1.467-6.455Zm-2.024 8.905 6.33-2.877.91 4.006-8.306 3.56 1.066-4.69Zm-1.613 7.099L8.253 24h11.494L18.2 17.188l-9.304 3.988Z" clip-rule="evenodd"/></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="M14 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z M26 14c0-1.6-4.8-8-12-8S2 12.4 2 14c0 1.6 4.8 8 12 8s12-6.4 12-8Zm-6.5 0a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Z" clip-rule="evenodd"/></svg>
|