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