import { memo } from '@wordpress/element'; const PreviewIcon = (props) => { const { className, ...otherProps } = props; return ( ); }; export default memo(PreviewIcon);