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