File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/react-renderer-demo/src/app/src/components/common Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react';
3
3
import SvgIcon from '@material-ui/core/SvgIcon' ;
4
4
5
5
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 } >
7
7
< g >
8
8
< polygon fill = "#00B0FF" points = "0 110.848 0 0 96 55.424 96 92.3733333 32 55.424 32 129.322667" > </ polygon >
9
9
< 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 >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react';
3
3
import SvgIcon from '@material-ui/core/SvgIcon' ;
4
4
5
5
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 } >
7
7
< linearGradient id = "SVGID_1_" gradientUnits = "userSpaceOnUse" x1 = "160" y1 = "320" x2 = "160" y2 = "0" >
8
8
< stop offset = "0" style = { { stopColor :"#E6E6E6" } } />
9
9
< stop offset = "0.75" style = { { stopColor :"#FFFFFF" } } />
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react';
3
3
import SvgIcon from '@material-ui/core/SvgIcon' ;
4
4
5
5
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 } >
7
7
< g >
8
8
< title > background</ title >
9
9
< rect fill = "none" id = "canvas_background" height = "402" width = "582" y = "-1" x = "-1" />
You can’t perform that action at this time.
0 commit comments