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