rightOne property

IconParkData rightOne
getter/setter pair

right-one 右1

category: Arrows 箭头方向 author: 齐奉飞 tag: 下一个, 向右, 箭头, 方向 rtl: true

Implementation

static IconParkData rightOne = IconParkData("rightOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12L32 24L20 36V12Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');