leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
24 lines (23 loc) • 838 B
JavaScript
/**
* @name ChipDiamond
* @preview 
* @type {Array}
*/
export const ChipDiamond = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "33",
fill: "currentColor",
viewBox: "0 0 30 33",
},
[
[
"path",
{
d: "M12.2 1.16a3.97 3.97 0 0 1 5.6 0L28.85 12.2a3.97 3.97 0 0 1 .22 5.37L18.38 31.15a4 4 0 0 1-6.76-.01L.96 17.59a3.97 3.97 0 0 1 .2-5.4L12.2 1.16Z",
},
],
],
];