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