src/widgets/img/left_arrow.svg
author ymh <ymh.work@gmail.com>
Tue, 22 Oct 2024 07:19:03 +0200
changeset 1078 c28fb800e252
parent 1068 7623f9af9272
permissions -rw-r--r--
VideojsPlayer for Dailymotion in AutoPlayer

<?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="M31,1 l-30,15 l30,15">
  </path>
  <path style="fill:none;stroke:#000;stroke-width:4;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;"
      d="M31,1 l-30,15 l30,15">
  </path>
</svg>