From c5232700da89fdca33b75e975c14c18128d0b656 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 16 May 2016 20:31:26 +0000 Subject: fontawesome (16may16) git-svn-id: svn://tug.org/texlive/trunk@41195 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/fontawesome/README.md | 2 +- .../doc/fonts/fontawesome/fontawesome.pdf | Bin 210600 -> 229157 bytes .../doc/fonts/fontawesome/fontawesome.tex | 106 ++- .../fonts/enc/dvips/fontawesome/fontawesomeone.enc | 52 +- .../enc/dvips/fontawesome/fontawesomethree.enc | 98 +-- .../fonts/enc/dvips/fontawesome/fontawesometwo.enc | 52 +- .../opentype/public/fontawesome/FontAwesome.otf | Bin 114172 -> 132548 bytes .../fontawesome/FontAwesome--fontawesomeone.tfm | Bin 1364 -> 1360 bytes .../fontawesome/FontAwesome--fontawesomethree.tfm | Bin 584 -> 808 bytes .../fontawesome/FontAwesome--fontawesometwo.tfm | Bin 1360 -> 1360 bytes .../fonts/type1/public/fontawesome/FontAwesome.pfb | Bin 141714 -> 173219 bytes .../tex/latex/fontawesome/fontawesome.sty | 12 +- .../fontawesome/fontawesomesymbols-generic.tex | 206 ++++-- .../fontawesome/fontawesomesymbols-pdftex.tex | 809 +++++++++++---------- .../fontawesome/fontawesomesymbols-xeluatex.tex | 51 +- .../tex/latex/fontawesome/ufontawesomeone.fd | 2 +- .../tex/latex/fontawesome/ufontawesomethree.fd | 2 +- .../tex/latex/fontawesome/ufontawesometwo.fd | 2 +- 18 files changed, 812 insertions(+), 582 deletions(-) diff --git a/Master/texmf-dist/doc/fonts/fontawesome/README.md b/Master/texmf-dist/doc/fonts/fontawesome/README.md index 13107322249..7d4de325c7e 100644 --- a/Master/texmf-dist/doc/fonts/fontawesome/README.md +++ b/Master/texmf-dist/doc/fonts/fontawesome/README.md @@ -1,6 +1,6 @@ #fontawesome: high quality web icons# -The **fontawesome** package grants access to 585 web-related icons provided by +The **fontawesome** package grants access to 634 web-related icons provided by the included _Font Awesome_ free font, designed by Dave Gandy and released under the open SIL Open Font License (available at http://scripts.sil.org/OFL). See http://www.fontawesome.io for more details about the font itself. diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fontawesome.pdf b/Master/texmf-dist/doc/fonts/fontawesome/fontawesome.pdf index 46a3f7137e4..0e12a667b75 100644 Binary files a/Master/texmf-dist/doc/fonts/fontawesome/fontawesome.pdf and b/Master/texmf-dist/doc/fonts/fontawesome/fontawesome.pdf differ diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fontawesome.tex b/Master/texmf-dist/doc/fonts/fontawesome/fontawesome.tex index ca302fc5f6d..c326e4c9a67 100644 --- a/Master/texmf-dist/doc/fonts/fontawesome/fontawesome.tex +++ b/Master/texmf-dist/doc/fonts/fontawesome/fontawesome.tex @@ -1,5 +1,5 @@ %% start of file `fontawesome.tex'. -%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com). +%% Copyright 2013-2016 Xavier Danaux (xdanaux@gmail.com). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License version 1.3c, @@ -7,8 +7,8 @@ \documentclass{ltxdoc} %\GetFileInfo{\jobname.sty} -\def\fileversion{4.4.0} -\def\filedate{July 30, 2015} +\def\fileversion{4.6.3.1} +\def\filedate{May 15, 2016} \usepackage{lmodern} \usepackage[numbered]{hypdoc} \usepackage{hologo} @@ -37,11 +37,28 @@ \maketitle \begin{abstract} -The \textsf{\jobname} package grants access to 585 web-related icons provided by the included \emph{Font Awesome} font, designed by Dave Gandy and released under the open SIL Open Font License. +The \textsf{\jobname} package grants access to 634 web-related icons provided by the included \emph{Font Awesome} font, designed by Dave Gandy and released under the open SIL Open Font License. This package works both with \hologo{Xe}\hologo{(La)TeX} and Lua\hologo{(La)TeX} (using \textsf{fontspec} to load the included original \textsf{otf} font), as well as (pdf)\hologo{(La)TeX} (using an included \textsf{type1} conversion and character mapping of the font). \end{abstract} +% changelog +\makeatletter +\let\PrintMacroName@original\PrintMacroName +%\let\PrintDescribeMacro\@gobble +%\let\PrintDescribeEnv\@gobble +\let\PrintMacroName\@gobble +%\let\PrintEnvName\@gobble +\begin{macro}{\faHourglass} +\changes{v4.6.3.1}{2016/05/15}{Fixed definition.} +\end{macro} +\begin{macro}{\faHourglassX} +\changes{v4.6.3.1}{2016/05/15}{Changed direct command name to \cs{faHourglass[X]}.} +\end{macro} +\begin{macro}{\faBatteryX} +\changes{v4.6.3.1}{2016/05/15}{Changed direct command name \cs{faBattery[X]}.} +\end{macro} +\changes{v4.6.3} {2016/05/15}{Update to match Font Awesome version 4.6.3, with a total of 634 icons.} \changes{v4.4.0} {2015/07/30}{Update to match Font Awesome version 4.4.0, with a total of 585 icons.} \changes{v4.3.0-2}{2015/07/30}{Corrected the (pdf)\hologo{(La)TeX} font definitions to enable scaling, and enabled dvi/ps support.} \changes{v4.3.0-1}{2015/07/10}{Converted the otf font to 1000upm to avoid a bug within xdvipdfmx.} @@ -49,12 +66,6 @@ This package works both with \hologo{Xe}\hologo{(La)TeX} and Lua\hologo{(La)TeX} \changes{v3.1.1} {2013/05/10}{Update to match Font Awesome version 3.1.1, with 53 new icons.} \changes{v3.0.2-1}{2013/03/23}{Corrected the swap of the \cs{text-height} and \cs{text-width} icons.} \changes{v3.0.2} {2013/03/21}{First public release (version number set to match the included FontAwesome.otf font version), requiring \hologo{Xe}- or Lua\hologo{(La)TeX}.} -\makeatletter -\let\PrintMacroName@original\PrintMacroName -%\let\PrintDescribeMacro\@gobble -%\let\PrintDescribeEnv\@gobble -\let\PrintMacroName\@gobble -%\let\PrintEnvName\@gobble \begin{macro}{\faTextHeight} \changes{v3.0.2-1}{2013/03/23}{Corrected binding.} \end{macro} @@ -134,7 +145,8 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \textcolor{black!50}{(alias)}}{}% }} -\subsection{Web application icons\label{section:web_application}} +\section{List of icons} +%\subsection{Web application icons\label{section:web_application}} \begin{showcase} \showcaseicon{500px}{fa500Px}{} \showcaseicon{adjust}{faAdjust}{} @@ -145,6 +157,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{align-right}{faAlignRight}{} \showcaseicon{amazon}{faAmazon}{} \showcaseicon{ambulance}{faAmbulance}{} + \showcaseicon{american-sign-language-interpreting}{faAmericanSignLanguageInterpreting}{} \showcaseicon{anchor}{faAnchor}{} \showcaseicon{android}{faAndroid}{} \showcaseicon{angellist}{faAngellist}{} @@ -175,8 +188,11 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{arrows-alt}{faArrowsAlt}{} \showcaseicon{arrows-h}{faArrowsH}{} \showcaseicon{arrows-v}{faArrowsV}{} + \showcaseicon{asl-interpreting}{faAslInterpreting}{alias} + \showcaseicon{assistive-listening-systems}{faAssistiveListeningSystems}{} \showcaseicon{asterisk}{faAsterisk}{} \showcaseicon{at}{faAt}{} + \showcaseicon{audio-description}{faAudioDescription}{} \showcaseicon{automobile}{faAutomobile}{alias} \showcaseicon{backward}{faBackward}{} \showcaseicon{balance-scale}{faBalanceScale}{} @@ -186,11 +202,11 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{bar-chart-o}{faBarChartO}{alias} \showcaseicon{barcode}{faBarcode}{} \showcaseicon{bars}{faBars}{} - \showcaseicon{battery-0}{faBattery0}{alias} - \showcaseicon{battery-1}{faBattery1}{alias} - \showcaseicon{battery-2}{faBattery2}{alias} - \showcaseicon{battery-3}{faBattery3}{alias} - \showcaseicon{battery-4}{faBattery4}{alias} + \showcaseicon{battery-0}{faBattery[0]}{alias} + \showcaseicon{battery-1}{faBattery[1]}{alias} + \showcaseicon{battery-2}{faBattery[2]}{alias} + \showcaseicon{battery-3}{faBattery[3]}{alias} + \showcaseicon{battery-4}{faBattery[4]}{alias} \showcaseicon{battery-empty}{faBatteryEmpty}{} \showcaseicon{battery-full}{faBatteryFull}{} \showcaseicon{battery-half}{faBatteryHalf}{} @@ -211,12 +227,16 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{bitbucket-square}{faBitbucketSquare}{} \showcaseicon{bitcoin}{faBitcoin}{alias} \showcaseicon{black-tie}{faBlackTie}{} + \showcaseicon{blind}{faBlind}{} + \showcaseicon{bluetooth}{faBluetooth}{} + \showcaseicon{bluetooth-b}{faBluetoothB}{} \showcaseicon{bold}{faBold}{} \showcaseicon{bolt}{faBolt}{} \showcaseicon{bomb}{faBomb}{} \showcaseicon{book}{faBook}{} \showcaseicon{bookmark}{faBookmark}{} \showcaseicon{bookmark-o}{faBookmarkO}{} + \showcaseicon{braille}{faBraille}{} \showcaseicon{briefcase}{faBriefcase}{} \showcaseicon{btc}{faBtc}{} \showcaseicon{bug}{faBug}{} @@ -289,6 +309,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{code}{faCode}{} \showcaseicon{code-fork}{faCodeFork}{} \showcaseicon{codepen}{faCodepen}{} + \showcaseicon{codiepie}{faCodiepie}{} \showcaseicon{coffee}{faCoffee}{} \showcaseicon{cog}{faCog}{} \showcaseicon{cogs}{faCogs}{} @@ -307,6 +328,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{copyright}{faCopyright}{} \showcaseicon{creative-commons}{faCreativeCommons}{} \showcaseicon{credit-card}{faCreditCard}{} + \showcaseicon{credit-card-alt}{faCreditCardAlt}{} \showcaseicon{crop}{faCrop}{} \showcaseicon{crosshairs}{faCrosshairs}{} \showcaseicon{css3}{faCss3}{} @@ -317,6 +339,8 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{dashboard}{faDashboard}{alias} \showcaseicon{dashcube}{faDashcube}{} \showcaseicon{database}{faDatabase}{} + \showcaseicon{deaf}{faDeaf}{} + \showcaseicon{deafness}{faDeafness}{alias} \showcaseicon{dedent}{faDedent}{alias} \showcaseicon{delicious}{faDelicious}{} \showcaseicon{desktop}{faDesktop}{} @@ -329,6 +353,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{dribbble}{faDribbble}{} \showcaseicon{dropbox}{faDropbox}{} \showcaseicon{drupal}{faDrupal}{} + \showcaseicon{edge}{faEdge}{} \showcaseicon{edit}{faEdit}{alias} \showcaseicon{eject}{faEject}{} \showcaseicon{ellipsis-h}{faEllipsisH}{} @@ -337,6 +362,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{envelope}{faEnvelope}{} \showcaseicon{envelope-o}{faEnvelopeO}{} \showcaseicon{envelope-square}{faEnvelopeSquare}{} + \showcaseicon{envira}{faEnvira}{} \showcaseicon{eraser}{faEraser}{} \showcaseicon{eur}{faEur}{} \showcaseicon{euro}{faEuro}{alias} @@ -351,6 +377,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{eye}{faEye}{} \showcaseicon{eye-slash}{faEyeSlash}{} \showcaseicon{eyedropper}{faEyedropper}{} + \showcaseicon{fa}{faFa}{alias} \showcaseicon{facebook}{faFacebook}{} \showcaseicon{facebook-f}{faFacebookF}{alias} \showcaseicon{facebook-official}{faFacebookOfficial}{} @@ -385,6 +412,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{fire}{faFire}{} \showcaseicon{fire-extinguisher}{faFireExtinguisher}{} \showcaseicon{firefox}{faFirefox}{} + \showcaseicon{first-order}{faFirstOrder}{} \showcaseicon{flag}{faFlag}{} \showcaseicon{flag-checkered}{faFlagCheckered}{} \showcaseicon{flag-o}{faFlagO}{} @@ -397,7 +425,9 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{folder-open}{faFolderOpen}{} \showcaseicon{folder-open-o}{faFolderOpenO}{} \showcaseicon{font}{faFont}{} + \showcaseicon{font-awesome}{faFontAwesome}{} \showcaseicon{fonticons}{faFonticons}{} + \showcaseicon{fort-awesome}{faFortAwesome}{} \showcaseicon{forumbee}{faForumbee}{} \showcaseicon{forward}{faForward}{} \showcaseicon{foursquare}{faFoursquare}{} @@ -419,11 +449,16 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{github}{faGithub}{} \showcaseicon{github-alt}{faGithubAlt}{} \showcaseicon{github-square}{faGithubSquare}{} + \showcaseicon{gitlab}{faGitlab}{} \showcaseicon{gittip}{faGittip}{alias} \showcaseicon{glass}{faGlass}{} + \showcaseicon{glide}{faGlide}{} + \showcaseicon{glide-g}{faGlideG}{} \showcaseicon{globe}{faGlobe}{} \showcaseicon{google}{faGoogle}{} \showcaseicon{google-plus}{faGooglePlus}{} + \showcaseicon{google-plus-circle}{faGooglePlusCircle}{alias} + \showcaseicon{google-plus-official}{faGooglePlusOfficial}{} \showcaseicon{google-plus-square}{faGooglePlusSquare}{} \showcaseicon{google-wallet}{faGoogleWallet}{} \showcaseicon{graduation-cap}{faGraduationCap}{} @@ -444,6 +479,8 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{hand-scissors-o}{faHandScissorsO}{} \showcaseicon{hand-spock-o}{faHandSpockO}{} \showcaseicon{hand-stop-o}{faHandStopO}{alias} + \showcaseicon{hard-of-hearing}{faHardOfHearing}{alias} + \showcaseicon{hashtag}{faHashtag}{} \showcaseicon{hdd-o}{faHddO}{} \showcaseicon{header}{faHeader}{} \showcaseicon{headphones}{faHeadphones}{} @@ -455,9 +492,9 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{hospital-o}{faHospitalO}{} \showcaseicon{hotel}{faHotel}{alias} \showcaseicon{hourglass}{faHourglass}{} - \showcaseicon{hourglass-1}{faHourglass1}{alias} - \showcaseicon{hourglass-2}{faHourglass2}{alias} - \showcaseicon{hourglass-3}{faHourglass3}{alias} + \showcaseicon{hourglass-1}{faHourglass[1]}{alias} + \showcaseicon{hourglass-2}{faHourglass[2]}{alias} + \showcaseicon{hourglass-3}{faHourglass[3]}{alias} \showcaseicon{hourglass-end}{faHourglassEnd}{} \showcaseicon{hourglass-half}{faHourglassHalf}{} \showcaseicon{hourglass-o}{faHourglassO}{} @@ -515,6 +552,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{long-arrow-left}{faLongArrowLeft}{} \showcaseicon{long-arrow-right}{faLongArrowRight}{} \showcaseicon{long-arrow-up}{faLongArrowUp}{} + \showcaseicon{low-vision}{faLowVision}{} \showcaseicon{magic}{faMagic}{} \showcaseicon{magnet}{faMagnet}{} \showcaseicon{mail-forward}{faMailForward}{alias} @@ -543,8 +581,10 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{minus-circle}{faMinusCircle}{} \showcaseicon{minus-square}{faMinusSquare}{} \showcaseicon{minus-square-o}{faMinusSquareO}{} + \showcaseicon{mixcloud}{faMixcloud}{} \showcaseicon{mobile}{faMobile}{} \showcaseicon{mobile-phone}{faMobilePhone}{alias} + \showcaseicon{modx}{faModx}{} \showcaseicon{money}{faMoney}{} \showcaseicon{moon-o}{faMoonO}{} \showcaseicon{mortar-board}{faMortarBoard}{alias} @@ -571,11 +611,14 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{paragraph}{faParagraph}{} \showcaseicon{paste}{faPaste}{alias} \showcaseicon{pause}{faPause}{} + \showcaseicon{pause-circle}{faPauseCircle}{} + \showcaseicon{pause-circle-o}{faPauseCircleO}{} \showcaseicon{paw}{faPaw}{} \showcaseicon{paypal}{faPaypal}{} \showcaseicon{pencil}{faPencil}{} \showcaseicon{pencil-square}{faPencilSquare}{} \showcaseicon{pencil-square-o}{faPencilSquareO}{} + \showcaseicon{percent}{faPercent}{} \showcaseicon{phone}{faPhone}{} \showcaseicon{phone-square}{faPhoneSquare}{} \showcaseicon{photo}{faPhoto}{alias} @@ -583,6 +626,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{pie-chart}{faPieChart}{} \showcaseicon{pied-piper}{faPiedPiper}{} \showcaseicon{pied-piper-alt}{faPiedPiperAlt}{} + \showcaseicon{pied-piper-pp}{faPiedPiperPp}{} \showcaseicon{pinterest}{faPinterest}{} \showcaseicon{pinterest-p}{faPinterestP}{} \showcaseicon{pinterest-square}{faPinterestSquare}{} @@ -597,11 +641,13 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{plus-square-o}{faPlusSquareO}{} \showcaseicon{power-off}{faPowerOff}{} \showcaseicon{print}{faPrint}{} + \showcaseicon{product-hunt}{faProductHunt}{} \showcaseicon{puzzle-piece}{faPuzzlePiece}{} \showcaseicon{qq}{faQq}{} \showcaseicon{qrcode}{faQrcode}{} \showcaseicon{question}{faQuestion}{} \showcaseicon{question-circle}{faQuestionCircle}{} + \showcaseicon{question-circle-o}{faQuestionCircleO}{} \showcaseicon{quote-left}{faQuoteLeft}{} \showcaseicon{quote-right}{faQuoteRight}{} \showcaseicon{ra}{faRa}{alias} @@ -609,6 +655,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{rebel}{faRebel}{} \showcaseicon{recycle}{faRecycle}{} \showcaseicon{reddit}{faReddit}{} + \showcaseicon{reddit-alien}{faRedditAlien}{} \showcaseicon{reddit-square}{faRedditSquare}{} \showcaseicon{refresh}{faRefresh}{} \showcaseicon{registered}{faRegistered}{} @@ -618,6 +665,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{repeat}{faRepeat}{} \showcaseicon{reply}{faReply}{} \showcaseicon{reply-all}{faReplyAll}{} + \showcaseicon{resistance}{faResistance}{alias} \showcaseicon{retweet}{faRetweet}{} \showcaseicon{rmb}{faRmb}{alias} \showcaseicon{road}{faRoad}{} @@ -633,6 +681,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{safari}{faSafari}{} \showcaseicon{save}{faSave}{alias} \showcaseicon{scissors}{faScissors}{} + \showcaseicon{scribd}{faScribd}{} \showcaseicon{search}{faSearch}{} \showcaseicon{search-minus}{faSearchMinus}{} \showcaseicon{search-plus}{faSearchPlus}{} @@ -650,10 +699,14 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{shield}{faShield}{} \showcaseicon{ship}{faShip}{} \showcaseicon{shirtsinbulk}{faShirtsinbulk}{} + \showcaseicon{shopping-bag}{faShoppingBag}{} + \showcaseicon{shopping-basket}{faShoppingBasket}{} \showcaseicon{shopping-cart}{faShoppingCart}{} \showcaseicon{sign-in}{faSignIn}{} + \showcaseicon{sign-language}{faSignLanguage}{} \showcaseicon{sign-out}{faSignOut}{} \showcaseicon{signal}{faSignal}{} + \showcaseicon{signing}{faSigning}{alias} \showcaseicon{simplybuilt}{faSimplybuilt}{} \showcaseicon{sitemap}{faSitemap}{} \showcaseicon{skyatlas}{faSkyatlas}{} @@ -662,6 +715,9 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{sliders}{faSliders}{} \showcaseicon{slideshare}{faSlideshare}{} \showcaseicon{smile-o}{faSmileO}{} + \showcaseicon{snapchat}{faSnapchat}{} + \showcaseicon{snapchat-ghost}{faSnapchatGhost}{} + \showcaseicon{snapchat-square}{faSnapchatSquare}{} \showcaseicon{soccer-ball-o}{faSoccerBallO}{alias} \showcaseicon{sort}{faSort}{} \showcaseicon{sort-alpha-asc}{faSortAlphaAsc}{} @@ -697,6 +753,8 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{sticky-note}{faStickyNote}{} \showcaseicon{sticky-note-o}{faStickyNoteO}{} \showcaseicon{stop}{faStop}{} + \showcaseicon{stop-circle}{faStopCircle}{} + \showcaseicon{stop-circle-o}{faStopCircleO}{} \showcaseicon{street-view}{faStreetView}{} \showcaseicon{strikethrough}{faStrikethrough}{} \showcaseicon{stumbleupon}{faStumbleupon}{} @@ -722,6 +780,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{th}{faTh}{} \showcaseicon{th-large}{faThLarge}{} \showcaseicon{th-list}{faThList}{} + \showcaseicon{themeisle}{faThemeisle}{} \showcaseicon{thumb-tack}{faThumbTack}{} \showcaseicon{thumbs-down}{faThumbsDown}{} \showcaseicon{thumbs-o-down}{faThumbsODown}{} @@ -761,12 +820,14 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{umbrella}{faUmbrella}{} \showcaseicon{underline}{faUnderline}{} \showcaseicon{undo}{faUndo}{} + \showcaseicon{universal-access}{faUniversalAccess}{} \showcaseicon{university}{faUniversity}{} \showcaseicon{unlink}{faUnlink}{alias} \showcaseicon{unlock}{faUnlock}{} \showcaseicon{unlock-alt}{faUnlockAlt}{} \showcaseicon{unsorted}{faUnsorted}{alias} \showcaseicon{upload}{faUpload}{} + \showcaseicon{usb}{faUsb}{} \showcaseicon{usd}{faUsd}{} \showcaseicon{user}{faUser}{} \showcaseicon{user-md}{faUserMd}{} @@ -778,11 +839,14 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{venus-double}{faVenusDouble}{} \showcaseicon{venus-mars}{faVenusMars}{} \showcaseicon{viacoin}{faViacoin}{} + \showcaseicon{viadeo}{faViadeo}{} + \showcaseicon{viadeo-square}{faViadeoSquare}{} \showcaseicon{video-camera}{faVideoCamera}{} \showcaseicon{vimeo}{faVimeo}{} \showcaseicon{vimeo-square}{faVimeoSquare}{} \showcaseicon{vine}{faVine}{} \showcaseicon{vk}{faVk}{} + \showcaseicon{volume-control-phone}{faVolumeControlPhone}{} \showcaseicon{volume-down}{faVolumeDown}{} \showcaseicon{volume-off}{faVolumeOff}{} \showcaseicon{volume-up}{faVolumeUp}{} @@ -792,11 +856,14 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{weixin}{faWeixin}{} \showcaseicon{whatsapp}{faWhatsapp}{} \showcaseicon{wheelchair}{faWheelchair}{} + \showcaseicon{wheelchair-alt}{faWheelchairAlt}{} \showcaseicon{wifi}{faWifi}{} \showcaseicon{wikipedia-w}{faWikipediaW}{} \showcaseicon{windows}{faWindows}{} \showcaseicon{won}{faWon}{alias} \showcaseicon{wordpress}{faWordpress}{} + \showcaseicon{wpbeginner}{faWpbeginner}{} + \showcaseicon{wpforms}{faWpforms}{} \showcaseicon{wrench}{faWrench}{} \showcaseicon{xing}{faXing}{} \showcaseicon{xing-square}{faXingSquare}{} @@ -807,6 +874,7 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \showcaseicon{yc-square}{faYcSquare}{alias} \showcaseicon{yelp}{faYelp}{} \showcaseicon{yen}{faYen}{alias} + \showcaseicon{yoast}{faYoast}{} \showcaseicon{youtube}{faYoutube}{} \showcaseicon{youtube-play}{faYoutubePlay}{} \showcaseicon{youtube-square}{faYoutubeSquare}{} diff --git a/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomeone.enc b/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomeone.enc index c1b380bd092..7bc0d3218d1 100644 --- a/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomeone.enc +++ b/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomeone.enc @@ -205,6 +205,32 @@ /_596 /_597 /_598 +/_602 +/_603 +/_604 +/_607 +/_608 +/_609 +/_610 +/_611 +/_612 +/_613 +/_614 +/_615 +/_616 +/_617 +/_618 +/_619 +/_620 +/_621 +/_622 +/_623 +/_624 +/_625 +/_626 +/_627 +/_628 +/_629 /adjust /adn /align_center @@ -229,30 +255,4 @@ /backward /ban_circle /bar_chart -/barcode -/beaker -/beer -/bell -/bell_alt -/bitbucket_sign -/bold -/bolt -/book -/bookmark -/bookmark_empty -/briefcase -/btc -/bug -/building -/bullhorn -/bullseye -/calendar -/calendar_empty -/camera -/camera_retro -/caret_down -/caret_left -/caret_right -/caret_up -/certificate ] def diff --git a/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomethree.enc b/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomethree.enc index a9313fd130c..e20683680a4 100644 --- a/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomethree.enc +++ b/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesomethree.enc @@ -1,4 +1,30 @@ /fontawesomethree [ +/shield +/shopping_cart +/sign_blank +/signal +/signin +/signout +/sitemap +/skype +/smile +/sort +/sort_by_alphabet +/sort_by_attributes +/sort_by_attributes_alt +/sort_by_order +/sort_by_order_alt +/sort_down +/sort_up +/spinner +/stack_exchange +/stackexchange +/star +/star_empty +/star_half +/star_half_empty +/step_backward +/step_forward /stethoscope /stop /strikethrough @@ -47,6 +73,29 @@ /uniF1E0 /uniF1F0 /uniF280 +/uniF281 +/uniF285 +/uniF286 +/uniF2A0 +/uniF2A1 +/uniF2A2 +/uniF2A3 +/uniF2A4 +/uniF2A5 +/uniF2A6 +/uniF2A7 +/uniF2A8 +/uniF2A9 +/uniF2AA +/uniF2AB +/uniF2AC +/uniF2AD +/uniF2AE +/uniF2B0 +/uniF2B1 +/uniF2B2 +/uniF2B3 +/uniF2B4 /unlink /unlock /unlock_alt @@ -206,53 +255,4 @@ /.notdef /.notdef /.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef -/.notdef ] def diff --git a/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesometwo.enc b/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesometwo.enc index d73693c6402..9f57ad19723 100644 --- a/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesometwo.enc +++ b/Master/texmf-dist/fonts/enc/dvips/fontawesome/fontawesometwo.enc @@ -1,4 +1,30 @@ /fontawesometwo [ +/barcode +/beaker +/beer +/bell +/bell_alt +/bitbucket_sign +/bold +/bolt +/book +/bookmark +/bookmark_empty +/briefcase +/btc +/bug +/building +/bullhorn +/bullseye +/calendar +/calendar_empty +/camera +/camera_retro +/caret_down +/caret_left +/caret_right +/caret_up +/certificate /check /check_empty /check_minus @@ -229,30 +255,4 @@ /share /share_alt /share_sign -/shield -/shopping_cart -/sign_blank -/signal -/signin -/signout -/sitemap -/skype -/smile -/sort -/sort_by_alphabet -/sort_by_attributes -/sort_by_attributes_alt -/sort_by_order -/sort_by_order_alt -/sort_down -/sort_up -/spinner -/stack_exchange -/stackexchange -/star -/star_empty -/star_half -/star_half_empty -/step_backward -/step_forward ] def diff --git a/Master/texmf-dist/fonts/opentype/public/fontawesome/FontAwesome.otf b/Master/texmf-dist/fonts/opentype/public/fontawesome/FontAwesome.otf index 8ccc4e58446..490de26c329 100644 Binary files a/Master/texmf-dist/fonts/opentype/public/fontawesome/FontAwesome.otf and b/Master/texmf-dist/fonts/opentype/public/fontawesome/FontAwesome.otf differ diff --git a/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomeone.tfm b/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomeone.tfm index 2c09b60e520..34821025d2c 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomeone.tfm and b/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomeone.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomethree.tfm b/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomethree.tfm index 73954f4f4a3..515f0834b5d 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomethree.tfm and b/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesomethree.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesometwo.tfm b/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesometwo.tfm index afa6cfe5d24..4c6fbee3b65 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesometwo.tfm and b/Master/texmf-dist/fonts/tfm/public/fontawesome/FontAwesome--fontawesometwo.tfm differ diff --git a/Master/texmf-dist/fonts/type1/public/fontawesome/FontAwesome.pfb b/Master/texmf-dist/fonts/type1/public/fontawesome/FontAwesome.pfb index e4f97483e66..0a8de8ef380 100644 Binary files a/Master/texmf-dist/fonts/type1/public/fontawesome/FontAwesome.pfb and b/Master/texmf-dist/fonts/type1/public/fontawesome/FontAwesome.pfb differ diff --git a/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty b/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty index 22cafcddd7c..a5e6ae06901 100644 --- a/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty +++ b/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty @@ -1,5 +1,5 @@ %% start of file `fontawesome.sty'. -%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com). +%% Copyright 2013-2016 Xavier Danaux (xdanaux@gmail.com). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License version 1.3c, @@ -10,7 +10,7 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fontawesome}[2015/07/30 v4.4.0 font awesome icons] +\ProvidesPackage{fontawesome}[2016/05/15 v4.6.3.1 font awesome icons] %------------------------------------------------------------------------------- @@ -61,6 +61,14 @@ \fi +%------------------------------------------------------------------------------- +% fix for FontAwesome icon names containing numerals +%------------------------------------------------------------------------------- +\renewcommand{\faHourglass}[1][]{% + \faicon{hourglass\if\relax\detokenize{#1}\relax\else-#1\fi}} +\renewcommand{\faBattery}[1][4]{% + \faicon{battery-#1}} + \endinput diff --git a/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-generic.tex b/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-generic.tex index 6e2a363483d..179263fba96 100644 --- a/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-generic.tex +++ b/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-generic.tex @@ -381,7 +381,7 @@ \def\faStumbleupon{\faicon{stumbleupon}} \def\faDelicious{\faicon{delicious}} \def\faDigg{\faicon{digg}} -\def\faPiedPiper{\faicon{pied-piper}} +\def\faPiedPiperPp{\faicon{pied-piper-pp}} \def\faPiedPiperAlt{\faicon{pied-piper-alt}} \def\faDrupal{\faicon{drupal}} \def\faJoomla{\faicon{joomla}} @@ -583,93 +583,149 @@ \def\faVimeo{\faicon{vimeo}} \def\faBlackTie{\faicon{black-tie}} \def\faFonticons{\faicon{fonticons}} +\def\faRedditAlien{\faicon{reddit-alien}} +\def\faEdge{\faicon{edge}} +\def\faCreditCardAlt{\faicon{credit-card-alt}} +\def\faCodiepie{\faicon{codiepie}} +\def\faModx{\faicon{modx}} +\def\faFortAwesome{\faicon{fort-awesome}} +\def\faUsb{\faicon{usb}} +\def\faProductHunt{\faicon{product-hunt}} +\def\faMixcloud{\faicon{mixcloud}} +\def\faScribd{\faicon{scribd}} +\def\faPauseCircle{\faicon{pause-circle}} +\def\faPauseCircleO{\faicon{pause-circle-o}} +\def\faStopCircle{\faicon{stop-circle}} +\def\faStopCircleO{\faicon{stop-circle-o}} +\def\faShoppingBag{\faicon{shopping-bag}} +\def\faShoppingBasket{\faicon{shopping-basket}} +\def\faHashtag{\faicon{hashtag}} +\def\faBluetooth{\faicon{bluetooth}} +\def\faBluetoothB{\faicon{bluetooth-b}} +\def\faPercent{\faicon{percent}} +\def\faGitlab{\faicon{gitlab}} +\def\faWpbeginner{\faicon{wpbeginner}} +\def\faWpforms{\faicon{wpforms}} +\def\faEnvira{\faicon{envira}} +\def\faUniversalAccess{\faicon{universal-access}} +\def\faWheelchairAlt{\faicon{wheelchair-alt}} +\def\faQuestionCircleO{\faicon{question-circle-o}} +\def\faBlind{\faicon{blind}} +\def\faAudioDescription{\faicon{audio-description}} +\def\faVolumeControlPhone{\faicon{volume-control-phone}} +\def\faBraille{\faicon{braille}} +\def\faAssistiveListeningSystems{\faicon{assistive-listening-systems}} +\def\faAmericanSignLanguageInterpreting{\faicon{american-sign-language-interpreting}} +\def\faDeaf{\faicon{deaf}} +\def\faGlide{\faicon{glide}} +\def\faGlideG{\faicon{glide-g}} +\def\faSignLanguage{\faicon{sign-language}} +\def\faLowVision{\faicon{low-vision}} +\def\faViadeo{\faicon{viadeo}} +\def\faViadeoSquare{\faicon{viadeo-square}} +\def\faSnapchat{\faicon{snapchat}} +\def\faSnapchatGhost{\faicon{snapchat-ghost}} +\def\faSnapchatSquare{\faicon{snapchat-square}} +\def\faPiedPiper{\faicon{pied-piper}} +\def\faFirstOrder{\faicon{first-order}} +\def\faYoast{\faicon{yoast}} +\def\faThemeisle{\faicon{themeisle}} +\def\faGooglePlusOfficial{\faicon{google-plus-official}} +\def\faFontAwesome{\faicon{font-awesome}} % aliases -\def\faBattery3{\faicon{battery-3}}\expandafter\def\csname faicon@battery-3\endcsname{\faicon{battery-three-quarters}} -\def\faStarHalfFull{\faicon{star-half-full}}\expandafter\def\csname faicon@star-half-full\endcsname{\faicon{star-half-o}} -\def\faWarning{\faicon{warning}}\expandafter\def\csname faicon@warning\endcsname{\faicon{exclamation-triangle}} -\def\faToggleRight{\faicon{toggle-right}}\expandafter\def\csname faicon@toggle-right\endcsname{\faicon{caret-square-o-right}} -\def\faBattery4{\faicon{battery-4}}\expandafter\def\csname faicon@battery-4\endcsname{\faicon{battery-full}} -\def\faWechat{\faicon{wechat}}\expandafter\def\csname faicon@wechat\endcsname{\faicon{weixin}} +\def\faSendO{\faicon{send-o}}\expandafter\def\csname faicon@send-o\endcsname{\faicon{paper-plane-o}} +\def\faStarHalfEmpty{\faicon{star-half-empty}}\expandafter\def\csname faicon@star-half-empty\endcsname{\faicon{star-half-o}} +\def\faGroup{\faicon{group}}\expandafter\def\csname faicon@group\endcsname{\faicon{users}} +\def\faGooglePlusCircle{\faicon{google-plus-circle}}\expandafter\def\csname faicon@google-plus-circle\endcsname{\faicon{google-plus-official}} +\def\faMailForward{\faicon{mail-forward}}\expandafter\def\csname faicon@mail-forward\endcsname{\faicon{share}} +\def\faMobilePhone{\faicon{mobile-phone}}\expandafter\def\csname faicon@mobile-phone\endcsname{\faicon{mobile}} +\def\faImage{\faicon{image}}\expandafter\def\csname faicon@image\endcsname{\faicon{picture-o}} +\def\faYcSquare{\faicon{yc-square}}\expandafter\def\csname faicon@yc-square\endcsname{\faicon{hacker-news}} +\def\faInstitution{\faicon{institution}}\expandafter\def\csname faicon@institution\endcsname{\faicon{university}} +\def\faFileZipO{\faicon{file-zip-o}}\expandafter\def\csname faicon@file-zip-o\endcsname{\faicon{file-archive-o}} +\def\faBank{\faicon{bank}}\expandafter\def\csname faicon@bank\endcsname{\faicon{university}} +\def\faAutomobile{\faicon{automobile}}\expandafter\def\csname faicon@automobile\endcsname{\faicon{car}} +\def\faSortUp{\faicon{sort-up}}\expandafter\def\csname faicon@sort-up\endcsname{\faicon{sort-asc}} +\def\faResistance{\faicon{resistance}}\expandafter\def\csname faicon@resistance\endcsname{\faicon{rebel}} +\def\faYen{\faicon{yen}}\expandafter\def\csname faicon@yen\endcsname{\faicon{jpy}} +\def\faGear{\faicon{gear}}\expandafter\def\csname faicon@gear\endcsname{\faicon{cog}} +\def\faLegal{\faicon{legal}}\expandafter\def\csname faicon@legal\endcsname{\faicon{gavel}} +\def\faLifeSaver{\faicon{life-saver}}\expandafter\def\csname faicon@life-saver\endcsname{\faicon{life-ring}} +\def\faSheqel{\faicon{sheqel}}\expandafter\def\csname faicon@sheqel\endcsname{\faicon{ils}} \def\faYc{\faicon{yc}}\expandafter\def\csname faicon@yc\endcsname{\faicon{y-combinator}} -\def\faHourglass1{\faicon{hourglass-1}}\expandafter\def\csname faicon@hourglass-1\endcsname{\faicon{hourglass-start}} -\def\faFeed{\faicon{feed}}\expandafter\def\csname faicon@feed\endcsname{\faicon{rss}} -\def\faBitcoin{\faicon{bitcoin}}\expandafter\def\csname faicon@bitcoin\endcsname{\faicon{btc}} -\def\faRotateRight{\faicon{rotate-right}}\expandafter\def\csname faicon@rotate-right\endcsname{\faicon{repeat}} -\def\faFacebookF{\faicon{facebook-f}}\expandafter\def\csname faicon@facebook-f\endcsname{\faicon{facebook}} -\def\faBattery0{\faicon{battery-0}}\expandafter\def\csname faicon@battery-0\endcsname{\faicon{battery-empty}} -\def\faLifeBouy{\faicon{life-bouy}}\expandafter\def\csname faicon@life-bouy\endcsname{\faicon{life-ring}} -\def\faMortarBoard{\faicon{mortar-board}}\expandafter\def\csname faicon@mortar-board\endcsname{\faicon{graduation-cap}} +\def\faEuro{\faicon{euro}}\expandafter\def\csname faicon@euro\endcsname{\faicon{eur}} +\def\faHourglass3{\faicon{hourglass-3}}\expandafter\def\csname faicon@hourglass-3\endcsname{\faicon{hourglass-end}} +\def\faWechat{\faicon{wechat}}\expandafter\def\csname faicon@wechat\endcsname{\faicon{weixin}} +\def\faHardOfHearing{\faicon{hard-of-hearing}}\expandafter\def\csname faicon@hard-of-hearing\endcsname{\faicon{deaf}} +\def\faRupee{\faicon{rupee}}\expandafter\def\csname faicon@rupee\endcsname{\faicon{inr}} +\def\faDeafness{\faicon{deafness}}\expandafter\def\csname faicon@deafness\endcsname{\faicon{deaf}} +\def\faRa{\faicon{ra}}\expandafter\def\csname faicon@ra\endcsname{\faicon{rebel}} \def\faCab{\faicon{cab}}\expandafter\def\csname faicon@cab\endcsname{\faicon{taxi}} -\def\faImage{\faicon{image}}\expandafter\def\csname faicon@image\endcsname{\faicon{picture-o}} -\def\faMobilePhone{\faicon{mobile-phone}}\expandafter\def\csname faicon@mobile-phone\endcsname{\faicon{mobile}} -\def\faBarChartO{\faicon{bar-chart-o}}\expandafter\def\csname faicon@bar-chart-o\endcsname{\faicon{bar-chart}} -\def\faRmb{\faicon{rmb}}\expandafter\def\csname faicon@rmb\endcsname{\faicon{jpy}} -\def\faEdit{\faicon{edit}}\expandafter\def\csname faicon@edit\endcsname{\faicon{pencil-square-o}} -\def\faLifeBuoy{\faicon{life-buoy}}\expandafter\def\csname faicon@life-buoy\endcsname{\faicon{life-ring}} -\def\faGroup{\faicon{group}}\expandafter\def\csname faicon@group\endcsname{\faicon{users}} -\def\faNavicon{\faicon{navicon}}\expandafter\def\csname faicon@navicon\endcsname{\faicon{bars}} -\def\faGears{\faicon{gears}}\expandafter\def\csname faicon@gears\endcsname{\faicon{cogs}} +\def\faPhoto{\faicon{photo}}\expandafter\def\csname faicon@photo\endcsname{\faicon{picture-o}} \def\faMailReply{\faicon{mail-reply}}\expandafter\def\csname faicon@mail-reply\endcsname{\faicon{reply}} -\def\faGe{\faicon{ge}}\expandafter\def\csname faicon@ge\endcsname{\faicon{empire}} +\def\faHourglass1{\faicon{hourglass-1}}\expandafter\def\csname faicon@hourglass-1\endcsname{\faicon{hourglass-start}} +\def\faDashboard{\faicon{dashboard}}\expandafter\def\csname faicon@dashboard\endcsname{\faicon{tachometer}} +\def\faHandGrabO{\faicon{hand-grab-o}}\expandafter\def\csname faicon@hand-grab-o\endcsname{\faicon{hand-rock-o}} +\def\faCut{\faicon{cut}}\expandafter\def\csname faicon@cut\endcsname{\faicon{scissors}} \def\faRemove{\faicon{remove}}\expandafter\def\csname faicon@remove\endcsname{\faicon{times}} +\def\faSoccerBallO{\faicon{soccer-ball-o}}\expandafter\def\csname faicon@soccer-ball-o\endcsname{\faicon{futbol-o}} +\def\faFa{\faicon{fa}}\expandafter\def\csname faicon@fa\endcsname{\faicon{font-awesome}} \def\faBattery2{\faicon{battery-2}}\expandafter\def\csname faicon@battery-2\endcsname{\faicon{battery-half}} -\def\faMailReplyAll{\faicon{mail-reply-all}}\expandafter\def\csname faicon@mail-reply-all\endcsname{\faicon{reply-all}} -\def\faWon{\faicon{won}}\expandafter\def\csname faicon@won\endcsname{\faicon{krw}} +\def\faDollar{\faicon{dollar}}\expandafter\def\csname faicon@dollar\endcsname{\faicon{usd}} +\def\faMortarBoard{\faicon{mortar-board}}\expandafter\def\csname faicon@mortar-board\endcsname{\faicon{graduation-cap}} \def\faHourglass2{\faicon{hourglass-2}}\expandafter\def\csname faicon@hourglass-2\endcsname{\faicon{hourglass-half}} -\def\faTurkishLira{\faicon{turkish-lira}}\expandafter\def\csname faicon@turkish-lira\endcsname{\faicon{try}} -\def\faStarHalfEmpty{\faicon{star-half-empty}}\expandafter\def\csname faicon@star-half-empty\endcsname{\faicon{star-half-o}} -\def\faToggleUp{\faicon{toggle-up}}\expandafter\def\csname faicon@toggle-up\endcsname{\faicon{caret-square-o-up}} -\def\faCut{\faicon{cut}}\expandafter\def\csname faicon@cut\endcsname{\faicon{scissors}} -\def\faSheqel{\faicon{sheqel}}\expandafter\def\csname faicon@sheqel\endcsname{\faicon{ils}} -\def\faLifeSaver{\faicon{life-saver}}\expandafter\def\csname faicon@life-saver\endcsname{\faicon{life-ring}} -\def\faCny{\faicon{cny}}\expandafter\def\csname faicon@cny\endcsname{\faicon{jpy}} +\def\faBattery3{\faicon{battery-3}}\expandafter\def\csname faicon@battery-3\endcsname{\faicon{battery-three-quarters}} +\def\faToggleDown{\faicon{toggle-down}}\expandafter\def\csname faicon@toggle-down\endcsname{\faicon{caret-square-o-down}} +\def\faBattery0{\faicon{battery-0}}\expandafter\def\csname faicon@battery-0\endcsname{\faicon{battery-empty}} +\def\faBitcoin{\faicon{bitcoin}}\expandafter\def\csname faicon@bitcoin\endcsname{\faicon{btc}} +\def\faUnsorted{\faicon{unsorted}}\expandafter\def\csname faicon@unsorted\endcsname{\faicon{sort}} \def\faSend{\faicon{send}}\expandafter\def\csname faicon@send\endcsname{\faicon{paper-plane}} +\def\faLifeBuoy{\faicon{life-buoy}}\expandafter\def\csname faicon@life-buoy\endcsname{\faicon{life-ring}} +\def\faRouble{\faicon{rouble}}\expandafter\def\csname faicon@rouble\endcsname{\faicon{rub}} +\def\faDedent{\faicon{dedent}}\expandafter\def\csname faicon@dedent\endcsname{\faicon{outdent}} +\def\faReorder{\faicon{reorder}}\expandafter\def\csname faicon@reorder\endcsname{\faicon{bars}} \def\faSave{\faicon{save}}\expandafter\def\csname faicon@save\endcsname{\faicon{floppy-o}} -\def\faRa{\faicon{ra}}\expandafter\def\csname faicon@ra\endcsname{\faicon{rebel}} -\def\faChain{\faicon{chain}}\expandafter\def\csname faicon@chain\endcsname{\faicon{link}} +\def\faBarChartO{\faicon{bar-chart-o}}\expandafter\def\csname faicon@bar-chart-o\endcsname{\faicon{bar-chart}} \def\faFilePhotoO{\faicon{file-photo-o}}\expandafter\def\csname faicon@file-photo-o\endcsname{\faicon{file-image-o}} -\def\faFileMovieO{\faicon{file-movie-o}}\expandafter\def\csname faicon@file-movie-o\endcsname{\faicon{file-video-o}} -\def\faEuro{\faicon{euro}}\expandafter\def\csname faicon@euro\endcsname{\faicon{eur}} -\def\faRuble{\faicon{ruble}}\expandafter\def\csname faicon@ruble\endcsname{\faicon{rub}} -\def\faRotateLeft{\faicon{rotate-left}}\expandafter\def\csname faicon@rotate-left\endcsname{\faicon{undo}} -\def\faUnsorted{\faicon{unsorted}}\expandafter\def\csname faicon@unsorted\endcsname{\faicon{sort}} -\def\faMailForward{\faicon{mail-forward}}\expandafter\def\csname faicon@mail-forward\endcsname{\faicon{share}} -\def\faFilePictureO{\faicon{file-picture-o}}\expandafter\def\csname faicon@file-picture-o\endcsname{\faicon{file-image-o}} -\def\faYen{\faicon{yen}}\expandafter\def\csname faicon@yen\endcsname{\faicon{jpy}} -\def\faGittip{\faicon{gittip}}\expandafter\def\csname faicon@gittip\endcsname{\faicon{gratipay}} -\def\faDollar{\faicon{dollar}}\expandafter\def\csname faicon@dollar\endcsname{\faicon{usd}} -\def\faFileSoundO{\faicon{file-sound-o}}\expandafter\def\csname faicon@file-sound-o\endcsname{\faicon{file-audio-o}} \def\faCopy{\faicon{copy}}\expandafter\def\csname faicon@copy\endcsname{\faicon{files-o}} -\def\faDashboard{\faicon{dashboard}}\expandafter\def\csname faicon@dashboard\endcsname{\faicon{tachometer}} -\def\faHandGrabO{\faicon{hand-grab-o}}\expandafter\def\csname faicon@hand-grab-o\endcsname{\faicon{hand-rock-o}} -\def\faSortUp{\faicon{sort-up}}\expandafter\def\csname faicon@sort-up\endcsname{\faicon{sort-asc}} -\def\faAutomobile{\faicon{automobile}}\expandafter\def\csname faicon@automobile\endcsname{\faicon{car}} -\def\faRupee{\faicon{rupee}}\expandafter\def\csname faicon@rupee\endcsname{\faicon{inr}} -\def\faDedent{\faicon{dedent}}\expandafter\def\csname faicon@dedent\endcsname{\faicon{outdent}} -\def\faLegal{\faicon{legal}}\expandafter\def\csname faicon@legal\endcsname{\faicon{gavel}} -\def\faBattery1{\faicon{battery-1}}\expandafter\def\csname faicon@battery-1\endcsname{\faicon{battery-quarter}} -\def\faHourglass3{\faicon{hourglass-3}}\expandafter\def\csname faicon@hourglass-3\endcsname{\faicon{hourglass-end}} -\def\faHandStopO{\faicon{hand-stop-o}}\expandafter\def\csname faicon@hand-stop-o\endcsname{\faicon{hand-paper-o}} -\def\faGear{\faicon{gear}}\expandafter\def\csname faicon@gear\endcsname{\faicon{cog}} -\def\faShekel{\faicon{shekel}}\expandafter\def\csname faicon@shekel\endcsname{\faicon{ils}} -\def\faRouble{\faicon{rouble}}\expandafter\def\csname faicon@rouble\endcsname{\faicon{rub}} -\def\faHotel{\faicon{hotel}}\expandafter\def\csname faicon@hotel\endcsname{\faicon{bed}} -\def\faInstitution{\faicon{institution}}\expandafter\def\csname faicon@institution\endcsname{\faicon{university}} -\def\faPhoto{\faicon{photo}}\expandafter\def\csname faicon@photo\endcsname{\faicon{picture-o}} -\def\faFlash{\faicon{flash}}\expandafter\def\csname faicon@flash\endcsname{\faicon{bolt}} \def\faSortDown{\faicon{sort-down}}\expandafter\def\csname faicon@sort-down\endcsname{\faicon{sort-desc}} -\def\faToggleLeft{\faicon{toggle-left}}\expandafter\def\csname faicon@toggle-left\endcsname{\faicon{caret-square-o-left}} -\def\faReorder{\faicon{reorder}}\expandafter\def\csname faicon@reorder\endcsname{\faicon{bars}} -\def\faYcSquare{\faicon{yc-square}}\expandafter\def\csname faicon@yc-square\endcsname{\faicon{hacker-news}} -\def\faUnlink{\faicon{unlink}}\expandafter\def\csname faicon@unlink\endcsname{\faicon{chain-broken}} -\def\faFileZipO{\faicon{file-zip-o}}\expandafter\def\csname faicon@file-zip-o\endcsname{\faicon{file-archive-o}} -\def\faYCombinatorSquare{\faicon{y-combinator-square}}\expandafter\def\csname faicon@y-combinator-square\endcsname{\faicon{hacker-news}} -\def\faIntersex{\faicon{intersex}}\expandafter\def\csname faicon@intersex\endcsname{\faicon{transgender}} \def\faClose{\faicon{close}}\expandafter\def\csname faicon@close\endcsname{\faicon{times}} \def\faTv{\faicon{tv}}\expandafter\def\csname faicon@tv\endcsname{\faicon{television}} +\def\faToggleRight{\faicon{toggle-right}}\expandafter\def\csname faicon@toggle-right\endcsname{\faicon{caret-square-o-right}} +\def\faUnlink{\faicon{unlink}}\expandafter\def\csname faicon@unlink\endcsname{\faicon{chain-broken}} +\def\faWon{\faicon{won}}\expandafter\def\csname faicon@won\endcsname{\faicon{krw}} +\def\faWarning{\faicon{warning}}\expandafter\def\csname faicon@warning\endcsname{\faicon{exclamation-triangle}} +\def\faRotateLeft{\faicon{rotate-left}}\expandafter\def\csname faicon@rotate-left\endcsname{\faicon{undo}} +\def\faMailReplyAll{\faicon{mail-reply-all}}\expandafter\def\csname faicon@mail-reply-all\endcsname{\faicon{reply-all}} +\def\faFileSoundO{\faicon{file-sound-o}}\expandafter\def\csname faicon@file-sound-o\endcsname{\faicon{file-audio-o}} +\def\faFilePictureO{\faicon{file-picture-o}}\expandafter\def\csname faicon@file-picture-o\endcsname{\faicon{file-image-o}} +\def\faBattery4{\faicon{battery-4}}\expandafter\def\csname faicon@battery-4\endcsname{\faicon{battery-full}} +\def\faNavicon{\faicon{navicon}}\expandafter\def\csname faicon@navicon\endcsname{\faicon{bars}} \def\faPaste{\faicon{paste}}\expandafter\def\csname faicon@paste\endcsname{\faicon{clipboard}} -\def\faBank{\faicon{bank}}\expandafter\def\csname faicon@bank\endcsname{\faicon{university}} +\def\faAslInterpreting{\faicon{asl-interpreting}}\expandafter\def\csname faicon@asl-interpreting\endcsname{\faicon{american-sign-language-interpreting}} \def\faSupport{\faicon{support}}\expandafter\def\csname faicon@support\endcsname{\faicon{life-ring}} -\def\faSendO{\faicon{send-o}}\expandafter\def\csname faicon@send-o\endcsname{\faicon{paper-plane-o}} -\def\faSoccerBallO{\faicon{soccer-ball-o}}\expandafter\def\csname faicon@soccer-ball-o\endcsname{\faicon{futbol-o}} -\def\faToggleDown{\faicon{toggle-down}}\expandafter\def\csname faicon@toggle-down\endcsname{\faicon{caret-square-o-down}} +\def\faRmb{\faicon{rmb}}\expandafter\def\csname faicon@rmb\endcsname{\faicon{jpy}} +\def\faRuble{\faicon{ruble}}\expandafter\def\csname faicon@ruble\endcsname{\faicon{rub}} +\def\faChain{\faicon{chain}}\expandafter\def\csname faicon@chain\endcsname{\faicon{link}} +\def\faToggleLeft{\faicon{toggle-left}}\expandafter\def\csname faicon@toggle-left\endcsname{\faicon{caret-square-o-left}} +\def\faStarHalfFull{\faicon{star-half-full}}\expandafter\def\csname faicon@star-half-full\endcsname{\faicon{star-half-o}} +\def\faGittip{\faicon{gittip}}\expandafter\def\csname faicon@gittip\endcsname{\faicon{gratipay}} +\def\faFacebookF{\faicon{facebook-f}}\expandafter\def\csname faicon@facebook-f\endcsname{\faicon{facebook}} +\def\faSigning{\faicon{signing}}\expandafter\def\csname faicon@signing\endcsname{\faicon{sign-language}} +\def\faFlash{\faicon{flash}}\expandafter\def\csname faicon@flash\endcsname{\faicon{bolt}} +\def\faTurkishLira{\faicon{turkish-lira}}\expandafter\def\csname faicon@turkish-lira\endcsname{\faicon{try}} +\def\faHotel{\faicon{hotel}}\expandafter\def\csname faicon@hotel\endcsname{\faicon{bed}} +\def\faFileMovieO{\faicon{file-movie-o}}\expandafter\def\csname faicon@file-movie-o\endcsname{\faicon{file-video-o}} +\def\faBattery1{\faicon{battery-1}}\expandafter\def\csname faicon@battery-1\endcsname{\faicon{battery-quarter}} +\def\faGears{\faicon{gears}}\expandafter\def\csname faicon@gears\endcsname{\faicon{cogs}} +\def\faHandStopO{\faicon{hand-stop-o}}\expandafter\def\csname faicon@hand-stop-o\endcsname{\faicon{hand-paper-o}} +\def\faIntersex{\faicon{intersex}}\expandafter\def\csname faicon@intersex\endcsname{\faicon{transgender}} +\def\faRotateRight{\faicon{rotate-right}}\expandafter\def\csname faicon@rotate-right\endcsname{\faicon{repeat}} +\def\faGe{\faicon{ge}}\expandafter\def\csname faicon@ge\endcsname{\faicon{empire}} +\def\faEdit{\faicon{edit}}\expandafter\def\csname faicon@edit\endcsname{\faicon{pencil-square-o}} +\def\faFeed{\faicon{feed}}\expandafter\def\csname faicon@feed\endcsname{\faicon{rss}} +\def\faToggleUp{\faicon{toggle-up}}\expandafter\def\csname faicon@toggle-up\endcsname{\faicon{caret-square-o-up}} +\def\faYCombinatorSquare{\faicon{y-combinator-square}}\expandafter\def\csname faicon@y-combinator-square\endcsname{\faicon{hacker-news}} +\def\faShekel{\faicon{shekel}}\expandafter\def\csname faicon@shekel\endcsname{\faicon{ils}} +\def\faCny{\faicon{cny}}\expandafter\def\csname faicon@cny\endcsname{\faicon{jpy}} +\def\faLifeBouy{\faicon{life-bouy}}\expandafter\def\csname faicon@life-bouy\endcsname{\faicon{life-ring}} diff --git a/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-pdftex.tex b/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-pdftex.tex index 2589bbdf55d..6e8d9dda503 100644 --- a/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-pdftex.tex +++ b/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-pdftex.tex @@ -25,7 +25,7 @@ \expandafter\def\csname faicon@stumbleupon-circle\endcsname{{\FAone\symbol{23}}} \expandafter\def\csname faicon@delicious\endcsname{{\FAone\symbol{24}}} \expandafter\def\csname faicon@digg\endcsname{{\FAone\symbol{25}}} -\expandafter\def\csname faicon@pied-piper\endcsname{{\FAone\symbol{26}}} +\expandafter\def\csname faicon@pied-piper-pp\endcsname{{\FAone\symbol{26}}} \expandafter\def\csname faicon@pied-piper-alt\endcsname{{\FAone\symbol{27}}} \expandafter\def\csname faicon@drupal\endcsname{{\FAone\symbol{28}}} \expandafter\def\csname faicon@joomla\endcsname{{\FAone\symbol{29}}} @@ -205,384 +205,433 @@ \expandafter\def\csname faicon@commenting-o\endcsname{{\FAone\symbol{203}}} \expandafter\def\csname faicon@houzz\endcsname{{\FAone\symbol{204}}} \expandafter\def\csname faicon@vimeo\endcsname{{\FAone\symbol{205}}} -\expandafter\def\csname faicon@adjust\endcsname{{\FAone\symbol{206}}} -\expandafter\def\csname faicon@adn\endcsname{{\FAone\symbol{207}}} -\expandafter\def\csname faicon@align-center\endcsname{{\FAone\symbol{208}}} -\expandafter\def\csname faicon@align-justify\endcsname{{\FAone\symbol{209}}} -\expandafter\def\csname faicon@align-left\endcsname{{\FAone\symbol{210}}} -\expandafter\def\csname faicon@align-right\endcsname{{\FAone\symbol{211}}} -\expandafter\def\csname faicon@ambulance\endcsname{{\FAone\symbol{212}}} -\expandafter\def\csname faicon@anchor\endcsname{{\FAone\symbol{213}}} -\expandafter\def\csname faicon@android\endcsname{{\FAone\symbol{214}}} -\expandafter\def\csname faicon@angle-down\endcsname{{\FAone\symbol{215}}} -\expandafter\def\csname faicon@angle-left\endcsname{{\FAone\symbol{216}}} -\expandafter\def\csname faicon@angle-right\endcsname{{\FAone\symbol{217}}} -\expandafter\def\csname faicon@angle-up\endcsname{{\FAone\symbol{218}}} -\expandafter\def\csname faicon@apple\endcsname{{\FAone\symbol{219}}} -\expandafter\def\csname faicon@archive\endcsname{{\FAone\symbol{220}}} -\expandafter\def\csname faicon@arrow-circle-o-left\endcsname{{\FAone\symbol{221}}} -\expandafter\def\csname faicon@arrow-down\endcsname{{\FAone\symbol{222}}} -\expandafter\def\csname faicon@arrow-left\endcsname{{\FAone\symbol{223}}} -\expandafter\def\csname faicon@arrow-right\endcsname{{\FAone\symbol{224}}} -\expandafter\def\csname faicon@arrow-up\endcsname{{\FAone\symbol{225}}} -\expandafter\def\csname faicon@asterisk\endcsname{{\FAone\symbol{226}}} -\expandafter\def\csname faicon@backward\endcsname{{\FAone\symbol{227}}} -\expandafter\def\csname faicon@ban\endcsname{{\FAone\symbol{228}}} -\expandafter\def\csname faicon@bar-chart\endcsname{{\FAone\symbol{229}}} -\expandafter\def\csname faicon@barcode\endcsname{{\FAone\symbol{230}}} -\expandafter\def\csname faicon@flask\endcsname{{\FAone\symbol{231}}} -\expandafter\def\csname faicon@beer\endcsname{{\FAone\symbol{232}}} -\expandafter\def\csname faicon@bell-o\endcsname{{\FAone\symbol{233}}} -\expandafter\def\csname faicon@bell\endcsname{{\FAone\symbol{234}}} -\expandafter\def\csname faicon@bitbucket-square\endcsname{{\FAone\symbol{235}}} -\expandafter\def\csname faicon@bold\endcsname{{\FAone\symbol{236}}} -\expandafter\def\csname faicon@bolt\endcsname{{\FAone\symbol{237}}} -\expandafter\def\csname faicon@book\endcsname{{\FAone\symbol{238}}} -\expandafter\def\csname faicon@bookmark\endcsname{{\FAone\symbol{239}}} -\expandafter\def\csname faicon@bookmark-o\endcsname{{\FAone\symbol{240}}} -\expandafter\def\csname faicon@briefcase\endcsname{{\FAone\symbol{241}}} -\expandafter\def\csname faicon@btc\endcsname{{\FAone\symbol{242}}} -\expandafter\def\csname faicon@bug\endcsname{{\FAone\symbol{243}}} -\expandafter\def\csname faicon@building-o\endcsname{{\FAone\symbol{244}}} -\expandafter\def\csname faicon@bullhorn\endcsname{{\FAone\symbol{245}}} -\expandafter\def\csname faicon@bullseye\endcsname{{\FAone\symbol{246}}} -\expandafter\def\csname faicon@calendar\endcsname{{\FAone\symbol{247}}} -\expandafter\def\csname faicon@calendar-o\endcsname{{\FAone\symbol{248}}} -\expandafter\def\csname faicon@camera\endcsname{{\FAone\symbol{249}}} -\expandafter\def\csname faicon@camera-retro\endcsname{{\FAone\symbol{250}}} -\expandafter\def\csname faicon@caret-down\endcsname{{\FAone\symbol{251}}} -\expandafter\def\csname faicon@caret-left\endcsname{{\FAone\symbol{252}}} -\expandafter\def\csname faicon@caret-right\endcsname{{\FAone\symbol{253}}} -\expandafter\def\csname faicon@caret-up\endcsname{{\FAone\symbol{254}}} -\expandafter\def\csname faicon@certificate\endcsname{{\FAone\symbol{255}}} -\expandafter\def\csname faicon@check-square-o\endcsname{{\FAtwo\symbol{0}}} -\expandafter\def\csname faicon@square-o\endcsname{{\FAtwo\symbol{1}}} -\expandafter\def\csname faicon@minus-square-o\endcsname{{\FAtwo\symbol{2}}} -\expandafter\def\csname faicon@check-square\endcsname{{\FAtwo\symbol{3}}} -\expandafter\def\csname faicon@chevron-down\endcsname{{\FAtwo\symbol{4}}} -\expandafter\def\csname faicon@chevron-left\endcsname{{\FAtwo\symbol{5}}} -\expandafter\def\csname faicon@chevron-right\endcsname{{\FAtwo\symbol{6}}} -\expandafter\def\csname faicon@chevron-circle-down\endcsname{{\FAtwo\symbol{7}}} -\expandafter\def\csname faicon@chevron-circle-left\endcsname{{\FAtwo\symbol{8}}} -\expandafter\def\csname faicon@chevron-circle-right\endcsname{{\FAtwo\symbol{9}}} -\expandafter\def\csname faicon@chevron-circle-up\endcsname{{\FAtwo\symbol{10}}} -\expandafter\def\csname faicon@chevron-up\endcsname{{\FAtwo\symbol{11}}} -\expandafter\def\csname faicon@circle\endcsname{{\FAtwo\symbol{12}}} -\expandafter\def\csname faicon@arrow-circle-down\endcsname{{\FAtwo\symbol{13}}} -\expandafter\def\csname faicon@arrow-circle-left\endcsname{{\FAtwo\symbol{14}}} -\expandafter\def\csname faicon@arrow-circle-right\endcsname{{\FAtwo\symbol{15}}} -\expandafter\def\csname faicon@arrow-circle-up\endcsname{{\FAtwo\symbol{16}}} -\expandafter\def\csname faicon@circle-o\endcsname{{\FAtwo\symbol{17}}} -\expandafter\def\csname faicon@cloud\endcsname{{\FAtwo\symbol{18}}} -\expandafter\def\csname faicon@cloud-download\endcsname{{\FAtwo\symbol{19}}} -\expandafter\def\csname faicon@cloud-upload\endcsname{{\FAtwo\symbol{20}}} -\expandafter\def\csname faicon@code\endcsname{{\FAtwo\symbol{21}}} -\expandafter\def\csname faicon@code-fork\endcsname{{\FAtwo\symbol{22}}} -\expandafter\def\csname faicon@coffee\endcsname{{\FAtwo\symbol{23}}} -\expandafter\def\csname faicon@cog\endcsname{{\FAtwo\symbol{24}}} -\expandafter\def\csname faicon@cogs\endcsname{{\FAtwo\symbol{25}}} -\expandafter\def\csname faicon@caret-square-o-down\endcsname{{\FAtwo\symbol{26}}} -\expandafter\def\csname faicon@caret-square-o-up\endcsname{{\FAtwo\symbol{27}}} -\expandafter\def\csname faicon@columns\endcsname{{\FAtwo\symbol{28}}} -\expandafter\def\csname faicon@comment\endcsname{{\FAtwo\symbol{29}}} -\expandafter\def\csname faicon@comment-o\endcsname{{\FAtwo\symbol{30}}} -\expandafter\def\csname faicon@comments\endcsname{{\FAtwo\symbol{31}}} -\expandafter\def\csname faicon@comments-o\endcsname{{\FAtwo\symbol{32}}} -\expandafter\def\csname faicon@compass\endcsname{{\FAtwo\symbol{33}}} -\expandafter\def\csname faicon@files-o\endcsname{{\FAtwo\symbol{34}}} -\expandafter\def\csname faicon@credit-card\endcsname{{\FAtwo\symbol{35}}} -\expandafter\def\csname faicon@crop\endcsname{{\FAtwo\symbol{36}}} -\expandafter\def\csname faicon@css3\endcsname{{\FAtwo\symbol{37}}} -\expandafter\def\csname faicon@scissors\endcsname{{\FAtwo\symbol{38}}} -\expandafter\def\csname faicon@tachometer\endcsname{{\FAtwo\symbol{39}}} -\expandafter\def\csname faicon@desktop\endcsname{{\FAtwo\symbol{40}}} -\expandafter\def\csname faicon@dot-circle-o\endcsname{{\FAtwo\symbol{41}}} -\expandafter\def\csname faicon@angle-double-down\endcsname{{\FAtwo\symbol{42}}} -\expandafter\def\csname faicon@angle-double-left\endcsname{{\FAtwo\symbol{43}}} -\expandafter\def\csname faicon@angle-double-right\endcsname{{\FAtwo\symbol{44}}} -\expandafter\def\csname faicon@angle-double-up\endcsname{{\FAtwo\symbol{45}}} -\expandafter\def\csname faicon@arrow-circle-o-down\endcsname{{\FAtwo\symbol{46}}} -\expandafter\def\csname faicon@download\endcsname{{\FAtwo\symbol{47}}} -\expandafter\def\csname faicon@dribbble\endcsname{{\FAtwo\symbol{48}}} -\expandafter\def\csname faicon@dropbox\endcsname{{\FAtwo\symbol{49}}} -\expandafter\def\csname faicon@pencil-square-o\endcsname{{\FAtwo\symbol{50}}} -\expandafter\def\csname faicon@pencil-square\endcsname{{\FAtwo\symbol{51}}} -\expandafter\def\csname faicon@eject\endcsname{{\FAtwo\symbol{52}}} -\expandafter\def\csname faicon@ellipsis-h\endcsname{{\FAtwo\symbol{53}}} -\expandafter\def\csname faicon@ellipsis-v\endcsname{{\FAtwo\symbol{54}}} -\expandafter\def\csname faicon@envelope-o\endcsname{{\FAtwo\symbol{55}}} -\expandafter\def\csname faicon@envelope\endcsname{{\FAtwo\symbol{56}}} -\expandafter\def\csname faicon@eur\endcsname{{\FAtwo\symbol{57}}} -\expandafter\def\csname faicon@exchange\endcsname{{\FAtwo\symbol{58}}} -\expandafter\def\csname faicon@exclamation\endcsname{{\FAtwo\symbol{59}}} -\expandafter\def\csname faicon@exclamation-circle\endcsname{{\FAtwo\symbol{60}}} -\expandafter\def\csname faicon@external-link\endcsname{{\FAtwo\symbol{61}}} -\expandafter\def\csname faicon@eye-slash\endcsname{{\FAtwo\symbol{62}}} -\expandafter\def\csname faicon@eye\endcsname{{\FAtwo\symbol{63}}} -\expandafter\def\csname faicon@plus-square\endcsname{{\FAtwo\symbol{64}}} -\expandafter\def\csname faicon@bitbucket\endcsname{{\FAtwo\symbol{65}}} -\expandafter\def\csname faicon@reddit\endcsname{{\FAtwo\symbol{66}}} -\expandafter\def\csname faicon@stumbleupon\endcsname{{\FAtwo\symbol{67}}} -\expandafter\def\csname faicon@language\endcsname{{\FAtwo\symbol{68}}} -\expandafter\def\csname faicon@cc-amex\endcsname{{\FAtwo\symbol{69}}} -\expandafter\def\csname faicon@paint-brush\endcsname{{\FAtwo\symbol{70}}} -\expandafter\def\csname faicon@dashcube\endcsname{{\FAtwo\symbol{71}}} -\expandafter\def\csname faicon@leanpub\endcsname{{\FAtwo\symbol{72}}} -\expandafter\def\csname faicon@gg\endcsname{{\FAtwo\symbol{73}}} -\expandafter\def\csname faicon@gg-circle\endcsname{{\FAtwo\symbol{74}}} -\expandafter\def\csname faicon@odnoklassniki\endcsname{{\FAtwo\symbol{75}}} -\expandafter\def\csname faicon@black-tie\endcsname{{\FAtwo\symbol{76}}} -\expandafter\def\csname faicon@facebook\endcsname{{\FAtwo\symbol{77}}} -\expandafter\def\csname faicon@facebook-square\endcsname{{\FAtwo\symbol{78}}} -\expandafter\def\csname faicon@video-camera\endcsname{{\FAtwo\symbol{79}}} -\expandafter\def\csname faicon@fast-backward\endcsname{{\FAtwo\symbol{80}}} -\expandafter\def\csname faicon@fast-forward\endcsname{{\FAtwo\symbol{81}}} -\expandafter\def\csname faicon@female\endcsname{{\FAtwo\symbol{82}}} -\expandafter\def\csname faicon@fighter-jet\endcsname{{\FAtwo\symbol{83}}} -\expandafter\def\csname faicon@file\endcsname{{\FAtwo\symbol{84}}} -\expandafter\def\csname faicon@file-o\endcsname{{\FAtwo\symbol{85}}} -\expandafter\def\csname faicon@file-text\endcsname{{\FAtwo\symbol{86}}} -\expandafter\def\csname faicon@file-text-o\endcsname{{\FAtwo\symbol{87}}} -\expandafter\def\csname faicon@film\endcsname{{\FAtwo\symbol{88}}} -\expandafter\def\csname faicon@filter\endcsname{{\FAtwo\symbol{89}}} -\expandafter\def\csname faicon@fire\endcsname{{\FAtwo\symbol{90}}} -\expandafter\def\csname faicon@fire-extinguisher\endcsname{{\FAtwo\symbol{91}}} -\expandafter\def\csname faicon@flag\endcsname{{\FAtwo\symbol{92}}} -\expandafter\def\csname faicon@flag-o\endcsname{{\FAtwo\symbol{93}}} -\expandafter\def\csname faicon@flag-checkered\endcsname{{\FAtwo\symbol{94}}} -\expandafter\def\csname faicon@flickr\endcsname{{\FAtwo\symbol{95}}} -\expandafter\def\csname faicon@folder\endcsname{{\FAtwo\symbol{96}}} -\expandafter\def\csname faicon@folder-o\endcsname{{\FAtwo\symbol{97}}} -\expandafter\def\csname faicon@folder-open\endcsname{{\FAtwo\symbol{98}}} -\expandafter\def\csname faicon@folder-open-o\endcsname{{\FAtwo\symbol{99}}} -\expandafter\def\csname faicon@font\endcsname{{\FAtwo\symbol{100}}} -\expandafter\def\csname faicon@cutlery\endcsname{{\FAtwo\symbol{101}}} -\expandafter\def\csname faicon@forward\endcsname{{\FAtwo\symbol{102}}} -\expandafter\def\csname faicon@foursquare\endcsname{{\FAtwo\symbol{103}}} -\expandafter\def\csname faicon@frown-o\endcsname{{\FAtwo\symbol{104}}} -\expandafter\def\csname faicon@arrows-alt\endcsname{{\FAtwo\symbol{105}}} -\expandafter\def\csname faicon@gamepad\endcsname{{\FAtwo\symbol{106}}} -\expandafter\def\csname faicon@gbp\endcsname{{\FAtwo\symbol{107}}} -\expandafter\def\csname faicon@gift\endcsname{{\FAtwo\symbol{108}}} -\expandafter\def\csname faicon@github\endcsname{{\FAtwo\symbol{109}}} -\expandafter\def\csname faicon@github-alt\endcsname{{\FAtwo\symbol{110}}} -\expandafter\def\csname faicon@github-square\endcsname{{\FAtwo\symbol{111}}} -\expandafter\def\csname faicon@gratipay\endcsname{{\FAtwo\symbol{112}}} -\expandafter\def\csname faicon@glass\endcsname{{\FAtwo\symbol{113}}} -\expandafter\def\csname faicon@globe\endcsname{{\FAtwo\symbol{114}}} -\expandafter\def\csname faicon@google-plus\endcsname{{\FAtwo\symbol{115}}} -\expandafter\def\csname faicon@google-plus-square\endcsname{{\FAtwo\symbol{116}}} -\expandafter\def\csname faicon@users\endcsname{{\FAtwo\symbol{117}}} -\expandafter\def\csname faicon@h-square\endcsname{{\FAtwo\symbol{118}}} -\expandafter\def\csname faicon@hand-o-down\endcsname{{\FAtwo\symbol{119}}} -\expandafter\def\csname faicon@hand-o-left\endcsname{{\FAtwo\symbol{120}}} -\expandafter\def\csname faicon@hand-o-right\endcsname{{\FAtwo\symbol{121}}} -\expandafter\def\csname faicon@hand-o-up\endcsname{{\FAtwo\symbol{122}}} -\expandafter\def\csname faicon@hdd-o\endcsname{{\FAtwo\symbol{123}}} -\expandafter\def\csname faicon@headphones\endcsname{{\FAtwo\symbol{124}}} -\expandafter\def\csname faicon@heart\endcsname{{\FAtwo\symbol{125}}} -\expandafter\def\csname faicon@heart-o\endcsname{{\FAtwo\symbol{126}}} -\expandafter\def\csname faicon@home\endcsname{{\FAtwo\symbol{127}}} -\expandafter\def\csname faicon@hospital-o\endcsname{{\FAtwo\symbol{128}}} -\expandafter\def\csname faicon@html5\endcsname{{\FAtwo\symbol{129}}} -\expandafter\def\csname faicon@inbox\endcsname{{\FAtwo\symbol{130}}} -\expandafter\def\csname faicon@outdent\endcsname{{\FAtwo\symbol{131}}} -\expandafter\def\csname faicon@indent\endcsname{{\FAtwo\symbol{132}}} -\expandafter\def\csname faicon@info-circle\endcsname{{\FAtwo\symbol{133}}} -\expandafter\def\csname faicon@inr\endcsname{{\FAtwo\symbol{134}}} -\expandafter\def\csname faicon@instagram\endcsname{{\FAtwo\symbol{135}}} -\expandafter\def\csname faicon@italic\endcsname{{\FAtwo\symbol{136}}} -\expandafter\def\csname faicon@jpy\endcsname{{\FAtwo\symbol{137}}} -\expandafter\def\csname faicon@key\endcsname{{\FAtwo\symbol{138}}} -\expandafter\def\csname faicon@keyboard-o\endcsname{{\FAtwo\symbol{139}}} -\expandafter\def\csname faicon@krw\endcsname{{\FAtwo\symbol{140}}} -\expandafter\def\csname faicon@laptop\endcsname{{\FAtwo\symbol{141}}} -\expandafter\def\csname faicon@leaf\endcsname{{\FAtwo\symbol{142}}} -\expandafter\def\csname faicon@gavel\endcsname{{\FAtwo\symbol{143}}} -\expandafter\def\csname faicon@lemon-o\endcsname{{\FAtwo\symbol{144}}} -\expandafter\def\csname faicon@level-down\endcsname{{\FAtwo\symbol{145}}} -\expandafter\def\csname faicon@level-up\endcsname{{\FAtwo\symbol{146}}} -\expandafter\def\csname faicon@lightbulb-o\endcsname{{\FAtwo\symbol{147}}} -\expandafter\def\csname faicon@link\endcsname{{\FAtwo\symbol{148}}} -\expandafter\def\csname faicon@linkedin\endcsname{{\FAtwo\symbol{149}}} -\expandafter\def\csname faicon@linkedin-square\endcsname{{\FAtwo\symbol{150}}} -\expandafter\def\csname faicon@linux\endcsname{{\FAtwo\symbol{151}}} -\expandafter\def\csname faicon@list\endcsname{{\FAtwo\symbol{152}}} -\expandafter\def\csname faicon@list-alt\endcsname{{\FAtwo\symbol{153}}} -\expandafter\def\csname faicon@location-arrow\endcsname{{\FAtwo\symbol{154}}} -\expandafter\def\csname faicon@lock\endcsname{{\FAtwo\symbol{155}}} -\expandafter\def\csname faicon@long-arrow-down\endcsname{{\FAtwo\symbol{156}}} -\expandafter\def\csname faicon@long-arrow-left\endcsname{{\FAtwo\symbol{157}}} -\expandafter\def\csname faicon@long-arrow-right\endcsname{{\FAtwo\symbol{158}}} -\expandafter\def\csname faicon@long-arrow-up\endcsname{{\FAtwo\symbol{159}}} -\expandafter\def\csname faicon@magic\endcsname{{\FAtwo\symbol{160}}} -\expandafter\def\csname faicon@magnet\endcsname{{\FAtwo\symbol{161}}} -\expandafter\def\csname faicon@male\endcsname{{\FAtwo\symbol{162}}} -\expandafter\def\csname faicon@map-marker\endcsname{{\FAtwo\symbol{163}}} -\expandafter\def\csname faicon@maxcdn\endcsname{{\FAtwo\symbol{164}}} -\expandafter\def\csname faicon@medkit\endcsname{{\FAtwo\symbol{165}}} -\expandafter\def\csname faicon@meh-o\endcsname{{\FAtwo\symbol{166}}} -\expandafter\def\csname faicon@microphone\endcsname{{\FAtwo\symbol{167}}} -\expandafter\def\csname faicon@microphone-slash\endcsname{{\FAtwo\symbol{168}}} -\expandafter\def\csname faicon@minus\endcsname{{\FAtwo\symbol{169}}} -\expandafter\def\csname faicon@minus-circle\endcsname{{\FAtwo\symbol{170}}} -\expandafter\def\csname faicon@minus-square\endcsname{{\FAtwo\symbol{171}}} -\expandafter\def\csname faicon@mobile\endcsname{{\FAtwo\symbol{172}}} -\expandafter\def\csname faicon@money\endcsname{{\FAtwo\symbol{173}}} -\expandafter\def\csname faicon@arrows\endcsname{{\FAtwo\symbol{174}}} -\expandafter\def\csname faicon@music\endcsname{{\FAtwo\symbol{175}}} -\expandafter\def\csname faicon@power-off\endcsname{{\FAtwo\symbol{176}}} -\expandafter\def\csname faicon@check\endcsname{{\FAtwo\symbol{177}}} -\expandafter\def\csname faicon@check-circle-o\endcsname{{\FAtwo\symbol{178}}} -\expandafter\def\csname faicon@check-circle\endcsname{{\FAtwo\symbol{179}}} -\expandafter\def\csname faicon@list-ol\endcsname{{\FAtwo\symbol{180}}} -\expandafter\def\csname faicon@paperclip\endcsname{{\FAtwo\symbol{181}}} -\expandafter\def\csname faicon@clipboard\endcsname{{\FAtwo\symbol{182}}} -\expandafter\def\csname faicon@pause\endcsname{{\FAtwo\symbol{183}}} -\expandafter\def\csname faicon@pencil\endcsname{{\FAtwo\symbol{184}}} -\expandafter\def\csname faicon@phone\endcsname{{\FAtwo\symbol{185}}} -\expandafter\def\csname faicon@phone-square\endcsname{{\FAtwo\symbol{186}}} -\expandafter\def\csname faicon@picture-o\endcsname{{\FAtwo\symbol{187}}} -\expandafter\def\csname faicon@pinterest\endcsname{{\FAtwo\symbol{188}}} -\expandafter\def\csname faicon@pinterest-square\endcsname{{\FAtwo\symbol{189}}} -\expandafter\def\csname faicon@plane\endcsname{{\FAtwo\symbol{190}}} -\expandafter\def\csname faicon@play\endcsname{{\FAtwo\symbol{191}}} -\expandafter\def\csname faicon@play-circle-o\endcsname{{\FAtwo\symbol{192}}} -\expandafter\def\csname faicon@play-circle\endcsname{{\FAtwo\symbol{193}}} -\expandafter\def\csname faicon@plus\endcsname{{\FAtwo\symbol{194}}} -\expandafter\def\csname faicon@plus-circle\endcsname{{\FAtwo\symbol{195}}} -\expandafter\def\csname faicon@plus-square-o\endcsname{{\FAtwo\symbol{196}}} -\expandafter\def\csname faicon@print\endcsname{{\FAtwo\symbol{197}}} -\expandafter\def\csname faicon@thumb-tack\endcsname{{\FAtwo\symbol{198}}} -\expandafter\def\csname faicon@puzzle-piece\endcsname{{\FAtwo\symbol{199}}} -\expandafter\def\csname faicon@qrcode\endcsname{{\FAtwo\symbol{200}}} -\expandafter\def\csname faicon@question\endcsname{{\FAtwo\symbol{201}}} -\expandafter\def\csname faicon@question-circle\endcsname{{\FAtwo\symbol{202}}} -\expandafter\def\csname faicon@quote-left\endcsname{{\FAtwo\symbol{203}}} -\expandafter\def\csname faicon@quote-right\endcsname{{\FAtwo\symbol{204}}} -\expandafter\def\csname faicon@random\endcsname{{\FAtwo\symbol{205}}} -\expandafter\def\csname faicon@refresh\endcsname{{\FAtwo\symbol{206}}} -\expandafter\def\csname faicon@times\endcsname{{\FAtwo\symbol{207}}} -\expandafter\def\csname faicon@times-circle-o\endcsname{{\FAtwo\symbol{208}}} -\expandafter\def\csname faicon@times-circle\endcsname{{\FAtwo\symbol{209}}} -\expandafter\def\csname faicon@renren\endcsname{{\FAtwo\symbol{210}}} -\expandafter\def\csname faicon@bars\endcsname{{\FAtwo\symbol{211}}} -\expandafter\def\csname faicon@repeat\endcsname{{\FAtwo\symbol{212}}} -\expandafter\def\csname faicon@reply\endcsname{{\FAtwo\symbol{213}}} -\expandafter\def\csname faicon@reply-all\endcsname{{\FAtwo\symbol{214}}} -\expandafter\def\csname faicon@expand\endcsname{{\FAtwo\symbol{215}}} -\expandafter\def\csname faicon@arrows-h\endcsname{{\FAtwo\symbol{216}}} -\expandafter\def\csname faicon@compress\endcsname{{\FAtwo\symbol{217}}} -\expandafter\def\csname faicon@arrows-v\endcsname{{\FAtwo\symbol{218}}} -\expandafter\def\csname faicon@retweet\endcsname{{\FAtwo\symbol{219}}} -\expandafter\def\csname faicon@road\endcsname{{\FAtwo\symbol{220}}} -\expandafter\def\csname faicon@rocket\endcsname{{\FAtwo\symbol{221}}} -\expandafter\def\csname faicon@rss\endcsname{{\FAtwo\symbol{222}}} -\expandafter\def\csname faicon@rub\endcsname{{\FAtwo\symbol{223}}} -\expandafter\def\csname faicon@floppy-o\endcsname{{\FAtwo\symbol{224}}} -\expandafter\def\csname faicon@crosshairs\endcsname{{\FAtwo\symbol{225}}} -\expandafter\def\csname faicon@search\endcsname{{\FAtwo\symbol{226}}} -\expandafter\def\csname faicon@share-square-o\endcsname{{\FAtwo\symbol{227}}} -\expandafter\def\csname faicon@share\endcsname{{\FAtwo\symbol{228}}} -\expandafter\def\csname faicon@share-square\endcsname{{\FAtwo\symbol{229}}} -\expandafter\def\csname faicon@shield\endcsname{{\FAtwo\symbol{230}}} -\expandafter\def\csname faicon@shopping-cart\endcsname{{\FAtwo\symbol{231}}} -\expandafter\def\csname faicon@square\endcsname{{\FAtwo\symbol{232}}} -\expandafter\def\csname faicon@signal\endcsname{{\FAtwo\symbol{233}}} -\expandafter\def\csname faicon@sign-in\endcsname{{\FAtwo\symbol{234}}} -\expandafter\def\csname faicon@sign-out\endcsname{{\FAtwo\symbol{235}}} -\expandafter\def\csname faicon@sitemap\endcsname{{\FAtwo\symbol{236}}} -\expandafter\def\csname faicon@skype\endcsname{{\FAtwo\symbol{237}}} -\expandafter\def\csname faicon@smile-o\endcsname{{\FAtwo\symbol{238}}} -\expandafter\def\csname faicon@sort\endcsname{{\FAtwo\symbol{239}}} -\expandafter\def\csname faicon@sort-alpha-asc\endcsname{{\FAtwo\symbol{240}}} -\expandafter\def\csname faicon@sort-amount-asc\endcsname{{\FAtwo\symbol{241}}} -\expandafter\def\csname faicon@sort-amount-desc\endcsname{{\FAtwo\symbol{242}}} -\expandafter\def\csname faicon@sort-numeric-asc\endcsname{{\FAtwo\symbol{243}}} -\expandafter\def\csname faicon@sort-numeric-desc\endcsname{{\FAtwo\symbol{244}}} -\expandafter\def\csname faicon@sort-desc\endcsname{{\FAtwo\symbol{245}}} -\expandafter\def\csname faicon@sort-asc\endcsname{{\FAtwo\symbol{246}}} -\expandafter\def\csname faicon@spinner\endcsname{{\FAtwo\symbol{247}}} -\expandafter\def\csname faicon@stack-exchange\endcsname{{\FAtwo\symbol{248}}} -\expandafter\def\csname faicon@stack-overflow\endcsname{{\FAtwo\symbol{249}}} -\expandafter\def\csname faicon@star\endcsname{{\FAtwo\symbol{250}}} -\expandafter\def\csname faicon@star-o\endcsname{{\FAtwo\symbol{251}}} -\expandafter\def\csname faicon@star-half\endcsname{{\FAtwo\symbol{252}}} -\expandafter\def\csname faicon@star-half-o\endcsname{{\FAtwo\symbol{253}}} -\expandafter\def\csname faicon@step-backward\endcsname{{\FAtwo\symbol{254}}} -\expandafter\def\csname faicon@step-forward\endcsname{{\FAtwo\symbol{255}}} -\expandafter\def\csname faicon@stethoscope\endcsname{{\FAthree\symbol{0}}} -\expandafter\def\csname faicon@stop\endcsname{{\FAthree\symbol{1}}} -\expandafter\def\csname faicon@strikethrough\endcsname{{\FAthree\symbol{2}}} -\expandafter\def\csname faicon@subscript\endcsname{{\FAthree\symbol{3}}} -\expandafter\def\csname faicon@suitcase\endcsname{{\FAthree\symbol{4}}} -\expandafter\def\csname faicon@sun-o\endcsname{{\FAthree\symbol{5}}} -\expandafter\def\csname faicon@superscript\endcsname{{\FAthree\symbol{6}}} -\expandafter\def\csname faicon@table\endcsname{{\FAthree\symbol{7}}} -\expandafter\def\csname faicon@tablet\endcsname{{\FAthree\symbol{8}}} -\expandafter\def\csname faicon@tag\endcsname{{\FAthree\symbol{9}}} -\expandafter\def\csname faicon@tags\endcsname{{\FAthree\symbol{10}}} -\expandafter\def\csname faicon@tasks\endcsname{{\FAthree\symbol{11}}} -\expandafter\def\csname faicon@terminal\endcsname{{\FAthree\symbol{12}}} -\expandafter\def\csname faicon@text-height\endcsname{{\FAthree\symbol{13}}} -\expandafter\def\csname faicon@text-width\endcsname{{\FAthree\symbol{14}}} -\expandafter\def\csname faicon@th\endcsname{{\FAthree\symbol{15}}} -\expandafter\def\csname faicon@th-large\endcsname{{\FAthree\symbol{16}}} -\expandafter\def\csname faicon@th-list\endcsname{{\FAthree\symbol{17}}} -\expandafter\def\csname faicon@thumbs-o-down\endcsname{{\FAthree\symbol{18}}} -\expandafter\def\csname faicon@thumbs-o-up\endcsname{{\FAthree\symbol{19}}} -\expandafter\def\csname faicon@ticket\endcsname{{\FAthree\symbol{20}}} -\expandafter\def\csname faicon@clock-o\endcsname{{\FAthree\symbol{21}}} -\expandafter\def\csname faicon@tint\endcsname{{\FAthree\symbol{22}}} -\expandafter\def\csname faicon@trash-o\endcsname{{\FAthree\symbol{23}}} -\expandafter\def\csname faicon@trello\endcsname{{\FAthree\symbol{24}}} -\expandafter\def\csname faicon@trophy\endcsname{{\FAthree\symbol{25}}} -\expandafter\def\csname faicon@truck\endcsname{{\FAthree\symbol{26}}} -\expandafter\def\csname faicon@tumblr\endcsname{{\FAthree\symbol{27}}} -\expandafter\def\csname faicon@tumblr-square\endcsname{{\FAthree\symbol{28}}} -\expandafter\def\csname faicon@twitter\endcsname{{\FAthree\symbol{29}}} -\expandafter\def\csname faicon@twitter-square\endcsname{{\FAthree\symbol{30}}} -\expandafter\def\csname faicon@list-ul\endcsname{{\FAthree\symbol{31}}} -\expandafter\def\csname faicon@umbrella\endcsname{{\FAthree\symbol{32}}} -\expandafter\def\csname faicon@underline\endcsname{{\FAthree\symbol{33}}} -\expandafter\def\csname faicon@undo\endcsname{{\FAthree\symbol{34}}} -\expandafter\def\csname faicon@google\endcsname{{\FAthree\symbol{35}}} -\expandafter\def\csname faicon@paw\endcsname{{\FAthree\symbol{36}}} -\expandafter\def\csname faicon@database\endcsname{{\FAthree\symbol{37}}} -\expandafter\def\csname faicon@file-pdf-o\endcsname{{\FAthree\symbol{38}}} -\expandafter\def\csname faicon@rebel\endcsname{{\FAthree\symbol{39}}} -\expandafter\def\csname faicon@empire\endcsname{{\FAthree\symbol{40}}} -\expandafter\def\csname faicon@git-square\endcsname{{\FAthree\symbol{41}}} -\expandafter\def\csname faicon@tencent-weibo\endcsname{{\FAthree\symbol{42}}} -\expandafter\def\csname faicon@qq\endcsname{{\FAthree\symbol{43}}} -\expandafter\def\csname faicon@weixin\endcsname{{\FAthree\symbol{44}}} -\expandafter\def\csname faicon@share-alt\endcsname{{\FAthree\symbol{45}}} -\expandafter\def\csname faicon@cc-visa\endcsname{{\FAthree\symbol{46}}} -\expandafter\def\csname faicon@fonticons\endcsname{{\FAthree\symbol{47}}} -\expandafter\def\csname faicon@chain-broken\endcsname{{\FAthree\symbol{48}}} -\expandafter\def\csname faicon@unlock\endcsname{{\FAthree\symbol{49}}} -\expandafter\def\csname faicon@unlock-alt\endcsname{{\FAthree\symbol{50}}} -\expandafter\def\csname faicon@arrow-circle-o-up\endcsname{{\FAthree\symbol{51}}} -\expandafter\def\csname faicon@upload\endcsname{{\FAthree\symbol{52}}} -\expandafter\def\csname faicon@usd\endcsname{{\FAthree\symbol{53}}} -\expandafter\def\csname faicon@user\endcsname{{\FAthree\symbol{54}}} -\expandafter\def\csname faicon@user-md\endcsname{{\FAthree\symbol{55}}} -\expandafter\def\csname faicon@venus\endcsname{{\FAthree\symbol{56}}} -\expandafter\def\csname faicon@vimeo-square\endcsname{{\FAthree\symbol{57}}} -\expandafter\def\csname faicon@vk\endcsname{{\FAthree\symbol{58}}} -\expandafter\def\csname faicon@volume-down\endcsname{{\FAthree\symbol{59}}} -\expandafter\def\csname faicon@volume-off\endcsname{{\FAthree\symbol{60}}} -\expandafter\def\csname faicon@volume-up\endcsname{{\FAthree\symbol{61}}} -\expandafter\def\csname faicon@exclamation-triangle\endcsname{{\FAthree\symbol{62}}} -\expandafter\def\csname faicon@weibo\endcsname{{\FAthree\symbol{63}}} -\expandafter\def\csname faicon@windows\endcsname{{\FAthree\symbol{64}}} -\expandafter\def\csname faicon@wrench\endcsname{{\FAthree\symbol{65}}} -\expandafter\def\csname faicon@xing\endcsname{{\FAthree\symbol{66}}} -\expandafter\def\csname faicon@xing-square\endcsname{{\FAthree\symbol{67}}} -\expandafter\def\csname faicon@youtube\endcsname{{\FAthree\symbol{68}}} -\expandafter\def\csname faicon@youtube-play\endcsname{{\FAthree\symbol{69}}} -\expandafter\def\csname faicon@youtube-square\endcsname{{\FAthree\symbol{70}}} -\expandafter\def\csname faicon@search-plus\endcsname{{\FAthree\symbol{71}}} -\expandafter\def\csname faicon@search-minus\endcsname{{\FAthree\symbol{72}}} +\expandafter\def\csname faicon@edge\endcsname{{\FAone\symbol{206}}} +\expandafter\def\csname faicon@credit-card-alt\endcsname{{\FAone\symbol{207}}} +\expandafter\def\csname faicon@codiepie\endcsname{{\FAone\symbol{208}}} +\expandafter\def\csname faicon@usb\endcsname{{\FAone\symbol{209}}} +\expandafter\def\csname faicon@product-hunt\endcsname{{\FAone\symbol{210}}} +\expandafter\def\csname faicon@mixcloud\endcsname{{\FAone\symbol{211}}} +\expandafter\def\csname faicon@scribd\endcsname{{\FAone\symbol{212}}} +\expandafter\def\csname faicon@pause-circle\endcsname{{\FAone\symbol{213}}} +\expandafter\def\csname faicon@pause-circle-o\endcsname{{\FAone\symbol{214}}} +\expandafter\def\csname faicon@stop-circle\endcsname{{\FAone\symbol{215}}} +\expandafter\def\csname faicon@stop-circle-o\endcsname{{\FAone\symbol{216}}} +\expandafter\def\csname faicon@shopping-bag\endcsname{{\FAone\symbol{217}}} +\expandafter\def\csname faicon@shopping-basket\endcsname{{\FAone\symbol{218}}} +\expandafter\def\csname faicon@hashtag\endcsname{{\FAone\symbol{219}}} +\expandafter\def\csname faicon@bluetooth\endcsname{{\FAone\symbol{220}}} +\expandafter\def\csname faicon@bluetooth-b\endcsname{{\FAone\symbol{221}}} +\expandafter\def\csname faicon@percent\endcsname{{\FAone\symbol{222}}} +\expandafter\def\csname faicon@gitlab\endcsname{{\FAone\symbol{223}}} +\expandafter\def\csname faicon@wpbeginner\endcsname{{\FAone\symbol{224}}} +\expandafter\def\csname faicon@wpforms\endcsname{{\FAone\symbol{225}}} +\expandafter\def\csname faicon@envira\endcsname{{\FAone\symbol{226}}} +\expandafter\def\csname faicon@universal-access\endcsname{{\FAone\symbol{227}}} +\expandafter\def\csname faicon@wheelchair-alt\endcsname{{\FAone\symbol{228}}} +\expandafter\def\csname faicon@question-circle-o\endcsname{{\FAone\symbol{229}}} +\expandafter\def\csname faicon@blind\endcsname{{\FAone\symbol{230}}} +\expandafter\def\csname faicon@audio-description\endcsname{{\FAone\symbol{231}}} +\expandafter\def\csname faicon@adjust\endcsname{{\FAone\symbol{232}}} +\expandafter\def\csname faicon@adn\endcsname{{\FAone\symbol{233}}} +\expandafter\def\csname faicon@align-center\endcsname{{\FAone\symbol{234}}} +\expandafter\def\csname faicon@align-justify\endcsname{{\FAone\symbol{235}}} +\expandafter\def\csname faicon@align-left\endcsname{{\FAone\symbol{236}}} +\expandafter\def\csname faicon@align-right\endcsname{{\FAone\symbol{237}}} +\expandafter\def\csname faicon@ambulance\endcsname{{\FAone\symbol{238}}} +\expandafter\def\csname faicon@anchor\endcsname{{\FAone\symbol{239}}} +\expandafter\def\csname faicon@android\endcsname{{\FAone\symbol{240}}} +\expandafter\def\csname faicon@angle-down\endcsname{{\FAone\symbol{241}}} +\expandafter\def\csname faicon@angle-left\endcsname{{\FAone\symbol{242}}} +\expandafter\def\csname faicon@angle-right\endcsname{{\FAone\symbol{243}}} +\expandafter\def\csname faicon@angle-up\endcsname{{\FAone\symbol{244}}} +\expandafter\def\csname faicon@apple\endcsname{{\FAone\symbol{245}}} +\expandafter\def\csname faicon@archive\endcsname{{\FAone\symbol{246}}} +\expandafter\def\csname faicon@arrow-circle-o-left\endcsname{{\FAone\symbol{247}}} +\expandafter\def\csname faicon@arrow-down\endcsname{{\FAone\symbol{248}}} +\expandafter\def\csname faicon@arrow-left\endcsname{{\FAone\symbol{249}}} +\expandafter\def\csname faicon@arrow-right\endcsname{{\FAone\symbol{250}}} +\expandafter\def\csname faicon@arrow-up\endcsname{{\FAone\symbol{251}}} +\expandafter\def\csname faicon@asterisk\endcsname{{\FAone\symbol{252}}} +\expandafter\def\csname faicon@backward\endcsname{{\FAone\symbol{253}}} +\expandafter\def\csname faicon@ban\endcsname{{\FAone\symbol{254}}} +\expandafter\def\csname faicon@bar-chart\endcsname{{\FAone\symbol{255}}} +\expandafter\def\csname faicon@barcode\endcsname{{\FAtwo\symbol{0}}} +\expandafter\def\csname faicon@flask\endcsname{{\FAtwo\symbol{1}}} +\expandafter\def\csname faicon@beer\endcsname{{\FAtwo\symbol{2}}} +\expandafter\def\csname faicon@bell-o\endcsname{{\FAtwo\symbol{3}}} +\expandafter\def\csname faicon@bell\endcsname{{\FAtwo\symbol{4}}} +\expandafter\def\csname faicon@bitbucket-square\endcsname{{\FAtwo\symbol{5}}} +\expandafter\def\csname faicon@bold\endcsname{{\FAtwo\symbol{6}}} +\expandafter\def\csname faicon@bolt\endcsname{{\FAtwo\symbol{7}}} +\expandafter\def\csname faicon@book\endcsname{{\FAtwo\symbol{8}}} +\expandafter\def\csname faicon@bookmark\endcsname{{\FAtwo\symbol{9}}} +\expandafter\def\csname faicon@bookmark-o\endcsname{{\FAtwo\symbol{10}}} +\expandafter\def\csname faicon@briefcase\endcsname{{\FAtwo\symbol{11}}} +\expandafter\def\csname faicon@btc\endcsname{{\FAtwo\symbol{12}}} +\expandafter\def\csname faicon@bug\endcsname{{\FAtwo\symbol{13}}} +\expandafter\def\csname faicon@building-o\endcsname{{\FAtwo\symbol{14}}} +\expandafter\def\csname faicon@bullhorn\endcsname{{\FAtwo\symbol{15}}} +\expandafter\def\csname faicon@bullseye\endcsname{{\FAtwo\symbol{16}}} +\expandafter\def\csname faicon@calendar\endcsname{{\FAtwo\symbol{17}}} +\expandafter\def\csname faicon@calendar-o\endcsname{{\FAtwo\symbol{18}}} +\expandafter\def\csname faicon@camera\endcsname{{\FAtwo\symbol{19}}} +\expandafter\def\csname faicon@camera-retro\endcsname{{\FAtwo\symbol{20}}} +\expandafter\def\csname faicon@caret-down\endcsname{{\FAtwo\symbol{21}}} +\expandafter\def\csname faicon@caret-left\endcsname{{\FAtwo\symbol{22}}} +\expandafter\def\csname faicon@caret-right\endcsname{{\FAtwo\symbol{23}}} +\expandafter\def\csname faicon@caret-up\endcsname{{\FAtwo\symbol{24}}} +\expandafter\def\csname faicon@certificate\endcsname{{\FAtwo\symbol{25}}} +\expandafter\def\csname faicon@check-square-o\endcsname{{\FAtwo\symbol{26}}} +\expandafter\def\csname faicon@square-o\endcsname{{\FAtwo\symbol{27}}} +\expandafter\def\csname faicon@minus-square-o\endcsname{{\FAtwo\symbol{28}}} +\expandafter\def\csname faicon@check-square\endcsname{{\FAtwo\symbol{29}}} +\expandafter\def\csname faicon@chevron-down\endcsname{{\FAtwo\symbol{30}}} +\expandafter\def\csname faicon@chevron-left\endcsname{{\FAtwo\symbol{31}}} +\expandafter\def\csname faicon@chevron-right\endcsname{{\FAtwo\symbol{32}}} +\expandafter\def\csname faicon@chevron-circle-down\endcsname{{\FAtwo\symbol{33}}} +\expandafter\def\csname faicon@chevron-circle-left\endcsname{{\FAtwo\symbol{34}}} +\expandafter\def\csname faicon@chevron-circle-right\endcsname{{\FAtwo\symbol{35}}} +\expandafter\def\csname faicon@chevron-circle-up\endcsname{{\FAtwo\symbol{36}}} +\expandafter\def\csname faicon@chevron-up\endcsname{{\FAtwo\symbol{37}}} +\expandafter\def\csname faicon@circle\endcsname{{\FAtwo\symbol{38}}} +\expandafter\def\csname faicon@arrow-circle-down\endcsname{{\FAtwo\symbol{39}}} +\expandafter\def\csname faicon@arrow-circle-left\endcsname{{\FAtwo\symbol{40}}} +\expandafter\def\csname faicon@arrow-circle-right\endcsname{{\FAtwo\symbol{41}}} +\expandafter\def\csname faicon@arrow-circle-up\endcsname{{\FAtwo\symbol{42}}} +\expandafter\def\csname faicon@circle-o\endcsname{{\FAtwo\symbol{43}}} +\expandafter\def\csname faicon@cloud\endcsname{{\FAtwo\symbol{44}}} +\expandafter\def\csname faicon@cloud-download\endcsname{{\FAtwo\symbol{45}}} +\expandafter\def\csname faicon@cloud-upload\endcsname{{\FAtwo\symbol{46}}} +\expandafter\def\csname faicon@code\endcsname{{\FAtwo\symbol{47}}} +\expandafter\def\csname faicon@code-fork\endcsname{{\FAtwo\symbol{48}}} +\expandafter\def\csname faicon@coffee\endcsname{{\FAtwo\symbol{49}}} +\expandafter\def\csname faicon@cog\endcsname{{\FAtwo\symbol{50}}} +\expandafter\def\csname faicon@cogs\endcsname{{\FAtwo\symbol{51}}} +\expandafter\def\csname faicon@caret-square-o-down\endcsname{{\FAtwo\symbol{52}}} +\expandafter\def\csname faicon@caret-square-o-up\endcsname{{\FAtwo\symbol{53}}} +\expandafter\def\csname faicon@columns\endcsname{{\FAtwo\symbol{54}}} +\expandafter\def\csname faicon@comment\endcsname{{\FAtwo\symbol{55}}} +\expandafter\def\csname faicon@comment-o\endcsname{{\FAtwo\symbol{56}}} +\expandafter\def\csname faicon@comments\endcsname{{\FAtwo\symbol{57}}} +\expandafter\def\csname faicon@comments-o\endcsname{{\FAtwo\symbol{58}}} +\expandafter\def\csname faicon@compass\endcsname{{\FAtwo\symbol{59}}} +\expandafter\def\csname faicon@files-o\endcsname{{\FAtwo\symbol{60}}} +\expandafter\def\csname faicon@credit-card\endcsname{{\FAtwo\symbol{61}}} +\expandafter\def\csname faicon@crop\endcsname{{\FAtwo\symbol{62}}} +\expandafter\def\csname faicon@css3\endcsname{{\FAtwo\symbol{63}}} +\expandafter\def\csname faicon@scissors\endcsname{{\FAtwo\symbol{64}}} +\expandafter\def\csname faicon@tachometer\endcsname{{\FAtwo\symbol{65}}} +\expandafter\def\csname faicon@desktop\endcsname{{\FAtwo\symbol{66}}} +\expandafter\def\csname faicon@dot-circle-o\endcsname{{\FAtwo\symbol{67}}} +\expandafter\def\csname faicon@angle-double-down\endcsname{{\FAtwo\symbol{68}}} +\expandafter\def\csname faicon@angle-double-left\endcsname{{\FAtwo\symbol{69}}} +\expandafter\def\csname faicon@angle-double-right\endcsname{{\FAtwo\symbol{70}}} +\expandafter\def\csname faicon@angle-double-up\endcsname{{\FAtwo\symbol{71}}} +\expandafter\def\csname faicon@arrow-circle-o-down\endcsname{{\FAtwo\symbol{72}}} +\expandafter\def\csname faicon@download\endcsname{{\FAtwo\symbol{73}}} +\expandafter\def\csname faicon@dribbble\endcsname{{\FAtwo\symbol{74}}} +\expandafter\def\csname faicon@dropbox\endcsname{{\FAtwo\symbol{75}}} +\expandafter\def\csname faicon@pencil-square-o\endcsname{{\FAtwo\symbol{76}}} +\expandafter\def\csname faicon@pencil-square\endcsname{{\FAtwo\symbol{77}}} +\expandafter\def\csname faicon@eject\endcsname{{\FAtwo\symbol{78}}} +\expandafter\def\csname faicon@ellipsis-h\endcsname{{\FAtwo\symbol{79}}} +\expandafter\def\csname faicon@ellipsis-v\endcsname{{\FAtwo\symbol{80}}} +\expandafter\def\csname faicon@envelope-o\endcsname{{\FAtwo\symbol{81}}} +\expandafter\def\csname faicon@envelope\endcsname{{\FAtwo\symbol{82}}} +\expandafter\def\csname faicon@eur\endcsname{{\FAtwo\symbol{83}}} +\expandafter\def\csname faicon@exchange\endcsname{{\FAtwo\symbol{84}}} +\expandafter\def\csname faicon@exclamation\endcsname{{\FAtwo\symbol{85}}} +\expandafter\def\csname faicon@exclamation-circle\endcsname{{\FAtwo\symbol{86}}} +\expandafter\def\csname faicon@external-link\endcsname{{\FAtwo\symbol{87}}} +\expandafter\def\csname faicon@eye-slash\endcsname{{\FAtwo\symbol{88}}} +\expandafter\def\csname faicon@eye\endcsname{{\FAtwo\symbol{89}}} +\expandafter\def\csname faicon@plus-square\endcsname{{\FAtwo\symbol{90}}} +\expandafter\def\csname faicon@bitbucket\endcsname{{\FAtwo\symbol{91}}} +\expandafter\def\csname faicon@reddit\endcsname{{\FAtwo\symbol{92}}} +\expandafter\def\csname faicon@stumbleupon\endcsname{{\FAtwo\symbol{93}}} +\expandafter\def\csname faicon@language\endcsname{{\FAtwo\symbol{94}}} +\expandafter\def\csname faicon@cc-amex\endcsname{{\FAtwo\symbol{95}}} +\expandafter\def\csname faicon@paint-brush\endcsname{{\FAtwo\symbol{96}}} +\expandafter\def\csname faicon@dashcube\endcsname{{\FAtwo\symbol{97}}} +\expandafter\def\csname faicon@leanpub\endcsname{{\FAtwo\symbol{98}}} +\expandafter\def\csname faicon@gg\endcsname{{\FAtwo\symbol{99}}} +\expandafter\def\csname faicon@gg-circle\endcsname{{\FAtwo\symbol{100}}} +\expandafter\def\csname faicon@odnoklassniki\endcsname{{\FAtwo\symbol{101}}} +\expandafter\def\csname faicon@black-tie\endcsname{{\FAtwo\symbol{102}}} +\expandafter\def\csname faicon@facebook\endcsname{{\FAtwo\symbol{103}}} +\expandafter\def\csname faicon@facebook-square\endcsname{{\FAtwo\symbol{104}}} +\expandafter\def\csname faicon@video-camera\endcsname{{\FAtwo\symbol{105}}} +\expandafter\def\csname faicon@fast-backward\endcsname{{\FAtwo\symbol{106}}} +\expandafter\def\csname faicon@fast-forward\endcsname{{\FAtwo\symbol{107}}} +\expandafter\def\csname faicon@female\endcsname{{\FAtwo\symbol{108}}} +\expandafter\def\csname faicon@fighter-jet\endcsname{{\FAtwo\symbol{109}}} +\expandafter\def\csname faicon@file\endcsname{{\FAtwo\symbol{110}}} +\expandafter\def\csname faicon@file-o\endcsname{{\FAtwo\symbol{111}}} +\expandafter\def\csname faicon@file-text\endcsname{{\FAtwo\symbol{112}}} +\expandafter\def\csname faicon@file-text-o\endcsname{{\FAtwo\symbol{113}}} +\expandafter\def\csname faicon@film\endcsname{{\FAtwo\symbol{114}}} +\expandafter\def\csname faicon@filter\endcsname{{\FAtwo\symbol{115}}} +\expandafter\def\csname faicon@fire\endcsname{{\FAtwo\symbol{116}}} +\expandafter\def\csname faicon@fire-extinguisher\endcsname{{\FAtwo\symbol{117}}} +\expandafter\def\csname faicon@flag\endcsname{{\FAtwo\symbol{118}}} +\expandafter\def\csname faicon@flag-o\endcsname{{\FAtwo\symbol{119}}} +\expandafter\def\csname faicon@flag-checkered\endcsname{{\FAtwo\symbol{120}}} +\expandafter\def\csname faicon@flickr\endcsname{{\FAtwo\symbol{121}}} +\expandafter\def\csname faicon@folder\endcsname{{\FAtwo\symbol{122}}} +\expandafter\def\csname faicon@folder-o\endcsname{{\FAtwo\symbol{123}}} +\expandafter\def\csname faicon@folder-open\endcsname{{\FAtwo\symbol{124}}} +\expandafter\def\csname faicon@folder-open-o\endcsname{{\FAtwo\symbol{125}}} +\expandafter\def\csname faicon@font\endcsname{{\FAtwo\symbol{126}}} +\expandafter\def\csname faicon@cutlery\endcsname{{\FAtwo\symbol{127}}} +\expandafter\def\csname faicon@forward\endcsname{{\FAtwo\symbol{128}}} +\expandafter\def\csname faicon@foursquare\endcsname{{\FAtwo\symbol{129}}} +\expandafter\def\csname faicon@frown-o\endcsname{{\FAtwo\symbol{130}}} +\expandafter\def\csname faicon@arrows-alt\endcsname{{\FAtwo\symbol{131}}} +\expandafter\def\csname faicon@gamepad\endcsname{{\FAtwo\symbol{132}}} +\expandafter\def\csname faicon@gbp\endcsname{{\FAtwo\symbol{133}}} +\expandafter\def\csname faicon@gift\endcsname{{\FAtwo\symbol{134}}} +\expandafter\def\csname faicon@github\endcsname{{\FAtwo\symbol{135}}} +\expandafter\def\csname faicon@github-alt\endcsname{{\FAtwo\symbol{136}}} +\expandafter\def\csname faicon@github-square\endcsname{{\FAtwo\symbol{137}}} +\expandafter\def\csname faicon@gratipay\endcsname{{\FAtwo\symbol{138}}} +\expandafter\def\csname faicon@glass\endcsname{{\FAtwo\symbol{139}}} +\expandafter\def\csname faicon@globe\endcsname{{\FAtwo\symbol{140}}} +\expandafter\def\csname faicon@google-plus\endcsname{{\FAtwo\symbol{141}}} +\expandafter\def\csname faicon@google-plus-square\endcsname{{\FAtwo\symbol{142}}} +\expandafter\def\csname faicon@users\endcsname{{\FAtwo\symbol{143}}} +\expandafter\def\csname faicon@h-square\endcsname{{\FAtwo\symbol{144}}} +\expandafter\def\csname faicon@hand-o-down\endcsname{{\FAtwo\symbol{145}}} +\expandafter\def\csname faicon@hand-o-left\endcsname{{\FAtwo\symbol{146}}} +\expandafter\def\csname faicon@hand-o-right\endcsname{{\FAtwo\symbol{147}}} +\expandafter\def\csname faicon@hand-o-up\endcsname{{\FAtwo\symbol{148}}} +\expandafter\def\csname faicon@hdd-o\endcsname{{\FAtwo\symbol{149}}} +\expandafter\def\csname faicon@headphones\endcsname{{\FAtwo\symbol{150}}} +\expandafter\def\csname faicon@heart\endcsname{{\FAtwo\symbol{151}}} +\expandafter\def\csname faicon@heart-o\endcsname{{\FAtwo\symbol{152}}} +\expandafter\def\csname faicon@home\endcsname{{\FAtwo\symbol{153}}} +\expandafter\def\csname faicon@hospital-o\endcsname{{\FAtwo\symbol{154}}} +\expandafter\def\csname faicon@html5\endcsname{{\FAtwo\symbol{155}}} +\expandafter\def\csname faicon@inbox\endcsname{{\FAtwo\symbol{156}}} +\expandafter\def\csname faicon@outdent\endcsname{{\FAtwo\symbol{157}}} +\expandafter\def\csname faicon@indent\endcsname{{\FAtwo\symbol{158}}} +\expandafter\def\csname faicon@info-circle\endcsname{{\FAtwo\symbol{159}}} +\expandafter\def\csname faicon@inr\endcsname{{\FAtwo\symbol{160}}} +\expandafter\def\csname faicon@instagram\endcsname{{\FAtwo\symbol{161}}} +\expandafter\def\csname faicon@italic\endcsname{{\FAtwo\symbol{162}}} +\expandafter\def\csname faicon@jpy\endcsname{{\FAtwo\symbol{163}}} +\expandafter\def\csname faicon@key\endcsname{{\FAtwo\symbol{164}}} +\expandafter\def\csname faicon@keyboard-o\endcsname{{\FAtwo\symbol{165}}} +\expandafter\def\csname faicon@krw\endcsname{{\FAtwo\symbol{166}}} +\expandafter\def\csname faicon@laptop\endcsname{{\FAtwo\symbol{167}}} +\expandafter\def\csname faicon@leaf\endcsname{{\FAtwo\symbol{168}}} +\expandafter\def\csname faicon@gavel\endcsname{{\FAtwo\symbol{169}}} +\expandafter\def\csname faicon@lemon-o\endcsname{{\FAtwo\symbol{170}}} +\expandafter\def\csname faicon@level-down\endcsname{{\FAtwo\symbol{171}}} +\expandafter\def\csname faicon@level-up\endcsname{{\FAtwo\symbol{172}}} +\expandafter\def\csname faicon@lightbulb-o\endcsname{{\FAtwo\symbol{173}}} +\expandafter\def\csname faicon@link\endcsname{{\FAtwo\symbol{174}}} +\expandafter\def\csname faicon@linkedin\endcsname{{\FAtwo\symbol{175}}} +\expandafter\def\csname faicon@linkedin-square\endcsname{{\FAtwo\symbol{176}}} +\expandafter\def\csname faicon@linux\endcsname{{\FAtwo\symbol{177}}} +\expandafter\def\csname faicon@list\endcsname{{\FAtwo\symbol{178}}} +\expandafter\def\csname faicon@list-alt\endcsname{{\FAtwo\symbol{179}}} +\expandafter\def\csname faicon@location-arrow\endcsname{{\FAtwo\symbol{180}}} +\expandafter\def\csname faicon@lock\endcsname{{\FAtwo\symbol{181}}} +\expandafter\def\csname faicon@long-arrow-down\endcsname{{\FAtwo\symbol{182}}} +\expandafter\def\csname faicon@long-arrow-left\endcsname{{\FAtwo\symbol{183}}} +\expandafter\def\csname faicon@long-arrow-right\endcsname{{\FAtwo\symbol{184}}} +\expandafter\def\csname faicon@long-arrow-up\endcsname{{\FAtwo\symbol{185}}} +\expandafter\def\csname faicon@magic\endcsname{{\FAtwo\symbol{186}}} +\expandafter\def\csname faicon@magnet\endcsname{{\FAtwo\symbol{187}}} +\expandafter\def\csname faicon@male\endcsname{{\FAtwo\symbol{188}}} +\expandafter\def\csname faicon@map-marker\endcsname{{\FAtwo\symbol{189}}} +\expandafter\def\csname faicon@maxcdn\endcsname{{\FAtwo\symbol{190}}} +\expandafter\def\csname faicon@medkit\endcsname{{\FAtwo\symbol{191}}} +\expandafter\def\csname faicon@meh-o\endcsname{{\FAtwo\symbol{192}}} +\expandafter\def\csname faicon@microphone\endcsname{{\FAtwo\symbol{193}}} +\expandafter\def\csname faicon@microphone-slash\endcsname{{\FAtwo\symbol{194}}} +\expandafter\def\csname faicon@minus\endcsname{{\FAtwo\symbol{195}}} +\expandafter\def\csname faicon@minus-circle\endcsname{{\FAtwo\symbol{196}}} +\expandafter\def\csname faicon@minus-square\endcsname{{\FAtwo\symbol{197}}} +\expandafter\def\csname faicon@mobile\endcsname{{\FAtwo\symbol{198}}} +\expandafter\def\csname faicon@money\endcsname{{\FAtwo\symbol{199}}} +\expandafter\def\csname faicon@arrows\endcsname{{\FAtwo\symbol{200}}} +\expandafter\def\csname faicon@music\endcsname{{\FAtwo\symbol{201}}} +\expandafter\def\csname faicon@power-off\endcsname{{\FAtwo\symbol{202}}} +\expandafter\def\csname faicon@check\endcsname{{\FAtwo\symbol{203}}} +\expandafter\def\csname faicon@check-circle-o\endcsname{{\FAtwo\symbol{204}}} +\expandafter\def\csname faicon@check-circle\endcsname{{\FAtwo\symbol{205}}} +\expandafter\def\csname faicon@list-ol\endcsname{{\FAtwo\symbol{206}}} +\expandafter\def\csname faicon@paperclip\endcsname{{\FAtwo\symbol{207}}} +\expandafter\def\csname faicon@clipboard\endcsname{{\FAtwo\symbol{208}}} +\expandafter\def\csname faicon@pause\endcsname{{\FAtwo\symbol{209}}} +\expandafter\def\csname faicon@pencil\endcsname{{\FAtwo\symbol{210}}} +\expandafter\def\csname faicon@phone\endcsname{{\FAtwo\symbol{211}}} +\expandafter\def\csname faicon@phone-square\endcsname{{\FAtwo\symbol{212}}} +\expandafter\def\csname faicon@picture-o\endcsname{{\FAtwo\symbol{213}}} +\expandafter\def\csname faicon@pinterest\endcsname{{\FAtwo\symbol{214}}} +\expandafter\def\csname faicon@pinterest-square\endcsname{{\FAtwo\symbol{215}}} +\expandafter\def\csname faicon@plane\endcsname{{\FAtwo\symbol{216}}} +\expandafter\def\csname faicon@play\endcsname{{\FAtwo\symbol{217}}} +\expandafter\def\csname faicon@play-circle-o\endcsname{{\FAtwo\symbol{218}}} +\expandafter\def\csname faicon@play-circle\endcsname{{\FAtwo\symbol{219}}} +\expandafter\def\csname faicon@plus\endcsname{{\FAtwo\symbol{220}}} +\expandafter\def\csname faicon@plus-circle\endcsname{{\FAtwo\symbol{221}}} +\expandafter\def\csname faicon@plus-square-o\endcsname{{\FAtwo\symbol{222}}} +\expandafter\def\csname faicon@print\endcsname{{\FAtwo\symbol{223}}} +\expandafter\def\csname faicon@thumb-tack\endcsname{{\FAtwo\symbol{224}}} +\expandafter\def\csname faicon@puzzle-piece\endcsname{{\FAtwo\symbol{225}}} +\expandafter\def\csname faicon@qrcode\endcsname{{\FAtwo\symbol{226}}} +\expandafter\def\csname faicon@question\endcsname{{\FAtwo\symbol{227}}} +\expandafter\def\csname faicon@question-circle\endcsname{{\FAtwo\symbol{228}}} +\expandafter\def\csname faicon@quote-left\endcsname{{\FAtwo\symbol{229}}} +\expandafter\def\csname faicon@quote-right\endcsname{{\FAtwo\symbol{230}}} +\expandafter\def\csname faicon@random\endcsname{{\FAtwo\symbol{231}}} +\expandafter\def\csname faicon@refresh\endcsname{{\FAtwo\symbol{232}}} +\expandafter\def\csname faicon@times\endcsname{{\FAtwo\symbol{233}}} +\expandafter\def\csname faicon@times-circle-o\endcsname{{\FAtwo\symbol{234}}} +\expandafter\def\csname faicon@times-circle\endcsname{{\FAtwo\symbol{235}}} +\expandafter\def\csname faicon@renren\endcsname{{\FAtwo\symbol{236}}} +\expandafter\def\csname faicon@bars\endcsname{{\FAtwo\symbol{237}}} +\expandafter\def\csname faicon@repeat\endcsname{{\FAtwo\symbol{238}}} +\expandafter\def\csname faicon@reply\endcsname{{\FAtwo\symbol{239}}} +\expandafter\def\csname faicon@reply-all\endcsname{{\FAtwo\symbol{240}}} +\expandafter\def\csname faicon@expand\endcsname{{\FAtwo\symbol{241}}} +\expandafter\def\csname faicon@arrows-h\endcsname{{\FAtwo\symbol{242}}} +\expandafter\def\csname faicon@compress\endcsname{{\FAtwo\symbol{243}}} +\expandafter\def\csname faicon@arrows-v\endcsname{{\FAtwo\symbol{244}}} +\expandafter\def\csname faicon@retweet\endcsname{{\FAtwo\symbol{245}}} +\expandafter\def\csname faicon@road\endcsname{{\FAtwo\symbol{246}}} +\expandafter\def\csname faicon@rocket\endcsname{{\FAtwo\symbol{247}}} +\expandafter\def\csname faicon@rss\endcsname{{\FAtwo\symbol{248}}} +\expandafter\def\csname faicon@rub\endcsname{{\FAtwo\symbol{249}}} +\expandafter\def\csname faicon@floppy-o\endcsname{{\FAtwo\symbol{250}}} +\expandafter\def\csname faicon@crosshairs\endcsname{{\FAtwo\symbol{251}}} +\expandafter\def\csname faicon@search\endcsname{{\FAtwo\symbol{252}}} +\expandafter\def\csname faicon@share-square-o\endcsname{{\FAtwo\symbol{253}}} +\expandafter\def\csname faicon@share\endcsname{{\FAtwo\symbol{254}}} +\expandafter\def\csname faicon@share-square\endcsname{{\FAtwo\symbol{255}}} +\expandafter\def\csname faicon@shield\endcsname{{\FAthree\symbol{0}}} +\expandafter\def\csname faicon@shopping-cart\endcsname{{\FAthree\symbol{1}}} +\expandafter\def\csname faicon@square\endcsname{{\FAthree\symbol{2}}} +\expandafter\def\csname faicon@signal\endcsname{{\FAthree\symbol{3}}} +\expandafter\def\csname faicon@sign-in\endcsname{{\FAthree\symbol{4}}} +\expandafter\def\csname faicon@sign-out\endcsname{{\FAthree\symbol{5}}} +\expandafter\def\csname faicon@sitemap\endcsname{{\FAthree\symbol{6}}} +\expandafter\def\csname faicon@skype\endcsname{{\FAthree\symbol{7}}} +\expandafter\def\csname faicon@smile-o\endcsname{{\FAthree\symbol{8}}} +\expandafter\def\csname faicon@sort\endcsname{{\FAthree\symbol{9}}} +\expandafter\def\csname faicon@sort-alpha-asc\endcsname{{\FAthree\symbol{10}}} +\expandafter\def\csname faicon@sort-amount-asc\endcsname{{\FAthree\symbol{11}}} +\expandafter\def\csname faicon@sort-amount-desc\endcsname{{\FAthree\symbol{12}}} +\expandafter\def\csname faicon@sort-numeric-asc\endcsname{{\FAthree\symbol{13}}} +\expandafter\def\csname faicon@sort-numeric-desc\endcsname{{\FAthree\symbol{14}}} +\expandafter\def\csname faicon@sort-desc\endcsname{{\FAthree\symbol{15}}} +\expandafter\def\csname faicon@sort-asc\endcsname{{\FAthree\symbol{16}}} +\expandafter\def\csname faicon@spinner\endcsname{{\FAthree\symbol{17}}} +\expandafter\def\csname faicon@stack-exchange\endcsname{{\FAthree\symbol{18}}} +\expandafter\def\csname faicon@stack-overflow\endcsname{{\FAthree\symbol{19}}} +\expandafter\def\csname faicon@star\endcsname{{\FAthree\symbol{20}}} +\expandafter\def\csname faicon@star-o\endcsname{{\FAthree\symbol{21}}} +\expandafter\def\csname faicon@star-half\endcsname{{\FAthree\symbol{22}}} +\expandafter\def\csname faicon@star-half-o\endcsname{{\FAthree\symbol{23}}} +\expandafter\def\csname faicon@step-backward\endcsname{{\FAthree\symbol{24}}} +\expandafter\def\csname faicon@step-forward\endcsname{{\FAthree\symbol{25}}} +\expandafter\def\csname faicon@stethoscope\endcsname{{\FAthree\symbol{26}}} +\expandafter\def\csname faicon@stop\endcsname{{\FAthree\symbol{27}}} +\expandafter\def\csname faicon@strikethrough\endcsname{{\FAthree\symbol{28}}} +\expandafter\def\csname faicon@subscript\endcsname{{\FAthree\symbol{29}}} +\expandafter\def\csname faicon@suitcase\endcsname{{\FAthree\symbol{30}}} +\expandafter\def\csname faicon@sun-o\endcsname{{\FAthree\symbol{31}}} +\expandafter\def\csname faicon@superscript\endcsname{{\FAthree\symbol{32}}} +\expandafter\def\csname faicon@table\endcsname{{\FAthree\symbol{33}}} +\expandafter\def\csname faicon@tablet\endcsname{{\FAthree\symbol{34}}} +\expandafter\def\csname faicon@tag\endcsname{{\FAthree\symbol{35}}} +\expandafter\def\csname faicon@tags\endcsname{{\FAthree\symbol{36}}} +\expandafter\def\csname faicon@tasks\endcsname{{\FAthree\symbol{37}}} +\expandafter\def\csname faicon@terminal\endcsname{{\FAthree\symbol{38}}} +\expandafter\def\csname faicon@text-height\endcsname{{\FAthree\symbol{39}}} +\expandafter\def\csname faicon@text-width\endcsname{{\FAthree\symbol{40}}} +\expandafter\def\csname faicon@th\endcsname{{\FAthree\symbol{41}}} +\expandafter\def\csname faicon@th-large\endcsname{{\FAthree\symbol{42}}} +\expandafter\def\csname faicon@th-list\endcsname{{\FAthree\symbol{43}}} +\expandafter\def\csname faicon@thumbs-o-down\endcsname{{\FAthree\symbol{44}}} +\expandafter\def\csname faicon@thumbs-o-up\endcsname{{\FAthree\symbol{45}}} +\expandafter\def\csname faicon@ticket\endcsname{{\FAthree\symbol{46}}} +\expandafter\def\csname faicon@clock-o\endcsname{{\FAthree\symbol{47}}} +\expandafter\def\csname faicon@tint\endcsname{{\FAthree\symbol{48}}} +\expandafter\def\csname faicon@trash-o\endcsname{{\FAthree\symbol{49}}} +\expandafter\def\csname faicon@trello\endcsname{{\FAthree\symbol{50}}} +\expandafter\def\csname faicon@trophy\endcsname{{\FAthree\symbol{51}}} +\expandafter\def\csname faicon@truck\endcsname{{\FAthree\symbol{52}}} +\expandafter\def\csname faicon@tumblr\endcsname{{\FAthree\symbol{53}}} +\expandafter\def\csname faicon@tumblr-square\endcsname{{\FAthree\symbol{54}}} +\expandafter\def\csname faicon@twitter\endcsname{{\FAthree\symbol{55}}} +\expandafter\def\csname faicon@twitter-square\endcsname{{\FAthree\symbol{56}}} +\expandafter\def\csname faicon@list-ul\endcsname{{\FAthree\symbol{57}}} +\expandafter\def\csname faicon@umbrella\endcsname{{\FAthree\symbol{58}}} +\expandafter\def\csname faicon@underline\endcsname{{\FAthree\symbol{59}}} +\expandafter\def\csname faicon@undo\endcsname{{\FAthree\symbol{60}}} +\expandafter\def\csname faicon@google\endcsname{{\FAthree\symbol{61}}} +\expandafter\def\csname faicon@paw\endcsname{{\FAthree\symbol{62}}} +\expandafter\def\csname faicon@database\endcsname{{\FAthree\symbol{63}}} +\expandafter\def\csname faicon@file-pdf-o\endcsname{{\FAthree\symbol{64}}} +\expandafter\def\csname faicon@rebel\endcsname{{\FAthree\symbol{65}}} +\expandafter\def\csname faicon@empire\endcsname{{\FAthree\symbol{66}}} +\expandafter\def\csname faicon@git-square\endcsname{{\FAthree\symbol{67}}} +\expandafter\def\csname faicon@tencent-weibo\endcsname{{\FAthree\symbol{68}}} +\expandafter\def\csname faicon@qq\endcsname{{\FAthree\symbol{69}}} +\expandafter\def\csname faicon@weixin\endcsname{{\FAthree\symbol{70}}} +\expandafter\def\csname faicon@share-alt\endcsname{{\FAthree\symbol{71}}} +\expandafter\def\csname faicon@cc-visa\endcsname{{\FAthree\symbol{72}}} +\expandafter\def\csname faicon@fonticons\endcsname{{\FAthree\symbol{73}}} +\expandafter\def\csname faicon@reddit-alien\endcsname{{\FAthree\symbol{74}}} +\expandafter\def\csname faicon@modx\endcsname{{\FAthree\symbol{75}}} +\expandafter\def\csname faicon@fort-awesome\endcsname{{\FAthree\symbol{76}}} +\expandafter\def\csname faicon@volume-control-phone\endcsname{{\FAthree\symbol{77}}} +\expandafter\def\csname faicon@braille\endcsname{{\FAthree\symbol{78}}} +\expandafter\def\csname faicon@assistive-listening-systems\endcsname{{\FAthree\symbol{79}}} +\expandafter\def\csname faicon@american-sign-language-interpreting\endcsname{{\FAthree\symbol{80}}} +\expandafter\def\csname faicon@deaf\endcsname{{\FAthree\symbol{81}}} +\expandafter\def\csname faicon@glide\endcsname{{\FAthree\symbol{82}}} +\expandafter\def\csname faicon@glide-g\endcsname{{\FAthree\symbol{83}}} +\expandafter\def\csname faicon@sign-language\endcsname{{\FAthree\symbol{84}}} +\expandafter\def\csname faicon@low-vision\endcsname{{\FAthree\symbol{85}}} +\expandafter\def\csname faicon@viadeo\endcsname{{\FAthree\symbol{86}}} +\expandafter\def\csname faicon@viadeo-square\endcsname{{\FAthree\symbol{87}}} +\expandafter\def\csname faicon@snapchat\endcsname{{\FAthree\symbol{88}}} +\expandafter\def\csname faicon@snapchat-ghost\endcsname{{\FAthree\symbol{89}}} +\expandafter\def\csname faicon@snapchat-square\endcsname{{\FAthree\symbol{90}}} +\expandafter\def\csname faicon@pied-piper\endcsname{{\FAthree\symbol{91}}} +\expandafter\def\csname faicon@first-order\endcsname{{\FAthree\symbol{92}}} +\expandafter\def\csname faicon@yoast\endcsname{{\FAthree\symbol{93}}} +\expandafter\def\csname faicon@themeisle\endcsname{{\FAthree\symbol{94}}} +\expandafter\def\csname faicon@google-plus-official\endcsname{{\FAthree\symbol{95}}} +\expandafter\def\csname faicon@font-awesome\endcsname{{\FAthree\symbol{96}}} +\expandafter\def\csname faicon@chain-broken\endcsname{{\FAthree\symbol{97}}} +\expandafter\def\csname faicon@unlock\endcsname{{\FAthree\symbol{98}}} +\expandafter\def\csname faicon@unlock-alt\endcsname{{\FAthree\symbol{99}}} +\expandafter\def\csname faicon@arrow-circle-o-up\endcsname{{\FAthree\symbol{100}}} +\expandafter\def\csname faicon@upload\endcsname{{\FAthree\symbol{101}}} +\expandafter\def\csname faicon@usd\endcsname{{\FAthree\symbol{102}}} +\expandafter\def\csname faicon@user\endcsname{{\FAthree\symbol{103}}} +\expandafter\def\csname faicon@user-md\endcsname{{\FAthree\symbol{104}}} +\expandafter\def\csname faicon@venus\endcsname{{\FAthree\symbol{105}}} +\expandafter\def\csname faicon@vimeo-square\endcsname{{\FAthree\symbol{106}}} +\expandafter\def\csname faicon@vk\endcsname{{\FAthree\symbol{107}}} +\expandafter\def\csname faicon@volume-down\endcsname{{\FAthree\symbol{108}}} +\expandafter\def\csname faicon@volume-off\endcsname{{\FAthree\symbol{109}}} +\expandafter\def\csname faicon@volume-up\endcsname{{\FAthree\symbol{110}}} +\expandafter\def\csname faicon@exclamation-triangle\endcsname{{\FAthree\symbol{111}}} +\expandafter\def\csname faicon@weibo\endcsname{{\FAthree\symbol{112}}} +\expandafter\def\csname faicon@windows\endcsname{{\FAthree\symbol{113}}} +\expandafter\def\csname faicon@wrench\endcsname{{\FAthree\symbol{114}}} +\expandafter\def\csname faicon@xing\endcsname{{\FAthree\symbol{115}}} +\expandafter\def\csname faicon@xing-square\endcsname{{\FAthree\symbol{116}}} +\expandafter\def\csname faicon@youtube\endcsname{{\FAthree\symbol{117}}} +\expandafter\def\csname faicon@youtube-play\endcsname{{\FAthree\symbol{118}}} +\expandafter\def\csname faicon@youtube-square\endcsname{{\FAthree\symbol{119}}} +\expandafter\def\csname faicon@search-plus\endcsname{{\FAthree\symbol{120}}} +\expandafter\def\csname faicon@search-minus\endcsname{{\FAthree\symbol{121}}} %% end of file `fontawesomesymbols-pdftex.tex'. diff --git a/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-xeluatex.tex b/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-xeluatex.tex index 77db574ed48..4683fc7b381 100644 --- a/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-xeluatex.tex +++ b/Master/texmf-dist/tex/latex/fontawesome/fontawesomesymbols-xeluatex.tex @@ -381,7 +381,7 @@ \expandafter\def\csname faicon@stumbleupon\endcsname{{\FA\symbol{"F1A4}}} \expandafter\def\csname faicon@delicious\endcsname{{\FA\symbol{"F1A5}}} \expandafter\def\csname faicon@digg\endcsname{{\FA\symbol{"F1A6}}} -\expandafter\def\csname faicon@pied-piper\endcsname{{\FA\symbol{"F1A7}}} +\expandafter\def\csname faicon@pied-piper-pp\endcsname{{\FA\symbol{"F1A7}}} \expandafter\def\csname faicon@pied-piper-alt\endcsname{{\FA\symbol{"F1A8}}} \expandafter\def\csname faicon@drupal\endcsname{{\FA\symbol{"F1A9}}} \expandafter\def\csname faicon@joomla\endcsname{{\FA\symbol{"F1AA}}} @@ -583,3 +583,52 @@ \expandafter\def\csname faicon@vimeo\endcsname{{\FA\symbol{"F27D}}} \expandafter\def\csname faicon@black-tie\endcsname{{\FA\symbol{"F27E}}} \expandafter\def\csname faicon@fonticons\endcsname{{\FA\symbol{"F280}}} +\expandafter\def\csname faicon@reddit-alien\endcsname{{\FA\symbol{"F281}}} +\expandafter\def\csname faicon@edge\endcsname{{\FA\symbol{"F282}}} +\expandafter\def\csname faicon@credit-card-alt\endcsname{{\FA\symbol{"F283}}} +\expandafter\def\csname faicon@codiepie\endcsname{{\FA\symbol{"F284}}} +\expandafter\def\csname faicon@modx\endcsname{{\FA\symbol{"F285}}} +\expandafter\def\csname faicon@fort-awesome\endcsname{{\FA\symbol{"F286}}} +\expandafter\def\csname faicon@usb\endcsname{{\FA\symbol{"F287}}} +\expandafter\def\csname faicon@product-hunt\endcsname{{\FA\symbol{"F288}}} +\expandafter\def\csname faicon@mixcloud\endcsname{{\FA\symbol{"F289}}} +\expandafter\def\csname faicon@scribd\endcsname{{\FA\symbol{"F28A}}} +\expandafter\def\csname faicon@pause-circle\endcsname{{\FA\symbol{"F28B}}} +\expandafter\def\csname faicon@pause-circle-o\endcsname{{\FA\symbol{"F28C}}} +\expandafter\def\csname faicon@stop-circle\endcsname{{\FA\symbol{"F28D}}} +\expandafter\def\csname faicon@stop-circle-o\endcsname{{\FA\symbol{"F28E}}} +\expandafter\def\csname faicon@shopping-bag\endcsname{{\FA\symbol{"F290}}} +\expandafter\def\csname faicon@shopping-basket\endcsname{{\FA\symbol{"F291}}} +\expandafter\def\csname faicon@hashtag\endcsname{{\FA\symbol{"F292}}} +\expandafter\def\csname faicon@bluetooth\endcsname{{\FA\symbol{"F293}}} +\expandafter\def\csname faicon@bluetooth-b\endcsname{{\FA\symbol{"F294}}} +\expandafter\def\csname faicon@percent\endcsname{{\FA\symbol{"F295}}} +\expandafter\def\csname faicon@gitlab\endcsname{{\FA\symbol{"F296}}} +\expandafter\def\csname faicon@wpbeginner\endcsname{{\FA\symbol{"F297}}} +\expandafter\def\csname faicon@wpforms\endcsname{{\FA\symbol{"F298}}} +\expandafter\def\csname faicon@envira\endcsname{{\FA\symbol{"F299}}} +\expandafter\def\csname faicon@universal-access\endcsname{{\FA\symbol{"F29A}}} +\expandafter\def\csname faicon@wheelchair-alt\endcsname{{\FA\symbol{"F29B}}} +\expandafter\def\csname faicon@question-circle-o\endcsname{{\FA\symbol{"F29C}}} +\expandafter\def\csname faicon@blind\endcsname{{\FA\symbol{"F29D}}} +\expandafter\def\csname faicon@audio-description\endcsname{{\FA\symbol{"F29E}}} +\expandafter\def\csname faicon@volume-control-phone\endcsname{{\FA\symbol{"F2A0}}} +\expandafter\def\csname faicon@braille\endcsname{{\FA\symbol{"F2A1}}} +\expandafter\def\csname faicon@assistive-listening-systems\endcsname{{\FA\symbol{"F2A2}}} +\expandafter\def\csname faicon@american-sign-language-interpreting\endcsname{{\FA\symbol{"F2A3}}} +\expandafter\def\csname faicon@deaf\endcsname{{\FA\symbol{"F2A4}}} +\expandafter\def\csname faicon@glide\endcsname{{\FA\symbol{"F2A5}}} +\expandafter\def\csname faicon@glide-g\endcsname{{\FA\symbol{"F2A6}}} +\expandafter\def\csname faicon@sign-language\endcsname{{\FA\symbol{"F2A7}}} +\expandafter\def\csname faicon@low-vision\endcsname{{\FA\symbol{"F2A8}}} +\expandafter\def\csname faicon@viadeo\endcsname{{\FA\symbol{"F2A9}}} +\expandafter\def\csname faicon@viadeo-square\endcsname{{\FA\symbol{"F2AA}}} +\expandafter\def\csname faicon@snapchat\endcsname{{\FA\symbol{"F2AB}}} +\expandafter\def\csname faicon@snapchat-ghost\endcsname{{\FA\symbol{"F2AC}}} +\expandafter\def\csname faicon@snapchat-square\endcsname{{\FA\symbol{"F2AD}}} +\expandafter\def\csname faicon@pied-piper\endcsname{{\FA\symbol{"F2AE}}} +\expandafter\def\csname faicon@first-order\endcsname{{\FA\symbol{"F2B0}}} +\expandafter\def\csname faicon@yoast\endcsname{{\FA\symbol{"F2B1}}} +\expandafter\def\csname faicon@themeisle\endcsname{{\FA\symbol{"F2B2}}} +\expandafter\def\csname faicon@google-plus-official\endcsname{{\FA\symbol{"F2B3}}} +\expandafter\def\csname faicon@font-awesome\endcsname{{\FA\symbol{"F2B4}}} diff --git a/Master/texmf-dist/tex/latex/fontawesome/ufontawesomeone.fd b/Master/texmf-dist/tex/latex/fontawesome/ufontawesomeone.fd index 7d5a4fff6bf..4f76622040f 100644 --- a/Master/texmf-dist/tex/latex/fontawesome/ufontawesomeone.fd +++ b/Master/texmf-dist/tex/latex/fontawesome/ufontawesomeone.fd @@ -5,7 +5,7 @@ % conditions of the LaTeX Project Public License version 1.3c, % available at http://www.latex-project.org/lppl/. -\ProvidesFile{ufontawesomeone.fd}[2015/07/30 Font definitions for U/fontawesomeone.] +\ProvidesFile{ufontawesomeone.fd}[2016/05/15 Font definitions for U/fontawesomeone.] \DeclareFontFamily{U}{fontawesomeone}{} \DeclareFontShape{U}{fontawesomeone}{m}{n}{<-> FontAwesome--fontawesomeone}{} diff --git a/Master/texmf-dist/tex/latex/fontawesome/ufontawesomethree.fd b/Master/texmf-dist/tex/latex/fontawesome/ufontawesomethree.fd index d801255ada0..aaf227f0837 100644 --- a/Master/texmf-dist/tex/latex/fontawesome/ufontawesomethree.fd +++ b/Master/texmf-dist/tex/latex/fontawesome/ufontawesomethree.fd @@ -5,7 +5,7 @@ % conditions of the LaTeX Project Public License version 1.3c, % available at http://www.latex-project.org/lppl/. -\ProvidesFile{ufontawesomethree.fd}[2015/07/30 Font definitions for U/fontawesomethree.] +\ProvidesFile{ufontawesomethree.fd}[2016/05/15 Font definitions for U/fontawesomethree.] \DeclareFontFamily{U}{fontawesomethree}{} \DeclareFontShape{U}{fontawesomethree}{m}{n}{<-> FontAwesome--fontawesomethree}{} diff --git a/Master/texmf-dist/tex/latex/fontawesome/ufontawesometwo.fd b/Master/texmf-dist/tex/latex/fontawesome/ufontawesometwo.fd index 33361ab68ae..2c4000705a0 100644 --- a/Master/texmf-dist/tex/latex/fontawesome/ufontawesometwo.fd +++ b/Master/texmf-dist/tex/latex/fontawesome/ufontawesometwo.fd @@ -5,7 +5,7 @@ % conditions of the LaTeX Project Public License version 1.3c, % available at http://www.latex-project.org/lppl/. -\ProvidesFile{ufontawesometwo.fd}[2015/07/30 Font definitions for U/fontawesometwo.] +\ProvidesFile{ufontawesometwo.fd}[2016/05/15 Font definitions for U/fontawesometwo.] \DeclareFontFamily{U}{fontawesometwo}{} \DeclareFontShape{U}{fontawesometwo}{m}{n}{<-> FontAwesome--fontawesometwo}{} -- cgit v1.2.3