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