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