diff options
Diffstat (limited to 'icons-react/icons-js/biohazard-off.js')
-rw-r--r-- | icons-react/icons-js/biohazard-off.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/biohazard-off.js b/icons-react/icons-js/biohazard-off.js new file mode 100644 index 00000000..b90b86f3 --- /dev/null +++ b/icons-react/icons-js/biohazard-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBiohazardOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-biohazard-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="M10.586 10.586a2 2 0 1 0 2.836 2.82" /><path d="M11.939 14c0 .173 .048 .351 .056 .533v.217a4.75 4.75 0 0 1 -4.533 4.745h-.217" /><path d="M2.495 14.745a4.75 4.75 0 0 1 7.737 -3.693" /><path d="M16.745 19.495a4.75 4.75 0 0 1 -4.69 -5.503h-.06" /><path d="M14.533 10.538a4.75 4.75 0 0 1 6.957 3.987v.217" /><path d="M10.295 10.929a4.75 4.75 0 0 1 -2.988 -3.64m.66 -3.324a4.75 4.75 0 0 1 .5 -.66l.164 -.172" /><path d="M15.349 3.133a4.75 4.75 0 0 1 -.836 7.385" /><path d="M3 3l18 18" /></svg>; +} + +export default IconBiohazardOff;
\ No newline at end of file |