multiRectangle property

IconParkData multiRectangle
getter/setter pair

multi-rectangle 多方形

category: Abstract 抽象图形 author: 金磊 tag: 多方形, 方形, 叠加, 缩放, 方形拼接 rtl: true

Implementation

static IconParkData multiRectangle = IconParkData("multiRectangle", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 39H44V7H12V15" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M8 39H32V15H8V23" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M20 23H4V39H20V23Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');