UNPKG

phosphor-react-native

Version:
106 lines (103 loc) 2.66 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, Circle } from 'react-native-svg'; function ProjectorScreenChart(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: 92, y1: 128, x2: 92, y2: 136, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 128, y1: 124, x2: 128, y2: 136, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 164, y1: 120, x2: 164, y2: 136, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 48, y1: 176, x2: 48, y2: 80, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 208, y1: 80, x2: 208, y2: 176, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Rect, { x: 32, y: 40, width: 192, height: 40, rx: 8, strokeWidth: 24, stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }), /*#__PURE__*/React.createElement(Line, { x1: 128, y1: 176, x2: 128, y2: 232, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Circle, { cx: 128, cy: 232, r: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 32, y1: 176, x2: 224, y2: 176, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 })); } export default ProjectorScreenChart; //# sourceMappingURL=ProjectorScreenChart.js.map