phosphor-react-native
Version:
Flexible icons for React Native
99 lines (96 loc) • 2.69 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 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(Path, {
d: "M208,128v16a80,80,0,0,1-160,0V128Z",
opacity: 0.2
}), /*#__PURE__*/React.createElement(Circle, {
cx: 155.92969,
cy: 91.99998,
r: 12
}), /*#__PURE__*/React.createElement(Circle, {
cx: 99.92969,
cy: 91.99998,
r: 12
}), /*#__PURE__*/React.createElement(Line, {
x1: 128,
y1: 128,
x2: 128,
y2: 224,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Line, {
x1: 244,
y1: 128.00007,
x2: 12,
y2: 128,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__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: 16
}), /*#__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: 16
}), /*#__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: 16
}), /*#__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: 16
}), /*#__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: 16
}));
}
export default Bug;
//# sourceMappingURL=Bug.js.map