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