From f767aa24cb24744f1cc560143ef3ae7faf8ead68 Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal <65801959+vaibhava17@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:00:12 +0530 Subject: [PATCH 1/6] Create icon.svg --- icons/Postman/icon.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/Postman/icon.svg diff --git a/icons/Postman/icon.svg b/icons/Postman/icon.svg new file mode 100644 index 000000000..1b9fb9cb6 --- /dev/null +++ b/icons/Postman/icon.svg @@ -0,0 +1 @@ +hhu From 3d63d706058a982a524f9eaa14f64edf0a56f7c2 Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal <65801959+vaibhava17@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:00:29 +0530 Subject: [PATCH 2/6] Postman Icon --- icons/Postman/postman-icon.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/Postman/postman-icon.svg diff --git a/icons/Postman/postman-icon.svg b/icons/Postman/postman-icon.svg new file mode 100644 index 000000000..a0bb0c02a --- /dev/null +++ b/icons/Postman/postman-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file From ac42f117fea294359f56754b28d92130a9a27972 Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal Date: Mon, 8 Aug 2022 22:09:54 +0530 Subject: [PATCH 3/6] postman icon standard check --- icons/Postman/icon.svg | 1 - icons/Postman/postman-icon.svg | 1 - icons/postman/postman-original.svg | 5 +++++ 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 icons/Postman/icon.svg delete mode 100644 icons/Postman/postman-icon.svg create mode 100644 icons/postman/postman-original.svg diff --git a/icons/Postman/icon.svg b/icons/Postman/icon.svg deleted file mode 100644 index 1b9fb9cb6..000000000 --- a/icons/Postman/icon.svg +++ /dev/null @@ -1 +0,0 @@ -hhu diff --git a/icons/Postman/postman-icon.svg b/icons/Postman/postman-icon.svg deleted file mode 100644 index a0bb0c02a..000000000 --- a/icons/Postman/postman-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/postman/postman-original.svg b/icons/postman/postman-original.svg new file mode 100644 index 000000000..3289d4eda --- /dev/null +++ b/icons/postman/postman-original.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file From d002a12cd3ba8c3ac75bd9afb4241effdea304ba Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal Date: Mon, 8 Aug 2022 22:14:07 +0530 Subject: [PATCH 4/6] json filled --- devicon.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/devicon.json b/devicon.json index 3f7bed210..cf36bc01b 100644 --- a/devicon.json +++ b/devicon.json @@ -3701,6 +3701,19 @@ "color": "#336791", "aliases": [] }, + { + "name": "postman", + "tags": [ + "api" + ], + "versions": { + "svg": [ + "original" + ] + }, + "color": "#EF5B25", + "aliases": ["halloween-orange"] + }, { "name": "premierepro", "tags": [ From 22aa352e222281fb68c20156c7787fa1811d1401 Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal Date: Mon, 8 Aug 2022 22:21:18 +0530 Subject: [PATCH 5/6] postman --- icons/postman/postman-original.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icons/postman/postman-original.svg b/icons/postman/postman-original.svg index 3289d4eda..bae6b19e1 100644 --- a/icons/postman/postman-original.svg +++ b/icons/postman/postman-original.svg @@ -1,5 +1,5 @@ - - + + + + \ No newline at end of file From 6907ac60b557dab04f6aae6b2222902f7201bac7 Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal Date: Mon, 8 Aug 2022 22:21:48 +0530 Subject: [PATCH 6/6] fix --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index cf36bc01b..5e267a573 100644 --- a/devicon.json +++ b/devicon.json @@ -3711,7 +3711,7 @@ "original" ] }, - "color": "#EF5B25", + "color": "#f37036", "aliases": ["halloween-orange"] }, {