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