@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
39 lines (38 loc) • 5.57 kB
JavaScript
'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 108 24",
xmlns: "http://www.w3.org/2000/svg"
}, rest), {}, {
children: [/*#__PURE__*/_jsx("title", {
children: TITLE
}), /*#__PURE__*/_jsx("path", {
d: "M6.732 17.667h8.292v4.002H2V.6h4.732v17.068zM50.207 6.04a5.415 5.415 0 00-2.877.75 6.748 6.748 0 00-1.949 1.839h-.062c-.65-1.594-2.196-2.595-4.145-2.595-2.598 0-3.929 1.437-4.579 2.408h-.093l-.216-2.064h-3.835v15.286h4.578v-8.905a3.157 3.157 0 01.185-1.187c.278-.787.99-1.72 2.196-1.72 1.486 0 2.167 1.313 2.167 3.251v8.566h4.579v-8.928c-.003-.414.06-.826.184-1.221.14-.473.426-.888.815-1.185.389-.298.862-.463 1.35-.472 1.517 0 2.23 1.281 2.23 3.503v8.314h4.576v-9.013c0-4.563-2.197-6.627-5.104-6.627zM85.71 0h4.703v21.656H86.36l-.216-2.25h-.062C85.12 21.125 83.296 22 81.346 22c-3.588 0-6.465-3.093-6.465-7.846-.031-5.158 3.154-8.128 6.775-8.128 1.857 0 3.31.657 3.99 1.72h.064V0zm0 12.84a7.843 7.843 0 00-.063-.842c-.278-1.282-1.3-2.345-2.752-2.345-2.136 0-3.248 1.938-3.248 4.346 0 2.594 1.268 4.22 3.217 4.22a2.733 2.733 0 001.776-.632c.5-.415.839-.994.957-1.637a4.06 4.06 0 00.126-1.095l-.013-2.014zm20.29-.22v9.036h-4.054l-.278-1.531h-.094C100.582 21.343 99.028 22 97.226 22c-3.074 0-4.905-2.25-4.905-4.69 0-3.97 3.998-5.136 8.91-5.136v-.917c0-.811-.434-1.97-2.762-1.97a8.72 8.72 0 00-3.552.812l-1.508-2.718c1.055-.593 3.134-1.344 5.899-1.344 5.059 0 6.692 3.001 6.692 6.596v-.013zm-4.613 2.364c-2.599 0-4.706.178-4.717 2.1 0 1.227 1.115 1.557 2.17 1.557a2.553 2.553 0 001.505-.476c.441-.315.773-.76.948-1.275a3.41 3.41 0 00.094-.812v-1.095zm-28.325-1.25c0 5.498-3.42 8.245-6.84 8.245-1.74 0-3.419-.656-4.488-2.466h-.044l-.181 2.122h-3.82V.013h4.636v8.175h.06c.885-1.313 2.441-2.154 4.519-2.154 3.573 0 6.197 3.028 6.169 7.713l-.01-.013zm-4.735.189c0-2.364-1.04-4.25-3.204-4.25-1.252 0-2.412.97-2.718 2.343-.061.287-.092.58-.09.875v2.25c-.003.284.027.567.09.843a2.85 2.85 0 00.97 1.604c.494.408 1.11.635 1.748.644 1.996.013 3.214-1.55 3.214-4.296l-.01-.013zm-37.94-1.313v9.035H26.35l-.278-1.53h-.094c-.995 1.218-2.546 1.875-4.347 1.875-3.077.015-4.896-2.227-4.896-4.667 0-3.97 4-5.136 8.91-5.136v-.93c0-.811-.433-1.97-2.761-1.97a8.7 8.7 0 00-3.55.812l-1.51-2.718c1.058-.593 3.137-1.344 5.901-1.344 5.05 0 6.682 3.001 6.682 6.596l-.019-.023zm-4.612 2.363c-2.599 0-4.706.179-4.717 2.1 0 1.227 1.115 1.558 2.17 1.558a2.554 2.554 0 001.506-.477c.44-.314.771-.76.947-1.274.064-.266.095-.539.094-.812v-1.095z"
})]
}));
});
export default Icon;