import { IconProps } from '../lib';
declare function Anchor(props: IconProps): JSX.Element;
export default Anchor;
