leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
24 lines (23 loc) • 1.02 kB
JavaScript
/**
* @name TackCircle
* @preview 
* @type {Array}
*/
export const TackCircle = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "35",
fill: "currentColor",
viewBox: "0 0 30 35",
},
[
[
"path",
{
d: "M15 1a13.96 13.96 0 0 1 14 14 13.96 13.96 0 0 1-9.83 13.37 2 2 0 0 0-1.16.94l-.1.2-1.99 4.87a1 1 0 0 1-1.7.24l-.08-.1-.07-.14-2-4.86a2 2 0 0 0-1.04-1.08l-.2-.08-.53-.17-.5-.19A13.99 13.99 0 0 1 1 15 13.96 13.96 0 0 1 15 1Z",
},
],
],
];