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