1<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
2 <symbol id="icon-branch" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
3 <path d="M15 6a9 9 0 0 0-9 9V3"/>
4 <circle cx="18" cy="6" r="3"/>
5 <circle cx="6" cy="18" r="3"/>
6 </symbol>
7 <symbol id="icon-tag" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
8 <path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"/>
9 <circle cx="7.5" cy="7.5" r=".5" fill="currentColor"/>
10 </symbol>
11 <symbol id="icon-copy" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
12 <rect width="14" height="14" x="8" y="8" rx="2" ry="2"/>
13 <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"/>
14 </symbol>
15 <symbol id="icon-tree" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
16 <path d="M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z"/>
17 <path d="M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z"/>
18 <path d="M3 5a2 2 0 0 0 2 2h3"/>
19 <path d="M3 3v13a2 2 0 0 0 2 2h3"/>
20 </symbol>
21 <symbol id="icon-commits" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
22 <circle cx="12" cy="12" r="3"/>
23 <line x1="3" x2="9" y1="12" y2="12"/>
24 <line x1="15" x2="21" y1="12" y2="12"/>
25 </symbol>
26</svg>