@avalabs/k2-alpine 1.251.0 → 1.255.2

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 ArrowBack: ({ size, ...rest }: IconBaseProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconBaseProps } from 'react-icons';
2
+ export declare const SwapVertical: ({ size, ...rest }: IconBaseProps) => import("react/jsx-runtime").JSX.Element;
@@ -43,6 +43,9 @@ export declare const SettingsIcon: import('react').ComponentType<IconBaseProps &
43
43
  export declare const LogoutIcon: import('react').ComponentType<IconBaseProps & {
44
44
  sx?: SxProps;
45
45
  } & import('../..').WithSxProps>;
46
+ export declare const ArrowBackIcon: import('react').ComponentType<IconBaseProps & {
47
+ sx?: SxProps;
48
+ } & import('../..').WithSxProps>;
46
49
  export declare const ArrowUpIcon: import('react').ComponentType<IconBaseProps & {
47
50
  sx?: SxProps;
48
51
  } & import('../..').WithSxProps>;
@@ -115,6 +118,9 @@ export declare const StakeIcon: import('react').ComponentType<IconBaseProps & {
115
118
  export declare const SwapIcon: import('react').ComponentType<IconBaseProps & {
116
119
  sx?: SxProps;
117
120
  } & import('../..').WithSxProps>;
121
+ export declare const SwapVerticalIcon: import('react').ComponentType<IconBaseProps & {
122
+ sx?: SxProps;
123
+ } & import('../..').WithSxProps>;
118
124
  export declare const SellIcon: import('react').ComponentType<IconBaseProps & {
119
125
  sx?: SxProps;
120
126
  } & import('../..').WithSxProps>;