import React from 'react'; function IconSun(props: any) { return ( ); } export default IconSun;