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