import { IconProps, Icon } from "@chakra-ui/react";
export const TrendingDown = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="23 18 13.5 8.5 8.5 13.5 1 6" /><polyline points="17 18 23 18 23 12" /></Icon>;