aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/math-function-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/math-function-off.js')
-rw-r--r--icons-react/icons-js/math-function-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/math-function-off.js b/icons-react/icons-js/math-function-off.js
new file mode 100644
index 00000000..72b1fac9
--- /dev/null
+++ b/icons-react/icons-js/math-function-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMathFunctionOff({
+ size = 24,
+ color = "currentColor",
+ 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}><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