import type { SVGProps } from "react"; export function DarkIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }