From 77ff3fe94b4a7be9a80ea5f02cf03abd860fa7fc Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Tue, 11 Dec 2018 18:39:08 -0500 Subject: File name must be equal to icons.yml id --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/svg/epub.svg | 4 ---- src/icons/svg/file-epub.svg | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 src/icons/svg/epub.svg create mode 100644 src/icons/svg/file-epub.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index be95eb8a5..5a34644b2 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "fee6f5032eeafefd5a685993b29ae65b8e54653f3ba8739c3a40e0b78962883c", - "current": "fee6f5032eeafefd5a685993b29ae65b8e54653f3ba8739c3a40e0b78962883c" + "previous": "3d4b3a0a766fcd7ca09626de8dded74fb1fae1dd6acd124a152a890f1cd3e0d4", + "current": "3d4b3a0a766fcd7ca09626de8dded74fb1fae1dd6acd124a152a890f1cd3e0d4" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -995,6 +995,10 @@ "codepoint": 61897, "source": "svg/file-code-o.svg" }, + "file-epub": { + "codepoint": 62241, + "source": "svg/file-epub.svg" + }, "file-excel-o": { "codepoint": 61891, "source": "svg/file-excel-o.svg" diff --git a/src/icons/svg/epub.svg b/src/icons/svg/epub.svg deleted file mode 100644 index 3858a9d80..000000000 --- a/src/icons/svg/epub.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/icons/svg/file-epub.svg b/src/icons/svg/file-epub.svg new file mode 100644 index 000000000..3858a9d80 --- /dev/null +++ b/src/icons/svg/file-epub.svg @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3