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

clock.svg « icons - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc86e5cfed830a6e0f69058f55d551be9aae6c47 (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-clock">
  <g fill="none" fill-rule="evenodd" stroke="currentColor" transform="translate(2 2)">
    <circle cx="8" cy="8" r="7.5"/>
    <path stroke-linecap="round" stroke-linejoin="round" d="M3.5 8H8V2.5"/>
  </g>
</svg>