open-icon
Version:
Open Icon
4 lines (3 loc) • 1.16 kB
TypeScript
declare const IconCompass2 = "<svg id=\"compass_2\" data-name=\"compass 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><circle cx=\"36\" cy=\"13.5\" r=\"4.5\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M36,18c-12.43,0-22.5,10.07-22.5,22.5s10.07,22.5,22.5,22.5,22.5-10.07,22.5-22.5-10.07-22.5-22.5-22.5ZM38.65,43.15l-10.61,5.3,5.3-10.61,10.61-5.3-5.3,10.61Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><circle cx=\"36\" cy=\"40.5\" r=\"22.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polygon points=\"43.95 32.55 33.35 37.85 28.05 48.45 38.65 43.15 43.95 32.55\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconCompass2;
export { IconCompass2 };