leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
24 lines (23 loc) • 700 B
JavaScript
/**
* @name PinCircle
* @preview 
* @type {Array}
*/
export const PinCircle = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "41",
fill: "currentColor",
viewBox: "0 0 30 41",
},
[
[
"path",
{
d: "M15 1a14 14 0 0 1 11.83 21.49l-11 18.02a1 1 0 0 1-1.73 0L3.15 22.45A14 14 0 0 1 15 1Z",
},
],
],
];