mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-13 09:34:43 +03:00
On macOS the Adwaita icon theme is not installed by default, so
symbolic icons (edit-copy, auth-fingerprint, network-wired,
dialog-warning, etc.) render as the "image-missing" placeholder.
Bundle the symbolic SVGs used by the GTK frontend into the embedded
gresource so the app is self-contained and doesn't depend on any
system-installed icon theme. The existing
`IconTheme::add_resource_path("/de/feschber/LanMouse/icons")` call
already tells GTK to search this prefix, so no code changes are
needed.
Icons are sourced from Adwaita and placed under the standard
`scalable/{actions,devices,places,status}/` hicolor layout.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
314 B
XML
9 lines
314 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
|
<g fill="#2e3436">
|
|
<path d="m 1 2 h 14 v 2 h -14 z m 0 0"/>
|
|
<path d="m 1 7 h 14 v 2 h -14 z m 0 0"/>
|
|
<path d="m 1 12 h 14 v 2 h -14 z m 0 0"/>
|
|
</g>
|
|
</svg>
|