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