diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-29 13:48:53 +0200 |
---|---|---|
committer | MewPurPur <mew.pur.pur@abv.bg> | 2023-08-04 01:47:32 +0300 |
commit | 50f4c298e68b8339947b293d2cc8d5a1aaed0a24 (patch) | |
tree | 734124390da1636b35d43152470808ebde5bb4f6 /editor/icons/MaterialPreviewCube.svg | |
parent | a7583881af5477cd73110cc859fecf7ceaf39bd7 (diff) | |
download | redot-engine-50f4c298e68b8339947b293d2cc8d5a1aaed0a24.tar.gz |
Improve material and mesh preview buttons
Diffstat (limited to 'editor/icons/MaterialPreviewCube.svg')
-rw-r--r-- | editor/icons/MaterialPreviewCube.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/MaterialPreviewCube.svg b/editor/icons/MaterialPreviewCube.svg index e7e56d02aa..68d4595bc2 100644 --- a/editor/icons/MaterialPreviewCube.svg +++ b/editor/icons/MaterialPreviewCube.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 1 1 4v8l7 3 7-3V4z" fill="#d6d6d6"/><path d="m1 4 7 3 7-3-7-3z" fill="#fff"/><path d="m8 15-7-3V4l7 3z" fill="#e0e0e0"/><path d="m8 15 7-3V4L8 7z" fill="#d6d6d6"/></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m8 1 7 3v8l-7 3-7-3V4z" fill="none" stroke="#000" stroke-opacity=".8" stroke-width="2" stroke-linejoin="round"/><path d="M8 1 1 4v8l7 3 7-3V4z" fill="#d6d6d6"/><path d="m1 4 7 3 7-3-7-3z" fill="#f9f9f9"/><path d="m8 15-7-3V4l7 3z" fill="#e0e0e0"/></svg> |