@app-studio/web 0.8.30 → 0.8.32

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.
@@ -232,18 +232,18 @@ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
232
232
  _excluded13 = ["size", "color", "filled", "strokeWidth"],
233
233
  _excluded14 = ["size", "color", "filled", "strokeWidth"],
234
234
  _excluded15 = ["size", "color", "filled", "strokeWidth"],
235
- _excluded16 = ["size", "color", "strokeWidth", "filled"],
235
+ _excluded16 = ["size", "color", "filled", "strokeWidth"],
236
236
  _excluded17 = ["size", "color", "filled", "strokeWidth"],
237
- _excluded18 = ["size", "color", "strokeWidth"],
237
+ _excluded18 = ["size", "color", "filled", "strokeWidth"],
238
238
  _excluded19 = ["size", "color", "filled", "strokeWidth"],
239
- _excluded20 = ["size", "color", "strokeWidth"],
240
- _excluded21 = ["size", "color", "filled", "strokeWidth"],
241
- _excluded22 = ["size", "color", "strokeWidth"],
242
- _excluded23 = ["size", "color", "filled", "strokeWidth"],
239
+ _excluded20 = ["size", "color", "filled", "strokeWidth"],
240
+ _excluded21 = ["size", "color", "strokeWidth", "filled"],
241
+ _excluded22 = ["size", "color", "filled", "strokeWidth"],
242
+ _excluded23 = ["size", "color", "strokeWidth"],
243
243
  _excluded24 = ["size", "color", "filled", "strokeWidth"],
244
- _excluded25 = ["size", "color", "filled", "strokeWidth"],
244
+ _excluded25 = ["size", "color", "strokeWidth"],
245
245
  _excluded26 = ["size", "color", "filled", "strokeWidth"],
246
- _excluded27 = ["size", "color", "filled", "strokeWidth"],
246
+ _excluded27 = ["size", "color", "strokeWidth"],
247
247
  _excluded28 = ["size", "color", "filled", "strokeWidth"],
248
248
  _excluded29 = ["size", "color", "filled", "strokeWidth"],
249
249
  _excluded30 = ["size", "color", "filled", "strokeWidth"],
@@ -251,13 +251,13 @@ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
251
251
  _excluded32 = ["size", "color", "filled", "strokeWidth"],
252
252
  _excluded33 = ["size", "color", "filled", "strokeWidth"],
253
253
  _excluded34 = ["size", "color", "filled", "strokeWidth"],
254
- _excluded35 = ["size", "color", "strokeWidth"],
255
- _excluded36 = ["size", "color", "strokeWidth"],
254
+ _excluded35 = ["size", "color", "filled", "strokeWidth"],
255
+ _excluded36 = ["size", "color", "filled", "strokeWidth"],
256
256
  _excluded37 = ["size", "color", "filled", "strokeWidth"],
257
257
  _excluded38 = ["size", "color", "filled", "strokeWidth"],
258
258
  _excluded39 = ["size", "color", "filled", "strokeWidth"],
259
- _excluded40 = ["size", "color", "filled", "strokeWidth"],
260
- _excluded41 = ["size", "color", "filled", "strokeWidth"],
259
+ _excluded40 = ["size", "color", "strokeWidth"],
260
+ _excluded41 = ["size", "color", "strokeWidth"],
261
261
  _excluded42 = ["size", "color", "filled", "strokeWidth"],
262
262
  _excluded43 = ["size", "color", "filled", "strokeWidth"],
263
263
  _excluded44 = ["size", "color", "filled", "strokeWidth"],
@@ -266,7 +266,12 @@ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
266
266
  _excluded47 = ["size", "color", "filled", "strokeWidth"],
267
267
  _excluded48 = ["size", "color", "filled", "strokeWidth"],
268
268
  _excluded49 = ["size", "color", "filled", "strokeWidth"],
269
- _excluded50 = ["size", "color", "strokeWidth"];
269
+ _excluded50 = ["size", "color", "filled", "strokeWidth"],
270
+ _excluded51 = ["size", "color", "filled", "strokeWidth"],
271
+ _excluded52 = ["size", "color", "filled", "strokeWidth"],
272
+ _excluded53 = ["size", "color", "filled", "strokeWidth"],
273
+ _excluded54 = ["size", "color", "filled", "strokeWidth"],
274
+ _excluded55 = ["size", "color", "strokeWidth"];
270
275
  // Default wrapper component for consistent sizing and styling
271
276
  var IconWrapper = _ref => {
272
277
  var {
@@ -345,20 +350,137 @@ var CloseIcon = _ref3 => {
345
350
  y2: "18"
346
351
  })));
347
352
  };
348
- // Continue refactoring other icons similarly...
349
- // Example Refactored Icon: MinusIcon without undefined 'padding' prop
350
- var MinusIcon = _ref4 => {
353
+ var InstagramIcon = _ref4 => {
351
354
  var {
352
355
  size = 24,
353
356
  color = 'currentColor',
354
357
  filled = false,
355
- // Assuming minus can be filled; adjust as needed
356
358
  strokeWidth = 1
357
359
  } = _ref4,
358
360
  props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
359
361
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
360
362
  size: size,
361
363
  color: color
364
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
365
+ viewBox: "0 0 24 24"
366
+ }, /*#__PURE__*/React__default.createElement("rect", {
367
+ x: "2",
368
+ y: "2",
369
+ width: "20",
370
+ height: "20",
371
+ rx: "5",
372
+ ry: "5"
373
+ }), /*#__PURE__*/React__default.createElement("path", {
374
+ d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"
375
+ }), /*#__PURE__*/React__default.createElement("line", {
376
+ x1: "17.5",
377
+ y1: "6.5",
378
+ x2: "17.51",
379
+ y2: "6.5"
380
+ })));
381
+ };
382
+ var TwitterIcon = _ref5 => {
383
+ var {
384
+ size = 24,
385
+ color = 'currentColor',
386
+ filled = false,
387
+ strokeWidth = 1
388
+ } = _ref5,
389
+ props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
390
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
391
+ size: size,
392
+ color: color
393
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
394
+ "aria-hidden": "true"
395
+ }, /*#__PURE__*/React__default.createElement("path", {
396
+ d: "M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 \n 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5\n 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"
397
+ })));
398
+ };
399
+ var YoutubeIcon = _ref6 => {
400
+ var {
401
+ size = 24,
402
+ color = 'currentColor',
403
+ filled = false,
404
+ strokeWidth = 1
405
+ } = _ref6,
406
+ props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
407
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
408
+ size: size,
409
+ color: color
410
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
411
+ xmlns: "http://www.w3.org/2000/svg",
412
+ width: "24",
413
+ height: "24",
414
+ viewBox: "0 0 24 24",
415
+ fill: "none",
416
+ stroke: "white",
417
+ strokeWidth: "2",
418
+ strokeLinecap: "round",
419
+ strokeLinejoin: "round"
420
+ }, /*#__PURE__*/React__default.createElement("path", {
421
+ 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"
422
+ }), /*#__PURE__*/React__default.createElement("polygon", {
423
+ points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"
424
+ })));
425
+ };
426
+ var LinkedinIcon = _ref7 => {
427
+ var {
428
+ size = 24,
429
+ color = 'currentColor',
430
+ filled = false,
431
+ strokeWidth = 1
432
+ } = _ref7,
433
+ props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
434
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
435
+ size: size,
436
+ color: color
437
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
438
+ focusable: "false"
439
+ }, /*#__PURE__*/React__default.createElement("path", {
440
+ d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 \n 2v7h-4v-7a6 6 0 0 1 6-6z"
441
+ }), /*#__PURE__*/React__default.createElement("rect", {
442
+ x: "2",
443
+ y: "9",
444
+ width: "4",
445
+ height: "12"
446
+ }), "#", /*#__PURE__*/React__default.createElement("circle", {
447
+ cx: "4",
448
+ cy: "4",
449
+ r: "2"
450
+ })));
451
+ };
452
+ var ThreadsIcon = _ref8 => {
453
+ var {
454
+ size = 24,
455
+ color = 'currentColor',
456
+ filled = false,
457
+ strokeWidth = 1
458
+ } = _ref8,
459
+ props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
460
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
461
+ size: size,
462
+ color: color
463
+ }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
464
+ stroke: "none",
465
+ d: "M0 0h24v24H0z",
466
+ fill: "none"
467
+ }), /*#__PURE__*/React__default.createElement("path", {
468
+ d: "M19 7.5c-1.333 -3 -3.667 -4.5 -7 -4.5c-5 0 -8 2.5 -8 9s3.5 9 8 9s7 -3 7\n -5s-1 -5 -7 -5c-2.5 0 -3 1.25 -3 2.5c0 1.5 1 2.5 2.5 2.5c2.5 0 3.5 -1.5 \n 3.5 -5s-2 -4 -3 -4s-1.833 .333 -2.5 1"
469
+ })));
470
+ };
471
+ // Example Refactored Icon: MinusIcon without undefined 'padding' prop
472
+ var MinusIcon = _ref9 => {
473
+ var {
474
+ size = 24,
475
+ color = 'currentColor',
476
+ filled = false,
477
+ // Assuming minus can be filled; adjust as needed
478
+ strokeWidth = 1
479
+ } = _ref9,
480
+ props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
481
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
482
+ size: size,
483
+ color: color
362
484
  }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
363
485
  viewBox: "0 0 24 24",
364
486
  "aria-hidden": "true",
@@ -372,14 +494,14 @@ var MinusIcon = _ref4 => {
372
494
  })));
373
495
  };
374
496
  // Example Refactored Icon: InfoIcon with accessibility enhancements
375
- var InfoIcon = _ref5 => {
497
+ var InfoIcon = _ref10 => {
376
498
  var {
377
499
  size = 24,
378
500
  color = 'currentColor',
379
501
  filled = false,
380
502
  strokeWidth = 1
381
- } = _ref5,
382
- props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
503
+ } = _ref10,
504
+ props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
383
505
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
384
506
  size: size,
385
507
  color: color
@@ -393,14 +515,14 @@ var InfoIcon = _ref5 => {
393
515
  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"
394
516
  })));
395
517
  };
396
- var HeartIcon = _ref6 => {
518
+ var HeartIcon = _ref11 => {
397
519
  var {
398
520
  size = 24,
399
521
  color = 'currentColor',
400
522
  filled = true,
401
523
  strokeWidth = 1
402
- } = _ref6,
403
- props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
524
+ } = _ref11,
525
+ props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
404
526
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
405
527
  size: size,
406
528
  color: color
@@ -412,14 +534,14 @@ var HeartIcon = _ref6 => {
412
534
  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"
413
535
  })));
414
536
  };
415
- var StarIcon = _ref7 => {
537
+ var StarIcon = _ref12 => {
416
538
  var {
417
539
  size = 24,
418
540
  color = 'currentColor',
419
541
  filled = true,
420
542
  strokeWidth = 1
421
- } = _ref7,
422
- props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
543
+ } = _ref12,
544
+ props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
423
545
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
424
546
  size: size,
425
547
  color: color
@@ -431,14 +553,14 @@ var StarIcon = _ref7 => {
431
553
  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"
432
554
  })));
433
555
  };
434
- var SaveIcon = _ref8 => {
556
+ var SaveIcon = _ref13 => {
435
557
  var {
436
558
  size = 24,
437
559
  color = 'currentColor',
438
560
  filled = false,
439
561
  strokeWidth = 1
440
- } = _ref8,
441
- props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
562
+ } = _ref13,
563
+ props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
442
564
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
443
565
  size: size,
444
566
  color: color
@@ -454,14 +576,14 @@ var SaveIcon = _ref8 => {
454
576
  points: "7 3 7 8 15 8"
455
577
  })));
456
578
  };
457
- var WarningIcon = _ref9 => {
579
+ var WarningIcon = _ref14 => {
458
580
  var {
459
581
  size = 24,
460
582
  color = 'currentColor',
461
583
  filled = false,
462
584
  strokeWidth = 1
463
- } = _ref9,
464
- props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
585
+ } = _ref14,
586
+ props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
465
587
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
466
588
  size: size,
467
589
  color: color
@@ -485,14 +607,14 @@ var WarningIcon = _ref9 => {
485
607
  y2: "15"
486
608
  })));
487
609
  };
488
- var BatteryIcon = _ref10 => {
610
+ var BatteryIcon = _ref15 => {
489
611
  var {
490
612
  size = 24,
491
613
  color = 'currentColor',
492
614
  filled = true,
493
615
  strokeWidth = 1
494
- } = _ref10,
495
- props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
616
+ } = _ref15,
617
+ props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
496
618
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
497
619
  size: size,
498
620
  color: color
@@ -504,14 +626,14 @@ var BatteryIcon = _ref10 => {
504
626
  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"
505
627
  })));
506
628
  };
507
- var BookmarkIcon = _ref11 => {
629
+ var BookmarkIcon = _ref16 => {
508
630
  var {
509
631
  size = 24,
510
632
  color = 'currentColor',
511
633
  filled = false,
512
634
  strokeWidth = 1
513
- } = _ref11,
514
- props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
635
+ } = _ref16,
636
+ props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
515
637
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
516
638
  size: size,
517
639
  color: color
@@ -523,14 +645,14 @@ var BookmarkIcon = _ref11 => {
523
645
  d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
524
646
  })));
525
647
  };
526
- var CloudIcon = _ref12 => {
648
+ var CloudIcon = _ref17 => {
527
649
  var {
528
650
  size = 24,
529
651
  color = 'currentColor',
530
652
  filled = false,
531
653
  strokeWidth = 1
532
- } = _ref12,
533
- props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
654
+ } = _ref17,
655
+ props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
534
656
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
535
657
  size: size,
536
658
  color: color
@@ -542,14 +664,14 @@ var CloudIcon = _ref12 => {
542
664
  d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
543
665
  })));
544
666
  };
545
- var CopyIcon = _ref13 => {
667
+ var CopyIcon = _ref18 => {
546
668
  var {
547
669
  size = 24,
548
670
  color = 'currentColor',
549
671
  filled = false,
550
672
  strokeWidth = 1
551
- } = _ref13,
552
- props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
673
+ } = _ref18,
674
+ props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
553
675
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
554
676
  size: size,
555
677
  color: color
@@ -568,14 +690,14 @@ var CopyIcon = _ref13 => {
568
690
  d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
569
691
  })));
570
692
  };
571
- var DustBinIcon = _ref14 => {
693
+ var DustBinIcon = _ref19 => {
572
694
  var {
573
695
  size = 24,
574
696
  color = 'currentColor',
575
697
  filled = false,
576
698
  strokeWidth = 1
577
- } = _ref14,
578
- props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
699
+ } = _ref19,
700
+ props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
579
701
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
580
702
  size: size,
581
703
  color: color
@@ -587,14 +709,14 @@ var DustBinIcon = _ref14 => {
587
709
  d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
588
710
  })));
589
711
  };
590
- var EditIcon = _ref15 => {
712
+ var EditIcon = _ref20 => {
591
713
  var {
592
714
  size = 24,
593
715
  color = 'currentColor',
594
716
  filled = false,
595
717
  strokeWidth = 1
596
- } = _ref15,
597
- props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
718
+ } = _ref20,
719
+ props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
598
720
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
599
721
  size: size,
600
722
  color: color
@@ -606,14 +728,14 @@ var EditIcon = _ref15 => {
606
728
  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"
607
729
  })));
608
730
  };
609
- var ErrorIcon = _ref16 => {
731
+ var ErrorIcon = _ref21 => {
610
732
  var {
611
733
  size = 24,
612
734
  color = 'currentColor',
613
735
  strokeWidth = 1,
614
736
  filled = true
615
- } = _ref16,
616
- props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
737
+ } = _ref21,
738
+ props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
617
739
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
618
740
  size: size,
619
741
  color: color
@@ -639,14 +761,14 @@ var ErrorIcon = _ref16 => {
639
761
  stroke: filled ? 'white' : color
640
762
  })));
641
763
  };
642
- var DownloadIcon = _ref17 => {
764
+ var DownloadIcon = _ref22 => {
643
765
  var {
644
766
  size = 24,
645
767
  color = 'currentColor',
646
768
  filled = true,
647
769
  strokeWidth = 1
648
- } = _ref17,
649
- props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
770
+ } = _ref22,
771
+ props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
650
772
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
651
773
  size: size,
652
774
  color: color
@@ -658,13 +780,13 @@ var DownloadIcon = _ref17 => {
658
780
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
659
781
  })));
660
782
  };
661
- var MenuIcon = _ref18 => {
783
+ var MenuIcon = _ref23 => {
662
784
  var {
663
785
  size = 24,
664
786
  color = 'currentColor',
665
787
  strokeWidth = 1
666
- } = _ref18,
667
- props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
788
+ } = _ref23,
789
+ props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
668
790
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
669
791
  size: size,
670
792
  color: color
@@ -692,14 +814,14 @@ var MenuIcon = _ref18 => {
692
814
  y2: "18"
693
815
  })));
694
816
  };
695
- var ShareIcon = _ref19 => {
817
+ var ShareIcon = _ref24 => {
696
818
  var {
697
819
  size = 24,
698
820
  color = 'currentColor',
699
821
  filled = false,
700
822
  strokeWidth = 1
701
- } = _ref19,
702
- props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
823
+ } = _ref24,
824
+ props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
703
825
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
704
826
  size: size,
705
827
  color: color
@@ -733,13 +855,13 @@ var ShareIcon = _ref19 => {
733
855
  y2: "10.49"
734
856
  })));
735
857
  };
736
- var RefreshIcon = _ref20 => {
858
+ var RefreshIcon = _ref25 => {
737
859
  var {
738
860
  size = 24,
739
861
  color = 'currentColor',
740
862
  strokeWidth = 1
741
- } = _ref20,
742
- props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
863
+ } = _ref25,
864
+ props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
743
865
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
744
866
  size: size,
745
867
  color: color
@@ -753,14 +875,14 @@ var RefreshIcon = _ref20 => {
753
875
  d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
754
876
  })));
755
877
  };
756
- var PrintIcon = _ref21 => {
878
+ var PrintIcon = _ref26 => {
757
879
  var {
758
880
  size = 24,
759
881
  color = 'currentColor',
760
882
  filled = true,
761
883
  strokeWidth = 1
762
- } = _ref21,
763
- props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
884
+ } = _ref26,
885
+ props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
764
886
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
765
887
  size: size,
766
888
  color: color
@@ -773,13 +895,13 @@ var PrintIcon = _ref21 => {
773
895
  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"
774
896
  })));
775
897
  };
776
- var PanelIcon = _ref22 => {
898
+ var PanelIcon = _ref27 => {
777
899
  var {
778
900
  size = 24,
779
901
  color = 'currentColor',
780
902
  strokeWidth = 1
781
- } = _ref22,
782
- props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
903
+ } = _ref27,
904
+ props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
783
905
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
784
906
  size: size,
785
907
  color: color
@@ -843,14 +965,14 @@ var PanelIcon = _ref22 => {
843
965
  y2: "16"
844
966
  })));
845
967
  };
846
- var FilterIcon = _ref23 => {
968
+ var FilterIcon = _ref28 => {
847
969
  var {
848
970
  size = 24,
849
971
  color = 'currentColor',
850
972
  filled = false,
851
973
  strokeWidth = 1
852
- } = _ref23,
853
- props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
974
+ } = _ref28,
975
+ props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
854
976
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
855
977
  size: size,
856
978
  color: color
@@ -862,14 +984,14 @@ var FilterIcon = _ref23 => {
862
984
  d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
863
985
  })));
864
986
  };
865
- var HomeIcon = _ref24 => {
987
+ var HomeIcon = _ref29 => {
866
988
  var {
867
989
  size = 24,
868
990
  color = 'currentColor',
869
991
  filled = true,
870
992
  strokeWidth = 1
871
- } = _ref24,
872
- props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
993
+ } = _ref29,
994
+ props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
873
995
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
874
996
  size: size,
875
997
  color: color
@@ -881,14 +1003,14 @@ var HomeIcon = _ref24 => {
881
1003
  d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
882
1004
  })));
883
1005
  };
884
- var LocationIcon = _ref25 => {
1006
+ var LocationIcon = _ref30 => {
885
1007
  var {
886
1008
  size = 24,
887
1009
  color = 'currentColor',
888
1010
  filled = true,
889
1011
  strokeWidth = 1
890
- } = _ref25,
891
- props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
1012
+ } = _ref30,
1013
+ props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
892
1014
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
893
1015
  size: size,
894
1016
  color: color
@@ -900,14 +1022,14 @@ var LocationIcon = _ref25 => {
900
1022
  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"
901
1023
  })));
902
1024
  };
903
- var LockIcon = _ref26 => {
1025
+ var LockIcon = _ref31 => {
904
1026
  var {
905
1027
  size = 24,
906
1028
  color = 'currentColor',
907
1029
  filled = false,
908
1030
  strokeWidth = 1
909
- } = _ref26,
910
- props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
1031
+ } = _ref31,
1032
+ props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
911
1033
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
912
1034
  size: size,
913
1035
  color: color
@@ -926,14 +1048,14 @@ var LockIcon = _ref26 => {
926
1048
  d: "M7 11V7a5 5 0 0 1 10 0v4"
927
1049
  })));
928
1050
  };
929
- var MicrophoneIcon = _ref27 => {
1051
+ var MicrophoneIcon = _ref32 => {
930
1052
  var {
931
1053
  size = 24,
932
1054
  color = 'currentColor',
933
1055
  filled = false,
934
1056
  strokeWidth = 1
935
- } = _ref27,
936
- props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
1057
+ } = _ref32,
1058
+ props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
937
1059
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
938
1060
  size: size,
939
1061
  color: color
@@ -959,14 +1081,14 @@ var MicrophoneIcon = _ref27 => {
959
1081
  y2: "23"
960
1082
  })));
961
1083
  };
962
- var MoonIcon = _ref28 => {
1084
+ var MoonIcon = _ref33 => {
963
1085
  var {
964
1086
  size = 24,
965
1087
  color = 'currentColor',
966
1088
  filled = true,
967
1089
  strokeWidth = 1
968
- } = _ref28,
969
- props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
1090
+ } = _ref33,
1091
+ props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
970
1092
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
971
1093
  size: size,
972
1094
  color: color
@@ -978,14 +1100,14 @@ var MoonIcon = _ref28 => {
978
1100
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
979
1101
  })));
980
1102
  };
981
- var NotificationIcon = _ref29 => {
1103
+ var NotificationIcon = _ref34 => {
982
1104
  var {
983
1105
  size = 24,
984
1106
  color = 'currentColor',
985
1107
  filled = false,
986
1108
  strokeWidth = 1
987
- } = _ref29,
988
- props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
1109
+ } = _ref34,
1110
+ props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
989
1111
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
990
1112
  size: size,
991
1113
  color: color
@@ -999,14 +1121,14 @@ var NotificationIcon = _ref29 => {
999
1121
  d: "M13.73 21a2 2 0 0 1-3.46 0"
1000
1122
  })));
1001
1123
  };
1002
- var OpenEyeIcon = _ref30 => {
1124
+ var OpenEyeIcon = _ref35 => {
1003
1125
  var {
1004
1126
  size = 24,
1005
1127
  color = 'currentColor',
1006
1128
  filled = true,
1007
1129
  strokeWidth = 1
1008
- } = _ref30,
1009
- props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
1130
+ } = _ref35,
1131
+ props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1010
1132
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1011
1133
  size: size,
1012
1134
  color: color
@@ -1018,14 +1140,14 @@ var OpenEyeIcon = _ref30 => {
1018
1140
  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"
1019
1141
  })));
1020
1142
  };
1021
- var ProfileIcon = _ref31 => {
1143
+ var ProfileIcon = _ref36 => {
1022
1144
  var {
1023
1145
  size = 24,
1024
1146
  color = 'currentColor',
1025
1147
  filled = true,
1026
1148
  strokeWidth = 1
1027
- } = _ref31,
1028
- props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1149
+ } = _ref36,
1150
+ props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1029
1151
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1030
1152
  size: size,
1031
1153
  color: color
@@ -1038,14 +1160,14 @@ var ProfileIcon = _ref31 => {
1038
1160
  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"
1039
1161
  }), ' '));
1040
1162
  };
1041
- var SettingsIcon = _ref32 => {
1163
+ var SettingsIcon = _ref37 => {
1042
1164
  var {
1043
1165
  size = 24,
1044
1166
  color = 'currentColor',
1045
1167
  filled = false,
1046
1168
  strokeWidth = 1
1047
- } = _ref32,
1048
- props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1169
+ } = _ref37,
1170
+ props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1049
1171
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1050
1172
  size: size,
1051
1173
  color: color
@@ -1057,14 +1179,14 @@ var SettingsIcon = _ref32 => {
1057
1179
  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"
1058
1180
  })));
1059
1181
  };
1060
- var SuccessIcon = _ref33 => {
1182
+ var SuccessIcon = _ref38 => {
1061
1183
  var {
1062
1184
  size = 24,
1063
1185
  color = 'currentColor',
1064
1186
  filled = true,
1065
1187
  strokeWidth = 1
1066
- } = _ref33,
1067
- props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1188
+ } = _ref38,
1189
+ props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1068
1190
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1069
1191
  size: size,
1070
1192
  color: color
@@ -1076,14 +1198,14 @@ var SuccessIcon = _ref33 => {
1076
1198
  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"
1077
1199
  })));
1078
1200
  };
1079
- var UnLikeIcon = _ref34 => {
1201
+ var UnLikeIcon = _ref39 => {
1080
1202
  var {
1081
1203
  size = 24,
1082
1204
  color = 'currentColor',
1083
1205
  filled = true,
1084
1206
  strokeWidth = 1
1085
- } = _ref34,
1086
- props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1207
+ } = _ref39,
1208
+ props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1087
1209
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1088
1210
  size: size,
1089
1211
  color: color
@@ -1095,13 +1217,13 @@ var UnLikeIcon = _ref34 => {
1095
1217
  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"
1096
1218
  })));
1097
1219
  };
1098
- var ClockIcon = _ref35 => {
1220
+ var ClockIcon = _ref40 => {
1099
1221
  var {
1100
1222
  size = 24,
1101
1223
  color = 'currentColor',
1102
1224
  strokeWidth = 1
1103
- } = _ref35,
1104
- props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1225
+ } = _ref40,
1226
+ props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1105
1227
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1106
1228
  size: size,
1107
1229
  color: color
@@ -1117,13 +1239,13 @@ var ClockIcon = _ref35 => {
1117
1239
  points: "12 6 12 12 16 14"
1118
1240
  })));
1119
1241
  };
1120
- var CameraIcon = _ref36 => {
1242
+ var CameraIcon = _ref41 => {
1121
1243
  var {
1122
1244
  size = 24,
1123
1245
  color = 'currentColor',
1124
1246
  strokeWidth = 1
1125
- } = _ref36,
1126
- props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1247
+ } = _ref41,
1248
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1127
1249
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1128
1250
  size: size,
1129
1251
  color: color
@@ -1139,14 +1261,14 @@ var CameraIcon = _ref36 => {
1139
1261
  r: "4"
1140
1262
  })));
1141
1263
  };
1142
- var BluetoothIcon = _ref37 => {
1264
+ var BluetoothIcon = _ref42 => {
1143
1265
  var {
1144
1266
  size = 24,
1145
1267
  color = 'currentColor',
1146
1268
  filled = true,
1147
1269
  strokeWidth = 1
1148
- } = _ref37,
1149
- props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1270
+ } = _ref42,
1271
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1150
1272
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1151
1273
  size: size,
1152
1274
  color: color
@@ -1158,14 +1280,14 @@ var BluetoothIcon = _ref37 => {
1158
1280
  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"
1159
1281
  })));
1160
1282
  };
1161
- var LikeIcon = _ref38 => {
1283
+ var LikeIcon = _ref43 => {
1162
1284
  var {
1163
1285
  size = 24,
1164
1286
  color = 'currentColor',
1165
1287
  filled = true,
1166
1288
  strokeWidth = 1
1167
- } = _ref38,
1168
- props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1289
+ } = _ref43,
1290
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1169
1291
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1170
1292
  size: size,
1171
1293
  color: color
@@ -1177,14 +1299,14 @@ var LikeIcon = _ref38 => {
1177
1299
  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"
1178
1300
  })));
1179
1301
  };
1180
- var UnlockIcon = _ref39 => {
1302
+ var UnlockIcon = _ref44 => {
1181
1303
  var {
1182
1304
  size = 24,
1183
1305
  color = 'currentColor',
1184
1306
  filled = false,
1185
1307
  strokeWidth = 1
1186
- } = _ref39,
1187
- props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1308
+ } = _ref44,
1309
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1188
1310
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1189
1311
  size: size,
1190
1312
  color: color
@@ -1203,14 +1325,14 @@ var UnlockIcon = _ref39 => {
1203
1325
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1204
1326
  })));
1205
1327
  };
1206
- var WifiIcon = _ref40 => {
1328
+ var WifiIcon = _ref45 => {
1207
1329
  var {
1208
1330
  size = 24,
1209
1331
  color = 'currentColor',
1210
1332
  filled = false,
1211
1333
  strokeWidth = 1
1212
- } = _ref40,
1213
- props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1334
+ } = _ref45,
1335
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1214
1336
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1215
1337
  size: size,
1216
1338
  color: color
@@ -1222,14 +1344,14 @@ var WifiIcon = _ref40 => {
1222
1344
  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"
1223
1345
  })));
1224
1346
  };
1225
- var UploadIcon = _ref41 => {
1347
+ var UploadIcon = _ref46 => {
1226
1348
  var {
1227
1349
  size = 24,
1228
1350
  color = 'currentColor',
1229
1351
  filled = false,
1230
1352
  strokeWidth = 1
1231
- } = _ref41,
1232
- props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1353
+ } = _ref46,
1354
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1233
1355
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1234
1356
  size: size,
1235
1357
  color: color
@@ -1245,14 +1367,14 @@ var UploadIcon = _ref41 => {
1245
1367
  d: "M12 12l0 9"
1246
1368
  })));
1247
1369
  };
1248
- var SearchIcon = _ref42 => {
1370
+ var SearchIcon = _ref47 => {
1249
1371
  var {
1250
1372
  size = 24,
1251
1373
  color = 'currentColor',
1252
1374
  filled = true,
1253
1375
  strokeWidth = 1
1254
- } = _ref42,
1255
- props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1376
+ } = _ref47,
1377
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1256
1378
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1257
1379
  size: size,
1258
1380
  color: color
@@ -1264,14 +1386,14 @@ var SearchIcon = _ref42 => {
1264
1386
  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"
1265
1387
  })));
1266
1388
  };
1267
- var CloseEyeIcon = _ref43 => {
1389
+ var CloseEyeIcon = _ref48 => {
1268
1390
  var {
1269
1391
  size = 24,
1270
1392
  color = 'currentColor',
1271
1393
  filled = true,
1272
1394
  strokeWidth = 1
1273
- } = _ref43,
1274
- props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1395
+ } = _ref48,
1396
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1275
1397
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1276
1398
  size: size,
1277
1399
  color: color
@@ -1284,14 +1406,14 @@ var CloseEyeIcon = _ref43 => {
1284
1406
  fill: "currentColor"
1285
1407
  })));
1286
1408
  };
1287
- var ExternalLinkIcon = _ref44 => {
1409
+ var ExternalLinkIcon = _ref49 => {
1288
1410
  var {
1289
1411
  size = 24,
1290
1412
  color = 'currentColor',
1291
1413
  filled = true,
1292
1414
  strokeWidth = 1
1293
- } = _ref44,
1294
- props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1415
+ } = _ref49,
1416
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1295
1417
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1296
1418
  size: size,
1297
1419
  color: color
@@ -1303,14 +1425,14 @@ var ExternalLinkIcon = _ref44 => {
1303
1425
  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"
1304
1426
  })));
1305
1427
  };
1306
- var PlusIcon = _ref45 => {
1428
+ var PlusIcon = _ref50 => {
1307
1429
  var {
1308
1430
  size = 24,
1309
1431
  color = 'currentColor',
1310
1432
  filled = true,
1311
1433
  strokeWidth = 1
1312
- } = _ref45,
1313
- props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1434
+ } = _ref50,
1435
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1314
1436
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1315
1437
  size: size,
1316
1438
  color: color
@@ -1332,14 +1454,14 @@ var PlusIcon = _ref45 => {
1332
1454
  y2: "12"
1333
1455
  })));
1334
1456
  };
1335
- var TickIcon = _ref46 => {
1457
+ var TickIcon = _ref51 => {
1336
1458
  var {
1337
1459
  size = 24,
1338
1460
  color = 'currentColor',
1339
1461
  filled = true,
1340
1462
  strokeWidth = 1
1341
- } = _ref46,
1342
- props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1463
+ } = _ref51,
1464
+ props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1343
1465
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1344
1466
  size: size,
1345
1467
  color: color
@@ -1353,14 +1475,14 @@ var TickIcon = _ref46 => {
1353
1475
  strokeLinejoin: "round"
1354
1476
  })));
1355
1477
  };
1356
- var BoldArrowIcon = _ref47 => {
1478
+ var BoldArrowIcon = _ref52 => {
1357
1479
  var {
1358
1480
  size = 24,
1359
1481
  color = 'currentColor',
1360
1482
  filled = true,
1361
1483
  strokeWidth = 1
1362
- } = _ref47,
1363
- props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1484
+ } = _ref52,
1485
+ props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1364
1486
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1365
1487
  size: size,
1366
1488
  color: color
@@ -1372,14 +1494,14 @@ var BoldArrowIcon = _ref47 => {
1372
1494
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1373
1495
  })));
1374
1496
  };
1375
- var ArrowIcon = _ref48 => {
1497
+ var ArrowIcon = _ref53 => {
1376
1498
  var {
1377
1499
  size = 24,
1378
1500
  color = 'currentColor',
1379
1501
  filled = true,
1380
1502
  strokeWidth = 1
1381
- } = _ref48,
1382
- props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1503
+ } = _ref53,
1504
+ props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1383
1505
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1384
1506
  size: size,
1385
1507
  color: color
@@ -1397,14 +1519,14 @@ var ArrowIcon = _ref48 => {
1397
1519
  points: "6 12 12 6 18 12"
1398
1520
  })));
1399
1521
  };
1400
- var SpinnerIcon = _ref49 => {
1522
+ var SpinnerIcon = _ref54 => {
1401
1523
  var {
1402
1524
  size = 24,
1403
1525
  color = 'currentColor',
1404
1526
  filled = true,
1405
1527
  strokeWidth = 1
1406
- } = _ref49,
1407
- props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1528
+ } = _ref54,
1529
+ props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1408
1530
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1409
1531
  size: size,
1410
1532
  color: color
@@ -1422,13 +1544,13 @@ var SpinnerIcon = _ref49 => {
1422
1544
  strokeOpacity: "1"
1423
1545
  })));
1424
1546
  };
1425
- var CalendarIcon = _ref50 => {
1547
+ var CalendarIcon = _ref55 => {
1426
1548
  var {
1427
1549
  size = 24,
1428
1550
  color = 'currentColor',
1429
1551
  strokeWidth = 1
1430
- } = _ref50,
1431
- props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1552
+ } = _ref55,
1553
+ props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1432
1554
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1433
1555
  size: size,
1434
1556
  color: color
@@ -1468,6 +1590,11 @@ var Icon = {
1468
1590
  __proto__: null,
1469
1591
  ChevronIcon: ChevronIcon,
1470
1592
  CloseIcon: CloseIcon,
1593
+ InstagramIcon: InstagramIcon,
1594
+ TwitterIcon: TwitterIcon,
1595
+ YoutubeIcon: YoutubeIcon,
1596
+ LinkedinIcon: LinkedinIcon,
1597
+ ThreadsIcon: ThreadsIcon,
1471
1598
  MinusIcon: MinusIcon,
1472
1599
  InfoIcon: InfoIcon,
1473
1600
  HeartIcon: HeartIcon,
@@ -6765,34 +6892,44 @@ Modal.Footer = ModalFooter;
6765
6892
  Modal.Layout = ModalLayout;
6766
6893
 
6767
6894
  var defaultStyles = {};
6768
- // Initializes an empty 'defaultStyles' object that will be used as a fallback if no custom styles are provided.
6769
- var TableStylesContext = /*#__PURE__*/React__default.createContext(defaultStyles);
6770
- // Creates a new Context object for 'TableViewStyles' with the default value set to 'defaultStyles'. This allows the styles to be passed down through the component tree without having to pass props manually.
6771
- var TableStylesProvider = _ref => {
6895
+ // Create a context that includes both styles and the onClick function
6896
+ var TableContext = /*#__PURE__*/React__default.createContext({
6897
+ styles: defaultStyles,
6898
+ onRowClick: () => {}
6899
+ });
6900
+ var TableProvider = _ref => {
6772
6901
  var {
6773
6902
  children,
6774
- styles = defaultStyles
6903
+ styles = defaultStyles,
6904
+ onRowClick
6775
6905
  } = _ref;
6776
6906
  return (
6777
6907
  /*#__PURE__*/
6778
- // The 'styles' prop is optional and defaults to 'defaultStyles' if not provided. When used, 'styles' are propagated down the component hierarchy.
6779
- React__default.createElement(TableStylesContext.Provider, {
6780
- value: styles
6908
+ // Pass both styles and onClick to the context
6909
+ React__default.createElement(TableContext.Provider, {
6910
+ value: {
6911
+ styles,
6912
+ onRowClick
6913
+ }
6781
6914
  }, children)
6782
- // Exports a custom hook 'useTableStyles' that encapsulates the logic for consuming the 'TableStylesContext' and returns its value, which are the current style configurations.
6783
6915
  );
6784
6916
  };
6785
- var useTableStyles = () => React__default.useContext(TableStylesContext);
6917
+ // Custom hook to consume the context and get the styles and onClick handler
6918
+ var useTableContext = () => React__default.useContext(TableContext);
6786
6919
 
6787
6920
  var TableContainer = props => {
6788
- var styles = useTableStyles();
6921
+ var {
6922
+ styles
6923
+ } = useTableContext();
6789
6924
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
6790
6925
  as: "table",
6791
6926
  borderCollapse: "collapse"
6792
6927
  }, styles.table, props));
6793
6928
  };
6794
6929
  var TableHead = props => {
6795
- var styles = useTableStyles();
6930
+ var {
6931
+ styles
6932
+ } = useTableContext();
6796
6933
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
6797
6934
  as: "thead",
6798
6935
  borderBottom: "0.5px solid #ddd",
@@ -6801,7 +6938,9 @@ var TableHead = props => {
6801
6938
  }, styles.thead, props));
6802
6939
  };
6803
6940
  var TableHeadCell = props => {
6804
- var styles = useTableStyles();
6941
+ var {
6942
+ styles
6943
+ } = useTableContext();
6805
6944
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
6806
6945
  as: "th",
6807
6946
  padding: "14px",
@@ -6810,13 +6949,20 @@ var TableHeadCell = props => {
6810
6949
  }, styles.th, props));
6811
6950
  };
6812
6951
  var TableRow = props => {
6813
- var styles = useTableStyles();
6952
+ var {
6953
+ styles,
6954
+ onRowClick
6955
+ } = useTableContext();
6814
6956
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
6815
6957
  as: "tr"
6816
- }, styles.tr, props));
6958
+ }, styles.tr, {
6959
+ onClick: onRowClick
6960
+ }, props));
6817
6961
  };
6818
6962
  var TableCell = props => {
6819
- var styles = useTableStyles();
6963
+ var {
6964
+ styles
6965
+ } = useTableContext();
6820
6966
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
6821
6967
  as: "td",
6822
6968
  padding: "14px",
@@ -6825,19 +6971,25 @@ var TableCell = props => {
6825
6971
  }, styles.td, props));
6826
6972
  };
6827
6973
  var TableBody = props => {
6828
- var styles = useTableStyles();
6974
+ var {
6975
+ styles
6976
+ } = useTableContext();
6829
6977
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
6830
6978
  as: "tbody"
6831
6979
  }, styles.tbody, props));
6832
6980
  };
6833
6981
  var TableFooter = props => {
6834
- var styles = useTableStyles();
6982
+ var {
6983
+ styles
6984
+ } = useTableContext();
6835
6985
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
6836
6986
  as: "tfoot"
6837
6987
  }, styles.tfoot, props));
6838
6988
  };
6839
6989
  var TableCaption = props => {
6840
- var styles = useTableStyles();
6990
+ var {
6991
+ styles
6992
+ } = useTableContext();
6841
6993
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
6842
6994
  as: "caption",
6843
6995
  margin: '10px 0',
@@ -6868,10 +7020,12 @@ var TableView = _ref => {
6868
7020
  var Table = _ref => {
6869
7021
  var {
6870
7022
  children,
6871
- styles
7023
+ styles,
7024
+ onClick
6872
7025
  } = _ref;
6873
- return /*#__PURE__*/React__default.createElement(TableStylesProvider, {
6874
- styles: styles
7026
+ return /*#__PURE__*/React__default.createElement(TableProvider, {
7027
+ styles: styles,
7028
+ onRowClick: onClick
6875
7029
  }, children);
6876
7030
  };
6877
7031
  Table.Head = TableHead;
@@ -7222,9 +7376,11 @@ exports.Horizontal = Horizontal;
7222
7376
  exports.Icon = Icon;
7223
7377
  exports.InfoIcon = InfoIcon;
7224
7378
  exports.Inline = Inline;
7379
+ exports.InstagramIcon = InstagramIcon;
7225
7380
  exports.Left = Left;
7226
7381
  exports.LikeIcon = LikeIcon;
7227
7382
  exports.Link = Link;
7383
+ exports.LinkedinIcon = LinkedinIcon;
7228
7384
  exports.Loader = Loader;
7229
7385
  exports.LocationIcon = LocationIcon;
7230
7386
  exports.LockIcon = LockIcon;
@@ -7258,10 +7414,12 @@ exports.Tabs = Tabs;
7258
7414
  exports.Text = Text;
7259
7415
  exports.TextArea = TextArea;
7260
7416
  exports.TextField = TextField;
7417
+ exports.ThreadsIcon = ThreadsIcon;
7261
7418
  exports.TickIcon = TickIcon;
7262
7419
  exports.Toggle = Toggle;
7263
7420
  exports.ToggleGroup = ToggleGroup;
7264
7421
  exports.Top = Top;
7422
+ exports.TwitterIcon = TwitterIcon;
7265
7423
  exports.UnLikeIcon = UnLikeIcon;
7266
7424
  exports.UnlockIcon = UnlockIcon;
7267
7425
  exports.UploadIcon = UploadIcon;
@@ -7269,6 +7427,7 @@ exports.Vertical = Vertical;
7269
7427
  exports.View = View;
7270
7428
  exports.WarningIcon = WarningIcon;
7271
7429
  exports.WifiIcon = WifiIcon;
7430
+ exports.YoutubeIcon = YoutubeIcon;
7272
7431
  exports.hideMessage = hideMessage;
7273
7432
  exports.hideModal = hideModal;
7274
7433
  exports.showMessage = showMessage;