phosphor-react-native
Version:
Flexible icons for React Native
78 lines (75 loc) • 2.13 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, Line, Path } from 'react-native-svg';
function CookingPot(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(Line, {
x1: 96,
y1: 16,
x2: 96,
y2: 48,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 128,
y1: 16,
x2: 128,
y2: 48,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 160,
y1: 16,
x2: 160,
y2: 48,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Path, {
d: "M48,80H208a8,8,0,0,1,8,8v96a24,24,0,0,1-24,24H64a24,24,0,0,1-24-24V88A8,8,0,0,1,48,80Z",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 248,
y1: 96,
x2: 216,
y2: 120,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}), /*#__PURE__*/React.createElement(Line, {
x1: 8,
y1: 96,
x2: 40,
y2: 120,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 8
}));
}
export default CookingPot;
//# sourceMappingURL=CookingPot.js.map