aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/propeller-off.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-06-14 23:35:19 +0200
committercodecalm <codecalm@gmail.com>2022-06-14 23:35:19 +0200
commit2dc43bb09ee70e2577ec22948f139978626363eb (patch)
tree9548e74d2510a4ffec208bc3f89ff255020accf6 /icons-react/icons-js/propeller-off.js
parentremove advertisement in svg output #245 (diff)
downloadtabler-icons-2dc43bb09ee70e2577ec22948f139978626363eb.tar.xz
Release 1.69.0v1.69.0
Diffstat (limited to 'icons-react/icons-js/propeller-off.js')
-rw-r--r--icons-react/icons-js/propeller-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/propeller-off.js b/icons-react/icons-js/propeller-off.js
index c83e1dc9..6cea1924 100644
--- a/icons-react/icons-js/propeller-off.js
+++ b/icons-react/icons-js/propeller-off.js
@@ -6,7 +6,7 @@ function IconPropellerOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-propeller-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/propeller-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.448 10.432a3 3 0 1 0 4.106 4.143" /><path d="M14.272 10.272c.66 -1.459 1.058 -2.888 1.198 -4.286c.22 -1.63 -.762 -2.986 -3.47 -2.986c-1.94 0 -2.994 .696 -3.355 1.69m.697 4.653c.145 .384 .309 .77 .491 1.157" /><path d="M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.02 .789 2.265 .853 3.408 -.288m1.479 -2.493c.492 -1.634 -.19 -2.726 -1.416 -3.229c-.82 -.37 -1.703 -.654 -2.65 -.852" /><path d="M8.664 12.999c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-propeller-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="M10.448 10.432a3 3 0 1 0 4.106 4.143" /><path d="M14.272 10.272c.66 -1.459 1.058 -2.888 1.198 -4.286c.22 -1.63 -.762 -2.986 -3.47 -2.986c-1.94 0 -2.994 .696 -3.355 1.69m.697 4.653c.145 .384 .309 .77 .491 1.157" /><path d="M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.02 .789 2.265 .853 3.408 -.288m1.479 -2.493c.492 -1.634 -.19 -2.726 -1.416 -3.229c-.82 -.37 -1.703 -.654 -2.65 -.852" /><path d="M8.664 12.999c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386" /><path d="M3 3l18 18" /></svg>;
}
export default IconPropellerOff; \ No newline at end of file