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