Files
tirth8205--code-review-graph/code-review-graph-vscode/media/icons/graph.svg
T
2026-07-13 12:42:18 +08:00

13 lines
611 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<!-- edges -->
<line x1="6" y1="6" x2="18" y2="6" />
<line x1="6" y1="6" x2="6" y2="18" />
<line x1="18" y1="6" x2="12" y2="18" />
<line x1="6" y1="18" x2="12" y2="18" />
<!-- nodes -->
<circle cx="6" cy="6" r="2.5" fill="currentColor" />
<circle cx="18" cy="6" r="2.5" fill="currentColor" />
<circle cx="6" cy="18" r="2.5" fill="currentColor" />
<circle cx="12" cy="18" r="2.5" fill="currentColor" />
</svg>