diff options
Diffstat (limited to 'icons-react/icons-js/math-function-off.js')
-rw-r--r-- | icons-react/icons-js/math-function-off.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/math-function-off.js b/icons-react/icons-js/math-function-off.js index 5531acc2..72b1fac9 100644 --- a/icons-react/icons-js/math-function-off.js +++ b/icons-react/icons-js/math-function-off.js @@ -6,7 +6,7 @@ function IconMathFunctionOff({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-math-function-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/math-function-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 10h1c.882 0 .986 .777 1.694 2.692" /><path d="M13 17c.864 0 1.727 -.663 2.495 -1.512m1.717 -2.302c.993 -1.45 2.39 -3.186 3.788 -3.186" /><path d="M3 19c0 1.5 .5 2 2 2s2 -4 3 -9c.237 -1.186 .446 -2.317 .647 -3.35m.727 -3.248c.423 -1.492 .91 -2.402 1.626 -2.402c1.5 0 2 .5 2 2" /><path d="M5 12h6" /><path d="M3 3l18 18" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-math-function-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="M14 10h1c.882 0 .986 .777 1.694 2.692" /><path d="M13 17c.864 0 1.727 -.663 2.495 -1.512m1.717 -2.302c.993 -1.45 2.39 -3.186 3.788 -3.186" /><path d="M3 19c0 1.5 .5 2 2 2s2 -4 3 -9c.237 -1.186 .446 -2.317 .647 -3.35m.727 -3.248c.423 -1.492 .91 -2.402 1.626 -2.402c1.5 0 2 .5 2 2" /><path d="M5 12h6" /><path d="M3 3l18 18" /></svg>; } export default IconMathFunctionOff;
\ No newline at end of file |