@mezo-org/mezo-clay 0.1.0-dev.13 → 0.1.0-dev.14

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.
@@ -59,7 +59,7 @@ export * from './tbtc-circle';
59
59
  export * from './thusd-circle';
60
60
  export { default as TrendDown01 } from './trend-down';
61
61
  export { default as TrendUp01 } from './trend-up';
62
- export { Trophy02 } from './trophy';
62
+ export * from './trophy';
63
63
  export { Upload04 } from './upload';
64
64
  export { default as User03 } from './user';
65
65
  export * from './vbtc-circle';
@@ -6,3 +6,10 @@ export declare const Trophy02: React.ForwardRefExoticComponent<React.SVGAttribut
6
6
  title?: string | null;
7
7
  overrides?: import('baseui/icon').IconOverrides;
8
8
  } & import('baseui/icon').StyledComponentArgs & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const Trophy02Outline: React.ForwardRefExoticComponent<React.SVGAttributes<SVGElement> & {
10
+ children?: React.ReactNode;
11
+ size?: import('baseui/icon').Size;
12
+ color?: import('baseui/icon').Color;
13
+ title?: string | null;
14
+ overrides?: import('baseui/icon').IconOverrides;
15
+ } & import('baseui/icon').StyledComponentArgs & React.RefAttributes<SVGSVGElement>>;