am-shared-assets 1.1.4 → 1.1.6

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.
Files changed (49) hide show
  1. package/dist/essetionalIcons.d.ts +0 -4
  2. package/dist/essetionalIcons.js +463 -33
  3. package/dist/icons/components/arrow/arrow-up/ArrowUpLinear.d.ts +5 -0
  4. package/dist/icons/components/arrow/index.d.ts +2 -0
  5. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBoldIcon.d.ts +5 -0
  6. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBrokenIcon.d.ts +5 -0
  7. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBulkIcon.d.ts +5 -0
  8. package/dist/icons/components/essetional/battery-empty/BatteryEmptyLinearIcon.d.ts +5 -0
  9. package/dist/icons/components/essetional/battery-empty/BatteryEmptyOutlineIcon.d.ts +5 -0
  10. package/dist/icons/components/essetional/battery-empty/BatteryEmptyTwotoneIcon.d.ts +5 -0
  11. package/dist/icons/components/essetional/battery-low/BatteryLowBoldIcon.d.ts +5 -0
  12. package/dist/icons/components/essetional/battery-low/BatteryLowBrokenIcon.d.ts +5 -0
  13. package/dist/icons/components/essetional/battery-low/BatteryLowBulkIcon.d.ts +5 -0
  14. package/dist/icons/components/essetional/battery-low/BatteryLowLinearIcon.d.ts +5 -0
  15. package/dist/icons/components/essetional/battery-low/BatteryLowOutlineIcon.d.ts +5 -0
  16. package/dist/icons/components/essetional/battery-low/BatteryLowTwotoneIcon.d.ts +5 -0
  17. package/dist/icons/components/essetional/index.d.ts +25 -68
  18. package/dist/icons/components/money/index.d.ts +7 -0
  19. package/dist/icons/components/money/walletThird/WalletThirdBoldIcon.d.ts +5 -0
  20. package/dist/icons/components/money/walletThird/WalletThirdBrokenIcon.d.ts +5 -0
  21. package/dist/icons/components/money/walletThird/WalletThirdBulkIcon.d.ts +5 -0
  22. package/dist/icons/components/money/walletThird/WalletThirdLinearIcon.d.ts +5 -0
  23. package/dist/icons/components/money/walletThird/WalletThirdOutlineIcon.d.ts +5 -0
  24. package/dist/icons/components/money/walletThird/WalletThirdTwotoneIcon.d.ts +5 -0
  25. package/dist/icons/components/users/index.d.ts +7 -0
  26. package/dist/icons/components/users/profile/ProfileBoldIcon.d.ts +5 -0
  27. package/dist/icons/components/users/profile/ProfileBrokenIcon.d.ts +5 -0
  28. package/dist/icons/components/users/profile/ProfileBulkIcon.d.ts +5 -0
  29. package/dist/icons/components/users/profile/ProfileLinearIcon.d.ts +5 -0
  30. package/dist/icons/components/users/profile/ProfileOutlineIcon.d.ts +5 -0
  31. package/dist/icons/components/users/profile/ProfileTwotoneIcon.d.ts +5 -0
  32. package/dist/moneyIcons.d.ts +2 -0
  33. package/dist/moneyIcons.js +310 -0
  34. package/dist/styles.css +1 -1
  35. package/dist/usersIcons.d.ts +2 -0
  36. package/dist/usersIcons.js +204 -0
  37. package/package.json +9 -1
  38. /package/dist/icons/components/essetional/{NotificationBoldIcon.d.ts → notification/NotificationBoldIcon.d.ts} +0 -0
  39. /package/dist/icons/components/essetional/{NotificationBrokenIcon.d.ts → notification/NotificationBrokenIcon.d.ts} +0 -0
  40. /package/dist/icons/components/essetional/{NotificationBulkIcon.d.ts → notification/NotificationBulkIcon.d.ts} +0 -0
  41. /package/dist/icons/components/essetional/{NotificationLinearIcon.d.ts → notification/NotificationLinearIcon.d.ts} +0 -0
  42. /package/dist/icons/components/essetional/{NotificationOutlineIcon.d.ts → notification/NotificationOutlineIcon.d.ts} +0 -0
  43. /package/dist/icons/components/essetional/{NotificationTwotoneIcon.d.ts → notification/NotificationTwotoneIcon.d.ts} +0 -0
  44. /package/dist/icons/components/essetional/{TrashBoldIcon.d.ts → trash/TrashBoldIcon.d.ts} +0 -0
  45. /package/dist/icons/components/essetional/{TrashBrokenIcon.d.ts → trash/TrashBrokenIcon.d.ts} +0 -0
  46. /package/dist/icons/components/essetional/{TrashBulkIcon.d.ts → trash/TrashBulkIcon.d.ts} +0 -0
  47. /package/dist/icons/components/essetional/{TrashLinearIcon.d.ts → trash/TrashLinearIcon.d.ts} +0 -0
  48. /package/dist/icons/components/essetional/{TrashOutlineIcon.d.ts → trash/TrashOutlineIcon.d.ts} +0 -0
  49. /package/dist/icons/components/essetional/{TrashTwotoneIcon.d.ts → trash/TrashTwotoneIcon.d.ts} +0 -0
@@ -1,6 +1,2 @@
1
1
  export * from './icons/components/essetional/index.js'
2
2
  export {}
3
- import _default from './icons/components/essetional/index.js'
4
- export default _default
5
- export * from './icons/components/essetional/index.js'
6
- export {}
@@ -1,5 +1,5 @@
1
1
  import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
- const n = ({
2
+ const C = ({
3
3
  color: r,
4
4
  size: t = 24
5
5
  }) => /* @__PURE__ */ e(
@@ -110,7 +110,7 @@ const n = ({
110
110
  )
111
111
  ]
112
112
  }
113
- ), C = ({
113
+ ), h = ({
114
114
  color: r,
115
115
  size: t = 24
116
116
  }) => /* @__PURE__ */ e(
@@ -155,7 +155,7 @@ const n = ({
155
155
  )
156
156
  ]
157
157
  }
158
- ), c = ({
158
+ ), s = ({
159
159
  color: r,
160
160
  size: t = 24
161
161
  }) => /* @__PURE__ */ e(
@@ -191,7 +191,7 @@ const n = ({
191
191
  )
192
192
  ]
193
193
  }
194
- ), h = ({
194
+ ), c = ({
195
195
  color: r,
196
196
  size: t = 24
197
197
  }) => /* @__PURE__ */ e(
@@ -237,7 +237,7 @@ const n = ({
237
237
  )
238
238
  ]
239
239
  }
240
- ), s = ({
240
+ ), d = ({
241
241
  color: r,
242
242
  size: t = 24
243
243
  }) => /* @__PURE__ */ o(
@@ -257,7 +257,7 @@ const n = ({
257
257
  }
258
258
  )
259
259
  }
260
- ), d = ({
260
+ ), w = ({
261
261
  color: r,
262
262
  size: t = 24
263
263
  }) => /* @__PURE__ */ o(
@@ -280,7 +280,7 @@ const n = ({
280
280
  }
281
281
  )
282
282
  }
283
- ), w = ({
283
+ ), a = ({
284
284
  color: r,
285
285
  size: t = 24
286
286
  }) => /* @__PURE__ */ e(
@@ -319,7 +319,7 @@ const n = ({
319
319
  )
320
320
  ]
321
321
  }
322
- ), a = ({
322
+ ), p = ({
323
323
  color: r,
324
324
  size: t = 24
325
325
  }) => /* @__PURE__ */ o(
@@ -435,33 +435,463 @@ const n = ({
435
435
  )
436
436
  ]
437
437
  }
438
- ), p = {
439
- TrashBoldIcon: s,
440
- TrashBrokenIcon: d,
441
- TrashBulkIcon: w,
442
- TrashLinearIcon: a,
443
- TrashOutlineIcon: k,
444
- TrashTwotoneIcon: u
445
- }, g = {
446
- NotificationLinearIcon: C,
447
- NotificationBoldIcon: n,
448
- NotificationBrokenIcon: l,
449
- NotificationBulkIcon: i,
450
- NotificationOutlineIcon: c,
451
- NotificationTwotoneIcon: h
452
- }, v = { trash: p, notification: g };
438
+ ), g = ({
439
+ color: r,
440
+ size: t = 24
441
+ }) => /* @__PURE__ */ e(
442
+ "svg",
443
+ {
444
+ width: t,
445
+ height: t,
446
+ viewBox: "0 0 24 24",
447
+ fill: "none",
448
+ xmlns: "http://www.w3.org/2000/svg",
449
+ style: { color: r },
450
+ children: [
451
+ /* @__PURE__ */ o(
452
+ "path",
453
+ {
454
+ d: "M12.93 4.79001H7.35C3.25 4.79001 2 6.04001 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04001 17.03 4.79001 12.93 4.79001Z",
455
+ fill: "currentColor"
456
+ }
457
+ ),
458
+ /* @__PURE__ */ o(
459
+ "path",
460
+ {
461
+ d: "M20.42 9.00001C20.28 8.99001 20.1 8.98001 19.9 8.98001C19.51 8.98001 19.2 9.29001 19.2 9.68001V14.33C19.2 14.72 19.51 15.03 19.9 15.03C20.1 15.03 20.27 15.02 20.44 15.01C22 14.83 22 13.73 22 12.93V11.07C22 10.27 22 9.17001 20.42 9.00001Z",
462
+ fill: "currentColor"
463
+ }
464
+ )
465
+ ]
466
+ }
467
+ ), v = ({
468
+ color: r,
469
+ size: t = 24
470
+ }) => /* @__PURE__ */ e(
471
+ "svg",
472
+ {
473
+ width: t,
474
+ height: t,
475
+ viewBox: "0 0 24 24",
476
+ fill: "none",
477
+ xmlns: "http://www.w3.org/2000/svg",
478
+ style: { color: r },
479
+ children: [
480
+ /* @__PURE__ */ o(
481
+ "path",
482
+ {
483
+ d: "M10.97 5H13C17 5 18 6 18 10V14C18 16 17.75 17.25 17 18C16.25 18.75 15 19 13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5",
484
+ stroke: "currentColor",
485
+ strokeWidth: 1.5,
486
+ strokeLinecap: "round",
487
+ strokeLinejoin: "round"
488
+ }
489
+ ),
490
+ /* @__PURE__ */ o(
491
+ "path",
492
+ {
493
+ d: "M20.5 9.5C21.36 9.5 21.73 9.66 21.88 9.99C22 10.24 22 10.57 22 11V12V13C22 14 22 14.5 20.5 14.5",
494
+ stroke: "currentColor",
495
+ strokeWidth: 1.5,
496
+ strokeLinecap: "round",
497
+ strokeLinejoin: "round"
498
+ }
499
+ )
500
+ ]
501
+ }
502
+ ), M = ({
503
+ color: r,
504
+ size: t = 24
505
+ }) => /* @__PURE__ */ e(
506
+ "svg",
507
+ {
508
+ width: t,
509
+ height: t,
510
+ viewBox: "0 0 24 24",
511
+ fill: "none",
512
+ xmlns: "http://www.w3.org/2000/svg",
513
+ style: { color: r },
514
+ children: [
515
+ /* @__PURE__ */ o(
516
+ "path",
517
+ {
518
+ opacity: "0.4",
519
+ d: "M12.93 4.79001H7.35C3.25 4.79001 2 6.04001 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04001 17.03 4.79001 12.93 4.79001Z",
520
+ fill: "currentColor"
521
+ }
522
+ ),
523
+ /* @__PURE__ */ o(
524
+ "path",
525
+ {
526
+ d: "M20.42 9.00001C20.28 8.99001 20.1 8.98001 19.9 8.98001C19.51 8.98001 19.2 9.29001 19.2 9.68001V14.33C19.2 14.72 19.51 15.03 19.9 15.03C20.1 15.03 20.27 15.02 20.44 15.01C22 14.83 22 13.73 22 12.93V11.07C22 10.27 22 9.17001 20.42 9.00001Z",
527
+ fill: "currentColor"
528
+ }
529
+ )
530
+ ]
531
+ }
532
+ ), L = ({
533
+ color: r,
534
+ size: t = 24
535
+ }) => /* @__PURE__ */ e(
536
+ "svg",
537
+ {
538
+ width: t,
539
+ height: t,
540
+ viewBox: "0 0 24 24",
541
+ fill: "none",
542
+ xmlns: "http://www.w3.org/2000/svg",
543
+ style: { color: r },
544
+ children: [
545
+ /* @__PURE__ */ o(
546
+ "path",
547
+ {
548
+ d: "M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z",
549
+ stroke: "currentColor",
550
+ strokeWidth: 1.5,
551
+ strokeLinecap: "round",
552
+ strokeLinejoin: "round"
553
+ }
554
+ ),
555
+ /* @__PURE__ */ o(
556
+ "path",
557
+ {
558
+ d: "M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5",
559
+ stroke: "currentColor",
560
+ strokeWidth: 1.5,
561
+ strokeLinecap: "round",
562
+ strokeLinejoin: "round"
563
+ }
564
+ )
565
+ ]
566
+ }
567
+ ), f = ({
568
+ color: r,
569
+ size: t = 24
570
+ }) => /* @__PURE__ */ e(
571
+ "svg",
572
+ {
573
+ width: t,
574
+ height: t,
575
+ viewBox: "0 0 24 24",
576
+ fill: "none",
577
+ xmlns: "http://www.w3.org/2000/svg",
578
+ style: { color: r },
579
+ children: [
580
+ /* @__PURE__ */ o(
581
+ "path",
582
+ {
583
+ d: "M13 19.75H7C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25H13C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75ZM7 5.75C3.42 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.42 18.25 7 18.25H13C16.58 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.58 5.75 13 5.75H7Z",
584
+ fill: "currentColor"
585
+ }
586
+ ),
587
+ /* @__PURE__ */ o(
588
+ "path",
589
+ {
590
+ d: "M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.22 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z",
591
+ fill: "currentColor"
592
+ }
593
+ )
594
+ ]
595
+ }
596
+ ), V = ({
597
+ color: r,
598
+ size: t = 24
599
+ }) => /* @__PURE__ */ e(
600
+ "svg",
601
+ {
602
+ width: t,
603
+ height: t,
604
+ viewBox: "0 0 24 24",
605
+ fill: "none",
606
+ xmlns: "http://www.w3.org/2000/svg",
607
+ style: { color: r },
608
+ children: [
609
+ /* @__PURE__ */ o(
610
+ "path",
611
+ {
612
+ d: "M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z",
613
+ stroke: "currentColor",
614
+ strokeWidth: 1.5,
615
+ strokeLinecap: "round",
616
+ strokeLinejoin: "round"
617
+ }
618
+ ),
619
+ /* @__PURE__ */ o(
620
+ "path",
621
+ {
622
+ opacity: "0.34",
623
+ d: "M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5",
624
+ stroke: "currentColor",
625
+ strokeWidth: 1.5,
626
+ strokeLinecap: "round",
627
+ strokeLinejoin: "round"
628
+ }
629
+ )
630
+ ]
631
+ }
632
+ ), m = ({
633
+ color: r,
634
+ size: t = 24
635
+ }) => /* @__PURE__ */ e(
636
+ "svg",
637
+ {
638
+ width: t,
639
+ height: t,
640
+ viewBox: "0 0 24 24",
641
+ fill: "none",
642
+ xmlns: "http://www.w3.org/2000/svg",
643
+ style: { color: r },
644
+ children: [
645
+ /* @__PURE__ */ o(
646
+ "path",
647
+ {
648
+ d: "M20.42 9.00001C20.28 8.99001 20.1 8.98001 19.9 8.98001C19.51 8.98001 19.2 9.29001 19.2 9.68001V14.33C19.2 14.72 19.51 15.03 19.9 15.03C20.1 15.03 20.27 15.02 20.44 15.01C22 14.83 22 13.73 22 12.93V11.07C22 10.27 22 9.17001 20.42 9.00001Z",
649
+ fill: "currentColor"
650
+ }
651
+ ),
652
+ /* @__PURE__ */ o(
653
+ "path",
654
+ {
655
+ d: "M12.93 4.79001H7.35C3.25 4.79001 2 6.04001 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04001 17.03 4.79001 12.93 4.79001ZM7.1 14.18C7.02 14.52 6.71 14.75 6.37 14.75C6.31 14.75 6.25 14.74 6.19 14.73C5.79 14.63 5.54 14.22 5.64 13.82C5.94 12.63 5.94 11.37 5.64 10.18C5.54 9.78001 5.78 9.37001 6.19 9.27001C6.59 9.17001 7 9.42001 7.1 9.82001C7.46 11.25 7.46 12.75 7.1 14.18Z",
656
+ fill: "currentColor"
657
+ }
658
+ )
659
+ ]
660
+ }
661
+ ), y = ({
662
+ color: r,
663
+ size: t = 24
664
+ }) => /* @__PURE__ */ e(
665
+ "svg",
666
+ {
667
+ width: t,
668
+ height: t,
669
+ viewBox: "0 0 24 24",
670
+ fill: "none",
671
+ xmlns: "http://www.w3.org/2000/svg",
672
+ style: { color: r },
673
+ children: [
674
+ /* @__PURE__ */ o(
675
+ "path",
676
+ {
677
+ d: "M10.99 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5",
678
+ stroke: "currentColor",
679
+ "stroke-width": "1.5",
680
+ "stroke-linecap": "round",
681
+ "stroke-linejoin": "round"
682
+ }
683
+ ),
684
+ /* @__PURE__ */ o(
685
+ "path",
686
+ {
687
+ d: "M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5",
688
+ stroke: "currentColor",
689
+ "stroke-width": "1.5",
690
+ "stroke-linecap": "round",
691
+ "stroke-linejoin": "round"
692
+ }
693
+ ),
694
+ /* @__PURE__ */ o(
695
+ "path",
696
+ {
697
+ d: "M6.38 10C6.62 10.98 6.69 11.99 6.57 12.99C6.53 13.33 6.47 13.67 6.38 14",
698
+ stroke: "currentColor",
699
+ "stroke-width": "1.5",
700
+ "stroke-linecap": "round",
701
+ "stroke-linejoin": "round"
702
+ }
703
+ )
704
+ ]
705
+ }
706
+ ), x = ({
707
+ color: r,
708
+ size: t = 24
709
+ }) => /* @__PURE__ */ e(
710
+ "svg",
711
+ {
712
+ width: t,
713
+ height: t,
714
+ viewBox: "0 0 24 24",
715
+ fill: "none",
716
+ xmlns: "http://www.w3.org/2000/svg",
717
+ style: { color: r },
718
+ children: [
719
+ /* @__PURE__ */ o(
720
+ "path",
721
+ {
722
+ opacity: "0.4",
723
+ d: "M12.93 4.79001H7.35C3.25 4.79001 2 6.04001 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04001 17.03 4.79001 12.93 4.79001Z",
724
+ fill: "currentColor"
725
+ }
726
+ ),
727
+ /* @__PURE__ */ o(
728
+ "path",
729
+ {
730
+ d: "M20.42 9.00001C20.28 8.99001 20.1 8.98001 19.9 8.98001C19.51 8.98001 19.2 9.29001 19.2 9.68001V14.33C19.2 14.72 19.51 15.03 19.9 15.03C20.1 15.03 20.27 15.02 20.44 15.01C22 14.83 22 13.73 22 12.93V11.07C22 10.27 22 9.17001 20.42 9.00001Z",
731
+ fill: "currentColor"
732
+ }
733
+ ),
734
+ /* @__PURE__ */ o(
735
+ "path",
736
+ {
737
+ d: "M6.38001 14.75C6.32001 14.75 6.26001 14.74 6.20001 14.73C5.80001 14.63 5.55001 14.22 5.65001 13.82C5.95001 12.63 5.95001 11.37 5.65001 10.18C5.55001 9.78001 5.79001 9.37001 6.20001 9.27001C6.59001 9.17001 7.00001 9.42001 7.10001 9.82001C7.46001 11.25 7.46001 12.76 7.10001 14.18C7.02001 14.52 6.71001 14.75 6.38001 14.75Z",
738
+ fill: "currentColor"
739
+ }
740
+ )
741
+ ]
742
+ }
743
+ ), B = ({
744
+ color: r,
745
+ size: t = 24
746
+ }) => /* @__PURE__ */ e(
747
+ "svg",
748
+ {
749
+ width: t,
750
+ height: t,
751
+ viewBox: "0 0 24 24",
752
+ fill: "none",
753
+ xmlns: "http://www.w3.org/2000/svg",
754
+ style: { color: r },
755
+ children: [
756
+ /* @__PURE__ */ o(
757
+ "path",
758
+ {
759
+ d: "M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z",
760
+ stroke: "currentColor",
761
+ strokeWidth: 1.5,
762
+ strokeLinecap: "round",
763
+ strokeLinejoin: "round"
764
+ }
765
+ ),
766
+ /* @__PURE__ */ o(
767
+ "path",
768
+ {
769
+ d: "M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5",
770
+ stroke: "currentColor",
771
+ strokeWidth: 1.5,
772
+ strokeLinecap: "round",
773
+ strokeLinejoin: "round"
774
+ }
775
+ ),
776
+ /* @__PURE__ */ o(
777
+ "path",
778
+ {
779
+ d: "M6.38 10C6.71 11.31 6.71 12.69 6.38 14",
780
+ stroke: "currentColor",
781
+ strokeWidth: 1.5,
782
+ strokeLinecap: "round",
783
+ strokeLinejoin: "round"
784
+ }
785
+ )
786
+ ]
787
+ }
788
+ ), Z = ({
789
+ color: r,
790
+ size: t = 24
791
+ }) => /* @__PURE__ */ e(
792
+ "svg",
793
+ {
794
+ width: t,
795
+ height: t,
796
+ viewBox: "0 0 24 24",
797
+ fill: "none",
798
+ xmlns: "http://www.w3.org/2000/svg",
799
+ style: { color: r },
800
+ children: [
801
+ /* @__PURE__ */ o(
802
+ "path",
803
+ {
804
+ d: "M13 19.75H7C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25H13C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75ZM7 5.75C3.42 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.42 18.25 7 18.25H13C16.58 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.58 5.75 13 5.75H7Z",
805
+ fill: "currentColor"
806
+ }
807
+ ),
808
+ /* @__PURE__ */ o(
809
+ "path",
810
+ {
811
+ d: "M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.2 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z",
812
+ fill: "currentColor"
813
+ }
814
+ ),
815
+ /* @__PURE__ */ o(
816
+ "path",
817
+ {
818
+ d: "M6.38001 14.75C6.32001 14.75 6.26001 14.74 6.20001 14.73C5.80001 14.63 5.55001 14.22 5.65001 13.82C5.95001 12.63 5.95001 11.37 5.65001 10.18C5.55001 9.78001 5.79001 9.37001 6.20001 9.27001C6.59001 9.17001 7.00001 9.42001 7.10001 9.82001C7.46001 11.25 7.46001 12.76 7.10001 14.18C7.02001 14.52 6.71001 14.75 6.38001 14.75Z",
819
+ fill: "currentColor"
820
+ }
821
+ )
822
+ ]
823
+ }
824
+ ), H = ({
825
+ color: r,
826
+ size: t = 24
827
+ }) => /* @__PURE__ */ e(
828
+ "svg",
829
+ {
830
+ width: t,
831
+ height: t,
832
+ viewBox: "0 0 24 24",
833
+ fill: "none",
834
+ xmlns: "http://www.w3.org/2000/svg",
835
+ style: { color: r },
836
+ children: [
837
+ /* @__PURE__ */ o(
838
+ "path",
839
+ {
840
+ d: "M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z",
841
+ stroke: "currentColor",
842
+ strokeWidth: 1.5,
843
+ strokeLinecap: "round",
844
+ strokeLinejoin: "round"
845
+ }
846
+ ),
847
+ /* @__PURE__ */ o(
848
+ "path",
849
+ {
850
+ opacity: "0.34",
851
+ d: "M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5",
852
+ stroke: "currentColor",
853
+ strokeWidth: 1.5,
854
+ strokeLinecap: "round",
855
+ strokeLinejoin: "round"
856
+ }
857
+ ),
858
+ /* @__PURE__ */ o(
859
+ "path",
860
+ {
861
+ opacity: "0.34",
862
+ d: "M6.38 10C6.71 11.31 6.71 12.69 6.38 14",
863
+ stroke: "currentColor",
864
+ strokeWidth: 1.5,
865
+ strokeLinecap: "round",
866
+ strokeLinejoin: "round"
867
+ }
868
+ )
869
+ ]
870
+ }
871
+ );
453
872
  export {
454
- n as NotificationBoldIcon,
873
+ g as BatteryEmptyBoldIcon,
874
+ v as BatteryEmptyBrokenIcon,
875
+ M as BatteryEmptyBulkIcon,
876
+ L as BatteryEmptyLinearIcon,
877
+ f as BatteryEmptyOutlineIcon,
878
+ V as BatteryEmptyTwotoneIcon,
879
+ m as BatteryLowBoldIcon,
880
+ y as BatteryLowBrokenIcon,
881
+ x as BatteryLowBulkIcon,
882
+ B as BatteryLowLinearIcon,
883
+ Z as BatteryLowOutlineIcon,
884
+ H as BatteryLowTwotoneIcon,
885
+ C as NotificationBoldIcon,
455
886
  l as NotificationBrokenIcon,
456
887
  i as NotificationBulkIcon,
457
- C as NotificationLinearIcon,
458
- c as NotificationOutlineIcon,
459
- h as NotificationTwotoneIcon,
460
- s as TrashBoldIcon,
461
- d as TrashBrokenIcon,
462
- w as TrashBulkIcon,
463
- a as TrashLinearIcon,
888
+ h as NotificationLinearIcon,
889
+ s as NotificationOutlineIcon,
890
+ c as NotificationTwotoneIcon,
891
+ d as TrashBoldIcon,
892
+ w as TrashBrokenIcon,
893
+ a as TrashBulkIcon,
894
+ p as TrashLinearIcon,
464
895
  k as TrashOutlineIcon,
465
- u as TrashTwotoneIcon,
466
- v as default
896
+ u as TrashTwotoneIcon
467
897
  };
@@ -0,0 +1,5 @@
1
+ declare const ArrowUpLinear: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default ArrowUpLinear;
@@ -0,0 +1,2 @@
1
+ import { default as ArrowUpLinear } from './arrow-up/ArrowUpLinear';
2
+ export { ArrowUpLinear };
@@ -0,0 +1,5 @@
1
+ declare const BatteryEmptyBoldIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryEmptyBoldIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryEmptyBrokenIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryEmptyBrokenIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryEmptyBulkIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryEmptyBulkIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryEmptyLinearIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryEmptyLinearIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryEmptyOutlineIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryEmptyOutlineIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryEmptyTwotoneIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryEmptyTwotoneIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryLowBoldIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryLowBoldIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryLowBrokenIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryLowBrokenIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryLowBulkIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryLowBulkIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryLowLinearIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryLowLinearIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryLowOutlineIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryLowOutlineIcon;
@@ -0,0 +1,5 @@
1
+ declare const BatteryLowTwotoneIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BatteryLowTwotoneIcon;