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.3 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 PhoneSlash = 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: "M56.9 31.93a12 12 0 1 0-17.75 16.14L63 74.36a147.1 147.1 0 0 0-41.43 29c-21.45 21.46-23.52 53.1-5 77A20 20 0 0 0 32.38 188a19.8 19.8 0 0 0 7.12-1.32l48.9-17.35.45-.17A19.94 19.94 0 0 0 101 154.5l5.44-27.22c1.22-.38 2.47-.72 3.72-1l88.91 97.83a12 12 0 1 0 17.75-16.14Zm26.5 88.36L78 147.57l-44.16 15.65c-9.16-13.84-7.41-30.76 4.73-42.9a121.6 121.6 0 0 1 41.5-27.22L92.74 107a20.06 20.06 0 0 0-9.34 13.29m156 60a19.9 19.9 0 0 1-11.24 7.19 12 12 0 0 1-6.95-22.92c10.21-14.07 8.75-31.71-3.79-44.25C194.77 97.65 164 84.76 130.91 84a12 12 0 0 1 .27-24h.27c39.33.87 75.89 16.25 102.94 43.31 21.45 21.5 23.52 53.14 5.02 76.99Z" })); export default PhoneSlash; //# sourceMappingURL=PhoneSlash.js.map