| 1 |
<?php |
| 2 |
namespace Elementor; |
| 3 |
|
| 4 |
if ( ! defined( 'ABSPATH' ) ) { |
| 5 |
exit; // Exit if accessed directly. |
| 6 |
} |
| 7 |
|
| 8 |
/** |
| 9 |
* Elementor icon control. |
| 10 |
* |
| 11 |
* A base control for creating an icon control. Displays a font icon select box |
| 12 |
* field. The control accepts `include` or `exclude` arguments to set a partial |
| 13 |
* list of icons. |
| 14 |
* |
| 15 |
* @since 1.0.0 |
| 16 |
*/ |
| 17 |
class Control_Icon extends Base_Data_Control { |
| 18 |
|
| 19 |
/** |
| 20 |
* Get icon control type. |
| 21 |
* |
| 22 |
* Retrieve the control type, in this case `icon`. |
| 23 |
* |
| 24 |
* @since 1.0.0 |
| 25 |
* @access public |
| 26 |
* |
| 27 |
* @return string Control type. |
| 28 |
*/ |
| 29 |
public function get_type() { |
| 30 |
return 'icon'; |
| 31 |
} |
| 32 |
|
| 33 |
/** |
| 34 |
* Get icons. |
| 35 |
* |
| 36 |
* Retrieve all the available icons. |
| 37 |
* |
| 38 |
* @since 1.0.0 |
| 39 |
* @access public |
| 40 |
* @static |
| 41 |
* |
| 42 |
* @return array Available icons. |
| 43 |
*/ |
| 44 |
public static function get_icons() { |
| 45 |
return [ |
| 46 |
'fa fa-500px' => '500px', |
| 47 |
'fa fa-address-book' => 'address-book', |
| 48 |
'fa fa-address-book-o' => 'address-book-o', |
| 49 |
'fa fa-address-card' => 'address-card', |
| 50 |
'fa fa-address-card-o' => 'address-card-o', |
| 51 |
'fa fa-adjust' => 'adjust', |
| 52 |
'fa fa-adn' => 'adn', |
| 53 |
'fa fa-align-center' => 'align-center', |
| 54 |
'fa fa-align-justify' => 'align-justify', |
| 55 |
'fa fa-align-left' => 'align-left', |
| 56 |
'fa fa-align-right' => 'align-right', |
| 57 |
'fa fa-amazon' => 'amazon', |
| 58 |
'fa fa-ambulance' => 'ambulance', |
| 59 |
'fa fa-american-sign-language-interpreting' => 'american-sign-language-interpreting', |
| 60 |
'fa fa-anchor' => 'anchor', |
| 61 |
'fa fa-android' => 'android', |
| 62 |
'fa fa-angellist' => 'angellist', |
| 63 |
'fa fa-angle-double-down' => 'angle-double-down', |
| 64 |
'fa fa-angle-double-left' => 'angle-double-left', |
| 65 |
'fa fa-angle-double-right' => 'angle-double-right', |
| 66 |
'fa fa-angle-double-up' => 'angle-double-up', |
| 67 |
'fa fa-angle-down' => 'angle-down', |
| 68 |
'fa fa-angle-left' => 'angle-left', |
| 69 |
'fa fa-angle-right' => 'angle-right', |
| 70 |
'fa fa-angle-up' => 'angle-up', |
| 71 |
'fa fa-apple' => 'apple', |
| 72 |
'fa fa-archive' => 'archive', |
| 73 |
'fa fa-area-chart' => 'area-chart', |
| 74 |
'fa fa-arrow-circle-down' => 'arrow-circle-down', |
| 75 |
'fa fa-arrow-circle-left' => 'arrow-circle-left', |
| 76 |
'fa fa-arrow-circle-o-down' => 'arrow-circle-o-down', |
| 77 |
'fa fa-arrow-circle-o-left' => 'arrow-circle-o-left', |
| 78 |
'fa fa-arrow-circle-o-right' => 'arrow-circle-o-right', |
| 79 |
'fa fa-arrow-circle-o-up' => 'arrow-circle-o-up', |
| 80 |
'fa fa-arrow-circle-right' => 'arrow-circle-right', |
| 81 |
'fa fa-arrow-circle-up' => 'arrow-circle-up', |
| 82 |
'fa fa-arrow-down' => 'arrow-down', |
| 83 |
'fa fa-arrow-left' => 'arrow-left', |
| 84 |
'fa fa-arrow-right' => 'arrow-right', |
| 85 |
'fa fa-arrow-up' => 'arrow-up', |
| 86 |
'fa fa-arrows' => 'arrows', |
| 87 |
'fa fa-arrows-alt' => 'arrows-alt', |
| 88 |
'fa fa-arrows-h' => 'arrows-h', |
| 89 |
'fa fa-arrows-v' => 'arrows-v', |
| 90 |
'fa fa-asl-interpreting' => 'asl-interpreting', |
| 91 |
'fa fa-assistive-listening-systems' => 'assistive-listening-systems', |
| 92 |
'fa fa-asterisk' => 'asterisk', |
| 93 |
'fa fa-at' => 'at', |
| 94 |
'fa fa-audio-description' => 'audio-description', |
| 95 |
'fa fa-automobile' => 'automobile', |
| 96 |
'fa fa-backward' => 'backward', |
| 97 |
'fa fa-balance-scale' => 'balance-scale', |
| 98 |
'fa fa-ban' => 'ban', |
| 99 |
'fa fa-bandcamp' => 'bandcamp', |
| 100 |
'fa fa-bank' => 'bank', |
| 101 |
'fa fa-bar-chart' => 'bar-chart', |
| 102 |
'fa fa-bar-chart-o' => 'bar-chart-o', |
| 103 |
'fa fa-barcode' => 'barcode', |
| 104 |
'fa fa-bars' => 'bars', |
| 105 |
'fa fa-bath' => 'bath', |
| 106 |
'fa fa-bathtub' => 'bathtub', |
| 107 |
'fa fa-battery' => 'battery', |
| 108 |
'fa fa-battery-0' => 'battery-0', |
| 109 |
'fa fa-battery-1' => 'battery-1', |
| 110 |
'fa fa-battery-2' => 'battery-2', |
| 111 |
'fa fa-battery-3' => 'battery-3', |
| 112 |
'fa fa-battery-4' => 'battery-4', |
| 113 |
'fa fa-battery-empty' => 'battery-empty', |
| 114 |
'fa fa-battery-full' => 'battery-full', |
| 115 |
'fa fa-battery-half' => 'battery-half', |
| 116 |
'fa fa-battery-quarter' => 'battery-quarter', |
| 117 |
'fa fa-battery-three-quarters' => 'battery-three-quarters', |
| 118 |
'fa fa-bed' => 'bed', |
| 119 |
'fa fa-beer' => 'beer', |
| 120 |
'fa fa-behance' => 'behance', |
| 121 |
'fa fa-behance-square' => 'behance-square', |
| 122 |
'fa fa-bell' => 'bell', |
| 123 |
'fa fa-bell-o' => 'bell-o', |
| 124 |
'fa fa-bell-slash' => 'bell-slash', |
| 125 |
'fa fa-bell-slash-o' => 'bell-slash-o', |
| 126 |
'fa fa-bicycle' => 'bicycle', |
| 127 |
'fa fa-binoculars' => 'binoculars', |
| 128 |
'fa fa-birthday-cake' => 'birthday-cake', |
| 129 |
'fa fa-bitbucket' => 'bitbucket', |
| 130 |
'fa fa-bitbucket-square' => 'bitbucket-square', |
| 131 |
'fa fa-bitcoin' => 'bitcoin', |
| 132 |
'fa fa-black-tie' => 'black-tie', |
| 133 |
'fa fa-blind' => 'blind', |
| 134 |
'fa fa-bluetooth' => 'bluetooth', |
| 135 |
'fa fa-bluetooth-b' => 'bluetooth-b', |
| 136 |
'fa fa-bold' => 'bold', |
| 137 |
'fa fa-bolt' => 'bolt', |
| 138 |
'fa fa-bomb' => 'bomb', |
| 139 |
'fa fa-book' => 'book', |
| 140 |
'fa fa-bookmark' => 'bookmark', |
| 141 |
'fa fa-bookmark-o' => 'bookmark-o', |
| 142 |
'fa fa-braille' => 'braille', |
| 143 |
'fa fa-briefcase' => 'briefcase', |
| 144 |
'fa fa-btc' => 'btc', |
| 145 |
'fa fa-bug' => 'bug', |
| 146 |
'fa fa-building' => 'building', |
| 147 |
'fa fa-building-o' => 'building-o', |
| 148 |
'fa fa-bullhorn' => 'bullhorn', |
| 149 |
'fa fa-bullseye' => 'bullseye', |
| 150 |
'fa fa-bus' => 'bus', |
| 151 |
'fa fa-buysellads' => 'buysellads', |
| 152 |
'fa fa-cab' => 'cab', |
| 153 |
'fa fa-calculator' => 'calculator', |
| 154 |
'fa fa-calendar' => 'calendar', |
| 155 |
'fa fa-calendar-check-o' => 'calendar-check-o', |
| 156 |
'fa fa-calendar-minus-o' => 'calendar-minus-o', |
| 157 |
'fa fa-calendar-o' => 'calendar-o', |
| 158 |
'fa fa-calendar-plus-o' => 'calendar-plus-o', |
| 159 |
'fa fa-calendar-times-o' => 'calendar-times-o', |
| 160 |
'fa fa-camera' => 'camera', |
| 161 |
'fa fa-camera-retro' => 'camera-retro', |
| 162 |
'fa fa-car' => 'car', |
| 163 |
'fa fa-caret-down' => 'caret-down', |
| 164 |
'fa fa-caret-left' => 'caret-left', |
| 165 |
'fa fa-caret-right' => 'caret-right', |
| 166 |
'fa fa-caret-square-o-down' => 'caret-square-o-down', |
| 167 |
'fa fa-caret-square-o-left' => 'caret-square-o-left', |
| 168 |
'fa fa-caret-square-o-right' => 'caret-square-o-right', |
| 169 |
'fa fa-caret-square-o-up' => 'caret-square-o-up', |
| 170 |
'fa fa-caret-up' => 'caret-up', |
| 171 |
'fa fa-cart-arrow-down' => 'cart-arrow-down', |
| 172 |
'fa fa-cart-plus' => 'cart-plus', |
| 173 |
'fa fa-cc' => 'cc', |
| 174 |
'fa fa-cc-amex' => 'cc-amex', |
| 175 |
'fa fa-cc-diners-club' => 'cc-diners-club', |
| 176 |
'fa fa-cc-discover' => 'cc-discover', |
| 177 |
'fa fa-cc-jcb' => 'cc-jcb', |
| 178 |
'fa fa-cc-mastercard' => 'cc-mastercard', |
| 179 |
'fa fa-cc-paypal' => 'cc-paypal', |
| 180 |
'fa fa-cc-stripe' => 'cc-stripe', |
| 181 |
'fa fa-cc-visa' => 'cc-visa', |
| 182 |
'fa fa-certificate' => 'certificate', |
| 183 |
'fa fa-chain' => 'chain', |
| 184 |
'fa fa-chain-broken' => 'chain-broken', |
| 185 |
'fa fa-check' => 'check', |
| 186 |
'fa fa-check-circle' => 'check-circle', |
| 187 |
'fa fa-check-circle-o' => 'check-circle-o', |
| 188 |
'fa fa-check-square' => 'check-square', |
| 189 |
'fa fa-check-square-o' => 'check-square-o', |
| 190 |
'fa fa-chevron-circle-down' => 'chevron-circle-down', |
| 191 |
'fa fa-chevron-circle-left' => 'chevron-circle-left', |
| 192 |
'fa fa-chevron-circle-right' => 'chevron-circle-right', |
| 193 |
'fa fa-chevron-circle-up' => 'chevron-circle-up', |
| 194 |
'fa fa-chevron-down' => 'chevron-down', |
| 195 |
'fa fa-chevron-left' => 'chevron-left', |
| 196 |
'fa fa-chevron-right' => 'chevron-right', |
| 197 |
'fa fa-chevron-up' => 'chevron-up', |
| 198 |
'fa fa-child' => 'child', |
| 199 |
'fa fa-chrome' => 'chrome', |
| 200 |
'fa fa-circle' => 'circle', |
| 201 |
'fa fa-circle-o' => 'circle-o', |
| 202 |
'fa fa-circle-o-notch' => 'circle-o-notch', |
| 203 |
'fa fa-circle-thin' => 'circle-thin', |
| 204 |
'fa fa-clipboard' => 'clipboard', |
| 205 |
'fa fa-clock-o' => 'clock-o', |
| 206 |
'fa fa-clone' => 'clone', |
| 207 |
'fa fa-close' => 'close', |
| 208 |
'fa fa-cloud' => 'cloud', |
| 209 |
'fa fa-cloud-download' => 'cloud-download', |
| 210 |
'fa fa-cloud-upload' => 'cloud-upload', |
| 211 |
'fa fa-cny' => 'cny', |
| 212 |
'fa fa-code' => 'code', |
| 213 |
'fa fa-code-fork' => 'code-fork', |
| 214 |
'fa fa-codepen' => 'codepen', |
| 215 |
'fa fa-codiepie' => 'codiepie', |
| 216 |
'fa fa-coffee' => 'coffee', |
| 217 |
'fa fa-cog' => 'cog', |
| 218 |
'fa fa-cogs' => 'cogs', |
| 219 |
'fa fa-columns' => 'columns', |
| 220 |
'fa fa-comment' => 'comment', |
| 221 |
'fa fa-comment-o' => 'comment-o', |
| 222 |
'fa fa-commenting' => 'commenting', |
| 223 |
'fa fa-commenting-o' => 'commenting-o', |
| 224 |
'fa fa-comments' => 'comments', |
| 225 |
'fa fa-comments-o' => 'comments-o', |
| 226 |
'fa fa-compass' => 'compass', |
| 227 |
'fa fa-compress' => 'compress', |
| 228 |
'fa fa-connectdevelop' => 'connectdevelop', |
| 229 |
'fa fa-contao' => 'contao', |
| 230 |
'fa fa-copy' => 'copy', |
| 231 |
'fa fa-copyright' => 'copyright', |
| 232 |
'fa fa-creative-commons' => 'creative-commons', |
| 233 |
'fa fa-credit-card' => 'credit-card', |
| 234 |
'fa fa-credit-card-alt' => 'credit-card-alt', |
| 235 |
'fa fa-crop' => 'crop', |
| 236 |
'fa fa-crosshairs' => 'crosshairs', |
| 237 |
'fa fa-css3' => 'css3', |
| 238 |
'fa fa-cube' => 'cube', |
| 239 |
'fa fa-cubes' => 'cubes', |
| 240 |
'fa fa-cut' => 'cut', |
| 241 |
'fa fa-cutlery' => 'cutlery', |
| 242 |
'fa fa-dashboard' => 'dashboard', |
| 243 |
'fa fa-dashcube' => 'dashcube', |
| 244 |
'fa fa-database' => 'database', |
| 245 |
'fa fa-deaf' => 'deaf', |
| 246 |
'fa fa-deafness' => 'deafness', |
| 247 |
'fa fa-dedent' => 'dedent', |
| 248 |
'fa fa-delicious' => 'delicious', |
| 249 |
'fa fa-desktop' => 'desktop', |
| 250 |
'fa fa-deviantart' => 'deviantart', |
| 251 |
'fa fa-diamond' => 'diamond', |
| 252 |
'fa fa-digg' => 'digg', |
| 253 |
'fa fa-dollar' => 'dollar', |
| 254 |
'fa fa-dot-circle-o' => 'dot-circle-o', |
| 255 |
'fa fa-download' => 'download', |
| 256 |
'fa fa-dribbble' => 'dribbble', |
| 257 |
'fa fa-drivers-license' => 'drivers-license', |
| 258 |
'fa fa-drivers-license-o' => 'drivers-license-o', |
| 259 |
'fa fa-dropbox' => 'dropbox', |
| 260 |
'fa fa-drupal' => 'drupal', |
| 261 |
'fa fa-edge' => 'edge', |
| 262 |
'fa fa-edit' => 'edit', |
| 263 |
'fa fa-eercast' => 'eercast', |
| 264 |
'fa fa-eject' => 'eject', |
| 265 |
'fa fa-ellipsis-h' => 'ellipsis-h', |
| 266 |
'fa fa-ellipsis-v' => 'ellipsis-v', |
| 267 |
'fa fa-empire' => 'empire', |
| 268 |
'fa fa-envelope' => 'envelope', |
| 269 |
'fa fa-envelope-o' => 'envelope-o', |
| 270 |
'fa fa-envelope-open' => 'envelope-open', |
| 271 |
'fa fa-envelope-open-o' => 'envelope-open-o', |
| 272 |
'fa fa-envelope-square' => 'envelope-square', |
| 273 |
'fa fa-envira' => 'envira', |
| 274 |
'fa fa-eraser' => 'eraser', |
| 275 |
'fa fa-etsy' => 'etsy', |
| 276 |
'fa fa-eur' => 'eur', |
| 277 |
'fa fa-euro' => 'euro', |
| 278 |
'fa fa-exchange' => 'exchange', |
| 279 |
'fa fa-exclamation' => 'exclamation', |
| 280 |
'fa fa-exclamation-circle' => 'exclamation-circle', |
| 281 |
'fa fa-exclamation-triangle' => 'exclamation-triangle', |
| 282 |
'fa fa-expand' => 'expand', |
| 283 |
'fa fa-expeditedssl' => 'expeditedssl', |
| 284 |
'fa fa-external-link' => 'external-link', |
| 285 |
'fa fa-external-link-square' => 'external-link-square', |
| 286 |
'fa fa-eye' => 'eye', |
| 287 |
'fa fa-eye-slash' => 'eye-slash', |
| 288 |
'fa fa-eyedropper' => 'eyedropper', |
| 289 |
'fa fa-fa' => 'fa', |
| 290 |
'fa fa-facebook' => 'facebook', |
| 291 |
'fa fa-facebook-f' => 'facebook-f', |
| 292 |
'fa fa-facebook-official' => 'facebook-official', |
| 293 |
'fa fa-facebook-square' => 'facebook-square', |
| 294 |
'fa fa-fast-backward' => 'fast-backward', |
| 295 |
'fa fa-fast-forward' => 'fast-forward', |
| 296 |
'fa fa-fax' => 'fax', |
| 297 |
'fa fa-feed' => 'feed', |
| 298 |
'fa fa-female' => 'female', |
| 299 |
'fa fa-fighter-jet' => 'fighter-jet', |
| 300 |
'fa fa-file' => 'file', |
| 301 |
'fa fa-file-archive-o' => 'file-archive-o', |
| 302 |
'fa fa-file-audio-o' => 'file-audio-o', |
| 303 |
'fa fa-file-code-o' => 'file-code-o', |
| 304 |
'fa fa-file-excel-o' => 'file-excel-o', |
| 305 |
'fa fa-file-image-o' => 'file-image-o', |
| 306 |
'fa fa-file-movie-o' => 'file-movie-o', |
| 307 |
'fa fa-file-o' => 'file-o', |
| 308 |
'fa fa-file-pdf-o' => 'file-pdf-o', |
| 309 |
'fa fa-file-photo-o' => 'file-photo-o', |
| 310 |
'fa fa-file-picture-o' => 'file-picture-o', |
| 311 |
'fa fa-file-powerpoint-o' => 'file-powerpoint-o', |
| 312 |
'fa fa-file-sound-o' => 'file-sound-o', |
| 313 |
'fa fa-file-text' => 'file-text', |
| 314 |
'fa fa-file-text-o' => 'file-text-o', |
| 315 |
'fa fa-file-video-o' => 'file-video-o', |
| 316 |
'fa fa-file-word-o' => 'file-word-o', |
| 317 |
'fa fa-file-zip-o' => 'file-zip-o', |
| 318 |
'fa fa-files-o' => 'files-o', |
| 319 |
'fa fa-film' => 'film', |
| 320 |
'fa fa-filter' => 'filter', |
| 321 |
'fa fa-fire' => 'fire', |
| 322 |
'fa fa-fire-extinguisher' => 'fire-extinguisher', |
| 323 |
'fa fa-firefox' => 'firefox', |
| 324 |
'fa fa-first-order' => 'first-order', |
| 325 |
'fa fa-flag' => 'flag', |
| 326 |
'fa fa-flag-checkered' => 'flag-checkered', |
| 327 |
'fa fa-flag-o' => 'flag-o', |
| 328 |
'fa fa-flash' => 'flash', |
| 329 |
'fa fa-flask' => 'flask', |
| 330 |
'fa fa-flickr' => 'flickr', |
| 331 |
'fa fa-floppy-o' => 'floppy-o', |
| 332 |
'fa fa-folder' => 'folder', |
| 333 |
'fa fa-folder-o' => 'folder-o', |
| 334 |
'fa fa-folder-open' => 'folder-open', |
| 335 |
'fa fa-folder-open-o' => 'folder-open-o', |
| 336 |
'fa fa-font' => 'font', |
| 337 |
'fa fa-font-awesome' => 'font-awesome', |
| 338 |
'fa fa-fonticons' => 'fonticons', |
| 339 |
'fa fa-fort-awesome' => 'fort-awesome', |
| 340 |
'fa fa-forumbee' => 'forumbee', |
| 341 |
'fa fa-forward' => 'forward', |
| 342 |
'fa fa-foursquare' => 'foursquare', |
| 343 |
'fa fa-free-code-camp' => 'free-code-camp', |
| 344 |
'fa fa-frown-o' => 'frown-o', |
| 345 |
'fa fa-futbol-o' => 'futbol-o', |
| 346 |
'fa fa-gamepad' => 'gamepad', |
| 347 |
'fa fa-gavel' => 'gavel', |
| 348 |
'fa fa-gbp' => 'gbp', |
| 349 |
'fa fa-ge' => 'ge', |
| 350 |
'fa fa-gear' => 'gear', |
| 351 |
'fa fa-gears' => 'gears', |
| 352 |
'fa fa-genderless' => 'genderless', |
| 353 |
'fa fa-get-pocket' => 'get-pocket', |
| 354 |
'fa fa-gg' => 'gg', |
| 355 |
'fa fa-gg-circle' => 'gg-circle', |
| 356 |
'fa fa-gift' => 'gift', |
| 357 |
'fa fa-git' => 'git', |
| 358 |
'fa fa-git-square' => 'git-square', |
| 359 |
'fa fa-github' => 'github', |
| 360 |
'fa fa-github-alt' => 'github-alt', |
| 361 |
'fa fa-github-square' => 'github-square', |
| 362 |
'fa fa-gitlab' => 'gitlab', |
| 363 |
'fa fa-gittip' => 'gittip', |
| 364 |
'fa fa-glass' => 'glass', |
| 365 |
'fa fa-glide' => 'glide', |
| 366 |
'fa fa-glide-g' => 'glide-g', |
| 367 |
'fa fa-globe' => 'globe', |
| 368 |
'fa fa-google' => 'google', |
| 369 |
'fa fa-google-plus' => 'google-plus', |
| 370 |
'fa fa-google-plus-circle' => 'google-plus-circle', |
| 371 |
'fa fa-google-plus-official' => 'google-plus-official', |
| 372 |
'fa fa-google-plus-square' => 'google-plus-square', |
| 373 |
'fa fa-google-wallet' => 'google-wallet', |
| 374 |
'fa fa-graduation-cap' => 'graduation-cap', |
| 375 |
'fa fa-gratipay' => 'gratipay', |
| 376 |
'fa fa-grav' => 'grav', |
| 377 |
'fa fa-group' => 'group', |
| 378 |
'fa fa-h-square' => 'h-square', |
| 379 |
'fa fa-hacker-news' => 'hacker-news', |
| 380 |
'fa fa-hand-grab-o' => 'hand-grab-o', |
| 381 |
'fa fa-hand-lizard-o' => 'hand-lizard-o', |
| 382 |
'fa fa-hand-o-down' => 'hand-o-down', |
| 383 |
'fa fa-hand-o-left' => 'hand-o-left', |
| 384 |
'fa fa-hand-o-right' => 'hand-o-right', |
| 385 |
'fa fa-hand-o-up' => 'hand-o-up', |
| 386 |
'fa fa-hand-paper-o' => 'hand-paper-o', |
| 387 |
'fa fa-hand-peace-o' => 'hand-peace-o', |
| 388 |
'fa fa-hand-pointer-o' => 'hand-pointer-o', |
| 389 |
'fa fa-hand-rock-o' => 'hand-rock-o', |
| 390 |
'fa fa-hand-scissors-o' => 'hand-scissors-o', |
| 391 |
'fa fa-hand-spock-o' => 'hand-spock-o', |
| 392 |
'fa fa-hand-stop-o' => 'hand-stop-o', |
| 393 |
'fa fa-handshake-o' => 'handshake-o', |
| 394 |
'fa fa-hard-of-hearing' => 'hard-of-hearing', |
| 395 |
'fa fa-hashtag' => 'hashtag', |
| 396 |
'fa fa-hdd-o' => 'hdd-o', |
| 397 |
'fa fa-header' => 'header', |
| 398 |
'fa fa-headphones' => 'headphones', |
| 399 |
'fa fa-heart' => 'heart', |
| 400 |
'fa fa-heart-o' => 'heart-o', |
| 401 |
'fa fa-heartbeat' => 'heartbeat', |
| 402 |
'fa fa-history' => 'history', |
| 403 |
'fa fa-home' => 'home', |
| 404 |
'fa fa-hospital-o' => 'hospital-o', |
| 405 |
'fa fa-hotel' => 'hotel', |
| 406 |
'fa fa-hourglass' => 'hourglass', |
| 407 |
'fa fa-hourglass-1' => 'hourglass-1', |
| 408 |
'fa fa-hourglass-2' => 'hourglass-2', |
| 409 |
'fa fa-hourglass-3' => 'hourglass-3', |
| 410 |
'fa fa-hourglass-end' => 'hourglass-end', |
| 411 |
'fa fa-hourglass-half' => 'hourglass-half', |
| 412 |
'fa fa-hourglass-o' => 'hourglass-o', |
| 413 |
'fa fa-hourglass-start' => 'hourglass-start', |
| 414 |
'fa fa-houzz' => 'houzz', |
| 415 |
'fa fa-html5' => 'html5', |
| 416 |
'fa fa-i-cursor' => 'i-cursor', |
| 417 |
'fa fa-id-badge' => 'id-badge', |
| 418 |
'fa fa-id-card' => 'id-card', |
| 419 |
'fa fa-id-card-o' => 'id-card-o', |
| 420 |
'fa fa-ils' => 'ils', |
| 421 |
'fa fa-image' => 'image', |
| 422 |
'fa fa-imdb' => 'imdb', |
| 423 |
'fa fa-inbox' => 'inbox', |
| 424 |
'fa fa-indent' => 'indent', |
| 425 |
'fa fa-industry' => 'industry', |
| 426 |
'fa fa-info' => 'info', |
| 427 |
'fa fa-info-circle' => 'info-circle', |
| 428 |
'fa fa-inr' => 'inr', |
| 429 |
'fa fa-instagram' => 'instagram', |
| 430 |
'fa fa-institution' => 'institution', |
| 431 |
'fa fa-internet-explorer' => 'internet-explorer', |
| 432 |
'fa fa-intersex' => 'intersex', |
| 433 |
'fa fa-ioxhost' => 'ioxhost', |
| 434 |
'fa fa-italic' => 'italic', |
| 435 |
'fa fa-joomla' => 'joomla', |
| 436 |
'fa fa-jpy' => 'jpy', |
| 437 |
'fa fa-jsfiddle' => 'jsfiddle', |
| 438 |
'fa fa-key' => 'key', |
| 439 |
'fa fa-keyboard-o' => 'keyboard-o', |
| 440 |
'fa fa-krw' => 'krw', |
| 441 |
'fa fa-language' => 'language', |
| 442 |
'fa fa-laptop' => 'laptop', |
| 443 |
'fa fa-lastfm' => 'lastfm', |
| 444 |
'fa fa-lastfm-square' => 'lastfm-square', |
| 445 |
'fa fa-leaf' => 'leaf', |
| 446 |
'fa fa-leanpub' => 'leanpub', |
| 447 |
'fa fa-legal' => 'legal', |
| 448 |
'fa fa-lemon-o' => 'lemon-o', |
| 449 |
'fa fa-level-down' => 'level-down', |
| 450 |
'fa fa-level-up' => 'level-up', |
| 451 |
'fa fa-life-bouy' => 'life-bouy', |
| 452 |
'fa fa-life-buoy' => 'life-buoy', |
| 453 |
'fa fa-life-ring' => 'life-ring', |
| 454 |
'fa fa-life-saver' => 'life-saver', |
| 455 |
'fa fa-lightbulb-o' => 'lightbulb-o', |
| 456 |
'fa fa-line-chart' => 'line-chart', |
| 457 |
'fa fa-link' => 'link', |
| 458 |
'fa fa-linkedin' => 'linkedin', |
| 459 |
'fa fa-linkedin-square' => 'linkedin-square', |
| 460 |
'fa fa-linode' => 'linode', |
| 461 |
'fa fa-linux' => 'linux', |
| 462 |
'fa fa-list' => 'list', |
| 463 |
'fa fa-list-alt' => 'list-alt', |
| 464 |
'fa fa-list-ol' => 'list-ol', |
| 465 |
'fa fa-list-ul' => 'list-ul', |
| 466 |
'fa fa-location-arrow' => 'location-arrow', |
| 467 |
'fa fa-lock' => 'lock', |
| 468 |
'fa fa-long-arrow-down' => 'long-arrow-down', |
| 469 |
'fa fa-long-arrow-left' => 'long-arrow-left', |
| 470 |
'fa fa-long-arrow-right' => 'long-arrow-right', |
| 471 |
'fa fa-long-arrow-up' => 'long-arrow-up', |
| 472 |
'fa fa-low-vision' => 'low-vision', |
| 473 |
'fa fa-magic' => 'magic', |
| 474 |
'fa fa-magnet' => 'magnet', |
| 475 |
'fa fa-mail-forward' => 'mail-forward', |
| 476 |
'fa fa-mail-reply' => 'mail-reply', |
| 477 |
'fa fa-mail-reply-all' => 'mail-reply-all', |
| 478 |
'fa fa-male' => 'male', |
| 479 |
'fa fa-map' => 'map', |
| 480 |
'fa fa-map-marker' => 'map-marker', |
| 481 |
'fa fa-map-o' => 'map-o', |
| 482 |
'fa fa-map-pin' => 'map-pin', |
| 483 |
'fa fa-map-signs' => 'map-signs', |
| 484 |
'fa fa-mars' => 'mars', |
| 485 |
'fa fa-mars-double' => 'mars-double', |
| 486 |
'fa fa-mars-stroke' => 'mars-stroke', |
| 487 |
'fa fa-mars-stroke-h' => 'mars-stroke-h', |
| 488 |
'fa fa-mars-stroke-v' => 'mars-stroke-v', |
| 489 |
'fa fa-maxcdn' => 'maxcdn', |
| 490 |
'fa fa-meanpath' => 'meanpath', |
| 491 |
'fa fa-medium' => 'medium', |
| 492 |
'fa fa-medkit' => 'medkit', |
| 493 |
'fa fa-meetup' => 'meetup', |
| 494 |
'fa fa-meh-o' => 'meh-o', |
| 495 |
'fa fa-mercury' => 'mercury', |
| 496 |
'fa fa-microchip' => 'microchip', |
| 497 |
'fa fa-microphone' => 'microphone', |
| 498 |
'fa fa-microphone-slash' => 'microphone-slash', |
| 499 |
'fa fa-minus' => 'minus', |
| 500 |
'fa fa-minus-circle' => 'minus-circle', |
| 501 |
'fa fa-minus-square' => 'minus-square', |
| 502 |
'fa fa-minus-square-o' => 'minus-square-o', |
| 503 |
'fa fa-mixcloud' => 'mixcloud', |
| 504 |
'fa fa-mobile' => 'mobile', |
| 505 |
'fa fa-mobile-phone' => 'mobile-phone', |
| 506 |
'fa fa-modx' => 'modx', |
| 507 |
'fa fa-money' => 'money', |
| 508 |
'fa fa-moon-o' => 'moon-o', |
| 509 |
'fa fa-mortar-board' => 'mortar-board', |
| 510 |
'fa fa-motorcycle' => 'motorcycle', |
| 511 |
'fa fa-mouse-pointer' => 'mouse-pointer', |
| 512 |
'fa fa-music' => 'music', |
| 513 |
'fa fa-navicon' => 'navicon', |
| 514 |
'fa fa-neuter' => 'neuter', |
| 515 |
'fa fa-newspaper-o' => 'newspaper-o', |
| 516 |
'fa fa-object-group' => 'object-group', |
| 517 |
'fa fa-object-ungroup' => 'object-ungroup', |
| 518 |
'fa fa-odnoklassniki' => 'odnoklassniki', |
| 519 |
'fa fa-odnoklassniki-square' => 'odnoklassniki-square', |
| 520 |
'fa fa-opencart' => 'opencart', |
| 521 |
'fa fa-openid' => 'openid', |
| 522 |
'fa fa-opera' => 'opera', |
| 523 |
'fa fa-optin-monster' => 'optin-monster', |
| 524 |
'fa fa-outdent' => 'outdent', |
| 525 |
'fa fa-pagelines' => 'pagelines', |
| 526 |
'fa fa-paint-brush' => 'paint-brush', |
| 527 |
'fa fa-paper-plane' => 'paper-plane', |
| 528 |
'fa fa-paper-plane-o' => 'paper-plane-o', |
| 529 |
'fa fa-paperclip' => 'paperclip', |
| 530 |
'fa fa-paragraph' => 'paragraph', |
| 531 |
'fa fa-paste' => 'paste', |
| 532 |
'fa fa-pause' => 'pause', |
| 533 |
'fa fa-pause-circle' => 'pause-circle', |
| 534 |
'fa fa-pause-circle-o' => 'pause-circle-o', |
| 535 |
'fa fa-paw' => 'paw', |
| 536 |
'fa fa-paypal' => 'paypal', |
| 537 |
'fa fa-pencil' => 'pencil', |
| 538 |
'fa fa-pencil-square' => 'pencil-square', |
| 539 |
'fa fa-pencil-square-o' => 'pencil-square-o', |
| 540 |
'fa fa-percent' => 'percent', |
| 541 |
'fa fa-phone' => 'phone', |
| 542 |
'fa fa-phone-square' => 'phone-square', |
| 543 |
'fa fa-photo' => 'photo', |
| 544 |
'fa fa-picture-o' => 'picture-o', |
| 545 |
'fa fa-pie-chart' => 'pie-chart', |
| 546 |
'fa fa-pied-piper' => 'pied-piper', |
| 547 |
'fa fa-pied-piper-alt' => 'pied-piper-alt', |
| 548 |
'fa fa-pied-piper-pp' => 'pied-piper-pp', |
| 549 |
'fa fa-pinterest' => 'pinterest', |
| 550 |
'fa fa-pinterest-p' => 'pinterest-p', |
| 551 |
'fa fa-pinterest-square' => 'pinterest-square', |
| 552 |
'fa fa-plane' => 'plane', |
| 553 |
'fa fa-play' => 'play', |
| 554 |
'fa fa-play-circle' => 'play-circle', |
| 555 |
'fa fa-play-circle-o' => 'play-circle-o', |
| 556 |
'fa fa-plug' => 'plug', |
| 557 |
'fa fa-plus' => 'plus', |
| 558 |
'fa fa-plus-circle' => 'plus-circle', |
| 559 |
'fa fa-plus-square' => 'plus-square', |
| 560 |
'fa fa-plus-square-o' => 'plus-square-o', |
| 561 |
'fa fa-podcast' => 'podcast', |
| 562 |
'fa fa-power-off' => 'power-off', |
| 563 |
'fa fa-print' => 'print', |
| 564 |
'fa fa-product-hunt' => 'product-hunt', |
| 565 |
'fa fa-pull-left' => 'pull-left', |
| 566 |
'fa fa-pull-right' => 'pull-right', |
| 567 |
'fa fa-puzzle-piece' => 'puzzle-piece', |
| 568 |
'fa fa-qq' => 'qq', |
| 569 |
'fa fa-qrcode' => 'qrcode', |
| 570 |
'fa fa-question' => 'question', |
| 571 |
'fa fa-question-circle' => 'question-circle', |
| 572 |
'fa fa-question-circle-o' => 'question-circle-o', |
| 573 |
'fa fa-quora' => 'quora', |
| 574 |
'fa fa-quote-left' => 'quote-left', |
| 575 |
'fa fa-quote-right' => 'quote-right', |
| 576 |
'fa fa-ra' => 'ra', |
| 577 |
'fa fa-random' => 'random', |
| 578 |
'fa fa-ravelry' => 'ravelry', |
| 579 |
'fa fa-rebel' => 'rebel', |
| 580 |
'fa fa-recycle' => 'recycle', |
| 581 |
'fa fa-reddit' => 'reddit', |
| 582 |
'fa fa-reddit-alien' => 'reddit-alien', |
| 583 |
'fa fa-reddit-square' => 'reddit-square', |
| 584 |
'fa fa-refresh' => 'refresh', |
| 585 |
'fa fa-registered' => 'registered', |
| 586 |
'fa fa-remove' => 'remove', |
| 587 |
'fa fa-renren' => 'renren', |
| 588 |
'fa fa-reorder' => 'reorder', |
| 589 |
'fa fa-repeat' => 'repeat', |
| 590 |
'fa fa-reply' => 'reply', |
| 591 |
'fa fa-reply-all' => 'reply-all', |
| 592 |
'fa fa-resistance' => 'resistance', |
| 593 |
'fa fa-retweet' => 'retweet', |
| 594 |
'fa fa-rmb' => 'rmb', |
| 595 |
'fa fa-road' => 'road', |
| 596 |
'fa fa-rocket' => 'rocket', |
| 597 |
'fa fa-rotate-left' => 'rotate-left', |
| 598 |
'fa fa-rotate-right' => 'rotate-right', |
| 599 |
'fa fa-rouble' => 'rouble', |
| 600 |
'fa fa-rss' => 'rss', |
| 601 |
'fa fa-rss-square' => 'rss-square', |
| 602 |
'fa fa-rub' => 'rub', |
| 603 |
'fa fa-ruble' => 'ruble', |
| 604 |
'fa fa-rupee' => 'rupee', |
| 605 |
'fa fa-s15' => 's15', |
| 606 |
'fa fa-safari' => 'safari', |
| 607 |
'fa fa-save' => 'save', |
| 608 |
'fa fa-scissors' => 'scissors', |
| 609 |
'fa fa-scribd' => 'scribd', |
| 610 |
'fa fa-search' => 'search', |
| 611 |
'fa fa-search-minus' => 'search-minus', |
| 612 |
'fa fa-search-plus' => 'search-plus', |
| 613 |
'fa fa-sellsy' => 'sellsy', |
| 614 |
'fa fa-send' => 'send', |
| 615 |
'fa fa-send-o' => 'send-o', |
| 616 |
'fa fa-server' => 'server', |
| 617 |
'fa fa-share' => 'share', |
| 618 |
'fa fa-share-alt' => 'share-alt', |
| 619 |
'fa fa-share-alt-square' => 'share-alt-square', |
| 620 |
'fa fa-share-square' => 'share-square', |
| 621 |
'fa fa-share-square-o' => 'share-square-o', |
| 622 |
'fa fa-shekel' => 'shekel', |
| 623 |
'fa fa-sheqel' => 'sheqel', |
| 624 |
'fa fa-shield' => 'shield', |
| 625 |
'fa fa-ship' => 'ship', |
| 626 |
'fa fa-shirtsinbulk' => 'shirtsinbulk', |
| 627 |
'fa fa-shopping-bag' => 'shopping-bag', |
| 628 |
'fa fa-shopping-basket' => 'shopping-basket', |
| 629 |
'fa fa-shopping-cart' => 'shopping-cart', |
| 630 |
'fa fa-shower' => 'shower', |
| 631 |
'fa fa-sign-in' => 'sign-in', |
| 632 |
'fa fa-sign-language' => 'sign-language', |
| 633 |
'fa fa-sign-out' => 'sign-out', |
| 634 |
'fa fa-signal' => 'signal', |
| 635 |
'fa fa-signing' => 'signing', |
| 636 |
'fa fa-simplybuilt' => 'simplybuilt', |
| 637 |
'fa fa-sitemap' => 'sitemap', |
| 638 |
'fa fa-skyatlas' => 'skyatlas', |
| 639 |
'fa fa-skype' => 'skype', |
| 640 |
'fa fa-slack' => 'slack', |
| 641 |
'fa fa-sliders' => 'sliders', |
| 642 |
'fa fa-slideshare' => 'slideshare', |
| 643 |
'fa fa-smile-o' => 'smile-o', |
| 644 |
'fa fa-snapchat' => 'snapchat', |
| 645 |
'fa fa-snapchat-ghost' => 'snapchat-ghost', |
| 646 |
'fa fa-snapchat-square' => 'snapchat-square', |
| 647 |
'fa fa-snowflake-o' => 'snowflake-o', |
| 648 |
'fa fa-soccer-ball-o' => 'soccer-ball-o', |
| 649 |
'fa fa-sort' => 'sort', |
| 650 |
'fa fa-sort-alpha-asc' => 'sort-alpha-asc', |
| 651 |
'fa fa-sort-alpha-desc' => 'sort-alpha-desc', |
| 652 |
'fa fa-sort-amount-asc' => 'sort-amount-asc', |
| 653 |
'fa fa-sort-amount-desc' => 'sort-amount-desc', |
| 654 |
'fa fa-sort-asc' => 'sort-asc', |
| 655 |
'fa fa-sort-desc' => 'sort-desc', |
| 656 |
'fa fa-sort-down' => 'sort-down', |
| 657 |
'fa fa-sort-numeric-asc' => 'sort-numeric-asc', |
| 658 |
'fa fa-sort-numeric-desc' => 'sort-numeric-desc', |
| 659 |
'fa fa-sort-up' => 'sort-up', |
| 660 |
'fa fa-soundcloud' => 'soundcloud', |
| 661 |
'fa fa-space-shuttle' => 'space-shuttle', |
| 662 |
'fa fa-spinner' => 'spinner', |
| 663 |
'fa fa-spoon' => 'spoon', |
| 664 |
'fa fa-spotify' => 'spotify', |
| 665 |
'fa fa-square' => 'square', |
| 666 |
'fa fa-square-o' => 'square-o', |
| 667 |
'fa fa-stack-exchange' => 'stack-exchange', |
| 668 |
'fa fa-stack-overflow' => 'stack-overflow', |
| 669 |
'fa fa-star' => 'star', |
| 670 |
'fa fa-star-half' => 'star-half', |
| 671 |
'fa fa-star-half-empty' => 'star-half-empty', |
| 672 |
'fa fa-star-half-full' => 'star-half-full', |
| 673 |
'fa fa-star-half-o' => 'star-half-o', |
| 674 |
'fa fa-star-o' => 'star-o', |
| 675 |
'fa fa-steam' => 'steam', |
| 676 |
'fa fa-steam-square' => 'steam-square', |
| 677 |
'fa fa-step-backward' => 'step-backward', |
| 678 |
'fa fa-step-forward' => 'step-forward', |
| 679 |
'fa fa-stethoscope' => 'stethoscope', |
| 680 |
'fa fa-sticky-note' => 'sticky-note', |
| 681 |
'fa fa-sticky-note-o' => 'sticky-note-o', |
| 682 |
'fa fa-stop' => 'stop', |
| 683 |
'fa fa-stop-circle' => 'stop-circle', |
| 684 |
'fa fa-stop-circle-o' => 'stop-circle-o', |
| 685 |
'fa fa-street-view' => 'street-view', |
| 686 |
'fa fa-strikethrough' => 'strikethrough', |
| 687 |
'fa fa-stumbleupon' => 'stumbleupon', |
| 688 |
'fa fa-stumbleupon-circle' => 'stumbleupon-circle', |
| 689 |
'fa fa-subscript' => 'subscript', |
| 690 |
'fa fa-subway' => 'subway', |
| 691 |
'fa fa-suitcase' => 'suitcase', |
| 692 |
'fa fa-sun-o' => 'sun-o', |
| 693 |
'fa fa-superpowers' => 'superpowers', |
| 694 |
'fa fa-superscript' => 'superscript', |
| 695 |
'fa fa-support' => 'support', |
| 696 |
'fa fa-table' => 'table', |
| 697 |
'fa fa-tablet' => 'tablet', |
| 698 |
'fa fa-tachometer' => 'tachometer', |
| 699 |
'fa fa-tag' => 'tag', |
| 700 |
'fa fa-tags' => 'tags', |
| 701 |
'fa fa-tasks' => 'tasks', |
| 702 |
'fa fa-taxi' => 'taxi', |
| 703 |
'fa fa-telegram' => 'telegram', |
| 704 |
'fa fa-television' => 'television', |
| 705 |
'fa fa-tencent-weibo' => 'tencent-weibo', |
| 706 |
'fa fa-terminal' => 'terminal', |
| 707 |
'fa fa-text-height' => 'text-height', |
| 708 |
'fa fa-text-width' => 'text-width', |
| 709 |
'fa fa-th' => 'th', |
| 710 |
'fa fa-th-large' => 'th-large', |
| 711 |
'fa fa-th-list' => 'th-list', |
| 712 |
'fa fa-themeisle' => 'themeisle', |
| 713 |
'fa fa-thermometer' => 'thermometer', |
| 714 |
'fa fa-thermometer-0' => 'thermometer-0', |
| 715 |
'fa fa-thermometer-1' => 'thermometer-1', |
| 716 |
'fa fa-thermometer-2' => 'thermometer-2', |
| 717 |
'fa fa-thermometer-3' => 'thermometer-3', |
| 718 |
'fa fa-thermometer-4' => 'thermometer-4', |
| 719 |
'fa fa-thermometer-empty' => 'thermometer-empty', |
| 720 |
'fa fa-thermometer-full' => 'thermometer-full', |
| 721 |
'fa fa-thermometer-half' => 'thermometer-half', |
| 722 |
'fa fa-thermometer-quarter' => 'thermometer-quarter', |
| 723 |
'fa fa-thermometer-three-quarters' => 'thermometer-three-quarters', |
| 724 |
'fa fa-thumb-tack' => 'thumb-tack', |
| 725 |
'fa fa-thumbs-down' => 'thumbs-down', |
| 726 |
'fa fa-thumbs-o-down' => 'thumbs-o-down', |
| 727 |
'fa fa-thumbs-o-up' => 'thumbs-o-up', |
| 728 |
'fa fa-thumbs-up' => 'thumbs-up', |
| 729 |
'fa fa-ticket' => 'ticket', |
| 730 |
'fa fa-times' => 'times', |
| 731 |
'fa fa-times-circle' => 'times-circle', |
| 732 |
'fa fa-times-circle-o' => 'times-circle-o', |
| 733 |
'fa fa-times-rectangle' => 'times-rectangle', |
| 734 |
'fa fa-times-rectangle-o' => 'times-rectangle-o', |
| 735 |
'fa fa-tint' => 'tint', |
| 736 |
'fa fa-toggle-down' => 'toggle-down', |
| 737 |
'fa fa-toggle-left' => 'toggle-left', |
| 738 |
'fa fa-toggle-off' => 'toggle-off', |
| 739 |
'fa fa-toggle-on' => 'toggle-on', |
| 740 |
'fa fa-toggle-right' => 'toggle-right', |
| 741 |
'fa fa-toggle-up' => 'toggle-up', |
| 742 |
'fa fa-trademark' => 'trademark', |
| 743 |
'fa fa-train' => 'train', |
| 744 |
'fa fa-transgender' => 'transgender', |
| 745 |
'fa fa-transgender-alt' => 'transgender-alt', |
| 746 |
'fa fa-trash' => 'trash', |
| 747 |
'fa fa-trash-o' => 'trash-o', |
| 748 |
'fa fa-tree' => 'tree', |
| 749 |
'fa fa-trello' => 'trello', |
| 750 |
'fa fa-tripadvisor' => 'tripadvisor', |
| 751 |
'fa fa-trophy' => 'trophy', |
| 752 |
'fa fa-truck' => 'truck', |
| 753 |
'fa fa-try' => 'try', |
| 754 |
'fa fa-tty' => 'tty', |
| 755 |
'fa fa-tumblr' => 'tumblr', |
| 756 |
'fa fa-tumblr-square' => 'tumblr-square', |
| 757 |
'fa fa-turkish-lira' => 'turkish-lira', |
| 758 |
'fa fa-tv' => 'tv', |
| 759 |
'fa fa-twitch' => 'twitch', |
| 760 |
'fa fa-twitter' => 'twitter', |
| 761 |
'fa fa-twitter-square' => 'twitter-square', |
| 762 |
'fa fa-umbrella' => 'umbrella', |
| 763 |
'fa fa-underline' => 'underline', |
| 764 |
'fa fa-undo' => 'undo', |
| 765 |
'fa fa-universal-access' => 'universal-access', |
| 766 |
'fa fa-university' => 'university', |
| 767 |
'fa fa-unlink' => 'unlink', |
| 768 |
'fa fa-unlock' => 'unlock', |
| 769 |
'fa fa-unlock-alt' => 'unlock-alt', |
| 770 |
'fa fa-unsorted' => 'unsorted', |
| 771 |
'fa fa-upload' => 'upload', |
| 772 |
'fa fa-usb' => 'usb', |
| 773 |
'fa fa-usd' => 'usd', |
| 774 |
'fa fa-user' => 'user', |
| 775 |
'fa fa-user-circle' => 'user-circle', |
| 776 |
'fa fa-user-circle-o' => 'user-circle-o', |
| 777 |
'fa fa-user-md' => 'user-md', |
| 778 |
'fa fa-user-o' => 'user-o', |
| 779 |
'fa fa-user-plus' => 'user-plus', |
| 780 |
'fa fa-user-secret' => 'user-secret', |
| 781 |
'fa fa-user-times' => 'user-times', |
| 782 |
'fa fa-users' => 'users', |
| 783 |
'fa fa-vcard' => 'vcard', |
| 784 |
'fa fa-vcard-o' => 'vcard-o', |
| 785 |
'fa fa-venus' => 'venus', |
| 786 |
'fa fa-venus-double' => 'venus-double', |
| 787 |
'fa fa-venus-mars' => 'venus-mars', |
| 788 |
'fa fa-viacoin' => 'viacoin', |
| 789 |
'fa fa-viadeo' => 'viadeo', |
| 790 |
'fa fa-viadeo-square' => 'viadeo-square', |
| 791 |
'fa fa-video-camera' => 'video-camera', |
| 792 |
'fa fa-vimeo' => 'vimeo', |
| 793 |
'fa fa-vimeo-square' => 'vimeo-square', |
| 794 |
'fa fa-vine' => 'vine', |
| 795 |
'fa fa-vk' => 'vk', |
| 796 |
'fa fa-volume-control-phone' => 'volume-control-phone', |
| 797 |
'fa fa-volume-down' => 'volume-down', |
| 798 |
'fa fa-volume-off' => 'volume-off', |
| 799 |
'fa fa-volume-up' => 'volume-up', |
| 800 |
'fa fa-warning' => 'warning', |
| 801 |
'fa fa-wechat' => 'wechat', |
| 802 |
'fa fa-weibo' => 'weibo', |
| 803 |
'fa fa-weixin' => 'weixin', |
| 804 |
'fa fa-whatsapp' => 'whatsapp', |
| 805 |
'fa fa-wheelchair' => 'wheelchair', |
| 806 |
'fa fa-wheelchair-alt' => 'wheelchair-alt', |
| 807 |
'fa fa-wifi' => 'wifi', |
| 808 |
'fa fa-wikipedia-w' => 'wikipedia-w', |
| 809 |
'fa fa-window-close' => 'window-close', |
| 810 |
'fa fa-window-close-o' => 'window-close-o', |
| 811 |
'fa fa-window-maximize' => 'window-maximize', |
| 812 |
'fa fa-window-minimize' => 'window-minimize', |
| 813 |
'fa fa-window-restore' => 'window-restore', |
| 814 |
'fa fa-windows' => 'windows', |
| 815 |
'fa fa-won' => 'won', |
| 816 |
'fa fa-wordpress' => 'wordpress', |
| 817 |
'fa fa-wpbeginner' => 'wpbeginner', |
| 818 |
'fa fa-wpexplorer' => 'wpexplorer', |
| 819 |
'fa fa-wpforms' => 'wpforms', |
| 820 |
'fa fa-wrench' => 'wrench', |
| 821 |
'fa fa-xing' => 'xing', |
| 822 |
'fa fa-xing-square' => 'xing-square', |
| 823 |
'fa fa-y-combinator' => 'y-combinator', |
| 824 |
'fa fa-y-combinator-square' => 'y-combinator-square', |
| 825 |
'fa fa-yahoo' => 'yahoo', |
| 826 |
'fa fa-yc' => 'yc', |
| 827 |
'fa fa-yc-square' => 'yc-square', |
| 828 |
'fa fa-yelp' => 'yelp', |
| 829 |
'fa fa-yen' => 'yen', |
| 830 |
'fa fa-yoast' => 'yoast', |
| 831 |
'fa fa-youtube' => 'youtube', |
| 832 |
'fa fa-youtube-play' => 'youtube-play', |
| 833 |
'fa fa-youtube-square' => 'youtube-square', |
| 834 |
]; |
| 835 |
} |
| 836 |
|
| 837 |
/** |
| 838 |
* Get icons control default settings. |
| 839 |
* |
| 840 |
* Retrieve the default settings of the icons control. Used to return the default |
| 841 |
* settings while initializing the icons control. |
| 842 |
* |
| 843 |
* @since 1.0.0 |
| 844 |
* @access protected |
| 845 |
* |
| 846 |
* @return array Control default settings. |
| 847 |
*/ |
| 848 |
protected function get_default_settings() { |
| 849 |
return [ |
| 850 |
'options' => self::get_icons(), |
| 851 |
'include' => '', |
| 852 |
'exclude' => '', |
| 853 |
]; |
| 854 |
} |
| 855 |
|
| 856 |
/** |
| 857 |
* Render icons control output in the editor. |
| 858 |
* |
| 859 |
* Used to generate the control HTML in the editor using Underscore JS |
| 860 |
* template. The variables for the class are available using `data` JS |
| 861 |
* object. |
| 862 |
* |
| 863 |
* @since 1.0.0 |
| 864 |
* @access public |
| 865 |
*/ |
| 866 |
public function content_template() { |
| 867 |
$control_uid = $this->get_control_uid(); |
| 868 |
?> |
| 869 |
<div class="elementor-control-field"> |
| 870 |
<label for="<?php echo $control_uid; ?>" class="elementor-control-title">{{{ data.label }}}</label> |
| 871 |
<div class="elementor-control-input-wrapper"> |
| 872 |
<select id="<?php echo $control_uid; ?>" class="elementor-control-icon" data-setting="{{ data.name }}" data-placeholder="<?php echo __( 'Select Icon', 'elementor' ); ?>"> |
| 873 |
<option value=""><?php echo __( 'Select Icon', 'elementor' ); ?></option> |
| 874 |
<# _.each( data.options, function( option_title, option_value ) { #> |
| 875 |
<option value="{{ option_value }}">{{{ option_title }}}</option> |
| 876 |
<# } ); #> |
| 877 |
</select> |
| 878 |
</div> |
| 879 |
</div> |
| 880 |
<# if ( data.description ) { #> |
| 881 |
<div class="elementor-control-field-description">{{ data.description }}</div> |
| 882 |
<# } #> |
| 883 |
<?php |
| 884 |
} |
| 885 |
} |
| 886 |
|