UNPKG

@vuduc0801/react-native-phosphor-icons

Version:

Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.

14 lines 1.46 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; const Biohazard = props => /*#__PURE__*/React.createElement(Svg, _extends({ fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(Path, { d: "M185.68 104.28q-1.4-2.88-3.06-5.6a60 60 0 0 0-26.92-78 8 8 0 0 0-7.4 14.19 44 44 0 0 1 22.42 49.53 63.85 63.85 0 0 0-85.46 0 44 44 0 0 1 22.44-49.53 8 8 0 1 0-7.4-14.19 60 60 0 0 0-26.93 78 63 63 0 0 0-3.05 5.58A60.07 60.07 0 0 0 16 164a8 8 0 0 0 16 0 44.09 44.09 0 0 1 32.89-42.58A63.94 63.94 0 0 0 109 193.11a44 44 0 0 1-56.65 8 8 8 0 1 0-8.62 13.47A60 60 0 0 0 126.74 196h2.52a60 60 0 0 0 83.05 18.59 8 8 0 1 0-8.62-13.47 44 44 0 0 1-56.65-8 63.94 63.94 0 0 0 44.07-71.69A44.09 44.09 0 0 1 224 164a8 8 0 0 0 16 0 60.07 60.07 0 0 0-54.32-59.72M128 84a47.9 47.9 0 0 1 35.56 15.79 44 44 0 0 1-71.13 0A47.9 47.9 0 0 1 128 84m.12 49.92-.12.2-.12-.2zM80 132a47.6 47.6 0 0 1 1.44-11.65 44 44 0 0 1 36 58.46A48.07 48.07 0 0 1 80 132m58.57 46.81a44 44 0 0 1 36-58.46 48 48 0 0 1-36 58.46" })); export default Biohazard; //# sourceMappingURL=Biohazard.js.map