@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.41 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 PhoneTransfer = 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: "M132 72a12 12 0 0 1 12-12h43l-11.49-11.51a12 12 0 1 1 17-17l32 32a12 12 0 0 1 0 17l-32 32a12 12 0 0 1-17-17L187 84h-43a12 12 0 0 1-12-12m95.84 111.58A60.26 60.26 0 0 1 168 236C86.39 236 20 169.61 20 88a60.26 60.26 0 0 1 52.42-59.84A20 20 0 0 1 93.2 40l21.11 47.13.07.18a19.93 19.93 0 0 1-1.65 18.83 11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a12 12 0 0 1 1.12-.84 19.92 19.92 0 0 1 19-1.74l.18.08L216 162.8a20 20 0 0 1 11.84 20.78m-24.31-.06-42-18.81-22.42 19.07a12 12 0 0 1-1.12.85 20 20 0 0 1-19.7 1.41c-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.27 36.27 0 0 0 44 88a124.15 124.15 0 0 0 124 124 36.27 36.27 0 0 0 35.53-28.48"
}));
export default PhoneTransfer;
//# sourceMappingURL=PhoneTransfer.js.map