gameConsole property

IconParkData gameConsole
getter/setter pair

game-console 游戏机

category: Hardware 硬件 author: 张晏 tag: 游戏, 电子, 设备, 娱乐, 上瘾, 消遣, 沉迷, 活动 rtl: true

Implementation

static IconParkData gameConsole = IconParkData("gameConsole", 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"}"/><path d="M16 34H24" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M20 30V38" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="16" y="10" width="16" height="9" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="31" cy="30" r="2" fill="${props.c1}"/><circle cx="31" cy="38" r="2" fill="${props.c1}"/></svg>');