diff --git a/src/Geta.Optimizely.ContentTypeIcons.EnumGenerator/Program.cs b/src/Geta.Optimizely.ContentTypeIcons.EnumGenerator/Program.cs
index 4208a4c..1eae537 100644
--- a/src/Geta.Optimizely.ContentTypeIcons.EnumGenerator/Program.cs
+++ b/src/Geta.Optimizely.ContentTypeIcons.EnumGenerator/Program.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
@@ -49,7 +49,7 @@ static async Task Main()
foreach (var item in styles)
{
var styleName = item.ToTitleCase();
- var enumName = $"FontAwesome5{styleName}";
+ var enumName = $"FontAwesome7{styleName}";
var localPath = $@"{enumBasePath}\{enumName}.cs";
Console.WriteLine("\nGenerating {0}.cs...", enumName);
@@ -67,7 +67,9 @@ static async Task Main()
private static void CopyFontFiles(ZipArchive archive, string enumBasePath)
{
- var destination = $@"{enumBasePath}\module\ClientResources\fa5\webfonts\";
+ var destination = $@"{enumBasePath}\module\ClientResources\fa7\webfonts\";
+ Directory.CreateDirectory(destination);
+
var rootEntry = archive.Entries[0];
var fontEntries = archive.Entries.Where(x =>
x.FullName.StartsWith(rootEntry + "webfonts") &&
@@ -82,7 +84,9 @@ private static void CopyFontFiles(ZipArchive archive, string enumBasePath)
private static void CopyCssFiles(ZipArchive archive, string enumBasePath)
{
- var destination = $@"{enumBasePath}\module\ClientResources\fa5\css\";
+ var destination = $@"{enumBasePath}\module\ClientResources\fa7\css\";
+ Directory.CreateDirectory(destination);
+
var rootEntry = archive.Entries[0];
var cssFile = archive.Entries.Single(x => x.FullName.Contains(rootEntry + "css/all.min.css"));
diff --git a/src/Geta.Optimizely.ContentTypeIcons/Attributes/ContentTypeIconAttribute.cs b/src/Geta.Optimizely.ContentTypeIcons/Attributes/ContentTypeIconAttribute.cs
index 2c9513b..a0d95ea 100644
--- a/src/Geta.Optimizely.ContentTypeIcons/Attributes/ContentTypeIconAttribute.cs
+++ b/src/Geta.Optimizely.ContentTypeIcons/Attributes/ContentTypeIconAttribute.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using EPiServer.DataAnnotations;
namespace Geta.Optimizely.ContentTypeIcons.Attributes
@@ -111,6 +111,74 @@ public ContentTypeIconAttribute(
FontSize = fontSize;
}
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ /// The FontAwesome7Brands icon to be used
+ /// The rotation to be used, defaults to None
+ /// The backgroundColor to be used when rendering the image (specified in hexadecimal, for example #000000)
+ /// The foregroundColor to be used when rendering the image (specified in hexadecimal, for example #ffffff)
+ /// The fontSize to be used, default value is 40
+ public ContentTypeIconAttribute(
+ FontAwesome7Brands icon,
+ Rotations rotate = Rotations.None,
+ string backgroundColor = "",
+ string foregroundColor = "",
+ int fontSize = -1)
+ : base(string.Empty)
+ {
+ Icon = icon;
+ Rotate = rotate;
+ BackgroundColor = backgroundColor;
+ ForegroundColor = foregroundColor;
+ FontSize = fontSize;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ /// The FontAwesome7Regular icon to be used
+ /// The rotation to be used, defaults to None
+ /// The backgroundColor to be used when rendering the image (specified in hexadecimal, for example #000000)
+ /// The foregroundColor to be used when rendering the image (specified in hexadecimal, for example #ffffff)
+ /// The fontSize to be used, default value is 40
+ public ContentTypeIconAttribute(
+ FontAwesome7Regular icon,
+ Rotations rotate = Rotations.None,
+ string backgroundColor = "",
+ string foregroundColor = "",
+ int fontSize = -1)
+ : base(string.Empty)
+ {
+ Icon = icon;
+ Rotate = rotate;
+ BackgroundColor = backgroundColor;
+ ForegroundColor = foregroundColor;
+ FontSize = fontSize;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ /// The FontAwesome7Solid icon to be used
+ /// The rotation to be used, defaults to None
+ /// The backgroundColor to be used when rendering the image (specified in hexadecimal, for example #000000)
+ /// The foregroundColor to be used when rendering the image (specified in hexadecimal, for example #ffffff)
+ /// The fontSize to be used, default value is 40
+ public ContentTypeIconAttribute(
+ FontAwesome7Solid icon,
+ Rotations rotate = Rotations.None,
+ string backgroundColor = "",
+ string foregroundColor = "",
+ int fontSize = -1)
+ : base(string.Empty)
+ {
+ Icon = icon;
+ Rotate = rotate;
+ BackgroundColor = backgroundColor;
+ ForegroundColor = foregroundColor;
+ FontSize = fontSize;
+ }
///
/// Initializes a new instance of the class.
diff --git a/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Brands.cs b/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Brands.cs
new file mode 100644
index 0000000..9a2b2e0
--- /dev/null
+++ b/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Brands.cs
@@ -0,0 +1,3835 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace Geta.Optimizely.ContentTypeIcons
+{
+ ///
+ /// Font Awesome. Version 7.2.0.
+ ///
+ public enum FontAwesome7Brands
+ {
+ ///
+ /// 42 Group (42-group)
+ /// Terms: 42, 42 group, coding bootcamp, coding school, programming academy, programming school, school 42, software development, software engineering school, tech education
+ /// Added in 5.15.0, updated in 6.0.0-beta2 and 7.0.0.
+ ///
+ _42Group = 0xe080,
+
+ ///
+ /// 500Px (500px)
+ /// Terms: 500 px, 500px, image sharing, photo community, photo network, photo sharing, photographers, photography, photos, portfolio
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ _500Px = 0xf26e,
+
+ ///
+ /// Accessible Icon (accessible-icon)
+ /// Terms: access, accessibility, accessibility symbol, accessible icon project, disability, disabled, handicap, inclusive, mobility, person, user, wheelchair, wheelchair user
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ AccessibleIcon = 0xf368,
+
+ ///
+ /// Accusoft (accusoft)
+ /// Terms: Accusoft, Accusoft software, SDK, developer tools, document imaging, document processing, imaging software, software development kit
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Accusoft = 0xf369,
+
+ ///
+ /// Adn (adn)
+ /// Terms: ADN, app dot net, app.net, microblogging, networking, online community, social media, social network
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Adn = 0xf170,
+
+ ///
+ /// Adversal (adversal)
+ /// Terms: Adversal, ad network, ad platform, ad service, advertising, digital ads, marketing network, online advertising
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Adversal = 0xf36a,
+
+ ///
+ /// Affiliatetheme (affiliatetheme)
+ /// Terms: Affiliatetheme, affiliate, affiliate marketing, affiliate network, affiliate program, marketing, theme, wordpress, wordpress theme
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Affiliatetheme = 0xf36b,
+
+ ///
+ /// Airbnb (airbnb)
+ /// Terms: Airbnb, accommodation, air bnb, holiday rental, homestay, hospitality, lodging, rental, short term rental, travel, vacation, vacation home, vacation rental
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ Airbnb = 0xf834,
+
+ ///
+ /// Algolia (algolia)
+ /// Terms: Algolia, hosted search, instant search, search, search API, search engine, search platform, search provider, search service, search tool, search-as-a-service, site search
+ /// Added in 5.0.0, updated in 6.3.0 and 7.0.0.
+ ///
+ Algolia = 0xf36c,
+
+ ///
+ /// Alipay (alipay)
+ /// Terms: Alipay, QR code, ali pay, cashless, china, digital wallet, e-wallet, fintech, mobile pay, mobile wallet, online payment, payments
+ /// Added in 5.3.0, updated in 7.0.0.
+ ///
+ Alipay = 0xf642,
+
+ ///
+ /// Amazon (amazon)
+ /// Terms: Amazon, amazon.com, delivery, ecommerce, marketplace, online shopping, online store, prime, retail, shipping, shopping, webstore
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Amazon = 0xf270,
+
+ ///
+ /// Amazon Pay (amazon-pay)
+ /// Terms: Amazon, Amazon Pay, buy, checkout, digital wallet, e-commerce, online payment, pay, payment, wallet
+ /// Added in 5.0.2, updated in 5.8.0 and 7.0.0.
+ ///
+ AmazonPay = 0xf42c,
+
+ ///
+ /// Amilia (amilia)
+ /// Terms: Amilia, amilia, ecommerce, event registration, membership management, memberships, online registration, payment processing, registration, registration software
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Amilia = 0xf36d,
+
+ ///
+ /// Android (android)
+ /// Terms: android, android logo, google, google android, green robot, mobile, operating system, os, phone, robot, smartphone
+ /// Added in 3.2.0, updated in 5.0.0, 5.12.0 and 7.0.0.
+ ///
+ Android = 0xf17b,
+
+ ///
+ /// Angellist (angellist)
+ /// Terms: AngelList, angel investing, funding, investing, investors, job board, startup funding, startup jobs, startups, venture capital
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Angellist = 0xf209,
+
+ ///
+ /// Angrycreative (angrycreative)
+ /// Terms: Angry Creative, WordPress, agency, branding, creative agency, design studio, digital agency, marketing, web design
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Angrycreative = 0xf36e,
+
+ ///
+ /// Angular (angular)
+ /// Terms: Angular, AngularJS, Google, JavaScript, SPA, TypeScript, framework, frontend, single-page application, web app
+ /// Added in 5.0.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Angular = 0xf420,
+
+ ///
+ /// App Store (app-store)
+ /// Terms: App Store, Apple App Store, Mac apps, app marketplace, app store icon, download, iOS apps, iPad apps, iPhone apps, mobile apps
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ AppStore = 0xf36f,
+
+ ///
+ /// App Store Ios (app-store-ios)
+ /// Terms: App Store, Apple, iOS App Store, iOS apps, iOS download, iOS marketplace, iPad apps, iPhone apps, mobile apps
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ AppStoreIos = 0xf370,
+
+ ///
+ /// Apper (apper)
+ /// Terms: Apper, app, app development, application, enterprise apps, mobile app, software
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Apper = 0xf371,
+
+ ///
+ /// Apple (apple)
+ /// Terms: apple, apple computer, apple logo, electronics, fruit, ios, ipad, iphone, mac, macos, operating system, os, osx, technology
+ /// Added in 3.2.0, updated in 5.0.0, 5.0.7, 5.8.0 and 7.0.0.
+ ///
+ Apple = 0xf179,
+
+ ///
+ /// Apple Pay (apple-pay)
+ /// Terms: Apple Pay, Apple Wallet, NFC payment, checkout, contactless payment, digital wallet, mobile payment, pay with phone, tap to pay
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ ApplePay = 0xf415,
+
+ ///
+ /// Arch Linux (arch-linux)
+ /// Added in 7.2.0.
+ ///
+ ArchLinux = 0xe867,
+
+ ///
+ /// Artstation (artstation)
+ /// Terms: art, artist, artstation, artwork, community, creative, design, digital art, gallery, portfolio
+ /// Added in 5.6.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Artstation = 0xf77a,
+
+ ///
+ /// Asymmetrik (asymmetrik)
+ /// Terms: asymmetrik, asymmetrik brand, asymmetrik company, asymmetrik logo, asymmetrik software, asymmetrik technology
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Asymmetrik = 0xf372,
+
+ ///
+ /// Atlassian (atlassian)
+ /// Terms: Atlassian, Bitbucket, Confluence, DevOps, Jira, Trello, agile, collaboration, project management, software
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Atlassian = 0xf77b,
+
+ ///
+ /// Audible (audible)
+ /// Terms: amazon audible, audible, audio platform, audiobook, audiobook app, audiobook service, audiobooks, listening, spoken word
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Audible = 0xf373,
+
+ ///
+ /// Autoprefixer (autoprefixer)
+ /// Terms: automation, autoprefixer, build tool, css, frontend, prefix, stylesheet, web development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Autoprefixer = 0xf41c,
+
+ ///
+ /// Avianex (avianex)
+ /// Terms: aircraft, airline, avian ex, avianex, aviation, flight, travel
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Avianex = 0xf374,
+
+ ///
+ /// Aviato (aviato)
+ /// Terms: aviato, brand, software, startup, tech company, technology
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Aviato = 0xf421,
+
+ ///
+ /// Aws (aws)
+ /// Terms: amazon, amazon web services, aws cloud, aws logo, aws platform, cloud, cloud computing, web services
+ /// Added in 5.0.0, updated in 5.1.0 and 7.0.0.
+ ///
+ Aws = 0xf375,
+
+ ///
+ /// Bandcamp (bandcamp)
+ /// Terms: album, artist, audio, bandcamp, indie, marketplace, music, platform, songs, streaming
+ /// Added in 4.7.0, updated in 5.0.0, 5.13.1 and 7.0.0.
+ ///
+ Bandcamp = 0xf2d5,
+
+ ///
+ /// Battle Net (battle-net)
+ /// Terms: battle net, battle.net, blizzard, blizzard entertainment, esports, game launcher, gaming, multiplayer, online games, pc games
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ BattleNet = 0xf835,
+
+ ///
+ /// Behance (behance)
+ /// Terms: adobe behance, art, behance, creative, creative community, design, portfolio, projects, showcase
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Behance = 0xf1b4,
+
+ ///
+ /// Bilibili (bilibili)
+ /// Terms: Bilibili, B站, Chinese video platform, anime, bilibili, comics, gaming, live streaming, streaming, video
+ /// Added in 6.0.0-beta2, updated in 7.0.0.
+ ///
+ Bilibili = 0xe3d9,
+
+ ///
+ /// Bimobject (bimobject)
+ /// Terms: 3d models, architecture, bim, bim library, bimobject, building information modeling, cad, construction, design
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Bimobject = 0xf378,
+
+ ///
+ /// Bitbucket (bitbucket)
+ /// Terms: atlassian, bitbucket, code, devops, git, repository, software development, source code, version control
+ /// Added in 3.2.0, updated in 5.0.0, 5.6.0, 5.8.0 and 7.0.0.
+ ///
+ Bitbucket = 0xf171,
+
+ ///
+ /// Bitcoin (bitcoin)
+ /// Terms: bitcoin, bitcoin logo, bitcoin symbol, blockchain, btc, crypto, cryptocurrency, decentralized currency, digital currency, virtual currency
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Bitcoin = 0xf379,
+
+ ///
+ /// Bity (bity)
+ /// Terms: bitcoin, bity, blockchain, crypto exchange, cryptocurrency, digital currency
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Bity = 0xf37a,
+
+ ///
+ /// Black Tie (black-tie)
+ /// Terms: administrator, black tie, bow tie, dress code, evening wear, event, formal, formalwear, gala, suit, tuxedo
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ BlackTie = 0xf27e,
+
+ ///
+ /// Blackberry (blackberry)
+ /// Terms: RIM, blackberry, blackberry brand, blackberry device, blackberry logo, blackberry phone, mobile, smartphone
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Blackberry = 0xf37b,
+
+ ///
+ /// Blogger (blogger)
+ /// Terms: blog, blogger, blogging, blogspot, content creator, google blog, publishing, writing
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Blogger = 0xf37c,
+
+ ///
+ /// Blogger B (blogger-b)
+ /// Terms: blog, blog platform, blogger, blogging, blogspot, content creation, google blogger, publishing, writing
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ BloggerB = 0xf37d,
+
+ ///
+ /// Bluesky (bluesky)
+ /// Terms: app, bluesky, decentralized, platform, social media, social network
+ /// Added in 6.5.2, updated in 6.7.0, 6.7.1 and 7.0.0.
+ ///
+ Bluesky = 0xe671,
+
+ ///
+ /// Bluetooth (bluetooth)
+ /// Terms: bluetooth, connection, device, pairing, signal, technology, wireless
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bluetooth = 0xf293,
+
+ ///
+ /// Bluetooth B (bluetooth-b)
+ /// Terms: bluetooth, bluetooth device, bluetooth icon, bluetooth logo, bluetooth symbol, connectivity, wireless, wireless technology
+ /// Added in 4.5.0, updated in 5.0.0 and 7.0.0.
+ ///
+ BluetoothB = 0xf294,
+
+ ///
+ /// Board Game Geek (board-game-geek)
+ /// Added in 7.2.0.
+ ///
+ BoardGameGeek = 0xe855,
+
+ ///
+ /// Bootstrap (bootstrap)
+ /// Terms: UI framework, bootstrap, components, css framework, front-end, grid system, open source, responsive, twbs, web development
+ /// Added in 5.15.4, updated in 5.8.0, 6.0.0-beta1 and 7.0.0.
+ ///
+ Bootstrap = 0xf836,
+
+ ///
+ /// Bots (bots)
+ /// Terms: ai, ai assistant, artificial intelligence, automated, automation, bots, chatbot, messaging, robot, virtual assistant
+ /// Added in 6.0.0-beta1, updated in 7.0.0.
+ ///
+ Bots = 0xe340,
+
+ ///
+ /// Brave (brave)
+ /// Terms: ad blocker, brave, brave browser, chromium, fast browser, internet, privacy, secure browser, web browser
+ /// Added in 6.5.0, updated in 7.0.0.
+ ///
+ Brave = 0xe63c,
+
+ ///
+ /// Brave Reverse (brave-reverse)
+ /// Terms: ad blocker, blockchain, brave, brave browser, cryptocurrency, fast browser, internet, privacy, security, web browser
+ /// Added in 6.5.0, updated in 7.0.0.
+ ///
+ BraveReverse = 0xe63d,
+
+ ///
+ /// Btc (btc)
+ /// Terms: bitcoin, blockchain, btc, btc coin, btc token, coin, crypto, cryptocurrency, digital currency, token
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Btc = 0xf15a,
+
+ ///
+ /// Buffer (buffer)
+ /// Terms: buffer, content management, marketing, posts, scheduling, social media, social media management, social media platform, social media tool, social network
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ Buffer = 0xf837,
+
+ ///
+ /// Buromobelexperte (buromobelexperte)
+ /// Terms: German brand, buromobel, buromobel experte, experte, furniture brand, office furniture
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Buromobelexperte = 0xf37f,
+
+ ///
+ /// Buy N Large (buy-n-large)
+ /// Terms: bnL, buy n large, buy-n-large, corporation, fictional brand, large retailer, mega company, parody, sci-fi
+ /// Added in 5.11.0, updated in 7.0.0.
+ ///
+ BuyNLarge = 0xf8a6,
+
+ ///
+ /// Buysellads (buysellads)
+ /// Terms: ad network, ad platform, advertising, buy sell ads, buysellads, digital ads, marketing, media buying
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Buysellads = 0xf20d,
+
+ ///
+ /// Canadian Maple Leaf (canadian-maple-leaf)
+ /// Terms: canada, canadian, emblem, leaf, maple, nature, plant, symbol
+ /// Added in 5.6.0, updated in 5.8.0 and 7.0.0.
+ ///
+ CanadianMapleLeaf = 0xf785,
+
+ ///
+ /// Cash App (cash-app)
+ /// Terms: cash app, cashapp, digital wallet, finance, mobile payment, money transfer, payment, peer-to-peer, receive money, send money, venmo alternative
+ /// Added in 7.0.0.
+ ///
+ CashApp = 0xe7d4,
+
+ ///
+ /// Cc Amazon Pay (cc-amazon-pay)
+ /// Terms: amazon, amazon pay, buy, checkout, digital wallet, ecommerce, online shopping, pay, payment, purchase
+ /// Added in 5.0.2, updated in 7.0.0.
+ ///
+ CcAmazonPay = 0xf42d,
+
+ ///
+ /// Cc Amex (cc-amex)
+ /// Terms: american express, amex, banking, card, credit card, finance, payment
+ /// Added in 4.2.0, updated in 5.0.0, 5.7.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ CcAmex = 0xf1f3,
+
+ ///
+ /// Cc Apple Pay (cc-apple-pay)
+ /// Terms: apple, apple pay, applepay, contactless, digital wallet, mobile payment, pay, payment, tap to pay, wallet
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ CcApplePay = 0xf416,
+
+ ///
+ /// Cc Diners Club (cc-diners-club)
+ /// Terms: banking, card, club card, credit card, diners club, dinersclub, finance, payment
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ CcDinersClub = 0xf24c,
+
+ ///
+ /// Cc Discover (cc-discover)
+ /// Terms: banking, card network, cc, credit, credit card, debit, discover, financial, payment
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ CcDiscover = 0xf1f2,
+
+ ///
+ /// Cc Jcb (cc-jcb)
+ /// Terms: banking, card, credit card, debit, financial, jcb, mastercard alternative, payment, transaction
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ CcJcb = 0xf24b,
+
+ ///
+ /// Cc Mastercard (cc-mastercard)
+ /// Terms: card, credit card, mastercard, mastercard brand, mastercard card, mastercard logo, mastercard payment, payment
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ CcMastercard = 0xf1f1,
+
+ ///
+ /// Cc Paypal (cc-paypal)
+ /// Terms: cc, credit card, digital wallet, ecommerce, money transfer, online payment, payment, paypal, paypal card, paypal credit
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ CcPaypal = 0xf1f4,
+
+ ///
+ /// Cc Stripe (cc-stripe)
+ /// Terms: billing, card, cc, credit card, ecommerce, fintech, online payment, payment, stripe, subscription
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ CcStripe = 0xf1f5,
+
+ ///
+ /// Cc Visa (cc-visa)
+ /// Terms: banking, card, credit card, debit, financial, mastercard alternative, payment, visa, visa card, visa logo
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ CcVisa = 0xf1f0,
+
+ ///
+ /// Centercode (centercode)
+ /// Terms: QA, beta testing, center code, centercode, feedback platform, quality assurance, software testing, testing, user testing
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Centercode = 0xf380,
+
+ ///
+ /// Centos (centos)
+ /// Terms: centos, enterprise linux, linux, linux distribution, operating system, os, server
+ /// Added in 5.6.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Centos = 0xf789,
+
+ ///
+ /// Chrome (chrome)
+ /// Terms: browser, chrome, google, google chrome, internet, search engine, web browser
+ /// Added in 4.4.0, updated in 5.0.0, 6.1.2 and 7.0.0.
+ ///
+ Chrome = 0xf268,
+
+ ///
+ /// Chromecast (chromecast)
+ /// Terms: cast, chromecast, dongle, google chromecast, google device, media player, screen mirroring, streaming, television, tv, wireless display
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ Chromecast = 0xf838,
+
+ ///
+ /// Circle Zulip (circle-zulip)
+ /// Added in 7.2.0.
+ ///
+ CircleZulip = 0xe851,
+
+ ///
+ /// Claude (claude)
+ /// Added in 7.2.0.
+ ///
+ Claude = 0xe861,
+
+ ///
+ /// Cloudflare (cloudflare)
+ /// Terms: cdn, cf, cloud services, cloudflare, content delivery network, ddos protection, dns, firewall, internet security, web performance
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ Cloudflare = 0xe07d,
+
+ ///
+ /// Cloudscale (cloudscale)
+ /// Terms: cloud computing, cloud hosting, cloud infrastructure, cloud provider, cloud services, cloudscale, cloudscale.ch, data center, hosting, server
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Cloudscale = 0xf383,
+
+ ///
+ /// Cloudsmith (cloudsmith)
+ /// Terms: artifact storage, cloud packages, cloudsmith, cloudsmith.io, continuous integration, devops, package management, software repository
+ /// Added in 5.0.0, updated in 6.4.1 and 7.0.0.
+ ///
+ Cloudsmith = 0xf384,
+
+ ///
+ /// Cloudversify (cloudversify)
+ /// Terms: cloud platform, cloud services, cloudversify, cloudversify brand, cloudversify company, cloudversify logo
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Cloudversify = 0xf385,
+
+ ///
+ /// Cmplid (cmplid)
+ /// Terms: cmplid, compliance, compliance management, compliance software, governance, regulatory, risk management
+ /// Added in 6.0.0-beta1, updated in 7.0.0.
+ ///
+ Cmplid = 0xe360,
+
+ ///
+ /// Codepen (codepen)
+ /// Terms: code editor, codepen, codepen.io, coding, front-end, online editor, playground, programming, sandbox, web development
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Codepen = 0xf1cb,
+
+ ///
+ /// Codiepie (codiepie)
+ /// Terms: codie pie, codiepie, content creator, gaming, influencer, streamer, youtube
+ /// Added in 4.5.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Codiepie = 0xf284,
+
+ ///
+ /// Confluence (confluence)
+ /// Terms: atlassian, collaboration, confluence, documentation, knowledge base, project management, teamwork, wiki
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Confluence = 0xf78d,
+
+ ///
+ /// Connectdevelop (connectdevelop)
+ /// Terms: coding, connect develop, connectdevelop, connectdevelop brand, developer community, developer network, programming, software development
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Connectdevelop = 0xf20e,
+
+ ///
+ /// Contao (contao)
+ /// Terms: cms, contao, content management, open source, web development, website
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Contao = 0xf26d,
+
+ ///
+ /// Cotton Bureau (cotton-bureau)
+ /// Terms: apparel, brand, clothing, clothing brand, cotton bureau, fashion, t-shirts, tshirts
+ /// Added in 5.10.0, updated in 7.0.0.
+ ///
+ CottonBureau = 0xf89e,
+
+ ///
+ /// Cpanel (cpanel)
+ /// Terms: control panel, cpanel, hosting, hosting dashboard, server management, site management, web admin, web hosting, website control
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Cpanel = 0xf388,
+
+ ///
+ /// Creative Commons (creative-commons)
+ /// Terms: attribution, cc, copyright, creative commons, free use, license, open content, public domain, share alike
+ /// Added in 4.4.0, updated in 5.0.0, 5.0.11, 5.1.0 and 7.0.0.
+ ///
+ CreativeCommons = 0xf25e,
+
+ ///
+ /// Creative Commons By (creative-commons-by)
+ /// Terms: attribution, cc, copyright, creative commons, license, open content, permission, share
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsBy = 0xf4e7,
+
+ ///
+ /// Creative Commons Nc (creative-commons-nc)
+ /// Terms: cc, copyright, creative commons, intellectual property, license, nc, no commercial use, non commercial
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsNc = 0xf4e8,
+
+ ///
+ /// Creative Commons Nc Eu (creative-commons-nc-eu)
+ /// Terms: attribution, cc, copyright, creative commons, eu, europe, license, nc, noncommercial, open content
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsNcEu = 0xf4e9,
+
+ ///
+ /// Creative Commons Nc Jp (creative-commons-nc-jp)
+ /// Terms: cc, cc license, copyright, creative commons, japan, jp, license, nc, non commercial, open license
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsNcJp = 0xf4ea,
+
+ ///
+ /// Creative Commons Nd (creative-commons-nd)
+ /// Terms: cc, content sharing, copyright, copyright license, creative commons, license, nd, no derivatives, reuse restriction
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsNd = 0xf4eb,
+
+ ///
+ /// Creative Commons Pd (creative-commons-pd)
+ /// Terms: cc, copyright free, creative commons, free use, no copyright, open license, pd, public domain
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsPd = 0xf4ec,
+
+ ///
+ /// Creative Commons Pd Alt (creative-commons-pd-alt)
+ /// Terms: cc, copyright free, creative commons, free use, no copyright, open license, pd, public domain
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsPdAlt = 0xf4ed,
+
+ ///
+ /// Creative Commons Remix (creative-commons-remix)
+ /// Terms: attribution, cc, collaboration, creative commons, free use, license, open content, remix, sharing
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsRemix = 0xf4ee,
+
+ ///
+ /// Creative Commons Sa (creative-commons-sa)
+ /// Terms: attribution, cc, cc-sa, commons license, copyright, creative commons, license, open license, share alike
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsSa = 0xf4ef,
+
+ ///
+ /// Creative Commons Sampling (creative-commons-sampling)
+ /// Terms: audio, cc, copyright, creative commons, license, music, remix, reuse, sampling
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsSampling = 0xf4f0,
+
+ ///
+ /// Creative Commons Sampling Plus (creative-commons-sampling-plus)
+ /// Terms: attribution, cc, copyright, creative commons, free use, license, open content, sampling plus
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsSamplingPlus = 0xf4f1,
+
+ ///
+ /// Creative Commons Share (creative-commons-share)
+ /// Terms: attribution, cc, copyright, creative commons, creative commons license, free use, license, open content, public domain, share
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ CreativeCommonsShare = 0xf4f2,
+
+ ///
+ /// Creative Commons Zero (creative-commons-zero)
+ /// Terms: cc0, copyright free, creative commons zero, free use, no rights reserved, open license, public domain, zero copyright
+ /// Added in 5.0.11, updated in 5.4.0 and 7.0.0.
+ ///
+ CreativeCommonsZero = 0xf4f3,
+
+ ///
+ /// Critical Role (critical-role)
+ /// Terms: Critical Role, Dungeons & Dragons, RPG, campaign, d&d, dnd, fantasy, role-playing, streaming, tabletop, voice actors, web series
+ /// Added in 5.4.0, updated in 5.8.0 and 7.0.0.
+ ///
+ CriticalRole = 0xf6c9,
+
+ ///
+ /// Css (css)
+ /// Terms: cascading style sheets, css, rebecca purple, stylesheet, web design, web development
+ /// Added in 6.7.0.
+ ///
+ Css = 0xe6a2,
+
+ ///
+ /// Css3 (css3)
+ /// Terms: code, css, css3, frontend, programming, stylesheet, web, web development
+ /// Added in 3.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Css3 = 0xf13c,
+
+ ///
+ /// Css3 Alt (css3-alt)
+ /// Terms: cascade, css, css3, frontend, frontend development, style, stylesheet, web, web design, web development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Css3Alt = 0xf38b,
+
+ ///
+ /// Cuttlefish (cuttlefish)
+ /// Terms: animal, cephalopod, cuttlefish, marine, mollusk, ocean, sea creature, seafood
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Cuttlefish = 0xf38c,
+
+ ///
+ /// D And D (d-and-d)
+ /// Terms: dnd, dragons, dungeons, dungeons & dragons, dungeons and dragons, game, gaming, role-playing, roleplay, rpg, tabletop
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ DAndD = 0xf38d,
+
+ ///
+ /// D And D Beyond (d-and-d-beyond)
+ /// Terms: Dungeons & Dragons, campaign, d&d, dice, dnd, dungeons and dragons, fantasy, gaming, role-playing, rpg, tabletop
+ /// Added in 5.4.0, updated in 7.0.0.
+ ///
+ DAndDBeyond = 0xf6ca,
+
+ ///
+ /// Dailymotion (dailymotion)
+ /// Terms: dailymotion, media, online video, platform, streaming, video, video sharing, videos
+ /// Added in 5.12.1, updated in 5.14.0 and 7.0.0.
+ ///
+ Dailymotion = 0xe052,
+
+ ///
+ /// Dart Lang (dart-lang)
+ /// Terms: dart, dartlang, development, flutter, google, language, programming, sdk
+ /// Added in 6.6.0, updated in 7.0.0.
+ ///
+ DartLang = 0xe693,
+
+ ///
+ /// Dashcube (dashcube)
+ /// Terms: analytics, dash cube, dashboard, dashcube, data, metrics, reporting
+ /// Added in 4.3.0, updated in 5.0.0, 5.0.3 and 7.0.0.
+ ///
+ Dashcube = 0xf210,
+
+ ///
+ /// Debian (debian)
+ /// Terms: debian, debian linux, distribution, distro, linux, open source, operating system, os, penguin, software
+ /// Added in 6.4.1, updated in 6.5.0 and 7.0.0.
+ ///
+ Debian = 0xe60b,
+
+ ///
+ /// Deezer (deezer)
+ /// Terms: audio, deezer, music, playlist, podcast, radio, songs, streaming
+ /// Added in 5.13.1, updated in 5.14.0 and 7.0.0.
+ ///
+ Deezer = 0xe077,
+
+ ///
+ /// Delicious (delicious)
+ /// Terms: bookmarks, del.icio.us, delicious, favorites, link sharing, save, share, social bookmarking
+ /// Added in 4.1.0, updated in 5.0.0, 5.7.0 and 7.0.0.
+ ///
+ Delicious = 0xf1a5,
+
+ ///
+ /// Deploydog (deploydog)
+ /// Terms: CI, DevOps, automation, cloud deployment, continuous integration, deploy dog, deploydog, deployment, software deployment
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Deploydog = 0xf38e,
+
+ ///
+ /// Deskpro (deskpro)
+ /// Terms: Deskpro, IT support, customer service, customer support, help desk, helpdesk, service desk, software, support, ticketing
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Deskpro = 0xf38f,
+
+ ///
+ /// Dev (dev)
+ /// Terms: code, coding, dev, developer, development, engineer, programming, software, tech, technology
+ /// Added in 5.4.0, updated in 7.0.0.
+ ///
+ Dev = 0xf6cc,
+
+ ///
+ /// Deviantart (deviantart)
+ /// Terms: art community, artist, artwork, creative, da, design, deviantart, digital art, illustration, portfolio
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Deviantart = 0xf1bd,
+
+ ///
+ /// Dhl (dhl)
+ /// Terms: DHL, Dalsey, Hillblom, Lynn, courier, delivery, express, freight, german, logistics, package, shipping
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Dhl = 0xf790,
+
+ ///
+ /// Diaspora (diaspora)
+ /// Terms: community, decentralized, diaspora, open source, platform, social media, social network
+ /// Added in 5.6.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Diaspora = 0xf791,
+
+ ///
+ /// Digg (digg)
+ /// Terms: bookmarking, content sharing, digg, news aggregator, social media, social news
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Digg = 0xf1a6,
+
+ ///
+ /// Digital Ocean (digital-ocean)
+ /// Terms: cloud, cloud computing, devops, digital ocean, do, droplets, hosting, infrastructure, platform, server
+ /// Added in 5.0.0, updated in 5.7.0 and 7.0.0.
+ ///
+ DigitalOcean = 0xf391,
+
+ ///
+ /// Discord (discord)
+ /// Terms: app, chat, communication, community, discord, gaming, messaging, server, social, voice
+ /// Added in 5.0.0, updated in 5.15.4, 6.0.0-beta1 and 7.0.0.
+ ///
+ Discord = 0xf392,
+
+ ///
+ /// Discourse (discourse)
+ /// Terms: chat, community, conversation, discourse, discussion, discussion board, forum, messaging, online forum, social platform
+ /// Added in 5.0.0, updated in 5.0.3 and 7.0.0.
+ ///
+ Discourse = 0xf393,
+
+ ///
+ /// Disqus (disqus)
+ /// Terms: chat, comments, community, discussion, disqus, forum, messaging, social
+ /// Added in 7.0.0.
+ ///
+ Disqus = 0xe7d5,
+
+ ///
+ /// Dochub (dochub)
+ /// Terms: digital signature, dochub, document hub, document management, document signing, e-signature, pdf editor, pdf signing, pdf tools
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Dochub = 0xf394,
+
+ ///
+ /// Docker (docker)
+ /// Terms: cloud, container, containers, deployment, devops, docker, image, platform, software, virtualization
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Docker = 0xf395,
+
+ ///
+ /// Draft2digital (draft2digital)
+ /// Terms: author platform, book distribution, d2d, digital publishing, draft2digital, ebook, publishing, self-publishing
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Draft2digital = 0xf396,
+
+ ///
+ /// Dribbble (dribbble)
+ /// Terms: art, community, creative, design, designer, dribbble, dribble, inspiration, portfolio, showcase, social
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Dribbble = 0xf17d,
+
+ ///
+ /// Dropbox (dropbox)
+ /// Terms: backup, cloud drive, cloud storage, collaboration, dropbox, file hosting, file sharing, file sync, online storage
+ /// Added in 3.2.0, updated in 5.0.0, 5.0.1 and 7.0.0.
+ ///
+ Dropbox = 0xf16b,
+
+ ///
+ /// Drupal (drupal)
+ /// Terms: cms, content management system, drupal, drupal cms, open source, php, web development, website
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1 and 7.0.0.
+ ///
+ Drupal = 0xf1a9,
+
+ ///
+ /// Duolingo (duolingo)
+ /// Terms: app, courses, duolingo, education, foreign language, language, language learning, learning, owl, study
+ /// Added in 7.0.0.
+ ///
+ Duolingo = 0xe812,
+
+ ///
+ /// Dyalog (dyalog)
+ /// Terms: apl language, dyalog, dyalog brand, dyalog logo, dyalog software, programming language, software company
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Dyalog = 0xf399,
+
+ ///
+ /// Earlybirds (earlybirds)
+ /// Terms: Early Birds, calendar, earlybirds, earlybirds app, productivity, scheduling, task planning, team collaboration, time management
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Earlybirds = 0xf39a,
+
+ ///
+ /// Ebay (ebay)
+ /// Terms: auction, buy, classifieds, ebay, ecommerce, marketplace, online store, retail, sell, shopping
+ /// Added in 5.0.11, updated in 5.7.0 and 7.0.0.
+ ///
+ Ebay = 0xf4f4,
+
+ ///
+ /// Edge (edge)
+ /// Terms: browser, edge, ie, internet, microsoft, microsoft edge, web
+ /// Added in 4.5.0, updated in 5.0.0, 5.12.1, 6.1.2 and 7.0.0.
+ ///
+ Edge = 0xf282,
+
+ ///
+ /// Edge Legacy (edge-legacy)
+ /// Terms: browser, edge, internet, legacy, microsoft, microsoft edge, old edge, web browser
+ /// Added in 5.13.1, updated in 5.14.0 and 7.0.0.
+ ///
+ EdgeLegacy = 0xe078,
+
+ ///
+ /// Elementor (elementor)
+ /// Terms: cms, drag and drop, elementor, frontend editor, page builder, plugin, theme builder, web design, website builder, wordpress
+ /// Added in 5.0.3, updated in 6.1.0 and 7.0.0.
+ ///
+ Elementor = 0xf430,
+
+ ///
+ /// Eleventy (eleventy)
+ /// Terms: 11ty, SSG, eleventy, static site generator, web development
+ /// Added in 7.0.0.
+ ///
+ Eleventy = 0xe7d6,
+
+ ///
+ /// Ello (ello)
+ /// Terms: art, community, creative, ello, network, platform, social, social media
+ /// Added in 5.2.0, updated in 7.0.0.
+ ///
+ Ello = 0xf5f1,
+
+ ///
+ /// Ember (ember)
+ /// Terms: ember, emberjs, framework, frontend, javascript, js, ui, web
+ /// Added in 5.0.0, updated in 5.0.3 and 7.0.0.
+ ///
+ Ember = 0xf423,
+
+ ///
+ /// Empire (empire)
+ /// Terms: empire, film, franchise, galactic empire, lucasfilm, movie, sci-fi, star wars, starwars
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Empire = 0xf1d1,
+
+ ///
+ /// Envira (envira)
+ /// Terms: envira, envira gallery, gallery, image, leaf, photo, wordpress
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Envira = 0xf299,
+
+ ///
+ /// Erlang (erlang)
+ /// Terms: concurrency, development, erlang, functional, language, programming, software, telecom
+ /// Added in 5.0.0, updated in 5.0.3, 5.7.0 and 7.0.0.
+ ///
+ Erlang = 0xf39d,
+
+ ///
+ /// Ethereum (ethereum)
+ /// Terms: blockchain, crypto, cryptocurrency, defi, digital currency, eth, ether, ethereum, smart contract, token
+ /// Added in 5.0.2, updated in 7.0.0.
+ ///
+ Ethereum = 0xf42e,
+
+ ///
+ /// Etsy (etsy)
+ /// Terms: artisan, crafts, creative goods, ecommerce, etsy, etsy shop, handmade, marketplace, online store, vintage
+ /// Added in 4.7.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Etsy = 0xf2d7,
+
+ ///
+ /// Evernote (evernote)
+ /// Terms: cloud notes, digital notebook, evernote, memo, note, notebook, notes, organization, productivity, reminder
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ Evernote = 0xf839,
+
+ ///
+ /// Expeditedssl (expeditedssl)
+ /// Terms: certificate authority, encryption, expeditedssl, https, security, ssl, ssl certificate, ssl provider, web security
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Expeditedssl = 0xf23e,
+
+ ///
+ /// Facebook (facebook)
+ /// Terms: facebook, facebook-official, fb, meta, social media, social network, social platform
+ /// Added in 2.0.0, updated in 5.0.0, 5.8.2, 6.5.0 and 7.0.0.
+ ///
+ Facebook = 0xf09a,
+
+ ///
+ /// Facebook F (facebook-f)
+ /// Terms: facebook, facebook logo, fb, meta, social, social media, social network
+ /// Added in 5.0.0, updated in 5.8.2, 6.5.0 and 7.0.0.
+ ///
+ FacebookF = 0xf39e,
+
+ ///
+ /// Facebook Messenger (facebook-messenger)
+ /// Terms: chat, facebook, fb, instant messaging, message, messenger, messenger app, social
+ /// Added in 5.0.0, updated in 5.8.2, 5.9.0 and 7.0.0.
+ ///
+ FacebookMessenger = 0xf39f,
+
+ ///
+ /// Fantasy Flight Games (fantasy-flight-games)
+ /// Terms: Dungeons & Dragons, FFG, Fantasy Flight Games, RPG, board games, card games, d&d, dnd, fantasy, role-playing games, strategy games, tabletop games
+ /// Added in 5.4.0, updated in 7.0.0.
+ ///
+ FantasyFlightGames = 0xf6dc,
+
+ ///
+ /// Fedex (fedex)
+ /// Terms: FedEx, Federal Express, courier, delivery, express, freight, logistics, package, shipping
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Fedex = 0xf797,
+
+ ///
+ /// Fediverse (fediverse)
+ /// Added in 7.2.0.
+ ///
+ Fediverse = 0xe865,
+
+ ///
+ /// Fedora (fedora)
+ /// Terms: distribution, distro, fedora, linux, open source, operating system, os, red hat, rpm
+ /// Added in 5.6.0, updated in 5.6.3, 5.8.0, 6.0.0 and 7.0.0.
+ ///
+ Fedora = 0xf798,
+
+ ///
+ /// Figma (figma)
+ /// Terms: app, collaboration, design, figma, interface, prototyping, ui, ux, vector, webdesign
+ /// Added in 5.15.4, updated in 5.6.0, 5.7.0, 5.8.0, 6.0.0-beta2 and 7.0.0.
+ ///
+ Figma = 0xf799,
+
+ ///
+ /// Files Pinwheel (files-pinwheel)
+ /// Terms: archive, data, document, file manager, file organization, files, folder, pinwheel, rotate, storage, sync
+ /// Added in 6.7.0, updated in 7.0.0.
+ ///
+ FilesPinwheel = 0xe69f,
+
+ ///
+ /// Firefox (firefox)
+ /// Terms: browser, browser icon, firefox, firefox browser, internet, mozilla, web
+ /// Added in 4.4.0, updated in 5.0.0, 5.0.1, 5.12.0 and 7.0.0.
+ ///
+ Firefox = 0xf269,
+
+ ///
+ /// Firefox Browser (firefox-browser)
+ /// Terms: browser, browser icon, firefox, internet, mozilla, web, web browser
+ /// Added in 5.12.0, updated in 5.14.0 and 7.0.0.
+ ///
+ FirefoxBrowser = 0xe007,
+
+ ///
+ /// First Order (first-order)
+ /// Terms: 1st order, first order, hierarchy, primary, priority, ranking, top level
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ FirstOrder = 0xf2b0,
+
+ ///
+ /// First Order Alt (first-order-alt)
+ /// Terms: alt, alternative, brand, first order, first-order, logo
+ /// Added in 5.0.12, updated in 7.0.0.
+ ///
+ FirstOrderAlt = 0xf50a,
+
+ ///
+ /// Firstdraft (firstdraft)
+ /// Terms: content creation, document, draft, first draft, firstdraft, publishing, writing
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Firstdraft = 0xf3a1,
+
+ ///
+ /// Flickr (flickr)
+ /// Terms: flickr, images, photo community, photo hosting, photo sharing, photography, photos, social media
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Flickr = 0xf16e,
+
+ ///
+ /// Flipboard (flipboard)
+ /// Terms: Flipboard, articles, content, magazine, news, news aggregator, news app, reading, social media
+ /// Added in 5.0.5, updated in 5.0.9 and 7.0.0.
+ ///
+ Flipboard = 0xf44d,
+
+ ///
+ /// Flutter (flutter)
+ /// Terms: flutter, flutter SDK, flutter UI, flutter app, flutter brand, flutter development, flutter framework, flutter logo, flutter mobile, flutter web
+ /// Added in 6.6.0, updated in 7.0.0.
+ ///
+ Flutter = 0xe694,
+
+ ///
+ /// Fly (fly)
+ /// Terms: cloud computing, cloud platform, deployment, devops, fly, fly.io, hosting, serverless
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Fly = 0xf417,
+
+ ///
+ /// Font Awesome (font-awesome)
+ /// Styles: solid, regular, brands
+ /// Terms: branding, fa, font-awesome, icon set, logo, typeface
+ /// Added in 4.6.0, updated in 5.0.0, 5.15.4, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FontAwesome = 0xf2b4,
+
+ ///
+ /// Fonticons (fonticons)
+ /// Terms: font icons, fonticons, glyphs, icon font, icon set, symbols, typography, vector icons
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Fonticons = 0xf280,
+
+ ///
+ /// Fonticons Fi (fonticons-fi)
+ /// Terms: branding, fi, font icon, fonticons, icon, logo
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ FonticonsFi = 0xf3a2,
+
+ ///
+ /// Forgejo (forgejo)
+ /// Added in 7.2.0.
+ ///
+ Forgejo = 0xe860,
+
+ ///
+ /// Fort Awesome (fort-awesome)
+ /// Terms: castle, defense, fort, fortress, fortress icon, medieval, stronghold
+ /// Added in 4.5.0, updated in 5.0.0, 5.0.3 and 7.0.0.
+ ///
+ FortAwesome = 0xf286,
+
+ ///
+ /// Fort Awesome Alt (fort-awesome-alt)
+ /// Terms: castle, defense, fort, fortress, fortress wall, medieval, military, stronghold
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ FortAwesomeAlt = 0xf3a3,
+
+ ///
+ /// Forumbee (forumbee)
+ /// Terms: collaboration tool, discussion platform, forum bee, forumbee, online community, social network
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Forumbee = 0xf211,
+
+ ///
+ /// Foursquare (foursquare)
+ /// Terms: check-in, checkin, foursquare, fsq, local, location, maps, places, social, venue
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Foursquare = 0xf180,
+
+ ///
+ /// Free Code Camp (free-code-camp)
+ /// Terms: bootcamp, code, coding, developer, education, fcc, freecodecamp, learning, online course, programming
+ /// Added in 4.7.0, updated in 5.0.0, 5.12.0 and 7.0.0.
+ ///
+ FreeCodeCamp = 0xf2c5,
+
+ ///
+ /// Freebsd (freebsd)
+ /// Terms: bsd, free bsd, freebsd, network, open source, operating system, os, server, unix
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Freebsd = 0xf3a4,
+
+ ///
+ /// Fulcrum (fulcrum)
+ /// Terms: analytics tool, business intelligence, data platform, data visualization, fulcrum, fulcrum analytics
+ /// Added in 5.0.12, updated in 5.8.0 and 7.0.0.
+ ///
+ Fulcrum = 0xf50b,
+
+ ///
+ /// Galactic Republic (galactic-republic)
+ /// Terms: clone wars, galactic republic, galaxy, jedi, republic, sci-fi, science fiction, space, star wars, starwars
+ /// Added in 5.0.12, updated in 7.0.0.
+ ///
+ GalacticRepublic = 0xf50c,
+
+ ///
+ /// Galactic Senate (galactic-senate)
+ /// Terms: galactic senate, star wars, star wars emblem, star wars franchise, star wars galaxy, star wars icon, star wars logo, star wars symbol, starwars
+ /// Added in 5.0.12, updated in 7.0.0.
+ ///
+ GalacticSenate = 0xf50d,
+
+ ///
+ /// Get Pocket (get-pocket)
+ /// Terms: article, bookmarking, getpocket, pocket, pocket app, read later, reading list, save, save article, save for later
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ GetPocket = 0xf265,
+
+ ///
+ /// Gg (gg)
+ /// Terms: esports, game over, gamer, gaming, gg, good game, victory, win
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Gg = 0xf260,
+
+ ///
+ /// Gg Circle (gg-circle)
+ /// Terms: gg, gg brand, gg circle, gg icon, gg logo, gg symbol
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ GgCircle = 0xf261,
+
+ ///
+ /// Git (git)
+ /// Terms: branch, code, commit, developer, git, merge, open source, programming, repository, software, source control, version control
+ /// Added in 4.1.0, updated in 5.0.0, 5.8.2 and 7.0.0.
+ ///
+ Git = 0xf1d3,
+
+ ///
+ /// Git Alt (git-alt)
+ /// Terms: branch, code, commit, dev, developer, git, repository, software, source control, version control
+ /// Added in 5.8.2, updated in 7.0.0.
+ ///
+ GitAlt = 0xf841,
+
+ ///
+ /// Gitee (gitee)
+ /// Added in 7.2.0.
+ ///
+ Gitee = 0xe863,
+
+ ///
+ /// Github (github)
+ /// Terms: code, collaboration, development, git, github, octocat, programming, repository, software, version control
+ /// Added in 2.0.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Github = 0xf09b,
+
+ ///
+ /// Github Alt (github-alt)
+ /// Terms: code, developer, git, github, octocat, programming, repository, software, version control
+ /// Added in 3.0.0, updated in 5.0.0 and 7.0.0.
+ ///
+ GithubAlt = 0xf113,
+
+ ///
+ /// Gitkraken (gitkraken)
+ /// Terms: code management, developer tool, git, git client, gitkraken, repository, software development, source control, version control
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Gitkraken = 0xf3a6,
+
+ ///
+ /// Gitlab (gitlab)
+ /// Terms: CI/CD, DevOps, GitLab, code hosting, continuous deployment, continuous integration, gitlab, repository, software development, version control
+ /// Added in 4.6.0, updated in 5.0.0, 5.7.0, 6.0.0-beta1, 6.1.2 and 7.0.0.
+ ///
+ Gitlab = 0xf296,
+
+ ///
+ /// Gitter (gitter)
+ /// Terms: chat, chat platform, collaboration, communication, community, developer chat, gitter, messaging, team chat
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Gitter = 0xf426,
+
+ ///
+ /// Glide (glide)
+ /// Terms: app builder, app development, glide, glideapps, mobile app, no code, no-code, platform, software
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Glide = 0xf2a5,
+
+ ///
+ /// Glide G (glide-g)
+ /// Terms: app builder, app maker, glide, glideapps, mobile app, no-code, platform, software, web app
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ GlideG = 0xf2a6,
+
+ ///
+ /// Globaleaks (globaleaks)
+ /// Added in 7.2.0.
+ ///
+ Globaleaks = 0xe85d,
+
+ ///
+ /// Gofore (gofore)
+ /// Terms: consulting, digital services, finnish company, gofore, gofore oy, software development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Gofore = 0xf3a7,
+
+ ///
+ /// Golang (golang)
+ /// Terms: backend, code, developer, go, golang, gopher, language, programming, software
+ /// Added in 6.0.0-beta2, updated in 7.0.0.
+ ///
+ Golang = 0xe40f,
+
+ ///
+ /// Goodreads (goodreads)
+ /// Terms: book community, book recommendations, book reviews, books, goodreads, literature, reading, reading tracker, social reading
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Goodreads = 0xf3a8,
+
+ ///
+ /// Goodreads G (goodreads-g)
+ /// Terms: book community, book reviews, books, g, goodreads, literature, reading, social reading
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ GoodreadsG = 0xf3a9,
+
+ ///
+ /// Google (google)
+ /// Terms: google, google brand, google company, google icon, google logo, google products, google services, search engine
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Google = 0xf1a0,
+
+ ///
+ /// Google Drive (google-drive)
+ /// Terms: cloud, documents, drive, files, gdrive, google, google drive, storage
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ GoogleDrive = 0xf3aa,
+
+ ///
+ /// Google Pay (google-pay)
+ /// Terms: contactless pay, digital wallet, google pay, google wallet, gpay, mobile payment, nfc payment, online payment, payment, tap to pay
+ /// Added in 5.13.1, updated in 5.14.0 and 7.0.0.
+ ///
+ GooglePay = 0xe079,
+
+ ///
+ /// Google Play (google-play)
+ /// Terms: android store, app store, google apps, google play, google play store, playstore
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ GooglePlay = 0xf3ab,
+
+ ///
+ /// Google Plus (google-plus)
+ /// Terms: google plus, google+, google-plus, google-plus-circle, google-plus-official, gplus
+ /// Added in 4.6.0, updated in 5.0.0, 5.13.1 and 7.0.0.
+ ///
+ GooglePlus = 0xf2b3,
+
+ ///
+ /// Google Plus G (google-plus-g)
+ /// Terms: google, google social, google-plus, gplus, social media, social network
+ /// Added in 2.0.0, updated in 5.0.0 and 7.0.0.
+ ///
+ GooglePlusG = 0xf0d5,
+
+ ///
+ /// Google Scholar (google-scholar)
+ /// Terms: academic, citations, google, google scholar, papers, research, scholar
+ /// Added in 6.5.0, updated in 7.0.0.
+ ///
+ GoogleScholar = 0xe63b,
+
+ ///
+ /// Google Wallet (google-wallet)
+ /// Terms: card, contactless, digital wallet, ecommerce, finance, google pay, google wallet, mobile payment, money, online payment, payment, payments, tap to pay, transaction, wallet
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ GoogleWallet = 0xf1ee,
+
+ ///
+ /// Gratipay (gratipay)
+ /// Terms: charity, contribution, crowdfunding, donation, funding, gratipay, support, tip
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Gratipay = 0xf184,
+
+ ///
+ /// Grav (grav)
+ /// Terms: account, avatar, grav, gravatar, identity, picture, profile, user
+ /// Added in 4.7.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Grav = 0xf2d6,
+
+ ///
+ /// Gripfire (gripfire)
+ /// Terms: brand, esports, gaming, grip fire, gripfire, logo, streaming, video games
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Gripfire = 0xf3ac,
+
+ ///
+ /// Grunt (grunt)
+ /// Terms: automation, build tool, grunt, gruntjs, javascript, nodejs, task runner
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Grunt = 0xf3ad,
+
+ ///
+ /// Guilded (guilded)
+ /// Terms: chat, communication, community, esports, gaming, guilded, platform, social, teams, voice
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ Guilded = 0xe07e,
+
+ ///
+ /// Gulp (gulp)
+ /// Terms: automation, build, gulp, gulpjs, javascript, nodejs, streaming, task runner
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Gulp = 0xf3ae,
+
+ ///
+ /// Hacker News (hacker-news)
+ /// Terms: developer news, hacker news, hn, news aggregator, programming, social news, startup news, tech news, technology
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ HackerNews = 0xf1d4,
+
+ ///
+ /// Hackerrank (hackerrank)
+ /// Terms: challenges, code practice, coding, competitive programming, developer, hacker rank, hackerrank, interview, programming, tech
+ /// Added in 5.2.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Hackerrank = 0xf5f7,
+
+ ///
+ /// Hashnode (hashnode)
+ /// Terms: articles, blogging, content platform, developer blog, developer community, developer platform, hashnode, programming, tech blog, writing
+ /// Added in 6.0.0, updated in 7.0.0.
+ ///
+ Hashnode = 0xe499,
+
+ ///
+ /// Hips (hips)
+ /// Terms: anatomy, body, fitness, health, hips, wellness
+ /// Added in 5.0.5, updated in 7.0.0.
+ ///
+ Hips = 0xf452,
+
+ ///
+ /// Hire A Helper (hire-a-helper)
+ /// Terms: cleaning company, cleaning service, domestic help, hire a helper, home cleaning, home help, housekeeper, maid service, professional cleaner
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ HireAHelper = 0xf3b0,
+
+ ///
+ /// Hive (hive)
+ /// Terms: blockchain, crypto, cryptocurrency, decentralized, hive, hive blockchain, hive social, social media, web3
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ Hive = 0xe07f,
+
+ ///
+ /// Hooli (hooli)
+ /// Terms: Hooli, Silicon Valley, brand, software, tech company, technology
+ /// Added in 5.0.0, updated in 5.7.0 and 7.0.0.
+ ///
+ Hooli = 0xf427,
+
+ ///
+ /// Hornbill (hornbill)
+ /// Terms: animal, beak, bird, exotic bird, hornbill, nature, tropical bird, wildlife
+ /// Added in 5.1.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Hornbill = 0xf592,
+
+ ///
+ /// Hotjar (hotjar)
+ /// Terms: UX, analytics, conversion rate, feedback, heatmap, hotjar, session recording, user behavior, user experience, website tracking
+ /// Added in 5.0.0, updated in 6.4.1 and 7.0.0.
+ ///
+ Hotjar = 0xf3b1,
+
+ ///
+ /// Houzz (houzz)
+ /// Terms: architecture, decor, home design, home improvement, housing, houzz, interior design, real estate, remodeling, renovation
+ /// Added in 4.4.0, updated in 5.0.0, 5.0.9, 5.8.0 and 7.0.0.
+ ///
+ Houzz = 0xf27c,
+
+ ///
+ /// Html5 (html5)
+ /// Terms: coding, frontend, html, html5, internet, markup, programming, web, web design, web development
+ /// Added in 3.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Html5 = 0xf13b,
+
+ ///
+ /// Hubspot (hubspot)
+ /// Terms: business growth, crm, customer relationship management, email marketing, hubspot, inbound marketing, lead generation, marketing automation, marketing platform, sales software
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Hubspot = 0xf3b2,
+
+ ///
+ /// Hugging Face (hugging-face)
+ /// Added in 7.2.0.
+ ///
+ HuggingFace = 0xe869,
+
+ ///
+ /// Ideal (ideal)
+ /// Terms: banking, digital wallet, ecommerce, finance, ideal, ideal logo, money transfer, online payment, payment
+ /// Added in 5.12.0, updated in 5.14.0 and 7.0.0.
+ ///
+ Ideal = 0xe013,
+
+ ///
+ /// Imdb (imdb)
+ /// Terms: entertainment, films, imdb, internet movie database, movies, ratings, reviews, tv
+ /// Added in 4.7.0, updated in 5.0.0, 6.1.2 and 7.0.0.
+ ///
+ Imdb = 0xf2d8,
+
+ ///
+ /// Instagram (instagram)
+ /// Terms: IG, Instagram, app, feed, filter, influencer, photo sharing, reels, social media, social network, stories
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Instagram = 0xf16d,
+
+ ///
+ /// Instalod (instalod)
+ /// Terms: app, download, file transfer, installation, instaload, instalod, software
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ Instalod = 0xe081,
+
+ ///
+ /// Intercom (intercom)
+ /// Terms: chat, communication, customer service, customer support, helpdesk, intercom, live chat, messaging
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Intercom = 0xf7af,
+
+ ///
+ /// Internet Explorer (internet-explorer)
+ /// Terms: browser, explorer, ie, internet explorer, legacy browser, microsoft, web
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ InternetExplorer = 0xf26b,
+
+ ///
+ /// Invision (invision)
+ /// Terms: app, collaboration, design, interface, invision, prototyping, ui, ux
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Invision = 0xf7b0,
+
+ ///
+ /// Ioxhost (ioxhost)
+ /// Terms: cloud hosting, hosting, internet service, ioxhost, server, web hosting, web services
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Ioxhost = 0xf208,
+
+ ///
+ /// Itch Io (itch-io)
+ /// Terms: digital games, game marketplace, game store, gaming platform, indie developer, indie games, itch.io
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ ItchIo = 0xf83a,
+
+ ///
+ /// Itunes (itunes)
+ /// Terms: apple, apple music, audio player, digital music, itunes, media player, music app, music download, music library, music store
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Itunes = 0xf3b4,
+
+ ///
+ /// Itunes Note (itunes-note)
+ /// Terms: apple music, audio, itunes, melody, music, note, song, sound
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ ItunesNote = 0xf3b5,
+
+ ///
+ /// Java (java)
+ /// Terms: coding, coffee, java, java language, java platform, java programming, jvm, programming, software development
+ /// Added in 5.0.10, updated in 5.7.0, 5.8.0 and 7.0.0.
+ ///
+ Java = 0xf4e4,
+
+ ///
+ /// Jedi Order (jedi-order)
+ /// Terms: jedi, jedi emblem, jedi order, jedi symbol, star wars, star wars emblem, star wars logo, star wars symbol, starwars
+ /// Added in 5.0.12, updated in 5.7.0 and 7.0.0.
+ ///
+ JediOrder = 0xf50e,
+
+ ///
+ /// Jenkins (jenkins)
+ /// Terms: automation, automation server, build server, ci, continuous integration, devops, jenkins, open source, pipeline, software development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Jenkins = 0xf3b6,
+
+ ///
+ /// Jira (jira)
+ /// Terms: agile, atlassian, bug tracking, issue tracker, jira, kanban, project management, scrum, software development, task management
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Jira = 0xf7b1,
+
+ ///
+ /// Joget (joget)
+ /// Terms: app builder, business process management, joget, joget workflow, low code, no code, workflow automation
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Joget = 0xf3b7,
+
+ ///
+ /// Joomla (joomla)
+ /// Terms: cms, content management system, joomla, joomla cms, joomla logo, open source, php, web platform, website
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Joomla = 0xf1aa,
+
+ ///
+ /// Js (js)
+ /// Terms: coding, developer, javascript, js, language, programming, script, web, web development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Js = 0xf3b8,
+
+ ///
+ /// Jsfiddle (jsfiddle)
+ /// Terms: code editor, code snippet, coding sandbox, frontend playground, javascript playground, js, js fiddle, jsfiddle, online editor, programming tool, web development
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Jsfiddle = 0xf1cc,
+
+ ///
+ /// Julia (julia)
+ /// Added in 7.2.0.
+ ///
+ Julia = 0xe852,
+
+ ///
+ /// Jxl (jxl)
+ /// Terms: codec, graphics, image format, jpeg xl, jxl, photo, picture
+ /// Added in 6.5.2, updated in 7.0.0.
+ ///
+ Jxl = 0xe67b,
+
+ ///
+ /// Kaggle (kaggle)
+ /// Terms: AI, analytics, competitions, data analysis, data platform, data science, datasets, kaggle, machine learning
+ /// Added in 5.2.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Kaggle = 0xf5fa,
+
+ ///
+ /// Kakao Talk (kakao-talk)
+ /// Terms: chat, instant messaging, kakao, kakao talk, kakaotalk, korean messenger, messaging, messenger, mobile chat, social app
+ /// Added in 7.0.0.
+ ///
+ KakaoTalk = 0xe7d7,
+
+ ///
+ /// Keybase (keybase)
+ /// Terms: chat, cryptography, encryption, identity, keybase, messaging, security, verification
+ /// Added in 5.0.11, updated in 5.10.2, 5.11.0, 5.8.0 and 7.0.0.
+ ///
+ Keybase = 0xf4f5,
+
+ ///
+ /// Keycdn (keycdn)
+ /// Terms: caching, cdn, cloud, content delivery network, hosting, internet, keycdn, web performance
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Keycdn = 0xf3ba,
+
+ ///
+ /// Kickstarter (kickstarter)
+ /// Terms: backer, campaign, creative, crowdfunding, fundraising, kickstarter, pledge, projects, startup, support
+ /// Added in 5.0.0, updated in 6.5.2 and 7.0.0.
+ ///
+ Kickstarter = 0xf3bb,
+
+ ///
+ /// Kickstarter K (kickstarter-k)
+ /// Terms: creative, crowdfunding, fundraising, kickstarter, ks, projects, startup
+ /// Added in 5.0.0, updated in 6.5.2 and 7.0.0.
+ ///
+ KickstarterK = 0xf3bc,
+
+ ///
+ /// Ko Fi (ko-fi)
+ /// Added in 7.2.0.
+ ///
+ KoFi = 0xe856,
+
+ ///
+ /// Korvue (korvue)
+ /// Terms: korvue, korvue app, korvue brand, korvue logo, korvue software
+ /// Added in 5.0.2, updated in 7.0.0.
+ ///
+ Korvue = 0xf42f,
+
+ ///
+ /// Kubernetes (kubernetes)
+ /// Added in 7.2.0.
+ ///
+ Kubernetes = 0xe857,
+
+ ///
+ /// Laravel (laravel)
+ /// Terms: artisan, backend, developer, eloquent, laravel, mvc, open source, php, php framework, web framework
+ /// Added in 5.0.0, updated in 5.0.3, 5.11.2, 6.7.1 and 7.0.0.
+ ///
+ Laravel = 0xf3bd,
+
+ ///
+ /// Lastfm (lastfm)
+ /// Terms: artist, audio, band, last.fm, lastfm, music, playlist, radio, scrobble, social music, streaming
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Lastfm = 0xf202,
+
+ ///
+ /// Leanpub (leanpub)
+ /// Terms: author platform, book platform, digital publishing, ebooks, leanpub, online books, publishing, self-publishing
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Leanpub = 0xf212,
+
+ ///
+ /// Leetcode (leetcode)
+ /// Added in 7.2.0.
+ ///
+ Leetcode = 0xe86a,
+
+ ///
+ /// Less (less)
+ /// Terms: coding, css, design, frontend, less, lesscss, preprocessor, style, stylesheet, web development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Less = 0xf41d,
+
+ ///
+ /// Letterboxd (letterboxd)
+ /// Terms: cinema, film community, films, letterboxd, movie, movies app, ratings, reviews, social network, watchlist
+ /// Added in 6.5.0, updated in 7.0.0.
+ ///
+ Letterboxd = 0xe62d,
+
+ ///
+ /// Line (line)
+ /// Terms: border, divider, line, lines, path, rule, separator, stroke
+ /// Added in 5.0.0, updated in 6.3.0 and 7.0.0.
+ ///
+ Line = 0xf3c0,
+
+ ///
+ /// Linkedin (linkedin)
+ /// Terms: business, career, jobs, linkedin, linkedin-square, professional network, social media
+ /// Added in 1.0.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Linkedin = 0xf08c,
+
+ ///
+ /// Linkedin In (linkedin-in)
+ /// Terms: business networking, linkedin, linkedin icon, linkedin logo, linkin, professional network, social media
+ /// Added in 2.0.0, updated in 5.0.0, 5.4.1, 5.8.0, 5.8.1 and 7.0.0.
+ ///
+ LinkedinIn = 0xf0e1,
+
+ ///
+ /// Linktree (linktree)
+ /// Terms: bio link, link aggregator, link landing page, link tree, links, linktree, profile links, social links
+ /// Added in 7.0.0.
+ ///
+ Linktree = 0xe7d8,
+
+ ///
+ /// Linode (linode)
+ /// Terms: VPS, cloud computing, cloud hosting, cloud infrastructure, cloud server, hosting provider, linode, linode cloud, virtual server
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1 and 7.0.0.
+ ///
+ Linode = 0xf2b8,
+
+ ///
+ /// Linux (linux)
+ /// Terms: distro, kernel, linux, open source, operating system, penguin, tux
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Linux = 0xf17c,
+
+ ///
+ /// Lumon (lumon)
+ /// Terms: lumon, lumon balcony, lumon brand, lumon company, lumon glass, lumon logo
+ /// Added in 7.0.0.
+ ///
+ Lumon = 0xe7e2,
+
+ ///
+ /// Lumon Drop (lumon-drop)
+ /// Terms: brand, company, drop, logo, lumon, lumon drop
+ /// Added in 7.0.0.
+ ///
+ LumonDrop = 0xe7e3,
+
+ ///
+ /// Lyft (lyft)
+ /// Terms: app, car service, lyft, mobility, ride, rideshare, taxi, transportation, travel
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Lyft = 0xf3c3,
+
+ ///
+ /// Magento (magento)
+ /// Terms: adobe magento, cms, ecommerce, magento, marketplace, online store, platform, shopping
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Magento = 0xf3c4,
+
+ ///
+ /// Mailchimp (mailchimp)
+ /// Terms: automation, campaign, chimp, email marketing, email service, mail service, mailchimp, marketing, marketing platform, newsletter
+ /// Added in 5.1.0, updated in 5.7.0, 5.8.0, 5.8.2 and 7.0.0.
+ ///
+ Mailchimp = 0xf59e,
+
+ ///
+ /// Mandalorian (mandalorian)
+ /// Terms: armor, beskar, bounty hunter, din djarin, disney plus, helmet, mandalorian, sci-fi, star wars, tv show, warrior
+ /// Added in 5.0.12, updated in 5.8.0 and 7.0.0.
+ ///
+ Mandalorian = 0xf50f,
+
+ ///
+ /// Markdown (markdown)
+ /// Terms: developer, documentation, formatting, markdown, markup, md, readme, syntax, text, writing
+ /// Added in 5.2.0, updated in 5.7.0 and 7.0.0.
+ ///
+ Markdown = 0xf60f,
+
+ ///
+ /// Mastodon (mastodon)
+ /// Terms: decentralized, federated, fediverse, mastodon, microblogging, network, open source, platform, social, social media
+ /// Added in 5.0.11, updated in 5.8.0 and 7.0.0.
+ ///
+ Mastodon = 0xf4f6,
+
+ ///
+ /// Maxcdn (maxcdn)
+ /// Terms: caching, cdn, cloudflare alternative, content delivery network, hosting, internet service, maxcdn, web performance
+ /// Added in 3.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Maxcdn = 0xf136,
+
+ ///
+ /// Mdb (mdb)
+ /// Terms: backend, cloud database, data storage, database, database service, document database, mdb, mongo, mongodb, nosql
+ /// Added in 5.11.0, updated in 7.0.0.
+ ///
+ Mdb = 0xf8ca,
+
+ ///
+ /// Medapps (medapps)
+ /// Terms: health services, health technology, healthcare apps, medapps, medical apps, medical software
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Medapps = 0xf3c6,
+
+ ///
+ /// Medium (medium)
+ /// Terms: articles, blog, blogging, content, medium, platform, publishing, social media, stories, writing
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1 and 7.0.0.
+ ///
+ Medium = 0xf23a,
+
+ ///
+ /// Medrt (medrt)
+ /// Terms: arbitration, conflict management, dispute resolution, legal, mediation, medrt
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Medrt = 0xf3c8,
+
+ ///
+ /// Meetup (meetup)
+ /// Terms: community, event, gathering, group, meetup, meetup.com, network, social
+ /// Added in 4.7.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Meetup = 0xf2e0,
+
+ ///
+ /// Megaport (megaport)
+ /// Terms: cloud, connectivity, data center, interconnection, megaport, network, service provider, telecommunications
+ /// Added in 5.1.0, updated in 7.0.0.
+ ///
+ Megaport = 0xf5a3,
+
+ ///
+ /// Mendeley (mendeley)
+ /// Terms: academic, bibliography, citation, library, literature, mendeley, papers, reference manager, research, scholarly
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Mendeley = 0xf7b3,
+
+ ///
+ /// Meta (meta)
+ /// Terms: meta, meta brand, meta data, meta information, meta tag, metadata
+ /// Added in 6.0.0, updated in 6.1.2 and 7.0.0.
+ ///
+ Meta = 0xe49b,
+
+ ///
+ /// Microblog (microblog)
+ /// Terms: blogging platform, content sharing, microblog, microblogging, online journal, short posts, social media, social network, status update
+ /// Added in 5.12.0, updated in 5.14.0 and 7.0.0.
+ ///
+ Microblog = 0xe01a,
+
+ ///
+ /// Microsoft (microsoft)
+ /// Terms: azure, microsoft, ms, msft, office, software, technology, windows, windows logo, xbox
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Microsoft = 0xf3ca,
+
+ ///
+ /// Mintbit (mintbit)
+ /// Terms: blockchain, crypto, cryptocurrency, digital currency, mint bit, mintbit, token
+ /// Added in 6.5.0, updated in 7.0.0.
+ ///
+ Mintbit = 0xe62f,
+
+ ///
+ /// Mix (mix)
+ /// Terms: audio, blend, combine, dj, media, mix, mixer, mixing, music, sound
+ /// Added in 5.0.0, updated in 5.0.3 and 7.0.0.
+ ///
+ Mix = 0xf3cb,
+
+ ///
+ /// Mixcloud (mixcloud)
+ /// Terms: DJ mixes, audio platform, mixcloud, music sharing, music streaming, online radio, podcasts, radio shows, streaming service
+ /// Added in 4.5.0, updated in 5.0.0, 6.1.2 and 7.0.0.
+ ///
+ Mixcloud = 0xf289,
+
+ ///
+ /// Mixer (mixer)
+ /// Terms: DJ mixer, audio control, audio mixer, mixer, mixing console, mixing desk, music mixer, sound mixer, soundboard
+ /// Added in 5.12.1, updated in 5.14.0 and 7.0.0.
+ ///
+ Mixer = 0xe056,
+
+ ///
+ /// Mizuni (mizuni)
+ /// Terms: mizuni, mizuni brand, mizuni company, mizuni logo, mizuni software, mizuni technology
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Mizuni = 0xf3cc,
+
+ ///
+ /// Modx (modx)
+ /// Terms: cms, content management, content management system, modx, modx cms, open source, web platform, website
+ /// Added in 4.5.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Modx = 0xf285,
+
+ ///
+ /// Monero (monero)
+ /// Terms: altcoin, blockchain, crypto, cryptocurrency, decentralized, digital currency, monero, privacy coin, xmr
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Monero = 0xf3d0,
+
+ ///
+ /// Napster (napster)
+ /// Terms: audio, brand, logo, media, mp3, music, napster, playlist, streaming
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Napster = 0xf3d2,
+
+ ///
+ /// Neos (neos)
+ /// Terms: blockchain, crypto, crypto coin, crypto token, cryptocurrency, digital currency, neos, neos wallet
+ /// Added in 5.2.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Neos = 0xf612,
+
+ ///
+ /// Nfc Directional (nfc-directional)
+ /// Terms: connect, contactless, data transfer, near field communication, nfc, proximity, scan, signal, tap, transfer, wireless, wireless payment
+ /// Added in 6.1.0, updated in 7.0.0.
+ ///
+ NfcDirectional = 0xe530,
+
+ ///
+ /// Nfc Symbol (nfc-symbol)
+ /// Terms: connect, contactless, data, near field communication, nfc, scan, signal, tap, transfer, wireless, wireless payment
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ NfcSymbol = 0xe531,
+
+ ///
+ /// Nimblr (nimblr)
+ /// Terms: nimblr, nimblr app, nimblr brand, nimblr logo, nimblr platform, nimblr social
+ /// Added in 5.1.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Nimblr = 0xf5a8,
+
+ ///
+ /// Node (node)
+ /// Terms: JavaScript, Node, Node.js, backend, development, programming, runtime, server
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Node = 0xf419,
+
+ ///
+ /// Node Js (node-js)
+ /// Terms: backend, development, event-driven, javascript, js, node.js, nodejs, npm, programming, runtime, server
+ /// Added in 5.0.0, updated in 5.0.3 and 7.0.0.
+ ///
+ NodeJs = 0xf3d3,
+
+ ///
+ /// Notion (notion)
+ /// Terms: collaboration, knowledge base, note-taking, notes, notion, notion.so, organization, productivity, project management, workspace
+ /// Added in 7.0.0.
+ ///
+ Notion = 0xe7d9,
+
+ ///
+ /// Npm (npm)
+ /// Terms: JavaScript, Node Package Manager, Node.js, libraries, modules, node modules, npm, package manager, packages
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Npm = 0xf3d4,
+
+ ///
+ /// Ns8 (ns8)
+ /// Terms: NS8, cybersecurity, fraud prevention, ns8, online protection, risk management, security, website security
+ /// Added in 5.0.0, updated in 5.15.0 and 7.0.0.
+ ///
+ Ns8 = 0xf3d5,
+
+ ///
+ /// Nutritionix (nutritionix)
+ /// Terms: app, calories, database, diet, fitness, food, health, nutrition, nutritionix, tracking
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Nutritionix = 0xf3d6,
+
+ ///
+ /// Obsidian (obsidian)
+ /// Added in 7.2.0.
+ ///
+ Obsidian = 0xe879,
+
+ ///
+ /// Octopus Deploy (octopus-deploy)
+ /// Terms: automation, cd, ci, cloud deployment, continuous delivery, continuous integration, deploy, deployment, devops, octopus, octopus deploy, release management, software release
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ OctopusDeploy = 0xe082,
+
+ ///
+ /// Odnoklassniki (odnoklassniki)
+ /// Terms: odnoklassniki, odnoklassniki.ru, ok, ok.ru, russian social network, social media, social network
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Odnoklassniki = 0xf263,
+
+ ///
+ /// Odysee (odysee)
+ /// Terms: blockchain video, content sharing, decentralized video, odysee, video hosting, video platform
+ /// Added in 6.2.1, updated in 6.3.0 and 7.0.0.
+ ///
+ Odysee = 0xe5c6,
+
+ ///
+ /// Old Republic (old-republic)
+ /// Terms: galactic republic, jedi, old republic, republic, sith, star wars, star wars the old republic, swtor
+ /// Added in 5.0.12, updated in 7.0.0.
+ ///
+ OldRepublic = 0xf510,
+
+ ///
+ /// Openai (openai)
+ /// Terms: ai, ai research, artificial intelligence, chatgpt, dall-e, gpt, language model, machine learning, open ai, openai
+ /// Added in 7.0.0.
+ ///
+ Openai = 0xe7cf,
+
+ ///
+ /// Opencart (opencart)
+ /// Terms: cart, ecommerce, marketplace, online store, open source, opencart, retail, shopping, shopping cart, web store
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Opencart = 0xf23d,
+
+ ///
+ /// Openid (openid)
+ /// Terms: authentication, identity, login, open id, openid, sign in, single sign-on, sso
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Openid = 0xf19b,
+
+ ///
+ /// Openstreetmap (openstreetmap)
+ /// Added in 7.2.0.
+ ///
+ Openstreetmap = 0xe86b,
+
+ ///
+ /// Opensuse (opensuse)
+ /// Terms: green chameleon, linux, linux distribution, linux distro, openSUSE, opensource, opensuse, operating system, suse
+ /// Added in 6.5.0, updated in 7.0.0.
+ ///
+ Opensuse = 0xe62b,
+
+ ///
+ /// Opera (opera)
+ /// Terms: browser, browsing, fast browser, internet, opera, opera browser, secure browser, web, web browser
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Opera = 0xf26a,
+
+ ///
+ /// Optin Monster (optin-monster)
+ /// Terms: conversion optimization, email marketing, lead generation, marketing tool, optin monster, optinmonster, popup builder
+ /// Added in 4.4.0, updated in 5.0.0, 5.7.0 and 7.0.0.
+ ///
+ OptinMonster = 0xf23c,
+
+ ///
+ /// Orcid (orcid)
+ /// Terms: academic id, orcid, research profile, researcher, researcher id, researcher identifier, scholarly id
+ /// Added in 5.11.0, updated in 7.0.0.
+ ///
+ Orcid = 0xf8d2,
+
+ ///
+ /// Osi (osi)
+ /// Terms: communication, layers, network model, networking, open systems interconnection, osi, protocol
+ /// Added in 5.0.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Osi = 0xf41a,
+
+ ///
+ /// Padlet (padlet)
+ /// Terms: classroom tool, digital board, education, note sharing, online collaboration, padlet, virtual bulletin
+ /// Added in 6.0.0, updated in 7.0.0.
+ ///
+ Padlet = 0xe4a0,
+
+ ///
+ /// Page4 (page4)
+ /// Terms: brand, logo, p4, page 4, page4, pagefour
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Page4 = 0xf3d7,
+
+ ///
+ /// Pagelines (pagelines)
+ /// Terms: eco, environment, green, leaf, leaves, nature, organic, pagelines, plant, sustainable, tree
+ /// Added in 4.0.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Pagelines = 0xf18c,
+
+ ///
+ /// Palfed (palfed)
+ /// Terms: palestine, palestine federation, palestinian, palestinian federation, palfed
+ /// Added in 5.0.0, updated in 5.0.3 and 7.0.0.
+ ///
+ Palfed = 0xf3d8,
+
+ ///
+ /// Pandora (pandora)
+ /// Terms: audio, brand, entertainment, internet radio, music, pandora, pandora radio, streaming
+ /// Added in 7.0.0.
+ ///
+ Pandora = 0xe7da,
+
+ ///
+ /// Patreon (patreon)
+ /// Terms: content creator, creator, crowdfunding, donations, fan funding, membership, patreon, patron, subscription, support
+ /// Added in 5.0.0, updated in 5.0.3, 6.5.0 and 7.0.0.
+ ///
+ Patreon = 0xf3d9,
+
+ ///
+ /// Paypal (paypal)
+ /// Terms: checkout, digital wallet, ecommerce, finance, merchant, money transfer, online payment, pay, payment, payments, paypal, transaction
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Paypal = 0xf1ed,
+
+ ///
+ /// Perbyte (perbyte)
+ /// Terms: digital, perbyte, perbyte brand, perbyte logo, software, technology
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ Perbyte = 0xe083,
+
+ ///
+ /// Periscope (periscope)
+ /// Terms: app, broadcast, camera, live streaming, live video, mobile app, periscope, social media, streaming, video
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Periscope = 0xf3da,
+
+ ///
+ /// Phabricator (phabricator)
+ /// Terms: code review, collaboration, development, open source, phabricator, project management, repository, software, version control
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Phabricator = 0xf3db,
+
+ ///
+ /// Phoenix Framework (phoenix-framework)
+ /// Terms: backend, development, elixir, open source, phoenix, phoenix framework, programming, server, software, web framework
+ /// Added in 5.0.0, updated in 5.0.3 and 7.0.0.
+ ///
+ PhoenixFramework = 0xf3dc,
+
+ ///
+ /// Phoenix Squadron (phoenix-squadron)
+ /// Terms: phoenix, phoenix squadron, pilot, rebellion, resistance, sci-fi, space battle, squadron, star wars, starfighter
+ /// Added in 5.0.12, updated in 5.8.0 and 7.0.0.
+ ///
+ PhoenixSquadron = 0xf511,
+
+ ///
+ /// Php (php)
+ /// Terms: php, php code, php developer, php framework, php language, php logo, php programming, php script
+ /// Added in 5.0.5, updated in 7.0.0.
+ ///
+ Php = 0xf457,
+
+ ///
+ /// Pied Piper (pied-piper)
+ /// Terms: brand, fable, flute, legend, music, pied piper, piper, story
+ /// Added in 4.6.0, updated in 5.0.0, 5.0.10, 5.12.0 and 7.0.0.
+ ///
+ PiedPiper = 0xf2ae,
+
+ ///
+ /// Pied Piper Alt (pied-piper-alt)
+ /// Terms: alt, brand, company, logo, pied piper, pied-piper, piper, software, startup, technology
+ /// Added in 4.1.0, updated in 5.0.0, 5.7.0 and 7.0.0.
+ ///
+ PiedPiperAlt = 0xf1a8,
+
+ ///
+ /// Pied Piper Hat (pied-piper-hat)
+ /// Terms: clothing, costume, folklore, hat, jester, mascot, medieval, pied piper
+ /// Added in 5.0.10, updated in 7.0.0.
+ ///
+ PiedPiperHat = 0xf4e5,
+
+ ///
+ /// Pied Piper Pp (pied-piper-pp)
+ /// Terms: brand, logo, pied piper, pied-piper, piper, software, startup, technology
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ PiedPiperPp = 0xf1a7,
+
+ ///
+ /// Pinterest (pinterest)
+ /// Terms: boards, ideas, image sharing, inspiration, pin, pins, pinterest, social media, social network, visual discovery
+ /// Added in 2.0.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Pinterest = 0xf0d2,
+
+ ///
+ /// Pinterest P (pinterest-p)
+ /// Terms: boards, ideas, image sharing, inspiration, pin, pinterest, social media, visual discovery
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ PinterestP = 0xf231,
+
+ ///
+ /// Pix (pix)
+ /// Terms: free images, images, media, photo sharing, photography, photos, pictures, pix, pixabay, stock photos
+ /// Added in 6.0.0-beta2, updated in 7.0.0.
+ ///
+ Pix = 0xe43a,
+
+ ///
+ /// Pixelfed (pixelfed)
+ /// Terms: decentralized, fediverse, image hosting, open source, photo sharing, pixel fed, pixelfed, social media, social network
+ /// Added in 7.0.0.
+ ///
+ Pixelfed = 0xe7db,
+
+ ///
+ /// Pixiv (pixiv)
+ /// Terms: anime, art sharing, creative community, digital art platform, illustration site, japanese art community, manga, pixiv, pixiv logo
+ /// Added in 6.5.0, updated in 7.0.0.
+ ///
+ Pixiv = 0xe640,
+
+ ///
+ /// Playstation (playstation)
+ /// Terms: console, controller, entertainment, game system, gaming, playstation, ps, sony, video game, videogame
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Playstation = 0xf3df,
+
+ ///
+ /// Postgresql (postgresql)
+ /// Added in 7.2.0.
+ ///
+ Postgresql = 0xe858,
+
+ ///
+ /// Product Hunt (product-hunt)
+ /// Terms: app discovery, community, innovation, launch, new apps, ph, product hunt, products, startup, tech
+ /// Added in 4.5.0, updated in 5.0.0 and 7.0.0.
+ ///
+ ProductHunt = 0xf288,
+
+ ///
+ /// Pushed (pushed)
+ /// Terms: action, button, click, interaction, press, push, pushed
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Pushed = 0xf3e1,
+
+ ///
+ /// Python (python)
+ /// Terms: coding, development, programming, python, python brand, python language, python logo, python programming, scripting, software
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Python = 0xf3e2,
+
+ ///
+ /// Qq (qq)
+ /// Terms: chat, chinese messenger, communication, instant messaging, qq, social media, tencent
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Qq = 0xf1d6,
+
+ ///
+ /// Quinscape (quinscape)
+ /// Terms: quinscape, quinscape brand, quinscape company, quinscape icon, quinscape logo
+ /// Added in 5.0.5, updated in 5.7.0, 5.8.0 and 7.0.0.
+ ///
+ Quinscape = 0xf459,
+
+ ///
+ /// Quora (quora)
+ /// Terms: answers, community, discussion, forum, knowledge, q&a, questions, quora, social network
+ /// Added in 4.7.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Quora = 0xf2c4,
+
+ ///
+ /// R Project (r-project)
+ /// Terms: R, R language, R programming, R software, R-project, data analysis, data science, programming language, statistical computing
+ /// Added in 5.0.11, updated in 5.0.12 and 7.0.0.
+ ///
+ RProject = 0xf4f7,
+
+ ///
+ /// Raspberry Pi (raspberry-pi)
+ /// Terms: SBC, diy, electronics, maker, pi, raspberry pi, raspberry pi foundation, raspberry-pi, raspberrypi, single board computer
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ RaspberryPi = 0xf7bb,
+
+ ///
+ /// Ravelry (ravelry)
+ /// Terms: crafts, crochet, fiber arts, knitting, patterns, ravelry, yarn
+ /// Added in 4.7.0, updated in 5.0.0, 5.15.1 and 7.0.0.
+ ///
+ Ravelry = 0xf2d9,
+
+ ///
+ /// React (react)
+ /// Terms: component, facebook, framework, frontend, javascript, jsx, library, react, reactjs, ui, web app, web development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ React = 0xf41b,
+
+ ///
+ /// Reacteurope (reacteurope)
+ /// Terms: developer event, frontend, javascript, programming, react conference, react europe, reactjs, tech conference, web development
+ /// Added in 5.5.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Reacteurope = 0xf75d,
+
+ ///
+ /// Readme (readme)
+ /// Terms: documentation, guide, help, info, information, instructions, manual, readme, tutorial
+ /// Added in 5.0.10, updated in 5.0.9 and 7.0.0.
+ ///
+ Readme = 0xf4d5,
+
+ ///
+ /// Rebel (rebel)
+ /// Terms: alliance, fighter, freedom, insurgent, rebel, rebellion, resistance, sci-fi, star wars, symbol
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Rebel = 0xf1d0,
+
+ ///
+ /// Red River (red-river)
+ /// Terms: environment, nature, outdoors, red river, redriver, river, water
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ RedRiver = 0xf3e3,
+
+ ///
+ /// Reddit (reddit)
+ /// Terms: community, discussion, forum, karma, meme, online community, reddit, reddit logo, social media, social network, subreddit, upvote
+ /// Added in 4.1.0, updated in 5.0.0, 6.5.1 and 7.0.0.
+ ///
+ Reddit = 0xf1a1,
+
+ ///
+ /// Reddit Alien (reddit-alien)
+ /// Terms: alien, community, forum, mascot, reddit, snoo, social media, subreddit, upvote
+ /// Added in 4.5.0, updated in 5.0.0, 6.5.1 and 7.0.0.
+ ///
+ RedditAlien = 0xf281,
+
+ ///
+ /// Redhat (redhat)
+ /// Terms: enterprise linux, linux, open source, operating system, os, red hat, redhat, rhel, software
+ /// Added in 5.6.0, updated in 5.8.2 and 7.0.0.
+ ///
+ Redhat = 0xf7bc,
+
+ ///
+ /// Renren (renren)
+ /// Terms: chinese social media, renren, renren brand, renren network, social network, social platform
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Renren = 0xf18b,
+
+ ///
+ /// Replyd (replyd)
+ /// Terms: Replyd, brand, communication, messaging, replyd, social
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Replyd = 0xf3e6,
+
+ ///
+ /// Researchgate (researchgate)
+ /// Terms: RG, academic, collaboration, network, publications, research, researchers, researchgate, scholarly, scientists
+ /// Added in 5.0.11, updated in 7.0.0.
+ ///
+ Researchgate = 0xf4f8,
+
+ ///
+ /// Resolving (resolving)
+ /// Terms: brand, company, corporate, logo, resolving, resolving icon
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Resolving = 0xf3e7,
+
+ ///
+ /// Rev (rev)
+ /// Terms: audio, captions, dictation, rev, rev.com, speech to text, subtitles, transcription, transcription service, video
+ /// Added in 5.1.0, updated in 5.1.1, 5.8.0 and 7.0.0.
+ ///
+ Rev = 0xf5b2,
+
+ ///
+ /// Rocketchat (rocketchat)
+ /// Terms: chat, chat app, chat platform, chat service, collaboration, communication, messaging, rocket chat, rocketchat, team chat
+ /// Added in 5.0.0, updated in 5.15.0, 5.4.2, 5.8.0 and 7.0.0.
+ ///
+ Rocketchat = 0xf3e8,
+
+ ///
+ /// Rockrms (rockrms)
+ /// Terms: church administration, church management, church software, donation tracking, event management, membership management, nonprofit software, rock church, rock rms, rockrms
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Rockrms = 0xf3e9,
+
+ ///
+ /// Rust (rust)
+ /// Terms: coding, developer, fast, programming language, rust, rust language, rust programming, safe, software, systems programming
+ /// Added in 5.13.1, updated in 5.14.0 and 7.0.0.
+ ///
+ Rust = 0xe07a,
+
+ ///
+ /// Safari (safari)
+ /// Terms: apple, browser, internet, ios, mac, safari, web
+ /// Added in 4.4.0, updated in 5.0.0, 5.12.0 and 7.0.0.
+ ///
+ Safari = 0xf267,
+
+ ///
+ /// Salesforce (salesforce)
+ /// Terms: business, cloud, crm, customer relationship management, enterprise, marketing, saas, sales, sales force, salesforce
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ Salesforce = 0xf83b,
+
+ ///
+ /// Sass (sass)
+ /// Terms: css preprocessor, frontend, sass, sass brand, sass logo, sass-lang, style language, stylesheet, web development
+ /// Added in 5.0.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Sass = 0xf41e,
+
+ ///
+ /// Scaleway (scaleway)
+ /// Added in 7.2.0.
+ ///
+ Scaleway = 0xe859,
+
+ ///
+ /// Schlix (schlix)
+ /// Terms: blogging, cms, content management, schlix, schlix cms, website
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Schlix = 0xf3ea,
+
+ ///
+ /// Screenpal (screenpal)
+ /// Terms: Recording software, Screen capture tool, Screen recording, Screen sharing, Screen video, ScreenPal, Screencast, Screencastify, Video capture, Video tutorial
+ /// Added in 6.1.0, updated in 7.0.0.
+ ///
+ Screenpal = 0xe570,
+
+ ///
+ /// Scribd (scribd)
+ /// Terms: audiobooks, digital library, documents, ebooks, literature, online books, publishing, reading, scribd, subscription
+ /// Added in 4.5.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Scribd = 0xf28a,
+
+ ///
+ /// Searchengin (searchengin)
+ /// Terms: SEO, analytics, digital marketing, marketing, online marketing, search, search engine, searchengin, web search
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Searchengin = 0xf3eb,
+
+ ///
+ /// Sellcast (sellcast)
+ /// Terms: broadcast, media, sell cast, sellcast, streaming, video
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Sellcast = 0xf2da,
+
+ ///
+ /// Sellsy (sellsy)
+ /// Terms: CRM, SaaS, Sellsy, billing, business management, invoicing, sales, software
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Sellsy = 0xf213,
+
+ ///
+ /// Servicestack (servicestack)
+ /// Terms: .net, api framework, backend, cloud services, dotnet, microservices, service stack, servicestack, software development, web services
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Servicestack = 0xf3ec,
+
+ ///
+ /// Shirtsinbulk (shirtsinbulk)
+ /// Terms: apparel supplier, bulk apparel, bulk clothing, bulk orders, bulk t-shirts, clothing wholesale, shirts in bulk, shirtsinbulk, wholesale fashion, wholesale shirts
+ /// Added in 4.3.0, updated in 5.0.0, 5.7.0 and 7.0.0.
+ ///
+ Shirtsinbulk = 0xf214,
+
+ ///
+ /// Shoelace (shoelace)
+ /// Terms: boot, footwear, lace, shoelace, shoelaces, shoes, sneaker, string, tie
+ /// Added in 6.4.1, updated in 6.5.1 and 7.0.0.
+ ///
+ Shoelace = 0xe60c,
+
+ ///
+ /// Shopify (shopify)
+ /// Terms: ecommerce, marketplace, online shop, online store, retail, sales, shopify, shopping
+ /// Added in 5.12.1, updated in 5.14.0 and 7.0.0.
+ ///
+ Shopify = 0xe057,
+
+ ///
+ /// Shopware (shopware)
+ /// Terms: e-commerce, ecommerce software, online shop, online store, retail software, shopping platform, shopware, webshop
+ /// Added in 5.1.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Shopware = 0xf5b5,
+
+ ///
+ /// Signal Messenger (signal-messenger)
+ /// Terms: app, calls, chat, communication, encrypted, messaging, messenger, private, secure, signal, text
+ /// Added in 6.5.0, updated in 6.5.1, 6.7.2 and 7.0.0.
+ ///
+ SignalMessenger = 0xe663,
+
+ ///
+ /// Simplybuilt (simplybuilt)
+ /// Terms: building company, construction, home builder, housing, real estate, simply built, simplybuilt
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Simplybuilt = 0xf215,
+
+ ///
+ /// Sistrix (sistrix)
+ /// Terms: analytics, digital marketing, marketing, search engine optimization, seo, seo software, seo tool, sistrix, website analysis
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Sistrix = 0xf3ee,
+
+ ///
+ /// Sith (sith)
+ /// Terms: dark lord, dark side, darth, force user, sith, star wars, star wars villain, starwars, villain
+ /// Added in 5.0.12, updated in 7.0.0.
+ ///
+ Sith = 0xf512,
+
+ ///
+ /// Sitrox (sitrox)
+ /// Terms: Sitrox, Sitrox brand, Sitrox company, Sitrox logo, Sitrox technology, sitrox
+ /// Added in 6.0.0-beta2, updated in 7.0.0.
+ ///
+ Sitrox = 0xe44a,
+
+ ///
+ /// Sketch (sketch)
+ /// Terms: app, design, illustration, mac, macos, prototyping, sketch, software, ui, ux, vector
+ /// Added in 5.6.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Sketch = 0xf7c6,
+
+ ///
+ /// Skyatlas (skyatlas)
+ /// Terms: astronomy, atlas, celestial, constellation, map, navigation, sky atlas, skyatlas, space, star chart
+ /// Added in 4.3.0, updated in 5.0.0, 5.0.3 and 7.0.0.
+ ///
+ Skyatlas = 0xf216,
+
+ ///
+ /// Skype (skype)
+ /// Terms: calling, chat, communication, conference, messaging, microsoft, online meeting, skype, video call, voip
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Skype = 0xf17e,
+
+ ///
+ /// Slack (slack)
+ /// Terms: chat, collaboration, communication, hashtag, messaging, slack, team, workspace
+ /// Added in 4.1.0, updated in 5.0.0, 5.7.0 and 7.0.0.
+ ///
+ Slack = 0xf198,
+
+ ///
+ /// Slideshare (slideshare)
+ /// Terms: content sharing, document sharing, presentation, professional presentations, slide deck, slide hosting, slide share, slideshare, slideshow
+ /// Added in 4.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Slideshare = 0xf1e7,
+
+ ///
+ /// Snapchat (snapchat)
+ /// Terms: app, chat, filters, ghost, messaging, snap, snapchat, snaps, social media, stories
+ /// Added in 4.6.0, updated in 5.0.0, 6.0.0-beta1 and 7.0.0.
+ ///
+ Snapchat = 0xf2ab,
+
+ ///
+ /// Solana (solana)
+ /// Added in 7.2.0.
+ ///
+ Solana = 0xe85e,
+
+ ///
+ /// Soundcloud (soundcloud)
+ /// Terms: audio, music, online music, platform, podcast, social audio, songs, soundcloud, streaming, tracks
+ /// Added in 4.1.0, updated in 5.0.0, 6.6.0 and 7.0.0.
+ ///
+ Soundcloud = 0xf1be,
+
+ ///
+ /// Sourcetree (sourcetree)
+ /// Terms: atlassian, code management, git, git client, repository, scm, software development, source code, sourcetree, version control
+ /// Added in 5.6.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Sourcetree = 0xf7d3,
+
+ ///
+ /// Space Awesome (space-awesome)
+ /// Terms: adventure, astronautics, exploration, launch, rocket, shuttle, space, spaceship
+ /// Added in 6.1.2, updated in 7.0.0.
+ ///
+ SpaceAwesome = 0xe5ac,
+
+ ///
+ /// Speakap (speakap)
+ /// Terms: corporate social network, employee app, internal communication, speakap, team collaboration, workplace chat
+ /// Added in 5.0.0, updated in 5.4.0, 5.8.0 and 7.0.0.
+ ///
+ Speakap = 0xf3f3,
+
+ ///
+ /// Speaker Deck (speaker-deck)
+ /// Terms: conferences, presentations, presentations platform, sharing, slide deck, slides, speakerdeck, talks
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ SpeakerDeck = 0xf83c,
+
+ ///
+ /// Spotify (spotify)
+ /// Terms: album, artist, audio, music, playlist, podcast, songs, sound, spotify, streaming
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Spotify = 0xf1bc,
+
+ ///
+ /// Square Behance (square-behance)
+ /// Terms: adobe behance, art, behance, creative, design, portfolio, projects, showcase
+ /// Added in 4.1.0, updated in 5.0.0, 5.0.3, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareBehance = 0xf1b5,
+
+ ///
+ /// Square Bluesky (square-bluesky)
+ /// Terms: app, bluesky, decentralized, platform, social media, social network
+ /// Added in 6.7.1, updated in 7.0.0.
+ ///
+ SquareBluesky = 0xe6a3,
+
+ ///
+ /// Square Deskpro (square-deskpro)
+ /// Added in 7.2.0.
+ ///
+ SquareDeskpro = 0xe844,
+
+ ///
+ /// Square Dribbble (square-dribbble)
+ /// Terms: art, branding, community, creative, design, designer, dribbble, dribble, portfolio, social
+ /// Added in 5.0.0, updated in 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareDribbble = 0xf397,
+
+ ///
+ /// Square Facebook (square-facebook)
+ /// Terms: facebook, facebook app, facebook logo, fb, fb icon, social media, social network, social platform
+ /// Added in 1.0.0, updated in 5.0.0, 5.8.2, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareFacebook = 0xf082,
+
+ ///
+ /// Square Figma (square-figma)
+ /// Terms: app, collaboration, design, figma, interface, prototyping, software, ui, ux, vector
+ /// Added in 7.0.0.
+ ///
+ SquareFigma = 0xe7e4,
+
+ ///
+ /// Square Font Awesome (square-font-awesome)
+ /// Terms: brand, fa, font awesome, fontawesome, icon set, logo
+ /// Added in 5.0.0, updated in 5.0.1, 6.0.0-beta1, 6.1.2, 6.5.2 and 7.0.0.
+ ///
+ SquareFontAwesome = 0xe5ad,
+
+ ///
+ /// Square Font Awesome Stroke (square-font-awesome-stroke)
+ /// Terms: brand, fa, font-awesome, icon, logo, square, typeface
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.5.2 and 7.0.0.
+ ///
+ SquareFontAwesomeStroke = 0xf35c,
+
+ ///
+ /// Square Git (square-git)
+ /// Terms: code, development, git, git square, repository, software, source control, version control
+ /// Added in 4.1.0, updated in 5.0.0, 5.8.2, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareGit = 0xf1d2,
+
+ ///
+ /// Square Github (square-github)
+ /// Terms: code, development, git, github, octocat, programming, repository, software, version control
+ /// Added in 1.0.0, updated in 5.0.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareGithub = 0xf092,
+
+ ///
+ /// Square Gitlab (square-gitlab)
+ /// Terms: ci, code, collaboration, continuous integration, devops, git, gitlab, repository, software, version control
+ /// Added in 6.1.2, updated in 6.5.0 and 7.0.0.
+ ///
+ SquareGitlab = 0xe5ae,
+
+ ///
+ /// Square Google Plus (square-google-plus)
+ /// Terms: google plus, google social, google+, gplus, social media, social network
+ /// Added in 2.0.0, updated in 5.0.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareGooglePlus = 0xf0d4,
+
+ ///
+ /// Square Hacker News (square-hacker-news)
+ /// Terms: community, developer, hacker news, hn, news, programming, social, startup, tech, technology
+ /// Added in 5.0.0, updated in 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareHackerNews = 0xf3af,
+
+ ///
+ /// Square Instagram (square-instagram)
+ /// Terms: app, brand, camera, insta, instagram, photo, social media
+ /// Added in 5.12.1, updated in 5.14.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareInstagram = 0xe055,
+
+ ///
+ /// Square Js (square-js)
+ /// Terms: api, developer, ecommerce, fintech, javascript, js, payments, programming, sdk, square
+ /// Added in 5.0.0, updated in 5.0.3, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareJs = 0xf3b9,
+
+ ///
+ /// Square Lastfm (square-lastfm)
+ /// Terms: audio, brand, last.fm, lastfm, media, music, social, streaming
+ /// Added in 4.2.0, updated in 5.0.0, 5.0.11, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareLastfm = 0xf203,
+
+ ///
+ /// Square Letterboxd (square-letterboxd)
+ /// Terms: cinema, film, letterboxd, movie, movies, rating, reviews, social, streaming, watchlist
+ /// Added in 6.5.0, updated in 7.0.0.
+ ///
+ SquareLetterboxd = 0xe62e,
+
+ ///
+ /// Square Linkedin (square-linkedin)
+ /// Terms: business, linkedin, linkedin-logo, linkedin-square, network, professional network, social, social media
+ /// Added in 7.0.0.
+ ///
+ SquareLinkedin = 0xe7d0,
+
+ ///
+ /// Square Odnoklassniki (square-odnoklassniki)
+ /// Terms: odnoklassniki, odnoklassniki.ru, ok, russian internet, russian social network, social media, social network
+ /// Added in 4.4.0, updated in 5.0.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareOdnoklassniki = 0xf264,
+
+ ///
+ /// Square Pied Piper (square-pied-piper)
+ /// Terms: brand, pied piper, piedpiper, piper, software, startup, tech
+ /// Added in 5.12.0, updated in 5.14.0, 6.1.2 and 7.0.0.
+ ///
+ SquarePiedPiper = 0xe01e,
+
+ ///
+ /// Square Pinterest (square-pinterest)
+ /// Terms: board, ideas, image sharing, inspiration, pin, pinterest, social media
+ /// Added in 2.0.0, updated in 5.0.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquarePinterest = 0xf0d3,
+
+ ///
+ /// Square Reddit (square-reddit)
+ /// Terms: community, discussion, forum, reddit, reddit logo, rslash, social media, subreddit, upvote
+ /// Added in 4.1.0, updated in 5.0.0, 6.1.2, 6.5.0, 6.5.1 and 7.0.0.
+ ///
+ SquareReddit = 0xf1a2,
+
+ ///
+ /// Square Snapchat (square-snapchat)
+ /// Terms: app, chat, filter, ghost, messaging, snap, snapchat, snapcode, social, stories
+ /// Added in 4.6.0, updated in 5.0.0, 6.0.0-beta1, 6.1.2 and 7.0.0.
+ ///
+ SquareSnapchat = 0xf2ad,
+
+ ///
+ /// Square Steam (square-steam)
+ /// Terms: digital, distribution, games, gaming, online, pc, platform, steam, store, valve, video games
+ /// Added in 4.1.0, updated in 5.0.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareSteam = 0xf1b7,
+
+ ///
+ /// Square Threads (square-threads)
+ /// Terms: meta, microblogging, online community, social media, social network, square threads, threads
+ /// Added in 6.4.1, updated in 6.4.2 and 7.0.0.
+ ///
+ SquareThreads = 0xe619,
+
+ ///
+ /// Square Tumblr (square-tumblr)
+ /// Terms: blog, blogging, microblog, platform, post, social, tmb, tumblr
+ /// Added in 3.2.0, updated in 5.0.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareTumblr = 0xf174,
+
+ ///
+ /// Square Twitter (square-twitter)
+ /// Terms: bird, message, microblogging, post, social media, social network, tweet, tweetbird, twitter
+ /// Added in 1.0.0, updated in 5.0.0, 6.1.2, 6.4.2 and 7.0.0.
+ ///
+ SquareTwitter = 0xf081,
+
+ ///
+ /// Square Upwork (square-upwork)
+ /// Terms: contract, freelance, freelancer, gig economy, jobs, marketplace, online work, remote work, upwork, work platform
+ /// Added in 6.5.2, updated in 7.0.0.
+ ///
+ SquareUpwork = 0xe67c,
+
+ ///
+ /// Square Viadeo (square-viadeo)
+ /// Terms: brand, business, networking, professional network, social network, viadeo
+ /// Added in 4.6.0, updated in 5.0.0, 5.7.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareViadeo = 0xf2aa,
+
+ ///
+ /// Square Vimeo (square-vimeo)
+ /// Terms: brand, media, social, streaming, video, vimeo
+ /// Added in 4.0.0, updated in 5.0.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareVimeo = 0xf194,
+
+ ///
+ /// Square Web Awesome (square-web-awesome)
+ /// Terms: UI, awesome, coding, components, crown, front-end, programming, user interface, web, web development
+ /// Added in 6.5.2, updated in 7.0.0.
+ ///
+ SquareWebAwesome = 0xe683,
+
+ ///
+ /// Square Web Awesome Stroke (square-web-awesome-stroke)
+ /// Terms: awesome, coding, components, crown, design, developer, programming, software, web
+ /// Added in 6.5.2, updated in 7.0.0.
+ ///
+ SquareWebAwesomeStroke = 0xe684,
+
+ ///
+ /// Square Whatsapp (square-whatsapp)
+ /// Terms: chat, communication, instant messaging, message, messaging, mobile app, social, whatsapp, whatsapp logo
+ /// Added in 5.0.0, updated in 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareWhatsapp = 0xf40c,
+
+ ///
+ /// Square X Twitter (square-x-twitter)
+ /// Terms: elon musk, microblogging, social media, social network, tweet, twitter, x, x app
+ /// Added in 6.4.2, updated in 7.0.0.
+ ///
+ SquareXTwitter = 0xe61a,
+
+ ///
+ /// Square Xing (square-xing)
+ /// Terms: business networking, careers, jobs, networking site, professional network, social network, xing, xing brand, xing logo
+ /// Added in 3.2.0, updated in 5.0.0, 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareXing = 0xf169,
+
+ ///
+ /// Square Youtube (square-youtube)
+ /// Terms: brand, media, play, social, square, streaming, video, youtube
+ /// Added in 5.0.3, updated in 6.1.2, 6.5.0 and 7.0.0.
+ ///
+ SquareYoutube = 0xf431,
+
+ ///
+ /// Squarespace (squarespace)
+ /// Terms: blogging, cms, content management, ecommerce, online store, sqsp, squarespace, web design, website builder, website hosting, website platform
+ /// Added in 5.1.0, updated in 7.0.0.
+ ///
+ Squarespace = 0xf5be,
+
+ ///
+ /// Stack Exchange (stack-exchange)
+ /// Terms: Q&A, answers, community, developer, forum, knowledge sharing, programming, questions, stack exchange, stackexchange
+ /// Added in 4.0.0, updated in 5.0.0, 5.0.3 and 7.0.0.
+ ///
+ StackExchange = 0xf18d,
+
+ ///
+ /// Stack Overflow (stack-overflow)
+ /// Terms: Q&A, answers, coding, community, developer, forum, programming, questions, stack overflow, stackoverflow, tech
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ StackOverflow = 0xf16c,
+
+ ///
+ /// Stackpath (stackpath)
+ /// Terms: cdn, cloud security, cloud services, content delivery network, cybersecurity, edge computing, internet security, network services, stackpath, web performance
+ /// Added in 5.8.2, updated in 7.0.0.
+ ///
+ Stackpath = 0xf842,
+
+ ///
+ /// Staylinked (staylinked)
+ /// Terms: barcode scanning, enterprise mobility, linkin, mobile computing, staylinked, warehouse software
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Staylinked = 0xf3f5,
+
+ ///
+ /// Steam (steam)
+ /// Terms: digital distribution, game launcher, games, gaming, online store, pc games, platform, steam, valve, video games
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Steam = 0xf1b6,
+
+ ///
+ /// Steam Symbol (steam-symbol)
+ /// Terms: PC games, digital distribution, game launcher, game store, gaming, online gaming, platform, steam, valve, video games
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ SteamSymbol = 0xf3f6,
+
+ ///
+ /// Sticker Mule (sticker-mule)
+ /// Terms: Sticker Mule, branded stickers, custom labels, custom stickers, decal, label printing, printing service, promotional stickers, stickers
+ /// Added in 5.0.0, updated in 5.7.0 and 7.0.0.
+ ///
+ StickerMule = 0xf3f7,
+
+ ///
+ /// Strava (strava)
+ /// Terms: cycling, exercise, fitness, gps, running, sports, strava, tracking, training, workout
+ /// Added in 5.0.0, updated in 5.0.1, 5.7.0, 5.8.0 and 7.0.0.
+ ///
+ Strava = 0xf428,
+
+ ///
+ /// Stripe (stripe)
+ /// Terms: billing, credit card, ecommerce, fintech, gateway, merchant, online payment, payment, payments, stripe, subscription
+ /// Added in 5.0.0, updated in 5.0.3 and 7.0.0.
+ ///
+ Stripe = 0xf429,
+
+ ///
+ /// Stripe S (stripe-s)
+ /// Terms: billing, credit card, ecommerce, financial, fintech, online payments, payment, payments, stripe, subscription
+ /// Added in 5.0.1, updated in 5.8.0 and 7.0.0.
+ ///
+ StripeS = 0xf42a,
+
+ ///
+ /// Stubber (stubber)
+ /// Terms: admission, coupon, event ticket, receipt, stub, stub ticket, stubber, ticket, voucher
+ /// Added in 6.2.1, updated in 6.3.0 and 7.0.0.
+ ///
+ Stubber = 0xe5c7,
+
+ ///
+ /// Studiovinari (studiovinari)
+ /// Terms: brand, company, logo, studio vinari, studiovinari, vinari
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Studiovinari = 0xf3f8,
+
+ ///
+ /// Stumbleupon (stumbleupon)
+ /// Terms: bookmarking, content, discovery, internet, network, sharing, social, stumble, stumbleupon, web
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Stumbleupon = 0xf1a4,
+
+ ///
+ /// Stumbleupon Circle (stumbleupon-circle)
+ /// Terms: bookmark, discovery, network, sharing, social, stumble, stumbleupon, su
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ StumbleuponCircle = 0xf1a3,
+
+ ///
+ /// Superpowers (superpowers)
+ /// Terms: abilities, comic, fantasy, hero, powers, special abilities, strength, superhero, superhuman, superpowers
+ /// Added in 4.7.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Superpowers = 0xf2dd,
+
+ ///
+ /// Supple (supple)
+ /// Terms: Supple, Supple brand, Supple company, Supple logo, supple
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Supple = 0xf3f9,
+
+ ///
+ /// Supportnow (supportnow)
+ /// Terms: customer support, helpdesk, online support, support brand, support now, support platform, support service, supportnow, tech support
+ /// Added in 7.1.0.
+ ///
+ Supportnow = 0xe833,
+
+ ///
+ /// Suse (suse)
+ /// Terms: enterprise linux, linux, linux distribution, open source, operating system, os, sle, suse, suse linux
+ /// Added in 5.6.0, updated in 5.8.0, 6.5.0 and 7.0.0.
+ ///
+ Suse = 0xf7d6,
+
+ ///
+ /// Svelte (svelte)
+ /// Added in 7.2.0.
+ ///
+ Svelte = 0xe868,
+
+ ///
+ /// Swift (swift)
+ /// Terms: app development, apple swift, code, developer, ios, macos, programming language, software, swift, swift programming
+ /// Added in 5.11.0, updated in 7.0.0.
+ ///
+ Swift = 0xf8e1,
+
+ ///
+ /// Symfony (symfony)
+ /// Terms: backend, mvc, open source, php, php framework, php library, symfony, symfony framework, web development
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ Symfony = 0xf83d,
+
+ ///
+ /// Symfonycasts (symfonycasts)
+ /// Added in 7.2.0.
+ ///
+ Symfonycasts = 0xe8ab,
+
+ ///
+ /// Tailwind Css (tailwind-css)
+ /// Added in 7.2.0.
+ ///
+ TailwindCss = 0xe866,
+
+ ///
+ /// Teamspeak (teamspeak)
+ /// Terms: VoIP, chat app, communication, gaming voice, online gaming, teamspeak, ts, voice chat
+ /// Added in 5.0.11, updated in 5.1.0, 5.8.0, 6.4.0 and 7.0.0.
+ ///
+ Teamspeak = 0xf4f9,
+
+ ///
+ /// Telegram (telegram)
+ /// Terms: app, chat, communication, instant messaging, messaging, messenger app, mobile app, social media, telegram, telegram messenger
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1 and 7.0.0.
+ ///
+ Telegram = 0xf2c6,
+
+ ///
+ /// Tencent Weibo (tencent-weibo)
+ /// Terms: chinese social media, messaging, microblog, platform, social, tencent, weibo
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ TencentWeibo = 0xf1d5,
+
+ ///
+ /// Tex (tex)
+ /// Terms: document, formula, latex, markup, math, scientific, tex, typesetting
+ /// Added in 7.0.0.
+ ///
+ Tex = 0xe7ff,
+
+ ///
+ /// The Red Yeti (the-red-yeti)
+ /// Terms: brand, content creator, esports, gaming, red yeti, streamer, the red, the red yeti, yeti
+ /// Added in 5.3.0, updated in 5.7.0, 5.8.0 and 7.0.0.
+ ///
+ TheRedYeti = 0xf69d,
+
+ ///
+ /// Themeco (themeco)
+ /// Terms: brand, builder, creative, digital products, page builder, templates, theme, themeco, themes, web design, website, wordpress
+ /// Added in 5.1.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Themeco = 0xf5c6,
+
+ ///
+ /// Themeisle (themeisle)
+ /// Terms: theme isle, themeisle, website templates, website themes, wordpress, wordpress plugins, wordpress themes
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Themeisle = 0xf2b2,
+
+ ///
+ /// Think Peaks (think-peaks)
+ /// Terms: analytics, business intelligence, charts, data, graphs, peaks, think peaks, thinkpeaks, visualization
+ /// Added in 5.4.2, updated in 5.8.0 and 7.0.0.
+ ///
+ ThinkPeaks = 0xf731,
+
+ ///
+ /// Threads (threads)
+ /// Terms: chat, communication, conversation, messaging, meta, social media, social network, threads
+ /// Added in 6.4.1, updated in 6.4.2 and 7.0.0.
+ ///
+ Threads = 0xe618,
+
+ ///
+ /// Threema (threema)
+ /// Added in 7.2.0.
+ ///
+ Threema = 0xe85f,
+
+ ///
+ /// Tidal (tidal)
+ /// Terms: album, artist, audio, hi-fi, music, playlist, songs, streaming, tidal
+ /// Added in 7.0.0.
+ ///
+ Tidal = 0xe7dc,
+
+ ///
+ /// Tiktok (tiktok)
+ /// Terms: app, dance, lip sync, music, short video, social media, tik tok, tiktok, trends, video, viral
+ /// Added in 5.13.1, updated in 5.14.0 and 7.0.0.
+ ///
+ Tiktok = 0xe07b,
+
+ ///
+ /// Tor Browser (tor-browser)
+ /// Terms: anonymity, anonymous browsing, censorship circumvention, dark web, internet privacy, onion, privacy, secure browsing, tor, tor browser
+ /// Added in 7.1.0.
+ ///
+ TorBrowser = 0xe838,
+
+ ///
+ /// Trade Federation (trade-federation)
+ /// Terms: clone wars, federation, galactic, sci-fi, separatists, space, star wars, star wars logo, starship, trade federation
+ /// Added in 5.0.12, updated in 7.0.0.
+ ///
+ TradeFederation = 0xf513,
+
+ ///
+ /// Trello (trello)
+ /// Terms: atlassian, boards, collaboration, kanban, productivity, project management, task management, trello, workflow
+ /// Added in 3.2.0, updated in 5.0.0, 5.6.0 and 7.0.0.
+ ///
+ Trello = 0xf181,
+
+ ///
+ /// Tumblr (tumblr)
+ /// Terms: blogging, microblogging, social media, social network, tmb, tumblr, tumblr logo
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Tumblr = 0xf173,
+
+ ///
+ /// Twitch (twitch)
+ /// Terms: broadcast, chat, esports, gaming, live, platform, streamer, streaming, twitch, twitch.tv, video game
+ /// Added in 4.2.0, updated in 5.0.0, 5.12.0 and 7.0.0.
+ ///
+ Twitch = 0xf1e8,
+
+ ///
+ /// Twitter (twitter)
+ /// Terms: bird, microblogging, social media, social network, tweet, tweets, twitter, x platform
+ /// Added in 2.0.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Twitter = 0xf099,
+
+ ///
+ /// Typescript (typescript)
+ /// Added in 7.2.0.
+ ///
+ Typescript = 0xe840,
+
+ ///
+ /// Typo3 (typo3)
+ /// Terms: cms, content management, content management system, open source, php, typo, typo3, web development
+ /// Added in 5.0.1, updated in 5.8.0 and 7.0.0.
+ ///
+ Typo3 = 0xf42b,
+
+ ///
+ /// Uber (uber)
+ /// Terms: Uber, app, car service, driver, mobility, ride, rideshare, taxi, transportation, travel
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Uber = 0xf402,
+
+ ///
+ /// Ubuntu (ubuntu)
+ /// Terms: canonical, distro, linux, linux distribution, open source, operating system, os, ubuntu
+ /// Added in 5.6.0, updated in 6.5.0 and 7.0.0.
+ ///
+ Ubuntu = 0xf7df,
+
+ ///
+ /// Uikit (uikit)
+ /// Terms: components, design system, framework, frontend, toolkit, ui kit, uikit, user interface, web development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Uikit = 0xf403,
+
+ ///
+ /// Ultralytics (ultralytics)
+ /// Added in 7.2.0.
+ ///
+ Ultralytics = 0xe86d,
+
+ ///
+ /// Ultralytics Hub (ultralytics-hub)
+ /// Added in 7.2.0.
+ ///
+ UltralyticsHub = 0xe86e,
+
+ ///
+ /// Ultralytics Yolo (ultralytics-yolo)
+ /// Added in 7.2.0.
+ ///
+ UltralyticsYolo = 0xe86f,
+
+ ///
+ /// Umbraco (umbraco)
+ /// Terms: .net, cms, content management, dotnet, open source, platform, umbraco, web development, website
+ /// Added in 5.11.0, updated in 7.0.0.
+ ///
+ Umbraco = 0xf8e8,
+
+ ///
+ /// Uncharted (uncharted)
+ /// Terms: action game, adventure game, naughty dog, playstation, ps4, ps5, treasure hunt, uncharted, uncharted game, uncharted series
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ Uncharted = 0xe084,
+
+ ///
+ /// Uniregistry (uniregistry)
+ /// Terms: domain marketplace, domain name, domain registrar, domain registration, uniregistry, web domains
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Uniregistry = 0xf404,
+
+ ///
+ /// Unison (unison)
+ /// Added in 7.2.0.
+ ///
+ Unison = 0xe854,
+
+ ///
+ /// Unity (unity)
+ /// Terms: 3d, cross-platform, developer, game development, game engine, gaming, interactive, real-time, unity, unity3d
+ /// Added in 5.12.0, updated in 5.14.0, 6.0.0-beta3 and 7.0.0.
+ ///
+ Unity = 0xe049,
+
+ ///
+ /// Unreal Engine (unreal-engine)
+ /// Added in 7.2.0.
+ ///
+ UnrealEngine = 0xe85c,
+
+ ///
+ /// Unsplash (unsplash)
+ /// Terms: free images, images, photo platform, photo sharing, photography, photos, pictures, stock photos, unsplash
+ /// Added in 5.13.1, updated in 5.14.0 and 7.0.0.
+ ///
+ Unsplash = 0xe07c,
+
+ ///
+ /// Untappd (untappd)
+ /// Terms: app, beer, beer lover, brewery, check-in, craft beer, drinks, rating, social, untappd
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Untappd = 0xf405,
+
+ ///
+ /// Ups (ups)
+ /// Terms: UPS, United Parcel Service, courier, delivery, freight, logistics, package, parcel, shipping
+ /// Added in 5.6.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Ups = 0xf7e0,
+
+ ///
+ /// Upwork (upwork)
+ /// Terms: contract work, freelance, freelancer, freelancing platform, gig economy, online jobs, remote work, upwork, work marketplace
+ /// Added in 6.5.0, updated in 6.5.2 and 7.0.0.
+ ///
+ Upwork = 0xe641,
+
+ ///
+ /// Usb (usb)
+ /// Terms: connector, data transfer, external drive, flash drive, memory stick, port, storage, thumb drive, universal serial bus, usb
+ /// Added in 4.5.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Usb = 0xf287,
+
+ ///
+ /// Usps (usps)
+ /// Terms: American, USA, USPS, United States Postal Service, delivery, mail, package, postal, shipping
+ /// Added in 5.6.0, updated in 5.8.0 and 7.0.0.
+ ///
+ Usps = 0xf7e1,
+
+ ///
+ /// Ussunnah (ussunnah)
+ /// Terms: brand, islamic, muslim, sunnah, us sunnah, ussunnah
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Ussunnah = 0xf407,
+
+ ///
+ /// Vaadin (vaadin)
+ /// Terms: frontend framework, java web framework, open source, ui toolkit, vaadin, vaadin framework, web components
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Vaadin = 0xf408,
+
+ ///
+ /// Venmo (venmo)
+ /// Added in 7.2.0.
+ ///
+ Venmo = 0xe85a,
+
+ ///
+ /// Venmo V (venmo-v)
+ /// Added in 7.2.0.
+ ///
+ VenmoV = 0xe85b,
+
+ ///
+ /// Viacoin (viacoin)
+ /// Terms: altcoin, blockchain, crypto, cryptocurrency, digital currency, viacoin, vtc
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Viacoin = 0xf237,
+
+ ///
+ /// Viadeo (viadeo)
+ /// Terms: business networking, career, jobs, professional network, professional profile, social network, viadeo
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Viadeo = 0xf2a9,
+
+ ///
+ /// Viber (viber)
+ /// Terms: calls, chat, communication, instant message, messaging, mobile app, text, viber, viber messenger, voip
+ /// Added in 5.0.0, updated in 5.0.3 and 7.0.0.
+ ///
+ Viber = 0xf409,
+
+ ///
+ /// Vim (vim)
+ /// Added in 7.2.0.
+ ///
+ Vim = 0xe88a,
+
+ ///
+ /// Vimeo (vimeo)
+ /// Terms: film, media, movies, online video, streaming, video, video platform, videos, vimeo
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Vimeo = 0xf40a,
+
+ ///
+ /// Vimeo V (vimeo-v)
+ /// Terms: platform, social media, streaming, video, vimeo, vimeo logo
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ VimeoV = 0xf27d,
+
+ ///
+ /// Vine (vine)
+ /// Terms: app, brand, looping video, platform, short video, six seconds, social media, video, vine, vineapp
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Vine = 0xf1ca,
+
+ ///
+ /// Vk (vk)
+ /// Terms: chat, community, messaging, network, russian, social, social media, vk, vkontakte
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta3 and 7.0.0.
+ ///
+ Vk = 0xf189,
+
+ ///
+ /// Vnv (vnv)
+ /// Terms: vnv, vnv brand, vnv logo, vnv network
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Vnv = 0xf40b,
+
+ ///
+ /// Vsco (vsco)
+ /// Terms: image editing, photo editor, photo filter, photo sharing, photography, social media, vsco, vsco app
+ /// Added in 7.0.0.
+ ///
+ Vsco = 0xe7dd,
+
+ ///
+ /// Vuejs (vuejs)
+ /// Terms: MVVM, SPA, UI, framework, frontend, javascript, js, progressive framework, vue, vue.js, web development
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Vuejs = 0xf41f,
+
+ ///
+ /// W3c (w3c)
+ /// Terms: internet standards, w3c, web accessibility, web design, web development, web standards, web technologies, world wide web consortium
+ /// Added in 7.0.0.
+ ///
+ W3c = 0xe7de,
+
+ ///
+ /// Watchman Monitoring (watchman-monitoring)
+ /// Terms: IT monitoring, brand, monitoring, network monitoring, server monitoring, system monitoring, watchman, watchman monitoring
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ WatchmanMonitoring = 0xe087,
+
+ ///
+ /// Waze (waze)
+ /// Terms: commute, directions, driving, gps, maps, navigation, route, traffic, travel, waze
+ /// Added in 5.8.0, updated in 7.0.0.
+ ///
+ Waze = 0xf83f,
+
+ ///
+ /// Web Awesome (web-awesome)
+ /// Styles: solid, brands
+ /// Terms: award, awesome, badge, coding, components, crown, developer, frontend, programming, web
+ /// Added in 6.5.2, updated in 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WebAwesome = 0xe682,
+
+ ///
+ /// Webflow (webflow)
+ /// Terms: no-code, web design, web development, web platform, webflow, webflow logo, website builder
+ /// Added in 6.5.0, updated in 6.5.1 and 7.0.0.
+ ///
+ Webflow = 0xe65c,
+
+ ///
+ /// Weebly (weebly)
+ /// Terms: drag and drop, ecommerce, online store, site builder, small business, web design, web hosting, website builder, website platform, weebly
+ /// Added in 5.1.0, updated in 7.0.0.
+ ///
+ Weebly = 0xf5cc,
+
+ ///
+ /// Weibo (weibo)
+ /// Terms: chinese social media, microblog, sina weibo, social media, social network, weibo, weibo logo
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Weibo = 0xf18a,
+
+ ///
+ /// Weixin (weixin)
+ /// Terms: chat, chinese messenger, instant messaging, messaging, mobile app, social media, wechat, weixin, weixin app
+ /// Added in 4.1.0, updated in 5.0.0, 5.0.3 and 7.0.0.
+ ///
+ Weixin = 0xf1d7,
+
+ ///
+ /// Whatsapp (whatsapp)
+ /// Terms: call, chat, communication, instant message, messaging, mobile chat, social media, text, video call, voice call, whatsapp, whatsapp messenger
+ /// Added in 4.3.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Whatsapp = 0xf232,
+
+ ///
+ /// Whmcs (whmcs)
+ /// Terms: automation, billing, client management, hosting automation, hosting control panel, web hosting, web services, whmcs
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Whmcs = 0xf40d,
+
+ ///
+ /// Wikipedia W (wikipedia-w)
+ /// Terms: encyclopedia, information, knowledge, online encyclopedia, reference, wiki, wiki logo, wikipedia
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ WikipediaW = 0xf266,
+
+ ///
+ /// Windows (windows)
+ /// Terms: desktop, laptop, microsoft, microsoft windows, operating system, os, pc, software, windows
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Windows = 0xf17a,
+
+ ///
+ /// Wirsindhandwerk (wirsindhandwerk)
+ /// Terms: artisan, craftsman, german craftsmanship, handwerk, skilled worker, trade, wir sind handwerk
+ /// Added in 6.0.0-beta1, updated in 7.0.0.
+ ///
+ Wirsindhandwerk = 0xe2d0,
+
+ ///
+ /// Wix (wix)
+ /// Terms: online platform, site builder, web design, web hosting, website builder, website platform, wix, wix.com
+ /// Added in 5.1.0, updated in 7.0.0.
+ ///
+ Wix = 0xf5cf,
+
+ ///
+ /// Wizards Of The Coast (wizards-of-the-coast)
+ /// Terms: Dungeons & Dragons, Wizards of the Coast, collectible card game, d&d, dnd, fantasy, gaming, magic the gathering, mtg, role-playing game, rpg, tabletop
+ /// Added in 5.4.0, updated in 7.0.0.
+ ///
+ WizardsOfTheCoast = 0xf730,
+
+ ///
+ /// Wodu (wodu)
+ /// Terms: Wodu, Wodu app, Wodu brand, Wodu logo, Wodu platform, Wodu service
+ /// Added in 5.15.0, updated in 7.0.0.
+ ///
+ Wodu = 0xe088,
+
+ ///
+ /// Wolf Pack Battalion (wolf-pack-battalion)
+ /// Terms: battalion, group, military unit, pack, squad, tactical, team, unit, wolf, wolf pack
+ /// Added in 5.0.12, updated in 5.8.0 and 7.0.0.
+ ///
+ WolfPackBattalion = 0xf514,
+
+ ///
+ /// Wordpress (wordpress)
+ /// Terms: blog, blogging platform, cms, content management, open source, php, publishing, website, wordpress, wp
+ /// Added in 4.1.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Wordpress = 0xf19a,
+
+ ///
+ /// Wordpress Simple (wordpress-simple)
+ /// Terms: blog, cms, content management, platform, publishing, website, wordpress, wp
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ WordpressSimple = 0xf411,
+
+ ///
+ /// Wpbeginner (wpbeginner)
+ /// Terms: wordpress beginner, wordpress guide, wordpress help, wordpress learning, wordpress tips, wordpress tutorial, wpbeginner
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Wpbeginner = 0xf297,
+
+ ///
+ /// Wpexplorer (wpexplorer)
+ /// Terms: blog, tech blog, tutorials, web development, website, wordpress, wp explorer, wpexplorer
+ /// Added in 4.7.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Wpexplorer = 0xf2de,
+
+ ///
+ /// Wpforms (wpforms)
+ /// Terms: contact form, form builder, form creation, form plugin, form software, form tool, online forms, wordpress forms, wordpress plugin, wpforms
+ /// Added in 4.6.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Wpforms = 0xf298,
+
+ ///
+ /// Wpressr (wpressr)
+ /// Terms: blogging, cms, content management, website, wordpress, wpressr
+ /// Added in 5.4.2, updated in 7.0.0.
+ ///
+ Wpressr = 0xf3e4,
+
+ ///
+ /// X Twitter (x-twitter)
+ /// Terms: blue bird, microblogging, social, social media, social network, tweet, tweets, twitter, x
+ /// Added in 6.4.2, updated in 7.0.0.
+ ///
+ XTwitter = 0xe61b,
+
+ ///
+ /// Xbox (xbox)
+ /// Terms: microsoft xbox, xbox, xbox brand, xbox console, xbox controller, xbox game, xbox gaming, xbox series
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Xbox = 0xf412,
+
+ ///
+ /// Xing (xing)
+ /// Terms: business networking, career, jobs, networking site, professional network, professional profile, social network, xing, xing logo
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Xing = 0xf168,
+
+ ///
+ /// Xmpp (xmpp)
+ /// Added in 7.2.0.
+ ///
+ Xmpp = 0xe864,
+
+ ///
+ /// Y Combinator (y-combinator)
+ /// Terms: accelerator, entrepreneurship, seed funding, startup, tech incubator, venture capital, y combinator, yc
+ /// Added in 4.4.0, updated in 5.0.0 and 7.0.0.
+ ///
+ YCombinator = 0xf23b,
+
+ ///
+ /// Yahoo (yahoo)
+ /// Terms: internet company, verizon, yahoo, yahoo brand, yahoo finance, yahoo logo, yahoo mail, yahoo messenger, yahoo search, yahoo sports
+ /// Added in 4.1.0, updated in 5.0.0, 5.0.3, 5.13.1 and 7.0.0.
+ ///
+ Yahoo = 0xf19e,
+
+ ///
+ /// Yammer (yammer)
+ /// Terms: collaboration tool, corporate messaging, enterprise social network, microsoft 365, microsoft yammer, office 365, team communication, workplace chat, yammer
+ /// Added in 5.8.0, updated in 6.0.0-beta1 and 7.0.0.
+ ///
+ Yammer = 0xf840,
+
+ ///
+ /// Yandex (yandex)
+ /// Terms: internet, russian search engine, search, technology, web, yandex, yandex browser, yandex mail, yandex maps, yandex taxi
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ Yandex = 0xf413,
+
+ ///
+ /// Yandex International (yandex-international)
+ /// Terms: internet, russian tech, search engine, technology, web, yandex, yandex international, yandex logo
+ /// Added in 5.0.0, updated in 7.0.0.
+ ///
+ YandexInternational = 0xf414,
+
+ ///
+ /// Yarn (yarn)
+ /// Terms: craft, crochet, fabric, fiber, knitting, sewing, textile, thread, wool, yarn
+ /// Added in 5.6.0, updated in 7.0.0.
+ ///
+ Yarn = 0xf7e3,
+
+ ///
+ /// Yelp (yelp)
+ /// Terms: business, food, local, places, ratings, recommendations, restaurant, reviews, services, yelp
+ /// Added in 4.2.0, updated in 5.0.0, 5.7.0, 5.8.0 and 7.0.0.
+ ///
+ Yelp = 0xf1e9,
+
+ ///
+ /// Yoast (yoast)
+ /// Terms: content optimization, plugin, search engine optimization, seo, seo tool, website ranking, wordpress, yoast, yoast seo
+ /// Added in 4.6.0, updated in 5.0.0, 5.0.3 and 7.0.0.
+ ///
+ Yoast = 0xf2b1,
+
+ ///
+ /// Youtube (youtube)
+ /// Terms: broadcast, channel, media, online video, play, streaming, video, video platform, vlog, youtube
+ /// Added in 3.2.0, updated in 5.0.0 and 7.0.0.
+ ///
+ Youtube = 0xf167,
+
+ ///
+ /// Zhihu (zhihu)
+ /// Terms: answers, chinese q&a, community, knowledge sharing, question, social network, zhihu, 知乎
+ /// Added in 5.2.0, updated in 7.0.0.
+ ///
+ Zhihu = 0xf63f,
+
+ ///
+ /// Zoom (zoom)
+ /// Added in 7.2.0.
+ ///
+ Zoom = 0xe87b,
+
+ ///
+ /// Zulip (zulip)
+ /// Added in 7.2.0.
+ ///
+ Zulip = 0xe853,
+
+ }
+}
diff --git a/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Regular.cs b/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Regular.cs
new file mode 100644
index 0000000..d56c6bb
--- /dev/null
+++ b/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Regular.cs
@@ -0,0 +1,1370 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace Geta.Optimizely.ContentTypeIcons
+{
+ ///
+ /// Font Awesome. Version 7.2.0.
+ ///
+ public enum FontAwesome7Regular
+ {
+ ///
+ /// Address Book (address-book)
+ /// Styles: solid, regular
+ /// Terms: address, address book, contact, contact list, contacts, directory, employee, little black book, people, personal organizer, phone book, profile, rolodex, user, username
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AddressBook = 0xf2b9,
+
+ ///
+ /// Address Card (address-card)
+ /// Styles: solid, regular
+ /// Terms: address, badge, business card, card, contact, contact card, credentials, employee, id, id card, identification, name card, personal info, profile, profile card, registration, user
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AddressCard = 0xf2bb,
+
+ ///
+ /// Alarm Clock (alarm-clock)
+ /// Styles: solid, regular
+ /// Terms: alarm, alarm clock, alert, bedtime, clock, deadline, morning, reminder, ringing, schedule, snooze, stopwatch, time, timer, wake up, watch
+ /// Added in 5.0.0, updated in 5.9.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ AlarmClock = 0xf34e,
+
+ ///
+ /// Bell (bell)
+ /// Styles: solid, regular
+ /// Terms: alarm, alert, bell, buzzer, call, chime, ding, notification, prompt, reminder, request, ring, signal, tone
+ /// Added in 2.0.0, updated in 5.0.0, 5.11.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bell = 0xf0f3,
+
+ ///
+ /// Bell Slash (bell-slash)
+ /// Styles: solid, regular
+ /// Terms: alert, bell, block, cancel, disable notifications, disabled, do not disturb, mute, no sound, notification, off, quiet, reminder, silent, sound off
+ /// Added in 4.2.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BellSlash = 0xf1f6,
+
+ ///
+ /// Bookmark (bookmark)
+ /// Styles: solid, regular
+ /// Terms: bookmark, clip, favorite, flag, hold, keep, mark, marker, page, read, remember, research, ribbon, save, tag
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bookmark = 0xf02e,
+
+ ///
+ /// Building (building)
+ /// Styles: solid, regular
+ /// Terms: apartment, architecture, building, business, city, company, corporate, headquarters, office, office building, real estate, skyscraper, tower, urban, workplace
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Building = 0xf1ad,
+
+ ///
+ /// Calendar (calendar)
+ /// Styles: solid, regular
+ /// Terms: agenda, appointment, calendar, date, day, deadline, event, month, planner, reminder, schedule, time, year
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Calendar = 0xf133,
+
+ ///
+ /// Calendar Check (calendar-check)
+ /// Styles: solid, regular
+ /// Terms: accept, agree, appointment, approved, booked, calendar, check, completed, confirm, confirmed, date, day, deadline, done, event, mark, meeting, month, planned, reminder, schedule, select, success, tick, time, todo, validate
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0, 7.0.1 and 7.1.0.
+ ///
+ CalendarCheck = 0xf274,
+
+ ///
+ /// Calendar Days (calendar-days)
+ /// Styles: solid, regular
+ /// Terms: agenda, appointment, calendar, date, day, deadline, event, month, planner, reminder, schedule, time, timeline, year
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.6.0, 5.7.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CalendarDays = 0xf073,
+
+ ///
+ /// Calendar Minus (calendar-minus)
+ /// Styles: solid, regular
+ /// Terms: calendar, cancel, clear, date, day, delete, event, minus, month, reduce, remove, schedule, subtract, time, year
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CalendarMinus = 0xf272,
+
+ ///
+ /// Calendar Plus (calendar-plus)
+ /// Styles: solid, regular
+ /// Terms: add, appointment, calendar, create, date, day, event, month, new, plan, plus, reminder, schedule, time, year
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CalendarPlus = 0xf271,
+
+ ///
+ /// Calendar Xmark (calendar-xmark)
+ /// Styles: solid, regular
+ /// Terms: appointment, calendar, cancel, cancelation, close, date, day, delete, event, month, remove, schedule, time, x, year
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CalendarXmark = 0xf273,
+
+ ///
+ /// Camera (camera)
+ /// Styles: solid, regular
+ /// Terms: camera, camera icon, capture, film, image, lens, photo, photograph, photography, picture, recording, shutter, snapshot, video
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Camera = 0xf030,
+
+ ///
+ /// Chart Bar (chart-bar)
+ /// Styles: solid, regular
+ /// Terms: analytics, bar, chart, comparison, dashboard, data, graph, metrics, performance, progress, report, statistics, trends, visualization
+ /// Added in 1.0.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChartBar = 0xf080,
+
+ ///
+ /// Chess Bishop (chess-bishop)
+ /// Styles: solid, regular
+ /// Terms: bishop, black bishop, board game, checkmate, chess, chess piece, chessboard, game piece, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessBishop = 0xf43a,
+
+ ///
+ /// Chess King (chess-king)
+ /// Styles: solid, regular
+ /// Terms: board game, checkmate, chess, chess king, chess piece, chess strategy, chessboard, game, king, king piece, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessKing = 0xf43f,
+
+ ///
+ /// Chess Knight (chess-knight)
+ /// Styles: solid, regular
+ /// Terms: board game, checkmate, chess, chess match, chess piece, chessboard, game piece, horse, knight, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessKnight = 0xf441,
+
+ ///
+ /// Chess Pawn (chess-pawn)
+ /// Styles: solid, regular
+ /// Terms: board game, checkmate, chess, chess pawn, expendable, game piece, pawn, piece, sacrifice, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessPawn = 0xf443,
+
+ ///
+ /// Chess Queen (chess-queen)
+ /// Styles: solid, regular
+ /// Terms: board game, checkmate, chess, chess piece, chess queen, chess set, chessboard, game, queen, queen piece, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessQueen = 0xf445,
+
+ ///
+ /// Chess Rook (chess-rook)
+ /// Styles: solid, regular
+ /// Terms: board game, castle, checkmate, chess piece, chess strategy, chessboard, defense, game piece, rook, strategy, tower
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessRook = 0xf447,
+
+ ///
+ /// Circle (circle)
+ /// Styles: solid, regular
+ /// Terms: black circle, blue circle, brown circle, circle, diameter, dot, ellipse, fill, geometric, green circle, indicator, notification, orange circle, progress, purple circle, red circle, round, shape, status, white circle, yellow circle
+ /// Added in 3.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Circle = 0xf111,
+
+ ///
+ /// Circle Check (circle-check)
+ /// Styles: solid, regular
+ /// Terms: accept, agree, approve, check, confirm, correct, done, enable, ok, select, success, tick, validate, yes
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0, 7.0.1 and 7.1.0.
+ ///
+ CircleCheck = 0xf058,
+
+ ///
+ /// Circle Dot (circle-dot)
+ /// Styles: solid, regular
+ /// Terms: bullseye, button, circle, dot, focus, indicator, marker, notification, point, radio, radio button, target
+ /// Added in 4.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ CircleDot = 0xf192,
+
+ ///
+ /// Circle Down (circle-down)
+ /// Styles: solid, regular
+ /// Terms: arrow-circle-down, arrow-down, circle-arrow-down, circle-download, download, download-button, download-circle, downward-arrow, save, save-file
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleDown = 0xf358,
+
+ ///
+ /// Circle Left (circle-left)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrow-circle-left, back, circle, go back, left, navigation, previous, return, undo
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleLeft = 0xf359,
+
+ ///
+ /// Circle Pause (circle-pause)
+ /// Styles: solid, regular
+ /// Terms: break, halt, hold, media control, pause, pause button, stop, temporary stop, wait, waiting
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CirclePause = 0xf28b,
+
+ ///
+ /// Circle Play (circle-play)
+ /// Styles: solid, regular
+ /// Terms: audio, clip, media, movie, music, play, sound, start, streaming, video, watch
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CirclePlay = 0xf144,
+
+ ///
+ /// Circle Question (circle-question)
+ /// Styles: solid, regular
+ /// Terms: ask, assist, confusion, doubt, faq, help, info, information, inquiry, query, question, question-mark, support, unknown
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleQuestion = 0xf059,
+
+ ///
+ /// Circle Right (circle-right)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrow-circle-o-right, circle, continue, direction, forward, move, navigation, next, proceed, right
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleRight = 0xf35a,
+
+ ///
+ /// Circle Stop (circle-stop)
+ /// Styles: solid, regular
+ /// Terms: block, cancel, circle, deny, disallow, forbidden, halt, no, pause, prevent, prohibit, stop
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleStop = 0xf28d,
+
+ ///
+ /// Circle Up (circle-up)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrow-circle-up, circle, direction up, increase, move up, up, upgrade, upload, upload arrow
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleUp = 0xf35b,
+
+ ///
+ /// Circle User (circle-user)
+ /// Styles: solid, regular
+ /// Terms: account, avatar, contact, employee, individual, member, people, person, profile, user, username
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.11, 5.0.3, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleUser = 0xf2bd,
+
+ ///
+ /// Circle Xmark (circle-xmark)
+ /// Styles: solid, regular
+ /// Terms: cancel, close, cross, dismiss, error, exit, fail, incorrect, no, reject, remove, stop, wrong, xmark
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleXmark = 0xf057,
+
+ ///
+ /// Clipboard (clipboard)
+ /// Styles: solid, regular
+ /// Terms: board, checklist, clipboard, copy, document, file, memo, notepad, notes, paper, paste, record, task, writing
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Clipboard = 0xf328,
+
+ ///
+ /// Clock (clock)
+ /// Styles: solid, regular
+ /// Terms: 4, 4:00, alarm, clock, four, four o’clock, hour, late, minute, o'clock, pending, schedule, ticking, time, timer, timestamp, watch
+ /// Added in 1.0.0, updated in 5.0.0, 5.12.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Clock = 0xf017,
+
+ ///
+ /// Clone (clone)
+ /// Styles: solid, regular
+ /// Terms: add, backup, clone, copy, copy-paste, duplicate, mirror, new, repeat, replicate, replicate
+ /// Added in 4.4.0, updated in 5.0.0, 5.11.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Clone = 0xf24d,
+
+ ///
+ /// Closed Captioning (closed-captioning)
+ /// Styles: solid, regular
+ /// Terms: accessibility, captions, cc, closed caption, closed captions, deaf, hearing impaired, subtitle, subtitles, text, transcript, video
+ /// Added in 4.2.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ClosedCaptioning = 0xf20a,
+
+ ///
+ /// Cloud (cloud)
+ /// Styles: solid, regular
+ /// Terms: atmosphere, backup, cloud, data, fog, internet, network, online, overcast, save, sky, storage, upload, weather
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.11, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Cloud = 0xf0c2,
+
+ ///
+ /// Comment (comment)
+ /// Styles: solid, regular
+ /// Terms: chat, comment, conversation, discussion, feedback, message, note, notification, reply, response, sms, speech bubble, talk, texting
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Comment = 0xf075,
+
+ ///
+ /// Comment Dots (comment-dots)
+ /// Styles: solid, regular
+ /// Terms: bubble, chat, comment, conversation, dialog, discussion, feedback, input, message, note, reply, sms, speech balloon, texting, typing
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CommentDots = 0xf4ad,
+
+ ///
+ /// Comments (comments)
+ /// Styles: solid, regular
+ /// Terms: chat, comment, communication, conversation, dialogue, discussion, feedback, message, notification, reply, sms, speech bubbles, talk, texting
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Comments = 0xf086,
+
+ ///
+ /// Compass (compass)
+ /// Styles: solid, regular
+ /// Terms: adventure, compass, directions, explore, guide, location, magnetic, map, navigation, north, orienteering, path, route, travel, wayfinding
+ /// Added in 3.2.0, updated in 5.0.0, 5.11.0, 5.11.1, 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Compass = 0xf14e,
+
+ ///
+ /// Copy (copy)
+ /// Styles: solid, regular
+ /// Terms: clipboard, clone, copy, document, duplicate, file, paper, paste, replicate, replicate, replicate
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Copy = 0xf0c5,
+
+ ///
+ /// Copyright (copyright)
+ /// Styles: solid, regular
+ /// Terms: c, copyright, copyright symbol, intellectual property, legal, license, mark, protection, registered, rights, trademark
+ /// Added in 4.2.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Copyright = 0xf1f9,
+
+ ///
+ /// Credit Card (credit-card)
+ /// Styles: solid, regular
+ /// Terms: billing, buy, card, charge, checkout, credit card, debit card, finance, money, pay, payment, plastic card, purchase, transaction, wallet
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CreditCard = 0xf09d,
+
+ ///
+ /// Envelope (envelope)
+ /// Styles: solid, regular
+ /// Terms: contact, correspondence, e-mail, email, envelope, inbox, letter, mail, message, newsletter, notification, postal, receive, send, support
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Envelope = 0xf0e0,
+
+ ///
+ /// Envelope Open (envelope-open)
+ /// Styles: solid, regular
+ /// Terms: communication, correspondence, e-mail, email, inbox, letter, mail, message, newsletter, notification, offer, open mail, support
+ /// Added in 4.7.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ EnvelopeOpen = 0xf2b6,
+
+ ///
+ /// Eye (eye)
+ /// Styles: solid, regular
+ /// Terms: eye, focus, glimpse, look, observe, peek, see, sight, stare, view, visible, vision, watch
+ /// Added in 1.0.0, updated in 5.0.0, 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Eye = 0xf06e,
+
+ ///
+ /// Eye Slash (eye-slash)
+ /// Styles: solid, regular
+ /// Terms: blocked, conceal, disable, eye, hidden, hide, invisible, no-view, obscured, privacy, privacy-mode, security, toggle, unseen
+ /// Added in 1.0.0, updated in 5.0.0, 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ EyeSlash = 0xf070,
+
+ ///
+ /// Face Angry (face-angry)
+ /// Styles: solid, regular
+ /// Terms: angry, annoyed, disapprove, displeased, emoticon, emotion, face, frowning, frustrated, glare, mad, rage, upset
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceAngry = 0xf556,
+
+ ///
+ /// Face Dizzy (face-dizzy)
+ /// Styles: solid, regular
+ /// Terms: confused, dazed, dizzy, dizzy face, emoticon, face, faint, sick, unwell, woozy, woozy face
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceDizzy = 0xf567,
+
+ ///
+ /// Face Flushed (face-flushed)
+ /// Styles: solid, regular
+ /// Terms: bashful, blushing, embarrassed, emoticon, face, flushed, overwhelmed, red-faced, shy, surprised
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceFlushed = 0xf579,
+
+ ///
+ /// Face Frown (face-frown)
+ /// Styles: solid, regular
+ /// Terms: disappointed, disapprove, displeased, emoticon, face, frown, frowning face, negative, sad, unhappy, unhappy emoji, unhappy face
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.9, 5.1.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FaceFrown = 0xf119,
+
+ ///
+ /// Face Frown Open (face-frown-open)
+ /// Styles: solid, regular
+ /// Terms: disappointed, disapprove, displeased, emoticon, expression, face, frown, negative, open mouth, sad, unhappy, upset
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceFrownOpen = 0xf57a,
+
+ ///
+ /// Face Grimace (face-grimace)
+ /// Styles: solid, regular
+ /// Terms: anxious, awkward, cringe, emoticon, expression, face, grimace, grimacing face, nervous, teeth, uncomfortable, uneasy, worried
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrimace = 0xf57f,
+
+ ///
+ /// Face Grin (face-grin)
+ /// Styles: solid, regular
+ /// Terms: amusement, cheerful, emoji, expression, face, grin, grinning, happy, joy, laugh, pleased, smile
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrin = 0xf580,
+
+ ///
+ /// Face Grin Beam (face-grin-beam)
+ /// Styles: solid, regular
+ /// Terms: beam, cheerful, delighted, emoticon, eyes closed, face, grin, happy, joy, laugh, open mouth, smile, smiling face
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinBeam = 0xf582,
+
+ ///
+ /// Face Grin Beam Sweat (face-grin-beam-sweat)
+ /// Styles: solid, regular
+ /// Terms: anxious, awkward, beam, embarrassed, emoticon, face, grin, nervous, relief, smile, sweat, uncomfortable
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinBeamSweat = 0xf583,
+
+ ///
+ /// Face Grin Hearts (face-grin-hearts)
+ /// Styles: solid, regular
+ /// Terms: admiration, adoration, affection, crush, emoji, emoticon, face, heart-eyes, infatuation, love, smile, smiling
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinHearts = 0xf584,
+
+ ///
+ /// Face Grin Squint (face-grin-squint)
+ /// Styles: solid, regular
+ /// Terms: amusement, emoticon, face, grin, happy, joy, laugh, laughing, playful, satisfied, smile, squint
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinSquint = 0xf585,
+
+ ///
+ /// Face Grin Squint Tears (face-grin-squint-tears)
+ /// Styles: solid, regular
+ /// Terms: emoji, face, funny, grin, happy, humor, joy, laugh, laughing, rofl, rolling on the floor laughing, smile, squint, tears
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinSquintTears = 0xf586,
+
+ ///
+ /// Face Grin Stars (face-grin-stars)
+ /// Styles: solid, regular
+ /// Terms: amazed, celebrity, emoticon, excited, face, grin, happy, impressed, joyful, smiling, star, star-struck, starry-eyed, vip
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinStars = 0xf587,
+
+ ///
+ /// Face Grin Tears (face-grin-tears)
+ /// Styles: solid, regular
+ /// Terms: LOL, crying with laughter, emoji, face, funny, grin, happy, joy, laugh, laughing, smile, tear, tears of joy
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinTears = 0xf588,
+
+ ///
+ /// Face Grin Tongue (face-grin-tongue)
+ /// Styles: solid, regular
+ /// Terms: cheeky, emoji, face, funny, goofy, grin, joking, laugh, lighthearted, playful, silly, teasing, tongue
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinTongue = 0xf589,
+
+ ///
+ /// Face Grin Tongue Squint (face-grin-tongue-squint)
+ /// Styles: solid, regular
+ /// Terms: emoji, face, funny, goofy, grin, joking, laugh, playful, silly, silly face, squint, teasing, tongue
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinTongueSquint = 0xf58a,
+
+ ///
+ /// Face Grin Tongue Wink (face-grin-tongue-wink)
+ /// Styles: solid, regular
+ /// Terms: LOL, cheeky, emoji, emoticon, face, funny, grin, joke, laugh, playful, silly, teasing, tongue, wink, winking face
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 5.12.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinTongueWink = 0xf58b,
+
+ ///
+ /// Face Grin Wide (face-grin-wide)
+ /// Styles: solid, regular
+ /// Terms: big eyes, cheerful, emoticon, excited, face, grin, happy, joyful, laugh, open mouth, smile, wide grin
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinWide = 0xf581,
+
+ ///
+ /// Face Grin Wink (face-grin-wink)
+ /// Styles: solid, regular
+ /// Terms: cheeky, emoticon, face, flirt, grin, happy, mischievous, playful, smile, wink
+ /// Added in 5.1.0, updated in 5.1.1, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinWink = 0xf58c,
+
+ ///
+ /// Face Kiss (face-kiss)
+ /// Styles: solid, regular
+ /// Terms: affection, beso, blowing a kiss, emoji, face, flirt, hug and kiss, kiss, kissing face, love, romantic, smooch
+ /// Added in 5.1.0, updated in 5.1.1, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceKiss = 0xf596,
+
+ ///
+ /// Face Kiss Beam (face-kiss-beam)
+ /// Styles: solid, regular
+ /// Terms: affection, blowing kiss, emoji, emoticon, eyes closed, face, happy, kiss, kissing face, love, smile, smooch
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceKissBeam = 0xf597,
+
+ ///
+ /// Face Kiss Wink Heart (face-kiss-wink-heart)
+ /// Styles: solid, regular
+ /// Terms: affection, blowing a kiss, emoji, emoticon, face, flirt, heart, kiss, love, smooch, wink
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceKissWinkHeart = 0xf598,
+
+ ///
+ /// Face Laugh (face-laugh)
+ /// Styles: solid, regular
+ /// Terms: amusement, chuckle, emoji, face, funny, grin, happy, humor, joy, laugh, laughter, smile
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FaceLaugh = 0xf599,
+
+ ///
+ /// Face Laugh Beam (face-laugh-beam)
+ /// Styles: solid, regular
+ /// Terms: amusement, beaming face, cheerful, emoji, fun, grin, happy, humor, joy, laugh, laughing face, laughter, smile, smiling eyes
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceLaughBeam = 0xf59a,
+
+ ///
+ /// Face Laugh Squint (face-laugh-squint)
+ /// Styles: solid, regular
+ /// Terms: LOL, amused, emoticon, face, funny, grin, happy, joy, laugh, laughing, smile, squint
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceLaughSquint = 0xf59b,
+
+ ///
+ /// Face Laugh Wink (face-laugh-wink)
+ /// Styles: solid, regular
+ /// Terms: LOL, emoticon, face, funny, happy, humor, joking, laugh, playful, smile, wink
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceLaughWink = 0xf59c,
+
+ ///
+ /// Face Meh (face-meh)
+ /// Styles: solid, regular
+ /// Terms: apathetic, bland, deadpan, default, emoticon, emotion, expression, face, indifferent, meh, neutral, neutral face, rating, unamused, unimpressed
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.9, 5.1.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FaceMeh = 0xf11a,
+
+ ///
+ /// Face Meh Blank (face-meh-blank)
+ /// Styles: solid, regular
+ /// Terms: blank, deadpan, emotionless, expressionless, face, indifferent, meh, neutral, no mouth, quiet, silent, stoic, unimpressed
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceMehBlank = 0xf5a4,
+
+ ///
+ /// Face Rolling Eyes (face-rolling-eyes)
+ /// Styles: solid, regular
+ /// Terms: annoyed, dismissive, emoji, exasperated, expression, eye roll, eyeroll, face, reaction, rolling eyes, sarcastic, unimpressed
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceRollingEyes = 0xf5a5,
+
+ ///
+ /// Face Sad Cry (face-sad-cry)
+ /// Styles: solid, regular
+ /// Terms: crying, emoticon, emotional, face, sad face, sobbing, tearful, tears, unhappy, upset
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSadCry = 0xf5b3,
+
+ ///
+ /// Face Sad Tear (face-sad-tear)
+ /// Styles: solid, regular
+ /// Terms: crying, distress, emoticon, emotional, face, grief, sad, sorrow, tear, tears, unhappy, upset
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSadTear = 0xf5b4,
+
+ ///
+ /// Face Smile (face-smile)
+ /// Styles: solid, regular
+ /// Terms: approve, cheerful, content, emoticon, face, friendly, happy, joy, pleased, positive, satisfied, slightly smiling face, smile
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.9, 5.1.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FaceSmile = 0xf118,
+
+ ///
+ /// Face Smile Beam (face-smile-beam)
+ /// Styles: solid, regular
+ /// Terms: beaming, blush, cheerful, delighted, emoticon, face, grin, happiness, happy, joyful, pleased, positive, smile, smiling
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSmileBeam = 0xf5b8,
+
+ ///
+ /// Face Smile Wink (face-smile-wink)
+ /// Styles: solid, regular
+ /// Terms: cheeky, emoticon, face, flirt, fun, happy, mischievous, playful, smile, teasing, wink, winking face
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSmileWink = 0xf4da,
+
+ ///
+ /// Face Surprise (face-surprise)
+ /// Styles: solid, regular
+ /// Terms: astonished, emoji, expression, face, open mouth, reaction, shocked, startled, surprised, wow
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSurprise = 0xf5c2,
+
+ ///
+ /// Face Tired (face-tired)
+ /// Styles: solid, regular
+ /// Terms: drained, emoticon, exhausted, face, fatigued, frustrated, grumpy, sleepy, tired, upset, weary, worn out
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceTired = 0xf5c8,
+
+ ///
+ /// File (file)
+ /// Styles: solid, regular
+ /// Terms: blank, cv, document, file, form, new, page, page facing up, paper, pdf, report, resume, sheet, text
+ /// Added in 3.2.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ File = 0xf15b,
+
+ ///
+ /// File Audio (file-audio)
+ /// Styles: solid, regular
+ /// Terms: audio, document, file, mp3, music, play, recording, sound, track, waveform
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileAudio = 0xf1c7,
+
+ ///
+ /// File Code (file-code)
+ /// Styles: solid, regular
+ /// Terms: code, css, development, document, file, html, markup, mysql, programming, script, sql
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCode = 0xf1c9,
+
+ ///
+ /// File Excel (file-excel)
+ /// Styles: solid, regular
+ /// Terms: csv, data, document, excel, microsoft excel, numbers, sheet, spreadsheet, table, workbook, xls, xlsx
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileExcel = 0xf1c3,
+
+ ///
+ /// File Image (file-image)
+ /// Styles: solid, regular
+ /// Terms: document, document with image, file, graphic, image, image file, img, jpg, photo, photo file, picture, picture file, png
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileImage = 0xf1c5,
+
+ ///
+ /// File Lines (file-lines)
+ /// Styles: solid, regular
+ /// Terms: document, file, file-text, form, invoice, new document, page, paper, pdf, report, sheet, text
+ /// Added in 3.2.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileLines = 0xf15c,
+
+ ///
+ /// File Pdf (file-pdf)
+ /// Styles: solid, regular
+ /// Terms: acrobat, attachment, document, ebook, file, pdf, portable document format, preview, report, save
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.1, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FilePdf = 0xf1c1,
+
+ ///
+ /// File Powerpoint (file-powerpoint)
+ /// Styles: solid, regular
+ /// Terms: deck, document, file, keynote, microsoft, office, powerpoint, ppt, presentation, slide, slideshow
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FilePowerpoint = 0xf1c4,
+
+ ///
+ /// File Video (file-video)
+ /// Styles: solid, regular
+ /// Terms: clip, file, film, footage, m4v, media, movie, mp4, play, playback, recording, video
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileVideo = 0xf1c8,
+
+ ///
+ /// File Word (file-word)
+ /// Styles: solid, regular
+ /// Terms: doc, document, editable, file, letter, office, page, paper, report, text, word, word processing, writing
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileWord = 0xf1c2,
+
+ ///
+ /// File Zipper (file-zipper)
+ /// Styles: solid, regular
+ /// Terms: .zip, archive, archive file, bundle, compress, compressed, compression, download, extractor, file, folder, packed, packing, zip, zipped file
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileZipper = 0xf1c6,
+
+ ///
+ /// Flag (flag)
+ /// Styles: solid, regular
+ /// Terms: alert, banner, country, flag, marker, nation, notification, notify, pennant, pole, report, signal, symbol, waving
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Flag = 0xf024,
+
+ ///
+ /// Floppy Disk (floppy-disk)
+ /// Styles: solid, regular
+ /// Terms: archive, backup, computer, data, disk, floppy, floppy disk, legacy, memory, old school, retro, save, save icon, storage
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FloppyDisk = 0xf0c7,
+
+ ///
+ /// Folder (folder)
+ /// Styles: solid, regular
+ /// Terms: archive, directory, document, documents, file, file folder, file organizer, files, filing, folder, folder icon, folder symbol, storage
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 5.3.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Folder = 0xf07b,
+
+ ///
+ /// Folder Closed (folder-closed)
+ /// Styles: solid, regular
+ /// Terms: archive, closed folder, directory, documents, file cabinet, file folder, filing, folder, organize, storage
+ /// Added in 6.0.0-beta1, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FolderClosed = 0xe185,
+
+ ///
+ /// Folder Open (folder-open)
+ /// Styles: solid, regular
+ /// Terms: archive, directory, document, file, file folder, folder, folder icon, folder open, folder view, open, open file folder, open folder
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FolderOpen = 0xf07c,
+
+ ///
+ /// Font Awesome (font-awesome)
+ /// Styles: solid, regular, brands
+ /// Terms: branding, fa, font-awesome, icon set, logo, typeface
+ /// Added in 4.6.0, updated in 5.0.0, 5.15.4, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FontAwesome = 0xf2b4,
+
+ ///
+ /// Futbol (futbol)
+ /// Styles: solid, regular
+ /// Terms: ball, football, football game, football sport, soccer, soccer ball, soccer ball graphic, soccer ball icon, soccer ball symbol, soccer game, soccer sport, sports
+ /// Added in 4.2.0, updated in 5.0.0, 5.0.5, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Futbol = 0xf1e3,
+
+ ///
+ /// Gem (gem)
+ /// Styles: solid, regular
+ /// Terms: crystal, diamond, emerald, gem, gem stone, gemstone, jewel, jewelry, luxury, precious, ruby, sapphire, treasure, valuable
+ /// Added in 5.0.0, updated in 5.10.1, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Gem = 0xf3a5,
+
+ ///
+ /// Hand (hand)
+ /// Styles: solid, regular
+ /// Terms: backhand, gesture, halt, hand, high five, palm, raised hand, request, roshambo, signal, stop, wave
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Hand = 0xf256,
+
+ ///
+ /// Hand Back Fist (hand-back-fist)
+ /// Styles: solid, regular
+ /// Terms: closed hand, fist, game, gesture, hand, punch, rock, roshambo, strike
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandBackFist = 0xf255,
+
+ ///
+ /// Hand Lizard (hand-lizard)
+ /// Styles: solid, regular
+ /// Terms: claw, game, hand gesture, lizard, reptile, rock paper scissors, roshambo, sign
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandLizard = 0xf258,
+
+ ///
+ /// Hand Peace (hand-peace)
+ /// Styles: solid, regular
+ /// Terms: gesture, hand, peace, peace sign, sign, symbol, truce, two fingers, v, victory, victory hand
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPeace = 0xf25b,
+
+ ///
+ /// Hand Point Down (hand-point-down)
+ /// Styles: solid, regular
+ /// Terms: arrow, click, cursor, direction, down, finger, gesture, hand, indicator, point, pointing, select, tap
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointDown = 0xf0a7,
+
+ ///
+ /// Hand Point Left (hand-point-left)
+ /// Styles: solid, regular
+ /// Terms: arrow, back, direction, finger, gesture, hand, indicate, left, point, pointer, previous, select
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointLeft = 0xf0a5,
+
+ ///
+ /// Hand Point Right (hand-point-right)
+ /// Styles: solid, regular
+ /// Terms: arrow, direction, finger, forward, gesture, hand, next, point, pointer, right
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointRight = 0xf0a4,
+
+ ///
+ /// Hand Point Up (hand-point-up)
+ /// Styles: solid, regular
+ /// Terms: click, direction, finger, gesture, hand, index, indicate, point up, pointing up, request, select, up, upgrade
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointUp = 0xf0a6,
+
+ ///
+ /// Hand Pointer (hand-pointer)
+ /// Styles: solid, regular
+ /// Terms: click, cursor, gesture, hand, hand-cursor, interact, pointer, select, tap, touch
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointer = 0xf25a,
+
+ ///
+ /// Hand Scissors (hand-scissors)
+ /// Styles: solid, regular
+ /// Terms: cut, fingers, game, hand gesture, peace sign, rock paper scissors, roshambo, scissors, victory
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandScissors = 0xf257,
+
+ ///
+ /// Hand Spock (hand-spock)
+ /// Styles: solid, regular
+ /// Terms: finger, gesture, greeting, hand, hello, live long, peace, prosper, salute, sci-fi, sign, spock, star trek, vulcan, vulcan salute
+ /// Added in 4.4.0, updated in 5.0.0, 5.12.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandSpock = 0xf259,
+
+ ///
+ /// Handshake (handshake)
+ /// Styles: solid, regular
+ /// Terms: agreement, alliance, collaboration, contract, cooperation, deal, greeting, handshake, meeting, negotiation, partnership, trust, welcome
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Handshake = 0xf2b5,
+
+ ///
+ /// Hard Drive (hard-drive)
+ /// Styles: solid, regular
+ /// Terms: backup, computer, data, device, disk, drive, hard disk, hard drive, hardware, hdd, save, storage, storage device
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ HardDrive = 0xf0a0,
+
+ ///
+ /// Headphones (headphones)
+ /// Styles: solid, regular
+ /// Terms: audio, audio device, earbuds, earphones, headphones, headset, listen, music, music player, sound, stereo
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Headphones = 0xf025,
+
+ ///
+ /// Heart (heart)
+ /// Styles: solid, regular
+ /// Terms: affection, card, emotion, favorite, heart, heart suit, like, love, passion, playing card, relationship, romance, symbol, valentine, wishlist
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Heart = 0xf004,
+
+ ///
+ /// Hospital (hospital)
+ /// Styles: solid, regular
+ /// Terms: ER, ambulance, building, clinic, covid-19, doctor, emergency, health, healthcare, hospital, medical center, medicine, nurse, treatment
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hospital = 0xf0f8,
+
+ ///
+ /// Hourglass (hourglass)
+ /// Styles: solid, regular
+ /// Terms: countdown, hourglass, hourglass not done, loading, minute, sand, stopwatch, time, timer, waiting
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Hourglass = 0xf254,
+
+ ///
+ /// Hourglass Half (hourglass-half)
+ /// Styles: solid, regular
+ /// Terms: clock, countdown, delay, hourglass, hourglass-half, pending, sand, stopwatch, time, timer, waiting
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HourglassHalf = 0xf252,
+
+ ///
+ /// House (house)
+ /// Styles: solid, regular
+ /// Terms: abode, building, domicile, dwelling, home, house, living place, main, property, real estate, residence, shelter
+ /// Added in 1.0.0, updated in 5.0.0, 5.7.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ House = 0xf015,
+
+ ///
+ /// Id Badge (id-badge)
+ /// Styles: solid, regular
+ /// Terms: badge, card, contact, credential, id, identification, identity, license, name tag, profile, user, username
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ IdBadge = 0xf2c1,
+
+ ///
+ /// Id Card (id-card)
+ /// Styles: solid, regular
+ /// Terms: badge, card, contact, credentials, demographics, document, id, identification, identity, license, personal, profile, registration, user, username
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.3, 5.10.1, 5.8.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ IdCard = 0xf2c2,
+
+ ///
+ /// Image (image)
+ /// Styles: solid, regular
+ /// Terms: gallery, image, image file, landscape, photo, photo album, photograph, picture, picture frame, snapshot
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Image = 0xf03e,
+
+ ///
+ /// Images (images)
+ /// Styles: solid, regular
+ /// Terms: album, gallery, image, landscape, media, photo, photo album, photo gallery, photograph, picture, picture frame, snapshot
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Images = 0xf302,
+
+ ///
+ /// Keyboard (keyboard)
+ /// Styles: solid, regular
+ /// Terms: accessory, computer, data entry, device, hardware, input, keyboard, keypad, keys, text, type, typing, write
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Keyboard = 0xf11c,
+
+ ///
+ /// Lemon (lemon)
+ /// Styles: solid, regular
+ /// Terms: citrus, citrus fruit, fruit, lemon, lemonade, refreshing, sour, summer, tart, vitamin C, yellow
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Lemon = 0xf094,
+
+ ///
+ /// Life Ring (life-ring)
+ /// Styles: solid, regular
+ /// Terms: coast guard, emergency, flotation, help, life preserver, lifebuoy, lifesaver, overboard, rescue, safety, save, support
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ LifeRing = 0xf1cd,
+
+ ///
+ /// Lightbulb (lightbulb)
+ /// Styles: solid, regular
+ /// Terms: bright, bulb, concept, creativity, electric, electricity, energy, idea, innovation, inspiration, invention, lamp, light, light bulb, thinking
+ /// Added in 3.0.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Lightbulb = 0xf0eb,
+
+ ///
+ /// Map (map)
+ /// Styles: solid, regular
+ /// Terms: address, atlas, chart, coordinates, destination, directions, gps, guide, location, map, navigation, pin, place, point of interest, position, route, travel, world, world map
+ /// Added in 4.4.0, updated in 5.0.0, 5.1.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Map = 0xf279,
+
+ ///
+ /// Message (message)
+ /// Styles: solid, regular
+ /// Terms: bubble, chat, comment, conversation, discussion, feedback, message, note, notification, reply, sms, speech, talk, text, texting
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Message = 0xf27a,
+
+ ///
+ /// Money Bill 1 (money-bill-1)
+ /// Styles: solid, regular
+ /// Terms: bill, buy, cash, checkout, currency, dollar, finance, money, paycheck, payment, premium, price, purchase, salary
+ /// Added in 5.0.0, updated in 5.0.13, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyBill1 = 0xf3d1,
+
+ ///
+ /// Moon (moon)
+ /// Styles: solid, regular
+ /// Terms: crescent, crescent moon, dark, dark mode, evening, lunar, moon, moonlight, night, night mode, nighttime, nighttime symbol, sleep
+ /// Added in 3.2.0, updated in 5.0.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Moon = 0xf186,
+
+ ///
+ /// Newspaper (newspaper)
+ /// Styles: solid, regular
+ /// Terms: article, bulletin, editorial, gazette, headline, journalism, media, news, newsletter, newspaper, paper, periodical, press, publication, report
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Newspaper = 0xf1ea,
+
+ ///
+ /// Note Sticky (note-sticky)
+ /// Styles: solid, regular
+ /// Terms: annotation, label, memo, message, note, paper, post-it, reminder, sticker, sticky note
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ NoteSticky = 0xf249,
+
+ ///
+ /// Object Group (object-group)
+ /// Styles: solid, regular
+ /// Terms: cluster, collection, combine, copy, design, group, layers, merge, objects, select
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ObjectGroup = 0xf247,
+
+ ///
+ /// Object Ungroup (object-ungroup)
+ /// Styles: solid, regular
+ /// Terms: break apart, design, divide, layers, objects, select, separate, split, ungroup
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ObjectUngroup = 0xf248,
+
+ ///
+ /// Paper Plane (paper-plane)
+ /// Styles: solid, regular
+ /// Terms: air, communication, delivery, flight, float, folded paper, mail, message, paper, paper aeroplane, paper airplane, plane, send, send message
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PaperPlane = 0xf1d8,
+
+ ///
+ /// Paste (paste)
+ /// Styles: solid, regular
+ /// Terms: clipboard, clipboard-insert, clipboard-paste, content, document, input, insert, paper, paste, text
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Paste = 0xf0ea,
+
+ ///
+ /// Pen To Square (pen-to-square)
+ /// Styles: solid, regular
+ /// Terms: annotate, change, compose, document, draft, edit, form, input, modify, note, pen, pencil, signature, update, write
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PenToSquare = 0xf044,
+
+ ///
+ /// Rectangle List (rectangle-list)
+ /// Styles: solid, regular
+ /// Terms: checklist, completed, done, finished, items, list, notes, outline, summary, tasks, todo
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RectangleList = 0xf022,
+
+ ///
+ /// Rectangle Xmark (rectangle-xmark)
+ /// Styles: solid, regular
+ /// Terms: cancel, clear, close, delete, dismiss, exit, rectangle, reject, remove, stop, window, xmark
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RectangleXmark = 0xf410,
+
+ ///
+ /// Registered (registered)
+ /// Styles: solid, regular
+ /// Terms: copyright-related, intellectual property, legal, mark, r, registered, symbol, trademark
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Registered = 0xf25d,
+
+ ///
+ /// Share From Square (share-from-square)
+ /// Styles: solid, regular
+ /// Terms: arrow, distribute, export, forward, link, send, send-to, share, social, upload
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShareFromSquare = 0xf14d,
+
+ ///
+ /// Snowflake (snowflake)
+ /// Styles: solid, regular
+ /// Terms: blizzard, cold, freeze, frost, ice, precipitation, snow, snowfall, snowflake, winter
+ /// Added in 4.7.0, updated in 5.0.0, 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Snowflake = 0xf2dc,
+
+ ///
+ /// Square (square)
+ /// Styles: solid, regular
+ /// Terms: black square, block, box, geometric, quadrilateral, rectangle, shape, solid square, square, square shape, white square
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Square = 0xf0c8,
+
+ ///
+ /// Square Caret Down (square-caret-down)
+ /// Styles: solid, regular
+ /// Terms: arrow, caret, down, dropdown, expand, indicator, menu, more, navigation, pointer, square, toggle, triangle
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareCaretDown = 0xf150,
+
+ ///
+ /// Square Caret Left (square-caret-left)
+ /// Styles: solid, regular
+ /// Terms: arrow, back, caret, direction, left, navigation, pointer, previous, square, triangle
+ /// Added in 4.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareCaretLeft = 0xf191,
+
+ ///
+ /// Square Caret Right (square-caret-right)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrowhead, caret, forward, navigation, next, play, pointer, right, skip, square, triangle
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareCaretRight = 0xf152,
+
+ ///
+ /// Square Caret Up (square-caret-up)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrow-up, arrowhead, caret, caret-square-o-up, collapse, expand, increase, pointer, square, triangle, up, up arrow, up caret, upload
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareCaretUp = 0xf151,
+
+ ///
+ /// Square Check (square-check)
+ /// Styles: solid, regular
+ /// Terms: accept, agree, box, button, check, check mark, checkbox, checkmark, confirm, correct, done, enable, mark, ok, select, success, tick, validate, yes
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ SquareCheck = 0xf14a,
+
+ ///
+ /// Square Full (square-full)
+ /// Styles: solid, regular
+ /// Terms: block, color block, colored square, filled square, geometric shape, shape, solid square, square
+ /// Added in 5.0.5, updated in 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareFull = 0xf45c,
+
+ ///
+ /// Square Minus (square-minus)
+ /// Styles: solid, regular
+ /// Terms: close, collapse, hide, hide-content, minimize, minus, negative, reduce, remove, shrink, square, subtract
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareMinus = 0xf146,
+
+ ///
+ /// Square Plus (square-plus)
+ /// Styles: solid, regular
+ /// Terms: add, box, create, expand, increase, more, new, plus, positive, shape, square
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquarePlus = 0xf0fe,
+
+ ///
+ /// Star (star)
+ /// Styles: solid, regular
+ /// Terms: achievement, award, bookmark, favorite, favorite item, highlight, important, night, premium, quality, rating, score, star, top, vip
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Star = 0xf005,
+
+ ///
+ /// Star Half (star-half)
+ /// Styles: solid, regular
+ /// Terms: achievement, award, feedback, half star, half-filled star, partial rating, rating, review, score, star half, star outline
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ StarHalf = 0xf089,
+
+ ///
+ /// Star Half Stroke (star-half-stroke)
+ /// Styles: solid, regular
+ /// Terms: achievement, award, favorite, feedback, half star, partial rating, rating, review, score, star half, star half empty, star half full
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ StarHalfStroke = 0xf5c0,
+
+ ///
+ /// Sun (sun)
+ /// Styles: solid, regular
+ /// Terms: bright, daylight, daytime, rays, sol, solar, star, sun, sunlight, sunny, sunshine, warmth, weather
+ /// Added in 3.2.0, updated in 5.0.0, 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Sun = 0xf185,
+
+ ///
+ /// Thumbs Down (thumbs-down)
+ /// Styles: solid, regular
+ /// Terms: disagree, disapprove, dislike, dislike button, downvote, hand gesture, negative, no, thumb down, thumbs down, thumbs-o-down
+ /// Added in 3.2.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ThumbsDown = 0xf165,
+
+ ///
+ /// Thumbs Up (thumbs-up)
+ /// Styles: solid, regular
+ /// Terms: +1, agree, approve, endorsement, good, hand, like, ok, okay, positive, recommend, social, success, support, thumb, thumbs up, vote, yes
+ /// Added in 3.2.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ThumbsUp = 0xf164,
+
+ ///
+ /// Trash Can (trash-can)
+ /// Styles: solid, regular
+ /// Terms: bin, delete, discard, dumpster, garbage, recycle, remove, rubbish, trash, trashcan, waste
+ /// Added in 5.0.0, updated in 5.10.2, 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TrashCan = 0xf2ed,
+
+ ///
+ /// Truck (truck)
+ /// Styles: solid, regular
+ /// Terms: cargo, delivery, delivery truck, freight, hauler, lorry, pickup, shipping, transport, truck, truck icon, vehicle
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.7, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Truck = 0xf0d1,
+
+ ///
+ /// User (user)
+ /// Styles: solid, regular
+ /// Terms: account, avatar, default, employee, gender-neutral, identity, individual, member, person, profile, silhouette, user, username
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.11, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ User = 0xf007,
+
+ ///
+ /// Window Maximize (window-maximize)
+ /// Styles: solid, regular
+ /// Terms: UI, browser, computer, enlarge, expand, fullscreen, interface, maximize, screen, window
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WindowMaximize = 0xf2d0,
+
+ ///
+ /// Window Minimize (window-minimize)
+ /// Styles: solid, regular
+ /// Terms: UI, collapse, desktop, hide, interface, minimize, reduce, screen, shrink, window
+ /// Added in 4.7.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WindowMinimize = 0xf2d1,
+
+ ///
+ /// Window Restore (window-restore)
+ /// Styles: solid, regular
+ /// Terms: application, browser, computer, desktop, interface, maximize, resize, restore, screen, window
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WindowRestore = 0xf2d2,
+
+ }
+}
diff --git a/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Solid.cs b/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Solid.cs
new file mode 100644
index 0000000..7c63611
--- /dev/null
+++ b/src/Geta.Optimizely.ContentTypeIcons/FontAwesome7Solid.cs
@@ -0,0 +1,10142 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace Geta.Optimizely.ContentTypeIcons
+{
+ ///
+ /// Font Awesome. Version 7.2.0.
+ ///
+ public enum FontAwesome7Solid
+ {
+ ///
+ /// 0 (0)
+ /// Terms: 0, digit zero, nada, nil, none, nothing, nought, null, number zero, zero, zilch
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0 and 6.7.0.
+ ///
+ _0 = 0x30,
+
+ ///
+ /// 1 (1)
+ /// Terms: 1, digit one, first, number one, numeral one, one, primary, single, unit
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _1 = 0x31,
+
+ ///
+ /// 2 (2)
+ /// Terms: 2, digit two, number two, numeral 2, numeric two, second, two
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _2 = 0x32,
+
+ ///
+ /// 3 (3)
+ /// Terms: 3, digit three, number three, numeral three, third, three, triad, trio
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _3 = 0x33,
+
+ ///
+ /// 4 (4)
+ /// Terms: 4, digit four, four, number 4, number four, numeral four, numeric 4
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _4 = 0x34,
+
+ ///
+ /// 5 (5)
+ /// Terms: digit five, digit symbol, figure 5, five, number five, number symbol, numeral 5, numeric 5
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _5 = 0x35,
+
+ ///
+ /// 6 (6)
+ /// Terms: 6, digit six, number 6, number six, numeral six, numeric 6, six
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _6 = 0x36,
+
+ ///
+ /// 7 (7)
+ /// Terms: 7, digit seven, number digit seven, number seven, numeral seven, numeric 7, seven
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _7 = 0x37,
+
+ ///
+ /// 8 (8)
+ /// Terms: digit eight, eight, figure eight, number eight, numeral 8, numeric 8
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _8 = 0x38,
+
+ ///
+ /// 9 (9)
+ /// Terms: digit nine, nine, number 9, number nine, numeral 9, numeric 9, symbol 9
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ _9 = 0x39,
+
+ ///
+ /// A (a)
+ /// Terms: alphabet, alphabet letter, character, latin letter, letter, letter a, lowercase a, text character, uppercase a
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ A = 0x41,
+
+ ///
+ /// Address Book (address-book)
+ /// Styles: solid, regular
+ /// Terms: address, address book, contact, contact list, contacts, directory, employee, little black book, people, personal organizer, phone book, profile, rolodex, user, username
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AddressBook = 0xf2b9,
+
+ ///
+ /// Address Card (address-card)
+ /// Styles: solid, regular
+ /// Terms: address, badge, business card, card, contact, contact card, credentials, employee, id, id card, identification, name card, personal info, profile, profile card, registration, user
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AddressCard = 0xf2bb,
+
+ ///
+ /// Alarm Clock (alarm-clock)
+ /// Styles: solid, regular
+ /// Terms: alarm, alarm clock, alert, bedtime, clock, deadline, morning, reminder, ringing, schedule, snooze, stopwatch, time, timer, wake up, watch
+ /// Added in 5.0.0, updated in 5.9.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ AlarmClock = 0xf34e,
+
+ ///
+ /// Align Center (align-center)
+ /// Terms: align, center, formatting, justify-center, layout, middle, paragraph, text, text-align
+ /// Added in 1.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AlignCenter = 0xf037,
+
+ ///
+ /// Align Justify (align-justify)
+ /// Terms: align, alignment, formatting, justified text, justify, layout, paragraph, text, text alignment
+ /// Added in 1.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AlignJustify = 0xf039,
+
+ ///
+ /// Align Left (align-left)
+ /// Terms: align, alignment, format, justify-left, left, left-align, paragraph, text, text-align-left
+ /// Added in 1.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AlignLeft = 0xf036,
+
+ ///
+ /// Align Right (align-right)
+ /// Terms: align, document, editor, formatting, justify-right, layout, paragraph, right, right-align, text
+ /// Added in 1.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AlignRight = 0xf038,
+
+ ///
+ /// Anchor (anchor)
+ /// Terms: anchor, berth, boat, dock, embed, harbor, link, maritime, moor, nautical, navigation, port, sea, secure, ship, stable
+ /// Added in 3.1.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Anchor = 0xf13d,
+
+ ///
+ /// Anchor Circle Check (anchor-circle-check)
+ /// Terms: anchor, approved, check, confirmed, enabled, marina, ok, okay, port, safe, secure, stable, valid, verified
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AnchorCircleCheck = 0xe4aa,
+
+ ///
+ /// Anchor Circle Exclamation (anchor-circle-exclamation)
+ /// Terms: alert, anchor, attention, caution, error, exclamation, issue, marina, notification, port, problem, unstable, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AnchorCircleExclamation = 0xe4ab,
+
+ ///
+ /// Anchor Circle Xmark (anchor-circle-xmark)
+ /// Terms: anchor, cancel, close, delete, disable, error, marina, nautical, not secure, port, reject, remove, uncheck, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AnchorCircleXmark = 0xe4ac,
+
+ ///
+ /// Anchor Lock (anchor-lock)
+ /// Terms: anchor, lock, locked, marina, padlock, port, privacy, protection, safe, secure, secure anchor, security
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AnchorLock = 0xe4ad,
+
+ ///
+ /// Angle Down (angle-down)
+ /// Terms: arrowhead, caret, chevron down, collapse, down arrow, download, dropdown, expand, more, open, scroll down, show more, toggle
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ AngleDown = 0xf107,
+
+ ///
+ /// Angle Left (angle-left)
+ /// Terms: angle bracket, arrow, arrow left, back, back button, caret, chevron left, direction, left, less than, navigation, previous, scroll left
+ /// Added in 3.0.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ AngleLeft = 0xf104,
+
+ ///
+ /// Angle Right (angle-right)
+ /// Terms: arrow, arrow right, caret, chevron right, forward, move right, navigation, next, next page, pointer right, right arrow, scroll right, slide right, triangle right
+ /// Added in 3.0.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ AngleRight = 0xf105,
+
+ ///
+ /// Angle Up (angle-up)
+ /// Terms: arrow, arrowhead up, caret, chevron up, close, collapse, expand less, increase, move up, scroll up, up arrow, up triangle, upload
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ AngleUp = 0xf106,
+
+ ///
+ /// Angles Down (angles-down)
+ /// Terms: arrow down, arrows, caret, chevrons down, collapse, double down, download, dropdown, expand, more, navigation, pointer down, scroll down
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AnglesDown = 0xf103,
+
+ ///
+ /// Angles Left (angles-left)
+ /// Terms: arrows, back, caret, chevrons, double angle, fast backward, laquo, left, navigation, previous, quotation mark, rewind, skip back
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AnglesLeft = 0xf100,
+
+ ///
+ /// Angles Right (angles-right)
+ /// Terms: arrows, caret, chevrons right, double angle, fast forward, forward, more, next, next page, quotation mark, quote, raquo, right angle
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AnglesRight = 0xf101,
+
+ ///
+ /// Angles Up (angles-up)
+ /// Terms: arrows, caret, chevrons, chevrons up, collapse, double up, expand, increase, move up, navigation up, scroll up, up arrows, upload
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AnglesUp = 0xf102,
+
+ ///
+ /// Ankh (ankh)
+ /// Terms: amulet, ancient egypt, ankh, coptic christianity, copts, cross, crux ansata, egypt, egyptian cross, eternal life, key of life, life, religion, spiritual, symbol
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Ankh = 0xf644,
+
+ ///
+ /// Apple Whole (apple-whole)
+ /// Terms: apple, fall, fresh, fruit, green apple, healthy, juicy, natural, orchard, produce, red apple, seasonal, snack, vegan, vegetarian
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AppleWhole = 0xf5d1,
+
+ ///
+ /// Aquarius (aquarius)
+ /// Terms: air sign, aquarius, astrology, constellation, february, horoscope, january, sign, stars, water bearer, zodiac
+ /// Added in 7.2.0.
+ ///
+ Aquarius = 0xe845,
+
+ ///
+ /// Archway (archway)
+ /// Terms: arch, architecture, archway, doorway, entrance, gate, historic, landmark, monument, old city, passage, portal, stone arch
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Archway = 0xf557,
+
+ ///
+ /// Aries (aries)
+ /// Terms: april, aries, astrology, constellation, fire sign, horoscope, march, ram, sign, stars, zodiac
+ /// Added in 7.2.0.
+ ///
+ Aries = 0xe846,
+
+ ///
+ /// Arrow Down (arrow-down)
+ /// Terms: arrow down, arrow pointing down, chevron down, descend, direction, down arrow, download, downward, downwards arrow, drop, move down, navigation down, scroll down
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowDown = 0xf063,
+
+ ///
+ /// Arrow Down 1 9 (arrow-down-1-9)
+ /// Terms: 1-9, arrange, ascending, filter, number order, numbers, numeric, order, sort, sort by number, sort-ascending, sort-numeric-asc
+ /// Added in 3.2.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowDown19 = 0xf162,
+
+ ///
+ /// Arrow Down 9 1 (arrow-down-9-1)
+ /// Terms: 9-1, arrange, arrow-down, descending, down, filter, numbers, numeric, order, sort, sort-numeric-desc
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowDown91 = 0xf886,
+
+ ///
+ /// Arrow Down A Z (arrow-down-a-z)
+ /// Terms: a-z, alphabet, alphabetical, arrange, ascending, filter, letters, order, sort, sort-alpha-asc, sort-asc, sort-letters
+ /// Added in 3.2.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowDownAZ = 0xf15d,
+
+ ///
+ /// Arrow Down Long (arrow-down-long)
+ /// Terms: arrow, arrow-down, arrow-symbol, direction, down, download, download-arrow, downward, long-arrow-down, move-down
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowDownLong = 0xf175,
+
+ ///
+ /// Arrow Down Short Wide (arrow-down-short-wide)
+ /// Terms: arrange, arrow, descending, down, filter, order, short, sort, sort-amount-asc, wide
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowDownShortWide = 0xf884,
+
+ ///
+ /// Arrow Down Up Across Line (arrow-down-up-across-line)
+ /// Terms: arrows, directional, exchange, move, navigation, reorder, swap, switch, transfer, up and down
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowDownUpAcrossLine = 0xe4af,
+
+ ///
+ /// Arrow Down Up Lock (arrow-down-up-lock)
+ /// Terms: arrows, data transfer, exchange, lock, locked, padlock, privacy, protected, secure, security, transfer, up and down
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowDownUpLock = 0xe4b0,
+
+ ///
+ /// Arrow Down Wide Short (arrow-down-wide-short)
+ /// Terms: arrange, descending, down, filter, number, order, short arrow, sort, sort amount asc, sort descending, wide arrow
+ /// Added in 3.2.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowDownWideShort = 0xf160,
+
+ ///
+ /// Arrow Down Z A (arrow-down-z-a)
+ /// Terms: alphabetical, alphabetically descending, arrange, descending, filter, order, reverse alphabetical, sort, sort descending, sort reverse, sort z-a, z to a
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowDownZA = 0xf881,
+
+ ///
+ /// Arrow Left (arrow-left)
+ /// Terms: arrow, arrow left, back, backward, direction, go back, left, navigation, previous, return, rewind, undo
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowLeft = 0xf060,
+
+ ///
+ /// Arrow Left Long (arrow-left-long)
+ /// Terms: arrow, back, direction, go back, left, long arrow, navigation, previous, return, undo
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowLeftLong = 0xf177,
+
+ ///
+ /// Arrow Pointer (arrow-pointer)
+ /// Terms: UI pointer, arrow, arrow cursor, click, cursor, input device, mouse, mouse arrow, mouse pointer, navigation, pointer, pointer arrow, pointer icon, select
+ /// Added in 4.4.0, updated in 5.0.0, 5.0.3, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowPointer = 0xf245,
+
+ ///
+ /// Arrow Right (arrow-right)
+ /// Terms: arrow, arrow right, arrowhead, continue, direction, forward, move right, navigation, next, next page, proceed, right, rightwards arrow
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowRight = 0xf061,
+
+ ///
+ /// Arrow Right Arrow Left (arrow-right-arrow-left)
+ /// Terms: arrow, arrows, back-and-forth, bidirectional, exchange, flip, reciprocal, reverse, swap, switch, toggle, transfer
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowRightArrowLeft = 0xf0ec,
+
+ ///
+ /// Arrow Right From Bracket (arrow-right-from-bracket)
+ /// Terms: arrow, arrow-right, exit, exit door, forward, leave, log off, log out, logoff, logout, next, outbox, send, sign out
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowRightFromBracket = 0xf08b,
+
+ ///
+ /// Arrow Right Long (arrow-right-long)
+ /// Terms: arrow, continue, direction, forward, long arrow, move, navigation, next, proceed, right
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowRightLong = 0xf178,
+
+ ///
+ /// Arrow Right To Bracket (arrow-right-to-bracket)
+ /// Terms: access, arrow, enter, forward, insert, join, log in, login, next, proceed, sign in, sign up, sign-in, sign-on, signin, signup, submit
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowRightToBracket = 0xf090,
+
+ ///
+ /// Arrow Right To City (arrow-right-to-city)
+ /// Terms: arrival, arrow, building, city, direction, enter, move, navigation, right, urban
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowRightToCity = 0xe4b3,
+
+ ///
+ /// Arrow Rotate Left (arrow-rotate-left)
+ /// Terms: anticlockwise, back, cancel, control z, history, previous, reset, return, reverse, rewind, rotate, swap, undo
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowRotateLeft = 0xf0e2,
+
+ ///
+ /// Arrow Rotate Right (arrow-rotate-right)
+ /// Terms: clockwise, cycle, forward, redo, refresh, reload, reload page, renew, repeat, retry, rotate, sync, update
+ /// Added in 1.0.0, updated in 5.0.0, 5.8.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowRotateRight = 0xf01e,
+
+ ///
+ /// Arrow Trend Down (arrow-trend-down)
+ /// Terms: arrow, chart, decline, decrease, down, drop, falling, graph, line, loss, negative, stock, trend
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowTrendDown = 0xe097,
+
+ ///
+ /// Arrow Trend Up (arrow-trend-up)
+ /// Terms: arrow, chart, graph, growth, increase, performance, positive, progress, rising, stocks, trend, upward
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowTrendUp = 0xe098,
+
+ ///
+ /// Arrow Turn Down (arrow-turn-down)
+ /// Terms: arrow, arrow curve, arrow down, arrow turn, curve, direction, down, navigation, rotate, turn
+ /// Added in 3.1.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowTurnDown = 0xf149,
+
+ ///
+ /// Arrow Turn Up (arrow-turn-up)
+ /// Terms: arrow, arrow curve, arrow rotate, arrow turn, arrow up, curve, direction, rotate, turn, up
+ /// Added in 3.1.0, updated in 5.0.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowTurnUp = 0xf148,
+
+ ///
+ /// Arrow Up (arrow-up)
+ /// Terms: arrow, ascension, forward, higher, increase, rise, top, up, upgrade, upload, upwards
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowUp = 0xf062,
+
+ ///
+ /// Arrow Up 1 9 (arrow-up-1-9)
+ /// Terms: arrange, ascending, filter, increase, numbers, numeric, order, ranking, sequence, sort, sort-numeric-asc, up
+ /// Added in 3.2.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUp19 = 0xf163,
+
+ ///
+ /// Arrow Up 9 1 (arrow-up-9-1)
+ /// Terms: arrange, ascending, filter, increase, numbers, numeric, order, sort, sort-numeric-asc, up
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUp91 = 0xf887,
+
+ ///
+ /// Arrow Up A Z (arrow-up-a-z)
+ /// Terms: a to z, alphabet, alphabetical, arrange, ascending, filter, letters, order, sort, sort-alpha-asc
+ /// Added in 3.2.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUpAZ = 0xf15e,
+
+ ///
+ /// Arrow Up From Bracket (arrow-up-from-bracket)
+ /// Terms: arrow, export, move up, outbox, send, send out, share, submit, transfer, upload
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowUpFromBracket = 0xe09a,
+
+ ///
+ /// Arrow Up From Ground Water (arrow-up-from-ground-water)
+ /// Terms: aquifer, groundwater, irrigation, spring, upward arrow, water flow, water rising, water source, water supply, water table, well
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUpFromGroundWater = 0xe4b5,
+
+ ///
+ /// Arrow Up From Water Pump (arrow-up-from-water-pump)
+ /// Terms: drainage, flood, groundwater, irrigation, plumbing, pump, submersible, sump pump, upgrade, upward arrow, water flow, water pump
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUpFromWaterPump = 0xe4b6,
+
+ ///
+ /// Arrow Up Long (arrow-up-long)
+ /// Terms: arrow, arrow-up, ascension, increase, long-arrow-up, move up, rise, up, upload, upward
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUpLong = 0xf176,
+
+ ///
+ /// Arrow Up Right Dots (arrow-up-right-dots)
+ /// Terms: arrow, chart, direction, growth, improvement, increase, northeast, positive, progress, rising, statistics, trend, upgrade
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUpRightDots = 0xe4b7,
+
+ ///
+ /// Arrow Up Right From Square (arrow-up-right-from-square)
+ /// Terms: arrow, export, external, launch, link, navigate, new, open, redirect, send, share, up-right
+ /// Added in 1.0.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowUpRightFromSquare = 0xf08e,
+
+ ///
+ /// Arrow Up Short Wide (arrow-up-short-wide)
+ /// Terms: arrange, arrow, ascending, expand, filter, increase, order, short, sort, sort-amount-desc, up, wide, widen
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUpShortWide = 0xf885,
+
+ ///
+ /// Arrow Up Wide Short (arrow-up-wide-short)
+ /// Terms: arrange, arrow, expand, filter, increase, order, short, sort, sort-amount-desc, up, upgrade, wide, widen
+ /// Added in 3.2.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowUpWideShort = 0xf161,
+
+ ///
+ /// Arrow Up Z A (arrow-up-z-a)
+ /// Terms: alphabetical, arrange, descending, filter, order, reverse alphabetical, sort, sort-alpha-desc, z to a
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowUpZA = 0xf882,
+
+ ///
+ /// Arrows Down To Line (arrows-down-to-line)
+ /// Terms: arrow down, arrow pointing down, arrow to line, download, download arrow, downward, insert, move down, sink
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsDownToLine = 0xe4b8,
+
+ ///
+ /// Arrows Down To People (arrows-down-to-people)
+ /// Terms: audience, collaboration, community, focus, group, interaction, people, targeted, team, users
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsDownToPeople = 0xe4b9,
+
+ ///
+ /// Arrows Left Right (arrows-left-right)
+ /// Terms: arrows, direction, drag, exchange, expand, horizontal, left, move, resize, right, shift, swap, wide
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsLeftRight = 0xf07e,
+
+ ///
+ /// Arrows Left Right To Line (arrows-left-right-to-line)
+ /// Terms: adjust, arrows, direction, expand, gap, horizontal, interface, left, move, navigation, resize, right, swap, transfer
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsLeftRightToLine = 0xe4ba,
+
+ ///
+ /// Arrows Rotate (arrows-rotate)
+ /// Terms: clockwise, cycle, exchange, refresh, reload, renew, repeat, reset, retry, rotate, rotation, swap, sync, turn, update
+ /// Added in 1.0.0, updated in 5.0.0, 5.8.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ArrowsRotate = 0xf021,
+
+ ///
+ /// Arrows Spin (arrows-spin)
+ /// Terms: circular, cycle, loop, refresh, reload, repeat, rotate, spin, sync, turning, whirl
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsSpin = 0xe4bb,
+
+ ///
+ /// Arrows Split Up And Left (arrows-split-up-and-left)
+ /// Terms: arrows, branching, direction, diverge, divide, flow, left, move, navigation, separate, split, up
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsSplitUpAndLeft = 0xe4bc,
+
+ ///
+ /// Arrows To Circle (arrows-to-circle)
+ /// Terms: aim, center, centralize, concentrate, converge, convergence, coordinate, coordination, direction, focal point, focus, hub, insert, pinpoint, target
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsToCircle = 0xe4bd,
+
+ ///
+ /// Arrows To Dot (arrows-to-dot)
+ /// Terms: assembly point, center, centralize, collect, converge, focus, gather, hub, point, target
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsToDot = 0xe4be,
+
+ ///
+ /// Arrows To Eye (arrows-to-eye)
+ /// Terms: attention, center, focus, look, monitor, observation, target, view, vision, watch
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsToEye = 0xe4bf,
+
+ ///
+ /// Arrows Turn Right (arrows-turn-right)
+ /// Terms: arrows
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsTurnRight = 0xe4c0,
+
+ ///
+ /// Arrows Turn To Dots (arrows-turn-to-dots)
+ /// Terms: arrows, change, cycle, destination, direction, dots, insert, loop, movement, navigation, nexus, point, rotate, turn
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsTurnToDots = 0xe4c1,
+
+ ///
+ /// Arrows Up Down (arrows-up-down)
+ /// Terms: adjust, arrows, direction, down, drag, expand, move, reorder, resize, scroll, swap, up, vertical
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsUpDown = 0xf07d,
+
+ ///
+ /// Arrows Up Down Left Right (arrows-up-down-left-right)
+ /// Terms: adjust, arrow, arrows, directions, down, drag, enlarge, expand, left, move, navigation, reorder, reposition, resize, right, up
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsUpDownLeftRight = 0xf047,
+
+ ///
+ /// Arrows Up To Line (arrows-up-to-line)
+ /// Terms: arrow up, elevate, growth, improvement, increase, progress, rise, scale up, upgrade, upward
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ArrowsUpToLine = 0xe4c2,
+
+ ///
+ /// Asterisk (asterisk)
+ /// Terms: annotation, asterisk, emphasis, footnote, highlight, note, reference, required, star, symbol, wildcard
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Asterisk = 0x2a,
+
+ ///
+ /// At (at)
+ /// Terms: address, at, commercial at, contact, e-mail, email, handle, inbox, mail, symbol, username
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ At = 0x40,
+
+ ///
+ /// Atom (atom)
+ /// Terms: atom, atom symbol, atomic, chemistry, electron, energy, experiment, isotope, molecule, neutron, nuclear, particle, physics, proton, quantum, research, science
+ /// Added in 5.12.0, updated in 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Atom = 0xf5d2,
+
+ ///
+ /// Audio Description (audio-description)
+ /// Terms: accessibility, audio description, blind, descriptive audio, narration, video, visual aid, visually impaired
+ /// Added in 4.6.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AudioDescription = 0xf29e,
+
+ ///
+ /// Austral Sign (austral-sign)
+ /// Terms: Argentine currency, Austral Sign, cash, currency, finance, monetary, money, payment, peso, symbol
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ AustralSign = 0xe0a9,
+
+ ///
+ /// Award (award)
+ /// Terms: accolade, achievement, award, badge, certificate, commendation, honor, medal, praise, prize, recognition, reward, ribbon, trophy
+ /// Added in 5.1.0, updated in 5.10.2, 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Award = 0xf559,
+
+ ///
+ /// B (b)
+ /// Terms: alphabet, capital b, character, font, letter b, letterform, lowercase b, symbol, text, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ B = 0x42,
+
+ ///
+ /// Baby (baby)
+ /// Terms: baby, baby face, baby icon, child, child icon, infant, infant icon, kid, little one, newborn, newborn baby, toddler
+ /// Added in 5.10.1, updated in 5.6.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Baby = 0xf77c,
+
+ ///
+ /// Baby Carriage (baby-carriage)
+ /// Terms: baby, buggy, carriage, infant, newborn, pram, push, pushchair, stroller, transport, walk, wheels
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BabyCarriage = 0xf77d,
+
+ ///
+ /// Backward (backward)
+ /// Terms: arrow, back, back button, double, go back, previous, previous track, reverse, rewind, skip back
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Backward = 0xf04a,
+
+ ///
+ /// Backward Fast (backward-fast)
+ /// Terms: arrow, back, beginning, double arrow, fast backward, first, media control, music, previous, previous track, rewind, skip back, start, track, video
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BackwardFast = 0xf049,
+
+ ///
+ /// Backward Step (backward-step)
+ /// Terms: back, backward, beginning, first, go back, previous, reverse, rewind, start, step back, undo
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BackwardStep = 0xf048,
+
+ ///
+ /// Bacon (bacon)
+ /// Terms: bacon, breakfast, brunch, crispy, cured, deli, food, fried, grease, meat, pork, rasher, savory, snack, strip
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bacon = 0xf7e5,
+
+ ///
+ /// Bacteria (bacteria)
+ /// Terms: antibiotic, antibody, bacteria, disease, germ, health, infection, microbe, microorganism, pathogen, sick, virus
+ /// Added in 5.13.0, updated in 5.13.1, 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bacteria = 0xe059,
+
+ ///
+ /// Bacterium (bacterium)
+ /// Terms: antibiotic, bacteria, bacterium, disease, germ, health, infection, microbe, microorganism, pathogen, sick
+ /// Added in 5.13.0, updated in 5.13.1, 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bacterium = 0xe05a,
+
+ ///
+ /// Bag Shopping (bag-shopping)
+ /// Terms: bag, basket, buy, cart, checkout, grocery, purchase, retail, sale, shopping, shopping bag, shopping cart, shopping spree, shopping tote, store
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BagShopping = 0xf290,
+
+ ///
+ /// Bahai (bahai)
+ /// Terms: baha'i faith, bahai, bahai symbol, bahá'í, faith, nine-pointed star, religion, spiritual, star, symbol
+ /// Added in 5.12.0, updated in 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bahai = 0xf666,
+
+ ///
+ /// Baht Sign (baht-sign)
+ /// Terms: baht, cash, currency, finance, money, payment, thai baht, thai currency, thailand, ฿
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BahtSign = 0xe0ac,
+
+ ///
+ /// Ban (ban)
+ /// Terms: abort, ban, block, cancel, deny, disabled, entry, forbidden, hide, no, prohibit, prohibited, remove, slash, stop
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Ban = 0xf05e,
+
+ ///
+ /// Ban Smoking (ban-smoking)
+ /// Terms: ban, banned, cancel, circle, deny, disallowed, forbidden, no, no smoking, non-smoking, prohibited, restricted, slash, smoke-free, smoking, stop
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BanSmoking = 0xf54d,
+
+ ///
+ /// Bandage (bandage)
+ /// Terms: adhesive bandage, bandage, boo boo, first aid, healing, healthcare, injury, medical, ouch, patch, plaster, wound
+ /// Added in 5.0.7, updated in 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bandage = 0xf462,
+
+ ///
+ /// Bangladeshi Taka Sign (bangladeshi-taka-sign)
+ /// Terms: bangladesh, bdt, cash, currency, financial, money, payment, price, taka, tk
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BangladeshiTakaSign = 0xe2e6,
+
+ ///
+ /// Barcode (barcode)
+ /// Terms: barcode, barcode-scanner, code, inventory, label, laser, price, product, retail, scan, scanner, tracking, upc
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Barcode = 0xf02a,
+
+ ///
+ /// Bars (bars)
+ /// Terms: bars, burger, burger menu, drag, hamburger, interface, list, menu, menu button, mobile menu, nav, navigation, options, panel, reorder, sidebar, toggle
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bars = 0xf0c9,
+
+ ///
+ /// Bars Progress (bars-progress)
+ /// Terms: bar chart, checklist, download, downloading, loading, loading indicator, poll, progress, progress bar, progress indicator, project management, status, task, to do
+ /// Added in 5.10.2, updated in 5.7.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BarsProgress = 0xf828,
+
+ ///
+ /// Bars Staggered (bars-staggered)
+ /// Terms: bars, controls, flow, layout, list, menu, options, settings, staggered, timeline
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BarsStaggered = 0xf550,
+
+ ///
+ /// Baseball (baseball)
+ /// Terms: ball, baseball, bat, catcher, diamond, foul, glove, hardball, home run, league, mlb, pitcher, softball, sport, strike
+ /// Added in 5.0.5, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Baseball = 0xf433,
+
+ ///
+ /// Baseball Bat Ball (baseball-bat-ball)
+ /// Terms: ball, baseball, baseball equipment, baseball game, baseball player, bat, hitter, league, mlb, slugger, softball, sport
+ /// Added in 5.0.5, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BaseballBatBall = 0xf432,
+
+ ///
+ /// Basket Shopping (basket-shopping)
+ /// Terms: basket, buy, cart, checkout, goods, grocery, market, purchase, retail, shopping, shopping basket, shopping cart, store
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BasketShopping = 0xf291,
+
+ ///
+ /// Basketball (basketball)
+ /// Terms: ball, basket, basketball, court, dribble, dunk, foul, hoop, jump shot, nba, player, rebound, slam dunk, sport, team
+ /// Added in 5.0.5, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Basketball = 0xf434,
+
+ ///
+ /// Bath (bath)
+ /// Terms: bath, bathroom, bathtub, clean, cleansing, hygiene, relaxation, shower, soak, spa, tub, wash, water
+ /// Added in 4.7.0, updated in 5.0.0, 5.12.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bath = 0xf2cd,
+
+ ///
+ /// Battery Empty (battery-empty)
+ /// Terms: battery, charge, dead, drain, empty, energy, flat, low, power, status, zero
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BatteryEmpty = 0xf244,
+
+ ///
+ /// Battery Full (battery-full)
+ /// Terms: battery, battery charge, battery icon, battery level, battery status, charge, energy, full, power, status
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BatteryFull = 0xf240,
+
+ ///
+ /// Battery Half (battery-half)
+ /// Terms: battery, battery-status, charge, energy, half, half-full, level, medium, power, status
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BatteryHalf = 0xf242,
+
+ ///
+ /// Battery Quarter (battery-quarter)
+ /// Terms: almost empty, battery, charge, energy, half-full, level, low, power, quarter, status, weak
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BatteryQuarter = 0xf243,
+
+ ///
+ /// Battery Three Quarters (battery-three-quarters)
+ /// Terms: 75%, battery, battery level, battery status, charge, energy, level, medium charge, partially charged, power, status, three quarters
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BatteryThreeQuarters = 0xf241,
+
+ ///
+ /// Bed (bed)
+ /// Terms: bed frame, bedroom, furniture, hospital, hotel, lodging, mattress, nap, patient, relaxation, rest, sleep, sleeping, tired, travel
+ /// Added in 4.3.0, updated in 5.0.0, 5.1.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bed = 0xf236,
+
+ ///
+ /// Bed Pulse (bed-pulse)
+ /// Terms: ECG, EKG, bed, care, electrocardiogram, emergency, health, heartbeat, hospital, life-support, medical, monitoring, patient, pulse, vital
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BedPulse = 0xf487,
+
+ ///
+ /// Beer Mug Empty (beer-mug-empty)
+ /// Terms: alcohol, ale, bar, beer, beverage, brew, brewery, drink, empty, foam, lager, mug, pint, stein
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BeerMugEmpty = 0xf0fc,
+
+ ///
+ /// Bell (bell)
+ /// Styles: solid, regular
+ /// Terms: alarm, alert, bell, buzzer, call, chime, ding, notification, prompt, reminder, request, ring, signal, tone
+ /// Added in 2.0.0, updated in 5.0.0, 5.11.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bell = 0xf0f3,
+
+ ///
+ /// Bell Concierge (bell-concierge)
+ /// Terms: alert, assistance, attention, bell, bellhop, call, concierge, front desk, help, hotel, notification, receptionist, request, service, support
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BellConcierge = 0xf562,
+
+ ///
+ /// Bell Slash (bell-slash)
+ /// Styles: solid, regular
+ /// Terms: alert, bell, block, cancel, disable notifications, disabled, do not disturb, mute, no sound, notification, off, quiet, reminder, silent, sound off
+ /// Added in 4.2.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BellSlash = 0xf1f6,
+
+ ///
+ /// Bezier Curve (bezier-curve)
+ /// Terms: anchor points, bezier, control points, curve, drawing, graphic design, illustration, line, path, pen tool, shape, smooth curve, vector
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BezierCurve = 0xf55b,
+
+ ///
+ /// Bicycle (bicycle)
+ /// Terms: bicycle, bike, cycle, cycling, eco-friendly, exercise, pedal, ride, sport, transportation, two-wheeler, vehicle
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bicycle = 0xf206,
+
+ ///
+ /// Binoculars (binoculars)
+ /// Terms: binoculars, explore, glasses, inspection, look, magnifier, magnify, nature, observe, outdoor, scout, spyglass, survey, telescope, view, watch
+ /// Added in 4.2.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Binoculars = 0xf1e5,
+
+ ///
+ /// Biohazard (biohazard)
+ /// Terms: biohazard, biohazard sign, contamination, danger, epidemic, hazard, hazardous waste, hazmat, infectious, medical, pandemic, quarantine, toxic, virus, warning
+ /// Added in 5.6.0, updated in 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Biohazard = 0xf780,
+
+ ///
+ /// Bitcoin Sign (bitcoin-sign)
+ /// Terms: bitcoin, bitcoin sign, blockchain, btc, coin, crypto, cryptocurrency, currency, digital currency
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BitcoinSign = 0xe0b4,
+
+ ///
+ /// Blender (blender)
+ /// Terms: blend, blender, cocktail maker, crush, drink maker, food processor, kitchen appliance, milkshake, mixer, puree, shake, smoothie
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Blender = 0xf517,
+
+ ///
+ /// Blender Phone (blender-phone)
+ /// Terms: appliance, beverage, blender, cocktail, drink, funny, kitchen, milkshake, mixer, phone, puree, silly, smoothie
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BlenderPhone = 0xf6b6,
+
+ ///
+ /// Blog (blog)
+ /// Terms: article, blog, diary, entry, journal, log, online, personal, post, website, wordpress, writing
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Blog = 0xf781,
+
+ ///
+ /// Bold (bold)
+ /// Terms: bold, emphasis, font, format, highlight, strong, style, text, typography, weight
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bold = 0xf032,
+
+ ///
+ /// Bolt (bolt)
+ /// Terms: bolt, charge, electric, electricity, energy, flash, high voltage, lightning, power, strike, thunderbolt, weather, zap
+ /// Added in 2.0.0, updated in 5.0.0, 5.5.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bolt = 0xf0e7,
+
+ ///
+ /// Bolt Lightning (bolt-lightning)
+ /// Terms: bolt, electric, electricity, energy, flash, lightning, power, storm, strike, thunderbolt, weather, zap
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BoltLightning = 0xe0b7,
+
+ ///
+ /// Bomb (bomb)
+ /// Terms: blast, bomb, boom, cartoon, danger, detonator, explosion, explosive, fuse, grenade, kaboom, warning
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bomb = 0xf1e2,
+
+ ///
+ /// Bone (bone)
+ /// Terms: anatomy, bone, calcium, chew, dog, femur, joint, marrow, pet, skeletal, skeleton, tibia, treat
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bone = 0xf5d7,
+
+ ///
+ /// Bong (bong)
+ /// Terms: apparatus, cannabis, herbal, marijuana, pipe, smoke, smoking, smoking device, tokes, water pipe, weed
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bong = 0xf55c,
+
+ ///
+ /// Book (book)
+ /// Terms: book, diary, education, journal, knowledge, library, literature, manuscript, notebook, publication, reading, research, study, text, writing
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Book = 0xf02d,
+
+ ///
+ /// Book Atlas (book-atlas)
+ /// Terms: atlas, book, directions, exploration, geography, globe, guide, knowledge, library, map, navigation, reference, research, travel, wayfinding
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookAtlas = 0xf558,
+
+ ///
+ /// Book Bible (book-bible)
+ /// Terms: bible, book, catholicism, christianity, faith, god, gospel, holy book, religion, scripture, testament
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookBible = 0xf647,
+
+ ///
+ /// Book Bookmark (book-bookmark)
+ /// Terms: book, bookmark, favorite, knowledge, library, reading, reference, research, save, study
+ /// Added in 6.0.0-beta1, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookBookmark = 0xe0bb,
+
+ ///
+ /// Book Journal Whills (book-journal-whills)
+ /// Terms: ancient, book, force, jedi, journal, lore, scripture, scroll, sith, star wars, tome, whills, yoda
+ /// Added in 5.11.0, updated in 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookJournalWhills = 0xf66a,
+
+ ///
+ /// Book Medical (book-medical)
+ /// Terms: appointment, chart, clinic, diary, documentation, file, health, history, hospital, journal, medical, notes, patient, record, research
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookMedical = 0xf7e6,
+
+ ///
+ /// Book Open (book-open)
+ /// Terms: book, education, guide, knowledge, library, literature, manual, notebook, open book, pages, reading, research, study, text
+ /// Added in 5.0.13, updated in 5.1.0, 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BookOpen = 0xf518,
+
+ ///
+ /// Book Open Reader (book-open-reader)
+ /// Terms: book, education, flyer, library, literature, notebook, open book, pamphlet, reader, reading, research, study
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookOpenReader = 0xf5da,
+
+ ///
+ /// Book Quran (book-quran)
+ /// Terms: holy book, islam, islamic text, koran, muslim, muslim faith, quran, religion, sacred text, scripture
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookQuran = 0xf687,
+
+ ///
+ /// Book Skull (book-skull)
+ /// Terms: Dungeons & Dragons, curses, d&d, dark arts, death, dnd, evil, fantasy, halloween, library, magic, necronomicon, occult, read, research, skull, sorcery, spellbook, witchcraft
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookSkull = 0xf6b7,
+
+ ///
+ /// Book Tanakh (book-tanakh)
+ /// Terms: bible, book, faith, hebrew bible, jewish, judaism, old testament, religion, religious text, sacred text, scripture, spiritual, tanakh, torah
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BookTanakh = 0xf827,
+
+ ///
+ /// Bookmark (bookmark)
+ /// Styles: solid, regular
+ /// Terms: bookmark, clip, favorite, flag, hold, keep, mark, marker, page, read, remember, research, ribbon, save, tag
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bookmark = 0xf02e,
+
+ ///
+ /// Border All (border-all)
+ /// Terms: border, border-style, box, cell, cells, frame, grid, layout, outline, spreadsheet, square, table
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BorderAll = 0xf84c,
+
+ ///
+ /// Border None (border-none)
+ /// Terms: border, borderless, cell, clear border, grid, no border, none, outline, remove border, stroke, table
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BorderNone = 0xf850,
+
+ ///
+ /// Border Top Left (border-top-left)
+ /// Terms: border, box, cell, corner, edge, grid, left, outline, stroke, table, top
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BorderTopLeft = 0xf853,
+
+ ///
+ /// Bore Hole (bore-hole)
+ /// Terms: bore, borehole, dig, drill, drilling, drilling rig, excavation, hole, shaft, tunnel, underground
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BoreHole = 0xe4c3,
+
+ ///
+ /// Bottle Droplet (bottle-droplet)
+ /// Terms: alcohol, beverage, bottle, container, drink, droplet, fluid, liquid, oil, olive oil, pour, wine
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BottleDroplet = 0xe4c4,
+
+ ///
+ /// Bottle Water (bottle-water)
+ /// Terms: beverage, bottle, container, drink, h2o, hydration, liquid, plastic, refreshment, water
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BottleWater = 0xe4c5,
+
+ ///
+ /// Bowl Food (bowl-food)
+ /// Terms: bowl, cat food, dish, dog food, food, kibble, meal, pet bowl, pet food, rice, snack
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BowlFood = 0xe4c6,
+
+ ///
+ /// Bowl Rice (bowl-rice)
+ /// Terms: Asian cuisine, boiled, bowl, cooked rice, food, grain, meal, rice, side dish, steamed
+ /// Added in 6.0.0-beta1, updated in 6.1.0, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BowlRice = 0xe2eb,
+
+ ///
+ /// Bowling Ball (bowling-ball)
+ /// Terms: alley, ball, bowling, bowling ball, candlepin, game, gutter, lane, pins, roll, sports, strike, tenpin
+ /// Added in 5.0.5, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BowlingBall = 0xf436,
+
+ ///
+ /// Box (box)
+ /// Terms: archive, box, carton, container, crate, delivery, gift box, moving, package, packing, parcel, shipping, storage, storage box
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Box = 0xf466,
+
+ ///
+ /// Box Archive (box-archive)
+ /// Terms: archive, backup, box, container, delivery, file, folder, package, parcel, save, shipment, storage
+ /// Added in 3.2.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BoxArchive = 0xf187,
+
+ ///
+ /// Box Open (box-open)
+ /// Terms: box, carton, container, crate, delivery, gift, open box, package, parcel, shipping, storage, unboxing, unpack
+ /// Added in 5.0.9, updated in 5.7.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BoxOpen = 0xf49e,
+
+ ///
+ /// Box Tissue (box-tissue)
+ /// Terms: allergy, box, cold, cough, covid-19, flu, hygiene, kleenex, mucus, nose, runny nose, sneeze, snot, tissue, tissues
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BoxTissue = 0xe05b,
+
+ ///
+ /// Boxes Packing (boxes-packing)
+ /// Terms: archive, box, container, delivery, moving, package, packing, parcel, shipping, storage, supplies
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BoxesPacking = 0xe4c7,
+
+ ///
+ /// Boxes Stacked (boxes-stacked)
+ /// Terms: archives, boxes, carton, container, inventory, logistics, organizing, packing, shipping, stacked, storage, supply chain, warehouse
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BoxesStacked = 0xf468,
+
+ ///
+ /// Braille (braille)
+ /// Terms: accessibility, alphabet, blind, braille, dots, raised, reading, tactile, touch, vision impaired, visually impaired
+ /// Added in 4.6.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Braille = 0xf2a1,
+
+ ///
+ /// Brain (brain)
+ /// Terms: brain, cerebellum, cerebrum, creativity, genius, gray matter, idea, intellect, intelligence, knowledge, mind, noodle, scholar, smart, thinking, wit
+ /// Added in 5.11.0, updated in 5.2.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Brain = 0xf5dc,
+
+ ///
+ /// Brazilian Real Sign (brazilian-real-sign)
+ /// Terms: brazil, brazilian currency, brazilian real, brazilian real sign, cash, currency, currency symbol, financial, money, payment, real
+ /// Added in 6.0.0-beta3, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BrazilianRealSign = 0xe46c,
+
+ ///
+ /// Bread Slice (bread-slice)
+ /// Terms: baked, bakery, baking, bread, breakfast, crust, dough, flour, gluten, grain, loaf, sandwich, slice, toast, wheat, yeast
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BreadSlice = 0xf7ec,
+
+ ///
+ /// Bridge (bridge)
+ /// Terms: bridge, connection, crossing, infrastructure, overpass, pathway, river crossing, road, span, viaduct
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bridge = 0xe4c8,
+
+ ///
+ /// Bridge Circle Check (bridge-circle-check)
+ /// Terms: active, approve, bridge, check, confirm, connection, enabled, ok, okay, pass, road, success, validate, verify, working
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BridgeCircleCheck = 0xe4c9,
+
+ ///
+ /// Bridge Circle Exclamation (bridge-circle-exclamation)
+ /// Terms: affected, alert, bridge, caution, danger, exclamation, failure, problem, road, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BridgeCircleExclamation = 0xe4ca,
+
+ ///
+ /// Bridge Circle Xmark (bridge-circle-xmark)
+ /// Terms: block, bridge, cancel, close, crossing, delete, deny, no, reject, remove, road, stop, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BridgeCircleXmark = 0xe4cb,
+
+ ///
+ /// Bridge Lock (bridge-lock)
+ /// Terms: access, barrier, bridge, closed, lock, locked, padlock, privacy, protection, quarantine, restricted, road, security
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BridgeLock = 0xe4cc,
+
+ ///
+ /// Bridge Water (bridge-water)
+ /// Terms: bridge, crossing, highway, overpass, river, road, span, structure, viaduct, water
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BridgeWater = 0xe4ce,
+
+ ///
+ /// Briefcase (briefcase)
+ /// Terms: bag, briefcase, business, career, case, contract, document, job, luggage, meeting, office, portfolio, professional, suitcase, work
+ /// Added in 2.0.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Briefcase = 0xf0b1,
+
+ ///
+ /// Briefcase Medical (briefcase-medical)
+ /// Terms: clinic, doctor, doctor bag, emergency, emt, first aid, health, healthcare, hospital, medical, medical kit, medicine, nurse, paramedic, treatment
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BriefcaseMedical = 0xf469,
+
+ ///
+ /// Broom (broom)
+ /// Terms: broom, brush, clean, cleaning, dust, flying broom, halloween, household, janitor, magic broom, sweep, sweeping, tidy, witch
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Broom = 0xf51a,
+
+ ///
+ /// Broom Ball (broom-ball)
+ /// Terms: ball, bludger, broom, flying ball, golden snitch, harry potter, hogwarts, magical sport, quaffle, quidditch, sport, wizard
+ /// Added in 5.0.5, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BroomBall = 0xf458,
+
+ ///
+ /// Brush (brush)
+ /// Terms: art, artist, bristles, brushstroke, color, creative, design, drawing, handle, paint, painting, tool
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Brush = 0xf55d,
+
+ ///
+ /// Bucket (bucket)
+ /// Terms: beach, bucket, carry, cleaning, container, gardening, pail, sand, sandcastle, scoop, water
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bucket = 0xe4cf,
+
+ ///
+ /// Bug (bug)
+ /// Terms: beetle, bug, debug, defect, error, fix, glitch, insect, issue, problem, repair, report, troubleshooting
+ /// Added in 3.2.0, updated in 5.0.0, 5.15.4, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bug = 0xf188,
+
+ ///
+ /// Bug Slash (bug-slash)
+ /// Terms: beetle, block, bug, cancel, disable, disabled, error, fix, glitch, insect, optimize, repair, report, warning
+ /// Added in 6.0.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ BugSlash = 0xe490,
+
+ ///
+ /// Bugs (bugs)
+ /// Terms: bedbug, bug, creepy crawly, infestation, insect, lice, parasite, pest, pest control, ticks
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bugs = 0xe4d0,
+
+ ///
+ /// Building (building)
+ /// Styles: solid, regular
+ /// Terms: apartment, architecture, building, business, city, company, corporate, headquarters, office, office building, real estate, skyscraper, tower, urban, workplace
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Building = 0xf1ad,
+
+ ///
+ /// Building Circle Arrow Right (building-circle-arrow-right)
+ /// Terms: arrow, building, city, delivery, distribution center, export, logistics, move, office, outbound, send, shipping, transfer, warehouse
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingCircleArrowRight = 0xe4d1,
+
+ ///
+ /// Building Circle Check (building-circle-check)
+ /// Terms: approved, building, check, city, confirm, enabled, office, ok, okay, success, validate, verified, working
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingCircleCheck = 0xe4d2,
+
+ ///
+ /// Building Circle Exclamation (building-circle-exclamation)
+ /// Terms: affected, alert, building, caution, city, error, exclamation, failed, issue, office, problem, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingCircleExclamation = 0xe4d3,
+
+ ///
+ /// Building Circle Xmark (building-circle-xmark)
+ /// Terms: block, building, cancel, city, close, delete, dismiss, error, no, office, reject, remove, stop, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingCircleXmark = 0xe4d4,
+
+ ///
+ /// Building Columns (building-columns)
+ /// Terms: architecture, bank, building, classical, college, courthouse, courthouse, education, finance, government, institution, legal, museum, pillar, students, temple
+ /// Added in 4.1.0, updated in 5.0.0, 5.0.3, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingColumns = 0xf19c,
+
+ ///
+ /// Building Flag (building-flag)
+ /// Terms: building, city, consulate, diplomatic, embassy, flag, government, headquarters, international, office, organization, united nations
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingFlag = 0xe4d5,
+
+ ///
+ /// Building Lock (building-lock)
+ /// Terms: building, city, closed, lock, lockdown, locked, locked building, padlock, private, protected, quarantine, restricted, secure, security
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingLock = 0xe4d6,
+
+ ///
+ /// Building Ngo (building-ngo)
+ /// Terms: building, charity, city, headquarters, institution, ngo, non governmental organization, nonprofit, office, organization
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingNgo = 0xe4d7,
+
+ ///
+ /// Building Shield (building-shield)
+ /// Terms: building, city, defense, guard, law enforcement, police, protection, safety, secure, security, shield
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingShield = 0xe4d8,
+
+ ///
+ /// Building Un (building-un)
+ /// Terms: UN, building, city, diplomacy, emblem, global, headquarters, international, office, organization, peacekeeping, united nations
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingUn = 0xe4d9,
+
+ ///
+ /// Building User (building-user)
+ /// Terms: apartment, building, city, employee, occupant, office, person, profile, resident, tenant, user, workplace
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingUser = 0xe4da,
+
+ ///
+ /// Building Wheat (building-wheat)
+ /// Terms: agriculture, barn, building, crop, farm, farming, grain, harvest, rural, silo, usda, wheat
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BuildingWheat = 0xe4db,
+
+ ///
+ /// Bullhorn (bullhorn)
+ /// Terms: alert, amplify, announce, announcement, broadcast, bullhorn, call out, communication, loudspeaker, megaphone, message, promote, public address, share, speaker, volume
+ /// Added in 2.0.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bullhorn = 0xf0a1,
+
+ ///
+ /// Bullseye (bullseye)
+ /// Terms: aim, archery, bullseye, dartboard, focus, goal, objective, precision, strategy, target
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.1, 5.15.4, 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Bullseye = 0xf140,
+
+ ///
+ /// Burger (burger)
+ /// Terms: beef, bun, burger, cheeseburger, dinner, fast food, food, grill, hamburger, lunch, meal, patty, sandwich, takeaway
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Burger = 0xf805,
+
+ ///
+ /// Burst (burst)
+ /// Terms: bang, blast, boom, burst, crash, detonation, explosion, fireworks, flare, impact, pop, spark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Burst = 0xe4dc,
+
+ ///
+ /// Bus (bus)
+ /// Terms: bus, coach, commuter, oncoming bus, passenger vehicle, public transportation, shuttle, transit, transport, travel, vehicle
+ /// Added in 4.2.0, updated in 5.0.0, 5.1.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Bus = 0xf207,
+
+ ///
+ /// Bus Side (bus-side)
+ /// Terms: bus, coach, commuter, mass transit, passenger bus, public transportation, shuttle, transit, travel, vehicle
+ /// Added in 7.0.0.
+ ///
+ BusSide = 0xe81d,
+
+ ///
+ /// Bus Simple (bus-simple)
+ /// Terms: bus, bus stop, coach, commuter, mass transit, mta, public transportation, shuttle, transit, transport, travel, vehicle
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BusSimple = 0xf55e,
+
+ ///
+ /// Business Time (business-time)
+ /// Terms: alarm, appointment, briefcase, business, clock, deadline, hours, office, reminder, schedule, time, timer, work
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ BusinessTime = 0xf64a,
+
+ ///
+ /// C (c)
+ /// Terms: alphabet c, c alphabet character, c glyph, c symbol, capital c, character c, latin letter c, letter c, lowercase c
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ C = 0x43,
+
+ ///
+ /// Cable Car (cable-car)
+ /// Terms: aerial tramway, cabin, cable car, cableway, gondola, lift, mountain, mountain cableway, ropeway, ski lift, tram, tramway, transport, trolley
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta2, 6.0.0-beta3, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CableCar = 0xf7da,
+
+ ///
+ /// Cake Candles (cake-candles)
+ /// Terms: anniversary, bakery, birthday, blow out candles, cake, candles, celebration, dessert, festive, frosting, holiday, party, pastry, sweet, treat
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CakeCandles = 0xf1fd,
+
+ ///
+ /// Calculator (calculator)
+ /// Terms: addition, arithmetic, calculator, calculator app, calculator device, counting, digits, division, finance, math, math tool, multiplication, numbers, pocket calculator, subtraction
+ /// Added in 4.2.0, updated in 5.0.0, 5.11.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Calculator = 0xf1ec,
+
+ ///
+ /// Calendar (calendar)
+ /// Styles: solid, regular
+ /// Terms: agenda, appointment, calendar, date, day, deadline, event, month, planner, reminder, schedule, time, year
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Calendar = 0xf133,
+
+ ///
+ /// Calendar Check (calendar-check)
+ /// Styles: solid, regular
+ /// Terms: accept, agree, appointment, approved, booked, calendar, check, completed, confirm, confirmed, date, day, deadline, done, event, mark, meeting, month, planned, reminder, schedule, select, success, tick, time, todo, validate
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0, 7.0.1 and 7.1.0.
+ ///
+ CalendarCheck = 0xf274,
+
+ ///
+ /// Calendar Day (calendar-day)
+ /// Terms: appointment, calendar, date, day, event, focus, month, planner, reminder, schedule, single day, time, timeline, today, year
+ /// Added in 5.10.2, updated in 5.6.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CalendarDay = 0xf783,
+
+ ///
+ /// Calendar Days (calendar-days)
+ /// Styles: solid, regular
+ /// Terms: agenda, appointment, calendar, date, day, deadline, event, month, planner, reminder, schedule, time, timeline, year
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.6.0, 5.7.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CalendarDays = 0xf073,
+
+ ///
+ /// Calendar Minus (calendar-minus)
+ /// Styles: solid, regular
+ /// Terms: calendar, cancel, clear, date, day, delete, event, minus, month, reduce, remove, schedule, subtract, time, year
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CalendarMinus = 0xf272,
+
+ ///
+ /// Calendar Plus (calendar-plus)
+ /// Styles: solid, regular
+ /// Terms: add, appointment, calendar, create, date, day, event, month, new, plan, plus, reminder, schedule, time, year
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CalendarPlus = 0xf271,
+
+ ///
+ /// Calendar Week (calendar-week)
+ /// Terms: agenda, appointment, calendar, date, day, event, month, period, planner, schedule, time, timeframe, today, week
+ /// Added in 5.10.2, updated in 5.6.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CalendarWeek = 0xf784,
+
+ ///
+ /// Calendar Xmark (calendar-xmark)
+ /// Styles: solid, regular
+ /// Terms: appointment, calendar, cancel, cancelation, close, date, day, delete, event, month, remove, schedule, time, x, year
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CalendarXmark = 0xf273,
+
+ ///
+ /// Camera (camera)
+ /// Styles: solid, regular
+ /// Terms: camera, camera icon, capture, film, image, lens, photo, photograph, photography, picture, recording, shutter, snapshot, video
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Camera = 0xf030,
+
+ ///
+ /// Camera Retro (camera-retro)
+ /// Terms: analog, camera, classic, film, image, lens, old-fashioned, photo, photography, picture, record, retro, shutter, snapshot, vintage
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CameraRetro = 0xf083,
+
+ ///
+ /// Camera Rotate (camera-rotate)
+ /// Terms: camera, flip, flip camera, front-facing, image, photo, rotate, rotate camera, selfie, switch
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CameraRotate = 0xe0d8,
+
+ ///
+ /// Campground (campground)
+ /// Terms: campfire, campground, camping, campsite, forest, hiking, nature, outdoors, teepee, tent, tipi, wilderness
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Campground = 0xf6bb,
+
+ ///
+ /// Cancer (cancer)
+ /// Terms: astrology, cancer, constellation, crab, horoscope, july, june, sign, stars, water sign, zodiac
+ /// Added in 7.2.0.
+ ///
+ Cancer = 0xe847,
+
+ ///
+ /// Candy Cane (candy-cane)
+ /// Terms: candy, cane, christmas, festive, holiday, mint, peppermint, striped, sweet, treat, winter, xmas
+ /// Added in 5.10.1, updated in 5.6.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CandyCane = 0xf786,
+
+ ///
+ /// Cannabis (cannabis)
+ /// Terms: bud, cannabis, cbd, chronic, ganja, hemp, indica, marijuana, mary jane, pot, reefer, sativa, spliff, thc, weed
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Cannabis = 0xf55f,
+
+ ///
+ /// Capricorn (capricorn)
+ /// Terms: astrology, capricorn, constellation, december, earth sign, goat, horoscope, january, sea, sea goat, sign, stars, zodiac
+ /// Added in 7.2.0.
+ ///
+ Capricorn = 0xe848,
+
+ ///
+ /// Capsules (capsules)
+ /// Terms: capsules, drugs, health, medication, medicine, pharmaceuticals, pharmacy, pills, prescription, tablets, treatment
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Capsules = 0xf46b,
+
+ ///
+ /// Car (car)
+ /// Terms: auto, automobile, car, commute, driving, motorcar, ride, road trip, sedan, transportation, travel, vehicle
+ /// Added in 4.1.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Car = 0xf1b9,
+
+ ///
+ /// Car Battery (car-battery)
+ /// Terms: auto, automotive, battery, battery-pack, car, charge, electric, energy, ignition, mechanic, power, starter, vehicle
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CarBattery = 0xf5df,
+
+ ///
+ /// Car Burst (car-burst)
+ /// Terms: accident, auto, automobile, car, collision, crash, damage, insurance, transportation, vehicle, wreck
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CarBurst = 0xf5e1,
+
+ ///
+ /// Car On (car-on)
+ /// Terms: alarm, alert, anti-theft, car, carjack, immobilizer, security, theft, vehicle, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CarOn = 0xe4dd,
+
+ ///
+ /// Car Rear (car-rear)
+ /// Terms: auto, automobile, back, car, coupe, driving, hatchback, motor vehicle, rear view, road, sedan, transportation, travel, vehicle
+ /// Added in 5.11.0, updated in 5.11.1, 5.2.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CarRear = 0xf5de,
+
+ ///
+ /// Car Side (car-side)
+ /// Terms: auto, automobile, car, coupe, driving, hatchback, motorcar, ride, road, sedan, transport, transportation, travel, vehicle
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CarSide = 0xf5e4,
+
+ ///
+ /// Car Tunnel (car-tunnel)
+ /// Terms: car, driving, highway, motorway, passage, road, transportation, tunnel, underpass, vehicle
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CarTunnel = 0xe4de,
+
+ ///
+ /// Caravan (caravan)
+ /// Terms: camper, camper trailer, camping, caravan trailer, mobile home, motorhome, recreational vehicle, road trip, rv, towable, trailer, travel, vacation
+ /// Added in 5.12.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Caravan = 0xf8ff,
+
+ ///
+ /// Caret Down (caret-down)
+ /// Terms: arrow, chevron, down, dropdown, expand, indicator, menu, more, navigation, pointer, toggle, triangle
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CaretDown = 0xf0d7,
+
+ ///
+ /// Caret Left (caret-left)
+ /// Terms: arrow, back, chevron, direction, left, navigation, pointer, previous, rewind, triangle
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CaretLeft = 0xf0d9,
+
+ ///
+ /// Caret Right (caret-right)
+ /// Terms: arrow, chevron, forward, move, navigation, next, play, pointer, right, skip, triangle
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CaretRight = 0xf0da,
+
+ ///
+ /// Caret Up (caret-up)
+ /// Terms: arrow, caret, chevron, collapse, expand, increase, navigation, pointer, triangle, up, up arrow, upgrade
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CaretUp = 0xf0d8,
+
+ ///
+ /// Carrot (carrot)
+ /// Terms: Bugs Bunny, carrot, food, garden, healthy, orange, produce, root vegetable, snack, vegan, vegetable
+ /// Added in 5.10.1, updated in 5.6.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Carrot = 0xf787,
+
+ ///
+ /// Cart Arrow Down (cart-arrow-down)
+ /// Terms: add to cart, arrow down, basket, buy, cart, checkout, download, insert, order, purchase, save, shopping
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CartArrowDown = 0xf218,
+
+ ///
+ /// Cart Flatbed (cart-flatbed)
+ /// Terms: carry, cart, delivery, dolly, flatbed, hand truck, inventory, logistics, shipping, transport, trolley, warehouse
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CartFlatbed = 0xf474,
+
+ ///
+ /// Cart Flatbed Suitcase (cart-flatbed-suitcase)
+ /// Terms: airport, airport cart, bag, baggage, carry-on, flatbed, luggage, suitcase, suitcase trolley, travel, travel bag, trolley
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CartFlatbedSuitcase = 0xf59d,
+
+ ///
+ /// Cart Plus (cart-plus)
+ /// Terms: add, add to cart, buy, cart, ecommerce, increase, new item, plus, positive, purchase, shopping, shopping basket
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CartPlus = 0xf217,
+
+ ///
+ /// Cart Shopping (cart-shopping)
+ /// Terms: add to cart, basket, buy, cart, cart icon, checkout, ecommerce, grocery, payment, purchase, retail, shop, shopping cart, store, trolley
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CartShopping = 0xf07a,
+
+ ///
+ /// Cash Register (cash-register)
+ /// Terms: buy, cash, cha-ching, change, checkout, commerce, machine, pay, payment, purchase, register, retail, store, transaction
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CashRegister = 0xf788,
+
+ ///
+ /// Cat (cat)
+ /// Terms: animal, cat, claw, cute, domestic, feline, fur, kitten, kitty, mammal, meow, pet, pet animal, whiskers
+ /// Added in 5.10.1, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Cat = 0xf6be,
+
+ ///
+ /// Cedi Sign (cedi-sign)
+ /// Terms: cash, cedi, currency, currency sign, currency symbol, financial, ghana, ghanaian cedi, money, payment
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CediSign = 0xe0df,
+
+ ///
+ /// Cent Sign (cent-sign)
+ /// Terms: cash, cent, cent sign, cents, coin, currency, currency symbol, finance, money, payment
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CentSign = 0xe3f5,
+
+ ///
+ /// Certificate (certificate)
+ /// Terms: achievement, award, badge, certificate, certification, diploma, document, endorsement, guarantee, official, quality, recognition, seal, star, verified
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Certificate = 0xf0a3,
+
+ ///
+ /// Chair (chair)
+ /// Terms: armchair, bench, chair, dining chair, furniture, office chair, recliner, seat, seating, sitting, stool
+ /// Added in 5.11.0, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Chair = 0xf6c0,
+
+ ///
+ /// Chalkboard (chalkboard)
+ /// Terms: blackboard, board, chalk, chalkboard, classroom, education, learning, lesson, presentation, school, teaching, writing
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Chalkboard = 0xf51b,
+
+ ///
+ /// Chalkboard User (chalkboard-user)
+ /// Terms: blackboard, classroom, education, instructor, learning, lecture, professor, school, teacher, whiteboard, writing
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChalkboardUser = 0xf51c,
+
+ ///
+ /// Champagne Glasses (champagne-glasses)
+ /// Terms: alcohol, anniversary, bar, beverage, celebrate, celebration, champagne, cheers, clink, clinking glasses, drink, festive, glass, holiday, new year's eve, party, sparkling wine, toast, wedding
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChampagneGlasses = 0xf79f,
+
+ ///
+ /// Charging Station (charging-station)
+ /// Terms: battery charging, car charger, charge, charging, charging station, electric car, electric vehicle, ev, ev charger, plug-in, power station, tesla, vehicle
+ /// Added in 5.10.1, updated in 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChargingStation = 0xf5e7,
+
+ ///
+ /// Chart Area (chart-area)
+ /// Terms: analytics, area, business, chart, data, graph, growth, metrics, performance, report, revenue, statistics, trend, visualization
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChartArea = 0xf1fe,
+
+ ///
+ /// Chart Bar (chart-bar)
+ /// Styles: solid, regular
+ /// Terms: analytics, bar, chart, comparison, dashboard, data, graph, metrics, performance, progress, report, statistics, trends, visualization
+ /// Added in 1.0.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChartBar = 0xf080,
+
+ ///
+ /// Chart Column (chart-column)
+ /// Terms: analytics, bar, bar chart, chart, column chart, compare, dashboard, data, graph, measure, performance, report, statistics, trend, visualize
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChartColumn = 0xe0e3,
+
+ ///
+ /// Chart Diagram (chart-diagram)
+ /// Terms: algorithm, analytics, chart, connections, data, diagram, flow, graph, network, nodes, process, structure, workflow
+ /// Added in 6.7.0, updated in 7.0.0.
+ ///
+ ChartDiagram = 0xe695,
+
+ ///
+ /// Chart Gantt (chart-gantt)
+ /// Terms: chart, gantt, graph, management, performance, planning, progress, project, schedule, statistics, tasks, timeline, tracking, trend, workflow
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChartGantt = 0xe0e4,
+
+ ///
+ /// Chart Line (chart-line)
+ /// Terms: activity, analytics, chart, dashboard, data, gain, graph, growth, increase, line, performance, progress, report, revenue, statistics, trend
+ /// Added in 4.2.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChartLine = 0xf201,
+
+ ///
+ /// Chart Pie (chart-pie)
+ /// Terms: analytics, chart, circle, data, diagram, distribution, graph, infographic, performance, pie, pie chart, report, revenue, segments, statistics
+ /// Added in 4.2.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ChartPie = 0xf200,
+
+ ///
+ /// Chart Simple (chart-simple)
+ /// Terms: analytics, bar, chart, column, data, graph, infographic, metrics, performance, progress, report, revenue, statistics, trend, visualization
+ /// Added in 6.0.0-beta3, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ChartSimple = 0xe473,
+
+ ///
+ /// Check (check)
+ /// Terms: accept, agree, approved, check, check mark, checkmark, completed, confirm, correct, done, enable, ok, select, success, tick, true, validate, verified, yes
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Check = 0xf00c,
+
+ ///
+ /// Check Double (check-double)
+ /// Terms: accept, agree, approved, checkmark, completed, confirm, correct, done, done twice, double check, enable, finished, ok, select, select all, success, tick, validate, verified
+ /// Added in 5.1.0, updated in 5.8.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CheckDouble = 0xf560,
+
+ ///
+ /// Check To Slot (check-to-slot)
+ /// Terms: accept, approve, ballot, cast, checkmark, election, enable, mark, positive, select, validate, vote, voting, yes
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ CheckToSlot = 0xf772,
+
+ ///
+ /// Cheese (cheese)
+ /// Terms: cheddar, cheese, curd, dairy, dairy product, dairy wedge, food, gouda, parmesan, sandwich, slice, snack, swiss, wedge
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Cheese = 0xf7ef,
+
+ ///
+ /// Chess (chess)
+ /// Terms: bishop, board, checkmate, chess, chess piece, competition, game, king, knight, match, pawn, queen, rook, strategy, tournament
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Chess = 0xf439,
+
+ ///
+ /// Chess Bishop (chess-bishop)
+ /// Styles: solid, regular
+ /// Terms: bishop, black bishop, board game, checkmate, chess, chess piece, chessboard, game piece, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessBishop = 0xf43a,
+
+ ///
+ /// Chess Board (chess-board)
+ /// Terms: board, checkers, checkmate, chess, chess game, chess match, chess piece, chess set, chessboard, chessboard pattern, game, strategy
+ /// Added in 5.0.5, updated in 5.7.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessBoard = 0xf43c,
+
+ ///
+ /// Chess King (chess-king)
+ /// Styles: solid, regular
+ /// Terms: board game, checkmate, chess, chess king, chess piece, chess strategy, chessboard, game, king, king piece, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessKing = 0xf43f,
+
+ ///
+ /// Chess Knight (chess-knight)
+ /// Styles: solid, regular
+ /// Terms: board game, checkmate, chess, chess match, chess piece, chessboard, game piece, horse, knight, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessKnight = 0xf441,
+
+ ///
+ /// Chess Pawn (chess-pawn)
+ /// Styles: solid, regular
+ /// Terms: board game, checkmate, chess, chess pawn, expendable, game piece, pawn, piece, sacrifice, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessPawn = 0xf443,
+
+ ///
+ /// Chess Queen (chess-queen)
+ /// Styles: solid, regular
+ /// Terms: board game, checkmate, chess, chess piece, chess queen, chess set, chessboard, game, queen, queen piece, strategy
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessQueen = 0xf445,
+
+ ///
+ /// Chess Rook (chess-rook)
+ /// Styles: solid, regular
+ /// Terms: board game, castle, checkmate, chess piece, chess strategy, chessboard, defense, game piece, rook, strategy, tower
+ /// Added in 5.0.5, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChessRook = 0xf447,
+
+ ///
+ /// Chevron Down (chevron-down)
+ /// Terms: arrow, chevron, collapse, down, dropdown, expand, indicator, more, navigation, toggle
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChevronDown = 0xf078,
+
+ ///
+ /// Chevron Left (chevron-left)
+ /// Terms: angle bracket, arrow, back, caret, chevron, go back, left, navigation, previous, slide back
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChevronLeft = 0xf053,
+
+ ///
+ /// Chevron Right (chevron-right)
+ /// Terms: angle bracket, arrow, arrowhead, caret, chevron, forward, navigation, next, pointer, right, slide
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChevronRight = 0xf054,
+
+ ///
+ /// Chevron Up (chevron-up)
+ /// Terms: arrow, back, chevron, collapse, expand, increase, previous, scroll up, up, upload
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChevronUp = 0xf077,
+
+ ///
+ /// Child (child)
+ /// Terms: baby, boy, child, girl, infant, kid, minor, preschooler, toddler, young, youngster, youth
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.1.1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Child = 0xf1ae,
+
+ ///
+ /// Child Combatant (child-combatant)
+ /// Terms: armed child, child combatant, child fighter, child in conflict, child militia, child soldier, child soldier icon, child war, child with weapon
+ /// Added in 6.1.0, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChildCombatant = 0xe4e0,
+
+ ///
+ /// Child Dress (child-dress)
+ /// Terms: child, children, clothing, dress, garment, kid, kidswear, outfit, toddler, young, youth
+ /// Added in 6.1.1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChildDress = 0xe59c,
+
+ ///
+ /// Child Reaching (child-reaching)
+ /// Terms: boy, child, girl, kid, playful, reaching, toddler, young, youth
+ /// Added in 6.1.1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ChildReaching = 0xe59d,
+
+ ///
+ /// Children (children)
+ /// Terms: boy, child, children, family, friends, girl, kid, kids, play, together, young, youth
+ /// Added in 6.1.0, updated in 6.1.1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Children = 0xe4e1,
+
+ ///
+ /// Church (church)
+ /// Terms: Christian, building, cathedral, chapel, church, community, congregation, cross, faith, house of worship, religion, spirituality, worship
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Church = 0xf51d,
+
+ ///
+ /// Circle (circle)
+ /// Styles: solid, regular
+ /// Terms: black circle, blue circle, brown circle, circle, diameter, dot, ellipse, fill, geometric, green circle, indicator, notification, orange circle, progress, purple circle, red circle, round, shape, status, white circle, yellow circle
+ /// Added in 3.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Circle = 0xf111,
+
+ ///
+ /// Circle Arrow Down (circle-arrow-down)
+ /// Terms: arrow, arrow down, circle arrow, download, download button, download icon, downward, get file, import, save
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleArrowDown = 0xf0ab,
+
+ ///
+ /// Circle Arrow Left (circle-arrow-left)
+ /// Terms: arrow, back, backward, go back, left, navigate left, previous, return, rewind, undo
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleArrowLeft = 0xf0a8,
+
+ ///
+ /// Circle Arrow Right (circle-arrow-right)
+ /// Terms: arrow, circle, continue, direction, forward, move, navigation, next, proceed, right
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleArrowRight = 0xf0a9,
+
+ ///
+ /// Circle Arrow Up (circle-arrow-up)
+ /// Terms: arrow, arrow up, ascend, direction, increase, move up, up arrow, upgrade, upload, upward
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleArrowUp = 0xf0aa,
+
+ ///
+ /// Circle Check (circle-check)
+ /// Styles: solid, regular
+ /// Terms: accept, agree, approve, check, confirm, correct, done, enable, ok, select, success, tick, validate, yes
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0, 7.0.1 and 7.1.0.
+ ///
+ CircleCheck = 0xf058,
+
+ ///
+ /// Circle Chevron Down (circle-chevron-down)
+ /// Terms: arrow, chevron, collapse, down, dropdown, expand, menu, more, navigation, toggle
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleChevronDown = 0xf13a,
+
+ ///
+ /// Circle Chevron Left (circle-chevron-left)
+ /// Terms: arrow, back, caret, chevron, direction, left, navigation, pointer, previous, rewind, slide
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleChevronLeft = 0xf137,
+
+ ///
+ /// Circle Chevron Right (circle-chevron-right)
+ /// Terms: arrow, chevron, continue, direction, forward, navigation, next, next step, proceed, right
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleChevronRight = 0xf138,
+
+ ///
+ /// Circle Chevron Up (circle-chevron-up)
+ /// Terms: arrow, chevron, collapse, expand, increase, move up, navigate up, scroll up, up, upload
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleChevronUp = 0xf139,
+
+ ///
+ /// Circle Dollar To Slot (circle-dollar-to-slot)
+ /// Terms: cash, charity, coin, contribute, donation, funding, generosity, gift, give, insert, money, payment, premium, slot machine, tip
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleDollarToSlot = 0xf4b9,
+
+ ///
+ /// Circle Dot (circle-dot)
+ /// Styles: solid, regular
+ /// Terms: bullseye, button, circle, dot, focus, indicator, marker, notification, point, radio, radio button, target
+ /// Added in 4.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ CircleDot = 0xf192,
+
+ ///
+ /// Circle Down (circle-down)
+ /// Styles: solid, regular
+ /// Terms: arrow-circle-down, arrow-down, circle-arrow-down, circle-download, download, download-button, download-circle, downward-arrow, save, save-file
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleDown = 0xf358,
+
+ ///
+ /// Circle Exclamation (circle-exclamation)
+ /// Terms: alert, attention, caution, danger, error, exclamation, important, issue, notice, notification, notify, problem, required, urgent, warning
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0, 7.0.1 and 7.1.0.
+ ///
+ CircleExclamation = 0xf06a,
+
+ ///
+ /// Circle H (circle-h)
+ /// Terms: circled H, clinic, covid-19, emergency, health, healthcare, hospital, letter H, map, medical
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleH = 0xf47e,
+
+ ///
+ /// Circle Half Stroke (circle-half-stroke)
+ /// Terms: adjust, brightness, circle, contrast, dark, fill, half, half circle, left half, light, mode, pie, progress, saturation, stroke, theme, toggle
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.11.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleHalfStroke = 0xf042,
+
+ ///
+ /// Circle Info (circle-info)
+ /// Terms: about, data, details, explanation, facts, guidance, help, info, information, more, support
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleInfo = 0xf05a,
+
+ ///
+ /// Circle Left (circle-left)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrow-circle-left, back, circle, go back, left, navigation, previous, return, undo
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleLeft = 0xf359,
+
+ ///
+ /// Circle Minus (circle-minus)
+ /// Terms: block, cancel, circle, close, delete, disable, hide, minus, negative, remove, subtract, symbol
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleMinus = 0xf056,
+
+ ///
+ /// Circle Nodes (circle-nodes)
+ /// Terms: cluster, connect, connection, diagram, dots, graph, linked, mesh, network, nodes, points, relationship, web
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleNodes = 0xe4e2,
+
+ ///
+ /// Circle Notch (circle-notch)
+ /// Terms: buffering, circle, circle-o-notch, loading, notch, progress, round, spinner, wait
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleNotch = 0xf1ce,
+
+ ///
+ /// Circle Pause (circle-pause)
+ /// Styles: solid, regular
+ /// Terms: break, halt, hold, media control, pause, pause button, stop, temporary stop, wait, waiting
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CirclePause = 0xf28b,
+
+ ///
+ /// Circle Play (circle-play)
+ /// Styles: solid, regular
+ /// Terms: audio, clip, media, movie, music, play, sound, start, streaming, video, watch
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CirclePlay = 0xf144,
+
+ ///
+ /// Circle Plus (circle-plus)
+ /// Terms: add, button, circle, create, expand, increase, more, new, plus, positive, symbol
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CirclePlus = 0xf055,
+
+ ///
+ /// Circle Question (circle-question)
+ /// Styles: solid, regular
+ /// Terms: ask, assist, confusion, doubt, faq, help, info, information, inquiry, query, question, question-mark, support, unknown
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleQuestion = 0xf059,
+
+ ///
+ /// Circle Radiation (circle-radiation)
+ /// Terms: alert, biohazard, caution, danger, hazard, nuclear, radiation, radioactive, sign, toxic, warning
+ /// Added in 5.11.0, updated in 5.11.1, 5.6.0, 5.8.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleRadiation = 0xf7ba,
+
+ ///
+ /// Circle Right (circle-right)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrow-circle-o-right, circle, continue, direction, forward, move, navigation, next, proceed, right
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleRight = 0xf35a,
+
+ ///
+ /// Circle Stop (circle-stop)
+ /// Styles: solid, regular
+ /// Terms: block, cancel, circle, deny, disallow, forbidden, halt, no, pause, prevent, prohibit, stop
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleStop = 0xf28d,
+
+ ///
+ /// Circle Up (circle-up)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrow-circle-up, circle, direction up, increase, move up, up, upgrade, upload, upload arrow
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleUp = 0xf35b,
+
+ ///
+ /// Circle User (circle-user)
+ /// Styles: solid, regular
+ /// Terms: account, avatar, contact, employee, individual, member, people, person, profile, user, username
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.11, 5.0.3, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CircleUser = 0xf2bd,
+
+ ///
+ /// Circle Xmark (circle-xmark)
+ /// Styles: solid, regular
+ /// Terms: cancel, close, cross, dismiss, error, exit, fail, incorrect, no, reject, remove, stop, wrong, xmark
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CircleXmark = 0xf057,
+
+ ///
+ /// City (city)
+ /// Terms: architecture, block, buildings, city, cityscape, downtown, metropolis, neighborhood, skyline, skyscrapers, urban, windows
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ City = 0xf64f,
+
+ ///
+ /// Clapperboard (clapperboard)
+ /// Terms: camera, cinema, clapper, clapper board, clapperboard, director, film, movie, production, recording, shoot, slate, video
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Clapperboard = 0xe131,
+
+ ///
+ /// Clipboard (clipboard)
+ /// Styles: solid, regular
+ /// Terms: board, checklist, clipboard, copy, document, file, memo, notepad, notes, paper, paste, record, task, writing
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Clipboard = 0xf328,
+
+ ///
+ /// Clipboard Check (clipboard-check)
+ /// Terms: approve, check, checkmark, clipboard, complete, confirm, done, finish, ok, success, task, todo, validate, yes
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0, 7.0.1 and 7.1.0.
+ ///
+ ClipboardCheck = 0xf46c,
+
+ ///
+ /// Clipboard List (clipboard-list)
+ /// Terms: agenda, checklist, clipboard, completed, done, finished, list, notes, plan, schedule, summary, survey, tasks, tick, todo, wishlist
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ClipboardList = 0xf46d,
+
+ ///
+ /// Clipboard Question (clipboard-question)
+ /// Terms: assistance, checklist, clipboard, doubt, faq, form, help, inquiry, interview, query, question, support, task
+ /// Added in 6.1.0, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ClipboardQuestion = 0xe4e3,
+
+ ///
+ /// Clipboard User (clipboard-user)
+ /// Terms: account, attendance, employee, identity, list, person, personnel, profile, record, roster, staff, user
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ClipboardUser = 0xf7f3,
+
+ ///
+ /// Clock (clock)
+ /// Styles: solid, regular
+ /// Terms: 4, 4:00, alarm, clock, four, four o’clock, hour, late, minute, o'clock, pending, schedule, ticking, time, timer, timestamp, watch
+ /// Added in 1.0.0, updated in 5.0.0, 5.12.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Clock = 0xf017,
+
+ ///
+ /// Clock Rotate Left (clock-rotate-left)
+ /// Terms: back, clock, history, pending, refresh, reset, reverse, rewind, time, undo, waiting
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ClockRotateLeft = 0xf1da,
+
+ ///
+ /// Clone (clone)
+ /// Styles: solid, regular
+ /// Terms: add, backup, clone, copy, copy-paste, duplicate, mirror, new, repeat, replicate, replicate
+ /// Added in 4.4.0, updated in 5.0.0, 5.11.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Clone = 0xf24d,
+
+ ///
+ /// Closed Captioning (closed-captioning)
+ /// Styles: solid, regular
+ /// Terms: accessibility, captions, cc, closed caption, closed captions, deaf, hearing impaired, subtitle, subtitles, text, transcript, video
+ /// Added in 4.2.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ClosedCaptioning = 0xf20a,
+
+ ///
+ /// Closed Captioning Slash (closed-captioning-slash)
+ /// Terms: captions off, cc, closed captioning, deaf, disabled, hearing impaired, mute captions, no captions, no subtitles, subtitles off, subtitling
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ClosedCaptioningSlash = 0xe135,
+
+ ///
+ /// Cloud (cloud)
+ /// Styles: solid, regular
+ /// Terms: atmosphere, backup, cloud, data, fog, internet, network, online, overcast, save, sky, storage, upload, weather
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.11, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Cloud = 0xf0c2,
+
+ ///
+ /// Cloud Arrow Down (cloud-arrow-down)
+ /// Terms: arrow, backup, cloud, data, download, file, import, network, save, storage, sync, transfer, upload
+ /// Added in 3.0.0, updated in 5.0.0, 5.0.11, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CloudArrowDown = 0xf0ed,
+
+ ///
+ /// Cloud Arrow Up (cloud-arrow-up)
+ /// Terms: backup, cloud, cloud upload, import, save, send, sync, transfer, update, upgrade, upload
+ /// Added in 3.0.0, updated in 5.0.0, 5.0.11, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CloudArrowUp = 0xf0ee,
+
+ ///
+ /// Cloud Bolt (cloud-bolt)
+ /// Terms: bolt, cloud, electric, energy, lightning, lightning bolt, power, precipitation, rain, storm, thunder, thunderstorm, weather
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CloudBolt = 0xf76c,
+
+ ///
+ /// Cloud Meatball (cloud-meatball)
+ /// Terms: FLDSMDFR, cloud, dinner, food, italian, meal, meatball, pasta, sauce, spaghetti, storm, weather
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CloudMeatball = 0xf73b,
+
+ ///
+ /// Cloud Moon (cloud-moon)
+ /// Terms: crescent, dusk, evening, lunar, moon, night, nighttime, partly cloudy, sky, twilight, weather
+ /// Added in 5.4.0, updated in 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CloudMoon = 0xf6c3,
+
+ ///
+ /// Cloud Moon Rain (cloud-moon-rain)
+ /// Terms: crescent, drizzle, evening, moon, night, partly cloudy, precipitation, rain, showers, sky, storm, weather
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CloudMoonRain = 0xf73c,
+
+ ///
+ /// Cloud Rain (cloud-rain)
+ /// Terms: cloud, drizzle, precipitation, rain, rainy, shower, sky, storm, thunderstorm, weather, wet
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CloudRain = 0xf73d,
+
+ ///
+ /// Cloud Showers Heavy (cloud-showers-heavy)
+ /// Terms: cloud, downpour, heavy rain, precipitation, rain, showers, storm, thunderstorm, weather, wet
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CloudShowersHeavy = 0xf740,
+
+ ///
+ /// Cloud Showers Water (cloud-showers-water)
+ /// Terms: cloud, downpour, drizzle, precipitation, rain, rainfall, shower, storm, thunderstorm, water, weather, wet
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CloudShowersWater = 0xe4e4,
+
+ ///
+ /// Cloud Sun (cloud-sun)
+ /// Terms: clear sky, cloud, daytime, forecast, mild weather, outdoors, overcast, partly cloudy, spring, summer, sun, sun behind cloud, weather
+ /// Added in 5.4.0, updated in 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CloudSun = 0xf6c4,
+
+ ///
+ /// Cloud Sun Rain (cloud-sun-rain)
+ /// Terms: cloud, day, drizzle, mixed weather, overcast, partly sunny, precipitation, rain, shower, storm, summer, sun, sun behind rain cloud, sunshower, weather
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CloudSunRain = 0xf743,
+
+ ///
+ /// Clover (clover)
+ /// Terms: charm, clover, fortune, four leaf, four-leaf, good luck, ireland, irish, leaf, leprechaun, luck, lucky, shamrock, st patrick, st patrick's day
+ /// Added in 6.0.0-beta1, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Clover = 0xe139,
+
+ ///
+ /// Code (code)
+ /// Terms: backend, brackets, code, coding, developer, development, frontend, html, markup, mysql, programming, script, software, sql, syntax
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Code = 0xf121,
+
+ ///
+ /// Code Branch (code-branch)
+ /// Terms: branch, code, commit, development, git, github, merge, programming, rebase, repository, software, source control, vcs, version
+ /// Added in 5.0.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CodeBranch = 0xf126,
+
+ ///
+ /// Code Commit (code-commit)
+ /// Terms: branch, changeset, code, commit, git, github, merge, push, repository, revision, source control, vcs, version
+ /// Added in 5.0.0, updated in 5.1.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CodeCommit = 0xf386,
+
+ ///
+ /// Code Compare (code-compare)
+ /// Terms: changes, code, compare, diff, git, github, merge, repository, review, revision, svn, update, version
+ /// Added in 6.0.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CodeCompare = 0xe13a,
+
+ ///
+ /// Code Fork (code-fork)
+ /// Terms: branch, clone, code management, fork, git, github, repository, source control, split, svn, version
+ /// Added in 6.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CodeFork = 0xe13b,
+
+ ///
+ /// Code Merge (code-merge)
+ /// Terms: branch, code integration, collaboration, commit, git, github, merge, pr, pull request, rebase, svn, vcs, version control
+ /// Added in 5.0.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CodeMerge = 0xf387,
+
+ ///
+ /// Code Pull Request (code-pull-request)
+ /// Terms: branch, code review, git, github, merge, pr, pull request, svn, version control
+ /// Added in 6.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CodePullRequest = 0xe13c,
+
+ ///
+ /// Coins (coins)
+ /// Terms: cash, change, coins, currency, dime, finance, gold, money, nickel, payment, penny, premium, quarter, savings, silver, wealth
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Coins = 0xf51e,
+
+ ///
+ /// Colon Sign (colon-sign)
+ /// Terms: colon, cost, currency, currency symbol, financial, money sign, price, punctuation, symbol
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ColonSign = 0xe140,
+
+ ///
+ /// Comment (comment)
+ /// Styles: solid, regular
+ /// Terms: chat, comment, conversation, discussion, feedback, message, note, notification, reply, response, sms, speech bubble, talk, texting
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Comment = 0xf075,
+
+ ///
+ /// Comment Dollar (comment-dollar)
+ /// Terms: billing, bubble, chat, comment, conversation, dollar, feedback, finance, invoice, message, money, pay, payment, salary, speech, transfer
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CommentDollar = 0xf651,
+
+ ///
+ /// Comment Dots (comment-dots)
+ /// Styles: solid, regular
+ /// Terms: bubble, chat, comment, conversation, dialog, discussion, feedback, input, message, note, reply, sms, speech balloon, texting, typing
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CommentDots = 0xf4ad,
+
+ ///
+ /// Comment Medical (comment-medical)
+ /// Terms: advice, answer, bubble, chat, commenting, conversation, diagnose, diagnosis, doctor, feedback, medical, message, note, notification, prescription, report, speech, talking, texting
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CommentMedical = 0xf7f5,
+
+ ///
+ /// Comment Nodes (comment-nodes)
+ /// Terms: ai, algorithm, artificial intelligence, cluster, connection, data, graph, language, machine learning, model, network, neural, nodes, technology
+ /// Added in 6.7.0, updated in 7.0.0.
+ ///
+ CommentNodes = 0xe696,
+
+ ///
+ /// Comment Slash (comment-slash)
+ /// Terms: block, cancel, chat, comment, conversation, disabled, feedback, message, muted, no comment, quiet, silent, slash, speech, texting
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CommentSlash = 0xf4b3,
+
+ ///
+ /// Comment Sms (comment-sms)
+ /// Terms: bubble, chat, comment, conversation, message, mobile message, notification, phone, reply, sms, speech bubble, text message, texting
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CommentSms = 0xf7cd,
+
+ ///
+ /// Comments (comments)
+ /// Styles: solid, regular
+ /// Terms: chat, comment, communication, conversation, dialogue, discussion, feedback, message, notification, reply, sms, speech bubbles, talk, texting
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Comments = 0xf086,
+
+ ///
+ /// Comments Dollar (comments-dollar)
+ /// Terms: billing, chat, comment, comments, conversation, discussion, dollar, feedback, finance, inquiry, message, money, payment, salary, support, transaction
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CommentsDollar = 0xf653,
+
+ ///
+ /// Compact Disc (compact-disc)
+ /// Terms: album, blu-ray, bluray, cd, compact disc, disc, disk, dvd, media, movie, music, optical disc, record, video, vinyl
+ /// Added in 5.0.13, updated in 5.10.1, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CompactDisc = 0xf51f,
+
+ ///
+ /// Compass (compass)
+ /// Styles: solid, regular
+ /// Terms: adventure, compass, directions, explore, guide, location, magnetic, map, navigation, north, orienteering, path, route, travel, wayfinding
+ /// Added in 3.2.0, updated in 5.0.0, 5.11.0, 5.11.1, 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Compass = 0xf14e,
+
+ ///
+ /// Compass Drafting (compass-drafting)
+ /// Terms: architecture, blueprint, compass, design, drafting, drawing, engineering, geometry, measurement, plot, plotting, technical drawing
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CompassDrafting = 0xf568,
+
+ ///
+ /// Compress (compress)
+ /// Terms: collapse, compress, condense, contract, minimize, narrow, reduce, shrink, smaller, tighten, zoom out
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Compress = 0xf066,
+
+ ///
+ /// Computer (computer)
+ /// Terms: computer, cpu, desktop, device, hardware, monitor, pc, screen, technology, workstation
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Computer = 0xe4e5,
+
+ ///
+ /// Computer Mouse (computer-mouse)
+ /// Terms: USB mouse, click, computer, computer accessory, cursor, device, hardware, input, mouse, peripheral, pointing device, scroll wheel, trackball, wireless mouse
+ /// Added in 5.11.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ComputerMouse = 0xf8cc,
+
+ ///
+ /// Cookie (cookie)
+ /// Terms: baked good, biscuit, chocolate, chocolate chip, cookie, dessert, eat, pastry, snack, sweet, treat
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Cookie = 0xf563,
+
+ ///
+ /// Cookie Bite (cookie-bite)
+ /// Terms: baked good, bite, bitten, chocolate chip, cookie, dessert, eating, food, snack, snacktime, sweet, treat
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CookieBite = 0xf564,
+
+ ///
+ /// Copy (copy)
+ /// Styles: solid, regular
+ /// Terms: clipboard, clone, copy, document, duplicate, file, paper, paste, replicate, replicate, replicate
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Copy = 0xf0c5,
+
+ ///
+ /// Copyright (copyright)
+ /// Styles: solid, regular
+ /// Terms: c, copyright, copyright symbol, intellectual property, legal, license, mark, protection, registered, rights, trademark
+ /// Added in 4.2.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Copyright = 0xf1f9,
+
+ ///
+ /// Couch (couch)
+ /// Terms: chair, couch, cushion, furniture, living room, lounge, loveseat, relax, seating, sofa
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Couch = 0xf4b8,
+
+ ///
+ /// Cow (cow)
+ /// Terms: agriculture, animal, beef, bovine, cattle, cow, dairy, farm, herd, livestock, mammal, milk, moo
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Cow = 0xf6c8,
+
+ ///
+ /// Credit Card (credit-card)
+ /// Styles: solid, regular
+ /// Terms: billing, buy, card, charge, checkout, credit card, debit card, finance, money, pay, payment, plastic card, purchase, transaction, wallet
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ CreditCard = 0xf09d,
+
+ ///
+ /// Crop (crop)
+ /// Terms: adjust, crop, cut, edit, frame, image, modify, photo, picture, resize, shrink, trim
+ /// Added in 3.1.0, updated in 5.0.0, 5.1.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Crop = 0xf125,
+
+ ///
+ /// Crop Simple (crop-simple)
+ /// Terms: adjust, crop, cut, edit, frame, image, modify, photo, resize, shape, trim
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CropSimple = 0xf565,
+
+ ///
+ /// Cross (cross)
+ /// Terms: catholicism, christian, christianity, church, cross, crucifix, cruciform, faith, holy, jesus, religion, salvation, spirituality, symbol, worship
+ /// Added in 5.10.1, updated in 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Cross = 0xf654,
+
+ ///
+ /// Crosshairs (crosshairs)
+ /// Terms: GPS, aim, bullseye, center, crosshair, focus, location, marker, pinpoint, position, precision, reticle, scope, sight, target
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Crosshairs = 0xf05b,
+
+ ///
+ /// Crow (crow)
+ /// Terms: animal, bird, blackbird, crow, halloween, nature, raven, spooky, wildlife, winged creature
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Crow = 0xf520,
+
+ ///
+ /// Crown (crown)
+ /// Terms: VIP, award, champion, crown, honor, king, luxury, monarchy, prize, queen, regal, royal, ruler, tiara, winner
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Crown = 0xf521,
+
+ ///
+ /// Crutch (crutch)
+ /// Terms: assistive device, cane, disability, injury, medical, mobility, rehabilitation, support, walking aid
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Crutch = 0xf7f7,
+
+ ///
+ /// Cruzeiro Sign (cruzeiro-sign)
+ /// Terms: BRL, Brazilian currency, Brazilian real, Cruzeiro, cash, currency, currency sign, currency symbol, finance, money
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CruzeiroSign = 0xe152,
+
+ ///
+ /// Cube (cube)
+ /// Terms: 3d, block, box, container, cube, dice, figure, geometric, object, package, shape, solid, square, tesseract
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Cube = 0xf1b2,
+
+ ///
+ /// Cubes (cubes)
+ /// Terms: 3d, block, box, cube, dice, geometric, grid, package, shape, square, stack
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Cubes = 0xf1b3,
+
+ ///
+ /// Cubes Stacked (cubes-stacked)
+ /// Terms: 3d, blocks, building, construction, cubes, geometric, modular, stack, sugar cubes, toy
+ /// Added in 6.1.0, updated in 6.1.1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ CubesStacked = 0xe4e6,
+
+ ///
+ /// D (d)
+ /// Terms: alphabet, capital d, character, letter d, lowercase d, symbol, text
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ D = 0x44,
+
+ ///
+ /// Database (database)
+ /// Terms: backend, cloud, data, database, directory, information, memory, mysql, records, server, sql, storage, table
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Database = 0xf1c0,
+
+ ///
+ /// Delete Left (delete-left)
+ /// Terms: backspace, backspace key, backspace symbol, delete, delete left, erase, erase to the left, keyboard, remove, undo
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DeleteLeft = 0xf55a,
+
+ ///
+ /// Democrat (democrat)
+ /// Terms: blue party, democrat, democratic party, donkey, election, government, left, left-wing, liberal, political party, politics, progressives, united states, usa
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Democrat = 0xf747,
+
+ ///
+ /// Desktop (desktop)
+ /// Terms: all-in-one, computer, desktop, desktop computer, device, display, hardware, imac, monitor, pc, screen, workstation
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Desktop = 0xf390,
+
+ ///
+ /// Dharmachakra (dharmachakra)
+ /// Terms: Buddhist, Indian religion, buddhism, buddhist, dharma wheel, dharmachakra, enlightenment, karma, meditation, religion, sacred symbol, spirituality, teachings, wheel of dharma
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dharmachakra = 0xf655,
+
+ ///
+ /// Diagram Next (diagram-next)
+ /// Terms: cells, chart, diagram, flowchart, gantt, next, process, row, sequence, subtask, successor, table, task
+ /// Added in 6.0.0-beta3, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiagramNext = 0xe476,
+
+ ///
+ /// Diagram Predecessor (diagram-predecessor)
+ /// Terms: cells, chart, dependency, gantt, predecessor, previous, project, row, schedule, subtask, table, task, timeline
+ /// Added in 6.0.0-beta3, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiagramPredecessor = 0xe477,
+
+ ///
+ /// Diagram Project (diagram-project)
+ /// Terms: chart, connections, diagram, flowchart, graph, network, nodes, pert, planning, process, project, statistics, workflow
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiagramProject = 0xf542,
+
+ ///
+ /// Diagram Successor (diagram-successor)
+ /// Terms: cells, chart, dependency, diagram, gantt, next, row, subtask, successor, table, task
+ /// Added in 6.0.0-beta3, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiagramSuccessor = 0xe47a,
+
+ ///
+ /// Diamond (diamond)
+ /// Terms: ace, card, cards, diamond, diamond suit, game, gem, gemstone, jewel, luxury, playing card, poker, precious, sparkle, suit
+ /// Added in 4.3.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Diamond = 0xf219,
+
+ ///
+ /// Diamond Turn Right (diamond-turn-right)
+ /// Terms: arrow, direction, map, navigation, right turn, road, route, sign, traffic, turn
+ /// Added in 5.11.0, updated in 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiamondTurnRight = 0xf5eb,
+
+ ///
+ /// Dice (dice)
+ /// Terms: board game, chance, cube, dice, dice game, die, gambling, game, gaming, luck, random, roll, tabletop, throw
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dice = 0xf522,
+
+ ///
+ /// Dice D20 (dice-d20)
+ /// Terms: Dungeons & Dragons, chance, d&d, d20, dice, dnd, fantasy, game, role-playing, roll, rpg, tabletop, twenty-sided
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiceD20 = 0xf6cf,
+
+ ///
+ /// Dice D6 (dice-d6)
+ /// Terms: Dungeons & Dragons, RPG, chance, d&d, dice, die, dnd, fantasy, gambling, game, gaming, role-playing, roll, six-sided, tabletop
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiceD6 = 0xf6d1,
+
+ ///
+ /// Dice Five (dice-five)
+ /// Terms: board game, chance, dice, dice game, die, die face 5, five, gambling, game, luck, random, roll, tabletop, throw
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiceFive = 0xf523,
+
+ ///
+ /// Dice Four (dice-four)
+ /// Terms: 4, board game, chance, dice, dice face, die, four, gambling, game, luck, roll, tabletop
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiceFour = 0xf524,
+
+ ///
+ /// Dice One (dice-one)
+ /// Terms: chance, dice, dice roll, die, dot, face one, gambling, game, luck, number one, one, pip, random, roll, single dot
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiceOne = 0xf525,
+
+ ///
+ /// Dice Six (dice-six)
+ /// Terms: board game, chance, dice, dice game, die, die face 6, gambling, game, probability, random, roll, six, six-sided, tabletop
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiceSix = 0xf526,
+
+ ///
+ /// Dice Three (dice-three)
+ /// Terms: board game, chance, dice, dice game, die, gambling, game, luck, number three, random, roll, tabletop, three
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiceThree = 0xf527,
+
+ ///
+ /// Dice Two (dice-two)
+ /// Terms: board game, chance, dice, dice game, die face 2, gambling, game, luck, play, random, roll, tabletop, throw, two
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DiceTwo = 0xf528,
+
+ ///
+ /// Disease (disease)
+ /// Terms: bacteria, cancer, contagion, coronavirus, covid-19, epidemic, flu, health, illness, infection, medical, pandemic, pathogen, sickness, symptom, virus
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Disease = 0xf7fa,
+
+ ///
+ /// Display (display)
+ /// Terms: computer, desktop, device, display, electronic, imac, interface, lcd, led, monitor, panel, screen, tech, visual
+ /// Added in 6.0.0-beta1, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Display = 0xe163,
+
+ ///
+ /// Divide (divide)
+ /// Terms: arithmetic, calculation, divide, divide symbol, division, division sign, fraction, math, math operation, math symbol, operator, quotient, ÷
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Divide = 0xf529,
+
+ ///
+ /// Dna (dna)
+ /// Terms: biologist, biology, chromosome, dna, double helix, gene, genetic, genetics, genome, helix, heredity, life, molecule, protein, science
+ /// Added in 5.0.10, updated in 5.0.7, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dna = 0xf471,
+
+ ///
+ /// Dog (dog)
+ /// Terms: animal, bark, canine, companion, dog, domestic animal, mammal, pet, pooch, puppy, woof
+ /// Added in 5.12.0, updated in 5.4.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dog = 0xf6d3,
+
+ ///
+ /// Dollar Sign (dollar-sign)
+ /// Terms: budget, cash, cost, currency, dollar, dollar sign, finance, income, investment, money, payment, premium, price, revenue, salary
+ /// Added in 3.2.0, updated in 5.0.0, 5.0.9, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ DollarSign = 0x24,
+
+ ///
+ /// Dolly (dolly)
+ /// Terms: carry, cart, delivery, dolly, hand truck, moving, shipping, transport, trolley, warehouse
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dolly = 0xf472,
+
+ ///
+ /// Dong Sign (dong-sign)
+ /// Terms: cash, currency, currency symbol, dong, finance, money, payment, vietnam, vietnamese currency
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DongSign = 0xe169,
+
+ ///
+ /// Door Closed (door-closed)
+ /// Terms: access, barrier, closed, door, doorway, entrance, exit, locked, privacy, secure
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DoorClosed = 0xf52a,
+
+ ///
+ /// Door Open (door-open)
+ /// Terms: access, door, doorway, entrance, entry, exit, open, open door, passage, welcome
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DoorOpen = 0xf52b,
+
+ ///
+ /// Dove (dove)
+ /// Terms: bird, dove, flying, freedom, love, nature, peace, symbol, white bird, wildlife
+ /// Added in 5.0.9, updated in 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dove = 0xf4ba,
+
+ ///
+ /// Down Left And Up Right To Center (down-left-and-up-right-to-center)
+ /// Terms: center, collapse, compress, contract, fullscreen, inward, minimize, reduce, resize, scale, shrink, size, smaller, zoom out
+ /// Added in 1.0.0, updated in 5.0.0, 5.12.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DownLeftAndUpRightToCenter = 0xf422,
+
+ ///
+ /// Down Long (down-long)
+ /// Terms: arrow, arrow-down, arrow-pointing-down, download, download-arrow, download-button, downward, long-arrow-down, save
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DownLong = 0xf309,
+
+ ///
+ /// Download (download)
+ /// Terms: arrow down, download, export, get file, hard drive, import, retrieve, save, transfer
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Download = 0xf019,
+
+ ///
+ /// Dragon (dragon)
+ /// Terms: Dungeons & Dragons, creature, d&d, dnd, dragon, fairy tale, fantasy, fire, legend, lizard, medieval, monster, mythical, serpent
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dragon = 0xf6d5,
+
+ ///
+ /// Draw Polygon (draw-polygon)
+ /// Terms: anchors, drawing, geometry, graphic, lines, object, path, polygon, shape, vector
+ /// Added in 5.2.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DrawPolygon = 0xf5ee,
+
+ ///
+ /// Droplet (droplet)
+ /// Terms: blood, drip, drop, droplet, fluid, liquid, moisture, oil, raindrop, sweat, tear, water, waterdrop
+ /// Added in 1.0.0, updated in 5.0.0, 5.1.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Droplet = 0xf043,
+
+ ///
+ /// Droplet Slash (droplet-slash)
+ /// Terms: blocked, cancel, disabled, drop, droplet, muted, no drop, no water, off, raindrop, remove, slash, stop, waterdrop
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DropletSlash = 0xf5c7,
+
+ ///
+ /// Drum (drum)
+ /// Terms: band, beat, drum, drummer, drums, drumsticks, instrument, kit, music, musical instrument, percussion, rhythm, snare, sound
+ /// Added in 5.1.0, updated in 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Drum = 0xf569,
+
+ ///
+ /// Drum Steelpan (drum-steelpan)
+ /// Terms: Caribbean, band, calypso, festival, instrument, music, pan drum, percussion, sound, steel drum, steelpan, tropical
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DrumSteelpan = 0xf56a,
+
+ ///
+ /// Drumstick Bite (drumstick-bite)
+ /// Terms: barbecue, bite, bone, chicken, dinner, drumstick, food, grilled, leg, meat, poultry, snack, turkey
+ /// Added in 5.4.0, updated in 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DrumstickBite = 0xf6d7,
+
+ ///
+ /// Dumbbell (dumbbell)
+ /// Terms: dumbbell, exercise, fitness, gym, lifting, muscle, sports, strength, training, weight, weightlifting, workout
+ /// Added in 5.0.5, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dumbbell = 0xf44b,
+
+ ///
+ /// Dumpster (dumpster)
+ /// Terms: bin, commercial waste, container, dumpster, dumpster bin, garbage, junk, refuse, rubbish, trash, trash container, waste
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dumpster = 0xf793,
+
+ ///
+ /// Dumpster Fire (dumpster-fire)
+ /// Terms: blaze, burning, chaotic, crisis, danger, disaster, dumpster, emergency, euphemism, fire, flames, hot, meltdown, trash, waste
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ DumpsterFire = 0xf794,
+
+ ///
+ /// Dungeon (dungeon)
+ /// Terms: Dungeons & Dragons, RPG, castle, d&d, dnd, door, dungeon, dungeon door, entrance, fantasy, fortress, gate, medieval, role-playing
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Dungeon = 0xf6d9,
+
+ ///
+ /// E (e)
+ /// Terms: alphabet e, capital e, character e, e symbol, latin letter e, letter e, lowercase e
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ E = 0x45,
+
+ ///
+ /// Ear Deaf (ear-deaf)
+ /// Terms: accessibility, deaf, disability, ear, hearing impaired, hearing loss, mute, no sound, sign language
+ /// Added in 4.6.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EarDeaf = 0xf2a4,
+
+ ///
+ /// Ear Listen (ear-listen)
+ /// Terms: amplify, audio, deaf, ear, earphone, headphone, headset, hearing, hearing aid, listen, listen closely, sound, volume
+ /// Added in 4.6.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EarListen = 0xf2a2,
+
+ ///
+ /// Earth Africa (earth-africa)
+ /// Terms: africa, continent, earth, geography, global, globe, gps, international, localize, location, map, place, planet, travel, world
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EarthAfrica = 0xf57c,
+
+ ///
+ /// Earth Americas (earth-americas)
+ /// Terms: america, americas, earth, global, globe, gps, language, localize, location, map, place, planet, translate, travel, world
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EarthAmericas = 0xf57d,
+
+ ///
+ /// Earth Asia (earth-asia)
+ /// Terms: asia, australia, earth, global, globe, gps, language, localize, location, map, place, planet, translate, travel, world
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EarthAsia = 0xf57e,
+
+ ///
+ /// Earth Europe (earth-europe)
+ /// Terms: country, earth, europe, global, globe, gps, language, localize, location, map, place, planet, translate, travel, world
+ /// Added in 5.11.0, updated in 5.11.1, 5.6.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EarthEurope = 0xf7a2,
+
+ ///
+ /// Earth Oceania (earth-oceania)
+ /// Terms: australia, continent, country, earth, geography, global, globe, island, location, map, melanesia, micronesia, new zealand, oceania, pacific, polynesia, region, travel, world
+ /// Added in 6.0.0-beta3, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EarthOceania = 0xe47b,
+
+ ///
+ /// Egg (egg)
+ /// Terms: baking, breakfast, chicken, egg, farm, food, fresh, natural, omelette, oval, poultry, protein, shell, yolk
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Egg = 0xf7fb,
+
+ ///
+ /// Eject (eject)
+ /// Terms: abort, cancel, cd, disc, discard, eject, eject button, exit, media, remove, stop, unload
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Eject = 0xf052,
+
+ ///
+ /// Elevator (elevator)
+ /// Terms: accessibility, building transport, elevator, elevator button, elevator car, elevator shaft, hoist, lift, passenger lift, people mover, vertical transport, wheelchair accessible
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Elevator = 0xe16d,
+
+ ///
+ /// Ellipsis (ellipsis)
+ /// Terms: actions, dots, dots menu, ellipsis, horizontal dots, kebab, menu, more, navigation, options, overflow, settings, three dots, vertical dots
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Ellipsis = 0xf141,
+
+ ///
+ /// Ellipsis Vertical (ellipsis-vertical)
+ /// Terms: dots, kebab, list, menu, more, nav, navigation, options, overflow, reorder, settings, vertical dots
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EllipsisVertical = 0xf142,
+
+ ///
+ /// Envelope (envelope)
+ /// Styles: solid, regular
+ /// Terms: contact, correspondence, e-mail, email, envelope, inbox, letter, mail, message, newsletter, notification, postal, receive, send, support
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Envelope = 0xf0e0,
+
+ ///
+ /// Envelope Circle Check (envelope-circle-check)
+ /// Terms: approved, check, confirmed, delivered, email, envelope, mail, ok, okay, read, sent, success, validated, verified
+ /// Added in 6.1.0, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EnvelopeCircleCheck = 0xe4e8,
+
+ ///
+ /// Envelope Open (envelope-open)
+ /// Styles: solid, regular
+ /// Terms: communication, correspondence, e-mail, email, inbox, letter, mail, message, newsletter, notification, offer, open mail, support
+ /// Added in 4.7.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ EnvelopeOpen = 0xf2b6,
+
+ ///
+ /// Envelope Open Text (envelope-open-text)
+ /// Terms: communication, correspondence, document, e-mail, email, inbox, letter, mail, message, newsletter, notification, open mail, reading mail, support, update
+ /// Added in 5.10.1, updated in 5.12.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EnvelopeOpenText = 0xf658,
+
+ ///
+ /// Envelopes Bulk (envelopes-bulk)
+ /// Terms: bulk mail, correspondence, envelopes, letters, mail, mailing, newsletter, package, post office, postal, send, shipment, usps
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EnvelopesBulk = 0xf674,
+
+ ///
+ /// Equals (equals)
+ /// Terms: arithmetic, balance, comparison, equal sign, equal to, equals, equals sign, equation, equivalence, match, math
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Equals = 0x3d,
+
+ ///
+ /// Eraser (eraser)
+ /// Terms: art, clean, correction, delete, drawing, erase, pencil, remove, rubber, wipe
+ /// Added in 3.1.0, updated in 5.0.0, 5.8.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Eraser = 0xf12d,
+
+ ///
+ /// Ethernet (ethernet)
+ /// Terms: cable, cat5, cat6, connection, ethernet, ethernet cable, ethernet port, hardware, internet, lan, network, network cable, rj45, wired, wired connection
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Ethernet = 0xf796,
+
+ ///
+ /// Euro Sign (euro-sign)
+ /// Terms: cash, currency, euro, euro currency, euro sign, european currency, financial, money, payment, symbol
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EuroSign = 0xf153,
+
+ ///
+ /// Exclamation (exclamation)
+ /// Terms: alert, attention, caution, danger, emphasis, error, exclamation, exclamation mark, important, notice, notification, notify, problem, punctuation, required, symbol, urgent, warning
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ Exclamation = 0x21,
+
+ ///
+ /// Expand (expand)
+ /// Terms: arrows, bigger, enlarge, expand, fullscreen, fullscreen mode, increase, maximize, open, resize, scale, stretch, viewfinder, zoom
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Expand = 0xf065,
+
+ ///
+ /// Explosion (explosion)
+ /// Terms: bang, blast, blast-off, boom, burst, crash, detonation, eruption, explosion, impact, shockwave
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Explosion = 0xe4e9,
+
+ ///
+ /// Eye (eye)
+ /// Styles: solid, regular
+ /// Terms: eye, focus, glimpse, look, observe, peek, see, sight, stare, view, visible, vision, watch
+ /// Added in 1.0.0, updated in 5.0.0, 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Eye = 0xf06e,
+
+ ///
+ /// Eye Dropper (eye-dropper)
+ /// Terms: color, dropper, eyedropper, eyedropper-tool, paint, pick, pipette, sample, select, tool
+ /// Added in 4.2.0, updated in 5.0.0, 5.1.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EyeDropper = 0xf1fb,
+
+ ///
+ /// Eye Low Vision (eye-low-vision)
+ /// Terms: accessibility, blind, disability, eye, eye disability, impaired vision, low vision, sight, vision loss, visual impairment
+ /// Added in 4.6.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ EyeLowVision = 0xf2a8,
+
+ ///
+ /// Eye Slash (eye-slash)
+ /// Styles: solid, regular
+ /// Terms: blocked, conceal, disable, eye, hidden, hide, invisible, no-view, obscured, privacy, privacy-mode, security, toggle, unseen
+ /// Added in 1.0.0, updated in 5.0.0, 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ EyeSlash = 0xf070,
+
+ ///
+ /// F (f)
+ /// Terms: alphabet f, character f, f glyph, f symbol, latin letter f, letter, letter f
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ F = 0x46,
+
+ ///
+ /// Face Angry (face-angry)
+ /// Styles: solid, regular
+ /// Terms: angry, annoyed, disapprove, displeased, emoticon, emotion, face, frowning, frustrated, glare, mad, rage, upset
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceAngry = 0xf556,
+
+ ///
+ /// Face Dizzy (face-dizzy)
+ /// Styles: solid, regular
+ /// Terms: confused, dazed, dizzy, dizzy face, emoticon, face, faint, sick, unwell, woozy, woozy face
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceDizzy = 0xf567,
+
+ ///
+ /// Face Flushed (face-flushed)
+ /// Styles: solid, regular
+ /// Terms: bashful, blushing, embarrassed, emoticon, face, flushed, overwhelmed, red-faced, shy, surprised
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceFlushed = 0xf579,
+
+ ///
+ /// Face Frown (face-frown)
+ /// Styles: solid, regular
+ /// Terms: disappointed, disapprove, displeased, emoticon, face, frown, frowning face, negative, sad, unhappy, unhappy emoji, unhappy face
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.9, 5.1.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FaceFrown = 0xf119,
+
+ ///
+ /// Face Frown Open (face-frown-open)
+ /// Styles: solid, regular
+ /// Terms: disappointed, disapprove, displeased, emoticon, expression, face, frown, negative, open mouth, sad, unhappy, upset
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceFrownOpen = 0xf57a,
+
+ ///
+ /// Face Grimace (face-grimace)
+ /// Styles: solid, regular
+ /// Terms: anxious, awkward, cringe, emoticon, expression, face, grimace, grimacing face, nervous, teeth, uncomfortable, uneasy, worried
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrimace = 0xf57f,
+
+ ///
+ /// Face Grin (face-grin)
+ /// Styles: solid, regular
+ /// Terms: amusement, cheerful, emoji, expression, face, grin, grinning, happy, joy, laugh, pleased, smile
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrin = 0xf580,
+
+ ///
+ /// Face Grin Beam (face-grin-beam)
+ /// Styles: solid, regular
+ /// Terms: beam, cheerful, delighted, emoticon, eyes closed, face, grin, happy, joy, laugh, open mouth, smile, smiling face
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinBeam = 0xf582,
+
+ ///
+ /// Face Grin Beam Sweat (face-grin-beam-sweat)
+ /// Styles: solid, regular
+ /// Terms: anxious, awkward, beam, embarrassed, emoticon, face, grin, nervous, relief, smile, sweat, uncomfortable
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinBeamSweat = 0xf583,
+
+ ///
+ /// Face Grin Hearts (face-grin-hearts)
+ /// Styles: solid, regular
+ /// Terms: admiration, adoration, affection, crush, emoji, emoticon, face, heart-eyes, infatuation, love, smile, smiling
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinHearts = 0xf584,
+
+ ///
+ /// Face Grin Squint (face-grin-squint)
+ /// Styles: solid, regular
+ /// Terms: amusement, emoticon, face, grin, happy, joy, laugh, laughing, playful, satisfied, smile, squint
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinSquint = 0xf585,
+
+ ///
+ /// Face Grin Squint Tears (face-grin-squint-tears)
+ /// Styles: solid, regular
+ /// Terms: emoji, face, funny, grin, happy, humor, joy, laugh, laughing, rofl, rolling on the floor laughing, smile, squint, tears
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinSquintTears = 0xf586,
+
+ ///
+ /// Face Grin Stars (face-grin-stars)
+ /// Styles: solid, regular
+ /// Terms: amazed, celebrity, emoticon, excited, face, grin, happy, impressed, joyful, smiling, star, star-struck, starry-eyed, vip
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinStars = 0xf587,
+
+ ///
+ /// Face Grin Tears (face-grin-tears)
+ /// Styles: solid, regular
+ /// Terms: LOL, crying with laughter, emoji, face, funny, grin, happy, joy, laugh, laughing, smile, tear, tears of joy
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinTears = 0xf588,
+
+ ///
+ /// Face Grin Tongue (face-grin-tongue)
+ /// Styles: solid, regular
+ /// Terms: cheeky, emoji, face, funny, goofy, grin, joking, laugh, lighthearted, playful, silly, teasing, tongue
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinTongue = 0xf589,
+
+ ///
+ /// Face Grin Tongue Squint (face-grin-tongue-squint)
+ /// Styles: solid, regular
+ /// Terms: emoji, face, funny, goofy, grin, joking, laugh, playful, silly, silly face, squint, teasing, tongue
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinTongueSquint = 0xf58a,
+
+ ///
+ /// Face Grin Tongue Wink (face-grin-tongue-wink)
+ /// Styles: solid, regular
+ /// Terms: LOL, cheeky, emoji, emoticon, face, funny, grin, joke, laugh, playful, silly, teasing, tongue, wink, winking face
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 5.12.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinTongueWink = 0xf58b,
+
+ ///
+ /// Face Grin Wide (face-grin-wide)
+ /// Styles: solid, regular
+ /// Terms: big eyes, cheerful, emoticon, excited, face, grin, happy, joyful, laugh, open mouth, smile, wide grin
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinWide = 0xf581,
+
+ ///
+ /// Face Grin Wink (face-grin-wink)
+ /// Styles: solid, regular
+ /// Terms: cheeky, emoticon, face, flirt, grin, happy, mischievous, playful, smile, wink
+ /// Added in 5.1.0, updated in 5.1.1, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceGrinWink = 0xf58c,
+
+ ///
+ /// Face Kiss (face-kiss)
+ /// Styles: solid, regular
+ /// Terms: affection, beso, blowing a kiss, emoji, face, flirt, hug and kiss, kiss, kissing face, love, romantic, smooch
+ /// Added in 5.1.0, updated in 5.1.1, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceKiss = 0xf596,
+
+ ///
+ /// Face Kiss Beam (face-kiss-beam)
+ /// Styles: solid, regular
+ /// Terms: affection, blowing kiss, emoji, emoticon, eyes closed, face, happy, kiss, kissing face, love, smile, smooch
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceKissBeam = 0xf597,
+
+ ///
+ /// Face Kiss Wink Heart (face-kiss-wink-heart)
+ /// Styles: solid, regular
+ /// Terms: affection, blowing a kiss, emoji, emoticon, face, flirt, heart, kiss, love, smooch, wink
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceKissWinkHeart = 0xf598,
+
+ ///
+ /// Face Laugh (face-laugh)
+ /// Styles: solid, regular
+ /// Terms: amusement, chuckle, emoji, face, funny, grin, happy, humor, joy, laugh, laughter, smile
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FaceLaugh = 0xf599,
+
+ ///
+ /// Face Laugh Beam (face-laugh-beam)
+ /// Styles: solid, regular
+ /// Terms: amusement, beaming face, cheerful, emoji, fun, grin, happy, humor, joy, laugh, laughing face, laughter, smile, smiling eyes
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceLaughBeam = 0xf59a,
+
+ ///
+ /// Face Laugh Squint (face-laugh-squint)
+ /// Styles: solid, regular
+ /// Terms: LOL, amused, emoticon, face, funny, grin, happy, joy, laugh, laughing, smile, squint
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceLaughSquint = 0xf59b,
+
+ ///
+ /// Face Laugh Wink (face-laugh-wink)
+ /// Styles: solid, regular
+ /// Terms: LOL, emoticon, face, funny, happy, humor, joking, laugh, playful, smile, wink
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceLaughWink = 0xf59c,
+
+ ///
+ /// Face Meh (face-meh)
+ /// Styles: solid, regular
+ /// Terms: apathetic, bland, deadpan, default, emoticon, emotion, expression, face, indifferent, meh, neutral, neutral face, rating, unamused, unimpressed
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.9, 5.1.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FaceMeh = 0xf11a,
+
+ ///
+ /// Face Meh Blank (face-meh-blank)
+ /// Styles: solid, regular
+ /// Terms: blank, deadpan, emotionless, expressionless, face, indifferent, meh, neutral, no mouth, quiet, silent, stoic, unimpressed
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceMehBlank = 0xf5a4,
+
+ ///
+ /// Face Rolling Eyes (face-rolling-eyes)
+ /// Styles: solid, regular
+ /// Terms: annoyed, dismissive, emoji, exasperated, expression, eye roll, eyeroll, face, reaction, rolling eyes, sarcastic, unimpressed
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceRollingEyes = 0xf5a5,
+
+ ///
+ /// Face Sad Cry (face-sad-cry)
+ /// Styles: solid, regular
+ /// Terms: crying, emoticon, emotional, face, sad face, sobbing, tearful, tears, unhappy, upset
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSadCry = 0xf5b3,
+
+ ///
+ /// Face Sad Tear (face-sad-tear)
+ /// Styles: solid, regular
+ /// Terms: crying, distress, emoticon, emotional, face, grief, sad, sorrow, tear, tears, unhappy, upset
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSadTear = 0xf5b4,
+
+ ///
+ /// Face Smile (face-smile)
+ /// Styles: solid, regular
+ /// Terms: approve, cheerful, content, emoticon, face, friendly, happy, joy, pleased, positive, satisfied, slightly smiling face, smile
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.9, 5.1.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FaceSmile = 0xf118,
+
+ ///
+ /// Face Smile Beam (face-smile-beam)
+ /// Styles: solid, regular
+ /// Terms: beaming, blush, cheerful, delighted, emoticon, face, grin, happiness, happy, joyful, pleased, positive, smile, smiling
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSmileBeam = 0xf5b8,
+
+ ///
+ /// Face Smile Wink (face-smile-wink)
+ /// Styles: solid, regular
+ /// Terms: cheeky, emoticon, face, flirt, fun, happy, mischievous, playful, smile, teasing, wink, winking face
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSmileWink = 0xf4da,
+
+ ///
+ /// Face Surprise (face-surprise)
+ /// Styles: solid, regular
+ /// Terms: astonished, emoji, expression, face, open mouth, reaction, shocked, startled, surprised, wow
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceSurprise = 0xf5c2,
+
+ ///
+ /// Face Tired (face-tired)
+ /// Styles: solid, regular
+ /// Terms: drained, emoticon, exhausted, face, fatigued, frustrated, grumpy, sleepy, tired, upset, weary, worn out
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaceTired = 0xf5c8,
+
+ ///
+ /// Fan (fan)
+ /// Terms: air, airflow, blade, blower, breeze, ceiling fan, cool air, cooling, electric fan, fan, hot air, ventilation
+ /// Added in 5.10.1, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Fan = 0xf863,
+
+ ///
+ /// Faucet (faucet)
+ /// Terms: bathroom, drinking, drip, household, hygiene, kitchen, plumbing, potable, potable water, sanitation, sink, tap, water
+ /// Added in 5.12.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Faucet = 0xe005,
+
+ ///
+ /// Faucet Drip (faucet-drip)
+ /// Terms: bathroom, drinking, drip, faucet, household, hygiene, kitchen, leak, plumbing, potable, potable water, sanitation, sink, tap, water
+ /// Added in 5.12.0, updated in 5.14.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FaucetDrip = 0xe006,
+
+ ///
+ /// Fax (fax)
+ /// Terms: business, communication, copy, document, facsimile, fax, fax machine, message, office, send, transmit
+ /// Added in 4.1.0, updated in 5.0.0, 5.11.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Fax = 0xf1ac,
+
+ ///
+ /// Feather (feather)
+ /// Terms: bird, delicate, feather, flight, light, pen, plumage, plume, plume, plume, plume, quill, writing
+ /// Added in 5.0.13, updated in 5.1.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Feather = 0xf52d,
+
+ ///
+ /// Feather Pointed (feather-pointed)
+ /// Terms: bird, calligraphy, feather, ink, light, pen, plume, plume feather, plume pen, quill, writing
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FeatherPointed = 0xf56b,
+
+ ///
+ /// Ferry (ferry)
+ /// Terms: barge, boat, commute, crossing, ferry, ferryboat, passenger, ship, transport, travel, vehicle, watercraft
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Ferry = 0xe4ea,
+
+ ///
+ /// File (file)
+ /// Styles: solid, regular
+ /// Terms: blank, cv, document, file, form, new, page, page facing up, paper, pdf, report, resume, sheet, text
+ /// Added in 3.2.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ File = 0xf15b,
+
+ ///
+ /// File Arrow Down (file-arrow-down)
+ /// Terms: archive, arrow-down, document, download, export, file, import, insert, save, upload
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileArrowDown = 0xf56d,
+
+ ///
+ /// File Arrow Up (file-arrow-up)
+ /// Terms: arrow-up, document, export, file, import, page, save, send, update, upgrade, upload
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileArrowUp = 0xf574,
+
+ ///
+ /// File Audio (file-audio)
+ /// Styles: solid, regular
+ /// Terms: audio, document, file, mp3, music, play, recording, sound, track, waveform
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileAudio = 0xf1c7,
+
+ ///
+ /// File Circle Check (file-circle-check)
+ /// Terms: approved, check, checkmark, complete, confirm, document, done, file, ok, okay, paper, success, validated, verified
+ /// Added in 6.0.0, updated in 6.1.0, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCircleCheck = 0xe5a0,
+
+ ///
+ /// File Circle Exclamation (file-circle-exclamation)
+ /// Terms: alert, document, error, exclamation, failed, file, issue, paper, problem, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCircleExclamation = 0xe4eb,
+
+ ///
+ /// File Circle Minus (file-circle-minus)
+ /// Terms: cancel, circle, delete, discard, document, erase, file, file-remove, minus, paper, remove, subtract
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCircleMinus = 0xe4ed,
+
+ ///
+ /// File Circle Plus (file-circle-plus)
+ /// Terms: add, blank, circle, create, document, file, insert, new, page, paper, pdf, plus, sheet, upload
+ /// Added in 6.0.0, updated in 6.1.0, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCirclePlus = 0xe494,
+
+ ///
+ /// File Circle Question (file-circle-question)
+ /// Terms: document, file, file-help, file-question, help, info, inquiry, paper, question, support, unknown
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCircleQuestion = 0xe4ef,
+
+ ///
+ /// File Circle Xmark (file-circle-xmark)
+ /// Terms: cancel, close, cross, delete, document, error, file, invalid, no, paper, reject, remove, xmark
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCircleXmark = 0xe5a1,
+
+ ///
+ /// File Code (file-code)
+ /// Styles: solid, regular
+ /// Terms: code, css, development, document, file, html, markup, mysql, programming, script, sql
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCode = 0xf1c9,
+
+ ///
+ /// File Contract (file-contract)
+ /// Terms: agreement, binding, contract, deal, document, file, form, legal, paperwork, signature, terms
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileContract = 0xf56c,
+
+ ///
+ /// File Csv (file-csv)
+ /// Terms: comma-separated, csv, data, document, export, file, import, spreadsheet, table, values
+ /// Added in 5.10.2, updated in 5.4.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileCsv = 0xf6dd,
+
+ ///
+ /// File Excel (file-excel)
+ /// Styles: solid, regular
+ /// Terms: csv, data, document, excel, microsoft excel, numbers, sheet, spreadsheet, table, workbook, xls, xlsx
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileExcel = 0xf1c3,
+
+ ///
+ /// File Export (file-export)
+ /// Terms: document, download, export, file, output, save, send, share, transfer, upload
+ /// Added in 5.1.0, updated in 5.10.2, 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileExport = 0xf56e,
+
+ ///
+ /// File Fragment (file-fragment)
+ /// Terms: block, chunk, data, document, file, fragment, incomplete, partial, piece, segment
+ /// Added in 6.7.0, updated in 7.0.0.
+ ///
+ FileFragment = 0xe697,
+
+ ///
+ /// File Half Dashed (file-half-dashed)
+ /// Terms: dashed, data, document, file, form, fragment, incomplete, outline, partial, piece, sheet
+ /// Added in 6.7.0, updated in 7.0.0.
+ ///
+ FileHalfDashed = 0xe698,
+
+ ///
+ /// File Image (file-image)
+ /// Styles: solid, regular
+ /// Terms: document, document with image, file, graphic, image, image file, img, jpg, photo, photo file, picture, picture file, png
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileImage = 0xf1c5,
+
+ ///
+ /// File Import (file-import)
+ /// Terms: add, bring in, document, file, import, input, insert, load, transfer, upload
+ /// Added in 5.1.0, updated in 5.10.2, 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileImport = 0xf56f,
+
+ ///
+ /// File Invoice (file-invoice)
+ /// Terms: account, bill, billing, charge, document, expense, financial, invoice, payment, receipt, statement, transaction
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileInvoice = 0xf570,
+
+ ///
+ /// File Invoice Dollar (file-invoice-dollar)
+ /// Terms: $, accounting, bill, charge, cost, document, dollar, earnings, finance, invoice, money, payment, receipt, revenue, salary, usd
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileInvoiceDollar = 0xf571,
+
+ ///
+ /// File Lines (file-lines)
+ /// Styles: solid, regular
+ /// Terms: document, file, file-text, form, invoice, new document, page, paper, pdf, report, sheet, text
+ /// Added in 3.2.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileLines = 0xf15c,
+
+ ///
+ /// File Medical (file-medical)
+ /// Terms: chart, clinic, document, file, health, healthcare, history, hospital, medical, patient, prescription, record, report
+ /// Added in 5.0.7, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileMedical = 0xf477,
+
+ ///
+ /// File Pdf (file-pdf)
+ /// Styles: solid, regular
+ /// Terms: acrobat, attachment, document, ebook, file, pdf, portable document format, preview, report, save
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.1, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FilePdf = 0xf1c1,
+
+ ///
+ /// File Pen (file-pen)
+ /// Terms: compose, document, draft, edit, file, memo, modify, note, pen, pencil, text, update, write
+ /// Added in 5.0.0, updated in 5.10.2, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FilePen = 0xf31c,
+
+ ///
+ /// File Powerpoint (file-powerpoint)
+ /// Styles: solid, regular
+ /// Terms: deck, document, file, keynote, microsoft, office, powerpoint, ppt, presentation, slide, slideshow
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FilePowerpoint = 0xf1c4,
+
+ ///
+ /// File Prescription (file-prescription)
+ /// Terms: document, drugs, healthcare, medical, medication, medicine, pharmacy, prescription, rx, script, treatment
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FilePrescription = 0xf572,
+
+ ///
+ /// File Shield (file-shield)
+ /// Terms: antivirus, data, defense, document, file, locked, privacy, protect, protection, safe, safeguard, safety, secure, security, shield
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileShield = 0xe4f0,
+
+ ///
+ /// File Signature (file-signature)
+ /// Terms: John Hancock, approval, autograph, contract, document, endorsement, handwriting, name, sign, signature
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileSignature = 0xf573,
+
+ ///
+ /// File Video (file-video)
+ /// Styles: solid, regular
+ /// Terms: clip, file, film, footage, m4v, media, movie, mp4, play, playback, recording, video
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileVideo = 0xf1c8,
+
+ ///
+ /// File Waveform (file-waveform)
+ /// Terms: audio, data, document, file, music, recording, signal, sound, track, wave, waveform
+ /// Added in 5.0.7, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileWaveform = 0xf478,
+
+ ///
+ /// File Word (file-word)
+ /// Styles: solid, regular
+ /// Terms: doc, document, editable, file, letter, office, page, paper, report, text, word, word processing, writing
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileWord = 0xf1c2,
+
+ ///
+ /// File Zipper (file-zipper)
+ /// Styles: solid, regular
+ /// Terms: .zip, archive, archive file, bundle, compress, compressed, compression, download, extractor, file, folder, packed, packing, zip, zipped file
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FileZipper = 0xf1c6,
+
+ ///
+ /// Fill (fill)
+ /// Terms: bucket, bucket fill, color fill, coloring, fill, paint, paint bucket, paint can, paint tool
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Fill = 0xf575,
+
+ ///
+ /// Fill Drip (fill-drip)
+ /// Terms: bucket, color, drip, drop, liquid, paint, paint bucket, paint drip, paint spill, pouring, spill
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FillDrip = 0xf576,
+
+ ///
+ /// Film (film)
+ /// Terms: cinema, clip, film, film strip, footage, frames, media, movie, movie reel, projector, recording, video
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Film = 0xf008,
+
+ ///
+ /// Filter (filter)
+ /// Terms: adjust, criteria, filter, funnel, narrow, options, refine, selection, settings, sort
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.11.0, 5.11.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Filter = 0xf0b0,
+
+ ///
+ /// Filter Circle Dollar (filter-circle-dollar)
+ /// Terms: cost, dollar, filter, finance, money, options, payment, premium, price, sort
+ /// Added in 5.3.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ FilterCircleDollar = 0xf662,
+
+ ///
+ /// Filter Circle Xmark (filter-circle-xmark)
+ /// Terms: block, cancel, clear, close, delete, erase, filter, funnel, options, remove, reset, stop, xmark
+ /// Added in 6.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ FilterCircleXmark = 0xe17b,
+
+ ///
+ /// Fingerprint (fingerprint)
+ /// Terms: authentication, biometric, fingerprint, id, identification, lock, privacy, security, touch, unique, unlock
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Fingerprint = 0xf577,
+
+ ///
+ /// Fire (fire)
+ /// Terms: blaze, burn, burning, campfire, fire, flame, flame icon, flame symbol, heat, hot, ignition, popular, spark, tool, wildfire
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 5.6.0, 5.6.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Fire = 0xf06d,
+
+ ///
+ /// Fire Burner (fire-burner)
+ /// Terms: burner, burner flame, cook, cooking, cooktop, fire, flame, gas, heat, hob, kitchen, range, stove
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FireBurner = 0xe4f1,
+
+ ///
+ /// Fire Extinguisher (fire-extinguisher)
+ /// Terms: blaze, burn, emergency, extinguisher, fire, fire extinguisher, firefighting, flame, heat, hot, put out, quench, rescue, safety, smoke
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FireExtinguisher = 0xf134,
+
+ ///
+ /// Fire Flame Curved (fire-flame-curved)
+ /// Terms: blaze, burn, burning, fire, fire hazard, flame, flame icon, flame symbol, heat, hot, ignition, popular, wildfire
+ /// Added in 5.6.3, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.1, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FireFlameCurved = 0xf7e4,
+
+ ///
+ /// Fire Flame Simple (fire-flame-simple)
+ /// Terms: blaze, burn, caliente, energy, fire, flame, gas, heat, hot, ignition, warm
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FireFlameSimple = 0xf46a,
+
+ ///
+ /// Fish (fish)
+ /// Terms: Pisces, animal, aquarium, aquatic, fish, fishing, goldfish, marine, ocean, pet, seafood, swimming, zodiac
+ /// Added in 5.1.0, updated in 5.10.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Fish = 0xf578,
+
+ ///
+ /// Fish Fins (fish-fins)
+ /// Terms: Pisces, aquatic, fins, fish, fishing, marine, ocean, seafood, swim, water
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FishFins = 0xe4f2,
+
+ ///
+ /// Flag (flag)
+ /// Styles: solid, regular
+ /// Terms: alert, banner, country, flag, marker, nation, notification, notify, pennant, pole, report, signal, symbol, waving
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Flag = 0xf024,
+
+ ///
+ /// Flag Checkered (flag-checkered)
+ /// Terms: checkered, chequered, competition, end, finish, flag, flag icon, flagpole, motorsport, race, race flag, racing, signal, victory, winner
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.1, 5.7.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FlagCheckered = 0xf11e,
+
+ ///
+ /// Flag Usa (flag-usa)
+ /// Terms: american flag, betsy ross, country, flag, national emblem, old glory, patriotism, stars, stars and stripes, stripes, united states, usa
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FlagUsa = 0xf74d,
+
+ ///
+ /// Flask (flask)
+ /// Terms: beaker, chemistry, experiment, flask, lab, laboratory, liquid, potion, research, science, test tube, vial
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Flask = 0xf0c3,
+
+ ///
+ /// Flask Vial (flask-vial)
+ /// Terms: ampule, beaker, chemical, chemistry, experiment, experimental, flask, lab, laboratory, liquid, potion, science, test, test tube, vial
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FlaskVial = 0xe4f3,
+
+ ///
+ /// Floppy Disk (floppy-disk)
+ /// Styles: solid, regular
+ /// Terms: archive, backup, computer, data, disk, floppy, floppy disk, legacy, memory, old school, retro, save, save icon, storage
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FloppyDisk = 0xf0c7,
+
+ ///
+ /// Florin Sign (florin-sign)
+ /// Terms: cash, currency, euro alternative, finance, financial symbol, florin, money, payment, symbol, trade
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FlorinSign = 0xe184,
+
+ ///
+ /// Folder (folder)
+ /// Styles: solid, regular
+ /// Terms: archive, directory, document, documents, file, file folder, file organizer, files, filing, folder, folder icon, folder symbol, storage
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 5.3.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Folder = 0xf07b,
+
+ ///
+ /// Folder Closed (folder-closed)
+ /// Styles: solid, regular
+ /// Terms: archive, closed folder, directory, documents, file cabinet, file folder, filing, folder, organize, storage
+ /// Added in 6.0.0-beta1, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FolderClosed = 0xe185,
+
+ ///
+ /// Folder Minus (folder-minus)
+ /// Terms: archive, delete, directory, document, file, folder, folder-remove, minus, negative, reduce, remove, remove-file, subtract
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FolderMinus = 0xf65d,
+
+ ///
+ /// Folder Open (folder-open)
+ /// Styles: solid, regular
+ /// Terms: archive, directory, document, file, file folder, folder, folder icon, folder open, folder view, open, open file folder, open folder
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FolderOpen = 0xf07c,
+
+ ///
+ /// Folder Plus (folder-plus)
+ /// Terms: add, archive, create, directory, document, expand, file, folder, insert, new, open, plus, positive, save, upload
+ /// Added in 5.11.0, updated in 5.12.1, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FolderPlus = 0xf65e,
+
+ ///
+ /// Folder Tree (folder-tree)
+ /// Terms: archive, directory, documents, file, files, folder, folders, hierarchy, organization, structure, tree
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FolderTree = 0xf802,
+
+ ///
+ /// Font (font)
+ /// Terms: alphabet, character, font style, glyph, letter, print, script, text, type, typeface, typography, writing
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Font = 0xf031,
+
+ ///
+ /// Font Awesome (font-awesome)
+ /// Styles: solid, regular, brands
+ /// Terms: branding, fa, font-awesome, icon set, logo, typeface
+ /// Added in 4.6.0, updated in 5.0.0, 5.15.4, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ FontAwesome = 0xf2b4,
+
+ ///
+ /// Football (football)
+ /// Terms: american football, ball, field, football, game, gridiron, helmet, nfl, pigskin, quarterback, sport, sports, tackle, team, touchdown
+ /// Added in 5.0.5, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Football = 0xf44e,
+
+ ///
+ /// Forward (forward)
+ /// Terms: advance, ahead, arrow, continue, double, fast, fast-forward, forward, move, next, play, right, skip
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Forward = 0xf04e,
+
+ ///
+ /// Forward Fast (forward-fast)
+ /// Terms: arrow, fast-forward, forward, media, next, next scene, next track, playback, quick, skip, speed, triangle
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ForwardFast = 0xf050,
+
+ ///
+ /// Forward Step (forward-step)
+ /// Terms: advance, end, fast-forward, forward, last, move ahead, next, skip, step
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ForwardStep = 0xf051,
+
+ ///
+ /// Franc Sign (franc-sign)
+ /// Terms: Swiss franc, currency, currency symbol, franc, franc currency, franc icon, franc money, franc sign, franc symbol, money
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ FrancSign = 0xe18f,
+
+ ///
+ /// Frog (frog)
+ /// Terms: amphibian, bullfrog, croak, frog, green, hop, kermit, kiss, leap, pond, prince, ribbit, tadpole, toad, wart
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Frog = 0xf52e,
+
+ ///
+ /// Futbol (futbol)
+ /// Styles: solid, regular
+ /// Terms: ball, football, football game, football sport, soccer, soccer ball, soccer ball graphic, soccer ball icon, soccer ball symbol, soccer game, soccer sport, sports
+ /// Added in 4.2.0, updated in 5.0.0, 5.0.5, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Futbol = 0xf1e3,
+
+ ///
+ /// G (g)
+ /// Terms: alphabet, capital g, character, glyph, letter g, lowercase g, text symbol, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ G = 0x47,
+
+ ///
+ /// Gamepad (gamepad)
+ /// Terms: arcade, console, controller, d-pad, game controller, gamepad, gaming, joystick, play, video game, video games
+ /// Added in 3.1.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Gamepad = 0xf11b,
+
+ ///
+ /// Gas Pump (gas-pump)
+ /// Terms: car, diesel, filling station, fuel, fuel pump, gas, gas dispenser, gas nozzle, gas pump handle, gas station, gasoline, petrol, petrol station, pump, refuel
+ /// Added in 5.0.13, updated in 5.10.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GasPump = 0xf52f,
+
+ ///
+ /// Gauge (gauge)
+ /// Terms: dashboard, dial, gauge, gauge cluster, indicator, measurement, meter, odometer, performance, speed, speedometer, tachometer
+ /// Added in 5.2.0, updated in 6.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Gauge = 0xf624,
+
+ ///
+ /// Gauge High (gauge-high)
+ /// Terms: dashboard, dial, fast, gauge, indicator, measurement, meter, performance, rpm, speed, speedometer, tachometer
+ /// Added in 5.2.0, updated in 6.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ GaugeHigh = 0xf625,
+
+ ///
+ /// Gauge Simple (gauge-simple)
+ /// Terms: dashboard, dial, fast, gauge, indicator, instrument, measurement, meter, odometer, performance, speed, speedometer
+ /// Added in 5.2.0, updated in 6.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GaugeSimple = 0xf629,
+
+ ///
+ /// Gauge Simple High (gauge-simple-high)
+ /// Terms: dashboard, dial, fast, gauge, high, indicator, measurement, meter, performance, quick, speed, speedometer
+ /// Added in 5.2.0, updated in 6.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GaugeSimpleHigh = 0xf62a,
+
+ ///
+ /// Gavel (gavel)
+ /// Terms: auction, court, decision, gavel, hammer, judge, judge's hammer, justice, law, lawyer, legal, ruling, verdict
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Gavel = 0xf0e3,
+
+ ///
+ /// Gear (gear)
+ /// Terms: adjust, cog, cogwheel, configuration, control, gear, mechanical, modify, options, preferences, settings, setup, sprocket, tool, wheel
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Gear = 0xf013,
+
+ ///
+ /// Gears (gears)
+ /// Terms: adjust, cog, cogwheel, configuration, gears, machinery, mechanical, options, process, settings, sprocket, system, tools, wheel
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Gears = 0xf085,
+
+ ///
+ /// Gem (gem)
+ /// Styles: solid, regular
+ /// Terms: crystal, diamond, emerald, gem, gem stone, gemstone, jewel, jewelry, luxury, precious, ruby, sapphire, treasure, valuable
+ /// Added in 5.0.0, updated in 5.10.1, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Gem = 0xf3a5,
+
+ ///
+ /// Gemini (gemini)
+ /// Terms: air sign, astrology, constellation, gemini, horoscope, june, may, sign, stars, twin, twins, zodiac
+ /// Added in 7.2.0.
+ ///
+ Gemini = 0xe849,
+
+ ///
+ /// Genderless (genderless)
+ /// Terms: androgynous, asexual, gender, gender neutral, genderless, identity, neutral, nonbinary, sexless, unisex
+ /// Added in 4.4.0, updated in 5.0.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Genderless = 0xf22d,
+
+ ///
+ /// Ghost (ghost)
+ /// Terms: apparition, blinky, clyde, creature, face, fantasy, floating, ghost, halloween, inky, monster, pacman, phantom, pinky, specter, spirit, spooky, supernatural, wraith
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Ghost = 0xf6e2,
+
+ ///
+ /// Gift (gift)
+ /// Terms: birthday, box, celebration, christmas, festive, generosity, gift, giving, holiday, party, present, surprise, wrapped, xmas
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 5.6.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Gift = 0xf06b,
+
+ ///
+ /// Gifts (gifts)
+ /// Terms: box, celebration, christmas, generosity, gift, giving, holiday, party, present, surprise, wrapped, xmas
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Gifts = 0xf79c,
+
+ ///
+ /// Glass Water (glass-water)
+ /// Terms: beverage, cold drink, cup, drink, glass, hydration, liquid, potable, refreshment, water
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GlassWater = 0xe4f4,
+
+ ///
+ /// Glass Water Droplet (glass-water-droplet)
+ /// Terms: beverage, clean, drink, droplet, glass, hydration, liquid, potable, pure, refreshment, water
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GlassWaterDroplet = 0xe4f5,
+
+ ///
+ /// Glasses (glasses)
+ /// Terms: eyeglasses, eyewear, frames, glasses, hipster, nerd, reading, sight, spectacles, vision
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Glasses = 0xf530,
+
+ ///
+ /// Globe (globe)
+ /// Terms: coordinates, country, earth, global, globe, gps, internet, language, localize, location, map, meridians, network, online, place, planet, translate, travel, world, www
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.9, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Globe = 0xf0ac,
+
+ ///
+ /// Golf Ball Tee (golf-ball-tee)
+ /// Terms: ball, golf, golf ball, golf club, golf course, golf game, golf shot, golf swing, golf tee, golfing, sport, sports equipment, tee
+ /// Added in 5.0.5, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GolfBallTee = 0xf450,
+
+ ///
+ /// Gopuram (gopuram)
+ /// Terms: architecture, entrance, gateway, hinduism, landmark, monument, ornate, religious, sacred, south india, temple, tower
+ /// Added in 5.11.0, updated in 5.3.0, 5.7.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Gopuram = 0xf664,
+
+ ///
+ /// Graduation Cap (graduation-cap)
+ /// Terms: academic, cap, celebration, ceremony, college, commencement, diploma, education, graduate, graduation, hat, learning, mortarboard, school, student
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.1, 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GraduationCap = 0xf19d,
+
+ ///
+ /// Greater Than (greater-than)
+ /// Terms: arithmetic, comparison, comparison operator, greater than, greater-than sign, inequality, math, more than, operator, symbol
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GreaterThan = 0x3e,
+
+ ///
+ /// Greater Than Equal (greater-than-equal)
+ /// Terms: arithmetic, compare, comparison, greater than or equal to, inequality, logic, math, math symbol, operator, symbol
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GreaterThanEqual = 0xf532,
+
+ ///
+ /// Grip (grip)
+ /// Terms: UI, control, dots, drag, drop, grab, grip, handle, interface, menu, move, reorder, resize, toolbar, widget
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Grip = 0xf58d,
+
+ ///
+ /// Grip Lines (grip-lines)
+ /// Terms: UI control, drag, drag handle, draggable, drop, grab, grabber, grip, handle, interface element, move, reorder, resize
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GripLines = 0xf7a4,
+
+ ///
+ /// Grip Lines Vertical (grip-lines-vertical)
+ /// Terms: UI element, affordance, control, drag, drop, grab, grip, handle, interface, move, reorder, resize, slider, vertical lines
+ /// Added in 5.11.0, updated in 5.11.1, 5.6.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GripLinesVertical = 0xf7a5,
+
+ ///
+ /// Grip Vertical (grip-vertical)
+ /// Terms: drag, drag handle, drop, grab, grabber, grip, handle, interface element, move, reorder, resize, vertical bars
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GripVertical = 0xf58e,
+
+ ///
+ /// Group Arrows Rotate (group-arrows-rotate)
+ /// Terms: community, cycle, engagement, loop, refresh, reload, repeat, rotate, spin, sync, update
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GroupArrowsRotate = 0xe4f6,
+
+ ///
+ /// Guarani Sign (guarani-sign)
+ /// Terms: Paraguay, cash, currency, currency sign, financial, guarani, money, payment, sign, symbol
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ GuaraniSign = 0xe19a,
+
+ ///
+ /// Guitar (guitar)
+ /// Terms: acoustic, band, chord, electric, guitar, instrument, melody, music, musician, rock, rock and roll, song, stringed, strings
+ /// Added in 5.11.0, updated in 5.6.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Guitar = 0xf7a6,
+
+ ///
+ /// Gun (gun)
+ /// Terms: defense, firearm, firearm weapon, gunfire, handgun, pistol, revolver, security, shooter, shooting, trigger, weapon
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Gun = 0xe19b,
+
+ ///
+ /// H (h)
+ /// Terms: alphabet, capital h, character, letter h, lowercase h, symbol, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ H = 0x48,
+
+ ///
+ /// Hammer (hammer)
+ /// Terms: DIY, building, carpentry, construction, equipment, fix, hammer, hardware, maintenance, manual tool, repair, tool, toolset, workshop
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hammer = 0xf6e3,
+
+ ///
+ /// Hamsa (hamsa)
+ /// Terms: amulet, blessing, evil eye, good luck, hand, islam, jewish, judaism, middle east, muslim, north africa, protection, spirituality, talisman
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hamsa = 0xf665,
+
+ ///
+ /// Hand (hand)
+ /// Styles: solid, regular
+ /// Terms: backhand, gesture, halt, hand, high five, palm, raised hand, request, roshambo, signal, stop, wave
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Hand = 0xf256,
+
+ ///
+ /// Hand Back Fist (hand-back-fist)
+ /// Styles: solid, regular
+ /// Terms: closed hand, fist, game, gesture, hand, punch, rock, roshambo, strike
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandBackFist = 0xf255,
+
+ ///
+ /// Hand Dots (hand-dots)
+ /// Terms: allergy, dermatology, dots, eczema, freckles, hand, hives, irritation, palm, pox, rash, skin, spots
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandDots = 0xf461,
+
+ ///
+ /// Hand Fist (hand-fist)
+ /// Terms: Dungeons & Dragons, boxing, clenched, combat, d&d, dnd, fantasy, fight, fist, hand, ki, martial arts, monk, power, punch, raised fist, resistance, strength, unarmed combat
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandFist = 0xf6de,
+
+ ///
+ /// Hand Holding (hand-holding)
+ /// Terms: assistance, carrying, grasp, hand, help, hold, lift, offering, palm, protection, support
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandHolding = 0xf4bd,
+
+ ///
+ /// Hand Holding Dollar (hand-holding-dollar)
+ /// Terms: cash, cost, dollar, donate, donation, earnings, finance, giving, investment, money, payment, premium, price, revenue, salary, wage
+ /// Added in 5.0.9, updated in 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandHoldingDollar = 0xf4c0,
+
+ ///
+ /// Hand Holding Droplet (hand-holding-droplet)
+ /// Terms: blood, care, carry, covid-19, drop, drought, grow, hand, health, lift, protection, sanitation, support, water
+ /// Added in 5.0.9, updated in 5.13.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandHoldingDroplet = 0xf4c1,
+
+ ///
+ /// Hand Holding Hand (hand-holding-hand)
+ /// Terms: care, compassion, friendship, give, help, hold, partnership, protect, solidarity, support, teamwork, together, unity
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandHoldingHand = 0xe4f7,
+
+ ///
+ /// Hand Holding Heart (hand-holding-heart)
+ /// Terms: care, charity, compassion, donate, gift, giving, hand, heart, help, holding, kindness, love, support, volunteer
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandHoldingHeart = 0xf4be,
+
+ ///
+ /// Hand Holding Medical (hand-holding-medical)
+ /// Terms: aid, assistance, care, charity, covid-19, donate, healing, health, help, medical, protection, support
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandHoldingMedical = 0xe05c,
+
+ ///
+ /// Hand Lizard (hand-lizard)
+ /// Styles: solid, regular
+ /// Terms: claw, game, hand gesture, lizard, reptile, rock paper scissors, roshambo, sign
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandLizard = 0xf258,
+
+ ///
+ /// Hand Middle Finger (hand-middle-finger)
+ /// Terms: disrespect, finger, flip the bird, gesture, hand, hate, insult, middle finger, obscene, offensive, rude, swear, vulgar
+ /// Added in 5.11.0, updated in 5.11.1, 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandMiddleFinger = 0xf806,
+
+ ///
+ /// Hand Peace (hand-peace)
+ /// Styles: solid, regular
+ /// Terms: gesture, hand, peace, peace sign, sign, symbol, truce, two fingers, v, victory, victory hand
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPeace = 0xf25b,
+
+ ///
+ /// Hand Point Down (hand-point-down)
+ /// Styles: solid, regular
+ /// Terms: arrow, click, cursor, direction, down, finger, gesture, hand, indicator, point, pointing, select, tap
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointDown = 0xf0a7,
+
+ ///
+ /// Hand Point Left (hand-point-left)
+ /// Styles: solid, regular
+ /// Terms: arrow, back, direction, finger, gesture, hand, indicate, left, point, pointer, previous, select
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointLeft = 0xf0a5,
+
+ ///
+ /// Hand Point Right (hand-point-right)
+ /// Styles: solid, regular
+ /// Terms: arrow, direction, finger, forward, gesture, hand, next, point, pointer, right
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointRight = 0xf0a4,
+
+ ///
+ /// Hand Point Up (hand-point-up)
+ /// Styles: solid, regular
+ /// Terms: click, direction, finger, gesture, hand, index, indicate, point up, pointing up, request, select, up, upgrade
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointUp = 0xf0a6,
+
+ ///
+ /// Hand Pointer (hand-pointer)
+ /// Styles: solid, regular
+ /// Terms: click, cursor, gesture, hand, hand-cursor, interact, pointer, select, tap, touch
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandPointer = 0xf25a,
+
+ ///
+ /// Hand Scissors (hand-scissors)
+ /// Styles: solid, regular
+ /// Terms: cut, fingers, game, hand gesture, peace sign, rock paper scissors, roshambo, scissors, victory
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandScissors = 0xf257,
+
+ ///
+ /// Hand Sparkles (hand-sparkles)
+ /// Terms: clean, disinfect, fresh, glow, handwashing, hygiene, magic, palm, sanitizer, shiny, sparkle, wash
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandSparkles = 0xe05d,
+
+ ///
+ /// Hand Spock (hand-spock)
+ /// Styles: solid, regular
+ /// Terms: finger, gesture, greeting, hand, hello, live long, peace, prosper, salute, sci-fi, sign, spock, star trek, vulcan, vulcan salute
+ /// Added in 4.4.0, updated in 5.0.0, 5.12.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandSpock = 0xf259,
+
+ ///
+ /// Handcuffs (handcuffs)
+ /// Terms: arrest, criminal, cuffs, detention, handcuffs, jail, law enforcement, police, prisoner, restraint, security, shackles, wrist
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Handcuffs = 0xe4f8,
+
+ ///
+ /// Hands (hands)
+ /// Terms: asl, communication, deaf, fingers, gesture, hand signal, hands, manual, palm, sign language, translate
+ /// Added in 4.6.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hands = 0xf2a7,
+
+ ///
+ /// Hands Asl Interpreting (hands-asl-interpreting)
+ /// Terms: asl, communication, deaf, fingerspelling, gesture, hand, interpreting, language, sign language, translate
+ /// Added in 4.6.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandsAslInterpreting = 0xf2a3,
+
+ ///
+ /// Hands Bound (hands-bound)
+ /// Terms: abduction, bound, captivity, handcuffs, hands tied, kidnapping, prisoner, restrained, tied, wrists
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandsBound = 0xe4f9,
+
+ ///
+ /// Hands Bubbles (hands-bubbles)
+ /// Terms: bubbles, clean, germ, handwashing, health, hygiene, protection, sanitizer, soap, wash
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandsBubbles = 0xe05e,
+
+ ///
+ /// Hands Clapping (hands-clapping)
+ /// Terms: applause, approval, celebrate, cheer, clap, clapping, congratulations, hands, ovation, praise
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandsClapping = 0xe1a8,
+
+ ///
+ /// Hands Holding (hands-holding)
+ /// Terms: assistance, care, carry, giving, hands, help, hold, lift, offering, protection, support
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandsHolding = 0xf4c2,
+
+ ///
+ /// Hands Holding Child (hands-holding-child)
+ /// Terms: care, child, family, give, guardian, help, hold, love, nurture, parent, protect, safety, shelter, support
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandsHoldingChild = 0xe4fa,
+
+ ///
+ /// Hands Holding Circle (hands-holding-circle)
+ /// Terms: care, charity, circle, community, giving, hands, help, holding, protection, safety, support
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandsHoldingCircle = 0xe4fb,
+
+ ///
+ /// Hands Praying (hands-praying)
+ /// Terms: blessing, devotion, faith, gesture, hands, hope, kneel, meditate, pray, prayer, praying, religion, spirituality, worship
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandsPraying = 0xf684,
+
+ ///
+ /// Handshake (handshake)
+ /// Styles: solid, regular
+ /// Terms: agreement, alliance, collaboration, contract, cooperation, deal, greeting, handshake, meeting, negotiation, partnership, trust, welcome
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Handshake = 0xf2b5,
+
+ ///
+ /// Handshake Angle (handshake-angle)
+ /// Terms: agreement, aid, assistance, collaboration, cooperation, deal, greeting, handshake, partnership, support, teamwork, volunteering
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandshakeAngle = 0xf4c4,
+
+ ///
+ /// Handshake Slash (handshake-slash)
+ /// Terms: avoid, broken, cancel, covid-19, disabled, handshake, no handshake, prevent, prohibition, social distance, stop
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HandshakeSlash = 0xe060,
+
+ ///
+ /// Hanukiah (hanukiah)
+ /// Terms: candelabrum, candle, candlestick, celebration, dreidel, eight-branch menorah, festival, hanukiah, hanukkah, holiday, jewish, judaism, light, menorah, religious symbol, ritual, tradition
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hanukiah = 0xf6e6,
+
+ ///
+ /// Hard Drive (hard-drive)
+ /// Styles: solid, regular
+ /// Terms: backup, computer, data, device, disk, drive, hard disk, hard drive, hardware, hdd, save, storage, storage device
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ HardDrive = 0xf0a0,
+
+ ///
+ /// Hashtag (hashtag)
+ /// Terms: grid, hashtag, instagram, label, metadata, number sign, pound sign, sharp, social media, tag, topic, trending, twitter
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hashtag = 0x23,
+
+ ///
+ /// Hat Cowboy (hat-cowboy)
+ /// Terms: buckaroo, cattle, cowboy, frontier, hat, horseman, jackeroo, old west, pardner, ranch, rancher, rodeo, western, wrangler
+ /// Added in 5.11.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HatCowboy = 0xf8c0,
+
+ ///
+ /// Hat Cowboy Side (hat-cowboy-side)
+ /// Terms: buckaroo, cowboy, frontier, hat, horseman, old west, pardner, ranch, rancher, rodeo, side profile, western, wild west, wrangler
+ /// Added in 5.11.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HatCowboySide = 0xf8c1,
+
+ ///
+ /// Hat Wizard (hat-wizard)
+ /// Terms: accessory, costume, d&d, dnd, dungeons & dragons, fantasy, halloween, hat, headwear, mage, magic, pointy hat, witch, wizard
+ /// Added in 5.11.0, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HatWizard = 0xf6e8,
+
+ ///
+ /// Head Side Cough (head-side-cough)
+ /// Terms: cold, cough, covid-19, flu, germs, health, illness, infection, lungs, medical, respiratory, sick, symptom, virus
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeadSideCough = 0xe061,
+
+ ///
+ /// Head Side Cough Slash (head-side-cough-slash)
+ /// Terms: cough, covid-19, germs, health, illness, infection, lungs, respiratory, sick, symptom, virus
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeadSideCoughSlash = 0xe062,
+
+ ///
+ /// Head Side Mask (head-side-mask)
+ /// Terms: airborne, breath, coronavirus, covid-19, face mask, filter, flu, health, hygiene, infection, mask, medical mask, pandemic, pollution, protection, respirator, safety, sneeze, virus
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeadSideMask = 0xe063,
+
+ ///
+ /// Head Side Virus (head-side-virus)
+ /// Terms: cold, contagious, coronavirus, covid-19, disease, fever, flu, headache, illness, infection, pandemic, sick, symptom, virus
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeadSideVirus = 0xe064,
+
+ ///
+ /// Heading (heading)
+ /// Terms: caption, format, header, heading, headline, label, section, text, title
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.1, 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Heading = 0xf1dc,
+
+ ///
+ /// Headphones (headphones)
+ /// Styles: solid, regular
+ /// Terms: audio, audio device, earbuds, earphones, headphones, headset, listen, music, music player, sound, stereo
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Headphones = 0xf025,
+
+ ///
+ /// Headset (headset)
+ /// Terms: audio, call center, communication, customer service, gamer, gaming, headphones, headset mic, listen, live chat, microphone, sound, support, telemarketer
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Headset = 0xf590,
+
+ ///
+ /// Heart (heart)
+ /// Styles: solid, regular
+ /// Terms: affection, card, emotion, favorite, heart, heart suit, like, love, passion, playing card, relationship, romance, symbol, valentine, wishlist
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Heart = 0xf004,
+
+ ///
+ /// Heart Circle Bolt (heart-circle-bolt)
+ /// Terms: bolt, cardiogram, cardiology, ekg, electric, energy, health, heart, heartbeat, love, medical, pacemaker, pulse
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeartCircleBolt = 0xe4fc,
+
+ ///
+ /// Heart Circle Check (heart-circle-check)
+ /// Terms: approve, check, confirm, enabled, favorite, heart, love, ok, okay, positive, success, validate, verified
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeartCircleCheck = 0xe4fd,
+
+ ///
+ /// Heart Circle Exclamation (heart-circle-exclamation)
+ /// Terms: alert, attention, caution, error, exclamation, favorite, heart, important, love, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeartCircleExclamation = 0xe4fe,
+
+ ///
+ /// Heart Circle Minus (heart-circle-minus)
+ /// Terms: circle, delete, dislike, favorite, heart, love, minus, remove, subtract, unfavorite, unlike
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeartCircleMinus = 0xe4ff,
+
+ ///
+ /// Heart Circle Plus (heart-circle-plus)
+ /// Terms: add, care, favorite, follow, health, heart, like, love, new, plus, save, support
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeartCirclePlus = 0xe500,
+
+ ///
+ /// Heart Circle Xmark (heart-circle-xmark)
+ /// Terms: cancel, close, delete, dislike, favorite, heart, love, negative, no, reject, remove, uncheck, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeartCircleXmark = 0xe501,
+
+ ///
+ /// Heart Crack (heart-crack)
+ /// Terms: break, breakup, broken heart, crushed, dislike, dumped, emotional pain, grief, heartbreak, hurt, love lost, lovesick, relationship, sadness, sorrow
+ /// Added in 5.10.2, updated in 5.6.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeartCrack = 0xf7a9,
+
+ ///
+ /// Heart Pulse (heart-pulse)
+ /// Terms: cardiology, ekg, electrocardiogram, health, heart rate, heartbeat, lifeline, medical, monitor, pulse, rhythm, vital signs
+ /// Added in 4.3.0, updated in 5.0.0, 5.0.7, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HeartPulse = 0xf21e,
+
+ ///
+ /// Helicopter (helicopter)
+ /// Terms: aircraft, airwolf, apache, aviation, chopper, flight, fly, helicopter, military, rescue, rotorcraft, transport, travel, vehicle
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Helicopter = 0xf533,
+
+ ///
+ /// Helicopter Symbol (helicopter-symbol)
+ /// Terms: air ambulance, aircraft, chopper, helicopter, heliport, landing pad, medevac, rescue, rotorcraft, whirlybird
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HelicopterSymbol = 0xe502,
+
+ ///
+ /// Helmet Safety (helmet-safety)
+ /// Terms: caution, construction, hardhat, headgear, helmet, industrial, protection, safety, safety-gear, worker
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HelmetSafety = 0xf807,
+
+ ///
+ /// Helmet Un (helmet-un)
+ /// Terms: UN, UN peacekeeper, blue helmet, helmet, international organization, military, peace mission, peacekeeper, peacekeeping, protective gear, soldier, united nations
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HelmetUn = 0xe503,
+
+ ///
+ /// Hexagon (hexagon)
+ /// Terms: badge, cell, emblem, geometry, hexagon, hexagonal, honeycomb, polygon, shape, six-sided, tile
+ /// Added in 5.0.0, updated in 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hexagon = 0xf312,
+
+ ///
+ /// Hexagon Nodes (hexagon-nodes)
+ /// Terms: ai, artificial intelligence, cluster, connection, data, graph, hexagon, language, llm, machine learning, model, network, neural, neural network, nodes
+ /// Added in 6.7.0.
+ ///
+ HexagonNodes = 0xe699,
+
+ ///
+ /// Hexagon Nodes Bolt (hexagon-nodes-bolt)
+ /// Terms: AI, LLM, artificial intelligence, bolt, cluster, connection, data, electric, graph, language, lightning, model, network, neural, nodes
+ /// Added in 6.7.0.
+ ///
+ HexagonNodesBolt = 0xe69a,
+
+ ///
+ /// Highlighter (highlighter)
+ /// Terms: annotate, color, draw, edit, emphasize, highlight, marker, note, pen, underline, write
+ /// Added in 5.1.0, updated in 5.10.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Highlighter = 0xf591,
+
+ ///
+ /// Hill Avalanche (hill-avalanche)
+ /// Terms: avalanche, hazard, landslide, mountain, mudslide, natural disaster, slope, snow, snowslide, winter
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HillAvalanche = 0xe507,
+
+ ///
+ /// Hill Rockslide (hill-rockslide)
+ /// Terms: avalanche, debris flow, earth movement, erosion, hill collapse, landslide, mudslide, natural disaster, rockslide, slope failure
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HillRockslide = 0xe508,
+
+ ///
+ /// Hippo (hippo)
+ /// Terms: African animal, animal, fauna, hippo, hippopotamus, large animal, mammal, river horse, safari, wildlife
+ /// Added in 5.10.1, updated in 5.4.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hippo = 0xf6ed,
+
+ ///
+ /// Hockey Puck (hockey-puck)
+ /// Terms: hockey, ice, ice hockey, nhl, puck, puck shot, rink, sport, stick and puck, winter sport
+ /// Added in 5.0.5, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HockeyPuck = 0xf453,
+
+ ///
+ /// Holly Berry (holly-berry)
+ /// Terms: berry, christmas, decoration, festive, flora, greenery, holiday, holly, plant, seasonal, winter, xmas
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HollyBerry = 0xf7aa,
+
+ ///
+ /// Horse (horse)
+ /// Terms: animal, equestrian, equine, foal, horse, livestock, mammal, mare, neigh, pony, racehorse, racing, stallion
+ /// Added in 5.10.1, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Horse = 0xf6f0,
+
+ ///
+ /// Horse Head (horse-head)
+ /// Terms: animal, equestrian, equus, foal, horse, livestock, mammal, mare, neigh, pony, stallion
+ /// Added in 5.10.1, updated in 5.6.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HorseHead = 0xf7ab,
+
+ ///
+ /// Hospital (hospital)
+ /// Styles: solid, regular
+ /// Terms: ER, ambulance, building, clinic, covid-19, doctor, emergency, health, healthcare, hospital, medical center, medicine, nurse, treatment
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hospital = 0xf0f8,
+
+ ///
+ /// Hospital User (hospital-user)
+ /// Terms: covid-19, doctor, health professional, healthcare, hospital, medical, nurse, patient, primary care, staff, user
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HospitalUser = 0xf80d,
+
+ ///
+ /// Hot Tub Person (hot-tub-person)
+ /// Terms: bath, bathing, hot tub, jacuzzi, leisure, person, relaxation, soak, spa, wellness
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HotTubPerson = 0xf593,
+
+ ///
+ /// Hotdog (hotdog)
+ /// Terms: bun, chili, fast food, frankfurt, frankfurter, hot dog, hotdog, kosher, polish, sandwich, sausage, snack, street food, vienna, weiner
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hotdog = 0xf80f,
+
+ ///
+ /// Hotel (hotel)
+ /// Terms: accommodation, building, check-in, hospitality, hotel, inn, lodging, motel, overnight, resort, room, stay, travel, vacation
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hotel = 0xf594,
+
+ ///
+ /// Hourglass (hourglass)
+ /// Styles: solid, regular
+ /// Terms: countdown, hourglass, hourglass not done, loading, minute, sand, stopwatch, time, timer, waiting
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Hourglass = 0xf254,
+
+ ///
+ /// Hourglass End (hourglass-end)
+ /// Terms: complete, countdown, elapsed, end, finished, hourglass, hourglass done, sand, time, timer, waiting
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HourglassEnd = 0xf253,
+
+ ///
+ /// Hourglass Half (hourglass-half)
+ /// Styles: solid, regular
+ /// Terms: clock, countdown, delay, hourglass, hourglass-half, pending, sand, stopwatch, time, timer, waiting
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HourglassHalf = 0xf252,
+
+ ///
+ /// Hourglass Start (hourglass-start)
+ /// Terms: clock, countdown, duration, elapsed, hourglass, sand, stopwatch, time, timer, waiting
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HourglassStart = 0xf251,
+
+ ///
+ /// House (house)
+ /// Styles: solid, regular
+ /// Terms: abode, building, domicile, dwelling, home, house, living place, main, property, real estate, residence, shelter
+ /// Added in 1.0.0, updated in 5.0.0, 5.7.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ House = 0xf015,
+
+ ///
+ /// House Chimney (house-chimney)
+ /// Terms: abode, building, chimney, dwelling, hearth, home, house, main house, residence, rooftop, smoke
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseChimney = 0xe3af,
+
+ ///
+ /// House Chimney Crack (house-chimney-crack)
+ /// Terms: broken, building, chimney, crack, damage, disaster, earthquake, hazard, home, house, insurance, repair, structural
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseChimneyCrack = 0xf6f1,
+
+ ///
+ /// House Chimney Medical (house-chimney-medical)
+ /// Terms: clinic, covid-19, doctor, general practitioner, health center, health office, healthcare, hospital, house call, infirmary, medical, medical office, outpatient, telemedicine
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseChimneyMedical = 0xf7f2,
+
+ ///
+ /// House Chimney User (house-chimney-user)
+ /// Terms: family, home, house, isolation, occupant, person, quarantine, resident, shelter, stay-at-home, user
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseChimneyUser = 0xe065,
+
+ ///
+ /// House Chimney Window (house-chimney-window)
+ /// Terms: abode, building, chimney, domestic, dwelling, family, home, house, property, real estate, residence, shelter, window
+ /// Added in 5.12.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseChimneyWindow = 0xe00d,
+
+ ///
+ /// House Circle Check (house-circle-check)
+ /// Terms: approved, check, confirmed, enabled, home, house, ok, okay, residence, safe, secure, validate, verified
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseCircleCheck = 0xe509,
+
+ ///
+ /// House Circle Exclamation (house-circle-exclamation)
+ /// Terms: abode, alert, caution, error, exclamation, home, house, issue, notification, problem, residence, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseCircleExclamation = 0xe50a,
+
+ ///
+ /// House Circle Xmark (house-circle-xmark)
+ /// Terms: abandon, cancel, cancelation, circle-x, clear, close, delete, deny, home, house, no, reject, remove, uncheck, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseCircleXmark = 0xe50b,
+
+ ///
+ /// House Crack (house-crack)
+ /// Terms: broken, building, collapse, crack, damage, disaster, earthquake, home, house, insurance, repair, structural
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseCrack = 0xe3b1,
+
+ ///
+ /// House Fire (house-fire)
+ /// Terms: alarm, blaze, burning, disaster, emergency, fire, hazard, home, house, rescue, smoke
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseFire = 0xe50c,
+
+ ///
+ /// House Flag (house-flag)
+ /// Terms: accommodation, cabin, camp, campsite, flag, home, house, lodging, residence, shelter, travel, vacation
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseFlag = 0xe50d,
+
+ ///
+ /// House Flood Water (house-flood-water)
+ /// Terms: damage, disaster, emergency, flood, home, house, leak, overflow, property loss, storm, water, wet
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseFloodWater = 0xe50e,
+
+ ///
+ /// House Flood Water Circle Arrow Right (house-flood-water-circle-arrow-right)
+ /// Terms: arrow, damage, disaster, emergency, evacuation, flood, home, house, insurance, moving out, natural disaster, right, water
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseFloodWaterCircleArrowRight = 0xe50f,
+
+ ///
+ /// House Laptop (house-laptop)
+ /// Terms: computer, device, home computer, home office, laptop, online work, remote work, telecommute, telework, virtual office, work from home
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseLaptop = 0xe066,
+
+ ///
+ /// House Lock (house-lock)
+ /// Terms: home, house, lock, lockdown, locked, padlock, privacy, protected, quarantine, secure, security
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseLock = 0xe510,
+
+ ///
+ /// House Medical (house-medical)
+ /// Terms: clinic, covid-19, doctor, emergency, facility, general practitioner, health, healthcare, hospital, infirmary, medical, medicine, office, outpatient, treatment
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseMedical = 0xe3b2,
+
+ ///
+ /// House Medical Circle Check (house-medical-circle-check)
+ /// Terms: approved, check, clinic, confirmed, enable, health, hospital, medical, ok, okay, safe, valid, verified, working
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseMedicalCircleCheck = 0xe511,
+
+ ///
+ /// House Medical Circle Exclamation (house-medical-circle-exclamation)
+ /// Terms: alert, care, clinic, emergency, exclamation, health, hospital, medical, urgent, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseMedicalCircleExclamation = 0xe512,
+
+ ///
+ /// House Medical Circle Xmark (house-medical-circle-xmark)
+ /// Terms: cancel, clinic, close, cross, delete, health, hospital, medical, no, remove, stop, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseMedicalCircleXmark = 0xe513,
+
+ ///
+ /// House Medical Flag (house-medical-flag)
+ /// Terms: aid, clinic, emergency, field hospital, first aid, health, healthcare, hospital, infirmary, medical, medical flag, medical tent
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseMedicalFlag = 0xe514,
+
+ ///
+ /// House Signal (house-signal)
+ /// Terms: building, connect, connection, family, home, house, internet, network, residence, signal, smart home, wifi, wireless
+ /// Added in 5.12.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseSignal = 0xe012,
+
+ ///
+ /// House Tsunami (house-tsunami)
+ /// Terms: disaster, emergency, flood, house, natural disaster, storm surge, tidal wave, tsunami, water damage, wave
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseTsunami = 0xe515,
+
+ ///
+ /// House User (house-user)
+ /// Terms: account, family, home, house, household, occupant, person, profile, resident, user
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HouseUser = 0xe1b0,
+
+ ///
+ /// Hryvnia Sign (hryvnia-sign)
+ /// Terms: UAH, Ukrainian currency, cash, currency, currency symbol, finance, hryvnia, hryvnia sign, money
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ HryvniaSign = 0xf6f2,
+
+ ///
+ /// Hurricane (hurricane)
+ /// Terms: coriolis effect, cyclone, eye, hurricane, natural disaster, severe weather, storm, tropical cyclone, typhoon, weather, wind
+ /// Added in 5.10.1, updated in 5.5.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Hurricane = 0xf751,
+
+ ///
+ /// I (i)
+ /// Terms: alphabet, capital i, character, letter i, lowercase i, symbol, text, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ I = 0x49,
+
+ ///
+ /// I Cursor (i-cursor)
+ /// Terms: cursor, editing, i-beam, insertion, text, text-caret, text-editing, typing, write, writing
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ICursor = 0xf246,
+
+ ///
+ /// Ice Cream (ice-cream)
+ /// Terms: chocolate, cold, cone, dessert, frozen, frozen yogurt, gelato, ice cream, scoop, snack, sorbet, summer, sweet, treat, vanilla
+ /// Added in 5.11.0, updated in 5.11.1, 5.7.0, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ IceCream = 0xf810,
+
+ ///
+ /// Icicles (icicles)
+ /// Terms: chilly, cold, drip, freeze, frost, frozen, hanging, ice, icicle, sharp, winter
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Icicles = 0xf7ad,
+
+ ///
+ /// Icons (icons)
+ /// Terms: bolt, electricity, emoji, energy, flash, icon, lightning, power, sign, symbol
+ /// Added in 5.9.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Icons = 0xf86d,
+
+ ///
+ /// Id Badge (id-badge)
+ /// Styles: solid, regular
+ /// Terms: badge, card, contact, credential, id, identification, identity, license, name tag, profile, user, username
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ IdBadge = 0xf2c1,
+
+ ///
+ /// Id Card (id-card)
+ /// Styles: solid, regular
+ /// Terms: badge, card, contact, credentials, demographics, document, id, identification, identity, license, personal, profile, registration, user, username
+ /// Added in 4.7.0, updated in 5.0.0, 5.0.3, 5.10.1, 5.8.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ IdCard = 0xf2c2,
+
+ ///
+ /// Id Card Clip (id-card-clip)
+ /// Terms: badge, card, contact, credentials, demographics, document, id, identification, identity, license, pass, profile, user, username
+ /// Added in 5.0.7, updated in 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ IdCardClip = 0xf47f,
+
+ ///
+ /// Igloo (igloo)
+ /// Terms: arctic, cold, dome, home, house, ice, igloo, inuit, shelter, snow, snow house, winter
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Igloo = 0xf7ae,
+
+ ///
+ /// Image (image)
+ /// Styles: solid, regular
+ /// Terms: gallery, image, image file, landscape, photo, photo album, photograph, picture, picture frame, snapshot
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Image = 0xf03e,
+
+ ///
+ /// Image Portrait (image-portrait)
+ /// Terms: avatar, id, image, img, photo, picture, portrait, profile, selfie, user, username
+ /// Added in 5.0.0, updated in 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ImagePortrait = 0xf3e0,
+
+ ///
+ /// Images (images)
+ /// Styles: solid, regular
+ /// Terms: album, gallery, image, landscape, media, photo, photo album, photo gallery, photograph, picture, picture frame, snapshot
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Images = 0xf302,
+
+ ///
+ /// Inbox (inbox)
+ /// Terms: archive, box, delivery, email, folder, inbox, incoming, letters, mail, message, post, tray
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Inbox = 0xf01c,
+
+ ///
+ /// Indent (indent)
+ /// Terms: align, format, indent, justify, layout, margin, paragraph, spacing, tab, text-indent
+ /// Added in 1.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Indent = 0xf03c,
+
+ ///
+ /// Indian Rupee Sign (indian-rupee-sign)
+ /// Terms: INR, Indian Rupee, Indian currency, currency, financial, money, payment, price, rupee, rupee symbol
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ IndianRupeeSign = 0xe1bc,
+
+ ///
+ /// Industry (industry)
+ /// Terms: assembly, building, facility, factory, industrial, industry, manufacturing, mill, plant, production, warehouse, workshop
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Industry = 0xf275,
+
+ ///
+ /// Infinity (infinity)
+ /// Terms: continuous, endless, eternity, forever, infinite, infinity, loop, math, symbol, timeless, unbounded, universal
+ /// Added in 5.0.13, updated in 5.10.1, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Infinity = 0xf534,
+
+ ///
+ /// Info (info)
+ /// Terms: about, data, details, explanation, facts, guidance, help, info, information, more, support
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Info = 0xf129,
+
+ ///
+ /// Italic (italic)
+ /// Terms: emphasis, emphasis-style, font, format, formatting, italic, slant, style, text, type, typography
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Italic = 0xf033,
+
+ ///
+ /// J (j)
+ /// Terms: Latin letter, alphabet, capital j, character, letter j, lowercase j, symbol, text, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ J = 0x4a,
+
+ ///
+ /// Jar (jar)
+ /// Terms: bottle, canning, container, food, glass, jam, jar, jelly, preserve, storage
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Jar = 0xe516,
+
+ ///
+ /// Jar Wheat (jar-wheat)
+ /// Terms: baking, cereal, flour, food container, grain, harvest, ingredient, jar, pantry, storage, wheat
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ JarWheat = 0xe517,
+
+ ///
+ /// Jedi (jedi)
+ /// Terms: fantasy, force, galactic republic, jedi, jedi council, jedi knight, jedi master, jedi order, lightsaber, padawan, sci-fi, skywalker, space opera, star wars, yoda
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Jedi = 0xf669,
+
+ ///
+ /// Jet Fighter (jet-fighter)
+ /// Terms: aircraft, airforce, airplane, aviation, combat, fast, fighter, fly, jet, maverick, military, pilot, plane, top gun, warplane
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ JetFighter = 0xf0fb,
+
+ ///
+ /// Jet Fighter Up (jet-fighter-up)
+ /// Terms: aircraft, airforce, airplane, aviation, combat, fast, fighter, fly, jet, military, pilot, plane, top gun, travel, warplane
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ JetFighterUp = 0xe518,
+
+ ///
+ /// Joint (joint)
+ /// Terms: blunt, cannabis, doobie, ganja, herb, joint cigarette, marijuana, pot, reefer, roach, rolled cigarette, smoke, smoking, spliff, weed
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Joint = 0xf595,
+
+ ///
+ /// Jug Detergent (jug-detergent)
+ /// Terms: bottle, cleaning, detergent, fabric softener, jug, laundry, liquid detergent, soap, stain remover, wash
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ JugDetergent = 0xe519,
+
+ ///
+ /// K (k)
+ /// Terms: alphabet, capital k, character, letter k, lowercase k, symbol, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ K = 0x4b,
+
+ ///
+ /// Kaaba (kaaba)
+ /// Terms: cube, hajj, holy site, islam, kaaba, mecca, mosque, muslim, pilgrimage, religion, sacred, worship
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Kaaba = 0xf66b,
+
+ ///
+ /// Key (key)
+ /// Terms: access, authentication, credential, key, keyhole, lock, passcode, password, private, secret, secure, security, unlock
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Key = 0xf084,
+
+ ///
+ /// Keyboard (keyboard)
+ /// Styles: solid, regular
+ /// Terms: accessory, computer, data entry, device, hardware, input, keyboard, keypad, keys, text, type, typing, write
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Keyboard = 0xf11c,
+
+ ///
+ /// Khanda (khanda)
+ /// Terms: Adi Shakti, Sikh emblem, Sikh symbol, chakkar, double-edged sword, emblem, faith, khanda, religion, sikh, sikhism, spiritual, sword, symbol, warrior emblem
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Khanda = 0xf66d,
+
+ ///
+ /// Kip Sign (kip-sign)
+ /// Terms: cash, currency, currency symbol, kip, kip sign, laos, laos kip, laotian currency, laotian kip, money
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ KipSign = 0xe1c4,
+
+ ///
+ /// Kit Medical (kit-medical)
+ /// Terms: aid, doctor, emergency, emt, first aid, health, healthcare, hospital, kit, medical, medicine, nurse, rescue, treatment
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ KitMedical = 0xf479,
+
+ ///
+ /// Kitchen Set (kitchen-set)
+ /// Terms: bake, chef, cook, cooking utensils, cookware, frying pan, kitchen, kitchenware, meal prep, pan, pot, skillet, stove
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ KitchenSet = 0xe51a,
+
+ ///
+ /// Kiwi Bird (kiwi-bird)
+ /// Terms: animal, bird, birdwatching, endangered, fauna, flightless, kiwi, native, new zealand, wildlife
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ KiwiBird = 0xf535,
+
+ ///
+ /// L (l)
+ /// Terms: Latin letter, alphabet, capital L, character, letter L, lowercase L, symbol
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ L = 0x4c,
+
+ ///
+ /// Land Mine On (land-mine-on)
+ /// Terms: battlefield, bomb, danger, explosion, explosive, hazard, landmine, military, mine, threat, war, weapon
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LandMineOn = 0xe51b,
+
+ ///
+ /// Landmark (landmark)
+ /// Terms: architecture, attraction, building, culture, famous, heritage, historic, memorial, monument, notable, politics, site, society, tourist
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Landmark = 0xf66f,
+
+ ///
+ /// Landmark Dome (landmark-dome)
+ /// Terms: architecture, building, capitol, dome, government, heritage, historic, landmark, monument, parliament, political, structure
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ LandmarkDome = 0xf752,
+
+ ///
+ /// Landmark Flag (landmark-flag)
+ /// Terms: building, capitol, flag, government, historic, landmark, memorial, monument, national, patriotic, symbol
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LandmarkFlag = 0xe51c,
+
+ ///
+ /// Language (language)
+ /// Terms: alphabet, communication, dialect, idiom, language, linguistics, localization, localize, speech, text, translate, translation, vernacular, words
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Language = 0xf1ab,
+
+ ///
+ /// Laptop (laptop)
+ /// Terms: computer, dell, device, electronics, laptop, mac, macbook, notebook, pc, personal computer, portable, technology
+ /// Added in 3.0.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Laptop = 0xf109,
+
+ ///
+ /// Laptop Code (laptop-code)
+ /// Terms: code, coding, computer, developer, development, device, laptop, mac, macbook, machine, pc, programming, programming language, software, tech
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LaptopCode = 0xf5fc,
+
+ ///
+ /// Laptop File (laptop-file)
+ /// Terms: computer, digital file, document, education, file, laptop, learning, online learning, remote work, report, screen, technology, work from home
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LaptopFile = 0xe51d,
+
+ ///
+ /// Laptop Medical (laptop-medical)
+ /// Terms: computer, device, digital health, ehr, electronic health records, health, healthcare, history, laptop, medical, medical records, patient, telemedicine
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LaptopMedical = 0xf812,
+
+ ///
+ /// Lari Sign (lari-sign)
+ /// Terms: Georgian currency, cash, currency, currency sign, financial, lari, money, payment, price, symbol
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LariSign = 0xe1c8,
+
+ ///
+ /// Layer Group (layer-group)
+ /// Terms: arrangement, category, cluster, collection, group, layers, map, organize, overlay, panel, set, stack
+ /// Added in 5.2.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ LayerGroup = 0xf5fd,
+
+ ///
+ /// Leaf (leaf)
+ /// Terms: botany, eco, environment, flora, foliage, garden, green, herb, leaf, natural, nature, organic, plant, sustainable, vegan
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Leaf = 0xf06c,
+
+ ///
+ /// Left Long (left-long)
+ /// Terms: arrow-left, back, go back, left, long arrow, previous, return, rewind, undo
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LeftLong = 0xf30a,
+
+ ///
+ /// Left Right (left-right)
+ /// Terms: adjust, arrow, arrows-h, direction, drag, expand, horizontal, left arrow, left-right, move, resize, right arrow, slider, wide
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LeftRight = 0xf337,
+
+ ///
+ /// Lemon (lemon)
+ /// Styles: solid, regular
+ /// Terms: citrus, citrus fruit, fruit, lemon, lemonade, refreshing, sour, summer, tart, vitamin C, yellow
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Lemon = 0xf094,
+
+ ///
+ /// Leo (leo)
+ /// Terms: astrology, august, constellation, fire sign, horoscope, july, leo, lion, sign, stars, zodiac
+ /// Added in 7.2.0.
+ ///
+ Leo = 0xe84a,
+
+ ///
+ /// Less Than (less-than)
+ /// Terms: arithmetic, comparison, comparison operator, inequality, less than, less-than sign, math, math symbol, operator, symbol
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LessThan = 0x3c,
+
+ ///
+ /// Less Than Equal (less-than-equal)
+ /// Terms: arithmetic, compare, comparison, inequality, less than or equal, math, math operator, relational operator, symbol
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LessThanEqual = 0xf537,
+
+ ///
+ /// Libra (libra)
+ /// Terms: air sign, astrology, constellation, horoscope, libra, october, scales, september, sign, stars, zodiac
+ /// Added in 7.2.0.
+ ///
+ Libra = 0xe84b,
+
+ ///
+ /// Life Ring (life-ring)
+ /// Styles: solid, regular
+ /// Terms: coast guard, emergency, flotation, help, life preserver, lifebuoy, lifesaver, overboard, rescue, safety, save, support
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ LifeRing = 0xf1cd,
+
+ ///
+ /// Lightbulb (lightbulb)
+ /// Styles: solid, regular
+ /// Terms: bright, bulb, concept, creativity, electric, electricity, energy, idea, innovation, inspiration, invention, lamp, light, light bulb, thinking
+ /// Added in 3.0.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Lightbulb = 0xf0eb,
+
+ ///
+ /// Lines Leaning (lines-leaning)
+ /// Terms: angled, canted, diagonal, domino, falling, imbalance, leaning, leaning tower, slanted, sloping, tilted, tipped
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LinesLeaning = 0xe51e,
+
+ ///
+ /// Link (link)
+ /// Terms: attach, attachment, bond, chain, connect, connection, fasten, hyperlink, join, link, url
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Link = 0xf0c1,
+
+ ///
+ /// Link Slash (link-slash)
+ /// Terms: attachment, broken, broken link, cancel, chain, disable, disabled, disconnect, link, remove, slash, unlink
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LinkSlash = 0xf127,
+
+ ///
+ /// Lira Sign (lira-sign)
+ /// Terms: cash, currency, finance, lira, money, payment, symbol, turkish currency, turkish lira, turkish money
+ /// Added in 4.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LiraSign = 0xf195,
+
+ ///
+ /// List (list)
+ /// Terms: bullet, checklist, completed, done, finished, items, list, ol, ordered, outline, points, summary, tasks, todo, ul, unordered
+ /// Added in 1.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ List = 0xf03a,
+
+ ///
+ /// List Check (list-check)
+ /// Terms: approve, checklist, completed, done, mark, progress, project management, summary, task list, tick, to do, verify
+ /// Added in 2.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ListCheck = 0xf0ae,
+
+ ///
+ /// List Ol (list-ol)
+ /// Terms: checklist, items, list, numbered list, numbers, ol, ordered list, outline, sequence, steps, tasks, todo
+ /// Added in 2.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ListOl = 0xf0cb,
+
+ ///
+ /// List Ul (list-ul)
+ /// Terms: bullet, checklist, items, list, points, summary, survey, tasks, todo, ul, unordered, unordered list
+ /// Added in 2.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ListUl = 0xf0ca,
+
+ ///
+ /// Litecoin Sign (litecoin-sign)
+ /// Terms: LTC, blockchain, coin, crypto, cryptocurrency, currency, digital currency, litecoin, token
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LitecoinSign = 0xe1d3,
+
+ ///
+ /// Location Arrow (location-arrow)
+ /// Terms: address, arrow, compass, coordinate, direction, gps, location, map, navigation, place, pointer, route, travel, waypoint
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ LocationArrow = 0xf124,
+
+ ///
+ /// Location Crosshairs (location-crosshairs)
+ /// Terms: coordinate, crosshairs, find, geolocation, gps, location, map, navigation, pinpoint, place, position, target, tracking, where
+ /// Added in 5.11.0, updated in 5.2.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LocationCrosshairs = 0xf601,
+
+ ///
+ /// Location Dot (location-dot)
+ /// Terms: address, coordinates, destination, geotag, gps, location, map, map marker, marker, navigation, pin, place, point of interest, position, route, spot, travel, waypoint
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ LocationDot = 0xf3c5,
+
+ ///
+ /// Location Pin (location-pin)
+ /// Terms: address, coordinates, destination, drop, gps, location, map, map marker, marker, navigation, pin, place, point of interest, position, route, spot, travel, waypoint
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ LocationPin = 0xf041,
+
+ ///
+ /// Location Pin Lock (location-pin-lock)
+ /// Terms: location, lock, lockdown, locked, map, padlock, pin, privacy, protected, quarantine, restricted, secure
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LocationPinLock = 0xe51f,
+
+ ///
+ /// Lock (lock)
+ /// Terms: access, authentication, closed, lock, locked, padlock, password, privacy, private, protect, safety, secure, security
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Lock = 0xf023,
+
+ ///
+ /// Lock Open (lock-open)
+ /// Terms: access, authorized, lock, open, open lock, padlock, permission, privacy, protection, safe, security, unlock, unlocked
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ LockOpen = 0xf3c1,
+
+ ///
+ /// Locust (locust)
+ /// Terms: biblical plague, crop damage, grasshopper, horde, infestation, insect, locust, outbreak, pest, plague, swarm
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Locust = 0xe520,
+
+ ///
+ /// Lungs (lungs)
+ /// Terms: air, anatomy, breath, breathing, covid-19, exhale, health, inhale, lung, lungs, medicine, organ, pulmonary, respiration, respiratory
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Lungs = 0xf604,
+
+ ///
+ /// Lungs Virus (lungs-virus)
+ /// Terms: breath, coronavirus, covid-19, disease, flu, health, illness, infection, lungs, pandemic, respiratory, respiratory illness, sickness, virus, virus infection
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ LungsVirus = 0xe067,
+
+ ///
+ /// M (m)
+ /// Terms: alphabet, capital M, character, initial, letter M, lowercase m, symbol, text, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ M = 0x4d,
+
+ ///
+ /// Magnet (magnet)
+ /// Terms: attract, attraction, force, horseshoe, iron, lodestone, magnet, magnetic, metal, north pole, polarity, pull, south pole, tool
+ /// Added in 1.0.0, updated in 5.0.0, 5.8.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Magnet = 0xf076,
+
+ ///
+ /// Magnifying Glass (magnifying-glass)
+ /// Terms: bigger, enlarge, find, glass, inspect, inspection, magnifier, magnify, magnifying glass, preview, search, tool, zoom
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MagnifyingGlass = 0xf002,
+
+ ///
+ /// Magnifying Glass Arrow Right (magnifying-glass-arrow-right)
+ /// Terms: arrow, explore, find, forward, go, lookup, magnifier, next, proceed, search
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MagnifyingGlassArrowRight = 0xe521,
+
+ ///
+ /// Magnifying Glass Chart (magnifying-glass-chart)
+ /// Terms: analysis, analytics, chart, data, graph, inspect, magnifier, magnifying glass, market, overview, report, revenue, search, statistics, trends
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MagnifyingGlassChart = 0xe522,
+
+ ///
+ /// Magnifying Glass Dollar (magnifying-glass-dollar)
+ /// Terms: analyze, budget, cost, currency, dollar, finance, find, inspect, magnifier, magnify, money, price, search, zoom
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MagnifyingGlassDollar = 0xf688,
+
+ ///
+ /// Magnifying Glass Location (magnifying-glass-location)
+ /// Terms: area, detect, explore, find, location, magnifier, magnify, map, navigation, pinpoint, place, search, spot, zoom
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MagnifyingGlassLocation = 0xf689,
+
+ ///
+ /// Magnifying Glass Minus (magnifying-glass-minus)
+ /// Terms: decrease, magnifier, minimize, minus, reduce, search less, shrink, smaller, zoom out, zoom-out icon
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MagnifyingGlassMinus = 0xf010,
+
+ ///
+ /// Magnifying Glass Plus (magnifying-glass-plus)
+ /// Terms: add, bigger, enlarge, find, magnify, magnifying glass, plus, positive, search, zoom, zoom in
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MagnifyingGlassPlus = 0xf00e,
+
+ ///
+ /// Manat Sign (manat-sign)
+ /// Terms: Azerbaijan currency, Turkmenistan currency, currency, currency symbol, financial symbol, manat, manat sign, money
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ManatSign = 0xe1d5,
+
+ ///
+ /// Map (map)
+ /// Styles: solid, regular
+ /// Terms: address, atlas, chart, coordinates, destination, directions, gps, guide, location, map, navigation, pin, place, point of interest, position, route, travel, world, world map
+ /// Added in 4.4.0, updated in 5.0.0, 5.1.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Map = 0xf279,
+
+ ///
+ /// Map Location (map-location)
+ /// Terms: address, coordinates, destination, geolocation, gps, location, map, map marker, marker, navigation, pin, place, point of interest, position, route, spot, travel, waypoint
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MapLocation = 0xf59f,
+
+ ///
+ /// Map Location Dot (map-location-dot)
+ /// Terms: address, coordinates, destination, drop pin, find, geolocation, gps, location, map, map marker, marker, navigation, pin, place, point of interest, position, route, spot, travel, waypoint
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MapLocationDot = 0xf5a0,
+
+ ///
+ /// Map Pin (map-pin)
+ /// Terms: address, coordinates, destination, droppin, geo, gps, location, location marker, map, map marker, map pin, marker, navigation, pin, place, position, pushpin, spot, travel, waypoint
+ /// Added in 4.4.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MapPin = 0xf276,
+
+ ///
+ /// Marker (marker)
+ /// Terms: annotate, coloring, draw, edit, highlight, marker, marker pen, marker tip, modify, pen, sharpie, sketch, update, write
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Marker = 0xf5a1,
+
+ ///
+ /// Mars (mars)
+ /// Terms: gender, male, male gender, male gender symbol, male icon, male sex, male sign, male symbol, man, mars, masculinity
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Mars = 0xf222,
+
+ ///
+ /// Mars And Venus (mars-and-venus)
+ /// Terms: Mars and Venus, female, gender, gender diversity, gender equality, gender identity, gender signs, gender symbols, intersex, male, male and female, transgender
+ /// Added in 4.3.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MarsAndVenus = 0xf224,
+
+ ///
+ /// Mars And Venus Burst (mars-and-venus-burst)
+ /// Terms: astrology, burst, conflict, female, gender, love, male, mars, relationship, symbols, venus
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MarsAndVenusBurst = 0xe523,
+
+ ///
+ /// Mars Double (mars-double)
+ /// Terms: LGBTQ, double male, gay, gender, male, male couple, male gender, male symbol, masculinity, men, same-sex male
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MarsDouble = 0xf227,
+
+ ///
+ /// Mars Stroke (mars-stroke)
+ /// Terms: accessibility, disability, gender, health, male, medical, sign, stroke, symbol, transgender
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MarsStroke = 0xf229,
+
+ ///
+ /// Mars Stroke Right (mars-stroke-right)
+ /// Terms: gender, gender male, gender symbol, horizontal male, male, male sign, male symbol, mars, masculinity, right stroke
+ /// Added in 4.3.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MarsStrokeRight = 0xf22b,
+
+ ///
+ /// Mars Stroke Up (mars-stroke-up)
+ /// Terms: Mars, arrow, gender, gender symbol, male, male gender, masculine, stroke, symbol, up
+ /// Added in 4.3.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MarsStrokeUp = 0xf22a,
+
+ ///
+ /// Martini Glass (martini-glass)
+ /// Terms: alcohol, bar, beverage, celebration, cocktail, cocktail glass, drink, drinkware, glass, happy hour, liquor, martini, party
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MartiniGlass = 0xf57b,
+
+ ///
+ /// Martini Glass Citrus (martini-glass-citrus)
+ /// Terms: alcohol, bar, beverage, citrus, cocktail, drink, gin, glass, lemon, lime, margarita, martini, party, refreshment, vodka
+ /// Added in 5.1.0, updated in 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MartiniGlassCitrus = 0xf561,
+
+ ///
+ /// Martini Glass Empty (martini-glass-empty)
+ /// Terms: alcohol, bar, beverage, celebration, cocktail, drink, glass, liquor, martini, nightlife, party, spirits
+ /// Added in 1.0.0, updated in 5.0.0, 5.1.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MartiniGlassEmpty = 0xf000,
+
+ ///
+ /// Mask (mask)
+ /// Terms: carnival, costume, costume party, disguise, disguise accessory, festival, halloween, mask, masquerade, party, secret, superhero
+ /// Added in 5.10.1, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Mask = 0xf6fa,
+
+ ///
+ /// Mask Face (mask-face)
+ /// Terms: breath, coronavirus, covid-19, face mask, filter, flu, health, infection, mask, medical mask, pandemic, protection, respirator, safety, surgical mask, virus
+ /// Added in 6.0.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MaskFace = 0xe1d7,
+
+ ///
+ /// Mask Ventilator (mask-ventilator)
+ /// Terms: airway, breathing, breathing apparatus, gas mask, life support, medical mask, oxygen, respirator, respiratory support, ventilation, ventilator
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MaskVentilator = 0xe524,
+
+ ///
+ /// Masks Theater (masks-theater)
+ /// Terms: acting, arts, comedy, drama, masks, performance, performance art, play, stage, theater, theatre, theatrical, tragedy
+ /// Added in 5.10.2, updated in 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MasksTheater = 0xf630,
+
+ ///
+ /// Mattress Pillow (mattress-pillow)
+ /// Terms: bed, bedding, comfort, mattress, mattress pad, nap, pillow, rest, sleep, sleeping pad
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MattressPillow = 0xe525,
+
+ ///
+ /// Maximize (maximize)
+ /// Terms: arrows, bigger, enlarge, expand, full screen, fullscreen, grow, increase, maximize, open, resize, scale, stretch, zoom in
+ /// Added in 5.0.0, updated in 5.8.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Maximize = 0xf31e,
+
+ ///
+ /// Medal (medal)
+ /// Terms: achievement, award, badge, bronze medal, champion, gold medal, honor, medal, prize, quality, ribbon, silver medal, sports medal, trophy, winner
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Medal = 0xf5a2,
+
+ ///
+ /// Memory (memory)
+ /// Terms: DIMM, RAM, chip, computer, hardware, memory, memory card, memory module, module, stick, technology, volatile
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Memory = 0xf538,
+
+ ///
+ /// Menorah (menorah)
+ /// Terms: candle, candles, celebration, festival of lights, hanukkah, jewish, jewish holiday, judaism, light, menorah, menorah candleholder, oil lamp, religious
+ /// Added in 5.3.0, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Menorah = 0xf676,
+
+ ///
+ /// Mercury (mercury)
+ /// Terms: alchemy, astrology, gender, hybrid, mercury, messenger, planet, roman god, symbol, transgender
+ /// Added in 4.3.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Mercury = 0xf223,
+
+ ///
+ /// Message (message)
+ /// Styles: solid, regular
+ /// Terms: bubble, chat, comment, conversation, discussion, feedback, message, note, notification, reply, sms, speech, talk, text, texting
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Message = 0xf27a,
+
+ ///
+ /// Meteor (meteor)
+ /// Terms: asteroid, blaze, comet, falling star, fireball, impact, meteor, meteor shower, meteorite, shooting star, sky, space, streak
+ /// Added in 5.12.0, updated in 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Meteor = 0xf753,
+
+ ///
+ /// Microchip (microchip)
+ /// Terms: chip, circuit, computer, cpu, device, electronic, hardware, microprocessor, motherboard, processor, semiconductor, silicon, technology
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Microchip = 0xf2db,
+
+ ///
+ /// Microphone (microphone)
+ /// Terms: audio, broadcast, karaoke, microphone, music, podcast, record, recording, sing, sound, speech, talk, talking, vocal, voice
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Microphone = 0xf130,
+
+ ///
+ /// Microphone Lines (microphone-lines)
+ /// Terms: audio, broadcast, karaoke, mic, microphone, music, podcast, recording, sing, sound, speech, studio, talking, vocal, voice
+ /// Added in 5.0.0, updated in 5.0.13, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MicrophoneLines = 0xf3c9,
+
+ ///
+ /// Microphone Lines Slash (microphone-lines-slash)
+ /// Terms: audio, disabled, microphone, mute, muted, no sound, off, podcast, record, silence, sing, sound, voice
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MicrophoneLinesSlash = 0xf539,
+
+ ///
+ /// Microphone Slash (microphone-slash)
+ /// Terms: audio off, disable, disabled, microphone, mute, muted, no sound, podcast, record, silence, sing, sound off, voice off
+ /// Added in 3.1.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MicrophoneSlash = 0xf131,
+
+ ///
+ /// Microscope (microscope)
+ /// Terms: analysis, biology, chemistry, experiment, investigation, laboratory, lens, magnification, magnify, microscope, optics, research, science, study, tool
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Microscope = 0xf610,
+
+ ///
+ /// Mill Sign (mill-sign)
+ /// Terms: currency, finance, financial symbol, measurement, mill sign, monetary unit, money, symbol, unit
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MillSign = 0xe1ed,
+
+ ///
+ /// Minimize (minimize)
+ /// Terms: collapse, contract, downsize, hide, minimize, reduce, screen, shrink, smaller, window
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Minimize = 0xf78c,
+
+ ///
+ /// Minus (minus)
+ /// Terms: collapse, dash, delete, hide, math, minimize, minus, minus sign, negative, reduce, remove, shrink, sign, subtract, −
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Minus = 0xf068,
+
+ ///
+ /// Mitten (mitten)
+ /// Terms: clothing, cold, cozy, frost, glove, handwear, knitted, mitten, protection, seasonal, snow, warmth, winter
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Mitten = 0xf7b5,
+
+ ///
+ /// Mobile (mobile)
+ /// Terms: android, call, cell, cell phone, cellular, device, handset, mobile, mobile phone, number, phone, screen, smartphone, telephone, text
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Mobile = 0xf3ce,
+
+ ///
+ /// Mobile Button (mobile-button)
+ /// Terms: apple, call, cell phone, contact, device, dial, handset, iphone, mobile, number, phone, screen, smartphone, telephone
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MobileButton = 0xf10b,
+
+ ///
+ /// Mobile Retro (mobile-retro)
+ /// Terms: call, cellphone, cellular, classic phone, communication, handset, mobile, old-fashioned, phone, retro phone, vintage
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MobileRetro = 0xe527,
+
+ ///
+ /// Mobile Screen (mobile-screen)
+ /// Terms: android, call, cell phone, communication, device, digital device, handset, ios, mobile, mobile device, phone, screen, smartphone, text, touchscreen
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MobileScreen = 0xf3cf,
+
+ ///
+ /// Mobile Screen Button (mobile-screen-button)
+ /// Terms: apple, call, cell phone, communication, device, handset, iphone, mobile, number, phone, screen, smartphone, telephone, touchscreen
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MobileScreenButton = 0xf3cd,
+
+ ///
+ /// Mobile Vibrate (mobile-vibrate)
+ /// Terms: alert, call, cell phone, device, haptic, message, mobile, notification, phone, ring, silent, smartphone, text, vibrate, vibration
+ /// Added in 7.0.0.
+ ///
+ MobileVibrate = 0xe816,
+
+ ///
+ /// Money Bill (money-bill)
+ /// Terms: bill, buy, cash, currency, earnings, finance, funds, income, money, payment, price, purchase, revenue, salary, wallet
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MoneyBill = 0xf0d6,
+
+ ///
+ /// Money Bill 1 (money-bill-1)
+ /// Styles: solid, regular
+ /// Terms: bill, buy, cash, checkout, currency, dollar, finance, money, paycheck, payment, premium, price, purchase, salary
+ /// Added in 5.0.0, updated in 5.0.13, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyBill1 = 0xf3d1,
+
+ ///
+ /// Money Bill 1 Wave (money-bill-1-wave)
+ /// Terms: banknote, bill, cash, currency, earnings, finance, funds, income, money, pay, payment, price, purchase, salary, wallet
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyBill1Wave = 0xf53b,
+
+ ///
+ /// Money Bill Transfer (money-bill-transfer)
+ /// Terms: bank, currency, deposit, exchange, funds, money, payment, receive, salary, send, transaction, transfer, wire, withdrawal
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyBillTransfer = 0xe528,
+
+ ///
+ /// Money Bill Trend Up (money-bill-trend-up)
+ /// Terms: bank, bonds, earnings, finance, growth, income, inflation, investment, market, money, profit, revenue, salary, stocks, trade
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyBillTrendUp = 0xe529,
+
+ ///
+ /// Money Bill Wave (money-bill-wave)
+ /// Terms: bills, buy, cash, currency, earnings, finance, funds, money, paycheck, payment, price, purchase, salary, transaction, wallet
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MoneyBillWave = 0xf53a,
+
+ ///
+ /// Money Bill Wheat (money-bill-wheat)
+ /// Terms: agribusiness, agriculture, crops, economy, farming, finance, food, grain, harvest, income, investment, money, payment, subsidy, wheat
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyBillWheat = 0xe52a,
+
+ ///
+ /// Money Bills (money-bills)
+ /// Terms: atm, bills, cash, currency, dollars, finance, funds, income, investment, money, payment, revenue, salary
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyBills = 0xe1f3,
+
+ ///
+ /// Money Check (money-check)
+ /// Terms: bank check, billing, buy, check, checkout, cheque, finance, invoice, money, paycheck, payment, paystub, purchase, salary, transaction
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyCheck = 0xf53c,
+
+ ///
+ /// Money Check Dollar (money-check-dollar)
+ /// Terms: bank check, billing, cash, checkbook, cheque, dollar, finance, funds, invoice, money, pay, paycheck, payment, salary, transaction
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MoneyCheckDollar = 0xf53d,
+
+ ///
+ /// Monument (monument)
+ /// Terms: building, commemorative, famous, heritage, historic, iconic, landmark, memorial, monument, monumental, notable, statue, tourist attraction
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Monument = 0xf5a6,
+
+ ///
+ /// Moon (moon)
+ /// Styles: solid, regular
+ /// Terms: crescent, crescent moon, dark, dark mode, evening, lunar, moon, moonlight, night, night mode, nighttime, nighttime symbol, sleep
+ /// Added in 3.2.0, updated in 5.0.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Moon = 0xf186,
+
+ ///
+ /// Mortar Pestle (mortar-pestle)
+ /// Terms: apothecary, cooking, crush, grind, herbal, herbs, kitchen, medical, medicine, mix, pharmacy, prescription, spices
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MortarPestle = 0xf5a7,
+
+ ///
+ /// Mosque (mosque)
+ /// Terms: Islam, Islamic architecture, Muslim, building, dome, landmark, minaret, mosque, prayer, religion, worship
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Mosque = 0xf678,
+
+ ///
+ /// Mosquito (mosquito)
+ /// Terms: West Nile, Zika, bite, bloodsucker, bug, dengue, disease, insect, malaria, mosquito, mosquito bite, nuisance, pest
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Mosquito = 0xe52b,
+
+ ///
+ /// Mosquito Net (mosquito-net)
+ /// Terms: bug net, bug screen, camping, insect net, insect screen, malaria prevention, mosquito, mosquito bite, mosquito net, net, outdoor gear, pest control, protection, sleeping net
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MosquitoNet = 0xe52c,
+
+ ///
+ /// Motorcycle (motorcycle)
+ /// Terms: bike, chopper, cruiser, motorbike, motorcycle, motorized bike, racing, scooter, transportation, two-wheeler, vehicle
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ Motorcycle = 0xf21c,
+
+ ///
+ /// Mound (mound)
+ /// Terms: barrier, dirt, earth, embankment, heap, hill, mound, pile, soil, speedbump
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Mound = 0xe52d,
+
+ ///
+ /// Mountain (mountain)
+ /// Terms: climbing, glacier, hiking, hill, landscape, mountain, nature, outdoor, peak, snow, snow-capped, summit, travel, view
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Mountain = 0xf6fc,
+
+ ///
+ /// Mountain City (mountain-city)
+ /// Terms: adventure, city, landscape, mountain, nature, outdoors, rural, skyline, town, travel, urban, village
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MountainCity = 0xe52e,
+
+ ///
+ /// Mountain Sun (mountain-sun)
+ /// Terms: adventure, hiking, landscape, mountain, nature, outdoors, scenic, sun, sunrise, sunset, travel, view, wilderness
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ MountainSun = 0xe52f,
+
+ ///
+ /// Mug Hot (mug-hot)
+ /// Terms: beverage, cappuccino, cocoa, coffee, cozy, cup, drink, hot, hot beverage, hot chocolate, latte, morning, mug, steam, steaming, tea, warm drink, warmth
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MugHot = 0xf7b6,
+
+ ///
+ /// Mug Saucer (mug-saucer)
+ /// Terms: autumn, beverage, breakfast, cafe, coffee, cozy, cup, drink, fall, hot drink, morning, mug, saucer, seasonal, tea, warm
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ MugSaucer = 0xf0f4,
+
+ ///
+ /// Music (music)
+ /// Terms: audio, lyrics, melody, music, musical note, note, sing, song, sound, tune
+ /// Added in 1.0.0, updated in 5.0.0, 5.11.0, 5.2.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Music = 0xf001,
+
+ ///
+ /// N (n)
+ /// Terms: Latin letter, alphabet, character, letter, lowercase n, nay, no, uppercase n
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ N = 0x4e,
+
+ ///
+ /// Naira Sign (naira-sign)
+ /// Terms: Nigerian currency, cash, currency, currency symbol, financial, money, naira, naira sign, payment, ₦
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ NairaSign = 0xe1f6,
+
+ ///
+ /// Network Wired (network-wired)
+ /// Terms: cable, communication, computer, connection, data, ethernet, internet, intranet, lan, network, router, switch, wired
+ /// Added in 5.4.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ NetworkWired = 0xf6ff,
+
+ ///
+ /// Neuter (neuter)
+ /// Terms: gender, gender icon, gender neutral, gender symbol, genderless, neuter, neutral gender, no gender, non-binary, unisex
+ /// Added in 4.3.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Neuter = 0xf22c,
+
+ ///
+ /// Newspaper (newspaper)
+ /// Styles: solid, regular
+ /// Terms: article, bulletin, editorial, gazette, headline, journalism, media, news, newsletter, newspaper, paper, periodical, press, publication, report
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Newspaper = 0xf1ea,
+
+ ///
+ /// Non Binary (non-binary)
+ /// Terms: LGBTQ, gender, gender identity, genderfluid, genderqueer, identity, nb, non-binary, nonbinary, queer
+ /// Added in 7.0.0.
+ ///
+ NonBinary = 0xe807,
+
+ ///
+ /// Not Equal (not-equal)
+ /// Terms: arithmetic, compare, comparison, difference, inequality, math, math symbol, not equal, symbol
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ NotEqual = 0xf53e,
+
+ ///
+ /// Notdef (notdef)
+ /// Terms: 404, absent, broken, close, error, fail, invalid, missing, not found, unavailable
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Notdef = 0xe1fe,
+
+ ///
+ /// Note Sticky (note-sticky)
+ /// Styles: solid, regular
+ /// Terms: annotation, label, memo, message, note, paper, post-it, reminder, sticker, sticky note
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ NoteSticky = 0xf249,
+
+ ///
+ /// Notes Medical (notes-medical)
+ /// Terms: chart, clinic, clipboard, doctor, ehr, health, healthcare, history, hospital, medical, notes, patient, prescription, records, treatment
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ NotesMedical = 0xf481,
+
+ ///
+ /// O (o)
+ /// Terms: alphabet, character, latin letter, letter, letter o, symbol, text, typeface, typography, vowel
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ O = 0x4f,
+
+ ///
+ /// Object Group (object-group)
+ /// Styles: solid, regular
+ /// Terms: cluster, collection, combine, copy, design, group, layers, merge, objects, select
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ObjectGroup = 0xf247,
+
+ ///
+ /// Object Ungroup (object-ungroup)
+ /// Styles: solid, regular
+ /// Terms: break apart, design, divide, layers, objects, select, separate, split, ungroup
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ObjectUngroup = 0xf248,
+
+ ///
+ /// Octagon (octagon)
+ /// Terms: geometric, octagon, octagonal, polygon, road sign, shape, stop, stop sign, symbol, traffic, warning
+ /// Added in 5.0.0, updated in 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Octagon = 0xf306,
+
+ ///
+ /// Oil Can (oil-can)
+ /// Terms: automotive, engine oil, grease, lubricant, maintenance, motor oil, oil, oil bottle, oil can, oil change, oil container, oil dispenser, petroleum
+ /// Added in 5.10.1, updated in 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ OilCan = 0xf613,
+
+ ///
+ /// Oil Well (oil-well)
+ /// Terms: drilling, energy, extraction, fossil fuel, oil, oil drilling, oil rig, oil well, petroleum, rig
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ OilWell = 0xe532,
+
+ ///
+ /// Om (om)
+ /// Terms: Buddhism, Hindu, Hinduism, Jainism, chant, mantra, meditation, om, religion, sacred, spirituality, symbol
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Om = 0xf679,
+
+ ///
+ /// Otter (otter)
+ /// Terms: animal, aquatic, cute, fishing, fur, mammal, nature, otter, playful, river, wildlife
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Otter = 0xf700,
+
+ ///
+ /// Outdent (outdent)
+ /// Terms: align left, decrease indent, formatting, indent less, margin, outdent, paragraph, tab, text
+ /// Added in 1.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Outdent = 0xf03b,
+
+ ///
+ /// P (p)
+ /// Terms: alphabet p, capital p, character p, letter p, lowercase p, text p
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ P = 0x50,
+
+ ///
+ /// Pager (pager)
+ /// Terms: alert, beeper, communication, message, notification, old technology, page, pager, pager device, wireless device
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Pager = 0xf815,
+
+ ///
+ /// Paint Roller (paint-roller)
+ /// Terms: DIY, brush, coating, color, decoration, home improvement, paint, paintbrush, painting, renovation, roller, tool, wall
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PaintRoller = 0xf5aa,
+
+ ///
+ /// Paintbrush (paintbrush)
+ /// Terms: acrylic, art, artist, brush, color, creativity, design, drawing, fill, paint, paintbrush, painting, pigment, tool, watercolor
+ /// Added in 4.2.0, updated in 5.0.0, 5.1.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Paintbrush = 0xf1fc,
+
+ ///
+ /// Palette (palette)
+ /// Terms: acrylic, art, artist palette, brush, color, colors, creativity, design, drawing, paint, paintbrush, painting, palette, pigment, watercolor
+ /// Added in 5.0.13, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Palette = 0xf53f,
+
+ ///
+ /// Pallet (pallet)
+ /// Terms: boxes, cargo, crates, delivery, freight, inventory, loading, logistics, packaging, pallet, shipping, storage, supply chain, transport, warehouse
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Pallet = 0xf482,
+
+ ///
+ /// Panorama (panorama)
+ /// Terms: horizon, image, landscape, nature, outdoors, panorama, photo, picture, scenic, view, wide, wide-angle
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Panorama = 0xe209,
+
+ ///
+ /// Paper Plane (paper-plane)
+ /// Styles: solid, regular
+ /// Terms: air, communication, delivery, flight, float, folded paper, mail, message, paper, paper aeroplane, paper airplane, plane, send, send message
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PaperPlane = 0xf1d8,
+
+ ///
+ /// Paperclip (paperclip)
+ /// Terms: attach, attachment, binder, clip, document, fasten, file, hold, office, paperclip, paperclip icon, pin
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Paperclip = 0xf0c6,
+
+ ///
+ /// Parachute Box (parachute-box)
+ /// Terms: aid, airlift, assistance, delivery, drop, emergency, humanitarian, package, parachute, relief, rescue, supplies
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ParachuteBox = 0xf4cd,
+
+ ///
+ /// Paragraph (paragraph)
+ /// Terms: edit, formatting, mark, paragraph, paragraph break, pilcrow, symbol, text, writing
+ /// Added in 4.1.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Paragraph = 0xf1dd,
+
+ ///
+ /// Passport (passport)
+ /// Terms: border, citizenship, document, id, identification, immigration, international, passport, passport control, travel, travel document, visa
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Passport = 0xf5ab,
+
+ ///
+ /// Paste (paste)
+ /// Styles: solid, regular
+ /// Terms: clipboard, clipboard-insert, clipboard-paste, content, document, input, insert, paper, paste, text
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Paste = 0xf0ea,
+
+ ///
+ /// Pause (pause)
+ /// Terms: break, double bar, freeze, hold, interrupt, pause, pause button, stop, vertical bars, wait
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Pause = 0xf04c,
+
+ ///
+ /// Paw (paw)
+ /// Terms: animal, cat, claw, dog, footprint, mammal, paw, paw pad, paw print, pawprint, pet, print
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Paw = 0xf1b0,
+
+ ///
+ /// Peace (peace)
+ /// Terms: antiwar, calm, ceasefire, harmony, nonviolence, pacifism, peace, peace symbol, protest, serenity, tranquility
+ /// Added in 5.11.0, updated in 5.11.1, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Peace = 0xf67c,
+
+ ///
+ /// Pen (pen)
+ /// Terms: ballpoint, compose, drawing, edit, handwriting, modify, note, pen, signature, sketch, update, write
+ /// Added in 5.0.0, updated in 5.1.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Pen = 0xf304,
+
+ ///
+ /// Pen Clip (pen-clip)
+ /// Terms: annotate, compose, create, draw, edit, modify, note, pen, pencil, update, write
+ /// Added in 5.0.0, updated in 5.1.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PenClip = 0xf305,
+
+ ///
+ /// Pen Fancy (pen-fancy)
+ /// Terms: black nib, calligraphy, design, drawing, edit, fountain pen, handwriting, ink, modify, nib, pen, signature, stylus, update, write
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PenFancy = 0xf5ac,
+
+ ///
+ /// Pen Nib (pen-nib)
+ /// Terms: calligraphy, design, drawing, edit, handwriting, modify, nib, pen, sketch, update, write
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PenNib = 0xf5ad,
+
+ ///
+ /// Pen Ruler (pen-ruler)
+ /// Terms: architecture, creativity, design, draft, draw, edit, measurement, modify, pencil, plan, ruler, sketch
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PenRuler = 0xf5ae,
+
+ ///
+ /// Pen To Square (pen-to-square)
+ /// Styles: solid, regular
+ /// Terms: annotate, change, compose, document, draft, edit, form, input, modify, note, pen, pencil, signature, update, write
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PenToSquare = 0xf044,
+
+ ///
+ /// Pencil (pencil)
+ /// Terms: annotate, compose, design, draft, draw, edit, modify, note, pencil, sketch, update, write
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0, 7.0.1 and 7.1.0.
+ ///
+ Pencil = 0xf303,
+
+ ///
+ /// Pentagon (pentagon)
+ /// Terms: 5, figure, five, geometric, pentagon, pentagonal, polygon, shape, sided shape
+ /// Added in 7.0.0.
+ ///
+ Pentagon = 0xe790,
+
+ ///
+ /// People Arrows (people-arrows)
+ /// Terms: arrows, communication, connection, conversation, discussion, exchange, group, interaction, isolation, people, separate, social distancing, users
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PeopleArrows = 0xe068,
+
+ ///
+ /// People Carry Box (people-carry-box)
+ /// Terms: box, carrying, collaboration, group, help, moving, people, support, teamwork, transport
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PeopleCarryBox = 0xf4ce,
+
+ ///
+ /// People Group (people-group)
+ /// Terms: community, crowd, family, gathering, group, members, people, social, team, together, users
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PeopleGroup = 0xe533,
+
+ ///
+ /// People Line (people-line)
+ /// Terms: community, crowd, group, people, team, together, users
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PeopleLine = 0xe534,
+
+ ///
+ /// People Pulling (people-pulling)
+ /// Terms: cooperation, effort, forced return, group, pulling, struggle, teamwork, tugging, yanking
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PeoplePulling = 0xe535,
+
+ ///
+ /// People Robbery (people-robbery)
+ /// Terms: burglary, criminal, hands up, hold up, looting, mugging, robbery, robbery suspect, steal, theft
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PeopleRobbery = 0xe536,
+
+ ///
+ /// People Roof (people-roof)
+ /// Terms: community, crowd, family, group, home, housing, manage, people, protection, safe, shelter, support, together
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PeopleRoof = 0xe537,
+
+ ///
+ /// Pepper Hot (pepper-hot)
+ /// Terms: capsicum, cayenne, chili, chili pepper, chilli, fiery, habanero, heat, hot, hot pepper, jalapeno, pepper, peppercorn, red pepper, spicy, spicy food, tabasco
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PepperHot = 0xf816,
+
+ ///
+ /// Percent (percent)
+ /// Terms: discount, fraction, interest rate, percent, percent off, percent sign, percent symbol, percent value, percentage, proportion, rate, ratio, tax rate
+ /// Added in 4.5.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Percent = 0x25,
+
+ ///
+ /// Person (person)
+ /// Terms: avatar, figure, human, individual, man, person, profile, standing, user, woman
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Person = 0xf183,
+
+ ///
+ /// Person Arrow Down To Line (person-arrow-down-to-line)
+ /// Terms: access, arrow down, arrow to line, download, enter, insert, login, person, sign in, user
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonArrowDownToLine = 0xe538,
+
+ ///
+ /// Person Arrow Up From Line (person-arrow-up-from-line)
+ /// Terms: arrow, growth, increase, person, profile, promotion, rise, upgrade, upward, user
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonArrowUpFromLine = 0xe539,
+
+ ///
+ /// Person Biking (person-biking)
+ /// Terms: bicycle, bike, biking, cycling, cyclist, exercise, fitness, outdoors, pedal, person biking, recreation, wheel
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PersonBiking = 0xf84a,
+
+ ///
+ /// Person Booth (person-booth)
+ /// Terms: ballot, changing room, curtain, election, polling, privacy, vote, voter, voting, voting booth
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonBooth = 0xf756,
+
+ ///
+ /// Person Breastfeeding (person-breastfeeding)
+ /// Terms: baby, breastfeeding, child, feeding, infant, lactation, mother, nursing, nutrition, parent, sustenance
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonBreastfeeding = 0xe53a,
+
+ ///
+ /// Person Burst (person-burst)
+ /// Terms: abuse, accident, burst, crash, danger, emergency, explode, harm, impact, injury, shock, trauma, violence
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonBurst = 0xe53b,
+
+ ///
+ /// Person Cane (person-cane)
+ /// Terms: aging, assistance, cane, disabled, elderly, mobility, old, senior, staff, support, walking stick
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonCane = 0xe53c,
+
+ ///
+ /// Person Chalkboard (person-chalkboard)
+ /// Terms: blackboard, chalkboard, classroom, education, instructor, lecture, lesson, presentation, seminar, speaker, teacher, teaching, training
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonChalkboard = 0xe53d,
+
+ ///
+ /// Person Circle Check (person-circle-check)
+ /// Terms: account, active, approved, check, confirmed, enabled, ok, okay, profile, success, user, validated, verified, verified user
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonCircleCheck = 0xe53e,
+
+ ///
+ /// Person Circle Exclamation (person-circle-exclamation)
+ /// Terms: account, alert, attention, error, exclamation, failed, issue, missing, person, problem, profile, user, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonCircleExclamation = 0xe53f,
+
+ ///
+ /// Person Circle Minus (person-circle-minus)
+ /// Terms: account removal, delete, delete user, minus, person, profile, remove, remove account, remove user, subtract, user, user minus
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonCircleMinus = 0xe540,
+
+ ///
+ /// Person Circle Plus (person-circle-plus)
+ /// Terms: account, add, contact, create, friend, member, new, person, plus, profile, register, sign up, user
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonCirclePlus = 0xe541,
+
+ ///
+ /// Person Circle Question (person-circle-question)
+ /// Terms: account, assistance, faq, help, inquiry, profile, question, support, unknown, user
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonCircleQuestion = 0xe542,
+
+ ///
+ /// Person Circle Xmark (person-circle-xmark)
+ /// Terms: avatar, ban, block, cancel, circle, close, delete, disable, person, profile, remove, user, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonCircleXmark = 0xe543,
+
+ ///
+ /// Person Digging (person-digging)
+ /// Terms: construction, digging, digging site, digging worker, excavation, labor, maintenance, manual labor, shovel, site work, work, worker
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonDigging = 0xf85e,
+
+ ///
+ /// Person Dots From Line (person-dots-from-line)
+ /// Terms: allergy, connection, diagnosis, dots, linked, network, person, profile, user
+ /// Added in 5.0.7, updated in 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonDotsFromLine = 0xf470,
+
+ ///
+ /// Person Dress (person-dress)
+ /// Terms: clothing, dress, female, female avatar, person, skirt, user, woman
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonDress = 0xf182,
+
+ ///
+ /// Person Dress Burst (person-dress-burst)
+ /// Terms: accident, blast, burst, crash, danger, dress, explosion, hazard, injury, person, violence
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonDressBurst = 0xe544,
+
+ ///
+ /// Person Drowning (person-drowning)
+ /// Terms: danger, distress, drown, drowning, emergency, hazard, help, lifesaver, swim, water rescue
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonDrowning = 0xe545,
+
+ ///
+ /// Person Falling (person-falling)
+ /// Terms: accident, danger, fall, falling person, hazard, injury, slip, trip, tumble
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonFalling = 0xe546,
+
+ ///
+ /// Person Falling Burst (person-falling-burst)
+ /// Terms: accident, collapse, danger, emergency, fall, hazard, injury, slip, trip, tumble
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonFallingBurst = 0xe547,
+
+ ///
+ /// Person Half Dress (person-half-dress)
+ /// Terms: clothing, gender, gender fluid, gender identity, half dress, man, nonbinary, person, restroom, transgender, unisex, woman
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonHalfDress = 0xe548,
+
+ ///
+ /// Person Harassing (person-harassing)
+ /// Terms: abuse, attack, bully, harass, harassment, insult, intimidation, mistreat, scream, shout, verbal abuse, yell
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonHarassing = 0xe549,
+
+ ///
+ /// Person Hiking (person-hiking)
+ /// Terms: adventure, autumn, backpack, exercise, fall, hike, hiking, mountain, nature, outdoors, summer, trail, trekking, walk
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonHiking = 0xf6ec,
+
+ ///
+ /// Person Military Pointing (person-military-pointing)
+ /// Terms: army, commander, guard, military, officer, pointing, salute, service, soldier, troops
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonMilitaryPointing = 0xe54a,
+
+ ///
+ /// Person Military Rifle (person-military-rifle)
+ /// Terms: armed forces, army, combat, gun, infantry, military, rifle, soldier, war, weapon
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonMilitaryRifle = 0xe54b,
+
+ ///
+ /// Person Military To Person (person-military-to-person)
+ /// Terms: change, civilian, identity, military, person, role, service member, soldier, transfer, transition, user
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonMilitaryToPerson = 0xe54c,
+
+ ///
+ /// Person Praying (person-praying)
+ /// Terms: devotion, faith, gratitude, kneel, meditate, place of worship, prayer, praying, religion, spiritual, thank, worship
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonPraying = 0xf683,
+
+ ///
+ /// Person Pregnant (person-pregnant)
+ /// Terms: baby, birth, expecting, maternity, parent, pregnant, pregnant woman, woman
+ /// Added in 6.0.0-beta1, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonPregnant = 0xe31e,
+
+ ///
+ /// Person Rays (person-rays)
+ /// Terms: affected, focus, highlight, person, rays, shine, spotlight, user
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonRays = 0xe54d,
+
+ ///
+ /// Person Rifle (person-rifle)
+ /// Terms: army, combatant, firearm, gun, infantry, military, rifle, shooter, soldier, war
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonRifle = 0xe54e,
+
+ ///
+ /// Person Running (person-running)
+ /// Terms: athletic, escape, exercise, fitness, flee, jogging, marathon, person running, race, run, runner, running, sprint, track, workout
+ /// Added in 5.11.0, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonRunning = 0xf70c,
+
+ ///
+ /// Person Shelter (person-shelter)
+ /// Terms: home, house, indoors, occupant, person, protection, refuge, roof, safe, safety, shelter
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonShelter = 0xe54f,
+
+ ///
+ /// Person Skating (person-skating)
+ /// Terms: figure skating, ice skating, olympics, rink, skater, skating, winter sports
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonSkating = 0xf7c5,
+
+ ///
+ /// Person Skiing (person-skiing)
+ /// Terms: alpine, cold weather, downhill, mountain, olympics, ski, skier, skiing, slope, snow, snow sport, winter
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonSkiing = 0xf7c9,
+
+ ///
+ /// Person Skiing Nordic (person-skiing-nordic)
+ /// Terms: athlete, cold weather, cross country, nordic skiing, olympics, outdoor, ski, snow, winter sports
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonSkiingNordic = 0xf7ca,
+
+ ///
+ /// Person Snowboarding (person-snowboarding)
+ /// Terms: athlete, olympics, snow, snow sport, snowboard, snowboarder, snowboarding, sport, winter, winter sports
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonSnowboarding = 0xf7ce,
+
+ ///
+ /// Person Swimming (person-swimming)
+ /// Terms: aquatic, exercise, freestyle, lap swimming, ocean, pool, sea, sport, swim, swimmer, swimming, water
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonSwimming = 0xf5c4,
+
+ ///
+ /// Person Through Window (person-through-window)
+ /// Terms: break-in, burglary, door, exit, forced entry, intrusion, leave, looking, peeking, person, through, window
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonThroughWindow = 0xe5a9,
+
+ ///
+ /// Person Walking (person-walking)
+ /// Terms: crosswalk, exercise, hike, move, pedestrian, person walking, stroll, walk, walking, walking activity, workout
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonWalking = 0xf554,
+
+ ///
+ /// Person Walking Arrow Loop Left (person-walking-arrow-loop-left)
+ /// Terms: arrow, back, follow, go back, loop, person, return, reverse, rewind, undo, walking
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonWalkingArrowLoopLeft = 0xe551,
+
+ ///
+ /// Person Walking Arrow Right (person-walking-arrow-right)
+ /// Terms: arrow, continue, direction, exit, forward, leave, move, next, person, proceed, right, walk
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonWalkingArrowRight = 0xe552,
+
+ ///
+ /// Person Walking Dashed Line Arrow Right (person-walking-dashed-line-arrow-right)
+ /// Terms: arrow, dashed line, direction, exit, follow, forward, move, next, path, pedestrian, proceed, route, walking
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonWalkingDashedLineArrowRight = 0xe553,
+
+ ///
+ /// Person Walking Luggage (person-walking-luggage)
+ /// Terms: bag, baggage, briefcase, carry-on, luggage, rolling, suitcase, travel, traveler, walking
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonWalkingLuggage = 0xe554,
+
+ ///
+ /// Person Walking With Cane (person-walking-with-cane)
+ /// Terms: accessibility, blind, cane, disabled, elderly, mobility aid, person, senior, visually impaired, walking, walking stick
+ /// Added in 4.6.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PersonWalkingWithCane = 0xf29d,
+
+ ///
+ /// Peseta Sign (peseta-sign)
+ /// Terms: cash, currency, finance, money, old currency, payment, peseta, peseta sign, spanish currency, symbol
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PesetaSign = 0xe221,
+
+ ///
+ /// Peso Sign (peso-sign)
+ /// Terms: currency, currency sign, currency symbol, money, peso, peso coin, peso currency, peso peso currency, peso peso moneda, peso sign, peso symbol
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PesoSign = 0xe222,
+
+ ///
+ /// Phone (phone)
+ /// Terms: call, communication, contact, dial, earphone, handset, landline, mobile, phone, receiver, support, talk, telephone, voice
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Phone = 0xf095,
+
+ ///
+ /// Phone Flip (phone-flip)
+ /// Terms: call, communication, flip phone, handset, mobile, phone, receiver, support, telephone, voice
+ /// Added in 5.10.1, updated in 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PhoneFlip = 0xf879,
+
+ ///
+ /// Phone Slash (phone-slash)
+ /// Terms: block, call, cancel, disabled, disconnect, end-call, handset, mute, no-sound, off, phone, reject, silent, telephone, voice
+ /// Added in 5.0.0, updated in 5.0.9, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PhoneSlash = 0xf3dd,
+
+ ///
+ /// Phone Volume (phone-volume)
+ /// Terms: audio, call, communication, handset, phone, ringing, ringtone, sound, speaker, support, talk, telephone, voice, volume
+ /// Added in 4.6.0, updated in 5.0.0, 5.0.3, 5.7.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PhoneVolume = 0xf2a0,
+
+ ///
+ /// Photo Film (photo-film)
+ /// Terms: camera, film, gallery, image, media, movie, photo, photograph, picture, reel, snapshot, video
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PhotoFilm = 0xf87c,
+
+ ///
+ /// Picture In Picture (picture-in-picture)
+ /// Terms: floating, media, minimize, multitasking, overlay, picture-in-picture, pip, popout, resize, screen, secondary window, small screen, video, window
+ /// Added in 7.0.0.
+ ///
+ PictureInPicture = 0xe80b,
+
+ ///
+ /// Piggy Bank (piggy-bank)
+ /// Terms: budget, cash, coin, deposit, finance, money, piggy, piggy bank, save, savings
+ /// Added in 5.0.9, updated in 5.10.2, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PiggyBank = 0xf4d3,
+
+ ///
+ /// Pills (pills)
+ /// Terms: capsules, drugs, health, medication, medicine, pharmaceuticals, pharmacy, pills, prescription, supplements, tablets, vitamins
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Pills = 0xf484,
+
+ ///
+ /// Pisces (pisces)
+ /// Terms: astrology, constellation, february, fish, horoscope, march, pisces, sign, stars, water sign, zodiac
+ /// Added in 7.2.0.
+ ///
+ Pisces = 0xe84c,
+
+ ///
+ /// Pizza Slice (pizza-slice)
+ /// Terms: cheese, chicago, dinner, fast food, food, italian, lunch, mozzarella, new york, pepperoni, pie, pizza, slice, snack, teenage mutant ninja turtles, tomato
+ /// Added in 5.7.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PizzaSlice = 0xf818,
+
+ ///
+ /// Place Of Worship (place-of-worship)
+ /// Terms: building, chapel, church, faith, holy place, mosque, religion, sanctuary, spiritual, synagogue, temple, worship
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlaceOfWorship = 0xf67f,
+
+ ///
+ /// Plane (plane)
+ /// Terms: aircraft, airplane, airport, arrival, departure, flight, fly, journey, plane, transportation, travel, trip
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Plane = 0xf072,
+
+ ///
+ /// Plane Arrival (plane-arrival)
+ /// Terms: aeroplane, airplane, airport, arrival, arrivals, destination, flight, fly, incoming, land, landing, plane, touch down, travel, trip
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlaneArrival = 0xf5af,
+
+ ///
+ /// Plane Circle Check (plane-circle-check)
+ /// Terms: active, airplane, airport, approved, available, check, confirmed, enabled, flight, fly, ok, okay, travel, validated
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlaneCircleCheck = 0xe555,
+
+ ///
+ /// Plane Circle Exclamation (plane-circle-exclamation)
+ /// Terms: affected, airplane, airport, alert, canceled, delay, exclamation, flight, issue, problem, travel, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.1, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlaneCircleExclamation = 0xe556,
+
+ ///
+ /// Plane Circle Xmark (plane-circle-xmark)
+ /// Terms: airplane, blocked, cancel, delete, flight, no fly, prohibited, reject, remove, stop, travel, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.1, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlaneCircleXmark = 0xe557,
+
+ ///
+ /// Plane Departure (plane-departure)
+ /// Terms: aeroplane, airplane, airplane departure, airport, boarding, departing, departure, flight, fly, leaving, plane, takeoff, taking off, terminal, travel, trip
+ /// Added in 5.1.0, updated in 5.8.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlaneDeparture = 0xf5b0,
+
+ ///
+ /// Plane Lock (plane-lock)
+ /// Terms: airplane, airport, flight, grounded, lockdown, locked, no-fly, padlock, privacy, quarantine, restricted, security, travel
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlaneLock = 0xe558,
+
+ ///
+ /// Plane Slash (plane-slash)
+ /// Terms: airplane mode, airplane off, disabled, flight canceled, flight delayed, flight off, grounded, no airplane, no flights, no plane, no signal, no travel, offline, travel off
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlaneSlash = 0xe069,
+
+ ///
+ /// Plane Up (plane-up)
+ /// Terms: aircraft, airplane, aviation, departure, flight, flying, plane, sky, takeoff, travel
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ PlaneUp = 0xe22d,
+
+ ///
+ /// Plant Wilt (plant-wilt)
+ /// Terms: agriculture, drooping, drought, dry, dying, garden, leaf, plant, shriveled, vegetation, wilt, withered
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlantWilt = 0xe5aa,
+
+ ///
+ /// Plate Wheat (plate-wheat)
+ /// Terms: agriculture, bowl, bread, cereal, crop, farming, food, grain, harvest, hunger, meal, nutrition, plate, rations, wheat
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlateWheat = 0xe55a,
+
+ ///
+ /// Play (play)
+ /// Terms: arrow, audio, forward, go, media, music, play, play button, playback, press, right, sound, start, triangle, video
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Play = 0xf04b,
+
+ ///
+ /// Plug (plug)
+ /// Terms: adapter, cable, charge, charging, connect, connector, electric, electricity, energy, outlet, plug, plug-in, power, power cord, socket
+ /// Added in 4.2.0, updated in 5.0.0, 5.12.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Plug = 0xf1e6,
+
+ ///
+ /// Plug Circle Bolt (plug-circle-bolt)
+ /// Terms: bolt, charge, current, electric, electricity, energy, lightning, outlet, plug, power, socket
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlugCircleBolt = 0xe55b,
+
+ ///
+ /// Plug Circle Check (plug-circle-check)
+ /// Terms: active, check, connected, electric, electricity, enabled, ok, okay, plug, power, validate, verified, working
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlugCircleCheck = 0xe55c,
+
+ ///
+ /// Plug Circle Exclamation (plug-circle-exclamation)
+ /// Terms: alert, caution, disconnected, electric, electricity, error, exclamation, failure, issue, outage, plug, power, problem, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlugCircleExclamation = 0xe55d,
+
+ ///
+ /// Plug Circle Minus (plug-circle-minus)
+ /// Terms: disable, disconnect, electric, electricity, minus, outlet, plug, power, power off, remove, socket, unplug
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlugCircleMinus = 0xe55e,
+
+ ///
+ /// Plug Circle Plus (plug-circle-plus)
+ /// Terms: add, charging, connect, electric, electricity, energy, insert, plug, plus, power, socket, supply
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlugCirclePlus = 0xe55f,
+
+ ///
+ /// Plug Circle Xmark (plug-circle-xmark)
+ /// Terms: cancel, close, disable, disconnect, electric, electricity, error, outage, plug, power, remove, stop, unplug, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlugCircleXmark = 0xe560,
+
+ ///
+ /// Plus (plus)
+ /// Terms: add, create, expand, icon, increase, math, more, new, plus, plus sign, positive, sign, symbol
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Plus = 0x2b,
+
+ ///
+ /// Plus Minus (plus-minus)
+ /// Terms: add, adjust, arithmetic, math, plus minus, plus-minus, positive negative, sign, subtract, symbol, toggle
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PlusMinus = 0xe43c,
+
+ ///
+ /// Podcast (podcast)
+ /// Terms: audio, broadcast, conversation, episode, interview, media, music, radio, recording, show, sound, streaming, talk
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Podcast = 0xf2ce,
+
+ ///
+ /// Poo (poo)
+ /// Terms: crap, dung, emoji, excrement, feces, funny, pile of poo, poo, poop, poop emoji, shit, smelly, stink, turd, waste
+ /// Added in 5.0.0, updated in 5.0.9, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Poo = 0xf2fe,
+
+ ///
+ /// Poo Storm (poo-storm)
+ /// Terms: bad smell, chaos, cloud, disaster, euphemism, foul, lightning, mess, poop, shit, storm, turd
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PooStorm = 0xf75a,
+
+ ///
+ /// Poop (poop)
+ /// Terms: brown, cartoon, crap, dung, excrement, feces, funny, pile, poop, poop emoji, shit, stink, turd
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Poop = 0xf619,
+
+ ///
+ /// Power Off (power-off)
+ /// Terms: button, computer, device, off, power, power symbol, reboot, restart, shutdown, toggle, turn off
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PowerOff = 0xf011,
+
+ ///
+ /// Prescription (prescription)
+ /// Terms: doctor, dosage, drugs, healthcare, medical, medication, medicine, pharmacy, pill, prescription, rx, script, treatment
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Prescription = 0xf5b1,
+
+ ///
+ /// Prescription Bottle (prescription-bottle)
+ /// Terms: bottle, drugs, drugstore, healthcare, medical, medication, medicine, pharmacy, pill, prescription, rx, treatment
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PrescriptionBottle = 0xf485,
+
+ ///
+ /// Prescription Bottle Medical (prescription-bottle-medical)
+ /// Terms: bottle, drugs, healthcare, medical, medication, medicine, pharmacy, pills, prescription, rx
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PrescriptionBottleMedical = 0xf486,
+
+ ///
+ /// Print (print)
+ /// Terms: business, computer, copy, document, hard copy, office, output, paper, print, print icon, print screen, printer, printer icon, printing
+ /// Added in 1.0.0, updated in 5.0.0, 5.11.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Print = 0xf02f,
+
+ ///
+ /// Pump Medical (pump-medical)
+ /// Terms: anti-bacterial, clean, covid-19, disinfect, dispenser, hand sanitizer, hand soap, hand wash, hygiene, medical, pump bottle, sanitizer, soap
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PumpMedical = 0xe06a,
+
+ ///
+ /// Pump Soap (pump-soap)
+ /// Terms: antibacterial, clean, covid-19, disinfect, germ protection, hand sanitizer, hand soap, handwash, hygiene, pump bottle, sanitizer, soap
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PumpSoap = 0xe06b,
+
+ ///
+ /// Puzzle Piece (puzzle-piece)
+ /// Terms: add-on, addon, block, clue, connect, fitting, game, interlocking, jigsaw, part, piece, puzzle, puzzle piece, section, segment
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ PuzzlePiece = 0xf12e,
+
+ ///
+ /// Q (q)
+ /// Terms: alphabet, capital q, character, glyph, letter q, lowercase q, symbol, text, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Q = 0x51,
+
+ ///
+ /// Qrcode (qrcode)
+ /// Terms: barcode, code, data, info, information, matrix, qr, qr-code, qrcode, quick response, scan, scanner, tag
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Qrcode = 0xf029,
+
+ ///
+ /// Question (question)
+ /// Terms: ask, faq, help, information, inquiry, punctuation, query, question, question mark, request, support, symbol, unknown
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Question = 0x3f,
+
+ ///
+ /// Quote Left (quote-left)
+ /// Terms: citation, dialogue, left quote, mention, note, phrase, quotation, quotation mark, quote, speech, text
+ /// Added in 3.0.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ QuoteLeft = 0xf10d,
+
+ ///
+ /// Quote Right (quote-right)
+ /// Terms: citation, double quote, mention, note, phrase, quotation, quote, right quote, speech, text, type
+ /// Added in 3.0.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ QuoteRight = 0xf10e,
+
+ ///
+ /// R (r)
+ /// Terms: alphabet, capital r, character, latin r, letter r, lowercase r, symbol, text, typeface, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ R = 0x52,
+
+ ///
+ /// Radiation (radiation)
+ /// Terms: biohazard, contamination, danger, deadly, fallout, hazard, nuclear, radiation, radioactive, toxic, warning
+ /// Added in 5.11.0, updated in 5.11.1, 5.6.0, 5.8.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Radiation = 0xf7b9,
+
+ ///
+ /// Radio (radio)
+ /// Terms: am, antenna, audio, broadcast, fm, frequency, music, news, radio, receiver, signal, station, transmission, tuner, wave
+ /// Added in 5.11.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Radio = 0xf8d7,
+
+ ///
+ /// Rainbow (rainbow)
+ /// Terms: arc, colors, hope, leprechaun, nature, pot of gold, prism, rain, rainbow, sky, spectrum, sunlight, weather
+ /// Added in 5.10.1, updated in 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Rainbow = 0xf75b,
+
+ ///
+ /// Ranking Star (ranking-star)
+ /// Terms: achievement, award, best, first place, medal, podium, prize, quality, ranking, rating, star, success, top, win, winner
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RankingStar = 0xe561,
+
+ ///
+ /// Receipt (receipt)
+ /// Terms: accounting, bill, bookkeeping, check, coupon, expense, invoice, money, payment, proof, receipt, record, transaction
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Receipt = 0xf543,
+
+ ///
+ /// Record Vinyl (record-vinyl)
+ /// Terms: LP, album, analog, audio, classic, disc, groove, music, phonograph, record, retro, sound, turntable, vinyl
+ /// Added in 5.11.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RecordVinyl = 0xf8d9,
+
+ ///
+ /// Rectangle Ad (rectangle-ad)
+ /// Terms: ad, advertisement, announcement, banner, commercial, flyer, marketing, media, newspaper, poster, promotion, publicity
+ /// Added in 5.10.2, updated in 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RectangleAd = 0xf641,
+
+ ///
+ /// Rectangle List (rectangle-list)
+ /// Styles: solid, regular
+ /// Terms: checklist, completed, done, finished, items, list, notes, outline, summary, tasks, todo
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RectangleList = 0xf022,
+
+ ///
+ /// Rectangle Xmark (rectangle-xmark)
+ /// Styles: solid, regular
+ /// Terms: cancel, clear, close, delete, dismiss, exit, rectangle, reject, remove, stop, window, xmark
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RectangleXmark = 0xf410,
+
+ ///
+ /// Recycle (recycle)
+ /// Terms: compost, eco-friendly, environmental, garbage, recycle, recycle bin, recycling, recycling logo, recycling symbol, reuse, sustainability, trash, waste
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Recycle = 0xf1b8,
+
+ ///
+ /// Registered (registered)
+ /// Styles: solid, regular
+ /// Terms: copyright-related, intellectual property, legal, mark, r, registered, symbol, trademark
+ /// Added in 4.4.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Registered = 0xf25d,
+
+ ///
+ /// Repeat (repeat)
+ /// Terms: arrow, clockwise, cycle, loop, refresh, reload, repeat, replay, retry, switch
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Repeat = 0xf363,
+
+ ///
+ /// Reply (reply)
+ /// Terms: answer, chat, comment, conversation, email, feedback, mail, message, reply, respond, respond to, response
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Reply = 0xf3e5,
+
+ ///
+ /// Reply All (reply-all)
+ /// Terms: answer, conversation, email, inbox, mail, message, reply, reply all, respond, send
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ReplyAll = 0xf122,
+
+ ///
+ /// Republican (republican)
+ /// Terms: GOP, america, conservative, election, elephant, political party, politics, red party, republican, republican party, right, right side, right-wing, usa
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Republican = 0xf75e,
+
+ ///
+ /// Restroom (restroom)
+ /// Terms: bathroom, facilities, john, lavatory, loo, powder room, restroom, toilet, washroom, water closet, wc
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Restroom = 0xf7bd,
+
+ ///
+ /// Retweet (retweet)
+ /// Terms: cycle, exchange, forward, refresh, reload, renew, repeat, repost, retry, retweet, share, swap, twitter
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Retweet = 0xf079,
+
+ ///
+ /// Ribbon (ribbon)
+ /// Terms: achievement, award, awareness, badge, cause, celebration, decoration, honor, lapel, medal, pin, prize, reminder, ribbon
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Ribbon = 0xf4d6,
+
+ ///
+ /// Right From Bracket (right-from-bracket)
+ /// Terms: arrow, exit, forward, leave, log off, log out, logoff, logout, next, outbox, quit, send, sign out, sign-out
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RightFromBracket = 0xf2f5,
+
+ ///
+ /// Right Left (right-left)
+ /// Terms: arrow, arrows, bidirectional, exchange, flip, horizontal, left-right, reverse, swap, switch, transfer
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RightLeft = 0xf362,
+
+ ///
+ /// Right Long (right-long)
+ /// Terms: arrow, arrow-right, continue, direction, forward, move right, navigation, next, next step, proceed, right arrow, rightward
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RightLong = 0xf30b,
+
+ ///
+ /// Right To Bracket (right-to-bracket)
+ /// Terms: arrow, arrow right, bracket, enter, enter bracket, join, log in, login, login arrow, sign in, sign up, sign-in, sign-in arrow, signin, signup
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RightToBracket = 0xf2f6,
+
+ ///
+ /// Ring (ring)
+ /// Terms: Dungeons & Dragons, Gollum, band, binding, circle, commitment, d&d, dnd, engagement, fantasy, gold, jewelry, loop, magic, marriage, precious, promise, ring, treasure, wedding
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Ring = 0xf70b,
+
+ ///
+ /// Road (road)
+ /// Terms: avenue, boulevard, drive, highway, lane, motorway, path, pavement, road, roadway, route, street, street map, traffic, travel
+ /// Added in 1.0.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Road = 0xf018,
+
+ ///
+ /// Road Barrier (road-barrier)
+ /// Terms: barricade, barrier, block, caution, closed, construction, detour, no entry, obstacle, roadblock, traffic control
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RoadBarrier = 0xe562,
+
+ ///
+ /// Road Bridge (road-bridge)
+ /// Terms: bridge, crossing, highway, infrastructure, overpass, road, roadway, transportation, travel, viaduct
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RoadBridge = 0xe563,
+
+ ///
+ /// Road Circle Check (road-circle-check)
+ /// Terms: accessible, active, check, clear, confirm, enabled, freeway, highway, ok, okay, open, pavement, road, validate, verify, working
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RoadCircleCheck = 0xe564,
+
+ ///
+ /// Road Circle Exclamation (road-circle-exclamation)
+ /// Terms: affected, alert, caution, construction, danger, detour, exclamation, freeway, highway, incident, pavement, road, sign, traffic, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RoadCircleExclamation = 0xe565,
+
+ ///
+ /// Road Circle Xmark (road-circle-xmark)
+ /// Terms: blocked, cancel, closed, deny, forbidden, freeway, highway, no entry, pavement, remove, restrict, road, route, street, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RoadCircleXmark = 0xe566,
+
+ ///
+ /// Road Lock (road-lock)
+ /// Terms: barrier, blocked, closed, freeway, highway, lock, lockdown, padlock, pavement, privacy, quarantine, restricted, road, security
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RoadLock = 0xe567,
+
+ ///
+ /// Road Spikes (road-spikes)
+ /// Terms: barrier, law enforcement, police, road spikes, roadblock, security, spike strip, spike strip roadblock, tire spikes, traffic control, vehicle stop
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RoadSpikes = 0xe568,
+
+ ///
+ /// Robot (robot)
+ /// Terms: ai, android, android face, artificial intelligence, automate, automation, bot, computer, cyborg, futuristic, machine, robot, technology
+ /// Added in 5.0.13, updated in 5.12.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Robot = 0xf544,
+
+ ///
+ /// Rocket (rocket)
+ /// Terms: astronaut, booster, exploration, flight, launch, missile, nasa, orbit, propulsion, rocket, shuttle, space, spacecraft
+ /// Added in 3.1.0, updated in 5.0.0, 5.12.0, 5.7.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Rocket = 0xf135,
+
+ ///
+ /// Rotate (rotate)
+ /// Terms: arrow, clockwise, counterclockwise, cycle, exchange, refresh, reload, reset, retry, rotate, rotation, spin, swap, turn, update
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Rotate = 0xf2f1,
+
+ ///
+ /// Rotate Left (rotate-left)
+ /// Terms: back, cancel, counterclockwise, reset, reverse, revert, rewind, rotate, turn left, undo
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RotateLeft = 0xf2ea,
+
+ ///
+ /// Rotate Right (rotate-right)
+ /// Terms: clockwise, forward, refresh, reload, renew, repeat, retry, right, rotate, rotate-clockwise, spin, turn
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RotateRight = 0xf2f9,
+
+ ///
+ /// Route (route)
+ /// Terms: course, directions, itinerary, journey, map, navigation, path, route planning, travel, wayfinding
+ /// Added in 5.0.9, updated in 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Route = 0xf4d7,
+
+ ///
+ /// Rss (rss)
+ /// Terms: blog, broadcast, channel, feed, headlines, journal, news, podcast, rss, subscribe, updates
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Rss = 0xf09e,
+
+ ///
+ /// Ruble Sign (ruble-sign)
+ /// Terms: currency, currency symbol, money, rouble, ruble, ruble sign, ruble symbol, russian currency, russian ruble, ₽
+ /// Added in 4.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RubleSign = 0xf158,
+
+ ///
+ /// Rug (rug)
+ /// Terms: area rug, carpet, decorative rug, floor covering, mat, rug, tapestry, textile, throw, woven rug
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Rug = 0xe569,
+
+ ///
+ /// Ruler (ruler)
+ /// Terms: design, draft, drawing tool, geometry, length, measure, measurement, planning, ruler, ruler icon, ruler tool, scale, straight edge, straight ruler
+ /// Added in 5.0.13, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Ruler = 0xf545,
+
+ ///
+ /// Ruler Combined (ruler-combined)
+ /// Terms: blueprint, design, dimensions, draft, drawing, length, measure, measurement, planning, ruler, scale, size
+ /// Added in 5.0.13, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RulerCombined = 0xf546,
+
+ ///
+ /// Ruler Horizontal (ruler-horizontal)
+ /// Terms: design, dimensions, draft, horizontal ruler, layout, length, measure, measurement, planning, ruler, ruler tool, scale
+ /// Added in 5.0.13, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RulerHorizontal = 0xf547,
+
+ ///
+ /// Ruler Vertical (ruler-vertical)
+ /// Terms: design, dimension, draft, length, measure, measurement, planning, ruler, ruler tool, scale, size, vertical
+ /// Added in 5.0.13, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RulerVertical = 0xf548,
+
+ ///
+ /// Rupee Sign (rupee-sign)
+ /// Terms: INR, cash, cost, currency, finance, financial, indian currency, money, payment, price, rupee, rupee sign, rupees
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RupeeSign = 0xf156,
+
+ ///
+ /// Rupiah Sign (rupiah-sign)
+ /// Terms: IDR, Indonesian rupiah, cash, currency, currency sign, finance, money, payment, rupiah, symbol
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ RupiahSign = 0xe23d,
+
+ ///
+ /// S (s)
+ /// Terms: alphabet, character, initial, letter, letter s, lowercase s, symbol, text, typography, uppercase s
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ S = 0x53,
+
+ ///
+ /// Sack Dollar (sack-dollar)
+ /// Terms: bag, burlap, cash, currency, dollar, finance, money, money bag, moneybag, payment, salary, savings, usd, wealth
+ /// Added in 5.10.2, updated in 5.7.0, 6.0.0-beta1, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SackDollar = 0xf81d,
+
+ ///
+ /// Sack Xmark (sack-xmark)
+ /// Terms: bag, block, cancel, close, delete, deny, money bag, no entry, reject, remove, sack, sack with x, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SackXmark = 0xe56a,
+
+ ///
+ /// Sagittarius (sagittarius)
+ /// Terms: archer, astrology, centaur, constellation, december, fire sign, horoscope, november, sagittarius, sign, stars, zodiac
+ /// Added in 7.2.0.
+ ///
+ Sagittarius = 0xe84d,
+
+ ///
+ /// Sailboat (sailboat)
+ /// Terms: boat, dinghy, marine, mast, nautical, regatta, sail, sailboat, sailing, vessel, watercraft, yacht
+ /// Added in 6.0.0-beta2, updated in 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Sailboat = 0xe445,
+
+ ///
+ /// Satellite (satellite)
+ /// Terms: GPS, broadcast, communications, orbit, satellite, satellite antenna, satellite dish, satellite network, signal, space, telemetry, transmission
+ /// Added in 5.10.1, updated in 5.12.0, 5.6.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Satellite = 0xf7bf,
+
+ ///
+ /// Satellite Dish (satellite-dish)
+ /// Terms: SETI, antenna, broadcast, communications, dish, radar, receiver, satellite, satellite antenna, satellite dish, saucer, signal, space, telecom, transmission, wireless
+ /// Added in 5.12.0, updated in 5.6.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SatelliteDish = 0xf7c0,
+
+ ///
+ /// Scale Balanced (scale-balanced)
+ /// Terms: Libra, balance, courtroom, equality, equilibrium, fairness, judge, justice, law, legal, measurement, scales, weight, zodiac
+ /// Added in 4.4.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ScaleBalanced = 0xf24e,
+
+ ///
+ /// Scale Unbalanced (scale-unbalanced)
+ /// Terms: balance, fairness, imbalance, inequality, judgment, justice, law, legal, measure, scale, unbalanced, uneven, weight
+ /// Added in 5.0.13, updated in 5.12.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ScaleUnbalanced = 0xf515,
+
+ ///
+ /// Scale Unbalanced Flip (scale-unbalanced-flip)
+ /// Terms: balance, court, fairness, inequality, judge, justice, law, legal, measurement, scale, unbalanced, uneven, weight
+ /// Added in 5.0.13, updated in 5.12.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ScaleUnbalancedFlip = 0xf516,
+
+ ///
+ /// School (school)
+ /// Terms: academic, campus, classroom, college, education, institution, learning, lecture, school, school building, schoolhouse, student, study, teacher, university
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ School = 0xf549,
+
+ ///
+ /// School Circle Check (school-circle-check)
+ /// Terms: approved, check, checkmark, confirm, education, enable, ok, okay, school, schoolhouse, success, validated, verified, working
+ /// Added in 6.1.0, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SchoolCircleCheck = 0xe56b,
+
+ ///
+ /// School Circle Exclamation (school-circle-exclamation)
+ /// Terms: alert, attention, caution, error, exclamation, issue, problem, school, schoolhouse, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SchoolCircleExclamation = 0xe56c,
+
+ ///
+ /// School Circle Xmark (school-circle-xmark)
+ /// Terms: cancel, close, delete, dismiss, education, error, reject, remove, school, schoolhouse, xmark
+ /// Added in 6.1.0, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SchoolCircleXmark = 0xe56d,
+
+ ///
+ /// School Flag (school-flag)
+ /// Terms: academic, campus, classroom, education, flag, learning, school, schoolhouse, student, teaching
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SchoolFlag = 0xe56e,
+
+ ///
+ /// School Lock (school-lock)
+ /// Terms: closed, lock, lockdown, locked, padlock, privacy, quarantine, restricted, safety, school, schoolhouse, security
+ /// Added in 6.1.0, updated in 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SchoolLock = 0xe56f,
+
+ ///
+ /// Scissors (scissors)
+ /// Terms: clip, craft, cut, cutting, modify, office, safety scissors, school, scissors, scissors tool, shear, snip, tool, trim
+ /// Added in 2.0.0, updated in 5.0.0, 5.1.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Scissors = 0xf0c4,
+
+ ///
+ /// Scorpio (scorpio)
+ /// Terms: astrology, constellation, horoscope, november, october, scorpio, scorpion, sign, stars, water sign, zodiac
+ /// Added in 7.2.0.
+ ///
+ Scorpio = 0xe84e,
+
+ ///
+ /// Screwdriver (screwdriver)
+ /// Terms: DIY, adjust, configuration, construction, equipment, fix, hardware, loosen, maintenance, mechanic, repair, screwdriver, settings, tighten, tool, toolset
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Screwdriver = 0xf54a,
+
+ ///
+ /// Screwdriver Wrench (screwdriver-wrench)
+ /// Terms: adjust, admin, build, configuration, equipment, fix, fix-it, handyman, hardware, maintenance, repair, screwdriver, service, settings, tools, wrench
+ /// Added in 5.10.2, updated in 5.6.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ ScrewdriverWrench = 0xf7d9,
+
+ ///
+ /// Scroll (scroll)
+ /// Terms: Dungeons & Dragons, announcement, d&d, dnd, document, fantasy, letter, manuscript, message, paper, parchment, scholar, script, scroll
+ /// Added in 5.10.2, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Scroll = 0xf70e,
+
+ ///
+ /// Scroll Torah (scroll-torah)
+ /// Terms: hebrew, holy book, jewish, judaism, law, old testament, parchment, religion, scripture, scroll, synagogue, text, torah
+ /// Added in 5.10.2, updated in 5.3.0, 5.7.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ScrollTorah = 0xf6a0,
+
+ ///
+ /// Sd Card (sd-card)
+ /// Terms: backup, data, flash card, image, img, memory card, micro sd, photo, portable storage, save, sd card, storage
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SdCard = 0xf7c2,
+
+ ///
+ /// Section (section)
+ /// Terms: citation, document, law, legal, paragraph, reference, section sign, silcrow, symbol, text, writing
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Section = 0xe447,
+
+ ///
+ /// Seedling (seedling)
+ /// Terms: agriculture, eco, environment, farming, garden, green, growth, nature, plant, sapling, seedling, sprout, vegan, young
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Seedling = 0xf4d8,
+
+ ///
+ /// Septagon (septagon)
+ /// Terms: 7, figure, geometric, heptagon, polygon, septagonal, seven, shape, sided
+ /// Added in 7.0.0.
+ ///
+ Septagon = 0xe820,
+
+ ///
+ /// Server (server)
+ /// Terms: backend, cloud, computer, cpu, data center, database, hardware, hosting, mysql, network, rack, server, sql, storage, web server
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Server = 0xf233,
+
+ ///
+ /// Shapes (shapes)
+ /// Terms: blocks, build, circle, figures, forms, geometric, polygons, shapes, square, triangle
+ /// Added in 5.12.0, updated in 5.2.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Shapes = 0xf61f,
+
+ ///
+ /// Share (share)
+ /// Terms: broadcast, communicate, distribute, export, forward, link, post, send, share, social, upload
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Share = 0xf064,
+
+ ///
+ /// Share From Square (share-from-square)
+ /// Styles: solid, regular
+ /// Terms: arrow, distribute, export, forward, link, send, send-to, share, social, upload
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShareFromSquare = 0xf14d,
+
+ ///
+ /// Share Nodes (share-nodes)
+ /// Terms: broadcast, communication, connect, distribute, forward, link, network, nodes, send, share, social
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ShareNodes = 0xf1e0,
+
+ ///
+ /// Sheet Plastic (sheet-plastic)
+ /// Terms: barrier, clear cover, film, plastic, plastic wrap, protective cover, sheet, shield, tarp, tarpaulin, waterproof, wrap
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SheetPlastic = 0xe571,
+
+ ///
+ /// Shekel Sign (shekel-sign)
+ /// Terms: currency, finance, ils, israeli currency, israeli shekel, money, new shekel, nis, shekel, sheqel, symbol
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShekelSign = 0xf20b,
+
+ ///
+ /// Shield (shield)
+ /// Terms: achievement, armor, award, block, cleric, defend, defense, holy, paladin, protect, safety, security, shield, weapon, winner
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Shield = 0xf132,
+
+ ///
+ /// Shield Cat (shield-cat)
+ /// Terms: animal, cat, defense, feline, guard, pet, protection, safety, shield, veterinary
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShieldCat = 0xe572,
+
+ ///
+ /// Shield Dog (shield-dog)
+ /// Terms: animal, canine, dog, guard, pet, protection, safety, security, shield, veterinary
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShieldDog = 0xe573,
+
+ ///
+ /// Shield Halved (shield-halved)
+ /// Terms: achievement, armor, award, barrier, block, cleric, defense, guard, holy, paladin, privacy, protect, security, shield, weapon, winner
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ShieldHalved = 0xf3ed,
+
+ ///
+ /// Shield Heart (shield-heart)
+ /// Terms: favorite, heart, love, protect, protection, safe, safety, secure, shield, wishlist
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShieldHeart = 0xe574,
+
+ ///
+ /// Shield Virus (shield-virus)
+ /// Terms: antibodies, barrier, coronavirus, covid-19, disease, flu, health, infection, pandemic, protect, protection, safety, shield, vaccine, virus
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShieldVirus = 0xe06c,
+
+ ///
+ /// Ship (ship)
+ /// Terms: boat, cargo, cruise, ferry, maritime, nautical, ocean, passenger, sailing, sea, ship, transport, vessel, water
+ /// Added in 4.3.0, updated in 5.0.0, 5.10.2, 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Ship = 0xf21a,
+
+ ///
+ /// Shirt (shirt)
+ /// Terms: apparel, casual wear, clothing, garment, outfit, shirt, short sleeve, t-shirt, top, tshirt
+ /// Added in 5.0.13, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Shirt = 0xf553,
+
+ ///
+ /// Shoe Prints (shoe-prints)
+ /// Terms: footpath, footprints, footsteps, shoeprints, steps, tracks, trail, trail marks, walking
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShoePrints = 0xf54b,
+
+ ///
+ /// Shop (shop)
+ /// Terms: bodega, boutique, building, buy, commerce, mall, market, outlet, purchase, retail, shop, shopping, store
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Shop = 0xf54f,
+
+ ///
+ /// Shop Lock (shop-lock)
+ /// Terms: buy, closed, lock, lockdown, market, padlock, privacy, purchase, retail, secure, security, shop, shopping, store, storefront
+ /// Added in 6.0.0, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShopLock = 0xe4a5,
+
+ ///
+ /// Shop Slash (shop-slash)
+ /// Terms: blocked, buy, closed, disabled, forbidden, no shopping, purchase, retail, shop, shopping, slash, store, storefront, unavailable
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShopSlash = 0xe070,
+
+ ///
+ /// Shower (shower)
+ /// Terms: bath, bathroom, clean, faucet, hygiene, rinse, shower, spray, water, wet
+ /// Added in 4.7.0, updated in 5.0.0, 5.12.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Shower = 0xf2cc,
+
+ ///
+ /// Shrimp (shrimp)
+ /// Terms: allergy, crustacean, edible, fishing, marine, ocean, prawn, seafood, seafood allergy, shellfish, shellfish allergy, shrimp, tail
+ /// Added in 6.0.0-beta2, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Shrimp = 0xe448,
+
+ ///
+ /// Shuffle (shuffle)
+ /// Terms: arrows, crossed, mix, music, playlist, random, randomize, reorder, shuffle, shuffle tracks, swap, switch, tracks, transfer
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Shuffle = 0xf074,
+
+ ///
+ /// Shuttle Space (shuttle-space)
+ /// Terms: NASA, aerospace, astronaut, launch, orbit, rocket, shuttlecraft, space, space shuttle, space travel, spacecraft, transportation
+ /// Added in 4.1.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ShuttleSpace = 0xf197,
+
+ ///
+ /// Sign Hanging (sign-hanging)
+ /// Terms: announcement, directions, display, hanging sign, notice, placard, real estate, shop sign, signage, signpost, storefront, wayfinding
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SignHanging = 0xf4d9,
+
+ ///
+ /// Signal (signal)
+ /// Terms: antenna, cell, cellular, connectivity, coverage, mobile, network, online, phone, reception, signal, signal bars, status, strength, wireless
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.1, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Signal = 0xf012,
+
+ ///
+ /// Signature (signature)
+ /// Terms: John Hancock, approval, autograph, cursive, document, endorsement, handwriting, name, sign, signature, signature line, signing, written name
+ /// Added in 5.1.0, updated in 5.6.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Signature = 0xf5b7,
+
+ ///
+ /// Signs Post (signs-post)
+ /// Terms: directions, directory, guide, map, marker, navigation, pointer, route, sign, signage, signpost, street sign, trail, wayfinding
+ /// Added in 4.4.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SignsPost = 0xf277,
+
+ ///
+ /// Sim Card (sim-card)
+ /// Terms: card, cellular, chip, data, hardware, mobile, network, phone, portable, sim, sim card, simcard, technology, tiny
+ /// Added in 5.10.2, updated in 5.6.0, 5.8.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SimCard = 0xf7c4,
+
+ ///
+ /// Single Quote Left (single-quote-left)
+ /// Terms: apostrophe-like, citation, dialogue, left single quotation mark, opening quote, punctuation, quotation, quote, speech, text
+ /// Added in 7.0.0.
+ ///
+ SingleQuoteLeft = 0xe81b,
+
+ ///
+ /// Single Quote Right (single-quote-right)
+ /// Terms: apostrophe, citation, dialogue, note, phrase, punctuation, quotation, quote, right single quotation mark, single quote, speech, text
+ /// Added in 7.0.0.
+ ///
+ SingleQuoteRight = 0xe81c,
+
+ ///
+ /// Sink (sink)
+ /// Terms: basin, bathroom, faucet, handwashing, hygiene, kitchen, plumbing, tap, wash, water
+ /// Added in 5.13.0, updated in 5.13.1, 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Sink = 0xe06d,
+
+ ///
+ /// Sitemap (sitemap)
+ /// Terms: directory, flowchart, hierarchy, information architecture, map, navigation, organization, outline, site map, sitemap, structure, web structure
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Sitemap = 0xf0e8,
+
+ ///
+ /// Skull (skull)
+ /// Terms: bones, danger, death, face, halloween, horror, monster, poison, skeleton, skull, spooky, x-ray, yorick
+ /// Added in 5.0.13, updated in 5.10.2, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Skull = 0xf54c,
+
+ ///
+ /// Skull Crossbones (skull-crossbones)
+ /// Terms: alert, bones, crossbones, danger, danger symbol, deadly, death, halloween, hazard, jolly-roger, pirate, poison, skull, skull and crossbones, skull icon, toxic, warning, warning sign
+ /// Added in 5.10.2, updated in 5.4.0, 6.0.0-beta1, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ SkullCrossbones = 0xf714,
+
+ ///
+ /// Slash (slash)
+ /// Terms: block, cancel, close, cross, disable, forbidden, mute, negate, no, off, prohibit, remove, stop, x
+ /// Added in 5.4.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Slash = 0xf715,
+
+ ///
+ /// Sleigh (sleigh)
+ /// Terms: christmas, claus, festive, flying sleigh, gift, holiday, north pole, present, reindeer, santa, sled, snow, winter, xmas, yuletide
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Sleigh = 0xf7cc,
+
+ ///
+ /// Sliders (sliders)
+ /// Terms: adjust, configuration, controls, customize, dashboard, equalizer, filter, interface, mixer, modify, options, panel, preferences, settings, sliders, tuning, volume
+ /// Added in 4.1.0, updated in 5.0.0, 5.0.11, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Sliders = 0xf1de,
+
+ ///
+ /// Smog (smog)
+ /// Terms: air quality, dirty air, environmental, exhaust, fog, haze, pollution, smog, smoggy, smoke, smokescreen, weather
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Smog = 0xf75f,
+
+ ///
+ /// Smoking (smoking)
+ /// Terms: addiction, cigarette, cigarette smoke, health risk, lung cancer, nicotine, no smoking, smoke, smoker, smoking, smoking area, smoking ban, tobacco
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Smoking = 0xf48d,
+
+ ///
+ /// Snowflake (snowflake)
+ /// Styles: solid, regular
+ /// Terms: blizzard, cold, freeze, frost, ice, precipitation, snow, snowfall, snowflake, winter
+ /// Added in 4.7.0, updated in 5.0.0, 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Snowflake = 0xf2dc,
+
+ ///
+ /// Snowman (snowman)
+ /// Terms: cold, decoration, frost, frosty, holiday, snow, snow figure, snow sculpture, snowman, snowman face, snowman icon, snowman without snow, winter, winter fun
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Snowman = 0xf7d0,
+
+ ///
+ /// Snowplow (snowplow)
+ /// Terms: clean up, cold, plow, road clearing, snow, snow clearing, snow removal, snowplow, storm, vehicle, winter
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Snowplow = 0xf7d2,
+
+ ///
+ /// Soap (soap)
+ /// Terms: bar, bathing, bubbles, clean, cleaning, disinfect, foam, germ, hygiene, hygiene product, lather, sanitizer, soap, suds, wash
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Soap = 0xe06e,
+
+ ///
+ /// Socks (socks)
+ /// Terms: ankle socks, clothing, cotton socks, cozy, crew socks, feet, flight of the conchords, footwear, hosiery, socks, socks and shoes, stockings, warm, wednesday, wool socks
+ /// Added in 5.10.2, updated in 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Socks = 0xf696,
+
+ ///
+ /// Solar Panel (solar-panel)
+ /// Terms: clean, eco-friendly, electricity, energy, environment, green, panel, photovoltaic, power, renewable, solar, sun, sustainable
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SolarPanel = 0xf5ba,
+
+ ///
+ /// Sort (sort)
+ /// Terms: arrange, filter, order, organize, prioritize, ranking, sequence, sort, sort ascending, sort descending
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Sort = 0xf0dc,
+
+ ///
+ /// Sort Down (sort-down)
+ /// Terms: arrow, arrow down, decrease, descending, down, down arrow, filter, order, sort, sort down, sort-desc
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SortDown = 0xf0dd,
+
+ ///
+ /// Sort Up (sort-up)
+ /// Terms: arrow, arrow-up, ascending, filter, growth, increase, order, rise, sort, sort-asc, up, upgrade, upward
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SortUp = 0xf0de,
+
+ ///
+ /// Spa (spa)
+ /// Terms: aromatherapy, calm, flora, health, massage, mindfulness, plant, rejuvenation, relaxation, self-care, spa, therapy, wellness
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Spa = 0xf5bb,
+
+ ///
+ /// Spaghetti Monster Flying (spaghetti-monster-flying)
+ /// Terms: agnosticism, atheism, flying spaghetti monster, fsm, noodly appendage, parody religion, pasta, pastafarian, satire, skeptic
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SpaghettiMonsterFlying = 0xf67b,
+
+ ///
+ /// Spell Check (spell-check)
+ /// Terms: check, correction, dictionary, editing, editor, grammar, language, proofreading, spell check, spellcheck, text, validate, writing
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SpellCheck = 0xf891,
+
+ ///
+ /// Spider (spider)
+ /// Terms: arachnid, bug, charlotte, crawl, creepy, eight legs, halloween, insect-like, pest, spider, web
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Spider = 0xf717,
+
+ ///
+ /// Spinner (spinner)
+ /// Terms: buffering, busy, circle, hourglass, loading, pending, processing, progress, spinner, wait, working
+ /// Added in 3.0.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Spinner = 0xf110,
+
+ ///
+ /// Spiral (spiral)
+ /// Terms: circular, coil, curl, dizzy, helix, loop, rotate, spin, spiral, spiral staircase, swirl, twist, vortex
+ /// Added in 7.0.0.
+ ///
+ Spiral = 0xe80a,
+
+ ///
+ /// Splotch (splotch)
+ /// Terms: blob, blotch, drop, ink, mark, paint, smudge, spill, splash, stain
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Splotch = 0xf5bc,
+
+ ///
+ /// Spoon (spoon)
+ /// Terms: cutlery, dining, eating, food, kitchen, scoop, silverware, spoon, tableware, utensil
+ /// Added in 5.0.0, updated in 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Spoon = 0xf2e5,
+
+ ///
+ /// Spray Can (spray-can)
+ /// Terms: aerosol, art, can, coloring, graffiti, paint, spray, spray bottle, spray paint, stencil, street art, tag
+ /// Added in 5.1.0, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SprayCan = 0xf5bd,
+
+ ///
+ /// Spray Can Sparkles (spray-can-sparkles)
+ /// Terms: aerosol, air freshener, clean, deodorize, fragrance, fresh, mist, perfume, pine, scent, shine, sparkle, spray, spray can
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SprayCanSparkles = 0xf5d0,
+
+ ///
+ /// Square (square)
+ /// Styles: solid, regular
+ /// Terms: black square, block, box, geometric, quadrilateral, rectangle, shape, solid square, square, square shape, white square
+ /// Added in 2.0.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Square = 0xf0c8,
+
+ ///
+ /// Square Arrow Up Right (square-arrow-up-right)
+ /// Terms: arrow, diagonal, direction, export, external, link, navigate, new, open, out, send, share, up-right
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareArrowUpRight = 0xf14c,
+
+ ///
+ /// Square Binary (square-binary)
+ /// Terms: ai, algorithm, binary, code, computing, data, digital, language, llm, model, programming, token
+ /// Added in 6.7.0, updated in 7.0.0.
+ ///
+ SquareBinary = 0xe69b,
+
+ ///
+ /// Square Caret Down (square-caret-down)
+ /// Styles: solid, regular
+ /// Terms: arrow, caret, down, dropdown, expand, indicator, menu, more, navigation, pointer, square, toggle, triangle
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareCaretDown = 0xf150,
+
+ ///
+ /// Square Caret Left (square-caret-left)
+ /// Styles: solid, regular
+ /// Terms: arrow, back, caret, direction, left, navigation, pointer, previous, square, triangle
+ /// Added in 4.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareCaretLeft = 0xf191,
+
+ ///
+ /// Square Caret Right (square-caret-right)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrowhead, caret, forward, navigation, next, play, pointer, right, skip, square, triangle
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareCaretRight = 0xf152,
+
+ ///
+ /// Square Caret Up (square-caret-up)
+ /// Styles: solid, regular
+ /// Terms: arrow, arrow-up, arrowhead, caret, caret-square-o-up, collapse, expand, increase, pointer, square, triangle, up, up arrow, up caret, upload
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareCaretUp = 0xf151,
+
+ ///
+ /// Square Check (square-check)
+ /// Styles: solid, regular
+ /// Terms: accept, agree, box, button, check, check mark, checkbox, checkmark, confirm, correct, done, enable, mark, ok, select, success, tick, validate, yes
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ SquareCheck = 0xf14a,
+
+ ///
+ /// Square Envelope (square-envelope)
+ /// Terms: communication, contact, correspondence, e-mail, email, envelope, inbox, letter, mail, message, message alert, notification, support
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareEnvelope = 0xf199,
+
+ ///
+ /// Square Full (square-full)
+ /// Styles: solid, regular
+ /// Terms: block, color block, colored square, filled square, geometric shape, shape, solid square, square
+ /// Added in 5.0.5, updated in 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareFull = 0xf45c,
+
+ ///
+ /// Square H (square-h)
+ /// Terms: aid, clinic, directions, emergency, health, healthcare, hospital, letter h, map, medical, sign, wayfinding
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareH = 0xf0fd,
+
+ ///
+ /// Square Minus (square-minus)
+ /// Styles: solid, regular
+ /// Terms: close, collapse, hide, hide-content, minimize, minus, negative, reduce, remove, shrink, square, subtract
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareMinus = 0xf146,
+
+ ///
+ /// Square Nfi (square-nfi)
+ /// Terms: aid, essentials, goods, humanitarian, materials, non-food item, provisions, relief, supplies, support items
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareNfi = 0xe576,
+
+ ///
+ /// Square Parking (square-parking)
+ /// Terms: automobile, car, garage, lot, meter, park, parking, parking-lot, parking-space, space, square, vehicle
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 6.7.1 and 7.0.0.
+ ///
+ SquareParking = 0xf540,
+
+ ///
+ /// Square Pen (square-pen)
+ /// Terms: annotate, compose, document, draft, edit, form, modify, note, pen, pencil, signature, update, write
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquarePen = 0xf14b,
+
+ ///
+ /// Square Person Confined (square-person-confined)
+ /// Terms: captivity, confined, detained, enclosed, isolated, locked-in, prisoner, restricted, trapped
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquarePersonConfined = 0xe577,
+
+ ///
+ /// Square Phone (square-phone)
+ /// Terms: call, communication, contact, device, handset, mobile, phone, support, telephone, voice
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquarePhone = 0xf098,
+
+ ///
+ /// Square Phone Flip (square-phone-flip)
+ /// Terms: call, cell, communication, device, flip phone, handset, mobile, phone, support, telephone, voice
+ /// Added in 5.10.1, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquarePhoneFlip = 0xf87b,
+
+ ///
+ /// Square Plus (square-plus)
+ /// Styles: solid, regular
+ /// Terms: add, box, create, expand, increase, more, new, plus, positive, shape, square
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquarePlus = 0xf0fe,
+
+ ///
+ /// Square Poll Horizontal (square-poll-horizontal)
+ /// Terms: chart, comparison, data, feedback, graph, horizontal bars, options, poll, questionnaire, rating, results, statistics, survey, vote, voting
+ /// Added in 5.10.1, updated in 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquarePollHorizontal = 0xf682,
+
+ ///
+ /// Square Poll Vertical (square-poll-vertical)
+ /// Terms: analysis, bar chart, chart, comparison, data, feedback, graph, metrics, poll, results, statistics, survey, vertical bars, vote, voting
+ /// Added in 5.10.1, updated in 5.3.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquarePollVertical = 0xf681,
+
+ ///
+ /// Square Root Variable (square-root-variable)
+ /// Terms: algebra, arithmetic, calculation, equation, formula, math, mathematics, radical, root symbol, square root, variable
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareRootVariable = 0xf698,
+
+ ///
+ /// Square Rss (square-rss)
+ /// Terms: atom, blog, broadcast, channel, feed, journal, news, podcast, rss, subscription, syndication, updates, writing, xml
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareRss = 0xf143,
+
+ ///
+ /// Square Share Nodes (square-share-nodes)
+ /// Terms: connect, distribute, export, forward, link, network, send, share, social, upload
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareShareNodes = 0xf1e1,
+
+ ///
+ /// Square Up Right (square-up-right)
+ /// Terms: arrow, diagonal, direction, exit, external-link, external-link-square, forward, launch, link, navigate, northeast, open, share, shortcut, up-right arrow
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareUpRight = 0xf360,
+
+ ///
+ /// Square Virus (square-virus)
+ /// Terms: contagion, coronavirus, covid-19, disease, germ, illness, infection, outbreak, pandemic, pathogen, virus
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareVirus = 0xe578,
+
+ ///
+ /// Square Xmark (square-xmark)
+ /// Terms: cancel, close, cross, cross mark, dismiss, error, exit, incorrect, mark, problem, remove, square, stop, wrong, x
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SquareXmark = 0xf2d3,
+
+ ///
+ /// Staff Snake (staff-snake)
+ /// Terms: asclepius, asklepian, caduceus, healing, health, healthcare, medical, medicine, pharmacy, serpent, snake, wellness
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ StaffSnake = 0xe579,
+
+ ///
+ /// Stairs (stairs)
+ /// Terms: ascent, climb, exit, staircase, stairs, stairway, steps, up
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Stairs = 0xe289,
+
+ ///
+ /// Stamp (stamp)
+ /// Terms: approval, certification, endorsement, imprint, mark, official, rubber stamp, seal, stamp, validation
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Stamp = 0xf5bf,
+
+ ///
+ /// Stapler (stapler)
+ /// Terms: binder, clip, desktop, document, fastening, office, paper, staple, stapler, stationery
+ /// Added in 6.1.2, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Stapler = 0xe5af,
+
+ ///
+ /// Star (star)
+ /// Styles: solid, regular
+ /// Terms: achievement, award, bookmark, favorite, favorite item, highlight, important, night, premium, quality, rating, score, star, top, vip
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Star = 0xf005,
+
+ ///
+ /// Star And Crescent (star-and-crescent)
+ /// Terms: Islam, Islamic symbol, Muslim, Muslim faith, crescent and star, crescent moon, faith, religion, star and crescent
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ StarAndCrescent = 0xf699,
+
+ ///
+ /// Star Half (star-half)
+ /// Styles: solid, regular
+ /// Terms: achievement, award, feedback, half star, half-filled star, partial rating, rating, review, score, star half, star outline
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ StarHalf = 0xf089,
+
+ ///
+ /// Star Half Stroke (star-half-stroke)
+ /// Styles: solid, regular
+ /// Terms: achievement, award, favorite, feedback, half star, partial rating, rating, review, score, star half, star half empty, star half full
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ StarHalfStroke = 0xf5c0,
+
+ ///
+ /// Star Of David (star-of-david)
+ /// Terms: David, Israel, Jewish, Jewish star, Judaism, faith, heritage, hexagram, religion, star of David, symbol
+ /// Added in 5.11.0, updated in 5.11.1, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ StarOfDavid = 0xf69a,
+
+ ///
+ /// Star Of Life (star-of-life)
+ /// Terms: ambulance, emergency, emergency medical services, emt, first aid, health, healthcare, lifesaver, medical, paramedic, rescue, star of life
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ StarOfLife = 0xf621,
+
+ ///
+ /// Sterling Sign (sterling-sign)
+ /// Terms: GBP, british pound, currency, currency symbol, finance, money, pound, sterling
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SterlingSign = 0xf154,
+
+ ///
+ /// Stethoscope (stethoscope)
+ /// Terms: auscultation, clinic, diagnosis, doctor, examination, health, healthcare, heart, hospital, medical, medical equipment, medicine, nurse, physician, stethoscope
+ /// Added in 3.0.0, updated in 5.0.0, 5.0.7, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Stethoscope = 0xf0f1,
+
+ ///
+ /// Stop (stop)
+ /// Terms: block, cancel, end, forbidden, halt, no entry, pause, prohibition, red square, square, stop, stop button, stop sign, warning
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Stop = 0xf04d,
+
+ ///
+ /// Stopwatch (stopwatch)
+ /// Terms: chronometer, clock, countdown, stopwatch, stopwatch clock, stopwatch device, stopwatch icon, stopwatch measurement, stopwatch symbol, stopwatch timer, stopwatch tracking, stopwatch watch, time, timer, timing
+ /// Added in 5.0.0, updated in 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Stopwatch = 0xf2f2,
+
+ ///
+ /// Stopwatch 20 (stopwatch-20)
+ /// Terms: chronometer, clock, countdown, reminder, seconds, stopwatch, stopwatch clock, stopwatch countdown, stopwatch reminder, stopwatch timer, time, timer, timing
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Stopwatch20 = 0xe06f,
+
+ ///
+ /// Store (store)
+ /// Terms: bodega, boutique, building, business, buy, commerce, mall, market, outlet, purchase, retail, shop, shopping, store, storefront
+ /// Added in 5.0.13, updated in 5.11.0, 5.11.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Store = 0xf54e,
+
+ ///
+ /// Store Slash (store-slash)
+ /// Terms: blocked, building, buy, cancel, closed, disabled, forbidden, no entry, purchase, shop, shopping, slash, stop, store, unavailable
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ StoreSlash = 0xe071,
+
+ ///
+ /// Street View (street-view)
+ /// Terms: directions, explore, gps, location, map, navigation, panorama, route, street, street-level, travel, view
+ /// Added in 4.3.0, updated in 5.0.0, 5.2.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ StreetView = 0xf21d,
+
+ ///
+ /// Strikethrough (strikethrough)
+ /// Terms: cancel, cross out, delete, edit, font, format, line-through, modify, remove, strike, strikethrough, text, type
+ /// Added in 2.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Strikethrough = 0xf0cc,
+
+ ///
+ /// Stroopwafel (stroopwafel)
+ /// Terms: Dutch, biscuit, caramel, cookie, dessert, snack, stroopwafel, sweets, syrup, treat, waffle
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Stroopwafel = 0xf551,
+
+ ///
+ /// Subscript (subscript)
+ /// Terms: character, edit, font, formatting, script, style, subscript, text, type, typography
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Subscript = 0xf12c,
+
+ ///
+ /// Suitcase (suitcase)
+ /// Terms: bag, baggage, briefcase, carry-on, holiday, journey, luggage, moving, packing, suitcase, suitcase icon, travel, travel bag, trip, vacation
+ /// Added in 3.0.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Suitcase = 0xf0f2,
+
+ ///
+ /// Suitcase Medical (suitcase-medical)
+ /// Terms: aid, case, emergency, first aid, firstaid, health, help, kit, medical, medical bag, medical kit, supplies, support
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SuitcaseMedical = 0xf0fa,
+
+ ///
+ /// Suitcase Rolling (suitcase-rolling)
+ /// Terms: baggage, carry-on, journey, luggage, packing, rolling suitcase, suitcase, suitcase with wheels, travel, travel bag, trip, trolley bag, vacation, wheeled luggage
+ /// Added in 5.1.0, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SuitcaseRolling = 0xf5c1,
+
+ ///
+ /// Sun (sun)
+ /// Styles: solid, regular
+ /// Terms: bright, daylight, daytime, rays, sol, solar, star, sun, sunlight, sunny, sunshine, warmth, weather
+ /// Added in 3.2.0, updated in 5.0.0, 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Sun = 0xf185,
+
+ ///
+ /// Sun Plant Wilt (sun-plant-wilt)
+ /// Terms: arid, droop, drought, dry, heat damage, plant stress, sun damage, thirsty, wilt, wither
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ SunPlantWilt = 0xe57a,
+
+ ///
+ /// Superscript (superscript)
+ /// Terms: edit, exponent, font, format, math, power, raised, script, superscript, text, typing
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Superscript = 0xf12b,
+
+ ///
+ /// Swatchbook (swatchbook)
+ /// Terms: Pantone, color, color chart, color picker, colors, design, hue, paint, palette, sample, shades, swatch, tint, tone
+ /// Added in 5.1.0, updated in 5.11.0, 5.11.1, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Swatchbook = 0xf5c3,
+
+ ///
+ /// Synagogue (synagogue)
+ /// Terms: Jewish, Judaism, Star of David, community center, faith, house of worship, religion, synagogue, synagogue building, temple
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Synagogue = 0xf69b,
+
+ ///
+ /// Syringe (syringe)
+ /// Terms: covid-19, doctor, flu shot, immunization, immunizations, injection, inoculation, medical, medicine, needle, shot, syringe, vaccinate, vaccination, vaccine
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Syringe = 0xf48e,
+
+ ///
+ /// T (t)
+ /// Terms: alphabet, capital t, character, letter t, lowercase t, symbol, text
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ T = 0x54,
+
+ ///
+ /// Table (table)
+ /// Terms: chart, columns, data, database, excel, grid, report, rows, sheet, spreadsheet, table
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Table = 0xf0ce,
+
+ ///
+ /// Table Cells (table-cells)
+ /// Terms: blocks, boxes, cells, chart, columns, data, excel, grid, layout, matrix, organize, rows, spreadsheet, squares, table
+ /// Added in 1.0.0, updated in 5.0.0, 5.7.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TableCells = 0xf00a,
+
+ ///
+ /// Table Cells Column Lock (table-cells-column-lock)
+ /// Terms: block, cells, column, data, excel, grid, lock, locked-column, protected, restricted, secure, sheet, spreadsheet, table
+ /// Added in 6.5.2, updated in 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TableCellsColumnLock = 0xe678,
+
+ ///
+ /// Table Cells Large (table-cells-large)
+ /// Terms: blocks, boxes, category, cells, columns, data, excel, grid, layout, matrix, rows, spreadsheet, squares, table
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TableCellsLarge = 0xf009,
+
+ ///
+ /// Table Cells Row Lock (table-cells-row-lock)
+ /// Terms: block, boxes, cells, column, data, excel, grid, lock, locked, protected, row, secure, spreadsheet, table
+ /// Added in 6.5.2, updated in 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TableCellsRowLock = 0xe67a,
+
+ ///
+ /// Table Cells Row Unlock (table-cells-row-unlock)
+ /// Terms: access, blocks, boxes, cells, column, data, edit, grid, open, row, spreadsheet, table, unlock, unlocked
+ /// Added in 6.6.0, updated in 6.7.0 and 7.0.0.
+ ///
+ TableCellsRowUnlock = 0xe691,
+
+ ///
+ /// Table Columns (table-columns)
+ /// Terms: browser, columns, dashboard, data, grid, layout, organize, panes, sections, split, spreadsheet, table, view
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TableColumns = 0xf0db,
+
+ ///
+ /// Table List (table-list)
+ /// Terms: category, checklist, columns, completed, data, done, finished, items, list, organized, rows, summary, table, tasks, todo
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TableList = 0xf00b,
+
+ ///
+ /// Table Tennis Paddle Ball (table-tennis-paddle-ball)
+ /// Terms: ball, bat, game, paddle, ping pong, ping-pong ball, ping-pong paddle, racket, sport, table tennis
+ /// Added in 5.0.5, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TableTennisPaddleBall = 0xf45d,
+
+ ///
+ /// Tablet (tablet)
+ /// Terms: device, e-reader, gadget, kindle, mobile, portable, screen, slate, tablet, touchscreen
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tablet = 0xf3fb,
+
+ ///
+ /// Tablet Button (tablet-button)
+ /// Terms: device, digital reader, electronic, gadget, ipad, kindle, mobile, screen, slate, tablet, touchscreen
+ /// Added in 3.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TabletButton = 0xf10a,
+
+ ///
+ /// Tablet Screen Button (tablet-screen-button)
+ /// Terms: device, digital reader, gadget, ipad, kindle, mobile, screen, slate, tablet, touchscreen
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TabletScreenButton = 0xf3fa,
+
+ ///
+ /// Tablets (tablets)
+ /// Terms: capsules, drugs, health, medication, medicine, pharmaceutical, pills, prescription, remedy, tablets, treatment
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tablets = 0xf490,
+
+ ///
+ /// Tachograph Digital (tachograph-digital)
+ /// Terms: dashboard, data, digital, distance, driving, gauge, instrument, meter, speed, speedometer, tachograph, vehicle
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TachographDigital = 0xf566,
+
+ ///
+ /// Tag (tag)
+ /// Terms: badge, coupon, discount, label, marker, price, price tag, sale, shopping, sticker, tag, tag price, ticket
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Tag = 0xf02b,
+
+ ///
+ /// Tags (tags)
+ /// Terms: clearance, coupon, deal, discount, label, markdown, offer, price, price tag, sale, shopping, tag, tag price
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tags = 0xf02c,
+
+ ///
+ /// Tape (tape)
+ /// Terms: adhesive, duct tape, masking tape, packaging, roll, sealing, sticky, sticky tape, tape, tape dispenser, tape measure, tape roll
+ /// Added in 5.0.9, updated in 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tape = 0xf4db,
+
+ ///
+ /// Tarp (tarp)
+ /// Terms: canopy, cover, groundsheet, outdoor, protection, rain cover, shelter, tarp, tarp tent, waterproof
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tarp = 0xe57b,
+
+ ///
+ /// Tarp Droplet (tarp-droplet)
+ /// Terms: cover, droplet, moisture, outdoor, protection, rain, shelter, tarp, water, waterproof
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TarpDroplet = 0xe57c,
+
+ ///
+ /// Taurus (taurus)
+ /// Terms: april, astrology, bull, constellation, earth sign, horoscope, may, sign, stars, taurus, zodiac
+ /// Added in 7.2.0.
+ ///
+ Taurus = 0xe84f,
+
+ ///
+ /// Taxi (taxi)
+ /// Terms: cab, cabbie, car, car service, dropoff, fare, pickup, ride, rideshare, taxi, taxi cab, taxi driver, transportation, travel, vehicle, yellow cab
+ /// Added in 4.1.0, updated in 5.0.0, 5.1.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Taxi = 0xf1ba,
+
+ ///
+ /// Teeth (teeth)
+ /// Terms: bite, braces, chewing, dental, dentist, enamel, gums, hygiene, incisor, molar, mouth, oral, plaque, smile, tooth
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Teeth = 0xf62e,
+
+ ///
+ /// Teeth Open (teeth-open)
+ /// Terms: bite, canines, chewing, dental, dentist, gums, jaw, molars, mouth, oral, smile, teeth, tooth
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TeethOpen = 0xf62f,
+
+ ///
+ /// Temperature Arrow Down (temperature-arrow-down)
+ /// Terms: air conditioner, arrow down, chill, cold, cooling, decrease, drop, temperature, thermometer, winter
+ /// Added in 5.12.0, updated in 5.14.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureArrowDown = 0xe03f,
+
+ ///
+ /// Temperature Arrow Up (temperature-arrow-up)
+ /// Terms: air conditioner, climate, heat, heat increase, heater, heating, hot, mercury, rising temperature, temperature, temperature rise, thermometer, warmer, weather
+ /// Added in 5.12.0, updated in 5.14.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureArrowUp = 0xe040,
+
+ ///
+ /// Temperature Empty (temperature-empty)
+ /// Terms: chilly, climate, cold, empty, freeze, frost, gauge, indicator, low, temperature, thermometer, weather
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureEmpty = 0xf2cb,
+
+ ///
+ /// Temperature Full (temperature-full)
+ /// Terms: climate, fever, heat, hot, mercury, status, temperature, thermometer, warmth, weather
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureFull = 0xf2c7,
+
+ ///
+ /// Temperature Half (temperature-half)
+ /// Terms: climate, cold, degree, gauge, heat, measurement, mercury, sensor, status, temperature, thermometer, weather
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureHalf = 0xf2c9,
+
+ ///
+ /// Temperature High (temperature-high)
+ /// Terms: cook, fever, heat, hot, mercury, summer, temperature, thermometer, warm, weather
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureHigh = 0xf769,
+
+ ///
+ /// Temperature Low (temperature-low)
+ /// Terms: chilly, cold, cold weather, cool, freeze, frost, icy, low temperature, thermometer, winter
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureLow = 0xf76b,
+
+ ///
+ /// Temperature Quarter (temperature-quarter)
+ /// Terms: climate, cold, gauge, heat, level, mercury, status, temperature, thermometer, weather
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureQuarter = 0xf2ca,
+
+ ///
+ /// Temperature Three Quarters (temperature-three-quarters)
+ /// Terms: climate, degree, gauge, heat, mercury, status, temperature, thermometer, warm, weather
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TemperatureThreeQuarters = 0xf2c8,
+
+ ///
+ /// Tenge Sign (tenge-sign)
+ /// Terms: KZT, Kazakhstani currency, Kazakhstani tenge, Tenge, currency, currency symbol, financial symbol, money, payment, price
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TengeSign = 0xf7d7,
+
+ ///
+ /// Tent (tent)
+ /// Terms: backpacking, bivouac, campground, camping, camping equipment, camping gear, camping shelter, camping tent, camping trip, campsite, hiking, outdoor, shelter, temporary shelter, tent
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tent = 0xe57d,
+
+ ///
+ /// Tent Arrow Down To Line (tent-arrow-down-to-line)
+ /// Terms: arrow down, arrow down to line, bivouac, campground, camping, camping gear, camping site, campsite, outdoor, pitched tent, shelter, temporary shelter, tent, tent setup
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TentArrowDownToLine = 0xe57e,
+
+ ///
+ /// Tent Arrow Left Right (tent-arrow-left-right)
+ /// Terms: arrows, bivouac, campground, camping, campsite, direction, left-right, move, navigation, outdoor, shelter, tent, transition, travel
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TentArrowLeftRight = 0xe57f,
+
+ ///
+ /// Tent Arrow Turn Left (tent-arrow-turn-left)
+ /// Terms: arrow, bivouac, campground, camping, campsite, direction, left, navigation, outdoor, shelter, temporary, tent, turn
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TentArrowTurnLeft = 0xe580,
+
+ ///
+ /// Tent Arrows Down (tent-arrows-down)
+ /// Terms: arrows-down, bivouac, campground, camping, campsite, insert, outdoor, refugee, shelter, tent
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TentArrowsDown = 0xe581,
+
+ ///
+ /// Tents (tents)
+ /// Terms: bivouac, campground, camping, camping gear, camping shelter, camping site, camping tent, campsite, outdoor, outdoor shelter, shelter, temporary shelter, tent
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tents = 0xe582,
+
+ ///
+ /// Terminal (terminal)
+ /// Terms: cli, code, coding, command, command line, command prompt, console, developer, development, programming, prompt, script, shell, terminal
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Terminal = 0xf120,
+
+ ///
+ /// Text Height (text-height)
+ /// Terms: edit, font, format, formatting, height, resize, size, style, text, type, typography
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TextHeight = 0xf034,
+
+ ///
+ /// Text Slash (text-slash)
+ /// Terms: block, cancel, disabled, font, forbidden, format, no-text, remove, strike, strikethrough, style, text
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TextSlash = 0xf87d,
+
+ ///
+ /// Text Width (text-width)
+ /// Terms: adjust, alignment, edit, format, layout, paragraph, resize, text, type, typography, width
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TextWidth = 0xf035,
+
+ ///
+ /// Thermometer (thermometer)
+ /// Terms: cold, covid-19, fever, health, heat, medical, mercury, status, temperature, thermometer
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Thermometer = 0xf491,
+
+ ///
+ /// Thumbs Down (thumbs-down)
+ /// Styles: solid, regular
+ /// Terms: disagree, disapprove, dislike, dislike button, downvote, hand gesture, negative, no, thumb down, thumbs down, thumbs-o-down
+ /// Added in 3.2.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ThumbsDown = 0xf165,
+
+ ///
+ /// Thumbs Up (thumbs-up)
+ /// Styles: solid, regular
+ /// Terms: +1, agree, approve, endorsement, good, hand, like, ok, okay, positive, recommend, social, success, support, thumb, thumbs up, vote, yes
+ /// Added in 3.2.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ ThumbsUp = 0xf164,
+
+ ///
+ /// Thumbtack (thumbtack)
+ /// Terms: drop, location, map, map-pin, marker, office, pin, place, pushpin, stationery, tack, thumbtack
+ /// Added in 1.0.0, updated in 5.0.0, 5.10.2, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Thumbtack = 0xf08d,
+
+ ///
+ /// Thumbtack Slash (thumbtack-slash)
+ /// Terms: block pin, cancel location, disable location, location, map pin off, marker, no pin, pin, pushpin, remove pin, thumbtack, unpin
+ /// Added in 6.6.0, updated in 6.7.0 and 7.0.0.
+ ///
+ ThumbtackSlash = 0xe68f,
+
+ ///
+ /// Ticket (ticket)
+ /// Terms: admission, admission ticket, boarding pass, concert, coupon, entry, event, movie, pass, show, ticket, voucher
+ /// Added in 3.1.0, updated in 5.0.0, 5.10.1, 5.10.2, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Ticket = 0xf145,
+
+ ///
+ /// Ticket Simple (ticket-simple)
+ /// Terms: admission, boarding, concert, coupon, entry, event, movie, pass, stub, support, ticket, voucher
+ /// Added in 5.0.0, updated in 5.10.2, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TicketSimple = 0xf3ff,
+
+ ///
+ /// Timeline (timeline)
+ /// Terms: agenda, chronological, deadline, events, history, linear, milestones, progress, roadmap, schedule, sequence, timeline chart
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Timeline = 0xe29c,
+
+ ///
+ /// Toggle Off (toggle-off)
+ /// Terms: UI, button, control, disable, inactive, off, option, power, setting, slider, switch, toggle
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ToggleOff = 0xf204,
+
+ ///
+ /// Toggle On (toggle-on)
+ /// Terms: active, button, control, enabled, on, power, setting, slider, switch, toggle
+ /// Added in 4.2.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ToggleOn = 0xf205,
+
+ ///
+ /// Toilet (toilet)
+ /// Terms: bathroom, bathroom fixture, commode, flush, john, lavatory, loo, pee, plumbing, poop, porcelain, potty, restroom, restroom fixture, sanitary, throne, toilet, washroom, waste, water closet, wc
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Toilet = 0xf7d8,
+
+ ///
+ /// Toilet Paper (toilet-paper)
+ /// Terms: bathroom, bathroom roll, bathroom tissue, bidet, clean-up, hygiene, lavatory, paper roll, restroom, restroom essentials, roll, sanitary, tissue, toilet, toilet paper, wipe
+ /// Added in 5.10.2, updated in 5.4.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ToiletPaper = 0xf71e,
+
+ ///
+ /// Toilet Paper Slash (toilet-paper-slash)
+ /// Terms: bathroom, blocked, covid-19, disabled, lavatory, no toilet paper, no wipe, out of toilet paper, paperless, prank, restroom, roll, shortage, toilet paper, wipe
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ToiletPaperSlash = 0xe072,
+
+ ///
+ /// Toilet Portable (toilet-portable)
+ /// Terms: mobile restroom, outdoor toilet, outhouse, porta john, porta potty, porta-potty, portable restroom, portable toilet, temporary toilet, toilet
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ToiletPortable = 0xe583,
+
+ ///
+ /// Toilets Portable (toilets-portable)
+ /// Terms: chemical toilet, event restroom, mobile toilet, outdoor toilet, outhouse, porta-john, porta-potty, portable restroom, portable toilet, toilet
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ToiletsPortable = 0xe584,
+
+ ///
+ /// Toolbox (toolbox)
+ /// Terms: box, chest, configuration, container, equipment, fix, hardware, kit, maintenance, mechanic, modify, repair, settings, tool, toolbox, tools
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.2, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Toolbox = 0xf552,
+
+ ///
+ /// Tooth (tooth)
+ /// Terms: bicuspid, canine, cavity, dental, dentist, enamel, hygiene, incisor, molar, mouth, oral, root, smile, teeth, tooth
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tooth = 0xf5c9,
+
+ ///
+ /// Torii Gate (torii-gate)
+ /// Terms: archway, entrance, gate, japan, japanese, religion, shinto, shinto shrine, shrine, spiritual, temple, torii, traditional
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ ToriiGate = 0xf6a1,
+
+ ///
+ /// Tornado (tornado)
+ /// Terms: cloud, cyclone, funnel, landspout, storm, tornado, twister, vortex, waterspout, weather, whirlwind
+ /// Added in 5.10.2, updated in 5.5.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tornado = 0xf76f,
+
+ ///
+ /// Tower Broadcast (tower-broadcast)
+ /// Terms: antenna, broadcast, broadcast-tower, communication, emergency-alert, network, radio, reception, signal, tower, transmission, waves, wifi
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TowerBroadcast = 0xf519,
+
+ ///
+ /// Tower Cell (tower-cell)
+ /// Terms: antenna, broadcast, cell tower, cellphone, communication, mobile, network, radio, reception, signal, tower, transmission, waves, wireless
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TowerCell = 0xe585,
+
+ ///
+ /// Tower Observation (tower-observation)
+ /// Terms: fire tower, lookout, lookout point, observation deck, observation tower, panorama, scenic view, tower, viewing platform, watchtower
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TowerObservation = 0xe586,
+
+ ///
+ /// Tractor (tractor)
+ /// Terms: agriculture, cultivation, farm, farm machinery, farming, farming equipment, rural, tractor, tractor vehicle, vehicle
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tractor = 0xf722,
+
+ ///
+ /// Trademark (trademark)
+ /// Terms: brand, copyright, intellectual property, legal, logo, mark, protection, registered, symbol, tm, trade mark, trademark
+ /// Added in 4.4.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Trademark = 0xf25c,
+
+ ///
+ /// Traffic Light (traffic-light)
+ /// Terms: control, go, intersection, light, lights, road, safety, signal, slow, stop, street, traffic, vertical traffic light, warning
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TrafficLight = 0xf637,
+
+ ///
+ /// Trailer (trailer)
+ /// Terms: camper, caravan, cargo, carry, haul, moving, towing, trailer, trailer hitch, trailer truck, transport, travel, vehicle
+ /// Added in 5.12.0, updated in 5.14.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Trailer = 0xe041,
+
+ ///
+ /// Train (train)
+ /// Terms: bullet, commute, locomotive, metro, passenger, rail, railway, subway, train, transit, transportation, travel
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Train = 0xf238,
+
+ ///
+ /// Train Subway (train-subway)
+ /// Terms: commuter, metro, public transport, railway, subway, train, transit, transportation, underground, vehicle
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ TrainSubway = 0xf239,
+
+ ///
+ /// Train Tram (train-tram)
+ /// Terms: commute, light rail, public transit, rails, streetcar, train, tram, transportation, trolleybus, urban transit, vehicle
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TrainTram = 0xe5b4,
+
+ ///
+ /// Transgender (transgender)
+ /// Terms: LGBTQ, female, gender, gender identity, gender symbol, intersex, male, nonbinary, queer, trans, transgender, transgender symbol
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Transgender = 0xf225,
+
+ ///
+ /// Trash (trash)
+ /// Terms: bin, delete, discard, garbage, recycle, remove, rubbish, trash, trashcan, waste
+ /// Added in 4.2.0, updated in 5.0.0, 5.10.2, 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Trash = 0xf1f8,
+
+ ///
+ /// Trash Arrow Up (trash-arrow-up)
+ /// Terms: back, delete, garbage, oops, recover, recycle, remove, restore, retrieve, revert, trash, undo
+ /// Added in 5.10.2, updated in 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TrashArrowUp = 0xf829,
+
+ ///
+ /// Trash Can (trash-can)
+ /// Styles: solid, regular
+ /// Terms: bin, delete, discard, dumpster, garbage, recycle, remove, rubbish, trash, trashcan, waste
+ /// Added in 5.0.0, updated in 5.10.2, 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TrashCan = 0xf2ed,
+
+ ///
+ /// Trash Can Arrow Up (trash-can-arrow-up)
+ /// Terms: back, delete, garbage, recover, recycle, restore, retrieve, revert, trash, trash can, undelete, undo
+ /// Added in 5.10.2, updated in 5.7.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TrashCanArrowUp = 0xf82a,
+
+ ///
+ /// Tree (tree)
+ /// Terms: autumn, bark, deciduous, environment, evergreen, foliage, forest, growth, leaf, nature, outdoors, plant, seasonal, tree, wood
+ /// Added in 4.1.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Tree = 0xf1bb,
+
+ ///
+ /// Tree City (tree-city)
+ /// Terms: architecture, buildings, city, cityscape, downtown, environment, green, metropolis, nature, skyline, tree, urban
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TreeCity = 0xe587,
+
+ ///
+ /// Triangle Exclamation (triangle-exclamation)
+ /// Terms: alert, alert-triangle, attention, caution, danger, error, exclamation, failed, hazard, important, notice, notification, notify, problem, required, warning, warning-sign
+ /// Added in 1.0.0, updated in 5.0.0, 5.6.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.0.1.
+ ///
+ TriangleExclamation = 0xf071,
+
+ ///
+ /// Trophy (trophy)
+ /// Terms: achievement, award, champion, competition, cup, honor, prize, reward, success, trophy, victory, winner
+ /// Added in 1.0.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Trophy = 0xf091,
+
+ ///
+ /// Trowel (trowel)
+ /// Terms: bricklaying, building, cement, construction, equipment, gardening, hand tool, masonry, plastering, tool, trowel
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Trowel = 0xe589,
+
+ ///
+ /// Trowel Bricks (trowel-bricks)
+ /// Terms: bricklaying, build, cement, construction, labor, masonry, mortar, renovation, repair, tool, trowel
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TrowelBricks = 0xe58a,
+
+ ///
+ /// Truck (truck)
+ /// Styles: solid, regular
+ /// Terms: cargo, delivery, delivery truck, freight, hauler, lorry, pickup, shipping, transport, truck, truck icon, vehicle
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.7, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Truck = 0xf0d1,
+
+ ///
+ /// Truck Arrow Right (truck-arrow-right)
+ /// Terms: arrow, cargo, delivery, dispatch, fast, forward, freight, logistics, move, send, shipping, transport, truck
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckArrowRight = 0xe58b,
+
+ ///
+ /// Truck Droplet (truck-droplet)
+ /// Terms: delivery, droplet, fluid, hydration, liquid, supply, tanker, transport, truck, water
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckDroplet = 0xe58c,
+
+ ///
+ /// Truck Fast (truck-fast)
+ /// Terms: courier, delivery, express, fast, fedex, freight, logistics, mail, overnight, package, quick, shipping, transport, truck, ups
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckFast = 0xf48b,
+
+ ///
+ /// Truck Field (truck-field)
+ /// Terms: agriculture, cargo, delivery, farm, farming, field, pickup, supply, transport, truck
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckField = 0xe58d,
+
+ ///
+ /// Truck Field Un (truck-field-un)
+ /// Terms: UN, United Nations, aid, delivery, field truck, humanitarian, logistics, supplies, transport, truck, vehicle
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckFieldUn = 0xe58e,
+
+ ///
+ /// Truck Front (truck-front)
+ /// Terms: cargo, delivery, freight, front view, lorry, shipping, shuttle, transport, truck, van, vehicle
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta2, 6.0.0-beta3, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckFront = 0xe2b7,
+
+ ///
+ /// Truck Medical (truck-medical)
+ /// Terms: aid, ambulance, clinic, emergency, emt, er, health, hospital, medical, mobile, paramedic, rescue, support, vehicle
+ /// Added in 3.0.0, updated in 5.0.0, 5.0.7, 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckMedical = 0xf0f9,
+
+ ///
+ /// Truck Monster (truck-monster)
+ /// Terms: 4x4, dirt, large tires, monster truck, offroad, racing, stunt, truck, vehicle, wheels
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckMonster = 0xf63b,
+
+ ///
+ /// Truck Moving (truck-moving)
+ /// Terms: cargo, delivery, freight, inventory, load, logistics, moving, relocation, rental, shipping, transport, truck, van, vehicle
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckMoving = 0xf4df,
+
+ ///
+ /// Truck Pickup (truck-pickup)
+ /// Terms: cargo, light truck, pickup, pickup truck, pickup truck bed, pickup truck cab, pickup truck icon, pickup truck vehicle, truck, utility truck, vehicle, work truck
+ /// Added in 5.2.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckPickup = 0xf63c,
+
+ ///
+ /// Truck Plane (truck-plane)
+ /// Terms: air freight, airplane, cargo, delivery, freight, logistics, plane, shipping, transport, transport truck, transport vehicle, truck, vehicle
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckPlane = 0xe58f,
+
+ ///
+ /// Truck Ramp Box (truck-ramp-box)
+ /// Terms: box, cargo, delivery, freight, inventory, loading, logistics, moving, package, ramp, rental, shipping, transport, truck, vehicle
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TruckRampBox = 0xf4de,
+
+ ///
+ /// Tty (tty)
+ /// Terms: TTY, accessibility, assistive device, communication, communication device, deaf, relay service, telephone, teletypewriter, text, text phone
+ /// Added in 4.2.0, updated in 5.0.0, 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Tty = 0xf1e4,
+
+ ///
+ /// Turkish Lira Sign (turkish-lira-sign)
+ /// Terms: TRY, Turkish Lira, Turkish Lira Sign, Turkish currency, cash, currency, financial, lira, money, payment
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TurkishLiraSign = 0xe2bb,
+
+ ///
+ /// Turn Down (turn-down)
+ /// Terms: arrow, arrow bend, arrow turning, curve down, curved arrow, direction, down, navigation, rotate down, turn down
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TurnDown = 0xf3be,
+
+ ///
+ /// Turn Up (turn-up)
+ /// Terms: arrow, boost, increase, level-up, raise, right arrow curving up, turn up, upward curve, volume up
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ TurnUp = 0xf3bf,
+
+ ///
+ /// Tv (tv)
+ /// Terms: broadcast, display, entertainment, flat screen, home theater, monitor, screen, smart tv, television, tv, tv set, video
+ /// Added in 4.4.0, updated in 5.0.0, 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Tv = 0xf26c,
+
+ ///
+ /// U (u)
+ /// Terms: alphabet, character, latin letter u, letter u, lowercase u, symbol, uppercase u
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ U = 0x55,
+
+ ///
+ /// Umbrella (umbrella)
+ /// Terms: drizzle, protection, rain, shade, shelter, storm, umbrella, waterproof, weather, wet
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Umbrella = 0xf0e9,
+
+ ///
+ /// Umbrella Beach (umbrella-beach)
+ /// Terms: beach, holiday, protection, recreation, resort, sand, seaside, shade, summer, sun, sunshade, tropical, umbrella, vacation
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UmbrellaBeach = 0xf5ca,
+
+ ///
+ /// Underline (underline)
+ /// Terms: edit, emphasis, emphasize, formatting, highlight, style, text, typography, underline, writing
+ /// Added in 2.0.0, updated in 5.0.0, 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Underline = 0xf0cd,
+
+ ///
+ /// Universal Access (universal-access)
+ /// Terms: access, accessibility, assistive, disability, disabled, handicap, inclusive, people, universal access, users, wheelchair
+ /// Added in 4.6.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ UniversalAccess = 0xf29a,
+
+ ///
+ /// Unlock (unlock)
+ /// Terms: access, admin, key, lock, open, padlock, password, permission, privacy, protect, security, unlock, unlocked
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Unlock = 0xf09c,
+
+ ///
+ /// Unlock Keyhole (unlock-keyhole)
+ /// Terms: access, admin, authentication, key, keyhole, open lock, password, privacy, protect, security, unlock, unlocked
+ /// Added in 3.1.0, updated in 5.0.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UnlockKeyhole = 0xf13e,
+
+ ///
+ /// Up Down (up-down)
+ /// Terms: adjust, arrow, arrows-v, direction, down arrow, expand, height, move, resize, scroll, tall, up arrow, up-down, vertical
+ /// Added in 5.0.0, updated in 5.11.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UpDown = 0xf338,
+
+ ///
+ /// Up Down Left Right (up-down-left-right)
+ /// Terms: adjust, arrow, arrows, compass, directions, drag, enlarge, expand, four-way, move, navigation, pointer, position, reorder, resize
+ /// Added in 2.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UpDownLeftRight = 0xf0b2,
+
+ ///
+ /// Up Long (up-long)
+ /// Terms: arrow, arrow-up, direction, increase, long-arrow-up, move up, rise, up, upgrade, upload, upward
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UpLong = 0xf30c,
+
+ ///
+ /// Up Right And Down Left From Center (up-right-and-down-left-from-center)
+ /// Terms: arrows, diagonal, enlarge, expand, fullscreen, grow, increase, maximize, resize, scale, zoom
+ /// Added in 1.0.0, updated in 5.0.0, 5.12.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UpRightAndDownLeftFromCenter = 0xf424,
+
+ ///
+ /// Up Right From Square (up-right-from-square)
+ /// Terms: arrow-up-right, export, external-link, launch, link, new, open, outside, redirect, share, window
+ /// Added in 5.0.0, updated in 5.11.0, 6.0.0-beta1, 6.2.0, 6.2.1, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UpRightFromSquare = 0xf35d,
+
+ ///
+ /// Upload (upload)
+ /// Terms: arrow up, backup, cloud, data transfer, import, publish, save, send, send file, transfer, upload
+ /// Added in 1.0.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Upload = 0xf093,
+
+ ///
+ /// User (user)
+ /// Styles: solid, regular
+ /// Terms: account, avatar, default, employee, gender-neutral, identity, individual, member, person, profile, silhouette, user, username
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.11, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ User = 0xf007,
+
+ ///
+ /// User Astronaut (user-astronaut)
+ /// Terms: astronaut, avatar, cosmonaut, explorer, helmet, nasa, space, space suit, space traveler, spaceman, suit
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.1, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserAstronaut = 0xf4fb,
+
+ ///
+ /// User Check (user-check)
+ /// Terms: active, approve, check, confirm, employee, enabled, person, user, validate, verified, working
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0, 7.0.1 and 7.1.0.
+ ///
+ UserCheck = 0xf4fc,
+
+ ///
+ /// User Clock (user-clock)
+ /// Terms: attendance, clock, employee, login-time, person, profile, punctuality, schedule, shift, time, timer, user, working-hours
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserClock = 0xf4fd,
+
+ ///
+ /// User Doctor (user-doctor)
+ /// Terms: covid-19, doctor, health, healthcare, medical, nurse, occupation, physician, profile, surgeon, worker
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.11, 5.0.3, 5.0.7, 6.0.0-beta1, 6.0.0-beta2, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserDoctor = 0xf0f0,
+
+ ///
+ /// User Gear (user-gear)
+ /// Terms: account, employee, gear, people, person, preferences, profile, settings, user, user-management, users
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserGear = 0xf4fe,
+
+ ///
+ /// User Graduate (user-graduate)
+ /// Terms: academic, cap, diploma, education, graduate, graduation, learner, mortarboard, person, student, user
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserGraduate = 0xf501,
+
+ ///
+ /// User Group (user-group)
+ /// Terms: community, crowd, employees, group, members, people, silhouettes, team, together, user, users
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserGroup = 0xf500,
+
+ ///
+ /// User Injured (user-injured)
+ /// Terms: accident, accident victim, disabled, emergency, employee, health, hurt, injured, injury, medical, person, safety, user, worker
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserInjured = 0xf728,
+
+ ///
+ /// User Lock (user-lock)
+ /// Terms: access, account, employee, lock, login, padlock, privacy, profile, protected, secure, security, user
+ /// Added in 5.0.11, updated in 5.9.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserLock = 0xf502,
+
+ ///
+ /// User Minus (user-minus)
+ /// Terms: delete, employee, minus, negative, remove, remove-account, remove-person, remove-user, subtract, user
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ UserMinus = 0xf503,
+
+ ///
+ /// User Ninja (user-ninja)
+ /// Terms: assassin, avatar, covert, deadly, fighter, hidden, ninja, shadow, silent, sneaky, spy, stealth, stealthy, warrior
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserNinja = 0xf504,
+
+ ///
+ /// User Nurse (user-nurse)
+ /// Terms: caregiver, covid-19, doctor, health, healthcare, hospital, medical, midwife, nurse, physician, practitioner, surgeon, worker
+ /// Added in 5.12.0, updated in 5.7.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserNurse = 0xf82f,
+
+ ///
+ /// User Pen (user-pen)
+ /// Terms: account, avatar, edit, employee, modify, people, person, profile, user, users
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserPen = 0xf4ff,
+
+ ///
+ /// User Plus (user-plus)
+ /// Terms: add, add user, avatar, create user, employee, follow, join, member, new user, person, plus, positive, profile, sign up, signup, team, user
+ /// Added in 4.3.0, updated in 5.0.0, 5.0.11, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ UserPlus = 0xf234,
+
+ ///
+ /// User Secret (user-secret)
+ /// Terms: anonymous, detective, disguise, hidden, identity, incognito, person, privacy, secret, sleuth, spy, user
+ /// Added in 4.3.0, updated in 5.0.0, 5.0.11, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.5.1, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserSecret = 0xf21b,
+
+ ///
+ /// User Shield (user-shield)
+ /// Terms: account, employee, guard, privacy, profile, protect, protection, safety, security, shield, user
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserShield = 0xf505,
+
+ ///
+ /// User Slash (user-slash)
+ /// Terms: ban, block, disable, disconnect, employee, forbidden, no user, remove, user disabled, user off
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserSlash = 0xf506,
+
+ ///
+ /// User Tag (user-tag)
+ /// Terms: account, avatar, contact, employee, identity, member, people, person, profile, user
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserTag = 0xf507,
+
+ ///
+ /// User Tie (user-tie)
+ /// Terms: administrator, avatar, business, clothing, employee, executive, formal, manager, office, person, professional, profile, suit, tie, user
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UserTie = 0xf508,
+
+ ///
+ /// User Xmark (user-xmark)
+ /// Terms: block, cancel, close, delete, deny, employee, reject, remove, uncheck, user, x
+ /// Added in 4.3.0, updated in 5.0.0, 5.0.11, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ UserXmark = 0xf235,
+
+ ///
+ /// Users (users)
+ /// Terms: accounts, collaboration, community, contacts, employees, group, members, people, persons, profiles, team, user, users
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.11, 5.0.3, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Users = 0xf0c0,
+
+ ///
+ /// Users Between Lines (users-between-lines)
+ /// Terms: crowd, employees, group, multiple, people, team, together, users
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UsersBetweenLines = 0xe591,
+
+ ///
+ /// Users Gear (users-gear)
+ /// Terms: administration, employee, gear, group, manage, people, settings, team, user management, users
+ /// Added in 5.0.11, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UsersGear = 0xf509,
+
+ ///
+ /// Users Line (users-line)
+ /// Terms: community, crowd, employee, group, members, people, team, together, users
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UsersLine = 0xe592,
+
+ ///
+ /// Users Rays (users-rays)
+ /// Terms: audience, community, crowd, employees, focused, group, people, rays, team, users
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UsersRays = 0xe593,
+
+ ///
+ /// Users Rectangle (users-rectangle)
+ /// Terms: community, contacts, crowd, employees, group, members, people, profile, team, users
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UsersRectangle = 0xe594,
+
+ ///
+ /// Users Slash (users-slash)
+ /// Terms: banned, blocked, disabled, disconnect, employee, group, no access, people, removed, slash, user, users
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UsersSlash = 0xe073,
+
+ ///
+ /// Users Viewfinder (users-viewfinder)
+ /// Terms: audience, crowd, focus, group, highlight, identify, people, selection, spotlight, targeted, user, zoom
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ UsersViewfinder = 0xe595,
+
+ ///
+ /// Utensils (utensils)
+ /// Terms: cooking, cutlery, dining, dinner, eat, eating utensils, food, fork, knife, meal, restaurant, silverware, spoon, tableware
+ /// Added in 5.0.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Utensils = 0xf2e7,
+
+ ///
+ /// V (v)
+ /// Terms: alphabet, capital v, character, letter v, lowercase v, symbol, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ V = 0x56,
+
+ ///
+ /// Van Shuttle (van-shuttle)
+ /// Terms: airport, commute, minibus, passenger, public-transportation, ride, shuttle, transit, transportation, travel, van, vehicle
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.0.0-beta2, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VanShuttle = 0xf5b6,
+
+ ///
+ /// Vault (vault)
+ /// Terms: bank, deposit, finance, investment, lock, money, premium, privacy, protection, safe, salary, savings, secure, treasure, vault
+ /// Added in 6.0.0-beta1, updated in 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Vault = 0xe2c5,
+
+ ///
+ /// Venus (venus)
+ /// Terms: female, female gender, female gender symbol, female icon, female sex, female sign, female symbol, feminism, gender, girl, woman, woman symbol
+ /// Added in 4.3.0, updated in 5.0.0, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Venus = 0xf221,
+
+ ///
+ /// Venus Double (venus-double)
+ /// Terms: LGBTQ, double venus, female, female couple, female symbol, feminism, gender, gender identity, lesbian, queer, womanhood, women
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VenusDouble = 0xf226,
+
+ ///
+ /// Venus Mars (venus-mars)
+ /// Terms: female, gender, gender identity, gender signs, gender symbols, heterosexual, interlocked, male, male and female, relationship, sex
+ /// Added in 4.3.0, updated in 5.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VenusMars = 0xf228,
+
+ ///
+ /// Vest (vest)
+ /// Terms: apparel, biker, clothing, fashion, outerwear, sleeveless, style, vest, waistcoat
+ /// Added in 5.15.0, updated in 5.15.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Vest = 0xe085,
+
+ ///
+ /// Vest Patches (vest-patches)
+ /// Terms: biker, club, emblem, fashion, insignia, jacket, motorcycle, patches, style, vest
+ /// Added in 5.15.0, updated in 5.15.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VestPatches = 0xe086,
+
+ ///
+ /// Vial (vial)
+ /// Terms: ampule, chemistry, container, drug, experiment, flask, lab, laboratory, medicine, pharmaceutical, sample, science, test, test tube, vial
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Vial = 0xf492,
+
+ ///
+ /// Vial Circle Check (vial-circle-check)
+ /// Terms: ampule, approved, check, chemical, chemistry, confirmed, health, lab, laboratory, medicine, ok, success, test tube, vaccine, validate, vial, working
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VialCircleCheck = 0xe596,
+
+ ///
+ /// Vial Virus (vial-virus)
+ /// Terms: ampule, coronavirus, covid-19, flu, immunization, infection, lab, laboratory, medicine, pandemic, syringe, test, test tube, vaccine, vial, virus
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VialVirus = 0xe597,
+
+ ///
+ /// Vials (vials)
+ /// Terms: ampule, chemistry, experiment, lab, laboratory, medical, research, sample, science, test tube, testing, vial
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Vials = 0xf493,
+
+ ///
+ /// Video (video)
+ /// Terms: camcorder, camera, clip, film, footage, media, movie, playback, record, recording, streaming, video, video-camera
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.9, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Video = 0xf03d,
+
+ ///
+ /// Video Slash (video-slash)
+ /// Terms: block, camera off, disabled, disconnect, film, hide, mute, no video, off, record, stop, video
+ /// Added in 5.0.9, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ VideoSlash = 0xf4e2,
+
+ ///
+ /// Vihara (vihara)
+ /// Terms: buddhism, buddhist, meditation, monastery, religious building, sanctuary, shrine, spiritual center, temple
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Vihara = 0xf6a7,
+
+ ///
+ /// Virgo (virgo)
+ /// Terms: astrology, august, constellation, earth sign, horoscope, maiden, september, sign, stars, virgin, virgo, zodiac
+ /// Added in 7.2.0.
+ ///
+ Virgo = 0xe850,
+
+ ///
+ /// Virus (virus)
+ /// Terms: bug, contagion, coronavirus, covid-19, disease, flu, illness, infection, outbreak, pandemic, pathogen, sick, vaccine, viral, virus
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.1.0, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Virus = 0xe074,
+
+ ///
+ /// Virus Covid (virus-covid)
+ /// Terms: contagion, coronavirus, covid, covid-19, disease, epidemic, health, infection, outbreak, pandemic, vaccine, viral, virus
+ /// Added in 6.0.0, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VirusCovid = 0xe4a8,
+
+ ///
+ /// Virus Covid Slash (virus-covid-slash)
+ /// Terms: blocked, bug, covid-19, disabled, disease, health, infection, no virus, pandemic, quarantine, stop virus, viral, virus
+ /// Added in 6.0.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VirusCovidSlash = 0xe4a9,
+
+ ///
+ /// Virus Slash (virus-slash)
+ /// Terms: antivirus, blocked, bug, coronavirus, covid-19, cure, disabled, eliminate, flu, health, infection, no virus, pandemic, protection, sick, vaccine, viral, virus
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VirusSlash = 0xe075,
+
+ ///
+ /// Viruses (viruses)
+ /// Terms: bugs, contagious, coronavirus, covid-19, disease, flu, illness, infection, pandemic, pathogen, sick, spread, vaccine, viral, virus, viruses
+ /// Added in 5.13.0, updated in 5.14.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Viruses = 0xe076,
+
+ ///
+ /// Voicemail (voicemail)
+ /// Terms: answering machine, audio message, inbox, message, missed call, phone, phone message, recorded message, voice message, voicemail
+ /// Added in 5.9.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Voicemail = 0xf897,
+
+ ///
+ /// Volcano (volcano)
+ /// Terms: caldera, crater, eruption, eruption cloud, geology, lava, magma, mountain, natural disaster, smoke, volcanic activity, volcanic ash, volcanic mountain, volcano
+ /// Added in 5.10.2, updated in 5.5.0, 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Volcano = 0xf770,
+
+ ///
+ /// Volleyball (volleyball)
+ /// Terms: ball, beach, court, game, indoor, net, olympics, outdoor, serve, spike, sport, team sport, volleyball
+ /// Added in 5.0.5, updated in 5.8.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Volleyball = 0xf45f,
+
+ ///
+ /// Volume (volume)
+ /// Terms: audio, audio level, media, music, sound, sound control, speaker, speaker medium, volume, volume control
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Volume = 0xf6a8,
+
+ ///
+ /// Volume High (volume-high)
+ /// Terms: audio, audio on, high volume, increase volume, loud, louder, max volume, music, sound, sound up, speaker, speaker on, volume
+ /// Added in 1.0.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VolumeHigh = 0xf028,
+
+ ///
+ /// Volume Low (volume-low)
+ /// Terms: audio, audio control, decrease, low volume, mute, quiet, quieter, reduce, soft, sound, sound level, speaker, volume
+ /// Added in 1.0.0, updated in 5.0.0, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ VolumeLow = 0xf027,
+
+ ///
+ /// Volume Off (volume-off)
+ /// Terms: audio off, disable sound, music off, mute, no sound, quiet, silent, sound off, speaker off, volume mute
+ /// Added in 1.0.0, updated in 5.0.0, 5.3.0, 5.8.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ VolumeOff = 0xf026,
+
+ ///
+ /// Volume Xmark (volume-xmark)
+ /// Terms: audio, audio off, disable sound, mute, mute speaker, no sound, off, silent, sound, speaker, volume
+ /// Added in 5.3.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ VolumeXmark = 0xf6a9,
+
+ ///
+ /// Vr Cardboard (vr-cardboard)
+ /// Terms: 3d, augmented reality, cardboard, goggles, google, headset, immersive, virtual reality, vr, vr headset
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ VrCardboard = 0xf729,
+
+ ///
+ /// W (w)
+ /// Terms: alphabet, capital w, character, letter w, lowercase w, symbol, text, typography
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ W = 0x57,
+
+ ///
+ /// Walkie Talkie (walkie-talkie)
+ /// Terms: communication, emergency radio, field radio, handheld radio, intercom, portable, radio, receiver, talkie, transmitter, two-way radio, walkie-talkie, wireless
+ /// Added in 5.11.0, updated in 6.0.0-beta1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WalkieTalkie = 0xf8ef,
+
+ ///
+ /// Wallet (wallet)
+ /// Terms: billfold, bills, budget, cash, coins, currency, finance, funds, money, payment, pocketbook, purse, salary, spending, wallet
+ /// Added in 5.0.13, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Wallet = 0xf555,
+
+ ///
+ /// Wand Magic (wand-magic)
+ /// Terms: casting, charm, enchantment, fantasy, mage, magic, mystical, sorcery, spell, supernatural, wand, witch, wizard
+ /// Added in 2.0.0, updated in 5.0.0, 5.1.0, 6.0.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ WandMagic = 0xf0d0,
+
+ ///
+ /// Wand Magic Sparkles (wand-magic-sparkles)
+ /// Terms: enchantment, fantasy, magic, magic wand, sorcery, sparkle, spell, trick, wand, witch, wizard
+ /// Added in 6.0.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ WandMagicSparkles = 0xe2ca,
+
+ ///
+ /// Wand Sparkles (wand-sparkles)
+ /// Terms: charm, enchantment, fantasy, halloween, holiday, magic, mystical, sorcery, sparkles, spell, supernatural, wand, witch, wizard
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WandSparkles = 0xf72b,
+
+ ///
+ /// Warehouse (warehouse)
+ /// Terms: building, depot, distribution, facility, inventory, logistics, stockroom, storage, supply, warehouse
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Warehouse = 0xf494,
+
+ ///
+ /// Water (water)
+ /// Terms: aqua, drop, fluid, hydration, lake, liquid, ocean, refreshment, river, sea, stream, swim, water, wave, wet
+ /// Added in 5.5.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Water = 0xf773,
+
+ ///
+ /// Water Ladder (water-ladder)
+ /// Terms: aquatic, boat, climb, dock, ladder, marine, pool, recreation, safety, swimming, water
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WaterLadder = 0xf5c5,
+
+ ///
+ /// Wave Square (wave-square)
+ /// Terms: audio, data, equalizer, frequency, graph, monitor, music, oscillation, pulse, signal, sound, vibration, wave, waveform
+ /// Added in 5.8.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WaveSquare = 0xf83e,
+
+ ///
+ /// Web Awesome (web-awesome)
+ /// Styles: solid, brands
+ /// Terms: award, awesome, badge, coding, components, crown, developer, frontend, programming, web
+ /// Added in 6.5.2, updated in 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WebAwesome = 0xe682,
+
+ ///
+ /// Weight Hanging (weight-hanging)
+ /// Terms: anvil, balance, exercise, gym, hanging, heavy, load, measurement, scale, strength, weight, weightlifting
+ /// Added in 5.1.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WeightHanging = 0xf5cd,
+
+ ///
+ /// Weight Scale (weight-scale)
+ /// Terms: balance, bathroom, body, fitness, health, mass, measurement, monitor, scale, tracking, weigh, weight
+ /// Added in 5.0.7, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WeightScale = 0xf496,
+
+ ///
+ /// Wheat Awn (wheat-awn)
+ /// Terms: agriculture, autumn, cereal, crop, fall, farming, grain, harvest, wheat
+ /// Added in 6.0.0-beta1, updated in 6.1.0, 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WheatAwn = 0xe2cd,
+
+ ///
+ /// Wheat Awn Circle Exclamation (wheat-awn-circle-exclamation)
+ /// Terms: agriculture, alert, allergy, crop, famine, food, gluten, grain, hunger, starvation, straw, warning, wheat
+ /// Added in 6.1.0, updated in 6.1.2, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WheatAwnCircleExclamation = 0xe598,
+
+ ///
+ /// Wheelchair (wheelchair)
+ /// Terms: accessibility, accessible, disabled, handicap, mobility, people, users, wheelchair
+ /// Added in 4.0.0, updated in 5.0.0, 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Wheelchair = 0xf193,
+
+ ///
+ /// Wheelchair Move (wheelchair-move)
+ /// Terms: access, accessibility, disabled, handicap, impairment, mobility, move, physical disability, transport, wheelchair, wheelchair symbol
+ /// Added in 6.0.0-beta1, updated in 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ WheelchairMove = 0xe2ce,
+
+ ///
+ /// Whiskey Glass (whiskey-glass)
+ /// Terms: alcohol, bar, beverage, bourbon, drink, glass, liquor, neat, rye, scotch, spirit, tumbler, tumbler glass, whiskey, whisky
+ /// Added in 5.6.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WhiskeyGlass = 0xf7a0,
+
+ ///
+ /// Wifi (wifi)
+ /// Terms: access point, connection, connectivity, hotspot, internet, network, online, router, signal, wifi, wifi network, wifi signal, wireless, wireless internet, wireless signal
+ /// Added in 4.2.0, updated in 5.0.0, 5.10.1, 5.11.1, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Wifi = 0xf1eb,
+
+ ///
+ /// Wind (wind)
+ /// Terms: air, airflow, blow, breeze, cyclone, draft, gust, seasonal, tornado, ventilation, weather, windstorm, windy
+ /// Added in 5.4.0, updated in 5.5.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Wind = 0xf72e,
+
+ ///
+ /// Window Maximize (window-maximize)
+ /// Styles: solid, regular
+ /// Terms: UI, browser, computer, enlarge, expand, fullscreen, interface, maximize, screen, window
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WindowMaximize = 0xf2d0,
+
+ ///
+ /// Window Minimize (window-minimize)
+ /// Styles: solid, regular
+ /// Terms: UI, collapse, desktop, hide, interface, minimize, reduce, screen, shrink, window
+ /// Added in 4.7.0, updated in 5.0.0, 5.10.1, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WindowMinimize = 0xf2d1,
+
+ ///
+ /// Window Restore (window-restore)
+ /// Styles: solid, regular
+ /// Terms: application, browser, computer, desktop, interface, maximize, resize, restore, screen, window
+ /// Added in 4.7.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WindowRestore = 0xf2d2,
+
+ ///
+ /// Wine Bottle (wine-bottle)
+ /// Terms: alcohol, beverage, bottle, cabernet, cork, drink, grapes, merlot, red wine, sauvignon, vineyard, vintage, white wine, wine, winery
+ /// Added in 5.4.0, updated in 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WineBottle = 0xf72f,
+
+ ///
+ /// Wine Glass (wine-glass)
+ /// Terms: alcohol, bar, beverage, cabernet, celebration, cocktail, drink, glass, grapes, merlot, red wine, sauvignon, toast, white wine, wine, wine glass
+ /// Added in 5.0.9, updated in 5.1.0, 5.10.1, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WineGlass = 0xf4e3,
+
+ ///
+ /// Wine Glass Empty (wine-glass-empty)
+ /// Terms: alcohol, bar, beverage, cheers, cocktail, drink, empty, glass, grapes, red wine, toast, white wine, wine
+ /// Added in 5.1.0, updated in 5.10.1, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.4.1, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WineGlassEmpty = 0xf5ce,
+
+ ///
+ /// Won Sign (won-sign)
+ /// Terms: KRW, Korean currency, South Korea, currency, currency symbol, financial, money, symbol, won, won sign
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ WonSign = 0xf159,
+
+ ///
+ /// Worm (worm)
+ /// Terms: bug, compost, crawl, dirt, earthworm, garden, insect, nature, pest, slimy, soil, worm, wriggle
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Worm = 0xe599,
+
+ ///
+ /// Wrench (wrench)
+ /// Terms: adjust, configuration, construction, equipment, fix, maintenance, mechanic, modify, plumbing, repair, settings, spanner, tool, update, wrench
+ /// Added in 2.0.0, updated in 5.0.0, 5.0.13, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Wrench = 0xf0ad,
+
+ ///
+ /// X (x)
+ /// Terms: cancel, clear, close, cross, delete, dismiss, exit, letter x, multiply, remove, uncheck, x
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ X = 0x58,
+
+ ///
+ /// X Ray (x-ray)
+ /// Terms: bone scan, bones, clinic, diagnostic, fracture, health, hospital, imaging, medical, radiology, scan, skeleton, transparent, x-ray, xray
+ /// Added in 5.0.7, updated in 5.10.2, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ XRay = 0xf497,
+
+ ///
+ /// Xmark (xmark)
+ /// Terms: cancel, cancel sign, close, cross, cross mark, delete, deny, dismissal, error, exit, incorrect, multiplication, multiply, no, problem, reject, remove, stop, wrong, x
+ /// Added in 1.0.0, updated in 5.0.0, 5.0.13, 5.11.0, 5.11.1, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0 and 7.1.0.
+ ///
+ Xmark = 0xf00d,
+
+ ///
+ /// Xmarks Lines (xmarks-lines)
+ /// Terms: barricade, barrier, block, caution, closed, danger, fence, no entry, restricted, roadblock, stop, warning
+ /// Added in 6.1.0, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ XmarksLines = 0xe59a,
+
+ ///
+ /// Y (y)
+ /// Terms: alphabet, capital y, character, letter y, lowercase y, symbol, text, typography, yay, yes
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Y = 0x59,
+
+ ///
+ /// Yen Sign (yen-sign)
+ /// Terms: Japanese currency, Japanese yen, currency, finance, money, payment, price, symbol, yen, yen sign
+ /// Added in 3.2.0, updated in 5.0.0, 6.0.0-beta1, 6.0.0-beta3, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ YenSign = 0xf157,
+
+ ///
+ /// Yin Yang (yin-yang)
+ /// Terms: balance, daoism, duality, eastern religion, harmony, opposites, philosophy, spirituality, symbol, tao, taoism, taoist, yang, yin, yin yang
+ /// Added in 5.10.2, updated in 5.11.0, 5.11.1, 5.3.0, 6.0.0-beta1, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ YinYang = 0xf6ad,
+
+ ///
+ /// Z (z)
+ /// Terms: alphabet z, character z, latin letter, letter z, lowercase z, symbol z, uppercase z
+ /// Added in 6.0.0-beta1, updated in 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0 and 7.0.0.
+ ///
+ Z = 0x5a,
+
+ }
+}
diff --git a/src/Geta.Optimizely.ContentTypeIcons/FontAwesomeClientResourceProvider.cs b/src/Geta.Optimizely.ContentTypeIcons/FontAwesomeClientResourceProvider.cs
index 05a8894..bee4ee5 100644
--- a/src/Geta.Optimizely.ContentTypeIcons/FontAwesomeClientResourceProvider.cs
+++ b/src/Geta.Optimizely.ContentTypeIcons/FontAwesomeClientResourceProvider.cs
@@ -40,6 +40,18 @@ public IEnumerable GetClientResources()
ResourceType = ClientResourceType.Style
};
}
+
+ if (TreeIconUiDescriptorConfiguration.FontAwesomeVersion7InUse)
+ {
+ var path = Paths.ToClientResource(Constants.ModuleName, "ClientResources/fa7/css/all.min.css");
+
+ yield return new ClientResource
+ {
+ Name = "epi.shell.ui",
+ Path = path,
+ ResourceType = ClientResourceType.Style
+ };
+ }
}
}
}
diff --git a/src/Geta.Optimizely.ContentTypeIcons/ImageUrlHelper.cs b/src/Geta.Optimizely.ContentTypeIcons/ImageUrlHelper.cs
index cd41781..d28e66a 100644
--- a/src/Geta.Optimizely.ContentTypeIcons/ImageUrlHelper.cs
+++ b/src/Geta.Optimizely.ContentTypeIcons/ImageUrlHelper.cs
@@ -77,6 +77,12 @@ internal static string GetEmbeddedFontLocation(Enum icon)
return "fa5/webfonts/fa-regular-400.ttf";
case FontAwesome5Solid _:
return "fa5/webfonts/fa-solid-900.ttf";
+ case FontAwesome7Brands _:
+ return "fa7/webfonts/fa-brands-400.otf";
+ case FontAwesome7Regular _:
+ return "fa7/webfonts/fa-regular-400.otf";
+ case FontAwesome7Solid _:
+ return "fa7/webfonts/fa-solid-900.otf";
default:
return string.Empty;
}
diff --git a/src/Geta.Optimizely.ContentTypeIcons/Infrastructure/Configuration/TreeIconUiDescriptorConfiguration.cs b/src/Geta.Optimizely.ContentTypeIcons/Infrastructure/Configuration/TreeIconUiDescriptorConfiguration.cs
index b3149fd..cef4f59 100644
--- a/src/Geta.Optimizely.ContentTypeIcons/Infrastructure/Configuration/TreeIconUiDescriptorConfiguration.cs
+++ b/src/Geta.Optimizely.ContentTypeIcons/Infrastructure/Configuration/TreeIconUiDescriptorConfiguration.cs
@@ -13,6 +13,7 @@ internal class TreeIconUiDescriptorConfiguration
public static bool EnabledAndInUse { get; internal set; }
public static bool FontAwesomeVersion4InUse { get; internal set; }
public static bool FontAwesomeVersion5InUse { get; internal set; }
+ public static bool FontAwesomeVersion7InUse { get; internal set; }
public TreeIconUiDescriptorConfiguration(
UIDescriptorRegistry uiDescriptorRegistry,
@@ -25,6 +26,7 @@ public TreeIconUiDescriptorConfiguration(
public void Initialize()
{
EnabledAndInUse = false;
+ FontAwesomeVersion7InUse = false;
foreach (var descriptor in _uiDescriptorRegistry.UIDescriptors)
{
@@ -74,6 +76,18 @@ private static string BuildIconClassNames(
builder.AppendFormat("fas fa-{0} ", className);
FontAwesomeVersion5InUse = true;
break;
+ case FontAwesome7Brands _:
+ builder.AppendFormat("fa-brands fa-{0} ", className);
+ FontAwesomeVersion7InUse = true;
+ break;
+ case FontAwesome7Regular _:
+ builder.AppendFormat("fa-regular fa-{0} ", className);
+ FontAwesomeVersion7InUse = true;
+ break;
+ case FontAwesome7Solid _:
+ builder.AppendFormat("fa-solid fa-{0} ", className);
+ FontAwesomeVersion7InUse = true;
+ break;
}
var rotate = treeIconAttribute?.Rotate ?? contentTypeIconAttribute.Rotate;
diff --git a/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/css/all.min.css b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/css/all.min.css
new file mode 100644
index 0000000..b2da17d
--- /dev/null
+++ b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/css/all.min.css
@@ -0,0 +1,9 @@
+/*!
+ * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ * Copyright 2026 Fonticons, Inc.
+ */
+.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
+
+.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-closed-captioning-slash{--fa:"\e135"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-picture-in-picture{--fa:"\e80b"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-aquarius{--fa:"\e845"}.fa-aries{--fa:"\e846"}.fa-cancer{--fa:"\e847"}.fa-capricorn{--fa:"\e848"}.fa-gemini{--fa:"\e849"}.fa-leo{--fa:"\e84a"}.fa-libra{--fa:"\e84b"}.fa-pisces{--fa:"\e84c"}.fa-sagittarius{--fa:"\e84d"}.fa-scorpio{--fa:"\e84e"}.fa-taurus{--fa:"\e84f"}.fa-virgo{--fa:"\e850"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume,.fa-volume-medium{--fa:"\f6a8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"}
+:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:"\e007"}.fa-ideal{--fa:"\e013"}.fa-microblog{--fa:"\e01a"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-unity{--fa:"\e049"}.fa-dailymotion{--fa:"\e052"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-mixer{--fa:"\e056"}.fa-shopify{--fa:"\e057"}.fa-deezer{--fa:"\e077"}.fa-edge-legacy{--fa:"\e078"}.fa-google-pay{--fa:"\e079"}.fa-rust{--fa:"\e07a"}.fa-tiktok{--fa:"\e07b"}.fa-unsplash{--fa:"\e07c"}.fa-cloudflare{--fa:"\e07d"}.fa-guilded{--fa:"\e07e"}.fa-hive{--fa:"\e07f"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-instalod{--fa:"\e081"}.fa-octopus-deploy{--fa:"\e082"}.fa-perbyte{--fa:"\e083"}.fa-uncharted{--fa:"\e084"}.fa-watchman-monitoring{--fa:"\e087"}.fa-wodu{--fa:"\e088"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-bots{--fa:"\e340"}.fa-cmplid{--fa:"\e360"}.fa-bilibili{--fa:"\e3d9"}.fa-golang{--fa:"\e40f"}.fa-pix{--fa:"\e43a"}.fa-sitrox{--fa:"\e44a"}.fa-hashnode{--fa:"\e499"}.fa-meta{--fa:"\e49b"}.fa-padlet{--fa:"\e4a0"}.fa-nfc-directional{--fa:"\e530"}.fa-nfc-symbol{--fa:"\e531"}.fa-screenpal{--fa:"\e570"}.fa-space-awesome{--fa:"\e5ac"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-odysee{--fa:"\e5c6"}.fa-stubber{--fa:"\e5c7"}.fa-debian{--fa:"\e60b"}.fa-shoelace{--fa:"\e60c"}.fa-threads{--fa:"\e618"}.fa-square-threads{--fa:"\e619"}.fa-square-x-twitter{--fa:"\e61a"}.fa-x-twitter{--fa:"\e61b"}.fa-opensuse{--fa:"\e62b"}.fa-letterboxd{--fa:"\e62d"}.fa-square-letterboxd{--fa:"\e62e"}.fa-mintbit{--fa:"\e62f"}.fa-google-scholar{--fa:"\e63b"}.fa-brave{--fa:"\e63c"}.fa-brave-reverse{--fa:"\e63d"}.fa-pixiv{--fa:"\e640"}.fa-upwork{--fa:"\e641"}.fa-webflow{--fa:"\e65c"}.fa-signal-messenger{--fa:"\e663"}.fa-bluesky{--fa:"\e671"}.fa-jxl{--fa:"\e67b"}.fa-square-upwork{--fa:"\e67c"}.fa-web-awesome{--fa:"\e682"}.fa-square-web-awesome{--fa:"\e683"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-dart-lang{--fa:"\e693"}.fa-flutter{--fa:"\e694"}.fa-files-pinwheel{--fa:"\e69f"}.fa-css{--fa:"\e6a2"}.fa-square-bluesky{--fa:"\e6a3"}.fa-openai{--fa:"\e7cf"}.fa-square-linkedin{--fa:"\e7d0"}.fa-cash-app{--fa:"\e7d4"}.fa-disqus{--fa:"\e7d5"}.fa-11ty,.fa-eleventy{--fa:"\e7d6"}.fa-kakao-talk{--fa:"\e7d7"}.fa-linktree{--fa:"\e7d8"}.fa-notion{--fa:"\e7d9"}.fa-pandora{--fa:"\e7da"}.fa-pixelfed{--fa:"\e7db"}.fa-tidal{--fa:"\e7dc"}.fa-vsco{--fa:"\e7dd"}.fa-w3c{--fa:"\e7de"}.fa-lumon{--fa:"\e7e2"}.fa-lumon-drop{--fa:"\e7e3"}.fa-square-figma{--fa:"\e7e4"}.fa-tex{--fa:"\e7ff"}.fa-duolingo{--fa:"\e812"}.fa-supportnow{--fa:"\e833"}.fa-tor-browser{--fa:"\e838"}.fa-typescript{--fa:"\e840"}.fa-square-deskpro{--fa:"\e844"}.fa-circle-zulip{--fa:"\e851"}.fa-julia{--fa:"\e852"}.fa-zulip{--fa:"\e853"}.fa-unison{--fa:"\e854"}.fa-bgg,.fa-board-game-geek{--fa:"\e855"}.fa-ko-fi{--fa:"\e856"}.fa-kubernetes{--fa:"\e857"}.fa-postgresql{--fa:"\e858"}.fa-scaleway{--fa:"\e859"}.fa-venmo{--fa:"\e85a"}.fa-venmo-v{--fa:"\e85b"}.fa-unreal-engine{--fa:"\e85c"}.fa-globaleaks{--fa:"\e85d"}.fa-solana{--fa:"\e85e"}.fa-threema{--fa:"\e85f"}.fa-forgejo{--fa:"\e860"}.fa-claude{--fa:"\e861"}.fa-gitee{--fa:"\e863"}.fa-xmpp{--fa:"\e864"}.fa-fediverse{--fa:"\e865"}.fa-tailwind-css{--fa:"\e866"}.fa-arch-linux{--fa:"\e867"}.fa-svelte{--fa:"\e868"}.fa-hugging-face{--fa:"\e869"}.fa-leetcode{--fa:"\e86a"}.fa-openstreetmap{--fa:"\e86b"}.fa-ultralytics{--fa:"\e86d"}.fa-ultralytics-hub{--fa:"\e86e"}.fa-ultralytics-yolo{--fa:"\e86f"}.fa-obsidian{--fa:"\e879"}.fa-zoom{--fa:"\e87b"}.fa-vim{--fa:"\e88a"}.fa-symfonycasts{--fa:"\e8ab"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-linkedin{--fa:"\f08c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-twitter{--fa:"\f099"}.fa-facebook{--fa:"\f09a"}.fa-github{--fa:"\f09b"}.fa-pinterest{--fa:"\f0d2"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-google-plus-g{--fa:"\f0d5"}.fa-linkedin-in{--fa:"\f0e1"}.fa-github-alt{--fa:"\f113"}.fa-maxcdn{--fa:"\f136"}.fa-html5{--fa:"\f13b"}.fa-css3{--fa:"\f13c"}.fa-btc{--fa:"\f15a"}.fa-youtube{--fa:"\f167"}.fa-xing{--fa:"\f168"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-dropbox{--fa:"\f16b"}.fa-stack-overflow{--fa:"\f16c"}.fa-instagram{--fa:"\f16d"}.fa-flickr{--fa:"\f16e"}.fa-adn{--fa:"\f170"}.fa-bitbucket{--fa:"\f171"}.fa-tumblr{--fa:"\f173"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-apple{--fa:"\f179"}.fa-windows{--fa:"\f17a"}.fa-android{--fa:"\f17b"}.fa-linux{--fa:"\f17c"}.fa-dribbble{--fa:"\f17d"}.fa-skype{--fa:"\f17e"}.fa-foursquare{--fa:"\f180"}.fa-trello{--fa:"\f181"}.fa-gratipay{--fa:"\f184"}.fa-vk{--fa:"\f189"}.fa-weibo{--fa:"\f18a"}.fa-renren{--fa:"\f18b"}.fa-pagelines{--fa:"\f18c"}.fa-stack-exchange{--fa:"\f18d"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-wordpress{--fa:"\f19a"}.fa-openid{--fa:"\f19b"}.fa-yahoo{--fa:"\f19e"}.fa-google{--fa:"\f1a0"}.fa-reddit{--fa:"\f1a1"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-stumbleupon{--fa:"\f1a4"}.fa-delicious{--fa:"\f1a5"}.fa-digg{--fa:"\f1a6"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-drupal{--fa:"\f1a9"}.fa-joomla{--fa:"\f1aa"}.fa-behance{--fa:"\f1b4"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-steam{--fa:"\f1b6"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-spotify{--fa:"\f1bc"}.fa-deviantart{--fa:"\f1bd"}.fa-soundcloud{--fa:"\f1be"}.fa-vine{--fa:"\f1ca"}.fa-codepen{--fa:"\f1cb"}.fa-jsfiddle{--fa:"\f1cc"}.fa-rebel{--fa:"\f1d0"}.fa-empire{--fa:"\f1d1"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-git{--fa:"\f1d3"}.fa-hacker-news{--fa:"\f1d4"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-qq{--fa:"\f1d6"}.fa-weixin{--fa:"\f1d7"}.fa-slideshare{--fa:"\f1e7"}.fa-twitch{--fa:"\f1e8"}.fa-yelp{--fa:"\f1e9"}.fa-paypal{--fa:"\f1ed"}.fa-google-wallet{--fa:"\f1ee"}.fa-cc-visa{--fa:"\f1f0"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-cc-discover{--fa:"\f1f2"}.fa-cc-amex{--fa:"\f1f3"}.fa-cc-paypal{--fa:"\f1f4"}.fa-cc-stripe{--fa:"\f1f5"}.fa-lastfm{--fa:"\f202"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-ioxhost{--fa:"\f208"}.fa-angellist{--fa:"\f209"}.fa-buysellads{--fa:"\f20d"}.fa-connectdevelop{--fa:"\f20e"}.fa-dashcube{--fa:"\f210"}.fa-forumbee{--fa:"\f211"}.fa-leanpub{--fa:"\f212"}.fa-sellsy{--fa:"\f213"}.fa-shirtsinbulk{--fa:"\f214"}.fa-simplybuilt{--fa:"\f215"}.fa-skyatlas{--fa:"\f216"}.fa-pinterest-p{--fa:"\f231"}.fa-whatsapp{--fa:"\f232"}.fa-viacoin{--fa:"\f237"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-y-combinator{--fa:"\f23b"}.fa-optin-monster{--fa:"\f23c"}.fa-opencart{--fa:"\f23d"}.fa-expeditedssl{--fa:"\f23e"}.fa-cc-jcb{--fa:"\f24b"}.fa-cc-diners-club{--fa:"\f24c"}.fa-creative-commons{--fa:"\f25e"}.fa-gg{--fa:"\f260"}.fa-gg-circle{--fa:"\f261"}.fa-odnoklassniki{--fa:"\f263"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-get-pocket{--fa:"\f265"}.fa-wikipedia-w{--fa:"\f266"}.fa-safari{--fa:"\f267"}.fa-chrome{--fa:"\f268"}.fa-firefox{--fa:"\f269"}.fa-opera{--fa:"\f26a"}.fa-internet-explorer{--fa:"\f26b"}.fa-contao{--fa:"\f26d"}.fa-500px{--fa:"\f26e"}.fa-amazon{--fa:"\f270"}.fa-houzz{--fa:"\f27c"}.fa-vimeo-v{--fa:"\f27d"}.fa-black-tie{--fa:"\f27e"}.fa-fonticons{--fa:"\f280"}.fa-reddit-alien{--fa:"\f281"}.fa-edge{--fa:"\f282"}.fa-codiepie{--fa:"\f284"}.fa-modx{--fa:"\f285"}.fa-fort-awesome{--fa:"\f286"}.fa-usb{--fa:"\f287"}.fa-product-hunt{--fa:"\f288"}.fa-mixcloud{--fa:"\f289"}.fa-scribd{--fa:"\f28a"}.fa-bluetooth{--fa:"\f293"}.fa-bluetooth-b{--fa:"\f294"}.fa-gitlab{--fa:"\f296"}.fa-wpbeginner{--fa:"\f297"}.fa-wpforms{--fa:"\f298"}.fa-envira{--fa:"\f299"}.fa-glide{--fa:"\f2a5"}.fa-glide-g{--fa:"\f2a6"}.fa-viadeo{--fa:"\f2a9"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-pied-piper{--fa:"\f2ae"}.fa-first-order{--fa:"\f2b0"}.fa-yoast{--fa:"\f2b1"}.fa-themeisle{--fa:"\f2b2"}.fa-google-plus{--fa:"\f2b3"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-linode{--fa:"\f2b8"}.fa-quora{--fa:"\f2c4"}.fa-free-code-camp{--fa:"\f2c5"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-bandcamp{--fa:"\f2d5"}.fa-grav{--fa:"\f2d6"}.fa-etsy{--fa:"\f2d7"}.fa-imdb{--fa:"\f2d8"}.fa-ravelry{--fa:"\f2d9"}.fa-sellcast{--fa:"\f2da"}.fa-superpowers{--fa:"\f2dd"}.fa-wpexplorer{--fa:"\f2de"}.fa-meetup{--fa:"\f2e0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-accessible-icon{--fa:"\f368"}.fa-accusoft{--fa:"\f369"}.fa-adversal{--fa:"\f36a"}.fa-affiliatetheme{--fa:"\f36b"}.fa-algolia{--fa:"\f36c"}.fa-amilia{--fa:"\f36d"}.fa-angrycreative{--fa:"\f36e"}.fa-app-store{--fa:"\f36f"}.fa-app-store-ios{--fa:"\f370"}.fa-apper{--fa:"\f371"}.fa-asymmetrik{--fa:"\f372"}.fa-audible{--fa:"\f373"}.fa-avianex{--fa:"\f374"}.fa-aws{--fa:"\f375"}.fa-bimobject{--fa:"\f378"}.fa-bitcoin{--fa:"\f379"}.fa-bity{--fa:"\f37a"}.fa-blackberry{--fa:"\f37b"}.fa-blogger{--fa:"\f37c"}.fa-blogger-b{--fa:"\f37d"}.fa-buromobelexperte{--fa:"\f37f"}.fa-centercode{--fa:"\f380"}.fa-cloudscale{--fa:"\f383"}.fa-cloudsmith{--fa:"\f384"}.fa-cloudversify{--fa:"\f385"}.fa-cpanel{--fa:"\f388"}.fa-css3-alt{--fa:"\f38b"}.fa-cuttlefish{--fa:"\f38c"}.fa-d-and-d{--fa:"\f38d"}.fa-deploydog{--fa:"\f38e"}.fa-deskpro{--fa:"\f38f"}.fa-digital-ocean{--fa:"\f391"}.fa-discord{--fa:"\f392"}.fa-discourse{--fa:"\f393"}.fa-dochub{--fa:"\f394"}.fa-docker{--fa:"\f395"}.fa-draft2digital{--fa:"\f396"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-dyalog{--fa:"\f399"}.fa-earlybirds{--fa:"\f39a"}.fa-erlang{--fa:"\f39d"}.fa-facebook-f{--fa:"\f39e"}.fa-facebook-messenger{--fa:"\f39f"}.fa-firstdraft{--fa:"\f3a1"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-freebsd{--fa:"\f3a4"}.fa-gitkraken{--fa:"\f3a6"}.fa-gofore{--fa:"\f3a7"}.fa-goodreads{--fa:"\f3a8"}.fa-goodreads-g{--fa:"\f3a9"}.fa-google-drive{--fa:"\f3aa"}.fa-google-play{--fa:"\f3ab"}.fa-gripfire{--fa:"\f3ac"}.fa-grunt{--fa:"\f3ad"}.fa-gulp{--fa:"\f3ae"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-hotjar{--fa:"\f3b1"}.fa-hubspot{--fa:"\f3b2"}.fa-itunes{--fa:"\f3b4"}.fa-itunes-note{--fa:"\f3b5"}.fa-jenkins{--fa:"\f3b6"}.fa-joget{--fa:"\f3b7"}.fa-js{--fa:"\f3b8"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-keycdn{--fa:"\f3ba"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-laravel{--fa:"\f3bd"}.fa-line{--fa:"\f3c0"}.fa-lyft{--fa:"\f3c3"}.fa-magento{--fa:"\f3c4"}.fa-medapps{--fa:"\f3c6"}.fa-medrt{--fa:"\f3c8"}.fa-microsoft{--fa:"\f3ca"}.fa-mix{--fa:"\f3cb"}.fa-mizuni{--fa:"\f3cc"}.fa-monero{--fa:"\f3d0"}.fa-napster{--fa:"\f3d2"}.fa-node-js{--fa:"\f3d3"}.fa-npm{--fa:"\f3d4"}.fa-ns8{--fa:"\f3d5"}.fa-nutritionix{--fa:"\f3d6"}.fa-page4{--fa:"\f3d7"}.fa-palfed{--fa:"\f3d8"}.fa-patreon{--fa:"\f3d9"}.fa-periscope{--fa:"\f3da"}.fa-phabricator{--fa:"\f3db"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-playstation{--fa:"\f3df"}.fa-pushed{--fa:"\f3e1"}.fa-python{--fa:"\f3e2"}.fa-red-river{--fa:"\f3e3"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-replyd{--fa:"\f3e6"}.fa-resolving{--fa:"\f3e7"}.fa-rocketchat{--fa:"\f3e8"}.fa-rockrms{--fa:"\f3e9"}.fa-schlix{--fa:"\f3ea"}.fa-searchengin{--fa:"\f3eb"}.fa-servicestack{--fa:"\f3ec"}.fa-sistrix{--fa:"\f3ee"}.fa-speakap{--fa:"\f3f3"}.fa-staylinked{--fa:"\f3f5"}.fa-steam-symbol{--fa:"\f3f6"}.fa-sticker-mule{--fa:"\f3f7"}.fa-studiovinari{--fa:"\f3f8"}.fa-supple{--fa:"\f3f9"}.fa-uber{--fa:"\f402"}.fa-uikit{--fa:"\f403"}.fa-uniregistry{--fa:"\f404"}.fa-untappd{--fa:"\f405"}.fa-ussunnah{--fa:"\f407"}.fa-vaadin{--fa:"\f408"}.fa-viber{--fa:"\f409"}.fa-vimeo{--fa:"\f40a"}.fa-vnv{--fa:"\f40b"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-whmcs{--fa:"\f40d"}.fa-wordpress-simple{--fa:"\f411"}.fa-xbox{--fa:"\f412"}.fa-yandex{--fa:"\f413"}.fa-yandex-international{--fa:"\f414"}.fa-apple-pay{--fa:"\f415"}.fa-cc-apple-pay{--fa:"\f416"}.fa-fly{--fa:"\f417"}.fa-node{--fa:"\f419"}.fa-osi{--fa:"\f41a"}.fa-react{--fa:"\f41b"}.fa-autoprefixer{--fa:"\f41c"}.fa-less{--fa:"\f41d"}.fa-sass{--fa:"\f41e"}.fa-vuejs{--fa:"\f41f"}.fa-angular{--fa:"\f420"}.fa-aviato{--fa:"\f421"}.fa-ember{--fa:"\f423"}.fa-gitter{--fa:"\f426"}.fa-hooli{--fa:"\f427"}.fa-strava{--fa:"\f428"}.fa-stripe{--fa:"\f429"}.fa-stripe-s{--fa:"\f42a"}.fa-typo3{--fa:"\f42b"}.fa-amazon-pay{--fa:"\f42c"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-ethereum{--fa:"\f42e"}.fa-korvue{--fa:"\f42f"}.fa-elementor{--fa:"\f430"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-flipboard{--fa:"\f44d"}.fa-hips{--fa:"\f452"}.fa-php{--fa:"\f457"}.fa-quinscape{--fa:"\f459"}.fa-readme{--fa:"\f4d5"}.fa-java{--fa:"\f4e4"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-ebay{--fa:"\f4f4"}.fa-keybase{--fa:"\f4f5"}.fa-mastodon{--fa:"\f4f6"}.fa-r-project{--fa:"\f4f7"}.fa-researchgate{--fa:"\f4f8"}.fa-teamspeak{--fa:"\f4f9"}.fa-first-order-alt{--fa:"\f50a"}.fa-fulcrum{--fa:"\f50b"}.fa-galactic-republic{--fa:"\f50c"}.fa-galactic-senate{--fa:"\f50d"}.fa-jedi-order{--fa:"\f50e"}.fa-mandalorian{--fa:"\f50f"}.fa-old-republic{--fa:"\f510"}.fa-phoenix-squadron{--fa:"\f511"}.fa-sith{--fa:"\f512"}.fa-trade-federation{--fa:"\f513"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-hornbill{--fa:"\f592"}.fa-mailchimp{--fa:"\f59e"}.fa-megaport{--fa:"\f5a3"}.fa-nimblr{--fa:"\f5a8"}.fa-rev{--fa:"\f5b2"}.fa-shopware{--fa:"\f5b5"}.fa-squarespace{--fa:"\f5be"}.fa-themeco{--fa:"\f5c6"}.fa-weebly{--fa:"\f5cc"}.fa-wix{--fa:"\f5cf"}.fa-ello{--fa:"\f5f1"}.fa-hackerrank{--fa:"\f5f7"}.fa-kaggle{--fa:"\f5fa"}.fa-markdown{--fa:"\f60f"}.fa-neos{--fa:"\f612"}.fa-zhihu{--fa:"\f63f"}.fa-alipay{--fa:"\f642"}.fa-the-red-yeti{--fa:"\f69d"}.fa-critical-role{--fa:"\f6c9"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-dev{--fa:"\f6cc"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-think-peaks{--fa:"\f731"}.fa-reacteurope{--fa:"\f75d"}.fa-artstation{--fa:"\f77a"}.fa-atlassian{--fa:"\f77b"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-centos{--fa:"\f789"}.fa-confluence{--fa:"\f78d"}.fa-dhl{--fa:"\f790"}.fa-diaspora{--fa:"\f791"}.fa-fedex{--fa:"\f797"}.fa-fedora{--fa:"\f798"}.fa-figma{--fa:"\f799"}.fa-intercom{--fa:"\f7af"}.fa-invision{--fa:"\f7b0"}.fa-jira{--fa:"\f7b1"}.fa-mendeley{--fa:"\f7b3"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-redhat{--fa:"\f7bc"}.fa-sketch{--fa:"\f7c6"}.fa-sourcetree{--fa:"\f7d3"}.fa-suse{--fa:"\f7d6"}.fa-ubuntu{--fa:"\f7df"}.fa-ups{--fa:"\f7e0"}.fa-usps{--fa:"\f7e1"}.fa-yarn{--fa:"\f7e3"}.fa-airbnb{--fa:"\f834"}.fa-battle-net{--fa:"\f835"}.fa-bootstrap{--fa:"\f836"}.fa-buffer{--fa:"\f837"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-itch-io{--fa:"\f83a"}.fa-salesforce{--fa:"\f83b"}.fa-speaker-deck{--fa:"\f83c"}.fa-symfony{--fa:"\f83d"}.fa-waze{--fa:"\f83f"}.fa-yammer{--fa:"\f840"}.fa-git-alt{--fa:"\f841"}.fa-stackpath{--fa:"\f842"}.fa-cotton-bureau{--fa:"\f89e"}.fa-buy-n-large{--fa:"\f8a6"}.fa-mdb{--fa:"\f8ca"}.fa-orcid{--fa:"\f8d2"}.fa-swift{--fa:"\f8e1"}.fa-umbraco{--fa:"\f8e8"}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
\ No newline at end of file
diff --git a/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-brands-400.otf b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-brands-400.otf
new file mode 100644
index 0000000..9e01332
Binary files /dev/null and b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-brands-400.otf differ
diff --git a/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-brands-400.woff2 b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-brands-400.woff2
new file mode 100644
index 0000000..e1b40e7
Binary files /dev/null and b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-brands-400.woff2 differ
diff --git a/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-regular-400.otf b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-regular-400.otf
new file mode 100644
index 0000000..7cf3bee
Binary files /dev/null and b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-regular-400.otf differ
diff --git a/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-regular-400.woff2 b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-regular-400.woff2
new file mode 100644
index 0000000..d5cbbd1
Binary files /dev/null and b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-regular-400.woff2 differ
diff --git a/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-solid-900.otf b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-solid-900.otf
new file mode 100644
index 0000000..b00559c
Binary files /dev/null and b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-solid-900.otf differ
diff --git a/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-solid-900.woff2 b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-solid-900.woff2
new file mode 100644
index 0000000..2103f09
Binary files /dev/null and b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-solid-900.woff2 differ
diff --git a/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-v4compatibility.woff2 b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-v4compatibility.woff2
new file mode 100644
index 0000000..18a9007
Binary files /dev/null and b/src/Geta.Optimizely.ContentTypeIcons/module/ClientResources/fa7/webfonts/fa-v4compatibility.woff2 differ
diff --git a/src/Geta.Optimizely.ContentTypeIcons/msbuild/Main.proj b/src/Geta.Optimizely.ContentTypeIcons/msbuild/Main.proj
index 990e9a5..2caaf85 100644
--- a/src/Geta.Optimizely.ContentTypeIcons/msbuild/Main.proj
+++ b/src/Geta.Optimizely.ContentTypeIcons/msbuild/Main.proj
@@ -64,7 +64,7 @@
true
- build\net5.0\$(MSBuildProjectName).targets
+ build\$(MSBuildProjectName).targets
\ No newline at end of file