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