src/widgets/img/right_arrow.svg
author ymh <ymh.work@gmail.com>
Mon, 28 Dec 2015 15:50:04 +0100
changeset 1069 2409cb4cebaf
parent 1068 7623f9af9272
permissions -rw-r--r--
getting various changes from github

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" id="arrow">
  <path style="fill:none;stroke:#fff;stroke-width:6;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;"
      d="M1,1 l30,15 l-30,15">
  </path>
  <path style="fill:none;stroke:#000;stroke-width:4;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;"
      d="M1,1 l30,15 l-30,15">
  </path>
</svg>