blob: d329e2769c3ff6afa1a7a08395414766e0d99e42 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-layout-kanban" 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"/>
<line x1="4" y1="4" x2="10" y2="4" />
<line x1="14" y1="4" x2="20" y2="4" />
<rect x="4" y="8" width="6" height="12" rx="2" />
<rect x="14" y="8" width="6" height="6" rx="2" />
</svg>
|