register_post_meta( 'post_type_name', 'test_icon', array(
'type' => 'string',
'default' => 'map-pin-heart',
'single' => true,
'show_in_rest' => true,
) );
import {
TwebMetaIconControl,
} from '@tigriweb/components/meta';
<TwebMetaIconControl
label={ __('Icon Label', 'your-theme-name') }
help={ __('Icon Description', 'your-theme-name') }
metaKey="test_icon"
/>