@pushwoosh/kit-icons 1.4.1 → 1.4.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/device-icon/assets/index.d.ts +32 -4
- package/dist/device-icon/device-icon.types.d.ts +1 -0
- package/dist/download-icon/assets/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/pause-round-icon/assets/index.d.ts +3 -3
- package/dist/platform-logo-icon/assets/index.d.ts +16 -16
- package/dist/plugin-icon/assets/index.d.ts +2 -2
- package/dist/upload-icon/assets/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const AssetMap: {
|
|
2
2
|
medium: {
|
|
3
|
-
filled:
|
|
3
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
8
|
-
lined:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
@@ -6,7 +6,7 @@ export declare const AssetMap: {
|
|
|
6
6
|
};
|
|
7
7
|
android: {
|
|
8
8
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
-
lined:
|
|
9
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
10
10
|
};
|
|
11
11
|
apple: {
|
|
12
12
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
@@ -26,7 +26,7 @@ export declare const AssetMap: {
|
|
|
26
26
|
};
|
|
27
27
|
email: {
|
|
28
28
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
29
|
-
lined:
|
|
29
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
30
30
|
};
|
|
31
31
|
firefox: {
|
|
32
32
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
@@ -55,55 +55,55 @@ export declare const AssetMap: {
|
|
|
55
55
|
};
|
|
56
56
|
small: {
|
|
57
57
|
amazon: {
|
|
58
|
-
filled:
|
|
58
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
59
59
|
lined: null;
|
|
60
60
|
};
|
|
61
61
|
android: {
|
|
62
|
-
filled:
|
|
62
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
63
63
|
lined: null;
|
|
64
64
|
};
|
|
65
65
|
apple: {
|
|
66
|
-
filled:
|
|
66
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
67
67
|
lined: null;
|
|
68
68
|
};
|
|
69
69
|
baidu: {
|
|
70
|
-
filled:
|
|
70
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
71
71
|
lined: null;
|
|
72
72
|
};
|
|
73
73
|
chrome: {
|
|
74
|
-
filled:
|
|
74
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
75
75
|
lined: null;
|
|
76
76
|
};
|
|
77
77
|
edge: {
|
|
78
|
-
filled:
|
|
78
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
79
79
|
lined: null;
|
|
80
80
|
};
|
|
81
81
|
email: {
|
|
82
|
-
filled:
|
|
83
|
-
lined:
|
|
82
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
83
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
84
84
|
};
|
|
85
85
|
firefox: {
|
|
86
|
-
filled:
|
|
86
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
87
87
|
lined: null;
|
|
88
88
|
};
|
|
89
89
|
huawei: {
|
|
90
|
-
filled:
|
|
90
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
91
91
|
lined: null;
|
|
92
92
|
};
|
|
93
93
|
'i-explorer': {
|
|
94
|
-
filled:
|
|
94
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
95
95
|
lined: null;
|
|
96
96
|
};
|
|
97
97
|
'mac-os': {
|
|
98
|
-
filled:
|
|
98
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
99
99
|
lined: null;
|
|
100
100
|
};
|
|
101
101
|
safari: {
|
|
102
|
-
filled:
|
|
102
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
103
103
|
lined: null;
|
|
104
104
|
};
|
|
105
105
|
windows: {
|
|
106
|
-
filled:
|
|
106
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
107
107
|
lined: null;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
@@ -4,7 +4,7 @@ export declare const AssetMap: {
|
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
8
|
-
lined:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
@@ -4,7 +4,7 @@ export declare const AssetMap: {
|
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
8
|
-
lined:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|