@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
39 lines (38 loc) • 4.43 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 101 24",
xmlns: "http://www.w3.org/2000/svg"
}, rest), {}, {
children: [/*#__PURE__*/_jsx("title", {
children: TITLE
}), /*#__PURE__*/_jsx("path", {
d: "M55.024 13.262c0-4.784 3.217-8.631 7.922-8.631 2.318 0 4.397 1.057 5.209 2.869l.536-.01V4.965h3.612v16.56h-3.65v-2.884l-.729-.004c-.807 2.093-2.399 3.222-4.978 3.222-4.705 0-7.922-3.847-7.922-8.598zm13.63 0c0-2.91-2.007-5.052-4.74-5.052-2.906 0-4.982 2.141-4.982 5.052 0 2.91 2.076 5.018 4.982 5.018 2.698 0 4.74-2.075 4.74-5.018zm8.193 8.314V8.371h-1.923V4.869h3.957v3.323h.935c.415-1.165 1.595-3.49 5.727-3.49h1.394V7.96h-1.561c-1.58 0-2.773.454-3.581 1.364-.808.91-1.213 2.126-1.213 3.647v8.605h-3.734zm18.053.142c-1.022 0-1.817-.26-2.383-.78-.566-.519-.85-1.308-.85-2.366V7.962h-3.01v-2.95h3.038V0h3.735v5.011h4.152v2.952h-4.125v10.776H100v2.979h-5.1zM26.071 4.068c-4.957 0-8.975 4.014-8.975 8.966 0 4.952 4.018 8.966 8.975 8.966s8.975-4.014 8.975-8.966c0-4.952-4.018-8.967-8.975-8.967m0 14.177a5.212 5.212 0 01-5.215-5.21 5.212 5.212 0 015.215-5.21 5.212 5.212 0 015.215 5.21 5.212 5.212 0 01-5.215 5.21zm-17.233.133L8.828.005H2v3.432h2.964v18.28h11.907v-3.34H8.838zM54.528 4.97H50.6l-4.988 13.423v.57H44.13v-.565L39.142 4.974h-3.93l6.197 16.708 6.922-.006L54.529 4.97z"
})]
}));
});
export default Icon;