import type { SVGProps } from "react"; const SvgArrowCUpIcon = (props: SVGProps) => ( ); export default SvgArrowCUpIcon;