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