File: //proc/thread-self/cwd/wp-content/plugins/ftech-plugin/elementor/widgets/view/button/button-3.php
<?php
if ( ! empty( $settings['btn_link']['url'] ) ) {
$this->add_link_attributes( 'btn_link', $settings['btn_link'] );
}
?>
<a <?php echo $this->get_render_attribute_string( 'btn_link' ); ?> aria-label="name" class="ftc-pr-btn-5" data-wow-duration="2s">
<?php echo wp_kses($settings['btn_label'], true);?>
<?php if($settings['btn_icon_enable'] === 'yes'):?>
<?php \Elementor\Icons_Manager::render_icon( $settings['icon'], [ 'aria-hidden' => 'true' ] ); ?>
<?php endif;?>
</a>