leftOne property

IconParkData leftOne
getter/setter pair

left-one 左1

category: Arrows 箭头方向 author: 齐奉飞 tag: 返回, 向左, 箭头, 上一个, 方向 rtl: true

Implementation

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