HEX
Server: Apache/2
System: Linux ctr689471.novalocal 4.9.241-37.el7.x86_64 #1 SMP Mon Nov 2 13:55:04 UTC 2020 x86_64
User: bluecool (1005)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /home/bluecool/public_html/wp-content/themes/flatsome/inc/helpers/helpers-icons.php
<?php

function get_flatsome_icon($name, $size = null){
  if($size) $size = 'style="font-size:'.$size.';"';
  return '<i class="'.$name.'" '.$size.'></i>';
}

function flatsome_add_icons_css() {
  wp_enqueue_style( 'flatsome-icons', get_template_directory_uri() .'/assets/css/fl-icons.css', array(), '3.12', 'all' );
}
add_action( 'wp_enqueue_scripts', 'flatsome_add_icons_css' );