@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.36 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 PhonePause = 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: "m216 162.8-47.09-21.1-.18-.08a19.89 19.89 0 0 0-19 1.74 13 13 0 0 0-1.12.84l-22.31 19c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11 11 0 0 0 .85-1.15 20 20 0 0 0 1.66-18.83l-.08-.18L93.2 40a20.06 20.06 0 0 0-20.78-11.85A60.27 60.27 0 0 0 20 88c0 81.61 66.39 148 148 148a60.27 60.27 0 0 0 59.85-52.42A20.06 20.06 0 0 0 216 162.8M168 212A124.15 124.15 0 0 1 44 88a36.27 36.27 0 0 1 28.48-35.53l18.82 42-19.16 22.8a11 11 0 0 0-.86 1.15A20 20 0 0 0 70 138.08c9.42 19.28 28.83 38.56 48.31 48a20 20 0 0 0 19.69-1.45 12 12 0 0 0 1.11-.85l22.43-19.07 42 18.81A36.29 36.29 0 0 1 168 212m20-108V48a12 12 0 0 1 24 0v56a12 12 0 0 1-24 0m-40 0V48a12 12 0 0 1 24 0v56a12 12 0 0 1-24 0"
}));
export default PhonePause;
//# sourceMappingURL=PhonePause.js.map