"testIcon": {
"type": "string",
"default": "map-pin-heart"
}
import {
TwebBlockIconControl,
} from '@tigriweb/components/attributes';
<TwebBlockIconControl
label={ __('Icon Label', 'your-theme-name') }
help={ __('Icon Description', 'your-theme-name') }
name="testIcon"
{...{ attributes, setAttributes }}
/>