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