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