leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
35 lines (34 loc) • 1.34 kB
JavaScript
/**
* @name ChipCirclePanel
* @preview 
* @type {Array}
*/
export const ChipCirclePanel = [
"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 1 0 0 24 12 12 0 0 0 0-24Z",
"clip-rule": "evenodd",
},
],
],
];