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