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