Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/icons/gevernova/dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/gevernova/default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/gevernova/light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/gevernova/mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/gevernova/wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -58222,6 +58222,26 @@
"url": "https://pub.dev/packages/get",
"dateAdded": "2026-03-07",
"collection": "brands"
},
{
"slug": "gevernova",
"title": "GE Vernova",
"aliases": [],
"hex": "005E60",
"categories": [
"Energy"
],
"variants": {
"default": "/icons/gevernova/default.svg",
"mono": "/icons/gevernova/mono.svg",
"wordmark": "/icons/gevernova/wordmark.svg",
"light": "/icons/gevernova/light.svg",
"dark": "/icons/gevernova/dark.svg"
},
"license": "CC0-1.0",
"url": "https://www.gevernova.com/",
"dateAdded": "2026-05-29",
"collection": "brands"
},
Comment on lines +58225 to 58245

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 The new entry mixes tab and space indentation: the opening { on the line after the GetX entry is tab-indented, and the wordmark, light, and dark keys inside variants are also tab-indented. Every other entry in the file uses 2-space indentation exclusively. This will fail any JSON lint checks that enforce consistent indentation and may produce noisy diffs in future edits.

Suggested change
},
{
"slug": "gevernova",
"title": "GE Vernova",
"aliases": [],
"hex": "005E60",
"categories": [
"Energy"
],
"variants": {
"default": "/icons/gevernova/default.svg",
"mono": "/icons/gevernova/mono.svg",
"wordmark": "/icons/gevernova/wordmark.svg",
"light": "/icons/gevernova/light.svg",
"dark": "/icons/gevernova/dark.svg"
},
"license": "CC0-1.0",
"url": "https://www.gevernova.com/",
"dateAdded": "2026-05-29",
"collection": "brands"
},
},
{
"slug": "gevernova",
"title": "GE Vernova",
"aliases": [],
"hex": "005E60",
"categories": [
"Energy"
],
"variants": {
"default": "/icons/gevernova/default.svg",
"mono": "/icons/gevernova/mono.svg",
"wordmark": "/icons/gevernova/wordmark.svg",
"light": "/icons/gevernova/light.svg",
"dark": "/icons/gevernova/dark.svg"
},
"license": "CC0-1.0",
"url": "https://www.gevernova.com/",
"dateAdded": "2026-05-29",
"collection": "brands"
},

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

{
"slug": "ghost",
Expand Down
Loading