@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.57 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 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: "M126.41 24C70.72 24.85 25.21 70.07 24 125.75a103.5 103.5 0 0 0 13.51 53.5 4 4 0 0 0 7.1-.29A119.3 119.3 0 0 0 56 128a71.93 71.93 0 0 1 17.74-47.33 8.22 8.22 0 0 1 10.8-1.59A8 8 0 0 1 86 91a55.92 55.92 0 0 0-14 37 135.1 135.1 0 0 1-18.44 68.31 4 4 0 0 0 .61 4.85A104.3 104.3 0 0 0 67 212.21a4 4 0 0 0 5.82-1.21A159.6 159.6 0 0 0 84 189a8 8 0 1 1 14.8 6.1 177 177 0 0 1-11.85 23.54 4 4 0 0 0 1.89 5.74 103.5 103.5 0 0 0 25 6.7 4 4 0 0 0 4.07-2 206.9 206.9 0 0 0 25.57-85.61 8 8 0 1 1 15.95 1.16 222.8 222.8 0 0 1-21.58 80.75 4 4 0 0 0 4.08 5.74 103.7 103.7 0 0 0 20.6-4.95 4 4 0 0 0 2.35-2.23A247.3 247.3 0 0 0 184 129.76c.22-30.64-23.4-56.67-54-57.73a56.7 56.7 0 0 0-16 1.73 8 8 0 0 1-9.84-6.21 8.23 8.23 0 0 1 6.29-9.39A72.05 72.05 0 0 1 200 128a264.8 264.8 0 0 1-10.66 74.63 4 4 0 0 0 6.47 4.15A104 104 0 0 0 126.41 24M128 96a32.05 32.05 0 0 1 23.85 10.67 8 8 0 0 1-1.24 11.79 8.26 8.26 0 0 1-10.88-1.34 16 16 0 0 0-16.78-4.3 16.39 16.39 0 0 0-11 15.67 177 177 0 0 1-3.19 33A8 8 0 0 1 101 168a7.7 7.7 0 0 1-1.5-.14 8.3 8.3 0 0 1-6.31-9.66A161 161 0 0 0 96 128a32 32 0 0 1 32-32"
})
});
var _default = exports.default = FingerprintSimple;
//# sourceMappingURL=FingerprintSimple.js.map