diff options
author | codecalm <codecalm@gmail.com> | 2020-03-05 21:48:55 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-05 21:48:55 +0100 |
commit | b9477a3b177c5f34d1438fdc191857a343ca53f1 (patch) | |
tree | db7a57d25752f2a6a05110ee407359dffd9e0238 /_icons/gauge.svg | |
parent | icons (diff) | |
download | tabler-icons-b9477a3b177c5f34d1438fdc191857a343ca53f1.tar.xz |
bike, location, gauge, man, woman
Diffstat (limited to '_icons/gauge.svg')
-rw-r--r-- | _icons/gauge.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_icons/gauge.svg b/_icons/gauge.svg new file mode 100644 index 00000000..bdb05d25 --- /dev/null +++ b/_icons/gauge.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <circle cx="12" cy="12" r="1" /> + <line x1="13.41" y1="10.59" x2="16" y2="8" /> + <path d="M7 12a5 5 0 015 -5" /> +</svg> |