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