Your IP : 216.73.216.0


Current Path : /home/goldnueh/www/wp-content/plugins/rt-elements/inc/
Upload File :
Current File : /home/goldnueh/www/wp-content/plugins/rt-elements/inc/rs-addon-icons.php

<?php
/**
 * List of rs addon icon
 *
 * @return array
 */

function rsaddon_pro_get_icons() {
      return [
      'rt-play'                              => 'rt play',
      'rt-user'                              => 'rt user',
      'rt-arrow-left'                        => 'rt arrow left',
      ' rt-arrow-left-long'                  => 'rt arrow left long',
      'rt-arrow-right'                       => 'rt arrow right',
      'rt-arrow-right-long'                  => 'rt arrow right long',      
      ];
}


function rts_custom_get_icons() {
      return [
      'rt-linkedin-in'                    => 'Linkdin',
      'rt-location-dot'                   => 'Location',
      'rt-message'                        => 'Message',
      'rt-phone-flip'                     => 'Phone Flip',
      'rt-play'                           => 'Play',
      'rt-plus'                           => 'Plus',      
      'rt-quote-left'                     => 'Quote Left',      
      'rt-twitter'                        => 'Twitter',      
      'rt-arrow-left'                     => 'Arrwo Left',      
      'rt-arrow-left-long'                => 'Arrow Left Long',      
      'rt-arrow-right'                    => 'Arrow Right',      
      'rt-arrow-right-long'               => 'Arrow Right Long',      
      'rt-quote-left'                     => 'Quote Left',      
      'rt-user'                           => 'User',      
      'rt-envelope'                       => 'Envelope',      
      ];
}