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