diff options
author | Adam Scott <ascott.ca@gmail.com> | 2024-02-25 11:51:50 -0500 |
---|---|---|
committer | Adam Scott <ascott.ca@gmail.com> | 2024-02-26 09:04:24 -0500 |
commit | fd3666298c4f60c62e9b3552772c01f4dbce65a9 (patch) | |
tree | 30ee492d73f524e398d606e3470994858759828f /editor/icons/FolderCreate.svg | |
parent | 81f3d43cc1ba01136795fb2059bbaa55bc514a16 (diff) | |
download | redot-engine-fd3666298c4f60c62e9b3552772c01f4dbce65a9.tar.gz |
Add create folder icon
Diffstat (limited to 'editor/icons/FolderCreate.svg')
-rw-r--r-- | editor/icons/FolderCreate.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/FolderCreate.svg b/editor/icons/FolderCreate.svg new file mode 100644 index 0000000000..80a3f90e2a --- /dev/null +++ b/editor/icons/FolderCreate.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8v-1H8v-4h2V8h4v2h1V7a1 1 0 0 0-1-1h-4a1 1 0 0 1-1-1V4a1 1 0 0 0-1-1Z" fill="#e0e0e0"/><path d="M13 13h2v-2h-2V9h-2v2H9v2h2v2h2z" fill="#5fff97"/></svg>
\ No newline at end of file |