diff options
Diffstat (limited to 'src/_icons/tank.svg')
-rw-r--r-- | src/_icons/tank.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/tank.svg b/src/_icons/tank.svg new file mode 100644 index 00000000..a59123ec --- /dev/null +++ b/src/_icons/tank.svg @@ -0,0 +1,8 @@ +--- +category: Vehicles +--- +<svg> + <rect x="2" y="12" width="18" height="6" rx="3" /> + <path d="M6 12l1 -5h5l3 5" /> + <line x1="21" y1="9" x2="13.2" y2="9" /> +</svg> |