@vkontakte/icons 2.57.0 → 2.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/16/message_cross_16.js +13 -0
- package/dist/16/text_viewfinder_outline_16.js +13 -0
- package/dist/20/text_viewfinder_outline_20.js +13 -0
- package/dist/24/text_viewfinder_outline_24.js +13 -0
- package/dist/28/text_viewfinder_outline_28.js +13 -0
- package/dist/es6/16/message_cross_16.js +3 -0
- package/dist/es6/16/text_viewfinder_outline_16.js +3 -0
- package/dist/es6/20/text_viewfinder_outline_20.js +3 -0
- package/dist/es6/24/text_viewfinder_outline_24.js +3 -0
- package/dist/es6/28/text_viewfinder_outline_28.js +3 -0
- package/dist/es6/index.js +5 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +20 -0
- package/dist/typings/16/message_cross_16.d.ts +11 -0
- package/dist/typings/16/text_viewfinder_outline_16.d.ts +11 -0
- package/dist/typings/20/text_viewfinder_outline_20.d.ts +11 -0
- package/dist/typings/24/text_viewfinder_outline_24.d.ts +11 -0
- package/dist/typings/28/text_viewfinder_outline_28.d.ts +11 -0
- package/dist/typings/index.d.ts +5 -0
- package/package.json +1 -1
- package/src/svg/16/message_cross_16.svg +1 -0
- package/src/svg/16/text_viewfinder_outline_16.svg +1 -0
- package/src/svg/20/text_viewfinder_outline_20.svg +1 -0
- package/src/svg/24/text_viewfinder_outline_24.svg +1 -0
- package/src/svg/28/text_viewfinder_outline_28.svg +1 -0
package/dist/index.js
CHANGED
|
@@ -867,6 +867,9 @@ _export(exports, {
|
|
|
867
867
|
Icon16Message: function() {
|
|
868
868
|
return _message_16.Icon16Message;
|
|
869
869
|
},
|
|
870
|
+
Icon16MessageCross: function() {
|
|
871
|
+
return _message_cross_16.Icon16MessageCross;
|
|
872
|
+
},
|
|
870
873
|
Icon16MessageHeart: function() {
|
|
871
874
|
return _message_heart_16.Icon16MessageHeart;
|
|
872
875
|
},
|
|
@@ -1179,6 +1182,9 @@ _export(exports, {
|
|
|
1179
1182
|
Icon16TextUnderlineOutline: function() {
|
|
1180
1183
|
return _text_underline_outline_16.Icon16TextUnderlineOutline;
|
|
1181
1184
|
},
|
|
1185
|
+
Icon16TextViewfinderOutline: function() {
|
|
1186
|
+
return _text_viewfinder_outline_16.Icon16TextViewfinderOutline;
|
|
1187
|
+
},
|
|
1182
1188
|
Icon16ThumbsDownOutline: function() {
|
|
1183
1189
|
return _thumbs_down_outline_16.Icon16ThumbsDownOutline;
|
|
1184
1190
|
},
|
|
@@ -2643,6 +2649,9 @@ _export(exports, {
|
|
|
2643
2649
|
Icon20TextUnderlineOutline: function() {
|
|
2644
2650
|
return _text_underline_outline_20.Icon20TextUnderlineOutline;
|
|
2645
2651
|
},
|
|
2652
|
+
Icon20TextViewfinderOutline: function() {
|
|
2653
|
+
return _text_viewfinder_outline_20.Icon20TextViewfinderOutline;
|
|
2654
|
+
},
|
|
2646
2655
|
Icon20ThumbsUp: function() {
|
|
2647
2656
|
return _thumbs_up_20.Icon20ThumbsUp;
|
|
2648
2657
|
},
|
|
@@ -4524,6 +4533,9 @@ _export(exports, {
|
|
|
4524
4533
|
Icon24TextUnderlineOutline: function() {
|
|
4525
4534
|
return _text_underline_outline_24.Icon24TextUnderlineOutline;
|
|
4526
4535
|
},
|
|
4536
|
+
Icon24TextViewfinderOutline: function() {
|
|
4537
|
+
return _text_viewfinder_outline_24.Icon24TextViewfinderOutline;
|
|
4538
|
+
},
|
|
4527
4539
|
Icon24ThermometerOutline: function() {
|
|
4528
4540
|
return _thermometer_outline_24.Icon24ThermometerOutline;
|
|
4529
4541
|
},
|
|
@@ -6654,6 +6666,9 @@ _export(exports, {
|
|
|
6654
6666
|
Icon28TextUnderlineOutline: function() {
|
|
6655
6667
|
return _text_underline_outline_28.Icon28TextUnderlineOutline;
|
|
6656
6668
|
},
|
|
6669
|
+
Icon28TextViewfinderOutline: function() {
|
|
6670
|
+
return _text_viewfinder_outline_28.Icon28TextViewfinderOutline;
|
|
6671
|
+
},
|
|
6657
6672
|
Icon28ThumbsDown: function() {
|
|
6658
6673
|
return _thumbs_down_28.Icon28ThumbsDown;
|
|
6659
6674
|
},
|
|
@@ -8459,6 +8474,7 @@ var _mask_16 = require("./16/mask_16");
|
|
|
8459
8474
|
var _mention_16 = require("./16/mention_16");
|
|
8460
8475
|
var _menu_outline_16 = require("./16/menu_outline_16");
|
|
8461
8476
|
var _message_16 = require("./16/message_16");
|
|
8477
|
+
var _message_cross_16 = require("./16/message_cross_16");
|
|
8462
8478
|
var _message_heart_16 = require("./16/message_heart_16");
|
|
8463
8479
|
var _message_outline_16 = require("./16/message_outline_16");
|
|
8464
8480
|
var _messages_circle_fill_green_16 = require("./16/messages_circle_fill_green_16");
|
|
@@ -8563,6 +8579,7 @@ var _text_outline_16 = require("./16/text_outline_16");
|
|
|
8563
8579
|
var _text_strikethrough_outline_16 = require("./16/text_strikethrough_outline_16");
|
|
8564
8580
|
var _text_underline_eng_outline_16 = require("./16/text_underline_eng_outline_16");
|
|
8565
8581
|
var _text_underline_outline_16 = require("./16/text_underline_outline_16");
|
|
8582
|
+
var _text_viewfinder_outline_16 = require("./16/text_viewfinder_outline_16");
|
|
8566
8583
|
var _thumbs_down_outline_16 = require("./16/thumbs_down_outline_16");
|
|
8567
8584
|
var _thumbs_up_outline_16 = require("./16/thumbs_up_outline_16");
|
|
8568
8585
|
var _ticket_outline_16 = require("./16/ticket_outline_16");
|
|
@@ -9051,6 +9068,7 @@ var _text_right_outline_20 = require("./20/text_right_outline_20");
|
|
|
9051
9068
|
var _text_strikethrough_outline_20 = require("./20/text_strikethrough_outline_20");
|
|
9052
9069
|
var _text_tt_outline_20 = require("./20/text_tt_outline_20");
|
|
9053
9070
|
var _text_underline_outline_20 = require("./20/text_underline_outline_20");
|
|
9071
|
+
var _text_viewfinder_outline_20 = require("./20/text_viewfinder_outline_20");
|
|
9054
9072
|
var _thumbs_up_20 = require("./20/thumbs_up_20");
|
|
9055
9073
|
var _thumbs_up_circle_fill_green_20 = require("./20/thumbs_up_circle_fill_green_20");
|
|
9056
9074
|
var _thumbs_up_outline_20 = require("./20/thumbs_up_outline_20");
|
|
@@ -9678,6 +9696,7 @@ var _text_outline_24 = require("./24/text_outline_24");
|
|
|
9678
9696
|
var _text_strikethrough_outline_24 = require("./24/text_strikethrough_outline_24");
|
|
9679
9697
|
var _text_tt_outline_24 = require("./24/text_tt_outline_24");
|
|
9680
9698
|
var _text_underline_outline_24 = require("./24/text_underline_outline_24");
|
|
9699
|
+
var _text_viewfinder_outline_24 = require("./24/text_viewfinder_outline_24");
|
|
9681
9700
|
var _thermometer_outline_24 = require("./24/thermometer_outline_24");
|
|
9682
9701
|
var _thumb_down_24 = require("./24/thumb_down_24");
|
|
9683
9702
|
var _thumbs_down_24 = require("./24/thumbs_down_24");
|
|
@@ -10388,6 +10407,7 @@ var _text_style_1_28 = require("./28/text_style_1_28");
|
|
|
10388
10407
|
var _text_style_2_28 = require("./28/text_style_2_28");
|
|
10389
10408
|
var _text_style_3_28 = require("./28/text_style_3_28");
|
|
10390
10409
|
var _text_underline_outline_28 = require("./28/text_underline_outline_28");
|
|
10410
|
+
var _text_viewfinder_outline_28 = require("./28/text_viewfinder_outline_28");
|
|
10391
10411
|
var _thumbs_down_28 = require("./28/thumbs_down_28");
|
|
10392
10412
|
var _thumbs_down_outline_28 = require("./28/thumbs_down_outline_28");
|
|
10393
10413
|
var _thumbs_up_28 = require("./28/thumbs_up_28");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16MessageCrossProps 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 Icon16MessageCross: import("react").FC<Icon16MessageCrossProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon16TextViewfinderOutlineProps 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 Icon16TextViewfinderOutline: import("react").FC<Icon16TextViewfinderOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20TextViewfinderOutlineProps 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 Icon20TextViewfinderOutline: import("react").FC<Icon20TextViewfinderOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24TextViewfinderOutlineProps 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 Icon24TextViewfinderOutline: import("react").FC<Icon24TextViewfinderOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon28TextViewfinderOutlineProps 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 Icon28TextViewfinderOutline: import("react").FC<Icon28TextViewfinderOutlineProps>;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -284,6 +284,7 @@ export { Icon16Mask } from './16/mask_16';
|
|
|
284
284
|
export { Icon16Mention } from './16/mention_16';
|
|
285
285
|
export { Icon16MenuOutline } from './16/menu_outline_16';
|
|
286
286
|
export { Icon16Message } from './16/message_16';
|
|
287
|
+
export { Icon16MessageCross } from './16/message_cross_16';
|
|
287
288
|
export { Icon16MessageHeart } from './16/message_heart_16';
|
|
288
289
|
export { Icon16MessageOutline } from './16/message_outline_16';
|
|
289
290
|
export { Icon16MessagesCircleFillGreen } from './16/messages_circle_fill_green_16';
|
|
@@ -388,6 +389,7 @@ export { Icon16TextOutline } from './16/text_outline_16';
|
|
|
388
389
|
export { Icon16TextStrikethroughOutline } from './16/text_strikethrough_outline_16';
|
|
389
390
|
export { Icon16TextUnderlineEngOutline } from './16/text_underline_eng_outline_16';
|
|
390
391
|
export { Icon16TextUnderlineOutline } from './16/text_underline_outline_16';
|
|
392
|
+
export { Icon16TextViewfinderOutline } from './16/text_viewfinder_outline_16';
|
|
391
393
|
export { Icon16ThumbsDownOutline } from './16/thumbs_down_outline_16';
|
|
392
394
|
export { Icon16ThumbsUpOutline } from './16/thumbs_up_outline_16';
|
|
393
395
|
export { Icon16TicketOutline } from './16/ticket_outline_16';
|
|
@@ -876,6 +878,7 @@ export { Icon20TextRightOutline } from './20/text_right_outline_20';
|
|
|
876
878
|
export { Icon20TextStrikethroughOutline } from './20/text_strikethrough_outline_20';
|
|
877
879
|
export { Icon20TextTtOutline } from './20/text_tt_outline_20';
|
|
878
880
|
export { Icon20TextUnderlineOutline } from './20/text_underline_outline_20';
|
|
881
|
+
export { Icon20TextViewfinderOutline } from './20/text_viewfinder_outline_20';
|
|
879
882
|
export { Icon20ThumbsUp } from './20/thumbs_up_20';
|
|
880
883
|
export { Icon20ThumbsUpCircleFillGreen } from './20/thumbs_up_circle_fill_green_20';
|
|
881
884
|
export { Icon20ThumbsUpOutline } from './20/thumbs_up_outline_20';
|
|
@@ -1503,6 +1506,7 @@ export { Icon24TextOutline } from './24/text_outline_24';
|
|
|
1503
1506
|
export { Icon24TextStrikethroughOutline } from './24/text_strikethrough_outline_24';
|
|
1504
1507
|
export { Icon24TextTtOutline } from './24/text_tt_outline_24';
|
|
1505
1508
|
export { Icon24TextUnderlineOutline } from './24/text_underline_outline_24';
|
|
1509
|
+
export { Icon24TextViewfinderOutline } from './24/text_viewfinder_outline_24';
|
|
1506
1510
|
export { Icon24ThermometerOutline } from './24/thermometer_outline_24';
|
|
1507
1511
|
export { Icon24ThumbDown } from './24/thumb_down_24';
|
|
1508
1512
|
export { Icon24ThumbsDown } from './24/thumbs_down_24';
|
|
@@ -2213,6 +2217,7 @@ export { Icon28TextStyle1 } from './28/text_style_1_28';
|
|
|
2213
2217
|
export { Icon28TextStyle2 } from './28/text_style_2_28';
|
|
2214
2218
|
export { Icon28TextStyle3 } from './28/text_style_3_28';
|
|
2215
2219
|
export { Icon28TextUnderlineOutline } from './28/text_underline_outline_28';
|
|
2220
|
+
export { Icon28TextViewfinderOutline } from './28/text_viewfinder_outline_28';
|
|
2216
2221
|
export { Icon28ThumbsDown } from './28/thumbs_down_28';
|
|
2217
2222
|
export { Icon28ThumbsDownOutline } from './28/thumbs_down_outline_28';
|
|
2218
2223
|
export { Icon28ThumbsUp } from './28/thumbs_up_28';
|
package/package.json
CHANGED
|
@@ -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="M14.5 7.766C14.5 4.582 11.59 2 8 2S1.5 4.582 1.5 7.766c0 1.554.693 2.964 1.82 4-.11.646-.44 1.493-.994 2.54l-.126.235a.313.313 0 0 0 .117.42.294.294 0 0 0 .22.03c1.723-.443 2.954-1.002 3.692-1.675A7.28 7.28 0 0 0 8 13.531c3.59 0 6.5-2.581 6.5-5.766ZM5.721 5.372a.75.75 0 0 1 1.06 0L8 6.59l1.218-1.218a.75.75 0 0 1 1.06 1.06l-1.217 1.22 1.218 1.217a.75.75 0 0 1-1.06 1.061L8 8.712 6.782 9.93a.75.75 0 1 1-1.06-1.06l1.216-1.22-1.217-1.217a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M5.224 1.5h.025a.75.75 0 0 1 0 1.5c-.477 0-.797 0-1.045.017-.24.017-.358.046-.435.078a1.25 1.25 0 0 0-.678.679c-.032.076-.061.193-.078.433-.016.247-.017.565-.017 1.04a.75.75 0 1 1-1.5 0V5.22c0-.442 0-.812.02-1.116.022-.316.068-.614.188-.903a2.75 2.75 0 0 1 1.493-1.494c.29-.12.59-.166.906-.187.305-.02.676-.02 1.12-.02Zm6.57 1.517A17.235 17.235 0 0 0 10.75 3a.75.75 0 0 1 0-1.5h.025c.445 0 .816 0 1.12.02.317.022.617.069.906.188a2.75 2.75 0 0 1 1.494 1.494c.12.29.166.588.187.903.02.304.02.674.02 1.116v.026a.75.75 0 0 1-1.5 0c0-.475 0-.793-.017-1.04-.016-.24-.045-.357-.077-.433a1.25 1.25 0 0 0-.679-.68c-.076-.03-.193-.06-.435-.077ZM5.002 5.248a.75.75 0 0 1 .75-.75h4.505a.75.75 0 0 1 0 1.5H5.752a.75.75 0 0 1-.75-.75Zm0 2.751a.75.75 0 0 1 .75-.75h4.505a.75.75 0 0 1 0 1.5H5.752a.75.75 0 0 1-.75-.75Zm8.752 2.002a.75.75 0 0 1 .75.75v.025c0 .444 0 .813-.02 1.117a2.825 2.825 0 0 1-.188.904 2.75 2.75 0 0 1-1.493 1.493c-.29.12-.59.166-.906.188-.304.02-.676.02-1.12.02h-.026a.75.75 0 1 1 0-1.5c.477 0 .797 0 1.045-.017.241-.016.358-.046.435-.077a1.25 1.25 0 0 0 .678-.679c.032-.077.061-.194.078-.434.017-.247.017-.565.017-1.04a.75.75 0 0 1 .75-.75Zm-5.505 1.502H5.752a.75.75 0 0 1 0-1.5h2.497a.75.75 0 0 1 0 1.5Zm-6.003-1.5a.75.75 0 0 1 .75.75c0 .475 0 .793.017 1.04.017.24.046.357.078.433.126.308.37.552.678.68.077.03.194.06.435.077.248.016.568.017 1.045.017a.75.75 0 1 1 0 1.5h-.025c-.445 0-.816 0-1.12-.02a2.83 2.83 0 0 1-.907-.188 2.75 2.75 0 0 1-1.493-1.494 2.824 2.824 0 0 1-.187-.903c-.02-.304-.02-.674-.02-1.116v-.025a.75.75 0 0 1 .75-.75Z" 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="M16.499 4.754c0-.69-.56-1.25-1.25-1.25h-1a.75.75 0 0 1 0-1.5h1a2.75 2.75 0 0 1 2.75 2.75v1a.75.75 0 1 1-1.5 0v-1ZM4.754 16.497c-.69 0-1.25-.56-1.25-1.25v-1a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h1a.75.75 0 0 0 0-1.5h-1Zm10.5.003c.69 0 1.25-.56 1.25-1.25v-1a.75.75 0 0 1 1.5 0v1a2.75 2.75 0 0 1-2.75 2.75h-1a.75.75 0 0 1 0-1.5h1ZM4.753 3.506c-.69 0-1.25.56-1.25 1.25v1a.75.75 0 1 1-1.5 0v-1a2.75 2.75 0 0 1 2.75-2.75h1a.75.75 0 0 1 0 1.5h-1ZM6.75 6.004a.75.75 0 1 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5ZM6 10a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 6 10Zm.75 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z" 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="M19.203 18.1a1.1 1.1 0 0 1-1.1 1.1h-1a.9.9 0 0 0 0 1.8h1a2.9 2.9 0 0 0 2.9-2.9v-1a.9.9 0 0 0-1.8 0v1ZM18.098 4.804a1.1 1.1 0 0 1 1.1 1.1v1a.9.9 0 0 0 1.8 0v-1a2.9 2.9 0 0 0-2.9-2.9h-1a.9.9 0 0 0 0 1.8h1ZM5.905 4.801a1.1 1.1 0 0 0-1.1 1.1v1a.9.9 0 1 1-1.8 0v-1a2.9 2.9 0 0 1 2.9-2.9h1a.9.9 0 0 1 0 1.8h-1Zm-.007 14.393a1.1 1.1 0 0 1-1.1-1.1v-1a.9.9 0 0 0-1.8 0v1a2.9 2.9 0 0 0 2.9 2.9h1a.9.9 0 1 0 0-1.8h-1ZM7.902 7.2a.9.9 0 0 0 0 1.8h8.2a.9.9 0 0 0 0-1.8h-8.2ZM7.004 12a.9.9 0 0 1 .9-.9h8.198a.9.9 0 0 1 0 1.8H7.904a.9.9 0 0 1-.9-.9Zm.898 3a.9.9 0 1 0 0 1.8h4.2a.9.9 0 0 0 0-1.8h-4.2Z" 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 fill-rule="evenodd" d="M7 5a2 2 0 0 0-2 2v1a1 1 0 1 1-2 0V7a4 4 0 0 1 4-4h1a1 1 0 1 1 0 2H7Zm1 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm1-6a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H9Zm12-8a2 2 0 0 1 2 2v1a1 1 0 1 0 2 0V7a4 4 0 0 0-4-4h-1a1 1 0 1 0 0 2h1Zm0 18a2 2 0 0 0 2-2v-1a1 1 0 1 1 2 0v1a4 4 0 0 1-4 4h-1a1 1 0 1 1 0-2h1ZM7 23a2 2 0 0 1-2-2v-1a1 1 0 1 0-2 0v1a4 4 0 0 0 4 4h1a1 1 0 1 0 0-2H7Z" clip-rule="evenodd"/></svg>
|