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