leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
24 lines (23 loc) • 918 B
JavaScript
/**
* @name ChipPentagon
* @preview 
* @type {Array}
*/
export const ChipPentagon = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "33",
fill: "currentColor",
viewBox: "0 0 30 33",
},
[
[
"path",
{
d: "M21.71 2c1.8 0 3.38 1.12 3.94 2.77l4.15 12.36a3.9 3.9 0 0 1-1.06 4.1L17.9 31.76a3.99 3.99 0 0 1-5.8 0L1.23 21.22a3.91 3.91 0 0 1-1.03-4.1L4.35 4.78A4.12 4.12 0 0 1 8.28 2h13.43Z",
},
],
],
];