phosphor-react-native
Version:
Flexible icons for React Native
44 lines (41 loc) • 1.59 kB
JavaScript
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: 8
}), /*#__PURE__*/React.createElement(Circle, {
cx: 128,
cy: 76,
r: 8
}), /*#__PURE__*/React.createElement(Circle, {
cx: 82.9667,
cy: 102,
r: 7.99867
}), /*#__PURE__*/React.createElement(Circle, {
cx: 82.9667,
cy: 154,
r: 7.99866
}), /*#__PURE__*/React.createElement(Circle, {
cx: 173.0333,
cy: 102,
r: 7.99866
}));
}
export default Palette;
//# sourceMappingURL=Palette.js.map