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