import type { SVGProps } from "react"; const SvgHideOutlineIcon = (props: SVGProps) => ( ); export default SvgHideOutlineIcon;