UNPKG

phosphor-react-native

Version:
66 lines (63 loc) 2.11 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, Polyline, Line } from 'react-native-svg'; function FilePdf(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: "M124,216c13.25483,0,24-12,24-28s-10.74517-28-24-28H112v56Z", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Polyline, { points: "216 160 184 160 184 216", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 212, y1: 196, x2: 184, y2: 196, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Path, { d: "M47.99219,124.00005V48a8,8,0,0,1,8-8L152,40l56,56v28.00005", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Polyline, { points: "148 40 148 100 208.008 100", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Path, { d: "M40,200H56a20,20,0,0,0,0-40H40v56", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 })); } export default FilePdf; //# sourceMappingURL=FilePdf.js.map