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