iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.31 kB
JavaScript
;
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 BiohazardBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M188.26 100.55c-.37-.71-.76-1.42-1.16-2.11a64 64 0 00-29.55-81.29 12 12 0 10-11.1 21.28A39.91 39.91 0 01168 73.92c0 1-.05 2-.13 3a67.79 67.79 0 00-79.74 0c-.08-1-.13-2-.13-3a39.92 39.92 0 0121.55-35.5 12 12 0 10-11.09-21.28 64 64 0 00-29.57 81.31c-.4.7-.78 1.39-1.15 2.1A64.08 64.08 0 0012 164a12 12 0 0024 0 40 40 0 0124.18-36.73c-.11 1.56-.18 3.14-.18 4.73a68.12 68.12 0 0041.63 62.68 40 40 0 01-47.16 3 12 12 0 10-12.94 20.21A63.95 63.95 0 00128 201.24a63.95 63.95 0 0086.47 16.69 12 12 0 10-12.94-20.21 40 40 0 01-47.16-3A68.12 68.12 0 00196 132c0-1.59-.07-3.17-.18-4.73A40 40 0 01220 164a12 12 0 0024 0 64.08 64.08 0 00-55.74-63.45zM128 88a43.85 43.85 0 0130.23 12.07 39.93 39.93 0 01-60.46 0A43.81 43.81 0 01128 88zm-44 44a44.35 44.35 0 01.57-7.06 40 40 0 0130.18 49A44.08 44.08 0 0184 132zm57.25 42a40 40 0 0130.18-49 44 44 0 01-30.18 49z" }));
exports.default = BiohazardBold;