diff options
Diffstat (limited to 'icons/forklift.svg')
-rw-r--r-- | icons/forklift.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/icons/forklift.svg b/icons/forklift.svg new file mode 100644 index 00000000..383537f7 --- /dev/null +++ b/icons/forklift.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-forklift" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <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> + + |