blob: a7592e24088eb9c96ec1dae4ad8b492ddc304a9c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-not" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M22 12h-3" />
<path d="M2 9h3" />
<path d="M2 15h3" />
<path d="M5 5l10 7l-10 7z" />
<circle cx="17" cy="12" r="2" />
</svg>
|