PluginProbe
Elementor Website Builder – more than just a page builder / 4.1.5
Elementor Website Builder – more than just a page builder v4.1.5
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / includes / controls / icon.php

icon.php in Elementor Website Builder – more than just a page builder 4.1.5, at includes/controls/icon.php

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