UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.67 kB
declare const IconRadar = "<svg id=\"target\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M63,40.5v-9l-7.66-1.53c-.37-1.17-.84-2.29-1.41-3.36l4.34-6.52-6.36-6.36-6.52,4.34c-1.07-.56-2.19-1.04-3.36-1.41l-1.53-7.66h-9l-1.53,7.66c-1.17.37-2.29.84-3.36,1.41l-6.52-4.34-6.36,6.36,4.34,6.52c-.56,1.07-1.04,2.19-1.41,3.36l-7.66,1.53v9l7.66,1.53c.37,1.17.84,2.29,1.41,3.36l-4.34,6.52,6.36,6.36,6.52-4.34c1.07.56,2.19,1.04,3.36,1.41l1.53,7.66h9l1.53-7.66c1.17-.37,2.29-.84,3.36-1.41l6.52,4.34,6.36-6.36-4.34-6.52c.56-1.07,1.04-2.19,1.41-3.36l7.66-1.53ZM36,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-7.66-1.53c-.37-1.17-.84-2.29-1.41-3.36l4.34-6.52-6.36-6.36-6.52,4.34c-1.07-.56-2.19-1.04-3.36-1.41l-1.53-7.66h-9l-1.53,7.66c-1.17.37-2.29.84-3.36,1.41l-6.52-4.34-6.36,6.36,4.34,6.52c-.56,1.07-1.04,2.19-1.41,3.36l-7.66,1.53v9l7.66,1.53c.37,1.17.84,2.29,1.41,3.36l-4.34,6.52,6.36,6.36,6.52-4.34c1.07.56,2.19,1.04,3.36,1.41l1.53,7.66h9l1.53-7.66c1.17-.37,2.29-.84,3.36-1.41l6.52,4.34,6.36-6.36-4.34-6.52c.56-1.07,1.04-2.19,1.41-3.36l7.66-1.53Z\" 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 IconRadar; export { IconRadar };