diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-07-24 09:26:07 +0000 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-07-24 09:26:07 +0000 |
commit | 96a11b3270daeedbd33df5032ebd3435e61d7662 (patch) | |
tree | 558e3079307b2d420e992c53679c25fca70183b6 /src/assets/images/maps-icon.svg | |
parent | Migrating UI to Svelte (diff) | |
parent | Clean up SVGs (diff) | |
download | libredirect-96a11b3270daeedbd33df5032ebd3435e61d7662.zip |
Merge pull request 'Clean up SVGs' (#137) from lhr/browser_extension:svg-clean-up into master
Reviewed-on: https://codeberg.org/LibRedirect/browser_extension/pulls/137
Diffstat (limited to 'src/assets/images/maps-icon.svg')
-rw-r--r-- | src/assets/images/maps-icon.svg | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/assets/images/maps-icon.svg b/src/assets/images/maps-icon.svg index c66a89d1..c721b602 100644 --- a/src/assets/images/maps-icon.svg +++ b/src/assets/images/maps-icon.svg @@ -1,3 +1 @@ -<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> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20.5 3-.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-.5M10 5.47l4 1.4v11.66l-4-1.4zm-5 .99 3-1.01v11.7l-3 1.16zm14 11.08-3 1.01V6.86l3-1.16z"/></svg> \ No newline at end of file |