@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.31 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 OpenAiLogo = 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: "M228.88 113.61A60 60 0 0 0 166 33.42 60 60 0 0 0 65.1 47.83a60 60 0 0 0-38 94.56A60.08 60.08 0 0 0 83.6 223a58 58 0 0 0 6.45-.36 60 60 0 0 0 100.85-14.47 60 60 0 0 0 38-94.56ZM181.81 58.3a36 36 0 0 1 26.58 37.6L170 73.73a12 12 0 0 0-12 0l-38 21.94V81.81l34.5-19.91a35.74 35.74 0 0 1 27.31-3.6M136 123.38v9.24l-8 4.62-8-4.62v-9.24l8-4.62ZM84 72a36 36 0 0 1 56.39-29.67L102 64.49a12 12 0 0 0-6 10.39v43.88l-12-6.93ZM44.33 88.93A35.8 35.8 0 0 1 60 74.43v44.33a12 12 0 0 0 6 10.4l38 21.93L92 158l-34.5-19.9a36 36 0 0 1-13.17-49.17M74.19 197.7a36 36 0 0 1-26.58-37.6L86 182.27a12 12 0 0 0 12 0l38-21.94v13.86l-34.5 19.91a35.74 35.74 0 0 1-27.31 3.6M172 184a36 36 0 0 1-56.39 29.67L154 191.51a12 12 0 0 0 6-10.39v-43.88l12 6.93Zm39.67-16.93a35.8 35.8 0 0 1-15.67 14.5v-44.33a12 12 0 0 0-6-10.4l-38-21.93L164 98l34.5 19.92a36 36 0 0 1 13.17 49.15"
})
});
var _default = exports.default = OpenAiLogo;
//# sourceMappingURL=OpenAiLogo.js.map