diff options
author | codecalm <codecalm@gmail.com> | 2022-04-27 12:34:01 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-27 12:34:01 +0200 |
commit | 6c4524c19d4cc640457d995878a1dfcffb6cd021 (patch) | |
tree | b3f5de866f450d4ea3267c359c38b8aed6c553b3 /icons-react/icons-js/propeller-off.js | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-6c4524c19d4cc640457d995878a1dfcffb6cd021.tar.xz |
Release 1.67.1v1.67.1
Diffstat (limited to 'icons-react/icons-js/propeller-off.js')
-rw-r--r-- | icons-react/icons-js/propeller-off.js | 2 |
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 6cea1924..c83e1dc9 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}><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}><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>; } export default IconPropellerOff;
\ No newline at end of file |