@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
49 lines (48 loc) • 10 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 108 24",
xmlns: "http://www.w3.org/2000/svg"
}, rest), {}, {
children: [/*#__PURE__*/_jsx("title", {
children: TITLE
}), /*#__PURE__*/_jsx("path", {
d: "M50.477.293L53.709.27l.13 18.09-3.233.024-.13-18.091z"
}), /*#__PURE__*/_jsx("path", {
clipRule: "evenodd",
d: "M75.914 9.047c-.38.826-.565 1.753-.558 2.777h-.004c.007.982.195 1.879.568 2.685a6.156 6.156 0 001.548 2.079c.66.577 1.446 1.023 2.361 1.337.916.315 1.923.466 3.013.458.465-.003.94-.044 1.415-.127.474-.082.934-.188 1.376-.321a9.278 9.278 0 001.24-.465c.385-.18.72-.368 1.003-.566l.008 1.21 3.233-.023L90.987 0l-3.233.023.045 6.156a6.862 6.862 0 00-.982-.458 9.2 9.2 0 00-1.181-.36c-.42-.099-.858-.175-1.31-.232a10.395 10.395 0 00-1.38-.079c-1.094.008-2.108.174-3.038.497-.929.323-1.736.78-2.412 1.371a6.288 6.288 0 00-1.582 2.129zm3.16 4.212a3.46 3.46 0 01-.323-1.46v-.008a3.596 3.596 0 011.21-2.777c.394-.353.88-.63 1.457-.835.576-.204 1.236-.307 1.977-.312a7.84 7.84 0 012.27.324c.379.113.752.26 1.117.438.365.18.715.4 1.043.658l.032 4.462a4.742 4.742 0 01-.916.738 6.62 6.62 0 01-1.133.566 7.677 7.677 0 01-1.26.363c-.432.087-.87.132-1.308.135-.684.005-1.3-.089-1.85-.285a4.306 4.306 0 01-1.413-.809 3.637 3.637 0 01-.903-1.198zM92.696 9.1a6.024 6.024 0 00-.518 2.507c.007.94.204 1.814.579 2.625.373.812.932 1.515 1.673 2.115.74.6 1.656 1.072 2.748 1.409 1.092.336 2.365.504 3.814.494a16.307 16.307 0 001.62-.086 14.104 14.104 0 001.47-.234 11.1 11.1 0 001.353-.382c.432-.152.929-.332 1.351-.53l-1.182-2.454a15.34 15.34 0 01-2.1.61 10.847 10.847 0 01-4.247.073 6.578 6.578 0 01-1.62-.528 4.268 4.268 0 01-1.17-.82 2.948 2.948 0 01-.68-1.052l12.185-.087c.013-.116.021-.242.025-.386.004-.144.002-.274.001-.4a7.034 7.034 0 00-.569-2.779 6.545 6.545 0 00-1.6-2.245c-.693-.638-1.531-1.134-2.521-1.495-.99-.36-2.095-.534-3.33-.525-1.234.009-2.336.198-3.307.568-.97.37-1.792.86-2.453 1.479A6.474 6.474 0 0092.696 9.1zm11.314.17c.245.306.429.635.548.992l-.005.01-8.788.063a3.04 3.04 0 01.543-.977c.249-.304.56-.576.94-.811.38-.236.816-.425 1.318-.568a6.257 6.257 0 011.67-.222 6.019 6.019 0 011.585.184c.481.127.906.306 1.271.531.365.226.674.493.918.799z"
}), /*#__PURE__*/_jsx("path", {
d: "M72.327 3.6a2.644 2.644 0 01-.867-.128 1.988 1.988 0 01-.664-.368 1.676 1.676 0 01-.423-.541 1.566 1.566 0 01.406-1.874c.18-.155.398-.277.658-.372.26-.095.549-.139.865-.141.317-.002.62.042.882.129.261.086.48.21.664.362a1.569 1.569 0 01.576 1.206 1.586 1.586 0 01-.56 1.21c-.18.154-.398.281-.658.376-.26.095-.548.14-.879.141zM70.723 5.367l3.232-.023.092 12.87-3.232.023-.092-12.87zM56.224 14.396l-.001-.001.004-.004-.003.005z"
}), /*#__PURE__*/_jsx("path", {
d: "M55.03 16.87l1.194-2.473c.88.514 1.84.893 2.89 1.132 1.05.24 2.122.357 3.22.35.741-.006 1.36-.061 1.853-.167.493-.106.888-.24 1.185-.4.297-.16.505-.343.63-.549.124-.205.183-.41.181-.624-.002-.308-.139-.567-.406-.784-.267-.217-.705-.32-1.316-.316a8.164 8.164 0 00-.917.062l-1.028.124c-.358.044-.735.084-1.122.124-.386.04-.782.062-1.182.064-.876.007-1.617-.081-2.233-.267-.616-.187-1.117-.44-1.505-.762a2.85 2.85 0 01-.847-1.157 3.994 3.994 0 01-.271-1.446 3.705 3.705 0 01.443-1.813c.299-.556.733-1.034 1.299-1.442.565-.41 1.247-.726 2.052-.96.804-.233 1.697-.352 2.689-.359.517-.003 1.058.025 1.622.082.563.056 1.118.136 1.664.235.546.098 1.073.21 1.577.342.419.11.896.298 1.268.446l.212.083-1.142 2.41a17.805 17.805 0 00-2.47-.709 11.96 11.96 0 00-2.53-.247 7.516 7.516 0 00-1.532.146c-.418.091-.757.215-1.017.365-.26.151-.45.325-.57.516-.119.192-.178.397-.177.607a.934.934 0 00.096.413.777.777 0 00.31.319c.145.087.327.156.56.205.234.05.513.066.849.064a9.07 9.07 0 00.973-.063l.284-.032.786-.092c.372-.044.754-.084 1.15-.124.395-.04.8-.062 1.215-.065.773-.005 1.449.083 2.028.26.578.178 1.06.43 1.44.753.38.323.666.707.86 1.148.194.44.291.924.295 1.45a3.927 3.927 0 01-.457 1.888c-.308.583-.77 1.09-1.386 1.522-.617.432-1.383.768-2.303 1.012-.92.244-1.982.372-3.193.381a16.982 16.982 0 01-4.13-.478c-.625-.153-1.223-.317-1.769-.536-.7-.28-.845-.366-1.028-.473a5.314 5.314 0 00-.295-.164z"
}), /*#__PURE__*/_jsx("path", {
clipRule: "evenodd",
d: "M33.963 9.468a6.068 6.068 0 00-.545 2.6c.007.926.2 1.786.582 2.593a6.334 6.334 0 001.622 2.105c.699.6 1.54 1.074 2.53 1.41.99.338 2.1.507 3.33.498 1.229-.008 2.34-.189 3.32-.545.981-.356 1.82-.836 2.51-1.446a6.32 6.32 0 001.587-2.129 6.055 6.055 0 00.545-2.6 6.124 6.124 0 00-.582-2.592 6.257 6.257 0 00-1.617-2.106c-.698-.6-1.54-1.073-2.53-1.41-.99-.338-2.1-.507-3.33-.498-1.229.009-2.34.189-3.32.545-.981.356-1.816.836-2.51 1.446a6.271 6.271 0 00-1.592 2.129zm3.173 4.04a3.494 3.494 0 01-.323-1.464 3.53 3.53 0 01.302-1.472c.206-.467.506-.884.9-1.235.393-.352.88-.635 1.446-.848.567-.214 1.218-.32 1.945-.326.727-.005 1.375.097 1.949.298.574.2 1.056.476 1.46.827a3.576 3.576 0 011.239 2.69 3.494 3.494 0 01-.302 1.468 3.604 3.604 0 01-.9 1.226 4.56 4.56 0 01-1.446.848c-.567.213-1.218.32-1.945.325-.727.005-1.375-.097-1.95-.298a4.478 4.478 0 01-1.458-.827 3.544 3.544 0 01-.917-1.212zM16.695 12.19a6.07 6.07 0 01.545-2.6 6.27 6.27 0 011.592-2.13c.694-.61 1.53-1.09 2.51-1.446.98-.356 2.092-.536 3.321-.545 1.23-.009 2.34.16 3.33.497.99.338 1.83.811 2.53 1.41a6.331 6.331 0 011.621 2.107c.383.806.576 1.666.582 2.592a6.057 6.057 0 01-.545 2.6 6.276 6.276 0 01-1.591 2.129c-.695.61-1.53 1.09-2.51 1.447-.98.355-2.092.536-3.321.544-1.23.01-2.34-.16-3.33-.497-.99-.337-1.831-.81-2.53-1.41a6.329 6.329 0 01-1.621-2.106 6.053 6.053 0 01-.582-2.592zm3.396-.025c.003.517.11 1.005.322 1.464.213.459.514.866.917 1.212.403.347.885.627 1.46.827.574.201 1.222.304 1.948.298.727-.005 1.378-.112 1.945-.325a4.562 4.562 0 001.447-.848c.393-.352.693-.764.9-1.226.206-.462.305-.951.301-1.468a3.578 3.578 0 00-1.24-2.69 4.396 4.396 0 00-1.459-.827c-.574-.2-1.222-.303-1.949-.298-.726.005-1.378.112-1.944.326a4.564 4.564 0 00-1.447.848 3.595 3.595 0 00-.9 1.235 3.532 3.532 0 00-.301 1.472zM.13 24.002l3.232-.023.005-.005-.045-6.184c.286.166.613.317.982.458.369.142.76.26 1.18.36.42.099.859.175 1.311.232.452.057.914.082 1.38.079 1.094-.008 2.108-.174 3.037-.497.93-.323 1.737-.78 2.412-1.371a6.288 6.288 0 001.583-2.129c.38-.826.564-1.795.557-2.777-.007-.982-.195-1.878-.568-2.686a6.155 6.155 0 00-1.548-2.078c-.66-.577-1.446-1.022-2.361-1.337-.916-.315-1.923-.466-3.012-.458-.476.004-.95.044-1.42.127-.47.082-.93.188-1.372.321a9.303 9.303 0 00-1.24.465c-.385.18-.72.368-1.002.566l-.009-1.21L0 5.878l.13 18.124zm4.209-8.667a5.866 5.866 0 01-1.044-.658l-.031-4.453c.258-.272.564-.516.916-.737.353-.221.729-.41 1.133-.566a7.68 7.68 0 011.26-.363 6.89 6.89 0 011.307-.135c.685-.005 1.3.088 1.851.284a4.306 4.306 0 011.413.81c.389.34.69.744.903 1.198.213.454.319.943.322 1.459a3.599 3.599 0 01-1.21 2.777c-.393.352-.88.63-1.456.834-.576.204-1.237.307-1.977.312a7.831 7.831 0 01-2.27-.323 7.31 7.31 0 01-1.117-.439z"
})]
}));
});
export default Icon;