@vkontakte/icons 2.69.0 → 2.70.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 (65) hide show
  1. package/dist/16/arrows_4_outward_16.js +13 -0
  2. package/dist/16/list_plus_outline_16.js +13 -0
  3. package/dist/20/baby_bottle_outline_20.js +13 -0
  4. package/dist/20/cigarette_outline_20.js +13 -0
  5. package/dist/20/dumpbell_outline_20.js +13 -0
  6. package/dist/20/flag_finish_20.js +13 -0
  7. package/dist/20/flag_start_20.js +13 -0
  8. package/dist/20/rectangle_line_20.js +13 -0
  9. package/dist/20/wineglass_outline_20.js +13 -0
  10. package/dist/24/add_rectangle_line_24.js +13 -0
  11. package/dist/24/flag_finish_24.js +13 -0
  12. package/dist/24/flag_start_24.js +13 -0
  13. package/dist/24/rectangle_line_24.js +13 -0
  14. package/dist/28/rectangle_line_28.js +13 -0
  15. package/dist/28/skip_to_action_28.js +13 -0
  16. package/dist/es6/16/arrows_4_outward_16.js +3 -0
  17. package/dist/es6/16/list_plus_outline_16.js +3 -0
  18. package/dist/es6/20/baby_bottle_outline_20.js +3 -0
  19. package/dist/es6/20/cigarette_outline_20.js +3 -0
  20. package/dist/es6/20/dumpbell_outline_20.js +3 -0
  21. package/dist/es6/20/flag_finish_20.js +3 -0
  22. package/dist/es6/20/flag_start_20.js +3 -0
  23. package/dist/es6/20/rectangle_line_20.js +3 -0
  24. package/dist/es6/20/wineglass_outline_20.js +3 -0
  25. package/dist/es6/24/add_rectangle_line_24.js +3 -0
  26. package/dist/es6/24/flag_finish_24.js +3 -0
  27. package/dist/es6/24/flag_start_24.js +3 -0
  28. package/dist/es6/24/rectangle_line_24.js +3 -0
  29. package/dist/es6/28/rectangle_line_28.js +3 -0
  30. package/dist/es6/28/skip_to_action_28.js +3 -0
  31. package/dist/es6/index.js +15 -0
  32. package/dist/icons-map.json +1 -1
  33. package/dist/index.js +60 -0
  34. package/dist/typings/16/arrows_4_outward_16.d.ts +11 -0
  35. package/dist/typings/16/list_plus_outline_16.d.ts +11 -0
  36. package/dist/typings/20/baby_bottle_outline_20.d.ts +11 -0
  37. package/dist/typings/20/cigarette_outline_20.d.ts +11 -0
  38. package/dist/typings/20/dumpbell_outline_20.d.ts +11 -0
  39. package/dist/typings/20/flag_finish_20.d.ts +11 -0
  40. package/dist/typings/20/flag_start_20.d.ts +11 -0
  41. package/dist/typings/20/rectangle_line_20.d.ts +11 -0
  42. package/dist/typings/20/wineglass_outline_20.d.ts +11 -0
  43. package/dist/typings/24/add_rectangle_line_24.d.ts +11 -0
  44. package/dist/typings/24/flag_finish_24.d.ts +11 -0
  45. package/dist/typings/24/flag_start_24.d.ts +11 -0
  46. package/dist/typings/24/rectangle_line_24.d.ts +11 -0
  47. package/dist/typings/28/rectangle_line_28.d.ts +11 -0
  48. package/dist/typings/28/skip_to_action_28.d.ts +11 -0
  49. package/dist/typings/index.d.ts +15 -0
  50. package/package.json +5 -2
  51. package/src/svg/16/arrows_4_outward_16.svg +1 -0
  52. package/src/svg/16/list_plus_outline_16.svg +1 -0
  53. package/src/svg/20/baby_bottle_outline_20.svg +1 -0
  54. package/src/svg/20/cigarette_outline_20.svg +1 -0
  55. package/src/svg/20/dumpbell_outline_20.svg +1 -0
  56. package/src/svg/20/flag_finish_20.svg +1 -0
  57. package/src/svg/20/flag_start_20.svg +1 -0
  58. package/src/svg/20/rectangle_line_20.svg +1 -0
  59. package/src/svg/20/wineglass_outline_20.svg +1 -0
  60. package/src/svg/24/add_rectangle_line_24.svg +1 -0
  61. package/src/svg/24/flag_finish_24.svg +1 -0
  62. package/src/svg/24/flag_start_24.svg +1 -0
  63. package/src/svg/24/rectangle_line_24.svg +1 -0
  64. package/src/svg/28/rectangle_line_28.svg +1 -0
  65. package/src/svg/28/skip_to_action_28.svg +1 -0
package/dist/index.js CHANGED
@@ -375,6 +375,9 @@ _export(exports, {
375
375
  Icon16ArrowRightOutline: function() {
376
376
  return _arrow_right_outline_16.Icon16ArrowRightOutline;
377
377
  },
378
+ Icon16Arrows4Outward: function() {
379
+ return _arrows_4_outward_16.Icon16Arrows4Outward;
380
+ },
378
381
  Icon16ArrowshapeRightOutline: function() {
379
382
  return _arrowshape_right_outline_16.Icon16ArrowshapeRightOutline;
380
383
  },
@@ -828,6 +831,9 @@ _export(exports, {
828
831
  Icon16ListPlayOutline: function() {
829
832
  return _list_play_outline_16.Icon16ListPlayOutline;
830
833
  },
834
+ Icon16ListPlusOutline: function() {
835
+ return _list_plus_outline_16.Icon16ListPlusOutline;
836
+ },
831
837
  Icon16Location: function() {
832
838
  return _location_16.Icon16Location;
833
839
  },
@@ -1440,6 +1446,9 @@ _export(exports, {
1440
1446
  Icon20AwardAddOutline: function() {
1441
1447
  return _award_add_outline_20.Icon20AwardAddOutline;
1442
1448
  },
1449
+ Icon20BabyBottleOutline: function() {
1450
+ return _baby_bottle_outline_20.Icon20BabyBottleOutline;
1451
+ },
1443
1452
  Icon20BallNumber2Outline: function() {
1444
1453
  return _ball_number_2_outline_20.Icon20BallNumber2Outline;
1445
1454
  },
@@ -1623,6 +1632,9 @@ _export(exports, {
1623
1632
  Icon20ChevronUpOutline: function() {
1624
1633
  return _chevron_up_outline_20.Icon20ChevronUpOutline;
1625
1634
  },
1635
+ Icon20CigaretteOutline: function() {
1636
+ return _cigarette_outline_20.Icon20CigaretteOutline;
1637
+ },
1626
1638
  Icon20CircleOutline: function() {
1627
1639
  return _circle_outline_20.Icon20CircleOutline;
1628
1640
  },
@@ -1779,6 +1791,9 @@ _export(exports, {
1779
1791
  Icon20Dropdown: function() {
1780
1792
  return _dropdown_20.Icon20Dropdown;
1781
1793
  },
1794
+ Icon20DumpbellOutline: function() {
1795
+ return _dumpbell_outline_20.Icon20DumpbellOutline;
1796
+ },
1782
1797
  Icon20EditCircleFillBlue: function() {
1783
1798
  return _edit_circle_fill_blue_20.Icon20EditCircleFillBlue;
1784
1799
  },
@@ -1818,6 +1833,12 @@ _export(exports, {
1818
1833
  Icon20FireCircleFillRed: function() {
1819
1834
  return _fire_circle_fill_red_20.Icon20FireCircleFillRed;
1820
1835
  },
1836
+ Icon20FlagFinish: function() {
1837
+ return _flag_finish_20.Icon20FlagFinish;
1838
+ },
1839
+ Icon20FlagStart: function() {
1840
+ return _flag_start_20.Icon20FlagStart;
1841
+ },
1821
1842
  Icon20Flash: function() {
1822
1843
  return _flash_20.Icon20Flash;
1823
1844
  },
@@ -2457,6 +2478,9 @@ _export(exports, {
2457
2478
  Icon20RectangleInfoOutline: function() {
2458
2479
  return _rectangle_info_outline_20.Icon20RectangleInfoOutline;
2459
2480
  },
2481
+ Icon20RectangleLine: function() {
2482
+ return _rectangle_line_20.Icon20RectangleLine;
2483
+ },
2460
2484
  Icon20RectangleLineBottomLeftOutline: function() {
2461
2485
  return _rectangle_line_bottom_left_outline_20.Icon20RectangleLineBottomLeftOutline;
2462
2486
  },
@@ -2883,6 +2907,9 @@ _export(exports, {
2883
2907
  Icon20WidgetsOutline: function() {
2884
2908
  return _widgets_outline_20.Icon20WidgetsOutline;
2885
2909
  },
2910
+ Icon20WineglassOutline: function() {
2911
+ return _wineglass_outline_20.Icon20WineglassOutline;
2912
+ },
2886
2913
  Icon20WorkOutline: function() {
2887
2914
  return _work_outline_20.Icon20WorkOutline;
2888
2915
  },
@@ -2973,6 +3000,9 @@ _export(exports, {
2973
3000
  Icon24AddOutline: function() {
2974
3001
  return _add_outline_24.Icon24AddOutline;
2975
3002
  },
3003
+ Icon24AddRectangleLine: function() {
3004
+ return _add_rectangle_line_24.Icon24AddRectangleLine;
3005
+ },
2976
3006
  Icon24AddSquareOutline: function() {
2977
3007
  return _add_square_outline_24.Icon24AddSquareOutline;
2978
3008
  },
@@ -3552,6 +3582,12 @@ _export(exports, {
3552
3582
  Icon24FireAltOutline: function() {
3553
3583
  return _fire_alt_outline_24.Icon24FireAltOutline;
3554
3584
  },
3585
+ Icon24FlagFinish: function() {
3586
+ return _flag_finish_24.Icon24FlagFinish;
3587
+ },
3588
+ Icon24FlagStart: function() {
3589
+ return _flag_start_24.Icon24FlagStart;
3590
+ },
3555
3591
  Icon24Flash: function() {
3556
3592
  return _flash_24.Icon24Flash;
3557
3593
  },
@@ -4251,6 +4287,9 @@ _export(exports, {
4251
4287
  Icon24RecentOutline: function() {
4252
4288
  return _recent_outline_24.Icon24RecentOutline;
4253
4289
  },
4290
+ Icon24RectangleLine: function() {
4291
+ return _rectangle_line_24.Icon24RectangleLine;
4292
+ },
4254
4293
  Icon24RectangleOutline: function() {
4255
4294
  return _rectangle_outline_24.Icon24RectangleOutline;
4256
4295
  },
@@ -6384,6 +6423,9 @@ _export(exports, {
6384
6423
  Icon28Rectangle2Outline: function() {
6385
6424
  return _rectangle_2_outline_28.Icon28Rectangle2Outline;
6386
6425
  },
6426
+ Icon28RectangleLine: function() {
6427
+ return _rectangle_line_28.Icon28RectangleLine;
6428
+ },
6387
6429
  Icon28RectangleSplit4UnevenOutline: function() {
6388
6430
  return _rectangle_split_4_uneven_outline_28.Icon28RectangleSplit4UnevenOutline;
6389
6431
  },
@@ -6555,6 +6597,9 @@ _export(exports, {
6555
6597
  Icon28SkipPrevious: function() {
6556
6598
  return _skip_previous_28.Icon28SkipPrevious;
6557
6599
  },
6600
+ Icon28SkipToAction: function() {
6601
+ return _skip_to_action_28.Icon28SkipToAction;
6602
+ },
6558
6603
  Icon28SkirtOutline: function() {
6559
6604
  return _skirt_outline_28.Icon28SkirtOutline;
6560
6605
  },
@@ -8457,6 +8502,7 @@ var _arrow_down_outline_16 = require("./16/arrow_down_outline_16");
8457
8502
  var _arrow_left_outline_16 = require("./16/arrow_left_outline_16");
8458
8503
  var _arrow_right_circle_16 = require("./16/arrow_right_circle_16");
8459
8504
  var _arrow_right_outline_16 = require("./16/arrow_right_outline_16");
8505
+ var _arrows_4_outward_16 = require("./16/arrows_4_outward_16");
8460
8506
  var _arrowshape_right_outline_16 = require("./16/arrowshape_right_outline_16");
8461
8507
  var _arrows_up_down_16 = require("./16/arrows_up_down_16");
8462
8508
  var _arrow_triangle_down_16 = require("./16/arrow_triangle_down_16");
@@ -8608,6 +8654,7 @@ var _list_letter_eng_outline_16 = require("./16/list_letter_eng_outline_16");
8608
8654
  var _list_letter_outline_16 = require("./16/list_letter_outline_16");
8609
8655
  var _list_number_outline_16 = require("./16/list_number_outline_16");
8610
8656
  var _list_play_outline_16 = require("./16/list_play_outline_16");
8657
+ var _list_plus_outline_16 = require("./16/list_plus_outline_16");
8611
8658
  var _location_16 = require("./16/location_16");
8612
8659
  var _lock_16 = require("./16/lock_16");
8613
8660
  var _lock_circle_fill_blue_16 = require("./16/lock_circle_fill_blue_16");
@@ -8812,6 +8859,7 @@ var _articles_20 = require("./20/articles_20");
8812
8859
  var _articles_outline_20 = require("./20/articles_outline_20");
8813
8860
  var _attach_20 = require("./20/attach_20");
8814
8861
  var _award_add_outline_20 = require("./20/award_add_outline_20");
8862
+ var _baby_bottle_outline_20 = require("./20/baby_bottle_outline_20");
8815
8863
  var _ball_number_2_outline_20 = require("./20/ball_number_2_outline_20");
8816
8864
  var _basketball_outline_20 = require("./20/basketball_outline_20");
8817
8865
  var _beauty_outline_20 = require("./20/beauty_outline_20");
@@ -8873,6 +8921,7 @@ var _chevron_right_2_20 = require("./20/chevron_right_2_20");
8873
8921
  var _chevron_right_outline_20 = require("./20/chevron_right_outline_20");
8874
8922
  var _chevron_up_20 = require("./20/chevron_up_20");
8875
8923
  var _chevron_up_outline_20 = require("./20/chevron_up_outline_20");
8924
+ var _cigarette_outline_20 = require("./20/cigarette_outline_20");
8876
8925
  var _circle_outline_20 = require("./20/circle_outline_20");
8877
8926
  var _circle_small_filled_20 = require("./20/circle_small_filled_20");
8878
8927
  var _circle_small_outline_20 = require("./20/circle_small_outline_20");
@@ -8925,6 +8974,7 @@ var _door_enter_arrow_right_outline_20 = require("./20/door_enter_arrow_right_ou
8925
8974
  var _download_cloud_outline_20 = require("./20/download_cloud_outline_20");
8926
8975
  var _download_outline_20 = require("./20/download_outline_20");
8927
8976
  var _dropdown_20 = require("./20/dropdown_20");
8977
+ var _dumpbell_outline_20 = require("./20/dumpbell_outline_20");
8928
8978
  var _edit_circle_fill_blue_20 = require("./20/edit_circle_fill_blue_20");
8929
8979
  var _education_outline_20 = require("./20/education_outline_20");
8930
8980
  var _error_circle_20 = require("./20/error_circle_20");
@@ -8938,6 +8988,8 @@ var _favorite_outline_20 = require("./20/favorite_outline_20");
8938
8988
  var _filter_outline_20 = require("./20/filter_outline_20");
8939
8989
  var _fire_alt_outline_20 = require("./20/fire_alt_outline_20");
8940
8990
  var _fire_circle_fill_red_20 = require("./20/fire_circle_fill_red_20");
8991
+ var _flag_finish_20 = require("./20/flag_finish_20");
8992
+ var _flag_start_20 = require("./20/flag_start_20");
8941
8993
  var _flash_20 = require("./20/flash_20");
8942
8994
  var _flash_outline_20 = require("./20/flash_outline_20");
8943
8995
  var _flip_horizontal_20 = require("./20/flip_horizontal_20");
@@ -9151,6 +9203,7 @@ var _recorder_tape_outline_20 = require("./20/recorder_tape_outline_20");
9151
9203
  var _recording_circle_fill_20 = require("./20/recording_circle_fill_20");
9152
9204
  var _rectangle_2_horizontal_outline_20 = require("./20/rectangle_2_horizontal_outline_20");
9153
9205
  var _rectangle_info_outline_20 = require("./20/rectangle_info_outline_20");
9206
+ var _rectangle_line_20 = require("./20/rectangle_line_20");
9154
9207
  var _rectangle_line_bottom_left_outline_20 = require("./20/rectangle_line_bottom_left_outline_20");
9155
9208
  var _rectangle_split_4_uneven_outline_20 = require("./20/rectangle_split_4_uneven_outline_20");
9156
9209
  var _refresh_outline_20 = require("./20/refresh_outline_20");
@@ -9293,6 +9346,7 @@ var _warning_triangle_outline_20 = require("./20/warning_triangle_outline_20");
9293
9346
  var _water_drop_outline_20 = require("./20/water_drop_outline_20");
9294
9347
  var _wheel_outline_20 = require("./20/wheel_outline_20");
9295
9348
  var _widgets_outline_20 = require("./20/widgets_outline_20");
9349
+ var _wineglass_outline_20 = require("./20/wineglass_outline_20");
9296
9350
  var _work_outline_20 = require("./20/work_outline_20");
9297
9351
  var _wrench_outline_20 = require("./20/wrench_outline_20");
9298
9352
  var _write_20 = require("./20/write_20");
@@ -9323,6 +9377,7 @@ var _add_circle_24 = require("./24/add_circle_24");
9323
9377
  var _add_circle_dotted_outline_24 = require("./24/add_circle_dotted_outline_24");
9324
9378
  var _add_circle_outline_24 = require("./24/add_circle_outline_24");
9325
9379
  var _add_outline_24 = require("./24/add_outline_24");
9380
+ var _add_rectangle_line_24 = require("./24/add_rectangle_line_24");
9326
9381
  var _add_square_outline_24 = require("./24/add_square_outline_24");
9327
9382
  var _advertising_24 = require("./24/advertising_24");
9328
9383
  var _advertising_check_outline_24 = require("./24/advertising_check_outline_24");
@@ -9516,6 +9571,8 @@ var _film_strip_add_outline_24 = require("./24/film_strip_add_outline_24");
9516
9571
  var _filter_24 = require("./24/filter_24");
9517
9572
  var _fire_24 = require("./24/fire_24");
9518
9573
  var _fire_alt_outline_24 = require("./24/fire_alt_outline_24");
9574
+ var _flag_finish_24 = require("./24/flag_finish_24");
9575
+ var _flag_start_24 = require("./24/flag_start_24");
9519
9576
  var _flash_24 = require("./24/flash_24");
9520
9577
  var _flash_outline_24 = require("./24/flash_outline_24");
9521
9578
  var _folder_24 = require("./24/folder_24");
@@ -9749,6 +9806,7 @@ var _radio_off_24 = require("./24/radio_off_24");
9749
9806
  var _radio_on_24 = require("./24/radio_on_24");
9750
9807
  var _recent_24 = require("./24/recent_24");
9751
9808
  var _recent_outline_24 = require("./24/recent_outline_24");
9809
+ var _rectangle_line_24 = require("./24/rectangle_line_24");
9752
9810
  var _rectangle_outline_24 = require("./24/rectangle_outline_24");
9753
9811
  var _rectangles_2_outline_24 = require("./24/rectangles_2_outline_24");
9754
9812
  var _rectangle_split_4_uneven_outline_24 = require("./24/rectangle_split_4_uneven_outline_24");
@@ -10460,6 +10518,7 @@ var _recent_outline_28 = require("./28/recent_outline_28");
10460
10518
  var _recorder_tape_outline_28 = require("./28/recorder_tape_outline_28");
10461
10519
  var _recorder_tape_slash_outline_28 = require("./28/recorder_tape_slash_outline_28");
10462
10520
  var _rectangle_2_outline_28 = require("./28/rectangle_2_outline_28");
10521
+ var _rectangle_line_28 = require("./28/rectangle_line_28");
10463
10522
  var _rectangle_split_4_uneven_outline_28 = require("./28/rectangle_split_4_uneven_outline_28");
10464
10523
  var _refresh_outline_28 = require("./28/refresh_outline_28");
10465
10524
  var _remove_circle_outline_28 = require("./28/remove_circle_outline_28");
@@ -10517,6 +10576,7 @@ var _skip_back_28 = require("./28/skip_back_28");
10517
10576
  var _skip_forward_28 = require("./28/skip_forward_28");
10518
10577
  var _skip_next_28 = require("./28/skip_next_28");
10519
10578
  var _skip_previous_28 = require("./28/skip_previous_28");
10579
+ var _skip_to_action_28 = require("./28/skip_to_action_28");
10520
10580
  var _skirt_outline_28 = require("./28/skirt_outline_28");
10521
10581
  var _sliders_outline_28 = require("./28/sliders_outline_28");
10522
10582
  var _sliders_vertical_outline_28 = require("./28/sliders_vertical_outline_28");
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon16Arrows4OutwardProps 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 Icon16Arrows4Outward: import("react").FC<Icon16Arrows4OutwardProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon16ListPlusOutlineProps 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 Icon16ListPlusOutline: import("react").FC<Icon16ListPlusOutlineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20BabyBottleOutlineProps 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 Icon20BabyBottleOutline: import("react").FC<Icon20BabyBottleOutlineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20CigaretteOutlineProps 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 Icon20CigaretteOutline: import("react").FC<Icon20CigaretteOutlineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20DumpbellOutlineProps 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 Icon20DumpbellOutline: import("react").FC<Icon20DumpbellOutlineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20FlagFinishProps 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 Icon20FlagFinish: import("react").FC<Icon20FlagFinishProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20FlagStartProps 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 Icon20FlagStart: import("react").FC<Icon20FlagStartProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20RectangleLineProps 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 Icon20RectangleLine: import("react").FC<Icon20RectangleLineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20WineglassOutlineProps 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 Icon20WineglassOutline: import("react").FC<Icon20WineglassOutlineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24AddRectangleLineProps 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 Icon24AddRectangleLine: import("react").FC<Icon24AddRectangleLineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24FlagFinishProps 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 Icon24FlagFinish: import("react").FC<Icon24FlagFinishProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24FlagStartProps 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 Icon24FlagStart: import("react").FC<Icon24FlagStartProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24RectangleLineProps 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 Icon24RectangleLine: import("react").FC<Icon24RectangleLineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28RectangleLineProps 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 Icon28RectangleLine: import("react").FC<Icon28RectangleLineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28SkipToActionProps 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 Icon28SkipToAction: import("react").FC<Icon28SkipToActionProps>;
@@ -120,6 +120,7 @@ export { Icon16ArrowDownOutline } from './16/arrow_down_outline_16';
120
120
  export { Icon16ArrowLeftOutline } from './16/arrow_left_outline_16';
121
121
  export { Icon16ArrowRightCircle } from './16/arrow_right_circle_16';
122
122
  export { Icon16ArrowRightOutline } from './16/arrow_right_outline_16';
123
+ export { Icon16Arrows4Outward } from './16/arrows_4_outward_16';
123
124
  export { Icon16ArrowshapeRightOutline } from './16/arrowshape_right_outline_16';
124
125
  export { Icon16ArrowsUpDown } from './16/arrows_up_down_16';
125
126
  export { Icon16ArrowTriangleDown } from './16/arrow_triangle_down_16';
@@ -271,6 +272,7 @@ export { Icon16ListLetterEngOutline } from './16/list_letter_eng_outline_16';
271
272
  export { Icon16ListLetterOutline } from './16/list_letter_outline_16';
272
273
  export { Icon16ListNumberOutline } from './16/list_number_outline_16';
273
274
  export { Icon16ListPlayOutline } from './16/list_play_outline_16';
275
+ export { Icon16ListPlusOutline } from './16/list_plus_outline_16';
274
276
  export { Icon16Location } from './16/location_16';
275
277
  export { Icon16Lock } from './16/lock_16';
276
278
  export { Icon16LockCircleFillBlue } from './16/lock_circle_fill_blue_16';
@@ -475,6 +477,7 @@ export { Icon20Articles } from './20/articles_20';
475
477
  export { Icon20ArticlesOutline } from './20/articles_outline_20';
476
478
  export { Icon20Attach } from './20/attach_20';
477
479
  export { Icon20AwardAddOutline } from './20/award_add_outline_20';
480
+ export { Icon20BabyBottleOutline } from './20/baby_bottle_outline_20';
478
481
  export { Icon20BallNumber2Outline } from './20/ball_number_2_outline_20';
479
482
  export { Icon20BasketballOutline } from './20/basketball_outline_20';
480
483
  export { Icon20BeautyOutline } from './20/beauty_outline_20';
@@ -536,6 +539,7 @@ export { Icon20ChevronRight2 } from './20/chevron_right_2_20';
536
539
  export { Icon20ChevronRightOutline } from './20/chevron_right_outline_20';
537
540
  export { Icon20ChevronUp } from './20/chevron_up_20';
538
541
  export { Icon20ChevronUpOutline } from './20/chevron_up_outline_20';
542
+ export { Icon20CigaretteOutline } from './20/cigarette_outline_20';
539
543
  export { Icon20CircleOutline } from './20/circle_outline_20';
540
544
  export { Icon20CircleSmallFilled } from './20/circle_small_filled_20';
541
545
  export { Icon20CircleSmallOutline } from './20/circle_small_outline_20';
@@ -588,6 +592,7 @@ export { Icon20DoorEnterArrowRightOutline } from './20/door_enter_arrow_right_ou
588
592
  export { Icon20DownloadCloudOutline } from './20/download_cloud_outline_20';
589
593
  export { Icon20DownloadOutline } from './20/download_outline_20';
590
594
  export { Icon20Dropdown } from './20/dropdown_20';
595
+ export { Icon20DumpbellOutline } from './20/dumpbell_outline_20';
591
596
  export { Icon20EditCircleFillBlue } from './20/edit_circle_fill_blue_20';
592
597
  export { Icon20EducationOutline } from './20/education_outline_20';
593
598
  export { Icon20ErrorCircle } from './20/error_circle_20';
@@ -601,6 +606,8 @@ export { Icon20FavoriteOutline } from './20/favorite_outline_20';
601
606
  export { Icon20FilterOutline } from './20/filter_outline_20';
602
607
  export { Icon20FireAltOutline } from './20/fire_alt_outline_20';
603
608
  export { Icon20FireCircleFillRed } from './20/fire_circle_fill_red_20';
609
+ export { Icon20FlagFinish } from './20/flag_finish_20';
610
+ export { Icon20FlagStart } from './20/flag_start_20';
604
611
  export { Icon20Flash } from './20/flash_20';
605
612
  export { Icon20FlashOutline } from './20/flash_outline_20';
606
613
  export { Icon20FlipHorizontal } from './20/flip_horizontal_20';
@@ -814,6 +821,7 @@ export { Icon20RecorderTapeOutline } from './20/recorder_tape_outline_20';
814
821
  export { Icon20RecordingCircleFill } from './20/recording_circle_fill_20';
815
822
  export { Icon20Rectangle2HorizontalOutline } from './20/rectangle_2_horizontal_outline_20';
816
823
  export { Icon20RectangleInfoOutline } from './20/rectangle_info_outline_20';
824
+ export { Icon20RectangleLine } from './20/rectangle_line_20';
817
825
  export { Icon20RectangleLineBottomLeftOutline } from './20/rectangle_line_bottom_left_outline_20';
818
826
  export { Icon20RectangleSplit4UnevenOutline } from './20/rectangle_split_4_uneven_outline_20';
819
827
  export { Icon20RefreshOutline } from './20/refresh_outline_20';
@@ -956,6 +964,7 @@ export { Icon20WarningTriangleOutline } from './20/warning_triangle_outline_20';
956
964
  export { Icon20WaterDropOutline } from './20/water_drop_outline_20';
957
965
  export { Icon20WheelOutline } from './20/wheel_outline_20';
958
966
  export { Icon20WidgetsOutline } from './20/widgets_outline_20';
967
+ export { Icon20WineglassOutline } from './20/wineglass_outline_20';
959
968
  export { Icon20WorkOutline } from './20/work_outline_20';
960
969
  export { Icon20WrenchOutline } from './20/wrench_outline_20';
961
970
  export { Icon20Write } from './20/write_20';
@@ -986,6 +995,7 @@ export { Icon24AddCircle } from './24/add_circle_24';
986
995
  export { Icon24AddCircleDottedOutline } from './24/add_circle_dotted_outline_24';
987
996
  export { Icon24AddCircleOutline } from './24/add_circle_outline_24';
988
997
  export { Icon24AddOutline } from './24/add_outline_24';
998
+ export { Icon24AddRectangleLine } from './24/add_rectangle_line_24';
989
999
  export { Icon24AddSquareOutline } from './24/add_square_outline_24';
990
1000
  export { Icon24Advertising } from './24/advertising_24';
991
1001
  export { Icon24AdvertisingCheckOutline } from './24/advertising_check_outline_24';
@@ -1179,6 +1189,8 @@ export { Icon24FilmStripAddOutline } from './24/film_strip_add_outline_24';
1179
1189
  export { Icon24Filter } from './24/filter_24';
1180
1190
  export { Icon24Fire } from './24/fire_24';
1181
1191
  export { Icon24FireAltOutline } from './24/fire_alt_outline_24';
1192
+ export { Icon24FlagFinish } from './24/flag_finish_24';
1193
+ export { Icon24FlagStart } from './24/flag_start_24';
1182
1194
  export { Icon24Flash } from './24/flash_24';
1183
1195
  export { Icon24FlashOutline } from './24/flash_outline_24';
1184
1196
  export { Icon24Folder } from './24/folder_24';
@@ -1412,6 +1424,7 @@ export { Icon24RadioOff } from './24/radio_off_24';
1412
1424
  export { Icon24RadioOn } from './24/radio_on_24';
1413
1425
  export { Icon24Recent } from './24/recent_24';
1414
1426
  export { Icon24RecentOutline } from './24/recent_outline_24';
1427
+ export { Icon24RectangleLine } from './24/rectangle_line_24';
1415
1428
  export { Icon24RectangleOutline } from './24/rectangle_outline_24';
1416
1429
  export { Icon24Rectangles2Outline } from './24/rectangles_2_outline_24';
1417
1430
  export { Icon24RectangleSplit4UnevenOutline } from './24/rectangle_split_4_uneven_outline_24';
@@ -2123,6 +2136,7 @@ export { Icon28RecentOutline } from './28/recent_outline_28';
2123
2136
  export { Icon28RecorderTapeOutline } from './28/recorder_tape_outline_28';
2124
2137
  export { Icon28RecorderTapeSlashOutline } from './28/recorder_tape_slash_outline_28';
2125
2138
  export { Icon28Rectangle2Outline } from './28/rectangle_2_outline_28';
2139
+ export { Icon28RectangleLine } from './28/rectangle_line_28';
2126
2140
  export { Icon28RectangleSplit4UnevenOutline } from './28/rectangle_split_4_uneven_outline_28';
2127
2141
  export { Icon28RefreshOutline } from './28/refresh_outline_28';
2128
2142
  export { Icon28RemoveCircleOutline } from './28/remove_circle_outline_28';
@@ -2180,6 +2194,7 @@ export { Icon28SkipBack } from './28/skip_back_28';
2180
2194
  export { Icon28SkipForward } from './28/skip_forward_28';
2181
2195
  export { Icon28SkipNext } from './28/skip_next_28';
2182
2196
  export { Icon28SkipPrevious } from './28/skip_previous_28';
2197
+ export { Icon28SkipToAction } from './28/skip_to_action_28';
2183
2198
  export { Icon28SkirtOutline } from './28/skirt_outline_28';
2184
2199
  export { Icon28SlidersOutline } from './28/sliders_outline_28';
2185
2200
  export { Icon28SlidersVerticalOutline } from './28/sliders_vertical_outline_28';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.69.0",
3
+ "version": "2.70.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": {
@@ -80,5 +80,8 @@
80
80
  "gzip": false,
81
81
  "webpack": false
82
82
  }
83
- ]
83
+ ],
84
+ "publishConfig": {
85
+ "provenance": true
86
+ }
84
87
  }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M9.93 3.568a.75.75 0 0 0-.104-.798l-1.25-1.5a.75.75 0 0 0-1.152 0l-1.25 1.5A.75.75 0 0 0 6.75 4h.5v1.75a.75.75 0 0 0 1.5 0V4h.5a.75.75 0 0 0 .68-.432ZM2.77 6.174A.75.75 0 0 1 4 6.75v.5h1.75a.75.75 0 0 1 0 1.5H4v.5a.75.75 0 0 1-1.23.576l-1.5-1.25a.75.75 0 0 1 0-1.152l1.5-1.25Zm10.46 0A.75.75 0 0 0 12 6.75v.5h-1.75a.75.75 0 0 0 0 1.5H12v.5a.75.75 0 0 0 1.23.576l1.5-1.25a.75.75 0 0 0 0-1.152l-1.5-1.25ZM9.826 13.23A.75.75 0 0 0 9.25 12h-.5v-1.75a.75.75 0 0 0-1.5 0V12h-.5a.75.75 0 0 0-.576 1.23l1.25 1.5a.75.75 0 0 0 1.152 0l1.25-1.5Z"/></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="M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75Zm0 8.5a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75Zm.75-5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM8 10.5a.75.75 0 0 1 .75-.75h2v-2a.75.75 0 0 1 1.5 0v2h2a.75.75 0 0 1 0 1.5h-2v2a.75.75 0 0 1-1.5 0v-2h-2A.75.75 0 0 1 8 10.5Z" clip-rule="evenodd"/></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="M7.975 2.325A2.066 2.066 0 0 1 9.904 1h.192c.855 0 1.622.527 1.928 1.325.035.088.065.176.092.253l.009.025.067.19c.049.133.091.225.136.295l.007.011c.144.227.415.652.415 1.251v.134l.021.011c.424.216.768.56.984.984.144.283.198.578.222.875.023.28.023.622.023 1.017v.008c.319.213.58.505.755.85.144.283.198.578.222.875.023.28.023.622.023 1.017v5.258c0 .395 0 .736-.023 1.017a2.29 2.29 0 0 1-.222.875 2.25 2.25 0 0 1-.984.984 2.29 2.29 0 0 1-.875.222c-.28.023-.622.023-1.017.023H8.12c-.395 0-.736 0-1.017-.023a2.29 2.29 0 0 1-.875-.222 2.25 2.25 0 0 1-.984-.983 2.304 2.304 0 0 1-.222-.876C5 16.116 5 15.774 5 15.38v-5.26c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875A2.25 2.25 0 0 1 6 7.379v-.008c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .984-.984l.021-.01V4.35c0-.6.27-1.024.415-1.25l.007-.012c.045-.07.087-.162.136-.295l.067-.19.01-.025c.026-.077.056-.165.09-.253ZM12.5 7a7.294 7.294 0 0 0-.017-.524c-.017-.204-.045-.28-.064-.316a.75.75 0 0 0-.327-.328c-.038-.02-.113-.047-.317-.064a12.747 12.747 0 0 0-.924-.018h-1.7c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316A7.313 7.313 0 0 0 7.5 7h4.998ZM8.15 8.5c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316-.017.212-.018.492-.018.924v.35h1.25a.75.75 0 0 1 0 1.5H6.5v1.5h2.75a.75.75 0 0 1 0 1.5H6.5v.35c0 .432 0 .712.018.924.017.204.045.28.064.316a.75.75 0 0 0 .328.328c.037.02.112.047.316.064.212.017.492.018.924.018h3.7c.432 0 .712 0 .924-.018.204-.017.28-.045.317-.064a.75.75 0 0 0 .327-.328c.02-.037.047-.112.064-.316.017-.212.018-.492.018-.924v-5.2c0-.432 0-.712-.018-.924-.017-.204-.045-.28-.064-.316a.75.75 0 0 0-.327-.328c-.038-.02-.113-.047-.317-.064a12.747 12.747 0 0 0-.924-.018h-3.7Zm1.754-6a.566.566 0 0 0-.529.363 6.5 6.5 0 0 0-.073.205l-.009.025c-.023.068-.05.145-.078.22a3.02 3.02 0 0 1-.278.58c-.102.162-.156.26-.177.357h2.48c-.02-.096-.075-.195-.177-.356a3.018 3.018 0 0 1-.278-.58l-.078-.22-.009-.026a6.308 6.308 0 0 0-.074-.205.566.566 0 0 0-.528-.363h-.192Z" clip-rule="evenodd"/></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="M2.134 3.336a.75.75 0 0 1 1.042-.197c.788.537 1.27 1.12 1.507 1.769.233.64.19 1.247.115 1.745-.03.197-.06.374-.088.535-.128.739-.197 1.141.153 1.62a.75.75 0 0 1-1.21.886c-.763-1.043-.546-2.167-.4-2.92.024-.126.046-.241.061-.344.062-.412.064-.722-.04-1.01-.102-.277-.339-.63-.943-1.042a.75.75 0 0 1-.197-1.042Zm2.81 10.604a1.5 1.5 0 0 0 2.12 2.12l.315-.315-2.12-2.12-.315.314Zm1.376-1.376 2.12 2.12 8.624-8.623a1.5 1.5 0 1 0-2.12-2.12L6.32 12.564ZM3.884 17.12a3 3 0 0 1 0-4.241l9.998-10a3 3 0 1 1 4.242 4.243L8.125 17.12a3 3 0 0 1-4.241 0Z" clip-rule="evenodd"/></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="M5.824 4h.352c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.597.435.765.765.118.23.157.463.175.676.016.198.016.434.016.692V7.5h3V6.324c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .764-.765c.23-.118.464-.157.677-.175C13.33 4 13.566 4 13.824 4h.352c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.598.435.765.765.118.23.157.463.175.676.016.198.016.434.016.692v.426h.176c.258 0 .494 0 .692.016.213.018.446.057.677.175.329.168.596.435.764.765.118.23.157.463.175.676.016.198.016.434.016.692v1.852c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016H16.5v.426c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016h-.352c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.775 1.775 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V12.5h-3v1.176c0 .258 0 .494-.016.692a1.774 1.774 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175C6.67 16 6.434 16 6.176 16h-.352c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.774 1.774 0 0 1-.175-.677 9.053 9.053 0 0 1-.016-.692v-.426h-.176c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.774 1.774 0 0 1-.175-.677C1 11.42 1 11.184 1 10.926V9.074c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .765-.765 1.77 1.77 0 0 1 .676-.175c.198-.016.434-.016.692-.016H3.5v-.426c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .765-.765 1.77 1.77 0 0 1 .676-.175C5.33 4 5.566 4 5.824 4ZM5 13.65c0 .292 0 .467.011.596a.625.625 0 0 0 .018.12.25.25 0 0 0 .104.105.638.638 0 0 0 .121.018c.13.01.304.011.596.011h.3c.292 0 .467 0 .596-.011a.638.638 0 0 0 .12-.018.25.25 0 0 0 .105-.104.625.625 0 0 0 .018-.121c.01-.13.011-.304.011-.596v-7.3c0-.292 0-.467-.011-.596a.628.628 0 0 0-.018-.12.25.25 0 0 0-.104-.105.627.627 0 0 0-.121-.018A8.337 8.337 0 0 0 6.15 5.5h-.3c-.292 0-.467 0-.596.011a.626.626 0 0 0-.12.018.25.25 0 0 0-.105.104.627.627 0 0 0-.018.121c-.01.13-.011.304-.011.596v7.3Zm.03-8.02v.002-.001Zm.1-.1h.002-.001Zm1.74 0h-.002.001Zm.1.1v.002-.001Zm0 8.74v-.002.001Zm-.1.1h-.002.001Zm-1.74 0h.002-.001Zm-.1-.102v.001-.001ZM3.5 8.25h-.15c-.292 0-.467 0-.596.011a.627.627 0 0 0-.12.018.25.25 0 0 0-.105.104.627.627 0 0 0-.018.121c-.01.13-.011.304-.011.596v1.8c0 .292 0 .467.011.596a.625.625 0 0 0 .018.12.25.25 0 0 0 .104.105.638.638 0 0 0 .121.018c.13.01.304.011.596.011h.15v-3.5Zm-.87 3.47h.002-.001Zm-.1-.1v-.002.001Zm0-3.24v.002-.001Zm.102-.1h-.001.001ZM8.5 11h3V9h-3v2Zm4.5 2.65c0 .292 0 .467.011.596a.636.636 0 0 0 .018.12.25.25 0 0 0 .104.105.636.636 0 0 0 .121.018c.13.01.304.011.596.011h.3c.292 0 .467 0 .596-.011a.636.636 0 0 0 .12-.018.25.25 0 0 0 .105-.104.636.636 0 0 0 .018-.121c.01-.13.011-.304.011-.596v-7.3c0-.292 0-.467-.011-.596a.638.638 0 0 0-.018-.12.25.25 0 0 0-.104-.105.625.625 0 0 0-.121-.018 8.336 8.336 0 0 0-.596-.011h-.3c-.292 0-.467 0-.596.011a.625.625 0 0 0-.12.018.25.25 0 0 0-.105.104.638.638 0 0 0-.018.121c-.01.13-.011.304-.011.596v7.3Zm.03-8.02v.002-.001Zm.1-.1h.002-.001Zm1.74 0h-.002.001Zm.1.1v.002-.001Zm0 8.74v-.002.001Zm-.1.1h-.002.001Zm-1.74 0h.002-.001Zm-.1-.102v.001-.001Zm3.47-2.618h.15c.292 0 .467 0 .596-.011a.636.636 0 0 0 .12-.018.25.25 0 0 0 .105-.104.636.636 0 0 0 .018-.121c.01-.13.011-.304.011-.596V9.1c0-.292 0-.467-.011-.596a.638.638 0 0 0-.018-.12.25.25 0 0 0-.105-.105.625.625 0 0 0-.12-.018 8.336 8.336 0 0 0-.596-.011h-.15v3.5Zm.87-3.47h-.002.001Zm.1.1v.002-.001Zm0 3.24v-.002.001Zm-.1.1h-.002.001Z" clip-rule="evenodd"/></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.25 2a.75.75 0 0 1 .75.75v.75h10.5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H5v5.75a.75.75 0 1 1-1.5 0V2.75A.75.75 0 0 1 4.25 2ZM9 7.5H6.5V5H9v2.5Zm2.5 0H9V10h2.5V7.5Zm0 0V5H14v2.5h-2.5Z" clip-rule="evenodd"/></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="M5.75 2.5a.75.75 0 0 1 .75.75v.654l8.562 3.914a.75.75 0 0 1 0 1.364L6.5 13.096v4.154a.75.75 0 0 1-1.5 0v-14a.75.75 0 0 1 .75-.75Z"/></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="M3 8.82c0-1.512 0-2.268.294-2.846a2.7 2.7 0 0 1 1.18-1.18C5.052 4.5 5.808 4.5 7.32 4.5h5.36c1.512 0 2.268 0 2.846.294a2.7 2.7 0 0 1 1.18 1.18C17 6.552 17 7.308 17 8.82V9h1.25a1 1 0 1 1 0 2H17v.18c0 1.512 0 2.268-.294 2.846a2.7 2.7 0 0 1-1.18 1.18c-.578.294-1.334.294-2.846.294H7.32c-1.512 0-2.268 0-2.846-.294a2.7 2.7 0 0 1-1.18-1.18C3 13.448 3 12.692 3 11.18V11H1.75a1 1 0 1 1 0-2H3v-.18Z" clip-rule="evenodd"/></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.504 2h-.066c-.288 0-.602-.001-.914.12a1.87 1.87 0 0 0-.7.502c-.215.254-.303.516-.383.751l-.015.045A8.001 8.001 0 0 0 9.25 13.965V16.5H5.754a.75.75 0 0 0 0 1.5h8.496a.75.75 0 0 0 0-1.5h-3.5v-2.535a8 8 0 0 0 6.824-10.547l-.015-.045c-.08-.235-.168-.497-.383-.751a1.865 1.865 0 0 0-.7-.501c-.312-.122-.626-.121-.913-.12H4.503Zm-.446 1.525.014-.008h11.857l.013.008a.431.431 0 0 1 .077.055l.011.01c.009.01.015.02.029.05a6.49 6.49 0 0 1 .422 2.86H3.52a6.588 6.588 0 0 1 .327-2.598c.05-.148.073-.214.095-.262a.172.172 0 0 1 .029-.05l.01-.01a.445.445 0 0 1 .078-.055ZM3.814 8a6.503 6.503 0 0 0 12.372 0H3.814Z" 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="M4.306 7.529c-.305.599-.305 1.383-.305 2.951v.02H2.5a1.5 1.5 0 0 0 0 3H4v.02c0 1.568 0 2.352.306 2.951a2.8 2.8 0 0 0 1.224 1.224C6.129 18 6.913 18 8.48 18h7.04c1.569 0 2.353 0 2.952-.305a2.8 2.8 0 0 0 1.224-1.224C20 15.872 20 15.088 20 13.52v-.02h1.503a1.5 1.5 0 0 0 0-3H20v-.02c0-1.568 0-2.352-.305-2.951a2.8 2.8 0 0 0-1.224-1.224C17.873 6 17.089 6 15.521 6H8.48c-1.568 0-2.352 0-2.951.305A2.8 2.8 0 0 0 4.306 7.53ZM13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V9Z" 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="M6.3 4.91A.905.905 0 0 0 5.4 4c-.497 0-.9.408-.9.91v15.68c0 .502.403.91.9.91.498 0 .9-.408.9-.91V14.8h10.9a2 2 0 0 0 2-2V7.2a2 2 0 0 0-2-2H6.3v-.29ZM14 7h3v3h-3V7Zm0 3v3h-3v-3H8V7h3v3h3Z" 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="M7.9 2.998a.9.9 0 0 1 .9.9v.515l8.733 4.798a.9.9 0 0 1 0 1.578L8.8 15.587v5.515a.9.9 0 1 1-1.8 0V3.898a.9.9 0 0 1 .9-.9Z"/></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="M4 10.48c0-1.568 0-2.352.305-2.951A2.8 2.8 0 0 1 5.53 6.305C6.128 6 6.912 6 8.48 6h7.04c1.568 0 2.352 0 2.951.305a2.8 2.8 0 0 1 1.224 1.224C20 8.128 20 8.912 20 10.48v.02h1.503a1.5 1.5 0 0 1 0 3H20v.02c0 1.568 0 2.352-.305 2.951a2.8 2.8 0 0 1-1.224 1.224C17.872 18 17.088 18 15.52 18H8.48c-1.568 0-2.352 0-2.951-.305a2.8 2.8 0 0 1-1.224-1.224C4 15.872 4 15.088 4 13.52v-.02H2.5a1.5 1.5 0 0 1 0-3H4v-.02Z" 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="M5 11.12c0-1.792 0-2.688.349-3.373A3.2 3.2 0 0 1 6.747 6.35C7.432 6 8.327 6 10.12 6h7.76c1.792 0 2.688 0 3.373.349a3.2 3.2 0 0 1 1.398 1.398C23 8.432 23 9.327 23 11.12v1.13h2.001a1.75 1.75 0 1 1 0 3.5H23v1.13c0 1.792 0 2.688-.349 3.373a3.2 3.2 0 0 1-1.398 1.398c-.685.349-1.58.349-3.373.349h-7.76c-1.792 0-2.688 0-3.373-.349a3.2 3.2 0 0 1-1.398-1.398C5 19.568 5 18.673 5 16.88v-1.13H3.001a1.75 1.75 0 0 1 0-3.5H5v-1.13Z"/></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="M8 4a1 1 0 0 1 1-1h8.308c2.448 0 3.527.216 4.622.801A5.465 5.465 0 0 1 24.2 6.07c.585 1.096.801 2.175.801 4.623v6.616c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.27 2.269c-1.095.585-2.174.801-4.622.801H9a1 1 0 1 1 0-2h8.308c2.335 0 3.019-.212 3.68-.565a3.467 3.467 0 0 0 1.447-1.448c.353-.66.565-1.344.565-3.679v-6.616c0-2.335-.212-3.019-.565-3.68a3.466 3.466 0 0 0-1.448-1.447C20.327 5.212 19.643 5 17.308 5H9a1 1 0 0 1-1-1Z M9 10.008v2.995L3.56 9.174a1 1 0 0 0-1.56.834v7.97c0 .84.86 1.3 1.56.84L9 14.976v3.002c0 .838.86 1.3 1.56.838l5.87-3.84c.67-.442.67-1.493 0-1.935l-5.87-3.868a1 1 0 0 0-1.56.834Z"/></svg>