UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

39 lines (38 loc) 4.53 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 130 24", xmlns: "http://www.w3.org/2000/svg" }, rest), {}, { children: [/*#__PURE__*/_jsx("title", { children: TITLE }), /*#__PURE__*/_jsx("path", { d: "M10.29 1c4.313 0 7.61 3.165 7.61 7.405 0 4.241-3.266 7.405-7.61 7.405H6.654v6.699H2V1h8.29zm-.217 10.508c1.85 0 3.113-1.32 3.113-3.103 0-1.784-1.263-3.072-3.113-3.072H6.654v6.175h3.42zm19.294-5.683h1.478v4.24h-1.971c-2.528 0-3.514 1.135-3.514 3.84v8.604H20.86V5.916h2.867l.8 2.058c1.202-1.473 2.681-2.15 4.839-2.15zM40.992 23c-4.685 0-7.828-3.011-7.828-7.497V5.916h4.499v9.096c0 2.366 1.265 3.747 3.329 3.747 2.094 0 3.327-1.413 3.327-3.747V5.916h4.5v9.587c0 4.486-3.114 7.497-7.827 7.497zM62.37 5.548c3.79 0 6.165 2.703 6.165 6.912v10.049h-4.502v-9.31c0-2.52-.954-3.72-2.895-3.72-2.312 0-3.729 1.66-3.729 4.334v8.696h-4.5V5.916h3.083l.864 2.058c1.261-1.473 3.265-2.426 5.514-2.426zm23.841.368h3.359V22.51h-3.513L85.657 21c-1.417 1.26-3.267 1.997-5.393 1.997-4.992 0-8.72-3.78-8.72-8.787 0-5.008 3.728-8.758 8.72-8.758 2.157 0 4.037.768 5.485 2.03l.463-1.57v.003zM80.634 18.76c2.62 0 4.531-1.935 4.531-4.545 0-2.614-1.911-4.55-4.53-4.55-2.62 0-4.53 1.935-4.53 4.548 0 2.58 1.91 4.548 4.53 4.548v-.001zm34.462 3.75l-1.51-4.057h-8.567l-1.477 4.056h-4.964L107.054 1h4.405l8.721 21.509h-5.084zm-5.793-15.824l-2.835 7.71h5.67l-2.835-7.71zm13.614 15.824V1.002h4.653v21.507h-4.653z" })] })); }); export default Icon;