From 572154bb696ab2f722037dbda12abe67c414e203 Mon Sep 17 00:00:00 2001 From: Rener Pires <78770187+RenerPires@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:52:33 -0300 Subject: [PATCH] Add cucumber icon (#122) * Add cucumber icon * Update icon --------- Co-authored-by: Miguel Solorio --- file-types/.feature | 0 src/icons/files/cucumber.svg | 3 +++ src/symbol-icon-theme.json | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 file-types/.feature create mode 100644 src/icons/files/cucumber.svg diff --git a/file-types/.feature b/file-types/.feature new file mode 100644 index 00000000..e69de29b diff --git a/src/icons/files/cucumber.svg b/src/icons/files/cucumber.svg new file mode 100644 index 00000000..45ca0564 --- /dev/null +++ b/src/icons/files/cucumber.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 7d2aa3b1..fab06f67 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -144,6 +144,7 @@ "ionic": { "iconPath": "./icons/files/ionic.svg" }, "capacitor": { "iconPath": "./icons/files/capacitor.svg" }, "cypress": { "iconPath": "./icons/files/cypress.svg" }, + "cucumber" : { "iconPath": "./icons/files/cucumber.svg" }, "gulp": { "iconPath": "./icons/files/gulp.svg" }, "supabase": { "iconPath": "./icons/files/supabase.svg" }, "v": { "iconPath": "./icons/files/v.svg" }, @@ -536,6 +537,7 @@ "cypress.config.js": "cypress", "cypress.config.cjs": "cypress", "cypress.config.mjs": "cypress", + ".feature" : "cucumber", "capacitor.config.json": "capacitor", "capacitor.config.ts": "capacitor", "ionic.config.json": "ionic", @@ -1002,6 +1004,7 @@ "swift": "swift", "ruby": "ruby", "svelte": "svelte", + "gherkin": "cucumber", "r": "r", "rsweave": "r", "jade": "pug",