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