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