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