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