@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.35 kB
JavaScript
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 Virus = 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: "M108 128a20 20 0 1 1 20-20 20 20 0 0 1-20 20m60-20a20 20 0 1 0 20 20 20 20 0 0 0-20-20m-40 40a20 20 0 1 0 20 20 20 20 0 0 0-20-20m124-20a12 12 0 0 1-12 12h-12.72a99.6 99.6 0 0 1-20.62 49.69l9.83 9.82a12 12 0 0 1-17 17l-9.82-9.83a99.6 99.6 0 0 1-49.67 20.6V240a12 12 0 0 1-24 0v-12.72a99.6 99.6 0 0 1-49.69-20.62l-9.82 9.83a12 12 0 0 1-17-17l9.83-9.82A99.6 99.6 0 0 1 28.72 140H16a12 12 0 0 1 0-24h12.72a99.6 99.6 0 0 1 20.62-49.69l-9.83-9.82a12 12 0 0 1 17-17l9.82 9.83A99.6 99.6 0 0 1 116 28.72V16a12 12 0 0 1 24 0v12.72a99.6 99.6 0 0 1 49.69 20.62l9.82-9.83a12 12 0 0 1 17 17l-9.83 9.82a99.6 99.6 0 0 1 20.6 49.67H240a12 12 0 0 1 12 12m-48 0a76 76 0 1 0-76 76 76.08 76.08 0 0 0 76-76"
}));
export default Virus;
//# sourceMappingURL=Virus.js.map