washingMachine property

IconParkData washingMachine
getter/setter pair

washing-machine 洗衣机

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

Implementation

static IconParkData washingMachine = IconParkData("washingMachine", true, (props) => '<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8.77783" y="4" width="32" height="40" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M8.77783 15.5H40.7778" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="28.7778" cy="10" r="2" fill="${props.c1}"/><circle cx="34.7778" cy="10" r="2" fill="${props.c1}"/><circle cx="24.7778" cy="30" r="7" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');