@1money/react-ui 1.8.4 → 1.8.6

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.
@@ -14,8 +14,8 @@ export declare const DashboardIcon: FC<IconWrapperProps>;
14
14
  export declare const DigitalAssetIcon: FC<IconWrapperProps>;
15
15
  export declare const AddressBookIcon: FC<IconWrapperProps>;
16
16
  export declare const LinkedBankAccountsIcon: FC<IconWrapperProps>;
17
- export declare const ACHIcon: FC<IconWrapperProps>;
18
17
  export declare const WireIcon: FC<IconWrapperProps>;
18
+ export declare const SWIFTIcon: FC<IconWrapperProps>;
19
19
  export declare const AccountIcon: FC<IconWrapperProps>;
20
20
  export declare const ProfileIcon: FC<IconWrapperProps>;
21
21
  export declare const SecurityIcon: FC<IconWrapperProps>;
@@ -116,6 +116,7 @@ export declare const CNYIcon: FC<IconWrapperProps>;
116
116
  export declare const GoogleIcon: FC<IconWrapperProps>;
117
117
  export declare const AppleIcon: FC<IconWrapperProps>;
118
118
  export declare const PasskeyIcon: FC<IconWrapperProps>;
119
+ export declare const ACHIcon: FC<IconWrapperProps>;
119
120
  declare const _default: {
120
121
  DepositIcon: FC<IconWrapperProps>;
121
122
  WithdrawalIcon: FC<IconWrapperProps>;
@@ -131,8 +132,8 @@ declare const _default: {
131
132
  DigitalAssetIcon: FC<IconWrapperProps>;
132
133
  AddressBookIcon: FC<IconWrapperProps>;
133
134
  LinkedBankAccountsIcon: FC<IconWrapperProps>;
134
- ACHIcon: FC<IconWrapperProps>;
135
135
  WireIcon: FC<IconWrapperProps>;
136
+ SWIFTIcon: FC<IconWrapperProps>;
136
137
  AccountIcon: FC<IconWrapperProps>;
137
138
  ProfileIcon: FC<IconWrapperProps>;
138
139
  SecurityIcon: FC<IconWrapperProps>;