diff options
Diffstat (limited to 'src/icons/route.svg')
-rw-r--r-- | src/icons/route.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/route.svg b/src/icons/route.svg new file mode 100644 index 00000000..ea2ef38d --- /dev/null +++ b/src/icons/route.svg @@ -0,0 +1,11 @@ +--- +category: Map +tags: [path, navigation, map] +version: "1.0" +unicode: "eb17" +--- +<svg> + <circle cx="6" cy="19" r="2" /> + <circle cx="18" cy="5" r="2" /> + <path d="M12 19h4.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h3.5" /> +</svg> |