leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
24 lines (23 loc) • 794 B
JavaScript
/**
* @name ChipSquare
* @preview 
* @type {Array}
*/
export const ChipSquare = [
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "33",
fill: "currentColor",
viewBox: "0 0 30 33",
},
[
[
"path",
{
d: "M24 2a4 4 0 0 1 4 4v18a4 4 0 0 1-2 3.47l-8.25 4.7a4.98 4.98 0 0 1-5.5 0l-8.12-4.63-.23-.14A4 4 0 0 1 2 24V6a4 4 0 0 1 4-4h18Z",
},
],
],
];