icon names refactor

This commit is contained in:
Jan Prochazka
2020-11-10 18:21:29 +01:00
parent 1c2dedfef3
commit c8f7dc3d2c
37 changed files with 146 additions and 89 deletions

View File

@@ -295,7 +295,7 @@ function SourceName({ name }) {
<SourceNameWrapper>
<div>{name}</div>
<TrashWrapper onClick={handleDelete}>
<FontIcon icon="mdi mdi-delete" />
<FontIcon icon="icon delete" />
</TrashWrapper>
</SourceNameWrapper>
);
@@ -353,7 +353,7 @@ export default function ImportExportConfigurator({ uploadedFile = undefined }) {
engine={sourceEngine}
/>
<ArrowWrapper>
<FontIcon icon="mdi mdi-arrow-right" />
<FontIcon icon="icon arrow-right" />
</ArrowWrapper>
<SourceTargetConfig
direction="target"