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