aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/microphone-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/microphone-off.js')
-rw-r--r--icons-react/icons-js/microphone-off.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/microphone-off.js b/icons-react/icons-js/microphone-off.js
new file mode 100644
index 0000000..9cade5d
--- /dev/null
+++ b/icons-react/icons-js/microphone-off.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconMicrophoneOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-microphone-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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1" /><path d="M5 10a7 7 0 0 0 10.846 5.85m2.002 -2a6.967 6.967 0 0 0 1.152 -3.85" /><line x1={8} y1={21} x2={16} y2={21} /><line x1={12} y1={17} x2={12} y2={21} /></svg>;
+
+export default IconMicrophoneOff; \ No newline at end of file