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