import { IconProps, Icon } from "@chakra-ui/react";
export const CornerDownLeft = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="9 10 4 15 9 20" /><path d="M20 4v7a4 4 0 0 1-4 4H4" /></Icon>;