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