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