cornerDownRight property

IconParkData cornerDownRight
getter/setter pair

corner-down-right 向下右角

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

Implementation

static IconParkData cornerDownRight = IconParkData("cornerDownRight", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32 18L40 26L32 34" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M8 10V23C8 24.6569 9.34315 26 11 26H40" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');