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