Merge pull request #7008 from ysm-dev/google-maps

Update Google maps
main
Elbert Alias 2 years ago committed by GitHub
commit dea9910b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,14 @@
<svg height="2500" viewBox="14.32 4.88 37.856 52.79" width="2500" xmlns="http://www.w3.org/2000/svg">
<path d="M37.34 7.82C35.66 7.29 33.86 7 32 7c-5.43 0-10.29 2.45-13.54 6.31l8.35 7.02z" fill="#1a73e8"/>
<path d="M18.46 13.31a17.615 17.615 0 00-4.14 11.36c0 3.32.66 6.02 1.75 8.43l10.74-12.77z" fill="#ea4335"/>
<path d="M32 17.92a6.764 6.764 0 015.16 11.13l10.52-12.51a17.684 17.684 0 00-10.35-8.71L26.82 20.34A6.74 6.74 0 0132 17.92" fill="#4285f4"/>
<path d="M32 31.44c-3.73 0-6.76-3.03-6.76-6.76a6.7 6.7 0 011.58-4.34L16.07 33.11c1.84 4.07 4.89 7.34 8.03 11.46l13.06-15.52A6.752 6.752 0 0132 31.44" fill="#fbbc04"/>
<path d="M36.9 48.8c5.9-9.22 12.77-13.41 12.77-24.13 0-2.94-.72-5.71-1.99-8.15L24.11 44.57c1 1.31 2.01 2.7 2.99 4.24 3.58 5.54 2.59 8.86 4.9 8.86s1.32-3.33 4.9-8.87" fill="#34a853"/>
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3186_204)">
<path d="M19.5609 0.532124C18.4967 0.1935 17.3357 0 16.1505 0C12.74 0 9.66824 1.548 7.6123 3.99093L12.8852 8.41723L19.5609 0.532124Z" fill="#1A73E8"/>
<path d="M7.61224 3.99097C5.99169 5.92596 5 8.44146 5 11.1505C5 13.2548 5.41119 14.9479 6.11262 16.4717L12.8851 8.41727L7.61224 3.99097V3.99097Z" fill="#EA4335"/>
<path d="M16.1745 6.89353C18.5449 6.89353 20.4557 8.80433 20.4557 11.1747C20.4557 12.2148 20.0687 13.1823 19.4398 13.9321C19.4398 13.9321 22.8019 9.91696 26.0914 6.02278C24.7369 3.41053 22.3907 1.42716 19.5607 0.532227L12.885 8.41734C13.6832 7.49821 14.8442 6.89353 16.1745 6.89353" fill="#4285F4"/>
<path d="M16.1745 15.4316C13.8042 15.4316 11.8933 13.5208 11.8933 11.1504C11.8933 10.1104 12.2562 9.14286 12.885 8.41724L6.11255 16.4717C7.27355 19.0355 9.20854 21.1156 11.1919 23.7037L19.4398 13.9078C18.6416 14.8511 17.4807 15.4316 16.1745 15.4316Z" fill="#FBBC04"/>
<path d="M19.2947 26.4127C23.0196 20.5835 27.3491 17.9471 27.3491 11.1746C27.3491 9.3122 26.8896 7.5707 26.0914 6.02271L11.1919 23.7037C11.8208 24.5261 12.4738 25.4694 13.1027 26.4369C15.3763 29.9441 14.7474 32.0242 16.1987 32.0242C17.6499 32.0242 17.0211 29.9199 19.2947 26.4127" fill="#34A853"/>
</g>
<defs>
<clipPath id="clip0_3186_204">
<rect width="22.325" height="32" fill="white" transform="translate(5)"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -1621,6 +1621,7 @@
],
"description": "Google Maps is a web mapping service. It offers satellite imagery, aerial photography, street maps, 360° interactive panoramic views of streets, real-time traffic conditions, and route planning for traveling by foot, car, bicycle and air, or public transportation.",
"icon": "Google Maps.svg",
"dom": "iframe[src*='google.com/maps']",
"scriptSrc": [
"(?:maps\\.google\\.com/maps\\?file=api(?:&v=([\\d.]+))?|maps\\.google\\.com/maps/api/staticmap)\\;version:API v\\1",
"//maps\\.google(?:apis)?\\.com/maps/api/js"