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.78 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 FingerprintSimple = 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: "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" })); export default FingerprintSimple; //# sourceMappingURL=FingerprintSimple.js.map