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.

25 lines (23 loc) 2.48 kB
"use strict"; 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 FingerprintSimple = 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: "M184 128a246.6 246.6 0 0 1-18.54 94.24 8 8 0 0 1-7.4 5 8.2 8.2 0 0 1-3-.6 8 8 0 0 1-4.36-10.45A230.7 230.7 0 0 0 168 128a8 8 0 0 1 16 0m-56-40a40.06 40.06 0 0 1 29.81 13.33 8 8 0 1 0 11.92-10.67A56 56 0 0 0 72 128a136.06 136.06 0 0 1-17 65.85 8 8 0 1 0 14 7.76A152.14 152.14 0 0 0 88 128a40 40 0 0 1 40-40m0-64a103.8 103.8 0 0 0-34.67 5.92A8 8 0 0 0 98.67 45 88.05 88.05 0 0 1 216 128a281.3 281.3 0 0 1-6.94 62.23 8 8 0 0 0 6 9.57 7.8 7.8 0 0 0 1.78.2 8 8 0 0 0 7.8-6.23A298 298 0 0 0 232 128 104.11 104.11 0 0 0 128 24M69.34 62.42a8 8 0 1 0-10.67-11.93A104.16 104.16 0 0 0 24 128a87.3 87.3 0 0 1-8 36.66 8 8 0 0 0 14.54 6.68A103.2 103.2 0 0 0 40 128a88.13 88.13 0 0 1 29.34-65.58m44.58 138.32a8 8 0 0 0-10.61 3.93c-1.92 4.2-4 8.39-6.29 12.44a8 8 0 0 0 3.12 10.89 7.9 7.9 0 0 0 3.87 1 8 8 0 0 0 7-4.12c2.44-4.41 4.74-9 6.84-13.52a8 8 0 0 0-3.93-10.62M128 120a8 8 0 0 0-8 8 185 185 0 0 1-5.79 46 8 8 0 0 0 5.75 9.74 8 8 0 0 0 2 .25 8 8 0 0 0 7.74-6 200.7 200.7 0 0 0 6.3-50 8 8 0 0 0-8-7.99" }) }); var _default = exports.default = FingerprintSimple; //# sourceMappingURL=FingerprintSimple.js.map