diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-11 00:19:44 +0200 |
---|---|---|
committer | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-12 18:05:14 +0200 |
commit | ecb7a9954b541a0d1bdd38b8b06b877bd7075766 (patch) | |
tree | 76eb765642d4f966e790ec147094e2aaf26fc64e /editor/icons/NavigationAgent2D.svg | |
parent | 37d1dfef9d81aade27ab0c56fc6b6f12f6a08045 (diff) | |
download | redot-engine-ecb7a9954b541a0d1bdd38b8b06b877bd7075766.tar.gz |
Optimize a few SVGs
Diffstat (limited to 'editor/icons/NavigationAgent2D.svg')
-rw-r--r-- | editor/icons/NavigationAgent2D.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/NavigationAgent2D.svg b/editor/icons/NavigationAgent2D.svg index 120f91cdcb..09b9b35262 100644 --- a/editor/icons/NavigationAgent2D.svg +++ b/editor/icons/NavigationAgent2D.svg @@ -1 +1 @@ -<svg height="16" width="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m8 1v2.5c1.371 0 2.5 1.129 2.5 2.5s-1.129 2.5-2.5 2.5v6.5c2-3 5.007-6.03 5-9 0-3-2-5-5-5z" fill="#8da5f3"/><path d="m8 1c-3 0-5 2-5 5s3 6 5 9v-6.5c-1.371 0-2.5-1.129-2.5-2.5s1.129-2.5 2.5-2.5z" fill="#e0e0e0"/></svg> +<svg height="16" width="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M8 1v2.5a2.5 2.5 0 0 1 0 5V15c2-3 5.007-6.03 5-9s-2-5-5-5z" fill="#8da5f3"/><path d="M8 1C5 1 3 3 3 6s3 6 5 9V8.5a1 1 0 0 1 0-5z" fill="#e0e0e0"/></svg> |