UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

39 lines (38 loc) 5.85 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: "nonzero", height: size, style: _objectSpread({ flex: 'none', lineHeight: 1 }, style), viewBox: "0 0 69 24", xmlns: "http://www.w3.org/2000/svg" }, rest), {}, { children: [/*#__PURE__*/_jsx("title", { children: TITLE }), /*#__PURE__*/_jsx("path", { d: "M2 19.75L8.102 2.81h2.12v2.97h-.797L4.764 19.75H2zm2.94-4.578l.737-2.113h7.695l.738 2.113H4.94zm9.334 4.578L9.624 5.78V2.81h1.324l6.09 16.94h-2.764zM19.685 24V7.001h2.541V9.01h.2c.241-.47.554-.87.936-1.198.39-.329.836-.583 1.335-.763.5-.18 1.047-.27 1.64-.27 1.07 0 1.999.274 2.787.822.789.54 1.398 1.303 1.827 2.289.438.978.656 2.137.656 3.475v.023c0 1.346-.215 2.513-.644 3.499-.43.978-1.038 1.737-1.827 2.277-.789.532-1.722.799-2.8.799a4.87 4.87 0 01-1.639-.27 4.491 4.491 0 01-1.346-.775 3.614 3.614 0 01-.926-1.186h-.199V24h-2.541zm5.926-6.222c.71 0 1.32-.176 1.827-.528.507-.352.894-.857 1.16-1.515.273-.657.41-1.44.41-2.348v-.023c0-.916-.137-1.702-.41-2.36-.266-.657-.653-1.162-1.16-1.514-.508-.352-1.117-.528-1.827-.528-.703 0-1.312.18-1.827.54-.515.352-.91.857-1.183 1.514-.273.65-.41 1.432-.41 2.348v.023c0 .9.137 1.68.41 2.337.273.657.668 1.166 1.183 1.526.515.352 1.124.528 1.827.528zM34.652 24V7.001h2.542V9.01h.199c.242-.47.554-.87.937-1.198.39-.329.835-.583 1.335-.763.5-.18 1.046-.27 1.64-.27 1.07 0 1.998.274 2.787.822.788.54 1.398 1.303 1.827 2.289.437.978.656 2.137.656 3.475v.023c0 1.346-.215 2.513-.644 3.499-.43.978-1.039 1.737-1.827 2.277-.789.532-1.722.799-2.8.799a4.87 4.87 0 01-1.64-.27 4.493 4.493 0 01-1.346-.775 3.612 3.612 0 01-.925-1.186h-.2V24h-2.54zm5.926-6.222c.71 0 1.32-.176 1.827-.528.508-.352.894-.857 1.16-1.515.273-.657.41-1.44.41-2.348v-.023c0-.916-.137-1.702-.41-2.36-.266-.657-.652-1.162-1.16-1.514-.507-.352-1.116-.528-1.827-.528-.702 0-1.311.18-1.827.54-.515.352-.91.857-1.182 1.514-.274.65-.41 1.432-.41 2.348v.023c0 .9.136 1.68.41 2.337.273.657.667 1.166 1.182 1.526.516.352 1.125.528 1.827.528zM49.737 19.75V2h2.541v17.75h-2.541zM61.402 19.997c-1.242 0-2.307-.266-3.197-.799-.89-.54-1.578-1.303-2.062-2.289-.476-.986-.714-2.152-.714-3.498v-.012c0-1.33.238-2.493.714-3.487.484-.993 1.164-1.768 2.038-2.324.882-.556 1.913-.833 3.092-.833 1.187 0 2.206.266 3.057.798.859.532 1.518 1.28 1.979 2.242.46.955.691 2.074.691 3.358v.892H56.717v-1.82h9.018l-1.218 1.69v-1.02c0-.909-.14-1.66-.421-2.255-.274-.602-.653-1.052-1.137-1.35-.484-.297-1.042-.446-1.674-.446-.633 0-1.199.157-1.698.47-.492.305-.883.759-1.172 1.362-.28.602-.421 1.342-.421 2.218v1.022c0 .837.14 1.553.421 2.148.281.595.68 1.049 1.195 1.362.523.313 1.14.47 1.85.47.547 0 1.015-.075 1.406-.224.398-.156.722-.348.972-.575.258-.227.433-.45.527-.669l.047-.094h2.46l-.024.106c-.11.422-.3.845-.574 1.268a4.666 4.666 0 01-1.09 1.138c-.444.345-.983.622-1.615.834-.625.211-1.347.317-2.167.317z" })] })); }); export default Icon;