leftTwo property

IconParkData leftTwo
getter/setter pair

left-two 左1

category: Arrows 箭头方向 author: 齐奉飞 tag: 箭头, 左, 指针, 方向 rtl: true

Implementation

static IconParkData leftTwo = IconParkData("leftTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 5L6 24L24 43L24 31L42 31V17H24V5Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');