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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'icons/clock.svg')
-rw-r--r--icons/clock.svg8
1 files changed, 3 insertions, 5 deletions
diff --git a/icons/clock.svg b/icons/clock.svg
index bc86e5cfe..d778e1127 100644
--- a/icons/clock.svg
+++ b/icons/clock.svg
@@ -1,6 +1,4 @@
-<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 xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-clock" viewBox="0 0 20 20">
+ <path fill-rule="evenodd" d="M10 17a7 7 0 100-14 7 7 0 000 14zm8-7a8 8 0 11-16 0 8 8 0 0116 0z" clip-rule="evenodd"/>
+ <path fill-rule="evenodd" d="M10 4a.5.5 0 01.5.5V10a.5.5 0 01-.5.5H5.5a.5.5 0 010-1h4v-5A.5.5 0 0110 4z" clip-rule="evenodd"/>
</svg>