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