@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.16 kB
JavaScript
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 HandEye = 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: "M144 184a16 16 0 1 1-16-16 16 16 0 0 1 16 16m76-72v40a92 92 0 0 1-184 0V76a32 32 0 0 1 40-31v-1a32 32 0 0 1 60.79-14A32 32 0 0 1 180 60v21a32 32 0 0 1 40 31m-24 0a8 8 0 0 0-16 0 12 12 0 0 1-24 0V60a8 8 0 0 0-16 0v44a12 12 0 0 1-24 0V44a8 8 0 0 0-16 0v68a12 12 0 0 1-24 0V76a8 8 0 0 0-16 0v76a68 68 0 0 0 136 0Zm-68 16a55.8 55.8 0 0 0-49.89 30.54 12 12 0 0 0 21.37 10.92 32 32 0 0 1 57 0 12 12 0 0 0 10.73 6.54 11.8 11.8 0 0 0 5.45-1.32 12 12 0 0 0 5.23-16.14A55.8 55.8 0 0 0 128 128"
}));
export default HandEye;
//# sourceMappingURL=HandEye.js.map