@mezo-org/mezo-clay 0.1.0-dev.24 → 0.1.0-dev.25

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,8 @@
1
+ import * as React from "react";
2
+ export declare const Compass03: React.ForwardRefExoticComponent<React.SVGAttributes<SVGElement> & {
3
+ children?: React.ReactNode;
4
+ size?: import('baseui/icon').Size;
5
+ color?: import('baseui/icon').Color;
6
+ title?: string | null;
7
+ overrides?: import('baseui/icon').IconOverrides;
8
+ } & import('baseui/icon').StyledComponentArgs & React.RefAttributes<SVGSVGElement>>;
@@ -22,6 +22,7 @@ export { default as CircleCut } from './circle-cut';
22
22
  export { default as Close } from './close';
23
23
  export { default as CoinsHand } from './coins-hand';
24
24
  export { CoinsSwap02 } from './coins-swap';
25
+ export { Compass03 } from './compass';
25
26
  export { Copy03 } from './copy';
26
27
  export { Cryptocurrency04 } from './cryptocurrency';
27
28
  export { Cube01 } from './cube';