aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/atom-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/atom-off.js')
-rw-r--r--icons-react/icons-js/atom-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/atom-off.js b/icons-react/icons-js/atom-off.js
new file mode 100644
index 00000000..c639acc4
--- /dev/null
+++ b/icons-react/icons-js/atom-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconAtomOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-atom-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="M12 12v.01" /><path d="M9.172 9.172c-3.906 3.905 -5.805 8.337 -4.243 9.9c1.562 1.561 5.994 -.338 9.9 -4.244m1.884 -2.113c2.587 -3.277 3.642 -6.502 2.358 -7.786c-1.284 -1.284 -4.508 -.23 -7.784 2.357" /><path d="M4.929 4.929c-1.562 1.562 .337 5.994 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242m-.072 -4.071c-.767 -1.794 -2.215 -3.872 -4.172 -5.828c-1.944 -1.945 -4.041 -3.402 -5.828 -4.172" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconAtomOff; \ No newline at end of file