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