@sensoro-design/icons 2.68.0 → 2.69.1

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,28 @@
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.69.1](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.69.0...v2.69.1) (2024-09-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * icon FineTuningOutlined rename to FineTuneFilled ([ec968a2](https://github.com/sensoro-design/sensoro-design-icons/commit/ec968a298a3f568c80e03de3229197733d10879a))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.69.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.68.0...v2.69.0) (2024-09-05)
18
+
19
+
20
+ ### Features
21
+
22
+ * add FineTuningOutlined ([67af36f](https://github.com/sensoro-design/sensoro-design-icons/commit/67af36f736391c01223de86ee676b4841d291cc6))
23
+
24
+
25
+
26
+
27
+
6
28
  # [2.68.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.67.0...v2.68.0) (2024-09-05)
7
29
 
8
30
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/FineTuneFilled';
@@ -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 _FineTuneFilled = _interopRequireDefault(require('./es/icons/FineTuneFilled'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _FineTuneFilled;
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 FineTuneFilledSvg from '@sensoro-design/icons-svg/es/asn/FineTuneFilled';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var FineTuneFilled = function FineTuneFilled(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: FineTuneFilledSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(FineTuneFilled);
13
+ RefIcon.displayName = 'FineTuneFilled';
14
+ export default RefIcon;
@@ -325,6 +325,7 @@ export { default as FileWordOutlined } from './FileWordOutlined';
325
325
  export { default as FileZipOutlined } from './FileZipOutlined';
326
326
  export { default as FilterFilled } from './FilterFilled';
327
327
  export { default as FilterOutlined } from './FilterOutlined';
328
+ export { default as FineTuneFilled } from './FineTuneFilled';
328
329
  export { default as FineTuneOutlined } from './FineTuneOutlined';
329
330
  export { default as FireBreakerFilled } from './FireBreakerFilled';
330
331
  export { default as FireBrigadeFilled } from './FireBrigadeFilled';
package/es/icons/index.js CHANGED
@@ -326,6 +326,7 @@ export { default as FileWordOutlined } from "./FileWordOutlined";
326
326
  export { default as FileZipOutlined } from "./FileZipOutlined";
327
327
  export { default as FilterFilled } from "./FilterFilled";
328
328
  export { default as FilterOutlined } from "./FilterOutlined";
329
+ export { default as FineTuneFilled } from "./FineTuneFilled";
329
330
  export { default as FineTuneOutlined } from "./FineTuneOutlined";
330
331
  export { default as FireBreakerFilled } from "./FireBreakerFilled";
331
332
  export { default as FireBrigadeFilled } from "./FireBrigadeFilled";
@@ -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/FineTuneFilled.tsx
30
+ var FineTuneFilled_exports = {};
31
+ __export(FineTuneFilled_exports, {
32
+ default: () => FineTuneFilled_default
33
+ });
34
+ module.exports = __toCommonJS(FineTuneFilled_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_FineTuneFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/FineTuneFilled"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var FineTuneFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_FineTuneFilled.default });
39
+ var RefIcon = React.forwardRef(FineTuneFilled);
40
+ RefIcon.displayName = "FineTuneFilled";
41
+ var FineTuneFilled_default = RefIcon;
@@ -325,6 +325,7 @@ export { default as FileWordOutlined } from './FileWordOutlined';
325
325
  export { default as FileZipOutlined } from './FileZipOutlined';
326
326
  export { default as FilterFilled } from './FilterFilled';
327
327
  export { default as FilterOutlined } from './FilterOutlined';
328
+ export { default as FineTuneFilled } from './FineTuneFilled';
328
329
  export { default as FineTuneOutlined } from './FineTuneOutlined';
329
330
  export { default as FireBreakerFilled } from './FireBreakerFilled';
330
331
  export { default as FireBrigadeFilled } from './FireBrigadeFilled';
@@ -356,6 +356,7 @@ __export(icons_exports, {
356
356
  FileZipOutlined: () => import_FileZipOutlined.default,
357
357
  FilterFilled: () => import_FilterFilled.default,
358
358
  FilterOutlined: () => import_FilterOutlined.default,
359
+ FineTuneFilled: () => import_FineTuneFilled.default,
359
360
  FineTuneOutlined: () => import_FineTuneOutlined.default,
360
361
  FireBreakerFilled: () => import_FireBreakerFilled.default,
361
362
  FireBrigadeFilled: () => import_FireBrigadeFilled.default,
@@ -1378,6 +1379,7 @@ var import_FileWordOutlined = __toESM(require("./FileWordOutlined"));
1378
1379
  var import_FileZipOutlined = __toESM(require("./FileZipOutlined"));
1379
1380
  var import_FilterFilled = __toESM(require("./FilterFilled"));
1380
1381
  var import_FilterOutlined = __toESM(require("./FilterOutlined"));
1382
+ var import_FineTuneFilled = __toESM(require("./FineTuneFilled"));
1381
1383
  var import_FineTuneOutlined = __toESM(require("./FineTuneOutlined"));
1382
1384
  var import_FireBreakerFilled = __toESM(require("./FireBreakerFilled"));
1383
1385
  var import_FireBrigadeFilled = __toESM(require("./FireBrigadeFilled"));
@@ -2400,6 +2402,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2400
2402
  FileZipOutlined,
2401
2403
  FilterFilled,
2402
2404
  FilterOutlined,
2405
+ FineTuneFilled,
2403
2406
  FineTuneOutlined,
2404
2407
  FireBreakerFilled,
2405
2408
  FireBrigadeFilled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.68.0",
3
+ "version": "2.69.1",
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.68.0"
30
+ "@sensoro-design/icons-svg": "2.69.1"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"