@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
package/README.md
ADDED
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IconBaseProps extends React.HTMLProps<HTMLSpanElement> {
|
|
3
|
+
spin?: boolean;
|
|
4
|
+
rotate?: number;
|
|
5
|
+
}
|
|
6
|
+
export interface CustomIconComponentProps {
|
|
7
|
+
width: string | number;
|
|
8
|
+
height: string | number;
|
|
9
|
+
fill: string;
|
|
10
|
+
viewBox?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
style?: React.CSSProperties;
|
|
13
|
+
}
|
|
14
|
+
export interface IconComponentProps extends IconBaseProps {
|
|
15
|
+
viewBox?: string;
|
|
16
|
+
component?: React.ComponentType<CustomIconComponentProps | React.SVGProps<SVGSVGElement>> | React.ForwardRefExoticComponent<CustomIconComponentProps>;
|
|
17
|
+
ariaLabel?: React.AriaAttributes['aria-label'];
|
|
18
|
+
}
|
|
19
|
+
declare const Icon: React.ForwardRefExoticComponent<Pick<IconComponentProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "viewBox" | "component" | "ariaLabel" | "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"> & React.RefAttributes<HTMLSpanElement>>;
|
|
20
|
+
export default Icon;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React from 'react';
|
|
24
|
+
import classNames from '@pansy/classnames';
|
|
25
|
+
import Context from './Context';
|
|
26
|
+
import { svgBaseProps } from '../utils';
|
|
27
|
+
import { useInsertStyles } from '../hooks/useInsertStyles';
|
|
28
|
+
var Icon = React.forwardRef(function (_a, ref) {
|
|
29
|
+
var _b;
|
|
30
|
+
var
|
|
31
|
+
// affect outter <i>...</i>
|
|
32
|
+
className = _a.className,
|
|
33
|
+
// affect inner <svg>...</svg>
|
|
34
|
+
Component = _a.component, viewBox = _a.viewBox, spin = _a.spin, rotate = _a.rotate, tabIndex = _a.tabIndex, onClick = _a.onClick,
|
|
35
|
+
// children
|
|
36
|
+
children = _a.children, restProps = __rest(_a, ["className", "component", "viewBox", "spin", "rotate", "tabIndex", "onClick", "children"]);
|
|
37
|
+
useInsertStyles();
|
|
38
|
+
var _c = React.useContext(Context).prefixCls, prefixCls = _c === void 0 ? 'sen-icon' : _c;
|
|
39
|
+
var classString = classNames(prefixCls, className);
|
|
40
|
+
var svgClassString = classNames((_b = {},
|
|
41
|
+
_b["".concat(prefixCls, "-spin")] = !!spin,
|
|
42
|
+
_b));
|
|
43
|
+
var svgStyle = rotate
|
|
44
|
+
? {
|
|
45
|
+
msTransform: "rotate(".concat(rotate, "deg)"),
|
|
46
|
+
transform: "rotate(".concat(rotate, "deg)"),
|
|
47
|
+
}
|
|
48
|
+
: undefined;
|
|
49
|
+
var innerSvgProps = __assign(__assign({}, svgBaseProps), { className: svgClassString, style: svgStyle, viewBox: viewBox });
|
|
50
|
+
if (!viewBox) {
|
|
51
|
+
delete innerSvgProps.viewBox;
|
|
52
|
+
}
|
|
53
|
+
// component > children
|
|
54
|
+
var renderInnerNode = function () {
|
|
55
|
+
if (Component) {
|
|
56
|
+
return <Component {...innerSvgProps}>{children}</Component>;
|
|
57
|
+
}
|
|
58
|
+
if (children) {
|
|
59
|
+
return (<svg {...innerSvgProps} viewBox={viewBox}>
|
|
60
|
+
{children}
|
|
61
|
+
</svg>);
|
|
62
|
+
}
|
|
63
|
+
return null;
|
|
64
|
+
};
|
|
65
|
+
var iconTabIndex = tabIndex;
|
|
66
|
+
if (iconTabIndex === undefined && onClick) {
|
|
67
|
+
iconTabIndex = -1;
|
|
68
|
+
}
|
|
69
|
+
return (<span role="img" {...restProps} ref={ref} tabIndex={iconTabIndex} onClick={onClick} className={classString}>
|
|
70
|
+
{renderInnerNode()}
|
|
71
|
+
</span>);
|
|
72
|
+
});
|
|
73
|
+
Icon.displayName = 'SenIcon';
|
|
74
|
+
export default Icon;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconDefinition } from '@sensoro-design/icons-svg/lib/types';
|
|
3
|
+
export interface IconProps extends Partial<TwoToneColorPaletteSetter> {
|
|
4
|
+
icon: IconDefinition;
|
|
5
|
+
className?: string;
|
|
6
|
+
onClick?: React.MouseEventHandler<SVGSVGElement>;
|
|
7
|
+
style?: React.CSSProperties;
|
|
8
|
+
focusable?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface TwoToneColorPaletteSetter {
|
|
11
|
+
primaryColor: string;
|
|
12
|
+
secondaryColor?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface TwoToneColorPalette extends TwoToneColorPaletteSetter {
|
|
15
|
+
calculated?: boolean;
|
|
16
|
+
}
|
|
17
|
+
declare function setTwoToneColors({ primaryColor, secondaryColor, }: TwoToneColorPaletteSetter): void;
|
|
18
|
+
declare function getTwoToneColors(): TwoToneColorPalette;
|
|
19
|
+
interface IconBaseComponent<P> extends React.FC<P> {
|
|
20
|
+
getTwoToneColors: typeof getTwoToneColors;
|
|
21
|
+
setTwoToneColors: typeof setTwoToneColors;
|
|
22
|
+
}
|
|
23
|
+
declare const IconBase: IconBaseComponent<IconProps>;
|
|
24
|
+
export default IconBase;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import { useInsertStyles } from '../hooks/useInsertStyles';
|
|
24
|
+
import { getSecondaryColor, isIconDefinition, generate, } from '../utils';
|
|
25
|
+
var twoToneColorPalette = {
|
|
26
|
+
primaryColor: '#333',
|
|
27
|
+
secondaryColor: '#E6E6E6',
|
|
28
|
+
calculated: false,
|
|
29
|
+
};
|
|
30
|
+
function setTwoToneColors(_a) {
|
|
31
|
+
var primaryColor = _a.primaryColor, secondaryColor = _a.secondaryColor;
|
|
32
|
+
twoToneColorPalette.primaryColor = primaryColor;
|
|
33
|
+
twoToneColorPalette.secondaryColor =
|
|
34
|
+
secondaryColor || getSecondaryColor(primaryColor);
|
|
35
|
+
twoToneColorPalette.calculated = !!secondaryColor;
|
|
36
|
+
}
|
|
37
|
+
function getTwoToneColors() {
|
|
38
|
+
return __assign({}, twoToneColorPalette);
|
|
39
|
+
}
|
|
40
|
+
var IconBase = function (_a) {
|
|
41
|
+
var icon = _a.icon, className = _a.className, onClick = _a.onClick, style = _a.style, primaryColor = _a.primaryColor, secondaryColor = _a.secondaryColor, restProps = __rest(_a, ["icon", "className", "onClick", "style", "primaryColor", "secondaryColor"]);
|
|
42
|
+
useInsertStyles();
|
|
43
|
+
var colors = twoToneColorPalette;
|
|
44
|
+
if (primaryColor) {
|
|
45
|
+
colors = {
|
|
46
|
+
primaryColor: primaryColor,
|
|
47
|
+
secondaryColor: secondaryColor || getSecondaryColor(primaryColor),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
if (!isIconDefinition(icon)) {
|
|
51
|
+
return null;
|
|
52
|
+
}
|
|
53
|
+
var target = icon;
|
|
54
|
+
if (target && typeof target.icon === 'function') {
|
|
55
|
+
target = __assign(__assign({}, target), { icon: target.icon(colors.primaryColor, colors.secondaryColor) });
|
|
56
|
+
}
|
|
57
|
+
return generate(target.icon, "svg-".concat(target.name), __assign({ className: className, onClick: onClick, style: style, 'data-icon': target.name, width: '1em', height: '1em', fill: 'currentColor', 'aria-hidden': 'true' }, restProps));
|
|
58
|
+
};
|
|
59
|
+
IconBase.displayName = 'IconReact';
|
|
60
|
+
IconBase.getTwoToneColors = getTwoToneColors;
|
|
61
|
+
IconBase.setTwoToneColors = setTwoToneColors;
|
|
62
|
+
export default IconBase;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconBaseProps } from './Icon';
|
|
3
|
+
export interface CustomIconOptions {
|
|
4
|
+
scriptUrl?: string | string[];
|
|
5
|
+
extraCommonProps?: {
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export interface IconFontProps<T extends string = string> extends IconBaseProps {
|
|
10
|
+
type: T;
|
|
11
|
+
}
|
|
12
|
+
export default function create<T extends string = string>(options?: CustomIconOptions): React.FC<IconFontProps<T>>;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import React from 'react';
|
|
13
|
+
import Icon from './Icon';
|
|
14
|
+
var customCache = new Set();
|
|
15
|
+
function isValidCustomScriptUrl(scriptUrl) {
|
|
16
|
+
return Boolean(typeof scriptUrl === 'string'
|
|
17
|
+
&& scriptUrl.length
|
|
18
|
+
&& !customCache.has(scriptUrl));
|
|
19
|
+
}
|
|
20
|
+
function createScriptUrlElements(scriptUrls, index) {
|
|
21
|
+
if (index === void 0) { index = 0; }
|
|
22
|
+
var currentScriptUrl = scriptUrls[index];
|
|
23
|
+
if (isValidCustomScriptUrl(currentScriptUrl)) {
|
|
24
|
+
var script = document.createElement('script');
|
|
25
|
+
script.setAttribute('src', currentScriptUrl);
|
|
26
|
+
script.setAttribute('data-namespace', currentScriptUrl);
|
|
27
|
+
if (scriptUrls.length > index + 1) {
|
|
28
|
+
script.onload = function () {
|
|
29
|
+
createScriptUrlElements(scriptUrls, index + 1);
|
|
30
|
+
};
|
|
31
|
+
script.onerror = function () {
|
|
32
|
+
createScriptUrlElements(scriptUrls, index + 1);
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
customCache.add(currentScriptUrl);
|
|
36
|
+
document.body.appendChild(script);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
export default function create(options) {
|
|
40
|
+
if (options === void 0) { options = {}; }
|
|
41
|
+
var scriptUrl = options.scriptUrl, _a = options.extraCommonProps, extraCommonProps = _a === void 0 ? {} : _a;
|
|
42
|
+
/**
|
|
43
|
+
* DOM API required.
|
|
44
|
+
* Make sure in browser environment.
|
|
45
|
+
* The Custom Icon will create a <script/>
|
|
46
|
+
* that loads SVG symbols and insert the SVG Element into the document body.
|
|
47
|
+
*/
|
|
48
|
+
if (scriptUrl &&
|
|
49
|
+
typeof document !== 'undefined' &&
|
|
50
|
+
typeof window !== 'undefined' &&
|
|
51
|
+
typeof document.createElement === 'function') {
|
|
52
|
+
if (Array.isArray(scriptUrl)) {
|
|
53
|
+
// 因为iconfont资源会把svg插入before,所以前加载相同type会覆盖后加载,为了数组覆盖顺序,倒叙插入
|
|
54
|
+
createScriptUrlElements(scriptUrl.reverse());
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
createScriptUrlElements([scriptUrl]);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
var Iconfont = React.forwardRef(function (props, ref) {
|
|
61
|
+
var type = props.type, children = props.children, restProps = __rest(props, ["type", "children"]);
|
|
62
|
+
// children > type
|
|
63
|
+
var content = null;
|
|
64
|
+
if (props.type) {
|
|
65
|
+
content = <use xlinkHref={"#".concat(type)}/>;
|
|
66
|
+
}
|
|
67
|
+
if (children) {
|
|
68
|
+
content = children;
|
|
69
|
+
}
|
|
70
|
+
return (<Icon {...extraCommonProps} {...restProps} ref={ref}>
|
|
71
|
+
{content}
|
|
72
|
+
</Icon>);
|
|
73
|
+
});
|
|
74
|
+
Iconfont.displayName = 'Iconfont';
|
|
75
|
+
return Iconfont;
|
|
76
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { getTwoToneColor, TwoToneColor, setTwoToneColor } from './twoTonePrimaryColor';
|
|
3
|
+
import type { IconBaseProps } from './Icon';
|
|
4
|
+
import type { IconDefinition } from '@sensoro-design/icons-svg/lib/types';
|
|
5
|
+
export interface SensoroIconProps extends IconBaseProps {
|
|
6
|
+
twoToneColor?: TwoToneColor;
|
|
7
|
+
}
|
|
8
|
+
export interface IconComponentProps extends SensoroIconProps {
|
|
9
|
+
icon: IconDefinition;
|
|
10
|
+
}
|
|
11
|
+
interface IconBaseComponent<Props> extends React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLSpanElement>> {
|
|
12
|
+
getTwoToneColor: typeof getTwoToneColor;
|
|
13
|
+
setTwoToneColor: typeof setTwoToneColor;
|
|
14
|
+
}
|
|
15
|
+
declare const Icon: IconBaseComponent<IconComponentProps>;
|
|
16
|
+
export default Icon;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import React from 'react';
|
|
13
|
+
import classNames from '@pansy/classnames';
|
|
14
|
+
import IconBase from './IconBase';
|
|
15
|
+
import { getTwoToneColor, setTwoToneColor } from './twoTonePrimaryColor';
|
|
16
|
+
import { normalizeTwoToneColors } from '../utils';
|
|
17
|
+
import Context from './Context';
|
|
18
|
+
// Initial setting
|
|
19
|
+
// should move it to antd main repo?
|
|
20
|
+
setTwoToneColor('#1890ff');
|
|
21
|
+
var Icon = React.forwardRef(function (props, ref) {
|
|
22
|
+
var _a;
|
|
23
|
+
var
|
|
24
|
+
// affect outter <i>...</i>
|
|
25
|
+
className = props.className,
|
|
26
|
+
// affect inner <svg>...</svg>
|
|
27
|
+
icon = props.icon, spin = props.spin, rotate = props.rotate, tabIndex = props.tabIndex, onClick = props.onClick,
|
|
28
|
+
// other
|
|
29
|
+
twoToneColor = props.twoToneColor, restProps = __rest(props, ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"]);
|
|
30
|
+
var _b = React.useContext(Context).prefixCls, prefixCls = _b === void 0 ? 'sen-icon' : _b;
|
|
31
|
+
var classString = classNames(prefixCls, (_a = {},
|
|
32
|
+
_a["".concat(prefixCls, "-").concat(icon.name)] = !!icon.name,
|
|
33
|
+
_a["".concat(prefixCls, "-spin")] = !!spin || icon.name === 'loading',
|
|
34
|
+
_a), className);
|
|
35
|
+
var iconTabIndex = tabIndex;
|
|
36
|
+
if (iconTabIndex === undefined && onClick) {
|
|
37
|
+
iconTabIndex = -1;
|
|
38
|
+
}
|
|
39
|
+
var svgStyle = rotate
|
|
40
|
+
? {
|
|
41
|
+
msTransform: "rotate(".concat(rotate, "deg)"),
|
|
42
|
+
transform: "rotate(".concat(rotate, "deg)"),
|
|
43
|
+
}
|
|
44
|
+
: undefined;
|
|
45
|
+
var _c = normalizeTwoToneColors(twoToneColor), primaryColor = _c[0], secondaryColor = _c[1];
|
|
46
|
+
return (<span role="img" aria-label={icon.name} {...restProps} ref={ref} tabIndex={iconTabIndex} onClick={onClick} className={classString}>
|
|
47
|
+
<IconBase icon={icon} primaryColor={primaryColor} secondaryColor={secondaryColor} style={svgStyle}/>
|
|
48
|
+
</span>);
|
|
49
|
+
});
|
|
50
|
+
Icon.displayName = 'AntdIcon';
|
|
51
|
+
Icon.getTwoToneColor = getTwoToneColor;
|
|
52
|
+
Icon.setTwoToneColor = setTwoToneColor;
|
|
53
|
+
export default Icon;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import ReactIcon from './IconBase';
|
|
2
|
+
import { normalizeTwoToneColors } from '../utils';
|
|
3
|
+
export function setTwoToneColor(twoToneColor) {
|
|
4
|
+
var _a = normalizeTwoToneColors(twoToneColor), primaryColor = _a[0], secondaryColor = _a[1];
|
|
5
|
+
return ReactIcon.setTwoToneColors({
|
|
6
|
+
primaryColor: primaryColor,
|
|
7
|
+
secondaryColor: secondaryColor,
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
export function getTwoToneColor() {
|
|
11
|
+
var colors = ReactIcon.getTwoToneColors();
|
|
12
|
+
if (!colors.calculated) {
|
|
13
|
+
return colors.primaryColor;
|
|
14
|
+
}
|
|
15
|
+
return [colors.primaryColor, colors.secondaryColor];
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useInsertStyles: (styleStr?: string | undefined) => void;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useContext, useEffect } from 'react';
|
|
2
|
+
import IconContext from '../components/Context';
|
|
3
|
+
import { updateCSS } from 'rc-util/lib/Dom/dynamicCSS';
|
|
4
|
+
export var useInsertStyles = function (styleStr) {
|
|
5
|
+
var _a = useContext(IconContext), csp = _a.csp, _b = _a.prefixCls, prefixCls = _b === void 0 ? 'sen-icon' : _b;
|
|
6
|
+
useEffect(function () {
|
|
7
|
+
updateCSS(styleStr !== null && styleStr !== void 0 ? styleStr : getIconStyles(prefixCls), 'sensoro-design-icons', {
|
|
8
|
+
prepend: true,
|
|
9
|
+
csp: csp,
|
|
10
|
+
});
|
|
11
|
+
}, []);
|
|
12
|
+
};
|
|
13
|
+
function getIconStyles(prefixCls) {
|
|
14
|
+
return "\n .".concat(prefixCls, " {\n display: inline-block;\n color: inherit;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n .").concat(prefixCls, " > * {\n line-height: 1;\n }\n\n .").concat(prefixCls, " svg {\n display: inline-block;\n }\n\n .").concat(prefixCls, "::before {\n display: none;\n }\n\n .").concat(prefixCls, "[tabindex] {\n cursor: pointer;\n }\n\n .").concat(prefixCls, "-spin::before,\n .").concat(prefixCls, "-spin {\n display: inline-block;\n -webkit-animation: loadingCircle 1s infinite linear;\n animation: loadingCircle 1s infinite linear;\n }\n\n @-webkit-keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n }\n\n @keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n }\n ");
|
|
15
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const AccountBookFilled: 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 AccountBookFilled;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import AccountBookFilledSvg from '@sensoro-design/icons-svg/lib/asn/AccountBookFilled';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var AccountBookFilled = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={AccountBookFilledSvg}/>; });
|
|
6
|
+
AccountBookFilled.displayName = 'AccountBookFilled';
|
|
7
|
+
export default AccountBookFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const AccountBookOutlined: 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 AccountBookOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import AccountBookOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/AccountBookOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var AccountBookOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={AccountBookOutlinedSvg}/>; });
|
|
6
|
+
AccountBookOutlined.displayName = 'AccountBookOutlined';
|
|
7
|
+
export default AccountBookOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const AccountBookTwoTone: 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 AccountBookTwoTone;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import AccountBookTwoToneSvg from '@sensoro-design/icons-svg/lib/asn/AccountBookTwoTone';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var AccountBookTwoTone = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={AccountBookTwoToneSvg}/>; });
|
|
6
|
+
AccountBookTwoTone.displayName = 'AccountBookTwoTone';
|
|
7
|
+
export default AccountBookTwoTone;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const AimOutlined: 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 AimOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import AimOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/AimOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var AimOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={AimOutlinedSvg}/>; });
|
|
6
|
+
AimOutlined.displayName = 'AimOutlined';
|
|
7
|
+
export default AimOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const AircircuitBreakerOutlined: 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 AircircuitBreakerOutlined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import AircircuitBreakerOutlinedSvg from '@sensoro-design/icons-svg/lib/asn/AircircuitBreakerOutlined';
|
|
4
|
+
import SensoroIcon from '../components/SensoroIcon';
|
|
5
|
+
var AircircuitBreakerOutlined = React.forwardRef(function (props, ref) { return <SensoroIcon {...props} ref={ref} icon={AircircuitBreakerOutlinedSvg}/>; });
|
|
6
|
+
AircircuitBreakerOutlined.displayName = 'AircircuitBreakerOutlined';
|
|
7
|
+
export default AircircuitBreakerOutlined;
|