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