@sensoro-design/icons 2.46.0 → 2.47.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 +19 -0
- package/MigrateOutlined.d.ts +2 -0
- package/MigrateOutlined.js +15 -0
- package/es/icons/MigrateOutlined.d.ts +4 -0
- package/es/icons/MigrateOutlined.js +14 -0
- package/es/icons/index.d.ts +1 -0
- package/es/icons/index.js +1 -0
- package/lib/icons/MigrateOutlined.d.ts +4 -0
- package/lib/icons/MigrateOutlined.js +41 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/icons/index.js +3 -0
- package/package.json +2 -2
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.47.1](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.47.0...@sensoro-design/icons@2.47.1) (2024-07-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @sensoro-design/icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [2.47.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.46.0...@sensoro-design/icons@2.47.0) (2024-07-10)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* add MigrateOutlined ([8ee1dea](https://github.com/sensoro-design/sensoro-design-icons/commit/8ee1dea956720dd2dd0801ce18b3d8e1d6f013d4))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [2.46.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.45.0...@sensoro-design/icons@2.46.0) (2024-06-27)
|
|
7
26
|
|
|
8
27
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _MigrateOutlined = _interopRequireDefault(require('./es/icons/MigrateOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _MigrateOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -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 MigrateOutlinedSvg from '@sensoro-design/icons-svg/es/asn/MigrateOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var MigrateOutlined = function MigrateOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: MigrateOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(MigrateOutlined);
|
|
13
|
+
RefIcon.displayName = 'MigrateOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -540,6 +540,7 @@ export { default as MercuryThermometerOutlined } from './MercuryThermometerOutli
|
|
|
540
540
|
export { default as MeshLayoutOutlined } from './MeshLayoutOutlined';
|
|
541
541
|
export { default as MessageFilled } from './MessageFilled';
|
|
542
542
|
export { default as MessageOutlined } from './MessageOutlined';
|
|
543
|
+
export { default as MigrateOutlined } from './MigrateOutlined';
|
|
543
544
|
export { default as MiniatureFireStationAddOutlined } from './MiniatureFireStationAddOutlined';
|
|
544
545
|
export { default as MiniatureFireStationFilled } from './MiniatureFireStationFilled';
|
|
545
546
|
export { default as MiniatureFireStationOutlined } from './MiniatureFireStationOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -541,6 +541,7 @@ export { default as MercuryThermometerOutlined } from "./MercuryThermometerOutli
|
|
|
541
541
|
export { default as MeshLayoutOutlined } from "./MeshLayoutOutlined";
|
|
542
542
|
export { default as MessageFilled } from "./MessageFilled";
|
|
543
543
|
export { default as MessageOutlined } from "./MessageOutlined";
|
|
544
|
+
export { default as MigrateOutlined } from "./MigrateOutlined";
|
|
544
545
|
export { default as MiniatureFireStationAddOutlined } from "./MiniatureFireStationAddOutlined";
|
|
545
546
|
export { default as MiniatureFireStationFilled } from "./MiniatureFireStationFilled";
|
|
546
547
|
export { default as MiniatureFireStationOutlined } from "./MiniatureFireStationOutlined";
|
|
@@ -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/MigrateOutlined.tsx
|
|
30
|
+
var MigrateOutlined_exports = {};
|
|
31
|
+
__export(MigrateOutlined_exports, {
|
|
32
|
+
default: () => MigrateOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(MigrateOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_MigrateOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/MigrateOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var MigrateOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_MigrateOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(MigrateOutlined);
|
|
40
|
+
RefIcon.displayName = "MigrateOutlined";
|
|
41
|
+
var MigrateOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -540,6 +540,7 @@ export { default as MercuryThermometerOutlined } from './MercuryThermometerOutli
|
|
|
540
540
|
export { default as MeshLayoutOutlined } from './MeshLayoutOutlined';
|
|
541
541
|
export { default as MessageFilled } from './MessageFilled';
|
|
542
542
|
export { default as MessageOutlined } from './MessageOutlined';
|
|
543
|
+
export { default as MigrateOutlined } from './MigrateOutlined';
|
|
543
544
|
export { default as MiniatureFireStationAddOutlined } from './MiniatureFireStationAddOutlined';
|
|
544
545
|
export { default as MiniatureFireStationFilled } from './MiniatureFireStationFilled';
|
|
545
546
|
export { default as MiniatureFireStationOutlined } from './MiniatureFireStationOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -571,6 +571,7 @@ __export(icons_exports, {
|
|
|
571
571
|
MeshLayoutOutlined: () => import_MeshLayoutOutlined.default,
|
|
572
572
|
MessageFilled: () => import_MessageFilled.default,
|
|
573
573
|
MessageOutlined: () => import_MessageOutlined.default,
|
|
574
|
+
MigrateOutlined: () => import_MigrateOutlined.default,
|
|
574
575
|
MiniatureFireStationAddOutlined: () => import_MiniatureFireStationAddOutlined.default,
|
|
575
576
|
MiniatureFireStationFilled: () => import_MiniatureFireStationFilled.default,
|
|
576
577
|
MiniatureFireStationOutlined: () => import_MiniatureFireStationOutlined.default,
|
|
@@ -1529,6 +1530,7 @@ var import_MercuryThermometerOutlined = __toESM(require("./MercuryThermometerOut
|
|
|
1529
1530
|
var import_MeshLayoutOutlined = __toESM(require("./MeshLayoutOutlined"));
|
|
1530
1531
|
var import_MessageFilled = __toESM(require("./MessageFilled"));
|
|
1531
1532
|
var import_MessageOutlined = __toESM(require("./MessageOutlined"));
|
|
1533
|
+
var import_MigrateOutlined = __toESM(require("./MigrateOutlined"));
|
|
1532
1534
|
var import_MiniatureFireStationAddOutlined = __toESM(require("./MiniatureFireStationAddOutlined"));
|
|
1533
1535
|
var import_MiniatureFireStationFilled = __toESM(require("./MiniatureFireStationFilled"));
|
|
1534
1536
|
var import_MiniatureFireStationOutlined = __toESM(require("./MiniatureFireStationOutlined"));
|
|
@@ -2487,6 +2489,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2487
2489
|
MeshLayoutOutlined,
|
|
2488
2490
|
MessageFilled,
|
|
2489
2491
|
MessageOutlined,
|
|
2492
|
+
MigrateOutlined,
|
|
2490
2493
|
MiniatureFireStationAddOutlined,
|
|
2491
2494
|
MiniatureFireStationFilled,
|
|
2492
2495
|
MiniatureFireStationOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.47.1",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@ant-design/colors": "^6.0.0",
|
|
32
32
|
"@babel/runtime": "^7.11.2",
|
|
33
33
|
"@pansy/classnames": "^1.0.1",
|
|
34
|
-
"@sensoro-design/icons-svg": "2.
|
|
34
|
+
"@sensoro-design/icons-svg": "2.56.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|