@mijadesign/mobile-icons 1.0.1 → 1.0.2
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.
- package/dist/es/icons/Smalltriangle1Fill.js +55 -0
- package/dist/es/icons/SmalltriangleFill.js +55 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +2 -0
- package/dist/lib/index.umd.js +2 -2
- package/dist/style_iconfont.css +1 -1
- package/dist/types/index.d.ts +94 -54
- package/dist/types/mobile-icons.mjs +479 -377
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37,17 +37,17 @@ export declare namespace Admin {
|
|
|
37
37
|
var displayName: string;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
export declare function AdultManColor<T>(props: Partial<
|
|
40
|
+
export declare function AdultManColor<T>(props: Partial<IconProps_80> & T): ReactElement;
|
|
41
41
|
|
|
42
42
|
export declare namespace AdultManColor {
|
|
43
|
-
var defaultProps:
|
|
43
|
+
var defaultProps: IconProps_80;
|
|
44
44
|
var displayName: string;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
export declare function AdultWomanColor<T>(props: Partial<
|
|
47
|
+
export declare function AdultWomanColor<T>(props: Partial<IconProps_81> & T): ReactElement;
|
|
48
48
|
|
|
49
49
|
export declare namespace AdultWomanColor {
|
|
50
|
-
var defaultProps:
|
|
50
|
+
var defaultProps: IconProps_81;
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
53
53
|
|
|
@@ -128,10 +128,10 @@ export declare namespace BarrackFill {
|
|
|
128
128
|
var displayName: string;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
export declare function BoyColor<T>(props: Partial<
|
|
131
|
+
export declare function BoyColor<T>(props: Partial<IconProps_82> & T): ReactElement;
|
|
132
132
|
|
|
133
133
|
export declare namespace BoyColor {
|
|
134
|
-
var defaultProps:
|
|
134
|
+
var defaultProps: IconProps_82;
|
|
135
135
|
var displayName: string;
|
|
136
136
|
}
|
|
137
137
|
|
|
@@ -177,10 +177,10 @@ export declare namespace CheckmarkFill {
|
|
|
177
177
|
var displayName: string;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
export declare function ClaimsDetailColor<T>(props: Partial<
|
|
180
|
+
export declare function ClaimsDetailColor<T>(props: Partial<IconProps_83> & T): ReactElement;
|
|
181
181
|
|
|
182
182
|
export declare namespace ClaimsDetailColor {
|
|
183
|
-
var defaultProps:
|
|
183
|
+
var defaultProps: IconProps_83;
|
|
184
184
|
var displayName: string;
|
|
185
185
|
}
|
|
186
186
|
|
|
@@ -226,10 +226,10 @@ export declare namespace DeleteFill {
|
|
|
226
226
|
var displayName: string;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
export declare function DirectClaimsColor<T>(props: Partial<
|
|
229
|
+
export declare function DirectClaimsColor<T>(props: Partial<IconProps_84> & T): ReactElement;
|
|
230
230
|
|
|
231
231
|
export declare namespace DirectClaimsColor {
|
|
232
|
-
var defaultProps:
|
|
232
|
+
var defaultProps: IconProps_84;
|
|
233
233
|
var displayName: string;
|
|
234
234
|
}
|
|
235
235
|
|
|
@@ -240,10 +240,10 @@ export declare namespace DownFill {
|
|
|
240
240
|
var displayName: string;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
export declare function DynamicLoading<T>(props: Partial<
|
|
243
|
+
export declare function DynamicLoading<T>(props: Partial<IconProps_85> & T): ReactElement;
|
|
244
244
|
|
|
245
245
|
export declare namespace DynamicLoading {
|
|
246
|
-
var defaultProps:
|
|
246
|
+
var defaultProps: IconProps_85;
|
|
247
247
|
var displayName: string;
|
|
248
248
|
}
|
|
249
249
|
|
|
@@ -275,17 +275,17 @@ export declare namespace FamilyFill {
|
|
|
275
275
|
var displayName: string;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
export declare function GeneraoInfoColor<T>(props: Partial<
|
|
278
|
+
export declare function GeneraoInfoColor<T>(props: Partial<IconProps_86> & T): ReactElement;
|
|
279
279
|
|
|
280
280
|
export declare namespace GeneraoInfoColor {
|
|
281
|
-
var defaultProps:
|
|
281
|
+
var defaultProps: IconProps_86;
|
|
282
282
|
var displayName: string;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
export declare function GirlColor<T>(props: Partial<
|
|
285
|
+
export declare function GirlColor<T>(props: Partial<IconProps_87> & T): ReactElement;
|
|
286
286
|
|
|
287
287
|
export declare namespace GirlColor {
|
|
288
|
-
var defaultProps:
|
|
288
|
+
var defaultProps: IconProps_87;
|
|
289
289
|
var displayName: string;
|
|
290
290
|
}
|
|
291
291
|
|
|
@@ -1315,23 +1315,27 @@ declare interface IconProps_77 {
|
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
1317
|
declare interface IconProps_78 {
|
|
1318
|
+
size: string | number;
|
|
1318
1319
|
classPrefix: string;
|
|
1320
|
+
color: string;
|
|
1319
1321
|
tag: keyof ReactHTML;
|
|
1320
|
-
|
|
1322
|
+
logValue?: string;
|
|
1321
1323
|
onClick: (e: MouseEvent) => void;
|
|
1324
|
+
fontClassName: string;
|
|
1322
1325
|
className: string;
|
|
1323
|
-
logValue?: string;
|
|
1324
1326
|
style: React_2.CSSProperties;
|
|
1325
1327
|
children: React_2.ReactNode;
|
|
1326
1328
|
}
|
|
1327
1329
|
|
|
1328
1330
|
declare interface IconProps_79 {
|
|
1331
|
+
size: string | number;
|
|
1329
1332
|
classPrefix: string;
|
|
1333
|
+
color: string;
|
|
1330
1334
|
tag: keyof ReactHTML;
|
|
1331
|
-
|
|
1335
|
+
logValue?: string;
|
|
1332
1336
|
onClick: (e: MouseEvent) => void;
|
|
1337
|
+
fontClassName: string;
|
|
1333
1338
|
className: string;
|
|
1334
|
-
logValue?: string;
|
|
1335
1339
|
style: React_2.CSSProperties;
|
|
1336
1340
|
children: React_2.ReactNode;
|
|
1337
1341
|
}
|
|
@@ -1448,6 +1452,17 @@ declare interface IconProps_88 {
|
|
|
1448
1452
|
children: React_2.ReactNode;
|
|
1449
1453
|
}
|
|
1450
1454
|
|
|
1455
|
+
declare interface IconProps_89 {
|
|
1456
|
+
classPrefix: string;
|
|
1457
|
+
tag: keyof ReactHTML;
|
|
1458
|
+
size: string | number;
|
|
1459
|
+
onClick: (e: MouseEvent) => void;
|
|
1460
|
+
className: string;
|
|
1461
|
+
logValue?: string;
|
|
1462
|
+
style: React_2.CSSProperties;
|
|
1463
|
+
children: React_2.ReactNode;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1451
1466
|
declare interface IconProps_9 {
|
|
1452
1467
|
size: string | number;
|
|
1453
1468
|
classPrefix: string;
|
|
@@ -1461,6 +1476,17 @@ declare interface IconProps_9 {
|
|
|
1461
1476
|
children: React_2.ReactNode;
|
|
1462
1477
|
}
|
|
1463
1478
|
|
|
1479
|
+
declare interface IconProps_90 {
|
|
1480
|
+
classPrefix: string;
|
|
1481
|
+
tag: keyof ReactHTML;
|
|
1482
|
+
size: string | number;
|
|
1483
|
+
onClick: (e: MouseEvent) => void;
|
|
1484
|
+
className: string;
|
|
1485
|
+
logValue?: string;
|
|
1486
|
+
style: React_2.CSSProperties;
|
|
1487
|
+
children: React_2.ReactNode;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1464
1490
|
export declare function Information<T>(props: Partial<IconProps_42> & T): ReactElement;
|
|
1465
1491
|
|
|
1466
1492
|
export declare namespace Information {
|
|
@@ -1517,17 +1543,17 @@ export declare namespace Loading {
|
|
|
1517
1543
|
var displayName: string;
|
|
1518
1544
|
}
|
|
1519
1545
|
|
|
1520
|
-
export declare function LoginOffColor<T>(props: Partial<
|
|
1546
|
+
export declare function LoginOffColor<T>(props: Partial<IconProps_88> & T): ReactElement;
|
|
1521
1547
|
|
|
1522
1548
|
export declare namespace LoginOffColor {
|
|
1523
|
-
var defaultProps:
|
|
1549
|
+
var defaultProps: IconProps_88;
|
|
1524
1550
|
var displayName: string;
|
|
1525
1551
|
}
|
|
1526
1552
|
|
|
1527
|
-
export declare function LoginOnColor<T>(props: Partial<
|
|
1553
|
+
export declare function LoginOnColor<T>(props: Partial<IconProps_89> & T): ReactElement;
|
|
1528
1554
|
|
|
1529
1555
|
export declare namespace LoginOnColor {
|
|
1530
|
-
var defaultProps:
|
|
1556
|
+
var defaultProps: IconProps_89;
|
|
1531
1557
|
var displayName: string;
|
|
1532
1558
|
}
|
|
1533
1559
|
|
|
@@ -1580,10 +1606,10 @@ export declare namespace ProhibitselectedRectangle {
|
|
|
1580
1606
|
var displayName: string;
|
|
1581
1607
|
}
|
|
1582
1608
|
|
|
1583
|
-
export declare function QuickClaimsColor<T>(props: Partial<
|
|
1609
|
+
export declare function QuickClaimsColor<T>(props: Partial<IconProps_90> & T): ReactElement;
|
|
1584
1610
|
|
|
1585
1611
|
export declare namespace QuickClaimsColor {
|
|
1586
|
-
var defaultProps:
|
|
1612
|
+
var defaultProps: IconProps_90;
|
|
1587
1613
|
var displayName: string;
|
|
1588
1614
|
}
|
|
1589
1615
|
|
|
@@ -1643,101 +1669,115 @@ export declare namespace SelectedRectangleFill {
|
|
|
1643
1669
|
var displayName: string;
|
|
1644
1670
|
}
|
|
1645
1671
|
|
|
1646
|
-
export declare function
|
|
1672
|
+
export declare function Smalltriangle1Fill<T>(props: Partial<IconProps_65> & T): ReactElement;
|
|
1647
1673
|
|
|
1648
|
-
export declare namespace
|
|
1674
|
+
export declare namespace Smalltriangle1Fill {
|
|
1649
1675
|
var defaultProps: IconProps_65;
|
|
1650
1676
|
var displayName: string;
|
|
1651
1677
|
}
|
|
1652
1678
|
|
|
1653
|
-
export declare function
|
|
1679
|
+
export declare function SmalltriangleFill<T>(props: Partial<IconProps_64> & T): ReactElement;
|
|
1654
1680
|
|
|
1655
|
-
export declare namespace
|
|
1681
|
+
export declare namespace SmalltriangleFill {
|
|
1656
1682
|
var defaultProps: IconProps_64;
|
|
1657
1683
|
var displayName: string;
|
|
1658
1684
|
}
|
|
1659
1685
|
|
|
1660
|
-
export declare function
|
|
1686
|
+
export declare function Success<T>(props: Partial<IconProps_67> & T): ReactElement;
|
|
1661
1687
|
|
|
1662
|
-
export declare namespace
|
|
1688
|
+
export declare namespace Success {
|
|
1663
1689
|
var defaultProps: IconProps_67;
|
|
1664
1690
|
var displayName: string;
|
|
1665
1691
|
}
|
|
1666
1692
|
|
|
1667
|
-
export declare function
|
|
1693
|
+
export declare function SuccessFill<T>(props: Partial<IconProps_66> & T): ReactElement;
|
|
1668
1694
|
|
|
1669
|
-
export declare namespace
|
|
1695
|
+
export declare namespace SuccessFill {
|
|
1670
1696
|
var defaultProps: IconProps_66;
|
|
1671
1697
|
var displayName: string;
|
|
1672
1698
|
}
|
|
1673
1699
|
|
|
1674
|
-
export declare function
|
|
1700
|
+
export declare function Time<T>(props: Partial<IconProps_69> & T): ReactElement;
|
|
1675
1701
|
|
|
1676
|
-
export declare namespace
|
|
1702
|
+
export declare namespace Time {
|
|
1677
1703
|
var defaultProps: IconProps_69;
|
|
1678
1704
|
var displayName: string;
|
|
1679
1705
|
}
|
|
1680
1706
|
|
|
1681
|
-
export declare function
|
|
1707
|
+
export declare function TimeFill<T>(props: Partial<IconProps_68> & T): ReactElement;
|
|
1682
1708
|
|
|
1683
|
-
export declare namespace
|
|
1709
|
+
export declare namespace TimeFill {
|
|
1684
1710
|
var defaultProps: IconProps_68;
|
|
1685
1711
|
var displayName: string;
|
|
1686
1712
|
}
|
|
1687
1713
|
|
|
1688
|
-
export declare function
|
|
1714
|
+
export declare function Unselected<T>(props: Partial<IconProps_71> & T): ReactElement;
|
|
1689
1715
|
|
|
1690
|
-
export declare namespace
|
|
1716
|
+
export declare namespace Unselected {
|
|
1717
|
+
var defaultProps: IconProps_71;
|
|
1718
|
+
var displayName: string;
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
export declare function UnselectedRectangle<T>(props: Partial<IconProps_70> & T): ReactElement;
|
|
1722
|
+
|
|
1723
|
+
export declare namespace UnselectedRectangle {
|
|
1691
1724
|
var defaultProps: IconProps_70;
|
|
1692
1725
|
var displayName: string;
|
|
1693
1726
|
}
|
|
1694
1727
|
|
|
1695
|
-
export declare function
|
|
1728
|
+
export declare function UpFill<T>(props: Partial<IconProps_72> & T): ReactElement;
|
|
1729
|
+
|
|
1730
|
+
export declare namespace UpFill {
|
|
1731
|
+
var defaultProps: IconProps_72;
|
|
1732
|
+
var displayName: string;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
export declare function User<T>(props: Partial<IconProps_73> & T): ReactElement;
|
|
1696
1736
|
|
|
1697
1737
|
export declare namespace User {
|
|
1698
|
-
var defaultProps:
|
|
1738
|
+
var defaultProps: IconProps_73;
|
|
1699
1739
|
var displayName: string;
|
|
1700
1740
|
}
|
|
1701
1741
|
|
|
1702
|
-
export declare function Visible<T>(props: Partial<
|
|
1742
|
+
export declare function Visible<T>(props: Partial<IconProps_74> & T): ReactElement;
|
|
1703
1743
|
|
|
1704
1744
|
export declare namespace Visible {
|
|
1705
|
-
var defaultProps:
|
|
1745
|
+
var defaultProps: IconProps_74;
|
|
1706
1746
|
var displayName: string;
|
|
1707
1747
|
}
|
|
1708
1748
|
|
|
1709
|
-
export declare function Warning<T>(props: Partial<
|
|
1749
|
+
export declare function Warning<T>(props: Partial<IconProps_76> & T): ReactElement;
|
|
1710
1750
|
|
|
1711
1751
|
export declare namespace Warning {
|
|
1712
|
-
var defaultProps:
|
|
1752
|
+
var defaultProps: IconProps_76;
|
|
1713
1753
|
var displayName: string;
|
|
1714
1754
|
}
|
|
1715
1755
|
|
|
1716
|
-
export declare function WarningFill<T>(props: Partial<
|
|
1756
|
+
export declare function WarningFill<T>(props: Partial<IconProps_75> & T): ReactElement;
|
|
1717
1757
|
|
|
1718
1758
|
export declare namespace WarningFill {
|
|
1719
|
-
var defaultProps:
|
|
1759
|
+
var defaultProps: IconProps_75;
|
|
1720
1760
|
var displayName: string;
|
|
1721
1761
|
}
|
|
1722
1762
|
|
|
1723
|
-
export declare function WechatBack<T>(props: Partial<
|
|
1763
|
+
export declare function WechatBack<T>(props: Partial<IconProps_77> & T): ReactElement;
|
|
1724
1764
|
|
|
1725
1765
|
export declare namespace WechatBack {
|
|
1726
|
-
var defaultProps:
|
|
1766
|
+
var defaultProps: IconProps_77;
|
|
1727
1767
|
var displayName: string;
|
|
1728
1768
|
}
|
|
1729
1769
|
|
|
1730
|
-
export declare function YishengjingxuanFill<T>(props: Partial<
|
|
1770
|
+
export declare function YishengjingxuanFill<T>(props: Partial<IconProps_78> & T): ReactElement;
|
|
1731
1771
|
|
|
1732
1772
|
export declare namespace YishengjingxuanFill {
|
|
1733
|
-
var defaultProps:
|
|
1773
|
+
var defaultProps: IconProps_78;
|
|
1734
1774
|
var displayName: string;
|
|
1735
1775
|
}
|
|
1736
1776
|
|
|
1737
|
-
export declare function ZhuyuanxiezhuFill<T>(props: Partial<
|
|
1777
|
+
export declare function ZhuyuanxiezhuFill<T>(props: Partial<IconProps_79> & T): ReactElement;
|
|
1738
1778
|
|
|
1739
1779
|
export declare namespace ZhuyuanxiezhuFill {
|
|
1740
|
-
var defaultProps:
|
|
1780
|
+
var defaultProps: IconProps_79;
|
|
1741
1781
|
var displayName: string;
|
|
1742
1782
|
}
|
|
1743
1783
|
|