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