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: 1a84777fa6cfe2228673001e2323050486fc0a5c (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-clock">
  <g fill="none" fill-rule="evenodd">
    <g stroke="currentColor">
      <g 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>
    </g>
  </g>
</svg>