UNPKG

phosphor-react-native

Version:
45 lines (42 loc) 1.79 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } /* GENERATED FILE */ import * as React from 'react'; import Svg, { Rect, Line, Path } from 'react-native-svg'; function PhoneSlash(props) { return /*#__PURE__*/React.createElement(Svg, _extends({ id: "Raw", viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(Rect, { width: 256, height: 256, fill: "none" }), /*#__PURE__*/React.createElement(Line, { x1: 48, y1: 40, x2: 208, y2: 216, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Path, { d: "M114.9947,113.69328a83.97034,83.97034,0,0,0-14.728,3.68282,7.92755,7.92755,0,0,0-5.1169,5.95455l-5.89824,29.5076a8,8,0,0,1-4.87369,5.85972L37.06532,177.623a7.97345,7.97345,0,0,1-9.2595-2.47378,48.00881,48.00881,0,0,1,4.02766-63.31573,135.45028,135.45028,0,0,1,51.9466-32.47622", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Path, { d: "M120.52563,72.20427a135.66,135.66,0,0,1,103.64089,39.62921,48.00881,48.00881,0,0,1,4.02766,63.31573,7.97345,7.97345,0,0,1-9.2595,2.47378l-4.04895-1.61958", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 })); } export default PhoneSlash; //# sourceMappingURL=PhoneSlash.js.map