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` |