gameConsoleOne property

IconParkData gameConsoleOne
getter/setter pair

game-console-one 移动游戏机

category: Hardware 硬件 author: 孟祥瑞 tag: 游戏机, 游戏手柄 rtl: true

Implementation

static IconParkData gameConsoleOne = IconParkData("gameConsoleOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="10" y="4" width="28" height="40" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="16" y="12" width="16" height="10" 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="M16 32L24 32" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M20 36V28" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="27" y="33" width="4" height="4" rx="2" fill="${props.c1}"/><rect x="30" y="26" width="4" height="4" rx="2" fill="${props.c1}"/></svg>');