handPaintedPlate property
hand-painted-plate 手绘板
category: Hardware 硬件 author: 孟祥瑞 tag: 绘制, 绘画, 控制板, 触控板, 手绘 rtl: true
Implementation
static IconParkData handPaintedPlate = IconParkData("handPaintedPlate", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 10H42C43.1046 10 44 10.8954 44 12V38C44 39.1046 43.1046 40 42 40H18" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M4 12C4 10.8954 4.89543 10 6 10H18V40H6C4.89543 40 4 39.1046 4 38V12Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M11 17V21" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M37 16L25 33" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="9" y="25" width="4" height="4" rx="2" fill="${props.c3}"/><rect x="9" y="31" width="4" height="4" rx="2" fill="${props.c3}"/></svg>');