diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/icons/traffic-cone.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/traffic-cone.svg')
-rw-r--r-- | src/icons/traffic-cone.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/traffic-cone.svg b/src/icons/traffic-cone.svg new file mode 100644 index 00000000..aa6f6091 --- /dev/null +++ b/src/icons/traffic-cone.svg @@ -0,0 +1,12 @@ +--- +category: Map +tags: [street, road, vehicle, repair, warning, lane, drive] +version: "1.8" +unicode: "ec0f" +--- +<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> |