mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
81bd78d1c0
Adds the devcontainers icon sourced from [Microsoft Fluent UI `ic_fluent_cube_32_filled`](https://github.com/microsoft/fluentui-system-icons/blob/78c9587b995299d5bfc007a0077773556ecb0994/assets/Cube/SVG/ic_fluent_cube_32_filled.svg). The registry module `devcontainers-cli` already references `/icon/devcontainers.svg` — this adds the missing icon. ## Changes - `site/static/icon/devcontainers.svg` — new icon - `site/src/theme/icons.json` — auto-generated entry - `site/src/theme/externalImages.ts` — registers icon as `monochrome` so it renders correctly on both dark and light themes > 🤖 This PR was created with the help of Coder Agents, and needs a human review. 🧑💻 --------- Co-authored-by: Jake Howell <jake@hwll.me>