UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

39 lines (38 loc) 6.82 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 172 24", xmlns: "http://www.w3.org/2000/svg" }, rest), {}, { children: [/*#__PURE__*/_jsx("title", { children: TITLE }), /*#__PURE__*/_jsx("path", { d: "M18.394 17.1a8.589 8.589 0 01-3.542 3.46 11.338 11.338 0 01-5.447 1.243H2V2.3h7.4a11.52 11.52 0 015.46 1.216 8.431 8.431 0 013.543 3.42 10.208 10.208 0 011.236 5.073 10.296 10.296 0 01-1.245 5.09zm-5.097-.979c1.024-.972 1.537-2.343 1.537-4.112 0-1.769-.513-3.138-1.537-4.108-1.028-.975-2.465-1.463-4.313-1.463H6.743V17.58h2.24c1.852 0 3.29-.486 4.314-1.459zm22.86-12.838A9.369 9.369 0 0139.7 6.839a10.167 10.167 0 011.302 5.144 10.157 10.157 0 01-1.329 5.157 9.454 9.454 0 01-3.578 3.574 10.398 10.398 0 01-10.004 0 9.418 9.418 0 01-3.574-3.574 10.096 10.096 0 01-1.329-5.157 10.042 10.042 0 011.329-5.144 9.456 9.456 0 013.574-3.556 10.455 10.455 0 0110.035 0h.031zm-8.733 4.605c-.912 1.003-1.37 2.367-1.373 4.095-.003 1.727.455 3.088 1.373 4.081a5.256 5.256 0 007.387 0c.918-1.008 1.377-2.368 1.377-4.081 0-1.713-.458-3.074-1.373-4.082a5.288 5.288 0 00-7.4 0l.009-.013zM58.33 4.067a8.968 8.968 0 013.175 5.289h-5.013a4.575 4.575 0 00-1.705-2.116 4.779 4.779 0 00-2.728-.776 4.171 4.171 0 00-3.357 1.504c-.85 1.007-1.275 2.36-1.275 4.055 0 1.695.425 3.04 1.275 4.037a4.181 4.181 0 003.357 1.503 4.774 4.774 0 002.728-.754 4.606 4.606 0 001.705-2.093h5.018a9.02 9.02 0 01-3.175 5.289c-1.633 1.313-3.7 1.971-6.2 1.974a9.78 9.78 0 01-5.013-1.256 8.555 8.555 0 01-3.344-3.526A11.015 11.015 0 0142.6 12.04a11.02 11.02 0 011.178-5.161 8.555 8.555 0 013.344-3.526A9.78 9.78 0 0152.13 2.11c2.504 0 4.57.652 6.2 1.957zm18.71 15.087a5.572 5.572 0 01-2.329 2.071 8.287 8.287 0 01-3.728.772c-2.197 0-4.007-.534-5.43-1.6a5.778 5.778 0 01-2.33-4.47h5.045c.037.657.318 1.276.788 1.737.471.43 1.093.658 1.731.635a2.02 2.02 0 001.444-.494c.355-.348.546-.827.527-1.322a1.705 1.705 0 00-.487-1.238 3.72 3.72 0 00-1.204-.816c-.479-.212-1.147-.44-1.997-.758a24.402 24.402 0 01-3.034-1.23 5.598 5.598 0 01-2.024-1.763 5.108 5.108 0 01-.846-3.05 5.1 5.1 0 01.886-3.005 5.6 5.6 0 012.458-1.944 8.979 8.979 0 013.587-.674c2.178 0 3.91.514 5.194 1.542a5.897 5.897 0 012.179 4.25h-5.128a2.64 2.64 0 00-.709-1.535 2.088 2.088 0 00-1.536-.564 2.02 2.02 0 00-1.329.44c-.357.335-.544.81-.509 1.297-.014.433.145.855.443 1.172a3.48 3.48 0 001.151.789c.46.202 1.125.46 1.993.77 1.057.34 2.086.76 3.078 1.257a5.856 5.856 0 012.05 1.807c.608.912.908 1.992.86 3.085a5.35 5.35 0 01-.793 2.839zM85.195 6.05v4.086h6.643v3.561h-6.643v4.333h7.453v3.777H80.473V2.3h12.192v3.75h-7.471zm22.218 12.196h-7.343l-1.222 3.557h-4.986l7.178-19.362h5.46l7.188 19.362h-5.053l-1.222-3.557zm-1.218-3.588l-2.44-7.17-2.467 7.17h4.907zm19.007 7.145l-4.242-7.365h-1.072v7.365h-4.739V2.3h8.096a8.765 8.765 0 013.937.82 5.557 5.557 0 012.413 2.203c.547.973.823 2.073.802 3.186a5.621 5.621 0 01-1.178 3.614 6.015 6.015 0 01-3.423 2.015l4.658 7.669-5.252-.004zm-5.314-10.578h2.941a2.96 2.96 0 002.081-.613 2.39 2.39 0 00.665-1.833 2.429 2.429 0 00-.678-1.82 2.857 2.857 0 00-2.064-.661h-2.945v4.927zm27.625-7.158a8.948 8.948 0 013.175 5.289h-5.018a4.546 4.546 0 00-1.705-2.125 4.768 4.768 0 00-2.728-.775 4.152 4.152 0 00-3.352 1.512c-.85 1.007-1.276 2.36-1.276 4.055 0 1.695.426 3.04 1.276 4.037a4.166 4.166 0 003.352 1.503 4.766 4.766 0 002.728-.772 4.574 4.574 0 001.705-2.093h5.018a9 9 0 01-3.175 5.289c-1.633 1.313-3.7 1.971-6.2 1.974a9.787 9.787 0 01-5.018-1.256 8.518 8.518 0 01-3.339-3.526 10.99 10.99 0 01-1.178-5.157c-.034-1.79.37-3.561 1.178-5.161a8.52 8.52 0 013.339-3.526 9.783 9.783 0 015.018-1.252c2.501.018 4.567.68 6.2 1.984zM170 2.3v19.503h-4.769v-8.136h-7.427v8.136h-4.739V2.3h4.739v7.558h7.427V2.3H170z" })] })); }); export default Icon;