let polygonLayout = ymaps.templateLayoutFactory.createClass('<div class="placemark_layout_container"><div class="polygon_layout"><div class="items-wrap"><div class="item_like"></div><div class="item_geo"></div><div class="item_audio"></div><div class="item_video"></div><div class="item_image"></div></div></div></div>');
new ymaps.Placemark(
[55.95, 32.44], {}, {
iconLayout: polygonLayout,
iconShape: {
type: 'Polygon',
coordinates: [
[[-102,-79],[102,-79],[102,-20],[12,-20],[0,-4],[-12,-20],[-102,-20]]
]
}
}
);