• File: base.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php
  • Date Modified: 04/23/2023 3:22 PM
  • File size: 443 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Elementor\Core\Page_Assets\Data_Managers\Font_Icon_Svg;

use Elementor\Core\Page_Assets\Data_Managers\Base as Data_Managers_Base;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Elementor Font Icon Svg Base.
 *
 * @since 3.4.0
 */
class Base extends Data_Managers_Base {
	protected $content_type = 'svg';

	protected $assets_category = 'font-icon';

	protected function get_asset_content() {}
}