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.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/icons/clock.svg b/icons/clock.svg
new file mode 100644
index 000000000..1a84777fa
--- /dev/null
+++ b/icons/clock.svg
@@ -0,0 +1,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>