diff options
author | codecalm <codecalm@gmail.com> | 2020-09-23 19:59:05 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-23 19:59:05 +0200 |
commit | 666351d23e4ab00fc2abda36099c1f853b362375 (patch) | |
tree | 7f1d4268d68754c3909bd14ac0badbc16a285c4f /src/_icons/building-monument.svg | |
parent | icons categories (diff) | |
download | tabler-icons-666351d23e4ab00fc2abda36099c1f853b362375.tar.xz |
8 new icons: `brand-appstore`, `brand-google-play`, `building-monument`, `circle-dashed`, `circle-dotted`, `mood-boy`, `world-latitude`, `world-longitude`
Diffstat (limited to 'src/_icons/building-monument.svg')
-rw-r--r-- | src/_icons/building-monument.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/building-monument.svg b/src/_icons/building-monument.svg new file mode 100644 index 00000000..f5dda817 --- /dev/null +++ b/src/_icons/building-monument.svg @@ -0,0 +1,8 @@ +--- +category: Buildings +--- +<svg> + <path d="M8 18l2 -13l2 -2l2 2l2 13" /> + <path d="M5 21v-3h14v3" /> + <line x1="3" y1="21" x2="21" y2="21" /> +</svg> |