@sensoro-design/icons 2.55.0 → 2.66.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/AssetsFilled.d.ts +2 -0
- package/AssetsFilled.js +15 -0
- package/AssetsOutlined.d.ts +2 -0
- package/AssetsOutlined.js +15 -0
- package/CHANGELOG.md +201 -0
- package/HashrateFilled.d.ts +2 -0
- package/HashrateFilled.js +15 -0
- package/HashrateOutlined.d.ts +2 -0
- package/HashrateOutlined.js +15 -0
- package/ReasoningFilled.d.ts +2 -0
- package/ReasoningFilled.js +15 -0
- package/ReasoningOutlined.d.ts +2 -0
- package/ReasoningOutlined.js +15 -0
- package/es/icons/AssetsFilled.d.ts +4 -0
- package/es/icons/AssetsFilled.js +14 -0
- package/es/icons/AssetsOutlined.d.ts +4 -0
- package/es/icons/AssetsOutlined.js +14 -0
- package/es/icons/HashrateFilled.d.ts +4 -0
- package/es/icons/HashrateFilled.js +14 -0
- package/es/icons/HashrateOutlined.d.ts +4 -0
- package/es/icons/HashrateOutlined.js +14 -0
- package/es/icons/ReasoningFilled.d.ts +4 -0
- package/es/icons/ReasoningFilled.js +14 -0
- package/es/icons/ReasoningOutlined.d.ts +4 -0
- package/es/icons/ReasoningOutlined.js +14 -0
- package/es/icons/index.d.ts +6 -0
- package/es/icons/index.js +6 -0
- package/lib/icons/AssetsFilled.d.ts +4 -0
- package/lib/icons/AssetsFilled.js +41 -0
- package/lib/icons/AssetsOutlined.d.ts +4 -0
- package/lib/icons/AssetsOutlined.js +41 -0
- package/lib/icons/HashrateFilled.d.ts +4 -0
- package/lib/icons/HashrateFilled.js +41 -0
- package/lib/icons/HashrateOutlined.d.ts +4 -0
- package/lib/icons/HashrateOutlined.js +41 -0
- package/lib/icons/ReasoningFilled.d.ts +4 -0
- package/lib/icons/ReasoningFilled.js +41 -0
- package/lib/icons/ReasoningOutlined.d.ts +4 -0
- package/lib/icons/ReasoningOutlined.js +41 -0
- package/lib/icons/index.d.ts +6 -0
- package/lib/icons/index.js +18 -0
- package/package.json +9 -9
package/AssetsFilled.js
ADDED
|
@@ -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 _AssetsFilled = _interopRequireDefault(require('./es/icons/AssetsFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _AssetsFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -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 _AssetsOutlined = _interopRequireDefault(require('./es/icons/AssetsOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _AssetsOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,207 @@
|
|
|
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.66.0 (2024-09-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* 修复编译结果缺失类型 ([7bc4cdd](https://github.com/sensoro-design/sensoro-design-icons/commit/7bc4cddaa100debde57c0ce57112282306a1cbe9))
|
|
12
|
+
* 修复类型报错 ([b503b46](https://github.com/sensoro-design/sensoro-design-icons/commit/b503b4659a30027a7b4f7a18e47000cf32619bf1))
|
|
13
|
+
* 修复类型报错 ([8fd3706](https://github.com/sensoro-design/sensoro-design-icons/commit/8fd3706e0ce37466c42db497c766dd4f265eb27d))
|
|
14
|
+
* 修复类型报错 ([11141d7](https://github.com/sensoro-design/sensoro-design-icons/commit/11141d71f618a008310036f3b51704ee80245e70))
|
|
15
|
+
* 修复图片 icon 展示异常问题 ([c883e8d](https://github.com/sensoro-design/sensoro-design-icons/commit/c883e8da96590a28ab83183e9c541c9dda38c933))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* 播放图标修改 ([82812e9](https://github.com/sensoro-design/sensoro-design-icons/commit/82812e9588755151c1939862c2d2351f7adeeacc))
|
|
21
|
+
* 补充提交 ([e0f9ea7](https://github.com/sensoro-design/sensoro-design-icons/commit/e0f9ea7f34983828032c1960ea9a9c0b4982f13c))
|
|
22
|
+
* 补充提交 ([2866c42](https://github.com/sensoro-design/sensoro-design-icons/commit/2866c42f17fb4ec2586519c167b0c6ea02a2f079))
|
|
23
|
+
* 补充提交 ([200fd8e](https://github.com/sensoro-design/sensoro-design-icons/commit/200fd8e3808fca8686eeba9a3df79ed225dbdb82))
|
|
24
|
+
* 补充提交 ([824bc34](https://github.com/sensoro-design/sensoro-design-icons/commit/824bc34744faabad2009e80a7488f09a9874d690))
|
|
25
|
+
* 代码优化 ([4b80238](https://github.com/sensoro-design/sensoro-design-icons/commit/4b8023860890fa4bdba5daa75b43c99c6f126548))
|
|
26
|
+
* 调整模版与格式化代码一致 ([96141ee](https://github.com/sensoro-design/sensoro-design-icons/commit/96141ee76ae396adebe29a2460765a89898229bf))
|
|
27
|
+
* 清理无用图标 ([8263c79](https://github.com/sensoro-design/sensoro-design-icons/commit/8263c79d92ab1953aa845d985e81126b3ad3ab99))
|
|
28
|
+
* 设备类图标整理 ([4fc718f](https://github.com/sensoro-design/sensoro-design-icons/commit/4fc718fcc7d339dbd635f7e92913f574414e4259))
|
|
29
|
+
* 设备状态&操作类图标整理 ([596149d](https://github.com/sensoro-design/sensoro-design-icons/commit/596149df3d311ed41aca6abdb4c18999e234b334))
|
|
30
|
+
* 实底风格图标整理 ([50f8ab7](https://github.com/sensoro-design/sensoro-design-icons/commit/50f8ab72cbb0231593ae9be789b9c4d0510a47f1))
|
|
31
|
+
* 视频类图标整理 ([bbe6706](https://github.com/sensoro-design/sensoro-design-icons/commit/bbe67065375fbc25f901d6ca2b78a79d973025d6))
|
|
32
|
+
* 替换播放图标 ([5d0c28f](https://github.com/sensoro-design/sensoro-design-icons/commit/5d0c28fd5086d74610f72501ae4f225915b27198))
|
|
33
|
+
* 替换部分图标 ([5f10bd4](https://github.com/sensoro-design/sensoro-design-icons/commit/5f10bd45a82619deb24e742a499af6caed5cfb91))
|
|
34
|
+
* 替换图标 ([3e164f2](https://github.com/sensoro-design/sensoro-design-icons/commit/3e164f29aa6b5a0ae5682d2f926480ef17664854))
|
|
35
|
+
* 替换图标 ([8b7e037](https://github.com/sensoro-design/sensoro-design-icons/commit/8b7e0371fadbdce60f277f9540c16521e014c3b3))
|
|
36
|
+
* 添加播放器类图标 ([622581b](https://github.com/sensoro-design/sensoro-design-icons/commit/622581b7464f9a0d1e979f4a44840df36b1df469))
|
|
37
|
+
* 添加彩色指南针图标 ([cac2fed](https://github.com/sensoro-design/sensoro-design-icons/commit/cac2fede0073530908d98f39aea7d6ea235d10f4))
|
|
38
|
+
* 添加测距图标 ([6be7d4b](https://github.com/sensoro-design/sensoro-design-icons/commit/6be7d4bf6d4edd1d079b882710aa18e7b218db77))
|
|
39
|
+
* 添加车辆档案图标 ([ed95088](https://github.com/sensoro-design/sensoro-design-icons/commit/ed95088e186e563c07239fd30e2811949f29bb7a))
|
|
40
|
+
* 添加电梯彩色图标 ([638eabc](https://github.com/sensoro-design/sensoro-design-icons/commit/638eabc98b177b6cc3eb1a25d00f8d5e454542d0))
|
|
41
|
+
* 添加电梯类图标 ([40893f0](https://github.com/sensoro-design/sensoro-design-icons/commit/40893f0310581ab6a1f3e8703e106d6b124e11d4))
|
|
42
|
+
* 添加检索类图标 ([a2b8996](https://github.com/sensoro-design/sensoro-design-icons/commit/a2b89964a69c59eaeb645a77f772671d164f86f9))
|
|
43
|
+
* 添加禁渔图标 ([cd321b7](https://github.com/sensoro-design/sensoro-design-icons/commit/cd321b77b42a18b1fd7656b4e9415458316371e3))
|
|
44
|
+
* 添加老人关爱图标 ([45faa95](https://github.com/sensoro-design/sensoro-design-icons/commit/45faa95ad17bb913f9d523223e344dc7545272ce))
|
|
45
|
+
* 添加区域图标 ([4a0a3e9](https://github.com/sensoro-design/sensoro-design-icons/commit/4a0a3e9de849e1e7ac264d54c8b69ed93abb3bae))
|
|
46
|
+
* 添加全景图标 ([a4cd01f](https://github.com/sensoro-design/sensoro-design-icons/commit/a4cd01fca0df9901e4624ef6a160b65f3de412f4))
|
|
47
|
+
* 添加热力图图标 ([fab568d](https://github.com/sensoro-design/sensoro-design-icons/commit/fab568dbebcb7cab96d1be0a192b744b4d1b68f7))
|
|
48
|
+
* 添加上报图标 ([20bdcc9](https://github.com/sensoro-design/sensoro-design-icons/commit/20bdcc9407f4947ade9228957e0291b2a9f8ef17))
|
|
49
|
+
* 添加上报图标 ([d78b790](https://github.com/sensoro-design/sensoro-design-icons/commit/d78b790e0599cac8238a6e9d13b431412de0be10))
|
|
50
|
+
* 添加图标,并添加菜单类图标 ([94f2dc0](https://github.com/sensoro-design/sensoro-design-icons/commit/94f2dc045fe9093ffc418975ed8d2e45a380bd68))
|
|
51
|
+
* 添加退出登录图标 ([924c668](https://github.com/sensoro-design/sensoro-design-icons/commit/924c668322493b774ce6ced5d5e6c8720c76a6f3))
|
|
52
|
+
* 添加违建图标 ([968e5b6](https://github.com/sensoro-design/sensoro-design-icons/commit/968e5b6bf456aea9280ef256011c85f17bd59192))
|
|
53
|
+
* 添加一批图标 ([36e92a3](https://github.com/sensoro-design/sensoro-design-icons/commit/36e92a32808bbe437629260318f482a89a19a319))
|
|
54
|
+
* 添加一批图标 ([07d89ff](https://github.com/sensoro-design/sensoro-design-icons/commit/07d89ffdfd17e617285363c7a9951eb886bd925c))
|
|
55
|
+
* 添加一批图标 ([2e94028](https://github.com/sensoro-design/sensoro-design-icons/commit/2e940289c564df733903f284039ce10ad5af10f8))
|
|
56
|
+
* 添加一批图标 ([e457bee](https://github.com/sensoro-design/sensoro-design-icons/commit/e457bee0854e6bccac5ee2b0c753a73a53fbc72b))
|
|
57
|
+
* 添加一批图标 ([36af18d](https://github.com/sensoro-design/sensoro-design-icons/commit/36af18d238d1759dac0dc903e2fe512732068f09))
|
|
58
|
+
* 添加一批Icon ([c783323](https://github.com/sensoro-design/sensoro-design-icons/commit/c783323600b20d22350de09258a68f5b47b5225b))
|
|
59
|
+
* 修改分类 ([adae301](https://github.com/sensoro-design/sensoro-design-icons/commit/adae301c75f7d1ef2b8d7f62dfc2125b9d0a4d31))
|
|
60
|
+
* 修改分类 ([a4cbb94](https://github.com/sensoro-design/sensoro-design-icons/commit/a4cbb94854c644ddae9110406c1677d94ba2a8ad))
|
|
61
|
+
* 修改类型定义 ([ae1a323](https://github.com/sensoro-design/sensoro-design-icons/commit/ae1a323d5d07cd5bbd983a254e7d34c4f8564b06))
|
|
62
|
+
* 修改引入为es ([2471ce2](https://github.com/sensoro-design/sensoro-design-icons/commit/2471ce2a0dda140cbddeccf0cec127b12d6aa46a))
|
|
63
|
+
* 修改引用资源路径 ([076ea60](https://github.com/sensoro-design/sensoro-design-icons/commit/076ea6050606c2a9a937daa667a08bcdc1720c48))
|
|
64
|
+
* 一波图标 ([600396a](https://github.com/sensoro-design/sensoro-design-icons/commit/600396a02f05bf3172acec485a45b66a6019b000))
|
|
65
|
+
* 移除部分图标 ([6fbcf69](https://github.com/sensoro-design/sensoro-design-icons/commit/6fbcf694167f31681156cd87600debb4004bc76d))
|
|
66
|
+
* 整理方向与提示&界面操作分类图标 ([33bb719](https://github.com/sensoro-design/sensoro-design-icons/commit/33bb719e080579fa8ebd39a30bc1cf4666416001))
|
|
67
|
+
* 整理人员&文件图标 ([7d72c6e](https://github.com/sensoro-design/sensoro-design-icons/commit/7d72c6ee765216885fe5b8522524ed256cdfc4c9))
|
|
68
|
+
* 整理实底风格图标 ([e323329](https://github.com/sensoro-design/sensoro-design-icons/commit/e3233296edc81a220e1d0f772aa7133f44f770c5))
|
|
69
|
+
* 整理线框风格图标 ([62662ad](https://github.com/sensoro-design/sensoro-design-icons/commit/62662ad285e745a9990eccee23637721b8d12eb2))
|
|
70
|
+
* 重命名 ([1e8a572](https://github.com/sensoro-design/sensoro-design-icons/commit/1e8a572d0d7e3bf593a2fbe5a3ac8c48294b5282))
|
|
71
|
+
* add icons ([5cb6fa8](https://github.com/sensoro-design/sensoro-design-icons/commit/5cb6fa843f9e1e8bd5ec83ed0a0642ec8e8981c0))
|
|
72
|
+
* add anticon classname ([c353fce](https://github.com/sensoro-design/sensoro-design-icons/commit/c353fce958af1d823cca7388d09b808ee5792377))
|
|
73
|
+
* add AttendanceRateFilled UserCloseCircleFilled ([989955e](https://github.com/sensoro-design/sensoro-design-icons/commit/989955e2bbf2667acb94a3fc93577a0509dab29e))
|
|
74
|
+
* add AudioFilled ([3e96f66](https://github.com/sensoro-design/sensoro-design-icons/commit/3e96f66f67aa99bbb2c00442cd82f829532d3d22))
|
|
75
|
+
* add AudioMuteFilled ([2702049](https://github.com/sensoro-design/sensoro-design-icons/commit/27020499c8f99c4d0dcac09356451ee8b3aaab99))
|
|
76
|
+
* add AvatarPurely、ImagePurely ([7880e5e](https://github.com/sensoro-design/sensoro-design-icons/commit/7880e5e20a4a3562e25e49e9dd9c005b4cc05ffc))
|
|
77
|
+
* add BackwardOutlined、ForwardOutlined ([99c2391](https://github.com/sensoro-design/sensoro-design-icons/commit/99c2391441a0321799c9c67deffef5a2a25f59f0))
|
|
78
|
+
* add BridgeOutlined ([c79c167](https://github.com/sensoro-design/sensoro-design-icons/commit/c79c16744c6f9814e8f7ed40f512f517e6367611))
|
|
79
|
+
* add CallVideoOutlined ([45cc92b](https://github.com/sensoro-design/sensoro-design-icons/commit/45cc92bfed8fc70affa039adf76ccfb45a81fa8c))
|
|
80
|
+
* add CaseAssistanceOutlined、VolunteerServiceOutlined ([ac4bc1b](https://github.com/sensoro-design/sensoro-design-icons/commit/ac4bc1b4de38fe8c58901561bc95361e51a3cb9c))
|
|
81
|
+
* add ChefHatOutlined ([ffdd2b4](https://github.com/sensoro-design/sensoro-design-icons/commit/ffdd2b4a178e52a27e9b5ce819de61c733aa3c86))
|
|
82
|
+
* add ClientInstallOutlined ([7feb67c](https://github.com/sensoro-design/sensoro-design-icons/commit/7feb67c27891de3436ea0cfe8f1cd2f4ac8fce89))
|
|
83
|
+
* add CloudFilled、CloudOutlined ([ed0fb76](https://github.com/sensoro-design/sensoro-design-icons/commit/ed0fb767f480f7445a1905551e83928e8c806c61))
|
|
84
|
+
* add CompareOutlined、TimeMachineOutlined ([9e55001](https://github.com/sensoro-design/sensoro-design-icons/commit/9e55001aeec07c2dfda6488ee0add362c0de3048))
|
|
85
|
+
* add DroneAirportOutlined ([9268699](https://github.com/sensoro-design/sensoro-design-icons/commit/926869929d7451196aaceb08789bdbe9c2c522b1))
|
|
86
|
+
* add DtOutlined ([0cc7f2b](https://github.com/sensoro-design/sensoro-design-icons/commit/0cc7f2bd77e13c9af2595c0ed2d39f0639874f49))
|
|
87
|
+
* add EnterOutlined icon ([2dfb9bb](https://github.com/sensoro-design/sensoro-design-icons/commit/2dfb9bb3f085abc61300765257069ade2d244130))
|
|
88
|
+
* add file-info icon ([dd14539](https://github.com/sensoro-design/sensoro-design-icons/commit/dd14539cbe22625a6e9ae13ace8a15cdd0b02a19))
|
|
89
|
+
* add FileUserOutlined ([1556d3a](https://github.com/sensoro-design/sensoro-design-icons/commit/1556d3a1ca0585664e160d2b3de1fd01c85392cc))
|
|
90
|
+
* add floor icon ([ec83a27](https://github.com/sensoro-design/sensoro-design-icons/commit/ec83a27c16687d66e1961c33af35b1d8ddf4e98c))
|
|
91
|
+
* add FootTrafficOutlined ([27d229f](https://github.com/sensoro-design/sensoro-design-icons/commit/27d229f5d54085c5e5e146ff77d6d88c6f348cbd))
|
|
92
|
+
* add HomeFilled ([0afe5ff](https://github.com/sensoro-design/sensoro-design-icons/commit/0afe5ffbbfa58a816de8286dddc41c402a7d7fc1))
|
|
93
|
+
* add HorizontalBottomOutlined ([199a77c](https://github.com/sensoro-design/sensoro-design-icons/commit/199a77c96455116e5382f8844f21e185933e3f0a))
|
|
94
|
+
* add icon ([0205af5](https://github.com/sensoro-design/sensoro-design-icons/commit/0205af54eed5eeaf726be7bc1d6fc92306fd2650))
|
|
95
|
+
* add icon ([b791b79](https://github.com/sensoro-design/sensoro-design-icons/commit/b791b79f53a248acba49dfa80b508009381e51d0))
|
|
96
|
+
* add icon ([0459817](https://github.com/sensoro-design/sensoro-design-icons/commit/0459817fe82e0157f2fc65a8c5b52231ee79705f))
|
|
97
|
+
* add icon ([46007df](https://github.com/sensoro-design/sensoro-design-icons/commit/46007df48f8ecd7bea354551999a813402840a4f))
|
|
98
|
+
* add icon ([4d1d840](https://github.com/sensoro-design/sensoro-design-icons/commit/4d1d84089ec8a2b349264ce3d98f0dde0924dfa7))
|
|
99
|
+
* add icon ([a437f74](https://github.com/sensoro-design/sensoro-design-icons/commit/a437f74fc3358ff1d519e989f049a512ea9b7b8a))
|
|
100
|
+
* add icon ([b099339](https://github.com/sensoro-design/sensoro-design-icons/commit/b099339a99fc873b2892342e5769453fbab9625f))
|
|
101
|
+
* add icon ([9b10ab2](https://github.com/sensoro-design/sensoro-design-icons/commit/9b10ab2217898cf7a4744e94bddd98d7118355ea))
|
|
102
|
+
* add icons ([53d7cee](https://github.com/sensoro-design/sensoro-design-icons/commit/53d7ceeadd445dcdc4c0ccce5aa1f8b232586aef))
|
|
103
|
+
* add icons ([162310f](https://github.com/sensoro-design/sensoro-design-icons/commit/162310f8b774a2248c1cdd254171c96770b94761))
|
|
104
|
+
* add icons ([c0c5cad](https://github.com/sensoro-design/sensoro-design-icons/commit/c0c5cad767f036e6e750b495554c67bd75fe94a4))
|
|
105
|
+
* add icons ([1f0801d](https://github.com/sensoro-design/sensoro-design-icons/commit/1f0801d4fd9cfd4dd9d624990c2f36d8625722ee))
|
|
106
|
+
* add icons ([ddbd5d0](https://github.com/sensoro-design/sensoro-design-icons/commit/ddbd5d0f6e88aefb72c5e6e7e4d4484b6c6c1ea1))
|
|
107
|
+
* add icons ([0845dc7](https://github.com/sensoro-design/sensoro-design-icons/commit/0845dc7633120e0b25f520ae83febc8f51bd8e4f))
|
|
108
|
+
* add icons ([1104c30](https://github.com/sensoro-design/sensoro-design-icons/commit/1104c3055ef73c006b1e94da25759da1ce8e587d))
|
|
109
|
+
* add icons ([c93d4e4](https://github.com/sensoro-design/sensoro-design-icons/commit/c93d4e466d7cc64cab2913c14f7b3e9015747f58))
|
|
110
|
+
* add icons ([662d2a7](https://github.com/sensoro-design/sensoro-design-icons/commit/662d2a767c3861f07e9433685449a26d6c3e2b0b))
|
|
111
|
+
* add icons ([e624a1d](https://github.com/sensoro-design/sensoro-design-icons/commit/e624a1d86a058354e36f244ccb4c0aa540ecf959))
|
|
112
|
+
* add icons ([1fdadc2](https://github.com/sensoro-design/sensoro-design-icons/commit/1fdadc27c55906b44363157c955d6de38c1b477b))
|
|
113
|
+
* add icons ([cbf00e9](https://github.com/sensoro-design/sensoro-design-icons/commit/cbf00e9c6d60e3b6ad1556c2eaa65c43a568d37c))
|
|
114
|
+
* add icons ([a56f474](https://github.com/sensoro-design/sensoro-design-icons/commit/a56f474112054302b05b49ccb4ec8583cc826979))
|
|
115
|
+
* add icons ([97f3bd8](https://github.com/sensoro-design/sensoro-design-icons/commit/97f3bd8267df78c3eb95f97f602dee2c121e16e4))
|
|
116
|
+
* add icons ([ff0e392](https://github.com/sensoro-design/sensoro-design-icons/commit/ff0e392320f8b944ccfb4ac58454ad598f2e9754))
|
|
117
|
+
* add icons ([cb46bab](https://github.com/sensoro-design/sensoro-design-icons/commit/cb46babceed914929b22f61d1100aa067de8ab8d))
|
|
118
|
+
* add icons ([6bd42ce](https://github.com/sensoro-design/sensoro-design-icons/commit/6bd42ce5ad634bf00c2dcfa05cbb5fd49fc4e070))
|
|
119
|
+
* add icons ([a62d092](https://github.com/sensoro-design/sensoro-design-icons/commit/a62d0927e719b3d5ed72cc84d399ee393ed0ea95))
|
|
120
|
+
* add icons ([ee6b344](https://github.com/sensoro-design/sensoro-design-icons/commit/ee6b34481bfdd1003c0f0ab87ee63951003a8992))
|
|
121
|
+
* add icons ([7586904](https://github.com/sensoro-design/sensoro-design-icons/commit/75869041ee5847ade1edb6f6ac9239397fea2721))
|
|
122
|
+
* add icons ([7fb4a7a](https://github.com/sensoro-design/sensoro-design-icons/commit/7fb4a7a4cbef856cdadc15111c530ee24f58172f))
|
|
123
|
+
* add icons ([072e3f3](https://github.com/sensoro-design/sensoro-design-icons/commit/072e3f35acfb530fa83b2102da04365b6fd96317))
|
|
124
|
+
* add icons ([519b43a](https://github.com/sensoro-design/sensoro-design-icons/commit/519b43ac0cef992f4b2dd041d859d7b2d75673e7))
|
|
125
|
+
* add icons ([4972103](https://github.com/sensoro-design/sensoro-design-icons/commit/497210346e004af4f3b1cf918f9db59d25d01f93))
|
|
126
|
+
* add icons ([3112fc7](https://github.com/sensoro-design/sensoro-design-icons/commit/3112fc740a9df3eea41798060b9c85fd19e0dc1a))
|
|
127
|
+
* add icons ([ba33759](https://github.com/sensoro-design/sensoro-design-icons/commit/ba3375971b90ed3a34df1b4ebb3912b95fe8fae3))
|
|
128
|
+
* add icons ([19d725d](https://github.com/sensoro-design/sensoro-design-icons/commit/19d725d800ce851ce47e444e4699c7aab29ce6f4))
|
|
129
|
+
* add icons ([7b1ae35](https://github.com/sensoro-design/sensoro-design-icons/commit/7b1ae35ebd0ca09dc4b63517fd1f1f9359d53179))
|
|
130
|
+
* add icons ([ffdb9d3](https://github.com/sensoro-design/sensoro-design-icons/commit/ffdb9d3299ede1a8112bddce3969fa6ebcec43b7))
|
|
131
|
+
* add icons ([5a4b424](https://github.com/sensoro-design/sensoro-design-icons/commit/5a4b42421a57db8867e6423804a7ed0124a3c04b))
|
|
132
|
+
* add icons ([e91c0a9](https://github.com/sensoro-design/sensoro-design-icons/commit/e91c0a90311cb00046aaddf99b63207160d0bee6))
|
|
133
|
+
* add icons ([85b3fd8](https://github.com/sensoro-design/sensoro-design-icons/commit/85b3fd8a71a400477632ec35b01a67eb23d2306b))
|
|
134
|
+
* add icons ([5ae7d44](https://github.com/sensoro-design/sensoro-design-icons/commit/5ae7d444f04714db48445ee4947ce01fcd95e6d6))
|
|
135
|
+
* add icons ([ab498e7](https://github.com/sensoro-design/sensoro-design-icons/commit/ab498e7f8c059cdef32b6118a8ca3e7debd2eebd))
|
|
136
|
+
* add icons ([36ee6f0](https://github.com/sensoro-design/sensoro-design-icons/commit/36ee6f086750bffca09364bfbcc2096c40101429))
|
|
137
|
+
* add icons ([85de248](https://github.com/sensoro-design/sensoro-design-icons/commit/85de2480c5ae11ab42163915014437b65098a114))
|
|
138
|
+
* add icons ([a7e3726](https://github.com/sensoro-design/sensoro-design-icons/commit/a7e37268b154ba7864f21b782a29e04f438060fa))
|
|
139
|
+
* add icons ([5796669](https://github.com/sensoro-design/sensoro-design-icons/commit/5796669e6e914f7399522c89e058d3ebc9e0c277))
|
|
140
|
+
* add icons ([53dcc9d](https://github.com/sensoro-design/sensoro-design-icons/commit/53dcc9d8b174586a56eea0f038487ed79942c4ce))
|
|
141
|
+
* add icons ([1ff37bc](https://github.com/sensoro-design/sensoro-design-icons/commit/1ff37bc117dbc7e6478fd6070d495ab575e79d34))
|
|
142
|
+
* add icons ([206e352](https://github.com/sensoro-design/sensoro-design-icons/commit/206e3526269ab976a7d020f0fe0917d544ef43ba))
|
|
143
|
+
* add icons ([e7df75c](https://github.com/sensoro-design/sensoro-design-icons/commit/e7df75c0900ef2aaf6d6e546dba41ac8473cc56c))
|
|
144
|
+
* add icons ([6daa3c2](https://github.com/sensoro-design/sensoro-design-icons/commit/6daa3c2287fcfcab9b8bdee04176c2775d97288b))
|
|
145
|
+
* add icons ([63002af](https://github.com/sensoro-design/sensoro-design-icons/commit/63002afae4fe0e69134cb3d3f0f037cfade470a0))
|
|
146
|
+
* add image error icon ([7fd89a7](https://github.com/sensoro-design/sensoro-design-icons/commit/7fd89a7ecf013b22eb77fba86d2b4acf6e8b9f65))
|
|
147
|
+
* add LineChartOutlined ([d70a7e6](https://github.com/sensoro-design/sensoro-design-icons/commit/d70a7e687233f20ff3dc70dfb55da34b482964e8))
|
|
148
|
+
* add LoadingProPurely ([bf7e871](https://github.com/sensoro-design/sensoro-design-icons/commit/bf7e8711aa6ca9262e232352873a48b864164a6b))
|
|
149
|
+
* add LoadingPurely ([ad1118a](https://github.com/sensoro-design/sensoro-design-icons/commit/ad1118af1c826ab8f8d81290b26aa7f75c39455d))
|
|
150
|
+
* add ManualOutlined ([0fe20e7](https://github.com/sensoro-design/sensoro-design-icons/commit/0fe20e74f988ae3a6ca85cd9316184b5e2cf82d4))
|
|
151
|
+
* add Map2DOutlined Map3DOutlined ([ef1b338](https://github.com/sensoro-design/sensoro-design-icons/commit/ef1b338d36340ee2fe4e63b1aec31be138567df8))
|
|
152
|
+
* add MediaLibraryOutlined ([16fddc3](https://github.com/sensoro-design/sensoro-design-icons/commit/16fddc3e934460153a10d46f21aa025539afc112))
|
|
153
|
+
* add MigrateOutlined ([8ee1dea](https://github.com/sensoro-design/sensoro-design-icons/commit/8ee1dea956720dd2dd0801ce18b3d8e1d6f013d4))
|
|
154
|
+
* add MiniatureFireStationAddOutlined ([4c82057](https://github.com/sensoro-design/sensoro-design-icons/commit/4c820578c4cee3ee7d26ca90791f0ff486b3bbab))
|
|
155
|
+
* add OffFlashOutlined ([d8f7b13](https://github.com/sensoro-design/sensoro-design-icons/commit/d8f7b13f5def5fefaa78a944ad7fca5eacdf7a33))
|
|
156
|
+
* add offine icon ([bbf3602](https://github.com/sensoro-design/sensoro-design-icons/commit/bbf3602da6f1198e6fca10fe4c76834d8141f04b))
|
|
157
|
+
* add PeersFilled ([09894a7](https://github.com/sensoro-design/sensoro-design-icons/commit/09894a77d7a365a430d386f887877c2dbf1e4405))
|
|
158
|
+
* add ProfileOutlined icon ([7e7b6c6](https://github.com/sensoro-design/sensoro-design-icons/commit/7e7b6c6bf7eb50bb098c609cfe1b57af35d30c16))
|
|
159
|
+
* add qrcode icon ([efc7173](https://github.com/sensoro-design/sensoro-design-icons/commit/efc71733dcbc1050c1c755ad36d43f8eace97b83))
|
|
160
|
+
* add RetrieveCarOutlined RetrieveHumanoidOutlined ([259d369](https://github.com/sensoro-design/sensoro-design-icons/commit/259d3692ec956ec845c9b4b29a771db16e947bc8))
|
|
161
|
+
* add save icon ([e0c29eb](https://github.com/sensoro-design/sensoro-design-icons/commit/e0c29ebcd8b0351065efc7ff30d1ee97f9295db2))
|
|
162
|
+
* add ScreenshotOutlined ([275ef89](https://github.com/sensoro-design/sensoro-design-icons/commit/275ef8933357eadf7c380cd3c10da13eee541895))
|
|
163
|
+
* add SearchProOutlined ([f83780f](https://github.com/sensoro-design/sensoro-design-icons/commit/f83780f73855603d0ef9c9e31e024fdf0da64e29))
|
|
164
|
+
* add SecurityCenterOutlined ([2916c11](https://github.com/sensoro-design/sensoro-design-icons/commit/2916c1184e8fb79ce158f0ee23ecadd74e5fa270))
|
|
165
|
+
* add SinglePlayOutlined ([e21c5bf](https://github.com/sensoro-design/sensoro-design-icons/commit/e21c5bf152ec8cc5a9f9078590163295a7eb9fc1))
|
|
166
|
+
* add StatisticsFilled ([05c6c8c](https://github.com/sensoro-design/sensoro-design-icons/commit/05c6c8cdaa2f42aa5089b9dc424aa2e261b1fe7c))
|
|
167
|
+
* add TaskFilled ([9f15844](https://github.com/sensoro-design/sensoro-design-icons/commit/9f158445c56fa1119adcf75483f4d903a1c4f044))
|
|
168
|
+
* add TaskOutlined ([9137c16](https://github.com/sensoro-design/sensoro-design-icons/commit/9137c16acb039d68e092a665f3dba86684ad45b5))
|
|
169
|
+
* add TaskOutlined ([adf35ce](https://github.com/sensoro-design/sensoro-design-icons/commit/adf35ce5114f7fcaf42237e13db380b0fb961663))
|
|
170
|
+
* add ToTopFilled ([318b0b3](https://github.com/sensoro-design/sensoro-design-icons/commit/318b0b373fd338b0121f50d70f6177acf4f13839))
|
|
171
|
+
* add UserMange、UserSetting ([1297ab9](https://github.com/sensoro-design/sensoro-design-icons/commit/1297ab9799f91e7ef6d7241ea0430334ae2c310b))
|
|
172
|
+
* add VesselFilled ([7198106](https://github.com/sensoro-design/sensoro-design-icons/commit/719810613c305d800f7b37c2142241d3a9b91ec4))
|
|
173
|
+
* add VesselOutlined ([03e02e6](https://github.com/sensoro-design/sensoro-design-icons/commit/03e02e6120293f3d5c879dd11b212fecd47880e0))
|
|
174
|
+
* add VideoStop icon ([3ae33ee](https://github.com/sensoro-design/sensoro-design-icons/commit/3ae33ee5943bcc38d0ec0db3c63e0f1713f5e53f))
|
|
175
|
+
* add WalkieTalkieOutlined ([d747f00](https://github.com/sensoro-design/sensoro-design-icons/commit/d747f00acfb5158566511abdfb29062baae02147))
|
|
176
|
+
* add WorkOrderCheckOutlined、WorkOrderTimeOutlined ([307ec4b](https://github.com/sensoro-design/sensoro-design-icons/commit/307ec4b6184bac12e422c256cdf6bea3ef3b43f1))
|
|
177
|
+
* change path ([8aa8e05](https://github.com/sensoro-design/sensoro-design-icons/commit/8aa8e0587c7d3c94cc5eef6d806d26032eae3bba))
|
|
178
|
+
* **react:** 代码优化 ([89c7b1b](https://github.com/sensoro-design/sensoro-design-icons/commit/89c7b1ba5d76738e20e1978d5ce8cabda469bb69))
|
|
179
|
+
* **react:** 优化图标 ([caf9fe6](https://github.com/sensoro-design/sensoro-design-icons/commit/caf9fe67d15aac6e16ababb00f136284b2b3f6cb))
|
|
180
|
+
* remove ClosureMicrophoneOutlined ([1dd1cda](https://github.com/sensoro-design/sensoro-design-icons/commit/1dd1cda1efe2c73e5daaa09355563fe205478575))
|
|
181
|
+
* remove OrderReaultFilled ([ffd39eb](https://github.com/sensoro-design/sensoro-design-icons/commit/ffd39eb8ef4efe8a13186ea8aafdd531c65bf85f))
|
|
182
|
+
* remove ScanOutlined ([d583527](https://github.com/sensoro-design/sensoro-design-icons/commit/d58352713a440fffd93d4f0a2c43c463eac6ef6f))
|
|
183
|
+
* remove SortFilled ([010730e](https://github.com/sensoro-design/sensoro-design-icons/commit/010730e074ee778116fe05b6a8ee44ec4c95ca5a))
|
|
184
|
+
* rename ([d2c0443](https://github.com/sensoro-design/sensoro-design-icons/commit/d2c0443793c62c32b072b75990e5a5c4ecfc5523))
|
|
185
|
+
* rename AudioMuteFilled ([a366dc7](https://github.com/sensoro-design/sensoro-design-icons/commit/a366dc765476b2ba5cc0c583cbba487729b859b0))
|
|
186
|
+
* replace @pansy/classname ([aecb637](https://github.com/sensoro-design/sensoro-design-icons/commit/aecb637f5d64f48aca85b8fade5c9268b2ea594f))
|
|
187
|
+
* replace @pansy/shared ([a6e3e05](https://github.com/sensoro-design/sensoro-design-icons/commit/a6e3e05ba27276332d5605271e8c73e6e8a17965))
|
|
188
|
+
* replace icon ([dcd0aea](https://github.com/sensoro-design/sensoro-design-icons/commit/dcd0aea6fdf407fc4c70259feae5840258269842))
|
|
189
|
+
* replace sen to s ([65eeff7](https://github.com/sensoro-design/sensoro-design-icons/commit/65eeff76216646af35eb99a4d03756a150500d5c))
|
|
190
|
+
* replece LotPurely to SignalTowerPurely ([1eb5809](https://github.com/sensoro-design/sensoro-design-icons/commit/1eb58099f6fe020573668d2960509e4e01b1a974))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
# [2.56.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.55.0...@sensoro-design/icons@2.56.0) (2024-09-03)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Features
|
|
200
|
+
|
|
201
|
+
* add icons ([53d7cee](https://github.com/sensoro-design/sensoro-design-icons/commit/53d7ceeadd445dcdc4c0ccce5aa1f8b232586aef))
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
6
207
|
# [2.55.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.54.0...@sensoro-design/icons@2.55.0) (2024-09-03)
|
|
7
208
|
|
|
8
209
|
|
|
@@ -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 _HashrateFilled = _interopRequireDefault(require('./es/icons/HashrateFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _HashrateFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -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 _HashrateOutlined = _interopRequireDefault(require('./es/icons/HashrateOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _HashrateOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -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 _ReasoningFilled = _interopRequireDefault(require('./es/icons/ReasoningFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _ReasoningFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -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 _ReasoningOutlined = _interopRequireDefault(require('./es/icons/ReasoningOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _ReasoningOutlined;
|
|
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 AssetsFilledSvg from '@sensoro-design/icons-svg/es/asn/AssetsFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AssetsFilled = function AssetsFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AssetsFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AssetsFilled);
|
|
13
|
+
RefIcon.displayName = 'AssetsFilled';
|
|
14
|
+
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 AssetsOutlinedSvg from '@sensoro-design/icons-svg/es/asn/AssetsOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AssetsOutlined = function AssetsOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AssetsOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AssetsOutlined);
|
|
13
|
+
RefIcon.displayName = 'AssetsOutlined';
|
|
14
|
+
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 HashrateFilledSvg from '@sensoro-design/icons-svg/es/asn/HashrateFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var HashrateFilled = function HashrateFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: HashrateFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(HashrateFilled);
|
|
13
|
+
RefIcon.displayName = 'HashrateFilled';
|
|
14
|
+
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 HashrateOutlinedSvg from '@sensoro-design/icons-svg/es/asn/HashrateOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var HashrateOutlined = function HashrateOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: HashrateOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(HashrateOutlined);
|
|
13
|
+
RefIcon.displayName = 'HashrateOutlined';
|
|
14
|
+
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 ReasoningFilledSvg from '@sensoro-design/icons-svg/es/asn/ReasoningFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ReasoningFilled = function ReasoningFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ReasoningFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ReasoningFilled);
|
|
13
|
+
RefIcon.displayName = 'ReasoningFilled';
|
|
14
|
+
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 ReasoningOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ReasoningOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ReasoningOutlined = function ReasoningOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ReasoningOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ReasoningOutlined);
|
|
13
|
+
RefIcon.displayName = 'ReasoningOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -57,6 +57,8 @@ export { default as ArrowTextEndOutlined } from './ArrowTextEndOutlined';
|
|
|
57
57
|
export { default as ArrowTextStartOutlined } from './ArrowTextStartOutlined';
|
|
58
58
|
export { default as ArrowUpOutlined } from './ArrowUpOutlined';
|
|
59
59
|
export { default as AskLeavePurely } from './AskLeavePurely';
|
|
60
|
+
export { default as AssetsFilled } from './AssetsFilled';
|
|
61
|
+
export { default as AssetsOutlined } from './AssetsOutlined';
|
|
60
62
|
export { default as AtlasFilled } from './AtlasFilled';
|
|
61
63
|
export { default as AtlasOutlined } from './AtlasOutlined';
|
|
62
64
|
export { default as AtlasPurely } from './AtlasPurely';
|
|
@@ -416,6 +418,8 @@ export { default as HailOutlined } from './HailOutlined';
|
|
|
416
418
|
export { default as HandcuffsOutlined } from './HandcuffsOutlined';
|
|
417
419
|
export { default as HashrateCenterFilled } from './HashrateCenterFilled';
|
|
418
420
|
export { default as HashrateCenterOutlined } from './HashrateCenterOutlined';
|
|
421
|
+
export { default as HashrateFilled } from './HashrateFilled';
|
|
422
|
+
export { default as HashrateOutlined } from './HashrateOutlined';
|
|
419
423
|
export { default as HazeOutlined } from './HazeOutlined';
|
|
420
424
|
export { default as HealthMonitoringPurely } from './HealthMonitoringPurely';
|
|
421
425
|
export { default as HeartFilled } from './HeartFilled';
|
|
@@ -723,6 +727,8 @@ export { default as RadioReceiverOutlined } from './RadioReceiverOutlined';
|
|
|
723
727
|
export { default as RailwayStationFilled } from './RailwayStationFilled';
|
|
724
728
|
export { default as RainfallOutlined } from './RainfallOutlined';
|
|
725
729
|
export { default as RainstormOutlined } from './RainstormOutlined';
|
|
730
|
+
export { default as ReasoningFilled } from './ReasoningFilled';
|
|
731
|
+
export { default as ReasoningOutlined } from './ReasoningOutlined';
|
|
726
732
|
export { default as RecreationFilled } from './RecreationFilled';
|
|
727
733
|
export { default as RecreationOutlined } from './RecreationOutlined';
|
|
728
734
|
export { default as RedoOutlined } from './RedoOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -58,6 +58,8 @@ export { default as ArrowTextEndOutlined } from "./ArrowTextEndOutlined";
|
|
|
58
58
|
export { default as ArrowTextStartOutlined } from "./ArrowTextStartOutlined";
|
|
59
59
|
export { default as ArrowUpOutlined } from "./ArrowUpOutlined";
|
|
60
60
|
export { default as AskLeavePurely } from "./AskLeavePurely";
|
|
61
|
+
export { default as AssetsFilled } from "./AssetsFilled";
|
|
62
|
+
export { default as AssetsOutlined } from "./AssetsOutlined";
|
|
61
63
|
export { default as AtlasFilled } from "./AtlasFilled";
|
|
62
64
|
export { default as AtlasOutlined } from "./AtlasOutlined";
|
|
63
65
|
export { default as AtlasPurely } from "./AtlasPurely";
|
|
@@ -417,6 +419,8 @@ export { default as HailOutlined } from "./HailOutlined";
|
|
|
417
419
|
export { default as HandcuffsOutlined } from "./HandcuffsOutlined";
|
|
418
420
|
export { default as HashrateCenterFilled } from "./HashrateCenterFilled";
|
|
419
421
|
export { default as HashrateCenterOutlined } from "./HashrateCenterOutlined";
|
|
422
|
+
export { default as HashrateFilled } from "./HashrateFilled";
|
|
423
|
+
export { default as HashrateOutlined } from "./HashrateOutlined";
|
|
420
424
|
export { default as HazeOutlined } from "./HazeOutlined";
|
|
421
425
|
export { default as HealthMonitoringPurely } from "./HealthMonitoringPurely";
|
|
422
426
|
export { default as HeartFilled } from "./HeartFilled";
|
|
@@ -724,6 +728,8 @@ export { default as RadioReceiverOutlined } from "./RadioReceiverOutlined";
|
|
|
724
728
|
export { default as RailwayStationFilled } from "./RailwayStationFilled";
|
|
725
729
|
export { default as RainfallOutlined } from "./RainfallOutlined";
|
|
726
730
|
export { default as RainstormOutlined } from "./RainstormOutlined";
|
|
731
|
+
export { default as ReasoningFilled } from "./ReasoningFilled";
|
|
732
|
+
export { default as ReasoningOutlined } from "./ReasoningOutlined";
|
|
727
733
|
export { default as RecreationFilled } from "./RecreationFilled";
|
|
728
734
|
export { default as RecreationOutlined } from "./RecreationOutlined";
|
|
729
735
|
export { default as RedoOutlined } from "./RedoOutlined";
|
|
@@ -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/AssetsFilled.tsx
|
|
30
|
+
var AssetsFilled_exports = {};
|
|
31
|
+
__export(AssetsFilled_exports, {
|
|
32
|
+
default: () => AssetsFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AssetsFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AssetsFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/AssetsFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AssetsFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AssetsFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AssetsFilled);
|
|
40
|
+
RefIcon.displayName = "AssetsFilled";
|
|
41
|
+
var AssetsFilled_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/AssetsOutlined.tsx
|
|
30
|
+
var AssetsOutlined_exports = {};
|
|
31
|
+
__export(AssetsOutlined_exports, {
|
|
32
|
+
default: () => AssetsOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AssetsOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AssetsOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/AssetsOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AssetsOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AssetsOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AssetsOutlined);
|
|
40
|
+
RefIcon.displayName = "AssetsOutlined";
|
|
41
|
+
var AssetsOutlined_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/HashrateFilled.tsx
|
|
30
|
+
var HashrateFilled_exports = {};
|
|
31
|
+
__export(HashrateFilled_exports, {
|
|
32
|
+
default: () => HashrateFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(HashrateFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_HashrateFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/HashrateFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var HashrateFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_HashrateFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(HashrateFilled);
|
|
40
|
+
RefIcon.displayName = "HashrateFilled";
|
|
41
|
+
var HashrateFilled_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/HashrateOutlined.tsx
|
|
30
|
+
var HashrateOutlined_exports = {};
|
|
31
|
+
__export(HashrateOutlined_exports, {
|
|
32
|
+
default: () => HashrateOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(HashrateOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_HashrateOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/HashrateOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var HashrateOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_HashrateOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(HashrateOutlined);
|
|
40
|
+
RefIcon.displayName = "HashrateOutlined";
|
|
41
|
+
var HashrateOutlined_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/ReasoningFilled.tsx
|
|
30
|
+
var ReasoningFilled_exports = {};
|
|
31
|
+
__export(ReasoningFilled_exports, {
|
|
32
|
+
default: () => ReasoningFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ReasoningFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ReasoningFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/ReasoningFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ReasoningFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ReasoningFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ReasoningFilled);
|
|
40
|
+
RefIcon.displayName = "ReasoningFilled";
|
|
41
|
+
var ReasoningFilled_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/ReasoningOutlined.tsx
|
|
30
|
+
var ReasoningOutlined_exports = {};
|
|
31
|
+
__export(ReasoningOutlined_exports, {
|
|
32
|
+
default: () => ReasoningOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ReasoningOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ReasoningOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ReasoningOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ReasoningOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ReasoningOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ReasoningOutlined);
|
|
40
|
+
RefIcon.displayName = "ReasoningOutlined";
|
|
41
|
+
var ReasoningOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -57,6 +57,8 @@ export { default as ArrowTextEndOutlined } from './ArrowTextEndOutlined';
|
|
|
57
57
|
export { default as ArrowTextStartOutlined } from './ArrowTextStartOutlined';
|
|
58
58
|
export { default as ArrowUpOutlined } from './ArrowUpOutlined';
|
|
59
59
|
export { default as AskLeavePurely } from './AskLeavePurely';
|
|
60
|
+
export { default as AssetsFilled } from './AssetsFilled';
|
|
61
|
+
export { default as AssetsOutlined } from './AssetsOutlined';
|
|
60
62
|
export { default as AtlasFilled } from './AtlasFilled';
|
|
61
63
|
export { default as AtlasOutlined } from './AtlasOutlined';
|
|
62
64
|
export { default as AtlasPurely } from './AtlasPurely';
|
|
@@ -416,6 +418,8 @@ export { default as HailOutlined } from './HailOutlined';
|
|
|
416
418
|
export { default as HandcuffsOutlined } from './HandcuffsOutlined';
|
|
417
419
|
export { default as HashrateCenterFilled } from './HashrateCenterFilled';
|
|
418
420
|
export { default as HashrateCenterOutlined } from './HashrateCenterOutlined';
|
|
421
|
+
export { default as HashrateFilled } from './HashrateFilled';
|
|
422
|
+
export { default as HashrateOutlined } from './HashrateOutlined';
|
|
419
423
|
export { default as HazeOutlined } from './HazeOutlined';
|
|
420
424
|
export { default as HealthMonitoringPurely } from './HealthMonitoringPurely';
|
|
421
425
|
export { default as HeartFilled } from './HeartFilled';
|
|
@@ -723,6 +727,8 @@ export { default as RadioReceiverOutlined } from './RadioReceiverOutlined';
|
|
|
723
727
|
export { default as RailwayStationFilled } from './RailwayStationFilled';
|
|
724
728
|
export { default as RainfallOutlined } from './RainfallOutlined';
|
|
725
729
|
export { default as RainstormOutlined } from './RainstormOutlined';
|
|
730
|
+
export { default as ReasoningFilled } from './ReasoningFilled';
|
|
731
|
+
export { default as ReasoningOutlined } from './ReasoningOutlined';
|
|
726
732
|
export { default as RecreationFilled } from './RecreationFilled';
|
|
727
733
|
export { default as RecreationOutlined } from './RecreationOutlined';
|
|
728
734
|
export { default as RedoOutlined } from './RedoOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -88,6 +88,8 @@ __export(icons_exports, {
|
|
|
88
88
|
ArrowTextStartOutlined: () => import_ArrowTextStartOutlined.default,
|
|
89
89
|
ArrowUpOutlined: () => import_ArrowUpOutlined.default,
|
|
90
90
|
AskLeavePurely: () => import_AskLeavePurely.default,
|
|
91
|
+
AssetsFilled: () => import_AssetsFilled.default,
|
|
92
|
+
AssetsOutlined: () => import_AssetsOutlined.default,
|
|
91
93
|
AtlasFilled: () => import_AtlasFilled.default,
|
|
92
94
|
AtlasOutlined: () => import_AtlasOutlined.default,
|
|
93
95
|
AtlasPurely: () => import_AtlasPurely.default,
|
|
@@ -447,6 +449,8 @@ __export(icons_exports, {
|
|
|
447
449
|
HandcuffsOutlined: () => import_HandcuffsOutlined.default,
|
|
448
450
|
HashrateCenterFilled: () => import_HashrateCenterFilled.default,
|
|
449
451
|
HashrateCenterOutlined: () => import_HashrateCenterOutlined.default,
|
|
452
|
+
HashrateFilled: () => import_HashrateFilled.default,
|
|
453
|
+
HashrateOutlined: () => import_HashrateOutlined.default,
|
|
450
454
|
HazeOutlined: () => import_HazeOutlined.default,
|
|
451
455
|
HealthMonitoringPurely: () => import_HealthMonitoringPurely.default,
|
|
452
456
|
HeartFilled: () => import_HeartFilled.default,
|
|
@@ -754,6 +758,8 @@ __export(icons_exports, {
|
|
|
754
758
|
RailwayStationFilled: () => import_RailwayStationFilled.default,
|
|
755
759
|
RainfallOutlined: () => import_RainfallOutlined.default,
|
|
756
760
|
RainstormOutlined: () => import_RainstormOutlined.default,
|
|
761
|
+
ReasoningFilled: () => import_ReasoningFilled.default,
|
|
762
|
+
ReasoningOutlined: () => import_ReasoningOutlined.default,
|
|
757
763
|
RecreationFilled: () => import_RecreationFilled.default,
|
|
758
764
|
RecreationOutlined: () => import_RecreationOutlined.default,
|
|
759
765
|
RedoOutlined: () => import_RedoOutlined.default,
|
|
@@ -1102,6 +1108,8 @@ var import_ArrowTextEndOutlined = __toESM(require("./ArrowTextEndOutlined"));
|
|
|
1102
1108
|
var import_ArrowTextStartOutlined = __toESM(require("./ArrowTextStartOutlined"));
|
|
1103
1109
|
var import_ArrowUpOutlined = __toESM(require("./ArrowUpOutlined"));
|
|
1104
1110
|
var import_AskLeavePurely = __toESM(require("./AskLeavePurely"));
|
|
1111
|
+
var import_AssetsFilled = __toESM(require("./AssetsFilled"));
|
|
1112
|
+
var import_AssetsOutlined = __toESM(require("./AssetsOutlined"));
|
|
1105
1113
|
var import_AtlasFilled = __toESM(require("./AtlasFilled"));
|
|
1106
1114
|
var import_AtlasOutlined = __toESM(require("./AtlasOutlined"));
|
|
1107
1115
|
var import_AtlasPurely = __toESM(require("./AtlasPurely"));
|
|
@@ -1461,6 +1469,8 @@ var import_HailOutlined = __toESM(require("./HailOutlined"));
|
|
|
1461
1469
|
var import_HandcuffsOutlined = __toESM(require("./HandcuffsOutlined"));
|
|
1462
1470
|
var import_HashrateCenterFilled = __toESM(require("./HashrateCenterFilled"));
|
|
1463
1471
|
var import_HashrateCenterOutlined = __toESM(require("./HashrateCenterOutlined"));
|
|
1472
|
+
var import_HashrateFilled = __toESM(require("./HashrateFilled"));
|
|
1473
|
+
var import_HashrateOutlined = __toESM(require("./HashrateOutlined"));
|
|
1464
1474
|
var import_HazeOutlined = __toESM(require("./HazeOutlined"));
|
|
1465
1475
|
var import_HealthMonitoringPurely = __toESM(require("./HealthMonitoringPurely"));
|
|
1466
1476
|
var import_HeartFilled = __toESM(require("./HeartFilled"));
|
|
@@ -1768,6 +1778,8 @@ var import_RadioReceiverOutlined = __toESM(require("./RadioReceiverOutlined"));
|
|
|
1768
1778
|
var import_RailwayStationFilled = __toESM(require("./RailwayStationFilled"));
|
|
1769
1779
|
var import_RainfallOutlined = __toESM(require("./RainfallOutlined"));
|
|
1770
1780
|
var import_RainstormOutlined = __toESM(require("./RainstormOutlined"));
|
|
1781
|
+
var import_ReasoningFilled = __toESM(require("./ReasoningFilled"));
|
|
1782
|
+
var import_ReasoningOutlined = __toESM(require("./ReasoningOutlined"));
|
|
1771
1783
|
var import_RecreationFilled = __toESM(require("./RecreationFilled"));
|
|
1772
1784
|
var import_RecreationOutlined = __toESM(require("./RecreationOutlined"));
|
|
1773
1785
|
var import_RedoOutlined = __toESM(require("./RedoOutlined"));
|
|
@@ -2116,6 +2128,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2116
2128
|
ArrowTextStartOutlined,
|
|
2117
2129
|
ArrowUpOutlined,
|
|
2118
2130
|
AskLeavePurely,
|
|
2131
|
+
AssetsFilled,
|
|
2132
|
+
AssetsOutlined,
|
|
2119
2133
|
AtlasFilled,
|
|
2120
2134
|
AtlasOutlined,
|
|
2121
2135
|
AtlasPurely,
|
|
@@ -2475,6 +2489,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2475
2489
|
HandcuffsOutlined,
|
|
2476
2490
|
HashrateCenterFilled,
|
|
2477
2491
|
HashrateCenterOutlined,
|
|
2492
|
+
HashrateFilled,
|
|
2493
|
+
HashrateOutlined,
|
|
2478
2494
|
HazeOutlined,
|
|
2479
2495
|
HealthMonitoringPurely,
|
|
2480
2496
|
HeartFilled,
|
|
@@ -2782,6 +2798,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2782
2798
|
RailwayStationFilled,
|
|
2783
2799
|
RainfallOutlined,
|
|
2784
2800
|
RainstormOutlined,
|
|
2801
|
+
ReasoningFilled,
|
|
2802
|
+
ReasoningOutlined,
|
|
2785
2803
|
RecreationFilled,
|
|
2786
2804
|
RecreationOutlined,
|
|
2787
2805
|
RedoOutlined,
|
package/package.json
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.66.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
7
7
|
"types": "es/index.d.ts",
|
|
8
8
|
"sideEffects": false,
|
|
9
|
-
"scripts": {
|
|
10
|
-
"generate": "tsx ./scripts/generate.ts",
|
|
11
|
-
"build:clean": "tsx ./scripts/buildClean.ts",
|
|
12
|
-
"build": "pnpm run build:clean && father build && tsx ./scripts/build.ts"
|
|
13
|
-
},
|
|
14
9
|
"repository": {
|
|
15
10
|
"type": "git",
|
|
16
11
|
"url": "git+https://github.com/sensoro-design/sensoro-design-icons.git"
|
|
@@ -31,10 +26,15 @@
|
|
|
31
26
|
"@ant-design/colors": "^6.0.0",
|
|
32
27
|
"@babel/runtime": "^7.11.2",
|
|
33
28
|
"@pansy/classnames": "^1.0.1",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
29
|
+
"rc-util": "^5.19.3",
|
|
30
|
+
"@sensoro-design/icons-svg": "2.65.0"
|
|
36
31
|
},
|
|
37
32
|
"publishConfig": {
|
|
38
33
|
"access": "public"
|
|
34
|
+
},
|
|
35
|
+
"scripts": {
|
|
36
|
+
"generate": "tsx ./scripts/generate.ts",
|
|
37
|
+
"build:clean": "tsx ./scripts/buildClean.ts",
|
|
38
|
+
"build": "pnpm run build:clean && father build && tsx ./scripts/build.ts"
|
|
39
39
|
}
|
|
40
|
-
}
|
|
40
|
+
}
|