@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,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var StarOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/StarOutlined"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var StarOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={StarOutlined_1.default}/>; });
|
|
34
|
+
StarOutlined.displayName = 'StarOutlined';
|
|
35
|
+
exports.default = StarOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const TagFilled: 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 TagFilled;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var TagFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/TagFilled"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var TagFilled = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={TagFilled_1.default}/>; });
|
|
34
|
+
TagFilled.displayName = 'TagFilled';
|
|
35
|
+
exports.default = TagFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const TagOutlined: 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 TagOutlined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var TagOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/TagOutlined"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var TagOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={TagOutlined_1.default}/>; });
|
|
34
|
+
TagOutlined.displayName = 'TagOutlined';
|
|
35
|
+
exports.default = TagOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const TagsFilled: 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 TagsFilled;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var TagsFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/TagsFilled"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var TagsFilled = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={TagsFilled_1.default}/>; });
|
|
34
|
+
TagsFilled.displayName = 'TagsFilled';
|
|
35
|
+
exports.default = TagsFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const TagsOutlined: 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 TagsOutlined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var TagsOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/TagsOutlined"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var TagsOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={TagsOutlined_1.default}/>; });
|
|
34
|
+
TagsOutlined.displayName = 'TagsOutlined';
|
|
35
|
+
exports.default = TagsOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const TemperaturePatchOutlined: 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 TemperaturePatchOutlined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var TemperaturePatchOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/TemperaturePatchOutlined"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var TemperaturePatchOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={TemperaturePatchOutlined_1.default}/>; });
|
|
34
|
+
TemperaturePatchOutlined.displayName = 'TemperaturePatchOutlined';
|
|
35
|
+
exports.default = TemperaturePatchOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const ThermometerOutlined: 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 ThermometerOutlined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var ThermometerOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/ThermometerOutlined"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var ThermometerOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={ThermometerOutlined_1.default}/>; });
|
|
34
|
+
ThermometerOutlined.displayName = 'ThermometerOutlined';
|
|
35
|
+
exports.default = ThermometerOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const ToTopOutlined: 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 ToTopOutlined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var ToTopOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/ToTopOutlined"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var ToTopOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={ToTopOutlined_1.default}/>; });
|
|
34
|
+
ToTopOutlined.displayName = 'ToTopOutlined';
|
|
35
|
+
exports.default = ToTopOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const UpOutlined: 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 UpOutlined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var UpOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UpOutlined"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var UpOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={UpOutlined_1.default}/>; });
|
|
34
|
+
UpOutlined.displayName = 'UpOutlined';
|
|
35
|
+
exports.default = UpOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const VideoCameraFilled: 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 VideoCameraFilled;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
// This icon file is generated automatically.
|
|
30
|
+
var React = __importStar(require("react"));
|
|
31
|
+
var VideoCameraFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/VideoCameraFilled"));
|
|
32
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
33
|
+
var VideoCameraFilled = React.forwardRef(function (props, ref) { return <SensoroIcon_1.default {...props} ref={ref} icon={VideoCameraFilled_1.default}/>; });
|
|
34
|
+
VideoCameraFilled.displayName = 'VideoCameraFilled';
|
|
35
|
+
exports.default = VideoCameraFilled;
|