leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
33 lines (32 loc) • 1.88 kB
JavaScript
/**
* @name TackCirclePanel
* @preview 
* @type {Array}
*/
export const TackCirclePanel = [
"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.95l-.1.2-1.99 4.86a1 1 0 0 1-1.7.24l-.08-.1-.07-.14-2-4.86a2 2 0 0 0-1.04-1.07l-.2-.08-.53-.18-.5-.19A13.99 13.99 0 0 1 1 15 13.96 13.96 0 0 1 15 1Z",
},
],
[
"path",
{
fill: "#fff",
"fill-rule": "evenodd",
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.95l-.1.2-1.99 4.86a1 1 0 0 1-1.7.24l-.08-.1-.07-.14-1.99-4.86a2 2 0 0 0-1.05-1.07l-.2-.08-.53-.18-.5-.19A13.99 13.99 0 0 1 1 15 13.96 13.96 0 0 1 15 1Zm0 2a12 12 0 1 0 0 24 12 12 0 0 0 0-24Z",
"clip-rule": "evenodd",
},
],
],
];