From 1b6aa206bbea3ac15291369c8b27d68bc42db897 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 3 Nov 2019 09:41:39 +0530 Subject: [PATCH 1/4] Added Postwoman icon --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 99a0a14e..471a843a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3925,6 +3925,11 @@ "title": "Zulip", "hex": "52C2AF", "source": "https://github.com/zulip/zulip/" + }, + { + "title": "Postwoman", + "hex": "50FA7B", + "source": "https://github.com/liyasthomas/postwoman" } ] } From c1c4d03cbaabdb1f611e77412b1fb0c21787da08 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 3 Nov 2019 09:43:31 +0530 Subject: [PATCH 2/4] Added Postwoman icon --- icons/postwoman.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/postwoman.svg diff --git a/icons/postwoman.svg b/icons/postwoman.svg new file mode 100644 index 00000000..a97fb0b0 --- /dev/null +++ b/icons/postwoman.svg @@ -0,0 +1 @@ +Postwoman icon \ No newline at end of file From b1ce10a8231a7beb7d67ef12a73b6332d53fb724 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 3 Nov 2019 09:53:41 +0530 Subject: [PATCH 3/4] Update postwoman.svg --- icons/postwoman.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/postwoman.svg b/icons/postwoman.svg index a97fb0b0..74332ed8 100644 --- a/icons/postwoman.svg +++ b/icons/postwoman.svg @@ -1 +1 @@ -Postwoman icon \ No newline at end of file +Postwoman icon From 9e939e86e3f6904aad3fafb58ad2cbfa6a625a30 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 3 Nov 2019 16:58:41 +0530 Subject: [PATCH 4/4] Arranged in alphabetical order --- _data/simple-icons.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 471a843a..9dcd65ab 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2641,6 +2641,11 @@ "hex": "FF6C37", "source": "https://www.getpostman.com/resources/media-assets/" }, + { + "title": "Postwoman", + "hex": "50FA7B", + "source": "https://github.com/liyasthomas/postwoman" + }, { "title": "PowerShell", "hex": "5391FE", @@ -3925,11 +3930,6 @@ "title": "Zulip", "hex": "52C2AF", "source": "https://github.com/zulip/zulip/" - }, - { - "title": "Postwoman", - "hex": "50FA7B", - "source": "https://github.com/liyasthomas/postwoman" } ] }