monumentTwo property

IconParkData monumentTwo
getter/setter pair

monument-two 纪念碑

category: Build 建筑 author: 王小犇 tag: 石碑、纪念碑, 标志 rtl: true

Implementation

static IconParkData monumentTwo = IconParkData("monumentTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 44H44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M18 44L20 7.15789L28 4L30 44H18Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');