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

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