@app-studio/web 0.8.57 → 0.8.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Form/Password/Password/Password.state.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts +1 -0
- package/dist/components/Layout/Center/Center.d.ts +2 -2
- package/dist/components/Layout/Horizontal/Horizontal.d.ts +2 -2
- package/dist/components/Layout/Vertical/Vertical.d.ts +2 -2
- package/dist/components/Layout/View/View.d.ts +1 -1
- package/dist/web.cjs.development.js +228 -188
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +228 -189
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +228 -188
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +11 -22
|
@@ -230,14 +230,14 @@
|
|
|
230
230
|
_excluded18 = ["size", "color", "filled", "strokeWidth"],
|
|
231
231
|
_excluded19 = ["size", "color", "filled", "strokeWidth"],
|
|
232
232
|
_excluded20 = ["size", "color", "filled", "strokeWidth"],
|
|
233
|
-
_excluded21 = ["size", "color", "
|
|
234
|
-
_excluded22 = ["size", "color", "
|
|
235
|
-
_excluded23 = ["size", "color", "strokeWidth"],
|
|
236
|
-
_excluded24 = ["size", "color", "
|
|
237
|
-
_excluded25 = ["size", "color", "strokeWidth"],
|
|
238
|
-
_excluded26 = ["size", "color", "
|
|
239
|
-
_excluded27 = ["size", "color", "strokeWidth"],
|
|
240
|
-
_excluded28 = ["size", "color", "
|
|
233
|
+
_excluded21 = ["size", "color", "filled", "strokeWidth"],
|
|
234
|
+
_excluded22 = ["size", "color", "strokeWidth", "filled"],
|
|
235
|
+
_excluded23 = ["size", "color", "filled", "strokeWidth"],
|
|
236
|
+
_excluded24 = ["size", "color", "strokeWidth", "filled"],
|
|
237
|
+
_excluded25 = ["size", "color", "filled", "strokeWidth"],
|
|
238
|
+
_excluded26 = ["size", "color", "strokeWidth", "filled"],
|
|
239
|
+
_excluded27 = ["size", "color", "filled", "strokeWidth"],
|
|
240
|
+
_excluded28 = ["size", "color", "strokeWidth", "filled"],
|
|
241
241
|
_excluded29 = ["size", "color", "filled", "strokeWidth"],
|
|
242
242
|
_excluded30 = ["size", "color", "filled", "strokeWidth"],
|
|
243
243
|
_excluded31 = ["size", "color", "filled", "strokeWidth"],
|
|
@@ -249,9 +249,9 @@
|
|
|
249
249
|
_excluded37 = ["size", "color", "filled", "strokeWidth"],
|
|
250
250
|
_excluded38 = ["size", "color", "filled", "strokeWidth"],
|
|
251
251
|
_excluded39 = ["size", "color", "filled", "strokeWidth"],
|
|
252
|
-
_excluded40 = ["size", "color", "strokeWidth"],
|
|
253
|
-
_excluded41 = ["size", "color", "strokeWidth"],
|
|
254
|
-
_excluded42 = ["size", "color", "
|
|
252
|
+
_excluded40 = ["size", "color", "filled", "strokeWidth"],
|
|
253
|
+
_excluded41 = ["size", "color", "strokeWidth", "filled"],
|
|
254
|
+
_excluded42 = ["size", "color", "strokeWidth", "filled"],
|
|
255
255
|
_excluded43 = ["size", "color", "filled", "strokeWidth"],
|
|
256
256
|
_excluded44 = ["size", "color", "filled", "strokeWidth"],
|
|
257
257
|
_excluded45 = ["size", "color", "filled", "strokeWidth"],
|
|
@@ -264,7 +264,8 @@
|
|
|
264
264
|
_excluded52 = ["size", "color", "filled", "strokeWidth"],
|
|
265
265
|
_excluded53 = ["size", "color", "filled", "strokeWidth"],
|
|
266
266
|
_excluded54 = ["size", "color", "filled", "strokeWidth"],
|
|
267
|
-
_excluded55 = ["size", "color", "strokeWidth"]
|
|
267
|
+
_excluded55 = ["size", "color", "filled", "strokeWidth"],
|
|
268
|
+
_excluded56 = ["size", "color", "strokeWidth", "filled"];
|
|
268
269
|
// Default wrapper component for consistent sizing and styling
|
|
269
270
|
var IconWrapper = _ref => {
|
|
270
271
|
var {
|
|
@@ -318,7 +319,7 @@
|
|
|
318
319
|
var {
|
|
319
320
|
size = 24,
|
|
320
321
|
color = 'currentColor',
|
|
321
|
-
filled =
|
|
322
|
+
filled = true,
|
|
322
323
|
strokeWidth = 1
|
|
323
324
|
} = _ref3,
|
|
324
325
|
props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
|
|
@@ -406,7 +407,7 @@
|
|
|
406
407
|
var {
|
|
407
408
|
size = 24,
|
|
408
409
|
color = 'currentColor',
|
|
409
|
-
filled =
|
|
410
|
+
filled = true,
|
|
410
411
|
strokeWidth = 1
|
|
411
412
|
} = _ref6,
|
|
412
413
|
props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
|
|
@@ -414,14 +415,23 @@
|
|
|
414
415
|
size: size,
|
|
415
416
|
color: color
|
|
416
417
|
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
417
|
-
viewBox: "0 0 24 24"
|
|
418
|
+
viewBox: "0 0 24 24",
|
|
419
|
+
"aria-hidden": "true",
|
|
420
|
+
focusable: "false"
|
|
418
421
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
419
|
-
d: "
|
|
422
|
+
d: "M21.8 8.001A2.8 2.8 0 0 0 19 5.2C17.793 5 12 5 12 5s-5.793 0-7 0.2a2.8 2.8 0 0 0-2.8 2.8c-0.2 1.207-0.2 3-0.2 3s0 1.793 0.2 3a2.8 2.8 0 0 0 2.8 2.8c1.207 0.2 7 0.2 7 0.2s5.793 0 7-0.2a2.8 2.8 0 0 0 2.8-2.8c0.2-1.207 0.2-3 0.2-3s0-1.793-0.2-3z",
|
|
423
|
+
fill: filled ? color : 'none',
|
|
424
|
+
stroke: filled ? 'none' : color,
|
|
425
|
+
strokeWidth: filled ? 0 : strokeWidth
|
|
420
426
|
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
421
|
-
points: "
|
|
427
|
+
points: "10 8 10 14 14 10",
|
|
428
|
+
fill: "white" // Ensures the play button is transparent
|
|
429
|
+
,
|
|
430
|
+
stroke: 'white',
|
|
431
|
+
strokeWidth: strokeWidth
|
|
422
432
|
})));
|
|
423
433
|
};
|
|
424
|
-
var
|
|
434
|
+
var FacebookIcon = _ref7 => {
|
|
425
435
|
var {
|
|
426
436
|
size = 24,
|
|
427
437
|
color = 'currentColor',
|
|
@@ -432,6 +442,28 @@
|
|
|
432
442
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
433
443
|
size: size,
|
|
434
444
|
color: color
|
|
445
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
446
|
+
viewBox: "0 0 24 24",
|
|
447
|
+
"aria-hidden": "true",
|
|
448
|
+
focusable: "false"
|
|
449
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
450
|
+
d: "M22 2H2v20h10v-7h-2v-3h2V9.5a4 4 0 0 1 4-4h3v3h-3a1 1 0 0 0-1 1V12h4l-1 3h-3v7h6V2z",
|
|
451
|
+
fill: filled ? color : 'none',
|
|
452
|
+
stroke: color,
|
|
453
|
+
strokeWidth: filled ? 0 : strokeWidth
|
|
454
|
+
})));
|
|
455
|
+
};
|
|
456
|
+
var LinkedinIcon = _ref8 => {
|
|
457
|
+
var {
|
|
458
|
+
size = 24,
|
|
459
|
+
color = 'currentColor',
|
|
460
|
+
filled = true,
|
|
461
|
+
strokeWidth = 1
|
|
462
|
+
} = _ref8,
|
|
463
|
+
props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
|
|
464
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
465
|
+
size: size,
|
|
466
|
+
color: color
|
|
435
467
|
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
436
468
|
viewBox: "0 0 24 24"
|
|
437
469
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
@@ -447,14 +479,14 @@
|
|
|
447
479
|
r: "2"
|
|
448
480
|
})));
|
|
449
481
|
};
|
|
450
|
-
var ThreadsIcon =
|
|
482
|
+
var ThreadsIcon = _ref9 => {
|
|
451
483
|
var {
|
|
452
484
|
size = 24,
|
|
453
485
|
color = 'currentColor',
|
|
454
486
|
filled = false,
|
|
455
487
|
strokeWidth = 1
|
|
456
|
-
} =
|
|
457
|
-
props = _objectWithoutPropertiesLoose(
|
|
488
|
+
} = _ref9,
|
|
489
|
+
props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
|
|
458
490
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
459
491
|
size: size,
|
|
460
492
|
color: color
|
|
@@ -469,15 +501,15 @@
|
|
|
469
501
|
})));
|
|
470
502
|
};
|
|
471
503
|
// Example Refactored Icon: MinusIcon without undefined 'padding' prop
|
|
472
|
-
var MinusIcon =
|
|
504
|
+
var MinusIcon = _ref10 => {
|
|
473
505
|
var {
|
|
474
506
|
size = 24,
|
|
475
507
|
color = 'currentColor',
|
|
476
508
|
filled = false,
|
|
477
509
|
// Assuming minus can be filled; adjust as needed
|
|
478
510
|
strokeWidth = 1
|
|
479
|
-
} =
|
|
480
|
-
props = _objectWithoutPropertiesLoose(
|
|
511
|
+
} = _ref10,
|
|
512
|
+
props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
|
|
481
513
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
482
514
|
size: size,
|
|
483
515
|
color: color
|
|
@@ -494,14 +526,14 @@
|
|
|
494
526
|
})));
|
|
495
527
|
};
|
|
496
528
|
// Example Refactored Icon: InfoIcon with accessibility enhancements
|
|
497
|
-
var InfoIcon =
|
|
529
|
+
var InfoIcon = _ref11 => {
|
|
498
530
|
var {
|
|
499
531
|
size = 24,
|
|
500
532
|
color = 'currentColor',
|
|
501
533
|
filled = false,
|
|
502
534
|
strokeWidth = 1
|
|
503
|
-
} =
|
|
504
|
-
props = _objectWithoutPropertiesLoose(
|
|
535
|
+
} = _ref11,
|
|
536
|
+
props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
|
|
505
537
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
506
538
|
size: size,
|
|
507
539
|
color: color
|
|
@@ -515,14 +547,14 @@
|
|
|
515
547
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"
|
|
516
548
|
})));
|
|
517
549
|
};
|
|
518
|
-
var HeartIcon =
|
|
550
|
+
var HeartIcon = _ref12 => {
|
|
519
551
|
var {
|
|
520
552
|
size = 24,
|
|
521
553
|
color = 'currentColor',
|
|
522
554
|
filled = true,
|
|
523
555
|
strokeWidth = 1
|
|
524
|
-
} =
|
|
525
|
-
props = _objectWithoutPropertiesLoose(
|
|
556
|
+
} = _ref12,
|
|
557
|
+
props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
|
|
526
558
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
527
559
|
size: size,
|
|
528
560
|
color: color
|
|
@@ -534,14 +566,14 @@
|
|
|
534
566
|
d: "M20.84 4.61c-1.54-1.56-4.04-1.56-5.59 0l-.7.72-.7-.72a3.95 3.95 0 0 0-5.59 0c-1.56 1.56-1.56 4.09 0 5.66l6.29 6.36 6.29-6.36c1.56-1.56 1.56-4.09 0-5.66z"
|
|
535
567
|
})));
|
|
536
568
|
};
|
|
537
|
-
var StarIcon =
|
|
569
|
+
var StarIcon = _ref13 => {
|
|
538
570
|
var {
|
|
539
571
|
size = 24,
|
|
540
572
|
color = 'currentColor',
|
|
541
573
|
filled = true,
|
|
542
574
|
strokeWidth = 1
|
|
543
|
-
} =
|
|
544
|
-
props = _objectWithoutPropertiesLoose(
|
|
575
|
+
} = _ref13,
|
|
576
|
+
props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
|
|
545
577
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
546
578
|
size: size,
|
|
547
579
|
color: color
|
|
@@ -553,14 +585,14 @@
|
|
|
553
585
|
points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
|
|
554
586
|
})));
|
|
555
587
|
};
|
|
556
|
-
var SaveIcon =
|
|
588
|
+
var SaveIcon = _ref14 => {
|
|
557
589
|
var {
|
|
558
590
|
size = 24,
|
|
559
591
|
color = 'currentColor',
|
|
560
592
|
filled = false,
|
|
561
593
|
strokeWidth = 1
|
|
562
|
-
} =
|
|
563
|
-
props = _objectWithoutPropertiesLoose(
|
|
594
|
+
} = _ref14,
|
|
595
|
+
props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
|
|
564
596
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
565
597
|
size: size,
|
|
566
598
|
color: color
|
|
@@ -576,14 +608,14 @@
|
|
|
576
608
|
points: "7 3 7 8 15 8"
|
|
577
609
|
})));
|
|
578
610
|
};
|
|
579
|
-
var WarningIcon =
|
|
611
|
+
var WarningIcon = _ref15 => {
|
|
580
612
|
var {
|
|
581
613
|
size = 24,
|
|
582
614
|
color = 'currentColor',
|
|
583
615
|
filled = false,
|
|
584
616
|
strokeWidth = 1
|
|
585
|
-
} =
|
|
586
|
-
props = _objectWithoutPropertiesLoose(
|
|
617
|
+
} = _ref15,
|
|
618
|
+
props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
|
|
587
619
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
588
620
|
size: size,
|
|
589
621
|
color: color
|
|
@@ -607,14 +639,14 @@
|
|
|
607
639
|
y2: "15"
|
|
608
640
|
})));
|
|
609
641
|
};
|
|
610
|
-
var BatteryIcon =
|
|
642
|
+
var BatteryIcon = _ref16 => {
|
|
611
643
|
var {
|
|
612
644
|
size = 24,
|
|
613
645
|
color = 'currentColor',
|
|
614
646
|
filled = true,
|
|
615
647
|
strokeWidth = 1
|
|
616
|
-
} =
|
|
617
|
-
props = _objectWithoutPropertiesLoose(
|
|
648
|
+
} = _ref16,
|
|
649
|
+
props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
|
|
618
650
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
619
651
|
size: size,
|
|
620
652
|
color: color
|
|
@@ -626,14 +658,14 @@
|
|
|
626
658
|
d: "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"
|
|
627
659
|
})));
|
|
628
660
|
};
|
|
629
|
-
var BookmarkIcon =
|
|
661
|
+
var BookmarkIcon = _ref17 => {
|
|
630
662
|
var {
|
|
631
663
|
size = 24,
|
|
632
664
|
color = 'currentColor',
|
|
633
665
|
filled = false,
|
|
634
666
|
strokeWidth = 1
|
|
635
|
-
} =
|
|
636
|
-
props = _objectWithoutPropertiesLoose(
|
|
667
|
+
} = _ref17,
|
|
668
|
+
props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
|
|
637
669
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
638
670
|
size: size,
|
|
639
671
|
color: color
|
|
@@ -645,14 +677,14 @@
|
|
|
645
677
|
d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
|
|
646
678
|
})));
|
|
647
679
|
};
|
|
648
|
-
var CloudIcon =
|
|
680
|
+
var CloudIcon = _ref18 => {
|
|
649
681
|
var {
|
|
650
682
|
size = 24,
|
|
651
683
|
color = 'currentColor',
|
|
652
|
-
filled =
|
|
684
|
+
filled = true,
|
|
653
685
|
strokeWidth = 1
|
|
654
|
-
} =
|
|
655
|
-
props = _objectWithoutPropertiesLoose(
|
|
686
|
+
} = _ref18,
|
|
687
|
+
props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
|
|
656
688
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
657
689
|
size: size,
|
|
658
690
|
color: color
|
|
@@ -664,14 +696,14 @@
|
|
|
664
696
|
d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
|
|
665
697
|
})));
|
|
666
698
|
};
|
|
667
|
-
var CopyIcon =
|
|
699
|
+
var CopyIcon = _ref19 => {
|
|
668
700
|
var {
|
|
669
701
|
size = 24,
|
|
670
702
|
color = 'currentColor',
|
|
671
703
|
filled = false,
|
|
672
704
|
strokeWidth = 1
|
|
673
|
-
} =
|
|
674
|
-
props = _objectWithoutPropertiesLoose(
|
|
705
|
+
} = _ref19,
|
|
706
|
+
props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
|
|
675
707
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
676
708
|
size: size,
|
|
677
709
|
color: color
|
|
@@ -690,14 +722,14 @@
|
|
|
690
722
|
d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
|
|
691
723
|
})));
|
|
692
724
|
};
|
|
693
|
-
var DustBinIcon =
|
|
725
|
+
var DustBinIcon = _ref20 => {
|
|
694
726
|
var {
|
|
695
727
|
size = 24,
|
|
696
728
|
color = 'currentColor',
|
|
697
729
|
filled = false,
|
|
698
730
|
strokeWidth = 1
|
|
699
|
-
} =
|
|
700
|
-
props = _objectWithoutPropertiesLoose(
|
|
731
|
+
} = _ref20,
|
|
732
|
+
props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
|
|
701
733
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
702
734
|
size: size,
|
|
703
735
|
color: color
|
|
@@ -709,14 +741,14 @@
|
|
|
709
741
|
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
|
|
710
742
|
})));
|
|
711
743
|
};
|
|
712
|
-
var EditIcon =
|
|
744
|
+
var EditIcon = _ref21 => {
|
|
713
745
|
var {
|
|
714
746
|
size = 24,
|
|
715
747
|
color = 'currentColor',
|
|
716
748
|
filled = false,
|
|
717
749
|
strokeWidth = 1
|
|
718
|
-
} =
|
|
719
|
-
props = _objectWithoutPropertiesLoose(
|
|
750
|
+
} = _ref21,
|
|
751
|
+
props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
|
|
720
752
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
721
753
|
size: size,
|
|
722
754
|
color: color
|
|
@@ -728,14 +760,14 @@
|
|
|
728
760
|
d: "M18.3785 8.44975L8.9636 17.8648C8.6844 18.144 8.3288 18.3343 7.94161 18.4117L4.99988 19.0001L5.58823 16.0583C5.66566 15.6711 5.85597 15.3155 6.13517 15.0363L15.5501 5.62132M18.3785 8.44975L19.7927 7.03553C20.1832 6.64501 20.1832 6.01184 19.7927 5.62132L18.3785 4.20711C17.988 3.81658 17.3548 3.81658 16.9643 4.20711L15.5501 5.62132M18.3785 8.44975L15.5501 5.62132"
|
|
729
761
|
})));
|
|
730
762
|
};
|
|
731
|
-
var ErrorIcon =
|
|
763
|
+
var ErrorIcon = _ref22 => {
|
|
732
764
|
var {
|
|
733
765
|
size = 24,
|
|
734
766
|
color = 'currentColor',
|
|
735
767
|
strokeWidth = 1,
|
|
736
768
|
filled = true
|
|
737
|
-
} =
|
|
738
|
-
props = _objectWithoutPropertiesLoose(
|
|
769
|
+
} = _ref22,
|
|
770
|
+
props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
|
|
739
771
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
740
772
|
size: size,
|
|
741
773
|
color: color
|
|
@@ -761,14 +793,14 @@
|
|
|
761
793
|
stroke: filled ? 'white' : color
|
|
762
794
|
})));
|
|
763
795
|
};
|
|
764
|
-
var DownloadIcon =
|
|
796
|
+
var DownloadIcon = _ref23 => {
|
|
765
797
|
var {
|
|
766
798
|
size = 24,
|
|
767
799
|
color = 'currentColor',
|
|
768
800
|
filled = true,
|
|
769
801
|
strokeWidth = 1
|
|
770
|
-
} =
|
|
771
|
-
props = _objectWithoutPropertiesLoose(
|
|
802
|
+
} = _ref23,
|
|
803
|
+
props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
|
|
772
804
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
773
805
|
size: size,
|
|
774
806
|
color: color
|
|
@@ -780,13 +812,14 @@
|
|
|
780
812
|
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
781
813
|
})));
|
|
782
814
|
};
|
|
783
|
-
var MenuIcon =
|
|
815
|
+
var MenuIcon = _ref24 => {
|
|
784
816
|
var {
|
|
785
817
|
size = 24,
|
|
786
818
|
color = 'currentColor',
|
|
787
|
-
strokeWidth = 1
|
|
788
|
-
|
|
789
|
-
|
|
819
|
+
strokeWidth = 1,
|
|
820
|
+
filled = false
|
|
821
|
+
} = _ref24,
|
|
822
|
+
props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
|
|
790
823
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
791
824
|
size: size,
|
|
792
825
|
color: color
|
|
@@ -794,7 +827,7 @@
|
|
|
794
827
|
viewBox: "0 0 24 24",
|
|
795
828
|
"aria-hidden": "false",
|
|
796
829
|
focusable: "false"
|
|
797
|
-
}, getSvgProps(
|
|
830
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
798
831
|
stroke: color,
|
|
799
832
|
x1: "3",
|
|
800
833
|
y1: "12",
|
|
@@ -814,14 +847,14 @@
|
|
|
814
847
|
y2: "18"
|
|
815
848
|
})));
|
|
816
849
|
};
|
|
817
|
-
var ShareIcon =
|
|
850
|
+
var ShareIcon = _ref25 => {
|
|
818
851
|
var {
|
|
819
852
|
size = 24,
|
|
820
853
|
color = 'currentColor',
|
|
821
854
|
filled = false,
|
|
822
855
|
strokeWidth = 1
|
|
823
|
-
} =
|
|
824
|
-
props = _objectWithoutPropertiesLoose(
|
|
856
|
+
} = _ref25,
|
|
857
|
+
props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
|
|
825
858
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
826
859
|
size: size,
|
|
827
860
|
color: color
|
|
@@ -855,13 +888,14 @@
|
|
|
855
888
|
y2: "10.49"
|
|
856
889
|
})));
|
|
857
890
|
};
|
|
858
|
-
var RefreshIcon =
|
|
891
|
+
var RefreshIcon = _ref26 => {
|
|
859
892
|
var {
|
|
860
893
|
size = 24,
|
|
861
894
|
color = 'currentColor',
|
|
862
|
-
strokeWidth = 1
|
|
863
|
-
|
|
864
|
-
|
|
895
|
+
strokeWidth = 1,
|
|
896
|
+
filled = false
|
|
897
|
+
} = _ref26,
|
|
898
|
+
props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
|
|
865
899
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
866
900
|
size: size,
|
|
867
901
|
color: color
|
|
@@ -869,20 +903,20 @@
|
|
|
869
903
|
viewBox: "0 0 24 24",
|
|
870
904
|
"aria-hidden": "false",
|
|
871
905
|
focusable: "false"
|
|
872
|
-
}, getSvgProps(
|
|
906
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("polyline", {
|
|
873
907
|
points: "23 4 23 10 17 10"
|
|
874
908
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
875
909
|
d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
|
|
876
910
|
})));
|
|
877
911
|
};
|
|
878
|
-
var PrintIcon =
|
|
912
|
+
var PrintIcon = _ref27 => {
|
|
879
913
|
var {
|
|
880
914
|
size = 24,
|
|
881
915
|
color = 'currentColor',
|
|
882
916
|
filled = true,
|
|
883
917
|
strokeWidth = 1
|
|
884
|
-
} =
|
|
885
|
-
props = _objectWithoutPropertiesLoose(
|
|
918
|
+
} = _ref27,
|
|
919
|
+
props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
|
|
886
920
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
887
921
|
size: size,
|
|
888
922
|
color: color
|
|
@@ -895,13 +929,14 @@
|
|
|
895
929
|
d: "M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"
|
|
896
930
|
})));
|
|
897
931
|
};
|
|
898
|
-
var PanelIcon =
|
|
932
|
+
var PanelIcon = _ref28 => {
|
|
899
933
|
var {
|
|
900
934
|
size = 24,
|
|
901
935
|
color = 'currentColor',
|
|
902
|
-
strokeWidth = 1
|
|
903
|
-
|
|
904
|
-
|
|
936
|
+
strokeWidth = 1,
|
|
937
|
+
filled = false
|
|
938
|
+
} = _ref28,
|
|
939
|
+
props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
|
|
905
940
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
906
941
|
size: size,
|
|
907
942
|
color: color
|
|
@@ -909,7 +944,7 @@
|
|
|
909
944
|
viewBox: "0 0 24 24",
|
|
910
945
|
"aria-hidden": "false",
|
|
911
946
|
focusable: "false"
|
|
912
|
-
}, getSvgProps(
|
|
947
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
913
948
|
stroke: color,
|
|
914
949
|
x1: "4",
|
|
915
950
|
y1: "21",
|
|
@@ -965,14 +1000,14 @@
|
|
|
965
1000
|
y2: "16"
|
|
966
1001
|
})));
|
|
967
1002
|
};
|
|
968
|
-
var FilterIcon =
|
|
1003
|
+
var FilterIcon = _ref29 => {
|
|
969
1004
|
var {
|
|
970
1005
|
size = 24,
|
|
971
1006
|
color = 'currentColor',
|
|
972
1007
|
filled = false,
|
|
973
1008
|
strokeWidth = 1
|
|
974
|
-
} =
|
|
975
|
-
props = _objectWithoutPropertiesLoose(
|
|
1009
|
+
} = _ref29,
|
|
1010
|
+
props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
|
|
976
1011
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
977
1012
|
size: size,
|
|
978
1013
|
color: color
|
|
@@ -984,14 +1019,14 @@
|
|
|
984
1019
|
d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
|
|
985
1020
|
})));
|
|
986
1021
|
};
|
|
987
|
-
var HomeIcon =
|
|
1022
|
+
var HomeIcon = _ref30 => {
|
|
988
1023
|
var {
|
|
989
1024
|
size = 24,
|
|
990
1025
|
color = 'currentColor',
|
|
991
1026
|
filled = true,
|
|
992
1027
|
strokeWidth = 1
|
|
993
|
-
} =
|
|
994
|
-
props = _objectWithoutPropertiesLoose(
|
|
1028
|
+
} = _ref30,
|
|
1029
|
+
props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
|
|
995
1030
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
996
1031
|
size: size,
|
|
997
1032
|
color: color
|
|
@@ -1003,14 +1038,14 @@
|
|
|
1003
1038
|
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
1004
1039
|
})));
|
|
1005
1040
|
};
|
|
1006
|
-
var LocationIcon =
|
|
1041
|
+
var LocationIcon = _ref31 => {
|
|
1007
1042
|
var {
|
|
1008
1043
|
size = 24,
|
|
1009
1044
|
color = 'currentColor',
|
|
1010
1045
|
filled = true,
|
|
1011
1046
|
strokeWidth = 1
|
|
1012
|
-
} =
|
|
1013
|
-
props = _objectWithoutPropertiesLoose(
|
|
1047
|
+
} = _ref31,
|
|
1048
|
+
props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
|
|
1014
1049
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1015
1050
|
size: size,
|
|
1016
1051
|
color: color
|
|
@@ -1022,14 +1057,14 @@
|
|
|
1022
1057
|
d: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
|
|
1023
1058
|
})));
|
|
1024
1059
|
};
|
|
1025
|
-
var LockIcon =
|
|
1060
|
+
var LockIcon = _ref32 => {
|
|
1026
1061
|
var {
|
|
1027
1062
|
size = 24,
|
|
1028
1063
|
color = 'currentColor',
|
|
1029
1064
|
filled = false,
|
|
1030
1065
|
strokeWidth = 1
|
|
1031
|
-
} =
|
|
1032
|
-
props = _objectWithoutPropertiesLoose(
|
|
1066
|
+
} = _ref32,
|
|
1067
|
+
props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
|
|
1033
1068
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1034
1069
|
size: size,
|
|
1035
1070
|
color: color
|
|
@@ -1048,14 +1083,14 @@
|
|
|
1048
1083
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
1049
1084
|
})));
|
|
1050
1085
|
};
|
|
1051
|
-
var MicrophoneIcon =
|
|
1086
|
+
var MicrophoneIcon = _ref33 => {
|
|
1052
1087
|
var {
|
|
1053
1088
|
size = 24,
|
|
1054
1089
|
color = 'currentColor',
|
|
1055
1090
|
filled = false,
|
|
1056
1091
|
strokeWidth = 1
|
|
1057
|
-
} =
|
|
1058
|
-
props = _objectWithoutPropertiesLoose(
|
|
1092
|
+
} = _ref33,
|
|
1093
|
+
props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
|
|
1059
1094
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1060
1095
|
size: size,
|
|
1061
1096
|
color: color
|
|
@@ -1081,14 +1116,14 @@
|
|
|
1081
1116
|
y2: "23"
|
|
1082
1117
|
})));
|
|
1083
1118
|
};
|
|
1084
|
-
var MoonIcon =
|
|
1119
|
+
var MoonIcon = _ref34 => {
|
|
1085
1120
|
var {
|
|
1086
1121
|
size = 24,
|
|
1087
1122
|
color = 'currentColor',
|
|
1088
1123
|
filled = true,
|
|
1089
1124
|
strokeWidth = 1
|
|
1090
|
-
} =
|
|
1091
|
-
props = _objectWithoutPropertiesLoose(
|
|
1125
|
+
} = _ref34,
|
|
1126
|
+
props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
|
|
1092
1127
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1093
1128
|
size: size,
|
|
1094
1129
|
color: color
|
|
@@ -1100,14 +1135,14 @@
|
|
|
1100
1135
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1101
1136
|
})));
|
|
1102
1137
|
};
|
|
1103
|
-
var NotificationIcon =
|
|
1138
|
+
var NotificationIcon = _ref35 => {
|
|
1104
1139
|
var {
|
|
1105
1140
|
size = 24,
|
|
1106
1141
|
color = 'currentColor',
|
|
1107
1142
|
filled = false,
|
|
1108
1143
|
strokeWidth = 1
|
|
1109
|
-
} =
|
|
1110
|
-
props = _objectWithoutPropertiesLoose(
|
|
1144
|
+
} = _ref35,
|
|
1145
|
+
props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
|
|
1111
1146
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1112
1147
|
size: size,
|
|
1113
1148
|
color: color
|
|
@@ -1121,14 +1156,14 @@
|
|
|
1121
1156
|
d: "M13.73 21a2 2 0 0 1-3.46 0"
|
|
1122
1157
|
})));
|
|
1123
1158
|
};
|
|
1124
|
-
var OpenEyeIcon =
|
|
1159
|
+
var OpenEyeIcon = _ref36 => {
|
|
1125
1160
|
var {
|
|
1126
1161
|
size = 24,
|
|
1127
1162
|
color = 'currentColor',
|
|
1128
1163
|
filled = true,
|
|
1129
1164
|
strokeWidth = 1
|
|
1130
|
-
} =
|
|
1131
|
-
props = _objectWithoutPropertiesLoose(
|
|
1165
|
+
} = _ref36,
|
|
1166
|
+
props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
|
|
1132
1167
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1133
1168
|
size: size,
|
|
1134
1169
|
color: color
|
|
@@ -1140,14 +1175,14 @@
|
|
|
1140
1175
|
d: "M12 4C7 4 2.73 7.11 1 12c1.73 4.89 6 8 11 8s9.27-3.11 11-8c-1.73-4.89-6-8-11-8zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"
|
|
1141
1176
|
})));
|
|
1142
1177
|
};
|
|
1143
|
-
var ProfileIcon =
|
|
1178
|
+
var ProfileIcon = _ref37 => {
|
|
1144
1179
|
var {
|
|
1145
1180
|
size = 24,
|
|
1146
1181
|
color = 'currentColor',
|
|
1147
1182
|
filled = true,
|
|
1148
1183
|
strokeWidth = 1
|
|
1149
|
-
} =
|
|
1150
|
-
props = _objectWithoutPropertiesLoose(
|
|
1184
|
+
} = _ref37,
|
|
1185
|
+
props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
|
|
1151
1186
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1152
1187
|
size: size,
|
|
1153
1188
|
color: color
|
|
@@ -1160,14 +1195,14 @@
|
|
|
1160
1195
|
d: "M12 13c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4zm0-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z M12 2C9.79 2 8 3.79 8 6s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"
|
|
1161
1196
|
}), ' '));
|
|
1162
1197
|
};
|
|
1163
|
-
var SettingsIcon =
|
|
1198
|
+
var SettingsIcon = _ref38 => {
|
|
1164
1199
|
var {
|
|
1165
1200
|
size = 24,
|
|
1166
1201
|
color = 'currentColor',
|
|
1167
1202
|
filled = false,
|
|
1168
1203
|
strokeWidth = 1
|
|
1169
|
-
} =
|
|
1170
|
-
props = _objectWithoutPropertiesLoose(
|
|
1204
|
+
} = _ref38,
|
|
1205
|
+
props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
|
|
1171
1206
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1172
1207
|
size: size,
|
|
1173
1208
|
color: color
|
|
@@ -1179,14 +1214,14 @@
|
|
|
1179
1214
|
d: "M19.4 13c0-.3.1-.6.1-1s0-.7-.1-1l2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.2-.4-.3-.6-.2l-2.5 1c-.5-.4-1.1-.7-1.7-.9l-.4-2.6c0-.2-.3-.4-.5-.4h-4c-.2 0-.5.2-.5.4l-.4 2.6c-.6.2-1.2.5-1.7.9l-2.5-1c-.2-.1-.5 0-.6.2l-2 3.5c-.1.2-.1.4.1.6L4.6 11c0 .3-.1.6-.1 1s0 .7.1 1l-2.1 1.6c-.2.2-.2.4-.1.6l2 3.5c.1.2.4.3.6.2l2.5-1c.5.4 1.1.7 1.7.9l.4 2.6c0 .2.3.4.5.4h4c.2 0 .5-.2.5-.4l.4-2.6c.6-.2 1.2-.5 1.7-.9l2.5 1c.2.1.5 0 .6-.2l2-3.5c.1-.2.1-.4-.1-.6L19.4 13zM12 15.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"
|
|
1180
1215
|
})));
|
|
1181
1216
|
};
|
|
1182
|
-
var SuccessIcon =
|
|
1217
|
+
var SuccessIcon = _ref39 => {
|
|
1183
1218
|
var {
|
|
1184
1219
|
size = 24,
|
|
1185
1220
|
color = 'currentColor',
|
|
1186
1221
|
filled = true,
|
|
1187
1222
|
strokeWidth = 1
|
|
1188
|
-
} =
|
|
1189
|
-
props = _objectWithoutPropertiesLoose(
|
|
1223
|
+
} = _ref39,
|
|
1224
|
+
props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
|
|
1190
1225
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1191
1226
|
size: size,
|
|
1192
1227
|
color: color
|
|
@@ -1198,14 +1233,14 @@
|
|
|
1198
1233
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
1199
1234
|
})));
|
|
1200
1235
|
};
|
|
1201
|
-
var UnLikeIcon =
|
|
1236
|
+
var UnLikeIcon = _ref40 => {
|
|
1202
1237
|
var {
|
|
1203
1238
|
size = 24,
|
|
1204
1239
|
color = 'currentColor',
|
|
1205
1240
|
filled = true,
|
|
1206
1241
|
strokeWidth = 1
|
|
1207
|
-
} =
|
|
1208
|
-
props = _objectWithoutPropertiesLoose(
|
|
1242
|
+
} = _ref40,
|
|
1243
|
+
props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
|
|
1209
1244
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1210
1245
|
size: size,
|
|
1211
1246
|
color: color
|
|
@@ -1217,13 +1252,14 @@
|
|
|
1217
1252
|
d: "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"
|
|
1218
1253
|
})));
|
|
1219
1254
|
};
|
|
1220
|
-
var ClockIcon =
|
|
1255
|
+
var ClockIcon = _ref41 => {
|
|
1221
1256
|
var {
|
|
1222
1257
|
size = 24,
|
|
1223
1258
|
color = 'currentColor',
|
|
1224
|
-
strokeWidth = 1
|
|
1225
|
-
|
|
1226
|
-
|
|
1259
|
+
strokeWidth = 1,
|
|
1260
|
+
filled = false
|
|
1261
|
+
} = _ref41,
|
|
1262
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
|
|
1227
1263
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1228
1264
|
size: size,
|
|
1229
1265
|
color: color
|
|
@@ -1231,7 +1267,7 @@
|
|
|
1231
1267
|
viewBox: "0 0 24 24",
|
|
1232
1268
|
"aria-hidden": "false",
|
|
1233
1269
|
focusable: "false"
|
|
1234
|
-
}, getSvgProps(
|
|
1270
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
|
|
1235
1271
|
cx: "12",
|
|
1236
1272
|
cy: "12",
|
|
1237
1273
|
r: "10"
|
|
@@ -1239,13 +1275,14 @@
|
|
|
1239
1275
|
points: "12 6 12 12 16 14"
|
|
1240
1276
|
})));
|
|
1241
1277
|
};
|
|
1242
|
-
var CameraIcon =
|
|
1278
|
+
var CameraIcon = _ref42 => {
|
|
1243
1279
|
var {
|
|
1244
1280
|
size = 24,
|
|
1245
1281
|
color = 'currentColor',
|
|
1246
|
-
strokeWidth = 1
|
|
1247
|
-
|
|
1248
|
-
|
|
1282
|
+
strokeWidth = 1,
|
|
1283
|
+
filled = false
|
|
1284
|
+
} = _ref42,
|
|
1285
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
|
|
1249
1286
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1250
1287
|
size: size,
|
|
1251
1288
|
color: color
|
|
@@ -1253,7 +1290,7 @@
|
|
|
1253
1290
|
viewBox: "0 0 24 24",
|
|
1254
1291
|
"aria-hidden": "false",
|
|
1255
1292
|
focusable: "false"
|
|
1256
|
-
}, getSvgProps(
|
|
1293
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1257
1294
|
d: "M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3l2-3h8l2 3h3a2 2 0 0 1 2 2z"
|
|
1258
1295
|
}), /*#__PURE__*/React__default.createElement("circle", {
|
|
1259
1296
|
cx: "12",
|
|
@@ -1261,14 +1298,14 @@
|
|
|
1261
1298
|
r: "4"
|
|
1262
1299
|
})));
|
|
1263
1300
|
};
|
|
1264
|
-
var BluetoothIcon =
|
|
1301
|
+
var BluetoothIcon = _ref43 => {
|
|
1265
1302
|
var {
|
|
1266
1303
|
size = 24,
|
|
1267
1304
|
color = 'currentColor',
|
|
1268
1305
|
filled = true,
|
|
1269
1306
|
strokeWidth = 1
|
|
1270
|
-
} =
|
|
1271
|
-
props = _objectWithoutPropertiesLoose(
|
|
1307
|
+
} = _ref43,
|
|
1308
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
|
|
1272
1309
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1273
1310
|
size: size,
|
|
1274
1311
|
color: color
|
|
@@ -1276,18 +1313,18 @@
|
|
|
1276
1313
|
viewBox: "0 0 24 24",
|
|
1277
1314
|
"aria-hidden": "false",
|
|
1278
1315
|
focusable: "false"
|
|
1279
|
-
}, getSvgProps(
|
|
1316
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1280
1317
|
d: "M17.71 7.71L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"
|
|
1281
1318
|
})));
|
|
1282
1319
|
};
|
|
1283
|
-
var LikeIcon =
|
|
1320
|
+
var LikeIcon = _ref44 => {
|
|
1284
1321
|
var {
|
|
1285
1322
|
size = 24,
|
|
1286
1323
|
color = 'currentColor',
|
|
1287
1324
|
filled = true,
|
|
1288
1325
|
strokeWidth = 1
|
|
1289
|
-
} =
|
|
1290
|
-
props = _objectWithoutPropertiesLoose(
|
|
1326
|
+
} = _ref44,
|
|
1327
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
|
|
1291
1328
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1292
1329
|
size: size,
|
|
1293
1330
|
color: color
|
|
@@ -1299,14 +1336,14 @@
|
|
|
1299
1336
|
d: "M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"
|
|
1300
1337
|
})));
|
|
1301
1338
|
};
|
|
1302
|
-
var UnlockIcon =
|
|
1339
|
+
var UnlockIcon = _ref45 => {
|
|
1303
1340
|
var {
|
|
1304
1341
|
size = 24,
|
|
1305
1342
|
color = 'currentColor',
|
|
1306
1343
|
filled = false,
|
|
1307
1344
|
strokeWidth = 1
|
|
1308
|
-
} =
|
|
1309
|
-
props = _objectWithoutPropertiesLoose(
|
|
1345
|
+
} = _ref45,
|
|
1346
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
|
|
1310
1347
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1311
1348
|
size: size,
|
|
1312
1349
|
color: color
|
|
@@ -1325,14 +1362,14 @@
|
|
|
1325
1362
|
d: "M7 11V7a5 5 0 0 1 9.9-1"
|
|
1326
1363
|
})));
|
|
1327
1364
|
};
|
|
1328
|
-
var WifiIcon =
|
|
1365
|
+
var WifiIcon = _ref46 => {
|
|
1329
1366
|
var {
|
|
1330
1367
|
size = 24,
|
|
1331
1368
|
color = 'currentColor',
|
|
1332
1369
|
filled = false,
|
|
1333
1370
|
strokeWidth = 1
|
|
1334
|
-
} =
|
|
1335
|
-
props = _objectWithoutPropertiesLoose(
|
|
1371
|
+
} = _ref46,
|
|
1372
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
|
|
1336
1373
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1337
1374
|
size: size,
|
|
1338
1375
|
color: color
|
|
@@ -1344,14 +1381,14 @@
|
|
|
1344
1381
|
d: "M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"
|
|
1345
1382
|
})));
|
|
1346
1383
|
};
|
|
1347
|
-
var UploadIcon =
|
|
1384
|
+
var UploadIcon = _ref47 => {
|
|
1348
1385
|
var {
|
|
1349
1386
|
size = 24,
|
|
1350
1387
|
color = 'currentColor',
|
|
1351
1388
|
filled = false,
|
|
1352
1389
|
strokeWidth = 1
|
|
1353
|
-
} =
|
|
1354
|
-
props = _objectWithoutPropertiesLoose(
|
|
1390
|
+
} = _ref47,
|
|
1391
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
|
|
1355
1392
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1356
1393
|
size: size,
|
|
1357
1394
|
color: color
|
|
@@ -1367,14 +1404,14 @@
|
|
|
1367
1404
|
d: "M12 12l0 9"
|
|
1368
1405
|
})));
|
|
1369
1406
|
};
|
|
1370
|
-
var SearchIcon =
|
|
1407
|
+
var SearchIcon = _ref48 => {
|
|
1371
1408
|
var {
|
|
1372
1409
|
size = 24,
|
|
1373
1410
|
color = 'currentColor',
|
|
1374
1411
|
filled = true,
|
|
1375
1412
|
strokeWidth = 1
|
|
1376
|
-
} =
|
|
1377
|
-
props = _objectWithoutPropertiesLoose(
|
|
1413
|
+
} = _ref48,
|
|
1414
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
|
|
1378
1415
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1379
1416
|
size: size,
|
|
1380
1417
|
color: color
|
|
@@ -1382,18 +1419,18 @@
|
|
|
1382
1419
|
viewBox: "0 0 24 24",
|
|
1383
1420
|
"aria-hidden": "false",
|
|
1384
1421
|
focusable: "false"
|
|
1385
|
-
}, getSvgProps(
|
|
1422
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1386
1423
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
1387
1424
|
})));
|
|
1388
1425
|
};
|
|
1389
|
-
var CloseEyeIcon =
|
|
1426
|
+
var CloseEyeIcon = _ref49 => {
|
|
1390
1427
|
var {
|
|
1391
1428
|
size = 24,
|
|
1392
1429
|
color = 'currentColor',
|
|
1393
1430
|
filled = true,
|
|
1394
1431
|
strokeWidth = 1
|
|
1395
|
-
} =
|
|
1396
|
-
props = _objectWithoutPropertiesLoose(
|
|
1432
|
+
} = _ref49,
|
|
1433
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
|
|
1397
1434
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1398
1435
|
size: size,
|
|
1399
1436
|
color: color
|
|
@@ -1401,19 +1438,19 @@
|
|
|
1401
1438
|
viewBox: "0 0 24 24",
|
|
1402
1439
|
"aria-hidden": "false",
|
|
1403
1440
|
focusable: "false"
|
|
1404
|
-
}, getSvgProps(
|
|
1441
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1405
1442
|
d: "M19.7071 5.70711C20.0976 5.31658 20.0976 4.68342 19.7071 4.29289C19.3166 3.90237 18.6834 3.90237 18.2929 4.29289L14.032 8.55382C13.4365 8.20193 12.7418 8 12 8C9.79086 8 8 9.79086 8 12C8 12.7418 8.20193 13.4365 8.55382 14.032L4.29289 18.2929C3.90237 18.6834 3.90237 19.3166 4.29289 19.7071C4.68342 20.0976 5.31658 20.0976 5.70711 19.7071L9.96803 15.4462C10.5635 15.7981 11.2582 16 12 16C14.2091 16 16 14.2091 16 12C16 11.2582 15.7981 10.5635 15.4462 9.96803L19.7071 5.70711ZM12.518 10.0677C12.3528 10.0236 12.1792 10 12 10C10.8954 10 10 10.8954 10 12C10 12.1792 10.0236 12.3528 10.0677 12.518L12.518 10.0677ZM11.482 13.9323L13.9323 11.482C13.9764 11.6472 14 11.8208 14 12C14 13.1046 13.1046 14 12 14C11.8208 14 11.6472 13.9764 11.482 13.9323ZM15.7651 4.8207C14.6287 4.32049 13.3675 4 12 4C9.14754 4 6.75717 5.39462 4.99812 6.90595C3.23268 8.42276 2.00757 10.1376 1.46387 10.9698C1.05306 11.5985 1.05306 12.4015 1.46387 13.0302C1.92276 13.7326 2.86706 15.0637 4.21194 16.3739L5.62626 14.9596C4.4555 13.8229 3.61144 12.6531 3.18002 12C3.6904 11.2274 4.77832 9.73158 6.30147 8.42294C7.87402 7.07185 9.81574 6 12 6C12.7719 6 13.5135 6.13385 14.2193 6.36658L15.7651 4.8207ZM12 18C11.2282 18 10.4866 17.8661 9.78083 17.6334L8.23496 19.1793C9.37136 19.6795 10.6326 20 12 20C14.8525 20 17.2429 18.6054 19.002 17.0941C20.7674 15.5772 21.9925 13.8624 22.5362 13.0302C22.947 12.4015 22.947 11.5985 22.5362 10.9698C22.0773 10.2674 21.133 8.93627 19.7881 7.62611L18.3738 9.04043C19.5446 10.1771 20.3887 11.3469 20.8201 12C20.3097 12.7726 19.2218 14.2684 17.6986 15.5771C16.1261 16.9282 14.1843 18 12 18Z",
|
|
1406
1443
|
fill: "currentColor"
|
|
1407
1444
|
})));
|
|
1408
1445
|
};
|
|
1409
|
-
var ExternalLinkIcon =
|
|
1446
|
+
var ExternalLinkIcon = _ref50 => {
|
|
1410
1447
|
var {
|
|
1411
1448
|
size = 24,
|
|
1412
1449
|
color = 'currentColor',
|
|
1413
1450
|
filled = true,
|
|
1414
1451
|
strokeWidth = 1
|
|
1415
|
-
} =
|
|
1416
|
-
props = _objectWithoutPropertiesLoose(
|
|
1452
|
+
} = _ref50,
|
|
1453
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
|
|
1417
1454
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1418
1455
|
size: size,
|
|
1419
1456
|
color: color
|
|
@@ -1421,18 +1458,18 @@
|
|
|
1421
1458
|
viewBox: "0 0 24 24",
|
|
1422
1459
|
"aria-hidden": "false",
|
|
1423
1460
|
focusable: "false"
|
|
1424
|
-
}, getSvgProps(
|
|
1461
|
+
}, getSvgProps(true, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1425
1462
|
d: "M14 3h7v7h-2V5.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h5v2H6v11h11v-4h2v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"
|
|
1426
1463
|
})));
|
|
1427
1464
|
};
|
|
1428
|
-
var PlusIcon =
|
|
1465
|
+
var PlusIcon = _ref51 => {
|
|
1429
1466
|
var {
|
|
1430
1467
|
size = 24,
|
|
1431
1468
|
color = 'currentColor',
|
|
1432
|
-
filled =
|
|
1469
|
+
filled = false,
|
|
1433
1470
|
strokeWidth = 1
|
|
1434
|
-
} =
|
|
1435
|
-
props = _objectWithoutPropertiesLoose(
|
|
1471
|
+
} = _ref51,
|
|
1472
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
|
|
1436
1473
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1437
1474
|
size: size,
|
|
1438
1475
|
color: color
|
|
@@ -1440,7 +1477,7 @@
|
|
|
1440
1477
|
viewBox: "0 0 24 24",
|
|
1441
1478
|
"aria-hidden": "false",
|
|
1442
1479
|
focusable: "false"
|
|
1443
|
-
}, getSvgProps(
|
|
1480
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
1444
1481
|
stroke: color,
|
|
1445
1482
|
x1: "12",
|
|
1446
1483
|
y1: "5",
|
|
@@ -1454,14 +1491,14 @@
|
|
|
1454
1491
|
y2: "12"
|
|
1455
1492
|
})));
|
|
1456
1493
|
};
|
|
1457
|
-
var TickIcon =
|
|
1494
|
+
var TickIcon = _ref52 => {
|
|
1458
1495
|
var {
|
|
1459
1496
|
size = 24,
|
|
1460
1497
|
color = 'currentColor',
|
|
1461
|
-
filled =
|
|
1498
|
+
filled = false,
|
|
1462
1499
|
strokeWidth = 1
|
|
1463
|
-
} =
|
|
1464
|
-
props = _objectWithoutPropertiesLoose(
|
|
1500
|
+
} = _ref52,
|
|
1501
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
|
|
1465
1502
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1466
1503
|
size: size,
|
|
1467
1504
|
color: color
|
|
@@ -1469,20 +1506,20 @@
|
|
|
1469
1506
|
viewBox: "0 0 24 24",
|
|
1470
1507
|
"aria-hidden": "false",
|
|
1471
1508
|
focusable: "false"
|
|
1472
|
-
}, getSvgProps(
|
|
1509
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1473
1510
|
d: "M5 13l4 4L19 7",
|
|
1474
1511
|
strokeLinecap: "round",
|
|
1475
1512
|
strokeLinejoin: "round"
|
|
1476
1513
|
})));
|
|
1477
1514
|
};
|
|
1478
|
-
var BoldArrowIcon =
|
|
1515
|
+
var BoldArrowIcon = _ref53 => {
|
|
1479
1516
|
var {
|
|
1480
1517
|
size = 24,
|
|
1481
1518
|
color = 'currentColor',
|
|
1482
1519
|
filled = true,
|
|
1483
1520
|
strokeWidth = 1
|
|
1484
|
-
} =
|
|
1485
|
-
props = _objectWithoutPropertiesLoose(
|
|
1521
|
+
} = _ref53,
|
|
1522
|
+
props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
|
|
1486
1523
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1487
1524
|
size: size,
|
|
1488
1525
|
color: color
|
|
@@ -1490,18 +1527,18 @@
|
|
|
1490
1527
|
viewBox: "0 0 24 24",
|
|
1491
1528
|
"aria-hidden": "false",
|
|
1492
1529
|
focusable: "false"
|
|
1493
|
-
}, getSvgProps(
|
|
1530
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1494
1531
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
1495
1532
|
})));
|
|
1496
1533
|
};
|
|
1497
|
-
var ArrowIcon =
|
|
1534
|
+
var ArrowIcon = _ref54 => {
|
|
1498
1535
|
var {
|
|
1499
1536
|
size = 24,
|
|
1500
1537
|
color = 'currentColor',
|
|
1501
|
-
filled =
|
|
1538
|
+
filled = false,
|
|
1502
1539
|
strokeWidth = 1
|
|
1503
|
-
} =
|
|
1504
|
-
props = _objectWithoutPropertiesLoose(
|
|
1540
|
+
} = _ref54,
|
|
1541
|
+
props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
|
|
1505
1542
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1506
1543
|
size: size,
|
|
1507
1544
|
color: color
|
|
@@ -1509,7 +1546,7 @@
|
|
|
1509
1546
|
viewBox: "0 0 24 24",
|
|
1510
1547
|
"aria-hidden": "false",
|
|
1511
1548
|
focusable: "false"
|
|
1512
|
-
}, getSvgProps(
|
|
1549
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
1513
1550
|
stroke: color,
|
|
1514
1551
|
x1: "12",
|
|
1515
1552
|
y1: "20",
|
|
@@ -1519,14 +1556,14 @@
|
|
|
1519
1556
|
points: "6 12 12 6 18 12"
|
|
1520
1557
|
})));
|
|
1521
1558
|
};
|
|
1522
|
-
var SpinnerIcon =
|
|
1559
|
+
var SpinnerIcon = _ref55 => {
|
|
1523
1560
|
var {
|
|
1524
1561
|
size = 24,
|
|
1525
1562
|
color = 'currentColor',
|
|
1526
|
-
filled =
|
|
1563
|
+
filled = false,
|
|
1527
1564
|
strokeWidth = 1
|
|
1528
|
-
} =
|
|
1529
|
-
props = _objectWithoutPropertiesLoose(
|
|
1565
|
+
} = _ref55,
|
|
1566
|
+
props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
|
|
1530
1567
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1531
1568
|
size: size,
|
|
1532
1569
|
color: color
|
|
@@ -1534,7 +1571,7 @@
|
|
|
1534
1571
|
viewBox: "0 0 24 24",
|
|
1535
1572
|
"aria-hidden": "false",
|
|
1536
1573
|
focusable: "false"
|
|
1537
|
-
}, getSvgProps(
|
|
1574
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
|
|
1538
1575
|
cx: "12",
|
|
1539
1576
|
cy: "12",
|
|
1540
1577
|
r: "10",
|
|
@@ -1544,13 +1581,14 @@
|
|
|
1544
1581
|
strokeOpacity: "1"
|
|
1545
1582
|
})));
|
|
1546
1583
|
};
|
|
1547
|
-
var CalendarIcon =
|
|
1584
|
+
var CalendarIcon = _ref56 => {
|
|
1548
1585
|
var {
|
|
1549
1586
|
size = 24,
|
|
1550
1587
|
color = 'currentColor',
|
|
1551
|
-
strokeWidth = 1
|
|
1552
|
-
|
|
1553
|
-
|
|
1588
|
+
strokeWidth = 1,
|
|
1589
|
+
filled = false
|
|
1590
|
+
} = _ref56,
|
|
1591
|
+
props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
|
|
1554
1592
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1555
1593
|
size: size,
|
|
1556
1594
|
color: color
|
|
@@ -1558,7 +1596,7 @@
|
|
|
1558
1596
|
viewBox: "0 0 24 24",
|
|
1559
1597
|
"aria-hidden": "false",
|
|
1560
1598
|
focusable: "false"
|
|
1561
|
-
}, getSvgProps(
|
|
1599
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
|
|
1562
1600
|
x: "3",
|
|
1563
1601
|
y: "4",
|
|
1564
1602
|
width: "18",
|
|
@@ -1593,6 +1631,7 @@
|
|
|
1593
1631
|
CloseIcon: CloseIcon,
|
|
1594
1632
|
InstagramIcon: InstagramIcon,
|
|
1595
1633
|
YoutubeIcon: YoutubeIcon,
|
|
1634
|
+
FacebookIcon: FacebookIcon,
|
|
1596
1635
|
LinkedinIcon: LinkedinIcon,
|
|
1597
1636
|
ThreadsIcon: ThreadsIcon,
|
|
1598
1637
|
MinusIcon: MinusIcon,
|
|
@@ -7414,6 +7453,7 @@
|
|
|
7414
7453
|
exports.EditIcon = EditIcon;
|
|
7415
7454
|
exports.ErrorIcon = ErrorIcon;
|
|
7416
7455
|
exports.ExternalLinkIcon = ExternalLinkIcon;
|
|
7456
|
+
exports.FacebookIcon = FacebookIcon;
|
|
7417
7457
|
exports.FileImage = FileImage;
|
|
7418
7458
|
exports.FileSVG = FileSVG;
|
|
7419
7459
|
exports.FilterIcon = FilterIcon;
|