diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-07-06 10:38:56 +0300 |
---|---|---|
committer | MewPurPur <mew.pur.pur@gmail.com> | 2023-09-12 14:15:55 +0300 |
commit | ea513928248f2406183d9a479cb07095efe70c08 (patch) | |
tree | 2caa685f9295a4db1ec07b2066cf270e287bbed0 /editor/icons/GraphNode.svg | |
parent | 98b50eb3083094a352b36b184d7b60b77ad982fe (diff) | |
download | redot-engine-ea513928248f2406183d9a479cb07095efe70c08.tar.gz |
Optimize Variant icons
Diffstat (limited to 'editor/icons/GraphNode.svg')
-rw-r--r-- | editor/icons/GraphNode.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/GraphNode.svg b/editor/icons/GraphNode.svg index 9bef701ffd..83f666ed06 100644 --- a/editor/icons/GraphNode.svg +++ b/editor/icons/GraphNode.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M4.846 2A1.841 1.841 0 003 3.846V4h10v-.154A1.841 1.841 0 0011.154 2H4.846zM3 5v1a3 3 0 013 3 3 3 0 01-3 3v.154C3 13.177 3.823 14 4.846 14h6.308A1.841 1.841 0 0013 12.154V12a3 3 0 01-3-3 3 3 0 013-3V5H3zm0 2a2 2 0 00-2 2 2 2 0 002 2 2 2 0 002-2 2 2 0 00-2-2zm10 0a2 2 0 00-2 2 2 2 0 002 2 2 2 0 002-2 2 2 0 00-2-2z" fill="#8eef97"/></svg> +<svg height="16" width="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5 2a2 2 0 0 0-2 2h10a2 2 0 0 0-2-2zM3 5v1a3 3 0 0 1 0 6 2 2 0 0 0 2 2h6a2 2 0 0 0 2-2 3 3 0 0 1 0-6V5zm0 2a2 2 0 0 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 0 0 0 4 2 2 0 0 0 0-4z" fill="#8eef97"/></svg> |