UNPKG

phosphor-react-native

Version:
68 lines (65 loc) 2.15 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, Path, Line } from 'react-native-svg'; function SelectionInverse(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(Path, { d: "M42.3432,42.3432,213.65681,213.65681l0,0A7.975,7.975,0,0,0,216,208V48a8,8,0,0,0-8-8H48a7.975,7.975,0,0,0-5.65683,2.34314Z", opacity: 0.2 }), /*#__PURE__*/React.createElement(Line, { x1: 112, y1: 216, x2: 144, y2: 216, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 40, y1: 111.99963, x2: 40, y2: 143.99963, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Path, { d: "M72,216H48a8,8,0,0,1-8-8V183.99963", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Path, { d: "M184,216h24a8,8,0,0,0,8-8V48a8,8,0,0,0-8-8H48a8,8,0,0,0-8,8V71.99963", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 42.3432, y1: 42.3432, x2: 213.65681, y2: 213.65681, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 })); } export default SelectionInverse; //# sourceMappingURL=SelectionInverse.js.map