open-icon
Version:
Open Icon
4 lines (3 loc) • 2.21 kB
TypeScript
declare const IconMap3 = "<svg id=\"map3\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g><polygon points=\"31.26 37.18 27 58.5 44.18 54.41 40.5 36 31.26 37.18\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M23.08,36.08c-.29-.04-.67.08-.77.25l-10.47,17.45c-.22.37-.14.7.22.79l14.95,3.93,4.26-21.32-8.19-1.11Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M49.78,37.13l-9.28-1.13,3.68,18.41,17.4,3.78c.72.16,1.05-.31.67-.94l-11.91-19.85c-.08-.13-.31-.24-.56-.27Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><line x1=\"31.26\" y1=\"37.18\" x2=\"27\" 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=\"40.5\" y1=\"36\" x2=\"44.18\" y2=\"54.41\" 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));\"/><path d=\"M49.78,37.13l-9.28-1.13-9.24,1.18-8.19-1.11c-.29-.04-.67.08-.77.25l-10.47,17.45c-.22.37-.14.7.22.79l14.95,3.93,17.18-4.09,17.4,3.78c.72.16,1.05-.31.67-.94l-11.91-19.85c-.08-.13-.31-.24-.56-.27Z\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g><g><path d=\"M42.75,20.89c0,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=\"36\" y1=\"20.84\" x2=\"36\" y2=\"20.84\" 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 IconMap3;
export { IconMap3 };