@tant/icons 0.3.2 → 0.3.3

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.
@@ -70,7 +70,7 @@ var SSpace = function SSpace(props) {
70
70
  xmlns: "http://www.w3.org/2000/svg",
71
71
  width: size,
72
72
  height: size,
73
- viewBox: "0 0 24 24",
73
+ viewBox: "0 0 16 16",
74
74
  fill: color
75
75
  }, otherProps), /*#__PURE__*/React.createElement("path", {
76
76
  fillRule: "evenodd",
@@ -85,7 +85,7 @@ SSpace.propTypes = {
85
85
  };
86
86
  SSpace.defaultProps = {
87
87
  color: 'currentColor',
88
- size: '24'
88
+ size: '16'
89
89
  };
90
90
 
91
91
  var Project = function Project(props) {
@@ -97,7 +97,7 @@ var Project = function Project(props) {
97
97
  xmlns: "http://www.w3.org/2000/svg",
98
98
  width: size,
99
99
  height: size,
100
- viewBox: "0 0 24 24",
100
+ viewBox: "0 0 16 16",
101
101
  fill: color
102
102
  }, otherProps), /*#__PURE__*/React.createElement("path", {
103
103
  d: "M20.083 15.2l1.202.721a.5.5 0 010 .858l-8.77 5.262a1 1 0 01-1.03 0l-8.77-5.262a.5.5 0 010-.858l1.202-.721L12 20.05l8.083-4.85zm0-4.7l1.202.721a.5.5 0 010 .858L12 17.65l-9.285-5.571a.5.5 0 010-.858l1.202-.721L12 15.35l8.083-4.85zm-7.57-9.191l8.772 5.262a.5.5 0 010 .858L12 13 2.715 7.429a.5.5 0 010-.858l8.77-5.262a1 1 0 011.03 0h-.001zM12 3.332L5.887 7 12 10.668 18.113 7 12 3.332z"
@@ -110,7 +110,7 @@ Project.propTypes = {
110
110
  };
111
111
  Project.defaultProps = {
112
112
  color: 'currentColor',
113
- size: '24'
113
+ size: '16'
114
114
  };
115
115
 
116
116
  var Space = function Space(props) {
@@ -122,7 +122,7 @@ var Space = function Space(props) {
122
122
  xmlns: "http://www.w3.org/2000/svg",
123
123
  width: size,
124
124
  height: size,
125
- viewBox: "0 0 24 24",
125
+ viewBox: "0 0 16 16",
126
126
  fill: color
127
127
  }, otherProps), /*#__PURE__*/React.createElement("path", {
128
128
  d: "M11.5 1.289a1 1 0 011 0l8.526 4.922a1 1 0 01.5.866v9.846a1 1 0 01-.5.866L12.5 22.71a1 1 0 01-1 0L2.974 17.79a1 1 0 01-.5-.866V7.077a1 1 0 01.5-.866L11.5 1.29zm-5.96 5.75l6.46 3.8 6.46-3.8L12 3.31 5.54 7.04zM4.473 8.733v7.612L12 20.691l7.526-4.346V8.733L12 13.16 4.474 8.733z"
@@ -135,7 +135,7 @@ Space.propTypes = {
135
135
  };
136
136
  Space.defaultProps = {
137
137
  color: 'currentColor',
138
- size: '24'
138
+ size: '16'
139
139
  };
140
140
 
141
141
  var SpaceOpen = function SpaceOpen(props) {
@@ -147,7 +147,7 @@ var SpaceOpen = function SpaceOpen(props) {
147
147
  xmlns: "http://www.w3.org/2000/svg",
148
148
  width: size,
149
149
  height: size,
150
- viewBox: "0 0 24 24",
150
+ viewBox: "0 0 16 16",
151
151
  fill: color
152
152
  }, otherProps), /*#__PURE__*/React.createElement("path", {
153
153
  fillRule: "evenodd",
@@ -162,7 +162,7 @@ SpaceOpen.propTypes = {
162
162
  };
163
163
  SpaceOpen.defaultProps = {
164
164
  color: 'currentColor',
165
- size: '24'
165
+ size: '16'
166
166
  };
167
167
 
168
168
  var Folder = function Folder(props) {
@@ -174,7 +174,7 @@ var Folder = function Folder(props) {
174
174
  xmlns: "http://www.w3.org/2000/svg",
175
175
  width: size,
176
176
  height: size,
177
- viewBox: "0 0 24 24",
177
+ viewBox: "0 0 16 16",
178
178
  fill: color
179
179
  }, otherProps), /*#__PURE__*/React.createElement("path", {
180
180
  d: "M12.414 5H21a1 1 0 011 1v14a1 1 0 01-1 1H3a1 1 0 01-1-1V4a1 1 0 011-1h7.414l2 2zM20 11H4v8h16v-8zm0-2V7h-8.414l-2-2H4v4h16z"
@@ -187,7 +187,7 @@ Folder.propTypes = {
187
187
  };
188
188
  Folder.defaultProps = {
189
189
  color: 'currentColor',
190
- size: '24'
190
+ size: '16'
191
191
  };
192
192
 
193
193
  var FolderOpen = function FolderOpen(props) {
@@ -199,7 +199,7 @@ var FolderOpen = function FolderOpen(props) {
199
199
  xmlns: "http://www.w3.org/2000/svg",
200
200
  width: size,
201
201
  height: size,
202
- viewBox: "0 0 24 24",
202
+ viewBox: "0 0 16 16",
203
203
  fill: color
204
204
  }, otherProps), /*#__PURE__*/React.createElement("path", {
205
205
  d: "M3 21a1 1 0 01-1-1V4a1 1 0 011-1h7.414l2 2H20a1 1 0 011 1v3h-2V7h-7.414l-2-2H4v11.998L5.5 11h17l-2.31 9.243a1 1 0 01-.97.757H3zm16.938-8H7.062l-1.5 6h12.876l1.5-6z"
@@ -212,7 +212,7 @@ FolderOpen.propTypes = {
212
212
  };
213
213
  FolderOpen.defaultProps = {
214
214
  color: 'currentColor',
215
- size: '24'
215
+ size: '16'
216
216
  };
217
217
 
218
218
  var Dashboard = function Dashboard(props) {
@@ -224,7 +224,7 @@ var Dashboard = function Dashboard(props) {
224
224
  xmlns: "http://www.w3.org/2000/svg",
225
225
  width: size,
226
226
  height: size,
227
- viewBox: "0 0 24 24",
227
+ viewBox: "0 0 16 16",
228
228
  fill: color
229
229
  }, otherProps), /*#__PURE__*/React.createElement("path", {
230
230
  d: "M13 21V11h8v10h-8zM3 13V3h8v10H3zm6-2V5H5v6h4zM3 21v-6h8v6H3zm2-2h4v-2H5v2zm10 0h4v-6h-4v6zM13 3h8v6h-8V3zm2 2v2h4V5h-4z"
@@ -237,7 +237,7 @@ Dashboard.propTypes = {
237
237
  };
238
238
  Dashboard.defaultProps = {
239
239
  color: 'currentColor',
240
- size: '24'
240
+ size: '16'
241
241
  };
242
242
 
243
243
  var Card = function Card(props) {
@@ -249,7 +249,7 @@ var Card = function Card(props) {
249
249
  xmlns: "http://www.w3.org/2000/svg",
250
250
  width: size,
251
251
  height: size,
252
- viewBox: "0 0 24 24",
252
+ viewBox: "0 0 16 16",
253
253
  fill: color
254
254
  }, otherProps), /*#__PURE__*/React.createElement("path", {
255
255
  d: "M3 3h8v8H3V3zm0 10h8v8H3v-8zM13 3h8v8h-8V3zm0 10h8v8h-8v-8zm2-8v4h4V5h-4zm0 10v4h4v-4h-4zM5 5v4h4V5H5zm0 10v4h4v-4H5z"
@@ -262,7 +262,7 @@ Card.propTypes = {
262
262
  };
263
263
  Card.defaultProps = {
264
264
  color: 'currentColor',
265
- size: '24'
265
+ size: '16'
266
266
  };
267
267
 
268
268
  var DashboardMgr = function DashboardMgr(props) {
@@ -274,7 +274,7 @@ var DashboardMgr = function DashboardMgr(props) {
274
274
  xmlns: "http://www.w3.org/2000/svg",
275
275
  width: size,
276
276
  height: size,
277
- viewBox: "0 0 24 24",
277
+ viewBox: "0 0 16 16",
278
278
  fill: color
279
279
  }, otherProps), /*#__PURE__*/React.createElement("g", {
280
280
  filter: "url(#filter0_d_942_17)",
@@ -336,7 +336,7 @@ DashboardMgr.propTypes = {
336
336
  };
337
337
  DashboardMgr.defaultProps = {
338
338
  color: 'currentColor',
339
- size: '24'
339
+ size: '16'
340
340
  };
341
341
 
342
342
  var ProjectMgr = function ProjectMgr(props) {
@@ -348,7 +348,7 @@ var ProjectMgr = function ProjectMgr(props) {
348
348
  xmlns: "http://www.w3.org/2000/svg",
349
349
  width: size,
350
350
  height: size,
351
- viewBox: "0 0 24 24",
351
+ viewBox: "0 0 16 16",
352
352
  fill: color
353
353
  }, otherProps), /*#__PURE__*/React.createElement("path", {
354
354
  d: "M7 1a1 1 0 00-1 1v1h15v15h1a1 1 0 001-1V2a1 1 0 00-1-1H7z"
@@ -365,7 +365,7 @@ ProjectMgr.propTypes = {
365
365
  };
366
366
  ProjectMgr.defaultProps = {
367
367
  color: 'currentColor',
368
- size: '24'
368
+ size: '16'
369
369
  };
370
370
 
371
371
  var Usertag = function Usertag(props) {
@@ -377,7 +377,7 @@ var Usertag = function Usertag(props) {
377
377
  xmlns: "http://www.w3.org/2000/svg",
378
378
  width: size,
379
379
  height: size,
380
- viewBox: "0 0 24 24",
380
+ viewBox: "0 0 16 16",
381
381
  fill: color
382
382
  }, otherProps), /*#__PURE__*/React.createElement("path", {
383
383
  d: "M18.1 2a2 2 0 012 2v11.127a1 1 0 01-.412.809L17 17.89v-2.473l1.1-.8V4h-8v1h-2V4a2 2 0 012-2h8z"
@@ -394,7 +394,7 @@ Usertag.propTypes = {
394
394
  };
395
395
  Usertag.defaultProps = {
396
396
  color: 'currentColor',
397
- size: '24'
397
+ size: '16'
398
398
  };
399
399
 
400
400
  var UPropMgr = function UPropMgr(props) {
@@ -406,7 +406,7 @@ var UPropMgr = function UPropMgr(props) {
406
406
  xmlns: "http://www.w3.org/2000/svg",
407
407
  width: size,
408
408
  height: size,
409
- viewBox: "0 0 24 24",
409
+ viewBox: "0 0 16 16",
410
410
  fill: color
411
411
  }, otherProps), /*#__PURE__*/React.createElement("path", {
412
412
  d: "M8 2a3 3 0 00-3 3v3h2V5a1 1 0 011-1h12a1 1 0 011 1v14a1 1 0 01-1 1h-7v2h7a3 3 0 003-3V5a3 3 0 00-3-3H8z"
@@ -429,7 +429,7 @@ UPropMgr.propTypes = {
429
429
  };
430
430
  UPropMgr.defaultProps = {
431
431
  color: 'currentColor',
432
- size: '24'
432
+ size: '16'
433
433
  };
434
434
 
435
435
  var EventMgr = function EventMgr(props) {
@@ -441,7 +441,7 @@ var EventMgr = function EventMgr(props) {
441
441
  xmlns: "http://www.w3.org/2000/svg",
442
442
  width: size,
443
443
  height: size,
444
- viewBox: "0 0 24 24",
444
+ viewBox: "0 0 16 16",
445
445
  fill: color
446
446
  }, otherProps), /*#__PURE__*/React.createElement("path", {
447
447
  d: "M19 4H5v16h14v-2h2v2a2 2 0 01-2 2H5a2 2 0 01-2-2V4a2 2 0 012-2h14a2 2 0 012 2v2h-2V4z"
@@ -456,7 +456,7 @@ EventMgr.propTypes = {
456
456
  };
457
457
  EventMgr.defaultProps = {
458
458
  color: 'currentColor',
459
- size: '24'
459
+ size: '16'
460
460
  };
461
461
 
462
462
  var EventPropMgr = function EventPropMgr(props) {
@@ -468,7 +468,7 @@ var EventPropMgr = function EventPropMgr(props) {
468
468
  xmlns: "http://www.w3.org/2000/svg",
469
469
  width: size,
470
470
  height: size,
471
- viewBox: "0 0 24 24",
471
+ viewBox: "0 0 16 16",
472
472
  fill: color
473
473
  }, otherProps), /*#__PURE__*/React.createElement("path", {
474
474
  d: "M22 4H10v2h12V4z"
@@ -487,7 +487,7 @@ EventPropMgr.propTypes = {
487
487
  };
488
488
  EventPropMgr.defaultProps = {
489
489
  color: 'currentColor',
490
- size: '24'
490
+ size: '16'
491
491
  };
492
492
 
493
493
  var VProperty = function VProperty(props) {
@@ -499,7 +499,7 @@ var VProperty = function VProperty(props) {
499
499
  xmlns: "http://www.w3.org/2000/svg",
500
500
  width: size,
501
501
  height: size,
502
- viewBox: "0 0 24 24",
502
+ viewBox: "0 0 16 16",
503
503
  fill: color
504
504
  }, otherProps), /*#__PURE__*/React.createElement("path", {
505
505
  d: "M22 3H9v2h13V3z"
@@ -518,7 +518,7 @@ VProperty.propTypes = {
518
518
  };
519
519
  VProperty.defaultProps = {
520
520
  color: 'currentColor',
521
- size: '24'
521
+ size: '16'
522
522
  };
523
523
 
524
524
  var Sql1 = function Sql1(props) {
@@ -530,7 +530,7 @@ var Sql1 = function Sql1(props) {
530
530
  xmlns: "http://www.w3.org/2000/svg",
531
531
  width: size,
532
532
  height: size,
533
- viewBox: "0 0 24 24",
533
+ viewBox: "0 0 16 16",
534
534
  fill: color
535
535
  }, otherProps), /*#__PURE__*/React.createElement("path", {
536
536
  d: "M16.622 15.143l1.81 2.34h-2.344l-.92-1.184c-.758.417-1.607.623-2.54.623-1.56 0-2.86-.54-3.893-1.615-1.033-1.076-1.549-2.36-1.549-3.848 0-.994.242-1.908.722-2.74a5.354 5.354 0 011.985-1.983A5.303 5.303 0 0112.605 6c1.476 0 2.742.532 3.801 1.598 1.06 1.064 1.59 2.363 1.59 3.896 0 1.41-.46 2.625-1.374 3.65zm-.607-3.663c0-.985-.333-1.821-.998-2.51-.666-.687-1.47-1.032-2.415-1.032-.972 0-1.785.336-2.442 1.003-.656.67-.984 1.52-.984 2.553 0 1.15.412 2.06 1.24 2.728a3.41 3.41 0 002.203.785c.471 0 .916-.091 1.331-.277l-1.86-2.395h2.36l.937 1.21a3.61 3.61 0 00.628-2.065z"
@@ -547,7 +547,7 @@ Sql1.propTypes = {
547
547
  };
548
548
  Sql1.defaultProps = {
549
549
  color: 'currentColor',
550
- size: '24'
550
+ size: '16'
551
551
  };
552
552
 
553
553
  var Sql2 = function Sql2(props) {
@@ -559,7 +559,7 @@ var Sql2 = function Sql2(props) {
559
559
  xmlns: "http://www.w3.org/2000/svg",
560
560
  width: size,
561
561
  height: size,
562
- viewBox: "0 0 24 24",
562
+ viewBox: "0 0 16 16",
563
563
  fill: color
564
564
  }, otherProps), /*#__PURE__*/React.createElement("path", {
565
565
  d: "M8.066 13.008c0-.221-.078-.39-.234-.508-.156-.12-.437-.245-.844-.375a6.084 6.084 0 01-.965-.39c-.645-.35-.968-.82-.968-1.41 0-.308.086-.582.258-.821.174-.242.423-.431.746-.566.325-.136.69-.204 1.093-.204.407 0 .769.075 1.086.223.318.146.564.353.739.621.177.268.265.573.265.914H8.07c0-.26-.082-.462-.246-.605-.164-.146-.394-.219-.691-.219-.287 0-.51.061-.668.184a.568.568 0 00-.238.476c0 .185.092.34.277.465.187.125.462.242.824.352.667.2 1.152.449 1.457.746.305.296.457.666.457 1.109 0 .492-.186.879-.558 1.16-.373.279-.874.418-1.504.418-.438 0-.836-.08-1.196-.238-.359-.162-.634-.382-.824-.66a1.694 1.694 0 01-.281-.97h1.176c0 .628.375.942 1.125.942.278 0 .496-.056.652-.168a.558.558 0 00.234-.476z"
@@ -582,7 +582,7 @@ Sql2.propTypes = {
582
582
  };
583
583
  Sql2.defaultProps = {
584
584
  color: 'currentColor',
585
- size: '24'
585
+ size: '16'
586
586
  };
587
587
 
588
588
  var Sql3 = function Sql3(props) {
@@ -594,7 +594,7 @@ var Sql3 = function Sql3(props) {
594
594
  xmlns: "http://www.w3.org/2000/svg",
595
595
  width: size,
596
596
  height: size,
597
- viewBox: "0 0 24 24",
597
+ viewBox: "0 0 16 16",
598
598
  fill: color
599
599
  }, otherProps), /*#__PURE__*/React.createElement("path", {
600
600
  d: "M3 3h18a1 1 0 011 1v16a1 1 0 01-1 1H3a1 1 0 01-1-1V4a1 1 0 011-1zm1 2v14h16V5H4zm16 7l-3.536 3.536-1.414-1.415L17.172 12 15.05 9.879l1.414-1.415L20 12zM6.828 12l2.122 2.121-1.414 1.415L4 12l3.536-3.536L8.95 9.88 6.828 12zm4.416 5H9.116l3.64-10h2.128l-3.64 10z"
@@ -607,7 +607,7 @@ Sql3.propTypes = {
607
607
  };
608
608
  Sql3.defaultProps = {
609
609
  color: 'currentColor',
610
- size: '24'
610
+ size: '16'
611
611
  };
612
612
 
613
613
  var MEvent = function MEvent(props) {
@@ -619,7 +619,7 @@ var MEvent = function MEvent(props) {
619
619
  xmlns: "http://www.w3.org/2000/svg",
620
620
  width: size,
621
621
  height: size,
622
- viewBox: "0 0 24 24",
622
+ viewBox: "0 0 16 16",
623
623
  fill: color
624
624
  }, otherProps), /*#__PURE__*/React.createElement("path", {
625
625
  d: "M21 12a9 9 0 01-12.25 8.395 4.009 4.009 0 01-1.185 1.674C8.922 22.668 10.422 23 12 23c6.075 0 11-4.925 11-11 0-1.578-.332-3.078-.93-4.435a4.009 4.009 0 01-1.675 1.185A8.979 8.979 0 0121 12z"
@@ -640,7 +640,7 @@ MEvent.propTypes = {
640
640
  };
641
641
  MEvent.defaultProps = {
642
642
  color: 'currentColor',
643
- size: '24'
643
+ size: '16'
644
644
  };
645
645
 
646
646
  var MRetention = function MRetention(props) {
@@ -652,7 +652,7 @@ var MRetention = function MRetention(props) {
652
652
  xmlns: "http://www.w3.org/2000/svg",
653
653
  width: size,
654
654
  height: size,
655
- viewBox: "0 0 24 24",
655
+ viewBox: "0 0 16 16",
656
656
  fill: color
657
657
  }, otherProps), /*#__PURE__*/React.createElement("path", {
658
658
  d: "M4 3a1 1 0 00-1 1v2a1 1 0 001 1h2a1 1 0 001-1V4a1 1 0 00-1-1H4z"
@@ -675,7 +675,7 @@ MRetention.propTypes = {
675
675
  };
676
676
  MRetention.defaultProps = {
677
677
  color: 'currentColor',
678
- size: '24'
678
+ size: '16'
679
679
  };
680
680
 
681
681
  var MFunnel = function MFunnel(props) {
@@ -687,7 +687,7 @@ var MFunnel = function MFunnel(props) {
687
687
  xmlns: "http://www.w3.org/2000/svg",
688
688
  width: size,
689
689
  height: size,
690
- viewBox: "0 0 24 24",
690
+ viewBox: "0 0 16 16",
691
691
  fill: color
692
692
  }, otherProps), /*#__PURE__*/React.createElement("path", {
693
693
  d: "M3 3h18v3H3V3z"
@@ -704,7 +704,7 @@ MFunnel.propTypes = {
704
704
  };
705
705
  MFunnel.defaultProps = {
706
706
  color: 'currentColor',
707
- size: '24'
707
+ size: '16'
708
708
  };
709
709
 
710
710
  var MDistribution = function MDistribution(props) {
@@ -716,7 +716,7 @@ var MDistribution = function MDistribution(props) {
716
716
  xmlns: "http://www.w3.org/2000/svg",
717
717
  width: size,
718
718
  height: size,
719
- viewBox: "0 0 24 24",
719
+ viewBox: "0 0 16 16",
720
720
  fill: color
721
721
  }, otherProps), /*#__PURE__*/React.createElement("path", {
722
722
  d: "M9 3H2v4h7V3z"
@@ -739,7 +739,7 @@ MDistribution.propTypes = {
739
739
  };
740
740
  MDistribution.defaultProps = {
741
741
  color: 'currentColor',
742
- size: '24'
742
+ size: '16'
743
743
  };
744
744
 
745
745
  var MInterval = function MInterval(props) {
@@ -751,7 +751,7 @@ var MInterval = function MInterval(props) {
751
751
  xmlns: "http://www.w3.org/2000/svg",
752
752
  width: size,
753
753
  height: size,
754
- viewBox: "0 0 24 24",
754
+ viewBox: "0 0 16 16",
755
755
  fill: color
756
756
  }, otherProps), /*#__PURE__*/React.createElement("path", {
757
757
  d: "M9 2H4v3h5V2z"
@@ -770,7 +770,7 @@ MInterval.propTypes = {
770
770
  };
771
771
  MInterval.defaultProps = {
772
772
  color: 'currentColor',
773
- size: '24'
773
+ size: '16'
774
774
  };
775
775
 
776
776
  var MFlow = function MFlow(props) {
@@ -782,7 +782,7 @@ var MFlow = function MFlow(props) {
782
782
  xmlns: "http://www.w3.org/2000/svg",
783
783
  width: size,
784
784
  height: size,
785
- viewBox: "0 0 24 24",
785
+ viewBox: "0 0 16 16",
786
786
  fill: color
787
787
  }, otherProps), /*#__PURE__*/React.createElement("path", {
788
788
  d: "M3 4h3v3H3V4z"
@@ -799,7 +799,7 @@ MFlow.propTypes = {
799
799
  };
800
800
  MFlow.defaultProps = {
801
801
  color: 'currentColor',
802
- size: '24'
802
+ size: '16'
803
803
  };
804
804
 
805
805
  var MSql = function MSql(props) {
@@ -811,7 +811,7 @@ var MSql = function MSql(props) {
811
811
  xmlns: "http://www.w3.org/2000/svg",
812
812
  width: size,
813
813
  height: size,
814
- viewBox: "0 0 24 24",
814
+ viewBox: "0 0 16 16",
815
815
  fill: color
816
816
  }, otherProps), /*#__PURE__*/React.createElement("path", {
817
817
  d: "M22 2H2v3h20V2z"
@@ -834,7 +834,7 @@ MSql.propTypes = {
834
834
  };
835
835
  MSql.defaultProps = {
836
836
  color: 'currentColor',
837
- size: '24'
837
+ size: '16'
838
838
  };
839
839
 
840
840
  var UTag = function UTag(props) {
@@ -846,7 +846,7 @@ var UTag = function UTag(props) {
846
846
  xmlns: "http://www.w3.org/2000/svg",
847
847
  width: size,
848
848
  height: size,
849
- viewBox: "0 0 24 24",
849
+ viewBox: "0 0 16 16",
850
850
  fill: color
851
851
  }, otherProps), /*#__PURE__*/React.createElement("path", {
852
852
  d: "M18 18.286l2.992-1.71A2 2 0 0022 14.839V2a1 1 0 00-1-1H9a1 1 0 00-1 1v1h9a1 1 0 011 1v14.286z"
@@ -865,7 +865,7 @@ UTag.propTypes = {
865
865
  };
866
866
  UTag.defaultProps = {
867
867
  color: 'currentColor',
868
- size: '24'
868
+ size: '16'
869
869
  };
870
870
 
871
871
  var MProperty = function MProperty(props) {
@@ -877,7 +877,7 @@ var MProperty = function MProperty(props) {
877
877
  xmlns: "http://www.w3.org/2000/svg",
878
878
  width: size,
879
879
  height: size,
880
- viewBox: "0 0 24 24",
880
+ viewBox: "0 0 16 16",
881
881
  fill: color
882
882
  }, otherProps), /*#__PURE__*/React.createElement("path", {
883
883
  d: "M5 5a3 3 0 013-3h12a3 3 0 013 3v14a3 3 0 01-3 3h-7v-2h7a1 1 0 001-1V5a1 1 0 00-1-1H8a1 1 0 00-1 1v3H5V5z"
@@ -898,7 +898,7 @@ MProperty.propTypes = {
898
898
  };
899
899
  MProperty.defaultProps = {
900
900
  color: 'currentColor',
901
- size: '24'
901
+ size: '16'
902
902
  };
903
903
 
904
904
  var UGroup = function UGroup(props) {
@@ -910,7 +910,7 @@ var UGroup = function UGroup(props) {
910
910
  xmlns: "http://www.w3.org/2000/svg",
911
911
  width: size,
912
912
  height: size,
913
- viewBox: "0 0 24 24",
913
+ viewBox: "0 0 16 16",
914
914
  fill: color
915
915
  }, otherProps), /*#__PURE__*/React.createElement("path", {
916
916
  d: "M8 2a3 3 0 00-3 3v3h2V5a1 1 0 011-1h12a1 1 0 011 1v14a1 1 0 01-1 1h-7v2h7a3 3 0 003-3V5a3 3 0 00-3-3H8z"
@@ -931,7 +931,7 @@ UGroup.propTypes = {
931
931
  };
932
932
  UGroup.defaultProps = {
933
933
  color: 'currentColor',
934
- size: '24'
934
+ size: '16'
935
935
  };
936
936
 
937
937
  var User1 = function User1(props) {
@@ -943,7 +943,7 @@ var User1 = function User1(props) {
943
943
  xmlns: "http://www.w3.org/2000/svg",
944
944
  width: size,
945
945
  height: size,
946
- viewBox: "0 0 24 24",
946
+ viewBox: "0 0 16 16",
947
947
  fill: color
948
948
  }, otherProps), /*#__PURE__*/React.createElement("path", {
949
949
  fillRule: "evenodd",
@@ -962,7 +962,7 @@ User1.propTypes = {
962
962
  };
963
963
  User1.defaultProps = {
964
964
  color: 'currentColor',
965
- size: '24'
965
+ size: '16'
966
966
  };
967
967
 
968
968
  var User1Fill = function User1Fill(props) {
@@ -974,7 +974,7 @@ var User1Fill = function User1Fill(props) {
974
974
  xmlns: "http://www.w3.org/2000/svg",
975
975
  width: size,
976
976
  height: size,
977
- viewBox: "0 0 24 24",
977
+ viewBox: "0 0 16 16",
978
978
  fill: color
979
979
  }, otherProps), /*#__PURE__*/React.createElement("path", {
980
980
  d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
@@ -987,7 +987,7 @@ User1Fill.propTypes = {
987
987
  };
988
988
  User1Fill.defaultProps = {
989
989
  color: 'currentColor',
990
- size: '24'
990
+ size: '16'
991
991
  };
992
992
 
993
993
  var User2 = function User2(props) {
@@ -999,7 +999,7 @@ var User2 = function User2(props) {
999
999
  xmlns: "http://www.w3.org/2000/svg",
1000
1000
  width: size,
1001
1001
  height: size,
1002
- viewBox: "0 0 24 24",
1002
+ viewBox: "0 0 16 16",
1003
1003
  fill: color
1004
1004
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1005
1005
  d: "M20 22h-2v-2a3 3 0 00-3-3H9a3 3 0 00-3 3v2H4v-2a5 5 0 015-5h6a5 5 0 015 5v2zm-8-9A6 6 0 1112 .998 6 6 0 0112 13zm0-2a4 4 0 100-8 4 4 0 000 8z"
@@ -1012,7 +1012,7 @@ User2.propTypes = {
1012
1012
  };
1013
1013
  User2.defaultProps = {
1014
1014
  color: 'currentColor',
1015
- size: '24'
1015
+ size: '16'
1016
1016
  };
1017
1017
 
1018
1018
  var UserSettings = function UserSettings(props) {
@@ -1024,7 +1024,7 @@ var UserSettings = function UserSettings(props) {
1024
1024
  xmlns: "http://www.w3.org/2000/svg",
1025
1025
  width: size,
1026
1026
  height: size,
1027
- viewBox: "0 0 24 24",
1027
+ viewBox: "0 0 16 16",
1028
1028
  fill: color
1029
1029
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1030
1030
  d: "M12 14v2a6 6 0 00-6 6H4a8 8 0 018-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm2.595 7.812a3.51 3.51 0 010-1.623l-.992-.573 1-1.732.992.573c.398-.377.88-.655 1.405-.812V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.992.573a3.511 3.511 0 010 1.622l.992.573-1 1.732-.992-.573c-.398.377-.88.655-1.405.812V22.5h-2v-1.145a3.497 3.497 0 01-1.405-.812l-.992.573-1-1.732.992-.572zM18 19.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"
@@ -1037,7 +1037,7 @@ UserSettings.propTypes = {
1037
1037
  };
1038
1038
  UserSettings.defaultProps = {
1039
1039
  color: 'currentColor',
1040
- size: '24'
1040
+ size: '16'
1041
1041
  };
1042
1042
 
1043
1043
  var GroupA2b = function GroupA2b(props) {
@@ -1049,7 +1049,7 @@ var GroupA2b = function GroupA2b(props) {
1049
1049
  xmlns: "http://www.w3.org/2000/svg",
1050
1050
  width: size,
1051
1051
  height: size,
1052
- viewBox: "0 0 24 24",
1052
+ viewBox: "0 0 16 16",
1053
1053
  fill: color
1054
1054
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1055
1055
  d: "M9 9a2 2 0 110-4 2 2 0 010 4zm0 2a4 4 0 100-8 4 4 0 000 8zm-4 4h8v4H5v-4zm0-2a2 2 0 00-2 2v5a1 1 0 001 1h10a1 1 0 001-1v-5a2 2 0 00-2-2H5zm16-9v4h-2V4h2zm-2 6v4h2v-4h-2zm2 6v4h-2v-4h2z"
@@ -1062,7 +1062,7 @@ GroupA2b.propTypes = {
1062
1062
  };
1063
1063
  GroupA2b.defaultProps = {
1064
1064
  color: 'currentColor',
1065
- size: '24'
1065
+ size: '16'
1066
1066
  };
1067
1067
 
1068
1068
  var Group = function Group(props) {
@@ -1074,7 +1074,7 @@ var Group = function Group(props) {
1074
1074
  xmlns: "http://www.w3.org/2000/svg",
1075
1075
  width: size,
1076
1076
  height: size,
1077
- viewBox: "0 0 24 24",
1077
+ viewBox: "0 0 16 16",
1078
1078
  fill: color
1079
1079
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1080
1080
  d: "M16.5 13c-1.2 0-3.07.34-4.5 1-1.43-.67-3.3-1-4.5-1C5.33 13 1 14.08 1 16.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25zm-4 4.5h-10v-1.25c0-.54 2.56-1.75 5-1.75s5 1.21 5 1.75v1.25zm9 0H14v-1.25c0-.46-.2-.86-.52-1.22.88-.3 1.96-.53 3.02-.53 2.44 0 5 1.21 5 1.75v1.25zM7.5 12c1.93 0 3.5-1.57 3.5-3.5S9.43 5 7.5 5 4 6.57 4 8.5 5.57 12 7.5 12zm0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 5.5c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5 13 6.57 13 8.5s1.57 3.5 3.5 3.5zm0-5.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"
@@ -1087,7 +1087,7 @@ Group.propTypes = {
1087
1087
  };
1088
1088
  Group.defaultProps = {
1089
1089
  color: 'currentColor',
1090
- size: '24'
1090
+ size: '16'
1091
1091
  };
1092
1092
 
1093
1093
  var GroupFill = function GroupFill(props) {
@@ -1099,7 +1099,7 @@ var GroupFill = function GroupFill(props) {
1099
1099
  xmlns: "http://www.w3.org/2000/svg",
1100
1100
  width: size,
1101
1101
  height: size,
1102
- viewBox: "0 0 24 24",
1102
+ viewBox: "0 0 16 16",
1103
1103
  fill: color
1104
1104
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1105
1105
  d: "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"
@@ -1112,7 +1112,7 @@ GroupFill.propTypes = {
1112
1112
  };
1113
1113
  GroupFill.defaultProps = {
1114
1114
  color: 'currentColor',
1115
- size: '24'
1115
+ size: '16'
1116
1116
  };
1117
1117
 
1118
1118
  var GroupFill2 = function GroupFill2(props) {
@@ -1124,7 +1124,7 @@ var GroupFill2 = function GroupFill2(props) {
1124
1124
  xmlns: "http://www.w3.org/2000/svg",
1125
1125
  width: size,
1126
1126
  height: size,
1127
- viewBox: "0 0 24 24",
1127
+ viewBox: "0 0 16 16",
1128
1128
  fill: color
1129
1129
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1130
1130
  d: "M16 14.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58A6.95 6.95 0 0018 17.5c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15v.57h5v-.57c0-.81-.48-1.53-1.22-1.85zM6 16.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.92 1.28c-.61-.18-1.25-.28-1.92-.28-.99 0-1.93.21-2.78.58A2.01 2.01 0 002 19.93v.57h5v-.57c0-.83.34-1.6.92-2.15zM10 14.5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H8v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 015.56 0A2.01 2.01 0 0116 19.93v.57zM15 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6h-8v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 015.56 0A2.01 2.01 0 0121 10.43V11zM5 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H3v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 015.56 0A2.01 2.01 0 0111 10.43V11z"
@@ -1137,7 +1137,7 @@ GroupFill2.propTypes = {
1137
1137
  };
1138
1138
  GroupFill2.defaultProps = {
1139
1139
  color: 'currentColor',
1140
- size: '24'
1140
+ size: '16'
1141
1141
  };
1142
1142
 
1143
1143
  var GroupAddFill = function GroupAddFill(props) {
@@ -1149,7 +1149,7 @@ var GroupAddFill = function GroupAddFill(props) {
1149
1149
  xmlns: "http://www.w3.org/2000/svg",
1150
1150
  width: size,
1151
1151
  height: size,
1152
- viewBox: "0 0 24 24",
1152
+ viewBox: "0 0 16 16",
1153
1153
  fill: color
1154
1154
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1155
1155
  d: "M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86 0 1.07-.34 2.04-.9 2.86.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z"
@@ -1162,7 +1162,7 @@ GroupAddFill.propTypes = {
1162
1162
  };
1163
1163
  GroupAddFill.defaultProps = {
1164
1164
  color: 'currentColor',
1165
- size: '24'
1165
+ size: '16'
1166
1166
  };
1167
1167
 
1168
1168
  var UserAddFill = function UserAddFill(props) {
@@ -1174,7 +1174,7 @@ var UserAddFill = function UserAddFill(props) {
1174
1174
  xmlns: "http://www.w3.org/2000/svg",
1175
1175
  width: size,
1176
1176
  height: size,
1177
- viewBox: "0 0 24 24",
1177
+ viewBox: "0 0 16 16",
1178
1178
  fill: color
1179
1179
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1180
1180
  d: "M13 8c0-2.21-1.79-4-4-4S5 5.79 5 8s1.79 4 4 4 4-1.79 4-4zm2 2v2h3v3h2v-3h3v-2h-3V7h-2v3h-3zM1 18v2h16v-2c0-2.66-5.33-4-8-4s-8 1.34-8 4z"
@@ -1187,7 +1187,7 @@ UserAddFill.propTypes = {
1187
1187
  };
1188
1188
  UserAddFill.defaultProps = {
1189
1189
  color: 'currentColor',
1190
- size: '24'
1190
+ size: '16'
1191
1191
  };
1192
1192
 
1193
1193
  var UploadId = function UploadId(props) {
@@ -1199,7 +1199,7 @@ var UploadId = function UploadId(props) {
1199
1199
  xmlns: "http://www.w3.org/2000/svg",
1200
1200
  width: size,
1201
1201
  height: size,
1202
- viewBox: "0 0 24 24",
1202
+ viewBox: "0 0 16 16",
1203
1203
  fill: color
1204
1204
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1205
1205
  fillRule: "evenodd",
@@ -1214,7 +1214,7 @@ UploadId.propTypes = {
1214
1214
  };
1215
1215
  UploadId.defaultProps = {
1216
1216
  color: 'currentColor',
1217
- size: '24'
1217
+ size: '16'
1218
1218
  };
1219
1219
 
1220
1220
  var IdFreeze = function IdFreeze(props) {
@@ -1226,7 +1226,7 @@ var IdFreeze = function IdFreeze(props) {
1226
1226
  xmlns: "http://www.w3.org/2000/svg",
1227
1227
  width: size,
1228
1228
  height: size,
1229
- viewBox: "0 0 24 24",
1229
+ viewBox: "0 0 16 16",
1230
1230
  fill: color
1231
1231
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1232
1232
  fillRule: "evenodd",
@@ -1249,7 +1249,7 @@ IdFreeze.propTypes = {
1249
1249
  };
1250
1250
  IdFreeze.defaultProps = {
1251
1251
  color: 'currentColor',
1252
- size: '24'
1252
+ size: '16'
1253
1253
  };
1254
1254
 
1255
1255
  var Education = function Education(props) {
@@ -1261,7 +1261,7 @@ var Education = function Education(props) {
1261
1261
  xmlns: "http://www.w3.org/2000/svg",
1262
1262
  width: size,
1263
1263
  height: size,
1264
- viewBox: "0 0 24 24",
1264
+ viewBox: "0 0 16 16",
1265
1265
  fill: color
1266
1266
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1267
1267
  d: "M4 2h16v2h-3v4A5 5 0 017 8V4H4V2zm5 2v2h6V4H9zm0 3v1a3 3 0 106 0V7H9z"
@@ -1278,7 +1278,7 @@ Education.propTypes = {
1278
1278
  };
1279
1279
  Education.defaultProps = {
1280
1280
  color: 'currentColor',
1281
- size: '24'
1281
+ size: '16'
1282
1282
  };
1283
1283
 
1284
1284
  var EducationFill = function EducationFill(props) {
@@ -1290,7 +1290,7 @@ var EducationFill = function EducationFill(props) {
1290
1290
  xmlns: "http://www.w3.org/2000/svg",
1291
1291
  width: size,
1292
1292
  height: size,
1293
- viewBox: "0 0 24 24",
1293
+ viewBox: "0 0 16 16",
1294
1294
  fill: color
1295
1295
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1296
1296
  d: "M4 2h16v2h-3v4A5 5 0 017 8V4H4V2zm5 6a3 3 0 106 0V7H9v1z"
@@ -1307,7 +1307,7 @@ EducationFill.propTypes = {
1307
1307
  };
1308
1308
  EducationFill.defaultProps = {
1309
1309
  color: 'currentColor',
1310
- size: '24'
1310
+ size: '16'
1311
1311
  };
1312
1312
 
1313
1313
  var Game = function Game(props) {
@@ -1319,7 +1319,7 @@ var Game = function Game(props) {
1319
1319
  xmlns: "http://www.w3.org/2000/svg",
1320
1320
  width: size,
1321
1321
  height: size,
1322
- viewBox: "0 0 24 24",
1322
+ viewBox: "0 0 16 16",
1323
1323
  fill: color
1324
1324
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1325
1325
  d: "M19 10.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z"
@@ -1336,7 +1336,7 @@ Game.propTypes = {
1336
1336
  };
1337
1337
  Game.defaultProps = {
1338
1338
  color: 'currentColor',
1339
- size: '24'
1339
+ size: '16'
1340
1340
  };
1341
1341
 
1342
1342
  var GameFill = function GameFill(props) {
@@ -1348,7 +1348,7 @@ var GameFill = function GameFill(props) {
1348
1348
  xmlns: "http://www.w3.org/2000/svg",
1349
1349
  width: size,
1350
1350
  height: size,
1351
- viewBox: "0 0 24 24",
1351
+ viewBox: "0 0 16 16",
1352
1352
  fill: color
1353
1353
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1354
1354
  d: "M8.364 15.429h7.272l1.082 2.04a1 1 0 00.884.531H21a1 1 0 001-1V9.09a1 1 0 00-.423-.817l-2.954-2.09A1 1 0 0018.046 6H5.954a1 1 0 00-.577.184L2.423 8.273A1 1 0 002 9.089V17a1 1 0 001 1h3.398a1 1 0 00.884-.532l1.082-2.04zM8 10.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm9.5 1.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"
@@ -1361,7 +1361,7 @@ GameFill.propTypes = {
1361
1361
  };
1362
1362
  GameFill.defaultProps = {
1363
1363
  color: 'currentColor',
1364
- size: '24'
1364
+ size: '16'
1365
1365
  };
1366
1366
 
1367
1367
  var Shop = function Shop(props) {
@@ -1373,7 +1373,7 @@ var Shop = function Shop(props) {
1373
1373
  xmlns: "http://www.w3.org/2000/svg",
1374
1374
  width: size,
1375
1375
  height: size,
1376
- viewBox: "0 0 24 24",
1376
+ viewBox: "0 0 16 16",
1377
1377
  fill: color
1378
1378
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1379
1379
  d: "M19 6h-3a4 4 0 00-8 0H5a1 1 0 00-1 1v14a1 1 0 001 1h14a1 1 0 001-1V7a1 1 0 00-1-1zm-5 2v4h2V8h2v12H6V8h2v4h2V8h4zm-2-4a2 2 0 012 2h-4a2 2 0 012-2z"
@@ -1386,7 +1386,7 @@ Shop.propTypes = {
1386
1386
  };
1387
1387
  Shop.defaultProps = {
1388
1388
  color: 'currentColor',
1389
- size: '24'
1389
+ size: '16'
1390
1390
  };
1391
1391
 
1392
1392
  var ShopFill = function ShopFill(props) {
@@ -1398,7 +1398,7 @@ var ShopFill = function ShopFill(props) {
1398
1398
  xmlns: "http://www.w3.org/2000/svg",
1399
1399
  width: size,
1400
1400
  height: size,
1401
- viewBox: "0 0 24 24",
1401
+ viewBox: "0 0 16 16",
1402
1402
  fill: color
1403
1403
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1404
1404
  d: "M19 6h-3a4 4 0 00-8 0H5a1 1 0 00-1 1v14a1 1 0 001 1h14a1 1 0 001-1V7a1 1 0 00-1-1zm-7-2a2 2 0 012 2h-4a2 2 0 012-2zM8 8h2v4H8V8zm8 0v4h-2V8h2z"
@@ -1411,7 +1411,7 @@ ShopFill.propTypes = {
1411
1411
  };
1412
1412
  ShopFill.defaultProps = {
1413
1413
  color: 'currentColor',
1414
- size: '24'
1414
+ size: '16'
1415
1415
  };
1416
1416
 
1417
1417
  var Earth = function Earth(props) {
@@ -1423,7 +1423,7 @@ var Earth = function Earth(props) {
1423
1423
  xmlns: "http://www.w3.org/2000/svg",
1424
1424
  width: size,
1425
1425
  height: size,
1426
- viewBox: "0 0 24 24",
1426
+ viewBox: "0 0 16 16",
1427
1427
  fill: color
1428
1428
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1429
1429
  d: "M6.235 6.453a8 8 0 008.817 12.944c.115-.75-.137-1.47-.24-1.722-.23-.56-.988-1.517-2.253-2.844-.338-.355-.316-.628-.195-1.437l.013-.091c.082-.554.22-.882 2.085-1.178.948-.15 1.197.228 1.542.753l.116.172c.328.48.571.59.938.756.165.075.37.17.645.325.652.373.652.794.652 1.716v.105c0 .391-.038.735-.098 1.034a8.002 8.002 0 00-3.105-12.341c-.553.373-1.312.902-1.577 1.265-.135.185-.327 1.132-.95 1.21-.162.02-.381.006-.613-.009-.622-.04-1.472-.095-1.744.644-.173.468-.203 1.74.356 2.4.09.105.107.3.046.519-.08.287-.241.462-.292.498-.096-.056-.288-.279-.419-.43-.313-.365-.705-.82-1.211-.96-.184-.051-.386-.093-.583-.135-.549-.115-1.17-.246-1.315-.554-.106-.226-.105-.537-.105-.865 0-.417 0-.888-.204-1.345a1.276 1.276 0 00-.306-.43zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z"
@@ -1436,7 +1436,7 @@ Earth.propTypes = {
1436
1436
  };
1437
1437
  Earth.defaultProps = {
1438
1438
  color: 'currentColor',
1439
- size: '24'
1439
+ size: '16'
1440
1440
  };
1441
1441
 
1442
1442
  var TdLogo = function TdLogo(props) {
@@ -1448,7 +1448,7 @@ var TdLogo = function TdLogo(props) {
1448
1448
  xmlns: "http://www.w3.org/2000/svg",
1449
1449
  width: size,
1450
1450
  height: size,
1451
- viewBox: "0 0 24 24",
1451
+ viewBox: "0 0 16 16",
1452
1452
  fill: color
1453
1453
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1454
1454
  d: "M5.71 1.5h1.383v1.423H5.71V1.5z"
@@ -1469,7 +1469,7 @@ TdLogo.propTypes = {
1469
1469
  };
1470
1470
  TdLogo.defaultProps = {
1471
1471
  color: 'currentColor',
1472
- size: '24'
1472
+ size: '16'
1473
1473
  };
1474
1474
 
1475
1475
  var Language = function Language(props) {
@@ -1481,7 +1481,7 @@ var Language = function Language(props) {
1481
1481
  xmlns: "http://www.w3.org/2000/svg",
1482
1482
  width: size,
1483
1483
  height: size,
1484
- viewBox: "0 0 24 24",
1484
+ viewBox: "0 0 16 16",
1485
1485
  fill: color
1486
1486
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1487
1487
  d: "M2 12C2 6.48 6.47 2 11.99 2 17.52 2 22 6.48 22 12s-4.48 10-10.01 10C6.47 22 2 17.52 2 12zm13.97-4h2.95a8.03 8.03 0 00-4.33-3.56c.6 1.11 1.06 2.31 1.38 3.56zM12 4.04c-.83 1.2-1.48 2.53-1.91 3.96h3.82c-.43-1.43-1.08-2.76-1.91-3.96zM4 12c0 .69.1 1.36.26 2h3.38c-.08-.66-.14-1.32-.14-2 0-.68.06-1.34.14-2H4.26c-.16.64-.26 1.31-.26 2zm1.08 4a7.987 7.987 0 004.33 3.56A15.65 15.65 0 018.03 16H5.08zm0-8h2.95c.32-1.25.78-2.45 1.38-3.56-1.84.63-3.37 1.9-4.33 3.56zM12 19.96c.83-1.2 1.48-2.53 1.91-3.96h-3.82c.43 1.43 1.08 2.76 1.91 3.96zM9.66 14h4.68c.09-.66.16-1.32.16-2 0-.68-.07-1.35-.16-2H9.66c-.09.65-.16 1.32-.16 2 0 .68.07 1.34.16 2zm4.93 5.56A8.03 8.03 0 0018.92 16h-2.95a15.65 15.65 0 01-1.38 3.56zM16.5 12c0 .68-.06 1.34-.14 2h3.38c.16-.64.26-1.31.26-2s-.1-1.36-.26-2h-3.38c.08.66.14 1.32.14 2z"
@@ -1494,7 +1494,7 @@ Language.propTypes = {
1494
1494
  };
1495
1495
  Language.defaultProps = {
1496
1496
  color: 'currentColor',
1497
- size: '24'
1497
+ size: '16'
1498
1498
  };
1499
1499
 
1500
1500
  var Calendar = function Calendar(props) {
@@ -1506,7 +1506,7 @@ var Calendar = function Calendar(props) {
1506
1506
  xmlns: "http://www.w3.org/2000/svg",
1507
1507
  width: size,
1508
1508
  height: size,
1509
- viewBox: "0 0 24 24",
1509
+ viewBox: "0 0 16 16",
1510
1510
  fill: color
1511
1511
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1512
1512
  d: "M17 3h4a1 1 0 011 1v16a1 1 0 01-1 1H3a1 1 0 01-1-1V4a1 1 0 011-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z"
@@ -1519,7 +1519,7 @@ Calendar.propTypes = {
1519
1519
  };
1520
1520
  Calendar.defaultProps = {
1521
1521
  color: 'currentColor',
1522
- size: '24'
1522
+ size: '16'
1523
1523
  };
1524
1524
 
1525
1525
  var Server = function Server(props) {
@@ -1531,7 +1531,7 @@ var Server = function Server(props) {
1531
1531
  xmlns: "http://www.w3.org/2000/svg",
1532
1532
  width: size,
1533
1533
  height: size,
1534
- viewBox: "0 0 24 24",
1534
+ viewBox: "0 0 16 16",
1535
1535
  fill: color
1536
1536
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1537
1537
  d: "M5 11h14V5H5v6zm16-7v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h16a1 1 0 011 1zm-2 9H5v6h14v-6zM7 15h3v2H7v-2zm0-8h3v2H7V7z"
@@ -1544,7 +1544,7 @@ Server.propTypes = {
1544
1544
  };
1545
1545
  Server.defaultProps = {
1546
1546
  color: 'currentColor',
1547
- size: '24'
1547
+ size: '16'
1548
1548
  };
1549
1549
 
1550
1550
  var Desktop = function Desktop(props) {
@@ -1556,7 +1556,7 @@ var Desktop = function Desktop(props) {
1556
1556
  xmlns: "http://www.w3.org/2000/svg",
1557
1557
  width: size,
1558
1558
  height: size,
1559
- viewBox: "0 0 24 24",
1559
+ viewBox: "0 0 16 16",
1560
1560
  fill: color
1561
1561
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1562
1562
  d: "M4 16h16V5H4v11zm9 2v2h4v2H7v-2h4v-2H2.992A1 1 0 012 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H13z"
@@ -1569,7 +1569,7 @@ Desktop.propTypes = {
1569
1569
  };
1570
1570
  Desktop.defaultProps = {
1571
1571
  color: 'currentColor',
1572
- size: '24'
1572
+ size: '16'
1573
1573
  };
1574
1574
 
1575
1575
  var Demo = function Demo(props) {
@@ -1581,7 +1581,7 @@ var Demo = function Demo(props) {
1581
1581
  xmlns: "http://www.w3.org/2000/svg",
1582
1582
  width: size,
1583
1583
  height: size,
1584
- viewBox: "0 0 24 24",
1584
+ viewBox: "0 0 16 16",
1585
1585
  fill: color
1586
1586
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1587
1587
  fillRule: "evenodd",
@@ -1596,7 +1596,7 @@ Demo.propTypes = {
1596
1596
  };
1597
1597
  Demo.defaultProps = {
1598
1598
  color: 'currentColor',
1599
- size: '24'
1599
+ size: '16'
1600
1600
  };
1601
1601
 
1602
1602
  var Cellphone = function Cellphone(props) {
@@ -1608,7 +1608,7 @@ var Cellphone = function Cellphone(props) {
1608
1608
  xmlns: "http://www.w3.org/2000/svg",
1609
1609
  width: size,
1610
1610
  height: size,
1611
- viewBox: "0 0 24 24",
1611
+ viewBox: "0 0 16 16",
1612
1612
  fill: color
1613
1613
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1614
1614
  d: "M15 16H9v2h6v-2z"
@@ -1623,7 +1623,7 @@ Cellphone.propTypes = {
1623
1623
  };
1624
1624
  Cellphone.defaultProps = {
1625
1625
  color: 'currentColor',
1626
- size: '24'
1626
+ size: '16'
1627
1627
  };
1628
1628
 
1629
1629
  var Landscape = function Landscape(props) {
@@ -1635,7 +1635,7 @@ var Landscape = function Landscape(props) {
1635
1635
  xmlns: "http://www.w3.org/2000/svg",
1636
1636
  width: size,
1637
1637
  height: size,
1638
- viewBox: "0 0 24 24",
1638
+ viewBox: "0 0 16 16",
1639
1639
  fill: color
1640
1640
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1641
1641
  d: "M5 5h6v5h2V4a1 1 0 00-1-1H4a1 1 0 00-1 1v13a1 1 0 001 1h1V5z"
@@ -1652,7 +1652,7 @@ Landscape.propTypes = {
1652
1652
  };
1653
1653
  Landscape.defaultProps = {
1654
1654
  color: 'currentColor',
1655
- size: '24'
1655
+ size: '16'
1656
1656
  };
1657
1657
 
1658
1658
  var Email = function Email(props) {
@@ -1664,7 +1664,7 @@ var Email = function Email(props) {
1664
1664
  xmlns: "http://www.w3.org/2000/svg",
1665
1665
  width: size,
1666
1666
  height: size,
1667
- viewBox: "0 0 24 24",
1667
+ viewBox: "0 0 16 16",
1668
1668
  fill: color
1669
1669
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1670
1670
  d: "M3 4h18a1 1 0 011 1v14a1 1 0 01-1 1H3a1 1 0 01-1-1V5a1 1 0 011-1zm17 4.238l-7.928 5.1L4 8.216V18h16V8.238zM4.511 6l7.55 4.662L19.502 6H4.511z"
@@ -1677,7 +1677,7 @@ Email.propTypes = {
1677
1677
  };
1678
1678
  Email.defaultProps = {
1679
1679
  color: 'currentColor',
1680
- size: '24'
1680
+ size: '16'
1681
1681
  };
1682
1682
 
1683
1683
  var Clock = function Clock(props) {
@@ -1689,7 +1689,7 @@ var Clock = function Clock(props) {
1689
1689
  xmlns: "http://www.w3.org/2000/svg",
1690
1690
  width: size,
1691
1691
  height: size,
1692
- viewBox: "0 0 24 24",
1692
+ viewBox: "0 0 16 16",
1693
1693
  fill: color
1694
1694
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1695
1695
  fillRule: "evenodd",
@@ -1704,7 +1704,7 @@ Clock.propTypes = {
1704
1704
  };
1705
1705
  Clock.defaultProps = {
1706
1706
  color: 'currentColor',
1707
- size: '24'
1707
+ size: '16'
1708
1708
  };
1709
1709
 
1710
1710
  var Password = function Password(props) {
@@ -1716,7 +1716,7 @@ var Password = function Password(props) {
1716
1716
  xmlns: "http://www.w3.org/2000/svg",
1717
1717
  width: size,
1718
1718
  height: size,
1719
- viewBox: "0 0 24 24",
1719
+ viewBox: "0 0 16 16",
1720
1720
  fill: color
1721
1721
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1722
1722
  d: "M19 10h1a1 1 0 011 1v10a1 1 0 01-1 1H4a1 1 0 01-1-1V11a1 1 0 011-1h1V9a7 7 0 0114 0v1zM5 12v8h14v-8H5zm6 2h2v4h-2v-4zm6-4V9A5 5 0 007 9v1h10z"
@@ -1729,7 +1729,7 @@ Password.propTypes = {
1729
1729
  };
1730
1730
  Password.defaultProps = {
1731
1731
  color: 'currentColor',
1732
- size: '24'
1732
+ size: '16'
1733
1733
  };
1734
1734
 
1735
1735
  var ResetPassword = function ResetPassword(props) {
@@ -1741,7 +1741,7 @@ var ResetPassword = function ResetPassword(props) {
1741
1741
  xmlns: "http://www.w3.org/2000/svg",
1742
1742
  width: size,
1743
1743
  height: size,
1744
- viewBox: "0 0 24 24",
1744
+ viewBox: "0 0 16 16",
1745
1745
  fill: color
1746
1746
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1747
1747
  d: "M12.917 13A6.002 6.002 0 011 12a6 6 0 0111.917-1H23v2h-2v4h-2v-4h-2v4h-2v-4h-2.083zM7 16a4 4 0 100-8 4 4 0 000 8z"
@@ -1754,7 +1754,7 @@ ResetPassword.propTypes = {
1754
1754
  };
1755
1755
  ResetPassword.defaultProps = {
1756
1756
  color: 'currentColor',
1757
- size: '24'
1757
+ size: '16'
1758
1758
  };
1759
1759
 
1760
1760
  var Private = function Private(props) {
@@ -1766,7 +1766,7 @@ var Private = function Private(props) {
1766
1766
  xmlns: "http://www.w3.org/2000/svg",
1767
1767
  width: size,
1768
1768
  height: size,
1769
- viewBox: "0 0 24 24",
1769
+ viewBox: "0 0 16 16",
1770
1770
  fill: color
1771
1771
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1772
1772
  d: "M6 10v10h13V10H6zm12-2h2a1 1 0 011 1v12a1 1 0 01-1 1H4a1 1 0 01-1-1V9a1 1 0 011-1h2V7a6 6 0 1112 0v1zm-2 0V7a4 4 0 10-8 0v1h8zm-9 3h2v2H7v-2zm0 3h2v2H7v-2zm0 3h2v2H7v-2z"
@@ -1779,7 +1779,7 @@ Private.propTypes = {
1779
1779
  };
1780
1780
  Private.defaultProps = {
1781
1781
  color: 'currentColor',
1782
- size: '24'
1782
+ size: '16'
1783
1783
  };
1784
1784
 
1785
1785
  var Bell = function Bell(props) {
@@ -1791,7 +1791,7 @@ var Bell = function Bell(props) {
1791
1791
  xmlns: "http://www.w3.org/2000/svg",
1792
1792
  width: size,
1793
1793
  height: size,
1794
- viewBox: "0 0 24 24",
1794
+ viewBox: "0 0 16 16",
1795
1795
  fill: color
1796
1796
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1797
1797
  fillRule: "evenodd",
@@ -1806,7 +1806,7 @@ Bell.propTypes = {
1806
1806
  };
1807
1807
  Bell.defaultProps = {
1808
1808
  color: 'currentColor',
1809
- size: '24'
1809
+ size: '16'
1810
1810
  };
1811
1811
 
1812
1812
  var Logout = function Logout(props) {
@@ -1818,7 +1818,7 @@ var Logout = function Logout(props) {
1818
1818
  xmlns: "http://www.w3.org/2000/svg",
1819
1819
  width: size,
1820
1820
  height: size,
1821
- viewBox: "0 0 24 24",
1821
+ viewBox: "0 0 16 16",
1822
1822
  fill: color
1823
1823
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1824
1824
  d: "M4 4h14v2h2V4a2 2 0 00-2-2H4a2 2 0 00-2 2v16a2 2 0 002 2h14a2 2 0 002-2v-2h-2v2H4V4z"
@@ -1833,7 +1833,7 @@ Logout.propTypes = {
1833
1833
  };
1834
1834
  Logout.defaultProps = {
1835
1835
  color: 'currentColor',
1836
- size: '24'
1836
+ size: '16'
1837
1837
  };
1838
1838
 
1839
1839
  var Speed = function Speed(props) {
@@ -1845,7 +1845,7 @@ var Speed = function Speed(props) {
1845
1845
  xmlns: "http://www.w3.org/2000/svg",
1846
1846
  width: size,
1847
1847
  height: size,
1848
- viewBox: "0 0 24 24",
1848
+ viewBox: "0 0 16 16",
1849
1849
  fill: color
1850
1850
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1851
1851
  d: "M20.38 8.57l-1.23 1.85a8 8 0 01-.22 7.58H5.07A8 8 0 0115.58 6.85l1.85-1.23A10 10 0 003.35 19a2 2 0 001.72 1h13.85a2 2 0 001.74-1 10 10 0 00-.27-10.44l-.01.01zm-9.79 6.84a2 2 0 002.83 0l5.66-8.49-8.49 5.66a2.001 2.001 0 000 2.83z"
@@ -1858,7 +1858,7 @@ Speed.propTypes = {
1858
1858
  };
1859
1859
  Speed.defaultProps = {
1860
1860
  color: 'currentColor',
1861
- size: '24'
1861
+ size: '16'
1862
1862
  };
1863
1863
 
1864
1864
  var Mfa = function Mfa(props) {
@@ -1870,7 +1870,7 @@ var Mfa = function Mfa(props) {
1870
1870
  xmlns: "http://www.w3.org/2000/svg",
1871
1871
  width: size,
1872
1872
  height: size,
1873
- viewBox: "0 0 24 24",
1873
+ viewBox: "0 0 16 16",
1874
1874
  fill: color
1875
1875
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1876
1876
  d: "M10.991 1.416L4.066 5.264c-1.362.757-1.374 2.712-.021 3.485l14.461 8.264-6.501 3.824L7.277 18H8v-2H3v5h2v-2.034l5.976 3.586a2 2 0 002.043.009l6.501-3.825c1.325-.779 1.313-2.698-.021-3.46L5.037 7.012l6.926-3.847L16.373 6H15v2h5V3h-2v1.668l-4.956-3.186a2 2 0 00-2.053-.066z"
@@ -1883,7 +1883,7 @@ Mfa.propTypes = {
1883
1883
  };
1884
1884
  Mfa.defaultProps = {
1885
1885
  color: 'currentColor',
1886
- size: '24'
1886
+ size: '16'
1887
1887
  };
1888
1888
 
1889
1889
  var Tracking = function Tracking(props) {
@@ -1895,7 +1895,7 @@ var Tracking = function Tracking(props) {
1895
1895
  xmlns: "http://www.w3.org/2000/svg",
1896
1896
  width: size,
1897
1897
  height: size,
1898
- viewBox: "0 0 24 24",
1898
+ viewBox: "0 0 16 16",
1899
1899
  fill: color
1900
1900
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1901
1901
  d: "M13 1h-2v16h2V1z"
@@ -1918,7 +1918,7 @@ Tracking.propTypes = {
1918
1918
  };
1919
1919
  Tracking.defaultProps = {
1920
1920
  color: 'currentColor',
1921
- size: '24'
1921
+ size: '16'
1922
1922
  };
1923
1923
 
1924
1924
  var Forewarning = function Forewarning(props) {
@@ -1930,7 +1930,7 @@ var Forewarning = function Forewarning(props) {
1930
1930
  xmlns: "http://www.w3.org/2000/svg",
1931
1931
  width: size,
1932
1932
  height: size,
1933
- viewBox: "0 0 24 24",
1933
+ viewBox: "0 0 16 16",
1934
1934
  fill: color
1935
1935
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1936
1936
  d: "M7.5 12L12 6.5v5l2.5.5-4.5 5.5v-5L7.5 12z"
@@ -1947,7 +1947,7 @@ Forewarning.propTypes = {
1947
1947
  };
1948
1948
  Forewarning.defaultProps = {
1949
1949
  color: 'currentColor',
1950
- size: '24'
1950
+ size: '16'
1951
1951
  };
1952
1952
 
1953
1953
  var SystemMgr = function SystemMgr(props) {
@@ -1959,7 +1959,7 @@ var SystemMgr = function SystemMgr(props) {
1959
1959
  xmlns: "http://www.w3.org/2000/svg",
1960
1960
  width: size,
1961
1961
  height: size,
1962
- viewBox: "0 0 24 24",
1962
+ viewBox: "0 0 16 16",
1963
1963
  fill: color
1964
1964
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1965
1965
  d: "M5 5h3v2H5V5z"
@@ -1976,7 +1976,7 @@ SystemMgr.propTypes = {
1976
1976
  };
1977
1977
  SystemMgr.defaultProps = {
1978
1978
  color: 'currentColor',
1979
- size: '24'
1979
+ size: '16'
1980
1980
  };
1981
1981
 
1982
1982
  var Pattern = function Pattern(props) {
@@ -1988,7 +1988,7 @@ var Pattern = function Pattern(props) {
1988
1988
  xmlns: "http://www.w3.org/2000/svg",
1989
1989
  width: size,
1990
1990
  height: size,
1991
- viewBox: "0 0 24 24",
1991
+ viewBox: "0 0 16 16",
1992
1992
  fill: color
1993
1993
  }, otherProps), /*#__PURE__*/React.createElement("path", {
1994
1994
  d: "M13 1h-2v7h2V1z"
@@ -2009,7 +2009,7 @@ Pattern.propTypes = {
2009
2009
  };
2010
2010
  Pattern.defaultProps = {
2011
2011
  color: 'currentColor',
2012
- size: '24'
2012
+ size: '16'
2013
2013
  };
2014
2014
 
2015
2015
  var Debug = function Debug(props) {
@@ -2021,7 +2021,7 @@ var Debug = function Debug(props) {
2021
2021
  xmlns: "http://www.w3.org/2000/svg",
2022
2022
  width: size,
2023
2023
  height: size,
2024
- viewBox: "0 0 24 24",
2024
+ viewBox: "0 0 16 16",
2025
2025
  fill: color
2026
2026
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2027
2027
  d: "M13 19.9a5.002 5.002 0 004-4.9v-3a4.981 4.981 0 00-.415-2h-9.17A4.98 4.98 0 007 12v3a5.002 5.002 0 004 4.9V14h2v5.9zm-7.464-2.21A6.979 6.979 0 015 15H2v-2h3v-1c0-.643.087-1.265.249-1.856L3.036 8.866l1-1.732L6.056 8.3c.064-.102.13-.202.199-.3h11.49c.069.098.135.199.199.3l2.02-1.166 1 1.732-2.213 1.278c.162.59.249 1.213.249 1.856v1h3v2h-3a6.961 6.961 0 01-.536 2.69l2.5 1.444-1 1.732-2.526-1.458A6.985 6.985 0 0112 22a6.986 6.986 0 01-5.438-2.592l-2.526 1.458-1-1.732 2.5-1.443v-.001zM8 6a4 4 0 018 0H8z"
@@ -2034,7 +2034,7 @@ Debug.propTypes = {
2034
2034
  };
2035
2035
  Debug.defaultProps = {
2036
2036
  color: 'currentColor',
2037
- size: '24'
2037
+ size: '16'
2038
2038
  };
2039
2039
 
2040
2040
  var Live = function Live(props) {
@@ -2046,7 +2046,7 @@ var Live = function Live(props) {
2046
2046
  xmlns: "http://www.w3.org/2000/svg",
2047
2047
  width: size,
2048
2048
  height: size,
2049
- viewBox: "0 0 24 24",
2049
+ viewBox: "0 0 16 16",
2050
2050
  fill: color
2051
2051
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2052
2052
  d: "M12 13l6 9H6l6-9zm0 3.6L9.74 20h4.52L12 16.6zm-1.06-6.04a1.5 1.5 0 111.978-2.258 1.5 1.5 0 01-1.978 2.258zM5.281 2.783l1.415 1.415a7.5 7.5 0 000 10.606l-1.415 1.415a9.5 9.5 0 010-13.436zm13.436 0a9.5 9.5 0 010 13.436l-1.415-1.415a7.5 7.5 0 000-10.606l1.415-1.415zM8.11 5.611l1.414 1.414a3.5 3.5 0 000 4.95L8.11 13.389a5.5 5.5 0 010-7.778zm7.778 0a5.5 5.5 0 010 7.778l-1.414-1.414a3.5 3.5 0 000-4.95l1.414-1.414z"
@@ -2059,7 +2059,7 @@ Live.propTypes = {
2059
2059
  };
2060
2060
  Live.defaultProps = {
2061
2061
  color: 'currentColor',
2062
- size: '24'
2062
+ size: '16'
2063
2063
  };
2064
2064
 
2065
2065
  var Plug = function Plug(props) {
@@ -2071,7 +2071,7 @@ var Plug = function Plug(props) {
2071
2071
  xmlns: "http://www.w3.org/2000/svg",
2072
2072
  width: size,
2073
2073
  height: size,
2074
- viewBox: "0 0 24 24",
2074
+ viewBox: "0 0 16 16",
2075
2075
  fill: color
2076
2076
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2077
2077
  d: "M13 18v2h6v2h-6a2 2 0 01-2-2v-2H8a4 4 0 01-4-4V7a1 1 0 011-1h3V2h2v4h4V2h2v4h3a1 1 0 011 1v7a4 4 0 01-4 4h-3zm-5-2h8a2 2 0 002-2v-3H6v3a2 2 0 002 2zm10-8H6v1h12V8zm-6 6.5a1 1 0 110-2 1 1 0 010 2z"
@@ -2084,7 +2084,7 @@ Plug.propTypes = {
2084
2084
  };
2085
2085
  Plug.defaultProps = {
2086
2086
  color: 'currentColor',
2087
- size: '24'
2087
+ size: '16'
2088
2088
  };
2089
2089
 
2090
2090
  var Application = function Application(props) {
@@ -2096,7 +2096,7 @@ var Application = function Application(props) {
2096
2096
  xmlns: "http://www.w3.org/2000/svg",
2097
2097
  width: size,
2098
2098
  height: size,
2099
- viewBox: "0 0 24 24",
2099
+ viewBox: "0 0 16 16",
2100
2100
  fill: color
2101
2101
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2102
2102
  fillRule: "evenodd",
@@ -2119,7 +2119,7 @@ Application.propTypes = {
2119
2119
  };
2120
2120
  Application.defaultProps = {
2121
2121
  color: 'currentColor',
2122
- size: '24'
2122
+ size: '16'
2123
2123
  };
2124
2124
 
2125
2125
  var Gift = function Gift(props) {
@@ -2131,7 +2131,7 @@ var Gift = function Gift(props) {
2131
2131
  xmlns: "http://www.w3.org/2000/svg",
2132
2132
  width: size,
2133
2133
  height: size,
2134
- viewBox: "0 0 24 24",
2134
+ viewBox: "0 0 16 16",
2135
2135
  fill: color
2136
2136
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2137
2137
  d: "M15 2a4 4 0 013.464 6.001L23 8v2h-2v10a1 1 0 01-1 1H4a1 1 0 01-1-1V10H1V8l4.536.001A4 4 0 0112 3.355 3.983 3.983 0 0115 2zm-4 8H5v9h6v-9zm8 0h-6v9h6v-9zM9 4a2 2 0 00-.15 3.995L9 8h2V6a2 2 0 00-1.697-1.977l-.154-.018L9 4zm6 0a2 2 0 00-1.995 1.85L13 6v2h2a2 2 0 001.995-1.85L17 6a2 2 0 00-2-2z"
@@ -2144,7 +2144,7 @@ Gift.propTypes = {
2144
2144
  };
2145
2145
  Gift.defaultProps = {
2146
2146
  color: 'currentColor',
2147
- size: '24'
2147
+ size: '16'
2148
2148
  };
2149
2149
 
2150
2150
  var Usb = function Usb(props) {
@@ -2156,7 +2156,7 @@ var Usb = function Usb(props) {
2156
2156
  xmlns: "http://www.w3.org/2000/svg",
2157
2157
  width: size,
2158
2158
  height: size,
2159
- viewBox: "0 0 24 24",
2159
+ viewBox: "0 0 16 16",
2160
2160
  fill: color
2161
2161
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2162
2162
  d: "M12 1l3 5h-2v7.381l3-1.499-.001-.882H15V7h4v4h-1.001L18 13.118l-5 2.5v1.553a3 3 0 11-2.31.129L6 14l-.001-2.268a2 2 0 112.001 0V13l3 2.086V6H9l3-5zm0 18a1 1 0 100 2 1 1 0 000-2z"
@@ -2169,7 +2169,7 @@ Usb.propTypes = {
2169
2169
  };
2170
2170
  Usb.defaultProps = {
2171
2171
  color: 'currentColor',
2172
- size: '24'
2172
+ size: '16'
2173
2173
  };
2174
2174
 
2175
2175
  var Location = function Location(props) {
@@ -2181,7 +2181,7 @@ var Location = function Location(props) {
2181
2181
  xmlns: "http://www.w3.org/2000/svg",
2182
2182
  width: size,
2183
2183
  height: size,
2184
- viewBox: "0 0 24 24",
2184
+ viewBox: "0 0 16 16",
2185
2185
  fill: color
2186
2186
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2187
2187
  d: "M12 16a4 4 0 100-8 4 4 0 000 8z"
@@ -2198,7 +2198,7 @@ Location.propTypes = {
2198
2198
  };
2199
2199
  Location.defaultProps = {
2200
2200
  color: 'currentColor',
2201
- size: '24'
2201
+ size: '16'
2202
2202
  };
2203
2203
 
2204
2204
  var ShieldCheck = function ShieldCheck(props) {
@@ -2210,7 +2210,7 @@ var ShieldCheck = function ShieldCheck(props) {
2210
2210
  xmlns: "http://www.w3.org/2000/svg",
2211
2211
  width: size,
2212
2212
  height: size,
2213
- viewBox: "0 0 24 24",
2213
+ viewBox: "0 0 16 16",
2214
2214
  fill: color
2215
2215
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2216
2216
  d: "M12 1l8.217 1.826a1 1 0 01.783.976v9.987a6 6 0 01-2.672 4.992L12 23l-6.328-4.219A5.997 5.997 0 013 13.79V3.802a1 1 0 01.783-.976L12 1zm0 2.049L5 4.604v9.185a4 4 0 001.781 3.328L12 20.597l5.219-3.48A3.998 3.998 0 0019 13.79V4.604L12 3.05v-.001zm4.452 5.173l1.415 1.414L11.503 16 7.26 11.757l1.414-1.414 2.828 2.828 4.95-4.95v.001z"
@@ -2223,7 +2223,7 @@ ShieldCheck.propTypes = {
2223
2223
  };
2224
2224
  ShieldCheck.defaultProps = {
2225
2225
  color: 'currentColor',
2226
- size: '24'
2226
+ size: '16'
2227
2227
  };
2228
2228
 
2229
2229
  var ShieldCross = function ShieldCross(props) {
@@ -2235,7 +2235,7 @@ var ShieldCross = function ShieldCross(props) {
2235
2235
  xmlns: "http://www.w3.org/2000/svg",
2236
2236
  width: size,
2237
2237
  height: size,
2238
- viewBox: "0 0 24 24",
2238
+ viewBox: "0 0 16 16",
2239
2239
  fill: color
2240
2240
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2241
2241
  d: "M3.783 2.826L12 1l8.217 1.826a1 1 0 01.783.976v9.987a6 6 0 01-2.672 4.992L12 23l-6.328-4.219A6 6 0 013 13.79V3.802a1 1 0 01.783-.976zM5 4.604v9.185a4 4 0 001.781 3.328L12 20.597l5.219-3.48A4 4 0 0019 13.79V4.604L12 3.05 5 4.604zM11 10V7h2v3h3v2h-3v3h-2v-3H8v-2h3z"
@@ -2248,7 +2248,7 @@ ShieldCross.propTypes = {
2248
2248
  };
2249
2249
  ShieldCross.defaultProps = {
2250
2250
  color: 'currentColor',
2251
- size: '24'
2251
+ size: '16'
2252
2252
  };
2253
2253
 
2254
2254
  var ShieldKeyhole = function ShieldKeyhole(props) {
@@ -2260,7 +2260,7 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
2260
2260
  xmlns: "http://www.w3.org/2000/svg",
2261
2261
  width: size,
2262
2262
  height: size,
2263
- viewBox: "0 0 24 24",
2263
+ viewBox: "0 0 16 16",
2264
2264
  fill: color
2265
2265
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2266
2266
  d: "M12 1l8.217 1.826a1 1 0 01.783.976v9.987a6 6 0 01-2.672 4.992L12 23l-6.328-4.219A6 6 0 013 13.79V3.802a1 1 0 01.783-.976L12 1zm0 2.049L5 4.604v9.185a4 4 0 001.781 3.328L12 20.597l5.219-3.48A4 4 0 0019 13.79V4.604L12 3.05v-.001zM12 7a2 2 0 011.001 3.732L13 15h-2v-4.268A2 2 0 0112 7z"
@@ -2273,7 +2273,7 @@ ShieldKeyhole.propTypes = {
2273
2273
  };
2274
2274
  ShieldKeyhole.defaultProps = {
2275
2275
  color: 'currentColor',
2276
- size: '24'
2276
+ size: '16'
2277
2277
  };
2278
2278
 
2279
2279
  var Analysis = function Analysis(props) {
@@ -2285,7 +2285,7 @@ var Analysis = function Analysis(props) {
2285
2285
  xmlns: "http://www.w3.org/2000/svg",
2286
2286
  width: size,
2287
2287
  height: size,
2288
- viewBox: "0 0 24 24",
2288
+ viewBox: "0 0 16 16",
2289
2289
  fill: color
2290
2290
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2291
2291
  d: "M13 2.577a2 2 0 00-2 0L4.34 6.423a2 2 0 00-1 1.732v7.69a2 2 0 001 1.732L11 21.423a2 2 0 002 0l6.66-3.846a2 2 0 001-1.732v-7.69a2 2 0 00-1-1.732L13 2.577zM12 4.31l5.692 3.287L12 10.848 6.308 7.596 12 4.309zM5.34 15.845v-6.5L11 12.58v6.533l-5.66-3.268zM13 19.113V12.58l5.66-3.234v6.5L13 19.112z"
@@ -2298,7 +2298,7 @@ Analysis.propTypes = {
2298
2298
  };
2299
2299
  Analysis.defaultProps = {
2300
2300
  color: 'currentColor',
2301
- size: '24'
2301
+ size: '16'
2302
2302
  };
2303
2303
 
2304
2304
  var Filter = function Filter(props) {
@@ -2310,7 +2310,7 @@ var Filter = function Filter(props) {
2310
2310
  xmlns: "http://www.w3.org/2000/svg",
2311
2311
  width: size,
2312
2312
  height: size,
2313
- viewBox: "0 0 24 24",
2313
+ viewBox: "0 0 16 16",
2314
2314
  fill: color
2315
2315
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2316
2316
  d: "M14 14v6l-4 2v-8L4 5V3h16v2l-6 9zM6.404 5L12 13.394 17.596 5H6.404z"
@@ -2323,7 +2323,7 @@ Filter.propTypes = {
2323
2323
  };
2324
2324
  Filter.defaultProps = {
2325
2325
  color: 'currentColor',
2326
- size: '24'
2326
+ size: '16'
2327
2327
  };
2328
2328
 
2329
2329
  var Filter2 = function Filter2(props) {
@@ -2335,7 +2335,7 @@ var Filter2 = function Filter2(props) {
2335
2335
  xmlns: "http://www.w3.org/2000/svg",
2336
2336
  width: size,
2337
2337
  height: size,
2338
- viewBox: "0 0 24 24",
2338
+ viewBox: "0 0 16 16",
2339
2339
  fill: color
2340
2340
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2341
2341
  d: "M10 20h4v-4h-4v4zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
@@ -2348,7 +2348,7 @@ Filter2.propTypes = {
2348
2348
  };
2349
2349
  Filter2.defaultProps = {
2350
2350
  color: 'currentColor',
2351
- size: '24'
2351
+ size: '16'
2352
2352
  };
2353
2353
 
2354
2354
  var ParallelFilter = function ParallelFilter(props) {
@@ -2360,7 +2360,7 @@ var ParallelFilter = function ParallelFilter(props) {
2360
2360
  xmlns: "http://www.w3.org/2000/svg",
2361
2361
  width: size,
2362
2362
  height: size,
2363
- viewBox: "0 0 24 24",
2363
+ viewBox: "0 0 16 16",
2364
2364
  fill: color
2365
2365
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2366
2366
  fillRule: "evenodd",
@@ -2375,7 +2375,7 @@ ParallelFilter.propTypes = {
2375
2375
  };
2376
2376
  ParallelFilter.defaultProps = {
2377
2377
  color: 'currentColor',
2378
- size: '24'
2378
+ size: '16'
2379
2379
  };
2380
2380
 
2381
2381
  var Expression = function Expression(props) {
@@ -2387,7 +2387,7 @@ var Expression = function Expression(props) {
2387
2387
  xmlns: "http://www.w3.org/2000/svg",
2388
2388
  width: size,
2389
2389
  height: size,
2390
- viewBox: "0 0 24 24",
2390
+ viewBox: "0 0 16 16",
2391
2391
  fill: color
2392
2392
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2393
2393
  d: "M5 18l7.68-6L5 6V4h14v2H8.263L16 12l-7.737 6H19v2H5v-2z"
@@ -2400,7 +2400,7 @@ Expression.propTypes = {
2400
2400
  };
2401
2401
  Expression.defaultProps = {
2402
2402
  color: 'currentColor',
2403
- size: '24'
2403
+ size: '16'
2404
2404
  };
2405
2405
 
2406
2406
  var Expression2 = function Expression2(props) {
@@ -2412,7 +2412,7 @@ var Expression2 = function Expression2(props) {
2412
2412
  xmlns: "http://www.w3.org/2000/svg",
2413
2413
  width: size,
2414
2414
  height: size,
2415
- viewBox: "0 0 24 24",
2415
+ viewBox: "0 0 16 16",
2416
2416
  fill: color
2417
2417
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2418
2418
  d: "M13 20H3v-2l3.684-6L3 6V4h10v2H5.34l3.61 6-3.61 6H13v2z"
@@ -2427,7 +2427,7 @@ Expression2.propTypes = {
2427
2427
  };
2428
2428
  Expression2.defaultProps = {
2429
2429
  color: 'currentColor',
2430
- size: '24'
2430
+ size: '16'
2431
2431
  };
2432
2432
 
2433
2433
  var FirstLast = function FirstLast(props) {
@@ -2439,7 +2439,7 @@ var FirstLast = function FirstLast(props) {
2439
2439
  xmlns: "http://www.w3.org/2000/svg",
2440
2440
  width: size,
2441
2441
  height: size,
2442
- viewBox: "0 0 24 24",
2442
+ viewBox: "0 0 16 16",
2443
2443
  fill: color
2444
2444
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2445
2445
  d: "M8.83 5A3.001 3.001 0 105 8.83V17a2 2 0 002 2h8.17A3.001 3.001 0 1019 15.17V7a2 2 0 00-2-2H8.83zM7 8.83A3.008 3.008 0 008.83 7H17v8.17A3.009 3.009 0 0015.17 17H7V8.83zM5 6a1 1 0 112 0 1 1 0 01-2 0zm12 12a1 1 0 112 0 1 1 0 01-2 0z"
@@ -2452,7 +2452,7 @@ FirstLast.propTypes = {
2452
2452
  };
2453
2453
  FirstLast.defaultProps = {
2454
2454
  color: 'currentColor',
2455
- size: '24'
2455
+ size: '16'
2456
2456
  };
2457
2457
 
2458
2458
  var RelatedProp = function RelatedProp(props) {
@@ -2464,7 +2464,7 @@ var RelatedProp = function RelatedProp(props) {
2464
2464
  xmlns: "http://www.w3.org/2000/svg",
2465
2465
  width: size,
2466
2466
  height: size,
2467
- viewBox: "0 0 24 24",
2467
+ viewBox: "0 0 16 16",
2468
2468
  fill: color
2469
2469
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2470
2470
  d: "M9 15H4a1 1 0 01-1-1V4a1 1 0 011-1h10a1 1 0 011 1v5h5a1 1 0 011 1v10a1 1 0 01-1 1H10a1 1 0 01-1-1v-5zm-4-2h4v-3a1 1 0 011-1h3V5H5v8zm10-2v3a1 1 0 01-1 1h-3v4h8v-8h-4zm-2 0h-2v2h2v-2z"
@@ -2477,7 +2477,7 @@ RelatedProp.propTypes = {
2477
2477
  };
2478
2478
  RelatedProp.defaultProps = {
2479
2479
  color: 'currentColor',
2480
- size: '24'
2480
+ size: '16'
2481
2481
  };
2482
2482
 
2483
2483
  var SortRise = function SortRise(props) {
@@ -2489,7 +2489,7 @@ var SortRise = function SortRise(props) {
2489
2489
  xmlns: "http://www.w3.org/2000/svg",
2490
2490
  width: size,
2491
2491
  height: size,
2492
- viewBox: "0 0 24 24",
2492
+ viewBox: "0 0 16 16",
2493
2493
  fill: color
2494
2494
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2495
2495
  d: "M15 21V3l6 6h-4v12h-2z"
@@ -2506,7 +2506,7 @@ SortRise.propTypes = {
2506
2506
  };
2507
2507
  SortRise.defaultProps = {
2508
2508
  color: 'currentColor',
2509
- size: '24'
2509
+ size: '16'
2510
2510
  };
2511
2511
 
2512
2512
  var SortDrop = function SortDrop(props) {
@@ -2518,7 +2518,7 @@ var SortDrop = function SortDrop(props) {
2518
2518
  xmlns: "http://www.w3.org/2000/svg",
2519
2519
  width: size,
2520
2520
  height: size,
2521
- viewBox: "0 0 24 24",
2521
+ viewBox: "0 0 16 16",
2522
2522
  fill: color
2523
2523
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2524
2524
  d: "M9 3v18l-6-6h4V3h2z"
@@ -2535,7 +2535,7 @@ SortDrop.propTypes = {
2535
2535
  };
2536
2536
  SortDrop.defaultProps = {
2537
2537
  color: 'currentColor',
2538
- size: '24'
2538
+ size: '16'
2539
2539
  };
2540
2540
 
2541
2541
  var Ascent = function Ascent(props) {
@@ -2547,7 +2547,7 @@ var Ascent = function Ascent(props) {
2547
2547
  xmlns: "http://www.w3.org/2000/svg",
2548
2548
  width: size,
2549
2549
  height: size,
2550
- viewBox: "0 0 24 24",
2550
+ viewBox: "0 0 16 16",
2551
2551
  fill: color
2552
2552
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2553
2553
  d: "M19 3l4 5h-3v12h-2V8h-3l4-5zm-5 15v2H3v-2h11zm0-7v2H3v-2h11zm-2-7v2H3V4h9z"
@@ -2560,7 +2560,7 @@ Ascent.propTypes = {
2560
2560
  };
2561
2561
  Ascent.defaultProps = {
2562
2562
  color: 'currentColor',
2563
- size: '24'
2563
+ size: '16'
2564
2564
  };
2565
2565
 
2566
2566
  var Descent = function Descent(props) {
@@ -2572,7 +2572,7 @@ var Descent = function Descent(props) {
2572
2572
  xmlns: "http://www.w3.org/2000/svg",
2573
2573
  width: size,
2574
2574
  height: size,
2575
- viewBox: "0 0 24 24",
2575
+ viewBox: "0 0 16 16",
2576
2576
  fill: color
2577
2577
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2578
2578
  d: "M20 4v12h3l-4 5-4-5h3V4h2zm-8 14v2H3v-2h9zm2-7v2H3v-2h11zm0-7v2H3V4h11z"
@@ -2585,7 +2585,7 @@ Descent.propTypes = {
2585
2585
  };
2586
2586
  Descent.defaultProps = {
2587
2587
  color: 'currentColor',
2588
- size: '24'
2588
+ size: '16'
2589
2589
  };
2590
2590
 
2591
2591
  var SortA2z = function SortA2z(props) {
@@ -2597,7 +2597,7 @@ var SortA2z = function SortA2z(props) {
2597
2597
  xmlns: "http://www.w3.org/2000/svg",
2598
2598
  width: size,
2599
2599
  height: size,
2600
- viewBox: "0 0 24 24",
2600
+ viewBox: "0 0 16 16",
2601
2601
  fill: color
2602
2602
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2603
2603
  d: "M22 12.047h-5.742l5.565-7.838V3H14v1.541h5.557L14 12.334v1.24h8v-1.527z"
@@ -2614,7 +2614,7 @@ SortA2z.propTypes = {
2614
2614
  };
2615
2615
  SortA2z.defaultProps = {
2616
2616
  color: 'currentColor',
2617
- size: '24'
2617
+ size: '16'
2618
2618
  };
2619
2619
 
2620
2620
  var SortZ2a = function SortZ2a(props) {
@@ -2626,7 +2626,7 @@ var SortZ2a = function SortZ2a(props) {
2626
2626
  xmlns: "http://www.w3.org/2000/svg",
2627
2627
  width: size,
2628
2628
  height: size,
2629
- viewBox: "0 0 24 24",
2629
+ viewBox: "0 0 16 16",
2630
2630
  fill: color
2631
2631
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2632
2632
  d: "M10 12.035H4.258l5.565-7.826V3H2v1.541h5.557L2 12.322v1.24h8v-1.527z"
@@ -2643,7 +2643,7 @@ SortZ2a.propTypes = {
2643
2643
  };
2644
2644
  SortZ2a.defaultProps = {
2645
2645
  color: 'currentColor',
2646
- size: '24'
2646
+ size: '16'
2647
2647
  };
2648
2648
 
2649
2649
  var Sort = function Sort(props) {
@@ -2655,7 +2655,7 @@ var Sort = function Sort(props) {
2655
2655
  xmlns: "http://www.w3.org/2000/svg",
2656
2656
  width: size,
2657
2657
  height: size,
2658
- viewBox: "0 0 24 24",
2658
+ viewBox: "0 0 16 16",
2659
2659
  fill: color
2660
2660
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2661
2661
  d: "M6 15l6 6 6-6H6zm0-6l6-6 6 6H6z"
@@ -2668,7 +2668,7 @@ Sort.propTypes = {
2668
2668
  };
2669
2669
  Sort.defaultProps = {
2670
2670
  color: 'currentColor',
2671
- size: '24'
2671
+ size: '16'
2672
2672
  };
2673
2673
 
2674
2674
  var Index = function Index(props) {
@@ -2680,7 +2680,7 @@ var Index = function Index(props) {
2680
2680
  xmlns: "http://www.w3.org/2000/svg",
2681
2681
  width: size,
2682
2682
  height: size,
2683
- viewBox: "0 0 24 24",
2683
+ viewBox: "0 0 16 16",
2684
2684
  fill: color
2685
2685
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2686
2686
  d: "M18 4H7v2h11V4z"
@@ -2703,7 +2703,7 @@ Index.propTypes = {
2703
2703
  };
2704
2704
  Index.defaultProps = {
2705
2705
  color: 'currentColor',
2706
- size: '24'
2706
+ size: '16'
2707
2707
  };
2708
2708
 
2709
2709
  var TA2b = function TA2b(props) {
@@ -2715,7 +2715,7 @@ var TA2b = function TA2b(props) {
2715
2715
  xmlns: "http://www.w3.org/2000/svg",
2716
2716
  width: size,
2717
2717
  height: size,
2718
- viewBox: "0 0 24 24",
2718
+ viewBox: "0 0 16 16",
2719
2719
  fill: color
2720
2720
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2721
2721
  d: "M5 15v2c0 1.054.95 2 2 2h3v2H7a4 4 0 01-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM3 3h6a3 3 0 012.235 5A3 3 0 019 13H3V3zm6 6H5v2h4a1 1 0 000-2zm8-6a4 4 0 014 4v2h-2V7a2 2 0 00-2-2h-3V3h3zM9 5H5v2h4a1 1 0 000-2z"
@@ -2728,7 +2728,7 @@ TA2b.propTypes = {
2728
2728
  };
2729
2729
  TA2b.defaultProps = {
2730
2730
  color: 'currentColor',
2731
- size: '24'
2731
+ size: '16'
2732
2732
  };
2733
2733
 
2734
2734
  var TX2y = function TX2y(props) {
@@ -2740,7 +2740,7 @@ var TX2y = function TX2y(props) {
2740
2740
  xmlns: "http://www.w3.org/2000/svg",
2741
2741
  width: size,
2742
2742
  height: size,
2743
- viewBox: "0 0 24 24",
2743
+ viewBox: "0 0 16 16",
2744
2744
  fill: color
2745
2745
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2746
2746
  d: "M5 15v2c0 1.054.95 2 2 2h3v2H7a4 4 0 01-4-4v-2h2zM17 3a4 4 0 014 4v2h-2V7a2 2 0 00-2-2h-3V3h3z"
@@ -2757,7 +2757,7 @@ TX2y.propTypes = {
2757
2757
  };
2758
2758
  TX2y.defaultProps = {
2759
2759
  color: 'currentColor',
2760
- size: '24'
2760
+ size: '16'
2761
2761
  };
2762
2762
 
2763
2763
  var Parameter = function Parameter(props) {
@@ -2769,7 +2769,7 @@ var Parameter = function Parameter(props) {
2769
2769
  xmlns: "http://www.w3.org/2000/svg",
2770
2770
  width: size,
2771
2771
  height: size,
2772
- viewBox: "0 0 24 24",
2772
+ viewBox: "0 0 16 16",
2773
2773
  fill: color
2774
2774
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2775
2775
  fillRule: "evenodd",
@@ -2788,7 +2788,7 @@ Parameter.propTypes = {
2788
2788
  };
2789
2789
  Parameter.defaultProps = {
2790
2790
  color: 'currentColor',
2791
- size: '24'
2791
+ size: '16'
2792
2792
  };
2793
2793
 
2794
2794
  var Groups = function Groups(props) {
@@ -2800,7 +2800,7 @@ var Groups = function Groups(props) {
2800
2800
  xmlns: "http://www.w3.org/2000/svg",
2801
2801
  width: size,
2802
2802
  height: size,
2803
- viewBox: "0 0 24 24",
2803
+ viewBox: "0 0 16 16",
2804
2804
  fill: color
2805
2805
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2806
2806
  d: "M6.5 11.5a4.5 4.5 0 110-9.002 4.5 4.5 0 010 9.002zm.5 10a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm10-10a4.501 4.501 0 01-1.722-8.657A4.5 4.5 0 1117 11.5zm0 10a4.5 4.5 0 110-9 4.5 4.5 0 010 9zM6.5 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm.5 10a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm10-10a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm0 10a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"
@@ -2813,7 +2813,7 @@ Groups.propTypes = {
2813
2813
  };
2814
2814
  Groups.defaultProps = {
2815
2815
  color: 'currentColor',
2816
- size: '24'
2816
+ size: '16'
2817
2817
  };
2818
2818
 
2819
2819
  var EventTree = function EventTree(props) {
@@ -2825,7 +2825,7 @@ var EventTree = function EventTree(props) {
2825
2825
  xmlns: "http://www.w3.org/2000/svg",
2826
2826
  width: size,
2827
2827
  height: size,
2828
- viewBox: "0 0 24 24",
2828
+ viewBox: "0 0 16 16",
2829
2829
  fill: color
2830
2830
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2831
2831
  d: "M10 2a1 1 0 011 1v4a1 1 0 01-1 1H8v2h5V9a1 1 0 011-1h6a1 1 0 011 1v4a1 1 0 01-1 1h-6a1 1 0 01-1-1v-1H8v6h5v-1a1 1 0 011-1h6a1 1 0 011 1v4a1 1 0 01-1 1h-6a1 1 0 01-1-1v-1H7a1 1 0 01-1-1V8H4a1 1 0 01-1-1V3a1 1 0 011-1h6zm9 16h-4v2h4v-2zm0-8h-4v2h4v-2zM9 4H5v2h4V4z"
@@ -2838,7 +2838,7 @@ EventTree.propTypes = {
2838
2838
  };
2839
2839
  EventTree.defaultProps = {
2840
2840
  color: 'currentColor',
2841
- size: '24'
2841
+ size: '16'
2842
2842
  };
2843
2843
 
2844
2844
  var Split = function Split(props) {
@@ -2850,7 +2850,7 @@ var Split = function Split(props) {
2850
2850
  xmlns: "http://www.w3.org/2000/svg",
2851
2851
  width: size,
2852
2852
  height: size,
2853
- viewBox: "0 0 24 24",
2853
+ viewBox: "0 0 16 16",
2854
2854
  fill: color
2855
2855
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2856
2856
  d: "M9.536 13H7.329a3 3 0 110-2h2.207L13 5h3.17a3.001 3.001 0 11.001 2h-2.017l-2.886 4.999L14.155 17h2.016a3.001 3.001 0 110 2H13l-3.464-6zM19 17a1 1 0 100 2 1 1 0 000-2zM4.5 11a1 1 0 100 2 1 1 0 000-2zM19 5a1 1 0 100 2 1 1 0 000-2z"
@@ -2863,7 +2863,7 @@ Split.propTypes = {
2863
2863
  };
2864
2864
  Split.defaultProps = {
2865
2865
  color: 'currentColor',
2866
- size: '24'
2866
+ size: '16'
2867
2867
  };
2868
2868
 
2869
2869
  var CustomPartition = function CustomPartition(props) {
@@ -2875,7 +2875,7 @@ var CustomPartition = function CustomPartition(props) {
2875
2875
  xmlns: "http://www.w3.org/2000/svg",
2876
2876
  width: size,
2877
2877
  height: size,
2878
- viewBox: "0 0 24 24",
2878
+ viewBox: "0 0 16 16",
2879
2879
  fill: color
2880
2880
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2881
2881
  d: "M15.001 6h2a2 2 0 012 2v8.17a3.001 3.001 0 11-2 0V8h-2v3l-4.5-4 4.5-4v3zm-10 3.83a3.001 3.001 0 112 0v6.34a3.001 3.001 0 11-2 0V9.83zm1-1.83a1 1 0 100-2 1 1 0 000 2zm0 12a1 1 0 100-2 1 1 0 000 2zm12 0a1 1 0 100-2 1 1 0 000 2z"
@@ -2888,7 +2888,7 @@ CustomPartition.propTypes = {
2888
2888
  };
2889
2889
  CustomPartition.defaultProps = {
2890
2890
  color: 'currentColor',
2891
- size: '24'
2891
+ size: '16'
2892
2892
  };
2893
2893
 
2894
2894
  var Result = function Result(props) {
@@ -2900,7 +2900,7 @@ var Result = function Result(props) {
2900
2900
  xmlns: "http://www.w3.org/2000/svg",
2901
2901
  width: size,
2902
2902
  height: size,
2903
- viewBox: "0 0 24 24",
2903
+ viewBox: "0 0 16 16",
2904
2904
  fill: color
2905
2905
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2906
2906
  d: "M5 3h6.11l-.25 2H5v14h14v-5.86l2-.25V19a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2z"
@@ -2917,7 +2917,7 @@ Result.propTypes = {
2917
2917
  };
2918
2918
  Result.defaultProps = {
2919
2919
  color: 'currentColor',
2920
- size: '24'
2920
+ size: '16'
2921
2921
  };
2922
2922
 
2923
2923
  var Alert = function Alert(props) {
@@ -2929,7 +2929,7 @@ var Alert = function Alert(props) {
2929
2929
  xmlns: "http://www.w3.org/2000/svg",
2930
2930
  width: size,
2931
2931
  height: size,
2932
- viewBox: "0 0 24 24",
2932
+ viewBox: "0 0 16 16",
2933
2933
  fill: color
2934
2934
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2935
2935
  fillRule: "evenodd",
@@ -2944,7 +2944,7 @@ Alert.propTypes = {
2944
2944
  };
2945
2945
  Alert.defaultProps = {
2946
2946
  color: 'currentColor',
2947
- size: '24'
2947
+ size: '16'
2948
2948
  };
2949
2949
 
2950
2950
  var ViewOriginal = function ViewOriginal(props) {
@@ -2956,7 +2956,7 @@ var ViewOriginal = function ViewOriginal(props) {
2956
2956
  xmlns: "http://www.w3.org/2000/svg",
2957
2957
  width: size,
2958
2958
  height: size,
2959
- viewBox: "0 0 24 24",
2959
+ viewBox: "0 0 16 16",
2960
2960
  fill: color
2961
2961
  }, otherProps), /*#__PURE__*/React.createElement("g", {
2962
2962
  clipPath: "url(#clip0_3240_50)"
@@ -2976,7 +2976,7 @@ ViewOriginal.propTypes = {
2976
2976
  };
2977
2977
  ViewOriginal.defaultProps = {
2978
2978
  color: 'currentColor',
2979
- size: '24'
2979
+ size: '16'
2980
2980
  };
2981
2981
 
2982
2982
  var Attribution = function Attribution(props) {
@@ -2988,7 +2988,7 @@ var Attribution = function Attribution(props) {
2988
2988
  xmlns: "http://www.w3.org/2000/svg",
2989
2989
  width: size,
2990
2990
  height: size,
2991
- viewBox: "0 0 24 24",
2991
+ viewBox: "0 0 16 16",
2992
2992
  fill: color
2993
2993
  }, otherProps), /*#__PURE__*/React.createElement("path", {
2994
2994
  fillRule: "evenodd",
@@ -3003,7 +3003,7 @@ Attribution.propTypes = {
3003
3003
  };
3004
3004
  Attribution.defaultProps = {
3005
3005
  color: 'currentColor',
3006
- size: '24'
3006
+ size: '16'
3007
3007
  };
3008
3008
 
3009
3009
  var Cost = function Cost(props) {
@@ -3015,7 +3015,7 @@ var Cost = function Cost(props) {
3015
3015
  xmlns: "http://www.w3.org/2000/svg",
3016
3016
  width: size,
3017
3017
  height: size,
3018
- viewBox: "0 0 24 24",
3018
+ viewBox: "0 0 16 16",
3019
3019
  fill: color
3020
3020
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3021
3021
  d: "M12 21.999A9.998 9.998 0 018.173 2.761 10 10 0 1112 21.999zm0-2a8 8 0 100-16 8 8 0 000 16zM12 7.05L16.95 12 12 16.95 7.05 12 12 7.05zm0 2.829L9.879 12 12 14.121 14.121 12 12 9.879z"
@@ -3028,7 +3028,7 @@ Cost.propTypes = {
3028
3028
  };
3029
3029
  Cost.defaultProps = {
3030
3030
  color: 'currentColor',
3031
- size: '24'
3031
+ size: '16'
3032
3032
  };
3033
3033
 
3034
3034
  var Exposure = function Exposure(props) {
@@ -3040,7 +3040,7 @@ var Exposure = function Exposure(props) {
3040
3040
  xmlns: "http://www.w3.org/2000/svg",
3041
3041
  width: size,
3042
3042
  height: size,
3043
- viewBox: "0 0 24 24",
3043
+ viewBox: "0 0 16 16",
3044
3044
  fill: color
3045
3045
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3046
3046
  d: "M12 18a6 6 0 110-12 6 6 0 010 12zm0-2A4 4 0 1012 8 4 4 0 0012 16zM11 1h2v3h-2V1zm0 19.001h2v3h-2v-3zM3.513 4.929L4.93 3.516 7.05 5.637 5.635 7.05l-2.12-2.12V4.93zM16.95 18.364l1.415-1.414 2.12 2.121-1.414 1.414-2.121-2.12zm2.121-14.85l1.414 1.415-2.12 2.121-1.415-1.413 2.121-2.121v-.002zM5.635 16.95l1.415 1.415-2.121 2.12-1.415-1.414 2.121-2.121zM23 11.001v2h-3v-2h3zM4 11.001v2H1v-2h3z"
@@ -3053,7 +3053,7 @@ Exposure.propTypes = {
3053
3053
  };
3054
3054
  Exposure.defaultProps = {
3055
3055
  color: 'currentColor',
3056
- size: '24'
3056
+ size: '16'
3057
3057
  };
3058
3058
 
3059
3059
  var Indicator = function Indicator(props) {
@@ -3065,7 +3065,7 @@ var Indicator = function Indicator(props) {
3065
3065
  xmlns: "http://www.w3.org/2000/svg",
3066
3066
  width: size,
3067
3067
  height: size,
3068
- viewBox: "0 0 24 24",
3068
+ viewBox: "0 0 16 16",
3069
3069
  fill: color
3070
3070
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3071
3071
  fillRule: "evenodd",
@@ -3080,7 +3080,7 @@ Indicator.propTypes = {
3080
3080
  };
3081
3081
  Indicator.defaultProps = {
3082
3082
  color: 'currentColor',
3083
- size: '24'
3083
+ size: '16'
3084
3084
  };
3085
3085
 
3086
3086
  var OperatorEqual = function OperatorEqual(props) {
@@ -3092,7 +3092,7 @@ var OperatorEqual = function OperatorEqual(props) {
3092
3092
  xmlns: "http://www.w3.org/2000/svg",
3093
3093
  width: size,
3094
3094
  height: size,
3095
- viewBox: "0 0 24 24",
3095
+ viewBox: "0 0 16 16",
3096
3096
  fill: color
3097
3097
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3098
3098
  fillRule: "evenodd",
@@ -3107,7 +3107,7 @@ OperatorEqual.propTypes = {
3107
3107
  };
3108
3108
  OperatorEqual.defaultProps = {
3109
3109
  color: 'currentColor',
3110
- size: '24'
3110
+ size: '16'
3111
3111
  };
3112
3112
 
3113
3113
  var OperatorUnequal = function OperatorUnequal(props) {
@@ -3119,7 +3119,7 @@ var OperatorUnequal = function OperatorUnequal(props) {
3119
3119
  xmlns: "http://www.w3.org/2000/svg",
3120
3120
  width: size,
3121
3121
  height: size,
3122
- viewBox: "0 0 24 24",
3122
+ viewBox: "0 0 16 16",
3123
3123
  fill: color
3124
3124
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3125
3125
  fillRule: "evenodd",
@@ -3134,7 +3134,7 @@ OperatorUnequal.propTypes = {
3134
3134
  };
3135
3135
  OperatorUnequal.defaultProps = {
3136
3136
  color: 'currentColor',
3137
- size: '24'
3137
+ size: '16'
3138
3138
  };
3139
3139
 
3140
3140
  var OperatorDivide = function OperatorDivide(props) {
@@ -3146,7 +3146,7 @@ var OperatorDivide = function OperatorDivide(props) {
3146
3146
  xmlns: "http://www.w3.org/2000/svg",
3147
3147
  width: size,
3148
3148
  height: size,
3149
- viewBox: "0 0 24 24",
3149
+ viewBox: "0 0 16 16",
3150
3150
  fill: color
3151
3151
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3152
3152
  d: "M5 11h14v2H5v-2zm7-3a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm0 11a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"
@@ -3159,7 +3159,7 @@ OperatorDivide.propTypes = {
3159
3159
  };
3160
3160
  OperatorDivide.defaultProps = {
3161
3161
  color: 'currentColor',
3162
- size: '24'
3162
+ size: '16'
3163
3163
  };
3164
3164
 
3165
3165
  var OperatorNoValue = function OperatorNoValue(props) {
@@ -3171,7 +3171,7 @@ var OperatorNoValue = function OperatorNoValue(props) {
3171
3171
  xmlns: "http://www.w3.org/2000/svg",
3172
3172
  width: size,
3173
3173
  height: size,
3174
- viewBox: "0 0 24 24",
3174
+ viewBox: "0 0 16 16",
3175
3175
  fill: color
3176
3176
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3177
3177
  fillRule: "evenodd",
@@ -3186,7 +3186,7 @@ OperatorNoValue.propTypes = {
3186
3186
  };
3187
3187
  OperatorNoValue.defaultProps = {
3188
3188
  color: 'currentColor',
3189
- size: '24'
3189
+ size: '16'
3190
3190
  };
3191
3191
 
3192
3192
  var OperatorHasValue = function OperatorHasValue(props) {
@@ -3198,7 +3198,7 @@ var OperatorHasValue = function OperatorHasValue(props) {
3198
3198
  xmlns: "http://www.w3.org/2000/svg",
3199
3199
  width: size,
3200
3200
  height: size,
3201
- viewBox: "0 0 24 24",
3201
+ viewBox: "0 0 16 16",
3202
3202
  fill: color
3203
3203
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3204
3204
  fillRule: "evenodd",
@@ -3213,7 +3213,7 @@ OperatorHasValue.propTypes = {
3213
3213
  };
3214
3214
  OperatorHasValue.defaultProps = {
3215
3215
  color: 'currentColor',
3216
- size: '24'
3216
+ size: '16'
3217
3217
  };
3218
3218
 
3219
3219
  var OperatorInside = function OperatorInside(props) {
@@ -3225,7 +3225,7 @@ var OperatorInside = function OperatorInside(props) {
3225
3225
  xmlns: "http://www.w3.org/2000/svg",
3226
3226
  width: size,
3227
3227
  height: size,
3228
- viewBox: "0 0 24 24",
3228
+ viewBox: "0 0 16 16",
3229
3229
  fill: color
3230
3230
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3231
3231
  d: "M9 3v2H6v14h3v2H4V3h5zm6 0h5v18h-5v-2h3V5h-3V3z"
@@ -3238,7 +3238,7 @@ OperatorInside.propTypes = {
3238
3238
  };
3239
3239
  OperatorInside.defaultProps = {
3240
3240
  color: 'currentColor',
3241
- size: '24'
3241
+ size: '16'
3242
3242
  };
3243
3243
 
3244
3244
  var OperatorInclude = function OperatorInclude(props) {
@@ -3250,7 +3250,7 @@ var OperatorInclude = function OperatorInclude(props) {
3250
3250
  xmlns: "http://www.w3.org/2000/svg",
3251
3251
  width: size,
3252
3252
  height: size,
3253
- viewBox: "0 0 24 24",
3253
+ viewBox: "0 0 16 16",
3254
3254
  fill: color
3255
3255
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3256
3256
  fillRule: "evenodd",
@@ -3265,7 +3265,7 @@ OperatorInclude.propTypes = {
3265
3265
  };
3266
3266
  OperatorInclude.defaultProps = {
3267
3267
  color: 'currentColor',
3268
- size: '24'
3268
+ size: '16'
3269
3269
  };
3270
3270
 
3271
3271
  var OperatorNotInclude = function OperatorNotInclude(props) {
@@ -3277,7 +3277,7 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
3277
3277
  xmlns: "http://www.w3.org/2000/svg",
3278
3278
  width: size,
3279
3279
  height: size,
3280
- viewBox: "0 0 24 24",
3280
+ viewBox: "0 0 16 16",
3281
3281
  fill: color
3282
3282
  }, otherProps), /*#__PURE__*/React.createElement("g", {
3283
3283
  clipPath: "url(#clip0_3399_79)"
@@ -3299,7 +3299,7 @@ OperatorNotInclude.propTypes = {
3299
3299
  };
3300
3300
  OperatorNotInclude.defaultProps = {
3301
3301
  color: 'currentColor',
3302
- size: '24'
3302
+ size: '16'
3303
3303
  };
3304
3304
 
3305
3305
  var OperatorLess = function OperatorLess(props) {
@@ -3311,7 +3311,7 @@ var OperatorLess = function OperatorLess(props) {
3311
3311
  xmlns: "http://www.w3.org/2000/svg",
3312
3312
  width: size,
3313
3313
  height: size,
3314
- viewBox: "0 0 24 24",
3314
+ viewBox: "0 0 16 16",
3315
3315
  fill: color
3316
3316
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3317
3317
  fillRule: "evenodd",
@@ -3326,7 +3326,7 @@ OperatorLess.propTypes = {
3326
3326
  };
3327
3327
  OperatorLess.defaultProps = {
3328
3328
  color: 'currentColor',
3329
- size: '24'
3329
+ size: '16'
3330
3330
  };
3331
3331
 
3332
3332
  var OperatorNoBigger = function OperatorNoBigger(props) {
@@ -3338,7 +3338,7 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
3338
3338
  xmlns: "http://www.w3.org/2000/svg",
3339
3339
  width: size,
3340
3340
  height: size,
3341
- viewBox: "0 0 24 24",
3341
+ viewBox: "0 0 16 16",
3342
3342
  fill: color
3343
3343
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3344
3344
  fillRule: "evenodd",
@@ -3353,7 +3353,7 @@ OperatorNoBigger.propTypes = {
3353
3353
  };
3354
3354
  OperatorNoBigger.defaultProps = {
3355
3355
  color: 'currentColor',
3356
- size: '24'
3356
+ size: '16'
3357
3357
  };
3358
3358
 
3359
3359
  var OperatorBigger = function OperatorBigger(props) {
@@ -3365,7 +3365,7 @@ var OperatorBigger = function OperatorBigger(props) {
3365
3365
  xmlns: "http://www.w3.org/2000/svg",
3366
3366
  width: size,
3367
3367
  height: size,
3368
- viewBox: "0 0 24 24",
3368
+ viewBox: "0 0 16 16",
3369
3369
  fill: color
3370
3370
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3371
3371
  fillRule: "evenodd",
@@ -3380,7 +3380,7 @@ OperatorBigger.propTypes = {
3380
3380
  };
3381
3381
  OperatorBigger.defaultProps = {
3382
3382
  color: 'currentColor',
3383
- size: '24'
3383
+ size: '16'
3384
3384
  };
3385
3385
 
3386
3386
  var OperatorNoLess = function OperatorNoLess(props) {
@@ -3392,7 +3392,7 @@ var OperatorNoLess = function OperatorNoLess(props) {
3392
3392
  xmlns: "http://www.w3.org/2000/svg",
3393
3393
  width: size,
3394
3394
  height: size,
3395
- viewBox: "0 0 24 24",
3395
+ viewBox: "0 0 16 16",
3396
3396
  fill: color
3397
3397
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3398
3398
  fillRule: "evenodd",
@@ -3407,7 +3407,7 @@ OperatorNoLess.propTypes = {
3407
3407
  };
3408
3408
  OperatorNoLess.defaultProps = {
3409
3409
  color: 'currentColor',
3410
- size: '24'
3410
+ size: '16'
3411
3411
  };
3412
3412
 
3413
3413
  var OperatorTrue = function OperatorTrue(props) {
@@ -3419,7 +3419,7 @@ var OperatorTrue = function OperatorTrue(props) {
3419
3419
  xmlns: "http://www.w3.org/2000/svg",
3420
3420
  width: size,
3421
3421
  height: size,
3422
- viewBox: "0 0 24 24",
3422
+ viewBox: "0 0 16 16",
3423
3423
  fill: color
3424
3424
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3425
3425
  fillRule: "evenodd",
@@ -3434,7 +3434,7 @@ OperatorTrue.propTypes = {
3434
3434
  };
3435
3435
  OperatorTrue.defaultProps = {
3436
3436
  color: 'currentColor',
3437
- size: '24'
3437
+ size: '16'
3438
3438
  };
3439
3439
 
3440
3440
  var OperatorFalse = function OperatorFalse(props) {
@@ -3446,7 +3446,7 @@ var OperatorFalse = function OperatorFalse(props) {
3446
3446
  xmlns: "http://www.w3.org/2000/svg",
3447
3447
  width: size,
3448
3448
  height: size,
3449
- viewBox: "0 0 24 24",
3449
+ viewBox: "0 0 16 16",
3450
3450
  fill: color
3451
3451
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3452
3452
  fillRule: "evenodd",
@@ -3461,7 +3461,7 @@ OperatorFalse.propTypes = {
3461
3461
  };
3462
3462
  OperatorFalse.defaultProps = {
3463
3463
  color: 'currentColor',
3464
- size: '24'
3464
+ size: '16'
3465
3465
  };
3466
3466
 
3467
3467
  var OperatorRegex = function OperatorRegex(props) {
@@ -3473,7 +3473,7 @@ var OperatorRegex = function OperatorRegex(props) {
3473
3473
  xmlns: "http://www.w3.org/2000/svg",
3474
3474
  width: size,
3475
3475
  height: size,
3476
- viewBox: "0 0 24 24",
3476
+ viewBox: "0 0 16 16",
3477
3477
  fill: color
3478
3478
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3479
3479
  fillRule: "evenodd",
@@ -3488,7 +3488,7 @@ OperatorRegex.propTypes = {
3488
3488
  };
3489
3489
  OperatorRegex.defaultProps = {
3490
3490
  color: 'currentColor',
3491
- size: '24'
3491
+ size: '16'
3492
3492
  };
3493
3493
 
3494
3494
  var OperatorNoRegex = function OperatorNoRegex(props) {
@@ -3500,7 +3500,7 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
3500
3500
  xmlns: "http://www.w3.org/2000/svg",
3501
3501
  width: size,
3502
3502
  height: size,
3503
- viewBox: "0 0 24 24",
3503
+ viewBox: "0 0 16 16",
3504
3504
  fill: color
3505
3505
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3506
3506
  fillRule: "evenodd",
@@ -3515,7 +3515,7 @@ OperatorNoRegex.propTypes = {
3515
3515
  };
3516
3516
  OperatorNoRegex.defaultProps = {
3517
3517
  color: 'currentColor',
3518
- size: '24'
3518
+ size: '16'
3519
3519
  };
3520
3520
 
3521
3521
  var LogoDingding = function LogoDingding(props) {
@@ -3527,10 +3527,11 @@ var LogoDingding = function LogoDingding(props) {
3527
3527
  xmlns: "http://www.w3.org/2000/svg",
3528
3528
  width: size,
3529
3529
  height: size,
3530
- viewBox: "0 0 24 24",
3530
+ viewBox: "0 0 16 16",
3531
3531
  fill: color
3532
3532
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3533
- d: "M12 .375C5.55.375.3 5.625.3 12.075c0 6.45 5.25 11.7 11.7 11.7 6.45 0 11.7-5.25 11.7-11.7 0-6.45-5.25-11.7-11.7-11.7zM17.475 10.5c0 .075-.075.225-.15.45-.525 1.05-1.8 3.15-1.8 3.15l-.375.675h1.8l-3.45 4.5.75-3.15h-1.425l.525-2.1c-.375.075-.9.225-1.425.375 0 0-.75.45-2.175-.825 0 0-.975-.825-.375-1.05.225-.075 1.125-.225 1.875-.3.975-.15 1.575-.225 1.575-.225s-3 .075-3.675-.075c-.675-.075-1.575-1.275-1.8-2.325 0 0-.3-.6.675-.3.975.3 4.8 1.05 4.8 1.05S7.8 8.775 7.425 8.4c-.3-.375-.975-2.025-.9-3.075 0 0 0-.225.3-.15 0 0 3.75 1.725 6.225 2.625 2.475 1.05 4.65 1.5 4.425 2.7z"
3533
+ d: "M12 .375C5.55.375.3 5.625.3 12.075c0 6.45 5.25 11.7 11.7 11.7 6.45 0 11.7-5.25 11.7-11.7 0-6.45-5.25-11.7-11.7-11.7zM17.475 10.5c0 .075-.075.225-.15.45-.525 1.05-1.8 3.15-1.8 3.15l-.375.675h1.8l-3.45 4.5.75-3.15h-1.425l.525-2.1c-.375.075-.9.225-1.425.375 0 0-.75.45-2.175-.825 0 0-.975-.825-.375-1.05.225-.075 1.125-.225 1.875-.3.975-.15 1.575-.225 1.575-.225s-3 .075-3.675-.075c-.675-.075-1.575-1.275-1.8-2.325 0 0-.3-.6.675-.3.975.3 4.8 1.05 4.8 1.05S7.8 8.775 7.425 8.4c-.3-.375-.975-2.025-.9-3.075 0 0 0-.225.3-.15 0 0 3.75 1.725 6.225 2.625 2.475 1.05 4.65 1.5 4.425 2.7z",
3534
+ fill: "#3AA2EB"
3534
3535
  }));
3535
3536
  };
3536
3537
 
@@ -3540,7 +3541,7 @@ LogoDingding.propTypes = {
3540
3541
  };
3541
3542
  LogoDingding.defaultProps = {
3542
3543
  color: 'currentColor',
3543
- size: '24'
3544
+ size: '16'
3544
3545
  };
3545
3546
 
3546
3547
  var LogoDingdingGray = function LogoDingdingGray(props) {
@@ -3552,7 +3553,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
3552
3553
  xmlns: "http://www.w3.org/2000/svg",
3553
3554
  width: size,
3554
3555
  height: size,
3555
- viewBox: "0 0 24 24",
3556
+ viewBox: "0 0 16 16",
3556
3557
  fill: color
3557
3558
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3558
3559
  d: "M13.2 7.8c-2.55-.9-6.45-2.7-6.45-2.7-.3 0-.3.15-.3.15 0 1.2.6 2.85.9 3.3.45.3 5.55 1.95 5.55 1.95S9 9.75 7.95 9.45c-.9-.3-.6.3-.6.3.15 1.05 1.05 2.25 1.8 2.4.75.15 3.75 0 3.75 0s-.6 0-1.65.15c-.6.15-1.5.3-1.8.45-.6.15.45 1.05.45 1.05 1.5 1.35 2.25.9 2.25.9.6-.15 1.05-.3 1.5-.45l-.45 2.1h1.5l-.9 3.15 3.6-4.65h-1.8l.45-.6s1.35-2.1 1.8-3.15c.15-.15.15-.3.15-.45.15-1.35-2.1-1.8-4.8-2.85zm-1.05-6.75C5.85 1.05.9 6.15.9 12.3S6 23.55 12.15 23.55c6.3 0 11.25-5.1 11.25-11.25S18.45 1.05 12.15 1.05zm0 21.75c-5.85 0-10.5-4.65-10.5-10.5S6.3 1.8 12.15 1.8s10.5 4.65 10.5 10.5S18 22.8 12.15 22.8z"
@@ -3565,7 +3566,7 @@ LogoDingdingGray.propTypes = {
3565
3566
  };
3566
3567
  LogoDingdingGray.defaultProps = {
3567
3568
  color: 'currentColor',
3568
- size: '24'
3569
+ size: '16'
3569
3570
  };
3570
3571
 
3571
3572
  var LogoWecom = function LogoWecom(props) {
@@ -3577,18 +3578,23 @@ var LogoWecom = function LogoWecom(props) {
3577
3578
  xmlns: "http://www.w3.org/2000/svg",
3578
3579
  width: size,
3579
3580
  height: size,
3580
- viewBox: "0 0 24 24",
3581
+ viewBox: "0 0 16 16",
3581
3582
  fill: color
3582
3583
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3583
- d: "M15.606 17.54a.32.32 0 00.04.488 4.107 4.107 0 011.265 2.466 1.338 1.338 0 101.429-1.682 4.102 4.102 0 01-2.282-1.272.32.32 0 00-.452 0z"
3584
+ d: "M15.606 17.54a.32.32 0 00.04.488 4.107 4.107 0 011.265 2.466 1.338 1.338 0 101.429-1.682 4.102 4.102 0 01-2.282-1.272.32.32 0 00-.452 0z",
3585
+ fill: "#FB6500"
3584
3586
  }), /*#__PURE__*/React.createElement("path", {
3585
- d: "M21.034 15.422c-.217.216-.352.5-.384.805a4.103 4.103 0 01-1.27 2.285.32.32 0 10.489.409 4.103 4.103 0 012.466-1.265 1.336 1.336 0 10-1.297-2.234h-.004z"
3587
+ d: "M21.034 15.422c-.217.216-.352.5-.384.805a4.103 4.103 0 01-1.27 2.285.32.32 0 10.489.409 4.103 4.103 0 012.466-1.265 1.336 1.336 0 10-1.297-2.234h-.004z",
3588
+ fill: "#0082EF"
3586
3589
  }), /*#__PURE__*/React.createElement("path", {
3587
- d: "M17.267 11.652a1.337 1.337 0 00.805 2.273c.88.163 1.682.608 2.285 1.27a.32.32 0 10.408-.49 4.107 4.107 0 01-1.264-2.465 1.338 1.338 0 00-2.234-.588z"
3590
+ d: "M17.267 11.652a1.337 1.337 0 00.805 2.273c.88.163 1.682.608 2.285 1.27a.32.32 0 10.408-.49 4.107 4.107 0 01-1.264-2.465 1.338 1.338 0 00-2.234-.588z",
3591
+ fill: "#2DBC00"
3588
3592
  }), /*#__PURE__*/React.createElement("path", {
3589
- d: "M16.61 13.741l-.023.024a4.1 4.1 0 01-2.502 1.31 1.33 1.33 0 00-.592 2.233 1.337 1.337 0 002.273-.805c.164-.88.611-1.683 1.273-2.286a.32.32 0 10-.428-.476z"
3593
+ d: "M16.61 13.741l-.023.024a4.1 4.1 0 01-2.502 1.31 1.33 1.33 0 00-.592 2.233 1.337 1.337 0 002.273-.805c.164-.88.611-1.683 1.273-2.286a.32.32 0 10-.428-.476z",
3594
+ fill: "#FC0"
3590
3595
  }), /*#__PURE__*/React.createElement("path", {
3591
- d: "M8.534 2.202c-2.398.264-4.571 1.288-6.132 2.89A8.097 8.097 0 00.905 7.197a7.333 7.333 0 00.516 7.405c.424.64 1.12 1.44 1.757 2.009l-.288 2.265-.032.097c-.008.028-.008.06-.012.088l-.008.072.008.072a.728.728 0 001.097.564h.012l.044-.032.688-.344L6.74 18.36c.976.28 1.987.42 3.002.412a10.764 10.764 0 003.683-.64 1.333 1.333 0 01-.909-1.397 9.043 9.043 0 01-3.786.376l-.204-.028a9.153 9.153 0 01-1.361-.284.93.93 0 00-.729.076l-.056.028-1.689.993-.072.044c-.04.024-.06.032-.08.032a.116.116 0 01-.108-.12l.064-.26.076-.284.12-.469.14-.52a.708.708 0 00-.256-.789 7.384 7.384 0 01-1.705-1.777 5.776 5.776 0 01-.416-5.836 6.672 6.672 0 011.2-1.68C4.935 4.914 6.736 4.074 8.73 3.858a9.454 9.454 0 012.073 0c1.981.228 3.775 1.08 5.047 2.393.493.509.893 1.081 1.19 1.69.396.808.596 1.664.596 2.541 0 .092-.008.184-.012.272a1.333 1.333 0 011.64.192l.06.072a7.293 7.293 0 00-.728-3.794 8.171 8.171 0 00-1.48-2.105 10.046 10.046 0 00-6.109-2.91 11.259 11.259 0 00-2.473-.008z"
3596
+ d: "M8.534 2.202c-2.398.264-4.571 1.288-6.132 2.89A8.097 8.097 0 00.905 7.197a7.333 7.333 0 00.516 7.405c.424.64 1.12 1.44 1.757 2.009l-.288 2.265-.032.097c-.008.028-.008.06-.012.088l-.008.072.008.072a.728.728 0 001.097.564h.012l.044-.032.688-.344L6.74 18.36c.976.28 1.987.42 3.002.412a10.764 10.764 0 003.683-.64 1.333 1.333 0 01-.909-1.397 9.043 9.043 0 01-3.786.376l-.204-.028a9.153 9.153 0 01-1.361-.284.93.93 0 00-.729.076l-.056.028-1.689.993-.072.044c-.04.024-.06.032-.08.032a.116.116 0 01-.108-.12l.064-.26.076-.284.12-.469.14-.52a.708.708 0 00-.256-.789 7.384 7.384 0 01-1.705-1.777 5.776 5.776 0 01-.416-5.836 6.672 6.672 0 011.2-1.68C4.935 4.914 6.736 4.074 8.73 3.858a9.454 9.454 0 012.073 0c1.981.228 3.775 1.08 5.047 2.393.493.509.893 1.081 1.19 1.69.396.808.596 1.664.596 2.541 0 .092-.008.184-.012.272a1.333 1.333 0 011.64.192l.06.072a7.293 7.293 0 00-.728-3.794 8.171 8.171 0 00-1.48-2.105 10.046 10.046 0 00-6.109-2.91 11.259 11.259 0 00-2.473-.008z",
3597
+ fill: "#0082EF"
3592
3598
  }));
3593
3599
  };
3594
3600
 
@@ -3598,7 +3604,7 @@ LogoWecom.propTypes = {
3598
3604
  };
3599
3605
  LogoWecom.defaultProps = {
3600
3606
  color: 'currentColor',
3601
- size: '24'
3607
+ size: '16'
3602
3608
  };
3603
3609
 
3604
3610
  var LogoWecomGray = function LogoWecomGray(props) {
@@ -3610,7 +3616,7 @@ var LogoWecomGray = function LogoWecomGray(props) {
3610
3616
  xmlns: "http://www.w3.org/2000/svg",
3611
3617
  width: size,
3612
3618
  height: size,
3613
- viewBox: "0 0 24 24",
3619
+ viewBox: "0 0 16 16",
3614
3620
  fill: color
3615
3621
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3616
3622
  d: "M19.125 12.3c.075.3.15.525.225.75.225.525.525.975.9 1.35.15.15.15.3.075.45-.15.15-.3.15-.45 0-.45-.525-1.05-.825-1.725-1.05-.15-.075-.3-.075-.45-.075a1.081 1.081 0 01-.825-.675c-.225-.45-.15-.9.15-1.275.3-.375.75-.525 1.275-.375.45.075.675.45.825.9zm-6.375 4.35c0-.15-.075-.15-.15-.15-1.5.45-3.075.45-4.65 0-.3 0-.6 0-.9.15-.45.3-.975.6-1.5.825-.075 0-.15.075-.225 0-.075-.075 0-.15 0-.225.075-.375.225-.75.3-1.125.15-.375 0-.675-.3-.9-.3-.225-.525-.45-.75-.675-.975-.975-1.5-2.1-1.65-3.525-.075-1.65.525-3.075 1.65-4.2C6 5.4 7.8 4.725 9.75 4.725c1.95-.075 3.75.45 5.325 1.725.975.825 1.65 1.8 2.025 3 .15.525.15 1.05.15 1.575.6-.3 1.05-.225 1.575.225.075-.825 0-1.65-.3-2.4-.675-2.1-2.1-3.6-3.975-4.575-2.1-1.05-4.35-1.35-6.675-.825-2.175.6-4.125 1.8-5.4 3.825-1.2 1.95-1.35 3.975-.525 6.075.45 1.125 1.2 2.025 2.1 2.85.075.075.15.15.15.225-.075.675-.15 1.275-.3 1.95-.075.3 0 .525.225.75.225.225.525.15.75 0 .75-.375 1.575-.75 2.325-1.2.225.075.3 0 .375.075.6.15 1.2.3 1.8.3 1.425.075 2.775-.075 4.125-.525-.45-.225-.75-.6-.75-1.125zm8.625-1.875c-.6-.075-1.2.3-1.275.9-.15.825-.525 1.575-1.2 2.25-.15.15-.15.3 0 .45.15.15.3.075.45-.075.6-.6 1.35-.975 2.175-1.125.525-.075.975-.6.975-1.2-.075-.6-.525-1.125-1.125-1.2zM18.15 18.3c-.675-.15-1.275-.375-1.8-.825l-.375-.375c-.15-.15-.45-.075-.45.15 0 .15.075.225.15.3.6.6.975 1.275 1.125 2.1.075.6.6.975 1.2.975s1.125-.45 1.2-1.125c0-.525-.45-1.05-1.05-1.2zm-2.475-2.1c.15-.75.525-1.35 1.05-1.875.15-.15.15-.3.075-.45-.15-.15-.3-.15-.45 0-.6.6-1.35.975-2.175 1.125-.6.075-.975.6-.975 1.2s.45 1.125 1.05 1.2c.6.075 1.125-.3 1.275-.9.075-.075.075-.225.15-.3z"
@@ -3623,7 +3629,7 @@ LogoWecomGray.propTypes = {
3623
3629
  };
3624
3630
  LogoWecomGray.defaultProps = {
3625
3631
  color: 'currentColor',
3626
- size: '24'
3632
+ size: '16'
3627
3633
  };
3628
3634
 
3629
3635
  var LogoWechat = function LogoWechat(props) {
@@ -3635,17 +3641,19 @@ var LogoWechat = function LogoWechat(props) {
3635
3641
  xmlns: "http://www.w3.org/2000/svg",
3636
3642
  width: size,
3637
3643
  height: size,
3638
- viewBox: "0 0 24 24",
3644
+ viewBox: "0 0 16 16",
3639
3645
  fill: color
3640
3646
  }, otherProps), /*#__PURE__*/React.createElement("g", {
3641
3647
  clipPath: "url(#clip0_3342_396)"
3642
3648
  }, /*#__PURE__*/React.createElement("path", {
3643
- d: "M9.01 14.475c.45-2.925 1.8-4.65 4.125-5.7.9-.375 2.55-.975 3.9-.6-.375-3.525-4.875-6.075-9-6l-2.025.45C4.51 3 3.385 3.675 2.335 4.5.91 5.625-.59 8.325.235 11.1c.525 1.8 1.725 3.15 3.15 4.05L2.56 17.7l2.925-1.5 1.275.3c.75.225 1.65.225 2.475.15 0-.6-.375-1.35-.225-2.175zm1.5-7.875c.15-.45.6-.525 1.125-.75 1.425.075 1.5 1.95.225 2.1-.825.15-1.65-.525-1.35-1.35zM5.935 8.025c-.825.15-1.65-.6-1.35-1.425.225-.45.6-.525 1.125-.75 1.425.075 1.5 1.875.225 2.175zm17.4 4.2c-1.275-2.175-3.45-3.675-6.9-3.675l-1.425.225c-1.2.3-2.25.75-3.15 1.425-3.15 2.4-2.85 7.05.225 9.3.9.675 3.075 1.725 4.875 1.425.375-.075 2.325-.45 2.4-.45l2.325 1.275-.675-2.1c1.125-1.275 2.25-1.8 2.85-3.75.375-1.275 0-2.775-.525-3.675zm-8.4 1.35c-1.125.45-1.875-.9-.6-1.575 1.125-.075 1.575 1.2.6 1.575zm4.65 0c-1.125.45-1.8-.9-.6-1.575 1.2-.075 1.65 1.2.6 1.575z"
3649
+ d: "M9.01 14.475c.45-2.925 1.8-4.65 4.125-5.7.9-.375 2.55-.975 3.9-.6-.375-3.525-4.875-6.075-9-6l-2.025.45C4.51 3 3.385 3.675 2.335 4.5.91 5.625-.59 8.325.235 11.1c.525 1.8 1.725 3.15 3.15 4.05L2.56 17.7l2.925-1.5 1.275.3c.75.225 1.65.225 2.475.15 0-.6-.375-1.35-.225-2.175zm1.5-7.875c.15-.45.6-.525 1.125-.75 1.425.075 1.5 1.95.225 2.1-.825.15-1.65-.525-1.35-1.35zM5.935 8.025c-.825.15-1.65-.6-1.35-1.425.225-.45.6-.525 1.125-.75 1.425.075 1.5 1.875.225 2.175zm17.4 4.2c-1.275-2.175-3.45-3.675-6.9-3.675l-1.425.225c-1.2.3-2.25.75-3.15 1.425-3.15 2.4-2.85 7.05.225 9.3.9.675 3.075 1.725 4.875 1.425.375-.075 2.325-.45 2.4-.45l2.325 1.275-.675-2.1c1.125-1.275 2.25-1.8 2.85-3.75.375-1.275 0-2.775-.525-3.675zm-8.4 1.35c-1.125.45-1.875-.9-.6-1.575 1.125-.075 1.575 1.2.6 1.575zm4.65 0c-1.125.45-1.8-.9-.6-1.575 1.2-.075 1.65 1.2.6 1.575z",
3650
+ fill: "#1AAD19"
3644
3651
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
3645
3652
  id: "clip0_3342_396"
3646
3653
  }, /*#__PURE__*/React.createElement("rect", {
3647
3654
  width: "24",
3648
- height: "24"
3655
+ height: "24",
3656
+ fill: "#fff"
3649
3657
  }))));
3650
3658
  };
3651
3659
 
@@ -3655,7 +3663,7 @@ LogoWechat.propTypes = {
3655
3663
  };
3656
3664
  LogoWechat.defaultProps = {
3657
3665
  color: 'currentColor',
3658
- size: '24'
3666
+ size: '16'
3659
3667
  };
3660
3668
 
3661
3669
  var LogoWechatGray = function LogoWechatGray(props) {
@@ -3667,7 +3675,7 @@ var LogoWechatGray = function LogoWechatGray(props) {
3667
3675
  xmlns: "http://www.w3.org/2000/svg",
3668
3676
  width: size,
3669
3677
  height: size,
3670
- viewBox: "0 0 24 24",
3678
+ viewBox: "0 0 16 16",
3671
3679
  fill: color
3672
3680
  }, otherProps), /*#__PURE__*/React.createElement("g", {
3673
3681
  clipPath: "url(#clip0_3342_397)"
@@ -3687,7 +3695,7 @@ LogoWechatGray.propTypes = {
3687
3695
  };
3688
3696
  LogoWechatGray.defaultProps = {
3689
3697
  color: 'currentColor',
3690
- size: '24'
3698
+ size: '16'
3691
3699
  };
3692
3700
 
3693
3701
  var LogoFeishu = function LogoFeishu(props) {
@@ -3699,23 +3707,28 @@ var LogoFeishu = function LogoFeishu(props) {
3699
3707
  xmlns: "http://www.w3.org/2000/svg",
3700
3708
  width: size,
3701
3709
  height: size,
3702
- viewBox: "0 0 24 24",
3710
+ viewBox: "0 0 16 16",
3703
3711
  fill: color
3704
3712
  }, otherProps), /*#__PURE__*/React.createElement("g", {
3705
3713
  clipPath: "url(#clip0_3342_408)"
3706
3714
  }, /*#__PURE__*/React.createElement("path", {
3707
- d: "M24 .237l-5.902 6.377a.204.204 0 00-.047.163 1.135 1.135 0 01-.312 1.051 1.146 1.146 0 01-1.649 0l-4.694 4.688.461 6.207L17.136 24 24 .237z"
3715
+ d: "M24 .237l-5.902 6.377a.204.204 0 00-.047.163 1.135 1.135 0 01-.312 1.051 1.146 1.146 0 01-1.649 0l-4.694 4.688.461 6.207L17.136 24 24 .237z",
3716
+ fill: "#38F"
3708
3717
  }), /*#__PURE__*/React.createElement("path", {
3709
- d: "M23.925.4l-5.833 6.302a.19.19 0 00-.041.17 1.16 1.16 0 01-.685 1.29 1.14 1.14 0 01-1.255-.252l-4.62 4.62a.082.082 0 000 .074l.455 6.105L23.68.936 23.925.4z"
3718
+ d: "M23.925.4l-5.833 6.302a.19.19 0 00-.041.17 1.16 1.16 0 01-.685 1.29 1.14 1.14 0 01-1.255-.252l-4.62 4.62a.082.082 0 000 .074l.455 6.105L23.68.936 23.925.4z",
3719
+ fill: "#005DE0"
3710
3720
  }), /*#__PURE__*/React.createElement("path", {
3711
- d: "M23.742 0l-6.376 5.895a.169.169 0 01-.163.047 1.16 1.16 0 00-1.052.32 1.14 1.14 0 000 1.64l-4.7 4.702-6.173-.461L0 6.865 23.742 0z"
3721
+ d: "M23.742 0l-6.376 5.895a.169.169 0 01-.163.047 1.16 1.16 0 00-1.052.32 1.14 1.14 0 000 1.64l-4.7 4.702-6.173-.461L0 6.865 23.742 0z",
3722
+ fill: "#46EBD5"
3712
3723
  }), /*#__PURE__*/React.createElement("path", {
3713
- d: "M23.6.068l-6.302 5.84a.19.19 0 01-.17.041 1.14 1.14 0 00-1.024 1.94l-4.613 4.62a.082.082 0 01-.074 0l-6.105-.455L23.064.32 23.6.068z"
3724
+ d: "M23.6.068l-6.302 5.84a.19.19 0 01-.17.041 1.14 1.14 0 00-1.024 1.94l-4.613 4.62a.082.082 0 01-.074 0l-6.105-.455L23.064.32 23.6.068z",
3725
+ fill: "#00D0B6"
3714
3726
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
3715
3727
  id: "clip0_3342_408"
3716
3728
  }, /*#__PURE__*/React.createElement("rect", {
3717
3729
  width: "24",
3718
- height: "24"
3730
+ height: "24",
3731
+ fill: "#fff"
3719
3732
  }))));
3720
3733
  };
3721
3734
 
@@ -3725,7 +3738,7 @@ LogoFeishu.propTypes = {
3725
3738
  };
3726
3739
  LogoFeishu.defaultProps = {
3727
3740
  color: 'currentColor',
3728
- size: '24'
3741
+ size: '16'
3729
3742
  };
3730
3743
 
3731
3744
  var LogoKing = function LogoKing(props) {
@@ -3737,10 +3750,11 @@ var LogoKing = function LogoKing(props) {
3737
3750
  xmlns: "http://www.w3.org/2000/svg",
3738
3751
  width: size,
3739
3752
  height: size,
3740
- viewBox: "0 0 24 24",
3753
+ viewBox: "0 0 16 16",
3741
3754
  fill: color
3742
3755
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3743
- d: "M2.173.094H21.59a2.109 2.109 0 012.103 2.103v4.54c-3.727-.029-8.463.892-11.293 1.98-3.553 1.366-5.62 2.617-6.625 3.946-1.003 1.329.955 1.794 2.855 1.807 1.9.013 3.516-1.418 6.475-3.123 2.308-1.33 5.467-2.564 8.588-3.583v7.576c-1.524-.779-3.363-1.322-7.22-1.121-4.219.218-10.004 1.285-13.53 3.714 4.23-.33 9.327-.38 12.969-.27 3.02.09 5.818 1.28 7.78 1.187v2.763a2.109 2.109 0 01-2.102 2.103H2.173A2.109 2.109 0 01.07 21.613v-5.65a113.965 113.965 0 014.765-4.345c2.745-2.382 6.512-4.297 7.273-5.285.76-.987-1.588-2.488-3.292-2.174-1.705.314-3.194 2.053-5.788 4.517-.953.906-1.994 2.141-2.958 3.516V2.197A2.109 2.109 0 012.173.094z"
3756
+ d: "M2.173.094H21.59a2.109 2.109 0 012.103 2.103v4.54c-3.727-.029-8.463.892-11.293 1.98-3.553 1.366-5.62 2.617-6.625 3.946-1.003 1.329.955 1.794 2.855 1.807 1.9.013 3.516-1.418 6.475-3.123 2.308-1.33 5.467-2.564 8.588-3.583v7.576c-1.524-.779-3.363-1.322-7.22-1.121-4.219.218-10.004 1.285-13.53 3.714 4.23-.33 9.327-.38 12.969-.27 3.02.09 5.818 1.28 7.78 1.187v2.763a2.109 2.109 0 01-2.102 2.103H2.173A2.109 2.109 0 01.07 21.613v-5.65a113.965 113.965 0 014.765-4.345c2.745-2.382 6.512-4.297 7.273-5.285.76-.987-1.588-2.488-3.292-2.174-1.705.314-3.194 2.053-5.788 4.517-.953.906-1.994 2.141-2.958 3.516V2.197A2.109 2.109 0 012.173.094z",
3757
+ fill: "#E30016"
3744
3758
  }));
3745
3759
  };
3746
3760
 
@@ -3750,7 +3764,7 @@ LogoKing.propTypes = {
3750
3764
  };
3751
3765
  LogoKing.defaultProps = {
3752
3766
  color: 'currentColor',
3753
- size: '24'
3767
+ size: '16'
3754
3768
  };
3755
3769
 
3756
3770
  var Info = function Info(props) {
@@ -3762,7 +3776,7 @@ var Info = function Info(props) {
3762
3776
  xmlns: "http://www.w3.org/2000/svg",
3763
3777
  width: size,
3764
3778
  height: size,
3765
- viewBox: "0 0 24 24",
3779
+ viewBox: "0 0 16 16",
3766
3780
  fill: color
3767
3781
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3768
3782
  d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
@@ -3779,7 +3793,7 @@ Info.propTypes = {
3779
3793
  };
3780
3794
  Info.defaultProps = {
3781
3795
  color: 'currentColor',
3782
- size: '24'
3796
+ size: '16'
3783
3797
  };
3784
3798
 
3785
3799
  var Help = function Help(props) {
@@ -3791,7 +3805,7 @@ var Help = function Help(props) {
3791
3805
  xmlns: "http://www.w3.org/2000/svg",
3792
3806
  width: size,
3793
3807
  height: size,
3794
- viewBox: "0 0 24 24",
3808
+ viewBox: "0 0 16 16",
3795
3809
  fill: color
3796
3810
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3797
3811
  d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zm-1-5h2v2h-2v-2zm2-1.645V14h-2v-1.5a1 1 0 011-1 1.5 1.5 0 10-1.471-1.794l-1.962-.393A3.5 3.5 0 1113 13.355z"
@@ -3804,7 +3818,7 @@ Help.propTypes = {
3804
3818
  };
3805
3819
  Help.defaultProps = {
3806
3820
  color: 'currentColor',
3807
- size: '24'
3821
+ size: '16'
3808
3822
  };
3809
3823
 
3810
3824
  var History = function History(props) {
@@ -3816,7 +3830,7 @@ var History = function History(props) {
3816
3830
  xmlns: "http://www.w3.org/2000/svg",
3817
3831
  width: size,
3818
3832
  height: size,
3819
- viewBox: "0 0 24 24",
3833
+ viewBox: "0 0 16 16",
3820
3834
  fill: color
3821
3835
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3822
3836
  d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12h2a8 8 0 101.385-4.5H8v2H2v-6h2V6a9.98 9.98 0 018-4zm1 5v4.585l3.243 3.243-1.415 1.415L11 12.413V7h2z"
@@ -3829,7 +3843,7 @@ History.propTypes = {
3829
3843
  };
3830
3844
  History.defaultProps = {
3831
3845
  color: 'currentColor',
3832
- size: '24'
3846
+ size: '16'
3833
3847
  };
3834
3848
 
3835
3849
  var Backup = function Backup(props) {
@@ -3841,7 +3855,7 @@ var Backup = function Backup(props) {
3841
3855
  xmlns: "http://www.w3.org/2000/svg",
3842
3856
  width: size,
3843
3857
  height: size,
3844
- viewBox: "0 0 24 24",
3858
+ viewBox: "0 0 16 16",
3845
3859
  fill: color
3846
3860
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3847
3861
  fillRule: "evenodd",
@@ -3856,7 +3870,7 @@ Backup.propTypes = {
3856
3870
  };
3857
3871
  Backup.defaultProps = {
3858
3872
  color: 'currentColor',
3859
- size: '24'
3873
+ size: '16'
3860
3874
  };
3861
3875
 
3862
3876
  var Error = function Error(props) {
@@ -3868,7 +3882,7 @@ var Error = function Error(props) {
3868
3882
  xmlns: "http://www.w3.org/2000/svg",
3869
3883
  width: size,
3870
3884
  height: size,
3871
- viewBox: "0 0 24 24",
3885
+ viewBox: "0 0 16 16",
3872
3886
  fill: color
3873
3887
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3874
3888
  d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
@@ -3885,7 +3899,7 @@ Error.propTypes = {
3885
3899
  };
3886
3900
  Error.defaultProps = {
3887
3901
  color: 'currentColor',
3888
- size: '24'
3902
+ size: '16'
3889
3903
  };
3890
3904
 
3891
3905
  var ErrorFill = function ErrorFill(props) {
@@ -3897,7 +3911,7 @@ var ErrorFill = function ErrorFill(props) {
3897
3911
  xmlns: "http://www.w3.org/2000/svg",
3898
3912
  width: size,
3899
3913
  height: size,
3900
- viewBox: "0 0 24 24",
3914
+ viewBox: "0 0 16 16",
3901
3915
  fill: color
3902
3916
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3903
3917
  d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-9-5h-2v6h2V7zm0 10v-2h-2v2h2z"
@@ -3910,7 +3924,7 @@ ErrorFill.propTypes = {
3910
3924
  };
3911
3925
  ErrorFill.defaultProps = {
3912
3926
  color: 'currentColor',
3913
- size: '24'
3927
+ size: '16'
3914
3928
  };
3915
3929
 
3916
3930
  var Error2 = function Error2(props) {
@@ -3922,7 +3936,7 @@ var Error2 = function Error2(props) {
3922
3936
  xmlns: "http://www.w3.org/2000/svg",
3923
3937
  width: size,
3924
3938
  height: size,
3925
- viewBox: "0 0 24 24",
3939
+ viewBox: "0 0 16 16",
3926
3940
  fill: color
3927
3941
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3928
3942
  d: "M10.02 2.52a.5.5 0 01.5-.52h2.96a.5.5 0 01.5.52l-.462 12a.5.5 0 01-.5.48h-2.037a.5.5 0 01-.5-.48l-.461-12z"
@@ -3937,7 +3951,7 @@ Error2.propTypes = {
3937
3951
  };
3938
3952
  Error2.defaultProps = {
3939
3953
  color: 'currentColor',
3940
- size: '24'
3954
+ size: '16'
3941
3955
  };
3942
3956
 
3943
3957
  var Error2Fill = function Error2Fill(props) {
@@ -3949,7 +3963,7 @@ var Error2Fill = function Error2Fill(props) {
3949
3963
  xmlns: "http://www.w3.org/2000/svg",
3950
3964
  width: size,
3951
3965
  height: size,
3952
- viewBox: "0 0 24 24",
3966
+ viewBox: "0 0 16 16",
3953
3967
  fill: color
3954
3968
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3955
3969
  fillRule: "evenodd",
@@ -3964,7 +3978,7 @@ Error2Fill.propTypes = {
3964
3978
  };
3965
3979
  Error2Fill.defaultProps = {
3966
3980
  color: 'currentColor',
3967
- size: '24'
3981
+ size: '16'
3968
3982
  };
3969
3983
 
3970
3984
  var Success = function Success(props) {
@@ -3976,7 +3990,7 @@ var Success = function Success(props) {
3976
3990
  xmlns: "http://www.w3.org/2000/svg",
3977
3991
  width: size,
3978
3992
  height: size,
3979
- viewBox: "0 0 24 24",
3993
+ viewBox: "0 0 16 16",
3980
3994
  fill: color
3981
3995
  }, otherProps), /*#__PURE__*/React.createElement("path", {
3982
3996
  d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zm-.997-4l-3.586-3.586L8.831 11l2.172 2.172 4.585-4.586L17.003 10l-6 6z"
@@ -3989,7 +4003,7 @@ Success.propTypes = {
3989
4003
  };
3990
4004
  Success.defaultProps = {
3991
4005
  color: 'currentColor',
3992
- size: '24'
4006
+ size: '16'
3993
4007
  };
3994
4008
 
3995
4009
  var SuccessFill = function SuccessFill(props) {
@@ -4001,7 +4015,7 @@ var SuccessFill = function SuccessFill(props) {
4001
4015
  xmlns: "http://www.w3.org/2000/svg",
4002
4016
  width: size,
4003
4017
  height: size,
4004
- viewBox: "0 0 24 24",
4018
+ viewBox: "0 0 16 16",
4005
4019
  fill: color
4006
4020
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4007
4021
  fillRule: "evenodd",
@@ -4016,7 +4030,7 @@ SuccessFill.propTypes = {
4016
4030
  };
4017
4031
  SuccessFill.defaultProps = {
4018
4032
  color: 'currentColor',
4019
- size: '24'
4033
+ size: '16'
4020
4034
  };
4021
4035
 
4022
4036
  var Delete2 = function Delete2(props) {
@@ -4028,7 +4042,7 @@ var Delete2 = function Delete2(props) {
4028
4042
  xmlns: "http://www.w3.org/2000/svg",
4029
4043
  width: size,
4030
4044
  height: size,
4031
- viewBox: "0 0 24 24",
4045
+ viewBox: "0 0 16 16",
4032
4046
  fill: color
4033
4047
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4034
4048
  d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zm0-9.414l2.828-2.829 1.415 1.415L13.414 12l2.829 2.828-1.415 1.415L12 13.414l-2.828 2.829-1.415-1.415L10.586 12 7.757 9.172l1.415-1.415L12 10.586z"
@@ -4041,7 +4055,7 @@ Delete2.propTypes = {
4041
4055
  };
4042
4056
  Delete2.defaultProps = {
4043
4057
  color: 'currentColor',
4044
- size: '24'
4058
+ size: '16'
4045
4059
  };
4046
4060
 
4047
4061
  var Delete2Fill = function Delete2Fill(props) {
@@ -4053,7 +4067,7 @@ var Delete2Fill = function Delete2Fill(props) {
4053
4067
  xmlns: "http://www.w3.org/2000/svg",
4054
4068
  width: size,
4055
4069
  height: size,
4056
- viewBox: "0 0 24 24",
4070
+ viewBox: "0 0 16 16",
4057
4071
  fill: color
4058
4072
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4059
4073
  d: "M19.071 19.071c-3.905 3.905-10.237 3.905-14.142 0-3.905-3.905-3.905-10.237 0-14.142 3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142zM12 10.586L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z"
@@ -4066,7 +4080,7 @@ Delete2Fill.propTypes = {
4066
4080
  };
4067
4081
  Delete2Fill.defaultProps = {
4068
4082
  color: 'currentColor',
4069
- size: '24'
4083
+ size: '16'
4070
4084
  };
4071
4085
 
4072
4086
  var Exchange = function Exchange(props) {
@@ -4078,7 +4092,7 @@ var Exchange = function Exchange(props) {
4078
4092
  xmlns: "http://www.w3.org/2000/svg",
4079
4093
  width: size,
4080
4094
  height: size,
4081
- viewBox: "0 0 24 24",
4095
+ viewBox: "0 0 16 16",
4082
4096
  fill: color
4083
4097
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4084
4098
  d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 10-16 0 8 8 0 0016 0zm-7 5V8h2v4h3l-5 5zm-4-5H6l5-5v9H9v-4z"
@@ -4091,7 +4105,7 @@ Exchange.propTypes = {
4091
4105
  };
4092
4106
  Exchange.defaultProps = {
4093
4107
  color: 'currentColor',
4094
- size: '24'
4108
+ size: '16'
4095
4109
  };
4096
4110
 
4097
4111
  var SwapFill = function SwapFill(props) {
@@ -4103,7 +4117,7 @@ var SwapFill = function SwapFill(props) {
4103
4117
  xmlns: "http://www.w3.org/2000/svg",
4104
4118
  width: size,
4105
4119
  height: size,
4106
- viewBox: "0 0 24 24",
4120
+ viewBox: "0 0 16 16",
4107
4121
  fill: color
4108
4122
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4109
4123
  d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM7 9h2v4h2V9h2l-3-3.5L7 9zm10 6h-2v-4h-2v4h-2l3 3.5 3-3.5z"
@@ -4116,7 +4130,7 @@ SwapFill.propTypes = {
4116
4130
  };
4117
4131
  SwapFill.defaultProps = {
4118
4132
  color: 'currentColor',
4119
- size: '24'
4133
+ size: '16'
4120
4134
  };
4121
4135
 
4122
4136
  var Processing = function Processing(props) {
@@ -4128,7 +4142,7 @@ var Processing = function Processing(props) {
4128
4142
  xmlns: "http://www.w3.org/2000/svg",
4129
4143
  width: size,
4130
4144
  height: size,
4131
- viewBox: "0 0 24 24",
4145
+ viewBox: "0 0 16 16",
4132
4146
  fill: color
4133
4147
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4134
4148
  d: "M17.553 14.277A6.002 6.002 0 016 12a6 6 0 0111.553-2.277l1.793-.896A8.002 8.002 0 004 12a8 8 0 0015.346 3.173l-1.793-.896z"
@@ -4141,7 +4155,7 @@ Processing.propTypes = {
4141
4155
  };
4142
4156
  Processing.defaultProps = {
4143
4157
  color: 'currentColor',
4144
- size: '24'
4158
+ size: '16'
4145
4159
  };
4146
4160
 
4147
4161
  var Processing2 = function Processing2(props) {
@@ -4153,7 +4167,7 @@ var Processing2 = function Processing2(props) {
4153
4167
  xmlns: "http://www.w3.org/2000/svg",
4154
4168
  width: size,
4155
4169
  height: size,
4156
- viewBox: "0 0 24 24",
4170
+ viewBox: "0 0 16 16",
4157
4171
  fill: color
4158
4172
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4159
4173
  fillRule: "evenodd",
@@ -4168,7 +4182,7 @@ Processing2.propTypes = {
4168
4182
  };
4169
4183
  Processing2.defaultProps = {
4170
4184
  color: 'currentColor',
4171
- size: '24'
4185
+ size: '16'
4172
4186
  };
4173
4187
 
4174
4188
  var Done = function Done(props) {
@@ -4180,7 +4194,7 @@ var Done = function Done(props) {
4180
4194
  xmlns: "http://www.w3.org/2000/svg",
4181
4195
  width: size,
4182
4196
  height: size,
4183
- viewBox: "0 0 24 24",
4197
+ viewBox: "0 0 16 16",
4184
4198
  fill: color
4185
4199
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4186
4200
  d: "M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"
@@ -4193,7 +4207,7 @@ Done.propTypes = {
4193
4207
  };
4194
4208
  Done.defaultProps = {
4195
4209
  color: 'currentColor',
4196
- size: '24'
4210
+ size: '16'
4197
4211
  };
4198
4212
 
4199
4213
  var Close = function Close(props) {
@@ -4205,7 +4219,7 @@ var Close = function Close(props) {
4205
4219
  xmlns: "http://www.w3.org/2000/svg",
4206
4220
  width: size,
4207
4221
  height: size,
4208
- viewBox: "0 0 24 24",
4222
+ viewBox: "0 0 16 16",
4209
4223
  fill: color
4210
4224
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4211
4225
  d: "M12 10.586l6.95-6.95 1.414 1.414-6.95 6.95 6.95 6.95-1.414 1.414-6.95-6.95-6.95 6.95-1.414-1.414 6.95-6.95-6.95-6.95L5.05 3.636l6.95 6.95z"
@@ -4218,7 +4232,7 @@ Close.propTypes = {
4218
4232
  };
4219
4233
  Close.defaultProps = {
4220
4234
  color: 'currentColor',
4221
- size: '24'
4235
+ size: '16'
4222
4236
  };
4223
4237
 
4224
4238
  var StarOutline = function StarOutline(props) {
@@ -4230,7 +4244,7 @@ var StarOutline = function StarOutline(props) {
4230
4244
  xmlns: "http://www.w3.org/2000/svg",
4231
4245
  width: size,
4232
4246
  height: size,
4233
- viewBox: "0 0 24 24",
4247
+ viewBox: "0 0 16 16",
4234
4248
  fill: color
4235
4249
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4236
4250
  d: "M15.461 8.047L12 2 8.539 8.047 2 9.639l4.4 5.33L5.82 22 12 19.247 18.18 22l-.58-7.031 4.4-5.33-6.539-1.592zm2.965 2.78l-2.886 3.496.37 4.476L12 17.058l-3.91 1.74.37-4.475-2.886-3.496 4.274-1.04L12 6.027l2.152 3.76 4.274 1.04z"
@@ -4243,7 +4257,7 @@ StarOutline.propTypes = {
4243
4257
  };
4244
4258
  StarOutline.defaultProps = {
4245
4259
  color: 'currentColor',
4246
- size: '24'
4260
+ size: '16'
4247
4261
  };
4248
4262
 
4249
4263
  var StarFill = function StarFill(props) {
@@ -4255,7 +4269,7 @@ var StarFill = function StarFill(props) {
4255
4269
  xmlns: "http://www.w3.org/2000/svg",
4256
4270
  width: size,
4257
4271
  height: size,
4258
- viewBox: "0 0 24 24",
4272
+ viewBox: "0 0 16 16",
4259
4273
  fill: color
4260
4274
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4261
4275
  d: "M15.461 8.047L12 2 8.539 8.047 2 9.639l4.4 5.33L5.82 22 12 19.247 18.18 22l-.58-7.031 4.4-5.33-6.539-1.592z"
@@ -4268,7 +4282,7 @@ StarFill.propTypes = {
4268
4282
  };
4269
4283
  StarFill.defaultProps = {
4270
4284
  color: 'currentColor',
4271
- size: '24'
4285
+ size: '16'
4272
4286
  };
4273
4287
 
4274
4288
  var TimeLock = function TimeLock(props) {
@@ -4280,7 +4294,7 @@ var TimeLock = function TimeLock(props) {
4280
4294
  xmlns: "http://www.w3.org/2000/svg",
4281
4295
  width: size,
4282
4296
  height: size,
4283
- viewBox: "0 0 24 24",
4297
+ viewBox: "0 0 16 16",
4284
4298
  fill: color
4285
4299
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4286
4300
  d: "M12 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.811 5.741L17 12h3a8 8 0 10-2.46 5.772l.998 1.795A9.96 9.96 0 0112 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm0 5a3 3 0 013 3v1h1v5H8v-5h1v-1a3 3 0 013-3zm0 2a1 1 0 00-.993.883L11 10v1h2v-1a1 1 0 00-.883-.993L12 9z"
@@ -4293,7 +4307,7 @@ TimeLock.propTypes = {
4293
4307
  };
4294
4308
  TimeLock.defaultProps = {
4295
4309
  color: 'currentColor',
4296
- size: '24'
4310
+ size: '16'
4297
4311
  };
4298
4312
 
4299
4313
  var Heart = function Heart(props) {
@@ -4305,7 +4319,7 @@ var Heart = function Heart(props) {
4305
4319
  xmlns: "http://www.w3.org/2000/svg",
4306
4320
  width: size,
4307
4321
  height: size,
4308
- viewBox: "0 0 24 24",
4322
+ viewBox: "0 0 16 16",
4309
4323
  fill: color
4310
4324
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4311
4325
  d: "M16.5 3C19.538 3 22 5.5 22 9c0 7-7.5 11-10 12.5C9.5 20 2 16 2 9c0-3.5 2.5-6 5.5-6C9.36 3 11 4 12 5c1-1 2.64-2 4.5-2zm-3.566 15.604a26.953 26.953 0 002.42-1.701C18.335 14.533 20 11.943 20 9c0-2.36-1.537-4-3.5-4-1.076 0-2.24.57-3.086 1.414L12 7.828l-1.414-1.414C9.74 5.57 8.576 5 7.5 5 5.56 5 4 6.656 4 9c0 2.944 1.666 5.533 4.645 7.903.745.592 1.54 1.145 2.421 1.7.299.189.595.37.934.572.339-.202.635-.383.934-.571z"
@@ -4318,7 +4332,7 @@ Heart.propTypes = {
4318
4332
  };
4319
4333
  Heart.defaultProps = {
4320
4334
  color: 'currentColor',
4321
- size: '24'
4335
+ size: '16'
4322
4336
  };
4323
4337
 
4324
4338
  var Bookmark = function Bookmark(props) {
@@ -4330,7 +4344,7 @@ var Bookmark = function Bookmark(props) {
4330
4344
  xmlns: "http://www.w3.org/2000/svg",
4331
4345
  width: size,
4332
4346
  height: size,
4333
- viewBox: "0 0 24 24",
4347
+ viewBox: "0 0 16 16",
4334
4348
  fill: color
4335
4349
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4336
4350
  d: "M5 2h14a1 1 0 011 1v19.143a.5.5 0 01-.766.424L12 18.03l-7.234 4.536A.5.5 0 014 22.143V3a1 1 0 011-1zm13 2H6v15.432l6-3.761 6 3.761V4z"
@@ -4343,7 +4357,7 @@ Bookmark.propTypes = {
4343
4357
  };
4344
4358
  Bookmark.defaultProps = {
4345
4359
  color: 'currentColor',
4346
- size: '24'
4360
+ size: '16'
4347
4361
  };
4348
4362
 
4349
4363
  var Bookmark2 = function Bookmark2(props) {
@@ -4355,7 +4369,7 @@ var Bookmark2 = function Bookmark2(props) {
4355
4369
  xmlns: "http://www.w3.org/2000/svg",
4356
4370
  width: size,
4357
4371
  height: size,
4358
- viewBox: "0 0 24 24",
4372
+ viewBox: "0 0 16 16",
4359
4373
  fill: color
4360
4374
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4361
4375
  d: "M4 2h16a1 1 0 011 1v19.276a.5.5 0 01-.704.457L12 19.03l-8.296 3.702A.5.5 0 013 22.276V3a1 1 0 011-1zm15 17.965V4H5v15.965l7-3.124 7 3.124zM12 13.5l-2.939 1.545.561-3.272-2.377-2.318 3.286-.478L12 6l1.47 2.977 3.285.478-2.377 2.318.56 3.272L12 13.5z"
@@ -4368,7 +4382,7 @@ Bookmark2.propTypes = {
4368
4382
  };
4369
4383
  Bookmark2.defaultProps = {
4370
4384
  color: 'currentColor',
4371
- size: '24'
4385
+ size: '16'
4372
4386
  };
4373
4387
 
4374
4388
  var LockClose = function LockClose(props) {
@@ -4380,7 +4394,7 @@ var LockClose = function LockClose(props) {
4380
4394
  xmlns: "http://www.w3.org/2000/svg",
4381
4395
  width: size,
4382
4396
  height: size,
4383
- viewBox: "0 0 24 24",
4397
+ viewBox: "0 0 16 16",
4384
4398
  fill: color
4385
4399
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4386
4400
  d: "M12 17a2 2 0 100-4 2 2 0 000 4z"
@@ -4397,7 +4411,7 @@ LockClose.propTypes = {
4397
4411
  };
4398
4412
  LockClose.defaultProps = {
4399
4413
  color: 'currentColor',
4400
- size: '24'
4414
+ size: '16'
4401
4415
  };
4402
4416
 
4403
4417
  var LockCloseFill = function LockCloseFill(props) {
@@ -4409,7 +4423,7 @@ var LockCloseFill = function LockCloseFill(props) {
4409
4423
  xmlns: "http://www.w3.org/2000/svg",
4410
4424
  width: size,
4411
4425
  height: size,
4412
- viewBox: "0 0 24 24",
4426
+ viewBox: "0 0 16 16",
4413
4427
  fill: color
4414
4428
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4415
4429
  d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"
@@ -4422,7 +4436,7 @@ LockCloseFill.propTypes = {
4422
4436
  };
4423
4437
  LockCloseFill.defaultProps = {
4424
4438
  color: 'currentColor',
4425
- size: '24'
4439
+ size: '16'
4426
4440
  };
4427
4441
 
4428
4442
  var LockOpen = function LockOpen(props) {
@@ -4434,7 +4448,7 @@ var LockOpen = function LockOpen(props) {
4434
4448
  xmlns: "http://www.w3.org/2000/svg",
4435
4449
  width: size,
4436
4450
  height: size,
4437
- viewBox: "0 0 24 24",
4451
+ viewBox: "0 0 16 16",
4438
4452
  fill: color
4439
4453
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4440
4454
  d: "M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z"
@@ -4447,7 +4461,7 @@ LockOpen.propTypes = {
4447
4461
  };
4448
4462
  LockOpen.defaultProps = {
4449
4463
  color: 'currentColor',
4450
- size: '24'
4464
+ size: '16'
4451
4465
  };
4452
4466
 
4453
4467
  var LockOpenFill = function LockOpenFill(props) {
@@ -4459,7 +4473,7 @@ var LockOpenFill = function LockOpenFill(props) {
4459
4473
  xmlns: "http://www.w3.org/2000/svg",
4460
4474
  width: size,
4461
4475
  height: size,
4462
- viewBox: "0 0 24 24",
4476
+ viewBox: "0 0 16 16",
4463
4477
  fill: color
4464
4478
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4465
4479
  d: "M17 8h1c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V10c0-1.1.9-2 2-2h9.1V6c0-1.71-1.39-3.1-3.1-3.1-1.71 0-3.1 1.39-3.1 3.1H7c0-2.76 2.24-5 5-5s5 2.24 5 5v2zm-5 9a2 2 0 100-4 2 2 0 000 4z"
@@ -4472,7 +4486,7 @@ LockOpenFill.propTypes = {
4472
4486
  };
4473
4487
  LockOpenFill.defaultProps = {
4474
4488
  color: 'currentColor',
4475
- size: '24'
4489
+ size: '16'
4476
4490
  };
4477
4491
 
4478
4492
  var EyeOn = function EyeOn(props) {
@@ -4484,7 +4498,7 @@ var EyeOn = function EyeOn(props) {
4484
4498
  xmlns: "http://www.w3.org/2000/svg",
4485
4499
  width: size,
4486
4500
  height: size,
4487
- viewBox: "0 0 24 24",
4501
+ viewBox: "0 0 16 16",
4488
4502
  fill: color
4489
4503
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4490
4504
  d: "M12 3c5.392 0 9.878 3.88 10.82 9-.94 5.12-5.428 9-10.82 9s-9.878-3.88-10.819-9c.94-5.12 5.427-9 10.82-9zm0 16a9.005 9.005 0 008.777-7 9.005 9.005 0 00-17.554 0A9.005 9.005 0 0012 19zm0-2.5a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm0-2a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"
@@ -4497,7 +4511,7 @@ EyeOn.propTypes = {
4497
4511
  };
4498
4512
  EyeOn.defaultProps = {
4499
4513
  color: 'currentColor',
4500
- size: '24'
4514
+ size: '16'
4501
4515
  };
4502
4516
 
4503
4517
  var EyeOnFill = function EyeOnFill(props) {
@@ -4509,7 +4523,7 @@ var EyeOnFill = function EyeOnFill(props) {
4509
4523
  xmlns: "http://www.w3.org/2000/svg",
4510
4524
  width: size,
4511
4525
  height: size,
4512
- viewBox: "0 0 24 24",
4526
+ viewBox: "0 0 16 16",
4513
4527
  fill: color
4514
4528
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4515
4529
  d: "M12 14.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"
@@ -4524,7 +4538,7 @@ EyeOnFill.propTypes = {
4524
4538
  };
4525
4539
  EyeOnFill.defaultProps = {
4526
4540
  color: 'currentColor',
4527
- size: '24'
4541
+ size: '16'
4528
4542
  };
4529
4543
 
4530
4544
  var EyeOff = function EyeOff(props) {
@@ -4536,7 +4550,7 @@ var EyeOff = function EyeOff(props) {
4536
4550
  xmlns: "http://www.w3.org/2000/svg",
4537
4551
  width: size,
4538
4552
  height: size,
4539
- viewBox: "0 0 24 24",
4553
+ viewBox: "0 0 16 16",
4540
4554
  fill: color
4541
4555
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4542
4556
  d: "M17.882 19.297A10.949 10.949 0 0112 21c-5.392 0-9.878-3.88-10.819-9a10.982 10.982 0 013.34-6.066L1.392 2.808l1.415-1.415 19.8 19.8-1.416 1.414-3.31-3.31h.001zM5.935 7.35A8.965 8.965 0 003.223 12a9.005 9.005 0 0013.201 5.838l-2.028-2.028A4.5 4.5 0 018.19 9.604L5.935 7.35zm6.98 6.978l-3.243-3.242a2.5 2.5 0 003.241 3.241l.001.001zm7.892 2.264l-1.43-1.43a8.938 8.938 0 001.4-3.162A9.006 9.006 0 009.552 5.338L7.974 3.76A10.99 10.99 0 0112 3c5.392 0 9.878 3.88 10.82 9a10.949 10.949 0 01-2.013 4.592zm-9.084-9.084a4.5 4.5 0 014.77 4.769l-4.77-4.769z"
@@ -4549,7 +4563,7 @@ EyeOff.propTypes = {
4549
4563
  };
4550
4564
  EyeOff.defaultProps = {
4551
4565
  color: 'currentColor',
4552
- size: '24'
4566
+ size: '16'
4553
4567
  };
4554
4568
 
4555
4569
  var EyeOffFill = function EyeOffFill(props) {
@@ -4561,7 +4575,7 @@ var EyeOffFill = function EyeOffFill(props) {
4561
4575
  xmlns: "http://www.w3.org/2000/svg",
4562
4576
  width: size,
4563
4577
  height: size,
4564
- viewBox: "0 0 24 24",
4578
+ viewBox: "0 0 16 16",
4565
4579
  fill: color
4566
4580
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4567
4581
  d: "M6 0L4.268 1l2.116 3.664a11.01 11.01 0 00-5.203 7.46c.941 5.12 5.427 9 10.82 9 1.24 0 2.435-.205 3.548-.585l2.72 4.71 1.731-1L6 0zm2.842 8.922l1.062 1.84a2.5 2.5 0 002.228 3.858l1.063 1.842a4.502 4.502 0 01-5.693-4.338c0-1.253.512-2.387 1.34-3.202z"
@@ -4576,7 +4590,7 @@ EyeOffFill.propTypes = {
4576
4590
  };
4577
4591
  EyeOffFill.defaultProps = {
4578
4592
  color: 'currentColor',
4579
- size: '24'
4593
+ size: '16'
4580
4594
  };
4581
4595
 
4582
4596
  var Dot = function Dot(props) {
@@ -4588,7 +4602,7 @@ var Dot = function Dot(props) {
4588
4602
  xmlns: "http://www.w3.org/2000/svg",
4589
4603
  width: size,
4590
4604
  height: size,
4591
- viewBox: "0 0 24 24",
4605
+ viewBox: "0 0 16 16",
4592
4606
  fill: color
4593
4607
  }, otherProps), /*#__PURE__*/React.createElement("circle", {
4594
4608
  cx: "12",
@@ -4603,7 +4617,7 @@ Dot.propTypes = {
4603
4617
  };
4604
4618
  Dot.defaultProps = {
4605
4619
  color: 'currentColor',
4606
- size: '24'
4620
+ size: '16'
4607
4621
  };
4608
4622
 
4609
4623
  var Anchor = function Anchor(props) {
@@ -4615,7 +4629,7 @@ var Anchor = function Anchor(props) {
4615
4629
  xmlns: "http://www.w3.org/2000/svg",
4616
4630
  width: size,
4617
4631
  height: size,
4618
- viewBox: "0 0 24 24",
4632
+ viewBox: "0 0 16 16",
4619
4633
  fill: color
4620
4634
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4621
4635
  d: "M6.459 13.108a1.567 1.567 0 010-2.216l4.433-4.433a1.567 1.567 0 012.216 0l4.433 4.433a1.567 1.567 0 010 2.216l-4.433 4.433a1.567 1.567 0 01-2.216 0l-4.433-4.433z"
@@ -4628,7 +4642,7 @@ Anchor.propTypes = {
4628
4642
  };
4629
4643
  Anchor.defaultProps = {
4630
4644
  color: 'currentColor',
4631
- size: '24'
4645
+ size: '16'
4632
4646
  };
4633
4647
 
4634
4648
  var ChartLine = function ChartLine(props) {
@@ -4640,7 +4654,7 @@ var ChartLine = function ChartLine(props) {
4640
4654
  xmlns: "http://www.w3.org/2000/svg",
4641
4655
  width: size,
4642
4656
  height: size,
4643
- viewBox: "0 0 24 24",
4657
+ viewBox: "0 0 16 16",
4644
4658
  fill: color
4645
4659
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4646
4660
  d: "M15.504 12.821l6.398-7.512L20.395 4l-5.248 6.179-3.19-2.134a3.488 3.488 0 01-.875 1.817l4.422 2.96z"
@@ -4659,7 +4673,7 @@ ChartLine.propTypes = {
4659
4673
  };
4660
4674
  ChartLine.defaultProps = {
4661
4675
  color: 'currentColor',
4662
- size: '24'
4676
+ size: '16'
4663
4677
  };
4664
4678
 
4665
4679
  var ChartBar = function ChartBar(props) {
@@ -4671,7 +4685,7 @@ var ChartBar = function ChartBar(props) {
4671
4685
  xmlns: "http://www.w3.org/2000/svg",
4672
4686
  width: size,
4673
4687
  height: size,
4674
- viewBox: "0 0 24 24",
4688
+ viewBox: "0 0 16 16",
4675
4689
  fill: color
4676
4690
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4677
4691
  d: "M17 8h3v12h-3V8z"
@@ -4688,7 +4702,7 @@ ChartBar.propTypes = {
4688
4702
  };
4689
4703
  ChartBar.defaultProps = {
4690
4704
  color: 'currentColor',
4691
- size: '24'
4705
+ size: '16'
4692
4706
  };
4693
4707
 
4694
4708
  var ChartCum = function ChartCum(props) {
@@ -4700,7 +4714,7 @@ var ChartCum = function ChartCum(props) {
4700
4714
  xmlns: "http://www.w3.org/2000/svg",
4701
4715
  width: size,
4702
4716
  height: size,
4703
- viewBox: "0 0 24 24",
4717
+ viewBox: "0 0 16 16",
4704
4718
  fill: color
4705
4719
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4706
4720
  d: "M17 4h3v3h-3V4z"
@@ -4723,7 +4737,7 @@ ChartCum.propTypes = {
4723
4737
  };
4724
4738
  ChartCum.defaultProps = {
4725
4739
  color: 'currentColor',
4726
- size: '24'
4740
+ size: '16'
4727
4741
  };
4728
4742
 
4729
4743
  var ChartPie = function ChartPie(props) {
@@ -4735,7 +4749,7 @@ var ChartPie = function ChartPie(props) {
4735
4749
  xmlns: "http://www.w3.org/2000/svg",
4736
4750
  width: size,
4737
4751
  height: size,
4738
- viewBox: "0 0 24 24",
4752
+ viewBox: "0 0 16 16",
4739
4753
  fill: color
4740
4754
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4741
4755
  d: "M11.25 4.035a8 8 0 107.325 12.524l-1.315-.74a6.5 6.5 0 11-6.01-10.277V4.036z"
@@ -4750,7 +4764,7 @@ ChartPie.propTypes = {
4750
4764
  };
4751
4765
  ChartPie.defaultProps = {
4752
4766
  color: 'currentColor',
4753
- size: '24'
4767
+ size: '16'
4754
4768
  };
4755
4769
 
4756
4770
  var ChartDNRe = function ChartDNRe(props) {
@@ -4762,7 +4776,7 @@ var ChartDNRe = function ChartDNRe(props) {
4762
4776
  xmlns: "http://www.w3.org/2000/svg",
4763
4777
  width: size,
4764
4778
  height: size,
4765
- viewBox: "0 0 24 24",
4779
+ viewBox: "0 0 16 16",
4766
4780
  fill: color
4767
4781
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4768
4782
  d: "M6 3H3v18h3V3z"
@@ -4787,7 +4801,7 @@ ChartDNRe.propTypes = {
4787
4801
  };
4788
4802
  ChartDNRe.defaultProps = {
4789
4803
  color: 'currentColor',
4790
- size: '24'
4804
+ size: '16'
4791
4805
  };
4792
4806
 
4793
4807
  var ChartDRe = function ChartDRe(props) {
@@ -4799,7 +4813,7 @@ var ChartDRe = function ChartDRe(props) {
4799
4813
  xmlns: "http://www.w3.org/2000/svg",
4800
4814
  width: size,
4801
4815
  height: size,
4802
- viewBox: "0 0 24 24",
4816
+ viewBox: "0 0 16 16",
4803
4817
  fill: color
4804
4818
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4805
4819
  d: "M6 8H3v3h3V8z"
@@ -4824,7 +4838,7 @@ ChartDRe.propTypes = {
4824
4838
  };
4825
4839
  ChartDRe.defaultProps = {
4826
4840
  color: 'currentColor',
4827
- size: '24'
4841
+ size: '16'
4828
4842
  };
4829
4843
 
4830
4844
  var ChartFunnel = function ChartFunnel(props) {
@@ -4836,7 +4850,7 @@ var ChartFunnel = function ChartFunnel(props) {
4836
4850
  xmlns: "http://www.w3.org/2000/svg",
4837
4851
  width: size,
4838
4852
  height: size,
4839
- viewBox: "0 0 24 24",
4853
+ viewBox: "0 0 16 16",
4840
4854
  fill: color
4841
4855
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4842
4856
  d: "M3 7V4h18v3H3z"
@@ -4853,7 +4867,7 @@ ChartFunnel.propTypes = {
4853
4867
  };
4854
4868
  ChartFunnel.defaultProps = {
4855
4869
  color: 'currentColor',
4856
- size: '24'
4870
+ size: '16'
4857
4871
  };
4858
4872
 
4859
4873
  var ChartInterval = function ChartInterval(props) {
@@ -4865,7 +4879,7 @@ var ChartInterval = function ChartInterval(props) {
4865
4879
  xmlns: "http://www.w3.org/2000/svg",
4866
4880
  width: size,
4867
4881
  height: size,
4868
- viewBox: "0 0 24 24",
4882
+ viewBox: "0 0 16 16",
4869
4883
  fill: color
4870
4884
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4871
4885
  d: "M5 3h4v2H8v3h2a1 1 0 011 1v8a1 1 0 01-1 1H8v2H6v-2H4a1 1 0 01-1-1V9a1 1 0 011-1h2V5H5V3zm4 7H5v6h4v-6z"
@@ -4880,7 +4894,7 @@ ChartInterval.propTypes = {
4880
4894
  };
4881
4895
  ChartInterval.defaultProps = {
4882
4896
  color: 'currentColor',
4883
- size: '24'
4897
+ size: '16'
4884
4898
  };
4885
4899
 
4886
4900
  var ChartStack = function ChartStack(props) {
@@ -4892,7 +4906,7 @@ var ChartStack = function ChartStack(props) {
4892
4906
  xmlns: "http://www.w3.org/2000/svg",
4893
4907
  width: size,
4894
4908
  height: size,
4895
- viewBox: "0 0 24 24",
4909
+ viewBox: "0 0 16 16",
4896
4910
  fill: color
4897
4911
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4898
4912
  d: "M21 11V6l-6.3 2-6.3-3L3 6v5l5.4-1 6.3 3 6.3-2z"
@@ -4907,7 +4921,7 @@ ChartStack.propTypes = {
4907
4921
  };
4908
4922
  ChartStack.defaultProps = {
4909
4923
  color: 'currentColor',
4910
- size: '24'
4924
+ size: '16'
4911
4925
  };
4912
4926
 
4913
4927
  var ChartStackn = function ChartStackn(props) {
@@ -4919,7 +4933,7 @@ var ChartStackn = function ChartStackn(props) {
4919
4933
  xmlns: "http://www.w3.org/2000/svg",
4920
4934
  width: size,
4921
4935
  height: size,
4922
- viewBox: "0 0 24 24",
4936
+ viewBox: "0 0 16 16",
4923
4937
  fill: color
4924
4938
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4925
4939
  fillRule: "evenodd",
@@ -4934,7 +4948,7 @@ ChartStackn.propTypes = {
4934
4948
  };
4935
4949
  ChartStackn.defaultProps = {
4936
4950
  color: 'currentColor',
4937
- size: '24'
4951
+ size: '16'
4938
4952
  };
4939
4953
 
4940
4954
  var ChartStackPerc = function ChartStackPerc(props) {
@@ -4946,7 +4960,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
4946
4960
  xmlns: "http://www.w3.org/2000/svg",
4947
4961
  width: size,
4948
4962
  height: size,
4949
- viewBox: "0 0 24 24",
4963
+ viewBox: "0 0 16 16",
4950
4964
  fill: color
4951
4965
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4952
4966
  fillRule: "evenodd",
@@ -4961,7 +4975,7 @@ ChartStackPerc.propTypes = {
4961
4975
  };
4962
4976
  ChartStackPerc.defaultProps = {
4963
4977
  color: 'currentColor',
4964
- size: '24'
4978
+ size: '16'
4965
4979
  };
4966
4980
 
4967
4981
  var ChartComplex = function ChartComplex(props) {
@@ -4973,7 +4987,7 @@ var ChartComplex = function ChartComplex(props) {
4973
4987
  xmlns: "http://www.w3.org/2000/svg",
4974
4988
  width: size,
4975
4989
  height: size,
4976
- viewBox: "0 0 24 24",
4990
+ viewBox: "0 0 16 16",
4977
4991
  fill: color
4978
4992
  }, otherProps), /*#__PURE__*/React.createElement("path", {
4979
4993
  d: "M21 6l-6.5-3-5.338 5.885L3.5 7.5l-.485 1.94 6.823 1.675 5.24-5.777 5.238 2.542L21 6z"
@@ -4994,7 +5008,7 @@ ChartComplex.propTypes = {
4994
5008
  };
4995
5009
  ChartComplex.defaultProps = {
4996
5010
  color: 'currentColor',
4997
- size: '24'
5011
+ size: '16'
4998
5012
  };
4999
5013
 
5000
5014
  var ChartHistogram = function ChartHistogram(props) {
@@ -5006,7 +5020,7 @@ var ChartHistogram = function ChartHistogram(props) {
5006
5020
  xmlns: "http://www.w3.org/2000/svg",
5007
5021
  width: size,
5008
5022
  height: size,
5009
- viewBox: "0 0 24 24",
5023
+ viewBox: "0 0 16 16",
5010
5024
  fill: color
5011
5025
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5012
5026
  d: "M13 3h3v14h-3V3z"
@@ -5033,7 +5047,7 @@ ChartHistogram.propTypes = {
5033
5047
  };
5034
5048
  ChartHistogram.defaultProps = {
5035
5049
  color: 'currentColor',
5036
- size: '24'
5050
+ size: '16'
5037
5051
  };
5038
5052
 
5039
5053
  var ChartTable = function ChartTable(props) {
@@ -5045,7 +5059,7 @@ var ChartTable = function ChartTable(props) {
5045
5059
  xmlns: "http://www.w3.org/2000/svg",
5046
5060
  width: size,
5047
5061
  height: size,
5048
- viewBox: "0 0 24 24",
5062
+ viewBox: "0 0 16 16",
5049
5063
  fill: color
5050
5064
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5051
5065
  d: "M22 6a1 1 0 00-1-1H3a1 1 0 00-1 1v12a1 1 0 001 1h18a1 1 0 001-1V6zm-2 1v4h-4V7h4zm0 6v4h-4v-4h4zm-6 4h-4v-4h4v4zm-6 0H4v-4h4v4zm-4-6V7h4v4H4zm6-4h4v4h-4V7z"
@@ -5058,7 +5072,7 @@ ChartTable.propTypes = {
5058
5072
  };
5059
5073
  ChartTable.defaultProps = {
5060
5074
  color: 'currentColor',
5061
- size: '24'
5075
+ size: '16'
5062
5076
  };
5063
5077
 
5064
5078
  var ChartFieldlist = function ChartFieldlist(props) {
@@ -5070,7 +5084,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
5070
5084
  xmlns: "http://www.w3.org/2000/svg",
5071
5085
  width: size,
5072
5086
  height: size,
5073
- viewBox: "0 0 24 24",
5087
+ viewBox: "0 0 16 16",
5074
5088
  fill: color
5075
5089
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5076
5090
  d: "M3 20a1 1 0 01-1-1V5a1 1 0 011-1h18a1 1 0 011 1v14a1 1 0 01-1 1H3zM8 8H4v4h4V8zm2 0v4h10V8H10zm-2 6H4v4h4v-4zm2 4h10v-4H10v4z"
@@ -5083,7 +5097,7 @@ ChartFieldlist.propTypes = {
5083
5097
  };
5084
5098
  ChartFieldlist.defaultProps = {
5085
5099
  color: 'currentColor',
5086
- size: '24'
5100
+ size: '16'
5087
5101
  };
5088
5102
 
5089
5103
  var Table1dtable = function Table1dtable(props) {
@@ -5095,7 +5109,7 @@ var Table1dtable = function Table1dtable(props) {
5095
5109
  xmlns: "http://www.w3.org/2000/svg",
5096
5110
  width: size,
5097
5111
  height: size,
5098
- viewBox: "0 0 24 24",
5112
+ viewBox: "0 0 16 16",
5099
5113
  fill: color
5100
5114
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5101
5115
  d: "M22 3H2v3h20V3z"
@@ -5126,7 +5140,7 @@ Table1dtable.propTypes = {
5126
5140
  };
5127
5141
  Table1dtable.defaultProps = {
5128
5142
  color: 'currentColor',
5129
- size: '24'
5143
+ size: '16'
5130
5144
  };
5131
5145
 
5132
5146
  var ChartSqltable = function ChartSqltable(props) {
@@ -5138,7 +5152,7 @@ var ChartSqltable = function ChartSqltable(props) {
5138
5152
  xmlns: "http://www.w3.org/2000/svg",
5139
5153
  width: size,
5140
5154
  height: size,
5141
- viewBox: "0 0 24 24",
5155
+ viewBox: "0 0 16 16",
5142
5156
  fill: color
5143
5157
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5144
5158
  d: "M3 4a1 1 0 00-1 1v14a1 1 0 001 1h18a1 1 0 001-1V5a1 1 0 00-1-1H3zm1 2h4v3H4V6zm6 0h10v3H10V6zm-2 5v7H4v-7h4zm2 7v-7h10v7H10z"
@@ -5151,7 +5165,7 @@ ChartSqltable.propTypes = {
5151
5165
  };
5152
5166
  ChartSqltable.defaultProps = {
5153
5167
  color: 'currentColor',
5154
- size: '24'
5168
+ size: '16'
5155
5169
  };
5156
5170
 
5157
5171
  var ChartCombinedTable = function ChartCombinedTable(props) {
@@ -5163,7 +5177,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
5163
5177
  xmlns: "http://www.w3.org/2000/svg",
5164
5178
  width: size,
5165
5179
  height: size,
5166
- viewBox: "0 0 24 24",
5180
+ viewBox: "0 0 16 16",
5167
5181
  fill: color
5168
5182
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5169
5183
  d: "M1 4h4v4H1V4zm13 2h-2v2h2V6zM5 9H3v2h2V9zm4-3h2v2H9V6zM8 6H6v2h2V6zm15 1a1 1 0 00-1-1h-7v6H3v7a1 1 0 001 1h18a1 1 0 001-1V7zm-2 1v4h-4V8h4zm0 6v4h-4v-4h4zm-6 4h-4v-4h4v4zm-6 0H5v-4h4v4z"
@@ -5176,7 +5190,7 @@ ChartCombinedTable.propTypes = {
5176
5190
  };
5177
5191
  ChartCombinedTable.defaultProps = {
5178
5192
  color: 'currentColor',
5179
- size: '24'
5193
+ size: '16'
5180
5194
  };
5181
5195
 
5182
5196
  var ChartDistTable = function ChartDistTable(props) {
@@ -5188,7 +5202,7 @@ var ChartDistTable = function ChartDistTable(props) {
5188
5202
  xmlns: "http://www.w3.org/2000/svg",
5189
5203
  width: size,
5190
5204
  height: size,
5191
- viewBox: "0 0 24 24",
5205
+ viewBox: "0 0 16 16",
5192
5206
  fill: color
5193
5207
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5194
5208
  d: "M2 2h2v9H2V2zm5 1H5v2h2V3zm0 3H5v2h2V6zm4 3h2v2h-2V9zm-1-3H8v2h2V6zM8 9h2v2H8V9zM7 9H5v2h2V9zm15-2a1 1 0 00-1-1h-7v6H2v7a1 1 0 001 1h18a1 1 0 001-1V7zm-2 1v4h-4V8h4zm0 6v4h-4v-4h4zm-6 4h-4v-4h4v4zm-6 0H4v-4h4v4z"
@@ -5201,7 +5215,7 @@ ChartDistTable.propTypes = {
5201
5215
  };
5202
5216
  ChartDistTable.defaultProps = {
5203
5217
  color: 'currentColor',
5204
- size: '24'
5218
+ size: '16'
5205
5219
  };
5206
5220
 
5207
5221
  var ChartBarTable = function ChartBarTable(props) {
@@ -5213,7 +5227,7 @@ var ChartBarTable = function ChartBarTable(props) {
5213
5227
  xmlns: "http://www.w3.org/2000/svg",
5214
5228
  width: size,
5215
5229
  height: size,
5216
- viewBox: "0 0 24 24",
5230
+ viewBox: "0 0 16 16",
5217
5231
  fill: color
5218
5232
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5219
5233
  fillRule: "evenodd",
@@ -5228,7 +5242,7 @@ ChartBarTable.propTypes = {
5228
5242
  };
5229
5243
  ChartBarTable.defaultProps = {
5230
5244
  color: 'currentColor',
5231
- size: '24'
5245
+ size: '16'
5232
5246
  };
5233
5247
 
5234
5248
  var ChartLineTable = function ChartLineTable(props) {
@@ -5240,7 +5254,7 @@ var ChartLineTable = function ChartLineTable(props) {
5240
5254
  xmlns: "http://www.w3.org/2000/svg",
5241
5255
  width: size,
5242
5256
  height: size,
5243
- viewBox: "0 0 24 24",
5257
+ viewBox: "0 0 16 16",
5244
5258
  fill: color
5245
5259
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5246
5260
  d: "M14.755 5.18a1.09 1.09 0 10-.994-.643l-2.58 3.187a1.085 1.085 0 00-.586.134L8.408 6.315c-.16.339-.42.62-.746.807l2.37 1.674v.016a1.09 1.09 0 102.066-.487l2.55-3.15c.035.003.071.005.107.005z"
@@ -5261,7 +5275,7 @@ ChartLineTable.propTypes = {
5261
5275
  };
5262
5276
  ChartLineTable.defaultProps = {
5263
5277
  color: 'currentColor',
5264
- size: '24'
5278
+ size: '16'
5265
5279
  };
5266
5280
 
5267
5281
  var Play = function Play(props) {
@@ -5273,7 +5287,7 @@ var Play = function Play(props) {
5273
5287
  xmlns: "http://www.w3.org/2000/svg",
5274
5288
  width: size,
5275
5289
  height: size,
5276
- viewBox: "0 0 24 24",
5290
+ viewBox: "0 0 16 16",
5277
5291
  fill: color
5278
5292
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5279
5293
  d: "M19.376 11.982L8.777 19.048A.499.499 0 018 18.632V4.5a.5.5 0 01.777-.416l10.599 7.066a.501.501 0 010 .832z"
@@ -5286,7 +5300,7 @@ Play.propTypes = {
5286
5300
  };
5287
5301
  Play.defaultProps = {
5288
5302
  color: 'currentColor',
5289
- size: '24'
5303
+ size: '16'
5290
5304
  };
5291
5305
 
5292
5306
  var Config = function Config(props) {
@@ -5298,7 +5312,7 @@ var Config = function Config(props) {
5298
5312
  xmlns: "http://www.w3.org/2000/svg",
5299
5313
  width: size,
5300
5314
  height: size,
5301
- viewBox: "0 0 24 24",
5315
+ viewBox: "0 0 16 16",
5302
5316
  fill: color
5303
5317
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5304
5318
  d: "M6.17 18a3 3 0 015.66 0H22v2H11.83a3 3 0 01-5.66 0H2v-2h4.17zm6-7a3 3 0 015.66 0H22v2h-4.17a3 3 0 01-5.66 0H2v-2h10.17zm-6-7a3.001 3.001 0 015.66 0H22v2H11.83a3 3 0 01-5.66 0H2V4h4.17zM9 6a1 1 0 100-2 1 1 0 000 2zm6 7a1 1 0 100-2 1 1 0 000 2zm-6 7a1 1 0 100-2 1 1 0 000 2z"
@@ -5311,7 +5325,7 @@ Config.propTypes = {
5311
5325
  };
5312
5326
  Config.defaultProps = {
5313
5327
  color: 'currentColor',
5314
- size: '24'
5328
+ size: '16'
5315
5329
  };
5316
5330
 
5317
5331
  var Setting = function Setting(props) {
@@ -5323,7 +5337,7 @@ var Setting = function Setting(props) {
5323
5337
  xmlns: "http://www.w3.org/2000/svg",
5324
5338
  width: size,
5325
5339
  height: size,
5326
- viewBox: "0 0 24 24",
5340
+ viewBox: "0 0 16 16",
5327
5341
  fill: color
5328
5342
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5329
5343
  d: "M2 12c0-.865.11-1.703.316-2.504A3 3 0 004.99 4.867a9.99 9.99 0 014.335-2.505 3 3 0 005.348 0 9.99 9.99 0 014.335 2.505 3 3 0 002.675 4.63 10.036 10.036 0 010 5.007 3 3 0 00-2.675 4.629 9.99 9.99 0 01-4.335 2.505 3 3 0 00-5.348 0 9.99 9.99 0 01-4.335-2.505 3 3 0 00-2.675-4.63A10.056 10.056 0 012 12zm4.804 3c.63 1.091.81 2.346.564 3.524.408.29.842.541 1.297.75A4.993 4.993 0 0112 18c1.26 0 2.438.471 3.335 1.274.455-.209.889-.46 1.297-.75A4.993 4.993 0 0117.196 15a4.993 4.993 0 012.77-2.25 8.134 8.134 0 000-1.5A4.993 4.993 0 0117.195 9a4.993 4.993 0 01-.564-3.524 7.988 7.988 0 00-1.297-.75A4.993 4.993 0 0112 6a4.993 4.993 0 01-3.335-1.274 7.99 7.99 0 00-1.297.75A4.993 4.993 0 016.804 9a4.993 4.993 0 01-2.77 2.25 8.125 8.125 0 000 1.5A4.993 4.993 0 016.805 15h-.001zM12 15a3 3 0 110-6 3 3 0 010 6zm0-2a1 1 0 100-2 1 1 0 000 2z"
@@ -5336,7 +5350,7 @@ Setting.propTypes = {
5336
5350
  };
5337
5351
  Setting.defaultProps = {
5338
5352
  color: 'currentColor',
5339
- size: '24'
5353
+ size: '16'
5340
5354
  };
5341
5355
 
5342
5356
  var Search = function Search(props) {
@@ -5348,7 +5362,7 @@ var Search = function Search(props) {
5348
5362
  xmlns: "http://www.w3.org/2000/svg",
5349
5363
  width: size,
5350
5364
  height: size,
5351
- viewBox: "0 0 24 24",
5365
+ viewBox: "0 0 16 16",
5352
5366
  fill: color
5353
5367
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5354
5368
  d: "M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0111 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 01-1.969 5.617zm-2.006-.742A6.977 6.977 0 0018 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 004.875-1.975l.15-.15z"
@@ -5361,7 +5375,7 @@ Search.propTypes = {
5361
5375
  };
5362
5376
  Search.defaultProps = {
5363
5377
  color: 'currentColor',
5364
- size: '24'
5378
+ size: '16'
5365
5379
  };
5366
5380
 
5367
5381
  var Copy = function Copy(props) {
@@ -5373,7 +5387,7 @@ var Copy = function Copy(props) {
5373
5387
  xmlns: "http://www.w3.org/2000/svg",
5374
5388
  width: size,
5375
5389
  height: size,
5376
- viewBox: "0 0 24 24",
5390
+ viewBox: "0 0 16 16",
5377
5391
  fill: color
5378
5392
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5379
5393
  d: "M7 6V3a1 1 0 011-1h12a1 1 0 011 1v14a1 1 0 01-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 013 21l.003-14c0-.552.45-1 1.007-1H7zM5.003 8L5 20h10V8H5.003zM9 6h7a1 1 0 011 1v9h2V4H9v2z"
@@ -5386,7 +5400,7 @@ Copy.propTypes = {
5386
5400
  };
5387
5401
  Copy.defaultProps = {
5388
5402
  color: 'currentColor',
5389
- size: '24'
5403
+ size: '16'
5390
5404
  };
5391
5405
 
5392
5406
  var Copy2 = function Copy2(props) {
@@ -5398,7 +5412,7 @@ var Copy2 = function Copy2(props) {
5398
5412
  xmlns: "http://www.w3.org/2000/svg",
5399
5413
  width: size,
5400
5414
  height: size,
5401
- viewBox: "0 0 24 24",
5415
+ viewBox: "0 0 16 16",
5402
5416
  fill: color
5403
5417
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5404
5418
  d: "M7 6V3a1 1 0 011-1h12a1 1 0 011 1v14a1 1 0 01-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 013 21l.003-14c0-.552.45-1 1.006-1H7zM5.002 8L5 20h10V8H5.002zM9 6h7a1 1 0 011 1v9h2V4H9v2zm-2 5h6v2H7v-2zm0 4h6v2H7v-2z"
@@ -5411,7 +5425,7 @@ Copy2.propTypes = {
5411
5425
  };
5412
5426
  Copy2.defaultProps = {
5413
5427
  color: 'currentColor',
5414
- size: '24'
5428
+ size: '16'
5415
5429
  };
5416
5430
 
5417
5431
  var Format = function Format(props) {
@@ -5423,7 +5437,7 @@ var Format = function Format(props) {
5423
5437
  xmlns: "http://www.w3.org/2000/svg",
5424
5438
  width: size,
5425
5439
  height: size,
5426
- viewBox: "0 0 24 24",
5440
+ viewBox: "0 0 16 16",
5427
5441
  fill: color
5428
5442
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5429
5443
  fillRule: "evenodd",
@@ -5438,7 +5452,7 @@ Format.propTypes = {
5438
5452
  };
5439
5453
  Format.defaultProps = {
5440
5454
  color: 'currentColor',
5441
- size: '24'
5455
+ size: '16'
5442
5456
  };
5443
5457
 
5444
5458
  var Code = function Code(props) {
@@ -5450,7 +5464,7 @@ var Code = function Code(props) {
5450
5464
  xmlns: "http://www.w3.org/2000/svg",
5451
5465
  width: size,
5452
5466
  height: size,
5453
- viewBox: "0 0 24 24",
5467
+ viewBox: "0 0 16 16",
5454
5468
  fill: color
5455
5469
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5456
5470
  d: "M24 12l-5.657 5.657-1.414-1.414L21.172 12l-4.243-4.243 1.414-1.414L24 12zM2.828 12l4.243 4.243-1.414 1.414L0 12l5.657-5.657L7.07 7.757 2.828 12zm6.96 9H7.66l6.552-18h2.128L9.788 21z"
@@ -5463,7 +5477,7 @@ Code.propTypes = {
5463
5477
  };
5464
5478
  Code.defaultProps = {
5465
5479
  color: 'currentColor',
5466
- size: '24'
5480
+ size: '16'
5467
5481
  };
5468
5482
 
5469
5483
  var Edit = function Edit(props) {
@@ -5475,7 +5489,7 @@ var Edit = function Edit(props) {
5475
5489
  xmlns: "http://www.w3.org/2000/svg",
5476
5490
  width: size,
5477
5491
  height: size,
5478
- viewBox: "0 0 24 24",
5492
+ viewBox: "0 0 16 16",
5479
5493
  fill: color
5480
5494
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5481
5495
  d: "M5 19h1.414l9.314-9.314-1.414-1.414L5 17.586V19zm16 2H3v-4.243L16.435 3.322a1 1 0 011.414 0l2.829 2.829a1 1 0 010 1.414L9.243 19H21v2zM15.728 6.858l1.414 1.414 1.414-1.414-1.414-1.414-1.414 1.414z"
@@ -5488,7 +5502,7 @@ Edit.propTypes = {
5488
5502
  };
5489
5503
  Edit.defaultProps = {
5490
5504
  color: 'currentColor',
5491
- size: '24'
5505
+ size: '16'
5492
5506
  };
5493
5507
 
5494
5508
  var EditFill = function EditFill(props) {
@@ -5500,7 +5514,7 @@ var EditFill = function EditFill(props) {
5500
5514
  xmlns: "http://www.w3.org/2000/svg",
5501
5515
  width: size,
5502
5516
  height: size,
5503
- viewBox: "0 0 24 24",
5517
+ viewBox: "0 0 16 16",
5504
5518
  fill: color
5505
5519
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5506
5520
  d: "M3 17.25L14.06 6.19l3.75 3.75L8.75 19H21v2H3v-3.75z"
@@ -5515,7 +5529,7 @@ EditFill.propTypes = {
5515
5529
  };
5516
5530
  EditFill.defaultProps = {
5517
5531
  color: 'currentColor',
5518
- size: '24'
5532
+ size: '16'
5519
5533
  };
5520
5534
 
5521
5535
  var Delete1 = function Delete1(props) {
@@ -5527,7 +5541,7 @@ var Delete1 = function Delete1(props) {
5527
5541
  xmlns: "http://www.w3.org/2000/svg",
5528
5542
  width: size,
5529
5543
  height: size,
5530
- viewBox: "0 0 24 24",
5544
+ viewBox: "0 0 16 16",
5531
5545
  fill: color
5532
5546
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5533
5547
  d: "M17 6h5v2h-2v13a1 1 0 01-1 1H5a1 1 0 01-1-1V8H2V6h5V3a1 1 0 011-1h8a1 1 0 011 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z"
@@ -5540,7 +5554,7 @@ Delete1.propTypes = {
5540
5554
  };
5541
5555
  Delete1.defaultProps = {
5542
5556
  color: 'currentColor',
5543
- size: '24'
5557
+ size: '16'
5544
5558
  };
5545
5559
 
5546
5560
  var Save = function Save(props) {
@@ -5552,7 +5566,7 @@ var Save = function Save(props) {
5552
5566
  xmlns: "http://www.w3.org/2000/svg",
5553
5567
  width: size,
5554
5568
  height: size,
5555
- viewBox: "0 0 24 24",
5569
+ viewBox: "0 0 16 16",
5556
5570
  fill: color
5557
5571
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5558
5572
  d: "M7 19v-6h10v6h2V7.828L16.172 5H5v14h2zM4 3h13l4 4v13a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm5 12v4h6v-4H9z"
@@ -5565,7 +5579,7 @@ Save.propTypes = {
5565
5579
  };
5566
5580
  Save.defaultProps = {
5567
5581
  color: 'currentColor',
5568
- size: '24'
5582
+ size: '16'
5569
5583
  };
5570
5584
 
5571
5585
  var Send = function Send(props) {
@@ -5577,7 +5591,7 @@ var Send = function Send(props) {
5577
5591
  xmlns: "http://www.w3.org/2000/svg",
5578
5592
  width: size,
5579
5593
  height: size,
5580
- viewBox: "0 0 24 24",
5594
+ viewBox: "0 0 16 16",
5581
5595
  fill: color
5582
5596
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5583
5597
  d: "M1.923 9.37c-.51-.205-.504-.51.034-.689l19.086-6.362c.529-.176.832.12.684.638l-5.454 19.086c-.15.529-.475.553-.717.07L11 13 1.923 9.37zm4.89-.2l5.636 2.255 3.04 6.082 3.546-12.41L6.812 9.17h.001z"
@@ -5590,7 +5604,7 @@ Send.propTypes = {
5590
5604
  };
5591
5605
  Send.defaultProps = {
5592
5606
  color: 'currentColor',
5593
- size: '24'
5607
+ size: '16'
5594
5608
  };
5595
5609
 
5596
5610
  var Fullscreen = function Fullscreen(props) {
@@ -5602,7 +5616,7 @@ var Fullscreen = function Fullscreen(props) {
5602
5616
  xmlns: "http://www.w3.org/2000/svg",
5603
5617
  width: size,
5604
5618
  height: size,
5605
- viewBox: "0 0 24 24",
5619
+ viewBox: "0 0 16 16",
5606
5620
  fill: color
5607
5621
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5608
5622
  d: "M20 3h2v6h-2V5h-4V3h4zM4 3h4v2H4v4H2V3h2zm16 16v-4h2v6h-6v-2h4zM4 19h4v2H2v-6h2v4z"
@@ -5615,7 +5629,7 @@ Fullscreen.propTypes = {
5615
5629
  };
5616
5630
  Fullscreen.defaultProps = {
5617
5631
  color: 'currentColor',
5618
- size: '24'
5632
+ size: '16'
5619
5633
  };
5620
5634
 
5621
5635
  var ArrowLeftDown = function ArrowLeftDown(props) {
@@ -5627,7 +5641,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
5627
5641
  xmlns: "http://www.w3.org/2000/svg",
5628
5642
  width: size,
5629
5643
  height: size,
5630
- viewBox: "0 0 24 24",
5644
+ viewBox: "0 0 16 16",
5631
5645
  fill: color
5632
5646
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5633
5647
  d: "M8 14.607L16.607 6l1.414 1.414-8.607 8.607H17v2H6v-11h2v7.586z"
@@ -5640,7 +5654,7 @@ ArrowLeftDown.propTypes = {
5640
5654
  };
5641
5655
  ArrowLeftDown.defaultProps = {
5642
5656
  color: 'currentColor',
5643
- size: '24'
5657
+ size: '16'
5644
5658
  };
5645
5659
 
5646
5660
  var Link = function Link(props) {
@@ -5652,7 +5666,7 @@ var Link = function Link(props) {
5652
5666
  xmlns: "http://www.w3.org/2000/svg",
5653
5667
  width: size,
5654
5668
  height: size,
5655
- viewBox: "0 0 24 24",
5669
+ viewBox: "0 0 16 16",
5656
5670
  fill: color
5657
5671
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5658
5672
  d: "M4.222 11.293l2.121-2.121 1.414 1.414-2.121 2.121a4 4 0 005.657 5.657l2.121-2.121 1.414 1.414-2.121 2.121a6 6 0 01-8.485-8.485z"
@@ -5669,7 +5683,7 @@ Link.propTypes = {
5669
5683
  };
5670
5684
  Link.defaultProps = {
5671
5685
  color: 'currentColor',
5672
- size: '24'
5686
+ size: '16'
5673
5687
  };
5674
5688
 
5675
5689
  var Unlink = function Unlink(props) {
@@ -5681,7 +5695,7 @@ var Unlink = function Unlink(props) {
5681
5695
  xmlns: "http://www.w3.org/2000/svg",
5682
5696
  width: size,
5683
5697
  height: size,
5684
- viewBox: "0 0 24 24",
5698
+ viewBox: "0 0 16 16",
5685
5699
  fill: color
5686
5700
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5687
5701
  d: "M4.222 5.636l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.12z"
@@ -5700,7 +5714,7 @@ Unlink.propTypes = {
5700
5714
  };
5701
5715
  Unlink.defaultProps = {
5702
5716
  color: 'currentColor',
5703
- size: '24'
5717
+ size: '16'
5704
5718
  };
5705
5719
 
5706
5720
  var MenuUnfold = function MenuUnfold(props) {
@@ -5712,7 +5726,7 @@ var MenuUnfold = function MenuUnfold(props) {
5712
5726
  xmlns: "http://www.w3.org/2000/svg",
5713
5727
  width: size,
5714
5728
  height: size,
5715
- viewBox: "0 0 24 24",
5729
+ viewBox: "0 0 16 16",
5716
5730
  fill: color
5717
5731
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5718
5732
  d: "M21 18v2H3v-2h18zM17.404 3.904L22 8.5l-4.596 4.596-1.414-1.414L19.172 8.5 15.99 5.318l1.414-1.414zM12 11v2H3v-2h9zm0-7v2H3V4h9z"
@@ -5725,7 +5739,7 @@ MenuUnfold.propTypes = {
5725
5739
  };
5726
5740
  MenuUnfold.defaultProps = {
5727
5741
  color: 'currentColor',
5728
- size: '24'
5742
+ size: '16'
5729
5743
  };
5730
5744
 
5731
5745
  var MenuFold = function MenuFold(props) {
@@ -5737,7 +5751,7 @@ var MenuFold = function MenuFold(props) {
5737
5751
  xmlns: "http://www.w3.org/2000/svg",
5738
5752
  width: size,
5739
5753
  height: size,
5740
- viewBox: "0 0 24 24",
5754
+ viewBox: "0 0 16 16",
5741
5755
  fill: color
5742
5756
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5743
5757
  d: "M21 18v2H3v-2h18zM6.596 3.904L8.01 5.318 4.828 8.5l3.182 3.182-1.414 1.414L2 8.5l4.596-4.596zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z"
@@ -5750,7 +5764,7 @@ MenuFold.propTypes = {
5750
5764
  };
5751
5765
  MenuFold.defaultProps = {
5752
5766
  color: 'currentColor',
5753
- size: '24'
5767
+ size: '16'
5754
5768
  };
5755
5769
 
5756
5770
  var List = function List(props) {
@@ -5762,7 +5776,7 @@ var List = function List(props) {
5762
5776
  xmlns: "http://www.w3.org/2000/svg",
5763
5777
  width: size,
5764
5778
  height: size,
5765
- viewBox: "0 0 24 24",
5779
+ viewBox: "0 0 16 16",
5766
5780
  fill: color
5767
5781
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5768
5782
  d: "M8 4h13v2H8V4zm-5-.5h3v3H3v-3zm0 7h3v3H3v-3zm0 7h3v3H3v-3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z"
@@ -5775,7 +5789,7 @@ List.propTypes = {
5775
5789
  };
5776
5790
  List.defaultProps = {
5777
5791
  color: 'currentColor',
5778
- size: '24'
5792
+ size: '16'
5779
5793
  };
5780
5794
 
5781
5795
  var ListNested = function ListNested(props) {
@@ -5787,7 +5801,7 @@ var ListNested = function ListNested(props) {
5787
5801
  xmlns: "http://www.w3.org/2000/svg",
5788
5802
  width: size,
5789
5803
  height: size,
5790
- viewBox: "0 0 24 24",
5804
+ viewBox: "0 0 16 16",
5791
5805
  fill: color
5792
5806
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5793
5807
  fillRule: "evenodd",
@@ -5802,7 +5816,7 @@ ListNested.propTypes = {
5802
5816
  };
5803
5817
  ListNested.defaultProps = {
5804
5818
  color: 'currentColor',
5805
- size: '24'
5819
+ size: '16'
5806
5820
  };
5807
5821
 
5808
5822
  var DoubleList = function DoubleList(props) {
@@ -5814,7 +5828,7 @@ var DoubleList = function DoubleList(props) {
5814
5828
  xmlns: "http://www.w3.org/2000/svg",
5815
5829
  width: size,
5816
5830
  height: size,
5817
- viewBox: "0 0 24 24",
5831
+ viewBox: "0 0 16 16",
5818
5832
  fill: color
5819
5833
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5820
5834
  d: "M10 4H3v2h7V4z"
@@ -5837,7 +5851,7 @@ DoubleList.propTypes = {
5837
5851
  };
5838
5852
  DoubleList.defaultProps = {
5839
5853
  color: 'currentColor',
5840
- size: '24'
5854
+ size: '16'
5841
5855
  };
5842
5856
 
5843
5857
  var Download = function Download(props) {
@@ -5849,7 +5863,7 @@ var Download = function Download(props) {
5849
5863
  xmlns: "http://www.w3.org/2000/svg",
5850
5864
  width: size,
5851
5865
  height: size,
5852
- viewBox: "0 0 24 24",
5866
+ viewBox: "0 0 16 16",
5853
5867
  fill: color
5854
5868
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5855
5869
  d: "M16 13h-3V3h-2v10H8l4 4 4-4zM4 19v2h16v-2H4z"
@@ -5862,7 +5876,7 @@ Download.propTypes = {
5862
5876
  };
5863
5877
  Download.defaultProps = {
5864
5878
  color: 'currentColor',
5865
- size: '24'
5879
+ size: '16'
5866
5880
  };
5867
5881
 
5868
5882
  var FullDownload = function FullDownload(props) {
@@ -5874,7 +5888,7 @@ var FullDownload = function FullDownload(props) {
5874
5888
  xmlns: "http://www.w3.org/2000/svg",
5875
5889
  width: size,
5876
5890
  height: size,
5877
- viewBox: "0 0 24 24",
5891
+ viewBox: "0 0 16 16",
5878
5892
  fill: color
5879
5893
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5880
5894
  fillRule: "evenodd",
@@ -5889,7 +5903,7 @@ FullDownload.propTypes = {
5889
5903
  };
5890
5904
  FullDownload.defaultProps = {
5891
5905
  color: 'currentColor',
5892
- size: '24'
5906
+ size: '16'
5893
5907
  };
5894
5908
 
5895
5909
  var Export = function Export(props) {
@@ -5901,7 +5915,7 @@ var Export = function Export(props) {
5901
5915
  xmlns: "http://www.w3.org/2000/svg",
5902
5916
  width: size,
5903
5917
  height: size,
5904
- viewBox: "0 0 24 24",
5918
+ viewBox: "0 0 16 16",
5905
5919
  fill: color
5906
5920
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5907
5921
  d: "M17.684 11.93l-.296-1.503A5.49 5.49 0 0012 6a5.496 5.496 0 00-4.876 2.964l-.496.951-1.067.114A3.994 3.994 0 002 14c0 2.205 1.795 4 4 4h3v2H6c-3.31 0-6-2.69-6-6 0-3.09 2.34-5.64 5.35-5.96A7.496 7.496 0 0112 4a7.49 7.49 0 017.35 6.04c2.6.18 4.65 2.32 4.65 4.96 0 2.76-2.24 5-5 5h-4v-2h4c1.655 0 3-1.345 3-3a2.976 2.976 0 00-2.788-2.965l-1.528-.106z"
@@ -5916,7 +5930,7 @@ Export.propTypes = {
5916
5930
  };
5917
5931
  Export.defaultProps = {
5918
5932
  color: 'currentColor',
5919
- size: '24'
5933
+ size: '16'
5920
5934
  };
5921
5935
 
5922
5936
  var Import = function Import(props) {
@@ -5928,7 +5942,7 @@ var Import = function Import(props) {
5928
5942
  xmlns: "http://www.w3.org/2000/svg",
5929
5943
  width: size,
5930
5944
  height: size,
5931
- viewBox: "0 0 24 24",
5945
+ viewBox: "0 0 16 16",
5932
5946
  fill: color
5933
5947
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5934
5948
  d: "M17.684 11.93l-.296-1.503A5.49 5.49 0 0012 6a5.496 5.496 0 00-4.876 2.964l-.496.951-1.067.114A3.994 3.994 0 002 14c0 2.205 1.795 4 4 4h3v2H6c-3.31 0-6-2.69-6-6 0-3.09 2.34-5.64 5.35-5.96A7.496 7.496 0 0112 4a7.49 7.49 0 017.35 6.04c2.6.18 4.65 2.32 4.65 4.96 0 2.76-2.24 5-5 5h-4v-2h4c1.655 0 3-1.345 3-3a2.976 2.976 0 00-2.788-2.965l-1.528-.106z"
@@ -5943,7 +5957,7 @@ Import.propTypes = {
5943
5957
  };
5944
5958
  Import.defaultProps = {
5945
5959
  color: 'currentColor',
5946
- size: '24'
5960
+ size: '16'
5947
5961
  };
5948
5962
 
5949
5963
  var Add1 = function Add1(props) {
@@ -5955,7 +5969,7 @@ var Add1 = function Add1(props) {
5955
5969
  xmlns: "http://www.w3.org/2000/svg",
5956
5970
  width: size,
5957
5971
  height: size,
5958
- viewBox: "0 0 24 24",
5972
+ viewBox: "0 0 16 16",
5959
5973
  fill: color
5960
5974
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5961
5975
  d: "M11 11V3h2v8h8v2h-8v8h-2v-8H3v-2h8z"
@@ -5968,7 +5982,7 @@ Add1.propTypes = {
5968
5982
  };
5969
5983
  Add1.defaultProps = {
5970
5984
  color: 'currentColor',
5971
- size: '24'
5985
+ size: '16'
5972
5986
  };
5973
5987
 
5974
5988
  var Add2 = function Add2(props) {
@@ -5980,7 +5994,7 @@ var Add2 = function Add2(props) {
5980
5994
  xmlns: "http://www.w3.org/2000/svg",
5981
5995
  width: size,
5982
5996
  height: size,
5983
- viewBox: "0 0 24 24",
5997
+ viewBox: "0 0 16 16",
5984
5998
  fill: color
5985
5999
  }, otherProps), /*#__PURE__*/React.createElement("path", {
5986
6000
  d: "M4 3h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm1 2v14h14V5H5zm6 6V7h2v4h4v2h-4v4h-2v-4H7v-2h4z"
@@ -5993,7 +6007,7 @@ Add2.propTypes = {
5993
6007
  };
5994
6008
  Add2.defaultProps = {
5995
6009
  color: 'currentColor',
5996
- size: '24'
6010
+ size: '16'
5997
6011
  };
5998
6012
 
5999
6013
  var Add3 = function Add3(props) {
@@ -6005,7 +6019,7 @@ var Add3 = function Add3(props) {
6005
6019
  xmlns: "http://www.w3.org/2000/svg",
6006
6020
  width: size,
6007
6021
  height: size,
6008
- viewBox: "0 0 24 24",
6022
+ viewBox: "0 0 16 16",
6009
6023
  fill: color
6010
6024
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6011
6025
  d: "M11 11V7h2v4h4v2h-4v4h-2v-4H7v-2h4zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20z"
@@ -6018,7 +6032,7 @@ Add3.propTypes = {
6018
6032
  };
6019
6033
  Add3.defaultProps = {
6020
6034
  color: 'currentColor',
6021
- size: '24'
6035
+ size: '16'
6022
6036
  };
6023
6037
 
6024
6038
  var Add3Fill = function Add3Fill(props) {
@@ -6030,7 +6044,7 @@ var Add3Fill = function Add3Fill(props) {
6030
6044
  xmlns: "http://www.w3.org/2000/svg",
6031
6045
  width: size,
6032
6046
  height: size,
6033
- viewBox: "0 0 24 24",
6047
+ viewBox: "0 0 16 16",
6034
6048
  fill: color
6035
6049
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6036
6050
  d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-11-1H7v2h4v4h2v-4h4v-2h-4V7h-2v4z"
@@ -6043,7 +6057,7 @@ Add3Fill.propTypes = {
6043
6057
  };
6044
6058
  Add3Fill.defaultProps = {
6045
6059
  color: 'currentColor',
6046
- size: '24'
6060
+ size: '16'
6047
6061
  };
6048
6062
 
6049
6063
  var Subtract = function Subtract(props) {
@@ -6055,7 +6069,7 @@ var Subtract = function Subtract(props) {
6055
6069
  xmlns: "http://www.w3.org/2000/svg",
6056
6070
  width: size,
6057
6071
  height: size,
6058
- viewBox: "0 0 24 24",
6072
+ viewBox: "0 0 16 16",
6059
6073
  fill: color
6060
6074
  }, otherProps), /*#__PURE__*/React.createElement("rect", {
6061
6075
  x: "3",
@@ -6071,7 +6085,7 @@ Subtract.propTypes = {
6071
6085
  };
6072
6086
  Subtract.defaultProps = {
6073
6087
  color: 'currentColor',
6074
- size: '24'
6088
+ size: '16'
6075
6089
  };
6076
6090
 
6077
6091
  var Subtract2 = function Subtract2(props) {
@@ -6083,7 +6097,7 @@ var Subtract2 = function Subtract2(props) {
6083
6097
  xmlns: "http://www.w3.org/2000/svg",
6084
6098
  width: size,
6085
6099
  height: size,
6086
- viewBox: "0 0 24 24",
6100
+ viewBox: "0 0 16 16",
6087
6101
  fill: color
6088
6102
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6089
6103
  d: "M17 11H7v2h10v-2z"
@@ -6100,7 +6114,7 @@ Subtract2.propTypes = {
6100
6114
  };
6101
6115
  Subtract2.defaultProps = {
6102
6116
  color: 'currentColor',
6103
- size: '24'
6117
+ size: '16'
6104
6118
  };
6105
6119
 
6106
6120
  var Update = function Update(props) {
@@ -6112,7 +6126,7 @@ var Update = function Update(props) {
6112
6126
  xmlns: "http://www.w3.org/2000/svg",
6113
6127
  width: size,
6114
6128
  height: size,
6115
- viewBox: "0 0 24 24",
6129
+ viewBox: "0 0 16 16",
6116
6130
  fill: color
6117
6131
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6118
6132
  d: "M5.463 4.433A9.961 9.961 0 0112 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 006.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0112 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0013.54 5.772l.997 1.795z"
@@ -6125,7 +6139,7 @@ Update.propTypes = {
6125
6139
  };
6126
6140
  Update.defaultProps = {
6127
6141
  color: 'currentColor',
6128
- size: '24'
6142
+ size: '16'
6129
6143
  };
6130
6144
 
6131
6145
  var Report = function Report(props) {
@@ -6137,7 +6151,7 @@ var Report = function Report(props) {
6137
6151
  xmlns: "http://www.w3.org/2000/svg",
6138
6152
  width: size,
6139
6153
  height: size,
6140
- viewBox: "0 0 24 24",
6154
+ viewBox: "0 0 16 16",
6141
6155
  fill: color
6142
6156
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6143
6157
  d: "M11 7h2v10h-2V7zm4 4h2v6h-2v-6zm-8 2h2v4H7v-4zm8-9H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z"
@@ -6150,7 +6164,7 @@ Report.propTypes = {
6150
6164
  };
6151
6165
  Report.defaultProps = {
6152
6166
  color: 'currentColor',
6153
- size: '24'
6167
+ size: '16'
6154
6168
  };
6155
6169
 
6156
6170
  var ReportRemoval = function ReportRemoval(props) {
@@ -6162,7 +6176,7 @@ var ReportRemoval = function ReportRemoval(props) {
6162
6176
  xmlns: "http://www.w3.org/2000/svg",
6163
6177
  width: size,
6164
6178
  height: size,
6165
- viewBox: "0 0 24 24",
6179
+ viewBox: "0 0 16 16",
6166
6180
  fill: color
6167
6181
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6168
6182
  d: "M7 13h2v4H7v-4z"
@@ -6183,7 +6197,7 @@ ReportRemoval.propTypes = {
6183
6197
  };
6184
6198
  ReportRemoval.defaultProps = {
6185
6199
  color: 'currentColor',
6186
- size: '24'
6200
+ size: '16'
6187
6201
  };
6188
6202
 
6189
6203
  var FileAdd = function FileAdd(props) {
@@ -6195,7 +6209,7 @@ var FileAdd = function FileAdd(props) {
6195
6209
  xmlns: "http://www.w3.org/2000/svg",
6196
6210
  width: size,
6197
6211
  height: size,
6198
- viewBox: "0 0 24 24",
6212
+ viewBox: "0 0 16 16",
6199
6213
  fill: color
6200
6214
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6201
6215
  d: "M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992zM11 12V9h2v3h3v2h-3v3h-2v-3H8v-2h3z"
@@ -6208,7 +6222,7 @@ FileAdd.propTypes = {
6208
6222
  };
6209
6223
  FileAdd.defaultProps = {
6210
6224
  color: 'currentColor',
6211
- size: '24'
6225
+ size: '16'
6212
6226
  };
6213
6227
 
6214
6228
  var FileRemove = function FileRemove(props) {
@@ -6220,7 +6234,7 @@ var FileRemove = function FileRemove(props) {
6220
6234
  xmlns: "http://www.w3.org/2000/svg",
6221
6235
  width: size,
6222
6236
  height: size,
6223
- viewBox: "0 0 24 24",
6237
+ viewBox: "0 0 16 16",
6224
6238
  fill: color
6225
6239
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6226
6240
  fillRule: "evenodd",
@@ -6235,7 +6249,7 @@ FileRemove.propTypes = {
6235
6249
  };
6236
6250
  FileRemove.defaultProps = {
6237
6251
  color: 'currentColor',
6238
- size: '24'
6252
+ size: '16'
6239
6253
  };
6240
6254
 
6241
6255
  var FileExport = function FileExport(props) {
@@ -6247,7 +6261,7 @@ var FileExport = function FileExport(props) {
6247
6261
  xmlns: "http://www.w3.org/2000/svg",
6248
6262
  width: size,
6249
6263
  height: size,
6250
- viewBox: "0 0 24 24",
6264
+ viewBox: "0 0 16 16",
6251
6265
  fill: color
6252
6266
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6253
6267
  d: "M13 13h3l-4 4-4-4h3V9h2v4zm2-9H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z"
@@ -6260,7 +6274,7 @@ FileExport.propTypes = {
6260
6274
  };
6261
6275
  FileExport.defaultProps = {
6262
6276
  color: 'currentColor',
6263
- size: '24'
6277
+ size: '16'
6264
6278
  };
6265
6279
 
6266
6280
  var FileMove = function FileMove(props) {
@@ -6272,7 +6286,7 @@ var FileMove = function FileMove(props) {
6272
6286
  xmlns: "http://www.w3.org/2000/svg",
6273
6287
  width: size,
6274
6288
  height: size,
6275
- viewBox: "0 0 24 24",
6289
+ viewBox: "0 0 16 16",
6276
6290
  fill: color
6277
6291
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6278
6292
  d: "M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992zM12 11V8l4 4-4 4v-3H8v-2h4z"
@@ -6285,7 +6299,7 @@ FileMove.propTypes = {
6285
6299
  };
6286
6300
  FileMove.defaultProps = {
6287
6301
  color: 'currentColor',
6288
- size: '24'
6302
+ size: '16'
6289
6303
  };
6290
6304
 
6291
6305
  var FileImport = function FileImport(props) {
@@ -6297,7 +6311,7 @@ var FileImport = function FileImport(props) {
6297
6311
  xmlns: "http://www.w3.org/2000/svg",
6298
6312
  width: size,
6299
6313
  height: size,
6300
- viewBox: "0 0 24 24",
6314
+ viewBox: "0 0 16 16",
6301
6315
  fill: color
6302
6316
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6303
6317
  d: "M13 12h3l-4-4-4 4h3v4h2v-4zm2-8H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z"
@@ -6310,7 +6324,7 @@ FileImport.propTypes = {
6310
6324
  };
6311
6325
  FileImport.defaultProps = {
6312
6326
  color: 'currentColor',
6313
- size: '24'
6327
+ size: '16'
6314
6328
  };
6315
6329
 
6316
6330
  var FileInfo = function FileInfo(props) {
@@ -6322,7 +6336,7 @@ var FileInfo = function FileInfo(props) {
6322
6336
  xmlns: "http://www.w3.org/2000/svg",
6323
6337
  width: size,
6324
6338
  height: size,
6325
- viewBox: "0 0 24 24",
6339
+ viewBox: "0 0 16 16",
6326
6340
  fill: color
6327
6341
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6328
6342
  d: "M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992zM11 11h2v6h-2v-6zm0-4h2v2h-2V7z"
@@ -6335,7 +6349,7 @@ FileInfo.propTypes = {
6335
6349
  };
6336
6350
  FileInfo.defaultProps = {
6337
6351
  color: 'currentColor',
6338
- size: '24'
6352
+ size: '16'
6339
6353
  };
6340
6354
 
6341
6355
  var FileConvert = function FileConvert(props) {
@@ -6347,7 +6361,7 @@ var FileConvert = function FileConvert(props) {
6347
6361
  xmlns: "http://www.w3.org/2000/svg",
6348
6362
  width: size,
6349
6363
  height: size,
6350
- viewBox: "0 0 24 24",
6364
+ viewBox: "0 0 16 16",
6351
6365
  fill: color
6352
6366
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6353
6367
  d: "M9 8v4H7l4 4V8H9z"
@@ -6366,7 +6380,7 @@ FileConvert.propTypes = {
6366
6380
  };
6367
6381
  FileConvert.defaultProps = {
6368
6382
  color: 'currentColor',
6369
- size: '24'
6383
+ size: '16'
6370
6384
  };
6371
6385
 
6372
6386
  var FileLock = function FileLock(props) {
@@ -6378,7 +6392,7 @@ var FileLock = function FileLock(props) {
6378
6392
  xmlns: "http://www.w3.org/2000/svg",
6379
6393
  width: size,
6380
6394
  height: size,
6381
- viewBox: "0 0 24 24",
6395
+ viewBox: "0 0 16 16",
6382
6396
  fill: color
6383
6397
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6384
6398
  d: "M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992zM15 11h1v5H8v-5h1v-1a3 3 0 116 0v1zm-2 0v-1a1 1 0 00-2 0v1h2z"
@@ -6391,7 +6405,7 @@ FileLock.propTypes = {
6391
6405
  };
6392
6406
  FileLock.defaultProps = {
6393
6407
  color: 'currentColor',
6394
- size: '24'
6408
+ size: '16'
6395
6409
  };
6396
6410
 
6397
6411
  var Detail = function Detail(props) {
@@ -6403,7 +6417,7 @@ var Detail = function Detail(props) {
6403
6417
  xmlns: "http://www.w3.org/2000/svg",
6404
6418
  width: size,
6405
6419
  height: size,
6406
- viewBox: "0 0 24 24",
6420
+ viewBox: "0 0 16 16",
6407
6421
  fill: color
6408
6422
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6409
6423
  d: "M20 22H4a1 1 0 01-1-1V3a1 1 0 011-1h16a1 1 0 011 1v18a1 1 0 01-1 1zm-1-2V4H5v16h14zM8 9h8v2H8V9zm0 4h8v2H8v-2z"
@@ -6416,7 +6430,7 @@ Detail.propTypes = {
6416
6430
  };
6417
6431
  Detail.defaultProps = {
6418
6432
  color: 'currentColor',
6419
- size: '24'
6433
+ size: '16'
6420
6434
  };
6421
6435
 
6422
6436
  var MessageCenter = function MessageCenter(props) {
@@ -6428,7 +6442,7 @@ var MessageCenter = function MessageCenter(props) {
6428
6442
  xmlns: "http://www.w3.org/2000/svg",
6429
6443
  width: size,
6430
6444
  height: size,
6431
- viewBox: "0 0 24 24",
6445
+ viewBox: "0 0 16 16",
6432
6446
  fill: color
6433
6447
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6434
6448
  d: "M18 3H6v2h12V3z"
@@ -6449,7 +6463,7 @@ MessageCenter.propTypes = {
6449
6463
  };
6450
6464
  MessageCenter.defaultProps = {
6451
6465
  color: 'currentColor',
6452
- size: '24'
6466
+ size: '16'
6453
6467
  };
6454
6468
 
6455
6469
  var SystemMsg = function SystemMsg(props) {
@@ -6461,7 +6475,7 @@ var SystemMsg = function SystemMsg(props) {
6461
6475
  xmlns: "http://www.w3.org/2000/svg",
6462
6476
  width: size,
6463
6477
  height: size,
6464
- viewBox: "0 0 24 24",
6478
+ viewBox: "0 0 16 16",
6465
6479
  fill: color
6466
6480
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6467
6481
  d: "M20 20H4v-5h1.833l1.461.986a3 3 0 001.679.514h6.054a3 3 0 001.679-.514L18.167 15H20v5zM3 13a1 1 0 00-1 1v7a1 1 0 001 1h18a1 1 0 001-1v-7a1 1 0 00-1-1h-3.139a1 1 0 00-.559.171l-1.715 1.158a1 1 0 01-.56.171H8.973a1 1 0 01-.56-.171L6.698 13.17a1 1 0 00-.56-.171H3z"
@@ -6480,7 +6494,7 @@ SystemMsg.propTypes = {
6480
6494
  };
6481
6495
  SystemMsg.defaultProps = {
6482
6496
  color: 'currentColor',
6483
- size: '24'
6497
+ size: '16'
6484
6498
  };
6485
6499
 
6486
6500
  var Comment = function Comment(props) {
@@ -6492,7 +6506,7 @@ var Comment = function Comment(props) {
6492
6506
  xmlns: "http://www.w3.org/2000/svg",
6493
6507
  width: size,
6494
6508
  height: size,
6495
- viewBox: "0 0 24 24",
6509
+ viewBox: "0 0 16 16",
6496
6510
  fill: color
6497
6511
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6498
6512
  d: "M16 10H8v2h8v-2z"
@@ -6509,7 +6523,7 @@ Comment.propTypes = {
6509
6523
  };
6510
6524
  Comment.defaultProps = {
6511
6525
  color: 'currentColor',
6512
- size: '24'
6526
+ size: '16'
6513
6527
  };
6514
6528
 
6515
6529
  var Book = function Book(props) {
@@ -6521,7 +6535,7 @@ var Book = function Book(props) {
6521
6535
  xmlns: "http://www.w3.org/2000/svg",
6522
6536
  width: size,
6523
6537
  height: size,
6524
- viewBox: "0 0 24 24",
6538
+ viewBox: "0 0 16 16",
6525
6539
  fill: color
6526
6540
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6527
6541
  d: "M2 3.993A1 1 0 012.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 01-.992.993H2.992A.993.993 0 012 20.007V3.993zM11 5H4v14h7V5zm2 0v14h7V5h-7zm1 2h5v2h-5V7zm0 3h5v2h-5v-2z"
@@ -6534,7 +6548,7 @@ Book.propTypes = {
6534
6548
  };
6535
6549
  Book.defaultProps = {
6536
6550
  color: 'currentColor',
6537
- size: '24'
6551
+ size: '16'
6538
6552
  };
6539
6553
 
6540
6554
  var Book2 = function Book2(props) {
@@ -6546,7 +6560,7 @@ var Book2 = function Book2(props) {
6546
6560
  xmlns: "http://www.w3.org/2000/svg",
6547
6561
  width: size,
6548
6562
  height: size,
6549
- viewBox: "0 0 24 24",
6563
+ viewBox: "0 0 16 16",
6550
6564
  fill: color
6551
6565
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6552
6566
  d: "M21 18H6a1 1 0 000 2h15v2H6a3 3 0 01-3-3V4a2 2 0 012-2h16v16zM5 16.05c.162-.033.329-.05.5-.05H19V4H5v12.05zM16 9H8V7h8v2z"
@@ -6559,7 +6573,7 @@ Book2.propTypes = {
6559
6573
  };
6560
6574
  Book2.defaultProps = {
6561
6575
  color: 'currentColor',
6562
- size: '24'
6576
+ size: '16'
6563
6577
  };
6564
6578
 
6565
6579
  var FilePdf = function FilePdf(props) {
@@ -6571,7 +6585,7 @@ var FilePdf = function FilePdf(props) {
6571
6585
  xmlns: "http://www.w3.org/2000/svg",
6572
6586
  width: size,
6573
6587
  height: size,
6574
- viewBox: "0 0 24 24",
6588
+ viewBox: "0 0 16 16",
6575
6589
  fill: color
6576
6590
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6577
6591
  d: "M5 3v17h16V10h-2V3H5zm15-2a1 1 0 011 1v19a1 1 0 01-1 1H4a1 1 0 01-1-1V2a1 1 0 011-1h16zM7.999 15.001h2V13.01c0-.01 0-.01-.009-.01H8V15zM7 18v-6h2.99c.559 0 1.01.444 1.01 1.01v1.98A1.004 1.004 0 0110 16H7.999v2H7zm10 0v-6h3.998v1h-3l-.013 1.985 2.015.013v1h-2.001v2h-1V18zm-4-1h1a.993.993 0 00.999-.998v-2.004A1.002 1.002 0 0014 13h-1v4zm-1 1v-6h2c1.104 0 2 .899 2 1.998v2.004A1.994 1.994 0 0114 18h-2z"
@@ -6584,7 +6598,7 @@ FilePdf.propTypes = {
6584
6598
  };
6585
6599
  FilePdf.defaultProps = {
6586
6600
  color: 'currentColor',
6587
- size: '24'
6601
+ size: '16'
6588
6602
  };
6589
6603
 
6590
6604
  var Sticker = function Sticker(props) {
@@ -6596,7 +6610,7 @@ var Sticker = function Sticker(props) {
6596
6610
  xmlns: "http://www.w3.org/2000/svg",
6597
6611
  width: size,
6598
6612
  height: size,
6599
- viewBox: "0 0 24 24",
6613
+ viewBox: "0 0 16 16",
6600
6614
  fill: color
6601
6615
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6602
6616
  d: "M21 15l-6 5.996L4.002 21A.998.998 0 013 20.007V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.456.993 1.002V15zM19 5H5v14h8v-5a1 1 0 01.883-.993L14 13l5-.001V5zm-.829 9.999L15 15v3.169l3.171-3.17z"
@@ -6609,7 +6623,7 @@ Sticker.propTypes = {
6609
6623
  };
6610
6624
  Sticker.defaultProps = {
6611
6625
  color: 'currentColor',
6612
- size: '24'
6626
+ size: '16'
6613
6627
  };
6614
6628
 
6615
6629
  var StickerFill = function StickerFill(props) {
@@ -6621,7 +6635,7 @@ var StickerFill = function StickerFill(props) {
6621
6635
  xmlns: "http://www.w3.org/2000/svg",
6622
6636
  width: size,
6623
6637
  height: size,
6624
- viewBox: "0 0 24 24",
6638
+ viewBox: "0 0 16 16",
6625
6639
  fill: color
6626
6640
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6627
6641
  d: "M15 14l-.117.007a1 1 0 00-.876.876L14 15v6H3.998A.996.996 0 013 20.007V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.447.993.999V14h-6zm6 2l-5 4.997V16h5z"
@@ -6634,7 +6648,7 @@ StickerFill.propTypes = {
6634
6648
  };
6635
6649
  StickerFill.defaultProps = {
6636
6650
  color: 'currentColor',
6637
- size: '24'
6651
+ size: '16'
6638
6652
  };
6639
6653
 
6640
6654
  var EventSm = function EventSm(props) {
@@ -6646,7 +6660,7 @@ var EventSm = function EventSm(props) {
6646
6660
  xmlns: "http://www.w3.org/2000/svg",
6647
6661
  width: size,
6648
6662
  height: size,
6649
- viewBox: "0 0 24 24",
6663
+ viewBox: "0 0 16 16",
6650
6664
  fill: color
6651
6665
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6652
6666
  d: "M1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm1 0v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-1 1zm5.334 9L5 5l7 2.334-3.7.967L7.335 12z"
@@ -6659,7 +6673,7 @@ EventSm.propTypes = {
6659
6673
  };
6660
6674
  EventSm.defaultProps = {
6661
6675
  color: 'currentColor',
6662
- size: '24'
6676
+ size: '16'
6663
6677
  };
6664
6678
 
6665
6679
  var EPropertySm = function EPropertySm(props) {
@@ -6671,7 +6685,7 @@ var EPropertySm = function EPropertySm(props) {
6671
6685
  xmlns: "http://www.w3.org/2000/svg",
6672
6686
  width: size,
6673
6687
  height: size,
6674
- viewBox: "0 0 24 24",
6688
+ viewBox: "0 0 16 16",
6675
6689
  fill: color
6676
6690
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6677
6691
  d: "M4.667 9L3 4l5 1.667-2.642.69L4.668 9z"
@@ -6692,7 +6706,7 @@ EPropertySm.propTypes = {
6692
6706
  };
6693
6707
  EPropertySm.defaultProps = {
6694
6708
  color: 'currentColor',
6695
- size: '24'
6709
+ size: '16'
6696
6710
  };
6697
6711
 
6698
6712
  var UPropertySm = function UPropertySm(props) {
@@ -6704,7 +6718,7 @@ var UPropertySm = function UPropertySm(props) {
6704
6718
  xmlns: "http://www.w3.org/2000/svg",
6705
6719
  width: size,
6706
6720
  height: size,
6707
- viewBox: "0 0 24 24",
6721
+ viewBox: "0 0 16 16",
6708
6722
  fill: color
6709
6723
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6710
6724
  d: "M9 4h3v1H9V4z"
@@ -6725,7 +6739,7 @@ UPropertySm.propTypes = {
6725
6739
  };
6726
6740
  UPropertySm.defaultProps = {
6727
6741
  color: 'currentColor',
6728
- size: '24'
6742
+ size: '16'
6729
6743
  };
6730
6744
 
6731
6745
  var UGroupSm = function UGroupSm(props) {
@@ -6737,7 +6751,7 @@ var UGroupSm = function UGroupSm(props) {
6737
6751
  xmlns: "http://www.w3.org/2000/svg",
6738
6752
  width: size,
6739
6753
  height: size,
6740
- viewBox: "0 0 24 24",
6754
+ viewBox: "0 0 16 16",
6741
6755
  fill: color
6742
6756
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6743
6757
  fillRule: "evenodd",
@@ -6764,7 +6778,7 @@ UGroupSm.propTypes = {
6764
6778
  };
6765
6779
  UGroupSm.defaultProps = {
6766
6780
  color: 'currentColor',
6767
- size: '24'
6781
+ size: '16'
6768
6782
  };
6769
6783
 
6770
6784
  var UTagSm = function UTagSm(props) {
@@ -6776,7 +6790,7 @@ var UTagSm = function UTagSm(props) {
6776
6790
  xmlns: "http://www.w3.org/2000/svg",
6777
6791
  width: size,
6778
6792
  height: size,
6779
- viewBox: "0 0 24 24",
6793
+ viewBox: "0 0 16 16",
6780
6794
  fill: color
6781
6795
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6782
6796
  d: "M14 2.2a.2.2 0 00-.2-.2H7.2a.2.2 0 00-.2.2V3H6V2a1 1 0 011-1h7a1 1 0 011 1v8.465a1 1 0 01-.445.832l-3.5 2.333a1.011 1.011 0 01-.055.034v-1.2l3-2V2.2z"
@@ -6793,7 +6807,7 @@ UTagSm.propTypes = {
6793
6807
  };
6794
6808
  UTagSm.defaultProps = {
6795
6809
  color: 'currentColor',
6796
- size: '24'
6810
+ size: '16'
6797
6811
  };
6798
6812
 
6799
6813
  var AllSm = function AllSm(props) {
@@ -6805,7 +6819,7 @@ var AllSm = function AllSm(props) {
6805
6819
  xmlns: "http://www.w3.org/2000/svg",
6806
6820
  width: size,
6807
6821
  height: size,
6808
- viewBox: "0 0 24 24",
6822
+ viewBox: "0 0 16 16",
6809
6823
  fill: color
6810
6824
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6811
6825
  d: "M1 7V1h6v6H1zm1-5v4h4V2H2z"
@@ -6824,7 +6838,7 @@ AllSm.propTypes = {
6824
6838
  };
6825
6839
  AllSm.defaultProps = {
6826
6840
  color: 'currentColor',
6827
- size: '24'
6841
+ size: '16'
6828
6842
  };
6829
6843
 
6830
6844
  var CalendarSm = function CalendarSm(props) {
@@ -6836,7 +6850,7 @@ var CalendarSm = function CalendarSm(props) {
6836
6850
  xmlns: "http://www.w3.org/2000/svg",
6837
6851
  width: size,
6838
6852
  height: size,
6839
- viewBox: "0 0 24 24",
6853
+ viewBox: "0 0 16 16",
6840
6854
  fill: color
6841
6855
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6842
6856
  d: "M5 1H4v1H2a1 1 0 00-1 1v10a1 1 0 001 1h12a1 1 0 001-1V3a1 1 0 00-1-1h-2V1h-1v1H5V1zM4 3v2h1V3h6v2h1V3h2v4H2V3h2zM2 8h12v5H2V8z"
@@ -6849,7 +6863,7 @@ CalendarSm.propTypes = {
6849
6863
  };
6850
6864
  CalendarSm.defaultProps = {
6851
6865
  color: 'currentColor',
6852
- size: '24'
6866
+ size: '16'
6853
6867
  };
6854
6868
 
6855
6869
  var GroupAddSm = function GroupAddSm(props) {
@@ -6861,7 +6875,7 @@ var GroupAddSm = function GroupAddSm(props) {
6861
6875
  xmlns: "http://www.w3.org/2000/svg",
6862
6876
  width: size,
6863
6877
  height: size,
6864
- viewBox: "0 0 24 24",
6878
+ viewBox: "0 0 16 16",
6865
6879
  fill: color
6866
6880
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6867
6881
  fillRule: "evenodd",
@@ -6880,7 +6894,7 @@ GroupAddSm.propTypes = {
6880
6894
  };
6881
6895
  GroupAddSm.defaultProps = {
6882
6896
  color: 'currentColor',
6883
- size: '24'
6897
+ size: '16'
6884
6898
  };
6885
6899
 
6886
6900
  var Boolean = function Boolean(props) {
@@ -6892,7 +6906,7 @@ var Boolean = function Boolean(props) {
6892
6906
  xmlns: "http://www.w3.org/2000/svg",
6893
6907
  width: size,
6894
6908
  height: size,
6895
- viewBox: "0 0 24 24",
6909
+ viewBox: "0 0 16 16",
6896
6910
  fill: color
6897
6911
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6898
6912
  d: "M8 3H5.5v6h-1V3H2V2h6v1z"
@@ -6907,7 +6921,7 @@ Boolean.propTypes = {
6907
6921
  };
6908
6922
  Boolean.defaultProps = {
6909
6923
  color: 'currentColor',
6910
- size: '24'
6924
+ size: '16'
6911
6925
  };
6912
6926
 
6913
6927
  var ListSm = function ListSm(props) {
@@ -6919,7 +6933,7 @@ var ListSm = function ListSm(props) {
6919
6933
  xmlns: "http://www.w3.org/2000/svg",
6920
6934
  width: size,
6921
6935
  height: size,
6922
- viewBox: "0 0 24 24",
6936
+ viewBox: "0 0 16 16",
6923
6937
  fill: color
6924
6938
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6925
6939
  d: "M3 2H2v1h1V2z"
@@ -6942,7 +6956,7 @@ ListSm.propTypes = {
6942
6956
  };
6943
6957
  ListSm.defaultProps = {
6944
6958
  color: 'currentColor',
6945
- size: '24'
6959
+ size: '16'
6946
6960
  };
6947
6961
 
6948
6962
  var ArrayRows = function ArrayRows(props) {
@@ -6954,7 +6968,7 @@ var ArrayRows = function ArrayRows(props) {
6954
6968
  xmlns: "http://www.w3.org/2000/svg",
6955
6969
  width: size,
6956
6970
  height: size,
6957
- viewBox: "0 0 24 24",
6971
+ viewBox: "0 0 16 16",
6958
6972
  fill: color
6959
6973
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6960
6974
  fillRule: "evenodd",
@@ -6969,7 +6983,7 @@ ArrayRows.propTypes = {
6969
6983
  };
6970
6984
  ArrayRows.defaultProps = {
6971
6985
  color: 'currentColor',
6972
- size: '24'
6986
+ size: '16'
6973
6987
  };
6974
6988
 
6975
6989
  var Rows = function Rows(props) {
@@ -6981,7 +6995,7 @@ var Rows = function Rows(props) {
6981
6995
  xmlns: "http://www.w3.org/2000/svg",
6982
6996
  width: size,
6983
6997
  height: size,
6984
- viewBox: "0 0 24 24",
6998
+ viewBox: "0 0 16 16",
6985
6999
  fill: color
6986
7000
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6987
7001
  fillRule: "evenodd",
@@ -7004,7 +7018,7 @@ Rows.propTypes = {
7004
7018
  };
7005
7019
  Rows.defaultProps = {
7006
7020
  color: 'currentColor',
7007
- size: '24'
7021
+ size: '16'
7008
7022
  };
7009
7023
 
7010
7024
  var VPropertySm = function VPropertySm(props) {
@@ -7016,7 +7030,7 @@ var VPropertySm = function VPropertySm(props) {
7016
7030
  xmlns: "http://www.w3.org/2000/svg",
7017
7031
  width: size,
7018
7032
  height: size,
7019
- viewBox: "0 0 24 24",
7033
+ viewBox: "0 0 16 16",
7020
7034
  fill: color
7021
7035
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7022
7036
  d: "M4.5 3L7 4.5v3L4.5 9 2 7.5v-3L4.5 3zM3 5.066v1.868l1.5.9 1.5-.9V5.066l-1.5-.9-1.5.9z"
@@ -7035,7 +7049,7 @@ VPropertySm.propTypes = {
7035
7049
  };
7036
7050
  VPropertySm.defaultProps = {
7037
7051
  color: 'currentColor',
7038
- size: '24'
7052
+ size: '16'
7039
7053
  };
7040
7054
 
7041
7055
  var String = function String(props) {
@@ -7047,7 +7061,7 @@ var String = function String(props) {
7047
7061
  xmlns: "http://www.w3.org/2000/svg",
7048
7062
  width: size,
7049
7063
  height: size,
7050
- viewBox: "0 0 24 24",
7064
+ viewBox: "0 0 16 16",
7051
7065
  fill: color
7052
7066
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7053
7067
  d: "M10.247 11.5c.32 0 .572-.056.753-.168v-.856a.996.996 0 01-.321.065c-.165 0-.263-.06-.296-.182a3.144 3.144 0 01-.037-.57V6.34c0-.39-.07-.705-.21-.947a1.466 1.466 0 00-.556-.557 2.1 2.1 0 00-.778-.272 5.574 5.574 0 00-.851-.065 4.34 4.34 0 00-1.025.117 2.366 2.366 0 00-.84.389 1.88 1.88 0 00-.592.687c-.148.285-.23.635-.247 1.05h1.05c.024-.493.184-.826.48-.999.297-.181.667-.272 1.112-.272.164 0 .33.013.494.04.173.025.325.077.457.155.14.077.25.19.333.337.09.147.136.341.136.583 0 .207-.058.367-.173.48a1.23 1.23 0 01-.47.246 5.645 5.645 0 01-.69.13c-.256.026-.527.069-.816.13-.271.051-.539.116-.802.194a2.2 2.2 0 00-.691.35 1.642 1.642 0 00-.482.583c-.123.242-.185.553-.185.933 0 .337.053.627.16.869.116.233.268.423.457.57.19.147.412.255.667.324.263.07.54.104.827.104.445 0 .856-.078 1.235-.233a2.569 2.569 0 001.012-.791c0 .363.078.626.235.79.164.156.382.234.654.234zm-1.47-3.37c.215-.052.388-.13.52-.234v1.128c0 .156-.038.324-.112.506-.074.172-.19.337-.345.492a2.013 2.013 0 01-.605.376 2.478 2.478 0 01-.89.143c-.164 0-.32-.018-.468-.052a1.177 1.177 0 01-.396-.169 1.025 1.025 0 01-.271-.298 1.02 1.02 0 01-.099-.466c0-.277.058-.493.173-.649.123-.164.28-.29.47-.376.188-.086.402-.146.641-.181.239-.043.473-.078.704-.104.238-.034.465-.073.679-.116z"
@@ -7062,7 +7076,7 @@ String.propTypes = {
7062
7076
  };
7063
7077
  String.defaultProps = {
7064
7078
  color: 'currentColor',
7065
- size: '24'
7079
+ size: '16'
7066
7080
  };
7067
7081
 
7068
7082
  var Num = function Num(props) {
@@ -7074,7 +7088,7 @@ var Num = function Num(props) {
7074
7088
  xmlns: "http://www.w3.org/2000/svg",
7075
7089
  width: size,
7076
7090
  height: size,
7077
- viewBox: "0 0 24 24",
7091
+ viewBox: "0 0 16 16",
7078
7092
  fill: color
7079
7093
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7080
7094
  d: "M8 11.5h1v-7h-.142L6.5 5.18V6H8v5.5z"
@@ -7089,7 +7103,7 @@ Num.propTypes = {
7089
7103
  };
7090
7104
  Num.defaultProps = {
7091
7105
  color: 'currentColor',
7092
- size: '24'
7106
+ size: '16'
7093
7107
  };
7094
7108
 
7095
7109
  var Time = function Time(props) {
@@ -7101,7 +7115,7 @@ var Time = function Time(props) {
7101
7115
  xmlns: "http://www.w3.org/2000/svg",
7102
7116
  width: size,
7103
7117
  height: size,
7104
- viewBox: "0 0 24 24",
7118
+ viewBox: "0 0 16 16",
7105
7119
  fill: color
7106
7120
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7107
7121
  d: "M8 4H7v5h5V8H8V4z"
@@ -7116,7 +7130,7 @@ Time.propTypes = {
7116
7130
  };
7117
7131
  Time.defaultProps = {
7118
7132
  color: 'currentColor',
7119
- size: '24'
7133
+ size: '16'
7120
7134
  };
7121
7135
 
7122
7136
  var ArrowLeft = function ArrowLeft(props) {
@@ -7128,7 +7142,7 @@ var ArrowLeft = function ArrowLeft(props) {
7128
7142
  xmlns: "http://www.w3.org/2000/svg",
7129
7143
  width: size,
7130
7144
  height: size,
7131
- viewBox: "0 0 24 24",
7145
+ viewBox: "0 0 16 16",
7132
7146
  fill: color
7133
7147
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7134
7148
  d: "M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414-4.95 4.95z"
@@ -7141,7 +7155,7 @@ ArrowLeft.propTypes = {
7141
7155
  };
7142
7156
  ArrowLeft.defaultProps = {
7143
7157
  color: 'currentColor',
7144
- size: '24'
7158
+ size: '16'
7145
7159
  };
7146
7160
 
7147
7161
  var ArrowRight = function ArrowRight(props) {
@@ -7153,7 +7167,7 @@ var ArrowRight = function ArrowRight(props) {
7153
7167
  xmlns: "http://www.w3.org/2000/svg",
7154
7168
  width: size,
7155
7169
  height: size,
7156
- viewBox: "0 0 24 24",
7170
+ viewBox: "0 0 16 16",
7157
7171
  fill: color
7158
7172
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7159
7173
  d: "M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414 4.95-4.95z"
@@ -7166,7 +7180,7 @@ ArrowRight.propTypes = {
7166
7180
  };
7167
7181
  ArrowRight.defaultProps = {
7168
7182
  color: 'currentColor',
7169
- size: '24'
7183
+ size: '16'
7170
7184
  };
7171
7185
 
7172
7186
  var ArrowUp = function ArrowUp(props) {
@@ -7178,7 +7192,7 @@ var ArrowUp = function ArrowUp(props) {
7178
7192
  xmlns: "http://www.w3.org/2000/svg",
7179
7193
  width: size,
7180
7194
  height: size,
7181
- viewBox: "0 0 24 24",
7195
+ viewBox: "0 0 16 16",
7182
7196
  fill: color
7183
7197
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7184
7198
  d: "M12 11.05L16.95 16l1.414-1.414L12 8.222l-6.364 6.364L7.05 16 12 11.05z"
@@ -7191,7 +7205,7 @@ ArrowUp.propTypes = {
7191
7205
  };
7192
7206
  ArrowUp.defaultProps = {
7193
7207
  color: 'currentColor',
7194
- size: '24'
7208
+ size: '16'
7195
7209
  };
7196
7210
 
7197
7211
  var ArrowDown = function ArrowDown(props) {
@@ -7203,7 +7217,7 @@ var ArrowDown = function ArrowDown(props) {
7203
7217
  xmlns: "http://www.w3.org/2000/svg",
7204
7218
  width: size,
7205
7219
  height: size,
7206
- viewBox: "0 0 24 24",
7220
+ viewBox: "0 0 16 16",
7207
7221
  fill: color
7208
7222
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7209
7223
  d: "M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222l4.95 4.95z"
@@ -7216,7 +7230,7 @@ ArrowDown.propTypes = {
7216
7230
  };
7217
7231
  ArrowDown.defaultProps = {
7218
7232
  color: 'currentColor',
7219
- size: '24'
7233
+ size: '16'
7220
7234
  };
7221
7235
 
7222
7236
  var ArrowLeft2 = function ArrowLeft2(props) {
@@ -7228,7 +7242,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
7228
7242
  xmlns: "http://www.w3.org/2000/svg",
7229
7243
  width: size,
7230
7244
  height: size,
7231
- viewBox: "0 0 24 24",
7245
+ viewBox: "0 0 16 16",
7232
7246
  fill: color
7233
7247
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7234
7248
  d: "M7.828 10.778H20v2H7.828l5.364 5.364-1.414 1.414L4 11.778 11.778 4l1.414 1.414-5.364 5.364z"
@@ -7241,7 +7255,7 @@ ArrowLeft2.propTypes = {
7241
7255
  };
7242
7256
  ArrowLeft2.defaultProps = {
7243
7257
  color: 'currentColor',
7244
- size: '24'
7258
+ size: '16'
7245
7259
  };
7246
7260
 
7247
7261
  var ArrowRight2 = function ArrowRight2(props) {
@@ -7253,7 +7267,7 @@ var ArrowRight2 = function ArrowRight2(props) {
7253
7267
  xmlns: "http://www.w3.org/2000/svg",
7254
7268
  width: size,
7255
7269
  height: size,
7256
- viewBox: "0 0 24 24",
7270
+ viewBox: "0 0 16 16",
7257
7271
  fill: color
7258
7272
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7259
7273
  d: "M16.172 10.778H4v2h12.172l-5.364 5.364 1.414 1.414L20 11.778 12.222 4l-1.414 1.414 5.364 5.364z"
@@ -7266,7 +7280,7 @@ ArrowRight2.propTypes = {
7266
7280
  };
7267
7281
  ArrowRight2.defaultProps = {
7268
7282
  color: 'currentColor',
7269
- size: '24'
7283
+ size: '16'
7270
7284
  };
7271
7285
 
7272
7286
  var ArrowUp2 = function ArrowUp2(props) {
@@ -7278,7 +7292,7 @@ var ArrowUp2 = function ArrowUp2(props) {
7278
7292
  xmlns: "http://www.w3.org/2000/svg",
7279
7293
  width: size,
7280
7294
  height: size,
7281
- viewBox: "0 0 24 24",
7295
+ viewBox: "0 0 16 16",
7282
7296
  fill: color
7283
7297
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7284
7298
  d: "M11 7.606v12.172h2V7.606l5.364 5.364 1.414-1.414L12 3.778l-7.778 7.778 1.414 1.414L11 7.606z"
@@ -7291,7 +7305,7 @@ ArrowUp2.propTypes = {
7291
7305
  };
7292
7306
  ArrowUp2.defaultProps = {
7293
7307
  color: 'currentColor',
7294
- size: '24'
7308
+ size: '16'
7295
7309
  };
7296
7310
 
7297
7311
  var ArrowDown2 = function ArrowDown2(props) {
@@ -7303,7 +7317,7 @@ var ArrowDown2 = function ArrowDown2(props) {
7303
7317
  xmlns: "http://www.w3.org/2000/svg",
7304
7318
  width: size,
7305
7319
  height: size,
7306
- viewBox: "0 0 24 24",
7320
+ viewBox: "0 0 16 16",
7307
7321
  fill: color
7308
7322
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7309
7323
  d: "M13 15.95V3.778h-2V15.95l-5.364-5.364L4.222 12 12 19.778 19.778 12l-1.414-1.414L13 15.95z"
@@ -7316,7 +7330,7 @@ ArrowDown2.propTypes = {
7316
7330
  };
7317
7331
  ArrowDown2.defaultProps = {
7318
7332
  color: 'currentColor',
7319
- size: '24'
7333
+ size: '16'
7320
7334
  };
7321
7335
 
7322
7336
  var TriLeft = function TriLeft(props) {
@@ -7328,7 +7342,7 @@ var TriLeft = function TriLeft(props) {
7328
7342
  xmlns: "http://www.w3.org/2000/svg",
7329
7343
  width: size,
7330
7344
  height: size,
7331
- viewBox: "0 0 24 24",
7345
+ viewBox: "0 0 16 16",
7332
7346
  fill: color
7333
7347
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7334
7348
  d: "M15 18V6l-6 6 6 6z"
@@ -7341,7 +7355,7 @@ TriLeft.propTypes = {
7341
7355
  };
7342
7356
  TriLeft.defaultProps = {
7343
7357
  color: 'currentColor',
7344
- size: '24'
7358
+ size: '16'
7345
7359
  };
7346
7360
 
7347
7361
  var TriRight = function TriRight(props) {
@@ -7353,7 +7367,7 @@ var TriRight = function TriRight(props) {
7353
7367
  xmlns: "http://www.w3.org/2000/svg",
7354
7368
  width: size,
7355
7369
  height: size,
7356
- viewBox: "0 0 24 24",
7370
+ viewBox: "0 0 16 16",
7357
7371
  fill: color
7358
7372
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7359
7373
  d: "M9 18V6l6 6-6 6z"
@@ -7366,7 +7380,7 @@ TriRight.propTypes = {
7366
7380
  };
7367
7381
  TriRight.defaultProps = {
7368
7382
  color: 'currentColor',
7369
- size: '24'
7383
+ size: '16'
7370
7384
  };
7371
7385
 
7372
7386
  var TriUp = function TriUp(props) {
@@ -7378,7 +7392,7 @@ var TriUp = function TriUp(props) {
7378
7392
  xmlns: "http://www.w3.org/2000/svg",
7379
7393
  width: size,
7380
7394
  height: size,
7381
- viewBox: "0 0 24 24",
7395
+ viewBox: "0 0 16 16",
7382
7396
  fill: color
7383
7397
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7384
7398
  d: "M12 9l6 6H6l6-6z"
@@ -7391,7 +7405,7 @@ TriUp.propTypes = {
7391
7405
  };
7392
7406
  TriUp.defaultProps = {
7393
7407
  color: 'currentColor',
7394
- size: '24'
7408
+ size: '16'
7395
7409
  };
7396
7410
 
7397
7411
  var TriDown = function TriDown(props) {
@@ -7403,7 +7417,7 @@ var TriDown = function TriDown(props) {
7403
7417
  xmlns: "http://www.w3.org/2000/svg",
7404
7418
  width: size,
7405
7419
  height: size,
7406
- viewBox: "0 0 24 24",
7420
+ viewBox: "0 0 16 16",
7407
7421
  fill: color
7408
7422
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7409
7423
  d: "M12 15L6 9h12l-6 6z"
@@ -7416,7 +7430,7 @@ TriDown.propTypes = {
7416
7430
  };
7417
7431
  TriDown.defaultProps = {
7418
7432
  color: 'currentColor',
7419
- size: '24'
7433
+ size: '16'
7420
7434
  };
7421
7435
 
7422
7436
  var DArrowL = function DArrowL(props) {
@@ -7428,7 +7442,7 @@ var DArrowL = function DArrowL(props) {
7428
7442
  xmlns: "http://www.w3.org/2000/svg",
7429
7443
  width: size,
7430
7444
  height: size,
7431
- viewBox: "0 0 24 24",
7445
+ viewBox: "0 0 16 16",
7432
7446
  fill: color
7433
7447
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7434
7448
  d: "M12.778 16.95L7.828 12l4.95-4.95-1.414-1.414L5 12l6.364 6.364 1.414-1.414z"
@@ -7443,7 +7457,7 @@ DArrowL.propTypes = {
7443
7457
  };
7444
7458
  DArrowL.defaultProps = {
7445
7459
  color: 'currentColor',
7446
- size: '24'
7460
+ size: '16'
7447
7461
  };
7448
7462
 
7449
7463
  var DArrowR = function DArrowR(props) {
@@ -7455,7 +7469,7 @@ var DArrowR = function DArrowR(props) {
7455
7469
  xmlns: "http://www.w3.org/2000/svg",
7456
7470
  width: size,
7457
7471
  height: size,
7458
- viewBox: "0 0 24 24",
7472
+ viewBox: "0 0 16 16",
7459
7473
  fill: color
7460
7474
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7461
7475
  d: "M5 7.05L9.95 12 5 16.95l1.414 1.414L12.778 12 6.414 5.636 5 7.05z"
@@ -7470,7 +7484,7 @@ DArrowR.propTypes = {
7470
7484
  };
7471
7485
  DArrowR.defaultProps = {
7472
7486
  color: 'currentColor',
7473
- size: '24'
7487
+ size: '16'
7474
7488
  };
7475
7489
 
7476
7490
  var DArrowT = function DArrowT(props) {
@@ -7482,7 +7496,7 @@ var DArrowT = function DArrowT(props) {
7482
7496
  xmlns: "http://www.w3.org/2000/svg",
7483
7497
  width: size,
7484
7498
  height: size,
7485
- viewBox: "0 0 24 24",
7499
+ viewBox: "0 0 16 16",
7486
7500
  fill: color
7487
7501
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7488
7502
  d: "M7.439 19.389l4.95-4.95 4.95 4.95 1.414-1.414-6.364-6.364-6.364 6.364 1.414 1.414z"
@@ -7497,7 +7511,7 @@ DArrowT.propTypes = {
7497
7511
  };
7498
7512
  DArrowT.defaultProps = {
7499
7513
  color: 'currentColor',
7500
- size: '24'
7514
+ size: '16'
7501
7515
  };
7502
7516
 
7503
7517
  var DArrowB = function DArrowB(props) {
@@ -7509,7 +7523,7 @@ var DArrowB = function DArrowB(props) {
7509
7523
  xmlns: "http://www.w3.org/2000/svg",
7510
7524
  width: size,
7511
7525
  height: size,
7512
- viewBox: "0 0 24 24",
7526
+ viewBox: "0 0 16 16",
7513
7527
  fill: color
7514
7528
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7515
7529
  d: "M17.339 4.611l-4.95 4.95-4.95-4.95-1.414 1.414 6.364 6.364 6.364-6.364-1.414-1.414z"
@@ -7524,7 +7538,7 @@ DArrowB.propTypes = {
7524
7538
  };
7525
7539
  DArrowB.defaultProps = {
7526
7540
  color: 'currentColor',
7527
- size: '24'
7541
+ size: '16'
7528
7542
  };
7529
7543
 
7530
7544
  var DropDown = function DropDown(props) {
@@ -7536,7 +7550,7 @@ var DropDown = function DropDown(props) {
7536
7550
  xmlns: "http://www.w3.org/2000/svg",
7537
7551
  width: size,
7538
7552
  height: size,
7539
- viewBox: "0 0 24 24",
7553
+ viewBox: "0 0 16 16",
7540
7554
  fill: color
7541
7555
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7542
7556
  d: "M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414L12 15z"
@@ -7549,7 +7563,7 @@ DropDown.propTypes = {
7549
7563
  };
7550
7564
  DropDown.defaultProps = {
7551
7565
  color: 'currentColor',
7552
- size: '24'
7566
+ size: '16'
7553
7567
  };
7554
7568
 
7555
7569
  var DropUp = function DropUp(props) {
@@ -7561,7 +7575,7 @@ var DropUp = function DropUp(props) {
7561
7575
  xmlns: "http://www.w3.org/2000/svg",
7562
7576
  width: size,
7563
7577
  height: size,
7564
- viewBox: "0 0 24 24",
7578
+ viewBox: "0 0 16 16",
7565
7579
  fill: color
7566
7580
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7567
7581
  d: "M12 11.828l-2.828 2.829-1.415-1.414L12 9l4.243 4.243-1.415 1.414L12 11.828z"
@@ -7574,7 +7588,7 @@ DropUp.propTypes = {
7574
7588
  };
7575
7589
  DropUp.defaultProps = {
7576
7590
  color: 'currentColor',
7577
- size: '24'
7591
+ size: '16'
7578
7592
  };
7579
7593
 
7580
7594
  var More1 = function More1(props) {
@@ -7586,7 +7600,7 @@ var More1 = function More1(props) {
7586
7600
  xmlns: "http://www.w3.org/2000/svg",
7587
7601
  width: size,
7588
7602
  height: size,
7589
- viewBox: "0 0 24 24",
7603
+ viewBox: "0 0 16 16",
7590
7604
  fill: color
7591
7605
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7592
7606
  d: "M4.5 10.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S6 12.825 6 12s-.675-1.5-1.5-1.5zm15 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S21 12.825 21 12s-.675-1.5-1.5-1.5zm-7.5 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5-.675-1.5-1.5-1.5z"
@@ -7599,7 +7613,7 @@ More1.propTypes = {
7599
7613
  };
7600
7614
  More1.defaultProps = {
7601
7615
  color: 'currentColor',
7602
- size: '24'
7616
+ size: '16'
7603
7617
  };
7604
7618
 
7605
7619
  var More2 = function More2(props) {
@@ -7611,7 +7625,7 @@ var More2 = function More2(props) {
7611
7625
  xmlns: "http://www.w3.org/2000/svg",
7612
7626
  width: size,
7613
7627
  height: size,
7614
- viewBox: "0 0 24 24",
7628
+ viewBox: "0 0 16 16",
7615
7629
  fill: color
7616
7630
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7617
7631
  d: "M10.5 19.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5S12.825 18 12 18s-1.5.675-1.5 1.5zm0-15c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5S12.825 3 12 3s-1.5.675-1.5 1.5zm0 7.5c0 .825.675 1.5 1.5 1.5s1.5-.675 1.5-1.5-.675-1.5-1.5-1.5-1.5.675-1.5 1.5z"
@@ -7624,7 +7638,7 @@ More2.propTypes = {
7624
7638
  };
7625
7639
  More2.defaultProps = {
7626
7640
  color: 'currentColor',
7627
- size: '24'
7641
+ size: '16'
7628
7642
  };
7629
7643
 
7630
7644
  var Drag = function Drag(props) {
@@ -7636,7 +7650,7 @@ var Drag = function Drag(props) {
7636
7650
  xmlns: "http://www.w3.org/2000/svg",
7637
7651
  width: size,
7638
7652
  height: size,
7639
- viewBox: "0 0 24 24",
7653
+ viewBox: "0 0 16 16",
7640
7654
  fill: color
7641
7655
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7642
7656
  d: "M8.5 21c-.825 0-1.5-.675-1.5-1.5S7.675 18 8.5 18s1.5.675 1.5 1.5S9.325 21 8.5 21z"
@@ -7659,7 +7673,7 @@ Drag.propTypes = {
7659
7673
  };
7660
7674
  Drag.defaultProps = {
7661
7675
  color: 'currentColor',
7662
- size: '24'
7676
+ size: '16'
7663
7677
  };
7664
7678
 
7665
7679
  var Drag2 = function Drag2(props) {
@@ -7671,7 +7685,7 @@ var Drag2 = function Drag2(props) {
7671
7685
  xmlns: "http://www.w3.org/2000/svg",
7672
7686
  width: size,
7673
7687
  height: size,
7674
- viewBox: "0 0 24 24",
7688
+ viewBox: "0 0 16 16",
7675
7689
  fill: color
7676
7690
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7677
7691
  d: "M4 3h8v2H4V3z"
@@ -7688,7 +7702,7 @@ Drag2.propTypes = {
7688
7702
  };
7689
7703
  Drag2.defaultProps = {
7690
7704
  color: 'currentColor',
7691
- size: '24'
7705
+ size: '16'
7692
7706
  };
7693
7707
 
7694
7708
  var External = function External(props) {
@@ -7700,7 +7714,7 @@ var External = function External(props) {
7700
7714
  xmlns: "http://www.w3.org/2000/svg",
7701
7715
  width: size,
7702
7716
  height: size,
7703
- viewBox: "0 0 24 24",
7717
+ viewBox: "0 0 16 16",
7704
7718
  fill: color
7705
7719
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7706
7720
  d: "M10 6v2H5v11h11v-5h2v6a1 1 0 01-1 1H4a1 1 0 01-1-1V7a1 1 0 011-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z"
@@ -7713,7 +7727,7 @@ External.propTypes = {
7713
7727
  };
7714
7728
  External.defaultProps = {
7715
7729
  color: 'currentColor',
7716
- size: '24'
7730
+ size: '16'
7717
7731
  };
7718
7732
 
7719
7733
  var DisplayS = function DisplayS(props) {
@@ -7725,7 +7739,7 @@ var DisplayS = function DisplayS(props) {
7725
7739
  xmlns: "http://www.w3.org/2000/svg",
7726
7740
  width: size,
7727
7741
  height: size,
7728
- viewBox: "0 0 24 24",
7742
+ viewBox: "0 0 16 16",
7729
7743
  fill: color
7730
7744
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7731
7745
  d: "M11 13V3h10v10H11zm2-8v6h6V5h-6z"
@@ -7740,7 +7754,7 @@ DisplayS.propTypes = {
7740
7754
  };
7741
7755
  DisplayS.defaultProps = {
7742
7756
  color: 'currentColor',
7743
- size: '24'
7757
+ size: '16'
7744
7758
  };
7745
7759
 
7746
7760
  var Share = function Share(props) {
@@ -7752,7 +7766,7 @@ var Share = function Share(props) {
7752
7766
  xmlns: "http://www.w3.org/2000/svg",
7753
7767
  width: size,
7754
7768
  height: size,
7755
- viewBox: "0 0 24 24",
7769
+ viewBox: "0 0 16 16",
7756
7770
  fill: color
7757
7771
  }, otherProps), /*#__PURE__*/React.createElement("path", {
7758
7772
  d: "M9 3v2H4v14h16v-9h2v10a1 1 0 01-1 1H3a1 1 0 01-1-1V4a1 1 0 011-1h6zm7 2V1l7 6h-9a2 2 0 00-2 2v6h-2V9a4 4 0 014-4h2z"
@@ -7765,7 +7779,7 @@ Share.propTypes = {
7765
7779
  };
7766
7780
  Share.defaultProps = {
7767
7781
  color: 'currentColor',
7768
- size: '24'
7782
+ size: '16'
7769
7783
  };
7770
7784
 
7771
7785
  var Placeholder = function Placeholder(props) {
@@ -7777,7 +7791,7 @@ var Placeholder = function Placeholder(props) {
7777
7791
  xmlns: "http://www.w3.org/2000/svg",
7778
7792
  width: size,
7779
7793
  height: size,
7780
- viewBox: "0 0 24 24",
7794
+ viewBox: "0 0 16 16",
7781
7795
  fill: color
7782
7796
  }, otherProps), /*#__PURE__*/React.createElement("rect", {
7783
7797
  width: "24",
@@ -7791,7 +7805,7 @@ Placeholder.propTypes = {
7791
7805
  };
7792
7806
  Placeholder.defaultProps = {
7793
7807
  color: 'currentColor',
7794
- size: '24'
7808
+ size: '16'
7795
7809
  };
7796
7810
 
7797
7811
  exports.TaAdd1 = Add1;