diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 21:57:31 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 21:57:31 +0200 |
commit | 4bb9f3195f15b9927e71e11c6d9be524ece69f91 (patch) | |
tree | ed4eba07cce94e99bd2a83565c45699dc8c112d7 /src/_icons/tir.svg | |
parent | iconfont search (diff) | |
download | tabler-icons-4bb9f3195f15b9927e71e11c6d9be524ece69f91.tar.xz |
4 new icons: `bus`, `firetruck`, `forklift`, `tir`
Fixed icons: `building-warehouse`
Diffstat (limited to 'src/_icons/tir.svg')
-rw-r--r-- | src/_icons/tir.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/tir.svg b/src/_icons/tir.svg new file mode 100644 index 00000000..65321434 --- /dev/null +++ b/src/_icons/tir.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <circle cx="5" cy="17" r="2" /> + <circle cx="17" cy="17" r="2" /> + <path d="M7 18h8m4 0h2v-6a5 7 0 0 0 -5 -7h-1l1.5 7h4.5" /> + <path d="M12 18v-13h3" /> + <polyline points="3 17 3 12 12 12" /> +</svg> |