File "base.php"

Full Path: /home/elegucvf/public_html/elementor/core/page-assets/data-managers/font-icon-svg/base.php
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() {}
}