From cb4e21669dc5294e84cb89b8efbde5e30cf7c0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20de=20Gouvello?= Date: Sun, 7 Nov 2021 14:54:20 +0100 Subject: [PATCH] Add D-EDGE (#6762) * Add D-EDGE title,hex and source * Add slug * Create dedge.svg * Center icon --- _data/simple-icons.json | 5 +++++ icons/dedge.svg | 1 + slugs.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 icons/dedge.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5bd12cff..65a650e2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2230,6 +2230,11 @@ "hex": "F7DF1E", "source": "https://github.com/cytoscape/cytoscape.js/blob/97c27700feefe2f7b79fca248763049e9a0b38c6/documentation/img/cytoscape-logo.svg" }, + { + "title": "D-EDGE", + "hex": "432975", + "source": "https://github.com/d-edge/JoinUs/blob/main/d-edge.svg" + }, { "title": "D-Wave Systems", "hex": "008CD7", diff --git a/icons/dedge.svg b/icons/dedge.svg new file mode 100644 index 00000000..6c7fbf05 --- /dev/null +++ b/icons/dedge.svg @@ -0,0 +1 @@ +D-EDGE diff --git a/slugs.md b/slugs.md index c7889fb4..3a762d3d 100644 --- a/slugs.md +++ b/slugs.md @@ -443,6 +443,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Cycling '74` | `cycling74` | | `Cypress` | `cypress` | | `Cytoscape.js` | `cytoscapedotjs` | +| `D-EDGE` | `dedge` | | `D-Wave Systems` | `dwavesystems` | | `D3.js` | `d3dotjs` | | `Dacia` | `dacia` |