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