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.

18 lines (17 loc) 1.29 kB
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const OpenAiLogo = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(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" }) }); export default OpenAiLogo; //# sourceMappingURL=OpenAiLogo.js.map