@mijadesign/mobile-icons 1.0.3 → 1.0.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.
@@ -1,4 +1,4 @@
1
- const l = ["AddFamily", "AddFill", "AddRectangleFill", "Addressbook", "Admin", "ArrowDownCircle", "ArrowDown", "ArrowLeftCircle", "ArrowLeft", "ArrowRightCircle", "ArrowRight", "ArrowUpCircle", "ArrowUp", "Bankcard", "Baodanchaxun", "BarrackFill", "Barrack", "Call", "CameraFill", "Camera", "Change", "Changyongxinxi", "CheckmarkFill", "Close", "Code", "Customer", "DaibingkebaoFill", "DeleteFill", "Delete", "DownFill", "Expert", "FailureFill", "Failure", "FamilyFill", "Glide", "GuaranteeFill", "Guarantee", "HaoyaohaoshuFill", "History", "Home", "Huodongzhongxin", "ImageFill", "InformationFill", "Information", "Invisible", "Jiankangdangan", "JiuyizhuandaoFill", "Keyboard", "LeftFill", "LipeixiezhuFill", "Loading", "Modify", "PauseFill", "Plus", "Position", "ProblemFill", "Problem", "ProhibitselectedRectangle", "Prohibitselected", "Remind", "RightFill", "Search", "SelectedFill", "SelectedRectangleFill", "Selected", "SelectedminusFill", "SelectedminusRectangleFill", "SendFill", "SmalltriangleFill", "Smalltriangle1Fill", "SuccessFill", "Success", "TimeFill", "Time", "UnselectedRectangle", "Unselected", "UpFill", "User", "Visible", "Voicemail", "WarningFill", "Warning", "WechatBack", "YishengjingxuanFill", "Zhuangrenxiezhu", "ZhuyuanxiezhuFill", "AdultManColor", "AdultWomanColor", "BoyColor", "ClaimsDetailColor", "DirectClaimsColor", "DynamicLoading", "GeneraoInfoColor", "GirlColor", "LoginOffColor", "LoginOnColor", "QuickClaimsColor"];
1
+ const l = ["AddFamily", "AddFill", "AddRectangleFill", "Addressbook", "Admin", "ArrowDownCircle", "ArrowDown", "ArrowLeftCircle", "ArrowLeft", "ArrowRightCircle", "ArrowRight", "ArrowUpCircle", "ArrowUp", "Bankcard", "Baodanchaxun", "BarrackFill", "Barrack", "Call", "CameraFill", "Camera", "Change", "Changyongxinxi", "CheckmarkFill", "Close", "Code", "Customer", "DaibingkebaoFill", "DeleteFill", "Delete", "DownFill", "Expert", "FailureFill", "Failure", "FamilyFill", "Glide", "GuaranteeFill", "Guarantee", "HaoyaohaoshuFill", "History", "Home", "Huodongzhongxin", "ImageFill", "InformationFill", "Information", "Invisible", "Jiankangdangan", "JiuyizhuandaoFill", "Keyboard", "LeftFill", "LipeixiezhuFill", "Loading", "Modify", "PauseFill", "Plus", "Position", "ProblemFill", "Problem", "ProhibitselectedRectangle", "Prohibitselected", "Remind", "RightFill", "Search", "SelectedFill", "SelectedRectangleFill", "Selected", "SelectedminusFill", "SelectedminusRectangleFill", "SendFill", "SmalltriangleFill", "Smalltriangle1Fill", "SuccessFill", "Success", "TimeFill", "Time", "UnselectedRectangle", "Unselected", "UpFill", "User", "Visible", "Voicemail", "WarningFill", "Warning", "WechatBack", "WechatFill", "YishengjingxuanFill", "Zhuangrenxiezhu", "ZhuyuanxiezhuFill", "AdultManColor", "AdultWomanColor", "BoyColor", "ClaimsDetailColor", "DirectClaimsColor", "DynamicLoading", "GeneraoInfoColor", "GirlColor", "LoginOffColor", "LoginOnColor", "QuickClaimsColor"];
2
2
  export {
3
3
  l as iconsConfig
4
4
  };
@@ -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 = "wechat-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: t,
28
+ ...k
29
+ } = {
30
+ ...a,
31
+ ...e
32
+ }, C = (h) => {
33
+ t && t(h);
34
+ }, s = {}, c = $(i);
35
+ return c && (s.fontSize = c), g.createElement(
36
+ m,
37
+ {
38
+ className: x(`${u} ${r}-${l} ${N || ""}`, { "auto-track": !!o }),
39
+ style: {
40
+ color: f,
41
+ ...s,
42
+ ...d
43
+ },
44
+ ...k,
45
+ onClick: C,
46
+ "data-log-name": o
47
+ },
48
+ p
49
+ );
50
+ }
51
+ n.defaultProps = a;
52
+ n.displayName = "FiresoonMobileIcon-wechat-fill";
53
+ export {
54
+ n as default
55
+ };
@@ -84,6 +84,7 @@ export { default as Voicemail } from './icons/Voicemail.js';
84
84
  export { default as WarningFill } from './icons/WarningFill.js';
85
85
  export { default as Warning } from './icons/Warning.js';
86
86
  export { default as WechatBack } from './icons/WechatBack.js';
87
+ export { default as WechatFill } from './icons/WechatFill.js';
87
88
  export { default as YishengjingxuanFill } from './icons/YishengjingxuanFill.js';
88
89
  export { default as Zhuangrenxiezhu } from './icons/Zhuangrenxiezhu.js';
89
90
  export { default as ZhuyuanxiezhuFill } from './icons/ZhuyuanxiezhuFill.js';