UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

39 lines (38 loc) 4.68 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 62 24", xmlns: "http://www.w3.org/2000/svg" }, rest), {}, { children: [/*#__PURE__*/_jsx("title", { children: TITLE }), /*#__PURE__*/_jsx("path", { d: "M59.717 6.84L52.504 24H49.37l2.524-5.804-4.668-11.355h3.301l3.007 8.138 3.05-8.138h3.133zM45.873 3.963v14.529H42.93V3.963l2.944-.001zM38.78 5.448c-.519 0-.954-.16-1.304-.483a1.687 1.687 0 01-.505-1.241c0-.49.169-.897.505-1.22.35-.336.785-.504 1.304-.504.518 0 .946.168 1.282.504.35.322.526.674.526 1.164 0 .491-.175.96-.526 1.296-.336.323-.764.484-1.282.484zm1.45 1.388v11.655h-2.943V6.836h2.944zm-10.464 8.942l2.944-8.937h3.133l-4.31 11.65h-3.575l-4.29-11.65h3.154l2.944 8.937zm-19.654-3.154c0-1.178.23-2.222.693-3.134.477-.911 1.114-1.612 1.914-2.103.813-.49 1.717-.736 2.712-.736.869 0 1.626.176 2.271.526.66.35 1.184.792 1.577 1.325V6.84h2.965v11.65H19.28v-1.703c-.38.546-.905 1.002-1.578 1.367-.66.35-1.423.526-2.292.526a5.003 5.003 0 01-2.691-.757c-.8-.506-1.437-1.214-1.914-2.125-.463-.925-.693-1.983-.693-3.174zm9.167.041c0-.715-.14-1.325-.42-1.829-.28-.519-.659-.912-1.136-1.178a2.976 2.976 0 00-1.535-.42 2.982 2.982 0 00-1.513.4c-.463.265-.842.659-1.137 1.177-.28.504-.42 1.107-.42 1.808 0 .701.14 1.318.42 1.85.295.52.674.919 1.136 1.199.476.28.981.42 1.514.42.547 0 1.059-.132 1.536-.398.478-.283.87-.69 1.135-1.178.28-.52.42-1.136.42-1.85zM6.353 9.258v5.636c0 .393.092.68.274.862.196.168.518.253.967.253H8.96v2.481h-1.85c-2.482 0-3.723-1.206-3.723-3.617V9.258H2V6.84h1.388V3.96h2.965v2.88H8.96v2.418H6.353z" })] })); }); export default Icon;