factoryBuilding property
factory-building 工厂
category: Build 建筑 author: 金磊 tag: 建筑, 工厂, 烟囱, 厂房, 工作 rtl: true
Implementation
static IconParkData factoryBuilding = IconParkData("factoryBuilding", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 44V4H12V20L28 12V20L44 12V44H4Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="12" y="28" width="8" height="8" fill="${props.c4}" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="28" y="28" width="8" height="8" fill="${props.c4}" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');