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