mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-12 09:17:42 +00:00
Install org.shift.icons as the look-and-feel icon theme while keeping the Plasma style on breeze-dark. Add the icon-theme coverage guard and CTest registration so shell, System Settings, KCM, and installed Plasma icon names do not silently fall back to missing Breeze-only assets. Document the theme rules and add scoped REUSE metadata for the Phosphor-derived SVG glyphs.
8 lines
No EOL
588 B
XML
8 lines
No EOL
588 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
|
<rect x="24" y="24" width="208" height="208" rx="56" fill="#334155"/>
|
|
<rect x="40" y="40" width="176" height="176" rx="44" fill="#94a3b8" fill-opacity="0.16"/>
|
|
<g fill="none" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="16">
|
|
<circle cx="128" cy="128" r="32"/>
|
|
<path d="M44 148a90 90 0 0 1 0-40l24-8 12-20-5-25a90 90 0 0 1 35-20l19 17h23l19-17a90 90 0 0 1 35 20l-5 25 12 20 24 8a90 90 0 0 1 0 40l-24 8-12 20 5 25a90 90 0 0 1-35 20l-19-17h-23l-19 17a90 90 0 0 1-35-20l5-25-12-20z"/>
|
|
</g>
|
|
</svg> |