{
public function getInnerContent()
{
- return '<svg enable-background="new 0 0 28 28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"><g class="on">
-<circle cx="14" cy="14" fill="#b09474" r="14"/><path d="m14 21.152c-.188 0-.368-.075-.5-.208l-5.507-5.536c-1.209-1.164-1.51-2.955-.737-4.446.978-1.883 3.357-2.652 5.305-1.714.383.185.729.426 1.03.716l.409.394.41-.395c1.54-1.484 4.047-1.484 5.587 0 .303.292.554.627.747.998.773 1.491.473 3.282-.747 4.457l-5.497 5.526c-.132.133-.312.208-.5.208z" fill="#fff"/>
-</g><g class="off">
-<circle cx="14" cy="14" fill="#b09474" opacity=".5" r="14"/><path d="m14 21.152c-.188 0-.368-.075-.5-.208l-5.507-5.536c-1.209-1.164-1.51-2.955-.737-4.446.978-1.883 3.357-2.652 5.305-1.714.383.185.729.426 1.03.716l.409.394.41-.395c1.54-1.484 4.047-1.484 5.587 0 .303.292.554.627.747.998.773 1.491.473 3.282-.747 4.457l-5.497 5.526c-.132.133-.312.208-.5.208zm-3.202-10.896c-.94 0-1.844.497-2.29 1.355-.483.931-.292 2.053.475 2.792l5.017 5.044 5.007-5.033c.777-.749.968-1.871.485-2.802-.122-.234-.281-.447-.473-.632-1.001-.965-2.629-.965-3.63 0l-.899.866c-.273.263-.705.263-.979 0l-.899-.866c-.193-.187-.416-.341-.663-.46-.371-.18-.764-.264-1.151-.264z" fill="#fff"/>
-</g></svg>';
+ return '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
+<style type="text/css">
+ .st0{fill:#B09474;}
+ .st1{fill:#FFFFFF;}
+ .st2{opacity:0.5;fill:#B09474;enable-background:new ;}
+</style>
+<g class="on">
+ <circle class="st0" cx="16" cy="16" r="14"/>
+ <path class="st1" d="M16,23.2c-0.2,0-0.4-0.1-0.5-0.2L10,17.4c-1.2-1.2-1.5-3-0.7-4.4c1-1.9,3.4-2.7,5.3-1.7c0.4,0.2,0.7,0.4,1,0.7
+ l0.4,0.4l0.4-0.4c1.5-1.5,4-1.5,5.6,0c0.3,0.3,0.6,0.6,0.7,1c0.8,1.5,0.5,3.3-0.7,4.5l-5.5,5.5C16.4,23.1,16.2,23.2,16,23.2z"/>
+</g>
+<g class="off">
+ <circle class="st2" cx="16" cy="16" r="14"/>
+ <path class="st1" d="M16,23.2c-0.2,0-0.4-0.1-0.5-0.2L10,17.4c-1.2-1.2-1.5-3-0.7-4.4c1-1.9,3.4-2.7,5.3-1.7c0.4,0.2,0.7,0.4,1,0.7
+ l0.4,0.4l0.4-0.4c1.5-1.5,4-1.5,5.6,0c0.3,0.3,0.6,0.6,0.7,1c0.8,1.5,0.5,3.3-0.7,4.5l-5.5,5.5C16.4,23.1,16.2,23.2,16,23.2z
+ M12.8,12.3c-0.9,0-1.8,0.5-2.3,1.4c-0.5,0.9-0.3,2.1,0.5,2.8l5,5l5-5c0.8-0.7,1-1.9,0.5-2.8c-0.1-0.2-0.3-0.4-0.5-0.6
+ c-1-1-2.6-1-3.6,0l-0.9,0.9c-0.3,0.3-0.7,0.3-1,0L14.6,13c-0.2-0.2-0.4-0.3-0.7-0.5C13.6,12.3,13.2,12.3,12.8,12.3z"/>
+</g>
+</svg>
+';
}
}