@avalabs/k2-alpine 0.0.0-main-ac49035 → 0.0.0-main-e78221a

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 PUsd: ({ size, ...rest }: IconBaseProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconBaseProps } from 'react-icons';
2
+ export declare const Polymarket: ({ size, ...rest }: IconBaseProps) => import("react/jsx-runtime").JSX.Element;
@@ -334,6 +334,12 @@ export declare const LinkedInIcon: import('react').ComponentType<IconBaseProps &
334
334
  export declare const KalshiIcon: import('react').ComponentType<IconBaseProps & {
335
335
  sx?: SxProps;
336
336
  } & import('../..').WithSxProps>;
337
+ export declare const PolymarketIcon: import('react').ComponentType<IconBaseProps & {
338
+ sx?: SxProps;
339
+ } & import('../..').WithSxProps>;
340
+ export declare const PUsdIcon: import('react').ComponentType<IconBaseProps & {
341
+ sx?: SxProps;
342
+ } & import('../..').WithSxProps>;
337
343
  /**
338
344
  * Other icons
339
345
  */