am-shared-assets 1.1.2 → 1.1.3

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,5 +0,0 @@
1
- declare const NotificationBoldIcon: ({ color, size, }: {
2
- color?: string;
3
- size?: number;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export default NotificationBoldIcon;
@@ -1,5 +0,0 @@
1
- declare const NotificationBrokenIcon: ({ color, size, }: {
2
- color?: string;
3
- size?: number;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export default NotificationBrokenIcon;
@@ -1,5 +0,0 @@
1
- declare const NotificationBulkIcon: ({ color, size, }: {
2
- color?: string;
3
- size?: number;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export default NotificationBulkIcon;
@@ -1,5 +0,0 @@
1
- declare const NotificationLinearIcon: ({ color, size, }: {
2
- color?: string;
3
- size?: number;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export default NotificationLinearIcon;
@@ -1,5 +0,0 @@
1
- declare const NotificationOutlineIcon: ({ color, size, }: {
2
- color?: string;
3
- size?: number;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export default NotificationOutlineIcon;
@@ -1,5 +0,0 @@
1
- declare const NotificationTwotoneIcon: ({ color, size, }: {
2
- color?: string;
3
- size?: number;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export default NotificationTwotoneIcon;