@sensoro-design/icons 2.90.0 → 2.92.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/ApiOutlined.d.ts +2 -0
- package/ApiOutlined.js +16 -0
- package/BeverageFilled.d.ts +2 -0
- package/BeverageFilled.js +16 -0
- package/BeverageOutlined.d.ts +2 -0
- package/BeverageOutlined.js +16 -0
- package/CHANGELOG.md +22 -0
- package/MedalsFilled.d.ts +2 -0
- package/MedalsFilled.js +16 -0
- package/MedalsOutlined.d.ts +2 -0
- package/MedalsOutlined.js +16 -0
- package/ShortSleeveFilled.d.ts +2 -0
- package/ShortSleeveFilled.js +16 -0
- package/ShortSleeveOutlined.d.ts +2 -0
- package/ShortSleeveOutlined.js +16 -0
- package/SquareFilled.d.ts +2 -0
- package/SquareFilled.js +16 -0
- package/es/icons/ApiOutlined.d.ts +4 -0
- package/es/icons/ApiOutlined.js +14 -0
- package/es/icons/BeverageFilled.d.ts +4 -0
- package/es/icons/BeverageFilled.js +14 -0
- package/es/icons/BeverageOutlined.d.ts +4 -0
- package/es/icons/BeverageOutlined.js +14 -0
- package/es/icons/MedalsFilled.d.ts +4 -0
- package/es/icons/MedalsFilled.js +14 -0
- package/es/icons/MedalsOutlined.d.ts +4 -0
- package/es/icons/MedalsOutlined.js +14 -0
- package/es/icons/ShortSleeveFilled.d.ts +4 -0
- package/es/icons/ShortSleeveFilled.js +14 -0
- package/es/icons/ShortSleeveOutlined.d.ts +4 -0
- package/es/icons/ShortSleeveOutlined.js +14 -0
- package/es/icons/SquareFilled.d.ts +4 -0
- package/es/icons/SquareFilled.js +14 -0
- package/es/icons/index.d.ts +8 -0
- package/es/icons/index.js +8 -0
- package/lib/icons/ApiOutlined.d.ts +4 -0
- package/lib/icons/ApiOutlined.js +41 -0
- package/lib/icons/BeverageFilled.d.ts +4 -0
- package/lib/icons/BeverageFilled.js +41 -0
- package/lib/icons/BeverageOutlined.d.ts +4 -0
- package/lib/icons/BeverageOutlined.js +41 -0
- package/lib/icons/MedalsFilled.d.ts +4 -0
- package/lib/icons/MedalsFilled.js +41 -0
- package/lib/icons/MedalsOutlined.d.ts +4 -0
- package/lib/icons/MedalsOutlined.js +41 -0
- package/lib/icons/ShortSleeveFilled.d.ts +4 -0
- package/lib/icons/ShortSleeveFilled.js +41 -0
- package/lib/icons/ShortSleeveOutlined.d.ts +4 -0
- package/lib/icons/ShortSleeveOutlined.js +41 -0
- package/lib/icons/SquareFilled.d.ts +4 -0
- package/lib/icons/SquareFilled.js +41 -0
- package/lib/icons/index.d.ts +8 -0
- package/lib/icons/index.js +24 -0
- package/package.json +2 -2
package/ApiOutlined.d.ts
ADDED
package/ApiOutlined.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _ApiOutlined = _interopRequireDefault(require('./es/icons/ApiOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _ApiOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _BeverageFilled = _interopRequireDefault(require('./es/icons/BeverageFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _BeverageFilled;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _BeverageOutlined = _interopRequireDefault(require('./es/icons/BeverageOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _BeverageOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.92.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.91.0...v2.92.0) (2025-06-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add SquareFilled ([8044888](https://github.com/sensoro-design/sensoro-design-icons/commit/804488886c0197ae2a03fc9822e1e368bdc1d345))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [2.91.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.90.0...v2.91.0) (2025-06-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add ApiOutlined ([0856f90](https://github.com/sensoro-design/sensoro-design-icons/commit/0856f90cfb084e3835cd4b7ad1ffcec6a2ea9026))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [2.90.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.89.0...v2.90.0) (2025-06-11)
|
|
7
29
|
|
|
8
30
|
|
package/MedalsFilled.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _MedalsFilled = _interopRequireDefault(require('./es/icons/MedalsFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _MedalsFilled;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _MedalsOutlined = _interopRequireDefault(require('./es/icons/MedalsOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _MedalsOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _ShortSleeveFilled = _interopRequireDefault(require('./es/icons/ShortSleeveFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _ShortSleeveFilled;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _ShortSleeveOutlined = _interopRequireDefault(require('./es/icons/ShortSleeveOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _ShortSleeveOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
package/SquareFilled.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _SquareFilled = _interopRequireDefault(require('./es/icons/SquareFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _SquareFilled;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
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 ApiOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ApiOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ApiOutlined = function ApiOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ApiOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ApiOutlined);
|
|
13
|
+
RefIcon.displayName = 'ApiOutlined';
|
|
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 BeverageFilledSvg from '@sensoro-design/icons-svg/es/asn/BeverageFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var BeverageFilled = function BeverageFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: BeverageFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(BeverageFilled);
|
|
13
|
+
RefIcon.displayName = 'BeverageFilled';
|
|
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 BeverageOutlinedSvg from '@sensoro-design/icons-svg/es/asn/BeverageOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var BeverageOutlined = function BeverageOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: BeverageOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(BeverageOutlined);
|
|
13
|
+
RefIcon.displayName = 'BeverageOutlined';
|
|
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 MedalsFilledSvg from '@sensoro-design/icons-svg/es/asn/MedalsFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var MedalsFilled = function MedalsFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: MedalsFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(MedalsFilled);
|
|
13
|
+
RefIcon.displayName = 'MedalsFilled';
|
|
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 MedalsOutlinedSvg from '@sensoro-design/icons-svg/es/asn/MedalsOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var MedalsOutlined = function MedalsOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: MedalsOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(MedalsOutlined);
|
|
13
|
+
RefIcon.displayName = 'MedalsOutlined';
|
|
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 ShortSleeveFilledSvg from '@sensoro-design/icons-svg/es/asn/ShortSleeveFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ShortSleeveFilled = function ShortSleeveFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ShortSleeveFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ShortSleeveFilled);
|
|
13
|
+
RefIcon.displayName = 'ShortSleeveFilled';
|
|
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 ShortSleeveOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ShortSleeveOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ShortSleeveOutlined = function ShortSleeveOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ShortSleeveOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ShortSleeveOutlined);
|
|
13
|
+
RefIcon.displayName = 'ShortSleeveOutlined';
|
|
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 SquareFilledSvg from '@sensoro-design/icons-svg/es/asn/SquareFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var SquareFilled = function SquareFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: SquareFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(SquareFilled);
|
|
13
|
+
RefIcon.displayName = 'SquareFilled';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export { default as AnimalHospitalFilled } from './AnimalHospitalFilled';
|
|
|
31
31
|
export { default as AnimalHospitalOutlined } from './AnimalHospitalOutlined';
|
|
32
32
|
export { default as ApertureMinusOutlined } from './ApertureMinusOutlined';
|
|
33
33
|
export { default as AperturePlusOutlined } from './AperturePlusOutlined';
|
|
34
|
+
export { default as ApiOutlined } from './ApiOutlined';
|
|
34
35
|
export { default as AppleFilled } from './AppleFilled';
|
|
35
36
|
export { default as AppleOutlined } from './AppleOutlined';
|
|
36
37
|
export { default as AppletsOutlined } from './AppletsOutlined';
|
|
@@ -91,6 +92,8 @@ export { default as BeautySalonFilled } from './BeautySalonFilled';
|
|
|
91
92
|
export { default as BeautySalonOutlined } from './BeautySalonOutlined';
|
|
92
93
|
export { default as BellFilled } from './BellFilled';
|
|
93
94
|
export { default as BellOutlined } from './BellOutlined';
|
|
95
|
+
export { default as BeverageFilled } from './BeverageFilled';
|
|
96
|
+
export { default as BeverageOutlined } from './BeverageOutlined';
|
|
94
97
|
export { default as BigScreenOutlined } from './BigScreenOutlined';
|
|
95
98
|
export { default as BlizzardOutlined } from './BlizzardOutlined';
|
|
96
99
|
export { default as BlockOutlined } from './BlockOutlined';
|
|
@@ -581,6 +584,8 @@ export { default as ManualOutlined } from './ManualOutlined';
|
|
|
581
584
|
export { default as Map2DOutlined } from './Map2DOutlined';
|
|
582
585
|
export { default as Map3DOutlined } from './Map3DOutlined';
|
|
583
586
|
export { default as MeansAccessOutlined } from './MeansAccessOutlined';
|
|
587
|
+
export { default as MedalsFilled } from './MedalsFilled';
|
|
588
|
+
export { default as MedalsOutlined } from './MedalsOutlined';
|
|
584
589
|
export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
|
|
585
590
|
export { default as MedicalFilled } from './MedicalFilled';
|
|
586
591
|
export { default as MedicalKitOutlined } from './MedicalKitOutlined';
|
|
@@ -855,6 +860,8 @@ export { default as ShootFilled } from './ShootFilled';
|
|
|
855
860
|
export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
|
|
856
861
|
export { default as ShoppingFilled } from './ShoppingFilled';
|
|
857
862
|
export { default as ShoppingOutlined } from './ShoppingOutlined';
|
|
863
|
+
export { default as ShortSleeveFilled } from './ShortSleeveFilled';
|
|
864
|
+
export { default as ShortSleeveOutlined } from './ShortSleeveOutlined';
|
|
858
865
|
export { default as ShoutControlOutlined } from './ShoutControlOutlined';
|
|
859
866
|
export { default as ShutdownOutlined } from './ShutdownOutlined';
|
|
860
867
|
export { default as SignalTowerFilled } from './SignalTowerFilled';
|
|
@@ -897,6 +904,7 @@ export { default as SplitScreenOutlined } from './SplitScreenOutlined';
|
|
|
897
904
|
export { default as SportsFacilitiesFilled } from './SportsFacilitiesFilled';
|
|
898
905
|
export { default as SportsFacilitiesOutlined } from './SportsFacilitiesOutlined';
|
|
899
906
|
export { default as SprayOutlined } from './SprayOutlined';
|
|
907
|
+
export { default as SquareFilled } from './SquareFilled';
|
|
900
908
|
export { default as SquareOutlined } from './SquareOutlined';
|
|
901
909
|
export { default as StarFilled } from './StarFilled';
|
|
902
910
|
export { default as StarOutlined } from './StarOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -32,6 +32,7 @@ export { default as AnimalHospitalFilled } from "./AnimalHospitalFilled";
|
|
|
32
32
|
export { default as AnimalHospitalOutlined } from "./AnimalHospitalOutlined";
|
|
33
33
|
export { default as ApertureMinusOutlined } from "./ApertureMinusOutlined";
|
|
34
34
|
export { default as AperturePlusOutlined } from "./AperturePlusOutlined";
|
|
35
|
+
export { default as ApiOutlined } from "./ApiOutlined";
|
|
35
36
|
export { default as AppleFilled } from "./AppleFilled";
|
|
36
37
|
export { default as AppleOutlined } from "./AppleOutlined";
|
|
37
38
|
export { default as AppletsOutlined } from "./AppletsOutlined";
|
|
@@ -92,6 +93,8 @@ export { default as BeautySalonFilled } from "./BeautySalonFilled";
|
|
|
92
93
|
export { default as BeautySalonOutlined } from "./BeautySalonOutlined";
|
|
93
94
|
export { default as BellFilled } from "./BellFilled";
|
|
94
95
|
export { default as BellOutlined } from "./BellOutlined";
|
|
96
|
+
export { default as BeverageFilled } from "./BeverageFilled";
|
|
97
|
+
export { default as BeverageOutlined } from "./BeverageOutlined";
|
|
95
98
|
export { default as BigScreenOutlined } from "./BigScreenOutlined";
|
|
96
99
|
export { default as BlizzardOutlined } from "./BlizzardOutlined";
|
|
97
100
|
export { default as BlockOutlined } from "./BlockOutlined";
|
|
@@ -582,6 +585,8 @@ export { default as ManualOutlined } from "./ManualOutlined";
|
|
|
582
585
|
export { default as Map2DOutlined } from "./Map2DOutlined";
|
|
583
586
|
export { default as Map3DOutlined } from "./Map3DOutlined";
|
|
584
587
|
export { default as MeansAccessOutlined } from "./MeansAccessOutlined";
|
|
588
|
+
export { default as MedalsFilled } from "./MedalsFilled";
|
|
589
|
+
export { default as MedalsOutlined } from "./MedalsOutlined";
|
|
585
590
|
export { default as MediaLibraryOutlined } from "./MediaLibraryOutlined";
|
|
586
591
|
export { default as MedicalFilled } from "./MedicalFilled";
|
|
587
592
|
export { default as MedicalKitOutlined } from "./MedicalKitOutlined";
|
|
@@ -856,6 +861,8 @@ export { default as ShootFilled } from "./ShootFilled";
|
|
|
856
861
|
export { default as ShoppingCartOutlined } from "./ShoppingCartOutlined";
|
|
857
862
|
export { default as ShoppingFilled } from "./ShoppingFilled";
|
|
858
863
|
export { default as ShoppingOutlined } from "./ShoppingOutlined";
|
|
864
|
+
export { default as ShortSleeveFilled } from "./ShortSleeveFilled";
|
|
865
|
+
export { default as ShortSleeveOutlined } from "./ShortSleeveOutlined";
|
|
859
866
|
export { default as ShoutControlOutlined } from "./ShoutControlOutlined";
|
|
860
867
|
export { default as ShutdownOutlined } from "./ShutdownOutlined";
|
|
861
868
|
export { default as SignalTowerFilled } from "./SignalTowerFilled";
|
|
@@ -898,6 +905,7 @@ export { default as SplitScreenOutlined } from "./SplitScreenOutlined";
|
|
|
898
905
|
export { default as SportsFacilitiesFilled } from "./SportsFacilitiesFilled";
|
|
899
906
|
export { default as SportsFacilitiesOutlined } from "./SportsFacilitiesOutlined";
|
|
900
907
|
export { default as SprayOutlined } from "./SprayOutlined";
|
|
908
|
+
export { default as SquareFilled } from "./SquareFilled";
|
|
901
909
|
export { default as SquareOutlined } from "./SquareOutlined";
|
|
902
910
|
export { default as StarFilled } from "./StarFilled";
|
|
903
911
|
export { default as StarOutlined } from "./StarOutlined";
|
|
@@ -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/ApiOutlined.tsx
|
|
30
|
+
var ApiOutlined_exports = {};
|
|
31
|
+
__export(ApiOutlined_exports, {
|
|
32
|
+
default: () => ApiOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ApiOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ApiOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ApiOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ApiOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ApiOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ApiOutlined);
|
|
40
|
+
RefIcon.displayName = "ApiOutlined";
|
|
41
|
+
var ApiOutlined_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/BeverageFilled.tsx
|
|
30
|
+
var BeverageFilled_exports = {};
|
|
31
|
+
__export(BeverageFilled_exports, {
|
|
32
|
+
default: () => BeverageFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(BeverageFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_BeverageFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/BeverageFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var BeverageFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_BeverageFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(BeverageFilled);
|
|
40
|
+
RefIcon.displayName = "BeverageFilled";
|
|
41
|
+
var BeverageFilled_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/BeverageOutlined.tsx
|
|
30
|
+
var BeverageOutlined_exports = {};
|
|
31
|
+
__export(BeverageOutlined_exports, {
|
|
32
|
+
default: () => BeverageOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(BeverageOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_BeverageOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/BeverageOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var BeverageOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_BeverageOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(BeverageOutlined);
|
|
40
|
+
RefIcon.displayName = "BeverageOutlined";
|
|
41
|
+
var BeverageOutlined_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/MedalsFilled.tsx
|
|
30
|
+
var MedalsFilled_exports = {};
|
|
31
|
+
__export(MedalsFilled_exports, {
|
|
32
|
+
default: () => MedalsFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(MedalsFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_MedalsFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/MedalsFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var MedalsFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_MedalsFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(MedalsFilled);
|
|
40
|
+
RefIcon.displayName = "MedalsFilled";
|
|
41
|
+
var MedalsFilled_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/MedalsOutlined.tsx
|
|
30
|
+
var MedalsOutlined_exports = {};
|
|
31
|
+
__export(MedalsOutlined_exports, {
|
|
32
|
+
default: () => MedalsOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(MedalsOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_MedalsOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/MedalsOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var MedalsOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_MedalsOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(MedalsOutlined);
|
|
40
|
+
RefIcon.displayName = "MedalsOutlined";
|
|
41
|
+
var MedalsOutlined_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/ShortSleeveFilled.tsx
|
|
30
|
+
var ShortSleeveFilled_exports = {};
|
|
31
|
+
__export(ShortSleeveFilled_exports, {
|
|
32
|
+
default: () => ShortSleeveFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ShortSleeveFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ShortSleeveFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/ShortSleeveFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ShortSleeveFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ShortSleeveFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ShortSleeveFilled);
|
|
40
|
+
RefIcon.displayName = "ShortSleeveFilled";
|
|
41
|
+
var ShortSleeveFilled_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/ShortSleeveOutlined.tsx
|
|
30
|
+
var ShortSleeveOutlined_exports = {};
|
|
31
|
+
__export(ShortSleeveOutlined_exports, {
|
|
32
|
+
default: () => ShortSleeveOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ShortSleeveOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ShortSleeveOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ShortSleeveOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ShortSleeveOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ShortSleeveOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ShortSleeveOutlined);
|
|
40
|
+
RefIcon.displayName = "ShortSleeveOutlined";
|
|
41
|
+
var ShortSleeveOutlined_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/SquareFilled.tsx
|
|
30
|
+
var SquareFilled_exports = {};
|
|
31
|
+
__export(SquareFilled_exports, {
|
|
32
|
+
default: () => SquareFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(SquareFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_SquareFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/SquareFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var SquareFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SquareFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(SquareFilled);
|
|
40
|
+
RefIcon.displayName = "SquareFilled";
|
|
41
|
+
var SquareFilled_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export { default as AnimalHospitalFilled } from './AnimalHospitalFilled';
|
|
|
31
31
|
export { default as AnimalHospitalOutlined } from './AnimalHospitalOutlined';
|
|
32
32
|
export { default as ApertureMinusOutlined } from './ApertureMinusOutlined';
|
|
33
33
|
export { default as AperturePlusOutlined } from './AperturePlusOutlined';
|
|
34
|
+
export { default as ApiOutlined } from './ApiOutlined';
|
|
34
35
|
export { default as AppleFilled } from './AppleFilled';
|
|
35
36
|
export { default as AppleOutlined } from './AppleOutlined';
|
|
36
37
|
export { default as AppletsOutlined } from './AppletsOutlined';
|
|
@@ -91,6 +92,8 @@ export { default as BeautySalonFilled } from './BeautySalonFilled';
|
|
|
91
92
|
export { default as BeautySalonOutlined } from './BeautySalonOutlined';
|
|
92
93
|
export { default as BellFilled } from './BellFilled';
|
|
93
94
|
export { default as BellOutlined } from './BellOutlined';
|
|
95
|
+
export { default as BeverageFilled } from './BeverageFilled';
|
|
96
|
+
export { default as BeverageOutlined } from './BeverageOutlined';
|
|
94
97
|
export { default as BigScreenOutlined } from './BigScreenOutlined';
|
|
95
98
|
export { default as BlizzardOutlined } from './BlizzardOutlined';
|
|
96
99
|
export { default as BlockOutlined } from './BlockOutlined';
|
|
@@ -581,6 +584,8 @@ export { default as ManualOutlined } from './ManualOutlined';
|
|
|
581
584
|
export { default as Map2DOutlined } from './Map2DOutlined';
|
|
582
585
|
export { default as Map3DOutlined } from './Map3DOutlined';
|
|
583
586
|
export { default as MeansAccessOutlined } from './MeansAccessOutlined';
|
|
587
|
+
export { default as MedalsFilled } from './MedalsFilled';
|
|
588
|
+
export { default as MedalsOutlined } from './MedalsOutlined';
|
|
584
589
|
export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
|
|
585
590
|
export { default as MedicalFilled } from './MedicalFilled';
|
|
586
591
|
export { default as MedicalKitOutlined } from './MedicalKitOutlined';
|
|
@@ -855,6 +860,8 @@ export { default as ShootFilled } from './ShootFilled';
|
|
|
855
860
|
export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
|
|
856
861
|
export { default as ShoppingFilled } from './ShoppingFilled';
|
|
857
862
|
export { default as ShoppingOutlined } from './ShoppingOutlined';
|
|
863
|
+
export { default as ShortSleeveFilled } from './ShortSleeveFilled';
|
|
864
|
+
export { default as ShortSleeveOutlined } from './ShortSleeveOutlined';
|
|
858
865
|
export { default as ShoutControlOutlined } from './ShoutControlOutlined';
|
|
859
866
|
export { default as ShutdownOutlined } from './ShutdownOutlined';
|
|
860
867
|
export { default as SignalTowerFilled } from './SignalTowerFilled';
|
|
@@ -897,6 +904,7 @@ export { default as SplitScreenOutlined } from './SplitScreenOutlined';
|
|
|
897
904
|
export { default as SportsFacilitiesFilled } from './SportsFacilitiesFilled';
|
|
898
905
|
export { default as SportsFacilitiesOutlined } from './SportsFacilitiesOutlined';
|
|
899
906
|
export { default as SprayOutlined } from './SprayOutlined';
|
|
907
|
+
export { default as SquareFilled } from './SquareFilled';
|
|
900
908
|
export { default as SquareOutlined } from './SquareOutlined';
|
|
901
909
|
export { default as StarFilled } from './StarFilled';
|
|
902
910
|
export { default as StarOutlined } from './StarOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -62,6 +62,7 @@ __export(icons_exports, {
|
|
|
62
62
|
AnimalHospitalOutlined: () => import_AnimalHospitalOutlined.default,
|
|
63
63
|
ApertureMinusOutlined: () => import_ApertureMinusOutlined.default,
|
|
64
64
|
AperturePlusOutlined: () => import_AperturePlusOutlined.default,
|
|
65
|
+
ApiOutlined: () => import_ApiOutlined.default,
|
|
65
66
|
AppleFilled: () => import_AppleFilled.default,
|
|
66
67
|
AppleOutlined: () => import_AppleOutlined.default,
|
|
67
68
|
AppletsOutlined: () => import_AppletsOutlined.default,
|
|
@@ -122,6 +123,8 @@ __export(icons_exports, {
|
|
|
122
123
|
BeautySalonOutlined: () => import_BeautySalonOutlined.default,
|
|
123
124
|
BellFilled: () => import_BellFilled.default,
|
|
124
125
|
BellOutlined: () => import_BellOutlined.default,
|
|
126
|
+
BeverageFilled: () => import_BeverageFilled.default,
|
|
127
|
+
BeverageOutlined: () => import_BeverageOutlined.default,
|
|
125
128
|
BigScreenOutlined: () => import_BigScreenOutlined.default,
|
|
126
129
|
BlizzardOutlined: () => import_BlizzardOutlined.default,
|
|
127
130
|
BlockOutlined: () => import_BlockOutlined.default,
|
|
@@ -612,6 +615,8 @@ __export(icons_exports, {
|
|
|
612
615
|
Map2DOutlined: () => import_Map2DOutlined.default,
|
|
613
616
|
Map3DOutlined: () => import_Map3DOutlined.default,
|
|
614
617
|
MeansAccessOutlined: () => import_MeansAccessOutlined.default,
|
|
618
|
+
MedalsFilled: () => import_MedalsFilled.default,
|
|
619
|
+
MedalsOutlined: () => import_MedalsOutlined.default,
|
|
615
620
|
MediaLibraryOutlined: () => import_MediaLibraryOutlined.default,
|
|
616
621
|
MedicalFilled: () => import_MedicalFilled.default,
|
|
617
622
|
MedicalKitOutlined: () => import_MedicalKitOutlined.default,
|
|
@@ -886,6 +891,8 @@ __export(icons_exports, {
|
|
|
886
891
|
ShoppingCartOutlined: () => import_ShoppingCartOutlined.default,
|
|
887
892
|
ShoppingFilled: () => import_ShoppingFilled.default,
|
|
888
893
|
ShoppingOutlined: () => import_ShoppingOutlined.default,
|
|
894
|
+
ShortSleeveFilled: () => import_ShortSleeveFilled.default,
|
|
895
|
+
ShortSleeveOutlined: () => import_ShortSleeveOutlined.default,
|
|
889
896
|
ShoutControlOutlined: () => import_ShoutControlOutlined.default,
|
|
890
897
|
ShutdownOutlined: () => import_ShutdownOutlined.default,
|
|
891
898
|
SignalTowerFilled: () => import_SignalTowerFilled.default,
|
|
@@ -928,6 +935,7 @@ __export(icons_exports, {
|
|
|
928
935
|
SportsFacilitiesFilled: () => import_SportsFacilitiesFilled.default,
|
|
929
936
|
SportsFacilitiesOutlined: () => import_SportsFacilitiesOutlined.default,
|
|
930
937
|
SprayOutlined: () => import_SprayOutlined.default,
|
|
938
|
+
SquareFilled: () => import_SquareFilled.default,
|
|
931
939
|
SquareOutlined: () => import_SquareOutlined.default,
|
|
932
940
|
StarFilled: () => import_StarFilled.default,
|
|
933
941
|
StarOutlined: () => import_StarOutlined.default,
|
|
@@ -1134,6 +1142,7 @@ var import_AnimalHospitalFilled = __toESM(require("./AnimalHospitalFilled"));
|
|
|
1134
1142
|
var import_AnimalHospitalOutlined = __toESM(require("./AnimalHospitalOutlined"));
|
|
1135
1143
|
var import_ApertureMinusOutlined = __toESM(require("./ApertureMinusOutlined"));
|
|
1136
1144
|
var import_AperturePlusOutlined = __toESM(require("./AperturePlusOutlined"));
|
|
1145
|
+
var import_ApiOutlined = __toESM(require("./ApiOutlined"));
|
|
1137
1146
|
var import_AppleFilled = __toESM(require("./AppleFilled"));
|
|
1138
1147
|
var import_AppleOutlined = __toESM(require("./AppleOutlined"));
|
|
1139
1148
|
var import_AppletsOutlined = __toESM(require("./AppletsOutlined"));
|
|
@@ -1194,6 +1203,8 @@ var import_BeautySalonFilled = __toESM(require("./BeautySalonFilled"));
|
|
|
1194
1203
|
var import_BeautySalonOutlined = __toESM(require("./BeautySalonOutlined"));
|
|
1195
1204
|
var import_BellFilled = __toESM(require("./BellFilled"));
|
|
1196
1205
|
var import_BellOutlined = __toESM(require("./BellOutlined"));
|
|
1206
|
+
var import_BeverageFilled = __toESM(require("./BeverageFilled"));
|
|
1207
|
+
var import_BeverageOutlined = __toESM(require("./BeverageOutlined"));
|
|
1197
1208
|
var import_BigScreenOutlined = __toESM(require("./BigScreenOutlined"));
|
|
1198
1209
|
var import_BlizzardOutlined = __toESM(require("./BlizzardOutlined"));
|
|
1199
1210
|
var import_BlockOutlined = __toESM(require("./BlockOutlined"));
|
|
@@ -1684,6 +1695,8 @@ var import_ManualOutlined = __toESM(require("./ManualOutlined"));
|
|
|
1684
1695
|
var import_Map2DOutlined = __toESM(require("./Map2DOutlined"));
|
|
1685
1696
|
var import_Map3DOutlined = __toESM(require("./Map3DOutlined"));
|
|
1686
1697
|
var import_MeansAccessOutlined = __toESM(require("./MeansAccessOutlined"));
|
|
1698
|
+
var import_MedalsFilled = __toESM(require("./MedalsFilled"));
|
|
1699
|
+
var import_MedalsOutlined = __toESM(require("./MedalsOutlined"));
|
|
1687
1700
|
var import_MediaLibraryOutlined = __toESM(require("./MediaLibraryOutlined"));
|
|
1688
1701
|
var import_MedicalFilled = __toESM(require("./MedicalFilled"));
|
|
1689
1702
|
var import_MedicalKitOutlined = __toESM(require("./MedicalKitOutlined"));
|
|
@@ -1958,6 +1971,8 @@ var import_ShootFilled = __toESM(require("./ShootFilled"));
|
|
|
1958
1971
|
var import_ShoppingCartOutlined = __toESM(require("./ShoppingCartOutlined"));
|
|
1959
1972
|
var import_ShoppingFilled = __toESM(require("./ShoppingFilled"));
|
|
1960
1973
|
var import_ShoppingOutlined = __toESM(require("./ShoppingOutlined"));
|
|
1974
|
+
var import_ShortSleeveFilled = __toESM(require("./ShortSleeveFilled"));
|
|
1975
|
+
var import_ShortSleeveOutlined = __toESM(require("./ShortSleeveOutlined"));
|
|
1961
1976
|
var import_ShoutControlOutlined = __toESM(require("./ShoutControlOutlined"));
|
|
1962
1977
|
var import_ShutdownOutlined = __toESM(require("./ShutdownOutlined"));
|
|
1963
1978
|
var import_SignalTowerFilled = __toESM(require("./SignalTowerFilled"));
|
|
@@ -2000,6 +2015,7 @@ var import_SplitScreenOutlined = __toESM(require("./SplitScreenOutlined"));
|
|
|
2000
2015
|
var import_SportsFacilitiesFilled = __toESM(require("./SportsFacilitiesFilled"));
|
|
2001
2016
|
var import_SportsFacilitiesOutlined = __toESM(require("./SportsFacilitiesOutlined"));
|
|
2002
2017
|
var import_SprayOutlined = __toESM(require("./SprayOutlined"));
|
|
2018
|
+
var import_SquareFilled = __toESM(require("./SquareFilled"));
|
|
2003
2019
|
var import_SquareOutlined = __toESM(require("./SquareOutlined"));
|
|
2004
2020
|
var import_StarFilled = __toESM(require("./StarFilled"));
|
|
2005
2021
|
var import_StarOutlined = __toESM(require("./StarOutlined"));
|
|
@@ -2206,6 +2222,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2206
2222
|
AnimalHospitalOutlined,
|
|
2207
2223
|
ApertureMinusOutlined,
|
|
2208
2224
|
AperturePlusOutlined,
|
|
2225
|
+
ApiOutlined,
|
|
2209
2226
|
AppleFilled,
|
|
2210
2227
|
AppleOutlined,
|
|
2211
2228
|
AppletsOutlined,
|
|
@@ -2266,6 +2283,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2266
2283
|
BeautySalonOutlined,
|
|
2267
2284
|
BellFilled,
|
|
2268
2285
|
BellOutlined,
|
|
2286
|
+
BeverageFilled,
|
|
2287
|
+
BeverageOutlined,
|
|
2269
2288
|
BigScreenOutlined,
|
|
2270
2289
|
BlizzardOutlined,
|
|
2271
2290
|
BlockOutlined,
|
|
@@ -2756,6 +2775,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2756
2775
|
Map2DOutlined,
|
|
2757
2776
|
Map3DOutlined,
|
|
2758
2777
|
MeansAccessOutlined,
|
|
2778
|
+
MedalsFilled,
|
|
2779
|
+
MedalsOutlined,
|
|
2759
2780
|
MediaLibraryOutlined,
|
|
2760
2781
|
MedicalFilled,
|
|
2761
2782
|
MedicalKitOutlined,
|
|
@@ -3030,6 +3051,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3030
3051
|
ShoppingCartOutlined,
|
|
3031
3052
|
ShoppingFilled,
|
|
3032
3053
|
ShoppingOutlined,
|
|
3054
|
+
ShortSleeveFilled,
|
|
3055
|
+
ShortSleeveOutlined,
|
|
3033
3056
|
ShoutControlOutlined,
|
|
3034
3057
|
ShutdownOutlined,
|
|
3035
3058
|
SignalTowerFilled,
|
|
@@ -3072,6 +3095,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3072
3095
|
SportsFacilitiesFilled,
|
|
3073
3096
|
SportsFacilitiesOutlined,
|
|
3074
3097
|
SprayOutlined,
|
|
3098
|
+
SquareFilled,
|
|
3075
3099
|
SquareOutlined,
|
|
3076
3100
|
StarFilled,
|
|
3077
3101
|
StarOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.92.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@babel/runtime": "^7.11.2",
|
|
28
28
|
"@pansy/classnames": "^1.0.1",
|
|
29
29
|
"rc-util": "^5.19.3",
|
|
30
|
-
"@sensoro-design/icons-svg": "2.
|
|
30
|
+
"@sensoro-design/icons-svg": "2.92.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|