@sensoro-design/icons 1.31.0 → 1.34.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 (42) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/DangerZoneFilled.d.ts +2 -0
  3. package/DangerZoneFilled.js +15 -0
  4. package/FloorFilled.d.ts +2 -0
  5. package/FloorFilled.js +15 -0
  6. package/RoomFilled.d.ts +2 -0
  7. package/RoomFilled.js +15 -0
  8. package/RoomOutlined.d.ts +2 -0
  9. package/RoomOutlined.js +15 -0
  10. package/UnitFilled.d.ts +2 -0
  11. package/UnitFilled.js +15 -0
  12. package/UnitOutlined.d.ts +2 -0
  13. package/UnitOutlined.js +15 -0
  14. package/es/icons/DangerZoneFilled.d.ts +4 -0
  15. package/es/icons/DangerZoneFilled.js +68 -0
  16. package/es/icons/FloorFilled.d.ts +4 -0
  17. package/es/icons/FloorFilled.js +68 -0
  18. package/es/icons/RoomFilled.d.ts +4 -0
  19. package/es/icons/RoomFilled.js +68 -0
  20. package/es/icons/RoomOutlined.d.ts +4 -0
  21. package/es/icons/RoomOutlined.js +68 -0
  22. package/es/icons/UnitFilled.d.ts +4 -0
  23. package/es/icons/UnitFilled.js +68 -0
  24. package/es/icons/UnitOutlined.d.ts +4 -0
  25. package/es/icons/UnitOutlined.js +68 -0
  26. package/es/icons/index.d.ts +6 -0
  27. package/es/icons/index.js +63 -9
  28. package/lib/icons/DangerZoneFilled.d.ts +4 -0
  29. package/lib/icons/DangerZoneFilled.js +70 -0
  30. package/lib/icons/FloorFilled.d.ts +4 -0
  31. package/lib/icons/FloorFilled.js +70 -0
  32. package/lib/icons/RoomFilled.d.ts +4 -0
  33. package/lib/icons/RoomFilled.js +70 -0
  34. package/lib/icons/RoomOutlined.d.ts +4 -0
  35. package/lib/icons/RoomOutlined.js +70 -0
  36. package/lib/icons/UnitFilled.d.ts +4 -0
  37. package/lib/icons/UnitFilled.js +70 -0
  38. package/lib/icons/UnitOutlined.d.ts +4 -0
  39. package/lib/icons/UnitOutlined.js +70 -0
  40. package/lib/icons/index.d.ts +6 -0
  41. package/lib/icons/index.js +63 -9
  42. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const UnitOutlined: 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 UnitOutlined;
@@ -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 UnitOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UnitOutlined"));
58
+
59
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
60
+
61
+ var UnitOutlined = React.forwardRef(function (props, ref) {
62
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
63
+ ref: ref,
64
+ icon: UnitOutlined_1.default
65
+ }));
66
+ });
67
+ UnitOutlined.displayName = 'UnitOutlined';
68
+ exports.default = UnitOutlined;
@@ -85,6 +85,7 @@ export { default as CompressOutlined } from './CompressOutlined';
85
85
  export { default as ControllerOutlined } from './ControllerOutlined';
86
86
  export { default as CopyOutlined } from './CopyOutlined';
87
87
  export { default as DangerFilled } from './DangerFilled';
88
+ export { default as DangerZoneFilled } from './DangerZoneFilled';
88
89
  export { default as DashOutlined } from './DashOutlined';
89
90
  export { default as DashboardFilled } from './DashboardFilled';
90
91
  export { default as DataAssetsFilled } from './DataAssetsFilled';
@@ -177,6 +178,7 @@ export { default as FireHydraulicsOutlined } from './FireHydraulicsOutlined';
177
178
  export { default as FireOutlined } from './FireOutlined';
178
179
  export { default as FireStationFilled } from './FireStationFilled';
179
180
  export { default as FireWarningFilled } from './FireWarningFilled';
181
+ export { default as FloorFilled } from './FloorFilled';
180
182
  export { default as FloorOutlined } from './FloorOutlined';
181
183
  export { default as FocusOutlined } from './FocusOutlined';
182
184
  export { default as ForeignVehiclePurely } from './ForeignVehiclePurely';
@@ -377,6 +379,8 @@ export { default as RoadNetworkInfoFilled } from './RoadNetworkInfoFilled';
377
379
  export { default as RoadOutlined } from './RoadOutlined';
378
380
  export { default as RobotOutlined } from './RobotOutlined';
379
381
  export { default as RocketOutlined } from './RocketOutlined';
382
+ export { default as RoomFilled } from './RoomFilled';
383
+ export { default as RoomOutlined } from './RoomOutlined';
380
384
  export { default as RotateLeftOutlined } from './RotateLeftOutlined';
381
385
  export { default as RotateRightOutlined } from './RotateRightOutlined';
382
386
  export { default as RotationCloseOutlined } from './RotationCloseOutlined';
@@ -447,6 +451,8 @@ export { default as ToolPurely } from './ToolPurely';
447
451
  export { default as TrafficLightFilled } from './TrafficLightFilled';
448
452
  export { default as TrophyOutlined } from './TrophyOutlined';
449
453
  export { default as TunnelFilled } from './TunnelFilled';
454
+ export { default as UnitFilled } from './UnitFilled';
455
+ export { default as UnitOutlined } from './UnitOutlined';
450
456
  export { default as UnlockOutlined } from './UnlockOutlined';
451
457
  export { default as UnorderedListOutlined } from './UnorderedListOutlined';
452
458
  export { default as UpCircleOutlined } from './UpCircleOutlined';
package/es/icons/index.js CHANGED
@@ -10,15 +10,15 @@ Object.defineProperty(exports, "__esModule", {
10
10
  value: true
11
11
  });
12
12
  exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BridgeFilled = exports.BrandOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BatteryGroupFilled = 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.AreaInvasionPurely = exports.AreaInvasionFilled = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AircircuitBreakerPurely = exports.AircircuitBreakerOutlined = exports.AircircuitBreakerFilled = exports.AirPressureOutlined = exports.AimOutlined = exports.AddressOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = exports.AccessControlPurely = void 0;
13
- exports.DigitalMediaFilled = exports.DewOutlined = exports.DeviceOutlined = exports.DeviceOfflinePurely = exports.DeviceOfflineFilled = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashboardFilled = 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 = exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRecordOutlined = exports.CarQuestionCircleFilled = exports.CarPenFilled = exports.CarParkFilled = exports.CarOutlined = exports.CarFilled = exports.CarExclamationCircleFilled = exports.CarCameraOutlined = exports.CarCameraFilled = exports.CameraOutlined = exports.CameraFilled = void 0;
14
- exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileInfoCircleOutlined = 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 = exports.EmployerFilled = exports.EllipsisOutlined = exports.ElectricalFirePurely = exports.ElectricalFireOutlined = exports.ElectricalFireFilled = exports.ElectricCarPurely = exports.ElectricCarFilled = exports.ElderPurely = exports.ElderFilled = 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 = void 0;
15
- exports.GasStationFilled = exports.GasSensorPurely = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.GalleryFilled = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = exports.ForestFirePurely = exports.ForestCameraFilled = exports.ForeignWorkersPurely = exports.ForeignVehiclePurely = exports.FocusOutlined = exports.FloorOutlined = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantPurely = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostPurely = exports.FireHostOutlined = exports.FireHostFilled = 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 = void 0;
16
- exports.KeyVehiclePurely = exports.KeyPersonPurely = exports.KeyPersonFilled = 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.IllegalHelmetPurely = exports.IllegalFishingPurely = exports.IllegalFishingFilled = exports.IllegalFireExitsPurely = exports.IllegalBuildingPurely = exports.IllegalBuildingOutlined = exports.IllegalBuildingFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumidityOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HelmetFilled = exports.HeatmapFilled = exports.HeartOutlined = exports.HeartFilled = exports.HealthMonitoringPurely = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.HammerFilled = exports.GroupFilled = exports.GovernanceFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GenderOutlined = exports.GatewayOutlined = void 0;
17
- exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.ModerateRainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MeshLayoutOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverPurely = exports.ManholeCoverOutlined = exports.ManholeCoverFilled = 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.LessElectricityFilled = exports.LegendOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.LayoutOutlined = exports.LakeOutlined = void 0;
18
- exports.Pm25Outlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PhoneFilled = exports.PetDogPurely = exports.PetDogFilled = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeProOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O3Outlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoiseOutlined = exports.NoVideoPurely = exports.NoSwimPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = void 0;
19
- exports.ShoppingCartOutlined = exports.ShootFilled = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyPreventionPurely = exports.SafetyPreventionFilled = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RocketOutlined = exports.RobotOutlined = exports.RoadOutlined = exports.RoadNetworkInfoFilled = exports.RoadFilled = exports.RiverOutlined = exports.RingLayoutOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RefillStationFilled = exports.RedoOutlined = exports.RainfallOutlined = exports.RainfallIntensityOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PowerPerceptionFilled = exports.PositionMapFilled = exports.PolymerizationOutlined = exports.PmOutlined = void 0;
20
- exports.UnlockOutlined = exports.TunnelFilled = exports.TrophyOutlined = exports.TrafficLightFilled = exports.ToolPurely = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThumbnailOutlined = exports.ThirdPurely = 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.SurroundingsPurely = exports.SunsetOutlined = exports.SunriseOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokePurely = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPolePurely = exports.SmartLightPoleOutlined = exports.SmartLightPoleFilled = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = void 0;
21
- exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WindDirectionOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = 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.UsersGovernancePurely = exports.UserTimePurely = exports.UserTimeFilled = exports.UserReportPurely = exports.UserReportFilled = exports.UserOutlined = exports.UserGatherPurely = exports.UserGatherFilled = exports.UserFilled = exports.UseQuestionFilled = exports.UseMolecularChainPurely = exports.UseMolecularChainFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = void 0; // This index.ts file is generated automatically.
13
+ exports.DewOutlined = exports.DeviceOutlined = exports.DeviceOfflinePurely = exports.DeviceOfflineFilled = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashboardFilled = exports.DashOutlined = exports.DangerZoneFilled = 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 = exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRecordOutlined = exports.CarQuestionCircleFilled = exports.CarPenFilled = exports.CarParkFilled = exports.CarOutlined = exports.CarFilled = exports.CarExclamationCircleFilled = exports.CarCameraOutlined = exports.CarCameraFilled = exports.CameraOutlined = exports.CameraFilled = void 0;
14
+ exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileInfoCircleOutlined = 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 = exports.EmployerFilled = exports.EllipsisOutlined = exports.ElectricalFirePurely = exports.ElectricalFireOutlined = exports.ElectricalFireFilled = exports.ElectricCarPurely = exports.ElectricCarFilled = exports.ElderPurely = exports.ElderFilled = 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 = void 0;
15
+ exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.GalleryFilled = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = exports.ForestFirePurely = exports.ForestCameraFilled = exports.ForeignWorkersPurely = exports.ForeignVehiclePurely = exports.FocusOutlined = exports.FloorOutlined = exports.FloorFilled = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantPurely = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostPurely = exports.FireHostOutlined = exports.FireHostFilled = 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 = void 0;
16
+ exports.KeyPersonFilled = 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.IllegalHelmetPurely = exports.IllegalFishingPurely = exports.IllegalFishingFilled = exports.IllegalFireExitsPurely = exports.IllegalBuildingPurely = exports.IllegalBuildingOutlined = exports.IllegalBuildingFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumidityOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HelmetFilled = exports.HeatmapFilled = exports.HeartOutlined = exports.HeartFilled = exports.HealthMonitoringPurely = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.HammerFilled = exports.GroupFilled = exports.GovernanceFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GenderOutlined = exports.GatewayOutlined = exports.GasStationFilled = exports.GasSensorPurely = void 0;
17
+ exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.ModerateRainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MeshLayoutOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverPurely = exports.ManholeCoverOutlined = exports.ManholeCoverFilled = 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.LessElectricityFilled = exports.LegendOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.LayoutOutlined = exports.LakeOutlined = exports.KeyVehiclePurely = exports.KeyPersonPurely = void 0;
18
+ exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PhoneFilled = exports.PetDogPurely = exports.PetDogFilled = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeProOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O3Outlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoiseOutlined = exports.NoVideoPurely = exports.NoSwimPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = void 0;
19
+ exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyPreventionPurely = exports.SafetyPreventionFilled = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RoomOutlined = exports.RoomFilled = exports.RocketOutlined = exports.RobotOutlined = exports.RoadOutlined = exports.RoadNetworkInfoFilled = exports.RoadFilled = exports.RiverOutlined = exports.RingLayoutOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RefillStationFilled = exports.RedoOutlined = exports.RainfallOutlined = exports.RainfallIntensityOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PowerPerceptionFilled = exports.PositionMapFilled = exports.PolymerizationOutlined = exports.PmOutlined = exports.Pm25Outlined = exports.PlusSquareFilled = void 0;
20
+ exports.ToolPurely = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThumbnailOutlined = exports.ThirdPurely = 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.SurroundingsPurely = exports.SunsetOutlined = exports.SunriseOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokePurely = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPolePurely = exports.SmartLightPoleOutlined = exports.SmartLightPoleFilled = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShootFilled = exports.ShakeOutlined = exports.SettingOutlined = void 0;
21
+ exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WindDirectionOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = 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.UsersGovernancePurely = exports.UserTimePurely = exports.UserTimeFilled = exports.UserReportPurely = exports.UserReportFilled = exports.UserOutlined = exports.UserGatherPurely = exports.UserGatherFilled = exports.UserFilled = exports.UseQuestionFilled = exports.UseMolecularChainPurely = exports.UseMolecularChainFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.UnitOutlined = exports.UnitFilled = exports.TunnelFilled = exports.TrophyOutlined = exports.TrafficLightFilled = void 0; // This index.ts file is generated automatically.
22
22
 
23
23
  var AccessControlPurely_1 = require("./AccessControlPurely");
24
24
 
@@ -803,6 +803,15 @@ Object.defineProperty(exports, "DangerFilled", {
803
803
  }
804
804
  });
805
805
 
806
+ var DangerZoneFilled_1 = require("./DangerZoneFilled");
807
+
808
+ Object.defineProperty(exports, "DangerZoneFilled", {
809
+ enumerable: true,
810
+ get: function get() {
811
+ return __importDefault(DangerZoneFilled_1).default;
812
+ }
813
+ });
814
+
806
815
  var DashOutlined_1 = require("./DashOutlined");
807
816
 
808
817
  Object.defineProperty(exports, "DashOutlined", {
@@ -1631,6 +1640,15 @@ Object.defineProperty(exports, "FireWarningFilled", {
1631
1640
  }
1632
1641
  });
1633
1642
 
1643
+ var FloorFilled_1 = require("./FloorFilled");
1644
+
1645
+ Object.defineProperty(exports, "FloorFilled", {
1646
+ enumerable: true,
1647
+ get: function get() {
1648
+ return __importDefault(FloorFilled_1).default;
1649
+ }
1650
+ });
1651
+
1634
1652
  var FloorOutlined_1 = require("./FloorOutlined");
1635
1653
 
1636
1654
  Object.defineProperty(exports, "FloorOutlined", {
@@ -3431,6 +3449,24 @@ Object.defineProperty(exports, "RocketOutlined", {
3431
3449
  }
3432
3450
  });
3433
3451
 
3452
+ var RoomFilled_1 = require("./RoomFilled");
3453
+
3454
+ Object.defineProperty(exports, "RoomFilled", {
3455
+ enumerable: true,
3456
+ get: function get() {
3457
+ return __importDefault(RoomFilled_1).default;
3458
+ }
3459
+ });
3460
+
3461
+ var RoomOutlined_1 = require("./RoomOutlined");
3462
+
3463
+ Object.defineProperty(exports, "RoomOutlined", {
3464
+ enumerable: true,
3465
+ get: function get() {
3466
+ return __importDefault(RoomOutlined_1).default;
3467
+ }
3468
+ });
3469
+
3434
3470
  var RotateLeftOutlined_1 = require("./RotateLeftOutlined");
3435
3471
 
3436
3472
  Object.defineProperty(exports, "RotateLeftOutlined", {
@@ -4061,6 +4097,24 @@ Object.defineProperty(exports, "TunnelFilled", {
4061
4097
  }
4062
4098
  });
4063
4099
 
4100
+ var UnitFilled_1 = require("./UnitFilled");
4101
+
4102
+ Object.defineProperty(exports, "UnitFilled", {
4103
+ enumerable: true,
4104
+ get: function get() {
4105
+ return __importDefault(UnitFilled_1).default;
4106
+ }
4107
+ });
4108
+
4109
+ var UnitOutlined_1 = require("./UnitOutlined");
4110
+
4111
+ Object.defineProperty(exports, "UnitOutlined", {
4112
+ enumerable: true,
4113
+ get: function get() {
4114
+ return __importDefault(UnitOutlined_1).default;
4115
+ }
4116
+ });
4117
+
4064
4118
  var UnlockOutlined_1 = require("./UnlockOutlined");
4065
4119
 
4066
4120
  Object.defineProperty(exports, "UnlockOutlined", {
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const DangerZoneFilled: 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 DangerZoneFilled;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
+
7
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ var desc = Object.getOwnPropertyDescriptor(m, k);
10
+
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return m[k];
16
+ }
17
+ };
18
+ }
19
+
20
+ Object.defineProperty(o, k2, desc);
21
+ } : function (o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ });
25
+
26
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
27
+ Object.defineProperty(o, "default", {
28
+ enumerable: true,
29
+ value: v
30
+ });
31
+ } : function (o, v) {
32
+ o["default"] = v;
33
+ });
34
+
35
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) {
39
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
40
+ }
41
+
42
+ __setModuleDefault(result, mod);
43
+
44
+ return result;
45
+ };
46
+
47
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
48
+ return mod && mod.__esModule ? mod : {
49
+ "default": mod
50
+ };
51
+ };
52
+
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ }); // This icon file is generated automatically.
56
+
57
+ var React = __importStar(require("react"));
58
+
59
+ var DangerZoneFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/DangerZoneFilled"));
60
+
61
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
62
+
63
+ var DangerZoneFilled = React.forwardRef(function (props, ref) {
64
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
65
+ ref: ref,
66
+ icon: DangerZoneFilled_1.default
67
+ }));
68
+ });
69
+ DangerZoneFilled.displayName = 'DangerZoneFilled';
70
+ exports.default = DangerZoneFilled;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const FloorFilled: 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 FloorFilled;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
+
7
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ var desc = Object.getOwnPropertyDescriptor(m, k);
10
+
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return m[k];
16
+ }
17
+ };
18
+ }
19
+
20
+ Object.defineProperty(o, k2, desc);
21
+ } : function (o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ });
25
+
26
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
27
+ Object.defineProperty(o, "default", {
28
+ enumerable: true,
29
+ value: v
30
+ });
31
+ } : function (o, v) {
32
+ o["default"] = v;
33
+ });
34
+
35
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) {
39
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
40
+ }
41
+
42
+ __setModuleDefault(result, mod);
43
+
44
+ return result;
45
+ };
46
+
47
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
48
+ return mod && mod.__esModule ? mod : {
49
+ "default": mod
50
+ };
51
+ };
52
+
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ }); // This icon file is generated automatically.
56
+
57
+ var React = __importStar(require("react"));
58
+
59
+ var FloorFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/FloorFilled"));
60
+
61
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
62
+
63
+ var FloorFilled = React.forwardRef(function (props, ref) {
64
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
65
+ ref: ref,
66
+ icon: FloorFilled_1.default
67
+ }));
68
+ });
69
+ FloorFilled.displayName = 'FloorFilled';
70
+ exports.default = FloorFilled;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RoomFilled: 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 RoomFilled;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
+
7
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ var desc = Object.getOwnPropertyDescriptor(m, k);
10
+
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return m[k];
16
+ }
17
+ };
18
+ }
19
+
20
+ Object.defineProperty(o, k2, desc);
21
+ } : function (o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ });
25
+
26
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
27
+ Object.defineProperty(o, "default", {
28
+ enumerable: true,
29
+ value: v
30
+ });
31
+ } : function (o, v) {
32
+ o["default"] = v;
33
+ });
34
+
35
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) {
39
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
40
+ }
41
+
42
+ __setModuleDefault(result, mod);
43
+
44
+ return result;
45
+ };
46
+
47
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
48
+ return mod && mod.__esModule ? mod : {
49
+ "default": mod
50
+ };
51
+ };
52
+
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ }); // This icon file is generated automatically.
56
+
57
+ var React = __importStar(require("react"));
58
+
59
+ var RoomFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/RoomFilled"));
60
+
61
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
62
+
63
+ var RoomFilled = React.forwardRef(function (props, ref) {
64
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
65
+ ref: ref,
66
+ icon: RoomFilled_1.default
67
+ }));
68
+ });
69
+ RoomFilled.displayName = 'RoomFilled';
70
+ exports.default = RoomFilled;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RoomOutlined: 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 RoomOutlined;