| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 5 | <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| 6 | <defs> |
| 7 | <style> |
| 8 | use:not(:target) { |
| 9 | display: none; |
| 10 | } |
| 11 | #close { |
| 12 | fill: #808080; |
| 13 | } |
| 14 | #close-hover { |
| 15 | fill: #fff; |
| 16 | } |
| 17 | </style> |
| 18 | <g id="close-shape"> |
| 19 | <polygon points="20.477,6.551 20.477,17.449 11.992,17.449 11.992,20 23,20 23,4 11.992,4 11.992,6.551"/> |
| 20 | <polygon points="1,11.981 9.698,19.95 9.698,15.13 18.184,15.13 18.184,8.87 9.698,8.87 9.698,4.011"/> |
| 21 | </g> |
| 22 | </defs> |
| 23 | <use id="close" xlink:href="#close-shape"/> |
| 24 | <use id="close-hover" xlink:href="#close-shape"/> |
| 25 | </svg> |