summaryrefslogtreecommitdiffstats
path: root/editor/icons/GraphElement.svg
diff options
context:
space:
mode:
authorHendrik Brucker <hendrik.brucker@mail.de>2023-08-09 18:31:15 +0200
committerHendrik Brucker <hendrik.brucker@mail.de>2023-09-07 17:29:06 +0200
commit5afe78bd9c7e619ebc2dd2fb43d549d16382b51d (patch)
treecdf9e6e0979a1726fc4fb801fdd1f9591cf48b4f /editor/icons/GraphElement.svg
parent08c578c54c352edf85f750992b2156bae5685fb8 (diff)
downloadredot-engine-5afe78bd9c7e619ebc2dd2fb43d549d16382b51d.tar.gz
Clean up/refactor GraphNode and make it more flexible
Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming.
Diffstat (limited to 'editor/icons/GraphElement.svg')
-rw-r--r--editor/icons/GraphElement.svg1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/GraphElement.svg b/editor/icons/GraphElement.svg
new file mode 100644
index 0000000000..5629993c25
--- /dev/null
+++ b/editor/icons/GraphElement.svg
@@ -0,0 +1 @@
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 2a6 6 0 00-6 6 6 6 0 006 6 6 6 0 006-6 6 6 0 00-6-6zm0 2a4 4 0 014 4 4 4 0 01-4 4 4 4 0 01-4-4 4 4 0 014-4zm0 2a2 2 0 100 4 2 2 0 000-4z" fill="#8eef97"/></svg>