<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:svg="http://www.w3.org/2000/svg">

  <vbox align="center" pack="center" flex="1">
    <svg:svg width="48px" height="48px" version="1.1" >
      <svg:circle cx="24" cy="24" r="22" stroke="#32343A" stroke-width="3.725" fill="none"/>
      <svg:polygon points="34,24 18,14 18, 34" fill="#32343A" stroke="#32343A" stroke-width="0.5"/>
    </svg:svg>
  </vbox>

</window>

