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