import { IconProps, Icon } from "@chakra-ui/react";
export const ArrowUpRight = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><line x1={7} y1={17} x2={17} y2={7} /><polyline points="7 7 17 7 17 17" /></Icon>;