@sensoro-design/icons 2.47.0 → 2.48.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 +19 -0
- package/OffFlashOutlined.d.ts +2 -0
- package/OffFlashOutlined.js +15 -0
- package/es/icons/OffFlashOutlined.d.ts +4 -0
- package/es/icons/OffFlashOutlined.js +14 -0
- package/es/icons/index.d.ts +1 -0
- package/es/icons/index.js +1 -0
- package/lib/icons/OffFlashOutlined.d.ts +4 -0
- package/lib/icons/OffFlashOutlined.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.48.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.47.1...@sensoro-design/icons@2.48.0) (2024-07-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add OffFlashOutlined ([d8f7b13](https://github.com/sensoro-design/sensoro-design-icons/commit/d8f7b13f5def5fefaa78a944ad7fca5eacdf7a33))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [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)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @sensoro-design/icons
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [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)
|
|
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 _OffFlashOutlined = _interopRequireDefault(require('./es/icons/OffFlashOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _OffFlashOutlined;
|
|
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 OffFlashOutlinedSvg from '@sensoro-design/icons-svg/es/asn/OffFlashOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var OffFlashOutlined = function OffFlashOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: OffFlashOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(OffFlashOutlined);
|
|
13
|
+
RefIcon.displayName = 'OffFlashOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -598,6 +598,7 @@ export { default as O2Outlined } from './O2Outlined';
|
|
|
598
598
|
export { default as O3Outlined } from './O3Outlined';
|
|
599
599
|
export { default as ObliqueLineOutlined } from './ObliqueLineOutlined';
|
|
600
600
|
export { default as OffDayPurely } from './OffDayPurely';
|
|
601
|
+
export { default as OffFlashOutlined } from './OffFlashOutlined';
|
|
601
602
|
export { default as OfflineOutlined } from './OfflineOutlined';
|
|
602
603
|
export { default as OneToOneOutlined } from './OneToOneOutlined';
|
|
603
604
|
export { default as OperateFilled } from './OperateFilled';
|
package/es/icons/index.js
CHANGED
|
@@ -599,6 +599,7 @@ export { default as O2Outlined } from "./O2Outlined";
|
|
|
599
599
|
export { default as O3Outlined } from "./O3Outlined";
|
|
600
600
|
export { default as ObliqueLineOutlined } from "./ObliqueLineOutlined";
|
|
601
601
|
export { default as OffDayPurely } from "./OffDayPurely";
|
|
602
|
+
export { default as OffFlashOutlined } from "./OffFlashOutlined";
|
|
602
603
|
export { default as OfflineOutlined } from "./OfflineOutlined";
|
|
603
604
|
export { default as OneToOneOutlined } from "./OneToOneOutlined";
|
|
604
605
|
export { default as OperateFilled } from "./OperateFilled";
|
|
@@ -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/OffFlashOutlined.tsx
|
|
30
|
+
var OffFlashOutlined_exports = {};
|
|
31
|
+
__export(OffFlashOutlined_exports, {
|
|
32
|
+
default: () => OffFlashOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(OffFlashOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_OffFlashOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/OffFlashOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var OffFlashOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_OffFlashOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(OffFlashOutlined);
|
|
40
|
+
RefIcon.displayName = "OffFlashOutlined";
|
|
41
|
+
var OffFlashOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -598,6 +598,7 @@ export { default as O2Outlined } from './O2Outlined';
|
|
|
598
598
|
export { default as O3Outlined } from './O3Outlined';
|
|
599
599
|
export { default as ObliqueLineOutlined } from './ObliqueLineOutlined';
|
|
600
600
|
export { default as OffDayPurely } from './OffDayPurely';
|
|
601
|
+
export { default as OffFlashOutlined } from './OffFlashOutlined';
|
|
601
602
|
export { default as OfflineOutlined } from './OfflineOutlined';
|
|
602
603
|
export { default as OneToOneOutlined } from './OneToOneOutlined';
|
|
603
604
|
export { default as OperateFilled } from './OperateFilled';
|
package/lib/icons/index.js
CHANGED
|
@@ -629,6 +629,7 @@ __export(icons_exports, {
|
|
|
629
629
|
O3Outlined: () => import_O3Outlined.default,
|
|
630
630
|
ObliqueLineOutlined: () => import_ObliqueLineOutlined.default,
|
|
631
631
|
OffDayPurely: () => import_OffDayPurely.default,
|
|
632
|
+
OffFlashOutlined: () => import_OffFlashOutlined.default,
|
|
632
633
|
OfflineOutlined: () => import_OfflineOutlined.default,
|
|
633
634
|
OneToOneOutlined: () => import_OneToOneOutlined.default,
|
|
634
635
|
OperateFilled: () => import_OperateFilled.default,
|
|
@@ -1588,6 +1589,7 @@ var import_O2Outlined = __toESM(require("./O2Outlined"));
|
|
|
1588
1589
|
var import_O3Outlined = __toESM(require("./O3Outlined"));
|
|
1589
1590
|
var import_ObliqueLineOutlined = __toESM(require("./ObliqueLineOutlined"));
|
|
1590
1591
|
var import_OffDayPurely = __toESM(require("./OffDayPurely"));
|
|
1592
|
+
var import_OffFlashOutlined = __toESM(require("./OffFlashOutlined"));
|
|
1591
1593
|
var import_OfflineOutlined = __toESM(require("./OfflineOutlined"));
|
|
1592
1594
|
var import_OneToOneOutlined = __toESM(require("./OneToOneOutlined"));
|
|
1593
1595
|
var import_OperateFilled = __toESM(require("./OperateFilled"));
|
|
@@ -2547,6 +2549,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2547
2549
|
O3Outlined,
|
|
2548
2550
|
ObliqueLineOutlined,
|
|
2549
2551
|
OffDayPurely,
|
|
2552
|
+
OffFlashOutlined,
|
|
2550
2553
|
OfflineOutlined,
|
|
2551
2554
|
OneToOneOutlined,
|
|
2552
2555
|
OperateFilled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.48.0",
|
|
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.57.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|