iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.5 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 BiohazardThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M183 108.08a60.22 60.22 0 00-4.94-9.08 56 56 0 00-24.21-74.73 4 4 0 10-3.7 7.09 48 48 0 0122.37 60.49 59.91 59.91 0 00-89.05 0 48 48 0 0122.38-60.5 4 4 0 00-3.7-7.1A56 56 0 0077.93 99a60.85 60.85 0 00-4.93 9.08A56.07 56.07 0 0020 164a4 4 0 008 0 48.06 48.06 0 0142.08-47.62 60 60 0 0045.75 74.38 48 48 0 01-65.67 13.7 4 4 0 10-4.32 6.73 56 56 0 0078.69-19.3c1.15.07 2.3.11 3.47.11s2.32 0 3.47-.11a56 56 0 0078.69 19.3 4 4 0 10-4.32-6.73 48 48 0 01-65.67-13.7 60 60 0 0045.75-74.38A48.06 48.06 0 01228 164a4 4 0 008 0 56.07 56.07 0 00-53-55.92zm-8.75.21c-.79.08-1.56.19-2.34.3.5-.63 1-1.28 1.46-1.93.32.54.63 1.08.89 1.63zM128 80a51.93 51.93 0 0140.57 19.52 48 48 0 01-81.15 0A51.94 51.94 0 01128 80zm8.07 49.33a56.11 56.11 0 00-8.07 13.92 55.87 55.87 0 00-8.07-13.91 56.43 56.43 0 008.06.58 55.29 55.29 0 008.08-.59zm-52-20.74c-.77-.11-1.54-.22-2.32-.3q.42-.81.87-1.62c.46.65.94 1.33 1.44 1.92zM76 132a51.78 51.78 0 012.51-15.93 48 48 0 0141.39 67.3A52.08 52.08 0 0176 132zm60.1 51.37a48 48 0 0141.39-67.3 52 52 0 01-41.39 67.3z" }));
exports.default = BiohazardThin;