cornerRightUp property

IconParkData cornerRightUp
getter/setter pair

corner-right-up 右角向上

category: Arrows 箭头方向 author: 常留留 tag: 向上, 右边, 上升, 方向, 箭头, 拐角, 上 rtl: true

Implementation

static IconParkData cornerRightUp = IconParkData("cornerRightUp", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 16L28 8L36 16" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M12 40H25C26.6569 40 28 38.6569 28 37V8" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');