@vkontakte/icons 2.43.0 → 2.44.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.
Files changed (51) hide show
  1. package/dist/12/play_circle_fill_gray.js +21 -0
  2. package/dist/20/arrows_2_left_right_inward.js +21 -0
  3. package/dist/20/arrows_2_left_right_outward.js +21 -0
  4. package/dist/20/services_filled.js +21 -0
  5. package/dist/24/home_arrow_down_outline.js +21 -0
  6. package/dist/24/mail_stack_outline.js +21 -0
  7. package/dist/24/subscriptions_outline.js +21 -0
  8. package/dist/28/home_arrow_down_outline.js +21 -0
  9. package/dist/36/gift_circe_filled.js +21 -0
  10. package/dist/es6/12/play_circle_fill_gray.js +3 -0
  11. package/dist/es6/20/arrows_2_left_right_inward.js +3 -0
  12. package/dist/es6/20/arrows_2_left_right_outward.js +3 -0
  13. package/dist/es6/20/services_filled.js +3 -0
  14. package/dist/es6/24/home_arrow_down_outline.js +3 -0
  15. package/dist/es6/24/mail_stack_outline.js +3 -0
  16. package/dist/es6/24/subscriptions_outline.js +3 -0
  17. package/dist/es6/28/home_arrow_down_outline.js +3 -0
  18. package/dist/es6/36/gift_circe_filled.js +3 -0
  19. package/dist/es6/index.js +9 -0
  20. package/dist/icons-map.json +1 -1
  21. package/dist/index.js +42 -6
  22. package/dist/typings/12/play_circle_fill_gray.d.ts +12 -0
  23. package/dist/typings/20/arrows_2_left_right_inward.d.ts +12 -0
  24. package/dist/typings/20/arrows_2_left_right_outward.d.ts +12 -0
  25. package/dist/typings/20/services_filled.d.ts +12 -0
  26. package/dist/typings/24/home_arrow_down_outline.d.ts +12 -0
  27. package/dist/typings/24/mail_stack_outline.d.ts +12 -0
  28. package/dist/typings/24/subscriptions_outline.d.ts +12 -0
  29. package/dist/typings/28/home_arrow_down_outline.d.ts +12 -0
  30. package/dist/typings/36/gift_circe_filled.d.ts +12 -0
  31. package/dist/typings/index.d.ts +9 -0
  32. package/package.json +1 -1
  33. package/src/svg/12/play_circle_fill_gray_12.svg +5 -0
  34. package/src/svg/20/arrows_2_left_right_inward_20.svg +1 -0
  35. package/src/svg/20/arrows_2_left_right_outward_20.svg +1 -0
  36. package/src/svg/20/services_filled_20.svg +1 -0
  37. package/src/svg/24/home_arrow_down_outline_24.svg +1 -0
  38. package/src/svg/24/mail_stack_outline_24.svg +1 -0
  39. package/src/svg/24/subscriptions_outline_24.svg +1 -0
  40. package/src/svg/28/home_arrow_down_outline_28.svg +1 -0
  41. package/src/svg/36/gift_circe_filled_36.svg +11 -0
  42. package/ts/12/play_circle_fill_gray.ts +26 -0
  43. package/ts/20/arrows_2_left_right_inward.ts +26 -0
  44. package/ts/20/arrows_2_left_right_outward.ts +26 -0
  45. package/ts/20/services_filled.ts +26 -0
  46. package/ts/24/home_arrow_down_outline.ts +26 -0
  47. package/ts/24/mail_stack_outline.ts +26 -0
  48. package/ts/24/subscriptions_outline.ts +26 -0
  49. package/ts/28/home_arrow_down_outline.ts +26 -0
  50. package/ts/36/gift_circe_filled.ts +26 -0
  51. package/ts/index.ts +9 -0
package/dist/index.js CHANGED
@@ -240,6 +240,9 @@ _export(exports, {
240
240
  Icon12PlayCircle: function() {
241
241
  return _play_circle.Icon12PlayCircle;
242
242
  },
243
+ Icon12PlayCircleFillGray: function() {
244
+ return _play_circle_fill_gray.Icon12PlayCircleFillGray;
245
+ },
243
246
  Icon12Poll: function() {
244
247
  return _poll.Icon12Poll;
245
248
  },
@@ -967,7 +970,7 @@ _export(exports, {
967
970
  return _play_circle_fill_azure.Icon16PlayCircleFillAzure;
968
971
  },
969
972
  Icon16PlayCircleFillGray: function() {
970
- return _play_circle_fill_gray.Icon16PlayCircleFillGray;
973
+ return _play_circle_fill_gray1.Icon16PlayCircleFillGray;
971
974
  },
972
975
  Icon16PlayCircleFillPink: function() {
973
976
  return _play_circle_fill_pink.Icon16PlayCircleFillPink;
@@ -1317,6 +1320,12 @@ _export(exports, {
1317
1320
  Icon20ArrowRightSquareOutline: function() {
1318
1321
  return _arrow_right_square_outline.Icon20ArrowRightSquareOutline;
1319
1322
  },
1323
+ Icon20Arrows2LeftRightInward: function() {
1324
+ return _arrows_2_left_right_inward.Icon20Arrows2LeftRightInward;
1325
+ },
1326
+ Icon20Arrows2LeftRightOutward: function() {
1327
+ return _arrows_2_left_right_outward.Icon20Arrows2LeftRightOutward;
1328
+ },
1320
1329
  Icon20ArrowshapeLeft2Outline: function() {
1321
1330
  return _arrowshape_left_2_outline.Icon20ArrowshapeLeft2Outline;
1322
1331
  },
@@ -2373,6 +2382,9 @@ _export(exports, {
2373
2382
  Icon20ServicesCircleFillYellow: function() {
2374
2383
  return _services_circle_fill_yellow.Icon20ServicesCircleFillYellow;
2375
2384
  },
2385
+ Icon20ServicesFilled: function() {
2386
+ return _services_filled.Icon20ServicesFilled;
2387
+ },
2376
2388
  Icon20ServicesOutline: function() {
2377
2389
  return _services_outline.Icon20ServicesOutline;
2378
2390
  },
@@ -3483,6 +3495,9 @@ _export(exports, {
3483
3495
  Icon24Home: function() {
3484
3496
  return _home1.Icon24Home;
3485
3497
  },
3498
+ Icon24HomeArrowDownOutline: function() {
3499
+ return _home_arrow_down_outline2.Icon24HomeArrowDownOutline;
3500
+ },
3486
3501
  Icon24HomeHeartOutline: function() {
3487
3502
  return _home_heart_outline.Icon24HomeHeartOutline;
3488
3503
  },
@@ -3672,6 +3687,9 @@ _export(exports, {
3672
3687
  Icon24MailOutline: function() {
3673
3688
  return _mail_outline2.Icon24MailOutline;
3674
3689
  },
3690
+ Icon24MailStackOutline: function() {
3691
+ return _mail_stack_outline2.Icon24MailStackOutline;
3692
+ },
3675
3693
  Icon24MappinViewfinderOutline: function() {
3676
3694
  return _mappin_viewfinder_outline.Icon24MappinViewfinderOutline;
3677
3695
  },
@@ -4275,6 +4293,9 @@ _export(exports, {
4275
4293
  Icon24StudOutline: function() {
4276
4294
  return _stud_outline.Icon24StudOutline;
4277
4295
  },
4296
+ Icon24SubscriptionsOutline: function() {
4297
+ return _subscriptions_outline1.Icon24SubscriptionsOutline;
4298
+ },
4278
4299
  Icon24Subtitles: function() {
4279
4300
  return _subtitles1.Icon24Subtitles;
4280
4301
  },
@@ -5373,6 +5394,9 @@ _export(exports, {
5373
5394
  Icon28HockeyOutline: function() {
5374
5395
  return _hockey_outline1.Icon28HockeyOutline;
5375
5396
  },
5397
+ Icon28HomeArrowDownOutline: function() {
5398
+ return _home_arrow_down_outline3.Icon28HomeArrowDownOutline;
5399
+ },
5376
5400
  Icon28HomeOutline: function() {
5377
5401
  return _home_outline2.Icon28HomeOutline;
5378
5402
  },
@@ -5584,7 +5608,7 @@ _export(exports, {
5584
5608
  return _mail_outline3.Icon28MailOutline;
5585
5609
  },
5586
5610
  Icon28MailStackOutline: function() {
5587
- return _mail_stack_outline2.Icon28MailStackOutline;
5611
+ return _mail_stack_outline3.Icon28MailStackOutline;
5588
5612
  },
5589
5613
  Icon28MarketAddBadgeOutline: function() {
5590
5614
  return _market_add_badge_outline.Icon28MarketAddBadgeOutline;
@@ -5965,7 +5989,7 @@ _export(exports, {
5965
5989
  return _play_circle_fill_azure1.Icon28PlayCircleFillAzure;
5966
5990
  },
5967
5991
  Icon28PlayCircleFillGray: function() {
5968
- return _play_circle_fill_gray1.Icon28PlayCircleFillGray;
5992
+ return _play_circle_fill_gray2.Icon28PlayCircleFillGray;
5969
5993
  },
5970
5994
  Icon28PlaylistOutline: function() {
5971
5995
  return _playlist_outline1.Icon28PlaylistOutline;
@@ -6969,6 +6993,9 @@ _export(exports, {
6969
6993
  Icon36Gift: function() {
6970
6994
  return _gift5.Icon36Gift;
6971
6995
  },
6996
+ Icon36GiftCirceFilled: function() {
6997
+ return _gift_circe_filled.Icon36GiftCirceFilled;
6998
+ },
6972
6999
  Icon36GiftOutline: function() {
6973
7000
  return _gift_outline5.Icon36GiftOutline;
6974
7001
  },
@@ -7977,6 +8004,7 @@ var _picture_outline = require("./12/picture_outline");
7977
8004
  var _place = require("./12/place");
7978
8005
  var _play = require("./12/play");
7979
8006
  var _play_circle = require("./12/play_circle");
8007
+ var _play_circle_fill_gray = require("./12/play_circle_fill_gray");
7980
8008
  var _poll = require("./12/poll");
7981
8009
  var _popup_stickers_circle_fill_raspberry_pink_product = require("./12/popup_stickers_circle_fill_raspberry_pink_product");
7982
8010
  var _question = require("./12/question");
@@ -8219,7 +8247,7 @@ var _plane_outline = require("./16/plane_outline");
8219
8247
  var _play1 = require("./16/play");
8220
8248
  var _play_circle1 = require("./16/play_circle");
8221
8249
  var _play_circle_fill_azure = require("./16/play_circle_fill_azure");
8222
- var _play_circle_fill_gray = require("./16/play_circle_fill_gray");
8250
+ var _play_circle_fill_gray1 = require("./16/play_circle_fill_gray");
8223
8251
  var _play_circle_fill_pink = require("./16/play_circle_fill_pink");
8224
8252
  var _poll1 = require("./16/poll");
8225
8253
  var _popup_stickers_circle_fill_raspberry_pink_product1 = require("./16/popup_stickers_circle_fill_raspberry_pink_product");
@@ -8336,6 +8364,8 @@ var _arrow_down_outline1 = require("./20/arrow_down_outline");
8336
8364
  var _arrow_left_outline1 = require("./20/arrow_left_outline");
8337
8365
  var _arrow_right_outline1 = require("./20/arrow_right_outline");
8338
8366
  var _arrow_right_square_outline = require("./20/arrow_right_square_outline");
8367
+ var _arrows_2_left_right_inward = require("./20/arrows_2_left_right_inward");
8368
+ var _arrows_2_left_right_outward = require("./20/arrows_2_left_right_outward");
8339
8369
  var _arrowshape_left_2_outline = require("./20/arrowshape_left_2_outline");
8340
8370
  var _arrowshape_left_right = require("./20/arrowshape_left_right");
8341
8371
  var _arrowshape_right_outline1 = require("./20/arrowshape_right_outline");
@@ -8688,6 +8718,7 @@ var _scissors_outline = require("./20/scissors_outline");
8688
8718
  var _search1 = require("./20/search");
8689
8719
  var _services_circle_fill_blue = require("./20/services_circle_fill_blue");
8690
8720
  var _services_circle_fill_yellow = require("./20/services_circle_fill_yellow");
8721
+ var _services_filled = require("./20/services_filled");
8691
8722
  var _services_outline = require("./20/services_outline");
8692
8723
  var _share_external_outline = require("./20/share_external_outline");
8693
8724
  var _share_outline1 = require("./20/share_outline");
@@ -9058,6 +9089,7 @@ var _hieroglyph_character_outline3 = require("./24/hieroglyph_character_outline"
9058
9089
  var _highlights_outline = require("./24/highlights_outline");
9059
9090
  var _history_backward_outline2 = require("./24/history_backward_outline");
9060
9091
  var _home1 = require("./24/home");
9092
+ var _home_arrow_down_outline2 = require("./24/home_arrow_down_outline");
9061
9093
  var _home_heart_outline = require("./24/home_heart_outline");
9062
9094
  var _home_outline1 = require("./24/home_outline");
9063
9095
  var _horizontal_rectangle_16x9_outline = require("./24/horizontal_rectangle_16x9_outline");
@@ -9121,6 +9153,7 @@ var _logo_vk_outline1 = require("./24/logo_vk_outline");
9121
9153
  var _lotus_outline = require("./24/lotus_outline");
9122
9154
  var _magic_wand_outline = require("./24/magic_wand_outline");
9123
9155
  var _mail_outline2 = require("./24/mail_outline");
9156
+ var _mail_stack_outline2 = require("./24/mail_stack_outline");
9124
9157
  var _mappin_viewfinder_outline = require("./24/mappin_viewfinder_outline");
9125
9158
  var _marker_outline1 = require("./24/marker_outline");
9126
9159
  var _market2 = require("./24/market");
@@ -9322,6 +9355,7 @@ var _story3 = require("./24/story");
9322
9355
  var _story_outline2 = require("./24/story_outline");
9323
9356
  var _story_reply_outline = require("./24/story_reply_outline");
9324
9357
  var _stud_outline = require("./24/stud_outline");
9358
+ var _subscriptions_outline1 = require("./24/subscriptions_outline");
9325
9359
  var _subtitles1 = require("./24/subtitles");
9326
9360
  var _subtitles_outline = require("./24/subtitles_outline");
9327
9361
  var _subtitles_slash = require("./24/subtitles_slash");
@@ -9688,6 +9722,7 @@ var _history_backward_outline3 = require("./28/history_backward_outline");
9688
9722
  var _history_forward_lock_outline = require("./28/history_forward_lock_outline");
9689
9723
  var _history_forward_outline = require("./28/history_forward_outline");
9690
9724
  var _hockey_outline1 = require("./28/hockey_outline");
9725
+ var _home_arrow_down_outline3 = require("./28/home_arrow_down_outline");
9691
9726
  var _home_outline2 = require("./28/home_outline");
9692
9727
  var _horse_toy_outline2 = require("./28/horse_toy_outline");
9693
9728
  var _hourglass_error_badge_outline = require("./28/hourglass_error_badge_outline");
@@ -9758,7 +9793,7 @@ var _magnifier_plus = require("./28/magnifier_plus");
9758
9793
  var _mail_circle_fill_blue1 = require("./28/mail_circle_fill_blue");
9759
9794
  var _mail_circle_fill_gray = require("./28/mail_circle_fill_gray");
9760
9795
  var _mail_outline3 = require("./28/mail_outline");
9761
- var _mail_stack_outline2 = require("./28/mail_stack_outline");
9796
+ var _mail_stack_outline3 = require("./28/mail_stack_outline");
9762
9797
  var _market_add_badge_outline = require("./28/market_add_badge_outline");
9763
9798
  var _market_circle_fill_blue = require("./28/market_circle_fill_blue");
9764
9799
  var _market_circle_fill_yellow1 = require("./28/market_circle_fill_yellow");
@@ -9885,7 +9920,7 @@ var _play4 = require("./28/play");
9885
9920
  var _play_cards_2_outline1 = require("./28/play_cards_2_outline");
9886
9921
  var _play_circle4 = require("./28/play_circle");
9887
9922
  var _play_circle_fill_azure1 = require("./28/play_circle_fill_azure");
9888
- var _play_circle_fill_gray1 = require("./28/play_circle_fill_gray");
9923
+ var _play_circle_fill_gray2 = require("./28/play_circle_fill_gray");
9889
9924
  var _playlist_outline1 = require("./28/playlist_outline");
9890
9925
  var _play_rectangle_stack_outline = require("./28/play_rectangle_stack_outline");
9891
9926
  var _play_speed_outline = require("./28/play_speed_outline");
@@ -10220,6 +10255,7 @@ var _favorite_outline4 = require("./36/favorite_outline");
10220
10255
  var _game_outline3 = require("./36/game_outline");
10221
10256
  var _ghost_simple_outline1 = require("./36/ghost_simple_outline");
10222
10257
  var _gift5 = require("./36/gift");
10258
+ var _gift_circe_filled = require("./36/gift_circe_filled");
10223
10259
  var _gift_outline5 = require("./36/gift_outline");
10224
10260
  var _health_outline2 = require("./36/health_outline");
10225
10261
  var _hearts_2_outline1 = require("./36/hearts_2_outline");
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon12PlayCircleFillGrayProps 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 Icon12PlayCircleFillGray: import("react").FC<Icon12PlayCircleFillGrayProps>;
12
+ export default Icon12PlayCircleFillGray;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20Arrows2LeftRightInwardProps 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 Icon20Arrows2LeftRightInward: import("react").FC<Icon20Arrows2LeftRightInwardProps>;
12
+ export default Icon20Arrows2LeftRightInward;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20Arrows2LeftRightOutwardProps 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 Icon20Arrows2LeftRightOutward: import("react").FC<Icon20Arrows2LeftRightOutwardProps>;
12
+ export default Icon20Arrows2LeftRightOutward;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20ServicesFilledProps 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 Icon20ServicesFilled: import("react").FC<Icon20ServicesFilledProps>;
12
+ export default Icon20ServicesFilled;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24HomeArrowDownOutlineProps 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 Icon24HomeArrowDownOutline: import("react").FC<Icon24HomeArrowDownOutlineProps>;
12
+ export default Icon24HomeArrowDownOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24MailStackOutlineProps 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 Icon24MailStackOutline: import("react").FC<Icon24MailStackOutlineProps>;
12
+ export default Icon24MailStackOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24SubscriptionsOutlineProps 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 Icon24SubscriptionsOutline: import("react").FC<Icon24SubscriptionsOutlineProps>;
12
+ export default Icon24SubscriptionsOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28HomeArrowDownOutlineProps 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 Icon28HomeArrowDownOutline: import("react").FC<Icon28HomeArrowDownOutlineProps>;
12
+ export default Icon28HomeArrowDownOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon36GiftCirceFilledProps 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 Icon36GiftCirceFilled: import("react").FC<Icon36GiftCirceFilledProps>;
12
+ export default Icon36GiftCirceFilled;
@@ -75,6 +75,7 @@ export { Icon12PictureOutline } from './12/picture_outline';
75
75
  export { Icon12Place } from './12/place';
76
76
  export { Icon12Play } from './12/play';
77
77
  export { Icon12PlayCircle } from './12/play_circle';
78
+ export { Icon12PlayCircleFillGray } from './12/play_circle_fill_gray';
78
79
  export { Icon12Poll } from './12/poll';
79
80
  export { Icon12PopupStickersCircleFillRaspberryPinkProduct } from './12/popup_stickers_circle_fill_raspberry_pink_product';
80
81
  export { Icon12Question } from './12/question';
@@ -434,6 +435,8 @@ export { Icon20ArrowDownOutline } from './20/arrow_down_outline';
434
435
  export { Icon20ArrowLeftOutline } from './20/arrow_left_outline';
435
436
  export { Icon20ArrowRightOutline } from './20/arrow_right_outline';
436
437
  export { Icon20ArrowRightSquareOutline } from './20/arrow_right_square_outline';
438
+ export { Icon20Arrows2LeftRightInward } from './20/arrows_2_left_right_inward';
439
+ export { Icon20Arrows2LeftRightOutward } from './20/arrows_2_left_right_outward';
437
440
  export { Icon20ArrowshapeLeft2Outline } from './20/arrowshape_left_2_outline';
438
441
  export { Icon20ArrowshapeLeftRight } from './20/arrowshape_left_right';
439
442
  export { Icon20ArrowshapeRightOutline } from './20/arrowshape_right_outline';
@@ -786,6 +789,7 @@ export { Icon20ScissorsOutline } from './20/scissors_outline';
786
789
  export { Icon20Search } from './20/search';
787
790
  export { Icon20ServicesCircleFillBlue } from './20/services_circle_fill_blue';
788
791
  export { Icon20ServicesCircleFillYellow } from './20/services_circle_fill_yellow';
792
+ export { Icon20ServicesFilled } from './20/services_filled';
789
793
  export { Icon20ServicesOutline } from './20/services_outline';
790
794
  export { Icon20ShareExternalOutline } from './20/share_external_outline';
791
795
  export { Icon20ShareOutline } from './20/share_outline';
@@ -1156,6 +1160,7 @@ export { Icon24HieroglyphCharacterOutline } from './24/hieroglyph_character_outl
1156
1160
  export { Icon24HighlightsOutline } from './24/highlights_outline';
1157
1161
  export { Icon24HistoryBackwardOutline } from './24/history_backward_outline';
1158
1162
  export { Icon24Home } from './24/home';
1163
+ export { Icon24HomeArrowDownOutline } from './24/home_arrow_down_outline';
1159
1164
  export { Icon24HomeHeartOutline } from './24/home_heart_outline';
1160
1165
  export { Icon24HomeOutline } from './24/home_outline';
1161
1166
  export { Icon24HorizontalRectangle16x9Outline } from './24/horizontal_rectangle_16x9_outline';
@@ -1219,6 +1224,7 @@ export { Icon24LogoVkOutline } from './24/logo_vk_outline';
1219
1224
  export { Icon24LotusOutline } from './24/lotus_outline';
1220
1225
  export { Icon24MagicWandOutline } from './24/magic_wand_outline';
1221
1226
  export { Icon24MailOutline } from './24/mail_outline';
1227
+ export { Icon24MailStackOutline } from './24/mail_stack_outline';
1222
1228
  export { Icon24MappinViewfinderOutline } from './24/mappin_viewfinder_outline';
1223
1229
  export { Icon24MarkerOutline } from './24/marker_outline';
1224
1230
  export { Icon24Market } from './24/market';
@@ -1420,6 +1426,7 @@ export { Icon24Story } from './24/story';
1420
1426
  export { Icon24StoryOutline } from './24/story_outline';
1421
1427
  export { Icon24StoryReplyOutline } from './24/story_reply_outline';
1422
1428
  export { Icon24StudOutline } from './24/stud_outline';
1429
+ export { Icon24SubscriptionsOutline } from './24/subscriptions_outline';
1423
1430
  export { Icon24Subtitles } from './24/subtitles';
1424
1431
  export { Icon24SubtitlesOutline } from './24/subtitles_outline';
1425
1432
  export { Icon24SubtitlesSlash } from './24/subtitles_slash';
@@ -1786,6 +1793,7 @@ export { Icon28HistoryBackwardOutline } from './28/history_backward_outline';
1786
1793
  export { Icon28HistoryForwardLockOutline } from './28/history_forward_lock_outline';
1787
1794
  export { Icon28HistoryForwardOutline } from './28/history_forward_outline';
1788
1795
  export { Icon28HockeyOutline } from './28/hockey_outline';
1796
+ export { Icon28HomeArrowDownOutline } from './28/home_arrow_down_outline';
1789
1797
  export { Icon28HomeOutline } from './28/home_outline';
1790
1798
  export { Icon28HorseToyOutline } from './28/horse_toy_outline';
1791
1799
  export { Icon28HourglassErrorBadgeOutline } from './28/hourglass_error_badge_outline';
@@ -2318,6 +2326,7 @@ export { Icon36FavoriteOutline } from './36/favorite_outline';
2318
2326
  export { Icon36GameOutline } from './36/game_outline';
2319
2327
  export { Icon36GhostSimpleOutline } from './36/ghost_simple_outline';
2320
2328
  export { Icon36Gift } from './36/gift';
2329
+ export { Icon36GiftCirceFilled } from './36/gift_circe_filled';
2321
2330
  export { Icon36GiftOutline } from './36/gift_outline';
2322
2331
  export { Icon36HealthOutline } from './36/health_outline';
2323
2332
  export { Icon36Hearts2Outline } from './36/hearts_2_outline';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.43.0",
3
+ "version": "2.44.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "repository": "https://github.com/VKCOM/icons",
6
6
  "homepage": "https://vkcom.github.io/icons/",
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
2
+ <circle cx="6" cy="6" r="6" fill="#A3ADB8"/>
3
+ <path fill="#fff" d="M4.75 3.293 9.082 5.72a.318.318 0 0 1 0 .56L4.75 8.707a.339.339 0 0 1-.454-.119.316.316 0 0 1-.045-.161V3.573c0-.178.15-.323.333-.323a.34.34 0 0 1 .166.043Z"/>
4
+ </svg>
5
+
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="M4.47 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.75a.75.75 0 0 1 0 1.061l-2.752 2.75a.75.75 0 1 1-1.06-1.062l1.471-1.469H1.75a.75.75 0 0 1 0-1.5h4.19L4.47 7.78Zm11.06 0a.75.75 0 0 0-1.06-1.06l-2.752 2.75a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 0 0 1.06-1.062l-1.471-1.469h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z"/></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 d="M14.972 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.751a.75.75 0 0 1 0 1.061l-2.752 2.749a.75.75 0 1 1-1.06-1.062l1.471-1.469h-4.191a.75.75 0 0 1 0-1.5h4.19l-1.47-1.47Zm-9.944 0a.75.75 0 0 0-1.06-1.06L1.216 9.47a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 1 0 1.06-1.062L3.557 10.75h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z"/></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="M11.747 7.718c-.28-.28-.52-.52-.703-.735-.192-.226-.363-.472-.46-.775a2.247 2.247 0 0 1 0-1.39c.097-.302.268-.548.46-.774.182-.215.444-.476.723-.756l.247-.247.248-.247c.279-.28.54-.54.755-.723.226-.192.472-.363.775-.461a2.248 2.248 0 0 1 1.39 0c.302.098.548.269.774.461.215.182.456.423.735.702l.268.268.267.268c.28.28.52.52.703.735.192.226.363.472.461.775.147.451.147.938 0 1.389-.098.303-.269.549-.461.775-.182.215-.444.476-.723.755l-.247.248-.247.247c-.28.28-.541.54-.756.723-.226.192-.472.363-.775.46a2.248 2.248 0 0 1-1.389 0c-.303-.097-.549-.268-.775-.46a12.884 12.884 0 0 1-.735-.703l-.268-.267-.267-.268Zm-.757 6.407c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.216-.423.56-.767.982-.982.284-.145.579-.198.875-.223.28-.022.65-.022 1.045-.022h.7c.394 0 .764 0 1.044.022.296.025.591.078.875.223.422.215.766.559.982.982.144.283.198.578.222.874.023.28.023.621.023 1.016v.757c0 .395 0 .736-.023 1.017-.024.296-.078.59-.222.874-.216.423-.56.767-.982.982-.284.145-.579.198-.875.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.044-.023a2.3 2.3 0 0 1-.875-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874c-.023-.281-.023-.622-.023-1.017v-.757ZM2 5.135v.757c0 .395 0 .736.023 1.016.024.296.078.591.222.874.215.423.56.767.982.983.284.144.578.198.874.222.281.023.65.023 1.046.023h.699c.395 0 .764 0 1.045-.023.296-.024.59-.078.874-.222.423-.216.767-.56.982-.983.145-.283.198-.578.223-.874.022-.28.022-.621.022-1.016v-.757c0-.395 0-.736-.022-1.016-.025-.297-.078-.591-.223-.875a2.248 2.248 0 0 0-.982-.982 2.29 2.29 0 0 0-.874-.222c-.28-.023-.65-.023-1.045-.023h-.7c-.394 0-.764 0-1.045.023-.296.024-.59.078-.874.222-.423.216-.767.56-.982.982a2.295 2.295 0 0 0-.222.875C2 4.399 2 4.74 2 5.135Zm0 8.99c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.215-.423.56-.767.982-.982.284-.145.578-.198.874-.223.281-.022.65-.022 1.046-.022h.699c.395 0 .764 0 1.045.022.296.025.59.078.874.223.423.215.767.559.982.982.145.283.198.578.223.874.022.28.022.621.022 1.016v.757c0 .395 0 .736-.022 1.017-.025.296-.078.59-.223.874a2.24 2.24 0 0 1-.982.982c-.283.145-.578.198-.874.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.045-.023a2.295 2.295 0 0 1-.874-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874C2 15.617 2 15.277 2 14.882v-.757Z" 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 d="M11.1 9.9v3.968l-1.052-1.092a.9.9 0 0 0-1.296 1.248l2.6 2.7a.9.9 0 0 0 1.296 0l2.6-2.7a.9.9 0 0 0-1.296-1.248L12.9 13.868V9.9a.9.9 0 0 0-1.8 0Z M13.004 3.133a3.9 3.9 0 0 0-2.008 0c-.749.2-1.406.7-2.309 1.39l-3.532 2.69c-.606.46-1.048.797-1.374 1.232a3.9 3.9 0 0 0-.633 1.278c-.149.524-.148 1.079-.148 1.84v3.775c0 .808 0 1.469.044 2.006.045.556.142 1.058.381 1.527a3.9 3.9 0 0 0 1.704 1.704c.47.239.971.336 1.527.381C7.193 21 7.854 21 8.662 21h6.676c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006v-3.775c0-.761 0-1.316-.148-1.84a3.9 3.9 0 0 0-.633-1.278c-.326-.435-.768-.771-1.374-1.232l-3.532-2.69c-.903-.69-1.56-1.19-2.309-1.39ZM11.46 4.872a2.1 2.1 0 0 1 1.082 0c.36.096.716.347 1.822 1.19l3.3 2.513c.735.56.96.74 1.116.95.156.207.271.44.342.689.071.252.079.54.079 1.464V15.3c0 .855 0 1.442-.038 1.897-.036.445-.103.684-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H8.7c-.855 0-1.442 0-1.897-.038-.445-.036-.684-.103-.856-.19a2.1 2.1 0 0 1-.918-.919c-.088-.172-.155-.411-.191-.856C4.8 16.742 4.8 16.155 4.8 15.3v-3.622c0-.924.008-1.212.08-1.464a2.1 2.1 0 0 1 .34-.689c.158-.21.382-.39 1.117-.95l3.3-2.513c1.106-.843 1.463-1.094 1.822-1.19Z" 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 d="M8.7 3A1.7 1.7 0 0 0 7 4.7h10A1.7 1.7 0 0 0 15.3 3H8.7Z"/><path fill-rule="evenodd" d="M3.49 8.457C3 9.42 3 10.68 3 13.2v.6c0 2.52 0 3.78.49 4.743a4.5 4.5 0 0 0 1.967 1.966C6.42 21 7.68 21 10.2 21h3.6c2.52 0 3.78 0 4.743-.49a4.5 4.5 0 0 0 1.966-1.967C21 17.58 21 16.32 21 13.8v-.6c0-2.52 0-3.78-.49-4.743a4.5 4.5 0 0 0-1.967-1.967C17.58 6 16.32 6 13.8 6h-3.6c-2.52 0-3.78 0-4.743.49A4.5 4.5 0 0 0 3.49 8.457ZM13.8 7.8h-3.6c-1.29 0-2.149.001-2.809.055-.64.053-.932.145-1.117.24a2.7 2.7 0 0 0-.542.364l4.076 4.076c.505.506.847.846 1.131 1.087.277.235.44.323.567.364a1.6 1.6 0 0 0 .988 0c.128-.041.29-.129.567-.364.284-.24.626-.581 1.131-1.087l4.076-4.076a2.699 2.699 0 0 0-.542-.365c-.185-.094-.478-.186-1.117-.239-.66-.054-1.52-.055-2.809-.055Zm-8.945 2.591a7.73 7.73 0 0 1 .023-.24l3.683 3.683c.473.473.866.866 1.213 1.16.362.308.732.56 1.175.704a3.401 3.401 0 0 0 2.102 0c.443-.144.813-.396 1.175-.703.347-.295.74-.688 1.213-1.161l3.683-3.683c.008.074.016.154.023.24.054.66.055 1.52.055 2.809v.6c0 1.29-.001 2.149-.055 2.809-.052.64-.145.931-.24 1.117a2.7 2.7 0 0 1-1.18 1.18c-.184.094-.477.187-1.116.239-.66.054-1.52.055-2.809.055h-3.6c-1.29 0-2.149-.001-2.809-.055-.64-.052-.932-.145-1.117-.24a2.7 2.7 0 0 1-1.18-1.18c-.094-.184-.186-.477-.239-1.116-.054-.66-.055-1.52-.055-2.809v-.6c0-1.29.001-2.149.055-2.809Z" 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 d="M9.9 7a.9.9 0 1 0 0 1.8h5.2a.9.9 0 1 0 0-1.8H9.9ZM9 11.9a.9.9 0 0 1 .9-.9h3.2a.9.9 0 1 1 0 1.8H9.9a.9.9 0 0 1-.9-.9Z M13.538 2h-2.076c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 5.48 4.402c-.267.523-.377 1.087-.43 1.726C5 6.748 5 7.514 5 8.462V12h-.1A2.9 2.9 0 0 0 2 14.9v3.198a3.9 3.9 0 0 0 3.9 3.9h.547c.078.002.158.002.23.002h6.861c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V8.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C15.252 2 14.486 2 13.538 2ZM9.963 20.2a.928.928 0 0 0-.063-.002H6.8V8.5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 8.22 4.083c.226-.115.527-.195 1.055-.238.538-.044 1.23-.045 2.225-.045h2c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v7c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045H9.963ZM5 19.996a2.1 2.1 0 0 1-1.2-1.898V14.9a1.1 1.1 0 0 1 1.1-1.1H5v6.196Z" 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="M13 11v5.586l-1.293-1.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L15 16.586V11a1 1 0 1 0-2 0Z M15.047 3.144a4 4 0 0 0-2.095 0c-.781.212-1.462.744-2.367 1.451l-5.447 4.25c-.586.456-1.029.8-1.356 1.244a4 4 0 0 0-.634 1.3C2.999 11.918 3 12.48 3 13.222v6.018c0 .805 0 1.47.044 2.01.046.563.145 1.08.392 1.565a4 4 0 0 0 1.748 1.748c.485.247 1.002.346 1.564.392C7.29 25 7.954 25 8.758 25h10.483c.805 0 1.47 0 2.01-.044.563-.046 1.08-.145 1.565-.392a4 4 0 0 0 1.748-1.748c.247-.485.346-1.002.392-1.564.044-.541.044-1.206.044-2.01v-6.019c0-.743 0-1.304-.148-1.835a4.001 4.001 0 0 0-.634-1.299c-.327-.443-.77-.788-1.356-1.245l-5.447-4.249c-.905-.707-1.586-1.239-2.367-1.45Zm-1.57 1.93a2 2 0 0 1 1.047 0c.341.093.684.337 1.813 1.217l5.2 4.056c.723.564.928.735 1.072.93a2 2 0 0 1 .317.65c.065.232.074.5.074 1.417V19.2c0 .857 0 1.439-.038 1.889-.035.438-.1.663-.18.819a2 2 0 0 1-.874.874c-.156.08-.38.145-.819.18-.45.037-1.032.038-1.889.038H8.8c-.857 0-1.439 0-1.889-.038-.438-.035-.663-.1-.819-.18a2 2 0 0 1-.874-.874c-.08-.156-.145-.38-.18-.819C5 20.639 5 20.057 5 19.2v-5.856c0-.917.009-1.184.074-1.418a2 2 0 0 1 .317-.65c.144-.194.35-.365 1.072-.929l5.2-4.056c1.129-.88 1.472-1.124 1.813-1.217Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="none" viewBox="0 0 36 36">
2
+ <circle cx="18" cy="18" r="18" fill="url(#a)"/>
3
+ <path fill="#fff" d="M16.436 7.693c.629.426 1.156 1.017 1.565 1.756.408-.74.935-1.33 1.564-1.756 1.49-1.01 3.376-.902 4.51.232 1.135 1.135 1.242 3.02.233 4.51a4.581 4.581 0 0 1-.453.565H25c.799 0 1.51.178 2.102.504a3.51 3.51 0 0 1 1.393 1.394C28.822 15.49 29 16.2 29 17v.429c0 1.007-.14 1.547-.4 2.036a2.726 2.726 0 0 1-1.135 1.134 2.99 2.99 0 0 1-.463.201L27 23.872c0 1.783-.186 2.43-.534 3.081a3.635 3.635 0 0 1-1.512 1.512c-.652.349-1.299.535-3.082.535h-7.744c-1.783 0-2.43-.186-3.082-.535a3.635 3.635 0 0 1-1.512-1.512C9.186 26.301 9 25.655 9 23.872V20.8a2.979 2.979 0 0 1-.465-.201A2.725 2.725 0 0 1 7.4 19.465c-.24-.448-.377-.94-.398-1.794L7 17c0-.8.178-1.51.505-2.102.326-.593.8-1.067 1.393-1.394C9.491 13.178 10.201 13 11 13l1.146.001a4.59 4.59 0 0 1-.453-.565c-1.01-1.49-.902-3.375.233-4.51 1.134-1.134 3.02-1.242 4.51-.232ZM17 20.999h-6v2.873c0 1.323.078 1.727.298 2.138.162.303.388.53.691.692.412.22.815.297 2.139.297H17v-6Zm2 0v6h2.872c1.324 0 1.727-.077 2.139-.297.303-.163.529-.389.691-.692.22-.411.298-.815.298-2.138V21l-6-.001Zm-2-6h-6c-.458 0-.84.093-1.137.257a1.508 1.508 0 0 0-.607.606C9.092 16.16 9 16.542 9 17l.002.609c.009.506.06.722.162.913a.73.73 0 0 0 .314.313c.21.113.45.163 1.075.165L17 18.998v-4Zm8 0h-6v4h6.446l.163-.001c.506-.01.722-.06.913-.163a.728.728 0 0 0 .314-.313c.102-.191.153-.407.163-.913l.001-.61c0-.458-.093-.839-.256-1.137a1.508 1.508 0 0 0-.607-.606c-.298-.164-.679-.257-1.137-.257Zm-6-2c3.65-.35 4.695-2.704 3.7-3.7-.995-.995-3.35.05-3.7 3.7Zm-5.699-3.7c-.995.996.05 3.35 3.7 3.7-.35-3.65-2.705-4.695-3.7-3.7Z"/>
4
+ <defs>
5
+ <linearGradient id="a" x1="-18" x2="18" y1="18" y2="54" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#928FFF"/>
7
+ <stop offset="1" stop-color="#4B47B2"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
11
+
@@ -0,0 +1,26 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon12PlayCircleFillGrayProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export const Icon12PlayCircleFillGray = makeIcon<Icon12PlayCircleFillGrayProps>(
16
+ 'Icon12PlayCircleFillGray',
17
+ 'play_circle_fill_gray_12',
18
+ '0 0 12 12',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12" id="play_circle_fill_gray_12"><circle cx="6" cy="6" r="6" fill="#A3ADB8" /><path fill="#fff" d="M4.75 3.293 9.082 5.72a.318.318 0 0 1 0 .56L4.75 8.707a.339.339 0 0 1-.454-.119.316.316 0 0 1-.045-.161V3.573c0-.178.15-.323.333-.323a.34.34 0 0 1 .166.043Z" /></symbol>',
20
+ 12,
21
+ 12,
22
+ false,
23
+ undefined
24
+ );
25
+
26
+ export default Icon12PlayCircleFillGray;
@@ -0,0 +1,26 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon20Arrows2LeftRightInwardProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export const Icon20Arrows2LeftRightInward = makeIcon<Icon20Arrows2LeftRightInwardProps>(
16
+ 'Icon20Arrows2LeftRightInward',
17
+ 'arrows_2_left_right_inward_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_inward_20"><path d="M4.47 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.75a.75.75 0 0 1 0 1.061l-2.752 2.75a.75.75 0 1 1-1.06-1.062l1.471-1.469H1.75a.75.75 0 0 1 0-1.5h4.19L4.47 7.78Zm11.06 0a.75.75 0 0 0-1.06-1.06l-2.752 2.75a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 0 0 1.06-1.062l-1.471-1.469h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>',
20
+ 20,
21
+ 20,
22
+ false,
23
+ undefined
24
+ );
25
+
26
+ export default Icon20Arrows2LeftRightInward;
@@ -0,0 +1,26 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon20Arrows2LeftRightOutwardProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export const Icon20Arrows2LeftRightOutward = makeIcon<Icon20Arrows2LeftRightOutwardProps>(
16
+ 'Icon20Arrows2LeftRightOutward',
17
+ 'arrows_2_left_right_outward_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrows_2_left_right_outward_20"><path d="M14.972 7.78a.75.75 0 0 1 1.06-1.06l2.752 2.751a.75.75 0 0 1 0 1.061l-2.752 2.749a.75.75 0 1 1-1.06-1.062l1.471-1.469h-4.191a.75.75 0 0 1 0-1.5h4.19l-1.47-1.47Zm-9.944 0a.75.75 0 0 0-1.06-1.06L1.216 9.47a.75.75 0 0 0 0 1.061l2.752 2.749a.75.75 0 1 0 1.06-1.062L3.557 10.75h4.191a.75.75 0 0 0 0-1.5h-4.19l1.47-1.47Z" /></symbol>',
20
+ 20,
21
+ 20,
22
+ false,
23
+ undefined
24
+ );
25
+
26
+ export default Icon20Arrows2LeftRightOutward;
@@ -0,0 +1,26 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon20ServicesFilledProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export const Icon20ServicesFilled = makeIcon<Icon20ServicesFilledProps>(
16
+ 'Icon20ServicesFilled',
17
+ 'services_filled_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="services_filled_20"><path fill-rule="evenodd" d="M11.747 7.718c-.28-.28-.52-.52-.703-.735-.192-.226-.363-.472-.46-.775a2.247 2.247 0 0 1 0-1.39c.097-.302.268-.548.46-.774.182-.215.444-.476.723-.756l.247-.247.248-.247c.279-.28.54-.54.755-.723.226-.192.472-.363.775-.461a2.248 2.248 0 0 1 1.39 0c.302.098.548.269.774.461.215.182.456.423.735.702l.268.268.267.268c.28.28.52.52.703.735.192.226.363.472.461.775.147.451.147.938 0 1.389-.098.303-.269.549-.461.775-.182.215-.444.476-.723.755l-.247.248-.247.247c-.28.28-.541.54-.756.723-.226.192-.472.363-.775.46a2.248 2.248 0 0 1-1.389 0c-.303-.097-.549-.268-.775-.46a12.884 12.884 0 0 1-.735-.703l-.268-.267-.267-.268Zm-.757 6.407c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.216-.423.56-.767.982-.982.284-.145.579-.198.875-.223.28-.022.65-.022 1.045-.022h.7c.394 0 .764 0 1.044.022.296.025.591.078.875.223.422.215.766.559.982.982.144.283.198.578.222.874.023.28.023.621.023 1.016v.757c0 .395 0 .736-.023 1.017-.024.296-.078.59-.222.874-.216.423-.56.767-.982.982-.284.145-.579.198-.875.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.044-.023a2.3 2.3 0 0 1-.875-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874c-.023-.281-.023-.622-.023-1.017v-.757ZM2 5.135v.757c0 .395 0 .736.023 1.016.024.296.078.591.222.874.215.423.56.767.982.983.284.144.578.198.874.222.281.023.65.023 1.046.023h.699c.395 0 .764 0 1.045-.023.296-.024.59-.078.874-.222.423-.216.767-.56.982-.983.145-.283.198-.578.223-.874.022-.28.022-.621.022-1.016v-.757c0-.395 0-.736-.022-1.016-.025-.297-.078-.591-.223-.875a2.248 2.248 0 0 0-.982-.982 2.29 2.29 0 0 0-.874-.222c-.28-.023-.65-.023-1.045-.023h-.7c-.394 0-.764 0-1.045.023-.296.024-.59.078-.874.222-.423.216-.767.56-.982.982a2.295 2.295 0 0 0-.222.875C2 4.399 2 4.74 2 5.135Zm0 8.99c0-.395 0-.735.023-1.016.024-.296.078-.59.222-.874.215-.423.56-.767.982-.982.284-.145.578-.198.874-.223.281-.022.65-.022 1.046-.022h.699c.395 0 .764 0 1.045.022.296.025.59.078.874.223.423.215.767.559.982.982.145.283.198.578.223.874.022.28.022.621.022 1.016v.757c0 .395 0 .736-.022 1.017-.025.296-.078.59-.223.874a2.24 2.24 0 0 1-.982.982c-.283.145-.578.198-.874.222-.28.023-.65.023-1.045.023h-.7c-.394 0-.764 0-1.045-.023a2.295 2.295 0 0 1-.874-.222 2.248 2.248 0 0 1-.982-.982 2.295 2.295 0 0 1-.222-.874C2 15.617 2 15.277 2 14.882v-.757Z" clip-rule="evenodd" /></symbol>',
20
+ 20,
21
+ 20,
22
+ false,
23
+ undefined
24
+ );
25
+
26
+ export default Icon20ServicesFilled;
@@ -0,0 +1,26 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon24HomeArrowDownOutlineProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export const Icon24HomeArrowDownOutline = makeIcon<Icon24HomeArrowDownOutlineProps>(
16
+ 'Icon24HomeArrowDownOutline',
17
+ 'home_arrow_down_outline_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="home_arrow_down_outline_24"><path d="M11.1 9.9v3.968l-1.052-1.092a.9.9 0 0 0-1.296 1.248l2.6 2.7a.9.9 0 0 0 1.296 0l2.6-2.7a.9.9 0 0 0-1.296-1.248L12.9 13.868V9.9a.9.9 0 0 0-1.8 0Zm1.904-6.767a3.9 3.9 0 0 0-2.008 0c-.749.2-1.406.7-2.309 1.39l-3.532 2.69c-.606.46-1.048.797-1.374 1.232a3.9 3.9 0 0 0-.633 1.278c-.149.524-.148 1.079-.148 1.84v3.775c0 .808 0 1.469.044 2.006.045.556.142 1.058.381 1.527a3.9 3.9 0 0 0 1.704 1.704c.47.239.971.336 1.527.381C7.193 21 7.854 21 8.662 21h6.676c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006v-3.775c0-.761 0-1.316-.148-1.84a3.9 3.9 0 0 0-.633-1.278c-.326-.435-.768-.771-1.374-1.232l-3.532-2.69c-.903-.69-1.56-1.19-2.309-1.39ZM11.46 4.872a2.1 2.1 0 0 1 1.082 0c.36.096.716.347 1.822 1.19l3.3 2.513c.735.56.96.74 1.116.95.156.207.271.44.342.689.071.252.079.54.079 1.464V15.3c0 .855 0 1.442-.038 1.897-.036.445-.103.684-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H8.7c-.855 0-1.442 0-1.897-.038-.445-.036-.684-.103-.856-.19a2.1 2.1 0 0 1-.918-.919c-.088-.172-.155-.411-.191-.856C4.8 16.742 4.8 16.155 4.8 15.3v-3.622c0-.924.008-1.212.08-1.464a2.1 2.1 0 0 1 .34-.689c.158-.21.382-.39 1.117-.95l3.3-2.513c1.106-.843 1.463-1.094 1.822-1.19Z" clip-rule="evenodd" /></symbol>',
20
+ 24,
21
+ 24,
22
+ false,
23
+ undefined
24
+ );
25
+
26
+ export default Icon24HomeArrowDownOutline;
@@ -0,0 +1,26 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon24MailStackOutlineProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export const Icon24MailStackOutline = makeIcon<Icon24MailStackOutlineProps>(
16
+ 'Icon24MailStackOutline',
17
+ 'mail_stack_outline_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="mail_stack_outline_24"><path d="M8.7 3A1.7 1.7 0 0 0 7 4.7h10A1.7 1.7 0 0 0 15.3 3H8.7Z" /><path fill-rule="evenodd" d="M3.49 8.457C3 9.42 3 10.68 3 13.2v.6c0 2.52 0 3.78.49 4.743a4.5 4.5 0 0 0 1.967 1.966C6.42 21 7.68 21 10.2 21h3.6c2.52 0 3.78 0 4.743-.49a4.5 4.5 0 0 0 1.966-1.967C21 17.58 21 16.32 21 13.8v-.6c0-2.52 0-3.78-.49-4.743a4.5 4.5 0 0 0-1.967-1.967C17.58 6 16.32 6 13.8 6h-3.6c-2.52 0-3.78 0-4.743.49A4.5 4.5 0 0 0 3.49 8.457ZM13.8 7.8h-3.6c-1.29 0-2.149.001-2.809.055-.64.053-.932.145-1.117.24a2.7 2.7 0 0 0-.542.364l4.076 4.076c.505.506.847.846 1.131 1.087.277.235.44.323.567.364a1.6 1.6 0 0 0 .988 0c.128-.041.29-.129.567-.364.284-.24.626-.581 1.131-1.087l4.076-4.076a2.699 2.699 0 0 0-.542-.365c-.185-.094-.478-.186-1.117-.239-.66-.054-1.52-.055-2.809-.055Zm-8.945 2.591a7.73 7.73 0 0 1 .023-.24l3.683 3.683c.473.473.866.866 1.213 1.16.362.308.732.56 1.175.704a3.401 3.401 0 0 0 2.102 0c.443-.144.813-.396 1.175-.703.347-.295.74-.688 1.213-1.161l3.683-3.683c.008.074.016.154.023.24.054.66.055 1.52.055 2.809v.6c0 1.29-.001 2.149-.055 2.809-.052.64-.145.931-.24 1.117a2.7 2.7 0 0 1-1.18 1.18c-.184.094-.477.187-1.116.239-.66.054-1.52.055-2.809.055h-3.6c-1.29 0-2.149-.001-2.809-.055-.64-.052-.932-.145-1.117-.24a2.7 2.7 0 0 1-1.18-1.18c-.094-.184-.186-.477-.239-1.116-.054-.66-.055-1.52-.055-2.809v-.6c0-1.29.001-2.149.055-2.809Z" clip-rule="evenodd" /></symbol>',
20
+ 24,
21
+ 24,
22
+ false,
23
+ undefined
24
+ );
25
+
26
+ export default Icon24MailStackOutline;