'restly-flaticon', 'label' => esc_html__( 'Flaticon', 'restlycore' ), 'labelIcon' => 'eicon-nerd-chuckle', 'prefix' => 'flaticon-', 'displayPrefix' => 'flaticon', 'url' => plugin_dir_url( __FILE__ ) . 'assets/css/flaticon.css', 'icons' => $flaticons, 'ver' => '1.0.0', ); $tabs['restly-iconfont-icons'] = array( 'name' => 'restly-iconfont', 'label' => esc_html__( 'Iconfont', 'restlycore' ), 'labelIcon' => 'eicon-nerd-chuckle', 'prefix' => 'ico-', 'displayPrefix' => 'ico', 'url' => plugin_dir_url( __FILE__ ) . 'assets/css/iconfont.css', 'icons' => $iconfont_icons, 'ver' => '1.0.0', ); $tabs['restly-bootstrap-icons'] = array( 'name' => 'restly-bootstrap', 'label' => esc_html__( 'Bootstrap 5', 'restlycore' ), 'labelIcon' => 'eicon-nerd-chuckle', 'prefix' => 'bi-', 'displayPrefix' => 'bi', 'url' => get_theme_file_uri( 'assets/bootstrap/bootstrap-icons.css' ), 'icons' => $bootstrap_icons, 'ver' => '5.0.0', ); return $tabs; } add_filter( 'elementor/icons_manager/additional_tabs', 'restly_icons_library' );