diff options
Diffstat (limited to 'src/_icons/ship.svg')
-rw-r--r-- | src/_icons/ship.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/ship.svg b/src/_icons/ship.svg new file mode 100644 index 00000000..62e661b8 --- /dev/null +++ b/src/_icons/ship.svg @@ -0,0 +1,9 @@ +--- +category: Vehicles +--- +<svg> + <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" /> + <path d="M4 18l-1 -5h18l-2 4" /> + <path d="M5 13v-6h8l4 6" /> + <path d="M7 7v-4h-1" /> +</svg> |