import React from 'react'; import { SvgProps } from '../types'; declare const POLYGON: React.FC; export default POLYGON;