admin管理员组

文章数量:1193565

I'm trying to use the @wordpress/icons npm package:

npm install @wordpress/icons --save

To display the dashicons-post-status icon within the block editor:

import { Icon, postStatus } from '@wordpress/icons';

<Icon icon={ postStatus } />;

The issue - As far as I can tell, this icon doesn't exist within the icons package. Either that, or I'm utterly blind and need my eyes tested? Would one of you lovely people be able to confirm what I'm not seeing?

本文标签: What is the poststatus icon handle when using wordpressicons