diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-11 12:38:40 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-11 12:38:40 +0200 |
commit | 916ea002c15e82879f3eada7c635daaecccc9e35 (patch) | |
tree | 96a62d1b2cac594d7a1f9746f4d74ff64eb0c3b8 /editor/icons/FileBrowse.svg | |
parent | 1c50f539c378b21aa3c1888fa22d3628ac8e396f (diff) | |
parent | d3160c3a909a1d2f3397abf6ec7857376a32f8b8 (diff) | |
download | redot-engine-916ea002c15e82879f3eada7c635daaecccc9e35.tar.gz |
Merge pull request #91821 from ckaiser/fix-browse-icons
Fix FileBrowse and FolderBrowse icon style fill not getting replaced
Diffstat (limited to 'editor/icons/FileBrowse.svg')
-rw-r--r-- | editor/icons/FileBrowse.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/FileBrowse.svg b/editor/icons/FileBrowse.svg index 2bf3ca4ac6..ad7e01d92c 100644 --- a/editor/icons/FileBrowse.svg +++ b/editor/icons/FileBrowse.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 1v14h2.707a2.501 2.501 0 0 1-.207-1A2.49 2.49 0 0 1 7 11.5c.565 0 1.083.188 1.5.5.417-.312.935-.5 1.5-.5s1.083.188 1.5.5a2.51 2.51 0 0 1 2.5-.293V6H9V1Zm8 0v4h4z" style="fill:#e0e0e0;fill-opacity:1"/><path d="M6.609 10.405a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" style="fill:#e0e0e0;stroke-width:20.4397;stroke-linecap:round" transform="translate(1.391 3.595)"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#e0e0e0" d="M2 1v14h2.707a2.5 2.5 0 0 1-.207-1A2.49 2.49 0 0 1 7 11.5c.565 0 1.083.188 1.5.5a2.494 2.494 0 0 1 3 0 2.51 2.51 0 0 1 2.5-.293V6H9V1Zm8 0v4h4z"/><path fill="#e0e0e0" d="M8 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>
\ No newline at end of file |