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