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