VisualisationButton.html 458 B

12345678910
  1. <div class="allVisualizations" tabindex="0">
  2. <svg class="svgIcon">
  3. <svg viewBox="1 5 16 16" width="100%" height="100%"><path d="M4.8 13.1l7-7 1.4 1.4-5.5 5.6 5.5 5.5-1.4 1.5z"></path></svg>
  4. </svg>
  5. <span class="title"> {{it.toolbarChangeVisualization}}</span>
  6. <svg class="svgChevron" role="img" focusable="false">
  7. <use style="pointer-events: none;" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#common-chevron_left">
  8. </use>
  9. </svg>
  10. </div>