From 835dd9ab7fa4ffb927e7925d564cb27695ae8cb5 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Wed, 3 Jan 2024 11:09:57 -0800 Subject: [PATCH] Add GatsbyJS icon (Fixes #148) --- src/icons/files/gatsby.svg | 3 +++ src/symbol-icon-theme.json | 13 ++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 src/icons/files/gatsby.svg diff --git a/src/icons/files/gatsby.svg b/src/icons/files/gatsby.svg new file mode 100644 index 0000000..4746532 --- /dev/null +++ b/src/icons/files/gatsby.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 4e12304..78d0c11 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -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", @@ -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",