import { FC, SVGProps } from 'react'; declare const IconSun: FC & { fill?: string }>; export default IconSun;