import * as React from 'react'; export interface ShapePolygon-248Props extends React.SVGProps { ariaLabel?: string } export default function ShapePolygon-248({ ariaLabel, ...props }: ShapePolygon-248Props) { return ( ); }