elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

RM-Close-24x24.svg (938B)


      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"
      6   xmlns="http://www.w3.org/2000/svg"
      7   xmlns:xlink="http://www.w3.org/1999/xlink">
      8   <defs>
      9     <style type="text/css">
     10       use:not(:target) {
     11         display: none;
     12       }
     13 
     14       #close {
     15         fill: #808080;
     16       }
     17       #close-hover {
     18         fill: #FFFFFF;
     19       }
     20     </style>
     21 
     22     <g id="close-shape">
     23       <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"/>
     24       <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"/>
     25     </g>
     26   </defs>
     27 
     28   <use id="close"       xlink:href="#close-shape"/>
     29   <use id="close-hover" xlink:href="#close-shape"/>
     30 
     31 </svg>