@lobehub/icons 1.25.2 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/README.md +3 -3
  2. package/es/Ai360/components/Avatar.d.ts +5 -0
  3. package/es/Ai360/components/Avatar.js +25 -0
  4. package/es/Ai360/components/Color.d.ts +3 -0
  5. package/es/Ai360/components/Color.js +135 -0
  6. package/es/Ai360/components/Combine.d.ts +7 -0
  7. package/es/Ai360/components/Combine.js +30 -0
  8. package/es/Ai360/components/Mono.d.ts +3 -0
  9. package/es/Ai360/components/Mono.js +48 -0
  10. package/es/Ai360/components/Text.d.ts +3 -0
  11. package/es/Ai360/components/Text.js +42 -0
  12. package/es/Ai360/index.d.ts +16 -0
  13. package/es/Ai360/index.js +15 -0
  14. package/es/Ai360/style.d.ts +5 -0
  15. package/es/Ai360/style.js +5 -0
  16. package/es/AiMass/components/Avatar.d.ts +5 -0
  17. package/es/AiMass/components/Avatar.js +24 -0
  18. package/es/AiMass/components/Color.d.ts +3 -0
  19. package/es/AiMass/components/Color.js +41 -0
  20. package/es/AiMass/components/Combine.d.ts +7 -0
  21. package/es/AiMass/components/Combine.js +30 -0
  22. package/es/AiMass/components/Mono.d.ts +3 -0
  23. package/es/AiMass/components/Mono.js +41 -0
  24. package/es/AiMass/components/Text.d.ts +3 -0
  25. package/es/AiMass/components/Text.js +50 -0
  26. package/es/AiMass/index.d.ts +15 -0
  27. package/es/AiMass/index.js +14 -0
  28. package/es/AiMass/style.d.ts +4 -0
  29. package/es/AiMass/style.js +4 -0
  30. package/es/CodeGeeX/components/Avatar.d.ts +5 -0
  31. package/es/CodeGeeX/components/Avatar.js +27 -0
  32. package/es/CodeGeeX/components/Color.d.ts +3 -0
  33. package/es/CodeGeeX/components/Color.js +41 -0
  34. package/es/CodeGeeX/components/Combine.d.ts +7 -0
  35. package/es/CodeGeeX/components/Combine.js +34 -0
  36. package/es/CodeGeeX/components/Mono.d.ts +3 -0
  37. package/es/CodeGeeX/components/Mono.js +41 -0
  38. package/es/CodeGeeX/components/Text.d.ts +3 -0
  39. package/es/CodeGeeX/components/Text.js +52 -0
  40. package/es/CodeGeeX/index.d.ts +16 -0
  41. package/es/CodeGeeX/index.js +15 -0
  42. package/es/CodeGeeX/style.d.ts +5 -0
  43. package/es/CodeGeeX/style.js +5 -0
  44. package/es/Novita/components/Avatar.d.ts +5 -0
  45. package/es/Novita/components/Avatar.js +26 -0
  46. package/es/Novita/components/Color.d.ts +3 -0
  47. package/es/Novita/components/Color.js +59 -0
  48. package/es/Novita/components/Combine.d.ts +7 -0
  49. package/es/Novita/components/Combine.js +30 -0
  50. package/es/Novita/components/Mono.d.ts +3 -0
  51. package/es/Novita/components/Mono.js +40 -0
  52. package/es/Novita/components/Text.d.ts +3 -0
  53. package/es/Novita/components/Text.js +54 -0
  54. package/es/Novita/index.d.ts +16 -0
  55. package/es/Novita/index.js +15 -0
  56. package/es/Novita/style.d.ts +5 -0
  57. package/es/Novita/style.js +5 -0
  58. package/es/components/Editor/Color.js +1 -2
  59. package/es/components/Editor/Mono.js +1 -2
  60. package/es/components/Editor/Preview.js +1 -2
  61. package/es/components/Editor/Text.js +1 -2
  62. package/es/hooks/useFillId.js +17 -12
  63. package/es/index.d.ts +4 -0
  64. package/es/index.js +4 -0
  65. package/package.json +8 -8
@@ -0,0 +1,40 @@
1
+ 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); }
2
+ var _excluded = ["size", "style"];
3
+ 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; }
4
+ 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; }
5
+ 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; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ 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); }
8
+ 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; }
9
+ 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; }
10
+ import { forwardRef } from 'react';
11
+ import { TITLE } from "../style";
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { jsxs as _jsxs } from "react/jsx-runtime";
14
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
15
+ var _ref$size = _ref.size,
16
+ size = _ref$size === void 0 ? '1em' : _ref$size,
17
+ style = _ref.style,
18
+ rest = _objectWithoutProperties(_ref, _excluded);
19
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
20
+ fill: "currentColor",
21
+ fillRule: "evenodd",
22
+ height: size,
23
+ ref: ref,
24
+ style: _objectSpread({
25
+ flex: 'none',
26
+ lineHeight: 1
27
+ }, style),
28
+ viewBox: "0 0 24 24",
29
+ width: size,
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ clipRule: "evenodd",
36
+ d: "M2.371 0C1.614 0 1 .614 1 1.371v18.522c0 .758.614 1.372 1.371 1.372h2.397l7.21 2.691a.686.686 0 00.926-.642V7.756c0-.572-.355-1.084-.891-1.284L4.768 3.765h13.72v17.5h2.398c.757 0 1.371-.614 1.371-1.372V1.371C22.257.614 21.643 0 20.886 0H2.37zm8.612 16.183c.31.15.562-.037.562-.42 0-.385-.251-.818-.562-.968-.31-.152-.561.037-.561.42s.251.816.561.968z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,54 @@
1
+ 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); }
2
+ var _excluded = ["size", "style"];
3
+ 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; }
4
+ 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; }
5
+ 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; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ 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); }
8
+ 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; }
9
+ 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; }
10
+ import { forwardRef } from 'react';
11
+ import { TITLE } from "../style";
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { jsxs as _jsxs } from "react/jsx-runtime";
14
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
15
+ var _ref$size = _ref.size,
16
+ size = _ref$size === void 0 ? '1em' : _ref$size,
17
+ style = _ref.style,
18
+ rest = _objectWithoutProperties(_ref, _excluded);
19
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
20
+ fill: "currentColor",
21
+ fillRule: "evenodd",
22
+ height: size,
23
+ ref: ref,
24
+ style: _objectSpread({
25
+ flex: 'none',
26
+ lineHeight: 1,
27
+ width: 'fit-content'
28
+ }, style),
29
+ viewBox: "0 0 126 24",
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M59.34 2.062a2.05 2.05 0 01-2.072 2.061c-1.18 0-2.1-.903-2.1-2.061S56.088 0 57.268 0a2.05 2.05 0 012.071 2.062zM58.878 21.746h-3.28V6.185h3.28v15.56zM13.249 21.746h3.25v-9.179c0-4.349-2.79-6.636-6.501-6.636-1.899 0-3.654.762-4.718 2.033v-1.78H2v15.562h3.28v-8.699c0-2.852 1.582-4.32 3.999-4.32 2.387 0 3.97 1.468 3.97 4.32v8.699z"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ clipRule: "evenodd",
38
+ d: "M27.693 5.93c4.516 0 8.084 3.136 8.084 8.021 0 4.886-3.683 8.049-8.228 8.049-4.517 0-7.94-3.163-7.94-8.049 0-4.885 3.567-8.02 8.084-8.02zm-.057 2.797c-2.474 0-4.689 1.694-4.689 5.224 0 3.53 2.129 5.253 4.603 5.253 2.445 0 4.862-1.723 4.862-5.253 0-3.53-2.33-5.224-4.776-5.224z"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M43.169 21.746L37.156 6.185h3.51l4.488 12.68 4.488-12.68h3.48l-6.04 15.56h-3.913zM68.286 21.746c-2.82 0-4.575-1.158-4.575-4.321V8.81h-1.87V6.185h1.87v-3.87h3.309v3.87h3.855V8.81H67.02v8.614c0 1.158.46 1.638 1.84 1.638h2.015v2.683h-2.589z"
41
+ }), /*#__PURE__*/_jsx("path", {
42
+ clipRule: "evenodd",
43
+ d: "M80.224 22c-4.114 0-7.423-3.304-7.423-8.105s3.309-7.964 7.48-7.964c2.676 0 4.517 1.242 5.495 2.513v-2.26h3.309v15.562h-3.309V19.43C84.77 20.757 82.87 22 80.224 22zm.747-2.796c2.474 0 4.804-1.892 4.804-5.253 0-3.332-2.33-5.224-4.804-5.224-2.445 0-4.804 1.807-4.804 5.168 0 3.36 2.36 5.31 4.804 5.31z"
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ d: "M94.725 17.82a2.05 2.05 0 012.071 2.062 2.05 2.05 0 01-2.071 2.062c-1.18 0-2.1-.904-2.1-2.062s.92-2.062 2.1-2.062z"
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ clipRule: "evenodd",
48
+ d: "M106.662 22c-4.114 0-7.422-3.304-7.422-8.105s3.308-7.964 7.479-7.964c2.676 0 4.517 1.242 5.495 2.513v-2.26h3.309v15.562h-3.309V19.43c-1.007 1.327-2.905 2.57-5.552 2.57zm.747-2.796c2.474 0 4.804-1.892 4.804-5.253 0-3.332-2.33-5.224-4.804-5.224-2.445 0-4.804 1.807-4.804 5.168 0 3.36 2.359 5.31 4.804 5.31z"
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M121.508 4.123a2.05 2.05 0 002.071-2.061A2.05 2.05 0 00121.508 0c-1.18 0-2.1.904-2.1 2.062s.92 2.061 2.1 2.061zM119.839 21.746h3.279V6.185h-3.279v15.56z"
51
+ })]
52
+ }));
53
+ });
54
+ export default Icon;
@@ -0,0 +1,16 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Text: typeof Text;
11
+ colorGradient: string;
12
+ colorPrimary: string;
13
+ title: string;
14
+ };
15
+ declare const Icons: CompoundedIcon;
16
+ export default Icons;
@@ -0,0 +1,15 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Color from "./components/Color";
3
+ import Combine from "./components/Combine";
4
+ import Mono from "./components/Mono";
5
+ import Text from "./components/Text";
6
+ import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
7
+ var Icons = Mono;
8
+ Icons.Color = Color;
9
+ Icons.Text = Text;
10
+ Icons.Combine = Combine;
11
+ Icons.Avatar = Avatar;
12
+ Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.colorGradient = COLOR_GRADIENT;
14
+ Icons.title = TITLE;
15
+ export default Icons;
@@ -0,0 +1,5 @@
1
+ export declare const TITLE = "novita.ai";
2
+ export declare const TEXT_MULTIPLE = 0.7;
3
+ export declare const SPACE_MULTIPLE = 0.25;
4
+ export declare const COLOR_PRIMARY = "#6847f5";
5
+ export declare const COLOR_GRADIENT = "linear-gradient(-45deg, #A717FF, #2622FF)";
@@ -0,0 +1,5 @@
1
+ export var TITLE = 'novita.ai';
2
+ export var TEXT_MULTIPLE = 0.7;
3
+ export var SPACE_MULTIPLE = 0.25;
4
+ export var COLOR_PRIMARY = '#6847f5';
5
+ export var COLOR_GRADIENT = 'linear-gradient(-45deg, #A717FF, #2622FF)';
@@ -29,7 +29,7 @@ var Preview = /*#__PURE__*/memo(function (_ref2) {
29
29
  align: 'center',
30
30
  gap: 8,
31
31
  horizontal: true,
32
- children: /*#__PURE__*/_jsx("h2", {
32
+ children: /*#__PURE__*/_jsx("h3", {
33
33
  style: {
34
34
  lineHeight: 1,
35
35
  margin: 0
@@ -39,7 +39,6 @@ var Preview = /*#__PURE__*/memo(function (_ref2) {
39
39
  }), /*#__PURE__*/_jsx(Highlighter, {
40
40
  className: styles.code,
41
41
  language: 'tsx',
42
- type: 'ghost',
43
42
  children: "import { forwardRef } from 'react';\nimport type { IconType } from '@/types';\n\nimport { TITLE } from '../style';\n\nconst Icon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => {\n return (\n <svg\n height={size}\n ref={ref}\n style={{ flex: 'none', lineHeight: 1, ...style }}\n viewBox=\"".concat(viewbox, "\"\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <title>{TITLE}</title>\n ").concat(svg, "\n </svg>\n );\n});\n\nexport default Icon;\n")
44
43
  })]
45
44
  });
@@ -29,7 +29,7 @@ var Preview = /*#__PURE__*/memo(function (_ref2) {
29
29
  align: 'center',
30
30
  gap: 8,
31
31
  horizontal: true,
32
- children: /*#__PURE__*/_jsx("h2", {
32
+ children: /*#__PURE__*/_jsx("h3", {
33
33
  style: {
34
34
  lineHeight: 1,
35
35
  margin: 0
@@ -39,7 +39,6 @@ var Preview = /*#__PURE__*/memo(function (_ref2) {
39
39
  }), /*#__PURE__*/_jsx(Highlighter, {
40
40
  className: styles.code,
41
41
  language: 'tsx',
42
- type: 'ghost',
43
42
  children: "import { forwardRef } from 'react';\nimport type { IconType } from '@/types';\n\nimport { TITLE } from '../style';\n\nconst Icon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => {\n return (\n <svg\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n height={size}\n ref={ref}\n style={{ flex: 'none', lineHeight: 1, ...style }}\n viewBox=\"".concat(viewbox, "\"\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <title>{TITLE}</title>\n ").concat(svg, "\n </svg>\n );\n});\n\nexport default Icon;\n")
44
43
  })]
45
44
  });
@@ -30,7 +30,7 @@ var Preview = /*#__PURE__*/forwardRef(function (_ref2, ref) {
30
30
  align: 'center',
31
31
  gap: 8,
32
32
  horizontal: true,
33
- children: [/*#__PURE__*/_jsx("h2", {
33
+ children: [/*#__PURE__*/_jsx("h3", {
34
34
  style: {
35
35
  lineHeight: 1,
36
36
  margin: 0
@@ -48,7 +48,6 @@ var Preview = /*#__PURE__*/forwardRef(function (_ref2, ref) {
48
48
  }), /*#__PURE__*/_jsx(Highlighter, {
49
49
  className: styles.code,
50
50
  language: 'tsx',
51
- type: 'ghost',
52
51
  children: svg
53
52
  })]
54
53
  })]
@@ -29,7 +29,7 @@ var Preview = /*#__PURE__*/memo(function (_ref2) {
29
29
  align: 'center',
30
30
  gap: 8,
31
31
  horizontal: true,
32
- children: /*#__PURE__*/_jsx("h2", {
32
+ children: /*#__PURE__*/_jsx("h3", {
33
33
  style: {
34
34
  lineHeight: 1,
35
35
  margin: 0
@@ -39,7 +39,6 @@ var Preview = /*#__PURE__*/memo(function (_ref2) {
39
39
  }), /*#__PURE__*/_jsx(Highlighter, {
40
40
  className: styles.code,
41
41
  language: 'tsx',
42
- type: 'ghost',
43
42
  children: "import { forwardRef } from 'react';\nimport type { IconType } from '@/types';\n\nimport { TITLE } from '../style';\n\nconst Icon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => {\n return (\n <svg\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n height={size}\n ref={ref}\n style={{ flex: 'none', lineHeight: 1, width: 'fit-content', ...style }}\n viewBox=\"".concat(viewbox, "\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <title>{TITLE}</title>\n ").concat(svg, "\n </svg>\n );\n});\n\nexport default Icon;\n")
44
43
  })]
45
44
  });
@@ -1,19 +1,24 @@
1
+ import { useMemo } from 'react';
1
2
  export var useFillId = function useFillId(namespace) {
2
3
  var id = "lobe-icons-".concat(namespace.toLowerCase(), "-fill");
3
- return {
4
- fill: "url(#".concat(id, ")"),
5
- id: id
6
- };
7
- };
8
- export var useFillIds = function useFillIds(namespace, length) {
9
- var ids = Array.from({
10
- length: length
11
- }, function (_, i) {
12
- var id = "lobe-icons-".concat(namespace.toLowerCase(), "-fill-").concat(i);
4
+ return useMemo(function () {
13
5
  return {
14
6
  fill: "url(#".concat(id, ")"),
15
7
  id: id
16
8
  };
17
- });
18
- return ids;
9
+ }, [namespace]);
10
+ };
11
+ export var useFillIds = function useFillIds(namespace, length) {
12
+ return useMemo(function () {
13
+ var ids = Array.from({
14
+ length: length
15
+ }, function (_, i) {
16
+ var id = "lobe-icons-".concat(namespace.toLowerCase(), "-fill-").concat(i);
17
+ return {
18
+ fill: "url(#".concat(id, ")"),
19
+ id: id
20
+ };
21
+ });
22
+ return ids;
23
+ }, [namespace]);
19
24
  };
package/es/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export { default as Adobe, type CompoundedIcon as AdobeProps } from './Adobe';
2
2
  export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } from './AdobeFirefly';
3
3
  export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
4
+ export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
5
+ export { default as AiMass, type CompoundedIcon as AiMassProps } from './AiMass';
4
6
  export { default as Alibaba, type CompoundedIcon as AlibabaProps } from './Alibaba';
5
7
  export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './AntGroup';
6
8
  export { default as Anthropic, type CompoundedIcon as AnthropicProps } from './Anthropic';
@@ -15,6 +17,7 @@ export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './B
15
17
  export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
16
18
  export { default as Claude, type CompoundedIcon as ClaudeProps } from './Claude';
17
19
  export { default as Cloudflare, type CompoundedIcon as CloudflareProps } from './Cloudflare';
20
+ export { default as CodeGeeX, type CompoundedIcon as CodeGeeXProps } from './CodeGeeX';
18
21
  export { default as Cohere, type CompoundedIcon as CohereProps } from './Cohere';
19
22
  export { default as Colab, type CompoundedIcon as ColabProps } from './Colab';
20
23
  export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copilot';
@@ -45,6 +48,7 @@ export { default as Midjourney, type CompoundedIcon as MidjourneyProps } from '.
45
48
  export { default as Minimax, type CompoundedIcon as MinimaxProps } from './Minimax';
46
49
  export { default as Mistral, type CompoundedIcon as MistralProps } from './Mistral';
47
50
  export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
51
+ export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
48
52
  export { default as Nvidia, type CompoundedIcon as NvidiaProps } from './Nvidia';
49
53
  export { default as Ollama, type CompoundedIcon as OllamaProps } from './Ollama';
50
54
  export { default as OpenAI, type CompoundedIcon as OpenAIProps } from './OpenAI';
package/es/index.js CHANGED
@@ -1,6 +1,8 @@
1
1
  export { default as Adobe } from "./Adobe";
2
2
  export { default as AdobeFirefly } from "./AdobeFirefly";
3
3
  export { default as Ai21 } from "./Ai21";
4
+ export { default as Ai360 } from "./Ai360";
5
+ export { default as AiMass } from "./AiMass";
4
6
  export { default as Alibaba } from "./Alibaba";
5
7
  export { default as AntGroup } from "./AntGroup";
6
8
  export { default as Anthropic } from "./Anthropic";
@@ -15,6 +17,7 @@ export { default as ByteDance } from "./ByteDance";
15
17
  export { default as ChatGLM } from "./ChatGLM";
16
18
  export { default as Claude } from "./Claude";
17
19
  export { default as Cloudflare } from "./Cloudflare";
20
+ export { default as CodeGeeX } from "./CodeGeeX";
18
21
  export { default as Cohere } from "./Cohere";
19
22
  export { default as Colab } from "./Colab";
20
23
  export { default as Copilot } from "./Copilot";
@@ -45,6 +48,7 @@ export { default as Midjourney } from "./Midjourney";
45
48
  export { default as Minimax } from "./Minimax";
46
49
  export { default as Mistral } from "./Mistral";
47
50
  export { default as Moonshot } from "./Moonshot";
51
+ export { default as Novita } from "./Novita";
48
52
  export { default as Nvidia } from "./Nvidia";
49
53
  export { default as Ollama } from "./Ollama";
50
54
  export { default as OpenAI } from "./OpenAI";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.25.2",
3
+ "version": "1.27.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -73,7 +73,7 @@
73
73
  "devDependencies": {
74
74
  "@commitlint/cli": "^18.6.1",
75
75
  "@lobehub/lint": "latest",
76
- "@lobehub/ui": "^1.146.4",
76
+ "@lobehub/ui": "^1.146.9",
77
77
  "@testing-library/react": "^14.3.1",
78
78
  "@types/lodash-es": "^4.17.12",
79
79
  "@types/pangu": "^4.0.2",
@@ -81,7 +81,7 @@
81
81
  "@types/react": "^18.3.3",
82
82
  "@types/react-dom": "^18.3.0",
83
83
  "@vitest/coverage-v8": "latest",
84
- "antd": "^5.19.0",
84
+ "antd": "^5.19.3",
85
85
  "antd-style": "^3.6.2",
86
86
  "babel-plugin-antd-style": "latest",
87
87
  "commitlint": "^18.6.1",
@@ -90,8 +90,8 @@
90
90
  "dumi": "2.2.17",
91
91
  "dumi-theme-lobehub": "latest",
92
92
  "eslint": "^8.57.0",
93
- "father": "^4.4.4",
94
- "glob": "^10.4.2",
93
+ "father": "^4.4.5",
94
+ "glob": "^10.4.5",
95
95
  "gray-matter": "^4.0.3",
96
96
  "husky": "^8.0.3",
97
97
  "jsdom": "^23.2.0",
@@ -99,7 +99,7 @@
99
99
  "lodash-es": "^4.17.21",
100
100
  "lucide-react": "latest",
101
101
  "markdown-table": "^3.0.3",
102
- "prettier": "^3.3.2",
102
+ "prettier": "^3.3.3",
103
103
  "react": "^18.3.1",
104
104
  "react-dom": "^18.3.1",
105
105
  "remark": "^14.0.3",
@@ -107,8 +107,8 @@
107
107
  "semantic-release": "^21.1.2",
108
108
  "stylelint": "^15.11.0",
109
109
  "svgo-browser": "^1.3.8",
110
- "tsx": "^4.16.0",
111
- "typescript": "^5.5.2",
110
+ "tsx": "^4.16.2",
111
+ "typescript": "^5.5.3",
112
112
  "vitest": "latest"
113
113
  },
114
114
  "peerDependencies": {