import { h } from 'preact'; import { IconProps } from './types'; export declare const PolygonIcon: ({ size, strokeWidth, primaryColor, secondaryColor, className, title, }: IconProps) => h.JSX.Element; //# sourceMappingURL=polygon.d.ts.map