@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
25 lines (23 loc) • 2.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
/* Generated code. Do not edit.*/
const FaceMask = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M92 88h72a12 12 0 0 1 0 24H92a12 12 0 0 1 0-24m72 40H92a12 12 0 0 0 0 24h72a12 12 0 0 0 0-24m92-24v24a36 36 0 0 1-36 36h-6.15c-7.22 15.48-20.72 28.87-40.07 39.52a169.1 169.1 0 0 1-43.43 16.25 12.1 12.1 0 0 1-4.7 0 169.1 169.1 0 0 1-43.43-16.25c-19.35-10.65-32.85-24-40.07-39.52H36a36 36 0 0 1-36-36v-24a36 36 0 0 1 36-36h2a19.93 19.93 0 0 1 10.55-9.77l72-28.8a19.9 19.9 0 0 1 14.86 0l72 28.8A19.93 19.93 0 0 1 218 68h2a36 36 0 0 1 36 36M36.13 140c-.08-1.32-.13-2.65-.13-4V92a12 12 0 0 0-12 12v24a12 12 0 0 0 12 12ZM196 79.51l-68-27.2-68 27.2V136c0 40.63 55.72 56.65 68 59.69 12.25-3 68-19.05 68-59.69ZM232 104a12 12 0 0 0-12-12v44c0 1.35-.05 2.68-.13 4h.13a12 12 0 0 0 12-12Z"
})
});
var _default = exports.default = FaceMask;
//# sourceMappingURL=FaceMask.js.map