feat: add The Lawyers Global icon with 8 variants#39
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR adds The Lawyers Global (TLG) brand icon to the repository with 8 SVG variants (default, light, dark, mono, color, gold, wordmark, wordmarkDark) and a corresponding entry in Changes:
Issues found:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[icons.json entry\nslug: the-lawyers-global] --> B[Square variants\n1400×1400 viewBox]
A --> C[Wordmark variants\n5200×925 viewBox]
B --> D[default.svg\n#031f3d bg / white text]
B --> E[light.svg\nwhite bg / #031f3d text]
B --> F[dark.svg\nblack bg / white text]
B --> G[mono.svg\n#3b4757 bg / white text]
B --> H[color.svg\n#fa0340 bg / white text]
B --> I[gold.svg\n#b4a168 bg / white text]
C --> J[wordmark.svg\n#031f3d text / transparent]
C --> K[wordmarkDark.svg ⚠️\nwhite text / transparent\nshould be wordmark-dark.svg]
Last reviewed commit: 56f2f42 |
There was a problem hiding this comment.
Pull request overview
Adds a new brand entry (“The Lawyers Global”) to the icon registry and introduces the corresponding SVG assets under public/icons/ so the icon can be served via the site/API and packaged downstream.
Changes:
- Added
the-lawyers-globalmetadata entry insrc/data/icons.jsonwith multiple variants and brand guidelines URL - Added new SVG variant files for the icon (default/light/dark/mono/color/gold/wordmark/wordmarkDark)
Reviewed changes
Copilot reviewed 1 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/data/icons.json | Registers the new icon slug, metadata, and variant paths |
| public/icons/the-lawyers-global/default.svg | Adds default square logo SVG |
| public/icons/the-lawyers-global/light.svg | Adds light-background square logo SVG |
| public/icons/the-lawyers-global/dark.svg | Adds dark-background square logo SVG |
| public/icons/the-lawyers-global/mono.svg | Adds mono variant SVG (currently not themeable as “mono”) |
| public/icons/the-lawyers-global/color.svg | Adds additional color variant SVG |
| public/icons/the-lawyers-global/gold.svg | Adds additional gold variant SVG |
| public/icons/the-lawyers-global/wordmark.svg | Adds inline wordmark SVG |
| public/icons/the-lawyers-global/wordmarkDark.svg | Adds inline wordmark SVG (currently appears to be the white version) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Closes #36