From 252628bc7daf80f945a5ed54d807c198aef021d4 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Wed, 10 Oct 2018 16:30:57 -0400 Subject: Adds fa-emby icon. Fixes #83 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 8 ++++++++ src/icons/svg/emby.svg | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/icons/svg/emby.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index 13f80c923..f66a5c4f7 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "cb16785717e7c07f96dbc04cb8340e75f1b801cf5bf09c029e2641cecd8c646b", - "current": "cb16785717e7c07f96dbc04cb8340e75f1b801cf5bf09c029e2641cecd8c646b" + "previous": "33ba22ee47110cb01931bfc178fb42c340a58785eb6fa3c3929f0d86fe85a39a", + "current": "33ba22ee47110cb01931bfc178fb42c340a58785eb6fa3c3929f0d86fe85a39a" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -835,6 +835,10 @@ "codepoint": 61762, "source": "svg/ellipsis-v.svg" }, + "emby": { + "codepoint": 62233, + "source": "svg/emby.svg" + }, "empire": { "codepoint": 61905, "source": "svg/empire.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index a17e8e417..fe6ff1bcf 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -7141,3 +7141,11 @@ icons: url: jirafeau.net categories: - Brand Icons + + - name: Emby + id: emby + unicode: f319 + created: 1.1 + url: emby.media + categories: + - Brand Icons diff --git a/src/icons/svg/emby.svg b/src/icons/svg/emby.svg new file mode 100644 index 000000000..10427747d --- /dev/null +++ b/src/icons/svg/emby.svg @@ -0,0 +1,3 @@ + + + -- cgit v1.2.3