UNPKG

@ant-design/web3-icons

Version:
43 lines (42 loc) 3.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GeminiFilled = void 0; var React = _interopRequireWildcard(require("react")); var _icons = _interopRequireDefault(require("@ant-design/icons")); var _antd = require("antd"); var _classnames = _interopRequireDefault(require("classnames")); var _utils = require("../utils"); var _jsxRuntime = require("react/jsx-runtime"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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 && Object.prototype.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; } // GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY var SVGComponent = function SVGComponent(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", { ...props, children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M115.59 48.14a35.7 35.7 0 0 0-71.19-3.78 35.69 35.69 0 1 0 39.2 39.28 35.74 35.74 0 0 0 31.99-35.5Zm-35.7-27.89a27.93 27.93 0 0 1 27.6 23.92H52.3a27.93 27.93 0 0 1 27.59-23.92ZM52 76V52h24v24Zm-7.8-23.75V76H20.49A28 28 0 0 1 44.2 52.25Zm3.91 55.5a27.93 27.93 0 0 1-27.6-23.92H75.7a27.93 27.93 0 0 1-27.59 23.92Zm35.69-32V52h23.71A28 28 0 0 1 83.8 75.75Z" }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128" }; /**![GeminiFilled](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOCAxMjgiIGlkPSJnZW1pbmktZG9sbGFyIj4KICA8cGF0aCBkPSJNMTE1LjU5IDQ4LjE0YTM1LjcgMzUuNyAwIDAgMC03MS4xOS0zLjc4IDM1LjY5IDM1LjY5IDAgMSAwIDM5LjIgMzkuMjggMzUuNzQgMzUuNzQgMCAwIDAgMzEuOTktMzUuNVptLTM1LjctMjcuODlhMjcuOTMgMjcuOTMgMCAwIDEgMjcuNiAyMy45Mkg1Mi4zYTI3LjkzIDI3LjkzIDAgMCAxIDI3LjU5LTIzLjkyWk01MiA3NlY1MmgyNHYyNFptLTcuOC0yMy43NVY3NkgyMC40OUEyOCAyOCAwIDAgMSA0NC4yIDUyLjI1Wm0zLjkxIDU1LjVhMjcuOTMgMjcuOTMgMCAwIDEtMjcuNi0yMy45Mkg3NS43YTI3LjkzIDI3LjkzIDAgMCAxLTI3LjU5IDIzLjkyWm0zNS42OS0zMlY1MmgyMy43MUEyOCAyOCAwIDAgMSA4My44IDc1Ljc1WiI+PC9wYXRoPgo8L3N2Zz4K) */ const GeminiFilled = exports.GeminiFilled = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-gemini-filled'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); GeminiFilled.displayName = 'GeminiFilled';