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