'icon', 'svg' => '', 'icon' => '', 'type' => 'fontawesome', 'icon_fontawesome' => '', 'icon_openiconic' => '', 'icon_typicons' => '', 'icon_entypo' => '', 'icon_linecons' => '', 'icon_monosocial' => '', 'icon_material' => '', 'icon_dripicons' => '', 'icon_elegantlcons' => '', 'icon_pe7icons' => '', 'icon_position' => 'left', 'icon_color' => '', 'style' => '', 'title' => '', 'desc' => '', 'color' => 'black', 'class' => '', ), $atts ) ); $class = $this->getExtraClass( $class ); wp_enqueue_script( 'nimbus-icon' ); if ( $icon_style == 'icon' ) { vc_icon_element_fonts_enqueue( $type ); $icon_color = ($icon_color) ? 'style="color:'.$icon_color.'"' : ''; $iconClass = isset( ${'icon_' . $type} ) ? esc_attr( ${'icon_' . $type} ) : 'fa fa-adjust'; $icon_out = '
'; } elseif ( $icon_style == 'svg' ) { $icon_out = ''; } echo '';