remoteControlOne property
remote-control-one 遥控器
category: Hardware 硬件 author: 张晏 tag: 控制, 遥控, 开关, 调节, 调整, 命令, 传感器, 感应器 rtl: true
Implementation
static IconParkData remoteControlOne = IconParkData("remoteControlOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 5.44578C11 4.6473 11.6473 4 12.4458 4H35.5542C36.3527 4 37 4.6473 37 5.44578V31C37 38.1797 31.1797 44 24 44V44C16.8203 44 11 38.1797 11 31V5.44578Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M17 16H20" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M28 16H31" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="17" cy="10" r="2" fill="${props.c1}"/><circle cx="24" cy="31" r="7" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');