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,68 +1,27 @@
1
- import { default as NotificationBoldIcon } from './NotificationBoldIcon';
2
- import { default as NotificationBrokenIcon } from './NotificationBrokenIcon';
3
- import { default as NotificationBulkIcon } from './NotificationBulkIcon';
4
- import { default as NotificationLinearIcon } from './NotificationLinearIcon';
5
- import { default as NotificationOutlineIcon } from './NotificationOutlineIcon';
6
- import { default as NotificationTwotoneIcon } from './NotificationTwotoneIcon';
7
- import { default as TrashBoldIcon } from './TrashBoldIcon';
8
- import { default as TrashBrokenIcon } from './TrashBrokenIcon';
9
- import { default as TrashBulkIcon } from './TrashBulkIcon';
10
- import { default as TrashLinearIcon } from './TrashLinearIcon';
11
- import { default as TrashOutlineIcon } from './TrashOutlineIcon';
12
- import { default as TrashTwotoneIcon } from './TrashTwotoneIcon';
13
- declare const _default: {
14
- trash: {
15
- TrashBoldIcon: ({ color, size, }: {
16
- color?: string;
17
- size?: number;
18
- }) => import("react/jsx-runtime").JSX.Element;
19
- TrashBrokenIcon: ({ color, size, }: {
20
- color?: string;
21
- size?: number;
22
- }) => import("react/jsx-runtime").JSX.Element;
23
- TrashBulkIcon: ({ color, size, }: {
24
- color?: string;
25
- size?: number;
26
- }) => import("react/jsx-runtime").JSX.Element;
27
- TrashLinearIcon: ({ color, size, }: {
28
- color?: string;
29
- size?: number;
30
- }) => import("react/jsx-runtime").JSX.Element;
31
- TrashOutlineIcon: ({ color, size, }: {
32
- color?: string;
33
- size?: number;
34
- }) => import("react/jsx-runtime").JSX.Element;
35
- TrashTwotoneIcon: ({ color, size, }: {
36
- color?: string;
37
- size?: number;
38
- }) => import("react/jsx-runtime").JSX.Element;
39
- };
40
- notification: {
41
- NotificationLinearIcon: ({ color, size, }: {
42
- color?: string;
43
- size?: number;
44
- }) => import("react/jsx-runtime").JSX.Element;
45
- NotificationBoldIcon: ({ color, size, }: {
46
- color?: string;
47
- size?: number;
48
- }) => import("react/jsx-runtime").JSX.Element;
49
- NotificationBrokenIcon: ({ color, size, }: {
50
- color?: string;
51
- size?: number;
52
- }) => import("react/jsx-runtime").JSX.Element;
53
- NotificationBulkIcon: ({ color, size, }: {
54
- color?: string;
55
- size?: number;
56
- }) => import("react/jsx-runtime").JSX.Element;
57
- NotificationOutlineIcon: ({ color, size, }: {
58
- color?: string;
59
- size?: number;
60
- }) => import("react/jsx-runtime").JSX.Element;
61
- NotificationTwotoneIcon: ({ color, size, }: {
62
- color?: string;
63
- size?: number;
64
- }) => import("react/jsx-runtime").JSX.Element;
65
- };
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;
66
26
  };
67
- export default _default;
68
- export { TrashBoldIcon, TrashBrokenIcon, TrashBulkIcon, TrashLinearIcon, TrashOutlineIcon, TrashTwotoneIcon, NotificationLinearIcon, NotificationBoldIcon, NotificationBrokenIcon, NotificationBulkIcon, NotificationOutlineIcon, NotificationTwotoneIcon, };
27
+ export { trash };
@@ -74,4 +74,4 @@ import { default as ScreenIcon } from './components/ScreenIcon';
74
74
  import { default as SpeakerIcon } from './components/SpeakerIcon';
75
75
  import { default as TVScreenIcon } from './components/TVScreenIcon';
76
76
  import { default as CheckIcon } from './components/CheckIcon';
77
- export { CloseIcon, InfoIcon, WarningIcon, CloseCircleIcon, TickCircleIcon, ShoppingCartIcon, SearchIcon, ArrowRightIcon, ChevronLeftIcon, ChevronRightIcon, ChevronTopIcon, ShopIcon, StarIcon, HeartIcon, ShareIcon, TruckIcon, BoxIcon, CardTickIcon, CardsIcon, WalletCheckIcon, RotateBoxIcon, LikeIcon, DislikeIcon, RotateInfoIcon, ChevronBottomIcon, EditIcon, SettingIcon, UserIcon, BagIcon, CategoryIcon, HomeIcon, TrashIcon, MoreIcon, MessageIcon, AddIcon, BoxTimeIcon, MoneyIcon, ArrowDownIcon, SpinnerIcon, OutlineTickCircleIcon, FillShoppingCartIcon, UserSquareIcon, WalletIcon, BoxTickIcon, ReceiptIcon, LogoutIcon, MobileIcon, LaptopIcon, DigitalDevicesIcon, SofaIcon, FridgeIcon, CosmeticsIcon, TShirtIcon, GoldIcon, MotorcycleIcon, WheelIcon, HammerIcon, FireIcon, CartIcon, BalloonIcon, PetIcon, MinusIcon, LocationIcon, BatteryIcon, EnergyGradeIcon, FlakeIcon, MobileScreenIcon, PhoneSizeIcon, ProcessorIcon, RamIcon, ResolutionIcon, RulerPenIcon, ScreenIcon, SpeakerIcon, TVScreenIcon, CheckIcon, };
77
+ export { CloseIcon, InfoIcon, WarningIcon, CloseCircleIcon, TickCircleIcon, ShoppingCartIcon, SearchIcon, ArrowRightIcon, ChevronLeftIcon, ChevronRightIcon, ChevronTopIcon, ShopIcon, StarIcon, HeartIcon, ShareIcon, TruckIcon, BoxIcon, CardTickIcon, CardsIcon, WalletCheckIcon, RotateBoxIcon, LikeIcon, DislikeIcon, RotateInfoIcon, ChevronBottomIcon, EditIcon, SettingIcon, UserIcon, BagIcon, CategoryIcon, HomeIcon, TrashIcon, MoreIcon, MessageIcon, AddIcon, BoxTimeIcon, MoneyIcon, ArrowDownIcon, SpinnerIcon, OutlineTickCircleIcon, FillShoppingCartIcon, UserSquareIcon, WalletIcon, BoxTickIcon, ReceiptIcon, LogoutIcon, MobileIcon, LaptopIcon, DigitalDevicesIcon, SofaIcon, FridgeIcon, CosmeticsIcon, TShirtIcon, GoldIcon, MotorcycleIcon, WheelIcon, HammerIcon, FireIcon, CartIcon, BalloonIcon, PetIcon, MinusIcon, LocationIcon, BatteryIcon, EnergyGradeIcon, FlakeIcon, MobileScreenIcon, PhoneSizeIcon, ProcessorIcon, RamIcon, ResolutionIcon, RulerPenIcon, ScreenIcon, SpeakerIcon, TVScreenIcon, CheckIcon };