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

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 h 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 = "change", {
18
+ size: r,
19
+ classPrefix: l,
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
+ ...g
29
+ } = {
30
+ ...c,
31
+ ...e
32
+ }, k = (C) => {
33
+ s && s(C);
34
+ }, n = {}, t = $(r);
35
+ return t && (n.fontSize = t), h.createElement(
36
+ m,
37
+ {
38
+ className: x(`${u} ${l}-${i} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...n,
42
+ ...d
43
+ },
44
+ ...g,
45
+ onClick: k,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ a.defaultProps = c;
52
+ a.displayName = "FiresoonMobileIcon-change";
53
+ export {
54
+ a 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", "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", "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"];
2
2
  export {
3
3
  l as iconsConfig
4
4
  };
@@ -17,6 +17,7 @@ export { default as Bankcard } from './icons/Bankcard.js';
17
17
  export { default as Call } from './icons/Call.js';
18
18
  export { default as CameraFill } from './icons/CameraFill.js';
19
19
  export { default as Camera } from './icons/Camera.js';
20
+ export { default as Change } from './icons/Change.js';
20
21
  export { default as Close } from './icons/Close.js';
21
22
  export { default as Customer } from './icons/Customer.js';
22
23
  export { default as DeleteFill } from './icons/DeleteFill.js';