UNPKG

@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.

14 lines 1.35 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; const FaceMask = props => /*#__PURE__*/React.createElement(Svg, _extends({ fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(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" })); export default FaceMask; //# sourceMappingURL=FaceMask.js.map