Welcome to mirror list, hosted at ThFree Co, Russian Federation.

arrow-right.svg « icons - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: adbddb8223049905e10f089c49a1deffca75b48d (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-arrow-right" viewBox="0 0 20 20">
  <g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-width="1">
    <path d="M15 10H6"/>
    <path stroke-linejoin="round" d="M11 14l4-4-4 4zm4-4l-4-4 4 4z"/>
  </g>
</svg>