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/forklift.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/forklift.svg')
-rw-r--r-- | src/icons/forklift.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/icons/forklift.svg b/src/icons/forklift.svg new file mode 100644 index 00000000..522f1d79 --- /dev/null +++ b/src/icons/forklift.svg @@ -0,0 +1,16 @@ +--- +tags: [store, warehouse, inventory, exporting] +category: Vehicles +version: "1.7" +unicode: "ebe9" +--- +<svg> + <circle cx="5" cy="17" r="2" /> + <circle cx="14" cy="17" r="2" /> + <line x1="7" y1="17" x2="12" y2="17" /> + <path d="M3 17v-6h13v6" /> + <path d="M5 11v-4h4" /> + <path d="M9 11v-6h4l3 6" /> + <path d="M22 15h-3v-10" /> + <line x1="16" y1="13" x2="19" y2="13" /> +</svg> |