leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
35 lines (34 loc) • 1.59 kB
JavaScript
/**
* @name ChipCircleBorder
* @preview 
* @type {Array}
*/
export const ChipCircleBorder = [
"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 1a13 13 0 0 0-9.32 22.06l.22.23h.01l.01.02 5.32 5.55.06-.05.64.77.16.17a3.99 3.99 0 0 0 5.66.14l.15-.14 6.17-6.44v-.01l.24-.24A13 13 0 0 0 15 2Z",
"clip-rule": "evenodd",
},
],
],
];