open-icon
Version:
Open Icon
4 lines (3 loc) • 1.7 kB
TypeScript
declare const IconRadar2 = "<svg id=\"target\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M63,40.5v-9l-5.19-1.04c-.54-2.13-1.38-4.13-2.48-5.97l2.94-4.41-6.36-6.36-4.41,2.94c-1.84-1.09-3.84-1.94-5.97-2.47l-1.04-5.19h-9l-1.04,5.19c-2.13.54-4.13,1.38-5.97,2.47l-4.41-2.94-6.36,6.36,2.94,4.41c-1.09,1.84-1.94,3.84-2.48,5.97l-5.19,1.04v9l5.19,1.04c.54,2.13,1.38,4.13,2.48,5.97l-2.94,4.41,6.36,6.36,4.41-2.94c1.84,1.09,3.84,1.94,5.97,2.47l1.04,5.19h9l1.04-5.19c2.13-.54,4.13-1.38,5.97-2.47l4.41,2.94,6.36-6.36-2.94-4.41c1.09-1.84,1.94-3.84,2.48-5.97l5.19-1.04ZM36,45c-4.97,0-9-4.03-9-9s4.03-9,9-9,9,4.03,9,9-4.03,9-9,9Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M63,40.5v-9l-5.19-1.04c-.54-2.13-1.38-4.13-2.48-5.97l2.94-4.41-6.36-6.36-4.41,2.94c-1.84-1.09-3.84-1.94-5.97-2.47l-1.04-5.19h-9l-1.04,5.19c-2.13.54-4.13,1.38-5.97,2.47l-4.41-2.94-6.36,6.36,2.94,4.41c-1.09,1.84-1.94,3.84-2.48,5.97l-5.19,1.04v9l5.19,1.04c.54,2.13,1.38,4.13,2.48,5.97l-2.94,4.41,6.36,6.36,4.41-2.94c1.84,1.09,3.84,1.94,5.97,2.47l1.04,5.19h9l1.04-5.19c2.13-.54,4.13-1.38,5.97-2.47l4.41,2.94,6.36-6.36-2.94-4.41c1.09-1.84,1.94-3.84,2.48-5.97l5.19-1.04Z\" style=\"fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));\"/><circle cx=\"36\" cy=\"36\" r=\"9\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));\"/></svg>";
export default IconRadar2;
export { IconRadar2 };