phosphor-react-native
Version:
Flexible icons for React Native
78 lines (75 loc) • 2.25 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, Line, Circle } from 'react-native-svg';
function Truck(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: "M240,120H176V80h42.58374a8,8,0,0,1,7.42781,5.02887Z",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Line, {
x1: 16,
y1: 144,
x2: 176,
y2: 144,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Circle, {
cx: 188,
cy: 192,
r: 24,
fill: "none",
stroke: props.color,
strokeMiterlimit: 10,
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Circle, {
cx: 68,
cy: 192,
r: 24,
fill: "none",
stroke: props.color,
strokeMiterlimit: 10,
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Line, {
x1: 164,
y1: 192,
x2: 92,
y2: 192,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Path, {
d: "M44,192H24a8,8,0,0,1-8-8V72a8,8,0,0,1,8-8H176V171.21508",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}), /*#__PURE__*/React.createElement(Path, {
d: "M176,171.21508V120h64v64a8,8,0,0,1-8,8H212",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 16
}));
}
export default Truck;
//# sourceMappingURL=Truck.js.map