@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
41 lines (40 loc) • 5.15 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 79 24",
xmlns: "http://www.w3.org/2000/svg"
}, rest), {}, {
children: [/*#__PURE__*/_jsx("title", {
children: TITLE
}), /*#__PURE__*/_jsx("path", {
d: "M7.28 11.473v9.603a.566.566 0 01-.565.565h-4.15A.565.565 0 012 21.076V5.912c0-.312.254-.566.565-.566h4.15c.311 0 .565.254.565.566v1.194c1.042-1.303 2.509-2.118 4.562-2.118 1.923 0 3.585.782 4.595 2.249 1.238-1.467 2.998-2.25 5.15-2.25 3.65 0 6.159 2.152 6.159 6.258v9.83a.566.566 0 01-.566.566h-4.149a.565.565 0 01-.565-.565v-8.723c0-1.792-1.01-2.671-2.38-2.671-1.14 0-2.053.717-2.575 1.792v9.603a.566.566 0 01-.565.565h-4.15a.565.565 0 01-.565-.565v-8.722c0-1.793-1.01-2.672-2.38-2.672-1.172 0-2.053.717-2.575 1.792M34.685 21.968c-3.063 0-5.638-2.021-5.638-5.15 0-2.868 1.89-4.205 5.41-5.117l4.498-1.173c-.13-1.075-.978-1.596-2.347-1.596-1.212 0-2.084.463-2.487 1.391a.575.575 0 01-.657.345L29.9 9.822a.569.569 0 01-.404-.746c1.023-2.768 3.867-4.219 7.307-4.219 4.627 0 7.3 2.184 7.3 6.029v10.19a.565.565 0 01-.565.565h-3.934a.566.566 0 01-.565-.552l-.02-.85-.032.034c-1.336 1.14-2.64 1.694-4.303 1.694m1.336-4.074c.685 0 1.206-.196 1.988-.652l.912-.555.033-2.64-2.347.652c-1.597.457-2.314.848-2.314 1.76 0 1.01.879 1.434 1.727 1.434M52.534 13.95l-1.597 1.467v5.659a.565.565 0 01-.566.565h-4.05a.565.565 0 01-.566-.565V.566c0-.312.253-.566.565-.566h4.051c.312 0 .566.254.566.565v9.278l4.726-4.348a.569.569 0 01.383-.15h5.002c.517 0 .762.635.382.983l-4.853 4.427 5.534 10.048a.565.565 0 01-.495.838h-4.729a.565.565 0 01-.501-.304l-3.851-7.388-.001.001z"
}), /*#__PURE__*/_jsx("path", {
d: "M69.726 22c-4.53 0-8.67-2.835-8.67-8.572 0-5.41 3.977-8.538 8.344-8.538 4.367 0 7.822 3.16 7.952 8.147.014.527.023.894.027 1.155a.564.564 0 01-.565.572H66.271c.163 1.956 1.728 3.194 3.716 3.194 1.415 0 2.574-.588 3.387-1.651a.56.56 0 01.759-.124l2.633 1.763a.572.572 0 01.15.796C75.507 20.82 73.18 22 69.728 22M66.37 11.57h5.704c-.032-1.857-1.4-2.671-2.835-2.671-1.336 0-2.704.783-2.867 2.672"
})]
}));
});
export default Icon;