upOne property
up-one 上1
category: Arrows 箭头方向 author: 齐奉飞 tag: 向上, 箭头, 方向 rtl: false
Implementation
static IconParkData upOne = IconParkData("upOne", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 29L24 17L36 29H12Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');