Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2019-09-27 08:41:52 +0000
committerMatthias Becker2019-10-18 06:33:16 +0000
commit21ae795685346499da0e3c2cf7c9b5766ee5387f (patch)
tree6278bb144e27b4ac9790b7cfc1288990257154f3
parent59bab45f8bc33fde1bd5acb8117c716ebdb6ca60 (diff)
downloadeclipse.platform.images-21ae795685346499da0e3c2cf7c9b5766ee5387f.tar.gz
eclipse.platform.images-21ae795685346499da0e3c2cf7c9b5766ee5387f.tar.xz
eclipse.platform.images-21ae795685346499da0e3c2cf7c9b5766ee5387f.zip
Bug 551325: Use a better icon for Find Actions in toolbar
Change-Id: I1b37f98951c6f450e4bff983d327f87973d27dfb Signed-off-by: Matthias Becker <ma.becker@sap.com>
-rw-r--r--org.eclipse.images/eclipse-svg/org.eclipse.ui/icons/full/etool16/search.svg74
1 files changed, 74 insertions, 0 deletions
diff --git a/org.eclipse.images/eclipse-svg/org.eclipse.ui/icons/full/etool16/search.svg b/org.eclipse.images/eclipse-svg/org.eclipse.ui/icons/full/etool16/search.svg
new file mode 100644
index 00000000..7489a1ec
--- /dev/null
+++ b/org.eclipse.images/eclipse-svg/org.eclipse.ui/icons/full/etool16/search.svg
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ id="svg815"
+ width="16"
+ height="16"
+ viewBox="0 0 16 16"
+ sodipodi:docname="search.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ inkscape:export-filename="Z:\Users\d021678\git\eclipse.platform.ui\bundles\org.eclipse.ui\icons\full\etool16\search@2x.png"
+ inkscape:export-xdpi="192"
+ inkscape:export-ydpi="192">
+ <metadata
+ id="metadata821">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs819" />
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1680"
+ inkscape:window-height="987"
+ id="namedview817"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:object-nodes="false"
+ inkscape:zoom="17.52115"
+ inkscape:cx="26.297005"
+ inkscape:cy="-4.0110771"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg815">
+ <inkscape:grid
+ type="xygrid"
+ id="grid877" />
+ </sodipodi:namedview>
+ <circle
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#aaaaaa;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path879"
+ cx="6.5"
+ cy="6.4999995"
+ r="5" />
+ <path
+ style="fill:none;stroke:#aaaaaa;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 10.353552,10.353552 5.292895,5.292895"
+ id="path881"
+ inkscape:connector-curvature="0" />
+</svg>

Back to the top