@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
348 lines (347 loc) • 16.2 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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
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 { useFillIds } from "../../hooks/useFillId";
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);
var _useFillIds = useFillIds(TITLE, 12),
_useFillIds2 = _slicedToArray(_useFillIds, 12),
a = _useFillIds2[0],
b = _useFillIds2[1],
c = _useFillIds2[2],
d = _useFillIds2[3],
e = _useFillIds2[4],
f = _useFillIds2[5],
g = _useFillIds2[6],
h = _useFillIds2[7],
i = _useFillIds2[8],
j = _useFillIds2[9],
k = _useFillIds2[10],
l = _useFillIds2[11];
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
height: size,
style: _objectSpread({
flex: 'none',
lineHeight: 1
}, style),
viewBox: "0 0 24 24",
width: size,
xmlns: "http://www.w3.org/2000/svg"
}, rest), {}, {
children: [/*#__PURE__*/_jsx("title", {
children: TITLE
}), /*#__PURE__*/_jsx("mask", {
height: "23",
id: a.id,
maskUnits: "userSpaceOnUse",
width: "24",
x: "0",
y: "1",
children: /*#__PURE__*/_jsx("path", {
d: "M21.751 22.607c1.34 1.005 3.35.335 1.508-1.508C17.73 15.74 18.904 1 12.037 1 5.17 1 6.342 15.74.815 21.1c-2.01 2.009.167 2.511 1.507 1.506 5.192-3.517 4.857-9.714 9.715-9.714 4.857 0 4.522 6.197 9.714 9.715z",
fill: "#fff"
})
}), /*#__PURE__*/_jsxs("g", {
mask: a.fill,
children: [/*#__PURE__*/_jsx("g", {
filter: b.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M-1.018-3.992c-.408 3.591 2.686 6.89 6.91 7.37 4.225.48 7.98-2.043 8.387-5.633.408-3.59-2.686-6.89-6.91-7.37-4.225-.479-7.98 2.043-8.387 5.633z",
fill: "#FFE432"
})
}), /*#__PURE__*/_jsx("g", {
filter: c.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M15.269 7.747c1.058 4.557 5.691 7.374 10.348 6.293 4.657-1.082 7.575-5.653 6.516-10.21-1.058-4.556-5.691-7.374-10.348-6.292-4.657 1.082-7.575 5.653-6.516 10.21z",
fill: "#FC413D"
})
}), /*#__PURE__*/_jsx("g", {
filter: d.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M-12.443 10.804c1.338 4.703 7.36 7.11 13.453 5.378 6.092-1.733 9.947-6.95 8.61-11.652C8.282-.173 2.26-2.58-3.833-.848-9.925.884-13.78 6.1-12.443 10.804z",
fill: "#00B95C"
})
}), /*#__PURE__*/_jsx("g", {
filter: e.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M-12.443 10.804c1.338 4.703 7.36 7.11 13.453 5.378 6.092-1.733 9.947-6.95 8.61-11.652C8.282-.173 2.26-2.58-3.833-.848-9.925.884-13.78 6.1-12.443 10.804z",
fill: "#00B95C"
})
}), /*#__PURE__*/_jsx("g", {
filter: f.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M-7.608 14.703c3.352 3.424 9.126 3.208 12.896-.483 3.77-3.69 4.108-9.459.756-12.883C2.69-2.087-3.083-1.871-6.853 1.82c-3.77 3.69-4.108 9.458-.755 12.883z",
fill: "#00B95C"
})
}), /*#__PURE__*/_jsx("g", {
filter: g.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M9.932 27.617c1.04 4.482 5.384 7.303 9.7 6.3 4.316-1.002 6.971-5.448 5.93-9.93-1.04-4.483-5.384-7.304-9.7-6.301-4.316 1.002-6.971 5.448-5.93 9.93z",
fill: "#3186FF"
})
}), /*#__PURE__*/_jsx("g", {
filter: h.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M2.572-8.185C.392-3.329 2.778 2.472 7.9 4.771c5.122 2.3 11.042.227 13.222-4.63 2.18-4.855-.205-10.656-5.327-12.955-5.122-2.3-11.042-.227-13.222 4.63z",
fill: "#FBBC04"
})
}), /*#__PURE__*/_jsx("g", {
filter: i.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M-3.267 38.686c-5.277-2.072 3.742-19.117 5.984-24.83 2.243-5.712 8.34-8.664 13.616-6.592 5.278 2.071 11.533 13.482 9.29 19.195-2.242 5.713-23.613 14.298-28.89 12.227z",
fill: "#3186FF"
})
}), /*#__PURE__*/_jsx("g", {
filter: j.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M28.71 17.471c-1.413 1.649-5.1.808-8.236-1.878-3.135-2.687-4.531-6.201-3.118-7.85 1.412-1.649 5.1-.808 8.235 1.878s4.532 6.2 3.119 7.85z",
fill: "#749BFF"
})
}), /*#__PURE__*/_jsx("g", {
filter: k.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M18.163 9.077c5.81 3.93 12.502 4.19 14.946.577 2.443-3.612-.287-9.727-6.098-13.658-5.81-3.931-12.502-4.19-14.946-.577-2.443 3.612.287 9.727 6.098 13.658z",
fill: "#FC413D"
})
}), /*#__PURE__*/_jsx("g", {
filter: l.fill,
children: /*#__PURE__*/_jsx("path", {
d: "M-.915 2.684c-1.44 3.473-.97 6.967 1.05 7.804 2.02.837 4.824-1.3 6.264-4.772 1.44-3.473.97-6.967-1.05-7.804-2.02-.837-4.824 1.3-6.264 4.772z",
fill: "#FFEE48"
})
})]
}), /*#__PURE__*/_jsxs("defs", {
children: [/*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "17.587",
id: b.id,
width: "19.838",
x: "-3.288",
y: "-11.917",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "1.117"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "38.565",
id: c.id,
width: "38.9",
x: "4.251",
y: "-13.493",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "5.4"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "36.517",
id: d.id,
width: "40.955",
x: "-21.889",
y: "-10.592",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "4.591"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "36.517",
id: e.id,
width: "40.955",
x: "-21.889",
y: "-10.592",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "4.591"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "36.595",
id: f.id,
width: "36.632",
x: "-19.099",
y: "-10.278",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "4.591"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "34.087",
id: g.id,
width: "33.533",
x: ".981",
y: "8.758",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "4.363"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "35.276",
id: h.id,
width: "35.978",
x: "-6.143",
y: "-21.659",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "3.954"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "46.523",
id: i.id,
width: "45.114",
x: "-11.96",
y: "-.46",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "3.531"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "24.054",
id: j.id,
width: "25.094",
x: "10.485",
y: ".58",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "3.159"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "30.007",
id: k.id,
width: "33.508",
x: "5.833",
y: "-12.467",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "2.669"
})]
}), /*#__PURE__*/_jsxs("filter", {
colorInterpolationFilters: "sRGB",
filterUnits: "userSpaceOnUse",
height: "26.151",
id: l.id,
width: "22.194",
x: "-8.355",
y: "-8.876",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: "0",
result: "BackgroundImageFix"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "BackgroundImageFix",
result: "shape"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
result: "effect1_foregroundBlur_977_115",
stdDeviation: "3.303"
})]
})]
})]
}));
});
export default Icon;