From 894c16537bafade0294532141ee6f633a06f0f68 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Wed, 13 Feb 2019 12:28:09 -0500 Subject: Adds Unslpash icon. Fixes #141 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 8 ++++++++ src/icons/svg/unslpash.svg | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/icons/svg/unslpash.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index b90f0bfff..d14472733 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "962c5ffdd9bf7dc28beedde37db577fd7763bb0bf1ce6e1c0919b6cccb68fb17", - "current": "962c5ffdd9bf7dc28beedde37db577fd7763bb0bf1ce6e1c0919b6cccb68fb17" + "previous": "f3c28c2a792fb541ee64aca5c002cc1aef34bd6d371348e042f5f2bb7159b3f9", + "current": "f3c28c2a792fb541ee64aca5c002cc1aef34bd6d371348e042f5f2bb7159b3f9" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -2731,6 +2731,10 @@ "codepoint": 61758, "source": "svg/unlock-alt.svg" }, + "unslpash": { + "codepoint": 62245, + "source": "svg/unslpash.svg" + }, "upload": { "codepoint": 61587, "source": "svg/upload.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index 42e327f91..15c371d13 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -7227,3 +7227,11 @@ icons: categories: - Brand Icons - Web Application Icons + + - name: Unsplash + id: unsplash + unicode: f325 + created: 1.1 + url: unsplash.com + categories: + - Brand Icons diff --git a/src/icons/svg/unslpash.svg b/src/icons/svg/unslpash.svg new file mode 100644 index 000000000..ca81ebdf4 --- /dev/null +++ b/src/icons/svg/unslpash.svg @@ -0,0 +1,3 @@ + + + -- cgit v1.2.3