leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
35 lines (34 loc) • 1.56 kB
JavaScript
/**
* @name ChipCircleBorder2
* @preview 
* @type {Array}
*/
export const ChipCircleBorder2 = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "33",
fill: "currentColor",
viewBox: "0 0 30 33",
},
[
[
"path",
{
"fill-rule": "evenodd",
d: "M15 1a14 14 0 0 1 9.8 24l-6.17 6.44a4.99 4.99 0 0 1-7.26 0L5.2 25A14 14 0 0 1 15 1Z",
"clip-rule": "evenodd",
},
],
[
"path",
{
fill: "#fff",
"fill-rule": "evenodd",
d: "M15 1a14 14 0 0 1 9.8 24l-6.17 6.44a4.99 4.99 0 0 1-7.26 0L5.2 25A14 14 0 0 1 15 1Zm0 2a12 12 0 0 0-8.4 20.57l.03.02 4.69 4.9 1.39 1.44A2.96 2.96 0 0 0 15 31c.86 0 1.63-.36 2.18-.94l6.2-6.47.02-.02A12 12 0 0 0 15 3Z",
"clip-rule": "evenodd",
},
],
],
];