diff --git a/packages/block-editor/src/components/spacing-sizes-control/linked-button.js b/packages/block-editor/src/components/spacing-sizes-control/linked-button.js index f6d56be66072ad..1f6128ad1d1e47 100644 --- a/packages/block-editor/src/components/spacing-sizes-control/linked-button.js +++ b/packages/block-editor/src/components/spacing-sizes-control/linked-button.js @@ -2,7 +2,7 @@ * WordPress dependencies */ import { Button, Tooltip } from '@wordpress/components'; -import { link, linkOff } from '@wordpress/icons'; +import { linkOffVertical, linkVertical } from '@wordpress/icons'; import { __ } from '@wordpress/i18n'; export default function LinkedButton( { isLinked, ...props } ) { @@ -13,7 +13,7 @@ export default function LinkedButton( { isLinked, ...props } ) {