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.09 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 Pipe = 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: "M232 100h-16V60h16a12 12 0 0 0 0-24h-20a20 20 0 0 0-16-8h-24a20 20 0 0 0-16 8h-12A108.12 108.12 0 0 0 36 144v12a20 20 0 0 0-8 16v24a20 20 0 0 0 8 16v20a12 12 0 0 0 24 0v-16h40v16a12 12 0 0 0 24 0v-20a20 20 0 0 0 8-16v-24a20 20 0 0 0-8-16v-12a20 20 0 0 1 20-20h12a20 20 0 0 0 16 8h24a20 20 0 0 0 16-8h20a12 12 0 0 0 0-24m-124 76v16H52v-16Zm-8-32v8H60v-8a84.09 84.09 0 0 1 84-84h8v40h-8a44.05 44.05 0 0 0-44 44m76-92h16v56h-16Z" })); export default Pipe; //# sourceMappingURL=Pipe.js.map