From 14b2ee6f1b6ffafe6dab71d6f9e89cce7d321e54 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Fri, 4 Aug 2023 13:31:37 -0500 Subject: [PATCH] Add icon rome tools (#111) * Feat(icon): rome tools * Update Rome icon colors --------- Co-authored-by: Miguel Solorio --- src/icons/files/rome.svg | 4 ++++ src/symbol-icon-theme.json | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 src/icons/files/rome.svg diff --git a/src/icons/files/rome.svg b/src/icons/files/rome.svg new file mode 100644 index 00000000..e13e1ae8 --- /dev/null +++ b/src/icons/files/rome.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 8e63b813..7ccb3f44 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -79,6 +79,7 @@ "font": { "iconPath": "./icons/files/font.svg" }, "eslint": { "iconPath": "./icons/files/eslint.svg" }, + "rome": { "iconPath": "./icons/files/rome.svg" }, "angular": { "iconPath": "./icons/files/angular.svg" }, "tailwind": { "iconPath": "./icons/files/tailwind.svg" }, "hugo": { "iconPath": "./icons/files/hugo.svg" }, @@ -729,6 +730,7 @@ ".env.production": "gear", ".env.prod": "gear", ".env.test": "gear", + "rome.json": "rome", ".eslintrc.js": "eslint", ".eslintrc.cjs": "eslint", ".eslintrc.yaml": "eslint",