blob: 407cfec9f3baafbd9c8ab794935d56d867bad9f3 (
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-subtask" 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"/>
<line x1="6" y1="9" x2="12" y2="9" />
<line x1="4" y1="5" x2="8" y2="5" />
<path d="M6 5v11a1 1 0 0 0 1 1h5" />
<rect x="12" y="7" width="8" height="4" rx="1" />
<rect x="12" y="15" width="8" height="4" rx="1" />
</svg>
|