diff options
author | Hygna <hygna@proton.me> | 2022-09-16 19:33:39 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-16 19:33:39 +0100 |
commit | 4c1099771caba798573f147fc08e5a474fc7a81b (patch) | |
tree | a836feb6245257d9b1f733f5d64c99c2b4680852 /src/assets/images/maps-icon.svg | |
parent | Fixed ejs ending tags (diff) | |
download | libredirect-4c1099771caba798573f147fc08e5a474fc7a81b.zip |
More ejs progress
Diffstat (limited to 'src/assets/images/maps-icon.svg')
-rw-r--r-- | src/assets/images/maps-icon.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assets/images/maps-icon.svg b/src/assets/images/maps-icon.svg new file mode 100644 index 00000000..c66a89d1 --- /dev/null +++ b/src/assets/images/maps-icon.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> + <path d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z"></path> +</svg> |