@sensoro-design/icons 2.79.0 → 2.81.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.81.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.80.0...v2.81.0) (2025-03-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * add DeepThinkOutlined、SemanticSearchOutlined ([d15737a](https://github.com/sensoro-design/sensoro-design-icons/commit/d15737a9435f57f063000af790312b64079af84e))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.80.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.79.0...v2.80.0) (2025-03-03)
18
+
19
+ **Note:** Version bump only for package @sensoro-design/icons
20
+
21
+
22
+
23
+
24
+
6
25
  # [2.79.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.78.0...v2.79.0) (2025-02-28)
7
26
 
8
27
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/DeepThinkOutlined';
@@ -0,0 +1,16 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+
8
+ exports.default = void 0;
9
+
10
+ var _DeepThinkOutlined = _interopRequireDefault(require('./es/icons/DeepThinkOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _DeepThinkOutlined;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/SemanticSearchOutlined';
@@ -0,0 +1,16 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+
8
+ exports.default = void 0;
9
+
10
+ var _SemanticSearchOutlined = _interopRequireDefault(require('./es/icons/SemanticSearchOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _SemanticSearchOutlined;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;
@@ -0,0 +1,14 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ // This icon file is generated automatically.
3
+ import * as React from 'react';
4
+ import DeepThinkOutlinedSvg from '@sensoro-design/icons-svg/es/asn/DeepThinkOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var DeepThinkOutlined = function DeepThinkOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: DeepThinkOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(DeepThinkOutlined);
13
+ RefIcon.displayName = 'DeepThinkOutlined';
14
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;
@@ -0,0 +1,14 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ // This icon file is generated automatically.
3
+ import * as React from 'react';
4
+ import SemanticSearchOutlinedSvg from '@sensoro-design/icons-svg/es/asn/SemanticSearchOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var SemanticSearchOutlined = function SemanticSearchOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: SemanticSearchOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(SemanticSearchOutlined);
13
+ RefIcon.displayName = 'SemanticSearchOutlined';
14
+ export default RefIcon;
@@ -199,6 +199,7 @@ export { default as DataInsightsFilled } from './DataInsightsFilled';
199
199
  export { default as DataInsightsOutlined } from './DataInsightsOutlined';
200
200
  export { default as DatabaseFilled } from './DatabaseFilled';
201
201
  export { default as DatabaseOutlined } from './DatabaseOutlined';
202
+ export { default as DeepThinkOutlined } from './DeepThinkOutlined';
202
203
  export { default as DelayWarningOutlined } from './DelayWarningOutlined';
203
204
  export { default as DeleteOutlined } from './DeleteOutlined';
204
205
  export { default as DeploymentUnitOutlined } from './DeploymentUnitOutlined';
@@ -827,6 +828,7 @@ export { default as SearchOutlined } from './SearchOutlined';
827
828
  export { default as SearchProOutlined } from './SearchProOutlined';
828
829
  export { default as SecurityCenterOutlined } from './SecurityCenterOutlined';
829
830
  export { default as SecurityGuardOutlined } from './SecurityGuardOutlined';
831
+ export { default as SemanticSearchOutlined } from './SemanticSearchOutlined';
830
832
  export { default as SerialNumberOutlined } from './SerialNumberOutlined';
831
833
  export { default as Service24HourOutlined } from './Service24HourOutlined';
832
834
  export { default as ServiceCardFilled } from './ServiceCardFilled';
package/es/icons/index.js CHANGED
@@ -200,6 +200,7 @@ export { default as DataInsightsFilled } from "./DataInsightsFilled";
200
200
  export { default as DataInsightsOutlined } from "./DataInsightsOutlined";
201
201
  export { default as DatabaseFilled } from "./DatabaseFilled";
202
202
  export { default as DatabaseOutlined } from "./DatabaseOutlined";
203
+ export { default as DeepThinkOutlined } from "./DeepThinkOutlined";
203
204
  export { default as DelayWarningOutlined } from "./DelayWarningOutlined";
204
205
  export { default as DeleteOutlined } from "./DeleteOutlined";
205
206
  export { default as DeploymentUnitOutlined } from "./DeploymentUnitOutlined";
@@ -828,6 +829,7 @@ export { default as SearchOutlined } from "./SearchOutlined";
828
829
  export { default as SearchProOutlined } from "./SearchProOutlined";
829
830
  export { default as SecurityCenterOutlined } from "./SecurityCenterOutlined";
830
831
  export { default as SecurityGuardOutlined } from "./SecurityGuardOutlined";
832
+ export { default as SemanticSearchOutlined } from "./SemanticSearchOutlined";
831
833
  export { default as SerialNumberOutlined } from "./SerialNumberOutlined";
832
834
  export { default as Service24HourOutlined } from "./Service24HourOutlined";
833
835
  export { default as ServiceCardFilled } from "./ServiceCardFilled";
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;
@@ -0,0 +1,41 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/icons/DeepThinkOutlined.tsx
30
+ var DeepThinkOutlined_exports = {};
31
+ __export(DeepThinkOutlined_exports, {
32
+ default: () => DeepThinkOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(DeepThinkOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_DeepThinkOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/DeepThinkOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var DeepThinkOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_DeepThinkOutlined.default });
39
+ var RefIcon = React.forwardRef(DeepThinkOutlined);
40
+ RefIcon.displayName = "DeepThinkOutlined";
41
+ var DeepThinkOutlined_default = RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;
@@ -0,0 +1,41 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/icons/SemanticSearchOutlined.tsx
30
+ var SemanticSearchOutlined_exports = {};
31
+ __export(SemanticSearchOutlined_exports, {
32
+ default: () => SemanticSearchOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(SemanticSearchOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_SemanticSearchOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/SemanticSearchOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var SemanticSearchOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SemanticSearchOutlined.default });
39
+ var RefIcon = React.forwardRef(SemanticSearchOutlined);
40
+ RefIcon.displayName = "SemanticSearchOutlined";
41
+ var SemanticSearchOutlined_default = RefIcon;
@@ -199,6 +199,7 @@ export { default as DataInsightsFilled } from './DataInsightsFilled';
199
199
  export { default as DataInsightsOutlined } from './DataInsightsOutlined';
200
200
  export { default as DatabaseFilled } from './DatabaseFilled';
201
201
  export { default as DatabaseOutlined } from './DatabaseOutlined';
202
+ export { default as DeepThinkOutlined } from './DeepThinkOutlined';
202
203
  export { default as DelayWarningOutlined } from './DelayWarningOutlined';
203
204
  export { default as DeleteOutlined } from './DeleteOutlined';
204
205
  export { default as DeploymentUnitOutlined } from './DeploymentUnitOutlined';
@@ -827,6 +828,7 @@ export { default as SearchOutlined } from './SearchOutlined';
827
828
  export { default as SearchProOutlined } from './SearchProOutlined';
828
829
  export { default as SecurityCenterOutlined } from './SecurityCenterOutlined';
829
830
  export { default as SecurityGuardOutlined } from './SecurityGuardOutlined';
831
+ export { default as SemanticSearchOutlined } from './SemanticSearchOutlined';
830
832
  export { default as SerialNumberOutlined } from './SerialNumberOutlined';
831
833
  export { default as Service24HourOutlined } from './Service24HourOutlined';
832
834
  export { default as ServiceCardFilled } from './ServiceCardFilled';
@@ -230,6 +230,7 @@ __export(icons_exports, {
230
230
  DataInsightsOutlined: () => import_DataInsightsOutlined.default,
231
231
  DatabaseFilled: () => import_DatabaseFilled.default,
232
232
  DatabaseOutlined: () => import_DatabaseOutlined.default,
233
+ DeepThinkOutlined: () => import_DeepThinkOutlined.default,
233
234
  DelayWarningOutlined: () => import_DelayWarningOutlined.default,
234
235
  DeleteOutlined: () => import_DeleteOutlined.default,
235
236
  DeploymentUnitOutlined: () => import_DeploymentUnitOutlined.default,
@@ -858,6 +859,7 @@ __export(icons_exports, {
858
859
  SearchProOutlined: () => import_SearchProOutlined.default,
859
860
  SecurityCenterOutlined: () => import_SecurityCenterOutlined.default,
860
861
  SecurityGuardOutlined: () => import_SecurityGuardOutlined.default,
862
+ SemanticSearchOutlined: () => import_SemanticSearchOutlined.default,
861
863
  SerialNumberOutlined: () => import_SerialNumberOutlined.default,
862
864
  Service24HourOutlined: () => import_Service24HourOutlined.default,
863
865
  ServiceCardFilled: () => import_ServiceCardFilled.default,
@@ -1289,6 +1291,7 @@ var import_DataInsightsFilled = __toESM(require("./DataInsightsFilled"));
1289
1291
  var import_DataInsightsOutlined = __toESM(require("./DataInsightsOutlined"));
1290
1292
  var import_DatabaseFilled = __toESM(require("./DatabaseFilled"));
1291
1293
  var import_DatabaseOutlined = __toESM(require("./DatabaseOutlined"));
1294
+ var import_DeepThinkOutlined = __toESM(require("./DeepThinkOutlined"));
1292
1295
  var import_DelayWarningOutlined = __toESM(require("./DelayWarningOutlined"));
1293
1296
  var import_DeleteOutlined = __toESM(require("./DeleteOutlined"));
1294
1297
  var import_DeploymentUnitOutlined = __toESM(require("./DeploymentUnitOutlined"));
@@ -1917,6 +1920,7 @@ var import_SearchOutlined = __toESM(require("./SearchOutlined"));
1917
1920
  var import_SearchProOutlined = __toESM(require("./SearchProOutlined"));
1918
1921
  var import_SecurityCenterOutlined = __toESM(require("./SecurityCenterOutlined"));
1919
1922
  var import_SecurityGuardOutlined = __toESM(require("./SecurityGuardOutlined"));
1923
+ var import_SemanticSearchOutlined = __toESM(require("./SemanticSearchOutlined"));
1920
1924
  var import_SerialNumberOutlined = __toESM(require("./SerialNumberOutlined"));
1921
1925
  var import_Service24HourOutlined = __toESM(require("./Service24HourOutlined"));
1922
1926
  var import_ServiceCardFilled = __toESM(require("./ServiceCardFilled"));
@@ -2348,6 +2352,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2348
2352
  DataInsightsOutlined,
2349
2353
  DatabaseFilled,
2350
2354
  DatabaseOutlined,
2355
+ DeepThinkOutlined,
2351
2356
  DelayWarningOutlined,
2352
2357
  DeleteOutlined,
2353
2358
  DeploymentUnitOutlined,
@@ -2976,6 +2981,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2976
2981
  SearchProOutlined,
2977
2982
  SecurityCenterOutlined,
2978
2983
  SecurityGuardOutlined,
2984
+ SemanticSearchOutlined,
2979
2985
  SerialNumberOutlined,
2980
2986
  Service24HourOutlined,
2981
2987
  ServiceCardFilled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.79.0",
3
+ "version": "2.81.0",
4
4
  "description": "Abstract nodes for sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -27,7 +27,7 @@
27
27
  "@babel/runtime": "^7.11.2",
28
28
  "@pansy/classnames": "^1.0.1",
29
29
  "rc-util": "^5.19.3",
30
- "@sensoro-design/icons-svg": "2.79.0"
30
+ "@sensoro-design/icons-svg": "2.81.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"