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