UNPKG

phosphor-react-native

Version:
23 lines (20 loc) 1.15 kB
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 } from 'react-native-svg'; function HouseLine(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: "M239.9707,208h-16V115.53882A16.03729,16.03729,0,0,0,218.73437,103.7L138.72754,30.96484a15.93607,15.93607,0,0,0-21.52637.001L37.207,103.7a16.034,16.034,0,0,0-5.23633,11.83862V208h-16a8,8,0,1,0,0,16h224a8,8,0,0,0,0-16Zm-88.00586-.0083h-8V208h-32v-.0083h-8v-48a8.00009,8.00009,0,0,1,8-8h32a8.00008,8.00008,0,0,1,8,8Z" })); } export default HouseLine; //# sourceMappingURL=HouseLine.js.map