elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

expander.svg (1035B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <svg xmlns="http://www.w3.org/2000/svg"
      3      xmlns:xlink="http://www.w3.org/1999/xlink"
      4      x="0"
      5      y="0"
      6      width="16"
      7      height="16"
      8      viewBox="0 0 16 16">
      9   <style>
     10     .t:not(:target){
     11       display: none;
     12     }
     13     path.main {
     14       stroke-width: 0;
     15       stroke: #fff;
     16       fill: #fff;
     17     }
     18     path.glow {
     19       stroke-width 0;
     20       fill: #000;
     21       filter: url(#blur-filter);
     22     }
     23   </style>
     24   <defs>
     25     <filter id="blur-filter">
     26       <feGaussianBlur stdDeviation="1.25"/>
     27     </filter>
     28   </defs>
     29 	<g id="expand" class="t">
     30     <path class="glow" d="M 2,5   h 3   l 3,3   l 3,-3   h 3   l -6,6   l -6,-6   z"/>
     31     <path class="main" d="M 2.2,5   h 2.6   l 3.2,3.2   l 3.2,-3.2   h 2.6   l -5.8,5.8   l -5.8,-5.8   z"/>
     32 	</g>
     33 	<g id="collapse" class="t">
     34     <path class="glow"  d="M 2,11   l 6,-6   l 6,6   h -3   l -3,-3   l -3,3   h -3   z"/>
     35     <path class="main" d="M 2.2,11   l 5.8,-5.8   l 5.8,5.8   h -2.6   l -3.2,-3.2   l -3.2,3.2   h -2.6   z"/>
     36 	</g>
     37 </svg>