leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
26 lines (25 loc) • 812 B
JavaScript
/**
* @name ChipCircle
* @preview 
* @type {Array}
*/
export const ChipCircle = [
"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",
},
],
],
];