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