phosphor-react-native
Version:
Flexible icons for React Native
85 lines (82 loc) • 2.48 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, Line } from 'react-native-svg';
function Lifebuoy(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: "M195.88225,60.11775a96,96,0,0,1,0,135.7645l-39.598-39.598a40,40,0,0,0,0-56.56854Z",
opacity: 0.2
}), /*#__PURE__*/React.createElement(Path, {
d: "M60.11775,195.88225a96,96,0,0,1,0-135.7645l39.598,39.598a40,40,0,0,0,0,56.56854Z",
opacity: 0.2
}), /*#__PURE__*/React.createElement(Circle, {
cx: 128,
cy: 128,
r: 96,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Circle, {
cx: 128,
cy: 128,
r: 40,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Line, {
x1: 99.71573,
y1: 99.71573,
x2: 60.11775,
y2: 60.11775,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Line, {
x1: 156.28427,
y1: 99.71573,
x2: 195.88225,
y2: 60.11775,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Line, {
x1: 156.28427,
y1: 156.28427,
x2: 195.88225,
y2: 195.88225,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Line, {
x1: 99.71573,
y1: 156.28427,
x2: 60.11775,
y2: 195.88225,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}));
}
export default Lifebuoy;
//# sourceMappingURL=Lifebuoy.js.map