import React from 'react'; type Props = React.SVGProps; const DirectboxReceiveIcon = (props: Props) => ( ); export default DirectboxReceiveIcon;