@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.15 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 Person = 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: "m221.29 131.34-45.12-51.15A36 36 0 0 0 150.55 68a36 36 0 1 0-45.1 0 36 36 0 0 0-25.62 12.19l-45.12 51.15a24 24 0 0 0 33.7 34.16l6.73-5.39L61.74 211a24 24 0 0 0 43.74 19.69L128 191.9l22.52 38.79a23.82 23.82 0 0 0 13.27 11.85A24 24 0 0 0 194.26 211l-13.4-50.89 6.73 5.39a24 24 0 0 0 33.7-34.16M128 28a12 12 0 1 1-12 12 12 12 0 0 1 12-12m75 119.12-35.52-28.49a12 12 0 0 0-19.11 12.42l22.9 86.95a12 12 0 0 0 .73 2 11 11 0 0 0-.5-1l-33.12-57a12 12 0 0 0-20.76 0L84.5 219a11 11 0 0 0-.5 1 13 13 0 0 0 .73-2l22.87-86.92a12 12 0 0 0-19.11-12.42L53 147.12a12 12 0 0 0-1 .87c.18-.17.35-.36.52-.54l45.31-51.39a12 12 0 0 1 9-4.06h42.34a12 12 0 0 1 9 4.06l45.32 51.39c.17.18.34.37.52.54a12 12 0 0 0-1.01-.87"
})
});
var _default = exports.default = Person;
//# sourceMappingURL=Person.js.map