aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/variable-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/variable-off.js')
-rw-r--r--icons-react/icons-js/variable-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/variable-off.js b/icons-react/icons-js/variable-off.js
new file mode 100644
index 00000000..4165c99d
--- /dev/null
+++ b/icons-react/icons-js/variable-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconVariableOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-variable-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="M4.675 4.68c-2.17 4.776 -2.062 9.592 .325 15.32" /><path d="M19 4c1.959 3.917 2.383 7.834 1.272 12.232m-.983 3.051c-.093 .238 -.189 .477 -.289 .717" /><path d="M11.696 11.696c.095 .257 .2 .533 .32 .831c.984 2.473 .984 3.473 1.984 3.473h1" /><path d="M8 16c1.5 0 3 -2 4 -3.5m2.022 -2.514c.629 -.582 1.304 -.986 1.978 -.986" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconVariableOff; \ No newline at end of file