import type { SVGProps } from "react"; export function Sun(props: SVGProps) { return ( ); } export function Moon(props: SVGProps) { return ( ); }