@e280/authlocal
Version:
User-sovereign login system for everybody
12 lines (8 loc) • 574 B
text/typescript
import {icon} from "../icon.js"
export default icon`
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-shield-off" width="64" height="64" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M17.67 17.667a12 12 0 0 1 -5.67 3.333a12 12 0 0 1 -8.5 -15c.794 .036 1.583 -.006 2.357 -.124m3.128 -.926a11.997 11.997 0 0 0 3.015 -1.95a12 12 0 0 0 8.5 3a12 12 0 0 1 -1.116 9.376" />
<path d="M3 3l18 18" />
</svg>
`