index.d.ts 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. export type IconPrefix = "fas" | "fab" | "far" | "fal";
  2. export interface IconLookup {
  3. prefix: IconPrefix;
  4. // IconName is defined in the code that will be generated at build time and bundled with this file.
  5. iconName: IconName;
  6. }
  7. export interface IconDefinition extends IconLookup {
  8. icon: any[];
  9. }
  10. export interface IconPack {
  11. [key: string]: IconDefinition;
  12. }
  13. export type IconName = '500px' |
  14. 'accessible-icon' |
  15. 'accusoft' |
  16. 'adn' |
  17. 'adversal' |
  18. 'affiliatetheme' |
  19. 'algolia' |
  20. 'amazon' |
  21. 'amazon-pay' |
  22. 'amilia' |
  23. 'android' |
  24. 'angellist' |
  25. 'angrycreative' |
  26. 'angular' |
  27. 'app-store' |
  28. 'app-store-ios' |
  29. 'apper' |
  30. 'apple' |
  31. 'apple-pay' |
  32. 'asymmetrik' |
  33. 'audible' |
  34. 'autoprefixer' |
  35. 'avianex' |
  36. 'aviato' |
  37. 'aws' |
  38. 'bandcamp' |
  39. 'behance' |
  40. 'behance-square' |
  41. 'bimobject' |
  42. 'bitbucket' |
  43. 'bitcoin' |
  44. 'bity' |
  45. 'black-tie' |
  46. 'blackberry' |
  47. 'blogger' |
  48. 'blogger-b' |
  49. 'bluetooth' |
  50. 'bluetooth-b' |
  51. 'btc' |
  52. 'buromobelexperte' |
  53. 'buysellads' |
  54. 'cc-amazon-pay' |
  55. 'cc-amex' |
  56. 'cc-apple-pay' |
  57. 'cc-diners-club' |
  58. 'cc-discover' |
  59. 'cc-jcb' |
  60. 'cc-mastercard' |
  61. 'cc-paypal' |
  62. 'cc-stripe' |
  63. 'cc-visa' |
  64. 'centercode' |
  65. 'chrome' |
  66. 'cloudscale' |
  67. 'cloudsmith' |
  68. 'cloudversify' |
  69. 'codepen' |
  70. 'codiepie' |
  71. 'connectdevelop' |
  72. 'address-book' |
  73. 'address-card' |
  74. 'adjust' |
  75. 'align-center' |
  76. 'align-justify' |
  77. 'align-left' |
  78. 'align-right' |
  79. 'ambulance' |
  80. 'american-sign-language-interpreting' |
  81. 'anchor' |
  82. 'angle-double-down' |
  83. 'angle-double-left' |
  84. 'angle-double-right' |
  85. 'angle-double-up' |
  86. 'angle-down' |
  87. 'angle-left' |
  88. 'angle-right' |
  89. 'angle-up' |
  90. 'archive' |
  91. 'arrow-alt-circle-down' |
  92. 'arrow-alt-circle-left' |
  93. 'arrow-alt-circle-right' |
  94. 'arrow-alt-circle-up' |
  95. 'arrow-circle-down' |
  96. 'arrow-circle-left' |
  97. 'arrow-circle-right' |
  98. 'arrow-circle-up' |
  99. 'arrow-down' |
  100. 'arrow-left' |
  101. 'arrow-right' |
  102. 'arrow-up' |
  103. 'arrows-alt' |
  104. 'arrows-alt-h' |
  105. 'arrows-alt-v' |
  106. 'assistive-listening-systems' |
  107. 'asterisk' |
  108. 'at' |
  109. 'audio-description' |
  110. 'backward' |
  111. 'balance-scale' |
  112. 'ban' |
  113. 'band-aid' |
  114. 'barcode' |
  115. 'bars' |
  116. 'baseball-ball' |
  117. 'basketball-ball' |
  118. 'bath' |
  119. 'battery-empty' |
  120. 'battery-full' |
  121. 'battery-half' |
  122. 'battery-quarter' |
  123. 'battery-three-quarters' |
  124. 'bed' |
  125. 'beer' |
  126. 'bell' |
  127. 'bell-slash' |
  128. 'bicycle' |
  129. 'binoculars' |
  130. 'birthday-cake' |
  131. 'blind' |
  132. 'bold' |
  133. 'bolt' |
  134. 'bomb' |
  135. 'book' |
  136. 'bookmark' |
  137. 'bowling-ball' |
  138. 'box' |
  139. 'boxes' |
  140. 'braille' |
  141. 'briefcase' |
  142. 'bug' |
  143. 'building' |
  144. 'bullhorn' |
  145. 'bullseye' |
  146. 'bus' |
  147. 'calculator' |
  148. 'calendar' |
  149. 'calendar-alt' |
  150. 'calendar-check' |
  151. 'calendar-minus' |
  152. 'calendar-plus' |
  153. 'calendar-times' |
  154. 'camera' |
  155. 'camera-retro' |
  156. 'car' |
  157. 'caret-down' |
  158. 'caret-left' |
  159. 'caret-right' |
  160. 'caret-square-down' |
  161. 'caret-square-left' |
  162. 'caret-square-right' |
  163. 'caret-square-up' |
  164. 'caret-up' |
  165. 'cart-arrow-down' |
  166. 'cart-plus' |
  167. 'certificate' |
  168. 'chart-area' |
  169. 'chart-bar' |
  170. 'chart-line' |
  171. 'chart-pie' |
  172. 'check' |
  173. 'check-circle' |
  174. 'check-square' |
  175. 'chess' |
  176. 'chess-bishop' |
  177. 'chess-board' |
  178. 'contao' |
  179. 'cpanel' |
  180. 'creative-commons' |
  181. 'css3' |
  182. 'css3-alt' |
  183. 'cuttlefish' |
  184. 'd-and-d' |
  185. 'dashcube' |
  186. 'delicious' |
  187. 'deploydog' |
  188. 'deskpro' |
  189. 'deviantart' |
  190. 'digg' |
  191. 'digital-ocean' |
  192. 'discord' |
  193. 'discourse' |
  194. 'dochub' |
  195. 'docker' |
  196. 'draft2digital' |
  197. 'dribbble' |
  198. 'dribbble-square' |
  199. 'dropbox' |
  200. 'drupal' |
  201. 'dyalog' |
  202. 'earlybirds' |
  203. 'edge' |
  204. 'elementor' |
  205. 'ember' |
  206. 'empire' |
  207. 'envira' |
  208. 'erlang' |
  209. 'ethereum' |
  210. 'etsy' |
  211. 'expeditedssl' |
  212. 'facebook' |
  213. 'facebook-f' |
  214. 'facebook-messenger' |
  215. 'facebook-square' |
  216. 'firefox' |
  217. 'first-order' |
  218. 'firstdraft' |
  219. 'flickr' |
  220. 'flipboard' |
  221. 'fly' |
  222. 'font-awesome' |
  223. 'font-awesome-alt' |
  224. 'font-awesome-flag' |
  225. 'fonticons' |
  226. 'fonticons-fi' |
  227. 'fort-awesome' |
  228. 'fort-awesome-alt' |
  229. 'forumbee' |
  230. 'foursquare' |
  231. 'free-code-camp' |
  232. 'freebsd' |
  233. 'get-pocket' |
  234. 'gg' |
  235. 'gg-circle' |
  236. 'git' |
  237. 'git-square' |
  238. 'github' |
  239. 'github-alt' |
  240. 'github-square' |
  241. 'gitkraken' |
  242. 'gitlab' |
  243. 'gitter' |
  244. 'glide' |
  245. 'glide-g' |
  246. 'gofore' |
  247. 'goodreads' |
  248. 'goodreads-g' |
  249. 'google' |
  250. 'google-drive' |
  251. 'google-play' |
  252. 'google-plus' |
  253. 'google-plus-g' |
  254. 'google-plus-square' |
  255. 'google-wallet' |
  256. 'gratipay' |
  257. 'grav' |
  258. 'gripfire' |
  259. 'address-book' |
  260. 'address-card' |
  261. 'arrow-alt-circle-down' |
  262. 'arrow-alt-circle-left' |
  263. 'arrow-alt-circle-right' |
  264. 'arrow-alt-circle-up' |
  265. 'bell' |
  266. 'bell-slash' |
  267. 'bookmark' |
  268. 'building' |
  269. 'calendar' |
  270. 'calendar-alt' |
  271. 'calendar-check' |
  272. 'calendar-minus' |
  273. 'calendar-plus' |
  274. 'calendar-times' |
  275. 'caret-square-down' |
  276. 'caret-square-left' |
  277. 'caret-square-right' |
  278. 'caret-square-up' |
  279. 'chart-bar' |
  280. 'check-circle' |
  281. 'check-square' |
  282. 'circle' |
  283. 'clipboard' |
  284. 'clock' |
  285. 'clone' |
  286. 'closed-captioning' |
  287. 'comment' |
  288. 'comment-alt' |
  289. 'comments' |
  290. 'compass' |
  291. 'copy' |
  292. 'copyright' |
  293. 'credit-card' |
  294. 'dot-circle' |
  295. 'edit' |
  296. 'envelope' |
  297. 'envelope-open' |
  298. 'eye-slash' |
  299. 'file' |
  300. 'file-alt' |
  301. 'file-archive' |
  302. 'file-audio' |
  303. 'file-code' |
  304. 'file-excel' |
  305. 'file-image' |
  306. 'file-pdf' |
  307. 'file-powerpoint' |
  308. 'file-video' |
  309. 'file-word' |
  310. 'flag' |
  311. 'folder' |
  312. 'folder-open' |
  313. 'frown' |
  314. 'futbol' |
  315. 'gem' |
  316. 'hand-lizard' |
  317. 'hand-paper' |
  318. 'hand-peace' |
  319. 'hand-point-down' |
  320. 'hand-point-left' |
  321. 'hand-point-right' |
  322. 'hand-point-up' |
  323. 'hand-pointer' |
  324. 'hand-rock' |
  325. 'hand-scissors' |
  326. 'hand-spock' |
  327. 'handshake' |
  328. 'hdd' |
  329. 'heart' |
  330. 'hospital' |
  331. 'hourglass' |
  332. 'id-badge' |
  333. 'id-card' |
  334. 'image' |
  335. 'images' |
  336. 'keyboard' |
  337. 'lemon' |
  338. 'life-ring' |
  339. 'lightbulb' |
  340. 'list-alt' |
  341. 'map' |
  342. 'meh' |
  343. 'minus-square' |
  344. 'chess-king' |
  345. 'chess-knight' |
  346. 'chess-pawn' |
  347. 'chess-queen' |
  348. 'chess-rook' |
  349. 'chevron-circle-down' |
  350. 'chevron-circle-left' |
  351. 'chevron-circle-right' |
  352. 'chevron-circle-up' |
  353. 'chevron-down' |
  354. 'chevron-left' |
  355. 'chevron-right' |
  356. 'chevron-up' |
  357. 'child' |
  358. 'circle' |
  359. 'circle-notch' |
  360. 'clipboard' |
  361. 'clipboard-check' |
  362. 'clipboard-list' |
  363. 'clock' |
  364. 'clone' |
  365. 'closed-captioning' |
  366. 'cloud' |
  367. 'cloud-download-alt' |
  368. 'cloud-upload-alt' |
  369. 'code' |
  370. 'code-branch' |
  371. 'coffee' |
  372. 'cog' |
  373. 'cogs' |
  374. 'columns' |
  375. 'comment' |
  376. 'comment-alt' |
  377. 'comments' |
  378. 'compass' |
  379. 'compress' |
  380. 'copy' |
  381. 'copyright' |
  382. 'credit-card' |
  383. 'crop' |
  384. 'crosshairs' |
  385. 'cube' |
  386. 'cubes' |
  387. 'cut' |
  388. 'database' |
  389. 'deaf' |
  390. 'desktop' |
  391. 'dna' |
  392. 'dollar-sign' |
  393. 'dolly' |
  394. 'dolly-flatbed' |
  395. 'dot-circle' |
  396. 'download' |
  397. 'edit' |
  398. 'eject' |
  399. 'ellipsis-h' |
  400. 'ellipsis-v' |
  401. 'envelope' |
  402. 'envelope-open' |
  403. 'envelope-square' |
  404. 'eraser' |
  405. 'euro-sign' |
  406. 'exchange-alt' |
  407. 'exclamation' |
  408. 'exclamation-circle' |
  409. 'exclamation-triangle' |
  410. 'expand' |
  411. 'expand-arrows-alt' |
  412. 'external-link-alt' |
  413. 'external-link-square-alt' |
  414. 'eye' |
  415. 'eye-dropper' |
  416. 'eye-slash' |
  417. 'fast-backward' |
  418. 'fast-forward' |
  419. 'fax' |
  420. 'female' |
  421. 'fighter-jet' |
  422. 'file' |
  423. 'file-alt' |
  424. 'file-archive' |
  425. 'file-audio' |
  426. 'file-code' |
  427. 'file-excel' |
  428. 'file-image' |
  429. 'file-pdf' |
  430. 'file-powerpoint' |
  431. 'file-video' |
  432. 'file-word' |
  433. 'film' |
  434. 'filter' |
  435. 'fire' |
  436. 'fire-extinguisher' |
  437. 'first-aid' |
  438. 'flag' |
  439. 'flag-checkered' |
  440. 'flask' |
  441. 'folder' |
  442. 'folder-open' |
  443. 'font' |
  444. 'football-ball' |
  445. 'forward' |
  446. 'frown' |
  447. 'futbol' |
  448. 'gamepad' |
  449. 'gavel' |
  450. 'gem' |
  451. 'genderless' |
  452. 'gift' |
  453. 'glass-martini' |
  454. 'grunt' |
  455. 'gulp' |
  456. 'hacker-news' |
  457. 'hacker-news-square' |
  458. 'hips' |
  459. 'hire-a-helper' |
  460. 'hooli' |
  461. 'hotjar' |
  462. 'houzz' |
  463. 'html5' |
  464. 'hubspot' |
  465. 'imdb' |
  466. 'instagram' |
  467. 'internet-explorer' |
  468. 'ioxhost' |
  469. 'itunes' |
  470. 'itunes-note' |
  471. 'jenkins' |
  472. 'joget' |
  473. 'joomla' |
  474. 'js' |
  475. 'js-square' |
  476. 'jsfiddle' |
  477. 'keycdn' |
  478. 'kickstarter' |
  479. 'kickstarter-k' |
  480. 'korvue' |
  481. 'laravel' |
  482. 'lastfm' |
  483. 'lastfm-square' |
  484. 'leanpub' |
  485. 'less' |
  486. 'line' |
  487. 'linkedin' |
  488. 'linkedin-in' |
  489. 'linode' |
  490. 'linux' |
  491. 'lyft' |
  492. 'magento' |
  493. 'maxcdn' |
  494. 'medapps' |
  495. 'medium' |
  496. 'medium-m' |
  497. 'medrt' |
  498. 'meetup' |
  499. 'microsoft' |
  500. 'mix' |
  501. 'mixcloud' |
  502. 'mizuni' |
  503. 'modx' |
  504. 'monero' |
  505. 'napster' |
  506. 'nintendo-switch' |
  507. 'node' |
  508. 'node-js' |
  509. 'npm' |
  510. 'ns8' |
  511. 'nutritionix' |
  512. 'odnoklassniki' |
  513. 'odnoklassniki-square' |
  514. 'opencart' |
  515. 'openid' |
  516. 'opera' |
  517. 'money-bill-alt' |
  518. 'moon' |
  519. 'newspaper' |
  520. 'object-group' |
  521. 'object-ungroup' |
  522. 'paper-plane' |
  523. 'pause-circle' |
  524. 'play-circle' |
  525. 'plus-square' |
  526. 'question-circle' |
  527. 'registered' |
  528. 'save' |
  529. 'share-square' |
  530. 'smile' |
  531. 'snowflake' |
  532. 'square' |
  533. 'star' |
  534. 'star-half' |
  535. 'sticky-note' |
  536. 'stop-circle' |
  537. 'sun' |
  538. 'thumbs-down' |
  539. 'thumbs-up' |
  540. 'times-circle' |
  541. 'trash-alt' |
  542. 'user' |
  543. 'user-circle' |
  544. 'window-close' |
  545. 'window-maximize' |
  546. 'window-minimize' |
  547. 'window-restore' |
  548. 'globe' |
  549. 'golf-ball' |
  550. 'graduation-cap' |
  551. 'h-square' |
  552. 'hand-lizard' |
  553. 'hand-paper' |
  554. 'hand-peace' |
  555. 'hand-point-down' |
  556. 'hand-point-left' |
  557. 'hand-point-right' |
  558. 'hand-point-up' |
  559. 'hand-pointer' |
  560. 'hand-rock' |
  561. 'hand-scissors' |
  562. 'hand-spock' |
  563. 'handshake' |
  564. 'hashtag' |
  565. 'hdd' |
  566. 'heading' |
  567. 'headphones' |
  568. 'heart' |
  569. 'heartbeat' |
  570. 'history' |
  571. 'hockey-puck' |
  572. 'home' |
  573. 'hospital' |
  574. 'hospital-symbol' |
  575. 'hourglass' |
  576. 'hourglass-end' |
  577. 'hourglass-half' |
  578. 'hourglass-start' |
  579. 'i-cursor' |
  580. 'id-badge' |
  581. 'id-card' |
  582. 'image' |
  583. 'images' |
  584. 'inbox' |
  585. 'indent' |
  586. 'industry' |
  587. 'info' |
  588. 'info-circle' |
  589. 'italic' |
  590. 'key' |
  591. 'keyboard' |
  592. 'language' |
  593. 'laptop' |
  594. 'leaf' |
  595. 'lemon' |
  596. 'level-down-alt' |
  597. 'level-up-alt' |
  598. 'life-ring' |
  599. 'lightbulb' |
  600. 'link' |
  601. 'lira-sign' |
  602. 'list' |
  603. 'list-alt' |
  604. 'list-ol' |
  605. 'list-ul' |
  606. 'location-arrow' |
  607. 'lock' |
  608. 'lock-open' |
  609. 'long-arrow-alt-down' |
  610. 'long-arrow-alt-left' |
  611. 'long-arrow-alt-right' |
  612. 'long-arrow-alt-up' |
  613. 'low-vision' |
  614. 'magic' |
  615. 'magnet' |
  616. 'male' |
  617. 'map' |
  618. 'map-marker' |
  619. 'map-marker-alt' |
  620. 'map-pin' |
  621. 'map-signs' |
  622. 'mars' |
  623. 'mars-double' |
  624. 'mars-stroke' |
  625. 'mars-stroke-h' |
  626. 'mars-stroke-v' |
  627. 'medkit' |
  628. 'meh' |
  629. 'mercury' |
  630. 'microchip' |
  631. 'microphone' |
  632. 'microphone-slash' |
  633. 'minus' |
  634. 'minus-circle' |
  635. 'minus-square' |
  636. 'mobile' |
  637. 'mobile-alt' |
  638. 'money-bill-alt' |
  639. 'moon' |
  640. 'motorcycle' |
  641. 'mouse-pointer' |
  642. 'music' |
  643. 'neuter' |
  644. 'newspaper' |
  645. 'object-group' |
  646. 'object-ungroup' |
  647. 'outdent' |
  648. 'paint-brush' |
  649. 'pallet' |
  650. 'paper-plane' |
  651. 'paperclip' |
  652. 'paragraph' |
  653. 'optin-monster' |
  654. 'osi' |
  655. 'page4' |
  656. 'pagelines' |
  657. 'palfed' |
  658. 'patreon' |
  659. 'paypal' |
  660. 'periscope' |
  661. 'phabricator' |
  662. 'phoenix-framework' |
  663. 'php' |
  664. 'pied-piper' |
  665. 'pied-piper-alt' |
  666. 'pied-piper-pp' |
  667. 'pinterest' |
  668. 'pinterest-p' |
  669. 'pinterest-square' |
  670. 'playstation' |
  671. 'product-hunt' |
  672. 'pushed' |
  673. 'python' |
  674. 'qq' |
  675. 'quinscape' |
  676. 'quora' |
  677. 'ravelry' |
  678. 'react' |
  679. 'rebel' |
  680. 'red-river' |
  681. 'reddit' |
  682. 'reddit-alien' |
  683. 'reddit-square' |
  684. 'rendact' |
  685. 'renren' |
  686. 'replyd' |
  687. 'resolving' |
  688. 'rocketchat' |
  689. 'rockrms' |
  690. 'safari' |
  691. 'sass' |
  692. 'schlix' |
  693. 'scribd' |
  694. 'searchengin' |
  695. 'sellcast' |
  696. 'sellsy' |
  697. 'servicestack' |
  698. 'shirtsinbulk' |
  699. 'simplybuilt' |
  700. 'sistrix' |
  701. 'skyatlas' |
  702. 'skype' |
  703. 'slack' |
  704. 'slack-hash' |
  705. 'slideshare' |
  706. 'snapchat' |
  707. 'snapchat-ghost' |
  708. 'snapchat-square' |
  709. 'soundcloud' |
  710. 'speakap' |
  711. 'spotify' |
  712. 'stack-exchange' |
  713. 'stack-overflow' |
  714. 'staylinked' |
  715. 'steam' |
  716. 'paste' |
  717. 'pause' |
  718. 'pause-circle' |
  719. 'paw' |
  720. 'pen-square' |
  721. 'pencil-alt' |
  722. 'percent' |
  723. 'phone' |
  724. 'phone-square' |
  725. 'phone-volume' |
  726. 'pills' |
  727. 'plane' |
  728. 'play' |
  729. 'play-circle' |
  730. 'plug' |
  731. 'plus' |
  732. 'plus-circle' |
  733. 'plus-square' |
  734. 'podcast' |
  735. 'pound-sign' |
  736. 'power-off' |
  737. 'print' |
  738. 'puzzle-piece' |
  739. 'qrcode' |
  740. 'question' |
  741. 'question-circle' |
  742. 'quidditch' |
  743. 'quote-left' |
  744. 'quote-right' |
  745. 'random' |
  746. 'recycle' |
  747. 'redo' |
  748. 'redo-alt' |
  749. 'registered' |
  750. 'reply' |
  751. 'reply-all' |
  752. 'retweet' |
  753. 'road' |
  754. 'rocket' |
  755. 'rss' |
  756. 'rss-square' |
  757. 'ruble-sign' |
  758. 'rupee-sign' |
  759. 'save' |
  760. 'search' |
  761. 'search-minus' |
  762. 'search-plus' |
  763. 'server' |
  764. 'share' |
  765. 'share-alt' |
  766. 'share-alt-square' |
  767. 'share-square' |
  768. 'shekel-sign' |
  769. 'shield-alt' |
  770. 'ship' |
  771. 'shipping-fast' |
  772. 'shopping-bag' |
  773. 'shopping-basket' |
  774. 'shopping-cart' |
  775. 'shower' |
  776. 'sign-in-alt' |
  777. 'sign-language' |
  778. 'sign-out-alt' |
  779. 'signal' |
  780. 'sitemap' |
  781. 'sliders-h' |
  782. 'smile' |
  783. 'snowflake' |
  784. 'sort' |
  785. 'sort-alpha-down' |
  786. 'sort-alpha-up' |
  787. 'sort-amount-down' |
  788. 'sort-amount-up' |
  789. 'sort-down' |
  790. 'sort-numeric-down' |
  791. 'sort-numeric-up' |
  792. 'sort-up' |
  793. 'space-shuttle' |
  794. 'spinner' |
  795. 'square' |
  796. 'square-full' |
  797. 'star' |
  798. 'star-half' |
  799. 'step-backward' |
  800. 'step-forward' |
  801. 'stethoscope' |
  802. 'sticky-note' |
  803. 'stop' |
  804. 'stop-circle' |
  805. 'stopwatch' |
  806. 'street-view' |
  807. 'strikethrough' |
  808. 'subscript' |
  809. 'subway' |
  810. 'suitcase' |
  811. 'sun' |
  812. 'superscript' |
  813. 'sync' |
  814. 'sync-alt' |
  815. 'steam-square' |
  816. 'steam-symbol' |
  817. 'sticker-mule' |
  818. 'strava' |
  819. 'stripe' |
  820. 'stripe-s' |
  821. 'studiovinari' |
  822. 'stumbleupon' |
  823. 'stumbleupon-circle' |
  824. 'superpowers' |
  825. 'supple' |
  826. 'telegram' |
  827. 'telegram-plane' |
  828. 'tencent-weibo' |
  829. 'themeisle' |
  830. 'trello' |
  831. 'tripadvisor' |
  832. 'tumblr' |
  833. 'tumblr-square' |
  834. 'twitch' |
  835. 'twitter' |
  836. 'twitter-square' |
  837. 'typo3' |
  838. 'uber' |
  839. 'uikit' |
  840. 'uniregistry' |
  841. 'untappd' |
  842. 'usb' |
  843. 'ussunnah' |
  844. 'vaadin' |
  845. 'viacoin' |
  846. 'viadeo' |
  847. 'viadeo-square' |
  848. 'viber' |
  849. 'vimeo' |
  850. 'vimeo-square' |
  851. 'vimeo-v' |
  852. 'vine' |
  853. 'vk' |
  854. 'vnv' |
  855. 'vuejs' |
  856. 'weibo' |
  857. 'weixin' |
  858. 'whatsapp' |
  859. 'whatsapp-square' |
  860. 'whmcs' |
  861. 'wikipedia-w' |
  862. 'windows' |
  863. 'wordpress' |
  864. 'wordpress-simple' |
  865. 'wpbeginner' |
  866. 'wpexplorer' |
  867. 'wpforms' |
  868. 'xbox' |
  869. 'xing' |
  870. 'xing-square' |
  871. 'y-combinator' |
  872. 'yahoo' |
  873. 'yandex' |
  874. 'yandex-international' |
  875. 'yelp' |
  876. 'yoast' |
  877. 'youtube' |
  878. 'youtube-square' |
  879. 'syringe' |
  880. 'table' |
  881. 'table-tennis' |
  882. 'tablet' |
  883. 'tablet-alt' |
  884. 'tachometer-alt' |
  885. 'tag' |
  886. 'tags' |
  887. 'tasks' |
  888. 'taxi' |
  889. 'terminal' |
  890. 'text-height' |
  891. 'text-width' |
  892. 'th' |
  893. 'th-large' |
  894. 'th-list' |
  895. 'thermometer' |
  896. 'thermometer-empty' |
  897. 'thermometer-full' |
  898. 'thermometer-half' |
  899. 'thermometer-quarter' |
  900. 'thermometer-three-quarters' |
  901. 'thumbs-down' |
  902. 'thumbs-up' |
  903. 'thumbtack' |
  904. 'ticket-alt' |
  905. 'times' |
  906. 'times-circle' |
  907. 'tint' |
  908. 'toggle-off' |
  909. 'toggle-on' |
  910. 'trademark' |
  911. 'train' |
  912. 'transgender' |
  913. 'transgender-alt' |
  914. 'trash' |
  915. 'trash-alt' |
  916. 'tree' |
  917. 'trophy' |
  918. 'truck' |
  919. 'tty' |
  920. 'tv' |
  921. 'umbrella' |
  922. 'underline' |
  923. 'undo' |
  924. 'undo-alt' |
  925. 'universal-access' |
  926. 'university' |
  927. 'unlink' |
  928. 'unlock' |
  929. 'unlock-alt' |
  930. 'upload' |
  931. 'user' |
  932. 'user-circle' |
  933. 'user-md' |
  934. 'user-plus' |
  935. 'user-secret' |
  936. 'user-times' |
  937. 'users' |
  938. 'utensil-spoon' |
  939. 'utensils' |
  940. 'venus' |
  941. 'venus-double' |
  942. 'venus-mars' |
  943. 'video' |
  944. 'volleyball-ball' |
  945. 'volume-down' |
  946. 'volume-off' |
  947. 'volume-up' |
  948. 'warehouse' |
  949. 'weight' |
  950. 'wheelchair' |
  951. 'wifi' |
  952. 'window-close' |
  953. 'window-maximize' |
  954. 'window-minimize' |
  955. 'window-restore' |
  956. 'won-sign' |
  957. 'wrench' |
  958. 'yen-sign';