UNPKG

phosphor-react-native

Version:
91 lines (88 loc) 2.37 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 } from 'react-native-svg'; function SpinnerGap(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: 128, y1: 32, x2: 128, y2: 64, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 8 }), /*#__PURE__*/React.createElement(Line, { x1: 224, y1: 128, x2: 192, y2: 128, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 8 }), /*#__PURE__*/React.createElement(Line, { x1: 195.88225, y1: 195.88225, x2: 173.25483, y2: 173.25483, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 8 }), /*#__PURE__*/React.createElement(Line, { x1: 128, y1: 224, x2: 128, y2: 192, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 8 }), /*#__PURE__*/React.createElement(Line, { x1: 60.11775, y1: 195.88225, x2: 82.74517, y2: 173.25483, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 8 }), /*#__PURE__*/React.createElement(Line, { x1: 32, y1: 128, x2: 64, y2: 128, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 8 }), /*#__PURE__*/React.createElement(Line, { x1: 60.11775, y1: 60.11775, x2: 82.74517, y2: 82.74517, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 8 })); } export default SpinnerGap; //# sourceMappingURL=SpinnerGap.js.map