UNPKG

phosphor-react-native

Version:
69 lines (66 loc) 2.21 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, Polyline } from 'react-native-svg'; function SpeakerSlash(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: 79.99414, y1: 88.01159, x2: 79.99414, y2: 168.01159, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 48, y1: 40, x2: 208, y2: 216, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Path, { d: "M152,154.4v69.61162l-72-56H32a8,8,0,0,1-8-8v-64a8,8,0,0,1,8-8H80L86.82274,82.705", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Polyline, { points: "118.49 58.075 152 32.012 152 94.935", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Path, { d: "M190.60379,105.38417a32.01923,32.01923,0,0,1,5.51036,37.88051", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Path, { d: "M218.88817,77.0999a72.00424,72.00424,0,0,1,4.72754,96.61262", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 })); } export default SpeakerSlash; //# sourceMappingURL=SpeakerSlash.js.map