UNPKG

phosphor-react-native

Version:
44 lines (41 loc) 1.58 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, Circle } from 'react-native-svg'; function Palette(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: "M221.61367,149.35463a96.28545,96.28545,0,0,0,2.38287-22.17837c-.44383-52.82934-44.1551-95.70346-96.98364-95.17129a96.01642,96.01642,0,0,0-30.989,186.54089A24.002,24.002,0,0,0,128,195.90236V192a24,24,0,0,1,24-24h46.20931A23.99131,23.99131,0,0,0,221.61367,149.35463Z", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 16 }), /*#__PURE__*/React.createElement(Circle, { cx: 128, cy: 76, r: 12 }), /*#__PURE__*/React.createElement(Circle, { cx: 82.96668, cy: 102, r: 12 }), /*#__PURE__*/React.createElement(Circle, { cx: 82.96668, cy: 154, r: 12 }), /*#__PURE__*/React.createElement(Circle, { cx: 173.03332, cy: 102, r: 12 })); } export default Palette; //# sourceMappingURL=Palette.js.map