- Move icons/ to internal/ui/icons/ for go:embed - Renderer.loadIcons() loads PNGs from embedded filesystem - drawStatusBar() uses drawPng() for cut/copy/paste/search/conflict icons - Icons are 16dp, rendered from 48x48 PNGs (2x density)
5 lines
301 B
XML
5 lines
301 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
|
<rect x="7" y="7" width="12" height="14" rx="1" fill="none" stroke="currentColor" stroke-width="1.5"/>
|
|
<rect x="4" y="4" width="12" height="14" rx="1" fill="none" stroke="currentColor" stroke-width="1.5"/>
|
|
</svg>
|