Skip to content
Snippets Groups Projects
Commit 1c74cc65 authored by Chris Beer's avatar Chris Beer
Browse files

Remove double svg wrapping from the mirador icon

parent c0dd7a2c
Branches
Tags
No related merge requests found
......@@ -7,11 +7,9 @@ import SvgIcon from '@material-ui/core/SvgIcon';
export default function MiradorIcon(props) {
return (
<SvgIcon viewBox="0 0 60 55" {...props}>
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="55" viewBox="0 0 60 55">
<rect width="18" height="55" />
<rect width="18" height="55" transform="translate(42)" />
<rect width="18" height="34" transform="translate(21)" />
</svg>
</SvgIcon>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment