Problem
img/app.svg (and app-dark.svg/app-store.svg) currently use the generic 3-layers / octahedron placeholder glyph — path M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5. decidesk, deskdesk and planix all ship the exact same icon, so in the Nextcloud app menu they are indistinguishable from each other and look like a default/placeholder app.
(The black-silhouette rendering bug was just fixed in a separate PR by switching the fill to #fff; this issue is only about giving the app a distinct icon.)
Acceptance
- A unique, recognisable monochrome icon for this app
img/app.svg — white fill (#fff), 24×24 viewBox, for the dark header
img/app-dark.svg — dark variant for light backgrounds
img/app-store.svg — coloured variant for the app store / app management list
- Follows Conduction brand guidance (see hydra/openspec ADRs)
Problem
img/app.svg(andapp-dark.svg/app-store.svg) currently use the generic 3-layers / octahedron placeholder glyph — pathM12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5. decidesk, deskdesk and planix all ship the exact same icon, so in the Nextcloud app menu they are indistinguishable from each other and look like a default/placeholder app.(The black-silhouette rendering bug was just fixed in a separate PR by switching the fill to
#fff; this issue is only about giving the app a distinct icon.)Acceptance
img/app.svg— white fill (#fff), 24×24 viewBox, for the dark headerimg/app-dark.svg— dark variant for light backgroundsimg/app-store.svg— coloured variant for the app store / app management list