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.54 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 MaskHappy = 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: "M219.29 31.5a20 20 0 0 0-18.52-2.14C187 34.72 159.17 43.7 128 43.7s-59-9-72.77-14.34A20 20 0 0 0 28 48v55.77c0 36.64 9.9 71.25 27.88 97.45C74.81 228.81 100.42 244 128 244s53.19-15.19 72.12-42.76C218.1 175 228 140.43 228 103.79V48a20 20 0 0 0-8.71-16.5M204 103.79c0 31.84-8.41 61.63-23.67 83.87C166 208.51 147.43 220 128 220s-38-11.49-52.33-32.34C60.41 165.42 52 135.63 52 103.79v-50c16.59 5.95 44.67 13.94 76 13.94s59.41-8 76-13.94Zm-38.67 62.88a12 12 0 0 1-1.79 16.87 56.92 56.92 0 0 1-71.08 0 12 12 0 0 1 15.08-18.67 32.92 32.92 0 0 0 40.92 0 12 12 0 0 1 16.87 1.8m-27.44-35.51a12 12 0 0 1 3.61-16.58 41.66 41.66 0 0 1 39.23-3.06 12 12 0 1 1-9.46 22.06A19.5 19.5 0 0 0 164 132a19.14 19.14 0 0 0-9.52 2.77 12 12 0 0 1-16.59-3.61M92 132a19.4 19.4 0 0 0-7.27 1.59 12 12 0 0 1-9.46-22.06 41.61 41.61 0 0 1 39.23 3 12 12 0 1 1-13 20.19A19.2 19.2 0 0 0 92 132" })); export default MaskHappy; //# sourceMappingURL=MaskHappy.js.map