This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../webapp/src/components/icons.jsx
2018-07-23 13:43:22 -04:00

9 lines
198 B
JavaScript

import React from 'react';
export const MainMenuMobileIcon = () => (
<i className='icon fa fa-plug'/>
);
export const ChannelHeaderButtonIcon = () => (
<i className='icon fa fa-plug'/>
);