import React from 'react'; const PaperPlaneIcon = () => <i className="icon-fw icon-paper-plane"></i>; export default PaperPlaneIcon;