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