@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.13 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 PlugCharging = 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: "M224 48h-44V16a12 12 0 0 0-24 0v32h-56V16a12 12 0 0 0-24 0v32H32.55C24.4 48 20 54.18 20 60a12 12 0 0 0 12 12h12v92a44.05 44.05 0 0 0 44 44h28v32a12 12 0 0 0 24 0v-32h28a44.05 44.05 0 0 0 44-44V72h12a12 12 0 0 0 0-24m-36 116a20 20 0 0 1-20 20H88a20 20 0 0 1-20-20V72h120Zm-85.86-29.17a12 12 0 0 1-1.38-11l12-32a12 12 0 1 1 22.48 8.42L129.32 116H144a12 12 0 0 1 11.24 16.21l-12 32a12 12 0 0 1-22.48-8.42l5.92-15.79H112a12 12 0 0 1-9.86-5.17"
}));
export default PlugCharging;
//# sourceMappingURL=PlugCharging.js.map