iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.11 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BiohazardOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-biohazard-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M10.586 10.586a2 2 0 102.836 2.82M11.939 14c0 .173.048.351.056.533v.217a4.75 4.75 0 01-4.533 4.745h-.217M2.495 14.745a4.75 4.75 0 017.737-3.693" }),
React.createElement("path", { d: "M16.745 19.495a4.75 4.75 0 01-4.69-5.503h-.06M14.533 10.538a4.75 4.75 0 016.957 3.987v.217M10.295 10.929a4.75 4.75 0 01-2.988-3.64m.66-3.324a4.75 4.75 0 01.5-.66l.164-.172M15.349 3.133a4.75 4.75 0 01-.836 7.385M3 3l18 18" }));
exports.default = BiohazardOff;