diff --git a/packages/block-library/src/image/image.js b/packages/block-library/src/image/image.js index fe834aab24d04a..d5f7c54cebf818 100644 --- a/packages/block-library/src/image/image.js +++ b/packages/block-library/src/image/image.js @@ -32,6 +32,7 @@ import { useEffect, useState } from '@wordpress/element'; import { __, sprintf } from '@wordpress/i18n'; import { getPath } from '@wordpress/url'; import { createBlock } from '@wordpress/blocks'; +import { crop } from '@wordpress/icons'; /** * Internal dependencies @@ -200,9 +201,9 @@ export default function Image( { setIsEditingImage( true ) } - > - { __( 'Crop' ) } - + icon={ crop } + label={ __( 'Crop' ) } + /> ) } { ! isEditingImage && (