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