engineeringVehicle property

IconParkData engineeringVehicle
getter/setter pair

engineering-vehicle 工程车

category: Industry 工业 author: 杨威 tag: rtl: true

Implementation

static IconParkData engineeringVehicle = IconParkData("engineeringVehicle", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32 6H38" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M10 36H6V28H32V36H18" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M32 36V12H38.5L44 24V36H41" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M4 8L26 8L26 22L7 22L4 8Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="37" cy="38" r="4" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="14" cy="38" r="4" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');