diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-12-08 18:45:48 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-12-08 18:45:48 +0100 |
commit | aec890b496ef2fa8d0c1f7704ac53d4d685c3c85 (patch) | |
tree | 90d8bde1e26f82f92da400a2ab0247fd6f49694f /editor/icons | |
parent | 6e8bba8569cf2214ecfae18a64fbb7446d39d517 (diff) | |
parent | 6cdd406c3d331854c63720ebf443c319a0c2fa0e (diff) | |
download | redot-engine-aec890b496ef2fa8d0c1f7704ac53d4d685c3c85.tar.gz |
Merge pull request #81169 from MewPurPur/texture-abstract-icons
Add Texture2D and Texture3D icons
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/Texture2D.svg | 1 | ||||
-rw-r--r-- | editor/icons/Texture3D.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/Texture2D.svg b/editor/icons/Texture2D.svg new file mode 100644 index 0000000000..635547ba03 --- /dev/null +++ b/editor/icons/Texture2D.svg @@ -0,0 +1 @@ +<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="#808080"><path d="M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm1 2h10v8H3z"/><path d="M3.5 3.5h9v7h-9" fill-opacity=".2"/></g></svg> diff --git a/editor/icons/Texture3D.svg b/editor/icons/Texture3D.svg new file mode 100644 index 0000000000..208fa41b61 --- /dev/null +++ b/editor/icons/Texture3D.svg @@ -0,0 +1 @@ +<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="gray"><path d="M1 14a1 1 0 0 0 1 1h9.5a1 1 0 0 0 .707-.293l2.5-2.5A1 1 0 0 0 15 11.5V2a1 1 0 0 0-1-1H4.5a1 1 0 0 0-.707.293l-2.5 2.5A1 1 0 0 0 1 4.5zm1.25-9H11v7H2.25zm10 6.25v-6.5L14 3v6.5zm-1-7.5H3L4.75 2H13z"/><path d="M2.75 5.5h7.75v6H2.75" fill-opacity=".2"/></g></svg> |