@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/web.esm.js CHANGED
@@ -236,14 +236,14 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
236
236
  _excluded18 = ["size", "color", "filled", "strokeWidth"],
237
237
  _excluded19 = ["size", "color", "filled", "strokeWidth"],
238
238
  _excluded20 = ["size", "color", "filled", "strokeWidth"],
239
- _excluded21 = ["size", "color", "strokeWidth", "filled"],
240
- _excluded22 = ["size", "color", "filled", "strokeWidth"],
241
- _excluded23 = ["size", "color", "strokeWidth"],
242
- _excluded24 = ["size", "color", "filled", "strokeWidth"],
243
- _excluded25 = ["size", "color", "strokeWidth"],
244
- _excluded26 = ["size", "color", "filled", "strokeWidth"],
245
- _excluded27 = ["size", "color", "strokeWidth"],
246
- _excluded28 = ["size", "color", "filled", "strokeWidth"],
239
+ _excluded21 = ["size", "color", "filled", "strokeWidth"],
240
+ _excluded22 = ["size", "color", "strokeWidth", "filled"],
241
+ _excluded23 = ["size", "color", "filled", "strokeWidth"],
242
+ _excluded24 = ["size", "color", "strokeWidth", "filled"],
243
+ _excluded25 = ["size", "color", "filled", "strokeWidth"],
244
+ _excluded26 = ["size", "color", "strokeWidth", "filled"],
245
+ _excluded27 = ["size", "color", "filled", "strokeWidth"],
246
+ _excluded28 = ["size", "color", "strokeWidth", "filled"],
247
247
  _excluded29 = ["size", "color", "filled", "strokeWidth"],
248
248
  _excluded30 = ["size", "color", "filled", "strokeWidth"],
249
249
  _excluded31 = ["size", "color", "filled", "strokeWidth"],
@@ -255,9 +255,9 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
255
255
  _excluded37 = ["size", "color", "filled", "strokeWidth"],
256
256
  _excluded38 = ["size", "color", "filled", "strokeWidth"],
257
257
  _excluded39 = ["size", "color", "filled", "strokeWidth"],
258
- _excluded40 = ["size", "color", "strokeWidth"],
259
- _excluded41 = ["size", "color", "strokeWidth"],
260
- _excluded42 = ["size", "color", "filled", "strokeWidth"],
258
+ _excluded40 = ["size", "color", "filled", "strokeWidth"],
259
+ _excluded41 = ["size", "color", "strokeWidth", "filled"],
260
+ _excluded42 = ["size", "color", "strokeWidth", "filled"],
261
261
  _excluded43 = ["size", "color", "filled", "strokeWidth"],
262
262
  _excluded44 = ["size", "color", "filled", "strokeWidth"],
263
263
  _excluded45 = ["size", "color", "filled", "strokeWidth"],
@@ -270,7 +270,8 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
270
270
  _excluded52 = ["size", "color", "filled", "strokeWidth"],
271
271
  _excluded53 = ["size", "color", "filled", "strokeWidth"],
272
272
  _excluded54 = ["size", "color", "filled", "strokeWidth"],
273
- _excluded55 = ["size", "color", "strokeWidth"];
273
+ _excluded55 = ["size", "color", "filled", "strokeWidth"],
274
+ _excluded56 = ["size", "color", "strokeWidth", "filled"];
274
275
  // Default wrapper component for consistent sizing and styling
275
276
  var IconWrapper = _ref => {
276
277
  var {
@@ -324,7 +325,7 @@ var TwitchIcon = _ref3 => {
324
325
  var {
325
326
  size = 24,
326
327
  color = 'currentColor',
327
- filled = false,
328
+ filled = true,
328
329
  strokeWidth = 1
329
330
  } = _ref3,
330
331
  props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
@@ -412,7 +413,7 @@ var YoutubeIcon = _ref6 => {
412
413
  var {
413
414
  size = 24,
414
415
  color = 'currentColor',
415
- filled = false,
416
+ filled = true,
416
417
  strokeWidth = 1
417
418
  } = _ref6,
418
419
  props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
@@ -420,14 +421,23 @@ var YoutubeIcon = _ref6 => {
420
421
  size: size,
421
422
  color: color
422
423
  }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
423
- viewBox: "0 0 24 24"
424
+ viewBox: "0 0 24 24",
425
+ "aria-hidden": "true",
426
+ focusable: "false"
424
427
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
425
- d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"
428
+ 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",
429
+ fill: filled ? color : 'none',
430
+ stroke: filled ? 'none' : color,
431
+ strokeWidth: filled ? 0 : strokeWidth
426
432
  }), /*#__PURE__*/React.createElement("polygon", {
427
- points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"
433
+ points: "10 8 10 14 14 10",
434
+ fill: "white" // Ensures the play button is transparent
435
+ ,
436
+ stroke: 'white',
437
+ strokeWidth: strokeWidth
428
438
  })));
429
439
  };
430
- var LinkedinIcon = _ref7 => {
440
+ var FacebookIcon = _ref7 => {
431
441
  var {
432
442
  size = 24,
433
443
  color = 'currentColor',
@@ -438,6 +448,28 @@ var LinkedinIcon = _ref7 => {
438
448
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
439
449
  size: size,
440
450
  color: color
451
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
452
+ viewBox: "0 0 24 24",
453
+ "aria-hidden": "true",
454
+ focusable: "false"
455
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
456
+ d: "M22 2H2v20h10v-7h-2v-3h2V9.5a4 4 0 0 1 4-4h3v3h-3a1 1 0 0 0-1 1V12h4l-1 3h-3v7h6V2z",
457
+ fill: filled ? color : 'none',
458
+ stroke: color,
459
+ strokeWidth: filled ? 0 : strokeWidth
460
+ })));
461
+ };
462
+ var LinkedinIcon = _ref8 => {
463
+ var {
464
+ size = 24,
465
+ color = 'currentColor',
466
+ filled = true,
467
+ strokeWidth = 1
468
+ } = _ref8,
469
+ props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
470
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
471
+ size: size,
472
+ color: color
441
473
  }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
442
474
  viewBox: "0 0 24 24"
443
475
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
@@ -453,14 +485,14 @@ var LinkedinIcon = _ref7 => {
453
485
  r: "2"
454
486
  })));
455
487
  };
456
- var ThreadsIcon = _ref8 => {
488
+ var ThreadsIcon = _ref9 => {
457
489
  var {
458
490
  size = 24,
459
491
  color = 'currentColor',
460
492
  filled = false,
461
493
  strokeWidth = 1
462
- } = _ref8,
463
- props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
494
+ } = _ref9,
495
+ props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
464
496
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
465
497
  size: size,
466
498
  color: color
@@ -475,15 +507,15 @@ var ThreadsIcon = _ref8 => {
475
507
  })));
476
508
  };
477
509
  // Example Refactored Icon: MinusIcon without undefined 'padding' prop
478
- var MinusIcon = _ref9 => {
510
+ var MinusIcon = _ref10 => {
479
511
  var {
480
512
  size = 24,
481
513
  color = 'currentColor',
482
514
  filled = false,
483
515
  // Assuming minus can be filled; adjust as needed
484
516
  strokeWidth = 1
485
- } = _ref9,
486
- props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
517
+ } = _ref10,
518
+ props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
487
519
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
488
520
  size: size,
489
521
  color: color
@@ -500,14 +532,14 @@ var MinusIcon = _ref9 => {
500
532
  })));
501
533
  };
502
534
  // Example Refactored Icon: InfoIcon with accessibility enhancements
503
- var InfoIcon = _ref10 => {
535
+ var InfoIcon = _ref11 => {
504
536
  var {
505
537
  size = 24,
506
538
  color = 'currentColor',
507
539
  filled = false,
508
540
  strokeWidth = 1
509
- } = _ref10,
510
- props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
541
+ } = _ref11,
542
+ props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
511
543
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
512
544
  size: size,
513
545
  color: color
@@ -521,14 +553,14 @@ var InfoIcon = _ref10 => {
521
553
  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"
522
554
  })));
523
555
  };
524
- var HeartIcon = _ref11 => {
556
+ var HeartIcon = _ref12 => {
525
557
  var {
526
558
  size = 24,
527
559
  color = 'currentColor',
528
560
  filled = true,
529
561
  strokeWidth = 1
530
- } = _ref11,
531
- props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
562
+ } = _ref12,
563
+ props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
532
564
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
533
565
  size: size,
534
566
  color: color
@@ -540,14 +572,14 @@ var HeartIcon = _ref11 => {
540
572
  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"
541
573
  })));
542
574
  };
543
- var StarIcon = _ref12 => {
575
+ var StarIcon = _ref13 => {
544
576
  var {
545
577
  size = 24,
546
578
  color = 'currentColor',
547
579
  filled = true,
548
580
  strokeWidth = 1
549
- } = _ref12,
550
- props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
581
+ } = _ref13,
582
+ props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
551
583
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
552
584
  size: size,
553
585
  color: color
@@ -559,14 +591,14 @@ var StarIcon = _ref12 => {
559
591
  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"
560
592
  })));
561
593
  };
562
- var SaveIcon = _ref13 => {
594
+ var SaveIcon = _ref14 => {
563
595
  var {
564
596
  size = 24,
565
597
  color = 'currentColor',
566
598
  filled = false,
567
599
  strokeWidth = 1
568
- } = _ref13,
569
- props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
600
+ } = _ref14,
601
+ props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
570
602
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
571
603
  size: size,
572
604
  color: color
@@ -582,14 +614,14 @@ var SaveIcon = _ref13 => {
582
614
  points: "7 3 7 8 15 8"
583
615
  })));
584
616
  };
585
- var WarningIcon = _ref14 => {
617
+ var WarningIcon = _ref15 => {
586
618
  var {
587
619
  size = 24,
588
620
  color = 'currentColor',
589
621
  filled = false,
590
622
  strokeWidth = 1
591
- } = _ref14,
592
- props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
623
+ } = _ref15,
624
+ props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
593
625
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
594
626
  size: size,
595
627
  color: color
@@ -613,14 +645,14 @@ var WarningIcon = _ref14 => {
613
645
  y2: "15"
614
646
  })));
615
647
  };
616
- var BatteryIcon = _ref15 => {
648
+ var BatteryIcon = _ref16 => {
617
649
  var {
618
650
  size = 24,
619
651
  color = 'currentColor',
620
652
  filled = true,
621
653
  strokeWidth = 1
622
- } = _ref15,
623
- props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
654
+ } = _ref16,
655
+ props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
624
656
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
625
657
  size: size,
626
658
  color: color
@@ -632,14 +664,14 @@ var BatteryIcon = _ref15 => {
632
664
  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"
633
665
  })));
634
666
  };
635
- var BookmarkIcon = _ref16 => {
667
+ var BookmarkIcon = _ref17 => {
636
668
  var {
637
669
  size = 24,
638
670
  color = 'currentColor',
639
671
  filled = false,
640
672
  strokeWidth = 1
641
- } = _ref16,
642
- props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
673
+ } = _ref17,
674
+ props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
643
675
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
644
676
  size: size,
645
677
  color: color
@@ -651,14 +683,14 @@ var BookmarkIcon = _ref16 => {
651
683
  d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
652
684
  })));
653
685
  };
654
- var CloudIcon = _ref17 => {
686
+ var CloudIcon = _ref18 => {
655
687
  var {
656
688
  size = 24,
657
689
  color = 'currentColor',
658
- filled = false,
690
+ filled = true,
659
691
  strokeWidth = 1
660
- } = _ref17,
661
- props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
692
+ } = _ref18,
693
+ props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
662
694
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
663
695
  size: size,
664
696
  color: color
@@ -670,14 +702,14 @@ var CloudIcon = _ref17 => {
670
702
  d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
671
703
  })));
672
704
  };
673
- var CopyIcon = _ref18 => {
705
+ var CopyIcon = _ref19 => {
674
706
  var {
675
707
  size = 24,
676
708
  color = 'currentColor',
677
709
  filled = false,
678
710
  strokeWidth = 1
679
- } = _ref18,
680
- props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
711
+ } = _ref19,
712
+ props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
681
713
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
682
714
  size: size,
683
715
  color: color
@@ -696,14 +728,14 @@ var CopyIcon = _ref18 => {
696
728
  d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
697
729
  })));
698
730
  };
699
- var DustBinIcon = _ref19 => {
731
+ var DustBinIcon = _ref20 => {
700
732
  var {
701
733
  size = 24,
702
734
  color = 'currentColor',
703
735
  filled = false,
704
736
  strokeWidth = 1
705
- } = _ref19,
706
- props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
737
+ } = _ref20,
738
+ props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
707
739
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
708
740
  size: size,
709
741
  color: color
@@ -715,14 +747,14 @@ var DustBinIcon = _ref19 => {
715
747
  d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
716
748
  })));
717
749
  };
718
- var EditIcon = _ref20 => {
750
+ var EditIcon = _ref21 => {
719
751
  var {
720
752
  size = 24,
721
753
  color = 'currentColor',
722
754
  filled = false,
723
755
  strokeWidth = 1
724
- } = _ref20,
725
- props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
756
+ } = _ref21,
757
+ props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
726
758
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
727
759
  size: size,
728
760
  color: color
@@ -734,14 +766,14 @@ var EditIcon = _ref20 => {
734
766
  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"
735
767
  })));
736
768
  };
737
- var ErrorIcon = _ref21 => {
769
+ var ErrorIcon = _ref22 => {
738
770
  var {
739
771
  size = 24,
740
772
  color = 'currentColor',
741
773
  strokeWidth = 1,
742
774
  filled = true
743
- } = _ref21,
744
- props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
775
+ } = _ref22,
776
+ props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
745
777
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
746
778
  size: size,
747
779
  color: color
@@ -767,14 +799,14 @@ var ErrorIcon = _ref21 => {
767
799
  stroke: filled ? 'white' : color
768
800
  })));
769
801
  };
770
- var DownloadIcon = _ref22 => {
802
+ var DownloadIcon = _ref23 => {
771
803
  var {
772
804
  size = 24,
773
805
  color = 'currentColor',
774
806
  filled = true,
775
807
  strokeWidth = 1
776
- } = _ref22,
777
- props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
808
+ } = _ref23,
809
+ props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
778
810
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
779
811
  size: size,
780
812
  color: color
@@ -786,13 +818,14 @@ var DownloadIcon = _ref22 => {
786
818
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
787
819
  })));
788
820
  };
789
- var MenuIcon = _ref23 => {
821
+ var MenuIcon = _ref24 => {
790
822
  var {
791
823
  size = 24,
792
824
  color = 'currentColor',
793
- strokeWidth = 1
794
- } = _ref23,
795
- props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
825
+ strokeWidth = 1,
826
+ filled = false
827
+ } = _ref24,
828
+ props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
796
829
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
797
830
  size: size,
798
831
  color: color
@@ -800,7 +833,7 @@ var MenuIcon = _ref23 => {
800
833
  viewBox: "0 0 24 24",
801
834
  "aria-hidden": "false",
802
835
  focusable: "false"
803
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
836
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
804
837
  stroke: color,
805
838
  x1: "3",
806
839
  y1: "12",
@@ -820,14 +853,14 @@ var MenuIcon = _ref23 => {
820
853
  y2: "18"
821
854
  })));
822
855
  };
823
- var ShareIcon = _ref24 => {
856
+ var ShareIcon = _ref25 => {
824
857
  var {
825
858
  size = 24,
826
859
  color = 'currentColor',
827
860
  filled = false,
828
861
  strokeWidth = 1
829
- } = _ref24,
830
- props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
862
+ } = _ref25,
863
+ props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
831
864
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
832
865
  size: size,
833
866
  color: color
@@ -861,13 +894,14 @@ var ShareIcon = _ref24 => {
861
894
  y2: "10.49"
862
895
  })));
863
896
  };
864
- var RefreshIcon = _ref25 => {
897
+ var RefreshIcon = _ref26 => {
865
898
  var {
866
899
  size = 24,
867
900
  color = 'currentColor',
868
- strokeWidth = 1
869
- } = _ref25,
870
- props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
901
+ strokeWidth = 1,
902
+ filled = false
903
+ } = _ref26,
904
+ props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
871
905
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
872
906
  size: size,
873
907
  color: color
@@ -875,20 +909,20 @@ var RefreshIcon = _ref25 => {
875
909
  viewBox: "0 0 24 24",
876
910
  "aria-hidden": "false",
877
911
  focusable: "false"
878
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("polyline", {
912
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("polyline", {
879
913
  points: "23 4 23 10 17 10"
880
914
  }), /*#__PURE__*/React.createElement("path", {
881
915
  d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
882
916
  })));
883
917
  };
884
- var PrintIcon = _ref26 => {
918
+ var PrintIcon = _ref27 => {
885
919
  var {
886
920
  size = 24,
887
921
  color = 'currentColor',
888
922
  filled = true,
889
923
  strokeWidth = 1
890
- } = _ref26,
891
- props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
924
+ } = _ref27,
925
+ props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
892
926
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
893
927
  size: size,
894
928
  color: color
@@ -901,13 +935,14 @@ var PrintIcon = _ref26 => {
901
935
  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"
902
936
  })));
903
937
  };
904
- var PanelIcon = _ref27 => {
938
+ var PanelIcon = _ref28 => {
905
939
  var {
906
940
  size = 24,
907
941
  color = 'currentColor',
908
- strokeWidth = 1
909
- } = _ref27,
910
- props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
942
+ strokeWidth = 1,
943
+ filled = false
944
+ } = _ref28,
945
+ props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
911
946
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
912
947
  size: size,
913
948
  color: color
@@ -915,7 +950,7 @@ var PanelIcon = _ref27 => {
915
950
  viewBox: "0 0 24 24",
916
951
  "aria-hidden": "false",
917
952
  focusable: "false"
918
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
953
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
919
954
  stroke: color,
920
955
  x1: "4",
921
956
  y1: "21",
@@ -971,14 +1006,14 @@ var PanelIcon = _ref27 => {
971
1006
  y2: "16"
972
1007
  })));
973
1008
  };
974
- var FilterIcon = _ref28 => {
1009
+ var FilterIcon = _ref29 => {
975
1010
  var {
976
1011
  size = 24,
977
1012
  color = 'currentColor',
978
1013
  filled = false,
979
1014
  strokeWidth = 1
980
- } = _ref28,
981
- props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
1015
+ } = _ref29,
1016
+ props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
982
1017
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
983
1018
  size: size,
984
1019
  color: color
@@ -990,14 +1025,14 @@ var FilterIcon = _ref28 => {
990
1025
  d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
991
1026
  })));
992
1027
  };
993
- var HomeIcon = _ref29 => {
1028
+ var HomeIcon = _ref30 => {
994
1029
  var {
995
1030
  size = 24,
996
1031
  color = 'currentColor',
997
1032
  filled = true,
998
1033
  strokeWidth = 1
999
- } = _ref29,
1000
- props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
1034
+ } = _ref30,
1035
+ props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
1001
1036
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1002
1037
  size: size,
1003
1038
  color: color
@@ -1009,14 +1044,14 @@ var HomeIcon = _ref29 => {
1009
1044
  d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
1010
1045
  })));
1011
1046
  };
1012
- var LocationIcon = _ref30 => {
1047
+ var LocationIcon = _ref31 => {
1013
1048
  var {
1014
1049
  size = 24,
1015
1050
  color = 'currentColor',
1016
1051
  filled = true,
1017
1052
  strokeWidth = 1
1018
- } = _ref30,
1019
- props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
1053
+ } = _ref31,
1054
+ props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1020
1055
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1021
1056
  size: size,
1022
1057
  color: color
@@ -1028,14 +1063,14 @@ var LocationIcon = _ref30 => {
1028
1063
  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"
1029
1064
  })));
1030
1065
  };
1031
- var LockIcon = _ref31 => {
1066
+ var LockIcon = _ref32 => {
1032
1067
  var {
1033
1068
  size = 24,
1034
1069
  color = 'currentColor',
1035
1070
  filled = false,
1036
1071
  strokeWidth = 1
1037
- } = _ref31,
1038
- props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1072
+ } = _ref32,
1073
+ props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1039
1074
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1040
1075
  size: size,
1041
1076
  color: color
@@ -1054,14 +1089,14 @@ var LockIcon = _ref31 => {
1054
1089
  d: "M7 11V7a5 5 0 0 1 10 0v4"
1055
1090
  })));
1056
1091
  };
1057
- var MicrophoneIcon = _ref32 => {
1092
+ var MicrophoneIcon = _ref33 => {
1058
1093
  var {
1059
1094
  size = 24,
1060
1095
  color = 'currentColor',
1061
1096
  filled = false,
1062
1097
  strokeWidth = 1
1063
- } = _ref32,
1064
- props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1098
+ } = _ref33,
1099
+ props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1065
1100
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1066
1101
  size: size,
1067
1102
  color: color
@@ -1087,14 +1122,14 @@ var MicrophoneIcon = _ref32 => {
1087
1122
  y2: "23"
1088
1123
  })));
1089
1124
  };
1090
- var MoonIcon = _ref33 => {
1125
+ var MoonIcon = _ref34 => {
1091
1126
  var {
1092
1127
  size = 24,
1093
1128
  color = 'currentColor',
1094
1129
  filled = true,
1095
1130
  strokeWidth = 1
1096
- } = _ref33,
1097
- props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1131
+ } = _ref34,
1132
+ props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1098
1133
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1099
1134
  size: size,
1100
1135
  color: color
@@ -1106,14 +1141,14 @@ var MoonIcon = _ref33 => {
1106
1141
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
1107
1142
  })));
1108
1143
  };
1109
- var NotificationIcon = _ref34 => {
1144
+ var NotificationIcon = _ref35 => {
1110
1145
  var {
1111
1146
  size = 24,
1112
1147
  color = 'currentColor',
1113
1148
  filled = false,
1114
1149
  strokeWidth = 1
1115
- } = _ref34,
1116
- props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1150
+ } = _ref35,
1151
+ props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1117
1152
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1118
1153
  size: size,
1119
1154
  color: color
@@ -1127,14 +1162,14 @@ var NotificationIcon = _ref34 => {
1127
1162
  d: "M13.73 21a2 2 0 0 1-3.46 0"
1128
1163
  })));
1129
1164
  };
1130
- var OpenEyeIcon = _ref35 => {
1165
+ var OpenEyeIcon = _ref36 => {
1131
1166
  var {
1132
1167
  size = 24,
1133
1168
  color = 'currentColor',
1134
1169
  filled = true,
1135
1170
  strokeWidth = 1
1136
- } = _ref35,
1137
- props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1171
+ } = _ref36,
1172
+ props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1138
1173
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1139
1174
  size: size,
1140
1175
  color: color
@@ -1146,14 +1181,14 @@ var OpenEyeIcon = _ref35 => {
1146
1181
  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"
1147
1182
  })));
1148
1183
  };
1149
- var ProfileIcon = _ref36 => {
1184
+ var ProfileIcon = _ref37 => {
1150
1185
  var {
1151
1186
  size = 24,
1152
1187
  color = 'currentColor',
1153
1188
  filled = true,
1154
1189
  strokeWidth = 1
1155
- } = _ref36,
1156
- props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1190
+ } = _ref37,
1191
+ props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1157
1192
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1158
1193
  size: size,
1159
1194
  color: color
@@ -1166,14 +1201,14 @@ var ProfileIcon = _ref36 => {
1166
1201
  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"
1167
1202
  }), ' '));
1168
1203
  };
1169
- var SettingsIcon = _ref37 => {
1204
+ var SettingsIcon = _ref38 => {
1170
1205
  var {
1171
1206
  size = 24,
1172
1207
  color = 'currentColor',
1173
1208
  filled = false,
1174
1209
  strokeWidth = 1
1175
- } = _ref37,
1176
- props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1210
+ } = _ref38,
1211
+ props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1177
1212
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1178
1213
  size: size,
1179
1214
  color: color
@@ -1185,14 +1220,14 @@ var SettingsIcon = _ref37 => {
1185
1220
  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"
1186
1221
  })));
1187
1222
  };
1188
- var SuccessIcon = _ref38 => {
1223
+ var SuccessIcon = _ref39 => {
1189
1224
  var {
1190
1225
  size = 24,
1191
1226
  color = 'currentColor',
1192
1227
  filled = true,
1193
1228
  strokeWidth = 1
1194
- } = _ref38,
1195
- props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1229
+ } = _ref39,
1230
+ props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1196
1231
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1197
1232
  size: size,
1198
1233
  color: color
@@ -1204,14 +1239,14 @@ var SuccessIcon = _ref38 => {
1204
1239
  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"
1205
1240
  })));
1206
1241
  };
1207
- var UnLikeIcon = _ref39 => {
1242
+ var UnLikeIcon = _ref40 => {
1208
1243
  var {
1209
1244
  size = 24,
1210
1245
  color = 'currentColor',
1211
1246
  filled = true,
1212
1247
  strokeWidth = 1
1213
- } = _ref39,
1214
- props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1248
+ } = _ref40,
1249
+ props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1215
1250
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1216
1251
  size: size,
1217
1252
  color: color
@@ -1223,13 +1258,14 @@ var UnLikeIcon = _ref39 => {
1223
1258
  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"
1224
1259
  })));
1225
1260
  };
1226
- var ClockIcon = _ref40 => {
1261
+ var ClockIcon = _ref41 => {
1227
1262
  var {
1228
1263
  size = 24,
1229
1264
  color = 'currentColor',
1230
- strokeWidth = 1
1231
- } = _ref40,
1232
- props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1265
+ strokeWidth = 1,
1266
+ filled = false
1267
+ } = _ref41,
1268
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1233
1269
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1234
1270
  size: size,
1235
1271
  color: color
@@ -1237,7 +1273,7 @@ var ClockIcon = _ref40 => {
1237
1273
  viewBox: "0 0 24 24",
1238
1274
  "aria-hidden": "false",
1239
1275
  focusable: "false"
1240
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1276
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1241
1277
  cx: "12",
1242
1278
  cy: "12",
1243
1279
  r: "10"
@@ -1245,13 +1281,14 @@ var ClockIcon = _ref40 => {
1245
1281
  points: "12 6 12 12 16 14"
1246
1282
  })));
1247
1283
  };
1248
- var CameraIcon = _ref41 => {
1284
+ var CameraIcon = _ref42 => {
1249
1285
  var {
1250
1286
  size = 24,
1251
1287
  color = 'currentColor',
1252
- strokeWidth = 1
1253
- } = _ref41,
1254
- props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1288
+ strokeWidth = 1,
1289
+ filled = false
1290
+ } = _ref42,
1291
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1255
1292
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1256
1293
  size: size,
1257
1294
  color: color
@@ -1259,7 +1296,7 @@ var CameraIcon = _ref41 => {
1259
1296
  viewBox: "0 0 24 24",
1260
1297
  "aria-hidden": "false",
1261
1298
  focusable: "false"
1262
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1299
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1263
1300
  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"
1264
1301
  }), /*#__PURE__*/React.createElement("circle", {
1265
1302
  cx: "12",
@@ -1267,14 +1304,14 @@ var CameraIcon = _ref41 => {
1267
1304
  r: "4"
1268
1305
  })));
1269
1306
  };
1270
- var BluetoothIcon = _ref42 => {
1307
+ var BluetoothIcon = _ref43 => {
1271
1308
  var {
1272
1309
  size = 24,
1273
1310
  color = 'currentColor',
1274
1311
  filled = true,
1275
1312
  strokeWidth = 1
1276
- } = _ref42,
1277
- props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1313
+ } = _ref43,
1314
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1278
1315
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1279
1316
  size: size,
1280
1317
  color: color
@@ -1282,18 +1319,18 @@ var BluetoothIcon = _ref42 => {
1282
1319
  viewBox: "0 0 24 24",
1283
1320
  "aria-hidden": "false",
1284
1321
  focusable: "false"
1285
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1322
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1286
1323
  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"
1287
1324
  })));
1288
1325
  };
1289
- var LikeIcon = _ref43 => {
1326
+ var LikeIcon = _ref44 => {
1290
1327
  var {
1291
1328
  size = 24,
1292
1329
  color = 'currentColor',
1293
1330
  filled = true,
1294
1331
  strokeWidth = 1
1295
- } = _ref43,
1296
- props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1332
+ } = _ref44,
1333
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1297
1334
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1298
1335
  size: size,
1299
1336
  color: color
@@ -1305,14 +1342,14 @@ var LikeIcon = _ref43 => {
1305
1342
  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"
1306
1343
  })));
1307
1344
  };
1308
- var UnlockIcon = _ref44 => {
1345
+ var UnlockIcon = _ref45 => {
1309
1346
  var {
1310
1347
  size = 24,
1311
1348
  color = 'currentColor',
1312
1349
  filled = false,
1313
1350
  strokeWidth = 1
1314
- } = _ref44,
1315
- props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1351
+ } = _ref45,
1352
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1316
1353
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1317
1354
  size: size,
1318
1355
  color: color
@@ -1331,14 +1368,14 @@ var UnlockIcon = _ref44 => {
1331
1368
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1332
1369
  })));
1333
1370
  };
1334
- var WifiIcon = _ref45 => {
1371
+ var WifiIcon = _ref46 => {
1335
1372
  var {
1336
1373
  size = 24,
1337
1374
  color = 'currentColor',
1338
1375
  filled = false,
1339
1376
  strokeWidth = 1
1340
- } = _ref45,
1341
- props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1377
+ } = _ref46,
1378
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1342
1379
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1343
1380
  size: size,
1344
1381
  color: color
@@ -1350,14 +1387,14 @@ var WifiIcon = _ref45 => {
1350
1387
  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"
1351
1388
  })));
1352
1389
  };
1353
- var UploadIcon = _ref46 => {
1390
+ var UploadIcon = _ref47 => {
1354
1391
  var {
1355
1392
  size = 24,
1356
1393
  color = 'currentColor',
1357
1394
  filled = false,
1358
1395
  strokeWidth = 1
1359
- } = _ref46,
1360
- props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1396
+ } = _ref47,
1397
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1361
1398
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1362
1399
  size: size,
1363
1400
  color: color
@@ -1373,14 +1410,14 @@ var UploadIcon = _ref46 => {
1373
1410
  d: "M12 12l0 9"
1374
1411
  })));
1375
1412
  };
1376
- var SearchIcon = _ref47 => {
1413
+ var SearchIcon = _ref48 => {
1377
1414
  var {
1378
1415
  size = 24,
1379
1416
  color = 'currentColor',
1380
1417
  filled = true,
1381
1418
  strokeWidth = 1
1382
- } = _ref47,
1383
- props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1419
+ } = _ref48,
1420
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1384
1421
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1385
1422
  size: size,
1386
1423
  color: color
@@ -1388,18 +1425,18 @@ var SearchIcon = _ref47 => {
1388
1425
  viewBox: "0 0 24 24",
1389
1426
  "aria-hidden": "false",
1390
1427
  focusable: "false"
1391
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1428
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1392
1429
  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"
1393
1430
  })));
1394
1431
  };
1395
- var CloseEyeIcon = _ref48 => {
1432
+ var CloseEyeIcon = _ref49 => {
1396
1433
  var {
1397
1434
  size = 24,
1398
1435
  color = 'currentColor',
1399
1436
  filled = true,
1400
1437
  strokeWidth = 1
1401
- } = _ref48,
1402
- props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1438
+ } = _ref49,
1439
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1403
1440
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1404
1441
  size: size,
1405
1442
  color: color
@@ -1407,19 +1444,19 @@ var CloseEyeIcon = _ref48 => {
1407
1444
  viewBox: "0 0 24 24",
1408
1445
  "aria-hidden": "false",
1409
1446
  focusable: "false"
1410
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1447
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1411
1448
  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",
1412
1449
  fill: "currentColor"
1413
1450
  })));
1414
1451
  };
1415
- var ExternalLinkIcon = _ref49 => {
1452
+ var ExternalLinkIcon = _ref50 => {
1416
1453
  var {
1417
1454
  size = 24,
1418
1455
  color = 'currentColor',
1419
1456
  filled = true,
1420
1457
  strokeWidth = 1
1421
- } = _ref49,
1422
- props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1458
+ } = _ref50,
1459
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1423
1460
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1424
1461
  size: size,
1425
1462
  color: color
@@ -1427,18 +1464,18 @@ var ExternalLinkIcon = _ref49 => {
1427
1464
  viewBox: "0 0 24 24",
1428
1465
  "aria-hidden": "false",
1429
1466
  focusable: "false"
1430
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1467
+ }, getSvgProps(true, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1431
1468
  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"
1432
1469
  })));
1433
1470
  };
1434
- var PlusIcon = _ref50 => {
1471
+ var PlusIcon = _ref51 => {
1435
1472
  var {
1436
1473
  size = 24,
1437
1474
  color = 'currentColor',
1438
- filled = true,
1475
+ filled = false,
1439
1476
  strokeWidth = 1
1440
- } = _ref50,
1441
- props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1477
+ } = _ref51,
1478
+ props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1442
1479
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1443
1480
  size: size,
1444
1481
  color: color
@@ -1446,7 +1483,7 @@ var PlusIcon = _ref50 => {
1446
1483
  viewBox: "0 0 24 24",
1447
1484
  "aria-hidden": "false",
1448
1485
  focusable: "false"
1449
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1486
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1450
1487
  stroke: color,
1451
1488
  x1: "12",
1452
1489
  y1: "5",
@@ -1460,14 +1497,14 @@ var PlusIcon = _ref50 => {
1460
1497
  y2: "12"
1461
1498
  })));
1462
1499
  };
1463
- var TickIcon = _ref51 => {
1500
+ var TickIcon = _ref52 => {
1464
1501
  var {
1465
1502
  size = 24,
1466
1503
  color = 'currentColor',
1467
- filled = true,
1504
+ filled = false,
1468
1505
  strokeWidth = 1
1469
- } = _ref51,
1470
- props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1506
+ } = _ref52,
1507
+ props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1471
1508
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1472
1509
  size: size,
1473
1510
  color: color
@@ -1475,20 +1512,20 @@ var TickIcon = _ref51 => {
1475
1512
  viewBox: "0 0 24 24",
1476
1513
  "aria-hidden": "false",
1477
1514
  focusable: "false"
1478
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1515
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1479
1516
  d: "M5 13l4 4L19 7",
1480
1517
  strokeLinecap: "round",
1481
1518
  strokeLinejoin: "round"
1482
1519
  })));
1483
1520
  };
1484
- var BoldArrowIcon = _ref52 => {
1521
+ var BoldArrowIcon = _ref53 => {
1485
1522
  var {
1486
1523
  size = 24,
1487
1524
  color = 'currentColor',
1488
1525
  filled = true,
1489
1526
  strokeWidth = 1
1490
- } = _ref52,
1491
- props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1527
+ } = _ref53,
1528
+ props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1492
1529
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1493
1530
  size: size,
1494
1531
  color: color
@@ -1496,18 +1533,18 @@ var BoldArrowIcon = _ref52 => {
1496
1533
  viewBox: "0 0 24 24",
1497
1534
  "aria-hidden": "false",
1498
1535
  focusable: "false"
1499
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1536
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1500
1537
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1501
1538
  })));
1502
1539
  };
1503
- var ArrowIcon = _ref53 => {
1540
+ var ArrowIcon = _ref54 => {
1504
1541
  var {
1505
1542
  size = 24,
1506
1543
  color = 'currentColor',
1507
- filled = true,
1544
+ filled = false,
1508
1545
  strokeWidth = 1
1509
- } = _ref53,
1510
- props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1546
+ } = _ref54,
1547
+ props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1511
1548
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1512
1549
  size: size,
1513
1550
  color: color
@@ -1515,7 +1552,7 @@ var ArrowIcon = _ref53 => {
1515
1552
  viewBox: "0 0 24 24",
1516
1553
  "aria-hidden": "false",
1517
1554
  focusable: "false"
1518
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1555
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1519
1556
  stroke: color,
1520
1557
  x1: "12",
1521
1558
  y1: "20",
@@ -1525,14 +1562,14 @@ var ArrowIcon = _ref53 => {
1525
1562
  points: "6 12 12 6 18 12"
1526
1563
  })));
1527
1564
  };
1528
- var SpinnerIcon = _ref54 => {
1565
+ var SpinnerIcon = _ref55 => {
1529
1566
  var {
1530
1567
  size = 24,
1531
1568
  color = 'currentColor',
1532
- filled = true,
1569
+ filled = false,
1533
1570
  strokeWidth = 1
1534
- } = _ref54,
1535
- props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1571
+ } = _ref55,
1572
+ props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1536
1573
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1537
1574
  size: size,
1538
1575
  color: color
@@ -1540,7 +1577,7 @@ var SpinnerIcon = _ref54 => {
1540
1577
  viewBox: "0 0 24 24",
1541
1578
  "aria-hidden": "false",
1542
1579
  focusable: "false"
1543
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1580
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1544
1581
  cx: "12",
1545
1582
  cy: "12",
1546
1583
  r: "10",
@@ -1550,13 +1587,14 @@ var SpinnerIcon = _ref54 => {
1550
1587
  strokeOpacity: "1"
1551
1588
  })));
1552
1589
  };
1553
- var CalendarIcon = _ref55 => {
1590
+ var CalendarIcon = _ref56 => {
1554
1591
  var {
1555
1592
  size = 24,
1556
1593
  color = 'currentColor',
1557
- strokeWidth = 1
1558
- } = _ref55,
1559
- props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1594
+ strokeWidth = 1,
1595
+ filled = false
1596
+ } = _ref56,
1597
+ props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
1560
1598
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1561
1599
  size: size,
1562
1600
  color: color
@@ -1564,7 +1602,7 @@ var CalendarIcon = _ref55 => {
1564
1602
  viewBox: "0 0 24 24",
1565
1603
  "aria-hidden": "false",
1566
1604
  focusable: "false"
1567
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
1605
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
1568
1606
  x: "3",
1569
1607
  y: "4",
1570
1608
  width: "18",
@@ -1599,6 +1637,7 @@ var Icon = {
1599
1637
  CloseIcon: CloseIcon,
1600
1638
  InstagramIcon: InstagramIcon,
1601
1639
  YoutubeIcon: YoutubeIcon,
1640
+ FacebookIcon: FacebookIcon,
1602
1641
  LinkedinIcon: LinkedinIcon,
1603
1642
  ThreadsIcon: ThreadsIcon,
1604
1643
  MinusIcon: MinusIcon,
@@ -7390,5 +7429,5 @@ var ToggleGroupComponent = _ref => {
7390
7429
  // Expose the ToggleGroupComponent for import into other modules
7391
7430
  var ToggleGroup = ToggleGroupComponent;
7392
7431
 
7393
- export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CenterBase, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, DatePicker, DownloadIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, HorizontalBase, Icon, InfoIcon, Inline, InstagramIcon, Left, LikeIcon, Link, LinkedinIcon, Loader, LocationIcon, LockIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, PanelIcon, Password, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, SaveIcon, SearchIcon, Select, SettingsIcon, ShareIcon, SpinnerIcon, StarIcon, SuccessIcon, Switch, Table, Tabs, Text, TextArea, TextField, ThreadsIcon, TickIcon, Toggle, ToggleGroup, Top, TwitchIcon, UnLikeIcon, UnlockIcon, UploadIcon, Vertical, VerticalBase, View, WarningIcon, WifiIcon, YoutubeIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
7432
+ export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CenterBase, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, DatePicker, DownloadIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FacebookIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, HorizontalBase, Icon, InfoIcon, Inline, InstagramIcon, Left, LikeIcon, Link, LinkedinIcon, Loader, LocationIcon, LockIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, PanelIcon, Password, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, SaveIcon, SearchIcon, Select, SettingsIcon, ShareIcon, SpinnerIcon, StarIcon, SuccessIcon, Switch, Table, Tabs, Text, TextArea, TextField, ThreadsIcon, TickIcon, Toggle, ToggleGroup, Top, TwitchIcon, UnLikeIcon, UnlockIcon, UploadIcon, Vertical, VerticalBase, View, WarningIcon, WifiIcon, YoutubeIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
7394
7433
  //# sourceMappingURL=web.esm.js.map