File: /var/www/novotecs.com/wp-content/themes/itfirm/elementor/core/widgets/class-widget-ct-icon.php
<?php
class CT_CtIcon_Widget extends Case_Theme_Core_Widget_Base{
protected $name = 'ct_icon';
protected $title = 'Case Icons';
protected $icon = 'eicon-alert';
protected $categories = array( 'case-theme-core' );
protected $params = '{"sections":[{"name":"section_icon","label":"Icons","tab":"content","controls":[{"name":"icons","label":"Icons","type":"repeater","controls":[{"name":"icon_type","label":"Icon Type","type":"select","options":{"icon":"Icon","image":"Image"},"default":"icon"},{"name":"icon_image","label":"Icon Image","type":"media","description":"Select image icon.","condition":{"icon_type":"image"}},{"name":"ct_icon","label":"Icon","type":"icons","fa4compatibility":"icon","default":{"value":"fas fa-star","library":"fa-solid"},"condition":{"icon_type":"icon"}},{"name":"icon_link","label":"Icon Link","type":"url","label_block":true},{"name":"icon_color_item","label":"Icon Color Item","type":"color","default":"","selectors":{"{{WRAPPER}} .ct-icon1 {{CURRENT_ITEM}}":"color: {{VALUE}};"}}]},{"name":"style","label":"Style","type":"select","options":{"style1":"Default","style2":"Outline Box"},"default":"style1"},{"name":"align","label":"Alignment","type":"choose","control_type":"responsive","options":{"left":{"title":"Left","icon":"eicon-text-align-left"},"center":{"title":"Center","icon":"eicon-text-align-center"},"right":{"title":"Right","icon":"eicon-text-align-right"}},"selectors":{"{{WRAPPER}} .ct-icon1":"text-align: {{VALUE}};"}},{"name":"icon_color","label":"Icon Color","type":"color","default":"","selectors":{"{{WRAPPER}} .ct-icon1 a":"color: {{VALUE}};"}},{"name":"icon_color_hover","label":"Icon Color Hover","type":"color","default":"","selectors":{"{{WRAPPER}} .ct-icon1 a:hover":"color: {{VALUE}};"}},{"name":"icon_typography","label":"Icon Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .ct-icon1 a i"},{"name":"icon_space","label":"Icon Spacer","type":"slider","control_type":"responsive","size_units":["px"],"range":{"px":{"min":0,"max":300}},"selectors":{"{{WRAPPER}} .ct-icon1 a + a":"margin-left: {{SIZE}}{{UNIT}};"}}]}]}';
protected $styles = array( );
protected $scripts = array( );
}