cornerRightDown property
corner-right-down 右角向下
category: Arrows 箭头方向 author: 常留留 tag: 向下, 右边, 下降, 方向, 箭头, 拐角, 下 rtl: true
Implementation
static IconParkData cornerRightDown = IconParkData("cornerRightDown", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 34L28 42L36 34" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M12 10H25C26.6569 10 28 11.3431 28 13V42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');