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