diff options
author | codecalm <codecalm@gmail.com> | 2020-03-21 14:54:53 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-21 14:54:53 +0100 |
commit | f6eac139ef0faa372a67b7f130c25770c79bdad6 (patch) | |
tree | 56d65e5a274eb5d661327c2a096dda951a1d06fe /src/_icons/building-bridge.svg | |
parent | 14 new icons: `ad`, `building-arch`, `building-bridge-2`, `building-bridge`, ... (diff) | |
download | tabler-icons-f6eac139ef0faa372a67b7f130c25770c79bdad6.tar.xz |
build new version
Diffstat (limited to 'src/_icons/building-bridge.svg')
-rw-r--r-- | src/_icons/building-bridge.svg | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/_icons/building-bridge.svg b/src/_icons/building-bridge.svg index 88cf6b66..67b047bc 100644 --- a/src/_icons/building-bridge.svg +++ b/src/_icons/building-bridge.svg @@ -1,10 +1,9 @@ --- --- <svg> - <polyline points="6 5 6 19"></polyline> - <polyline points="18 5 18 19"></polyline> - <polyline points="2 15 22 15"></polyline> - <path d="M3 8a7.5 7.5 0 0 0 3 -2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2"></path> - <polyline points="12 10 12 15"></polyline> - + <line x1="6" y1="5" x2="6" y2="19" /> + <line x1="18" y1="5" x2="18" y2="19" /> + <line x1="2" y1="15" x2="22" y2="15" /> + <path d="M3 8a7.5 7.5 0 0 0 3 -2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2" /> + <line x1="12" y1="10" x2="12" y2="15" /> </svg> |