import { IconProps, Icon } from "@chakra-ui/react";
export const ArrowUp = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><line x1={12} y1={19} x2={12} y2={5} /><polyline points="5 12 12 5 19 12" /></Icon>;