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