@benev/nubs
Version:
user-input system for web games
5 lines • 357 B
JavaScript
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-ArrowUpThick"><path d="M12 3l9 7h-4.99L16 21H8V10H3l9-7z"/></svg>
`;
//# sourceMappingURL=arrow-up-thick.svg.js.map