UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

44 lines (43 loc) 4.51 kB
'use client'; function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } var _excluded = ["size", "style"]; function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); } function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } import { memo } from 'react'; import { TITLE } from "../style"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var Icon = /*#__PURE__*/memo(function (_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? '1em' : _ref$size, style = _ref.style, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({ fill: "currentColor", fillRule: "evenodd", height: size, style: _objectSpread({ flex: 'none', lineHeight: 1 }, style), viewBox: "0 0 112 24", xmlns: "http://www.w3.org/2000/svg" }, rest), {}, { children: [/*#__PURE__*/_jsx("title", { children: TITLE }), /*#__PURE__*/_jsx("path", { d: "M5.714 3.14v6.277l6.123-6.196.081-.082h4.973l-7.438 7.684L16.886 22h-4.135l-.082-.12-5.832-8.519-1.123 1.103V22H2V3.14h3.714zM21.086 7.037v8.58l1.573 2.13.443-.495V7.037h3.687v9.66l.604.897 1.569-1.679V7.037h3.687v10.719l-.077.08-3.95 4.08-.08.084h-2.687l-.078-.143-.659-1.215-1.231 1.274-.08.084H21.19l-.082-.12-3.688-5.441-.048-.07V7.037h3.714zM58.475 0v4.21h-4.21V0h4.21zM58.161 18.6h4.788V22H49.791v-3.4h4.787v-7.698l-.656-.962H50.89v-3.4h4.815l.081.121 2.375 3.523V18.6z" }), /*#__PURE__*/_jsx("path", { clipRule: "evenodd", d: "M47.289 22h-3.714v-.653l-1.023.614-.065.039H36.56l-.082-.121-2.354-3.506-.046-.07v-1.58l4.288-4.473.081-.085h5.127v-1.728H36.17V6.985h9.158l.082.12L47.24 9.8l.048.07V22zm-9.357-4.332l.367.828h5.171v-2.8h-3.612l-1.925 1.972z" }), /*#__PURE__*/_jsx("path", { d: "M68.184 10.085l6.593-6.671h4.212l-7.142 7.377 7.273 10.935h-3.48l-6.017-8.79-1.439 1.413v7.377h-3.166V3.414h3.166v6.67zm25.314 11.641h-3.166v-7.822H85.1v7.822h-3.113V8.096l4.526-4.682h6.985v18.312zM110.257 6.37h-6.959l1.726 1.544v13.812h-3.165V8.646L101.1 6.37h-4.5V3.414h13.657V6.37zM85.1 9.012v1.936h5.232V6.37h-2.668L85.1 9.012z" })] })); }); export default Icon;