From fa5ee200185f6fdfa5135d3c5b99a8a6be884184 Mon Sep 17 00:00:00 2001 From: Nightprince Date: Sat, 22 Mar 2025 12:59:47 +0330 Subject: [PATCH] Update Font Awesome Icon Picker JS to 3.4.0 --- node_modules/.package-lock.json | 4 +- .../fontawesome-iconpicker/Gruntfile.js | 10 +- .../dist/js/fontawesome-iconpicker.js | 3774 ++++++++--------- .../dist/js/fontawesome-iconpicker.min.js | 2 +- .../fontawesome-iconpicker/index.html | 61 +- package-lock.json | 4 +- 6 files changed, 1921 insertions(+), 1934 deletions(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 9e588397..ab1673d9 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -34,8 +34,8 @@ } }, "node_modules/fontawesome-iconpicker": { - "version": "3.3.0", - "resolved": "git+ssh://git@github.com/Nightprince/fontawesome-iconpicker.git#cb58ef16040939b7a27632b1362ab7de660c6767", + "version": "3.4.0", + "resolved": "git+ssh://git@github.com/Nightprince/fontawesome-iconpicker.git#2b71459d8e2743cdd485bb156c3d0a4e5d48e310", "license": "MIT" }, "node_modules/jquery": { diff --git a/node_modules/fontawesome-iconpicker/Gruntfile.js b/node_modules/fontawesome-iconpicker/Gruntfile.js index 3ddd549c..f78f8814 100644 --- a/node_modules/fontawesome-iconpicker/Gruntfile.js +++ b/node_modules/fontawesome-iconpicker/Gruntfile.js @@ -1,6 +1,6 @@ 'use strict'; -const FONTAWESOME_VERSION = '6.x'; +const FONTAWESOME_VERSION = '6.7.2'; const jsBanner = `/*! * Font Awesome Icon Picker * https://farbelous.github.io/fontawesome-iconpicker/ @@ -46,22 +46,22 @@ module.exports = function(grunt) { style = style.toLowerCase(); if (style.startsWith('brand')) { targetJSON.icons.push({ - title: 'fab ' + icon, + title: 'fa-brands ' + icon, searchTerms: ele.search.terms }); } else if (style.startsWith('solid')) { targetJSON.icons.push({ - title: 'fas ' + icon, + title: 'fa-solid ' + icon, searchTerms: ele.search.terms }); } else if (style.startsWith('regular')) { targetJSON.icons.push({ - title: 'far ' + icon, + title: 'fa-regular ' + icon, searchTerms: ele.search.terms }); } else if (style.startsWith('light')) { targetJSON.icons.push({ - title: 'fal ' + icon, + title: 'fa-light ' + icon, searchTerms: ele.search.terms }); } diff --git a/node_modules/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.js b/node_modules/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.js index 082c6b06..963a22f7 100644 --- a/node_modules/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.js +++ b/node_modules/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.js @@ -1062,6154 +1062,6154 @@ }; r.defaultOptions = c.extend(r.defaultOptions, { icons: [ { - title: "fas fa-0", + title: "fa-solid fa-0", searchTerms: [ "Digit Zero", "nada", "none", "zero", "zilch" ] }, { - title: "fas fa-1", + title: "fa-solid fa-1", searchTerms: [ "Digit One", "one" ] }, { - title: "fas fa-2", + title: "fa-solid fa-2", searchTerms: [ "Digit Two", "two" ] }, { - title: "fas fa-3", + title: "fa-solid fa-3", searchTerms: [ "Digit Three", "three" ] }, { - title: "fas fa-4", + title: "fa-solid fa-4", searchTerms: [ "Digit Four", "four" ] }, { - title: "fas fa-5", + title: "fa-solid fa-5", searchTerms: [ "Digit Five", "five" ] }, { - title: "fas fa-6", + title: "fa-solid fa-6", searchTerms: [ "Digit Six", "six" ] }, { - title: "fas fa-7", + title: "fa-solid fa-7", searchTerms: [ "Digit Seven", "seven" ] }, { - title: "fas fa-8", + title: "fa-solid fa-8", searchTerms: [ "Digit Eight", "eight" ] }, { - title: "fas fa-9", + title: "fa-solid fa-9", searchTerms: [ "Digit Nine", "nine" ] }, { - title: "fab fa-42-group", + title: "fa-brands fa-42-group", searchTerms: [] }, { - title: "fab fa-500px", + title: "fa-brands fa-500px", searchTerms: [] }, { - title: "fas fa-a", + title: "fa-solid fa-a", searchTerms: [ "Latin Capital Letter A", "Latin Small Letter A", "letter" ] }, { - title: "fab fa-accessible-icon", + title: "fa-brands fa-accessible-icon", searchTerms: [ "accessibility", "disabled", "handicap", "person", "uer", "wheelchair", "wheelchair-alt" ] }, { - title: "fab fa-accusoft", + title: "fa-brands fa-accusoft", searchTerms: [] }, { - title: "fas fa-address-book", + title: "fa-solid fa-address-book", searchTerms: [ "contact", "directory", "employee", "index", "little black book", "portfolio", "rolodex", "uer", "username" ] }, { title: "far fa-address-book", searchTerms: [ "contact", "directory", "employee", "index", "little black book", "portfolio", "rolodex", "uer", "username" ] }, { - title: "fas fa-address-card", + title: "fa-solid fa-address-card", searchTerms: [ "about", "contact", "employee", "id", "identification", "portfolio", "postcard", "profile", "registration", "uer", "username" ] }, { title: "far fa-address-card", searchTerms: [ "about", "contact", "employee", "id", "identification", "portfolio", "postcard", "profile", "registration", "uer", "username" ] }, { - title: "fab fa-adn", + title: "fa-brands fa-adn", searchTerms: [] }, { - title: "fab fa-adversal", + title: "fa-brands fa-adversal", searchTerms: [] }, { - title: "fab fa-affiliatetheme", + title: "fa-brands fa-affiliatetheme", searchTerms: [] }, { - title: "fab fa-airbnb", + title: "fa-brands fa-airbnb", searchTerms: [] }, { - title: "fab fa-algolia", + title: "fa-brands fa-algolia", searchTerms: [] }, { - title: "fas fa-align-center", + title: "fa-solid fa-align-center", searchTerms: [ "format", "middle", "paragraph", "text" ] }, { - title: "fas fa-align-justify", + title: "fa-solid fa-align-justify", searchTerms: [ "format", "paragraph", "text" ] }, { - title: "fas fa-align-left", + title: "fa-solid fa-align-left", searchTerms: [ "format", "paragraph", "text" ] }, { - title: "fas fa-align-right", + title: "fa-solid fa-align-right", searchTerms: [ "format", "paragraph", "text" ] }, { - title: "fab fa-alipay", + title: "fa-brands fa-alipay", searchTerms: [] }, { - title: "fab fa-amazon", + title: "fa-brands fa-amazon", searchTerms: [] }, { - title: "fab fa-amazon-pay", + title: "fa-brands fa-amazon-pay", searchTerms: [] }, { - title: "fab fa-amilia", + title: "fa-brands fa-amilia", searchTerms: [] }, { - title: "fas fa-anchor", + title: "fa-solid fa-anchor", searchTerms: [ "anchor", "berth", "boat", "dock", "embed", "link", "maritime", "moor", "port", "secure", "ship", "tool" ] }, { - title: "fas fa-anchor-circle-check", + title: "fa-solid fa-anchor-circle-check", searchTerms: [ "enable", "marina", "not affected", "ok", "okay", "port", "validate", "working" ] }, { - title: "fas fa-anchor-circle-exclamation", + title: "fa-solid fa-anchor-circle-exclamation", searchTerms: [ "affected", "failed", "marina", "port" ] }, { - title: "fas fa-anchor-circle-xmark", + title: "fa-solid fa-anchor-circle-xmark", searchTerms: [ "destroy", "marina", "port", "uncheck" ] }, { - title: "fas fa-anchor-lock", + title: "fa-solid fa-anchor-lock", searchTerms: [ "closed", "lockdown", "marina", "padlock", "port", "privacy", "quarantine" ] }, { - title: "fab fa-android", + title: "fa-brands fa-android", searchTerms: [ "robot" ] }, { - title: "fab fa-angellist", + title: "fa-brands fa-angellist", searchTerms: [] }, { - title: "fas fa-angle-down", + title: "fa-solid fa-angle-down", searchTerms: [ "Down Arrowhead", "arrow", "caret", "download", "expand", "insert" ] }, { - title: "fas fa-angle-left", + title: "fa-solid fa-angle-left", searchTerms: [ "Single Left-Pointing Angle Quotation Mark", "arrow", "back", "caret", "less", "previous" ] }, { - title: "fas fa-angle-right", + title: "fa-solid fa-angle-right", searchTerms: [ "Single Right-Pointing Angle Quotation Mark", "arrow", "care", "forward", "more", "next" ] }, { - title: "fas fa-angle-up", + title: "fa-solid fa-angle-up", searchTerms: [ "Up Arrowhead", "arrow", "caret", "collapse", "upgrade", "upload" ] }, { - title: "fas fa-angles-down", + title: "fa-solid fa-angles-down", searchTerms: [ "arrows", "caret", "download", "expand" ] }, { - title: "fas fa-angles-left", + title: "fa-solid fa-angles-left", searchTerms: [ "Left-Pointing Double Angle Quotation Mark", "arrows", "back", "caret", "laquo", "previous", "quote" ] }, { - title: "fas fa-angles-right", + title: "fa-solid fa-angles-right", searchTerms: [ "Right-Pointing Double Angle Quotation Mark", "arrows", "caret", "forward", "more", "next", "quote", "raquo" ] }, { - title: "fas fa-angles-up", + title: "fa-solid fa-angles-up", searchTerms: [ "arrows", "caret", "collapse", "upload" ] }, { - title: "fab fa-angrycreative", + title: "fa-brands fa-angrycreative", searchTerms: [] }, { - title: "fab fa-angular", + title: "fa-brands fa-angular", searchTerms: [] }, { - title: "fas fa-ankh", + title: "fa-solid fa-ankh", searchTerms: [ "Ankh", "amulet", "copper", "coptic christianity", "copts", "crux ansata", "egypt", "venus" ] }, { - title: "fab fa-app-store", + title: "fa-brands fa-app-store", searchTerms: [] }, { - title: "fab fa-app-store-ios", + title: "fa-brands fa-app-store-ios", searchTerms: [] }, { - title: "fab fa-apper", + title: "fa-brands fa-apper", searchTerms: [] }, { - title: "fab fa-apple", + title: "fa-brands fa-apple", searchTerms: [ "fruit", "ios", "mac", "operating system", "os", "osx" ] }, { - title: "fab fa-apple-pay", + title: "fa-brands fa-apple-pay", searchTerms: [] }, { - title: "fas fa-apple-whole", + title: "fa-solid fa-apple-whole", searchTerms: [ "apple", "fall", "fruit", "fuji", "green", "green apple", "macintosh", "orchard", "red", "red apple", "seasonal", "vegan" ] }, { - title: "fas fa-archway", + title: "fa-solid fa-archway", searchTerms: [ "arc", "monument", "road", "street", "tunnel" ] }, { - title: "fas fa-arrow-down", + title: "fa-solid fa-arrow-down", searchTerms: [ "Downwards Arrow", "download" ] }, { - title: "fas fa-arrow-down-1-9", + title: "fa-solid fa-arrow-down-1-9", searchTerms: [ "arrange", "filter", "numbers", "order", "sort-numeric-asc" ] }, { - title: "fas fa-arrow-down-9-1", + title: "fa-solid fa-arrow-down-9-1", searchTerms: [ "arrange", "filter", "numbers", "order", "sort-numeric-asc" ] }, { - title: "fas fa-arrow-down-a-z", + title: "fa-solid fa-arrow-down-a-z", searchTerms: [ "alphabetical", "arrange", "filter", "order", "sort-alpha-asc" ] }, { - title: "fas fa-arrow-down-long", + title: "fa-solid fa-arrow-down-long", searchTerms: [ "download", "long-arrow-down" ] }, { - title: "fas fa-arrow-down-short-wide", + title: "fa-solid fa-arrow-down-short-wide", searchTerms: [ "arrange", "filter", "order", "sort-amount-asc" ] }, { - title: "fas fa-arrow-down-up-across-line", + title: "fa-solid fa-arrow-down-up-across-line", searchTerms: [ "border", "crossing", "transfer" ] }, { - title: "fas fa-arrow-down-up-lock", + title: "fa-solid fa-arrow-down-up-lock", searchTerms: [ "border", "closed", "crossing", "lockdown", "padlock", "privacy", "quarantine", "transfer" ] }, { - title: "fas fa-arrow-down-wide-short", + title: "fa-solid fa-arrow-down-wide-short", searchTerms: [ "arrange", "filter", "number", "order", "sort-amount-asc" ] }, { - title: "fas fa-arrow-down-z-a", + title: "fa-solid fa-arrow-down-z-a", searchTerms: [ "alphabetical", "arrange", "filter", "order", "sort-alpha-asc" ] }, { - title: "fas fa-arrow-left", + title: "fa-solid fa-arrow-left", searchTerms: [ "Leftwards Arrow", "back", "previous" ] }, { - title: "fas fa-arrow-left-long", + title: "fa-solid fa-arrow-left-long", searchTerms: [ "back", "long-arrow-left", "previous" ] }, { - title: "fas fa-arrow-pointer", + title: "fa-solid fa-arrow-pointer", searchTerms: [ "arrow", "cursor", "select" ] }, { - title: "fas fa-arrow-right", + title: "fa-solid fa-arrow-right", searchTerms: [ "Rightwards Arrow", "forward", "next" ] }, { - title: "fas fa-arrow-right-arrow-left", + title: "fa-solid fa-arrow-right-arrow-left", searchTerms: [ "Rightwards Arrow Over Leftwards Arrow", "arrow", "arrows", "reciprocate", "return", "swap", "transfer" ] }, { - title: "fas fa-arrow-right-from-bracket", + title: "fa-solid fa-arrow-right-from-bracket", searchTerms: [ "arrow", "exit", "leave", "log out", "logout" ] }, { - title: "fas fa-arrow-right-long", + title: "fa-solid fa-arrow-right-long", searchTerms: [ "forward", "long-arrow-right", "next" ] }, { - title: "fas fa-arrow-right-to-bracket", + title: "fa-solid fa-arrow-right-to-bracket", searchTerms: [ "arrow", "enter", "insert", "join", "log in", "login", "sign in", "sign up", "sign-in", "signin", "signup" ] }, { - title: "fas fa-arrow-right-to-city", + title: "fa-solid fa-arrow-right-to-city", searchTerms: [ "building", "city", "exodus", "insert", "rural", "urban" ] }, { - title: "fas fa-arrow-rotate-left", + title: "fa-solid fa-arrow-rotate-left", searchTerms: [ "Anticlockwise Open Circle Arrow", "back", "control z", "exchange", "oops", "return", "rotate", "swap" ] }, { - title: "fas fa-arrow-rotate-right", + title: "fa-solid fa-arrow-rotate-right", searchTerms: [ "Clockwise Open Circle Arrow", "forward", "refresh", "reload", "renew", "repeat", "retry" ] }, { - title: "fas fa-arrow-trend-down", + title: "fa-solid fa-arrow-trend-down", searchTerms: [ "line", "stocks", "trend" ] }, { - title: "fas fa-arrow-trend-up", + title: "fa-solid fa-arrow-trend-up", searchTerms: [ "line", "stocks", "trend" ] }, { - title: "fas fa-arrow-turn-down", + title: "fa-solid fa-arrow-turn-down", searchTerms: [ "arrow" ] }, { - title: "fas fa-arrow-turn-up", + title: "fa-solid fa-arrow-turn-up", searchTerms: [ "arrow" ] }, { - title: "fas fa-arrow-up", + title: "fa-solid fa-arrow-up", searchTerms: [ "Upwards Arrow", "forward", "upgrade", "upload" ] }, { - title: "fas fa-arrow-up-1-9", + title: "fa-solid fa-arrow-up-1-9", searchTerms: [ "arrange", "filter", "numbers", "order", "sort-numeric-desc" ] }, { - title: "fas fa-arrow-up-9-1", + title: "fa-solid fa-arrow-up-9-1", searchTerms: [ "arrange", "filter", "numbers", "order", "sort-numeric-desc" ] }, { - title: "fas fa-arrow-up-a-z", + title: "fa-solid fa-arrow-up-a-z", searchTerms: [ "alphabetical", "arrange", "filter", "order", "sort-alpha-desc" ] }, { - title: "fas fa-arrow-up-from-bracket", + title: "fa-solid fa-arrow-up-from-bracket", searchTerms: [ "share", "transfer", "upgrade", "upload" ] }, { - title: "fas fa-arrow-up-from-ground-water", + title: "fa-solid fa-arrow-up-from-ground-water", searchTerms: [ "groundwater", "spring", "upgrade", "water supply", "water table" ] }, { - title: "fas fa-arrow-up-from-water-pump", + title: "fa-solid fa-arrow-up-from-water-pump", searchTerms: [ "flood", "groundwater", "pump", "submersible", "sump pump", "upgrade" ] }, { - title: "fas fa-arrow-up-long", + title: "fa-solid fa-arrow-up-long", searchTerms: [ "long-arrow-up", "upload" ] }, { - title: "fas fa-arrow-up-right-dots", + title: "fa-solid fa-arrow-up-right-dots", searchTerms: [ "growth", "increase", "population", "upgrade" ] }, { - title: "fas fa-arrow-up-right-from-square", + title: "fa-solid fa-arrow-up-right-from-square", searchTerms: [ "new", "open", "send", "share", "upgrade" ] }, { - title: "fas fa-arrow-up-short-wide", + title: "fa-solid fa-arrow-up-short-wide", searchTerms: [ "arrange", "filter", "order", "sort-amount-desc" ] }, { - title: "fas fa-arrow-up-wide-short", + title: "fa-solid fa-arrow-up-wide-short", searchTerms: [ "arrange", "filter", "order", "sort-amount-desc", "upgrade" ] }, { - title: "fas fa-arrow-up-z-a", + title: "fa-solid fa-arrow-up-z-a", searchTerms: [ "alphabetical", "arrange", "filter", "order", "sort-alpha-desc" ] }, { - title: "fas fa-arrows-down-to-line", + title: "fa-solid fa-arrows-down-to-line", searchTerms: [ "insert", "scale down", "sink" ] }, { - title: "fas fa-arrows-down-to-people", + title: "fa-solid fa-arrows-down-to-people", searchTerms: [ "affected", "focus", "insert", "targeted", "together", "uer" ] }, { - title: "fas fa-arrows-left-right", + title: "fa-solid fa-arrows-left-right", searchTerms: [ "expand", "horizontal", "landscape", "resize", "wide" ] }, { - title: "fas fa-arrows-left-right-to-line", + title: "fa-solid fa-arrows-left-right-to-line", searchTerms: [ "analysis", "expand", "gap" ] }, { - title: "fas fa-arrows-rotate", + title: "fa-solid fa-arrows-rotate", searchTerms: [ "Clockwise Right and Left Semicircle Arrows", "clockwise", "exchange", "modify", "refresh", "reload", "renew", "retry", "rotate", "swap" ] }, { - title: "fas fa-arrows-spin", + title: "fa-solid fa-arrows-spin", searchTerms: [ "cycle", "rotate", "spin", "whirl" ] }, { - title: "fas fa-arrows-split-up-and-left", + title: "fa-solid fa-arrows-split-up-and-left", searchTerms: [ "agile", "split" ] }, { - title: "fas fa-arrows-to-circle", + title: "fa-solid fa-arrows-to-circle", searchTerms: [ "center", "concentrate", "coordinate", "coordination", "focal point", "focus", "insert" ] }, { - title: "fas fa-arrows-to-dot", + title: "fa-solid fa-arrows-to-dot", searchTerms: [ "assembly point", "center", "condense", "focus", "insert", "minimize" ] }, { - title: "fas fa-arrows-to-eye", + title: "fa-solid fa-arrows-to-eye", searchTerms: [ "center", "coordinated assessment", "focus" ] }, { - title: "fas fa-arrows-turn-right", + title: "fa-solid fa-arrows-turn-right", searchTerms: [ "arrows" ] }, { - title: "fas fa-arrows-turn-to-dots", + title: "fa-solid fa-arrows-turn-to-dots", searchTerms: [ "destination", "insert", "nexus" ] }, { - title: "fas fa-arrows-up-down", + title: "fa-solid fa-arrows-up-down", searchTerms: [ "expand", "portrait", "resize", "tall", "vertical" ] }, { - title: "fas fa-arrows-up-down-left-right", + title: "fa-solid fa-arrows-up-down-left-right", searchTerms: [ "arrow", "arrows", "bigger", "enlarge", "expand", "fullscreen", "move", "position", "reorder", "resize" ] }, { - title: "fas fa-arrows-up-to-line", + title: "fa-solid fa-arrows-up-to-line", searchTerms: [ "rise", "scale up", "upgrade" ] }, { - title: "fab fa-artstation", + title: "fa-brands fa-artstation", searchTerms: [] }, { - title: "fas fa-asterisk", + title: "fa-solid fa-asterisk", searchTerms: [ "Asterisk", "Heavy Asterisk", "annotation", "details", "reference", "required", "star" ] }, { - title: "fab fa-asymmetrik", + title: "fa-brands fa-asymmetrik", searchTerms: [] }, { - title: "fas fa-at", + title: "fa-solid fa-at", searchTerms: [ "Commercial At", "address", "author", "e-mail", "email", "fluctuate", "handle" ] }, { - title: "fab fa-atlassian", + title: "fa-brands fa-atlassian", searchTerms: [] }, { - title: "fas fa-atom", + title: "fa-solid fa-atom", searchTerms: [ "atheism", "atheist", "atom", "atom symbol", "chemistry", "electron", "ion", "isotope", "knowledge", "neutron", "nuclear", "proton", "science" ] }, { - title: "fab fa-audible", + title: "fa-brands fa-audible", searchTerms: [] }, { - title: "fas fa-audio-description", + title: "fa-solid fa-audio-description", searchTerms: [ "blind", "narration", "video", "visual" ] }, { - title: "fas fa-austral-sign", + title: "fa-solid fa-austral-sign", searchTerms: [ "Austral Sign", "currency" ] }, { - title: "fab fa-autoprefixer", + title: "fa-brands fa-autoprefixer", searchTerms: [] }, { - title: "fab fa-avianex", + title: "fa-brands fa-avianex", searchTerms: [] }, { - title: "fab fa-aviato", + title: "fa-brands fa-aviato", searchTerms: [] }, { - title: "fas fa-award", + title: "fa-solid fa-award", searchTerms: [ "guarantee", "honor", "praise", "prize", "recognition", "ribbon", "trophy", "warranty" ] }, { - title: "fab fa-aws", + title: "fa-brands fa-aws", searchTerms: [] }, { - title: "fas fa-b", + title: "fa-solid fa-b", searchTerms: [ "Latin Capital Letter B", "Latin Small Letter B", "letter" ] }, { - title: "fas fa-baby", + title: "fa-solid fa-baby", searchTerms: [ "uer", "users-people" ] }, { - title: "fas fa-baby-carriage", + title: "fa-solid fa-baby-carriage", searchTerms: [ "buggy", "carrier", "infant", "push", "stroller", "transportation", "walk", "wheels" ] }, { - title: "fas fa-backward", + title: "fa-solid fa-backward", searchTerms: [ "arrow", "double", "fast reverse button", "previous", "rewind" ] }, { - title: "fas fa-backward-fast", + title: "fa-solid fa-backward-fast", searchTerms: [ "arrow", "beginning", "first", "last track button", "previous", "previous scene", "previous track", "quick", "rewind", "start", "triangle" ] }, { - title: "fas fa-backward-step", + title: "fa-solid fa-backward-step", searchTerms: [ "beginning", "first", "previous", "rewind", "start" ] }, { - title: "fas fa-bacon", + title: "fa-solid fa-bacon", searchTerms: [ "bacon", "blt", "breakfast", "food", "ham", "lard", "meat", "pancetta", "pork", "rasher" ] }, { - title: "fas fa-bacteria", + title: "fa-solid fa-bacteria", searchTerms: [ "antibiotic", "antibody", "covid-19", "health", "organism", "sick" ] }, { - title: "fas fa-bacterium", + title: "fa-solid fa-bacterium", searchTerms: [ "antibiotic", "antibody", "covid-19", "germ", "health", "organism", "sick" ] }, { - title: "fas fa-bag-shopping", + title: "fa-solid fa-bag-shopping", searchTerms: [ "buy", "checkout", "grocery", "payment", "purchase" ] }, { - title: "fas fa-bahai", + title: "fa-solid fa-bahai", searchTerms: [ "bahai", "bahá'í", "star" ] }, { - title: "fas fa-baht-sign", + title: "fa-solid fa-baht-sign", searchTerms: [ "currency" ] }, { - title: "fas fa-ban", + title: "fa-solid fa-ban", searchTerms: [ "404", "abort", "ban", "block", "cancel", "delete", "deny", "disabled", "entry", "failed", "forbidden", "hide", "no", "not", "not found", "prohibit", "prohibited", "remove", "stop", "trash" ] }, { - title: "fas fa-ban-smoking", + title: "fa-solid fa-ban-smoking", searchTerms: [ "ban", "cancel", "deny", "disabled", "forbidden", "no", "no smoking", "non-smoking", "not", "prohibited", "smoking" ] }, { - title: "fas fa-bandage", + title: "fa-solid fa-bandage", searchTerms: [ "adhesive bandage", "bandage", "boo boo", "first aid", "modify", "ouch" ] }, { - title: "fab fa-bandcamp", + title: "fa-brands fa-bandcamp", searchTerms: [] }, { - title: "fas fa-bangladeshi-taka-sign", + title: "fa-solid fa-bangladeshi-taka-sign", searchTerms: [ "bdt", "currency", "tk" ] }, { - title: "fas fa-barcode", + title: "fa-solid fa-barcode", searchTerms: [ "info", "laser", "price", "scan", "upc" ] }, { - title: "fas fa-bars", + title: "fa-solid fa-bars", searchTerms: [ "checklist", "drag", "hamburger", "list", "menu", "nav", "navigation", "ol", "reorder", "settings", "todo", "ul" ] }, { - title: "fas fa-bars-progress", + title: "fa-solid fa-bars-progress", searchTerms: [ "checklist", "downloading", "downloads", "loading", "poll", "progress", "project management", "settings", "to do" ] }, { - title: "fas fa-bars-staggered", + title: "fa-solid fa-bars-staggered", searchTerms: [ "flow", "list", "timeline" ] }, { - title: "fas fa-baseball", + title: "fa-solid fa-baseball", searchTerms: [ "ball", "baseball", "foul", "glove", "hardball", "league", "leather", "mlb", "softball", "sport", "underarm" ] }, { - title: "fas fa-baseball-bat-ball", + title: "fa-solid fa-baseball-bat-ball", searchTerms: [ "bat", "league", "mlb", "slugger", "softball", "sport" ] }, { - title: "fas fa-basket-shopping", + title: "fa-solid fa-basket-shopping", searchTerms: [ "buy", "checkout", "grocery", "payment", "purchase" ] }, { - title: "fas fa-basketball", + title: "fa-solid fa-basketball", searchTerms: [ "ball", "basketball", "dribble", "dunk", "hoop", "nba" ] }, { - title: "fas fa-bath", + title: "fa-solid fa-bath", searchTerms: [ "bath", "bathtub", "clean", "shower", "tub", "wash" ] }, { - title: "fas fa-battery-empty", + title: "fa-solid fa-battery-empty", searchTerms: [ "charge", "dead", "power", "status" ] }, { - title: "fas fa-battery-full", + title: "fa-solid fa-battery-full", searchTerms: [ "batter", "battery", "charge", "power", "status" ] }, { - title: "fas fa-battery-half", + title: "fa-solid fa-battery-half", searchTerms: [ "charge", "power", "status" ] }, { - title: "fas fa-battery-quarter", + title: "fa-solid fa-battery-quarter", searchTerms: [ "charge", "low", "power", "status" ] }, { - title: "fas fa-battery-three-quarters", + title: "fa-solid fa-battery-three-quarters", searchTerms: [ "charge", "power", "status" ] }, { - title: "fab fa-battle-net", + title: "fa-brands fa-battle-net", searchTerms: [] }, { - title: "fas fa-bed", + title: "fa-solid fa-bed", searchTerms: [ "hospital", "hotel", "lodging", "mattress", "patient", "person in bed", "rest", "sleep", "travel", "uer" ] }, { - title: "fas fa-bed-pulse", + title: "fa-solid fa-bed-pulse", searchTerms: [ "EKG", "bed", "electrocardiogram", "health", "hospital", "life", "patient", "vital" ] }, { - title: "fas fa-beer-mug-empty", + title: "fa-solid fa-beer-mug-empty", searchTerms: [ "alcohol", "ale", "bar", "beverage", "brew", "brewery", "drink", "foam", "lager", "liquor", "mug", "stein" ] }, { - title: "fab fa-behance", + title: "fa-brands fa-behance", searchTerms: [] }, { - title: "fas fa-bell", + title: "fa-solid fa-bell", searchTerms: [ "alarm", "alert", "bel", "bell", "chime", "notification", "reminder", "request" ] }, { title: "far fa-bell", searchTerms: [ "alarm", "alert", "bel", "bell", "chime", "notification", "reminder", "request" ] }, { - title: "fas fa-bell-concierge", + title: "fa-solid fa-bell-concierge", searchTerms: [ "attention", "bell", "bellhop", "bellhop bell", "hotel", "receptionist", "request", "service", "support" ] }, { - title: "fas fa-bell-slash", + title: "fa-solid fa-bell-slash", searchTerms: [ "alert", "bell", "bell with slash", "cancel", "disabled", "forbidden", "mute", "notification", "off", "quiet", "reminder", "silent" ] }, { title: "far fa-bell-slash", searchTerms: [ "alert", "bell", "bell with slash", "cancel", "disabled", "forbidden", "mute", "notification", "off", "quiet", "reminder", "silent" ] }, { - title: "fas fa-bezier-curve", + title: "fa-solid fa-bezier-curve", searchTerms: [ "curves", "illustrator", "lines", "path", "vector" ] }, { - title: "fas fa-bicycle", + title: "fa-solid fa-bicycle", searchTerms: [ "bicycle", "bike", "gears", "pedal", "transportation", "vehicle" ] }, { - title: "fab fa-bilibili", + title: "fa-brands fa-bilibili", searchTerms: [] }, { - title: "fab fa-bimobject", + title: "fa-brands fa-bimobject", searchTerms: [] }, { - title: "fas fa-binoculars", + title: "fa-solid fa-binoculars", searchTerms: [ "glasses", "inspection", "magnifier", "magnify", "scenic", "spyglass", "view" ] }, { - title: "fas fa-biohazard", + title: "fa-solid fa-biohazard", searchTerms: [ "biohazard", "covid-19", "danger", "dangerous", "epidemic", "hazmat", "medical", "pandemic", "radioactive", "sign", "toxic", "waste", "zombie" ] }, { - title: "fab fa-bitbucket", + title: "fa-brands fa-bitbucket", searchTerms: [ "atlassian", "bitbucket-square", "git" ] }, { - title: "fab fa-bitcoin", + title: "fa-brands fa-bitcoin", searchTerms: [] }, { - title: "fas fa-bitcoin-sign", + title: "fa-solid fa-bitcoin-sign", searchTerms: [ "Bitcoin Sign", "currency" ] }, { - title: "fab fa-bity", + title: "fa-brands fa-bity", searchTerms: [] }, { - title: "fab fa-black-tie", + title: "fa-brands fa-black-tie", searchTerms: [ "administrator" ] }, { - title: "fab fa-blackberry", + title: "fa-brands fa-blackberry", searchTerms: [] }, { - title: "fas fa-blender", + title: "fa-solid fa-blender", searchTerms: [ "cocktail", "milkshake", "mixer", "puree", "smoothie" ] }, { - title: "fas fa-blender-phone", + title: "fa-solid fa-blender-phone", searchTerms: [ "appliance", "cocktail", "fantasy", "milkshake", "mixer", "puree", "silly", "smoothie" ] }, { - title: "fas fa-blog", + title: "fa-solid fa-blog", searchTerms: [ "journal", "log", "online", "personal", "post", "web 2.0", "wordpress", "writing" ] }, { - title: "fab fa-blogger", + title: "fa-brands fa-blogger", searchTerms: [] }, { - title: "fab fa-blogger-b", + title: "fa-brands fa-blogger-b", searchTerms: [] }, { - title: "fab fa-bluesky", + title: "fa-brands fa-bluesky", searchTerms: [ "social network" ] }, { - title: "fab fa-bluetooth", + title: "fa-brands fa-bluetooth", searchTerms: [ "signal" ] }, { - title: "fab fa-bluetooth-b", + title: "fa-brands fa-bluetooth-b", searchTerms: [] }, { - title: "fas fa-bold", + title: "fa-solid fa-bold", searchTerms: [ "emphasis", "format", "text" ] }, { - title: "fas fa-bolt", + title: "fa-solid fa-bolt", searchTerms: [ "charge", "danger", "electric", "electricity", "flash", "high voltage", "lightning", "voltage", "weather", "zap" ] }, { - title: "fas fa-bolt-lightning", + title: "fa-solid fa-bolt-lightning", searchTerms: [ "electricity", "flash", "lightning", "weather", "zap" ] }, { - title: "fas fa-bomb", + title: "fa-solid fa-bomb", searchTerms: [ "bomb", "comic", "error", "explode", "fuse", "grenade", "warning" ] }, { - title: "fas fa-bone", + title: "fa-solid fa-bone", searchTerms: [ "bone", "calcium", "dog", "skeletal", "skeleton", "tibia" ] }, { - title: "fas fa-bong", + title: "fa-solid fa-bong", searchTerms: [ "aparatus", "cannabis", "marijuana", "pipe", "smoke", "smoking" ] }, { - title: "fas fa-book", + title: "fa-solid fa-book", searchTerms: [ "book", "cover", "decorated", "diary", "documentation", "journal", "knowledge", "library", "notebook", "notebook with decorative cover", "read", "research", "scholar" ] }, { - title: "fas fa-book-atlas", + title: "fa-solid fa-book-atlas", searchTerms: [ "book", "directions", "geography", "globe", "knowledge", "library", "map", "research", "travel", "wayfinding" ] }, { - title: "fas fa-book-bible", + title: "fa-solid fa-book-bible", searchTerms: [ "book", "catholicism", "christianity", "god", "holy" ] }, { - title: "fas fa-book-bookmark", + title: "fa-solid fa-book-bookmark", searchTerms: [ "knowledge", "library", "research" ] }, { - title: "fas fa-book-journal-whills", + title: "fa-solid fa-book-journal-whills", searchTerms: [ "book", "force", "jedi", "sith", "star wars", "yoda" ] }, { - title: "fas fa-book-medical", + title: "fa-solid fa-book-medical", searchTerms: [ "diary", "documentation", "health", "history", "journal", "library", "read", "record", "research" ] }, { - title: "fas fa-book-open", + title: "fa-solid fa-book-open", searchTerms: [ "Book", "book", "flyer", "knowledge", "library", "notebook", "open", "open book", "pamphlet", "reading", "research" ] }, { - title: "fas fa-book-open-reader", + title: "fa-solid fa-book-open-reader", searchTerms: [ "flyer", "library", "notebook", "open book", "pamphlet", "reading", "research" ] }, { - title: "fas fa-book-quran", + title: "fa-solid fa-book-quran", searchTerms: [ "book", "islam", "muslim", "religion" ] }, { - title: "fas fa-book-skull", + title: "fa-solid fa-book-skull", searchTerms: [ "Dungeons & Dragons", "crossbones", "d&d", "dark arts", "death", "dnd", "documentation", "evil", "fantasy", "halloween", "holiday", "library", "necronomicon", "read", "research", "skull", "spell" ] }, { - title: "fas fa-book-tanakh", + title: "fa-solid fa-book-tanakh", searchTerms: [ "book", "jewish", "judaism", "religion" ] }, { - title: "fas fa-bookmark", + title: "fa-solid fa-bookmark", searchTerms: [ "bookmark", "favorite", "library", "mark", "marker", "read", "remember", "research", "save" ] }, { title: "far fa-bookmark", searchTerms: [ "bookmark", "favorite", "library", "mark", "marker", "read", "remember", "research", "save" ] }, { - title: "fab fa-bootstrap", + title: "fa-brands fa-bootstrap", searchTerms: [] }, { - title: "fas fa-border-all", + title: "fa-solid fa-border-all", searchTerms: [ "cell", "grid", "outline", "stroke", "table" ] }, { - title: "fas fa-border-none", + title: "fa-solid fa-border-none", searchTerms: [ "cell", "grid", "outline", "stroke", "table" ] }, { - title: "fas fa-border-top-left", + title: "fa-solid fa-border-top-left", searchTerms: [ "cell", "outline", "stroke", "table" ] }, { - title: "fas fa-bore-hole", + title: "fa-solid fa-bore-hole", searchTerms: [ "bore", "bury", "drill", "hole" ] }, { - title: "fab fa-bots", + title: "fa-brands fa-bots", searchTerms: [] }, { - title: "fas fa-bottle-droplet", + title: "fa-solid fa-bottle-droplet", searchTerms: [ "alcohol", "drink", "oil", "olive oil", "wine" ] }, { - title: "fas fa-bottle-water", + title: "fa-solid fa-bottle-water", searchTerms: [ "h2o", "plastic", "water" ] }, { - title: "fas fa-bowl-food", + title: "fa-solid fa-bowl-food", searchTerms: [ "catfood", "dogfood", "food", "rice" ] }, { - title: "fas fa-bowl-rice", + title: "fa-solid fa-bowl-rice", searchTerms: [ "boiled", "cooked", "cooked rice", "rice", "steamed" ] }, { - title: "fas fa-bowling-ball", + title: "fa-solid fa-bowling-ball", searchTerms: [ "alley", "candlepin", "gutter", "lane", "strike", "tenpin" ] }, { - title: "fas fa-box", + title: "fa-solid fa-box", searchTerms: [ "archive", "box", "container", "package", "parcel", "storage" ] }, { - title: "fas fa-box-archive", + title: "fa-solid fa-box-archive", searchTerms: [ "box", "package", "save", "storage" ] }, { - title: "fas fa-box-open", + title: "fa-solid fa-box-open", searchTerms: [ "archive", "container", "package", "storage", "unpack" ] }, { - title: "fas fa-box-tissue", + title: "fa-solid fa-box-tissue", searchTerms: [ "cough", "covid-19", "kleenex", "mucus", "nose", "sneeze", "snot" ] }, { - title: "fas fa-boxes-packing", + title: "fa-solid fa-boxes-packing", searchTerms: [ "archive", "box", "package", "storage", "supplies" ] }, { - title: "fas fa-boxes-stacked", + title: "fa-solid fa-boxes-stacked", searchTerms: [ "archives", "inventory", "storage", "warehouse" ] }, { - title: "fas fa-braille", + title: "fa-solid fa-braille", searchTerms: [ "alphabet", "blind", "dots", "raised", "vision" ] }, { - title: "fas fa-brain", + title: "fa-solid fa-brain", searchTerms: [ "brain", "cerebellum", "gray matter", "intellect", "intelligent", "knowledge", "medulla oblongata", "mind", "noodle", "scholar", "wit" ] }, { - title: "fab fa-brave", + title: "fa-brands fa-brave", searchTerms: [] }, { - title: "fab fa-brave-reverse", + title: "fa-brands fa-brave-reverse", searchTerms: [] }, { - title: "fas fa-brazilian-real-sign", + title: "fa-solid fa-brazilian-real-sign", searchTerms: [ "brazilian real sign", "currency" ] }, { - title: "fas fa-bread-slice", + title: "fa-solid fa-bread-slice", searchTerms: [ "bake", "bakery", "baking", "dough", "flour", "gluten", "grain", "sandwich", "sourdough", "toast", "wheat", "yeast" ] }, { - title: "fas fa-bridge", + title: "fa-solid fa-bridge", searchTerms: [ "bridge", "road" ] }, { - title: "fas fa-bridge-circle-check", + title: "fa-solid fa-bridge-circle-check", searchTerms: [ "bridge", "enable", "not affected", "ok", "okay", "road", "validate", "working" ] }, { - title: "fas fa-bridge-circle-exclamation", + title: "fa-solid fa-bridge-circle-exclamation", searchTerms: [ "affected", "bridge", "failed", "road" ] }, { - title: "fas fa-bridge-circle-xmark", + title: "fa-solid fa-bridge-circle-xmark", searchTerms: [ "bridge", "destroy", "road", "uncheck" ] }, { - title: "fas fa-bridge-lock", + title: "fa-solid fa-bridge-lock", searchTerms: [ "bridge", "closed", "lockdown", "padlock", "privacy", "quarantine", "road" ] }, { - title: "fas fa-bridge-water", + title: "fa-solid fa-bridge-water", searchTerms: [ "bridge", "road" ] }, { - title: "fas fa-briefcase", + title: "fa-solid fa-briefcase", searchTerms: [ "bag", "briefcas", "briefcase", "business", "luggage", "offer", "office", "portfolio", "work" ] }, { - title: "fas fa-briefcase-medical", + title: "fa-solid fa-briefcase-medical", searchTerms: [ "doctor", "emt", "first aid", "health" ] }, { - title: "fas fa-broom", + title: "fa-solid fa-broom", searchTerms: [ "broom", "clean", "cleaning", "firebolt", "fly", "halloween", "nimbus 2000", "quidditch", "sweep", "sweeping", "witch" ] }, { - title: "fas fa-broom-ball", + title: "fa-solid fa-broom-ball", searchTerms: [ "ball", "bludger", "broom", "golden snitch", "harry potter", "hogwarts", "quaffle", "sport", "wizard" ] }, { - title: "fas fa-brush", + title: "fa-solid fa-brush", searchTerms: [ "art", "bristles", "color", "handle", "maintenance", "modify", "paint" ] }, { - title: "fab fa-btc", + title: "fa-brands fa-btc", searchTerms: [] }, { - title: "fas fa-bucket", + title: "fa-solid fa-bucket", searchTerms: [ "bucket", "pail", "sandcastle" ] }, { - title: "fab fa-buffer", + title: "fa-brands fa-buffer", searchTerms: [] }, { - title: "fas fa-bug", + title: "fa-solid fa-bug", searchTerms: [ "beetle", "error", "glitch", "insect", "repair", "report" ] }, { - title: "fas fa-bug-slash", + title: "fa-solid fa-bug-slash", searchTerms: [ "beetle", "disabled", "fix", "glitch", "insect", "optimize", "repair", "report", "warning" ] }, { - title: "fas fa-bugs", + title: "fa-solid fa-bugs", searchTerms: [ "bedbug", "infestation", "lice", "plague", "ticks" ] }, { - title: "fas fa-building", + title: "fa-solid fa-building", searchTerms: [ "apartment", "building", "business", "city", "company", "office", "office building", "urban", "work" ] }, { title: "far fa-building", searchTerms: [ "apartment", "building", "business", "city", "company", "office", "office building", "urban", "work" ] }, { - title: "fas fa-building-circle-arrow-right", + title: "fa-solid fa-building-circle-arrow-right", searchTerms: [ "building", "city", "distribution center", "office" ] }, { - title: "fas fa-building-circle-check", + title: "fa-solid fa-building-circle-check", searchTerms: [ "building", "city", "enable", "not affected", "office", "ok", "okay", "validate", "working" ] }, { - title: "fas fa-building-circle-exclamation", + title: "fa-solid fa-building-circle-exclamation", searchTerms: [ "affected", "building", "city", "failed", "office" ] }, { - title: "fas fa-building-circle-xmark", + title: "fa-solid fa-building-circle-xmark", searchTerms: [ "building", "city", "destroy", "office", "uncheck" ] }, { - title: "fas fa-building-columns", + title: "fa-solid fa-building-columns", searchTerms: [ "bank", "building", "college", "education", "institution", "museum", "students" ] }, { - title: "fas fa-building-flag", + title: "fa-solid fa-building-flag", searchTerms: [ " city", "building", "diplomat", "embassy", "flag", "headquarters", "united nations" ] }, { - title: "fas fa-building-lock", + title: "fa-solid fa-building-lock", searchTerms: [ "building", "city", "closed", "lock", "lockdown", "padlock", "privacy", "quarantine", "secure" ] }, { - title: "fas fa-building-ngo", + title: "fa-solid fa-building-ngo", searchTerms: [ " city", "building", "non governmental organization", "office" ] }, { - title: "fas fa-building-shield", + title: "fa-solid fa-building-shield", searchTerms: [ "building", "city", "police", "protect", "safety" ] }, { - title: "fas fa-building-un", + title: "fa-solid fa-building-un", searchTerms: [ "building", "city", "office", "united nations" ] }, { - title: "fas fa-building-user", + title: "fa-solid fa-building-user", searchTerms: [ "apartment", "building", "city", "employee", "uer" ] }, { - title: "fas fa-building-wheat", + title: "fa-solid fa-building-wheat", searchTerms: [ "agriculture", "building", "city", "usda" ] }, { - title: "fas fa-bullhorn", + title: "fa-solid fa-bullhorn", searchTerms: [ "Bullhorn", "announcement", "broadcast", "loud", "louder", "loudspeaker", "megaphone", "public address", "request", "share" ] }, { - title: "fas fa-bullseye", + title: "fa-solid fa-bullseye", searchTerms: [ "archery", "goal", "objective", "strategy", "target" ] }, { - title: "fas fa-burger", + title: "fa-solid fa-burger", searchTerms: [ "bacon", "beef", "burger", "burger king", "cheeseburger", "fast food", "grill", "ground beef", "mcdonalds", "sandwich" ] }, { - title: "fab fa-buromobelexperte", + title: "fa-brands fa-buromobelexperte", searchTerms: [] }, { - title: "fas fa-burst", + title: "fa-solid fa-burst", searchTerms: [ "boom", "crash", "explosion" ] }, { - title: "fas fa-bus", + title: "fa-solid fa-bus", searchTerms: [ "bus", "oncoming", "oncoming bus", "public transportation", "transportation", "travel", "vehicle" ] }, { - title: "fas fa-bus-simple", + title: "fa-solid fa-bus-simple", searchTerms: [ "mta", "public transportation", "transportation", "travel", "vehicle" ] }, { - title: "fas fa-business-time", + title: "fa-solid fa-business-time", searchTerms: [ "alarm", "briefcase", "business socks", "clock", "flight of the conchords", "portfolio", "reminder", "wednesday" ] }, { - title: "fab fa-buy-n-large", + title: "fa-brands fa-buy-n-large", searchTerms: [] }, { - title: "fab fa-buysellads", + title: "fa-brands fa-buysellads", searchTerms: [] }, { - title: "fas fa-c", + title: "fa-solid fa-c", searchTerms: [ "Latin Capital Letter C", "Latin Small Letter C", "letter" ] }, { - title: "fas fa-cable-car", + title: "fa-solid fa-cable-car", searchTerms: [ "aerial tramway", "cable", "gondola", "lift", "mountain", "mountain cableway", "tram", "tramway", "trolley" ] }, { - title: "fas fa-cake-candles", + title: "fa-solid fa-cake-candles", searchTerms: [ "anniversary", "bakery", "birthday", "birthday cake", "cake", "candles", "celebration", "dessert", "frosting", "holiday", "party", "pastry", "sweet" ] }, { - title: "fas fa-calculator", + title: "fa-solid fa-calculator", searchTerms: [ "Pocket Calculator", "abacus", "addition", "arithmetic", "counting", "math", "multiplication", "subtraction" ] }, { - title: "fas fa-calendar", + title: "fa-solid fa-calendar", searchTerms: [ "calendar", "calendar-o", "date", "day", "event", "month", "schedule", "tear-off calendar", "time", "when", "year" ] }, { title: "far fa-calendar", searchTerms: [ "calendar", "calendar-o", "date", "day", "event", "month", "schedule", "tear-off calendar", "time", "when", "year" ] }, { - title: "fas fa-calendar-check", + title: "fa-solid fa-calendar-check", searchTerms: [ "accept", "agree", "appointment", "confirm", "correct", "date", "day", "done", "enable", "event", "month", "ok", "schedule", "select", "success", "tick", "time", "todo", "validate", "warranty", "when", "working", "year" ] }, { title: "far fa-calendar-check", searchTerms: [ "accept", "agree", "appointment", "confirm", "correct", "date", "day", "done", "enable", "event", "month", "ok", "schedule", "select", "success", "tick", "time", "todo", "validate", "warranty", "when", "working", "year" ] }, { - title: "fas fa-calendar-day", + title: "fa-solid fa-calendar-day", searchTerms: [ "date", "day", "detail", "event", "focus", "month", "schedule", "single day", "time", "today", "when", "year" ] }, { - title: "fas fa-calendar-days", + title: "fa-solid fa-calendar-days", searchTerms: [ "calendar", "date", "day", "event", "month", "schedule", "time", "when", "year" ] }, { title: "far fa-calendar-days", searchTerms: [ "calendar", "date", "day", "event", "month", "schedule", "time", "when", "year" ] }, { - title: "fas fa-calendar-minus", + title: "fa-solid fa-calendar-minus", searchTerms: [ "calendar", "date", "day", "delete", "event", "month", "negative", "remove", "schedule", "time", "when", "year" ] }, { title: "far fa-calendar-minus", searchTerms: [ "calendar", "date", "day", "delete", "event", "month", "negative", "remove", "schedule", "time", "when", "year" ] }, { - title: "fas fa-calendar-plus", + title: "fa-solid fa-calendar-plus", searchTerms: [ "add", "calendar", "create", "date", "day", "event", "month", "new", "positive", "schedule", "time", "when", "year" ] }, { title: "far fa-calendar-plus", searchTerms: [ "add", "calendar", "create", "date", "day", "event", "month", "new", "positive", "schedule", "time", "when", "year" ] }, { - title: "fas fa-calendar-week", + title: "fa-solid fa-calendar-week", searchTerms: [ "date", "day", "detail", "event", "focus", "month", "schedule", "single week", "time", "today", "when", "year" ] }, { - title: "fas fa-calendar-xmark", + title: "fa-solid fa-calendar-xmark", searchTerms: [ "archive", "calendar", "date", "day", "delete", "event", "month", "remove", "schedule", "time", "uncheck", "when", "x", "year" ] }, { title: "far fa-calendar-xmark", searchTerms: [ "archive", "calendar", "date", "day", "delete", "event", "month", "remove", "schedule", "time", "uncheck", "when", "x", "year" ] }, { - title: "fas fa-camera", + title: "fa-solid fa-camera", searchTerms: [ "image", "img", "lens", "photo", "picture", "record", "shutter", "video" ] }, { - title: "fas fa-camera-retro", + title: "fa-solid fa-camera-retro", searchTerms: [ "camera", "image", "img", "lens", "photo", "picture", "record", "shutter", "video" ] }, { - title: "fas fa-camera-rotate", + title: "fa-solid fa-camera-rotate", searchTerms: [ "flip", "front-facing", "img", "photo", "selfie" ] }, { - title: "fas fa-campground", + title: "fa-solid fa-campground", searchTerms: [ "camping", "fall", "outdoors", "teepee", "tent", "tipi" ] }, { - title: "fab fa-canadian-maple-leaf", + title: "fa-brands fa-canadian-maple-leaf", searchTerms: [ "canada", "flag", "flora", "nature", "plant" ] }, { - title: "fas fa-candy-cane", + title: "fa-solid fa-candy-cane", searchTerms: [ "candy", "christmas", "holiday", "mint", "peppermint", "striped", "xmas" ] }, { - title: "fas fa-cannabis", + title: "fa-solid fa-cannabis", searchTerms: [ "bud", "chronic", "drugs", "endica", "endo", "ganja", "marijuana", "mary jane", "pot", "reefer", "sativa", "spliff", "weed", "whacky-tabacky" ] }, { - title: "fas fa-capsules", + title: "fa-solid fa-capsules", searchTerms: [ "drugs", "medicine", "pills", "prescription" ] }, { - title: "fas fa-car", + title: "fa-solid fa-car", searchTerms: [ "auto", "automobile", "car", "oncoming", "oncoming automobile", "sedan", "transportation", "travel", "vehicle" ] }, { - title: "fas fa-car-battery", + title: "fa-solid fa-car-battery", searchTerms: [ "auto", "electric", "mechanic", "power" ] }, { - title: "fas fa-car-burst", + title: "fa-solid fa-car-burst", searchTerms: [ "accident", "auto", "automobile", "insurance", "sedan", "transportation", "vehicle", "wreck" ] }, { - title: "fas fa-car-on", + title: "fa-solid fa-car-on", searchTerms: [ "alarm", "car", "carjack", "warning" ] }, { - title: "fas fa-car-rear", + title: "fa-solid fa-car-rear", searchTerms: [ "auto", "automobile", "sedan", "transportation", "travel", "vehicle" ] }, { - title: "fas fa-car-side", + title: "fa-solid fa-car-side", searchTerms: [ "auto", "automobile", "car", "sedan", "transportation", "travel", "vehicle" ] }, { - title: "fas fa-car-tunnel", + title: "fa-solid fa-car-tunnel", searchTerms: [ "road", "tunnel" ] }, { - title: "fas fa-caravan", + title: "fa-solid fa-caravan", searchTerms: [ "camper", "motor home", "rv", "trailer", "travel" ] }, { - title: "fas fa-caret-down", + title: "fa-solid fa-caret-down", searchTerms: [ "arrow", "dropdown", "expand", "menu", "more", "triangle" ] }, { - title: "fas fa-caret-left", + title: "fa-solid fa-caret-left", searchTerms: [ "arrow", "back", "previous", "triangle" ] }, { - title: "fas fa-caret-right", + title: "fa-solid fa-caret-right", searchTerms: [ "arrow", "forward", "next", "triangle" ] }, { - title: "fas fa-caret-up", + title: "fa-solid fa-caret-up", searchTerms: [ "arrow", "collapse", "triangle", "upgrade" ] }, { - title: "fas fa-carrot", + title: "fa-solid fa-carrot", searchTerms: [ "bugs bunny", "carrot", "food", "orange", "vegan", "vegetable" ] }, { - title: "fas fa-cart-arrow-down", + title: "fa-solid fa-cart-arrow-down", searchTerms: [ "download", "insert", "save", "shopping" ] }, { - title: "fas fa-cart-flatbed", + title: "fa-solid fa-cart-flatbed", searchTerms: [ "carry", "inventory", "shipping", "transport" ] }, { - title: "fas fa-cart-flatbed-suitcase", + title: "fa-solid fa-cart-flatbed-suitcase", searchTerms: [ "airport", "bag", "baggage", "suitcase", "travel" ] }, { - title: "fas fa-cart-plus", + title: "fa-solid fa-cart-plus", searchTerms: [ "add", "create", "new", "positive", "shopping" ] }, { - title: "fas fa-cart-shopping", + title: "fa-solid fa-cart-shopping", searchTerms: [ "buy", "cart", "checkout", "grocery", "payment", "purchase", "shopping", "shopping cart", "trolley" ] }, { - title: "fas fa-cash-register", + title: "fa-solid fa-cash-register", searchTerms: [ "buy", "cha-ching", "change", "checkout", "commerce", "leaerboard", "machine", "pay", "payment", "purchase", "store" ] }, { - title: "fas fa-cat", + title: "fa-solid fa-cat", searchTerms: [ "cat", "feline", "halloween", "holiday", "kitten", "kitty", "meow", "pet" ] }, { - title: "fab fa-cc-amazon-pay", + title: "fa-brands fa-cc-amazon-pay", searchTerms: [] }, { - title: "fab fa-cc-amex", + title: "fa-brands fa-cc-amex", searchTerms: [ "amex" ] }, { - title: "fab fa-cc-apple-pay", + title: "fa-brands fa-cc-apple-pay", searchTerms: [] }, { - title: "fab fa-cc-diners-club", + title: "fa-brands fa-cc-diners-club", searchTerms: [] }, { - title: "fab fa-cc-discover", + title: "fa-brands fa-cc-discover", searchTerms: [] }, { - title: "fab fa-cc-jcb", + title: "fa-brands fa-cc-jcb", searchTerms: [] }, { - title: "fab fa-cc-mastercard", + title: "fa-brands fa-cc-mastercard", searchTerms: [] }, { - title: "fab fa-cc-paypal", + title: "fa-brands fa-cc-paypal", searchTerms: [] }, { - title: "fab fa-cc-stripe", + title: "fa-brands fa-cc-stripe", searchTerms: [] }, { - title: "fab fa-cc-visa", + title: "fa-brands fa-cc-visa", searchTerms: [] }, { - title: "fas fa-cedi-sign", + title: "fa-solid fa-cedi-sign", searchTerms: [ "Cedi Sign", "currency" ] }, { - title: "fas fa-cent-sign", + title: "fa-solid fa-cent-sign", searchTerms: [ "Cent Sign", "currency" ] }, { - title: "fab fa-centercode", + title: "fa-brands fa-centercode", searchTerms: [] }, { - title: "fab fa-centos", + title: "fa-brands fa-centos", searchTerms: [ "linux", "operating system", "os" ] }, { - title: "fas fa-certificate", + title: "fa-solid fa-certificate", searchTerms: [ "badge", "guarantee", "star", "verified" ] }, { - title: "fas fa-chair", + title: "fa-solid fa-chair", searchTerms: [ "chair", "furniture", "seat", "sit" ] }, { - title: "fas fa-chalkboard", + title: "fa-solid fa-chalkboard", searchTerms: [ "blackboard", "learning", "school", "teaching", "whiteboard", "writing" ] }, { - title: "fas fa-chalkboard-user", + title: "fa-solid fa-chalkboard-user", searchTerms: [ "blackboard", "instructor", "learning", "professor", "school", "uer", "whiteboard", "writing" ] }, { - title: "fas fa-champagne-glasses", + title: "fa-solid fa-champagne-glasses", searchTerms: [ "alcohol", "bar", "beverage", "celebrate", "celebration", "champagne", "clink", "clinking glasses", "drink", "glass", "holiday", "new year's eve", "party", "toast" ] }, { - title: "fas fa-charging-station", + title: "fa-solid fa-charging-station", searchTerms: [ "electric", "ev", "tesla", "vehicle" ] }, { - title: "fas fa-chart-area", + title: "fa-solid fa-chart-area", searchTerms: [ "analytics", "area", "chart", "graph", "performance", "revenue", "statistics" ] }, { - title: "fas fa-chart-bar", + title: "fa-solid fa-chart-bar", searchTerms: [ "analytics", "bar", "chart", "graph", "performance", "statistics" ] }, { title: "far fa-chart-bar", searchTerms: [ "analytics", "bar", "chart", "graph", "performance", "statistics" ] }, { - title: "fas fa-chart-column", + title: "fa-solid fa-chart-column", searchTerms: [ "bar", "bar chart", "chart", "graph", "performance", "revenue", "statistics", "track", "trend" ] }, { - title: "fas fa-chart-gantt", + title: "fa-solid fa-chart-gantt", searchTerms: [ "chart", "graph", "performance", "statistics", "track", "trend" ] }, { - title: "fas fa-chart-line", + title: "fa-solid fa-chart-line", searchTerms: [ "activity", "analytics", "chart", "dashboard", "gain", "graph", "increase", "line", "performance", "revenue", "statistics" ] }, { - title: "fas fa-chart-pie", + title: "fa-solid fa-chart-pie", searchTerms: [ "analytics", "chart", "diagram", "graph", "performance", "pie", "revenue", "statistics" ] }, { - title: "fas fa-chart-simple", + title: "fa-solid fa-chart-simple", searchTerms: [ "analytics", "bar", "chart", "column", "graph", "performance", "revenue", "row", "statistics", "trend" ] }, { - title: "fas fa-check", + title: "fa-solid fa-check", searchTerms: [ "Check Mark", "accept", "agree", "check", "check mark", "checkmark", "confirm", "correct", "coupon", "done", "enable", "mark", "notice", "notification", "notify", "ok", "select", "success", "tick", "todo", "true", "validate", "working", "yes", "✓" ] }, { - title: "fas fa-check-double", + title: "fa-solid fa-check-double", searchTerms: [ "accept", "agree", "checkmark", "confirm", "correct", "coupon", "done", "enable", "notice", "notification", "notify", "ok", "select", "select all", "success", "tick", "todo", "validate", "working" ] }, { - title: "fas fa-check-to-slot", + title: "fa-solid fa-check-to-slot", searchTerms: [ "accept", "cast", "election", "enable", "politics", "positive", "validate", "voting", "working", "yes" ] }, { - title: "fas fa-cheese", + title: "fa-solid fa-cheese", searchTerms: [ "cheddar", "curd", "gouda", "melt", "parmesan", "sandwich", "swiss", "wedge" ] }, { - title: "fas fa-chess", + title: "fa-solid fa-chess", searchTerms: [ "board", "castle", "checkmate", "game", "king", "rook", "strategy", "tournament" ] }, { - title: "fas fa-chess-bishop", + title: "fa-solid fa-chess-bishop", searchTerms: [ "Black Chess Bishop", "board", "checkmate", "game", "strategy" ] }, { title: "far fa-chess-bishop", searchTerms: [ "Black Chess Bishop", "board", "checkmate", "game", "strategy" ] }, { - title: "fas fa-chess-board", + title: "fa-solid fa-chess-board", searchTerms: [ "board", "checkmate", "game", "strategy" ] }, { - title: "fas fa-chess-king", + title: "fa-solid fa-chess-king", searchTerms: [ "Black Chess King", "board", "checkmate", "game", "strategy" ] }, { title: "far fa-chess-king", searchTerms: [ "Black Chess King", "board", "checkmate", "game", "strategy" ] }, { - title: "fas fa-chess-knight", + title: "fa-solid fa-chess-knight", searchTerms: [ "Black Chess Knight", "board", "checkmate", "game", "horse", "strategy" ] }, { title: "far fa-chess-knight", searchTerms: [ "Black Chess Knight", "board", "checkmate", "game", "horse", "strategy" ] }, { - title: "fas fa-chess-pawn", + title: "fa-solid fa-chess-pawn", searchTerms: [ "board", "checkmate", "chess", "chess pawn", "dupe", "expendable", "game", "strategy" ] }, { title: "far fa-chess-pawn", searchTerms: [ "board", "checkmate", "chess", "chess pawn", "dupe", "expendable", "game", "strategy" ] }, { - title: "fas fa-chess-queen", + title: "fa-solid fa-chess-queen", searchTerms: [ "Black Chess Queen", "board", "checkmate", "game", "strategy" ] }, { title: "far fa-chess-queen", searchTerms: [ "Black Chess Queen", "board", "checkmate", "game", "strategy" ] }, { - title: "fas fa-chess-rook", + title: "fa-solid fa-chess-rook", searchTerms: [ "Black Chess Rook", "board", "castle", "checkmate", "game", "strategy" ] }, { title: "far fa-chess-rook", searchTerms: [ "Black Chess Rook", "board", "castle", "checkmate", "game", "strategy" ] }, { - title: "fas fa-chevron-down", + title: "fa-solid fa-chevron-down", searchTerms: [ "arrow", "download", "expand", "insert" ] }, { - title: "fas fa-chevron-left", + title: "fa-solid fa-chevron-left", searchTerms: [ "Left-Pointing Angle Bracket", "arrow", "back", "bracket", "previous" ] }, { - title: "fas fa-chevron-right", + title: "fa-solid fa-chevron-right", searchTerms: [ "Right-Pointing Angle Bracket", "arrow", "bracket", "forward", "next" ] }, { - title: "fas fa-chevron-up", + title: "fa-solid fa-chevron-up", searchTerms: [ "arrow", "collapse", "upgrade", "upload" ] }, { - title: "fas fa-child", + title: "fa-solid fa-child", searchTerms: [ "boy", "girl", "kid", "toddler", "uer", "young", "youth" ] }, { - title: "fas fa-child-combatant", + title: "fa-solid fa-child-combatant", searchTerms: [ "combatant" ] }, { - title: "fas fa-child-dress", + title: "fa-solid fa-child-dress", searchTerms: [ "boy", "girl", "kid", "toddler", "uer", "young", "youth" ] }, { - title: "fas fa-child-reaching", + title: "fa-solid fa-child-reaching", searchTerms: [ "boy", "girl", "kid", "toddler", "uer", "young", "youth" ] }, { - title: "fas fa-children", + title: "fa-solid fa-children", searchTerms: [ "boy", "child", "girl", "kid", "kids", "together", "uer", "young", "youth" ] }, { - title: "fab fa-chrome", + title: "fa-brands fa-chrome", searchTerms: [ "browser" ] }, { - title: "fab fa-chromecast", + title: "fa-brands fa-chromecast", searchTerms: [] }, { - title: "fas fa-church", + title: "fa-solid fa-church", searchTerms: [ "Christian", "building", "cathedral", "chapel", "church", "community", "cross", "religion" ] }, { - title: "fas fa-circle", + title: "fa-solid fa-circle", searchTerms: [ "Black Circle", "Black Large Circle", "black circle", "blue", "blue circle", "brown", "brown circle", "chart", "circle", "circle-thin", "diameter", "dot", "ellipse", "fill", "geometric", "green", "green circle", "notification", "orange", "orange circle", "progress", "purple", "purple circle", "red", "red circle", "round", "white circle", "yellow", "yellow circle" ] }, { title: "far fa-circle", searchTerms: [ "Black Circle", "Black Large Circle", "black circle", "blue", "blue circle", "brown", "brown circle", "chart", "circle", "circle-thin", "diameter", "dot", "ellipse", "fill", "geometric", "green", "green circle", "notification", "orange", "orange circle", "progress", "purple", "purple circle", "red", "red circle", "round", "white circle", "yellow", "yellow circle" ] }, { - title: "fas fa-circle-arrow-down", + title: "fa-solid fa-circle-arrow-down", searchTerms: [ "download" ] }, { - title: "fas fa-circle-arrow-left", + title: "fa-solid fa-circle-arrow-left", searchTerms: [ "back", "previous" ] }, { - title: "fas fa-circle-arrow-right", + title: "fa-solid fa-circle-arrow-right", searchTerms: [ "forward", "next" ] }, { - title: "fas fa-circle-arrow-up", + title: "fa-solid fa-circle-arrow-up", searchTerms: [ "upgrade", "upload" ] }, { - title: "fas fa-circle-check", + title: "fa-solid fa-circle-check", searchTerms: [ "accept", "affected", "agree", "clear", "confirm", "correct", "coupon", "done", "enable", "ok", "select", "success", "tick", "todo", "validate", "working", "yes" ] }, { title: "far fa-circle-check", searchTerms: [ "accept", "affected", "agree", "clear", "confirm", "correct", "coupon", "done", "enable", "ok", "select", "success", "tick", "todo", "validate", "working", "yes" ] }, { - title: "fas fa-circle-chevron-down", + title: "fa-solid fa-circle-chevron-down", searchTerms: [ "arrow", "download", "dropdown", "menu", "more" ] }, { - title: "fas fa-circle-chevron-left", + title: "fa-solid fa-circle-chevron-left", searchTerms: [ "arrow", "back", "previous" ] }, { - title: "fas fa-circle-chevron-right", + title: "fa-solid fa-circle-chevron-right", searchTerms: [ "arrow", "forward", "next" ] }, { - title: "fas fa-circle-chevron-up", + title: "fa-solid fa-circle-chevron-up", searchTerms: [ "arrow", "collapse", "upgrade", "upload" ] }, { - title: "fas fa-circle-dollar-to-slot", + title: "fa-solid fa-circle-dollar-to-slot", searchTerms: [ "contribute", "generosity", "gift", "give", "premium" ] }, { - title: "fas fa-circle-dot", + title: "fa-solid fa-circle-dot", searchTerms: [ "bullseye", "button", "geometric", "notification", "radio", "radio button", "target" ] }, { title: "far fa-circle-dot", searchTerms: [ "bullseye", "button", "geometric", "notification", "radio", "radio button", "target" ] }, { - title: "fas fa-circle-down", + title: "fa-solid fa-circle-down", searchTerms: [ "arrow-circle-o-down", "download" ] }, { title: "far fa-circle-down", searchTerms: [ "arrow-circle-o-down", "download" ] }, { - title: "fas fa-circle-exclamation", + title: "fa-solid fa-circle-exclamation", searchTerms: [ "affect", "alert", "attention", "damage", "danger", "error", "failed", "important", "notice", "notification", "notify", "problem", "required", "warning" ] }, { - title: "fas fa-circle-h", + title: "fa-solid fa-circle-h", searchTerms: [ "Circled Latin Capital Letter H", "clinic", "covid-19", "emergency", "letter", "map" ] }, { - title: "fas fa-circle-half-stroke", + title: "fa-solid fa-circle-half-stroke", searchTerms: [ "Circle with Left Half Black", "adjust", "chart", "contrast", "dark", "fill", "light", "pie", "progress", "saturation" ] }, { - title: "fas fa-circle-info", + title: "fa-solid fa-circle-info", searchTerms: [ "details", "help", "information", "more", "support" ] }, { - title: "fas fa-circle-left", + title: "fa-solid fa-circle-left", searchTerms: [ "arrow-circle-o-left", "back", "previous" ] }, { title: "far fa-circle-left", searchTerms: [ "arrow-circle-o-left", "back", "previous" ] }, { - title: "fas fa-circle-minus", + title: "fa-solid fa-circle-minus", searchTerms: [ "delete", "hide", "negative", "remove", "shape", "trash" ] }, { - title: "fas fa-circle-nodes", + title: "fa-solid fa-circle-nodes", searchTerms: [ "cluster", "connect", "network" ] }, { - title: "fas fa-circle-notch", + title: "fa-solid fa-circle-notch", searchTerms: [ "circle-o-notch", "diameter", "dot", "ellipse", "round", "spinner" ] }, { - title: "fas fa-circle-pause", + title: "fa-solid fa-circle-pause", searchTerms: [ "hold", "wait" ] }, { title: "far fa-circle-pause", searchTerms: [ "hold", "wait" ] }, { - title: "fas fa-circle-play", + title: "fa-solid fa-circle-play", searchTerms: [ "audio", "music", "playing", "sound", "start", "video" ] }, { title: "far fa-circle-play", searchTerms: [ "audio", "music", "playing", "sound", "start", "video" ] }, { - title: "fas fa-circle-plus", + title: "fa-solid fa-circle-plus", searchTerms: [ "add", "create", "expand", "new", "positive", "shape" ] }, { - title: "fas fa-circle-question", + title: "fa-solid fa-circle-question", searchTerms: [ "faq", "help", "information", "support", "unknown" ] }, { title: "far fa-circle-question", searchTerms: [ "faq", "help", "information", "support", "unknown" ] }, { - title: "fas fa-circle-radiation", + title: "fa-solid fa-circle-radiation", searchTerms: [ "danger", "dangerous", "deadly", "hazard", "nuclear", "radioactive", "sign", "warning" ] }, { - title: "fas fa-circle-right", + title: "fa-solid fa-circle-right", searchTerms: [ "arrow-circle-o-right", "forward", "next" ] }, { title: "far fa-circle-right", searchTerms: [ "arrow-circle-o-right", "forward", "next" ] }, { - title: "fas fa-circle-stop", + title: "fa-solid fa-circle-stop", searchTerms: [ "block", "box", "circle", "square" ] }, { title: "far fa-circle-stop", searchTerms: [ "block", "box", "circle", "square" ] }, { - title: "fas fa-circle-up", + title: "fa-solid fa-circle-up", searchTerms: [ "arrow-circle-o-up", "upgrade" ] }, { title: "far fa-circle-up", searchTerms: [ "arrow-circle-o-up", "upgrade" ] }, { - title: "fas fa-circle-user", + title: "fa-solid fa-circle-user", searchTerms: [ "employee", "uer", "username", "users-people" ] }, { title: "far fa-circle-user", searchTerms: [ "employee", "uer", "username", "users-people" ] }, { - title: "fas fa-circle-xmark", + title: "fa-solid fa-circle-xmark", searchTerms: [ "close", "cross", "destroy", "exit", "incorrect", "notice", "notification", "notify", "problem", "uncheck", "wrong", "x" ] }, { title: "far fa-circle-xmark", searchTerms: [ "close", "cross", "destroy", "exit", "incorrect", "notice", "notification", "notify", "problem", "uncheck", "wrong", "x" ] }, { - title: "fas fa-city", + title: "fa-solid fa-city", searchTerms: [ "buildings", "busy", "city", "cityscape", "skyscrapers", "urban", "windows" ] }, { - title: "fas fa-clapperboard", + title: "fa-solid fa-clapperboard", searchTerms: [ "camera", "clapper", "clapper board", "director", "film", "movie", "record" ] }, { - title: "fas fa-clipboard", + title: "fa-solid fa-clipboard", searchTerms: [ "clipboar", "clipboard", "copy", "notepad", "notes", "paste", "record" ] }, { title: "far fa-clipboard", searchTerms: [ "clipboar", "clipboard", "copy", "notepad", "notes", "paste", "record" ] }, { - title: "fas fa-clipboard-check", + title: "fa-solid fa-clipboard-check", searchTerms: [ "accept", "agree", "confirm", "coupon", "done", "enable", "ok", "select", "success", "tick", "todo", "validate", "working", "yes" ] }, { - title: "fas fa-clipboard-list", + title: "fa-solid fa-clipboard-list", searchTerms: [ "cheatsheet", "checklist", "completed", "done", "finished", "intinerary", "ol", "schedule", "summary", "survey", "tick", "todo", "ul", "wishlist" ] }, { - title: "fas fa-clipboard-question", + title: "fa-solid fa-clipboard-question", searchTerms: [ "assistance", "faq", "interview", "query", "question" ] }, { - title: "fas fa-clipboard-user", + title: "fa-solid fa-clipboard-user", searchTerms: [ "attendance", "employee", "record", "roster", "staff", "uer" ] }, { - title: "fas fa-clock", + title: "fa-solid fa-clock", searchTerms: [ "00", "4", "4:00", "clock", "date", "four", "four o’clock", "hour", "late", "minute", "o'clock", "o’clock", "pending", "schedule", "ticking", "time", "timer", "timestamp", "watch" ] }, { title: "far fa-clock", searchTerms: [ "00", "4", "4:00", "clock", "date", "four", "four o’clock", "hour", "late", "minute", "o'clock", "o’clock", "pending", "schedule", "ticking", "time", "timer", "timestamp", "watch" ] }, { - title: "fas fa-clock-rotate-left", + title: "fa-solid fa-clock-rotate-left", searchTerms: [ "Rewind", "clock", "pending", "reverse", "time", "time machine", "time travel", "waiting" ] }, { - title: "fas fa-clone", + title: "fa-solid fa-clone", searchTerms: [ "arrange", "copy", "duplicate", "paste" ] }, { title: "far fa-clone", searchTerms: [ "arrange", "copy", "duplicate", "paste" ] }, { - title: "fas fa-closed-captioning", + title: "fa-solid fa-closed-captioning", searchTerms: [ "cc", "deaf", "hearing", "subtitle", "subtitling", "text", "video" ] }, { title: "far fa-closed-captioning", searchTerms: [ "cc", "deaf", "hearing", "subtitle", "subtitling", "text", "video" ] }, { - title: "fas fa-cloud", + title: "fa-solid fa-cloud", searchTerms: [ "atmosphere", "cloud", "fog", "overcast", "save", "upload", "weather" ] }, { - title: "fas fa-cloud-arrow-down", + title: "fa-solid fa-cloud-arrow-down", searchTerms: [ "download", "export", "save" ] }, { - title: "fas fa-cloud-arrow-up", + title: "fa-solid fa-cloud-arrow-up", searchTerms: [ "import", "save", "upgrade", "upload" ] }, { - title: "fas fa-cloud-bolt", + title: "fa-solid fa-cloud-bolt", searchTerms: [ "bolt", "cloud", "cloud with lightning", "lightning", "precipitation", "rain", "storm", "weather" ] }, { - title: "fas fa-cloud-meatball", + title: "fa-solid fa-cloud-meatball", searchTerms: [ "FLDSMDFR", "food", "spaghetti", "storm" ] }, { - title: "fas fa-cloud-moon", + title: "fa-solid fa-cloud-moon", searchTerms: [ "crescent", "evening", "lunar", "night", "partly cloudy", "sky" ] }, { - title: "fas fa-cloud-moon-rain", + title: "fa-solid fa-cloud-moon-rain", searchTerms: [ "crescent", "evening", "lunar", "night", "partly cloudy", "precipitation", "rain", "sky", "storm" ] }, { - title: "fas fa-cloud-rain", + title: "fa-solid fa-cloud-rain", searchTerms: [ "Rain", "cloud", "cloud with rain", "precipitation", "rain", "sky", "storm" ] }, { - title: "fas fa-cloud-showers-heavy", + title: "fa-solid fa-cloud-showers-heavy", searchTerms: [ "precipitation", "rain", "sky", "storm" ] }, { - title: "fas fa-cloud-showers-water", + title: "fa-solid fa-cloud-showers-water", searchTerms: [ "cloud", "deluge", "flood", "rain", "storm", "surge" ] }, { - title: "fas fa-cloud-sun", + title: "fa-solid fa-cloud-sun", searchTerms: [ "clear", "cloud", "day", "daytime", "fall", "outdoors", "overcast", "partly cloudy", "sun", "sun behind cloud" ] }, { - title: "fas fa-cloud-sun-rain", + title: "fa-solid fa-cloud-sun-rain", searchTerms: [ "cloud", "day", "overcast", "precipitation", "rain", "storm", "summer", "sun", "sun behind rain cloud", "sunshower" ] }, { - title: "fab fa-cloudflare", + title: "fa-brands fa-cloudflare", searchTerms: [] }, { - title: "fab fa-cloudscale", + title: "fa-brands fa-cloudscale", searchTerms: [] }, { - title: "fab fa-cloudsmith", + title: "fa-brands fa-cloudsmith", searchTerms: [] }, { - title: "fab fa-cloudversify", + title: "fa-brands fa-cloudversify", searchTerms: [] }, { - title: "fas fa-clover", + title: "fa-solid fa-clover", searchTerms: [ "4", "charm", "clover", "four", "four leaf clover", "four-leaf clover", "leaf", "leprechaun", "luck", "lucky" ] }, { - title: "fab fa-cmplid", + title: "fa-brands fa-cmplid", searchTerms: [] }, { - title: "fas fa-code", + title: "fa-solid fa-code", searchTerms: [ "brackets", "code", "development", "html", "mysql", "sql" ] }, { - title: "fas fa-code-branch", + title: "fa-solid fa-code-branch", searchTerms: [ "branch", "git", "github", "mysql", "rebase", "sql", "svn", "vcs", "version" ] }, { - title: "fas fa-code-commit", + title: "fa-solid fa-code-commit", searchTerms: [ "commit", "git", "github", "hash", "rebase", "svn", "vcs", "version" ] }, { - title: "fas fa-code-compare", + title: "fa-solid fa-code-compare", searchTerms: [ "compare", "git", "github", "svn", "version" ] }, { - title: "fas fa-code-fork", + title: "fa-solid fa-code-fork", searchTerms: [ "fork", "git", "github", "svn", "version" ] }, { - title: "fas fa-code-merge", + title: "fa-solid fa-code-merge", searchTerms: [ "git", "github", "merge", "pr", "rebase", "svn", "vcs", "version" ] }, { - title: "fas fa-code-pull-request", + title: "fa-solid fa-code-pull-request", searchTerms: [ "git", "github", "pr", "svn", "version" ] }, { - title: "fab fa-codepen", + title: "fa-brands fa-codepen", searchTerms: [] }, { - title: "fab fa-codiepie", + title: "fa-brands fa-codiepie", searchTerms: [] }, { - title: "fas fa-coins", + title: "fa-solid fa-coins", searchTerms: [ "currency", "dime", "financial", "gold", "money", "penny", "premium" ] }, { - title: "fas fa-colon-sign", + title: "fa-solid fa-colon-sign", searchTerms: [ "Colon Sign", "currency" ] }, { - title: "fas fa-comment", + title: "fa-solid fa-comment", searchTerms: [ " conversation", " discussion", " talking", "Right Speech Bubble", "answer", "bubble", "chat", "commenting", "conversation", "feedback", "message", "note", "notification", "sms", "speech", "talk", "texting" ] }, { title: "far fa-comment", searchTerms: [ " conversation", " discussion", " talking", "Right Speech Bubble", "answer", "bubble", "chat", "commenting", "conversation", "feedback", "message", "note", "notification", "sms", "speech", "talk", "texting" ] }, { - title: "fas fa-comment-dollar", + title: "fa-solid fa-comment-dollar", searchTerms: [ "answer", "bubble", "chat", "commenting", "conversation", "feedback", "message", "money", "note", "notification", "pay", "salary", "sms", "speech", "spend", "texting", "transfer" ] }, { - title: "fas fa-comment-dots", + title: "fa-solid fa-comment-dots", searchTerms: [ "answer", "balloon", "bubble", "chat", "comic", "commenting", "conversation", "dialog", "feedback", "message", "more", "note", "notification", "reply", "request", "sms", "speech", "speech balloon", "texting" ] }, { title: "far fa-comment-dots", searchTerms: [ "answer", "balloon", "bubble", "chat", "comic", "commenting", "conversation", "dialog", "feedback", "message", "more", "note", "notification", "reply", "request", "sms", "speech", "speech balloon", "texting" ] }, { - title: "fas fa-comment-medical", + title: "fa-solid fa-comment-medical", searchTerms: [ "advice", "answer", "bubble", "chat", "commenting", "conversation", "diagnose", "feedback", "message", "note", "notification", "prescription", "sms", "speech", "texting" ] }, { - title: "fas fa-comment-slash", + title: "fa-solid fa-comment-slash", searchTerms: [ "answer", "bubble", "cancel", "chat", "commenting", "conversation", "disabled", "feedback", "message", "mute", "note", "notification", "quiet", "sms", "speech", "texting" ] }, { - title: "fas fa-comment-sms", + title: "fa-solid fa-comment-sms", searchTerms: [ "answer", "chat", "conversation", "message", "mobile", "notification", "phone", "sms", "texting" ] }, { - title: "fas fa-comments", + title: "fa-solid fa-comments", searchTerms: [ " conversation", " discussion", " talking", "Two Speech Bubbles", "answer", "bubble", "chat", "commenting", "conversation", "feedback", "message", "note", "notification", "sms", "speech", "talk", "texting" ] }, { title: "far fa-comments", searchTerms: [ " conversation", " discussion", " talking", "Two Speech Bubbles", "answer", "bubble", "chat", "commenting", "conversation", "feedback", "message", "note", "notification", "sms", "speech", "talk", "texting" ] }, { - title: "fas fa-comments-dollar", + title: "fa-solid fa-comments-dollar", searchTerms: [ "answer", "bubble", "chat", "commenting", "conversation", "feedback", "message", "money", "note", "notification", "pay", "salary", "sms", "speech", "spend", "texting", "transfer" ] }, { - title: "fas fa-compact-disc", + title: "fa-solid fa-compact-disc", searchTerms: [ "Optical Disc Icon", "album", "blu-ray", "bluray", "cd", "computer", "disc", "disk", "dvd", "media", "movie", "music", "optical", "optical disk", "record", "video", "vinyl" ] }, { - title: "fas fa-compass", + title: "fa-solid fa-compass", searchTerms: [ "compass", "directions", "directory", "location", "magnetic", "menu", "navigation", "orienteering", "safari", "travel" ] }, { title: "far fa-compass", searchTerms: [ "compass", "directions", "directory", "location", "magnetic", "menu", "navigation", "orienteering", "safari", "travel" ] }, { - title: "fas fa-compass-drafting", + title: "fa-solid fa-compass-drafting", searchTerms: [ "design", "map", "mechanical drawing", "plot", "plotting" ] }, { - title: "fas fa-compress", + title: "fa-solid fa-compress", searchTerms: [ "collapse", "fullscreen", "minimize", "move", "resize", "shrink", "smaller" ] }, { - title: "fas fa-computer", + title: "fa-solid fa-computer", searchTerms: [ "computer", "desktop", "display", "monitor", "tower" ] }, { - title: "fas fa-computer-mouse", + title: "fa-solid fa-computer-mouse", searchTerms: [ "click", "computer", "computer mouse", "cursor", "input", "peripheral" ] }, { - title: "fab fa-confluence", + title: "fa-brands fa-confluence", searchTerms: [ "atlassian" ] }, { - title: "fab fa-connectdevelop", + title: "fa-brands fa-connectdevelop", searchTerms: [] }, { - title: "fab fa-contao", + title: "fa-brands fa-contao", searchTerms: [] }, { - title: "fas fa-cookie", + title: "fa-solid fa-cookie", searchTerms: [ "baked good", "chips", "chocolate", "cookie", "dessert", "eat", "snack", "sweet", "treat" ] }, { - title: "fas fa-cookie-bite", + title: "fa-solid fa-cookie-bite", searchTerms: [ "baked good", "bitten", "chips", "chocolate", "eat", "snack", "sweet", "treat" ] }, { - title: "fas fa-copy", + title: "fa-solid fa-copy", searchTerms: [ "clone", "duplicate", "file", "files-o", "paper", "paste" ] }, { title: "far fa-copy", searchTerms: [ "clone", "duplicate", "file", "files-o", "paper", "paste" ] }, { - title: "fas fa-copyright", + title: "fa-solid fa-copyright", searchTerms: [ "brand", "c", "copyright", "mark", "register", "trademark" ] }, { title: "far fa-copyright", searchTerms: [ "brand", "c", "copyright", "mark", "register", "trademark" ] }, { - title: "fab fa-cotton-bureau", + title: "fa-brands fa-cotton-bureau", searchTerms: [ "clothing", "t-shirts", "tshirts" ] }, { - title: "fas fa-couch", + title: "fa-solid fa-couch", searchTerms: [ "chair", "cushion", "furniture", "relax", "sofa" ] }, { - title: "fas fa-cow", + title: "fa-solid fa-cow", searchTerms: [ "agriculture", "animal", "beef", "bovine", "co", "cow", "farm", "fauna", "livestock", "mammal", "milk", "moo" ] }, { - title: "fab fa-cpanel", + title: "fa-brands fa-cpanel", searchTerms: [] }, { - title: "fab fa-creative-commons", + title: "fa-brands fa-creative-commons", searchTerms: [] }, { - title: "fab fa-creative-commons-by", + title: "fa-brands fa-creative-commons-by", searchTerms: [] }, { - title: "fab fa-creative-commons-nc", + title: "fa-brands fa-creative-commons-nc", searchTerms: [] }, { - title: "fab fa-creative-commons-nc-eu", + title: "fa-brands fa-creative-commons-nc-eu", searchTerms: [] }, { - title: "fab fa-creative-commons-nc-jp", + title: "fa-brands fa-creative-commons-nc-jp", searchTerms: [] }, { - title: "fab fa-creative-commons-nd", + title: "fa-brands fa-creative-commons-nd", searchTerms: [] }, { - title: "fab fa-creative-commons-pd", + title: "fa-brands fa-creative-commons-pd", searchTerms: [] }, { - title: "fab fa-creative-commons-pd-alt", + title: "fa-brands fa-creative-commons-pd-alt", searchTerms: [] }, { - title: "fab fa-creative-commons-remix", + title: "fa-brands fa-creative-commons-remix", searchTerms: [] }, { - title: "fab fa-creative-commons-sa", + title: "fa-brands fa-creative-commons-sa", searchTerms: [] }, { - title: "fab fa-creative-commons-sampling", + title: "fa-brands fa-creative-commons-sampling", searchTerms: [] }, { - title: "fab fa-creative-commons-sampling-plus", + title: "fa-brands fa-creative-commons-sampling-plus", searchTerms: [] }, { - title: "fab fa-creative-commons-share", + title: "fa-brands fa-creative-commons-share", searchTerms: [] }, { - title: "fab fa-creative-commons-zero", + title: "fa-brands fa-creative-commons-zero", searchTerms: [] }, { - title: "fas fa-credit-card", + title: "fa-solid fa-credit-card", searchTerms: [ "buy", "card", "checkout", "credit", "credit card", "credit-card-alt", "debit", "money", "payment", "purchase" ] }, { title: "far fa-credit-card", searchTerms: [ "buy", "card", "checkout", "credit", "credit card", "credit-card-alt", "debit", "money", "payment", "purchase" ] }, { - title: "fab fa-critical-role", + title: "fa-brands fa-critical-role", searchTerms: [ "Dungeons & Dragons", "d&d", "dnd", "fantasy", "game", "gaming", "tabletop" ] }, { - title: "fas fa-crop", + title: "fa-solid fa-crop", searchTerms: [ "design", "frame", "mask", "modify", "resize", "shrink" ] }, { - title: "fas fa-crop-simple", + title: "fa-solid fa-crop-simple", searchTerms: [ "design", "frame", "mask", "modify", "resize", "shrink" ] }, { - title: "fas fa-cross", + title: "fa-solid fa-cross", searchTerms: [ "Christian", "Heavy Latin Cross", "catholicism", "christianity", "church", "cross", "jesus", "latin cross", "religion" ] }, { - title: "fas fa-crosshairs", + title: "fa-solid fa-crosshairs", searchTerms: [ "aim", "bullseye", "gpd", "picker", "position" ] }, { - title: "fas fa-crow", + title: "fa-solid fa-crow", searchTerms: [ "bird", "bullfrog", "fauna", "halloween", "holiday", "toad" ] }, { - title: "fas fa-crown", + title: "fa-solid fa-crown", searchTerms: [ "award", "clothing", "crown", "favorite", "king", "queen", "royal", "tiara", "vip" ] }, { - title: "fas fa-crutch", + title: "fa-solid fa-crutch", searchTerms: [ "cane", "injury", "mobility", "wheelchair" ] }, { - title: "fas fa-cruzeiro-sign", + title: "fa-solid fa-cruzeiro-sign", searchTerms: [ "Cruzeiro Sign", "currency" ] }, { - title: "fab fa-css3", + title: "fa-brands fa-css3", searchTerms: [ "code" ] }, { - title: "fab fa-css3-alt", + title: "fa-brands fa-css3-alt", searchTerms: [] }, { - title: "fas fa-cube", + title: "fa-solid fa-cube", searchTerms: [ "3d", "block", "dice", "package", "square", "tesseract" ] }, { - title: "fas fa-cubes", + title: "fa-solid fa-cubes", searchTerms: [ "3d", "block", "dice", "package", "pyramid", "square", "stack", "tesseract" ] }, { - title: "fas fa-cubes-stacked", + title: "fa-solid fa-cubes-stacked", searchTerms: [ "blocks", "cubes", "sugar" ] }, { - title: "fab fa-cuttlefish", + title: "fa-brands fa-cuttlefish", searchTerms: [] }, { - title: "fas fa-d", + title: "fa-solid fa-d", searchTerms: [ "Latin Capital Letter D", "Latin Small Letter D", "letter" ] }, { - title: "fab fa-d-and-d", + title: "fa-brands fa-d-and-d", searchTerms: [] }, { - title: "fab fa-d-and-d-beyond", + title: "fa-brands fa-d-and-d-beyond", searchTerms: [ "Dungeons & Dragons", "d&d", "dnd", "fantasy", "gaming", "tabletop" ] }, { - title: "fab fa-dailymotion", + title: "fa-brands fa-dailymotion", searchTerms: [] }, { - title: "fab fa-dart-lang", + title: "fa-brands fa-dart-lang", searchTerms: [] }, { - title: "fab fa-dashcube", + title: "fa-brands fa-dashcube", searchTerms: [] }, { - title: "fas fa-database", + title: "fa-solid fa-database", searchTerms: [ "computer", "development", "directory", "memory", "mysql", "sql", "storage" ] }, { - title: "fab fa-debian", + title: "fa-brands fa-debian", searchTerms: [] }, { - title: "fab fa-deezer", + title: "fa-brands fa-deezer", searchTerms: [] }, { - title: "fas fa-delete-left", + title: "fa-solid fa-delete-left", searchTerms: [ "Erase to the Left", "command", "delete", "erase", "keyboard", "undo" ] }, { - title: "fab fa-delicious", + title: "fa-brands fa-delicious", searchTerms: [] }, { - title: "fas fa-democrat", + title: "fa-solid fa-democrat", searchTerms: [ "american", "democratic party", "donkey", "election", "left", "left-wing", "liberal", "politics", "usa" ] }, { - title: "fab fa-deploydog", + title: "fa-brands fa-deploydog", searchTerms: [] }, { - title: "fab fa-deskpro", + title: "fa-brands fa-deskpro", searchTerms: [] }, { - title: "fas fa-desktop", + title: "fa-solid fa-desktop", searchTerms: [ "computer", "cpu", "demo", "desktop", "desktop computer", "device", "imac", "machine", "monitor", "pc", "screen" ] }, { - title: "fab fa-dev", + title: "fa-brands fa-dev", searchTerms: [] }, { - title: "fab fa-deviantart", + title: "fa-brands fa-deviantart", searchTerms: [] }, { - title: "fas fa-dharmachakra", + title: "fa-solid fa-dharmachakra", searchTerms: [ "Buddhist", "buddhism", "buddhist", "dharma", "religion", "wheel", "wheel of dharma" ] }, { - title: "fab fa-dhl", + title: "fa-brands fa-dhl", searchTerms: [ "Dalsey", "Hillblom and Lynn", "german", "package", "shipping" ] }, { - title: "fas fa-diagram-next", + title: "fa-solid fa-diagram-next", searchTerms: [ "cells", "chart", "gantt", "row", "subtask", "successor", "table" ] }, { - title: "fas fa-diagram-predecessor", + title: "fa-solid fa-diagram-predecessor", searchTerms: [ "cells", "chart", "gantt", "predecessor", "previous", "row", "subtask", "table" ] }, { - title: "fas fa-diagram-project", + title: "fa-solid fa-diagram-project", searchTerms: [ "chart", "graph", "network", "pert", "statistics" ] }, { - title: "fas fa-diagram-successor", + title: "fa-solid fa-diagram-successor", searchTerms: [ "cells", "chart", "gantt", "next", "row", "subtask", "successor", "table" ] }, { - title: "fas fa-diamond", + title: "fa-solid fa-diamond", searchTerms: [ "ace", "card", "cards", "diamond suit", "game", "gem", "gemstone", "poker", "suit" ] }, { - title: "fas fa-diamond-turn-right", + title: "fa-solid fa-diamond-turn-right", searchTerms: [ "map", "navigation", "sign", "turn" ] }, { - title: "fab fa-diaspora", + title: "fa-brands fa-diaspora", searchTerms: [] }, { - title: "fas fa-dice", + title: "fa-solid fa-dice", searchTerms: [ "chance", "dice", "die", "gambling", "game", "game die", "roll" ] }, { - title: "fas fa-dice-d20", + title: "fa-solid fa-dice-d20", searchTerms: [ "Dungeons & Dragons", "chance", "d&d", "dnd", "fantasy", "gambling", "game", "roll" ] }, { - title: "fas fa-dice-d6", + title: "fa-solid fa-dice-d6", searchTerms: [ "Dungeons & Dragons", "chance", "d&d", "dnd", "fantasy", "gambling", "game", "roll" ] }, { - title: "fas fa-dice-five", + title: "fa-solid fa-dice-five", searchTerms: [ "Die Face-5", "chance", "gambling", "game", "roll" ] }, { - title: "fas fa-dice-four", + title: "fa-solid fa-dice-four", searchTerms: [ "Die Face-4", "chance", "gambling", "game", "roll" ] }, { - title: "fas fa-dice-one", + title: "fa-solid fa-dice-one", searchTerms: [ "Die Face-1", "chance", "gambling", "game", "roll" ] }, { - title: "fas fa-dice-six", + title: "fa-solid fa-dice-six", searchTerms: [ "Die Face-6", "chance", "gambling", "game", "roll" ] }, { - title: "fas fa-dice-three", + title: "fa-solid fa-dice-three", searchTerms: [ "Die Face-3", "chance", "gambling", "game", "roll" ] }, { - title: "fas fa-dice-two", + title: "fa-solid fa-dice-two", searchTerms: [ "Die Face-2", "chance", "gambling", "game", "roll" ] }, { - title: "fab fa-digg", + title: "fa-brands fa-digg", searchTerms: [] }, { - title: "fab fa-digital-ocean", + title: "fa-brands fa-digital-ocean", searchTerms: [] }, { - title: "fab fa-discord", + title: "fa-brands fa-discord", searchTerms: [] }, { - title: "fab fa-discourse", + title: "fa-brands fa-discourse", searchTerms: [] }, { - title: "fas fa-disease", + title: "fa-solid fa-disease", searchTerms: [ "bacteria", "cancer", "coronavirus", "covid-19", "flu", "illness", "infection", "pandemic", "sickness", "virus" ] }, { - title: "fas fa-display", + title: "fa-solid fa-display", searchTerms: [ "Screen", "computer", "desktop", "imac" ] }, { - title: "fas fa-divide", + title: "fa-solid fa-divide", searchTerms: [ "Division Sign", "arithmetic", "calculus", "divide", "division", "math", "sign", "÷" ] }, { - title: "fas fa-dna", + title: "fa-solid fa-dna", searchTerms: [ "biologist", "dna", "double helix", "evolution", "gene", "genetic", "genetics", "helix", "life", "molecule", "protein" ] }, { - title: "fab fa-dochub", + title: "fa-brands fa-dochub", searchTerms: [] }, { - title: "fab fa-docker", + title: "fa-brands fa-docker", searchTerms: [] }, { - title: "fas fa-dog", + title: "fa-solid fa-dog", searchTerms: [ "animal", "canine", "dog", "fauna", "mammal", "pet", "pooch", "puppy", "woof" ] }, { - title: "fas fa-dollar-sign", + title: "fa-solid fa-dollar-sign", searchTerms: [ "Dollar Sign", "coupon", "currency", "dollar", "heavy dollar sign", "investment", "money", "premium", "revenue", "salary" ] }, { - title: "fas fa-dolly", + title: "fa-solid fa-dolly", searchTerms: [ "carry", "shipping", "transport" ] }, { - title: "fas fa-dong-sign", + title: "fa-solid fa-dong-sign", searchTerms: [ "Dong Sign", "currency" ] }, { - title: "fas fa-door-closed", + title: "fa-solid fa-door-closed", searchTerms: [ "doo", "door", "enter", "exit", "locked", "privacy" ] }, { - title: "fas fa-door-open", + title: "fa-solid fa-door-open", searchTerms: [ "enter", "exit", "welcome" ] }, { - title: "fas fa-dove", + title: "fa-solid fa-dove", searchTerms: [ "bird", "dove", "fauna", "fly", "flying", "peace", "war" ] }, { - title: "fas fa-down-left-and-up-right-to-center", + title: "fa-solid fa-down-left-and-up-right-to-center", searchTerms: [ " scale", "collapse", "fullscreen", "minimize", "move", "resize", "shrink", "size", "smaller" ] }, { - title: "fas fa-down-long", + title: "fa-solid fa-down-long", searchTerms: [ "download", "long-arrow-down" ] }, { - title: "fas fa-download", + title: "fa-solid fa-download", searchTerms: [ "export", "hard drive", "insert", "save", "transfer" ] }, { - title: "fab fa-draft2digital", + title: "fa-brands fa-draft2digital", searchTerms: [] }, { - title: "fas fa-dragon", + title: "fa-solid fa-dragon", searchTerms: [ "Dungeons & Dragons", "d&d", "dnd", "dragon", "fairy tale", "fantasy", "fire", "lizard", "serpent" ] }, { - title: "fas fa-draw-polygon", + title: "fa-solid fa-draw-polygon", searchTerms: [ "anchors", "lines", "object", "render", "shape" ] }, { - title: "fab fa-dribbble", + title: "fa-brands fa-dribbble", searchTerms: [] }, { - title: "fab fa-dropbox", + title: "fa-brands fa-dropbox", searchTerms: [] }, { - title: "fas fa-droplet", + title: "fa-solid fa-droplet", searchTerms: [ "blood", "cold", "color", "comic", "drop", "droplet", "raindrop", "sweat", "waterdrop" ] }, { - title: "fas fa-droplet-slash", + title: "fa-solid fa-droplet-slash", searchTerms: [ "blood", "color", "disabled", "drop", "droplet", "raindrop", "waterdrop" ] }, { - title: "fas fa-drum", + title: "fa-solid fa-drum", searchTerms: [ "drum", "drumsticks", "instrument", "music", "percussion", "snare", "sound" ] }, { - title: "fas fa-drum-steelpan", + title: "fa-solid fa-drum-steelpan", searchTerms: [ "calypso", "instrument", "music", "percussion", "reggae", "snare", "sound", "steel", "tropical" ] }, { - title: "fas fa-drumstick-bite", + title: "fa-solid fa-drumstick-bite", searchTerms: [ "bone", "chicken", "leg", "meat", "poultry", "turkey" ] }, { - title: "fab fa-drupal", + title: "fa-brands fa-drupal", searchTerms: [] }, { - title: "fas fa-dumbbell", + title: "fa-solid fa-dumbbell", searchTerms: [ "exercise", "gym", "strength", "weight", "weight-lifting", "workout" ] }, { - title: "fas fa-dumpster", + title: "fa-solid fa-dumpster", searchTerms: [ "alley", "bin", "commercial", "trash", "waste" ] }, { - title: "fas fa-dumpster-fire", + title: "fa-solid fa-dumpster-fire", searchTerms: [ "alley", "bin", "commercial", "danger", "dangerous", "euphemism", "flame", "heat", "hot", "trash", "waste" ] }, { - title: "fas fa-dungeon", + title: "fa-solid fa-dungeon", searchTerms: [ "Dungeons & Dragons", "building", "d&d", "dnd", "door", "entrance", "fantasy", "gate" ] }, { - title: "fab fa-dyalog", + title: "fa-brands fa-dyalog", searchTerms: [] }, { - title: "fas fa-e", + title: "fa-solid fa-e", searchTerms: [ "Latin Capital Letter E", "Latin Small Letter E", "letter" ] }, { - title: "fas fa-ear-deaf", + title: "fa-solid fa-ear-deaf", searchTerms: [ "ear", "hearing", "sign language" ] }, { - title: "fas fa-ear-listen", + title: "fa-solid fa-ear-listen", searchTerms: [ "amplify", "audio", "deaf", "ear", "headset", "hearing", "sound" ] }, { - title: "fab fa-earlybirds", + title: "fa-brands fa-earlybirds", searchTerms: [] }, { - title: "fas fa-earth-africa", + title: "fa-solid fa-earth-africa", searchTerms: [ "africa", "all", "country", "earth", "europe", "global", "globe", "gps", "language", "localize", "location", "map", "online", "place", "planet", "translate", "travel", "world" ] }, { - title: "fas fa-earth-americas", + title: "fa-solid fa-earth-americas", searchTerms: [ "all", "america", "country", "earth", "global", "globe", "gps", "language", "localize", "location", "map", "online", "place", "planet", "translate", "travel", "world" ] }, { - title: "fas fa-earth-asia", + title: "fa-solid fa-earth-asia", searchTerms: [ "all", "asia", "australia", "country", "earth", "global", "globe", "gps", "language", "localize", "location", "map", "online", "place", "planet", "translate", "travel", "world" ] }, { - title: "fas fa-earth-europe", + title: "fa-solid fa-earth-europe", searchTerms: [ "all", "country", "earth", "europe", "global", "globe", "gps", "language", "localize", "location", "map", "online", "place", "planet", "translate", "travel", "world" ] }, { - title: "fas fa-earth-oceania", + title: "fa-solid fa-earth-oceania", searchTerms: [ "all", "australia", "country", "earth", "global", "globe", "gps", "language", "localize", "location", "map", "melanesia", "micronesia", "new zealand", "online", "place", "planet", "polynesia", "translate", "travel", "world" ] }, { - title: "fab fa-ebay", + title: "fa-brands fa-ebay", searchTerms: [] }, { - title: "fab fa-edge", + title: "fa-brands fa-edge", searchTerms: [ "browser", "ie" ] }, { - title: "fab fa-edge-legacy", + title: "fa-brands fa-edge-legacy", searchTerms: [] }, { - title: "fas fa-egg", + title: "fa-solid fa-egg", searchTerms: [ "breakfast", "chicken", "easter", "egg", "food", "shell", "yolk" ] }, { - title: "fas fa-eject", + title: "fa-solid fa-eject", searchTerms: [ "abort", "cancel", "cd", "discharge", "eject", "eject button" ] }, { - title: "fab fa-elementor", + title: "fa-brands fa-elementor", searchTerms: [] }, { - title: "fas fa-elevator", + title: "fa-solid fa-elevator", searchTerms: [ "accessibility", "elevator", "hoist", "lift", "uer", "users-people" ] }, { - title: "fas fa-ellipsis", + title: "fa-solid fa-ellipsis", searchTerms: [ "dots", "drag", "kebab", "list", "menu", "nav", "navigation", "ol", "pacman", "reorder", "settings", "three dots", "ul" ] }, { - title: "fas fa-ellipsis-vertical", + title: "fa-solid fa-ellipsis-vertical", searchTerms: [ "bullet", "dots", "drag", "kebab", "list", "menu", "nav", "navigation", "ol", "reorder", "settings", "three dots", "ul" ] }, { - title: "fab fa-ello", + title: "fa-brands fa-ello", searchTerms: [] }, { - title: "fab fa-ember", + title: "fa-brands fa-ember", searchTerms: [] }, { - title: "fab fa-empire", + title: "fa-brands fa-empire", searchTerms: [] }, { - title: "fas fa-envelope", + title: "fa-solid fa-envelope", searchTerms: [ "Back of Envelope", "e-mail", "email", "envelope", "letter", "mail", "message", "newsletter", "notification", "offer", "support" ] }, { title: "far fa-envelope", searchTerms: [ "Back of Envelope", "e-mail", "email", "envelope", "letter", "mail", "message", "newsletter", "notification", "offer", "support" ] }, { - title: "fas fa-envelope-circle-check", + title: "fa-solid fa-envelope-circle-check", searchTerms: [ "check", "email", "enable", "envelope", "mail", "not affected", "ok", "okay", "read", "sent", "validate", "working" ] }, { - title: "fas fa-envelope-open", + title: "fa-solid fa-envelope-open", searchTerms: [ "e-mail", "email", "letter", "mail", "message", "newsletter", "notification", "offer", "support" ] }, { title: "far fa-envelope-open", searchTerms: [ "e-mail", "email", "letter", "mail", "message", "newsletter", "notification", "offer", "support" ] }, { - title: "fas fa-envelope-open-text", + title: "fa-solid fa-envelope-open-text", searchTerms: [ "e-mail", "email", "letter", "mail", "message", "newsletter", "notification", "offer", "support" ] }, { - title: "fas fa-envelopes-bulk", + title: "fa-solid fa-envelopes-bulk", searchTerms: [ "archive", "envelope", "letter", "newsletter", "offer", "post office", "postal", "postcard", "send", "stamp", "usps" ] }, { - title: "fab fa-envira", + title: "fa-brands fa-envira", searchTerms: [ "leaf" ] }, { - title: "fas fa-equals", + title: "fa-solid fa-equals", searchTerms: [ "Equals Sign", "arithmetic", "even", "match", "math" ] }, { - title: "fas fa-eraser", + title: "fa-solid fa-eraser", searchTerms: [ "art", "delete", "remove", "rubber" ] }, { - title: "fab fa-erlang", + title: "fa-brands fa-erlang", searchTerms: [] }, { - title: "fab fa-ethereum", + title: "fa-brands fa-ethereum", searchTerms: [] }, { - title: "fas fa-ethernet", + title: "fa-solid fa-ethernet", searchTerms: [ "cable", "cat 5", "cat 6", "connection", "hardware", "internet", "network", "wired" ] }, { - title: "fab fa-etsy", + title: "fa-brands fa-etsy", searchTerms: [] }, { - title: "fas fa-euro-sign", + title: "fa-solid fa-euro-sign", searchTerms: [ "Euro Sign", "currency" ] }, { - title: "fab fa-evernote", + title: "fa-brands fa-evernote", searchTerms: [] }, { - title: "fas fa-exclamation", + title: "fa-solid fa-exclamation", searchTerms: [ "!", "Exclamation Mark", "alert", "attention", "danger", "error", "exclamation", "failed", "important", "mark", "notice", "notification", "notify", "outlined", "problem", "punctuation", "red exclamation mark", "required", "warning", "white exclamation mark" ] }, { - title: "fas fa-expand", + title: "fa-solid fa-expand", searchTerms: [ " maximize", " resize", " scale", " arrows", " bigger", " enlarge", " fullscreen", " resize", " size", "expand", "viewfinder" ] }, { - title: "fab fa-expeditedssl", + title: "fa-brands fa-expeditedssl", searchTerms: [] }, { - title: "fas fa-explosion", + title: "fa-solid fa-explosion", searchTerms: [ "blast", "blowup", "boom", "crash", "detonation", "explosion" ] }, { - title: "fas fa-eye", + title: "fa-solid fa-eye", searchTerms: [ "body", "eye", "look", "optic", "see", "seen", "show", "sight", "views", "visible" ] }, { title: "far fa-eye", searchTerms: [ "body", "eye", "look", "optic", "see", "seen", "show", "sight", "views", "visible" ] }, { - title: "fas fa-eye-dropper", + title: "fa-solid fa-eye-dropper", searchTerms: [ "beaker", "clone", "color", "copy", "eyedropper", "pipette" ] }, { - title: "fas fa-eye-low-vision", + title: "fa-solid fa-eye-low-vision", searchTerms: [ "blind", "eye", "sight" ] }, { - title: "fas fa-eye-slash", + title: "fa-solid fa-eye-slash", searchTerms: [ "blind", "disabled", "hide", "show", "toggle", "unseen", "views", "visible", "visiblity" ] }, { title: "far fa-eye-slash", searchTerms: [ "blind", "disabled", "hide", "show", "toggle", "unseen", "views", "visible", "visiblity" ] }, { - title: "fas fa-f", + title: "fa-solid fa-f", searchTerms: [ "Latin Capital Letter F", "Latin Small Letter F", "letter" ] }, { - title: "fas fa-face-angry", + title: "fa-solid fa-face-angry", searchTerms: [ "angry", "angry face", "disapprove", "emoticon", "face", "mad", "upset" ] }, { title: "far fa-face-angry", searchTerms: [ "angry", "angry face", "disapprove", "emoticon", "face", "mad", "upset" ] }, { - title: "fas fa-face-dizzy", + title: "fa-solid fa-face-dizzy", searchTerms: [ "dazed", "dead", "disapprove", "emoticon", "face" ] }, { title: "far fa-face-dizzy", searchTerms: [ "dazed", "dead", "disapprove", "emoticon", "face" ] }, { - title: "fas fa-face-flushed", + title: "fa-solid fa-face-flushed", searchTerms: [ "dazed", "embarrassed", "emoticon", "face", "flushed", "flushed face" ] }, { title: "far fa-face-flushed", searchTerms: [ "dazed", "embarrassed", "emoticon", "face", "flushed", "flushed face" ] }, { - title: "fas fa-face-frown", + title: "fa-solid fa-face-frown", searchTerms: [ "disapprove", "emoticon", "face", "frown", "frowning face", "rating", "sad", "uer" ] }, { title: "far fa-face-frown", searchTerms: [ "disapprove", "emoticon", "face", "frown", "frowning face", "rating", "sad", "uer" ] }, { - title: "fas fa-face-frown-open", + title: "fa-solid fa-face-frown-open", searchTerms: [ "disapprove", "emoticon", "face", "frown", "frowning face with open mouth", "mouth", "open", "rating", "sad" ] }, { title: "far fa-face-frown-open", searchTerms: [ "disapprove", "emoticon", "face", "frown", "frowning face with open mouth", "mouth", "open", "rating", "sad" ] }, { - title: "fas fa-face-grimace", + title: "fa-solid fa-face-grimace", searchTerms: [ "cringe", "emoticon", "face", "grimace", "grimacing face", "teeth" ] }, { title: "far fa-face-grimace", searchTerms: [ "cringe", "emoticon", "face", "grimace", "grimacing face", "teeth" ] }, { - title: "fas fa-face-grin", + title: "fa-solid fa-face-grin", searchTerms: [ "emoticon", "face", "grin", "grinning face", "laugh", "smile" ] }, { title: "far fa-face-grin", searchTerms: [ "emoticon", "face", "grin", "grinning face", "laugh", "smile" ] }, { - title: "fas fa-face-grin-beam", + title: "fa-solid fa-face-grin-beam", searchTerms: [ "emoticon", "eye", "face", "grinning face with smiling eyes", "laugh", "mouth", "open", "smile" ] }, { title: "far fa-face-grin-beam", searchTerms: [ "emoticon", "eye", "face", "grinning face with smiling eyes", "laugh", "mouth", "open", "smile" ] }, { - title: "fas fa-face-grin-beam-sweat", + title: "fa-solid fa-face-grin-beam-sweat", searchTerms: [ "cold", "embarass", "emoticon", "face", "grinning face with sweat", "open", "smile", "sweat" ] }, { title: "far fa-face-grin-beam-sweat", searchTerms: [ "cold", "embarass", "emoticon", "face", "grinning face with sweat", "open", "smile", "sweat" ] }, { - title: "fas fa-face-grin-hearts", + title: "fa-solid fa-face-grin-hearts", searchTerms: [ "emoticon", "eye", "face", "love", "smile", "smiling face with heart-eyes" ] }, { title: "far fa-face-grin-hearts", searchTerms: [ "emoticon", "eye", "face", "love", "smile", "smiling face with heart-eyes" ] }, { - title: "fas fa-face-grin-squint", + title: "fa-solid fa-face-grin-squint", searchTerms: [ "emoticon", "face", "grinning squinting face", "laugh", "mouth", "satisfied", "smile" ] }, { title: "far fa-face-grin-squint", searchTerms: [ "emoticon", "face", "grinning squinting face", "laugh", "mouth", "satisfied", "smile" ] }, { - title: "fas fa-face-grin-squint-tears", + title: "fa-solid fa-face-grin-squint-tears", searchTerms: [ "emoticon", "face", "floor", "happy", "laugh", "rolling", "rolling on the floor laughing", "smile" ] }, { title: "far fa-face-grin-squint-tears", searchTerms: [ "emoticon", "face", "floor", "happy", "laugh", "rolling", "rolling on the floor laughing", "smile" ] }, { - title: "fas fa-face-grin-stars", + title: "fa-solid fa-face-grin-stars", searchTerms: [ "emoticon", "eyes", "face", "grinning", "quality", "star", "star-struck", "starry-eyed", "vip" ] }, { title: "far fa-face-grin-stars", searchTerms: [ "emoticon", "eyes", "face", "grinning", "quality", "star", "star-struck", "starry-eyed", "vip" ] }, { - title: "fas fa-face-grin-tears", + title: "fa-solid fa-face-grin-tears", searchTerms: [ "LOL", "emoticon", "face", "face with tears of joy", "joy", "laugh", "tear" ] }, { title: "far fa-face-grin-tears", searchTerms: [ "LOL", "emoticon", "face", "face with tears of joy", "joy", "laugh", "tear" ] }, { - title: "fas fa-face-grin-tongue", + title: "fa-solid fa-face-grin-tongue", searchTerms: [ "LOL", "emoticon", "face", "face with tongue", "tongue" ] }, { title: "far fa-face-grin-tongue", searchTerms: [ "LOL", "emoticon", "face", "face with tongue", "tongue" ] }, { - title: "fas fa-face-grin-tongue-squint", + title: "fa-solid fa-face-grin-tongue-squint", searchTerms: [ "LOL", "emoticon", "eye", "face", "horrible", "squinting face with tongue", "taste", "tongue" ] }, { title: "far fa-face-grin-tongue-squint", searchTerms: [ "LOL", "emoticon", "eye", "face", "horrible", "squinting face with tongue", "taste", "tongue" ] }, { - title: "fas fa-face-grin-tongue-wink", + title: "fa-solid fa-face-grin-tongue-wink", searchTerms: [ "LOL", "emoticon", "eye", "face", "joke", "tongue", "wink", "winking face with tongue" ] }, { title: "far fa-face-grin-tongue-wink", searchTerms: [ "LOL", "emoticon", "eye", "face", "joke", "tongue", "wink", "winking face with tongue" ] }, { - title: "fas fa-face-grin-wide", + title: "fa-solid fa-face-grin-wide", searchTerms: [ "emoticon", "face", "grinning face with big eyes", "laugh", "mouth", "open", "smile" ] }, { title: "far fa-face-grin-wide", searchTerms: [ "emoticon", "face", "grinning face with big eyes", "laugh", "mouth", "open", "smile" ] }, { - title: "fas fa-face-grin-wink", + title: "fa-solid fa-face-grin-wink", searchTerms: [ "emoticon", "face", "flirt", "laugh", "smile" ] }, { title: "far fa-face-grin-wink", searchTerms: [ "emoticon", "face", "flirt", "laugh", "smile" ] }, { - title: "fas fa-face-kiss", + title: "fa-solid fa-face-kiss", searchTerms: [ "beso", "emoticon", "face", "kiss", "kissing face", "love", "smooch" ] }, { title: "far fa-face-kiss", searchTerms: [ "beso", "emoticon", "face", "kiss", "kissing face", "love", "smooch" ] }, { - title: "fas fa-face-kiss-beam", + title: "fa-solid fa-face-kiss-beam", searchTerms: [ "beso", "emoticon", "eye", "face", "kiss", "kissing face with smiling eyes", "love", "smile", "smooch" ] }, { title: "far fa-face-kiss-beam", searchTerms: [ "beso", "emoticon", "eye", "face", "kiss", "kissing face with smiling eyes", "love", "smile", "smooch" ] }, { - title: "fas fa-face-kiss-wink-heart", + title: "fa-solid fa-face-kiss-wink-heart", searchTerms: [ "beso", "emoticon", "face", "face blowing a kiss", "kiss", "love", "smooch" ] }, { title: "far fa-face-kiss-wink-heart", searchTerms: [ "beso", "emoticon", "face", "face blowing a kiss", "kiss", "love", "smooch" ] }, { - title: "fas fa-face-laugh", + title: "fa-solid fa-face-laugh", searchTerms: [ "LOL", "emoticon", "face", "laugh", "smile" ] }, { title: "far fa-face-laugh", searchTerms: [ "LOL", "emoticon", "face", "laugh", "smile" ] }, { - title: "fas fa-face-laugh-beam", + title: "fa-solid fa-face-laugh-beam", searchTerms: [ "LOL", "beaming face with smiling eyes", "emoticon", "eye", "face", "grin", "happy", "smile" ] }, { title: "far fa-face-laugh-beam", searchTerms: [ "LOL", "beaming face with smiling eyes", "emoticon", "eye", "face", "grin", "happy", "smile" ] }, { - title: "fas fa-face-laugh-squint", + title: "fa-solid fa-face-laugh-squint", searchTerms: [ "LOL", "emoticon", "face", "happy", "smile" ] }, { title: "far fa-face-laugh-squint", searchTerms: [ "LOL", "emoticon", "face", "happy", "smile" ] }, { - title: "fas fa-face-laugh-wink", + title: "fa-solid fa-face-laugh-wink", searchTerms: [ "LOL", "emoticon", "face", "happy", "smile" ] }, { title: "far fa-face-laugh-wink", searchTerms: [ "LOL", "emoticon", "face", "happy", "smile" ] }, { - title: "fas fa-face-meh", + title: "fa-solid fa-face-meh", searchTerms: [ "deadpan", "default", "emoticon", "face", "meh", "neutral", "neutral face", "rating", "uer" ] }, { title: "far fa-face-meh", searchTerms: [ "deadpan", "default", "emoticon", "face", "meh", "neutral", "neutral face", "rating", "uer" ] }, { - title: "fas fa-face-meh-blank", + title: "fa-solid fa-face-meh-blank", searchTerms: [ "emoticon", "face", "face without mouth", "mouth", "neutral", "quiet", "rating", "silent" ] }, { title: "far fa-face-meh-blank", searchTerms: [ "emoticon", "face", "face without mouth", "mouth", "neutral", "quiet", "rating", "silent" ] }, { - title: "fas fa-face-rolling-eyes", + title: "fa-solid fa-face-rolling-eyes", searchTerms: [ "emoticon", "eyeroll", "eyes", "face", "face with rolling eyes", "neutral", "rating", "rolling" ] }, { title: "far fa-face-rolling-eyes", searchTerms: [ "emoticon", "eyeroll", "eyes", "face", "face with rolling eyes", "neutral", "rating", "rolling" ] }, { - title: "fas fa-face-sad-cry", + title: "fa-solid fa-face-sad-cry", searchTerms: [ "cry", "emoticon", "face", "loudly crying face", "sad", "sob", "tear", "tears" ] }, { title: "far fa-face-sad-cry", searchTerms: [ "cry", "emoticon", "face", "loudly crying face", "sad", "sob", "tear", "tears" ] }, { - title: "fas fa-face-sad-tear", + title: "fa-solid fa-face-sad-tear", searchTerms: [ "cry", "crying face", "emoticon", "face", "sad", "tear", "tears" ] }, { title: "far fa-face-sad-tear", searchTerms: [ "cry", "crying face", "emoticon", "face", "sad", "tear", "tears" ] }, { - title: "fas fa-face-smile", + title: "fa-solid fa-face-smile", searchTerms: [ "approve", "default", "emoticon", "face", "happy", "rating", "satisfied", "slightly smiling face", "smile", "uer" ] }, { title: "far fa-face-smile", searchTerms: [ "approve", "default", "emoticon", "face", "happy", "rating", "satisfied", "slightly smiling face", "smile", "uer" ] }, { - title: "fas fa-face-smile-beam", + title: "fa-solid fa-face-smile-beam", searchTerms: [ "blush", "emoticon", "eye", "face", "happy", "positive", "smile", "smiling face with smiling eyes" ] }, { title: "far fa-face-smile-beam", searchTerms: [ "blush", "emoticon", "eye", "face", "happy", "positive", "smile", "smiling face with smiling eyes" ] }, { - title: "fas fa-face-smile-wink", + title: "fa-solid fa-face-smile-wink", searchTerms: [ "emoticon", "face", "happy", "hint", "joke", "wink", "winking face" ] }, { title: "far fa-face-smile-wink", searchTerms: [ "emoticon", "face", "happy", "hint", "joke", "wink", "winking face" ] }, { - title: "fas fa-face-surprise", + title: "fa-solid fa-face-surprise", searchTerms: [ "emoticon", "face", "face with open mouth", "mouth", "open", "shocked", "sympathy" ] }, { title: "far fa-face-surprise", searchTerms: [ "emoticon", "face", "face with open mouth", "mouth", "open", "shocked", "sympathy" ] }, { - title: "fas fa-face-tired", + title: "fa-solid fa-face-tired", searchTerms: [ "angry", "emoticon", "face", "grumpy", "tired", "tired face", "upset" ] }, { title: "far fa-face-tired", searchTerms: [ "angry", "emoticon", "face", "grumpy", "tired", "tired face", "upset" ] }, { - title: "fab fa-facebook", + title: "fa-brands fa-facebook", searchTerms: [ "fabook", "facebook-official", "fb", "social network" ] }, { - title: "fab fa-facebook-f", + title: "fa-brands fa-facebook-f", searchTerms: [ "fabook", "facebook", "fb" ] }, { - title: "fab fa-facebook-messenger", + title: "fa-brands fa-facebook-messenger", searchTerms: [ "fabook", "fb" ] }, { - title: "fas fa-fan", + title: "fa-solid fa-fan", searchTerms: [ "ac", "air conditioning", "blade", "blower", "cool", "hot" ] }, { - title: "fab fa-fantasy-flight-games", + title: "fa-brands fa-fantasy-flight-games", searchTerms: [ "Dungeons & Dragons", "d&d", "dnd", "fantasy", "game", "gaming", "tabletop" ] }, { - title: "fas fa-faucet", + title: "fa-solid fa-faucet", searchTerms: [ "covid-19", "drinking", "drip", "house", "hygiene", "kitchen", "potable", "potable water", "sanitation", "sink", "water" ] }, { - title: "fas fa-faucet-drip", + title: "fa-solid fa-faucet-drip", searchTerms: [ "drinking", "drip", "house", "hygiene", "kitchen", "potable", "potable water", "sanitation", "sink", "water" ] }, { - title: "fas fa-fax", + title: "fa-solid fa-fax", searchTerms: [ "Fax Icon", "business", "communicate", "copy", "facsimile", "fax", "fax machine", "send" ] }, { - title: "fas fa-feather", + title: "fa-solid fa-feather", searchTerms: [ "bird", "feather", "flight", "light", "plucked", "plumage", "quill", "write" ] }, { - title: "fas fa-feather-pointed", + title: "fa-solid fa-feather-pointed", searchTerms: [ "bird", "light", "plucked", "quill", "write" ] }, { - title: "fab fa-fedex", + title: "fa-brands fa-fedex", searchTerms: [ "Federal Express", "package", "shipping" ] }, { - title: "fab fa-fedora", + title: "fa-brands fa-fedora", searchTerms: [ "linux", "operating system", "os" ] }, { - title: "fas fa-ferry", + title: "fa-solid fa-ferry", searchTerms: [ "barge", "boat", "carry", "ferryboat", "ship" ] }, { - title: "fab fa-figma", + title: "fa-brands fa-figma", searchTerms: [ "app", "design", "interface" ] }, { - title: "fas fa-file", + title: "fa-solid fa-file", searchTerms: [ "Empty Document", "cv", "document", "new", "page", "page facing up", "pdf", "resume" ] }, { title: "far fa-file", searchTerms: [ "Empty Document", "cv", "document", "new", "page", "page facing up", "pdf", "resume" ] }, { - title: "fas fa-file-arrow-down", + title: "fa-solid fa-file-arrow-down", searchTerms: [ "archive", "document", "export", "insert", "save" ] }, { - title: "fas fa-file-arrow-up", + title: "fa-solid fa-file-arrow-up", searchTerms: [ "document", "import", "page", "save", "upgrade" ] }, { - title: "fas fa-file-audio", + title: "fa-solid fa-file-audio", searchTerms: [ "document", "mp3", "music", "page", "play", "sound" ] }, { title: "far fa-file-audio", searchTerms: [ "document", "mp3", "music", "page", "play", "sound" ] }, { - title: "fas fa-file-circle-check", + title: "fa-solid fa-file-circle-check", searchTerms: [ "document", "enable", "file", "not affected", "ok", "okay", "paper", "validate", "working" ] }, { - title: "fas fa-file-circle-exclamation", + title: "fa-solid fa-file-circle-exclamation", searchTerms: [ "document", "failed", "file", "paper" ] }, { - title: "fas fa-file-circle-minus", + title: "fa-solid fa-file-circle-minus", searchTerms: [ "document", "file", "paper" ] }, { - title: "fas fa-file-circle-plus", + title: "fa-solid fa-file-circle-plus", searchTerms: [ "add", "document", "file", "new", "page", "paper", "pdf" ] }, { - title: "fas fa-file-circle-question", + title: "fa-solid fa-file-circle-question", searchTerms: [ "document", "file", "paper" ] }, { - title: "fas fa-file-circle-xmark", + title: "fa-solid fa-file-circle-xmark", searchTerms: [ "document", "file", "paper", "uncheck" ] }, { - title: "fas fa-file-code", + title: "fa-solid fa-file-code", searchTerms: [ "css", "development", "document", "html", "mysql", "sql" ] }, { title: "far fa-file-code", searchTerms: [ "css", "development", "document", "html", "mysql", "sql" ] }, { - title: "fas fa-file-contract", + title: "fa-solid fa-file-contract", searchTerms: [ "agreement", "binding", "document", "legal", "signature", "username" ] }, { - title: "fas fa-file-csv", + title: "fa-solid fa-file-csv", searchTerms: [ "document", "excel", "numbers", "spreadsheets", "table" ] }, { - title: "fas fa-file-excel", + title: "fa-solid fa-file-excel", searchTerms: [ "csv", "document", "numbers", "spreadsheets", "table" ] }, { title: "far fa-file-excel", searchTerms: [ "csv", "document", "numbers", "spreadsheets", "table" ] }, { - title: "fas fa-file-export", + title: "fa-solid fa-file-export", searchTerms: [ "download", "save" ] }, { - title: "fas fa-file-image", + title: "fa-solid fa-file-image", searchTerms: [ "Document with Picture", "document", "image", "img", "jpg", "photo", "png" ] }, { title: "far fa-file-image", searchTerms: [ "Document with Picture", "document", "image", "img", "jpg", "photo", "png" ] }, { - title: "fas fa-file-import", + title: "fa-solid fa-file-import", searchTerms: [ "copy", "document", "insert", "send", "upload" ] }, { - title: "fas fa-file-invoice", + title: "fa-solid fa-file-invoice", searchTerms: [ "account", "bill", "charge", "document", "payment", "receipt" ] }, { - title: "fas fa-file-invoice-dollar", + title: "fa-solid fa-file-invoice-dollar", searchTerms: [ "$", "account", "bill", "charge", "document", "dollar-sign", "money", "payment", "receipt", "revenue", "salary", "usd" ] }, { - title: "fas fa-file-lines", + title: "fa-solid fa-file-lines", searchTerms: [ "Document", "Document with Text", "document", "file-text", "invoice", "new", "page", "pdf" ] }, { title: "far fa-file-lines", searchTerms: [ "Document", "Document with Text", "document", "file-text", "invoice", "new", "page", "pdf" ] }, { - title: "fas fa-file-medical", + title: "fa-solid fa-file-medical", searchTerms: [ "document", "health", "history", "prescription", "record" ] }, { - title: "fas fa-file-pdf", + title: "fa-solid fa-file-pdf", searchTerms: [ "acrobat", "document", "preview", "save" ] }, { title: "far fa-file-pdf", searchTerms: [ "acrobat", "document", "preview", "save" ] }, { - title: "fas fa-file-pen", + title: "fa-solid fa-file-pen", searchTerms: [ "edit", "memo", "modify", "pen", "pencil", "update", "write" ] }, { - title: "fas fa-file-powerpoint", + title: "fa-solid fa-file-powerpoint", searchTerms: [ "display", "document", "keynote", "presentation" ] }, { title: "far fa-file-powerpoint", searchTerms: [ "display", "document", "keynote", "presentation" ] }, { - title: "fas fa-file-prescription", + title: "fa-solid fa-file-prescription", searchTerms: [ "document", "drugs", "medical", "medicine", "rx" ] }, { - title: "fas fa-file-shield", + title: "fa-solid fa-file-shield", searchTerms: [ "antivirus", "data", "document", "protect", "safe", "safety", "secure" ] }, { - title: "fas fa-file-signature", + title: "fa-solid fa-file-signature", searchTerms: [ "John Hancock", "contract", "document", "name", "username" ] }, { - title: "fas fa-file-video", + title: "fa-solid fa-file-video", searchTerms: [ "document", "m4v", "movie", "mp4", "play" ] }, { title: "far fa-file-video", searchTerms: [ "document", "m4v", "movie", "mp4", "play" ] }, { - title: "fas fa-file-waveform", + title: "fa-solid fa-file-waveform", searchTerms: [ "document", "health", "history", "prescription", "record" ] }, { - title: "fas fa-file-word", + title: "fa-solid fa-file-word", searchTerms: [ "document", "edit", "page", "text", "writing" ] }, { title: "far fa-file-word", searchTerms: [ "document", "edit", "page", "text", "writing" ] }, { - title: "fas fa-file-zipper", + title: "fa-solid fa-file-zipper", searchTerms: [ ".zip", "bundle", "compress", "compression", "download", "zip" ] }, { title: "far fa-file-zipper", searchTerms: [ ".zip", "bundle", "compress", "compression", "download", "zip" ] }, { - title: "fas fa-fill", + title: "fa-solid fa-fill", searchTerms: [ "bucket", "color", "paint", "paint bucket" ] }, { - title: "fas fa-fill-drip", + title: "fa-solid fa-fill-drip", searchTerms: [ "bucket", "color", "drop", "paint", "paint bucket", "spill" ] }, { - title: "fas fa-film", + title: "fa-solid fa-film", searchTerms: [ "cinema", "film", "film frames", "frames", "movie", "strip", "video" ] }, { - title: "fas fa-filter", + title: "fa-solid fa-filter", searchTerms: [ "funnel", "options", "separate", "sort" ] }, { - title: "fas fa-filter-circle-dollar", + title: "fa-solid fa-filter-circle-dollar", searchTerms: [ "filter", "money", "options", "premium", "separate", "sort" ] }, { - title: "fas fa-filter-circle-xmark", + title: "fa-solid fa-filter-circle-xmark", searchTerms: [ "cancel", "funnel", "options", "remove", "separate", "sort", "uncheck" ] }, { - title: "fas fa-fingerprint", + title: "fa-solid fa-fingerprint", searchTerms: [ "human", "id", "identification", "lock", "privacy", "smudge", "touch", "unique", "unlock" ] }, { - title: "fas fa-fire", + title: "fa-solid fa-fire", searchTerms: [ "burn", "caliente", "fire", "flame", "heat", "hot", "popular", "tool" ] }, { - title: "fas fa-fire-burner", + title: "fa-solid fa-fire-burner", searchTerms: [ "cook", "fire", "flame", "kitchen", "stove" ] }, { - title: "fas fa-fire-extinguisher", + title: "fa-solid fa-fire-extinguisher", searchTerms: [ "burn", "caliente", "extinguish", "fire", "fire extinguisher", "fire fighter", "flame", "heat", "hot", "quench", "rescue" ] }, { - title: "fas fa-fire-flame-curved", + title: "fa-solid fa-fire-flame-curved", searchTerms: [ "burn", "caliente", "flame", "heat", "hot", "popular" ] }, { - title: "fas fa-fire-flame-simple", + title: "fa-solid fa-fire-flame-simple", searchTerms: [ "caliente", "energy", "fire", "flame", "gas", "heat", "hot" ] }, { - title: "fab fa-firefox", + title: "fa-brands fa-firefox", searchTerms: [ "browser" ] }, { - title: "fab fa-firefox-browser", + title: "fa-brands fa-firefox-browser", searchTerms: [ "browser" ] }, { - title: "fab fa-first-order", + title: "fa-brands fa-first-order", searchTerms: [] }, { - title: "fab fa-first-order-alt", + title: "fa-brands fa-first-order-alt", searchTerms: [] }, { - title: "fab fa-firstdraft", + title: "fa-brands fa-firstdraft", searchTerms: [] }, { - title: "fas fa-fish", + title: "fa-solid fa-fish", searchTerms: [ "Pisces", "fauna", "fish", "gold", "seafood", "swimming", "zodiac" ] }, { - title: "fas fa-fish-fins", + title: "fa-solid fa-fish-fins", searchTerms: [ "fish", "fishery", "pisces", "seafood" ] }, { - title: "fas fa-flag", + title: "fa-solid fa-flag", searchTerms: [ "black flag", "country", "notice", "notification", "notify", "pole", "report", "symbol", "waving" ] }, { title: "far fa-flag", searchTerms: [ "black flag", "country", "notice", "notification", "notify", "pole", "report", "symbol", "waving" ] }, { - title: "fas fa-flag-checkered", + title: "fa-solid fa-flag-checkered", searchTerms: [ "checkered", "chequered", "chequered flag", "finish", "notice", "notification", "notify", "pole", "racing", "report", "start", "symbol", "win" ] }, { - title: "fas fa-flag-usa", + title: "fa-solid fa-flag-usa", searchTerms: [ "betsy ross", "country", "fla", "flag: United States", "old glory", "stars", "stripes", "symbol" ] }, { - title: "fas fa-flask", + title: "fa-solid fa-flask", searchTerms: [ "beaker", "chemicals", "experiment", "experimental", "knowledge", "labs", "liquid", "potion", "science", "vial" ] }, { - title: "fas fa-flask-vial", + title: "fa-solid fa-flask-vial", searchTerms: [ " beaker", " chemicals", " experiment", " experimental", " labs", " liquid", " science", " vial", "ampule", "chemistry", "lab", "laboratory", "potion", "test", "test tube" ] }, { - title: "fab fa-flickr", + title: "fa-brands fa-flickr", searchTerms: [] }, { - title: "fab fa-flipboard", + title: "fa-brands fa-flipboard", searchTerms: [] }, { - title: "fas fa-floppy-disk", + title: "fa-solid fa-floppy-disk", searchTerms: [ "Black Hard Shell Floppy Disk", "computer", "disk", "download", "floppy", "floppy disk", "floppy-o" ] }, { title: "far fa-floppy-disk", searchTerms: [ "Black Hard Shell Floppy Disk", "computer", "disk", "download", "floppy", "floppy disk", "floppy-o" ] }, { - title: "fas fa-florin-sign", + title: "fa-solid fa-florin-sign", searchTerms: [ "currency" ] }, { - title: "fab fa-flutter", + title: "fa-brands fa-flutter", searchTerms: [] }, { - title: "fab fa-fly", + title: "fa-brands fa-fly", searchTerms: [] }, { - title: "fas fa-folder", + title: "fa-solid fa-folder", searchTerms: [ "Black Folder", "archive", "directory", "document", "file", "file folder", "folder" ] }, { title: "far fa-folder", searchTerms: [ "Black Folder", "archive", "directory", "document", "file", "file folder", "folder" ] }, { - title: "fas fa-folder-closed", + title: "fa-solid fa-folder-closed", searchTerms: [ "file" ] }, { title: "far fa-folder-closed", searchTerms: [ "file" ] }, { - title: "fas fa-folder-minus", + title: "fa-solid fa-folder-minus", searchTerms: [ "archive", "delete", "directory", "document", "file", "negative", "remove" ] }, { - title: "fas fa-folder-open", + title: "fa-solid fa-folder-open", searchTerms: [ "Open Folder", "archive", "directory", "document", "empty", "file", "folder", "new", "open", "open file folder" ] }, { title: "far fa-folder-open", searchTerms: [ "Open Folder", "archive", "directory", "document", "empty", "file", "folder", "new", "open", "open file folder" ] }, { - title: "fas fa-folder-plus", + title: "fa-solid fa-folder-plus", searchTerms: [ "add", "archive", "create", "directory", "document", "file", "new", "positive" ] }, { - title: "fas fa-folder-tree", + title: "fa-solid fa-folder-tree", searchTerms: [ "archive", "directory", "document", "file", "search", "structure" ] }, { - title: "fas fa-font", + title: "fa-solid fa-font", searchTerms: [ "alphabet", "glyph", "text", "type", "typeface" ] }, { - title: "fas fa-font-awesome", + title: "fa-solid fa-font-awesome", searchTerms: [ "awesome", "flag", "font", "icons", "typeface" ] }, { title: "far fa-font-awesome", searchTerms: [ "awesome", "flag", "font", "icons", "typeface" ] }, { - title: "fab fa-font-awesome", + title: "fa-brands fa-font-awesome", searchTerms: [ "awesome", "flag", "font", "icons", "typeface" ] }, { - title: "fab fa-fonticons", + title: "fa-brands fa-fonticons", searchTerms: [] }, { - title: "fab fa-fonticons-fi", + title: "fa-brands fa-fonticons-fi", searchTerms: [] }, { - title: "fas fa-football", + title: "fa-solid fa-football", searchTerms: [ "american", "american football", "ball", "fall", "football", "nfl", "pigskin", "seasonal" ] }, { - title: "fab fa-fort-awesome", + title: "fa-brands fa-fort-awesome", searchTerms: [ "castle" ] }, { - title: "fab fa-fort-awesome-alt", + title: "fa-brands fa-fort-awesome-alt", searchTerms: [ "castle" ] }, { - title: "fab fa-forumbee", + title: "fa-brands fa-forumbee", searchTerms: [] }, { - title: "fas fa-forward", + title: "fa-solid fa-forward", searchTerms: [ "arrow", "double", "fast", "fast-forward button", "forward", "next", "skip" ] }, { - title: "fas fa-forward-fast", + title: "fa-solid fa-forward-fast", searchTerms: [ "arrow", "end", "last", "next", "next scene", "next track", "next track button", "quick", "triangle" ] }, { - title: "fas fa-forward-step", + title: "fa-solid fa-forward-step", searchTerms: [ "end", "last", "next" ] }, { - title: "fab fa-foursquare", + title: "fa-brands fa-foursquare", searchTerms: [] }, { - title: "fas fa-franc-sign", + title: "fa-solid fa-franc-sign", searchTerms: [ "French Franc Sign", "currency" ] }, { - title: "fab fa-free-code-camp", + title: "fa-brands fa-free-code-camp", searchTerms: [] }, { - title: "fab fa-freebsd", + title: "fa-brands fa-freebsd", searchTerms: [] }, { - title: "fas fa-frog", + title: "fa-solid fa-frog", searchTerms: [ "amphibian", "bullfrog", "fauna", "hop", "kermit", "kiss", "prince", "ribbit", "toad", "wart" ] }, { - title: "fab fa-fulcrum", + title: "fa-brands fa-fulcrum", searchTerms: [] }, { - title: "fas fa-futbol", + title: "fa-solid fa-futbol", searchTerms: [ "ball", "football", "mls", "soccer", "soccer ball" ] }, { title: "far fa-futbol", searchTerms: [ "ball", "football", "mls", "soccer", "soccer ball" ] }, { - title: "fas fa-g", + title: "fa-solid fa-g", searchTerms: [ "Latin Capital Letter G", "Latin Small Letter G", "letter" ] }, { - title: "fab fa-galactic-republic", + title: "fa-brands fa-galactic-republic", searchTerms: [ "politics", "star wars" ] }, { - title: "fab fa-galactic-senate", + title: "fa-brands fa-galactic-senate", searchTerms: [ "star wars" ] }, { - title: "fas fa-gamepad", + title: "fa-solid fa-gamepad", searchTerms: [ "arcade", "controller", "d-pad", "joystick", "playstore", "video", "video game" ] }, { - title: "fas fa-gas-pump", + title: "fa-solid fa-gas-pump", searchTerms: [ "car", "diesel", "fuel", "fuel pump", "fuelpump", "gas", "gasoline", "petrol", "pump", "station" ] }, { - title: "fas fa-gauge", + title: "fa-solid fa-gauge", searchTerms: [ "dashboard", "fast", "odometer", "speed", "speedometer" ] }, { - title: "fas fa-gauge-high", + title: "fa-solid fa-gauge-high", searchTerms: [ "dashboard", "fast", "odometer", "quick", "speed", "speedometer" ] }, { - title: "fas fa-gauge-simple", + title: "fa-solid fa-gauge-simple", searchTerms: [ "dashboard", "fast", "odometer", "speed", "speedometer" ] }, { - title: "fas fa-gauge-simple-high", + title: "fa-solid fa-gauge-simple-high", searchTerms: [ "dashboard", "fast", "odometer", "quick", "speed", "speedometer" ] }, { - title: "fas fa-gavel", + title: "fa-solid fa-gavel", searchTerms: [ "hammer", "judge", "law", "lawyer", "opinion" ] }, { - title: "fas fa-gear", + title: "fa-solid fa-gear", searchTerms: [ "cog", "cogwheel", "configuration", "gear", "mechanical", "modify", "settings", "sprocket", "tool", "wheel" ] }, { - title: "fas fa-gears", + title: "fa-solid fa-gears", searchTerms: [ "configuration", "gears", "mechanical", "modify", "settings", "sprocket", "wheel" ] }, { - title: "fas fa-gem", + title: "fa-solid fa-gem", searchTerms: [ "diamond", "gem", "gem stone", "jewel", "jewelry", "sapphire", "stone", "treasure" ] }, { title: "far fa-gem", searchTerms: [ "diamond", "gem", "gem stone", "jewel", "jewelry", "sapphire", "stone", "treasure" ] }, { - title: "fas fa-genderless", + title: "fa-solid fa-genderless", searchTerms: [ "androgynous", "asexual", "gender", "sexless" ] }, { - title: "fab fa-get-pocket", + title: "fa-brands fa-get-pocket", searchTerms: [] }, { - title: "fab fa-gg", + title: "fa-brands fa-gg", searchTerms: [] }, { - title: "fab fa-gg-circle", + title: "fa-brands fa-gg-circle", searchTerms: [] }, { - title: "fas fa-ghost", + title: "fa-solid fa-ghost", searchTerms: [ "apparition", "blinky", "clyde", "creature", "face", "fairy tale", "fantasy", "floating", "ghost", "halloween", "holiday", "inky", "monster", "pacman", "pinky", "spirit" ] }, { - title: "fas fa-gift", + title: "fa-solid fa-gift", searchTerms: [ "box", "celebration", "christmas", "generosity", "gift", "giving", "holiday", "party", "present", "wrapped", "wrapped gift", "xmas" ] }, { - title: "fas fa-gifts", + title: "fa-solid fa-gifts", searchTerms: [ "christmas", "generosity", "giving", "holiday", "party", "present", "wrapped", "xmas" ] }, { - title: "fab fa-git", + title: "fa-brands fa-git", searchTerms: [] }, { - title: "fab fa-git-alt", + title: "fa-brands fa-git-alt", searchTerms: [] }, { - title: "fab fa-github", + title: "fa-brands fa-github", searchTerms: [ "octocat" ] }, { - title: "fab fa-github-alt", + title: "fa-brands fa-github-alt", searchTerms: [ "octocat" ] }, { - title: "fab fa-gitkraken", + title: "fa-brands fa-gitkraken", searchTerms: [] }, { - title: "fab fa-gitlab", + title: "fa-brands fa-gitlab", searchTerms: [ "Axosoft" ] }, { - title: "fab fa-gitter", + title: "fa-brands fa-gitter", searchTerms: [] }, { - title: "fas fa-glass-water", + title: "fa-solid fa-glass-water", searchTerms: [ "potable", "water" ] }, { - title: "fas fa-glass-water-droplet", + title: "fa-solid fa-glass-water-droplet", searchTerms: [ "potable", "water" ] }, { - title: "fas fa-glasses", + title: "fa-solid fa-glasses", searchTerms: [ "hipster", "nerd", "reading", "sight", "spectacles", "vision" ] }, { - title: "fab fa-glide", + title: "fa-brands fa-glide", searchTerms: [] }, { - title: "fab fa-glide-g", + title: "fa-brands fa-glide-g", searchTerms: [] }, { - title: "fas fa-globe", + title: "fa-solid fa-globe", searchTerms: [ "all", "coordinates", "country", "earth", "global", "globe", "globe with meridians", "gps", "internet", "language", "localize", "location", "map", "meridians", "network", "online", "place", "planet", "translate", "travel", "world", "www" ] }, { - title: "fab fa-gofore", + title: "fa-brands fa-gofore", searchTerms: [] }, { - title: "fab fa-golang", + title: "fa-brands fa-golang", searchTerms: [] }, { - title: "fas fa-golf-ball-tee", + title: "fa-solid fa-golf-ball-tee", searchTerms: [ "caddy", "eagle", "putt", "tee" ] }, { - title: "fab fa-goodreads", + title: "fa-brands fa-goodreads", searchTerms: [] }, { - title: "fab fa-goodreads-g", + title: "fa-brands fa-goodreads-g", searchTerms: [] }, { - title: "fab fa-google", + title: "fa-brands fa-google", searchTerms: [] }, { - title: "fab fa-google-drive", + title: "fa-brands fa-google-drive", searchTerms: [] }, { - title: "fab fa-google-pay", + title: "fa-brands fa-google-pay", searchTerms: [] }, { - title: "fab fa-google-play", + title: "fa-brands fa-google-play", searchTerms: [ "playstore" ] }, { - title: "fab fa-google-plus", + title: "fa-brands fa-google-plus", searchTerms: [ "google-plus-circle", "google-plus-official" ] }, { - title: "fab fa-google-plus-g", + title: "fa-brands fa-google-plus-g", searchTerms: [ "google-plus", "social network" ] }, { - title: "fab fa-google-scholar", + title: "fa-brands fa-google-scholar", searchTerms: [] }, { - title: "fab fa-google-wallet", + title: "fa-brands fa-google-wallet", searchTerms: [] }, { - title: "fas fa-gopuram", + title: "fa-solid fa-gopuram", searchTerms: [ "building", "entrance", "hinduism", "temple", "tower" ] }, { - title: "fas fa-graduation-cap", + title: "fa-solid fa-graduation-cap", searchTerms: [ "cap", "celebration", "ceremony", "clothing", "college", "graduate", "graduation", "graduation cap", "hat", "learning", "school", "student" ] }, { - title: "fab fa-gratipay", + title: "fa-brands fa-gratipay", searchTerms: [ "favorite", "heart", "like", "love" ] }, { - title: "fab fa-grav", + title: "fa-brands fa-grav", searchTerms: [] }, { - title: "fas fa-greater-than", + title: "fa-solid fa-greater-than", searchTerms: [ "Greater-Than Sign", "arithmetic", "compare", "math" ] }, { - title: "fas fa-greater-than-equal", + title: "fa-solid fa-greater-than-equal", searchTerms: [ "arithmetic", "compare", "math" ] }, { - title: "fas fa-grip", + title: "fa-solid fa-grip", searchTerms: [ "affordance", "drag", "drop", "grab", "handle" ] }, { - title: "fas fa-grip-lines", + title: "fa-solid fa-grip-lines", searchTerms: [ "affordance", "drag", "drop", "grab", "handle" ] }, { - title: "fas fa-grip-lines-vertical", + title: "fa-solid fa-grip-lines-vertical", searchTerms: [ "affordance", "drag", "drop", "grab", "handle" ] }, { - title: "fas fa-grip-vertical", + title: "fa-solid fa-grip-vertical", searchTerms: [ "affordance", "drag", "drop", "grab", "handle" ] }, { - title: "fab fa-gripfire", + title: "fa-brands fa-gripfire", searchTerms: [] }, { - title: "fas fa-group-arrows-rotate", + title: "fa-solid fa-group-arrows-rotate", searchTerms: [ "community", "engagement", "spin", "sync" ] }, { - title: "fab fa-grunt", + title: "fa-brands fa-grunt", searchTerms: [] }, { - title: "fas fa-guarani-sign", + title: "fa-solid fa-guarani-sign", searchTerms: [ "Guarani Sign", "currency" ] }, { - title: "fab fa-guilded", + title: "fa-brands fa-guilded", searchTerms: [] }, { - title: "fas fa-guitar", + title: "fa-solid fa-guitar", searchTerms: [ "acoustic", "instrument", "music", "rock", "rock and roll", "song", "strings" ] }, { - title: "fab fa-gulp", + title: "fa-brands fa-gulp", searchTerms: [] }, { - title: "fas fa-gun", + title: "fa-solid fa-gun", searchTerms: [ "firearm", "pistol", "weapon" ] }, { - title: "fas fa-h", + title: "fa-solid fa-h", searchTerms: [ "Latin Capital Letter H", "Latin Small Letter H", "letter" ] }, { - title: "fab fa-hacker-news", + title: "fa-brands fa-hacker-news", searchTerms: [] }, { - title: "fab fa-hackerrank", + title: "fa-brands fa-hackerrank", searchTerms: [] }, { - title: "fas fa-hammer", + title: "fa-solid fa-hammer", searchTerms: [ "admin", "configuration", "equipment", "fix", "hammer", "maintenance", "modify", "recovery", "repair", "settings", "tool" ] }, { - title: "fas fa-hamsa", + title: "fa-solid fa-hamsa", searchTerms: [ "amulet", "christianity", "islam", "jewish", "judaism", "muslim", "protection" ] }, { - title: "fas fa-hand", + title: "fa-solid fa-hand", searchTerms: [ "Raised Hand", "backhand", "game", "halt", "palm", "raised", "raised back of hand", "request", "roshambo", "stop" ] }, { title: "far fa-hand", searchTerms: [ "Raised Hand", "backhand", "game", "halt", "palm", "raised", "raised back of hand", "request", "roshambo", "stop" ] }, { - title: "fas fa-hand-back-fist", + title: "fa-solid fa-hand-back-fist", searchTerms: [ "fist", "game", "roshambo" ] }, { title: "far fa-hand-back-fist", searchTerms: [ "fist", "game", "roshambo" ] }, { - title: "fas fa-hand-dots", + title: "fa-solid fa-hand-dots", searchTerms: [ "allergy", "freckles", "hand", "hives", "palm", "pox", "skin", "spots" ] }, { - title: "fas fa-hand-fist", + title: "fa-solid fa-hand-fist", searchTerms: [ "Dungeons & Dragons", "clenched", "d&d", "dnd", "fantasy", "fist", "hand", "ki", "monk", "punch", "raised fist", "resist", "strength", "unarmed combat" ] }, { - title: "fas fa-hand-holding", + title: "fa-solid fa-hand-holding", searchTerms: [ "carry", "lift" ] }, { - title: "fas fa-hand-holding-dollar", + title: "fa-solid fa-hand-holding-dollar", searchTerms: [ "$", "carry", "coupon", "dollar sign", "donate", "donation", "giving", "investment", "lift", "money", "premium", "price", "revenue", "salary" ] }, { - title: "fas fa-hand-holding-droplet", + title: "fa-solid fa-hand-holding-droplet", searchTerms: [ "blood", "carry", "covid-19", "drought", "grow", "lift", "sanitation" ] }, { - title: "fas fa-hand-holding-hand", + title: "fa-solid fa-hand-holding-hand", searchTerms: [ "care", "give", "help", "hold", "protect" ] }, { - title: "fas fa-hand-holding-heart", + title: "fa-solid fa-hand-holding-heart", searchTerms: [ "carry", "charity", "gift", "lift", "package", "wishlist" ] }, { - title: "fas fa-hand-holding-medical", + title: "fa-solid fa-hand-holding-medical", searchTerms: [ "care", "covid-19", "donate", "help" ] }, { - title: "fas fa-hand-lizard", + title: "fa-solid fa-hand-lizard", searchTerms: [ "game", "roshambo" ] }, { title: "far fa-hand-lizard", searchTerms: [ "game", "roshambo" ] }, { - title: "fas fa-hand-middle-finger", + title: "fa-solid fa-hand-middle-finger", searchTerms: [ "finger", "flip the bird", "gesture", "hand", "hate", "middle finger", "rude" ] }, { - title: "fas fa-hand-peace", + title: "fa-solid fa-hand-peace", searchTerms: [ "hand", "rest", "truce", "v", "victory", "victory hand" ] }, { title: "far fa-hand-peace", searchTerms: [ "hand", "rest", "truce", "v", "victory", "victory hand" ] }, { - title: "fas fa-hand-point-down", + title: "fa-solid fa-hand-point-down", searchTerms: [ "finger", "hand-o-down", "point" ] }, { title: "far fa-hand-point-down", searchTerms: [ "finger", "hand-o-down", "point" ] }, { - title: "fas fa-hand-point-left", + title: "fa-solid fa-hand-point-left", searchTerms: [ "back", "finger", "hand-o-left", "left", "point", "previous" ] }, { title: "far fa-hand-point-left", searchTerms: [ "back", "finger", "hand-o-left", "left", "point", "previous" ] }, { - title: "fas fa-hand-point-right", + title: "fa-solid fa-hand-point-right", searchTerms: [ "finger", "forward", "hand-o-right", "next", "point", "right" ] }, { title: "far fa-hand-point-right", searchTerms: [ "finger", "forward", "hand-o-right", "next", "point", "right" ] }, { - title: "fas fa-hand-point-up", + title: "fa-solid fa-hand-point-up", searchTerms: [ "finger", "hand", "hand-o-up", "index", "index pointing up", "point", "request", "up", "upgrade" ] }, { title: "far fa-hand-point-up", searchTerms: [ "finger", "hand", "hand-o-up", "index", "index pointing up", "point", "request", "up", "upgrade" ] }, { - title: "fas fa-hand-pointer", + title: "fa-solid fa-hand-pointer", searchTerms: [ "arrow", "cursor", "select" ] }, { title: "far fa-hand-pointer", searchTerms: [ "arrow", "cursor", "select" ] }, { - title: "fas fa-hand-scissors", + title: "fa-solid fa-hand-scissors", searchTerms: [ "cut", "game", "roshambo" ] }, { title: "far fa-hand-scissors", searchTerms: [ "cut", "game", "roshambo" ] }, { - title: "fas fa-hand-sparkles", + title: "fa-solid fa-hand-sparkles", searchTerms: [ "clean", "covid-19", "hygiene", "magic", "palm", "soap", "wash" ] }, { - title: "fas fa-hand-spock", + title: "fa-solid fa-hand-spock", searchTerms: [ "finger", "hand", "live long", "palm", "prosper", "salute", "spock", "star trek", "vulcan", "vulcan salute" ] }, { title: "far fa-hand-spock", searchTerms: [ "finger", "hand", "live long", "palm", "prosper", "salute", "spock", "star trek", "vulcan", "vulcan salute" ] }, { - title: "fas fa-handcuffs", + title: "fa-solid fa-handcuffs", searchTerms: [ "arrest", "criminal", "handcuffs", "jail", "lock", "police", "wrist" ] }, { - title: "fas fa-hands", + title: "fa-solid fa-hands", searchTerms: [ "Translate", "asl", "deaf", "hands" ] }, { - title: "fas fa-hands-asl-interpreting", + title: "fa-solid fa-hands-asl-interpreting", searchTerms: [ "asl", "deaf", "finger", "hand", "interpret", "speak" ] }, { - title: "fas fa-hands-bound", + title: "fa-solid fa-hands-bound", searchTerms: [ "abduction", "bound", "handcuff", "wrist" ] }, { - title: "fas fa-hands-bubbles", + title: "fa-solid fa-hands-bubbles", searchTerms: [ "covid-19", "hygiene", "soap", "wash" ] }, { - title: "fas fa-hands-clapping", + title: "fa-solid fa-hands-clapping", searchTerms: [ "applause", "clap", "clapping hands", "hand" ] }, { - title: "fas fa-hands-holding", + title: "fa-solid fa-hands-holding", searchTerms: [ "carry", "hold", "lift" ] }, { - title: "fas fa-hands-holding-child", + title: "fa-solid fa-hands-holding-child", searchTerms: [ "care", "give", "help", "hold", "parent", "protect" ] }, { - title: "fas fa-hands-holding-circle", + title: "fa-solid fa-hands-holding-circle", searchTerms: [ "circle", "gift", "protection" ] }, { - title: "fas fa-hands-praying", + title: "fa-solid fa-hands-praying", searchTerms: [ "kneel", "preach", "religion", "worship" ] }, { - title: "fas fa-handshake", + title: "fa-solid fa-handshake", searchTerms: [ "agreement", "greeting", "meeting", "partnership" ] }, { title: "far fa-handshake", searchTerms: [ "agreement", "greeting", "meeting", "partnership" ] }, { - title: "fas fa-handshake-angle", + title: "fa-solid fa-handshake-angle", searchTerms: [ "aid", "assistance", "handshake", "partnership", "volunteering" ] }, { - title: "fas fa-handshake-simple", + title: "fa-solid fa-handshake-simple", searchTerms: [ "agreement", "greeting", "hand", "handshake", "meeting", "partnership", "shake" ] }, { - title: "fas fa-handshake-simple-slash", + title: "fa-solid fa-handshake-simple-slash", searchTerms: [ "broken", "covid-19", "disabled", "social distance" ] }, { - title: "fas fa-handshake-slash", + title: "fa-solid fa-handshake-slash", searchTerms: [ "broken", "covid-19", "disabled", "social distance" ] }, { - title: "fas fa-hanukiah", + title: "fa-solid fa-hanukiah", searchTerms: [ "candelabrum", "candle", "candlestick", "hanukkah", "jewish", "judaism", "light", "menorah", "religion" ] }, { - title: "fas fa-hard-drive", + title: "fa-solid fa-hard-drive", searchTerms: [ "Hard Disk", "cpu", "hard drive", "harddrive", "machine", "save", "storage" ] }, { title: "far fa-hard-drive", searchTerms: [ "Hard Disk", "cpu", "hard drive", "harddrive", "machine", "save", "storage" ] }, { - title: "fab fa-hashnode", + title: "fa-brands fa-hashnode", searchTerms: [] }, { - title: "fas fa-hashtag", + title: "fa-solid fa-hashtag", searchTerms: [ "Number Sign", "Twitter", "instagram", "pound", "social media", "tag" ] }, { - title: "fas fa-hat-cowboy", + title: "fa-solid fa-hat-cowboy", searchTerms: [ "buckaroo", "horse", "jackeroo", "john b.", "old west", "pardner", "ranch", "rancher", "rodeo", "western", "wrangler" ] }, { - title: "fas fa-hat-cowboy-side", + title: "fa-solid fa-hat-cowboy-side", searchTerms: [ "buckaroo", "horse", "jackeroo", "john b.", "old west", "pardner", "ranch", "rancher", "rodeo", "western", "wrangler" ] }, { - title: "fas fa-hat-wizard", + title: "fa-solid fa-hat-wizard", searchTerms: [ "Dungeons & Dragons", "accessory", "buckle", "clothing", "d&d", "dnd", "fantasy", "halloween", "head", "holiday", "mage", "magic", "pointy", "witch" ] }, { - title: "fas fa-head-side-cough", + title: "fa-solid fa-head-side-cough", searchTerms: [ "cough", "covid-19", "germs", "lungs", "respiratory", "sick", "uer" ] }, { - title: "fas fa-head-side-cough-slash", + title: "fa-solid fa-head-side-cough-slash", searchTerms: [ "cough", "covid-19", "disabled", "germs", "lungs", "respiratory", "sick", "uer" ] }, { - title: "fas fa-head-side-mask", + title: "fa-solid fa-head-side-mask", searchTerms: [ "breath", "coronavirus", "covid-19", "filter", "flu", "infection", "pandemic", "respirator", "uer", "virus" ] }, { - title: "fas fa-head-side-virus", + title: "fa-solid fa-head-side-virus", searchTerms: [ "cold", "coronavirus", "covid-19", "flu", "infection", "pandemic", "sick", "uer" ] }, { - title: "fas fa-heading", + title: "fa-solid fa-heading", searchTerms: [ "format", "header", "text", "title" ] }, { - title: "fas fa-headphones", + title: "fa-solid fa-headphones", searchTerms: [ "audio", "earbud", "headphone", "listen", "music", "sound", "speaker" ] }, { - title: "fas fa-headphones-simple", + title: "fa-solid fa-headphones-simple", searchTerms: [ "audio", "listen", "music", "sound", "speaker" ] }, { - title: "fas fa-headset", + title: "fa-solid fa-headset", searchTerms: [ "audio", "gamer", "gaming", "listen", "live chat", "microphone", "shot caller", "sound", "support", "telemarketer" ] }, { - title: "fas fa-heart", + title: "fa-solid fa-heart", searchTerms: [ "ace", "black", "black heart", "blue", "blue heart", "brown", "brown heart", "card", "evil", "favorite", "game", "green", "green heart", "heart", "heart suit", "like", "love", "orange", "orange heart", "purple", "purple heart", "red heart", "relationship", "valentine", "white", "white heart", "wicked", "wishlist", "yellow", "yellow heart" ] }, { title: "far fa-heart", searchTerms: [ "ace", "black", "black heart", "blue", "blue heart", "brown", "brown heart", "card", "evil", "favorite", "game", "green", "green heart", "heart", "heart suit", "like", "love", "orange", "orange heart", "purple", "purple heart", "red heart", "relationship", "valentine", "white", "white heart", "wicked", "wishlist", "yellow", "yellow heart" ] }, { - title: "fas fa-heart-circle-bolt", + title: "fa-solid fa-heart-circle-bolt", searchTerms: [ "cardiogram", "ekg", "electric", "heart", "love", "pacemaker" ] }, { - title: "fas fa-heart-circle-check", + title: "fa-solid fa-heart-circle-check", searchTerms: [ "enable", "favorite", "heart", "love", "not affected", "ok", "okay", "validate", "working" ] }, { - title: "fas fa-heart-circle-exclamation", + title: "fa-solid fa-heart-circle-exclamation", searchTerms: [ "failed", "favorite", "heart", "love" ] }, { - title: "fas fa-heart-circle-minus", + title: "fa-solid fa-heart-circle-minus", searchTerms: [ "favorite", "heart", "love" ] }, { - title: "fas fa-heart-circle-plus", + title: "fa-solid fa-heart-circle-plus", searchTerms: [ "favorite", "heart", "love" ] }, { - title: "fas fa-heart-circle-xmark", + title: "fa-solid fa-heart-circle-xmark", searchTerms: [ "favorite", "heart", "love", "uncheck" ] }, { - title: "fas fa-heart-crack", + title: "fa-solid fa-heart-crack", searchTerms: [ "break", "breakup", "broken", "broken heart", "crushed", "dislike", "dumped", "grief", "love", "lovesick", "relationship", "sad" ] }, { - title: "fas fa-heart-pulse", + title: "fa-solid fa-heart-pulse", searchTerms: [ "ekg", "electrocardiogram", "health", "lifeline", "vital signs" ] }, { - title: "fas fa-helicopter", + title: "fa-solid fa-helicopter", searchTerms: [ "airwolf", "apache", "chopper", "flight", "fly", "helicopter", "travel", "vehicle" ] }, { - title: "fas fa-helicopter-symbol", + title: "fa-solid fa-helicopter-symbol", searchTerms: [ "chopper", "helicopter", "landing pad", "whirlybird" ] }, { - title: "fas fa-helmet-safety", + title: "fa-solid fa-helmet-safety", searchTerms: [ "construction", "hardhat", "helmet", "maintenance", "safety" ] }, { - title: "fas fa-helmet-un", + title: "fa-solid fa-helmet-un", searchTerms: [ "helmet", "united nations" ] }, { - title: "fas fa-highlighter", + title: "fa-solid fa-highlighter", searchTerms: [ "edit", "marker", "modify", "sharpie", "update", "write" ] }, { - title: "fas fa-hill-avalanche", + title: "fa-solid fa-hill-avalanche", searchTerms: [ "mudslide", "snow", "winter" ] }, { - title: "fas fa-hill-rockslide", + title: "fa-solid fa-hill-rockslide", searchTerms: [ "mudslide" ] }, { - title: "fas fa-hippo", + title: "fa-solid fa-hippo", searchTerms: [ "animal", "fauna", "hippo", "hippopotamus", "hungry", "mammal" ] }, { - title: "fab fa-hips", + title: "fa-brands fa-hips", searchTerms: [] }, { - title: "fab fa-hire-a-helper", + title: "fa-brands fa-hire-a-helper", searchTerms: [] }, { - title: "fab fa-hive", + title: "fa-brands fa-hive", searchTerms: [] }, { - title: "fas fa-hockey-puck", + title: "fa-solid fa-hockey-puck", searchTerms: [ "ice", "nhl", "sport" ] }, { - title: "fas fa-holly-berry", + title: "fa-solid fa-holly-berry", searchTerms: [ "catwoman", "christmas", "decoration", "flora", "halle", "holiday", "ororo munroe", "plant", "storm", "xmas" ] }, { - title: "fab fa-hooli", + title: "fa-brands fa-hooli", searchTerms: [] }, { - title: "fab fa-hornbill", + title: "fa-brands fa-hornbill", searchTerms: [] }, { - title: "fas fa-horse", + title: "fa-solid fa-horse", searchTerms: [ "equestrian", "equus", "fauna", "horse", "mammmal", "mare", "neigh", "pony", "racehorse", "racing" ] }, { - title: "fas fa-horse-head", + title: "fa-solid fa-horse-head", searchTerms: [ "equus", "fauna", "mammmal", "mare", "neigh", "pony" ] }, { - title: "fas fa-hospital", + title: "fa-solid fa-hospital", searchTerms: [ "building", "covid-19", "doctor", "emergency room", "hospital", "medical center", "medicine" ] }, { title: "far fa-hospital", searchTerms: [ "building", "covid-19", "doctor", "emergency room", "hospital", "medical center", "medicine" ] }, { - title: "fas fa-hospital-user", + title: "fa-solid fa-hospital-user", searchTerms: [ "covid-19", "doctor", "network", "patient", "primary care", "uer" ] }, { - title: "fas fa-hot-tub-person", + title: "fa-solid fa-hot-tub-person", searchTerms: [ "jacuzzi", "spa", "uer" ] }, { - title: "fas fa-hotdog", + title: "fa-solid fa-hotdog", searchTerms: [ "bun", "chili", "frankfurt", "frankfurter", "hot dog", "hotdog", "kosher", "polish", "sandwich", "sausage", "vienna", "weiner" ] }, { - title: "fas fa-hotel", + title: "fa-solid fa-hotel", searchTerms: [ "building", "hotel", "inn", "lodging", "motel", "resort", "travel" ] }, { - title: "fab fa-hotjar", + title: "fa-brands fa-hotjar", searchTerms: [] }, { - title: "fas fa-hourglass", + title: "fa-solid fa-hourglass", searchTerms: [ "hour", "hourglass", "hourglass not done", "minute", "sand", "stopwatch", "time", "timer" ] }, { title: "far fa-hourglass", searchTerms: [ "hour", "hourglass", "hourglass not done", "minute", "sand", "stopwatch", "time", "timer" ] }, { - title: "fas fa-hourglass-end", + title: "fa-solid fa-hourglass-end", searchTerms: [ "hour", "hourglass done", "minute", "pending", "sand", "stopwatch", "time", "timer", "waiting" ] }, { - title: "fas fa-hourglass-half", + title: "fa-solid fa-hourglass-half", searchTerms: [ "hour", "minute", "pending", "sand", "stopwatch", "time", "waiting" ] }, { title: "far fa-hourglass-half", searchTerms: [ "hour", "minute", "pending", "sand", "stopwatch", "time", "waiting" ] }, { - title: "fas fa-hourglass-start", + title: "fa-solid fa-hourglass-start", searchTerms: [ "hour", "minute", "sand", "stopwatch", "time", "waiting" ] }, { - title: "fas fa-house", + title: "fa-solid fa-house", searchTerms: [ "abode", "building", "home", "house", "main", "residence" ] }, { - title: "fas fa-house-chimney", + title: "fa-solid fa-house-chimney", searchTerms: [ "abode", "building", "chimney", "house", "main", "residence", "smokestack" ] }, { - title: "fas fa-house-chimney-crack", + title: "fa-solid fa-house-chimney-crack", searchTerms: [ "building", "devastation", "disaster", "earthquake", "home", "insurance" ] }, { - title: "fas fa-house-chimney-medical", + title: "fa-solid fa-house-chimney-medical", searchTerms: [ "covid-19", "doctor", "general practitioner", "hospital", "infirmary", "medicine", "office", "outpatient" ] }, { - title: "fas fa-house-chimney-user", + title: "fa-solid fa-house-chimney-user", searchTerms: [ "covid-19", "home", "isolation", "quarantine", "uer" ] }, { - title: "fas fa-house-chimney-window", + title: "fa-solid fa-house-chimney-window", searchTerms: [ "abode", "building", "family", "home", "residence" ] }, { - title: "fas fa-house-circle-check", + title: "fa-solid fa-house-circle-check", searchTerms: [ "abode", "enable", "home", "house", "not affected", "ok", "okay", "validate", "working" ] }, { - title: "fas fa-house-circle-exclamation", + title: "fa-solid fa-house-circle-exclamation", searchTerms: [ "abode", "affected", "failed", "home", "house" ] }, { - title: "fas fa-house-circle-xmark", + title: "fa-solid fa-house-circle-xmark", searchTerms: [ "abode", "destroy", "home", "house", "uncheck" ] }, { - title: "fas fa-house-crack", + title: "fa-solid fa-house-crack", searchTerms: [ "building", "devastation", "disaster", "earthquake", "home", "insurance" ] }, { - title: "fas fa-house-fire", + title: "fa-solid fa-house-fire", searchTerms: [ "burn", "emergency", "home" ] }, { - title: "fas fa-house-flag", + title: "fa-solid fa-house-flag", searchTerms: [ "camp", "home" ] }, { - title: "fas fa-house-flood-water", + title: "fa-solid fa-house-flood-water", searchTerms: [ "damage", "flood", "water" ] }, { - title: "fas fa-house-flood-water-circle-arrow-right", + title: "fa-solid fa-house-flood-water-circle-arrow-right", searchTerms: [ "damage", "flood", "water" ] }, { - title: "fas fa-house-laptop", + title: "fa-solid fa-house-laptop", searchTerms: [ "computer", "covid-19", "device", "office", "remote", "work from home" ] }, { - title: "fas fa-house-lock", + title: "fa-solid fa-house-lock", searchTerms: [ "closed", "home", "house", "lockdown", "padlock", "privacy", "quarantine" ] }, { - title: "fas fa-house-medical", + title: "fa-solid fa-house-medical", searchTerms: [ "covid-19", "doctor", "facility", "general practitioner", "health", "hospital", "infirmary", "medicine", "office", "outpatient" ] }, { - title: "fas fa-house-medical-circle-check", + title: "fa-solid fa-house-medical-circle-check", searchTerms: [ "clinic", "enable", "hospital", "not affected", "ok", "okay", "validate", "working" ] }, { - title: "fas fa-house-medical-circle-exclamation", + title: "fa-solid fa-house-medical-circle-exclamation", searchTerms: [ "affected", "clinic", "failed", "hospital" ] }, { - title: "fas fa-house-medical-circle-xmark", + title: "fa-solid fa-house-medical-circle-xmark", searchTerms: [ "clinic", "destroy", "hospital", "uncheck" ] }, { - title: "fas fa-house-medical-flag", + title: "fa-solid fa-house-medical-flag", searchTerms: [ "clinic", "hospital", "mash" ] }, { - title: "fas fa-house-signal", + title: "fa-solid fa-house-signal", searchTerms: [ "abode", "building", "connect", "family", "home", "residence", "smart home", "wifi", "www" ] }, { - title: "fas fa-house-tsunami", + title: "fa-solid fa-house-tsunami", searchTerms: [ "damage", "flood", "tidal wave", "wave" ] }, { - title: "fas fa-house-user", + title: "fa-solid fa-house-user", searchTerms: [ "house", "uer" ] }, { - title: "fab fa-houzz", + title: "fa-brands fa-houzz", searchTerms: [] }, { - title: "fas fa-hryvnia-sign", + title: "fa-solid fa-hryvnia-sign", searchTerms: [ "Hryvnia Sign", "currency" ] }, { - title: "fab fa-html5", + title: "fa-brands fa-html5", searchTerms: [] }, { - title: "fab fa-hubspot", + title: "fa-brands fa-hubspot", searchTerms: [] }, { - title: "fas fa-hurricane", + title: "fa-solid fa-hurricane", searchTerms: [ "coriolis effect", "eye", "storm", "tropical cyclone", "typhoon" ] }, { - title: "fas fa-i", + title: "fa-solid fa-i", searchTerms: [ "Latin Capital Letter I", "Latin Small Letter I", "letter" ] }, { - title: "fas fa-i-cursor", + title: "fa-solid fa-i-cursor", searchTerms: [ "editing", "i-beam", "type", "writing" ] }, { - title: "fas fa-ice-cream", + title: "fa-solid fa-ice-cream", searchTerms: [ "chocolate", "cone", "cream", "dessert", "frozen", "ice", "ice cream", "scoop", "sorbet", "sweet", "vanilla", "yogurt" ] }, { - title: "fas fa-icicles", + title: "fa-solid fa-icicles", searchTerms: [ "cold", "frozen", "hanging", "ice", "seasonal", "sharp" ] }, { - title: "fas fa-icons", + title: "fa-solid fa-icons", searchTerms: [ "bolt", "category", "emoji", "heart", "image", "music", "photo", "symbols" ] }, { - title: "fas fa-id-badge", + title: "fa-solid fa-id-badge", searchTerms: [ "address", "contact", "identification", "license", "profile", "uer", "username" ] }, { title: "far fa-id-badge", searchTerms: [ "address", "contact", "identification", "license", "profile", "uer", "username" ] }, { - title: "fas fa-id-card", + title: "fa-solid fa-id-card", searchTerms: [ "contact", "demographics", "document", "identification", "issued", "profile", "registration", "uer", "username" ] }, { title: "far fa-id-card", searchTerms: [ "contact", "demographics", "document", "identification", "issued", "profile", "registration", "uer", "username" ] }, { - title: "fas fa-id-card-clip", + title: "fa-solid fa-id-card-clip", searchTerms: [ "contact", "demographics", "document", "identification", "issued", "profile", "uer", "username" ] }, { - title: "fab fa-ideal", + title: "fa-brands fa-ideal", searchTerms: [] }, { - title: "fas fa-igloo", + title: "fa-solid fa-igloo", searchTerms: [ "dome", "dwelling", "eskimo", "home", "house", "ice", "snow" ] }, { - title: "fas fa-image", + title: "fa-solid fa-image", searchTerms: [ "album", "img", "landscape", "photo", "picture" ] }, { title: "far fa-image", searchTerms: [ "album", "img", "landscape", "photo", "picture" ] }, { - title: "fas fa-image-portrait", + title: "fa-solid fa-image-portrait", searchTerms: [ "id", "image", "img", "photo", "picture", "selfie", "uer", "username" ] }, { - title: "fas fa-images", + title: "fa-solid fa-images", searchTerms: [ "album", "img", "landscape", "photo", "picture" ] }, { title: "far fa-images", searchTerms: [ "album", "img", "landscape", "photo", "picture" ] }, { - title: "fab fa-imdb", + title: "fa-brands fa-imdb", searchTerms: [] }, { - title: "fas fa-inbox", + title: "fa-solid fa-inbox", searchTerms: [ "archive", "desk", "email", "mail", "message" ] }, { - title: "fas fa-indent", + title: "fa-solid fa-indent", searchTerms: [ "align", "justify", "paragraph", "tab" ] }, { - title: "fas fa-indian-rupee-sign", + title: "fa-solid fa-indian-rupee-sign", searchTerms: [ "Indian Rupee Sign", "currency" ] }, { - title: "fas fa-industry", + title: "fa-solid fa-industry", searchTerms: [ "building", "factory", "industrial", "manufacturing", "mill", "warehouse" ] }, { - title: "fas fa-infinity", + title: "fa-solid fa-infinity", searchTerms: [ "Infinity", "eternity", "forever", "infinity", "math", "unbounded", "universal" ] }, { - title: "fas fa-info", + title: "fa-solid fa-info", searchTerms: [ "details", "help", "information", "more", "support" ] }, { - title: "fab fa-instagram", + title: "fa-brands fa-instagram", searchTerms: [] }, { - title: "fab fa-instalod", + title: "fa-brands fa-instalod", searchTerms: [] }, { - title: "fab fa-intercom", + title: "fa-brands fa-intercom", searchTerms: [ "app", "customer", "messenger" ] }, { - title: "fab fa-internet-explorer", + title: "fa-brands fa-internet-explorer", searchTerms: [ "browser", "ie" ] }, { - title: "fab fa-invision", + title: "fa-brands fa-invision", searchTerms: [ "app", "design", "interface" ] }, { - title: "fab fa-ioxhost", + title: "fa-brands fa-ioxhost", searchTerms: [] }, { - title: "fas fa-italic", + title: "fa-solid fa-italic", searchTerms: [ "edit", "emphasis", "font", "format", "text", "type" ] }, { - title: "fab fa-itch-io", + title: "fa-brands fa-itch-io", searchTerms: [] }, { - title: "fab fa-itunes", + title: "fa-brands fa-itunes", searchTerms: [] }, { - title: "fab fa-itunes-note", + title: "fa-brands fa-itunes-note", searchTerms: [] }, { - title: "fas fa-j", + title: "fa-solid fa-j", searchTerms: [ "Latin Capital Letter J", "Latin Small Letter J", "letter" ] }, { - title: "fas fa-jar", + title: "fa-solid fa-jar", searchTerms: [ "jam", "jelly", "storage" ] }, { - title: "fas fa-jar-wheat", + title: "fa-solid fa-jar-wheat", searchTerms: [ "flour", "storage" ] }, { - title: "fab fa-java", + title: "fa-brands fa-java", searchTerms: [] }, { - title: "fas fa-jedi", + title: "fa-solid fa-jedi", searchTerms: [ "crest", "force", "sith", "skywalker", "star wars", "yoda" ] }, { - title: "fab fa-jedi-order", + title: "fa-brands fa-jedi-order", searchTerms: [ "star wars" ] }, { - title: "fab fa-jenkins", + title: "fa-brands fa-jenkins", searchTerms: [] }, { - title: "fas fa-jet-fighter", + title: "fa-solid fa-jet-fighter", searchTerms: [ "airforce", "airplane", "airport", "fast", "fly", "goose", "marines", "maverick", "military", "plane", "quick", "top gun", "transportation", "travel" ] }, { - title: "fas fa-jet-fighter-up", + title: "fa-solid fa-jet-fighter-up", searchTerms: [ "airforce", "airplane", "airport", "fast", "fly", "goose", "marines", "maverick", "military", "plane", "quick", "top gun", "transportation", "travel" ] }, { - title: "fab fa-jira", + title: "fa-brands fa-jira", searchTerms: [ "atlassian" ] }, { - title: "fab fa-joget", + title: "fa-brands fa-joget", searchTerms: [] }, { - title: "fas fa-joint", + title: "fa-solid fa-joint", searchTerms: [ "blunt", "cannabis", "doobie", "drugs", "marijuana", "roach", "smoke", "smoking", "spliff" ] }, { - title: "fab fa-joomla", + title: "fa-brands fa-joomla", searchTerms: [] }, { - title: "fab fa-js", + title: "fa-brands fa-js", searchTerms: [] }, { - title: "fab fa-jsfiddle", + title: "fa-brands fa-jsfiddle", searchTerms: [] }, { - title: "fas fa-jug-detergent", + title: "fa-solid fa-jug-detergent", searchTerms: [ "detergent", "laundry", "soap", "wash" ] }, { - title: "fab fa-jxl", + title: "fa-brands fa-jxl", searchTerms: [] }, { - title: "fas fa-k", + title: "fa-solid fa-k", searchTerms: [ "Latin Capital Letter K", "Latin Small Letter K", "letter" ] }, { - title: "fas fa-kaaba", + title: "fa-solid fa-kaaba", searchTerms: [ "Muslim", "building", "cube", "islam", "kaaba", "muslim", "religion" ] }, { - title: "fab fa-kaggle", + title: "fa-brands fa-kaggle", searchTerms: [] }, { - title: "fas fa-key", + title: "fa-solid fa-key", searchTerms: [ "key", "lock", "password", "private", "secret", "unlock" ] }, { - title: "fab fa-keybase", + title: "fa-brands fa-keybase", searchTerms: [] }, { - title: "fas fa-keyboard", + title: "fa-solid fa-keyboard", searchTerms: [ "accessory", "computer", "edit", "input", "keyboard", "text", "type", "write" ] }, { title: "far fa-keyboard", searchTerms: [ "accessory", "computer", "edit", "input", "keyboard", "text", "type", "write" ] }, { - title: "fab fa-keycdn", + title: "fa-brands fa-keycdn", searchTerms: [] }, { - title: "fas fa-khanda", + title: "fa-solid fa-khanda", searchTerms: [ "Adi Shakti", "chakkar", "sikh", "sikhism", "sword" ] }, { - title: "fab fa-kickstarter", + title: "fa-brands fa-kickstarter", searchTerms: [] }, { - title: "fab fa-kickstarter-k", + title: "fa-brands fa-kickstarter-k", searchTerms: [] }, { - title: "fas fa-kip-sign", + title: "fa-solid fa-kip-sign", searchTerms: [ "Kip Sign", "currency" ] }, { - title: "fas fa-kit-medical", + title: "fa-solid fa-kit-medical", searchTerms: [ "emergency", "emt", "health", "medical", "rescue" ] }, { - title: "fas fa-kitchen-set", + title: "fa-solid fa-kitchen-set", searchTerms: [ "chef", "cook", "cup", "kitchen", "pan", "pot", "skillet" ] }, { - title: "fas fa-kiwi-bird", + title: "fa-solid fa-kiwi-bird", searchTerms: [ "bird", "fauna", "new zealand" ] }, { - title: "fab fa-korvue", + title: "fa-brands fa-korvue", searchTerms: [] }, { - title: "fas fa-l", + title: "fa-solid fa-l", searchTerms: [ "Latin Capital Letter L", "Latin Small Letter L", "letter" ] }, { - title: "fas fa-land-mine-on", + title: "fa-solid fa-land-mine-on", searchTerms: [ "bomb", "danger", "explosion", "war" ] }, { - title: "fas fa-landmark", + title: "fa-solid fa-landmark", searchTerms: [ "building", "classical", "historic", "memorable", "monument", "museum", "politics", "society" ] }, { - title: "fas fa-landmark-dome", + title: "fa-solid fa-landmark-dome", searchTerms: [ "building", "historic", "memorable", "monument", "politics" ] }, { - title: "fas fa-landmark-flag", + title: "fa-solid fa-landmark-flag", searchTerms: [ "capitol", "flag", "landmark", "memorial" ] }, { - title: "fas fa-language", + title: "fa-solid fa-language", searchTerms: [ "dialect", "idiom", "localize", "speech", "translate", "vernacular" ] }, { - title: "fas fa-laptop", + title: "fa-solid fa-laptop", searchTerms: [ "computer", "cpu", "dell", "demo", "device", "fabook", "fb", "laptop", "mac", "macbook", "machine", "pc", "personal" ] }, { - title: "fas fa-laptop-code", + title: "fa-solid fa-laptop-code", searchTerms: [ "computer", "cpu", "dell", "demo", "develop", "device", "fabook", "fb", "mac", "macbook", "machine", "mysql", "pc", "sql" ] }, { - title: "fas fa-laptop-file", + title: "fa-solid fa-laptop-file", searchTerms: [ "computer", "education", "laptop", "learning", "remote work" ] }, { - title: "fas fa-laptop-medical", + title: "fa-solid fa-laptop-medical", searchTerms: [ "computer", "device", "ehr", "electronic health records", "history" ] }, { - title: "fab fa-laravel", + title: "fa-brands fa-laravel", searchTerms: [] }, { - title: "fas fa-lari-sign", + title: "fa-solid fa-lari-sign", searchTerms: [ "Lari Sign", "currency" ] }, { - title: "fab fa-lastfm", + title: "fa-brands fa-lastfm", searchTerms: [] }, { - title: "fas fa-layer-group", + title: "fa-solid fa-layer-group", searchTerms: [ "arrange", "category", "develop", "layers", "map", "platform", "stack" ] }, { - title: "fas fa-leaf", + title: "fa-solid fa-leaf", searchTerms: [ "eco", "flora", "nature", "plant", "vegan" ] }, { - title: "fab fa-leanpub", + title: "fa-brands fa-leanpub", searchTerms: [] }, { - title: "fas fa-left-long", + title: "fa-solid fa-left-long", searchTerms: [ "back", "long-arrow-left", "previous" ] }, { - title: "fas fa-left-right", + title: "fa-solid fa-left-right", searchTerms: [ "arrow", "arrows-h", "expand", "horizontal", "landscape", "left-right arrow", "resize", "wide" ] }, { - title: "fas fa-lemon", + title: "fa-solid fa-lemon", searchTerms: [ "citrus", "fruit", "lemon", "lemonade", "lime", "tart" ] }, { title: "far fa-lemon", searchTerms: [ "citrus", "fruit", "lemon", "lemonade", "lime", "tart" ] }, { - title: "fab fa-less", + title: "fa-brands fa-less", searchTerms: [] }, { - title: "fas fa-less-than", + title: "fa-solid fa-less-than", searchTerms: [ "Less-Than Sign", "arithmetic", "compare", "math" ] }, { - title: "fas fa-less-than-equal", + title: "fa-solid fa-less-than-equal", searchTerms: [ "arithmetic", "compare", "math" ] }, { - title: "fab fa-letterboxd", + title: "fa-brands fa-letterboxd", searchTerms: [] }, { - title: "fas fa-life-ring", + title: "fa-solid fa-life-ring", searchTerms: [ "coast guard", "help", "overboard", "save", "support" ] }, { title: "far fa-life-ring", searchTerms: [ "coast guard", "help", "overboard", "save", "support" ] }, { - title: "fas fa-lightbulb", + title: "fa-solid fa-lightbulb", searchTerms: [ " comic", " electric", " idea", " innovation", " inspiration", " light", " light bulb", " bulb", "bulb", "comic", "electric", "energy", "idea", "inspiration", "mechanical" ] }, { title: "far fa-lightbulb", searchTerms: [ " comic", " electric", " idea", " innovation", " inspiration", " light", " light bulb", " bulb", "bulb", "comic", "electric", "energy", "idea", "inspiration", "mechanical" ] }, { - title: "fab fa-line", + title: "fa-brands fa-line", searchTerms: [] }, { - title: "fas fa-lines-leaning", + title: "fa-solid fa-lines-leaning", searchTerms: [ "canted", "domino", "falling", "resilience", "resilient", "tipped" ] }, { - title: "fas fa-link", + title: "fa-solid fa-link", searchTerms: [ "attach", "attachment", "chain", "connect", "lin", "link" ] }, { - title: "fas fa-link-slash", + title: "fa-solid fa-link-slash", searchTerms: [ "attachment", "chain", "chain-broken", "disabled", "disconnect", "remove" ] }, { - title: "fab fa-linkedin", + title: "fa-brands fa-linkedin", searchTerms: [ "linkedin-square", "linkin" ] }, { - title: "fab fa-linkedin-in", + title: "fa-brands fa-linkedin-in", searchTerms: [ "linkedin", "linkin" ] }, { - title: "fab fa-linode", + title: "fa-brands fa-linode", searchTerms: [] }, { - title: "fab fa-linux", + title: "fa-brands fa-linux", searchTerms: [ "tux" ] }, { - title: "fas fa-lira-sign", + title: "fa-solid fa-lira-sign", searchTerms: [ "Lira Sign", "currency" ] }, { - title: "fas fa-list", + title: "fa-solid fa-list", searchTerms: [ "bullet", "category", "cheatsheet", "checklist", "completed", "done", "finished", "ol", "summary", "todo", "ul" ] }, { - title: "fas fa-list-check", + title: "fa-solid fa-list-check", searchTerms: [ "bullet", "cheatsheet", "checklist", "downloading", "downloads", "enable", "loading", "progress", "project management", "settings", "summary", "to do", "validate", "working" ] }, { - title: "fas fa-list-ol", + title: "fa-solid fa-list-ol", searchTerms: [ "cheatsheet", "checklist", "completed", "done", "finished", "numbers", "ol", "summary", "todo", "ul" ] }, { - title: "fas fa-list-ul", + title: "fa-solid fa-list-ul", searchTerms: [ "bullet", "cheatsheet", "checklist", "completed", "done", "finished", "ol", "summary", "survey", "todo", "ul" ] }, { - title: "fas fa-litecoin-sign", + title: "fa-solid fa-litecoin-sign", searchTerms: [ "currency" ] }, { - title: "fas fa-location-arrow", + title: "fa-solid fa-location-arrow", searchTerms: [ "address", "compass", "coordinate", "direction", "gps", "map", "navigation", "place" ] }, { - title: "fas fa-location-crosshairs", + title: "fa-solid fa-location-crosshairs", searchTerms: [ "address", "coordinate", "direction", "gps", "location", "map", "navigation", "place", "where" ] }, { - title: "fas fa-location-dot", + title: "fa-solid fa-location-dot", searchTerms: [ "address", "coordinates", "destination", "gps", "localize", "location", "map", "navigation", "paper", "pin", "place", "point of interest", "position", "route", "travel" ] }, { - title: "fas fa-location-pin", + title: "fa-solid fa-location-pin", searchTerms: [ "address", "coordinates", "destination", "gps", "localize", "location", "map", "navigation", "paper", "pin", "place", "point of interest", "position", "route", "travel" ] }, { - title: "fas fa-location-pin-lock", + title: "fa-solid fa-location-pin-lock", searchTerms: [ "closed", "lockdown", "map", "padlock", "privacy", "quarantine" ] }, { - title: "fas fa-lock", + title: "fa-solid fa-lock", searchTerms: [ "admin", "closed", "lock", "locked", "open", "padlock", "password", "privacy", "private", "protect", "security" ] }, { - title: "fas fa-lock-open", + title: "fa-solid fa-lock-open", searchTerms: [ "admin", "lock", "open", "padlock", "password", "privacy", "private", "protect", "security", "unlock" ] }, { - title: "fas fa-locust", + title: "fa-solid fa-locust", searchTerms: [ "horde", "infestation", "locust", "plague", "swarm" ] }, { - title: "fas fa-lungs", + title: "fa-solid fa-lungs", searchTerms: [ "air", "breath", "covid-19", "exhalation", "inhalation", "lungs", "organ", "respiration", "respiratory" ] }, { - title: "fas fa-lungs-virus", + title: "fa-solid fa-lungs-virus", searchTerms: [ "breath", "coronavirus", "covid-19", "flu", "infection", "pandemic", "respiratory", "sick" ] }, { - title: "fab fa-lyft", + title: "fa-brands fa-lyft", searchTerms: [] }, { - title: "fas fa-m", + title: "fa-solid fa-m", searchTerms: [ "Latin Capital Letter M", "Latin Small Letter M", "letter" ] }, { - title: "fab fa-magento", + title: "fa-brands fa-magento", searchTerms: [] }, { - title: "fas fa-magnet", + title: "fa-solid fa-magnet", searchTerms: [ "Attract", "attraction", "horseshoe", "lodestone", "magnet", "magnetic", "tool" ] }, { - title: "fas fa-magnifying-glass", + title: "fa-solid fa-magnifying-glass", searchTerms: [ "bigger", "enlarge", "equipment", "find", "glass", "inspection", "magnifier", "magnify", "magnifying", "magnifying glass tilted left", "preview", "search", "tool", "zoom" ] }, { - title: "fas fa-magnifying-glass-arrow-right", + title: "fa-solid fa-magnifying-glass-arrow-right", searchTerms: [ "find", "magnifier", "next", "search" ] }, { - title: "fas fa-magnifying-glass-chart", + title: "fa-solid fa-magnifying-glass-chart", searchTerms: [ " data", " graph", " intelligence", "analysis", "chart", "magnifier", "market", "revenue" ] }, { - title: "fas fa-magnifying-glass-dollar", + title: "fa-solid fa-magnifying-glass-dollar", searchTerms: [ "bigger", "enlarge", "find", "magnifier", "magnify", "money", "preview", "zoom" ] }, { - title: "fas fa-magnifying-glass-location", + title: "fa-solid fa-magnifying-glass-location", searchTerms: [ "bigger", "enlarge", "find", "magnifier", "magnify", "preview", "zoom" ] }, { - title: "fas fa-magnifying-glass-minus", + title: "fa-solid fa-magnifying-glass-minus", searchTerms: [ "magnifier", "minify", "negative", "smaller", "zoom", "zoom out" ] }, { - title: "fas fa-magnifying-glass-plus", + title: "fa-solid fa-magnifying-glass-plus", searchTerms: [ "bigger", "enlarge", "magnifier", "magnify", "positive", "zoom", "zoom in" ] }, { - title: "fab fa-mailchimp", + title: "fa-brands fa-mailchimp", searchTerms: [] }, { - title: "fas fa-manat-sign", + title: "fa-solid fa-manat-sign", searchTerms: [ "Manat Sign", "currency" ] }, { - title: "fab fa-mandalorian", + title: "fa-brands fa-mandalorian", searchTerms: [] }, { - title: "fas fa-map", + title: "fa-solid fa-map", searchTerms: [ "address", "coordinates", "destination", "gps", "localize", "location", "map", "navigation", "paper", "pin", "place", "point of interest", "position", "route", "travel", "world", "world map" ] }, { title: "far fa-map", searchTerms: [ "address", "coordinates", "destination", "gps", "localize", "location", "map", "navigation", "paper", "pin", "place", "point of interest", "position", "route", "travel", "world", "world map" ] }, { - title: "fas fa-map-location", + title: "fa-solid fa-map-location", searchTerms: [ "address", "coordinates", "destination", "gps", "localize", "location", "map", "navigation", "paper", "pin", "place", "point of interest", "position", "route", "travel" ] }, { - title: "fas fa-map-location-dot", + title: "fa-solid fa-map-location-dot", searchTerms: [ "address", "coordinates", "destination", "gps", "localize", "location", "map", "navigation", "paper", "pin", "place", "point of interest", "position", "route", "travel" ] }, { - title: "fas fa-map-pin", + title: "fa-solid fa-map-pin", searchTerms: [ "address", "agree", "coordinates", "destination", "gps", "localize", "location", "map", "marker", "navigation", "pin", "place", "position", "pushpin", "round pushpin", "travel" ] }, { - title: "fab fa-markdown", + title: "fa-brands fa-markdown", searchTerms: [] }, { - title: "fas fa-marker", + title: "fa-solid fa-marker", searchTerms: [ "design", "edit", "modify", "sharpie", "update", "write" ] }, { - title: "fas fa-mars", + title: "fa-solid fa-mars", searchTerms: [ "gender", "male", "male sign", "man" ] }, { - title: "fas fa-mars-and-venus", + title: "fa-solid fa-mars-and-venus", searchTerms: [ "Male and Female Sign", "female", "gender", "intersex", "male", "transgender" ] }, { - title: "fas fa-mars-and-venus-burst", + title: "fa-solid fa-mars-and-venus-burst", searchTerms: [ "gender", "uer", "violence" ] }, { - title: "fas fa-mars-double", + title: "fa-solid fa-mars-double", searchTerms: [ "Doubled Male Sign", "gay", "gender", "male", "men" ] }, { - title: "fas fa-mars-stroke", + title: "fa-solid fa-mars-stroke", searchTerms: [ "Male with Stroke Sign", "gender", "transgender" ] }, { - title: "fas fa-mars-stroke-right", + title: "fa-solid fa-mars-stroke-right", searchTerms: [ "Horizontal Male with Stroke Sign", "gender" ] }, { - title: "fas fa-mars-stroke-up", + title: "fa-solid fa-mars-stroke-up", searchTerms: [ "Vertical Male with Stroke Sign", "gender" ] }, { - title: "fas fa-martini-glass", + title: "fa-solid fa-martini-glass", searchTerms: [ "alcohol", "bar", "beverage", "cocktail", "cocktail glass", "drink", "glass", "liquor" ] }, { - title: "fas fa-martini-glass-citrus", + title: "fa-solid fa-martini-glass-citrus", searchTerms: [ "alcohol", "beverage", "drink", "gin", "glass", "margarita", "martini", "vodka" ] }, { - title: "fas fa-martini-glass-empty", + title: "fa-solid fa-martini-glass-empty", searchTerms: [ "alcohol", "bar", "beverage", "drink", "liquor" ] }, { - title: "fas fa-mask", + title: "fa-solid fa-mask", searchTerms: [ "carnivale", "costume", "disguise", "halloween", "secret", "super hero" ] }, { - title: "fas fa-mask-face", + title: "fa-solid fa-mask-face", searchTerms: [ "breath", "coronavirus", "covid-19", "filter", "flu", "infection", "pandemic", "respirator", "virus" ] }, { - title: "fas fa-mask-ventilator", + title: "fa-solid fa-mask-ventilator", searchTerms: [ "breath", "gas", "mask", "oxygen", "respirator", "ventilator" ] }, { - title: "fas fa-masks-theater", + title: "fa-solid fa-masks-theater", searchTerms: [ "art", "comedy", "mask", "perform", "performing", "performing arts", "theater", "theatre", "tragedy" ] }, { - title: "fab fa-mastodon", + title: "fa-brands fa-mastodon", searchTerms: [] }, { - title: "fas fa-mattress-pillow", + title: "fa-solid fa-mattress-pillow", searchTerms: [ "air mattress", "mattress", "pillow", "rest", "sleep" ] }, { - title: "fab fa-maxcdn", + title: "fa-brands fa-maxcdn", searchTerms: [] }, { - title: "fas fa-maximize", + title: "fa-solid fa-maximize", searchTerms: [ " maximize", " resize", " scale", " arrows", " bigger", " enlarge", " fullscreen", " resize", " size", "expand" ] }, { - title: "fab fa-mdb", + title: "fa-brands fa-mdb", searchTerms: [] }, { - title: "fas fa-medal", + title: "fa-solid fa-medal", searchTerms: [ "award", "guarantee", "medal", "quality", "ribbon", "sports medal", "star", "trophy", "warranty" ] }, { - title: "fab fa-medapps", + title: "fa-brands fa-medapps", searchTerms: [] }, { - title: "fab fa-medium", + title: "fa-brands fa-medium", searchTerms: [] }, { - title: "fab fa-medrt", + title: "fa-brands fa-medrt", searchTerms: [] }, { - title: "fab fa-meetup", + title: "fa-brands fa-meetup", searchTerms: [] }, { - title: "fab fa-megaport", + title: "fa-brands fa-megaport", searchTerms: [] }, { - title: "fas fa-memory", + title: "fa-solid fa-memory", searchTerms: [ "DIMM", "RAM", "hardware", "storage", "technology" ] }, { - title: "fab fa-mendeley", + title: "fa-brands fa-mendeley", searchTerms: [] }, { - title: "fas fa-menorah", + title: "fa-solid fa-menorah", searchTerms: [ "candle", "hanukkah", "jewish", "judaism", "light" ] }, { - title: "fas fa-mercury", + title: "fa-solid fa-mercury", searchTerms: [ "Mercury", "gender", "hybrid", "transgender" ] }, { - title: "fas fa-message", + title: "fa-solid fa-message", searchTerms: [ " conversation", " discussion", " talking", "answer", "bubble", "chat", "commenting", "conversation", "feedback", "message", "note", "notification", "sms", "speech", "talk", "texting" ] }, { title: "far fa-message", searchTerms: [ " conversation", " discussion", " talking", "answer", "bubble", "chat", "commenting", "conversation", "feedback", "message", "note", "notification", "sms", "speech", "talk", "texting" ] }, { - title: "fab fa-meta", + title: "fa-brands fa-meta", searchTerms: [] }, { - title: "fas fa-meteor", + title: "fa-solid fa-meteor", searchTerms: [ "armageddon", "asteroid", "comet", "shooting star", "space" ] }, { - title: "fab fa-microblog", + title: "fa-brands fa-microblog", searchTerms: [] }, { - title: "fas fa-microchip", + title: "fa-solid fa-microchip", searchTerms: [ "cpu", "hardware", "processor", "technology" ] }, { - title: "fas fa-microphone", + title: "fa-solid fa-microphone", searchTerms: [ "address", "audio", "information", "podcast", "public", "record", "sing", "sound", "talking", "voice" ] }, { - title: "fas fa-microphone-lines", + title: "fa-solid fa-microphone-lines", searchTerms: [ "audio", "mic", "microphone", "music", "podcast", "record", "sing", "sound", "studio", "studio microphone", "talking", "voice" ] }, { - title: "fas fa-microphone-lines-slash", + title: "fa-solid fa-microphone-lines-slash", searchTerms: [ "audio", "disable", "disabled", "disconnect", "disconnect", "mute", "podcast", "record", "sing", "sound", "voice" ] }, { - title: "fas fa-microphone-slash", + title: "fa-solid fa-microphone-slash", searchTerms: [ "audio", "disable", "disabled", "mute", "podcast", "record", "sing", "sound", "voice" ] }, { - title: "fas fa-microscope", + title: "fa-solid fa-microscope", searchTerms: [ "covid-19", "electron", "knowledge", "lens", "microscope", "optics", "science", "shrink", "testing", "tool" ] }, { - title: "fab fa-microsoft", + title: "fa-brands fa-microsoft", searchTerms: [] }, { - title: "fas fa-mill-sign", + title: "fa-solid fa-mill-sign", searchTerms: [ "Mill Sign", "currency" ] }, { - title: "fas fa-minimize", + title: "fa-solid fa-minimize", searchTerms: [ "collapse", "fullscreen", "minimize", "move", "resize", "shrink", "smaller" ] }, { - title: "fab fa-mintbit", + title: "fa-brands fa-mintbit", searchTerms: [] }, { - title: "fas fa-minus", + title: "fa-solid fa-minus", searchTerms: [ "En Dash", "Minus Sign", "collapse", "delete", "hide", "math", "minify", "minus", "negative", "remove", "sign", "trash", "−" ] }, { - title: "fas fa-mitten", + title: "fa-solid fa-mitten", searchTerms: [ "clothing", "cold", "glove", "hands", "knitted", "seasonal", "warmth" ] }, { - title: "fab fa-mix", + title: "fa-brands fa-mix", searchTerms: [] }, { - title: "fab fa-mixcloud", + title: "fa-brands fa-mixcloud", searchTerms: [] }, { - title: "fab fa-mixer", + title: "fa-brands fa-mixer", searchTerms: [] }, { - title: "fab fa-mizuni", + title: "fa-brands fa-mizuni", searchTerms: [] }, { - title: "fas fa-mobile", + title: "fa-solid fa-mobile", searchTerms: [ "android", "call", "cell", "cell phone", "device", "mobile", "mobile phone", "number", "phone", "screen", "telephone", "text" ] }, { - title: "fas fa-mobile-button", + title: "fa-solid fa-mobile-button", searchTerms: [ "apple", "call", "cell phone", "device", "iphone", "number", "screen", "telephone" ] }, { - title: "fas fa-mobile-retro", + title: "fa-solid fa-mobile-retro", searchTerms: [ "cellphone", "cellular", "phone" ] }, { - title: "fas fa-mobile-screen", + title: "fa-solid fa-mobile-screen", searchTerms: [ "android", "call", "cell phone", "device", "number", "screen", "telephone", "text" ] }, { - title: "fas fa-mobile-screen-button", + title: "fa-solid fa-mobile-screen-button", searchTerms: [ "apple", "call", "cell phone", "device", "iphone", "number", "screen", "telephone" ] }, { - title: "fab fa-modx", + title: "fa-brands fa-modx", searchTerms: [] }, { - title: "fab fa-monero", + title: "fa-brands fa-monero", searchTerms: [] }, { - title: "fas fa-money-bill", + title: "fa-solid fa-money-bill", searchTerms: [ "buy", "cash", "checkout", "coupon", "investment", "money", "payment", "premium", "price", "purchase", "revenue", "salary" ] }, { - title: "fas fa-money-bill-1", + title: "fa-solid fa-money-bill-1", searchTerms: [ "buy", "cash", "checkout", "money", "payment", "premium", "price", "purchase", "salary" ] }, { title: "far fa-money-bill-1", searchTerms: [ "buy", "cash", "checkout", "money", "payment", "premium", "price", "purchase", "salary" ] }, { - title: "fas fa-money-bill-1-wave", + title: "fa-solid fa-money-bill-1-wave", searchTerms: [ "buy", "cash", "checkout", "money", "payment", "premium", "price", "purchase", "salary" ] }, { - title: "fas fa-money-bill-transfer", + title: "fa-solid fa-money-bill-transfer", searchTerms: [ "bank", "conversion", "deposit", "investment", "money", "salary", "transfer", "withdrawal" ] }, { - title: "fas fa-money-bill-trend-up", + title: "fa-solid fa-money-bill-trend-up", searchTerms: [ "bank", "bonds", "inflation", "investment", "market", "revenue", "salary", "stocks", "trade" ] }, { - title: "fas fa-money-bill-wave", + title: "fa-solid fa-money-bill-wave", searchTerms: [ "buy", "cash", "checkout", "money", "payment", "premium", "price", "purchase", "salary" ] }, { - title: "fas fa-money-bill-wheat", + title: "fa-solid fa-money-bill-wheat", searchTerms: [ "agribusiness", "agriculture", "farming", "food", "investment", "livelihood", "subsidy" ] }, { - title: "fas fa-money-bills", + title: "fa-solid fa-money-bills", searchTerms: [ "atm", "cash", "investment", "money", "moolah", "premium", "revenue", "salary" ] }, { - title: "fas fa-money-check", + title: "fa-solid fa-money-check", searchTerms: [ "bank check", "buy", "checkout", "cheque", "money", "payment", "price", "purchase", "salary" ] }, { - title: "fas fa-money-check-dollar", + title: "fa-solid fa-money-check-dollar", searchTerms: [ "bank check", "buy", "checkout", "cheque", "money", "payment", "price", "purchase", "salary" ] }, { - title: "fas fa-monument", + title: "fa-solid fa-monument", searchTerms: [ "building", "historic", "landmark", "memorable" ] }, { - title: "fas fa-moon", + title: "fa-solid fa-moon", searchTerms: [ "Power Sleep Symbol", "contrast", "crescent", "crescent moon", "dark", "lunar", "moon", "night" ] }, { title: "far fa-moon", searchTerms: [ "Power Sleep Symbol", "contrast", "crescent", "crescent moon", "dark", "lunar", "moon", "night" ] }, { - title: "fas fa-mortar-pestle", + title: "fa-solid fa-mortar-pestle", searchTerms: [ "crush", "culinary", "grind", "medical", "mix", "pharmacy", "prescription", "spices" ] }, { - title: "fas fa-mosque", + title: "fa-solid fa-mosque", searchTerms: [ "Muslim", "building", "islam", "landmark", "mosque", "muslim", "religion" ] }, { - title: "fas fa-mosquito", + title: "fa-solid fa-mosquito", searchTerms: [ "bite", "bug", "mosquito", "west nile" ] }, { - title: "fas fa-mosquito-net", + title: "fa-solid fa-mosquito-net", searchTerms: [ "bite", "malaria", "mosquito", "net" ] }, { - title: "fas fa-motorcycle", + title: "fa-solid fa-motorcycle", searchTerms: [ "bike", "machine", "motorcycle", "racing", "transportation", "vehicle" ] }, { - title: "fas fa-mound", + title: "fa-solid fa-mound", searchTerms: [ "barrier", "hill", "pitcher", "speedbump" ] }, { - title: "fas fa-mountain", + title: "fa-solid fa-mountain", searchTerms: [ "cold", "glacier", "hiking", "hill", "landscape", "mountain", "snow", "snow-capped mountain", "travel", "view" ] }, { - title: "fas fa-mountain-city", + title: "fa-solid fa-mountain-city", searchTerms: [ "location", "rural", "urban" ] }, { - title: "fas fa-mountain-sun", + title: "fa-solid fa-mountain-sun", searchTerms: [ "country", "hiking", "landscape", "rural", "travel", "view" ] }, { - title: "fas fa-mug-hot", + title: "fa-solid fa-mug-hot", searchTerms: [ "beverage", "caliente", "cocoa", "coffee", "cup", "drink", "holiday", "hot", "hot beverage", "hot chocolate", "steam", "steaming", "tea", "warmth" ] }, { - title: "fas fa-mug-saucer", + title: "fa-solid fa-mug-saucer", searchTerms: [ "beverage", "breakfast", "cafe", "drink", "fall", "morning", "mug", "seasonal", "tea" ] }, { - title: "fas fa-music", + title: "fa-solid fa-music", searchTerms: [ "lyrics", "melody", "music", "musical note", "note", "sing", "sound" ] }, { - title: "fas fa-n", + title: "fa-solid fa-n", searchTerms: [ "Latin Capital Letter N", "Latin Small Letter N", "letter", "nay", "no" ] }, { - title: "fas fa-naira-sign", + title: "fa-solid fa-naira-sign", searchTerms: [ "Naira Sign", "currency" ] }, { - title: "fab fa-napster", + title: "fa-brands fa-napster", searchTerms: [] }, { - title: "fab fa-neos", + title: "fa-brands fa-neos", searchTerms: [] }, { - title: "fas fa-network-wired", + title: "fa-solid fa-network-wired", searchTerms: [ "computer", "connect", "ethernet", "internet", "intranet" ] }, { - title: "fas fa-neuter", + title: "fa-solid fa-neuter", searchTerms: [ "Neuter", "gender" ] }, { - title: "fas fa-newspaper", + title: "fa-solid fa-newspaper", searchTerms: [ "article", "editorial", "headline", "journal", "journalism", "news", "newsletter", "newspaper", "paper", "press" ] }, { title: "far fa-newspaper", searchTerms: [ "article", "editorial", "headline", "journal", "journalism", "news", "newsletter", "newspaper", "paper", "press" ] }, { - title: "fab fa-nfc-directional", + title: "fa-brands fa-nfc-directional", searchTerms: [ "connect", "data", "near field communication", "nfc", "scan", "signal", "transfer", "wireless" ] }, { - title: "fab fa-nfc-symbol", + title: "fa-brands fa-nfc-symbol", searchTerms: [ "connect", "data", "near field communication", "nfc", "scan", "signal", "transfer", "wireless" ] }, { - title: "fab fa-nimblr", + title: "fa-brands fa-nimblr", searchTerms: [] }, { - title: "fab fa-node", + title: "fa-brands fa-node", searchTerms: [] }, { - title: "fab fa-node-js", + title: "fa-brands fa-node-js", searchTerms: [] }, { - title: "fas fa-not-equal", + title: "fa-solid fa-not-equal", searchTerms: [ "arithmetic", "compare", "math" ] }, { - title: "fas fa-notdef", + title: "fa-solid fa-notdef", searchTerms: [ "404", "close", "missing", "not found" ] }, { - title: "fas fa-note-sticky", + title: "fa-solid fa-note-sticky", searchTerms: [ "message", "note", "paper", "reminder", "sticker" ] }, { title: "far fa-note-sticky", searchTerms: [ "message", "note", "paper", "reminder", "sticker" ] }, { - title: "fas fa-notes-medical", + title: "fa-solid fa-notes-medical", searchTerms: [ "clipboard", "doctor", "ehr", "health", "history", "records" ] }, { - title: "fab fa-npm", + title: "fa-brands fa-npm", searchTerms: [] }, { - title: "fab fa-ns8", + title: "fa-brands fa-ns8", searchTerms: [] }, { - title: "fab fa-nutritionix", + title: "fa-brands fa-nutritionix", searchTerms: [] }, { - title: "fas fa-o", + title: "fa-solid fa-o", searchTerms: [ "Latin Capital Letter O", "Latin Small Letter O", "letter" ] }, { - title: "fas fa-object-group", + title: "fa-solid fa-object-group", searchTerms: [ "combine", "copy", "design", "merge", "select" ] }, { title: "far fa-object-group", searchTerms: [ "combine", "copy", "design", "merge", "select" ] }, { - title: "fas fa-object-ungroup", + title: "fa-solid fa-object-ungroup", searchTerms: [ "copy", "design", "merge", "select", "separate" ] }, { title: "far fa-object-ungroup", searchTerms: [ "copy", "design", "merge", "select", "separate" ] }, { - title: "fab fa-octopus-deploy", + title: "fa-brands fa-octopus-deploy", searchTerms: [] }, { - title: "fab fa-odnoklassniki", + title: "fa-brands fa-odnoklassniki", searchTerms: [] }, { - title: "fab fa-odysee", + title: "fa-brands fa-odysee", searchTerms: [] }, { - title: "fas fa-oil-can", + title: "fa-solid fa-oil-can", searchTerms: [ "auto", "crude", "gasoline", "grease", "lubricate", "petroleum" ] }, { - title: "fas fa-oil-well", + title: "fa-solid fa-oil-well", searchTerms: [ "drill", "oil", "rig" ] }, { - title: "fab fa-old-republic", + title: "fa-brands fa-old-republic", searchTerms: [ "politics", "star wars" ] }, { - title: "fas fa-om", + title: "fa-solid fa-om", searchTerms: [ "Hindu", "buddhism", "hinduism", "jainism", "mantra", "om", "religion" ] }, { - title: "fab fa-opencart", + title: "fa-brands fa-opencart", searchTerms: [] }, { - title: "fab fa-openid", + title: "fa-brands fa-openid", searchTerms: [] }, { - title: "fab fa-opensuse", + title: "fa-brands fa-opensuse", searchTerms: [] }, { - title: "fab fa-opera", + title: "fa-brands fa-opera", searchTerms: [] }, { - title: "fab fa-optin-monster", + title: "fa-brands fa-optin-monster", searchTerms: [] }, { - title: "fab fa-orcid", + title: "fa-brands fa-orcid", searchTerms: [] }, { - title: "fab fa-osi", + title: "fa-brands fa-osi", searchTerms: [] }, { - title: "fas fa-otter", + title: "fa-solid fa-otter", searchTerms: [ "animal", "badger", "fauna", "fishing", "fur", "mammal", "marten", "otter", "playful" ] }, { - title: "fas fa-outdent", + title: "fa-solid fa-outdent", searchTerms: [ "align", "justify", "paragraph", "tab" ] }, { - title: "fas fa-p", + title: "fa-solid fa-p", searchTerms: [ "Latin Capital Letter P", "Latin Small Letter P", "letter" ] }, { - title: "fab fa-padlet", + title: "fa-brands fa-padlet", searchTerms: [] }, { - title: "fab fa-page4", + title: "fa-brands fa-page4", searchTerms: [] }, { - title: "fab fa-pagelines", + title: "fa-brands fa-pagelines", searchTerms: [ "eco", "flora", "leaf", "leaves", "nature", "plant", "tree" ] }, { - title: "fas fa-pager", + title: "fa-solid fa-pager", searchTerms: [ "beeper", "cell phone", "communication", "page", "pager" ] }, { - title: "fas fa-paint-roller", + title: "fa-solid fa-paint-roller", searchTerms: [ "acrylic", "art", "brush", "color", "fill", "maintenance", "paint", "pigment", "watercolor" ] }, { - title: "fas fa-paintbrush", + title: "fa-solid fa-paintbrush", searchTerms: [ "acrylic", "art", "brush", "color", "fill", "modify", "paint", "paintbrush", "painting", "pigment", "watercolor" ] }, { - title: "fas fa-palette", + title: "fa-solid fa-palette", searchTerms: [ "acrylic", "art", "artist palette", "brush", "color", "fill", "museum", "paint", "painting", "palette", "pigment", "watercolor" ] }, { - title: "fab fa-palfed", + title: "fa-brands fa-palfed", searchTerms: [] }, { - title: "fas fa-pallet", + title: "fa-solid fa-pallet", searchTerms: [ "archive", "box", "inventory", "shipping", "warehouse" ] }, { - title: "fas fa-panorama", + title: "fa-solid fa-panorama", searchTerms: [ "image", "img", "landscape", "photo", "wide" ] }, { - title: "fas fa-paper-plane", + title: "fa-solid fa-paper-plane", searchTerms: [ "air", "float", "fold", "mail", "paper", "send" ] }, { title: "far fa-paper-plane", searchTerms: [ "air", "float", "fold", "mail", "paper", "send" ] }, { - title: "fas fa-paperclip", + title: "fa-solid fa-paperclip", searchTerms: [ "attach", "attachment", "connect", "link", "papercli", "paperclip" ] }, { - title: "fas fa-parachute-box", + title: "fa-solid fa-parachute-box", searchTerms: [ "aid", "assistance", "goods", "relief", "rescue", "supplies" ] }, { - title: "fas fa-paragraph", + title: "fa-solid fa-paragraph", searchTerms: [ "Pilcrow Sign", "edit", "format", "text", "writing" ] }, { - title: "fas fa-passport", + title: "fa-solid fa-passport", searchTerms: [ "document", "id", "identification", "issued", "travel" ] }, { - title: "fas fa-paste", + title: "fa-solid fa-paste", searchTerms: [ "clipboard", "copy", "document", "paper" ] }, { title: "far fa-paste", searchTerms: [ "clipboard", "copy", "document", "paper" ] }, { - title: "fab fa-patreon", + title: "fa-brands fa-patreon", searchTerms: [] }, { - title: "fas fa-pause", + title: "fa-solid fa-pause", searchTerms: [ "bar", "double", "hold", "pause", "pause button", "vertical", "wait" ] }, { - title: "fas fa-paw", + title: "fa-solid fa-paw", searchTerms: [ "animal", "cat", "dog", "pet", "print" ] }, { - title: "fab fa-paypal", + title: "fa-brands fa-paypal", searchTerms: [] }, { - title: "fas fa-peace", + title: "fa-solid fa-peace", searchTerms: [ "peace", "peace symbol", "serenity", "tranquility", "truce", "war" ] }, { - title: "fas fa-pen", + title: "fa-solid fa-pen", searchTerms: [ "ballpoint", "design", "edit", "modify", "pen", "update", "write" ] }, { - title: "fas fa-pen-clip", + title: "fa-solid fa-pen-clip", searchTerms: [ "design", "edit", "modify", "update", "write" ] }, { - title: "fas fa-pen-fancy", + title: "fa-solid fa-pen-fancy", searchTerms: [ "black nib", "design", "edit", "fountain", "fountain pen", "modify", "nib", "pen", "update", "write" ] }, { - title: "fas fa-pen-nib", + title: "fa-solid fa-pen-nib", searchTerms: [ "design", "edit", "fountain pen", "modify", "update", "write" ] }, { - title: "fas fa-pen-ruler", + title: "fa-solid fa-pen-ruler", searchTerms: [ "design", "draft", "draw", "maintenance", "modify", "pencil" ] }, { - title: "fas fa-pen-to-square", + title: "fa-solid fa-pen-to-square", searchTerms: [ "edit", "modify", "pen", "pencil", "update", "write" ] }, { title: "far fa-pen-to-square", searchTerms: [ "edit", "modify", "pen", "pencil", "update", "write" ] }, { - title: "fas fa-pencil", + title: "fa-solid fa-pencil", searchTerms: [ "Lower Left Pencil", "design", "draw", "edit", "lead", "maintenance", "modify", "pencil", "update", "write" ] }, { - title: "fas fa-people-arrows", + title: "fa-solid fa-people-arrows", searchTerms: [ " conversation", " discussion", " talking", "distance", "insert", "isolation", "separate", "social distancing", "talk", "together", "uer", "users-people" ] }, { - title: "fas fa-people-carry-box", + title: "fa-solid fa-people-carry-box", searchTerms: [ "together", "uer", "users-people" ] }, { - title: "fas fa-people-group", + title: "fa-solid fa-people-group", searchTerms: [ "crowd", "family", "group", "team", "together", "uer" ] }, { - title: "fas fa-people-line", + title: "fa-solid fa-people-line", searchTerms: [ "crowd", "group", "need", "together", "uer" ] }, { - title: "fas fa-people-pulling", + title: "fa-solid fa-people-pulling", searchTerms: [ "forced return", "together", "uer", "yanking" ] }, { - title: "fas fa-people-robbery", + title: "fa-solid fa-people-robbery", searchTerms: [ "criminal", "hands up", "looting", "robbery", "steal", "uer" ] }, { - title: "fas fa-people-roof", + title: "fa-solid fa-people-roof", searchTerms: [ "crowd", "family", "group", "manage", "people", "safe", "shelter", "together", "uer" ] }, { - title: "fas fa-pepper-hot", + title: "fa-solid fa-pepper-hot", searchTerms: [ "buffalo wings", "capsicum", "chili", "chilli", "habanero", "hot", "hot pepper", "jalapeno", "mexican", "pepper", "spicy", "tabasco", "vegetable" ] }, { - title: "fab fa-perbyte", + title: "fa-brands fa-perbyte", searchTerms: [] }, { - title: "fas fa-percent", + title: "fa-solid fa-percent", searchTerms: [ "Percent Sign", "discount", "fraction", "proportion", "rate", "ratio" ] }, { - title: "fab fa-periscope", + title: "fa-brands fa-periscope", searchTerms: [] }, { - title: "fas fa-person", + title: "fa-solid fa-person", searchTerms: [ "default", "man", "person standing", "stand", "standing", "uer", "woman" ] }, { - title: "fas fa-person-arrow-down-to-line", + title: "fa-solid fa-person-arrow-down-to-line", searchTerms: [ "ground", "indigenous", "insert", "native", "uer" ] }, { - title: "fas fa-person-arrow-up-from-line", + title: "fa-solid fa-person-arrow-up-from-line", searchTerms: [ "population", "rise", "uer", "upgrade" ] }, { - title: "fas fa-person-biking", + title: "fa-solid fa-person-biking", searchTerms: [ "bicycle", "bike", "biking", "cyclist", "pedal", "person biking", "summer", "uer", "wheel" ] }, { - title: "fas fa-person-booth", + title: "fa-solid fa-person-booth", searchTerms: [ "changing room", "curtain", "uer", "vote", "voting" ] }, { - title: "fas fa-person-breastfeeding", + title: "fa-solid fa-person-breastfeeding", searchTerms: [ "baby", "child", "infant", "mother", "nutrition", "parent", "sustenance", "uer" ] }, { - title: "fas fa-person-burst", + title: "fa-solid fa-person-burst", searchTerms: [ "abuse", "accident", "crash", "explode", "uer", "violence" ] }, { - title: "fas fa-person-cane", + title: "fa-solid fa-person-cane", searchTerms: [ "aging", "cane", "elderly", "old", "staff", "uer" ] }, { - title: "fas fa-person-chalkboard", + title: "fa-solid fa-person-chalkboard", searchTerms: [ "blackboard", "instructor", "keynote", "lesson", "presentation", "teacher", "uer" ] }, { - title: "fas fa-person-circle-check", + title: "fa-solid fa-person-circle-check", searchTerms: [ "approved", "enable", "not affected", "ok", "okay", "uer", "validate", "working" ] }, { - title: "fas fa-person-circle-exclamation", + title: "fa-solid fa-person-circle-exclamation", searchTerms: [ "affected", "alert", "failed", "lost", "missing", "uer" ] }, { - title: "fas fa-person-circle-minus", + title: "fa-solid fa-person-circle-minus", searchTerms: [ "delete", "remove", "uer" ] }, { - title: "fas fa-person-circle-plus", + title: "fa-solid fa-person-circle-plus", searchTerms: [ "add", "follow", "found", "uer" ] }, { - title: "fas fa-person-circle-question", + title: "fa-solid fa-person-circle-question", searchTerms: [ "faq", "lost", "missing", "request", "uer" ] }, { - title: "fas fa-person-circle-xmark", + title: "fa-solid fa-person-circle-xmark", searchTerms: [ "dead", "removed", "uer", "uncheck" ] }, { - title: "fas fa-person-digging", + title: "fa-solid fa-person-digging", searchTerms: [ "bury", "construction", "debris", "dig", "maintenance", "men at work", "uer" ] }, { - title: "fas fa-person-dots-from-line", + title: "fa-solid fa-person-dots-from-line", searchTerms: [ "allergy", "diagnosis", "uer" ] }, { - title: "fas fa-person-dress", + title: "fa-solid fa-person-dress", searchTerms: [ "man", "skirt", "uer", "woman" ] }, { - title: "fas fa-person-dress-burst", + title: "fa-solid fa-person-dress-burst", searchTerms: [ "abuse", "accident", "crash", "explode", "uer", "violence" ] }, { - title: "fas fa-person-drowning", + title: "fa-solid fa-person-drowning", searchTerms: [ "drown", "emergency", "swim", "uer" ] }, { - title: "fas fa-person-falling", + title: "fa-solid fa-person-falling", searchTerms: [ "accident", "fall", "trip", "uer" ] }, { - title: "fas fa-person-falling-burst", + title: "fa-solid fa-person-falling-burst", searchTerms: [ "accident", "crash", "death", "fall", "homicide", "murder", "uer" ] }, { - title: "fas fa-person-half-dress", + title: "fa-solid fa-person-half-dress", searchTerms: [ "gender", "man", "restroom", "transgender", "uer", "woman" ] }, { - title: "fas fa-person-harassing", + title: "fa-solid fa-person-harassing", searchTerms: [ "abuse", "scream", "shame", "shout", "uer", "yell" ] }, { - title: "fas fa-person-hiking", + title: "fa-solid fa-person-hiking", searchTerms: [ "autumn", "fall", "follow", "hike", "mountain", "outdoors", "summer", "uer", "walk" ] }, { - title: "fas fa-person-military-pointing", + title: "fa-solid fa-person-military-pointing", searchTerms: [ "army", "customs", "guard", "uer" ] }, { - title: "fas fa-person-military-rifle", + title: "fa-solid fa-person-military-rifle", searchTerms: [ "armed forces", "army", "military", "rifle", "uer", "war" ] }, { - title: "fas fa-person-military-to-person", + title: "fa-solid fa-person-military-to-person", searchTerms: [ "civilian", "coordination", "military", "uer" ] }, { - title: "fas fa-person-praying", + title: "fa-solid fa-person-praying", searchTerms: [ "kneel", "place of worship", "religion", "thank", "uer", "worship" ] }, { - title: "fas fa-person-pregnant", + title: "fa-solid fa-person-pregnant", searchTerms: [ "baby", "birth", "child", "parent", "pregnant", "pregnant woman", "uer", "woman" ] }, { - title: "fas fa-person-rays", + title: "fa-solid fa-person-rays", searchTerms: [ "affected", "focus", "shine", "uer" ] }, { - title: "fas fa-person-rifle", + title: "fa-solid fa-person-rifle", searchTerms: [ "army", "combatant", "gun", "military", "rifle", "uer", "war" ] }, { - title: "fas fa-person-running", + title: "fa-solid fa-person-running", searchTerms: [ "exit", "flee", "follow", "marathon", "person running", "race", "running", "uer", "workout" ] }, { - title: "fas fa-person-shelter", + title: "fa-solid fa-person-shelter", searchTerms: [ "house", "inside", "roof", "safe", "safety", "shelter", "uer" ] }, { - title: "fas fa-person-skating", + title: "fa-solid fa-person-skating", searchTerms: [ "figure skating", "ice", "olympics", "rink", "skate", "uer", "winter" ] }, { - title: "fas fa-person-skiing", + title: "fa-solid fa-person-skiing", searchTerms: [ "downhill", "olympics", "ski", "skier", "snow", "uer", "winter" ] }, { - title: "fas fa-person-skiing-nordic", + title: "fa-solid fa-person-skiing-nordic", searchTerms: [ "cross country", "olympics", "uer", "winter" ] }, { - title: "fas fa-person-snowboarding", + title: "fa-solid fa-person-snowboarding", searchTerms: [ "olympics", "ski", "snow", "snowboard", "snowboarder", "uer", "winter" ] }, { - title: "fas fa-person-swimming", + title: "fa-solid fa-person-swimming", searchTerms: [ "ocean", "person swimming", "pool", "sea", "swim", "uer", "water" ] }, { - title: "fas fa-person-through-window", + title: "fa-solid fa-person-through-window", searchTerms: [ "door", "exit", "forced entry", "leave", "robbery", "steal", "uer", "window" ] }, { - title: "fas fa-person-walking", + title: "fa-solid fa-person-walking", searchTerms: [ "crosswalk", "exercise", "follow", "hike", "move", "person walking", "uer", "walk", "walking", "workout" ] }, { - title: "fas fa-person-walking-arrow-loop-left", + title: "fa-solid fa-person-walking-arrow-loop-left", searchTerms: [ "follow", "population return", "return", "uer" ] }, { - title: "fas fa-person-walking-arrow-right", + title: "fa-solid fa-person-walking-arrow-right", searchTerms: [ "exit", "follow", "internally displaced", "leave", "refugee", "uer" ] }, { - title: "fas fa-person-walking-dashed-line-arrow-right", + title: "fa-solid fa-person-walking-dashed-line-arrow-right", searchTerms: [ "exit", "follow", "refugee", "uer" ] }, { - title: "fas fa-person-walking-luggage", + title: "fa-solid fa-person-walking-luggage", searchTerms: [ "bag", "baggage", "briefcase", "carry-on", "deployment", "follow", "rolling", "uer" ] }, { - title: "fas fa-person-walking-with-cane", + title: "fa-solid fa-person-walking-with-cane", searchTerms: [ "blind", "cane", "follow", "uer" ] }, { - title: "fas fa-peseta-sign", + title: "fa-solid fa-peseta-sign", searchTerms: [ "Peseta Sign", "currency" ] }, { - title: "fas fa-peso-sign", + title: "fa-solid fa-peso-sign", searchTerms: [ "Peso Sign", "currency" ] }, { - title: "fab fa-phabricator", + title: "fa-brands fa-phabricator", searchTerms: [] }, { - title: "fab fa-phoenix-framework", + title: "fa-brands fa-phoenix-framework", searchTerms: [] }, { - title: "fab fa-phoenix-squadron", + title: "fa-brands fa-phoenix-squadron", searchTerms: [] }, { - title: "fas fa-phone", + title: "fa-solid fa-phone", searchTerms: [ "Left Hand Telephone Receiver", "call", "earphone", "number", "phone", "receiver", "support", "talking", "telephone", "telephone receiver", "voice" ] }, { - title: "fas fa-phone-flip", + title: "fa-solid fa-phone-flip", searchTerms: [ "Right Hand Telephone Receiver", "call", "earphone", "number", "support", "telephone", "voice" ] }, { - title: "fas fa-phone-slash", + title: "fa-solid fa-phone-slash", searchTerms: [ "call", "cancel", "disabled", "disconnect", "earphone", "mute", "number", "support", "telephone", "voice" ] }, { - title: "fas fa-phone-volume", + title: "fa-solid fa-phone-volume", searchTerms: [ "call", "earphone", "number", "ring", "ringing", "sound", "support", "talking", "telephone", "voice", "volume-control-phone" ] }, { - title: "fas fa-photo-film", + title: "fa-solid fa-photo-film", searchTerms: [ "av", "film", "image", "library", "media" ] }, { - title: "fab fa-php", + title: "fa-brands fa-php", searchTerms: [] }, { - title: "fab fa-pied-piper", + title: "fa-brands fa-pied-piper", searchTerms: [] }, { - title: "fab fa-pied-piper-alt", + title: "fa-brands fa-pied-piper-alt", searchTerms: [] }, { - title: "fab fa-pied-piper-hat", + title: "fa-brands fa-pied-piper-hat", searchTerms: [ "clothing" ] }, { - title: "fab fa-pied-piper-pp", + title: "fa-brands fa-pied-piper-pp", searchTerms: [] }, { - title: "fas fa-piggy-bank", + title: "fa-solid fa-piggy-bank", searchTerms: [ "bank", "salary", "save", "savings" ] }, { - title: "fas fa-pills", + title: "fa-solid fa-pills", searchTerms: [ "drugs", "medicine", "prescription", "tablets" ] }, { - title: "fab fa-pinterest", + title: "fa-brands fa-pinterest", searchTerms: [] }, { - title: "fab fa-pinterest-p", + title: "fa-brands fa-pinterest-p", searchTerms: [] }, { - title: "fab fa-pix", + title: "fa-brands fa-pix", searchTerms: [] }, { - title: "fab fa-pixiv", + title: "fa-brands fa-pixiv", searchTerms: [] }, { - title: "fas fa-pizza-slice", + title: "fa-solid fa-pizza-slice", searchTerms: [ "cheese", "chicago", "italian", "mozzarella", "new york", "pepperoni", "pie", "slice", "teenage mutant ninja turtles", "tomato" ] }, { - title: "fas fa-place-of-worship", + title: "fa-solid fa-place-of-worship", searchTerms: [ "building", "church", "holy", "mosque", "synagogue" ] }, { - title: "fas fa-plane", + title: "fa-solid fa-plane", searchTerms: [ "airplane", "airport", "destination", "fly", "location", "mode", "travel", "trip" ] }, { - title: "fas fa-plane-arrival", + title: "fa-solid fa-plane-arrival", searchTerms: [ "aeroplane", "airplane", "airplane arrival", "airport", "arrivals", "arriving", "destination", "fly", "land", "landing", "location", "mode", "travel", "trip" ] }, { - title: "fas fa-plane-circle-check", + title: "fa-solid fa-plane-circle-check", searchTerms: [ "airplane", "airport", "enable", "flight", "fly", "not affected", "ok", "okay", "travel", "validate", "working" ] }, { - title: "fas fa-plane-circle-exclamation", + title: "fa-solid fa-plane-circle-exclamation", searchTerms: [ "affected", "airplane", "airport", "failed", "flight", "fly", "travel" ] }, { - title: "fas fa-plane-circle-xmark", + title: "fa-solid fa-plane-circle-xmark", searchTerms: [ "airplane", "airport", "destroy", "flight", "fly", "travel", "uncheck" ] }, { - title: "fas fa-plane-departure", + title: "fa-solid fa-plane-departure", searchTerms: [ "aeroplane", "airplane", "airplane departure", "airport", "check-in", "departing", "departure", "departures", "destination", "fly", "location", "mode", "take off", "taking off", "travel", "trip" ] }, { - title: "fas fa-plane-lock", + title: "fa-solid fa-plane-lock", searchTerms: [ "airplane", "airport", "closed", "flight", "fly", "lockdown", "padlock", "privacy", "quarantine", "travel" ] }, { - title: "fas fa-plane-slash", + title: "fa-solid fa-plane-slash", searchTerms: [ "airplane mode", "airport", "canceled", "covid-19", "delayed", "disabled", "grounded", "travel" ] }, { - title: "fas fa-plane-up", + title: "fa-solid fa-plane-up", searchTerms: [ "airplane", "airport", "internet", "signal", "sky", "wifi", "wireless" ] }, { - title: "fas fa-plant-wilt", + title: "fa-solid fa-plant-wilt", searchTerms: [ "drought", "planting", "vegetation", "wilt" ] }, { - title: "fas fa-plate-wheat", + title: "fa-solid fa-plate-wheat", searchTerms: [ "bowl", "hunger", "rations", "wheat" ] }, { - title: "fas fa-play", + title: "fa-solid fa-play", searchTerms: [ "arrow", "audio", "music", "play", "play button", "playing", "right", "sound", "start", "triangle", "video" ] }, { - title: "fab fa-playstation", + title: "fa-brands fa-playstation", searchTerms: [] }, { - title: "fas fa-plug", + title: "fa-solid fa-plug", searchTerms: [ "connect", "electric", "electric plug", "electricity", "online", "plug", "power" ] }, { - title: "fas fa-plug-circle-bolt", + title: "fa-solid fa-plug-circle-bolt", searchTerms: [ "electric", "electricity", "plug", "power" ] }, { - title: "fas fa-plug-circle-check", + title: "fa-solid fa-plug-circle-check", searchTerms: [ "electric", "electricity", "enable", "not affected", "ok", "okay", "plug", "power", "validate", "working" ] }, { - title: "fas fa-plug-circle-exclamation", + title: "fa-solid fa-plug-circle-exclamation", searchTerms: [ "affected", "electric", "electricity", "failed", "plug", "power" ] }, { - title: "fas fa-plug-circle-minus", + title: "fa-solid fa-plug-circle-minus", searchTerms: [ "disconnect", "electric", "electricity", "plug", "power" ] }, { - title: "fas fa-plug-circle-plus", + title: "fa-solid fa-plug-circle-plus", searchTerms: [ "electric", "electricity", "plug", "power" ] }, { - title: "fas fa-plug-circle-xmark", + title: "fa-solid fa-plug-circle-xmark", searchTerms: [ "destroy", "disconnect", "electric", "electricity", "outage", "plug", "power", "uncheck" ] }, { - title: "fas fa-plus", + title: "fa-solid fa-plus", searchTerms: [ "+", "Plus Sign", "add", "create", "expand", "follow", "math", "modify", "new", "plus", "positive", "shape", "sign" ] }, { - title: "fas fa-plus-minus", + title: "fa-solid fa-plus-minus", searchTerms: [ "Plus-Minus Sign", "add", "math", "subtract" ] }, { - title: "fas fa-podcast", + title: "fa-solid fa-podcast", searchTerms: [ "audio", "broadcast", "music", "sound" ] }, { - title: "fas fa-poo", + title: "fa-solid fa-poo", searchTerms: [ "crap", "dung", "face", "monster", "pile of poo", "poo", "poop", "shit", "smile", "turd", "uer" ] }, { - title: "fas fa-poo-storm", + title: "fa-solid fa-poo-storm", searchTerms: [ "bolt", "cloud", "euphemism", "lightning", "mess", "poop", "shit", "turd" ] }, { - title: "fas fa-poop", + title: "fa-solid fa-poop", searchTerms: [ "crap", "poop", "shit", "smile", "turd" ] }, { - title: "fas fa-power-off", + title: "fa-solid fa-power-off", searchTerms: [ "Power Symbol", "cancel", "computer", "on", "reboot", "restart" ] }, { - title: "fas fa-prescription", + title: "fa-solid fa-prescription", searchTerms: [ "drugs", "medical", "medicine", "pharmacy", "rx" ] }, { - title: "fas fa-prescription-bottle", + title: "fa-solid fa-prescription-bottle", searchTerms: [ "drugs", "medical", "medicine", "pharmacy", "rx" ] }, { - title: "fas fa-prescription-bottle-medical", + title: "fa-solid fa-prescription-bottle-medical", searchTerms: [ "drugs", "medical", "medicine", "pharmacy", "rx" ] }, { - title: "fas fa-print", + title: "fa-solid fa-print", searchTerms: [ "Print Screen Symbol", "Printer Icon", "business", "computer", "copy", "document", "office", "paper", "printer" ] }, { - title: "fab fa-product-hunt", + title: "fa-brands fa-product-hunt", searchTerms: [] }, { - title: "fas fa-pump-medical", + title: "fa-solid fa-pump-medical", searchTerms: [ "anti-bacterial", "clean", "covid-19", "disinfect", "hygiene", "medical grade", "sanitizer", "soap" ] }, { - title: "fas fa-pump-soap", + title: "fa-solid fa-pump-soap", searchTerms: [ "anti-bacterial", "clean", "covid-19", "disinfect", "hygiene", "sanitizer", "soap" ] }, { - title: "fab fa-pushed", + title: "fa-brands fa-pushed", searchTerms: [] }, { - title: "fas fa-puzzle-piece", + title: "fa-solid fa-puzzle-piece", searchTerms: [ "add-on", "addon", "clue", "game", "interlocking", "jigsaw", "piece", "puzzle", "puzzle piece", "section" ] }, { - title: "fab fa-python", + title: "fa-brands fa-python", searchTerms: [] }, { - title: "fas fa-q", + title: "fa-solid fa-q", searchTerms: [ "Latin Capital Letter Q", "Latin Small Letter Q", "letter" ] }, { - title: "fab fa-qq", + title: "fa-brands fa-qq", searchTerms: [] }, { - title: "fas fa-qrcode", + title: "fa-solid fa-qrcode", searchTerms: [ "barcode", "info", "information", "scan" ] }, { - title: "fas fa-question", + title: "fa-solid fa-question", searchTerms: [ "?", "Question Mark", "faq", "help", "information", "mark", "outlined", "punctuation", "question", "red question mark", "request", "support", "unknown", "white question mark" ] }, { - title: "fab fa-quinscape", + title: "fa-brands fa-quinscape", searchTerms: [] }, { - title: "fab fa-quora", + title: "fa-brands fa-quora", searchTerms: [] }, { - title: "fas fa-quote-left", + title: "fa-solid fa-quote-left", searchTerms: [ "Left Double Quotation Mark", "mention", "note", "phrase", "text", "type" ] }, { - title: "fas fa-quote-right", + title: "fa-solid fa-quote-right", searchTerms: [ "Right Double Quotation Mark", "mention", "note", "phrase", "text", "type" ] }, { - title: "fas fa-r", + title: "fa-solid fa-r", searchTerms: [ "Latin Capital Letter R", "Latin Small Letter R", "letter" ] }, { - title: "fab fa-r-project", + title: "fa-brands fa-r-project", searchTerms: [] }, { - title: "fas fa-radiation", + title: "fa-solid fa-radiation", searchTerms: [ "danger", "dangerous", "deadly", "hazard", "nuclear", "radioactive", "warning" ] }, { - title: "fas fa-radio", + title: "fa-solid fa-radio", searchTerms: [ "am", "broadcast", "fm", "frequency", "music", "news", "radio", "receiver", "transmitter", "tuner", "video" ] }, { - title: "fas fa-rainbow", + title: "fa-solid fa-rainbow", searchTerms: [ "gold", "leprechaun", "prism", "rain", "rainbow", "sky" ] }, { - title: "fas fa-ranking-star", + title: "fa-solid fa-ranking-star", searchTerms: [ "chart", "first place", "podium", "quality", "rank", "revenue", "win" ] }, { - title: "fab fa-raspberry-pi", + title: "fa-brands fa-raspberry-pi", searchTerms: [] }, { - title: "fab fa-ravelry", + title: "fa-brands fa-ravelry", searchTerms: [] }, { - title: "fab fa-react", + title: "fa-brands fa-react", searchTerms: [] }, { - title: "fab fa-reacteurope", + title: "fa-brands fa-reacteurope", searchTerms: [] }, { - title: "fab fa-readme", + title: "fa-brands fa-readme", searchTerms: [] }, { - title: "fab fa-rebel", + title: "fa-brands fa-rebel", searchTerms: [] }, { - title: "fas fa-receipt", + title: "fa-solid fa-receipt", searchTerms: [ "accounting", "bookkeeping", "check", "coupon", "evidence", "invoice", "money", "pay", "proof", "receipt", "table" ] }, { - title: "fas fa-record-vinyl", + title: "fa-solid fa-record-vinyl", searchTerms: [ "LP", "album", "analog", "music", "phonograph", "sound" ] }, { - title: "fas fa-rectangle-ad", + title: "fa-solid fa-rectangle-ad", searchTerms: [ "advertisement", "media", "newspaper", "promotion", "publicity" ] }, { - title: "fas fa-rectangle-list", + title: "fa-solid fa-rectangle-list", searchTerms: [ "cheatsheet", "checklist", "completed", "done", "finished", "ol", "summary", "todo", "ul" ] }, { title: "far fa-rectangle-list", searchTerms: [ "cheatsheet", "checklist", "completed", "done", "finished", "ol", "summary", "todo", "ul" ] }, { - title: "fas fa-rectangle-xmark", + title: "fa-solid fa-rectangle-xmark", searchTerms: [ "browser", "cancel", "computer", "development", "uncheck" ] }, { title: "far fa-rectangle-xmark", searchTerms: [ "browser", "cancel", "computer", "development", "uncheck" ] }, { - title: "fas fa-recycle", + title: "fa-solid fa-recycle", searchTerms: [ "Recycling Symbol For Generic Materials", "Universal Recycling Symbol", "Waste", "compost", "garbage", "recycle", "recycling symbol", "reuse", "trash" ] }, { - title: "fab fa-red-river", + title: "fa-brands fa-red-river", searchTerms: [] }, { - title: "fab fa-reddit", + title: "fa-brands fa-reddit", searchTerms: [] }, { - title: "fab fa-reddit-alien", + title: "fa-brands fa-reddit-alien", searchTerms: [] }, { - title: "fab fa-redhat", + title: "fa-brands fa-redhat", searchTerms: [ "linux", "operating system", "os" ] }, { - title: "fas fa-registered", + title: "fa-solid fa-registered", searchTerms: [ "copyright", "mark", "r", "registered", "trademark" ] }, { title: "far fa-registered", searchTerms: [ "copyright", "mark", "r", "registered", "trademark" ] }, { - title: "fab fa-renren", + title: "fa-brands fa-renren", searchTerms: [] }, { - title: "fas fa-repeat", + title: "fa-solid fa-repeat", searchTerms: [ "arrow", "clockwise", "flip", "reload", "renew", "repeat", "repeat button", "retry", "rewind", "switch" ] }, { - title: "fas fa-reply", + title: "fa-solid fa-reply", searchTerms: [ "mail", "message", "respond" ] }, { - title: "fas fa-reply-all", + title: "fa-solid fa-reply-all", searchTerms: [ "mail", "message", "respond" ] }, { - title: "fab fa-replyd", + title: "fa-brands fa-replyd", searchTerms: [] }, { - title: "fas fa-republican", + title: "fa-solid fa-republican", searchTerms: [ "american", "conservative", "election", "elephant", "politics", "republican party", "right", "right-wing", "usa" ] }, { - title: "fab fa-researchgate", + title: "fa-brands fa-researchgate", searchTerms: [] }, { - title: "fab fa-resolving", + title: "fa-brands fa-resolving", searchTerms: [] }, { - title: "fas fa-restroom", + title: "fa-solid fa-restroom", searchTerms: [ "bathroom", "toilet", "uer", "water closet", "wc" ] }, { - title: "fas fa-retweet", + title: "fa-solid fa-retweet", searchTerms: [ "refresh", "reload", "renew", "retry", "share", "swap" ] }, { - title: "fab fa-rev", + title: "fa-brands fa-rev", searchTerms: [] }, { - title: "fas fa-ribbon", + title: "fa-solid fa-ribbon", searchTerms: [ "badge", "cause", "celebration", "lapel", "pin", "reminder", "reminder ribbon", "ribbon" ] }, { - title: "fas fa-right-from-bracket", + title: "fa-solid fa-right-from-bracket", searchTerms: [ "arrow", "exit", "leave", "log out", "logout", "sign-out" ] }, { - title: "fas fa-right-left", + title: "fa-solid fa-right-left", searchTerms: [ "arrow", "arrows", "exchange", "reciprocate", "return", "swap", "transfer" ] }, { - title: "fas fa-right-long", + title: "fa-solid fa-right-long", searchTerms: [ "forward", "long-arrow-right", "next" ] }, { - title: "fas fa-right-to-bracket", + title: "fa-solid fa-right-to-bracket", searchTerms: [ "arrow", "enter", "join", "log in", "login", "sign in", "sign up", "sign-in", "signin", "signup" ] }, { - title: "fas fa-ring", + title: "fa-solid fa-ring", searchTerms: [ "Dungeons & Dragons", "Gollum", "band", "binding", "d&d", "dnd", "engagement", "fantasy", "gold", "jewelry", "marriage", "precious", "premium" ] }, { - title: "fas fa-road", + title: "fa-solid fa-road", searchTerms: [ "highway", "map", "motorway", "pavement", "road", "route", "street", "travel" ] }, { - title: "fas fa-road-barrier", + title: "fa-solid fa-road-barrier", searchTerms: [ "block", "border", "no entry", "roadblock" ] }, { - title: "fas fa-road-bridge", + title: "fa-solid fa-road-bridge", searchTerms: [ "bridge", "infrastructure", "road", "travel" ] }, { - title: "fas fa-road-circle-check", + title: "fa-solid fa-road-circle-check", searchTerms: [ "enable", "freeway", "highway", "not affected", "ok", "okay", "pavement", "road", "validate", "working" ] }, { - title: "fas fa-road-circle-exclamation", + title: "fa-solid fa-road-circle-exclamation", searchTerms: [ "affected", "failed", "freeway", "highway", "pavement", "road" ] }, { - title: "fas fa-road-circle-xmark", + title: "fa-solid fa-road-circle-xmark", searchTerms: [ "destroy", "freeway", "highway", "pavement", "road", "uncheck" ] }, { - title: "fas fa-road-lock", + title: "fa-solid fa-road-lock", searchTerms: [ "closed", "freeway", "highway", "lockdown", "padlock", "pavement", "privacy", "quarantine", "road" ] }, { - title: "fas fa-road-spikes", + title: "fa-solid fa-road-spikes", searchTerms: [ "barrier", "roadblock", "spikes" ] }, { - title: "fas fa-robot", + title: "fa-solid fa-robot", searchTerms: [ "android", "automate", "computer", "cyborg", "face", "monster", "robot" ] }, { - title: "fas fa-rocket", + title: "fa-solid fa-rocket", searchTerms: [ "aircraft", "app", "jet", "launch", "nasa", "space" ] }, { - title: "fab fa-rocketchat", + title: "fa-brands fa-rocketchat", searchTerms: [] }, { - title: "fab fa-rockrms", + title: "fa-brands fa-rockrms", searchTerms: [] }, { - title: "fas fa-rotate", + title: "fa-solid fa-rotate", searchTerms: [ "arrow", "clockwise", "exchange", "modify", "refresh", "reload", "renew", "retry", "rotate", "swap", "withershins" ] }, { - title: "fas fa-rotate-left", + title: "fa-solid fa-rotate-left", searchTerms: [ "back", "control z", "exchange", "oops", "return", "swap" ] }, { - title: "fas fa-rotate-right", + title: "fa-solid fa-rotate-right", searchTerms: [ "forward", "refresh", "reload", "renew", "repeat", "retry" ] }, { - title: "fas fa-route", + title: "fa-solid fa-route", searchTerms: [ "directions", "navigation", "travel" ] }, { - title: "fas fa-rss", + title: "fa-solid fa-rss", searchTerms: [ "blog", "feed", "journal", "news", "writing" ] }, { - title: "fas fa-ruble-sign", + title: "fa-solid fa-ruble-sign", searchTerms: [ "Ruble Sign", "currency" ] }, { - title: "fas fa-rug", + title: "fa-solid fa-rug", searchTerms: [ "blanket", "carpet", "rug", "textile" ] }, { - title: "fas fa-ruler", + title: "fa-solid fa-ruler", searchTerms: [ "design", "draft", "length", "measure", "planning", "ruler", "straight edge", "straight ruler" ] }, { - title: "fas fa-ruler-combined", + title: "fa-solid fa-ruler-combined", searchTerms: [ "design", "draft", "length", "measure", "planning" ] }, { - title: "fas fa-ruler-horizontal", + title: "fa-solid fa-ruler-horizontal", searchTerms: [ "design", "draft", "length", "measure", "planning" ] }, { - title: "fas fa-ruler-vertical", + title: "fa-solid fa-ruler-vertical", searchTerms: [ "design", "draft", "length", "measure", "planning" ] }, { - title: "fas fa-rupee-sign", + title: "fa-solid fa-rupee-sign", searchTerms: [ "Rupee Sign", "currency" ] }, { - title: "fas fa-rupiah-sign", + title: "fa-solid fa-rupiah-sign", searchTerms: [ "currency" ] }, { - title: "fab fa-rust", + title: "fa-brands fa-rust", searchTerms: [] }, { - title: "fas fa-s", + title: "fa-solid fa-s", searchTerms: [ "Latin Capital Letter S", "Latin Small Letter S", "letter" ] }, { - title: "fas fa-sack-dollar", + title: "fa-solid fa-sack-dollar", searchTerms: [ "bag", "burlap", "cash", "dollar", "investment", "money", "money bag", "moneybag", "premium", "robber", "salary", "santa", "usd" ] }, { - title: "fas fa-sack-xmark", + title: "fa-solid fa-sack-xmark", searchTerms: [ "bag", "burlap", "coupon", "rations", "salary", "uncheck" ] }, { - title: "fab fa-safari", + title: "fa-brands fa-safari", searchTerms: [ "browser" ] }, { - title: "fas fa-sailboat", + title: "fa-solid fa-sailboat", searchTerms: [ "dinghy", "mast", "sailboat", "sailing", "yacht" ] }, { - title: "fab fa-salesforce", + title: "fa-brands fa-salesforce", searchTerms: [] }, { - title: "fab fa-sass", + title: "fa-brands fa-sass", searchTerms: [] }, { - title: "fas fa-satellite", + title: "fa-solid fa-satellite", searchTerms: [ "communications", "hardware", "orbit", "satellite", "space" ] }, { - title: "fas fa-satellite-dish", + title: "fa-solid fa-satellite-dish", searchTerms: [ "SETI", "antenna", "communications", "dish", "hardware", "radar", "receiver", "satellite", "satellite antenna", "saucer", "signal", "space" ] }, { - title: "fas fa-scale-balanced", + title: "fa-solid fa-scale-balanced", searchTerms: [ "Libra", "balance", "balance scale", "balanced", "justice", "law", "legal", "measure", "rule", "scale", "weight", "zodiac" ] }, { - title: "fas fa-scale-unbalanced", + title: "fa-solid fa-scale-unbalanced", searchTerms: [ "justice", "legal", "measure", "unbalanced", "weight" ] }, { - title: "fas fa-scale-unbalanced-flip", + title: "fa-solid fa-scale-unbalanced-flip", searchTerms: [ "justice", "legal", "measure", "unbalanced", "weight" ] }, { - title: "fab fa-schlix", + title: "fa-brands fa-schlix", searchTerms: [] }, { - title: "fas fa-school", + title: "fa-solid fa-school", searchTerms: [ "building", "education", "learn", "school", "student", "teacher" ] }, { - title: "fas fa-school-circle-check", + title: "fa-solid fa-school-circle-check", searchTerms: [ "enable", "not affected", "ok", "okay", "schoolhouse", "validate", "working" ] }, { - title: "fas fa-school-circle-exclamation", + title: "fa-solid fa-school-circle-exclamation", searchTerms: [ "affected", "failed", "schoolhouse" ] }, { - title: "fas fa-school-circle-xmark", + title: "fa-solid fa-school-circle-xmark", searchTerms: [ "destroy", "schoolhouse", "uncheck" ] }, { - title: "fas fa-school-flag", + title: "fa-solid fa-school-flag", searchTerms: [ "educate", "flag", "school", "schoolhouse" ] }, { - title: "fas fa-school-lock", + title: "fa-solid fa-school-lock", searchTerms: [ "closed", "lockdown", "padlock", "privacy", "quarantine", "schoolhouse" ] }, { - title: "fas fa-scissors", + title: "fa-solid fa-scissors", searchTerms: [ "Black Safety Scissors", "White Scissors", "clip", "cutting", "equipment", "modify", "scissors", "snip", "tool" ] }, { - title: "fab fa-screenpal", + title: "fa-brands fa-screenpal", searchTerms: [] }, { - title: "fas fa-screwdriver", + title: "fa-solid fa-screwdriver", searchTerms: [ "admin", "configuration", "equipment", "fix", "maintenance", "mechanic", "modify", "repair", "screw", "screwdriver", "settings", "tool" ] }, { - title: "fas fa-screwdriver-wrench", + title: "fa-solid fa-screwdriver-wrench", searchTerms: [ "admin", "configuration", "equipment", "fix", "maintenance", "modify", "repair", "screwdriver", "settings", "tools", "wrench" ] }, { - title: "fab fa-scribd", + title: "fa-brands fa-scribd", searchTerms: [] }, { - title: "fas fa-scroll", + title: "fa-solid fa-scroll", searchTerms: [ "Dungeons & Dragons", "announcement", "d&d", "dnd", "fantasy", "paper", "scholar", "script", "scroll" ] }, { - title: "fas fa-scroll-torah", + title: "fa-solid fa-scroll-torah", searchTerms: [ "book", "jewish", "judaism", "religion", "scroll" ] }, { - title: "fas fa-sd-card", + title: "fa-solid fa-sd-card", searchTerms: [ "image", "img", "memory", "photo", "save" ] }, { - title: "fab fa-searchengin", + title: "fa-brands fa-searchengin", searchTerms: [] }, { - title: "fas fa-section", + title: "fa-solid fa-section", searchTerms: [ "Section Sign", "law", "legal", "silcrow" ] }, { - title: "fas fa-seedling", + title: "fa-solid fa-seedling", searchTerms: [ "environment", "flora", "grow", "investment", "plant", "sapling", "seedling", "vegan", "young" ] }, { - title: "fab fa-sellcast", + title: "fa-brands fa-sellcast", searchTerms: [ "eercast" ] }, { - title: "fab fa-sellsy", + title: "fa-brands fa-sellsy", searchTerms: [] }, { - title: "fas fa-server", + title: "fa-solid fa-server", searchTerms: [ "computer", "cpu", "database", "hardware", "mysql", "network", "sql" ] }, { - title: "fab fa-servicestack", + title: "fa-brands fa-servicestack", searchTerms: [] }, { - title: "fas fa-shapes", + title: "fa-solid fa-shapes", searchTerms: [ "blocks", "build", "circle", "square", "triangle" ] }, { - title: "fas fa-share", + title: "fa-solid fa-share", searchTerms: [ "forward", "save", "send", "social" ] }, { - title: "fas fa-share-from-square", + title: "fa-solid fa-share-from-square", searchTerms: [ "forward", "save", "send", "social" ] }, { title: "far fa-share-from-square", searchTerms: [ "forward", "save", "send", "social" ] }, { - title: "fas fa-share-nodes", + title: "fa-solid fa-share-nodes", searchTerms: [ "forward", "save", "send", "social" ] }, { - title: "fas fa-sheet-plastic", + title: "fa-solid fa-sheet-plastic", searchTerms: [ "plastic", "plastic wrap", "protect", "tarp", "tarpaulin", "waterproof" ] }, { - title: "fas fa-shekel-sign", + title: "fa-solid fa-shekel-sign", searchTerms: [ "New Sheqel Sign", "currency", "ils", "money" ] }, { - title: "fas fa-shield", + title: "fa-solid fa-shield", searchTerms: [ "achievement", "armor", "award", "block", "cleric", "defend", "defense", "holy", "paladin", "protect", "safety", "security", "shield", "weapon", "winner" ] }, { - title: "fas fa-shield-cat", + title: "fa-solid fa-shield-cat", searchTerms: [ "animal", "feline", "pet", "protect", "safety", "veterinary" ] }, { - title: "fas fa-shield-dog", + title: "fa-solid fa-shield-dog", searchTerms: [ "animal", "canine", "pet", "protect", "safety", "veterinary" ] }, { - title: "fas fa-shield-halved", + title: "fa-solid fa-shield-halved", searchTerms: [ "achievement", "armor", "award", "block", "cleric", "defend", "defense", "holy", "paladin", "privacy", "security", "shield", "weapon", "winner" ] }, { - title: "fas fa-shield-heart", + title: "fa-solid fa-shield-heart", searchTerms: [ "love", "protect", "safe", "safety", "shield", "wishlist" ] }, { - title: "fas fa-shield-virus", + title: "fa-solid fa-shield-virus", searchTerms: [ "antibodies", "barrier", "coronavirus", "covid-19", "flu", "health", "infection", "pandemic", "protect", "safety", "vaccine" ] }, { - title: "fas fa-ship", + title: "fa-solid fa-ship", searchTerms: [ "boat", "passenger", "sea", "ship", "water" ] }, { - title: "fas fa-shirt", + title: "fa-solid fa-shirt", searchTerms: [ "clothing", "fashion", "garment", "shirt", "short sleeve", "t-shirt", "tshirt" ] }, { - title: "fab fa-shirtsinbulk", + title: "fa-brands fa-shirtsinbulk", searchTerms: [] }, { - title: "fas fa-shoe-prints", + title: "fa-solid fa-shoe-prints", searchTerms: [ "feet", "footprints", "steps", "walk" ] }, { - title: "fab fa-shoelace", + title: "fa-brands fa-shoelace", searchTerms: [] }, { - title: "fas fa-shop", + title: "fa-solid fa-shop", searchTerms: [ "bodega", "building", "buy", "market", "purchase", "shopping", "store" ] }, { - title: "fas fa-shop-lock", + title: "fa-solid fa-shop-lock", searchTerms: [ "bodega", "building", "buy", "closed", "lock", "lockdown", "market", "padlock", "privacy", "purchase", "quarantine", "shop", "shopping", "store" ] }, { - title: "fas fa-shop-slash", + title: "fa-solid fa-shop-slash", searchTerms: [ "building", "buy", "closed", "covid-19", "disabled", "purchase", "shopping" ] }, { - title: "fab fa-shopify", + title: "fa-brands fa-shopify", searchTerms: [] }, { - title: "fab fa-shopware", + title: "fa-brands fa-shopware", searchTerms: [] }, { - title: "fas fa-shower", + title: "fa-solid fa-shower", searchTerms: [ "bath", "clean", "faucet", "shower", "water" ] }, { - title: "fas fa-shrimp", + title: "fa-solid fa-shrimp", searchTerms: [ "allergy", "crustacean", "prawn", "seafood", "shellfish", "shrimp", "tail" ] }, { - title: "fas fa-shuffle", + title: "fa-solid fa-shuffle", searchTerms: [ "arrow", "arrows", "crossed", "shuffle", "shuffle tracks button", "sort", "swap", "switch", "transfer" ] }, { - title: "fas fa-shuttle-space", + title: "fa-solid fa-shuttle-space", searchTerms: [ "astronaut", "machine", "nasa", "rocket", "space", "transportation" ] }, { - title: "fas fa-sign-hanging", + title: "fa-solid fa-sign-hanging", searchTerms: [ "directions", "real estate", "signage", "wayfinding" ] }, { - title: "fas fa-signal", + title: "fa-solid fa-signal", searchTerms: [ "antenna", "antenna bars", "bar", "bars", "cell", "graph", "mobile", "online", "phone", "reception", "status" ] }, { - title: "fab fa-signal-messenger", + title: "fa-brands fa-signal-messenger", searchTerms: [] }, { - title: "fas fa-signature", + title: "fa-solid fa-signature", searchTerms: [ "John Hancock", "cursive", "name", "username", "writing" ] }, { - title: "fas fa-signs-post", + title: "fa-solid fa-signs-post", searchTerms: [ "directions", "directory", "map", "signage", "wayfinding" ] }, { - title: "fas fa-sim-card", + title: "fa-solid fa-sim-card", searchTerms: [ "hard drive", "hardware", "portable", "storage", "technology", "tiny" ] }, { - title: "fab fa-simplybuilt", + title: "fa-brands fa-simplybuilt", searchTerms: [] }, { - title: "fas fa-sink", + title: "fa-solid fa-sink", searchTerms: [ "bathroom", "covid-19", "faucet", "kitchen", "wash" ] }, { - title: "fab fa-sistrix", + title: "fa-brands fa-sistrix", searchTerms: [] }, { - title: "fas fa-sitemap", + title: "fa-solid fa-sitemap", searchTerms: [ "directory", "hierarchy", "ia", "information architecture", "organization" ] }, { - title: "fab fa-sith", + title: "fa-brands fa-sith", searchTerms: [] }, { - title: "fab fa-sitrox", + title: "fa-brands fa-sitrox", searchTerms: [] }, { - title: "fab fa-sketch", + title: "fa-brands fa-sketch", searchTerms: [ "app", "design", "interface" ] }, { - title: "fas fa-skull", + title: "fa-solid fa-skull", searchTerms: [ "bones", "death", "face", "fairy tale", "monster", "skeleton", "skull", "uer", "x-ray", "yorick" ] }, { - title: "fas fa-skull-crossbones", + title: "fa-solid fa-skull-crossbones", searchTerms: [ "Black Skull and Crossbones", "Dungeons & Dragons", "alert", "bones", "crossbones", "d&d", "danger", "dangerous area", "dead", "deadly", "death", "dnd", "face", "fantasy", "halloween", "holiday", "jolly-roger", "monster", "pirate", "poison", "skeleton", "skull", "skull and crossbones", "warning" ] }, { - title: "fab fa-skyatlas", + title: "fa-brands fa-skyatlas", searchTerms: [] }, { - title: "fab fa-skype", + title: "fa-brands fa-skype", searchTerms: [] }, { - title: "fab fa-slack", + title: "fa-brands fa-slack", searchTerms: [ "anchor", "hash", "hashtag" ] }, { - title: "fas fa-slash", + title: "fa-solid fa-slash", searchTerms: [ "cancel", "close", "mute", "off", "stop", "x" ] }, { - title: "fas fa-sleigh", + title: "fa-solid fa-sleigh", searchTerms: [ "christmas", "claus", "fly", "holiday", "santa", "sled", "snow", "xmas" ] }, { - title: "fas fa-sliders", + title: "fa-solid fa-sliders", searchTerms: [ "adjust", "configuration", "modify", "settings", "sliders", "toggle" ] }, { - title: "fab fa-slideshare", + title: "fa-brands fa-slideshare", searchTerms: [] }, { - title: "fas fa-smog", + title: "fa-solid fa-smog", searchTerms: [ "dragon", "fog", "haze", "pollution", "smoke", "weather" ] }, { - title: "fas fa-smoking", + title: "fa-solid fa-smoking", searchTerms: [ "cancer", "cigarette", "nicotine", "smoking", "smoking status", "tobacco" ] }, { - title: "fab fa-snapchat", + title: "fa-brands fa-snapchat", searchTerms: [] }, { - title: "fas fa-snowflake", + title: "fa-solid fa-snowflake", searchTerms: [ "Heavy Chevron Snowflake", "cold", "precipitation", "rain", "snow", "snowfall", "snowflake", "winter" ] }, { title: "far fa-snowflake", searchTerms: [ "Heavy Chevron Snowflake", "cold", "precipitation", "rain", "snow", "snowfall", "snowflake", "winter" ] }, { - title: "fas fa-snowman", + title: "fa-solid fa-snowman", searchTerms: [ "cold", "decoration", "frost", "frosty", "holiday", "snow", "snowman", "snowman without snow" ] }, { - title: "fas fa-snowplow", + title: "fa-solid fa-snowplow", searchTerms: [ "clean up", "cold", "road", "storm", "winter" ] }, { - title: "fas fa-soap", + title: "fa-solid fa-soap", searchTerms: [ "bar", "bathing", "bubbles", "clean", "cleaning", "covid-19", "hygiene", "lather", "soap", "soapdish", "wash" ] }, { - title: "fas fa-socks", + title: "fa-solid fa-socks", searchTerms: [ "business socks", "business time", "clothing", "feet", "flight of the conchords", "socks", "stocking", "wednesday" ] }, { - title: "fas fa-solar-panel", + title: "fa-solid fa-solar-panel", searchTerms: [ "clean", "eco-friendly", "energy", "green", "sun" ] }, { - title: "fas fa-sort", + title: "fa-solid fa-sort", searchTerms: [ "filter", "order" ] }, { - title: "fas fa-sort-down", + title: "fa-solid fa-sort-down", searchTerms: [ "arrow", "descending", "filter", "insert", "order", "sort-desc" ] }, { - title: "fas fa-sort-up", + title: "fa-solid fa-sort-up", searchTerms: [ "arrow", "ascending", "filter", "order", "sort-asc", "upgrade" ] }, { - title: "fab fa-soundcloud", + title: "fa-brands fa-soundcloud", searchTerms: [] }, { - title: "fab fa-sourcetree", + title: "fa-brands fa-sourcetree", searchTerms: [] }, { - title: "fas fa-spa", + title: "fa-solid fa-spa", searchTerms: [ "flora", "massage", "mindfulness", "plant", "wellness" ] }, { - title: "fab fa-space-awesome", + title: "fa-brands fa-space-awesome", searchTerms: [ "adventure", "rocket", "ship", "shuttle" ] }, { - title: "fas fa-spaghetti-monster-flying", + title: "fa-solid fa-spaghetti-monster-flying", searchTerms: [ "agnosticism", "atheism", "flying spaghetti monster", "fsm" ] }, { - title: "fab fa-speakap", + title: "fa-brands fa-speakap", searchTerms: [] }, { - title: "fab fa-speaker-deck", + title: "fa-brands fa-speaker-deck", searchTerms: [] }, { - title: "fas fa-spell-check", + title: "fa-solid fa-spell-check", searchTerms: [ "dictionary", "edit", "editor", "enable", "grammar", "text", "validate", "working" ] }, { - title: "fas fa-spider", + title: "fa-solid fa-spider", searchTerms: [ "arachnid", "bug", "charlotte", "crawl", "eight", "halloween", "insect", "spider" ] }, { - title: "fas fa-spinner", + title: "fa-solid fa-spinner", searchTerms: [ "circle", "loading", "pending", "progress" ] }, { - title: "fas fa-splotch", + title: "fa-solid fa-splotch", searchTerms: [ "Ink", "blob", "blotch", "glob", "stain" ] }, { - title: "fas fa-spoon", + title: "fa-solid fa-spoon", searchTerms: [ "cutlery", "dining", "scoop", "silverware", "spoon", "tableware" ] }, { - title: "fab fa-spotify", + title: "fa-brands fa-spotify", searchTerms: [] }, { - title: "fas fa-spray-can", + title: "fa-solid fa-spray-can", searchTerms: [ "Paint", "aerosol", "design", "graffiti", "tag" ] }, { - title: "fas fa-spray-can-sparkles", + title: "fa-solid fa-spray-can-sparkles", searchTerms: [ "car", "clean", "deodorize", "fresh", "pine", "scent" ] }, { - title: "fas fa-square", + title: "fa-solid fa-square", searchTerms: [ "Black Square", "black medium square", "block", "box", "geometric", "shape", "square", "white medium square" ] }, { title: "far fa-square", searchTerms: [ "Black Square", "black medium square", "block", "box", "geometric", "shape", "square", "white medium square" ] }, { - title: "fas fa-square-arrow-up-right", + title: "fa-solid fa-square-arrow-up-right", searchTerms: [ "diagonal", "new", "open", "send", "share" ] }, { - title: "fab fa-square-behance", + title: "fa-brands fa-square-behance", searchTerms: [] }, { - title: "fas fa-square-caret-down", + title: "fa-solid fa-square-caret-down", searchTerms: [ "arrow", "caret-square-o-down", "dropdown", "expand", "insert", "menu", "more", "triangle" ] }, { title: "far fa-square-caret-down", searchTerms: [ "arrow", "caret-square-o-down", "dropdown", "expand", "insert", "menu", "more", "triangle" ] }, { - title: "fas fa-square-caret-left", + title: "fa-solid fa-square-caret-left", searchTerms: [ "arrow", "back", "caret-square-o-left", "previous", "triangle" ] }, { title: "far fa-square-caret-left", searchTerms: [ "arrow", "back", "caret-square-o-left", "previous", "triangle" ] }, { - title: "fas fa-square-caret-right", + title: "fa-solid fa-square-caret-right", searchTerms: [ "arrow", "caret-square-o-right", "forward", "next", "triangle" ] }, { title: "far fa-square-caret-right", searchTerms: [ "arrow", "caret-square-o-right", "forward", "next", "triangle" ] }, { - title: "fas fa-square-caret-up", + title: "fa-solid fa-square-caret-up", searchTerms: [ "arrow", "caret-square-o-up", "collapse", "triangle", "upgrade", "upload" ] }, { title: "far fa-square-caret-up", searchTerms: [ "arrow", "caret-square-o-up", "collapse", "triangle", "upgrade", "upload" ] }, { - title: "fas fa-square-check", + title: "fa-solid fa-square-check", searchTerms: [ "accept", "agree", "box", "button", "check", "check box with check", "check mark button", "checkmark", "confirm", "correct", "coupon", "done", "enable", "mark", "ok", "select", "success", "tick", "todo", "validate", "working", "yes", "✓" ] }, { title: "far fa-square-check", searchTerms: [ "accept", "agree", "box", "button", "check", "check box with check", "check mark button", "checkmark", "confirm", "correct", "coupon", "done", "enable", "mark", "ok", "select", "success", "tick", "todo", "validate", "working", "yes", "✓" ] }, { - title: "fab fa-square-dribbble", + title: "fa-brands fa-square-dribbble", searchTerms: [] }, { - title: "fas fa-square-envelope", + title: "fa-solid fa-square-envelope", searchTerms: [ "e-mail", "email", "letter", "mail", "message", "notification", "offer", "support" ] }, { - title: "fab fa-square-facebook", + title: "fa-brands fa-square-facebook", searchTerms: [ "fabook", "fb", "social network" ] }, { - title: "fab fa-square-font-awesome", + title: "fa-brands fa-square-font-awesome", searchTerms: [] }, { - title: "fab fa-square-font-awesome-stroke", + title: "fa-brands fa-square-font-awesome-stroke", searchTerms: [ " flag", " font", " icons", " typeface", "awesome" ] }, { - title: "fas fa-square-full", + title: "fa-solid fa-square-full", searchTerms: [ "black large square", "block", "blue", "blue square", "box", "brown", "brown square", "geometric", "green", "green square", "orange", "orange square", "purple", "purple square", "red", "red square", "shape", "square", "white large square", "yellow", "yellow square" ] }, { title: "far fa-square-full", searchTerms: [ "black large square", "block", "blue", "blue square", "box", "brown", "brown square", "geometric", "green", "green square", "orange", "orange square", "purple", "purple square", "red", "red square", "shape", "square", "white large square", "yellow", "yellow square" ] }, { - title: "fab fa-square-git", + title: "fa-brands fa-square-git", searchTerms: [] }, { - title: "fab fa-square-github", + title: "fa-brands fa-square-github", searchTerms: [ "octocat" ] }, { - title: "fab fa-square-gitlab", + title: "fa-brands fa-square-gitlab", searchTerms: [] }, { - title: "fab fa-square-google-plus", + title: "fa-brands fa-square-google-plus", searchTerms: [ "social network" ] }, { - title: "fas fa-square-h", + title: "fa-solid fa-square-h", searchTerms: [ "directions", "emergency", "hospital", "hotel", "letter", "map" ] }, { - title: "fab fa-square-hacker-news", + title: "fa-brands fa-square-hacker-news", searchTerms: [] }, { - title: "fab fa-square-instagram", + title: "fa-brands fa-square-instagram", searchTerms: [] }, { - title: "fab fa-square-js", + title: "fa-brands fa-square-js", searchTerms: [] }, { - title: "fab fa-square-lastfm", + title: "fa-brands fa-square-lastfm", searchTerms: [] }, { - title: "fab fa-square-letterboxd", + title: "fa-brands fa-square-letterboxd", searchTerms: [] }, { - title: "fas fa-square-minus", + title: "fa-solid fa-square-minus", searchTerms: [ "collapse", "delete", "hide", "minify", "negative", "remove", "shape", "trash" ] }, { title: "far fa-square-minus", searchTerms: [ "collapse", "delete", "hide", "minify", "negative", "remove", "shape", "trash" ] }, { - title: "fas fa-square-nfi", + title: "fa-solid fa-square-nfi", searchTerms: [ "non-food item", "supplies" ] }, { - title: "fab fa-square-odnoklassniki", + title: "fa-brands fa-square-odnoklassniki", searchTerms: [] }, { - title: "fas fa-square-parking", + title: "fa-solid fa-square-parking", searchTerms: [ "auto", "car", "garage", "meter", "parking" ] }, { - title: "fas fa-square-pen", + title: "fa-solid fa-square-pen", searchTerms: [ "edit", "modify", "pencil-square", "update", "write" ] }, { - title: "fas fa-square-person-confined", + title: "fa-solid fa-square-person-confined", searchTerms: [ "captivity", "confined", "uer" ] }, { - title: "fas fa-square-phone", + title: "fa-solid fa-square-phone", searchTerms: [ "call", "earphone", "number", "support", "telephone", "voice" ] }, { - title: "fas fa-square-phone-flip", + title: "fa-solid fa-square-phone-flip", searchTerms: [ "call", "earphone", "number", "support", "telephone", "voice" ] }, { - title: "fab fa-square-pied-piper", + title: "fa-brands fa-square-pied-piper", searchTerms: [] }, { - title: "fab fa-square-pinterest", + title: "fa-brands fa-square-pinterest", searchTerms: [] }, { - title: "fas fa-square-plus", + title: "fa-solid fa-square-plus", searchTerms: [ "add", "create", "expand", "new", "positive", "shape" ] }, { title: "far fa-square-plus", searchTerms: [ "add", "create", "expand", "new", "positive", "shape" ] }, { - title: "fas fa-square-poll-horizontal", + title: "fa-solid fa-square-poll-horizontal", searchTerms: [ "chart", "graph", "results", "statistics", "survey", "trend", "vote", "voting" ] }, { - title: "fas fa-square-poll-vertical", + title: "fa-solid fa-square-poll-vertical", searchTerms: [ "chart", "graph", "results", "revenue", "statistics", "survey", "trend", "vote", "voting" ] }, { - title: "fab fa-square-reddit", + title: "fa-brands fa-square-reddit", searchTerms: [] }, { - title: "fas fa-square-root-variable", + title: "fa-solid fa-square-root-variable", searchTerms: [ "arithmetic", "calculus", "division", "math" ] }, { - title: "fas fa-square-rss", + title: "fa-solid fa-square-rss", searchTerms: [ "blog", "feed", "journal", "news", "writing" ] }, { - title: "fas fa-square-share-nodes", + title: "fa-solid fa-square-share-nodes", searchTerms: [ "forward", "save", "send", "social" ] }, { - title: "fab fa-square-snapchat", + title: "fa-brands fa-square-snapchat", searchTerms: [] }, { - title: "fab fa-square-steam", + title: "fa-brands fa-square-steam", searchTerms: [] }, { - title: "fab fa-square-threads", + title: "fa-brands fa-square-threads", searchTerms: [ "social network" ] }, { - title: "fab fa-square-tumblr", + title: "fa-brands fa-square-tumblr", searchTerms: [] }, { - title: "fab fa-square-twitter", + title: "fa-brands fa-square-twitter", searchTerms: [ "social network", "tweet" ] }, { - title: "fas fa-square-up-right", + title: "fa-solid fa-square-up-right", searchTerms: [ "arrow", "diagonal", "direction", "external-link-square", "intercardinal", "new", "northeast", "open", "share", "up-right arrow" ] }, { - title: "fab fa-square-upwork", + title: "fa-brands fa-square-upwork", searchTerms: [] }, { - title: "fab fa-square-viadeo", + title: "fa-brands fa-square-viadeo", searchTerms: [] }, { - title: "fab fa-square-vimeo", + title: "fa-brands fa-square-vimeo", searchTerms: [] }, { - title: "fas fa-square-virus", + title: "fa-solid fa-square-virus", searchTerms: [ "coronavirus", "covid-19", "disease", "flu", "infection", "pandemic" ] }, { - title: "fab fa-square-web-awesome", + title: "fa-brands fa-square-web-awesome", searchTerms: [ " coding", " crown", " web", " awesome", " components" ] }, { - title: "fab fa-square-web-awesome-stroke", + title: "fa-brands fa-square-web-awesome-stroke", searchTerms: [ " coding", " crown", " web", " awesome", " components" ] }, { - title: "fab fa-square-whatsapp", + title: "fa-brands fa-square-whatsapp", searchTerms: [] }, { - title: "fab fa-square-x-twitter", + title: "fa-brands fa-square-x-twitter", searchTerms: [ " elon", " x", "twitter" ] }, { - title: "fab fa-square-xing", + title: "fa-brands fa-square-xing", searchTerms: [] }, { - title: "fas fa-square-xmark", + title: "fa-solid fa-square-xmark", searchTerms: [ "close", "cross", "cross mark button", "incorrect", "mark", "notice", "notification", "notify", "problem", "square", "uncheck", "window", "wrong", "x", "×" ] }, { - title: "fab fa-square-youtube", + title: "fa-brands fa-square-youtube", searchTerms: [] }, { - title: "fab fa-squarespace", + title: "fa-brands fa-squarespace", searchTerms: [] }, { - title: "fab fa-stack-exchange", + title: "fa-brands fa-stack-exchange", searchTerms: [] }, { - title: "fab fa-stack-overflow", + title: "fa-brands fa-stack-overflow", searchTerms: [] }, { - title: "fab fa-stackpath", + title: "fa-brands fa-stackpath", searchTerms: [] }, { - title: "fas fa-staff-snake", + title: "fa-solid fa-staff-snake", searchTerms: [ "asclepius", "asklepian", "health", "serpent", "wellness" ] }, { - title: "fas fa-stairs", + title: "fa-solid fa-stairs", searchTerms: [ "exit", "steps", "up" ] }, { - title: "fas fa-stamp", + title: "fa-solid fa-stamp", searchTerms: [ "art", "certificate", "imprint", "rubber", "seal" ] }, { - title: "fas fa-stapler", + title: "fa-solid fa-stapler", searchTerms: [ "desktop", "milton", "office", "paperclip", "staple" ] }, { - title: "fas fa-star", + title: "fa-solid fa-star", searchTerms: [ "achievement", "award", "favorite", "important", "night", "quality", "rating", "score", "star", "vip" ] }, { title: "far fa-star", searchTerms: [ "achievement", "award", "favorite", "important", "night", "quality", "rating", "score", "star", "vip" ] }, { - title: "fas fa-star-and-crescent", + title: "fa-solid fa-star-and-crescent", searchTerms: [ "Muslim", "islam", "muslim", "religion", "star and crescent" ] }, { - title: "fas fa-star-half", + title: "fa-solid fa-star-half", searchTerms: [ "achievement", "award", "rating", "score", "star-half-empty", "star-half-full" ] }, { title: "far fa-star-half", searchTerms: [ "achievement", "award", "rating", "score", "star-half-empty", "star-half-full" ] }, { - title: "fas fa-star-half-stroke", + title: "fa-solid fa-star-half-stroke", searchTerms: [ "achievement", "award", "rating", "score", "star-half-empty", "star-half-full" ] }, { title: "far fa-star-half-stroke", searchTerms: [ "achievement", "award", "rating", "score", "star-half-empty", "star-half-full" ] }, { - title: "fas fa-star-of-david", + title: "fa-solid fa-star-of-david", searchTerms: [ "David", "Jew", "Jewish", "jewish", "judaism", "religion", "star", "star of David" ] }, { - title: "fas fa-star-of-life", + title: "fa-solid fa-star-of-life", searchTerms: [ "doctor", "emt", "first aid", "health", "medical" ] }, { - title: "fab fa-staylinked", + title: "fa-brands fa-staylinked", searchTerms: [ "linkin" ] }, { - title: "fab fa-steam", + title: "fa-brands fa-steam", searchTerms: [] }, { - title: "fab fa-steam-symbol", + title: "fa-brands fa-steam-symbol", searchTerms: [] }, { - title: "fas fa-sterling-sign", + title: "fa-solid fa-sterling-sign", searchTerms: [ "Pound Sign", "currency" ] }, { - title: "fas fa-stethoscope", + title: "fa-solid fa-stethoscope", searchTerms: [ "covid-19", "diagnosis", "doctor", "general practitioner", "heart", "hospital", "infirmary", "medicine", "office", "outpatient", "stethoscope" ] }, { - title: "fab fa-sticker-mule", + title: "fa-brands fa-sticker-mule", searchTerms: [] }, { - title: "fas fa-stop", + title: "fa-solid fa-stop", searchTerms: [ "block", "box", "square", "stop", "stop button" ] }, { - title: "fas fa-stopwatch", + title: "fa-solid fa-stopwatch", searchTerms: [ "clock", "reminder", "stopwatch", "time", "waiting" ] }, { - title: "fas fa-stopwatch-20", + title: "fa-solid fa-stopwatch-20", searchTerms: [ "ABCs", "countdown", "covid-19", "happy birthday", "i will survive", "reminder", "seconds", "time", "timer" ] }, { - title: "fas fa-store", + title: "fa-solid fa-store", searchTerms: [ "bodega", "building", "buy", "market", "purchase", "shopping", "store" ] }, { - title: "fas fa-store-slash", + title: "fa-solid fa-store-slash", searchTerms: [ "building", "buy", "closed", "covid-19", "disabled", "purchase", "shopping" ] }, { - title: "fab fa-strava", + title: "fa-brands fa-strava", searchTerms: [] }, { - title: "fas fa-street-view", + title: "fa-solid fa-street-view", searchTerms: [ "directions", "location", "map", "navigation", "uer" ] }, { - title: "fas fa-strikethrough", + title: "fa-solid fa-strikethrough", searchTerms: [ "cancel", "edit", "font", "format", "modify", "text", "type" ] }, { - title: "fab fa-stripe", + title: "fa-brands fa-stripe", searchTerms: [] }, { - title: "fab fa-stripe-s", + title: "fa-brands fa-stripe-s", searchTerms: [] }, { - title: "fas fa-stroopwafel", + title: "fa-solid fa-stroopwafel", searchTerms: [ "caramel", "cookie", "dessert", "sweets", "waffle" ] }, { - title: "fab fa-stubber", + title: "fa-brands fa-stubber", searchTerms: [] }, { - title: "fab fa-studiovinari", + title: "fa-brands fa-studiovinari", searchTerms: [] }, { - title: "fab fa-stumbleupon", + title: "fa-brands fa-stumbleupon", searchTerms: [] }, { - title: "fab fa-stumbleupon-circle", + title: "fa-brands fa-stumbleupon-circle", searchTerms: [] }, { - title: "fas fa-subscript", + title: "fa-solid fa-subscript", searchTerms: [ "edit", "font", "format", "text", "type" ] }, { - title: "fas fa-suitcase", + title: "fa-solid fa-suitcase", searchTerms: [ "baggage", "luggage", "move", "packing", "suitcase", "travel", "trip" ] }, { - title: "fas fa-suitcase-medical", + title: "fa-solid fa-suitcase-medical", searchTerms: [ "first aid", "firstaid", "health", "help", "medical", "supply", "support" ] }, { - title: "fas fa-suitcase-rolling", + title: "fa-solid fa-suitcase-rolling", searchTerms: [ "baggage", "luggage", "move", "suitcase", "travel", "trip" ] }, { - title: "fas fa-sun", + title: "fa-solid fa-sun", searchTerms: [ "bright", "brighten", "contrast", "day", "lighter", "rays", "sol", "solar", "star", "sun", "sunny", "weather" ] }, { title: "far fa-sun", searchTerms: [ "bright", "brighten", "contrast", "day", "lighter", "rays", "sol", "solar", "star", "sun", "sunny", "weather" ] }, { - title: "fas fa-sun-plant-wilt", + title: "fa-solid fa-sun-plant-wilt", searchTerms: [ "arid", "droop", "drought" ] }, { - title: "fab fa-superpowers", + title: "fa-brands fa-superpowers", searchTerms: [] }, { - title: "fas fa-superscript", + title: "fa-solid fa-superscript", searchTerms: [ "edit", "exponential", "font", "format", "text", "type" ] }, { - title: "fab fa-supple", + title: "fa-brands fa-supple", searchTerms: [] }, { - title: "fab fa-suse", + title: "fa-brands fa-suse", searchTerms: [ "linux", "operating system", "os" ] }, { - title: "fas fa-swatchbook", + title: "fa-solid fa-swatchbook", searchTerms: [ "Pantone", "color", "design", "hue", "palette" ] }, { - title: "fab fa-swift", + title: "fa-brands fa-swift", searchTerms: [] }, { - title: "fab fa-symfony", + title: "fa-brands fa-symfony", searchTerms: [] }, { - title: "fas fa-synagogue", + title: "fa-solid fa-synagogue", searchTerms: [ "Jew", "Jewish", "building", "jewish", "judaism", "religion", "star of david", "synagogue", "temple" ] }, { - title: "fas fa-syringe", + title: "fa-solid fa-syringe", searchTerms: [ "covid-19", "doctor", "immunizations", "medical", "medicine", "needle", "shot", "sick", "syringe", "vaccinate", "vaccine" ] }, { - title: "fas fa-t", + title: "fa-solid fa-t", searchTerms: [ "Latin Capital Letter T", "Latin Small Letter T", "letter" ] }, { - title: "fas fa-table", + title: "fa-solid fa-table", searchTerms: [ "category", "data", "excel", "spreadsheet" ] }, { - title: "fas fa-table-cells", + title: "fa-solid fa-table-cells", searchTerms: [ " excel", "blocks", "boxes", "category", "grid", "spreadsheet", "squares" ] }, { - title: "fas fa-table-cells-column-lock", + title: "fa-solid fa-table-cells-column-lock", searchTerms: [ " blocks", " boxes", " column", " excel", " grid", " lock", " squares", "category", "spreadsheet" ] }, { - title: "fas fa-table-cells-large", + title: "fa-solid fa-table-cells-large", searchTerms: [ " excel", "blocks", "boxes", "category", "grid", "spreadsheet", "squares" ] }, { - title: "fas fa-table-cells-row-lock", + title: "fa-solid fa-table-cells-row-lock", searchTerms: [ " blocks", " boxes", " column", " grid", " squares", " category", " column", " excel", " lock", " lock", " spreadsheet" ] }, { - title: "fas fa-table-cells-row-unlock", + title: "fa-solid fa-table-cells-row-unlock", searchTerms: [ " blocks", " boxes", " column", " grid", " squares", " category", " column", " lock", " lock", " spreadsheet", " excel", " unlock" ] }, { - title: "fas fa-table-columns", + title: "fa-solid fa-table-columns", searchTerms: [ "browser", "category", "dashboard", "organize", "panes", "split" ] }, { - title: "fas fa-table-list", + title: "fa-solid fa-table-list", searchTerms: [ "category", "cheatsheet", "checklist", "completed", "done", "finished", "ol", "summary", "todo", "ul" ] }, { - title: "fas fa-table-tennis-paddle-ball", + title: "fa-solid fa-table-tennis-paddle-ball", searchTerms: [ "ball", "bat", "game", "paddle", "ping pong", "table tennis" ] }, { - title: "fas fa-tablet", + title: "fa-solid fa-tablet", searchTerms: [ "device", "kindle", "screen" ] }, { - title: "fas fa-tablet-button", + title: "fa-solid fa-tablet-button", searchTerms: [ "apple", "device", "ipad", "kindle", "screen" ] }, { - title: "fas fa-tablet-screen-button", + title: "fa-solid fa-tablet-screen-button", searchTerms: [ "apple", "device", "ipad", "kindle", "screen" ] }, { - title: "fas fa-tablets", + title: "fa-solid fa-tablets", searchTerms: [ "drugs", "medicine", "pills", "prescription" ] }, { - title: "fas fa-tachograph-digital", + title: "fa-solid fa-tachograph-digital", searchTerms: [ "data", "distance", "speed", "tachometer" ] }, { - title: "fas fa-tag", + title: "fa-solid fa-tag", searchTerms: [ "discount", "labe", "label", "price", "shopping" ] }, { - title: "fas fa-tags", + title: "fa-solid fa-tags", searchTerms: [ "discount", "label", "price", "shopping" ] }, { - title: "fas fa-tape", + title: "fa-solid fa-tape", searchTerms: [ "design", "package", "sticky" ] }, { - title: "fas fa-tarp", + title: "fa-solid fa-tarp", searchTerms: [ "protection", "tarp", "tent", "waterproof" ] }, { - title: "fas fa-tarp-droplet", + title: "fa-solid fa-tarp-droplet", searchTerms: [ "protection", "tarp", "tent", "waterproof" ] }, { - title: "fas fa-taxi", + title: "fa-solid fa-taxi", searchTerms: [ "cab", "cabbie", "car", "car service", "lyft", "machine", "oncoming", "oncoming taxi", "taxi", "transportation", "travel", "uber", "vehicle" ] }, { - title: "fab fa-teamspeak", + title: "fa-brands fa-teamspeak", searchTerms: [] }, { - title: "fas fa-teeth", + title: "fa-solid fa-teeth", searchTerms: [ "bite", "dental", "dentist", "gums", "mouth", "smile", "tooth" ] }, { - title: "fas fa-teeth-open", + title: "fa-solid fa-teeth-open", searchTerms: [ "dental", "dentist", "gums bite", "mouth", "smile", "tooth" ] }, { - title: "fab fa-telegram", + title: "fa-brands fa-telegram", searchTerms: [] }, { - title: "fas fa-temperature-arrow-down", + title: "fa-solid fa-temperature-arrow-down", searchTerms: [ "air conditioner", "cold", "heater", "mercury", "thermometer", "winter" ] }, { - title: "fas fa-temperature-arrow-up", + title: "fa-solid fa-temperature-arrow-up", searchTerms: [ "air conditioner", "cold", "heater", "mercury", "thermometer", "winter" ] }, { - title: "fas fa-temperature-empty", + title: "fa-solid fa-temperature-empty", searchTerms: [ "cold", "mercury", "status", "temperature" ] }, { - title: "fas fa-temperature-full", + title: "fa-solid fa-temperature-full", searchTerms: [ "fever", "hot", "mercury", "status", "temperature" ] }, { - title: "fas fa-temperature-half", + title: "fa-solid fa-temperature-half", searchTerms: [ "mercury", "status", "temperature", "thermometer", "weather" ] }, { - title: "fas fa-temperature-high", + title: "fa-solid fa-temperature-high", searchTerms: [ "cook", "covid-19", "mercury", "summer", "thermometer", "warm" ] }, { - title: "fas fa-temperature-low", + title: "fa-solid fa-temperature-low", searchTerms: [ "cold", "cool", "covid-19", "mercury", "thermometer", "winter" ] }, { - title: "fas fa-temperature-quarter", + title: "fa-solid fa-temperature-quarter", searchTerms: [ "mercury", "status", "temperature" ] }, { - title: "fas fa-temperature-three-quarters", + title: "fa-solid fa-temperature-three-quarters", searchTerms: [ "mercury", "status", "temperature" ] }, { - title: "fab fa-tencent-weibo", + title: "fa-brands fa-tencent-weibo", searchTerms: [] }, { - title: "fas fa-tenge-sign", + title: "fa-solid fa-tenge-sign", searchTerms: [ "Tenge Sign", "currency" ] }, { - title: "fas fa-tent", + title: "fa-solid fa-tent", searchTerms: [ "bivouac", "campground", "campsite", "refugee", "shelter", "tent" ] }, { - title: "fas fa-tent-arrow-down-to-line", + title: "fa-solid fa-tent-arrow-down-to-line", searchTerms: [ " bivouac", " campground", " refugee", " shelter", " tent", "campsite", "permanent", "refugee", "shelter" ] }, { - title: "fas fa-tent-arrow-left-right", + title: "fa-solid fa-tent-arrow-left-right", searchTerms: [ " bivouac", " campground", " refugee", " shelter", " tent", "campsite", "refugee", "shelter", "transition" ] }, { - title: "fas fa-tent-arrow-turn-left", + title: "fa-solid fa-tent-arrow-turn-left", searchTerms: [ " bivouac", " campground", " refugee", " shelter", " tent", "campsite", "refugee", "shelter", "temporary" ] }, { - title: "fas fa-tent-arrows-down", + title: "fa-solid fa-tent-arrows-down", searchTerms: [ " bivouac", " campground", " refugee", " shelter", " tent", "campsite", "insert", "refugee", "shelter", "spontaneous" ] }, { - title: "fas fa-tents", + title: "fa-solid fa-tents", searchTerms: [ " bivouac", " campground", " refugee", " shelter", " tent", "bivouac", "campground", "campsite", "refugee", "shelter", "tent" ] }, { - title: "fas fa-terminal", + title: "fa-solid fa-terminal", searchTerms: [ "code", "coding", "command", "console", "development", "prompt", "terminal" ] }, { - title: "fas fa-text-height", + title: "fa-solid fa-text-height", searchTerms: [ "edit", "font", "format", "modify", "text", "type" ] }, { - title: "fas fa-text-slash", + title: "fa-solid fa-text-slash", searchTerms: [ "cancel", "disabled", "font", "format", "remove", "style", "text" ] }, { - title: "fas fa-text-width", + title: "fa-solid fa-text-width", searchTerms: [ "edit", "font", "format", "modify", "text", "type" ] }, { - title: "fab fa-the-red-yeti", + title: "fa-brands fa-the-red-yeti", searchTerms: [] }, { - title: "fab fa-themeco", + title: "fa-brands fa-themeco", searchTerms: [] }, { - title: "fab fa-themeisle", + title: "fa-brands fa-themeisle", searchTerms: [] }, { - title: "fas fa-thermometer", + title: "fa-solid fa-thermometer", searchTerms: [ "covid-19", "mercury", "status", "temperature" ] }, { - title: "fab fa-think-peaks", + title: "fa-brands fa-think-peaks", searchTerms: [] }, { - title: "fab fa-threads", + title: "fa-brands fa-threads", searchTerms: [ "social network" ] }, { - title: "fas fa-thumbs-down", + title: "fa-solid fa-thumbs-down", searchTerms: [ "-1", "disagree", "disapprove", "dislike", "down", "hand", "social", "thumb", "thumbs down", "thumbs-o-down" ] }, { title: "far fa-thumbs-down", searchTerms: [ "-1", "disagree", "disapprove", "dislike", "down", "hand", "social", "thumb", "thumbs down", "thumbs-o-down" ] }, { - title: "fas fa-thumbs-up", + title: "fa-solid fa-thumbs-up", searchTerms: [ "+1", "agree", "approve", "favorite", "hand", "like", "ok", "okay", "social", "success", "thumb", "thumbs up", "thumbs-o-up", "up", "yes", "you got it dude" ] }, { title: "far fa-thumbs-up", searchTerms: [ "+1", "agree", "approve", "favorite", "hand", "like", "ok", "okay", "social", "success", "thumb", "thumbs up", "thumbs-o-up", "up", "yes", "you got it dude" ] }, { - title: "fas fa-thumbtack", + title: "fa-solid fa-thumbtack", searchTerms: [ "Black Pushpin", "coordinates", "location", "marker", "pin", "pushpin", "thumb-tack" ] }, { - title: "fas fa-thumbtack-slash", + title: "fa-solid fa-thumbtack-slash", searchTerms: [ " coordinates", " location", " marker", " pin", " pushpin", " thumb-tack", " unpin", "Black Pushpin" ] }, { - title: "fas fa-ticket", + title: "fa-solid fa-ticket", searchTerms: [ "admission", "admission tickets", "coupon", "movie", "pass", "support", "ticket", "voucher" ] }, { - title: "fas fa-ticket-simple", + title: "fa-solid fa-ticket-simple", searchTerms: [ "admission", "coupon", "movie", "pass", "support", "ticket", "voucher" ] }, { - title: "fab fa-tiktok", + title: "fa-brands fa-tiktok", searchTerms: [] }, { - title: "fas fa-timeline", + title: "fa-solid fa-timeline", searchTerms: [ "chronological", "deadline", "history", "linear" ] }, { - title: "fas fa-toggle-off", + title: "fa-solid fa-toggle-off", searchTerms: [ "button", "off", "on", "switch" ] }, { - title: "fas fa-toggle-on", + title: "fa-solid fa-toggle-on", searchTerms: [ "button", "off", "on", "switch" ] }, { - title: "fas fa-toilet", + title: "fa-solid fa-toilet", searchTerms: [ "bathroom", "flush", "john", "loo", "pee", "plumbing", "poop", "porcelain", "potty", "restroom", "throne", "toile", "toilet", "washroom", "waste", "wc" ] }, { - title: "fas fa-toilet-paper", + title: "fa-solid fa-toilet-paper", searchTerms: [ "bathroom", "covid-19", "halloween", "holiday", "lavatory", "paper towels", "prank", "privy", "restroom", "roll", "roll of paper", "toilet", "toilet paper", "wipe" ] }, { - title: "fas fa-toilet-paper-slash", + title: "fa-solid fa-toilet-paper-slash", searchTerms: [ "bathroom", "covid-19", "disabled", "halloween", "holiday", "lavatory", "leaves", "prank", "privy", "restroom", "roll", "toilet", "trouble", "ut oh", "wipe" ] }, { - title: "fas fa-toilet-portable", + title: "fa-solid fa-toilet-portable", searchTerms: [ "outhouse", "toilet" ] }, { - title: "fas fa-toilets-portable", + title: "fa-solid fa-toilets-portable", searchTerms: [ "outhouse", "toilet" ] }, { - title: "fas fa-toolbox", + title: "fa-solid fa-toolbox", searchTerms: [ "admin", "chest", "configuration", "container", "equipment", "fix", "maintenance", "mechanic", "modify", "repair", "settings", "tool", "toolbox", "tools" ] }, { - title: "fas fa-tooth", + title: "fa-solid fa-tooth", searchTerms: [ "bicuspid", "dental", "dentist", "molar", "mouth", "teeth", "tooth" ] }, { - title: "fas fa-torii-gate", + title: "fa-solid fa-torii-gate", searchTerms: [ "building", "religion", "shinto", "shinto shrine", "shintoism", "shrine" ] }, { - title: "fas fa-tornado", + title: "fa-solid fa-tornado", searchTerms: [ "cloud", "cyclone", "dorothy", "landspout", "tornado", "toto", "twister", "vortext", "waterspout", "weather", "whirlwind" ] }, { - title: "fas fa-tower-broadcast", + title: "fa-solid fa-tower-broadcast", searchTerms: [ "airwaves", "antenna", "communication", "emergency", "radio", "reception", "signal", "waves" ] }, { - title: "fas fa-tower-cell", + title: "fa-solid fa-tower-cell", searchTerms: [ "airwaves", "antenna", "communication", "radio", "reception", "signal", "waves" ] }, { - title: "fas fa-tower-observation", + title: "fa-solid fa-tower-observation", searchTerms: [ "fire tower", "view" ] }, { - title: "fas fa-tractor", + title: "fa-solid fa-tractor", searchTerms: [ "agriculture", "farm", "tractor", "vehicle" ] }, { - title: "fab fa-trade-federation", + title: "fa-brands fa-trade-federation", searchTerms: [] }, { - title: "fas fa-trademark", + title: "fa-solid fa-trademark", searchTerms: [ "copyright", "mark", "register", "symbol", "tm", "trade mark", "trademark" ] }, { - title: "fas fa-traffic-light", + title: "fa-solid fa-traffic-light", searchTerms: [ "direction", "light", "road", "signal", "traffic", "travel", "vertical traffic light" ] }, { - title: "fas fa-trailer", + title: "fa-solid fa-trailer", searchTerms: [ "carry", "haul", "moving", "travel" ] }, { - title: "fas fa-train", + title: "fa-solid fa-train", searchTerms: [ "bullet", "commute", "locomotive", "railway", "subway", "train" ] }, { - title: "fas fa-train-subway", + title: "fa-solid fa-train-subway", searchTerms: [ "machine", "railway", "train", "transportation", "vehicle" ] }, { - title: "fas fa-train-tram", + title: "fa-solid fa-train-tram", searchTerms: [ "crossing", "machine", "mountains", "seasonal", "tram", "transportation", "trolleybus" ] }, { - title: "fas fa-transgender", + title: "fa-solid fa-transgender", searchTerms: [ "female", "gender", "intersex", "male", "transgender", "transgender symbol" ] }, { - title: "fas fa-trash", + title: "fa-solid fa-trash", searchTerms: [ "delete", "garbage", "hide", "remove" ] }, { - title: "fas fa-trash-arrow-up", + title: "fa-solid fa-trash-arrow-up", searchTerms: [ "back", "control z", "delete", "garbage", "hide", "oops", "remove", "undo", "upgrade" ] }, { - title: "fas fa-trash-can", + title: "fa-solid fa-trash-can", searchTerms: [ "delete", "garbage", "hide", "remove", "trash-o" ] }, { title: "far fa-trash-can", searchTerms: [ "delete", "garbage", "hide", "remove", "trash-o" ] }, { - title: "fas fa-trash-can-arrow-up", + title: "fa-solid fa-trash-can-arrow-up", searchTerms: [ "back", "control z", "delete", "garbage", "hide", "oops", "remove", "undo", "upgrade" ] }, { - title: "fas fa-tree", + title: "fa-solid fa-tree", searchTerms: [ "bark", "evergreen tree", "fall", "flora", "forest", "investment", "nature", "plant", "seasonal", "tree" ] }, { - title: "fas fa-tree-city", + title: "fa-solid fa-tree-city", searchTerms: [ "building", "city", "urban" ] }, { - title: "fab fa-trello", + title: "fa-brands fa-trello", searchTerms: [ "atlassian" ] }, { - title: "fas fa-triangle-exclamation", + title: "fa-solid fa-triangle-exclamation", searchTerms: [ "alert", "attention", "danger", "error", "failed", "important", "notice", "notification", "notify", "problem", "required", "warnin", "warning" ] }, { - title: "fas fa-trophy", + title: "fa-solid fa-trophy", searchTerms: [ "achievement", "award", "cup", "game", "prize", "trophy", "winner" ] }, { - title: "fas fa-trowel", + title: "fa-solid fa-trowel", searchTerms: [ "build", "construction", "equipment", "maintenance", "tool" ] }, { - title: "fas fa-trowel-bricks", + title: "fa-solid fa-trowel-bricks", searchTerms: [ "build", "construction", "maintenance", "reconstruction", "tool" ] }, { - title: "fas fa-truck", + title: "fa-solid fa-truck", searchTerms: [ "Black Truck", "cargo", "delivery", "delivery truck", "shipping", "truck", "vehicle" ] }, { - title: "fas fa-truck-arrow-right", + title: "fa-solid fa-truck-arrow-right", searchTerms: [ "access", "fast", "shipping", "transport" ] }, { - title: "fas fa-truck-droplet", + title: "fa-solid fa-truck-droplet", searchTerms: [ "blood", "thirst", "truck", "water", "water supply" ] }, { - title: "fas fa-truck-fast", + title: "fa-solid fa-truck-fast", searchTerms: [ "express", "fedex", "mail", "overnight", "package", "quick", "ups" ] }, { - title: "fas fa-truck-field", + title: "fa-solid fa-truck-field", searchTerms: [ "supplies", "truck" ] }, { - title: "fas fa-truck-field-un", + title: "fa-solid fa-truck-field-un", searchTerms: [ "supplies", "truck", "united nations" ] }, { - title: "fas fa-truck-front", + title: "fa-solid fa-truck-front", searchTerms: [ "shuttle", "truck", "van" ] }, { - title: "fas fa-truck-medical", + title: "fa-solid fa-truck-medical", searchTerms: [ "ambulance", "clinic", "covid-19", "emergency", "emt", "er", "help", "hospital", "mobile", "support", "vehicle" ] }, { - title: "fas fa-truck-monster", + title: "fa-solid fa-truck-monster", searchTerms: [ "offroad", "vehicle", "wheel" ] }, { - title: "fas fa-truck-moving", + title: "fa-solid fa-truck-moving", searchTerms: [ "cargo", "inventory", "rental", "vehicle" ] }, { - title: "fas fa-truck-pickup", + title: "fa-solid fa-truck-pickup", searchTerms: [ "cargo", "maintenance", "pick-up", "pickup", "pickup truck", "truck", "vehicle" ] }, { - title: "fas fa-truck-plane", + title: "fa-solid fa-truck-plane", searchTerms: [ "airplane", "plane", "transportation", "truck", "vehicle" ] }, { - title: "fas fa-truck-ramp-box", + title: "fa-solid fa-truck-ramp-box", searchTerms: [ "box", "cargo", "delivery", "inventory", "moving", "rental", "vehicle" ] }, { - title: "fas fa-tty", + title: "fa-solid fa-tty", searchTerms: [ "communication", "deaf", "telephone", "teletypewriter", "text" ] }, { - title: "fab fa-tumblr", + title: "fa-brands fa-tumblr", searchTerms: [] }, { - title: "fas fa-turkish-lira-sign", + title: "fa-solid fa-turkish-lira-sign", searchTerms: [ "Turkish Lira Sign", "currency" ] }, { - title: "fas fa-turn-down", + title: "fa-solid fa-turn-down", searchTerms: [ "arrow", "down", "level-down", "right arrow curving down" ] }, { - title: "fas fa-turn-up", + title: "fa-solid fa-turn-up", searchTerms: [ "arrow", "level-up", "right arrow curving up" ] }, { - title: "fas fa-tv", + title: "fa-solid fa-tv", searchTerms: [ "computer", "display", "monitor", "television" ] }, { - title: "fab fa-twitch", + title: "fa-brands fa-twitch", searchTerms: [] }, { - title: "fab fa-twitter", + title: "fa-brands fa-twitter", searchTerms: [ "social network", "tweet" ] }, { - title: "fab fa-typo3", + title: "fa-brands fa-typo3", searchTerms: [] }, { - title: "fas fa-u", + title: "fa-solid fa-u", searchTerms: [ "Latin Capital Letter U", "Latin Small Letter U", "letter" ] }, { - title: "fab fa-uber", + title: "fa-brands fa-uber", searchTerms: [] }, { - title: "fab fa-ubuntu", + title: "fa-brands fa-ubuntu", searchTerms: [ "linux", "operating system", "os" ] }, { - title: "fab fa-uikit", + title: "fa-brands fa-uikit", searchTerms: [] }, { - title: "fab fa-umbraco", + title: "fa-brands fa-umbraco", searchTerms: [] }, { - title: "fas fa-umbrella", + title: "fa-solid fa-umbrella", searchTerms: [ "protection", "rain", "storm", "wet" ] }, { - title: "fas fa-umbrella-beach", + title: "fa-solid fa-umbrella-beach", searchTerms: [ "beach", "beach with umbrella", "protection", "recreation", "sand", "shade", "summer", "sun", "umbrella" ] }, { - title: "fab fa-uncharted", + title: "fa-brands fa-uncharted", searchTerms: [] }, { - title: "fas fa-underline", + title: "fa-solid fa-underline", searchTerms: [ "edit", "emphasis", "format", "modify", "text", "writing" ] }, { - title: "fab fa-uniregistry", + title: "fa-brands fa-uniregistry", searchTerms: [] }, { - title: "fab fa-unity", + title: "fa-brands fa-unity", searchTerms: [] }, { - title: "fas fa-universal-access", + title: "fa-solid fa-universal-access", searchTerms: [ "uer", "users-people" ] }, { - title: "fas fa-unlock", + title: "fa-solid fa-unlock", searchTerms: [ "admin", "lock", "open", "padlock", "password", "privacy", "private", "protect", "unlock", "unlocked" ] }, { - title: "fas fa-unlock-keyhole", + title: "fa-solid fa-unlock-keyhole", searchTerms: [ "admin", "lock", "padlock", "password", "privacy", "private", "protect" ] }, { - title: "fab fa-unsplash", + title: "fa-brands fa-unsplash", searchTerms: [] }, { - title: "fab fa-untappd", + title: "fa-brands fa-untappd", searchTerms: [] }, { - title: "fas fa-up-down", + title: "fa-solid fa-up-down", searchTerms: [ "Up Down Black Arrow", "arrow", "arrows-v", "expand", "portrait", "resize", "tall", "up-down arrow", "vertical" ] }, { - title: "fas fa-up-down-left-right", + title: "fa-solid fa-up-down-left-right", searchTerms: [ "arrow", "arrows", "bigger", "enlarge", "expand", "fullscreen", "move", "position", "reorder", "resize" ] }, { - title: "fas fa-up-long", + title: "fa-solid fa-up-long", searchTerms: [ "long-arrow-up", "upgrade", "upload" ] }, { - title: "fas fa-up-right-and-down-left-from-center", + title: "fa-solid fa-up-right-and-down-left-from-center", searchTerms: [ " maximize", " resize", " scale", "arrows", "bigger", "enlarge", "expand", "fullscreen", "resize", "size" ] }, { - title: "fas fa-up-right-from-square", + title: "fa-solid fa-up-right-from-square", searchTerms: [ "external-link", "new", "open", "share", "upgrade" ] }, { - title: "fas fa-upload", + title: "fa-solid fa-upload", searchTerms: [ "hard drive", "import", "publish", "upgrade" ] }, { - title: "fab fa-ups", + title: "fa-brands fa-ups", searchTerms: [ "United Parcel Service", "package", "shipping" ] }, { - title: "fab fa-upwork", + title: "fa-brands fa-upwork", searchTerms: [] }, { - title: "fab fa-usb", + title: "fa-brands fa-usb", searchTerms: [] }, { - title: "fas fa-user", + title: "fa-solid fa-user", searchTerms: [ "adult", "bust", "bust in silhouette", "default", "employee", "gender-neutral", "person", "profile", "silhouette", "uer", "unspecified gender", "username", "users-people" ] }, { title: "far fa-user", searchTerms: [ "adult", "bust", "bust in silhouette", "default", "employee", "gender-neutral", "person", "profile", "silhouette", "uer", "unspecified gender", "username", "users-people" ] }, { - title: "fas fa-user-astronaut", + title: "fa-solid fa-user-astronaut", searchTerms: [ "avatar", "clothing", "cosmonaut", "nasa", "space", "suit", "uer" ] }, { - title: "fas fa-user-check", + title: "fa-solid fa-user-check", searchTerms: [ "employee", "enable", "uer", "users-people", "validate", "working" ] }, { - title: "fas fa-user-clock", + title: "fa-solid fa-user-clock", searchTerms: [ "employee", "uer", "users-people" ] }, { - title: "fas fa-user-doctor", + title: "fa-solid fa-user-doctor", searchTerms: [ "covid-19", "health", "job", "medical", "nurse", "occupation", "physician", "profile", "surgeon", "uer", "worker" ] }, { - title: "fas fa-user-gear", + title: "fa-solid fa-user-gear", searchTerms: [ "employee", "together", "uer", "users-people" ] }, { - title: "fas fa-user-graduate", + title: "fa-solid fa-user-graduate", searchTerms: [ "uer", "users-people" ] }, { - title: "fas fa-user-group", + title: "fa-solid fa-user-group", searchTerms: [ "bust", "busts in silhouette", "crowd", "employee", "silhouette", "together", "uer", "users-people" ] }, { - title: "fas fa-user-injured", + title: "fa-solid fa-user-injured", searchTerms: [ "employee", "uer", "users-people" ] }, { - title: "fas fa-user-large", + title: "fa-solid fa-user-large", searchTerms: [ "employee", "uer", "users-people" ] }, { - title: "fas fa-user-large-slash", + title: "fa-solid fa-user-large-slash", searchTerms: [ "disabled", "disconnect", "employee", "uer", "users-people" ] }, { - title: "fas fa-user-lock", + title: "fa-solid fa-user-lock", searchTerms: [ "employee", "padlock", "privacy", "uer", "users-people" ] }, { - title: "fas fa-user-minus", + title: "fa-solid fa-user-minus", searchTerms: [ "delete", "employee", "negative", "remove", "uer" ] }, { - title: "fas fa-user-ninja", + title: "fa-solid fa-user-ninja", searchTerms: [ "assassin", "avatar", "dangerous", "deadly", "fighter", "hidden", "ninja", "sneaky", "stealth", "uer" ] }, { - title: "fas fa-user-nurse", + title: "fa-solid fa-user-nurse", searchTerms: [ "covid-19", "doctor", "health", "md", "medical", "midwife", "physician", "practitioner", "surgeon", "uer", "worker" ] }, { - title: "fas fa-user-pen", + title: "fa-solid fa-user-pen", searchTerms: [ "employee", "modify", "uer", "users-people" ] }, { - title: "fas fa-user-plus", + title: "fa-solid fa-user-plus", searchTerms: [ "add", "avatar", "employee", "follow", "positive", "sign up", "signup", "team", "uer" ] }, { - title: "fas fa-user-secret", + title: "fa-solid fa-user-secret", searchTerms: [ "detective", "sleuth", "spy", "uer", "users-people" ] }, { - title: "fas fa-user-shield", + title: "fa-solid fa-user-shield", searchTerms: [ "employee", "protect", "safety", "uer" ] }, { - title: "fas fa-user-slash", + title: "fa-solid fa-user-slash", searchTerms: [ "ban", "delete", "deny", "disabled", "disconnect", "employee", "remove", "uer" ] }, { - title: "fas fa-user-tag", + title: "fa-solid fa-user-tag", searchTerms: [ "employee", "uer", "users-people" ] }, { - title: "fas fa-user-tie", + title: "fa-solid fa-user-tie", searchTerms: [ "administrator", "avatar", "business", "clothing", "employee", "formal", "offer", "portfolio", "professional", "suit", "uer" ] }, { - title: "fas fa-user-xmark", + title: "fa-solid fa-user-xmark", searchTerms: [ "archive", "delete", "employee", "remove", "uer", "uncheck", "x" ] }, { - title: "fas fa-users", + title: "fa-solid fa-users", searchTerms: [ "employee", "together", "uer", "users-people" ] }, { - title: "fas fa-users-between-lines", + title: "fa-solid fa-users-between-lines", searchTerms: [ "covered", "crowd", "employee", "group", "people", "together", "uer" ] }, { - title: "fas fa-users-gear", + title: "fa-solid fa-users-gear", searchTerms: [ "employee", "uer", "users-people" ] }, { - title: "fas fa-users-line", + title: "fa-solid fa-users-line", searchTerms: [ "crowd", "employee", "group", "need", "people", "together", "uer" ] }, { - title: "fas fa-users-rays", + title: "fa-solid fa-users-rays", searchTerms: [ "affected", "crowd", "employee", "focused", "group", "people", "uer" ] }, { - title: "fas fa-users-rectangle", + title: "fa-solid fa-users-rectangle", searchTerms: [ "crowd", "employee", "focus", "group", "people", "reached", "uer" ] }, { - title: "fas fa-users-slash", + title: "fa-solid fa-users-slash", searchTerms: [ "disabled", "disconnect", "employee", "together", "uer", "users-people" ] }, { - title: "fas fa-users-viewfinder", + title: "fa-solid fa-users-viewfinder", searchTerms: [ "crowd", "focus", "group", "people", "targeted", "uer" ] }, { - title: "fab fa-usps", + title: "fa-brands fa-usps", searchTerms: [ "american", "package", "shipping", "usa" ] }, { - title: "fab fa-ussunnah", + title: "fa-brands fa-ussunnah", searchTerms: [] }, { - title: "fas fa-utensils", + title: "fa-solid fa-utensils", searchTerms: [ "cooking", "cutlery", "dining", "dinner", "eat", "food", "fork", "fork and knife", "knife", "restaurant" ] }, { - title: "fas fa-v", + title: "fa-solid fa-v", searchTerms: [ "Latin Capital Letter V", "Latin Small Letter V", "letter" ] }, { - title: "fab fa-vaadin", + title: "fa-brands fa-vaadin", searchTerms: [] }, { - title: "fas fa-van-shuttle", + title: "fa-solid fa-van-shuttle", searchTerms: [ "airport", "bus", "machine", "minibus", "public-transportation", "transportation", "travel", "vehicle" ] }, { - title: "fas fa-vault", + title: "fa-solid fa-vault", searchTerms: [ "bank", "important", "investment", "lock", "money", "premium", "privacy", "safe", "salary" ] }, { - title: "fas fa-vector-square", + title: "fa-solid fa-vector-square", searchTerms: [ "anchors", "lines", "object", "render", "shape" ] }, { - title: "fas fa-venus", + title: "fa-solid fa-venus", searchTerms: [ "female", "female sign", "gender", "woman" ] }, { - title: "fas fa-venus-double", + title: "fa-solid fa-venus-double", searchTerms: [ "Doubled Female Sign", "female", "gender", "lesbian" ] }, { - title: "fas fa-venus-mars", + title: "fa-solid fa-venus-mars", searchTerms: [ "Interlocked Female and Male Sign", "female", "gender", "heterosexual", "male" ] }, { - title: "fas fa-vest", + title: "fa-solid fa-vest", searchTerms: [ "biker", "fashion", "style" ] }, { - title: "fas fa-vest-patches", + title: "fa-solid fa-vest-patches", searchTerms: [ "biker", "fashion", "style" ] }, { - title: "fab fa-viacoin", + title: "fa-brands fa-viacoin", searchTerms: [] }, { - title: "fab fa-viadeo", + title: "fa-brands fa-viadeo", searchTerms: [] }, { - title: "fas fa-vial", + title: "fa-solid fa-vial", searchTerms: [ "ampule", "chemist", "chemistry", "experiment", "knowledge", "lab", "sample", "science", "test", "test tube" ] }, { - title: "fas fa-vial-circle-check", + title: "fa-solid fa-vial-circle-check", searchTerms: [ "ampule", "chemist", "chemistry", "enable", "not affected", "ok", "okay", "success", "test tube", "tube", "vaccine", "validate", "working" ] }, { - title: "fas fa-vial-virus", + title: "fa-solid fa-vial-virus", searchTerms: [ "ampule", "coronavirus", "covid-19", "flue", "infection", "lab", "laboratory", "pandemic", "test", "test tube", "vaccine" ] }, { - title: "fas fa-vials", + title: "fa-solid fa-vials", searchTerms: [ "ampule", "experiment", "knowledge", "lab", "sample", "science", "test", "test tube" ] }, { - title: "fab fa-viber", + title: "fa-brands fa-viber", searchTerms: [] }, { - title: "fas fa-video", + title: "fa-solid fa-video", searchTerms: [ "camera", "film", "movie", "record", "video-camera" ] }, { - title: "fas fa-video-slash", + title: "fa-solid fa-video-slash", searchTerms: [ "add", "create", "disabled", "disconnect", "film", "new", "positive", "record", "video" ] }, { - title: "fas fa-vihara", + title: "fa-solid fa-vihara", searchTerms: [ "buddhism", "buddhist", "building", "monastery" ] }, { - title: "fab fa-vimeo", + title: "fa-brands fa-vimeo", searchTerms: [] }, { - title: "fab fa-vimeo-v", + title: "fa-brands fa-vimeo-v", searchTerms: [ "vimeo" ] }, { - title: "fab fa-vine", + title: "fa-brands fa-vine", searchTerms: [] }, { - title: "fas fa-virus", + title: "fa-solid fa-virus", searchTerms: [ "bug", "coronavirus", "covid-19", "flu", "health", "infection", "pandemic", "sick", "vaccine", "viral" ] }, { - title: "fas fa-virus-covid", + title: "fa-solid fa-virus-covid", searchTerms: [ "bug", "covid-19", "flu", "health", "infection", "pandemic", "vaccine", "viral", "virus" ] }, { - title: "fas fa-virus-covid-slash", + title: "fa-solid fa-virus-covid-slash", searchTerms: [ "bug", "covid-19", "disabled", "flu", "health", "infection", "pandemic", "vaccine", "viral", "virus" ] }, { - title: "fas fa-virus-slash", + title: "fa-solid fa-virus-slash", searchTerms: [ "bug", "coronavirus", "covid-19", "cure", "disabled", "eliminate", "flu", "health", "infection", "pandemic", "sick", "vaccine", "viral" ] }, { - title: "fas fa-viruses", + title: "fa-solid fa-viruses", searchTerms: [ "bugs", "coronavirus", "covid-19", "flu", "health", "infection", "multiply", "pandemic", "sick", "spread", "vaccine", "viral" ] }, { - title: "fab fa-vk", + title: "fa-brands fa-vk", searchTerms: [] }, { - title: "fab fa-vnv", + title: "fa-brands fa-vnv", searchTerms: [] }, { - title: "fas fa-voicemail", + title: "fa-solid fa-voicemail", searchTerms: [ "answer", "inbox", "message", "phone" ] }, { - title: "fas fa-volcano", + title: "fa-solid fa-volcano", searchTerms: [ "caldera", "eruption", "lava", "magma", "mountain", "smoke", "volcano" ] }, { - title: "fas fa-volleyball", + title: "fa-solid fa-volleyball", searchTerms: [ "ball", "beach", "game", "olympics", "sport", "volleyball" ] }, { - title: "fas fa-volume-high", + title: "fa-solid fa-volume-high", searchTerms: [ "audio", "higher", "loud", "louder", "music", "sound", "speaker", "speaker high volume" ] }, { - title: "fas fa-volume-low", + title: "fa-solid fa-volume-low", searchTerms: [ "audio", "lower", "music", "quieter", "soft", "sound", "speaker", "speaker low volume" ] }, { - title: "fas fa-volume-off", + title: "fa-solid fa-volume-off", searchTerms: [ "audio", "ban", "music", "mute", "quiet", "silent", "sound" ] }, { - title: "fas fa-volume-xmark", + title: "fa-solid fa-volume-xmark", searchTerms: [ "audio", "music", "quiet", "sound", "speaker" ] }, { - title: "fas fa-vr-cardboard", + title: "fa-solid fa-vr-cardboard", searchTerms: [ "3d", "augment", "google", "reality", "virtual" ] }, { - title: "fab fa-vuejs", + title: "fa-brands fa-vuejs", searchTerms: [] }, { - title: "fas fa-w", + title: "fa-solid fa-w", searchTerms: [ "Latin Capital Letter W", "Latin Small Letter W", "letter" ] }, { - title: "fas fa-walkie-talkie", + title: "fa-solid fa-walkie-talkie", searchTerms: [ "communication", "copy", "intercom", "over", "portable", "radio", "two way radio" ] }, { - title: "fas fa-wallet", + title: "fa-solid fa-wallet", searchTerms: [ "billfold", "cash", "currency", "money", "salary" ] }, { - title: "fas fa-wand-magic", + title: "fa-solid fa-wand-magic", searchTerms: [ "autocomplete", "automatic", "mage", "magic", "spell", "wand", "witch", "wizard" ] }, { - title: "fas fa-wand-magic-sparkles", + title: "fa-solid fa-wand-magic-sparkles", searchTerms: [ "auto", "magic", "magic wand", "trick", "witch", "wizard" ] }, { - title: "fas fa-wand-sparkles", + title: "fa-solid fa-wand-sparkles", searchTerms: [ "autocomplete", "automatic", "fantasy", "halloween", "holiday", "magic", "weapon", "witch", "wizard" ] }, { - title: "fas fa-warehouse", + title: "fa-solid fa-warehouse", searchTerms: [ "building", "capacity", "garage", "inventory", "storage" ] }, { - title: "fab fa-watchman-monitoring", + title: "fa-brands fa-watchman-monitoring", searchTerms: [] }, { - title: "fas fa-water", + title: "fa-solid fa-water", searchTerms: [ "lake", "liquid", "ocean", "sea", "swim", "wet" ] }, { - title: "fas fa-water-ladder", + title: "fa-solid fa-water-ladder", searchTerms: [ "ladder", "recreation", "swim", "water" ] }, { - title: "fas fa-wave-square", + title: "fa-solid fa-wave-square", searchTerms: [ "frequency", "pulse", "signal" ] }, { - title: "fab fa-waze", + title: "fa-brands fa-waze", searchTerms: [] }, { - title: "fas fa-web-awesome", + title: "fa-solid fa-web-awesome", searchTerms: [ " coding", " components", " crown", " web", "awesome" ] }, { - title: "fab fa-web-awesome", + title: "fa-brands fa-web-awesome", searchTerms: [ " coding", " components", " crown", " web", "awesome" ] }, { - title: "fab fa-webflow", + title: "fa-brands fa-webflow", searchTerms: [] }, { - title: "fab fa-weebly", + title: "fa-brands fa-weebly", searchTerms: [] }, { - title: "fab fa-weibo", + title: "fa-brands fa-weibo", searchTerms: [] }, { - title: "fas fa-weight-hanging", + title: "fa-solid fa-weight-hanging", searchTerms: [ "anvil", "heavy", "measurement" ] }, { - title: "fas fa-weight-scale", + title: "fa-solid fa-weight-scale", searchTerms: [ "health", "measurement", "scale", "weight" ] }, { - title: "fab fa-weixin", + title: "fa-brands fa-weixin", searchTerms: [] }, { - title: "fab fa-whatsapp", + title: "fa-brands fa-whatsapp", searchTerms: [] }, { - title: "fas fa-wheat-awn", + title: "fa-solid fa-wheat-awn", searchTerms: [ "agriculture", "autumn", "fall", "farming", "grain" ] }, { - title: "fas fa-wheat-awn-circle-exclamation", + title: "fa-solid fa-wheat-awn-circle-exclamation", searchTerms: [ "affected", "failed", "famine", "food", "gluten", "hunger", "starve", "straw" ] }, { - title: "fas fa-wheelchair", + title: "fa-solid fa-wheelchair", searchTerms: [ "disabled", "uer", "users-people" ] }, { - title: "fas fa-wheelchair-move", + title: "fa-solid fa-wheelchair-move", searchTerms: [ "access", "disabled", "handicap", "impairment", "physical", "uer", "wheelchair symbol" ] }, { - title: "fas fa-whiskey-glass", + title: "fa-solid fa-whiskey-glass", searchTerms: [ "alcohol", "bar", "beverage", "bourbon", "drink", "glass", "liquor", "neat", "rye", "scotch", "shot", "tumbler", "tumbler glass", "whisky" ] }, { - title: "fab fa-whmcs", + title: "fa-brands fa-whmcs", searchTerms: [] }, { - title: "fas fa-wifi", + title: "fa-solid fa-wifi", searchTerms: [ "connection", "hotspot", "internet", "network", "signal", "wireless", "www" ] }, { - title: "fab fa-wikipedia-w", + title: "fa-brands fa-wikipedia-w", searchTerms: [] }, { - title: "fas fa-wind", + title: "fa-solid fa-wind", searchTerms: [ "air", "blow", "breeze", "fall", "seasonal", "weather" ] }, { - title: "fas fa-window-maximize", + title: "fa-solid fa-window-maximize", searchTerms: [ "Maximize", "browser", "computer", "development", "expand" ] }, { title: "far fa-window-maximize", searchTerms: [ "Maximize", "browser", "computer", "development", "expand" ] }, { - title: "fas fa-window-minimize", + title: "fa-solid fa-window-minimize", searchTerms: [ "Minimize", "browser", "collapse", "computer", "development" ] }, { title: "far fa-window-minimize", searchTerms: [ "Minimize", "browser", "collapse", "computer", "development" ] }, { - title: "fas fa-window-restore", + title: "fa-solid fa-window-restore", searchTerms: [ "browser", "computer", "development" ] }, { title: "far fa-window-restore", searchTerms: [ "browser", "computer", "development" ] }, { - title: "fab fa-windows", + title: "fa-brands fa-windows", searchTerms: [ "microsoft", "operating system", "os" ] }, { - title: "fas fa-wine-bottle", + title: "fa-solid fa-wine-bottle", searchTerms: [ "alcohol", "beverage", "cabernet", "drink", "glass", "grapes", "merlot", "sauvignon" ] }, { - title: "fas fa-wine-glass", + title: "fa-solid fa-wine-glass", searchTerms: [ "alcohol", "bar", "beverage", "cabernet", "drink", "glass", "grapes", "merlot", "sauvignon", "wine", "wine glass" ] }, { - title: "fas fa-wine-glass-empty", + title: "fa-solid fa-wine-glass-empty", searchTerms: [ "alcohol", "beverage", "cabernet", "drink", "grapes", "merlot", "sauvignon" ] }, { - title: "fab fa-wirsindhandwerk", + title: "fa-brands fa-wirsindhandwerk", searchTerms: [] }, { - title: "fab fa-wix", + title: "fa-brands fa-wix", searchTerms: [] }, { - title: "fab fa-wizards-of-the-coast", + title: "fa-brands fa-wizards-of-the-coast", searchTerms: [ "Dungeons & Dragons", "d&d", "dnd", "fantasy", "game", "gaming", "tabletop" ] }, { - title: "fab fa-wodu", + title: "fa-brands fa-wodu", searchTerms: [] }, { - title: "fab fa-wolf-pack-battalion", + title: "fa-brands fa-wolf-pack-battalion", searchTerms: [] }, { - title: "fas fa-won-sign", + title: "fa-solid fa-won-sign", searchTerms: [ "Won Sign", "currency" ] }, { - title: "fab fa-wordpress", + title: "fa-brands fa-wordpress", searchTerms: [] }, { - title: "fab fa-wordpress-simple", + title: "fa-brands fa-wordpress-simple", searchTerms: [] }, { - title: "fas fa-worm", + title: "fa-solid fa-worm", searchTerms: [ "dirt", "garden", "worm", "wriggle" ] }, { - title: "fab fa-wpbeginner", + title: "fa-brands fa-wpbeginner", searchTerms: [] }, { - title: "fab fa-wpexplorer", + title: "fa-brands fa-wpexplorer", searchTerms: [] }, { - title: "fab fa-wpforms", + title: "fa-brands fa-wpforms", searchTerms: [] }, { - title: "fab fa-wpressr", + title: "fa-brands fa-wpressr", searchTerms: [ "rendact" ] }, { - title: "fas fa-wrench", + title: "fa-solid fa-wrench", searchTerms: [ "configuration", "construction", "equipment", "fix", "mechanic", "modify", "plumbing", "settings", "spanner", "tool", "update", "wrench" ] }, { - title: "fas fa-x", + title: "fa-solid fa-x", searchTerms: [ "Latin Capital Letter X", "Latin Small Letter X", "letter", "uncheck" ] }, { - title: "fas fa-x-ray", + title: "fa-solid fa-x-ray", searchTerms: [ "health", "medical", "radiological images", "radiology", "skeleton" ] }, { - title: "fab fa-x-twitter", + title: "fa-brands fa-x-twitter", searchTerms: [ " elon", " twitter", " x" ] }, { - title: "fab fa-xbox", + title: "fa-brands fa-xbox", searchTerms: [] }, { - title: "fab fa-xing", + title: "fa-brands fa-xing", searchTerms: [] }, { - title: "fas fa-xmark", + title: "fa-solid fa-xmark", searchTerms: [ "Cancellation X", "Multiplication Sign", "Multiplication X", "cancel", "close", "cross", "cross mark", "error", "exit", "incorrect", "mark", "multiplication", "multiply", "notice", "notification", "notify", "problem", "sign", "uncheck", "wrong", "x", "×" ] }, { - title: "fas fa-xmarks-lines", + title: "fa-solid fa-xmarks-lines", searchTerms: [ "barricade", "barrier", "fence", "poison", "roadblock" ] }, { - title: "fas fa-y", + title: "fa-solid fa-y", searchTerms: [ "Latin Capital Letter Y", "Latin Small Letter Y", "letter", "yay", "yes" ] }, { - title: "fab fa-y-combinator", + title: "fa-brands fa-y-combinator", searchTerms: [] }, { - title: "fab fa-yahoo", + title: "fa-brands fa-yahoo", searchTerms: [] }, { - title: "fab fa-yammer", + title: "fa-brands fa-yammer", searchTerms: [] }, { - title: "fab fa-yandex", + title: "fa-brands fa-yandex", searchTerms: [] }, { - title: "fab fa-yandex-international", + title: "fa-brands fa-yandex-international", searchTerms: [] }, { - title: "fab fa-yarn", + title: "fa-brands fa-yarn", searchTerms: [] }, { - title: "fab fa-yelp", + title: "fa-brands fa-yelp", searchTerms: [] }, { - title: "fas fa-yen-sign", + title: "fa-solid fa-yen-sign", searchTerms: [ "Yen Sign", "currency" ] }, { - title: "fas fa-yin-yang", + title: "fa-solid fa-yin-yang", searchTerms: [ "daoism", "opposites", "religion", "tao", "taoism", "taoist", "yang", "yin", "yin yang" ] }, { - title: "fab fa-yoast", + title: "fa-brands fa-yoast", searchTerms: [] }, { - title: "fab fa-youtube", + title: "fa-brands fa-youtube", searchTerms: [ "film", "video", "youtube-play", "youtube-square" ] }, { - title: "fas fa-z", + title: "fa-solid fa-z", searchTerms: [ "Latin Capital Letter Z", "Latin Small Letter Z", "letter" ] }, { - title: "fab fa-zhihu", + title: "fa-brands fa-zhihu", searchTerms: [] } ] }); diff --git a/node_modules/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.min.js b/node_modules/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.min.js index ae144132..f5a10495 100644 --- a/node_modules/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.min.js +++ b/node_modules/fontawesome-iconpicker/dist/js/fontawesome-iconpicker.min.js @@ -5,4 +5,4 @@ * @license MIT License */ -!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)}(function(z){z.ui=z.ui||{};z.ui.version="1.12.1";!function(){var s,v=Math.max,x=Math.abs,t=/left|center|right/,i=/top|center|bottom/,o=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,l=/%$/,n=z.fn.pos;function q(e,a,r){return[parseFloat(e[0])*(l.test(e[0])?a/100:1),parseFloat(e[1])*(l.test(e[1])?r/100:1)]}function L(e,a){return parseInt(z.css(e,a),10)||0}z.pos={scrollbarWidth:function(){if(void 0!==s)return s;var e,a,r=z("
"),t=r.children()[0];return z("body").append(r),e=t.offsetWidth,r.css("overflow","scroll"),e===(a=t.offsetWidth)&&(a=r[0].clientWidth),r.remove(),s=e-a},getScrollInfo:function(e){var a=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),r=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),t="scroll"===a||"auto"===a&&e.widthv(x(t),x(s))?i.important="horizontal":i.important="vertical",m.using.call(this,e,i)}),o.offset(z.extend(n,{using:e}))})},z.ui.pos={_trigger:function(e,a,r,t){a.elem&&a.elem.trigger({type:r,position:e,positionData:a,triggered:t})},fit:{left:function(e,a){z.ui.pos._trigger(e,a,"posCollide","fitLeft");var r,t=a.within,s=t.isWindow?t.scrollLeft:t.offset.left,i=t.width,o=e.left-a.collisionPosition.marginLeft,c=s-o,l=o+a.collisionWidth-i-s;a.collisionWidth>i?0i?0
',footer:'',buttons:' ',search:'',iconpicker:'
',iconpickerItem:''}},o.batch=function(e,a){var r=Array.prototype.slice.call(arguments,2);return l(e).each(function(){var e=l(this).data("iconpicker");e&&e[a].apply(e,r)})},o.prototype={constructor:o,options:{},_id:0,_trigger:function(e,a){a=a||{},this.element.trigger(l.extend({type:e,iconpickerInstance:this},a))},_createPopover:function(){this.popover=l(this.options.templates.popover);var e=this.popover.find(".popover-title");if(this.options.title&&e.append(l('
'+this.options.title+"
")),this.hasSeparatedSearchInput()&&!this.options.searchInFooter?e.append(this.options.templates.search):this.options.title||e.remove(),this.options.showFooter&&!r(this.options.templates.footer)){var a=l(this.options.templates.footer);this.hasSeparatedSearchInput()&&this.options.searchInFooter&&a.append(l(this.options.templates.search)),r(this.options.templates.buttons)||a.append(l(this.options.templates.buttons)),this.popover.append(a)}return!0===this.options.animation&&this.popover.addClass("fade"),this.popover},_createIconpicker:function(){var r=this;this.iconpicker=l(this.options.templates.iconpicker);var e=function(e){var a=l(this);a.is("i")&&(a=a.parent()),r._trigger("iconpickerSelect",{iconpickerItem:a,iconpickerValue:r.iconpickerValue}),!1===r.options.mustAccept?(r.update(a.data("iconpickerValue")),r._trigger("iconpickerSelected",{iconpickerItem:this,iconpickerValue:r.iconpickerValue})):r.update(a.data("iconpickerValue"),!0),r.options.hideOnSelect&&!1===r.options.mustAccept&&r.hide()},a=l(this.options.templates.iconpickerItem),t=[];for(var s in this.options.icons)if("string"==typeof this.options.icons[s].title){var i=a.clone();if(i.find("i").addClass(this.options.fullClassFormatter(this.options.icons[s].title)),i.data("iconpickerValue",this.options.icons[s].title).on("click.iconpicker",e),i.attr("title","."+this.options.icons[s].title),0'},setSourceValue:function(e){return!1!==(e=this.setValue(e))&&""!==e&&(this.hasInput()?this.input.val(this.iconpickerValue):this.element.data("iconpickerValue",this.iconpickerValue),this._trigger("iconpickerSetSourceValue",{iconpickerValue:e})),e},getSourceValue:function(e){var a=e=e||this.options.defaultValue;return void 0!==(a=this.hasInput()?this.input.val():this.element.data("iconpickerValue"))&&""!==a&&null!==a&&!1!==a||(a=e),a},hasInput:function(){return!1!==this.input},isInputSearch:function(){return this.hasInput()&&!0===this.options.inputSearch},isInputGroup:function(){return this.container.is(".input-group")},isDropdownMenu:function(){return this.container.is(".dropdown-menu")},hasSeparatedSearchInput:function(){return!1!==this.options.templates.search&&!this.isInputSearch()},hasComponent:function(){return!1!==this.component},hasContainer:function(){return!1!==this.container},getAcceptButton:function(){return this.popover.find(".iconpicker-btn-accept")},getCancelButton:function(){return this.popover.find(".iconpicker-btn-cancel")},getSearchInput:function(){return this.popover.find(".iconpicker-search")},filter:function(t){if(r(t))return this.iconpicker.find(".iconpicker-item").show(),l(!1);var s=[];return this.iconpicker.find(".iconpicker-item").each(function(){var e=l(this),a=e.attr("title").toLowerCase();a=a+" "+(e.attr("data-search-terms")?e.attr("data-search-terms").toLowerCase():"");var r=!1;try{r=new RegExp("(^|\\W)"+t,"g")}catch(e){r=!1}!1!==r&&a.match(r)?(s.push(e),e.show()):e.hide()}),s},show:function(){if(this.popover.hasClass("in"))return!1;l.iconpicker.batch(l(".iconpicker-popover.in:not(.inline)").not(this.popover),"hide"),this._trigger("iconpickerShow",{iconpickerValue:this.iconpickerValue}),this.updatePlacement(),this.popover.addClass("in"),setTimeout(l.proxy(function(){this.popover.css("display",this.isInline()?"":"block"),this._trigger("iconpickerShown",{iconpickerValue:this.iconpickerValue})},this),this.options.animation?300:1)},hide:function(){if(!this.popover.hasClass("in"))return!1;this._trigger("iconpickerHide",{iconpickerValue:this.iconpickerValue}),this.popover.removeClass("in"),setTimeout(l.proxy(function(){this.popover.css("display","none"),this.getSearchInput().val(""),this.filter(""),this._trigger("iconpickerHidden",{iconpickerValue:this.iconpickerValue})},this),this.options.animation?300:1)},toggle:function(){this.popover.is(":visible")?this.hide():this.show(!0)},update:function(e,a){return e=e||this.getSourceValue(this.iconpickerValue),this._trigger("iconpickerUpdate",{iconpickerValue:this.iconpickerValue}),!0===a?e=this.setValue(e):(e=this.setSourceValue(e),this._updateFormGroupStatus(!1!==e)),!1!==e&&this._updateComponents(),this._trigger("iconpickerUpdated",{iconpickerValue:this.iconpickerValue}),e},destroy:function(){this._trigger("iconpickerDestroy",{iconpickerValue:this.iconpickerValue}),this.element.removeData("iconpicker").removeData("iconpickerValue").removeClass("iconpicker-element"),this._unbindElementEvents(),this._unbindWindowEvents(),l(this.popover).remove(),this._trigger("iconpickerDestroyed",{iconpickerValue:this.iconpickerValue})},disable:function(){return!!this.hasInput()&&(this.input.prop("disabled",!0),!0)},enable:function(){return!!this.hasInput()&&(this.input.prop("disabled",!1),!0)},isDisabled:function(){return!!this.hasInput()&&!0===this.input.prop("disabled")},isInline:function(){return"inline"===this.options.placement||this.popover.hasClass("inline")}},l.iconpicker=o,l.fn.iconpicker=function(a){return this.each(function(){var e=l(this);e.data("iconpicker")||e.data("iconpicker",new o(this,"object"==typeof a?a:{}))})},o.defaultOptions=l.extend(o.defaultOptions,{icons:[{title:"fas fa-0",searchTerms:["Digit Zero","nada","none","zero","zilch"]},{title:"fas fa-1",searchTerms:["Digit One","one"]},{title:"fas fa-2",searchTerms:["Digit Two","two"]},{title:"fas fa-3",searchTerms:["Digit Three","three"]},{title:"fas fa-4",searchTerms:["Digit Four","four"]},{title:"fas fa-5",searchTerms:["Digit Five","five"]},{title:"fas fa-6",searchTerms:["Digit Six","six"]},{title:"fas fa-7",searchTerms:["Digit Seven","seven"]},{title:"fas fa-8",searchTerms:["Digit Eight","eight"]},{title:"fas fa-9",searchTerms:["Digit Nine","nine"]},{title:"fab fa-42-group",searchTerms:[]},{title:"fab fa-500px",searchTerms:[]},{title:"fas fa-a",searchTerms:["Latin Capital Letter A","Latin Small Letter A","letter"]},{title:"fab fa-accessible-icon",searchTerms:["accessibility","disabled","handicap","person","uer","wheelchair","wheelchair-alt"]},{title:"fab fa-accusoft",searchTerms:[]},{title:"fas fa-address-book",searchTerms:["contact","directory","employee","index","little black book","portfolio","rolodex","uer","username"]},{title:"far fa-address-book",searchTerms:["contact","directory","employee","index","little black book","portfolio","rolodex","uer","username"]},{title:"fas fa-address-card",searchTerms:["about","contact","employee","id","identification","portfolio","postcard","profile","registration","uer","username"]},{title:"far fa-address-card",searchTerms:["about","contact","employee","id","identification","portfolio","postcard","profile","registration","uer","username"]},{title:"fab fa-adn",searchTerms:[]},{title:"fab fa-adversal",searchTerms:[]},{title:"fab fa-affiliatetheme",searchTerms:[]},{title:"fab fa-airbnb",searchTerms:[]},{title:"fab fa-algolia",searchTerms:[]},{title:"fas fa-align-center",searchTerms:["format","middle","paragraph","text"]},{title:"fas fa-align-justify",searchTerms:["format","paragraph","text"]},{title:"fas fa-align-left",searchTerms:["format","paragraph","text"]},{title:"fas fa-align-right",searchTerms:["format","paragraph","text"]},{title:"fab fa-alipay",searchTerms:[]},{title:"fab fa-amazon",searchTerms:[]},{title:"fab fa-amazon-pay",searchTerms:[]},{title:"fab fa-amilia",searchTerms:[]},{title:"fas fa-anchor",searchTerms:["anchor","berth","boat","dock","embed","link","maritime","moor","port","secure","ship","tool"]},{title:"fas fa-anchor-circle-check",searchTerms:["enable","marina","not affected","ok","okay","port","validate","working"]},{title:"fas fa-anchor-circle-exclamation",searchTerms:["affected","failed","marina","port"]},{title:"fas fa-anchor-circle-xmark",searchTerms:["destroy","marina","port","uncheck"]},{title:"fas fa-anchor-lock",searchTerms:["closed","lockdown","marina","padlock","port","privacy","quarantine"]},{title:"fab fa-android",searchTerms:["robot"]},{title:"fab fa-angellist",searchTerms:[]},{title:"fas fa-angle-down",searchTerms:["Down Arrowhead","arrow","caret","download","expand","insert"]},{title:"fas fa-angle-left",searchTerms:["Single Left-Pointing Angle Quotation Mark","arrow","back","caret","less","previous"]},{title:"fas fa-angle-right",searchTerms:["Single Right-Pointing Angle Quotation Mark","arrow","care","forward","more","next"]},{title:"fas fa-angle-up",searchTerms:["Up Arrowhead","arrow","caret","collapse","upgrade","upload"]},{title:"fas fa-angles-down",searchTerms:["arrows","caret","download","expand"]},{title:"fas fa-angles-left",searchTerms:["Left-Pointing Double Angle Quotation Mark","arrows","back","caret","laquo","previous","quote"]},{title:"fas fa-angles-right",searchTerms:["Right-Pointing Double Angle Quotation Mark","arrows","caret","forward","more","next","quote","raquo"]},{title:"fas fa-angles-up",searchTerms:["arrows","caret","collapse","upload"]},{title:"fab fa-angrycreative",searchTerms:[]},{title:"fab fa-angular",searchTerms:[]},{title:"fas fa-ankh",searchTerms:["Ankh","amulet","copper","coptic christianity","copts","crux ansata","egypt","venus"]},{title:"fab fa-app-store",searchTerms:[]},{title:"fab fa-app-store-ios",searchTerms:[]},{title:"fab fa-apper",searchTerms:[]},{title:"fab fa-apple",searchTerms:["fruit","ios","mac","operating system","os","osx"]},{title:"fab fa-apple-pay",searchTerms:[]},{title:"fas fa-apple-whole",searchTerms:["apple","fall","fruit","fuji","green","green apple","macintosh","orchard","red","red apple","seasonal","vegan"]},{title:"fas fa-archway",searchTerms:["arc","monument","road","street","tunnel"]},{title:"fas fa-arrow-down",searchTerms:["Downwards Arrow","download"]},{title:"fas fa-arrow-down-1-9",searchTerms:["arrange","filter","numbers","order","sort-numeric-asc"]},{title:"fas fa-arrow-down-9-1",searchTerms:["arrange","filter","numbers","order","sort-numeric-asc"]},{title:"fas fa-arrow-down-a-z",searchTerms:["alphabetical","arrange","filter","order","sort-alpha-asc"]},{title:"fas fa-arrow-down-long",searchTerms:["download","long-arrow-down"]},{title:"fas fa-arrow-down-short-wide",searchTerms:["arrange","filter","order","sort-amount-asc"]},{title:"fas fa-arrow-down-up-across-line",searchTerms:["border","crossing","transfer"]},{title:"fas fa-arrow-down-up-lock",searchTerms:["border","closed","crossing","lockdown","padlock","privacy","quarantine","transfer"]},{title:"fas fa-arrow-down-wide-short",searchTerms:["arrange","filter","number","order","sort-amount-asc"]},{title:"fas fa-arrow-down-z-a",searchTerms:["alphabetical","arrange","filter","order","sort-alpha-asc"]},{title:"fas fa-arrow-left",searchTerms:["Leftwards Arrow","back","previous"]},{title:"fas fa-arrow-left-long",searchTerms:["back","long-arrow-left","previous"]},{title:"fas fa-arrow-pointer",searchTerms:["arrow","cursor","select"]},{title:"fas fa-arrow-right",searchTerms:["Rightwards Arrow","forward","next"]},{title:"fas fa-arrow-right-arrow-left",searchTerms:["Rightwards Arrow Over Leftwards Arrow","arrow","arrows","reciprocate","return","swap","transfer"]},{title:"fas fa-arrow-right-from-bracket",searchTerms:["arrow","exit","leave","log out","logout"]},{title:"fas fa-arrow-right-long",searchTerms:["forward","long-arrow-right","next"]},{title:"fas fa-arrow-right-to-bracket",searchTerms:["arrow","enter","insert","join","log in","login","sign in","sign up","sign-in","signin","signup"]},{title:"fas fa-arrow-right-to-city",searchTerms:["building","city","exodus","insert","rural","urban"]},{title:"fas fa-arrow-rotate-left",searchTerms:["Anticlockwise Open Circle Arrow","back","control z","exchange","oops","return","rotate","swap"]},{title:"fas fa-arrow-rotate-right",searchTerms:["Clockwise Open Circle Arrow","forward","refresh","reload","renew","repeat","retry"]},{title:"fas fa-arrow-trend-down",searchTerms:["line","stocks","trend"]},{title:"fas fa-arrow-trend-up",searchTerms:["line","stocks","trend"]},{title:"fas fa-arrow-turn-down",searchTerms:["arrow"]},{title:"fas fa-arrow-turn-up",searchTerms:["arrow"]},{title:"fas fa-arrow-up",searchTerms:["Upwards Arrow","forward","upgrade","upload"]},{title:"fas fa-arrow-up-1-9",searchTerms:["arrange","filter","numbers","order","sort-numeric-desc"]},{title:"fas fa-arrow-up-9-1",searchTerms:["arrange","filter","numbers","order","sort-numeric-desc"]},{title:"fas fa-arrow-up-a-z",searchTerms:["alphabetical","arrange","filter","order","sort-alpha-desc"]},{title:"fas fa-arrow-up-from-bracket",searchTerms:["share","transfer","upgrade","upload"]},{title:"fas fa-arrow-up-from-ground-water",searchTerms:["groundwater","spring","upgrade","water supply","water table"]},{title:"fas fa-arrow-up-from-water-pump",searchTerms:["flood","groundwater","pump","submersible","sump pump","upgrade"]},{title:"fas fa-arrow-up-long",searchTerms:["long-arrow-up","upload"]},{title:"fas fa-arrow-up-right-dots",searchTerms:["growth","increase","population","upgrade"]},{title:"fas fa-arrow-up-right-from-square",searchTerms:["new","open","send","share","upgrade"]},{title:"fas fa-arrow-up-short-wide",searchTerms:["arrange","filter","order","sort-amount-desc"]},{title:"fas fa-arrow-up-wide-short",searchTerms:["arrange","filter","order","sort-amount-desc","upgrade"]},{title:"fas fa-arrow-up-z-a",searchTerms:["alphabetical","arrange","filter","order","sort-alpha-desc"]},{title:"fas fa-arrows-down-to-line",searchTerms:["insert","scale down","sink"]},{title:"fas fa-arrows-down-to-people",searchTerms:["affected","focus","insert","targeted","together","uer"]},{title:"fas fa-arrows-left-right",searchTerms:["expand","horizontal","landscape","resize","wide"]},{title:"fas fa-arrows-left-right-to-line",searchTerms:["analysis","expand","gap"]},{title:"fas fa-arrows-rotate",searchTerms:["Clockwise Right and Left Semicircle Arrows","clockwise","exchange","modify","refresh","reload","renew","retry","rotate","swap"]},{title:"fas fa-arrows-spin",searchTerms:["cycle","rotate","spin","whirl"]},{title:"fas fa-arrows-split-up-and-left",searchTerms:["agile","split"]},{title:"fas fa-arrows-to-circle",searchTerms:["center","concentrate","coordinate","coordination","focal point","focus","insert"]},{title:"fas fa-arrows-to-dot",searchTerms:["assembly point","center","condense","focus","insert","minimize"]},{title:"fas fa-arrows-to-eye",searchTerms:["center","coordinated assessment","focus"]},{title:"fas fa-arrows-turn-right",searchTerms:["arrows"]},{title:"fas fa-arrows-turn-to-dots",searchTerms:["destination","insert","nexus"]},{title:"fas fa-arrows-up-down",searchTerms:["expand","portrait","resize","tall","vertical"]},{title:"fas fa-arrows-up-down-left-right",searchTerms:["arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"]},{title:"fas fa-arrows-up-to-line",searchTerms:["rise","scale up","upgrade"]},{title:"fab fa-artstation",searchTerms:[]},{title:"fas fa-asterisk",searchTerms:["Asterisk","Heavy Asterisk","annotation","details","reference","required","star"]},{title:"fab fa-asymmetrik",searchTerms:[]},{title:"fas fa-at",searchTerms:["Commercial At","address","author","e-mail","email","fluctuate","handle"]},{title:"fab fa-atlassian",searchTerms:[]},{title:"fas fa-atom",searchTerms:["atheism","atheist","atom","atom symbol","chemistry","electron","ion","isotope","knowledge","neutron","nuclear","proton","science"]},{title:"fab fa-audible",searchTerms:[]},{title:"fas fa-audio-description",searchTerms:["blind","narration","video","visual"]},{title:"fas fa-austral-sign",searchTerms:["Austral Sign","currency"]},{title:"fab fa-autoprefixer",searchTerms:[]},{title:"fab fa-avianex",searchTerms:[]},{title:"fab fa-aviato",searchTerms:[]},{title:"fas fa-award",searchTerms:["guarantee","honor","praise","prize","recognition","ribbon","trophy","warranty"]},{title:"fab fa-aws",searchTerms:[]},{title:"fas fa-b",searchTerms:["Latin Capital Letter B","Latin Small Letter B","letter"]},{title:"fas fa-baby",searchTerms:["uer","users-people"]},{title:"fas fa-baby-carriage",searchTerms:["buggy","carrier","infant","push","stroller","transportation","walk","wheels"]},{title:"fas fa-backward",searchTerms:["arrow","double","fast reverse button","previous","rewind"]},{title:"fas fa-backward-fast",searchTerms:["arrow","beginning","first","last track button","previous","previous scene","previous track","quick","rewind","start","triangle"]},{title:"fas fa-backward-step",searchTerms:["beginning","first","previous","rewind","start"]},{title:"fas fa-bacon",searchTerms:["bacon","blt","breakfast","food","ham","lard","meat","pancetta","pork","rasher"]},{title:"fas fa-bacteria",searchTerms:["antibiotic","antibody","covid-19","health","organism","sick"]},{title:"fas fa-bacterium",searchTerms:["antibiotic","antibody","covid-19","germ","health","organism","sick"]},{title:"fas fa-bag-shopping",searchTerms:["buy","checkout","grocery","payment","purchase"]},{title:"fas fa-bahai",searchTerms:["bahai","bahá'í","star"]},{title:"fas fa-baht-sign",searchTerms:["currency"]},{title:"fas fa-ban",searchTerms:["404","abort","ban","block","cancel","delete","deny","disabled","entry","failed","forbidden","hide","no","not","not found","prohibit","prohibited","remove","stop","trash"]},{title:"fas fa-ban-smoking",searchTerms:["ban","cancel","deny","disabled","forbidden","no","no smoking","non-smoking","not","prohibited","smoking"]},{title:"fas fa-bandage",searchTerms:["adhesive bandage","bandage","boo boo","first aid","modify","ouch"]},{title:"fab fa-bandcamp",searchTerms:[]},{title:"fas fa-bangladeshi-taka-sign",searchTerms:["bdt","currency","tk"]},{title:"fas fa-barcode",searchTerms:["info","laser","price","scan","upc"]},{title:"fas fa-bars",searchTerms:["checklist","drag","hamburger","list","menu","nav","navigation","ol","reorder","settings","todo","ul"]},{title:"fas fa-bars-progress",searchTerms:["checklist","downloading","downloads","loading","poll","progress","project management","settings","to do"]},{title:"fas fa-bars-staggered",searchTerms:["flow","list","timeline"]},{title:"fas fa-baseball",searchTerms:["ball","baseball","foul","glove","hardball","league","leather","mlb","softball","sport","underarm"]},{title:"fas fa-baseball-bat-ball",searchTerms:["bat","league","mlb","slugger","softball","sport"]},{title:"fas fa-basket-shopping",searchTerms:["buy","checkout","grocery","payment","purchase"]},{title:"fas fa-basketball",searchTerms:["ball","basketball","dribble","dunk","hoop","nba"]},{title:"fas fa-bath",searchTerms:["bath","bathtub","clean","shower","tub","wash"]},{title:"fas fa-battery-empty",searchTerms:["charge","dead","power","status"]},{title:"fas fa-battery-full",searchTerms:["batter","battery","charge","power","status"]},{title:"fas fa-battery-half",searchTerms:["charge","power","status"]},{title:"fas fa-battery-quarter",searchTerms:["charge","low","power","status"]},{title:"fas fa-battery-three-quarters",searchTerms:["charge","power","status"]},{title:"fab fa-battle-net",searchTerms:[]},{title:"fas fa-bed",searchTerms:["hospital","hotel","lodging","mattress","patient","person in bed","rest","sleep","travel","uer"]},{title:"fas fa-bed-pulse",searchTerms:["EKG","bed","electrocardiogram","health","hospital","life","patient","vital"]},{title:"fas fa-beer-mug-empty",searchTerms:["alcohol","ale","bar","beverage","brew","brewery","drink","foam","lager","liquor","mug","stein"]},{title:"fab fa-behance",searchTerms:[]},{title:"fas fa-bell",searchTerms:["alarm","alert","bel","bell","chime","notification","reminder","request"]},{title:"far fa-bell",searchTerms:["alarm","alert","bel","bell","chime","notification","reminder","request"]},{title:"fas fa-bell-concierge",searchTerms:["attention","bell","bellhop","bellhop bell","hotel","receptionist","request","service","support"]},{title:"fas fa-bell-slash",searchTerms:["alert","bell","bell with slash","cancel","disabled","forbidden","mute","notification","off","quiet","reminder","silent"]},{title:"far fa-bell-slash",searchTerms:["alert","bell","bell with slash","cancel","disabled","forbidden","mute","notification","off","quiet","reminder","silent"]},{title:"fas fa-bezier-curve",searchTerms:["curves","illustrator","lines","path","vector"]},{title:"fas fa-bicycle",searchTerms:["bicycle","bike","gears","pedal","transportation","vehicle"]},{title:"fab fa-bilibili",searchTerms:[]},{title:"fab fa-bimobject",searchTerms:[]},{title:"fas fa-binoculars",searchTerms:["glasses","inspection","magnifier","magnify","scenic","spyglass","view"]},{title:"fas fa-biohazard",searchTerms:["biohazard","covid-19","danger","dangerous","epidemic","hazmat","medical","pandemic","radioactive","sign","toxic","waste","zombie"]},{title:"fab fa-bitbucket",searchTerms:["atlassian","bitbucket-square","git"]},{title:"fab fa-bitcoin",searchTerms:[]},{title:"fas fa-bitcoin-sign",searchTerms:["Bitcoin Sign","currency"]},{title:"fab fa-bity",searchTerms:[]},{title:"fab fa-black-tie",searchTerms:["administrator"]},{title:"fab fa-blackberry",searchTerms:[]},{title:"fas fa-blender",searchTerms:["cocktail","milkshake","mixer","puree","smoothie"]},{title:"fas fa-blender-phone",searchTerms:["appliance","cocktail","fantasy","milkshake","mixer","puree","silly","smoothie"]},{title:"fas fa-blog",searchTerms:["journal","log","online","personal","post","web 2.0","wordpress","writing"]},{title:"fab fa-blogger",searchTerms:[]},{title:"fab fa-blogger-b",searchTerms:[]},{title:"fab fa-bluesky",searchTerms:["social network"]},{title:"fab fa-bluetooth",searchTerms:["signal"]},{title:"fab fa-bluetooth-b",searchTerms:[]},{title:"fas fa-bold",searchTerms:["emphasis","format","text"]},{title:"fas fa-bolt",searchTerms:["charge","danger","electric","electricity","flash","high voltage","lightning","voltage","weather","zap"]},{title:"fas fa-bolt-lightning",searchTerms:["electricity","flash","lightning","weather","zap"]},{title:"fas fa-bomb",searchTerms:["bomb","comic","error","explode","fuse","grenade","warning"]},{title:"fas fa-bone",searchTerms:["bone","calcium","dog","skeletal","skeleton","tibia"]},{title:"fas fa-bong",searchTerms:["aparatus","cannabis","marijuana","pipe","smoke","smoking"]},{title:"fas fa-book",searchTerms:["book","cover","decorated","diary","documentation","journal","knowledge","library","notebook","notebook with decorative cover","read","research","scholar"]},{title:"fas fa-book-atlas",searchTerms:["book","directions","geography","globe","knowledge","library","map","research","travel","wayfinding"]},{title:"fas fa-book-bible",searchTerms:["book","catholicism","christianity","god","holy"]},{title:"fas fa-book-bookmark",searchTerms:["knowledge","library","research"]},{title:"fas fa-book-journal-whills",searchTerms:["book","force","jedi","sith","star wars","yoda"]},{title:"fas fa-book-medical",searchTerms:["diary","documentation","health","history","journal","library","read","record","research"]},{title:"fas fa-book-open",searchTerms:["Book","book","flyer","knowledge","library","notebook","open","open book","pamphlet","reading","research"]},{title:"fas fa-book-open-reader",searchTerms:["flyer","library","notebook","open book","pamphlet","reading","research"]},{title:"fas fa-book-quran",searchTerms:["book","islam","muslim","religion"]},{title:"fas fa-book-skull",searchTerms:["Dungeons & Dragons","crossbones","d&d","dark arts","death","dnd","documentation","evil","fantasy","halloween","holiday","library","necronomicon","read","research","skull","spell"]},{title:"fas fa-book-tanakh",searchTerms:["book","jewish","judaism","religion"]},{title:"fas fa-bookmark",searchTerms:["bookmark","favorite","library","mark","marker","read","remember","research","save"]},{title:"far fa-bookmark",searchTerms:["bookmark","favorite","library","mark","marker","read","remember","research","save"]},{title:"fab fa-bootstrap",searchTerms:[]},{title:"fas fa-border-all",searchTerms:["cell","grid","outline","stroke","table"]},{title:"fas fa-border-none",searchTerms:["cell","grid","outline","stroke","table"]},{title:"fas fa-border-top-left",searchTerms:["cell","outline","stroke","table"]},{title:"fas fa-bore-hole",searchTerms:["bore","bury","drill","hole"]},{title:"fab fa-bots",searchTerms:[]},{title:"fas fa-bottle-droplet",searchTerms:["alcohol","drink","oil","olive oil","wine"]},{title:"fas fa-bottle-water",searchTerms:["h2o","plastic","water"]},{title:"fas fa-bowl-food",searchTerms:["catfood","dogfood","food","rice"]},{title:"fas fa-bowl-rice",searchTerms:["boiled","cooked","cooked rice","rice","steamed"]},{title:"fas fa-bowling-ball",searchTerms:["alley","candlepin","gutter","lane","strike","tenpin"]},{title:"fas fa-box",searchTerms:["archive","box","container","package","parcel","storage"]},{title:"fas fa-box-archive",searchTerms:["box","package","save","storage"]},{title:"fas fa-box-open",searchTerms:["archive","container","package","storage","unpack"]},{title:"fas fa-box-tissue",searchTerms:["cough","covid-19","kleenex","mucus","nose","sneeze","snot"]},{title:"fas fa-boxes-packing",searchTerms:["archive","box","package","storage","supplies"]},{title:"fas fa-boxes-stacked",searchTerms:["archives","inventory","storage","warehouse"]},{title:"fas fa-braille",searchTerms:["alphabet","blind","dots","raised","vision"]},{title:"fas fa-brain",searchTerms:["brain","cerebellum","gray matter","intellect","intelligent","knowledge","medulla oblongata","mind","noodle","scholar","wit"]},{title:"fab fa-brave",searchTerms:[]},{title:"fab fa-brave-reverse",searchTerms:[]},{title:"fas fa-brazilian-real-sign",searchTerms:["brazilian real sign","currency"]},{title:"fas fa-bread-slice",searchTerms:["bake","bakery","baking","dough","flour","gluten","grain","sandwich","sourdough","toast","wheat","yeast"]},{title:"fas fa-bridge",searchTerms:["bridge","road"]},{title:"fas fa-bridge-circle-check",searchTerms:["bridge","enable","not affected","ok","okay","road","validate","working"]},{title:"fas fa-bridge-circle-exclamation",searchTerms:["affected","bridge","failed","road"]},{title:"fas fa-bridge-circle-xmark",searchTerms:["bridge","destroy","road","uncheck"]},{title:"fas fa-bridge-lock",searchTerms:["bridge","closed","lockdown","padlock","privacy","quarantine","road"]},{title:"fas fa-bridge-water",searchTerms:["bridge","road"]},{title:"fas fa-briefcase",searchTerms:["bag","briefcas","briefcase","business","luggage","offer","office","portfolio","work"]},{title:"fas fa-briefcase-medical",searchTerms:["doctor","emt","first aid","health"]},{title:"fas fa-broom",searchTerms:["broom","clean","cleaning","firebolt","fly","halloween","nimbus 2000","quidditch","sweep","sweeping","witch"]},{title:"fas fa-broom-ball",searchTerms:["ball","bludger","broom","golden snitch","harry potter","hogwarts","quaffle","sport","wizard"]},{title:"fas fa-brush",searchTerms:["art","bristles","color","handle","maintenance","modify","paint"]},{title:"fab fa-btc",searchTerms:[]},{title:"fas fa-bucket",searchTerms:["bucket","pail","sandcastle"]},{title:"fab fa-buffer",searchTerms:[]},{title:"fas fa-bug",searchTerms:["beetle","error","glitch","insect","repair","report"]},{title:"fas fa-bug-slash",searchTerms:["beetle","disabled","fix","glitch","insect","optimize","repair","report","warning"]},{title:"fas fa-bugs",searchTerms:["bedbug","infestation","lice","plague","ticks"]},{title:"fas fa-building",searchTerms:["apartment","building","business","city","company","office","office building","urban","work"]},{title:"far fa-building",searchTerms:["apartment","building","business","city","company","office","office building","urban","work"]},{title:"fas fa-building-circle-arrow-right",searchTerms:["building","city","distribution center","office"]},{title:"fas fa-building-circle-check",searchTerms:["building","city","enable","not affected","office","ok","okay","validate","working"]},{title:"fas fa-building-circle-exclamation",searchTerms:["affected","building","city","failed","office"]},{title:"fas fa-building-circle-xmark",searchTerms:["building","city","destroy","office","uncheck"]},{title:"fas fa-building-columns",searchTerms:["bank","building","college","education","institution","museum","students"]},{title:"fas fa-building-flag",searchTerms:[" city","building","diplomat","embassy","flag","headquarters","united nations"]},{title:"fas fa-building-lock",searchTerms:["building","city","closed","lock","lockdown","padlock","privacy","quarantine","secure"]},{title:"fas fa-building-ngo",searchTerms:[" city","building","non governmental organization","office"]},{title:"fas fa-building-shield",searchTerms:["building","city","police","protect","safety"]},{title:"fas fa-building-un",searchTerms:["building","city","office","united nations"]},{title:"fas fa-building-user",searchTerms:["apartment","building","city","employee","uer"]},{title:"fas fa-building-wheat",searchTerms:["agriculture","building","city","usda"]},{title:"fas fa-bullhorn",searchTerms:["Bullhorn","announcement","broadcast","loud","louder","loudspeaker","megaphone","public address","request","share"]},{title:"fas fa-bullseye",searchTerms:["archery","goal","objective","strategy","target"]},{title:"fas fa-burger",searchTerms:["bacon","beef","burger","burger king","cheeseburger","fast food","grill","ground beef","mcdonalds","sandwich"]},{title:"fab fa-buromobelexperte",searchTerms:[]},{title:"fas fa-burst",searchTerms:["boom","crash","explosion"]},{title:"fas fa-bus",searchTerms:["bus","oncoming","oncoming bus","public transportation","transportation","travel","vehicle"]},{title:"fas fa-bus-simple",searchTerms:["mta","public transportation","transportation","travel","vehicle"]},{title:"fas fa-business-time",searchTerms:["alarm","briefcase","business socks","clock","flight of the conchords","portfolio","reminder","wednesday"]},{title:"fab fa-buy-n-large",searchTerms:[]},{title:"fab fa-buysellads",searchTerms:[]},{title:"fas fa-c",searchTerms:["Latin Capital Letter C","Latin Small Letter C","letter"]},{title:"fas fa-cable-car",searchTerms:["aerial tramway","cable","gondola","lift","mountain","mountain cableway","tram","tramway","trolley"]},{title:"fas fa-cake-candles",searchTerms:["anniversary","bakery","birthday","birthday cake","cake","candles","celebration","dessert","frosting","holiday","party","pastry","sweet"]},{title:"fas fa-calculator",searchTerms:["Pocket Calculator","abacus","addition","arithmetic","counting","math","multiplication","subtraction"]},{title:"fas fa-calendar",searchTerms:["calendar","calendar-o","date","day","event","month","schedule","tear-off calendar","time","when","year"]},{title:"far fa-calendar",searchTerms:["calendar","calendar-o","date","day","event","month","schedule","tear-off calendar","time","when","year"]},{title:"fas fa-calendar-check",searchTerms:["accept","agree","appointment","confirm","correct","date","day","done","enable","event","month","ok","schedule","select","success","tick","time","todo","validate","warranty","when","working","year"]},{title:"far fa-calendar-check",searchTerms:["accept","agree","appointment","confirm","correct","date","day","done","enable","event","month","ok","schedule","select","success","tick","time","todo","validate","warranty","when","working","year"]},{title:"fas fa-calendar-day",searchTerms:["date","day","detail","event","focus","month","schedule","single day","time","today","when","year"]},{title:"fas fa-calendar-days",searchTerms:["calendar","date","day","event","month","schedule","time","when","year"]},{title:"far fa-calendar-days",searchTerms:["calendar","date","day","event","month","schedule","time","when","year"]},{title:"fas fa-calendar-minus",searchTerms:["calendar","date","day","delete","event","month","negative","remove","schedule","time","when","year"]},{title:"far fa-calendar-minus",searchTerms:["calendar","date","day","delete","event","month","negative","remove","schedule","time","when","year"]},{title:"fas fa-calendar-plus",searchTerms:["add","calendar","create","date","day","event","month","new","positive","schedule","time","when","year"]},{title:"far fa-calendar-plus",searchTerms:["add","calendar","create","date","day","event","month","new","positive","schedule","time","when","year"]},{title:"fas fa-calendar-week",searchTerms:["date","day","detail","event","focus","month","schedule","single week","time","today","when","year"]},{title:"fas fa-calendar-xmark",searchTerms:["archive","calendar","date","day","delete","event","month","remove","schedule","time","uncheck","when","x","year"]},{title:"far fa-calendar-xmark",searchTerms:["archive","calendar","date","day","delete","event","month","remove","schedule","time","uncheck","when","x","year"]},{title:"fas fa-camera",searchTerms:["image","img","lens","photo","picture","record","shutter","video"]},{title:"fas fa-camera-retro",searchTerms:["camera","image","img","lens","photo","picture","record","shutter","video"]},{title:"fas fa-camera-rotate",searchTerms:["flip","front-facing","img","photo","selfie"]},{title:"fas fa-campground",searchTerms:["camping","fall","outdoors","teepee","tent","tipi"]},{title:"fab fa-canadian-maple-leaf",searchTerms:["canada","flag","flora","nature","plant"]},{title:"fas fa-candy-cane",searchTerms:["candy","christmas","holiday","mint","peppermint","striped","xmas"]},{title:"fas fa-cannabis",searchTerms:["bud","chronic","drugs","endica","endo","ganja","marijuana","mary jane","pot","reefer","sativa","spliff","weed","whacky-tabacky"]},{title:"fas fa-capsules",searchTerms:["drugs","medicine","pills","prescription"]},{title:"fas fa-car",searchTerms:["auto","automobile","car","oncoming","oncoming automobile","sedan","transportation","travel","vehicle"]},{title:"fas fa-car-battery",searchTerms:["auto","electric","mechanic","power"]},{title:"fas fa-car-burst",searchTerms:["accident","auto","automobile","insurance","sedan","transportation","vehicle","wreck"]},{title:"fas fa-car-on",searchTerms:["alarm","car","carjack","warning"]},{title:"fas fa-car-rear",searchTerms:["auto","automobile","sedan","transportation","travel","vehicle"]},{title:"fas fa-car-side",searchTerms:["auto","automobile","car","sedan","transportation","travel","vehicle"]},{title:"fas fa-car-tunnel",searchTerms:["road","tunnel"]},{title:"fas fa-caravan",searchTerms:["camper","motor home","rv","trailer","travel"]},{title:"fas fa-caret-down",searchTerms:["arrow","dropdown","expand","menu","more","triangle"]},{title:"fas fa-caret-left",searchTerms:["arrow","back","previous","triangle"]},{title:"fas fa-caret-right",searchTerms:["arrow","forward","next","triangle"]},{title:"fas fa-caret-up",searchTerms:["arrow","collapse","triangle","upgrade"]},{title:"fas fa-carrot",searchTerms:["bugs bunny","carrot","food","orange","vegan","vegetable"]},{title:"fas fa-cart-arrow-down",searchTerms:["download","insert","save","shopping"]},{title:"fas fa-cart-flatbed",searchTerms:["carry","inventory","shipping","transport"]},{title:"fas fa-cart-flatbed-suitcase",searchTerms:["airport","bag","baggage","suitcase","travel"]},{title:"fas fa-cart-plus",searchTerms:["add","create","new","positive","shopping"]},{title:"fas fa-cart-shopping",searchTerms:["buy","cart","checkout","grocery","payment","purchase","shopping","shopping cart","trolley"]},{title:"fas fa-cash-register",searchTerms:["buy","cha-ching","change","checkout","commerce","leaerboard","machine","pay","payment","purchase","store"]},{title:"fas fa-cat",searchTerms:["cat","feline","halloween","holiday","kitten","kitty","meow","pet"]},{title:"fab fa-cc-amazon-pay",searchTerms:[]},{title:"fab fa-cc-amex",searchTerms:["amex"]},{title:"fab fa-cc-apple-pay",searchTerms:[]},{title:"fab fa-cc-diners-club",searchTerms:[]},{title:"fab fa-cc-discover",searchTerms:[]},{title:"fab fa-cc-jcb",searchTerms:[]},{title:"fab fa-cc-mastercard",searchTerms:[]},{title:"fab fa-cc-paypal",searchTerms:[]},{title:"fab fa-cc-stripe",searchTerms:[]},{title:"fab fa-cc-visa",searchTerms:[]},{title:"fas fa-cedi-sign",searchTerms:["Cedi Sign","currency"]},{title:"fas fa-cent-sign",searchTerms:["Cent Sign","currency"]},{title:"fab fa-centercode",searchTerms:[]},{title:"fab fa-centos",searchTerms:["linux","operating system","os"]},{title:"fas fa-certificate",searchTerms:["badge","guarantee","star","verified"]},{title:"fas fa-chair",searchTerms:["chair","furniture","seat","sit"]},{title:"fas fa-chalkboard",searchTerms:["blackboard","learning","school","teaching","whiteboard","writing"]},{title:"fas fa-chalkboard-user",searchTerms:["blackboard","instructor","learning","professor","school","uer","whiteboard","writing"]},{title:"fas fa-champagne-glasses",searchTerms:["alcohol","bar","beverage","celebrate","celebration","champagne","clink","clinking glasses","drink","glass","holiday","new year's eve","party","toast"]},{title:"fas fa-charging-station",searchTerms:["electric","ev","tesla","vehicle"]},{title:"fas fa-chart-area",searchTerms:["analytics","area","chart","graph","performance","revenue","statistics"]},{title:"fas fa-chart-bar",searchTerms:["analytics","bar","chart","graph","performance","statistics"]},{title:"far fa-chart-bar",searchTerms:["analytics","bar","chart","graph","performance","statistics"]},{title:"fas fa-chart-column",searchTerms:["bar","bar chart","chart","graph","performance","revenue","statistics","track","trend"]},{title:"fas fa-chart-gantt",searchTerms:["chart","graph","performance","statistics","track","trend"]},{title:"fas fa-chart-line",searchTerms:["activity","analytics","chart","dashboard","gain","graph","increase","line","performance","revenue","statistics"]},{title:"fas fa-chart-pie",searchTerms:["analytics","chart","diagram","graph","performance","pie","revenue","statistics"]},{title:"fas fa-chart-simple",searchTerms:["analytics","bar","chart","column","graph","performance","revenue","row","statistics","trend"]},{title:"fas fa-check",searchTerms:["Check Mark","accept","agree","check","check mark","checkmark","confirm","correct","coupon","done","enable","mark","notice","notification","notify","ok","select","success","tick","todo","true","validate","working","yes","✓"]},{title:"fas fa-check-double",searchTerms:["accept","agree","checkmark","confirm","correct","coupon","done","enable","notice","notification","notify","ok","select","select all","success","tick","todo","validate","working"]},{title:"fas fa-check-to-slot",searchTerms:["accept","cast","election","enable","politics","positive","validate","voting","working","yes"]},{title:"fas fa-cheese",searchTerms:["cheddar","curd","gouda","melt","parmesan","sandwich","swiss","wedge"]},{title:"fas fa-chess",searchTerms:["board","castle","checkmate","game","king","rook","strategy","tournament"]},{title:"fas fa-chess-bishop",searchTerms:["Black Chess Bishop","board","checkmate","game","strategy"]},{title:"far fa-chess-bishop",searchTerms:["Black Chess Bishop","board","checkmate","game","strategy"]},{title:"fas fa-chess-board",searchTerms:["board","checkmate","game","strategy"]},{title:"fas fa-chess-king",searchTerms:["Black Chess King","board","checkmate","game","strategy"]},{title:"far fa-chess-king",searchTerms:["Black Chess King","board","checkmate","game","strategy"]},{title:"fas fa-chess-knight",searchTerms:["Black Chess Knight","board","checkmate","game","horse","strategy"]},{title:"far fa-chess-knight",searchTerms:["Black Chess Knight","board","checkmate","game","horse","strategy"]},{title:"fas fa-chess-pawn",searchTerms:["board","checkmate","chess","chess pawn","dupe","expendable","game","strategy"]},{title:"far fa-chess-pawn",searchTerms:["board","checkmate","chess","chess pawn","dupe","expendable","game","strategy"]},{title:"fas fa-chess-queen",searchTerms:["Black Chess Queen","board","checkmate","game","strategy"]},{title:"far fa-chess-queen",searchTerms:["Black Chess Queen","board","checkmate","game","strategy"]},{title:"fas fa-chess-rook",searchTerms:["Black Chess Rook","board","castle","checkmate","game","strategy"]},{title:"far fa-chess-rook",searchTerms:["Black Chess Rook","board","castle","checkmate","game","strategy"]},{title:"fas fa-chevron-down",searchTerms:["arrow","download","expand","insert"]},{title:"fas fa-chevron-left",searchTerms:["Left-Pointing Angle Bracket","arrow","back","bracket","previous"]},{title:"fas fa-chevron-right",searchTerms:["Right-Pointing Angle Bracket","arrow","bracket","forward","next"]},{title:"fas fa-chevron-up",searchTerms:["arrow","collapse","upgrade","upload"]},{title:"fas fa-child",searchTerms:["boy","girl","kid","toddler","uer","young","youth"]},{title:"fas fa-child-combatant",searchTerms:["combatant"]},{title:"fas fa-child-dress",searchTerms:["boy","girl","kid","toddler","uer","young","youth"]},{title:"fas fa-child-reaching",searchTerms:["boy","girl","kid","toddler","uer","young","youth"]},{title:"fas fa-children",searchTerms:["boy","child","girl","kid","kids","together","uer","young","youth"]},{title:"fab fa-chrome",searchTerms:["browser"]},{title:"fab fa-chromecast",searchTerms:[]},{title:"fas fa-church",searchTerms:["Christian","building","cathedral","chapel","church","community","cross","religion"]},{title:"fas fa-circle",searchTerms:["Black Circle","Black Large Circle","black circle","blue","blue circle","brown","brown circle","chart","circle","circle-thin","diameter","dot","ellipse","fill","geometric","green","green circle","notification","orange","orange circle","progress","purple","purple circle","red","red circle","round","white circle","yellow","yellow circle"]},{title:"far fa-circle",searchTerms:["Black Circle","Black Large Circle","black circle","blue","blue circle","brown","brown circle","chart","circle","circle-thin","diameter","dot","ellipse","fill","geometric","green","green circle","notification","orange","orange circle","progress","purple","purple circle","red","red circle","round","white circle","yellow","yellow circle"]},{title:"fas fa-circle-arrow-down",searchTerms:["download"]},{title:"fas fa-circle-arrow-left",searchTerms:["back","previous"]},{title:"fas fa-circle-arrow-right",searchTerms:["forward","next"]},{title:"fas fa-circle-arrow-up",searchTerms:["upgrade","upload"]},{title:"fas fa-circle-check",searchTerms:["accept","affected","agree","clear","confirm","correct","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"]},{title:"far fa-circle-check",searchTerms:["accept","affected","agree","clear","confirm","correct","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"]},{title:"fas fa-circle-chevron-down",searchTerms:["arrow","download","dropdown","menu","more"]},{title:"fas fa-circle-chevron-left",searchTerms:["arrow","back","previous"]},{title:"fas fa-circle-chevron-right",searchTerms:["arrow","forward","next"]},{title:"fas fa-circle-chevron-up",searchTerms:["arrow","collapse","upgrade","upload"]},{title:"fas fa-circle-dollar-to-slot",searchTerms:["contribute","generosity","gift","give","premium"]},{title:"fas fa-circle-dot",searchTerms:["bullseye","button","geometric","notification","radio","radio button","target"]},{title:"far fa-circle-dot",searchTerms:["bullseye","button","geometric","notification","radio","radio button","target"]},{title:"fas fa-circle-down",searchTerms:["arrow-circle-o-down","download"]},{title:"far fa-circle-down",searchTerms:["arrow-circle-o-down","download"]},{title:"fas fa-circle-exclamation",searchTerms:["affect","alert","attention","damage","danger","error","failed","important","notice","notification","notify","problem","required","warning"]},{title:"fas fa-circle-h",searchTerms:["Circled Latin Capital Letter H","clinic","covid-19","emergency","letter","map"]},{title:"fas fa-circle-half-stroke",searchTerms:["Circle with Left Half Black","adjust","chart","contrast","dark","fill","light","pie","progress","saturation"]},{title:"fas fa-circle-info",searchTerms:["details","help","information","more","support"]},{title:"fas fa-circle-left",searchTerms:["arrow-circle-o-left","back","previous"]},{title:"far fa-circle-left",searchTerms:["arrow-circle-o-left","back","previous"]},{title:"fas fa-circle-minus",searchTerms:["delete","hide","negative","remove","shape","trash"]},{title:"fas fa-circle-nodes",searchTerms:["cluster","connect","network"]},{title:"fas fa-circle-notch",searchTerms:["circle-o-notch","diameter","dot","ellipse","round","spinner"]},{title:"fas fa-circle-pause",searchTerms:["hold","wait"]},{title:"far fa-circle-pause",searchTerms:["hold","wait"]},{title:"fas fa-circle-play",searchTerms:["audio","music","playing","sound","start","video"]},{title:"far fa-circle-play",searchTerms:["audio","music","playing","sound","start","video"]},{title:"fas fa-circle-plus",searchTerms:["add","create","expand","new","positive","shape"]},{title:"fas fa-circle-question",searchTerms:["faq","help","information","support","unknown"]},{title:"far fa-circle-question",searchTerms:["faq","help","information","support","unknown"]},{title:"fas fa-circle-radiation",searchTerms:["danger","dangerous","deadly","hazard","nuclear","radioactive","sign","warning"]},{title:"fas fa-circle-right",searchTerms:["arrow-circle-o-right","forward","next"]},{title:"far fa-circle-right",searchTerms:["arrow-circle-o-right","forward","next"]},{title:"fas fa-circle-stop",searchTerms:["block","box","circle","square"]},{title:"far fa-circle-stop",searchTerms:["block","box","circle","square"]},{title:"fas fa-circle-up",searchTerms:["arrow-circle-o-up","upgrade"]},{title:"far fa-circle-up",searchTerms:["arrow-circle-o-up","upgrade"]},{title:"fas fa-circle-user",searchTerms:["employee","uer","username","users-people"]},{title:"far fa-circle-user",searchTerms:["employee","uer","username","users-people"]},{title:"fas fa-circle-xmark",searchTerms:["close","cross","destroy","exit","incorrect","notice","notification","notify","problem","uncheck","wrong","x"]},{title:"far fa-circle-xmark",searchTerms:["close","cross","destroy","exit","incorrect","notice","notification","notify","problem","uncheck","wrong","x"]},{title:"fas fa-city",searchTerms:["buildings","busy","city","cityscape","skyscrapers","urban","windows"]},{title:"fas fa-clapperboard",searchTerms:["camera","clapper","clapper board","director","film","movie","record"]},{title:"fas fa-clipboard",searchTerms:["clipboar","clipboard","copy","notepad","notes","paste","record"]},{title:"far fa-clipboard",searchTerms:["clipboar","clipboard","copy","notepad","notes","paste","record"]},{title:"fas fa-clipboard-check",searchTerms:["accept","agree","confirm","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"]},{title:"fas fa-clipboard-list",searchTerms:["cheatsheet","checklist","completed","done","finished","intinerary","ol","schedule","summary","survey","tick","todo","ul","wishlist"]},{title:"fas fa-clipboard-question",searchTerms:["assistance","faq","interview","query","question"]},{title:"fas fa-clipboard-user",searchTerms:["attendance","employee","record","roster","staff","uer"]},{title:"fas fa-clock",searchTerms:["00","4","4:00","clock","date","four","four o’clock","hour","late","minute","o'clock","o’clock","pending","schedule","ticking","time","timer","timestamp","watch"]},{title:"far fa-clock",searchTerms:["00","4","4:00","clock","date","four","four o’clock","hour","late","minute","o'clock","o’clock","pending","schedule","ticking","time","timer","timestamp","watch"]},{title:"fas fa-clock-rotate-left",searchTerms:["Rewind","clock","pending","reverse","time","time machine","time travel","waiting"]},{title:"fas fa-clone",searchTerms:["arrange","copy","duplicate","paste"]},{title:"far fa-clone",searchTerms:["arrange","copy","duplicate","paste"]},{title:"fas fa-closed-captioning",searchTerms:["cc","deaf","hearing","subtitle","subtitling","text","video"]},{title:"far fa-closed-captioning",searchTerms:["cc","deaf","hearing","subtitle","subtitling","text","video"]},{title:"fas fa-cloud",searchTerms:["atmosphere","cloud","fog","overcast","save","upload","weather"]},{title:"fas fa-cloud-arrow-down",searchTerms:["download","export","save"]},{title:"fas fa-cloud-arrow-up",searchTerms:["import","save","upgrade","upload"]},{title:"fas fa-cloud-bolt",searchTerms:["bolt","cloud","cloud with lightning","lightning","precipitation","rain","storm","weather"]},{title:"fas fa-cloud-meatball",searchTerms:["FLDSMDFR","food","spaghetti","storm"]},{title:"fas fa-cloud-moon",searchTerms:["crescent","evening","lunar","night","partly cloudy","sky"]},{title:"fas fa-cloud-moon-rain",searchTerms:["crescent","evening","lunar","night","partly cloudy","precipitation","rain","sky","storm"]},{title:"fas fa-cloud-rain",searchTerms:["Rain","cloud","cloud with rain","precipitation","rain","sky","storm"]},{title:"fas fa-cloud-showers-heavy",searchTerms:["precipitation","rain","sky","storm"]},{title:"fas fa-cloud-showers-water",searchTerms:["cloud","deluge","flood","rain","storm","surge"]},{title:"fas fa-cloud-sun",searchTerms:["clear","cloud","day","daytime","fall","outdoors","overcast","partly cloudy","sun","sun behind cloud"]},{title:"fas fa-cloud-sun-rain",searchTerms:["cloud","day","overcast","precipitation","rain","storm","summer","sun","sun behind rain cloud","sunshower"]},{title:"fab fa-cloudflare",searchTerms:[]},{title:"fab fa-cloudscale",searchTerms:[]},{title:"fab fa-cloudsmith",searchTerms:[]},{title:"fab fa-cloudversify",searchTerms:[]},{title:"fas fa-clover",searchTerms:["4","charm","clover","four","four leaf clover","four-leaf clover","leaf","leprechaun","luck","lucky"]},{title:"fab fa-cmplid",searchTerms:[]},{title:"fas fa-code",searchTerms:["brackets","code","development","html","mysql","sql"]},{title:"fas fa-code-branch",searchTerms:["branch","git","github","mysql","rebase","sql","svn","vcs","version"]},{title:"fas fa-code-commit",searchTerms:["commit","git","github","hash","rebase","svn","vcs","version"]},{title:"fas fa-code-compare",searchTerms:["compare","git","github","svn","version"]},{title:"fas fa-code-fork",searchTerms:["fork","git","github","svn","version"]},{title:"fas fa-code-merge",searchTerms:["git","github","merge","pr","rebase","svn","vcs","version"]},{title:"fas fa-code-pull-request",searchTerms:["git","github","pr","svn","version"]},{title:"fab fa-codepen",searchTerms:[]},{title:"fab fa-codiepie",searchTerms:[]},{title:"fas fa-coins",searchTerms:["currency","dime","financial","gold","money","penny","premium"]},{title:"fas fa-colon-sign",searchTerms:["Colon Sign","currency"]},{title:"fas fa-comment",searchTerms:[" conversation"," discussion"," talking","Right Speech Bubble","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"far fa-comment",searchTerms:[" conversation"," discussion"," talking","Right Speech Bubble","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"fas fa-comment-dollar",searchTerms:["answer","bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","salary","sms","speech","spend","texting","transfer"]},{title:"fas fa-comment-dots",searchTerms:["answer","balloon","bubble","chat","comic","commenting","conversation","dialog","feedback","message","more","note","notification","reply","request","sms","speech","speech balloon","texting"]},{title:"far fa-comment-dots",searchTerms:["answer","balloon","bubble","chat","comic","commenting","conversation","dialog","feedback","message","more","note","notification","reply","request","sms","speech","speech balloon","texting"]},{title:"fas fa-comment-medical",searchTerms:["advice","answer","bubble","chat","commenting","conversation","diagnose","feedback","message","note","notification","prescription","sms","speech","texting"]},{title:"fas fa-comment-slash",searchTerms:["answer","bubble","cancel","chat","commenting","conversation","disabled","feedback","message","mute","note","notification","quiet","sms","speech","texting"]},{title:"fas fa-comment-sms",searchTerms:["answer","chat","conversation","message","mobile","notification","phone","sms","texting"]},{title:"fas fa-comments",searchTerms:[" conversation"," discussion"," talking","Two Speech Bubbles","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"far fa-comments",searchTerms:[" conversation"," discussion"," talking","Two Speech Bubbles","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"fas fa-comments-dollar",searchTerms:["answer","bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","salary","sms","speech","spend","texting","transfer"]},{title:"fas fa-compact-disc",searchTerms:["Optical Disc Icon","album","blu-ray","bluray","cd","computer","disc","disk","dvd","media","movie","music","optical","optical disk","record","video","vinyl"]},{title:"fas fa-compass",searchTerms:["compass","directions","directory","location","magnetic","menu","navigation","orienteering","safari","travel"]},{title:"far fa-compass",searchTerms:["compass","directions","directory","location","magnetic","menu","navigation","orienteering","safari","travel"]},{title:"fas fa-compass-drafting",searchTerms:["design","map","mechanical drawing","plot","plotting"]},{title:"fas fa-compress",searchTerms:["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},{title:"fas fa-computer",searchTerms:["computer","desktop","display","monitor","tower"]},{title:"fas fa-computer-mouse",searchTerms:["click","computer","computer mouse","cursor","input","peripheral"]},{title:"fab fa-confluence",searchTerms:["atlassian"]},{title:"fab fa-connectdevelop",searchTerms:[]},{title:"fab fa-contao",searchTerms:[]},{title:"fas fa-cookie",searchTerms:["baked good","chips","chocolate","cookie","dessert","eat","snack","sweet","treat"]},{title:"fas fa-cookie-bite",searchTerms:["baked good","bitten","chips","chocolate","eat","snack","sweet","treat"]},{title:"fas fa-copy",searchTerms:["clone","duplicate","file","files-o","paper","paste"]},{title:"far fa-copy",searchTerms:["clone","duplicate","file","files-o","paper","paste"]},{title:"fas fa-copyright",searchTerms:["brand","c","copyright","mark","register","trademark"]},{title:"far fa-copyright",searchTerms:["brand","c","copyright","mark","register","trademark"]},{title:"fab fa-cotton-bureau",searchTerms:["clothing","t-shirts","tshirts"]},{title:"fas fa-couch",searchTerms:["chair","cushion","furniture","relax","sofa"]},{title:"fas fa-cow",searchTerms:["agriculture","animal","beef","bovine","co","cow","farm","fauna","livestock","mammal","milk","moo"]},{title:"fab fa-cpanel",searchTerms:[]},{title:"fab fa-creative-commons",searchTerms:[]},{title:"fab fa-creative-commons-by",searchTerms:[]},{title:"fab fa-creative-commons-nc",searchTerms:[]},{title:"fab fa-creative-commons-nc-eu",searchTerms:[]},{title:"fab fa-creative-commons-nc-jp",searchTerms:[]},{title:"fab fa-creative-commons-nd",searchTerms:[]},{title:"fab fa-creative-commons-pd",searchTerms:[]},{title:"fab fa-creative-commons-pd-alt",searchTerms:[]},{title:"fab fa-creative-commons-remix",searchTerms:[]},{title:"fab fa-creative-commons-sa",searchTerms:[]},{title:"fab fa-creative-commons-sampling",searchTerms:[]},{title:"fab fa-creative-commons-sampling-plus",searchTerms:[]},{title:"fab fa-creative-commons-share",searchTerms:[]},{title:"fab fa-creative-commons-zero",searchTerms:[]},{title:"fas fa-credit-card",searchTerms:["buy","card","checkout","credit","credit card","credit-card-alt","debit","money","payment","purchase"]},{title:"far fa-credit-card",searchTerms:["buy","card","checkout","credit","credit card","credit-card-alt","debit","money","payment","purchase"]},{title:"fab fa-critical-role",searchTerms:["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},{title:"fas fa-crop",searchTerms:["design","frame","mask","modify","resize","shrink"]},{title:"fas fa-crop-simple",searchTerms:["design","frame","mask","modify","resize","shrink"]},{title:"fas fa-cross",searchTerms:["Christian","Heavy Latin Cross","catholicism","christianity","church","cross","jesus","latin cross","religion"]},{title:"fas fa-crosshairs",searchTerms:["aim","bullseye","gpd","picker","position"]},{title:"fas fa-crow",searchTerms:["bird","bullfrog","fauna","halloween","holiday","toad"]},{title:"fas fa-crown",searchTerms:["award","clothing","crown","favorite","king","queen","royal","tiara","vip"]},{title:"fas fa-crutch",searchTerms:["cane","injury","mobility","wheelchair"]},{title:"fas fa-cruzeiro-sign",searchTerms:["Cruzeiro Sign","currency"]},{title:"fab fa-css3",searchTerms:["code"]},{title:"fab fa-css3-alt",searchTerms:[]},{title:"fas fa-cube",searchTerms:["3d","block","dice","package","square","tesseract"]},{title:"fas fa-cubes",searchTerms:["3d","block","dice","package","pyramid","square","stack","tesseract"]},{title:"fas fa-cubes-stacked",searchTerms:["blocks","cubes","sugar"]},{title:"fab fa-cuttlefish",searchTerms:[]},{title:"fas fa-d",searchTerms:["Latin Capital Letter D","Latin Small Letter D","letter"]},{title:"fab fa-d-and-d",searchTerms:[]},{title:"fab fa-d-and-d-beyond",searchTerms:["Dungeons & Dragons","d&d","dnd","fantasy","gaming","tabletop"]},{title:"fab fa-dailymotion",searchTerms:[]},{title:"fab fa-dart-lang",searchTerms:[]},{title:"fab fa-dashcube",searchTerms:[]},{title:"fas fa-database",searchTerms:["computer","development","directory","memory","mysql","sql","storage"]},{title:"fab fa-debian",searchTerms:[]},{title:"fab fa-deezer",searchTerms:[]},{title:"fas fa-delete-left",searchTerms:["Erase to the Left","command","delete","erase","keyboard","undo"]},{title:"fab fa-delicious",searchTerms:[]},{title:"fas fa-democrat",searchTerms:["american","democratic party","donkey","election","left","left-wing","liberal","politics","usa"]},{title:"fab fa-deploydog",searchTerms:[]},{title:"fab fa-deskpro",searchTerms:[]},{title:"fas fa-desktop",searchTerms:["computer","cpu","demo","desktop","desktop computer","device","imac","machine","monitor","pc","screen"]},{title:"fab fa-dev",searchTerms:[]},{title:"fab fa-deviantart",searchTerms:[]},{title:"fas fa-dharmachakra",searchTerms:["Buddhist","buddhism","buddhist","dharma","religion","wheel","wheel of dharma"]},{title:"fab fa-dhl",searchTerms:["Dalsey","Hillblom and Lynn","german","package","shipping"]},{title:"fas fa-diagram-next",searchTerms:["cells","chart","gantt","row","subtask","successor","table"]},{title:"fas fa-diagram-predecessor",searchTerms:["cells","chart","gantt","predecessor","previous","row","subtask","table"]},{title:"fas fa-diagram-project",searchTerms:["chart","graph","network","pert","statistics"]},{title:"fas fa-diagram-successor",searchTerms:["cells","chart","gantt","next","row","subtask","successor","table"]},{title:"fas fa-diamond",searchTerms:["ace","card","cards","diamond suit","game","gem","gemstone","poker","suit"]},{title:"fas fa-diamond-turn-right",searchTerms:["map","navigation","sign","turn"]},{title:"fab fa-diaspora",searchTerms:[]},{title:"fas fa-dice",searchTerms:["chance","dice","die","gambling","game","game die","roll"]},{title:"fas fa-dice-d20",searchTerms:["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"]},{title:"fas fa-dice-d6",searchTerms:["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"]},{title:"fas fa-dice-five",searchTerms:["Die Face-5","chance","gambling","game","roll"]},{title:"fas fa-dice-four",searchTerms:["Die Face-4","chance","gambling","game","roll"]},{title:"fas fa-dice-one",searchTerms:["Die Face-1","chance","gambling","game","roll"]},{title:"fas fa-dice-six",searchTerms:["Die Face-6","chance","gambling","game","roll"]},{title:"fas fa-dice-three",searchTerms:["Die Face-3","chance","gambling","game","roll"]},{title:"fas fa-dice-two",searchTerms:["Die Face-2","chance","gambling","game","roll"]},{title:"fab fa-digg",searchTerms:[]},{title:"fab fa-digital-ocean",searchTerms:[]},{title:"fab fa-discord",searchTerms:[]},{title:"fab fa-discourse",searchTerms:[]},{title:"fas fa-disease",searchTerms:["bacteria","cancer","coronavirus","covid-19","flu","illness","infection","pandemic","sickness","virus"]},{title:"fas fa-display",searchTerms:["Screen","computer","desktop","imac"]},{title:"fas fa-divide",searchTerms:["Division Sign","arithmetic","calculus","divide","division","math","sign","÷"]},{title:"fas fa-dna",searchTerms:["biologist","dna","double helix","evolution","gene","genetic","genetics","helix","life","molecule","protein"]},{title:"fab fa-dochub",searchTerms:[]},{title:"fab fa-docker",searchTerms:[]},{title:"fas fa-dog",searchTerms:["animal","canine","dog","fauna","mammal","pet","pooch","puppy","woof"]},{title:"fas fa-dollar-sign",searchTerms:["Dollar Sign","coupon","currency","dollar","heavy dollar sign","investment","money","premium","revenue","salary"]},{title:"fas fa-dolly",searchTerms:["carry","shipping","transport"]},{title:"fas fa-dong-sign",searchTerms:["Dong Sign","currency"]},{title:"fas fa-door-closed",searchTerms:["doo","door","enter","exit","locked","privacy"]},{title:"fas fa-door-open",searchTerms:["enter","exit","welcome"]},{title:"fas fa-dove",searchTerms:["bird","dove","fauna","fly","flying","peace","war"]},{title:"fas fa-down-left-and-up-right-to-center",searchTerms:[" scale","collapse","fullscreen","minimize","move","resize","shrink","size","smaller"]},{title:"fas fa-down-long",searchTerms:["download","long-arrow-down"]},{title:"fas fa-download",searchTerms:["export","hard drive","insert","save","transfer"]},{title:"fab fa-draft2digital",searchTerms:[]},{title:"fas fa-dragon",searchTerms:["Dungeons & Dragons","d&d","dnd","dragon","fairy tale","fantasy","fire","lizard","serpent"]},{title:"fas fa-draw-polygon",searchTerms:["anchors","lines","object","render","shape"]},{title:"fab fa-dribbble",searchTerms:[]},{title:"fab fa-dropbox",searchTerms:[]},{title:"fas fa-droplet",searchTerms:["blood","cold","color","comic","drop","droplet","raindrop","sweat","waterdrop"]},{title:"fas fa-droplet-slash",searchTerms:["blood","color","disabled","drop","droplet","raindrop","waterdrop"]},{title:"fas fa-drum",searchTerms:["drum","drumsticks","instrument","music","percussion","snare","sound"]},{title:"fas fa-drum-steelpan",searchTerms:["calypso","instrument","music","percussion","reggae","snare","sound","steel","tropical"]},{title:"fas fa-drumstick-bite",searchTerms:["bone","chicken","leg","meat","poultry","turkey"]},{title:"fab fa-drupal",searchTerms:[]},{title:"fas fa-dumbbell",searchTerms:["exercise","gym","strength","weight","weight-lifting","workout"]},{title:"fas fa-dumpster",searchTerms:["alley","bin","commercial","trash","waste"]},{title:"fas fa-dumpster-fire",searchTerms:["alley","bin","commercial","danger","dangerous","euphemism","flame","heat","hot","trash","waste"]},{title:"fas fa-dungeon",searchTerms:["Dungeons & Dragons","building","d&d","dnd","door","entrance","fantasy","gate"]},{title:"fab fa-dyalog",searchTerms:[]},{title:"fas fa-e",searchTerms:["Latin Capital Letter E","Latin Small Letter E","letter"]},{title:"fas fa-ear-deaf",searchTerms:["ear","hearing","sign language"]},{title:"fas fa-ear-listen",searchTerms:["amplify","audio","deaf","ear","headset","hearing","sound"]},{title:"fab fa-earlybirds",searchTerms:[]},{title:"fas fa-earth-africa",searchTerms:["africa","all","country","earth","europe","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},{title:"fas fa-earth-americas",searchTerms:["all","america","country","earth","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},{title:"fas fa-earth-asia",searchTerms:["all","asia","australia","country","earth","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},{title:"fas fa-earth-europe",searchTerms:["all","country","earth","europe","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},{title:"fas fa-earth-oceania",searchTerms:["all","australia","country","earth","global","globe","gps","language","localize","location","map","melanesia","micronesia","new zealand","online","place","planet","polynesia","translate","travel","world"]},{title:"fab fa-ebay",searchTerms:[]},{title:"fab fa-edge",searchTerms:["browser","ie"]},{title:"fab fa-edge-legacy",searchTerms:[]},{title:"fas fa-egg",searchTerms:["breakfast","chicken","easter","egg","food","shell","yolk"]},{title:"fas fa-eject",searchTerms:["abort","cancel","cd","discharge","eject","eject button"]},{title:"fab fa-elementor",searchTerms:[]},{title:"fas fa-elevator",searchTerms:["accessibility","elevator","hoist","lift","uer","users-people"]},{title:"fas fa-ellipsis",searchTerms:["dots","drag","kebab","list","menu","nav","navigation","ol","pacman","reorder","settings","three dots","ul"]},{title:"fas fa-ellipsis-vertical",searchTerms:["bullet","dots","drag","kebab","list","menu","nav","navigation","ol","reorder","settings","three dots","ul"]},{title:"fab fa-ello",searchTerms:[]},{title:"fab fa-ember",searchTerms:[]},{title:"fab fa-empire",searchTerms:[]},{title:"fas fa-envelope",searchTerms:["Back of Envelope","e-mail","email","envelope","letter","mail","message","newsletter","notification","offer","support"]},{title:"far fa-envelope",searchTerms:["Back of Envelope","e-mail","email","envelope","letter","mail","message","newsletter","notification","offer","support"]},{title:"fas fa-envelope-circle-check",searchTerms:["check","email","enable","envelope","mail","not affected","ok","okay","read","sent","validate","working"]},{title:"fas fa-envelope-open",searchTerms:["e-mail","email","letter","mail","message","newsletter","notification","offer","support"]},{title:"far fa-envelope-open",searchTerms:["e-mail","email","letter","mail","message","newsletter","notification","offer","support"]},{title:"fas fa-envelope-open-text",searchTerms:["e-mail","email","letter","mail","message","newsletter","notification","offer","support"]},{title:"fas fa-envelopes-bulk",searchTerms:["archive","envelope","letter","newsletter","offer","post office","postal","postcard","send","stamp","usps"]},{title:"fab fa-envira",searchTerms:["leaf"]},{title:"fas fa-equals",searchTerms:["Equals Sign","arithmetic","even","match","math"]},{title:"fas fa-eraser",searchTerms:["art","delete","remove","rubber"]},{title:"fab fa-erlang",searchTerms:[]},{title:"fab fa-ethereum",searchTerms:[]},{title:"fas fa-ethernet",searchTerms:["cable","cat 5","cat 6","connection","hardware","internet","network","wired"]},{title:"fab fa-etsy",searchTerms:[]},{title:"fas fa-euro-sign",searchTerms:["Euro Sign","currency"]},{title:"fab fa-evernote",searchTerms:[]},{title:"fas fa-exclamation",searchTerms:["!","Exclamation Mark","alert","attention","danger","error","exclamation","failed","important","mark","notice","notification","notify","outlined","problem","punctuation","red exclamation mark","required","warning","white exclamation mark"]},{title:"fas fa-expand",searchTerms:[" maximize"," resize"," scale"," arrows"," bigger"," enlarge"," fullscreen"," resize"," size","expand","viewfinder"]},{title:"fab fa-expeditedssl",searchTerms:[]},{title:"fas fa-explosion",searchTerms:["blast","blowup","boom","crash","detonation","explosion"]},{title:"fas fa-eye",searchTerms:["body","eye","look","optic","see","seen","show","sight","views","visible"]},{title:"far fa-eye",searchTerms:["body","eye","look","optic","see","seen","show","sight","views","visible"]},{title:"fas fa-eye-dropper",searchTerms:["beaker","clone","color","copy","eyedropper","pipette"]},{title:"fas fa-eye-low-vision",searchTerms:["blind","eye","sight"]},{title:"fas fa-eye-slash",searchTerms:["blind","disabled","hide","show","toggle","unseen","views","visible","visiblity"]},{title:"far fa-eye-slash",searchTerms:["blind","disabled","hide","show","toggle","unseen","views","visible","visiblity"]},{title:"fas fa-f",searchTerms:["Latin Capital Letter F","Latin Small Letter F","letter"]},{title:"fas fa-face-angry",searchTerms:["angry","angry face","disapprove","emoticon","face","mad","upset"]},{title:"far fa-face-angry",searchTerms:["angry","angry face","disapprove","emoticon","face","mad","upset"]},{title:"fas fa-face-dizzy",searchTerms:["dazed","dead","disapprove","emoticon","face"]},{title:"far fa-face-dizzy",searchTerms:["dazed","dead","disapprove","emoticon","face"]},{title:"fas fa-face-flushed",searchTerms:["dazed","embarrassed","emoticon","face","flushed","flushed face"]},{title:"far fa-face-flushed",searchTerms:["dazed","embarrassed","emoticon","face","flushed","flushed face"]},{title:"fas fa-face-frown",searchTerms:["disapprove","emoticon","face","frown","frowning face","rating","sad","uer"]},{title:"far fa-face-frown",searchTerms:["disapprove","emoticon","face","frown","frowning face","rating","sad","uer"]},{title:"fas fa-face-frown-open",searchTerms:["disapprove","emoticon","face","frown","frowning face with open mouth","mouth","open","rating","sad"]},{title:"far fa-face-frown-open",searchTerms:["disapprove","emoticon","face","frown","frowning face with open mouth","mouth","open","rating","sad"]},{title:"fas fa-face-grimace",searchTerms:["cringe","emoticon","face","grimace","grimacing face","teeth"]},{title:"far fa-face-grimace",searchTerms:["cringe","emoticon","face","grimace","grimacing face","teeth"]},{title:"fas fa-face-grin",searchTerms:["emoticon","face","grin","grinning face","laugh","smile"]},{title:"far fa-face-grin",searchTerms:["emoticon","face","grin","grinning face","laugh","smile"]},{title:"fas fa-face-grin-beam",searchTerms:["emoticon","eye","face","grinning face with smiling eyes","laugh","mouth","open","smile"]},{title:"far fa-face-grin-beam",searchTerms:["emoticon","eye","face","grinning face with smiling eyes","laugh","mouth","open","smile"]},{title:"fas fa-face-grin-beam-sweat",searchTerms:["cold","embarass","emoticon","face","grinning face with sweat","open","smile","sweat"]},{title:"far fa-face-grin-beam-sweat",searchTerms:["cold","embarass","emoticon","face","grinning face with sweat","open","smile","sweat"]},{title:"fas fa-face-grin-hearts",searchTerms:["emoticon","eye","face","love","smile","smiling face with heart-eyes"]},{title:"far fa-face-grin-hearts",searchTerms:["emoticon","eye","face","love","smile","smiling face with heart-eyes"]},{title:"fas fa-face-grin-squint",searchTerms:["emoticon","face","grinning squinting face","laugh","mouth","satisfied","smile"]},{title:"far fa-face-grin-squint",searchTerms:["emoticon","face","grinning squinting face","laugh","mouth","satisfied","smile"]},{title:"fas fa-face-grin-squint-tears",searchTerms:["emoticon","face","floor","happy","laugh","rolling","rolling on the floor laughing","smile"]},{title:"far fa-face-grin-squint-tears",searchTerms:["emoticon","face","floor","happy","laugh","rolling","rolling on the floor laughing","smile"]},{title:"fas fa-face-grin-stars",searchTerms:["emoticon","eyes","face","grinning","quality","star","star-struck","starry-eyed","vip"]},{title:"far fa-face-grin-stars",searchTerms:["emoticon","eyes","face","grinning","quality","star","star-struck","starry-eyed","vip"]},{title:"fas fa-face-grin-tears",searchTerms:["LOL","emoticon","face","face with tears of joy","joy","laugh","tear"]},{title:"far fa-face-grin-tears",searchTerms:["LOL","emoticon","face","face with tears of joy","joy","laugh","tear"]},{title:"fas fa-face-grin-tongue",searchTerms:["LOL","emoticon","face","face with tongue","tongue"]},{title:"far fa-face-grin-tongue",searchTerms:["LOL","emoticon","face","face with tongue","tongue"]},{title:"fas fa-face-grin-tongue-squint",searchTerms:["LOL","emoticon","eye","face","horrible","squinting face with tongue","taste","tongue"]},{title:"far fa-face-grin-tongue-squint",searchTerms:["LOL","emoticon","eye","face","horrible","squinting face with tongue","taste","tongue"]},{title:"fas fa-face-grin-tongue-wink",searchTerms:["LOL","emoticon","eye","face","joke","tongue","wink","winking face with tongue"]},{title:"far fa-face-grin-tongue-wink",searchTerms:["LOL","emoticon","eye","face","joke","tongue","wink","winking face with tongue"]},{title:"fas fa-face-grin-wide",searchTerms:["emoticon","face","grinning face with big eyes","laugh","mouth","open","smile"]},{title:"far fa-face-grin-wide",searchTerms:["emoticon","face","grinning face with big eyes","laugh","mouth","open","smile"]},{title:"fas fa-face-grin-wink",searchTerms:["emoticon","face","flirt","laugh","smile"]},{title:"far fa-face-grin-wink",searchTerms:["emoticon","face","flirt","laugh","smile"]},{title:"fas fa-face-kiss",searchTerms:["beso","emoticon","face","kiss","kissing face","love","smooch"]},{title:"far fa-face-kiss",searchTerms:["beso","emoticon","face","kiss","kissing face","love","smooch"]},{title:"fas fa-face-kiss-beam",searchTerms:["beso","emoticon","eye","face","kiss","kissing face with smiling eyes","love","smile","smooch"]},{title:"far fa-face-kiss-beam",searchTerms:["beso","emoticon","eye","face","kiss","kissing face with smiling eyes","love","smile","smooch"]},{title:"fas fa-face-kiss-wink-heart",searchTerms:["beso","emoticon","face","face blowing a kiss","kiss","love","smooch"]},{title:"far fa-face-kiss-wink-heart",searchTerms:["beso","emoticon","face","face blowing a kiss","kiss","love","smooch"]},{title:"fas fa-face-laugh",searchTerms:["LOL","emoticon","face","laugh","smile"]},{title:"far fa-face-laugh",searchTerms:["LOL","emoticon","face","laugh","smile"]},{title:"fas fa-face-laugh-beam",searchTerms:["LOL","beaming face with smiling eyes","emoticon","eye","face","grin","happy","smile"]},{title:"far fa-face-laugh-beam",searchTerms:["LOL","beaming face with smiling eyes","emoticon","eye","face","grin","happy","smile"]},{title:"fas fa-face-laugh-squint",searchTerms:["LOL","emoticon","face","happy","smile"]},{title:"far fa-face-laugh-squint",searchTerms:["LOL","emoticon","face","happy","smile"]},{title:"fas fa-face-laugh-wink",searchTerms:["LOL","emoticon","face","happy","smile"]},{title:"far fa-face-laugh-wink",searchTerms:["LOL","emoticon","face","happy","smile"]},{title:"fas fa-face-meh",searchTerms:["deadpan","default","emoticon","face","meh","neutral","neutral face","rating","uer"]},{title:"far fa-face-meh",searchTerms:["deadpan","default","emoticon","face","meh","neutral","neutral face","rating","uer"]},{title:"fas fa-face-meh-blank",searchTerms:["emoticon","face","face without mouth","mouth","neutral","quiet","rating","silent"]},{title:"far fa-face-meh-blank",searchTerms:["emoticon","face","face without mouth","mouth","neutral","quiet","rating","silent"]},{title:"fas fa-face-rolling-eyes",searchTerms:["emoticon","eyeroll","eyes","face","face with rolling eyes","neutral","rating","rolling"]},{title:"far fa-face-rolling-eyes",searchTerms:["emoticon","eyeroll","eyes","face","face with rolling eyes","neutral","rating","rolling"]},{title:"fas fa-face-sad-cry",searchTerms:["cry","emoticon","face","loudly crying face","sad","sob","tear","tears"]},{title:"far fa-face-sad-cry",searchTerms:["cry","emoticon","face","loudly crying face","sad","sob","tear","tears"]},{title:"fas fa-face-sad-tear",searchTerms:["cry","crying face","emoticon","face","sad","tear","tears"]},{title:"far fa-face-sad-tear",searchTerms:["cry","crying face","emoticon","face","sad","tear","tears"]},{title:"fas fa-face-smile",searchTerms:["approve","default","emoticon","face","happy","rating","satisfied","slightly smiling face","smile","uer"]},{title:"far fa-face-smile",searchTerms:["approve","default","emoticon","face","happy","rating","satisfied","slightly smiling face","smile","uer"]},{title:"fas fa-face-smile-beam",searchTerms:["blush","emoticon","eye","face","happy","positive","smile","smiling face with smiling eyes"]},{title:"far fa-face-smile-beam",searchTerms:["blush","emoticon","eye","face","happy","positive","smile","smiling face with smiling eyes"]},{title:"fas fa-face-smile-wink",searchTerms:["emoticon","face","happy","hint","joke","wink","winking face"]},{title:"far fa-face-smile-wink",searchTerms:["emoticon","face","happy","hint","joke","wink","winking face"]},{title:"fas fa-face-surprise",searchTerms:["emoticon","face","face with open mouth","mouth","open","shocked","sympathy"]},{title:"far fa-face-surprise",searchTerms:["emoticon","face","face with open mouth","mouth","open","shocked","sympathy"]},{title:"fas fa-face-tired",searchTerms:["angry","emoticon","face","grumpy","tired","tired face","upset"]},{title:"far fa-face-tired",searchTerms:["angry","emoticon","face","grumpy","tired","tired face","upset"]},{title:"fab fa-facebook",searchTerms:["fabook","facebook-official","fb","social network"]},{title:"fab fa-facebook-f",searchTerms:["fabook","facebook","fb"]},{title:"fab fa-facebook-messenger",searchTerms:["fabook","fb"]},{title:"fas fa-fan",searchTerms:["ac","air conditioning","blade","blower","cool","hot"]},{title:"fab fa-fantasy-flight-games",searchTerms:["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},{title:"fas fa-faucet",searchTerms:["covid-19","drinking","drip","house","hygiene","kitchen","potable","potable water","sanitation","sink","water"]},{title:"fas fa-faucet-drip",searchTerms:["drinking","drip","house","hygiene","kitchen","potable","potable water","sanitation","sink","water"]},{title:"fas fa-fax",searchTerms:["Fax Icon","business","communicate","copy","facsimile","fax","fax machine","send"]},{title:"fas fa-feather",searchTerms:["bird","feather","flight","light","plucked","plumage","quill","write"]},{title:"fas fa-feather-pointed",searchTerms:["bird","light","plucked","quill","write"]},{title:"fab fa-fedex",searchTerms:["Federal Express","package","shipping"]},{title:"fab fa-fedora",searchTerms:["linux","operating system","os"]},{title:"fas fa-ferry",searchTerms:["barge","boat","carry","ferryboat","ship"]},{title:"fab fa-figma",searchTerms:["app","design","interface"]},{title:"fas fa-file",searchTerms:["Empty Document","cv","document","new","page","page facing up","pdf","resume"]},{title:"far fa-file",searchTerms:["Empty Document","cv","document","new","page","page facing up","pdf","resume"]},{title:"fas fa-file-arrow-down",searchTerms:["archive","document","export","insert","save"]},{title:"fas fa-file-arrow-up",searchTerms:["document","import","page","save","upgrade"]},{title:"fas fa-file-audio",searchTerms:["document","mp3","music","page","play","sound"]},{title:"far fa-file-audio",searchTerms:["document","mp3","music","page","play","sound"]},{title:"fas fa-file-circle-check",searchTerms:["document","enable","file","not affected","ok","okay","paper","validate","working"]},{title:"fas fa-file-circle-exclamation",searchTerms:["document","failed","file","paper"]},{title:"fas fa-file-circle-minus",searchTerms:["document","file","paper"]},{title:"fas fa-file-circle-plus",searchTerms:["add","document","file","new","page","paper","pdf"]},{title:"fas fa-file-circle-question",searchTerms:["document","file","paper"]},{title:"fas fa-file-circle-xmark",searchTerms:["document","file","paper","uncheck"]},{title:"fas fa-file-code",searchTerms:["css","development","document","html","mysql","sql"]},{title:"far fa-file-code",searchTerms:["css","development","document","html","mysql","sql"]},{title:"fas fa-file-contract",searchTerms:["agreement","binding","document","legal","signature","username"]},{title:"fas fa-file-csv",searchTerms:["document","excel","numbers","spreadsheets","table"]},{title:"fas fa-file-excel",searchTerms:["csv","document","numbers","spreadsheets","table"]},{title:"far fa-file-excel",searchTerms:["csv","document","numbers","spreadsheets","table"]},{title:"fas fa-file-export",searchTerms:["download","save"]},{title:"fas fa-file-image",searchTerms:["Document with Picture","document","image","img","jpg","photo","png"]},{title:"far fa-file-image",searchTerms:["Document with Picture","document","image","img","jpg","photo","png"]},{title:"fas fa-file-import",searchTerms:["copy","document","insert","send","upload"]},{title:"fas fa-file-invoice",searchTerms:["account","bill","charge","document","payment","receipt"]},{title:"fas fa-file-invoice-dollar",searchTerms:["$","account","bill","charge","document","dollar-sign","money","payment","receipt","revenue","salary","usd"]},{title:"fas fa-file-lines",searchTerms:["Document","Document with Text","document","file-text","invoice","new","page","pdf"]},{title:"far fa-file-lines",searchTerms:["Document","Document with Text","document","file-text","invoice","new","page","pdf"]},{title:"fas fa-file-medical",searchTerms:["document","health","history","prescription","record"]},{title:"fas fa-file-pdf",searchTerms:["acrobat","document","preview","save"]},{title:"far fa-file-pdf",searchTerms:["acrobat","document","preview","save"]},{title:"fas fa-file-pen",searchTerms:["edit","memo","modify","pen","pencil","update","write"]},{title:"fas fa-file-powerpoint",searchTerms:["display","document","keynote","presentation"]},{title:"far fa-file-powerpoint",searchTerms:["display","document","keynote","presentation"]},{title:"fas fa-file-prescription",searchTerms:["document","drugs","medical","medicine","rx"]},{title:"fas fa-file-shield",searchTerms:["antivirus","data","document","protect","safe","safety","secure"]},{title:"fas fa-file-signature",searchTerms:["John Hancock","contract","document","name","username"]},{title:"fas fa-file-video",searchTerms:["document","m4v","movie","mp4","play"]},{title:"far fa-file-video",searchTerms:["document","m4v","movie","mp4","play"]},{title:"fas fa-file-waveform",searchTerms:["document","health","history","prescription","record"]},{title:"fas fa-file-word",searchTerms:["document","edit","page","text","writing"]},{title:"far fa-file-word",searchTerms:["document","edit","page","text","writing"]},{title:"fas fa-file-zipper",searchTerms:[".zip","bundle","compress","compression","download","zip"]},{title:"far fa-file-zipper",searchTerms:[".zip","bundle","compress","compression","download","zip"]},{title:"fas fa-fill",searchTerms:["bucket","color","paint","paint bucket"]},{title:"fas fa-fill-drip",searchTerms:["bucket","color","drop","paint","paint bucket","spill"]},{title:"fas fa-film",searchTerms:["cinema","film","film frames","frames","movie","strip","video"]},{title:"fas fa-filter",searchTerms:["funnel","options","separate","sort"]},{title:"fas fa-filter-circle-dollar",searchTerms:["filter","money","options","premium","separate","sort"]},{title:"fas fa-filter-circle-xmark",searchTerms:["cancel","funnel","options","remove","separate","sort","uncheck"]},{title:"fas fa-fingerprint",searchTerms:["human","id","identification","lock","privacy","smudge","touch","unique","unlock"]},{title:"fas fa-fire",searchTerms:["burn","caliente","fire","flame","heat","hot","popular","tool"]},{title:"fas fa-fire-burner",searchTerms:["cook","fire","flame","kitchen","stove"]},{title:"fas fa-fire-extinguisher",searchTerms:["burn","caliente","extinguish","fire","fire extinguisher","fire fighter","flame","heat","hot","quench","rescue"]},{title:"fas fa-fire-flame-curved",searchTerms:["burn","caliente","flame","heat","hot","popular"]},{title:"fas fa-fire-flame-simple",searchTerms:["caliente","energy","fire","flame","gas","heat","hot"]},{title:"fab fa-firefox",searchTerms:["browser"]},{title:"fab fa-firefox-browser",searchTerms:["browser"]},{title:"fab fa-first-order",searchTerms:[]},{title:"fab fa-first-order-alt",searchTerms:[]},{title:"fab fa-firstdraft",searchTerms:[]},{title:"fas fa-fish",searchTerms:["Pisces","fauna","fish","gold","seafood","swimming","zodiac"]},{title:"fas fa-fish-fins",searchTerms:["fish","fishery","pisces","seafood"]},{title:"fas fa-flag",searchTerms:["black flag","country","notice","notification","notify","pole","report","symbol","waving"]},{title:"far fa-flag",searchTerms:["black flag","country","notice","notification","notify","pole","report","symbol","waving"]},{title:"fas fa-flag-checkered",searchTerms:["checkered","chequered","chequered flag","finish","notice","notification","notify","pole","racing","report","start","symbol","win"]},{title:"fas fa-flag-usa",searchTerms:["betsy ross","country","fla","flag: United States","old glory","stars","stripes","symbol"]},{title:"fas fa-flask",searchTerms:["beaker","chemicals","experiment","experimental","knowledge","labs","liquid","potion","science","vial"]},{title:"fas fa-flask-vial",searchTerms:[" beaker"," chemicals"," experiment"," experimental"," labs"," liquid"," science"," vial","ampule","chemistry","lab","laboratory","potion","test","test tube"]},{title:"fab fa-flickr",searchTerms:[]},{title:"fab fa-flipboard",searchTerms:[]},{title:"fas fa-floppy-disk",searchTerms:["Black Hard Shell Floppy Disk","computer","disk","download","floppy","floppy disk","floppy-o"]},{title:"far fa-floppy-disk",searchTerms:["Black Hard Shell Floppy Disk","computer","disk","download","floppy","floppy disk","floppy-o"]},{title:"fas fa-florin-sign",searchTerms:["currency"]},{title:"fab fa-flutter",searchTerms:[]},{title:"fab fa-fly",searchTerms:[]},{title:"fas fa-folder",searchTerms:["Black Folder","archive","directory","document","file","file folder","folder"]},{title:"far fa-folder",searchTerms:["Black Folder","archive","directory","document","file","file folder","folder"]},{title:"fas fa-folder-closed",searchTerms:["file"]},{title:"far fa-folder-closed",searchTerms:["file"]},{title:"fas fa-folder-minus",searchTerms:["archive","delete","directory","document","file","negative","remove"]},{title:"fas fa-folder-open",searchTerms:["Open Folder","archive","directory","document","empty","file","folder","new","open","open file folder"]},{title:"far fa-folder-open",searchTerms:["Open Folder","archive","directory","document","empty","file","folder","new","open","open file folder"]},{title:"fas fa-folder-plus",searchTerms:["add","archive","create","directory","document","file","new","positive"]},{title:"fas fa-folder-tree",searchTerms:["archive","directory","document","file","search","structure"]},{title:"fas fa-font",searchTerms:["alphabet","glyph","text","type","typeface"]},{title:"fas fa-font-awesome",searchTerms:["awesome","flag","font","icons","typeface"]},{title:"far fa-font-awesome",searchTerms:["awesome","flag","font","icons","typeface"]},{title:"fab fa-font-awesome",searchTerms:["awesome","flag","font","icons","typeface"]},{title:"fab fa-fonticons",searchTerms:[]},{title:"fab fa-fonticons-fi",searchTerms:[]},{title:"fas fa-football",searchTerms:["american","american football","ball","fall","football","nfl","pigskin","seasonal"]},{title:"fab fa-fort-awesome",searchTerms:["castle"]},{title:"fab fa-fort-awesome-alt",searchTerms:["castle"]},{title:"fab fa-forumbee",searchTerms:[]},{title:"fas fa-forward",searchTerms:["arrow","double","fast","fast-forward button","forward","next","skip"]},{title:"fas fa-forward-fast",searchTerms:["arrow","end","last","next","next scene","next track","next track button","quick","triangle"]},{title:"fas fa-forward-step",searchTerms:["end","last","next"]},{title:"fab fa-foursquare",searchTerms:[]},{title:"fas fa-franc-sign",searchTerms:["French Franc Sign","currency"]},{title:"fab fa-free-code-camp",searchTerms:[]},{title:"fab fa-freebsd",searchTerms:[]},{title:"fas fa-frog",searchTerms:["amphibian","bullfrog","fauna","hop","kermit","kiss","prince","ribbit","toad","wart"]},{title:"fab fa-fulcrum",searchTerms:[]},{title:"fas fa-futbol",searchTerms:["ball","football","mls","soccer","soccer ball"]},{title:"far fa-futbol",searchTerms:["ball","football","mls","soccer","soccer ball"]},{title:"fas fa-g",searchTerms:["Latin Capital Letter G","Latin Small Letter G","letter"]},{title:"fab fa-galactic-republic",searchTerms:["politics","star wars"]},{title:"fab fa-galactic-senate",searchTerms:["star wars"]},{title:"fas fa-gamepad",searchTerms:["arcade","controller","d-pad","joystick","playstore","video","video game"]},{title:"fas fa-gas-pump",searchTerms:["car","diesel","fuel","fuel pump","fuelpump","gas","gasoline","petrol","pump","station"]},{title:"fas fa-gauge",searchTerms:["dashboard","fast","odometer","speed","speedometer"]},{title:"fas fa-gauge-high",searchTerms:["dashboard","fast","odometer","quick","speed","speedometer"]},{title:"fas fa-gauge-simple",searchTerms:["dashboard","fast","odometer","speed","speedometer"]},{title:"fas fa-gauge-simple-high",searchTerms:["dashboard","fast","odometer","quick","speed","speedometer"]},{title:"fas fa-gavel",searchTerms:["hammer","judge","law","lawyer","opinion"]},{title:"fas fa-gear",searchTerms:["cog","cogwheel","configuration","gear","mechanical","modify","settings","sprocket","tool","wheel"]},{title:"fas fa-gears",searchTerms:["configuration","gears","mechanical","modify","settings","sprocket","wheel"]},{title:"fas fa-gem",searchTerms:["diamond","gem","gem stone","jewel","jewelry","sapphire","stone","treasure"]},{title:"far fa-gem",searchTerms:["diamond","gem","gem stone","jewel","jewelry","sapphire","stone","treasure"]},{title:"fas fa-genderless",searchTerms:["androgynous","asexual","gender","sexless"]},{title:"fab fa-get-pocket",searchTerms:[]},{title:"fab fa-gg",searchTerms:[]},{title:"fab fa-gg-circle",searchTerms:[]},{title:"fas fa-ghost",searchTerms:["apparition","blinky","clyde","creature","face","fairy tale","fantasy","floating","ghost","halloween","holiday","inky","monster","pacman","pinky","spirit"]},{title:"fas fa-gift",searchTerms:["box","celebration","christmas","generosity","gift","giving","holiday","party","present","wrapped","wrapped gift","xmas"]},{title:"fas fa-gifts",searchTerms:["christmas","generosity","giving","holiday","party","present","wrapped","xmas"]},{title:"fab fa-git",searchTerms:[]},{title:"fab fa-git-alt",searchTerms:[]},{title:"fab fa-github",searchTerms:["octocat"]},{title:"fab fa-github-alt",searchTerms:["octocat"]},{title:"fab fa-gitkraken",searchTerms:[]},{title:"fab fa-gitlab",searchTerms:["Axosoft"]},{title:"fab fa-gitter",searchTerms:[]},{title:"fas fa-glass-water",searchTerms:["potable","water"]},{title:"fas fa-glass-water-droplet",searchTerms:["potable","water"]},{title:"fas fa-glasses",searchTerms:["hipster","nerd","reading","sight","spectacles","vision"]},{title:"fab fa-glide",searchTerms:[]},{title:"fab fa-glide-g",searchTerms:[]},{title:"fas fa-globe",searchTerms:["all","coordinates","country","earth","global","globe","globe with meridians","gps","internet","language","localize","location","map","meridians","network","online","place","planet","translate","travel","world","www"]},{title:"fab fa-gofore",searchTerms:[]},{title:"fab fa-golang",searchTerms:[]},{title:"fas fa-golf-ball-tee",searchTerms:["caddy","eagle","putt","tee"]},{title:"fab fa-goodreads",searchTerms:[]},{title:"fab fa-goodreads-g",searchTerms:[]},{title:"fab fa-google",searchTerms:[]},{title:"fab fa-google-drive",searchTerms:[]},{title:"fab fa-google-pay",searchTerms:[]},{title:"fab fa-google-play",searchTerms:["playstore"]},{title:"fab fa-google-plus",searchTerms:["google-plus-circle","google-plus-official"]},{title:"fab fa-google-plus-g",searchTerms:["google-plus","social network"]},{title:"fab fa-google-scholar",searchTerms:[]},{title:"fab fa-google-wallet",searchTerms:[]},{title:"fas fa-gopuram",searchTerms:["building","entrance","hinduism","temple","tower"]},{title:"fas fa-graduation-cap",searchTerms:["cap","celebration","ceremony","clothing","college","graduate","graduation","graduation cap","hat","learning","school","student"]},{title:"fab fa-gratipay",searchTerms:["favorite","heart","like","love"]},{title:"fab fa-grav",searchTerms:[]},{title:"fas fa-greater-than",searchTerms:["Greater-Than Sign","arithmetic","compare","math"]},{title:"fas fa-greater-than-equal",searchTerms:["arithmetic","compare","math"]},{title:"fas fa-grip",searchTerms:["affordance","drag","drop","grab","handle"]},{title:"fas fa-grip-lines",searchTerms:["affordance","drag","drop","grab","handle"]},{title:"fas fa-grip-lines-vertical",searchTerms:["affordance","drag","drop","grab","handle"]},{title:"fas fa-grip-vertical",searchTerms:["affordance","drag","drop","grab","handle"]},{title:"fab fa-gripfire",searchTerms:[]},{title:"fas fa-group-arrows-rotate",searchTerms:["community","engagement","spin","sync"]},{title:"fab fa-grunt",searchTerms:[]},{title:"fas fa-guarani-sign",searchTerms:["Guarani Sign","currency"]},{title:"fab fa-guilded",searchTerms:[]},{title:"fas fa-guitar",searchTerms:["acoustic","instrument","music","rock","rock and roll","song","strings"]},{title:"fab fa-gulp",searchTerms:[]},{title:"fas fa-gun",searchTerms:["firearm","pistol","weapon"]},{title:"fas fa-h",searchTerms:["Latin Capital Letter H","Latin Small Letter H","letter"]},{title:"fab fa-hacker-news",searchTerms:[]},{title:"fab fa-hackerrank",searchTerms:[]},{title:"fas fa-hammer",searchTerms:["admin","configuration","equipment","fix","hammer","maintenance","modify","recovery","repair","settings","tool"]},{title:"fas fa-hamsa",searchTerms:["amulet","christianity","islam","jewish","judaism","muslim","protection"]},{title:"fas fa-hand",searchTerms:["Raised Hand","backhand","game","halt","palm","raised","raised back of hand","request","roshambo","stop"]},{title:"far fa-hand",searchTerms:["Raised Hand","backhand","game","halt","palm","raised","raised back of hand","request","roshambo","stop"]},{title:"fas fa-hand-back-fist",searchTerms:["fist","game","roshambo"]},{title:"far fa-hand-back-fist",searchTerms:["fist","game","roshambo"]},{title:"fas fa-hand-dots",searchTerms:["allergy","freckles","hand","hives","palm","pox","skin","spots"]},{title:"fas fa-hand-fist",searchTerms:["Dungeons & Dragons","clenched","d&d","dnd","fantasy","fist","hand","ki","monk","punch","raised fist","resist","strength","unarmed combat"]},{title:"fas fa-hand-holding",searchTerms:["carry","lift"]},{title:"fas fa-hand-holding-dollar",searchTerms:["$","carry","coupon","dollar sign","donate","donation","giving","investment","lift","money","premium","price","revenue","salary"]},{title:"fas fa-hand-holding-droplet",searchTerms:["blood","carry","covid-19","drought","grow","lift","sanitation"]},{title:"fas fa-hand-holding-hand",searchTerms:["care","give","help","hold","protect"]},{title:"fas fa-hand-holding-heart",searchTerms:["carry","charity","gift","lift","package","wishlist"]},{title:"fas fa-hand-holding-medical",searchTerms:["care","covid-19","donate","help"]},{title:"fas fa-hand-lizard",searchTerms:["game","roshambo"]},{title:"far fa-hand-lizard",searchTerms:["game","roshambo"]},{title:"fas fa-hand-middle-finger",searchTerms:["finger","flip the bird","gesture","hand","hate","middle finger","rude"]},{title:"fas fa-hand-peace",searchTerms:["hand","rest","truce","v","victory","victory hand"]},{title:"far fa-hand-peace",searchTerms:["hand","rest","truce","v","victory","victory hand"]},{title:"fas fa-hand-point-down",searchTerms:["finger","hand-o-down","point"]},{title:"far fa-hand-point-down",searchTerms:["finger","hand-o-down","point"]},{title:"fas fa-hand-point-left",searchTerms:["back","finger","hand-o-left","left","point","previous"]},{title:"far fa-hand-point-left",searchTerms:["back","finger","hand-o-left","left","point","previous"]},{title:"fas fa-hand-point-right",searchTerms:["finger","forward","hand-o-right","next","point","right"]},{title:"far fa-hand-point-right",searchTerms:["finger","forward","hand-o-right","next","point","right"]},{title:"fas fa-hand-point-up",searchTerms:["finger","hand","hand-o-up","index","index pointing up","point","request","up","upgrade"]},{title:"far fa-hand-point-up",searchTerms:["finger","hand","hand-o-up","index","index pointing up","point","request","up","upgrade"]},{title:"fas fa-hand-pointer",searchTerms:["arrow","cursor","select"]},{title:"far fa-hand-pointer",searchTerms:["arrow","cursor","select"]},{title:"fas fa-hand-scissors",searchTerms:["cut","game","roshambo"]},{title:"far fa-hand-scissors",searchTerms:["cut","game","roshambo"]},{title:"fas fa-hand-sparkles",searchTerms:["clean","covid-19","hygiene","magic","palm","soap","wash"]},{title:"fas fa-hand-spock",searchTerms:["finger","hand","live long","palm","prosper","salute","spock","star trek","vulcan","vulcan salute"]},{title:"far fa-hand-spock",searchTerms:["finger","hand","live long","palm","prosper","salute","spock","star trek","vulcan","vulcan salute"]},{title:"fas fa-handcuffs",searchTerms:["arrest","criminal","handcuffs","jail","lock","police","wrist"]},{title:"fas fa-hands",searchTerms:["Translate","asl","deaf","hands"]},{title:"fas fa-hands-asl-interpreting",searchTerms:["asl","deaf","finger","hand","interpret","speak"]},{title:"fas fa-hands-bound",searchTerms:["abduction","bound","handcuff","wrist"]},{title:"fas fa-hands-bubbles",searchTerms:["covid-19","hygiene","soap","wash"]},{title:"fas fa-hands-clapping",searchTerms:["applause","clap","clapping hands","hand"]},{title:"fas fa-hands-holding",searchTerms:["carry","hold","lift"]},{title:"fas fa-hands-holding-child",searchTerms:["care","give","help","hold","parent","protect"]},{title:"fas fa-hands-holding-circle",searchTerms:["circle","gift","protection"]},{title:"fas fa-hands-praying",searchTerms:["kneel","preach","religion","worship"]},{title:"fas fa-handshake",searchTerms:["agreement","greeting","meeting","partnership"]},{title:"far fa-handshake",searchTerms:["agreement","greeting","meeting","partnership"]},{title:"fas fa-handshake-angle",searchTerms:["aid","assistance","handshake","partnership","volunteering"]},{title:"fas fa-handshake-simple",searchTerms:["agreement","greeting","hand","handshake","meeting","partnership","shake"]},{title:"fas fa-handshake-simple-slash",searchTerms:["broken","covid-19","disabled","social distance"]},{title:"fas fa-handshake-slash",searchTerms:["broken","covid-19","disabled","social distance"]},{title:"fas fa-hanukiah",searchTerms:["candelabrum","candle","candlestick","hanukkah","jewish","judaism","light","menorah","religion"]},{title:"fas fa-hard-drive",searchTerms:["Hard Disk","cpu","hard drive","harddrive","machine","save","storage"]},{title:"far fa-hard-drive",searchTerms:["Hard Disk","cpu","hard drive","harddrive","machine","save","storage"]},{title:"fab fa-hashnode",searchTerms:[]},{title:"fas fa-hashtag",searchTerms:["Number Sign","Twitter","instagram","pound","social media","tag"]},{title:"fas fa-hat-cowboy",searchTerms:["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"]},{title:"fas fa-hat-cowboy-side",searchTerms:["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"]},{title:"fas fa-hat-wizard",searchTerms:["Dungeons & Dragons","accessory","buckle","clothing","d&d","dnd","fantasy","halloween","head","holiday","mage","magic","pointy","witch"]},{title:"fas fa-head-side-cough",searchTerms:["cough","covid-19","germs","lungs","respiratory","sick","uer"]},{title:"fas fa-head-side-cough-slash",searchTerms:["cough","covid-19","disabled","germs","lungs","respiratory","sick","uer"]},{title:"fas fa-head-side-mask",searchTerms:["breath","coronavirus","covid-19","filter","flu","infection","pandemic","respirator","uer","virus"]},{title:"fas fa-head-side-virus",searchTerms:["cold","coronavirus","covid-19","flu","infection","pandemic","sick","uer"]},{title:"fas fa-heading",searchTerms:["format","header","text","title"]},{title:"fas fa-headphones",searchTerms:["audio","earbud","headphone","listen","music","sound","speaker"]},{title:"fas fa-headphones-simple",searchTerms:["audio","listen","music","sound","speaker"]},{title:"fas fa-headset",searchTerms:["audio","gamer","gaming","listen","live chat","microphone","shot caller","sound","support","telemarketer"]},{title:"fas fa-heart",searchTerms:["ace","black","black heart","blue","blue heart","brown","brown heart","card","evil","favorite","game","green","green heart","heart","heart suit","like","love","orange","orange heart","purple","purple heart","red heart","relationship","valentine","white","white heart","wicked","wishlist","yellow","yellow heart"]},{title:"far fa-heart",searchTerms:["ace","black","black heart","blue","blue heart","brown","brown heart","card","evil","favorite","game","green","green heart","heart","heart suit","like","love","orange","orange heart","purple","purple heart","red heart","relationship","valentine","white","white heart","wicked","wishlist","yellow","yellow heart"]},{title:"fas fa-heart-circle-bolt",searchTerms:["cardiogram","ekg","electric","heart","love","pacemaker"]},{title:"fas fa-heart-circle-check",searchTerms:["enable","favorite","heart","love","not affected","ok","okay","validate","working"]},{title:"fas fa-heart-circle-exclamation",searchTerms:["failed","favorite","heart","love"]},{title:"fas fa-heart-circle-minus",searchTerms:["favorite","heart","love"]},{title:"fas fa-heart-circle-plus",searchTerms:["favorite","heart","love"]},{title:"fas fa-heart-circle-xmark",searchTerms:["favorite","heart","love","uncheck"]},{title:"fas fa-heart-crack",searchTerms:["break","breakup","broken","broken heart","crushed","dislike","dumped","grief","love","lovesick","relationship","sad"]},{title:"fas fa-heart-pulse",searchTerms:["ekg","electrocardiogram","health","lifeline","vital signs"]},{title:"fas fa-helicopter",searchTerms:["airwolf","apache","chopper","flight","fly","helicopter","travel","vehicle"]},{title:"fas fa-helicopter-symbol",searchTerms:["chopper","helicopter","landing pad","whirlybird"]},{title:"fas fa-helmet-safety",searchTerms:["construction","hardhat","helmet","maintenance","safety"]},{title:"fas fa-helmet-un",searchTerms:["helmet","united nations"]},{title:"fas fa-highlighter",searchTerms:["edit","marker","modify","sharpie","update","write"]},{title:"fas fa-hill-avalanche",searchTerms:["mudslide","snow","winter"]},{title:"fas fa-hill-rockslide",searchTerms:["mudslide"]},{title:"fas fa-hippo",searchTerms:["animal","fauna","hippo","hippopotamus","hungry","mammal"]},{title:"fab fa-hips",searchTerms:[]},{title:"fab fa-hire-a-helper",searchTerms:[]},{title:"fab fa-hive",searchTerms:[]},{title:"fas fa-hockey-puck",searchTerms:["ice","nhl","sport"]},{title:"fas fa-holly-berry",searchTerms:["catwoman","christmas","decoration","flora","halle","holiday","ororo munroe","plant","storm","xmas"]},{title:"fab fa-hooli",searchTerms:[]},{title:"fab fa-hornbill",searchTerms:[]},{title:"fas fa-horse",searchTerms:["equestrian","equus","fauna","horse","mammmal","mare","neigh","pony","racehorse","racing"]},{title:"fas fa-horse-head",searchTerms:["equus","fauna","mammmal","mare","neigh","pony"]},{title:"fas fa-hospital",searchTerms:["building","covid-19","doctor","emergency room","hospital","medical center","medicine"]},{title:"far fa-hospital",searchTerms:["building","covid-19","doctor","emergency room","hospital","medical center","medicine"]},{title:"fas fa-hospital-user",searchTerms:["covid-19","doctor","network","patient","primary care","uer"]},{title:"fas fa-hot-tub-person",searchTerms:["jacuzzi","spa","uer"]},{title:"fas fa-hotdog",searchTerms:["bun","chili","frankfurt","frankfurter","hot dog","hotdog","kosher","polish","sandwich","sausage","vienna","weiner"]},{title:"fas fa-hotel",searchTerms:["building","hotel","inn","lodging","motel","resort","travel"]},{title:"fab fa-hotjar",searchTerms:[]},{title:"fas fa-hourglass",searchTerms:["hour","hourglass","hourglass not done","minute","sand","stopwatch","time","timer"]},{title:"far fa-hourglass",searchTerms:["hour","hourglass","hourglass not done","minute","sand","stopwatch","time","timer"]},{title:"fas fa-hourglass-end",searchTerms:["hour","hourglass done","minute","pending","sand","stopwatch","time","timer","waiting"]},{title:"fas fa-hourglass-half",searchTerms:["hour","minute","pending","sand","stopwatch","time","waiting"]},{title:"far fa-hourglass-half",searchTerms:["hour","minute","pending","sand","stopwatch","time","waiting"]},{title:"fas fa-hourglass-start",searchTerms:["hour","minute","sand","stopwatch","time","waiting"]},{title:"fas fa-house",searchTerms:["abode","building","home","house","main","residence"]},{title:"fas fa-house-chimney",searchTerms:["abode","building","chimney","house","main","residence","smokestack"]},{title:"fas fa-house-chimney-crack",searchTerms:["building","devastation","disaster","earthquake","home","insurance"]},{title:"fas fa-house-chimney-medical",searchTerms:["covid-19","doctor","general practitioner","hospital","infirmary","medicine","office","outpatient"]},{title:"fas fa-house-chimney-user",searchTerms:["covid-19","home","isolation","quarantine","uer"]},{title:"fas fa-house-chimney-window",searchTerms:["abode","building","family","home","residence"]},{title:"fas fa-house-circle-check",searchTerms:["abode","enable","home","house","not affected","ok","okay","validate","working"]},{title:"fas fa-house-circle-exclamation",searchTerms:["abode","affected","failed","home","house"]},{title:"fas fa-house-circle-xmark",searchTerms:["abode","destroy","home","house","uncheck"]},{title:"fas fa-house-crack",searchTerms:["building","devastation","disaster","earthquake","home","insurance"]},{title:"fas fa-house-fire",searchTerms:["burn","emergency","home"]},{title:"fas fa-house-flag",searchTerms:["camp","home"]},{title:"fas fa-house-flood-water",searchTerms:["damage","flood","water"]},{title:"fas fa-house-flood-water-circle-arrow-right",searchTerms:["damage","flood","water"]},{title:"fas fa-house-laptop",searchTerms:["computer","covid-19","device","office","remote","work from home"]},{title:"fas fa-house-lock",searchTerms:["closed","home","house","lockdown","padlock","privacy","quarantine"]},{title:"fas fa-house-medical",searchTerms:["covid-19","doctor","facility","general practitioner","health","hospital","infirmary","medicine","office","outpatient"]},{title:"fas fa-house-medical-circle-check",searchTerms:["clinic","enable","hospital","not affected","ok","okay","validate","working"]},{title:"fas fa-house-medical-circle-exclamation",searchTerms:["affected","clinic","failed","hospital"]},{title:"fas fa-house-medical-circle-xmark",searchTerms:["clinic","destroy","hospital","uncheck"]},{title:"fas fa-house-medical-flag",searchTerms:["clinic","hospital","mash"]},{title:"fas fa-house-signal",searchTerms:["abode","building","connect","family","home","residence","smart home","wifi","www"]},{title:"fas fa-house-tsunami",searchTerms:["damage","flood","tidal wave","wave"]},{title:"fas fa-house-user",searchTerms:["house","uer"]},{title:"fab fa-houzz",searchTerms:[]},{title:"fas fa-hryvnia-sign",searchTerms:["Hryvnia Sign","currency"]},{title:"fab fa-html5",searchTerms:[]},{title:"fab fa-hubspot",searchTerms:[]},{title:"fas fa-hurricane",searchTerms:["coriolis effect","eye","storm","tropical cyclone","typhoon"]},{title:"fas fa-i",searchTerms:["Latin Capital Letter I","Latin Small Letter I","letter"]},{title:"fas fa-i-cursor",searchTerms:["editing","i-beam","type","writing"]},{title:"fas fa-ice-cream",searchTerms:["chocolate","cone","cream","dessert","frozen","ice","ice cream","scoop","sorbet","sweet","vanilla","yogurt"]},{title:"fas fa-icicles",searchTerms:["cold","frozen","hanging","ice","seasonal","sharp"]},{title:"fas fa-icons",searchTerms:["bolt","category","emoji","heart","image","music","photo","symbols"]},{title:"fas fa-id-badge",searchTerms:["address","contact","identification","license","profile","uer","username"]},{title:"far fa-id-badge",searchTerms:["address","contact","identification","license","profile","uer","username"]},{title:"fas fa-id-card",searchTerms:["contact","demographics","document","identification","issued","profile","registration","uer","username"]},{title:"far fa-id-card",searchTerms:["contact","demographics","document","identification","issued","profile","registration","uer","username"]},{title:"fas fa-id-card-clip",searchTerms:["contact","demographics","document","identification","issued","profile","uer","username"]},{title:"fab fa-ideal",searchTerms:[]},{title:"fas fa-igloo",searchTerms:["dome","dwelling","eskimo","home","house","ice","snow"]},{title:"fas fa-image",searchTerms:["album","img","landscape","photo","picture"]},{title:"far fa-image",searchTerms:["album","img","landscape","photo","picture"]},{title:"fas fa-image-portrait",searchTerms:["id","image","img","photo","picture","selfie","uer","username"]},{title:"fas fa-images",searchTerms:["album","img","landscape","photo","picture"]},{title:"far fa-images",searchTerms:["album","img","landscape","photo","picture"]},{title:"fab fa-imdb",searchTerms:[]},{title:"fas fa-inbox",searchTerms:["archive","desk","email","mail","message"]},{title:"fas fa-indent",searchTerms:["align","justify","paragraph","tab"]},{title:"fas fa-indian-rupee-sign",searchTerms:["Indian Rupee Sign","currency"]},{title:"fas fa-industry",searchTerms:["building","factory","industrial","manufacturing","mill","warehouse"]},{title:"fas fa-infinity",searchTerms:["Infinity","eternity","forever","infinity","math","unbounded","universal"]},{title:"fas fa-info",searchTerms:["details","help","information","more","support"]},{title:"fab fa-instagram",searchTerms:[]},{title:"fab fa-instalod",searchTerms:[]},{title:"fab fa-intercom",searchTerms:["app","customer","messenger"]},{title:"fab fa-internet-explorer",searchTerms:["browser","ie"]},{title:"fab fa-invision",searchTerms:["app","design","interface"]},{title:"fab fa-ioxhost",searchTerms:[]},{title:"fas fa-italic",searchTerms:["edit","emphasis","font","format","text","type"]},{title:"fab fa-itch-io",searchTerms:[]},{title:"fab fa-itunes",searchTerms:[]},{title:"fab fa-itunes-note",searchTerms:[]},{title:"fas fa-j",searchTerms:["Latin Capital Letter J","Latin Small Letter J","letter"]},{title:"fas fa-jar",searchTerms:["jam","jelly","storage"]},{title:"fas fa-jar-wheat",searchTerms:["flour","storage"]},{title:"fab fa-java",searchTerms:[]},{title:"fas fa-jedi",searchTerms:["crest","force","sith","skywalker","star wars","yoda"]},{title:"fab fa-jedi-order",searchTerms:["star wars"]},{title:"fab fa-jenkins",searchTerms:[]},{title:"fas fa-jet-fighter",searchTerms:["airforce","airplane","airport","fast","fly","goose","marines","maverick","military","plane","quick","top gun","transportation","travel"]},{title:"fas fa-jet-fighter-up",searchTerms:["airforce","airplane","airport","fast","fly","goose","marines","maverick","military","plane","quick","top gun","transportation","travel"]},{title:"fab fa-jira",searchTerms:["atlassian"]},{title:"fab fa-joget",searchTerms:[]},{title:"fas fa-joint",searchTerms:["blunt","cannabis","doobie","drugs","marijuana","roach","smoke","smoking","spliff"]},{title:"fab fa-joomla",searchTerms:[]},{title:"fab fa-js",searchTerms:[]},{title:"fab fa-jsfiddle",searchTerms:[]},{title:"fas fa-jug-detergent",searchTerms:["detergent","laundry","soap","wash"]},{title:"fab fa-jxl",searchTerms:[]},{title:"fas fa-k",searchTerms:["Latin Capital Letter K","Latin Small Letter K","letter"]},{title:"fas fa-kaaba",searchTerms:["Muslim","building","cube","islam","kaaba","muslim","religion"]},{title:"fab fa-kaggle",searchTerms:[]},{title:"fas fa-key",searchTerms:["key","lock","password","private","secret","unlock"]},{title:"fab fa-keybase",searchTerms:[]},{title:"fas fa-keyboard",searchTerms:["accessory","computer","edit","input","keyboard","text","type","write"]},{title:"far fa-keyboard",searchTerms:["accessory","computer","edit","input","keyboard","text","type","write"]},{title:"fab fa-keycdn",searchTerms:[]},{title:"fas fa-khanda",searchTerms:["Adi Shakti","chakkar","sikh","sikhism","sword"]},{title:"fab fa-kickstarter",searchTerms:[]},{title:"fab fa-kickstarter-k",searchTerms:[]},{title:"fas fa-kip-sign",searchTerms:["Kip Sign","currency"]},{title:"fas fa-kit-medical",searchTerms:["emergency","emt","health","medical","rescue"]},{title:"fas fa-kitchen-set",searchTerms:["chef","cook","cup","kitchen","pan","pot","skillet"]},{title:"fas fa-kiwi-bird",searchTerms:["bird","fauna","new zealand"]},{title:"fab fa-korvue",searchTerms:[]},{title:"fas fa-l",searchTerms:["Latin Capital Letter L","Latin Small Letter L","letter"]},{title:"fas fa-land-mine-on",searchTerms:["bomb","danger","explosion","war"]},{title:"fas fa-landmark",searchTerms:["building","classical","historic","memorable","monument","museum","politics","society"]},{title:"fas fa-landmark-dome",searchTerms:["building","historic","memorable","monument","politics"]},{title:"fas fa-landmark-flag",searchTerms:["capitol","flag","landmark","memorial"]},{title:"fas fa-language",searchTerms:["dialect","idiom","localize","speech","translate","vernacular"]},{title:"fas fa-laptop",searchTerms:["computer","cpu","dell","demo","device","fabook","fb","laptop","mac","macbook","machine","pc","personal"]},{title:"fas fa-laptop-code",searchTerms:["computer","cpu","dell","demo","develop","device","fabook","fb","mac","macbook","machine","mysql","pc","sql"]},{title:"fas fa-laptop-file",searchTerms:["computer","education","laptop","learning","remote work"]},{title:"fas fa-laptop-medical",searchTerms:["computer","device","ehr","electronic health records","history"]},{title:"fab fa-laravel",searchTerms:[]},{title:"fas fa-lari-sign",searchTerms:["Lari Sign","currency"]},{title:"fab fa-lastfm",searchTerms:[]},{title:"fas fa-layer-group",searchTerms:["arrange","category","develop","layers","map","platform","stack"]},{title:"fas fa-leaf",searchTerms:["eco","flora","nature","plant","vegan"]},{title:"fab fa-leanpub",searchTerms:[]},{title:"fas fa-left-long",searchTerms:["back","long-arrow-left","previous"]},{title:"fas fa-left-right",searchTerms:["arrow","arrows-h","expand","horizontal","landscape","left-right arrow","resize","wide"]},{title:"fas fa-lemon",searchTerms:["citrus","fruit","lemon","lemonade","lime","tart"]},{title:"far fa-lemon",searchTerms:["citrus","fruit","lemon","lemonade","lime","tart"]},{title:"fab fa-less",searchTerms:[]},{title:"fas fa-less-than",searchTerms:["Less-Than Sign","arithmetic","compare","math"]},{title:"fas fa-less-than-equal",searchTerms:["arithmetic","compare","math"]},{title:"fab fa-letterboxd",searchTerms:[]},{title:"fas fa-life-ring",searchTerms:["coast guard","help","overboard","save","support"]},{title:"far fa-life-ring",searchTerms:["coast guard","help","overboard","save","support"]},{title:"fas fa-lightbulb",searchTerms:[" comic"," electric"," idea"," innovation"," inspiration"," light"," light bulb"," bulb","bulb","comic","electric","energy","idea","inspiration","mechanical"]},{title:"far fa-lightbulb",searchTerms:[" comic"," electric"," idea"," innovation"," inspiration"," light"," light bulb"," bulb","bulb","comic","electric","energy","idea","inspiration","mechanical"]},{title:"fab fa-line",searchTerms:[]},{title:"fas fa-lines-leaning",searchTerms:["canted","domino","falling","resilience","resilient","tipped"]},{title:"fas fa-link",searchTerms:["attach","attachment","chain","connect","lin","link"]},{title:"fas fa-link-slash",searchTerms:["attachment","chain","chain-broken","disabled","disconnect","remove"]},{title:"fab fa-linkedin",searchTerms:["linkedin-square","linkin"]},{title:"fab fa-linkedin-in",searchTerms:["linkedin","linkin"]},{title:"fab fa-linode",searchTerms:[]},{title:"fab fa-linux",searchTerms:["tux"]},{title:"fas fa-lira-sign",searchTerms:["Lira Sign","currency"]},{title:"fas fa-list",searchTerms:["bullet","category","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},{title:"fas fa-list-check",searchTerms:["bullet","cheatsheet","checklist","downloading","downloads","enable","loading","progress","project management","settings","summary","to do","validate","working"]},{title:"fas fa-list-ol",searchTerms:["cheatsheet","checklist","completed","done","finished","numbers","ol","summary","todo","ul"]},{title:"fas fa-list-ul",searchTerms:["bullet","cheatsheet","checklist","completed","done","finished","ol","summary","survey","todo","ul"]},{title:"fas fa-litecoin-sign",searchTerms:["currency"]},{title:"fas fa-location-arrow",searchTerms:["address","compass","coordinate","direction","gps","map","navigation","place"]},{title:"fas fa-location-crosshairs",searchTerms:["address","coordinate","direction","gps","location","map","navigation","place","where"]},{title:"fas fa-location-dot",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},{title:"fas fa-location-pin",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},{title:"fas fa-location-pin-lock",searchTerms:["closed","lockdown","map","padlock","privacy","quarantine"]},{title:"fas fa-lock",searchTerms:["admin","closed","lock","locked","open","padlock","password","privacy","private","protect","security"]},{title:"fas fa-lock-open",searchTerms:["admin","lock","open","padlock","password","privacy","private","protect","security","unlock"]},{title:"fas fa-locust",searchTerms:["horde","infestation","locust","plague","swarm"]},{title:"fas fa-lungs",searchTerms:["air","breath","covid-19","exhalation","inhalation","lungs","organ","respiration","respiratory"]},{title:"fas fa-lungs-virus",searchTerms:["breath","coronavirus","covid-19","flu","infection","pandemic","respiratory","sick"]},{title:"fab fa-lyft",searchTerms:[]},{title:"fas fa-m",searchTerms:["Latin Capital Letter M","Latin Small Letter M","letter"]},{title:"fab fa-magento",searchTerms:[]},{title:"fas fa-magnet",searchTerms:["Attract","attraction","horseshoe","lodestone","magnet","magnetic","tool"]},{title:"fas fa-magnifying-glass",searchTerms:["bigger","enlarge","equipment","find","glass","inspection","magnifier","magnify","magnifying","magnifying glass tilted left","preview","search","tool","zoom"]},{title:"fas fa-magnifying-glass-arrow-right",searchTerms:["find","magnifier","next","search"]},{title:"fas fa-magnifying-glass-chart",searchTerms:[" data"," graph"," intelligence","analysis","chart","magnifier","market","revenue"]},{title:"fas fa-magnifying-glass-dollar",searchTerms:["bigger","enlarge","find","magnifier","magnify","money","preview","zoom"]},{title:"fas fa-magnifying-glass-location",searchTerms:["bigger","enlarge","find","magnifier","magnify","preview","zoom"]},{title:"fas fa-magnifying-glass-minus",searchTerms:["magnifier","minify","negative","smaller","zoom","zoom out"]},{title:"fas fa-magnifying-glass-plus",searchTerms:["bigger","enlarge","magnifier","magnify","positive","zoom","zoom in"]},{title:"fab fa-mailchimp",searchTerms:[]},{title:"fas fa-manat-sign",searchTerms:["Manat Sign","currency"]},{title:"fab fa-mandalorian",searchTerms:[]},{title:"fas fa-map",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel","world","world map"]},{title:"far fa-map",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel","world","world map"]},{title:"fas fa-map-location",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},{title:"fas fa-map-location-dot",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},{title:"fas fa-map-pin",searchTerms:["address","agree","coordinates","destination","gps","localize","location","map","marker","navigation","pin","place","position","pushpin","round pushpin","travel"]},{title:"fab fa-markdown",searchTerms:[]},{title:"fas fa-marker",searchTerms:["design","edit","modify","sharpie","update","write"]},{title:"fas fa-mars",searchTerms:["gender","male","male sign","man"]},{title:"fas fa-mars-and-venus",searchTerms:["Male and Female Sign","female","gender","intersex","male","transgender"]},{title:"fas fa-mars-and-venus-burst",searchTerms:["gender","uer","violence"]},{title:"fas fa-mars-double",searchTerms:["Doubled Male Sign","gay","gender","male","men"]},{title:"fas fa-mars-stroke",searchTerms:["Male with Stroke Sign","gender","transgender"]},{title:"fas fa-mars-stroke-right",searchTerms:["Horizontal Male with Stroke Sign","gender"]},{title:"fas fa-mars-stroke-up",searchTerms:["Vertical Male with Stroke Sign","gender"]},{title:"fas fa-martini-glass",searchTerms:["alcohol","bar","beverage","cocktail","cocktail glass","drink","glass","liquor"]},{title:"fas fa-martini-glass-citrus",searchTerms:["alcohol","beverage","drink","gin","glass","margarita","martini","vodka"]},{title:"fas fa-martini-glass-empty",searchTerms:["alcohol","bar","beverage","drink","liquor"]},{title:"fas fa-mask",searchTerms:["carnivale","costume","disguise","halloween","secret","super hero"]},{title:"fas fa-mask-face",searchTerms:["breath","coronavirus","covid-19","filter","flu","infection","pandemic","respirator","virus"]},{title:"fas fa-mask-ventilator",searchTerms:["breath","gas","mask","oxygen","respirator","ventilator"]},{title:"fas fa-masks-theater",searchTerms:["art","comedy","mask","perform","performing","performing arts","theater","theatre","tragedy"]},{title:"fab fa-mastodon",searchTerms:[]},{title:"fas fa-mattress-pillow",searchTerms:["air mattress","mattress","pillow","rest","sleep"]},{title:"fab fa-maxcdn",searchTerms:[]},{title:"fas fa-maximize",searchTerms:[" maximize"," resize"," scale"," arrows"," bigger"," enlarge"," fullscreen"," resize"," size","expand"]},{title:"fab fa-mdb",searchTerms:[]},{title:"fas fa-medal",searchTerms:["award","guarantee","medal","quality","ribbon","sports medal","star","trophy","warranty"]},{title:"fab fa-medapps",searchTerms:[]},{title:"fab fa-medium",searchTerms:[]},{title:"fab fa-medrt",searchTerms:[]},{title:"fab fa-meetup",searchTerms:[]},{title:"fab fa-megaport",searchTerms:[]},{title:"fas fa-memory",searchTerms:["DIMM","RAM","hardware","storage","technology"]},{title:"fab fa-mendeley",searchTerms:[]},{title:"fas fa-menorah",searchTerms:["candle","hanukkah","jewish","judaism","light"]},{title:"fas fa-mercury",searchTerms:["Mercury","gender","hybrid","transgender"]},{title:"fas fa-message",searchTerms:[" conversation"," discussion"," talking","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"far fa-message",searchTerms:[" conversation"," discussion"," talking","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"fab fa-meta",searchTerms:[]},{title:"fas fa-meteor",searchTerms:["armageddon","asteroid","comet","shooting star","space"]},{title:"fab fa-microblog",searchTerms:[]},{title:"fas fa-microchip",searchTerms:["cpu","hardware","processor","technology"]},{title:"fas fa-microphone",searchTerms:["address","audio","information","podcast","public","record","sing","sound","talking","voice"]},{title:"fas fa-microphone-lines",searchTerms:["audio","mic","microphone","music","podcast","record","sing","sound","studio","studio microphone","talking","voice"]},{title:"fas fa-microphone-lines-slash",searchTerms:["audio","disable","disabled","disconnect","disconnect","mute","podcast","record","sing","sound","voice"]},{title:"fas fa-microphone-slash",searchTerms:["audio","disable","disabled","mute","podcast","record","sing","sound","voice"]},{title:"fas fa-microscope",searchTerms:["covid-19","electron","knowledge","lens","microscope","optics","science","shrink","testing","tool"]},{title:"fab fa-microsoft",searchTerms:[]},{title:"fas fa-mill-sign",searchTerms:["Mill Sign","currency"]},{title:"fas fa-minimize",searchTerms:["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},{title:"fab fa-mintbit",searchTerms:[]},{title:"fas fa-minus",searchTerms:["En Dash","Minus Sign","collapse","delete","hide","math","minify","minus","negative","remove","sign","trash","−"]},{title:"fas fa-mitten",searchTerms:["clothing","cold","glove","hands","knitted","seasonal","warmth"]},{title:"fab fa-mix",searchTerms:[]},{title:"fab fa-mixcloud",searchTerms:[]},{title:"fab fa-mixer",searchTerms:[]},{title:"fab fa-mizuni",searchTerms:[]},{title:"fas fa-mobile",searchTerms:["android","call","cell","cell phone","device","mobile","mobile phone","number","phone","screen","telephone","text"]},{title:"fas fa-mobile-button",searchTerms:["apple","call","cell phone","device","iphone","number","screen","telephone"]},{title:"fas fa-mobile-retro",searchTerms:["cellphone","cellular","phone"]},{title:"fas fa-mobile-screen",searchTerms:["android","call","cell phone","device","number","screen","telephone","text"]},{title:"fas fa-mobile-screen-button",searchTerms:["apple","call","cell phone","device","iphone","number","screen","telephone"]},{title:"fab fa-modx",searchTerms:[]},{title:"fab fa-monero",searchTerms:[]},{title:"fas fa-money-bill",searchTerms:["buy","cash","checkout","coupon","investment","money","payment","premium","price","purchase","revenue","salary"]},{title:"fas fa-money-bill-1",searchTerms:["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},{title:"far fa-money-bill-1",searchTerms:["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},{title:"fas fa-money-bill-1-wave",searchTerms:["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},{title:"fas fa-money-bill-transfer",searchTerms:["bank","conversion","deposit","investment","money","salary","transfer","withdrawal"]},{title:"fas fa-money-bill-trend-up",searchTerms:["bank","bonds","inflation","investment","market","revenue","salary","stocks","trade"]},{title:"fas fa-money-bill-wave",searchTerms:["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},{title:"fas fa-money-bill-wheat",searchTerms:["agribusiness","agriculture","farming","food","investment","livelihood","subsidy"]},{title:"fas fa-money-bills",searchTerms:["atm","cash","investment","money","moolah","premium","revenue","salary"]},{title:"fas fa-money-check",searchTerms:["bank check","buy","checkout","cheque","money","payment","price","purchase","salary"]},{title:"fas fa-money-check-dollar",searchTerms:["bank check","buy","checkout","cheque","money","payment","price","purchase","salary"]},{title:"fas fa-monument",searchTerms:["building","historic","landmark","memorable"]},{title:"fas fa-moon",searchTerms:["Power Sleep Symbol","contrast","crescent","crescent moon","dark","lunar","moon","night"]},{title:"far fa-moon",searchTerms:["Power Sleep Symbol","contrast","crescent","crescent moon","dark","lunar","moon","night"]},{title:"fas fa-mortar-pestle",searchTerms:["crush","culinary","grind","medical","mix","pharmacy","prescription","spices"]},{title:"fas fa-mosque",searchTerms:["Muslim","building","islam","landmark","mosque","muslim","religion"]},{title:"fas fa-mosquito",searchTerms:["bite","bug","mosquito","west nile"]},{title:"fas fa-mosquito-net",searchTerms:["bite","malaria","mosquito","net"]},{title:"fas fa-motorcycle",searchTerms:["bike","machine","motorcycle","racing","transportation","vehicle"]},{title:"fas fa-mound",searchTerms:["barrier","hill","pitcher","speedbump"]},{title:"fas fa-mountain",searchTerms:["cold","glacier","hiking","hill","landscape","mountain","snow","snow-capped mountain","travel","view"]},{title:"fas fa-mountain-city",searchTerms:["location","rural","urban"]},{title:"fas fa-mountain-sun",searchTerms:["country","hiking","landscape","rural","travel","view"]},{title:"fas fa-mug-hot",searchTerms:["beverage","caliente","cocoa","coffee","cup","drink","holiday","hot","hot beverage","hot chocolate","steam","steaming","tea","warmth"]},{title:"fas fa-mug-saucer",searchTerms:["beverage","breakfast","cafe","drink","fall","morning","mug","seasonal","tea"]},{title:"fas fa-music",searchTerms:["lyrics","melody","music","musical note","note","sing","sound"]},{title:"fas fa-n",searchTerms:["Latin Capital Letter N","Latin Small Letter N","letter","nay","no"]},{title:"fas fa-naira-sign",searchTerms:["Naira Sign","currency"]},{title:"fab fa-napster",searchTerms:[]},{title:"fab fa-neos",searchTerms:[]},{title:"fas fa-network-wired",searchTerms:["computer","connect","ethernet","internet","intranet"]},{title:"fas fa-neuter",searchTerms:["Neuter","gender"]},{title:"fas fa-newspaper",searchTerms:["article","editorial","headline","journal","journalism","news","newsletter","newspaper","paper","press"]},{title:"far fa-newspaper",searchTerms:["article","editorial","headline","journal","journalism","news","newsletter","newspaper","paper","press"]},{title:"fab fa-nfc-directional",searchTerms:["connect","data","near field communication","nfc","scan","signal","transfer","wireless"]},{title:"fab fa-nfc-symbol",searchTerms:["connect","data","near field communication","nfc","scan","signal","transfer","wireless"]},{title:"fab fa-nimblr",searchTerms:[]},{title:"fab fa-node",searchTerms:[]},{title:"fab fa-node-js",searchTerms:[]},{title:"fas fa-not-equal",searchTerms:["arithmetic","compare","math"]},{title:"fas fa-notdef",searchTerms:["404","close","missing","not found"]},{title:"fas fa-note-sticky",searchTerms:["message","note","paper","reminder","sticker"]},{title:"far fa-note-sticky",searchTerms:["message","note","paper","reminder","sticker"]},{title:"fas fa-notes-medical",searchTerms:["clipboard","doctor","ehr","health","history","records"]},{title:"fab fa-npm",searchTerms:[]},{title:"fab fa-ns8",searchTerms:[]},{title:"fab fa-nutritionix",searchTerms:[]},{title:"fas fa-o",searchTerms:["Latin Capital Letter O","Latin Small Letter O","letter"]},{title:"fas fa-object-group",searchTerms:["combine","copy","design","merge","select"]},{title:"far fa-object-group",searchTerms:["combine","copy","design","merge","select"]},{title:"fas fa-object-ungroup",searchTerms:["copy","design","merge","select","separate"]},{title:"far fa-object-ungroup",searchTerms:["copy","design","merge","select","separate"]},{title:"fab fa-octopus-deploy",searchTerms:[]},{title:"fab fa-odnoklassniki",searchTerms:[]},{title:"fab fa-odysee",searchTerms:[]},{title:"fas fa-oil-can",searchTerms:["auto","crude","gasoline","grease","lubricate","petroleum"]},{title:"fas fa-oil-well",searchTerms:["drill","oil","rig"]},{title:"fab fa-old-republic",searchTerms:["politics","star wars"]},{title:"fas fa-om",searchTerms:["Hindu","buddhism","hinduism","jainism","mantra","om","religion"]},{title:"fab fa-opencart",searchTerms:[]},{title:"fab fa-openid",searchTerms:[]},{title:"fab fa-opensuse",searchTerms:[]},{title:"fab fa-opera",searchTerms:[]},{title:"fab fa-optin-monster",searchTerms:[]},{title:"fab fa-orcid",searchTerms:[]},{title:"fab fa-osi",searchTerms:[]},{title:"fas fa-otter",searchTerms:["animal","badger","fauna","fishing","fur","mammal","marten","otter","playful"]},{title:"fas fa-outdent",searchTerms:["align","justify","paragraph","tab"]},{title:"fas fa-p",searchTerms:["Latin Capital Letter P","Latin Small Letter P","letter"]},{title:"fab fa-padlet",searchTerms:[]},{title:"fab fa-page4",searchTerms:[]},{title:"fab fa-pagelines",searchTerms:["eco","flora","leaf","leaves","nature","plant","tree"]},{title:"fas fa-pager",searchTerms:["beeper","cell phone","communication","page","pager"]},{title:"fas fa-paint-roller",searchTerms:["acrylic","art","brush","color","fill","maintenance","paint","pigment","watercolor"]},{title:"fas fa-paintbrush",searchTerms:["acrylic","art","brush","color","fill","modify","paint","paintbrush","painting","pigment","watercolor"]},{title:"fas fa-palette",searchTerms:["acrylic","art","artist palette","brush","color","fill","museum","paint","painting","palette","pigment","watercolor"]},{title:"fab fa-palfed",searchTerms:[]},{title:"fas fa-pallet",searchTerms:["archive","box","inventory","shipping","warehouse"]},{title:"fas fa-panorama",searchTerms:["image","img","landscape","photo","wide"]},{title:"fas fa-paper-plane",searchTerms:["air","float","fold","mail","paper","send"]},{title:"far fa-paper-plane",searchTerms:["air","float","fold","mail","paper","send"]},{title:"fas fa-paperclip",searchTerms:["attach","attachment","connect","link","papercli","paperclip"]},{title:"fas fa-parachute-box",searchTerms:["aid","assistance","goods","relief","rescue","supplies"]},{title:"fas fa-paragraph",searchTerms:["Pilcrow Sign","edit","format","text","writing"]},{title:"fas fa-passport",searchTerms:["document","id","identification","issued","travel"]},{title:"fas fa-paste",searchTerms:["clipboard","copy","document","paper"]},{title:"far fa-paste",searchTerms:["clipboard","copy","document","paper"]},{title:"fab fa-patreon",searchTerms:[]},{title:"fas fa-pause",searchTerms:["bar","double","hold","pause","pause button","vertical","wait"]},{title:"fas fa-paw",searchTerms:["animal","cat","dog","pet","print"]},{title:"fab fa-paypal",searchTerms:[]},{title:"fas fa-peace",searchTerms:["peace","peace symbol","serenity","tranquility","truce","war"]},{title:"fas fa-pen",searchTerms:["ballpoint","design","edit","modify","pen","update","write"]},{title:"fas fa-pen-clip",searchTerms:["design","edit","modify","update","write"]},{title:"fas fa-pen-fancy",searchTerms:["black nib","design","edit","fountain","fountain pen","modify","nib","pen","update","write"]},{title:"fas fa-pen-nib",searchTerms:["design","edit","fountain pen","modify","update","write"]},{title:"fas fa-pen-ruler",searchTerms:["design","draft","draw","maintenance","modify","pencil"]},{title:"fas fa-pen-to-square",searchTerms:["edit","modify","pen","pencil","update","write"]},{title:"far fa-pen-to-square",searchTerms:["edit","modify","pen","pencil","update","write"]},{title:"fas fa-pencil",searchTerms:["Lower Left Pencil","design","draw","edit","lead","maintenance","modify","pencil","update","write"]},{title:"fas fa-people-arrows",searchTerms:[" conversation"," discussion"," talking","distance","insert","isolation","separate","social distancing","talk","together","uer","users-people"]},{title:"fas fa-people-carry-box",searchTerms:["together","uer","users-people"]},{title:"fas fa-people-group",searchTerms:["crowd","family","group","team","together","uer"]},{title:"fas fa-people-line",searchTerms:["crowd","group","need","together","uer"]},{title:"fas fa-people-pulling",searchTerms:["forced return","together","uer","yanking"]},{title:"fas fa-people-robbery",searchTerms:["criminal","hands up","looting","robbery","steal","uer"]},{title:"fas fa-people-roof",searchTerms:["crowd","family","group","manage","people","safe","shelter","together","uer"]},{title:"fas fa-pepper-hot",searchTerms:["buffalo wings","capsicum","chili","chilli","habanero","hot","hot pepper","jalapeno","mexican","pepper","spicy","tabasco","vegetable"]},{title:"fab fa-perbyte",searchTerms:[]},{title:"fas fa-percent",searchTerms:["Percent Sign","discount","fraction","proportion","rate","ratio"]},{title:"fab fa-periscope",searchTerms:[]},{title:"fas fa-person",searchTerms:["default","man","person standing","stand","standing","uer","woman"]},{title:"fas fa-person-arrow-down-to-line",searchTerms:["ground","indigenous","insert","native","uer"]},{title:"fas fa-person-arrow-up-from-line",searchTerms:["population","rise","uer","upgrade"]},{title:"fas fa-person-biking",searchTerms:["bicycle","bike","biking","cyclist","pedal","person biking","summer","uer","wheel"]},{title:"fas fa-person-booth",searchTerms:["changing room","curtain","uer","vote","voting"]},{title:"fas fa-person-breastfeeding",searchTerms:["baby","child","infant","mother","nutrition","parent","sustenance","uer"]},{title:"fas fa-person-burst",searchTerms:["abuse","accident","crash","explode","uer","violence"]},{title:"fas fa-person-cane",searchTerms:["aging","cane","elderly","old","staff","uer"]},{title:"fas fa-person-chalkboard",searchTerms:["blackboard","instructor","keynote","lesson","presentation","teacher","uer"]},{title:"fas fa-person-circle-check",searchTerms:["approved","enable","not affected","ok","okay","uer","validate","working"]},{title:"fas fa-person-circle-exclamation",searchTerms:["affected","alert","failed","lost","missing","uer"]},{title:"fas fa-person-circle-minus",searchTerms:["delete","remove","uer"]},{title:"fas fa-person-circle-plus",searchTerms:["add","follow","found","uer"]},{title:"fas fa-person-circle-question",searchTerms:["faq","lost","missing","request","uer"]},{title:"fas fa-person-circle-xmark",searchTerms:["dead","removed","uer","uncheck"]},{title:"fas fa-person-digging",searchTerms:["bury","construction","debris","dig","maintenance","men at work","uer"]},{title:"fas fa-person-dots-from-line",searchTerms:["allergy","diagnosis","uer"]},{title:"fas fa-person-dress",searchTerms:["man","skirt","uer","woman"]},{title:"fas fa-person-dress-burst",searchTerms:["abuse","accident","crash","explode","uer","violence"]},{title:"fas fa-person-drowning",searchTerms:["drown","emergency","swim","uer"]},{title:"fas fa-person-falling",searchTerms:["accident","fall","trip","uer"]},{title:"fas fa-person-falling-burst",searchTerms:["accident","crash","death","fall","homicide","murder","uer"]},{title:"fas fa-person-half-dress",searchTerms:["gender","man","restroom","transgender","uer","woman"]},{title:"fas fa-person-harassing",searchTerms:["abuse","scream","shame","shout","uer","yell"]},{title:"fas fa-person-hiking",searchTerms:["autumn","fall","follow","hike","mountain","outdoors","summer","uer","walk"]},{title:"fas fa-person-military-pointing",searchTerms:["army","customs","guard","uer"]},{title:"fas fa-person-military-rifle",searchTerms:["armed forces","army","military","rifle","uer","war"]},{title:"fas fa-person-military-to-person",searchTerms:["civilian","coordination","military","uer"]},{title:"fas fa-person-praying",searchTerms:["kneel","place of worship","religion","thank","uer","worship"]},{title:"fas fa-person-pregnant",searchTerms:["baby","birth","child","parent","pregnant","pregnant woman","uer","woman"]},{title:"fas fa-person-rays",searchTerms:["affected","focus","shine","uer"]},{title:"fas fa-person-rifle",searchTerms:["army","combatant","gun","military","rifle","uer","war"]},{title:"fas fa-person-running",searchTerms:["exit","flee","follow","marathon","person running","race","running","uer","workout"]},{title:"fas fa-person-shelter",searchTerms:["house","inside","roof","safe","safety","shelter","uer"]},{title:"fas fa-person-skating",searchTerms:["figure skating","ice","olympics","rink","skate","uer","winter"]},{title:"fas fa-person-skiing",searchTerms:["downhill","olympics","ski","skier","snow","uer","winter"]},{title:"fas fa-person-skiing-nordic",searchTerms:["cross country","olympics","uer","winter"]},{title:"fas fa-person-snowboarding",searchTerms:["olympics","ski","snow","snowboard","snowboarder","uer","winter"]},{title:"fas fa-person-swimming",searchTerms:["ocean","person swimming","pool","sea","swim","uer","water"]},{title:"fas fa-person-through-window",searchTerms:["door","exit","forced entry","leave","robbery","steal","uer","window"]},{title:"fas fa-person-walking",searchTerms:["crosswalk","exercise","follow","hike","move","person walking","uer","walk","walking","workout"]},{title:"fas fa-person-walking-arrow-loop-left",searchTerms:["follow","population return","return","uer"]},{title:"fas fa-person-walking-arrow-right",searchTerms:["exit","follow","internally displaced","leave","refugee","uer"]},{title:"fas fa-person-walking-dashed-line-arrow-right",searchTerms:["exit","follow","refugee","uer"]},{title:"fas fa-person-walking-luggage",searchTerms:["bag","baggage","briefcase","carry-on","deployment","follow","rolling","uer"]},{title:"fas fa-person-walking-with-cane",searchTerms:["blind","cane","follow","uer"]},{title:"fas fa-peseta-sign",searchTerms:["Peseta Sign","currency"]},{title:"fas fa-peso-sign",searchTerms:["Peso Sign","currency"]},{title:"fab fa-phabricator",searchTerms:[]},{title:"fab fa-phoenix-framework",searchTerms:[]},{title:"fab fa-phoenix-squadron",searchTerms:[]},{title:"fas fa-phone",searchTerms:["Left Hand Telephone Receiver","call","earphone","number","phone","receiver","support","talking","telephone","telephone receiver","voice"]},{title:"fas fa-phone-flip",searchTerms:["Right Hand Telephone Receiver","call","earphone","number","support","telephone","voice"]},{title:"fas fa-phone-slash",searchTerms:["call","cancel","disabled","disconnect","earphone","mute","number","support","telephone","voice"]},{title:"fas fa-phone-volume",searchTerms:["call","earphone","number","ring","ringing","sound","support","talking","telephone","voice","volume-control-phone"]},{title:"fas fa-photo-film",searchTerms:["av","film","image","library","media"]},{title:"fab fa-php",searchTerms:[]},{title:"fab fa-pied-piper",searchTerms:[]},{title:"fab fa-pied-piper-alt",searchTerms:[]},{title:"fab fa-pied-piper-hat",searchTerms:["clothing"]},{title:"fab fa-pied-piper-pp",searchTerms:[]},{title:"fas fa-piggy-bank",searchTerms:["bank","salary","save","savings"]},{title:"fas fa-pills",searchTerms:["drugs","medicine","prescription","tablets"]},{title:"fab fa-pinterest",searchTerms:[]},{title:"fab fa-pinterest-p",searchTerms:[]},{title:"fab fa-pix",searchTerms:[]},{title:"fab fa-pixiv",searchTerms:[]},{title:"fas fa-pizza-slice",searchTerms:["cheese","chicago","italian","mozzarella","new york","pepperoni","pie","slice","teenage mutant ninja turtles","tomato"]},{title:"fas fa-place-of-worship",searchTerms:["building","church","holy","mosque","synagogue"]},{title:"fas fa-plane",searchTerms:["airplane","airport","destination","fly","location","mode","travel","trip"]},{title:"fas fa-plane-arrival",searchTerms:["aeroplane","airplane","airplane arrival","airport","arrivals","arriving","destination","fly","land","landing","location","mode","travel","trip"]},{title:"fas fa-plane-circle-check",searchTerms:["airplane","airport","enable","flight","fly","not affected","ok","okay","travel","validate","working"]},{title:"fas fa-plane-circle-exclamation",searchTerms:["affected","airplane","airport","failed","flight","fly","travel"]},{title:"fas fa-plane-circle-xmark",searchTerms:["airplane","airport","destroy","flight","fly","travel","uncheck"]},{title:"fas fa-plane-departure",searchTerms:["aeroplane","airplane","airplane departure","airport","check-in","departing","departure","departures","destination","fly","location","mode","take off","taking off","travel","trip"]},{title:"fas fa-plane-lock",searchTerms:["airplane","airport","closed","flight","fly","lockdown","padlock","privacy","quarantine","travel"]},{title:"fas fa-plane-slash",searchTerms:["airplane mode","airport","canceled","covid-19","delayed","disabled","grounded","travel"]},{title:"fas fa-plane-up",searchTerms:["airplane","airport","internet","signal","sky","wifi","wireless"]},{title:"fas fa-plant-wilt",searchTerms:["drought","planting","vegetation","wilt"]},{title:"fas fa-plate-wheat",searchTerms:["bowl","hunger","rations","wheat"]},{title:"fas fa-play",searchTerms:["arrow","audio","music","play","play button","playing","right","sound","start","triangle","video"]},{title:"fab fa-playstation",searchTerms:[]},{title:"fas fa-plug",searchTerms:["connect","electric","electric plug","electricity","online","plug","power"]},{title:"fas fa-plug-circle-bolt",searchTerms:["electric","electricity","plug","power"]},{title:"fas fa-plug-circle-check",searchTerms:["electric","electricity","enable","not affected","ok","okay","plug","power","validate","working"]},{title:"fas fa-plug-circle-exclamation",searchTerms:["affected","electric","electricity","failed","plug","power"]},{title:"fas fa-plug-circle-minus",searchTerms:["disconnect","electric","electricity","plug","power"]},{title:"fas fa-plug-circle-plus",searchTerms:["electric","electricity","plug","power"]},{title:"fas fa-plug-circle-xmark",searchTerms:["destroy","disconnect","electric","electricity","outage","plug","power","uncheck"]},{title:"fas fa-plus",searchTerms:["+","Plus Sign","add","create","expand","follow","math","modify","new","plus","positive","shape","sign"]},{title:"fas fa-plus-minus",searchTerms:["Plus-Minus Sign","add","math","subtract"]},{title:"fas fa-podcast",searchTerms:["audio","broadcast","music","sound"]},{title:"fas fa-poo",searchTerms:["crap","dung","face","monster","pile of poo","poo","poop","shit","smile","turd","uer"]},{title:"fas fa-poo-storm",searchTerms:["bolt","cloud","euphemism","lightning","mess","poop","shit","turd"]},{title:"fas fa-poop",searchTerms:["crap","poop","shit","smile","turd"]},{title:"fas fa-power-off",searchTerms:["Power Symbol","cancel","computer","on","reboot","restart"]},{title:"fas fa-prescription",searchTerms:["drugs","medical","medicine","pharmacy","rx"]},{title:"fas fa-prescription-bottle",searchTerms:["drugs","medical","medicine","pharmacy","rx"]},{title:"fas fa-prescription-bottle-medical",searchTerms:["drugs","medical","medicine","pharmacy","rx"]},{title:"fas fa-print",searchTerms:["Print Screen Symbol","Printer Icon","business","computer","copy","document","office","paper","printer"]},{title:"fab fa-product-hunt",searchTerms:[]},{title:"fas fa-pump-medical",searchTerms:["anti-bacterial","clean","covid-19","disinfect","hygiene","medical grade","sanitizer","soap"]},{title:"fas fa-pump-soap",searchTerms:["anti-bacterial","clean","covid-19","disinfect","hygiene","sanitizer","soap"]},{title:"fab fa-pushed",searchTerms:[]},{title:"fas fa-puzzle-piece",searchTerms:["add-on","addon","clue","game","interlocking","jigsaw","piece","puzzle","puzzle piece","section"]},{title:"fab fa-python",searchTerms:[]},{title:"fas fa-q",searchTerms:["Latin Capital Letter Q","Latin Small Letter Q","letter"]},{title:"fab fa-qq",searchTerms:[]},{title:"fas fa-qrcode",searchTerms:["barcode","info","information","scan"]},{title:"fas fa-question",searchTerms:["?","Question Mark","faq","help","information","mark","outlined","punctuation","question","red question mark","request","support","unknown","white question mark"]},{title:"fab fa-quinscape",searchTerms:[]},{title:"fab fa-quora",searchTerms:[]},{title:"fas fa-quote-left",searchTerms:["Left Double Quotation Mark","mention","note","phrase","text","type"]},{title:"fas fa-quote-right",searchTerms:["Right Double Quotation Mark","mention","note","phrase","text","type"]},{title:"fas fa-r",searchTerms:["Latin Capital Letter R","Latin Small Letter R","letter"]},{title:"fab fa-r-project",searchTerms:[]},{title:"fas fa-radiation",searchTerms:["danger","dangerous","deadly","hazard","nuclear","radioactive","warning"]},{title:"fas fa-radio",searchTerms:["am","broadcast","fm","frequency","music","news","radio","receiver","transmitter","tuner","video"]},{title:"fas fa-rainbow",searchTerms:["gold","leprechaun","prism","rain","rainbow","sky"]},{title:"fas fa-ranking-star",searchTerms:["chart","first place","podium","quality","rank","revenue","win"]},{title:"fab fa-raspberry-pi",searchTerms:[]},{title:"fab fa-ravelry",searchTerms:[]},{title:"fab fa-react",searchTerms:[]},{title:"fab fa-reacteurope",searchTerms:[]},{title:"fab fa-readme",searchTerms:[]},{title:"fab fa-rebel",searchTerms:[]},{title:"fas fa-receipt",searchTerms:["accounting","bookkeeping","check","coupon","evidence","invoice","money","pay","proof","receipt","table"]},{title:"fas fa-record-vinyl",searchTerms:["LP","album","analog","music","phonograph","sound"]},{title:"fas fa-rectangle-ad",searchTerms:["advertisement","media","newspaper","promotion","publicity"]},{title:"fas fa-rectangle-list",searchTerms:["cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},{title:"far fa-rectangle-list",searchTerms:["cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},{title:"fas fa-rectangle-xmark",searchTerms:["browser","cancel","computer","development","uncheck"]},{title:"far fa-rectangle-xmark",searchTerms:["browser","cancel","computer","development","uncheck"]},{title:"fas fa-recycle",searchTerms:["Recycling Symbol For Generic Materials","Universal Recycling Symbol","Waste","compost","garbage","recycle","recycling symbol","reuse","trash"]},{title:"fab fa-red-river",searchTerms:[]},{title:"fab fa-reddit",searchTerms:[]},{title:"fab fa-reddit-alien",searchTerms:[]},{title:"fab fa-redhat",searchTerms:["linux","operating system","os"]},{title:"fas fa-registered",searchTerms:["copyright","mark","r","registered","trademark"]},{title:"far fa-registered",searchTerms:["copyright","mark","r","registered","trademark"]},{title:"fab fa-renren",searchTerms:[]},{title:"fas fa-repeat",searchTerms:["arrow","clockwise","flip","reload","renew","repeat","repeat button","retry","rewind","switch"]},{title:"fas fa-reply",searchTerms:["mail","message","respond"]},{title:"fas fa-reply-all",searchTerms:["mail","message","respond"]},{title:"fab fa-replyd",searchTerms:[]},{title:"fas fa-republican",searchTerms:["american","conservative","election","elephant","politics","republican party","right","right-wing","usa"]},{title:"fab fa-researchgate",searchTerms:[]},{title:"fab fa-resolving",searchTerms:[]},{title:"fas fa-restroom",searchTerms:["bathroom","toilet","uer","water closet","wc"]},{title:"fas fa-retweet",searchTerms:["refresh","reload","renew","retry","share","swap"]},{title:"fab fa-rev",searchTerms:[]},{title:"fas fa-ribbon",searchTerms:["badge","cause","celebration","lapel","pin","reminder","reminder ribbon","ribbon"]},{title:"fas fa-right-from-bracket",searchTerms:["arrow","exit","leave","log out","logout","sign-out"]},{title:"fas fa-right-left",searchTerms:["arrow","arrows","exchange","reciprocate","return","swap","transfer"]},{title:"fas fa-right-long",searchTerms:["forward","long-arrow-right","next"]},{title:"fas fa-right-to-bracket",searchTerms:["arrow","enter","join","log in","login","sign in","sign up","sign-in","signin","signup"]},{title:"fas fa-ring",searchTerms:["Dungeons & Dragons","Gollum","band","binding","d&d","dnd","engagement","fantasy","gold","jewelry","marriage","precious","premium"]},{title:"fas fa-road",searchTerms:["highway","map","motorway","pavement","road","route","street","travel"]},{title:"fas fa-road-barrier",searchTerms:["block","border","no entry","roadblock"]},{title:"fas fa-road-bridge",searchTerms:["bridge","infrastructure","road","travel"]},{title:"fas fa-road-circle-check",searchTerms:["enable","freeway","highway","not affected","ok","okay","pavement","road","validate","working"]},{title:"fas fa-road-circle-exclamation",searchTerms:["affected","failed","freeway","highway","pavement","road"]},{title:"fas fa-road-circle-xmark",searchTerms:["destroy","freeway","highway","pavement","road","uncheck"]},{title:"fas fa-road-lock",searchTerms:["closed","freeway","highway","lockdown","padlock","pavement","privacy","quarantine","road"]},{title:"fas fa-road-spikes",searchTerms:["barrier","roadblock","spikes"]},{title:"fas fa-robot",searchTerms:["android","automate","computer","cyborg","face","monster","robot"]},{title:"fas fa-rocket",searchTerms:["aircraft","app","jet","launch","nasa","space"]},{title:"fab fa-rocketchat",searchTerms:[]},{title:"fab fa-rockrms",searchTerms:[]},{title:"fas fa-rotate",searchTerms:["arrow","clockwise","exchange","modify","refresh","reload","renew","retry","rotate","swap","withershins"]},{title:"fas fa-rotate-left",searchTerms:["back","control z","exchange","oops","return","swap"]},{title:"fas fa-rotate-right",searchTerms:["forward","refresh","reload","renew","repeat","retry"]},{title:"fas fa-route",searchTerms:["directions","navigation","travel"]},{title:"fas fa-rss",searchTerms:["blog","feed","journal","news","writing"]},{title:"fas fa-ruble-sign",searchTerms:["Ruble Sign","currency"]},{title:"fas fa-rug",searchTerms:["blanket","carpet","rug","textile"]},{title:"fas fa-ruler",searchTerms:["design","draft","length","measure","planning","ruler","straight edge","straight ruler"]},{title:"fas fa-ruler-combined",searchTerms:["design","draft","length","measure","planning"]},{title:"fas fa-ruler-horizontal",searchTerms:["design","draft","length","measure","planning"]},{title:"fas fa-ruler-vertical",searchTerms:["design","draft","length","measure","planning"]},{title:"fas fa-rupee-sign",searchTerms:["Rupee Sign","currency"]},{title:"fas fa-rupiah-sign",searchTerms:["currency"]},{title:"fab fa-rust",searchTerms:[]},{title:"fas fa-s",searchTerms:["Latin Capital Letter S","Latin Small Letter S","letter"]},{title:"fas fa-sack-dollar",searchTerms:["bag","burlap","cash","dollar","investment","money","money bag","moneybag","premium","robber","salary","santa","usd"]},{title:"fas fa-sack-xmark",searchTerms:["bag","burlap","coupon","rations","salary","uncheck"]},{title:"fab fa-safari",searchTerms:["browser"]},{title:"fas fa-sailboat",searchTerms:["dinghy","mast","sailboat","sailing","yacht"]},{title:"fab fa-salesforce",searchTerms:[]},{title:"fab fa-sass",searchTerms:[]},{title:"fas fa-satellite",searchTerms:["communications","hardware","orbit","satellite","space"]},{title:"fas fa-satellite-dish",searchTerms:["SETI","antenna","communications","dish","hardware","radar","receiver","satellite","satellite antenna","saucer","signal","space"]},{title:"fas fa-scale-balanced",searchTerms:["Libra","balance","balance scale","balanced","justice","law","legal","measure","rule","scale","weight","zodiac"]},{title:"fas fa-scale-unbalanced",searchTerms:["justice","legal","measure","unbalanced","weight"]},{title:"fas fa-scale-unbalanced-flip",searchTerms:["justice","legal","measure","unbalanced","weight"]},{title:"fab fa-schlix",searchTerms:[]},{title:"fas fa-school",searchTerms:["building","education","learn","school","student","teacher"]},{title:"fas fa-school-circle-check",searchTerms:["enable","not affected","ok","okay","schoolhouse","validate","working"]},{title:"fas fa-school-circle-exclamation",searchTerms:["affected","failed","schoolhouse"]},{title:"fas fa-school-circle-xmark",searchTerms:["destroy","schoolhouse","uncheck"]},{title:"fas fa-school-flag",searchTerms:["educate","flag","school","schoolhouse"]},{title:"fas fa-school-lock",searchTerms:["closed","lockdown","padlock","privacy","quarantine","schoolhouse"]},{title:"fas fa-scissors",searchTerms:["Black Safety Scissors","White Scissors","clip","cutting","equipment","modify","scissors","snip","tool"]},{title:"fab fa-screenpal",searchTerms:[]},{title:"fas fa-screwdriver",searchTerms:["admin","configuration","equipment","fix","maintenance","mechanic","modify","repair","screw","screwdriver","settings","tool"]},{title:"fas fa-screwdriver-wrench",searchTerms:["admin","configuration","equipment","fix","maintenance","modify","repair","screwdriver","settings","tools","wrench"]},{title:"fab fa-scribd",searchTerms:[]},{title:"fas fa-scroll",searchTerms:["Dungeons & Dragons","announcement","d&d","dnd","fantasy","paper","scholar","script","scroll"]},{title:"fas fa-scroll-torah",searchTerms:["book","jewish","judaism","religion","scroll"]},{title:"fas fa-sd-card",searchTerms:["image","img","memory","photo","save"]},{title:"fab fa-searchengin",searchTerms:[]},{title:"fas fa-section",searchTerms:["Section Sign","law","legal","silcrow"]},{title:"fas fa-seedling",searchTerms:["environment","flora","grow","investment","plant","sapling","seedling","vegan","young"]},{title:"fab fa-sellcast",searchTerms:["eercast"]},{title:"fab fa-sellsy",searchTerms:[]},{title:"fas fa-server",searchTerms:["computer","cpu","database","hardware","mysql","network","sql"]},{title:"fab fa-servicestack",searchTerms:[]},{title:"fas fa-shapes",searchTerms:["blocks","build","circle","square","triangle"]},{title:"fas fa-share",searchTerms:["forward","save","send","social"]},{title:"fas fa-share-from-square",searchTerms:["forward","save","send","social"]},{title:"far fa-share-from-square",searchTerms:["forward","save","send","social"]},{title:"fas fa-share-nodes",searchTerms:["forward","save","send","social"]},{title:"fas fa-sheet-plastic",searchTerms:["plastic","plastic wrap","protect","tarp","tarpaulin","waterproof"]},{title:"fas fa-shekel-sign",searchTerms:["New Sheqel Sign","currency","ils","money"]},{title:"fas fa-shield",searchTerms:["achievement","armor","award","block","cleric","defend","defense","holy","paladin","protect","safety","security","shield","weapon","winner"]},{title:"fas fa-shield-cat",searchTerms:["animal","feline","pet","protect","safety","veterinary"]},{title:"fas fa-shield-dog",searchTerms:["animal","canine","pet","protect","safety","veterinary"]},{title:"fas fa-shield-halved",searchTerms:["achievement","armor","award","block","cleric","defend","defense","holy","paladin","privacy","security","shield","weapon","winner"]},{title:"fas fa-shield-heart",searchTerms:["love","protect","safe","safety","shield","wishlist"]},{title:"fas fa-shield-virus",searchTerms:["antibodies","barrier","coronavirus","covid-19","flu","health","infection","pandemic","protect","safety","vaccine"]},{title:"fas fa-ship",searchTerms:["boat","passenger","sea","ship","water"]},{title:"fas fa-shirt",searchTerms:["clothing","fashion","garment","shirt","short sleeve","t-shirt","tshirt"]},{title:"fab fa-shirtsinbulk",searchTerms:[]},{title:"fas fa-shoe-prints",searchTerms:["feet","footprints","steps","walk"]},{title:"fab fa-shoelace",searchTerms:[]},{title:"fas fa-shop",searchTerms:["bodega","building","buy","market","purchase","shopping","store"]},{title:"fas fa-shop-lock",searchTerms:["bodega","building","buy","closed","lock","lockdown","market","padlock","privacy","purchase","quarantine","shop","shopping","store"]},{title:"fas fa-shop-slash",searchTerms:["building","buy","closed","covid-19","disabled","purchase","shopping"]},{title:"fab fa-shopify",searchTerms:[]},{title:"fab fa-shopware",searchTerms:[]},{title:"fas fa-shower",searchTerms:["bath","clean","faucet","shower","water"]},{title:"fas fa-shrimp",searchTerms:["allergy","crustacean","prawn","seafood","shellfish","shrimp","tail"]},{title:"fas fa-shuffle",searchTerms:["arrow","arrows","crossed","shuffle","shuffle tracks button","sort","swap","switch","transfer"]},{title:"fas fa-shuttle-space",searchTerms:["astronaut","machine","nasa","rocket","space","transportation"]},{title:"fas fa-sign-hanging",searchTerms:["directions","real estate","signage","wayfinding"]},{title:"fas fa-signal",searchTerms:["antenna","antenna bars","bar","bars","cell","graph","mobile","online","phone","reception","status"]},{title:"fab fa-signal-messenger",searchTerms:[]},{title:"fas fa-signature",searchTerms:["John Hancock","cursive","name","username","writing"]},{title:"fas fa-signs-post",searchTerms:["directions","directory","map","signage","wayfinding"]},{title:"fas fa-sim-card",searchTerms:["hard drive","hardware","portable","storage","technology","tiny"]},{title:"fab fa-simplybuilt",searchTerms:[]},{title:"fas fa-sink",searchTerms:["bathroom","covid-19","faucet","kitchen","wash"]},{title:"fab fa-sistrix",searchTerms:[]},{title:"fas fa-sitemap",searchTerms:["directory","hierarchy","ia","information architecture","organization"]},{title:"fab fa-sith",searchTerms:[]},{title:"fab fa-sitrox",searchTerms:[]},{title:"fab fa-sketch",searchTerms:["app","design","interface"]},{title:"fas fa-skull",searchTerms:["bones","death","face","fairy tale","monster","skeleton","skull","uer","x-ray","yorick"]},{title:"fas fa-skull-crossbones",searchTerms:["Black Skull and Crossbones","Dungeons & Dragons","alert","bones","crossbones","d&d","danger","dangerous area","dead","deadly","death","dnd","face","fantasy","halloween","holiday","jolly-roger","monster","pirate","poison","skeleton","skull","skull and crossbones","warning"]},{title:"fab fa-skyatlas",searchTerms:[]},{title:"fab fa-skype",searchTerms:[]},{title:"fab fa-slack",searchTerms:["anchor","hash","hashtag"]},{title:"fas fa-slash",searchTerms:["cancel","close","mute","off","stop","x"]},{title:"fas fa-sleigh",searchTerms:["christmas","claus","fly","holiday","santa","sled","snow","xmas"]},{title:"fas fa-sliders",searchTerms:["adjust","configuration","modify","settings","sliders","toggle"]},{title:"fab fa-slideshare",searchTerms:[]},{title:"fas fa-smog",searchTerms:["dragon","fog","haze","pollution","smoke","weather"]},{title:"fas fa-smoking",searchTerms:["cancer","cigarette","nicotine","smoking","smoking status","tobacco"]},{title:"fab fa-snapchat",searchTerms:[]},{title:"fas fa-snowflake",searchTerms:["Heavy Chevron Snowflake","cold","precipitation","rain","snow","snowfall","snowflake","winter"]},{title:"far fa-snowflake",searchTerms:["Heavy Chevron Snowflake","cold","precipitation","rain","snow","snowfall","snowflake","winter"]},{title:"fas fa-snowman",searchTerms:["cold","decoration","frost","frosty","holiday","snow","snowman","snowman without snow"]},{title:"fas fa-snowplow",searchTerms:["clean up","cold","road","storm","winter"]},{title:"fas fa-soap",searchTerms:["bar","bathing","bubbles","clean","cleaning","covid-19","hygiene","lather","soap","soapdish","wash"]},{title:"fas fa-socks",searchTerms:["business socks","business time","clothing","feet","flight of the conchords","socks","stocking","wednesday"]},{title:"fas fa-solar-panel",searchTerms:["clean","eco-friendly","energy","green","sun"]},{title:"fas fa-sort",searchTerms:["filter","order"]},{title:"fas fa-sort-down",searchTerms:["arrow","descending","filter","insert","order","sort-desc"]},{title:"fas fa-sort-up",searchTerms:["arrow","ascending","filter","order","sort-asc","upgrade"]},{title:"fab fa-soundcloud",searchTerms:[]},{title:"fab fa-sourcetree",searchTerms:[]},{title:"fas fa-spa",searchTerms:["flora","massage","mindfulness","plant","wellness"]},{title:"fab fa-space-awesome",searchTerms:["adventure","rocket","ship","shuttle"]},{title:"fas fa-spaghetti-monster-flying",searchTerms:["agnosticism","atheism","flying spaghetti monster","fsm"]},{title:"fab fa-speakap",searchTerms:[]},{title:"fab fa-speaker-deck",searchTerms:[]},{title:"fas fa-spell-check",searchTerms:["dictionary","edit","editor","enable","grammar","text","validate","working"]},{title:"fas fa-spider",searchTerms:["arachnid","bug","charlotte","crawl","eight","halloween","insect","spider"]},{title:"fas fa-spinner",searchTerms:["circle","loading","pending","progress"]},{title:"fas fa-splotch",searchTerms:["Ink","blob","blotch","glob","stain"]},{title:"fas fa-spoon",searchTerms:["cutlery","dining","scoop","silverware","spoon","tableware"]},{title:"fab fa-spotify",searchTerms:[]},{title:"fas fa-spray-can",searchTerms:["Paint","aerosol","design","graffiti","tag"]},{title:"fas fa-spray-can-sparkles",searchTerms:["car","clean","deodorize","fresh","pine","scent"]},{title:"fas fa-square",searchTerms:["Black Square","black medium square","block","box","geometric","shape","square","white medium square"]},{title:"far fa-square",searchTerms:["Black Square","black medium square","block","box","geometric","shape","square","white medium square"]},{title:"fas fa-square-arrow-up-right",searchTerms:["diagonal","new","open","send","share"]},{title:"fab fa-square-behance",searchTerms:[]},{title:"fas fa-square-caret-down",searchTerms:["arrow","caret-square-o-down","dropdown","expand","insert","menu","more","triangle"]},{title:"far fa-square-caret-down",searchTerms:["arrow","caret-square-o-down","dropdown","expand","insert","menu","more","triangle"]},{title:"fas fa-square-caret-left",searchTerms:["arrow","back","caret-square-o-left","previous","triangle"]},{title:"far fa-square-caret-left",searchTerms:["arrow","back","caret-square-o-left","previous","triangle"]},{title:"fas fa-square-caret-right",searchTerms:["arrow","caret-square-o-right","forward","next","triangle"]},{title:"far fa-square-caret-right",searchTerms:["arrow","caret-square-o-right","forward","next","triangle"]},{title:"fas fa-square-caret-up",searchTerms:["arrow","caret-square-o-up","collapse","triangle","upgrade","upload"]},{title:"far fa-square-caret-up",searchTerms:["arrow","caret-square-o-up","collapse","triangle","upgrade","upload"]},{title:"fas fa-square-check",searchTerms:["accept","agree","box","button","check","check box with check","check mark button","checkmark","confirm","correct","coupon","done","enable","mark","ok","select","success","tick","todo","validate","working","yes","✓"]},{title:"far fa-square-check",searchTerms:["accept","agree","box","button","check","check box with check","check mark button","checkmark","confirm","correct","coupon","done","enable","mark","ok","select","success","tick","todo","validate","working","yes","✓"]},{title:"fab fa-square-dribbble",searchTerms:[]},{title:"fas fa-square-envelope",searchTerms:["e-mail","email","letter","mail","message","notification","offer","support"]},{title:"fab fa-square-facebook",searchTerms:["fabook","fb","social network"]},{title:"fab fa-square-font-awesome",searchTerms:[]},{title:"fab fa-square-font-awesome-stroke",searchTerms:[" flag"," font"," icons"," typeface","awesome"]},{title:"fas fa-square-full",searchTerms:["black large square","block","blue","blue square","box","brown","brown square","geometric","green","green square","orange","orange square","purple","purple square","red","red square","shape","square","white large square","yellow","yellow square"]},{title:"far fa-square-full",searchTerms:["black large square","block","blue","blue square","box","brown","brown square","geometric","green","green square","orange","orange square","purple","purple square","red","red square","shape","square","white large square","yellow","yellow square"]},{title:"fab fa-square-git",searchTerms:[]},{title:"fab fa-square-github",searchTerms:["octocat"]},{title:"fab fa-square-gitlab",searchTerms:[]},{title:"fab fa-square-google-plus",searchTerms:["social network"]},{title:"fas fa-square-h",searchTerms:["directions","emergency","hospital","hotel","letter","map"]},{title:"fab fa-square-hacker-news",searchTerms:[]},{title:"fab fa-square-instagram",searchTerms:[]},{title:"fab fa-square-js",searchTerms:[]},{title:"fab fa-square-lastfm",searchTerms:[]},{title:"fab fa-square-letterboxd",searchTerms:[]},{title:"fas fa-square-minus",searchTerms:["collapse","delete","hide","minify","negative","remove","shape","trash"]},{title:"far fa-square-minus",searchTerms:["collapse","delete","hide","minify","negative","remove","shape","trash"]},{title:"fas fa-square-nfi",searchTerms:["non-food item","supplies"]},{title:"fab fa-square-odnoklassniki",searchTerms:[]},{title:"fas fa-square-parking",searchTerms:["auto","car","garage","meter","parking"]},{title:"fas fa-square-pen",searchTerms:["edit","modify","pencil-square","update","write"]},{title:"fas fa-square-person-confined",searchTerms:["captivity","confined","uer"]},{title:"fas fa-square-phone",searchTerms:["call","earphone","number","support","telephone","voice"]},{title:"fas fa-square-phone-flip",searchTerms:["call","earphone","number","support","telephone","voice"]},{title:"fab fa-square-pied-piper",searchTerms:[]},{title:"fab fa-square-pinterest",searchTerms:[]},{title:"fas fa-square-plus",searchTerms:["add","create","expand","new","positive","shape"]},{title:"far fa-square-plus",searchTerms:["add","create","expand","new","positive","shape"]},{title:"fas fa-square-poll-horizontal",searchTerms:["chart","graph","results","statistics","survey","trend","vote","voting"]},{title:"fas fa-square-poll-vertical",searchTerms:["chart","graph","results","revenue","statistics","survey","trend","vote","voting"]},{title:"fab fa-square-reddit",searchTerms:[]},{title:"fas fa-square-root-variable",searchTerms:["arithmetic","calculus","division","math"]},{title:"fas fa-square-rss",searchTerms:["blog","feed","journal","news","writing"]},{title:"fas fa-square-share-nodes",searchTerms:["forward","save","send","social"]},{title:"fab fa-square-snapchat",searchTerms:[]},{title:"fab fa-square-steam",searchTerms:[]},{title:"fab fa-square-threads",searchTerms:["social network"]},{title:"fab fa-square-tumblr",searchTerms:[]},{title:"fab fa-square-twitter",searchTerms:["social network","tweet"]},{title:"fas fa-square-up-right",searchTerms:["arrow","diagonal","direction","external-link-square","intercardinal","new","northeast","open","share","up-right arrow"]},{title:"fab fa-square-upwork",searchTerms:[]},{title:"fab fa-square-viadeo",searchTerms:[]},{title:"fab fa-square-vimeo",searchTerms:[]},{title:"fas fa-square-virus",searchTerms:["coronavirus","covid-19","disease","flu","infection","pandemic"]},{title:"fab fa-square-web-awesome",searchTerms:[" coding"," crown"," web"," awesome"," components"]},{title:"fab fa-square-web-awesome-stroke",searchTerms:[" coding"," crown"," web"," awesome"," components"]},{title:"fab fa-square-whatsapp",searchTerms:[]},{title:"fab fa-square-x-twitter",searchTerms:[" elon"," x","twitter"]},{title:"fab fa-square-xing",searchTerms:[]},{title:"fas fa-square-xmark",searchTerms:["close","cross","cross mark button","incorrect","mark","notice","notification","notify","problem","square","uncheck","window","wrong","x","×"]},{title:"fab fa-square-youtube",searchTerms:[]},{title:"fab fa-squarespace",searchTerms:[]},{title:"fab fa-stack-exchange",searchTerms:[]},{title:"fab fa-stack-overflow",searchTerms:[]},{title:"fab fa-stackpath",searchTerms:[]},{title:"fas fa-staff-snake",searchTerms:["asclepius","asklepian","health","serpent","wellness"]},{title:"fas fa-stairs",searchTerms:["exit","steps","up"]},{title:"fas fa-stamp",searchTerms:["art","certificate","imprint","rubber","seal"]},{title:"fas fa-stapler",searchTerms:["desktop","milton","office","paperclip","staple"]},{title:"fas fa-star",searchTerms:["achievement","award","favorite","important","night","quality","rating","score","star","vip"]},{title:"far fa-star",searchTerms:["achievement","award","favorite","important","night","quality","rating","score","star","vip"]},{title:"fas fa-star-and-crescent",searchTerms:["Muslim","islam","muslim","religion","star and crescent"]},{title:"fas fa-star-half",searchTerms:["achievement","award","rating","score","star-half-empty","star-half-full"]},{title:"far fa-star-half",searchTerms:["achievement","award","rating","score","star-half-empty","star-half-full"]},{title:"fas fa-star-half-stroke",searchTerms:["achievement","award","rating","score","star-half-empty","star-half-full"]},{title:"far fa-star-half-stroke",searchTerms:["achievement","award","rating","score","star-half-empty","star-half-full"]},{title:"fas fa-star-of-david",searchTerms:["David","Jew","Jewish","jewish","judaism","religion","star","star of David"]},{title:"fas fa-star-of-life",searchTerms:["doctor","emt","first aid","health","medical"]},{title:"fab fa-staylinked",searchTerms:["linkin"]},{title:"fab fa-steam",searchTerms:[]},{title:"fab fa-steam-symbol",searchTerms:[]},{title:"fas fa-sterling-sign",searchTerms:["Pound Sign","currency"]},{title:"fas fa-stethoscope",searchTerms:["covid-19","diagnosis","doctor","general practitioner","heart","hospital","infirmary","medicine","office","outpatient","stethoscope"]},{title:"fab fa-sticker-mule",searchTerms:[]},{title:"fas fa-stop",searchTerms:["block","box","square","stop","stop button"]},{title:"fas fa-stopwatch",searchTerms:["clock","reminder","stopwatch","time","waiting"]},{title:"fas fa-stopwatch-20",searchTerms:["ABCs","countdown","covid-19","happy birthday","i will survive","reminder","seconds","time","timer"]},{title:"fas fa-store",searchTerms:["bodega","building","buy","market","purchase","shopping","store"]},{title:"fas fa-store-slash",searchTerms:["building","buy","closed","covid-19","disabled","purchase","shopping"]},{title:"fab fa-strava",searchTerms:[]},{title:"fas fa-street-view",searchTerms:["directions","location","map","navigation","uer"]},{title:"fas fa-strikethrough",searchTerms:["cancel","edit","font","format","modify","text","type"]},{title:"fab fa-stripe",searchTerms:[]},{title:"fab fa-stripe-s",searchTerms:[]},{title:"fas fa-stroopwafel",searchTerms:["caramel","cookie","dessert","sweets","waffle"]},{title:"fab fa-stubber",searchTerms:[]},{title:"fab fa-studiovinari",searchTerms:[]},{title:"fab fa-stumbleupon",searchTerms:[]},{title:"fab fa-stumbleupon-circle",searchTerms:[]},{title:"fas fa-subscript",searchTerms:["edit","font","format","text","type"]},{title:"fas fa-suitcase",searchTerms:["baggage","luggage","move","packing","suitcase","travel","trip"]},{title:"fas fa-suitcase-medical",searchTerms:["first aid","firstaid","health","help","medical","supply","support"]},{title:"fas fa-suitcase-rolling",searchTerms:["baggage","luggage","move","suitcase","travel","trip"]},{title:"fas fa-sun",searchTerms:["bright","brighten","contrast","day","lighter","rays","sol","solar","star","sun","sunny","weather"]},{title:"far fa-sun",searchTerms:["bright","brighten","contrast","day","lighter","rays","sol","solar","star","sun","sunny","weather"]},{title:"fas fa-sun-plant-wilt",searchTerms:["arid","droop","drought"]},{title:"fab fa-superpowers",searchTerms:[]},{title:"fas fa-superscript",searchTerms:["edit","exponential","font","format","text","type"]},{title:"fab fa-supple",searchTerms:[]},{title:"fab fa-suse",searchTerms:["linux","operating system","os"]},{title:"fas fa-swatchbook",searchTerms:["Pantone","color","design","hue","palette"]},{title:"fab fa-swift",searchTerms:[]},{title:"fab fa-symfony",searchTerms:[]},{title:"fas fa-synagogue",searchTerms:["Jew","Jewish","building","jewish","judaism","religion","star of david","synagogue","temple"]},{title:"fas fa-syringe",searchTerms:["covid-19","doctor","immunizations","medical","medicine","needle","shot","sick","syringe","vaccinate","vaccine"]},{title:"fas fa-t",searchTerms:["Latin Capital Letter T","Latin Small Letter T","letter"]},{title:"fas fa-table",searchTerms:["category","data","excel","spreadsheet"]},{title:"fas fa-table-cells",searchTerms:[" excel","blocks","boxes","category","grid","spreadsheet","squares"]},{title:"fas fa-table-cells-column-lock",searchTerms:[" blocks"," boxes"," column"," excel"," grid"," lock"," squares","category","spreadsheet"]},{title:"fas fa-table-cells-large",searchTerms:[" excel","blocks","boxes","category","grid","spreadsheet","squares"]},{title:"fas fa-table-cells-row-lock",searchTerms:[" blocks"," boxes"," column"," grid"," squares"," category"," column"," excel"," lock"," lock"," spreadsheet"]},{title:"fas fa-table-cells-row-unlock",searchTerms:[" blocks"," boxes"," column"," grid"," squares"," category"," column"," lock"," lock"," spreadsheet"," excel"," unlock"]},{title:"fas fa-table-columns",searchTerms:["browser","category","dashboard","organize","panes","split"]},{title:"fas fa-table-list",searchTerms:["category","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},{title:"fas fa-table-tennis-paddle-ball",searchTerms:["ball","bat","game","paddle","ping pong","table tennis"]},{title:"fas fa-tablet",searchTerms:["device","kindle","screen"]},{title:"fas fa-tablet-button",searchTerms:["apple","device","ipad","kindle","screen"]},{title:"fas fa-tablet-screen-button",searchTerms:["apple","device","ipad","kindle","screen"]},{title:"fas fa-tablets",searchTerms:["drugs","medicine","pills","prescription"]},{title:"fas fa-tachograph-digital",searchTerms:["data","distance","speed","tachometer"]},{title:"fas fa-tag",searchTerms:["discount","labe","label","price","shopping"]},{title:"fas fa-tags",searchTerms:["discount","label","price","shopping"]},{title:"fas fa-tape",searchTerms:["design","package","sticky"]},{title:"fas fa-tarp",searchTerms:["protection","tarp","tent","waterproof"]},{title:"fas fa-tarp-droplet",searchTerms:["protection","tarp","tent","waterproof"]},{title:"fas fa-taxi",searchTerms:["cab","cabbie","car","car service","lyft","machine","oncoming","oncoming taxi","taxi","transportation","travel","uber","vehicle"]},{title:"fab fa-teamspeak",searchTerms:[]},{title:"fas fa-teeth",searchTerms:["bite","dental","dentist","gums","mouth","smile","tooth"]},{title:"fas fa-teeth-open",searchTerms:["dental","dentist","gums bite","mouth","smile","tooth"]},{title:"fab fa-telegram",searchTerms:[]},{title:"fas fa-temperature-arrow-down",searchTerms:["air conditioner","cold","heater","mercury","thermometer","winter"]},{title:"fas fa-temperature-arrow-up",searchTerms:["air conditioner","cold","heater","mercury","thermometer","winter"]},{title:"fas fa-temperature-empty",searchTerms:["cold","mercury","status","temperature"]},{title:"fas fa-temperature-full",searchTerms:["fever","hot","mercury","status","temperature"]},{title:"fas fa-temperature-half",searchTerms:["mercury","status","temperature","thermometer","weather"]},{title:"fas fa-temperature-high",searchTerms:["cook","covid-19","mercury","summer","thermometer","warm"]},{title:"fas fa-temperature-low",searchTerms:["cold","cool","covid-19","mercury","thermometer","winter"]},{title:"fas fa-temperature-quarter",searchTerms:["mercury","status","temperature"]},{title:"fas fa-temperature-three-quarters",searchTerms:["mercury","status","temperature"]},{title:"fab fa-tencent-weibo",searchTerms:[]},{title:"fas fa-tenge-sign",searchTerms:["Tenge Sign","currency"]},{title:"fas fa-tent",searchTerms:["bivouac","campground","campsite","refugee","shelter","tent"]},{title:"fas fa-tent-arrow-down-to-line",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","campsite","permanent","refugee","shelter"]},{title:"fas fa-tent-arrow-left-right",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","campsite","refugee","shelter","transition"]},{title:"fas fa-tent-arrow-turn-left",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","campsite","refugee","shelter","temporary"]},{title:"fas fa-tent-arrows-down",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","campsite","insert","refugee","shelter","spontaneous"]},{title:"fas fa-tents",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","bivouac","campground","campsite","refugee","shelter","tent"]},{title:"fas fa-terminal",searchTerms:["code","coding","command","console","development","prompt","terminal"]},{title:"fas fa-text-height",searchTerms:["edit","font","format","modify","text","type"]},{title:"fas fa-text-slash",searchTerms:["cancel","disabled","font","format","remove","style","text"]},{title:"fas fa-text-width",searchTerms:["edit","font","format","modify","text","type"]},{title:"fab fa-the-red-yeti",searchTerms:[]},{title:"fab fa-themeco",searchTerms:[]},{title:"fab fa-themeisle",searchTerms:[]},{title:"fas fa-thermometer",searchTerms:["covid-19","mercury","status","temperature"]},{title:"fab fa-think-peaks",searchTerms:[]},{title:"fab fa-threads",searchTerms:["social network"]},{title:"fas fa-thumbs-down",searchTerms:["-1","disagree","disapprove","dislike","down","hand","social","thumb","thumbs down","thumbs-o-down"]},{title:"far fa-thumbs-down",searchTerms:["-1","disagree","disapprove","dislike","down","hand","social","thumb","thumbs down","thumbs-o-down"]},{title:"fas fa-thumbs-up",searchTerms:["+1","agree","approve","favorite","hand","like","ok","okay","social","success","thumb","thumbs up","thumbs-o-up","up","yes","you got it dude"]},{title:"far fa-thumbs-up",searchTerms:["+1","agree","approve","favorite","hand","like","ok","okay","social","success","thumb","thumbs up","thumbs-o-up","up","yes","you got it dude"]},{title:"fas fa-thumbtack",searchTerms:["Black Pushpin","coordinates","location","marker","pin","pushpin","thumb-tack"]},{title:"fas fa-thumbtack-slash",searchTerms:[" coordinates"," location"," marker"," pin"," pushpin"," thumb-tack"," unpin","Black Pushpin"]},{title:"fas fa-ticket",searchTerms:["admission","admission tickets","coupon","movie","pass","support","ticket","voucher"]},{title:"fas fa-ticket-simple",searchTerms:["admission","coupon","movie","pass","support","ticket","voucher"]},{title:"fab fa-tiktok",searchTerms:[]},{title:"fas fa-timeline",searchTerms:["chronological","deadline","history","linear"]},{title:"fas fa-toggle-off",searchTerms:["button","off","on","switch"]},{title:"fas fa-toggle-on",searchTerms:["button","off","on","switch"]},{title:"fas fa-toilet",searchTerms:["bathroom","flush","john","loo","pee","plumbing","poop","porcelain","potty","restroom","throne","toile","toilet","washroom","waste","wc"]},{title:"fas fa-toilet-paper",searchTerms:["bathroom","covid-19","halloween","holiday","lavatory","paper towels","prank","privy","restroom","roll","roll of paper","toilet","toilet paper","wipe"]},{title:"fas fa-toilet-paper-slash",searchTerms:["bathroom","covid-19","disabled","halloween","holiday","lavatory","leaves","prank","privy","restroom","roll","toilet","trouble","ut oh","wipe"]},{title:"fas fa-toilet-portable",searchTerms:["outhouse","toilet"]},{title:"fas fa-toilets-portable",searchTerms:["outhouse","toilet"]},{title:"fas fa-toolbox",searchTerms:["admin","chest","configuration","container","equipment","fix","maintenance","mechanic","modify","repair","settings","tool","toolbox","tools"]},{title:"fas fa-tooth",searchTerms:["bicuspid","dental","dentist","molar","mouth","teeth","tooth"]},{title:"fas fa-torii-gate",searchTerms:["building","religion","shinto","shinto shrine","shintoism","shrine"]},{title:"fas fa-tornado",searchTerms:["cloud","cyclone","dorothy","landspout","tornado","toto","twister","vortext","waterspout","weather","whirlwind"]},{title:"fas fa-tower-broadcast",searchTerms:["airwaves","antenna","communication","emergency","radio","reception","signal","waves"]},{title:"fas fa-tower-cell",searchTerms:["airwaves","antenna","communication","radio","reception","signal","waves"]},{title:"fas fa-tower-observation",searchTerms:["fire tower","view"]},{title:"fas fa-tractor",searchTerms:["agriculture","farm","tractor","vehicle"]},{title:"fab fa-trade-federation",searchTerms:[]},{title:"fas fa-trademark",searchTerms:["copyright","mark","register","symbol","tm","trade mark","trademark"]},{title:"fas fa-traffic-light",searchTerms:["direction","light","road","signal","traffic","travel","vertical traffic light"]},{title:"fas fa-trailer",searchTerms:["carry","haul","moving","travel"]},{title:"fas fa-train",searchTerms:["bullet","commute","locomotive","railway","subway","train"]},{title:"fas fa-train-subway",searchTerms:["machine","railway","train","transportation","vehicle"]},{title:"fas fa-train-tram",searchTerms:["crossing","machine","mountains","seasonal","tram","transportation","trolleybus"]},{title:"fas fa-transgender",searchTerms:["female","gender","intersex","male","transgender","transgender symbol"]},{title:"fas fa-trash",searchTerms:["delete","garbage","hide","remove"]},{title:"fas fa-trash-arrow-up",searchTerms:["back","control z","delete","garbage","hide","oops","remove","undo","upgrade"]},{title:"fas fa-trash-can",searchTerms:["delete","garbage","hide","remove","trash-o"]},{title:"far fa-trash-can",searchTerms:["delete","garbage","hide","remove","trash-o"]},{title:"fas fa-trash-can-arrow-up",searchTerms:["back","control z","delete","garbage","hide","oops","remove","undo","upgrade"]},{title:"fas fa-tree",searchTerms:["bark","evergreen tree","fall","flora","forest","investment","nature","plant","seasonal","tree"]},{title:"fas fa-tree-city",searchTerms:["building","city","urban"]},{title:"fab fa-trello",searchTerms:["atlassian"]},{title:"fas fa-triangle-exclamation",searchTerms:["alert","attention","danger","error","failed","important","notice","notification","notify","problem","required","warnin","warning"]},{title:"fas fa-trophy",searchTerms:["achievement","award","cup","game","prize","trophy","winner"]},{title:"fas fa-trowel",searchTerms:["build","construction","equipment","maintenance","tool"]},{title:"fas fa-trowel-bricks",searchTerms:["build","construction","maintenance","reconstruction","tool"]},{title:"fas fa-truck",searchTerms:["Black Truck","cargo","delivery","delivery truck","shipping","truck","vehicle"]},{title:"fas fa-truck-arrow-right",searchTerms:["access","fast","shipping","transport"]},{title:"fas fa-truck-droplet",searchTerms:["blood","thirst","truck","water","water supply"]},{title:"fas fa-truck-fast",searchTerms:["express","fedex","mail","overnight","package","quick","ups"]},{title:"fas fa-truck-field",searchTerms:["supplies","truck"]},{title:"fas fa-truck-field-un",searchTerms:["supplies","truck","united nations"]},{title:"fas fa-truck-front",searchTerms:["shuttle","truck","van"]},{title:"fas fa-truck-medical",searchTerms:["ambulance","clinic","covid-19","emergency","emt","er","help","hospital","mobile","support","vehicle"]},{title:"fas fa-truck-monster",searchTerms:["offroad","vehicle","wheel"]},{title:"fas fa-truck-moving",searchTerms:["cargo","inventory","rental","vehicle"]},{title:"fas fa-truck-pickup",searchTerms:["cargo","maintenance","pick-up","pickup","pickup truck","truck","vehicle"]},{title:"fas fa-truck-plane",searchTerms:["airplane","plane","transportation","truck","vehicle"]},{title:"fas fa-truck-ramp-box",searchTerms:["box","cargo","delivery","inventory","moving","rental","vehicle"]},{title:"fas fa-tty",searchTerms:["communication","deaf","telephone","teletypewriter","text"]},{title:"fab fa-tumblr",searchTerms:[]},{title:"fas fa-turkish-lira-sign",searchTerms:["Turkish Lira Sign","currency"]},{title:"fas fa-turn-down",searchTerms:["arrow","down","level-down","right arrow curving down"]},{title:"fas fa-turn-up",searchTerms:["arrow","level-up","right arrow curving up"]},{title:"fas fa-tv",searchTerms:["computer","display","monitor","television"]},{title:"fab fa-twitch",searchTerms:[]},{title:"fab fa-twitter",searchTerms:["social network","tweet"]},{title:"fab fa-typo3",searchTerms:[]},{title:"fas fa-u",searchTerms:["Latin Capital Letter U","Latin Small Letter U","letter"]},{title:"fab fa-uber",searchTerms:[]},{title:"fab fa-ubuntu",searchTerms:["linux","operating system","os"]},{title:"fab fa-uikit",searchTerms:[]},{title:"fab fa-umbraco",searchTerms:[]},{title:"fas fa-umbrella",searchTerms:["protection","rain","storm","wet"]},{title:"fas fa-umbrella-beach",searchTerms:["beach","beach with umbrella","protection","recreation","sand","shade","summer","sun","umbrella"]},{title:"fab fa-uncharted",searchTerms:[]},{title:"fas fa-underline",searchTerms:["edit","emphasis","format","modify","text","writing"]},{title:"fab fa-uniregistry",searchTerms:[]},{title:"fab fa-unity",searchTerms:[]},{title:"fas fa-universal-access",searchTerms:["uer","users-people"]},{title:"fas fa-unlock",searchTerms:["admin","lock","open","padlock","password","privacy","private","protect","unlock","unlocked"]},{title:"fas fa-unlock-keyhole",searchTerms:["admin","lock","padlock","password","privacy","private","protect"]},{title:"fab fa-unsplash",searchTerms:[]},{title:"fab fa-untappd",searchTerms:[]},{title:"fas fa-up-down",searchTerms:["Up Down Black Arrow","arrow","arrows-v","expand","portrait","resize","tall","up-down arrow","vertical"]},{title:"fas fa-up-down-left-right",searchTerms:["arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"]},{title:"fas fa-up-long",searchTerms:["long-arrow-up","upgrade","upload"]},{title:"fas fa-up-right-and-down-left-from-center",searchTerms:[" maximize"," resize"," scale","arrows","bigger","enlarge","expand","fullscreen","resize","size"]},{title:"fas fa-up-right-from-square",searchTerms:["external-link","new","open","share","upgrade"]},{title:"fas fa-upload",searchTerms:["hard drive","import","publish","upgrade"]},{title:"fab fa-ups",searchTerms:["United Parcel Service","package","shipping"]},{title:"fab fa-upwork",searchTerms:[]},{title:"fab fa-usb",searchTerms:[]},{title:"fas fa-user",searchTerms:["adult","bust","bust in silhouette","default","employee","gender-neutral","person","profile","silhouette","uer","unspecified gender","username","users-people"]},{title:"far fa-user",searchTerms:["adult","bust","bust in silhouette","default","employee","gender-neutral","person","profile","silhouette","uer","unspecified gender","username","users-people"]},{title:"fas fa-user-astronaut",searchTerms:["avatar","clothing","cosmonaut","nasa","space","suit","uer"]},{title:"fas fa-user-check",searchTerms:["employee","enable","uer","users-people","validate","working"]},{title:"fas fa-user-clock",searchTerms:["employee","uer","users-people"]},{title:"fas fa-user-doctor",searchTerms:["covid-19","health","job","medical","nurse","occupation","physician","profile","surgeon","uer","worker"]},{title:"fas fa-user-gear",searchTerms:["employee","together","uer","users-people"]},{title:"fas fa-user-graduate",searchTerms:["uer","users-people"]},{title:"fas fa-user-group",searchTerms:["bust","busts in silhouette","crowd","employee","silhouette","together","uer","users-people"]},{title:"fas fa-user-injured",searchTerms:["employee","uer","users-people"]},{title:"fas fa-user-large",searchTerms:["employee","uer","users-people"]},{title:"fas fa-user-large-slash",searchTerms:["disabled","disconnect","employee","uer","users-people"]},{title:"fas fa-user-lock",searchTerms:["employee","padlock","privacy","uer","users-people"]},{title:"fas fa-user-minus",searchTerms:["delete","employee","negative","remove","uer"]},{title:"fas fa-user-ninja",searchTerms:["assassin","avatar","dangerous","deadly","fighter","hidden","ninja","sneaky","stealth","uer"]},{title:"fas fa-user-nurse",searchTerms:["covid-19","doctor","health","md","medical","midwife","physician","practitioner","surgeon","uer","worker"]},{title:"fas fa-user-pen",searchTerms:["employee","modify","uer","users-people"]},{title:"fas fa-user-plus",searchTerms:["add","avatar","employee","follow","positive","sign up","signup","team","uer"]},{title:"fas fa-user-secret",searchTerms:["detective","sleuth","spy","uer","users-people"]},{title:"fas fa-user-shield",searchTerms:["employee","protect","safety","uer"]},{title:"fas fa-user-slash",searchTerms:["ban","delete","deny","disabled","disconnect","employee","remove","uer"]},{title:"fas fa-user-tag",searchTerms:["employee","uer","users-people"]},{title:"fas fa-user-tie",searchTerms:["administrator","avatar","business","clothing","employee","formal","offer","portfolio","professional","suit","uer"]},{title:"fas fa-user-xmark",searchTerms:["archive","delete","employee","remove","uer","uncheck","x"]},{title:"fas fa-users",searchTerms:["employee","together","uer","users-people"]},{title:"fas fa-users-between-lines",searchTerms:["covered","crowd","employee","group","people","together","uer"]},{title:"fas fa-users-gear",searchTerms:["employee","uer","users-people"]},{title:"fas fa-users-line",searchTerms:["crowd","employee","group","need","people","together","uer"]},{title:"fas fa-users-rays",searchTerms:["affected","crowd","employee","focused","group","people","uer"]},{title:"fas fa-users-rectangle",searchTerms:["crowd","employee","focus","group","people","reached","uer"]},{title:"fas fa-users-slash",searchTerms:["disabled","disconnect","employee","together","uer","users-people"]},{title:"fas fa-users-viewfinder",searchTerms:["crowd","focus","group","people","targeted","uer"]},{title:"fab fa-usps",searchTerms:["american","package","shipping","usa"]},{title:"fab fa-ussunnah",searchTerms:[]},{title:"fas fa-utensils",searchTerms:["cooking","cutlery","dining","dinner","eat","food","fork","fork and knife","knife","restaurant"]},{title:"fas fa-v",searchTerms:["Latin Capital Letter V","Latin Small Letter V","letter"]},{title:"fab fa-vaadin",searchTerms:[]},{title:"fas fa-van-shuttle",searchTerms:["airport","bus","machine","minibus","public-transportation","transportation","travel","vehicle"]},{title:"fas fa-vault",searchTerms:["bank","important","investment","lock","money","premium","privacy","safe","salary"]},{title:"fas fa-vector-square",searchTerms:["anchors","lines","object","render","shape"]},{title:"fas fa-venus",searchTerms:["female","female sign","gender","woman"]},{title:"fas fa-venus-double",searchTerms:["Doubled Female Sign","female","gender","lesbian"]},{title:"fas fa-venus-mars",searchTerms:["Interlocked Female and Male Sign","female","gender","heterosexual","male"]},{title:"fas fa-vest",searchTerms:["biker","fashion","style"]},{title:"fas fa-vest-patches",searchTerms:["biker","fashion","style"]},{title:"fab fa-viacoin",searchTerms:[]},{title:"fab fa-viadeo",searchTerms:[]},{title:"fas fa-vial",searchTerms:["ampule","chemist","chemistry","experiment","knowledge","lab","sample","science","test","test tube"]},{title:"fas fa-vial-circle-check",searchTerms:["ampule","chemist","chemistry","enable","not affected","ok","okay","success","test tube","tube","vaccine","validate","working"]},{title:"fas fa-vial-virus",searchTerms:["ampule","coronavirus","covid-19","flue","infection","lab","laboratory","pandemic","test","test tube","vaccine"]},{title:"fas fa-vials",searchTerms:["ampule","experiment","knowledge","lab","sample","science","test","test tube"]},{title:"fab fa-viber",searchTerms:[]},{title:"fas fa-video",searchTerms:["camera","film","movie","record","video-camera"]},{title:"fas fa-video-slash",searchTerms:["add","create","disabled","disconnect","film","new","positive","record","video"]},{title:"fas fa-vihara",searchTerms:["buddhism","buddhist","building","monastery"]},{title:"fab fa-vimeo",searchTerms:[]},{title:"fab fa-vimeo-v",searchTerms:["vimeo"]},{title:"fab fa-vine",searchTerms:[]},{title:"fas fa-virus",searchTerms:["bug","coronavirus","covid-19","flu","health","infection","pandemic","sick","vaccine","viral"]},{title:"fas fa-virus-covid",searchTerms:["bug","covid-19","flu","health","infection","pandemic","vaccine","viral","virus"]},{title:"fas fa-virus-covid-slash",searchTerms:["bug","covid-19","disabled","flu","health","infection","pandemic","vaccine","viral","virus"]},{title:"fas fa-virus-slash",searchTerms:["bug","coronavirus","covid-19","cure","disabled","eliminate","flu","health","infection","pandemic","sick","vaccine","viral"]},{title:"fas fa-viruses",searchTerms:["bugs","coronavirus","covid-19","flu","health","infection","multiply","pandemic","sick","spread","vaccine","viral"]},{title:"fab fa-vk",searchTerms:[]},{title:"fab fa-vnv",searchTerms:[]},{title:"fas fa-voicemail",searchTerms:["answer","inbox","message","phone"]},{title:"fas fa-volcano",searchTerms:["caldera","eruption","lava","magma","mountain","smoke","volcano"]},{title:"fas fa-volleyball",searchTerms:["ball","beach","game","olympics","sport","volleyball"]},{title:"fas fa-volume-high",searchTerms:["audio","higher","loud","louder","music","sound","speaker","speaker high volume"]},{title:"fas fa-volume-low",searchTerms:["audio","lower","music","quieter","soft","sound","speaker","speaker low volume"]},{title:"fas fa-volume-off",searchTerms:["audio","ban","music","mute","quiet","silent","sound"]},{title:"fas fa-volume-xmark",searchTerms:["audio","music","quiet","sound","speaker"]},{title:"fas fa-vr-cardboard",searchTerms:["3d","augment","google","reality","virtual"]},{title:"fab fa-vuejs",searchTerms:[]},{title:"fas fa-w",searchTerms:["Latin Capital Letter W","Latin Small Letter W","letter"]},{title:"fas fa-walkie-talkie",searchTerms:["communication","copy","intercom","over","portable","radio","two way radio"]},{title:"fas fa-wallet",searchTerms:["billfold","cash","currency","money","salary"]},{title:"fas fa-wand-magic",searchTerms:["autocomplete","automatic","mage","magic","spell","wand","witch","wizard"]},{title:"fas fa-wand-magic-sparkles",searchTerms:["auto","magic","magic wand","trick","witch","wizard"]},{title:"fas fa-wand-sparkles",searchTerms:["autocomplete","automatic","fantasy","halloween","holiday","magic","weapon","witch","wizard"]},{title:"fas fa-warehouse",searchTerms:["building","capacity","garage","inventory","storage"]},{title:"fab fa-watchman-monitoring",searchTerms:[]},{title:"fas fa-water",searchTerms:["lake","liquid","ocean","sea","swim","wet"]},{title:"fas fa-water-ladder",searchTerms:["ladder","recreation","swim","water"]},{title:"fas fa-wave-square",searchTerms:["frequency","pulse","signal"]},{title:"fab fa-waze",searchTerms:[]},{title:"fas fa-web-awesome",searchTerms:[" coding"," components"," crown"," web","awesome"]},{title:"fab fa-web-awesome",searchTerms:[" coding"," components"," crown"," web","awesome"]},{title:"fab fa-webflow",searchTerms:[]},{title:"fab fa-weebly",searchTerms:[]},{title:"fab fa-weibo",searchTerms:[]},{title:"fas fa-weight-hanging",searchTerms:["anvil","heavy","measurement"]},{title:"fas fa-weight-scale",searchTerms:["health","measurement","scale","weight"]},{title:"fab fa-weixin",searchTerms:[]},{title:"fab fa-whatsapp",searchTerms:[]},{title:"fas fa-wheat-awn",searchTerms:["agriculture","autumn","fall","farming","grain"]},{title:"fas fa-wheat-awn-circle-exclamation",searchTerms:["affected","failed","famine","food","gluten","hunger","starve","straw"]},{title:"fas fa-wheelchair",searchTerms:["disabled","uer","users-people"]},{title:"fas fa-wheelchair-move",searchTerms:["access","disabled","handicap","impairment","physical","uer","wheelchair symbol"]},{title:"fas fa-whiskey-glass",searchTerms:["alcohol","bar","beverage","bourbon","drink","glass","liquor","neat","rye","scotch","shot","tumbler","tumbler glass","whisky"]},{title:"fab fa-whmcs",searchTerms:[]},{title:"fas fa-wifi",searchTerms:["connection","hotspot","internet","network","signal","wireless","www"]},{title:"fab fa-wikipedia-w",searchTerms:[]},{title:"fas fa-wind",searchTerms:["air","blow","breeze","fall","seasonal","weather"]},{title:"fas fa-window-maximize",searchTerms:["Maximize","browser","computer","development","expand"]},{title:"far fa-window-maximize",searchTerms:["Maximize","browser","computer","development","expand"]},{title:"fas fa-window-minimize",searchTerms:["Minimize","browser","collapse","computer","development"]},{title:"far fa-window-minimize",searchTerms:["Minimize","browser","collapse","computer","development"]},{title:"fas fa-window-restore",searchTerms:["browser","computer","development"]},{title:"far fa-window-restore",searchTerms:["browser","computer","development"]},{title:"fab fa-windows",searchTerms:["microsoft","operating system","os"]},{title:"fas fa-wine-bottle",searchTerms:["alcohol","beverage","cabernet","drink","glass","grapes","merlot","sauvignon"]},{title:"fas fa-wine-glass",searchTerms:["alcohol","bar","beverage","cabernet","drink","glass","grapes","merlot","sauvignon","wine","wine glass"]},{title:"fas fa-wine-glass-empty",searchTerms:["alcohol","beverage","cabernet","drink","grapes","merlot","sauvignon"]},{title:"fab fa-wirsindhandwerk",searchTerms:[]},{title:"fab fa-wix",searchTerms:[]},{title:"fab fa-wizards-of-the-coast",searchTerms:["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},{title:"fab fa-wodu",searchTerms:[]},{title:"fab fa-wolf-pack-battalion",searchTerms:[]},{title:"fas fa-won-sign",searchTerms:["Won Sign","currency"]},{title:"fab fa-wordpress",searchTerms:[]},{title:"fab fa-wordpress-simple",searchTerms:[]},{title:"fas fa-worm",searchTerms:["dirt","garden","worm","wriggle"]},{title:"fab fa-wpbeginner",searchTerms:[]},{title:"fab fa-wpexplorer",searchTerms:[]},{title:"fab fa-wpforms",searchTerms:[]},{title:"fab fa-wpressr",searchTerms:["rendact"]},{title:"fas fa-wrench",searchTerms:["configuration","construction","equipment","fix","mechanic","modify","plumbing","settings","spanner","tool","update","wrench"]},{title:"fas fa-x",searchTerms:["Latin Capital Letter X","Latin Small Letter X","letter","uncheck"]},{title:"fas fa-x-ray",searchTerms:["health","medical","radiological images","radiology","skeleton"]},{title:"fab fa-x-twitter",searchTerms:[" elon"," twitter"," x"]},{title:"fab fa-xbox",searchTerms:[]},{title:"fab fa-xing",searchTerms:[]},{title:"fas fa-xmark",searchTerms:["Cancellation X","Multiplication Sign","Multiplication X","cancel","close","cross","cross mark","error","exit","incorrect","mark","multiplication","multiply","notice","notification","notify","problem","sign","uncheck","wrong","x","×"]},{title:"fas fa-xmarks-lines",searchTerms:["barricade","barrier","fence","poison","roadblock"]},{title:"fas fa-y",searchTerms:["Latin Capital Letter Y","Latin Small Letter Y","letter","yay","yes"]},{title:"fab fa-y-combinator",searchTerms:[]},{title:"fab fa-yahoo",searchTerms:[]},{title:"fab fa-yammer",searchTerms:[]},{title:"fab fa-yandex",searchTerms:[]},{title:"fab fa-yandex-international",searchTerms:[]},{title:"fab fa-yarn",searchTerms:[]},{title:"fab fa-yelp",searchTerms:[]},{title:"fas fa-yen-sign",searchTerms:["Yen Sign","currency"]},{title:"fas fa-yin-yang",searchTerms:["daoism","opposites","religion","tao","taoism","taoist","yang","yin","yin yang"]},{title:"fab fa-yoast",searchTerms:[]},{title:"fab fa-youtube",searchTerms:["film","video","youtube-play","youtube-square"]},{title:"fas fa-z",searchTerms:["Latin Capital Letter Z","Latin Small Letter Z","letter"]},{title:"fab fa-zhihu",searchTerms:[]}]})}); \ No newline at end of file +!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)}(function(z){z.ui=z.ui||{};z.ui.version="1.12.1";!function(){var s,v=Math.max,x=Math.abs,t=/left|center|right/,i=/top|center|bottom/,o=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,l=/%$/,n=z.fn.pos;function q(e,a,r){return[parseFloat(e[0])*(l.test(e[0])?a/100:1),parseFloat(e[1])*(l.test(e[1])?r/100:1)]}function L(e,a){return parseInt(z.css(e,a),10)||0}z.pos={scrollbarWidth:function(){if(void 0!==s)return s;var e,a,r=z("
"),t=r.children()[0];return z("body").append(r),e=t.offsetWidth,r.css("overflow","scroll"),e===(a=t.offsetWidth)&&(a=r[0].clientWidth),r.remove(),s=e-a},getScrollInfo:function(e){var a=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),r=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),t="scroll"===a||"auto"===a&&e.widthv(x(t),x(s))?i.important="horizontal":i.important="vertical",m.using.call(this,e,i)}),o.offset(z.extend(n,{using:e}))})},z.ui.pos={_trigger:function(e,a,r,t){a.elem&&a.elem.trigger({type:r,position:e,positionData:a,triggered:t})},fit:{left:function(e,a){z.ui.pos._trigger(e,a,"posCollide","fitLeft");var r,t=a.within,s=t.isWindow?t.scrollLeft:t.offset.left,i=t.width,o=e.left-a.collisionPosition.marginLeft,c=s-o,l=o+a.collisionWidth-i-s;a.collisionWidth>i?0i?0
',footer:'',buttons:' ',search:'',iconpicker:'
',iconpickerItem:''}},o.batch=function(e,a){var r=Array.prototype.slice.call(arguments,2);return l(e).each(function(){var e=l(this).data("iconpicker");e&&e[a].apply(e,r)})},o.prototype={constructor:o,options:{},_id:0,_trigger:function(e,a){a=a||{},this.element.trigger(l.extend({type:e,iconpickerInstance:this},a))},_createPopover:function(){this.popover=l(this.options.templates.popover);var e=this.popover.find(".popover-title");if(this.options.title&&e.append(l('
'+this.options.title+"
")),this.hasSeparatedSearchInput()&&!this.options.searchInFooter?e.append(this.options.templates.search):this.options.title||e.remove(),this.options.showFooter&&!r(this.options.templates.footer)){var a=l(this.options.templates.footer);this.hasSeparatedSearchInput()&&this.options.searchInFooter&&a.append(l(this.options.templates.search)),r(this.options.templates.buttons)||a.append(l(this.options.templates.buttons)),this.popover.append(a)}return!0===this.options.animation&&this.popover.addClass(""),this.popover},_createIconpicker:function(){var r=this;this.iconpicker=l(this.options.templates.iconpicker);var e=function(e){var a=l(this);a.is("i")&&(a=a.parent()),r._trigger("iconpickerSelect",{iconpickerItem:a,iconpickerValue:r.iconpickerValue}),!1===r.options.mustAccept?(r.update(a.data("iconpickerValue")),r._trigger("iconpickerSelected",{iconpickerItem:this,iconpickerValue:r.iconpickerValue})):r.update(a.data("iconpickerValue"),!0),r.options.hideOnSelect&&!1===r.options.mustAccept&&r.hide()},a=l(this.options.templates.iconpickerItem),t=[];for(var s in this.options.icons)if("string"==typeof this.options.icons[s].title){var i=a.clone();if(i.find("i").addClass(this.options.fullClassFormatter(this.options.icons[s].title)),i.data("iconpickerValue",this.options.icons[s].title).on("click.iconpicker",e),i.attr("title","."+this.options.icons[s].title),0'},setSourceValue:function(e){return!1!==(e=this.setValue(e))&&""!==e&&(this.hasInput()?this.input.val(this.iconpickerValue):this.element.data("iconpickerValue",this.iconpickerValue),this._trigger("iconpickerSetSourceValue",{iconpickerValue:e})),e},getSourceValue:function(e){var a=e=e||this.options.defaultValue;return void 0!==(a=this.hasInput()?this.input.val():this.element.data("iconpickerValue"))&&""!==a&&null!==a&&!1!==a||(a=e),a},hasInput:function(){return!1!==this.input},isInputSearch:function(){return this.hasInput()&&!0===this.options.inputSearch},isInputGroup:function(){return this.container.is(".input-group")},isDropdownMenu:function(){return this.container.is(".dropdown-menu")},hasSeparatedSearchInput:function(){return!1!==this.options.templates.search&&!this.isInputSearch()},hasComponent:function(){return!1!==this.component},hasContainer:function(){return!1!==this.container},getAcceptButton:function(){return this.popover.find(".iconpicker-btn-accept")},getCancelButton:function(){return this.popover.find(".iconpicker-btn-cancel")},getSearchInput:function(){return this.popover.find(".iconpicker-search")},filter:function(t){if(r(t))return this.iconpicker.find(".iconpicker-item").show(),l(!1);var s=[];return this.iconpicker.find(".iconpicker-item").each(function(){var e=l(this),a=e.attr("title").toLowerCase();a=a+" "+(e.attr("data-search-terms")?e.attr("data-search-terms").toLowerCase():"");var r=!1;try{r=new RegExp("(^|\\W)"+t,"g")}catch(e){r=!1}!1!==r&&a.match(r)?(s.push(e),e.show()):e.hide()}),s},show:function(){if(this.popover.hasClass("in"))return!1;l.iconpicker.batch(l(".iconpicker-popover.in:not(.inline)").not(this.popover),"hide"),this._trigger("iconpickerShow",{iconpickerValue:this.iconpickerValue}),this.updatePlacement(),this.popover.addClass("in"),setTimeout(l.proxy(function(){this.popover.css("display",this.isInline()?"":"block"),this._trigger("iconpickerShown",{iconpickerValue:this.iconpickerValue})},this),this.options.animation?300:1)},hide:function(){if(!this.popover.hasClass("in"))return!1;this._trigger("iconpickerHide",{iconpickerValue:this.iconpickerValue}),this.popover.removeClass("in"),setTimeout(l.proxy(function(){this.popover.css("display","none"),this.getSearchInput().val(""),this.filter(""),this._trigger("iconpickerHidden",{iconpickerValue:this.iconpickerValue})},this),this.options.animation?300:1)},toggle:function(){this.popover.is(":visible")?this.hide():this.show(!0)},update:function(e,a){return e=e||this.getSourceValue(this.iconpickerValue),this._trigger("iconpickerUpdate",{iconpickerValue:this.iconpickerValue}),!0===a?e=this.setValue(e):(e=this.setSourceValue(e),this._updateFormGroupStatus(!1!==e)),!1!==e&&this._updateComponents(),this._trigger("iconpickerUpdated",{iconpickerValue:this.iconpickerValue}),e},destroy:function(){this._trigger("iconpickerDestroy",{iconpickerValue:this.iconpickerValue}),this.element.removeData("iconpicker").removeData("iconpickerValue").removeClass("iconpicker-element"),this._unbindElementEvents(),this._unbindWindowEvents(),l(this.popover).remove(),this._trigger("iconpickerDestroyed",{iconpickerValue:this.iconpickerValue})},disable:function(){return!!this.hasInput()&&(this.input.prop("disabled",!0),!0)},enable:function(){return!!this.hasInput()&&(this.input.prop("disabled",!1),!0)},isDisabled:function(){return!!this.hasInput()&&!0===this.input.prop("disabled")},isInline:function(){return"inline"===this.options.placement||this.popover.hasClass("inline")}},l.iconpicker=o,l.fn.iconpicker=function(a){return this.each(function(){var e=l(this);e.data("iconpicker")||e.data("iconpicker",new o(this,"object"==typeof a?a:{}))})},o.defaultOptions=l.extend(o.defaultOptions,{icons:[{title:"fa-solid fa-0",searchTerms:["Digit Zero","nada","none","zero","zilch"]},{title:"fa-solid fa-1",searchTerms:["Digit One","one"]},{title:"fa-solid fa-2",searchTerms:["Digit Two","two"]},{title:"fa-solid fa-3",searchTerms:["Digit Three","three"]},{title:"fa-solid fa-4",searchTerms:["Digit Four","four"]},{title:"fa-solid fa-5",searchTerms:["Digit Five","five"]},{title:"fa-solid fa-6",searchTerms:["Digit Six","six"]},{title:"fa-solid fa-7",searchTerms:["Digit Seven","seven"]},{title:"fa-solid fa-8",searchTerms:["Digit Eight","eight"]},{title:"fa-solid fa-9",searchTerms:["Digit Nine","nine"]},{title:"fa-brands fa-42-group",searchTerms:[]},{title:"fa-brands fa-500px",searchTerms:[]},{title:"fa-solid fa-a",searchTerms:["Latin Capital Letter A","Latin Small Letter A","letter"]},{title:"fa-brands fa-accessible-icon",searchTerms:["accessibility","disabled","handicap","person","uer","wheelchair","wheelchair-alt"]},{title:"fa-brands fa-accusoft",searchTerms:[]},{title:"fa-solid fa-address-book",searchTerms:["contact","directory","employee","index","little black book","portfolio","rolodex","uer","username"]},{title:"far fa-address-book",searchTerms:["contact","directory","employee","index","little black book","portfolio","rolodex","uer","username"]},{title:"fa-solid fa-address-card",searchTerms:["about","contact","employee","id","identification","portfolio","postcard","profile","registration","uer","username"]},{title:"far fa-address-card",searchTerms:["about","contact","employee","id","identification","portfolio","postcard","profile","registration","uer","username"]},{title:"fa-brands fa-adn",searchTerms:[]},{title:"fa-brands fa-adversal",searchTerms:[]},{title:"fa-brands fa-affiliatetheme",searchTerms:[]},{title:"fa-brands fa-airbnb",searchTerms:[]},{title:"fa-brands fa-algolia",searchTerms:[]},{title:"fa-solid fa-align-center",searchTerms:["format","middle","paragraph","text"]},{title:"fa-solid fa-align-justify",searchTerms:["format","paragraph","text"]},{title:"fa-solid fa-align-left",searchTerms:["format","paragraph","text"]},{title:"fa-solid fa-align-right",searchTerms:["format","paragraph","text"]},{title:"fa-brands fa-alipay",searchTerms:[]},{title:"fa-brands fa-amazon",searchTerms:[]},{title:"fa-brands fa-amazon-pay",searchTerms:[]},{title:"fa-brands fa-amilia",searchTerms:[]},{title:"fa-solid fa-anchor",searchTerms:["anchor","berth","boat","dock","embed","link","maritime","moor","port","secure","ship","tool"]},{title:"fa-solid fa-anchor-circle-check",searchTerms:["enable","marina","not affected","ok","okay","port","validate","working"]},{title:"fa-solid fa-anchor-circle-exclamation",searchTerms:["affected","failed","marina","port"]},{title:"fa-solid fa-anchor-circle-xmark",searchTerms:["destroy","marina","port","uncheck"]},{title:"fa-solid fa-anchor-lock",searchTerms:["closed","lockdown","marina","padlock","port","privacy","quarantine"]},{title:"fa-brands fa-android",searchTerms:["robot"]},{title:"fa-brands fa-angellist",searchTerms:[]},{title:"fa-solid fa-angle-down",searchTerms:["Down Arrowhead","arrow","caret","download","expand","insert"]},{title:"fa-solid fa-angle-left",searchTerms:["Single Left-Pointing Angle Quotation Mark","arrow","back","caret","less","previous"]},{title:"fa-solid fa-angle-right",searchTerms:["Single Right-Pointing Angle Quotation Mark","arrow","care","forward","more","next"]},{title:"fa-solid fa-angle-up",searchTerms:["Up Arrowhead","arrow","caret","collapse","upgrade","upload"]},{title:"fa-solid fa-angles-down",searchTerms:["arrows","caret","download","expand"]},{title:"fa-solid fa-angles-left",searchTerms:["Left-Pointing Double Angle Quotation Mark","arrows","back","caret","laquo","previous","quote"]},{title:"fa-solid fa-angles-right",searchTerms:["Right-Pointing Double Angle Quotation Mark","arrows","caret","forward","more","next","quote","raquo"]},{title:"fa-solid fa-angles-up",searchTerms:["arrows","caret","collapse","upload"]},{title:"fa-brands fa-angrycreative",searchTerms:[]},{title:"fa-brands fa-angular",searchTerms:[]},{title:"fa-solid fa-ankh",searchTerms:["Ankh","amulet","copper","coptic christianity","copts","crux ansata","egypt","venus"]},{title:"fa-brands fa-app-store",searchTerms:[]},{title:"fa-brands fa-app-store-ios",searchTerms:[]},{title:"fa-brands fa-apper",searchTerms:[]},{title:"fa-brands fa-apple",searchTerms:["fruit","ios","mac","operating system","os","osx"]},{title:"fa-brands fa-apple-pay",searchTerms:[]},{title:"fa-solid fa-apple-whole",searchTerms:["apple","fall","fruit","fuji","green","green apple","macintosh","orchard","red","red apple","seasonal","vegan"]},{title:"fa-solid fa-archway",searchTerms:["arc","monument","road","street","tunnel"]},{title:"fa-solid fa-arrow-down",searchTerms:["Downwards Arrow","download"]},{title:"fa-solid fa-arrow-down-1-9",searchTerms:["arrange","filter","numbers","order","sort-numeric-asc"]},{title:"fa-solid fa-arrow-down-9-1",searchTerms:["arrange","filter","numbers","order","sort-numeric-asc"]},{title:"fa-solid fa-arrow-down-a-z",searchTerms:["alphabetical","arrange","filter","order","sort-alpha-asc"]},{title:"fa-solid fa-arrow-down-long",searchTerms:["download","long-arrow-down"]},{title:"fa-solid fa-arrow-down-short-wide",searchTerms:["arrange","filter","order","sort-amount-asc"]},{title:"fa-solid fa-arrow-down-up-across-line",searchTerms:["border","crossing","transfer"]},{title:"fa-solid fa-arrow-down-up-lock",searchTerms:["border","closed","crossing","lockdown","padlock","privacy","quarantine","transfer"]},{title:"fa-solid fa-arrow-down-wide-short",searchTerms:["arrange","filter","number","order","sort-amount-asc"]},{title:"fa-solid fa-arrow-down-z-a",searchTerms:["alphabetical","arrange","filter","order","sort-alpha-asc"]},{title:"fa-solid fa-arrow-left",searchTerms:["Leftwards Arrow","back","previous"]},{title:"fa-solid fa-arrow-left-long",searchTerms:["back","long-arrow-left","previous"]},{title:"fa-solid fa-arrow-pointer",searchTerms:["arrow","cursor","select"]},{title:"fa-solid fa-arrow-right",searchTerms:["Rightwards Arrow","forward","next"]},{title:"fa-solid fa-arrow-right-arrow-left",searchTerms:["Rightwards Arrow Over Leftwards Arrow","arrow","arrows","reciprocate","return","swap","transfer"]},{title:"fa-solid fa-arrow-right-from-bracket",searchTerms:["arrow","exit","leave","log out","logout"]},{title:"fa-solid fa-arrow-right-long",searchTerms:["forward","long-arrow-right","next"]},{title:"fa-solid fa-arrow-right-to-bracket",searchTerms:["arrow","enter","insert","join","log in","login","sign in","sign up","sign-in","signin","signup"]},{title:"fa-solid fa-arrow-right-to-city",searchTerms:["building","city","exodus","insert","rural","urban"]},{title:"fa-solid fa-arrow-rotate-left",searchTerms:["Anticlockwise Open Circle Arrow","back","control z","exchange","oops","return","rotate","swap"]},{title:"fa-solid fa-arrow-rotate-right",searchTerms:["Clockwise Open Circle Arrow","forward","refresh","reload","renew","repeat","retry"]},{title:"fa-solid fa-arrow-trend-down",searchTerms:["line","stocks","trend"]},{title:"fa-solid fa-arrow-trend-up",searchTerms:["line","stocks","trend"]},{title:"fa-solid fa-arrow-turn-down",searchTerms:["arrow"]},{title:"fa-solid fa-arrow-turn-up",searchTerms:["arrow"]},{title:"fa-solid fa-arrow-up",searchTerms:["Upwards Arrow","forward","upgrade","upload"]},{title:"fa-solid fa-arrow-up-1-9",searchTerms:["arrange","filter","numbers","order","sort-numeric-desc"]},{title:"fa-solid fa-arrow-up-9-1",searchTerms:["arrange","filter","numbers","order","sort-numeric-desc"]},{title:"fa-solid fa-arrow-up-a-z",searchTerms:["alphabetical","arrange","filter","order","sort-alpha-desc"]},{title:"fa-solid fa-arrow-up-from-bracket",searchTerms:["share","transfer","upgrade","upload"]},{title:"fa-solid fa-arrow-up-from-ground-water",searchTerms:["groundwater","spring","upgrade","water supply","water table"]},{title:"fa-solid fa-arrow-up-from-water-pump",searchTerms:["flood","groundwater","pump","submersible","sump pump","upgrade"]},{title:"fa-solid fa-arrow-up-long",searchTerms:["long-arrow-up","upload"]},{title:"fa-solid fa-arrow-up-right-dots",searchTerms:["growth","increase","population","upgrade"]},{title:"fa-solid fa-arrow-up-right-from-square",searchTerms:["new","open","send","share","upgrade"]},{title:"fa-solid fa-arrow-up-short-wide",searchTerms:["arrange","filter","order","sort-amount-desc"]},{title:"fa-solid fa-arrow-up-wide-short",searchTerms:["arrange","filter","order","sort-amount-desc","upgrade"]},{title:"fa-solid fa-arrow-up-z-a",searchTerms:["alphabetical","arrange","filter","order","sort-alpha-desc"]},{title:"fa-solid fa-arrows-down-to-line",searchTerms:["insert","scale down","sink"]},{title:"fa-solid fa-arrows-down-to-people",searchTerms:["affected","focus","insert","targeted","together","uer"]},{title:"fa-solid fa-arrows-left-right",searchTerms:["expand","horizontal","landscape","resize","wide"]},{title:"fa-solid fa-arrows-left-right-to-line",searchTerms:["analysis","expand","gap"]},{title:"fa-solid fa-arrows-rotate",searchTerms:["Clockwise Right and Left Semicircle Arrows","clockwise","exchange","modify","refresh","reload","renew","retry","rotate","swap"]},{title:"fa-solid fa-arrows-spin",searchTerms:["cycle","rotate","spin","whirl"]},{title:"fa-solid fa-arrows-split-up-and-left",searchTerms:["agile","split"]},{title:"fa-solid fa-arrows-to-circle",searchTerms:["center","concentrate","coordinate","coordination","focal point","focus","insert"]},{title:"fa-solid fa-arrows-to-dot",searchTerms:["assembly point","center","condense","focus","insert","minimize"]},{title:"fa-solid fa-arrows-to-eye",searchTerms:["center","coordinated assessment","focus"]},{title:"fa-solid fa-arrows-turn-right",searchTerms:["arrows"]},{title:"fa-solid fa-arrows-turn-to-dots",searchTerms:["destination","insert","nexus"]},{title:"fa-solid fa-arrows-up-down",searchTerms:["expand","portrait","resize","tall","vertical"]},{title:"fa-solid fa-arrows-up-down-left-right",searchTerms:["arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"]},{title:"fa-solid fa-arrows-up-to-line",searchTerms:["rise","scale up","upgrade"]},{title:"fa-brands fa-artstation",searchTerms:[]},{title:"fa-solid fa-asterisk",searchTerms:["Asterisk","Heavy Asterisk","annotation","details","reference","required","star"]},{title:"fa-brands fa-asymmetrik",searchTerms:[]},{title:"fa-solid fa-at",searchTerms:["Commercial At","address","author","e-mail","email","fluctuate","handle"]},{title:"fa-brands fa-atlassian",searchTerms:[]},{title:"fa-solid fa-atom",searchTerms:["atheism","atheist","atom","atom symbol","chemistry","electron","ion","isotope","knowledge","neutron","nuclear","proton","science"]},{title:"fa-brands fa-audible",searchTerms:[]},{title:"fa-solid fa-audio-description",searchTerms:["blind","narration","video","visual"]},{title:"fa-solid fa-austral-sign",searchTerms:["Austral Sign","currency"]},{title:"fa-brands fa-autoprefixer",searchTerms:[]},{title:"fa-brands fa-avianex",searchTerms:[]},{title:"fa-brands fa-aviato",searchTerms:[]},{title:"fa-solid fa-award",searchTerms:["guarantee","honor","praise","prize","recognition","ribbon","trophy","warranty"]},{title:"fa-brands fa-aws",searchTerms:[]},{title:"fa-solid fa-b",searchTerms:["Latin Capital Letter B","Latin Small Letter B","letter"]},{title:"fa-solid fa-baby",searchTerms:["uer","users-people"]},{title:"fa-solid fa-baby-carriage",searchTerms:["buggy","carrier","infant","push","stroller","transportation","walk","wheels"]},{title:"fa-solid fa-backward",searchTerms:["arrow","double","fast reverse button","previous","rewind"]},{title:"fa-solid fa-backward-fast",searchTerms:["arrow","beginning","first","last track button","previous","previous scene","previous track","quick","rewind","start","triangle"]},{title:"fa-solid fa-backward-step",searchTerms:["beginning","first","previous","rewind","start"]},{title:"fa-solid fa-bacon",searchTerms:["bacon","blt","breakfast","food","ham","lard","meat","pancetta","pork","rasher"]},{title:"fa-solid fa-bacteria",searchTerms:["antibiotic","antibody","covid-19","health","organism","sick"]},{title:"fa-solid fa-bacterium",searchTerms:["antibiotic","antibody","covid-19","germ","health","organism","sick"]},{title:"fa-solid fa-bag-shopping",searchTerms:["buy","checkout","grocery","payment","purchase"]},{title:"fa-solid fa-bahai",searchTerms:["bahai","bahá'í","star"]},{title:"fa-solid fa-baht-sign",searchTerms:["currency"]},{title:"fa-solid fa-ban",searchTerms:["404","abort","ban","block","cancel","delete","deny","disabled","entry","failed","forbidden","hide","no","not","not found","prohibit","prohibited","remove","stop","trash"]},{title:"fa-solid fa-ban-smoking",searchTerms:["ban","cancel","deny","disabled","forbidden","no","no smoking","non-smoking","not","prohibited","smoking"]},{title:"fa-solid fa-bandage",searchTerms:["adhesive bandage","bandage","boo boo","first aid","modify","ouch"]},{title:"fa-brands fa-bandcamp",searchTerms:[]},{title:"fa-solid fa-bangladeshi-taka-sign",searchTerms:["bdt","currency","tk"]},{title:"fa-solid fa-barcode",searchTerms:["info","laser","price","scan","upc"]},{title:"fa-solid fa-bars",searchTerms:["checklist","drag","hamburger","list","menu","nav","navigation","ol","reorder","settings","todo","ul"]},{title:"fa-solid fa-bars-progress",searchTerms:["checklist","downloading","downloads","loading","poll","progress","project management","settings","to do"]},{title:"fa-solid fa-bars-staggered",searchTerms:["flow","list","timeline"]},{title:"fa-solid fa-baseball",searchTerms:["ball","baseball","foul","glove","hardball","league","leather","mlb","softball","sport","underarm"]},{title:"fa-solid fa-baseball-bat-ball",searchTerms:["bat","league","mlb","slugger","softball","sport"]},{title:"fa-solid fa-basket-shopping",searchTerms:["buy","checkout","grocery","payment","purchase"]},{title:"fa-solid fa-basketball",searchTerms:["ball","basketball","dribble","dunk","hoop","nba"]},{title:"fa-solid fa-bath",searchTerms:["bath","bathtub","clean","shower","tub","wash"]},{title:"fa-solid fa-battery-empty",searchTerms:["charge","dead","power","status"]},{title:"fa-solid fa-battery-full",searchTerms:["batter","battery","charge","power","status"]},{title:"fa-solid fa-battery-half",searchTerms:["charge","power","status"]},{title:"fa-solid fa-battery-quarter",searchTerms:["charge","low","power","status"]},{title:"fa-solid fa-battery-three-quarters",searchTerms:["charge","power","status"]},{title:"fa-brands fa-battle-net",searchTerms:[]},{title:"fa-solid fa-bed",searchTerms:["hospital","hotel","lodging","mattress","patient","person in bed","rest","sleep","travel","uer"]},{title:"fa-solid fa-bed-pulse",searchTerms:["EKG","bed","electrocardiogram","health","hospital","life","patient","vital"]},{title:"fa-solid fa-beer-mug-empty",searchTerms:["alcohol","ale","bar","beverage","brew","brewery","drink","foam","lager","liquor","mug","stein"]},{title:"fa-brands fa-behance",searchTerms:[]},{title:"fa-solid fa-bell",searchTerms:["alarm","alert","bel","bell","chime","notification","reminder","request"]},{title:"far fa-bell",searchTerms:["alarm","alert","bel","bell","chime","notification","reminder","request"]},{title:"fa-solid fa-bell-concierge",searchTerms:["attention","bell","bellhop","bellhop bell","hotel","receptionist","request","service","support"]},{title:"fa-solid fa-bell-slash",searchTerms:["alert","bell","bell with slash","cancel","disabled","forbidden","mute","notification","off","quiet","reminder","silent"]},{title:"far fa-bell-slash",searchTerms:["alert","bell","bell with slash","cancel","disabled","forbidden","mute","notification","off","quiet","reminder","silent"]},{title:"fa-solid fa-bezier-curve",searchTerms:["curves","illustrator","lines","path","vector"]},{title:"fa-solid fa-bicycle",searchTerms:["bicycle","bike","gears","pedal","transportation","vehicle"]},{title:"fa-brands fa-bilibili",searchTerms:[]},{title:"fa-brands fa-bimobject",searchTerms:[]},{title:"fa-solid fa-binoculars",searchTerms:["glasses","inspection","magnifier","magnify","scenic","spyglass","view"]},{title:"fa-solid fa-biohazard",searchTerms:["biohazard","covid-19","danger","dangerous","epidemic","hazmat","medical","pandemic","radioactive","sign","toxic","waste","zombie"]},{title:"fa-brands fa-bitbucket",searchTerms:["atlassian","bitbucket-square","git"]},{title:"fa-brands fa-bitcoin",searchTerms:[]},{title:"fa-solid fa-bitcoin-sign",searchTerms:["Bitcoin Sign","currency"]},{title:"fa-brands fa-bity",searchTerms:[]},{title:"fa-brands fa-black-tie",searchTerms:["administrator"]},{title:"fa-brands fa-blackberry",searchTerms:[]},{title:"fa-solid fa-blender",searchTerms:["cocktail","milkshake","mixer","puree","smoothie"]},{title:"fa-solid fa-blender-phone",searchTerms:["appliance","cocktail","fantasy","milkshake","mixer","puree","silly","smoothie"]},{title:"fa-solid fa-blog",searchTerms:["journal","log","online","personal","post","web 2.0","wordpress","writing"]},{title:"fa-brands fa-blogger",searchTerms:[]},{title:"fa-brands fa-blogger-b",searchTerms:[]},{title:"fa-brands fa-bluesky",searchTerms:["social network"]},{title:"fa-brands fa-bluetooth",searchTerms:["signal"]},{title:"fa-brands fa-bluetooth-b",searchTerms:[]},{title:"fa-solid fa-bold",searchTerms:["emphasis","format","text"]},{title:"fa-solid fa-bolt",searchTerms:["charge","danger","electric","electricity","flash","high voltage","lightning","voltage","weather","zap"]},{title:"fa-solid fa-bolt-lightning",searchTerms:["electricity","flash","lightning","weather","zap"]},{title:"fa-solid fa-bomb",searchTerms:["bomb","comic","error","explode","fuse","grenade","warning"]},{title:"fa-solid fa-bone",searchTerms:["bone","calcium","dog","skeletal","skeleton","tibia"]},{title:"fa-solid fa-bong",searchTerms:["aparatus","cannabis","marijuana","pipe","smoke","smoking"]},{title:"fa-solid fa-book",searchTerms:["book","cover","decorated","diary","documentation","journal","knowledge","library","notebook","notebook with decorative cover","read","research","scholar"]},{title:"fa-solid fa-book-atlas",searchTerms:["book","directions","geography","globe","knowledge","library","map","research","travel","wayfinding"]},{title:"fa-solid fa-book-bible",searchTerms:["book","catholicism","christianity","god","holy"]},{title:"fa-solid fa-book-bookmark",searchTerms:["knowledge","library","research"]},{title:"fa-solid fa-book-journal-whills",searchTerms:["book","force","jedi","sith","star wars","yoda"]},{title:"fa-solid fa-book-medical",searchTerms:["diary","documentation","health","history","journal","library","read","record","research"]},{title:"fa-solid fa-book-open",searchTerms:["Book","book","flyer","knowledge","library","notebook","open","open book","pamphlet","reading","research"]},{title:"fa-solid fa-book-open-reader",searchTerms:["flyer","library","notebook","open book","pamphlet","reading","research"]},{title:"fa-solid fa-book-quran",searchTerms:["book","islam","muslim","religion"]},{title:"fa-solid fa-book-skull",searchTerms:["Dungeons & Dragons","crossbones","d&d","dark arts","death","dnd","documentation","evil","fantasy","halloween","holiday","library","necronomicon","read","research","skull","spell"]},{title:"fa-solid fa-book-tanakh",searchTerms:["book","jewish","judaism","religion"]},{title:"fa-solid fa-bookmark",searchTerms:["bookmark","favorite","library","mark","marker","read","remember","research","save"]},{title:"far fa-bookmark",searchTerms:["bookmark","favorite","library","mark","marker","read","remember","research","save"]},{title:"fa-brands fa-bootstrap",searchTerms:[]},{title:"fa-solid fa-border-all",searchTerms:["cell","grid","outline","stroke","table"]},{title:"fa-solid fa-border-none",searchTerms:["cell","grid","outline","stroke","table"]},{title:"fa-solid fa-border-top-left",searchTerms:["cell","outline","stroke","table"]},{title:"fa-solid fa-bore-hole",searchTerms:["bore","bury","drill","hole"]},{title:"fa-brands fa-bots",searchTerms:[]},{title:"fa-solid fa-bottle-droplet",searchTerms:["alcohol","drink","oil","olive oil","wine"]},{title:"fa-solid fa-bottle-water",searchTerms:["h2o","plastic","water"]},{title:"fa-solid fa-bowl-food",searchTerms:["catfood","dogfood","food","rice"]},{title:"fa-solid fa-bowl-rice",searchTerms:["boiled","cooked","cooked rice","rice","steamed"]},{title:"fa-solid fa-bowling-ball",searchTerms:["alley","candlepin","gutter","lane","strike","tenpin"]},{title:"fa-solid fa-box",searchTerms:["archive","box","container","package","parcel","storage"]},{title:"fa-solid fa-box-archive",searchTerms:["box","package","save","storage"]},{title:"fa-solid fa-box-open",searchTerms:["archive","container","package","storage","unpack"]},{title:"fa-solid fa-box-tissue",searchTerms:["cough","covid-19","kleenex","mucus","nose","sneeze","snot"]},{title:"fa-solid fa-boxes-packing",searchTerms:["archive","box","package","storage","supplies"]},{title:"fa-solid fa-boxes-stacked",searchTerms:["archives","inventory","storage","warehouse"]},{title:"fa-solid fa-braille",searchTerms:["alphabet","blind","dots","raised","vision"]},{title:"fa-solid fa-brain",searchTerms:["brain","cerebellum","gray matter","intellect","intelligent","knowledge","medulla oblongata","mind","noodle","scholar","wit"]},{title:"fa-brands fa-brave",searchTerms:[]},{title:"fa-brands fa-brave-reverse",searchTerms:[]},{title:"fa-solid fa-brazilian-real-sign",searchTerms:["brazilian real sign","currency"]},{title:"fa-solid fa-bread-slice",searchTerms:["bake","bakery","baking","dough","flour","gluten","grain","sandwich","sourdough","toast","wheat","yeast"]},{title:"fa-solid fa-bridge",searchTerms:["bridge","road"]},{title:"fa-solid fa-bridge-circle-check",searchTerms:["bridge","enable","not affected","ok","okay","road","validate","working"]},{title:"fa-solid fa-bridge-circle-exclamation",searchTerms:["affected","bridge","failed","road"]},{title:"fa-solid fa-bridge-circle-xmark",searchTerms:["bridge","destroy","road","uncheck"]},{title:"fa-solid fa-bridge-lock",searchTerms:["bridge","closed","lockdown","padlock","privacy","quarantine","road"]},{title:"fa-solid fa-bridge-water",searchTerms:["bridge","road"]},{title:"fa-solid fa-briefcase",searchTerms:["bag","briefcas","briefcase","business","luggage","offer","office","portfolio","work"]},{title:"fa-solid fa-briefcase-medical",searchTerms:["doctor","emt","first aid","health"]},{title:"fa-solid fa-broom",searchTerms:["broom","clean","cleaning","firebolt","fly","halloween","nimbus 2000","quidditch","sweep","sweeping","witch"]},{title:"fa-solid fa-broom-ball",searchTerms:["ball","bludger","broom","golden snitch","harry potter","hogwarts","quaffle","sport","wizard"]},{title:"fa-solid fa-brush",searchTerms:["art","bristles","color","handle","maintenance","modify","paint"]},{title:"fa-brands fa-btc",searchTerms:[]},{title:"fa-solid fa-bucket",searchTerms:["bucket","pail","sandcastle"]},{title:"fa-brands fa-buffer",searchTerms:[]},{title:"fa-solid fa-bug",searchTerms:["beetle","error","glitch","insect","repair","report"]},{title:"fa-solid fa-bug-slash",searchTerms:["beetle","disabled","fix","glitch","insect","optimize","repair","report","warning"]},{title:"fa-solid fa-bugs",searchTerms:["bedbug","infestation","lice","plague","ticks"]},{title:"fa-solid fa-building",searchTerms:["apartment","building","business","city","company","office","office building","urban","work"]},{title:"far fa-building",searchTerms:["apartment","building","business","city","company","office","office building","urban","work"]},{title:"fa-solid fa-building-circle-arrow-right",searchTerms:["building","city","distribution center","office"]},{title:"fa-solid fa-building-circle-check",searchTerms:["building","city","enable","not affected","office","ok","okay","validate","working"]},{title:"fa-solid fa-building-circle-exclamation",searchTerms:["affected","building","city","failed","office"]},{title:"fa-solid fa-building-circle-xmark",searchTerms:["building","city","destroy","office","uncheck"]},{title:"fa-solid fa-building-columns",searchTerms:["bank","building","college","education","institution","museum","students"]},{title:"fa-solid fa-building-flag",searchTerms:[" city","building","diplomat","embassy","flag","headquarters","united nations"]},{title:"fa-solid fa-building-lock",searchTerms:["building","city","closed","lock","lockdown","padlock","privacy","quarantine","secure"]},{title:"fa-solid fa-building-ngo",searchTerms:[" city","building","non governmental organization","office"]},{title:"fa-solid fa-building-shield",searchTerms:["building","city","police","protect","safety"]},{title:"fa-solid fa-building-un",searchTerms:["building","city","office","united nations"]},{title:"fa-solid fa-building-user",searchTerms:["apartment","building","city","employee","uer"]},{title:"fa-solid fa-building-wheat",searchTerms:["agriculture","building","city","usda"]},{title:"fa-solid fa-bullhorn",searchTerms:["Bullhorn","announcement","broadcast","loud","louder","loudspeaker","megaphone","public address","request","share"]},{title:"fa-solid fa-bullseye",searchTerms:["archery","goal","objective","strategy","target"]},{title:"fa-solid fa-burger",searchTerms:["bacon","beef","burger","burger king","cheeseburger","fast food","grill","ground beef","mcdonalds","sandwich"]},{title:"fa-brands fa-buromobelexperte",searchTerms:[]},{title:"fa-solid fa-burst",searchTerms:["boom","crash","explosion"]},{title:"fa-solid fa-bus",searchTerms:["bus","oncoming","oncoming bus","public transportation","transportation","travel","vehicle"]},{title:"fa-solid fa-bus-simple",searchTerms:["mta","public transportation","transportation","travel","vehicle"]},{title:"fa-solid fa-business-time",searchTerms:["alarm","briefcase","business socks","clock","flight of the conchords","portfolio","reminder","wednesday"]},{title:"fa-brands fa-buy-n-large",searchTerms:[]},{title:"fa-brands fa-buysellads",searchTerms:[]},{title:"fa-solid fa-c",searchTerms:["Latin Capital Letter C","Latin Small Letter C","letter"]},{title:"fa-solid fa-cable-car",searchTerms:["aerial tramway","cable","gondola","lift","mountain","mountain cableway","tram","tramway","trolley"]},{title:"fa-solid fa-cake-candles",searchTerms:["anniversary","bakery","birthday","birthday cake","cake","candles","celebration","dessert","frosting","holiday","party","pastry","sweet"]},{title:"fa-solid fa-calculator",searchTerms:["Pocket Calculator","abacus","addition","arithmetic","counting","math","multiplication","subtraction"]},{title:"fa-solid fa-calendar",searchTerms:["calendar","calendar-o","date","day","event","month","schedule","tear-off calendar","time","when","year"]},{title:"far fa-calendar",searchTerms:["calendar","calendar-o","date","day","event","month","schedule","tear-off calendar","time","when","year"]},{title:"fa-solid fa-calendar-check",searchTerms:["accept","agree","appointment","confirm","correct","date","day","done","enable","event","month","ok","schedule","select","success","tick","time","todo","validate","warranty","when","working","year"]},{title:"far fa-calendar-check",searchTerms:["accept","agree","appointment","confirm","correct","date","day","done","enable","event","month","ok","schedule","select","success","tick","time","todo","validate","warranty","when","working","year"]},{title:"fa-solid fa-calendar-day",searchTerms:["date","day","detail","event","focus","month","schedule","single day","time","today","when","year"]},{title:"fa-solid fa-calendar-days",searchTerms:["calendar","date","day","event","month","schedule","time","when","year"]},{title:"far fa-calendar-days",searchTerms:["calendar","date","day","event","month","schedule","time","when","year"]},{title:"fa-solid fa-calendar-minus",searchTerms:["calendar","date","day","delete","event","month","negative","remove","schedule","time","when","year"]},{title:"far fa-calendar-minus",searchTerms:["calendar","date","day","delete","event","month","negative","remove","schedule","time","when","year"]},{title:"fa-solid fa-calendar-plus",searchTerms:["add","calendar","create","date","day","event","month","new","positive","schedule","time","when","year"]},{title:"far fa-calendar-plus",searchTerms:["add","calendar","create","date","day","event","month","new","positive","schedule","time","when","year"]},{title:"fa-solid fa-calendar-week",searchTerms:["date","day","detail","event","focus","month","schedule","single week","time","today","when","year"]},{title:"fa-solid fa-calendar-xmark",searchTerms:["archive","calendar","date","day","delete","event","month","remove","schedule","time","uncheck","when","x","year"]},{title:"far fa-calendar-xmark",searchTerms:["archive","calendar","date","day","delete","event","month","remove","schedule","time","uncheck","when","x","year"]},{title:"fa-solid fa-camera",searchTerms:["image","img","lens","photo","picture","record","shutter","video"]},{title:"fa-solid fa-camera-retro",searchTerms:["camera","image","img","lens","photo","picture","record","shutter","video"]},{title:"fa-solid fa-camera-rotate",searchTerms:["flip","front-facing","img","photo","selfie"]},{title:"fa-solid fa-campground",searchTerms:["camping","fall","outdoors","teepee","tent","tipi"]},{title:"fa-brands fa-canadian-maple-leaf",searchTerms:["canada","flag","flora","nature","plant"]},{title:"fa-solid fa-candy-cane",searchTerms:["candy","christmas","holiday","mint","peppermint","striped","xmas"]},{title:"fa-solid fa-cannabis",searchTerms:["bud","chronic","drugs","endica","endo","ganja","marijuana","mary jane","pot","reefer","sativa","spliff","weed","whacky-tabacky"]},{title:"fa-solid fa-capsules",searchTerms:["drugs","medicine","pills","prescription"]},{title:"fa-solid fa-car",searchTerms:["auto","automobile","car","oncoming","oncoming automobile","sedan","transportation","travel","vehicle"]},{title:"fa-solid fa-car-battery",searchTerms:["auto","electric","mechanic","power"]},{title:"fa-solid fa-car-burst",searchTerms:["accident","auto","automobile","insurance","sedan","transportation","vehicle","wreck"]},{title:"fa-solid fa-car-on",searchTerms:["alarm","car","carjack","warning"]},{title:"fa-solid fa-car-rear",searchTerms:["auto","automobile","sedan","transportation","travel","vehicle"]},{title:"fa-solid fa-car-side",searchTerms:["auto","automobile","car","sedan","transportation","travel","vehicle"]},{title:"fa-solid fa-car-tunnel",searchTerms:["road","tunnel"]},{title:"fa-solid fa-caravan",searchTerms:["camper","motor home","rv","trailer","travel"]},{title:"fa-solid fa-caret-down",searchTerms:["arrow","dropdown","expand","menu","more","triangle"]},{title:"fa-solid fa-caret-left",searchTerms:["arrow","back","previous","triangle"]},{title:"fa-solid fa-caret-right",searchTerms:["arrow","forward","next","triangle"]},{title:"fa-solid fa-caret-up",searchTerms:["arrow","collapse","triangle","upgrade"]},{title:"fa-solid fa-carrot",searchTerms:["bugs bunny","carrot","food","orange","vegan","vegetable"]},{title:"fa-solid fa-cart-arrow-down",searchTerms:["download","insert","save","shopping"]},{title:"fa-solid fa-cart-flatbed",searchTerms:["carry","inventory","shipping","transport"]},{title:"fa-solid fa-cart-flatbed-suitcase",searchTerms:["airport","bag","baggage","suitcase","travel"]},{title:"fa-solid fa-cart-plus",searchTerms:["add","create","new","positive","shopping"]},{title:"fa-solid fa-cart-shopping",searchTerms:["buy","cart","checkout","grocery","payment","purchase","shopping","shopping cart","trolley"]},{title:"fa-solid fa-cash-register",searchTerms:["buy","cha-ching","change","checkout","commerce","leaerboard","machine","pay","payment","purchase","store"]},{title:"fa-solid fa-cat",searchTerms:["cat","feline","halloween","holiday","kitten","kitty","meow","pet"]},{title:"fa-brands fa-cc-amazon-pay",searchTerms:[]},{title:"fa-brands fa-cc-amex",searchTerms:["amex"]},{title:"fa-brands fa-cc-apple-pay",searchTerms:[]},{title:"fa-brands fa-cc-diners-club",searchTerms:[]},{title:"fa-brands fa-cc-discover",searchTerms:[]},{title:"fa-brands fa-cc-jcb",searchTerms:[]},{title:"fa-brands fa-cc-mastercard",searchTerms:[]},{title:"fa-brands fa-cc-paypal",searchTerms:[]},{title:"fa-brands fa-cc-stripe",searchTerms:[]},{title:"fa-brands fa-cc-visa",searchTerms:[]},{title:"fa-solid fa-cedi-sign",searchTerms:["Cedi Sign","currency"]},{title:"fa-solid fa-cent-sign",searchTerms:["Cent Sign","currency"]},{title:"fa-brands fa-centercode",searchTerms:[]},{title:"fa-brands fa-centos",searchTerms:["linux","operating system","os"]},{title:"fa-solid fa-certificate",searchTerms:["badge","guarantee","star","verified"]},{title:"fa-solid fa-chair",searchTerms:["chair","furniture","seat","sit"]},{title:"fa-solid fa-chalkboard",searchTerms:["blackboard","learning","school","teaching","whiteboard","writing"]},{title:"fa-solid fa-chalkboard-user",searchTerms:["blackboard","instructor","learning","professor","school","uer","whiteboard","writing"]},{title:"fa-solid fa-champagne-glasses",searchTerms:["alcohol","bar","beverage","celebrate","celebration","champagne","clink","clinking glasses","drink","glass","holiday","new year's eve","party","toast"]},{title:"fa-solid fa-charging-station",searchTerms:["electric","ev","tesla","vehicle"]},{title:"fa-solid fa-chart-area",searchTerms:["analytics","area","chart","graph","performance","revenue","statistics"]},{title:"fa-solid fa-chart-bar",searchTerms:["analytics","bar","chart","graph","performance","statistics"]},{title:"far fa-chart-bar",searchTerms:["analytics","bar","chart","graph","performance","statistics"]},{title:"fa-solid fa-chart-column",searchTerms:["bar","bar chart","chart","graph","performance","revenue","statistics","track","trend"]},{title:"fa-solid fa-chart-gantt",searchTerms:["chart","graph","performance","statistics","track","trend"]},{title:"fa-solid fa-chart-line",searchTerms:["activity","analytics","chart","dashboard","gain","graph","increase","line","performance","revenue","statistics"]},{title:"fa-solid fa-chart-pie",searchTerms:["analytics","chart","diagram","graph","performance","pie","revenue","statistics"]},{title:"fa-solid fa-chart-simple",searchTerms:["analytics","bar","chart","column","graph","performance","revenue","row","statistics","trend"]},{title:"fa-solid fa-check",searchTerms:["Check Mark","accept","agree","check","check mark","checkmark","confirm","correct","coupon","done","enable","mark","notice","notification","notify","ok","select","success","tick","todo","true","validate","working","yes","✓"]},{title:"fa-solid fa-check-double",searchTerms:["accept","agree","checkmark","confirm","correct","coupon","done","enable","notice","notification","notify","ok","select","select all","success","tick","todo","validate","working"]},{title:"fa-solid fa-check-to-slot",searchTerms:["accept","cast","election","enable","politics","positive","validate","voting","working","yes"]},{title:"fa-solid fa-cheese",searchTerms:["cheddar","curd","gouda","melt","parmesan","sandwich","swiss","wedge"]},{title:"fa-solid fa-chess",searchTerms:["board","castle","checkmate","game","king","rook","strategy","tournament"]},{title:"fa-solid fa-chess-bishop",searchTerms:["Black Chess Bishop","board","checkmate","game","strategy"]},{title:"far fa-chess-bishop",searchTerms:["Black Chess Bishop","board","checkmate","game","strategy"]},{title:"fa-solid fa-chess-board",searchTerms:["board","checkmate","game","strategy"]},{title:"fa-solid fa-chess-king",searchTerms:["Black Chess King","board","checkmate","game","strategy"]},{title:"far fa-chess-king",searchTerms:["Black Chess King","board","checkmate","game","strategy"]},{title:"fa-solid fa-chess-knight",searchTerms:["Black Chess Knight","board","checkmate","game","horse","strategy"]},{title:"far fa-chess-knight",searchTerms:["Black Chess Knight","board","checkmate","game","horse","strategy"]},{title:"fa-solid fa-chess-pawn",searchTerms:["board","checkmate","chess","chess pawn","dupe","expendable","game","strategy"]},{title:"far fa-chess-pawn",searchTerms:["board","checkmate","chess","chess pawn","dupe","expendable","game","strategy"]},{title:"fa-solid fa-chess-queen",searchTerms:["Black Chess Queen","board","checkmate","game","strategy"]},{title:"far fa-chess-queen",searchTerms:["Black Chess Queen","board","checkmate","game","strategy"]},{title:"fa-solid fa-chess-rook",searchTerms:["Black Chess Rook","board","castle","checkmate","game","strategy"]},{title:"far fa-chess-rook",searchTerms:["Black Chess Rook","board","castle","checkmate","game","strategy"]},{title:"fa-solid fa-chevron-down",searchTerms:["arrow","download","expand","insert"]},{title:"fa-solid fa-chevron-left",searchTerms:["Left-Pointing Angle Bracket","arrow","back","bracket","previous"]},{title:"fa-solid fa-chevron-right",searchTerms:["Right-Pointing Angle Bracket","arrow","bracket","forward","next"]},{title:"fa-solid fa-chevron-up",searchTerms:["arrow","collapse","upgrade","upload"]},{title:"fa-solid fa-child",searchTerms:["boy","girl","kid","toddler","uer","young","youth"]},{title:"fa-solid fa-child-combatant",searchTerms:["combatant"]},{title:"fa-solid fa-child-dress",searchTerms:["boy","girl","kid","toddler","uer","young","youth"]},{title:"fa-solid fa-child-reaching",searchTerms:["boy","girl","kid","toddler","uer","young","youth"]},{title:"fa-solid fa-children",searchTerms:["boy","child","girl","kid","kids","together","uer","young","youth"]},{title:"fa-brands fa-chrome",searchTerms:["browser"]},{title:"fa-brands fa-chromecast",searchTerms:[]},{title:"fa-solid fa-church",searchTerms:["Christian","building","cathedral","chapel","church","community","cross","religion"]},{title:"fa-solid fa-circle",searchTerms:["Black Circle","Black Large Circle","black circle","blue","blue circle","brown","brown circle","chart","circle","circle-thin","diameter","dot","ellipse","fill","geometric","green","green circle","notification","orange","orange circle","progress","purple","purple circle","red","red circle","round","white circle","yellow","yellow circle"]},{title:"far fa-circle",searchTerms:["Black Circle","Black Large Circle","black circle","blue","blue circle","brown","brown circle","chart","circle","circle-thin","diameter","dot","ellipse","fill","geometric","green","green circle","notification","orange","orange circle","progress","purple","purple circle","red","red circle","round","white circle","yellow","yellow circle"]},{title:"fa-solid fa-circle-arrow-down",searchTerms:["download"]},{title:"fa-solid fa-circle-arrow-left",searchTerms:["back","previous"]},{title:"fa-solid fa-circle-arrow-right",searchTerms:["forward","next"]},{title:"fa-solid fa-circle-arrow-up",searchTerms:["upgrade","upload"]},{title:"fa-solid fa-circle-check",searchTerms:["accept","affected","agree","clear","confirm","correct","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"]},{title:"far fa-circle-check",searchTerms:["accept","affected","agree","clear","confirm","correct","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"]},{title:"fa-solid fa-circle-chevron-down",searchTerms:["arrow","download","dropdown","menu","more"]},{title:"fa-solid fa-circle-chevron-left",searchTerms:["arrow","back","previous"]},{title:"fa-solid fa-circle-chevron-right",searchTerms:["arrow","forward","next"]},{title:"fa-solid fa-circle-chevron-up",searchTerms:["arrow","collapse","upgrade","upload"]},{title:"fa-solid fa-circle-dollar-to-slot",searchTerms:["contribute","generosity","gift","give","premium"]},{title:"fa-solid fa-circle-dot",searchTerms:["bullseye","button","geometric","notification","radio","radio button","target"]},{title:"far fa-circle-dot",searchTerms:["bullseye","button","geometric","notification","radio","radio button","target"]},{title:"fa-solid fa-circle-down",searchTerms:["arrow-circle-o-down","download"]},{title:"far fa-circle-down",searchTerms:["arrow-circle-o-down","download"]},{title:"fa-solid fa-circle-exclamation",searchTerms:["affect","alert","attention","damage","danger","error","failed","important","notice","notification","notify","problem","required","warning"]},{title:"fa-solid fa-circle-h",searchTerms:["Circled Latin Capital Letter H","clinic","covid-19","emergency","letter","map"]},{title:"fa-solid fa-circle-half-stroke",searchTerms:["Circle with Left Half Black","adjust","chart","contrast","dark","fill","light","pie","progress","saturation"]},{title:"fa-solid fa-circle-info",searchTerms:["details","help","information","more","support"]},{title:"fa-solid fa-circle-left",searchTerms:["arrow-circle-o-left","back","previous"]},{title:"far fa-circle-left",searchTerms:["arrow-circle-o-left","back","previous"]},{title:"fa-solid fa-circle-minus",searchTerms:["delete","hide","negative","remove","shape","trash"]},{title:"fa-solid fa-circle-nodes",searchTerms:["cluster","connect","network"]},{title:"fa-solid fa-circle-notch",searchTerms:["circle-o-notch","diameter","dot","ellipse","round","spinner"]},{title:"fa-solid fa-circle-pause",searchTerms:["hold","wait"]},{title:"far fa-circle-pause",searchTerms:["hold","wait"]},{title:"fa-solid fa-circle-play",searchTerms:["audio","music","playing","sound","start","video"]},{title:"far fa-circle-play",searchTerms:["audio","music","playing","sound","start","video"]},{title:"fa-solid fa-circle-plus",searchTerms:["add","create","expand","new","positive","shape"]},{title:"fa-solid fa-circle-question",searchTerms:["faq","help","information","support","unknown"]},{title:"far fa-circle-question",searchTerms:["faq","help","information","support","unknown"]},{title:"fa-solid fa-circle-radiation",searchTerms:["danger","dangerous","deadly","hazard","nuclear","radioactive","sign","warning"]},{title:"fa-solid fa-circle-right",searchTerms:["arrow-circle-o-right","forward","next"]},{title:"far fa-circle-right",searchTerms:["arrow-circle-o-right","forward","next"]},{title:"fa-solid fa-circle-stop",searchTerms:["block","box","circle","square"]},{title:"far fa-circle-stop",searchTerms:["block","box","circle","square"]},{title:"fa-solid fa-circle-up",searchTerms:["arrow-circle-o-up","upgrade"]},{title:"far fa-circle-up",searchTerms:["arrow-circle-o-up","upgrade"]},{title:"fa-solid fa-circle-user",searchTerms:["employee","uer","username","users-people"]},{title:"far fa-circle-user",searchTerms:["employee","uer","username","users-people"]},{title:"fa-solid fa-circle-xmark",searchTerms:["close","cross","destroy","exit","incorrect","notice","notification","notify","problem","uncheck","wrong","x"]},{title:"far fa-circle-xmark",searchTerms:["close","cross","destroy","exit","incorrect","notice","notification","notify","problem","uncheck","wrong","x"]},{title:"fa-solid fa-city",searchTerms:["buildings","busy","city","cityscape","skyscrapers","urban","windows"]},{title:"fa-solid fa-clapperboard",searchTerms:["camera","clapper","clapper board","director","film","movie","record"]},{title:"fa-solid fa-clipboard",searchTerms:["clipboar","clipboard","copy","notepad","notes","paste","record"]},{title:"far fa-clipboard",searchTerms:["clipboar","clipboard","copy","notepad","notes","paste","record"]},{title:"fa-solid fa-clipboard-check",searchTerms:["accept","agree","confirm","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"]},{title:"fa-solid fa-clipboard-list",searchTerms:["cheatsheet","checklist","completed","done","finished","intinerary","ol","schedule","summary","survey","tick","todo","ul","wishlist"]},{title:"fa-solid fa-clipboard-question",searchTerms:["assistance","faq","interview","query","question"]},{title:"fa-solid fa-clipboard-user",searchTerms:["attendance","employee","record","roster","staff","uer"]},{title:"fa-solid fa-clock",searchTerms:["00","4","4:00","clock","date","four","four o’clock","hour","late","minute","o'clock","o’clock","pending","schedule","ticking","time","timer","timestamp","watch"]},{title:"far fa-clock",searchTerms:["00","4","4:00","clock","date","four","four o’clock","hour","late","minute","o'clock","o’clock","pending","schedule","ticking","time","timer","timestamp","watch"]},{title:"fa-solid fa-clock-rotate-left",searchTerms:["Rewind","clock","pending","reverse","time","time machine","time travel","waiting"]},{title:"fa-solid fa-clone",searchTerms:["arrange","copy","duplicate","paste"]},{title:"far fa-clone",searchTerms:["arrange","copy","duplicate","paste"]},{title:"fa-solid fa-closed-captioning",searchTerms:["cc","deaf","hearing","subtitle","subtitling","text","video"]},{title:"far fa-closed-captioning",searchTerms:["cc","deaf","hearing","subtitle","subtitling","text","video"]},{title:"fa-solid fa-cloud",searchTerms:["atmosphere","cloud","fog","overcast","save","upload","weather"]},{title:"fa-solid fa-cloud-arrow-down",searchTerms:["download","export","save"]},{title:"fa-solid fa-cloud-arrow-up",searchTerms:["import","save","upgrade","upload"]},{title:"fa-solid fa-cloud-bolt",searchTerms:["bolt","cloud","cloud with lightning","lightning","precipitation","rain","storm","weather"]},{title:"fa-solid fa-cloud-meatball",searchTerms:["FLDSMDFR","food","spaghetti","storm"]},{title:"fa-solid fa-cloud-moon",searchTerms:["crescent","evening","lunar","night","partly cloudy","sky"]},{title:"fa-solid fa-cloud-moon-rain",searchTerms:["crescent","evening","lunar","night","partly cloudy","precipitation","rain","sky","storm"]},{title:"fa-solid fa-cloud-rain",searchTerms:["Rain","cloud","cloud with rain","precipitation","rain","sky","storm"]},{title:"fa-solid fa-cloud-showers-heavy",searchTerms:["precipitation","rain","sky","storm"]},{title:"fa-solid fa-cloud-showers-water",searchTerms:["cloud","deluge","flood","rain","storm","surge"]},{title:"fa-solid fa-cloud-sun",searchTerms:["clear","cloud","day","daytime","fall","outdoors","overcast","partly cloudy","sun","sun behind cloud"]},{title:"fa-solid fa-cloud-sun-rain",searchTerms:["cloud","day","overcast","precipitation","rain","storm","summer","sun","sun behind rain cloud","sunshower"]},{title:"fa-brands fa-cloudflare",searchTerms:[]},{title:"fa-brands fa-cloudscale",searchTerms:[]},{title:"fa-brands fa-cloudsmith",searchTerms:[]},{title:"fa-brands fa-cloudversify",searchTerms:[]},{title:"fa-solid fa-clover",searchTerms:["4","charm","clover","four","four leaf clover","four-leaf clover","leaf","leprechaun","luck","lucky"]},{title:"fa-brands fa-cmplid",searchTerms:[]},{title:"fa-solid fa-code",searchTerms:["brackets","code","development","html","mysql","sql"]},{title:"fa-solid fa-code-branch",searchTerms:["branch","git","github","mysql","rebase","sql","svn","vcs","version"]},{title:"fa-solid fa-code-commit",searchTerms:["commit","git","github","hash","rebase","svn","vcs","version"]},{title:"fa-solid fa-code-compare",searchTerms:["compare","git","github","svn","version"]},{title:"fa-solid fa-code-fork",searchTerms:["fork","git","github","svn","version"]},{title:"fa-solid fa-code-merge",searchTerms:["git","github","merge","pr","rebase","svn","vcs","version"]},{title:"fa-solid fa-code-pull-request",searchTerms:["git","github","pr","svn","version"]},{title:"fa-brands fa-codepen",searchTerms:[]},{title:"fa-brands fa-codiepie",searchTerms:[]},{title:"fa-solid fa-coins",searchTerms:["currency","dime","financial","gold","money","penny","premium"]},{title:"fa-solid fa-colon-sign",searchTerms:["Colon Sign","currency"]},{title:"fa-solid fa-comment",searchTerms:[" conversation"," discussion"," talking","Right Speech Bubble","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"far fa-comment",searchTerms:[" conversation"," discussion"," talking","Right Speech Bubble","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"fa-solid fa-comment-dollar",searchTerms:["answer","bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","salary","sms","speech","spend","texting","transfer"]},{title:"fa-solid fa-comment-dots",searchTerms:["answer","balloon","bubble","chat","comic","commenting","conversation","dialog","feedback","message","more","note","notification","reply","request","sms","speech","speech balloon","texting"]},{title:"far fa-comment-dots",searchTerms:["answer","balloon","bubble","chat","comic","commenting","conversation","dialog","feedback","message","more","note","notification","reply","request","sms","speech","speech balloon","texting"]},{title:"fa-solid fa-comment-medical",searchTerms:["advice","answer","bubble","chat","commenting","conversation","diagnose","feedback","message","note","notification","prescription","sms","speech","texting"]},{title:"fa-solid fa-comment-slash",searchTerms:["answer","bubble","cancel","chat","commenting","conversation","disabled","feedback","message","mute","note","notification","quiet","sms","speech","texting"]},{title:"fa-solid fa-comment-sms",searchTerms:["answer","chat","conversation","message","mobile","notification","phone","sms","texting"]},{title:"fa-solid fa-comments",searchTerms:[" conversation"," discussion"," talking","Two Speech Bubbles","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"far fa-comments",searchTerms:[" conversation"," discussion"," talking","Two Speech Bubbles","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"fa-solid fa-comments-dollar",searchTerms:["answer","bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","salary","sms","speech","spend","texting","transfer"]},{title:"fa-solid fa-compact-disc",searchTerms:["Optical Disc Icon","album","blu-ray","bluray","cd","computer","disc","disk","dvd","media","movie","music","optical","optical disk","record","video","vinyl"]},{title:"fa-solid fa-compass",searchTerms:["compass","directions","directory","location","magnetic","menu","navigation","orienteering","safari","travel"]},{title:"far fa-compass",searchTerms:["compass","directions","directory","location","magnetic","menu","navigation","orienteering","safari","travel"]},{title:"fa-solid fa-compass-drafting",searchTerms:["design","map","mechanical drawing","plot","plotting"]},{title:"fa-solid fa-compress",searchTerms:["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},{title:"fa-solid fa-computer",searchTerms:["computer","desktop","display","monitor","tower"]},{title:"fa-solid fa-computer-mouse",searchTerms:["click","computer","computer mouse","cursor","input","peripheral"]},{title:"fa-brands fa-confluence",searchTerms:["atlassian"]},{title:"fa-brands fa-connectdevelop",searchTerms:[]},{title:"fa-brands fa-contao",searchTerms:[]},{title:"fa-solid fa-cookie",searchTerms:["baked good","chips","chocolate","cookie","dessert","eat","snack","sweet","treat"]},{title:"fa-solid fa-cookie-bite",searchTerms:["baked good","bitten","chips","chocolate","eat","snack","sweet","treat"]},{title:"fa-solid fa-copy",searchTerms:["clone","duplicate","file","files-o","paper","paste"]},{title:"far fa-copy",searchTerms:["clone","duplicate","file","files-o","paper","paste"]},{title:"fa-solid fa-copyright",searchTerms:["brand","c","copyright","mark","register","trademark"]},{title:"far fa-copyright",searchTerms:["brand","c","copyright","mark","register","trademark"]},{title:"fa-brands fa-cotton-bureau",searchTerms:["clothing","t-shirts","tshirts"]},{title:"fa-solid fa-couch",searchTerms:["chair","cushion","furniture","relax","sofa"]},{title:"fa-solid fa-cow",searchTerms:["agriculture","animal","beef","bovine","co","cow","farm","fauna","livestock","mammal","milk","moo"]},{title:"fa-brands fa-cpanel",searchTerms:[]},{title:"fa-brands fa-creative-commons",searchTerms:[]},{title:"fa-brands fa-creative-commons-by",searchTerms:[]},{title:"fa-brands fa-creative-commons-nc",searchTerms:[]},{title:"fa-brands fa-creative-commons-nc-eu",searchTerms:[]},{title:"fa-brands fa-creative-commons-nc-jp",searchTerms:[]},{title:"fa-brands fa-creative-commons-nd",searchTerms:[]},{title:"fa-brands fa-creative-commons-pd",searchTerms:[]},{title:"fa-brands fa-creative-commons-pd-alt",searchTerms:[]},{title:"fa-brands fa-creative-commons-remix",searchTerms:[]},{title:"fa-brands fa-creative-commons-sa",searchTerms:[]},{title:"fa-brands fa-creative-commons-sampling",searchTerms:[]},{title:"fa-brands fa-creative-commons-sampling-plus",searchTerms:[]},{title:"fa-brands fa-creative-commons-share",searchTerms:[]},{title:"fa-brands fa-creative-commons-zero",searchTerms:[]},{title:"fa-solid fa-credit-card",searchTerms:["buy","card","checkout","credit","credit card","credit-card-alt","debit","money","payment","purchase"]},{title:"far fa-credit-card",searchTerms:["buy","card","checkout","credit","credit card","credit-card-alt","debit","money","payment","purchase"]},{title:"fa-brands fa-critical-role",searchTerms:["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},{title:"fa-solid fa-crop",searchTerms:["design","frame","mask","modify","resize","shrink"]},{title:"fa-solid fa-crop-simple",searchTerms:["design","frame","mask","modify","resize","shrink"]},{title:"fa-solid fa-cross",searchTerms:["Christian","Heavy Latin Cross","catholicism","christianity","church","cross","jesus","latin cross","religion"]},{title:"fa-solid fa-crosshairs",searchTerms:["aim","bullseye","gpd","picker","position"]},{title:"fa-solid fa-crow",searchTerms:["bird","bullfrog","fauna","halloween","holiday","toad"]},{title:"fa-solid fa-crown",searchTerms:["award","clothing","crown","favorite","king","queen","royal","tiara","vip"]},{title:"fa-solid fa-crutch",searchTerms:["cane","injury","mobility","wheelchair"]},{title:"fa-solid fa-cruzeiro-sign",searchTerms:["Cruzeiro Sign","currency"]},{title:"fa-brands fa-css3",searchTerms:["code"]},{title:"fa-brands fa-css3-alt",searchTerms:[]},{title:"fa-solid fa-cube",searchTerms:["3d","block","dice","package","square","tesseract"]},{title:"fa-solid fa-cubes",searchTerms:["3d","block","dice","package","pyramid","square","stack","tesseract"]},{title:"fa-solid fa-cubes-stacked",searchTerms:["blocks","cubes","sugar"]},{title:"fa-brands fa-cuttlefish",searchTerms:[]},{title:"fa-solid fa-d",searchTerms:["Latin Capital Letter D","Latin Small Letter D","letter"]},{title:"fa-brands fa-d-and-d",searchTerms:[]},{title:"fa-brands fa-d-and-d-beyond",searchTerms:["Dungeons & Dragons","d&d","dnd","fantasy","gaming","tabletop"]},{title:"fa-brands fa-dailymotion",searchTerms:[]},{title:"fa-brands fa-dart-lang",searchTerms:[]},{title:"fa-brands fa-dashcube",searchTerms:[]},{title:"fa-solid fa-database",searchTerms:["computer","development","directory","memory","mysql","sql","storage"]},{title:"fa-brands fa-debian",searchTerms:[]},{title:"fa-brands fa-deezer",searchTerms:[]},{title:"fa-solid fa-delete-left",searchTerms:["Erase to the Left","command","delete","erase","keyboard","undo"]},{title:"fa-brands fa-delicious",searchTerms:[]},{title:"fa-solid fa-democrat",searchTerms:["american","democratic party","donkey","election","left","left-wing","liberal","politics","usa"]},{title:"fa-brands fa-deploydog",searchTerms:[]},{title:"fa-brands fa-deskpro",searchTerms:[]},{title:"fa-solid fa-desktop",searchTerms:["computer","cpu","demo","desktop","desktop computer","device","imac","machine","monitor","pc","screen"]},{title:"fa-brands fa-dev",searchTerms:[]},{title:"fa-brands fa-deviantart",searchTerms:[]},{title:"fa-solid fa-dharmachakra",searchTerms:["Buddhist","buddhism","buddhist","dharma","religion","wheel","wheel of dharma"]},{title:"fa-brands fa-dhl",searchTerms:["Dalsey","Hillblom and Lynn","german","package","shipping"]},{title:"fa-solid fa-diagram-next",searchTerms:["cells","chart","gantt","row","subtask","successor","table"]},{title:"fa-solid fa-diagram-predecessor",searchTerms:["cells","chart","gantt","predecessor","previous","row","subtask","table"]},{title:"fa-solid fa-diagram-project",searchTerms:["chart","graph","network","pert","statistics"]},{title:"fa-solid fa-diagram-successor",searchTerms:["cells","chart","gantt","next","row","subtask","successor","table"]},{title:"fa-solid fa-diamond",searchTerms:["ace","card","cards","diamond suit","game","gem","gemstone","poker","suit"]},{title:"fa-solid fa-diamond-turn-right",searchTerms:["map","navigation","sign","turn"]},{title:"fa-brands fa-diaspora",searchTerms:[]},{title:"fa-solid fa-dice",searchTerms:["chance","dice","die","gambling","game","game die","roll"]},{title:"fa-solid fa-dice-d20",searchTerms:["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"]},{title:"fa-solid fa-dice-d6",searchTerms:["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"]},{title:"fa-solid fa-dice-five",searchTerms:["Die Face-5","chance","gambling","game","roll"]},{title:"fa-solid fa-dice-four",searchTerms:["Die Face-4","chance","gambling","game","roll"]},{title:"fa-solid fa-dice-one",searchTerms:["Die Face-1","chance","gambling","game","roll"]},{title:"fa-solid fa-dice-six",searchTerms:["Die Face-6","chance","gambling","game","roll"]},{title:"fa-solid fa-dice-three",searchTerms:["Die Face-3","chance","gambling","game","roll"]},{title:"fa-solid fa-dice-two",searchTerms:["Die Face-2","chance","gambling","game","roll"]},{title:"fa-brands fa-digg",searchTerms:[]},{title:"fa-brands fa-digital-ocean",searchTerms:[]},{title:"fa-brands fa-discord",searchTerms:[]},{title:"fa-brands fa-discourse",searchTerms:[]},{title:"fa-solid fa-disease",searchTerms:["bacteria","cancer","coronavirus","covid-19","flu","illness","infection","pandemic","sickness","virus"]},{title:"fa-solid fa-display",searchTerms:["Screen","computer","desktop","imac"]},{title:"fa-solid fa-divide",searchTerms:["Division Sign","arithmetic","calculus","divide","division","math","sign","÷"]},{title:"fa-solid fa-dna",searchTerms:["biologist","dna","double helix","evolution","gene","genetic","genetics","helix","life","molecule","protein"]},{title:"fa-brands fa-dochub",searchTerms:[]},{title:"fa-brands fa-docker",searchTerms:[]},{title:"fa-solid fa-dog",searchTerms:["animal","canine","dog","fauna","mammal","pet","pooch","puppy","woof"]},{title:"fa-solid fa-dollar-sign",searchTerms:["Dollar Sign","coupon","currency","dollar","heavy dollar sign","investment","money","premium","revenue","salary"]},{title:"fa-solid fa-dolly",searchTerms:["carry","shipping","transport"]},{title:"fa-solid fa-dong-sign",searchTerms:["Dong Sign","currency"]},{title:"fa-solid fa-door-closed",searchTerms:["doo","door","enter","exit","locked","privacy"]},{title:"fa-solid fa-door-open",searchTerms:["enter","exit","welcome"]},{title:"fa-solid fa-dove",searchTerms:["bird","dove","fauna","fly","flying","peace","war"]},{title:"fa-solid fa-down-left-and-up-right-to-center",searchTerms:[" scale","collapse","fullscreen","minimize","move","resize","shrink","size","smaller"]},{title:"fa-solid fa-down-long",searchTerms:["download","long-arrow-down"]},{title:"fa-solid fa-download",searchTerms:["export","hard drive","insert","save","transfer"]},{title:"fa-brands fa-draft2digital",searchTerms:[]},{title:"fa-solid fa-dragon",searchTerms:["Dungeons & Dragons","d&d","dnd","dragon","fairy tale","fantasy","fire","lizard","serpent"]},{title:"fa-solid fa-draw-polygon",searchTerms:["anchors","lines","object","render","shape"]},{title:"fa-brands fa-dribbble",searchTerms:[]},{title:"fa-brands fa-dropbox",searchTerms:[]},{title:"fa-solid fa-droplet",searchTerms:["blood","cold","color","comic","drop","droplet","raindrop","sweat","waterdrop"]},{title:"fa-solid fa-droplet-slash",searchTerms:["blood","color","disabled","drop","droplet","raindrop","waterdrop"]},{title:"fa-solid fa-drum",searchTerms:["drum","drumsticks","instrument","music","percussion","snare","sound"]},{title:"fa-solid fa-drum-steelpan",searchTerms:["calypso","instrument","music","percussion","reggae","snare","sound","steel","tropical"]},{title:"fa-solid fa-drumstick-bite",searchTerms:["bone","chicken","leg","meat","poultry","turkey"]},{title:"fa-brands fa-drupal",searchTerms:[]},{title:"fa-solid fa-dumbbell",searchTerms:["exercise","gym","strength","weight","weight-lifting","workout"]},{title:"fa-solid fa-dumpster",searchTerms:["alley","bin","commercial","trash","waste"]},{title:"fa-solid fa-dumpster-fire",searchTerms:["alley","bin","commercial","danger","dangerous","euphemism","flame","heat","hot","trash","waste"]},{title:"fa-solid fa-dungeon",searchTerms:["Dungeons & Dragons","building","d&d","dnd","door","entrance","fantasy","gate"]},{title:"fa-brands fa-dyalog",searchTerms:[]},{title:"fa-solid fa-e",searchTerms:["Latin Capital Letter E","Latin Small Letter E","letter"]},{title:"fa-solid fa-ear-deaf",searchTerms:["ear","hearing","sign language"]},{title:"fa-solid fa-ear-listen",searchTerms:["amplify","audio","deaf","ear","headset","hearing","sound"]},{title:"fa-brands fa-earlybirds",searchTerms:[]},{title:"fa-solid fa-earth-africa",searchTerms:["africa","all","country","earth","europe","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},{title:"fa-solid fa-earth-americas",searchTerms:["all","america","country","earth","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},{title:"fa-solid fa-earth-asia",searchTerms:["all","asia","australia","country","earth","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},{title:"fa-solid fa-earth-europe",searchTerms:["all","country","earth","europe","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},{title:"fa-solid fa-earth-oceania",searchTerms:["all","australia","country","earth","global","globe","gps","language","localize","location","map","melanesia","micronesia","new zealand","online","place","planet","polynesia","translate","travel","world"]},{title:"fa-brands fa-ebay",searchTerms:[]},{title:"fa-brands fa-edge",searchTerms:["browser","ie"]},{title:"fa-brands fa-edge-legacy",searchTerms:[]},{title:"fa-solid fa-egg",searchTerms:["breakfast","chicken","easter","egg","food","shell","yolk"]},{title:"fa-solid fa-eject",searchTerms:["abort","cancel","cd","discharge","eject","eject button"]},{title:"fa-brands fa-elementor",searchTerms:[]},{title:"fa-solid fa-elevator",searchTerms:["accessibility","elevator","hoist","lift","uer","users-people"]},{title:"fa-solid fa-ellipsis",searchTerms:["dots","drag","kebab","list","menu","nav","navigation","ol","pacman","reorder","settings","three dots","ul"]},{title:"fa-solid fa-ellipsis-vertical",searchTerms:["bullet","dots","drag","kebab","list","menu","nav","navigation","ol","reorder","settings","three dots","ul"]},{title:"fa-brands fa-ello",searchTerms:[]},{title:"fa-brands fa-ember",searchTerms:[]},{title:"fa-brands fa-empire",searchTerms:[]},{title:"fa-solid fa-envelope",searchTerms:["Back of Envelope","e-mail","email","envelope","letter","mail","message","newsletter","notification","offer","support"]},{title:"far fa-envelope",searchTerms:["Back of Envelope","e-mail","email","envelope","letter","mail","message","newsletter","notification","offer","support"]},{title:"fa-solid fa-envelope-circle-check",searchTerms:["check","email","enable","envelope","mail","not affected","ok","okay","read","sent","validate","working"]},{title:"fa-solid fa-envelope-open",searchTerms:["e-mail","email","letter","mail","message","newsletter","notification","offer","support"]},{title:"far fa-envelope-open",searchTerms:["e-mail","email","letter","mail","message","newsletter","notification","offer","support"]},{title:"fa-solid fa-envelope-open-text",searchTerms:["e-mail","email","letter","mail","message","newsletter","notification","offer","support"]},{title:"fa-solid fa-envelopes-bulk",searchTerms:["archive","envelope","letter","newsletter","offer","post office","postal","postcard","send","stamp","usps"]},{title:"fa-brands fa-envira",searchTerms:["leaf"]},{title:"fa-solid fa-equals",searchTerms:["Equals Sign","arithmetic","even","match","math"]},{title:"fa-solid fa-eraser",searchTerms:["art","delete","remove","rubber"]},{title:"fa-brands fa-erlang",searchTerms:[]},{title:"fa-brands fa-ethereum",searchTerms:[]},{title:"fa-solid fa-ethernet",searchTerms:["cable","cat 5","cat 6","connection","hardware","internet","network","wired"]},{title:"fa-brands fa-etsy",searchTerms:[]},{title:"fa-solid fa-euro-sign",searchTerms:["Euro Sign","currency"]},{title:"fa-brands fa-evernote",searchTerms:[]},{title:"fa-solid fa-exclamation",searchTerms:["!","Exclamation Mark","alert","attention","danger","error","exclamation","failed","important","mark","notice","notification","notify","outlined","problem","punctuation","red exclamation mark","required","warning","white exclamation mark"]},{title:"fa-solid fa-expand",searchTerms:[" maximize"," resize"," scale"," arrows"," bigger"," enlarge"," fullscreen"," resize"," size","expand","viewfinder"]},{title:"fa-brands fa-expeditedssl",searchTerms:[]},{title:"fa-solid fa-explosion",searchTerms:["blast","blowup","boom","crash","detonation","explosion"]},{title:"fa-solid fa-eye",searchTerms:["body","eye","look","optic","see","seen","show","sight","views","visible"]},{title:"far fa-eye",searchTerms:["body","eye","look","optic","see","seen","show","sight","views","visible"]},{title:"fa-solid fa-eye-dropper",searchTerms:["beaker","clone","color","copy","eyedropper","pipette"]},{title:"fa-solid fa-eye-low-vision",searchTerms:["blind","eye","sight"]},{title:"fa-solid fa-eye-slash",searchTerms:["blind","disabled","hide","show","toggle","unseen","views","visible","visiblity"]},{title:"far fa-eye-slash",searchTerms:["blind","disabled","hide","show","toggle","unseen","views","visible","visiblity"]},{title:"fa-solid fa-f",searchTerms:["Latin Capital Letter F","Latin Small Letter F","letter"]},{title:"fa-solid fa-face-angry",searchTerms:["angry","angry face","disapprove","emoticon","face","mad","upset"]},{title:"far fa-face-angry",searchTerms:["angry","angry face","disapprove","emoticon","face","mad","upset"]},{title:"fa-solid fa-face-dizzy",searchTerms:["dazed","dead","disapprove","emoticon","face"]},{title:"far fa-face-dizzy",searchTerms:["dazed","dead","disapprove","emoticon","face"]},{title:"fa-solid fa-face-flushed",searchTerms:["dazed","embarrassed","emoticon","face","flushed","flushed face"]},{title:"far fa-face-flushed",searchTerms:["dazed","embarrassed","emoticon","face","flushed","flushed face"]},{title:"fa-solid fa-face-frown",searchTerms:["disapprove","emoticon","face","frown","frowning face","rating","sad","uer"]},{title:"far fa-face-frown",searchTerms:["disapprove","emoticon","face","frown","frowning face","rating","sad","uer"]},{title:"fa-solid fa-face-frown-open",searchTerms:["disapprove","emoticon","face","frown","frowning face with open mouth","mouth","open","rating","sad"]},{title:"far fa-face-frown-open",searchTerms:["disapprove","emoticon","face","frown","frowning face with open mouth","mouth","open","rating","sad"]},{title:"fa-solid fa-face-grimace",searchTerms:["cringe","emoticon","face","grimace","grimacing face","teeth"]},{title:"far fa-face-grimace",searchTerms:["cringe","emoticon","face","grimace","grimacing face","teeth"]},{title:"fa-solid fa-face-grin",searchTerms:["emoticon","face","grin","grinning face","laugh","smile"]},{title:"far fa-face-grin",searchTerms:["emoticon","face","grin","grinning face","laugh","smile"]},{title:"fa-solid fa-face-grin-beam",searchTerms:["emoticon","eye","face","grinning face with smiling eyes","laugh","mouth","open","smile"]},{title:"far fa-face-grin-beam",searchTerms:["emoticon","eye","face","grinning face with smiling eyes","laugh","mouth","open","smile"]},{title:"fa-solid fa-face-grin-beam-sweat",searchTerms:["cold","embarass","emoticon","face","grinning face with sweat","open","smile","sweat"]},{title:"far fa-face-grin-beam-sweat",searchTerms:["cold","embarass","emoticon","face","grinning face with sweat","open","smile","sweat"]},{title:"fa-solid fa-face-grin-hearts",searchTerms:["emoticon","eye","face","love","smile","smiling face with heart-eyes"]},{title:"far fa-face-grin-hearts",searchTerms:["emoticon","eye","face","love","smile","smiling face with heart-eyes"]},{title:"fa-solid fa-face-grin-squint",searchTerms:["emoticon","face","grinning squinting face","laugh","mouth","satisfied","smile"]},{title:"far fa-face-grin-squint",searchTerms:["emoticon","face","grinning squinting face","laugh","mouth","satisfied","smile"]},{title:"fa-solid fa-face-grin-squint-tears",searchTerms:["emoticon","face","floor","happy","laugh","rolling","rolling on the floor laughing","smile"]},{title:"far fa-face-grin-squint-tears",searchTerms:["emoticon","face","floor","happy","laugh","rolling","rolling on the floor laughing","smile"]},{title:"fa-solid fa-face-grin-stars",searchTerms:["emoticon","eyes","face","grinning","quality","star","star-struck","starry-eyed","vip"]},{title:"far fa-face-grin-stars",searchTerms:["emoticon","eyes","face","grinning","quality","star","star-struck","starry-eyed","vip"]},{title:"fa-solid fa-face-grin-tears",searchTerms:["LOL","emoticon","face","face with tears of joy","joy","laugh","tear"]},{title:"far fa-face-grin-tears",searchTerms:["LOL","emoticon","face","face with tears of joy","joy","laugh","tear"]},{title:"fa-solid fa-face-grin-tongue",searchTerms:["LOL","emoticon","face","face with tongue","tongue"]},{title:"far fa-face-grin-tongue",searchTerms:["LOL","emoticon","face","face with tongue","tongue"]},{title:"fa-solid fa-face-grin-tongue-squint",searchTerms:["LOL","emoticon","eye","face","horrible","squinting face with tongue","taste","tongue"]},{title:"far fa-face-grin-tongue-squint",searchTerms:["LOL","emoticon","eye","face","horrible","squinting face with tongue","taste","tongue"]},{title:"fa-solid fa-face-grin-tongue-wink",searchTerms:["LOL","emoticon","eye","face","joke","tongue","wink","winking face with tongue"]},{title:"far fa-face-grin-tongue-wink",searchTerms:["LOL","emoticon","eye","face","joke","tongue","wink","winking face with tongue"]},{title:"fa-solid fa-face-grin-wide",searchTerms:["emoticon","face","grinning face with big eyes","laugh","mouth","open","smile"]},{title:"far fa-face-grin-wide",searchTerms:["emoticon","face","grinning face with big eyes","laugh","mouth","open","smile"]},{title:"fa-solid fa-face-grin-wink",searchTerms:["emoticon","face","flirt","laugh","smile"]},{title:"far fa-face-grin-wink",searchTerms:["emoticon","face","flirt","laugh","smile"]},{title:"fa-solid fa-face-kiss",searchTerms:["beso","emoticon","face","kiss","kissing face","love","smooch"]},{title:"far fa-face-kiss",searchTerms:["beso","emoticon","face","kiss","kissing face","love","smooch"]},{title:"fa-solid fa-face-kiss-beam",searchTerms:["beso","emoticon","eye","face","kiss","kissing face with smiling eyes","love","smile","smooch"]},{title:"far fa-face-kiss-beam",searchTerms:["beso","emoticon","eye","face","kiss","kissing face with smiling eyes","love","smile","smooch"]},{title:"fa-solid fa-face-kiss-wink-heart",searchTerms:["beso","emoticon","face","face blowing a kiss","kiss","love","smooch"]},{title:"far fa-face-kiss-wink-heart",searchTerms:["beso","emoticon","face","face blowing a kiss","kiss","love","smooch"]},{title:"fa-solid fa-face-laugh",searchTerms:["LOL","emoticon","face","laugh","smile"]},{title:"far fa-face-laugh",searchTerms:["LOL","emoticon","face","laugh","smile"]},{title:"fa-solid fa-face-laugh-beam",searchTerms:["LOL","beaming face with smiling eyes","emoticon","eye","face","grin","happy","smile"]},{title:"far fa-face-laugh-beam",searchTerms:["LOL","beaming face with smiling eyes","emoticon","eye","face","grin","happy","smile"]},{title:"fa-solid fa-face-laugh-squint",searchTerms:["LOL","emoticon","face","happy","smile"]},{title:"far fa-face-laugh-squint",searchTerms:["LOL","emoticon","face","happy","smile"]},{title:"fa-solid fa-face-laugh-wink",searchTerms:["LOL","emoticon","face","happy","smile"]},{title:"far fa-face-laugh-wink",searchTerms:["LOL","emoticon","face","happy","smile"]},{title:"fa-solid fa-face-meh",searchTerms:["deadpan","default","emoticon","face","meh","neutral","neutral face","rating","uer"]},{title:"far fa-face-meh",searchTerms:["deadpan","default","emoticon","face","meh","neutral","neutral face","rating","uer"]},{title:"fa-solid fa-face-meh-blank",searchTerms:["emoticon","face","face without mouth","mouth","neutral","quiet","rating","silent"]},{title:"far fa-face-meh-blank",searchTerms:["emoticon","face","face without mouth","mouth","neutral","quiet","rating","silent"]},{title:"fa-solid fa-face-rolling-eyes",searchTerms:["emoticon","eyeroll","eyes","face","face with rolling eyes","neutral","rating","rolling"]},{title:"far fa-face-rolling-eyes",searchTerms:["emoticon","eyeroll","eyes","face","face with rolling eyes","neutral","rating","rolling"]},{title:"fa-solid fa-face-sad-cry",searchTerms:["cry","emoticon","face","loudly crying face","sad","sob","tear","tears"]},{title:"far fa-face-sad-cry",searchTerms:["cry","emoticon","face","loudly crying face","sad","sob","tear","tears"]},{title:"fa-solid fa-face-sad-tear",searchTerms:["cry","crying face","emoticon","face","sad","tear","tears"]},{title:"far fa-face-sad-tear",searchTerms:["cry","crying face","emoticon","face","sad","tear","tears"]},{title:"fa-solid fa-face-smile",searchTerms:["approve","default","emoticon","face","happy","rating","satisfied","slightly smiling face","smile","uer"]},{title:"far fa-face-smile",searchTerms:["approve","default","emoticon","face","happy","rating","satisfied","slightly smiling face","smile","uer"]},{title:"fa-solid fa-face-smile-beam",searchTerms:["blush","emoticon","eye","face","happy","positive","smile","smiling face with smiling eyes"]},{title:"far fa-face-smile-beam",searchTerms:["blush","emoticon","eye","face","happy","positive","smile","smiling face with smiling eyes"]},{title:"fa-solid fa-face-smile-wink",searchTerms:["emoticon","face","happy","hint","joke","wink","winking face"]},{title:"far fa-face-smile-wink",searchTerms:["emoticon","face","happy","hint","joke","wink","winking face"]},{title:"fa-solid fa-face-surprise",searchTerms:["emoticon","face","face with open mouth","mouth","open","shocked","sympathy"]},{title:"far fa-face-surprise",searchTerms:["emoticon","face","face with open mouth","mouth","open","shocked","sympathy"]},{title:"fa-solid fa-face-tired",searchTerms:["angry","emoticon","face","grumpy","tired","tired face","upset"]},{title:"far fa-face-tired",searchTerms:["angry","emoticon","face","grumpy","tired","tired face","upset"]},{title:"fa-brands fa-facebook",searchTerms:["fabook","facebook-official","fb","social network"]},{title:"fa-brands fa-facebook-f",searchTerms:["fabook","facebook","fb"]},{title:"fa-brands fa-facebook-messenger",searchTerms:["fabook","fb"]},{title:"fa-solid fa-fan",searchTerms:["ac","air conditioning","blade","blower","cool","hot"]},{title:"fa-brands fa-fantasy-flight-games",searchTerms:["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},{title:"fa-solid fa-faucet",searchTerms:["covid-19","drinking","drip","house","hygiene","kitchen","potable","potable water","sanitation","sink","water"]},{title:"fa-solid fa-faucet-drip",searchTerms:["drinking","drip","house","hygiene","kitchen","potable","potable water","sanitation","sink","water"]},{title:"fa-solid fa-fax",searchTerms:["Fax Icon","business","communicate","copy","facsimile","fax","fax machine","send"]},{title:"fa-solid fa-feather",searchTerms:["bird","feather","flight","light","plucked","plumage","quill","write"]},{title:"fa-solid fa-feather-pointed",searchTerms:["bird","light","plucked","quill","write"]},{title:"fa-brands fa-fedex",searchTerms:["Federal Express","package","shipping"]},{title:"fa-brands fa-fedora",searchTerms:["linux","operating system","os"]},{title:"fa-solid fa-ferry",searchTerms:["barge","boat","carry","ferryboat","ship"]},{title:"fa-brands fa-figma",searchTerms:["app","design","interface"]},{title:"fa-solid fa-file",searchTerms:["Empty Document","cv","document","new","page","page facing up","pdf","resume"]},{title:"far fa-file",searchTerms:["Empty Document","cv","document","new","page","page facing up","pdf","resume"]},{title:"fa-solid fa-file-arrow-down",searchTerms:["archive","document","export","insert","save"]},{title:"fa-solid fa-file-arrow-up",searchTerms:["document","import","page","save","upgrade"]},{title:"fa-solid fa-file-audio",searchTerms:["document","mp3","music","page","play","sound"]},{title:"far fa-file-audio",searchTerms:["document","mp3","music","page","play","sound"]},{title:"fa-solid fa-file-circle-check",searchTerms:["document","enable","file","not affected","ok","okay","paper","validate","working"]},{title:"fa-solid fa-file-circle-exclamation",searchTerms:["document","failed","file","paper"]},{title:"fa-solid fa-file-circle-minus",searchTerms:["document","file","paper"]},{title:"fa-solid fa-file-circle-plus",searchTerms:["add","document","file","new","page","paper","pdf"]},{title:"fa-solid fa-file-circle-question",searchTerms:["document","file","paper"]},{title:"fa-solid fa-file-circle-xmark",searchTerms:["document","file","paper","uncheck"]},{title:"fa-solid fa-file-code",searchTerms:["css","development","document","html","mysql","sql"]},{title:"far fa-file-code",searchTerms:["css","development","document","html","mysql","sql"]},{title:"fa-solid fa-file-contract",searchTerms:["agreement","binding","document","legal","signature","username"]},{title:"fa-solid fa-file-csv",searchTerms:["document","excel","numbers","spreadsheets","table"]},{title:"fa-solid fa-file-excel",searchTerms:["csv","document","numbers","spreadsheets","table"]},{title:"far fa-file-excel",searchTerms:["csv","document","numbers","spreadsheets","table"]},{title:"fa-solid fa-file-export",searchTerms:["download","save"]},{title:"fa-solid fa-file-image",searchTerms:["Document with Picture","document","image","img","jpg","photo","png"]},{title:"far fa-file-image",searchTerms:["Document with Picture","document","image","img","jpg","photo","png"]},{title:"fa-solid fa-file-import",searchTerms:["copy","document","insert","send","upload"]},{title:"fa-solid fa-file-invoice",searchTerms:["account","bill","charge","document","payment","receipt"]},{title:"fa-solid fa-file-invoice-dollar",searchTerms:["$","account","bill","charge","document","dollar-sign","money","payment","receipt","revenue","salary","usd"]},{title:"fa-solid fa-file-lines",searchTerms:["Document","Document with Text","document","file-text","invoice","new","page","pdf"]},{title:"far fa-file-lines",searchTerms:["Document","Document with Text","document","file-text","invoice","new","page","pdf"]},{title:"fa-solid fa-file-medical",searchTerms:["document","health","history","prescription","record"]},{title:"fa-solid fa-file-pdf",searchTerms:["acrobat","document","preview","save"]},{title:"far fa-file-pdf",searchTerms:["acrobat","document","preview","save"]},{title:"fa-solid fa-file-pen",searchTerms:["edit","memo","modify","pen","pencil","update","write"]},{title:"fa-solid fa-file-powerpoint",searchTerms:["display","document","keynote","presentation"]},{title:"far fa-file-powerpoint",searchTerms:["display","document","keynote","presentation"]},{title:"fa-solid fa-file-prescription",searchTerms:["document","drugs","medical","medicine","rx"]},{title:"fa-solid fa-file-shield",searchTerms:["antivirus","data","document","protect","safe","safety","secure"]},{title:"fa-solid fa-file-signature",searchTerms:["John Hancock","contract","document","name","username"]},{title:"fa-solid fa-file-video",searchTerms:["document","m4v","movie","mp4","play"]},{title:"far fa-file-video",searchTerms:["document","m4v","movie","mp4","play"]},{title:"fa-solid fa-file-waveform",searchTerms:["document","health","history","prescription","record"]},{title:"fa-solid fa-file-word",searchTerms:["document","edit","page","text","writing"]},{title:"far fa-file-word",searchTerms:["document","edit","page","text","writing"]},{title:"fa-solid fa-file-zipper",searchTerms:[".zip","bundle","compress","compression","download","zip"]},{title:"far fa-file-zipper",searchTerms:[".zip","bundle","compress","compression","download","zip"]},{title:"fa-solid fa-fill",searchTerms:["bucket","color","paint","paint bucket"]},{title:"fa-solid fa-fill-drip",searchTerms:["bucket","color","drop","paint","paint bucket","spill"]},{title:"fa-solid fa-film",searchTerms:["cinema","film","film frames","frames","movie","strip","video"]},{title:"fa-solid fa-filter",searchTerms:["funnel","options","separate","sort"]},{title:"fa-solid fa-filter-circle-dollar",searchTerms:["filter","money","options","premium","separate","sort"]},{title:"fa-solid fa-filter-circle-xmark",searchTerms:["cancel","funnel","options","remove","separate","sort","uncheck"]},{title:"fa-solid fa-fingerprint",searchTerms:["human","id","identification","lock","privacy","smudge","touch","unique","unlock"]},{title:"fa-solid fa-fire",searchTerms:["burn","caliente","fire","flame","heat","hot","popular","tool"]},{title:"fa-solid fa-fire-burner",searchTerms:["cook","fire","flame","kitchen","stove"]},{title:"fa-solid fa-fire-extinguisher",searchTerms:["burn","caliente","extinguish","fire","fire extinguisher","fire fighter","flame","heat","hot","quench","rescue"]},{title:"fa-solid fa-fire-flame-curved",searchTerms:["burn","caliente","flame","heat","hot","popular"]},{title:"fa-solid fa-fire-flame-simple",searchTerms:["caliente","energy","fire","flame","gas","heat","hot"]},{title:"fa-brands fa-firefox",searchTerms:["browser"]},{title:"fa-brands fa-firefox-browser",searchTerms:["browser"]},{title:"fa-brands fa-first-order",searchTerms:[]},{title:"fa-brands fa-first-order-alt",searchTerms:[]},{title:"fa-brands fa-firstdraft",searchTerms:[]},{title:"fa-solid fa-fish",searchTerms:["Pisces","fauna","fish","gold","seafood","swimming","zodiac"]},{title:"fa-solid fa-fish-fins",searchTerms:["fish","fishery","pisces","seafood"]},{title:"fa-solid fa-flag",searchTerms:["black flag","country","notice","notification","notify","pole","report","symbol","waving"]},{title:"far fa-flag",searchTerms:["black flag","country","notice","notification","notify","pole","report","symbol","waving"]},{title:"fa-solid fa-flag-checkered",searchTerms:["checkered","chequered","chequered flag","finish","notice","notification","notify","pole","racing","report","start","symbol","win"]},{title:"fa-solid fa-flag-usa",searchTerms:["betsy ross","country","fla","flag: United States","old glory","stars","stripes","symbol"]},{title:"fa-solid fa-flask",searchTerms:["beaker","chemicals","experiment","experimental","knowledge","labs","liquid","potion","science","vial"]},{title:"fa-solid fa-flask-vial",searchTerms:[" beaker"," chemicals"," experiment"," experimental"," labs"," liquid"," science"," vial","ampule","chemistry","lab","laboratory","potion","test","test tube"]},{title:"fa-brands fa-flickr",searchTerms:[]},{title:"fa-brands fa-flipboard",searchTerms:[]},{title:"fa-solid fa-floppy-disk",searchTerms:["Black Hard Shell Floppy Disk","computer","disk","download","floppy","floppy disk","floppy-o"]},{title:"far fa-floppy-disk",searchTerms:["Black Hard Shell Floppy Disk","computer","disk","download","floppy","floppy disk","floppy-o"]},{title:"fa-solid fa-florin-sign",searchTerms:["currency"]},{title:"fa-brands fa-flutter",searchTerms:[]},{title:"fa-brands fa-fly",searchTerms:[]},{title:"fa-solid fa-folder",searchTerms:["Black Folder","archive","directory","document","file","file folder","folder"]},{title:"far fa-folder",searchTerms:["Black Folder","archive","directory","document","file","file folder","folder"]},{title:"fa-solid fa-folder-closed",searchTerms:["file"]},{title:"far fa-folder-closed",searchTerms:["file"]},{title:"fa-solid fa-folder-minus",searchTerms:["archive","delete","directory","document","file","negative","remove"]},{title:"fa-solid fa-folder-open",searchTerms:["Open Folder","archive","directory","document","empty","file","folder","new","open","open file folder"]},{title:"far fa-folder-open",searchTerms:["Open Folder","archive","directory","document","empty","file","folder","new","open","open file folder"]},{title:"fa-solid fa-folder-plus",searchTerms:["add","archive","create","directory","document","file","new","positive"]},{title:"fa-solid fa-folder-tree",searchTerms:["archive","directory","document","file","search","structure"]},{title:"fa-solid fa-font",searchTerms:["alphabet","glyph","text","type","typeface"]},{title:"fa-solid fa-font-awesome",searchTerms:["awesome","flag","font","icons","typeface"]},{title:"far fa-font-awesome",searchTerms:["awesome","flag","font","icons","typeface"]},{title:"fa-brands fa-font-awesome",searchTerms:["awesome","flag","font","icons","typeface"]},{title:"fa-brands fa-fonticons",searchTerms:[]},{title:"fa-brands fa-fonticons-fi",searchTerms:[]},{title:"fa-solid fa-football",searchTerms:["american","american football","ball","fall","football","nfl","pigskin","seasonal"]},{title:"fa-brands fa-fort-awesome",searchTerms:["castle"]},{title:"fa-brands fa-fort-awesome-alt",searchTerms:["castle"]},{title:"fa-brands fa-forumbee",searchTerms:[]},{title:"fa-solid fa-forward",searchTerms:["arrow","double","fast","fast-forward button","forward","next","skip"]},{title:"fa-solid fa-forward-fast",searchTerms:["arrow","end","last","next","next scene","next track","next track button","quick","triangle"]},{title:"fa-solid fa-forward-step",searchTerms:["end","last","next"]},{title:"fa-brands fa-foursquare",searchTerms:[]},{title:"fa-solid fa-franc-sign",searchTerms:["French Franc Sign","currency"]},{title:"fa-brands fa-free-code-camp",searchTerms:[]},{title:"fa-brands fa-freebsd",searchTerms:[]},{title:"fa-solid fa-frog",searchTerms:["amphibian","bullfrog","fauna","hop","kermit","kiss","prince","ribbit","toad","wart"]},{title:"fa-brands fa-fulcrum",searchTerms:[]},{title:"fa-solid fa-futbol",searchTerms:["ball","football","mls","soccer","soccer ball"]},{title:"far fa-futbol",searchTerms:["ball","football","mls","soccer","soccer ball"]},{title:"fa-solid fa-g",searchTerms:["Latin Capital Letter G","Latin Small Letter G","letter"]},{title:"fa-brands fa-galactic-republic",searchTerms:["politics","star wars"]},{title:"fa-brands fa-galactic-senate",searchTerms:["star wars"]},{title:"fa-solid fa-gamepad",searchTerms:["arcade","controller","d-pad","joystick","playstore","video","video game"]},{title:"fa-solid fa-gas-pump",searchTerms:["car","diesel","fuel","fuel pump","fuelpump","gas","gasoline","petrol","pump","station"]},{title:"fa-solid fa-gauge",searchTerms:["dashboard","fast","odometer","speed","speedometer"]},{title:"fa-solid fa-gauge-high",searchTerms:["dashboard","fast","odometer","quick","speed","speedometer"]},{title:"fa-solid fa-gauge-simple",searchTerms:["dashboard","fast","odometer","speed","speedometer"]},{title:"fa-solid fa-gauge-simple-high",searchTerms:["dashboard","fast","odometer","quick","speed","speedometer"]},{title:"fa-solid fa-gavel",searchTerms:["hammer","judge","law","lawyer","opinion"]},{title:"fa-solid fa-gear",searchTerms:["cog","cogwheel","configuration","gear","mechanical","modify","settings","sprocket","tool","wheel"]},{title:"fa-solid fa-gears",searchTerms:["configuration","gears","mechanical","modify","settings","sprocket","wheel"]},{title:"fa-solid fa-gem",searchTerms:["diamond","gem","gem stone","jewel","jewelry","sapphire","stone","treasure"]},{title:"far fa-gem",searchTerms:["diamond","gem","gem stone","jewel","jewelry","sapphire","stone","treasure"]},{title:"fa-solid fa-genderless",searchTerms:["androgynous","asexual","gender","sexless"]},{title:"fa-brands fa-get-pocket",searchTerms:[]},{title:"fa-brands fa-gg",searchTerms:[]},{title:"fa-brands fa-gg-circle",searchTerms:[]},{title:"fa-solid fa-ghost",searchTerms:["apparition","blinky","clyde","creature","face","fairy tale","fantasy","floating","ghost","halloween","holiday","inky","monster","pacman","pinky","spirit"]},{title:"fa-solid fa-gift",searchTerms:["box","celebration","christmas","generosity","gift","giving","holiday","party","present","wrapped","wrapped gift","xmas"]},{title:"fa-solid fa-gifts",searchTerms:["christmas","generosity","giving","holiday","party","present","wrapped","xmas"]},{title:"fa-brands fa-git",searchTerms:[]},{title:"fa-brands fa-git-alt",searchTerms:[]},{title:"fa-brands fa-github",searchTerms:["octocat"]},{title:"fa-brands fa-github-alt",searchTerms:["octocat"]},{title:"fa-brands fa-gitkraken",searchTerms:[]},{title:"fa-brands fa-gitlab",searchTerms:["Axosoft"]},{title:"fa-brands fa-gitter",searchTerms:[]},{title:"fa-solid fa-glass-water",searchTerms:["potable","water"]},{title:"fa-solid fa-glass-water-droplet",searchTerms:["potable","water"]},{title:"fa-solid fa-glasses",searchTerms:["hipster","nerd","reading","sight","spectacles","vision"]},{title:"fa-brands fa-glide",searchTerms:[]},{title:"fa-brands fa-glide-g",searchTerms:[]},{title:"fa-solid fa-globe",searchTerms:["all","coordinates","country","earth","global","globe","globe with meridians","gps","internet","language","localize","location","map","meridians","network","online","place","planet","translate","travel","world","www"]},{title:"fa-brands fa-gofore",searchTerms:[]},{title:"fa-brands fa-golang",searchTerms:[]},{title:"fa-solid fa-golf-ball-tee",searchTerms:["caddy","eagle","putt","tee"]},{title:"fa-brands fa-goodreads",searchTerms:[]},{title:"fa-brands fa-goodreads-g",searchTerms:[]},{title:"fa-brands fa-google",searchTerms:[]},{title:"fa-brands fa-google-drive",searchTerms:[]},{title:"fa-brands fa-google-pay",searchTerms:[]},{title:"fa-brands fa-google-play",searchTerms:["playstore"]},{title:"fa-brands fa-google-plus",searchTerms:["google-plus-circle","google-plus-official"]},{title:"fa-brands fa-google-plus-g",searchTerms:["google-plus","social network"]},{title:"fa-brands fa-google-scholar",searchTerms:[]},{title:"fa-brands fa-google-wallet",searchTerms:[]},{title:"fa-solid fa-gopuram",searchTerms:["building","entrance","hinduism","temple","tower"]},{title:"fa-solid fa-graduation-cap",searchTerms:["cap","celebration","ceremony","clothing","college","graduate","graduation","graduation cap","hat","learning","school","student"]},{title:"fa-brands fa-gratipay",searchTerms:["favorite","heart","like","love"]},{title:"fa-brands fa-grav",searchTerms:[]},{title:"fa-solid fa-greater-than",searchTerms:["Greater-Than Sign","arithmetic","compare","math"]},{title:"fa-solid fa-greater-than-equal",searchTerms:["arithmetic","compare","math"]},{title:"fa-solid fa-grip",searchTerms:["affordance","drag","drop","grab","handle"]},{title:"fa-solid fa-grip-lines",searchTerms:["affordance","drag","drop","grab","handle"]},{title:"fa-solid fa-grip-lines-vertical",searchTerms:["affordance","drag","drop","grab","handle"]},{title:"fa-solid fa-grip-vertical",searchTerms:["affordance","drag","drop","grab","handle"]},{title:"fa-brands fa-gripfire",searchTerms:[]},{title:"fa-solid fa-group-arrows-rotate",searchTerms:["community","engagement","spin","sync"]},{title:"fa-brands fa-grunt",searchTerms:[]},{title:"fa-solid fa-guarani-sign",searchTerms:["Guarani Sign","currency"]},{title:"fa-brands fa-guilded",searchTerms:[]},{title:"fa-solid fa-guitar",searchTerms:["acoustic","instrument","music","rock","rock and roll","song","strings"]},{title:"fa-brands fa-gulp",searchTerms:[]},{title:"fa-solid fa-gun",searchTerms:["firearm","pistol","weapon"]},{title:"fa-solid fa-h",searchTerms:["Latin Capital Letter H","Latin Small Letter H","letter"]},{title:"fa-brands fa-hacker-news",searchTerms:[]},{title:"fa-brands fa-hackerrank",searchTerms:[]},{title:"fa-solid fa-hammer",searchTerms:["admin","configuration","equipment","fix","hammer","maintenance","modify","recovery","repair","settings","tool"]},{title:"fa-solid fa-hamsa",searchTerms:["amulet","christianity","islam","jewish","judaism","muslim","protection"]},{title:"fa-solid fa-hand",searchTerms:["Raised Hand","backhand","game","halt","palm","raised","raised back of hand","request","roshambo","stop"]},{title:"far fa-hand",searchTerms:["Raised Hand","backhand","game","halt","palm","raised","raised back of hand","request","roshambo","stop"]},{title:"fa-solid fa-hand-back-fist",searchTerms:["fist","game","roshambo"]},{title:"far fa-hand-back-fist",searchTerms:["fist","game","roshambo"]},{title:"fa-solid fa-hand-dots",searchTerms:["allergy","freckles","hand","hives","palm","pox","skin","spots"]},{title:"fa-solid fa-hand-fist",searchTerms:["Dungeons & Dragons","clenched","d&d","dnd","fantasy","fist","hand","ki","monk","punch","raised fist","resist","strength","unarmed combat"]},{title:"fa-solid fa-hand-holding",searchTerms:["carry","lift"]},{title:"fa-solid fa-hand-holding-dollar",searchTerms:["$","carry","coupon","dollar sign","donate","donation","giving","investment","lift","money","premium","price","revenue","salary"]},{title:"fa-solid fa-hand-holding-droplet",searchTerms:["blood","carry","covid-19","drought","grow","lift","sanitation"]},{title:"fa-solid fa-hand-holding-hand",searchTerms:["care","give","help","hold","protect"]},{title:"fa-solid fa-hand-holding-heart",searchTerms:["carry","charity","gift","lift","package","wishlist"]},{title:"fa-solid fa-hand-holding-medical",searchTerms:["care","covid-19","donate","help"]},{title:"fa-solid fa-hand-lizard",searchTerms:["game","roshambo"]},{title:"far fa-hand-lizard",searchTerms:["game","roshambo"]},{title:"fa-solid fa-hand-middle-finger",searchTerms:["finger","flip the bird","gesture","hand","hate","middle finger","rude"]},{title:"fa-solid fa-hand-peace",searchTerms:["hand","rest","truce","v","victory","victory hand"]},{title:"far fa-hand-peace",searchTerms:["hand","rest","truce","v","victory","victory hand"]},{title:"fa-solid fa-hand-point-down",searchTerms:["finger","hand-o-down","point"]},{title:"far fa-hand-point-down",searchTerms:["finger","hand-o-down","point"]},{title:"fa-solid fa-hand-point-left",searchTerms:["back","finger","hand-o-left","left","point","previous"]},{title:"far fa-hand-point-left",searchTerms:["back","finger","hand-o-left","left","point","previous"]},{title:"fa-solid fa-hand-point-right",searchTerms:["finger","forward","hand-o-right","next","point","right"]},{title:"far fa-hand-point-right",searchTerms:["finger","forward","hand-o-right","next","point","right"]},{title:"fa-solid fa-hand-point-up",searchTerms:["finger","hand","hand-o-up","index","index pointing up","point","request","up","upgrade"]},{title:"far fa-hand-point-up",searchTerms:["finger","hand","hand-o-up","index","index pointing up","point","request","up","upgrade"]},{title:"fa-solid fa-hand-pointer",searchTerms:["arrow","cursor","select"]},{title:"far fa-hand-pointer",searchTerms:["arrow","cursor","select"]},{title:"fa-solid fa-hand-scissors",searchTerms:["cut","game","roshambo"]},{title:"far fa-hand-scissors",searchTerms:["cut","game","roshambo"]},{title:"fa-solid fa-hand-sparkles",searchTerms:["clean","covid-19","hygiene","magic","palm","soap","wash"]},{title:"fa-solid fa-hand-spock",searchTerms:["finger","hand","live long","palm","prosper","salute","spock","star trek","vulcan","vulcan salute"]},{title:"far fa-hand-spock",searchTerms:["finger","hand","live long","palm","prosper","salute","spock","star trek","vulcan","vulcan salute"]},{title:"fa-solid fa-handcuffs",searchTerms:["arrest","criminal","handcuffs","jail","lock","police","wrist"]},{title:"fa-solid fa-hands",searchTerms:["Translate","asl","deaf","hands"]},{title:"fa-solid fa-hands-asl-interpreting",searchTerms:["asl","deaf","finger","hand","interpret","speak"]},{title:"fa-solid fa-hands-bound",searchTerms:["abduction","bound","handcuff","wrist"]},{title:"fa-solid fa-hands-bubbles",searchTerms:["covid-19","hygiene","soap","wash"]},{title:"fa-solid fa-hands-clapping",searchTerms:["applause","clap","clapping hands","hand"]},{title:"fa-solid fa-hands-holding",searchTerms:["carry","hold","lift"]},{title:"fa-solid fa-hands-holding-child",searchTerms:["care","give","help","hold","parent","protect"]},{title:"fa-solid fa-hands-holding-circle",searchTerms:["circle","gift","protection"]},{title:"fa-solid fa-hands-praying",searchTerms:["kneel","preach","religion","worship"]},{title:"fa-solid fa-handshake",searchTerms:["agreement","greeting","meeting","partnership"]},{title:"far fa-handshake",searchTerms:["agreement","greeting","meeting","partnership"]},{title:"fa-solid fa-handshake-angle",searchTerms:["aid","assistance","handshake","partnership","volunteering"]},{title:"fa-solid fa-handshake-simple",searchTerms:["agreement","greeting","hand","handshake","meeting","partnership","shake"]},{title:"fa-solid fa-handshake-simple-slash",searchTerms:["broken","covid-19","disabled","social distance"]},{title:"fa-solid fa-handshake-slash",searchTerms:["broken","covid-19","disabled","social distance"]},{title:"fa-solid fa-hanukiah",searchTerms:["candelabrum","candle","candlestick","hanukkah","jewish","judaism","light","menorah","religion"]},{title:"fa-solid fa-hard-drive",searchTerms:["Hard Disk","cpu","hard drive","harddrive","machine","save","storage"]},{title:"far fa-hard-drive",searchTerms:["Hard Disk","cpu","hard drive","harddrive","machine","save","storage"]},{title:"fa-brands fa-hashnode",searchTerms:[]},{title:"fa-solid fa-hashtag",searchTerms:["Number Sign","Twitter","instagram","pound","social media","tag"]},{title:"fa-solid fa-hat-cowboy",searchTerms:["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"]},{title:"fa-solid fa-hat-cowboy-side",searchTerms:["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"]},{title:"fa-solid fa-hat-wizard",searchTerms:["Dungeons & Dragons","accessory","buckle","clothing","d&d","dnd","fantasy","halloween","head","holiday","mage","magic","pointy","witch"]},{title:"fa-solid fa-head-side-cough",searchTerms:["cough","covid-19","germs","lungs","respiratory","sick","uer"]},{title:"fa-solid fa-head-side-cough-slash",searchTerms:["cough","covid-19","disabled","germs","lungs","respiratory","sick","uer"]},{title:"fa-solid fa-head-side-mask",searchTerms:["breath","coronavirus","covid-19","filter","flu","infection","pandemic","respirator","uer","virus"]},{title:"fa-solid fa-head-side-virus",searchTerms:["cold","coronavirus","covid-19","flu","infection","pandemic","sick","uer"]},{title:"fa-solid fa-heading",searchTerms:["format","header","text","title"]},{title:"fa-solid fa-headphones",searchTerms:["audio","earbud","headphone","listen","music","sound","speaker"]},{title:"fa-solid fa-headphones-simple",searchTerms:["audio","listen","music","sound","speaker"]},{title:"fa-solid fa-headset",searchTerms:["audio","gamer","gaming","listen","live chat","microphone","shot caller","sound","support","telemarketer"]},{title:"fa-solid fa-heart",searchTerms:["ace","black","black heart","blue","blue heart","brown","brown heart","card","evil","favorite","game","green","green heart","heart","heart suit","like","love","orange","orange heart","purple","purple heart","red heart","relationship","valentine","white","white heart","wicked","wishlist","yellow","yellow heart"]},{title:"far fa-heart",searchTerms:["ace","black","black heart","blue","blue heart","brown","brown heart","card","evil","favorite","game","green","green heart","heart","heart suit","like","love","orange","orange heart","purple","purple heart","red heart","relationship","valentine","white","white heart","wicked","wishlist","yellow","yellow heart"]},{title:"fa-solid fa-heart-circle-bolt",searchTerms:["cardiogram","ekg","electric","heart","love","pacemaker"]},{title:"fa-solid fa-heart-circle-check",searchTerms:["enable","favorite","heart","love","not affected","ok","okay","validate","working"]},{title:"fa-solid fa-heart-circle-exclamation",searchTerms:["failed","favorite","heart","love"]},{title:"fa-solid fa-heart-circle-minus",searchTerms:["favorite","heart","love"]},{title:"fa-solid fa-heart-circle-plus",searchTerms:["favorite","heart","love"]},{title:"fa-solid fa-heart-circle-xmark",searchTerms:["favorite","heart","love","uncheck"]},{title:"fa-solid fa-heart-crack",searchTerms:["break","breakup","broken","broken heart","crushed","dislike","dumped","grief","love","lovesick","relationship","sad"]},{title:"fa-solid fa-heart-pulse",searchTerms:["ekg","electrocardiogram","health","lifeline","vital signs"]},{title:"fa-solid fa-helicopter",searchTerms:["airwolf","apache","chopper","flight","fly","helicopter","travel","vehicle"]},{title:"fa-solid fa-helicopter-symbol",searchTerms:["chopper","helicopter","landing pad","whirlybird"]},{title:"fa-solid fa-helmet-safety",searchTerms:["construction","hardhat","helmet","maintenance","safety"]},{title:"fa-solid fa-helmet-un",searchTerms:["helmet","united nations"]},{title:"fa-solid fa-highlighter",searchTerms:["edit","marker","modify","sharpie","update","write"]},{title:"fa-solid fa-hill-avalanche",searchTerms:["mudslide","snow","winter"]},{title:"fa-solid fa-hill-rockslide",searchTerms:["mudslide"]},{title:"fa-solid fa-hippo",searchTerms:["animal","fauna","hippo","hippopotamus","hungry","mammal"]},{title:"fa-brands fa-hips",searchTerms:[]},{title:"fa-brands fa-hire-a-helper",searchTerms:[]},{title:"fa-brands fa-hive",searchTerms:[]},{title:"fa-solid fa-hockey-puck",searchTerms:["ice","nhl","sport"]},{title:"fa-solid fa-holly-berry",searchTerms:["catwoman","christmas","decoration","flora","halle","holiday","ororo munroe","plant","storm","xmas"]},{title:"fa-brands fa-hooli",searchTerms:[]},{title:"fa-brands fa-hornbill",searchTerms:[]},{title:"fa-solid fa-horse",searchTerms:["equestrian","equus","fauna","horse","mammmal","mare","neigh","pony","racehorse","racing"]},{title:"fa-solid fa-horse-head",searchTerms:["equus","fauna","mammmal","mare","neigh","pony"]},{title:"fa-solid fa-hospital",searchTerms:["building","covid-19","doctor","emergency room","hospital","medical center","medicine"]},{title:"far fa-hospital",searchTerms:["building","covid-19","doctor","emergency room","hospital","medical center","medicine"]},{title:"fa-solid fa-hospital-user",searchTerms:["covid-19","doctor","network","patient","primary care","uer"]},{title:"fa-solid fa-hot-tub-person",searchTerms:["jacuzzi","spa","uer"]},{title:"fa-solid fa-hotdog",searchTerms:["bun","chili","frankfurt","frankfurter","hot dog","hotdog","kosher","polish","sandwich","sausage","vienna","weiner"]},{title:"fa-solid fa-hotel",searchTerms:["building","hotel","inn","lodging","motel","resort","travel"]},{title:"fa-brands fa-hotjar",searchTerms:[]},{title:"fa-solid fa-hourglass",searchTerms:["hour","hourglass","hourglass not done","minute","sand","stopwatch","time","timer"]},{title:"far fa-hourglass",searchTerms:["hour","hourglass","hourglass not done","minute","sand","stopwatch","time","timer"]},{title:"fa-solid fa-hourglass-end",searchTerms:["hour","hourglass done","minute","pending","sand","stopwatch","time","timer","waiting"]},{title:"fa-solid fa-hourglass-half",searchTerms:["hour","minute","pending","sand","stopwatch","time","waiting"]},{title:"far fa-hourglass-half",searchTerms:["hour","minute","pending","sand","stopwatch","time","waiting"]},{title:"fa-solid fa-hourglass-start",searchTerms:["hour","minute","sand","stopwatch","time","waiting"]},{title:"fa-solid fa-house",searchTerms:["abode","building","home","house","main","residence"]},{title:"fa-solid fa-house-chimney",searchTerms:["abode","building","chimney","house","main","residence","smokestack"]},{title:"fa-solid fa-house-chimney-crack",searchTerms:["building","devastation","disaster","earthquake","home","insurance"]},{title:"fa-solid fa-house-chimney-medical",searchTerms:["covid-19","doctor","general practitioner","hospital","infirmary","medicine","office","outpatient"]},{title:"fa-solid fa-house-chimney-user",searchTerms:["covid-19","home","isolation","quarantine","uer"]},{title:"fa-solid fa-house-chimney-window",searchTerms:["abode","building","family","home","residence"]},{title:"fa-solid fa-house-circle-check",searchTerms:["abode","enable","home","house","not affected","ok","okay","validate","working"]},{title:"fa-solid fa-house-circle-exclamation",searchTerms:["abode","affected","failed","home","house"]},{title:"fa-solid fa-house-circle-xmark",searchTerms:["abode","destroy","home","house","uncheck"]},{title:"fa-solid fa-house-crack",searchTerms:["building","devastation","disaster","earthquake","home","insurance"]},{title:"fa-solid fa-house-fire",searchTerms:["burn","emergency","home"]},{title:"fa-solid fa-house-flag",searchTerms:["camp","home"]},{title:"fa-solid fa-house-flood-water",searchTerms:["damage","flood","water"]},{title:"fa-solid fa-house-flood-water-circle-arrow-right",searchTerms:["damage","flood","water"]},{title:"fa-solid fa-house-laptop",searchTerms:["computer","covid-19","device","office","remote","work from home"]},{title:"fa-solid fa-house-lock",searchTerms:["closed","home","house","lockdown","padlock","privacy","quarantine"]},{title:"fa-solid fa-house-medical",searchTerms:["covid-19","doctor","facility","general practitioner","health","hospital","infirmary","medicine","office","outpatient"]},{title:"fa-solid fa-house-medical-circle-check",searchTerms:["clinic","enable","hospital","not affected","ok","okay","validate","working"]},{title:"fa-solid fa-house-medical-circle-exclamation",searchTerms:["affected","clinic","failed","hospital"]},{title:"fa-solid fa-house-medical-circle-xmark",searchTerms:["clinic","destroy","hospital","uncheck"]},{title:"fa-solid fa-house-medical-flag",searchTerms:["clinic","hospital","mash"]},{title:"fa-solid fa-house-signal",searchTerms:["abode","building","connect","family","home","residence","smart home","wifi","www"]},{title:"fa-solid fa-house-tsunami",searchTerms:["damage","flood","tidal wave","wave"]},{title:"fa-solid fa-house-user",searchTerms:["house","uer"]},{title:"fa-brands fa-houzz",searchTerms:[]},{title:"fa-solid fa-hryvnia-sign",searchTerms:["Hryvnia Sign","currency"]},{title:"fa-brands fa-html5",searchTerms:[]},{title:"fa-brands fa-hubspot",searchTerms:[]},{title:"fa-solid fa-hurricane",searchTerms:["coriolis effect","eye","storm","tropical cyclone","typhoon"]},{title:"fa-solid fa-i",searchTerms:["Latin Capital Letter I","Latin Small Letter I","letter"]},{title:"fa-solid fa-i-cursor",searchTerms:["editing","i-beam","type","writing"]},{title:"fa-solid fa-ice-cream",searchTerms:["chocolate","cone","cream","dessert","frozen","ice","ice cream","scoop","sorbet","sweet","vanilla","yogurt"]},{title:"fa-solid fa-icicles",searchTerms:["cold","frozen","hanging","ice","seasonal","sharp"]},{title:"fa-solid fa-icons",searchTerms:["bolt","category","emoji","heart","image","music","photo","symbols"]},{title:"fa-solid fa-id-badge",searchTerms:["address","contact","identification","license","profile","uer","username"]},{title:"far fa-id-badge",searchTerms:["address","contact","identification","license","profile","uer","username"]},{title:"fa-solid fa-id-card",searchTerms:["contact","demographics","document","identification","issued","profile","registration","uer","username"]},{title:"far fa-id-card",searchTerms:["contact","demographics","document","identification","issued","profile","registration","uer","username"]},{title:"fa-solid fa-id-card-clip",searchTerms:["contact","demographics","document","identification","issued","profile","uer","username"]},{title:"fa-brands fa-ideal",searchTerms:[]},{title:"fa-solid fa-igloo",searchTerms:["dome","dwelling","eskimo","home","house","ice","snow"]},{title:"fa-solid fa-image",searchTerms:["album","img","landscape","photo","picture"]},{title:"far fa-image",searchTerms:["album","img","landscape","photo","picture"]},{title:"fa-solid fa-image-portrait",searchTerms:["id","image","img","photo","picture","selfie","uer","username"]},{title:"fa-solid fa-images",searchTerms:["album","img","landscape","photo","picture"]},{title:"far fa-images",searchTerms:["album","img","landscape","photo","picture"]},{title:"fa-brands fa-imdb",searchTerms:[]},{title:"fa-solid fa-inbox",searchTerms:["archive","desk","email","mail","message"]},{title:"fa-solid fa-indent",searchTerms:["align","justify","paragraph","tab"]},{title:"fa-solid fa-indian-rupee-sign",searchTerms:["Indian Rupee Sign","currency"]},{title:"fa-solid fa-industry",searchTerms:["building","factory","industrial","manufacturing","mill","warehouse"]},{title:"fa-solid fa-infinity",searchTerms:["Infinity","eternity","forever","infinity","math","unbounded","universal"]},{title:"fa-solid fa-info",searchTerms:["details","help","information","more","support"]},{title:"fa-brands fa-instagram",searchTerms:[]},{title:"fa-brands fa-instalod",searchTerms:[]},{title:"fa-brands fa-intercom",searchTerms:["app","customer","messenger"]},{title:"fa-brands fa-internet-explorer",searchTerms:["browser","ie"]},{title:"fa-brands fa-invision",searchTerms:["app","design","interface"]},{title:"fa-brands fa-ioxhost",searchTerms:[]},{title:"fa-solid fa-italic",searchTerms:["edit","emphasis","font","format","text","type"]},{title:"fa-brands fa-itch-io",searchTerms:[]},{title:"fa-brands fa-itunes",searchTerms:[]},{title:"fa-brands fa-itunes-note",searchTerms:[]},{title:"fa-solid fa-j",searchTerms:["Latin Capital Letter J","Latin Small Letter J","letter"]},{title:"fa-solid fa-jar",searchTerms:["jam","jelly","storage"]},{title:"fa-solid fa-jar-wheat",searchTerms:["flour","storage"]},{title:"fa-brands fa-java",searchTerms:[]},{title:"fa-solid fa-jedi",searchTerms:["crest","force","sith","skywalker","star wars","yoda"]},{title:"fa-brands fa-jedi-order",searchTerms:["star wars"]},{title:"fa-brands fa-jenkins",searchTerms:[]},{title:"fa-solid fa-jet-fighter",searchTerms:["airforce","airplane","airport","fast","fly","goose","marines","maverick","military","plane","quick","top gun","transportation","travel"]},{title:"fa-solid fa-jet-fighter-up",searchTerms:["airforce","airplane","airport","fast","fly","goose","marines","maverick","military","plane","quick","top gun","transportation","travel"]},{title:"fa-brands fa-jira",searchTerms:["atlassian"]},{title:"fa-brands fa-joget",searchTerms:[]},{title:"fa-solid fa-joint",searchTerms:["blunt","cannabis","doobie","drugs","marijuana","roach","smoke","smoking","spliff"]},{title:"fa-brands fa-joomla",searchTerms:[]},{title:"fa-brands fa-js",searchTerms:[]},{title:"fa-brands fa-jsfiddle",searchTerms:[]},{title:"fa-solid fa-jug-detergent",searchTerms:["detergent","laundry","soap","wash"]},{title:"fa-brands fa-jxl",searchTerms:[]},{title:"fa-solid fa-k",searchTerms:["Latin Capital Letter K","Latin Small Letter K","letter"]},{title:"fa-solid fa-kaaba",searchTerms:["Muslim","building","cube","islam","kaaba","muslim","religion"]},{title:"fa-brands fa-kaggle",searchTerms:[]},{title:"fa-solid fa-key",searchTerms:["key","lock","password","private","secret","unlock"]},{title:"fa-brands fa-keybase",searchTerms:[]},{title:"fa-solid fa-keyboard",searchTerms:["accessory","computer","edit","input","keyboard","text","type","write"]},{title:"far fa-keyboard",searchTerms:["accessory","computer","edit","input","keyboard","text","type","write"]},{title:"fa-brands fa-keycdn",searchTerms:[]},{title:"fa-solid fa-khanda",searchTerms:["Adi Shakti","chakkar","sikh","sikhism","sword"]},{title:"fa-brands fa-kickstarter",searchTerms:[]},{title:"fa-brands fa-kickstarter-k",searchTerms:[]},{title:"fa-solid fa-kip-sign",searchTerms:["Kip Sign","currency"]},{title:"fa-solid fa-kit-medical",searchTerms:["emergency","emt","health","medical","rescue"]},{title:"fa-solid fa-kitchen-set",searchTerms:["chef","cook","cup","kitchen","pan","pot","skillet"]},{title:"fa-solid fa-kiwi-bird",searchTerms:["bird","fauna","new zealand"]},{title:"fa-brands fa-korvue",searchTerms:[]},{title:"fa-solid fa-l",searchTerms:["Latin Capital Letter L","Latin Small Letter L","letter"]},{title:"fa-solid fa-land-mine-on",searchTerms:["bomb","danger","explosion","war"]},{title:"fa-solid fa-landmark",searchTerms:["building","classical","historic","memorable","monument","museum","politics","society"]},{title:"fa-solid fa-landmark-dome",searchTerms:["building","historic","memorable","monument","politics"]},{title:"fa-solid fa-landmark-flag",searchTerms:["capitol","flag","landmark","memorial"]},{title:"fa-solid fa-language",searchTerms:["dialect","idiom","localize","speech","translate","vernacular"]},{title:"fa-solid fa-laptop",searchTerms:["computer","cpu","dell","demo","device","fabook","fb","laptop","mac","macbook","machine","pc","personal"]},{title:"fa-solid fa-laptop-code",searchTerms:["computer","cpu","dell","demo","develop","device","fabook","fb","mac","macbook","machine","mysql","pc","sql"]},{title:"fa-solid fa-laptop-file",searchTerms:["computer","education","laptop","learning","remote work"]},{title:"fa-solid fa-laptop-medical",searchTerms:["computer","device","ehr","electronic health records","history"]},{title:"fa-brands fa-laravel",searchTerms:[]},{title:"fa-solid fa-lari-sign",searchTerms:["Lari Sign","currency"]},{title:"fa-brands fa-lastfm",searchTerms:[]},{title:"fa-solid fa-layer-group",searchTerms:["arrange","category","develop","layers","map","platform","stack"]},{title:"fa-solid fa-leaf",searchTerms:["eco","flora","nature","plant","vegan"]},{title:"fa-brands fa-leanpub",searchTerms:[]},{title:"fa-solid fa-left-long",searchTerms:["back","long-arrow-left","previous"]},{title:"fa-solid fa-left-right",searchTerms:["arrow","arrows-h","expand","horizontal","landscape","left-right arrow","resize","wide"]},{title:"fa-solid fa-lemon",searchTerms:["citrus","fruit","lemon","lemonade","lime","tart"]},{title:"far fa-lemon",searchTerms:["citrus","fruit","lemon","lemonade","lime","tart"]},{title:"fa-brands fa-less",searchTerms:[]},{title:"fa-solid fa-less-than",searchTerms:["Less-Than Sign","arithmetic","compare","math"]},{title:"fa-solid fa-less-than-equal",searchTerms:["arithmetic","compare","math"]},{title:"fa-brands fa-letterboxd",searchTerms:[]},{title:"fa-solid fa-life-ring",searchTerms:["coast guard","help","overboard","save","support"]},{title:"far fa-life-ring",searchTerms:["coast guard","help","overboard","save","support"]},{title:"fa-solid fa-lightbulb",searchTerms:[" comic"," electric"," idea"," innovation"," inspiration"," light"," light bulb"," bulb","bulb","comic","electric","energy","idea","inspiration","mechanical"]},{title:"far fa-lightbulb",searchTerms:[" comic"," electric"," idea"," innovation"," inspiration"," light"," light bulb"," bulb","bulb","comic","electric","energy","idea","inspiration","mechanical"]},{title:"fa-brands fa-line",searchTerms:[]},{title:"fa-solid fa-lines-leaning",searchTerms:["canted","domino","falling","resilience","resilient","tipped"]},{title:"fa-solid fa-link",searchTerms:["attach","attachment","chain","connect","lin","link"]},{title:"fa-solid fa-link-slash",searchTerms:["attachment","chain","chain-broken","disabled","disconnect","remove"]},{title:"fa-brands fa-linkedin",searchTerms:["linkedin-square","linkin"]},{title:"fa-brands fa-linkedin-in",searchTerms:["linkedin","linkin"]},{title:"fa-brands fa-linode",searchTerms:[]},{title:"fa-brands fa-linux",searchTerms:["tux"]},{title:"fa-solid fa-lira-sign",searchTerms:["Lira Sign","currency"]},{title:"fa-solid fa-list",searchTerms:["bullet","category","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},{title:"fa-solid fa-list-check",searchTerms:["bullet","cheatsheet","checklist","downloading","downloads","enable","loading","progress","project management","settings","summary","to do","validate","working"]},{title:"fa-solid fa-list-ol",searchTerms:["cheatsheet","checklist","completed","done","finished","numbers","ol","summary","todo","ul"]},{title:"fa-solid fa-list-ul",searchTerms:["bullet","cheatsheet","checklist","completed","done","finished","ol","summary","survey","todo","ul"]},{title:"fa-solid fa-litecoin-sign",searchTerms:["currency"]},{title:"fa-solid fa-location-arrow",searchTerms:["address","compass","coordinate","direction","gps","map","navigation","place"]},{title:"fa-solid fa-location-crosshairs",searchTerms:["address","coordinate","direction","gps","location","map","navigation","place","where"]},{title:"fa-solid fa-location-dot",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},{title:"fa-solid fa-location-pin",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},{title:"fa-solid fa-location-pin-lock",searchTerms:["closed","lockdown","map","padlock","privacy","quarantine"]},{title:"fa-solid fa-lock",searchTerms:["admin","closed","lock","locked","open","padlock","password","privacy","private","protect","security"]},{title:"fa-solid fa-lock-open",searchTerms:["admin","lock","open","padlock","password","privacy","private","protect","security","unlock"]},{title:"fa-solid fa-locust",searchTerms:["horde","infestation","locust","plague","swarm"]},{title:"fa-solid fa-lungs",searchTerms:["air","breath","covid-19","exhalation","inhalation","lungs","organ","respiration","respiratory"]},{title:"fa-solid fa-lungs-virus",searchTerms:["breath","coronavirus","covid-19","flu","infection","pandemic","respiratory","sick"]},{title:"fa-brands fa-lyft",searchTerms:[]},{title:"fa-solid fa-m",searchTerms:["Latin Capital Letter M","Latin Small Letter M","letter"]},{title:"fa-brands fa-magento",searchTerms:[]},{title:"fa-solid fa-magnet",searchTerms:["Attract","attraction","horseshoe","lodestone","magnet","magnetic","tool"]},{title:"fa-solid fa-magnifying-glass",searchTerms:["bigger","enlarge","equipment","find","glass","inspection","magnifier","magnify","magnifying","magnifying glass tilted left","preview","search","tool","zoom"]},{title:"fa-solid fa-magnifying-glass-arrow-right",searchTerms:["find","magnifier","next","search"]},{title:"fa-solid fa-magnifying-glass-chart",searchTerms:[" data"," graph"," intelligence","analysis","chart","magnifier","market","revenue"]},{title:"fa-solid fa-magnifying-glass-dollar",searchTerms:["bigger","enlarge","find","magnifier","magnify","money","preview","zoom"]},{title:"fa-solid fa-magnifying-glass-location",searchTerms:["bigger","enlarge","find","magnifier","magnify","preview","zoom"]},{title:"fa-solid fa-magnifying-glass-minus",searchTerms:["magnifier","minify","negative","smaller","zoom","zoom out"]},{title:"fa-solid fa-magnifying-glass-plus",searchTerms:["bigger","enlarge","magnifier","magnify","positive","zoom","zoom in"]},{title:"fa-brands fa-mailchimp",searchTerms:[]},{title:"fa-solid fa-manat-sign",searchTerms:["Manat Sign","currency"]},{title:"fa-brands fa-mandalorian",searchTerms:[]},{title:"fa-solid fa-map",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel","world","world map"]},{title:"far fa-map",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel","world","world map"]},{title:"fa-solid fa-map-location",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},{title:"fa-solid fa-map-location-dot",searchTerms:["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},{title:"fa-solid fa-map-pin",searchTerms:["address","agree","coordinates","destination","gps","localize","location","map","marker","navigation","pin","place","position","pushpin","round pushpin","travel"]},{title:"fa-brands fa-markdown",searchTerms:[]},{title:"fa-solid fa-marker",searchTerms:["design","edit","modify","sharpie","update","write"]},{title:"fa-solid fa-mars",searchTerms:["gender","male","male sign","man"]},{title:"fa-solid fa-mars-and-venus",searchTerms:["Male and Female Sign","female","gender","intersex","male","transgender"]},{title:"fa-solid fa-mars-and-venus-burst",searchTerms:["gender","uer","violence"]},{title:"fa-solid fa-mars-double",searchTerms:["Doubled Male Sign","gay","gender","male","men"]},{title:"fa-solid fa-mars-stroke",searchTerms:["Male with Stroke Sign","gender","transgender"]},{title:"fa-solid fa-mars-stroke-right",searchTerms:["Horizontal Male with Stroke Sign","gender"]},{title:"fa-solid fa-mars-stroke-up",searchTerms:["Vertical Male with Stroke Sign","gender"]},{title:"fa-solid fa-martini-glass",searchTerms:["alcohol","bar","beverage","cocktail","cocktail glass","drink","glass","liquor"]},{title:"fa-solid fa-martini-glass-citrus",searchTerms:["alcohol","beverage","drink","gin","glass","margarita","martini","vodka"]},{title:"fa-solid fa-martini-glass-empty",searchTerms:["alcohol","bar","beverage","drink","liquor"]},{title:"fa-solid fa-mask",searchTerms:["carnivale","costume","disguise","halloween","secret","super hero"]},{title:"fa-solid fa-mask-face",searchTerms:["breath","coronavirus","covid-19","filter","flu","infection","pandemic","respirator","virus"]},{title:"fa-solid fa-mask-ventilator",searchTerms:["breath","gas","mask","oxygen","respirator","ventilator"]},{title:"fa-solid fa-masks-theater",searchTerms:["art","comedy","mask","perform","performing","performing arts","theater","theatre","tragedy"]},{title:"fa-brands fa-mastodon",searchTerms:[]},{title:"fa-solid fa-mattress-pillow",searchTerms:["air mattress","mattress","pillow","rest","sleep"]},{title:"fa-brands fa-maxcdn",searchTerms:[]},{title:"fa-solid fa-maximize",searchTerms:[" maximize"," resize"," scale"," arrows"," bigger"," enlarge"," fullscreen"," resize"," size","expand"]},{title:"fa-brands fa-mdb",searchTerms:[]},{title:"fa-solid fa-medal",searchTerms:["award","guarantee","medal","quality","ribbon","sports medal","star","trophy","warranty"]},{title:"fa-brands fa-medapps",searchTerms:[]},{title:"fa-brands fa-medium",searchTerms:[]},{title:"fa-brands fa-medrt",searchTerms:[]},{title:"fa-brands fa-meetup",searchTerms:[]},{title:"fa-brands fa-megaport",searchTerms:[]},{title:"fa-solid fa-memory",searchTerms:["DIMM","RAM","hardware","storage","technology"]},{title:"fa-brands fa-mendeley",searchTerms:[]},{title:"fa-solid fa-menorah",searchTerms:["candle","hanukkah","jewish","judaism","light"]},{title:"fa-solid fa-mercury",searchTerms:["Mercury","gender","hybrid","transgender"]},{title:"fa-solid fa-message",searchTerms:[" conversation"," discussion"," talking","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"far fa-message",searchTerms:[" conversation"," discussion"," talking","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"]},{title:"fa-brands fa-meta",searchTerms:[]},{title:"fa-solid fa-meteor",searchTerms:["armageddon","asteroid","comet","shooting star","space"]},{title:"fa-brands fa-microblog",searchTerms:[]},{title:"fa-solid fa-microchip",searchTerms:["cpu","hardware","processor","technology"]},{title:"fa-solid fa-microphone",searchTerms:["address","audio","information","podcast","public","record","sing","sound","talking","voice"]},{title:"fa-solid fa-microphone-lines",searchTerms:["audio","mic","microphone","music","podcast","record","sing","sound","studio","studio microphone","talking","voice"]},{title:"fa-solid fa-microphone-lines-slash",searchTerms:["audio","disable","disabled","disconnect","disconnect","mute","podcast","record","sing","sound","voice"]},{title:"fa-solid fa-microphone-slash",searchTerms:["audio","disable","disabled","mute","podcast","record","sing","sound","voice"]},{title:"fa-solid fa-microscope",searchTerms:["covid-19","electron","knowledge","lens","microscope","optics","science","shrink","testing","tool"]},{title:"fa-brands fa-microsoft",searchTerms:[]},{title:"fa-solid fa-mill-sign",searchTerms:["Mill Sign","currency"]},{title:"fa-solid fa-minimize",searchTerms:["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},{title:"fa-brands fa-mintbit",searchTerms:[]},{title:"fa-solid fa-minus",searchTerms:["En Dash","Minus Sign","collapse","delete","hide","math","minify","minus","negative","remove","sign","trash","−"]},{title:"fa-solid fa-mitten",searchTerms:["clothing","cold","glove","hands","knitted","seasonal","warmth"]},{title:"fa-brands fa-mix",searchTerms:[]},{title:"fa-brands fa-mixcloud",searchTerms:[]},{title:"fa-brands fa-mixer",searchTerms:[]},{title:"fa-brands fa-mizuni",searchTerms:[]},{title:"fa-solid fa-mobile",searchTerms:["android","call","cell","cell phone","device","mobile","mobile phone","number","phone","screen","telephone","text"]},{title:"fa-solid fa-mobile-button",searchTerms:["apple","call","cell phone","device","iphone","number","screen","telephone"]},{title:"fa-solid fa-mobile-retro",searchTerms:["cellphone","cellular","phone"]},{title:"fa-solid fa-mobile-screen",searchTerms:["android","call","cell phone","device","number","screen","telephone","text"]},{title:"fa-solid fa-mobile-screen-button",searchTerms:["apple","call","cell phone","device","iphone","number","screen","telephone"]},{title:"fa-brands fa-modx",searchTerms:[]},{title:"fa-brands fa-monero",searchTerms:[]},{title:"fa-solid fa-money-bill",searchTerms:["buy","cash","checkout","coupon","investment","money","payment","premium","price","purchase","revenue","salary"]},{title:"fa-solid fa-money-bill-1",searchTerms:["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},{title:"far fa-money-bill-1",searchTerms:["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},{title:"fa-solid fa-money-bill-1-wave",searchTerms:["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},{title:"fa-solid fa-money-bill-transfer",searchTerms:["bank","conversion","deposit","investment","money","salary","transfer","withdrawal"]},{title:"fa-solid fa-money-bill-trend-up",searchTerms:["bank","bonds","inflation","investment","market","revenue","salary","stocks","trade"]},{title:"fa-solid fa-money-bill-wave",searchTerms:["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},{title:"fa-solid fa-money-bill-wheat",searchTerms:["agribusiness","agriculture","farming","food","investment","livelihood","subsidy"]},{title:"fa-solid fa-money-bills",searchTerms:["atm","cash","investment","money","moolah","premium","revenue","salary"]},{title:"fa-solid fa-money-check",searchTerms:["bank check","buy","checkout","cheque","money","payment","price","purchase","salary"]},{title:"fa-solid fa-money-check-dollar",searchTerms:["bank check","buy","checkout","cheque","money","payment","price","purchase","salary"]},{title:"fa-solid fa-monument",searchTerms:["building","historic","landmark","memorable"]},{title:"fa-solid fa-moon",searchTerms:["Power Sleep Symbol","contrast","crescent","crescent moon","dark","lunar","moon","night"]},{title:"far fa-moon",searchTerms:["Power Sleep Symbol","contrast","crescent","crescent moon","dark","lunar","moon","night"]},{title:"fa-solid fa-mortar-pestle",searchTerms:["crush","culinary","grind","medical","mix","pharmacy","prescription","spices"]},{title:"fa-solid fa-mosque",searchTerms:["Muslim","building","islam","landmark","mosque","muslim","religion"]},{title:"fa-solid fa-mosquito",searchTerms:["bite","bug","mosquito","west nile"]},{title:"fa-solid fa-mosquito-net",searchTerms:["bite","malaria","mosquito","net"]},{title:"fa-solid fa-motorcycle",searchTerms:["bike","machine","motorcycle","racing","transportation","vehicle"]},{title:"fa-solid fa-mound",searchTerms:["barrier","hill","pitcher","speedbump"]},{title:"fa-solid fa-mountain",searchTerms:["cold","glacier","hiking","hill","landscape","mountain","snow","snow-capped mountain","travel","view"]},{title:"fa-solid fa-mountain-city",searchTerms:["location","rural","urban"]},{title:"fa-solid fa-mountain-sun",searchTerms:["country","hiking","landscape","rural","travel","view"]},{title:"fa-solid fa-mug-hot",searchTerms:["beverage","caliente","cocoa","coffee","cup","drink","holiday","hot","hot beverage","hot chocolate","steam","steaming","tea","warmth"]},{title:"fa-solid fa-mug-saucer",searchTerms:["beverage","breakfast","cafe","drink","fall","morning","mug","seasonal","tea"]},{title:"fa-solid fa-music",searchTerms:["lyrics","melody","music","musical note","note","sing","sound"]},{title:"fa-solid fa-n",searchTerms:["Latin Capital Letter N","Latin Small Letter N","letter","nay","no"]},{title:"fa-solid fa-naira-sign",searchTerms:["Naira Sign","currency"]},{title:"fa-brands fa-napster",searchTerms:[]},{title:"fa-brands fa-neos",searchTerms:[]},{title:"fa-solid fa-network-wired",searchTerms:["computer","connect","ethernet","internet","intranet"]},{title:"fa-solid fa-neuter",searchTerms:["Neuter","gender"]},{title:"fa-solid fa-newspaper",searchTerms:["article","editorial","headline","journal","journalism","news","newsletter","newspaper","paper","press"]},{title:"far fa-newspaper",searchTerms:["article","editorial","headline","journal","journalism","news","newsletter","newspaper","paper","press"]},{title:"fa-brands fa-nfc-directional",searchTerms:["connect","data","near field communication","nfc","scan","signal","transfer","wireless"]},{title:"fa-brands fa-nfc-symbol",searchTerms:["connect","data","near field communication","nfc","scan","signal","transfer","wireless"]},{title:"fa-brands fa-nimblr",searchTerms:[]},{title:"fa-brands fa-node",searchTerms:[]},{title:"fa-brands fa-node-js",searchTerms:[]},{title:"fa-solid fa-not-equal",searchTerms:["arithmetic","compare","math"]},{title:"fa-solid fa-notdef",searchTerms:["404","close","missing","not found"]},{title:"fa-solid fa-note-sticky",searchTerms:["message","note","paper","reminder","sticker"]},{title:"far fa-note-sticky",searchTerms:["message","note","paper","reminder","sticker"]},{title:"fa-solid fa-notes-medical",searchTerms:["clipboard","doctor","ehr","health","history","records"]},{title:"fa-brands fa-npm",searchTerms:[]},{title:"fa-brands fa-ns8",searchTerms:[]},{title:"fa-brands fa-nutritionix",searchTerms:[]},{title:"fa-solid fa-o",searchTerms:["Latin Capital Letter O","Latin Small Letter O","letter"]},{title:"fa-solid fa-object-group",searchTerms:["combine","copy","design","merge","select"]},{title:"far fa-object-group",searchTerms:["combine","copy","design","merge","select"]},{title:"fa-solid fa-object-ungroup",searchTerms:["copy","design","merge","select","separate"]},{title:"far fa-object-ungroup",searchTerms:["copy","design","merge","select","separate"]},{title:"fa-brands fa-octopus-deploy",searchTerms:[]},{title:"fa-brands fa-odnoklassniki",searchTerms:[]},{title:"fa-brands fa-odysee",searchTerms:[]},{title:"fa-solid fa-oil-can",searchTerms:["auto","crude","gasoline","grease","lubricate","petroleum"]},{title:"fa-solid fa-oil-well",searchTerms:["drill","oil","rig"]},{title:"fa-brands fa-old-republic",searchTerms:["politics","star wars"]},{title:"fa-solid fa-om",searchTerms:["Hindu","buddhism","hinduism","jainism","mantra","om","religion"]},{title:"fa-brands fa-opencart",searchTerms:[]},{title:"fa-brands fa-openid",searchTerms:[]},{title:"fa-brands fa-opensuse",searchTerms:[]},{title:"fa-brands fa-opera",searchTerms:[]},{title:"fa-brands fa-optin-monster",searchTerms:[]},{title:"fa-brands fa-orcid",searchTerms:[]},{title:"fa-brands fa-osi",searchTerms:[]},{title:"fa-solid fa-otter",searchTerms:["animal","badger","fauna","fishing","fur","mammal","marten","otter","playful"]},{title:"fa-solid fa-outdent",searchTerms:["align","justify","paragraph","tab"]},{title:"fa-solid fa-p",searchTerms:["Latin Capital Letter P","Latin Small Letter P","letter"]},{title:"fa-brands fa-padlet",searchTerms:[]},{title:"fa-brands fa-page4",searchTerms:[]},{title:"fa-brands fa-pagelines",searchTerms:["eco","flora","leaf","leaves","nature","plant","tree"]},{title:"fa-solid fa-pager",searchTerms:["beeper","cell phone","communication","page","pager"]},{title:"fa-solid fa-paint-roller",searchTerms:["acrylic","art","brush","color","fill","maintenance","paint","pigment","watercolor"]},{title:"fa-solid fa-paintbrush",searchTerms:["acrylic","art","brush","color","fill","modify","paint","paintbrush","painting","pigment","watercolor"]},{title:"fa-solid fa-palette",searchTerms:["acrylic","art","artist palette","brush","color","fill","museum","paint","painting","palette","pigment","watercolor"]},{title:"fa-brands fa-palfed",searchTerms:[]},{title:"fa-solid fa-pallet",searchTerms:["archive","box","inventory","shipping","warehouse"]},{title:"fa-solid fa-panorama",searchTerms:["image","img","landscape","photo","wide"]},{title:"fa-solid fa-paper-plane",searchTerms:["air","float","fold","mail","paper","send"]},{title:"far fa-paper-plane",searchTerms:["air","float","fold","mail","paper","send"]},{title:"fa-solid fa-paperclip",searchTerms:["attach","attachment","connect","link","papercli","paperclip"]},{title:"fa-solid fa-parachute-box",searchTerms:["aid","assistance","goods","relief","rescue","supplies"]},{title:"fa-solid fa-paragraph",searchTerms:["Pilcrow Sign","edit","format","text","writing"]},{title:"fa-solid fa-passport",searchTerms:["document","id","identification","issued","travel"]},{title:"fa-solid fa-paste",searchTerms:["clipboard","copy","document","paper"]},{title:"far fa-paste",searchTerms:["clipboard","copy","document","paper"]},{title:"fa-brands fa-patreon",searchTerms:[]},{title:"fa-solid fa-pause",searchTerms:["bar","double","hold","pause","pause button","vertical","wait"]},{title:"fa-solid fa-paw",searchTerms:["animal","cat","dog","pet","print"]},{title:"fa-brands fa-paypal",searchTerms:[]},{title:"fa-solid fa-peace",searchTerms:["peace","peace symbol","serenity","tranquility","truce","war"]},{title:"fa-solid fa-pen",searchTerms:["ballpoint","design","edit","modify","pen","update","write"]},{title:"fa-solid fa-pen-clip",searchTerms:["design","edit","modify","update","write"]},{title:"fa-solid fa-pen-fancy",searchTerms:["black nib","design","edit","fountain","fountain pen","modify","nib","pen","update","write"]},{title:"fa-solid fa-pen-nib",searchTerms:["design","edit","fountain pen","modify","update","write"]},{title:"fa-solid fa-pen-ruler",searchTerms:["design","draft","draw","maintenance","modify","pencil"]},{title:"fa-solid fa-pen-to-square",searchTerms:["edit","modify","pen","pencil","update","write"]},{title:"far fa-pen-to-square",searchTerms:["edit","modify","pen","pencil","update","write"]},{title:"fa-solid fa-pencil",searchTerms:["Lower Left Pencil","design","draw","edit","lead","maintenance","modify","pencil","update","write"]},{title:"fa-solid fa-people-arrows",searchTerms:[" conversation"," discussion"," talking","distance","insert","isolation","separate","social distancing","talk","together","uer","users-people"]},{title:"fa-solid fa-people-carry-box",searchTerms:["together","uer","users-people"]},{title:"fa-solid fa-people-group",searchTerms:["crowd","family","group","team","together","uer"]},{title:"fa-solid fa-people-line",searchTerms:["crowd","group","need","together","uer"]},{title:"fa-solid fa-people-pulling",searchTerms:["forced return","together","uer","yanking"]},{title:"fa-solid fa-people-robbery",searchTerms:["criminal","hands up","looting","robbery","steal","uer"]},{title:"fa-solid fa-people-roof",searchTerms:["crowd","family","group","manage","people","safe","shelter","together","uer"]},{title:"fa-solid fa-pepper-hot",searchTerms:["buffalo wings","capsicum","chili","chilli","habanero","hot","hot pepper","jalapeno","mexican","pepper","spicy","tabasco","vegetable"]},{title:"fa-brands fa-perbyte",searchTerms:[]},{title:"fa-solid fa-percent",searchTerms:["Percent Sign","discount","fraction","proportion","rate","ratio"]},{title:"fa-brands fa-periscope",searchTerms:[]},{title:"fa-solid fa-person",searchTerms:["default","man","person standing","stand","standing","uer","woman"]},{title:"fa-solid fa-person-arrow-down-to-line",searchTerms:["ground","indigenous","insert","native","uer"]},{title:"fa-solid fa-person-arrow-up-from-line",searchTerms:["population","rise","uer","upgrade"]},{title:"fa-solid fa-person-biking",searchTerms:["bicycle","bike","biking","cyclist","pedal","person biking","summer","uer","wheel"]},{title:"fa-solid fa-person-booth",searchTerms:["changing room","curtain","uer","vote","voting"]},{title:"fa-solid fa-person-breastfeeding",searchTerms:["baby","child","infant","mother","nutrition","parent","sustenance","uer"]},{title:"fa-solid fa-person-burst",searchTerms:["abuse","accident","crash","explode","uer","violence"]},{title:"fa-solid fa-person-cane",searchTerms:["aging","cane","elderly","old","staff","uer"]},{title:"fa-solid fa-person-chalkboard",searchTerms:["blackboard","instructor","keynote","lesson","presentation","teacher","uer"]},{title:"fa-solid fa-person-circle-check",searchTerms:["approved","enable","not affected","ok","okay","uer","validate","working"]},{title:"fa-solid fa-person-circle-exclamation",searchTerms:["affected","alert","failed","lost","missing","uer"]},{title:"fa-solid fa-person-circle-minus",searchTerms:["delete","remove","uer"]},{title:"fa-solid fa-person-circle-plus",searchTerms:["add","follow","found","uer"]},{title:"fa-solid fa-person-circle-question",searchTerms:["faq","lost","missing","request","uer"]},{title:"fa-solid fa-person-circle-xmark",searchTerms:["dead","removed","uer","uncheck"]},{title:"fa-solid fa-person-digging",searchTerms:["bury","construction","debris","dig","maintenance","men at work","uer"]},{title:"fa-solid fa-person-dots-from-line",searchTerms:["allergy","diagnosis","uer"]},{title:"fa-solid fa-person-dress",searchTerms:["man","skirt","uer","woman"]},{title:"fa-solid fa-person-dress-burst",searchTerms:["abuse","accident","crash","explode","uer","violence"]},{title:"fa-solid fa-person-drowning",searchTerms:["drown","emergency","swim","uer"]},{title:"fa-solid fa-person-falling",searchTerms:["accident","fall","trip","uer"]},{title:"fa-solid fa-person-falling-burst",searchTerms:["accident","crash","death","fall","homicide","murder","uer"]},{title:"fa-solid fa-person-half-dress",searchTerms:["gender","man","restroom","transgender","uer","woman"]},{title:"fa-solid fa-person-harassing",searchTerms:["abuse","scream","shame","shout","uer","yell"]},{title:"fa-solid fa-person-hiking",searchTerms:["autumn","fall","follow","hike","mountain","outdoors","summer","uer","walk"]},{title:"fa-solid fa-person-military-pointing",searchTerms:["army","customs","guard","uer"]},{title:"fa-solid fa-person-military-rifle",searchTerms:["armed forces","army","military","rifle","uer","war"]},{title:"fa-solid fa-person-military-to-person",searchTerms:["civilian","coordination","military","uer"]},{title:"fa-solid fa-person-praying",searchTerms:["kneel","place of worship","religion","thank","uer","worship"]},{title:"fa-solid fa-person-pregnant",searchTerms:["baby","birth","child","parent","pregnant","pregnant woman","uer","woman"]},{title:"fa-solid fa-person-rays",searchTerms:["affected","focus","shine","uer"]},{title:"fa-solid fa-person-rifle",searchTerms:["army","combatant","gun","military","rifle","uer","war"]},{title:"fa-solid fa-person-running",searchTerms:["exit","flee","follow","marathon","person running","race","running","uer","workout"]},{title:"fa-solid fa-person-shelter",searchTerms:["house","inside","roof","safe","safety","shelter","uer"]},{title:"fa-solid fa-person-skating",searchTerms:["figure skating","ice","olympics","rink","skate","uer","winter"]},{title:"fa-solid fa-person-skiing",searchTerms:["downhill","olympics","ski","skier","snow","uer","winter"]},{title:"fa-solid fa-person-skiing-nordic",searchTerms:["cross country","olympics","uer","winter"]},{title:"fa-solid fa-person-snowboarding",searchTerms:["olympics","ski","snow","snowboard","snowboarder","uer","winter"]},{title:"fa-solid fa-person-swimming",searchTerms:["ocean","person swimming","pool","sea","swim","uer","water"]},{title:"fa-solid fa-person-through-window",searchTerms:["door","exit","forced entry","leave","robbery","steal","uer","window"]},{title:"fa-solid fa-person-walking",searchTerms:["crosswalk","exercise","follow","hike","move","person walking","uer","walk","walking","workout"]},{title:"fa-solid fa-person-walking-arrow-loop-left",searchTerms:["follow","population return","return","uer"]},{title:"fa-solid fa-person-walking-arrow-right",searchTerms:["exit","follow","internally displaced","leave","refugee","uer"]},{title:"fa-solid fa-person-walking-dashed-line-arrow-right",searchTerms:["exit","follow","refugee","uer"]},{title:"fa-solid fa-person-walking-luggage",searchTerms:["bag","baggage","briefcase","carry-on","deployment","follow","rolling","uer"]},{title:"fa-solid fa-person-walking-with-cane",searchTerms:["blind","cane","follow","uer"]},{title:"fa-solid fa-peseta-sign",searchTerms:["Peseta Sign","currency"]},{title:"fa-solid fa-peso-sign",searchTerms:["Peso Sign","currency"]},{title:"fa-brands fa-phabricator",searchTerms:[]},{title:"fa-brands fa-phoenix-framework",searchTerms:[]},{title:"fa-brands fa-phoenix-squadron",searchTerms:[]},{title:"fa-solid fa-phone",searchTerms:["Left Hand Telephone Receiver","call","earphone","number","phone","receiver","support","talking","telephone","telephone receiver","voice"]},{title:"fa-solid fa-phone-flip",searchTerms:["Right Hand Telephone Receiver","call","earphone","number","support","telephone","voice"]},{title:"fa-solid fa-phone-slash",searchTerms:["call","cancel","disabled","disconnect","earphone","mute","number","support","telephone","voice"]},{title:"fa-solid fa-phone-volume",searchTerms:["call","earphone","number","ring","ringing","sound","support","talking","telephone","voice","volume-control-phone"]},{title:"fa-solid fa-photo-film",searchTerms:["av","film","image","library","media"]},{title:"fa-brands fa-php",searchTerms:[]},{title:"fa-brands fa-pied-piper",searchTerms:[]},{title:"fa-brands fa-pied-piper-alt",searchTerms:[]},{title:"fa-brands fa-pied-piper-hat",searchTerms:["clothing"]},{title:"fa-brands fa-pied-piper-pp",searchTerms:[]},{title:"fa-solid fa-piggy-bank",searchTerms:["bank","salary","save","savings"]},{title:"fa-solid fa-pills",searchTerms:["drugs","medicine","prescription","tablets"]},{title:"fa-brands fa-pinterest",searchTerms:[]},{title:"fa-brands fa-pinterest-p",searchTerms:[]},{title:"fa-brands fa-pix",searchTerms:[]},{title:"fa-brands fa-pixiv",searchTerms:[]},{title:"fa-solid fa-pizza-slice",searchTerms:["cheese","chicago","italian","mozzarella","new york","pepperoni","pie","slice","teenage mutant ninja turtles","tomato"]},{title:"fa-solid fa-place-of-worship",searchTerms:["building","church","holy","mosque","synagogue"]},{title:"fa-solid fa-plane",searchTerms:["airplane","airport","destination","fly","location","mode","travel","trip"]},{title:"fa-solid fa-plane-arrival",searchTerms:["aeroplane","airplane","airplane arrival","airport","arrivals","arriving","destination","fly","land","landing","location","mode","travel","trip"]},{title:"fa-solid fa-plane-circle-check",searchTerms:["airplane","airport","enable","flight","fly","not affected","ok","okay","travel","validate","working"]},{title:"fa-solid fa-plane-circle-exclamation",searchTerms:["affected","airplane","airport","failed","flight","fly","travel"]},{title:"fa-solid fa-plane-circle-xmark",searchTerms:["airplane","airport","destroy","flight","fly","travel","uncheck"]},{title:"fa-solid fa-plane-departure",searchTerms:["aeroplane","airplane","airplane departure","airport","check-in","departing","departure","departures","destination","fly","location","mode","take off","taking off","travel","trip"]},{title:"fa-solid fa-plane-lock",searchTerms:["airplane","airport","closed","flight","fly","lockdown","padlock","privacy","quarantine","travel"]},{title:"fa-solid fa-plane-slash",searchTerms:["airplane mode","airport","canceled","covid-19","delayed","disabled","grounded","travel"]},{title:"fa-solid fa-plane-up",searchTerms:["airplane","airport","internet","signal","sky","wifi","wireless"]},{title:"fa-solid fa-plant-wilt",searchTerms:["drought","planting","vegetation","wilt"]},{title:"fa-solid fa-plate-wheat",searchTerms:["bowl","hunger","rations","wheat"]},{title:"fa-solid fa-play",searchTerms:["arrow","audio","music","play","play button","playing","right","sound","start","triangle","video"]},{title:"fa-brands fa-playstation",searchTerms:[]},{title:"fa-solid fa-plug",searchTerms:["connect","electric","electric plug","electricity","online","plug","power"]},{title:"fa-solid fa-plug-circle-bolt",searchTerms:["electric","electricity","plug","power"]},{title:"fa-solid fa-plug-circle-check",searchTerms:["electric","electricity","enable","not affected","ok","okay","plug","power","validate","working"]},{title:"fa-solid fa-plug-circle-exclamation",searchTerms:["affected","electric","electricity","failed","plug","power"]},{title:"fa-solid fa-plug-circle-minus",searchTerms:["disconnect","electric","electricity","plug","power"]},{title:"fa-solid fa-plug-circle-plus",searchTerms:["electric","electricity","plug","power"]},{title:"fa-solid fa-plug-circle-xmark",searchTerms:["destroy","disconnect","electric","electricity","outage","plug","power","uncheck"]},{title:"fa-solid fa-plus",searchTerms:["+","Plus Sign","add","create","expand","follow","math","modify","new","plus","positive","shape","sign"]},{title:"fa-solid fa-plus-minus",searchTerms:["Plus-Minus Sign","add","math","subtract"]},{title:"fa-solid fa-podcast",searchTerms:["audio","broadcast","music","sound"]},{title:"fa-solid fa-poo",searchTerms:["crap","dung","face","monster","pile of poo","poo","poop","shit","smile","turd","uer"]},{title:"fa-solid fa-poo-storm",searchTerms:["bolt","cloud","euphemism","lightning","mess","poop","shit","turd"]},{title:"fa-solid fa-poop",searchTerms:["crap","poop","shit","smile","turd"]},{title:"fa-solid fa-power-off",searchTerms:["Power Symbol","cancel","computer","on","reboot","restart"]},{title:"fa-solid fa-prescription",searchTerms:["drugs","medical","medicine","pharmacy","rx"]},{title:"fa-solid fa-prescription-bottle",searchTerms:["drugs","medical","medicine","pharmacy","rx"]},{title:"fa-solid fa-prescription-bottle-medical",searchTerms:["drugs","medical","medicine","pharmacy","rx"]},{title:"fa-solid fa-print",searchTerms:["Print Screen Symbol","Printer Icon","business","computer","copy","document","office","paper","printer"]},{title:"fa-brands fa-product-hunt",searchTerms:[]},{title:"fa-solid fa-pump-medical",searchTerms:["anti-bacterial","clean","covid-19","disinfect","hygiene","medical grade","sanitizer","soap"]},{title:"fa-solid fa-pump-soap",searchTerms:["anti-bacterial","clean","covid-19","disinfect","hygiene","sanitizer","soap"]},{title:"fa-brands fa-pushed",searchTerms:[]},{title:"fa-solid fa-puzzle-piece",searchTerms:["add-on","addon","clue","game","interlocking","jigsaw","piece","puzzle","puzzle piece","section"]},{title:"fa-brands fa-python",searchTerms:[]},{title:"fa-solid fa-q",searchTerms:["Latin Capital Letter Q","Latin Small Letter Q","letter"]},{title:"fa-brands fa-qq",searchTerms:[]},{title:"fa-solid fa-qrcode",searchTerms:["barcode","info","information","scan"]},{title:"fa-solid fa-question",searchTerms:["?","Question Mark","faq","help","information","mark","outlined","punctuation","question","red question mark","request","support","unknown","white question mark"]},{title:"fa-brands fa-quinscape",searchTerms:[]},{title:"fa-brands fa-quora",searchTerms:[]},{title:"fa-solid fa-quote-left",searchTerms:["Left Double Quotation Mark","mention","note","phrase","text","type"]},{title:"fa-solid fa-quote-right",searchTerms:["Right Double Quotation Mark","mention","note","phrase","text","type"]},{title:"fa-solid fa-r",searchTerms:["Latin Capital Letter R","Latin Small Letter R","letter"]},{title:"fa-brands fa-r-project",searchTerms:[]},{title:"fa-solid fa-radiation",searchTerms:["danger","dangerous","deadly","hazard","nuclear","radioactive","warning"]},{title:"fa-solid fa-radio",searchTerms:["am","broadcast","fm","frequency","music","news","radio","receiver","transmitter","tuner","video"]},{title:"fa-solid fa-rainbow",searchTerms:["gold","leprechaun","prism","rain","rainbow","sky"]},{title:"fa-solid fa-ranking-star",searchTerms:["chart","first place","podium","quality","rank","revenue","win"]},{title:"fa-brands fa-raspberry-pi",searchTerms:[]},{title:"fa-brands fa-ravelry",searchTerms:[]},{title:"fa-brands fa-react",searchTerms:[]},{title:"fa-brands fa-reacteurope",searchTerms:[]},{title:"fa-brands fa-readme",searchTerms:[]},{title:"fa-brands fa-rebel",searchTerms:[]},{title:"fa-solid fa-receipt",searchTerms:["accounting","bookkeeping","check","coupon","evidence","invoice","money","pay","proof","receipt","table"]},{title:"fa-solid fa-record-vinyl",searchTerms:["LP","album","analog","music","phonograph","sound"]},{title:"fa-solid fa-rectangle-ad",searchTerms:["advertisement","media","newspaper","promotion","publicity"]},{title:"fa-solid fa-rectangle-list",searchTerms:["cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},{title:"far fa-rectangle-list",searchTerms:["cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},{title:"fa-solid fa-rectangle-xmark",searchTerms:["browser","cancel","computer","development","uncheck"]},{title:"far fa-rectangle-xmark",searchTerms:["browser","cancel","computer","development","uncheck"]},{title:"fa-solid fa-recycle",searchTerms:["Recycling Symbol For Generic Materials","Universal Recycling Symbol","Waste","compost","garbage","recycle","recycling symbol","reuse","trash"]},{title:"fa-brands fa-red-river",searchTerms:[]},{title:"fa-brands fa-reddit",searchTerms:[]},{title:"fa-brands fa-reddit-alien",searchTerms:[]},{title:"fa-brands fa-redhat",searchTerms:["linux","operating system","os"]},{title:"fa-solid fa-registered",searchTerms:["copyright","mark","r","registered","trademark"]},{title:"far fa-registered",searchTerms:["copyright","mark","r","registered","trademark"]},{title:"fa-brands fa-renren",searchTerms:[]},{title:"fa-solid fa-repeat",searchTerms:["arrow","clockwise","flip","reload","renew","repeat","repeat button","retry","rewind","switch"]},{title:"fa-solid fa-reply",searchTerms:["mail","message","respond"]},{title:"fa-solid fa-reply-all",searchTerms:["mail","message","respond"]},{title:"fa-brands fa-replyd",searchTerms:[]},{title:"fa-solid fa-republican",searchTerms:["american","conservative","election","elephant","politics","republican party","right","right-wing","usa"]},{title:"fa-brands fa-researchgate",searchTerms:[]},{title:"fa-brands fa-resolving",searchTerms:[]},{title:"fa-solid fa-restroom",searchTerms:["bathroom","toilet","uer","water closet","wc"]},{title:"fa-solid fa-retweet",searchTerms:["refresh","reload","renew","retry","share","swap"]},{title:"fa-brands fa-rev",searchTerms:[]},{title:"fa-solid fa-ribbon",searchTerms:["badge","cause","celebration","lapel","pin","reminder","reminder ribbon","ribbon"]},{title:"fa-solid fa-right-from-bracket",searchTerms:["arrow","exit","leave","log out","logout","sign-out"]},{title:"fa-solid fa-right-left",searchTerms:["arrow","arrows","exchange","reciprocate","return","swap","transfer"]},{title:"fa-solid fa-right-long",searchTerms:["forward","long-arrow-right","next"]},{title:"fa-solid fa-right-to-bracket",searchTerms:["arrow","enter","join","log in","login","sign in","sign up","sign-in","signin","signup"]},{title:"fa-solid fa-ring",searchTerms:["Dungeons & Dragons","Gollum","band","binding","d&d","dnd","engagement","fantasy","gold","jewelry","marriage","precious","premium"]},{title:"fa-solid fa-road",searchTerms:["highway","map","motorway","pavement","road","route","street","travel"]},{title:"fa-solid fa-road-barrier",searchTerms:["block","border","no entry","roadblock"]},{title:"fa-solid fa-road-bridge",searchTerms:["bridge","infrastructure","road","travel"]},{title:"fa-solid fa-road-circle-check",searchTerms:["enable","freeway","highway","not affected","ok","okay","pavement","road","validate","working"]},{title:"fa-solid fa-road-circle-exclamation",searchTerms:["affected","failed","freeway","highway","pavement","road"]},{title:"fa-solid fa-road-circle-xmark",searchTerms:["destroy","freeway","highway","pavement","road","uncheck"]},{title:"fa-solid fa-road-lock",searchTerms:["closed","freeway","highway","lockdown","padlock","pavement","privacy","quarantine","road"]},{title:"fa-solid fa-road-spikes",searchTerms:["barrier","roadblock","spikes"]},{title:"fa-solid fa-robot",searchTerms:["android","automate","computer","cyborg","face","monster","robot"]},{title:"fa-solid fa-rocket",searchTerms:["aircraft","app","jet","launch","nasa","space"]},{title:"fa-brands fa-rocketchat",searchTerms:[]},{title:"fa-brands fa-rockrms",searchTerms:[]},{title:"fa-solid fa-rotate",searchTerms:["arrow","clockwise","exchange","modify","refresh","reload","renew","retry","rotate","swap","withershins"]},{title:"fa-solid fa-rotate-left",searchTerms:["back","control z","exchange","oops","return","swap"]},{title:"fa-solid fa-rotate-right",searchTerms:["forward","refresh","reload","renew","repeat","retry"]},{title:"fa-solid fa-route",searchTerms:["directions","navigation","travel"]},{title:"fa-solid fa-rss",searchTerms:["blog","feed","journal","news","writing"]},{title:"fa-solid fa-ruble-sign",searchTerms:["Ruble Sign","currency"]},{title:"fa-solid fa-rug",searchTerms:["blanket","carpet","rug","textile"]},{title:"fa-solid fa-ruler",searchTerms:["design","draft","length","measure","planning","ruler","straight edge","straight ruler"]},{title:"fa-solid fa-ruler-combined",searchTerms:["design","draft","length","measure","planning"]},{title:"fa-solid fa-ruler-horizontal",searchTerms:["design","draft","length","measure","planning"]},{title:"fa-solid fa-ruler-vertical",searchTerms:["design","draft","length","measure","planning"]},{title:"fa-solid fa-rupee-sign",searchTerms:["Rupee Sign","currency"]},{title:"fa-solid fa-rupiah-sign",searchTerms:["currency"]},{title:"fa-brands fa-rust",searchTerms:[]},{title:"fa-solid fa-s",searchTerms:["Latin Capital Letter S","Latin Small Letter S","letter"]},{title:"fa-solid fa-sack-dollar",searchTerms:["bag","burlap","cash","dollar","investment","money","money bag","moneybag","premium","robber","salary","santa","usd"]},{title:"fa-solid fa-sack-xmark",searchTerms:["bag","burlap","coupon","rations","salary","uncheck"]},{title:"fa-brands fa-safari",searchTerms:["browser"]},{title:"fa-solid fa-sailboat",searchTerms:["dinghy","mast","sailboat","sailing","yacht"]},{title:"fa-brands fa-salesforce",searchTerms:[]},{title:"fa-brands fa-sass",searchTerms:[]},{title:"fa-solid fa-satellite",searchTerms:["communications","hardware","orbit","satellite","space"]},{title:"fa-solid fa-satellite-dish",searchTerms:["SETI","antenna","communications","dish","hardware","radar","receiver","satellite","satellite antenna","saucer","signal","space"]},{title:"fa-solid fa-scale-balanced",searchTerms:["Libra","balance","balance scale","balanced","justice","law","legal","measure","rule","scale","weight","zodiac"]},{title:"fa-solid fa-scale-unbalanced",searchTerms:["justice","legal","measure","unbalanced","weight"]},{title:"fa-solid fa-scale-unbalanced-flip",searchTerms:["justice","legal","measure","unbalanced","weight"]},{title:"fa-brands fa-schlix",searchTerms:[]},{title:"fa-solid fa-school",searchTerms:["building","education","learn","school","student","teacher"]},{title:"fa-solid fa-school-circle-check",searchTerms:["enable","not affected","ok","okay","schoolhouse","validate","working"]},{title:"fa-solid fa-school-circle-exclamation",searchTerms:["affected","failed","schoolhouse"]},{title:"fa-solid fa-school-circle-xmark",searchTerms:["destroy","schoolhouse","uncheck"]},{title:"fa-solid fa-school-flag",searchTerms:["educate","flag","school","schoolhouse"]},{title:"fa-solid fa-school-lock",searchTerms:["closed","lockdown","padlock","privacy","quarantine","schoolhouse"]},{title:"fa-solid fa-scissors",searchTerms:["Black Safety Scissors","White Scissors","clip","cutting","equipment","modify","scissors","snip","tool"]},{title:"fa-brands fa-screenpal",searchTerms:[]},{title:"fa-solid fa-screwdriver",searchTerms:["admin","configuration","equipment","fix","maintenance","mechanic","modify","repair","screw","screwdriver","settings","tool"]},{title:"fa-solid fa-screwdriver-wrench",searchTerms:["admin","configuration","equipment","fix","maintenance","modify","repair","screwdriver","settings","tools","wrench"]},{title:"fa-brands fa-scribd",searchTerms:[]},{title:"fa-solid fa-scroll",searchTerms:["Dungeons & Dragons","announcement","d&d","dnd","fantasy","paper","scholar","script","scroll"]},{title:"fa-solid fa-scroll-torah",searchTerms:["book","jewish","judaism","religion","scroll"]},{title:"fa-solid fa-sd-card",searchTerms:["image","img","memory","photo","save"]},{title:"fa-brands fa-searchengin",searchTerms:[]},{title:"fa-solid fa-section",searchTerms:["Section Sign","law","legal","silcrow"]},{title:"fa-solid fa-seedling",searchTerms:["environment","flora","grow","investment","plant","sapling","seedling","vegan","young"]},{title:"fa-brands fa-sellcast",searchTerms:["eercast"]},{title:"fa-brands fa-sellsy",searchTerms:[]},{title:"fa-solid fa-server",searchTerms:["computer","cpu","database","hardware","mysql","network","sql"]},{title:"fa-brands fa-servicestack",searchTerms:[]},{title:"fa-solid fa-shapes",searchTerms:["blocks","build","circle","square","triangle"]},{title:"fa-solid fa-share",searchTerms:["forward","save","send","social"]},{title:"fa-solid fa-share-from-square",searchTerms:["forward","save","send","social"]},{title:"far fa-share-from-square",searchTerms:["forward","save","send","social"]},{title:"fa-solid fa-share-nodes",searchTerms:["forward","save","send","social"]},{title:"fa-solid fa-sheet-plastic",searchTerms:["plastic","plastic wrap","protect","tarp","tarpaulin","waterproof"]},{title:"fa-solid fa-shekel-sign",searchTerms:["New Sheqel Sign","currency","ils","money"]},{title:"fa-solid fa-shield",searchTerms:["achievement","armor","award","block","cleric","defend","defense","holy","paladin","protect","safety","security","shield","weapon","winner"]},{title:"fa-solid fa-shield-cat",searchTerms:["animal","feline","pet","protect","safety","veterinary"]},{title:"fa-solid fa-shield-dog",searchTerms:["animal","canine","pet","protect","safety","veterinary"]},{title:"fa-solid fa-shield-halved",searchTerms:["achievement","armor","award","block","cleric","defend","defense","holy","paladin","privacy","security","shield","weapon","winner"]},{title:"fa-solid fa-shield-heart",searchTerms:["love","protect","safe","safety","shield","wishlist"]},{title:"fa-solid fa-shield-virus",searchTerms:["antibodies","barrier","coronavirus","covid-19","flu","health","infection","pandemic","protect","safety","vaccine"]},{title:"fa-solid fa-ship",searchTerms:["boat","passenger","sea","ship","water"]},{title:"fa-solid fa-shirt",searchTerms:["clothing","fashion","garment","shirt","short sleeve","t-shirt","tshirt"]},{title:"fa-brands fa-shirtsinbulk",searchTerms:[]},{title:"fa-solid fa-shoe-prints",searchTerms:["feet","footprints","steps","walk"]},{title:"fa-brands fa-shoelace",searchTerms:[]},{title:"fa-solid fa-shop",searchTerms:["bodega","building","buy","market","purchase","shopping","store"]},{title:"fa-solid fa-shop-lock",searchTerms:["bodega","building","buy","closed","lock","lockdown","market","padlock","privacy","purchase","quarantine","shop","shopping","store"]},{title:"fa-solid fa-shop-slash",searchTerms:["building","buy","closed","covid-19","disabled","purchase","shopping"]},{title:"fa-brands fa-shopify",searchTerms:[]},{title:"fa-brands fa-shopware",searchTerms:[]},{title:"fa-solid fa-shower",searchTerms:["bath","clean","faucet","shower","water"]},{title:"fa-solid fa-shrimp",searchTerms:["allergy","crustacean","prawn","seafood","shellfish","shrimp","tail"]},{title:"fa-solid fa-shuffle",searchTerms:["arrow","arrows","crossed","shuffle","shuffle tracks button","sort","swap","switch","transfer"]},{title:"fa-solid fa-shuttle-space",searchTerms:["astronaut","machine","nasa","rocket","space","transportation"]},{title:"fa-solid fa-sign-hanging",searchTerms:["directions","real estate","signage","wayfinding"]},{title:"fa-solid fa-signal",searchTerms:["antenna","antenna bars","bar","bars","cell","graph","mobile","online","phone","reception","status"]},{title:"fa-brands fa-signal-messenger",searchTerms:[]},{title:"fa-solid fa-signature",searchTerms:["John Hancock","cursive","name","username","writing"]},{title:"fa-solid fa-signs-post",searchTerms:["directions","directory","map","signage","wayfinding"]},{title:"fa-solid fa-sim-card",searchTerms:["hard drive","hardware","portable","storage","technology","tiny"]},{title:"fa-brands fa-simplybuilt",searchTerms:[]},{title:"fa-solid fa-sink",searchTerms:["bathroom","covid-19","faucet","kitchen","wash"]},{title:"fa-brands fa-sistrix",searchTerms:[]},{title:"fa-solid fa-sitemap",searchTerms:["directory","hierarchy","ia","information architecture","organization"]},{title:"fa-brands fa-sith",searchTerms:[]},{title:"fa-brands fa-sitrox",searchTerms:[]},{title:"fa-brands fa-sketch",searchTerms:["app","design","interface"]},{title:"fa-solid fa-skull",searchTerms:["bones","death","face","fairy tale","monster","skeleton","skull","uer","x-ray","yorick"]},{title:"fa-solid fa-skull-crossbones",searchTerms:["Black Skull and Crossbones","Dungeons & Dragons","alert","bones","crossbones","d&d","danger","dangerous area","dead","deadly","death","dnd","face","fantasy","halloween","holiday","jolly-roger","monster","pirate","poison","skeleton","skull","skull and crossbones","warning"]},{title:"fa-brands fa-skyatlas",searchTerms:[]},{title:"fa-brands fa-skype",searchTerms:[]},{title:"fa-brands fa-slack",searchTerms:["anchor","hash","hashtag"]},{title:"fa-solid fa-slash",searchTerms:["cancel","close","mute","off","stop","x"]},{title:"fa-solid fa-sleigh",searchTerms:["christmas","claus","fly","holiday","santa","sled","snow","xmas"]},{title:"fa-solid fa-sliders",searchTerms:["adjust","configuration","modify","settings","sliders","toggle"]},{title:"fa-brands fa-slideshare",searchTerms:[]},{title:"fa-solid fa-smog",searchTerms:["dragon","fog","haze","pollution","smoke","weather"]},{title:"fa-solid fa-smoking",searchTerms:["cancer","cigarette","nicotine","smoking","smoking status","tobacco"]},{title:"fa-brands fa-snapchat",searchTerms:[]},{title:"fa-solid fa-snowflake",searchTerms:["Heavy Chevron Snowflake","cold","precipitation","rain","snow","snowfall","snowflake","winter"]},{title:"far fa-snowflake",searchTerms:["Heavy Chevron Snowflake","cold","precipitation","rain","snow","snowfall","snowflake","winter"]},{title:"fa-solid fa-snowman",searchTerms:["cold","decoration","frost","frosty","holiday","snow","snowman","snowman without snow"]},{title:"fa-solid fa-snowplow",searchTerms:["clean up","cold","road","storm","winter"]},{title:"fa-solid fa-soap",searchTerms:["bar","bathing","bubbles","clean","cleaning","covid-19","hygiene","lather","soap","soapdish","wash"]},{title:"fa-solid fa-socks",searchTerms:["business socks","business time","clothing","feet","flight of the conchords","socks","stocking","wednesday"]},{title:"fa-solid fa-solar-panel",searchTerms:["clean","eco-friendly","energy","green","sun"]},{title:"fa-solid fa-sort",searchTerms:["filter","order"]},{title:"fa-solid fa-sort-down",searchTerms:["arrow","descending","filter","insert","order","sort-desc"]},{title:"fa-solid fa-sort-up",searchTerms:["arrow","ascending","filter","order","sort-asc","upgrade"]},{title:"fa-brands fa-soundcloud",searchTerms:[]},{title:"fa-brands fa-sourcetree",searchTerms:[]},{title:"fa-solid fa-spa",searchTerms:["flora","massage","mindfulness","plant","wellness"]},{title:"fa-brands fa-space-awesome",searchTerms:["adventure","rocket","ship","shuttle"]},{title:"fa-solid fa-spaghetti-monster-flying",searchTerms:["agnosticism","atheism","flying spaghetti monster","fsm"]},{title:"fa-brands fa-speakap",searchTerms:[]},{title:"fa-brands fa-speaker-deck",searchTerms:[]},{title:"fa-solid fa-spell-check",searchTerms:["dictionary","edit","editor","enable","grammar","text","validate","working"]},{title:"fa-solid fa-spider",searchTerms:["arachnid","bug","charlotte","crawl","eight","halloween","insect","spider"]},{title:"fa-solid fa-spinner",searchTerms:["circle","loading","pending","progress"]},{title:"fa-solid fa-splotch",searchTerms:["Ink","blob","blotch","glob","stain"]},{title:"fa-solid fa-spoon",searchTerms:["cutlery","dining","scoop","silverware","spoon","tableware"]},{title:"fa-brands fa-spotify",searchTerms:[]},{title:"fa-solid fa-spray-can",searchTerms:["Paint","aerosol","design","graffiti","tag"]},{title:"fa-solid fa-spray-can-sparkles",searchTerms:["car","clean","deodorize","fresh","pine","scent"]},{title:"fa-solid fa-square",searchTerms:["Black Square","black medium square","block","box","geometric","shape","square","white medium square"]},{title:"far fa-square",searchTerms:["Black Square","black medium square","block","box","geometric","shape","square","white medium square"]},{title:"fa-solid fa-square-arrow-up-right",searchTerms:["diagonal","new","open","send","share"]},{title:"fa-brands fa-square-behance",searchTerms:[]},{title:"fa-solid fa-square-caret-down",searchTerms:["arrow","caret-square-o-down","dropdown","expand","insert","menu","more","triangle"]},{title:"far fa-square-caret-down",searchTerms:["arrow","caret-square-o-down","dropdown","expand","insert","menu","more","triangle"]},{title:"fa-solid fa-square-caret-left",searchTerms:["arrow","back","caret-square-o-left","previous","triangle"]},{title:"far fa-square-caret-left",searchTerms:["arrow","back","caret-square-o-left","previous","triangle"]},{title:"fa-solid fa-square-caret-right",searchTerms:["arrow","caret-square-o-right","forward","next","triangle"]},{title:"far fa-square-caret-right",searchTerms:["arrow","caret-square-o-right","forward","next","triangle"]},{title:"fa-solid fa-square-caret-up",searchTerms:["arrow","caret-square-o-up","collapse","triangle","upgrade","upload"]},{title:"far fa-square-caret-up",searchTerms:["arrow","caret-square-o-up","collapse","triangle","upgrade","upload"]},{title:"fa-solid fa-square-check",searchTerms:["accept","agree","box","button","check","check box with check","check mark button","checkmark","confirm","correct","coupon","done","enable","mark","ok","select","success","tick","todo","validate","working","yes","✓"]},{title:"far fa-square-check",searchTerms:["accept","agree","box","button","check","check box with check","check mark button","checkmark","confirm","correct","coupon","done","enable","mark","ok","select","success","tick","todo","validate","working","yes","✓"]},{title:"fa-brands fa-square-dribbble",searchTerms:[]},{title:"fa-solid fa-square-envelope",searchTerms:["e-mail","email","letter","mail","message","notification","offer","support"]},{title:"fa-brands fa-square-facebook",searchTerms:["fabook","fb","social network"]},{title:"fa-brands fa-square-font-awesome",searchTerms:[]},{title:"fa-brands fa-square-font-awesome-stroke",searchTerms:[" flag"," font"," icons"," typeface","awesome"]},{title:"fa-solid fa-square-full",searchTerms:["black large square","block","blue","blue square","box","brown","brown square","geometric","green","green square","orange","orange square","purple","purple square","red","red square","shape","square","white large square","yellow","yellow square"]},{title:"far fa-square-full",searchTerms:["black large square","block","blue","blue square","box","brown","brown square","geometric","green","green square","orange","orange square","purple","purple square","red","red square","shape","square","white large square","yellow","yellow square"]},{title:"fa-brands fa-square-git",searchTerms:[]},{title:"fa-brands fa-square-github",searchTerms:["octocat"]},{title:"fa-brands fa-square-gitlab",searchTerms:[]},{title:"fa-brands fa-square-google-plus",searchTerms:["social network"]},{title:"fa-solid fa-square-h",searchTerms:["directions","emergency","hospital","hotel","letter","map"]},{title:"fa-brands fa-square-hacker-news",searchTerms:[]},{title:"fa-brands fa-square-instagram",searchTerms:[]},{title:"fa-brands fa-square-js",searchTerms:[]},{title:"fa-brands fa-square-lastfm",searchTerms:[]},{title:"fa-brands fa-square-letterboxd",searchTerms:[]},{title:"fa-solid fa-square-minus",searchTerms:["collapse","delete","hide","minify","negative","remove","shape","trash"]},{title:"far fa-square-minus",searchTerms:["collapse","delete","hide","minify","negative","remove","shape","trash"]},{title:"fa-solid fa-square-nfi",searchTerms:["non-food item","supplies"]},{title:"fa-brands fa-square-odnoklassniki",searchTerms:[]},{title:"fa-solid fa-square-parking",searchTerms:["auto","car","garage","meter","parking"]},{title:"fa-solid fa-square-pen",searchTerms:["edit","modify","pencil-square","update","write"]},{title:"fa-solid fa-square-person-confined",searchTerms:["captivity","confined","uer"]},{title:"fa-solid fa-square-phone",searchTerms:["call","earphone","number","support","telephone","voice"]},{title:"fa-solid fa-square-phone-flip",searchTerms:["call","earphone","number","support","telephone","voice"]},{title:"fa-brands fa-square-pied-piper",searchTerms:[]},{title:"fa-brands fa-square-pinterest",searchTerms:[]},{title:"fa-solid fa-square-plus",searchTerms:["add","create","expand","new","positive","shape"]},{title:"far fa-square-plus",searchTerms:["add","create","expand","new","positive","shape"]},{title:"fa-solid fa-square-poll-horizontal",searchTerms:["chart","graph","results","statistics","survey","trend","vote","voting"]},{title:"fa-solid fa-square-poll-vertical",searchTerms:["chart","graph","results","revenue","statistics","survey","trend","vote","voting"]},{title:"fa-brands fa-square-reddit",searchTerms:[]},{title:"fa-solid fa-square-root-variable",searchTerms:["arithmetic","calculus","division","math"]},{title:"fa-solid fa-square-rss",searchTerms:["blog","feed","journal","news","writing"]},{title:"fa-solid fa-square-share-nodes",searchTerms:["forward","save","send","social"]},{title:"fa-brands fa-square-snapchat",searchTerms:[]},{title:"fa-brands fa-square-steam",searchTerms:[]},{title:"fa-brands fa-square-threads",searchTerms:["social network"]},{title:"fa-brands fa-square-tumblr",searchTerms:[]},{title:"fa-brands fa-square-twitter",searchTerms:["social network","tweet"]},{title:"fa-solid fa-square-up-right",searchTerms:["arrow","diagonal","direction","external-link-square","intercardinal","new","northeast","open","share","up-right arrow"]},{title:"fa-brands fa-square-upwork",searchTerms:[]},{title:"fa-brands fa-square-viadeo",searchTerms:[]},{title:"fa-brands fa-square-vimeo",searchTerms:[]},{title:"fa-solid fa-square-virus",searchTerms:["coronavirus","covid-19","disease","flu","infection","pandemic"]},{title:"fa-brands fa-square-web-awesome",searchTerms:[" coding"," crown"," web"," awesome"," components"]},{title:"fa-brands fa-square-web-awesome-stroke",searchTerms:[" coding"," crown"," web"," awesome"," components"]},{title:"fa-brands fa-square-whatsapp",searchTerms:[]},{title:"fa-brands fa-square-x-twitter",searchTerms:[" elon"," x","twitter"]},{title:"fa-brands fa-square-xing",searchTerms:[]},{title:"fa-solid fa-square-xmark",searchTerms:["close","cross","cross mark button","incorrect","mark","notice","notification","notify","problem","square","uncheck","window","wrong","x","×"]},{title:"fa-brands fa-square-youtube",searchTerms:[]},{title:"fa-brands fa-squarespace",searchTerms:[]},{title:"fa-brands fa-stack-exchange",searchTerms:[]},{title:"fa-brands fa-stack-overflow",searchTerms:[]},{title:"fa-brands fa-stackpath",searchTerms:[]},{title:"fa-solid fa-staff-snake",searchTerms:["asclepius","asklepian","health","serpent","wellness"]},{title:"fa-solid fa-stairs",searchTerms:["exit","steps","up"]},{title:"fa-solid fa-stamp",searchTerms:["art","certificate","imprint","rubber","seal"]},{title:"fa-solid fa-stapler",searchTerms:["desktop","milton","office","paperclip","staple"]},{title:"fa-solid fa-star",searchTerms:["achievement","award","favorite","important","night","quality","rating","score","star","vip"]},{title:"far fa-star",searchTerms:["achievement","award","favorite","important","night","quality","rating","score","star","vip"]},{title:"fa-solid fa-star-and-crescent",searchTerms:["Muslim","islam","muslim","religion","star and crescent"]},{title:"fa-solid fa-star-half",searchTerms:["achievement","award","rating","score","star-half-empty","star-half-full"]},{title:"far fa-star-half",searchTerms:["achievement","award","rating","score","star-half-empty","star-half-full"]},{title:"fa-solid fa-star-half-stroke",searchTerms:["achievement","award","rating","score","star-half-empty","star-half-full"]},{title:"far fa-star-half-stroke",searchTerms:["achievement","award","rating","score","star-half-empty","star-half-full"]},{title:"fa-solid fa-star-of-david",searchTerms:["David","Jew","Jewish","jewish","judaism","religion","star","star of David"]},{title:"fa-solid fa-star-of-life",searchTerms:["doctor","emt","first aid","health","medical"]},{title:"fa-brands fa-staylinked",searchTerms:["linkin"]},{title:"fa-brands fa-steam",searchTerms:[]},{title:"fa-brands fa-steam-symbol",searchTerms:[]},{title:"fa-solid fa-sterling-sign",searchTerms:["Pound Sign","currency"]},{title:"fa-solid fa-stethoscope",searchTerms:["covid-19","diagnosis","doctor","general practitioner","heart","hospital","infirmary","medicine","office","outpatient","stethoscope"]},{title:"fa-brands fa-sticker-mule",searchTerms:[]},{title:"fa-solid fa-stop",searchTerms:["block","box","square","stop","stop button"]},{title:"fa-solid fa-stopwatch",searchTerms:["clock","reminder","stopwatch","time","waiting"]},{title:"fa-solid fa-stopwatch-20",searchTerms:["ABCs","countdown","covid-19","happy birthday","i will survive","reminder","seconds","time","timer"]},{title:"fa-solid fa-store",searchTerms:["bodega","building","buy","market","purchase","shopping","store"]},{title:"fa-solid fa-store-slash",searchTerms:["building","buy","closed","covid-19","disabled","purchase","shopping"]},{title:"fa-brands fa-strava",searchTerms:[]},{title:"fa-solid fa-street-view",searchTerms:["directions","location","map","navigation","uer"]},{title:"fa-solid fa-strikethrough",searchTerms:["cancel","edit","font","format","modify","text","type"]},{title:"fa-brands fa-stripe",searchTerms:[]},{title:"fa-brands fa-stripe-s",searchTerms:[]},{title:"fa-solid fa-stroopwafel",searchTerms:["caramel","cookie","dessert","sweets","waffle"]},{title:"fa-brands fa-stubber",searchTerms:[]},{title:"fa-brands fa-studiovinari",searchTerms:[]},{title:"fa-brands fa-stumbleupon",searchTerms:[]},{title:"fa-brands fa-stumbleupon-circle",searchTerms:[]},{title:"fa-solid fa-subscript",searchTerms:["edit","font","format","text","type"]},{title:"fa-solid fa-suitcase",searchTerms:["baggage","luggage","move","packing","suitcase","travel","trip"]},{title:"fa-solid fa-suitcase-medical",searchTerms:["first aid","firstaid","health","help","medical","supply","support"]},{title:"fa-solid fa-suitcase-rolling",searchTerms:["baggage","luggage","move","suitcase","travel","trip"]},{title:"fa-solid fa-sun",searchTerms:["bright","brighten","contrast","day","lighter","rays","sol","solar","star","sun","sunny","weather"]},{title:"far fa-sun",searchTerms:["bright","brighten","contrast","day","lighter","rays","sol","solar","star","sun","sunny","weather"]},{title:"fa-solid fa-sun-plant-wilt",searchTerms:["arid","droop","drought"]},{title:"fa-brands fa-superpowers",searchTerms:[]},{title:"fa-solid fa-superscript",searchTerms:["edit","exponential","font","format","text","type"]},{title:"fa-brands fa-supple",searchTerms:[]},{title:"fa-brands fa-suse",searchTerms:["linux","operating system","os"]},{title:"fa-solid fa-swatchbook",searchTerms:["Pantone","color","design","hue","palette"]},{title:"fa-brands fa-swift",searchTerms:[]},{title:"fa-brands fa-symfony",searchTerms:[]},{title:"fa-solid fa-synagogue",searchTerms:["Jew","Jewish","building","jewish","judaism","religion","star of david","synagogue","temple"]},{title:"fa-solid fa-syringe",searchTerms:["covid-19","doctor","immunizations","medical","medicine","needle","shot","sick","syringe","vaccinate","vaccine"]},{title:"fa-solid fa-t",searchTerms:["Latin Capital Letter T","Latin Small Letter T","letter"]},{title:"fa-solid fa-table",searchTerms:["category","data","excel","spreadsheet"]},{title:"fa-solid fa-table-cells",searchTerms:[" excel","blocks","boxes","category","grid","spreadsheet","squares"]},{title:"fa-solid fa-table-cells-column-lock",searchTerms:[" blocks"," boxes"," column"," excel"," grid"," lock"," squares","category","spreadsheet"]},{title:"fa-solid fa-table-cells-large",searchTerms:[" excel","blocks","boxes","category","grid","spreadsheet","squares"]},{title:"fa-solid fa-table-cells-row-lock",searchTerms:[" blocks"," boxes"," column"," grid"," squares"," category"," column"," excel"," lock"," lock"," spreadsheet"]},{title:"fa-solid fa-table-cells-row-unlock",searchTerms:[" blocks"," boxes"," column"," grid"," squares"," category"," column"," lock"," lock"," spreadsheet"," excel"," unlock"]},{title:"fa-solid fa-table-columns",searchTerms:["browser","category","dashboard","organize","panes","split"]},{title:"fa-solid fa-table-list",searchTerms:["category","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},{title:"fa-solid fa-table-tennis-paddle-ball",searchTerms:["ball","bat","game","paddle","ping pong","table tennis"]},{title:"fa-solid fa-tablet",searchTerms:["device","kindle","screen"]},{title:"fa-solid fa-tablet-button",searchTerms:["apple","device","ipad","kindle","screen"]},{title:"fa-solid fa-tablet-screen-button",searchTerms:["apple","device","ipad","kindle","screen"]},{title:"fa-solid fa-tablets",searchTerms:["drugs","medicine","pills","prescription"]},{title:"fa-solid fa-tachograph-digital",searchTerms:["data","distance","speed","tachometer"]},{title:"fa-solid fa-tag",searchTerms:["discount","labe","label","price","shopping"]},{title:"fa-solid fa-tags",searchTerms:["discount","label","price","shopping"]},{title:"fa-solid fa-tape",searchTerms:["design","package","sticky"]},{title:"fa-solid fa-tarp",searchTerms:["protection","tarp","tent","waterproof"]},{title:"fa-solid fa-tarp-droplet",searchTerms:["protection","tarp","tent","waterproof"]},{title:"fa-solid fa-taxi",searchTerms:["cab","cabbie","car","car service","lyft","machine","oncoming","oncoming taxi","taxi","transportation","travel","uber","vehicle"]},{title:"fa-brands fa-teamspeak",searchTerms:[]},{title:"fa-solid fa-teeth",searchTerms:["bite","dental","dentist","gums","mouth","smile","tooth"]},{title:"fa-solid fa-teeth-open",searchTerms:["dental","dentist","gums bite","mouth","smile","tooth"]},{title:"fa-brands fa-telegram",searchTerms:[]},{title:"fa-solid fa-temperature-arrow-down",searchTerms:["air conditioner","cold","heater","mercury","thermometer","winter"]},{title:"fa-solid fa-temperature-arrow-up",searchTerms:["air conditioner","cold","heater","mercury","thermometer","winter"]},{title:"fa-solid fa-temperature-empty",searchTerms:["cold","mercury","status","temperature"]},{title:"fa-solid fa-temperature-full",searchTerms:["fever","hot","mercury","status","temperature"]},{title:"fa-solid fa-temperature-half",searchTerms:["mercury","status","temperature","thermometer","weather"]},{title:"fa-solid fa-temperature-high",searchTerms:["cook","covid-19","mercury","summer","thermometer","warm"]},{title:"fa-solid fa-temperature-low",searchTerms:["cold","cool","covid-19","mercury","thermometer","winter"]},{title:"fa-solid fa-temperature-quarter",searchTerms:["mercury","status","temperature"]},{title:"fa-solid fa-temperature-three-quarters",searchTerms:["mercury","status","temperature"]},{title:"fa-brands fa-tencent-weibo",searchTerms:[]},{title:"fa-solid fa-tenge-sign",searchTerms:["Tenge Sign","currency"]},{title:"fa-solid fa-tent",searchTerms:["bivouac","campground","campsite","refugee","shelter","tent"]},{title:"fa-solid fa-tent-arrow-down-to-line",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","campsite","permanent","refugee","shelter"]},{title:"fa-solid fa-tent-arrow-left-right",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","campsite","refugee","shelter","transition"]},{title:"fa-solid fa-tent-arrow-turn-left",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","campsite","refugee","shelter","temporary"]},{title:"fa-solid fa-tent-arrows-down",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","campsite","insert","refugee","shelter","spontaneous"]},{title:"fa-solid fa-tents",searchTerms:[" bivouac"," campground"," refugee"," shelter"," tent","bivouac","campground","campsite","refugee","shelter","tent"]},{title:"fa-solid fa-terminal",searchTerms:["code","coding","command","console","development","prompt","terminal"]},{title:"fa-solid fa-text-height",searchTerms:["edit","font","format","modify","text","type"]},{title:"fa-solid fa-text-slash",searchTerms:["cancel","disabled","font","format","remove","style","text"]},{title:"fa-solid fa-text-width",searchTerms:["edit","font","format","modify","text","type"]},{title:"fa-brands fa-the-red-yeti",searchTerms:[]},{title:"fa-brands fa-themeco",searchTerms:[]},{title:"fa-brands fa-themeisle",searchTerms:[]},{title:"fa-solid fa-thermometer",searchTerms:["covid-19","mercury","status","temperature"]},{title:"fa-brands fa-think-peaks",searchTerms:[]},{title:"fa-brands fa-threads",searchTerms:["social network"]},{title:"fa-solid fa-thumbs-down",searchTerms:["-1","disagree","disapprove","dislike","down","hand","social","thumb","thumbs down","thumbs-o-down"]},{title:"far fa-thumbs-down",searchTerms:["-1","disagree","disapprove","dislike","down","hand","social","thumb","thumbs down","thumbs-o-down"]},{title:"fa-solid fa-thumbs-up",searchTerms:["+1","agree","approve","favorite","hand","like","ok","okay","social","success","thumb","thumbs up","thumbs-o-up","up","yes","you got it dude"]},{title:"far fa-thumbs-up",searchTerms:["+1","agree","approve","favorite","hand","like","ok","okay","social","success","thumb","thumbs up","thumbs-o-up","up","yes","you got it dude"]},{title:"fa-solid fa-thumbtack",searchTerms:["Black Pushpin","coordinates","location","marker","pin","pushpin","thumb-tack"]},{title:"fa-solid fa-thumbtack-slash",searchTerms:[" coordinates"," location"," marker"," pin"," pushpin"," thumb-tack"," unpin","Black Pushpin"]},{title:"fa-solid fa-ticket",searchTerms:["admission","admission tickets","coupon","movie","pass","support","ticket","voucher"]},{title:"fa-solid fa-ticket-simple",searchTerms:["admission","coupon","movie","pass","support","ticket","voucher"]},{title:"fa-brands fa-tiktok",searchTerms:[]},{title:"fa-solid fa-timeline",searchTerms:["chronological","deadline","history","linear"]},{title:"fa-solid fa-toggle-off",searchTerms:["button","off","on","switch"]},{title:"fa-solid fa-toggle-on",searchTerms:["button","off","on","switch"]},{title:"fa-solid fa-toilet",searchTerms:["bathroom","flush","john","loo","pee","plumbing","poop","porcelain","potty","restroom","throne","toile","toilet","washroom","waste","wc"]},{title:"fa-solid fa-toilet-paper",searchTerms:["bathroom","covid-19","halloween","holiday","lavatory","paper towels","prank","privy","restroom","roll","roll of paper","toilet","toilet paper","wipe"]},{title:"fa-solid fa-toilet-paper-slash",searchTerms:["bathroom","covid-19","disabled","halloween","holiday","lavatory","leaves","prank","privy","restroom","roll","toilet","trouble","ut oh","wipe"]},{title:"fa-solid fa-toilet-portable",searchTerms:["outhouse","toilet"]},{title:"fa-solid fa-toilets-portable",searchTerms:["outhouse","toilet"]},{title:"fa-solid fa-toolbox",searchTerms:["admin","chest","configuration","container","equipment","fix","maintenance","mechanic","modify","repair","settings","tool","toolbox","tools"]},{title:"fa-solid fa-tooth",searchTerms:["bicuspid","dental","dentist","molar","mouth","teeth","tooth"]},{title:"fa-solid fa-torii-gate",searchTerms:["building","religion","shinto","shinto shrine","shintoism","shrine"]},{title:"fa-solid fa-tornado",searchTerms:["cloud","cyclone","dorothy","landspout","tornado","toto","twister","vortext","waterspout","weather","whirlwind"]},{title:"fa-solid fa-tower-broadcast",searchTerms:["airwaves","antenna","communication","emergency","radio","reception","signal","waves"]},{title:"fa-solid fa-tower-cell",searchTerms:["airwaves","antenna","communication","radio","reception","signal","waves"]},{title:"fa-solid fa-tower-observation",searchTerms:["fire tower","view"]},{title:"fa-solid fa-tractor",searchTerms:["agriculture","farm","tractor","vehicle"]},{title:"fa-brands fa-trade-federation",searchTerms:[]},{title:"fa-solid fa-trademark",searchTerms:["copyright","mark","register","symbol","tm","trade mark","trademark"]},{title:"fa-solid fa-traffic-light",searchTerms:["direction","light","road","signal","traffic","travel","vertical traffic light"]},{title:"fa-solid fa-trailer",searchTerms:["carry","haul","moving","travel"]},{title:"fa-solid fa-train",searchTerms:["bullet","commute","locomotive","railway","subway","train"]},{title:"fa-solid fa-train-subway",searchTerms:["machine","railway","train","transportation","vehicle"]},{title:"fa-solid fa-train-tram",searchTerms:["crossing","machine","mountains","seasonal","tram","transportation","trolleybus"]},{title:"fa-solid fa-transgender",searchTerms:["female","gender","intersex","male","transgender","transgender symbol"]},{title:"fa-solid fa-trash",searchTerms:["delete","garbage","hide","remove"]},{title:"fa-solid fa-trash-arrow-up",searchTerms:["back","control z","delete","garbage","hide","oops","remove","undo","upgrade"]},{title:"fa-solid fa-trash-can",searchTerms:["delete","garbage","hide","remove","trash-o"]},{title:"far fa-trash-can",searchTerms:["delete","garbage","hide","remove","trash-o"]},{title:"fa-solid fa-trash-can-arrow-up",searchTerms:["back","control z","delete","garbage","hide","oops","remove","undo","upgrade"]},{title:"fa-solid fa-tree",searchTerms:["bark","evergreen tree","fall","flora","forest","investment","nature","plant","seasonal","tree"]},{title:"fa-solid fa-tree-city",searchTerms:["building","city","urban"]},{title:"fa-brands fa-trello",searchTerms:["atlassian"]},{title:"fa-solid fa-triangle-exclamation",searchTerms:["alert","attention","danger","error","failed","important","notice","notification","notify","problem","required","warnin","warning"]},{title:"fa-solid fa-trophy",searchTerms:["achievement","award","cup","game","prize","trophy","winner"]},{title:"fa-solid fa-trowel",searchTerms:["build","construction","equipment","maintenance","tool"]},{title:"fa-solid fa-trowel-bricks",searchTerms:["build","construction","maintenance","reconstruction","tool"]},{title:"fa-solid fa-truck",searchTerms:["Black Truck","cargo","delivery","delivery truck","shipping","truck","vehicle"]},{title:"fa-solid fa-truck-arrow-right",searchTerms:["access","fast","shipping","transport"]},{title:"fa-solid fa-truck-droplet",searchTerms:["blood","thirst","truck","water","water supply"]},{title:"fa-solid fa-truck-fast",searchTerms:["express","fedex","mail","overnight","package","quick","ups"]},{title:"fa-solid fa-truck-field",searchTerms:["supplies","truck"]},{title:"fa-solid fa-truck-field-un",searchTerms:["supplies","truck","united nations"]},{title:"fa-solid fa-truck-front",searchTerms:["shuttle","truck","van"]},{title:"fa-solid fa-truck-medical",searchTerms:["ambulance","clinic","covid-19","emergency","emt","er","help","hospital","mobile","support","vehicle"]},{title:"fa-solid fa-truck-monster",searchTerms:["offroad","vehicle","wheel"]},{title:"fa-solid fa-truck-moving",searchTerms:["cargo","inventory","rental","vehicle"]},{title:"fa-solid fa-truck-pickup",searchTerms:["cargo","maintenance","pick-up","pickup","pickup truck","truck","vehicle"]},{title:"fa-solid fa-truck-plane",searchTerms:["airplane","plane","transportation","truck","vehicle"]},{title:"fa-solid fa-truck-ramp-box",searchTerms:["box","cargo","delivery","inventory","moving","rental","vehicle"]},{title:"fa-solid fa-tty",searchTerms:["communication","deaf","telephone","teletypewriter","text"]},{title:"fa-brands fa-tumblr",searchTerms:[]},{title:"fa-solid fa-turkish-lira-sign",searchTerms:["Turkish Lira Sign","currency"]},{title:"fa-solid fa-turn-down",searchTerms:["arrow","down","level-down","right arrow curving down"]},{title:"fa-solid fa-turn-up",searchTerms:["arrow","level-up","right arrow curving up"]},{title:"fa-solid fa-tv",searchTerms:["computer","display","monitor","television"]},{title:"fa-brands fa-twitch",searchTerms:[]},{title:"fa-brands fa-twitter",searchTerms:["social network","tweet"]},{title:"fa-brands fa-typo3",searchTerms:[]},{title:"fa-solid fa-u",searchTerms:["Latin Capital Letter U","Latin Small Letter U","letter"]},{title:"fa-brands fa-uber",searchTerms:[]},{title:"fa-brands fa-ubuntu",searchTerms:["linux","operating system","os"]},{title:"fa-brands fa-uikit",searchTerms:[]},{title:"fa-brands fa-umbraco",searchTerms:[]},{title:"fa-solid fa-umbrella",searchTerms:["protection","rain","storm","wet"]},{title:"fa-solid fa-umbrella-beach",searchTerms:["beach","beach with umbrella","protection","recreation","sand","shade","summer","sun","umbrella"]},{title:"fa-brands fa-uncharted",searchTerms:[]},{title:"fa-solid fa-underline",searchTerms:["edit","emphasis","format","modify","text","writing"]},{title:"fa-brands fa-uniregistry",searchTerms:[]},{title:"fa-brands fa-unity",searchTerms:[]},{title:"fa-solid fa-universal-access",searchTerms:["uer","users-people"]},{title:"fa-solid fa-unlock",searchTerms:["admin","lock","open","padlock","password","privacy","private","protect","unlock","unlocked"]},{title:"fa-solid fa-unlock-keyhole",searchTerms:["admin","lock","padlock","password","privacy","private","protect"]},{title:"fa-brands fa-unsplash",searchTerms:[]},{title:"fa-brands fa-untappd",searchTerms:[]},{title:"fa-solid fa-up-down",searchTerms:["Up Down Black Arrow","arrow","arrows-v","expand","portrait","resize","tall","up-down arrow","vertical"]},{title:"fa-solid fa-up-down-left-right",searchTerms:["arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"]},{title:"fa-solid fa-up-long",searchTerms:["long-arrow-up","upgrade","upload"]},{title:"fa-solid fa-up-right-and-down-left-from-center",searchTerms:[" maximize"," resize"," scale","arrows","bigger","enlarge","expand","fullscreen","resize","size"]},{title:"fa-solid fa-up-right-from-square",searchTerms:["external-link","new","open","share","upgrade"]},{title:"fa-solid fa-upload",searchTerms:["hard drive","import","publish","upgrade"]},{title:"fa-brands fa-ups",searchTerms:["United Parcel Service","package","shipping"]},{title:"fa-brands fa-upwork",searchTerms:[]},{title:"fa-brands fa-usb",searchTerms:[]},{title:"fa-solid fa-user",searchTerms:["adult","bust","bust in silhouette","default","employee","gender-neutral","person","profile","silhouette","uer","unspecified gender","username","users-people"]},{title:"far fa-user",searchTerms:["adult","bust","bust in silhouette","default","employee","gender-neutral","person","profile","silhouette","uer","unspecified gender","username","users-people"]},{title:"fa-solid fa-user-astronaut",searchTerms:["avatar","clothing","cosmonaut","nasa","space","suit","uer"]},{title:"fa-solid fa-user-check",searchTerms:["employee","enable","uer","users-people","validate","working"]},{title:"fa-solid fa-user-clock",searchTerms:["employee","uer","users-people"]},{title:"fa-solid fa-user-doctor",searchTerms:["covid-19","health","job","medical","nurse","occupation","physician","profile","surgeon","uer","worker"]},{title:"fa-solid fa-user-gear",searchTerms:["employee","together","uer","users-people"]},{title:"fa-solid fa-user-graduate",searchTerms:["uer","users-people"]},{title:"fa-solid fa-user-group",searchTerms:["bust","busts in silhouette","crowd","employee","silhouette","together","uer","users-people"]},{title:"fa-solid fa-user-injured",searchTerms:["employee","uer","users-people"]},{title:"fa-solid fa-user-large",searchTerms:["employee","uer","users-people"]},{title:"fa-solid fa-user-large-slash",searchTerms:["disabled","disconnect","employee","uer","users-people"]},{title:"fa-solid fa-user-lock",searchTerms:["employee","padlock","privacy","uer","users-people"]},{title:"fa-solid fa-user-minus",searchTerms:["delete","employee","negative","remove","uer"]},{title:"fa-solid fa-user-ninja",searchTerms:["assassin","avatar","dangerous","deadly","fighter","hidden","ninja","sneaky","stealth","uer"]},{title:"fa-solid fa-user-nurse",searchTerms:["covid-19","doctor","health","md","medical","midwife","physician","practitioner","surgeon","uer","worker"]},{title:"fa-solid fa-user-pen",searchTerms:["employee","modify","uer","users-people"]},{title:"fa-solid fa-user-plus",searchTerms:["add","avatar","employee","follow","positive","sign up","signup","team","uer"]},{title:"fa-solid fa-user-secret",searchTerms:["detective","sleuth","spy","uer","users-people"]},{title:"fa-solid fa-user-shield",searchTerms:["employee","protect","safety","uer"]},{title:"fa-solid fa-user-slash",searchTerms:["ban","delete","deny","disabled","disconnect","employee","remove","uer"]},{title:"fa-solid fa-user-tag",searchTerms:["employee","uer","users-people"]},{title:"fa-solid fa-user-tie",searchTerms:["administrator","avatar","business","clothing","employee","formal","offer","portfolio","professional","suit","uer"]},{title:"fa-solid fa-user-xmark",searchTerms:["archive","delete","employee","remove","uer","uncheck","x"]},{title:"fa-solid fa-users",searchTerms:["employee","together","uer","users-people"]},{title:"fa-solid fa-users-between-lines",searchTerms:["covered","crowd","employee","group","people","together","uer"]},{title:"fa-solid fa-users-gear",searchTerms:["employee","uer","users-people"]},{title:"fa-solid fa-users-line",searchTerms:["crowd","employee","group","need","people","together","uer"]},{title:"fa-solid fa-users-rays",searchTerms:["affected","crowd","employee","focused","group","people","uer"]},{title:"fa-solid fa-users-rectangle",searchTerms:["crowd","employee","focus","group","people","reached","uer"]},{title:"fa-solid fa-users-slash",searchTerms:["disabled","disconnect","employee","together","uer","users-people"]},{title:"fa-solid fa-users-viewfinder",searchTerms:["crowd","focus","group","people","targeted","uer"]},{title:"fa-brands fa-usps",searchTerms:["american","package","shipping","usa"]},{title:"fa-brands fa-ussunnah",searchTerms:[]},{title:"fa-solid fa-utensils",searchTerms:["cooking","cutlery","dining","dinner","eat","food","fork","fork and knife","knife","restaurant"]},{title:"fa-solid fa-v",searchTerms:["Latin Capital Letter V","Latin Small Letter V","letter"]},{title:"fa-brands fa-vaadin",searchTerms:[]},{title:"fa-solid fa-van-shuttle",searchTerms:["airport","bus","machine","minibus","public-transportation","transportation","travel","vehicle"]},{title:"fa-solid fa-vault",searchTerms:["bank","important","investment","lock","money","premium","privacy","safe","salary"]},{title:"fa-solid fa-vector-square",searchTerms:["anchors","lines","object","render","shape"]},{title:"fa-solid fa-venus",searchTerms:["female","female sign","gender","woman"]},{title:"fa-solid fa-venus-double",searchTerms:["Doubled Female Sign","female","gender","lesbian"]},{title:"fa-solid fa-venus-mars",searchTerms:["Interlocked Female and Male Sign","female","gender","heterosexual","male"]},{title:"fa-solid fa-vest",searchTerms:["biker","fashion","style"]},{title:"fa-solid fa-vest-patches",searchTerms:["biker","fashion","style"]},{title:"fa-brands fa-viacoin",searchTerms:[]},{title:"fa-brands fa-viadeo",searchTerms:[]},{title:"fa-solid fa-vial",searchTerms:["ampule","chemist","chemistry","experiment","knowledge","lab","sample","science","test","test tube"]},{title:"fa-solid fa-vial-circle-check",searchTerms:["ampule","chemist","chemistry","enable","not affected","ok","okay","success","test tube","tube","vaccine","validate","working"]},{title:"fa-solid fa-vial-virus",searchTerms:["ampule","coronavirus","covid-19","flue","infection","lab","laboratory","pandemic","test","test tube","vaccine"]},{title:"fa-solid fa-vials",searchTerms:["ampule","experiment","knowledge","lab","sample","science","test","test tube"]},{title:"fa-brands fa-viber",searchTerms:[]},{title:"fa-solid fa-video",searchTerms:["camera","film","movie","record","video-camera"]},{title:"fa-solid fa-video-slash",searchTerms:["add","create","disabled","disconnect","film","new","positive","record","video"]},{title:"fa-solid fa-vihara",searchTerms:["buddhism","buddhist","building","monastery"]},{title:"fa-brands fa-vimeo",searchTerms:[]},{title:"fa-brands fa-vimeo-v",searchTerms:["vimeo"]},{title:"fa-brands fa-vine",searchTerms:[]},{title:"fa-solid fa-virus",searchTerms:["bug","coronavirus","covid-19","flu","health","infection","pandemic","sick","vaccine","viral"]},{title:"fa-solid fa-virus-covid",searchTerms:["bug","covid-19","flu","health","infection","pandemic","vaccine","viral","virus"]},{title:"fa-solid fa-virus-covid-slash",searchTerms:["bug","covid-19","disabled","flu","health","infection","pandemic","vaccine","viral","virus"]},{title:"fa-solid fa-virus-slash",searchTerms:["bug","coronavirus","covid-19","cure","disabled","eliminate","flu","health","infection","pandemic","sick","vaccine","viral"]},{title:"fa-solid fa-viruses",searchTerms:["bugs","coronavirus","covid-19","flu","health","infection","multiply","pandemic","sick","spread","vaccine","viral"]},{title:"fa-brands fa-vk",searchTerms:[]},{title:"fa-brands fa-vnv",searchTerms:[]},{title:"fa-solid fa-voicemail",searchTerms:["answer","inbox","message","phone"]},{title:"fa-solid fa-volcano",searchTerms:["caldera","eruption","lava","magma","mountain","smoke","volcano"]},{title:"fa-solid fa-volleyball",searchTerms:["ball","beach","game","olympics","sport","volleyball"]},{title:"fa-solid fa-volume-high",searchTerms:["audio","higher","loud","louder","music","sound","speaker","speaker high volume"]},{title:"fa-solid fa-volume-low",searchTerms:["audio","lower","music","quieter","soft","sound","speaker","speaker low volume"]},{title:"fa-solid fa-volume-off",searchTerms:["audio","ban","music","mute","quiet","silent","sound"]},{title:"fa-solid fa-volume-xmark",searchTerms:["audio","music","quiet","sound","speaker"]},{title:"fa-solid fa-vr-cardboard",searchTerms:["3d","augment","google","reality","virtual"]},{title:"fa-brands fa-vuejs",searchTerms:[]},{title:"fa-solid fa-w",searchTerms:["Latin Capital Letter W","Latin Small Letter W","letter"]},{title:"fa-solid fa-walkie-talkie",searchTerms:["communication","copy","intercom","over","portable","radio","two way radio"]},{title:"fa-solid fa-wallet",searchTerms:["billfold","cash","currency","money","salary"]},{title:"fa-solid fa-wand-magic",searchTerms:["autocomplete","automatic","mage","magic","spell","wand","witch","wizard"]},{title:"fa-solid fa-wand-magic-sparkles",searchTerms:["auto","magic","magic wand","trick","witch","wizard"]},{title:"fa-solid fa-wand-sparkles",searchTerms:["autocomplete","automatic","fantasy","halloween","holiday","magic","weapon","witch","wizard"]},{title:"fa-solid fa-warehouse",searchTerms:["building","capacity","garage","inventory","storage"]},{title:"fa-brands fa-watchman-monitoring",searchTerms:[]},{title:"fa-solid fa-water",searchTerms:["lake","liquid","ocean","sea","swim","wet"]},{title:"fa-solid fa-water-ladder",searchTerms:["ladder","recreation","swim","water"]},{title:"fa-solid fa-wave-square",searchTerms:["frequency","pulse","signal"]},{title:"fa-brands fa-waze",searchTerms:[]},{title:"fa-solid fa-web-awesome",searchTerms:[" coding"," components"," crown"," web","awesome"]},{title:"fa-brands fa-web-awesome",searchTerms:[" coding"," components"," crown"," web","awesome"]},{title:"fa-brands fa-webflow",searchTerms:[]},{title:"fa-brands fa-weebly",searchTerms:[]},{title:"fa-brands fa-weibo",searchTerms:[]},{title:"fa-solid fa-weight-hanging",searchTerms:["anvil","heavy","measurement"]},{title:"fa-solid fa-weight-scale",searchTerms:["health","measurement","scale","weight"]},{title:"fa-brands fa-weixin",searchTerms:[]},{title:"fa-brands fa-whatsapp",searchTerms:[]},{title:"fa-solid fa-wheat-awn",searchTerms:["agriculture","autumn","fall","farming","grain"]},{title:"fa-solid fa-wheat-awn-circle-exclamation",searchTerms:["affected","failed","famine","food","gluten","hunger","starve","straw"]},{title:"fa-solid fa-wheelchair",searchTerms:["disabled","uer","users-people"]},{title:"fa-solid fa-wheelchair-move",searchTerms:["access","disabled","handicap","impairment","physical","uer","wheelchair symbol"]},{title:"fa-solid fa-whiskey-glass",searchTerms:["alcohol","bar","beverage","bourbon","drink","glass","liquor","neat","rye","scotch","shot","tumbler","tumbler glass","whisky"]},{title:"fa-brands fa-whmcs",searchTerms:[]},{title:"fa-solid fa-wifi",searchTerms:["connection","hotspot","internet","network","signal","wireless","www"]},{title:"fa-brands fa-wikipedia-w",searchTerms:[]},{title:"fa-solid fa-wind",searchTerms:["air","blow","breeze","fall","seasonal","weather"]},{title:"fa-solid fa-window-maximize",searchTerms:["Maximize","browser","computer","development","expand"]},{title:"far fa-window-maximize",searchTerms:["Maximize","browser","computer","development","expand"]},{title:"fa-solid fa-window-minimize",searchTerms:["Minimize","browser","collapse","computer","development"]},{title:"far fa-window-minimize",searchTerms:["Minimize","browser","collapse","computer","development"]},{title:"fa-solid fa-window-restore",searchTerms:["browser","computer","development"]},{title:"far fa-window-restore",searchTerms:["browser","computer","development"]},{title:"fa-brands fa-windows",searchTerms:["microsoft","operating system","os"]},{title:"fa-solid fa-wine-bottle",searchTerms:["alcohol","beverage","cabernet","drink","glass","grapes","merlot","sauvignon"]},{title:"fa-solid fa-wine-glass",searchTerms:["alcohol","bar","beverage","cabernet","drink","glass","grapes","merlot","sauvignon","wine","wine glass"]},{title:"fa-solid fa-wine-glass-empty",searchTerms:["alcohol","beverage","cabernet","drink","grapes","merlot","sauvignon"]},{title:"fa-brands fa-wirsindhandwerk",searchTerms:[]},{title:"fa-brands fa-wix",searchTerms:[]},{title:"fa-brands fa-wizards-of-the-coast",searchTerms:["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},{title:"fa-brands fa-wodu",searchTerms:[]},{title:"fa-brands fa-wolf-pack-battalion",searchTerms:[]},{title:"fa-solid fa-won-sign",searchTerms:["Won Sign","currency"]},{title:"fa-brands fa-wordpress",searchTerms:[]},{title:"fa-brands fa-wordpress-simple",searchTerms:[]},{title:"fa-solid fa-worm",searchTerms:["dirt","garden","worm","wriggle"]},{title:"fa-brands fa-wpbeginner",searchTerms:[]},{title:"fa-brands fa-wpexplorer",searchTerms:[]},{title:"fa-brands fa-wpforms",searchTerms:[]},{title:"fa-brands fa-wpressr",searchTerms:["rendact"]},{title:"fa-solid fa-wrench",searchTerms:["configuration","construction","equipment","fix","mechanic","modify","plumbing","settings","spanner","tool","update","wrench"]},{title:"fa-solid fa-x",searchTerms:["Latin Capital Letter X","Latin Small Letter X","letter","uncheck"]},{title:"fa-solid fa-x-ray",searchTerms:["health","medical","radiological images","radiology","skeleton"]},{title:"fa-brands fa-x-twitter",searchTerms:[" elon"," twitter"," x"]},{title:"fa-brands fa-xbox",searchTerms:[]},{title:"fa-brands fa-xing",searchTerms:[]},{title:"fa-solid fa-xmark",searchTerms:["Cancellation X","Multiplication Sign","Multiplication X","cancel","close","cross","cross mark","error","exit","incorrect","mark","multiplication","multiply","notice","notification","notify","problem","sign","uncheck","wrong","x","×"]},{title:"fa-solid fa-xmarks-lines",searchTerms:["barricade","barrier","fence","poison","roadblock"]},{title:"fa-solid fa-y",searchTerms:["Latin Capital Letter Y","Latin Small Letter Y","letter","yay","yes"]},{title:"fa-brands fa-y-combinator",searchTerms:[]},{title:"fa-brands fa-yahoo",searchTerms:[]},{title:"fa-brands fa-yammer",searchTerms:[]},{title:"fa-brands fa-yandex",searchTerms:[]},{title:"fa-brands fa-yandex-international",searchTerms:[]},{title:"fa-brands fa-yarn",searchTerms:[]},{title:"fa-brands fa-yelp",searchTerms:[]},{title:"fa-solid fa-yen-sign",searchTerms:["Yen Sign","currency"]},{title:"fa-solid fa-yin-yang",searchTerms:["daoism","opposites","religion","tao","taoism","taoist","yang","yin","yin yang"]},{title:"fa-brands fa-yoast",searchTerms:[]},{title:"fa-brands fa-youtube",searchTerms:["film","video","youtube-play","youtube-square"]},{title:"fa-solid fa-z",searchTerms:["Latin Capital Letter Z","Latin Small Letter Z","letter"]},{title:"fa-brands fa-zhihu",searchTerms:[]}]})}); \ No newline at end of file diff --git a/node_modules/fontawesome-iconpicker/index.html b/node_modules/fontawesome-iconpicker/index.html index a39aecfd..859b9a0d 100644 --- a/node_modules/fontawesome-iconpicker/index.html +++ b/node_modules/fontawesome-iconpicker/index.html @@ -3,20 +3,8 @@ Font Awesome Icon Picker plugin for Bootstrap - - - - - + +