diff options
author | MewPurPur <mew.pur.pur@gmail.com> | 2023-09-20 15:42:37 +0300 |
---|---|---|
committer | MewPurPur <mew.pur.pur@gmail.com> | 2023-09-20 15:42:37 +0300 |
commit | a40a2ff7d9906b8e6575dcd54fbc41e3363e5709 (patch) | |
tree | 5f6361424c9f55970a9503f1da25e6d118ade56a /editor/icons/TorusMesh.svg | |
parent | e3e2528ba7f6e85ac167d687dd6312b35f558591 (diff) | |
download | redot-engine-a40a2ff7d9906b8e6575dcd54fbc41e3363e5709.tar.gz |
Improve the Torus icons
Diffstat (limited to 'editor/icons/TorusMesh.svg')
-rw-r--r-- | editor/icons/TorusMesh.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/TorusMesh.svg b/editor/icons/TorusMesh.svg index c720b59aa5..adf3a8403b 100644 --- a/editor/icons/TorusMesh.svg +++ b/editor/icons/TorusMesh.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><ellipse cx="8" cy="7.5" fill="none" rx="6" ry="3.5" stroke="#ffca5f" stroke-width="2"/></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#ffca5f"><path d="M2.5 10a6 4 0 0 0 11 0 4 4 0 0 0 0-4 6 4 0 0 0-11 0 4 4 0 0 0 0 4z" stroke-width="2"/><path d="M6.2 7.2a2 1 0 1 0 3.6 0" stroke-width="1.75" stroke-linecap="round"/></g></svg> |