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