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.1 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 Polygon = 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: "M233.47 97.45a36 36 0 0 0-50.92-50.92 36 36 0 0 0-4.12 4.95l-22.55-6.15a36 36 0 0 0-61.34-22.8 36.05 36.05 0 0 0-7.8 39.24l-29.55 26.6a36.08 36.08 0 0 0-42.66 6.17 36 36 0 0 0 45.73 55.21l65.28 47.87A36 36 0 1 0 182.62 180L208 108a35.9 35.9 0 0 0 25.47-10.55m-93.74 80.81-65.28-47.87a36.2 36.2 0 0 0-1.21-24.17l29.56-26.61a36 36 0 0 0 42.66-6.16 35.5 35.5 0 0 0 4.12-5l22.55 6.15a35.86 35.86 0 0 0 10.42 22.8 38 38 0 0 0 2.85 2.6L160 172a36 36 0 0 0-20.27 6.26M216.5 63.5a12 12 0 1 1-17 0 12 12 0 0 1 17 0m-105-24a12 12 0 1 1 0 17 12 12 0 0 1 .01-17Zm-80 89a12 12 0 1 1 17 0 12 12 0 0 1-17-.01Zm137 88a12 12 0 1 1 0-17 12 12 0 0 1-.01 17Z" }) }); var _default = exports.default = Polygon; //# sourceMappingURL=Polygon.js.map