am-shared-assets 1.0.15 → 1.0.16

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.
@@ -1,2 +1,4 @@
1
- export * from './icons/components/essetional/index.js'
1
+ export {}
2
+ import _default from './icons/components/essetional/index.js'
3
+ export default _default
2
4
  export {}
@@ -184,7 +184,7 @@ const n = ({
184
184
  columnNumber: 3
185
185
  },
186
186
  void 0
187
- ), l = ({
187
+ ), c = ({
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
- ), c = ({
255
+ ), l = ({
256
256
  color: o,
257
257
  size: e = 24
258
258
  }) => /* @__PURE__ */ s(
@@ -349,14 +349,17 @@ const n = ({
349
349
  columnNumber: 3
350
350
  },
351
351
  void 0
352
- ), h = {
352
+ ), i = {
353
353
  TrashBoldIcon: n,
354
354
  TrashBrokenIcon: t,
355
355
  TrashBulkIcon: r,
356
356
  TrashLinearIcon: a,
357
- TrashOutlineIcon: l,
358
- TrashTwotoneIcon: c
359
- };
357
+ TrashOutlineIcon: c,
358
+ TrashTwotoneIcon: l
359
+ }, h = { trash: i }, u = {};
360
+ Object.entries(h).forEach((o) => {
361
+ Object.assign(u, o[1]);
362
+ });
360
363
  export {
361
- h as trash
364
+ u as default
362
365
  };
@@ -0,0 +1,29 @@
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;
@@ -1,27 +1,2 @@
1
- declare const trash: {
2
- TrashBoldIcon: ({ color, size, }: {
3
- color?: string;
4
- size?: number;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- TrashBrokenIcon: ({ color, size, }: {
7
- color?: string;
8
- size?: number;
9
- }) => import("react/jsx-runtime").JSX.Element;
10
- TrashBulkIcon: ({ color, size, }: {
11
- color?: string;
12
- size?: number;
13
- }) => import("react/jsx-runtime").JSX.Element;
14
- TrashLinearIcon: ({ color, size, }: {
15
- color?: string;
16
- size?: number;
17
- }) => import("react/jsx-runtime").JSX.Element;
18
- TrashOutlineIcon: ({ color, size, }: {
19
- color?: string;
20
- size?: number;
21
- }) => import("react/jsx-runtime").JSX.Element;
22
- TrashTwotoneIcon: ({ color, size, }: {
23
- color?: string;
24
- size?: number;
25
- }) => import("react/jsx-runtime").JSX.Element;
26
- };
27
- export { trash };
1
+ declare const icons: {};
2
+ export default icons;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "am-shared-assets",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "",