diff options
author | codecalm <codecalm@gmail.com> | 2020-09-23 21:04:23 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-23 21:04:23 +0200 |
commit | ac8d4a1701a0860951e8ed772f3b9336501f7a15 (patch) | |
tree | a528131a2a54aca9c31e2e69e612d991c4535d90 /icons/building-monument.svg | |
parent | Fixed icons: `clipboard-check`, `clipboard-list`, `clipboard-x`, `clipboard` (diff) | |
download | tabler-icons-ac8d4a1701a0860951e8ed772f3b9336501f7a15.tar.xz |
Release 1.26.0v1.26.0
Diffstat (limited to 'icons/building-monument.svg')
-rw-r--r-- | icons/building-monument.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/icons/building-monument.svg b/icons/building-monument.svg new file mode 100644 index 00000000..e9cd7863 --- /dev/null +++ b/icons/building-monument.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-building-monument" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <path d="M8 18l2 -13l2 -2l2 2l2 13" /> + <path d="M5 21v-3h14v3" /> + <line x1="3" y1="21" x2="21" y2="21" /> +</svg> + + |