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