UNPKG

phosphor-react-native

Version:
102 lines (94 loc) 5.95 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg")); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } 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); } function Flower(props) { return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({ id: "Raw", viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, { width: 256, height: 256, fill: "none" }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M115.02706,103.18019a28.05031,28.05031,0,0,1,25.94589,0l-.00118.00225C148.29715,87.7785,156,68.588,156,56a28,28,0,0,0-56,0c0,12.588,7.70283,31.77847,15.02821,47.18241Z", opacity: 0.2 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M100.01894,126.825a28.05038,28.05038,0,0,1,12.97295-22.4698l.00136.00215c-9.67751-14.04594-22.44552-30.312-33.34708-36.606a28,28,0,0,0-28,48.49742c10.90155,6.294,31.37238,9.21839,48.37527,10.57639Z", opacity: 0.2 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M112.99188,151.6448a28.05037,28.05037,0,0,1-12.97294-22.4698l.00255-.00011c-17.00291,1.358-37.47376,4.28238-48.37532,10.5764a28,28,0,0,0,28,48.49742c10.90155-6.294,23.66955-22.56008,33.34706-36.606Z", opacity: 0.2 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M140.97294,152.81981a28.05031,28.05031,0,0,1-25.94589,0l.00118-.00225C107.70285,168.2215,100,187.412,100,200a28,28,0,0,0,56,0c0-12.588-7.70283-31.77847-15.02821-47.18241Z", opacity: 0.2 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M155.98106,129.175a28.05038,28.05038,0,0,1-12.973,22.4698l-.00136-.00215c9.67751,14.04594,22.44552,30.312,33.34708,36.606a28,28,0,0,0,28-48.49742c-10.90155-6.294-31.37238-9.21839-48.37527-10.57639Z", opacity: 0.2 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M143.00812,104.3552a28.05037,28.05037,0,0,1,12.97294,22.4698l-.00255.00011c17.00291-1.358,37.47376-4.28238,48.37532-10.5764a28,28,0,0,0-28-48.49742c-10.90155,6.294-23.66955,22.56008-33.34706,36.606Z", opacity: 0.2 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, { cx: 128, cy: 128, r: 28, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M115.02821,103.18241C107.70283,87.77847,100,68.588,100,56a28,28,0,0,1,56,0c0,12.588-7.70285,31.7785-15.02823,47.18245", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M100.02144,126.8251c-17.00289-1.358-37.47372-4.28238-48.37527-10.57639a28,28,0,0,1,28-48.49742c10.90156,6.294,23.66957,22.56011,33.34708,36.606", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M112.99323,151.64269c-9.67751,14.04594-22.44551,30.312-33.34706,36.606a28,28,0,0,1-28-48.49742c10.90156-6.294,31.37241-9.21839,48.37532-10.5764", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M140.97179,152.81759C148.29717,168.22153,156,187.412,156,200a28,28,0,0,1-56,0c0-12.588,7.70285-31.7785,15.02823-47.18245", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M155.97856,129.1749c17.00289,1.358,37.47372,4.28238,48.37527,10.57639a28,28,0,0,1-28,48.49742c-10.90156-6.294-23.66957-22.56011-33.34708-36.606", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, { d: "M143.00677,104.35731c9.67751-14.04594,22.44551-30.312,33.34706-36.606a28,28,0,0,1,28,48.49742c-10.90156,6.294-31.37241,9.21839-48.37532,10.5764", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 })); } var _default = Flower; exports.default = _default; //# sourceMappingURL=Flower.js.map