import { type SVGProps } from 'react' export function IconThemeDark(props: SVGProps) { return ( ) }