@lobehub/icons 1.18.0 → 1.20.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 (76) hide show
  1. package/README.md +5 -58
  2. package/es/Adobe/components/Avatar.d.ts +5 -0
  3. package/es/Adobe/components/Avatar.js +19 -0
  4. package/es/Adobe/components/Color.d.ts +3 -0
  5. package/es/Adobe/components/Color.js +35 -0
  6. package/es/Adobe/components/Combine.d.ts +7 -0
  7. package/es/Adobe/components/Combine.js +24 -0
  8. package/es/Adobe/components/Mono.d.ts +3 -0
  9. package/es/Adobe/components/Mono.js +35 -0
  10. package/es/Adobe/components/Text.d.ts +3 -0
  11. package/es/Adobe/components/Text.js +33 -0
  12. package/es/Adobe/index.d.ts +15 -0
  13. package/es/Adobe/index.js +14 -0
  14. package/es/Adobe/style.d.ts +4 -0
  15. package/es/Adobe/style.js +4 -0
  16. package/es/AdobeFirefly/components/Avatar.d.ts +5 -0
  17. package/es/AdobeFirefly/components/Avatar.js +20 -0
  18. package/es/AdobeFirefly/components/Color.d.ts +3 -0
  19. package/es/AdobeFirefly/components/Color.js +33 -0
  20. package/es/AdobeFirefly/components/Combine.d.ts +5 -0
  21. package/es/AdobeFirefly/components/Combine.js +24 -0
  22. package/es/AdobeFirefly/components/Mono.d.ts +3 -0
  23. package/es/AdobeFirefly/components/Mono.js +33 -0
  24. package/es/AdobeFirefly/components/Text.d.ts +3 -0
  25. package/es/AdobeFirefly/components/Text.js +33 -0
  26. package/es/AdobeFirefly/index.d.ts +15 -0
  27. package/es/AdobeFirefly/index.js +14 -0
  28. package/es/AdobeFirefly/style.d.ts +4 -0
  29. package/es/AdobeFirefly/style.js +4 -0
  30. package/es/Ai21/components/Avatar.d.ts +5 -0
  31. package/es/Ai21/components/Avatar.js +23 -0
  32. package/es/Ai21/components/Brand.d.ts +1 -0
  33. package/es/Ai21/components/Brand.js +1 -0
  34. package/es/Ai21/components/BrandColor.d.ts +3 -0
  35. package/es/Ai21/components/BrandColor.js +38 -0
  36. package/es/Ai21/components/Color.d.ts +3 -0
  37. package/es/Ai21/components/Color.js +52 -0
  38. package/es/Ai21/components/Combine.d.ts +5 -0
  39. package/es/Ai21/components/Combine.js +24 -0
  40. package/es/Ai21/components/Mono.d.ts +3 -0
  41. package/es/Ai21/components/Mono.js +33 -0
  42. package/es/Ai21/components/Text.d.ts +3 -0
  43. package/es/Ai21/components/Text.js +37 -0
  44. package/es/Ai21/index.d.ts +20 -0
  45. package/es/Ai21/index.js +19 -0
  46. package/es/Ai21/style.d.ts +5 -0
  47. package/es/Ai21/style.js +5 -0
  48. package/es/DeepSeek/components/Avatar.d.ts +5 -0
  49. package/es/DeepSeek/components/Avatar.js +18 -0
  50. package/es/DeepSeek/components/Color.d.ts +3 -0
  51. package/es/DeepSeek/components/Color.js +43 -0
  52. package/es/DeepSeek/components/Combine.d.ts +7 -0
  53. package/es/DeepSeek/components/Combine.js +24 -0
  54. package/es/DeepSeek/components/Mono.d.ts +3 -0
  55. package/es/DeepSeek/components/Mono.js +43 -0
  56. package/es/DeepSeek/components/Text.d.ts +3 -0
  57. package/es/DeepSeek/components/Text.js +33 -0
  58. package/es/DeepSeek/index.d.ts +15 -0
  59. package/es/DeepSeek/index.js +14 -0
  60. package/es/DeepSeek/style.d.ts +4 -0
  61. package/es/DeepSeek/style.js +4 -0
  62. package/es/FishAudio/components/Avatar.d.ts +5 -0
  63. package/es/FishAudio/components/Avatar.js +19 -0
  64. package/es/FishAudio/components/Combine.d.ts +5 -0
  65. package/es/FishAudio/components/Combine.js +19 -0
  66. package/es/FishAudio/components/Mono.d.ts +3 -0
  67. package/es/FishAudio/components/Mono.js +38 -0
  68. package/es/FishAudio/components/Text.d.ts +3 -0
  69. package/es/FishAudio/components/Text.js +33 -0
  70. package/es/FishAudio/index.d.ts +13 -0
  71. package/es/FishAudio/index.js +12 -0
  72. package/es/FishAudio/style.d.ts +4 -0
  73. package/es/FishAudio/style.js +4 -0
  74. package/es/index.d.ts +5 -0
  75. package/es/index.js +5 -0
  76. package/package.json +16 -15
@@ -0,0 +1,19 @@
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["background"];
4
+ import { memo } from 'react';
5
+ import IconAvatar from "../../IconAvatar";
6
+ import { COLOR_PRIMARY, TITLE } from "../style";
7
+ import Mono from "./Mono";
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
10
+ var background = _ref.background,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
13
+ Icon: Mono,
14
+ "aria-label": TITLE,
15
+ background: background || COLOR_PRIMARY,
16
+ color: '#000'
17
+ }, rest));
18
+ });
19
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,19 @@
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _objectDestructuringEmpty from "@babel/runtime/helpers/esm/objectDestructuringEmpty";
3
+ import { memo } from 'react';
4
+ import IconCombine from "../../IconCombine";
5
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
6
+ import Mono from "./Mono";
7
+ import Text from "./Text";
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ var Combine = /*#__PURE__*/memo(function (_ref) {
10
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
11
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
12
+ Icon: Mono,
13
+ Text: Text,
14
+ "aria-label": TITLE,
15
+ spaceMultiple: SPACE_MULTIPLE,
16
+ textMultiple: TEXT_MULTIPLE
17
+ }, rest));
18
+ });
19
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,38 @@
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["size", "style"];
4
+ import { forwardRef } from 'react';
5
+ import { TITLE } from "../style";
6
+ import { jsx as _jsx } from "react/jsx-runtime";
7
+ import { jsxs as _jsxs } from "react/jsx-runtime";
8
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
9
+ var _ref$size = _ref.size,
10
+ size = _ref$size === void 0 ? '1em' : _ref$size,
11
+ style = _ref.style,
12
+ rest = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
14
+ fill: "currentColor",
15
+ fillRule: "evenodd",
16
+ height: size,
17
+ ref: ref,
18
+ style: _objectSpread({
19
+ flex: 'none',
20
+ lineHeight: 1
21
+ }, style),
22
+ viewBox: "0 0 24 24",
23
+ width: size,
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, rest), {}, {
26
+ children: [/*#__PURE__*/_jsx("title", {
27
+ children: TITLE
28
+ }), /*#__PURE__*/_jsxs("g", {
29
+ children: [/*#__PURE__*/_jsx("path", {
30
+ d: "M23.556 12.189c.244 0 .444.126.444.28v.951c0 .154-.2.28-.444.28s-.444-.126-.444-.28v-.952c0-.153.2-.279.444-.279zm-1.764.372c.244 0 .444.126.444.28v2.095c0 .153-.2.279-.444.279-.245 0-.444-.126-.444-.28V12.84c0-.153.2-.28.444-.28zm-1.765.434c.244 0 .444.125.444.279v2.355c0 .154-.2.28-.444.28s-.444-.126-.444-.28v-2.355c0-.154.2-.28.444-.28zm-1.764.359c.244 0 .444.125.444.279v2.33c0 .153-.2.279-.444.279s-.444-.126-.444-.28v-2.33c0-.153.2-.278.444-.278zm-1.765.316c.245 0 .444.126.444.28v2.017c0 .154-.2.28-.444.28s-.444-.126-.444-.28V13.95c0-.154.2-.28.444-.28zm-1.755 1.287c.244 0 .444.125.444.28v.64c0 .153-.2.278-.444.278s-.444-.125-.444-.279v-.64c0-.154.2-.28.444-.28z",
31
+ opacity: ".35"
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ d: "M23.556 9.63c.244 0 .444.125.444.279v1.575c0 .154-.2.28-.444.28s-.444-.126-.444-.28V9.909c0-.154.2-.28.444-.28zm-1.764-1.058c.244 0 .444.125.444.28v2.81c0 .153-.2.278-.444.278-.245 0-.444-.125-.444-.279v-2.81c0-.154.2-.28.444-.28zm-1.765-.398c.244 0 .444.126.444.28v3.667c0 .153-.2.28-.444.28s-.444-.127-.444-.28V8.453c0-.153.2-.28.444-.28zM18.263 8c.244 0 .444.126.444.28v4.29c0 .154-.2.28-.444.28s-.444-.126-.444-.28V8.28c0-.154.2-.28.444-.28zm-1.765.109c.245 0 .444.126.444.28v4.355c0 .154-.2.28-.444.28s-.444-.126-.444-.28V8.388c0-.153.2-.28.444-.28zm-1.755.273c.244 0 .444.125.444.28v5.434c0 .153-.2.28-.444.28s-.444-.126-.444-.28V8.66c0-.154.2-.28.444-.28zm-1.801.463c.244 0 .444.125.444.279v6.162c0 .154-.2.28-.444.28s-.444-.126-.444-.28V9.124c0-.154.2-.28.444-.28zm-1.764.784c.244 0 .444.126.444.28v5.928c0 .154-.2.28-.444.28-.245 0-.444-.126-.444-.28V9.909c0-.154.2-.28.444-.28zm-1.765 1.022c.245 0 .444.126.444.28v5.161c0 .154-.2.28-.444.28s-.444-.126-.444-.28V10.93c0-.154.2-.28.444-.28zm-1.764.706c.244 0 .444.126.444.28v5.084c0 .153-.2.279-.444.279s-.444-.126-.444-.28v-5.083c0-.154.2-.28.444-.28zm-1.756.585c.245 0 .444.126.444.28v2.705c0 .154-.2.28-.444.28s-.444-.126-.444-.28v-2.706c0-.153.2-.279.444-.279zM4.076 9.304c.244 0 .444.126.444.28v3.771c0 .154-.2.28-.444.28s-.444-.126-.444-.28V9.584c0-.154.2-.28.444-.28zm-1.814.247c.244 0 .443.126.443.28v1.16c0 .153-.2.279-.443.279-.245 0-.444-.126-.444-.28V9.83c0-.153.2-.279.444-.279zM.444 9.395c.244 0 .444.126.444.28v.523c0 .153-.2.279-.444.279S0 10.351 0 10.197v-.522c0-.154.2-.28.444-.28zm5.45-.442c.244 0 .443.126.443.28v.392c0 .154-.2.28-.444.28s-.444-.126-.444-.28v-.393c0-.154.2-.28.444-.28z"
34
+ })]
35
+ })]
36
+ }));
37
+ });
38
+ 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,33 @@
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["size", "style"];
4
+ import { forwardRef } from 'react';
5
+ import { TITLE } from "../style";
6
+ import { jsx as _jsx } from "react/jsx-runtime";
7
+ import { jsxs as _jsxs } from "react/jsx-runtime";
8
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
9
+ var _ref$size = _ref.size,
10
+ size = _ref$size === void 0 ? '1em' : _ref$size,
11
+ style = _ref.style,
12
+ rest = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
14
+ fill: "currentColor",
15
+ fillRule: "evenodd",
16
+ height: size,
17
+ ref: ref,
18
+ style: _objectSpread({
19
+ flex: 'none',
20
+ lineHeight: 1,
21
+ width: 'fit-content'
22
+ }, style),
23
+ viewBox: "0 0 167 24",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, rest), {}, {
26
+ children: [/*#__PURE__*/_jsx("title", {
27
+ children: TITLE
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M2.721 21.578c-.48 0-.721-.2-.721-.598V2.599c0-.4.24-.599.721-.599h15.21c.48 0 .72.2.72.599v2.184c0 .4-.24.599-.72.599H5.998v4.73H16.16c.48 0 .721.2.721.599v2.184c0 .4-.24.599-.721.599H6v7.486c0 .399-.241.598-.722.598H2.721zm36.91.409c-1.826 0-3.514-.236-5.063-.708-.37-.109-.607-.222-.711-.34-.104-.118-.156-.313-.156-.585v-.98c0-.363.162-.545.485-.545.126 0 .35.033.672.099l.3.064c1.64.363 3.12.545 4.438.545 1.157 0 2-.14 2.532-.422.532-.281.798-.712.798-1.293 0-.4-.162-.721-.486-.966-.298-.227-.834-.457-1.605-.69l-3.077-.93c-2.59-.78-3.884-2.05-3.884-3.811 0-1.27.601-2.273 1.803-3.008 1.203-.735 2.81-1.102 4.821-1.102 1.434 0 2.879.19 4.335.571.347.091.578.195.694.313.116.118.173.322.173.613v.953c0 .2-.04.34-.121.421-.08.082-.225.123-.433.123a3.65 3.65 0 01-.498-.067l-.37-.07c-1.456-.271-2.635-.407-3.537-.407-1.064 0-1.844.122-2.341.367-.497.245-.746.63-.746 1.157 0 .4.18.721.538.966.358.245 1 .513 1.925.803l2.67.817c1.387.417 2.387.916 3 1.497.613.58.92 1.316.92 2.205 0 1.361-.625 2.436-1.874 3.226-1.248.79-2.982 1.184-5.202 1.184zm13.432-.409c-.481 0-.721-.2-.721-.598V2.75c0-.4.24-.6.72-.6h2.427c.48 0 .72.2.72.6v5.357c.34-.248 2.597-.985 4.673-.985 2.08 0 4.299.542 5.13 1.24.83.7 1.245 1.711 1.245 3.036v9.582c0 .399-.24.598-.721.598H64.11c-.48 0-.721-.2-.721-.598v-7.594c0-.89-.223-1.825-.656-2.212-.432-.387-1.745-.664-2.706-.664-1.443 0-3.817.303-3.817 1.25v9.22c0 .399-.24.598-.721.598h-2.426zM89.332 2.714c.22 0 .396.046.525.136a.808.808 0 01.265.36l6.453 17.443.073.21.052.164a.86.86 0 01.041.198.308.308 0 01-.124.258.557.557 0 01-.346.095h-2.74c-.204 0-.356-.04-.457-.122-.101-.082-.189-.222-.263-.422L88.032 7.851l-4.751 13.183c-.074.218-.162.363-.263.436-.101.072-.253.108-.456.108h-2.63a.557.557 0 01-.346-.095.308.308 0 01-.125-.258c0-.073.055-.264.166-.572l6.442-17.34c.074-.218.175-.372.304-.463.13-.09.304-.136.526-.136h2.433zm17.306 19.273c-1.551 0-2.748-.359-3.59-1.075-.84-.717-1.261-1.747-1.261-3.09v-9.5c0-.4.24-.599.721-.599h2.426c.48 0 .721.2.721.599v8.547c0 .89.219 1.543.656 1.96.437.418 1.136.626 2.098.626 1.355 0 2.72-.372 4.097-1.116V8.322c0-.4.24-.599.721-.599h2.426c.481 0 .721.2.721.599V20.98c0 .399-.24.598-.72.598h-2.363c-.306 0-.479-.292-.523-.492v-.174c-2.054 1.288-4.097 1.075-6.13 1.075zm20.094-.11c-2.098 0-3.776-.648-5.032-1.945-1.257-1.298-1.885-3.045-1.885-5.24 0-1.507.3-2.818.901-3.934s1.437-1.969 2.508-2.559c1.071-.59 2.306-.884 3.704-.884 1.749 0 3.225.185 4.786.776V2.75c0-.4.24-.599.722-.599h2.425c.481 0 .722.2.722.6v18.23c0 .399-.24.598-.722.598h-2.166c-.48 0-.73-.137-.817-.5v-.303c-1.486 1.09-3.201 1.103-5.146 1.103zm1.213-2.53c1.289 0 2.546-.345 3.77-1.035v-7.486c-1.115-.653-2.35-.98-3.705-.98-1.464 0-2.54.386-3.229 1.157-.688.771-1.032 1.955-1.032 3.552 0 3.194 1.398 4.791 4.196 4.791zm13.495 2.231c-.48 0-.72-.22-.72-.66V7.668c0-.44.24-.66.72-.66h2.426c.481 0 .721.22.721.66v13.25c0 .44-.24.66-.72.66h-2.427zm-117.584 0c-.48 0-.72-.22-.72-.66V7.668c0-.44.24-.66.72-.66h2.426c.481 0 .721.22.721.66v13.25c0 .44-.24.66-.72.66h-2.427zM141.44 5.841c-.48 0-.72-.2-.72-.599V2.599c0-.4.24-.599.72-.599h2.426c.481 0 .721.2.721.599v2.643c0 .4-.24.599-.72.599h-2.427zm-117.584 0c-.48 0-.72-.2-.72-.599V2.599c0-.4.24-.599.72-.599h2.426c.481 0 .721.2.721.599v2.643c0 .4-.24.599-.72.599h-2.427zm133.08 16.146c-2.535 0-4.513-.649-5.933-1.946-1.421-1.298-2.131-3.1-2.131-5.404 0-2.305.71-4.101 2.13-5.39 1.421-1.288 3.399-1.932 5.934-1.932s4.513.644 5.933 1.932c1.42 1.289 2.131 3.085 2.131 5.39 0 2.305-.71 4.106-2.13 5.404-1.421 1.297-3.4 1.946-5.934 1.946zm0-2.532c2.753 0 4.13-1.606 4.13-4.818 0-3.194-1.377-4.79-4.13-4.79-2.754 0-4.13 1.596-4.13 4.79 0 3.212 1.376 4.818 4.13 4.818z"
30
+ })]
31
+ }));
32
+ });
33
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,12 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Combine from "./components/Combine";
3
+ import Mono from "./components/Mono";
4
+ import Text from "./components/Text";
5
+ import { COLOR_PRIMARY, TITLE } from "./style";
6
+ var Icons = Mono;
7
+ Icons.Text = Text;
8
+ Icons.Combine = Combine;
9
+ Icons.Avatar = Avatar;
10
+ Icons.colorPrimary = COLOR_PRIMARY;
11
+ Icons.title = TITLE;
12
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "FishAudio";
2
+ export declare const TEXT_MULTIPLE = 0.5;
3
+ export declare const SPACE_MULTIPLE = 0.4;
4
+ export declare const COLOR_PRIMARY = "#fff";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'FishAudio';
2
+ export var TEXT_MULTIPLE = 0.5;
3
+ export var SPACE_MULTIPLE = 0.4;
4
+ export var COLOR_PRIMARY = '#fff';
package/es/index.d.ts CHANGED
@@ -1,3 +1,6 @@
1
+ export { default as Adobe, type CompoundedIcon as AdobeProps } from './Adobe';
2
+ export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } from './AdobeFirefly';
3
+ export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
1
4
  export { default as Alibaba, type CompoundedIcon as AlibabaProps } from './Alibaba';
2
5
  export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './AntGroup';
3
6
  export { default as Anthropic, type CompoundedIcon as AnthropicProps } from './Anthropic';
@@ -18,7 +21,9 @@ export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copil
18
21
  export { default as Dalle, type CompoundedIcon as DalleProps } from './Dalle';
19
22
  export { default as Dbrx, type CompoundedIcon as DbrxProps } from './Dbrx';
20
23
  export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
24
+ export { default as DeepSeek, type CompoundedIcon as DeepSeekProps } from './DeepSeek';
21
25
  export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
26
+ export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
22
27
  export { default as Gemini, type CompoundedIcon as GeminiProps } from './Gemini';
23
28
  export { default as Gemma, type CompoundedIcon as GemmaProps } from './Gemma';
24
29
  export { default as Github, type CompoundedIcon as GithubProps } from './Github';
package/es/index.js CHANGED
@@ -1,3 +1,6 @@
1
+ export { default as Adobe } from "./Adobe";
2
+ export { default as AdobeFirefly } from "./AdobeFirefly";
3
+ export { default as Ai21 } from "./Ai21";
1
4
  export { default as Alibaba } from "./Alibaba";
2
5
  export { default as AntGroup } from "./AntGroup";
3
6
  export { default as Anthropic } from "./Anthropic";
@@ -18,7 +21,9 @@ export { default as Copilot } from "./Copilot";
18
21
  export { default as Dalle } from "./Dalle";
19
22
  export { default as Dbrx } from "./Dbrx";
20
23
  export { default as DeepMind } from "./DeepMind";
24
+ export { default as DeepSeek } from "./DeepSeek";
21
25
  export { default as Fireworks } from "./Fireworks";
26
+ export { default as FishAudio } from "./FishAudio";
22
27
  export { default as Gemini } from "./Gemini";
23
28
  export { default as Gemma } from "./Gemma";
24
29
  export { default as Github } from "./Github";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.18.0",
3
+ "version": "1.20.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -71,47 +71,48 @@
71
71
  ]
72
72
  },
73
73
  "dependencies": {
74
- "@babel/runtime": "^7.24.4",
74
+ "@babel/runtime": "^7.24.5",
75
75
  "react-layout-kit": "^1.9.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@commitlint/cli": "^18.6.1",
79
79
  "@lobehub/lint": "latest",
80
- "@lobehub/ui": "^1.138.0",
81
- "@testing-library/react": "^14.3.0",
80
+ "@lobehub/ui": "^1.138.23",
81
+ "@testing-library/react": "^14.3.1",
82
82
  "@types/lodash-es": "^4.17.12",
83
83
  "@types/pangu": "^4.0.2",
84
84
  "@types/query-string": "^6.3.0",
85
- "@types/react": "^18.2.75",
86
- "@types/react-dom": "^18.2.24",
85
+ "@types/react": "^18.3.2",
86
+ "@types/react-dom": "^18.3.0",
87
87
  "@vitest/coverage-v8": "latest",
88
- "antd": "^5.16.1",
88
+ "antd": "^5.17.0",
89
89
  "antd-style": "^3.6.2",
90
90
  "babel-plugin-antd-style": "latest",
91
91
  "commitlint": "^18.6.1",
92
92
  "concurrently": "^8.2.2",
93
93
  "cross-env": "^7.0.3",
94
- "dumi": "^2.2.17",
94
+ "dumi": "^2.3.4",
95
95
  "dumi-theme-lobehub": "latest",
96
96
  "eslint": "^8.57.0",
97
- "father": "^4.4.0",
98
- "front-matter": "^4.0.2",
99
- "glob": "^10.3.12",
97
+ "father": "^4.4.1",
98
+ "glob": "^10.3.14",
99
+ "gray-matter": "^4.0.3",
100
100
  "husky": "^8.0.3",
101
101
  "jsdom": "^23.2.0",
102
102
  "lint-staged": "^15.2.2",
103
103
  "lodash-es": "^4.17.21",
104
104
  "lucide-react": "latest",
105
+ "markdown-table": "^3.0.3",
105
106
  "prettier": "^3.2.5",
106
- "react": "^18.2.0",
107
- "react-dom": "^18.2.0",
107
+ "react": "^18.3.1",
108
+ "react-dom": "^18.3.1",
108
109
  "remark": "^14.0.3",
109
110
  "remark-cli": "^11.0.0",
110
111
  "semantic-release": "^21.1.2",
111
112
  "stylelint": "^15.11.0",
112
113
  "svgo-browser": "^1.3.8",
113
- "tsx": "^4.7.2",
114
- "typescript": "^5.4.4",
114
+ "tsx": "^4.9.5",
115
+ "typescript": "^5.4.5",
115
116
  "vitest": "latest"
116
117
  },
117
118
  "peerDependencies": {