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