aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/radar.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/radar.js')
-rw-r--r--icons-react/icons-js/radar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/radar.js b/icons-react/icons-js/radar.js
index 17e1ae42..f9152df1 100644
--- a/icons-react/icons-js/radar.js
+++ b/icons-react/icons-js/radar.js
@@ -6,7 +6,7 @@ function IconRadar({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-radar" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/radar"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M21 12h-8a1 1 0 1 0 -1 1v8a9 9 0 0 0 9 -9" /><path d="M15.999 8.998a5 5 0 1 0 -6.999 7.003" /><path d="M20.486 8.995a9 9 0 1 0 -11.482 11.495" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-radar" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M21 12h-8a1 1 0 1 0 -1 1v8a9 9 0 0 0 9 -9" /><path d="M15.999 8.998a5 5 0 1 0 -6.999 7.003" /><path d="M20.486 8.995a9 9 0 1 0 -11.482 11.495" /></svg>;
}
export default IconRadar; \ No newline at end of file