diff options
author | codecalm <codecalm@gmail.com> | 2020-06-01 14:16:32 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-01 14:16:32 +0200 |
commit | a6797860a3e978f9be759658bc0129259b4bf017 (patch) | |
tree | 82bf79e98c6ce18bc91ced2a796564d518fcff50 /src/_icons/device-watch.svg | |
parent | 3 new icons: `building-community`, `building-pavilon`, `building-skyscrappers` (diff) | |
download | tabler-icons-a6797860a3e978f9be759658bc0129259b4bf017.tar.xz |
1 new icons: `device-watch`
Fixed icons: `building-community`
Diffstat (limited to 'src/_icons/device-watch.svg')
-rw-r--r-- | src/_icons/device-watch.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/device-watch.svg b/src/_icons/device-watch.svg new file mode 100644 index 00000000..d9544bb9 --- /dev/null +++ b/src/_icons/device-watch.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="6" y="6" width="12" height="12" rx="3" /> + <path d="M9 18v3h6v-3" /> + <path d="M9 6v-3h6v3" /> +</svg> |