@avalabs/k2-alpine 0.0.0-main-5d6c95b → 0.0.0-main-aaca4d5

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 CheckCircle: ({ size, ...rest }: IconBaseProps) => import("react/jsx-runtime").JSX.Element;
@@ -379,6 +379,9 @@ export declare const CheckboxUncheckedIcon: import('react').ComponentType<IconBa
379
379
  export declare const CheckboxIndeterminateIcon: import('react').ComponentType<IconBaseProps & {
380
380
  sx?: SxProps;
381
381
  } & import('../..').WithSxProps>;
382
+ export declare const CheckCircleIcon: import('react').ComponentType<IconBaseProps & {
383
+ sx?: SxProps;
384
+ } & import('../..').WithSxProps>;
382
385
  /**
383
386
  * Pace Clock Icon
384
387
  */