leaflet-extra-markers
Version:
Custom map markers for Leaflet JS
33 lines (32 loc) • 2.17 kB
JavaScript
/**
* @name ChipPentagonBorder2
* @preview 
* @type {Array}
*/
export const ChipPentagonBorder2 = [
"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",
},
],
[
"path",
{
fill: "#fff",
"fill-rule": "evenodd",
d: "M21.71 2c1.8 0 3.38 1.12 3.94 2.76l4.15 12.36a3.94 3.94 0 0 1-1.06 4.12L17.9 31.75a4 4 0 0 1-5.8 0L1.23 21.21A3.91 3.91 0 0 1 .2 17.12L4.35 4.77A4.12 4.12 0 0 1 8.28 2h13.43ZM8.28 4c-.9 0-1.66.53-1.98 1.25l-.05.15L2.1 17.76c-.24.7-.04 1.47.51 2l.12.1.12.1-.01.02 10.65 10.34.03.03.03.03A2 2 0 0 0 15 31l.21-.01c.49-.05.92-.28 1.24-.61l.06-.06L27.35 19.8l.01-.01.01-.01c.57-.54.77-1.31.53-2.02L23.75 5.4A2.11 2.11 0 0 0 21.9 4H8.28Z",
"clip-rule": "evenodd",
},
],
],
];