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

arrow-left.svg « icons - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8799440813de1fdff53eaec3edfd869b02a99423 (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-arrow-left" 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="M9 14l-4-4 4 4zm-4-4l4-4-4 4z"/>
  </g>
</svg>