@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.25 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 PipeWrench = 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: "m219.11 40.2-.36-.35-32.83-30.21a20 20 0 0 0-28 .19l-47.56 47.28a32 32 0 0 0-45.46 45l-15.06 15a20 20 0 0 0 0 28.29l17.72 17.72-30.2 30.2a32 32 0 0 0 45.26 45.26l91.51-92.32a20 20 0 0 0-.38-28.61l-13-12.4 11.91-11.8 14.73 13a20 20 0 0 0 28-.33l3.71-3.71a44 44 0 0 0 0-62.23ZM69.65 131.32l12.21-12.19L96.73 134l-12.2 12.21Zm-4 90.36a8 8 0 0 1-11.3-11.33l67.86-67.86a12 12 0 0 0 0-17L82.33 85.66a8 8 0 0 1 11.32-11.32c.06.07.13.13.19.19l60.44 57.72ZM202.14 85.46l-1 1-14.87-13.02a20.06 20.06 0 0 0-27.82.38l-15 14.88-15.72-15 44.37-44.17 30.19 27.8a20 20 0 0 1-.15 28.13"
}));
export default PipeWrench;
//# sourceMappingURL=PipeWrench.js.map