mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 10:51:07 +01:00
gonna need its own search icon
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
4
build/shared/lib/status/search.svg
Normal file
4
build/shared/lib/status/search.svg
Normal 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 |
Reference in New Issue
Block a user