leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
33 lines (32 loc) • 2.48 kB
JavaScript
/**
* @name TackCircleBorder2
* @preview 
* @type {Array}
*/
export const TackCircleBorder2 = [
"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 6.33 4 13.99 13.99 0 0 1 15 1Zm0 2a11.96 11.96 0 0 0-9.2 4.3l-.23.28a11.99 11.99 0 0 0 5.37 18.72l.52.17.04.01.03.01.2.08.06.02.05.02a4 4 0 0 1 1.93 1.81l.08.16.09.2.6 1.46a.5.5 0 0 0 .92 0l.6-1.48.03-.05.13-.29.04-.06a4 4 0 0 1 2.32-1.9A11.94 11.94 0 0 0 27 15a11.96 11.96 0 0 0-2.31-7.08l-.26-.34A12.09 12.09 0 0 0 15 3Z",
"clip-rule": "evenodd",
},
],
],
];