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