UNPKG

phosphor-react-native

Version:
62 lines (59 loc) 2.09 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, Line } from 'react-native-svg'; function FaceMask(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,136c0,50.95006-66.22217,68.789-78.16566,71.59207a8.00537,8.00537,0,0,1-3.66868,0C114.22217,204.789,48,186.95006,48,136V77.41626a8,8,0,0,1,5.02887-7.42781l72-28.8a8,8,0,0,1,5.94226,0l72,28.8A8,8,0,0,1,208,77.41626Z", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 88, y1: 108, x2: 168, y2: 108, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Line, { x1: 88, y1: 144, x2: 168, y2: 144, fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Path, { d: "M205.40982,152H220a24,24,0,0,0,24-24V104a24,24,0,0,0-24-24H208", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 }), /*#__PURE__*/React.createElement(Path, { d: "M50.59121,152H36a24,24,0,0,1-24-24V104A24,24,0,0,1,36,80H48", fill: "none", stroke: props.color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 24 })); } export default FaceMask; //# sourceMappingURL=FaceMask.js.map