keyboardOne property

IconParkData keyboardOne
getter/setter pair

keyboard-one 键盘

category: Hardware 硬件 author: 张晏 tag: 控制, 输入, 敲打, 编码, 写代码, 点击, 指令, 按键 rtl: true

Implementation

static IconParkData keyboardOne = IconParkData("keyboardOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="18" width="40" height="24" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="14" cy="24" r="2" fill="${props.c1}"/><circle cx="16" cy="30" r="2" fill="${props.c1}"/><circle cx="10" cy="30" r="2" fill="${props.c1}"/><circle cx="20" cy="24" r="2" fill="${props.c1}"/><circle cx="22" cy="30" r="2" fill="${props.c1}"/><circle cx="26" cy="24" r="2" fill="${props.c1}"/><circle cx="28" cy="30" r="2" fill="${props.c1}"/><circle cx="32" cy="24" r="2" fill="${props.c1}"/><circle cx="34" cy="30" r="2" fill="${props.c1}"/><circle cx="38" cy="24" r="2" fill="${props.c1}"/><path d="M17 36H31" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M33 18V13.125C33 12.5727 33.4477 12.125 34 12.125H39C39.5523 12.125 40 11.6773 40 11.125V6" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');