list-font-awesome.php 12 KB

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