@vkontakte/icons 2.48.1 → 2.49.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 (89) hide show
  1. package/dist/12/fire_alt_12.js +21 -0
  2. package/dist/12/government_12.js +21 -0
  3. package/dist/16/calendar_outline_16.js +1 -1
  4. package/dist/16/shopping_cart_outline_16.js +1 -1
  5. package/dist/20/calendar_large_outline_20.js +21 -0
  6. package/dist/20/calendar_outline_20.js +1 -1
  7. package/dist/20/hearts_2_outline_20.js +21 -0
  8. package/dist/20/megaphone_outline_20.js +21 -0
  9. package/dist/20/minecraft_outline_20.js +21 -0
  10. package/dist/20/shopping_cart_outline_20.js +1 -1
  11. package/dist/20/user_star_outline_20.js +21 -0
  12. package/dist/24/calendar_add_outline_24.js +1 -1
  13. package/dist/24/calendar_outline_24.js +1 -1
  14. package/dist/24/shopping_cart_outline_24.js +1 -1
  15. package/dist/28/calendar_add_outline_28.js +1 -1
  16. package/dist/28/calendar_outline_28.js +1 -1
  17. package/dist/28/government_outline_28.js +21 -0
  18. package/dist/28/megaphone_outline_28.js +21 -0
  19. package/dist/28/minecraft_outline_28.js +21 -0
  20. package/dist/28/receipt_outline_28.js +21 -0
  21. package/dist/28/shopping_cart_outline_28.js +1 -1
  22. package/dist/28/user_star_outline_28.js +21 -0
  23. package/dist/36/calendar_outline_36.js +1 -1
  24. package/dist/56/calendar_outline_56.js +1 -1
  25. package/dist/es6/12/fire_alt_12.js +3 -0
  26. package/dist/es6/12/government_12.js +3 -0
  27. package/dist/es6/16/calendar_outline_16.js +1 -1
  28. package/dist/es6/16/shopping_cart_outline_16.js +1 -1
  29. package/dist/es6/20/calendar_large_outline_20.js +3 -0
  30. package/dist/es6/20/calendar_outline_20.js +1 -1
  31. package/dist/es6/20/hearts_2_outline_20.js +3 -0
  32. package/dist/es6/20/megaphone_outline_20.js +3 -0
  33. package/dist/es6/20/minecraft_outline_20.js +3 -0
  34. package/dist/es6/20/shopping_cart_outline_20.js +1 -1
  35. package/dist/es6/20/user_star_outline_20.js +3 -0
  36. package/dist/es6/24/calendar_add_outline_24.js +1 -1
  37. package/dist/es6/24/calendar_outline_24.js +1 -1
  38. package/dist/es6/24/shopping_cart_outline_24.js +1 -1
  39. package/dist/es6/28/calendar_add_outline_28.js +1 -1
  40. package/dist/es6/28/calendar_outline_28.js +1 -1
  41. package/dist/es6/28/government_outline_28.js +3 -0
  42. package/dist/es6/28/megaphone_outline_28.js +3 -0
  43. package/dist/es6/28/minecraft_outline_28.js +3 -0
  44. package/dist/es6/28/receipt_outline_28.js +3 -0
  45. package/dist/es6/28/shopping_cart_outline_28.js +1 -1
  46. package/dist/es6/28/user_star_outline_28.js +3 -0
  47. package/dist/es6/36/calendar_outline_36.js +1 -1
  48. package/dist/es6/56/calendar_outline_56.js +1 -1
  49. package/dist/es6/index.js +12 -0
  50. package/dist/icons-map.json +1 -1
  51. package/dist/index.js +48 -0
  52. package/dist/typings/12/fire_alt_12.d.ts +12 -0
  53. package/dist/typings/12/government_12.d.ts +12 -0
  54. package/dist/typings/20/calendar_large_outline_20.d.ts +12 -0
  55. package/dist/typings/20/hearts_2_outline_20.d.ts +12 -0
  56. package/dist/typings/20/megaphone_outline_20.d.ts +12 -0
  57. package/dist/typings/20/minecraft_outline_20.d.ts +12 -0
  58. package/dist/typings/20/user_star_outline_20.d.ts +12 -0
  59. package/dist/typings/28/government_outline_28.d.ts +12 -0
  60. package/dist/typings/28/megaphone_outline_28.d.ts +12 -0
  61. package/dist/typings/28/minecraft_outline_28.d.ts +12 -0
  62. package/dist/typings/28/receipt_outline_28.d.ts +12 -0
  63. package/dist/typings/28/user_star_outline_28.d.ts +12 -0
  64. package/dist/typings/index.d.ts +12 -0
  65. package/package.json +2 -2
  66. package/src/svg/12/fire_alt_12.svg +1 -0
  67. package/src/svg/12/government_12.svg +1 -0
  68. package/src/svg/16/calendar_outline_16.svg +1 -1
  69. package/src/svg/16/shopping_cart_outline_16.svg +1 -1
  70. package/src/svg/20/calendar_large_outline_20.svg +1 -0
  71. package/src/svg/20/calendar_outline_20.svg +1 -1
  72. package/src/svg/20/hearts_2_outline_20.svg +1 -0
  73. package/src/svg/20/megaphone_outline_20.svg +1 -0
  74. package/src/svg/20/minecraft_outline_20.svg +1 -0
  75. package/src/svg/20/shopping_cart_outline_20.svg +1 -1
  76. package/src/svg/20/user_star_outline_20.svg +1 -0
  77. package/src/svg/24/calendar_add_outline_24.svg +1 -1
  78. package/src/svg/24/calendar_outline_24.svg +1 -1
  79. package/src/svg/24/shopping_cart_outline_24.svg +1 -1
  80. package/src/svg/28/calendar_add_outline_28.svg +1 -1
  81. package/src/svg/28/calendar_outline_28.svg +1 -12
  82. package/src/svg/28/government_outline_28.svg +1 -0
  83. package/src/svg/28/megaphone_outline_28.svg +1 -0
  84. package/src/svg/28/minecraft_outline_28.svg +1 -0
  85. package/src/svg/28/receipt_outline_28.svg +1 -0
  86. package/src/svg/28/shopping_cart_outline_28.svg +1 -1
  87. package/src/svg/28/user_star_outline_28.svg +1 -0
  88. package/src/svg/36/calendar_outline_36.svg +1 -1
  89. package/src/svg/56/calendar_outline_56.svg +1 -1
package/dist/index.js CHANGED
@@ -141,6 +141,9 @@ _export(exports, {
141
141
  Icon12Fire: function() {
142
142
  return _fire_12.Icon12Fire;
143
143
  },
144
+ Icon12FireAlt: function() {
145
+ return _fire_alt_12.Icon12FireAlt;
146
+ },
144
147
  Icon12FireVerified: function() {
145
148
  return _fire_verified_12.Icon12FireVerified;
146
149
  },
@@ -159,6 +162,9 @@ _export(exports, {
159
162
  Icon12Gift: function() {
160
163
  return _gift_12.Icon12Gift;
161
164
  },
165
+ Icon12Government: function() {
166
+ return _government_12.Icon12Government;
167
+ },
162
168
  Icon12Hand: function() {
163
169
  return _hand_12.Icon12Hand;
164
170
  },
@@ -1428,6 +1434,9 @@ _export(exports, {
1428
1434
  Icon20CalendarCircleFillRed: function() {
1429
1435
  return _calendar_circle_fill_red_20.Icon20CalendarCircleFillRed;
1430
1436
  },
1437
+ Icon20CalendarLargeOutline: function() {
1438
+ return _calendar_large_outline_20.Icon20CalendarLargeOutline;
1439
+ },
1431
1440
  Icon20CalendarOutline: function() {
1432
1441
  return _calendar_outline_20.Icon20CalendarOutline;
1433
1442
  },
@@ -1842,6 +1851,9 @@ _export(exports, {
1842
1851
  Icon20HealthOutline: function() {
1843
1852
  return _health_outline_20.Icon20HealthOutline;
1844
1853
  },
1854
+ Icon20Hearts2Outline: function() {
1855
+ return _hearts_2_outline_20.Icon20Hearts2Outline;
1856
+ },
1845
1857
  Icon20HeartSettingsOutline: function() {
1846
1858
  return _heart_settings_outline_20.Icon20HeartSettingsOutline;
1847
1859
  },
@@ -2058,6 +2070,9 @@ _export(exports, {
2058
2070
  Icon20MasksOutline: function() {
2059
2071
  return _masks_outline_20.Icon20MasksOutline;
2060
2072
  },
2073
+ Icon20MegaphoneOutline: function() {
2074
+ return _megaphone_outline_20.Icon20MegaphoneOutline;
2075
+ },
2061
2076
  Icon20MentionCircleFillBlue: function() {
2062
2077
  return _mention_circle_fill_blue_20.Icon20MentionCircleFillBlue;
2063
2078
  },
@@ -2103,6 +2118,9 @@ _export(exports, {
2103
2118
  Icon20MessageUnreadTopOutline: function() {
2104
2119
  return _message_unread_top_outline_20.Icon20MessageUnreadTopOutline;
2105
2120
  },
2121
+ Icon20MinecraftOutline: function() {
2122
+ return _minecraft_outline_20.Icon20MinecraftOutline;
2123
+ },
2106
2124
  Icon20MinusSquareOutline: function() {
2107
2125
  return _minus_square_outline_20.Icon20MinusSquareOutline;
2108
2126
  },
@@ -2643,6 +2661,9 @@ _export(exports, {
2643
2661
  Icon20UsersSlashOutline: function() {
2644
2662
  return _users_slash_outline_20.Icon20UsersSlashOutline;
2645
2663
  },
2664
+ Icon20UserStarOutline: function() {
2665
+ return _user_star_outline_20.Icon20UserStarOutline;
2666
+ },
2646
2667
  Icon20UserTagOutline: function() {
2647
2668
  return _user_tag_outline_20.Icon20UserTagOutline;
2648
2669
  },
@@ -5325,6 +5346,9 @@ _export(exports, {
5325
5346
  Icon28GlobeOutline: function() {
5326
5347
  return _globe_outline_28.Icon28GlobeOutline;
5327
5348
  },
5349
+ Icon28GovernmentOutline: function() {
5350
+ return _government_outline_28.Icon28GovernmentOutline;
5351
+ },
5328
5352
  Icon28GraphOutline: function() {
5329
5353
  return _graph_outline_28.Icon28GraphOutline;
5330
5354
  },
@@ -5643,6 +5667,9 @@ _export(exports, {
5643
5667
  Icon28MasksOutline: function() {
5644
5668
  return _masks_outline_28.Icon28MasksOutline;
5645
5669
  },
5670
+ Icon28MegaphoneOutline: function() {
5671
+ return _megaphone_outline_28.Icon28MegaphoneOutline;
5672
+ },
5646
5673
  Icon28Mention: function() {
5647
5674
  return _mention_28.Icon28Mention;
5648
5675
  },
@@ -5745,6 +5772,9 @@ _export(exports, {
5745
5772
  Icon28MicSlashOutline: function() {
5746
5773
  return _mic_slash_outline_28.Icon28MicSlashOutline;
5747
5774
  },
5775
+ Icon28MinecraftOutline: function() {
5776
+ return _minecraft_outline_28.Icon28MinecraftOutline;
5777
+ },
5748
5778
  Icon28MinusOutline: function() {
5749
5779
  return _minus_outline_28.Icon28MinusOutline;
5750
5780
  },
@@ -6060,6 +6090,9 @@ _export(exports, {
6060
6090
  Icon28RadiowavesLeftAndRightOutline: function() {
6061
6091
  return _radiowaves_left_and_right_outline_28.Icon28RadiowavesLeftAndRightOutline;
6062
6092
  },
6093
+ Icon28ReceiptOutline: function() {
6094
+ return _receipt_outline_28.Icon28ReceiptOutline;
6095
+ },
6063
6096
  Icon28RecentOutline: function() {
6064
6097
  return _recent_outline_28.Icon28RecentOutline;
6065
6098
  },
@@ -6579,6 +6612,9 @@ _export(exports, {
6579
6612
  Icon28UserStarBadgeSlashOutline: function() {
6580
6613
  return _user_star_badge_slash_outline_28.Icon28UserStarBadgeSlashOutline;
6581
6614
  },
6615
+ Icon28UserStarOutline: function() {
6616
+ return _user_star_outline_28.Icon28UserStarOutline;
6617
+ },
6582
6618
  Icon28UserTagOutline: function() {
6583
6619
  return _user_tag_outline_28.Icon28UserTagOutline;
6584
6620
  },
@@ -8001,12 +8037,14 @@ var _explicit_12 = require("./12/explicit_12");
8001
8037
  var _eye_slash_outline_12 = require("./12/eye_slash_outline_12");
8002
8038
  var _favorite_12 = require("./12/favorite_12");
8003
8039
  var _fire_12 = require("./12/fire_12");
8040
+ var _fire_alt_12 = require("./12/fire_alt_12");
8004
8041
  var _fire_verified_12 = require("./12/fire_verified_12");
8005
8042
  var _flag_12 = require("./12/flag_12");
8006
8043
  var _flash_12 = require("./12/flash_12");
8007
8044
  var _flash_circle_12 = require("./12/flash_circle_12");
8008
8045
  var _ghost_12 = require("./12/ghost_12");
8009
8046
  var _gift_12 = require("./12/gift_12");
8047
+ var _government_12 = require("./12/government_12");
8010
8048
  var _hand_12 = require("./12/hand_12");
8011
8049
  var _headphones_12 = require("./12/headphones_12");
8012
8050
  var _help_12 = require("./12/help_12");
@@ -8430,6 +8468,7 @@ var _cake_circle_fill_purple_20 = require("./20/cake_circle_fill_purple_20");
8430
8468
  var _cake_circle_fill_raspberry_pink_20 = require("./20/cake_circle_fill_raspberry_pink_20");
8431
8469
  var _cake_outline_20 = require("./20/cake_outline_20");
8432
8470
  var _calendar_circle_fill_red_20 = require("./20/calendar_circle_fill_red_20");
8471
+ var _calendar_large_outline_20 = require("./20/calendar_large_outline_20");
8433
8472
  var _calendar_outline_20 = require("./20/calendar_outline_20");
8434
8473
  var _camera_circle_fill_green_20 = require("./20/camera_circle_fill_green_20");
8435
8474
  var _camera_outline_20 = require("./20/camera_outline_20");
@@ -8568,6 +8607,7 @@ var _grid_4_uneven_vertical_outline_20 = require("./20/grid_4_uneven_vertical_ou
8568
8607
  var _hand_20 = require("./20/hand_20");
8569
8608
  var _headphones_support_outline_20 = require("./20/headphones_support_outline_20");
8570
8609
  var _health_outline_20 = require("./20/health_outline_20");
8610
+ var _hearts_2_outline_20 = require("./20/hearts_2_outline_20");
8571
8611
  var _heart_settings_outline_20 = require("./20/heart_settings_outline_20");
8572
8612
  var _help_outline_20 = require("./20/help_outline_20");
8573
8613
  var _hide_outline_20 = require("./20/hide_outline_20");
@@ -8640,6 +8680,7 @@ var _marker_outline_20 = require("./20/marker_outline_20");
8640
8680
  var _market_circle_fill_yellow_20 = require("./20/market_circle_fill_yellow_20");
8641
8681
  var _market_outline_20 = require("./20/market_outline_20");
8642
8682
  var _masks_outline_20 = require("./20/masks_outline_20");
8683
+ var _megaphone_outline_20 = require("./20/megaphone_outline_20");
8643
8684
  var _mention_circle_fill_blue_20 = require("./20/mention_circle_fill_blue_20");
8644
8685
  var _mention_outline_20 = require("./20/mention_outline_20");
8645
8686
  var _menu_outline_20 = require("./20/menu_outline_20");
@@ -8655,6 +8696,7 @@ var _messages_outline_20 = require("./20/messages_outline_20");
8655
8696
  var _message_unread_circle_fill_gray_20 = require("./20/message_unread_circle_fill_gray_20");
8656
8697
  var _message_unread_circle_fill_red_20 = require("./20/message_unread_circle_fill_red_20");
8657
8698
  var _message_unread_top_outline_20 = require("./20/message_unread_top_outline_20");
8699
+ var _minecraft_outline_20 = require("./20/minecraft_outline_20");
8658
8700
  var _minus_square_outline_20 = require("./20/minus_square_outline_20");
8659
8701
  var _money_circle_outline_20 = require("./20/money_circle_outline_20");
8660
8702
  var _money_outline_20 = require("./20/money_outline_20");
@@ -8835,6 +8877,7 @@ var _users_outline_20 = require("./20/users_outline_20");
8835
8877
  var _user_square_on_square_outline_20 = require("./20/user_square_on_square_outline_20");
8836
8878
  var _user_square_outline_20 = require("./20/user_square_outline_20");
8837
8879
  var _users_slash_outline_20 = require("./20/users_slash_outline_20");
8880
+ var _user_star_outline_20 = require("./20/user_star_outline_20");
8838
8881
  var _user_tag_outline_20 = require("./20/user_tag_outline_20");
8839
8882
  var _verified_20 = require("./20/verified_20");
8840
8883
  var _videocam_20 = require("./20/videocam_20");
@@ -9729,6 +9772,7 @@ var _gift_outline_28 = require("./28/gift_outline_28");
9729
9772
  var _globe_circle_fill_blue_28 = require("./28/globe_circle_fill_blue_28");
9730
9773
  var _globe_circle_fill_yellow_28 = require("./28/globe_circle_fill_yellow_28");
9731
9774
  var _globe_outline_28 = require("./28/globe_outline_28");
9775
+ var _government_outline_28 = require("./28/government_outline_28");
9732
9776
  var _graph_outline_28 = require("./28/graph_outline_28");
9733
9777
  var _grid_layout_outline_28 = require("./28/grid_layout_outline_28");
9734
9778
  var _grid_rectangle_up_square_2_down_outline_28 = require("./28/grid_rectangle_up_square_2_down_outline_28");
@@ -9835,6 +9879,7 @@ var _market_like_outline_28 = require("./28/market_like_outline_28");
9835
9879
  var _market_outline_28 = require("./28/market_outline_28");
9836
9880
  var _market_slash_outline_28 = require("./28/market_slash_outline_28");
9837
9881
  var _masks_outline_28 = require("./28/masks_outline_28");
9882
+ var _megaphone_outline_28 = require("./28/megaphone_outline_28");
9838
9883
  var _mention_28 = require("./28/mention_28");
9839
9884
  var _mention_circle_fill_blue_28 = require("./28/mention_circle_fill_blue_28");
9840
9885
  var _mention_outline_28 = require("./28/mention_outline_28");
@@ -9869,6 +9914,7 @@ var _microphone_slash_outline_28 = require("./28/microphone_slash_outline_28");
9869
9914
  var _microphone_videocam_outline_28 = require("./28/microphone_videocam_outline_28");
9870
9915
  var _microphone_videocam_slash_outline_28 = require("./28/microphone_videocam_slash_outline_28");
9871
9916
  var _mic_slash_outline_28 = require("./28/mic_slash_outline_28");
9917
+ var _minecraft_outline_28 = require("./28/minecraft_outline_28");
9872
9918
  var _minus_outline_28 = require("./28/minus_outline_28");
9873
9919
  var _minus_square_outline_28 = require("./28/minus_square_outline_28");
9874
9920
  var _money_circle_outline_28 = require("./28/money_circle_outline_28");
@@ -9974,6 +10020,7 @@ var _quote_outline_28 = require("./28/quote_outline_28");
9974
10020
  var _radiowaves_around_outline_28 = require("./28/radiowaves_around_outline_28");
9975
10021
  var _radiowaves_left_and_right_circle_fill_red_28 = require("./28/radiowaves_left_and_right_circle_fill_red_28");
9976
10022
  var _radiowaves_left_and_right_outline_28 = require("./28/radiowaves_left_and_right_outline_28");
10023
+ var _receipt_outline_28 = require("./28/receipt_outline_28");
9977
10024
  var _recent_outline_28 = require("./28/recent_outline_28");
9978
10025
  var _recorder_tape_outline_28 = require("./28/recorder_tape_outline_28");
9979
10026
  var _recorder_tape_slash_outline_28 = require("./28/recorder_tape_slash_outline_28");
@@ -10147,6 +10194,7 @@ var _user_square_on_square_outline_28 = require("./28/user_square_on_square_outl
10147
10194
  var _user_square_outline_28 = require("./28/user_square_outline_28");
10148
10195
  var _user_star_badge_outline_28 = require("./28/user_star_badge_outline_28");
10149
10196
  var _user_star_badge_slash_outline_28 = require("./28/user_star_badge_slash_outline_28");
10197
+ var _user_star_outline_28 = require("./28/user_star_outline_28");
10150
10198
  var _user_tag_outline_28 = require("./28/user_tag_outline_28");
10151
10199
  var _video_28 = require("./28/video_28");
10152
10200
  var _video_add_square_outline_28 = require("./28/video_add_square_outline_28");
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon12FireAltProps 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 Icon12FireAlt: import("react").FC<Icon12FireAltProps>;
12
+ export default Icon12FireAlt;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon12GovernmentProps 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 Icon12Government: import("react").FC<Icon12GovernmentProps>;
12
+ export default Icon12Government;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20CalendarLargeOutlineProps 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 Icon20CalendarLargeOutline: import("react").FC<Icon20CalendarLargeOutlineProps>;
12
+ export default Icon20CalendarLargeOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20Hearts2OutlineProps 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 Icon20Hearts2Outline: import("react").FC<Icon20Hearts2OutlineProps>;
12
+ export default Icon20Hearts2Outline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20MegaphoneOutlineProps 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 Icon20MegaphoneOutline: import("react").FC<Icon20MegaphoneOutlineProps>;
12
+ export default Icon20MegaphoneOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20MinecraftOutlineProps 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 Icon20MinecraftOutline: import("react").FC<Icon20MinecraftOutlineProps>;
12
+ export default Icon20MinecraftOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20UserStarOutlineProps 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 Icon20UserStarOutline: import("react").FC<Icon20UserStarOutlineProps>;
12
+ export default Icon20UserStarOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28GovernmentOutlineProps 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 Icon28GovernmentOutline: import("react").FC<Icon28GovernmentOutlineProps>;
12
+ export default Icon28GovernmentOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28MegaphoneOutlineProps 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 Icon28MegaphoneOutline: import("react").FC<Icon28MegaphoneOutlineProps>;
12
+ export default Icon28MegaphoneOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28MinecraftOutlineProps 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 Icon28MinecraftOutline: import("react").FC<Icon28MinecraftOutlineProps>;
12
+ export default Icon28MinecraftOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28ReceiptOutlineProps 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 Icon28ReceiptOutline: import("react").FC<Icon28ReceiptOutlineProps>;
12
+ export default Icon28ReceiptOutline;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28UserStarOutlineProps 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 Icon28UserStarOutline: import("react").FC<Icon28UserStarOutlineProps>;
12
+ export default Icon28UserStarOutline;
@@ -42,12 +42,14 @@ export { Icon12Explicit } from './12/explicit_12';
42
42
  export { Icon12EyeSlashOutline } from './12/eye_slash_outline_12';
43
43
  export { Icon12Favorite } from './12/favorite_12';
44
44
  export { Icon12Fire } from './12/fire_12';
45
+ export { Icon12FireAlt } from './12/fire_alt_12';
45
46
  export { Icon12FireVerified } from './12/fire_verified_12';
46
47
  export { Icon12Flag } from './12/flag_12';
47
48
  export { Icon12Flash } from './12/flash_12';
48
49
  export { Icon12FlashCircle } from './12/flash_circle_12';
49
50
  export { Icon12Ghost } from './12/ghost_12';
50
51
  export { Icon12Gift } from './12/gift_12';
52
+ export { Icon12Government } from './12/government_12';
51
53
  export { Icon12Hand } from './12/hand_12';
52
54
  export { Icon12Headphones } from './12/headphones_12';
53
55
  export { Icon12Help } from './12/help_12';
@@ -471,6 +473,7 @@ export { Icon20CakeCircleFillPurple } from './20/cake_circle_fill_purple_20';
471
473
  export { Icon20CakeCircleFillRaspberryPink } from './20/cake_circle_fill_raspberry_pink_20';
472
474
  export { Icon20CakeOutline } from './20/cake_outline_20';
473
475
  export { Icon20CalendarCircleFillRed } from './20/calendar_circle_fill_red_20';
476
+ export { Icon20CalendarLargeOutline } from './20/calendar_large_outline_20';
474
477
  export { Icon20CalendarOutline } from './20/calendar_outline_20';
475
478
  export { Icon20CameraCircleFillGreen } from './20/camera_circle_fill_green_20';
476
479
  export { Icon20CameraOutline } from './20/camera_outline_20';
@@ -609,6 +612,7 @@ export { Icon20Grid4UnevenVerticalOutline } from './20/grid_4_uneven_vertical_ou
609
612
  export { Icon20Hand } from './20/hand_20';
610
613
  export { Icon20HeadphonesSupportOutline } from './20/headphones_support_outline_20';
611
614
  export { Icon20HealthOutline } from './20/health_outline_20';
615
+ export { Icon20Hearts2Outline } from './20/hearts_2_outline_20';
612
616
  export { Icon20HeartSettingsOutline } from './20/heart_settings_outline_20';
613
617
  export { Icon20HelpOutline } from './20/help_outline_20';
614
618
  export { Icon20HideOutline } from './20/hide_outline_20';
@@ -681,6 +685,7 @@ export { Icon20MarkerOutline } from './20/marker_outline_20';
681
685
  export { Icon20MarketCircleFillYellow } from './20/market_circle_fill_yellow_20';
682
686
  export { Icon20MarketOutline } from './20/market_outline_20';
683
687
  export { Icon20MasksOutline } from './20/masks_outline_20';
688
+ export { Icon20MegaphoneOutline } from './20/megaphone_outline_20';
684
689
  export { Icon20MentionCircleFillBlue } from './20/mention_circle_fill_blue_20';
685
690
  export { Icon20MentionOutline } from './20/mention_outline_20';
686
691
  export { Icon20MenuOutline } from './20/menu_outline_20';
@@ -696,6 +701,7 @@ export { Icon20MessagesOutline } from './20/messages_outline_20';
696
701
  export { Icon20MessageUnreadCircleFillGray } from './20/message_unread_circle_fill_gray_20';
697
702
  export { Icon20MessageUnreadCircleFillRed } from './20/message_unread_circle_fill_red_20';
698
703
  export { Icon20MessageUnreadTopOutline } from './20/message_unread_top_outline_20';
704
+ export { Icon20MinecraftOutline } from './20/minecraft_outline_20';
699
705
  export { Icon20MinusSquareOutline } from './20/minus_square_outline_20';
700
706
  export { Icon20MoneyCircleOutline } from './20/money_circle_outline_20';
701
707
  export { Icon20MoneyOutline } from './20/money_outline_20';
@@ -876,6 +882,7 @@ export { Icon20UsersOutline } from './20/users_outline_20';
876
882
  export { Icon20UserSquareOnSquareOutline } from './20/user_square_on_square_outline_20';
877
883
  export { Icon20UserSquareOutline } from './20/user_square_outline_20';
878
884
  export { Icon20UsersSlashOutline } from './20/users_slash_outline_20';
885
+ export { Icon20UserStarOutline } from './20/user_star_outline_20';
879
886
  export { Icon20UserTagOutline } from './20/user_tag_outline_20';
880
887
  export { Icon20Verified } from './20/verified_20';
881
888
  export { Icon20Videocam } from './20/videocam_20';
@@ -1770,6 +1777,7 @@ export { Icon28GiftOutline } from './28/gift_outline_28';
1770
1777
  export { Icon28GlobeCircleFillBlue } from './28/globe_circle_fill_blue_28';
1771
1778
  export { Icon28GlobeCircleFillYellow } from './28/globe_circle_fill_yellow_28';
1772
1779
  export { Icon28GlobeOutline } from './28/globe_outline_28';
1780
+ export { Icon28GovernmentOutline } from './28/government_outline_28';
1773
1781
  export { Icon28GraphOutline } from './28/graph_outline_28';
1774
1782
  export { Icon28GridLayoutOutline } from './28/grid_layout_outline_28';
1775
1783
  export { Icon28GridRectangleUpSquare2DownOutline } from './28/grid_rectangle_up_square_2_down_outline_28';
@@ -1876,6 +1884,7 @@ export { Icon28MarketLikeOutline } from './28/market_like_outline_28';
1876
1884
  export { Icon28MarketOutline } from './28/market_outline_28';
1877
1885
  export { Icon28MarketSlashOutline } from './28/market_slash_outline_28';
1878
1886
  export { Icon28MasksOutline } from './28/masks_outline_28';
1887
+ export { Icon28MegaphoneOutline } from './28/megaphone_outline_28';
1879
1888
  export { Icon28Mention } from './28/mention_28';
1880
1889
  export { Icon28MentionCircleFillBlue } from './28/mention_circle_fill_blue_28';
1881
1890
  export { Icon28MentionOutline } from './28/mention_outline_28';
@@ -1910,6 +1919,7 @@ export { Icon28MicrophoneSlashOutline } from './28/microphone_slash_outline_28';
1910
1919
  export { Icon28MicrophoneVideocamOutline } from './28/microphone_videocam_outline_28';
1911
1920
  export { Icon28MicrophoneVideocamSlashOutline } from './28/microphone_videocam_slash_outline_28';
1912
1921
  export { Icon28MicSlashOutline } from './28/mic_slash_outline_28';
1922
+ export { Icon28MinecraftOutline } from './28/minecraft_outline_28';
1913
1923
  export { Icon28MinusOutline } from './28/minus_outline_28';
1914
1924
  export { Icon28MinusSquareOutline } from './28/minus_square_outline_28';
1915
1925
  export { Icon28MoneyCircleOutline } from './28/money_circle_outline_28';
@@ -2015,6 +2025,7 @@ export { Icon28QuoteOutline } from './28/quote_outline_28';
2015
2025
  export { Icon28RadiowavesAroundOutline } from './28/radiowaves_around_outline_28';
2016
2026
  export { Icon28RadiowavesLeftAndRightCircleFillRed } from './28/radiowaves_left_and_right_circle_fill_red_28';
2017
2027
  export { Icon28RadiowavesLeftAndRightOutline } from './28/radiowaves_left_and_right_outline_28';
2028
+ export { Icon28ReceiptOutline } from './28/receipt_outline_28';
2018
2029
  export { Icon28RecentOutline } from './28/recent_outline_28';
2019
2030
  export { Icon28RecorderTapeOutline } from './28/recorder_tape_outline_28';
2020
2031
  export { Icon28RecorderTapeSlashOutline } from './28/recorder_tape_slash_outline_28';
@@ -2188,6 +2199,7 @@ export { Icon28UserSquareOnSquareOutline } from './28/user_square_on_square_outl
2188
2199
  export { Icon28UserSquareOutline } from './28/user_square_outline_28';
2189
2200
  export { Icon28UserStarBadgeOutline } from './28/user_star_badge_outline_28';
2190
2201
  export { Icon28UserStarBadgeSlashOutline } from './28/user_star_badge_slash_outline_28';
2202
+ export { Icon28UserStarOutline } from './28/user_star_outline_28';
2191
2203
  export { Icon28UserTagOutline } from './28/user_tag_outline_28';
2192
2204
  export { Icon28Video } from './28/video_28';
2193
2205
  export { Icon28VideoAddSquareOutline } from './28/video_add_square_outline_28';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.48.1",
3
+ "version": "2.49.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "homepage": "https://vkcom.github.io/icons/",
6
6
  "repository": {
@@ -34,7 +34,7 @@
34
34
  "@size-limit/file": "^8.2.6",
35
35
  "@size-limit/webpack": "^8.2.6",
36
36
  "@swc/cli": "^0.1.61",
37
- "@swc/core": "^1.3.63",
37
+ "@swc/core": "^1.3.68",
38
38
  "@types/react": "16.14.34",
39
39
  "@vkontakte/icons-scripts": "3.0.1",
40
40
  "css-loader": "^6.7.3",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" viewBox="0 0 12 12"><path fill-rule="evenodd" d="M7.86 6c1.485-4.5-2.226-6-2.226-6 0 2.25-1.368 2.756-2.598 3.75C1.181 5.25 1 6.375 1 7.5c0 3 3.52 4.125 3.52 4.125-1.484-3 .743-4.5.743-4.5 0 3.75 2.969 4.875 2.969 4.875 5.195-2.625 1.484-8.625 1.484-8.625C9.716 5.25 7.861 6 7.861 6Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" viewBox="0 0 12 13"><path d="M6.598 2.703a1.617 1.617 0 0 1 .398-.257 1.816 1.816 0 0 1 1.194-.1.562.562 0 1 1-.261 1.095c-.23-.055-.397-.016-.514.054a.69.69 0 0 0-.292.409c-.094.31.119.74.542.84a.905.905 0 0 0 .582-.048.872.872 0 0 0 .196-.123.63.63 0 0 0 .2-.291.562.562 0 0 1 .3-.348s.154-.067.178-.075l2.215-.82a.503.503 0 0 1 .662.474c.007.961.008 2.123-.157 3.028-.169.929-.723 2.04-2.088 2.245a2.53 2.53 0 0 1-.92-.038c-.308-.068-.714-.198-1.035-.446v.677c0 .103.064.195.156.24.604.3 1.505 1.099.828 2.11a.235.235 0 0 1-.136.095l-.008.003c-.1.028-2.254.642-2.64.642-.385 0-2.535-.614-2.636-.642l-.008-.003a.235.235 0 0 1-.136-.094c-.677-1.012.224-1.81.828-2.11a.272.272 0 0 0 .156-.241v-.677c-.321.248-.727.378-1.034.446a2.524 2.524 0 0 1-.921.038C.886 8.58.327 7.469.159 6.54c-.165-.905-.164-2.067-.157-3.028a.503.503 0 0 1 .662-.474l2.215.82a6 6 0 0 1 .154.063.5.5 0 0 1 .273.245.56.56 0 0 1 .049.115c.009.03.02.06.035.088a.83.83 0 0 0 .497.374.916.916 0 0 0 .445 0c.423-.1.636-.53.543-.84a.69.69 0 0 0-.293-.409c-.117-.07-.285-.11-.514-.054a.563.563 0 0 1-.261-1.095 1.88 1.88 0 0 1 .955.011c.144.04.282.097.41.175.27.162.48.395.624.67.064.12.116.246.156.378.04.132.047.316.047.316s.007-.187.046-.316c.103-.342.29-.648.553-.877Z M6.598 2.703a1.617 1.617 0 0 1 .398-.257 1.816 1.816 0 0 1 1.194-.1.562.562 0 1 1-.261 1.095c-.23-.055-.397-.016-.514.054a.69.69 0 0 0-.292.409c-.094.31.119.74.542.84a.905.905 0 0 0 .582-.048.872.872 0 0 0 .196-.123.63.63 0 0 0 .2-.291.562.562 0 0 1 .3-.348s.154-.067.178-.075l2.215-.82a.503.503 0 0 1 .662.474c.007.961.008 2.123-.157 3.028-.169.929-.723 2.04-2.088 2.245a2.53 2.53 0 0 1-.92-.038c-.308-.068-.714-.198-1.035-.446v.677c0 .103.064.195.156.24.604.3 1.505 1.099.828 2.11a.235.235 0 0 1-.136.095l-.008.003c-.1.028-2.254.642-2.64.642-.385 0-2.535-.614-2.636-.642l-.008-.003a.235.235 0 0 1-.136-.094c-.677-1.012.224-1.81.828-2.11a.272.272 0 0 0 .156-.241v-.677c-.321.248-.727.378-1.034.446a2.524 2.524 0 0 1-.921.038C.886 8.58.327 7.469.159 6.54c-.165-.905-.164-2.067-.157-3.028a.503.503 0 0 1 .662-.474l2.215.82a6 6 0 0 1 .154.063.5.5 0 0 1 .273.245.56.56 0 0 1 .049.115c.009.03.02.06.035.088a.83.83 0 0 0 .497.374.916.916 0 0 0 .445 0c.423-.1.636-.53.543-.84a.69.69 0 0 0-.293-.409c-.117-.07-.285-.11-.514-.054a.563.563 0 0 1-.261-1.095 1.88 1.88 0 0 1 .955.011c.144.04.282.097.41.175.27.162.48.395.624.67.064.12.116.246.156.378.04.132.047.316.047.316s.007-.187.046-.316c.103-.342.29-.648.553-.877ZM6.75 1.32a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" d="M12 11c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"/><path fill="currentColor" fill-rule="evenodd" d="M5.0001.5a.75.75 0 0 1 .75.75v.2505C5.8993 1.5 6.0553 1.5 6.2186 1.5h3.5628c.1634 0 .3195 0 .4687.0005V1.25a.75.75 0 0 1 1.5 0v.3182c.3475.047.6699.1304.9754.286a3.2502 3.2502 0 0 1 1.4203 1.4203c.1991.3908.2798.8092.3176 1.2724.0366.4476.0366.9983.0366 1.6716v3.563c0 .6733 0 1.224-.0366 1.6716-.0378.4632-.1185.8816-.3176 1.2724a3.2504 3.2504 0 0 1-1.4203 1.4203c-.3908.1991-.8092.2798-1.2724.3176-.4476.0366-.9983.0366-1.6716.0366h-3.563c-.6733 0-1.224 0-1.6716-.0366-.4632-.0378-.8816-.1185-1.2724-.3176a3.2502 3.2502 0 0 1-1.4203-1.4203c-.199-.3908-.2798-.8092-.3176-1.2724C1.5 11.0055 1.5 10.4548 1.5 9.7814V6.2186c0-.6734 0-1.2241.0366-1.6717.0378-.4632.1185-.8816.3176-1.2724a3.25 3.25 0 0 1 1.4203-1.4203c.3056-.1557.628-.239.9756-.286V1.25a.75.75 0 0 1 .75-.75Zm5.25 2.5006V3.25a.75.75 0 0 0 1.5 0v-.1601c.1254.0278.2177.0618.2944.1008a1.75 1.75 0 0 1 .7648.7648c.0734.144.1289.343.1591.7136.0273.3331.031.7512.0315 1.3309H3.0001c.0005-.5797.0042-.9977.0315-1.331.0302-.3704.0857-.5694.1591-.7135a1.75 1.75 0 0 1 .7648-.7648c.0768-.039.169-.073.2946-.101V3.25a.75.75 0 1 0 1.5 0v-.2494C5.9037 3 6.0697 3 6.25 3h3.5c.1804 0 .3465 0 .5001.0006ZM3 7.5v2.25c0 .7124.0006 1.2017.0316 1.5809.0302.3705.0857.5695.1591.7136a1.75 1.75 0 0 0 .7648.7648c.144.0734.343.1289.7136.1591.3792.031.8685.0316 1.5809.0316h3.5c.7124 0 1.2017-.0006 1.5809-.0316.3705-.0302.5695-.0857.7136-.1591a1.7502 1.7502 0 0 0 .7648-.7648c.0734-.1441.1289-.3431.1591-.7136.031-.3792.0316-.8685.0316-1.5809V7.5H3Z" clip-rule="evenodd"/></svg>
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="M5 .5a.75.75 0 0 1 .75.75v.25h4.501v-.25a.75.75 0 0 1 1.5 0v.318c.347.047.669.13.975.286a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.672V9.78c0 .674 0 1.224-.037 1.672-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317-.447.037-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.306-.156.629-.24.976-.287V1.25A.75.75 0 0 1 5 .5ZM10.25 3v.25a.75.75 0 0 0 1.5 0v-.16c.126.028.218.062.294.1.33.169.598.436.765.766.074.144.13.343.16.713.027.333.03.751.03 1.331H3c0-.58.004-.998.032-1.33.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765c.076-.04.169-.073.294-.101v.16a.75.75 0 1 0 1.5 0V3h4.5ZM3 7.5v2.25c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.38.03.869.031 1.581.031h3.5c.712 0 1.202 0 1.58-.032.371-.03.57-.085.714-.159a1.75 1.75 0 0 0 .765-.764c.074-.145.13-.344.16-.714.03-.38.031-.869.031-1.581V7.5H3Z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M1.9035 3.0396c-.1112-.0322-.2618-.0395-.8744-.0395H.75a.75.75 0 0 1 0-1.5h.3724c.4705-.0005.8549-.0008 1.1986.0988A2.5 2.5 0 0 1 3.8844 2.93c.011.023.0214.0465.0314.0701h8.9029c.3241 0 .5997 0 .8251.0133.2333.0138.4693.044.6999.1306a2.2498 2.2498 0 0 1 1.4385 1.8094c.0325.2443.0087.481-.0305.7114-.0378.2226-.1.4911-.173.8068l-.5552 2.3991c-.0837.3636-.1566.6804-.3028.9505a2.2501 2.2501 0 0 1-1.3815 1.0983c-.2961.0815-.6212.0812-.9943.0808H6.1101c-.3966.0004-.7414.0008-1.0514-.089a2.2502 2.2502 0 0 1-1.407-1.198c-.1382-.2916-.1929-.6321-.2557-1.0237l-.6886-4.2607c-.0978-.6046-.129-.7522-.1786-.8568a1 1 0 0 0-.6253-.5324ZM4.2383 4.5l.6248 3.8655c.085.5253.1098.6332.1441.7057a.75.75 0 0 0 .469.3993c.0771.0223.1875.0296.7196.0296h6.0691c.4994 0 .6023-.0066.6761-.0269a.7498.7498 0 0 0 .4605-.3661c.0364-.0673.0661-.1661.1786-.6526l.5323-2.3001c.0793-.3425.131-.5675.1605-.7412.0291-.1708.0259-.236.0224-.262a.7499.7499 0 0 0-.4795-.6032c-.0246-.0093-.0874-.027-.2604-.0373-.1759-.0104-.4067-.0107-.7582-.0107H4.2383Z M4.5 13.25c0-.6904.5596-1.25 1.25-1.25S7 12.5596 7 13.25s-.5596 1.25-1.25 1.25-1.25-.5596-1.25-1.25ZM12.25 12c-.6904 0-1.25.5596-1.25 1.25s.5596 1.25 1.25 1.25 1.25-.5596 1.25-1.25S12.9404 12 12.25 12Z"/></svg>
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.416 3.013a10.14 10.14 0 0 0-.666-.011.75.75 0 0 1 0-1.5h.025c.285 0 .54 0 .752.015.228.017.46.055.694.157a2.043 2.043 0 0 1 1.02.988l7.972.413c.413.021.773.04 1.062.08.301.044.62.121.905.322.403.284.683.71.785 1.191.072.34.017.665-.062.959-.077.282-.201.62-.345 1.008l-.323.874c-.368.999-.623 1.688-1.08 2.21a3.75 3.75 0 0 1-1.483 1.034c-.65.248-1.384.248-2.448.247h-2.66c-.292 0-.551 0-.768-.016a2.069 2.069 0 0 1-.708-.164 2.05 2.05 0 0 1-.868-.736 2.07 2.07 0 0 1-.277-.671 10.862 10.862 0 0 1-.142-.755L3.046 4.1a10.14 10.14 0 0 0-.12-.655.635.635 0 0 0-.067-.195.55.55 0 0 0-.24-.203.636.636 0 0 0-.203-.035ZM4.58 4.181l.697 4.206c.053.32.087.52.123.67.035.14.06.182.07.197a.55.55 0 0 0 .233.198.634.634 0 0 0 .206.036c.154.011.356.012.68.012h2.49c1.267 0 1.7-.012 2.057-.148a2.25 2.25 0 0 0 .89-.62c.252-.287.413-.69.852-1.878l.262-.709c.158-.427.258-.701.315-.91.027-.1.038-.164.042-.206a.288.288 0 0 0 .001-.04v-.01a.45.45 0 0 0-.182-.276l-.01-.005a.298.298 0 0 0-.036-.014 1.253 1.253 0 0 0-.206-.043c-.215-.03-.506-.046-.961-.07l-7.523-.39Z M6.5 13.252a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm4.75 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"/></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 .75a.75.75 0 0 1 1.5 0v1.251L6.4 2h7.2l.9.001V.75a.75.75 0 0 1 1.5 0v1.288c.784.048 1.34.156 1.816.398a4 4 0 0 1 1.748 1.748C20 5.04 20 6.16 20 8.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C16.96 20 15.84 20 13.6 20H6.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C0 16.96 0 15.84 0 13.6V8.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748c.475-.242 1.032-.35 1.816-.398V.75Zm10.5 2.751V5.25a.75.75 0 0 0 1.5 0V3.542l.105.008c.574.046.849.13 1.03.222a2.5 2.5 0 0 1 1.092 1.093c.093.181.177.456.224 1.03.048.592.049 1.36.049 2.505v5.2c0 1.145-.001 1.913-.05 2.505-.046.574-.13.849-.223 1.03a2.5 2.5 0 0 1-1.092 1.092c-.181.093-.456.177-1.03.224-.592.048-1.36.049-2.505.049H6.4c-1.145 0-1.913-.001-2.505-.05-.574-.046-.849-.13-1.03-.223a2.5 2.5 0 0 1-1.093-1.092c-.092-.181-.176-.456-.222-1.03-.049-.592-.05-1.36-.05-2.505V8.4c0-1.145.001-1.913.05-2.505.046-.574.13-.849.222-1.03a2.5 2.5 0 0 1 1.093-1.093c.181-.092.456-.176 1.03-.222L4 3.542V5.25a.75.75 0 0 0 1.5 0V3.501l.9-.001h7.2l.9.001Z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M6.25 1a.75.75 0 0 1 .75.75v.2567C7.393 2 7.83 2 8.3174 2h3.3652c.4873 0 .9244 0 1.3174.0067V1.75a.75.75 0 0 1 1.5 0v.3557c.4282.0646.8156.1721 1.1795.3575a4.2506 4.2506 0 0 1 1.8573 1.8573c.2536.4977.3616 1.0396.413 1.6696C18 6.6044 18 7.365 18 8.3174v3.3652c0 .9525 0 1.713-.0502 2.3273-.0514.63-.1594 1.1719-.413 1.6696a4.2512 4.2512 0 0 1-1.8573 1.8573c-.4977.2536-1.0396.3615-1.6696.413C13.3956 18 12.6351 18 11.6826 18H8.3174c-.9525 0-1.713 0-2.3273-.0502-.63-.0515-1.1719-.1594-1.6696-.413a4.2506 4.2506 0 0 1-1.8573-1.8573c-.2536-.4977-.3616-1.0396-.413-1.6696C2 13.3956 2 12.6351 2 11.6826V8.3174c0-.9525 0-1.713.0502-2.3273.0514-.63.1594-1.1719.413-1.6696a4.25 4.25 0 0 1 1.8573-1.8573c.3639-.1854.7513-.293 1.1795-.3575V1.75A.75.75 0 0 1 6.25 1ZM5.5 3.6296c-.203.044-.3614.1003-.4985.1701a2.75 2.75 0 0 0-1.2018 1.2018c-.1279.251-.2106.5735-.2545 1.1108-.0208.2545-.032.5424-.038.8777h12.9857c-.0061-.3353-.0173-.6232-.0381-.8777-.0439-.5373-.1266-.8598-.2545-1.1108a2.7505 2.7505 0 0 0-1.2018-1.2018c-.1371-.0698-.2955-.1262-.4985-.1701V3.75a.75.75 0 0 1-1.5 0v-.243c-.3817-.0068-.8248-.007-1.35-.007h-3.3c-.5252 0-.9683.0002-1.35.007v.243a.75.75 0 0 1-1.5 0v-.1204Zm11 4.8604h-13v3.16c0 .9925.0006 1.6917.0452 2.2377.0439.5373.1266.8598.2545 1.1108a2.7505 2.7505 0 0 0 1.2018 1.2018c.251.1279.5735.2106 1.1108.2545.546.0446 1.2452.0452 2.2377.0452h3.3c.9925 0 1.6917-.0006 2.2377-.0452.5373-.0439.8598-.1266 1.1108-.2545a2.751 2.751 0 0 0 1.2018-1.2018c.1279-.251.2106-.5735.2545-1.1108.0446-.546.0452-1.2452.0452-2.2377V8.49Z M15 13.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"/></svg>
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="M6.25 1a.75.75 0 0 1 .75.75v.257C7.393 2 7.83 2 8.317 2h3.366c.487 0 .924 0 1.317.007V1.75a.75.75 0 0 1 1.5 0v.356c.428.064.816.172 1.18.357a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v3.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H8.317c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67C2 13.396 2 12.635 2 11.683V8.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857A3.795 3.795 0 0 1 5.5 2.106V1.75A.75.75 0 0 1 6.25 1ZM5.5 3.63c-.203.044-.361.1-.498.17A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.21.573-.255 1.11-.02.255-.032.543-.038.878h12.986a14.082 14.082 0 0 0-.038-.878c-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 15 3.8a2.017 2.017 0 0 0-.499-.17v.12a.75.75 0 0 1-1.5 0v-.243a80.419 80.419 0 0 0-1.35-.007h-3.3c-.525 0-.968 0-1.35.007v.243a.75.75 0 0 1-1.5 0v-.12Zm11 4.86h-13v3.16c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 5.002 16.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h3.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 16.2 15c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238V8.49Z" 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="M9.342 2C7.46 2 5.93 3.438 5.706 5.266a.75.75 0 1 0 1.49.181C7.33 4.337 8.251 3.5 9.341 3.5c.596 0 1.245.383 1.925 1.346a.853.853 0 0 0 1.394 0c.68-.963 1.33-1.346 1.925-1.346 1.18 0 2.164.982 2.164 2.228 0 .503-.08.891-.25 1.254-.172.372-.46.761-.937 1.24a.75.75 0 0 0 1.063 1.058c.545-.547.96-1.077 1.235-1.665.278-.597.389-1.208.389-1.887C18.25 3.684 16.625 2 14.586 2c-1.04 0-1.91.536-2.622 1.319C11.252 2.536 10.382 2 9.342 2ZM5.395 7.5c-2.03 0-3.645 1.681-3.645 3.716 0 1.082.284 1.94.97 2.817.643.826 1.646 1.674 3.035 2.78l1.456 1.16a1.264 1.264 0 0 0 1.578 0l1.456-1.16c1.389-1.106 2.392-1.954 3.036-2.78.684-.878.969-1.735.969-2.817 0-2.035-1.615-3.716-3.645-3.716C9.563 7.5 8.7 8.071 8 8.853 7.301 8.071 6.437 7.5 5.395 7.5ZM3.25 11.216C3.25 9.975 4.227 9 5.395 9c.572 0 1.217.404 1.907 1.387a.853.853 0 0 0 1.396 0C9.388 9.404 10.033 9 10.605 9c1.168 0 2.145.975 2.145 2.216 0 .753-.176 1.284-.652 1.895-.517.662-1.375 1.403-2.788 2.53L8 16.683 6.69 15.64c-1.413-1.126-2.271-1.867-2.788-2.53-.476-.61-.652-1.141-.652-1.894Z" 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="M13.021.512a.75.75 0 0 0-.869.607l-.342 1.937a.75.75 0 0 0 1.476.261l.343-1.936a.75.75 0 0 0-.608-.87Zm5.222 2.573a.75.75 0 1 0-.986-1.13l-3.319 2.891a.75.75 0 1 0 .986 1.131l3.319-2.892ZM6.816 9.222l-3.112 2.624a1.98 1.98 0 0 0-.7 1.337 1.94 1.94 0 0 0 .442 1.424c.343.41.82.642 1.319.684a1.96 1.96 0 0 0 1.432-.46l3.113-2.624-2.494-2.985Zm3.802 2.21 2.726-.372a.464.464 0 0 0 .4-.417.442.442 0 0 0-.101-.327l-4.22-5.054a.451.451 0 0 0-.553-.105.463.463 0 0 0-.229.271l-.839 2.634 2.816 3.37Zm-3.28 4.399 1.101 1.01a.613.613 0 0 0 .466.155.768.768 0 0 0 .51-.255.775.775 0 0 0 .208-.534.618.618 0 0 0-.197-.452l-.956-.878-1.132.954Zm-1.346.801c-.44.143-.9.194-1.352.157a3.41 3.41 0 0 1-2.34-1.216 3.442 3.442 0 0 1-.785-2.527 3.487 3.487 0 0 1 1.227-2.351l3.624-3.056.85-2.668c.164-.514.52-.915.96-1.146a1.942 1.942 0 0 1 2.393.47l4.22 5.055c.347.414.49.932.445 1.43a1.968 1.968 0 0 1-1.689 1.77l-2.763.378-1.156.974.809.743c.449.411.673.973.684 1.535.01.56-.192 1.128-.598 1.575-.406.447-.95.7-1.507.74a2.105 2.105 0 0 1-1.584-.544l-1.438-1.319Zm12.259-8.245a.75.75 0 1 0-.002-1.5l-1.966.001a.75.75 0 1 0 .001 1.5h1.967Z" 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="M8.5 6h-3v3h3v1.5H7v4h1.5V13h3v1.5H13v-4h-1.5V9h3V6h-3v3h-3V6Z"/><path fill-rule="evenodd" d="M2 8.4c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748C5.04 2 6.16 2 8.4 2h3.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 5.04 18 6.16 18 8.4v3.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C14.96 18 13.84 18 11.6 18H8.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C2 14.96 2 13.84 2 11.6V8.4Zm6.4-4.9h3.2c1.145 0 1.913.001 2.505.05.574.046.849.13 1.03.222a2.5 2.5 0 0 1 1.092 1.093c.093.181.177.456.224 1.03.048.592.049 1.36.049 2.505v3.2c0 1.145-.001 1.913-.05 2.505-.046.574-.13.849-.223 1.03a2.5 2.5 0 0 1-1.092 1.092c-.181.093-.456.177-1.03.224-.592.048-1.36.049-2.505.049H8.4c-1.145 0-1.913-.001-2.505-.05-.574-.046-.849-.13-1.03-.223a2.5 2.5 0 0 1-1.093-1.092c-.092-.181-.176-.456-.222-1.03-.049-.592-.05-1.36-.05-2.505V8.4c0-1.145.001-1.913.05-2.505.046-.574.13-.849.222-1.03a2.5 2.5 0 0 1 1.093-1.093c.181-.092.456-.176 1.03-.222.592-.049 1.36-.05 2.505-.05Z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M3.545 4.0392C3.4342 4.0072 3.2843 4 2.6745 4H2.25a.75.75 0 1 1 0-1.5h.5174c.4683-.0005.851-.0008 1.1937.0981.7131.206 1.306.7132 1.5971 1.4019h10.6932c.2199 0 .4169 0 .5798.0097.1701.0101.3622.0331.555.1075a1.7499 1.7499 0 0 1 1.1119 1.4603c.0204.2056-.0086.397-.0441.5636-.0339.1595-.0863.3494-.1448.5613-.3938 1.4266-.7889 2.8528-1.1812 4.2798-.0951.346-.178.6478-.3283.9045a2.2502 2.2502 0 0 1-1.3627 1.0376c-.2874.0765-.6004.0762-.9593.0758a3027.875 3027.875 0 0 0-6.534 0c-.3949.0005-.7383.0009-1.0473-.0884a2.2498 2.2498 0 0 1-1.4053-1.1905c-.1389-.2901-.195-.6289-.2594-1.0185-.2915-1.761-.5868-3.5215-.8803-5.2822-.1002-.6014-.132-.7481-.1818-.8521a1 1 0 0 0-.6246-.5292ZM5.8853 5.5l.812 4.872c.0871.5225.1123.6297.1468.7018a.7496.7496 0 0 0 .4685.3968c.0768.0222.1867.0295.7164.0295h6.3721c.4796 0 .5781-.0062.6498-.0253a.7503.7503 0 0 0 .4543-.3458c.0375-.0641.0696-.1574.1972-.6198l1.1554-4.1863c.0656-.2374.1056-.3836.1291-.494.0149-.0699.0174-.1011.0179-.1091a.25.25 0 0 0-.153-.201c-.0079-.0017-.0387-.0075-.1099-.0118-.1127-.0067-.2643-.007-.5106-.007H5.8853Z" clip-rule="evenodd"/><path fill="currentColor" d="M6.5 16.25c0-.6904.5596-1.25 1.25-1.25S9 15.5596 9 16.25c0 .6903-.5596 1.25-1.25 1.25s-1.25-.5597-1.25-1.25Zm6.5 0c0-.6904.5596-1.25 1.25-1.25s1.25.5596 1.25 1.25c0 .6903-.5596 1.25-1.25 1.25S13 16.9403 13 16.25Z"/></svg>
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.175 3.548c-.098-.037-.238-.05-.926-.05a.75.75 0 0 1 0-1.5h.11c.513 0 .96-.001 1.354.15a2.25 2.25 0 0 1 1.104.912c.084.135.148.281.2.439l10.167.566c.527.029.971.054 1.327.105.367.054.733.148 1.053.376.465.332.786.828.899 1.388.078.385.013.758-.088 1.115-.098.345-.257.761-.446 1.254l-.678 1.77c-.376.983-.635 1.661-1.092 2.175a3.75 3.75 0 0 1-1.475 1.014c-.643.244-1.37.243-2.422.243H8.027c-.331 0-.62 0-.86-.018a2.272 2.272 0 0 1-.764-.172 2.25 2.25 0 0 1-.946-.782 2.272 2.272 0 0 1-.313-.717 12.365 12.365 0 0 1-.18-.841L3.767 4.753c-.13-.677-.168-.812-.224-.9a.75.75 0 0 0-.368-.305ZM5.346 5.02l1.086 5.647c.069.358.113.586.16.758a.825.825 0 0 0 .1.257.75.75 0 0 0 .315.26.823.823 0 0 0 .271.05c.178.013.41.014.774.014h4.067c1.252 0 1.68-.012 2.034-.146a2.25 2.25 0 0 0 .885-.608c.252-.283.416-.679.864-1.848l.614-1.605c.204-.533.339-.885.416-1.158.076-.27.069-.37.06-.41a.75.75 0 0 0-.3-.463c-.033-.024-.121-.072-.398-.112-.28-.041-.658-.063-1.227-.095l-9.72-.54Z M8.25 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM14 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/></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="M10.422 3.099a.93.93 0 0 0-.834 0c-.052.026-.194.136-.447.602-.243.447-.52 1.084-.915 1.998l-.491 1.135-.005.012c-.02.05-.084.202-.193.328a.985.985 0 0 1-.325.247 1.223 1.223 0 0 1-.38.101l-.686.097c-.995.14-1.691.238-2.193.355-.522.122-.668.23-.708.275a.94.94 0 0 0-.222.814c.012.059.082.226.47.596.373.356.922.794 1.709 1.42l.224.18a.767.767 0 0 0 .011.008c.05.039.206.158.307.326.082.138.13.294.14.455.013.195-.047.381-.067.442l-.004.014-.451 1.477c-.185.605-.308 1.01-.374 1.325-.065.309-.052.437-.034.504a.94.94 0 0 0 .408.55c.058.037.177.086.492.115.32.028.743.029 1.375.029h5.503c.618 0 1.031 0 1.343-.029.307-.027.424-.075.482-.11a.94.94 0 0 0 .41-.54c.019-.065.034-.19-.022-.494-.057-.308-.167-.707-.332-1.302l-.43-1.55-.004-.013c-.017-.06-.071-.242-.056-.433.012-.157.062-.309.143-.443.1-.164.251-.28.3-.318l.011-.008.232-.185c.785-.627 1.333-1.065 1.705-1.42.387-.37.457-.538.469-.597a.94.94 0 0 0-.223-.813c-.04-.044-.185-.153-.707-.275-.5-.116-1.195-.215-2.19-.355l-.685-.097-.013-.001a1.223 1.223 0 0 1-.367-.1 1.006 1.006 0 0 1-.325-.247 1.22 1.22 0 0 1-.193-.328l-.005-.012-.491-1.135c-.396-.914-.672-1.55-.915-1.998-.253-.466-.395-.576-.447-.602Zm-1.507-1.34a2.43 2.43 0 0 1 2.18 0c.493.247.82.724 1.092 1.226.279.513.582 1.213.958 2.082l.431.996.535.076c.947.133 1.709.24 2.283.374.56.131 1.11.32 1.482.733a2.44 2.44 0 0 1 .577 2.113c-.11.544-.487.987-.903 1.384-.426.407-1.027.887-1.775 1.484l-.086.069.379 1.365c.153.554.282 1.017.352 1.399.073.394.102.789-.012 1.183a2.438 2.438 0 0 1-1.063 1.398c-.35.215-.738.293-1.137.329-.386.034-.867.034-1.442.034h-5.57c-.59 0-1.082 0-1.476-.035-.406-.037-.802-.116-1.155-.338a2.44 2.44 0 0 1-1.06-1.43c-.108-.402-.068-.804.015-1.203.082-.388.225-.858.397-1.421l.393-1.29-.073-.058c-.75-.597-1.352-1.077-1.779-1.484-.417-.398-.795-.84-.905-1.385a2.44 2.44 0 0 1 .577-2.114c.371-.413.922-.602 1.483-.733.575-.134 1.337-.24 2.286-.374l.535-.076.431-.996c.376-.869.68-1.569.958-2.082.273-.502.599-.98 1.092-1.227Z M6.5 14.577v.461c0 .247.202.462.438.462h6.125c.235 0 .437-.215.437-.462v-.461c0-1.616-2.332-2.077-3.5-2.077-1.168 0-3.5.461-3.5 2.077Zm5.25-4.827a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M19.311 2.004a.9.9 0 0 0-1.707.398V4.2h-1.699a.9.9 0 1 0 0 1.8h1.699v1.598a.9.9 0 1 0 1.8 0V6h1.699a.897.897 0 0 0 .9-.9.898.898 0 0 0-.9-.9h-1.7V2.402a.897.897 0 0 0-.092-.398Z M8 1.502a.9.9 0 0 1 .9.9v.604h3.604a.9.9 0 1 1 0 1.8H8.9v.789a.9.9 0 0 1-1.8 0v-.738c-.522.07-.97.224-1.32.506-.489.393-.981 1.198-.981 3.008v.634h10.934a.9.9 0 0 1 0 1.8H4.8v5.371c0 .902.192 1.645.6 2.15.377.469 1.054.872 2.36.872h8.331c1.106 0 1.859-.292 2.33-.737.464-.436.779-1.135.779-2.211v-5.414a.9.9 0 0 1 1.8 0v5.414c0 1.436-.432 2.661-1.344 3.521-.903.852-2.155 1.227-3.565 1.227h-8.33c-1.712 0-2.965-.552-3.763-1.542-.769-.954-.998-2.171-.998-3.28V8.371c0-2.127.589-3.555 1.652-4.41.752-.605 1.638-.836 2.449-.916v-.643a.9.9 0 0 1 .9-.9Z M16.984 15.502a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M19.311 2.004a.9.9 0 0 0-1.707.398V4.2h-1.699a.9.9 0 1 0 0 1.8h1.699v1.598a.9.9 0 1 0 1.8 0V6h1.699a.897.897 0 0 0 .9-.9.898.898 0 0 0-.9-.9h-1.7V2.402a.897.897 0 0 0-.092-.398Z M8 1.502a.9.9 0 0 1 .9.9v.604h3.604a.9.9 0 1 1 0 1.8H8.9v.789a.9.9 0 0 1-1.8 0v-.738c-.522.07-.97.224-1.32.506-.489.393-.981 1.198-.981 3.008v.634h10.934a.9.9 0 0 1 0 1.8H4.8v5.371c0 .902.192 1.645.6 2.15.377.469 1.054.872 2.36.872h8.331c1.106 0 1.859-.292 2.33-.737.464-.436.779-1.135.779-2.211v-5.414a.9.9 0 0 1 1.8 0v5.414c0 1.436-.432 2.661-1.344 3.521-.903.852-2.155 1.227-3.565 1.227h-8.33c-1.712 0-2.965-.552-3.763-1.542-.769-.954-.998-2.171-.998-3.28V8.371c0-2.127.589-3.555 1.652-4.41.752-.605 1.638-.836 2.449-.916v-.643a.9.9 0 0 1 .9-.9Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M17 15.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z M8 1.5a.9.9 0 0 1 .9.9V3h6.2v-.6a.9.9 0 1 1 1.8 0v.653c.628.053 1.183.164 1.698.427a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.053.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05H9.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C3 16.252 3 15.486 3 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 5.402 3.48c.515-.263 1.07-.374 1.698-.427V2.4a.9.9 0 0 1 .9-.9Zm-.9 3.361c-.422.046-.68.12-.88.222A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.054-.037.444-.043.991-.045 1.726h14.4c-.002-.735-.008-1.282-.045-1.726-.043-.527-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.137c-.2-.102-.458-.176-.88-.222V5.6a.9.9 0 0 1-1.8 0v-.8H8.9v.8a.9.9 0 1 1-1.8 0v-.739ZM19.2 10.8H4.8v3.7c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h5c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238a2.6 2.6 0 0 0 1.137-1.137c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-3.7Z" clip-rule="evenodd"/></svg>
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="M8 1.5a.9.9 0 0 1 .9.9V3h6.2v-.6a.9.9 0 1 1 1.8 0v.653c.628.053 1.183.164 1.698.427a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.053.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05H9.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C3 16.252 3 15.486 3 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 5.402 3.48c.515-.263 1.07-.374 1.698-.427V2.4a.9.9 0 0 1 .9-.9Zm-.9 3.361c-.422.046-.68.12-.88.222A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.054-.037.444-.043.991-.045 1.726h14.4c-.002-.735-.008-1.282-.045-1.726-.043-.527-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.137c-.2-.102-.458-.176-.88-.222V5.6a.9.9 0 0 1-1.8 0v-.8H8.9v.8a.9.9 0 1 1-1.8 0v-.739ZM19.2 10.8H4.8v3.7c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h5c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238a2.6 2.6 0 0 0 1.137-1.137c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-3.7Z" clip-rule="evenodd"/></svg>