Skip to content

Commit

Permalink
Fix naming of DownloadIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
swaterkamp committed Dec 10, 2018
1 parent 406a412 commit 4001ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gsa/src/web/components/icon/downloadicon.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ import SvgIcon from './svgicon';

import {ReactComponent as Icon} from './svg/download.svg';

const EditIcon = props => (
const DownloadIcon = props => (
<SvgIcon
{...props}
>
<Icon/>
</SvgIcon>
);

export default EditIcon;
export default DownloadIcon;

// vim: set ts=2 sw=2 tw=80:

0 comments on commit 4001ca3

Please sign in to comment.