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