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