Commit | Line | Data |
---|---|---|
e82e1bf4 RK |
1 | <?xml version="1.0"?>\r |
2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public\r | |
3 | - License, v. 2.0. If a copy of the MPL was not distributed with this\r | |
4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->\r | |
ed351b91 RK |
5 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16">\r |
6 | <style>\r | |
7 | use:not(:target) {\r | |
8 | display: none;\r | |
9 | }\r | |
10 | use {\r | |
11 | fill: #FFCF00;\r | |
12 | }\r | |
13 | use[id$="-inverted"] {\r | |
14 | fill: #000000;\r | |
15 | }\r | |
16 | </style>\r | |
17 | <defs>\r | |
18 | <path id="search" fill-rule="evenodd" d="M9.356,1.178c-3.014,0-5.458,2.45-5.458,5.472c0,1.086,0.32,2.096,0.864,2.947 l-3.279,3.287c-0.396,0.397-0.396,1.041,0,1.438l0.202,0.202c0.396,0.397,1.039,0.397,1.435,0l3.275-3.283 c0.854,0.554,1.869,0.88,2.962,0.88c3.014,0,5.458-2.45,5.458-5.471C14.814,3.627,12.371,1.178,9.356,1.178z M9.356,10.001 c-1.847,0-3.344-1.501-3.344-3.352c0-1.851,1.497-3.352,3.344-3.352c1.846,0,3.344,1.501,3.344,3.352 C12.7,8.501,11.203,10.001,9.356,10.001z"/>\r | |
19 | </defs>\r | |
20 | <use id="search-icon" xlink:href="#search"/>\r | |
21 | <use id="search-icon-inverted" xlink:href="#search"/>\r | |
e82e1bf4 | 22 | </svg>\r |