leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
24 lines (23 loc) • 2.18 kB
JavaScript
/**
* @name TackStar
* @preview 
* @type {Array}
*/
export const TackStar = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "35",
fill: "currentColor",
viewBox: "0 0 30 35",
},
[
[
"path",
{
d: "M13.12.7a2.85 2.85 0 0 1 3.76 0l.12.13 1.9 1.85a3 3 0 0 0 2.06.85l2.66.03h.19l.35.06.14.03.2.06.23.09h.01c.87.39 1.5 1.19 1.66 2.14l.03.25v.21l.04 2.64a3 3 0 0 0 .85 2.07L29.2 13a2.85 2.85 0 0 1 0 3.98l-1.87 1.9a3 3 0 0 0-.85 2.07l-.03 2.66a2.85 2.85 0 0 1-2.53 2.8l-.29.02-2.66.03a3 3 0 0 0-1.85.66l-.22.2-.19.18a3 3 0 0 0-.66.98l-.06.14-2.02 5.65-.02.05v.03l-.05.1a.57.57 0 0 1-.09.13 1 1 0 0 1-.7.4h-.12a1 1 0 0 1-.9-.61l-.01-.01v-.01l-2.05-5.72a3 3 0 0 0-.6-1l-.12-.13-.2-.19a3 3 0 0 0-1.78-.84l-.29-.01-2.65-.03a2.85 2.85 0 0 1-2.82-2.82L3.53 21c0-.79-.3-1.55-.86-2.1L.81 17l-.19-.22A2.85 2.85 0 0 1 .82 13l1.85-1.9a3 3 0 0 0 .86-2.07l.02-1.97v-.68a2.85 2.85 0 0 1 2.83-2.82l2.66-.03a3 3 0 0 0 2.06-.85L13 .83l.12-.12Z",
},
],
],
];