From 0aa48d992e180bcd6b2b9a834fdc0a3209468c27 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 3 Jul 2020 11:29:30 +0100 Subject: [PATCH] Rename Firefox and add parent brand (#3266) --- _data/simple-icons.json | 15 ++++++++++----- icons/firefox.svg | 1 + icons/{mozillafirefox.svg => firefoxbrowser.svg} | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 icons/firefox.svg rename icons/{mozillafirefox.svg => firefoxbrowser.svg} (92%) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1fa475c6..f68a48e7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2035,6 +2035,16 @@ "hex": "FFCA28", "source": "https://firebase.google.com/brand-guidelines/" }, + { + "title": "Firefox", + "hex": "FF7139", + "source": "https://mozilla.design/firefox/logos-usage/" + }, + { + "title": "Firefox Browser", + "hex": "FF7139", + "source": "https://mozilla.design/firefox/logos-usage/" + }, { "title": "FIRST", "hex": "0066B3", @@ -3965,11 +3975,6 @@ "hex": "000000", "source": "https://mozilla.ninja/our-logo" }, - { - "title": "Mozilla Firefox", - "hex": "FF7139", - "source": "https://mozilla.design/firefox/logos-usage/" - }, { "title": "Mozilla Thunderbird", "hex": "0A84FF", diff --git a/icons/firefox.svg b/icons/firefox.svg new file mode 100644 index 00000000..caf0af07 --- /dev/null +++ b/icons/firefox.svg @@ -0,0 +1 @@ +Firefox icon \ No newline at end of file diff --git a/icons/mozillafirefox.svg b/icons/firefoxbrowser.svg similarity index 92% rename from icons/mozillafirefox.svg rename to icons/firefoxbrowser.svg index 3762246e..baeddf37 100644 --- a/icons/mozillafirefox.svg +++ b/icons/firefoxbrowser.svg @@ -1 +1 @@ -Mozilla Firefox icon \ No newline at end of file +Firefox Browser icon \ No newline at end of file