@liner-fe/prism 1.12.15 → 1.12.16
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/lib/index.mjs +223 -207
- package/lib/index.mjs.map +3 -3
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3551,19 +3551,20 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
|
|
|
3551
3551
|
}, "ICDocumentAdd");
|
|
3552
3552
|
|
|
3553
3553
|
// src/assets/thumb-up.tsx
|
|
3554
|
-
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
3554
|
+
import { jsx as jsx75, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3555
3555
|
var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
3556
3556
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
3557
3557
|
if (fill && thick) {
|
|
3558
|
-
return /* @__PURE__ */
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3558
|
+
return /* @__PURE__ */ jsxs56("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3559
|
+
/* @__PURE__ */ jsx75(
|
|
3560
|
+
"path",
|
|
3561
|
+
{
|
|
3562
|
+
d: "M27.3767 4C29.5448 4 31.2027 5.9325 30.873 8.07534L29.5 17H40.2782C42.7499 17 44.6301 19.2195 44.2237 21.6576L40.7785 42.3288C40.6178 43.2932 39.7834 44 38.8057 44L16 44L16 14.8333L25.0662 5.01161C25.6615 4.36675 26.4991 4 27.3767 4Z",
|
|
3563
|
+
fill: color
|
|
3564
|
+
}
|
|
3565
|
+
),
|
|
3566
|
+
/* @__PURE__ */ jsx75("path", { d: "M12 17L12 44H6C4.89543 44 4 43.1046 4 42V19C4 17.8954 4.89543 17 6 17H12Z" })
|
|
3567
|
+
] });
|
|
3567
3568
|
}
|
|
3568
3569
|
if (thick) {
|
|
3569
3570
|
return /* @__PURE__ */ jsx75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx75(
|
|
@@ -3572,20 +3573,21 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
|
3572
3573
|
"fill-rule": "evenodd",
|
|
3573
3574
|
"clip-rule": "evenodd",
|
|
3574
3575
|
d: "M33.531 10.2983L32.5 17H40.2782C42.7499 17 44.6301 19.2195 44.2237 21.6576L40.7785 42.3288C40.6178 43.2932 39.7834 44 38.8057 44L6 44C4.89543 44 4 43.1046 4 42V19C4 17.8954 4.89543 17 6 17H14L24.5569 5.5634C25.4768 4.5668 26.7714 4 28.1276 4C31.4783 4 34.0405 6.98659 33.531 10.2983ZM18 18.5639L27.4961 8.27652C27.6588 8.10025 27.8878 8 28.1276 8C29.0267 8 29.7143 8.8014 29.5776 9.69002L27.8376 21H40.2782L37.1115 40L18 40V18.5639ZM14 21H8V40H14V21Z",
|
|
3575
|
-
fill:
|
|
3576
|
+
fill: color
|
|
3576
3577
|
}
|
|
3577
3578
|
) });
|
|
3578
3579
|
}
|
|
3579
3580
|
if (fill) {
|
|
3580
|
-
return /* @__PURE__ */
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3581
|
+
return /* @__PURE__ */ jsxs56("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3582
|
+
/* @__PURE__ */ jsx75(
|
|
3583
|
+
"path",
|
|
3584
|
+
{
|
|
3585
|
+
d: "M30.873 8.07534C31.2027 5.9325 29.5448 4 27.3767 4C26.4991 4 25.6615 4.36675 25.0662 5.01161L15.5 15.375L15.5 44L38.8057 44C39.7834 44 40.6178 43.2932 40.7785 42.3288L44.2237 21.6576C44.6301 19.2195 42.7499 17 40.2782 17H29.5L30.873 8.07534Z",
|
|
3586
|
+
fill: color
|
|
3587
|
+
}
|
|
3588
|
+
),
|
|
3589
|
+
/* @__PURE__ */ jsx75("path", { d: "M12.5 44L12.5 17H6C4.89543 17 4 17.8954 4 19V42C4 43.1046 4.89543 44 6 44H12.5Z", fill: color })
|
|
3590
|
+
] });
|
|
3589
3591
|
}
|
|
3590
3592
|
return /* @__PURE__ */ jsx75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx75(
|
|
3591
3593
|
"path",
|
|
@@ -3593,47 +3595,61 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
|
3593
3595
|
"fill-rule": "evenodd",
|
|
3594
3596
|
"clip-rule": "evenodd",
|
|
3595
3597
|
d: "M33.531 10.2983L32.5 17H40.2782C42.7499 17 44.6301 19.2195 44.2237 21.6576L40.7785 42.3288C40.6178 43.2932 39.7834 44 38.8057 44L6 44C4.89543 44 4 43.1046 4 42V19C4 17.8954 4.89543 17 6 17H14L24.5569 5.5634C25.4768 4.5668 26.7714 4 28.1276 4C31.4783 4 34.0405 6.98659 33.531 10.2983ZM17 18.173L26.7613 7.59824C27.1133 7.21689 27.6087 7 28.1276 7C29.6396 7 30.7958 8.3477 30.5659 9.84208L29.0032 20H40.2782C40.8961 20 41.3661 20.5549 41.2646 21.1644L37.9586 41L17 41V18.173ZM14 20L7 20V41H14V20Z",
|
|
3596
|
-
fill:
|
|
3598
|
+
fill: color
|
|
3597
3599
|
}
|
|
3598
3600
|
) });
|
|
3599
3601
|
}, "ICThumbUp");
|
|
3600
3602
|
|
|
3601
3603
|
// src/assets/thumb-down.tsx
|
|
3602
|
-
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
3604
|
+
import { jsx as jsx76, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3603
3605
|
var ICThumbDown = /* @__PURE__ */ __name((props) => {
|
|
3604
3606
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
3605
3607
|
if (fill && thick) {
|
|
3606
|
-
return /* @__PURE__ */
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3608
|
+
return /* @__PURE__ */ jsxs57("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3609
|
+
/* @__PURE__ */ jsx76(
|
|
3610
|
+
"path",
|
|
3611
|
+
{
|
|
3612
|
+
d: "M32 4L9.19423 4C8.21655 4 7.38217 4.70683 7.22144 5.6712L3.77624 26.3424C3.36988 28.7805 5.25006 31 7.72181 31H18.5L17.1269 39.9247C16.7973 42.0675 18.4552 44 20.6233 44C21.5009 44 22.3385 43.6333 22.9338 42.9884L32 33.1666L32 4Z",
|
|
3613
|
+
fill: color
|
|
3614
|
+
}
|
|
3615
|
+
),
|
|
3616
|
+
/* @__PURE__ */ jsx76(
|
|
3617
|
+
"path",
|
|
3618
|
+
{
|
|
3619
|
+
d: "M36 31L42 31C43.1045 31 44 30.1046 44 29L44 6.00001C44 4.89544 43.1045 4.00001 42 4.00001L36 4V31Z",
|
|
3620
|
+
fill: color
|
|
3621
|
+
}
|
|
3622
|
+
)
|
|
3623
|
+
] });
|
|
3615
3624
|
}
|
|
3616
3625
|
if (thick) {
|
|
3617
3626
|
return /* @__PURE__ */ jsx76("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx76(
|
|
3618
3627
|
"path",
|
|
3619
3628
|
{
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3629
|
+
"fill-rule": "evenodd",
|
|
3630
|
+
"clip-rule": "evenodd",
|
|
3631
|
+
d: "M14.4689 37.7018L15.5 31H7.72181C5.25006 31 3.36988 28.7805 3.77624 26.3424L7.22144 5.6712C7.38217 4.70683 8.21655 4 9.19423 4L42 4.00001C43.1045 4.00001 44 4.89544 44 6.00001L44 29C44 30.1046 43.1045 31 42 31L34 31L23.4431 42.4366C22.5232 43.4332 21.2286 44 19.8723 44C16.5217 44 13.9594 41.0134 14.4689 37.7018ZM30 29.4361L30 8.00001L10.8885 8L7.72182 27H20.1624L18.4224 38.31C18.2857 39.1986 18.9732 40 19.8723 40C20.1122 40 20.3412 39.8998 20.5039 39.7235L30 29.4361ZM34 27L40 27L40 8.00001L34 8.00001L34 27Z",
|
|
3632
|
+
fill: color
|
|
3624
3633
|
}
|
|
3625
3634
|
) });
|
|
3626
3635
|
}
|
|
3627
3636
|
if (fill) {
|
|
3628
|
-
return /* @__PURE__ */
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
+
return /* @__PURE__ */ jsxs57("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3638
|
+
/* @__PURE__ */ jsx76(
|
|
3639
|
+
"path",
|
|
3640
|
+
{
|
|
3641
|
+
d: "M32.5 4L9.19423 4C8.21655 4 7.38217 4.70683 7.22144 5.6712L3.77624 26.3424C3.36988 28.7805 5.25006 31 7.72181 31H18.5L17.1269 39.9247C16.7973 42.0675 18.4552 44 20.6233 44C21.5009 44 22.3385 43.6333 22.9338 42.9884L32.5 32.625L32.5 4Z",
|
|
3642
|
+
fill: color
|
|
3643
|
+
}
|
|
3644
|
+
),
|
|
3645
|
+
/* @__PURE__ */ jsx76(
|
|
3646
|
+
"path",
|
|
3647
|
+
{
|
|
3648
|
+
d: "M35.5 31L42 31C43.1045 31 44 30.1046 44 29L44 6.00001C44 4.89544 43.1045 4.00001 42 4.00001L35.5 4L35.5 31Z",
|
|
3649
|
+
fill: color
|
|
3650
|
+
}
|
|
3651
|
+
)
|
|
3652
|
+
] });
|
|
3637
3653
|
}
|
|
3638
3654
|
return /* @__PURE__ */ jsx76("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx76(
|
|
3639
3655
|
"path",
|
|
@@ -3641,13 +3657,13 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
|
|
|
3641
3657
|
"fill-rule": "evenodd",
|
|
3642
3658
|
"clip-rule": "evenodd",
|
|
3643
3659
|
d: "M14.4689 37.7018L15.5 31H7.72181C5.25006 31 3.36988 28.7805 3.77624 26.3424L7.22144 5.6712C7.38217 4.70683 8.21655 4 9.19423 4L42 4.00001C43.1045 4.00001 44 4.89544 44 6.00001L44 29C44 30.1046 43.1045 31 42 31L34 31L23.4431 42.4366C22.5232 43.4332 21.2286 44 19.8723 44C16.5217 44 13.9594 41.0134 14.4689 37.7018ZM31 29.8271L31 7.00001L10.0414 7L6.73542 26.8356C6.63383 27.4451 7.10388 28 7.72182 28H18.9968L17.434 38.1579C17.2041 39.6523 18.3604 41 19.8723 41C20.3913 41 20.8867 40.7831 21.2387 40.4018L31 29.8271ZM34 28L41 28L41 7.00001L34 7.00001L34 28Z",
|
|
3644
|
-
fill:
|
|
3660
|
+
fill: color
|
|
3645
3661
|
}
|
|
3646
3662
|
) });
|
|
3647
3663
|
}, "ICThumbDown");
|
|
3648
3664
|
|
|
3649
3665
|
// src/assets/shield.tsx
|
|
3650
|
-
import { jsx as jsx77, jsxs as
|
|
3666
|
+
import { jsx as jsx77, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3651
3667
|
var ICShield = /* @__PURE__ */ __name((props) => {
|
|
3652
3668
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
3653
3669
|
if (fill && thick) {
|
|
@@ -3662,7 +3678,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
|
|
|
3662
3678
|
) });
|
|
3663
3679
|
}
|
|
3664
3680
|
if (thick) {
|
|
3665
|
-
return /* @__PURE__ */
|
|
3681
|
+
return /* @__PURE__ */ jsxs58("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
|
|
3666
3682
|
/* @__PURE__ */ jsx77(
|
|
3667
3683
|
"path",
|
|
3668
3684
|
{
|
|
@@ -3692,7 +3708,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
|
|
|
3692
3708
|
}
|
|
3693
3709
|
) });
|
|
3694
3710
|
}
|
|
3695
|
-
return /* @__PURE__ */
|
|
3711
|
+
return /* @__PURE__ */ jsxs58("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
|
|
3696
3712
|
/* @__PURE__ */ jsx77(
|
|
3697
3713
|
"path",
|
|
3698
3714
|
{
|
|
@@ -3739,11 +3755,11 @@ var ICHome = /* @__PURE__ */ __name((props) => {
|
|
|
3739
3755
|
}, "ICHome");
|
|
3740
3756
|
|
|
3741
3757
|
// src/assets/visibility.tsx
|
|
3742
|
-
import { jsx as jsx79, jsxs as
|
|
3758
|
+
import { jsx as jsx79, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3743
3759
|
var ICVisibility = /* @__PURE__ */ __name((props) => {
|
|
3744
3760
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
3745
3761
|
if (fill && thick) {
|
|
3746
|
-
return /* @__PURE__ */
|
|
3762
|
+
return /* @__PURE__ */ jsxs59("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
|
|
3747
3763
|
/* @__PURE__ */ jsx79(
|
|
3748
3764
|
"path",
|
|
3749
3765
|
{
|
|
@@ -3763,7 +3779,7 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
|
|
|
3763
3779
|
] });
|
|
3764
3780
|
}
|
|
3765
3781
|
if (thick) {
|
|
3766
|
-
return /* @__PURE__ */
|
|
3782
|
+
return /* @__PURE__ */ jsxs59("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3767
3783
|
/* @__PURE__ */ jsx79(
|
|
3768
3784
|
"path",
|
|
3769
3785
|
{
|
|
@@ -3785,7 +3801,7 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
|
|
|
3785
3801
|
] });
|
|
3786
3802
|
}
|
|
3787
3803
|
if (fill) {
|
|
3788
|
-
return /* @__PURE__ */
|
|
3804
|
+
return /* @__PURE__ */ jsxs59("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
|
|
3789
3805
|
/* @__PURE__ */ jsx79(
|
|
3790
3806
|
"path",
|
|
3791
3807
|
{
|
|
@@ -3804,7 +3820,7 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
|
|
|
3804
3820
|
)
|
|
3805
3821
|
] });
|
|
3806
3822
|
}
|
|
3807
|
-
return /* @__PURE__ */
|
|
3823
|
+
return /* @__PURE__ */ jsxs59("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3808
3824
|
/* @__PURE__ */ jsx79(
|
|
3809
3825
|
"path",
|
|
3810
3826
|
{
|
|
@@ -3827,11 +3843,11 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
|
|
|
3827
3843
|
}, "ICVisibility");
|
|
3828
3844
|
|
|
3829
3845
|
// src/assets/visibility-off.tsx
|
|
3830
|
-
import { jsx as jsx80, jsxs as
|
|
3846
|
+
import { jsx as jsx80, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3831
3847
|
var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
|
|
3832
3848
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
3833
3849
|
if (fill && thick) {
|
|
3834
|
-
return /* @__PURE__ */
|
|
3850
|
+
return /* @__PURE__ */ jsxs60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3835
3851
|
/* @__PURE__ */ jsx80("path", { d: "M11.2725 8.44336L8.44409 11.2718L36.7284 39.5561L39.5568 36.7276L11.2725 8.44336Z", fill: color }),
|
|
3836
3852
|
/* @__PURE__ */ jsx80(
|
|
3837
3853
|
"path",
|
|
@@ -3852,7 +3868,7 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
|
|
|
3852
3868
|
] });
|
|
3853
3869
|
}
|
|
3854
3870
|
if (fill) {
|
|
3855
|
-
return /* @__PURE__ */
|
|
3871
|
+
return /* @__PURE__ */ jsxs60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3856
3872
|
/* @__PURE__ */ jsx80("path", { d: "M11.2725 8.44336L8.44409 11.2718L36.7284 39.5561L39.5568 36.7276L11.2725 8.44336Z", fill: color }),
|
|
3857
3873
|
/* @__PURE__ */ jsx80(
|
|
3858
3874
|
"path",
|
|
@@ -3885,7 +3901,7 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
|
|
|
3885
3901
|
] });
|
|
3886
3902
|
}
|
|
3887
3903
|
if (thick) {
|
|
3888
|
-
return /* @__PURE__ */
|
|
3904
|
+
return /* @__PURE__ */ jsxs60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3889
3905
|
/* @__PURE__ */ jsx80("path", { d: "M39.5568 36.7276L36.7284 39.5561L8.44409 11.2718L11.2725 8.44336L39.5568 36.7276Z", fill: color }),
|
|
3890
3906
|
/* @__PURE__ */ jsx80(
|
|
3891
3907
|
"path",
|
|
@@ -3917,7 +3933,7 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
|
|
|
3917
3933
|
)
|
|
3918
3934
|
] });
|
|
3919
3935
|
}
|
|
3920
|
-
return /* @__PURE__ */
|
|
3936
|
+
return /* @__PURE__ */ jsxs60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3921
3937
|
/* @__PURE__ */ jsx80("path", { d: "M10.9186 8.79785L39.2028 37.0821L37.0815 39.2034L8.79724 10.9192L10.9186 8.79785Z", fill: color }),
|
|
3922
3938
|
/* @__PURE__ */ jsx80(
|
|
3923
3939
|
"path",
|
|
@@ -3955,11 +3971,11 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
|
|
|
3955
3971
|
}, "ICVisibilityOff");
|
|
3956
3972
|
|
|
3957
3973
|
// src/assets/magic-wand.tsx
|
|
3958
|
-
import { jsx as jsx81, jsxs as
|
|
3974
|
+
import { jsx as jsx81, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3959
3975
|
var ICMagicWand = /* @__PURE__ */ __name((props) => {
|
|
3960
3976
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
3961
3977
|
if (thick) {
|
|
3962
|
-
return /* @__PURE__ */
|
|
3978
|
+
return /* @__PURE__ */ jsxs61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3963
3979
|
/* @__PURE__ */ jsx81(
|
|
3964
3980
|
"path",
|
|
3965
3981
|
{
|
|
@@ -3992,7 +4008,7 @@ var ICMagicWand = /* @__PURE__ */ __name((props) => {
|
|
|
3992
4008
|
)
|
|
3993
4009
|
] });
|
|
3994
4010
|
}
|
|
3995
|
-
return /* @__PURE__ */
|
|
4011
|
+
return /* @__PURE__ */ jsxs61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3996
4012
|
/* @__PURE__ */ jsx81(
|
|
3997
4013
|
"path",
|
|
3998
4014
|
{
|
|
@@ -4027,11 +4043,11 @@ var ICMagicWand = /* @__PURE__ */ __name((props) => {
|
|
|
4027
4043
|
}, "ICMagicWand");
|
|
4028
4044
|
|
|
4029
4045
|
// src/assets/magic-pencil.tsx
|
|
4030
|
-
import { jsx as jsx82, jsxs as
|
|
4046
|
+
import { jsx as jsx82, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
4031
4047
|
var ICMagicPencil = /* @__PURE__ */ __name((props) => {
|
|
4032
4048
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4033
4049
|
if (thick) {
|
|
4034
|
-
return /* @__PURE__ */
|
|
4050
|
+
return /* @__PURE__ */ jsxs62("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4035
4051
|
/* @__PURE__ */ jsx82(
|
|
4036
4052
|
"path",
|
|
4037
4053
|
{
|
|
@@ -4065,7 +4081,7 @@ var ICMagicPencil = /* @__PURE__ */ __name((props) => {
|
|
|
4065
4081
|
)
|
|
4066
4082
|
] });
|
|
4067
4083
|
}
|
|
4068
|
-
return /* @__PURE__ */
|
|
4084
|
+
return /* @__PURE__ */ jsxs62("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4069
4085
|
/* @__PURE__ */ jsx82(
|
|
4070
4086
|
"path",
|
|
4071
4087
|
{
|
|
@@ -4101,11 +4117,11 @@ var ICMagicPencil = /* @__PURE__ */ __name((props) => {
|
|
|
4101
4117
|
}, "ICMagicPencil");
|
|
4102
4118
|
|
|
4103
4119
|
// src/assets/bulb-exclamtionmark.tsx
|
|
4104
|
-
import { jsx as jsx83, jsxs as
|
|
4120
|
+
import { jsx as jsx83, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
4105
4121
|
var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
|
|
4106
4122
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4107
4123
|
if (thick) {
|
|
4108
|
-
return /* @__PURE__ */
|
|
4124
|
+
return /* @__PURE__ */ jsxs63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4109
4125
|
/* @__PURE__ */ jsx83(
|
|
4110
4126
|
"path",
|
|
4111
4127
|
{
|
|
@@ -4126,7 +4142,7 @@ var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
|
|
|
4126
4142
|
/* @__PURE__ */ jsx83("path", { d: "M18 39V43H30V39H18Z", fill: color })
|
|
4127
4143
|
] });
|
|
4128
4144
|
}
|
|
4129
|
-
return /* @__PURE__ */
|
|
4145
|
+
return /* @__PURE__ */ jsxs63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4130
4146
|
/* @__PURE__ */ jsx83(
|
|
4131
4147
|
"path",
|
|
4132
4148
|
{
|
|
@@ -4149,11 +4165,11 @@ var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
|
|
|
4149
4165
|
}, "ICBulbExclamtionmark");
|
|
4150
4166
|
|
|
4151
4167
|
// src/assets/bulb.tsx
|
|
4152
|
-
import { jsx as jsx84, jsxs as
|
|
4168
|
+
import { jsx as jsx84, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
4153
4169
|
var ICBulb = /* @__PURE__ */ __name((props) => {
|
|
4154
4170
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4155
4171
|
if (thick) {
|
|
4156
|
-
return /* @__PURE__ */
|
|
4172
|
+
return /* @__PURE__ */ jsxs64("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4157
4173
|
/* @__PURE__ */ jsx84("path", { d: "M31 6H7V10H31V6Z", fill: "black" }),
|
|
4158
4174
|
/* @__PURE__ */ jsx84("path", { d: "M31 15H7V19H31V15Z", fill: "black" }),
|
|
4159
4175
|
/* @__PURE__ */ jsx84("path", { d: "M7 24H21V28H7V24Z", fill: "black" }),
|
|
@@ -4168,7 +4184,7 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
|
|
|
4168
4184
|
)
|
|
4169
4185
|
] });
|
|
4170
4186
|
}
|
|
4171
|
-
return /* @__PURE__ */
|
|
4187
|
+
return /* @__PURE__ */ jsxs64("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4172
4188
|
/* @__PURE__ */ jsx84("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: "black" }),
|
|
4173
4189
|
/* @__PURE__ */ jsx84("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: "black" }),
|
|
4174
4190
|
/* @__PURE__ */ jsx84("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: "black" }),
|
|
@@ -4185,11 +4201,11 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
|
|
|
4185
4201
|
}, "ICBulb");
|
|
4186
4202
|
|
|
4187
4203
|
// src/assets/paraphase.tsx
|
|
4188
|
-
import { jsx as jsx85, jsxs as
|
|
4204
|
+
import { jsx as jsx85, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
4189
4205
|
var ICParaphase = /* @__PURE__ */ __name((props) => {
|
|
4190
4206
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4191
4207
|
if (thick) {
|
|
4192
|
-
return /* @__PURE__ */
|
|
4208
|
+
return /* @__PURE__ */ jsxs65("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4193
4209
|
/* @__PURE__ */ jsx85("path", { d: "M31 6H7V10H31V6Z", fill: color }),
|
|
4194
4210
|
/* @__PURE__ */ jsx85("path", { d: "M31 15H7V19H31V15Z", fill: color }),
|
|
4195
4211
|
/* @__PURE__ */ jsx85("path", { d: "M7 24H21V28H7V24Z", fill: color }),
|
|
@@ -4204,7 +4220,7 @@ var ICParaphase = /* @__PURE__ */ __name((props) => {
|
|
|
4204
4220
|
)
|
|
4205
4221
|
] });
|
|
4206
4222
|
}
|
|
4207
|
-
return /* @__PURE__ */
|
|
4223
|
+
return /* @__PURE__ */ jsxs65("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4208
4224
|
/* @__PURE__ */ jsx85("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: color }),
|
|
4209
4225
|
/* @__PURE__ */ jsx85("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: color }),
|
|
4210
4226
|
/* @__PURE__ */ jsx85("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: color }),
|
|
@@ -4221,11 +4237,11 @@ var ICParaphase = /* @__PURE__ */ __name((props) => {
|
|
|
4221
4237
|
}, "ICParaphase");
|
|
4222
4238
|
|
|
4223
4239
|
// src/assets/make-easy.tsx
|
|
4224
|
-
import { jsx as jsx86, jsxs as
|
|
4240
|
+
import { jsx as jsx86, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
4225
4241
|
var ICMakeEasy = /* @__PURE__ */ __name((props) => {
|
|
4226
4242
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4227
4243
|
if (thick) {
|
|
4228
|
-
return /* @__PURE__ */
|
|
4244
|
+
return /* @__PURE__ */ jsxs66("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4229
4245
|
/* @__PURE__ */ jsx86(
|
|
4230
4246
|
"path",
|
|
4231
4247
|
{
|
|
@@ -4257,7 +4273,7 @@ var ICMakeEasy = /* @__PURE__ */ __name((props) => {
|
|
|
4257
4273
|
/* @__PURE__ */ jsx86("path", { d: "M26 36.0003V40.0003H41V36.0003H26Z", fill: color })
|
|
4258
4274
|
] });
|
|
4259
4275
|
}
|
|
4260
|
-
return /* @__PURE__ */
|
|
4276
|
+
return /* @__PURE__ */ jsxs66("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4261
4277
|
/* @__PURE__ */ jsx86(
|
|
4262
4278
|
"path",
|
|
4263
4279
|
{
|
|
@@ -4291,11 +4307,11 @@ var ICMakeEasy = /* @__PURE__ */ __name((props) => {
|
|
|
4291
4307
|
}, "ICMakeEasy");
|
|
4292
4308
|
|
|
4293
4309
|
// src/assets/translate.tsx
|
|
4294
|
-
import { jsx as jsx87, jsxs as
|
|
4310
|
+
import { jsx as jsx87, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
4295
4311
|
var ICTranslate = /* @__PURE__ */ __name((props) => {
|
|
4296
4312
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4297
4313
|
if (thick) {
|
|
4298
|
-
return /* @__PURE__ */
|
|
4314
|
+
return /* @__PURE__ */ jsxs67("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4299
4315
|
/* @__PURE__ */ jsx87(
|
|
4300
4316
|
"path",
|
|
4301
4317
|
{
|
|
@@ -4314,7 +4330,7 @@ var ICTranslate = /* @__PURE__ */ __name((props) => {
|
|
|
4314
4330
|
)
|
|
4315
4331
|
] });
|
|
4316
4332
|
}
|
|
4317
|
-
return /* @__PURE__ */
|
|
4333
|
+
return /* @__PURE__ */ jsxs67("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4318
4334
|
/* @__PURE__ */ jsx87(
|
|
4319
4335
|
"path",
|
|
4320
4336
|
{
|
|
@@ -4335,11 +4351,11 @@ var ICTranslate = /* @__PURE__ */ __name((props) => {
|
|
|
4335
4351
|
}, "ICTranslate");
|
|
4336
4352
|
|
|
4337
4353
|
// src/assets/Info.tsx
|
|
4338
|
-
import { jsx as jsx88, jsxs as
|
|
4354
|
+
import { jsx as jsx88, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
4339
4355
|
var ICInfo = /* @__PURE__ */ __name((props) => {
|
|
4340
4356
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4341
4357
|
if (thick) {
|
|
4342
|
-
return /* @__PURE__ */
|
|
4358
|
+
return /* @__PURE__ */ jsxs68("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4343
4359
|
/* @__PURE__ */ jsx88(
|
|
4344
4360
|
"path",
|
|
4345
4361
|
{
|
|
@@ -4359,7 +4375,7 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
|
|
|
4359
4375
|
)
|
|
4360
4376
|
] });
|
|
4361
4377
|
}
|
|
4362
|
-
return /* @__PURE__ */
|
|
4378
|
+
return /* @__PURE__ */ jsxs68("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4363
4379
|
/* @__PURE__ */ jsx88(
|
|
4364
4380
|
"path",
|
|
4365
4381
|
{
|
|
@@ -4381,7 +4397,7 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
|
|
|
4381
4397
|
}, "ICInfo");
|
|
4382
4398
|
|
|
4383
4399
|
// src/assets/folder-open.tsx
|
|
4384
|
-
import { jsx as jsx89, jsxs as
|
|
4400
|
+
import { jsx as jsx89, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
4385
4401
|
var ICFolderOpen = /* @__PURE__ */ __name((props) => {
|
|
4386
4402
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F", ...rest } = props;
|
|
4387
4403
|
if (fill && thick) {
|
|
@@ -4403,7 +4419,7 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
|
|
|
4403
4419
|
) });
|
|
4404
4420
|
}
|
|
4405
4421
|
if (thick) {
|
|
4406
|
-
return /* @__PURE__ */
|
|
4422
|
+
return /* @__PURE__ */ jsxs69("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4407
4423
|
/* @__PURE__ */ jsx89("g", { "clip-path": "url(#clip0_975_1749)", children: /* @__PURE__ */ jsx89(
|
|
4408
4424
|
"path",
|
|
4409
4425
|
{
|
|
@@ -4416,7 +4432,7 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
|
|
|
4416
4432
|
/* @__PURE__ */ jsx89("defs", { children: /* @__PURE__ */ jsx89("clipPath", { id: "clip0_975_1749", children: /* @__PURE__ */ jsx89("rect", { width: "48", height: "48", fill: "white" }) }) })
|
|
4417
4433
|
] });
|
|
4418
4434
|
}
|
|
4419
|
-
return /* @__PURE__ */
|
|
4435
|
+
return /* @__PURE__ */ jsxs69("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4420
4436
|
/* @__PURE__ */ jsx89("g", { "clip-path": "url(#clip0_975_1738)", children: /* @__PURE__ */ jsx89(
|
|
4421
4437
|
"path",
|
|
4422
4438
|
{
|
|
@@ -4431,11 +4447,11 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
|
|
|
4431
4447
|
}, "ICFolderOpen");
|
|
4432
4448
|
|
|
4433
4449
|
// src/assets/highlight-edit.tsx
|
|
4434
|
-
import { jsx as jsx90, jsxs as
|
|
4450
|
+
import { jsx as jsx90, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
4435
4451
|
var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
|
|
4436
4452
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4437
4453
|
if (thick) {
|
|
4438
|
-
return /* @__PURE__ */
|
|
4454
|
+
return /* @__PURE__ */ jsxs70("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 48 48", fill: "none", children: [
|
|
4439
4455
|
/* @__PURE__ */ jsx90(
|
|
4440
4456
|
"path",
|
|
4441
4457
|
{
|
|
@@ -4454,7 +4470,7 @@ var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
|
|
|
4454
4470
|
)
|
|
4455
4471
|
] });
|
|
4456
4472
|
}
|
|
4457
|
-
return /* @__PURE__ */
|
|
4473
|
+
return /* @__PURE__ */ jsxs70("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4458
4474
|
/* @__PURE__ */ jsx90(
|
|
4459
4475
|
"path",
|
|
4460
4476
|
{
|
|
@@ -4475,11 +4491,11 @@ var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
|
|
|
4475
4491
|
}, "ICHighlightEdit");
|
|
4476
4492
|
|
|
4477
4493
|
// src/assets/apple.tsx
|
|
4478
|
-
import { jsx as jsx91, jsxs as
|
|
4494
|
+
import { jsx as jsx91, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
4479
4495
|
var ICApple = /* @__PURE__ */ __name((props) => {
|
|
4480
4496
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4481
4497
|
if (fill) {
|
|
4482
|
-
return /* @__PURE__ */
|
|
4498
|
+
return /* @__PURE__ */ jsxs71("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4483
4499
|
/* @__PURE__ */ jsx91(
|
|
4484
4500
|
"path",
|
|
4485
4501
|
{
|
|
@@ -4496,7 +4512,7 @@ var ICApple = /* @__PURE__ */ __name((props) => {
|
|
|
4496
4512
|
)
|
|
4497
4513
|
] });
|
|
4498
4514
|
}
|
|
4499
|
-
return /* @__PURE__ */
|
|
4515
|
+
return /* @__PURE__ */ jsxs71("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4500
4516
|
/* @__PURE__ */ jsx91(
|
|
4501
4517
|
"path",
|
|
4502
4518
|
{
|
|
@@ -4581,11 +4597,11 @@ var ICFacebook = /* @__PURE__ */ __name((props) => {
|
|
|
4581
4597
|
}, "ICFacebook");
|
|
4582
4598
|
|
|
4583
4599
|
// src/assets/google.tsx
|
|
4584
|
-
import { jsx as jsx95, jsxs as
|
|
4600
|
+
import { jsx as jsx95, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
4585
4601
|
var ICGoogle = /* @__PURE__ */ __name((props) => {
|
|
4586
4602
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4587
4603
|
if (fill) {
|
|
4588
|
-
return /* @__PURE__ */
|
|
4604
|
+
return /* @__PURE__ */ jsxs72("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4589
4605
|
/* @__PURE__ */ jsx95(
|
|
4590
4606
|
"path",
|
|
4591
4607
|
{
|
|
@@ -4628,11 +4644,11 @@ var ICGoogle = /* @__PURE__ */ __name((props) => {
|
|
|
4628
4644
|
}, "ICGoogle");
|
|
4629
4645
|
|
|
4630
4646
|
// src/assets/paraphrase.tsx
|
|
4631
|
-
import { jsx as jsx96, jsxs as
|
|
4647
|
+
import { jsx as jsx96, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4632
4648
|
var ICParaphrase = /* @__PURE__ */ __name((props) => {
|
|
4633
4649
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4634
4650
|
if (thick) {
|
|
4635
|
-
return /* @__PURE__ */
|
|
4651
|
+
return /* @__PURE__ */ jsxs73("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4636
4652
|
/* @__PURE__ */ jsx96("path", { d: "M31 6H7V10H31V6Z", fill: color }),
|
|
4637
4653
|
/* @__PURE__ */ jsx96("path", { d: "M31 15H7V19H31V15Z", fill: color }),
|
|
4638
4654
|
/* @__PURE__ */ jsx96("path", { d: "M7 24H21V28H7V24Z", fill: color }),
|
|
@@ -4647,7 +4663,7 @@ var ICParaphrase = /* @__PURE__ */ __name((props) => {
|
|
|
4647
4663
|
)
|
|
4648
4664
|
] });
|
|
4649
4665
|
}
|
|
4650
|
-
return /* @__PURE__ */
|
|
4666
|
+
return /* @__PURE__ */ jsxs73("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4651
4667
|
/* @__PURE__ */ jsx96("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: color }),
|
|
4652
4668
|
/* @__PURE__ */ jsx96("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: color }),
|
|
4653
4669
|
/* @__PURE__ */ jsx96("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: color }),
|
|
@@ -4716,11 +4732,11 @@ var ICAirplane = /* @__PURE__ */ __name((props) => {
|
|
|
4716
4732
|
}, "ICAirplane");
|
|
4717
4733
|
|
|
4718
4734
|
// src/assets/rocket.tsx
|
|
4719
|
-
import { jsx as jsx99, jsxs as
|
|
4735
|
+
import { jsx as jsx99, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4720
4736
|
var ICRocket = /* @__PURE__ */ __name((props) => {
|
|
4721
4737
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4722
4738
|
if (thick) {
|
|
4723
|
-
return /* @__PURE__ */
|
|
4739
|
+
return /* @__PURE__ */ jsxs74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4724
4740
|
/* @__PURE__ */ jsx99(
|
|
4725
4741
|
"path",
|
|
4726
4742
|
{
|
|
@@ -4739,7 +4755,7 @@ var ICRocket = /* @__PURE__ */ __name((props) => {
|
|
|
4739
4755
|
)
|
|
4740
4756
|
] });
|
|
4741
4757
|
}
|
|
4742
|
-
return /* @__PURE__ */
|
|
4758
|
+
return /* @__PURE__ */ jsxs74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4743
4759
|
/* @__PURE__ */ jsx99(
|
|
4744
4760
|
"path",
|
|
4745
4761
|
{
|
|
@@ -4760,11 +4776,11 @@ var ICRocket = /* @__PURE__ */ __name((props) => {
|
|
|
4760
4776
|
}, "ICRocket");
|
|
4761
4777
|
|
|
4762
4778
|
// src/assets/source.tsx
|
|
4763
|
-
import { jsx as jsx100, jsxs as
|
|
4779
|
+
import { jsx as jsx100, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4764
4780
|
var ICSource = /* @__PURE__ */ __name((props) => {
|
|
4765
4781
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4766
4782
|
if (thick) {
|
|
4767
|
-
return /* @__PURE__ */
|
|
4783
|
+
return /* @__PURE__ */ jsxs75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4768
4784
|
/* @__PURE__ */ jsx100(
|
|
4769
4785
|
"path",
|
|
4770
4786
|
{
|
|
@@ -4803,7 +4819,7 @@ var ICSource = /* @__PURE__ */ __name((props) => {
|
|
|
4803
4819
|
)
|
|
4804
4820
|
] });
|
|
4805
4821
|
}
|
|
4806
|
-
return /* @__PURE__ */
|
|
4822
|
+
return /* @__PURE__ */ jsxs75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4807
4823
|
/* @__PURE__ */ jsx100(
|
|
4808
4824
|
"path",
|
|
4809
4825
|
{
|
|
@@ -4844,11 +4860,11 @@ var ICSource = /* @__PURE__ */ __name((props) => {
|
|
|
4844
4860
|
}, "ICSource");
|
|
4845
4861
|
|
|
4846
4862
|
// src/assets/setting.tsx
|
|
4847
|
-
import { jsx as jsx101, jsxs as
|
|
4863
|
+
import { jsx as jsx101, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4848
4864
|
var ICSetting = /* @__PURE__ */ __name((props) => {
|
|
4849
4865
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4850
4866
|
if (thick) {
|
|
4851
|
-
return /* @__PURE__ */
|
|
4867
|
+
return /* @__PURE__ */ jsxs76("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4852
4868
|
/* @__PURE__ */ jsx101(
|
|
4853
4869
|
"path",
|
|
4854
4870
|
{
|
|
@@ -4869,7 +4885,7 @@ var ICSetting = /* @__PURE__ */ __name((props) => {
|
|
|
4869
4885
|
)
|
|
4870
4886
|
] });
|
|
4871
4887
|
}
|
|
4872
|
-
return /* @__PURE__ */
|
|
4888
|
+
return /* @__PURE__ */ jsxs76("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4873
4889
|
/* @__PURE__ */ jsx101(
|
|
4874
4890
|
"path",
|
|
4875
4891
|
{
|
|
@@ -4914,11 +4930,11 @@ var ICExtend = /* @__PURE__ */ __name((props) => {
|
|
|
4914
4930
|
}, "ICExtend");
|
|
4915
4931
|
|
|
4916
4932
|
// src/assets/shorten.tsx
|
|
4917
|
-
import { jsx as jsx103, jsxs as
|
|
4933
|
+
import { jsx as jsx103, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
4918
4934
|
var ICShorten = /* @__PURE__ */ __name((props) => {
|
|
4919
4935
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4920
4936
|
if (thick) {
|
|
4921
|
-
return /* @__PURE__ */
|
|
4937
|
+
return /* @__PURE__ */ jsxs77("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4922
4938
|
/* @__PURE__ */ jsx103(
|
|
4923
4939
|
"path",
|
|
4924
4940
|
{
|
|
@@ -4935,7 +4951,7 @@ var ICShorten = /* @__PURE__ */ __name((props) => {
|
|
|
4935
4951
|
)
|
|
4936
4952
|
] });
|
|
4937
4953
|
}
|
|
4938
|
-
return /* @__PURE__ */
|
|
4954
|
+
return /* @__PURE__ */ jsxs77("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4939
4955
|
/* @__PURE__ */ jsx103(
|
|
4940
4956
|
"path",
|
|
4941
4957
|
{
|
|
@@ -4954,11 +4970,11 @@ var ICShorten = /* @__PURE__ */ __name((props) => {
|
|
|
4954
4970
|
}, "ICShorten");
|
|
4955
4971
|
|
|
4956
4972
|
// src/assets/sun.tsx
|
|
4957
|
-
import { jsx as jsx104, jsxs as
|
|
4973
|
+
import { jsx as jsx104, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
4958
4974
|
var ICSun = /* @__PURE__ */ __name((props) => {
|
|
4959
4975
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
4960
4976
|
if (thick) {
|
|
4961
|
-
return /* @__PURE__ */
|
|
4977
|
+
return /* @__PURE__ */ jsxs78("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4962
4978
|
/* @__PURE__ */ jsx104("path", { d: "M26 4V12H22V4H26Z", fill: color }),
|
|
4963
4979
|
/* @__PURE__ */ jsx104(
|
|
4964
4980
|
"path",
|
|
@@ -4978,7 +4994,7 @@ var ICSun = /* @__PURE__ */ __name((props) => {
|
|
|
4978
4994
|
/* @__PURE__ */ jsx104("path", { d: "M8.44382 11.272L14.1007 16.9289L16.9291 14.1004L11.2723 8.44358L8.44382 11.272Z", fill: color })
|
|
4979
4995
|
] });
|
|
4980
4996
|
}
|
|
4981
|
-
return /* @__PURE__ */
|
|
4997
|
+
return /* @__PURE__ */ jsxs78("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4982
4998
|
/* @__PURE__ */ jsx104("path", { d: "M25.5 4V12H22.5V4H25.5Z", fill: color }),
|
|
4983
4999
|
/* @__PURE__ */ jsx104(
|
|
4984
5000
|
"path",
|
|
@@ -5026,11 +5042,11 @@ var ICMoon = /* @__PURE__ */ __name((props) => {
|
|
|
5026
5042
|
}, "ICMoon");
|
|
5027
5043
|
|
|
5028
5044
|
// src/assets/fire.tsx
|
|
5029
|
-
import { jsx as jsx106, jsxs as
|
|
5045
|
+
import { jsx as jsx106, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
5030
5046
|
var ICFire = /* @__PURE__ */ __name((props) => {
|
|
5031
5047
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5032
5048
|
if (thick) {
|
|
5033
|
-
return /* @__PURE__ */
|
|
5049
|
+
return /* @__PURE__ */ jsxs79("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5034
5050
|
/* @__PURE__ */ jsx106(
|
|
5035
5051
|
"path",
|
|
5036
5052
|
{
|
|
@@ -5062,7 +5078,7 @@ var ICFire = /* @__PURE__ */ __name((props) => {
|
|
|
5062
5078
|
}
|
|
5063
5079
|
) });
|
|
5064
5080
|
}
|
|
5065
|
-
return /* @__PURE__ */
|
|
5081
|
+
return /* @__PURE__ */ jsxs79("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5066
5082
|
/* @__PURE__ */ jsx106(
|
|
5067
5083
|
"path",
|
|
5068
5084
|
{
|
|
@@ -5137,11 +5153,11 @@ var ICArrowDownward = /* @__PURE__ */ __name((props) => {
|
|
|
5137
5153
|
}, "ICArrowDownward");
|
|
5138
5154
|
|
|
5139
5155
|
// src/assets/light-mode.tsx
|
|
5140
|
-
import { jsx as jsx109, jsxs as
|
|
5156
|
+
import { jsx as jsx109, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
5141
5157
|
var ICLightMode = /* @__PURE__ */ __name((props) => {
|
|
5142
5158
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5143
5159
|
if (thick) {
|
|
5144
|
-
return /* @__PURE__ */
|
|
5160
|
+
return /* @__PURE__ */ jsxs80("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5145
5161
|
/* @__PURE__ */ jsx109("path", { d: "M26 2V11H22V2H26Z", fill: color }),
|
|
5146
5162
|
/* @__PURE__ */ jsx109(
|
|
5147
5163
|
"path",
|
|
@@ -5161,7 +5177,7 @@ var ICLightMode = /* @__PURE__ */ __name((props) => {
|
|
|
5161
5177
|
/* @__PURE__ */ jsx109("path", { d: "M7.02978 9.85802L13.3937 16.222L16.2222 13.3936L9.85821 7.02959L7.02978 9.85802Z", fill: color })
|
|
5162
5178
|
] });
|
|
5163
5179
|
}
|
|
5164
|
-
return /* @__PURE__ */
|
|
5180
|
+
return /* @__PURE__ */ jsxs80("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5165
5181
|
/* @__PURE__ */ jsx109("path", { d: "M25.5 2V11H22.5V2H25.5Z", fill: color }),
|
|
5166
5182
|
/* @__PURE__ */ jsx109(
|
|
5167
5183
|
"path",
|
|
@@ -5209,11 +5225,11 @@ var ICDarkMode = /* @__PURE__ */ __name((props) => {
|
|
|
5209
5225
|
}, "ICDarkMode");
|
|
5210
5226
|
|
|
5211
5227
|
// src/assets/target.tsx
|
|
5212
|
-
import { jsx as jsx111, jsxs as
|
|
5228
|
+
import { jsx as jsx111, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
5213
5229
|
var ICTarget = /* @__PURE__ */ __name((props) => {
|
|
5214
5230
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5215
5231
|
if (thick) {
|
|
5216
|
-
return /* @__PURE__ */
|
|
5232
|
+
return /* @__PURE__ */ jsxs81("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5217
5233
|
/* @__PURE__ */ jsx111(
|
|
5218
5234
|
"path",
|
|
5219
5235
|
{
|
|
@@ -5237,7 +5253,7 @@ var ICTarget = /* @__PURE__ */ __name((props) => {
|
|
|
5237
5253
|
)
|
|
5238
5254
|
] });
|
|
5239
5255
|
}
|
|
5240
|
-
return /* @__PURE__ */
|
|
5256
|
+
return /* @__PURE__ */ jsxs81("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5241
5257
|
/* @__PURE__ */ jsx111(
|
|
5242
5258
|
"path",
|
|
5243
5259
|
{
|
|
@@ -5263,7 +5279,7 @@ var ICTarget = /* @__PURE__ */ __name((props) => {
|
|
|
5263
5279
|
}, "ICTarget");
|
|
5264
5280
|
|
|
5265
5281
|
// src/assets/question-box.tsx
|
|
5266
|
-
import { jsx as jsx112, jsxs as
|
|
5282
|
+
import { jsx as jsx112, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
5267
5283
|
var ICQuestionBox = /* @__PURE__ */ __name((props) => {
|
|
5268
5284
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5269
5285
|
if (fill && thick) {
|
|
@@ -5278,7 +5294,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
|
|
|
5278
5294
|
) });
|
|
5279
5295
|
}
|
|
5280
5296
|
if (thick) {
|
|
5281
|
-
return /* @__PURE__ */
|
|
5297
|
+
return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5282
5298
|
/* @__PURE__ */ jsx112(
|
|
5283
5299
|
"path",
|
|
5284
5300
|
{
|
|
@@ -5315,7 +5331,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
|
|
|
5315
5331
|
}
|
|
5316
5332
|
) });
|
|
5317
5333
|
}
|
|
5318
|
-
return /* @__PURE__ */
|
|
5334
|
+
return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5319
5335
|
/* @__PURE__ */ jsx112(
|
|
5320
5336
|
"path",
|
|
5321
5337
|
{
|
|
@@ -5343,11 +5359,11 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
|
|
|
5343
5359
|
}, "ICQuestionBox");
|
|
5344
5360
|
|
|
5345
5361
|
// src/assets/new-tab.tsx
|
|
5346
|
-
import { jsx as jsx113, jsxs as
|
|
5362
|
+
import { jsx as jsx113, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
5347
5363
|
var ICNewTab = /* @__PURE__ */ __name((props) => {
|
|
5348
5364
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5349
5365
|
if (fill && thick) {
|
|
5350
|
-
return /* @__PURE__ */
|
|
5366
|
+
return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5351
5367
|
/* @__PURE__ */ jsx113(
|
|
5352
5368
|
"path",
|
|
5353
5369
|
{
|
|
@@ -5364,7 +5380,7 @@ var ICNewTab = /* @__PURE__ */ __name((props) => {
|
|
|
5364
5380
|
)
|
|
5365
5381
|
] });
|
|
5366
5382
|
}
|
|
5367
|
-
return /* @__PURE__ */
|
|
5383
|
+
return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5368
5384
|
/* @__PURE__ */ jsx113(
|
|
5369
5385
|
"path",
|
|
5370
5386
|
{
|
|
@@ -5383,11 +5399,11 @@ var ICNewTab = /* @__PURE__ */ __name((props) => {
|
|
|
5383
5399
|
}, "ICNewTab");
|
|
5384
5400
|
|
|
5385
5401
|
// src/assets/example.tsx
|
|
5386
|
-
import { jsx as jsx114, jsxs as
|
|
5402
|
+
import { jsx as jsx114, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
5387
5403
|
var ICExample = /* @__PURE__ */ __name((props) => {
|
|
5388
5404
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5389
5405
|
if (fill && thick) {
|
|
5390
|
-
return /* @__PURE__ */
|
|
5406
|
+
return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5391
5407
|
/* @__PURE__ */ jsx114(
|
|
5392
5408
|
"path",
|
|
5393
5409
|
{
|
|
@@ -5401,7 +5417,7 @@ var ICExample = /* @__PURE__ */ __name((props) => {
|
|
|
5401
5417
|
] });
|
|
5402
5418
|
}
|
|
5403
5419
|
if (fill) {
|
|
5404
|
-
return /* @__PURE__ */
|
|
5420
|
+
return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5405
5421
|
/* @__PURE__ */ jsx114(
|
|
5406
5422
|
"path",
|
|
5407
5423
|
{
|
|
@@ -5414,7 +5430,7 @@ var ICExample = /* @__PURE__ */ __name((props) => {
|
|
|
5414
5430
|
/* @__PURE__ */ jsx114("rect", { x: "18", y: "18", width: size, height: size, fill: color })
|
|
5415
5431
|
] });
|
|
5416
5432
|
}
|
|
5417
|
-
return /* @__PURE__ */
|
|
5433
|
+
return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5418
5434
|
/* @__PURE__ */ jsx114(
|
|
5419
5435
|
"path",
|
|
5420
5436
|
{
|
|
@@ -5429,11 +5445,11 @@ var ICExample = /* @__PURE__ */ __name((props) => {
|
|
|
5429
5445
|
}, "ICExample");
|
|
5430
5446
|
|
|
5431
5447
|
// src/assets/quote.tsx
|
|
5432
|
-
import { jsx as jsx115, jsxs as
|
|
5448
|
+
import { jsx as jsx115, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
5433
5449
|
var ICQuote = /* @__PURE__ */ __name((props) => {
|
|
5434
5450
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5435
5451
|
if (thick) {
|
|
5436
|
-
return /* @__PURE__ */
|
|
5452
|
+
return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5437
5453
|
/* @__PURE__ */ jsx115(
|
|
5438
5454
|
"path",
|
|
5439
5455
|
{
|
|
@@ -5455,7 +5471,7 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
|
|
|
5455
5471
|
] });
|
|
5456
5472
|
}
|
|
5457
5473
|
if (fill) {
|
|
5458
|
-
return /* @__PURE__ */
|
|
5474
|
+
return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5459
5475
|
/* @__PURE__ */ jsx115(
|
|
5460
5476
|
"path",
|
|
5461
5477
|
{
|
|
@@ -5472,7 +5488,7 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
|
|
|
5472
5488
|
)
|
|
5473
5489
|
] });
|
|
5474
5490
|
}
|
|
5475
|
-
return /* @__PURE__ */
|
|
5491
|
+
return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5476
5492
|
/* @__PURE__ */ jsx115(
|
|
5477
5493
|
"path",
|
|
5478
5494
|
{
|
|
@@ -5495,11 +5511,11 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
|
|
|
5495
5511
|
}, "ICQuote");
|
|
5496
5512
|
|
|
5497
5513
|
// src/assets/document-check.tsx
|
|
5498
|
-
import { jsx as jsx116, jsxs as
|
|
5514
|
+
import { jsx as jsx116, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
5499
5515
|
var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
|
|
5500
5516
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5501
5517
|
if (fill && thick) {
|
|
5502
|
-
return /* @__PURE__ */
|
|
5518
|
+
return /* @__PURE__ */ jsxs86("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5503
5519
|
/* @__PURE__ */ jsx116(
|
|
5504
5520
|
"path",
|
|
5505
5521
|
{
|
|
@@ -5518,7 +5534,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
|
|
|
5518
5534
|
] });
|
|
5519
5535
|
}
|
|
5520
5536
|
if (thick) {
|
|
5521
|
-
return /* @__PURE__ */
|
|
5537
|
+
return /* @__PURE__ */ jsxs86("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5522
5538
|
/* @__PURE__ */ jsx116(
|
|
5523
5539
|
"path",
|
|
5524
5540
|
{
|
|
@@ -5538,7 +5554,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
|
|
|
5538
5554
|
] });
|
|
5539
5555
|
}
|
|
5540
5556
|
if (fill) {
|
|
5541
|
-
return /* @__PURE__ */
|
|
5557
|
+
return /* @__PURE__ */ jsxs86("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5542
5558
|
/* @__PURE__ */ jsx116(
|
|
5543
5559
|
"path",
|
|
5544
5560
|
{
|
|
@@ -5562,7 +5578,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
|
|
|
5562
5578
|
)
|
|
5563
5579
|
] });
|
|
5564
5580
|
}
|
|
5565
|
-
return /* @__PURE__ */
|
|
5581
|
+
return /* @__PURE__ */ jsxs86("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5566
5582
|
/* @__PURE__ */ jsx116(
|
|
5567
5583
|
"path",
|
|
5568
5584
|
{
|
|
@@ -5609,11 +5625,11 @@ var ICBlock = /* @__PURE__ */ __name((props) => {
|
|
|
5609
5625
|
}, "ICBlock");
|
|
5610
5626
|
|
|
5611
5627
|
// src/assets/bookmark-cancel.tsx
|
|
5612
|
-
import { jsx as jsx118, jsxs as
|
|
5628
|
+
import { jsx as jsx118, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
5613
5629
|
var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
|
|
5614
5630
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5615
5631
|
if (fill && thick) {
|
|
5616
|
-
return /* @__PURE__ */
|
|
5632
|
+
return /* @__PURE__ */ jsxs87("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5617
5633
|
/* @__PURE__ */ jsx118("path", { d: "M3.67651 6.50421L6.50494 3.67578L44.3233 41.4941L41.4949 44.3226L3.67651 6.50421Z", fill: "#1E1E1F" }),
|
|
5618
5634
|
/* @__PURE__ */ jsx118("path", { d: "M12.0713 5L41.0001 33.9287V7C41.0001 5.89543 40.1046 5 39.0001 5H12.0713Z", fill: "#1E1E1F" }),
|
|
5619
5635
|
/* @__PURE__ */ jsx118(
|
|
@@ -5626,7 +5642,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
|
|
|
5626
5642
|
] });
|
|
5627
5643
|
}
|
|
5628
5644
|
if (thick) {
|
|
5629
|
-
return /* @__PURE__ */
|
|
5645
|
+
return /* @__PURE__ */ jsxs87("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5630
5646
|
/* @__PURE__ */ jsx118(
|
|
5631
5647
|
"path",
|
|
5632
5648
|
{
|
|
@@ -5651,7 +5667,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
|
|
|
5651
5667
|
] });
|
|
5652
5668
|
}
|
|
5653
5669
|
if (fill) {
|
|
5654
|
-
return /* @__PURE__ */
|
|
5670
|
+
return /* @__PURE__ */ jsxs87("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5655
5671
|
/* @__PURE__ */ jsx118("path", { d: "M41.9395 44.0608L44.0608 41.9395L6.06077 3.93945L3.93945 6.06077L41.9395 44.0608Z", fill: "#1E1E1F" }),
|
|
5656
5672
|
/* @__PURE__ */ jsx118("path", { d: "M39 5.00023C40.1046 5.00023 41 5.89566 41 7.00023V34.6361L11.3642 5.00023H39Z", fill: "#1E1E1F" }),
|
|
5657
5673
|
/* @__PURE__ */ jsx118(
|
|
@@ -5663,7 +5679,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
|
|
|
5663
5679
|
)
|
|
5664
5680
|
] });
|
|
5665
5681
|
}
|
|
5666
|
-
return /* @__PURE__ */
|
|
5682
|
+
return /* @__PURE__ */ jsxs87("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5667
5683
|
/* @__PURE__ */ jsx118("path", { d: "M41.9393 44.0608L44.0606 41.9395L6.06065 3.93945L3.93933 6.06077L41.9393 44.0608Z", fill: "#1E1E1F" }),
|
|
5668
5684
|
/* @__PURE__ */ jsx118(
|
|
5669
5685
|
"path",
|
|
@@ -5749,11 +5765,11 @@ var ICArrowUpLeft = /* @__PURE__ */ __name((props) => {
|
|
|
5749
5765
|
}, "ICArrowUpLeft");
|
|
5750
5766
|
|
|
5751
5767
|
// src/assets/email.tsx
|
|
5752
|
-
import { jsx as jsx122, jsxs as
|
|
5768
|
+
import { jsx as jsx122, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
5753
5769
|
var ICEmail = /* @__PURE__ */ __name((props) => {
|
|
5754
5770
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5755
5771
|
if (fill && thick) {
|
|
5756
|
-
return /* @__PURE__ */
|
|
5772
|
+
return /* @__PURE__ */ jsxs88("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5757
5773
|
/* @__PURE__ */ jsx122(
|
|
5758
5774
|
"path",
|
|
5759
5775
|
{
|
|
@@ -5782,7 +5798,7 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
|
|
|
5782
5798
|
) });
|
|
5783
5799
|
}
|
|
5784
5800
|
if (fill) {
|
|
5785
|
-
return /* @__PURE__ */
|
|
5801
|
+
return /* @__PURE__ */ jsxs88("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5786
5802
|
/* @__PURE__ */ jsx122(
|
|
5787
5803
|
"path",
|
|
5788
5804
|
{
|
|
@@ -5811,17 +5827,17 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
|
|
|
5811
5827
|
}, "ICEmail");
|
|
5812
5828
|
|
|
5813
5829
|
// src/assets/filter.tsx
|
|
5814
|
-
import { jsx as jsx123, jsxs as
|
|
5830
|
+
import { jsx as jsx123, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
5815
5831
|
var ICFilter = /* @__PURE__ */ __name((props) => {
|
|
5816
5832
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5817
5833
|
if (thick) {
|
|
5818
|
-
return /* @__PURE__ */
|
|
5834
|
+
return /* @__PURE__ */ jsxs89("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5819
5835
|
/* @__PURE__ */ jsx123("path", { d: "M42 16H6V12H42V16Z", fill: color }),
|
|
5820
5836
|
/* @__PURE__ */ jsx123("path", { d: "M36 26H12V22H36V26Z", fill: color }),
|
|
5821
5837
|
/* @__PURE__ */ jsx123("path", { d: "M19 36H29V32H19V36Z", fill: color })
|
|
5822
5838
|
] });
|
|
5823
5839
|
}
|
|
5824
|
-
return /* @__PURE__ */
|
|
5840
|
+
return /* @__PURE__ */ jsxs89("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5825
5841
|
/* @__PURE__ */ jsx123("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M36 25.5H12V22.5H36V25.5Z", fill: color }),
|
|
5826
5842
|
/* @__PURE__ */ jsx123("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M42 15.5H6V12.5H42V15.5Z", fill: color }),
|
|
5827
5843
|
/* @__PURE__ */ jsx123("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M29 35.5H19V32.5H29V35.5Z", fill: color })
|
|
@@ -5829,11 +5845,11 @@ var ICFilter = /* @__PURE__ */ __name((props) => {
|
|
|
5829
5845
|
}, "ICFilter");
|
|
5830
5846
|
|
|
5831
5847
|
// src/assets/timer.tsx
|
|
5832
|
-
import { jsx as jsx124, jsxs as
|
|
5848
|
+
import { jsx as jsx124, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
5833
5849
|
var ICTimer = /* @__PURE__ */ __name((props) => {
|
|
5834
5850
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5835
5851
|
if (thick) {
|
|
5836
|
-
return /* @__PURE__ */
|
|
5852
|
+
return /* @__PURE__ */ jsxs90("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5837
5853
|
/* @__PURE__ */ jsx124("path", { d: "M18 6H30V2H18V6Z", fill: color }),
|
|
5838
5854
|
/* @__PURE__ */ jsx124("path", { d: "M26 26V15H22V26H26Z", fill: color }),
|
|
5839
5855
|
/* @__PURE__ */ jsx124(
|
|
@@ -5847,7 +5863,7 @@ var ICTimer = /* @__PURE__ */ __name((props) => {
|
|
|
5847
5863
|
)
|
|
5848
5864
|
] });
|
|
5849
5865
|
}
|
|
5850
|
-
return /* @__PURE__ */
|
|
5866
|
+
return /* @__PURE__ */ jsxs90("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5851
5867
|
/* @__PURE__ */ jsx124("path", { d: "M18 5.5H30V2.5H18V5.5Z", fill: color }),
|
|
5852
5868
|
/* @__PURE__ */ jsx124("path", { d: "M25.5 26V15H22.5V26H25.5Z", fill: color }),
|
|
5853
5869
|
/* @__PURE__ */ jsx124(
|
|
@@ -5863,11 +5879,11 @@ var ICTimer = /* @__PURE__ */ __name((props) => {
|
|
|
5863
5879
|
}, "ICTimer");
|
|
5864
5880
|
|
|
5865
5881
|
// src/assets/play-button.tsx
|
|
5866
|
-
import { jsx as jsx125, jsxs as
|
|
5882
|
+
import { jsx as jsx125, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
5867
5883
|
var ICPlayButton = /* @__PURE__ */ __name((props) => {
|
|
5868
5884
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5869
5885
|
if (thick) {
|
|
5870
|
-
return /* @__PURE__ */
|
|
5886
|
+
return /* @__PURE__ */ jsxs91("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5871
5887
|
/* @__PURE__ */ jsx125(
|
|
5872
5888
|
"path",
|
|
5873
5889
|
{
|
|
@@ -5891,7 +5907,7 @@ var ICPlayButton = /* @__PURE__ */ __name((props) => {
|
|
|
5891
5907
|
}
|
|
5892
5908
|
) });
|
|
5893
5909
|
}
|
|
5894
|
-
return /* @__PURE__ */
|
|
5910
|
+
return /* @__PURE__ */ jsxs91("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5895
5911
|
/* @__PURE__ */ jsx125(
|
|
5896
5912
|
"path",
|
|
5897
5913
|
{
|
|
@@ -5906,12 +5922,12 @@ var ICPlayButton = /* @__PURE__ */ __name((props) => {
|
|
|
5906
5922
|
}, "ICPlayButton");
|
|
5907
5923
|
|
|
5908
5924
|
// src/assets/text-select.tsx
|
|
5909
|
-
import { jsx as jsx126, jsxs as
|
|
5925
|
+
import { jsx as jsx126, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
5910
5926
|
var ICTextSelect = /* @__PURE__ */ __name((props) => {
|
|
5911
5927
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5912
5928
|
if (thick) {
|
|
5913
|
-
return /* @__PURE__ */
|
|
5914
|
-
/* @__PURE__ */
|
|
5929
|
+
return /* @__PURE__ */ jsxs92("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5930
|
+
/* @__PURE__ */ jsxs92("g", { "clip-path": "url(#clip0_3527_4665)", children: [
|
|
5915
5931
|
/* @__PURE__ */ jsx126("path", { d: "M26 19H30V15H18V19H22V31H26V19Z", fill: color }),
|
|
5916
5932
|
/* @__PURE__ */ jsx126(
|
|
5917
5933
|
"path",
|
|
@@ -5926,7 +5942,7 @@ var ICTextSelect = /* @__PURE__ */ __name((props) => {
|
|
|
5926
5942
|
/* @__PURE__ */ jsx126("defs", { children: /* @__PURE__ */ jsx126("clipPath", { id: "clip0_3527_4665", children: /* @__PURE__ */ jsx126("rect", { width: size, height: size, fill: "white" }) }) })
|
|
5927
5943
|
] });
|
|
5928
5944
|
}
|
|
5929
|
-
return /* @__PURE__ */
|
|
5945
|
+
return /* @__PURE__ */ jsxs92("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5930
5946
|
/* @__PURE__ */ jsx126("path", { d: "M25.5 18.5H30V15.5H18V18.5H22.5V31H25.5V18.5Z", fill: color }),
|
|
5931
5947
|
/* @__PURE__ */ jsx126(
|
|
5932
5948
|
"path",
|
|
@@ -5957,11 +5973,11 @@ var ICArrowDropDown = /* @__PURE__ */ __name((props) => {
|
|
|
5957
5973
|
}, "ICArrowDropDown");
|
|
5958
5974
|
|
|
5959
5975
|
// src/assets/bell.tsx
|
|
5960
|
-
import { jsx as jsx128, jsxs as
|
|
5976
|
+
import { jsx as jsx128, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
5961
5977
|
var ICBell = /* @__PURE__ */ __name((props) => {
|
|
5962
5978
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5963
5979
|
if (thick) {
|
|
5964
|
-
return /* @__PURE__ */
|
|
5980
|
+
return /* @__PURE__ */ jsxs93("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5965
5981
|
/* @__PURE__ */ jsx128(
|
|
5966
5982
|
"path",
|
|
5967
5983
|
{
|
|
@@ -5975,7 +5991,7 @@ var ICBell = /* @__PURE__ */ __name((props) => {
|
|
|
5975
5991
|
] });
|
|
5976
5992
|
}
|
|
5977
5993
|
if (fill) {
|
|
5978
|
-
return /* @__PURE__ */
|
|
5994
|
+
return /* @__PURE__ */ jsxs93("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5979
5995
|
/* @__PURE__ */ jsx128(
|
|
5980
5996
|
"path",
|
|
5981
5997
|
{
|
|
@@ -5986,7 +6002,7 @@ var ICBell = /* @__PURE__ */ __name((props) => {
|
|
|
5986
6002
|
/* @__PURE__ */ jsx128("path", { d: "M28 40H20C20 42.2091 21.7909 44 24 44C26.2091 44 28 42.2091 28 40Z", fill: color })
|
|
5987
6003
|
] });
|
|
5988
6004
|
}
|
|
5989
|
-
return /* @__PURE__ */
|
|
6005
|
+
return /* @__PURE__ */ jsxs93("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5990
6006
|
/* @__PURE__ */ jsx128(
|
|
5991
6007
|
"path",
|
|
5992
6008
|
{
|
|
@@ -6001,11 +6017,11 @@ var ICBell = /* @__PURE__ */ __name((props) => {
|
|
|
6001
6017
|
}, "ICBell");
|
|
6002
6018
|
|
|
6003
6019
|
// src/assets/secret-mode.tsx
|
|
6004
|
-
import { jsx as jsx129, jsxs as
|
|
6020
|
+
import { jsx as jsx129, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
6005
6021
|
var ICSecretMode = /* @__PURE__ */ __name((props) => {
|
|
6006
6022
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
6007
6023
|
if (thick) {
|
|
6008
|
-
return /* @__PURE__ */
|
|
6024
|
+
return /* @__PURE__ */ jsxs94("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6009
6025
|
/* @__PURE__ */ jsx129(
|
|
6010
6026
|
"path",
|
|
6011
6027
|
{
|
|
@@ -6027,7 +6043,7 @@ var ICSecretMode = /* @__PURE__ */ __name((props) => {
|
|
|
6027
6043
|
] });
|
|
6028
6044
|
}
|
|
6029
6045
|
if (fill) {
|
|
6030
|
-
return /* @__PURE__ */
|
|
6046
|
+
return /* @__PURE__ */ jsxs94("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6031
6047
|
/* @__PURE__ */ jsx129(
|
|
6032
6048
|
"path",
|
|
6033
6049
|
{
|
|
@@ -6046,7 +6062,7 @@ var ICSecretMode = /* @__PURE__ */ __name((props) => {
|
|
|
6046
6062
|
)
|
|
6047
6063
|
] });
|
|
6048
6064
|
}
|
|
6049
|
-
return /* @__PURE__ */
|
|
6065
|
+
return /* @__PURE__ */ jsxs94("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6050
6066
|
/* @__PURE__ */ jsx129(
|
|
6051
6067
|
"path",
|
|
6052
6068
|
{
|
|
@@ -6069,11 +6085,11 @@ var ICSecretMode = /* @__PURE__ */ __name((props) => {
|
|
|
6069
6085
|
}, "ICSecretMode");
|
|
6070
6086
|
|
|
6071
6087
|
// src/assets/add-clock.tsx
|
|
6072
|
-
import { jsx as jsx130, jsxs as
|
|
6088
|
+
import { jsx as jsx130, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
6073
6089
|
var ICAddClock = /* @__PURE__ */ __name((props) => {
|
|
6074
6090
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
6075
6091
|
if (thick) {
|
|
6076
|
-
return /* @__PURE__ */
|
|
6092
|
+
return /* @__PURE__ */ jsxs95("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6077
6093
|
/* @__PURE__ */ jsx130(
|
|
6078
6094
|
"path",
|
|
6079
6095
|
{
|
|
@@ -6097,7 +6113,7 @@ var ICAddClock = /* @__PURE__ */ __name((props) => {
|
|
|
6097
6113
|
)
|
|
6098
6114
|
] });
|
|
6099
6115
|
}
|
|
6100
|
-
return /* @__PURE__ */
|
|
6116
|
+
return /* @__PURE__ */ jsxs95("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6101
6117
|
/* @__PURE__ */ jsx130(
|
|
6102
6118
|
"path",
|
|
6103
6119
|
{
|
|
@@ -6123,11 +6139,11 @@ var ICAddClock = /* @__PURE__ */ __name((props) => {
|
|
|
6123
6139
|
}, "ICAddClock");
|
|
6124
6140
|
|
|
6125
6141
|
// src/assets/clock.tsx
|
|
6126
|
-
import { jsx as jsx131, jsxs as
|
|
6142
|
+
import { jsx as jsx131, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
6127
6143
|
var ICClock = /* @__PURE__ */ __name((props) => {
|
|
6128
6144
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
6129
6145
|
if (thick) {
|
|
6130
|
-
return /* @__PURE__ */
|
|
6146
|
+
return /* @__PURE__ */ jsxs96("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6131
6147
|
/* @__PURE__ */ jsx131(
|
|
6132
6148
|
"path",
|
|
6133
6149
|
{
|
|
@@ -6146,7 +6162,7 @@ var ICClock = /* @__PURE__ */ __name((props) => {
|
|
|
6146
6162
|
)
|
|
6147
6163
|
] });
|
|
6148
6164
|
}
|
|
6149
|
-
return /* @__PURE__ */
|
|
6165
|
+
return /* @__PURE__ */ jsxs96("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6150
6166
|
/* @__PURE__ */ jsx131(
|
|
6151
6167
|
"path",
|
|
6152
6168
|
{
|
|
@@ -6167,11 +6183,11 @@ var ICClock = /* @__PURE__ */ __name((props) => {
|
|
|
6167
6183
|
}, "ICClock");
|
|
6168
6184
|
|
|
6169
6185
|
// src/assets/lp-pri-icon-m-spinner.tsx
|
|
6170
|
-
import { jsx as jsx132, jsxs as
|
|
6186
|
+
import { jsx as jsx132, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
6171
6187
|
var ICLpPriIconMSpinner = /* @__PURE__ */ __name((props) => {
|
|
6172
6188
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
6173
6189
|
if (thick) {
|
|
6174
|
-
return /* @__PURE__ */
|
|
6190
|
+
return /* @__PURE__ */ jsxs97("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6175
6191
|
/* @__PURE__ */ jsx132(
|
|
6176
6192
|
"path",
|
|
6177
6193
|
{
|
|
@@ -6181,7 +6197,7 @@ var ICLpPriIconMSpinner = /* @__PURE__ */ __name((props) => {
|
|
|
6181
6197
|
fill: "url(#paint0_angular_4688_5472)"
|
|
6182
6198
|
}
|
|
6183
6199
|
),
|
|
6184
|
-
/* @__PURE__ */ jsx132("defs", { children: /* @__PURE__ */
|
|
6200
|
+
/* @__PURE__ */ jsx132("defs", { children: /* @__PURE__ */ jsxs97(
|
|
6185
6201
|
"radialGradient",
|
|
6186
6202
|
{
|
|
6187
6203
|
id: "paint0_angular_4688_5472",
|
|
@@ -6199,7 +6215,7 @@ var ICLpPriIconMSpinner = /* @__PURE__ */ __name((props) => {
|
|
|
6199
6215
|
) })
|
|
6200
6216
|
] });
|
|
6201
6217
|
}
|
|
6202
|
-
return /* @__PURE__ */
|
|
6218
|
+
return /* @__PURE__ */ jsxs97("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6203
6219
|
/* @__PURE__ */ jsx132(
|
|
6204
6220
|
"path",
|
|
6205
6221
|
{
|
|
@@ -6209,7 +6225,7 @@ var ICLpPriIconMSpinner = /* @__PURE__ */ __name((props) => {
|
|
|
6209
6225
|
fill: "url(#paint0_angular_4688_5472)"
|
|
6210
6226
|
}
|
|
6211
6227
|
),
|
|
6212
|
-
/* @__PURE__ */ jsx132("defs", { children: /* @__PURE__ */
|
|
6228
|
+
/* @__PURE__ */ jsx132("defs", { children: /* @__PURE__ */ jsxs97(
|
|
6213
6229
|
"radialGradient",
|
|
6214
6230
|
{
|
|
6215
6231
|
id: "paint0_angular_4688_5472",
|
|
@@ -6255,11 +6271,11 @@ var ICLpPriIconSDropDown = /* @__PURE__ */ __name((props) => {
|
|
|
6255
6271
|
}, "ICLpPriIconSDropDown");
|
|
6256
6272
|
|
|
6257
6273
|
// src/assets/lp-pri-icon-m-volume-up.tsx
|
|
6258
|
-
import { jsx as jsx134, jsxs as
|
|
6274
|
+
import { jsx as jsx134, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
6259
6275
|
var ICLpPriIconMVolumeUp = /* @__PURE__ */ __name((props) => {
|
|
6260
6276
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
6261
6277
|
if (thick) {
|
|
6262
|
-
return /* @__PURE__ */
|
|
6278
|
+
return /* @__PURE__ */ jsxs98("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6263
6279
|
/* @__PURE__ */ jsx134(
|
|
6264
6280
|
"path",
|
|
6265
6281
|
{
|
|
@@ -6286,7 +6302,7 @@ var ICLpPriIconMVolumeUp = /* @__PURE__ */ __name((props) => {
|
|
|
6286
6302
|
] });
|
|
6287
6303
|
}
|
|
6288
6304
|
if (fill) {
|
|
6289
|
-
return /* @__PURE__ */
|
|
6305
|
+
return /* @__PURE__ */ jsxs98("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6290
6306
|
/* @__PURE__ */ jsx134(
|
|
6291
6307
|
"path",
|
|
6292
6308
|
{
|
|
@@ -6310,7 +6326,7 @@ var ICLpPriIconMVolumeUp = /* @__PURE__ */ __name((props) => {
|
|
|
6310
6326
|
)
|
|
6311
6327
|
] });
|
|
6312
6328
|
}
|
|
6313
|
-
return /* @__PURE__ */
|
|
6329
|
+
return /* @__PURE__ */ jsxs98("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6314
6330
|
/* @__PURE__ */ jsx134(
|
|
6315
6331
|
"path",
|
|
6316
6332
|
{
|
|
@@ -6683,7 +6699,7 @@ var Icon = /* @__PURE__ */ __name((props) => {
|
|
|
6683
6699
|
}, "Icon");
|
|
6684
6700
|
|
|
6685
6701
|
// src/components/Button/index.tsx
|
|
6686
|
-
import { jsx as jsx137, jsxs as
|
|
6702
|
+
import { jsx as jsx137, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
6687
6703
|
var buttonIconSizeMap = {
|
|
6688
6704
|
cta: "m",
|
|
6689
6705
|
l: "s",
|
|
@@ -6770,7 +6786,7 @@ var DefaultButton = forwardRef(
|
|
|
6770
6786
|
className: clsx2(defaultButtonVariants({ level, fill, align, size, width }), className),
|
|
6771
6787
|
ref
|
|
6772
6788
|
},
|
|
6773
|
-
/* @__PURE__ */
|
|
6789
|
+
/* @__PURE__ */ jsxs99("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
|
|
6774
6790
|
!!leftIcon && /* @__PURE__ */ jsx137(Icon, { name: leftIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
|
|
6775
6791
|
/* @__PURE__ */ jsx137("p", { className: style_module_default.content, children: newChildren }),
|
|
6776
6792
|
!!rightIcon && /* @__PURE__ */ jsx137(Icon, { name: rightIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
|
|
@@ -6784,7 +6800,7 @@ var DefaultButton = forwardRef(
|
|
|
6784
6800
|
...rest,
|
|
6785
6801
|
className: clsx2(defaultButtonVariants({ level, fill, align, size, width }), className),
|
|
6786
6802
|
ref,
|
|
6787
|
-
children: /* @__PURE__ */
|
|
6803
|
+
children: /* @__PURE__ */ jsxs99("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
|
|
6788
6804
|
!!leftIcon && /* @__PURE__ */ jsx137(
|
|
6789
6805
|
Icon,
|
|
6790
6806
|
{
|
|
@@ -6928,11 +6944,11 @@ var Paragraph = /* @__PURE__ */ __name(({
|
|
|
6928
6944
|
|
|
6929
6945
|
// src/components/Toast/index.tsx
|
|
6930
6946
|
import { useRecoilValue, useSetRecoilState as useSetRecoilState2 } from "recoil";
|
|
6931
|
-
import { jsx as jsx139, jsxs as
|
|
6947
|
+
import { jsx as jsx139, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
6932
6948
|
import { createElement } from "react";
|
|
6933
6949
|
var Toaster = /* @__PURE__ */ __name(() => {
|
|
6934
6950
|
const { list } = useRecoilValue(toastAtom);
|
|
6935
|
-
return /* @__PURE__ */
|
|
6951
|
+
return /* @__PURE__ */ jsxs100(Provider, { children: [
|
|
6936
6952
|
list.map((props) => /* @__PURE__ */ createElement(SingleToast, { ...props, key: props.toastId })),
|
|
6937
6953
|
/* @__PURE__ */ jsx139(Viewport, { className: style_module_default3.ToastViewport })
|
|
6938
6954
|
] });
|
|
@@ -6963,9 +6979,9 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
|
6963
6979
|
clearTimeout(timerRef.current);
|
|
6964
6980
|
};
|
|
6965
6981
|
}, []);
|
|
6966
|
-
return /* @__PURE__ */
|
|
6982
|
+
return /* @__PURE__ */ jsxs100(Root, { className: style_module_default3.ToastRoot, open: isOpen, ...props, children: [
|
|
6967
6983
|
icon && /* @__PURE__ */ jsx139("i", { className: style_module_default3.Icon, children: /* @__PURE__ */ jsx139(Icon, { ...icon, size: "s" }) }),
|
|
6968
|
-
/* @__PURE__ */
|
|
6984
|
+
/* @__PURE__ */ jsxs100(Title, { className: style_module_default3.ToastTitle, children: [
|
|
6969
6985
|
/* @__PURE__ */ jsx139(
|
|
6970
6986
|
Paragraph,
|
|
6971
6987
|
{
|
|
@@ -7128,7 +7144,7 @@ var style_module_default5 = {
|
|
|
7128
7144
|
// src/components/Popover/index.tsx
|
|
7129
7145
|
import { cva as cva4 } from "class-variance-authority";
|
|
7130
7146
|
import { clsx as clsx8 } from "clsx";
|
|
7131
|
-
import { jsx as jsx144, jsxs as
|
|
7147
|
+
import { jsx as jsx144, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
7132
7148
|
var DEFAULT_OFFSET = -6;
|
|
7133
7149
|
var popoverVariants = cva4(style_module_default5.content, {
|
|
7134
7150
|
variants: {
|
|
@@ -7187,7 +7203,7 @@ var PopoverContent = React.forwardRef(
|
|
|
7187
7203
|
onClose,
|
|
7188
7204
|
className,
|
|
7189
7205
|
...props
|
|
7190
|
-
}, ref) => /* @__PURE__ */ jsx144(PopoverPrimitive.Portal, { children: /* @__PURE__ */
|
|
7206
|
+
}, ref) => /* @__PURE__ */ jsx144(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs101(
|
|
7191
7207
|
PopoverPrimitive.Content,
|
|
7192
7208
|
{
|
|
7193
7209
|
ref,
|
|
@@ -7197,8 +7213,8 @@ var PopoverContent = React.forwardRef(
|
|
|
7197
7213
|
className: clsx8(popoverVariants({ level }), className),
|
|
7198
7214
|
...props,
|
|
7199
7215
|
children: [
|
|
7200
|
-
/* @__PURE__ */
|
|
7201
|
-
/* @__PURE__ */
|
|
7216
|
+
/* @__PURE__ */ jsxs101("div", { className: style_module_default5.contentContainer, children: [
|
|
7217
|
+
/* @__PURE__ */ jsxs101("div", { className: style_module_default5.heading, children: [
|
|
7202
7218
|
tag && /* @__PURE__ */ jsx144("span", { className: popoverTagVariants(), children: tag }),
|
|
7203
7219
|
icon && /* @__PURE__ */ jsx144(Icon, { name: icon.name, size: "xs", thick: icon.thick, fill: icon.fill }),
|
|
7204
7220
|
/* @__PURE__ */ jsx144("p", { className: popoverTitleVariants(), children: title }),
|
|
@@ -7438,11 +7454,11 @@ var Label = forwardRef5(
|
|
|
7438
7454
|
);
|
|
7439
7455
|
|
|
7440
7456
|
// src/components/CheckBox/index.tsx
|
|
7441
|
-
import { Fragment as Fragment3, jsx as jsx148, jsxs as
|
|
7457
|
+
import { Fragment as Fragment3, jsx as jsx148, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
7442
7458
|
var Checkbox = forwardRef6(
|
|
7443
7459
|
({ className, label, description, ...props }, ref) => {
|
|
7444
|
-
const CheckboxWrapper = /* @__PURE__ */ __name(({ children }) => label ? /* @__PURE__ */
|
|
7445
|
-
/* @__PURE__ */
|
|
7460
|
+
const CheckboxWrapper = /* @__PURE__ */ __name(({ children }) => label ? /* @__PURE__ */ jsxs102(Label, { position: "right", htmlFor: props.id, children: [
|
|
7461
|
+
/* @__PURE__ */ jsxs102("div", { className: style_module_default8["label-wrapper"], children: [
|
|
7446
7462
|
label,
|
|
7447
7463
|
/* @__PURE__ */ jsx148(Paragraph, { className: style_module_default8.description, size: 3, type: "normal", weight: "regular", children: description })
|
|
7448
7464
|
] }),
|
|
@@ -7467,13 +7483,13 @@ var style_module_default10 = {
|
|
|
7467
7483
|
};
|
|
7468
7484
|
|
|
7469
7485
|
// src/components/Radio/index.tsx
|
|
7470
|
-
import { Fragment as Fragment4, jsx as jsx149, jsxs as
|
|
7486
|
+
import { Fragment as Fragment4, jsx as jsx149, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
7471
7487
|
var RadioIndicator = /* @__PURE__ */ __name(() => /* @__PURE__ */ jsx149("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", children: /* @__PURE__ */ jsx149("circle", { cx: "5", cy: "5", r: "5", fill: "#313133" }) }), "RadioIndicator");
|
|
7472
7488
|
var RadioRoot = forwardRef7(({ className, ...props }, ref) => /* @__PURE__ */ jsx149(RadioGroupPrimitive.Root, { className: clsx13(style_module_default10.radio, className), ...props }));
|
|
7473
7489
|
var RadioItem = forwardRef7(
|
|
7474
7490
|
({ className, label, description, ...props }, ref) => {
|
|
7475
|
-
const RadioItemWrapper = /* @__PURE__ */ __name(({ children }) => label ? /* @__PURE__ */
|
|
7476
|
-
/* @__PURE__ */
|
|
7491
|
+
const RadioItemWrapper = /* @__PURE__ */ __name(({ children }) => label ? /* @__PURE__ */ jsxs103(Label, { position: "right", htmlFor: props.id, children: [
|
|
7492
|
+
/* @__PURE__ */ jsxs103("div", { className: style_module_default10["label-wrapper"], children: [
|
|
7477
7493
|
label,
|
|
7478
7494
|
/* @__PURE__ */ jsx149(Paragraph, { className: style_module_default10.description, size: 3, type: "normal", weight: "regular", children: description })
|
|
7479
7495
|
] }),
|
|
@@ -7520,7 +7536,7 @@ var style_module_default11 = {
|
|
|
7520
7536
|
// src/components/Textfield/index.tsx
|
|
7521
7537
|
import { cva as cva8 } from "class-variance-authority";
|
|
7522
7538
|
import clsx14 from "clsx";
|
|
7523
|
-
import { Fragment as Fragment5, jsx as jsx150, jsxs as
|
|
7539
|
+
import { Fragment as Fragment5, jsx as jsx150, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
7524
7540
|
var defaultTextfieldVariants = cva8(style_module_default11.textfield, {
|
|
7525
7541
|
variants: {
|
|
7526
7542
|
color: {
|
|
@@ -7579,7 +7595,7 @@ var Textfield = forwardRef8((props, ref) => {
|
|
|
7579
7595
|
}
|
|
7580
7596
|
}, "handleDeidentify");
|
|
7581
7597
|
useImperativeHandle(ref, () => inputRef.current);
|
|
7582
|
-
return /* @__PURE__ */
|
|
7598
|
+
return /* @__PURE__ */ jsxs104("div", { className: style_module_default11["textfield-container"], children: [
|
|
7583
7599
|
/* @__PURE__ */ jsx150(
|
|
7584
7600
|
"div",
|
|
7585
7601
|
{
|
|
@@ -7588,7 +7604,7 @@ var Textfield = forwardRef8((props, ref) => {
|
|
|
7588
7604
|
[style_module_default11["label-out-textfield"]]: labelType === "out"
|
|
7589
7605
|
}),
|
|
7590
7606
|
onClick: handleTextfieldClick,
|
|
7591
|
-
children: /* @__PURE__ */
|
|
7607
|
+
children: /* @__PURE__ */ jsxs104("div", { className: style_module_default11["input-wrapper"], children: [
|
|
7592
7608
|
/* @__PURE__ */ jsx150(
|
|
7593
7609
|
"input",
|
|
7594
7610
|
{
|
|
@@ -7616,7 +7632,7 @@ var Textfield = forwardRef8((props, ref) => {
|
|
|
7616
7632
|
children: labelText
|
|
7617
7633
|
}
|
|
7618
7634
|
),
|
|
7619
|
-
/* @__PURE__ */
|
|
7635
|
+
/* @__PURE__ */ jsxs104("div", { className: style_module_default11["input-action-buttons"], children: [
|
|
7620
7636
|
textfieldValue && !disabled && /* @__PURE__ */ jsx150(
|
|
7621
7637
|
IconButton,
|
|
7622
7638
|
{
|
|
@@ -7646,12 +7662,12 @@ var Textfield = forwardRef8((props, ref) => {
|
|
|
7646
7662
|
] })
|
|
7647
7663
|
}
|
|
7648
7664
|
),
|
|
7649
|
-
displayFooter && /* @__PURE__ */
|
|
7650
|
-
/* @__PURE__ */ jsx150("div", { className: style_module_default11["error-wrapper"], children: error && /* @__PURE__ */
|
|
7665
|
+
displayFooter && /* @__PURE__ */ jsxs104("div", { className: style_module_default11.footer, children: [
|
|
7666
|
+
/* @__PURE__ */ jsx150("div", { className: style_module_default11["error-wrapper"], children: error && /* @__PURE__ */ jsxs104(Fragment5, { children: [
|
|
7651
7667
|
/* @__PURE__ */ jsx150(Icon, { name: "exclamationmark-fill", fill: true, thick: true, size: "xs", type: "function-label-negative" }),
|
|
7652
7668
|
/* @__PURE__ */ jsx150(Caption, { size: 3, type: "normal", weight: "regular", className: style_module_default11["error-message"], children: error })
|
|
7653
7669
|
] }) }),
|
|
7654
|
-
maxCharacter && /* @__PURE__ */
|
|
7670
|
+
maxCharacter && /* @__PURE__ */ jsxs104(Caption, { className: style_module_default11.character, size: 3, type: "normal", weight: "regular", children: [
|
|
7655
7671
|
isControlled ? controlledValue.length : value.length,
|
|
7656
7672
|
"/",
|
|
7657
7673
|
maxCharacter
|