diff options
author | codecalm <codecalm@gmail.com> | 2020-06-01 23:58:25 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-01 23:58:25 +0200 |
commit | 4fb53c84f1e017aa714e5fd107be66cef1df2fa4 (patch) | |
tree | dad04dd0f3345a6ed7f9af6703dd2120ab125faa /src/_icons/traffic-cone.svg | |
parent | `tractor` icon (diff) | |
download | tabler-icons-4fb53c84f1e017aa714e5fd107be66cef1df2fa4.tar.xz |
2 new icons: `github`, `traffic-cone`
Diffstat (limited to 'src/_icons/traffic-cone.svg')
-rw-r--r-- | src/_icons/traffic-cone.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/traffic-cone.svg b/src/_icons/traffic-cone.svg new file mode 100644 index 00000000..06d5ae47 --- /dev/null +++ b/src/_icons/traffic-cone.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="4" y1="20" x2="20" y2="20" /> + <line x1="9.4" y1="10" x2="14.6" y2="10" /> + <line x1="7.8" y1="15" x2="16.2" y2="15" /> + <path d="M6 20l5 -15h2l5 15" /> +</svg> |