You can use the iconpicker input field to allow users to select an icon from the icon picker. See the below example on how you can use the iconpicker input field.
ExampleCopy to Clipboardarray(
'type' => 'iconpicker',
'heading' => esc_attr__( 'Select Icon', 'fusion-builder' ),
'description' => esc_attr__( 'Add a short description for the field.', 'fusion-builder' ),
'param_name' => 'icon',
'value' => '',
)x 1array(23 'type' => 'iconpicker',45 'heading' => esc_attr__( 'Select Icon', 'fusion-builder' ),67 'description' => esc_attr__( 'Add a short description for the field.', 'fusion-builder' ),89 'param_name' => 'icon',1011 'value' => '',1213)Parameters type
( string ) input type. heading
( string ) Setting title. description
( string ) Short description about the setting field. param_name
( string ) Attribute name to be used in the shortcode. value
( string ) Default value as icon class name.