UNPKG

phosphor-react-native

Version:
68 lines (65 loc) 2.04 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 EyeClosed(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: 201.14971, y1: 127.30467, x2: 223.95961, y2: 166.81257, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 154.18201, y1: 149.26298, x2: 161.29573, y2: 189.60689, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 101.72972, y1: 149.24366, x2: 94.61483, y2: 189.59423, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 54.80859, y1: 127.27241, x2: 31.88882, y2: 166.97062, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Path, { d: "M31.99943,104.87509C48.81193,125.68556,79.63353,152,128,152c48.36629,0,79.18784-26.31424,96.00039-47.12468", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 })); } export default EyeClosed; //# sourceMappingURL=EyeClosed.js.map