/home/techb158/l2hypotheques.com/wp-content/plugins/pyloncore/elementor
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/pyloncore/elementor/icons.php (4839B)
'pylon-icons',
'label' => esc_html__( 'Pylon Icons', 'pyloncore' ),
'labelIcon' => 'eicon-nerd-chuckle',
'prefix' => 'pylon-icon-',
'displayPrefix' => 'pylon-icon',
'url' => get_theme_file_uri( 'assets/css/pylon-icons.css' ),
'icons' => $new_icons,
'ver' => '1.0.0',
);
$tabs['pylon-flaticon'] = array(
'name' => 'flaticon',
'label' => esc_html__( 'Flaticon', 'pyloncore' ),
'labelIcon' => 'eicon-nerd-chuckle',
'prefix' => 'flaticon-',
'displayPrefix' => 'flaticon',
'url' => get_theme_file_uri( 'assets/css/flaticon.css' ),
'icons' => $new_icons2,
'ver' => '1.0.0',
);
$tabs['my-two-custom-icons'] = array(
'name' => 'pylon-two-icons',
'label' => esc_html__( 'Pylon Two Icons', 'pyloncore' ),
'labelIcon' => 'eicon-nerd-chuckle',
'prefix' => 'pylon-two-icon-',
'displayPrefix' => 'pylon-two-icon',
'url' => get_theme_file_uri( 'assets/css/pylon-two-icons.css' ),
'icons' => $new_icons3,
'ver' => '1.0.0',
);
return $tabs;
}
add_filter( 'elementor/icons_manager/additional_tabs', 'pylon_icons_library' );