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