@app-studio/web 0.8.32 → 0.8.34
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/components/Icon/Icon.d.ts +0 -1
- package/dist/web.cjs.development.js +176 -200
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +177 -200
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +176 -200
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
package/dist/web.esm.js
CHANGED
|
@@ -229,14 +229,14 @@ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
|
|
|
229
229
|
_excluded17 = ["size", "color", "filled", "strokeWidth"],
|
|
230
230
|
_excluded18 = ["size", "color", "filled", "strokeWidth"],
|
|
231
231
|
_excluded19 = ["size", "color", "filled", "strokeWidth"],
|
|
232
|
-
_excluded20 = ["size", "color", "
|
|
233
|
-
_excluded21 = ["size", "color", "
|
|
234
|
-
_excluded22 = ["size", "color", "
|
|
235
|
-
_excluded23 = ["size", "color", "strokeWidth"],
|
|
236
|
-
_excluded24 = ["size", "color", "
|
|
237
|
-
_excluded25 = ["size", "color", "strokeWidth"],
|
|
238
|
-
_excluded26 = ["size", "color", "
|
|
239
|
-
_excluded27 = ["size", "color", "strokeWidth"],
|
|
232
|
+
_excluded20 = ["size", "color", "strokeWidth", "filled"],
|
|
233
|
+
_excluded21 = ["size", "color", "filled", "strokeWidth"],
|
|
234
|
+
_excluded22 = ["size", "color", "strokeWidth"],
|
|
235
|
+
_excluded23 = ["size", "color", "filled", "strokeWidth"],
|
|
236
|
+
_excluded24 = ["size", "color", "strokeWidth"],
|
|
237
|
+
_excluded25 = ["size", "color", "filled", "strokeWidth"],
|
|
238
|
+
_excluded26 = ["size", "color", "strokeWidth"],
|
|
239
|
+
_excluded27 = ["size", "color", "filled", "strokeWidth"],
|
|
240
240
|
_excluded28 = ["size", "color", "filled", "strokeWidth"],
|
|
241
241
|
_excluded29 = ["size", "color", "filled", "strokeWidth"],
|
|
242
242
|
_excluded30 = ["size", "color", "filled", "strokeWidth"],
|
|
@@ -248,9 +248,9 @@ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
|
|
|
248
248
|
_excluded36 = ["size", "color", "filled", "strokeWidth"],
|
|
249
249
|
_excluded37 = ["size", "color", "filled", "strokeWidth"],
|
|
250
250
|
_excluded38 = ["size", "color", "filled", "strokeWidth"],
|
|
251
|
-
_excluded39 = ["size", "color", "
|
|
251
|
+
_excluded39 = ["size", "color", "strokeWidth"],
|
|
252
252
|
_excluded40 = ["size", "color", "strokeWidth"],
|
|
253
|
-
_excluded41 = ["size", "color", "strokeWidth"],
|
|
253
|
+
_excluded41 = ["size", "color", "filled", "strokeWidth"],
|
|
254
254
|
_excluded42 = ["size", "color", "filled", "strokeWidth"],
|
|
255
255
|
_excluded43 = ["size", "color", "filled", "strokeWidth"],
|
|
256
256
|
_excluded44 = ["size", "color", "filled", "strokeWidth"],
|
|
@@ -263,8 +263,7 @@ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
|
|
|
263
263
|
_excluded51 = ["size", "color", "filled", "strokeWidth"],
|
|
264
264
|
_excluded52 = ["size", "color", "filled", "strokeWidth"],
|
|
265
265
|
_excluded53 = ["size", "color", "filled", "strokeWidth"],
|
|
266
|
-
_excluded54 = ["size", "color", "
|
|
267
|
-
_excluded55 = ["size", "color", "strokeWidth"];
|
|
266
|
+
_excluded54 = ["size", "color", "strokeWidth"];
|
|
268
267
|
// Default wrapper component for consistent sizing and styling
|
|
269
268
|
var IconWrapper = _ref => {
|
|
270
269
|
var {
|
|
@@ -354,9 +353,11 @@ var InstagramIcon = _ref4 => {
|
|
|
354
353
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
355
354
|
size: size,
|
|
356
355
|
color: color
|
|
357
|
-
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
358
|
-
viewBox: "0 0 24 24"
|
|
359
|
-
|
|
356
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
357
|
+
viewBox: "0 0 24 24",
|
|
358
|
+
"aria-hidden": "true",
|
|
359
|
+
focusable: "false"
|
|
360
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
|
|
360
361
|
x: "2",
|
|
361
362
|
y: "2",
|
|
362
363
|
width: "20",
|
|
@@ -372,7 +373,7 @@ var InstagramIcon = _ref4 => {
|
|
|
372
373
|
y2: "6.5"
|
|
373
374
|
})));
|
|
374
375
|
};
|
|
375
|
-
var
|
|
376
|
+
var YoutubeIcon = _ref5 => {
|
|
376
377
|
var {
|
|
377
378
|
size = 24,
|
|
378
379
|
color = 'currentColor',
|
|
@@ -383,77 +384,54 @@ var TwitterIcon = _ref5 => {
|
|
|
383
384
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
384
385
|
size: size,
|
|
385
386
|
color: color
|
|
386
|
-
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
387
|
-
|
|
388
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
389
|
-
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"
|
|
390
|
-
})));
|
|
391
|
-
};
|
|
392
|
-
var YoutubeIcon = _ref6 => {
|
|
393
|
-
var {
|
|
394
|
-
size = 24,
|
|
395
|
-
color = 'currentColor',
|
|
396
|
-
filled = false,
|
|
397
|
-
strokeWidth = 1
|
|
398
|
-
} = _ref6,
|
|
399
|
-
props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
|
|
400
|
-
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
401
|
-
size: size,
|
|
402
|
-
color: color
|
|
403
|
-
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
404
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
405
|
-
width: "24",
|
|
406
|
-
height: "24",
|
|
407
|
-
viewBox: "0 0 24 24",
|
|
408
|
-
fill: "none",
|
|
409
|
-
stroke: "white",
|
|
410
|
-
strokeWidth: "2",
|
|
411
|
-
strokeLinecap: "round",
|
|
412
|
-
strokeLinejoin: "round"
|
|
413
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
387
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
388
|
+
viewBox: "0 0 24 24"
|
|
389
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
|
|
414
390
|
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"
|
|
415
391
|
}), /*#__PURE__*/React.createElement("polygon", {
|
|
416
392
|
points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"
|
|
417
393
|
})));
|
|
418
394
|
};
|
|
419
|
-
var LinkedinIcon =
|
|
395
|
+
var LinkedinIcon = _ref6 => {
|
|
420
396
|
var {
|
|
421
397
|
size = 24,
|
|
422
398
|
color = 'currentColor',
|
|
423
|
-
filled =
|
|
399
|
+
filled = true,
|
|
424
400
|
strokeWidth = 1
|
|
425
|
-
} =
|
|
426
|
-
props = _objectWithoutPropertiesLoose(
|
|
401
|
+
} = _ref6,
|
|
402
|
+
props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
|
|
427
403
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
428
404
|
size: size,
|
|
429
405
|
color: color
|
|
430
|
-
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
431
|
-
|
|
432
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
433
|
-
d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2
|
|
406
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
407
|
+
viewBox: "0 0 24 24"
|
|
408
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
|
|
409
|
+
d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"
|
|
434
410
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
435
411
|
x: "2",
|
|
436
412
|
y: "9",
|
|
437
413
|
width: "4",
|
|
438
414
|
height: "12"
|
|
439
|
-
}),
|
|
415
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
440
416
|
cx: "4",
|
|
441
417
|
cy: "4",
|
|
442
418
|
r: "2"
|
|
443
419
|
})));
|
|
444
420
|
};
|
|
445
|
-
var ThreadsIcon =
|
|
421
|
+
var ThreadsIcon = _ref7 => {
|
|
446
422
|
var {
|
|
447
423
|
size = 24,
|
|
448
424
|
color = 'currentColor',
|
|
449
425
|
filled = false,
|
|
450
426
|
strokeWidth = 1
|
|
451
|
-
} =
|
|
452
|
-
props = _objectWithoutPropertiesLoose(
|
|
427
|
+
} = _ref7,
|
|
428
|
+
props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
|
|
453
429
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
454
430
|
size: size,
|
|
455
431
|
color: color
|
|
456
|
-
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
432
|
+
}, props), /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
433
|
+
viewBox: "0 0 24 24"
|
|
434
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
|
|
457
435
|
stroke: "none",
|
|
458
436
|
d: "M0 0h24v24H0z",
|
|
459
437
|
fill: "none"
|
|
@@ -462,15 +440,15 @@ var ThreadsIcon = _ref8 => {
|
|
|
462
440
|
})));
|
|
463
441
|
};
|
|
464
442
|
// Example Refactored Icon: MinusIcon without undefined 'padding' prop
|
|
465
|
-
var MinusIcon =
|
|
443
|
+
var MinusIcon = _ref8 => {
|
|
466
444
|
var {
|
|
467
445
|
size = 24,
|
|
468
446
|
color = 'currentColor',
|
|
469
447
|
filled = false,
|
|
470
448
|
// Assuming minus can be filled; adjust as needed
|
|
471
449
|
strokeWidth = 1
|
|
472
|
-
} =
|
|
473
|
-
props = _objectWithoutPropertiesLoose(
|
|
450
|
+
} = _ref8,
|
|
451
|
+
props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
|
|
474
452
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
475
453
|
size: size,
|
|
476
454
|
color: color
|
|
@@ -487,14 +465,14 @@ var MinusIcon = _ref9 => {
|
|
|
487
465
|
})));
|
|
488
466
|
};
|
|
489
467
|
// Example Refactored Icon: InfoIcon with accessibility enhancements
|
|
490
|
-
var InfoIcon =
|
|
468
|
+
var InfoIcon = _ref9 => {
|
|
491
469
|
var {
|
|
492
470
|
size = 24,
|
|
493
471
|
color = 'currentColor',
|
|
494
472
|
filled = false,
|
|
495
473
|
strokeWidth = 1
|
|
496
|
-
} =
|
|
497
|
-
props = _objectWithoutPropertiesLoose(
|
|
474
|
+
} = _ref9,
|
|
475
|
+
props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
|
|
498
476
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
499
477
|
size: size,
|
|
500
478
|
color: color
|
|
@@ -508,14 +486,14 @@ var InfoIcon = _ref10 => {
|
|
|
508
486
|
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"
|
|
509
487
|
})));
|
|
510
488
|
};
|
|
511
|
-
var HeartIcon =
|
|
489
|
+
var HeartIcon = _ref10 => {
|
|
512
490
|
var {
|
|
513
491
|
size = 24,
|
|
514
492
|
color = 'currentColor',
|
|
515
493
|
filled = true,
|
|
516
494
|
strokeWidth = 1
|
|
517
|
-
} =
|
|
518
|
-
props = _objectWithoutPropertiesLoose(
|
|
495
|
+
} = _ref10,
|
|
496
|
+
props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
|
|
519
497
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
520
498
|
size: size,
|
|
521
499
|
color: color
|
|
@@ -527,14 +505,14 @@ var HeartIcon = _ref11 => {
|
|
|
527
505
|
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"
|
|
528
506
|
})));
|
|
529
507
|
};
|
|
530
|
-
var StarIcon =
|
|
508
|
+
var StarIcon = _ref11 => {
|
|
531
509
|
var {
|
|
532
510
|
size = 24,
|
|
533
511
|
color = 'currentColor',
|
|
534
512
|
filled = true,
|
|
535
513
|
strokeWidth = 1
|
|
536
|
-
} =
|
|
537
|
-
props = _objectWithoutPropertiesLoose(
|
|
514
|
+
} = _ref11,
|
|
515
|
+
props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
|
|
538
516
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
539
517
|
size: size,
|
|
540
518
|
color: color
|
|
@@ -546,14 +524,14 @@ var StarIcon = _ref12 => {
|
|
|
546
524
|
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"
|
|
547
525
|
})));
|
|
548
526
|
};
|
|
549
|
-
var SaveIcon =
|
|
527
|
+
var SaveIcon = _ref12 => {
|
|
550
528
|
var {
|
|
551
529
|
size = 24,
|
|
552
530
|
color = 'currentColor',
|
|
553
531
|
filled = false,
|
|
554
532
|
strokeWidth = 1
|
|
555
|
-
} =
|
|
556
|
-
props = _objectWithoutPropertiesLoose(
|
|
533
|
+
} = _ref12,
|
|
534
|
+
props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
|
|
557
535
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
558
536
|
size: size,
|
|
559
537
|
color: color
|
|
@@ -569,14 +547,14 @@ var SaveIcon = _ref13 => {
|
|
|
569
547
|
points: "7 3 7 8 15 8"
|
|
570
548
|
})));
|
|
571
549
|
};
|
|
572
|
-
var WarningIcon =
|
|
550
|
+
var WarningIcon = _ref13 => {
|
|
573
551
|
var {
|
|
574
552
|
size = 24,
|
|
575
553
|
color = 'currentColor',
|
|
576
554
|
filled = false,
|
|
577
555
|
strokeWidth = 1
|
|
578
|
-
} =
|
|
579
|
-
props = _objectWithoutPropertiesLoose(
|
|
556
|
+
} = _ref13,
|
|
557
|
+
props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
|
|
580
558
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
581
559
|
size: size,
|
|
582
560
|
color: color
|
|
@@ -600,14 +578,14 @@ var WarningIcon = _ref14 => {
|
|
|
600
578
|
y2: "15"
|
|
601
579
|
})));
|
|
602
580
|
};
|
|
603
|
-
var BatteryIcon =
|
|
581
|
+
var BatteryIcon = _ref14 => {
|
|
604
582
|
var {
|
|
605
583
|
size = 24,
|
|
606
584
|
color = 'currentColor',
|
|
607
585
|
filled = true,
|
|
608
586
|
strokeWidth = 1
|
|
609
|
-
} =
|
|
610
|
-
props = _objectWithoutPropertiesLoose(
|
|
587
|
+
} = _ref14,
|
|
588
|
+
props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
|
|
611
589
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
612
590
|
size: size,
|
|
613
591
|
color: color
|
|
@@ -619,14 +597,14 @@ var BatteryIcon = _ref15 => {
|
|
|
619
597
|
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"
|
|
620
598
|
})));
|
|
621
599
|
};
|
|
622
|
-
var BookmarkIcon =
|
|
600
|
+
var BookmarkIcon = _ref15 => {
|
|
623
601
|
var {
|
|
624
602
|
size = 24,
|
|
625
603
|
color = 'currentColor',
|
|
626
604
|
filled = false,
|
|
627
605
|
strokeWidth = 1
|
|
628
|
-
} =
|
|
629
|
-
props = _objectWithoutPropertiesLoose(
|
|
606
|
+
} = _ref15,
|
|
607
|
+
props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
|
|
630
608
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
631
609
|
size: size,
|
|
632
610
|
color: color
|
|
@@ -638,14 +616,14 @@ var BookmarkIcon = _ref16 => {
|
|
|
638
616
|
d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
|
|
639
617
|
})));
|
|
640
618
|
};
|
|
641
|
-
var CloudIcon =
|
|
619
|
+
var CloudIcon = _ref16 => {
|
|
642
620
|
var {
|
|
643
621
|
size = 24,
|
|
644
622
|
color = 'currentColor',
|
|
645
623
|
filled = false,
|
|
646
624
|
strokeWidth = 1
|
|
647
|
-
} =
|
|
648
|
-
props = _objectWithoutPropertiesLoose(
|
|
625
|
+
} = _ref16,
|
|
626
|
+
props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
|
|
649
627
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
650
628
|
size: size,
|
|
651
629
|
color: color
|
|
@@ -657,14 +635,14 @@ var CloudIcon = _ref17 => {
|
|
|
657
635
|
d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
|
|
658
636
|
})));
|
|
659
637
|
};
|
|
660
|
-
var CopyIcon =
|
|
638
|
+
var CopyIcon = _ref17 => {
|
|
661
639
|
var {
|
|
662
640
|
size = 24,
|
|
663
641
|
color = 'currentColor',
|
|
664
642
|
filled = false,
|
|
665
643
|
strokeWidth = 1
|
|
666
|
-
} =
|
|
667
|
-
props = _objectWithoutPropertiesLoose(
|
|
644
|
+
} = _ref17,
|
|
645
|
+
props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
|
|
668
646
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
669
647
|
size: size,
|
|
670
648
|
color: color
|
|
@@ -683,14 +661,14 @@ var CopyIcon = _ref18 => {
|
|
|
683
661
|
d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
|
|
684
662
|
})));
|
|
685
663
|
};
|
|
686
|
-
var DustBinIcon =
|
|
664
|
+
var DustBinIcon = _ref18 => {
|
|
687
665
|
var {
|
|
688
666
|
size = 24,
|
|
689
667
|
color = 'currentColor',
|
|
690
668
|
filled = false,
|
|
691
669
|
strokeWidth = 1
|
|
692
|
-
} =
|
|
693
|
-
props = _objectWithoutPropertiesLoose(
|
|
670
|
+
} = _ref18,
|
|
671
|
+
props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
|
|
694
672
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
695
673
|
size: size,
|
|
696
674
|
color: color
|
|
@@ -702,14 +680,14 @@ var DustBinIcon = _ref19 => {
|
|
|
702
680
|
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
|
|
703
681
|
})));
|
|
704
682
|
};
|
|
705
|
-
var EditIcon =
|
|
683
|
+
var EditIcon = _ref19 => {
|
|
706
684
|
var {
|
|
707
685
|
size = 24,
|
|
708
686
|
color = 'currentColor',
|
|
709
687
|
filled = false,
|
|
710
688
|
strokeWidth = 1
|
|
711
|
-
} =
|
|
712
|
-
props = _objectWithoutPropertiesLoose(
|
|
689
|
+
} = _ref19,
|
|
690
|
+
props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
|
|
713
691
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
714
692
|
size: size,
|
|
715
693
|
color: color
|
|
@@ -721,14 +699,14 @@ var EditIcon = _ref20 => {
|
|
|
721
699
|
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"
|
|
722
700
|
})));
|
|
723
701
|
};
|
|
724
|
-
var ErrorIcon =
|
|
702
|
+
var ErrorIcon = _ref20 => {
|
|
725
703
|
var {
|
|
726
704
|
size = 24,
|
|
727
705
|
color = 'currentColor',
|
|
728
706
|
strokeWidth = 1,
|
|
729
707
|
filled = true
|
|
730
|
-
} =
|
|
731
|
-
props = _objectWithoutPropertiesLoose(
|
|
708
|
+
} = _ref20,
|
|
709
|
+
props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
|
|
732
710
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
733
711
|
size: size,
|
|
734
712
|
color: color
|
|
@@ -754,14 +732,14 @@ var ErrorIcon = _ref21 => {
|
|
|
754
732
|
stroke: filled ? 'white' : color
|
|
755
733
|
})));
|
|
756
734
|
};
|
|
757
|
-
var DownloadIcon =
|
|
735
|
+
var DownloadIcon = _ref21 => {
|
|
758
736
|
var {
|
|
759
737
|
size = 24,
|
|
760
738
|
color = 'currentColor',
|
|
761
739
|
filled = true,
|
|
762
740
|
strokeWidth = 1
|
|
763
|
-
} =
|
|
764
|
-
props = _objectWithoutPropertiesLoose(
|
|
741
|
+
} = _ref21,
|
|
742
|
+
props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
|
|
765
743
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
766
744
|
size: size,
|
|
767
745
|
color: color
|
|
@@ -773,13 +751,13 @@ var DownloadIcon = _ref22 => {
|
|
|
773
751
|
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
774
752
|
})));
|
|
775
753
|
};
|
|
776
|
-
var MenuIcon =
|
|
754
|
+
var MenuIcon = _ref22 => {
|
|
777
755
|
var {
|
|
778
756
|
size = 24,
|
|
779
757
|
color = 'currentColor',
|
|
780
758
|
strokeWidth = 1
|
|
781
|
-
} =
|
|
782
|
-
props = _objectWithoutPropertiesLoose(
|
|
759
|
+
} = _ref22,
|
|
760
|
+
props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
|
|
783
761
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
784
762
|
size: size,
|
|
785
763
|
color: color
|
|
@@ -807,14 +785,14 @@ var MenuIcon = _ref23 => {
|
|
|
807
785
|
y2: "18"
|
|
808
786
|
})));
|
|
809
787
|
};
|
|
810
|
-
var ShareIcon =
|
|
788
|
+
var ShareIcon = _ref23 => {
|
|
811
789
|
var {
|
|
812
790
|
size = 24,
|
|
813
791
|
color = 'currentColor',
|
|
814
792
|
filled = false,
|
|
815
793
|
strokeWidth = 1
|
|
816
|
-
} =
|
|
817
|
-
props = _objectWithoutPropertiesLoose(
|
|
794
|
+
} = _ref23,
|
|
795
|
+
props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
|
|
818
796
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
819
797
|
size: size,
|
|
820
798
|
color: color
|
|
@@ -848,13 +826,13 @@ var ShareIcon = _ref24 => {
|
|
|
848
826
|
y2: "10.49"
|
|
849
827
|
})));
|
|
850
828
|
};
|
|
851
|
-
var RefreshIcon =
|
|
829
|
+
var RefreshIcon = _ref24 => {
|
|
852
830
|
var {
|
|
853
831
|
size = 24,
|
|
854
832
|
color = 'currentColor',
|
|
855
833
|
strokeWidth = 1
|
|
856
|
-
} =
|
|
857
|
-
props = _objectWithoutPropertiesLoose(
|
|
834
|
+
} = _ref24,
|
|
835
|
+
props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
|
|
858
836
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
859
837
|
size: size,
|
|
860
838
|
color: color
|
|
@@ -868,14 +846,14 @@ var RefreshIcon = _ref25 => {
|
|
|
868
846
|
d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
|
|
869
847
|
})));
|
|
870
848
|
};
|
|
871
|
-
var PrintIcon =
|
|
849
|
+
var PrintIcon = _ref25 => {
|
|
872
850
|
var {
|
|
873
851
|
size = 24,
|
|
874
852
|
color = 'currentColor',
|
|
875
853
|
filled = true,
|
|
876
854
|
strokeWidth = 1
|
|
877
|
-
} =
|
|
878
|
-
props = _objectWithoutPropertiesLoose(
|
|
855
|
+
} = _ref25,
|
|
856
|
+
props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
|
|
879
857
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
880
858
|
size: size,
|
|
881
859
|
color: color
|
|
@@ -888,13 +866,13 @@ var PrintIcon = _ref26 => {
|
|
|
888
866
|
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"
|
|
889
867
|
})));
|
|
890
868
|
};
|
|
891
|
-
var PanelIcon =
|
|
869
|
+
var PanelIcon = _ref26 => {
|
|
892
870
|
var {
|
|
893
871
|
size = 24,
|
|
894
872
|
color = 'currentColor',
|
|
895
873
|
strokeWidth = 1
|
|
896
|
-
} =
|
|
897
|
-
props = _objectWithoutPropertiesLoose(
|
|
874
|
+
} = _ref26,
|
|
875
|
+
props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
|
|
898
876
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
899
877
|
size: size,
|
|
900
878
|
color: color
|
|
@@ -958,14 +936,14 @@ var PanelIcon = _ref27 => {
|
|
|
958
936
|
y2: "16"
|
|
959
937
|
})));
|
|
960
938
|
};
|
|
961
|
-
var FilterIcon =
|
|
939
|
+
var FilterIcon = _ref27 => {
|
|
962
940
|
var {
|
|
963
941
|
size = 24,
|
|
964
942
|
color = 'currentColor',
|
|
965
943
|
filled = false,
|
|
966
944
|
strokeWidth = 1
|
|
967
|
-
} =
|
|
968
|
-
props = _objectWithoutPropertiesLoose(
|
|
945
|
+
} = _ref27,
|
|
946
|
+
props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
|
|
969
947
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
970
948
|
size: size,
|
|
971
949
|
color: color
|
|
@@ -977,14 +955,14 @@ var FilterIcon = _ref28 => {
|
|
|
977
955
|
d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
|
|
978
956
|
})));
|
|
979
957
|
};
|
|
980
|
-
var HomeIcon =
|
|
958
|
+
var HomeIcon = _ref28 => {
|
|
981
959
|
var {
|
|
982
960
|
size = 24,
|
|
983
961
|
color = 'currentColor',
|
|
984
962
|
filled = true,
|
|
985
963
|
strokeWidth = 1
|
|
986
|
-
} =
|
|
987
|
-
props = _objectWithoutPropertiesLoose(
|
|
964
|
+
} = _ref28,
|
|
965
|
+
props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
|
|
988
966
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
989
967
|
size: size,
|
|
990
968
|
color: color
|
|
@@ -996,14 +974,14 @@ var HomeIcon = _ref29 => {
|
|
|
996
974
|
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
997
975
|
})));
|
|
998
976
|
};
|
|
999
|
-
var LocationIcon =
|
|
977
|
+
var LocationIcon = _ref29 => {
|
|
1000
978
|
var {
|
|
1001
979
|
size = 24,
|
|
1002
980
|
color = 'currentColor',
|
|
1003
981
|
filled = true,
|
|
1004
982
|
strokeWidth = 1
|
|
1005
|
-
} =
|
|
1006
|
-
props = _objectWithoutPropertiesLoose(
|
|
983
|
+
} = _ref29,
|
|
984
|
+
props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
|
|
1007
985
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1008
986
|
size: size,
|
|
1009
987
|
color: color
|
|
@@ -1015,14 +993,14 @@ var LocationIcon = _ref30 => {
|
|
|
1015
993
|
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"
|
|
1016
994
|
})));
|
|
1017
995
|
};
|
|
1018
|
-
var LockIcon =
|
|
996
|
+
var LockIcon = _ref30 => {
|
|
1019
997
|
var {
|
|
1020
998
|
size = 24,
|
|
1021
999
|
color = 'currentColor',
|
|
1022
1000
|
filled = false,
|
|
1023
1001
|
strokeWidth = 1
|
|
1024
|
-
} =
|
|
1025
|
-
props = _objectWithoutPropertiesLoose(
|
|
1002
|
+
} = _ref30,
|
|
1003
|
+
props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
|
|
1026
1004
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1027
1005
|
size: size,
|
|
1028
1006
|
color: color
|
|
@@ -1041,14 +1019,14 @@ var LockIcon = _ref31 => {
|
|
|
1041
1019
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
1042
1020
|
})));
|
|
1043
1021
|
};
|
|
1044
|
-
var MicrophoneIcon =
|
|
1022
|
+
var MicrophoneIcon = _ref31 => {
|
|
1045
1023
|
var {
|
|
1046
1024
|
size = 24,
|
|
1047
1025
|
color = 'currentColor',
|
|
1048
1026
|
filled = false,
|
|
1049
1027
|
strokeWidth = 1
|
|
1050
|
-
} =
|
|
1051
|
-
props = _objectWithoutPropertiesLoose(
|
|
1028
|
+
} = _ref31,
|
|
1029
|
+
props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
|
|
1052
1030
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1053
1031
|
size: size,
|
|
1054
1032
|
color: color
|
|
@@ -1074,14 +1052,14 @@ var MicrophoneIcon = _ref32 => {
|
|
|
1074
1052
|
y2: "23"
|
|
1075
1053
|
})));
|
|
1076
1054
|
};
|
|
1077
|
-
var MoonIcon =
|
|
1055
|
+
var MoonIcon = _ref32 => {
|
|
1078
1056
|
var {
|
|
1079
1057
|
size = 24,
|
|
1080
1058
|
color = 'currentColor',
|
|
1081
1059
|
filled = true,
|
|
1082
1060
|
strokeWidth = 1
|
|
1083
|
-
} =
|
|
1084
|
-
props = _objectWithoutPropertiesLoose(
|
|
1061
|
+
} = _ref32,
|
|
1062
|
+
props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
|
|
1085
1063
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1086
1064
|
size: size,
|
|
1087
1065
|
color: color
|
|
@@ -1093,14 +1071,14 @@ var MoonIcon = _ref33 => {
|
|
|
1093
1071
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1094
1072
|
})));
|
|
1095
1073
|
};
|
|
1096
|
-
var NotificationIcon =
|
|
1074
|
+
var NotificationIcon = _ref33 => {
|
|
1097
1075
|
var {
|
|
1098
1076
|
size = 24,
|
|
1099
1077
|
color = 'currentColor',
|
|
1100
1078
|
filled = false,
|
|
1101
1079
|
strokeWidth = 1
|
|
1102
|
-
} =
|
|
1103
|
-
props = _objectWithoutPropertiesLoose(
|
|
1080
|
+
} = _ref33,
|
|
1081
|
+
props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
|
|
1104
1082
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1105
1083
|
size: size,
|
|
1106
1084
|
color: color
|
|
@@ -1114,14 +1092,14 @@ var NotificationIcon = _ref34 => {
|
|
|
1114
1092
|
d: "M13.73 21a2 2 0 0 1-3.46 0"
|
|
1115
1093
|
})));
|
|
1116
1094
|
};
|
|
1117
|
-
var OpenEyeIcon =
|
|
1095
|
+
var OpenEyeIcon = _ref34 => {
|
|
1118
1096
|
var {
|
|
1119
1097
|
size = 24,
|
|
1120
1098
|
color = 'currentColor',
|
|
1121
1099
|
filled = true,
|
|
1122
1100
|
strokeWidth = 1
|
|
1123
|
-
} =
|
|
1124
|
-
props = _objectWithoutPropertiesLoose(
|
|
1101
|
+
} = _ref34,
|
|
1102
|
+
props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
|
|
1125
1103
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1126
1104
|
size: size,
|
|
1127
1105
|
color: color
|
|
@@ -1133,14 +1111,14 @@ var OpenEyeIcon = _ref35 => {
|
|
|
1133
1111
|
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"
|
|
1134
1112
|
})));
|
|
1135
1113
|
};
|
|
1136
|
-
var ProfileIcon =
|
|
1114
|
+
var ProfileIcon = _ref35 => {
|
|
1137
1115
|
var {
|
|
1138
1116
|
size = 24,
|
|
1139
1117
|
color = 'currentColor',
|
|
1140
1118
|
filled = true,
|
|
1141
1119
|
strokeWidth = 1
|
|
1142
|
-
} =
|
|
1143
|
-
props = _objectWithoutPropertiesLoose(
|
|
1120
|
+
} = _ref35,
|
|
1121
|
+
props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
|
|
1144
1122
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1145
1123
|
size: size,
|
|
1146
1124
|
color: color
|
|
@@ -1153,14 +1131,14 @@ var ProfileIcon = _ref36 => {
|
|
|
1153
1131
|
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"
|
|
1154
1132
|
}), ' '));
|
|
1155
1133
|
};
|
|
1156
|
-
var SettingsIcon =
|
|
1134
|
+
var SettingsIcon = _ref36 => {
|
|
1157
1135
|
var {
|
|
1158
1136
|
size = 24,
|
|
1159
1137
|
color = 'currentColor',
|
|
1160
1138
|
filled = false,
|
|
1161
1139
|
strokeWidth = 1
|
|
1162
|
-
} =
|
|
1163
|
-
props = _objectWithoutPropertiesLoose(
|
|
1140
|
+
} = _ref36,
|
|
1141
|
+
props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
|
|
1164
1142
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1165
1143
|
size: size,
|
|
1166
1144
|
color: color
|
|
@@ -1172,14 +1150,14 @@ var SettingsIcon = _ref37 => {
|
|
|
1172
1150
|
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"
|
|
1173
1151
|
})));
|
|
1174
1152
|
};
|
|
1175
|
-
var SuccessIcon =
|
|
1153
|
+
var SuccessIcon = _ref37 => {
|
|
1176
1154
|
var {
|
|
1177
1155
|
size = 24,
|
|
1178
1156
|
color = 'currentColor',
|
|
1179
1157
|
filled = true,
|
|
1180
1158
|
strokeWidth = 1
|
|
1181
|
-
} =
|
|
1182
|
-
props = _objectWithoutPropertiesLoose(
|
|
1159
|
+
} = _ref37,
|
|
1160
|
+
props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
|
|
1183
1161
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1184
1162
|
size: size,
|
|
1185
1163
|
color: color
|
|
@@ -1191,14 +1169,14 @@ var SuccessIcon = _ref38 => {
|
|
|
1191
1169
|
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"
|
|
1192
1170
|
})));
|
|
1193
1171
|
};
|
|
1194
|
-
var UnLikeIcon =
|
|
1172
|
+
var UnLikeIcon = _ref38 => {
|
|
1195
1173
|
var {
|
|
1196
1174
|
size = 24,
|
|
1197
1175
|
color = 'currentColor',
|
|
1198
1176
|
filled = true,
|
|
1199
1177
|
strokeWidth = 1
|
|
1200
|
-
} =
|
|
1201
|
-
props = _objectWithoutPropertiesLoose(
|
|
1178
|
+
} = _ref38,
|
|
1179
|
+
props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
|
|
1202
1180
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1203
1181
|
size: size,
|
|
1204
1182
|
color: color
|
|
@@ -1210,13 +1188,13 @@ var UnLikeIcon = _ref39 => {
|
|
|
1210
1188
|
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"
|
|
1211
1189
|
})));
|
|
1212
1190
|
};
|
|
1213
|
-
var ClockIcon =
|
|
1191
|
+
var ClockIcon = _ref39 => {
|
|
1214
1192
|
var {
|
|
1215
1193
|
size = 24,
|
|
1216
1194
|
color = 'currentColor',
|
|
1217
1195
|
strokeWidth = 1
|
|
1218
|
-
} =
|
|
1219
|
-
props = _objectWithoutPropertiesLoose(
|
|
1196
|
+
} = _ref39,
|
|
1197
|
+
props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
|
|
1220
1198
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1221
1199
|
size: size,
|
|
1222
1200
|
color: color
|
|
@@ -1232,13 +1210,13 @@ var ClockIcon = _ref40 => {
|
|
|
1232
1210
|
points: "12 6 12 12 16 14"
|
|
1233
1211
|
})));
|
|
1234
1212
|
};
|
|
1235
|
-
var CameraIcon =
|
|
1213
|
+
var CameraIcon = _ref40 => {
|
|
1236
1214
|
var {
|
|
1237
1215
|
size = 24,
|
|
1238
1216
|
color = 'currentColor',
|
|
1239
1217
|
strokeWidth = 1
|
|
1240
|
-
} =
|
|
1241
|
-
props = _objectWithoutPropertiesLoose(
|
|
1218
|
+
} = _ref40,
|
|
1219
|
+
props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
|
|
1242
1220
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1243
1221
|
size: size,
|
|
1244
1222
|
color: color
|
|
@@ -1254,14 +1232,14 @@ var CameraIcon = _ref41 => {
|
|
|
1254
1232
|
r: "4"
|
|
1255
1233
|
})));
|
|
1256
1234
|
};
|
|
1257
|
-
var BluetoothIcon =
|
|
1235
|
+
var BluetoothIcon = _ref41 => {
|
|
1258
1236
|
var {
|
|
1259
1237
|
size = 24,
|
|
1260
1238
|
color = 'currentColor',
|
|
1261
1239
|
filled = true,
|
|
1262
1240
|
strokeWidth = 1
|
|
1263
|
-
} =
|
|
1264
|
-
props = _objectWithoutPropertiesLoose(
|
|
1241
|
+
} = _ref41,
|
|
1242
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
|
|
1265
1243
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1266
1244
|
size: size,
|
|
1267
1245
|
color: color
|
|
@@ -1273,14 +1251,14 @@ var BluetoothIcon = _ref42 => {
|
|
|
1273
1251
|
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"
|
|
1274
1252
|
})));
|
|
1275
1253
|
};
|
|
1276
|
-
var LikeIcon =
|
|
1254
|
+
var LikeIcon = _ref42 => {
|
|
1277
1255
|
var {
|
|
1278
1256
|
size = 24,
|
|
1279
1257
|
color = 'currentColor',
|
|
1280
1258
|
filled = true,
|
|
1281
1259
|
strokeWidth = 1
|
|
1282
|
-
} =
|
|
1283
|
-
props = _objectWithoutPropertiesLoose(
|
|
1260
|
+
} = _ref42,
|
|
1261
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
|
|
1284
1262
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1285
1263
|
size: size,
|
|
1286
1264
|
color: color
|
|
@@ -1292,14 +1270,14 @@ var LikeIcon = _ref43 => {
|
|
|
1292
1270
|
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"
|
|
1293
1271
|
})));
|
|
1294
1272
|
};
|
|
1295
|
-
var UnlockIcon =
|
|
1273
|
+
var UnlockIcon = _ref43 => {
|
|
1296
1274
|
var {
|
|
1297
1275
|
size = 24,
|
|
1298
1276
|
color = 'currentColor',
|
|
1299
1277
|
filled = false,
|
|
1300
1278
|
strokeWidth = 1
|
|
1301
|
-
} =
|
|
1302
|
-
props = _objectWithoutPropertiesLoose(
|
|
1279
|
+
} = _ref43,
|
|
1280
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
|
|
1303
1281
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1304
1282
|
size: size,
|
|
1305
1283
|
color: color
|
|
@@ -1318,14 +1296,14 @@ var UnlockIcon = _ref44 => {
|
|
|
1318
1296
|
d: "M7 11V7a5 5 0 0 1 9.9-1"
|
|
1319
1297
|
})));
|
|
1320
1298
|
};
|
|
1321
|
-
var WifiIcon =
|
|
1299
|
+
var WifiIcon = _ref44 => {
|
|
1322
1300
|
var {
|
|
1323
1301
|
size = 24,
|
|
1324
1302
|
color = 'currentColor',
|
|
1325
1303
|
filled = false,
|
|
1326
1304
|
strokeWidth = 1
|
|
1327
|
-
} =
|
|
1328
|
-
props = _objectWithoutPropertiesLoose(
|
|
1305
|
+
} = _ref44,
|
|
1306
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
|
|
1329
1307
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1330
1308
|
size: size,
|
|
1331
1309
|
color: color
|
|
@@ -1337,14 +1315,14 @@ var WifiIcon = _ref45 => {
|
|
|
1337
1315
|
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"
|
|
1338
1316
|
})));
|
|
1339
1317
|
};
|
|
1340
|
-
var UploadIcon =
|
|
1318
|
+
var UploadIcon = _ref45 => {
|
|
1341
1319
|
var {
|
|
1342
1320
|
size = 24,
|
|
1343
1321
|
color = 'currentColor',
|
|
1344
1322
|
filled = false,
|
|
1345
1323
|
strokeWidth = 1
|
|
1346
|
-
} =
|
|
1347
|
-
props = _objectWithoutPropertiesLoose(
|
|
1324
|
+
} = _ref45,
|
|
1325
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
|
|
1348
1326
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1349
1327
|
size: size,
|
|
1350
1328
|
color: color
|
|
@@ -1360,14 +1338,14 @@ var UploadIcon = _ref46 => {
|
|
|
1360
1338
|
d: "M12 12l0 9"
|
|
1361
1339
|
})));
|
|
1362
1340
|
};
|
|
1363
|
-
var SearchIcon =
|
|
1341
|
+
var SearchIcon = _ref46 => {
|
|
1364
1342
|
var {
|
|
1365
1343
|
size = 24,
|
|
1366
1344
|
color = 'currentColor',
|
|
1367
1345
|
filled = true,
|
|
1368
1346
|
strokeWidth = 1
|
|
1369
|
-
} =
|
|
1370
|
-
props = _objectWithoutPropertiesLoose(
|
|
1347
|
+
} = _ref46,
|
|
1348
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
|
|
1371
1349
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1372
1350
|
size: size,
|
|
1373
1351
|
color: color
|
|
@@ -1379,14 +1357,14 @@ var SearchIcon = _ref47 => {
|
|
|
1379
1357
|
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"
|
|
1380
1358
|
})));
|
|
1381
1359
|
};
|
|
1382
|
-
var CloseEyeIcon =
|
|
1360
|
+
var CloseEyeIcon = _ref47 => {
|
|
1383
1361
|
var {
|
|
1384
1362
|
size = 24,
|
|
1385
1363
|
color = 'currentColor',
|
|
1386
1364
|
filled = true,
|
|
1387
1365
|
strokeWidth = 1
|
|
1388
|
-
} =
|
|
1389
|
-
props = _objectWithoutPropertiesLoose(
|
|
1366
|
+
} = _ref47,
|
|
1367
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
|
|
1390
1368
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1391
1369
|
size: size,
|
|
1392
1370
|
color: color
|
|
@@ -1399,14 +1377,14 @@ var CloseEyeIcon = _ref48 => {
|
|
|
1399
1377
|
fill: "currentColor"
|
|
1400
1378
|
})));
|
|
1401
1379
|
};
|
|
1402
|
-
var ExternalLinkIcon =
|
|
1380
|
+
var ExternalLinkIcon = _ref48 => {
|
|
1403
1381
|
var {
|
|
1404
1382
|
size = 24,
|
|
1405
1383
|
color = 'currentColor',
|
|
1406
1384
|
filled = true,
|
|
1407
1385
|
strokeWidth = 1
|
|
1408
|
-
} =
|
|
1409
|
-
props = _objectWithoutPropertiesLoose(
|
|
1386
|
+
} = _ref48,
|
|
1387
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
|
|
1410
1388
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1411
1389
|
size: size,
|
|
1412
1390
|
color: color
|
|
@@ -1418,14 +1396,14 @@ var ExternalLinkIcon = _ref49 => {
|
|
|
1418
1396
|
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"
|
|
1419
1397
|
})));
|
|
1420
1398
|
};
|
|
1421
|
-
var PlusIcon =
|
|
1399
|
+
var PlusIcon = _ref49 => {
|
|
1422
1400
|
var {
|
|
1423
1401
|
size = 24,
|
|
1424
1402
|
color = 'currentColor',
|
|
1425
1403
|
filled = true,
|
|
1426
1404
|
strokeWidth = 1
|
|
1427
|
-
} =
|
|
1428
|
-
props = _objectWithoutPropertiesLoose(
|
|
1405
|
+
} = _ref49,
|
|
1406
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
|
|
1429
1407
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1430
1408
|
size: size,
|
|
1431
1409
|
color: color
|
|
@@ -1447,14 +1425,14 @@ var PlusIcon = _ref50 => {
|
|
|
1447
1425
|
y2: "12"
|
|
1448
1426
|
})));
|
|
1449
1427
|
};
|
|
1450
|
-
var TickIcon =
|
|
1428
|
+
var TickIcon = _ref50 => {
|
|
1451
1429
|
var {
|
|
1452
1430
|
size = 24,
|
|
1453
1431
|
color = 'currentColor',
|
|
1454
1432
|
filled = true,
|
|
1455
1433
|
strokeWidth = 1
|
|
1456
|
-
} =
|
|
1457
|
-
props = _objectWithoutPropertiesLoose(
|
|
1434
|
+
} = _ref50,
|
|
1435
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
|
|
1458
1436
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1459
1437
|
size: size,
|
|
1460
1438
|
color: color
|
|
@@ -1468,14 +1446,14 @@ var TickIcon = _ref51 => {
|
|
|
1468
1446
|
strokeLinejoin: "round"
|
|
1469
1447
|
})));
|
|
1470
1448
|
};
|
|
1471
|
-
var BoldArrowIcon =
|
|
1449
|
+
var BoldArrowIcon = _ref51 => {
|
|
1472
1450
|
var {
|
|
1473
1451
|
size = 24,
|
|
1474
1452
|
color = 'currentColor',
|
|
1475
1453
|
filled = true,
|
|
1476
1454
|
strokeWidth = 1
|
|
1477
|
-
} =
|
|
1478
|
-
props = _objectWithoutPropertiesLoose(
|
|
1455
|
+
} = _ref51,
|
|
1456
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
|
|
1479
1457
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1480
1458
|
size: size,
|
|
1481
1459
|
color: color
|
|
@@ -1487,14 +1465,14 @@ var BoldArrowIcon = _ref52 => {
|
|
|
1487
1465
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
1488
1466
|
})));
|
|
1489
1467
|
};
|
|
1490
|
-
var ArrowIcon =
|
|
1468
|
+
var ArrowIcon = _ref52 => {
|
|
1491
1469
|
var {
|
|
1492
1470
|
size = 24,
|
|
1493
1471
|
color = 'currentColor',
|
|
1494
1472
|
filled = true,
|
|
1495
1473
|
strokeWidth = 1
|
|
1496
|
-
} =
|
|
1497
|
-
props = _objectWithoutPropertiesLoose(
|
|
1474
|
+
} = _ref52,
|
|
1475
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
|
|
1498
1476
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1499
1477
|
size: size,
|
|
1500
1478
|
color: color
|
|
@@ -1512,14 +1490,14 @@ var ArrowIcon = _ref53 => {
|
|
|
1512
1490
|
points: "6 12 12 6 18 12"
|
|
1513
1491
|
})));
|
|
1514
1492
|
};
|
|
1515
|
-
var SpinnerIcon =
|
|
1493
|
+
var SpinnerIcon = _ref53 => {
|
|
1516
1494
|
var {
|
|
1517
1495
|
size = 24,
|
|
1518
1496
|
color = 'currentColor',
|
|
1519
1497
|
filled = true,
|
|
1520
1498
|
strokeWidth = 1
|
|
1521
|
-
} =
|
|
1522
|
-
props = _objectWithoutPropertiesLoose(
|
|
1499
|
+
} = _ref53,
|
|
1500
|
+
props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
|
|
1523
1501
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1524
1502
|
size: size,
|
|
1525
1503
|
color: color
|
|
@@ -1537,13 +1515,13 @@ var SpinnerIcon = _ref54 => {
|
|
|
1537
1515
|
strokeOpacity: "1"
|
|
1538
1516
|
})));
|
|
1539
1517
|
};
|
|
1540
|
-
var CalendarIcon =
|
|
1518
|
+
var CalendarIcon = _ref54 => {
|
|
1541
1519
|
var {
|
|
1542
1520
|
size = 24,
|
|
1543
1521
|
color = 'currentColor',
|
|
1544
1522
|
strokeWidth = 1
|
|
1545
|
-
} =
|
|
1546
|
-
props = _objectWithoutPropertiesLoose(
|
|
1523
|
+
} = _ref54,
|
|
1524
|
+
props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
|
|
1547
1525
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1548
1526
|
size: size,
|
|
1549
1527
|
color: color
|
|
@@ -1584,7 +1562,6 @@ var Icon = {
|
|
|
1584
1562
|
ChevronIcon: ChevronIcon,
|
|
1585
1563
|
CloseIcon: CloseIcon,
|
|
1586
1564
|
InstagramIcon: InstagramIcon,
|
|
1587
|
-
TwitterIcon: TwitterIcon,
|
|
1588
1565
|
YoutubeIcon: YoutubeIcon,
|
|
1589
1566
|
LinkedinIcon: LinkedinIcon,
|
|
1590
1567
|
ThreadsIcon: ThreadsIcon,
|
|
@@ -7321,5 +7298,5 @@ var ToggleGroupComponent = _ref => {
|
|
|
7321
7298
|
// Expose the ToggleGroupComponent for import into other modules
|
|
7322
7299
|
var ToggleGroup = ToggleGroupComponent;
|
|
7323
7300
|
|
|
7324
|
-
export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, 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, 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,
|
|
7301
|
+
export { Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, 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, 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, UnLikeIcon, UnlockIcon, UploadIcon, Vertical, View, WarningIcon, WifiIcon, YoutubeIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
|
|
7325
7302
|
//# sourceMappingURL=web.esm.js.map
|