phosphor-react-native
Version:
Flexible icons for React Native
96 lines (93 loc) • 2.55 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, Circle, Line, Path } from 'react-native-svg';
function Bug(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(Circle, {
cx: 156,
cy: 92,
r: 8
}), /*#__PURE__*/React.createElement(Circle, {
cx: 100,
cy: 92,
r: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 128,
y1: 128,
x2: 128,
y2: 224,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 244,
y1: 128.00007,
x2: 12,
y2: 128,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Path, {
d: "M208,144a80,80,0,0,1-160,0V112a80,80,0,0,1,160,0Z",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 231.92301,
y1: 188.00006,
x2: 203.18198,
y2: 171.40642,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 231.92308,
y1: 68.00006,
x2: 203.18193,
y2: 84.59378,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 24.07695,
y1: 68,
x2: 52.81817,
y2: 84.59375,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 24.07695,
y1: 188,
x2: 52.81789,
y2: 171.40641,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}));
}
export default Bug;
//# sourceMappingURL=Bug.js.map