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