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