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