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