diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-12-22 17:19:53 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-12-22 17:19:53 +0100 |
commit | 13d34d6a2b80391a038f441729610af0b207250b (patch) | |
tree | 9b8c1e8c899736a04f989a555b1d551e710dd997 /editor/icons | |
parent | 6b403712f1adc5e2ba96682bb163a7bd378ceb81 (diff) | |
parent | 0e97acff84ca6c859b48b22a6d42c4680ef1c432 (diff) | |
download | redot-engine-13d34d6a2b80391a038f441729610af0b207250b.tar.gz |
Merge pull request #85923 from Calinou/editor-filesystem-dock-add-open-in-terminal
Add a editor FileSystem dock action to open a terminal in selected folder
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/Terminal.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/Terminal.svg b/editor/icons/Terminal.svg new file mode 100644 index 0000000000..5d92bdf8be --- /dev/null +++ b/editor/icons/Terminal.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m2 13 5.0000552-5-5.0000552-5"/><path d="m9 13h5"/></g></svg> |