Skip to content

Commit

Permalink
[RNMobile] Update icon for UngroupButton component (#50969)
Browse files Browse the repository at this point in the history
* [RNMobile] Update icon for UngroupButton component

* Change to lowercase
  • Loading branch information
t-hamano committed May 26, 2023
1 parent 2efeb82 commit 971ed6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions packages/block-editor/src/components/ungroup-button/icon.js

This file was deleted.

Expand Up @@ -6,11 +6,11 @@ import { ToolbarGroup, ToolbarButton } from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { withSelect, withDispatch } from '@wordpress/data';
import { compose } from '@wordpress/compose';
import { ungroup } from '@wordpress/icons';

/**
* Internal dependencies
*/
import UngroupIcon from './icon';
import { store as blockEditorStore } from '../../store';

const noop = () => {};
Expand All @@ -24,7 +24,7 @@ export function UngroupButton( { onConvertFromGroup, isUngroupable = false } ) {
<ToolbarGroup>
<ToolbarButton
title={ __( 'Ungroup' ) }
icon={ UngroupIcon }
icon={ ungroup }
onClick={ onConvertFromGroup }
/>
</ToolbarGroup>
Expand Down

1 comment on commit 971ed6c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 971ed6c.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5089560904
📝 Reported issues:

Please sign in to comment.