am-shared-assets 1.0.19 → 1.1.0
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxDEV as s } from "react/jsx-dev-runtime";
|
|
2
|
-
const
|
|
2
|
+
const n = ({
|
|
3
3
|
color: o,
|
|
4
4
|
size: e = 24
|
|
5
5
|
}) => /* @__PURE__ */ s(
|
|
@@ -35,7 +35,7 @@ const t = ({
|
|
|
35
35
|
columnNumber: 3
|
|
36
36
|
},
|
|
37
37
|
void 0
|
|
38
|
-
),
|
|
38
|
+
), t = ({
|
|
39
39
|
color: o,
|
|
40
40
|
size: e = 24
|
|
41
41
|
}) => /* @__PURE__ */ s(
|
|
@@ -74,7 +74,7 @@ const t = ({
|
|
|
74
74
|
columnNumber: 3
|
|
75
75
|
},
|
|
76
76
|
void 0
|
|
77
|
-
),
|
|
77
|
+
), r = ({
|
|
78
78
|
color: o,
|
|
79
79
|
size: e = 24
|
|
80
80
|
}) => /* @__PURE__ */ s(
|
|
@@ -145,7 +145,7 @@ const t = ({
|
|
|
145
145
|
columnNumber: 3
|
|
146
146
|
},
|
|
147
147
|
void 0
|
|
148
|
-
),
|
|
148
|
+
), a = ({
|
|
149
149
|
color: o,
|
|
150
150
|
size: e = 24
|
|
151
151
|
}) => /* @__PURE__ */ s(
|
|
@@ -184,7 +184,7 @@ const t = ({
|
|
|
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 t = ({
|
|
|
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(
|
|
@@ -349,12 +349,20 @@ const t = ({
|
|
|
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 };
|
|
353
360
|
export {
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
361
|
+
n as TrashBoldIcon,
|
|
362
|
+
t as TrashBrokenIcon,
|
|
363
|
+
r as TrashBulkIcon,
|
|
364
|
+
a as TrashLinearIcon,
|
|
365
|
+
l as TrashOutlineIcon,
|
|
366
|
+
c as TrashTwotoneIcon,
|
|
367
|
+
u as default
|
|
360
368
|
};
|
|
@@ -4,4 +4,33 @@ import { default as TrashBulkIcon } from './TrashBulkIcon';
|
|
|
4
4
|
import { default as TrashLinearIcon } from './TrashLinearIcon';
|
|
5
5
|
import { default as TrashOutlineIcon } from './TrashOutlineIcon';
|
|
6
6
|
import { default as TrashTwotoneIcon } from './TrashTwotoneIcon';
|
|
7
|
+
declare const _default: {
|
|
8
|
+
trash: {
|
|
9
|
+
TrashBoldIcon: ({ color, size, }: {
|
|
10
|
+
color?: string;
|
|
11
|
+
size?: number;
|
|
12
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
TrashBrokenIcon: ({ color, size, }: {
|
|
14
|
+
color?: string;
|
|
15
|
+
size?: number;
|
|
16
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
TrashBulkIcon: ({ color, size, }: {
|
|
18
|
+
color?: string;
|
|
19
|
+
size?: number;
|
|
20
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
TrashLinearIcon: ({ color, size, }: {
|
|
22
|
+
color?: string;
|
|
23
|
+
size?: number;
|
|
24
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
TrashOutlineIcon: ({ color, size, }: {
|
|
26
|
+
color?: string;
|
|
27
|
+
size?: number;
|
|
28
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
TrashTwotoneIcon: ({ color, size, }: {
|
|
30
|
+
color?: string;
|
|
31
|
+
size?: number;
|
|
32
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
7
36
|
export { TrashBoldIcon, TrashBrokenIcon, TrashBulkIcon, TrashLinearIcon, TrashOutlineIcon, TrashTwotoneIcon, };
|