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