Web: components: rename Settings icon

This commit is contained in:
DASenkiv 2019-06-26 18:31:17 +03:00
parent 10d6902610
commit 4d12290a5b
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ import OrigMailIcon from './mail.react.svg';
import OrigMoneyIcon from './money.react.svg'; import OrigMoneyIcon from './money.react.svg';
import OrigProjectsIcon from './projects.react.svg'; import OrigProjectsIcon from './projects.react.svg';
import OrigSearchIcon from './search.react.svg'; import OrigSearchIcon from './search.react.svg';
import OrigSettingsCatalogIcon from './settings.catalog.react.svg'; import OrigSettingsIcon from './settings.react.svg';
import OrigProjectDocumentsUpIcon from './project.documents.up.react.svg'; import OrigProjectDocumentsUpIcon from './project.documents.up.react.svg';
import OrigProjectsTemplatesIcon from './projects.templates.react.svg'; import OrigProjectsTemplatesIcon from './projects.templates.react.svg';
import OrigItemPausedIcon from './item.paused.react.svg'; import OrigItemPausedIcon from './item.paused.react.svg';
@ -150,9 +150,9 @@ export const SearchIcon = createStyledIcon(
OrigSearchIcon, OrigSearchIcon,
'SearchIcon' 'SearchIcon'
); );
export const SettingsCatalogIcon = createStyledIcon( export const SettingsIcon = createStyledIcon(
OrigSettingsCatalogIcon, OrigSettingsIcon,
'SettingsCatalogIcon' 'SettingsIcon'
); );
export const ProjectDocumentsUpIcon = createStyledIcon( export const ProjectDocumentsUpIcon = createStyledIcon(
OrigProjectDocumentsUpIcon, OrigProjectDocumentsUpIcon,

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB