@mijadesign/mobile-icons 0.0.2-beta.2 → 0.0.2-beta.4

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 g 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 c(e) {
17
+ const r = "bankcard", {
18
+ size: i,
19
+ classPrefix: l,
20
+ color: f,
21
+ tag: m,
22
+ children: d,
23
+ className: p,
24
+ fontClassName: N,
25
+ style: k,
26
+ logValue: o,
27
+ onClick: s,
28
+ ...u
29
+ } = {
30
+ ...t,
31
+ ...e
32
+ }, C = (b) => {
33
+ s && s(b);
34
+ }, a = {}, n = $(i);
35
+ return n && (a.fontSize = n), g.createElement(
36
+ m,
37
+ {
38
+ className: x(`${N} ${l}-${r} ${p || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...a,
42
+ ...k
43
+ },
44
+ ...u,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ d
49
+ );
50
+ }
51
+ c.defaultProps = t;
52
+ c.displayName = "FiresoonMobileIcon-bankcard";
53
+ export {
54
+ c as default
55
+ };
@@ -1,55 +1,54 @@
1
- import x from "react";
2
- import $ from "classnames";
3
- const c = {
4
- size: "",
1
+ import r from "react";
2
+ import A from "classnames";
3
+ const e = {
5
4
  classPrefix: "icon",
6
- fontClassName: "iconfont",
7
- color: "",
8
- tag: "i",
9
- onClick: (e) => {
5
+ tag: "img",
6
+ size: "",
7
+ onClick: (M) => {
10
8
  },
11
9
  className: ""
12
10
  };
13
- function h(e) {
14
- return e === "" ? "" : Number.isNaN(Number(e)) ? String(e) : `${e}px`;
11
+ function u(M) {
12
+ return M === "" ? "" : Number.isNaN(Number(M)) ? String(M) : `${M}px`;
15
13
  }
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,
14
+ function j(M) {
15
+ const I = "delete-fill", g = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTY1NS4zNiAxMDI0SDEwMjR2LTM2OC42NGMwLTIyOS4zNzYtMC41MTItMzQ2LjY3NTItNDUuNzIxNi00MzQuMDIyNGE0MTEuNDQzMiA0MTEuNDQzMiAwIDAgMC0xNzUuNjE2LTE3NS42MTZDNzE1LjI2NCAwLjQ2MDggNTk4LjAxNiAwIDM2OC42NCAwSDB2MzY4LjY0YzAgMjI5LjM3NiAwLjUxMiAzNDYuNjc1MiA0NS43MjE2IDQzMy45NzEyYTQxMS4zOTIgNDExLjM5MiAwIDAgMCAxNzUuNjE2IDE3NS42NjcyQzMwOC43MzYgMTAyMy41MzkyIDQyNS45ODQgMTAyNCA2NTUuMzYgMTAyNHoiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iLjciPjwvcGF0aD48cGF0aCBkPSJNMjc2LjY4NDggNjgwLjI0MzJMNDU3LjY3NjggNDk5LjIgMjg1Ljc0NzIgMzI3LjIxOTJsNTQuMjcyLTU0LjI3Mkw1MTIgNDQ0Ljg3NjhsMTgxLjA0MzItMTgwLjk5MiA1NC4yNzIgNTQuMjcyLTE4MC45OTIgMTgxLjA0MzIgMTcxLjkyOTYgMTcxLjk4MDgtNTQuMjcyIDU0LjI3Mkw1MTIgNTUzLjUyMzJsLTE4MS4wNDMyIDE4MC45OTItNTQuMjcyLTU0LjI3MnoiIGZpbGw9IiNEOEQ4RDgiPjwvcGF0aD48L3N2Zz4=", {
16
+ classPrefix: L,
17
+ tag: T,
18
+ size: s,
19
+ children: z,
20
+ className: a,
21
+ style: D,
22
+ logValue: c,
27
23
  onClick: t,
28
- ...k
24
+ ...y
29
25
  } = {
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,
26
+ ...e,
27
+ ...M
28
+ }, l = (n) => {
29
+ t && t(n);
30
+ }, o = () => ({
31
+ src: g,
32
+ alt: I
33
+ }), N = {}, i = u(s);
34
+ return i && (N.width = i, N.height = i), r.createElement(
35
+ T,
37
36
  {
38
- className: $(`${N} ${r}-${a} ${p || ""}`, { "auto-track": !!o }),
37
+ className: A(`${L}_img ${I} ${a || ""} `, { "auto-track": !!c }),
39
38
  style: {
40
- color: f,
41
- ...s,
42
- ...u
39
+ ...N,
40
+ ...D
43
41
  },
44
- ...k,
45
- onClick: C,
46
- "data-log-name": o
42
+ ...y,
43
+ onClick: l,
44
+ ...o(),
45
+ "data-log-name": c
47
46
  },
48
- d
47
+ z
49
48
  );
50
49
  }
51
- l.defaultProps = c;
52
- l.displayName = "FiresoonMobileIcon-delete-fill";
50
+ j.defaultProps = e;
51
+ j.displayName = "FiresoonMobileIcon-delete-fill";
53
52
  export {
54
- l as default
53
+ j as default
55
54
  };
@@ -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 l = "down-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: s,
28
+ ...k
29
+ } = {
30
+ ...c,
31
+ ...e
32
+ }, C = (g) => {
33
+ s && s(g);
34
+ }, n = {}, t = h(i);
35
+ return t && (n.fontSize = t), x.createElement(
36
+ m,
37
+ {
38
+ className: $(`${N} ${r}-${l} ${p || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...n,
42
+ ...u
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ d
49
+ );
50
+ }
51
+ a.defaultProps = c;
52
+ a.displayName = "FiresoonMobileIcon-down-fill";
53
+ export {
54
+ a as default
55
+ };
@@ -1,4 +1,4 @@
1
- const l = ["AddFill", "Addcard", "Addressbook", "Admin", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "AuthenticationFill", "Banxuan", "CameraFill", "CheckDisable", "CheckFill", "Check", "Close", "Code", "DeleteFill", "Delete", "Edit", "Exit", "FailureFill", "Failure", "File", "FinishFill", "GuaranteeFill", "Hospital", "InformationFill", "Information", "Invisible", "Modify", "Phinenumber", "Plus", "Position", "ProblemFill", "Problem", "Realname", "Search", "SelectedFill", "Selected", "SettlementpayFill", "Step", "SuccessFill", "Success", "TimeFill", "Time", "Unselected", "Visible", "VisitchooseFill", "WarningFill", "Warning", "AdultManColor", "AdultWomanColor", "BoyColor", "ClaimsDetailColor", "DirectClaimsColor", "GeneraoInfoColor", "GirlColor", "LoginOffColor", "LoginOnColor", "QuickClaimsColor"];
1
+ const l = ["AddFill", "Addcard", "Addressbook", "Admin", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "AuthenticationFill", "Bankcard", "Banxuan", "CameraFill", "CheckDisable", "CheckFill", "Check", "Close", "Code", "DeleteFill", "Delete", "DownFill", "Edit", "Exit", "FailureFill", "Failure", "File", "FinishFill", "GuaranteeFill", "Hospital", "InformationFill", "Information", "Invisible", "Modify", "Phinenumber", "Plus", "Position", "ProblemFill", "Problem", "Realname", "Search", "SelectedFill", "Selected", "SettlementpayFill", "Step", "SuccessFill", "Success", "TimeFill", "Time", "Unselected", "User", "Visible", "VisitchooseFill", "WarningFill", "Warning", "AdultManColor", "AdultWomanColor", "BoyColor", "ClaimsDetailColor", "DirectClaimsColor", "GeneraoInfoColor", "GirlColor", "LoginOffColor", "LoginOnColor", "QuickClaimsColor"];
2
2
  export {
3
3
  l as iconsConfig
4
4
  };
@@ -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 = "user", {
18
+ size: i,
19
+ classPrefix: l,
20
+ color: f,
21
+ tag: m,
22
+ children: u,
23
+ className: p,
24
+ fontClassName: N,
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
+ m,
37
+ {
38
+ className: $(`${N} ${l}-${r} ${p || ""}`, { "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
+ u
49
+ );
50
+ }
51
+ a.defaultProps = c;
52
+ a.displayName = "FiresoonMobileIcon-user";
53
+ export {
54
+ a as default
55
+ };
@@ -10,6 +10,7 @@ export { default as ArrowLeft } from './icons/ArrowLeft.js';
10
10
  export { default as ArrowRight } from './icons/ArrowRight.js';
11
11
  export { default as ArrowUp } from './icons/ArrowUp.js';
12
12
  export { default as AuthenticationFill } from './icons/AuthenticationFill.js';
13
+ export { default as Bankcard } from './icons/Bankcard.js';
13
14
  export { default as Banxuan } from './icons/Banxuan.js';
14
15
  export { default as CameraFill } from './icons/CameraFill.js';
15
16
  export { default as CheckDisable } from './icons/CheckDisable.js';
@@ -19,6 +20,7 @@ export { default as Close } from './icons/Close.js';
19
20
  export { default as Code } from './icons/Code.js';
20
21
  export { default as DeleteFill } from './icons/DeleteFill.js';
21
22
  export { default as Delete } from './icons/Delete.js';
23
+ export { default as DownFill } from './icons/DownFill.js';
22
24
  export { default as Edit } from './icons/Edit.js';
23
25
  export { default as Exit } from './icons/Exit.js';
24
26
  export { default as FailureFill } from './icons/FailureFill.js';
@@ -47,6 +49,7 @@ export { default as Success } from './icons/Success.js';
47
49
  export { default as TimeFill } from './icons/TimeFill.js';
48
50
  export { default as Time } from './icons/Time.js';
49
51
  export { default as Unselected } from './icons/Unselected.js';
52
+ export { default as User } from './icons/User.js';
50
53
  export { default as Visible } from './icons/Visible.js';
51
54
  export { default as VisitchooseFill } from './icons/VisitchooseFill.js';
52
55
  export { default as WarningFill } from './icons/WarningFill.js';