import { IconProps, Icon } from "@chakra-ui/react";
export const CornerLeftUp = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="14 9 9 4 4 9" /><path d="M20 20h-7a4 4 0 0 1-4-4V4" /></Icon>;