UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.04 kB
"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 Biohazard = (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", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M10 12a2 2 0 104 0 2 2 0 10-4 0" }), React.createElement("path", { d: "M11.939 14c0 .173.048.351.056.533v.217a4.75 4.75 0 01-4.533 4.745h-.217m-4.75-4.75a4.75 4.75 0 017.737-3.693m6.513 8.443a4.75 4.75 0 01-4.69-5.503h-.06m1.764-2.944a4.75 4.75 0 017.731 3.477v.217m-11.195-3.813a4.75 4.75 0 01-1.828-7.624l.164-.172m6.718 0a4.75 4.75 0 01-1.665 7.798" })); exports.default = Biohazard;