@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.
25 lines (23 loc) • 2.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
/* Generated code. Do not edit.*/
const PipeWrench = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.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"
})
});
var _default = exports.default = PipeWrench;
//# sourceMappingURL=PipeWrench.js.map