@mijadesign/mobile-icons 1.0.0-beta.5 → 1.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 n(e) {
17
+ const r = "barrack-fill", {
18
+ size: l,
19
+ classPrefix: i,
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
+ ...c,
31
+ ...e
32
+ }, C = (b) => {
33
+ s && s(b);
34
+ }, a = {}, t = $(l);
35
+ return t && (a.fontSize = t), g.createElement(
36
+ m,
37
+ {
38
+ className: x(`${k} ${i}-${r} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...a,
42
+ ...u
43
+ },
44
+ ...d,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ n.defaultProps = c;
52
+ n.displayName = "FiresoonMobileIcon-barrack-fill";
53
+ export {
54
+ n as default
55
+ };
@@ -0,0 +1,55 @@
1
+ import g from "react";
2
+ import x from "classnames";
3
+ const a = {
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 n(e) {
17
+ const l = "checkmark-fill", {
18
+ size: i,
19
+ classPrefix: r,
20
+ color: f,
21
+ tag: m,
22
+ children: k,
23
+ className: p,
24
+ fontClassName: N,
25
+ style: u,
26
+ logValue: o,
27
+ onClick: c,
28
+ ...d
29
+ } = {
30
+ ...a,
31
+ ...e
32
+ }, C = (h) => {
33
+ c && c(h);
34
+ }, s = {}, t = $(i);
35
+ return t && (s.fontSize = t), g.createElement(
36
+ m,
37
+ {
38
+ className: x(`${N} ${r}-${l} ${p || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...s,
42
+ ...u
43
+ },
44
+ ...d,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ k
49
+ );
50
+ }
51
+ n.defaultProps = a;
52
+ n.displayName = "FiresoonMobileIcon-checkmark-fill";
53
+ export {
54
+ n as default
55
+ };
@@ -1,4 +1,4 @@
1
- const l = ["AddFamily", "AddFill", "AddRectangleFill", "Addressbook", "ArrowDownCircle", "ArrowDown", "ArrowLeftCircle", "ArrowLeft", "ArrowRightCircle", "ArrowRight", "ArrowUpCircle", "ArrowUp", "Bankcard", "Call", "CameraFill", "Camera", "Change", "Close", "Customer", "DeleteFill", "Delete", "DownFill", "FailureFill", "Failure", "FamilyFill", "GuaranteeFill", "Guarantee", "Home", "InformationFill", "Information", "Invisible", "LeftFill", "Loading", "Modify", "Plus", "Position", "ProblemFill", "Problem", "ProhibitselectedRectangle", "Prohibitselected", "Remind", "RightFill", "Search", "SelectedFill", "SelectedRectangleFill", "Selected", "SelectedminusFill", "SelectedminusRectangleFill", "SuccessFill", "Success", "TimeFill", "Time", "UnselectedRectangle", "Unselected", "UpFill", "User", "Visible", "WarningFill", "Warning", "WechatBack", "AdultManColor", "AdultWomanColor", "BoyColor", "ClaimsDetailColor", "DirectClaimsColor", "GeneraoInfoColor", "GirlColor", "LoginOffColor", "LoginOnColor", "QuickClaimsColor"];
1
+ const l = ["AddFamily", "AddFill", "AddRectangleFill", "Addressbook", "ArrowDownCircle", "ArrowDown", "ArrowLeftCircle", "ArrowLeft", "ArrowRightCircle", "ArrowRight", "ArrowUpCircle", "ArrowUp", "Bankcard", "BarrackFill", "Call", "CameraFill", "Camera", "Change", "CheckmarkFill", "Close", "Customer", "DeleteFill", "Delete", "DownFill", "FailureFill", "Failure", "FamilyFill", "GuaranteeFill", "Guarantee", "Home", "InformationFill", "Information", "Invisible", "LeftFill", "Loading", "Modify", "Plus", "Position", "ProblemFill", "Problem", "ProhibitselectedRectangle", "Prohibitselected", "Remind", "RightFill", "Search", "SelectedFill", "SelectedRectangleFill", "Selected", "SelectedminusFill", "SelectedminusRectangleFill", "SuccessFill", "Success", "TimeFill", "Time", "UnselectedRectangle", "Unselected", "UpFill", "User", "Visible", "WarningFill", "Warning", "WechatBack", "AdultManColor", "AdultWomanColor", "BoyColor", "ClaimsDetailColor", "DirectClaimsColor", "GeneraoInfoColor", "GirlColor", "LoginOffColor", "LoginOnColor", "QuickClaimsColor"];
2
2
  export {
3
3
  l as iconsConfig
4
4
  };
@@ -14,10 +14,12 @@ export { default as ArrowRight } from './icons/ArrowRight.js';
14
14
  export { default as ArrowUpCircle } from './icons/ArrowUpCircle.js';
15
15
  export { default as ArrowUp } from './icons/ArrowUp.js';
16
16
  export { default as Bankcard } from './icons/Bankcard.js';
17
+ export { default as BarrackFill } from './icons/BarrackFill.js';
17
18
  export { default as Call } from './icons/Call.js';
18
19
  export { default as CameraFill } from './icons/CameraFill.js';
19
20
  export { default as Camera } from './icons/Camera.js';
20
21
  export { default as Change } from './icons/Change.js';
22
+ export { default as CheckmarkFill } from './icons/CheckmarkFill.js';
21
23
  export { default as Close } from './icons/Close.js';
22
24
  export { default as Customer } from './icons/Customer.js';
23
25
  export { default as DeleteFill } from './icons/DeleteFill.js';