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.

25 lines (23 loc) 2.21 kB
"use strict"; 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 PhoneOutgoing = 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: "M143.52 112.48a12 12 0 0 1 0-17L171 68h-11a12 12 0 0 1 0-24h40a12 12 0 0 1 12 12v40a12 12 0 0 1-24 0V85l-27.51 27.51a12 12 0 0 1-17 0Zm84.33 71.1A60.27 60.27 0 0 1 168 236C86.39 236 20 169.61 20 88a60.27 60.27 0 0 1 52.42-59.85A20.05 20.05 0 0 1 93.2 40l21.11 47.13a1.4 1.4 0 0 0 .08.18 20 20 0 0 1-1.66 18.83 11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a13 13 0 0 1 1.12-.84 19.91 19.91 0 0 1 19-1.74l.18.08L216 162.8a20.06 20.06 0 0 1 11.85 20.78m-24.31-.06-42-18.81-22.43 19.07a12 12 0 0 1-1.11.85 20 20 0 0 1-19.69 1.37c-19.48-9.4-38.89-28.68-48.31-48a20 20 0 0 1 1.28-19.64 11 11 0 0 1 .86-1.15L91.3 94.5l-18.82-42A36.29 36.29 0 0 0 44 88a124.15 124.15 0 0 0 124 124 36.29 36.29 0 0 0 35.54-28.48" }) }); var _default = exports.default = PhoneOutgoing; //# sourceMappingURL=PhoneOutgoing.js.map