merge property

IconParkData merge
getter/setter pair

merge 合并

category: Edit 编辑 author: 夏立诚 tag: 交叉, 合并, 交集 rtl: true

Implementation

static IconParkData merge = IconParkData("merge", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="24" width="20" height="22" rx="2" transform="rotate(-45 4 24)" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="16" y="24" width="20" height="20" rx="2" transform="rotate(-45 16 24)" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');