@sensoro-design/icons 2.91.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/BeverageFilled.d.ts +2 -0
- package/BeverageFilled.js +16 -0
- package/BeverageOutlined.d.ts +2 -0
- package/BeverageOutlined.js +16 -0
- package/CHANGELOG.md +11 -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/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 +7 -0
- package/es/icons/index.js +7 -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 +7 -0
- package/lib/icons/index.js +21 -0
- package/package.json +2 -2
|
@@ -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,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.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
|
+
|
|
6
17
|
# [2.91.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.90.0...v2.91.0) (2025-06-26)
|
|
7
18
|
|
|
8
19
|
|
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 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
|
@@ -92,6 +92,8 @@ export { default as BeautySalonFilled } from './BeautySalonFilled';
|
|
|
92
92
|
export { default as BeautySalonOutlined } from './BeautySalonOutlined';
|
|
93
93
|
export { default as BellFilled } from './BellFilled';
|
|
94
94
|
export { default as BellOutlined } from './BellOutlined';
|
|
95
|
+
export { default as BeverageFilled } from './BeverageFilled';
|
|
96
|
+
export { default as BeverageOutlined } from './BeverageOutlined';
|
|
95
97
|
export { default as BigScreenOutlined } from './BigScreenOutlined';
|
|
96
98
|
export { default as BlizzardOutlined } from './BlizzardOutlined';
|
|
97
99
|
export { default as BlockOutlined } from './BlockOutlined';
|
|
@@ -582,6 +584,8 @@ export { default as ManualOutlined } from './ManualOutlined';
|
|
|
582
584
|
export { default as Map2DOutlined } from './Map2DOutlined';
|
|
583
585
|
export { default as Map3DOutlined } from './Map3DOutlined';
|
|
584
586
|
export { default as MeansAccessOutlined } from './MeansAccessOutlined';
|
|
587
|
+
export { default as MedalsFilled } from './MedalsFilled';
|
|
588
|
+
export { default as MedalsOutlined } from './MedalsOutlined';
|
|
585
589
|
export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
|
|
586
590
|
export { default as MedicalFilled } from './MedicalFilled';
|
|
587
591
|
export { default as MedicalKitOutlined } from './MedicalKitOutlined';
|
|
@@ -856,6 +860,8 @@ export { default as ShootFilled } from './ShootFilled';
|
|
|
856
860
|
export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
|
|
857
861
|
export { default as ShoppingFilled } from './ShoppingFilled';
|
|
858
862
|
export { default as ShoppingOutlined } from './ShoppingOutlined';
|
|
863
|
+
export { default as ShortSleeveFilled } from './ShortSleeveFilled';
|
|
864
|
+
export { default as ShortSleeveOutlined } from './ShortSleeveOutlined';
|
|
859
865
|
export { default as ShoutControlOutlined } from './ShoutControlOutlined';
|
|
860
866
|
export { default as ShutdownOutlined } from './ShutdownOutlined';
|
|
861
867
|
export { default as SignalTowerFilled } from './SignalTowerFilled';
|
|
@@ -898,6 +904,7 @@ export { default as SplitScreenOutlined } from './SplitScreenOutlined';
|
|
|
898
904
|
export { default as SportsFacilitiesFilled } from './SportsFacilitiesFilled';
|
|
899
905
|
export { default as SportsFacilitiesOutlined } from './SportsFacilitiesOutlined';
|
|
900
906
|
export { default as SprayOutlined } from './SprayOutlined';
|
|
907
|
+
export { default as SquareFilled } from './SquareFilled';
|
|
901
908
|
export { default as SquareOutlined } from './SquareOutlined';
|
|
902
909
|
export { default as StarFilled } from './StarFilled';
|
|
903
910
|
export { default as StarOutlined } from './StarOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -93,6 +93,8 @@ export { default as BeautySalonFilled } from "./BeautySalonFilled";
|
|
|
93
93
|
export { default as BeautySalonOutlined } from "./BeautySalonOutlined";
|
|
94
94
|
export { default as BellFilled } from "./BellFilled";
|
|
95
95
|
export { default as BellOutlined } from "./BellOutlined";
|
|
96
|
+
export { default as BeverageFilled } from "./BeverageFilled";
|
|
97
|
+
export { default as BeverageOutlined } from "./BeverageOutlined";
|
|
96
98
|
export { default as BigScreenOutlined } from "./BigScreenOutlined";
|
|
97
99
|
export { default as BlizzardOutlined } from "./BlizzardOutlined";
|
|
98
100
|
export { default as BlockOutlined } from "./BlockOutlined";
|
|
@@ -583,6 +585,8 @@ export { default as ManualOutlined } from "./ManualOutlined";
|
|
|
583
585
|
export { default as Map2DOutlined } from "./Map2DOutlined";
|
|
584
586
|
export { default as Map3DOutlined } from "./Map3DOutlined";
|
|
585
587
|
export { default as MeansAccessOutlined } from "./MeansAccessOutlined";
|
|
588
|
+
export { default as MedalsFilled } from "./MedalsFilled";
|
|
589
|
+
export { default as MedalsOutlined } from "./MedalsOutlined";
|
|
586
590
|
export { default as MediaLibraryOutlined } from "./MediaLibraryOutlined";
|
|
587
591
|
export { default as MedicalFilled } from "./MedicalFilled";
|
|
588
592
|
export { default as MedicalKitOutlined } from "./MedicalKitOutlined";
|
|
@@ -857,6 +861,8 @@ export { default as ShootFilled } from "./ShootFilled";
|
|
|
857
861
|
export { default as ShoppingCartOutlined } from "./ShoppingCartOutlined";
|
|
858
862
|
export { default as ShoppingFilled } from "./ShoppingFilled";
|
|
859
863
|
export { default as ShoppingOutlined } from "./ShoppingOutlined";
|
|
864
|
+
export { default as ShortSleeveFilled } from "./ShortSleeveFilled";
|
|
865
|
+
export { default as ShortSleeveOutlined } from "./ShortSleeveOutlined";
|
|
860
866
|
export { default as ShoutControlOutlined } from "./ShoutControlOutlined";
|
|
861
867
|
export { default as ShutdownOutlined } from "./ShutdownOutlined";
|
|
862
868
|
export { default as SignalTowerFilled } from "./SignalTowerFilled";
|
|
@@ -899,6 +905,7 @@ export { default as SplitScreenOutlined } from "./SplitScreenOutlined";
|
|
|
899
905
|
export { default as SportsFacilitiesFilled } from "./SportsFacilitiesFilled";
|
|
900
906
|
export { default as SportsFacilitiesOutlined } from "./SportsFacilitiesOutlined";
|
|
901
907
|
export { default as SprayOutlined } from "./SprayOutlined";
|
|
908
|
+
export { default as SquareFilled } from "./SquareFilled";
|
|
902
909
|
export { default as SquareOutlined } from "./SquareOutlined";
|
|
903
910
|
export { default as StarFilled } from "./StarFilled";
|
|
904
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/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
|
@@ -92,6 +92,8 @@ export { default as BeautySalonFilled } from './BeautySalonFilled';
|
|
|
92
92
|
export { default as BeautySalonOutlined } from './BeautySalonOutlined';
|
|
93
93
|
export { default as BellFilled } from './BellFilled';
|
|
94
94
|
export { default as BellOutlined } from './BellOutlined';
|
|
95
|
+
export { default as BeverageFilled } from './BeverageFilled';
|
|
96
|
+
export { default as BeverageOutlined } from './BeverageOutlined';
|
|
95
97
|
export { default as BigScreenOutlined } from './BigScreenOutlined';
|
|
96
98
|
export { default as BlizzardOutlined } from './BlizzardOutlined';
|
|
97
99
|
export { default as BlockOutlined } from './BlockOutlined';
|
|
@@ -582,6 +584,8 @@ export { default as ManualOutlined } from './ManualOutlined';
|
|
|
582
584
|
export { default as Map2DOutlined } from './Map2DOutlined';
|
|
583
585
|
export { default as Map3DOutlined } from './Map3DOutlined';
|
|
584
586
|
export { default as MeansAccessOutlined } from './MeansAccessOutlined';
|
|
587
|
+
export { default as MedalsFilled } from './MedalsFilled';
|
|
588
|
+
export { default as MedalsOutlined } from './MedalsOutlined';
|
|
585
589
|
export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
|
|
586
590
|
export { default as MedicalFilled } from './MedicalFilled';
|
|
587
591
|
export { default as MedicalKitOutlined } from './MedicalKitOutlined';
|
|
@@ -856,6 +860,8 @@ export { default as ShootFilled } from './ShootFilled';
|
|
|
856
860
|
export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
|
|
857
861
|
export { default as ShoppingFilled } from './ShoppingFilled';
|
|
858
862
|
export { default as ShoppingOutlined } from './ShoppingOutlined';
|
|
863
|
+
export { default as ShortSleeveFilled } from './ShortSleeveFilled';
|
|
864
|
+
export { default as ShortSleeveOutlined } from './ShortSleeveOutlined';
|
|
859
865
|
export { default as ShoutControlOutlined } from './ShoutControlOutlined';
|
|
860
866
|
export { default as ShutdownOutlined } from './ShutdownOutlined';
|
|
861
867
|
export { default as SignalTowerFilled } from './SignalTowerFilled';
|
|
@@ -898,6 +904,7 @@ export { default as SplitScreenOutlined } from './SplitScreenOutlined';
|
|
|
898
904
|
export { default as SportsFacilitiesFilled } from './SportsFacilitiesFilled';
|
|
899
905
|
export { default as SportsFacilitiesOutlined } from './SportsFacilitiesOutlined';
|
|
900
906
|
export { default as SprayOutlined } from './SprayOutlined';
|
|
907
|
+
export { default as SquareFilled } from './SquareFilled';
|
|
901
908
|
export { default as SquareOutlined } from './SquareOutlined';
|
|
902
909
|
export { default as StarFilled } from './StarFilled';
|
|
903
910
|
export { default as StarOutlined } from './StarOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -123,6 +123,8 @@ __export(icons_exports, {
|
|
|
123
123
|
BeautySalonOutlined: () => import_BeautySalonOutlined.default,
|
|
124
124
|
BellFilled: () => import_BellFilled.default,
|
|
125
125
|
BellOutlined: () => import_BellOutlined.default,
|
|
126
|
+
BeverageFilled: () => import_BeverageFilled.default,
|
|
127
|
+
BeverageOutlined: () => import_BeverageOutlined.default,
|
|
126
128
|
BigScreenOutlined: () => import_BigScreenOutlined.default,
|
|
127
129
|
BlizzardOutlined: () => import_BlizzardOutlined.default,
|
|
128
130
|
BlockOutlined: () => import_BlockOutlined.default,
|
|
@@ -613,6 +615,8 @@ __export(icons_exports, {
|
|
|
613
615
|
Map2DOutlined: () => import_Map2DOutlined.default,
|
|
614
616
|
Map3DOutlined: () => import_Map3DOutlined.default,
|
|
615
617
|
MeansAccessOutlined: () => import_MeansAccessOutlined.default,
|
|
618
|
+
MedalsFilled: () => import_MedalsFilled.default,
|
|
619
|
+
MedalsOutlined: () => import_MedalsOutlined.default,
|
|
616
620
|
MediaLibraryOutlined: () => import_MediaLibraryOutlined.default,
|
|
617
621
|
MedicalFilled: () => import_MedicalFilled.default,
|
|
618
622
|
MedicalKitOutlined: () => import_MedicalKitOutlined.default,
|
|
@@ -887,6 +891,8 @@ __export(icons_exports, {
|
|
|
887
891
|
ShoppingCartOutlined: () => import_ShoppingCartOutlined.default,
|
|
888
892
|
ShoppingFilled: () => import_ShoppingFilled.default,
|
|
889
893
|
ShoppingOutlined: () => import_ShoppingOutlined.default,
|
|
894
|
+
ShortSleeveFilled: () => import_ShortSleeveFilled.default,
|
|
895
|
+
ShortSleeveOutlined: () => import_ShortSleeveOutlined.default,
|
|
890
896
|
ShoutControlOutlined: () => import_ShoutControlOutlined.default,
|
|
891
897
|
ShutdownOutlined: () => import_ShutdownOutlined.default,
|
|
892
898
|
SignalTowerFilled: () => import_SignalTowerFilled.default,
|
|
@@ -929,6 +935,7 @@ __export(icons_exports, {
|
|
|
929
935
|
SportsFacilitiesFilled: () => import_SportsFacilitiesFilled.default,
|
|
930
936
|
SportsFacilitiesOutlined: () => import_SportsFacilitiesOutlined.default,
|
|
931
937
|
SprayOutlined: () => import_SprayOutlined.default,
|
|
938
|
+
SquareFilled: () => import_SquareFilled.default,
|
|
932
939
|
SquareOutlined: () => import_SquareOutlined.default,
|
|
933
940
|
StarFilled: () => import_StarFilled.default,
|
|
934
941
|
StarOutlined: () => import_StarOutlined.default,
|
|
@@ -1196,6 +1203,8 @@ var import_BeautySalonFilled = __toESM(require("./BeautySalonFilled"));
|
|
|
1196
1203
|
var import_BeautySalonOutlined = __toESM(require("./BeautySalonOutlined"));
|
|
1197
1204
|
var import_BellFilled = __toESM(require("./BellFilled"));
|
|
1198
1205
|
var import_BellOutlined = __toESM(require("./BellOutlined"));
|
|
1206
|
+
var import_BeverageFilled = __toESM(require("./BeverageFilled"));
|
|
1207
|
+
var import_BeverageOutlined = __toESM(require("./BeverageOutlined"));
|
|
1199
1208
|
var import_BigScreenOutlined = __toESM(require("./BigScreenOutlined"));
|
|
1200
1209
|
var import_BlizzardOutlined = __toESM(require("./BlizzardOutlined"));
|
|
1201
1210
|
var import_BlockOutlined = __toESM(require("./BlockOutlined"));
|
|
@@ -1686,6 +1695,8 @@ var import_ManualOutlined = __toESM(require("./ManualOutlined"));
|
|
|
1686
1695
|
var import_Map2DOutlined = __toESM(require("./Map2DOutlined"));
|
|
1687
1696
|
var import_Map3DOutlined = __toESM(require("./Map3DOutlined"));
|
|
1688
1697
|
var import_MeansAccessOutlined = __toESM(require("./MeansAccessOutlined"));
|
|
1698
|
+
var import_MedalsFilled = __toESM(require("./MedalsFilled"));
|
|
1699
|
+
var import_MedalsOutlined = __toESM(require("./MedalsOutlined"));
|
|
1689
1700
|
var import_MediaLibraryOutlined = __toESM(require("./MediaLibraryOutlined"));
|
|
1690
1701
|
var import_MedicalFilled = __toESM(require("./MedicalFilled"));
|
|
1691
1702
|
var import_MedicalKitOutlined = __toESM(require("./MedicalKitOutlined"));
|
|
@@ -1960,6 +1971,8 @@ var import_ShootFilled = __toESM(require("./ShootFilled"));
|
|
|
1960
1971
|
var import_ShoppingCartOutlined = __toESM(require("./ShoppingCartOutlined"));
|
|
1961
1972
|
var import_ShoppingFilled = __toESM(require("./ShoppingFilled"));
|
|
1962
1973
|
var import_ShoppingOutlined = __toESM(require("./ShoppingOutlined"));
|
|
1974
|
+
var import_ShortSleeveFilled = __toESM(require("./ShortSleeveFilled"));
|
|
1975
|
+
var import_ShortSleeveOutlined = __toESM(require("./ShortSleeveOutlined"));
|
|
1963
1976
|
var import_ShoutControlOutlined = __toESM(require("./ShoutControlOutlined"));
|
|
1964
1977
|
var import_ShutdownOutlined = __toESM(require("./ShutdownOutlined"));
|
|
1965
1978
|
var import_SignalTowerFilled = __toESM(require("./SignalTowerFilled"));
|
|
@@ -2002,6 +2015,7 @@ var import_SplitScreenOutlined = __toESM(require("./SplitScreenOutlined"));
|
|
|
2002
2015
|
var import_SportsFacilitiesFilled = __toESM(require("./SportsFacilitiesFilled"));
|
|
2003
2016
|
var import_SportsFacilitiesOutlined = __toESM(require("./SportsFacilitiesOutlined"));
|
|
2004
2017
|
var import_SprayOutlined = __toESM(require("./SprayOutlined"));
|
|
2018
|
+
var import_SquareFilled = __toESM(require("./SquareFilled"));
|
|
2005
2019
|
var import_SquareOutlined = __toESM(require("./SquareOutlined"));
|
|
2006
2020
|
var import_StarFilled = __toESM(require("./StarFilled"));
|
|
2007
2021
|
var import_StarOutlined = __toESM(require("./StarOutlined"));
|
|
@@ -2269,6 +2283,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2269
2283
|
BeautySalonOutlined,
|
|
2270
2284
|
BellFilled,
|
|
2271
2285
|
BellOutlined,
|
|
2286
|
+
BeverageFilled,
|
|
2287
|
+
BeverageOutlined,
|
|
2272
2288
|
BigScreenOutlined,
|
|
2273
2289
|
BlizzardOutlined,
|
|
2274
2290
|
BlockOutlined,
|
|
@@ -2759,6 +2775,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2759
2775
|
Map2DOutlined,
|
|
2760
2776
|
Map3DOutlined,
|
|
2761
2777
|
MeansAccessOutlined,
|
|
2778
|
+
MedalsFilled,
|
|
2779
|
+
MedalsOutlined,
|
|
2762
2780
|
MediaLibraryOutlined,
|
|
2763
2781
|
MedicalFilled,
|
|
2764
2782
|
MedicalKitOutlined,
|
|
@@ -3033,6 +3051,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3033
3051
|
ShoppingCartOutlined,
|
|
3034
3052
|
ShoppingFilled,
|
|
3035
3053
|
ShoppingOutlined,
|
|
3054
|
+
ShortSleeveFilled,
|
|
3055
|
+
ShortSleeveOutlined,
|
|
3036
3056
|
ShoutControlOutlined,
|
|
3037
3057
|
ShutdownOutlined,
|
|
3038
3058
|
SignalTowerFilled,
|
|
@@ -3075,6 +3095,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3075
3095
|
SportsFacilitiesFilled,
|
|
3076
3096
|
SportsFacilitiesOutlined,
|
|
3077
3097
|
SprayOutlined,
|
|
3098
|
+
SquareFilled,
|
|
3078
3099
|
SquareOutlined,
|
|
3079
3100
|
StarFilled,
|
|
3080
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"
|