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