robot property

IconParkData robot
getter/setter pair

robot 机器人2

category: Hardware 硬件 author: 张晏 tag: 控制, 遥控, 调整, 命令, 执行, 客服 rtl: true

Implementation

static IconParkData robot = IconParkData("robot", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="17" width="30" height="26" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M33 9L28 17" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M15 9L20 17" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="34" cy="7" r="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="14" cy="7" r="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="16" y="24" width="16" height="8" rx="4" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M9 24H4V34H9" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M39 24H44V34H39" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');