leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
24 lines (23 loc) • 2.42 kB
JavaScript
/**
* @name TackPentagon
* @preview 
* @type {Array}
*/
export const TackPentagon = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "35",
fill: "currentColor",
viewBox: "0 0 30 35",
},
[
[
"path",
{
d: "M21.86 2h.06l.12.01.18.02h.06l.33.06h.02l.31.09.04.01a4.22 4.22 0 0 1 .62.25l.02.01c.3.15.59.34.85.56l.19.18.17.18.06.07.1.12.05.07.11.15.04.05a3.93 3.93 0 0 1 .21.37l.05.1.07.14.04.08.09.24 4.15 12.36c.08.26.14.52.17.78l.01.14.01.14v.47l-.02.17-.02.13c0 .06-.02.11-.03.17l-.03.13-.04.16-.04.13-.06.16-.05.14-.06.13-.06.14a4 4 0 0 1-.1.17c0 .03-.03.05-.04.08a4.08 4.08 0 0 1-.95 1.08l-.05.04-.11.09-.04.02-.03.02-.01.02-9.6 6.74a3 3 0 0 0-1 1.23l-.1.21L16 34.18v.02l-.01.03-.04.1v.02l-.05.1a.55.55 0 0 1-.07.1c0 .01 0 .02-.02.03a1 1 0 0 1-.7.4l-.12.01a1 1 0 0 1-.92-.64l-1.42-3.98-.2-.56a3 3 0 0 0-.91-1.3l-.17-.13-9.66-6.79A4.02 4.02 0 0 1 .36 20c-.4-.89-.48-1.9-.16-2.87l4.13-12.3V4.8l.02-.04.01-.04.04-.1.02-.05a3.87 3.87 0 0 1 .37-.7l.05-.09a4 4 0 0 1 .1-.14L5 3.57l.08-.1.1-.1.05-.07A4.11 4.11 0 0 1 8.28 2h13.58Z",
},
],
],
];