import React from 'react' const EmptyInbox = (props: React.SVGAttributes) => { return ( ) } export default EmptyInbox