aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/medical-cross-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/medical-cross-off.js')
-rw-r--r--icons-react/icons-js/medical-cross-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/medical-cross-off.js b/icons-react/icons-js/medical-cross-off.js
new file mode 100644
index 00000000..b7a7d746
--- /dev/null
+++ b/icons-react/icons-js/medical-cross-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMedicalCrossOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-medical-cross-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="M17.928 17.733l-.574 -.331l-3.354 -1.938v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l.333 .192m3.595 -.46v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-.24 .416" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconMedicalCrossOff; \ No newline at end of file