diff options
Diffstat (limited to 'src/_icons/forklift.svg')
-rw-r--r-- | src/_icons/forklift.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/forklift.svg b/src/_icons/forklift.svg new file mode 100644 index 00000000..af5a158b --- /dev/null +++ b/src/_icons/forklift.svg @@ -0,0 +1,12 @@ +--- +--- +<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> |