dropdown.svg (638B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 3 viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"> 4 <style> 5 use:not(:target) { 6 display: none; 7 } 8 use { 9 fill: #fff; 10 } 11 use[id$="-disabled"] { 12 fill: GrayText; 13 } 14 </style> 15 <defs style="display: none;"> 16 <path id="dropdown-shape" fill-rule="evenodd" clip-rule="evenodd" d="M12,6l-4.016,4L4,6H12z"/> 17 </defs> 18 <use id="dropdown" xlink:href="#dropdown-shape"/> 19 <use id="dropdown-disabled" xlink:href="#dropdown-shape"/> 20 </svg>