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