am-shared-assets 1.0.18 → 1.0.19

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,6 +1,2 @@
1
1
  export * from './icons/components/essetional/index.js'
2
2
  export {}
3
- import _default from './icons/components/essetional/index.js'
4
- export default _default
5
- export * from './icons/components/essetional/index.js'
6
- export {}
@@ -1,5 +1,5 @@
1
1
  import { jsxDEV as s } from "react/jsx-dev-runtime";
2
- const n = ({
2
+ const t = ({
3
3
  color: o,
4
4
  size: e = 24
5
5
  }) => /* @__PURE__ */ s(
@@ -35,7 +35,7 @@ const n = ({
35
35
  columnNumber: 3
36
36
  },
37
37
  void 0
38
- ), t = ({
38
+ ), r = ({
39
39
  color: o,
40
40
  size: e = 24
41
41
  }) => /* @__PURE__ */ s(
@@ -74,7 +74,7 @@ const n = ({
74
74
  columnNumber: 3
75
75
  },
76
76
  void 0
77
- ), r = ({
77
+ ), a = ({
78
78
  color: o,
79
79
  size: e = 24
80
80
  }) => /* @__PURE__ */ s(
@@ -145,7 +145,7 @@ const n = ({
145
145
  columnNumber: 3
146
146
  },
147
147
  void 0
148
- ), a = ({
148
+ ), l = ({
149
149
  color: o,
150
150
  size: e = 24
151
151
  }) => /* @__PURE__ */ s(
@@ -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
+ ), i = ({
256
256
  color: o,
257
257
  size: e = 24
258
258
  }) => /* @__PURE__ */ s(
@@ -349,22 +349,12 @@ const n = ({
349
349
  columnNumber: 3
350
350
  },
351
351
  void 0
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 = {
360
- TrashBoldIcon: n,
361
- TrashBrokenIcon: t,
362
- TrashBulkIcon: r,
363
- TrashLinearIcon: a,
364
- TrashOutlineIcon: l,
365
- TrashTwotoneIcon: c
366
- };
352
+ );
367
353
  export {
368
- d as default,
369
- u as groupIcons
354
+ t as TrashBoldIcon,
355
+ r as TrashBrokenIcon,
356
+ a as TrashBulkIcon,
357
+ l as TrashLinearIcon,
358
+ c as TrashOutlineIcon,
359
+ i as TrashTwotoneIcon
370
360
  };
@@ -1,55 +1,7 @@
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;
1
+ import { default as TrashBoldIcon } from './TrashBoldIcon';
2
+ import { default as TrashBrokenIcon } from './TrashBrokenIcon';
3
+ import { default as TrashBulkIcon } from './TrashBulkIcon';
4
+ import { default as TrashLinearIcon } from './TrashLinearIcon';
5
+ import { default as TrashOutlineIcon } from './TrashOutlineIcon';
6
+ import { default as TrashTwotoneIcon } from './TrashTwotoneIcon';
7
+ export { TrashBoldIcon, TrashBrokenIcon, TrashBulkIcon, TrashLinearIcon, TrashOutlineIcon, TrashTwotoneIcon, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "am-shared-assets",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "",