import * as React from "react"; function CloudCard3(props: React.SVGProps) { return ( {props.children} ); } export default CloudCard3;