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