Skip to content

Commit

Permalink
Add GatsbyJS icon (Fixes #148)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Jan 3, 2024
1 parent e449698 commit 835dd9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/gatsby.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
"keystatic": { "iconPath": "./icons/files/keystatic.svg" },
"markdoc": { "iconPath": "./icons/files/markdoc.svg" },
"sanity": { "iconPath": "./icons/files/sanity.svg" },
"panda": { "iconPath": "./icons/files/panda.svg" }
"panda": { "iconPath": "./icons/files/panda.svg" },
"gatsby": { "iconPath": "./icons/files/gatsby.svg" }
},
"fileExtensions": {
"mdoc": "markdoc",
Expand Down Expand Up @@ -562,6 +563,16 @@
"nix": "nix"
},
"fileNames": {
"gatsby-config.js": "gatsby",
"gatsby-config.mjs": "gatsby",
"gatsby-config.ts": "gatsby",
"gatsby-node.js": "gatsby",
"gatsby-node.mjs": "gatsby",
"gatsby-node.ts": "gatsby",
"gatsby-browser.js": "gatsby",
"gatsby-browser.tsx": "gatsby",
"gatsby-ssr.js": "gatsby",
"gatsby-ssr.tsx": "gatsby",
"panda.config.ts": "panda",
"sanity.cli.ts": "sanity",
"sanity.config.ts": "sanity",
Expand Down

0 comments on commit 835dd9a

Please sign in to comment.