PaperPlaneIcon.jsx 135 B

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