@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.
package/dist/web.esm.js CHANGED
@@ -236,16 +236,16 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
236
236
  _excluded18 = ["size", "color", "filled", "strokeWidth"],
237
237
  _excluded19 = ["size", "color", "filled", "strokeWidth"],
238
238
  _excluded20 = ["size", "color", "filled", "strokeWidth"],
239
- _excluded21 = ["size", "color", "strokeWidth", "filled"],
239
+ _excluded21 = ["size", "color", "filled", "strokeWidth"],
240
240
  _excluded22 = ["size", "color", "filled", "strokeWidth"],
241
- _excluded23 = ["size", "color", "strokeWidth"],
242
- _excluded24 = ["size", "color", "filled", "strokeWidth"],
243
- _excluded25 = ["size", "color", "strokeWidth"],
244
- _excluded26 = ["size", "color", "filled", "strokeWidth"],
245
- _excluded27 = ["size", "color", "strokeWidth"],
246
- _excluded28 = ["size", "color", "filled", "strokeWidth"],
241
+ _excluded23 = ["size", "color", "filled", "strokeWidth"],
242
+ _excluded24 = ["size", "color", "strokeWidth", "filled"],
243
+ _excluded25 = ["size", "color", "filled", "strokeWidth"],
244
+ _excluded26 = ["size", "color", "strokeWidth", "filled"],
245
+ _excluded27 = ["size", "color", "filled", "strokeWidth"],
246
+ _excluded28 = ["size", "color", "strokeWidth", "filled"],
247
247
  _excluded29 = ["size", "color", "filled", "strokeWidth"],
248
- _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"],
@@ -255,11 +255,11 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
255
255
  _excluded37 = ["size", "color", "filled", "strokeWidth"],
256
256
  _excluded38 = ["size", "color", "filled", "strokeWidth"],
257
257
  _excluded39 = ["size", "color", "filled", "strokeWidth"],
258
- _excluded40 = ["size", "color", "strokeWidth"],
259
- _excluded41 = ["size", "color", "strokeWidth"],
258
+ _excluded40 = ["size", "color", "filled", "strokeWidth"],
259
+ _excluded41 = ["size", "color", "filled", "strokeWidth"],
260
260
  _excluded42 = ["size", "color", "filled", "strokeWidth"],
261
- _excluded43 = ["size", "color", "filled", "strokeWidth"],
262
- _excluded44 = ["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"],
@@ -270,7 +270,10 @@ var _excluded$4 = ["size", "color", "transform", "orientation", "children"],
270
270
  _excluded52 = ["size", "color", "filled", "strokeWidth"],
271
271
  _excluded53 = ["size", "color", "filled", "strokeWidth"],
272
272
  _excluded54 = ["size", "color", "filled", "strokeWidth"],
273
- _excluded55 = ["size", "color", "strokeWidth"];
273
+ _excluded55 = ["size", "color", "filled", "strokeWidth"],
274
+ _excluded56 = ["size", "color", "filled", "strokeWidth"],
275
+ _excluded57 = ["size", "color", "filled", "strokeWidth"],
276
+ _excluded58 = ["size", "color", "strokeWidth", "filled"];
274
277
  // Default wrapper component for consistent sizing and styling
275
278
  var IconWrapper = _ref => {
276
279
  var {
@@ -319,12 +322,11 @@ var ChevronIcon = _ref2 => {
319
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"
320
323
  })));
321
324
  };
322
- // Example of a Twitch Icon
323
- var TwitchIcon = _ref3 => {
325
+ var TwitterIcon = _ref3 => {
324
326
  var {
325
327
  size = 24,
326
328
  color = 'currentColor',
327
- filled = false,
329
+ filled = true,
328
330
  strokeWidth = 1
329
331
  } = _ref3,
330
332
  props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
@@ -335,6 +337,51 @@ var TwitchIcon = _ref3 => {
335
337
  viewBox: "0 0 24 24",
336
338
  "aria-hidden": "true",
337
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"
338
385
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
339
386
  d: "M2 2v16h5v4l4-4h5l6-6V2H2zm18 10-3 3h-5l-3 3v-3H4V4h16v8z",
340
387
  fill: filled ? color : 'none',
@@ -348,14 +395,14 @@ var TwitchIcon = _ref3 => {
348
395
  })));
349
396
  };
350
397
  // Example of another Icon: CloseIcon
351
- var CloseIcon = _ref4 => {
398
+ var CloseIcon = _ref6 => {
352
399
  var {
353
400
  size = 24,
354
401
  color = 'currentColor',
355
402
  filled = false,
356
403
  strokeWidth = 1
357
- } = _ref4,
358
- props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
404
+ } = _ref6,
405
+ props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
359
406
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
360
407
  size: size,
361
408
  color: color
@@ -377,14 +424,14 @@ var CloseIcon = _ref4 => {
377
424
  y2: "18"
378
425
  })));
379
426
  };
380
- var InstagramIcon = _ref5 => {
427
+ var InstagramIcon = _ref7 => {
381
428
  var {
382
429
  size = 24,
383
430
  color = 'currentColor',
384
431
  filled = false,
385
432
  strokeWidth = 1
386
- } = _ref5,
387
- props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
433
+ } = _ref7,
434
+ props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
388
435
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
389
436
  size: size,
390
437
  color: color
@@ -408,33 +455,64 @@ var InstagramIcon = _ref5 => {
408
455
  y2: "6.5"
409
456
  })));
410
457
  };
411
- var YoutubeIcon = _ref6 => {
458
+ var YoutubeIcon = _ref8 => {
412
459
  var {
413
460
  size = 24,
414
461
  color = 'currentColor',
415
- filled = false,
462
+ filled = true,
416
463
  strokeWidth = 1
417
- } = _ref6,
418
- props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
464
+ } = _ref8,
465
+ props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
419
466
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
420
467
  size: size,
421
468
  color: color
422
469
  }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
423
- viewBox: "0 0 24 24"
470
+ viewBox: "0 0 24 24",
471
+ "aria-hidden": "true",
472
+ focusable: "false"
424
473
  }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
425
- d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"
474
+ 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",
475
+ fill: filled ? color : 'none',
476
+ stroke: filled ? 'none' : color,
477
+ strokeWidth: filled ? 0 : strokeWidth
426
478
  }), /*#__PURE__*/React.createElement("polygon", {
427
- points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"
479
+ points: "10 8 10 14 14 10",
480
+ fill: "white" // Ensures the play button is transparent
481
+ ,
482
+ stroke: 'white',
483
+ strokeWidth: strokeWidth
428
484
  })));
429
485
  };
430
- var LinkedinIcon = _ref7 => {
486
+ var FacebookIcon = _ref9 => {
431
487
  var {
432
488
  size = 24,
433
489
  color = 'currentColor',
434
490
  filled = true,
435
491
  strokeWidth = 1
436
- } = _ref7,
437
- props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
492
+ } = _ref9,
493
+ props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
494
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
495
+ size: size,
496
+ color: color
497
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
498
+ viewBox: "0 0 24 24",
499
+ "aria-hidden": "true",
500
+ focusable: "false"
501
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
502
+ d: "M22 2H2v20h10v-7h-2v-3h2V9.5a4 4 0 0 1 4-4h3v3h-3a1 1 0 0 0-1 1V12h4l-1 3h-3v7h6V2z",
503
+ fill: filled ? color : 'none',
504
+ stroke: color,
505
+ strokeWidth: filled ? 0 : strokeWidth
506
+ })));
507
+ };
508
+ var LinkedinIcon = _ref10 => {
509
+ var {
510
+ size = 24,
511
+ color = 'currentColor',
512
+ filled = true,
513
+ strokeWidth = 1
514
+ } = _ref10,
515
+ props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
438
516
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
439
517
  size: size,
440
518
  color: color
@@ -453,14 +531,14 @@ var LinkedinIcon = _ref7 => {
453
531
  r: "2"
454
532
  })));
455
533
  };
456
- var ThreadsIcon = _ref8 => {
534
+ var ThreadsIcon = _ref11 => {
457
535
  var {
458
536
  size = 24,
459
537
  color = 'currentColor',
460
538
  filled = false,
461
539
  strokeWidth = 1
462
- } = _ref8,
463
- props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
540
+ } = _ref11,
541
+ props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
464
542
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
465
543
  size: size,
466
544
  color: color
@@ -475,15 +553,15 @@ var ThreadsIcon = _ref8 => {
475
553
  })));
476
554
  };
477
555
  // Example Refactored Icon: MinusIcon without undefined 'padding' prop
478
- var MinusIcon = _ref9 => {
556
+ var MinusIcon = _ref12 => {
479
557
  var {
480
558
  size = 24,
481
559
  color = 'currentColor',
482
560
  filled = false,
483
561
  // Assuming minus can be filled; adjust as needed
484
562
  strokeWidth = 1
485
- } = _ref9,
486
- props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
563
+ } = _ref12,
564
+ props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
487
565
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
488
566
  size: size,
489
567
  color: color
@@ -500,14 +578,14 @@ var MinusIcon = _ref9 => {
500
578
  })));
501
579
  };
502
580
  // Example Refactored Icon: InfoIcon with accessibility enhancements
503
- var InfoIcon = _ref10 => {
581
+ var InfoIcon = _ref13 => {
504
582
  var {
505
583
  size = 24,
506
584
  color = 'currentColor',
507
585
  filled = false,
508
586
  strokeWidth = 1
509
- } = _ref10,
510
- props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
587
+ } = _ref13,
588
+ props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
511
589
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
512
590
  size: size,
513
591
  color: color
@@ -521,14 +599,14 @@ var InfoIcon = _ref10 => {
521
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"
522
600
  })));
523
601
  };
524
- var HeartIcon = _ref11 => {
602
+ var HeartIcon = _ref14 => {
525
603
  var {
526
604
  size = 24,
527
605
  color = 'currentColor',
528
606
  filled = true,
529
607
  strokeWidth = 1
530
- } = _ref11,
531
- props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
608
+ } = _ref14,
609
+ props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
532
610
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
533
611
  size: size,
534
612
  color: color
@@ -540,14 +618,14 @@ var HeartIcon = _ref11 => {
540
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"
541
619
  })));
542
620
  };
543
- var StarIcon = _ref12 => {
621
+ var StarIcon = _ref15 => {
544
622
  var {
545
623
  size = 24,
546
624
  color = 'currentColor',
547
625
  filled = true,
548
626
  strokeWidth = 1
549
- } = _ref12,
550
- props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
627
+ } = _ref15,
628
+ props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
551
629
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
552
630
  size: size,
553
631
  color: color
@@ -559,14 +637,14 @@ var StarIcon = _ref12 => {
559
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"
560
638
  })));
561
639
  };
562
- var SaveIcon = _ref13 => {
640
+ var SaveIcon = _ref16 => {
563
641
  var {
564
642
  size = 24,
565
643
  color = 'currentColor',
566
644
  filled = false,
567
645
  strokeWidth = 1
568
- } = _ref13,
569
- props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
646
+ } = _ref16,
647
+ props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
570
648
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
571
649
  size: size,
572
650
  color: color
@@ -582,14 +660,14 @@ var SaveIcon = _ref13 => {
582
660
  points: "7 3 7 8 15 8"
583
661
  })));
584
662
  };
585
- var WarningIcon = _ref14 => {
663
+ var WarningIcon = _ref17 => {
586
664
  var {
587
665
  size = 24,
588
666
  color = 'currentColor',
589
667
  filled = false,
590
668
  strokeWidth = 1
591
- } = _ref14,
592
- props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
669
+ } = _ref17,
670
+ props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
593
671
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
594
672
  size: size,
595
673
  color: color
@@ -613,14 +691,14 @@ var WarningIcon = _ref14 => {
613
691
  y2: "15"
614
692
  })));
615
693
  };
616
- var BatteryIcon = _ref15 => {
694
+ var BatteryIcon = _ref18 => {
617
695
  var {
618
696
  size = 24,
619
697
  color = 'currentColor',
620
698
  filled = true,
621
699
  strokeWidth = 1
622
- } = _ref15,
623
- props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
700
+ } = _ref18,
701
+ props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
624
702
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
625
703
  size: size,
626
704
  color: color
@@ -632,14 +710,14 @@ var BatteryIcon = _ref15 => {
632
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"
633
711
  })));
634
712
  };
635
- var BookmarkIcon = _ref16 => {
713
+ var BookmarkIcon = _ref19 => {
636
714
  var {
637
715
  size = 24,
638
716
  color = 'currentColor',
639
717
  filled = false,
640
718
  strokeWidth = 1
641
- } = _ref16,
642
- props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
719
+ } = _ref19,
720
+ props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
643
721
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
644
722
  size: size,
645
723
  color: color
@@ -651,14 +729,14 @@ var BookmarkIcon = _ref16 => {
651
729
  d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
652
730
  })));
653
731
  };
654
- var CloudIcon = _ref17 => {
732
+ var CloudIcon = _ref20 => {
655
733
  var {
656
734
  size = 24,
657
735
  color = 'currentColor',
658
- filled = false,
736
+ filled = true,
659
737
  strokeWidth = 1
660
- } = _ref17,
661
- props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
738
+ } = _ref20,
739
+ props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
662
740
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
663
741
  size: size,
664
742
  color: color
@@ -670,14 +748,14 @@ var CloudIcon = _ref17 => {
670
748
  d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
671
749
  })));
672
750
  };
673
- var CopyIcon = _ref18 => {
751
+ var CopyIcon = _ref21 => {
674
752
  var {
675
753
  size = 24,
676
754
  color = 'currentColor',
677
755
  filled = false,
678
756
  strokeWidth = 1
679
- } = _ref18,
680
- props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
757
+ } = _ref21,
758
+ props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
681
759
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
682
760
  size: size,
683
761
  color: color
@@ -696,14 +774,14 @@ var CopyIcon = _ref18 => {
696
774
  d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
697
775
  })));
698
776
  };
699
- var DustBinIcon = _ref19 => {
777
+ var DustBinIcon = _ref22 => {
700
778
  var {
701
779
  size = 24,
702
780
  color = 'currentColor',
703
781
  filled = false,
704
782
  strokeWidth = 1
705
- } = _ref19,
706
- props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
783
+ } = _ref22,
784
+ props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
707
785
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
708
786
  size: size,
709
787
  color: color
@@ -715,14 +793,14 @@ var DustBinIcon = _ref19 => {
715
793
  d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
716
794
  })));
717
795
  };
718
- var EditIcon = _ref20 => {
796
+ var EditIcon = _ref23 => {
719
797
  var {
720
798
  size = 24,
721
799
  color = 'currentColor',
722
800
  filled = false,
723
801
  strokeWidth = 1
724
- } = _ref20,
725
- props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
802
+ } = _ref23,
803
+ props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
726
804
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
727
805
  size: size,
728
806
  color: color
@@ -734,14 +812,14 @@ var EditIcon = _ref20 => {
734
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"
735
813
  })));
736
814
  };
737
- var ErrorIcon = _ref21 => {
815
+ var ErrorIcon = _ref24 => {
738
816
  var {
739
817
  size = 24,
740
818
  color = 'currentColor',
741
819
  strokeWidth = 1,
742
820
  filled = true
743
- } = _ref21,
744
- props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
821
+ } = _ref24,
822
+ props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
745
823
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
746
824
  size: size,
747
825
  color: color
@@ -767,14 +845,14 @@ var ErrorIcon = _ref21 => {
767
845
  stroke: filled ? 'white' : color
768
846
  })));
769
847
  };
770
- var DownloadIcon = _ref22 => {
848
+ var DownloadIcon = _ref25 => {
771
849
  var {
772
850
  size = 24,
773
851
  color = 'currentColor',
774
852
  filled = true,
775
853
  strokeWidth = 1
776
- } = _ref22,
777
- props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
854
+ } = _ref25,
855
+ props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
778
856
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
779
857
  size: size,
780
858
  color: color
@@ -786,13 +864,14 @@ var DownloadIcon = _ref22 => {
786
864
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
787
865
  })));
788
866
  };
789
- var MenuIcon = _ref23 => {
867
+ var MenuIcon = _ref26 => {
790
868
  var {
791
869
  size = 24,
792
870
  color = 'currentColor',
793
- strokeWidth = 1
794
- } = _ref23,
795
- props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
871
+ strokeWidth = 1,
872
+ filled = false
873
+ } = _ref26,
874
+ props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
796
875
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
797
876
  size: size,
798
877
  color: color
@@ -800,7 +879,7 @@ var MenuIcon = _ref23 => {
800
879
  viewBox: "0 0 24 24",
801
880
  "aria-hidden": "false",
802
881
  focusable: "false"
803
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
882
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
804
883
  stroke: color,
805
884
  x1: "3",
806
885
  y1: "12",
@@ -820,14 +899,14 @@ var MenuIcon = _ref23 => {
820
899
  y2: "18"
821
900
  })));
822
901
  };
823
- var ShareIcon = _ref24 => {
902
+ var ShareIcon = _ref27 => {
824
903
  var {
825
904
  size = 24,
826
905
  color = 'currentColor',
827
906
  filled = false,
828
907
  strokeWidth = 1
829
- } = _ref24,
830
- props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
908
+ } = _ref27,
909
+ props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
831
910
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
832
911
  size: size,
833
912
  color: color
@@ -861,13 +940,14 @@ var ShareIcon = _ref24 => {
861
940
  y2: "10.49"
862
941
  })));
863
942
  };
864
- var RefreshIcon = _ref25 => {
943
+ var RefreshIcon = _ref28 => {
865
944
  var {
866
945
  size = 24,
867
946
  color = 'currentColor',
868
- strokeWidth = 1
869
- } = _ref25,
870
- props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
947
+ strokeWidth = 1,
948
+ filled = false
949
+ } = _ref28,
950
+ props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
871
951
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
872
952
  size: size,
873
953
  color: color
@@ -875,20 +955,20 @@ var RefreshIcon = _ref25 => {
875
955
  viewBox: "0 0 24 24",
876
956
  "aria-hidden": "false",
877
957
  focusable: "false"
878
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("polyline", {
958
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("polyline", {
879
959
  points: "23 4 23 10 17 10"
880
960
  }), /*#__PURE__*/React.createElement("path", {
881
961
  d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
882
962
  })));
883
963
  };
884
- var PrintIcon = _ref26 => {
964
+ var PrintIcon = _ref29 => {
885
965
  var {
886
966
  size = 24,
887
967
  color = 'currentColor',
888
968
  filled = true,
889
969
  strokeWidth = 1
890
- } = _ref26,
891
- props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
970
+ } = _ref29,
971
+ props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
892
972
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
893
973
  size: size,
894
974
  color: color
@@ -901,13 +981,14 @@ var PrintIcon = _ref26 => {
901
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"
902
982
  })));
903
983
  };
904
- var PanelIcon = _ref27 => {
984
+ var PanelIcon = _ref30 => {
905
985
  var {
906
986
  size = 24,
907
987
  color = 'currentColor',
908
- strokeWidth = 1
909
- } = _ref27,
910
- props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
988
+ strokeWidth = 1,
989
+ filled = false
990
+ } = _ref30,
991
+ props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
911
992
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
912
993
  size: size,
913
994
  color: color
@@ -915,7 +996,7 @@ var PanelIcon = _ref27 => {
915
996
  viewBox: "0 0 24 24",
916
997
  "aria-hidden": "false",
917
998
  focusable: "false"
918
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
999
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
919
1000
  stroke: color,
920
1001
  x1: "4",
921
1002
  y1: "21",
@@ -971,14 +1052,14 @@ var PanelIcon = _ref27 => {
971
1052
  y2: "16"
972
1053
  })));
973
1054
  };
974
- var FilterIcon = _ref28 => {
1055
+ var FilterIcon = _ref31 => {
975
1056
  var {
976
1057
  size = 24,
977
1058
  color = 'currentColor',
978
1059
  filled = false,
979
1060
  strokeWidth = 1
980
- } = _ref28,
981
- props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
1061
+ } = _ref31,
1062
+ props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
982
1063
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
983
1064
  size: size,
984
1065
  color: color
@@ -990,14 +1071,14 @@ var FilterIcon = _ref28 => {
990
1071
  d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
991
1072
  })));
992
1073
  };
993
- var HomeIcon = _ref29 => {
1074
+ var HomeIcon = _ref32 => {
994
1075
  var {
995
1076
  size = 24,
996
1077
  color = 'currentColor',
997
1078
  filled = true,
998
1079
  strokeWidth = 1
999
- } = _ref29,
1000
- props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
1080
+ } = _ref32,
1081
+ props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1001
1082
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1002
1083
  size: size,
1003
1084
  color: color
@@ -1009,14 +1090,14 @@ var HomeIcon = _ref29 => {
1009
1090
  d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
1010
1091
  })));
1011
1092
  };
1012
- var LocationIcon = _ref30 => {
1093
+ var LocationIcon = _ref33 => {
1013
1094
  var {
1014
1095
  size = 24,
1015
1096
  color = 'currentColor',
1016
1097
  filled = true,
1017
1098
  strokeWidth = 1
1018
- } = _ref30,
1019
- props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
1099
+ } = _ref33,
1100
+ props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1020
1101
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1021
1102
  size: size,
1022
1103
  color: color
@@ -1028,14 +1109,14 @@ var LocationIcon = _ref30 => {
1028
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"
1029
1110
  })));
1030
1111
  };
1031
- var LockIcon = _ref31 => {
1112
+ var LockIcon = _ref34 => {
1032
1113
  var {
1033
1114
  size = 24,
1034
1115
  color = 'currentColor',
1035
1116
  filled = false,
1036
1117
  strokeWidth = 1
1037
- } = _ref31,
1038
- props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1118
+ } = _ref34,
1119
+ props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1039
1120
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1040
1121
  size: size,
1041
1122
  color: color
@@ -1054,14 +1135,14 @@ var LockIcon = _ref31 => {
1054
1135
  d: "M7 11V7a5 5 0 0 1 10 0v4"
1055
1136
  })));
1056
1137
  };
1057
- var MicrophoneIcon = _ref32 => {
1138
+ var MicrophoneIcon = _ref35 => {
1058
1139
  var {
1059
1140
  size = 24,
1060
1141
  color = 'currentColor',
1061
1142
  filled = false,
1062
1143
  strokeWidth = 1
1063
- } = _ref32,
1064
- props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1144
+ } = _ref35,
1145
+ props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1065
1146
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1066
1147
  size: size,
1067
1148
  color: color
@@ -1087,14 +1168,14 @@ var MicrophoneIcon = _ref32 => {
1087
1168
  y2: "23"
1088
1169
  })));
1089
1170
  };
1090
- var MoonIcon = _ref33 => {
1171
+ var MoonIcon = _ref36 => {
1091
1172
  var {
1092
1173
  size = 24,
1093
1174
  color = 'currentColor',
1094
1175
  filled = true,
1095
1176
  strokeWidth = 1
1096
- } = _ref33,
1097
- props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1177
+ } = _ref36,
1178
+ props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1098
1179
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1099
1180
  size: size,
1100
1181
  color: color
@@ -1106,14 +1187,14 @@ var MoonIcon = _ref33 => {
1106
1187
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
1107
1188
  })));
1108
1189
  };
1109
- var NotificationIcon = _ref34 => {
1190
+ var NotificationIcon = _ref37 => {
1110
1191
  var {
1111
1192
  size = 24,
1112
1193
  color = 'currentColor',
1113
1194
  filled = false,
1114
1195
  strokeWidth = 1
1115
- } = _ref34,
1116
- props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1196
+ } = _ref37,
1197
+ props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1117
1198
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1118
1199
  size: size,
1119
1200
  color: color
@@ -1127,14 +1208,14 @@ var NotificationIcon = _ref34 => {
1127
1208
  d: "M13.73 21a2 2 0 0 1-3.46 0"
1128
1209
  })));
1129
1210
  };
1130
- var OpenEyeIcon = _ref35 => {
1211
+ var OpenEyeIcon = _ref38 => {
1131
1212
  var {
1132
1213
  size = 24,
1133
1214
  color = 'currentColor',
1134
1215
  filled = true,
1135
1216
  strokeWidth = 1
1136
- } = _ref35,
1137
- props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1217
+ } = _ref38,
1218
+ props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1138
1219
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1139
1220
  size: size,
1140
1221
  color: color
@@ -1146,14 +1227,14 @@ var OpenEyeIcon = _ref35 => {
1146
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"
1147
1228
  })));
1148
1229
  };
1149
- var ProfileIcon = _ref36 => {
1230
+ var ProfileIcon = _ref39 => {
1150
1231
  var {
1151
1232
  size = 24,
1152
1233
  color = 'currentColor',
1153
1234
  filled = true,
1154
1235
  strokeWidth = 1
1155
- } = _ref36,
1156
- props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1236
+ } = _ref39,
1237
+ props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1157
1238
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1158
1239
  size: size,
1159
1240
  color: color
@@ -1166,14 +1247,14 @@ var ProfileIcon = _ref36 => {
1166
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"
1167
1248
  }), ' '));
1168
1249
  };
1169
- var SettingsIcon = _ref37 => {
1250
+ var SettingsIcon = _ref40 => {
1170
1251
  var {
1171
1252
  size = 24,
1172
1253
  color = 'currentColor',
1173
1254
  filled = false,
1174
1255
  strokeWidth = 1
1175
- } = _ref37,
1176
- props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1256
+ } = _ref40,
1257
+ props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1177
1258
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1178
1259
  size: size,
1179
1260
  color: color
@@ -1185,14 +1266,14 @@ var SettingsIcon = _ref37 => {
1185
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"
1186
1267
  })));
1187
1268
  };
1188
- var SuccessIcon = _ref38 => {
1269
+ var SuccessIcon = _ref41 => {
1189
1270
  var {
1190
1271
  size = 24,
1191
1272
  color = 'currentColor',
1192
1273
  filled = true,
1193
1274
  strokeWidth = 1
1194
- } = _ref38,
1195
- props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1275
+ } = _ref41,
1276
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1196
1277
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1197
1278
  size: size,
1198
1279
  color: color
@@ -1204,14 +1285,14 @@ var SuccessIcon = _ref38 => {
1204
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"
1205
1286
  })));
1206
1287
  };
1207
- var UnLikeIcon = _ref39 => {
1288
+ var UnLikeIcon = _ref42 => {
1208
1289
  var {
1209
1290
  size = 24,
1210
1291
  color = 'currentColor',
1211
1292
  filled = true,
1212
1293
  strokeWidth = 1
1213
- } = _ref39,
1214
- props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1294
+ } = _ref42,
1295
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1215
1296
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1216
1297
  size: size,
1217
1298
  color: color
@@ -1223,13 +1304,14 @@ var UnLikeIcon = _ref39 => {
1223
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"
1224
1305
  })));
1225
1306
  };
1226
- var ClockIcon = _ref40 => {
1307
+ var ClockIcon = _ref43 => {
1227
1308
  var {
1228
1309
  size = 24,
1229
1310
  color = 'currentColor',
1230
- strokeWidth = 1
1231
- } = _ref40,
1232
- props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1311
+ strokeWidth = 1,
1312
+ filled = false
1313
+ } = _ref43,
1314
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1233
1315
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1234
1316
  size: size,
1235
1317
  color: color
@@ -1237,7 +1319,7 @@ var ClockIcon = _ref40 => {
1237
1319
  viewBox: "0 0 24 24",
1238
1320
  "aria-hidden": "false",
1239
1321
  focusable: "false"
1240
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1322
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1241
1323
  cx: "12",
1242
1324
  cy: "12",
1243
1325
  r: "10"
@@ -1245,13 +1327,14 @@ var ClockIcon = _ref40 => {
1245
1327
  points: "12 6 12 12 16 14"
1246
1328
  })));
1247
1329
  };
1248
- var CameraIcon = _ref41 => {
1330
+ var CameraIcon = _ref44 => {
1249
1331
  var {
1250
1332
  size = 24,
1251
1333
  color = 'currentColor',
1252
- strokeWidth = 1
1253
- } = _ref41,
1254
- props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1334
+ strokeWidth = 1,
1335
+ filled = false
1336
+ } = _ref44,
1337
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1255
1338
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1256
1339
  size: size,
1257
1340
  color: color
@@ -1259,7 +1342,7 @@ var CameraIcon = _ref41 => {
1259
1342
  viewBox: "0 0 24 24",
1260
1343
  "aria-hidden": "false",
1261
1344
  focusable: "false"
1262
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1345
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1263
1346
  d: "M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3l2-3h8l2 3h3a2 2 0 0 1 2 2z"
1264
1347
  }), /*#__PURE__*/React.createElement("circle", {
1265
1348
  cx: "12",
@@ -1267,14 +1350,14 @@ var CameraIcon = _ref41 => {
1267
1350
  r: "4"
1268
1351
  })));
1269
1352
  };
1270
- var BluetoothIcon = _ref42 => {
1353
+ var BluetoothIcon = _ref45 => {
1271
1354
  var {
1272
1355
  size = 24,
1273
1356
  color = 'currentColor',
1274
1357
  filled = true,
1275
1358
  strokeWidth = 1
1276
- } = _ref42,
1277
- props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1359
+ } = _ref45,
1360
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1278
1361
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1279
1362
  size: size,
1280
1363
  color: color
@@ -1282,18 +1365,18 @@ var BluetoothIcon = _ref42 => {
1282
1365
  viewBox: "0 0 24 24",
1283
1366
  "aria-hidden": "false",
1284
1367
  focusable: "false"
1285
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1368
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1286
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"
1287
1370
  })));
1288
1371
  };
1289
- var LikeIcon = _ref43 => {
1372
+ var LikeIcon = _ref46 => {
1290
1373
  var {
1291
1374
  size = 24,
1292
1375
  color = 'currentColor',
1293
1376
  filled = true,
1294
1377
  strokeWidth = 1
1295
- } = _ref43,
1296
- props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1378
+ } = _ref46,
1379
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1297
1380
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1298
1381
  size: size,
1299
1382
  color: color
@@ -1305,14 +1388,14 @@ var LikeIcon = _ref43 => {
1305
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"
1306
1389
  })));
1307
1390
  };
1308
- var UnlockIcon = _ref44 => {
1391
+ var UnlockIcon = _ref47 => {
1309
1392
  var {
1310
1393
  size = 24,
1311
1394
  color = 'currentColor',
1312
1395
  filled = false,
1313
1396
  strokeWidth = 1
1314
- } = _ref44,
1315
- props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1397
+ } = _ref47,
1398
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1316
1399
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1317
1400
  size: size,
1318
1401
  color: color
@@ -1331,14 +1414,14 @@ var UnlockIcon = _ref44 => {
1331
1414
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1332
1415
  })));
1333
1416
  };
1334
- var WifiIcon = _ref45 => {
1417
+ var WifiIcon = _ref48 => {
1335
1418
  var {
1336
1419
  size = 24,
1337
1420
  color = 'currentColor',
1338
1421
  filled = false,
1339
1422
  strokeWidth = 1
1340
- } = _ref45,
1341
- props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1423
+ } = _ref48,
1424
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1342
1425
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1343
1426
  size: size,
1344
1427
  color: color
@@ -1350,14 +1433,14 @@ var WifiIcon = _ref45 => {
1350
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"
1351
1434
  })));
1352
1435
  };
1353
- var UploadIcon = _ref46 => {
1436
+ var UploadIcon = _ref49 => {
1354
1437
  var {
1355
1438
  size = 24,
1356
1439
  color = 'currentColor',
1357
1440
  filled = false,
1358
1441
  strokeWidth = 1
1359
- } = _ref46,
1360
- props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1442
+ } = _ref49,
1443
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1361
1444
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1362
1445
  size: size,
1363
1446
  color: color
@@ -1373,14 +1456,14 @@ var UploadIcon = _ref46 => {
1373
1456
  d: "M12 12l0 9"
1374
1457
  })));
1375
1458
  };
1376
- var SearchIcon = _ref47 => {
1459
+ var SearchIcon = _ref50 => {
1377
1460
  var {
1378
1461
  size = 24,
1379
1462
  color = 'currentColor',
1380
1463
  filled = true,
1381
1464
  strokeWidth = 1
1382
- } = _ref47,
1383
- props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1465
+ } = _ref50,
1466
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1384
1467
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1385
1468
  size: size,
1386
1469
  color: color
@@ -1388,18 +1471,18 @@ var SearchIcon = _ref47 => {
1388
1471
  viewBox: "0 0 24 24",
1389
1472
  "aria-hidden": "false",
1390
1473
  focusable: "false"
1391
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1474
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1392
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"
1393
1476
  })));
1394
1477
  };
1395
- var CloseEyeIcon = _ref48 => {
1478
+ var CloseEyeIcon = _ref51 => {
1396
1479
  var {
1397
1480
  size = 24,
1398
1481
  color = 'currentColor',
1399
1482
  filled = true,
1400
1483
  strokeWidth = 1
1401
- } = _ref48,
1402
- props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1484
+ } = _ref51,
1485
+ props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1403
1486
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1404
1487
  size: size,
1405
1488
  color: color
@@ -1407,19 +1490,19 @@ var CloseEyeIcon = _ref48 => {
1407
1490
  viewBox: "0 0 24 24",
1408
1491
  "aria-hidden": "false",
1409
1492
  focusable: "false"
1410
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1493
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1411
1494
  d: "M19.7071 5.70711C20.0976 5.31658 20.0976 4.68342 19.7071 4.29289C19.3166 3.90237 18.6834 3.90237 18.2929 4.29289L14.032 8.55382C13.4365 8.20193 12.7418 8 12 8C9.79086 8 8 9.79086 8 12C8 12.7418 8.20193 13.4365 8.55382 14.032L4.29289 18.2929C3.90237 18.6834 3.90237 19.3166 4.29289 19.7071C4.68342 20.0976 5.31658 20.0976 5.70711 19.7071L9.96803 15.4462C10.5635 15.7981 11.2582 16 12 16C14.2091 16 16 14.2091 16 12C16 11.2582 15.7981 10.5635 15.4462 9.96803L19.7071 5.70711ZM12.518 10.0677C12.3528 10.0236 12.1792 10 12 10C10.8954 10 10 10.8954 10 12C10 12.1792 10.0236 12.3528 10.0677 12.518L12.518 10.0677ZM11.482 13.9323L13.9323 11.482C13.9764 11.6472 14 11.8208 14 12C14 13.1046 13.1046 14 12 14C11.8208 14 11.6472 13.9764 11.482 13.9323ZM15.7651 4.8207C14.6287 4.32049 13.3675 4 12 4C9.14754 4 6.75717 5.39462 4.99812 6.90595C3.23268 8.42276 2.00757 10.1376 1.46387 10.9698C1.05306 11.5985 1.05306 12.4015 1.46387 13.0302C1.92276 13.7326 2.86706 15.0637 4.21194 16.3739L5.62626 14.9596C4.4555 13.8229 3.61144 12.6531 3.18002 12C3.6904 11.2274 4.77832 9.73158 6.30147 8.42294C7.87402 7.07185 9.81574 6 12 6C12.7719 6 13.5135 6.13385 14.2193 6.36658L15.7651 4.8207ZM12 18C11.2282 18 10.4866 17.8661 9.78083 17.6334L8.23496 19.1793C9.37136 19.6795 10.6326 20 12 20C14.8525 20 17.2429 18.6054 19.002 17.0941C20.7674 15.5772 21.9925 13.8624 22.5362 13.0302C22.947 12.4015 22.947 11.5985 22.5362 10.9698C22.0773 10.2674 21.133 8.93627 19.7881 7.62611L18.3738 9.04043C19.5446 10.1771 20.3887 11.3469 20.8201 12C20.3097 12.7726 19.2218 14.2684 17.6986 15.5771C16.1261 16.9282 14.1843 18 12 18Z",
1412
1495
  fill: "currentColor"
1413
1496
  })));
1414
1497
  };
1415
- var ExternalLinkIcon = _ref49 => {
1498
+ var ExternalLinkIcon = _ref52 => {
1416
1499
  var {
1417
1500
  size = 24,
1418
1501
  color = 'currentColor',
1419
1502
  filled = true,
1420
1503
  strokeWidth = 1
1421
- } = _ref49,
1422
- props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1504
+ } = _ref52,
1505
+ props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1423
1506
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1424
1507
  size: size,
1425
1508
  color: color
@@ -1427,18 +1510,18 @@ var ExternalLinkIcon = _ref49 => {
1427
1510
  viewBox: "0 0 24 24",
1428
1511
  "aria-hidden": "false",
1429
1512
  focusable: "false"
1430
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1513
+ }, getSvgProps(true, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1431
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"
1432
1515
  })));
1433
1516
  };
1434
- var PlusIcon = _ref50 => {
1517
+ var PlusIcon = _ref53 => {
1435
1518
  var {
1436
1519
  size = 24,
1437
1520
  color = 'currentColor',
1438
- filled = true,
1521
+ filled = false,
1439
1522
  strokeWidth = 1
1440
- } = _ref50,
1441
- props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1523
+ } = _ref53,
1524
+ props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1442
1525
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1443
1526
  size: size,
1444
1527
  color: color
@@ -1446,7 +1529,7 @@ var PlusIcon = _ref50 => {
1446
1529
  viewBox: "0 0 24 24",
1447
1530
  "aria-hidden": "false",
1448
1531
  focusable: "false"
1449
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1532
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1450
1533
  stroke: color,
1451
1534
  x1: "12",
1452
1535
  y1: "5",
@@ -1460,14 +1543,14 @@ var PlusIcon = _ref50 => {
1460
1543
  y2: "12"
1461
1544
  })));
1462
1545
  };
1463
- var TickIcon = _ref51 => {
1546
+ var TickIcon = _ref54 => {
1464
1547
  var {
1465
1548
  size = 24,
1466
1549
  color = 'currentColor',
1467
- filled = true,
1550
+ filled = false,
1468
1551
  strokeWidth = 1
1469
- } = _ref51,
1470
- props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1552
+ } = _ref54,
1553
+ props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1471
1554
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1472
1555
  size: size,
1473
1556
  color: color
@@ -1475,20 +1558,20 @@ var TickIcon = _ref51 => {
1475
1558
  viewBox: "0 0 24 24",
1476
1559
  "aria-hidden": "false",
1477
1560
  focusable: "false"
1478
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1561
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1479
1562
  d: "M5 13l4 4L19 7",
1480
1563
  strokeLinecap: "round",
1481
1564
  strokeLinejoin: "round"
1482
1565
  })));
1483
1566
  };
1484
- var BoldArrowIcon = _ref52 => {
1567
+ var BoldArrowIcon = _ref55 => {
1485
1568
  var {
1486
1569
  size = 24,
1487
1570
  color = 'currentColor',
1488
1571
  filled = true,
1489
1572
  strokeWidth = 1
1490
- } = _ref52,
1491
- props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1573
+ } = _ref55,
1574
+ props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1492
1575
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1493
1576
  size: size,
1494
1577
  color: color
@@ -1496,18 +1579,18 @@ var BoldArrowIcon = _ref52 => {
1496
1579
  viewBox: "0 0 24 24",
1497
1580
  "aria-hidden": "false",
1498
1581
  focusable: "false"
1499
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1582
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1500
1583
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1501
1584
  })));
1502
1585
  };
1503
- var ArrowIcon = _ref53 => {
1586
+ var ArrowIcon = _ref56 => {
1504
1587
  var {
1505
1588
  size = 24,
1506
1589
  color = 'currentColor',
1507
- filled = true,
1590
+ filled = false,
1508
1591
  strokeWidth = 1
1509
- } = _ref53,
1510
- props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1592
+ } = _ref56,
1593
+ props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
1511
1594
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1512
1595
  size: size,
1513
1596
  color: color
@@ -1515,7 +1598,7 @@ var ArrowIcon = _ref53 => {
1515
1598
  viewBox: "0 0 24 24",
1516
1599
  "aria-hidden": "false",
1517
1600
  focusable: "false"
1518
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1601
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1519
1602
  stroke: color,
1520
1603
  x1: "12",
1521
1604
  y1: "20",
@@ -1525,14 +1608,14 @@ var ArrowIcon = _ref53 => {
1525
1608
  points: "6 12 12 6 18 12"
1526
1609
  })));
1527
1610
  };
1528
- var SpinnerIcon = _ref54 => {
1611
+ var SpinnerIcon = _ref57 => {
1529
1612
  var {
1530
1613
  size = 24,
1531
1614
  color = 'currentColor',
1532
- filled = true,
1615
+ filled = false,
1533
1616
  strokeWidth = 1
1534
- } = _ref54,
1535
- props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1617
+ } = _ref57,
1618
+ props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
1536
1619
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1537
1620
  size: size,
1538
1621
  color: color
@@ -1540,7 +1623,7 @@ var SpinnerIcon = _ref54 => {
1540
1623
  viewBox: "0 0 24 24",
1541
1624
  "aria-hidden": "false",
1542
1625
  focusable: "false"
1543
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1626
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1544
1627
  cx: "12",
1545
1628
  cy: "12",
1546
1629
  r: "10",
@@ -1550,13 +1633,14 @@ var SpinnerIcon = _ref54 => {
1550
1633
  strokeOpacity: "1"
1551
1634
  })));
1552
1635
  };
1553
- var CalendarIcon = _ref55 => {
1636
+ var CalendarIcon = _ref58 => {
1554
1637
  var {
1555
1638
  size = 24,
1556
1639
  color = 'currentColor',
1557
- strokeWidth = 1
1558
- } = _ref55,
1559
- props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1640
+ strokeWidth = 1,
1641
+ filled = false
1642
+ } = _ref58,
1643
+ props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
1560
1644
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1561
1645
  size: size,
1562
1646
  color: color
@@ -1564,7 +1648,7 @@ var CalendarIcon = _ref55 => {
1564
1648
  viewBox: "0 0 24 24",
1565
1649
  "aria-hidden": "false",
1566
1650
  focusable: "false"
1567
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
1651
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
1568
1652
  x: "3",
1569
1653
  y: "4",
1570
1654
  width: "18",
@@ -1595,10 +1679,13 @@ var CalendarIcon = _ref55 => {
1595
1679
  var Icon = {
1596
1680
  __proto__: null,
1597
1681
  ChevronIcon: ChevronIcon,
1682
+ TwitterIcon: TwitterIcon,
1683
+ XIcon: XIcon,
1598
1684
  TwitchIcon: TwitchIcon,
1599
1685
  CloseIcon: CloseIcon,
1600
1686
  InstagramIcon: InstagramIcon,
1601
1687
  YoutubeIcon: YoutubeIcon,
1688
+ FacebookIcon: FacebookIcon,
1602
1689
  LinkedinIcon: LinkedinIcon,
1603
1690
  ThreadsIcon: ThreadsIcon,
1604
1691
  MinusIcon: MinusIcon,
@@ -7390,5 +7477,5 @@ var ToggleGroupComponent = _ref => {
7390
7477
  // Expose the ToggleGroupComponent for import into other modules
7391
7478
  var ToggleGroup = ToggleGroupComponent;
7392
7479
 
7393
- export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CenterBase, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, DatePicker, DownloadIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, HorizontalBase, Icon, InfoIcon, Inline, InstagramIcon, Left, LikeIcon, Link, LinkedinIcon, Loader, LocationIcon, LockIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, PanelIcon, Password, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, SaveIcon, SearchIcon, Select, SettingsIcon, ShareIcon, SpinnerIcon, StarIcon, SuccessIcon, Switch, Table, Tabs, Text, TextArea, TextField, ThreadsIcon, TickIcon, Toggle, ToggleGroup, Top, TwitchIcon, UnLikeIcon, UnlockIcon, UploadIcon, Vertical, VerticalBase, View, WarningIcon, WifiIcon, YoutubeIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
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 };
7394
7481
  //# sourceMappingURL=web.esm.js.map