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.
- package/dist/essetionalIcons.d.ts +0 -4
- package/dist/essetionalIcons.js +463 -33
- package/dist/icons/components/arrow/arrow-up/ArrowUpLinear.d.ts +5 -0
- package/dist/icons/components/arrow/index.d.ts +2 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/index.d.ts +25 -68
- package/dist/icons/components/money/index.d.ts +7 -0
- package/dist/icons/components/money/walletThird/WalletThirdBoldIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdBrokenIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdBulkIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdLinearIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdOutlineIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/users/index.d.ts +7 -0
- package/dist/icons/components/users/profile/ProfileBoldIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileBrokenIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileBulkIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileLinearIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileOutlineIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileTwotoneIcon.d.ts +5 -0
- package/dist/moneyIcons.d.ts +2 -0
- package/dist/moneyIcons.js +310 -0
- package/dist/styles.css +1 -1
- package/dist/usersIcons.d.ts +2 -0
- package/dist/usersIcons.js +204 -0
- package/package.json +9 -1
- /package/dist/icons/components/essetional/{NotificationBoldIcon.d.ts → notification/NotificationBoldIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationBrokenIcon.d.ts → notification/NotificationBrokenIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationBulkIcon.d.ts → notification/NotificationBulkIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationLinearIcon.d.ts → notification/NotificationLinearIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationOutlineIcon.d.ts → notification/NotificationOutlineIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{NotificationTwotoneIcon.d.ts → notification/NotificationTwotoneIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashBoldIcon.d.ts → trash/TrashBoldIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashBrokenIcon.d.ts → trash/TrashBrokenIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashBulkIcon.d.ts → trash/TrashBulkIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashLinearIcon.d.ts → trash/TrashLinearIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashOutlineIcon.d.ts → trash/TrashOutlineIcon.d.ts} +0 -0
- /package/dist/icons/components/essetional/{TrashTwotoneIcon.d.ts → trash/TrashTwotoneIcon.d.ts} +0 -0
package/dist/essetionalIcons.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
const
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
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
|
-
|
|
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
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
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
|
};
|