stuff
This commit is contained in:
parent
5027441c0e
commit
36dde50d4e
|
@ -7733,8 +7733,8 @@
|
|||
InternalComponents.LibraryComponents.SvgIcon = BDFDB.ReactUtils.getValue(window.BDFDB, "LibraryComponents.SvgIcon") || reactInitialized && class BDFDB_Icon extends LibraryModules.React.Component {
|
||||
render() {
|
||||
if (BDFDB.ObjectUtils.is(this.props.name)) {
|
||||
if (this.props.className) this.props.nativeClass = true;
|
||||
this.props.iconSVG = this.props.name.icon;
|
||||
this.props.nativeClass = true;
|
||||
let props = Object.assign({
|
||||
width: 24,
|
||||
height: 24,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue