@sensoro-design/icons 1.20.0 → 1.23.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 (96) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/DangerFilled.d.ts +2 -0
  3. package/DangerFilled.js +15 -0
  4. package/DrawPolygonOutlined.d.ts +2 -0
  5. package/DrawPolygonOutlined.js +15 -0
  6. package/DrawRectangleOutlined.d.ts +2 -0
  7. package/DrawRectangleOutlined.js +15 -0
  8. package/DrawRoundOutlined.d.ts +2 -0
  9. package/DrawRoundOutlined.js +15 -0
  10. package/FrameSelectionOutlined.d.ts +2 -0
  11. package/FrameSelectionOutlined.js +15 -0
  12. package/ModerateRainOutlined.d.ts +2 -0
  13. package/ModerateRainOutlined.js +15 -0
  14. package/NoFishingOutlined.d.ts +2 -0
  15. package/NoFishingOutlined.js +15 -0
  16. package/NoSwimPurely.d.ts +2 -0
  17. package/NoSwimPurely.js +15 -0
  18. package/PlayCircleProOutlined.d.ts +2 -0
  19. package/PlayCircleProOutlined.js +15 -0
  20. package/PositionMapFilled.d.ts +2 -0
  21. package/PositionMapFilled.js +15 -0
  22. package/SafetyLightningFilled.d.ts +2 -0
  23. package/SafetyLightningFilled.js +15 -0
  24. package/ScreencastOutlined.d.ts +2 -0
  25. package/ScreencastOutlined.js +15 -0
  26. package/ShootFilled.d.ts +2 -0
  27. package/ShootFilled.js +15 -0
  28. package/SplitScreenOutlined.d.ts +2 -0
  29. package/SplitScreenOutlined.js +15 -0
  30. package/WaterSurfaceFilled.d.ts +2 -0
  31. package/WaterSurfaceFilled.js +15 -0
  32. package/es/icons/DangerFilled.d.ts +4 -0
  33. package/es/icons/DangerFilled.js +68 -0
  34. package/es/icons/DrawPolygonOutlined.d.ts +4 -0
  35. package/es/icons/DrawPolygonOutlined.js +68 -0
  36. package/es/icons/DrawRectangleOutlined.d.ts +4 -0
  37. package/es/icons/DrawRectangleOutlined.js +68 -0
  38. package/es/icons/DrawRoundOutlined.d.ts +4 -0
  39. package/es/icons/DrawRoundOutlined.js +68 -0
  40. package/es/icons/FrameSelectionOutlined.d.ts +4 -0
  41. package/es/icons/FrameSelectionOutlined.js +68 -0
  42. package/es/icons/ModerateRainOutlined.d.ts +4 -0
  43. package/es/icons/ModerateRainOutlined.js +68 -0
  44. package/es/icons/NoFishingOutlined.d.ts +4 -0
  45. package/es/icons/NoFishingOutlined.js +68 -0
  46. package/es/icons/NoSwimPurely.d.ts +4 -0
  47. package/es/icons/NoSwimPurely.js +68 -0
  48. package/es/icons/PlayCircleProOutlined.d.ts +4 -0
  49. package/es/icons/PlayCircleProOutlined.js +68 -0
  50. package/es/icons/PositionMapFilled.d.ts +4 -0
  51. package/es/icons/PositionMapFilled.js +68 -0
  52. package/es/icons/SafetyLightningFilled.d.ts +4 -0
  53. package/es/icons/SafetyLightningFilled.js +68 -0
  54. package/es/icons/ScreencastOutlined.d.ts +4 -0
  55. package/es/icons/ScreencastOutlined.js +68 -0
  56. package/es/icons/ShootFilled.d.ts +4 -0
  57. package/es/icons/ShootFilled.js +68 -0
  58. package/es/icons/SplitScreenOutlined.d.ts +4 -0
  59. package/es/icons/SplitScreenOutlined.js +68 -0
  60. package/es/icons/WaterSurfaceFilled.d.ts +4 -0
  61. package/es/icons/WaterSurfaceFilled.js +68 -0
  62. package/es/icons/index.d.ts +15 -0
  63. package/es/icons/index.js +142 -7
  64. package/lib/icons/DangerFilled.d.ts +4 -0
  65. package/lib/icons/DangerFilled.js +70 -0
  66. package/lib/icons/DrawPolygonOutlined.d.ts +4 -0
  67. package/lib/icons/DrawPolygonOutlined.js +70 -0
  68. package/lib/icons/DrawRectangleOutlined.d.ts +4 -0
  69. package/lib/icons/DrawRectangleOutlined.js +70 -0
  70. package/lib/icons/DrawRoundOutlined.d.ts +4 -0
  71. package/lib/icons/DrawRoundOutlined.js +70 -0
  72. package/lib/icons/FrameSelectionOutlined.d.ts +4 -0
  73. package/lib/icons/FrameSelectionOutlined.js +70 -0
  74. package/lib/icons/ModerateRainOutlined.d.ts +4 -0
  75. package/lib/icons/ModerateRainOutlined.js +70 -0
  76. package/lib/icons/NoFishingOutlined.d.ts +4 -0
  77. package/lib/icons/NoFishingOutlined.js +70 -0
  78. package/lib/icons/NoSwimPurely.d.ts +4 -0
  79. package/lib/icons/NoSwimPurely.js +70 -0
  80. package/lib/icons/PlayCircleProOutlined.d.ts +4 -0
  81. package/lib/icons/PlayCircleProOutlined.js +70 -0
  82. package/lib/icons/PositionMapFilled.d.ts +4 -0
  83. package/lib/icons/PositionMapFilled.js +70 -0
  84. package/lib/icons/SafetyLightningFilled.d.ts +4 -0
  85. package/lib/icons/SafetyLightningFilled.js +70 -0
  86. package/lib/icons/ScreencastOutlined.d.ts +4 -0
  87. package/lib/icons/ScreencastOutlined.js +70 -0
  88. package/lib/icons/ShootFilled.d.ts +4 -0
  89. package/lib/icons/ShootFilled.js +70 -0
  90. package/lib/icons/SplitScreenOutlined.d.ts +4 -0
  91. package/lib/icons/SplitScreenOutlined.js +70 -0
  92. package/lib/icons/WaterSurfaceFilled.d.ts +4 -0
  93. package/lib/icons/WaterSurfaceFilled.js +70 -0
  94. package/lib/icons/index.d.ts +15 -0
  95. package/lib/icons/index.js +142 -7
  96. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
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
+ # [1.23.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@1.22.0...@sensoro-design/icons@1.23.0) (2022-07-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * add icon ([a437f74](https://github.com/sensoro-design/sensoro-design-icons/commit/a437f74fc3358ff1d519e989f049a512ea9b7b8a))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.22.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@1.21.0...@sensoro-design/icons@1.22.0) (2022-07-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * 重命名 ([1e8a572](https://github.com/sensoro-design/sensoro-design-icons/commit/1e8a572d0d7e3bf593a2fbe5a3ac8c48294b5282))
23
+ * add icons ([206e352](https://github.com/sensoro-design/sensoro-design-icons/commit/206e3526269ab976a7d020f0fe0917d544ef43ba))
24
+ * add icons ([e7df75c](https://github.com/sensoro-design/sensoro-design-icons/commit/e7df75c0900ef2aaf6d6e546dba41ac8473cc56c))
25
+
26
+
27
+
28
+
29
+
30
+ # [1.21.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@1.20.0...@sensoro-design/icons@1.21.0) (2022-07-07)
31
+
32
+
33
+ ### Features
34
+
35
+ * 添加禁渔图标 ([cd321b7](https://github.com/sensoro-design/sensoro-design-icons/commit/cd321b77b42a18b1fd7656b4e9415458316371e3))
36
+
37
+
38
+
39
+
40
+
6
41
  # [1.20.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@1.19.0...@sensoro-design/icons@1.20.0) (2022-07-06)
7
42
 
8
43
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/DangerFilled';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _DangerFilled = _interopRequireDefault(require('./lib/icons/DangerFilled'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _DangerFilled;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/DrawPolygonOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _DrawPolygonOutlined = _interopRequireDefault(require('./lib/icons/DrawPolygonOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _DrawPolygonOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/DrawRectangleOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _DrawRectangleOutlined = _interopRequireDefault(require('./lib/icons/DrawRectangleOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _DrawRectangleOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/DrawRoundOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _DrawRoundOutlined = _interopRequireDefault(require('./lib/icons/DrawRoundOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _DrawRoundOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/FrameSelectionOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _FrameSelectionOutlined = _interopRequireDefault(require('./lib/icons/FrameSelectionOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _FrameSelectionOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/ModerateRainOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _ModerateRainOutlined = _interopRequireDefault(require('./lib/icons/ModerateRainOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _ModerateRainOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/NoFishingOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _NoFishingOutlined = _interopRequireDefault(require('./lib/icons/NoFishingOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _NoFishingOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/NoSwimPurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _NoSwimPurely = _interopRequireDefault(require('./lib/icons/NoSwimPurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _NoSwimPurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/PlayCircleProOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _PlayCircleProOutlined = _interopRequireDefault(require('./lib/icons/PlayCircleProOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _PlayCircleProOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/PositionMapFilled';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _PositionMapFilled = _interopRequireDefault(require('./lib/icons/PositionMapFilled'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _PositionMapFilled;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/SafetyLightningFilled';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _SafetyLightningFilled = _interopRequireDefault(require('./lib/icons/SafetyLightningFilled'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _SafetyLightningFilled;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/ScreencastOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _ScreencastOutlined = _interopRequireDefault(require('./lib/icons/ScreencastOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _ScreencastOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/ShootFilled';
package/ShootFilled.js ADDED
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _ShootFilled = _interopRequireDefault(require('./lib/icons/ShootFilled'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _ShootFilled;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/SplitScreenOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _SplitScreenOutlined = _interopRequireDefault(require('./lib/icons/SplitScreenOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _SplitScreenOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/WaterSurfaceFilled';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _WaterSurfaceFilled = _interopRequireDefault(require('./lib/icons/WaterSurfaceFilled'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _WaterSurfaceFilled;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const DangerFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default DangerFilled;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ import _extends from "@babel/runtime/helpers/esm/extends";
4
+
5
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+
9
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
+ desc = {
11
+ enumerable: true,
12
+ get: function get() {
13
+ return m[k];
14
+ }
15
+ };
16
+ }
17
+
18
+ Object.defineProperty(o, k2, desc);
19
+ } : function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ });
23
+
24
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
25
+ Object.defineProperty(o, "default", {
26
+ enumerable: true,
27
+ value: v
28
+ });
29
+ } : function (o, v) {
30
+ o["default"] = v;
31
+ });
32
+
33
+ var __importStar = this && this.__importStar || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) {
37
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
38
+ }
39
+
40
+ __setModuleDefault(result, mod);
41
+
42
+ return result;
43
+ };
44
+
45
+ var __importDefault = this && this.__importDefault || function (mod) {
46
+ return mod && mod.__esModule ? mod : {
47
+ "default": mod
48
+ };
49
+ };
50
+
51
+ Object.defineProperty(exports, "__esModule", {
52
+ value: true
53
+ }); // This icon file is generated automatically.
54
+
55
+ var React = __importStar(require("react"));
56
+
57
+ var DangerFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/DangerFilled"));
58
+
59
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
60
+
61
+ var DangerFilled = React.forwardRef(function (props, ref) {
62
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
63
+ ref: ref,
64
+ icon: DangerFilled_1.default
65
+ }));
66
+ });
67
+ DangerFilled.displayName = 'DangerFilled';
68
+ exports.default = DangerFilled;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const DrawPolygonOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default DrawPolygonOutlined;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ import _extends from "@babel/runtime/helpers/esm/extends";
4
+
5
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+
9
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
+ desc = {
11
+ enumerable: true,
12
+ get: function get() {
13
+ return m[k];
14
+ }
15
+ };
16
+ }
17
+
18
+ Object.defineProperty(o, k2, desc);
19
+ } : function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ });
23
+
24
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
25
+ Object.defineProperty(o, "default", {
26
+ enumerable: true,
27
+ value: v
28
+ });
29
+ } : function (o, v) {
30
+ o["default"] = v;
31
+ });
32
+
33
+ var __importStar = this && this.__importStar || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) {
37
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
38
+ }
39
+
40
+ __setModuleDefault(result, mod);
41
+
42
+ return result;
43
+ };
44
+
45
+ var __importDefault = this && this.__importDefault || function (mod) {
46
+ return mod && mod.__esModule ? mod : {
47
+ "default": mod
48
+ };
49
+ };
50
+
51
+ Object.defineProperty(exports, "__esModule", {
52
+ value: true
53
+ }); // This icon file is generated automatically.
54
+
55
+ var React = __importStar(require("react"));
56
+
57
+ var DrawPolygonOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/DrawPolygonOutlined"));
58
+
59
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
60
+
61
+ var DrawPolygonOutlined = React.forwardRef(function (props, ref) {
62
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
63
+ ref: ref,
64
+ icon: DrawPolygonOutlined_1.default
65
+ }));
66
+ });
67
+ DrawPolygonOutlined.displayName = 'DrawPolygonOutlined';
68
+ exports.default = DrawPolygonOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const DrawRectangleOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default DrawRectangleOutlined;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ import _extends from "@babel/runtime/helpers/esm/extends";
4
+
5
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+
9
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
+ desc = {
11
+ enumerable: true,
12
+ get: function get() {
13
+ return m[k];
14
+ }
15
+ };
16
+ }
17
+
18
+ Object.defineProperty(o, k2, desc);
19
+ } : function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ });
23
+
24
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
25
+ Object.defineProperty(o, "default", {
26
+ enumerable: true,
27
+ value: v
28
+ });
29
+ } : function (o, v) {
30
+ o["default"] = v;
31
+ });
32
+
33
+ var __importStar = this && this.__importStar || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) {
37
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
38
+ }
39
+
40
+ __setModuleDefault(result, mod);
41
+
42
+ return result;
43
+ };
44
+
45
+ var __importDefault = this && this.__importDefault || function (mod) {
46
+ return mod && mod.__esModule ? mod : {
47
+ "default": mod
48
+ };
49
+ };
50
+
51
+ Object.defineProperty(exports, "__esModule", {
52
+ value: true
53
+ }); // This icon file is generated automatically.
54
+
55
+ var React = __importStar(require("react"));
56
+
57
+ var DrawRectangleOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/DrawRectangleOutlined"));
58
+
59
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
60
+
61
+ var DrawRectangleOutlined = React.forwardRef(function (props, ref) {
62
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
63
+ ref: ref,
64
+ icon: DrawRectangleOutlined_1.default
65
+ }));
66
+ });
67
+ DrawRectangleOutlined.displayName = 'DrawRectangleOutlined';
68
+ exports.default = DrawRectangleOutlined;