cornerUpLeft property

IconParkData cornerUpLeft
getter/setter pair

corner-up-left 向上左角

category: Arrows 箭头方向 author: 常留留 tag: 向左, 左角, 左上角, 左拐, 左侧, 方向 rtl: true

Implementation

static IconParkData cornerUpLeft = IconParkData("cornerUpLeft", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 14L8 22L16 30" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M40 38V25C40 23.3431 38.6569 22 37 22H8" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');