UNPKG

phosphor-react-native

Version:
103 lines (100 loc) 2.61 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 MagicWand(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: 216, y1: 128, x2: 216, y2: 176, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 192, y1: 152, x2: 240, y2: 152, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 84, y1: 40, x2: 84, y2: 80, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 64, y1: 60, x2: 104, y2: 60, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 168, y1: 184, x2: 168, y2: 216, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Line, { x1: 152, y1: 200, x2: 184, y2: 200, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Rect, { x: 14.86292, y: 105.37258, width: 226.27417, height: 45.25483, rx: 8, transform: "translate(-53.01934 128) rotate(-45)", strokeWidth: 16, stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }), /*#__PURE__*/React.createElement(Line, { x1: 144, y1: 80, x2: 176, y2: 112, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 })); } export default MagicWand; //# sourceMappingURL=MagicWand.js.map