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