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