Skip to content

Commit b05e0d3

Browse files
committed
Fix icons propTypes
1 parent 569c995 commit b05e0d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-renderer-demo/src/app/src/components/common/material-logo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import SvgIcon from '@material-ui/core/SvgIcon';
44

55
const MaterialUILogo = (props) => (
6-
<SvgIcon fontSize="150" viewBox="0 0 256 204" role="presentation" {...props}>
6+
<SvgIcon viewBox="0 0 256 204" role="presentation" {...props}>
77
<g>
88
<polygon fill="#00B0FF" points="0 110.848 0 0 96 55.424 96 92.3733333 32 55.424 32 129.322667"></polygon>
99
<polygon fill="#0081CB" points="96 55.424 192 0 192 110.848 128 147.797333 96 129.322667 160 92.3733333 160 55.424 96 92.3733333"></polygon>

packages/react-renderer-demo/src/app/src/components/common/pf3-logo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import SvgIcon from '@material-ui/core/SvgIcon';
44

55
const PF3Logo = (props) => (
6-
<SvgIcon width="320px" height="320px" viewBox="0 0 320 320" enable-background="new 0 0 320 320" role="presentation" {...props}>
6+
<SvgIcon width="320px" height="320px" viewBox="0 0 320 320" enableBackground="new 0 0 320 320" role="presentation" {...props}>
77
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="160" y1="320" x2="160" y2="0">
88
<stop offset="0" style={{stopColor:"#E6E6E6"}} />
99
<stop offset="0.75" style={{stopColor:"#FFFFFF" }}/>

packages/react-renderer-demo/src/app/src/components/common/pf4-logo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import SvgIcon from '@material-ui/core/SvgIcon';
44

55
const PF4Logo = (props) => (
6-
<SvgIcon height="402" width="582" viewBox="0 0 706.3 132.5" enable-background="new 0 0 706.3 132.5" role="presentation" {...props}>
6+
<SvgIcon height="402" width="582" viewBox="0 0 706.3 132.5" enableBackground="new 0 0 706.3 132.5" role="presentation" {...props}>
77
<g>
88
<title>background</title>
99
<rect fill="none" id="canvas_background" height="402" width="582" y="-1" x="-1"/>

0 commit comments

Comments
 (0)