@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
39 lines (38 loc) • 7.62 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 157 24",
xmlns: "http://www.w3.org/2000/svg"
}, rest), {}, {
children: [/*#__PURE__*/_jsx("title", {
children: TITLE
}), /*#__PURE__*/_jsx("path", {
d: "M134.948 21.559V2h4.042l5.71 14.887h.164L150.601 2h4.043v19.559h-2.95V10.496l.163-3.469h-.163l-5.711 14.534h-2.376l-5.709-14.534h-.164l.164 3.469v11.065h-2.95v-.002zM121.281 21.559V2h3.005v16.719h8.414v2.841h-11.419v-.001zM107.07 21.559V2h2.95v11.528l5.9-5.9h3.659v.164l-5.381 5.326 5.572 8.278v.163h-3.496l-4.153-6.393-2.103 2.075v4.316h-2.95l.002.002zM98.038 21.997c-1.439 0-2.704-.328-3.797-.983a7.04 7.04 0 01-2.568-2.65c-.62-1.129-.93-2.385-.93-3.769 0-1.384.31-2.63.93-3.742a6.973 6.973 0 012.568-2.677c1.093-.656 2.358-.983 3.797-.983 1.44 0 2.677.338 3.77 1.01a7.039 7.039 0 012.568 2.65c.62 1.111.93 2.358.93 3.742s-.31 2.64-.93 3.77a7.028 7.028 0 01-2.568 2.649c-1.093.655-2.349.983-3.77.983zm0-2.704a4.31 4.31 0 002.131-.547 4.344 4.344 0 001.584-1.611c.418-.71.629-1.557.629-2.541 0-.985-.209-1.821-.629-2.514-.402-.71-.93-1.247-1.584-1.612a4.154 4.154 0 00-2.13-.573c-.765 0-1.486.19-2.159.573-.656.365-1.193.902-1.611 1.612-.402.691-.602 1.53-.602 2.514 0 .984.2 1.83.602 2.54a4.47 4.47 0 001.639 1.612 4.41 4.41 0 002.13.547zM82.319 21.997c-1.44 0-2.704-.328-3.797-.983a7.038 7.038 0 01-2.569-2.65c-.62-1.129-.929-2.385-.929-3.769 0-1.384.31-2.63.93-3.742a6.972 6.972 0 012.568-2.677c1.093-.656 2.358-.983 3.797-.983 1.44 0 2.677.338 3.77 1.01a7.04 7.04 0 012.568 2.65c.62 1.111.93 2.358.93 3.742s-.31 2.64-.93 3.77a7.028 7.028 0 01-2.569 2.649c-1.092.656-2.348.983-3.769.983zm0-2.704c.765 0 1.476-.182 2.13-.547a4.342 4.342 0 001.585-1.611c.418-.71.628-1.557.628-2.541 0-.985-.209-1.821-.628-2.514-.402-.71-.93-1.247-1.585-1.612a4.152 4.152 0 00-2.13-.573c-.765 0-1.485.19-2.158.573-.656.365-1.193.902-1.612 1.612-.4.691-.6 1.53-.6 2.514 0 .984.2 1.83.6 2.54a4.47 4.47 0 001.64 1.612 4.41 4.41 0 002.13.547zM67.178 21.997a5.496 5.496 0 01-3.469-1.175 5.693 5.693 0 01-1.01-1.12h-.163v1.857h-2.787V2h2.95v5.573l-.163 1.94h.163a4.825 4.825 0 011.01-1.12 5.228 5.228 0 011.53-.875 5.498 5.498 0 011.94-.328c1.273 0 2.412.32 3.415.956 1 .638 1.793 1.51 2.376 2.622.601 1.11.902 2.385.902 3.824 0 1.44-.3 2.714-.902 3.825-.583 1.11-1.375 1.985-2.376 2.621-1.001.639-2.14.956-3.416.956v.003zm-.436-2.704c.728 0 1.411-.191 2.048-.574a4.095 4.095 0 001.556-1.64c.4-.709.602-1.538.602-2.485 0-.948-.2-1.793-.602-2.486a4.116 4.116 0 00-1.556-1.64 3.91 3.91 0 00-2.048-.573c-.728 0-1.412.19-2.048.574-.637.383-1.157.929-1.557 1.639-.401.69-.601 1.52-.601 2.486 0 .966.2 1.802.6 2.513.4.693.921 1.23 1.558 1.612.638.383 1.32.574 2.048.574zM51.22 21.997c-1.367 0-2.586-.319-3.662-.955a6.9 6.9 0 01-2.54-2.622c-.602-1.111-.903-2.377-.903-3.797 0-1.33.292-2.56.875-3.689a6.973 6.973 0 012.43-2.704c1.057-.692 2.269-1.038 3.635-1.038 1.439 0 2.658.31 3.66.93a6.023 6.023 0 012.322 2.54c.528 1.075.792 2.286.792 3.634 0 .2-.01.383-.027.546 0 .164-.01.292-.028.383H47.01c.074.765.264 1.43.574 1.995.4.71.93 1.247 1.584 1.612a4.311 4.311 0 002.13.546c.93 0 1.704-.209 2.322-.629a4.864 4.864 0 001.503-1.611l2.431 1.175a7.538 7.538 0 01-2.458 2.677c-1.038.674-2.332 1.01-3.88 1.01l.003-.003zm-4.043-8.988h7.731a3.23 3.23 0 00-.273-1.092 3.409 3.409 0 00-1.885-1.885c-.473-.218-1.029-.328-1.666-.328-.802 0-1.513.209-2.13.629-.62.401-1.103.964-1.45 1.694-.144.31-.254.638-.327.982zM34.58 7.628h2.431V3.694h2.95v3.934h3.416v2.569H39.96v6.692c0 .691.138 1.22.41 1.584.29.365.773.546 1.447.546.329 0 .62-.045.875-.135.255-.11.51-.237.765-.384v2.87c-.31.126-.638.227-.983.3-.347.073-.756.11-1.229.11-1.293 0-2.323-.374-3.087-1.12-.765-.765-1.148-1.812-1.148-3.14v-7.322H34.58v-2.57zM26.772 21.997c-1.439 0-2.704-.328-3.797-.983a7.028 7.028 0 01-2.568-2.65c-.62-1.129-.93-2.385-.93-3.769 0-1.384.31-2.63.93-3.742a6.973 6.973 0 012.568-2.677c1.093-.656 2.358-.983 3.797-.983 1.44 0 2.677.338 3.77 1.01a7.04 7.04 0 012.568 2.65c.62 1.111.93 2.358.93 3.742s-.31 2.64-.93 3.77a7.03 7.03 0 01-2.568 2.649c-1.093.655-2.349.983-3.77.983zm0-2.704c.765 0 1.476-.182 2.13-.547a4.341 4.341 0 001.585-1.611c.418-.71.629-1.557.629-2.541 0-.985-.21-1.821-.63-2.514-.399-.71-.929-1.247-1.583-1.612a4.152 4.152 0 00-2.13-.573c-.765 0-1.486.19-2.159.573-.656.365-1.193.902-1.611 1.612-.4.691-.602 1.53-.602 2.514 0 .984.2 1.83.602 2.54a4.47 4.47 0 001.639 1.612 4.415 4.415 0 002.13.547zM2 21.559V2h3.551l8.852 14.369h.163l-.163-3.77V2h2.977v19.559h-3.114L4.976 6.452h-.163l.163 3.77v11.337H2z"
})]
}));
});
export default Icon;