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