@sensoro-design/icons 1.21.0 → 1.22.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 (84) hide show
  1. package/CHANGELOG.md +13 -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/PlayCircleProOutlined.d.ts +2 -0
  15. package/PlayCircleProOutlined.js +15 -0
  16. package/PositionMapFilled.d.ts +2 -0
  17. package/PositionMapFilled.js +15 -0
  18. package/SafetyLightningFilled.d.ts +2 -0
  19. package/SafetyLightningFilled.js +15 -0
  20. package/ScreencastOutlined.d.ts +2 -0
  21. package/ScreencastOutlined.js +15 -0
  22. package/ShootFilled.d.ts +2 -0
  23. package/ShootFilled.js +15 -0
  24. package/SplitScreenOutlined.d.ts +2 -0
  25. package/SplitScreenOutlined.js +15 -0
  26. package/WaterSurfaceFilled.d.ts +2 -0
  27. package/WaterSurfaceFilled.js +15 -0
  28. package/es/icons/DangerFilled.d.ts +4 -0
  29. package/es/icons/DangerFilled.js +68 -0
  30. package/es/icons/DrawPolygonOutlined.d.ts +4 -0
  31. package/es/icons/DrawPolygonOutlined.js +68 -0
  32. package/es/icons/DrawRectangleOutlined.d.ts +4 -0
  33. package/es/icons/DrawRectangleOutlined.js +68 -0
  34. package/es/icons/DrawRoundOutlined.d.ts +4 -0
  35. package/es/icons/DrawRoundOutlined.js +68 -0
  36. package/es/icons/FrameSelectionOutlined.d.ts +4 -0
  37. package/es/icons/FrameSelectionOutlined.js +68 -0
  38. package/es/icons/ModerateRainOutlined.d.ts +4 -0
  39. package/es/icons/ModerateRainOutlined.js +68 -0
  40. package/es/icons/PlayCircleProOutlined.d.ts +4 -0
  41. package/es/icons/PlayCircleProOutlined.js +68 -0
  42. package/es/icons/PositionMapFilled.d.ts +4 -0
  43. package/es/icons/PositionMapFilled.js +68 -0
  44. package/es/icons/SafetyLightningFilled.d.ts +4 -0
  45. package/es/icons/SafetyLightningFilled.js +68 -0
  46. package/es/icons/ScreencastOutlined.d.ts +4 -0
  47. package/es/icons/ScreencastOutlined.js +68 -0
  48. package/es/icons/ShootFilled.d.ts +4 -0
  49. package/es/icons/ShootFilled.js +68 -0
  50. package/es/icons/SplitScreenOutlined.d.ts +4 -0
  51. package/es/icons/SplitScreenOutlined.js +68 -0
  52. package/es/icons/WaterSurfaceFilled.d.ts +4 -0
  53. package/es/icons/WaterSurfaceFilled.js +68 -0
  54. package/es/icons/index.d.ts +13 -0
  55. package/es/icons/index.js +124 -7
  56. package/lib/icons/DangerFilled.d.ts +4 -0
  57. package/lib/icons/DangerFilled.js +70 -0
  58. package/lib/icons/DrawPolygonOutlined.d.ts +4 -0
  59. package/lib/icons/DrawPolygonOutlined.js +70 -0
  60. package/lib/icons/DrawRectangleOutlined.d.ts +4 -0
  61. package/lib/icons/DrawRectangleOutlined.js +70 -0
  62. package/lib/icons/DrawRoundOutlined.d.ts +4 -0
  63. package/lib/icons/DrawRoundOutlined.js +70 -0
  64. package/lib/icons/FrameSelectionOutlined.d.ts +4 -0
  65. package/lib/icons/FrameSelectionOutlined.js +70 -0
  66. package/lib/icons/ModerateRainOutlined.d.ts +4 -0
  67. package/lib/icons/ModerateRainOutlined.js +70 -0
  68. package/lib/icons/PlayCircleProOutlined.d.ts +4 -0
  69. package/lib/icons/PlayCircleProOutlined.js +70 -0
  70. package/lib/icons/PositionMapFilled.d.ts +4 -0
  71. package/lib/icons/PositionMapFilled.js +70 -0
  72. package/lib/icons/SafetyLightningFilled.d.ts +4 -0
  73. package/lib/icons/SafetyLightningFilled.js +70 -0
  74. package/lib/icons/ScreencastOutlined.d.ts +4 -0
  75. package/lib/icons/ScreencastOutlined.js +70 -0
  76. package/lib/icons/ShootFilled.d.ts +4 -0
  77. package/lib/icons/ShootFilled.js +70 -0
  78. package/lib/icons/SplitScreenOutlined.d.ts +4 -0
  79. package/lib/icons/SplitScreenOutlined.js +70 -0
  80. package/lib/icons/WaterSurfaceFilled.d.ts +4 -0
  81. package/lib/icons/WaterSurfaceFilled.js +70 -0
  82. package/lib/icons/index.d.ts +13 -0
  83. package/lib/icons/index.js +124 -7
  84. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const ShootFilled: 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 ShootFilled;
@@ -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 ShootFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/ShootFilled"));
58
+
59
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
60
+
61
+ var ShootFilled = React.forwardRef(function (props, ref) {
62
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
63
+ ref: ref,
64
+ icon: ShootFilled_1.default
65
+ }));
66
+ });
67
+ ShootFilled.displayName = 'ShootFilled';
68
+ exports.default = ShootFilled;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const SplitScreenOutlined: 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 SplitScreenOutlined;
@@ -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 SplitScreenOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/SplitScreenOutlined"));
58
+
59
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
60
+
61
+ var SplitScreenOutlined = React.forwardRef(function (props, ref) {
62
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
63
+ ref: ref,
64
+ icon: SplitScreenOutlined_1.default
65
+ }));
66
+ });
67
+ SplitScreenOutlined.displayName = 'SplitScreenOutlined';
68
+ exports.default = SplitScreenOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const WaterSurfaceFilled: 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 WaterSurfaceFilled;
@@ -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 WaterSurfaceFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/WaterSurfaceFilled"));
58
+
59
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
60
+
61
+ var WaterSurfaceFilled = React.forwardRef(function (props, ref) {
62
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
63
+ ref: ref,
64
+ icon: WaterSurfaceFilled_1.default
65
+ }));
66
+ });
67
+ WaterSurfaceFilled.displayName = 'WaterSurfaceFilled';
68
+ exports.default = WaterSurfaceFilled;
@@ -69,6 +69,7 @@ export { default as CollectOutlined } from './CollectOutlined';
69
69
  export { default as CompressOutlined } from './CompressOutlined';
70
70
  export { default as ControllerOutlined } from './ControllerOutlined';
71
71
  export { default as CopyOutlined } from './CopyOutlined';
72
+ export { default as DangerFilled } from './DangerFilled';
72
73
  export { default as DashOutlined } from './DashOutlined';
73
74
  export { default as DataAssetsFilled } from './DataAssetsFilled';
74
75
  export { default as DataAssetsOutlined } from './DataAssetsOutlined';
@@ -89,6 +90,9 @@ export { default as DownCircleOutlined } from './DownCircleOutlined';
89
90
  export { default as DownOutlined } from './DownOutlined';
90
91
  export { default as DownloadOutlined } from './DownloadOutlined';
91
92
  export { default as DragOutlined } from './DragOutlined';
93
+ export { default as DrawPolygonOutlined } from './DrawPolygonOutlined';
94
+ export { default as DrawRectangleOutlined } from './DrawRectangleOutlined';
95
+ export { default as DrawRoundOutlined } from './DrawRoundOutlined';
92
96
  export { default as DroneOutlined } from './DroneOutlined';
93
97
  export { default as EditOutlined } from './EditOutlined';
94
98
  export { default as ElectricalFireOutlined } from './ElectricalFireOutlined';
@@ -145,6 +149,7 @@ export { default as FireOutlined } from './FireOutlined';
145
149
  export { default as FireStationFilled } from './FireStationFilled';
146
150
  export { default as FireWarningFilled } from './FireWarningFilled';
147
151
  export { default as FormOutlined } from './FormOutlined';
152
+ export { default as FrameSelectionOutlined } from './FrameSelectionOutlined';
148
153
  export { default as FrownFilled } from './FrownFilled';
149
154
  export { default as FrownOutlined } from './FrownOutlined';
150
155
  export { default as FullTargetCameraOutlined } from './FullTargetCameraOutlined';
@@ -222,6 +227,7 @@ export { default as MinusOutlined } from './MinusOutlined';
222
227
  export { default as MinusSquareFilled } from './MinusSquareFilled';
223
228
  export { default as MinusSquareOutlined } from './MinusSquareOutlined';
224
229
  export { default as MobileOutlined } from './MobileOutlined';
230
+ export { default as ModerateRainOutlined } from './ModerateRainOutlined';
225
231
  export { default as MolecularChainFilled } from './MolecularChainFilled';
226
232
  export { default as MolecularChainOutlined } from './MolecularChainOutlined';
227
233
  export { default as MoneyWatchFilled } from './MoneyWatchFilled';
@@ -266,12 +272,14 @@ export { default as PhoneOutlined } from './PhoneOutlined';
266
272
  export { default as PieChartOutlined } from './PieChartOutlined';
267
273
  export { default as PlayCircleFilled } from './PlayCircleFilled';
268
274
  export { default as PlayCircleOutlined } from './PlayCircleOutlined';
275
+ export { default as PlayCircleProOutlined } from './PlayCircleProOutlined';
269
276
  export { default as PlayOutlined } from './PlayOutlined';
270
277
  export { default as PlusCircleFilled } from './PlusCircleFilled';
271
278
  export { default as PlusCircleOutlined } from './PlusCircleOutlined';
272
279
  export { default as PlusOutlined } from './PlusOutlined';
273
280
  export { default as PlusSquareFilled } from './PlusSquareFilled';
274
281
  export { default as PmOutlined } from './PmOutlined';
282
+ export { default as PositionMapFilled } from './PositionMapFilled';
275
283
  export { default as PoweroffOutlined } from './PoweroffOutlined';
276
284
  export { default as PrinterOutlined } from './PrinterOutlined';
277
285
  export { default as PushpinOutlined } from './PushpinOutlined';
@@ -297,14 +305,17 @@ export { default as RotationOutlined } from './RotationOutlined';
297
305
  export { default as RulerOutlined } from './RulerOutlined';
298
306
  export { default as SafetyCertificateFilled } from './SafetyCertificateFilled';
299
307
  export { default as SafetyCertificateOutlined } from './SafetyCertificateOutlined';
308
+ export { default as SafetyLightningFilled } from './SafetyLightningFilled';
300
309
  export { default as SafetyOutlined } from './SafetyOutlined';
301
310
  export { default as SatelliteOutlined } from './SatelliteOutlined';
302
311
  export { default as ScanOutlined } from './ScanOutlined';
303
312
  export { default as ScheduleOutlined } from './ScheduleOutlined';
304
313
  export { default as ScissorOutlined } from './ScissorOutlined';
314
+ export { default as ScreencastOutlined } from './ScreencastOutlined';
305
315
  export { default as SearchOutlined } from './SearchOutlined';
306
316
  export { default as SettingOutlined } from './SettingOutlined';
307
317
  export { default as ShakeOutlined } from './ShakeOutlined';
318
+ export { default as ShootFilled } from './ShootFilled';
308
319
  export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
309
320
  export { default as SleepOutlined } from './SleepOutlined';
310
321
  export { default as SmartBoxOutlined } from './SmartBoxOutlined';
@@ -319,6 +330,7 @@ export { default as SmokeFilled } from './SmokeFilled';
319
330
  export { default as SmokeOutlined } from './SmokeOutlined';
320
331
  export { default as SoundOutlined } from './SoundOutlined';
321
332
  export { default as SoundSmallOutlined } from './SoundSmallOutlined';
333
+ export { default as SplitScreenOutlined } from './SplitScreenOutlined';
322
334
  export { default as SquareOutlined } from './SquareOutlined';
323
335
  export { default as StarCheckOutlined } from './StarCheckOutlined';
324
336
  export { default as StarFilled } from './StarFilled';
@@ -365,6 +377,7 @@ export { default as WarningOutlined } from './WarningOutlined';
365
377
  export { default as WaterAreaOutlined } from './WaterAreaOutlined';
366
378
  export { default as WaterFlowOutlined } from './WaterFlowOutlined';
367
379
  export { default as WaterLevelOutlined } from './WaterLevelOutlined';
380
+ export { default as WaterSurfaceFilled } from './WaterSurfaceFilled';
368
381
  export { default as WatersOutlined } from './WatersOutlined';
369
382
  export { default as WeatherStationOutlined } from './WeatherStationOutlined';
370
383
  export { default as WechatFilled } from './WechatFilled';
package/es/icons/index.js CHANGED
@@ -10,13 +10,13 @@ Object.defineProperty(exports, "__esModule", {
10
10
  value: true
11
11
  });
12
12
  exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRecordOutlined = exports.CarOutlined = exports.CarFilled = exports.CarCameraOutlined = exports.CameraOutlined = exports.CameraFilled = exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.ArrowUpOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDownOutlined = exports.AreaOutlined = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AircircuitBreakerOutlined = exports.AimOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = void 0;
13
- exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EmployerOutlined = exports.EmployerFilled = exports.EllipsisOutlined = exports.ElectricalFireOutlined = exports.EditOutlined = exports.DroneOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DigitalMediaOutlined = exports.DigitalMediaFilled = exports.DeviceOutlined = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashOutlined = exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = void 0;
14
- exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FormOutlined = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostOutlined = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileProtectOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = exports.EyeFilled = exports.ExpandOutlined = void 0;
15
- exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.LakeOutlined = exports.KeyOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HeartOutlined = exports.HeartFilled = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.GroupFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GatewayOutlined = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = void 0;
16
- exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoVideoPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = void 0;
17
- exports.SafetyOutlined = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RocketOutlined = exports.RobotOutlined = exports.RiverOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RedoOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = void 0;
18
- exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TrophyOutlined = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPoleOutlined = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = void 0;
19
- exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.UserReportFilled = exports.UserOutlined = exports.UserFilled = exports.UsbOutlined = exports.UploadOutlined = void 0; // This index.ts file is generated automatically.
13
+ exports.EmployerFilled = exports.EllipsisOutlined = exports.ElectricalFireOutlined = exports.EditOutlined = exports.DroneOutlined = exports.DrawRoundOutlined = exports.DrawRectangleOutlined = exports.DrawPolygonOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DigitalMediaOutlined = exports.DigitalMediaFilled = exports.DeviceOutlined = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashOutlined = exports.DangerFilled = exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = void 0;
14
+ exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostOutlined = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileProtectOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EmployerOutlined = void 0;
15
+ exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.LakeOutlined = exports.KeyOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HeartOutlined = exports.HeartFilled = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.GroupFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GatewayOutlined = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = void 0;
16
+ exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoVideoPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LeftUpOutlined = void 0;
17
+ exports.RocketOutlined = exports.RobotOutlined = exports.RiverOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RedoOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PositionMapFilled = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O2Outlined = void 0;
18
+ exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPoleOutlined = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShootFilled = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = void 0;
19
+ exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.UserReportFilled = exports.UserOutlined = exports.UserFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TrophyOutlined = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = void 0; // This index.ts file is generated automatically.
20
20
 
21
21
  var AccountBookFilled_1 = require("./AccountBookFilled");
22
22
 
@@ -657,6 +657,15 @@ Object.defineProperty(exports, "CopyOutlined", {
657
657
  }
658
658
  });
659
659
 
660
+ var DangerFilled_1 = require("./DangerFilled");
661
+
662
+ Object.defineProperty(exports, "DangerFilled", {
663
+ enumerable: true,
664
+ get: function get() {
665
+ return __importDefault(DangerFilled_1).default;
666
+ }
667
+ });
668
+
660
669
  var DashOutlined_1 = require("./DashOutlined");
661
670
 
662
671
  Object.defineProperty(exports, "DashOutlined", {
@@ -837,6 +846,33 @@ Object.defineProperty(exports, "DragOutlined", {
837
846
  }
838
847
  });
839
848
 
849
+ var DrawPolygonOutlined_1 = require("./DrawPolygonOutlined");
850
+
851
+ Object.defineProperty(exports, "DrawPolygonOutlined", {
852
+ enumerable: true,
853
+ get: function get() {
854
+ return __importDefault(DrawPolygonOutlined_1).default;
855
+ }
856
+ });
857
+
858
+ var DrawRectangleOutlined_1 = require("./DrawRectangleOutlined");
859
+
860
+ Object.defineProperty(exports, "DrawRectangleOutlined", {
861
+ enumerable: true,
862
+ get: function get() {
863
+ return __importDefault(DrawRectangleOutlined_1).default;
864
+ }
865
+ });
866
+
867
+ var DrawRoundOutlined_1 = require("./DrawRoundOutlined");
868
+
869
+ Object.defineProperty(exports, "DrawRoundOutlined", {
870
+ enumerable: true,
871
+ get: function get() {
872
+ return __importDefault(DrawRoundOutlined_1).default;
873
+ }
874
+ });
875
+
840
876
  var DroneOutlined_1 = require("./DroneOutlined");
841
877
 
842
878
  Object.defineProperty(exports, "DroneOutlined", {
@@ -1341,6 +1377,15 @@ Object.defineProperty(exports, "FormOutlined", {
1341
1377
  }
1342
1378
  });
1343
1379
 
1380
+ var FrameSelectionOutlined_1 = require("./FrameSelectionOutlined");
1381
+
1382
+ Object.defineProperty(exports, "FrameSelectionOutlined", {
1383
+ enumerable: true,
1384
+ get: function get() {
1385
+ return __importDefault(FrameSelectionOutlined_1).default;
1386
+ }
1387
+ });
1388
+
1344
1389
  var FrownFilled_1 = require("./FrownFilled");
1345
1390
 
1346
1391
  Object.defineProperty(exports, "FrownFilled", {
@@ -2034,6 +2079,15 @@ Object.defineProperty(exports, "MobileOutlined", {
2034
2079
  }
2035
2080
  });
2036
2081
 
2082
+ var ModerateRainOutlined_1 = require("./ModerateRainOutlined");
2083
+
2084
+ Object.defineProperty(exports, "ModerateRainOutlined", {
2085
+ enumerable: true,
2086
+ get: function get() {
2087
+ return __importDefault(ModerateRainOutlined_1).default;
2088
+ }
2089
+ });
2090
+
2037
2091
  var MolecularChainFilled_1 = require("./MolecularChainFilled");
2038
2092
 
2039
2093
  Object.defineProperty(exports, "MolecularChainFilled", {
@@ -2430,6 +2484,15 @@ Object.defineProperty(exports, "PlayCircleOutlined", {
2430
2484
  }
2431
2485
  });
2432
2486
 
2487
+ var PlayCircleProOutlined_1 = require("./PlayCircleProOutlined");
2488
+
2489
+ Object.defineProperty(exports, "PlayCircleProOutlined", {
2490
+ enumerable: true,
2491
+ get: function get() {
2492
+ return __importDefault(PlayCircleProOutlined_1).default;
2493
+ }
2494
+ });
2495
+
2433
2496
  var PlayOutlined_1 = require("./PlayOutlined");
2434
2497
 
2435
2498
  Object.defineProperty(exports, "PlayOutlined", {
@@ -2484,6 +2547,15 @@ Object.defineProperty(exports, "PmOutlined", {
2484
2547
  }
2485
2548
  });
2486
2549
 
2550
+ var PositionMapFilled_1 = require("./PositionMapFilled");
2551
+
2552
+ Object.defineProperty(exports, "PositionMapFilled", {
2553
+ enumerable: true,
2554
+ get: function get() {
2555
+ return __importDefault(PositionMapFilled_1).default;
2556
+ }
2557
+ });
2558
+
2487
2559
  var PoweroffOutlined_1 = require("./PoweroffOutlined");
2488
2560
 
2489
2561
  Object.defineProperty(exports, "PoweroffOutlined", {
@@ -2709,6 +2781,15 @@ Object.defineProperty(exports, "SafetyCertificateOutlined", {
2709
2781
  }
2710
2782
  });
2711
2783
 
2784
+ var SafetyLightningFilled_1 = require("./SafetyLightningFilled");
2785
+
2786
+ Object.defineProperty(exports, "SafetyLightningFilled", {
2787
+ enumerable: true,
2788
+ get: function get() {
2789
+ return __importDefault(SafetyLightningFilled_1).default;
2790
+ }
2791
+ });
2792
+
2712
2793
  var SafetyOutlined_1 = require("./SafetyOutlined");
2713
2794
 
2714
2795
  Object.defineProperty(exports, "SafetyOutlined", {
@@ -2754,6 +2835,15 @@ Object.defineProperty(exports, "ScissorOutlined", {
2754
2835
  }
2755
2836
  });
2756
2837
 
2838
+ var ScreencastOutlined_1 = require("./ScreencastOutlined");
2839
+
2840
+ Object.defineProperty(exports, "ScreencastOutlined", {
2841
+ enumerable: true,
2842
+ get: function get() {
2843
+ return __importDefault(ScreencastOutlined_1).default;
2844
+ }
2845
+ });
2846
+
2757
2847
  var SearchOutlined_1 = require("./SearchOutlined");
2758
2848
 
2759
2849
  Object.defineProperty(exports, "SearchOutlined", {
@@ -2781,6 +2871,15 @@ Object.defineProperty(exports, "ShakeOutlined", {
2781
2871
  }
2782
2872
  });
2783
2873
 
2874
+ var ShootFilled_1 = require("./ShootFilled");
2875
+
2876
+ Object.defineProperty(exports, "ShootFilled", {
2877
+ enumerable: true,
2878
+ get: function get() {
2879
+ return __importDefault(ShootFilled_1).default;
2880
+ }
2881
+ });
2882
+
2784
2883
  var ShoppingCartOutlined_1 = require("./ShoppingCartOutlined");
2785
2884
 
2786
2885
  Object.defineProperty(exports, "ShoppingCartOutlined", {
@@ -2907,6 +3006,15 @@ Object.defineProperty(exports, "SoundSmallOutlined", {
2907
3006
  }
2908
3007
  });
2909
3008
 
3009
+ var SplitScreenOutlined_1 = require("./SplitScreenOutlined");
3010
+
3011
+ Object.defineProperty(exports, "SplitScreenOutlined", {
3012
+ enumerable: true,
3013
+ get: function get() {
3014
+ return __importDefault(SplitScreenOutlined_1).default;
3015
+ }
3016
+ });
3017
+
2910
3018
  var SquareOutlined_1 = require("./SquareOutlined");
2911
3019
 
2912
3020
  Object.defineProperty(exports, "SquareOutlined", {
@@ -3321,6 +3429,15 @@ Object.defineProperty(exports, "WaterLevelOutlined", {
3321
3429
  }
3322
3430
  });
3323
3431
 
3432
+ var WaterSurfaceFilled_1 = require("./WaterSurfaceFilled");
3433
+
3434
+ Object.defineProperty(exports, "WaterSurfaceFilled", {
3435
+ enumerable: true,
3436
+ get: function get() {
3437
+ return __importDefault(WaterSurfaceFilled_1).default;
3438
+ }
3439
+ });
3440
+
3324
3441
  var WatersOutlined_1 = require("./WatersOutlined");
3325
3442
 
3326
3443
  Object.defineProperty(exports, "WatersOutlined", {
@@ -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;