cornerUpRight property
corner-up-right 向上右角
category: Arrows 箭头方向 author: 常留留 tag: 向右, 右边, 方向, 箭头, 拐角, 上 rtl: true
Implementation
static IconParkData cornerUpRight = IconParkData("cornerUpRight", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32 14L40 22L32 30" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M8 38V25C8 23.3431 9.34315 22 11 22H40" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');