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