diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 19:19:30 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 19:19:30 +0200 |
commit | 13368f2dac678d0161c92be017ed1ad7853da866 (patch) | |
tree | c5391f6b8f017b5be3601f1da4fce1b8ea8d9f8a /src/_icons/clock.svg | |
parent | 2 new icons: `building-bank`, `users` (diff) | |
download | tabler-icons-13368f2dac678d0161c92be017ed1ad7853da866.tar.xz |
3 new icons: `alien`, `history`, `math`
Fixed icons: `ball`, `basket`, `building-bank`, `clear-formatting`, `clock`, `color-picker`, `file-check`, `file-code`, `file-download`, `file-horizontal`, `file-invoice`, `file-minus`, `file-music`, `file-plus`, `file-shredder`, `file-text`, `file-x`, `file`, `social`, `temperature-minus`, `temperature-plus`, `users`
Diffstat (limited to 'src/_icons/clock.svg')
-rw-r--r-- | src/_icons/clock.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/clock.svg b/src/_icons/clock.svg index 38704bde..6796ef60 100644 --- a/src/_icons/clock.svg +++ b/src/_icons/clock.svg @@ -3,5 +3,5 @@ tags: [time, watch, alarm] --- <svg> <circle cx="12" cy="12" r="9" /> - <polyline points="12 7 12 12 9 15" /> + <polyline points="12 7 12 12 15 15" /> </svg> |