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