am-shared-assets 1.0.15 → 1.0.17
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
|
@@ -349,7 +349,14 @@ const n = ({
|
|
|
349
349
|
columnNumber: 3
|
|
350
350
|
},
|
|
351
351
|
void 0
|
|
352
|
-
),
|
|
352
|
+
), i = {
|
|
353
|
+
TrashBoldIcon: n,
|
|
354
|
+
TrashBrokenIcon: t,
|
|
355
|
+
TrashBulkIcon: r,
|
|
356
|
+
TrashLinearIcon: a,
|
|
357
|
+
TrashOutlineIcon: l,
|
|
358
|
+
TrashTwotoneIcon: c
|
|
359
|
+
}, u = { trash: i }, d = {
|
|
353
360
|
TrashBoldIcon: n,
|
|
354
361
|
TrashBrokenIcon: t,
|
|
355
362
|
TrashBulkIcon: r,
|
|
@@ -358,5 +365,6 @@ const n = ({
|
|
|
358
365
|
TrashTwotoneIcon: c
|
|
359
366
|
};
|
|
360
367
|
export {
|
|
361
|
-
|
|
368
|
+
d as default,
|
|
369
|
+
u as groupIcons
|
|
362
370
|
};
|
|
@@ -1,4 +1,32 @@
|
|
|
1
|
-
declare const
|
|
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: {
|
|
2
30
|
TrashBoldIcon: ({ color, size, }: {
|
|
3
31
|
color?: string;
|
|
4
32
|
size?: number;
|
|
@@ -24,4 +52,4 @@ declare const trash: {
|
|
|
24
52
|
size?: number;
|
|
25
53
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
26
54
|
};
|
|
27
|
-
export
|
|
55
|
+
export default _default;
|