From bae79dcf547109654f691baef9898966f42042d0 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 23 Nov 2019 23:00:31 +0100 Subject: [PATCH 01/87] add Fiverr closes #1968 --- _data/simple-icons.json | 5 +++++ icons/fiverr.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fiverr.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3270f7e6f177..2aabc4bf46a9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1091,6 +1091,11 @@ "hex": "00B0B9", "source": "http://www.fitbit.com/uk/home" }, + { + "title": "Fiverr", + "hex": "1DBF73", + "source": "https://www.fiverr.com/press-kit" + }, { "title": "Flask", "hex": "000000", diff --git a/icons/fiverr.svg b/icons/fiverr.svg new file mode 100644 index 000000000000..1177b3900020 --- /dev/null +++ b/icons/fiverr.svg @@ -0,0 +1 @@ +Fiverr icon \ No newline at end of file From 15ea98b10f45143a54766386c62d3656968cd8ef Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 23 Nov 2019 23:17:40 +0100 Subject: [PATCH 02/87] Add ResearchGate Closes #1912 --- _data/simple-icons.json | 5 +++++ icons/researchgate.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/researchgate.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3270f7e6f177..4143b444eb0c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2821,6 +2821,11 @@ "hex": "217DC6", "source": "https://seeklogo.com/vector-logo/184137/renren-inc" }, + { + "title": "ResarchGate", + "hex": "00CCBB", + "source": "https://c5.rgstatic.net/m/428059296771819/images/favicon/favicon.svg" + }, { "title": "ReverbNation", "hex": "E43526", diff --git a/icons/researchgate.svg b/icons/researchgate.svg new file mode 100644 index 000000000000..cb750423979d --- /dev/null +++ b/icons/researchgate.svg @@ -0,0 +1 @@ +ResearchGate icon \ No newline at end of file From 6a411d43b7e37b27fece366d2e12be2b256c236c Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 24 Nov 2019 00:15:47 +0100 Subject: [PATCH 03/87] Add Formstack Closes #1932 --- _data/simple-icons.json | 5 +++++ icons/formstack.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/formstack.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3270f7e6f177..e51c86140849 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1121,6 +1121,11 @@ "hex": "E1A925", "source": "http://www.fnac.com/" }, + { + "title": "Formstack", + "hex": "21B573", + "source": "https://www.formstack.com/brand/guidelines" + }, { "title": "Foursquare", "hex": "F94877", diff --git a/icons/formstack.svg b/icons/formstack.svg new file mode 100644 index 000000000000..050e8feb1458 --- /dev/null +++ b/icons/formstack.svg @@ -0,0 +1 @@ +Formstack icon \ No newline at end of file From 77406227bde82e18e2478ba131e5113e82353751 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 25 Nov 2019 04:21:03 +0000 Subject: [PATCH 04/87] Add EPEL icon (#1851) (#1942) * Added epel.svg * Updated _data/simple-icons.json * Updated path --- _data/simple-icons.json | 5 +++++ icons/epel.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/epel.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0d11b4d3e672..24e0df858b0d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1031,6 +1031,11 @@ "hex": "81B441", "source": "https://envato.com/" }, + { + "title": "EPEL", + "hex": "FC0000", + "source": "https://fedoraproject.org/wiki/EPEL" + }, { "title": "Epic Games", "hex": "313131", diff --git a/icons/epel.svg b/icons/epel.svg new file mode 100644 index 000000000000..65f71e6fbc75 --- /dev/null +++ b/icons/epel.svg @@ -0,0 +1 @@ +EPEL icon \ No newline at end of file From bc8dbb062e804b84697ca24f2453fb1e357f4e98 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 25 Nov 2019 18:09:34 +0100 Subject: [PATCH 05/87] visual bugfixing --- icons/fiverr.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/fiverr.svg b/icons/fiverr.svg index 1177b3900020..ffb447dd469c 100644 --- a/icons/fiverr.svg +++ b/icons/fiverr.svg @@ -1 +1 @@ -Fiverr icon \ No newline at end of file +Fiverr icon \ No newline at end of file From ca6daf589be5f3a5443c70cea655c5d3cdc2de6c Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 25 Nov 2019 18:21:17 +0100 Subject: [PATCH 06/87] Update researchgate.svg --- icons/researchgate.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/researchgate.svg b/icons/researchgate.svg index cb750423979d..e93bf92c18f3 100644 --- a/icons/researchgate.svg +++ b/icons/researchgate.svg @@ -1 +1 @@ -ResearchGate icon \ No newline at end of file +ResearchGate icon \ No newline at end of file From 915a289fd612c70c85a97efd44bc68cbdff8ae2e Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 25 Nov 2019 18:22:29 +0100 Subject: [PATCH 07/87] fixed that typo in "research" --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4143b444eb0c..5c7369258a49 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2822,7 +2822,7 @@ "source": "https://seeklogo.com/vector-logo/184137/renren-inc" }, { - "title": "ResarchGate", + "title": "ResearchGate", "hex": "00CCBB", "source": "https://c5.rgstatic.net/m/428059296771819/images/favicon/favicon.svg" }, From 12def159eda6b494a97ca6ea4f638ccaacf12c23 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 25 Nov 2019 20:53:51 +0100 Subject: [PATCH 08/87] visual bugfix --- icons/formstack.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/formstack.svg b/icons/formstack.svg index 050e8feb1458..6b5c6ae3dca0 100644 --- a/icons/formstack.svg +++ b/icons/formstack.svg @@ -1 +1 @@ -Formstack icon \ No newline at end of file +Formstack icon \ No newline at end of file From c05234ad9899a360638271732cc3ab46c7070580 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 00:40:48 +0000 Subject: [PATCH 09/87] Add SonarQube icon (#1453) (#1943) * Added sonarqube.svg * Updated _data/simple-icons.json * Updated files to use SonarQube --- _data/simple-icons.json | 6 ++++++ icons/sonarqube.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/sonarqube.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fc5f6a0e3904..0263f93e6c80 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3266,6 +3266,12 @@ "hex": "5294E2", "source": "https://getsol.us/branding/" }, + { + "title": "SonarQube", + "hex": "4E9BCD", + "source": "https://www.sonarqube.org/logos/" + }, + { "title": "Songkick", "hex": "F80046", diff --git a/icons/sonarqube.svg b/icons/sonarqube.svg new file mode 100644 index 000000000000..486eed8d2625 --- /dev/null +++ b/icons/sonarqube.svg @@ -0,0 +1 @@ +SonarQube icon \ No newline at end of file From 564ed6ff54905de35c854e8fde62a1816b7aed00 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 00:46:08 +0000 Subject: [PATCH 10/87] Add SonarCloud icon (#1453) (#1944) * Added sonarcloud.svg * Updated _data/simple-icons.json * Updated files to use SonarCloud --- _data/simple-icons.json | 6 +++++- icons/sonarcloud.svg | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 icons/sonarcloud.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0263f93e6c80..df3b3d441ea5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3266,12 +3266,16 @@ "hex": "5294E2", "source": "https://getsol.us/branding/" }, + { + "title": "SonarCloud", + "hex": "F3702A", + "source": "https://sonarcloud.io/about" + }, { "title": "SonarQube", "hex": "4E9BCD", "source": "https://www.sonarqube.org/logos/" }, - { "title": "Songkick", "hex": "F80046", diff --git a/icons/sonarcloud.svg b/icons/sonarcloud.svg new file mode 100644 index 000000000000..cda076d4e252 --- /dev/null +++ b/icons/sonarcloud.svg @@ -0,0 +1 @@ +SonarCloud icon \ No newline at end of file From f83b36a7fc533d88b8cc67a22bc9014a207ace03 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 00:55:05 +0000 Subject: [PATCH 11/87] Add SonarSource icon (#1453) (#1945) * Added sonarsource.svg * Updated _data/simple-icons.json * Updated files to use SonarSource --- _data/simple-icons.json | 5 +++++ icons/sonarsource.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sonarsource.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index df3b3d441ea5..347de217c9a9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3276,6 +3276,11 @@ "hex": "4E9BCD", "source": "https://www.sonarqube.org/logos/" }, + { + "title": "SonarSource", + "hex": "CB3032", + "source": "https://www.sonarsource.com/" + }, { "title": "Songkick", "hex": "F80046", diff --git a/icons/sonarsource.svg b/icons/sonarsource.svg new file mode 100644 index 000000000000..db9831b26ebf --- /dev/null +++ b/icons/sonarsource.svg @@ -0,0 +1 @@ +SonarSource icon \ No newline at end of file From 6a74ecf9adc4152e092f09074638359f77594eee Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 00:56:57 +0000 Subject: [PATCH 12/87] Add LLVM icon (#1936) (#1958) * Added llvm.svg * Updated _data/simple-icons.json * Updated hex value in _data/simple-icons.json * Updated path in llvm.svg --- _data/simple-icons.json | 5 +++++ icons/llvm.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/llvm.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 347de217c9a9..854953703fdc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2071,6 +2071,11 @@ "hex": "CF202E", "source": "https://livestream.com/press" }, + { + "title": "LLVM", + "hex": "262D3A", + "source": "https://llvm.org/Logo.html" + }, { "title": "Logstash", "hex": "005571", diff --git a/icons/llvm.svg b/icons/llvm.svg new file mode 100644 index 000000000000..7aac058a6c9a --- /dev/null +++ b/icons/llvm.svg @@ -0,0 +1 @@ +LLVM icon \ No newline at end of file From 341242d04fde368336315743fa70f769405fbba1 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 26 Nov 2019 02:07:12 +0100 Subject: [PATCH 13/87] Update Sublime Text (#1894.) (#1975) * Updated Sublime Text closes #1894 * optimized logo --- _data/simple-icons.json | 4 ++-- icons/sublimetext.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 854953703fdc..f35a6a8d4b2b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3499,8 +3499,8 @@ }, { "title": "Sublime Text", - "hex": "272822", - "source": "https://en.wikipedia.org/wiki/File:Sublime_Text_Logo.png" + "hex": "FF9800", + "source": "https://www.sublimetext.com/images/logo.svg" }, { "title": "Subversion", diff --git a/icons/sublimetext.svg b/icons/sublimetext.svg index 552df52c8dbc..54a16fa0db18 100644 --- a/icons/sublimetext.svg +++ b/icons/sublimetext.svg @@ -1 +1 @@ -Sublime Text icon \ No newline at end of file +Sublime Text icon \ No newline at end of file From 595a6420b4dac6b6d09384619c90930a149db194 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 26 Nov 2019 02:09:56 +0100 Subject: [PATCH 14/87] Add Linode (#1981) Closes #1904 --- _data/simple-icons.json | 5 +++++ icons/linode.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/linode.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f35a6a8d4b2b..fda9d3fe7817 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2051,6 +2051,11 @@ "hex": "0077B5", "source": "https://brand.linkedin.com" }, + { + "title": "Linode", + "hex": "00A95C", + "source": "https://www.linode.com/company/press/" + }, { "title": "Linux", "hex": "FCC624", diff --git a/icons/linode.svg b/icons/linode.svg new file mode 100644 index 000000000000..543ce1d6c66b --- /dev/null +++ b/icons/linode.svg @@ -0,0 +1 @@ +Linode icon \ No newline at end of file From 9bf50b31d6cd7dbeb2abfac4fb1acdf056747b5f Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 01:15:41 +0000 Subject: [PATCH 15/87] Add W3C icon (#1989) (#1990) * Added w3c.svg * Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/w3c.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/w3c.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fda9d3fe7817..b321fffa1101 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3917,6 +3917,11 @@ "hex": "4FC08D", "source": "https://github.com/vuejs/art" }, + { + "title": "W3C", + "hex": "005A9C", + "source": "https://www.w3.org/Consortium/Legal/logo-usage-20000308" + }, { "title": "Wattpad", "hex": "F68D12", diff --git a/icons/w3c.svg b/icons/w3c.svg new file mode 100644 index 000000000000..8fb231aa21bf --- /dev/null +++ b/icons/w3c.svg @@ -0,0 +1 @@ +W3C icon \ No newline at end of file From 1abd912594c67e0be187758fb7ac0edf6472ebc2 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 01:17:16 +0000 Subject: [PATCH 16/87] Add OpenAPI Initiative icon (#1991) (#1994) * Added openapiinitiative.svg * Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/openapiinitiative.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/openapiinitiative.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b321fffa1101..c8acfd08ff4b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2566,6 +2566,11 @@ "hex": "F68212", "source": "https://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg" }, + { + "title": "OpenAPI Initiative", + "hex": "6BA539", + "source": "https://www.openapis.org/faq/style-guide" + }, { "title": "Open Collective", "hex": "7FADF2", diff --git a/icons/openapiinitiative.svg b/icons/openapiinitiative.svg new file mode 100644 index 000000000000..bfad2e19416c --- /dev/null +++ b/icons/openapiinitiative.svg @@ -0,0 +1 @@ +OpenAPI Initiative icon \ No newline at end of file From 27e8d88174f9fede6527400d5bda91bb9e0f81fb Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 01:20:38 +0000 Subject: [PATCH 17/87] Add React Router icon (#1993) (#1995) * Added reactrouter.svg * Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/reactrouter.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/reactrouter.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c8acfd08ff4b..50af59cc93e5 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2946,6 +2946,11 @@ "hex": "0088CC", "source": "https://github.com/reactos/press-media" }, + { + "title": "React Router", + "hex": "CA4245", + "source": "https://reacttraining.com/react-router/" + }, { "title": "Read the Docs", "hex": "8CA1AF", diff --git a/icons/reactrouter.svg b/icons/reactrouter.svg new file mode 100644 index 000000000000..7f232752586c --- /dev/null +++ b/icons/reactrouter.svg @@ -0,0 +1 @@ +React Router icon \ No newline at end of file From f3aa8874c0215480dd670cebbc9ce096a14b3daf Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 01:21:15 +0000 Subject: [PATCH 18/87] Add repl.it icon (#1992) (#1996) * Added replit.svg * Updated _data/simple-icons.json * Corrected error in hex value and icon title * Renamed replit.svg to repl-dot-it.svg to correct error --- _data/simple-icons.json | 5 +++++ icons/repl-dot-it.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/repl-dot-it.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 50af59cc93e5..7022b0857c03 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2996,6 +2996,11 @@ "hex": "217DC6", "source": "https://seeklogo.com/vector-logo/184137/renren-inc" }, + { + "title": "repl.it", + "hex": "667881", + "source": "https://repl.it/" + }, { "title": "ResearchGate", "hex": "00CCBB", diff --git a/icons/repl-dot-it.svg b/icons/repl-dot-it.svg new file mode 100644 index 000000000000..3fc18f790c64 --- /dev/null +++ b/icons/repl-dot-it.svg @@ -0,0 +1 @@ +repl.it icon \ No newline at end of file From 855d3cd41c17d039146d3635d4fa50536e47fabc Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 26 Nov 2019 18:35:19 +0100 Subject: [PATCH 19/87] Add Internet Archive (#1967) (#1977) * Add Internet Archive closes #1967 * visual bugfix --- _data/simple-icons.json | 5 +++++ icons/internetarchive.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/internetarchive.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7022b0857c03..e585183f5029 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1756,6 +1756,11 @@ "hex": "1F8DED", "source": "https://www.intercom.io" }, + { + "title": "Internet Archive", + "hex": "000000", + "source": "https://openlibrary.org/static/images/ia-logo.svg" + }, { "title": "Internet Explorer", "hex": "0076D6", diff --git a/icons/internetarchive.svg b/icons/internetarchive.svg new file mode 100644 index 000000000000..dab99c2b39d9 --- /dev/null +++ b/icons/internetarchive.svg @@ -0,0 +1 @@ +Internet Archive icon \ No newline at end of file From 2f1e2ac8ed515adb70e90ddc710f693c2bd774e2 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 17:42:52 +0000 Subject: [PATCH 20/87] Add styled-components icon (#1565) (#1970) * Added styledcomponents.svg * Updated _data/simple-icons.json * Update title, svg filename and json entry to styled-components --- _data/simple-icons.json | 5 +++++ icons/styled-components.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/styled-components.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e585183f5029..b6c2367b81c0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3512,6 +3512,11 @@ "hex": "003168", "source": "http://www.stubhub.com" }, + { + "title": "styled-components", + "hex": "DB7093", + "source": "https://www.styled-components.com/" + }, { "title": "StyleShare", "hex": "212121", diff --git a/icons/styled-components.svg b/icons/styled-components.svg new file mode 100644 index 000000000000..28dd269e016c --- /dev/null +++ b/icons/styled-components.svg @@ -0,0 +1 @@ +styled-components icon \ No newline at end of file From 9ea09b239b80d8242f808b95421797dc59fa14cb Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 17:54:35 +0000 Subject: [PATCH 21/87] Add Invoice Ninja icon (#1612) (#1948) * Added invoiceninja.svg * Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/invoiceninja.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/invoiceninja.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b6c2367b81c0..229ab0ef5b35 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1771,6 +1771,11 @@ "hex": "FF3366", "source": "https://projects.invisionapp.com/boards/BX4P1DY5H46R" }, + { + "title": "Invoice Ninja", + "hex": "000000", + "source": "https://github.com/invoiceninja/invoiceninja" + }, { "title": "IPFS", "hex": "65C2CB", diff --git a/icons/invoiceninja.svg b/icons/invoiceninja.svg new file mode 100644 index 000000000000..735ac9b13d0c --- /dev/null +++ b/icons/invoiceninja.svg @@ -0,0 +1 @@ +Invoice Ninja icon \ No newline at end of file From ece47bc9380b87e67ea3eaf3c75456f2ce15a795 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 20:31:56 +0000 Subject: [PATCH 22/87] Added prestashop.svg and updated _data/simple-icons.json (#1969) Closes #1407 --- _data/simple-icons.json | 5 +++++ icons/prestashop.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/prestashop.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 229ab0ef5b35..d497045d912f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2806,6 +2806,11 @@ "hex": "5391FE", "source": "https://github.com/PowerShell/PowerShell" }, + { + "title": "PrestaShop", + "hex": "DF0067", + "source": "https://www.prestashop.com/en/media-kit" + }, { "title": "Prettier", "hex": "F7B93E", diff --git a/icons/prestashop.svg b/icons/prestashop.svg new file mode 100644 index 000000000000..14e563410017 --- /dev/null +++ b/icons/prestashop.svg @@ -0,0 +1 @@ +PrestaShop icon \ No newline at end of file From 11248929e958f613782c0b2e75178285022f1054 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 27 Nov 2019 06:32:04 +0800 Subject: [PATCH 23/87] Add BMC Software icon (#1900) * Add BMC Software icon * Update the icon according to the logo usage guidelines * Update bmcsoftware.svg --- _data/simple-icons.json | 5 +++++ icons/bmcsoftware.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bmcsoftware.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d497045d912f..60379da470d4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -445,6 +445,11 @@ "hex": "FF5722", "source": "https://www.blogger.com" }, + { + "title": "BMC Software", + "hex": "FE5000", + "source": "https://www.bmc.com/" + }, { "title": "Boeing", "hex": "1D439C", diff --git a/icons/bmcsoftware.svg b/icons/bmcsoftware.svg new file mode 100644 index 000000000000..e5425e140edc --- /dev/null +++ b/icons/bmcsoftware.svg @@ -0,0 +1 @@ +BMC Software icon From acbff93eeb6175d9515b915663c44d6487aefd26 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 27 Nov 2019 17:04:08 +0000 Subject: [PATCH 24/87] Add square.svg --- icons/square.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/square.svg diff --git a/icons/square.svg b/icons/square.svg new file mode 100644 index 000000000000..5f752c16ac4d --- /dev/null +++ b/icons/square.svg @@ -0,0 +1 @@ +Square icon From 64248f857c249a343e102e145ad4eef4df09bf63 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 27 Nov 2019 17:06:04 +0000 Subject: [PATCH 25/87] Add Square data --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f4d0f3905e16..44b4a2d1c559 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3252,6 +3252,11 @@ "hex": "FFCE0A", "source": "https://www.sprint.com/" }, + { + "title": "Square", + "hex": "3E4348", + "source": "https://squareup.com/" + }, { "title": "Squarespace", "hex": "000000", From e6ec51a103f57206906a60c0027b53bbcb0dff74 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 28 Nov 2019 21:40:23 +0100 Subject: [PATCH 26/87] Trustpilot icon Closes #2004 --- _data/simple-icons.json | 5 +++++ icons/trustpilot.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/trustpilot.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3270f7e6f177..335344cfb29a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3511,6 +3511,11 @@ "hex": "53B50A", "source": "http://www.trulia.com" }, + { + "title": "Trustpilot", + "hex": "00B67A", + "source": "https://cdn.trustpilot.net/brand-assets/1.1.0/logo-white.svg" + }, { "title": "Tumblr", "hex": "36465D", diff --git a/icons/trustpilot.svg b/icons/trustpilot.svg new file mode 100644 index 000000000000..27975bb71efc --- /dev/null +++ b/icons/trustpilot.svg @@ -0,0 +1 @@ +Trustpilot icon From 72f118fd961a054b2b69af802b4199f9215e418a Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 28 Nov 2019 22:21:58 +0100 Subject: [PATCH 27/87] icon data --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3270f7e6f177..81f09779625c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1981,6 +1981,11 @@ "hex": "005571", "source": "https://www.elastic.co/brand" }, + { + "title": "Loop", + "hex": "F29400", + "source": "https://loop.frontiersin.org/" + }, { "title": "Lua", "hex": "2C2D72", From ab0024656a4ff616b703222af1389fee8fdcf9c0 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 28 Nov 2019 22:23:19 +0100 Subject: [PATCH 28/87] Loop icon Closes #1998 --- icons/loop.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/loop.svg diff --git a/icons/loop.svg b/icons/loop.svg new file mode 100644 index 000000000000..fd2134711ef7 --- /dev/null +++ b/icons/loop.svg @@ -0,0 +1 @@ +Loop icon \ No newline at end of file From f4b09355180949fb0a4b23f95f3853300a33cdfd Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 28 Nov 2019 23:07:03 +0000 Subject: [PATCH 29/87] Added pjsip.svg --- icons/pjsip.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/pjsip.svg diff --git a/icons/pjsip.svg b/icons/pjsip.svg new file mode 100644 index 000000000000..8054244cb50d --- /dev/null +++ b/icons/pjsip.svg @@ -0,0 +1 @@ +PJSIP icon \ No newline at end of file From b9f70d6691a8a38b352a1d6e3d0133c40a5061ca Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Thu, 28 Nov 2019 23:08:13 +0000 Subject: [PATCH 30/87] Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 60379da470d4..8c9ae3ea9495 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2736,6 +2736,11 @@ "hex": "517A9E", "source": "https://www.pivotaltracker.com/branding-guidelines" }, + { + "title": "PJSIP", + "hex": "F86001", + "source": "https://www.pjsip.org/favicon.ico" + }, { "title": "PlanGrid", "hex": "0085DE", From 74ba02fc4ae52a2b6056ad18929a34e03d1cdbe2 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 29 Nov 2019 02:13:18 +0100 Subject: [PATCH 31/87] visual nudge --- icons/trustpilot.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/trustpilot.svg b/icons/trustpilot.svg index 27975bb71efc..4942d6fa823d 100644 --- a/icons/trustpilot.svg +++ b/icons/trustpilot.svg @@ -1 +1 @@ -Trustpilot icon +Trustpilot icon \ No newline at end of file From 73c5961e351c6149882f9b1107b8a04a593a2b7a Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 30 Nov 2019 00:37:01 +0100 Subject: [PATCH 32/87] source is not set to their official Brand Guide --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 335344cfb29a..86ddc3382db2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3514,7 +3514,7 @@ { "title": "Trustpilot", "hex": "00B67A", - "source": "https://cdn.trustpilot.net/brand-assets/1.1.0/logo-white.svg" + "source": "https://support.trustpilot.com/hc/en-us/articles/206289947-Trustpilot-Brand-Assets-Style-Guide" }, { "title": "Tumblr", From 5de78eb3d670647e55dc365c4dadd5d40e038321 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 30 Nov 2019 11:56:43 +0000 Subject: [PATCH 33/87] Add Smugmug icon (#1918) * Add smugmug.svg * Add SmugMug data * Update SmugMug colour --- _data/simple-icons.json | 5 +++++ icons/smugmug.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/smugmug.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5aa3e768a200..aef342e30f80 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3281,6 +3281,11 @@ "hex": "E85C33", "source": "https://www.smashingmagazine.com/" }, + { + "title": "SmugMug", + "hex": "6DB944", + "source": "https://help.smugmug.com/using-smugmug's-logo-HJulJePkEBf" + }, { "title": "Snapchat", "hex": "FFFC00", diff --git a/icons/smugmug.svg b/icons/smugmug.svg new file mode 100644 index 000000000000..9176b95ff3ab --- /dev/null +++ b/icons/smugmug.svg @@ -0,0 +1 @@ +SmugMug icon From 1c8d9f89501014582a4a54471f683aadf09e909c Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 30 Nov 2019 11:58:43 +0000 Subject: [PATCH 34/87] Add Blackberry icon (#1927) * Add blackberry.svg * Add Blackberry data * Update Blackberry source --- _data/simple-icons.json | 5 +++++ icons/blackberry.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/blackberry.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index aef342e30f80..5f88abdbae91 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -435,6 +435,11 @@ "hex": "683D87", "source": "https://www.bitrise.io/presskit" }, + { + "title": "Blackberry", + "hex": "000000", + "source": "https://www.blackberry.com/" + }, { "title": "Blender", "hex": "F5792A", diff --git a/icons/blackberry.svg b/icons/blackberry.svg new file mode 100644 index 000000000000..0106e4310b9a --- /dev/null +++ b/icons/blackberry.svg @@ -0,0 +1 @@ +Blackberry icon From 84812f06cae47362aee6064c86bcd9274e5294bc Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 30 Nov 2019 13:02:04 +0100 Subject: [PATCH 35/87] Add Imgur (#1986) (#1988) * Add Imgur Closes #1986 * Update imgur.svg based on discussion of #1986 * updated source to reflect the change to the favicon --- _data/simple-icons.json | 5 +++++ icons/imgur.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/imgur.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5f88abdbae91..0799a0054a7f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1721,6 +1721,11 @@ "hex": "E6B91E", "source": "http://www.imdb.com/pressroom/brand_guidelines" }, + { + "title": "Imgur", + "hex": "1BB76E", + "source": "https://s.imgur.com/images/favicon-152.png" + }, { "title": "Indeed", "hex": "2164F3", diff --git a/icons/imgur.svg b/icons/imgur.svg new file mode 100644 index 000000000000..1fedce131c3a --- /dev/null +++ b/icons/imgur.svg @@ -0,0 +1 @@ +Imgur icon \ No newline at end of file From 15540d422475c4ae832c46937e021e96ee3090a7 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 30 Nov 2019 18:30:33 +0100 Subject: [PATCH 36/87] Add OBS Studio icon (#2000) (#2009) * OBS Studio Closes #2000 * title misery (forgot "icon") * thicker frame now --- _data/simple-icons.json | 5 +++++ icons/obsstudio.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/obsstudio.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a258a6f0afc1..b759f80f2595 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2566,6 +2566,11 @@ "hex": "76B900", "source": "https://www.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/images/NVIDIA-Logo.svg" }, + { + "title": "OBS Studio", + "hex": "302E31", + "source": "https://upload.wikimedia.org/wikipedia/commons/7/78/OBS.svg" + }, { "title": "OCaml", "hex": "EC6813", diff --git a/icons/obsstudio.svg b/icons/obsstudio.svg new file mode 100644 index 000000000000..0eedefe750f8 --- /dev/null +++ b/icons/obsstudio.svg @@ -0,0 +1 @@ +OBS Studio icon \ No newline at end of file From bb1adfed2ead4f53502aa925b4b4109a5661adae Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 09:44:47 +0100 Subject: [PATCH 37/87] Datacamp icon (#2016) Closes #1902 --- _data/simple-icons.json | 5 +++++ icons/datacamp.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/datacamp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b759f80f2595..d1d30756e57f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -796,6 +796,11 @@ "hex": "005386", "source": "https://www.3ds.com/statics/menu/2/assets/img/logo/3ds-dark.svg" }, + { + "title": "DataCamp", + "hex": "33AACC", + "source": "https://www.datacamp.com/" + }, { "title": "DAZN", "hex": "F8F8F5", diff --git a/icons/datacamp.svg b/icons/datacamp.svg new file mode 100644 index 000000000000..d78b4a7de3b9 --- /dev/null +++ b/icons/datacamp.svg @@ -0,0 +1 @@ +DataCamp icon \ No newline at end of file From 950f438fe4bda46f565f899fbc3f9851af814c9a Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 09:48:05 +0100 Subject: [PATCH 38/87] Sterinberg icon (#2015) Closes #1879 --- _data/simple-icons.json | 5 +++++ icons/steinberg.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/steinberg.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d1d30756e57f..c76456e78228 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3522,6 +3522,11 @@ "hex": "06D6A9", "source": "https://steemit.com/" }, + { + "title": "Steinberg", + "hex": "C90827", + "source": "https://www.steinberg.net/en/company/press.html" + }, { "title": "Stitcher", "hex": "000000", diff --git a/icons/steinberg.svg b/icons/steinberg.svg new file mode 100644 index 000000000000..03c734029f1c --- /dev/null +++ b/icons/steinberg.svg @@ -0,0 +1 @@ +Steinberg icon \ No newline at end of file From fa60db429242ac1e55f586313ce27bf5bd9807e3 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 1 Dec 2019 09:03:17 +0000 Subject: [PATCH 39/87] Update Deezer icon (#2005) * Update deezer.svg * Update Deezer data --- _data/simple-icons.json | 4 ++-- icons/deezer.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c76456e78228..f77985f42970 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -823,8 +823,8 @@ }, { "title": "Deezer", - "hex": "00C7F2", - "source": "http://www.deezer.com/company/press" + "hex": "FEAA2D", + "source": "https://deezerbrand.com/" }, { "title": "Delicious", diff --git a/icons/deezer.svg b/icons/deezer.svg index 0812cbc1e15b..26763458543f 100644 --- a/icons/deezer.svg +++ b/icons/deezer.svg @@ -1 +1 @@ -Deezer icon \ No newline at end of file +Deezer icon From da423683b063d0d547bbf88aa3214df6f1acc695 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 1 Dec 2019 09:03:46 +0000 Subject: [PATCH 40/87] Add SVGO icon (#1985) (#2001) * Added svgo.svg * Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/svgo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/svgo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f77985f42970..625d87639c6a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3607,6 +3607,11 @@ "hex": "FFB13B", "source": "https://www.w3.org/2009/08/svg-logos.html" }, + { + "title": "SVGO", + "hex": "14B9FF", + "source": "https://github.com/svg/svgo" + }, { "title": "Swagger", "hex": "85EA2D", diff --git a/icons/svgo.svg b/icons/svgo.svg new file mode 100644 index 000000000000..75bb04808fa9 --- /dev/null +++ b/icons/svgo.svg @@ -0,0 +1 @@ +SVGO icon \ No newline at end of file From 775df5df222f3aeec1d694b8280780b4c7d05c1b Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 10:23:27 +0100 Subject: [PATCH 41/87] Add Gutenberg icon (#1896) (#2014) * Gutenberg icon Closes #1896 * source directly --- _data/simple-icons.json | 5 +++++ icons/gutenberg.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gutenberg.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 625d87639c6a..e87bb86f55a7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1526,6 +1526,11 @@ "hex": "72EF36", "source": "https://www.gumtree.com" }, + { + "title": "Gutenberg", + "hex": "000000", + "source": "https://github.com/WordPress/gutenberg/blob/master/docs/final-g-wapuu-black.svg" + }, { "title": "Habr", "hex": "77A2B6", diff --git a/icons/gutenberg.svg b/icons/gutenberg.svg new file mode 100644 index 000000000000..6ca5980e1791 --- /dev/null +++ b/icons/gutenberg.svg @@ -0,0 +1 @@ +Gutenberg icon \ No newline at end of file From ce582d2516969ecececbfce97775b3c053284f5d Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 10:25:46 +0100 Subject: [PATCH 42/87] GNU IceCat icon (#2017) Closes #1895 --- _data/simple-icons.json | 5 +++++ icons/gnuicecat.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/gnuicecat.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e87bb86f55a7..cb9ff62b6c80 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1346,6 +1346,11 @@ "hex": "A42E2B", "source": "https://gnu.org" }, + { + "title": "GNU IceCat", + "hex": "002F5B", + "source": "https://git.savannah.gnu.org/cgit/gnuzilla.git/plain/artwork/simple.svg" + }, { "title": "GNU Privacy Guard", "hex": "0093DD", diff --git a/icons/gnuicecat.svg b/icons/gnuicecat.svg new file mode 100644 index 000000000000..cde6bb5181e5 --- /dev/null +++ b/icons/gnuicecat.svg @@ -0,0 +1 @@ +GNU IceCat icon \ No newline at end of file From 122f3844817cc7f59b84c0ca4a00aaca2f848e33 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 1 Dec 2019 09:40:46 +0000 Subject: [PATCH 43/87] Add SonarLint icon (#1453) (#1946) * Added sonarlint.svg * Updated _data/simple-icons.json * Updated files to use SonarLint * Updated source in json --- _data/simple-icons.json | 5 +++++ icons/sonarlint.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sonarlint.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cb9ff62b6c80..026eb4cedb91 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3356,6 +3356,11 @@ "hex": "F3702A", "source": "https://sonarcloud.io/about" }, + { + "title": "SonarLint", + "hex": "CC2026", + "source": "https://github.com/SonarSource/sonarlint-website/" + }, { "title": "SonarQube", "hex": "4E9BCD", diff --git a/icons/sonarlint.svg b/icons/sonarlint.svg new file mode 100644 index 000000000000..60654c216929 --- /dev/null +++ b/icons/sonarlint.svg @@ -0,0 +1 @@ +SonarLint icon \ No newline at end of file From 88ae4c3c6cee9d068bc8b1514f4c4fe1b1134fa3 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 16:23:21 +0100 Subject: [PATCH 44/87] Add BandLab icon (#1881) (#2013) * BandLab icon closes #1881 * better source --- _data/simple-icons.json | 5 +++++ icons/bandlab.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bandlab.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 026eb4cedb91..3c1fa08be677 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -370,6 +370,11 @@ "hex": "408294", "source": "https://bandcamp.com/buttons" }, + { + "title": "BandLab", + "hex": "DC3710", + "source": "https://blog.bandlab.com/press/" + }, { "title": "Basecamp", "hex": "5ECC62", diff --git a/icons/bandlab.svg b/icons/bandlab.svg new file mode 100644 index 000000000000..aae4f9a7b46f --- /dev/null +++ b/icons/bandlab.svg @@ -0,0 +1 @@ +BandLab icon \ No newline at end of file From c347125ac4803b56f0060c1658d54822404d256b Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 16:25:25 +0100 Subject: [PATCH 45/87] Add Tailwind (#2002) (#2010) * Tailwind Closes #2002 * Renaming and color * naming inside svg --- _data/simple-icons.json | 5 +++++ icons/tailwindcss.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tailwindcss.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3c1fa08be677..fbd4352c962f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3672,6 +3672,11 @@ "hex": "56347C", "source": "https://tails.boum.org/contribute/how/promote/material/logo/" }, + { + "title": "Tailwind CSS", + "hex": "38B2AC", + "source": "https://tailwindcss.com/" + }, { "title": "Tapas", "hex": "FFCE00", diff --git a/icons/tailwindcss.svg b/icons/tailwindcss.svg new file mode 100644 index 000000000000..41e1ccc23428 --- /dev/null +++ b/icons/tailwindcss.svg @@ -0,0 +1 @@ +Tailwind CSS icon \ No newline at end of file From e38c8768d52b03f80a548a1a5794d69380148e5b Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 16:52:04 +0100 Subject: [PATCH 46/87] add Pocket Casts (#2029) Closes #2025 --- _data/simple-icons.json | 5 +++++ icons/pocketcasts.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pocketcasts.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fbd4352c962f..0e0e0b310328 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2831,6 +2831,11 @@ "hex": "EF3F56", "source": "https://getpocket.com/blog/press/" }, + { + "title": "Pocket Casts", + "hex": "F43E37", + "source": "https://blog.pocketcasts.com/press/" + }, { "title": "PostgreSQL", "hex": "336791", diff --git a/icons/pocketcasts.svg b/icons/pocketcasts.svg new file mode 100644 index 000000000000..e2ed016e960e --- /dev/null +++ b/icons/pocketcasts.svg @@ -0,0 +1 @@ +Pocket Casts icon \ No newline at end of file From 4106ce480123b21263d03f628aeffc89bc5ffa10 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 1 Dec 2019 16:02:21 +0000 Subject: [PATCH 47/87] Add Workplace icon (#2021) * Add workplace.svg * Add Workplace data --- _data/simple-icons.json | 5 +++++ icons/workplace.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/workplace.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0e0e0b310328..0ee234ed5d7d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4137,6 +4137,11 @@ "hex": "21759B", "source": "https://wordpress.org/about/logos" }, + { + "title": "Workplace", + "hex": "20252D", + "source": "https://en.facebookbrand.com/" + }, { "title": "WP Engine", "hex": "40BAC8", diff --git a/icons/workplace.svg b/icons/workplace.svg new file mode 100644 index 000000000000..ec00be20d464 --- /dev/null +++ b/icons/workplace.svg @@ -0,0 +1 @@ +Workplace icon From 1fb8564cc82af1c602d55a0168caadde9d2fd0fb Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 1 Dec 2019 18:00:45 +0000 Subject: [PATCH 48/87] Added fossil.svg --- icons/fossil.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/fossil.svg diff --git a/icons/fossil.svg b/icons/fossil.svg new file mode 100644 index 000000000000..2efdb4461d2a --- /dev/null +++ b/icons/fossil.svg @@ -0,0 +1 @@ +Fossil icon \ No newline at end of file From eefe14c769433564b66fdadbb55561e602e7f66f Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 1 Dec 2019 18:02:23 +0000 Subject: [PATCH 49/87] Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0ee234ed5d7d..7a79be9851ba 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1221,6 +1221,11 @@ "hex": "21B573", "source": "https://www.formstack.com/brand/guidelines" }, + { + "title": "Fossil", + "hex": "548294", + "source": "https://fossil-scm.org/" + }, { "title": "Foursquare", "hex": "F94877", From a398e22508b54181975229606b7d47bcc7157abc Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sun, 1 Dec 2019 18:06:10 +0000 Subject: [PATCH 50/87] Corrected name to Fossil SCM --- _data/simple-icons.json | 2 +- icons/fossil.svg | 1 - icons/fossilscm.svg | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 icons/fossil.svg create mode 100644 icons/fossilscm.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7a79be9851ba..d7b2ef34af6d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1222,7 +1222,7 @@ "source": "https://www.formstack.com/brand/guidelines" }, { - "title": "Fossil", + "title": "Fossil SCM", "hex": "548294", "source": "https://fossil-scm.org/" }, diff --git a/icons/fossil.svg b/icons/fossil.svg deleted file mode 100644 index 2efdb4461d2a..000000000000 --- a/icons/fossil.svg +++ /dev/null @@ -1 +0,0 @@ -Fossil icon \ No newline at end of file diff --git a/icons/fossilscm.svg b/icons/fossilscm.svg new file mode 100644 index 000000000000..df4342de4cdf --- /dev/null +++ b/icons/fossilscm.svg @@ -0,0 +1 @@ +Fossil SCM icon \ No newline at end of file From 82573067033756c67083aac3ddbbc0eb164b5d28 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 21:22:09 +0100 Subject: [PATCH 51/87] Add Academia (#2026) * Add Academia * add Academia icon Closes #1997 * change source --- _data/simple-icons.json | 5 +++++ icons/academia.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/academia.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0ee234ed5d7d..63c7cb94bd35 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -25,6 +25,11 @@ "hex": "191A1B", "source": "https://www.abstract.com/about/" }, + { + "title": "Academia", + "hex": "41454A", + "source": "https://www.academia.edu/" + }, { "title": "ACM", "hex": "0085CA", diff --git a/icons/academia.svg b/icons/academia.svg new file mode 100644 index 000000000000..148005c870cc --- /dev/null +++ b/icons/academia.svg @@ -0,0 +1 @@ +Academia icon \ No newline at end of file From a397ddd8c915b0b3aa9df28c421e27307127513c Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 1 Dec 2019 23:06:55 +0100 Subject: [PATCH 52/87] Add Breaker icon (#2028) Closes #2024 --- _data/simple-icons.json | 5 +++++ icons/breaker.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/breaker.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 63c7cb94bd35..def25ec3918c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -495,6 +495,11 @@ "hex": "FB542B", "source": "https://brave.com/brave-branding-assets/" }, + { + "title": "Breaker", + "hex": "003DAD", + "source": "https://www.breaker.audio/i/brand" + }, { "title": "Buddy", "hex": "1A86FD", diff --git a/icons/breaker.svg b/icons/breaker.svg new file mode 100644 index 000000000000..15892995c2d0 --- /dev/null +++ b/icons/breaker.svg @@ -0,0 +1 @@ +Breaker icon \ No newline at end of file From d7a960b9b7d5fc9f729b200c93f301305f42b4dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 09:04:36 +0200 Subject: [PATCH 53/87] Update dependency uglify-js to v3.7.1 (#2038) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c436a7e0ee1..a31b7081ab25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6074,9 +6074,9 @@ } }, "uglify-js": { - "version": "3.6.9", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.9.tgz", - "integrity": "sha512-pcnnhaoG6RtrvHJ1dFncAe8Od6Nuy30oaJ82ts6//sGSXOP5UjBMEthiProjXmMNHOfd93sqlkztifFMcb+4yw==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.1.tgz", + "integrity": "sha512-pnOF7jY82wdIhATVn87uUY/FHU+MDUdPLkmGFvGoclQmeu229eTkbG5gjGGBi3R7UuYYSEeYXY/TTY5j2aym2g==", "dev": true, "requires": { "commander": "~2.20.3", diff --git a/package.json b/package.json index 0c5ecede4704..816d9a4acb76 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jsonlint2": "1.7.1", "svglint": "1.0.5", "svgo": "1.3.2", - "uglify-js": "3.6.9" + "uglify-js": "3.7.1" }, "scripts": { "build": "node scripts/build-package.js", From 00368a8e513af3f9baa7124c9733bb8fc59c57e0 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 2 Dec 2019 08:54:57 +0100 Subject: [PATCH 54/87] Add Brandfolder (#2035) Closes #2034 --- _data/simple-icons.json | 5 +++++ icons/brandfolder.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/brandfolder.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index def25ec3918c..be5e0dccdb51 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -490,6 +490,11 @@ "hex": "0AA0FF", "source": "https://brand.ai/brand-ai/style" }, + { + "title": "Brandfolder", + "hex": "40D1F5", + "source": "https://brandfolder.com/brandfolder" + }, { "title": "Brave", "hex": "FB542B", diff --git a/icons/brandfolder.svg b/icons/brandfolder.svg new file mode 100644 index 000000000000..2a115ac2c1ba --- /dev/null +++ b/icons/brandfolder.svg @@ -0,0 +1 @@ +Brandfolder icon \ No newline at end of file From 810e71c838d87c18a356802621392bc8a93e0015 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 2 Dec 2019 09:12:23 +0100 Subject: [PATCH 55/87] Add Accusoft (#2031) * Add Accusoft * Add Accusoft icon --- _data/simple-icons.json | 5 +++++ icons/accusoft.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/accusoft.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index be5e0dccdb51..6ff5de431e5c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -35,6 +35,11 @@ "hex": "0085CA", "source": "http://identitystandards.acm.org/" }, + { + "title": "Accusoft", + "hex": "FF7E4A", + "source": "https://company-39138.frontify.com/d/7EKFm12NQSa8/accusoft-corporation-style-guide#/style-guide/logo" + }, { "title": "AddThis", "hex": "FF6550", diff --git a/icons/accusoft.svg b/icons/accusoft.svg new file mode 100644 index 000000000000..5f0809a3d381 --- /dev/null +++ b/icons/accusoft.svg @@ -0,0 +1 @@ +Accusoft icon \ No newline at end of file From 4b92ba8bcf172b638abf99cc447dec3697fd2969 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 2 Dec 2019 16:25:58 +0100 Subject: [PATCH 56/87] Add F-Droid (#2039) Closes #2037 --- _data/simple-icons.json | 5 +++++ icons/f-droid.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/f-droid.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6ff5de431e5c..fb6694d2eea9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1141,6 +1141,11 @@ "hex": "000000", "source": "https://www.eyeem.com/" }, + { + "title": "F-Droid", + "hex": "1976D2", + "source": "https://f-droid.org/" + }, { "title": "F-Secure", "hex": "00BAFF", diff --git a/icons/f-droid.svg b/icons/f-droid.svg new file mode 100644 index 000000000000..69d4db43536f --- /dev/null +++ b/icons/f-droid.svg @@ -0,0 +1 @@ +F-Droid icon \ No newline at end of file From c44f9f15264860d622f889deae74fc3838417356 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 2 Dec 2019 15:52:05 +0000 Subject: [PATCH 57/87] Add XDA-Developers icon (#2020) * Add xda-developers.svg * Add XDA-Developers data * Update XDA Developers name * Rename xda-developers.svg as xdadevelopers.svg * Update icon title --- _data/simple-icons.json | 5 +++++ icons/xdadevelopers.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/xdadevelopers.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fb6694d2eea9..511f3595685d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4182,6 +4182,11 @@ "hex": "1575F9", "source": "https://developer.apple.com/develop/" }, + { + "title": "XDA Developers", + "hex": "F59812", + "source": "https://www.xda-developers.com/" + }, { "title": "Xero", "hex": "13B5EA", diff --git a/icons/xdadevelopers.svg b/icons/xdadevelopers.svg new file mode 100644 index 000000000000..47b33a34c404 --- /dev/null +++ b/icons/xdadevelopers.svg @@ -0,0 +1 @@ +XDA Developers icon From 4e3f06f955ee6483044a419cab57dad5a39b2e62 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 3 Dec 2019 18:03:33 +0100 Subject: [PATCH 58/87] Add PeerTube (#1973) (#2033) * Add PeerTube Closes #1973 * oops, there was fill too much --- _data/simple-icons.json | 5 +++++ icons/peertube.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/peertube.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6a5544cd7e75..9636d7e90bef 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2766,6 +2766,11 @@ "hex": "00457C", "source": "https://www.paypal-marketing.com/html/partner/na/portal-v2/pdf/PP_Masterbrandguidelines_v21_mm.pdf" }, + { + "title": "PeerTube", + "hex": "F1680D", + "source": "https://github.com/Chocobozzz/PeerTube/tree/develop/client/src/assets/images" + }, { "title": "Periscope", "hex": "40A4C4", diff --git a/icons/peertube.svg b/icons/peertube.svg new file mode 100644 index 000000000000..7c1fd36f4a4b --- /dev/null +++ b/icons/peertube.svg @@ -0,0 +1 @@ +PeerTube icon \ No newline at end of file From 38af93d829ebd95d7197179771064bc4d58be5b3 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Tue, 3 Dec 2019 23:53:31 +0100 Subject: [PATCH 59/87] Add Curl icon (#2012) * Curl icon Closes #1940 * the alphabet is hard * generic link in source + small name * update name --- _data/simple-icons.json | 6 ++++++ icons/curl.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/curl.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9636d7e90bef..e69fe645557b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -795,6 +795,12 @@ "title": "C Sharp", "hex": "239120", "source": "https://upload.wikimedia.org/wikipedia/commons/0/0d/C_Sharp_wordmark.svg" + + }, + { + "title": "curl", + "hex": "073551", + "source": "https://curl.haxx.se/logo/" }, { "title": "C++", diff --git a/icons/curl.svg b/icons/curl.svg new file mode 100644 index 000000000000..057da8ff59ac --- /dev/null +++ b/icons/curl.svg @@ -0,0 +1 @@ +curl icon From 2b49fbb73a75f8484ae7fd2ac11b956372cafe4e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Tue, 3 Dec 2019 22:54:43 +0000 Subject: [PATCH 60/87] Update Facebook colour (#2047) --- _data/simple-icons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e69fe645557b..6b01067ffe10 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1159,8 +1159,8 @@ }, { "title": "Facebook", - "hex": "4172B8", - "source": "https://en.facebookbrand.com/#brand-guidelines-assets" + "hex": "1877F2", + "source": "https://en.facebookbrand.com/" }, { "title": "FACEIT", From 12579e8c8247c5ffb4985ce615e4c19c085291e9 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 00:15:40 +0100 Subject: [PATCH 61/87] Add write.as icon (#2007) * write.as logo Closes #2003 * file naming was wrong * color was wrong * update link --- _data/simple-icons.json | 5 +++++ icons/write-dot-as.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/write-dot-as.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6b01067ffe10..e6b97dbf3eb2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4193,6 +4193,11 @@ "hex": "40BAC8", "source": "https://wpengine.com/" }, + { + "title": "write.as", + "hex": "5BC4EE", + "source": "https://write.as/brand" + }, { "title": "Xbox", "hex": "107C10", diff --git a/icons/write-dot-as.svg b/icons/write-dot-as.svg new file mode 100644 index 000000000000..2dd5f38672b5 --- /dev/null +++ b/icons/write-dot-as.svg @@ -0,0 +1 @@ +write.as icon \ No newline at end of file From 1bfa5a76bb2ecce2956d2a25577b99df10cded62 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 09:49:04 +0100 Subject: [PATCH 62/87] Add RabbitMQ (#2051) (#2052) * Add RabbitMQ Closes #2051 * typo Well, a RabbiMQ could be interesting as well. --- _data/simple-icons.json | 5 +++++ icons/rabbitmq.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rabbitmq.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e6b97dbf3eb2..ce9250ac881a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3032,6 +3032,11 @@ "hex": "276DC3", "source": "https://www.r-project.org/logo/" }, + { + "title": "RabbitMQ", + "hex": "FF6600", + "source": "https://www.rabbitmq.com/" + }, { "title": "RadioPublic", "hex": "CE262F", diff --git a/icons/rabbitmq.svg b/icons/rabbitmq.svg new file mode 100644 index 000000000000..1b45ad74f77b --- /dev/null +++ b/icons/rabbitmq.svg @@ -0,0 +1 @@ +RabbitMQ icon \ No newline at end of file From c63e7813c4ef8fca82fa3af46dd841ad1b8c27d9 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 14:43:26 +0100 Subject: [PATCH 63/87] iTunes icon (#2019) get #1096 (abandoned) going again --- _data/simple-icons.json | 5 +++++ icons/itunes.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/itunes.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ce9250ac881a..6d8aba5bcdf4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1862,6 +1862,11 @@ "hex": "FA5C5C", "source": "https://itch.io/press-kit" }, + { + "title": "iTunes", + "hex": "FB5BC5", + "source": "https://upload.wikimedia.org/wikipedia/commons/d/df/ITunes_logo.svg" + }, { "title": "Jabber", "hex": "CC0000", diff --git a/icons/itunes.svg b/icons/itunes.svg new file mode 100644 index 000000000000..a49aa2047463 --- /dev/null +++ b/icons/itunes.svg @@ -0,0 +1 @@ +iTunes icon \ No newline at end of file From d9b7e068217018c07d13cc3d998f9bcb9f14e10e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Wed, 4 Dec 2019 14:20:38 +0000 Subject: [PATCH 64/87] Add QuickTime icon (#2066) * Add quicktime.svg * Update QuickTime title * Add QuickTime data * Update quicktime.svg * Update QuickTime colour --- _data/simple-icons.json | 5 +++++ icons/quicktime.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/quicktime.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6d8aba5bcdf4..a7acf05a57d6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3017,6 +3017,11 @@ "hex": "4695EB", "source": "https://design.jboss.org/quarkus/" }, + { + "title": "QuickTime", + "hex": "1C69F0", + "source": "https://support.apple.com/quicktime" + }, { "title": "Quora", "hex": "B92B27", diff --git a/icons/quicktime.svg b/icons/quicktime.svg new file mode 100644 index 000000000000..6041ddf98d8e --- /dev/null +++ b/icons/quicktime.svg @@ -0,0 +1 @@ +QuickTime icon From 33ba446c0217acd8a96acf364188256753f9e3ef Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 19:36:07 +0100 Subject: [PATCH 65/87] Add 1password (#2030) Add 1Password --- _data/simple-icons.json | 5 +++++ icons/1password.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/1password.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7acf05a57d6..bf22b944771d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5,6 +5,11 @@ "hex": "5C2D91", "source": "https://docs.microsoft.com/en-us/dotnet/images/hub/net.svg" }, + { + "title": "1Password", + "hex": "0094F5", + "source": "https://1password.com/press/" + }, { "title": "500px", "hex": "0099E5", diff --git a/icons/1password.svg b/icons/1password.svg new file mode 100644 index 000000000000..f5f53a4377a9 --- /dev/null +++ b/icons/1password.svg @@ -0,0 +1 @@ +1Password icon \ No newline at end of file From 5e557d26f2fe196eb55eac51dbd4eab397202178 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Wed, 4 Dec 2019 20:19:22 +0100 Subject: [PATCH 66/87] One new line too much There is one new, empty line which shouldnt be there. --- _data/simple-icons.json | 1 - 1 file changed, 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7acf05a57d6..86bf8cb4aa35 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -795,7 +795,6 @@ "title": "C Sharp", "hex": "239120", "source": "https://upload.wikimedia.org/wikipedia/commons/0/0d/C_Sharp_wordmark.svg" - }, { "title": "curl", From 4a655066083af4ea2408af8331a4eb02508e94b4 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 5 Dec 2019 08:27:59 +0100 Subject: [PATCH 67/87] Add Wish (#2044) Closes #2042 --- _data/simple-icons.json | 5 +++++ icons/wish.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wish.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6ad885f3e066..fd1638a14f03 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4177,6 +4177,11 @@ "hex": "88171A", "source": "https://www.wireguard.com/img/wireguard.svg" }, + { + "title": "Wish", + "hex": "2FB7EC", + "source": "https://wish.com/" + }, { "title": "Wix", "hex": "FAAD4D", diff --git a/icons/wish.svg b/icons/wish.svg new file mode 100644 index 000000000000..df5d2c8dc86f --- /dev/null +++ b/icons/wish.svg @@ -0,0 +1 @@ +Wish icon \ No newline at end of file From f5c34906a4ab2c1a22b423f1ecf93b1c93345777 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 5 Dec 2019 08:39:25 +0100 Subject: [PATCH 68/87] Add Reason Studios (#2054) Closes #1880 --- _data/simple-icons.json | 5 +++++ icons/reasonstudios.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/reasonstudios.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fd1638a14f03..a8733c3be1d9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3096,6 +3096,11 @@ "hex": "DD4B39", "source": "https://reasonml.github.io/img/reason.svg" }, + { + "title": "Reason Studios", + "hex": "FFFFFF", + "source": "https://www.reasonstudios.com/press" + }, { "title": "Redbubble", "hex": "E41321", diff --git a/icons/reasonstudios.svg b/icons/reasonstudios.svg new file mode 100644 index 000000000000..ea3429ad8360 --- /dev/null +++ b/icons/reasonstudios.svg @@ -0,0 +1 @@ +Reason Studios icon \ No newline at end of file From 2c2af01c3fae06a75a437a21a936f35a51d82ba6 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 5 Dec 2019 08:46:55 +0100 Subject: [PATCH 69/87] Add Apache Kafka (#2060) Closes #2050 --- _data/simple-icons.json | 5 +++++ icons/apachekafka.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/apachekafka.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a8733c3be1d9..9333c06578be 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -215,6 +215,11 @@ "hex": "E6526F", "source": "https://flink.apache.org/material.html" }, + { + "title": "Apache Kafka", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:Apache_kafka.svg" + }, { "title": "Apache OpenOffice", "hex": "0E85CD", diff --git a/icons/apachekafka.svg b/icons/apachekafka.svg new file mode 100644 index 000000000000..63b3f2bbbd83 --- /dev/null +++ b/icons/apachekafka.svg @@ -0,0 +1 @@ +Apache Kafka icon \ No newline at end of file From 0af38c57b93709d35ae4d1e4f3818d7c9b29a8f2 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Thu, 5 Dec 2019 18:31:03 +0100 Subject: [PATCH 70/87] Add Fossa (#2041) Closes #2040 --- _data/simple-icons.json | 5 +++++ icons/fossa.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fossa.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9333c06578be..8c5a60998389 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1261,6 +1261,11 @@ "hex": "21B573", "source": "https://www.formstack.com/brand/guidelines" }, + { + "title": "Fossa", + "hex": "90A1B8", + "source": "https://fossa.com/press/" + }, { "title": "Fossil SCM", "hex": "548294", diff --git a/icons/fossa.svg b/icons/fossa.svg new file mode 100644 index 000000000000..8bb15df52375 --- /dev/null +++ b/icons/fossa.svg @@ -0,0 +1 @@ +Fossa icon \ No newline at end of file From 9961b55ab8d9140960401de710a977232b1d4bcc Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Fri, 6 Dec 2019 08:46:35 +0000 Subject: [PATCH 71/87] Update uber.svg (#2048) --- icons/uber.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/uber.svg b/icons/uber.svg index f2af7a6a5940..6e978f64f6ee 100644 --- a/icons/uber.svg +++ b/icons/uber.svg @@ -1 +1 @@ -Uber icon \ No newline at end of file +Uber icon From 4dcc18057950381e097dbe47e02c1d0bddc8b9bd Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Fri, 6 Dec 2019 16:37:32 +0100 Subject: [PATCH 72/87] Add Dolby (#2081) --- _data/simple-icons.json | 5 +++++ icons/dolby.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dolby.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8c5a60998389..880f27571c66 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -961,6 +961,11 @@ "hex": "FFCC22", "source": "https://github.com/simple-icons/simple-icons/issues/1098" }, + { + "title": "Dolby", + "hex": "000000", + "source": "https://www.dolby.com/us/en/about/brand-identity.html" + }, { "title": "Draugiem.lv", "hex": "FF6600", diff --git a/icons/dolby.svg b/icons/dolby.svg new file mode 100644 index 000000000000..6cbac373e622 --- /dev/null +++ b/icons/dolby.svg @@ -0,0 +1 @@ +Dolby icon \ No newline at end of file From c68bf6683bb553e9995cba8b6fc8dba7cc44ead9 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 13:16:21 +0000 Subject: [PATCH 73/87] Add Amazon Alexa icon (#2072) * Add amazonalexa.svg * Add Amazon Alexa data --- _data/simple-icons.json | 5 +++++ icons/amazonalexa.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/amazonalexa.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 880f27571c66..76d0d617f4b4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -145,6 +145,11 @@ "hex": "FF9900", "source": "https://worldvectorlogo.com/logo/amazon-icon" }, + { + "title": "Amazon Alexa", + "hex": "00CAFF", + "source": "https://developer.amazon.com/docs/alexa-voice-service/logo-and-brand.html" + }, { "title": "Amazon AWS", "hex": "232F3E", diff --git a/icons/amazonalexa.svg b/icons/amazonalexa.svg new file mode 100644 index 000000000000..550eda033e96 --- /dev/null +++ b/icons/amazonalexa.svg @@ -0,0 +1 @@ +Amazon Alexa icon From 3cca349216e4a19eac577e885b10627fa5a8164e Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 14:08:09 +0000 Subject: [PATCH 74/87] Add IcoMoon (#2074) * Add icomoon.svg * Add IcoMoon data --- _data/simple-icons.json | 5 +++++ icons/icomoon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/icomoon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 76d0d617f4b4..b7bf0e14665b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1776,6 +1776,11 @@ "hex": "3880FF", "source": "https://ionicframework.com/press" }, + { + "title": "IcoMoon", + "hex": "825794", + "source": "https://icomoon.io/" + }, { "title": "IconJar", "hex": "16A5F3", diff --git a/icons/icomoon.svg b/icons/icomoon.svg new file mode 100644 index 000000000000..0e62ab89dbbe --- /dev/null +++ b/icons/icomoon.svg @@ -0,0 +1 @@ +IcoMoon icon From 4fdf762ca29c14d957dd5bd069544d45efb2e4fb Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 15:10:55 +0000 Subject: [PATCH 75/87] Add Deliveroo (#2077) * Add deliveroo.svg * Add Deliveroo data --- _data/simple-icons.json | 5 +++++ icons/deliveroo.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/deliveroo.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b7bf0e14665b..7da0bd6b961a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -876,6 +876,11 @@ "hex": "3399FF", "source": "https://en.wikipedia.org/wiki/Delicious_(website)" }, + { + "title": "Deliveroo", + "hex": "00CCBC", + "source": "https://www.deliveroo.design/" + }, { "title": "Dell", "hex": "007DB8", diff --git a/icons/deliveroo.svg b/icons/deliveroo.svg new file mode 100644 index 000000000000..cf1674fcaaf6 --- /dev/null +++ b/icons/deliveroo.svg @@ -0,0 +1 @@ +Deliveroo icon From a8e9926d0e0910b2f30fea6a252726bcc23d69a0 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 16:20:39 +0000 Subject: [PATCH 76/87] Add Home Assistant (#2088) * Add homeassistant.svg * Add Home Assistant data --- _data/simple-icons.json | 5 +++++ icons/homeassistant.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/homeassistant.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7da0bd6b961a..06184f540ebf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1706,6 +1706,11 @@ "hex": "009EE1", "source": "https://hockeyapp.net/brand-guidelines/" }, + { + "title": "Home Assistant", + "hex": "41BDF5", + "source": "https://github.com/home-assistant/home-assistant-assets" + }, { "title": "homify", "hex": "7DCDA3", diff --git a/icons/homeassistant.svg b/icons/homeassistant.svg new file mode 100644 index 000000000000..8513241e072c --- /dev/null +++ b/icons/homeassistant.svg @@ -0,0 +1 @@ +Home Assistant icon From bd48e9b1b283a1d6c6b7cf6c9972df83f656b721 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 16:33:49 +0000 Subject: [PATCH 77/87] Add Hypothesis (#2089) * Add hypothesis.svg * Add Hypothesis data --- _data/simple-icons.json | 5 +++++ icons/hypothesis.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hypothesis.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 06184f540ebf..3b87a59da1e7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1766,6 +1766,11 @@ "hex": "E02826", "source": "https://ilan.hurriyetemlak.com/emlak-ilani-yayinlama-kurallari" }, + { + "title": "Hypothesis", + "hex": "BD1C2B", + "source": "https://web.hypothes.is/" + }, { "title": "Iata", "hex": "004E81", diff --git a/icons/hypothesis.svg b/icons/hypothesis.svg new file mode 100644 index 000000000000..a30bc12c04a4 --- /dev/null +++ b/icons/hypothesis.svg @@ -0,0 +1 @@ +Hypothesis icon From de29d56531c3a0c9589ffc24e1528f47d9f079b4 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 16:48:59 +0000 Subject: [PATCH 78/87] Add Trend Micro (#2090) * Add trendmicro.svg * Add Trend Micro data --- _data/simple-icons.json | 5 +++++ icons/trendmicro.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/trendmicro.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3b87a59da1e7..9ee435b1642d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3932,6 +3932,11 @@ "hex": "0079BF", "source": "https://trello.com/about/branding" }, + { + "title": "Trend Micro", + "hex": "D71921", + "source": "https://www.trendmicro.com/" + }, { "title": "TripAdvisor", "hex": "00AF87", diff --git a/icons/trendmicro.svg b/icons/trendmicro.svg new file mode 100644 index 000000000000..59aef0da05de --- /dev/null +++ b/icons/trendmicro.svg @@ -0,0 +1 @@ +Trend Micro icon From 46871b6033ff1071ce9739534c8ec5488d5861bb Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 17:12:32 +0000 Subject: [PATCH 79/87] Add OpenID (#2091) * Add openid.svg * Add OpenID data --- _data/simple-icons.json | 5 +++++ icons/openid.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/openid.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9ee435b1642d..0f4519723e89 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2716,6 +2716,11 @@ "hex": "7FADF2", "source": "https://docs.opencollective.com/help/about#media-logo" }, + { + "title": "OpenID", + "hex": "F78C40", + "source": "https://openid.net/add-openid/logos/" + }, { "title": "OpenStreetMap", "hex": "7EBC6F", diff --git a/icons/openid.svg b/icons/openid.svg new file mode 100644 index 000000000000..e304a6b1f1e7 --- /dev/null +++ b/icons/openid.svg @@ -0,0 +1 @@ +OpenID icon From 26d66f11035ac2089cfc103165e84a8e21d31016 Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 17:20:43 +0000 Subject: [PATCH 80/87] Add Teradata (#2092) * Add teradata.svg * Add Teradata data --- _data/simple-icons.json | 5 +++++ icons/teradata.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/teradata.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0f4519723e89..69734f0df496 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3837,6 +3837,11 @@ "hex": "FF6F00", "source": "https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf" }, + { + "title": "Teradata", + "hex": "F37440", + "source": "https://github.com/Teradata/teradata.github.io/" + }, { "title": "Tesla", "hex": "CC0000", diff --git a/icons/teradata.svg b/icons/teradata.svg new file mode 100644 index 000000000000..ebf3f42cb109 --- /dev/null +++ b/icons/teradata.svg @@ -0,0 +1 @@ +Teradata icon From 3be461151df5a1563ec9e256f4668052726c270d Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 17:40:57 +0000 Subject: [PATCH 81/87] Add Microsoft Office (#2093) * Add microsoftoffice.svg * Add Microsoft Office data --- _data/simple-icons.json | 5 +++++ icons/microsoftoffice.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/microsoftoffice.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 69734f0df496..daa2e13741b1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2411,6 +2411,11 @@ "hex": "217346", "source": "https://www.office.com" }, + { + "title": "Microsoft Office", + "hex": "E74025", + "source": "https://www.office.com/" + }, { "title": "Microsoft OneDrive", "hex": "094AB2", diff --git a/icons/microsoftoffice.svg b/icons/microsoftoffice.svg new file mode 100644 index 000000000000..68fe43fb5f95 --- /dev/null +++ b/icons/microsoftoffice.svg @@ -0,0 +1 @@ +Microsoft Office icon From 715f2d5082b03c5fe374f0c7f432fa5bae3f001f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sat, 7 Dec 2019 18:17:00 +0000 Subject: [PATCH 82/87] Update Yahoo! (#2097) * Update yahoo.svg * Update Yahoo! data --- _data/simple-icons.json | 4 ++-- icons/yahoo.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index daa2e13741b1..503ad4ffbe59 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4344,8 +4344,8 @@ }, { "title": "Yahoo!", - "hex": "440099", - "source": "https://en.wikipedia.org/wiki/Yahoo!" + "hex": "6001D2", + "source": "https://yahoo.com/" }, { "title": "Yamaha Corporation", diff --git a/icons/yahoo.svg b/icons/yahoo.svg index 30a2667fd0a1..b10664090bcc 100644 --- a/icons/yahoo.svg +++ b/icons/yahoo.svg @@ -1 +1 @@ -Yahoo! icon \ No newline at end of file +Yahoo! icon From 6ac966f453ee9bc0e1db60b556c120e09d0e23a9 Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Sun, 8 Dec 2019 17:27:33 +0200 Subject: [PATCH 83/87] Remove Google Allo and Lanyrd Closes #1568 Closes #1569 --- _data/simple-icons.json | 10 ---------- icons/googleallo.svg | 1 - icons/lanyrd.svg | 1 - 3 files changed, 12 deletions(-) delete mode 100644 icons/googleallo.svg delete mode 100644 icons/lanyrd.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 503ad4ffbe59..53cd71f50eb3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1466,11 +1466,6 @@ "hex": "4285F4", "source": "https://designguidelines.withgoogle.com/ads-branding/google-ads/logos.html#logos-brand-logo-lockups" }, - { - "title": "Google Allo", - "hex": "ECB842", - "source": "https://allo.google.com/web" - }, { "title": "Google Chrome", "hex": "4285F4", @@ -2091,11 +2086,6 @@ "hex": "326CE5", "source": "https://github.com/kubernetes/kubernetes/tree/master/logo" }, - { - "title": "Lanyrd", - "hex": "3C80CA", - "source": "http://lanyrd.com/help/faq/#branding" - }, { "title": "Laravel", "hex": "FF2D20", diff --git a/icons/googleallo.svg b/icons/googleallo.svg deleted file mode 100644 index 6809a7d5d5b2..000000000000 --- a/icons/googleallo.svg +++ /dev/null @@ -1 +0,0 @@ -Google Allo icon \ No newline at end of file diff --git a/icons/lanyrd.svg b/icons/lanyrd.svg deleted file mode 100644 index fdca68e70f8a..000000000000 --- a/icons/lanyrd.svg +++ /dev/null @@ -1 +0,0 @@ -Lanyrd icon \ No newline at end of file From e1aefe2e7f0b95fd0ceb27e28ba87d84371f1f8e Mon Sep 17 00:00:00 2001 From: Eric Cornelisesn Date: Sun, 8 Dec 2019 17:48:48 +0200 Subject: [PATCH 84/87] version bump New major version becomes two icons have been removed --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a31b7081ab25..5aa4557df6a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.20.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 816d9a4acb76..3c1a2961cf43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.20.0", + "version": "2.0.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [ From dcb112c9b6415fbfd3722d14193f26aadead1aae Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sun, 8 Dec 2019 21:54:50 +0100 Subject: [PATCH 85/87] Add LastPass (#2083) * Add LastPass * update source --- _data/simple-icons.json | 5 +++++ icons/lastpass.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lastpass.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 53cd71f50eb3..d70d10af4a4f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2101,6 +2101,11 @@ "hex": "252D37", "source": "https://nova.laravel.com/" }, + { + "title": "LastPass", + "hex": "D32D27", + "source": "https://lastpass.com/press-room/" + }, { "title": "Last.fm", "hex": "D51007", diff --git a/icons/lastpass.svg b/icons/lastpass.svg new file mode 100644 index 000000000000..75b6de278109 --- /dev/null +++ b/icons/lastpass.svg @@ -0,0 +1 @@ +LastPass icon \ No newline at end of file From 7655025c4b3886b0302a3b12152e055eeed289ee Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Sun, 8 Dec 2019 21:01:54 +0000 Subject: [PATCH 86/87] Add Quip icon (#2046) * Add quip.svg * Update simple-icons.json * Update quip.svg --- Closes #1725 --- _data/simple-icons.json | 5 +++++ icons/quip.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/quip.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d70d10af4a4f..aa4c70aa8c35 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3071,6 +3071,11 @@ "hex": "1C69F0", "source": "https://support.apple.com/quicktime" }, + { + "title": "Quip", + "hex": "F27557", + "source": "https://quip.com/" + }, { "title": "Quora", "hex": "B92B27", diff --git a/icons/quip.svg b/icons/quip.svg new file mode 100644 index 000000000000..5838c08aae75 --- /dev/null +++ b/icons/quip.svg @@ -0,0 +1 @@ +Quip icon From 0aeb436e9b6cec828a173dffa34056ef7f686c03 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 9 Dec 2019 00:34:31 +0100 Subject: [PATCH 87/87] Local relief for #2061 This should help with the overzealous whitespace removal in paths which will break many viewers/editors (even tho most browsers are fine with this). It was already set on `ConvertPathData`. but this alone is not enough. --- .svgo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.svgo.yml b/.svgo.yml index 6fef03566f62..da394a8407a5 100644 --- a/.svgo.yml +++ b/.svgo.yml @@ -20,6 +20,7 @@ plugins: # Compound all s into one - mergePaths: force: true + noSpaceAfterFlags: false # Keep the - removeTitle: false