import * as React from "react"; import { SVGProps } from "react"; const SvgFishOff = (props: SVGProps) => ( ); export default SvgFishOff;