trendingDown property
trending-down 趋势下降
category: Arrows 箭头方向 author: 常留留 tag: 下降, 向下, 降低, 下跌, 趋势 rtl: true
Implementation
static IconParkData trendingDown = IconParkData("trendingDown", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29 34.9999H41V23" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M6 13L16.3385 25.5L26.1846 19.5L41 35" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');