html`
${ await game_icon('sparker/bear-face') }
${ await game_icon('delapouite/mighty-force', {background: '#355f35'}) }
${ await game_icon('lorc/deadly-strike', {fill: 'red'}) }
${ await game_icon('lorc/charged-arrow', {fill: 'black', background: 'none'}) }
${ await game_icon('lorc/unlit-bomb', {w: 64, h: 64, stroke: 'black', 'stroke-width': 10, background: 'none'}) }
`