gonna need its own search icon

This commit is contained in:
Ben Fry
2022-08-03 18:01:11 -04:00
parent adb58fd49e
commit e2fa806404
2 changed files with 5 additions and 1 deletions

View File

@@ -273,7 +273,7 @@ public class EditorStatus extends BasicSplitPaneDivider {
};
clipboardIcon = renderIcons("status/copy-to-clipboard", stateColors);
searchIcon = renderIcons("manager/search", stateColors);
searchIcon = renderIcons("status/search", stateColors);
collapseIcon = renderIcons("status/console-collapse", stateColors);
expandIcon = renderIcons("status/console-expand", stateColors);

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" xml:space="preserve">
<g><path fill="#9B9B9B" d="M18,5a9,9,0,1,0,9,9A9,9,0,0,0,18,5Zm0,16a7,7,0,1,1,7-7A7,7,0,0,1,18,21Zm-8-.2A9.4,9.4,0,0,0,11.2,22l-6.32,6.9L3.12,27.12Z"/></g>
</svg>

After

Width:  |  Height:  |  Size: 357 B