aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/planet-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/planet-off.js')
-rw-r--r--icons-react/icons-js/planet-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/planet-off.js b/icons-react/icons-js/planet-off.js
index b282c1cb..cf12c1be 100644
--- a/icons-react/icons-js/planet-off.js
+++ b/icons-react/icons-js/planet-off.js
@@ -6,7 +6,7 @@ function IconPlanetOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-planet-off" 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/planet-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18.816 13.58c1.956 1.825 3.157 3.449 3.184 4.445m-3.428 .593c-2.098 -.634 -4.944 -2.03 -7.919 -3.976c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.32 -.628 1.591 -.6 3.294 -.113" /><path d="M7.042 7.059a7 7 0 0 0 9.908 9.89m1.581 -2.425a7 7 0 0 0 -9.057 -9.054" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-planet-off" 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="M18.816 13.58c1.956 1.825 3.157 3.449 3.184 4.445m-3.428 .593c-2.098 -.634 -4.944 -2.03 -7.919 -3.976c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.32 -.628 1.591 -.6 3.294 -.113" /><path d="M7.042 7.059a7 7 0 0 0 9.908 9.89m1.581 -2.425a7 7 0 0 0 -9.057 -9.054" /><path d="M3 3l18 18" /></svg>;
}
export default IconPlanetOff; \ No newline at end of file