@app-studio/web 0.8.58 → 0.8.59

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
@@ -237,7 +237,7 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
237
237
  _excluded19 = ["size", "color", "filled", "strokeWidth"],
238
238
  _excluded20 = ["size", "color", "filled", "strokeWidth"],
239
239
  _excluded21 = ["size", "color", "filled", "strokeWidth"],
240
- _excluded22 = ["size", "color", "strokeWidth", "filled"],
240
+ _excluded22 = ["size", "color", "filled", "strokeWidth"],
241
241
  _excluded23 = ["size", "color", "filled", "strokeWidth"],
242
242
  _excluded24 = ["size", "color", "strokeWidth", "filled"],
243
243
  _excluded25 = ["size", "color", "filled", "strokeWidth"],
@@ -245,7 +245,7 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
245
245
  _excluded27 = ["size", "color", "filled", "strokeWidth"],
246
246
  _excluded28 = ["size", "color", "strokeWidth", "filled"],
247
247
  _excluded29 = ["size", "color", "filled", "strokeWidth"],
248
- _excluded30 = ["size", "color", "filled", "strokeWidth"],
248
+ _excluded30 = ["size", "color", "strokeWidth", "filled"],
249
249
  _excluded31 = ["size", "color", "filled", "strokeWidth"],
250
250
  _excluded32 = ["size", "color", "filled", "strokeWidth"],
251
251
  _excluded33 = ["size", "color", "filled", "strokeWidth"],
@@ -256,10 +256,10 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
256
256
  _excluded38 = ["size", "color", "filled", "strokeWidth"],
257
257
  _excluded39 = ["size", "color", "filled", "strokeWidth"],
258
258
  _excluded40 = ["size", "color", "filled", "strokeWidth"],
259
- _excluded41 = ["size", "color", "strokeWidth", "filled"],
260
- _excluded42 = ["size", "color", "strokeWidth", "filled"],
261
- _excluded43 = ["size", "color", "filled", "strokeWidth"],
262
- _excluded44 = ["size", "color", "filled", "strokeWidth"],
259
+ _excluded41 = ["size", "color", "filled", "strokeWidth"],
260
+ _excluded42 = ["size", "color", "filled", "strokeWidth"],
261
+ _excluded43 = ["size", "color", "strokeWidth", "filled"],
262
+ _excluded44 = ["size", "color", "strokeWidth", "filled"],
263
263
  _excluded45 = ["size", "color", "filled", "strokeWidth"],
264
264
  _excluded46 = ["size", "color", "filled", "strokeWidth"],
265
265
  _excluded47 = ["size", "color", "filled", "strokeWidth"],
@@ -271,7 +271,9 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
271
271
  _excluded53 = ["size", "color", "filled", "strokeWidth"],
272
272
  _excluded54 = ["size", "color", "filled", "strokeWidth"],
273
273
  _excluded55 = ["size", "color", "filled", "strokeWidth"],
274
- _excluded56 = ["size", "color", "strokeWidth", "filled"];
274
+ _excluded56 = ["size", "color", "filled", "strokeWidth"],
275
+ _excluded57 = ["size", "color", "filled", "strokeWidth"],
276
+ _excluded58 = ["size", "color", "strokeWidth", "filled"];
275
277
  // Default wrapper component for consistent sizing and styling
276
278
  var IconWrapper = _ref => {
277
279
  var {
@@ -320,8 +322,7 @@ var ChevronIcon = _ref2 => {
320
322
  d: "M12.771 7.115a.829.829 0 0 0-1.2 0L3 15.686l1.2 1.2 7.971-7.971 7.972 7.971 1.2-1.2-8.572-8.571Z"
321
323
  })));
322
324
  };
323
- // Example of a Twitch Icon
324
- var TwitchIcon = _ref3 => {
325
+ var TwitterIcon = _ref3 => {
325
326
  var {
326
327
  size = 24,
327
328
  color = 'currentColor',
@@ -336,6 +337,51 @@ var TwitchIcon = _ref3 => {
336
337
  viewBox: "0 0 24 24",
337
338
  "aria-hidden": "true",
338
339
  focusable: "false"
340
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
341
+ d: "M22.46 6.01c-.83.37-1.72.62-2.65.74a4.6 4.6 0 0 0 2.01-2.54 9.2 9.2 0 0 1-2.91 1.11 4.54 4.54 0 0 0-7.75 4.14A12.86 12.86 0 0 1 3.15 4.47a4.54 4.54 0 0 0 1.4 6.06 4.5 4.5 0 0 1-2.06-.57v.06a4.54 4.54 0 0 0 3.64 4.45 4.61 4.61 0 0 1-2.05.08 4.54 4.54 0 0 0 4.23 3.15 9.12 9.12 0 0 1-5.64 1.94c-.37 0-.74-.02-1.1-.07A12.86 12.86 0 0 0 8.21 21c8.38 0 12.96-6.94 12.96-12.96 0-.2 0-.4-.01-.6a9.28 9.28 0 0 0 2.3-2.37z",
342
+ fill: filled ? color : 'none',
343
+ stroke: filled ? 'none' : color,
344
+ strokeWidth: filled ? 0 : strokeWidth
345
+ })));
346
+ };
347
+ var XIcon = _ref4 => {
348
+ var {
349
+ size = 24,
350
+ color = 'currentColor',
351
+ filled = true,
352
+ strokeWidth = 1
353
+ } = _ref4,
354
+ props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
355
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
356
+ size: size,
357
+ color: color
358
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
359
+ viewBox: "0 0 24 24",
360
+ "aria-hidden": "true",
361
+ focusable: "false"
362
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
363
+ d: "M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z",
364
+ fill: filled ? color : 'none',
365
+ stroke: color,
366
+ strokeWidth: strokeWidth
367
+ })));
368
+ };
369
+ // Example of a Twitch Icon
370
+ var TwitchIcon = _ref5 => {
371
+ var {
372
+ size = 24,
373
+ color = 'currentColor',
374
+ filled = true,
375
+ strokeWidth = 1
376
+ } = _ref5,
377
+ props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
378
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
379
+ size: size,
380
+ color: color
381
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
382
+ viewBox: "0 0 24 24",
383
+ "aria-hidden": "true",
384
+ focusable: "false"
339
385
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
340
386
  d: "M2 2v16h5v4l4-4h5l6-6V2H2zm18 10-3 3h-5l-3 3v-3H4V4h16v8z",
341
387
  fill: filled ? color : 'none',
@@ -349,14 +395,14 @@ var TwitchIcon = _ref3 => {
349
395
  })));
350
396
  };
351
397
  // Example of another Icon: CloseIcon
352
- var CloseIcon = _ref4 => {
398
+ var CloseIcon = _ref6 => {
353
399
  var {
354
400
  size = 24,
355
401
  color = 'currentColor',
356
402
  filled = false,
357
403
  strokeWidth = 1
358
- } = _ref4,
359
- props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
404
+ } = _ref6,
405
+ props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
360
406
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
361
407
  size: size,
362
408
  color: color
@@ -378,14 +424,14 @@ var CloseIcon = _ref4 => {
378
424
  y2: "18"
379
425
  })));
380
426
  };
381
- var InstagramIcon = _ref5 => {
427
+ var InstagramIcon = _ref7 => {
382
428
  var {
383
429
  size = 24,
384
430
  color = 'currentColor',
385
431
  filled = false,
386
432
  strokeWidth = 1
387
- } = _ref5,
388
- props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
433
+ } = _ref7,
434
+ props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
389
435
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
390
436
  size: size,
391
437
  color: color
@@ -409,14 +455,14 @@ var InstagramIcon = _ref5 => {
409
455
  y2: "6.5"
410
456
  })));
411
457
  };
412
- var YoutubeIcon = _ref6 => {
458
+ var YoutubeIcon = _ref8 => {
413
459
  var {
414
460
  size = 24,
415
461
  color = 'currentColor',
416
462
  filled = true,
417
463
  strokeWidth = 1
418
- } = _ref6,
419
- props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
464
+ } = _ref8,
465
+ props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
420
466
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
421
467
  size: size,
422
468
  color: color
@@ -437,14 +483,14 @@ var YoutubeIcon = _ref6 => {
437
483
  strokeWidth: strokeWidth
438
484
  })));
439
485
  };
440
- var FacebookIcon = _ref7 => {
486
+ var FacebookIcon = _ref9 => {
441
487
  var {
442
488
  size = 24,
443
489
  color = 'currentColor',
444
490
  filled = true,
445
491
  strokeWidth = 1
446
- } = _ref7,
447
- props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
492
+ } = _ref9,
493
+ props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
448
494
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
449
495
  size: size,
450
496
  color: color
@@ -459,14 +505,14 @@ var FacebookIcon = _ref7 => {
459
505
  strokeWidth: filled ? 0 : strokeWidth
460
506
  })));
461
507
  };
462
- var LinkedinIcon = _ref8 => {
508
+ var LinkedinIcon = _ref10 => {
463
509
  var {
464
510
  size = 24,
465
511
  color = 'currentColor',
466
512
  filled = true,
467
513
  strokeWidth = 1
468
- } = _ref8,
469
- props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
514
+ } = _ref10,
515
+ props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
470
516
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
471
517
  size: size,
472
518
  color: color
@@ -485,14 +531,14 @@ var LinkedinIcon = _ref8 => {
485
531
  r: "2"
486
532
  })));
487
533
  };
488
- var ThreadsIcon = _ref9 => {
534
+ var ThreadsIcon = _ref11 => {
489
535
  var {
490
536
  size = 24,
491
537
  color = 'currentColor',
492
538
  filled = false,
493
539
  strokeWidth = 1
494
- } = _ref9,
495
- props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
540
+ } = _ref11,
541
+ props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
496
542
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
497
543
  size: size,
498
544
  color: color
@@ -507,15 +553,15 @@ var ThreadsIcon = _ref9 => {
507
553
  })));
508
554
  };
509
555
  // Example Refactored Icon: MinusIcon without undefined 'padding' prop
510
- var MinusIcon = _ref10 => {
556
+ var MinusIcon = _ref12 => {
511
557
  var {
512
558
  size = 24,
513
559
  color = 'currentColor',
514
560
  filled = false,
515
561
  // Assuming minus can be filled; adjust as needed
516
562
  strokeWidth = 1
517
- } = _ref10,
518
- props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
563
+ } = _ref12,
564
+ props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
519
565
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
520
566
  size: size,
521
567
  color: color
@@ -532,14 +578,14 @@ var MinusIcon = _ref10 => {
532
578
  })));
533
579
  };
534
580
  // Example Refactored Icon: InfoIcon with accessibility enhancements
535
- var InfoIcon = _ref11 => {
581
+ var InfoIcon = _ref13 => {
536
582
  var {
537
583
  size = 24,
538
584
  color = 'currentColor',
539
585
  filled = false,
540
586
  strokeWidth = 1
541
- } = _ref11,
542
- props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
587
+ } = _ref13,
588
+ props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
543
589
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
544
590
  size: size,
545
591
  color: color
@@ -553,14 +599,14 @@ var InfoIcon = _ref11 => {
553
599
  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"
554
600
  })));
555
601
  };
556
- var HeartIcon = _ref12 => {
602
+ var HeartIcon = _ref14 => {
557
603
  var {
558
604
  size = 24,
559
605
  color = 'currentColor',
560
606
  filled = true,
561
607
  strokeWidth = 1
562
- } = _ref12,
563
- props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
608
+ } = _ref14,
609
+ props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
564
610
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
565
611
  size: size,
566
612
  color: color
@@ -572,14 +618,14 @@ var HeartIcon = _ref12 => {
572
618
  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"
573
619
  })));
574
620
  };
575
- var StarIcon = _ref13 => {
621
+ var StarIcon = _ref15 => {
576
622
  var {
577
623
  size = 24,
578
624
  color = 'currentColor',
579
625
  filled = true,
580
626
  strokeWidth = 1
581
- } = _ref13,
582
- props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
627
+ } = _ref15,
628
+ props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
583
629
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
584
630
  size: size,
585
631
  color: color
@@ -591,14 +637,14 @@ var StarIcon = _ref13 => {
591
637
  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"
592
638
  })));
593
639
  };
594
- var SaveIcon = _ref14 => {
640
+ var SaveIcon = _ref16 => {
595
641
  var {
596
642
  size = 24,
597
643
  color = 'currentColor',
598
644
  filled = false,
599
645
  strokeWidth = 1
600
- } = _ref14,
601
- props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
646
+ } = _ref16,
647
+ props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
602
648
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
603
649
  size: size,
604
650
  color: color
@@ -614,14 +660,14 @@ var SaveIcon = _ref14 => {
614
660
  points: "7 3 7 8 15 8"
615
661
  })));
616
662
  };
617
- var WarningIcon = _ref15 => {
663
+ var WarningIcon = _ref17 => {
618
664
  var {
619
665
  size = 24,
620
666
  color = 'currentColor',
621
667
  filled = false,
622
668
  strokeWidth = 1
623
- } = _ref15,
624
- props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
669
+ } = _ref17,
670
+ props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
625
671
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
626
672
  size: size,
627
673
  color: color
@@ -645,14 +691,14 @@ var WarningIcon = _ref15 => {
645
691
  y2: "15"
646
692
  })));
647
693
  };
648
- var BatteryIcon = _ref16 => {
694
+ var BatteryIcon = _ref18 => {
649
695
  var {
650
696
  size = 24,
651
697
  color = 'currentColor',
652
698
  filled = true,
653
699
  strokeWidth = 1
654
- } = _ref16,
655
- props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
700
+ } = _ref18,
701
+ props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
656
702
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
657
703
  size: size,
658
704
  color: color
@@ -664,14 +710,14 @@ var BatteryIcon = _ref16 => {
664
710
  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"
665
711
  })));
666
712
  };
667
- var BookmarkIcon = _ref17 => {
713
+ var BookmarkIcon = _ref19 => {
668
714
  var {
669
715
  size = 24,
670
716
  color = 'currentColor',
671
717
  filled = false,
672
718
  strokeWidth = 1
673
- } = _ref17,
674
- props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
719
+ } = _ref19,
720
+ props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
675
721
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
676
722
  size: size,
677
723
  color: color
@@ -683,14 +729,14 @@ var BookmarkIcon = _ref17 => {
683
729
  d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
684
730
  })));
685
731
  };
686
- var CloudIcon = _ref18 => {
732
+ var CloudIcon = _ref20 => {
687
733
  var {
688
734
  size = 24,
689
735
  color = 'currentColor',
690
736
  filled = true,
691
737
  strokeWidth = 1
692
- } = _ref18,
693
- props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
738
+ } = _ref20,
739
+ props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
694
740
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
695
741
  size: size,
696
742
  color: color
@@ -702,14 +748,14 @@ var CloudIcon = _ref18 => {
702
748
  d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
703
749
  })));
704
750
  };
705
- var CopyIcon = _ref19 => {
751
+ var CopyIcon = _ref21 => {
706
752
  var {
707
753
  size = 24,
708
754
  color = 'currentColor',
709
755
  filled = false,
710
756
  strokeWidth = 1
711
- } = _ref19,
712
- props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
757
+ } = _ref21,
758
+ props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
713
759
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
714
760
  size: size,
715
761
  color: color
@@ -728,14 +774,14 @@ var CopyIcon = _ref19 => {
728
774
  d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
729
775
  })));
730
776
  };
731
- var DustBinIcon = _ref20 => {
777
+ var DustBinIcon = _ref22 => {
732
778
  var {
733
779
  size = 24,
734
780
  color = 'currentColor',
735
781
  filled = false,
736
782
  strokeWidth = 1
737
- } = _ref20,
738
- props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
783
+ } = _ref22,
784
+ props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
739
785
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
740
786
  size: size,
741
787
  color: color
@@ -747,14 +793,14 @@ var DustBinIcon = _ref20 => {
747
793
  d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
748
794
  })));
749
795
  };
750
- var EditIcon = _ref21 => {
796
+ var EditIcon = _ref23 => {
751
797
  var {
752
798
  size = 24,
753
799
  color = 'currentColor',
754
800
  filled = false,
755
801
  strokeWidth = 1
756
- } = _ref21,
757
- props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
802
+ } = _ref23,
803
+ props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
758
804
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
759
805
  size: size,
760
806
  color: color
@@ -766,14 +812,14 @@ var EditIcon = _ref21 => {
766
812
  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"
767
813
  })));
768
814
  };
769
- var ErrorIcon = _ref22 => {
815
+ var ErrorIcon = _ref24 => {
770
816
  var {
771
817
  size = 24,
772
818
  color = 'currentColor',
773
819
  strokeWidth = 1,
774
820
  filled = true
775
- } = _ref22,
776
- props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
821
+ } = _ref24,
822
+ props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
777
823
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
778
824
  size: size,
779
825
  color: color
@@ -799,14 +845,14 @@ var ErrorIcon = _ref22 => {
799
845
  stroke: filled ? 'white' : color
800
846
  })));
801
847
  };
802
- var DownloadIcon = _ref23 => {
848
+ var DownloadIcon = _ref25 => {
803
849
  var {
804
850
  size = 24,
805
851
  color = 'currentColor',
806
852
  filled = true,
807
853
  strokeWidth = 1
808
- } = _ref23,
809
- props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
854
+ } = _ref25,
855
+ props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
810
856
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
811
857
  size: size,
812
858
  color: color
@@ -818,14 +864,14 @@ var DownloadIcon = _ref23 => {
818
864
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
819
865
  })));
820
866
  };
821
- var MenuIcon = _ref24 => {
867
+ var MenuIcon = _ref26 => {
822
868
  var {
823
869
  size = 24,
824
870
  color = 'currentColor',
825
871
  strokeWidth = 1,
826
872
  filled = false
827
- } = _ref24,
828
- props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
873
+ } = _ref26,
874
+ props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
829
875
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
830
876
  size: size,
831
877
  color: color
@@ -853,14 +899,14 @@ var MenuIcon = _ref24 => {
853
899
  y2: "18"
854
900
  })));
855
901
  };
856
- var ShareIcon = _ref25 => {
902
+ var ShareIcon = _ref27 => {
857
903
  var {
858
904
  size = 24,
859
905
  color = 'currentColor',
860
906
  filled = false,
861
907
  strokeWidth = 1
862
- } = _ref25,
863
- props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
908
+ } = _ref27,
909
+ props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
864
910
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
865
911
  size: size,
866
912
  color: color
@@ -894,14 +940,14 @@ var ShareIcon = _ref25 => {
894
940
  y2: "10.49"
895
941
  })));
896
942
  };
897
- var RefreshIcon = _ref26 => {
943
+ var RefreshIcon = _ref28 => {
898
944
  var {
899
945
  size = 24,
900
946
  color = 'currentColor',
901
947
  strokeWidth = 1,
902
948
  filled = false
903
- } = _ref26,
904
- props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
949
+ } = _ref28,
950
+ props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
905
951
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
906
952
  size: size,
907
953
  color: color
@@ -915,14 +961,14 @@ var RefreshIcon = _ref26 => {
915
961
  d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
916
962
  })));
917
963
  };
918
- var PrintIcon = _ref27 => {
964
+ var PrintIcon = _ref29 => {
919
965
  var {
920
966
  size = 24,
921
967
  color = 'currentColor',
922
968
  filled = true,
923
969
  strokeWidth = 1
924
- } = _ref27,
925
- props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
970
+ } = _ref29,
971
+ props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
926
972
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
927
973
  size: size,
928
974
  color: color
@@ -935,14 +981,14 @@ var PrintIcon = _ref27 => {
935
981
  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"
936
982
  })));
937
983
  };
938
- var PanelIcon = _ref28 => {
984
+ var PanelIcon = _ref30 => {
939
985
  var {
940
986
  size = 24,
941
987
  color = 'currentColor',
942
988
  strokeWidth = 1,
943
989
  filled = false
944
- } = _ref28,
945
- props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
990
+ } = _ref30,
991
+ props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
946
992
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
947
993
  size: size,
948
994
  color: color
@@ -1006,14 +1052,14 @@ var PanelIcon = _ref28 => {
1006
1052
  y2: "16"
1007
1053
  })));
1008
1054
  };
1009
- var FilterIcon = _ref29 => {
1055
+ var FilterIcon = _ref31 => {
1010
1056
  var {
1011
1057
  size = 24,
1012
1058
  color = 'currentColor',
1013
1059
  filled = false,
1014
1060
  strokeWidth = 1
1015
- } = _ref29,
1016
- props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
1061
+ } = _ref31,
1062
+ props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1017
1063
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1018
1064
  size: size,
1019
1065
  color: color
@@ -1025,14 +1071,14 @@ var FilterIcon = _ref29 => {
1025
1071
  d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
1026
1072
  })));
1027
1073
  };
1028
- var HomeIcon = _ref30 => {
1074
+ var HomeIcon = _ref32 => {
1029
1075
  var {
1030
1076
  size = 24,
1031
1077
  color = 'currentColor',
1032
1078
  filled = true,
1033
1079
  strokeWidth = 1
1034
- } = _ref30,
1035
- props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
1080
+ } = _ref32,
1081
+ props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1036
1082
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1037
1083
  size: size,
1038
1084
  color: color
@@ -1044,14 +1090,14 @@ var HomeIcon = _ref30 => {
1044
1090
  d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
1045
1091
  })));
1046
1092
  };
1047
- var LocationIcon = _ref31 => {
1093
+ var LocationIcon = _ref33 => {
1048
1094
  var {
1049
1095
  size = 24,
1050
1096
  color = 'currentColor',
1051
1097
  filled = true,
1052
1098
  strokeWidth = 1
1053
- } = _ref31,
1054
- props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1099
+ } = _ref33,
1100
+ props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1055
1101
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1056
1102
  size: size,
1057
1103
  color: color
@@ -1063,14 +1109,14 @@ var LocationIcon = _ref31 => {
1063
1109
  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"
1064
1110
  })));
1065
1111
  };
1066
- var LockIcon = _ref32 => {
1112
+ var LockIcon = _ref34 => {
1067
1113
  var {
1068
1114
  size = 24,
1069
1115
  color = 'currentColor',
1070
1116
  filled = false,
1071
1117
  strokeWidth = 1
1072
- } = _ref32,
1073
- props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1118
+ } = _ref34,
1119
+ props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1074
1120
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1075
1121
  size: size,
1076
1122
  color: color
@@ -1089,14 +1135,14 @@ var LockIcon = _ref32 => {
1089
1135
  d: "M7 11V7a5 5 0 0 1 10 0v4"
1090
1136
  })));
1091
1137
  };
1092
- var MicrophoneIcon = _ref33 => {
1138
+ var MicrophoneIcon = _ref35 => {
1093
1139
  var {
1094
1140
  size = 24,
1095
1141
  color = 'currentColor',
1096
1142
  filled = false,
1097
1143
  strokeWidth = 1
1098
- } = _ref33,
1099
- props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1144
+ } = _ref35,
1145
+ props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1100
1146
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1101
1147
  size: size,
1102
1148
  color: color
@@ -1122,14 +1168,14 @@ var MicrophoneIcon = _ref33 => {
1122
1168
  y2: "23"
1123
1169
  })));
1124
1170
  };
1125
- var MoonIcon = _ref34 => {
1171
+ var MoonIcon = _ref36 => {
1126
1172
  var {
1127
1173
  size = 24,
1128
1174
  color = 'currentColor',
1129
1175
  filled = true,
1130
1176
  strokeWidth = 1
1131
- } = _ref34,
1132
- props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1177
+ } = _ref36,
1178
+ props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1133
1179
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1134
1180
  size: size,
1135
1181
  color: color
@@ -1141,14 +1187,14 @@ var MoonIcon = _ref34 => {
1141
1187
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
1142
1188
  })));
1143
1189
  };
1144
- var NotificationIcon = _ref35 => {
1190
+ var NotificationIcon = _ref37 => {
1145
1191
  var {
1146
1192
  size = 24,
1147
1193
  color = 'currentColor',
1148
1194
  filled = false,
1149
1195
  strokeWidth = 1
1150
- } = _ref35,
1151
- props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1196
+ } = _ref37,
1197
+ props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1152
1198
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1153
1199
  size: size,
1154
1200
  color: color
@@ -1162,14 +1208,14 @@ var NotificationIcon = _ref35 => {
1162
1208
  d: "M13.73 21a2 2 0 0 1-3.46 0"
1163
1209
  })));
1164
1210
  };
1165
- var OpenEyeIcon = _ref36 => {
1211
+ var OpenEyeIcon = _ref38 => {
1166
1212
  var {
1167
1213
  size = 24,
1168
1214
  color = 'currentColor',
1169
1215
  filled = true,
1170
1216
  strokeWidth = 1
1171
- } = _ref36,
1172
- props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1217
+ } = _ref38,
1218
+ props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1173
1219
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1174
1220
  size: size,
1175
1221
  color: color
@@ -1181,14 +1227,14 @@ var OpenEyeIcon = _ref36 => {
1181
1227
  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"
1182
1228
  })));
1183
1229
  };
1184
- var ProfileIcon = _ref37 => {
1230
+ var ProfileIcon = _ref39 => {
1185
1231
  var {
1186
1232
  size = 24,
1187
1233
  color = 'currentColor',
1188
1234
  filled = true,
1189
1235
  strokeWidth = 1
1190
- } = _ref37,
1191
- props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1236
+ } = _ref39,
1237
+ props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1192
1238
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1193
1239
  size: size,
1194
1240
  color: color
@@ -1201,14 +1247,14 @@ var ProfileIcon = _ref37 => {
1201
1247
  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"
1202
1248
  }), ' '));
1203
1249
  };
1204
- var SettingsIcon = _ref38 => {
1250
+ var SettingsIcon = _ref40 => {
1205
1251
  var {
1206
1252
  size = 24,
1207
1253
  color = 'currentColor',
1208
1254
  filled = false,
1209
1255
  strokeWidth = 1
1210
- } = _ref38,
1211
- props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1256
+ } = _ref40,
1257
+ props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1212
1258
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1213
1259
  size: size,
1214
1260
  color: color
@@ -1220,14 +1266,14 @@ var SettingsIcon = _ref38 => {
1220
1266
  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"
1221
1267
  })));
1222
1268
  };
1223
- var SuccessIcon = _ref39 => {
1269
+ var SuccessIcon = _ref41 => {
1224
1270
  var {
1225
1271
  size = 24,
1226
1272
  color = 'currentColor',
1227
1273
  filled = true,
1228
1274
  strokeWidth = 1
1229
- } = _ref39,
1230
- props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1275
+ } = _ref41,
1276
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1231
1277
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1232
1278
  size: size,
1233
1279
  color: color
@@ -1239,14 +1285,14 @@ var SuccessIcon = _ref39 => {
1239
1285
  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"
1240
1286
  })));
1241
1287
  };
1242
- var UnLikeIcon = _ref40 => {
1288
+ var UnLikeIcon = _ref42 => {
1243
1289
  var {
1244
1290
  size = 24,
1245
1291
  color = 'currentColor',
1246
1292
  filled = true,
1247
1293
  strokeWidth = 1
1248
- } = _ref40,
1249
- props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1294
+ } = _ref42,
1295
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1250
1296
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1251
1297
  size: size,
1252
1298
  color: color
@@ -1258,14 +1304,14 @@ var UnLikeIcon = _ref40 => {
1258
1304
  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"
1259
1305
  })));
1260
1306
  };
1261
- var ClockIcon = _ref41 => {
1307
+ var ClockIcon = _ref43 => {
1262
1308
  var {
1263
1309
  size = 24,
1264
1310
  color = 'currentColor',
1265
1311
  strokeWidth = 1,
1266
1312
  filled = false
1267
- } = _ref41,
1268
- props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1313
+ } = _ref43,
1314
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1269
1315
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1270
1316
  size: size,
1271
1317
  color: color
@@ -1281,14 +1327,14 @@ var ClockIcon = _ref41 => {
1281
1327
  points: "12 6 12 12 16 14"
1282
1328
  })));
1283
1329
  };
1284
- var CameraIcon = _ref42 => {
1330
+ var CameraIcon = _ref44 => {
1285
1331
  var {
1286
1332
  size = 24,
1287
1333
  color = 'currentColor',
1288
1334
  strokeWidth = 1,
1289
1335
  filled = false
1290
- } = _ref42,
1291
- props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1336
+ } = _ref44,
1337
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1292
1338
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1293
1339
  size: size,
1294
1340
  color: color
@@ -1304,14 +1350,14 @@ var CameraIcon = _ref42 => {
1304
1350
  r: "4"
1305
1351
  })));
1306
1352
  };
1307
- var BluetoothIcon = _ref43 => {
1353
+ var BluetoothIcon = _ref45 => {
1308
1354
  var {
1309
1355
  size = 24,
1310
1356
  color = 'currentColor',
1311
1357
  filled = true,
1312
1358
  strokeWidth = 1
1313
- } = _ref43,
1314
- props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1359
+ } = _ref45,
1360
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1315
1361
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1316
1362
  size: size,
1317
1363
  color: color
@@ -1323,14 +1369,14 @@ var BluetoothIcon = _ref43 => {
1323
1369
  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"
1324
1370
  })));
1325
1371
  };
1326
- var LikeIcon = _ref44 => {
1372
+ var LikeIcon = _ref46 => {
1327
1373
  var {
1328
1374
  size = 24,
1329
1375
  color = 'currentColor',
1330
1376
  filled = true,
1331
1377
  strokeWidth = 1
1332
- } = _ref44,
1333
- props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1378
+ } = _ref46,
1379
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1334
1380
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1335
1381
  size: size,
1336
1382
  color: color
@@ -1342,14 +1388,14 @@ var LikeIcon = _ref44 => {
1342
1388
  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"
1343
1389
  })));
1344
1390
  };
1345
- var UnlockIcon = _ref45 => {
1391
+ var UnlockIcon = _ref47 => {
1346
1392
  var {
1347
1393
  size = 24,
1348
1394
  color = 'currentColor',
1349
1395
  filled = false,
1350
1396
  strokeWidth = 1
1351
- } = _ref45,
1352
- props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1397
+ } = _ref47,
1398
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1353
1399
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1354
1400
  size: size,
1355
1401
  color: color
@@ -1368,14 +1414,14 @@ var UnlockIcon = _ref45 => {
1368
1414
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1369
1415
  })));
1370
1416
  };
1371
- var WifiIcon = _ref46 => {
1417
+ var WifiIcon = _ref48 => {
1372
1418
  var {
1373
1419
  size = 24,
1374
1420
  color = 'currentColor',
1375
1421
  filled = false,
1376
1422
  strokeWidth = 1
1377
- } = _ref46,
1378
- props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1423
+ } = _ref48,
1424
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1379
1425
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1380
1426
  size: size,
1381
1427
  color: color
@@ -1387,14 +1433,14 @@ var WifiIcon = _ref46 => {
1387
1433
  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"
1388
1434
  })));
1389
1435
  };
1390
- var UploadIcon = _ref47 => {
1436
+ var UploadIcon = _ref49 => {
1391
1437
  var {
1392
1438
  size = 24,
1393
1439
  color = 'currentColor',
1394
1440
  filled = false,
1395
1441
  strokeWidth = 1
1396
- } = _ref47,
1397
- props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1442
+ } = _ref49,
1443
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1398
1444
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1399
1445
  size: size,
1400
1446
  color: color
@@ -1410,14 +1456,14 @@ var UploadIcon = _ref47 => {
1410
1456
  d: "M12 12l0 9"
1411
1457
  })));
1412
1458
  };
1413
- var SearchIcon = _ref48 => {
1459
+ var SearchIcon = _ref50 => {
1414
1460
  var {
1415
1461
  size = 24,
1416
1462
  color = 'currentColor',
1417
1463
  filled = true,
1418
1464
  strokeWidth = 1
1419
- } = _ref48,
1420
- props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1465
+ } = _ref50,
1466
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1421
1467
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1422
1468
  size: size,
1423
1469
  color: color
@@ -1429,14 +1475,14 @@ var SearchIcon = _ref48 => {
1429
1475
  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"
1430
1476
  })));
1431
1477
  };
1432
- var CloseEyeIcon = _ref49 => {
1478
+ var CloseEyeIcon = _ref51 => {
1433
1479
  var {
1434
1480
  size = 24,
1435
1481
  color = 'currentColor',
1436
1482
  filled = true,
1437
1483
  strokeWidth = 1
1438
- } = _ref49,
1439
- props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1484
+ } = _ref51,
1485
+ props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1440
1486
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1441
1487
  size: size,
1442
1488
  color: color
@@ -1449,14 +1495,14 @@ var CloseEyeIcon = _ref49 => {
1449
1495
  fill: "currentColor"
1450
1496
  })));
1451
1497
  };
1452
- var ExternalLinkIcon = _ref50 => {
1498
+ var ExternalLinkIcon = _ref52 => {
1453
1499
  var {
1454
1500
  size = 24,
1455
1501
  color = 'currentColor',
1456
1502
  filled = true,
1457
1503
  strokeWidth = 1
1458
- } = _ref50,
1459
- props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1504
+ } = _ref52,
1505
+ props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1460
1506
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1461
1507
  size: size,
1462
1508
  color: color
@@ -1468,14 +1514,14 @@ var ExternalLinkIcon = _ref50 => {
1468
1514
  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"
1469
1515
  })));
1470
1516
  };
1471
- var PlusIcon = _ref51 => {
1517
+ var PlusIcon = _ref53 => {
1472
1518
  var {
1473
1519
  size = 24,
1474
1520
  color = 'currentColor',
1475
1521
  filled = false,
1476
1522
  strokeWidth = 1
1477
- } = _ref51,
1478
- props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1523
+ } = _ref53,
1524
+ props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1479
1525
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1480
1526
  size: size,
1481
1527
  color: color
@@ -1497,14 +1543,14 @@ var PlusIcon = _ref51 => {
1497
1543
  y2: "12"
1498
1544
  })));
1499
1545
  };
1500
- var TickIcon = _ref52 => {
1546
+ var TickIcon = _ref54 => {
1501
1547
  var {
1502
1548
  size = 24,
1503
1549
  color = 'currentColor',
1504
1550
  filled = false,
1505
1551
  strokeWidth = 1
1506
- } = _ref52,
1507
- props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1552
+ } = _ref54,
1553
+ props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1508
1554
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1509
1555
  size: size,
1510
1556
  color: color
@@ -1518,14 +1564,14 @@ var TickIcon = _ref52 => {
1518
1564
  strokeLinejoin: "round"
1519
1565
  })));
1520
1566
  };
1521
- var BoldArrowIcon = _ref53 => {
1567
+ var BoldArrowIcon = _ref55 => {
1522
1568
  var {
1523
1569
  size = 24,
1524
1570
  color = 'currentColor',
1525
1571
  filled = true,
1526
1572
  strokeWidth = 1
1527
- } = _ref53,
1528
- props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1573
+ } = _ref55,
1574
+ props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1529
1575
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1530
1576
  size: size,
1531
1577
  color: color
@@ -1537,14 +1583,14 @@ var BoldArrowIcon = _ref53 => {
1537
1583
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1538
1584
  })));
1539
1585
  };
1540
- var ArrowIcon = _ref54 => {
1586
+ var ArrowIcon = _ref56 => {
1541
1587
  var {
1542
1588
  size = 24,
1543
1589
  color = 'currentColor',
1544
1590
  filled = false,
1545
1591
  strokeWidth = 1
1546
- } = _ref54,
1547
- props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1592
+ } = _ref56,
1593
+ props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
1548
1594
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1549
1595
  size: size,
1550
1596
  color: color
@@ -1562,14 +1608,14 @@ var ArrowIcon = _ref54 => {
1562
1608
  points: "6 12 12 6 18 12"
1563
1609
  })));
1564
1610
  };
1565
- var SpinnerIcon = _ref55 => {
1611
+ var SpinnerIcon = _ref57 => {
1566
1612
  var {
1567
1613
  size = 24,
1568
1614
  color = 'currentColor',
1569
1615
  filled = false,
1570
1616
  strokeWidth = 1
1571
- } = _ref55,
1572
- props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1617
+ } = _ref57,
1618
+ props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
1573
1619
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1574
1620
  size: size,
1575
1621
  color: color
@@ -1587,14 +1633,14 @@ var SpinnerIcon = _ref55 => {
1587
1633
  strokeOpacity: "1"
1588
1634
  })));
1589
1635
  };
1590
- var CalendarIcon = _ref56 => {
1636
+ var CalendarIcon = _ref58 => {
1591
1637
  var {
1592
1638
  size = 24,
1593
1639
  color = 'currentColor',
1594
1640
  strokeWidth = 1,
1595
1641
  filled = false
1596
- } = _ref56,
1597
- props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
1642
+ } = _ref58,
1643
+ props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
1598
1644
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1599
1645
  size: size,
1600
1646
  color: color
@@ -1633,6 +1679,8 @@ var CalendarIcon = _ref56 => {
1633
1679
  var Icon = {
1634
1680
  __proto__: null,
1635
1681
  ChevronIcon: ChevronIcon,
1682
+ TwitterIcon: TwitterIcon,
1683
+ XIcon: XIcon,
1636
1684
  TwitchIcon: TwitchIcon,
1637
1685
  CloseIcon: CloseIcon,
1638
1686
  InstagramIcon: InstagramIcon,
@@ -7429,5 +7477,5 @@ var ToggleGroupComponent = _ref => {
7429
7477
  // Expose the ToggleGroupComponent for import into other modules
7430
7478
  var ToggleGroup = ToggleGroupComponent;
7431
7479
 
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 };
7480
+ 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, TwitterIcon, UnLikeIcon, UnlockIcon, UploadIcon, Vertical, VerticalBase, View, WarningIcon, WifiIcon, XIcon, YoutubeIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
7433
7481
  //# sourceMappingURL=web.esm.js.map