washingMachineOne property

IconParkData washingMachineOne
getter/setter pair

washing-machine-one 洗衣机1

category: Hardware 硬件 author: 张晏 tag: 卫生, 打扫, 清除, 干净, 垃圾, 清洗, 洗衣服, 除污渍, 电器 rtl: true

Implementation

static IconParkData washingMachineOne = IconParkData("washingMachineOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8" y="4" width="32" height="40" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M8 12C8 13.1046 8.89543 14 10 14H38C39.1046 14 40 13.1046 40 12V6C40 4.89543 39.1046 4 38 4H10C8.89543 4 8 4.89543 8 6V12Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="14" cy="9" r="2" fill="${props.c3}"/><circle cx="20" cy="9" r="2" fill="${props.c3}"/><circle cx="24" cy="29" r="7" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');