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