aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-01 14:16:32 +0200
committercodecalm <codecalm@gmail.com>2020-06-01 14:16:32 +0200
commita6797860a3e978f9be759658bc0129259b4bf017 (patch)
tree82bf79e98c6ce18bc91ced2a796564d518fcff50
parent3 new icons: `building-community`, `building-pavilon`, `building-skyscrappers` (diff)
downloadtabler-icons-a6797860a3e978f9be759658bc0129259b4bf017.tar.xz
1 new icons: `device-watch`
Fixed icons: `building-community`
-rw-r--r--src/_icons/building-community.svg10
-rw-r--r--src/_icons/device-watch.svg7
2 files changed, 12 insertions, 5 deletions
diff --git a/src/_icons/building-community.svg b/src/_icons/building-community.svg
index 841352a..60b29f1 100644
--- a/src/_icons/building-community.svg
+++ b/src/_icons/building-community.svg
@@ -1,9 +1,9 @@
---
---
<svg>
- <path d="M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 01 1 -1h10a1 1 0 01 1 1v17h-8"></path>
- <polyline points="13 7 13 7.01"></polyline>
- <polyline points="17 7 17 7.01"></polyline>
- <polyline points="17 11 17 11.01"></polyline>
- <polyline points="17 15 17 15.01"></polyline>
+ <path d="M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v17h-8" />
+ <line x1="13" y1="7" x2="13" y2="7.01" />
+ <line x1="17" y1="7" x2="17" y2="7.01" />
+ <line x1="17" y1="11" x2="17" y2="11.01" />
+ <line x1="17" y1="15" x2="17" y2="15.01" />
</svg>
diff --git a/src/_icons/device-watch.svg b/src/_icons/device-watch.svg
new file mode 100644
index 0000000..d9544bb
--- /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>