aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/biohazard-off.js
blob: c6115e6b3f9ab20fe7f41e934e0b59d55b929f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
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}><desc>{"Download more icon variants from https://tabler-icons.io/i/biohazard-off"}</desc><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;