am-shared-assets 1.0.16 → 1.0.18
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/essetionalIcons.js
CHANGED
|
@@ -184,7 +184,7 @@ const n = ({
|
|
|
184
184
|
columnNumber: 3
|
|
185
185
|
},
|
|
186
186
|
void 0
|
|
187
|
-
),
|
|
187
|
+
), l = ({
|
|
188
188
|
color: o,
|
|
189
189
|
size: e = 24
|
|
190
190
|
}) => /* @__PURE__ */ s(
|
|
@@ -252,7 +252,7 @@ const n = ({
|
|
|
252
252
|
columnNumber: 3
|
|
253
253
|
},
|
|
254
254
|
void 0
|
|
255
|
-
),
|
|
255
|
+
), c = ({
|
|
256
256
|
color: o,
|
|
257
257
|
size: e = 24
|
|
258
258
|
}) => /* @__PURE__ */ s(
|
|
@@ -354,12 +354,17 @@ const n = ({
|
|
|
354
354
|
TrashBrokenIcon: t,
|
|
355
355
|
TrashBulkIcon: r,
|
|
356
356
|
TrashLinearIcon: a,
|
|
357
|
-
TrashOutlineIcon:
|
|
358
|
-
TrashTwotoneIcon:
|
|
359
|
-
},
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
357
|
+
TrashOutlineIcon: l,
|
|
358
|
+
TrashTwotoneIcon: c
|
|
359
|
+
}, u = { trash: i }, d = {
|
|
360
|
+
TrashBoldIcon: n,
|
|
361
|
+
TrashBrokenIcon: t,
|
|
362
|
+
TrashBulkIcon: r,
|
|
363
|
+
TrashLinearIcon: a,
|
|
364
|
+
TrashOutlineIcon: l,
|
|
365
|
+
TrashTwotoneIcon: c
|
|
366
|
+
};
|
|
363
367
|
export {
|
|
364
|
-
|
|
368
|
+
d as default,
|
|
369
|
+
u as groupIcons
|
|
365
370
|
};
|
|
@@ -1,2 +1,55 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
1
|
+
export declare const groupIcons: {
|
|
2
|
+
trash: {
|
|
3
|
+
TrashBoldIcon: ({ color, size, }: {
|
|
4
|
+
color?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
TrashBrokenIcon: ({ color, size, }: {
|
|
8
|
+
color?: string;
|
|
9
|
+
size?: number;
|
|
10
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
TrashBulkIcon: ({ color, size, }: {
|
|
12
|
+
color?: string;
|
|
13
|
+
size?: number;
|
|
14
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
TrashLinearIcon: ({ color, size, }: {
|
|
16
|
+
color?: string;
|
|
17
|
+
size?: number;
|
|
18
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
TrashOutlineIcon: ({ color, size, }: {
|
|
20
|
+
color?: string;
|
|
21
|
+
size?: number;
|
|
22
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
TrashTwotoneIcon: ({ color, size, }: {
|
|
24
|
+
color?: string;
|
|
25
|
+
size?: number;
|
|
26
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
declare const _default: {
|
|
30
|
+
TrashBoldIcon: ({ color, size, }: {
|
|
31
|
+
color?: string;
|
|
32
|
+
size?: number;
|
|
33
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
TrashBrokenIcon: ({ color, size, }: {
|
|
35
|
+
color?: string;
|
|
36
|
+
size?: number;
|
|
37
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
TrashBulkIcon: ({ color, size, }: {
|
|
39
|
+
color?: string;
|
|
40
|
+
size?: number;
|
|
41
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
42
|
+
TrashLinearIcon: ({ color, size, }: {
|
|
43
|
+
color?: string;
|
|
44
|
+
size?: number;
|
|
45
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
TrashOutlineIcon: ({ color, size, }: {
|
|
47
|
+
color?: string;
|
|
48
|
+
size?: number;
|
|
49
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
50
|
+
TrashTwotoneIcon: ({ color, size, }: {
|
|
51
|
+
color?: string;
|
|
52
|
+
size?: number;
|
|
53
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
trash: {
|
|
3
|
-
TrashBoldIcon: ({ color, size, }: {
|
|
4
|
-
color?: string;
|
|
5
|
-
size?: number;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
TrashBrokenIcon: ({ color, size, }: {
|
|
8
|
-
color?: string;
|
|
9
|
-
size?: number;
|
|
10
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
TrashBulkIcon: ({ color, size, }: {
|
|
12
|
-
color?: string;
|
|
13
|
-
size?: number;
|
|
14
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
TrashLinearIcon: ({ color, size, }: {
|
|
16
|
-
color?: string;
|
|
17
|
-
size?: number;
|
|
18
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
TrashOutlineIcon: ({ color, size, }: {
|
|
20
|
-
color?: string;
|
|
21
|
-
size?: number;
|
|
22
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
TrashTwotoneIcon: ({ color, size, }: {
|
|
24
|
-
color?: string;
|
|
25
|
-
size?: number;
|
|
26
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
export default _default;
|