@benev/nubs
Version:
user-input system for web games
7 lines (4 loc) • 310 B
text/typescript
import {svg} from "lit"
export default svg`
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="ai ai-Block"><circle cx="12" cy="12" r="10"/><path d="M5 19L19 5"/></svg>
`