remoteControl property

IconParkData remoteControl
getter/setter pair

remote-control 遥控器

category: Hardware 硬件 author: 张晏 tag: 控制, 遥控, 开关, 调节, 调整, 命令, 传感器, 感应器 rtl: true

Implementation

static IconParkData remoteControl = IconParkData("remoteControl", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="11" y="4" width="26" height="40" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="24" cy="34" r="4" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="18" y="10" width="12" height="8" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M23 24H25" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');