@sensoro-design/icons 2.50.0 → 2.51.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 +11 -0
- package/SignalTowerPurely.d.ts +2 -0
- package/{LotPurely.js → SignalTowerPurely.js} +2 -2
- package/es/icons/SignalTowerPurely.js +14 -0
- package/es/icons/index.d.ts +1 -1
- package/es/icons/index.js +1 -1
- package/lib/icons/{LotPurely.js → SignalTowerPurely.js} +10 -10
- package/lib/icons/index.d.ts +1 -1
- package/lib/icons/index.js +3 -3
- package/package.json +2 -2
- package/LotPurely.d.ts +0 -2
- package/es/icons/LotPurely.js +0 -14
- /package/es/icons/{LotPurely.d.ts → SignalTowerPurely.d.ts} +0 -0
- /package/lib/icons/{LotPurely.d.ts → SignalTowerPurely.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.51.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.50.0...@sensoro-design/icons@2.51.0) (2024-07-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* replece LotPurely to SignalTowerPurely ([1eb5809](https://github.com/sensoro-design/sensoro-design-icons/commit/1eb58099f6fe020573668d2960509e4e01b1a974))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.50.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.49.0...@sensoro-design/icons@2.50.0) (2024-07-26)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -6,10 +6,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _SignalTowerPurely = _interopRequireDefault(require('./es/icons/SignalTowerPurely'));
|
|
10
10
|
|
|
11
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
12
|
|
|
13
|
-
var _default =
|
|
13
|
+
var _default = _SignalTowerPurely;
|
|
14
14
|
exports.default = _default;
|
|
15
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 SignalTowerPurelySvg from '@sensoro-design/icons-svg/es/asn/SignalTowerPurely';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var SignalTowerPurely = function SignalTowerPurely(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: SignalTowerPurelySvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(SignalTowerPurely);
|
|
13
|
+
RefIcon.displayName = 'SignalTowerPurely';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -526,7 +526,6 @@ export { default as LockOutlined } from './LockOutlined';
|
|
|
526
526
|
export { default as LoginOutlined } from './LoginOutlined';
|
|
527
527
|
export { default as LogoutOutlined } from './LogoutOutlined';
|
|
528
528
|
export { default as LoopOutlined } from './LoopOutlined';
|
|
529
|
-
export { default as LotPurely } from './LotPurely';
|
|
530
529
|
export { default as LowBatteryMutedFilled } from './LowBatteryMutedFilled';
|
|
531
530
|
export { default as LowBatteryMutedOutlined } from './LowBatteryMutedOutlined';
|
|
532
531
|
export { default as LpgOutlined } from './LpgOutlined';
|
|
@@ -797,6 +796,7 @@ export { default as ShoppingOutlined } from './ShoppingOutlined';
|
|
|
797
796
|
export { default as ShutdownOutlined } from './ShutdownOutlined';
|
|
798
797
|
export { default as SignalTowerFilled } from './SignalTowerFilled';
|
|
799
798
|
export { default as SignalTowerOutlined } from './SignalTowerOutlined';
|
|
799
|
+
export { default as SignalTowerPurely } from './SignalTowerPurely';
|
|
800
800
|
export { default as SinglePlayOutlined } from './SinglePlayOutlined';
|
|
801
801
|
export { default as SiteManagePurely } from './SiteManagePurely';
|
|
802
802
|
export { default as SlashOutlined } from './SlashOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -527,7 +527,6 @@ export { default as LockOutlined } from "./LockOutlined";
|
|
|
527
527
|
export { default as LoginOutlined } from "./LoginOutlined";
|
|
528
528
|
export { default as LogoutOutlined } from "./LogoutOutlined";
|
|
529
529
|
export { default as LoopOutlined } from "./LoopOutlined";
|
|
530
|
-
export { default as LotPurely } from "./LotPurely";
|
|
531
530
|
export { default as LowBatteryMutedFilled } from "./LowBatteryMutedFilled";
|
|
532
531
|
export { default as LowBatteryMutedOutlined } from "./LowBatteryMutedOutlined";
|
|
533
532
|
export { default as LpgOutlined } from "./LpgOutlined";
|
|
@@ -798,6 +797,7 @@ export { default as ShoppingOutlined } from "./ShoppingOutlined";
|
|
|
798
797
|
export { default as ShutdownOutlined } from "./ShutdownOutlined";
|
|
799
798
|
export { default as SignalTowerFilled } from "./SignalTowerFilled";
|
|
800
799
|
export { default as SignalTowerOutlined } from "./SignalTowerOutlined";
|
|
800
|
+
export { default as SignalTowerPurely } from "./SignalTowerPurely";
|
|
801
801
|
export { default as SinglePlayOutlined } from "./SinglePlayOutlined";
|
|
802
802
|
export { default as SiteManagePurely } from "./SiteManagePurely";
|
|
803
803
|
export { default as SlashOutlined } from "./SlashOutlined";
|
|
@@ -26,16 +26,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
));
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
28
|
|
|
29
|
-
// src/icons/
|
|
30
|
-
var
|
|
31
|
-
__export(
|
|
32
|
-
default: () =>
|
|
29
|
+
// src/icons/SignalTowerPurely.tsx
|
|
30
|
+
var SignalTowerPurely_exports = {};
|
|
31
|
+
__export(SignalTowerPurely_exports, {
|
|
32
|
+
default: () => SignalTowerPurely_default
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(SignalTowerPurely_exports);
|
|
35
35
|
var React = __toESM(require("react"));
|
|
36
|
-
var
|
|
36
|
+
var import_SignalTowerPurely = __toESM(require("@sensoro-design/icons-svg/es/asn/SignalTowerPurely"));
|
|
37
37
|
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
-
var
|
|
39
|
-
var RefIcon = React.forwardRef(
|
|
40
|
-
RefIcon.displayName = "
|
|
41
|
-
var
|
|
38
|
+
var SignalTowerPurely = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SignalTowerPurely.default });
|
|
39
|
+
var RefIcon = React.forwardRef(SignalTowerPurely);
|
|
40
|
+
RefIcon.displayName = "SignalTowerPurely";
|
|
41
|
+
var SignalTowerPurely_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -526,7 +526,6 @@ export { default as LockOutlined } from './LockOutlined';
|
|
|
526
526
|
export { default as LoginOutlined } from './LoginOutlined';
|
|
527
527
|
export { default as LogoutOutlined } from './LogoutOutlined';
|
|
528
528
|
export { default as LoopOutlined } from './LoopOutlined';
|
|
529
|
-
export { default as LotPurely } from './LotPurely';
|
|
530
529
|
export { default as LowBatteryMutedFilled } from './LowBatteryMutedFilled';
|
|
531
530
|
export { default as LowBatteryMutedOutlined } from './LowBatteryMutedOutlined';
|
|
532
531
|
export { default as LpgOutlined } from './LpgOutlined';
|
|
@@ -797,6 +796,7 @@ export { default as ShoppingOutlined } from './ShoppingOutlined';
|
|
|
797
796
|
export { default as ShutdownOutlined } from './ShutdownOutlined';
|
|
798
797
|
export { default as SignalTowerFilled } from './SignalTowerFilled';
|
|
799
798
|
export { default as SignalTowerOutlined } from './SignalTowerOutlined';
|
|
799
|
+
export { default as SignalTowerPurely } from './SignalTowerPurely';
|
|
800
800
|
export { default as SinglePlayOutlined } from './SinglePlayOutlined';
|
|
801
801
|
export { default as SiteManagePurely } from './SiteManagePurely';
|
|
802
802
|
export { default as SlashOutlined } from './SlashOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -557,7 +557,6 @@ __export(icons_exports, {
|
|
|
557
557
|
LoginOutlined: () => import_LoginOutlined.default,
|
|
558
558
|
LogoutOutlined: () => import_LogoutOutlined.default,
|
|
559
559
|
LoopOutlined: () => import_LoopOutlined.default,
|
|
560
|
-
LotPurely: () => import_LotPurely.default,
|
|
561
560
|
LowBatteryMutedFilled: () => import_LowBatteryMutedFilled.default,
|
|
562
561
|
LowBatteryMutedOutlined: () => import_LowBatteryMutedOutlined.default,
|
|
563
562
|
LpgOutlined: () => import_LpgOutlined.default,
|
|
@@ -828,6 +827,7 @@ __export(icons_exports, {
|
|
|
828
827
|
ShutdownOutlined: () => import_ShutdownOutlined.default,
|
|
829
828
|
SignalTowerFilled: () => import_SignalTowerFilled.default,
|
|
830
829
|
SignalTowerOutlined: () => import_SignalTowerOutlined.default,
|
|
830
|
+
SignalTowerPurely: () => import_SignalTowerPurely.default,
|
|
831
831
|
SinglePlayOutlined: () => import_SinglePlayOutlined.default,
|
|
832
832
|
SiteManagePurely: () => import_SiteManagePurely.default,
|
|
833
833
|
SlashOutlined: () => import_SlashOutlined.default,
|
|
@@ -1548,7 +1548,6 @@ var import_LockOutlined = __toESM(require("./LockOutlined"));
|
|
|
1548
1548
|
var import_LoginOutlined = __toESM(require("./LoginOutlined"));
|
|
1549
1549
|
var import_LogoutOutlined = __toESM(require("./LogoutOutlined"));
|
|
1550
1550
|
var import_LoopOutlined = __toESM(require("./LoopOutlined"));
|
|
1551
|
-
var import_LotPurely = __toESM(require("./LotPurely"));
|
|
1552
1551
|
var import_LowBatteryMutedFilled = __toESM(require("./LowBatteryMutedFilled"));
|
|
1553
1552
|
var import_LowBatteryMutedOutlined = __toESM(require("./LowBatteryMutedOutlined"));
|
|
1554
1553
|
var import_LpgOutlined = __toESM(require("./LpgOutlined"));
|
|
@@ -1819,6 +1818,7 @@ var import_ShoppingOutlined = __toESM(require("./ShoppingOutlined"));
|
|
|
1819
1818
|
var import_ShutdownOutlined = __toESM(require("./ShutdownOutlined"));
|
|
1820
1819
|
var import_SignalTowerFilled = __toESM(require("./SignalTowerFilled"));
|
|
1821
1820
|
var import_SignalTowerOutlined = __toESM(require("./SignalTowerOutlined"));
|
|
1821
|
+
var import_SignalTowerPurely = __toESM(require("./SignalTowerPurely"));
|
|
1822
1822
|
var import_SinglePlayOutlined = __toESM(require("./SinglePlayOutlined"));
|
|
1823
1823
|
var import_SiteManagePurely = __toESM(require("./SiteManagePurely"));
|
|
1824
1824
|
var import_SlashOutlined = __toESM(require("./SlashOutlined"));
|
|
@@ -2539,7 +2539,6 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2539
2539
|
LoginOutlined,
|
|
2540
2540
|
LogoutOutlined,
|
|
2541
2541
|
LoopOutlined,
|
|
2542
|
-
LotPurely,
|
|
2543
2542
|
LowBatteryMutedFilled,
|
|
2544
2543
|
LowBatteryMutedOutlined,
|
|
2545
2544
|
LpgOutlined,
|
|
@@ -2810,6 +2809,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2810
2809
|
ShutdownOutlined,
|
|
2811
2810
|
SignalTowerFilled,
|
|
2812
2811
|
SignalTowerOutlined,
|
|
2812
|
+
SignalTowerPurely,
|
|
2813
2813
|
SinglePlayOutlined,
|
|
2814
2814
|
SiteManagePurely,
|
|
2815
2815
|
SlashOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.51.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.60.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
package/LotPurely.d.ts
DELETED
package/es/icons/LotPurely.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
// This icon file is generated automatically.
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import LotPurelySvg from '@sensoro-design/icons-svg/es/asn/LotPurely';
|
|
5
|
-
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
-
var LotPurely = function LotPurely(props, ref) {
|
|
7
|
-
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
-
ref: ref,
|
|
9
|
-
icon: LotPurelySvg
|
|
10
|
-
}));
|
|
11
|
-
};
|
|
12
|
-
var RefIcon = /*#__PURE__*/React.forwardRef(LotPurely);
|
|
13
|
-
RefIcon.displayName = 'LotPurely';
|
|
14
|
-
export default RefIcon;
|
|
File without changes
|
|
File without changes
|