We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c359b commit 0f1f9beCopy full SHA for 0f1f9be
components/SLDSIcons.js
@@ -43,6 +43,9 @@ export const ButtonIcon = React.createClass({
43
if (this.props.hint) {
44
className = className + ' slds-button__icon--hint';
45
}
46
+ if(this.props.category === 'utility'){
47
+ return <SLDSUtilityIcon name={this.props.name} aria-hidden='true' className={className} />;
48
+ }
49
return <svg aria-hidden='true' className={className} dangerouslySetInnerHTML={{__html: useTag }} />;
50
51
0 commit comments