import React from 'react' import { IconPropsWithStatus, StatusIcon } from '../_utils/icon/status' export const HandLuggageIcon = (props: IconPropsWithStatus) => ( ) HandLuggageIcon.defaultProps = StatusIcon.defaultProps