leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
24 lines (23 loc) • 962 B
JavaScript
/**
* @name TackSquare
* @preview 
* @type {Array}
*/
export const TackSquare = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "35",
fill: "currentColor",
viewBox: "0 0 30 35",
},
[
[
"path",
{
d: "M24 2c.97 0 1.91.36 2.64 1l.14.13A4.03 4.03 0 0 1 28 6v18a4 4 0 0 1-4 4h-4.12a2 2 0 0 0-1.85 1.24l-2.1 5.14a1 1 0 0 1-1.8.13l-.06-.13-2.1-5.14A2 2 0 0 0 10.12 28H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h18Z",
},
],
],
];