open-icon
Version:
Open Icon
4 lines (3 loc) • 2.2 kB
TypeScript
declare const IconMap2 = "<svg id=\"map2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M41.81,13.5H13.5v45h45v-23.14s-13.76-7.89-16.69-21.86Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><line x1=\"27\" y1=\"13.5\" x2=\"58.5\" y2=\"45\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"13.5\" y1=\"27\" x2=\"40.5\" y2=\"58.5\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"24.86\" y1=\"40.25\" x2=\"13.5\" y2=\"47.9\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"32.29\" y1=\"48.92\" x2=\"49.5\" y2=\"36\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"58.5 36 58.5 58.5 13.5 58.5 13.5 49.5 13.5 13.5 40.5 13.5\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><g><path d=\"M65.25,16.39c0,6.75-6.75,10.61-6.75,10.61,0,0-6.75-3.86-6.75-10.61,0-3.73,3.02-6.75,6.75-6.75s6.75,3.02,6.75,6.75Z\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"58.5\" y1=\"16.34\" x2=\"58.5\" y2=\"16.34\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>";
export default IconMap2;
export { IconMap2 };