import { IconProps, Icon } from "@chakra-ui/react";
export const ChevronsRight = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="13 17 18 12 13 7" /><polyline points="6 17 11 12 6 7" /></Icon>;