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