cornerDownLeft property

IconParkData cornerDownLeft
getter/setter pair

corner-down-left 向下左角

category: Arrows 箭头方向 author: 常留留 tag: 向左, 左边, 方向, 箭头, 拐角, 撤回 rtl: true

Implementation

static IconParkData cornerDownLeft = IconParkData("cornerDownLeft", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 18L8 26L16 34" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M40 10V23C40 24.6569 38.6569 26 37 26H8" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');