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