diff options
Diffstat (limited to 'src/icons/clock.svg')
-rw-r--r-- | src/icons/clock.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/clock.svg b/src/icons/clock.svg new file mode 100644 index 00000000..e20ff289 --- /dev/null +++ b/src/icons/clock.svg @@ -0,0 +1,10 @@ +--- +category: System +tags: [time, watch, alarm] +version: "1.0" +unicode: "ea70" +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <polyline points="12 7 12 12 15 15" /> +</svg> |