@sensoro-design/icons 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/es/components/Context.d.ts +9 -0
- package/es/components/Context.jsx +3 -0
- package/es/components/Icon.d.ts +20 -0
- package/es/components/Icon.jsx +74 -0
- package/es/components/IconBase.d.ts +24 -0
- package/es/components/IconBase.jsx +62 -0
- package/es/components/IconFont.d.ts +12 -0
- package/es/components/IconFont.jsx +76 -0
- package/es/components/SensoroIcon.d.ts +16 -0
- package/es/components/SensoroIcon.jsx +53 -0
- package/es/components/twoTonePrimaryColor.d.ts +3 -0
- package/es/components/twoTonePrimaryColor.js +16 -0
- package/es/hooks/useInsertStyles.d.ts +1 -0
- package/es/hooks/useInsertStyles.js +15 -0
- package/es/icons/AccountBookFilled.d.ts +4 -0
- package/es/icons/AccountBookFilled.jsx +7 -0
- package/es/icons/AccountBookOutlined.d.ts +4 -0
- package/es/icons/AccountBookOutlined.jsx +7 -0
- package/es/icons/AccountBookTwoTone.d.ts +4 -0
- package/es/icons/AccountBookTwoTone.jsx +7 -0
- package/es/icons/AimOutlined.d.ts +4 -0
- package/es/icons/AimOutlined.jsx +7 -0
- package/es/icons/AircircuitBreakerOutlined.d.ts +4 -0
- package/es/icons/AircircuitBreakerOutlined.jsx +7 -0
- package/es/icons/AlarmHostOutlined.d.ts +4 -0
- package/es/icons/AlarmHostOutlined.jsx +7 -0
- package/es/icons/AlertCameraOutlined.d.ts +4 -0
- package/es/icons/AlertCameraOutlined.jsx +7 -0
- package/es/icons/AlertFilled.d.ts +4 -0
- package/es/icons/AlertFilled.jsx +7 -0
- package/es/icons/AlertOutlined.d.ts +4 -0
- package/es/icons/AlertOutlined.jsx +7 -0
- package/es/icons/AlignCenterOutlined.d.ts +4 -0
- package/es/icons/AlignCenterOutlined.jsx +7 -0
- package/es/icons/AlignLeftOutlined.d.ts +4 -0
- package/es/icons/AlignLeftOutlined.jsx +7 -0
- package/es/icons/AlignRightOutlined.d.ts +4 -0
- package/es/icons/AlignRightOutlined.jsx +7 -0
- package/es/icons/AppstoreAddOutlined.d.ts +4 -0
- package/es/icons/AppstoreAddOutlined.jsx +7 -0
- package/es/icons/AppstoreFilled.d.ts +4 -0
- package/es/icons/AppstoreFilled.jsx +7 -0
- package/es/icons/AppstoreOutlined.d.ts +4 -0
- package/es/icons/AppstoreOutlined.jsx +7 -0
- package/es/icons/AudibleAlarmHostOutlined.d.ts +4 -0
- package/es/icons/AudibleAlarmHostOutlined.jsx +7 -0
- package/es/icons/AudibleAlarmOutlined.d.ts +4 -0
- package/es/icons/AudibleAlarmOutlined.jsx +7 -0
- package/es/icons/BlockOutlined.d.ts +4 -0
- package/es/icons/BlockOutlined.jsx +7 -0
- package/es/icons/CameraFilled.d.ts +4 -0
- package/es/icons/CameraFilled.jsx +7 -0
- package/es/icons/CameraOutlined.d.ts +4 -0
- package/es/icons/CameraOutlined.jsx +7 -0
- package/es/icons/CarFilled.d.ts +4 -0
- package/es/icons/CarFilled.jsx +7 -0
- package/es/icons/CarOutlined.d.ts +4 -0
- package/es/icons/CarOutlined.jsx +7 -0
- package/es/icons/Ch4Outlined.d.ts +4 -0
- package/es/icons/Ch4Outlined.jsx +7 -0
- package/es/icons/CheckCircleFilled.d.ts +4 -0
- package/es/icons/CheckCircleFilled.jsx +7 -0
- package/es/icons/CheckCircleOutlined.d.ts +4 -0
- package/es/icons/CheckCircleOutlined.jsx +7 -0
- package/es/icons/CheckOutlined.d.ts +4 -0
- package/es/icons/CheckOutlined.jsx +7 -0
- package/es/icons/CheckSquareFilled.d.ts +4 -0
- package/es/icons/CheckSquareFilled.jsx +7 -0
- package/es/icons/CheckSquareOutlined.d.ts +4 -0
- package/es/icons/CheckSquareOutlined.jsx +7 -0
- package/es/icons/ClearOutlined.d.ts +4 -0
- package/es/icons/ClearOutlined.jsx +7 -0
- package/es/icons/CloseCircleFilled.d.ts +4 -0
- package/es/icons/CloseCircleFilled.jsx +7 -0
- package/es/icons/CloseCircleOutlined.d.ts +4 -0
- package/es/icons/CloseCircleOutlined.jsx +7 -0
- package/es/icons/CloseOutlined.d.ts +4 -0
- package/es/icons/CloseOutlined.jsx +7 -0
- package/es/icons/CloseSquareFilled.d.ts +4 -0
- package/es/icons/CloseSquareFilled.jsx +7 -0
- package/es/icons/CloseSquareOutlined.d.ts +4 -0
- package/es/icons/CloseSquareOutlined.jsx +7 -0
- package/es/icons/Co2Outlined.d.ts +4 -0
- package/es/icons/Co2Outlined.jsx +7 -0
- package/es/icons/CoOutlined.d.ts +4 -0
- package/es/icons/CoOutlined.jsx +7 -0
- package/es/icons/CompressOutlined.d.ts +4 -0
- package/es/icons/CompressOutlined.jsx +7 -0
- package/es/icons/ControllerOutlined.d.ts +4 -0
- package/es/icons/ControllerOutlined.jsx +7 -0
- package/es/icons/DeleteOutlined.d.ts +4 -0
- package/es/icons/DeleteOutlined.jsx +7 -0
- package/es/icons/DomeCameraOutlined.d.ts +4 -0
- package/es/icons/DomeCameraOutlined.jsx +7 -0
- package/es/icons/DoorLockOutlined.d.ts +4 -0
- package/es/icons/DoorLockOutlined.jsx +7 -0
- package/es/icons/DownOutlined.d.ts +4 -0
- package/es/icons/DownOutlined.jsx +7 -0
- package/es/icons/DroneOutlined.d.ts +4 -0
- package/es/icons/DroneOutlined.jsx +7 -0
- package/es/icons/ElectricalFireOutlined.d.ts +4 -0
- package/es/icons/ElectricalFireOutlined.jsx +7 -0
- package/es/icons/EllipsisOutlined.d.ts +4 -0
- package/es/icons/EllipsisOutlined.jsx +7 -0
- package/es/icons/ExclamationCircleFilled.d.ts +4 -0
- package/es/icons/ExclamationCircleFilled.jsx +7 -0
- package/es/icons/ExpandOutlined.d.ts +4 -0
- package/es/icons/ExpandOutlined.jsx +7 -0
- package/es/icons/EyeFilled.d.ts +4 -0
- package/es/icons/EyeFilled.jsx +7 -0
- package/es/icons/EyeInvisibleFilled.d.ts +4 -0
- package/es/icons/EyeInvisibleFilled.jsx +7 -0
- package/es/icons/EyeInvisibleOutlined.d.ts +4 -0
- package/es/icons/EyeInvisibleOutlined.jsx +7 -0
- package/es/icons/EyeOutlined.d.ts +4 -0
- package/es/icons/EyeOutlined.jsx +7 -0
- package/es/icons/FaceCameraOutlined.d.ts +4 -0
- package/es/icons/FaceCameraOutlined.jsx +7 -0
- package/es/icons/FireCameraOutlined.d.ts +4 -0
- package/es/icons/FireCameraOutlined.jsx +7 -0
- package/es/icons/FireHostOutlined.d.ts +4 -0
- package/es/icons/FireHostOutlined.jsx +7 -0
- package/es/icons/FireHydrantOutlined.d.ts +4 -0
- package/es/icons/FireHydrantOutlined.jsx +7 -0
- package/es/icons/FireHydraulicsOutlined.d.ts +4 -0
- package/es/icons/FireHydraulicsOutlined.jsx +7 -0
- package/es/icons/FormOutlined.d.ts +4 -0
- package/es/icons/FormOutlined.jsx +7 -0
- package/es/icons/FrownFilled.d.ts +4 -0
- package/es/icons/FrownFilled.jsx +7 -0
- package/es/icons/FrownOutlined.d.ts +4 -0
- package/es/icons/FrownOutlined.jsx +7 -0
- package/es/icons/FullTargetCameraOutlined.d.ts +4 -0
- package/es/icons/FullTargetCameraOutlined.jsx +7 -0
- package/es/icons/FullTargetOutlined.d.ts +4 -0
- package/es/icons/FullTargetOutlined.jsx +7 -0
- package/es/icons/GasSensorControllerOutlined.d.ts +4 -0
- package/es/icons/GasSensorControllerOutlined.jsx +7 -0
- package/es/icons/GasSensorOutlined.d.ts +4 -0
- package/es/icons/GasSensorOutlined.jsx +7 -0
- package/es/icons/GatewayOutlined.d.ts +4 -0
- package/es/icons/GatewayOutlined.jsx +7 -0
- package/es/icons/HomeOutlined.d.ts +4 -0
- package/es/icons/HomeOutlined.jsx +7 -0
- package/es/icons/HumanTrafficVideoOutlined.d.ts +4 -0
- package/es/icons/HumanTrafficVideoOutlined.jsx +7 -0
- package/es/icons/HydrolabOutlined.d.ts +4 -0
- package/es/icons/HydrolabOutlined.jsx +7 -0
- package/es/icons/IdcardFilled.d.ts +4 -0
- package/es/icons/IdcardFilled.jsx +7 -0
- package/es/icons/IdcardOutlined.d.ts +4 -0
- package/es/icons/IdcardOutlined.jsx +7 -0
- package/es/icons/InfraredHostOutlined.d.ts +4 -0
- package/es/icons/InfraredHostOutlined.jsx +7 -0
- package/es/icons/InfraredOutlined.d.ts +4 -0
- package/es/icons/InfraredOutlined.jsx +7 -0
- package/es/icons/IntelligentAccessOutlined.d.ts +4 -0
- package/es/icons/IntelligentAccessOutlined.jsx +7 -0
- package/es/icons/KeyOutlined.d.ts +4 -0
- package/es/icons/KeyOutlined.jsx +7 -0
- package/es/icons/LeakingOutlined.d.ts +4 -0
- package/es/icons/LeakingOutlined.jsx +7 -0
- package/es/icons/LeftOutlined.d.ts +4 -0
- package/es/icons/LeftOutlined.jsx +7 -0
- package/es/icons/LinsAccessOutlined.d.ts +4 -0
- package/es/icons/LinsAccessOutlined.jsx +7 -0
- package/es/icons/LockFilled.d.ts +4 -0
- package/es/icons/LockFilled.jsx +7 -0
- package/es/icons/LockOutlined.d.ts +4 -0
- package/es/icons/LockOutlined.jsx +7 -0
- package/es/icons/LpgOutlined.d.ts +4 -0
- package/es/icons/LpgOutlined.jsx +7 -0
- package/es/icons/ManholeCoverOutlined.d.ts +4 -0
- package/es/icons/ManholeCoverOutlined.jsx +7 -0
- package/es/icons/ManualAlarmCircleOutlined.d.ts +4 -0
- package/es/icons/ManualAlarmCircleOutlined.jsx +7 -0
- package/es/icons/ManualAlarmSquareOutlined.d.ts +4 -0
- package/es/icons/ManualAlarmSquareOutlined.jsx +7 -0
- package/es/icons/MenuFoldOutlined.d.ts +4 -0
- package/es/icons/MenuFoldOutlined.jsx +7 -0
- package/es/icons/MenuUnfoldOutlined.d.ts +4 -0
- package/es/icons/MenuUnfoldOutlined.jsx +7 -0
- package/es/icons/MinusCircleFilled.d.ts +4 -0
- package/es/icons/MinusCircleFilled.jsx +7 -0
- package/es/icons/MinusCircleOutlined.d.ts +4 -0
- package/es/icons/MinusCircleOutlined.jsx +7 -0
- package/es/icons/MinusOutlined.d.ts +4 -0
- package/es/icons/MinusOutlined.jsx +7 -0
- package/es/icons/MinusSquareFilled.d.ts +4 -0
- package/es/icons/MinusSquareFilled.jsx +7 -0
- package/es/icons/MinusSquareOutlined.d.ts +4 -0
- package/es/icons/MinusSquareOutlined.jsx +7 -0
- package/es/icons/MoreOutlined.d.ts +4 -0
- package/es/icons/MoreOutlined.jsx +7 -0
- package/es/icons/Nh3Outlined.d.ts +4 -0
- package/es/icons/Nh3Outlined.jsx +7 -0
- package/es/icons/O2Outlined.d.ts +4 -0
- package/es/icons/O2Outlined.jsx +7 -0
- package/es/icons/ParkingLotOutlined.d.ts +4 -0
- package/es/icons/ParkingLotOutlined.jsx +7 -0
- package/es/icons/PauseCircleFilled.d.ts +4 -0
- package/es/icons/PauseCircleFilled.jsx +7 -0
- package/es/icons/PauseCircleOutlined.d.ts +4 -0
- package/es/icons/PauseCircleOutlined.jsx +7 -0
- package/es/icons/PauseOutlined.d.ts +4 -0
- package/es/icons/PauseOutlined.jsx +7 -0
- package/es/icons/PayCircleFilled.d.ts +4 -0
- package/es/icons/PayCircleFilled.jsx +7 -0
- package/es/icons/PayCircleOutlined.d.ts +4 -0
- package/es/icons/PayCircleOutlined.jsx +7 -0
- package/es/icons/PersonCameraOutlined.d.ts +4 -0
- package/es/icons/PersonCameraOutlined.jsx +7 -0
- package/es/icons/PlayCircleFilled.d.ts +4 -0
- package/es/icons/PlayCircleFilled.jsx +7 -0
- package/es/icons/PlayCircleOutlined.d.ts +4 -0
- package/es/icons/PlayCircleOutlined.jsx +7 -0
- package/es/icons/PlayOutlined.d.ts +4 -0
- package/es/icons/PlayOutlined.jsx +7 -0
- package/es/icons/PlusCircleFilled.d.ts +4 -0
- package/es/icons/PlusCircleFilled.jsx +7 -0
- package/es/icons/PlusCircleOutlined.d.ts +4 -0
- package/es/icons/PlusCircleOutlined.jsx +7 -0
- package/es/icons/PlusOutlined.d.ts +4 -0
- package/es/icons/PlusOutlined.jsx +7 -0
- package/es/icons/PlusSquareFilled.d.ts +4 -0
- package/es/icons/PlusSquareFilled.jsx +7 -0
- package/es/icons/PmOutlined.d.ts +4 -0
- package/es/icons/PmOutlined.jsx +7 -0
- package/es/icons/RightOutlined.d.ts +4 -0
- package/es/icons/RightOutlined.jsx +7 -0
- package/es/icons/RotationCloseOutlined.d.ts +4 -0
- package/es/icons/RotationCloseOutlined.jsx +7 -0
- package/es/icons/RotationOutlined.d.ts +4 -0
- package/es/icons/RotationOutlined.jsx +7 -0
- package/es/icons/SettingOutlined.d.ts +4 -0
- package/es/icons/SettingOutlined.jsx +7 -0
- package/es/icons/SleepOutlined.d.ts +4 -0
- package/es/icons/SleepOutlined.jsx +7 -0
- package/es/icons/SmartBoxOutlined.d.ts +4 -0
- package/es/icons/SmartBoxOutlined.jsx +7 -0
- package/es/icons/SmartDoorLockOutlined.d.ts +4 -0
- package/es/icons/SmartDoorLockOutlined.jsx +7 -0
- package/es/icons/SmartLightPoleOutlined.d.ts +4 -0
- package/es/icons/SmartLightPoleOutlined.jsx +7 -0
- package/es/icons/SmartWatchOutlined.d.ts +4 -0
- package/es/icons/SmartWatchOutlined.jsx +7 -0
- package/es/icons/SmartWaterMeterOutlined.d.ts +4 -0
- package/es/icons/SmartWaterMeterOutlined.jsx +7 -0
- package/es/icons/SmileFilled.d.ts +4 -0
- package/es/icons/SmileFilled.jsx +7 -0
- package/es/icons/SmileOutlined.d.ts +4 -0
- package/es/icons/SmileOutlined.jsx +7 -0
- package/es/icons/SmokeOutlined.d.ts +4 -0
- package/es/icons/SmokeOutlined.jsx +7 -0
- package/es/icons/StarCheckOutlined.d.ts +4 -0
- package/es/icons/StarCheckOutlined.jsx +7 -0
- package/es/icons/StarFilled.d.ts +4 -0
- package/es/icons/StarFilled.jsx +7 -0
- package/es/icons/StarOutlined.d.ts +4 -0
- package/es/icons/StarOutlined.jsx +7 -0
- package/es/icons/TagFilled.d.ts +4 -0
- package/es/icons/TagFilled.jsx +7 -0
- package/es/icons/TagOutlined.d.ts +4 -0
- package/es/icons/TagOutlined.jsx +7 -0
- package/es/icons/TagsFilled.d.ts +4 -0
- package/es/icons/TagsFilled.jsx +7 -0
- package/es/icons/TagsOutlined.d.ts +4 -0
- package/es/icons/TagsOutlined.jsx +7 -0
- package/es/icons/TemperaturePatchOutlined.d.ts +4 -0
- package/es/icons/TemperaturePatchOutlined.jsx +7 -0
- package/es/icons/ThermometerOutlined.d.ts +4 -0
- package/es/icons/ThermometerOutlined.jsx +7 -0
- package/es/icons/ToTopOutlined.d.ts +4 -0
- package/es/icons/ToTopOutlined.jsx +7 -0
- package/es/icons/UpOutlined.d.ts +4 -0
- package/es/icons/UpOutlined.jsx +7 -0
- package/es/icons/VideoCameraFilled.d.ts +4 -0
- package/es/icons/VideoCameraFilled.jsx +7 -0
- package/es/icons/VideoCameraOutlined.d.ts +4 -0
- package/es/icons/VideoCameraOutlined.jsx +7 -0
- package/es/icons/VideoFilled.d.ts +4 -0
- package/es/icons/VideoFilled.jsx +7 -0
- package/es/icons/VideoOutlined.d.ts +4 -0
- package/es/icons/VideoOutlined.jsx +7 -0
- package/es/icons/VirtualCameraOutlined.d.ts +4 -0
- package/es/icons/VirtualCameraOutlined.jsx +7 -0
- package/es/icons/WarningFilled.d.ts +4 -0
- package/es/icons/WarningFilled.jsx +7 -0
- package/es/icons/WarningOutlined.d.ts +4 -0
- package/es/icons/WarningOutlined.jsx +7 -0
- package/es/icons/WaterFlowOutlined.d.ts +4 -0
- package/es/icons/WaterFlowOutlined.jsx +7 -0
- package/es/icons/WaterLevelOutlined.d.ts +4 -0
- package/es/icons/WaterLevelOutlined.jsx +7 -0
- package/es/icons/WeatherStationOutlined.d.ts +4 -0
- package/es/icons/WeatherStationOutlined.jsx +7 -0
- package/es/icons/WindSpeedOutlined.d.ts +4 -0
- package/es/icons/WindSpeedOutlined.jsx +7 -0
- package/es/icons/ZoomInOutlined.d.ts +4 -0
- package/es/icons/ZoomInOutlined.jsx +7 -0
- package/es/icons/ZoomOutOutlined.d.ts +4 -0
- package/es/icons/ZoomOutOutlined.jsx +7 -0
- package/es/icons/index.d.ts +144 -0
- package/es/icons/index.js +145 -0
- package/es/index.d.ts +7 -0
- package/es/index.js +7 -0
- package/es/utils.d.ts +18 -0
- package/es/utils.js +57 -0
- package/lib/components/Context.d.ts +9 -0
- package/lib/components/Context.jsx +5 -0
- package/lib/components/Icon.d.ts +20 -0
- package/lib/components/Icon.jsx +79 -0
- package/lib/components/IconBase.d.ts +24 -0
- package/lib/components/IconBase.jsx +64 -0
- package/lib/components/IconFont.d.ts +12 -0
- package/lib/components/IconFont.jsx +82 -0
- package/lib/components/SensoroIcon.d.ts +16 -0
- package/lib/components/SensoroIcon.jsx +58 -0
- package/lib/components/twoTonePrimaryColor.d.ts +3 -0
- package/lib/components/twoTonePrimaryColor.js +24 -0
- package/lib/hooks/useInsertStyles.d.ts +1 -0
- package/lib/hooks/useInsertStyles.js +22 -0
- package/lib/icons/AccountBookFilled.d.ts +4 -0
- package/lib/icons/AccountBookFilled.jsx +35 -0
- package/lib/icons/AccountBookOutlined.d.ts +4 -0
- package/lib/icons/AccountBookOutlined.jsx +35 -0
- package/lib/icons/AccountBookTwoTone.d.ts +4 -0
- package/lib/icons/AccountBookTwoTone.jsx +35 -0
- package/lib/icons/AimOutlined.d.ts +4 -0
- package/lib/icons/AimOutlined.jsx +35 -0
- package/lib/icons/AircircuitBreakerOutlined.d.ts +4 -0
- package/lib/icons/AircircuitBreakerOutlined.jsx +35 -0
- package/lib/icons/AlarmHostOutlined.d.ts +4 -0
- package/lib/icons/AlarmHostOutlined.jsx +35 -0
- package/lib/icons/AlertCameraOutlined.d.ts +4 -0
- package/lib/icons/AlertCameraOutlined.jsx +35 -0
- package/lib/icons/AlertFilled.d.ts +4 -0
- package/lib/icons/AlertFilled.jsx +35 -0
- package/lib/icons/AlertOutlined.d.ts +4 -0
- package/lib/icons/AlertOutlined.jsx +35 -0
- package/lib/icons/AlignCenterOutlined.d.ts +4 -0
- package/lib/icons/AlignCenterOutlined.jsx +35 -0
- package/lib/icons/AlignLeftOutlined.d.ts +4 -0
- package/lib/icons/AlignLeftOutlined.jsx +35 -0
- package/lib/icons/AlignRightOutlined.d.ts +4 -0
- package/lib/icons/AlignRightOutlined.jsx +35 -0
- package/lib/icons/AppstoreAddOutlined.d.ts +4 -0
- package/lib/icons/AppstoreAddOutlined.jsx +35 -0
- package/lib/icons/AppstoreFilled.d.ts +4 -0
- package/lib/icons/AppstoreFilled.jsx +35 -0
- package/lib/icons/AppstoreOutlined.d.ts +4 -0
- package/lib/icons/AppstoreOutlined.jsx +35 -0
- package/lib/icons/AudibleAlarmHostOutlined.d.ts +4 -0
- package/lib/icons/AudibleAlarmHostOutlined.jsx +35 -0
- package/lib/icons/AudibleAlarmOutlined.d.ts +4 -0
- package/lib/icons/AudibleAlarmOutlined.jsx +35 -0
- package/lib/icons/BlockOutlined.d.ts +4 -0
- package/lib/icons/BlockOutlined.jsx +35 -0
- package/lib/icons/CameraFilled.d.ts +4 -0
- package/lib/icons/CameraFilled.jsx +35 -0
- package/lib/icons/CameraOutlined.d.ts +4 -0
- package/lib/icons/CameraOutlined.jsx +35 -0
- package/lib/icons/CarFilled.d.ts +4 -0
- package/lib/icons/CarFilled.jsx +35 -0
- package/lib/icons/CarOutlined.d.ts +4 -0
- package/lib/icons/CarOutlined.jsx +35 -0
- package/lib/icons/Ch4Outlined.d.ts +4 -0
- package/lib/icons/Ch4Outlined.jsx +35 -0
- package/lib/icons/CheckCircleFilled.d.ts +4 -0
- package/lib/icons/CheckCircleFilled.jsx +35 -0
- package/lib/icons/CheckCircleOutlined.d.ts +4 -0
- package/lib/icons/CheckCircleOutlined.jsx +35 -0
- package/lib/icons/CheckOutlined.d.ts +4 -0
- package/lib/icons/CheckOutlined.jsx +35 -0
- package/lib/icons/CheckSquareFilled.d.ts +4 -0
- package/lib/icons/CheckSquareFilled.jsx +35 -0
- package/lib/icons/CheckSquareOutlined.d.ts +4 -0
- package/lib/icons/CheckSquareOutlined.jsx +35 -0
- package/lib/icons/ClearOutlined.d.ts +4 -0
- package/lib/icons/ClearOutlined.jsx +35 -0
- package/lib/icons/CloseCircleFilled.d.ts +4 -0
- package/lib/icons/CloseCircleFilled.jsx +35 -0
- package/lib/icons/CloseCircleOutlined.d.ts +4 -0
- package/lib/icons/CloseCircleOutlined.jsx +35 -0
- package/lib/icons/CloseOutlined.d.ts +4 -0
- package/lib/icons/CloseOutlined.jsx +35 -0
- package/lib/icons/CloseSquareFilled.d.ts +4 -0
- package/lib/icons/CloseSquareFilled.jsx +35 -0
- package/lib/icons/CloseSquareOutlined.d.ts +4 -0
- package/lib/icons/CloseSquareOutlined.jsx +35 -0
- package/lib/icons/Co2Outlined.d.ts +4 -0
- package/lib/icons/Co2Outlined.jsx +35 -0
- package/lib/icons/CoOutlined.d.ts +4 -0
- package/lib/icons/CoOutlined.jsx +35 -0
- package/lib/icons/CompressOutlined.d.ts +4 -0
- package/lib/icons/CompressOutlined.jsx +35 -0
- package/lib/icons/ControllerOutlined.d.ts +4 -0
- package/lib/icons/ControllerOutlined.jsx +35 -0
- package/lib/icons/DeleteOutlined.d.ts +4 -0
- package/lib/icons/DeleteOutlined.jsx +35 -0
- package/lib/icons/DomeCameraOutlined.d.ts +4 -0
- package/lib/icons/DomeCameraOutlined.jsx +35 -0
- package/lib/icons/DoorLockOutlined.d.ts +4 -0
- package/lib/icons/DoorLockOutlined.jsx +35 -0
- package/lib/icons/DownOutlined.d.ts +4 -0
- package/lib/icons/DownOutlined.jsx +35 -0
- package/lib/icons/DroneOutlined.d.ts +4 -0
- package/lib/icons/DroneOutlined.jsx +35 -0
- package/lib/icons/ElectricalFireOutlined.d.ts +4 -0
- package/lib/icons/ElectricalFireOutlined.jsx +35 -0
- package/lib/icons/EllipsisOutlined.d.ts +4 -0
- package/lib/icons/EllipsisOutlined.jsx +35 -0
- package/lib/icons/ExclamationCircleFilled.d.ts +4 -0
- package/lib/icons/ExclamationCircleFilled.jsx +35 -0
- package/lib/icons/ExpandOutlined.d.ts +4 -0
- package/lib/icons/ExpandOutlined.jsx +35 -0
- package/lib/icons/EyeFilled.d.ts +4 -0
- package/lib/icons/EyeFilled.jsx +35 -0
- package/lib/icons/EyeInvisibleFilled.d.ts +4 -0
- package/lib/icons/EyeInvisibleFilled.jsx +35 -0
- package/lib/icons/EyeInvisibleOutlined.d.ts +4 -0
- package/lib/icons/EyeInvisibleOutlined.jsx +35 -0
- package/lib/icons/EyeOutlined.d.ts +4 -0
- package/lib/icons/EyeOutlined.jsx +35 -0
- package/lib/icons/FaceCameraOutlined.d.ts +4 -0
- package/lib/icons/FaceCameraOutlined.jsx +35 -0
- package/lib/icons/FireCameraOutlined.d.ts +4 -0
- package/lib/icons/FireCameraOutlined.jsx +35 -0
- package/lib/icons/FireHostOutlined.d.ts +4 -0
- package/lib/icons/FireHostOutlined.jsx +35 -0
- package/lib/icons/FireHydrantOutlined.d.ts +4 -0
- package/lib/icons/FireHydrantOutlined.jsx +35 -0
- package/lib/icons/FireHydraulicsOutlined.d.ts +4 -0
- package/lib/icons/FireHydraulicsOutlined.jsx +35 -0
- package/lib/icons/FormOutlined.d.ts +4 -0
- package/lib/icons/FormOutlined.jsx +35 -0
- package/lib/icons/FrownFilled.d.ts +4 -0
- package/lib/icons/FrownFilled.jsx +35 -0
- package/lib/icons/FrownOutlined.d.ts +4 -0
- package/lib/icons/FrownOutlined.jsx +35 -0
- package/lib/icons/FullTargetCameraOutlined.d.ts +4 -0
- package/lib/icons/FullTargetCameraOutlined.jsx +35 -0
- package/lib/icons/FullTargetOutlined.d.ts +4 -0
- package/lib/icons/FullTargetOutlined.jsx +35 -0
- package/lib/icons/GasSensorControllerOutlined.d.ts +4 -0
- package/lib/icons/GasSensorControllerOutlined.jsx +35 -0
- package/lib/icons/GasSensorOutlined.d.ts +4 -0
- package/lib/icons/GasSensorOutlined.jsx +35 -0
- package/lib/icons/GatewayOutlined.d.ts +4 -0
- package/lib/icons/GatewayOutlined.jsx +35 -0
- package/lib/icons/HomeOutlined.d.ts +4 -0
- package/lib/icons/HomeOutlined.jsx +35 -0
- package/lib/icons/HumanTrafficVideoOutlined.d.ts +4 -0
- package/lib/icons/HumanTrafficVideoOutlined.jsx +35 -0
- package/lib/icons/HydrolabOutlined.d.ts +4 -0
- package/lib/icons/HydrolabOutlined.jsx +35 -0
- package/lib/icons/IdcardFilled.d.ts +4 -0
- package/lib/icons/IdcardFilled.jsx +35 -0
- package/lib/icons/IdcardOutlined.d.ts +4 -0
- package/lib/icons/IdcardOutlined.jsx +35 -0
- package/lib/icons/InfraredHostOutlined.d.ts +4 -0
- package/lib/icons/InfraredHostOutlined.jsx +35 -0
- package/lib/icons/InfraredOutlined.d.ts +4 -0
- package/lib/icons/InfraredOutlined.jsx +35 -0
- package/lib/icons/IntelligentAccessOutlined.d.ts +4 -0
- package/lib/icons/IntelligentAccessOutlined.jsx +35 -0
- package/lib/icons/KeyOutlined.d.ts +4 -0
- package/lib/icons/KeyOutlined.jsx +35 -0
- package/lib/icons/LeakingOutlined.d.ts +4 -0
- package/lib/icons/LeakingOutlined.jsx +35 -0
- package/lib/icons/LeftOutlined.d.ts +4 -0
- package/lib/icons/LeftOutlined.jsx +35 -0
- package/lib/icons/LinsAccessOutlined.d.ts +4 -0
- package/lib/icons/LinsAccessOutlined.jsx +35 -0
- package/lib/icons/LockFilled.d.ts +4 -0
- package/lib/icons/LockFilled.jsx +35 -0
- package/lib/icons/LockOutlined.d.ts +4 -0
- package/lib/icons/LockOutlined.jsx +35 -0
- package/lib/icons/LpgOutlined.d.ts +4 -0
- package/lib/icons/LpgOutlined.jsx +35 -0
- package/lib/icons/ManholeCoverOutlined.d.ts +4 -0
- package/lib/icons/ManholeCoverOutlined.jsx +35 -0
- package/lib/icons/ManualAlarmCircleOutlined.d.ts +4 -0
- package/lib/icons/ManualAlarmCircleOutlined.jsx +35 -0
- package/lib/icons/ManualAlarmSquareOutlined.d.ts +4 -0
- package/lib/icons/ManualAlarmSquareOutlined.jsx +35 -0
- package/lib/icons/MenuFoldOutlined.d.ts +4 -0
- package/lib/icons/MenuFoldOutlined.jsx +35 -0
- package/lib/icons/MenuUnfoldOutlined.d.ts +4 -0
- package/lib/icons/MenuUnfoldOutlined.jsx +35 -0
- package/lib/icons/MinusCircleFilled.d.ts +4 -0
- package/lib/icons/MinusCircleFilled.jsx +35 -0
- package/lib/icons/MinusCircleOutlined.d.ts +4 -0
- package/lib/icons/MinusCircleOutlined.jsx +35 -0
- package/lib/icons/MinusOutlined.d.ts +4 -0
- package/lib/icons/MinusOutlined.jsx +35 -0
- package/lib/icons/MinusSquareFilled.d.ts +4 -0
- package/lib/icons/MinusSquareFilled.jsx +35 -0
- package/lib/icons/MinusSquareOutlined.d.ts +4 -0
- package/lib/icons/MinusSquareOutlined.jsx +35 -0
- package/lib/icons/MoreOutlined.d.ts +4 -0
- package/lib/icons/MoreOutlined.jsx +35 -0
- package/lib/icons/Nh3Outlined.d.ts +4 -0
- package/lib/icons/Nh3Outlined.jsx +35 -0
- package/lib/icons/O2Outlined.d.ts +4 -0
- package/lib/icons/O2Outlined.jsx +35 -0
- package/lib/icons/ParkingLotOutlined.d.ts +4 -0
- package/lib/icons/ParkingLotOutlined.jsx +35 -0
- package/lib/icons/PauseCircleFilled.d.ts +4 -0
- package/lib/icons/PauseCircleFilled.jsx +35 -0
- package/lib/icons/PauseCircleOutlined.d.ts +4 -0
- package/lib/icons/PauseCircleOutlined.jsx +35 -0
- package/lib/icons/PauseOutlined.d.ts +4 -0
- package/lib/icons/PauseOutlined.jsx +35 -0
- package/lib/icons/PayCircleFilled.d.ts +4 -0
- package/lib/icons/PayCircleFilled.jsx +35 -0
- package/lib/icons/PayCircleOutlined.d.ts +4 -0
- package/lib/icons/PayCircleOutlined.jsx +35 -0
- package/lib/icons/PersonCameraOutlined.d.ts +4 -0
- package/lib/icons/PersonCameraOutlined.jsx +35 -0
- package/lib/icons/PlayCircleFilled.d.ts +4 -0
- package/lib/icons/PlayCircleFilled.jsx +35 -0
- package/lib/icons/PlayCircleOutlined.d.ts +4 -0
- package/lib/icons/PlayCircleOutlined.jsx +35 -0
- package/lib/icons/PlayOutlined.d.ts +4 -0
- package/lib/icons/PlayOutlined.jsx +35 -0
- package/lib/icons/PlusCircleFilled.d.ts +4 -0
- package/lib/icons/PlusCircleFilled.jsx +35 -0
- package/lib/icons/PlusCircleOutlined.d.ts +4 -0
- package/lib/icons/PlusCircleOutlined.jsx +35 -0
- package/lib/icons/PlusOutlined.d.ts +4 -0
- package/lib/icons/PlusOutlined.jsx +35 -0
- package/lib/icons/PlusSquareFilled.d.ts +4 -0
- package/lib/icons/PlusSquareFilled.jsx +35 -0
- package/lib/icons/PmOutlined.d.ts +4 -0
- package/lib/icons/PmOutlined.jsx +35 -0
- package/lib/icons/RightOutlined.d.ts +4 -0
- package/lib/icons/RightOutlined.jsx +35 -0
- package/lib/icons/RotationCloseOutlined.d.ts +4 -0
- package/lib/icons/RotationCloseOutlined.jsx +35 -0
- package/lib/icons/RotationOutlined.d.ts +4 -0
- package/lib/icons/RotationOutlined.jsx +35 -0
- package/lib/icons/SettingOutlined.d.ts +4 -0
- package/lib/icons/SettingOutlined.jsx +35 -0
- package/lib/icons/SleepOutlined.d.ts +4 -0
- package/lib/icons/SleepOutlined.jsx +35 -0
- package/lib/icons/SmartBoxOutlined.d.ts +4 -0
- package/lib/icons/SmartBoxOutlined.jsx +35 -0
- package/lib/icons/SmartDoorLockOutlined.d.ts +4 -0
- package/lib/icons/SmartDoorLockOutlined.jsx +35 -0
- package/lib/icons/SmartLightPoleOutlined.d.ts +4 -0
- package/lib/icons/SmartLightPoleOutlined.jsx +35 -0
- package/lib/icons/SmartWatchOutlined.d.ts +4 -0
- package/lib/icons/SmartWatchOutlined.jsx +35 -0
- package/lib/icons/SmartWaterMeterOutlined.d.ts +4 -0
- package/lib/icons/SmartWaterMeterOutlined.jsx +35 -0
- package/lib/icons/SmileFilled.d.ts +4 -0
- package/lib/icons/SmileFilled.jsx +35 -0
- package/lib/icons/SmileOutlined.d.ts +4 -0
- package/lib/icons/SmileOutlined.jsx +35 -0
- package/lib/icons/SmokeOutlined.d.ts +4 -0
- package/lib/icons/SmokeOutlined.jsx +35 -0
- package/lib/icons/StarCheckOutlined.d.ts +4 -0
- package/lib/icons/StarCheckOutlined.jsx +35 -0
- package/lib/icons/StarFilled.d.ts +4 -0
- package/lib/icons/StarFilled.jsx +35 -0
- package/lib/icons/StarOutlined.d.ts +4 -0
- package/lib/icons/StarOutlined.jsx +35 -0
- package/lib/icons/TagFilled.d.ts +4 -0
- package/lib/icons/TagFilled.jsx +35 -0
- package/lib/icons/TagOutlined.d.ts +4 -0
- package/lib/icons/TagOutlined.jsx +35 -0
- package/lib/icons/TagsFilled.d.ts +4 -0
- package/lib/icons/TagsFilled.jsx +35 -0
- package/lib/icons/TagsOutlined.d.ts +4 -0
- package/lib/icons/TagsOutlined.jsx +35 -0
- package/lib/icons/TemperaturePatchOutlined.d.ts +4 -0
- package/lib/icons/TemperaturePatchOutlined.jsx +35 -0
- package/lib/icons/ThermometerOutlined.d.ts +4 -0
- package/lib/icons/ThermometerOutlined.jsx +35 -0
- package/lib/icons/ToTopOutlined.d.ts +4 -0
- package/lib/icons/ToTopOutlined.jsx +35 -0
- package/lib/icons/UpOutlined.d.ts +4 -0
- package/lib/icons/UpOutlined.jsx +35 -0
- package/lib/icons/VideoCameraFilled.d.ts +4 -0
- package/lib/icons/VideoCameraFilled.jsx +35 -0
- package/lib/icons/VideoCameraOutlined.d.ts +4 -0
- package/lib/icons/VideoCameraOutlined.jsx +35 -0
- package/lib/icons/VideoFilled.d.ts +4 -0
- package/lib/icons/VideoFilled.jsx +35 -0
- package/lib/icons/VideoOutlined.d.ts +4 -0
- package/lib/icons/VideoOutlined.jsx +35 -0
- package/lib/icons/VirtualCameraOutlined.d.ts +4 -0
- package/lib/icons/VirtualCameraOutlined.jsx +35 -0
- package/lib/icons/WarningFilled.d.ts +4 -0
- package/lib/icons/WarningFilled.jsx +35 -0
- package/lib/icons/WarningOutlined.d.ts +4 -0
- package/lib/icons/WarningOutlined.jsx +35 -0
- package/lib/icons/WaterFlowOutlined.d.ts +4 -0
- package/lib/icons/WaterFlowOutlined.jsx +35 -0
- package/lib/icons/WaterLevelOutlined.d.ts +4 -0
- package/lib/icons/WaterLevelOutlined.jsx +35 -0
- package/lib/icons/WeatherStationOutlined.d.ts +4 -0
- package/lib/icons/WeatherStationOutlined.jsx +35 -0
- package/lib/icons/WindSpeedOutlined.d.ts +4 -0
- package/lib/icons/WindSpeedOutlined.jsx +35 -0
- package/lib/icons/ZoomInOutlined.d.ts +4 -0
- package/lib/icons/ZoomInOutlined.jsx +35 -0
- package/lib/icons/ZoomOutOutlined.d.ts +4 -0
- package/lib/icons/ZoomOutOutlined.jsx +35 -0
- package/lib/icons/index.d.ts +144 -0
- package/lib/icons/index.js +297 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.js +29 -0
- package/lib/utils.d.ts +18 -0
- package/lib/utils.js +68 -0
- package/package.json +32 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const VideoFilled: 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 VideoFilled;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import VideoFilledSvg from '@sensoro-design/icons-svg/lib/asn/VideoFilled';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var VideoFilled = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={VideoFilledSvg}/>; });
|
|
6
|
+
VideoFilled.displayName = 'VideoFilled';
|
|
7
|
+
export default VideoFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const VideoOutlined: 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 VideoOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import VideoOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/VideoOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var VideoOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={VideoOutlinedSvg}/>; });
|
|
6
|
+
VideoOutlined.displayName = 'VideoOutlined';
|
|
7
|
+
export default VideoOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const VirtualCameraOutlined: 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 VirtualCameraOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import VirtualCameraOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/VirtualCameraOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var VirtualCameraOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={VirtualCameraOutlinedSvg}/>; });
|
|
6
|
+
VirtualCameraOutlined.displayName = 'VirtualCameraOutlined';
|
|
7
|
+
export default VirtualCameraOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const WarningFilled: 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 WarningFilled;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import WarningFilledSvg from '@sensoro-design/icons-svg/lib/asn/WarningFilled';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var WarningFilled = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={WarningFilledSvg}/>; });
|
|
6
|
+
WarningFilled.displayName = 'WarningFilled';
|
|
7
|
+
export default WarningFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const WarningOutlined: 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 WarningOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import WarningOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/WarningOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var WarningOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={WarningOutlinedSvg}/>; });
|
|
6
|
+
WarningOutlined.displayName = 'WarningOutlined';
|
|
7
|
+
export default WarningOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const WaterFlowOutlined: 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 WaterFlowOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import WaterFlowOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/WaterFlowOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var WaterFlowOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={WaterFlowOutlinedSvg}/>; });
|
|
6
|
+
WaterFlowOutlined.displayName = 'WaterFlowOutlined';
|
|
7
|
+
export default WaterFlowOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const WaterLevelOutlined: 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 WaterLevelOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import WaterLevelOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/WaterLevelOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var WaterLevelOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={WaterLevelOutlinedSvg}/>; });
|
|
6
|
+
WaterLevelOutlined.displayName = 'WaterLevelOutlined';
|
|
7
|
+
export default WaterLevelOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const WeatherStationOutlined: 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 WeatherStationOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import WeatherStationOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/WeatherStationOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var WeatherStationOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={WeatherStationOutlinedSvg}/>; });
|
|
6
|
+
WeatherStationOutlined.displayName = 'WeatherStationOutlined';
|
|
7
|
+
export default WeatherStationOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const WindSpeedOutlined: 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 WindSpeedOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import WindSpeedOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/WindSpeedOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var WindSpeedOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={WindSpeedOutlinedSvg}/>; });
|
|
6
|
+
WindSpeedOutlined.displayName = 'WindSpeedOutlined';
|
|
7
|
+
export default WindSpeedOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const ZoomInOutlined: 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 ZoomInOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import ZoomInOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/ZoomInOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var ZoomInOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={ZoomInOutlinedSvg}/>; });
|
|
6
|
+
ZoomInOutlined.displayName = 'ZoomInOutlined';
|
|
7
|
+
export default ZoomInOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const ZoomOutOutlined: 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 ZoomOutOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import ZoomOutOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/ZoomOutOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var ZoomOutOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={ZoomOutOutlinedSvg}/>; });
|
|
6
|
+
ZoomOutOutlined.displayName = 'ZoomOutOutlined';
|
|
7
|
+
export default ZoomOutOutlined;
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
export { default as AccountBookFilled } from './AccountBookFilled';
|
|
2
|
+
export { default as AccountBookOutlined } from './AccountBookOutlined';
|
|
3
|
+
export { default as AccountBookTwoTone } from './AccountBookTwoTone';
|
|
4
|
+
export { default as AimOutlined } from './AimOutlined';
|
|
5
|
+
export { default as AircircuitBreakerOutlined } from './AircircuitBreakerOutlined';
|
|
6
|
+
export { default as AlarmHostOutlined } from './AlarmHostOutlined';
|
|
7
|
+
export { default as AlertCameraOutlined } from './AlertCameraOutlined';
|
|
8
|
+
export { default as AlertFilled } from './AlertFilled';
|
|
9
|
+
export { default as AlertOutlined } from './AlertOutlined';
|
|
10
|
+
export { default as AlignCenterOutlined } from './AlignCenterOutlined';
|
|
11
|
+
export { default as AlignLeftOutlined } from './AlignLeftOutlined';
|
|
12
|
+
export { default as AlignRightOutlined } from './AlignRightOutlined';
|
|
13
|
+
export { default as AppstoreAddOutlined } from './AppstoreAddOutlined';
|
|
14
|
+
export { default as AppstoreFilled } from './AppstoreFilled';
|
|
15
|
+
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
16
|
+
export { default as AudibleAlarmHostOutlined } from './AudibleAlarmHostOutlined';
|
|
17
|
+
export { default as AudibleAlarmOutlined } from './AudibleAlarmOutlined';
|
|
18
|
+
export { default as BlockOutlined } from './BlockOutlined';
|
|
19
|
+
export { default as CameraFilled } from './CameraFilled';
|
|
20
|
+
export { default as CameraOutlined } from './CameraOutlined';
|
|
21
|
+
export { default as CarFilled } from './CarFilled';
|
|
22
|
+
export { default as CarOutlined } from './CarOutlined';
|
|
23
|
+
export { default as Ch4Outlined } from './Ch4Outlined';
|
|
24
|
+
export { default as CheckCircleFilled } from './CheckCircleFilled';
|
|
25
|
+
export { default as CheckCircleOutlined } from './CheckCircleOutlined';
|
|
26
|
+
export { default as CheckOutlined } from './CheckOutlined';
|
|
27
|
+
export { default as CheckSquareFilled } from './CheckSquareFilled';
|
|
28
|
+
export { default as CheckSquareOutlined } from './CheckSquareOutlined';
|
|
29
|
+
export { default as ClearOutlined } from './ClearOutlined';
|
|
30
|
+
export { default as CloseCircleFilled } from './CloseCircleFilled';
|
|
31
|
+
export { default as CloseCircleOutlined } from './CloseCircleOutlined';
|
|
32
|
+
export { default as CloseOutlined } from './CloseOutlined';
|
|
33
|
+
export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
34
|
+
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
35
|
+
export { default as Co2Outlined } from './Co2Outlined';
|
|
36
|
+
export { default as CoOutlined } from './CoOutlined';
|
|
37
|
+
export { default as CompressOutlined } from './CompressOutlined';
|
|
38
|
+
export { default as ControllerOutlined } from './ControllerOutlined';
|
|
39
|
+
export { default as DeleteOutlined } from './DeleteOutlined';
|
|
40
|
+
export { default as DomeCameraOutlined } from './DomeCameraOutlined';
|
|
41
|
+
export { default as DoorLockOutlined } from './DoorLockOutlined';
|
|
42
|
+
export { default as DownOutlined } from './DownOutlined';
|
|
43
|
+
export { default as DroneOutlined } from './DroneOutlined';
|
|
44
|
+
export { default as ElectricalFireOutlined } from './ElectricalFireOutlined';
|
|
45
|
+
export { default as EllipsisOutlined } from './EllipsisOutlined';
|
|
46
|
+
export { default as ExclamationCircleFilled } from './ExclamationCircleFilled';
|
|
47
|
+
export { default as ExpandOutlined } from './ExpandOutlined';
|
|
48
|
+
export { default as EyeFilled } from './EyeFilled';
|
|
49
|
+
export { default as EyeInvisibleFilled } from './EyeInvisibleFilled';
|
|
50
|
+
export { default as EyeInvisibleOutlined } from './EyeInvisibleOutlined';
|
|
51
|
+
export { default as EyeOutlined } from './EyeOutlined';
|
|
52
|
+
export { default as FaceCameraOutlined } from './FaceCameraOutlined';
|
|
53
|
+
export { default as FireCameraOutlined } from './FireCameraOutlined';
|
|
54
|
+
export { default as FireHostOutlined } from './FireHostOutlined';
|
|
55
|
+
export { default as FireHydrantOutlined } from './FireHydrantOutlined';
|
|
56
|
+
export { default as FireHydraulicsOutlined } from './FireHydraulicsOutlined';
|
|
57
|
+
export { default as FormOutlined } from './FormOutlined';
|
|
58
|
+
export { default as FrownFilled } from './FrownFilled';
|
|
59
|
+
export { default as FrownOutlined } from './FrownOutlined';
|
|
60
|
+
export { default as FullTargetCameraOutlined } from './FullTargetCameraOutlined';
|
|
61
|
+
export { default as FullTargetOutlined } from './FullTargetOutlined';
|
|
62
|
+
export { default as GasSensorControllerOutlined } from './GasSensorControllerOutlined';
|
|
63
|
+
export { default as GasSensorOutlined } from './GasSensorOutlined';
|
|
64
|
+
export { default as GatewayOutlined } from './GatewayOutlined';
|
|
65
|
+
export { default as HomeOutlined } from './HomeOutlined';
|
|
66
|
+
export { default as HumanTrafficVideoOutlined } from './HumanTrafficVideoOutlined';
|
|
67
|
+
export { default as HydrolabOutlined } from './HydrolabOutlined';
|
|
68
|
+
export { default as IdcardFilled } from './IdcardFilled';
|
|
69
|
+
export { default as IdcardOutlined } from './IdcardOutlined';
|
|
70
|
+
export { default as InfraredHostOutlined } from './InfraredHostOutlined';
|
|
71
|
+
export { default as InfraredOutlined } from './InfraredOutlined';
|
|
72
|
+
export { default as IntelligentAccessOutlined } from './IntelligentAccessOutlined';
|
|
73
|
+
export { default as KeyOutlined } from './KeyOutlined';
|
|
74
|
+
export { default as LeakingOutlined } from './LeakingOutlined';
|
|
75
|
+
export { default as LeftOutlined } from './LeftOutlined';
|
|
76
|
+
export { default as LinsAccessOutlined } from './LinsAccessOutlined';
|
|
77
|
+
export { default as LockFilled } from './LockFilled';
|
|
78
|
+
export { default as LockOutlined } from './LockOutlined';
|
|
79
|
+
export { default as LpgOutlined } from './LpgOutlined';
|
|
80
|
+
export { default as ManholeCoverOutlined } from './ManholeCoverOutlined';
|
|
81
|
+
export { default as ManualAlarmCircleOutlined } from './ManualAlarmCircleOutlined';
|
|
82
|
+
export { default as ManualAlarmSquareOutlined } from './ManualAlarmSquareOutlined';
|
|
83
|
+
export { default as MenuFoldOutlined } from './MenuFoldOutlined';
|
|
84
|
+
export { default as MenuUnfoldOutlined } from './MenuUnfoldOutlined';
|
|
85
|
+
export { default as MinusCircleFilled } from './MinusCircleFilled';
|
|
86
|
+
export { default as MinusCircleOutlined } from './MinusCircleOutlined';
|
|
87
|
+
export { default as MinusOutlined } from './MinusOutlined';
|
|
88
|
+
export { default as MinusSquareFilled } from './MinusSquareFilled';
|
|
89
|
+
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
90
|
+
export { default as MoreOutlined } from './MoreOutlined';
|
|
91
|
+
export { default as Nh3Outlined } from './Nh3Outlined';
|
|
92
|
+
export { default as O2Outlined } from './O2Outlined';
|
|
93
|
+
export { default as ParkingLotOutlined } from './ParkingLotOutlined';
|
|
94
|
+
export { default as PauseCircleFilled } from './PauseCircleFilled';
|
|
95
|
+
export { default as PauseCircleOutlined } from './PauseCircleOutlined';
|
|
96
|
+
export { default as PauseOutlined } from './PauseOutlined';
|
|
97
|
+
export { default as PayCircleFilled } from './PayCircleFilled';
|
|
98
|
+
export { default as PayCircleOutlined } from './PayCircleOutlined';
|
|
99
|
+
export { default as PersonCameraOutlined } from './PersonCameraOutlined';
|
|
100
|
+
export { default as PlayCircleFilled } from './PlayCircleFilled';
|
|
101
|
+
export { default as PlayCircleOutlined } from './PlayCircleOutlined';
|
|
102
|
+
export { default as PlayOutlined } from './PlayOutlined';
|
|
103
|
+
export { default as PlusCircleFilled } from './PlusCircleFilled';
|
|
104
|
+
export { default as PlusCircleOutlined } from './PlusCircleOutlined';
|
|
105
|
+
export { default as PlusOutlined } from './PlusOutlined';
|
|
106
|
+
export { default as PlusSquareFilled } from './PlusSquareFilled';
|
|
107
|
+
export { default as PmOutlined } from './PmOutlined';
|
|
108
|
+
export { default as RightOutlined } from './RightOutlined';
|
|
109
|
+
export { default as RotationCloseOutlined } from './RotationCloseOutlined';
|
|
110
|
+
export { default as RotationOutlined } from './RotationOutlined';
|
|
111
|
+
export { default as SettingOutlined } from './SettingOutlined';
|
|
112
|
+
export { default as SleepOutlined } from './SleepOutlined';
|
|
113
|
+
export { default as SmartBoxOutlined } from './SmartBoxOutlined';
|
|
114
|
+
export { default as SmartDoorLockOutlined } from './SmartDoorLockOutlined';
|
|
115
|
+
export { default as SmartLightPoleOutlined } from './SmartLightPoleOutlined';
|
|
116
|
+
export { default as SmartWatchOutlined } from './SmartWatchOutlined';
|
|
117
|
+
export { default as SmartWaterMeterOutlined } from './SmartWaterMeterOutlined';
|
|
118
|
+
export { default as SmileFilled } from './SmileFilled';
|
|
119
|
+
export { default as SmileOutlined } from './SmileOutlined';
|
|
120
|
+
export { default as SmokeOutlined } from './SmokeOutlined';
|
|
121
|
+
export { default as StarCheckOutlined } from './StarCheckOutlined';
|
|
122
|
+
export { default as StarFilled } from './StarFilled';
|
|
123
|
+
export { default as StarOutlined } from './StarOutlined';
|
|
124
|
+
export { default as TagFilled } from './TagFilled';
|
|
125
|
+
export { default as TagOutlined } from './TagOutlined';
|
|
126
|
+
export { default as TagsFilled } from './TagsFilled';
|
|
127
|
+
export { default as TagsOutlined } from './TagsOutlined';
|
|
128
|
+
export { default as TemperaturePatchOutlined } from './TemperaturePatchOutlined';
|
|
129
|
+
export { default as ThermometerOutlined } from './ThermometerOutlined';
|
|
130
|
+
export { default as ToTopOutlined } from './ToTopOutlined';
|
|
131
|
+
export { default as UpOutlined } from './UpOutlined';
|
|
132
|
+
export { default as VideoCameraFilled } from './VideoCameraFilled';
|
|
133
|
+
export { default as VideoCameraOutlined } from './VideoCameraOutlined';
|
|
134
|
+
export { default as VideoFilled } from './VideoFilled';
|
|
135
|
+
export { default as VideoOutlined } from './VideoOutlined';
|
|
136
|
+
export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
|
|
137
|
+
export { default as WarningFilled } from './WarningFilled';
|
|
138
|
+
export { default as WarningOutlined } from './WarningOutlined';
|
|
139
|
+
export { default as WaterFlowOutlined } from './WaterFlowOutlined';
|
|
140
|
+
export { default as WaterLevelOutlined } from './WaterLevelOutlined';
|
|
141
|
+
export { default as WeatherStationOutlined } from './WeatherStationOutlined';
|
|
142
|
+
export { default as WindSpeedOutlined } from './WindSpeedOutlined';
|
|
143
|
+
export { default as ZoomInOutlined } from './ZoomInOutlined';
|
|
144
|
+
export { default as ZoomOutOutlined } from './ZoomOutOutlined';
|