From 4af4fc95d4e16e3bba2bf10428deac06537821bc Mon Sep 17 00:00:00 2001 From: Prem Date: Sat, 30 Nov 2024 22:01:39 +0530 Subject: [PATCH 1/2] feat: Add 'nest-decorator' icon and update symbol-icon-theme.json --- src/icons/files/nest-decorator.svg | 3 +++ src/symbol-icon-theme.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 src/icons/files/nest-decorator.svg diff --git a/src/icons/files/nest-decorator.svg b/src/icons/files/nest-decorator.svg new file mode 100644 index 00000000..49699392 --- /dev/null +++ b/src/icons/files/nest-decorator.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 334c2630..728a3daf 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -196,6 +196,7 @@ "nest-service": { "iconPath": "./icons/files/nest-service.svg" }, "nest-guard": { "iconPath": "./icons/files/nest-guard.svg" }, "nest": { "iconPath": "./icons/files/nest.svg" }, + "nest-decorator": { "iconPath": "./icons/files/nest-decorator.svg" }, "netlify": { "iconPath": "./icons/files/netlify.svg" }, "next": { "iconPath": "./icons/files/next.svg" }, "nix": { "iconPath": "./icons/files/nix.svg" }, From e6507c663b814aa76e7f9967699939207640a91b Mon Sep 17 00:00:00 2001 From: Prem Date: Sat, 30 Nov 2024 22:13:02 +0530 Subject: [PATCH 2/2] feat: Add 'nest-middleware' icon and update symbol-icon-theme.json --- src/icons/files/nest-middleware.svg | 3 +++ src/symbol-icon-theme.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 src/icons/files/nest-middleware.svg diff --git a/src/icons/files/nest-middleware.svg b/src/icons/files/nest-middleware.svg new file mode 100644 index 00000000..4179204d --- /dev/null +++ b/src/icons/files/nest-middleware.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 728a3daf..45d7e18a 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -197,6 +197,7 @@ "nest-guard": { "iconPath": "./icons/files/nest-guard.svg" }, "nest": { "iconPath": "./icons/files/nest.svg" }, "nest-decorator": { "iconPath": "./icons/files/nest-decorator.svg" }, + "nest-middleware": { "iconPath": "./icons/files/nest-middleware.svg" }, "netlify": { "iconPath": "./icons/files/netlify.svg" }, "next": { "iconPath": "./icons/files/next.svg" }, "nix": { "iconPath": "./icons/files/nix.svg" },