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