import * as React from 'react' import type { ComponentProps } from 'react' export const SunIcon = (props: ComponentProps<'svg'>) => ( )