|
@@ -16,12 +16,15 @@ class PersonalSettings extends React.Component {
|
|
|
const UserIcon = () => {
|
|
const UserIcon = () => {
|
|
|
return <i className="icon-fw icon-user"></i>;
|
|
return <i className="icon-fw icon-user"></i>;
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
const shereAltIcon = () => {
|
|
const shereAltIcon = () => {
|
|
|
return <i className="icon-fw icon-share-alt"></i>;
|
|
return <i className="icon-fw icon-share-alt"></i>;
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
const lockIcon = () => {
|
|
const lockIcon = () => {
|
|
|
return <i className="icon-fw icon-lock"></i>;
|
|
return <i className="icon-fw icon-lock"></i>;
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
const paperPlaneIcon = () => {
|
|
const paperPlaneIcon = () => {
|
|
|
return <i className="icon-fw icon-paper-plane"></i>;
|
|
return <i className="icon-fw icon-paper-plane"></i>;
|
|
|
};
|
|
};
|