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