diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 18:18:17 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 18:18:17 +0200 |
commit | 1ac4639414f857c53d969d60e16610781ed53712 (patch) | |
tree | 2f03e595b0a60581f4513b67b47ae0355d4599c1 /src/_icons/building-bank.svg | |
parent | 1 new icons: `social` (diff) | |
download | tabler-icons-1ac4639414f857c53d969d60e16610781ed53712.tar.xz |
2 new icons: `building-bank`, `users`
Fixed icons: `user-check`, `user-minus`, `user-plus`, `user-x`, `user`
Diffstat (limited to 'src/_icons/building-bank.svg')
-rw-r--r-- | src/_icons/building-bank.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/building-bank.svg b/src/_icons/building-bank.svg new file mode 100644 index 00000000..c470c03b --- /dev/null +++ b/src/_icons/building-bank.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="3" y1="21" x2="21" y2="21" /> + <line x1="3" y1="10" x2="21" y2="10" /> + <polyline points="5 6 12 3 19 6"></polyline> + <polyline points="4 10 4 21"></polyline> + <polyline points="20 10 20 21"></polyline> + <polyline points="8 14 8 17"></polyline> + <polyline points="12 14 12 17"></polyline> + <polyline points="16 14 16 17"></polyline> +</svg> |