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