@app-studio/web 0.8.57 → 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.
@@ -243,16 +243,16 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
243
243
  _excluded18 = ["size", "color", "filled", "strokeWidth"],
244
244
  _excluded19 = ["size", "color", "filled", "strokeWidth"],
245
245
  _excluded20 = ["size", "color", "filled", "strokeWidth"],
246
- _excluded21 = ["size", "color", "strokeWidth", "filled"],
246
+ _excluded21 = ["size", "color", "filled", "strokeWidth"],
247
247
  _excluded22 = ["size", "color", "filled", "strokeWidth"],
248
- _excluded23 = ["size", "color", "strokeWidth"],
249
- _excluded24 = ["size", "color", "filled", "strokeWidth"],
250
- _excluded25 = ["size", "color", "strokeWidth"],
251
- _excluded26 = ["size", "color", "filled", "strokeWidth"],
252
- _excluded27 = ["size", "color", "strokeWidth"],
253
- _excluded28 = ["size", "color", "filled", "strokeWidth"],
248
+ _excluded23 = ["size", "color", "filled", "strokeWidth"],
249
+ _excluded24 = ["size", "color", "strokeWidth", "filled"],
250
+ _excluded25 = ["size", "color", "filled", "strokeWidth"],
251
+ _excluded26 = ["size", "color", "strokeWidth", "filled"],
252
+ _excluded27 = ["size", "color", "filled", "strokeWidth"],
253
+ _excluded28 = ["size", "color", "strokeWidth", "filled"],
254
254
  _excluded29 = ["size", "color", "filled", "strokeWidth"],
255
- _excluded30 = ["size", "color", "filled", "strokeWidth"],
255
+ _excluded30 = ["size", "color", "strokeWidth", "filled"],
256
256
  _excluded31 = ["size", "color", "filled", "strokeWidth"],
257
257
  _excluded32 = ["size", "color", "filled", "strokeWidth"],
258
258
  _excluded33 = ["size", "color", "filled", "strokeWidth"],
@@ -262,11 +262,11 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
262
262
  _excluded37 = ["size", "color", "filled", "strokeWidth"],
263
263
  _excluded38 = ["size", "color", "filled", "strokeWidth"],
264
264
  _excluded39 = ["size", "color", "filled", "strokeWidth"],
265
- _excluded40 = ["size", "color", "strokeWidth"],
266
- _excluded41 = ["size", "color", "strokeWidth"],
265
+ _excluded40 = ["size", "color", "filled", "strokeWidth"],
266
+ _excluded41 = ["size", "color", "filled", "strokeWidth"],
267
267
  _excluded42 = ["size", "color", "filled", "strokeWidth"],
268
- _excluded43 = ["size", "color", "filled", "strokeWidth"],
269
- _excluded44 = ["size", "color", "filled", "strokeWidth"],
268
+ _excluded43 = ["size", "color", "strokeWidth", "filled"],
269
+ _excluded44 = ["size", "color", "strokeWidth", "filled"],
270
270
  _excluded45 = ["size", "color", "filled", "strokeWidth"],
271
271
  _excluded46 = ["size", "color", "filled", "strokeWidth"],
272
272
  _excluded47 = ["size", "color", "filled", "strokeWidth"],
@@ -277,7 +277,10 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
277
277
  _excluded52 = ["size", "color", "filled", "strokeWidth"],
278
278
  _excluded53 = ["size", "color", "filled", "strokeWidth"],
279
279
  _excluded54 = ["size", "color", "filled", "strokeWidth"],
280
- _excluded55 = ["size", "color", "strokeWidth"];
280
+ _excluded55 = ["size", "color", "filled", "strokeWidth"],
281
+ _excluded56 = ["size", "color", "filled", "strokeWidth"],
282
+ _excluded57 = ["size", "color", "filled", "strokeWidth"],
283
+ _excluded58 = ["size", "color", "strokeWidth", "filled"];
281
284
  // Default wrapper component for consistent sizing and styling
282
285
  var IconWrapper = _ref => {
283
286
  var {
@@ -326,12 +329,11 @@ var ChevronIcon = _ref2 => {
326
329
  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"
327
330
  })));
328
331
  };
329
- // Example of a Twitch Icon
330
- var TwitchIcon = _ref3 => {
332
+ var TwitterIcon = _ref3 => {
331
333
  var {
332
334
  size = 24,
333
335
  color = 'currentColor',
334
- filled = false,
336
+ filled = true,
335
337
  strokeWidth = 1
336
338
  } = _ref3,
337
339
  props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
@@ -342,6 +344,51 @@ var TwitchIcon = _ref3 => {
342
344
  viewBox: "0 0 24 24",
343
345
  "aria-hidden": "true",
344
346
  focusable: "false"
347
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
348
+ 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",
349
+ fill: filled ? color : 'none',
350
+ stroke: filled ? 'none' : color,
351
+ strokeWidth: filled ? 0 : strokeWidth
352
+ })));
353
+ };
354
+ var XIcon = _ref4 => {
355
+ var {
356
+ size = 24,
357
+ color = 'currentColor',
358
+ filled = true,
359
+ strokeWidth = 1
360
+ } = _ref4,
361
+ props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
362
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
363
+ size: size,
364
+ color: color
365
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
366
+ viewBox: "0 0 24 24",
367
+ "aria-hidden": "true",
368
+ focusable: "false"
369
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
370
+ 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",
371
+ fill: filled ? color : 'none',
372
+ stroke: color,
373
+ strokeWidth: strokeWidth
374
+ })));
375
+ };
376
+ // Example of a Twitch Icon
377
+ var TwitchIcon = _ref5 => {
378
+ var {
379
+ size = 24,
380
+ color = 'currentColor',
381
+ filled = true,
382
+ strokeWidth = 1
383
+ } = _ref5,
384
+ props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
385
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
386
+ size: size,
387
+ color: color
388
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
389
+ viewBox: "0 0 24 24",
390
+ "aria-hidden": "true",
391
+ focusable: "false"
345
392
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
346
393
  d: "M2 2v16h5v4l4-4h5l6-6V2H2zm18 10-3 3h-5l-3 3v-3H4V4h16v8z",
347
394
  fill: filled ? color : 'none',
@@ -355,14 +402,14 @@ var TwitchIcon = _ref3 => {
355
402
  })));
356
403
  };
357
404
  // Example of another Icon: CloseIcon
358
- var CloseIcon = _ref4 => {
405
+ var CloseIcon = _ref6 => {
359
406
  var {
360
407
  size = 24,
361
408
  color = 'currentColor',
362
409
  filled = false,
363
410
  strokeWidth = 1
364
- } = _ref4,
365
- props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
411
+ } = _ref6,
412
+ props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
366
413
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
367
414
  size: size,
368
415
  color: color
@@ -384,14 +431,14 @@ var CloseIcon = _ref4 => {
384
431
  y2: "18"
385
432
  })));
386
433
  };
387
- var InstagramIcon = _ref5 => {
434
+ var InstagramIcon = _ref7 => {
388
435
  var {
389
436
  size = 24,
390
437
  color = 'currentColor',
391
438
  filled = false,
392
439
  strokeWidth = 1
393
- } = _ref5,
394
- props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
440
+ } = _ref7,
441
+ props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
395
442
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
396
443
  size: size,
397
444
  color: color
@@ -415,33 +462,64 @@ var InstagramIcon = _ref5 => {
415
462
  y2: "6.5"
416
463
  })));
417
464
  };
418
- var YoutubeIcon = _ref6 => {
465
+ var YoutubeIcon = _ref8 => {
419
466
  var {
420
467
  size = 24,
421
468
  color = 'currentColor',
422
- filled = false,
469
+ filled = true,
423
470
  strokeWidth = 1
424
- } = _ref6,
425
- props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
471
+ } = _ref8,
472
+ props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
426
473
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
427
474
  size: size,
428
475
  color: color
429
476
  }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
430
- viewBox: "0 0 24 24"
477
+ viewBox: "0 0 24 24",
478
+ "aria-hidden": "true",
479
+ focusable: "false"
431
480
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
432
- 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"
481
+ 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",
482
+ fill: filled ? color : 'none',
483
+ stroke: filled ? 'none' : color,
484
+ strokeWidth: filled ? 0 : strokeWidth
433
485
  }), /*#__PURE__*/React__default.createElement("polygon", {
434
- points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"
486
+ points: "10 8 10 14 14 10",
487
+ fill: "white" // Ensures the play button is transparent
488
+ ,
489
+ stroke: 'white',
490
+ strokeWidth: strokeWidth
435
491
  })));
436
492
  };
437
- var LinkedinIcon = _ref7 => {
493
+ var FacebookIcon = _ref9 => {
438
494
  var {
439
495
  size = 24,
440
496
  color = 'currentColor',
441
497
  filled = true,
442
498
  strokeWidth = 1
443
- } = _ref7,
444
- props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
499
+ } = _ref9,
500
+ props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
501
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
502
+ size: size,
503
+ color: color
504
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
505
+ viewBox: "0 0 24 24",
506
+ "aria-hidden": "true",
507
+ focusable: "false"
508
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
509
+ d: "M22 2H2v20h10v-7h-2v-3h2V9.5a4 4 0 0 1 4-4h3v3h-3a1 1 0 0 0-1 1V12h4l-1 3h-3v7h6V2z",
510
+ fill: filled ? color : 'none',
511
+ stroke: color,
512
+ strokeWidth: filled ? 0 : strokeWidth
513
+ })));
514
+ };
515
+ var LinkedinIcon = _ref10 => {
516
+ var {
517
+ size = 24,
518
+ color = 'currentColor',
519
+ filled = true,
520
+ strokeWidth = 1
521
+ } = _ref10,
522
+ props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
445
523
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
446
524
  size: size,
447
525
  color: color
@@ -460,14 +538,14 @@ var LinkedinIcon = _ref7 => {
460
538
  r: "2"
461
539
  })));
462
540
  };
463
- var ThreadsIcon = _ref8 => {
541
+ var ThreadsIcon = _ref11 => {
464
542
  var {
465
543
  size = 24,
466
544
  color = 'currentColor',
467
545
  filled = false,
468
546
  strokeWidth = 1
469
- } = _ref8,
470
- props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
547
+ } = _ref11,
548
+ props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
471
549
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
472
550
  size: size,
473
551
  color: color
@@ -482,15 +560,15 @@ var ThreadsIcon = _ref8 => {
482
560
  })));
483
561
  };
484
562
  // Example Refactored Icon: MinusIcon without undefined 'padding' prop
485
- var MinusIcon = _ref9 => {
563
+ var MinusIcon = _ref12 => {
486
564
  var {
487
565
  size = 24,
488
566
  color = 'currentColor',
489
567
  filled = false,
490
568
  // Assuming minus can be filled; adjust as needed
491
569
  strokeWidth = 1
492
- } = _ref9,
493
- props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
570
+ } = _ref12,
571
+ props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
494
572
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
495
573
  size: size,
496
574
  color: color
@@ -507,14 +585,14 @@ var MinusIcon = _ref9 => {
507
585
  })));
508
586
  };
509
587
  // Example Refactored Icon: InfoIcon with accessibility enhancements
510
- var InfoIcon = _ref10 => {
588
+ var InfoIcon = _ref13 => {
511
589
  var {
512
590
  size = 24,
513
591
  color = 'currentColor',
514
592
  filled = false,
515
593
  strokeWidth = 1
516
- } = _ref10,
517
- props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
594
+ } = _ref13,
595
+ props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
518
596
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
519
597
  size: size,
520
598
  color: color
@@ -528,14 +606,14 @@ var InfoIcon = _ref10 => {
528
606
  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"
529
607
  })));
530
608
  };
531
- var HeartIcon = _ref11 => {
609
+ var HeartIcon = _ref14 => {
532
610
  var {
533
611
  size = 24,
534
612
  color = 'currentColor',
535
613
  filled = true,
536
614
  strokeWidth = 1
537
- } = _ref11,
538
- props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
615
+ } = _ref14,
616
+ props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
539
617
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
540
618
  size: size,
541
619
  color: color
@@ -547,14 +625,14 @@ var HeartIcon = _ref11 => {
547
625
  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"
548
626
  })));
549
627
  };
550
- var StarIcon = _ref12 => {
628
+ var StarIcon = _ref15 => {
551
629
  var {
552
630
  size = 24,
553
631
  color = 'currentColor',
554
632
  filled = true,
555
633
  strokeWidth = 1
556
- } = _ref12,
557
- props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
634
+ } = _ref15,
635
+ props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
558
636
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
559
637
  size: size,
560
638
  color: color
@@ -566,14 +644,14 @@ var StarIcon = _ref12 => {
566
644
  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"
567
645
  })));
568
646
  };
569
- var SaveIcon = _ref13 => {
647
+ var SaveIcon = _ref16 => {
570
648
  var {
571
649
  size = 24,
572
650
  color = 'currentColor',
573
651
  filled = false,
574
652
  strokeWidth = 1
575
- } = _ref13,
576
- props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
653
+ } = _ref16,
654
+ props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
577
655
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
578
656
  size: size,
579
657
  color: color
@@ -589,14 +667,14 @@ var SaveIcon = _ref13 => {
589
667
  points: "7 3 7 8 15 8"
590
668
  })));
591
669
  };
592
- var WarningIcon = _ref14 => {
670
+ var WarningIcon = _ref17 => {
593
671
  var {
594
672
  size = 24,
595
673
  color = 'currentColor',
596
674
  filled = false,
597
675
  strokeWidth = 1
598
- } = _ref14,
599
- props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
676
+ } = _ref17,
677
+ props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
600
678
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
601
679
  size: size,
602
680
  color: color
@@ -620,14 +698,14 @@ var WarningIcon = _ref14 => {
620
698
  y2: "15"
621
699
  })));
622
700
  };
623
- var BatteryIcon = _ref15 => {
701
+ var BatteryIcon = _ref18 => {
624
702
  var {
625
703
  size = 24,
626
704
  color = 'currentColor',
627
705
  filled = true,
628
706
  strokeWidth = 1
629
- } = _ref15,
630
- props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
707
+ } = _ref18,
708
+ props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
631
709
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
632
710
  size: size,
633
711
  color: color
@@ -639,14 +717,14 @@ var BatteryIcon = _ref15 => {
639
717
  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"
640
718
  })));
641
719
  };
642
- var BookmarkIcon = _ref16 => {
720
+ var BookmarkIcon = _ref19 => {
643
721
  var {
644
722
  size = 24,
645
723
  color = 'currentColor',
646
724
  filled = false,
647
725
  strokeWidth = 1
648
- } = _ref16,
649
- props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
726
+ } = _ref19,
727
+ props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
650
728
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
651
729
  size: size,
652
730
  color: color
@@ -658,14 +736,14 @@ var BookmarkIcon = _ref16 => {
658
736
  d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
659
737
  })));
660
738
  };
661
- var CloudIcon = _ref17 => {
739
+ var CloudIcon = _ref20 => {
662
740
  var {
663
741
  size = 24,
664
742
  color = 'currentColor',
665
- filled = false,
743
+ filled = true,
666
744
  strokeWidth = 1
667
- } = _ref17,
668
- props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
745
+ } = _ref20,
746
+ props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
669
747
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
670
748
  size: size,
671
749
  color: color
@@ -677,14 +755,14 @@ var CloudIcon = _ref17 => {
677
755
  d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
678
756
  })));
679
757
  };
680
- var CopyIcon = _ref18 => {
758
+ var CopyIcon = _ref21 => {
681
759
  var {
682
760
  size = 24,
683
761
  color = 'currentColor',
684
762
  filled = false,
685
763
  strokeWidth = 1
686
- } = _ref18,
687
- props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
764
+ } = _ref21,
765
+ props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
688
766
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
689
767
  size: size,
690
768
  color: color
@@ -703,14 +781,14 @@ var CopyIcon = _ref18 => {
703
781
  d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
704
782
  })));
705
783
  };
706
- var DustBinIcon = _ref19 => {
784
+ var DustBinIcon = _ref22 => {
707
785
  var {
708
786
  size = 24,
709
787
  color = 'currentColor',
710
788
  filled = false,
711
789
  strokeWidth = 1
712
- } = _ref19,
713
- props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
790
+ } = _ref22,
791
+ props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
714
792
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
715
793
  size: size,
716
794
  color: color
@@ -722,14 +800,14 @@ var DustBinIcon = _ref19 => {
722
800
  d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
723
801
  })));
724
802
  };
725
- var EditIcon = _ref20 => {
803
+ var EditIcon = _ref23 => {
726
804
  var {
727
805
  size = 24,
728
806
  color = 'currentColor',
729
807
  filled = false,
730
808
  strokeWidth = 1
731
- } = _ref20,
732
- props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
809
+ } = _ref23,
810
+ props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
733
811
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
734
812
  size: size,
735
813
  color: color
@@ -741,14 +819,14 @@ var EditIcon = _ref20 => {
741
819
  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"
742
820
  })));
743
821
  };
744
- var ErrorIcon = _ref21 => {
822
+ var ErrorIcon = _ref24 => {
745
823
  var {
746
824
  size = 24,
747
825
  color = 'currentColor',
748
826
  strokeWidth = 1,
749
827
  filled = true
750
- } = _ref21,
751
- props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
828
+ } = _ref24,
829
+ props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
752
830
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
753
831
  size: size,
754
832
  color: color
@@ -774,14 +852,14 @@ var ErrorIcon = _ref21 => {
774
852
  stroke: filled ? 'white' : color
775
853
  })));
776
854
  };
777
- var DownloadIcon = _ref22 => {
855
+ var DownloadIcon = _ref25 => {
778
856
  var {
779
857
  size = 24,
780
858
  color = 'currentColor',
781
859
  filled = true,
782
860
  strokeWidth = 1
783
- } = _ref22,
784
- props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
861
+ } = _ref25,
862
+ props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
785
863
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
786
864
  size: size,
787
865
  color: color
@@ -793,13 +871,14 @@ var DownloadIcon = _ref22 => {
793
871
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
794
872
  })));
795
873
  };
796
- var MenuIcon = _ref23 => {
874
+ var MenuIcon = _ref26 => {
797
875
  var {
798
876
  size = 24,
799
877
  color = 'currentColor',
800
- strokeWidth = 1
801
- } = _ref23,
802
- props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
878
+ strokeWidth = 1,
879
+ filled = false
880
+ } = _ref26,
881
+ props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
803
882
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
804
883
  size: size,
805
884
  color: color
@@ -807,7 +886,7 @@ var MenuIcon = _ref23 => {
807
886
  viewBox: "0 0 24 24",
808
887
  "aria-hidden": "false",
809
888
  focusable: "false"
810
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
889
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
811
890
  stroke: color,
812
891
  x1: "3",
813
892
  y1: "12",
@@ -827,14 +906,14 @@ var MenuIcon = _ref23 => {
827
906
  y2: "18"
828
907
  })));
829
908
  };
830
- var ShareIcon = _ref24 => {
909
+ var ShareIcon = _ref27 => {
831
910
  var {
832
911
  size = 24,
833
912
  color = 'currentColor',
834
913
  filled = false,
835
914
  strokeWidth = 1
836
- } = _ref24,
837
- props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
915
+ } = _ref27,
916
+ props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
838
917
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
839
918
  size: size,
840
919
  color: color
@@ -868,13 +947,14 @@ var ShareIcon = _ref24 => {
868
947
  y2: "10.49"
869
948
  })));
870
949
  };
871
- var RefreshIcon = _ref25 => {
950
+ var RefreshIcon = _ref28 => {
872
951
  var {
873
952
  size = 24,
874
953
  color = 'currentColor',
875
- strokeWidth = 1
876
- } = _ref25,
877
- props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
954
+ strokeWidth = 1,
955
+ filled = false
956
+ } = _ref28,
957
+ props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
878
958
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
879
959
  size: size,
880
960
  color: color
@@ -882,20 +962,20 @@ var RefreshIcon = _ref25 => {
882
962
  viewBox: "0 0 24 24",
883
963
  "aria-hidden": "false",
884
964
  focusable: "false"
885
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("polyline", {
965
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("polyline", {
886
966
  points: "23 4 23 10 17 10"
887
967
  }), /*#__PURE__*/React__default.createElement("path", {
888
968
  d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
889
969
  })));
890
970
  };
891
- var PrintIcon = _ref26 => {
971
+ var PrintIcon = _ref29 => {
892
972
  var {
893
973
  size = 24,
894
974
  color = 'currentColor',
895
975
  filled = true,
896
976
  strokeWidth = 1
897
- } = _ref26,
898
- props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
977
+ } = _ref29,
978
+ props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
899
979
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
900
980
  size: size,
901
981
  color: color
@@ -908,13 +988,14 @@ var PrintIcon = _ref26 => {
908
988
  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"
909
989
  })));
910
990
  };
911
- var PanelIcon = _ref27 => {
991
+ var PanelIcon = _ref30 => {
912
992
  var {
913
993
  size = 24,
914
994
  color = 'currentColor',
915
- strokeWidth = 1
916
- } = _ref27,
917
- props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
995
+ strokeWidth = 1,
996
+ filled = false
997
+ } = _ref30,
998
+ props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
918
999
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
919
1000
  size: size,
920
1001
  color: color
@@ -922,7 +1003,7 @@ var PanelIcon = _ref27 => {
922
1003
  viewBox: "0 0 24 24",
923
1004
  "aria-hidden": "false",
924
1005
  focusable: "false"
925
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1006
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
926
1007
  stroke: color,
927
1008
  x1: "4",
928
1009
  y1: "21",
@@ -978,14 +1059,14 @@ var PanelIcon = _ref27 => {
978
1059
  y2: "16"
979
1060
  })));
980
1061
  };
981
- var FilterIcon = _ref28 => {
1062
+ var FilterIcon = _ref31 => {
982
1063
  var {
983
1064
  size = 24,
984
1065
  color = 'currentColor',
985
1066
  filled = false,
986
1067
  strokeWidth = 1
987
- } = _ref28,
988
- props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
1068
+ } = _ref31,
1069
+ props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
989
1070
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
990
1071
  size: size,
991
1072
  color: color
@@ -997,14 +1078,14 @@ var FilterIcon = _ref28 => {
997
1078
  d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
998
1079
  })));
999
1080
  };
1000
- var HomeIcon = _ref29 => {
1081
+ var HomeIcon = _ref32 => {
1001
1082
  var {
1002
1083
  size = 24,
1003
1084
  color = 'currentColor',
1004
1085
  filled = true,
1005
1086
  strokeWidth = 1
1006
- } = _ref29,
1007
- props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
1087
+ } = _ref32,
1088
+ props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1008
1089
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1009
1090
  size: size,
1010
1091
  color: color
@@ -1016,14 +1097,14 @@ var HomeIcon = _ref29 => {
1016
1097
  d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
1017
1098
  })));
1018
1099
  };
1019
- var LocationIcon = _ref30 => {
1100
+ var LocationIcon = _ref33 => {
1020
1101
  var {
1021
1102
  size = 24,
1022
1103
  color = 'currentColor',
1023
1104
  filled = true,
1024
1105
  strokeWidth = 1
1025
- } = _ref30,
1026
- props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
1106
+ } = _ref33,
1107
+ props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1027
1108
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1028
1109
  size: size,
1029
1110
  color: color
@@ -1035,14 +1116,14 @@ var LocationIcon = _ref30 => {
1035
1116
  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"
1036
1117
  })));
1037
1118
  };
1038
- var LockIcon = _ref31 => {
1119
+ var LockIcon = _ref34 => {
1039
1120
  var {
1040
1121
  size = 24,
1041
1122
  color = 'currentColor',
1042
1123
  filled = false,
1043
1124
  strokeWidth = 1
1044
- } = _ref31,
1045
- props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1125
+ } = _ref34,
1126
+ props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1046
1127
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1047
1128
  size: size,
1048
1129
  color: color
@@ -1061,14 +1142,14 @@ var LockIcon = _ref31 => {
1061
1142
  d: "M7 11V7a5 5 0 0 1 10 0v4"
1062
1143
  })));
1063
1144
  };
1064
- var MicrophoneIcon = _ref32 => {
1145
+ var MicrophoneIcon = _ref35 => {
1065
1146
  var {
1066
1147
  size = 24,
1067
1148
  color = 'currentColor',
1068
1149
  filled = false,
1069
1150
  strokeWidth = 1
1070
- } = _ref32,
1071
- props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1151
+ } = _ref35,
1152
+ props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1072
1153
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1073
1154
  size: size,
1074
1155
  color: color
@@ -1094,14 +1175,14 @@ var MicrophoneIcon = _ref32 => {
1094
1175
  y2: "23"
1095
1176
  })));
1096
1177
  };
1097
- var MoonIcon = _ref33 => {
1178
+ var MoonIcon = _ref36 => {
1098
1179
  var {
1099
1180
  size = 24,
1100
1181
  color = 'currentColor',
1101
1182
  filled = true,
1102
1183
  strokeWidth = 1
1103
- } = _ref33,
1104
- props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1184
+ } = _ref36,
1185
+ props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1105
1186
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1106
1187
  size: size,
1107
1188
  color: color
@@ -1113,14 +1194,14 @@ var MoonIcon = _ref33 => {
1113
1194
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
1114
1195
  })));
1115
1196
  };
1116
- var NotificationIcon = _ref34 => {
1197
+ var NotificationIcon = _ref37 => {
1117
1198
  var {
1118
1199
  size = 24,
1119
1200
  color = 'currentColor',
1120
1201
  filled = false,
1121
1202
  strokeWidth = 1
1122
- } = _ref34,
1123
- props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1203
+ } = _ref37,
1204
+ props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1124
1205
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1125
1206
  size: size,
1126
1207
  color: color
@@ -1134,14 +1215,14 @@ var NotificationIcon = _ref34 => {
1134
1215
  d: "M13.73 21a2 2 0 0 1-3.46 0"
1135
1216
  })));
1136
1217
  };
1137
- var OpenEyeIcon = _ref35 => {
1218
+ var OpenEyeIcon = _ref38 => {
1138
1219
  var {
1139
1220
  size = 24,
1140
1221
  color = 'currentColor',
1141
1222
  filled = true,
1142
1223
  strokeWidth = 1
1143
- } = _ref35,
1144
- props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1224
+ } = _ref38,
1225
+ props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1145
1226
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1146
1227
  size: size,
1147
1228
  color: color
@@ -1153,14 +1234,14 @@ var OpenEyeIcon = _ref35 => {
1153
1234
  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"
1154
1235
  })));
1155
1236
  };
1156
- var ProfileIcon = _ref36 => {
1237
+ var ProfileIcon = _ref39 => {
1157
1238
  var {
1158
1239
  size = 24,
1159
1240
  color = 'currentColor',
1160
1241
  filled = true,
1161
1242
  strokeWidth = 1
1162
- } = _ref36,
1163
- props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1243
+ } = _ref39,
1244
+ props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1164
1245
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1165
1246
  size: size,
1166
1247
  color: color
@@ -1173,14 +1254,14 @@ var ProfileIcon = _ref36 => {
1173
1254
  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"
1174
1255
  }), ' '));
1175
1256
  };
1176
- var SettingsIcon = _ref37 => {
1257
+ var SettingsIcon = _ref40 => {
1177
1258
  var {
1178
1259
  size = 24,
1179
1260
  color = 'currentColor',
1180
1261
  filled = false,
1181
1262
  strokeWidth = 1
1182
- } = _ref37,
1183
- props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1263
+ } = _ref40,
1264
+ props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1184
1265
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1185
1266
  size: size,
1186
1267
  color: color
@@ -1192,14 +1273,14 @@ var SettingsIcon = _ref37 => {
1192
1273
  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"
1193
1274
  })));
1194
1275
  };
1195
- var SuccessIcon = _ref38 => {
1276
+ var SuccessIcon = _ref41 => {
1196
1277
  var {
1197
1278
  size = 24,
1198
1279
  color = 'currentColor',
1199
1280
  filled = true,
1200
1281
  strokeWidth = 1
1201
- } = _ref38,
1202
- props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1282
+ } = _ref41,
1283
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1203
1284
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1204
1285
  size: size,
1205
1286
  color: color
@@ -1211,14 +1292,14 @@ var SuccessIcon = _ref38 => {
1211
1292
  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"
1212
1293
  })));
1213
1294
  };
1214
- var UnLikeIcon = _ref39 => {
1295
+ var UnLikeIcon = _ref42 => {
1215
1296
  var {
1216
1297
  size = 24,
1217
1298
  color = 'currentColor',
1218
1299
  filled = true,
1219
1300
  strokeWidth = 1
1220
- } = _ref39,
1221
- props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1301
+ } = _ref42,
1302
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1222
1303
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1223
1304
  size: size,
1224
1305
  color: color
@@ -1230,13 +1311,14 @@ var UnLikeIcon = _ref39 => {
1230
1311
  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"
1231
1312
  })));
1232
1313
  };
1233
- var ClockIcon = _ref40 => {
1314
+ var ClockIcon = _ref43 => {
1234
1315
  var {
1235
1316
  size = 24,
1236
1317
  color = 'currentColor',
1237
- strokeWidth = 1
1238
- } = _ref40,
1239
- props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1318
+ strokeWidth = 1,
1319
+ filled = false
1320
+ } = _ref43,
1321
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1240
1322
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1241
1323
  size: size,
1242
1324
  color: color
@@ -1244,7 +1326,7 @@ var ClockIcon = _ref40 => {
1244
1326
  viewBox: "0 0 24 24",
1245
1327
  "aria-hidden": "false",
1246
1328
  focusable: "false"
1247
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
1329
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
1248
1330
  cx: "12",
1249
1331
  cy: "12",
1250
1332
  r: "10"
@@ -1252,13 +1334,14 @@ var ClockIcon = _ref40 => {
1252
1334
  points: "12 6 12 12 16 14"
1253
1335
  })));
1254
1336
  };
1255
- var CameraIcon = _ref41 => {
1337
+ var CameraIcon = _ref44 => {
1256
1338
  var {
1257
1339
  size = 24,
1258
1340
  color = 'currentColor',
1259
- strokeWidth = 1
1260
- } = _ref41,
1261
- props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1341
+ strokeWidth = 1,
1342
+ filled = false
1343
+ } = _ref44,
1344
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1262
1345
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1263
1346
  size: size,
1264
1347
  color: color
@@ -1266,7 +1349,7 @@ var CameraIcon = _ref41 => {
1266
1349
  viewBox: "0 0 24 24",
1267
1350
  "aria-hidden": "false",
1268
1351
  focusable: "false"
1269
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1352
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1270
1353
  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"
1271
1354
  }), /*#__PURE__*/React__default.createElement("circle", {
1272
1355
  cx: "12",
@@ -1274,14 +1357,14 @@ var CameraIcon = _ref41 => {
1274
1357
  r: "4"
1275
1358
  })));
1276
1359
  };
1277
- var BluetoothIcon = _ref42 => {
1360
+ var BluetoothIcon = _ref45 => {
1278
1361
  var {
1279
1362
  size = 24,
1280
1363
  color = 'currentColor',
1281
1364
  filled = true,
1282
1365
  strokeWidth = 1
1283
- } = _ref42,
1284
- props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1366
+ } = _ref45,
1367
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1285
1368
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1286
1369
  size: size,
1287
1370
  color: color
@@ -1289,18 +1372,18 @@ var BluetoothIcon = _ref42 => {
1289
1372
  viewBox: "0 0 24 24",
1290
1373
  "aria-hidden": "false",
1291
1374
  focusable: "false"
1292
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1375
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1293
1376
  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"
1294
1377
  })));
1295
1378
  };
1296
- var LikeIcon = _ref43 => {
1379
+ var LikeIcon = _ref46 => {
1297
1380
  var {
1298
1381
  size = 24,
1299
1382
  color = 'currentColor',
1300
1383
  filled = true,
1301
1384
  strokeWidth = 1
1302
- } = _ref43,
1303
- props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1385
+ } = _ref46,
1386
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1304
1387
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1305
1388
  size: size,
1306
1389
  color: color
@@ -1312,14 +1395,14 @@ var LikeIcon = _ref43 => {
1312
1395
  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"
1313
1396
  })));
1314
1397
  };
1315
- var UnlockIcon = _ref44 => {
1398
+ var UnlockIcon = _ref47 => {
1316
1399
  var {
1317
1400
  size = 24,
1318
1401
  color = 'currentColor',
1319
1402
  filled = false,
1320
1403
  strokeWidth = 1
1321
- } = _ref44,
1322
- props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1404
+ } = _ref47,
1405
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1323
1406
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1324
1407
  size: size,
1325
1408
  color: color
@@ -1338,14 +1421,14 @@ var UnlockIcon = _ref44 => {
1338
1421
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1339
1422
  })));
1340
1423
  };
1341
- var WifiIcon = _ref45 => {
1424
+ var WifiIcon = _ref48 => {
1342
1425
  var {
1343
1426
  size = 24,
1344
1427
  color = 'currentColor',
1345
1428
  filled = false,
1346
1429
  strokeWidth = 1
1347
- } = _ref45,
1348
- props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1430
+ } = _ref48,
1431
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1349
1432
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1350
1433
  size: size,
1351
1434
  color: color
@@ -1357,14 +1440,14 @@ var WifiIcon = _ref45 => {
1357
1440
  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"
1358
1441
  })));
1359
1442
  };
1360
- var UploadIcon = _ref46 => {
1443
+ var UploadIcon = _ref49 => {
1361
1444
  var {
1362
1445
  size = 24,
1363
1446
  color = 'currentColor',
1364
1447
  filled = false,
1365
1448
  strokeWidth = 1
1366
- } = _ref46,
1367
- props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1449
+ } = _ref49,
1450
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1368
1451
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1369
1452
  size: size,
1370
1453
  color: color
@@ -1380,14 +1463,14 @@ var UploadIcon = _ref46 => {
1380
1463
  d: "M12 12l0 9"
1381
1464
  })));
1382
1465
  };
1383
- var SearchIcon = _ref47 => {
1466
+ var SearchIcon = _ref50 => {
1384
1467
  var {
1385
1468
  size = 24,
1386
1469
  color = 'currentColor',
1387
1470
  filled = true,
1388
1471
  strokeWidth = 1
1389
- } = _ref47,
1390
- props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1472
+ } = _ref50,
1473
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1391
1474
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1392
1475
  size: size,
1393
1476
  color: color
@@ -1395,18 +1478,18 @@ var SearchIcon = _ref47 => {
1395
1478
  viewBox: "0 0 24 24",
1396
1479
  "aria-hidden": "false",
1397
1480
  focusable: "false"
1398
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1481
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1399
1482
  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"
1400
1483
  })));
1401
1484
  };
1402
- var CloseEyeIcon = _ref48 => {
1485
+ var CloseEyeIcon = _ref51 => {
1403
1486
  var {
1404
1487
  size = 24,
1405
1488
  color = 'currentColor',
1406
1489
  filled = true,
1407
1490
  strokeWidth = 1
1408
- } = _ref48,
1409
- props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1491
+ } = _ref51,
1492
+ props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1410
1493
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1411
1494
  size: size,
1412
1495
  color: color
@@ -1414,19 +1497,19 @@ var CloseEyeIcon = _ref48 => {
1414
1497
  viewBox: "0 0 24 24",
1415
1498
  "aria-hidden": "false",
1416
1499
  focusable: "false"
1417
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1500
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1418
1501
  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",
1419
1502
  fill: "currentColor"
1420
1503
  })));
1421
1504
  };
1422
- var ExternalLinkIcon = _ref49 => {
1505
+ var ExternalLinkIcon = _ref52 => {
1423
1506
  var {
1424
1507
  size = 24,
1425
1508
  color = 'currentColor',
1426
1509
  filled = true,
1427
1510
  strokeWidth = 1
1428
- } = _ref49,
1429
- props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1511
+ } = _ref52,
1512
+ props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1430
1513
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1431
1514
  size: size,
1432
1515
  color: color
@@ -1434,18 +1517,18 @@ var ExternalLinkIcon = _ref49 => {
1434
1517
  viewBox: "0 0 24 24",
1435
1518
  "aria-hidden": "false",
1436
1519
  focusable: "false"
1437
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1520
+ }, getSvgProps(true, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1438
1521
  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"
1439
1522
  })));
1440
1523
  };
1441
- var PlusIcon = _ref50 => {
1524
+ var PlusIcon = _ref53 => {
1442
1525
  var {
1443
1526
  size = 24,
1444
1527
  color = 'currentColor',
1445
- filled = true,
1528
+ filled = false,
1446
1529
  strokeWidth = 1
1447
- } = _ref50,
1448
- props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1530
+ } = _ref53,
1531
+ props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1449
1532
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1450
1533
  size: size,
1451
1534
  color: color
@@ -1453,7 +1536,7 @@ var PlusIcon = _ref50 => {
1453
1536
  viewBox: "0 0 24 24",
1454
1537
  "aria-hidden": "false",
1455
1538
  focusable: "false"
1456
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1539
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1457
1540
  stroke: color,
1458
1541
  x1: "12",
1459
1542
  y1: "5",
@@ -1467,14 +1550,14 @@ var PlusIcon = _ref50 => {
1467
1550
  y2: "12"
1468
1551
  })));
1469
1552
  };
1470
- var TickIcon = _ref51 => {
1553
+ var TickIcon = _ref54 => {
1471
1554
  var {
1472
1555
  size = 24,
1473
1556
  color = 'currentColor',
1474
- filled = true,
1557
+ filled = false,
1475
1558
  strokeWidth = 1
1476
- } = _ref51,
1477
- props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1559
+ } = _ref54,
1560
+ props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1478
1561
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1479
1562
  size: size,
1480
1563
  color: color
@@ -1482,20 +1565,20 @@ var TickIcon = _ref51 => {
1482
1565
  viewBox: "0 0 24 24",
1483
1566
  "aria-hidden": "false",
1484
1567
  focusable: "false"
1485
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1568
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1486
1569
  d: "M5 13l4 4L19 7",
1487
1570
  strokeLinecap: "round",
1488
1571
  strokeLinejoin: "round"
1489
1572
  })));
1490
1573
  };
1491
- var BoldArrowIcon = _ref52 => {
1574
+ var BoldArrowIcon = _ref55 => {
1492
1575
  var {
1493
1576
  size = 24,
1494
1577
  color = 'currentColor',
1495
1578
  filled = true,
1496
1579
  strokeWidth = 1
1497
- } = _ref52,
1498
- props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1580
+ } = _ref55,
1581
+ props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1499
1582
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1500
1583
  size: size,
1501
1584
  color: color
@@ -1503,18 +1586,18 @@ var BoldArrowIcon = _ref52 => {
1503
1586
  viewBox: "0 0 24 24",
1504
1587
  "aria-hidden": "false",
1505
1588
  focusable: "false"
1506
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1589
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1507
1590
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1508
1591
  })));
1509
1592
  };
1510
- var ArrowIcon = _ref53 => {
1593
+ var ArrowIcon = _ref56 => {
1511
1594
  var {
1512
1595
  size = 24,
1513
1596
  color = 'currentColor',
1514
- filled = true,
1597
+ filled = false,
1515
1598
  strokeWidth = 1
1516
- } = _ref53,
1517
- props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1599
+ } = _ref56,
1600
+ props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
1518
1601
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1519
1602
  size: size,
1520
1603
  color: color
@@ -1522,7 +1605,7 @@ var ArrowIcon = _ref53 => {
1522
1605
  viewBox: "0 0 24 24",
1523
1606
  "aria-hidden": "false",
1524
1607
  focusable: "false"
1525
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1608
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1526
1609
  stroke: color,
1527
1610
  x1: "12",
1528
1611
  y1: "20",
@@ -1532,14 +1615,14 @@ var ArrowIcon = _ref53 => {
1532
1615
  points: "6 12 12 6 18 12"
1533
1616
  })));
1534
1617
  };
1535
- var SpinnerIcon = _ref54 => {
1618
+ var SpinnerIcon = _ref57 => {
1536
1619
  var {
1537
1620
  size = 24,
1538
1621
  color = 'currentColor',
1539
- filled = true,
1622
+ filled = false,
1540
1623
  strokeWidth = 1
1541
- } = _ref54,
1542
- props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1624
+ } = _ref57,
1625
+ props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
1543
1626
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1544
1627
  size: size,
1545
1628
  color: color
@@ -1547,7 +1630,7 @@ var SpinnerIcon = _ref54 => {
1547
1630
  viewBox: "0 0 24 24",
1548
1631
  "aria-hidden": "false",
1549
1632
  focusable: "false"
1550
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
1633
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
1551
1634
  cx: "12",
1552
1635
  cy: "12",
1553
1636
  r: "10",
@@ -1557,13 +1640,14 @@ var SpinnerIcon = _ref54 => {
1557
1640
  strokeOpacity: "1"
1558
1641
  })));
1559
1642
  };
1560
- var CalendarIcon = _ref55 => {
1643
+ var CalendarIcon = _ref58 => {
1561
1644
  var {
1562
1645
  size = 24,
1563
1646
  color = 'currentColor',
1564
- strokeWidth = 1
1565
- } = _ref55,
1566
- props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1647
+ strokeWidth = 1,
1648
+ filled = false
1649
+ } = _ref58,
1650
+ props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
1567
1651
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1568
1652
  size: size,
1569
1653
  color: color
@@ -1571,7 +1655,7 @@ var CalendarIcon = _ref55 => {
1571
1655
  viewBox: "0 0 24 24",
1572
1656
  "aria-hidden": "false",
1573
1657
  focusable: "false"
1574
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
1658
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
1575
1659
  x: "3",
1576
1660
  y: "4",
1577
1661
  width: "18",
@@ -1602,10 +1686,13 @@ var CalendarIcon = _ref55 => {
1602
1686
  var Icon = {
1603
1687
  __proto__: null,
1604
1688
  ChevronIcon: ChevronIcon,
1689
+ TwitterIcon: TwitterIcon,
1690
+ XIcon: XIcon,
1605
1691
  TwitchIcon: TwitchIcon,
1606
1692
  CloseIcon: CloseIcon,
1607
1693
  InstagramIcon: InstagramIcon,
1608
1694
  YoutubeIcon: YoutubeIcon,
1695
+ FacebookIcon: FacebookIcon,
1609
1696
  LinkedinIcon: LinkedinIcon,
1610
1697
  ThreadsIcon: ThreadsIcon,
1611
1698
  MinusIcon: MinusIcon,
@@ -7427,6 +7514,7 @@ exports.DustBinIcon = DustBinIcon;
7427
7514
  exports.EditIcon = EditIcon;
7428
7515
  exports.ErrorIcon = ErrorIcon;
7429
7516
  exports.ExternalLinkIcon = ExternalLinkIcon;
7517
+ exports.FacebookIcon = FacebookIcon;
7430
7518
  exports.FileImage = FileImage;
7431
7519
  exports.FileSVG = FileSVG;
7432
7520
  exports.FilterIcon = FilterIcon;
@@ -7491,6 +7579,7 @@ exports.Toggle = Toggle;
7491
7579
  exports.ToggleGroup = ToggleGroup;
7492
7580
  exports.Top = Top;
7493
7581
  exports.TwitchIcon = TwitchIcon;
7582
+ exports.TwitterIcon = TwitterIcon;
7494
7583
  exports.UnLikeIcon = UnLikeIcon;
7495
7584
  exports.UnlockIcon = UnlockIcon;
7496
7585
  exports.UploadIcon = UploadIcon;
@@ -7499,6 +7588,7 @@ exports.VerticalBase = VerticalBase;
7499
7588
  exports.View = View;
7500
7589
  exports.WarningIcon = WarningIcon;
7501
7590
  exports.WifiIcon = WifiIcon;
7591
+ exports.XIcon = XIcon;
7502
7592
  exports.YoutubeIcon = YoutubeIcon;
7503
7593
  exports.hideMessage = hideMessage;
7504
7594
  exports.hideModal = hideModal;