[icon] Use lightbulb
This commit is contained in:
@ -55,7 +55,7 @@ function findSmartQueueButton(renderer) {
|
||||
? btn.props.children
|
||||
: [btn.props.children];
|
||||
return children.some(
|
||||
(child) => child.props && child.props.name === 'magic',
|
||||
(child) => child.props && child.props.name === 'lightbulb_outline',
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
@ -167,7 +167,7 @@ exports[`<PlaybackControls /> should render correctly 1`] = `
|
||||
<Icon
|
||||
data-qa-file="PlaybackControls"
|
||||
data-qa-node="Icon"
|
||||
name="magic"
|
||||
name="lightbulb_outline"
|
||||
type="material"
|
||||
/>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user