mirror of
https://github.com/wassname/talk.git
synced 2026-07-22 13:00:29 +08:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
import React from 'react';
|
|
|
|
export default () => (
|
|
<i className="fa fa-handshake-o" aria-hidden="true"/>
|
|
);
|