blob: f29194f1b10f899dd504ba96590ce4811d19729c (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-viewport-narrow" 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="M3 12h7l-3 -3m0 6l3 -3" />
<path d="M21 12h-7l3 -3m0 6l-3 -3" />
<path d="M9 6v-3h6v3" />
<path d="M9 18v3h6v-3" />
</svg>
|