@mijadesign/mobile-icons 1.0.5 → 1.0.7

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.
@@ -0,0 +1,55 @@
1
+ import z from "react";
2
+ import x from "classnames";
3
+ const t = {
4
+ size: "",
5
+ classPrefix: "icon",
6
+ fontClassName: "iconfont",
7
+ color: "",
8
+ tag: "i",
9
+ onClick: (e) => {
10
+ },
11
+ className: ""
12
+ };
13
+ function $(e) {
14
+ return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
15
+ }
16
+ function a(e) {
17
+ const c = "a-windowminimizing-fill", {
18
+ size: l,
19
+ classPrefix: r,
20
+ color: m,
21
+ tag: f,
22
+ children: d,
23
+ className: p,
24
+ fontClassName: N,
25
+ style: u,
26
+ logValue: o,
27
+ onClick: i,
28
+ ...g
29
+ } = {
30
+ ...t,
31
+ ...e
32
+ }, k = (C) => {
33
+ i && i(C);
34
+ }, n = {}, s = $(l);
35
+ return s && (n.fontSize = s), z.createElement(
36
+ f,
37
+ {
38
+ className: x(`${N} ${r}-${c} ${p || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: m,
41
+ ...n,
42
+ ...u
43
+ },
44
+ ...g,
45
+ onClick: k,
46
+ "data-log-name": o
47
+ },
48
+ d
49
+ );
50
+ }
51
+ a.defaultProps = t;
52
+ a.displayName = "FiresoonMobileIcon-a-windowminimizing-fill";
53
+ export {
54
+ a as default
55
+ };
@@ -0,0 +1,55 @@
1
+ import x from "react";
2
+ import $ from "classnames";
3
+ const l = {
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 a(e) {
17
+ const n = "call2-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
+ color: f,
21
+ tag: m,
22
+ children: p,
23
+ className: N,
24
+ fontClassName: u,
25
+ style: d,
26
+ logValue: o,
27
+ onClick: s,
28
+ ...k
29
+ } = {
30
+ ...l,
31
+ ...e
32
+ }, C = (g) => {
33
+ s && s(g);
34
+ }, t = {}, c = h(i);
35
+ return c && (t.fontSize = c), x.createElement(
36
+ m,
37
+ {
38
+ className: $(`${u} ${r}-${n} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...t,
42
+ ...d
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ a.defaultProps = l;
52
+ a.displayName = "FiresoonMobileIcon-call2-fill";
53
+ export {
54
+ a as default
55
+ };
@@ -0,0 +1,55 @@
1
+ import x from "react";
2
+ import $ from "classnames";
3
+ const l = {
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 a(e) {
17
+ const n = "call-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
+ color: f,
21
+ tag: m,
22
+ children: p,
23
+ className: N,
24
+ fontClassName: u,
25
+ style: d,
26
+ logValue: o,
27
+ onClick: s,
28
+ ...k
29
+ } = {
30
+ ...l,
31
+ ...e
32
+ }, C = (g) => {
33
+ s && s(g);
34
+ }, t = {}, c = h(i);
35
+ return c && (t.fontSize = c), x.createElement(
36
+ m,
37
+ {
38
+ className: $(`${u} ${r}-${n} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...t,
42
+ ...d
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ a.defaultProps = l;
52
+ a.displayName = "FiresoonMobileIcon-call-fill";
53
+ export {
54
+ a as default
55
+ };
@@ -14,9 +14,9 @@ function x(e) {
14
14
  return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
15
15
  }
16
16
  function a(e) {
17
- const i = "chuyuan", {
18
- size: r,
19
- classPrefix: l,
17
+ const l = "chuyuan-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
20
  color: f,
21
21
  tag: m,
22
22
  children: u,
@@ -31,11 +31,11 @@ function a(e) {
31
31
  ...e
32
32
  }, C = (h) => {
33
33
  s && s(h);
34
- }, n = {}, t = x(r);
34
+ }, n = {}, t = x(i);
35
35
  return t && (n.fontSize = t), y.createElement(
36
36
  m,
37
37
  {
38
- className: g(`${N} ${l}-${i} ${p || ""}`, { "auto-track": !!o }),
38
+ className: g(`${N} ${r}-${l} ${p || ""}`, { "auto-track": !!o }),
39
39
  style: {
40
40
  color: f,
41
41
  ...n,
@@ -49,7 +49,7 @@ function a(e) {
49
49
  );
50
50
  }
51
51
  a.defaultProps = c;
52
- a.displayName = "FiresoonMobileIcon-chuyuan";
52
+ a.displayName = "FiresoonMobileIcon-chuyuan-fill";
53
53
  export {
54
54
  a as default
55
55
  };
@@ -0,0 +1,55 @@
1
+ import x from "react";
2
+ import $ from "classnames";
3
+ const c = {
4
+ size: "",
5
+ classPrefix: "icon",
6
+ fontClassName: "iconfont",
7
+ color: "",
8
+ tag: "i",
9
+ onClick: (o) => {
10
+ },
11
+ className: ""
12
+ };
13
+ function h(o) {
14
+ return o === "" ? "" : Number.isNaN(Number(o)) ? String(o) : `${o}px`;
15
+ }
16
+ function a(o) {
17
+ const r = "consultationrecord", {
18
+ size: i,
19
+ classPrefix: l,
20
+ color: f,
21
+ tag: m,
22
+ children: u,
23
+ className: d,
24
+ fontClassName: p,
25
+ style: N,
26
+ logValue: e,
27
+ onClick: t,
28
+ ...k
29
+ } = {
30
+ ...c,
31
+ ...o
32
+ }, C = (g) => {
33
+ t && t(g);
34
+ }, s = {}, n = h(i);
35
+ return n && (s.fontSize = n), x.createElement(
36
+ m,
37
+ {
38
+ className: $(`${p} ${l}-${r} ${d || ""}`, { "auto-track": !!e }),
39
+ style: {
40
+ color: f,
41
+ ...s,
42
+ ...N
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": e
47
+ },
48
+ u
49
+ );
50
+ }
51
+ a.defaultProps = c;
52
+ a.displayName = "FiresoonMobileIcon-consultationrecord";
53
+ export {
54
+ a as default
55
+ };
@@ -14,9 +14,9 @@ function $(o) {
14
14
  return o === "" ? "" : Number.isNaN(Number(o)) ? String(o) : `${o}px`;
15
15
  }
16
16
  function c(o) {
17
- const i = "gaonandushoushu", {
18
- size: r,
19
- classPrefix: l,
17
+ const l = "gaonandushoushu-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
20
  color: f,
21
21
  tag: m,
22
22
  children: u,
@@ -31,11 +31,11 @@ function c(o) {
31
31
  ...o
32
32
  }, g = (k) => {
33
33
  s && s(k);
34
- }, n = {}, a = $(r);
34
+ }, n = {}, a = $(i);
35
35
  return a && (n.fontSize = a), C.createElement(
36
36
  m,
37
37
  {
38
- className: x(`${p} ${l}-${i} ${d || ""}`, { "auto-track": !!e }),
38
+ className: x(`${p} ${r}-${l} ${d || ""}`, { "auto-track": !!e }),
39
39
  style: {
40
40
  color: f,
41
41
  ...n,
@@ -49,7 +49,7 @@ function c(o) {
49
49
  );
50
50
  }
51
51
  c.defaultProps = t;
52
- c.displayName = "FiresoonMobileIcon-gaonandushoushu";
52
+ c.displayName = "FiresoonMobileIcon-gaonandushoushu-fill";
53
53
  export {
54
54
  c as default
55
55
  };
@@ -14,11 +14,11 @@ function x(e) {
14
14
  return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
15
15
  }
16
16
  function a(e) {
17
- const i = "menzheng", {
18
- size: r,
19
- classPrefix: l,
20
- color: m,
21
- tag: f,
17
+ const l = "menzheng-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
  }, k = (C) => {
33
33
  n && n(C);
34
- }, s = {}, t = x(r);
34
+ }, s = {}, t = x(i);
35
35
  return t && (s.fontSize = t), h.createElement(
36
- f,
36
+ m,
37
37
  {
38
- className: z(`${u} ${l}-${i} ${N || ""}`, { "auto-track": !!o }),
38
+ className: z(`${u} ${r}-${l} ${N || ""}`, { "auto-track": !!o }),
39
39
  style: {
40
- color: m,
40
+ color: f,
41
41
  ...s,
42
42
  ...d
43
43
  },
@@ -49,7 +49,7 @@ function a(e) {
49
49
  );
50
50
  }
51
51
  a.defaultProps = c;
52
- a.displayName = "FiresoonMobileIcon-menzheng";
52
+ a.displayName = "FiresoonMobileIcon-menzheng-fill";
53
53
  export {
54
54
  a as default
55
55
  };
@@ -0,0 +1,55 @@
1
+ import g from "react";
2
+ import x from "classnames";
3
+ const c = {
4
+ size: "",
5
+ classPrefix: "icon",
6
+ fontClassName: "iconfont",
7
+ color: "",
8
+ tag: "i",
9
+ onClick: (e) => {
10
+ },
11
+ className: ""
12
+ };
13
+ function $(e) {
14
+ return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
15
+ }
16
+ function a(e) {
17
+ const i = "microphone-fill", {
18
+ size: l,
19
+ classPrefix: r,
20
+ color: f,
21
+ tag: m,
22
+ children: p,
23
+ className: N,
24
+ fontClassName: u,
25
+ style: d,
26
+ logValue: o,
27
+ onClick: s,
28
+ ...k
29
+ } = {
30
+ ...c,
31
+ ...e
32
+ }, C = (h) => {
33
+ s && s(h);
34
+ }, n = {}, t = $(l);
35
+ return t && (n.fontSize = t), g.createElement(
36
+ m,
37
+ {
38
+ className: x(`${u} ${r}-${i} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...n,
42
+ ...d
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ a.defaultProps = c;
52
+ a.displayName = "FiresoonMobileIcon-microphone-fill";
53
+ export {
54
+ a as default
55
+ };
@@ -0,0 +1,55 @@
1
+ import g from "react";
2
+ import x from "classnames";
3
+ const c = {
4
+ size: "",
5
+ classPrefix: "icon",
6
+ fontClassName: "iconfont",
7
+ color: "",
8
+ tag: "i",
9
+ onClick: (o) => {
10
+ },
11
+ className: ""
12
+ };
13
+ function $(o) {
14
+ return o === "" ? "" : Number.isNaN(Number(o)) ? String(o) : `${o}px`;
15
+ }
16
+ function a(o) {
17
+ const i = "microphoneoff-fill", {
18
+ size: l,
19
+ classPrefix: r,
20
+ color: f,
21
+ tag: m,
22
+ children: p,
23
+ className: N,
24
+ fontClassName: u,
25
+ style: d,
26
+ logValue: e,
27
+ onClick: s,
28
+ ...k
29
+ } = {
30
+ ...c,
31
+ ...o
32
+ }, C = (h) => {
33
+ s && s(h);
34
+ }, n = {}, t = $(l);
35
+ return t && (n.fontSize = t), g.createElement(
36
+ m,
37
+ {
38
+ className: x(`${u} ${r}-${i} ${N || ""}`, { "auto-track": !!e }),
39
+ style: {
40
+ color: f,
41
+ ...n,
42
+ ...d
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": e
47
+ },
48
+ p
49
+ );
50
+ }
51
+ a.defaultProps = c;
52
+ a.displayName = "FiresoonMobileIcon-microphoneoff-fill";
53
+ export {
54
+ a as default
55
+ };
@@ -0,0 +1,55 @@
1
+ import x from "react";
2
+ import $ from "classnames";
3
+ const c = {
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 a(e) {
17
+ const r = "more", {
18
+ size: i,
19
+ classPrefix: l,
20
+ color: m,
21
+ tag: f,
22
+ children: p,
23
+ className: N,
24
+ fontClassName: u,
25
+ style: d,
26
+ logValue: o,
27
+ onClick: s,
28
+ ...k
29
+ } = {
30
+ ...c,
31
+ ...e
32
+ }, C = (g) => {
33
+ s && s(g);
34
+ }, t = {}, n = h(i);
35
+ return n && (t.fontSize = n), x.createElement(
36
+ f,
37
+ {
38
+ className: $(`${u} ${l}-${r} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: m,
41
+ ...t,
42
+ ...d
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ a.defaultProps = c;
52
+ a.displayName = "FiresoonMobileIcon-more";
53
+ export {
54
+ a as default
55
+ };
@@ -14,9 +14,9 @@ function $(e) {
14
14
  return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
15
15
  }
16
16
  function a(e) {
17
- const i = "shoushu", {
18
- size: r,
19
- classPrefix: l,
17
+ const l = "shoushu-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
20
  color: f,
21
21
  tag: m,
22
22
  children: u,
@@ -31,11 +31,11 @@ function a(e) {
31
31
  ...e
32
32
  }, k = (C) => {
33
33
  s && s(C);
34
- }, t = {}, n = $(r);
34
+ }, t = {}, n = $(i);
35
35
  return n && (t.fontSize = n), g.createElement(
36
36
  m,
37
37
  {
38
- className: x(`${N} ${l}-${i} ${p || ""}`, { "auto-track": !!o }),
38
+ className: x(`${N} ${r}-${l} ${p || ""}`, { "auto-track": !!o }),
39
39
  style: {
40
40
  color: f,
41
41
  ...t,
@@ -49,7 +49,7 @@ function a(e) {
49
49
  );
50
50
  }
51
51
  a.defaultProps = c;
52
- a.displayName = "FiresoonMobileIcon-shoushu";
52
+ a.displayName = "FiresoonMobileIcon-shoushu-fill";
53
53
  export {
54
54
  a as default
55
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 = "speaker-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
+ color: f,
21
+ tag: m,
22
+ children: p,
23
+ className: N,
24
+ fontClassName: k,
25
+ style: u,
26
+ logValue: o,
27
+ onClick: s,
28
+ ...d
29
+ } = {
30
+ ...n,
31
+ ...e
32
+ }, C = (g) => {
33
+ s && s(g);
34
+ }, t = {}, a = h(i);
35
+ return a && (t.fontSize = a), x.createElement(
36
+ m,
37
+ {
38
+ className: $(`${k} ${r}-${l} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...t,
42
+ ...u
43
+ },
44
+ ...d,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ c.defaultProps = n;
52
+ c.displayName = "FiresoonMobileIcon-speaker-fill";
53
+ export {
54
+ c as default
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 = "speakeroff-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
+ color: f,
21
+ tag: m,
22
+ children: p,
23
+ className: N,
24
+ fontClassName: k,
25
+ style: u,
26
+ logValue: o,
27
+ onClick: s,
28
+ ...d
29
+ } = {
30
+ ...n,
31
+ ...e
32
+ }, C = (g) => {
33
+ s && s(g);
34
+ }, t = {}, a = h(i);
35
+ return a && (t.fontSize = a), x.createElement(
36
+ m,
37
+ {
38
+ className: $(`${k} ${r}-${l} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...t,
42
+ ...u
43
+ },
44
+ ...d,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ c.defaultProps = n;
52
+ c.displayName = "FiresoonMobileIcon-speakeroff-fill";
53
+ export {
54
+ c as default
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 = "star-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
+ color: f,
21
+ tag: m,
22
+ children: p,
23
+ className: N,
24
+ fontClassName: u,
25
+ style: d,
26
+ logValue: o,
27
+ onClick: s,
28
+ ...k
29
+ } = {
30
+ ...n,
31
+ ...e
32
+ }, C = (g) => {
33
+ s && s(g);
34
+ }, t = {}, a = h(i);
35
+ return a && (t.fontSize = a), x.createElement(
36
+ m,
37
+ {
38
+ className: $(`${u} ${r}-${l} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...t,
42
+ ...d
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ c.defaultProps = n;
52
+ c.displayName = "FiresoonMobileIcon-star-fill";
53
+ export {
54
+ c as default
55
+ };