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