aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/medical-cross.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/medical-cross.js')
-rw-r--r--icons-react/icons-js/medical-cross.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/medical-cross.js b/icons-react/icons-js/medical-cross.js
new file mode 100644
index 0000000..73b6d05
--- /dev/null
+++ b/icons-react/icons-js/medical-cross.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconMedicalCross = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-medical-cross" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M13 3a1 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.366L16.001 12l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366L14 15.464V20a1 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.366L7.999 12 4.072 9.732a1 1 0 0 1 -.366 -1.366l1-1.732a1 1 0 0 1 1.366 -.366L10 8.535V4a1 1 0 0 1 1 -1h2z" /></svg>;
+
+export default IconMedicalCross; \ No newline at end of file