@mijadesign/mobile-icons 0.0.2-beta.5 → 1.0.0-beta.0
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/es/icons/AddRectangleFill.js +55 -0
- package/dist/es/icons/{Edit.js → ArrowDownCircle.js} +10 -10
- package/dist/es/icons/{Realname.js → ArrowLeftCircle.js} +16 -16
- package/dist/es/icons/{Exit.js → ArrowRightCircle.js} +17 -17
- package/dist/es/icons/{Step.js → ArrowUpCircle.js} +16 -16
- package/dist/es/icons/{Addcard.js → Camera.js} +13 -13
- package/dist/es/icons/DeleteFill.js +40 -39
- package/dist/es/icons/{Banxuan.js → Guarantee.js} +18 -18
- package/dist/es/icons/{Newtime.js → LeftFill.js} +13 -13
- package/dist/es/icons/{Code.js → Loading.js} +18 -18
- package/dist/es/icons/{Check.js → Prohibitselected.js} +14 -14
- package/dist/es/icons/ProhibitselectedRectangle.js +55 -0
- package/dist/es/icons/{Admin.js → Remind.js} +7 -7
- package/dist/es/icons/{Hospital.js → RightFill.js} +17 -17
- package/dist/es/icons/SelectedRectangleFill.js +55 -0
- package/dist/es/icons/SelectedminusFill.js +55 -0
- package/dist/es/icons/SelectedminusRectangleFill.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/icons/UnselectedRectangle.js +55 -0
- package/dist/es/icons/{File.js → UpFill.js} +7 -7
- package/dist/es/index.es.js +18 -19
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +178 -197
- package/dist/types/mobile-icons.mjs +1340 -1390
- package/package.json +5 -3
- package/dist/es/icons/AuthenticationFill.js +0 -55
- package/dist/es/icons/CheckDisable.js +0 -55
- package/dist/es/icons/CheckFill.js +0 -55
- package/dist/es/icons/FinishFill.js +0 -55
- package/dist/es/icons/Phinenumber.js +0 -55
- package/dist/es/icons/SettlementpayFill.js +0 -55
- package/dist/es/icons/VisitchooseFill.js +0 -55
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import x from "react";
|
|
2
|
+
import $ from "classnames";
|
|
3
|
+
const n = {
|
|
4
|
+
size: "",
|
|
5
|
+
classPrefix: "icon",
|
|
6
|
+
fontClassName: "iconfont",
|
|
7
|
+
color: "",
|
|
8
|
+
tag: "i",
|
|
9
|
+
onClick: (e) => {
|
|
10
|
+
},
|
|
11
|
+
className: ""
|
|
12
|
+
};
|
|
13
|
+
function h(e) {
|
|
14
|
+
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
|
+
}
|
|
16
|
+
function c(e) {
|
|
17
|
+
const l = "add-rectangle-fill", {
|
|
18
|
+
size: i,
|
|
19
|
+
classPrefix: r,
|
|
20
|
+
color: f,
|
|
21
|
+
tag: m,
|
|
22
|
+
children: d,
|
|
23
|
+
className: p,
|
|
24
|
+
fontClassName: N,
|
|
25
|
+
style: u,
|
|
26
|
+
logValue: o,
|
|
27
|
+
onClick: t,
|
|
28
|
+
...g
|
|
29
|
+
} = {
|
|
30
|
+
...n,
|
|
31
|
+
...e
|
|
32
|
+
}, k = (C) => {
|
|
33
|
+
t && t(C);
|
|
34
|
+
}, s = {}, a = h(i);
|
|
35
|
+
return a && (s.fontSize = a), x.createElement(
|
|
36
|
+
m,
|
|
37
|
+
{
|
|
38
|
+
className: $(`${N} ${r}-${l} ${p || ""}`, { "auto-track": !!o }),
|
|
39
|
+
style: {
|
|
40
|
+
color: f,
|
|
41
|
+
...s,
|
|
42
|
+
...u
|
|
43
|
+
},
|
|
44
|
+
...g,
|
|
45
|
+
onClick: k,
|
|
46
|
+
"data-log-name": o
|
|
47
|
+
},
|
|
48
|
+
d
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
c.defaultProps = n;
|
|
52
|
+
c.displayName = "FiresoonMobileIcon-add-rectangle-fill";
|
|
53
|
+
export {
|
|
54
|
+
c as default
|
|
55
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import x from "react";
|
|
2
2
|
import $ from "classnames";
|
|
3
|
-
const
|
|
3
|
+
const t = {
|
|
4
4
|
size: "",
|
|
5
5
|
classPrefix: "icon",
|
|
6
6
|
fontClassName: "iconfont",
|
|
@@ -14,8 +14,8 @@ function h(e) {
|
|
|
14
14
|
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
15
|
}
|
|
16
16
|
function a(e) {
|
|
17
|
-
const
|
|
18
|
-
size:
|
|
17
|
+
const r = "arrow-down-circle", {
|
|
18
|
+
size: i,
|
|
19
19
|
classPrefix: l,
|
|
20
20
|
color: f,
|
|
21
21
|
tag: m,
|
|
@@ -24,18 +24,18 @@ function a(e) {
|
|
|
24
24
|
fontClassName: N,
|
|
25
25
|
style: u,
|
|
26
26
|
logValue: o,
|
|
27
|
-
onClick:
|
|
27
|
+
onClick: c,
|
|
28
28
|
...k
|
|
29
29
|
} = {
|
|
30
|
-
...
|
|
30
|
+
...t,
|
|
31
31
|
...e
|
|
32
32
|
}, C = (g) => {
|
|
33
|
-
|
|
34
|
-
}, s = {}, n = h(
|
|
33
|
+
c && c(g);
|
|
34
|
+
}, s = {}, n = h(i);
|
|
35
35
|
return n && (s.fontSize = n), x.createElement(
|
|
36
36
|
m,
|
|
37
37
|
{
|
|
38
|
-
className: $(`${N} ${l}-${
|
|
38
|
+
className: $(`${N} ${l}-${r} ${p || ""}`, { "auto-track": !!o }),
|
|
39
39
|
style: {
|
|
40
40
|
color: f,
|
|
41
41
|
...s,
|
|
@@ -48,8 +48,8 @@ function a(e) {
|
|
|
48
48
|
d
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
-
a.defaultProps =
|
|
52
|
-
a.displayName = "FiresoonMobileIcon-
|
|
51
|
+
a.defaultProps = t;
|
|
52
|
+
a.displayName = "FiresoonMobileIcon-arrow-down-circle";
|
|
53
53
|
export {
|
|
54
54
|
a as default
|
|
55
55
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import x from "react";
|
|
2
2
|
import $ from "classnames";
|
|
3
|
-
const
|
|
3
|
+
const a = {
|
|
4
4
|
size: "",
|
|
5
5
|
classPrefix: "icon",
|
|
6
6
|
fontClassName: "iconfont",
|
|
@@ -13,32 +13,32 @@ const t = {
|
|
|
13
13
|
function h(e) {
|
|
14
14
|
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
15
|
}
|
|
16
|
-
function
|
|
17
|
-
const r = "
|
|
16
|
+
function n(e) {
|
|
17
|
+
const r = "arrow-left-circle", {
|
|
18
18
|
size: l,
|
|
19
19
|
classPrefix: i,
|
|
20
|
-
color:
|
|
21
|
-
tag:
|
|
20
|
+
color: f,
|
|
21
|
+
tag: m,
|
|
22
22
|
children: p,
|
|
23
23
|
className: N,
|
|
24
24
|
fontClassName: u,
|
|
25
25
|
style: d,
|
|
26
26
|
logValue: o,
|
|
27
|
-
onClick:
|
|
27
|
+
onClick: t,
|
|
28
28
|
...k
|
|
29
29
|
} = {
|
|
30
|
-
...
|
|
30
|
+
...a,
|
|
31
31
|
...e
|
|
32
32
|
}, C = (g) => {
|
|
33
|
-
|
|
34
|
-
},
|
|
35
|
-
return
|
|
36
|
-
|
|
33
|
+
t && t(g);
|
|
34
|
+
}, c = {}, s = h(l);
|
|
35
|
+
return s && (c.fontSize = s), x.createElement(
|
|
36
|
+
m,
|
|
37
37
|
{
|
|
38
38
|
className: $(`${u} ${i}-${r} ${N || ""}`, { "auto-track": !!o }),
|
|
39
39
|
style: {
|
|
40
|
-
color:
|
|
41
|
-
...
|
|
40
|
+
color: f,
|
|
41
|
+
...c,
|
|
42
42
|
...d
|
|
43
43
|
},
|
|
44
44
|
...k,
|
|
@@ -48,8 +48,8 @@ function c(e) {
|
|
|
48
48
|
p
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
n.defaultProps = a;
|
|
52
|
+
n.displayName = "FiresoonMobileIcon-arrow-left-circle";
|
|
53
53
|
export {
|
|
54
|
-
|
|
54
|
+
n as default
|
|
55
55
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import h from "react";
|
|
2
|
+
import x from "classnames";
|
|
3
|
+
const r = {
|
|
4
4
|
size: "",
|
|
5
5
|
classPrefix: "icon",
|
|
6
6
|
fontClassName: "iconfont",
|
|
@@ -10,12 +10,12 @@ const c = {
|
|
|
10
10
|
},
|
|
11
11
|
className: ""
|
|
12
12
|
};
|
|
13
|
-
function
|
|
13
|
+
function $(e) {
|
|
14
14
|
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
15
|
}
|
|
16
16
|
function a(e) {
|
|
17
|
-
const
|
|
18
|
-
size:
|
|
17
|
+
const n = "arrow-right-circle", {
|
|
18
|
+
size: i,
|
|
19
19
|
classPrefix: l,
|
|
20
20
|
color: f,
|
|
21
21
|
tag: m,
|
|
@@ -25,31 +25,31 @@ function a(e) {
|
|
|
25
25
|
style: d,
|
|
26
26
|
logValue: o,
|
|
27
27
|
onClick: t,
|
|
28
|
-
...
|
|
28
|
+
...g
|
|
29
29
|
} = {
|
|
30
|
-
...
|
|
30
|
+
...r,
|
|
31
31
|
...e
|
|
32
|
-
},
|
|
32
|
+
}, k = (C) => {
|
|
33
33
|
t && t(C);
|
|
34
|
-
},
|
|
35
|
-
return
|
|
34
|
+
}, c = {}, s = $(i);
|
|
35
|
+
return s && (c.fontSize = s), h.createElement(
|
|
36
36
|
m,
|
|
37
37
|
{
|
|
38
|
-
className:
|
|
38
|
+
className: x(`${u} ${l}-${n} ${N || ""}`, { "auto-track": !!o }),
|
|
39
39
|
style: {
|
|
40
40
|
color: f,
|
|
41
|
-
...
|
|
41
|
+
...c,
|
|
42
42
|
...d
|
|
43
43
|
},
|
|
44
|
-
...
|
|
45
|
-
onClick:
|
|
44
|
+
...g,
|
|
45
|
+
onClick: k,
|
|
46
46
|
"data-log-name": o
|
|
47
47
|
},
|
|
48
48
|
p
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
-
a.defaultProps =
|
|
52
|
-
a.displayName = "FiresoonMobileIcon-
|
|
51
|
+
a.defaultProps = r;
|
|
52
|
+
a.displayName = "FiresoonMobileIcon-arrow-right-circle";
|
|
53
53
|
export {
|
|
54
54
|
a as default
|
|
55
55
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import x from "react";
|
|
2
2
|
import $ from "classnames";
|
|
3
|
-
const
|
|
3
|
+
const a = {
|
|
4
4
|
size: "",
|
|
5
5
|
classPrefix: "icon",
|
|
6
6
|
fontClassName: "iconfont",
|
|
@@ -13,32 +13,32 @@ const c = {
|
|
|
13
13
|
function h(e) {
|
|
14
14
|
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
15
|
}
|
|
16
|
-
function
|
|
17
|
-
const
|
|
18
|
-
size:
|
|
16
|
+
function n(e) {
|
|
17
|
+
const r = "arrow-up-circle", {
|
|
18
|
+
size: i,
|
|
19
19
|
classPrefix: l,
|
|
20
20
|
color: f,
|
|
21
21
|
tag: m,
|
|
22
22
|
children: p,
|
|
23
|
-
className:
|
|
24
|
-
fontClassName:
|
|
23
|
+
className: u,
|
|
24
|
+
fontClassName: N,
|
|
25
25
|
style: d,
|
|
26
26
|
logValue: o,
|
|
27
|
-
onClick:
|
|
27
|
+
onClick: c,
|
|
28
28
|
...k
|
|
29
29
|
} = {
|
|
30
|
-
...
|
|
30
|
+
...a,
|
|
31
31
|
...e
|
|
32
32
|
}, C = (g) => {
|
|
33
|
-
|
|
34
|
-
},
|
|
35
|
-
return
|
|
33
|
+
c && c(g);
|
|
34
|
+
}, s = {}, t = h(i);
|
|
35
|
+
return t && (s.fontSize = t), x.createElement(
|
|
36
36
|
m,
|
|
37
37
|
{
|
|
38
|
-
className: $(`${
|
|
38
|
+
className: $(`${N} ${l}-${r} ${u || ""}`, { "auto-track": !!o }),
|
|
39
39
|
style: {
|
|
40
40
|
color: f,
|
|
41
|
-
...
|
|
41
|
+
...s,
|
|
42
42
|
...d
|
|
43
43
|
},
|
|
44
44
|
...k,
|
|
@@ -48,8 +48,8 @@ function a(e) {
|
|
|
48
48
|
p
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
n.defaultProps = a;
|
|
52
|
+
n.displayName = "FiresoonMobileIcon-arrow-up-circle";
|
|
53
53
|
export {
|
|
54
|
-
|
|
54
|
+
n as default
|
|
55
55
|
};
|
|
@@ -14,15 +14,15 @@ function h(e) {
|
|
|
14
14
|
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
15
|
}
|
|
16
16
|
function n(e) {
|
|
17
|
-
const r = "
|
|
17
|
+
const r = "camera", {
|
|
18
18
|
size: i,
|
|
19
19
|
classPrefix: l,
|
|
20
|
-
color:
|
|
21
|
-
tag:
|
|
22
|
-
children:
|
|
23
|
-
className:
|
|
24
|
-
fontClassName:
|
|
25
|
-
style:
|
|
20
|
+
color: m,
|
|
21
|
+
tag: f,
|
|
22
|
+
children: p,
|
|
23
|
+
className: N,
|
|
24
|
+
fontClassName: u,
|
|
25
|
+
style: d,
|
|
26
26
|
logValue: o,
|
|
27
27
|
onClick: s,
|
|
28
28
|
...k
|
|
@@ -33,23 +33,23 @@ function n(e) {
|
|
|
33
33
|
s && s(g);
|
|
34
34
|
}, a = {}, t = h(i);
|
|
35
35
|
return t && (a.fontSize = t), x.createElement(
|
|
36
|
-
|
|
36
|
+
f,
|
|
37
37
|
{
|
|
38
|
-
className: $(`${
|
|
38
|
+
className: $(`${u} ${l}-${r} ${N || ""}`, { "auto-track": !!o }),
|
|
39
39
|
style: {
|
|
40
|
-
color:
|
|
40
|
+
color: m,
|
|
41
41
|
...a,
|
|
42
|
-
...
|
|
42
|
+
...d
|
|
43
43
|
},
|
|
44
44
|
...k,
|
|
45
45
|
onClick: C,
|
|
46
46
|
"data-log-name": o
|
|
47
47
|
},
|
|
48
|
-
|
|
48
|
+
p
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
51
|
n.defaultProps = c;
|
|
52
|
-
n.displayName = "FiresoonMobileIcon-
|
|
52
|
+
n.displayName = "FiresoonMobileIcon-camera";
|
|
53
53
|
export {
|
|
54
54
|
n as default
|
|
55
55
|
};
|
|
@@ -1,54 +1,55 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
classPrefix: "icon",
|
|
5
|
-
tag: "img",
|
|
1
|
+
import x from "react";
|
|
2
|
+
import $ from "classnames";
|
|
3
|
+
const c = {
|
|
6
4
|
size: "",
|
|
7
|
-
|
|
5
|
+
classPrefix: "icon",
|
|
6
|
+
fontClassName: "iconfont",
|
|
7
|
+
color: "",
|
|
8
|
+
tag: "i",
|
|
9
|
+
onClick: (e) => {
|
|
8
10
|
},
|
|
9
11
|
className: ""
|
|
10
12
|
};
|
|
11
|
-
function
|
|
12
|
-
return
|
|
13
|
+
function h(e) {
|
|
14
|
+
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
13
15
|
}
|
|
14
|
-
function
|
|
15
|
-
const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
function l(e) {
|
|
17
|
+
const a = "delete-fill", {
|
|
18
|
+
size: i,
|
|
19
|
+
classPrefix: r,
|
|
20
|
+
color: f,
|
|
21
|
+
tag: m,
|
|
22
|
+
children: d,
|
|
23
|
+
className: p,
|
|
24
|
+
fontClassName: N,
|
|
25
|
+
style: u,
|
|
26
|
+
logValue: o,
|
|
23
27
|
onClick: t,
|
|
24
|
-
...
|
|
28
|
+
...k
|
|
25
29
|
} = {
|
|
26
|
-
...
|
|
27
|
-
...
|
|
28
|
-
},
|
|
29
|
-
t && t(
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}), N = {}, i = u(s);
|
|
34
|
-
return i && (N.width = i, N.height = i), r.createElement(
|
|
35
|
-
T,
|
|
30
|
+
...c,
|
|
31
|
+
...e
|
|
32
|
+
}, C = (g) => {
|
|
33
|
+
t && t(g);
|
|
34
|
+
}, s = {}, n = h(i);
|
|
35
|
+
return n && (s.fontSize = n), x.createElement(
|
|
36
|
+
m,
|
|
36
37
|
{
|
|
37
|
-
className:
|
|
38
|
+
className: $(`${N} ${r}-${a} ${p || ""}`, { "auto-track": !!o }),
|
|
38
39
|
style: {
|
|
39
|
-
|
|
40
|
-
...
|
|
40
|
+
color: f,
|
|
41
|
+
...s,
|
|
42
|
+
...u
|
|
41
43
|
},
|
|
42
|
-
...
|
|
43
|
-
onClick:
|
|
44
|
-
|
|
45
|
-
"data-log-name": c
|
|
44
|
+
...k,
|
|
45
|
+
onClick: C,
|
|
46
|
+
"data-log-name": o
|
|
46
47
|
},
|
|
47
|
-
|
|
48
|
+
d
|
|
48
49
|
);
|
|
49
50
|
}
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
l.defaultProps = c;
|
|
52
|
+
l.displayName = "FiresoonMobileIcon-delete-fill";
|
|
52
53
|
export {
|
|
53
|
-
|
|
54
|
+
l as default
|
|
54
55
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import x from "react";
|
|
2
|
+
import $ from "classnames";
|
|
3
|
+
const n = {
|
|
4
4
|
size: "",
|
|
5
5
|
classPrefix: "icon",
|
|
6
6
|
fontClassName: "iconfont",
|
|
@@ -10,12 +10,12 @@ const t = {
|
|
|
10
10
|
},
|
|
11
11
|
className: ""
|
|
12
12
|
};
|
|
13
|
-
function
|
|
13
|
+
function h(e) {
|
|
14
14
|
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
15
|
}
|
|
16
16
|
function c(e) {
|
|
17
|
-
const
|
|
18
|
-
size:
|
|
17
|
+
const r = "guarantee", {
|
|
18
|
+
size: i,
|
|
19
19
|
classPrefix: l,
|
|
20
20
|
color: f,
|
|
21
21
|
tag: m,
|
|
@@ -24,32 +24,32 @@ function c(e) {
|
|
|
24
24
|
fontClassName: N,
|
|
25
25
|
style: d,
|
|
26
26
|
logValue: o,
|
|
27
|
-
onClick:
|
|
28
|
-
...
|
|
27
|
+
onClick: t,
|
|
28
|
+
...g
|
|
29
29
|
} = {
|
|
30
|
-
...
|
|
30
|
+
...n,
|
|
31
31
|
...e
|
|
32
|
-
},
|
|
33
|
-
|
|
34
|
-
}, s = {}, a =
|
|
35
|
-
return a && (s.fontSize = a),
|
|
32
|
+
}, k = (C) => {
|
|
33
|
+
t && t(C);
|
|
34
|
+
}, s = {}, a = h(i);
|
|
35
|
+
return a && (s.fontSize = a), x.createElement(
|
|
36
36
|
m,
|
|
37
37
|
{
|
|
38
|
-
className:
|
|
38
|
+
className: $(`${N} ${l}-${r} ${p || ""}`, { "auto-track": !!o }),
|
|
39
39
|
style: {
|
|
40
40
|
color: f,
|
|
41
41
|
...s,
|
|
42
42
|
...d
|
|
43
43
|
},
|
|
44
|
-
...
|
|
45
|
-
onClick:
|
|
44
|
+
...g,
|
|
45
|
+
onClick: k,
|
|
46
46
|
"data-log-name": o
|
|
47
47
|
},
|
|
48
48
|
u
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
-
c.defaultProps =
|
|
52
|
-
c.displayName = "FiresoonMobileIcon-
|
|
51
|
+
c.defaultProps = n;
|
|
52
|
+
c.displayName = "FiresoonMobileIcon-guarantee";
|
|
53
53
|
export {
|
|
54
54
|
c as default
|
|
55
55
|
};
|
|
@@ -13,12 +13,12 @@ const c = {
|
|
|
13
13
|
function h(e) {
|
|
14
14
|
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
15
|
}
|
|
16
|
-
function
|
|
17
|
-
const
|
|
18
|
-
size:
|
|
19
|
-
classPrefix:
|
|
20
|
-
color:
|
|
21
|
-
tag:
|
|
16
|
+
function l(e) {
|
|
17
|
+
const a = "left-fill", {
|
|
18
|
+
size: i,
|
|
19
|
+
classPrefix: r,
|
|
20
|
+
color: f,
|
|
21
|
+
tag: m,
|
|
22
22
|
children: p,
|
|
23
23
|
className: N,
|
|
24
24
|
fontClassName: u,
|
|
@@ -31,13 +31,13 @@ function a(e) {
|
|
|
31
31
|
...e
|
|
32
32
|
}, C = (g) => {
|
|
33
33
|
t && t(g);
|
|
34
|
-
}, s = {}, n = h(
|
|
34
|
+
}, s = {}, n = h(i);
|
|
35
35
|
return n && (s.fontSize = n), x.createElement(
|
|
36
|
-
|
|
36
|
+
m,
|
|
37
37
|
{
|
|
38
|
-
className: $(`${u} ${
|
|
38
|
+
className: $(`${u} ${r}-${a} ${N || ""}`, { "auto-track": !!o }),
|
|
39
39
|
style: {
|
|
40
|
-
color:
|
|
40
|
+
color: f,
|
|
41
41
|
...s,
|
|
42
42
|
...d
|
|
43
43
|
},
|
|
@@ -48,8 +48,8 @@ function a(e) {
|
|
|
48
48
|
p
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
l.defaultProps = c;
|
|
52
|
+
l.displayName = "FiresoonMobileIcon-left-fill";
|
|
53
53
|
export {
|
|
54
|
-
|
|
54
|
+
l as default
|
|
55
55
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import x from "react";
|
|
2
2
|
import $ from "classnames";
|
|
3
|
-
const
|
|
3
|
+
const a = {
|
|
4
4
|
size: "",
|
|
5
5
|
classPrefix: "icon",
|
|
6
6
|
fontClassName: "iconfont",
|
|
@@ -13,10 +13,10 @@ const n = {
|
|
|
13
13
|
function h(e) {
|
|
14
14
|
return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
|
|
15
15
|
}
|
|
16
|
-
function
|
|
17
|
-
const i = "
|
|
18
|
-
size:
|
|
19
|
-
classPrefix:
|
|
16
|
+
function c(e) {
|
|
17
|
+
const i = "loading", {
|
|
18
|
+
size: l,
|
|
19
|
+
classPrefix: r,
|
|
20
20
|
color: f,
|
|
21
21
|
tag: m,
|
|
22
22
|
children: d,
|
|
@@ -25,31 +25,31 @@ function a(e) {
|
|
|
25
25
|
style: u,
|
|
26
26
|
logValue: o,
|
|
27
27
|
onClick: s,
|
|
28
|
-
...
|
|
28
|
+
...g
|
|
29
29
|
} = {
|
|
30
|
-
...
|
|
30
|
+
...a,
|
|
31
31
|
...e
|
|
32
|
-
},
|
|
33
|
-
s && s(
|
|
34
|
-
},
|
|
35
|
-
return
|
|
32
|
+
}, k = (C) => {
|
|
33
|
+
s && s(C);
|
|
34
|
+
}, n = {}, t = h(l);
|
|
35
|
+
return t && (n.fontSize = t), x.createElement(
|
|
36
36
|
m,
|
|
37
37
|
{
|
|
38
|
-
className: $(`${N} ${
|
|
38
|
+
className: $(`${N} ${r}-${i} ${p || ""}`, { "auto-track": !!o }),
|
|
39
39
|
style: {
|
|
40
40
|
color: f,
|
|
41
|
-
...
|
|
41
|
+
...n,
|
|
42
42
|
...u
|
|
43
43
|
},
|
|
44
|
-
...
|
|
45
|
-
onClick:
|
|
44
|
+
...g,
|
|
45
|
+
onClick: k,
|
|
46
46
|
"data-log-name": o
|
|
47
47
|
},
|
|
48
48
|
d
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
c.defaultProps = a;
|
|
52
|
+
c.displayName = "FiresoonMobileIcon-loading";
|
|
53
53
|
export {
|
|
54
|
-
|
|
54
|
+
c as default
|
|
55
55
|
};
|