|
namespace Util.FontAwesome |
|
{ |
|
|
|
/// <summary> |
|
/// Maps FontAwesome (https://fortawesome.github.io/Font-Awesome/icons/) string constants to unicode chars. Check the repository's util folder for a generator program. |
|
/// </summary> |
|
public class FontAwesomeMapping |
|
{ |
|
public static readonly string FaGlass = "\uf000"; // for xaml use:  |
|
public static readonly string FaMusic = "\uf001"; // for xaml use:  |
|
public static readonly string FaSearch = "\uf002"; // for xaml use:  |
|
public static readonly string FaEnvelopeO = "\uf003"; // for xaml use:  |
|
public static readonly string FaHeart = "\uf004"; // for xaml use:  |
|
public static readonly string FaStar = "\uf005"; // for xaml use:  |
|
public static readonly string FaStarO = "\uf006"; // for xaml use:  |
|
public static readonly string FaUser = "\uf007"; // for xaml use:  |
|
public static readonly string FaFilm = "\uf008"; // for xaml use:  |
|
public static readonly string FaThLarge = "\uf009"; // for xaml use:  |
|
public static readonly string FaTh = "\uf00a"; // for xaml use:  |
|
public static readonly string FaThList = "\uf00b"; // for xaml use:  |
|
public static readonly string FaCheck = "\uf00c"; // for xaml use:  |
|
public static readonly string FaTimes = "\uf00d"; // for xaml use:  |
|
public static readonly string FaSearchPlus = "\uf00e"; // for xaml use:  |
|
public static readonly string FaSearchMinus = "\uf010"; // for xaml use:  |
|
public static readonly string FaPowerOff = "\uf011"; // for xaml use:  |
|
public static readonly string FaSignal = "\uf012"; // for xaml use:  |
|
public static readonly string FaCog = "\uf013"; // for xaml use:  |
|
public static readonly string FaTrashO = "\uf014"; // for xaml use:  |
|
public static readonly string FaHome = "\uf015"; // for xaml use:  |
|
public static readonly string FaFileO = "\uf016"; // for xaml use:  |
|
public static readonly string FaClockO = "\uf017"; // for xaml use:  |
|
public static readonly string FaRoad = "\uf018"; // for xaml use:  |
|
public static readonly string FaDownload = "\uf019"; // for xaml use:  |
|
public static readonly string FaArrowCircleODown = "\uf01a"; // for xaml use:  |
|
public static readonly string FaArrowCircleOUp = "\uf01b"; // for xaml use:  |
|
public static readonly string FaInbox = "\uf01c"; // for xaml use:  |
|
public static readonly string FaPlayCircleO = "\uf01d"; // for xaml use:  |
|
public static readonly string FaRepeat = "\uf01e"; // for xaml use:  |
|
public static readonly string FaRefresh = "\uf021"; // for xaml use:  |
|
public static readonly string FaListAlt = "\uf022"; // for xaml use:  |
|
public static readonly string FaLock = "\uf023"; // for xaml use:  |
|
public static readonly string FaFlag = "\uf024"; // for xaml use:  |
|
public static readonly string FaHeadphones = "\uf025"; // for xaml use:  |
|
public static readonly string FaVolumeOff = "\uf026"; // for xaml use:  |
|
public static readonly string FaVolumeDown = "\uf027"; // for xaml use:  |
|
public static readonly string FaVolumeUp = "\uf028"; // for xaml use:  |
|
public static readonly string FaQrcode = "\uf029"; // for xaml use:  |
|
public static readonly string FaBarcode = "\uf02a"; // for xaml use:  |
|
public static readonly string FaTag = "\uf02b"; // for xaml use:  |
|
public static readonly string FaTags = "\uf02c"; // for xaml use:  |
|
public static readonly string FaBook = "\uf02d"; // for xaml use:  |
|
public static readonly string FaBookmark = "\uf02e"; // for xaml use:  |
|
public static readonly string FaPrint = "\uf02f"; // for xaml use:  |
|
public static readonly string FaCamera = "\uf030"; // for xaml use:  |
|
public static readonly string FaFont = "\uf031"; // for xaml use:  |
|
public static readonly string FaBold = "\uf032"; // for xaml use:  |
|
public static readonly string FaItalic = "\uf033"; // for xaml use:  |
|
public static readonly string FaTextHeight = "\uf034"; // for xaml use:  |
|
public static readonly string FaTextWidth = "\uf035"; // for xaml use:  |
|
public static readonly string FaAlignLeft = "\uf036"; // for xaml use:  |
|
public static readonly string FaAlignCenter = "\uf037"; // for xaml use:  |
|
public static readonly string FaAlignRight = "\uf038"; // for xaml use:  |
|
public static readonly string FaAlignJustify = "\uf039"; // for xaml use:  |
|
public static readonly string FaList = "\uf03a"; // for xaml use:  |
|
public static readonly string FaOutdent = "\uf03b"; // for xaml use:  |
|
public static readonly string FaIndent = "\uf03c"; // for xaml use:  |
|
public static readonly string FaVideoCamera = "\uf03d"; // for xaml use:  |
|
public static readonly string FaPictureO = "\uf03e"; // for xaml use:  |
|
public static readonly string FaPencil = "\uf040"; // for xaml use:  |
|
public static readonly string FaMapMarker = "\uf041"; // for xaml use:  |
|
public static readonly string FaAdjust = "\uf042"; // for xaml use:  |
|
public static readonly string FaTint = "\uf043"; // for xaml use:  |
|
public static readonly string FaPencilSquareO = "\uf044"; // for xaml use:  |
|
public static readonly string FaShareSquareO = "\uf045"; // for xaml use:  |
|
public static readonly string FaCheckSquareO = "\uf046"; // for xaml use:  |
|
public static readonly string FaArrows = "\uf047"; // for xaml use:  |
|
public static readonly string FaStepBackward = "\uf048"; // for xaml use:  |
|
public static readonly string FaFastBackward = "\uf049"; // for xaml use:  |
|
public static readonly string FaBackward = "\uf04a"; // for xaml use:  |
|
public static readonly string FaPlay = "\uf04b"; // for xaml use:  |
|
public static readonly string FaPause = "\uf04c"; // for xaml use:  |
|
public static readonly string FaStop = "\uf04d"; // for xaml use:  |
|
public static readonly string FaForward = "\uf04e"; // for xaml use:  |
|
public static readonly string FaFastForward = "\uf050"; // for xaml use:  |
|
public static readonly string FaStepForward = "\uf051"; // for xaml use:  |
|
public static readonly string FaEject = "\uf052"; // for xaml use:  |
|
public static readonly string FaChevronLeft = "\uf053"; // for xaml use:  |
|
public static readonly string FaChevronRight = "\uf054"; // for xaml use:  |
|
public static readonly string FaPlusCircle = "\uf055"; // for xaml use:  |
|
public static readonly string FaMinusCircle = "\uf056"; // for xaml use:  |
|
public static readonly string FaTimesCircle = "\uf057"; // for xaml use:  |
|
public static readonly string FaCheckCircle = "\uf058"; // for xaml use:  |
|
public static readonly string FaQuestionCircle = "\uf059"; // for xaml use:  |
|
public static readonly string FaInfoCircle = "\uf05a"; // for xaml use:  |
|
public static readonly string FaCrosshairs = "\uf05b"; // for xaml use:  |
|
public static readonly string FaTimesCircleO = "\uf05c"; // for xaml use:  |
|
public static readonly string FaCheckCircleO = "\uf05d"; // for xaml use:  |
|
public static readonly string FaBan = "\uf05e"; // for xaml use:  |
|
public static readonly string FaArrowLeft = "\uf060"; // for xaml use:  |
|
public static readonly string FaArrowRight = "\uf061"; // for xaml use:  |
|
public static readonly string FaArrowUp = "\uf062"; // for xaml use:  |
|
public static readonly string FaArrowDown = "\uf063"; // for xaml use:  |
|
public static readonly string FaShare = "\uf064"; // for xaml use:  |
|
public static readonly string FaExpand = "\uf065"; // for xaml use:  |
|
public static readonly string FaCompress = "\uf066"; // for xaml use:  |
|
public static readonly string FaPlus = "\uf067"; // for xaml use:  |
|
public static readonly string FaMinus = "\uf068"; // for xaml use:  |
|
public static readonly string FaAsterisk = "\uf069"; // for xaml use:  |
|
public static readonly string FaExclamationCircle = "\uf06a"; // for xaml use:  |
|
public static readonly string FaGift = "\uf06b"; // for xaml use:  |
|
public static readonly string FaLeaf = "\uf06c"; // for xaml use:  |
|
public static readonly string FaFire = "\uf06d"; // for xaml use:  |
|
public static readonly string FaEye = "\uf06e"; // for xaml use:  |
|
public static readonly string FaEyeSlash = "\uf070"; // for xaml use:  |
|
public static readonly string FaExclamationTriangle = "\uf071"; // for xaml use:  |
|
public static readonly string FaPlane = "\uf072"; // for xaml use:  |
|
public static readonly string FaCalendar = "\uf073"; // for xaml use:  |
|
public static readonly string FaRandom = "\uf074"; // for xaml use:  |
|
public static readonly string FaComment = "\uf075"; // for xaml use:  |
|
public static readonly string FaMagnet = "\uf076"; // for xaml use:  |
|
public static readonly string FaChevronUp = "\uf077"; // for xaml use:  |
|
public static readonly string FaChevronDown = "\uf078"; // for xaml use:  |
|
public static readonly string FaRetweet = "\uf079"; // for xaml use:  |
|
public static readonly string FaShoppingCart = "\uf07a"; // for xaml use:  |
|
public static readonly string FaFolder = "\uf07b"; // for xaml use:  |
|
public static readonly string FaFolderOpen = "\uf07c"; // for xaml use:  |
|
public static readonly string FaArrowsV = "\uf07d"; // for xaml use:  |
|
public static readonly string FaArrowsH = "\uf07e"; // for xaml use:  |
|
public static readonly string FaBarChart = "\uf080"; // for xaml use:  |
|
public static readonly string FaTwitterSquare = "\uf081"; // for xaml use:  |
|
public static readonly string FaFacebookSquare = "\uf082"; // for xaml use:  |
|
public static readonly string FaCameraRetro = "\uf083"; // for xaml use:  |
|
public static readonly string FaKey = "\uf084"; // for xaml use:  |
|
public static readonly string FaCogs = "\uf085"; // for xaml use:  |
|
public static readonly string FaComments = "\uf086"; // for xaml use:  |
|
public static readonly string FaThumbsOUp = "\uf087"; // for xaml use:  |
|
public static readonly string FaThumbsODown = "\uf088"; // for xaml use:  |
|
public static readonly string FaStarHalf = "\uf089"; // for xaml use:  |
|
public static readonly string FaHeartO = "\uf08a"; // for xaml use:  |
|
public static readonly string FaSignOut = "\uf08b"; // for xaml use:  |
|
public static readonly string FaLinkedinSquare = "\uf08c"; // for xaml use:  |
|
public static readonly string FaThumbTack = "\uf08d"; // for xaml use:  |
|
public static readonly string FaExternalLink = "\uf08e"; // for xaml use:  |
|
public static readonly string FaSignIn = "\uf090"; // for xaml use:  |
|
public static readonly string FaTrophy = "\uf091"; // for xaml use:  |
|
public static readonly string FaGithubSquare = "\uf092"; // for xaml use:  |
|
public static readonly string FaUpload = "\uf093"; // for xaml use:  |
|
public static readonly string FaLemonO = "\uf094"; // for xaml use:  |
|
public static readonly string FaPhone = "\uf095"; // for xaml use:  |
|
public static readonly string FaSquareO = "\uf096"; // for xaml use:  |
|
public static readonly string FaBookmarkO = "\uf097"; // for xaml use:  |
|
public static readonly string FaPhoneSquare = "\uf098"; // for xaml use:  |
|
public static readonly string FaTwitter = "\uf099"; // for xaml use:  |
|
public static readonly string FaFacebook = "\uf09a"; // for xaml use:  |
|
public static readonly string FaGithub = "\uf09b"; // for xaml use:  |
|
public static readonly string FaUnlock = "\uf09c"; // for xaml use:  |
|
public static readonly string FaCreditCard = "\uf09d"; // for xaml use:  |
|
public static readonly string FaRss = "\uf09e"; // for xaml use:  |
|
public static readonly string FaHddO = "\uf0a0"; // for xaml use:  |
|
public static readonly string FaBullhorn = "\uf0a1"; // for xaml use:  |
|
public static readonly string FaBell = "\uf0f3"; // for xaml use:  |
|
public static readonly string FaCertificate = "\uf0a3"; // for xaml use:  |
|
public static readonly string FaHandORight = "\uf0a4"; // for xaml use:  |
|
public static readonly string FaHandOLeft = "\uf0a5"; // for xaml use:  |
|
public static readonly string FaHandOUp = "\uf0a6"; // for xaml use:  |
|
public static readonly string FaHandODown = "\uf0a7"; // for xaml use:  |
|
public static readonly string FaArrowCircleLeft = "\uf0a8"; // for xaml use:  |
|
public static readonly string FaArrowCircleRight = "\uf0a9"; // for xaml use:  |
|
public static readonly string FaArrowCircleUp = "\uf0aa"; // for xaml use:  |
|
public static readonly string FaArrowCircleDown = "\uf0ab"; // for xaml use:  |
|
public static readonly string FaGlobe = "\uf0ac"; // for xaml use:  |
|
public static readonly string FaWrench = "\uf0ad"; // for xaml use:  |
|
public static readonly string FaTasks = "\uf0ae"; // for xaml use:  |
|
public static readonly string FaFilter = "\uf0b0"; // for xaml use:  |
|
public static readonly string FaBriefcase = "\uf0b1"; // for xaml use:  |
|
public static readonly string FaArrowsAlt = "\uf0b2"; // for xaml use:  |
|
public static readonly string FaUsers = "\uf0c0"; // for xaml use:  |
|
public static readonly string FaLink = "\uf0c1"; // for xaml use:  |
|
public static readonly string FaCloud = "\uf0c2"; // for xaml use:  |
|
public static readonly string FaFlask = "\uf0c3"; // for xaml use:  |
|
public static readonly string FaScissors = "\uf0c4"; // for xaml use:  |
|
public static readonly string FaFilesO = "\uf0c5"; // for xaml use:  |
|
public static readonly string FaPaperclip = "\uf0c6"; // for xaml use:  |
|
public static readonly string FaFloppyO = "\uf0c7"; // for xaml use:  |
|
public static readonly string FaSquare = "\uf0c8"; // for xaml use:  |
|
public static readonly string FaBars = "\uf0c9"; // for xaml use:  |
|
public static readonly string FaListUl = "\uf0ca"; // for xaml use:  |
|
public static readonly string FaListOl = "\uf0cb"; // for xaml use:  |
|
public static readonly string FaStrikethrough = "\uf0cc"; // for xaml use:  |
|
public static readonly string FaUnderline = "\uf0cd"; // for xaml use:  |
|
public static readonly string FaTable = "\uf0ce"; // for xaml use:  |
|
public static readonly string FaMagic = "\uf0d0"; // for xaml use:  |
|
public static readonly string FaTruck = "\uf0d1"; // for xaml use:  |
|
public static readonly string FaPinterest = "\uf0d2"; // for xaml use:  |
|
public static readonly string FaPinterestSquare = "\uf0d3"; // for xaml use:  |
|
public static readonly string FaGooglePlusSquare = "\uf0d4"; // for xaml use:  |
|
public static readonly string FaGooglePlus = "\uf0d5"; // for xaml use:  |
|
public static readonly string FaMoney = "\uf0d6"; // for xaml use:  |
|
public static readonly string FaCaretDown = "\uf0d7"; // for xaml use:  |
|
public static readonly string FaCaretUp = "\uf0d8"; // for xaml use:  |
|
public static readonly string FaCaretLeft = "\uf0d9"; // for xaml use:  |
|
public static readonly string FaCaretRight = "\uf0da"; // for xaml use:  |
|
public static readonly string FaColumns = "\uf0db"; // for xaml use:  |
|
public static readonly string FaSort = "\uf0dc"; // for xaml use:  |
|
public static readonly string FaSortDesc = "\uf0dd"; // for xaml use:  |
|
public static readonly string FaSortAsc = "\uf0de"; // for xaml use:  |
|
public static readonly string FaEnvelope = "\uf0e0"; // for xaml use:  |
|
public static readonly string FaLinkedin = "\uf0e1"; // for xaml use:  |
|
public static readonly string FaUndo = "\uf0e2"; // for xaml use:  |
|
public static readonly string FaGavel = "\uf0e3"; // for xaml use:  |
|
public static readonly string FaTachometer = "\uf0e4"; // for xaml use:  |
|
public static readonly string FaCommentO = "\uf0e5"; // for xaml use:  |
|
public static readonly string FaCommentsO = "\uf0e6"; // for xaml use:  |
|
public static readonly string FaBolt = "\uf0e7"; // for xaml use:  |
|
public static readonly string FaSitemap = "\uf0e8"; // for xaml use:  |
|
public static readonly string FaUmbrella = "\uf0e9"; // for xaml use:  |
|
public static readonly string FaClipboard = "\uf0ea"; // for xaml use:  |
|
public static readonly string FaLightbulbO = "\uf0eb"; // for xaml use:  |
|
public static readonly string FaExchange = "\uf0ec"; // for xaml use:  |
|
public static readonly string FaCloudDownload = "\uf0ed"; // for xaml use:  |
|
public static readonly string FaCloudUpload = "\uf0ee"; // for xaml use:  |
|
public static readonly string FaUserMd = "\uf0f0"; // for xaml use:  |
|
public static readonly string FaStethoscope = "\uf0f1"; // for xaml use:  |
|
public static readonly string FaSuitcase = "\uf0f2"; // for xaml use:  |
|
public static readonly string FaBellO = "\uf0a2"; // for xaml use:  |
|
public static readonly string FaCoffee = "\uf0f4"; // for xaml use:  |
|
public static readonly string FaCutlery = "\uf0f5"; // for xaml use:  |
|
public static readonly string FaFileTextO = "\uf0f6"; // for xaml use:  |
|
public static readonly string FaBuildingO = "\uf0f7"; // for xaml use:  |
|
public static readonly string FaHospitalO = "\uf0f8"; // for xaml use:  |
|
public static readonly string FaAmbulance = "\uf0f9"; // for xaml use:  |
|
public static readonly string FaMedkit = "\uf0fa"; // for xaml use:  |
|
public static readonly string FaFighterJet = "\uf0fb"; // for xaml use:  |
|
public static readonly string FaBeer = "\uf0fc"; // for xaml use:  |
|
public static readonly string FaHSquare = "\uf0fd"; // for xaml use:  |
|
public static readonly string FaPlusSquare = "\uf0fe"; // for xaml use:  |
|
public static readonly string FaAngleDoubleLeft = "\uf100"; // for xaml use:  |
|
public static readonly string FaAngleDoubleRight = "\uf101"; // for xaml use:  |
|
public static readonly string FaAngleDoubleUp = "\uf102"; // for xaml use:  |
|
public static readonly string FaAngleDoubleDown = "\uf103"; // for xaml use:  |
|
public static readonly string FaAngleLeft = "\uf104"; // for xaml use:  |
|
public static readonly string FaAngleRight = "\uf105"; // for xaml use:  |
|
public static readonly string FaAngleUp = "\uf106"; // for xaml use:  |
|
public static readonly string FaAngleDown = "\uf107"; // for xaml use:  |
|
public static readonly string FaDesktop = "\uf108"; // for xaml use:  |
|
public static readonly string FaLaptop = "\uf109"; // for xaml use:  |
|
public static readonly string FaTablet = "\uf10a"; // for xaml use:  |
|
public static readonly string FaMobile = "\uf10b"; // for xaml use:  |
|
public static readonly string FaCircleO = "\uf10c"; // for xaml use:  |
|
public static readonly string FaQuoteLeft = "\uf10d"; // for xaml use:  |
|
public static readonly string FaQuoteRight = "\uf10e"; // for xaml use:  |
|
public static readonly string FaSpinner = "\uf110"; // for xaml use:  |
|
public static readonly string FaCircle = "\uf111"; // for xaml use:  |
|
public static readonly string FaReply = "\uf112"; // for xaml use:  |
|
public static readonly string FaGithubAlt = "\uf113"; // for xaml use:  |
|
public static readonly string FaFolderO = "\uf114"; // for xaml use:  |
|
public static readonly string FaFolderOpenO = "\uf115"; // for xaml use:  |
|
public static readonly string FaSmileO = "\uf118"; // for xaml use:  |
|
public static readonly string FaFrownO = "\uf119"; // for xaml use:  |
|
public static readonly string FaMehO = "\uf11a"; // for xaml use:  |
|
public static readonly string FaGamepad = "\uf11b"; // for xaml use:  |
|
public static readonly string FaKeyboardO = "\uf11c"; // for xaml use:  |
|
public static readonly string FaFlagO = "\uf11d"; // for xaml use:  |
|
public static readonly string FaFlagCheckered = "\uf11e"; // for xaml use:  |
|
public static readonly string FaTerminal = "\uf120"; // for xaml use:  |
|
public static readonly string FaCode = "\uf121"; // for xaml use:  |
|
public static readonly string FaReplyAll = "\uf122"; // for xaml use:  |
|
public static readonly string FaStarHalfO = "\uf123"; // for xaml use:  |
|
public static readonly string FaLocationArrow = "\uf124"; // for xaml use:  |
|
public static readonly string FaCrop = "\uf125"; // for xaml use:  |
|
public static readonly string FaCodeFork = "\uf126"; // for xaml use:  |
|
public static readonly string FaChainBroken = "\uf127"; // for xaml use:  |
|
public static readonly string FaQuestion = "\uf128"; // for xaml use:  |
|
public static readonly string FaInfo = "\uf129"; // for xaml use:  |
|
public static readonly string FaExclamation = "\uf12a"; // for xaml use:  |
|
public static readonly string FaSuperscript = "\uf12b"; // for xaml use:  |
|
public static readonly string FaSubscript = "\uf12c"; // for xaml use:  |
|
public static readonly string FaEraser = "\uf12d"; // for xaml use:  |
|
public static readonly string FaPuzzlePiece = "\uf12e"; // for xaml use:  |
|
public static readonly string FaMicrophone = "\uf130"; // for xaml use:  |
|
public static readonly string FaMicrophoneSlash = "\uf131"; // for xaml use:  |
|
public static readonly string FaShield = "\uf132"; // for xaml use:  |
|
public static readonly string FaCalendarO = "\uf133"; // for xaml use:  |
|
public static readonly string FaFireExtinguisher = "\uf134"; // for xaml use:  |
|
public static readonly string FaRocket = "\uf135"; // for xaml use:  |
|
public static readonly string FaMaxcdn = "\uf136"; // for xaml use:  |
|
public static readonly string FaChevronCircleLeft = "\uf137"; // for xaml use:  |
|
public static readonly string FaChevronCircleRight = "\uf138"; // for xaml use:  |
|
public static readonly string FaChevronCircleUp = "\uf139"; // for xaml use:  |
|
public static readonly string FaChevronCircleDown = "\uf13a"; // for xaml use:  |
|
public static readonly string FaHtml5 = "\uf13b"; // for xaml use:  |
|
public static readonly string FaCss3 = "\uf13c"; // for xaml use:  |
|
public static readonly string FaAnchor = "\uf13d"; // for xaml use:  |
|
public static readonly string FaUnlockAlt = "\uf13e"; // for xaml use:  |
|
public static readonly string FaBullseye = "\uf140"; // for xaml use:  |
|
public static readonly string FaEllipsisH = "\uf141"; // for xaml use:  |
|
public static readonly string FaEllipsisV = "\uf142"; // for xaml use:  |
|
public static readonly string FaRssSquare = "\uf143"; // for xaml use:  |
|
public static readonly string FaPlayCircle = "\uf144"; // for xaml use:  |
|
public static readonly string FaTicket = "\uf145"; // for xaml use:  |
|
public static readonly string FaMinusSquare = "\uf146"; // for xaml use:  |
|
public static readonly string FaMinusSquareO = "\uf147"; // for xaml use:  |
|
public static readonly string FaLevelUp = "\uf148"; // for xaml use:  |
|
public static readonly string FaLevelDown = "\uf149"; // for xaml use:  |
|
public static readonly string FaCheckSquare = "\uf14a"; // for xaml use:  |
|
public static readonly string FaPencilSquare = "\uf14b"; // for xaml use:  |
|
public static readonly string FaExternalLinkSquare = "\uf14c"; // for xaml use:  |
|
public static readonly string FaShareSquare = "\uf14d"; // for xaml use:  |
|
public static readonly string FaCompass = "\uf14e"; // for xaml use:  |
|
public static readonly string FaCaretSquareODown = "\uf150"; // for xaml use:  |
|
public static readonly string FaCaretSquareOUp = "\uf151"; // for xaml use:  |
|
public static readonly string FaCaretSquareORight = "\uf152"; // for xaml use:  |
|
public static readonly string FaEur = "\uf153"; // for xaml use:  |
|
public static readonly string FaGbp = "\uf154"; // for xaml use:  |
|
public static readonly string FaUsd = "\uf155"; // for xaml use:  |
|
public static readonly string FaInr = "\uf156"; // for xaml use:  |
|
public static readonly string FaJpy = "\uf157"; // for xaml use:  |
|
public static readonly string FaRub = "\uf158"; // for xaml use:  |
|
public static readonly string FaKrw = "\uf159"; // for xaml use:  |
|
public static readonly string FaBtc = "\uf15a"; // for xaml use:  |
|
public static readonly string FaFile = "\uf15b"; // for xaml use:  |
|
public static readonly string FaFileText = "\uf15c"; // for xaml use:  |
|
public static readonly string FaSortAlphaAsc = "\uf15d"; // for xaml use:  |
|
public static readonly string FaSortAlphaDesc = "\uf15e"; // for xaml use:  |
|
public static readonly string FaSortAmountAsc = "\uf160"; // for xaml use:  |
|
public static readonly string FaSortAmountDesc = "\uf161"; // for xaml use:  |
|
public static readonly string FaSortNumericAsc = "\uf162"; // for xaml use:  |
|
public static readonly string FaSortNumericDesc = "\uf163"; // for xaml use:  |
|
public static readonly string FaThumbsUp = "\uf164"; // for xaml use:  |
|
public static readonly string FaThumbsDown = "\uf165"; // for xaml use:  |
|
public static readonly string FaYoutubeSquare = "\uf166"; // for xaml use:  |
|
public static readonly string FaYoutube = "\uf167"; // for xaml use:  |
|
public static readonly string FaXing = "\uf168"; // for xaml use:  |
|
public static readonly string FaXingSquare = "\uf169"; // for xaml use:  |
|
public static readonly string FaYoutubePlay = "\uf16a"; // for xaml use:  |
|
public static readonly string FaDropbox = "\uf16b"; // for xaml use:  |
|
public static readonly string FaStackOverflow = "\uf16c"; // for xaml use:  |
|
public static readonly string FaInstagram = "\uf16d"; // for xaml use:  |
|
public static readonly string FaFlickr = "\uf16e"; // for xaml use:  |
|
public static readonly string FaAdn = "\uf170"; // for xaml use:  |
|
public static readonly string FaBitbucket = "\uf171"; // for xaml use:  |
|
public static readonly string FaBitbucketSquare = "\uf172"; // for xaml use:  |
|
public static readonly string FaTumblr = "\uf173"; // for xaml use:  |
|
public static readonly string FaTumblrSquare = "\uf174"; // for xaml use:  |
|
public static readonly string FaLongArrowDown = "\uf175"; // for xaml use:  |
|
public static readonly string FaLongArrowUp = "\uf176"; // for xaml use:  |
|
public static readonly string FaLongArrowLeft = "\uf177"; // for xaml use:  |
|
public static readonly string FaLongArrowRight = "\uf178"; // for xaml use:  |
|
public static readonly string FaApple = "\uf179"; // for xaml use:  |
|
public static readonly string FaWindows = "\uf17a"; // for xaml use:  |
|
public static readonly string FaAndroid = "\uf17b"; // for xaml use:  |
|
public static readonly string FaLinux = "\uf17c"; // for xaml use:  |
|
public static readonly string FaDribbble = "\uf17d"; // for xaml use:  |
|
public static readonly string FaSkype = "\uf17e"; // for xaml use:  |
|
public static readonly string FaFoursquare = "\uf180"; // for xaml use:  |
|
public static readonly string FaTrello = "\uf181"; // for xaml use:  |
|
public static readonly string FaFemale = "\uf182"; // for xaml use:  |
|
public static readonly string FaMale = "\uf183"; // for xaml use:  |
|
public static readonly string FaGratipay = "\uf184"; // for xaml use:  |
|
public static readonly string FaSunO = "\uf185"; // for xaml use:  |
|
public static readonly string FaMoonO = "\uf186"; // for xaml use:  |
|
public static readonly string FaArchive = "\uf187"; // for xaml use:  |
|
public static readonly string FaBug = "\uf188"; // for xaml use:  |
|
public static readonly string FaVk = "\uf189"; // for xaml use:  |
|
public static readonly string FaWeibo = "\uf18a"; // for xaml use:  |
|
public static readonly string FaRenren = "\uf18b"; // for xaml use:  |
|
public static readonly string FaPagelines = "\uf18c"; // for xaml use:  |
|
public static readonly string FaStackExchange = "\uf18d"; // for xaml use:  |
|
public static readonly string FaArrowCircleORight = "\uf18e"; // for xaml use:  |
|
public static readonly string FaArrowCircleOLeft = "\uf190"; // for xaml use:  |
|
public static readonly string FaCaretSquareOLeft = "\uf191"; // for xaml use:  |
|
public static readonly string FaDotCircleO = "\uf192"; // for xaml use:  |
|
public static readonly string FaWheelchair = "\uf193"; // for xaml use:  |
|
public static readonly string FaVimeoSquare = "\uf194"; // for xaml use:  |
|
public static readonly string FaTry = "\uf195"; // for xaml use:  |
|
public static readonly string FaPlusSquareO = "\uf196"; // for xaml use:  |
|
public static readonly string FaSpaceShuttle = "\uf197"; // for xaml use:  |
|
public static readonly string FaSlack = "\uf198"; // for xaml use:  |
|
public static readonly string FaEnvelopeSquare = "\uf199"; // for xaml use:  |
|
public static readonly string FaWordpress = "\uf19a"; // for xaml use:  |
|
public static readonly string FaOpenid = "\uf19b"; // for xaml use:  |
|
public static readonly string FaUniversity = "\uf19c"; // for xaml use:  |
|
public static readonly string FaGraduationCap = "\uf19d"; // for xaml use:  |
|
public static readonly string FaYahoo = "\uf19e"; // for xaml use:  |
|
public static readonly string FaGoogle = "\uf1a0"; // for xaml use:  |
|
public static readonly string FaReddit = "\uf1a1"; // for xaml use:  |
|
public static readonly string FaRedditSquare = "\uf1a2"; // for xaml use:  |
|
public static readonly string FaStumbleuponCircle = "\uf1a3"; // for xaml use:  |
|
public static readonly string FaStumbleupon = "\uf1a4"; // for xaml use:  |
|
public static readonly string FaDelicious = "\uf1a5"; // for xaml use:  |
|
public static readonly string FaDigg = "\uf1a6"; // for xaml use:  |
|
public static readonly string FaPiedPiper = "\uf1a7"; // for xaml use:  |
|
public static readonly string FaPiedPiperAlt = "\uf1a8"; // for xaml use:  |
|
public static readonly string FaDrupal = "\uf1a9"; // for xaml use:  |
|
public static readonly string FaJoomla = "\uf1aa"; // for xaml use:  |
|
public static readonly string FaLanguage = "\uf1ab"; // for xaml use:  |
|
public static readonly string FaFax = "\uf1ac"; // for xaml use:  |
|
public static readonly string FaBuilding = "\uf1ad"; // for xaml use:  |
|
public static readonly string FaChild = "\uf1ae"; // for xaml use:  |
|
public static readonly string FaPaw = "\uf1b0"; // for xaml use:  |
|
public static readonly string FaSpoon = "\uf1b1"; // for xaml use:  |
|
public static readonly string FaCube = "\uf1b2"; // for xaml use:  |
|
public static readonly string FaCubes = "\uf1b3"; // for xaml use:  |
|
public static readonly string FaBehance = "\uf1b4"; // for xaml use:  |
|
public static readonly string FaBehanceSquare = "\uf1b5"; // for xaml use:  |
|
public static readonly string FaSteam = "\uf1b6"; // for xaml use:  |
|
public static readonly string FaSteamSquare = "\uf1b7"; // for xaml use:  |
|
public static readonly string FaRecycle = "\uf1b8"; // for xaml use:  |
|
public static readonly string FaCar = "\uf1b9"; // for xaml use:  |
|
public static readonly string FaTaxi = "\uf1ba"; // for xaml use:  |
|
public static readonly string FaTree = "\uf1bb"; // for xaml use:  |
|
public static readonly string FaSpotify = "\uf1bc"; // for xaml use:  |
|
public static readonly string FaDeviantart = "\uf1bd"; // for xaml use:  |
|
public static readonly string FaSoundcloud = "\uf1be"; // for xaml use:  |
|
public static readonly string FaDatabase = "\uf1c0"; // for xaml use:  |
|
public static readonly string FaFilePdfO = "\uf1c1"; // for xaml use:  |
|
public static readonly string FaFileWordO = "\uf1c2"; // for xaml use:  |
|
public static readonly string FaFileExcelO = "\uf1c3"; // for xaml use:  |
|
public static readonly string FaFilePowerpointO = "\uf1c4"; // for xaml use:  |
|
public static readonly string FaFileImageO = "\uf1c5"; // for xaml use:  |
|
public static readonly string FaFileArchiveO = "\uf1c6"; // for xaml use:  |
|
public static readonly string FaFileAudioO = "\uf1c7"; // for xaml use:  |
|
public static readonly string FaFileVideoO = "\uf1c8"; // for xaml use:  |
|
public static readonly string FaFileCodeO = "\uf1c9"; // for xaml use:  |
|
public static readonly string FaVine = "\uf1ca"; // for xaml use:  |
|
public static readonly string FaCodepen = "\uf1cb"; // for xaml use:  |
|
public static readonly string FaJsfiddle = "\uf1cc"; // for xaml use:  |
|
public static readonly string FaLifeRing = "\uf1cd"; // for xaml use:  |
|
public static readonly string FaCircleONotch = "\uf1ce"; // for xaml use:  |
|
public static readonly string FaRebel = "\uf1d0"; // for xaml use:  |
|
public static readonly string FaEmpire = "\uf1d1"; // for xaml use:  |
|
public static readonly string FaGitSquare = "\uf1d2"; // for xaml use:  |
|
public static readonly string FaGit = "\uf1d3"; // for xaml use:  |
|
public static readonly string FaHackerNews = "\uf1d4"; // for xaml use:  |
|
public static readonly string FaTencentWeibo = "\uf1d5"; // for xaml use:  |
|
public static readonly string FaQq = "\uf1d6"; // for xaml use:  |
|
public static readonly string FaWeixin = "\uf1d7"; // for xaml use:  |
|
public static readonly string FaPaperPlane = "\uf1d8"; // for xaml use:  |
|
public static readonly string FaPaperPlaneO = "\uf1d9"; // for xaml use:  |
|
public static readonly string FaHistory = "\uf1da"; // for xaml use:  |
|
public static readonly string FaCircleThin = "\uf1db"; // for xaml use:  |
|
public static readonly string FaHeader = "\uf1dc"; // for xaml use:  |
|
public static readonly string FaParagraph = "\uf1dd"; // for xaml use:  |
|
public static readonly string FaSliders = "\uf1de"; // for xaml use:  |
|
public static readonly string FaShareAlt = "\uf1e0"; // for xaml use:  |
|
public static readonly string FaShareAltSquare = "\uf1e1"; // for xaml use:  |
|
public static readonly string FaBomb = "\uf1e2"; // for xaml use:  |
|
public static readonly string FaFutbolO = "\uf1e3"; // for xaml use:  |
|
public static readonly string FaTty = "\uf1e4"; // for xaml use:  |
|
public static readonly string FaBinoculars = "\uf1e5"; // for xaml use:  |
|
public static readonly string FaPlug = "\uf1e6"; // for xaml use:  |
|
public static readonly string FaSlideshare = "\uf1e7"; // for xaml use:  |
|
public static readonly string FaTwitch = "\uf1e8"; // for xaml use:  |
|
public static readonly string FaYelp = "\uf1e9"; // for xaml use:  |
|
public static readonly string FaNewspaperO = "\uf1ea"; // for xaml use:  |
|
public static readonly string FaWifi = "\uf1eb"; // for xaml use:  |
|
public static readonly string FaCalculator = "\uf1ec"; // for xaml use:  |
|
public static readonly string FaPaypal = "\uf1ed"; // for xaml use:  |
|
public static readonly string FaGoogleWallet = "\uf1ee"; // for xaml use:  |
|
public static readonly string FaCcVisa = "\uf1f0"; // for xaml use:  |
|
public static readonly string FaCcMastercard = "\uf1f1"; // for xaml use:  |
|
public static readonly string FaCcDiscover = "\uf1f2"; // for xaml use:  |
|
public static readonly string FaCcAmex = "\uf1f3"; // for xaml use:  |
|
public static readonly string FaCcPaypal = "\uf1f4"; // for xaml use:  |
|
public static readonly string FaCcStripe = "\uf1f5"; // for xaml use:  |
|
public static readonly string FaBellSlash = "\uf1f6"; // for xaml use:  |
|
public static readonly string FaBellSlashO = "\uf1f7"; // for xaml use:  |
|
public static readonly string FaTrash = "\uf1f8"; // for xaml use:  |
|
public static readonly string FaCopyright = "\uf1f9"; // for xaml use:  |
|
public static readonly string FaAt = "\uf1fa"; // for xaml use:  |
|
public static readonly string FaEyedropper = "\uf1fb"; // for xaml use:  |
|
public static readonly string FaPaintBrush = "\uf1fc"; // for xaml use:  |
|
public static readonly string FaBirthdayCake = "\uf1fd"; // for xaml use:  |
|
public static readonly string FaAreaChart = "\uf1fe"; // for xaml use:  |
|
public static readonly string FaPieChart = "\uf200"; // for xaml use:  |
|
public static readonly string FaLineChart = "\uf201"; // for xaml use:  |
|
public static readonly string FaLastfm = "\uf202"; // for xaml use:  |
|
public static readonly string FaLastfmSquare = "\uf203"; // for xaml use:  |
|
public static readonly string FaToggleOff = "\uf204"; // for xaml use:  |
|
public static readonly string FaToggleOn = "\uf205"; // for xaml use:  |
|
public static readonly string FaBicycle = "\uf206"; // for xaml use:  |
|
public static readonly string FaBus = "\uf207"; // for xaml use:  |
|
public static readonly string FaIoxhost = "\uf208"; // for xaml use:  |
|
public static readonly string FaAngellist = "\uf209"; // for xaml use:  |
|
public static readonly string FaCc = "\uf20a"; // for xaml use:  |
|
public static readonly string FaIls = "\uf20b"; // for xaml use:  |
|
public static readonly string FaMeanpath = "\uf20c"; // for xaml use:  |
|
public static readonly string FaBuysellads = "\uf20d"; // for xaml use:  |
|
public static readonly string FaConnectdevelop = "\uf20e"; // for xaml use:  |
|
public static readonly string FaDashcube = "\uf210"; // for xaml use:  |
|
public static readonly string FaForumbee = "\uf211"; // for xaml use:  |
|
public static readonly string FaLeanpub = "\uf212"; // for xaml use:  |
|
public static readonly string FaSellsy = "\uf213"; // for xaml use:  |
|
public static readonly string FaShirtsinbulk = "\uf214"; // for xaml use:  |
|
public static readonly string FaSimplybuilt = "\uf215"; // for xaml use:  |
|
public static readonly string FaSkyatlas = "\uf216"; // for xaml use:  |
|
public static readonly string FaCartPlus = "\uf217"; // for xaml use:  |
|
public static readonly string FaCartArrowDown = "\uf218"; // for xaml use:  |
|
public static readonly string FaDiamond = "\uf219"; // for xaml use:  |
|
public static readonly string FaShip = "\uf21a"; // for xaml use:  |
|
public static readonly string FaUserSecret = "\uf21b"; // for xaml use:  |
|
public static readonly string FaMotorcycle = "\uf21c"; // for xaml use:  |
|
public static readonly string FaStreetView = "\uf21d"; // for xaml use:  |
|
public static readonly string FaHeartbeat = "\uf21e"; // for xaml use:  |
|
public static readonly string FaVenus = "\uf221"; // for xaml use:  |
|
public static readonly string FaMars = "\uf222"; // for xaml use:  |
|
public static readonly string FaMercury = "\uf223"; // for xaml use:  |
|
public static readonly string FaTransgender = "\uf224"; // for xaml use:  |
|
public static readonly string FaTransgenderAlt = "\uf225"; // for xaml use:  |
|
public static readonly string FaVenusDouble = "\uf226"; // for xaml use:  |
|
public static readonly string FaMarsDouble = "\uf227"; // for xaml use:  |
|
public static readonly string FaVenusMars = "\uf228"; // for xaml use:  |
|
public static readonly string FaMarsStroke = "\uf229"; // for xaml use:  |
|
public static readonly string FaMarsStrokeV = "\uf22a"; // for xaml use:  |
|
public static readonly string FaMarsStrokeH = "\uf22b"; // for xaml use:  |
|
public static readonly string FaNeuter = "\uf22c"; // for xaml use:  |
|
public static readonly string FaGenderless = "\uf22d"; // for xaml use:  |
|
public static readonly string FaFacebookOfficial = "\uf230"; // for xaml use:  |
|
public static readonly string FaPinterestP = "\uf231"; // for xaml use:  |
|
public static readonly string FaWhatsapp = "\uf232"; // for xaml use:  |
|
public static readonly string FaServer = "\uf233"; // for xaml use:  |
|
public static readonly string FaUserPlus = "\uf234"; // for xaml use:  |
|
public static readonly string FaUserTimes = "\uf235"; // for xaml use:  |
|
public static readonly string FaBed = "\uf236"; // for xaml use:  |
|
public static readonly string FaViacoin = "\uf237"; // for xaml use:  |
|
public static readonly string FaTrain = "\uf238"; // for xaml use:  |
|
public static readonly string FaSubway = "\uf239"; // for xaml use:  |
|
public static readonly string FaMedium = "\uf23a"; // for xaml use:  |
|
public static readonly string FaYCombinator = "\uf23b"; // for xaml use:  |
|
public static readonly string FaOptinMonster = "\uf23c"; // for xaml use:  |
|
public static readonly string FaOpencart = "\uf23d"; // for xaml use:  |
|
public static readonly string FaExpeditedssl = "\uf23e"; // for xaml use:  |
|
public static readonly string FaBatteryFull = "\uf240"; // for xaml use:  |
|
public static readonly string FaBatteryThreeQuarters = "\uf241"; // for xaml use:  |
|
public static readonly string FaBatteryHalf = "\uf242"; // for xaml use:  |
|
public static readonly string FaBatteryQuarter = "\uf243"; // for xaml use:  |
|
public static readonly string FaBatteryEmpty = "\uf244"; // for xaml use:  |
|
public static readonly string FaMousePointer = "\uf245"; // for xaml use:  |
|
public static readonly string FaICursor = "\uf246"; // for xaml use:  |
|
public static readonly string FaObjectGroup = "\uf247"; // for xaml use:  |
|
public static readonly string FaObjectUngroup = "\uf248"; // for xaml use:  |
|
public static readonly string FaStickyNote = "\uf249"; // for xaml use:  |
|
public static readonly string FaStickyNoteO = "\uf24a"; // for xaml use:  |
|
public static readonly string FaCcJcb = "\uf24b"; // for xaml use:  |
|
public static readonly string FaCcDinersClub = "\uf24c"; // for xaml use:  |
|
public static readonly string FaClone = "\uf24d"; // for xaml use:  |
|
public static readonly string FaBalanceScale = "\uf24e"; // for xaml use:  |
|
public static readonly string FaHourglassO = "\uf250"; // for xaml use:  |
|
public static readonly string FaHourglassStart = "\uf251"; // for xaml use:  |
|
public static readonly string FaHourglassHalf = "\uf252"; // for xaml use:  |
|
public static readonly string FaHourglassEnd = "\uf253"; // for xaml use:  |
|
public static readonly string FaHourglass = "\uf254"; // for xaml use:  |
|
public static readonly string FaHandRockO = "\uf255"; // for xaml use:  |
|
public static readonly string FaHandPaperO = "\uf256"; // for xaml use:  |
|
public static readonly string FaHandScissorsO = "\uf257"; // for xaml use:  |
|
public static readonly string FaHandLizardO = "\uf258"; // for xaml use:  |
|
public static readonly string FaHandSpockO = "\uf259"; // for xaml use:  |
|
public static readonly string FaHandPointerO = "\uf25a"; // for xaml use:  |
|
public static readonly string FaHandPeaceO = "\uf25b"; // for xaml use:  |
|
public static readonly string FaTrademark = "\uf25c"; // for xaml use:  |
|
public static readonly string FaRegistered = "\uf25d"; // for xaml use:  |
|
public static readonly string FaCreativeCommons = "\uf25e"; // for xaml use:  |
|
public static readonly string FaGg = "\uf260"; // for xaml use:  |
|
public static readonly string FaGgCircle = "\uf261"; // for xaml use:  |
|
public static readonly string FaTripadvisor = "\uf262"; // for xaml use:  |
|
public static readonly string FaOdnoklassniki = "\uf263"; // for xaml use:  |
|
public static readonly string FaOdnoklassnikiSquare = "\uf264"; // for xaml use:  |
|
public static readonly string FaGetPocket = "\uf265"; // for xaml use:  |
|
public static readonly string FaWikipediaW = "\uf266"; // for xaml use:  |
|
public static readonly string FaSafari = "\uf267"; // for xaml use:  |
|
public static readonly string FaChrome = "\uf268"; // for xaml use:  |
|
public static readonly string FaFirefox = "\uf269"; // for xaml use:  |
|
public static readonly string FaOpera = "\uf26a"; // for xaml use:  |
|
public static readonly string FaInternetExplorer = "\uf26b"; // for xaml use:  |
|
public static readonly string FaTelevision = "\uf26c"; // for xaml use:  |
|
public static readonly string FaContao = "\uf26d"; // for xaml use:  |
|
public static readonly string Fa500Px = "\uf26e"; // for xaml use:  |
|
public static readonly string FaAmazon = "\uf270"; // for xaml use:  |
|
public static readonly string FaCalendarPlusO = "\uf271"; // for xaml use:  |
|
public static readonly string FaCalendarMinusO = "\uf272"; // for xaml use:  |
|
public static readonly string FaCalendarTimesO = "\uf273"; // for xaml use:  |
|
public static readonly string FaCalendarCheckO = "\uf274"; // for xaml use:  |
|
public static readonly string FaIndustry = "\uf275"; // for xaml use:  |
|
public static readonly string FaMapPin = "\uf276"; // for xaml use:  |
|
public static readonly string FaMapSigns = "\uf277"; // for xaml use:  |
|
public static readonly string FaMapO = "\uf278"; // for xaml use:  |
|
public static readonly string FaMap = "\uf279"; // for xaml use:  |
|
public static readonly string FaCommenting = "\uf27a"; // for xaml use:  |
|
public static readonly string FaCommentingO = "\uf27b"; // for xaml use:  |
|
public static readonly string FaHouzz = "\uf27c"; // for xaml use:  |
|
public static readonly string FaVimeo = "\uf27d"; // for xaml use:  |
|
public static readonly string FaBlackTie = "\uf27e"; // for xaml use:  |
|
public static readonly string FaFonticons = "\uf280"; // for xaml use:  |
|
public static readonly string FaRedditAlien = "\uf281"; // for xaml use:  |
|
public static readonly string FaEdge = "\uf282"; // for xaml use:  |
|
public static readonly string FaCreditCardAlt = "\uf283"; // for xaml use:  |
|
public static readonly string FaCodiepie = "\uf284"; // for xaml use:  |
|
public static readonly string FaModx = "\uf285"; // for xaml use:  |
|
public static readonly string FaFortAwesome = "\uf286"; // for xaml use:  |
|
public static readonly string FaUsb = "\uf287"; // for xaml use:  |
|
public static readonly string FaProductHunt = "\uf288"; // for xaml use:  |
|
public static readonly string FaMixcloud = "\uf289"; // for xaml use:  |
|
public static readonly string FaScribd = "\uf28a"; // for xaml use:  |
|
public static readonly string FaPauseCircle = "\uf28b"; // for xaml use:  |
|
public static readonly string FaPauseCircleO = "\uf28c"; // for xaml use:  |
|
public static readonly string FaStopCircle = "\uf28d"; // for xaml use:  |
|
public static readonly string FaStopCircleO = "\uf28e"; // for xaml use:  |
|
public static readonly string FaShoppingBag = "\uf290"; // for xaml use:  |
|
public static readonly string FaShoppingBasket = "\uf291"; // for xaml use:  |
|
public static readonly string FaHashtag = "\uf292"; // for xaml use:  |
|
public static readonly string FaBluetooth = "\uf293"; // for xaml use:  |
|
public static readonly string FaBluetoothB = "\uf294"; // for xaml use:  |
|
public static readonly string FaPercent = "\uf295"; // for xaml use:  |
|
|
|
} |
|
} |