From 573eb45133b93f7668b9b91b591869b9f9062e80 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Wed, 13 Feb 2019 12:36:28 -0500 Subject: Adds Hackster icon. Fixes #137 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 8 ++++++++ src/icons/svg/hackster.svg | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/icons/svg/hackster.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index d14472733..07361c6ff 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "f3c28c2a792fb541ee64aca5c002cc1aef34bd6d371348e042f5f2bb7159b3f9", - "current": "f3c28c2a792fb541ee64aca5c002cc1aef34bd6d371348e042f5f2bb7159b3f9" + "previous": "7aeb500488722615a81331277413c3bf46d4c83151a476a6c671add24452135c", + "current": "7aeb500488722615a81331277413c3bf46d4c83151a476a6c671add24452135c" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -1299,6 +1299,10 @@ "codepoint": 61908, "source": "svg/hacker-news.svg" }, + "hackster": { + "codepoint": 62246, + "source": "svg/hackster.svg" + }, "hand-lizard-o": { "codepoint": 62040, "source": "svg/hand-lizard-o.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index 15c371d13..c702ec440 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -7235,3 +7235,11 @@ icons: url: unsplash.com categories: - Brand Icons + + - name: Hackster + id: hackster + unicode: f326 + created: 1.1 + url: hackster.io + categories: + - Brand Icons diff --git a/src/icons/svg/hackster.svg b/src/icons/svg/hackster.svg new file mode 100644 index 000000000..8edd1498f --- /dev/null +++ b/src/icons/svg/hackster.svg @@ -0,0 +1,3 @@ + + + -- cgit v1.2.3