diff options
author | codecalm <codecalm@gmail.com> | 2020-08-20 00:14:17 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-20 00:14:17 +0200 |
commit | 5bd5a914c319ec02789cc6e33e4952b74f93cfbf (patch) | |
tree | 0f41f933cfa2b2560d96f82905e8cab7c2e93e29 /src/_icons/sailboat.svg | |
parent | `swimming` icon #46 (diff) | |
download | tabler-icons-5bd5a914c319ec02789cc6e33e4952b74f93cfbf.tar.xz |
`sailboat` and `ship` icons
Diffstat (limited to 'src/_icons/sailboat.svg')
-rw-r--r-- | src/_icons/sailboat.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/sailboat.svg b/src/_icons/sailboat.svg new file mode 100644 index 00000000..0dfa28de --- /dev/null +++ b/src/_icons/sailboat.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 -3h18l-1 3" /> + <path d="M11 12h7l-7 -9v9" /> + <line x1="8" y1="7" x2="6" y2="12" /> +</svg> |