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.29 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 Eyes = 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: "M220.48 60C209.21 39.37 193.42 28 176 28s-33.21 11.37-44.48 32c-1.24 2.28-2.42 4.65-3.52 7.11-1.1-2.46-2.28-4.83-3.52-7.11C113.21 39.37 97.42 28 80 28S46.79 39.37 35.52 60C25.51 78.38 20 102.52 20 128s5.51 49.62 15.52 68c11.27 20.62 27.06 32 44.48 32s33.21-11.38 44.48-32c1.24-2.28 2.42-4.65 3.52-7.11 1.1 2.46 2.28 4.83 3.52 7.11 11.27 20.65 27.06 32 44.48 32s33.21-11.38 44.48-32c10-18.35 15.52-42.49 15.52-68s-5.51-49.62-15.52-68M152 116a12 12 0 1 1-12 12 12 12 0 0 1 12-12m-96 0a12 12 0 1 1-12 12 12 12 0 0 1 12-12m24 88c-12.08 0-25.13-15.72-31.7-40.84a35.6 35.6 0 0 0 7.7.84 36 36 0 0 0 0-72 35.6 35.6 0 0 0-7.7.84C54.87 67.72 67.92 52 80 52c17 0 36 31.21 36 76s-19 76-36 76m96 0c-12.08 0-25.13-15.72-31.7-40.84a35.6 35.6 0 0 0 7.7.84 36 36 0 0 0 0-72 35.6 35.6 0 0 0-7.7.84C150.87 67.72 163.92 52 176 52c17 0 36 31.21 36 76s-19 76-36 76" }) }); var _default = exports.default = Eyes; //# sourceMappingURL=Eyes.js.map