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.29 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 NuclearPlant = 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: "M92.83 50A59.79 59.79 0 0 1 152 0a12 12 0 0 1 0 24 35.85 35.85 0 0 0-35.5 30 12 12 0 0 1-11.82 10 11.3 11.3 0 0 1-2-.17A12 12 0 0 1 92.83 50M148 40a12 12 0 0 0 0 24h4a52.06 52.06 0 0 0 52-52 12 12 0 0 0-24 0 28 28 0 0 1-28 28Zm104 176a12 12 0 0 1-12 12H16a12 12 0 0 1 0-24h16.15c12.47-26.53 26.2-64.41 27.72-104.81A19.89 19.89 0 0 1 79.85 80h88.34a20 20 0 0 1 20 19.08c2 44.12 22.46 86.48 32.58 104.92H240a12 12 0 0 1 12 12m-87.6-112h-16c2.36 38.59 15.49 74.53 27.47 100h17.78c-11.73-23.48-26.65-60.34-29.25-100M58.48 204h91c-11.66-26.88-23.11-62.15-25.19-100H83.67c-2.08 37.85-13.53 73.12-25.19 100" })); export default NuclearPlant; //# sourceMappingURL=NuclearPlant.js.map