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