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