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