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