@sensoro-design/icons 2.91.0 → 2.93.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.
Files changed (72) hide show
  1. package/BeverageFilled.d.ts +2 -0
  2. package/BeverageFilled.js +16 -0
  3. package/BeverageOutlined.d.ts +2 -0
  4. package/BeverageOutlined.js +16 -0
  5. package/CHANGELOG.md +22 -0
  6. package/HangUpFilled.d.ts +2 -0
  7. package/HangUpFilled.js +16 -0
  8. package/HangUpOutlined.d.ts +2 -0
  9. package/HangUpOutlined.js +16 -0
  10. package/MaximizeOutlined.d.ts +2 -0
  11. package/MaximizeOutlined.js +16 -0
  12. package/MedalsFilled.d.ts +2 -0
  13. package/MedalsFilled.js +16 -0
  14. package/MedalsOutlined.d.ts +2 -0
  15. package/MedalsOutlined.js +16 -0
  16. package/MinimizeOutlined.d.ts +2 -0
  17. package/MinimizeOutlined.js +16 -0
  18. package/ShortSleeveFilled.d.ts +2 -0
  19. package/ShortSleeveFilled.js +16 -0
  20. package/ShortSleeveOutlined.d.ts +2 -0
  21. package/ShortSleeveOutlined.js +16 -0
  22. package/SquareFilled.d.ts +2 -0
  23. package/SquareFilled.js +16 -0
  24. package/es/icons/BeverageFilled.d.ts +4 -0
  25. package/es/icons/BeverageFilled.js +14 -0
  26. package/es/icons/BeverageOutlined.d.ts +4 -0
  27. package/es/icons/BeverageOutlined.js +14 -0
  28. package/es/icons/HangUpFilled.d.ts +4 -0
  29. package/es/icons/HangUpFilled.js +14 -0
  30. package/es/icons/HangUpOutlined.d.ts +4 -0
  31. package/es/icons/HangUpOutlined.js +14 -0
  32. package/es/icons/MaximizeOutlined.d.ts +4 -0
  33. package/es/icons/MaximizeOutlined.js +14 -0
  34. package/es/icons/MedalsFilled.d.ts +4 -0
  35. package/es/icons/MedalsFilled.js +14 -0
  36. package/es/icons/MedalsOutlined.d.ts +4 -0
  37. package/es/icons/MedalsOutlined.js +14 -0
  38. package/es/icons/MinimizeOutlined.d.ts +4 -0
  39. package/es/icons/MinimizeOutlined.js +14 -0
  40. package/es/icons/ShortSleeveFilled.d.ts +4 -0
  41. package/es/icons/ShortSleeveFilled.js +14 -0
  42. package/es/icons/ShortSleeveOutlined.d.ts +4 -0
  43. package/es/icons/ShortSleeveOutlined.js +14 -0
  44. package/es/icons/SquareFilled.d.ts +4 -0
  45. package/es/icons/SquareFilled.js +14 -0
  46. package/es/icons/index.d.ts +11 -0
  47. package/es/icons/index.js +11 -0
  48. package/lib/icons/BeverageFilled.d.ts +4 -0
  49. package/lib/icons/BeverageFilled.js +41 -0
  50. package/lib/icons/BeverageOutlined.d.ts +4 -0
  51. package/lib/icons/BeverageOutlined.js +41 -0
  52. package/lib/icons/HangUpFilled.d.ts +4 -0
  53. package/lib/icons/HangUpFilled.js +41 -0
  54. package/lib/icons/HangUpOutlined.d.ts +4 -0
  55. package/lib/icons/HangUpOutlined.js +41 -0
  56. package/lib/icons/MaximizeOutlined.d.ts +4 -0
  57. package/lib/icons/MaximizeOutlined.js +41 -0
  58. package/lib/icons/MedalsFilled.d.ts +4 -0
  59. package/lib/icons/MedalsFilled.js +41 -0
  60. package/lib/icons/MedalsOutlined.d.ts +4 -0
  61. package/lib/icons/MedalsOutlined.js +41 -0
  62. package/lib/icons/MinimizeOutlined.d.ts +4 -0
  63. package/lib/icons/MinimizeOutlined.js +41 -0
  64. package/lib/icons/ShortSleeveFilled.d.ts +4 -0
  65. package/lib/icons/ShortSleeveFilled.js +41 -0
  66. package/lib/icons/ShortSleeveOutlined.d.ts +4 -0
  67. package/lib/icons/ShortSleeveOutlined.js +41 -0
  68. package/lib/icons/SquareFilled.d.ts +4 -0
  69. package/lib/icons/SquareFilled.js +41 -0
  70. package/lib/icons/index.d.ts +11 -0
  71. package/lib/icons/index.js +33 -0
  72. package/package.json +2 -2
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/BeverageFilled';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/BeverageOutlined';
@@ -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.93.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.92.0...v2.93.0) (2025-06-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * add HangUpFilled、HangUpOutlined、MaximizeOutlined、MinimizeOutlined ([028ad6e](https://github.com/sensoro-design/sensoro-design-icons/commit/028ad6e6cf735ddb293660895d8c7de880c73564))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.92.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.91.0...v2.92.0) (2025-06-26)
18
+
19
+
20
+ ### Features
21
+
22
+ * add SquareFilled ([8044888](https://github.com/sensoro-design/sensoro-design-icons/commit/804488886c0197ae2a03fc9822e1e368bdc1d345))
23
+
24
+
25
+
26
+
27
+
6
28
  # [2.91.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.90.0...v2.91.0) (2025-06-26)
7
29
 
8
30
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/HangUpFilled';
@@ -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 _HangUpFilled = _interopRequireDefault(require('./es/icons/HangUpFilled'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _HangUpFilled;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/HangUpOutlined';
@@ -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 _HangUpOutlined = _interopRequireDefault(require('./es/icons/HangUpOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _HangUpOutlined;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/MaximizeOutlined';
@@ -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 _MaximizeOutlined = _interopRequireDefault(require('./es/icons/MaximizeOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _MaximizeOutlined;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/MedalsFilled';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/MedalsOutlined';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/MinimizeOutlined';
@@ -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 _MinimizeOutlined = _interopRequireDefault(require('./es/icons/MinimizeOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _MinimizeOutlined;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/ShortSleeveFilled';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/ShortSleeveOutlined';
@@ -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;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/SquareFilled';
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 HangUpFilledSvg from '@sensoro-design/icons-svg/es/asn/HangUpFilled';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var HangUpFilled = function HangUpFilled(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: HangUpFilledSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(HangUpFilled);
13
+ RefIcon.displayName = 'HangUpFilled';
14
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 HangUpOutlinedSvg from '@sensoro-design/icons-svg/es/asn/HangUpOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var HangUpOutlined = function HangUpOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: HangUpOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(HangUpOutlined);
13
+ RefIcon.displayName = 'HangUpOutlined';
14
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 MaximizeOutlinedSvg from '@sensoro-design/icons-svg/es/asn/MaximizeOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var MaximizeOutlined = function MaximizeOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: MaximizeOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(MaximizeOutlined);
13
+ RefIcon.displayName = 'MaximizeOutlined';
14
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 MinimizeOutlinedSvg from '@sensoro-design/icons-svg/es/asn/MinimizeOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var MinimizeOutlined = function MinimizeOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: MinimizeOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(MinimizeOutlined);
13
+ RefIcon.displayName = 'MinimizeOutlined';
14
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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;
@@ -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';
@@ -436,6 +438,8 @@ export { default as GroupRuleFilled } from './GroupRuleFilled';
436
438
  export { default as GroupRuleOutlined } from './GroupRuleOutlined';
437
439
  export { default as HailOutlined } from './HailOutlined';
438
440
  export { default as HandcuffsOutlined } from './HandcuffsOutlined';
441
+ export { default as HangUpFilled } from './HangUpFilled';
442
+ export { default as HangUpOutlined } from './HangUpOutlined';
439
443
  export { default as HashrateCenterFilled } from './HashrateCenterFilled';
440
444
  export { default as HashrateCenterOutlined } from './HashrateCenterOutlined';
441
445
  export { default as HashrateFilled } from './HashrateFilled';
@@ -581,7 +585,10 @@ export { default as ManualAlarmCircleOutlined } from './ManualAlarmCircleOutline
581
585
  export { default as ManualOutlined } from './ManualOutlined';
582
586
  export { default as Map2DOutlined } from './Map2DOutlined';
583
587
  export { default as Map3DOutlined } from './Map3DOutlined';
588
+ export { default as MaximizeOutlined } from './MaximizeOutlined';
584
589
  export { default as MeansAccessOutlined } from './MeansAccessOutlined';
590
+ export { default as MedalsFilled } from './MedalsFilled';
591
+ export { default as MedalsOutlined } from './MedalsOutlined';
585
592
  export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
586
593
  export { default as MedicalFilled } from './MedicalFilled';
587
594
  export { default as MedicalKitOutlined } from './MedicalKitOutlined';
@@ -600,6 +607,7 @@ export { default as MigrateOutlined } from './MigrateOutlined';
600
607
  export { default as MiniatureFireStationAddOutlined } from './MiniatureFireStationAddOutlined';
601
608
  export { default as MiniatureFireStationFilled } from './MiniatureFireStationFilled';
602
609
  export { default as MiniatureFireStationOutlined } from './MiniatureFireStationOutlined';
610
+ export { default as MinimizeOutlined } from './MinimizeOutlined';
603
611
  export { default as MinusCircleFilled } from './MinusCircleFilled';
604
612
  export { default as MinusCircleOutlined } from './MinusCircleOutlined';
605
613
  export { default as MinusOutlined } from './MinusOutlined';
@@ -856,6 +864,8 @@ export { default as ShootFilled } from './ShootFilled';
856
864
  export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
857
865
  export { default as ShoppingFilled } from './ShoppingFilled';
858
866
  export { default as ShoppingOutlined } from './ShoppingOutlined';
867
+ export { default as ShortSleeveFilled } from './ShortSleeveFilled';
868
+ export { default as ShortSleeveOutlined } from './ShortSleeveOutlined';
859
869
  export { default as ShoutControlOutlined } from './ShoutControlOutlined';
860
870
  export { default as ShutdownOutlined } from './ShutdownOutlined';
861
871
  export { default as SignalTowerFilled } from './SignalTowerFilled';
@@ -898,6 +908,7 @@ export { default as SplitScreenOutlined } from './SplitScreenOutlined';
898
908
  export { default as SportsFacilitiesFilled } from './SportsFacilitiesFilled';
899
909
  export { default as SportsFacilitiesOutlined } from './SportsFacilitiesOutlined';
900
910
  export { default as SprayOutlined } from './SprayOutlined';
911
+ export { default as SquareFilled } from './SquareFilled';
901
912
  export { default as SquareOutlined } from './SquareOutlined';
902
913
  export { default as StarFilled } from './StarFilled';
903
914
  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";
@@ -437,6 +439,8 @@ export { default as GroupRuleFilled } from "./GroupRuleFilled";
437
439
  export { default as GroupRuleOutlined } from "./GroupRuleOutlined";
438
440
  export { default as HailOutlined } from "./HailOutlined";
439
441
  export { default as HandcuffsOutlined } from "./HandcuffsOutlined";
442
+ export { default as HangUpFilled } from "./HangUpFilled";
443
+ export { default as HangUpOutlined } from "./HangUpOutlined";
440
444
  export { default as HashrateCenterFilled } from "./HashrateCenterFilled";
441
445
  export { default as HashrateCenterOutlined } from "./HashrateCenterOutlined";
442
446
  export { default as HashrateFilled } from "./HashrateFilled";
@@ -582,7 +586,10 @@ export { default as ManualAlarmCircleOutlined } from "./ManualAlarmCircleOutline
582
586
  export { default as ManualOutlined } from "./ManualOutlined";
583
587
  export { default as Map2DOutlined } from "./Map2DOutlined";
584
588
  export { default as Map3DOutlined } from "./Map3DOutlined";
589
+ export { default as MaximizeOutlined } from "./MaximizeOutlined";
585
590
  export { default as MeansAccessOutlined } from "./MeansAccessOutlined";
591
+ export { default as MedalsFilled } from "./MedalsFilled";
592
+ export { default as MedalsOutlined } from "./MedalsOutlined";
586
593
  export { default as MediaLibraryOutlined } from "./MediaLibraryOutlined";
587
594
  export { default as MedicalFilled } from "./MedicalFilled";
588
595
  export { default as MedicalKitOutlined } from "./MedicalKitOutlined";
@@ -601,6 +608,7 @@ export { default as MigrateOutlined } from "./MigrateOutlined";
601
608
  export { default as MiniatureFireStationAddOutlined } from "./MiniatureFireStationAddOutlined";
602
609
  export { default as MiniatureFireStationFilled } from "./MiniatureFireStationFilled";
603
610
  export { default as MiniatureFireStationOutlined } from "./MiniatureFireStationOutlined";
611
+ export { default as MinimizeOutlined } from "./MinimizeOutlined";
604
612
  export { default as MinusCircleFilled } from "./MinusCircleFilled";
605
613
  export { default as MinusCircleOutlined } from "./MinusCircleOutlined";
606
614
  export { default as MinusOutlined } from "./MinusOutlined";
@@ -857,6 +865,8 @@ export { default as ShootFilled } from "./ShootFilled";
857
865
  export { default as ShoppingCartOutlined } from "./ShoppingCartOutlined";
858
866
  export { default as ShoppingFilled } from "./ShoppingFilled";
859
867
  export { default as ShoppingOutlined } from "./ShoppingOutlined";
868
+ export { default as ShortSleeveFilled } from "./ShortSleeveFilled";
869
+ export { default as ShortSleeveOutlined } from "./ShortSleeveOutlined";
860
870
  export { default as ShoutControlOutlined } from "./ShoutControlOutlined";
861
871
  export { default as ShutdownOutlined } from "./ShutdownOutlined";
862
872
  export { default as SignalTowerFilled } from "./SignalTowerFilled";
@@ -899,6 +909,7 @@ export { default as SplitScreenOutlined } from "./SplitScreenOutlined";
899
909
  export { default as SportsFacilitiesFilled } from "./SportsFacilitiesFilled";
900
910
  export { default as SportsFacilitiesOutlined } from "./SportsFacilitiesOutlined";
901
911
  export { default as SprayOutlined } from "./SprayOutlined";
912
+ export { default as SquareFilled } from "./SquareFilled";
902
913
  export { default as SquareOutlined } from "./SquareOutlined";
903
914
  export { default as StarFilled } from "./StarFilled";
904
915
  export { default as StarOutlined } from "./StarOutlined";
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;