@avalabs/k2-alpine 0.0.0-main-2fa9184 → 0.0.0-main-7a4441d

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.
@@ -0,0 +1,2 @@
1
+ import { IconBaseProps } from 'react-icons';
2
+ export declare const CrossChain: ({ size, ...rest }: IconBaseProps) => import("react/jsx-runtime").JSX.Element;
@@ -166,6 +166,9 @@ export declare const CloudDownloadIcon: import('react').ComponentType<IconBasePr
166
166
  export declare const CoinbaseIcon: import('react').ComponentType<IconBaseProps & {
167
167
  sx?: SxProps;
168
168
  } & import('../..').WithSxProps>;
169
+ export declare const CrossChainIcon: import('react').ComponentType<IconBaseProps & {
170
+ sx?: SxProps;
171
+ } & import('../..').WithSxProps>;
169
172
  export declare const DeployedCodeIcon: import('react').ComponentType<IconBaseProps & {
170
173
  sx?: SxProps;
171
174
  } & import('../..').WithSxProps>;