diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-30 12:06:53 +0200 |
---|---|---|
committer | MewPurPur <mew.pur.pur@abv.bg> | 2023-07-07 17:58:15 +0300 |
commit | fe194f8db098a5479794ae60f72802512788b6ea (patch) | |
tree | ed65fc361c234a3487951bb87901ff56daaac214 /editor/icons/NodeInfo.svg | |
parent | c83f912bcb33d441b90afe36bad38880acbe5f15 (diff) | |
download | redot-engine-fe194f8db098a5479794ae60f72802512788b6ea.tar.gz |
Optimize SVG icons and remove unused Transpose icon
Diffstat (limited to 'editor/icons/NodeInfo.svg')
-rw-r--r-- | editor/icons/NodeInfo.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/NodeInfo.svg b/editor/icons/NodeInfo.svg index 4e3f0c42d0..732bccf0d0 100644 --- a/editor/icons/NodeInfo.svg +++ b/editor/icons/NodeInfo.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0 -7-7zm-1 3h2v2h-2zm0 3h2v5h-2z" fill="#fff"/></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 1a7 7 0 0 0 0 14A7 7 0 0 0 8 1zM7 4h2v2H7zm0 3h2v5H7z" fill="#fff"/></svg> |