From 03e3b98718717af69bf239778a74242efe73719f Mon Sep 17 00:00:00 2001 From: Merlin Scholz <21988035+ruhrscholz@users.noreply.github.com> Date: Mon, 15 Aug 2022 18:23:34 +0200 Subject: [PATCH 1/3] Update Mastodon icon and data (#7663) * Update Mastodon icon and colors * Update _data/simple-icons.json to list new Mastodon icon source Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 4 ++-- icons/mastodon.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ef282834de7a..6cf8b843296b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6473,8 +6473,8 @@ }, { "title": "Mastodon", - "hex": "3088D4", - "source": "https://joinmastodon.org/" + "hex": "6364FF", + "source": "https://github.com/mastodon/mastodon/blob/7ccf7a73f1c47a8c03712c39f7c591e837cf6d08/app/javascript/images/logo-symbol-icon.svg" }, { "title": "Material Design", diff --git a/icons/mastodon.svg b/icons/mastodon.svg index 19141c72b974..5e3b7e13cf0f 100644 --- a/icons/mastodon.svg +++ b/icons/mastodon.svg @@ -1 +1 @@ -Mastodon \ No newline at end of file +Mastodon \ No newline at end of file From 461733e06e0f1fd9c2f1bf9b806483352d8d31f4 Mon Sep 17 00:00:00 2001 From: Isaac Santana Date: Tue, 16 Aug 2022 09:31:50 -0300 Subject: [PATCH 2/3] Add icon D lang (#7285) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * force website build * Add icon D lang * Update _data/simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Co-authored-by: Eric Cornelissen Co-authored-by: Álvaro Mondéjar Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/d.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/d.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6cf8b843296b..845102a9fc1f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2565,6 +2565,11 @@ "hex": "F7DF1E", "source": "https://github.com/cytoscape/cytoscape.js/blob/97c27700feefe2f7b79fca248763049e9a0b38c6/documentation/img/cytoscape-logo.svg" }, + { + "title": "D", + "hex": "B03931", + "source": "https://github.com/dlang/dlang.org/blob/6d0e2e5f6a8249031cfd010e389b99ff014cd320/images/dlogo.svg" + }, { "title": "D-EDGE", "hex": "432975", diff --git a/icons/d.svg b/icons/d.svg new file mode 100644 index 000000000000..643bd60e1311 --- /dev/null +++ b/icons/d.svg @@ -0,0 +1 @@ +D \ No newline at end of file From faf49c1b125e93473b809cd6e0e4bef90fe48124 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Aug 2022 00:24:15 +0000 Subject: [PATCH 3/3] version bump --- package.json | 2 +- slugs.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 870f25b62923..140897819e1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.7.0", + "version": "7.8.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 1707311b5563..024d11ddf7f9 100644 --- a/slugs.md +++ b/slugs.md @@ -493,6 +493,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Cycling '74` | `cycling74` | | `Cypress` | `cypress` | | `Cytoscape.js` | `cytoscapedotjs` | +| `D` | `d` | | `D-EDGE` | `dedge` | | `D-Wave Systems` | `dwavesystems` | | `D3.js` | `d3dotjs` |