chore(site): add devin icon - #28206
Merged
Merged
Conversation
bpmct
approved these changes
Aug 18, 2026
bpmct
approved these changes
Aug 18, 2026
jakehwll
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Devin icon (
site/static/icon/devin.svg) for Cognition's Devin product family (Devin Desktop, the June 2, 2026 rebrand of Windsurf, plus Devin Cloud/CLI/Review). No module wiring yet, that follows once coder/registry#1050 (newdevin-desktopmodule) is merged and released, andcoderd/templatebuilder's module catalog is regenerated against it.Changes
site/static/icon/devin.svg: 256x256 viewBox, single white path, matching this directory's existing icon convention (e.g.windsurf.svg,zed.svg). Source: adapted from the MIT-licensed@lobehub/icons-static-svgpackage (icons/devin.svg), mathematically rescaled from its native 24x24 viewBox to 256x256 and recolored to white. Same source used for the matching icon in feat: add devin-desktop module registry#1050.site/src/theme/icons.json: regenerated viamake site/src/theme/icons.jsonto include the new file.site/src/theme/externalImages.ts: added["/icon/devin.svg", "monochrome"], same treatment aswindsurf.svg.Naming
Named
devin.svg, notdevin-desktop.svg, matching how this registry/site already name icons after the umbrella brand rather than the specific product surface (e.g.claude-codemodule usesclaude.svg,vscode-desktop/vscode-web/code-serverall usecode.svg). Cognition ships several Devin-branded surfaces (Desktop, Cloud, CLI, Review) that would reasonably share this mark.Validation
pnpm exec biome check --error-on-warningson the two changed TS/JSON files: clean.pnpm exec vitest run src/theme/externalImages.test.ts src/utils/externalImageSources.test.ts: 24/24 pass.make pre-commit: passes, includinglint/site-icons.