Web: components: rename Follow icon

This commit is contained in:
DASenkiv 2019-06-27 10:23:46 +03:00
parent f5188f1dd5
commit c0bf2be672
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ import OrigAppsIcon from './apps.react.svg';
import OrigCalendarCheckedIcon from './calendar.checked.react.svg';
import OrigCrmIcon from './crm.react.svg';
import OrigDocumentsIcon from './documents.react.svg';
import OrigFollowIcon from './follow.react.svg';
import OrigCatalogSharedIcon from './catalog.shared.react.svg';
import OrigMailIcon from './mail.react.svg';
import OrigMoneyIcon from './money.react.svg';
import OrigProjectsIcon from './projects.react.svg';
@ -139,9 +139,9 @@ export const DocumentsIcon = createStyledIcon(
OrigDocumentsIcon,
'DocumentsIcon'
);
export const FollowIcon = createStyledIcon(
OrigFollowIcon,
'FollowIcon'
export const CatalogSharedIcon = createStyledIcon(
OrigCatalogSharedIcon,
'CatalogSharedIcon'
);
export const MailIcon = createStyledIcon(
OrigMailIcon,