aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/disc-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/disc-off.js')
-rw-r--r--icons-react/icons-js/disc-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/disc-off.js b/icons-react/icons-js/disc-off.js
new file mode 100644
index 00000000..cbb2432b
--- /dev/null
+++ b/icons-react/icons-js/disc-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconDiscOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-disc-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="M20.044 16.04a9 9 0 0 0 -12.082 -12.085m-2.333 1.688a9 9 0 0 0 6.371 15.357c2.491 0 4.73 -.997 6.36 -2.631" /><path d="M11.298 11.288a1 1 0 1 0 1.402 1.427" /><path d="M7 12c0 -1.38 .559 -2.629 1.462 -3.534m2.607 -1.38c.302 -.056 .613 -.086 .931 -.086" /><path d="M12 17a4.985 4.985 0 0 0 3.551 -1.48m1.362 -2.587c.057 -.302 .087 -.614 .087 -.933" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconDiscOff; \ No newline at end of file