@avalabs/k2-alpine 0.0.0-main-aaca4d5 → 0.0.0-main-7174eaa

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.
@@ -112,6 +112,9 @@ export declare const PredictionsIcon: import('react').ComponentType<IconBaseProp
112
112
  export declare const BridgeIcon: import('react').ComponentType<IconBaseProps & {
113
113
  sx?: SxProps;
114
114
  } & import('../..').WithSxProps>;
115
+ export declare const FastStakeIcon: import('react').ComponentType<IconBaseProps & {
116
+ sx?: SxProps;
117
+ } & import('../..').WithSxProps>;
115
118
  export declare const SendIcon: import('react').ComponentType<IconBaseProps & {
116
119
  sx?: SxProps;
117
120
  } & import('../..').WithSxProps>;