diff --git a/src/java/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages_fr.properties b/src/java/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages_fr.properties
index f69853c427425c2df535864e85a0319947b56ab8..9dbe461cd5daade1fa791cf86fa335f4c7bf44ff 100644
--- a/src/java/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages_fr.properties
+++ b/src/java/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages_fr.properties
@@ -1,3 +1,3 @@
# Plugin's keys
library.provider=Ville de Paris
-library.description=Library for JQuery admin Theme
+library.description=Librairie JQuery pour le BO
diff --git a/target/classes/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages.properties b/target/classes/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages.properties
new file mode 100644
index 0000000000000000000000000000000000000000..83d81a0a755c392f60458c7f7f901b62fb28f05a
--- /dev/null
+++ b/target/classes/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages.properties
@@ -0,0 +1,3 @@
+# Plugin's keys
+library.provider=City of Paris
+library.description=Library for JQuery admin Theme
\ No newline at end of file
diff --git a/target/classes/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages_fr.properties b/target/classes/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages_fr.properties
new file mode 100644
index 0000000000000000000000000000000000000000..9dbe461cd5daade1fa791cf86fa335f4c7bf44ff
--- /dev/null
+++ b/target/classes/fr/paris/lutece/plugins/themejquery/resources/themejquery_messages_fr.properties
@@ -0,0 +1,3 @@
+# Plugin's keys
+library.provider=Ville de Paris
+library.description=Librairie JQuery pour le BO
diff --git a/webapp/WEB-INF/plugins/themejquery.xml b/webapp/WEB-INF/plugins/themejquery.xml
index a0b6647ae6aaa2052b4d54929fac1c4eee5eb26c..81cb1e908057644d56431eb76b7f121c9d446add 100644
--- a/webapp/WEB-INF/plugins/themejquery.xml
+++ b/webapp/WEB-INF/plugins/themejquery.xml
@@ -9,33 +9,35 @@
themejquery.library.description
themejquery.library.provider
http://fr.lutece.paris.fr
- images/admin/skin/plugins/themejquery/jquery.png
+ themes/admin/shared/images/plugins/jquery.svg
Copyright (c) 2023 Mairie de Paris
0
- 7.0.8
+ 7.0.9
-
+
- css/admin/jquery/jquery-ui.min.css
- css/admin/jquery/jquery-ui.structure.min.css
- css/admin/jquery/jquery-ui.theme.min.css
- css/admin/jquery/bootstrap-colorpicker.min.css
- css/admin/jquery/bootstrap-flatpickr.min;css
- css/admin/jquery/portal_admin.min.css
- js/admin/jquery/jquery-3.6.0.min.js
+ css/admin/style/tabler/all.min.css
+ css/admin/style/tabler/bootstrap-colorpicker.css
+ css/admin/style/tabler/bootstrap-colorpicker.min.css
+ css/admin/style/tabler/datepicker.css
+ css/admin/style/tabler/bootstrap-datepicker.min.css
+ css/admin/style/tabler/bootstrap-flatpickr.min.css
+ css/admin/jquery-ui.min.css
+ css/admin/jquery-ui.structure.min.css
+ css/admin/jquery-ui.theme.min.css
-
+
js/admin/jquery/jquery-migrate-3.4.0.min.js
js/admin/jquery/jquery-ui.min.js
- js/admin/jquery/plugins/bootstrap-filestyle.min.js
- js/admin/jquery/plugins/bootstrap-flatpickr.min.js
- js/admin/jquery/plugins/bootstrap-colorpicker.js
- js/admin/jquery/util/jquery-progress-manager.js
- js/admin/jquery/util/jquery-lutece.js
- js/admin/jquery/jquery_admin.js
+ js/admin/jquery/plugins/js.cookie.js
+ js/admin/style/tabler/bootstrap-filestyle.min.js
+ js/admin/style/tabler/bootstrap-flatpickr.min.js
+ js/admin/style/tabler/bootstrap-colorpicker.js
+ js/util/progress-manager.js
+ js/util/lutece.js
commons_theme_jquery.html
diff --git a/webapp/WEB-INF/templates/admin/util/calendar/macro_datetimepicker.html b/webapp/WEB-INF/templates/admin/util/calendar/macro_datetimepicker.html
index b61700f1ccef16a2f66d5dac060a44950ef00442..95d468d3cf3e3c04d1088f6f79efb40992b14cfa 100644
--- a/webapp/WEB-INF/templates/admin/util/calendar/macro_datetimepicker.html
+++ b/webapp/WEB-INF/templates/admin/util/calendar/macro_datetimepicker.html
@@ -7,7 +7,7 @@
<#local dtOptions=dateOptions />
<@initScriptFlatPicker language=language />
-<#macro initEditor editorWidth=450 cssFiles="" type=''>
-<#assign editorLocale="" />
-<#-- We only have the language pack for French (France) installed in webapp/js/editors/tinymce/langs -->
-<#-- Some lutece plugins pass locale.getLanguage() (="fr"), some pass the locale object (toString="fr_FR", or more complicated...) -->
-<#-- Force it here because if it is a wrong value, tinyMCE does not load -->
-<#if locale?? && (2 <= locale?string?length) && (locale?string?substring(0,2) == "fr")>
- <#assign editorLocale="fr_FR" />
-#if>
-<#if cssFiles=="">
- <#assign cssFiles="editor.css, page_template_styles.css" />
-#if>
-
-#macro>
diff --git a/webapp/WEB-INF/templates/commons_theme_jquery.html b/webapp/WEB-INF/templates/commons_theme_jquery.html
index 7c68d7a9f3b44c302fd92fe2d57aaf3614b56d97..99bf01ad4dc8b5e941c057e9812782b9d2900ef6 100644
--- a/webapp/WEB-INF/templates/commons_theme_jquery.html
+++ b/webapp/WEB-INF/templates/commons_theme_jquery.html
@@ -3,9 +3,12 @@
# See http://dev.lutece.paris.fr/jira/browse/LUTECE-765
-->
<#-- Do not remove this comment -->
-<#-- JQuery libs -->
-<#-- Include JQuery Core Lib -->
-<#macro includeJqueryCore>
-
-
+<#-- Include JQuery Core Lib -->
+<#-- JQuery addons FO -->
+<#macro jqueryHeader>
+
+
+#macro>
+<#macro jqueryFooter>
+
#macro>
\ No newline at end of file
diff --git a/webapp/WEB-INF/xsl/admin/admin_documentation.xsl b/webapp/WEB-INF/xsl/admin/admin_documentation.xsl
deleted file mode 100644
index cd37909f61baf2d7c19599e9c023688354b2c1d8..0000000000000000000000000000000000000000
--- a/webapp/WEB-INF/xsl/admin/admin_documentation.xsl
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/webapp/WEB-INF/xsl/admin/admin_site_map_admin.xsl b/webapp/WEB-INF/xsl/admin/admin_site_map_admin.xsl
deleted file mode 100644
index 08a63bb7c614d7190c60f19758bcdea2435500fd..0000000000000000000000000000000000000000
--- a/webapp/WEB-INF/xsl/admin/admin_site_map_admin.xsl
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #i18n{portal.site.admin_page.tabAdminMapRoleReserved}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/webapp/WEB-INF/xsl/admin/menu_main_admin.xsl b/webapp/WEB-INF/xsl/admin/menu_main_admin.xsl
deleted file mode 100644
index 9877b248ad13e97e9e7e4835a004821ec799a1aa..0000000000000000000000000000000000000000
--- a/webapp/WEB-INF/xsl/admin/menu_main_admin.xsl
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/webapp/css/admin/bootstrap-icons.css b/webapp/css/admin/bootstrap-icons.css
new file mode 100644
index 0000000000000000000000000000000000000000..8efb2ff3509065c2780a28efe4a0b7b4b23093a4
--- /dev/null
+++ b/webapp/css/admin/bootstrap-icons.css
@@ -0,0 +1,1345 @@
+@font-face {
+ font-family: "bootstrap-icons";
+ src: url("./fonts/bootstrap-icons.woff2?231ce25e89ab5804f9a6c427b8d325c9") format("woff2"),
+url("./fonts/bootstrap-icons.woff?231ce25e89ab5804f9a6c427b8d325c9") format("woff");
+}
+
+[class^="bi-"]::before,
+[class*=" bi-"]::before {
+ display: inline-block;
+ font-family: bootstrap-icons !important;
+ font-style: normal;
+ font-weight: normal !important;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+ vertical-align: -.125em;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.bi-alarm-fill::before { content: "\f101"; }
+.bi-alarm::before { content: "\f102"; }
+.bi-align-bottom::before { content: "\f103"; }
+.bi-align-center::before { content: "\f104"; }
+.bi-align-end::before { content: "\f105"; }
+.bi-align-middle::before { content: "\f106"; }
+.bi-align-start::before { content: "\f107"; }
+.bi-align-top::before { content: "\f108"; }
+.bi-alt::before { content: "\f109"; }
+.bi-app-indicator::before { content: "\f10a"; }
+.bi-app::before { content: "\f10b"; }
+.bi-archive-fill::before { content: "\f10c"; }
+.bi-archive::before { content: "\f10d"; }
+.bi-arrow-90deg-down::before { content: "\f10e"; }
+.bi-arrow-90deg-left::before { content: "\f10f"; }
+.bi-arrow-90deg-right::before { content: "\f110"; }
+.bi-arrow-90deg-up::before { content: "\f111"; }
+.bi-arrow-bar-down::before { content: "\f112"; }
+.bi-arrow-bar-left::before { content: "\f113"; }
+.bi-arrow-bar-right::before { content: "\f114"; }
+.bi-arrow-bar-up::before { content: "\f115"; }
+.bi-arrow-clockwise::before { content: "\f116"; }
+.bi-arrow-counterclockwise::before { content: "\f117"; }
+.bi-arrow-down-circle-fill::before { content: "\f118"; }
+.bi-arrow-down-circle::before { content: "\f119"; }
+.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
+.bi-arrow-down-left-circle::before { content: "\f11b"; }
+.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
+.bi-arrow-down-left-square::before { content: "\f11d"; }
+.bi-arrow-down-left::before { content: "\f11e"; }
+.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
+.bi-arrow-down-right-circle::before { content: "\f120"; }
+.bi-arrow-down-right-square-fill::before { content: "\f121"; }
+.bi-arrow-down-right-square::before { content: "\f122"; }
+.bi-arrow-down-right::before { content: "\f123"; }
+.bi-arrow-down-short::before { content: "\f124"; }
+.bi-arrow-down-square-fill::before { content: "\f125"; }
+.bi-arrow-down-square::before { content: "\f126"; }
+.bi-arrow-down-up::before { content: "\f127"; }
+.bi-arrow-down::before { content: "\f128"; }
+.bi-arrow-left-circle-fill::before { content: "\f129"; }
+.bi-arrow-left-circle::before { content: "\f12a"; }
+.bi-arrow-left-right::before { content: "\f12b"; }
+.bi-arrow-left-short::before { content: "\f12c"; }
+.bi-arrow-left-square-fill::before { content: "\f12d"; }
+.bi-arrow-left-square::before { content: "\f12e"; }
+.bi-arrow-left::before { content: "\f12f"; }
+.bi-arrow-repeat::before { content: "\f130"; }
+.bi-arrow-return-left::before { content: "\f131"; }
+.bi-arrow-return-right::before { content: "\f132"; }
+.bi-arrow-right-circle-fill::before { content: "\f133"; }
+.bi-arrow-right-circle::before { content: "\f134"; }
+.bi-arrow-right-short::before { content: "\f135"; }
+.bi-arrow-right-square-fill::before { content: "\f136"; }
+.bi-arrow-right-square::before { content: "\f137"; }
+.bi-arrow-right::before { content: "\f138"; }
+.bi-arrow-up-circle-fill::before { content: "\f139"; }
+.bi-arrow-up-circle::before { content: "\f13a"; }
+.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
+.bi-arrow-up-left-circle::before { content: "\f13c"; }
+.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
+.bi-arrow-up-left-square::before { content: "\f13e"; }
+.bi-arrow-up-left::before { content: "\f13f"; }
+.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
+.bi-arrow-up-right-circle::before { content: "\f141"; }
+.bi-arrow-up-right-square-fill::before { content: "\f142"; }
+.bi-arrow-up-right-square::before { content: "\f143"; }
+.bi-arrow-up-right::before { content: "\f144"; }
+.bi-arrow-up-short::before { content: "\f145"; }
+.bi-arrow-up-square-fill::before { content: "\f146"; }
+.bi-arrow-up-square::before { content: "\f147"; }
+.bi-arrow-up::before { content: "\f148"; }
+.bi-arrows-angle-contract::before { content: "\f149"; }
+.bi-arrows-angle-expand::before { content: "\f14a"; }
+.bi-arrows-collapse::before { content: "\f14b"; }
+.bi-arrows-expand::before { content: "\f14c"; }
+.bi-arrows-fullscreen::before { content: "\f14d"; }
+.bi-arrows-move::before { content: "\f14e"; }
+.bi-aspect-ratio-fill::before { content: "\f14f"; }
+.bi-aspect-ratio::before { content: "\f150"; }
+.bi-asterisk::before { content: "\f151"; }
+.bi-at::before { content: "\f152"; }
+.bi-award-fill::before { content: "\f153"; }
+.bi-award::before { content: "\f154"; }
+.bi-back::before { content: "\f155"; }
+.bi-backspace-fill::before { content: "\f156"; }
+.bi-backspace-reverse-fill::before { content: "\f157"; }
+.bi-backspace-reverse::before { content: "\f158"; }
+.bi-backspace::before { content: "\f159"; }
+.bi-badge-3d-fill::before { content: "\f15a"; }
+.bi-badge-3d::before { content: "\f15b"; }
+.bi-badge-4k-fill::before { content: "\f15c"; }
+.bi-badge-4k::before { content: "\f15d"; }
+.bi-badge-8k-fill::before { content: "\f15e"; }
+.bi-badge-8k::before { content: "\f15f"; }
+.bi-badge-ad-fill::before { content: "\f160"; }
+.bi-badge-ad::before { content: "\f161"; }
+.bi-badge-ar-fill::before { content: "\f162"; }
+.bi-badge-ar::before { content: "\f163"; }
+.bi-badge-cc-fill::before { content: "\f164"; }
+.bi-badge-cc::before { content: "\f165"; }
+.bi-badge-hd-fill::before { content: "\f166"; }
+.bi-badge-hd::before { content: "\f167"; }
+.bi-badge-tm-fill::before { content: "\f168"; }
+.bi-badge-tm::before { content: "\f169"; }
+.bi-badge-vo-fill::before { content: "\f16a"; }
+.bi-badge-vo::before { content: "\f16b"; }
+.bi-badge-vr-fill::before { content: "\f16c"; }
+.bi-badge-vr::before { content: "\f16d"; }
+.bi-badge-wc-fill::before { content: "\f16e"; }
+.bi-badge-wc::before { content: "\f16f"; }
+.bi-bag-check-fill::before { content: "\f170"; }
+.bi-bag-check::before { content: "\f171"; }
+.bi-bag-dash-fill::before { content: "\f172"; }
+.bi-bag-dash::before { content: "\f173"; }
+.bi-bag-fill::before { content: "\f174"; }
+.bi-bag-plus-fill::before { content: "\f175"; }
+.bi-bag-plus::before { content: "\f176"; }
+.bi-bag-x-fill::before { content: "\f177"; }
+.bi-bag-x::before { content: "\f178"; }
+.bi-bag::before { content: "\f179"; }
+.bi-bar-chart-fill::before { content: "\f17a"; }
+.bi-bar-chart-line-fill::before { content: "\f17b"; }
+.bi-bar-chart-line::before { content: "\f17c"; }
+.bi-bar-chart-steps::before { content: "\f17d"; }
+.bi-bar-chart::before { content: "\f17e"; }
+.bi-basket-fill::before { content: "\f17f"; }
+.bi-basket::before { content: "\f180"; }
+.bi-basket2-fill::before { content: "\f181"; }
+.bi-basket2::before { content: "\f182"; }
+.bi-basket3-fill::before { content: "\f183"; }
+.bi-basket3::before { content: "\f184"; }
+.bi-battery-charging::before { content: "\f185"; }
+.bi-battery-full::before { content: "\f186"; }
+.bi-battery-half::before { content: "\f187"; }
+.bi-battery::before { content: "\f188"; }
+.bi-bell-fill::before { content: "\f189"; }
+.bi-bell::before { content: "\f18a"; }
+.bi-bezier::before { content: "\f18b"; }
+.bi-bezier2::before { content: "\f18c"; }
+.bi-bicycle::before { content: "\f18d"; }
+.bi-binoculars-fill::before { content: "\f18e"; }
+.bi-binoculars::before { content: "\f18f"; }
+.bi-blockquote-left::before { content: "\f190"; }
+.bi-blockquote-right::before { content: "\f191"; }
+.bi-book-fill::before { content: "\f192"; }
+.bi-book-half::before { content: "\f193"; }
+.bi-book::before { content: "\f194"; }
+.bi-bookmark-check-fill::before { content: "\f195"; }
+.bi-bookmark-check::before { content: "\f196"; }
+.bi-bookmark-dash-fill::before { content: "\f197"; }
+.bi-bookmark-dash::before { content: "\f198"; }
+.bi-bookmark-fill::before { content: "\f199"; }
+.bi-bookmark-heart-fill::before { content: "\f19a"; }
+.bi-bookmark-heart::before { content: "\f19b"; }
+.bi-bookmark-plus-fill::before { content: "\f19c"; }
+.bi-bookmark-plus::before { content: "\f19d"; }
+.bi-bookmark-star-fill::before { content: "\f19e"; }
+.bi-bookmark-star::before { content: "\f19f"; }
+.bi-bookmark-x-fill::before { content: "\f1a0"; }
+.bi-bookmark-x::before { content: "\f1a1"; }
+.bi-bookmark::before { content: "\f1a2"; }
+.bi-bookmarks-fill::before { content: "\f1a3"; }
+.bi-bookmarks::before { content: "\f1a4"; }
+.bi-bookshelf::before { content: "\f1a5"; }
+.bi-bootstrap-fill::before { content: "\f1a6"; }
+.bi-bootstrap-reboot::before { content: "\f1a7"; }
+.bi-bootstrap::before { content: "\f1a8"; }
+.bi-border-all::before { content: "\f1a9"; }
+.bi-border-bottom::before { content: "\f1aa"; }
+.bi-border-center::before { content: "\f1ab"; }
+.bi-border-inner::before { content: "\f1ac"; }
+.bi-border-left::before { content: "\f1ad"; }
+.bi-border-middle::before { content: "\f1ae"; }
+.bi-border-outer::before { content: "\f1af"; }
+.bi-border-right::before { content: "\f1b0"; }
+.bi-border-style::before { content: "\f1b1"; }
+.bi-border-top::before { content: "\f1b2"; }
+.bi-border-width::before { content: "\f1b3"; }
+.bi-border::before { content: "\f1b4"; }
+.bi-bounding-box-circles::before { content: "\f1b5"; }
+.bi-bounding-box::before { content: "\f1b6"; }
+.bi-box-arrow-down-left::before { content: "\f1b7"; }
+.bi-box-arrow-down-right::before { content: "\f1b8"; }
+.bi-box-arrow-down::before { content: "\f1b9"; }
+.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
+.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
+.bi-box-arrow-in-down::before { content: "\f1bc"; }
+.bi-box-arrow-in-left::before { content: "\f1bd"; }
+.bi-box-arrow-in-right::before { content: "\f1be"; }
+.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
+.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
+.bi-box-arrow-in-up::before { content: "\f1c1"; }
+.bi-box-arrow-left::before { content: "\f1c2"; }
+.bi-box-arrow-right::before { content: "\f1c3"; }
+.bi-box-arrow-up-left::before { content: "\f1c4"; }
+.bi-box-arrow-up-right::before { content: "\f1c5"; }
+.bi-box-arrow-up::before { content: "\f1c6"; }
+.bi-box-seam::before { content: "\f1c7"; }
+.bi-box::before { content: "\f1c8"; }
+.bi-braces::before { content: "\f1c9"; }
+.bi-bricks::before { content: "\f1ca"; }
+.bi-briefcase-fill::before { content: "\f1cb"; }
+.bi-briefcase::before { content: "\f1cc"; }
+.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
+.bi-brightness-alt-high::before { content: "\f1ce"; }
+.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
+.bi-brightness-alt-low::before { content: "\f1d0"; }
+.bi-brightness-high-fill::before { content: "\f1d1"; }
+.bi-brightness-high::before { content: "\f1d2"; }
+.bi-brightness-low-fill::before { content: "\f1d3"; }
+.bi-brightness-low::before { content: "\f1d4"; }
+.bi-broadcast-pin::before { content: "\f1d5"; }
+.bi-broadcast::before { content: "\f1d6"; }
+.bi-brush-fill::before { content: "\f1d7"; }
+.bi-brush::before { content: "\f1d8"; }
+.bi-bucket-fill::before { content: "\f1d9"; }
+.bi-bucket::before { content: "\f1da"; }
+.bi-bug-fill::before { content: "\f1db"; }
+.bi-bug::before { content: "\f1dc"; }
+.bi-building::before { content: "\f1dd"; }
+.bi-bullseye::before { content: "\f1de"; }
+.bi-calculator-fill::before { content: "\f1df"; }
+.bi-calculator::before { content: "\f1e0"; }
+.bi-calendar-check-fill::before { content: "\f1e1"; }
+.bi-calendar-check::before { content: "\f1e2"; }
+.bi-calendar-date-fill::before { content: "\f1e3"; }
+.bi-calendar-date::before { content: "\f1e4"; }
+.bi-calendar-day-fill::before { content: "\f1e5"; }
+.bi-calendar-day::before { content: "\f1e6"; }
+.bi-calendar-event-fill::before { content: "\f1e7"; }
+.bi-calendar-event::before { content: "\f1e8"; }
+.bi-calendar-fill::before { content: "\f1e9"; }
+.bi-calendar-minus-fill::before { content: "\f1ea"; }
+.bi-calendar-minus::before { content: "\f1eb"; }
+.bi-calendar-month-fill::before { content: "\f1ec"; }
+.bi-calendar-month::before { content: "\f1ed"; }
+.bi-calendar-plus-fill::before { content: "\f1ee"; }
+.bi-calendar-plus::before { content: "\f1ef"; }
+.bi-calendar-range-fill::before { content: "\f1f0"; }
+.bi-calendar-range::before { content: "\f1f1"; }
+.bi-calendar-week-fill::before { content: "\f1f2"; }
+.bi-calendar-week::before { content: "\f1f3"; }
+.bi-calendar-x-fill::before { content: "\f1f4"; }
+.bi-calendar-x::before { content: "\f1f5"; }
+.bi-calendar::before { content: "\f1f6"; }
+.bi-calendar2-check-fill::before { content: "\f1f7"; }
+.bi-calendar2-check::before { content: "\f1f8"; }
+.bi-calendar2-date-fill::before { content: "\f1f9"; }
+.bi-calendar2-date::before { content: "\f1fa"; }
+.bi-calendar2-day-fill::before { content: "\f1fb"; }
+.bi-calendar2-day::before { content: "\f1fc"; }
+.bi-calendar2-event-fill::before { content: "\f1fd"; }
+.bi-calendar2-event::before { content: "\f1fe"; }
+.bi-calendar2-fill::before { content: "\f1ff"; }
+.bi-calendar2-minus-fill::before { content: "\f200"; }
+.bi-calendar2-minus::before { content: "\f201"; }
+.bi-calendar2-month-fill::before { content: "\f202"; }
+.bi-calendar2-month::before { content: "\f203"; }
+.bi-calendar2-plus-fill::before { content: "\f204"; }
+.bi-calendar2-plus::before { content: "\f205"; }
+.bi-calendar2-range-fill::before { content: "\f206"; }
+.bi-calendar2-range::before { content: "\f207"; }
+.bi-calendar2-week-fill::before { content: "\f208"; }
+.bi-calendar2-week::before { content: "\f209"; }
+.bi-calendar2-x-fill::before { content: "\f20a"; }
+.bi-calendar2-x::before { content: "\f20b"; }
+.bi-calendar2::before { content: "\f20c"; }
+.bi-calendar3-event-fill::before { content: "\f20d"; }
+.bi-calendar3-event::before { content: "\f20e"; }
+.bi-calendar3-fill::before { content: "\f20f"; }
+.bi-calendar3-range-fill::before { content: "\f210"; }
+.bi-calendar3-range::before { content: "\f211"; }
+.bi-calendar3-week-fill::before { content: "\f212"; }
+.bi-calendar3-week::before { content: "\f213"; }
+.bi-calendar3::before { content: "\f214"; }
+.bi-calendar4-event::before { content: "\f215"; }
+.bi-calendar4-range::before { content: "\f216"; }
+.bi-calendar4-week::before { content: "\f217"; }
+.bi-calendar4::before { content: "\f218"; }
+.bi-camera-fill::before { content: "\f219"; }
+.bi-camera-reels-fill::before { content: "\f21a"; }
+.bi-camera-reels::before { content: "\f21b"; }
+.bi-camera-video-fill::before { content: "\f21c"; }
+.bi-camera-video-off-fill::before { content: "\f21d"; }
+.bi-camera-video-off::before { content: "\f21e"; }
+.bi-camera-video::before { content: "\f21f"; }
+.bi-camera::before { content: "\f220"; }
+.bi-camera2::before { content: "\f221"; }
+.bi-capslock-fill::before { content: "\f222"; }
+.bi-capslock::before { content: "\f223"; }
+.bi-card-checklist::before { content: "\f224"; }
+.bi-card-heading::before { content: "\f225"; }
+.bi-card-image::before { content: "\f226"; }
+.bi-card-list::before { content: "\f227"; }
+.bi-card-text::before { content: "\f228"; }
+.bi-caret-down-fill::before { content: "\f229"; }
+.bi-caret-down-square-fill::before { content: "\f22a"; }
+.bi-caret-down-square::before { content: "\f22b"; }
+.bi-caret-down::before { content: "\f22c"; }
+.bi-caret-left-fill::before { content: "\f22d"; }
+.bi-caret-left-square-fill::before { content: "\f22e"; }
+.bi-caret-left-square::before { content: "\f22f"; }
+.bi-caret-left::before { content: "\f230"; }
+.bi-caret-right-fill::before { content: "\f231"; }
+.bi-caret-right-square-fill::before { content: "\f232"; }
+.bi-caret-right-square::before { content: "\f233"; }
+.bi-caret-right::before { content: "\f234"; }
+.bi-caret-up-fill::before { content: "\f235"; }
+.bi-caret-up-square-fill::before { content: "\f236"; }
+.bi-caret-up-square::before { content: "\f237"; }
+.bi-caret-up::before { content: "\f238"; }
+.bi-cart-check-fill::before { content: "\f239"; }
+.bi-cart-check::before { content: "\f23a"; }
+.bi-cart-dash-fill::before { content: "\f23b"; }
+.bi-cart-dash::before { content: "\f23c"; }
+.bi-cart-fill::before { content: "\f23d"; }
+.bi-cart-plus-fill::before { content: "\f23e"; }
+.bi-cart-plus::before { content: "\f23f"; }
+.bi-cart-x-fill::before { content: "\f240"; }
+.bi-cart-x::before { content: "\f241"; }
+.bi-cart::before { content: "\f242"; }
+.bi-cart2::before { content: "\f243"; }
+.bi-cart3::before { content: "\f244"; }
+.bi-cart4::before { content: "\f245"; }
+.bi-cash-stack::before { content: "\f246"; }
+.bi-cash::before { content: "\f247"; }
+.bi-cast::before { content: "\f248"; }
+.bi-chat-dots-fill::before { content: "\f249"; }
+.bi-chat-dots::before { content: "\f24a"; }
+.bi-chat-fill::before { content: "\f24b"; }
+.bi-chat-left-dots-fill::before { content: "\f24c"; }
+.bi-chat-left-dots::before { content: "\f24d"; }
+.bi-chat-left-fill::before { content: "\f24e"; }
+.bi-chat-left-quote-fill::before { content: "\f24f"; }
+.bi-chat-left-quote::before { content: "\f250"; }
+.bi-chat-left-text-fill::before { content: "\f251"; }
+.bi-chat-left-text::before { content: "\f252"; }
+.bi-chat-left::before { content: "\f253"; }
+.bi-chat-quote-fill::before { content: "\f254"; }
+.bi-chat-quote::before { content: "\f255"; }
+.bi-chat-right-dots-fill::before { content: "\f256"; }
+.bi-chat-right-dots::before { content: "\f257"; }
+.bi-chat-right-fill::before { content: "\f258"; }
+.bi-chat-right-quote-fill::before { content: "\f259"; }
+.bi-chat-right-quote::before { content: "\f25a"; }
+.bi-chat-right-text-fill::before { content: "\f25b"; }
+.bi-chat-right-text::before { content: "\f25c"; }
+.bi-chat-right::before { content: "\f25d"; }
+.bi-chat-square-dots-fill::before { content: "\f25e"; }
+.bi-chat-square-dots::before { content: "\f25f"; }
+.bi-chat-square-fill::before { content: "\f260"; }
+.bi-chat-square-quote-fill::before { content: "\f261"; }
+.bi-chat-square-quote::before { content: "\f262"; }
+.bi-chat-square-text-fill::before { content: "\f263"; }
+.bi-chat-square-text::before { content: "\f264"; }
+.bi-chat-square::before { content: "\f265"; }
+.bi-chat-text-fill::before { content: "\f266"; }
+.bi-chat-text::before { content: "\f267"; }
+.bi-chat::before { content: "\f268"; }
+.bi-check-all::before { content: "\f269"; }
+.bi-check-circle-fill::before { content: "\f26a"; }
+.bi-check-circle::before { content: "\f26b"; }
+.bi-check-square-fill::before { content: "\f26c"; }
+.bi-check-square::before { content: "\f26d"; }
+.bi-check::before { content: "\f26e"; }
+.bi-check2-all::before { content: "\f26f"; }
+.bi-check2-circle::before { content: "\f270"; }
+.bi-check2-square::before { content: "\f271"; }
+.bi-check2::before { content: "\f272"; }
+.bi-chevron-bar-contract::before { content: "\f273"; }
+.bi-chevron-bar-down::before { content: "\f274"; }
+.bi-chevron-bar-expand::before { content: "\f275"; }
+.bi-chevron-bar-left::before { content: "\f276"; }
+.bi-chevron-bar-right::before { content: "\f277"; }
+.bi-chevron-bar-up::before { content: "\f278"; }
+.bi-chevron-compact-down::before { content: "\f279"; }
+.bi-chevron-compact-left::before { content: "\f27a"; }
+.bi-chevron-compact-right::before { content: "\f27b"; }
+.bi-chevron-compact-up::before { content: "\f27c"; }
+.bi-chevron-contract::before { content: "\f27d"; }
+.bi-chevron-double-down::before { content: "\f27e"; }
+.bi-chevron-double-left::before { content: "\f27f"; }
+.bi-chevron-double-right::before { content: "\f280"; }
+.bi-chevron-double-up::before { content: "\f281"; }
+.bi-chevron-down::before { content: "\f282"; }
+.bi-chevron-expand::before { content: "\f283"; }
+.bi-chevron-left::before { content: "\f284"; }
+.bi-chevron-right::before { content: "\f285"; }
+.bi-chevron-up::before { content: "\f286"; }
+.bi-circle-fill::before { content: "\f287"; }
+.bi-circle-half::before { content: "\f288"; }
+.bi-circle-square::before { content: "\f289"; }
+.bi-circle::before { content: "\f28a"; }
+.bi-clipboard-check::before { content: "\f28b"; }
+.bi-clipboard-data::before { content: "\f28c"; }
+.bi-clipboard-minus::before { content: "\f28d"; }
+.bi-clipboard-plus::before { content: "\f28e"; }
+.bi-clipboard-x::before { content: "\f28f"; }
+.bi-clipboard::before { content: "\f290"; }
+.bi-clock-fill::before { content: "\f291"; }
+.bi-clock-history::before { content: "\f292"; }
+.bi-clock::before { content: "\f293"; }
+.bi-cloud-arrow-down-fill::before { content: "\f294"; }
+.bi-cloud-arrow-down::before { content: "\f295"; }
+.bi-cloud-arrow-up-fill::before { content: "\f296"; }
+.bi-cloud-arrow-up::before { content: "\f297"; }
+.bi-cloud-check-fill::before { content: "\f298"; }
+.bi-cloud-check::before { content: "\f299"; }
+.bi-cloud-download-fill::before { content: "\f29a"; }
+.bi-cloud-download::before { content: "\f29b"; }
+.bi-cloud-drizzle-fill::before { content: "\f29c"; }
+.bi-cloud-drizzle::before { content: "\f29d"; }
+.bi-cloud-fill::before { content: "\f29e"; }
+.bi-cloud-fog-fill::before { content: "\f29f"; }
+.bi-cloud-fog::before { content: "\f2a0"; }
+.bi-cloud-fog2-fill::before { content: "\f2a1"; }
+.bi-cloud-fog2::before { content: "\f2a2"; }
+.bi-cloud-hail-fill::before { content: "\f2a3"; }
+.bi-cloud-hail::before { content: "\f2a4"; }
+.bi-cloud-haze-1::before { content: "\f2a5"; }
+.bi-cloud-haze-fill::before { content: "\f2a6"; }
+.bi-cloud-haze::before { content: "\f2a7"; }
+.bi-cloud-haze2-fill::before { content: "\f2a8"; }
+.bi-cloud-lightning-fill::before { content: "\f2a9"; }
+.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
+.bi-cloud-lightning-rain::before { content: "\f2ab"; }
+.bi-cloud-lightning::before { content: "\f2ac"; }
+.bi-cloud-minus-fill::before { content: "\f2ad"; }
+.bi-cloud-minus::before { content: "\f2ae"; }
+.bi-cloud-moon-fill::before { content: "\f2af"; }
+.bi-cloud-moon::before { content: "\f2b0"; }
+.bi-cloud-plus-fill::before { content: "\f2b1"; }
+.bi-cloud-plus::before { content: "\f2b2"; }
+.bi-cloud-rain-fill::before { content: "\f2b3"; }
+.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
+.bi-cloud-rain-heavy::before { content: "\f2b5"; }
+.bi-cloud-rain::before { content: "\f2b6"; }
+.bi-cloud-slash-fill::before { content: "\f2b7"; }
+.bi-cloud-slash::before { content: "\f2b8"; }
+.bi-cloud-sleet-fill::before { content: "\f2b9"; }
+.bi-cloud-sleet::before { content: "\f2ba"; }
+.bi-cloud-snow-fill::before { content: "\f2bb"; }
+.bi-cloud-snow::before { content: "\f2bc"; }
+.bi-cloud-sun-fill::before { content: "\f2bd"; }
+.bi-cloud-sun::before { content: "\f2be"; }
+.bi-cloud-upload-fill::before { content: "\f2bf"; }
+.bi-cloud-upload::before { content: "\f2c0"; }
+.bi-cloud::before { content: "\f2c1"; }
+.bi-clouds-fill::before { content: "\f2c2"; }
+.bi-clouds::before { content: "\f2c3"; }
+.bi-cloudy-fill::before { content: "\f2c4"; }
+.bi-cloudy::before { content: "\f2c5"; }
+.bi-code-slash::before { content: "\f2c6"; }
+.bi-code-square::before { content: "\f2c7"; }
+.bi-code::before { content: "\f2c8"; }
+.bi-collection-fill::before { content: "\f2c9"; }
+.bi-collection-play-fill::before { content: "\f2ca"; }
+.bi-collection-play::before { content: "\f2cb"; }
+.bi-collection::before { content: "\f2cc"; }
+.bi-columns-gap::before { content: "\f2cd"; }
+.bi-columns::before { content: "\f2ce"; }
+.bi-command::before { content: "\f2cf"; }
+.bi-compass-fill::before { content: "\f2d0"; }
+.bi-compass::before { content: "\f2d1"; }
+.bi-cone-striped::before { content: "\f2d2"; }
+.bi-cone::before { content: "\f2d3"; }
+.bi-controller::before { content: "\f2d4"; }
+.bi-cpu-fill::before { content: "\f2d5"; }
+.bi-cpu::before { content: "\f2d6"; }
+.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
+.bi-credit-card-2-back::before { content: "\f2d8"; }
+.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
+.bi-credit-card-2-front::before { content: "\f2da"; }
+.bi-credit-card-fill::before { content: "\f2db"; }
+.bi-credit-card::before { content: "\f2dc"; }
+.bi-crop::before { content: "\f2dd"; }
+.bi-cup-fill::before { content: "\f2de"; }
+.bi-cup-straw::before { content: "\f2df"; }
+.bi-cup::before { content: "\f2e0"; }
+.bi-cursor-fill::before { content: "\f2e1"; }
+.bi-cursor-text::before { content: "\f2e2"; }
+.bi-cursor::before { content: "\f2e3"; }
+.bi-dash-circle-dotted::before { content: "\f2e4"; }
+.bi-dash-circle-fill::before { content: "\f2e5"; }
+.bi-dash-circle::before { content: "\f2e6"; }
+.bi-dash-square-dotted::before { content: "\f2e7"; }
+.bi-dash-square-fill::before { content: "\f2e8"; }
+.bi-dash-square::before { content: "\f2e9"; }
+.bi-dash::before { content: "\f2ea"; }
+.bi-diagram-2-fill::before { content: "\f2eb"; }
+.bi-diagram-2::before { content: "\f2ec"; }
+.bi-diagram-3-fill::before { content: "\f2ed"; }
+.bi-diagram-3::before { content: "\f2ee"; }
+.bi-diamond-fill::before { content: "\f2ef"; }
+.bi-diamond-half::before { content: "\f2f0"; }
+.bi-diamond::before { content: "\f2f1"; }
+.bi-dice-1-fill::before { content: "\f2f2"; }
+.bi-dice-1::before { content: "\f2f3"; }
+.bi-dice-2-fill::before { content: "\f2f4"; }
+.bi-dice-2::before { content: "\f2f5"; }
+.bi-dice-3-fill::before { content: "\f2f6"; }
+.bi-dice-3::before { content: "\f2f7"; }
+.bi-dice-4-fill::before { content: "\f2f8"; }
+.bi-dice-4::before { content: "\f2f9"; }
+.bi-dice-5-fill::before { content: "\f2fa"; }
+.bi-dice-5::before { content: "\f2fb"; }
+.bi-dice-6-fill::before { content: "\f2fc"; }
+.bi-dice-6::before { content: "\f2fd"; }
+.bi-disc-fill::before { content: "\f2fe"; }
+.bi-disc::before { content: "\f2ff"; }
+.bi-discord::before { content: "\f300"; }
+.bi-display-fill::before { content: "\f301"; }
+.bi-display::before { content: "\f302"; }
+.bi-distribute-horizontal::before { content: "\f303"; }
+.bi-distribute-vertical::before { content: "\f304"; }
+.bi-door-closed-fill::before { content: "\f305"; }
+.bi-door-closed::before { content: "\f306"; }
+.bi-door-open-fill::before { content: "\f307"; }
+.bi-door-open::before { content: "\f308"; }
+.bi-dot::before { content: "\f309"; }
+.bi-download::before { content: "\f30a"; }
+.bi-droplet-fill::before { content: "\f30b"; }
+.bi-droplet-half::before { content: "\f30c"; }
+.bi-droplet::before { content: "\f30d"; }
+.bi-earbuds::before { content: "\f30e"; }
+.bi-easel-fill::before { content: "\f30f"; }
+.bi-easel::before { content: "\f310"; }
+.bi-egg-fill::before { content: "\f311"; }
+.bi-egg-fried::before { content: "\f312"; }
+.bi-egg::before { content: "\f313"; }
+.bi-eject-fill::before { content: "\f314"; }
+.bi-eject::before { content: "\f315"; }
+.bi-emoji-angry-fill::before { content: "\f316"; }
+.bi-emoji-angry::before { content: "\f317"; }
+.bi-emoji-dizzy-fill::before { content: "\f318"; }
+.bi-emoji-dizzy::before { content: "\f319"; }
+.bi-emoji-expressionless-fill::before { content: "\f31a"; }
+.bi-emoji-expressionless::before { content: "\f31b"; }
+.bi-emoji-frown-fill::before { content: "\f31c"; }
+.bi-emoji-frown::before { content: "\f31d"; }
+.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
+.bi-emoji-heart-eyes::before { content: "\f31f"; }
+.bi-emoji-laughing-fill::before { content: "\f320"; }
+.bi-emoji-laughing::before { content: "\f321"; }
+.bi-emoji-neutral-fill::before { content: "\f322"; }
+.bi-emoji-neutral::before { content: "\f323"; }
+.bi-emoji-smile-fill::before { content: "\f324"; }
+.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
+.bi-emoji-smile-upside-down::before { content: "\f326"; }
+.bi-emoji-smile::before { content: "\f327"; }
+.bi-emoji-sunglasses-fill::before { content: "\f328"; }
+.bi-emoji-sunglasses::before { content: "\f329"; }
+.bi-emoji-wink-fill::before { content: "\f32a"; }
+.bi-emoji-wink::before { content: "\f32b"; }
+.bi-envelope-fill::before { content: "\f32c"; }
+.bi-envelope-open-fill::before { content: "\f32d"; }
+.bi-envelope-open::before { content: "\f32e"; }
+.bi-envelope::before { content: "\f32f"; }
+.bi-eraser-fill::before { content: "\f330"; }
+.bi-eraser::before { content: "\f331"; }
+.bi-exclamation-circle-fill::before { content: "\f332"; }
+.bi-exclamation-circle::before { content: "\f333"; }
+.bi-exclamation-diamond-fill::before { content: "\f334"; }
+.bi-exclamation-diamond::before { content: "\f335"; }
+.bi-exclamation-octagon-fill::before { content: "\f336"; }
+.bi-exclamation-octagon::before { content: "\f337"; }
+.bi-exclamation-square-fill::before { content: "\f338"; }
+.bi-exclamation-square::before { content: "\f339"; }
+.bi-exclamation-triangle-fill::before { content: "\f33a"; }
+.bi-exclamation-triangle::before { content: "\f33b"; }
+.bi-exclamation::before { content: "\f33c"; }
+.bi-exclude::before { content: "\f33d"; }
+.bi-eye-fill::before { content: "\f33e"; }
+.bi-eye-slash-fill::before { content: "\f33f"; }
+.bi-eye-slash::before { content: "\f340"; }
+.bi-eye::before { content: "\f341"; }
+.bi-eyedropper::before { content: "\f342"; }
+.bi-eyeglasses::before { content: "\f343"; }
+.bi-facebook::before { content: "\f344"; }
+.bi-file-arrow-down-fill::before { content: "\f345"; }
+.bi-file-arrow-down::before { content: "\f346"; }
+.bi-file-arrow-up-fill::before { content: "\f347"; }
+.bi-file-arrow-up::before { content: "\f348"; }
+.bi-file-bar-graph-fill::before { content: "\f349"; }
+.bi-file-bar-graph::before { content: "\f34a"; }
+.bi-file-binary-fill::before { content: "\f34b"; }
+.bi-file-binary::before { content: "\f34c"; }
+.bi-file-break-fill::before { content: "\f34d"; }
+.bi-file-break::before { content: "\f34e"; }
+.bi-file-check-fill::before { content: "\f34f"; }
+.bi-file-check::before { content: "\f350"; }
+.bi-file-code-fill::before { content: "\f351"; }
+.bi-file-code::before { content: "\f352"; }
+.bi-file-diff-fill::before { content: "\f353"; }
+.bi-file-diff::before { content: "\f354"; }
+.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
+.bi-file-earmark-arrow-down::before { content: "\f356"; }
+.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
+.bi-file-earmark-arrow-up::before { content: "\f358"; }
+.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
+.bi-file-earmark-bar-graph::before { content: "\f35a"; }
+.bi-file-earmark-binary-fill::before { content: "\f35b"; }
+.bi-file-earmark-binary::before { content: "\f35c"; }
+.bi-file-earmark-break-fill::before { content: "\f35d"; }
+.bi-file-earmark-break::before { content: "\f35e"; }
+.bi-file-earmark-check-fill::before { content: "\f35f"; }
+.bi-file-earmark-check::before { content: "\f360"; }
+.bi-file-earmark-code-fill::before { content: "\f361"; }
+.bi-file-earmark-code::before { content: "\f362"; }
+.bi-file-earmark-diff-fill::before { content: "\f363"; }
+.bi-file-earmark-diff::before { content: "\f364"; }
+.bi-file-earmark-easel-fill::before { content: "\f365"; }
+.bi-file-earmark-easel::before { content: "\f366"; }
+.bi-file-earmark-excel-fill::before { content: "\f367"; }
+.bi-file-earmark-excel::before { content: "\f368"; }
+.bi-file-earmark-fill::before { content: "\f369"; }
+.bi-file-earmark-font-fill::before { content: "\f36a"; }
+.bi-file-earmark-font::before { content: "\f36b"; }
+.bi-file-earmark-image-fill::before { content: "\f36c"; }
+.bi-file-earmark-image::before { content: "\f36d"; }
+.bi-file-earmark-lock-fill::before { content: "\f36e"; }
+.bi-file-earmark-lock::before { content: "\f36f"; }
+.bi-file-earmark-lock2-fill::before { content: "\f370"; }
+.bi-file-earmark-lock2::before { content: "\f371"; }
+.bi-file-earmark-medical-fill::before { content: "\f372"; }
+.bi-file-earmark-medical::before { content: "\f373"; }
+.bi-file-earmark-minus-fill::before { content: "\f374"; }
+.bi-file-earmark-minus::before { content: "\f375"; }
+.bi-file-earmark-music-fill::before { content: "\f376"; }
+.bi-file-earmark-music::before { content: "\f377"; }
+.bi-file-earmark-person-fill::before { content: "\f378"; }
+.bi-file-earmark-person::before { content: "\f379"; }
+.bi-file-earmark-play-fill::before { content: "\f37a"; }
+.bi-file-earmark-play::before { content: "\f37b"; }
+.bi-file-earmark-plus-fill::before { content: "\f37c"; }
+.bi-file-earmark-plus::before { content: "\f37d"; }
+.bi-file-earmark-post-fill::before { content: "\f37e"; }
+.bi-file-earmark-post::before { content: "\f37f"; }
+.bi-file-earmark-ppt-fill::before { content: "\f380"; }
+.bi-file-earmark-ppt::before { content: "\f381"; }
+.bi-file-earmark-richtext-fill::before { content: "\f382"; }
+.bi-file-earmark-richtext::before { content: "\f383"; }
+.bi-file-earmark-ruled-fill::before { content: "\f384"; }
+.bi-file-earmark-ruled::before { content: "\f385"; }
+.bi-file-earmark-slides-fill::before { content: "\f386"; }
+.bi-file-earmark-slides::before { content: "\f387"; }
+.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
+.bi-file-earmark-spreadsheet::before { content: "\f389"; }
+.bi-file-earmark-text-fill::before { content: "\f38a"; }
+.bi-file-earmark-text::before { content: "\f38b"; }
+.bi-file-earmark-word-fill::before { content: "\f38c"; }
+.bi-file-earmark-word::before { content: "\f38d"; }
+.bi-file-earmark-x-fill::before { content: "\f38e"; }
+.bi-file-earmark-x::before { content: "\f38f"; }
+.bi-file-earmark-zip-fill::before { content: "\f390"; }
+.bi-file-earmark-zip::before { content: "\f391"; }
+.bi-file-earmark::before { content: "\f392"; }
+.bi-file-easel-fill::before { content: "\f393"; }
+.bi-file-easel::before { content: "\f394"; }
+.bi-file-excel-fill::before { content: "\f395"; }
+.bi-file-excel::before { content: "\f396"; }
+.bi-file-fill::before { content: "\f397"; }
+.bi-file-font-fill::before { content: "\f398"; }
+.bi-file-font::before { content: "\f399"; }
+.bi-file-image-fill::before { content: "\f39a"; }
+.bi-file-image::before { content: "\f39b"; }
+.bi-file-lock-fill::before { content: "\f39c"; }
+.bi-file-lock::before { content: "\f39d"; }
+.bi-file-lock2-fill::before { content: "\f39e"; }
+.bi-file-lock2::before { content: "\f39f"; }
+.bi-file-medical-fill::before { content: "\f3a0"; }
+.bi-file-medical::before { content: "\f3a1"; }
+.bi-file-minus-fill::before { content: "\f3a2"; }
+.bi-file-minus::before { content: "\f3a3"; }
+.bi-file-music-fill::before { content: "\f3a4"; }
+.bi-file-music::before { content: "\f3a5"; }
+.bi-file-person-fill::before { content: "\f3a6"; }
+.bi-file-person::before { content: "\f3a7"; }
+.bi-file-play-fill::before { content: "\f3a8"; }
+.bi-file-play::before { content: "\f3a9"; }
+.bi-file-plus-fill::before { content: "\f3aa"; }
+.bi-file-plus::before { content: "\f3ab"; }
+.bi-file-post-fill::before { content: "\f3ac"; }
+.bi-file-post::before { content: "\f3ad"; }
+.bi-file-ppt-fill::before { content: "\f3ae"; }
+.bi-file-ppt::before { content: "\f3af"; }
+.bi-file-richtext-fill::before { content: "\f3b0"; }
+.bi-file-richtext::before { content: "\f3b1"; }
+.bi-file-ruled-fill::before { content: "\f3b2"; }
+.bi-file-ruled::before { content: "\f3b3"; }
+.bi-file-slides-fill::before { content: "\f3b4"; }
+.bi-file-slides::before { content: "\f3b5"; }
+.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
+.bi-file-spreadsheet::before { content: "\f3b7"; }
+.bi-file-text-fill::before { content: "\f3b8"; }
+.bi-file-text::before { content: "\f3b9"; }
+.bi-file-word-fill::before { content: "\f3ba"; }
+.bi-file-word::before { content: "\f3bb"; }
+.bi-file-x-fill::before { content: "\f3bc"; }
+.bi-file-x::before { content: "\f3bd"; }
+.bi-file-zip-fill::before { content: "\f3be"; }
+.bi-file-zip::before { content: "\f3bf"; }
+.bi-file::before { content: "\f3c0"; }
+.bi-files-alt::before { content: "\f3c1"; }
+.bi-files::before { content: "\f3c2"; }
+.bi-film::before { content: "\f3c3"; }
+.bi-filter-circle-fill::before { content: "\f3c4"; }
+.bi-filter-circle::before { content: "\f3c5"; }
+.bi-filter-left::before { content: "\f3c6"; }
+.bi-filter-right::before { content: "\f3c7"; }
+.bi-filter-square-fill::before { content: "\f3c8"; }
+.bi-filter-square::before { content: "\f3c9"; }
+.bi-filter::before { content: "\f3ca"; }
+.bi-flag-fill::before { content: "\f3cb"; }
+.bi-flag::before { content: "\f3cc"; }
+.bi-flower1::before { content: "\f3cd"; }
+.bi-flower2::before { content: "\f3ce"; }
+.bi-flower3::before { content: "\f3cf"; }
+.bi-folder-check::before { content: "\f3d0"; }
+.bi-folder-fill::before { content: "\f3d1"; }
+.bi-folder-minus::before { content: "\f3d2"; }
+.bi-folder-plus::before { content: "\f3d3"; }
+.bi-folder-symlink-fill::before { content: "\f3d4"; }
+.bi-folder-symlink::before { content: "\f3d5"; }
+.bi-folder-x::before { content: "\f3d6"; }
+.bi-folder::before { content: "\f3d7"; }
+.bi-folder2-open::before { content: "\f3d8"; }
+.bi-folder2::before { content: "\f3d9"; }
+.bi-fonts::before { content: "\f3da"; }
+.bi-forward-fill::before { content: "\f3db"; }
+.bi-forward::before { content: "\f3dc"; }
+.bi-front::before { content: "\f3dd"; }
+.bi-fullscreen-exit::before { content: "\f3de"; }
+.bi-fullscreen::before { content: "\f3df"; }
+.bi-funnel-fill::before { content: "\f3e0"; }
+.bi-funnel::before { content: "\f3e1"; }
+.bi-gear-fill::before { content: "\f3e2"; }
+.bi-gear-wide-connected::before { content: "\f3e3"; }
+.bi-gear-wide::before { content: "\f3e4"; }
+.bi-gear::before { content: "\f3e5"; }
+.bi-gem::before { content: "\f3e6"; }
+.bi-geo-alt-fill::before { content: "\f3e7"; }
+.bi-geo-alt::before { content: "\f3e8"; }
+.bi-geo-fill::before { content: "\f3e9"; }
+.bi-geo::before { content: "\f3ea"; }
+.bi-gift-fill::before { content: "\f3eb"; }
+.bi-gift::before { content: "\f3ec"; }
+.bi-github::before { content: "\f3ed"; }
+.bi-globe::before { content: "\f3ee"; }
+.bi-globe2::before { content: "\f3ef"; }
+.bi-google::before { content: "\f3f0"; }
+.bi-graph-down::before { content: "\f3f1"; }
+.bi-graph-up::before { content: "\f3f2"; }
+.bi-grid-1x2-fill::before { content: "\f3f3"; }
+.bi-grid-1x2::before { content: "\f3f4"; }
+.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
+.bi-grid-3x2-gap::before { content: "\f3f6"; }
+.bi-grid-3x2::before { content: "\f3f7"; }
+.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
+.bi-grid-3x3-gap::before { content: "\f3f9"; }
+.bi-grid-3x3::before { content: "\f3fa"; }
+.bi-grid-fill::before { content: "\f3fb"; }
+.bi-grid::before { content: "\f3fc"; }
+.bi-grip-horizontal::before { content: "\f3fd"; }
+.bi-grip-vertical::before { content: "\f3fe"; }
+.bi-hammer::before { content: "\f3ff"; }
+.bi-hand-index-fill::before { content: "\f400"; }
+.bi-hand-index-thumb-fill::before { content: "\f401"; }
+.bi-hand-index-thumb::before { content: "\f402"; }
+.bi-hand-index::before { content: "\f403"; }
+.bi-hand-thumbs-down-fill::before { content: "\f404"; }
+.bi-hand-thumbs-down::before { content: "\f405"; }
+.bi-hand-thumbs-up-fill::before { content: "\f406"; }
+.bi-hand-thumbs-up::before { content: "\f407"; }
+.bi-handbag-fill::before { content: "\f408"; }
+.bi-handbag::before { content: "\f409"; }
+.bi-hash::before { content: "\f40a"; }
+.bi-hdd-fill::before { content: "\f40b"; }
+.bi-hdd-network-fill::before { content: "\f40c"; }
+.bi-hdd-network::before { content: "\f40d"; }
+.bi-hdd-rack-fill::before { content: "\f40e"; }
+.bi-hdd-rack::before { content: "\f40f"; }
+.bi-hdd-stack-fill::before { content: "\f410"; }
+.bi-hdd-stack::before { content: "\f411"; }
+.bi-hdd::before { content: "\f412"; }
+.bi-headphones::before { content: "\f413"; }
+.bi-headset::before { content: "\f414"; }
+.bi-heart-fill::before { content: "\f415"; }
+.bi-heart-half::before { content: "\f416"; }
+.bi-heart::before { content: "\f417"; }
+.bi-heptagon-fill::before { content: "\f418"; }
+.bi-heptagon-half::before { content: "\f419"; }
+.bi-heptagon::before { content: "\f41a"; }
+.bi-hexagon-fill::before { content: "\f41b"; }
+.bi-hexagon-half::before { content: "\f41c"; }
+.bi-hexagon::before { content: "\f41d"; }
+.bi-hourglass-bottom::before { content: "\f41e"; }
+.bi-hourglass-split::before { content: "\f41f"; }
+.bi-hourglass-top::before { content: "\f420"; }
+.bi-hourglass::before { content: "\f421"; }
+.bi-house-door-fill::before { content: "\f422"; }
+.bi-house-door::before { content: "\f423"; }
+.bi-house-fill::before { content: "\f424"; }
+.bi-house::before { content: "\f425"; }
+.bi-hr::before { content: "\f426"; }
+.bi-hurricane::before { content: "\f427"; }
+.bi-image-alt::before { content: "\f428"; }
+.bi-image-fill::before { content: "\f429"; }
+.bi-image::before { content: "\f42a"; }
+.bi-images::before { content: "\f42b"; }
+.bi-inbox-fill::before { content: "\f42c"; }
+.bi-inbox::before { content: "\f42d"; }
+.bi-inboxes-fill::before { content: "\f42e"; }
+.bi-inboxes::before { content: "\f42f"; }
+.bi-info-circle-fill::before { content: "\f430"; }
+.bi-info-circle::before { content: "\f431"; }
+.bi-info-square-fill::before { content: "\f432"; }
+.bi-info-square::before { content: "\f433"; }
+.bi-info::before { content: "\f434"; }
+.bi-input-cursor-text::before { content: "\f435"; }
+.bi-input-cursor::before { content: "\f436"; }
+.bi-instagram::before { content: "\f437"; }
+.bi-intersect::before { content: "\f438"; }
+.bi-journal-album::before { content: "\f439"; }
+.bi-journal-arrow-down::before { content: "\f43a"; }
+.bi-journal-arrow-up::before { content: "\f43b"; }
+.bi-journal-bookmark-fill::before { content: "\f43c"; }
+.bi-journal-bookmark::before { content: "\f43d"; }
+.bi-journal-check::before { content: "\f43e"; }
+.bi-journal-code::before { content: "\f43f"; }
+.bi-journal-medical::before { content: "\f440"; }
+.bi-journal-minus::before { content: "\f441"; }
+.bi-journal-plus::before { content: "\f442"; }
+.bi-journal-richtext::before { content: "\f443"; }
+.bi-journal-text::before { content: "\f444"; }
+.bi-journal-x::before { content: "\f445"; }
+.bi-journal::before { content: "\f446"; }
+.bi-journals::before { content: "\f447"; }
+.bi-joystick::before { content: "\f448"; }
+.bi-justify-left::before { content: "\f449"; }
+.bi-justify-right::before { content: "\f44a"; }
+.bi-justify::before { content: "\f44b"; }
+.bi-kanban-fill::before { content: "\f44c"; }
+.bi-kanban::before { content: "\f44d"; }
+.bi-key-fill::before { content: "\f44e"; }
+.bi-key::before { content: "\f44f"; }
+.bi-keyboard-fill::before { content: "\f450"; }
+.bi-keyboard::before { content: "\f451"; }
+.bi-ladder::before { content: "\f452"; }
+.bi-lamp-fill::before { content: "\f453"; }
+.bi-lamp::before { content: "\f454"; }
+.bi-laptop-fill::before { content: "\f455"; }
+.bi-laptop::before { content: "\f456"; }
+.bi-layer-backward::before { content: "\f457"; }
+.bi-layer-forward::before { content: "\f458"; }
+.bi-layers-fill::before { content: "\f459"; }
+.bi-layers-half::before { content: "\f45a"; }
+.bi-layers::before { content: "\f45b"; }
+.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
+.bi-layout-sidebar-inset::before { content: "\f45d"; }
+.bi-layout-sidebar-reverse::before { content: "\f45e"; }
+.bi-layout-sidebar::before { content: "\f45f"; }
+.bi-layout-split::before { content: "\f460"; }
+.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
+.bi-layout-text-sidebar::before { content: "\f462"; }
+.bi-layout-text-window-reverse::before { content: "\f463"; }
+.bi-layout-text-window::before { content: "\f464"; }
+.bi-layout-three-columns::before { content: "\f465"; }
+.bi-layout-wtf::before { content: "\f466"; }
+.bi-life-preserver::before { content: "\f467"; }
+.bi-lightbulb-fill::before { content: "\f468"; }
+.bi-lightbulb-off-fill::before { content: "\f469"; }
+.bi-lightbulb-off::before { content: "\f46a"; }
+.bi-lightbulb::before { content: "\f46b"; }
+.bi-lightning-charge-fill::before { content: "\f46c"; }
+.bi-lightning-charge::before { content: "\f46d"; }
+.bi-lightning-fill::before { content: "\f46e"; }
+.bi-lightning::before { content: "\f46f"; }
+.bi-link-45deg::before { content: "\f470"; }
+.bi-link::before { content: "\f471"; }
+.bi-linkedin::before { content: "\f472"; }
+.bi-list-check::before { content: "\f473"; }
+.bi-list-nested::before { content: "\f474"; }
+.bi-list-ol::before { content: "\f475"; }
+.bi-list-stars::before { content: "\f476"; }
+.bi-list-task::before { content: "\f477"; }
+.bi-list-ul::before { content: "\f478"; }
+.bi-list::before { content: "\f479"; }
+.bi-lock-fill::before { content: "\f47a"; }
+.bi-lock::before { content: "\f47b"; }
+.bi-mailbox::before { content: "\f47c"; }
+.bi-mailbox2::before { content: "\f47d"; }
+.bi-map-fill::before { content: "\f47e"; }
+.bi-map::before { content: "\f47f"; }
+.bi-markdown-fill::before { content: "\f480"; }
+.bi-markdown::before { content: "\f481"; }
+.bi-mask::before { content: "\f482"; }
+.bi-megaphone-fill::before { content: "\f483"; }
+.bi-megaphone::before { content: "\f484"; }
+.bi-menu-app-fill::before { content: "\f485"; }
+.bi-menu-app::before { content: "\f486"; }
+.bi-menu-button-fill::before { content: "\f487"; }
+.bi-menu-button-wide-fill::before { content: "\f488"; }
+.bi-menu-button-wide::before { content: "\f489"; }
+.bi-menu-button::before { content: "\f48a"; }
+.bi-menu-down::before { content: "\f48b"; }
+.bi-menu-up::before { content: "\f48c"; }
+.bi-mic-fill::before { content: "\f48d"; }
+.bi-mic-mute-fill::before { content: "\f48e"; }
+.bi-mic-mute::before { content: "\f48f"; }
+.bi-mic::before { content: "\f490"; }
+.bi-minecart-loaded::before { content: "\f491"; }
+.bi-minecart::before { content: "\f492"; }
+.bi-moisture::before { content: "\f493"; }
+.bi-moon-fill::before { content: "\f494"; }
+.bi-moon-stars-fill::before { content: "\f495"; }
+.bi-moon-stars::before { content: "\f496"; }
+.bi-moon::before { content: "\f497"; }
+.bi-mouse-fill::before { content: "\f498"; }
+.bi-mouse::before { content: "\f499"; }
+.bi-mouse2-fill::before { content: "\f49a"; }
+.bi-mouse2::before { content: "\f49b"; }
+.bi-mouse3-fill::before { content: "\f49c"; }
+.bi-mouse3::before { content: "\f49d"; }
+.bi-music-note-beamed::before { content: "\f49e"; }
+.bi-music-note-list::before { content: "\f49f"; }
+.bi-music-note::before { content: "\f4a0"; }
+.bi-music-player-fill::before { content: "\f4a1"; }
+.bi-music-player::before { content: "\f4a2"; }
+.bi-newspaper::before { content: "\f4a3"; }
+.bi-node-minus-fill::before { content: "\f4a4"; }
+.bi-node-minus::before { content: "\f4a5"; }
+.bi-node-plus-fill::before { content: "\f4a6"; }
+.bi-node-plus::before { content: "\f4a7"; }
+.bi-nut-fill::before { content: "\f4a8"; }
+.bi-nut::before { content: "\f4a9"; }
+.bi-octagon-fill::before { content: "\f4aa"; }
+.bi-octagon-half::before { content: "\f4ab"; }
+.bi-octagon::before { content: "\f4ac"; }
+.bi-option::before { content: "\f4ad"; }
+.bi-outlet::before { content: "\f4ae"; }
+.bi-paint-bucket::before { content: "\f4af"; }
+.bi-palette-fill::before { content: "\f4b0"; }
+.bi-palette::before { content: "\f4b1"; }
+.bi-palette2::before { content: "\f4b2"; }
+.bi-paperclip::before { content: "\f4b3"; }
+.bi-paragraph::before { content: "\f4b4"; }
+.bi-patch-check-fill::before { content: "\f4b5"; }
+.bi-patch-check::before { content: "\f4b6"; }
+.bi-patch-exclamation-fill::before { content: "\f4b7"; }
+.bi-patch-exclamation::before { content: "\f4b8"; }
+.bi-patch-minus-fill::before { content: "\f4b9"; }
+.bi-patch-minus::before { content: "\f4ba"; }
+.bi-patch-plus-fill::before { content: "\f4bb"; }
+.bi-patch-plus::before { content: "\f4bc"; }
+.bi-patch-question-fill::before { content: "\f4bd"; }
+.bi-patch-question::before { content: "\f4be"; }
+.bi-pause-btn-fill::before { content: "\f4bf"; }
+.bi-pause-btn::before { content: "\f4c0"; }
+.bi-pause-circle-fill::before { content: "\f4c1"; }
+.bi-pause-circle::before { content: "\f4c2"; }
+.bi-pause-fill::before { content: "\f4c3"; }
+.bi-pause::before { content: "\f4c4"; }
+.bi-peace-fill::before { content: "\f4c5"; }
+.bi-peace::before { content: "\f4c6"; }
+.bi-pen-fill::before { content: "\f4c7"; }
+.bi-pen::before { content: "\f4c8"; }
+.bi-pencil-fill::before { content: "\f4c9"; }
+.bi-pencil-square::before { content: "\f4ca"; }
+.bi-pencil::before { content: "\f4cb"; }
+.bi-pentagon-fill::before { content: "\f4cc"; }
+.bi-pentagon-half::before { content: "\f4cd"; }
+.bi-pentagon::before { content: "\f4ce"; }
+.bi-people-fill::before { content: "\f4cf"; }
+.bi-people::before { content: "\f4d0"; }
+.bi-percent::before { content: "\f4d1"; }
+.bi-person-badge-fill::before { content: "\f4d2"; }
+.bi-person-badge::before { content: "\f4d3"; }
+.bi-person-bounding-box::before { content: "\f4d4"; }
+.bi-person-check-fill::before { content: "\f4d5"; }
+.bi-person-check::before { content: "\f4d6"; }
+.bi-person-circle::before { content: "\f4d7"; }
+.bi-person-dash-fill::before { content: "\f4d8"; }
+.bi-person-dash::before { content: "\f4d9"; }
+.bi-person-fill::before { content: "\f4da"; }
+.bi-person-lines-fill::before { content: "\f4db"; }
+.bi-person-plus-fill::before { content: "\f4dc"; }
+.bi-person-plus::before { content: "\f4dd"; }
+.bi-person-square::before { content: "\f4de"; }
+.bi-person-x-fill::before { content: "\f4df"; }
+.bi-person-x::before { content: "\f4e0"; }
+.bi-person::before { content: "\f4e1"; }
+.bi-phone-fill::before { content: "\f4e2"; }
+.bi-phone-landscape-fill::before { content: "\f4e3"; }
+.bi-phone-landscape::before { content: "\f4e4"; }
+.bi-phone-vibrate-fill::before { content: "\f4e5"; }
+.bi-phone-vibrate::before { content: "\f4e6"; }
+.bi-phone::before { content: "\f4e7"; }
+.bi-pie-chart-fill::before { content: "\f4e8"; }
+.bi-pie-chart::before { content: "\f4e9"; }
+.bi-pin-angle-fill::before { content: "\f4ea"; }
+.bi-pin-angle::before { content: "\f4eb"; }
+.bi-pin-fill::before { content: "\f4ec"; }
+.bi-pin::before { content: "\f4ed"; }
+.bi-pip-fill::before { content: "\f4ee"; }
+.bi-pip::before { content: "\f4ef"; }
+.bi-play-btn-fill::before { content: "\f4f0"; }
+.bi-play-btn::before { content: "\f4f1"; }
+.bi-play-circle-fill::before { content: "\f4f2"; }
+.bi-play-circle::before { content: "\f4f3"; }
+.bi-play-fill::before { content: "\f4f4"; }
+.bi-play::before { content: "\f4f5"; }
+.bi-plug-fill::before { content: "\f4f6"; }
+.bi-plug::before { content: "\f4f7"; }
+.bi-plus-circle-dotted::before { content: "\f4f8"; }
+.bi-plus-circle-fill::before { content: "\f4f9"; }
+.bi-plus-circle::before { content: "\f4fa"; }
+.bi-plus-square-dotted::before { content: "\f4fb"; }
+.bi-plus-square-fill::before { content: "\f4fc"; }
+.bi-plus-square::before { content: "\f4fd"; }
+.bi-plus::before { content: "\f4fe"; }
+.bi-power::before { content: "\f4ff"; }
+.bi-printer-fill::before { content: "\f500"; }
+.bi-printer::before { content: "\f501"; }
+.bi-puzzle-fill::before { content: "\f502"; }
+.bi-puzzle::before { content: "\f503"; }
+.bi-question-circle-fill::before { content: "\f504"; }
+.bi-question-circle::before { content: "\f505"; }
+.bi-question-diamond-fill::before { content: "\f506"; }
+.bi-question-diamond::before { content: "\f507"; }
+.bi-question-octagon-fill::before { content: "\f508"; }
+.bi-question-octagon::before { content: "\f509"; }
+.bi-question-square-fill::before { content: "\f50a"; }
+.bi-question-square::before { content: "\f50b"; }
+.bi-question::before { content: "\f50c"; }
+.bi-rainbow::before { content: "\f50d"; }
+.bi-receipt-cutoff::before { content: "\f50e"; }
+.bi-receipt::before { content: "\f50f"; }
+.bi-reception-0::before { content: "\f510"; }
+.bi-reception-1::before { content: "\f511"; }
+.bi-reception-2::before { content: "\f512"; }
+.bi-reception-3::before { content: "\f513"; }
+.bi-reception-4::before { content: "\f514"; }
+.bi-record-btn-fill::before { content: "\f515"; }
+.bi-record-btn::before { content: "\f516"; }
+.bi-record-circle-fill::before { content: "\f517"; }
+.bi-record-circle::before { content: "\f518"; }
+.bi-record-fill::before { content: "\f519"; }
+.bi-record::before { content: "\f51a"; }
+.bi-record2-fill::before { content: "\f51b"; }
+.bi-record2::before { content: "\f51c"; }
+.bi-reply-all-fill::before { content: "\f51d"; }
+.bi-reply-all::before { content: "\f51e"; }
+.bi-reply-fill::before { content: "\f51f"; }
+.bi-reply::before { content: "\f520"; }
+.bi-rss-fill::before { content: "\f521"; }
+.bi-rss::before { content: "\f522"; }
+.bi-rulers::before { content: "\f523"; }
+.bi-save-fill::before { content: "\f524"; }
+.bi-save::before { content: "\f525"; }
+.bi-save2-fill::before { content: "\f526"; }
+.bi-save2::before { content: "\f527"; }
+.bi-scissors::before { content: "\f528"; }
+.bi-screwdriver::before { content: "\f529"; }
+.bi-search::before { content: "\f52a"; }
+.bi-segmented-nav::before { content: "\f52b"; }
+.bi-server::before { content: "\f52c"; }
+.bi-share-fill::before { content: "\f52d"; }
+.bi-share::before { content: "\f52e"; }
+.bi-shield-check::before { content: "\f52f"; }
+.bi-shield-exclamation::before { content: "\f530"; }
+.bi-shield-fill-check::before { content: "\f531"; }
+.bi-shield-fill-exclamation::before { content: "\f532"; }
+.bi-shield-fill-minus::before { content: "\f533"; }
+.bi-shield-fill-plus::before { content: "\f534"; }
+.bi-shield-fill-x::before { content: "\f535"; }
+.bi-shield-fill::before { content: "\f536"; }
+.bi-shield-lock-fill::before { content: "\f537"; }
+.bi-shield-lock::before { content: "\f538"; }
+.bi-shield-minus::before { content: "\f539"; }
+.bi-shield-plus::before { content: "\f53a"; }
+.bi-shield-shaded::before { content: "\f53b"; }
+.bi-shield-slash-fill::before { content: "\f53c"; }
+.bi-shield-slash::before { content: "\f53d"; }
+.bi-shield-x::before { content: "\f53e"; }
+.bi-shield::before { content: "\f53f"; }
+.bi-shift-fill::before { content: "\f540"; }
+.bi-shift::before { content: "\f541"; }
+.bi-shop-window::before { content: "\f542"; }
+.bi-shop::before { content: "\f543"; }
+.bi-shuffle::before { content: "\f544"; }
+.bi-signpost-2-fill::before { content: "\f545"; }
+.bi-signpost-2::before { content: "\f546"; }
+.bi-signpost-fill::before { content: "\f547"; }
+.bi-signpost-split-fill::before { content: "\f548"; }
+.bi-signpost-split::before { content: "\f549"; }
+.bi-signpost::before { content: "\f54a"; }
+.bi-sim-fill::before { content: "\f54b"; }
+.bi-sim::before { content: "\f54c"; }
+.bi-skip-backward-btn-fill::before { content: "\f54d"; }
+.bi-skip-backward-btn::before { content: "\f54e"; }
+.bi-skip-backward-circle-fill::before { content: "\f54f"; }
+.bi-skip-backward-circle::before { content: "\f550"; }
+.bi-skip-backward-fill::before { content: "\f551"; }
+.bi-skip-backward::before { content: "\f552"; }
+.bi-skip-end-btn-fill::before { content: "\f553"; }
+.bi-skip-end-btn::before { content: "\f554"; }
+.bi-skip-end-circle-fill::before { content: "\f555"; }
+.bi-skip-end-circle::before { content: "\f556"; }
+.bi-skip-end-fill::before { content: "\f557"; }
+.bi-skip-end::before { content: "\f558"; }
+.bi-skip-forward-btn-fill::before { content: "\f559"; }
+.bi-skip-forward-btn::before { content: "\f55a"; }
+.bi-skip-forward-circle-fill::before { content: "\f55b"; }
+.bi-skip-forward-circle::before { content: "\f55c"; }
+.bi-skip-forward-fill::before { content: "\f55d"; }
+.bi-skip-forward::before { content: "\f55e"; }
+.bi-skip-start-btn-fill::before { content: "\f55f"; }
+.bi-skip-start-btn::before { content: "\f560"; }
+.bi-skip-start-circle-fill::before { content: "\f561"; }
+.bi-skip-start-circle::before { content: "\f562"; }
+.bi-skip-start-fill::before { content: "\f563"; }
+.bi-skip-start::before { content: "\f564"; }
+.bi-slack::before { content: "\f565"; }
+.bi-slash-circle-fill::before { content: "\f566"; }
+.bi-slash-circle::before { content: "\f567"; }
+.bi-slash-square-fill::before { content: "\f568"; }
+.bi-slash-square::before { content: "\f569"; }
+.bi-slash::before { content: "\f56a"; }
+.bi-sliders::before { content: "\f56b"; }
+.bi-smartwatch::before { content: "\f56c"; }
+.bi-snow::before { content: "\f56d"; }
+.bi-snow2::before { content: "\f56e"; }
+.bi-snow3::before { content: "\f56f"; }
+.bi-sort-alpha-down-alt::before { content: "\f570"; }
+.bi-sort-alpha-down::before { content: "\f571"; }
+.bi-sort-alpha-up-alt::before { content: "\f572"; }
+.bi-sort-alpha-up::before { content: "\f573"; }
+.bi-sort-down-alt::before { content: "\f574"; }
+.bi-sort-down::before { content: "\f575"; }
+.bi-sort-numeric-down-alt::before { content: "\f576"; }
+.bi-sort-numeric-down::before { content: "\f577"; }
+.bi-sort-numeric-up-alt::before { content: "\f578"; }
+.bi-sort-numeric-up::before { content: "\f579"; }
+.bi-sort-up-alt::before { content: "\f57a"; }
+.bi-sort-up::before { content: "\f57b"; }
+.bi-soundwave::before { content: "\f57c"; }
+.bi-speaker-fill::before { content: "\f57d"; }
+.bi-speaker::before { content: "\f57e"; }
+.bi-speedometer::before { content: "\f57f"; }
+.bi-speedometer2::before { content: "\f580"; }
+.bi-spellcheck::before { content: "\f581"; }
+.bi-square-fill::before { content: "\f582"; }
+.bi-square-half::before { content: "\f583"; }
+.bi-square::before { content: "\f584"; }
+.bi-stack::before { content: "\f585"; }
+.bi-star-fill::before { content: "\f586"; }
+.bi-star-half::before { content: "\f587"; }
+.bi-star::before { content: "\f588"; }
+.bi-stars::before { content: "\f589"; }
+.bi-stickies-fill::before { content: "\f58a"; }
+.bi-stickies::before { content: "\f58b"; }
+.bi-sticky-fill::before { content: "\f58c"; }
+.bi-sticky::before { content: "\f58d"; }
+.bi-stop-btn-fill::before { content: "\f58e"; }
+.bi-stop-btn::before { content: "\f58f"; }
+.bi-stop-circle-fill::before { content: "\f590"; }
+.bi-stop-circle::before { content: "\f591"; }
+.bi-stop-fill::before { content: "\f592"; }
+.bi-stop::before { content: "\f593"; }
+.bi-stoplights-fill::before { content: "\f594"; }
+.bi-stoplights::before { content: "\f595"; }
+.bi-stopwatch-fill::before { content: "\f596"; }
+.bi-stopwatch::before { content: "\f597"; }
+.bi-subtract::before { content: "\f598"; }
+.bi-suit-club-fill::before { content: "\f599"; }
+.bi-suit-club::before { content: "\f59a"; }
+.bi-suit-diamond-fill::before { content: "\f59b"; }
+.bi-suit-diamond::before { content: "\f59c"; }
+.bi-suit-heart-fill::before { content: "\f59d"; }
+.bi-suit-heart::before { content: "\f59e"; }
+.bi-suit-spade-fill::before { content: "\f59f"; }
+.bi-suit-spade::before { content: "\f5a0"; }
+.bi-sun-fill::before { content: "\f5a1"; }
+.bi-sun::before { content: "\f5a2"; }
+.bi-sunglasses::before { content: "\f5a3"; }
+.bi-sunrise-fill::before { content: "\f5a4"; }
+.bi-sunrise::before { content: "\f5a5"; }
+.bi-sunset-fill::before { content: "\f5a6"; }
+.bi-sunset::before { content: "\f5a7"; }
+.bi-symmetry-horizontal::before { content: "\f5a8"; }
+.bi-symmetry-vertical::before { content: "\f5a9"; }
+.bi-table::before { content: "\f5aa"; }
+.bi-tablet-fill::before { content: "\f5ab"; }
+.bi-tablet-landscape-fill::before { content: "\f5ac"; }
+.bi-tablet-landscape::before { content: "\f5ad"; }
+.bi-tablet::before { content: "\f5ae"; }
+.bi-tag-fill::before { content: "\f5af"; }
+.bi-tag::before { content: "\f5b0"; }
+.bi-tags-fill::before { content: "\f5b1"; }
+.bi-tags::before { content: "\f5b2"; }
+.bi-telegram::before { content: "\f5b3"; }
+.bi-telephone-fill::before { content: "\f5b4"; }
+.bi-telephone-forward-fill::before { content: "\f5b5"; }
+.bi-telephone-forward::before { content: "\f5b6"; }
+.bi-telephone-inbound-fill::before { content: "\f5b7"; }
+.bi-telephone-inbound::before { content: "\f5b8"; }
+.bi-telephone-minus-fill::before { content: "\f5b9"; }
+.bi-telephone-minus::before { content: "\f5ba"; }
+.bi-telephone-outbound-fill::before { content: "\f5bb"; }
+.bi-telephone-outbound::before { content: "\f5bc"; }
+.bi-telephone-plus-fill::before { content: "\f5bd"; }
+.bi-telephone-plus::before { content: "\f5be"; }
+.bi-telephone-x-fill::before { content: "\f5bf"; }
+.bi-telephone-x::before { content: "\f5c0"; }
+.bi-telephone::before { content: "\f5c1"; }
+.bi-terminal-fill::before { content: "\f5c2"; }
+.bi-terminal::before { content: "\f5c3"; }
+.bi-text-center::before { content: "\f5c4"; }
+.bi-text-indent-left::before { content: "\f5c5"; }
+.bi-text-indent-right::before { content: "\f5c6"; }
+.bi-text-left::before { content: "\f5c7"; }
+.bi-text-paragraph::before { content: "\f5c8"; }
+.bi-text-right::before { content: "\f5c9"; }
+.bi-textarea-resize::before { content: "\f5ca"; }
+.bi-textarea-t::before { content: "\f5cb"; }
+.bi-textarea::before { content: "\f5cc"; }
+.bi-thermometer-half::before { content: "\f5cd"; }
+.bi-thermometer-high::before { content: "\f5ce"; }
+.bi-thermometer-low::before { content: "\f5cf"; }
+.bi-thermometer-snow::before { content: "\f5d0"; }
+.bi-thermometer-sun::before { content: "\f5d1"; }
+.bi-thermometer::before { content: "\f5d2"; }
+.bi-three-dots-vertical::before { content: "\f5d3"; }
+.bi-three-dots::before { content: "\f5d4"; }
+.bi-toggle-off::before { content: "\f5d5"; }
+.bi-toggle-on::before { content: "\f5d6"; }
+.bi-toggle2-off::before { content: "\f5d7"; }
+.bi-toggle2-on::before { content: "\f5d8"; }
+.bi-toggles::before { content: "\f5d9"; }
+.bi-toggles2::before { content: "\f5da"; }
+.bi-tools::before { content: "\f5db"; }
+.bi-tornado::before { content: "\f5dc"; }
+.bi-trash-fill::before { content: "\f5dd"; }
+.bi-trash::before { content: "\f5de"; }
+.bi-trash2-fill::before { content: "\f5df"; }
+.bi-trash2::before { content: "\f5e0"; }
+.bi-tree-fill::before { content: "\f5e1"; }
+.bi-tree::before { content: "\f5e2"; }
+.bi-triangle-fill::before { content: "\f5e3"; }
+.bi-triangle-half::before { content: "\f5e4"; }
+.bi-triangle::before { content: "\f5e5"; }
+.bi-trophy-fill::before { content: "\f5e6"; }
+.bi-trophy::before { content: "\f5e7"; }
+.bi-tropical-storm::before { content: "\f5e8"; }
+.bi-truck-flatbed::before { content: "\f5e9"; }
+.bi-truck::before { content: "\f5ea"; }
+.bi-tsunami::before { content: "\f5eb"; }
+.bi-tv-fill::before { content: "\f5ec"; }
+.bi-tv::before { content: "\f5ed"; }
+.bi-twitch::before { content: "\f5ee"; }
+.bi-twitter::before { content: "\f5ef"; }
+.bi-type-bold::before { content: "\f5f0"; }
+.bi-type-h1::before { content: "\f5f1"; }
+.bi-type-h2::before { content: "\f5f2"; }
+.bi-type-h3::before { content: "\f5f3"; }
+.bi-type-italic::before { content: "\f5f4"; }
+.bi-type-strikethrough::before { content: "\f5f5"; }
+.bi-type-underline::before { content: "\f5f6"; }
+.bi-type::before { content: "\f5f7"; }
+.bi-ui-checks-grid::before { content: "\f5f8"; }
+.bi-ui-checks::before { content: "\f5f9"; }
+.bi-ui-radios-grid::before { content: "\f5fa"; }
+.bi-ui-radios::before { content: "\f5fb"; }
+.bi-umbrella-fill::before { content: "\f5fc"; }
+.bi-umbrella::before { content: "\f5fd"; }
+.bi-union::before { content: "\f5fe"; }
+.bi-unlock-fill::before { content: "\f5ff"; }
+.bi-unlock::before { content: "\f600"; }
+.bi-upc-scan::before { content: "\f601"; }
+.bi-upc::before { content: "\f602"; }
+.bi-upload::before { content: "\f603"; }
+.bi-vector-pen::before { content: "\f604"; }
+.bi-view-list::before { content: "\f605"; }
+.bi-view-stacked::before { content: "\f606"; }
+.bi-vinyl-fill::before { content: "\f607"; }
+.bi-vinyl::before { content: "\f608"; }
+.bi-voicemail::before { content: "\f609"; }
+.bi-volume-down-fill::before { content: "\f60a"; }
+.bi-volume-down::before { content: "\f60b"; }
+.bi-volume-mute-fill::before { content: "\f60c"; }
+.bi-volume-mute::before { content: "\f60d"; }
+.bi-volume-off-fill::before { content: "\f60e"; }
+.bi-volume-off::before { content: "\f60f"; }
+.bi-volume-up-fill::before { content: "\f610"; }
+.bi-volume-up::before { content: "\f611"; }
+.bi-vr::before { content: "\f612"; }
+.bi-wallet-fill::before { content: "\f613"; }
+.bi-wallet::before { content: "\f614"; }
+.bi-wallet2::before { content: "\f615"; }
+.bi-watch::before { content: "\f616"; }
+.bi-water::before { content: "\f617"; }
+.bi-whatsapp::before { content: "\f618"; }
+.bi-wifi-1::before { content: "\f619"; }
+.bi-wifi-2::before { content: "\f61a"; }
+.bi-wifi-off::before { content: "\f61b"; }
+.bi-wifi::before { content: "\f61c"; }
+.bi-wind::before { content: "\f61d"; }
+.bi-window-dock::before { content: "\f61e"; }
+.bi-window-sidebar::before { content: "\f61f"; }
+.bi-window::before { content: "\f620"; }
+.bi-wrench::before { content: "\f621"; }
+.bi-x-circle-fill::before { content: "\f622"; }
+.bi-x-circle::before { content: "\f623"; }
+.bi-x-diamond-fill::before { content: "\f624"; }
+.bi-x-diamond::before { content: "\f625"; }
+.bi-x-octagon-fill::before { content: "\f626"; }
+.bi-x-octagon::before { content: "\f627"; }
+.bi-x-square-fill::before { content: "\f628"; }
+.bi-x-square::before { content: "\f629"; }
+.bi-x::before { content: "\f62a"; }
+.bi-youtube::before { content: "\f62b"; }
+.bi-zoom-in::before { content: "\f62c"; }
+.bi-zoom-out::before { content: "\f62d"; }
diff --git a/webapp/css/admin/bootstrap-icons.json b/webapp/css/admin/bootstrap-icons.json
new file mode 100644
index 0000000000000000000000000000000000000000..e07ab025844bbb4a5dff34fd00931ee81ce8534e
--- /dev/null
+++ b/webapp/css/admin/bootstrap-icons.json
@@ -0,0 +1,1327 @@
+{
+ "alarm-fill": 61697,
+ "alarm": 61698,
+ "align-bottom": 61699,
+ "align-center": 61700,
+ "align-end": 61701,
+ "align-middle": 61702,
+ "align-start": 61703,
+ "align-top": 61704,
+ "alt": 61705,
+ "app-indicator": 61706,
+ "app": 61707,
+ "archive-fill": 61708,
+ "archive": 61709,
+ "arrow-90deg-down": 61710,
+ "arrow-90deg-left": 61711,
+ "arrow-90deg-right": 61712,
+ "arrow-90deg-up": 61713,
+ "arrow-bar-down": 61714,
+ "arrow-bar-left": 61715,
+ "arrow-bar-right": 61716,
+ "arrow-bar-up": 61717,
+ "arrow-clockwise": 61718,
+ "arrow-counterclockwise": 61719,
+ "arrow-down-circle-fill": 61720,
+ "arrow-down-circle": 61721,
+ "arrow-down-left-circle-fill": 61722,
+ "arrow-down-left-circle": 61723,
+ "arrow-down-left-square-fill": 61724,
+ "arrow-down-left-square": 61725,
+ "arrow-down-left": 61726,
+ "arrow-down-right-circle-fill": 61727,
+ "arrow-down-right-circle": 61728,
+ "arrow-down-right-square-fill": 61729,
+ "arrow-down-right-square": 61730,
+ "arrow-down-right": 61731,
+ "arrow-down-short": 61732,
+ "arrow-down-square-fill": 61733,
+ "arrow-down-square": 61734,
+ "arrow-down-up": 61735,
+ "arrow-down": 61736,
+ "arrow-left-circle-fill": 61737,
+ "arrow-left-circle": 61738,
+ "arrow-left-right": 61739,
+ "arrow-left-short": 61740,
+ "arrow-left-square-fill": 61741,
+ "arrow-left-square": 61742,
+ "arrow-left": 61743,
+ "arrow-repeat": 61744,
+ "arrow-return-left": 61745,
+ "arrow-return-right": 61746,
+ "arrow-right-circle-fill": 61747,
+ "arrow-right-circle": 61748,
+ "arrow-right-short": 61749,
+ "arrow-right-square-fill": 61750,
+ "arrow-right-square": 61751,
+ "arrow-right": 61752,
+ "arrow-up-circle-fill": 61753,
+ "arrow-up-circle": 61754,
+ "arrow-up-left-circle-fill": 61755,
+ "arrow-up-left-circle": 61756,
+ "arrow-up-left-square-fill": 61757,
+ "arrow-up-left-square": 61758,
+ "arrow-up-left": 61759,
+ "arrow-up-right-circle-fill": 61760,
+ "arrow-up-right-circle": 61761,
+ "arrow-up-right-square-fill": 61762,
+ "arrow-up-right-square": 61763,
+ "arrow-up-right": 61764,
+ "arrow-up-short": 61765,
+ "arrow-up-square-fill": 61766,
+ "arrow-up-square": 61767,
+ "arrow-up": 61768,
+ "arrows-angle-contract": 61769,
+ "arrows-angle-expand": 61770,
+ "arrows-collapse": 61771,
+ "arrows-expand": 61772,
+ "arrows-fullscreen": 61773,
+ "arrows-move": 61774,
+ "aspect-ratio-fill": 61775,
+ "aspect-ratio": 61776,
+ "asterisk": 61777,
+ "at": 61778,
+ "award-fill": 61779,
+ "award": 61780,
+ "back": 61781,
+ "backspace-fill": 61782,
+ "backspace-reverse-fill": 61783,
+ "backspace-reverse": 61784,
+ "backspace": 61785,
+ "badge-3d-fill": 61786,
+ "badge-3d": 61787,
+ "badge-4k-fill": 61788,
+ "badge-4k": 61789,
+ "badge-8k-fill": 61790,
+ "badge-8k": 61791,
+ "badge-ad-fill": 61792,
+ "badge-ad": 61793,
+ "badge-ar-fill": 61794,
+ "badge-ar": 61795,
+ "badge-cc-fill": 61796,
+ "badge-cc": 61797,
+ "badge-hd-fill": 61798,
+ "badge-hd": 61799,
+ "badge-tm-fill": 61800,
+ "badge-tm": 61801,
+ "badge-vo-fill": 61802,
+ "badge-vo": 61803,
+ "badge-vr-fill": 61804,
+ "badge-vr": 61805,
+ "badge-wc-fill": 61806,
+ "badge-wc": 61807,
+ "bag-check-fill": 61808,
+ "bag-check": 61809,
+ "bag-dash-fill": 61810,
+ "bag-dash": 61811,
+ "bag-fill": 61812,
+ "bag-plus-fill": 61813,
+ "bag-plus": 61814,
+ "bag-x-fill": 61815,
+ "bag-x": 61816,
+ "bag": 61817,
+ "bar-chart-fill": 61818,
+ "bar-chart-line-fill": 61819,
+ "bar-chart-line": 61820,
+ "bar-chart-steps": 61821,
+ "bar-chart": 61822,
+ "basket-fill": 61823,
+ "basket": 61824,
+ "basket2-fill": 61825,
+ "basket2": 61826,
+ "basket3-fill": 61827,
+ "basket3": 61828,
+ "battery-charging": 61829,
+ "battery-full": 61830,
+ "battery-half": 61831,
+ "battery": 61832,
+ "bell-fill": 61833,
+ "bell": 61834,
+ "bezier": 61835,
+ "bezier2": 61836,
+ "bicycle": 61837,
+ "binoculars-fill": 61838,
+ "binoculars": 61839,
+ "blockquote-left": 61840,
+ "blockquote-right": 61841,
+ "book-fill": 61842,
+ "book-half": 61843,
+ "book": 61844,
+ "bookmark-check-fill": 61845,
+ "bookmark-check": 61846,
+ "bookmark-dash-fill": 61847,
+ "bookmark-dash": 61848,
+ "bookmark-fill": 61849,
+ "bookmark-heart-fill": 61850,
+ "bookmark-heart": 61851,
+ "bookmark-plus-fill": 61852,
+ "bookmark-plus": 61853,
+ "bookmark-star-fill": 61854,
+ "bookmark-star": 61855,
+ "bookmark-x-fill": 61856,
+ "bookmark-x": 61857,
+ "bookmark": 61858,
+ "bookmarks-fill": 61859,
+ "bookmarks": 61860,
+ "bookshelf": 61861,
+ "bootstrap-fill": 61862,
+ "bootstrap-reboot": 61863,
+ "bootstrap": 61864,
+ "border-all": 61865,
+ "border-bottom": 61866,
+ "border-center": 61867,
+ "border-inner": 61868,
+ "border-left": 61869,
+ "border-middle": 61870,
+ "border-outer": 61871,
+ "border-right": 61872,
+ "border-style": 61873,
+ "border-top": 61874,
+ "border-width": 61875,
+ "border": 61876,
+ "bounding-box-circles": 61877,
+ "bounding-box": 61878,
+ "box-arrow-down-left": 61879,
+ "box-arrow-down-right": 61880,
+ "box-arrow-down": 61881,
+ "box-arrow-in-down-left": 61882,
+ "box-arrow-in-down-right": 61883,
+ "box-arrow-in-down": 61884,
+ "box-arrow-in-left": 61885,
+ "box-arrow-in-right": 61886,
+ "box-arrow-in-up-left": 61887,
+ "box-arrow-in-up-right": 61888,
+ "box-arrow-in-up": 61889,
+ "box-arrow-left": 61890,
+ "box-arrow-right": 61891,
+ "box-arrow-up-left": 61892,
+ "box-arrow-up-right": 61893,
+ "box-arrow-up": 61894,
+ "box-seam": 61895,
+ "box": 61896,
+ "braces": 61897,
+ "bricks": 61898,
+ "briefcase-fill": 61899,
+ "briefcase": 61900,
+ "brightness-alt-high-fill": 61901,
+ "brightness-alt-high": 61902,
+ "brightness-alt-low-fill": 61903,
+ "brightness-alt-low": 61904,
+ "brightness-high-fill": 61905,
+ "brightness-high": 61906,
+ "brightness-low-fill": 61907,
+ "brightness-low": 61908,
+ "broadcast-pin": 61909,
+ "broadcast": 61910,
+ "brush-fill": 61911,
+ "brush": 61912,
+ "bucket-fill": 61913,
+ "bucket": 61914,
+ "bug-fill": 61915,
+ "bug": 61916,
+ "building": 61917,
+ "bullseye": 61918,
+ "calculator-fill": 61919,
+ "calculator": 61920,
+ "calendar-check-fill": 61921,
+ "calendar-check": 61922,
+ "calendar-date-fill": 61923,
+ "calendar-date": 61924,
+ "calendar-day-fill": 61925,
+ "calendar-day": 61926,
+ "calendar-event-fill": 61927,
+ "calendar-event": 61928,
+ "calendar-fill": 61929,
+ "calendar-minus-fill": 61930,
+ "calendar-minus": 61931,
+ "calendar-month-fill": 61932,
+ "calendar-month": 61933,
+ "calendar-plus-fill": 61934,
+ "calendar-plus": 61935,
+ "calendar-range-fill": 61936,
+ "calendar-range": 61937,
+ "calendar-week-fill": 61938,
+ "calendar-week": 61939,
+ "calendar-x-fill": 61940,
+ "calendar-x": 61941,
+ "calendar": 61942,
+ "calendar2-check-fill": 61943,
+ "calendar2-check": 61944,
+ "calendar2-date-fill": 61945,
+ "calendar2-date": 61946,
+ "calendar2-day-fill": 61947,
+ "calendar2-day": 61948,
+ "calendar2-event-fill": 61949,
+ "calendar2-event": 61950,
+ "calendar2-fill": 61951,
+ "calendar2-minus-fill": 61952,
+ "calendar2-minus": 61953,
+ "calendar2-month-fill": 61954,
+ "calendar2-month": 61955,
+ "calendar2-plus-fill": 61956,
+ "calendar2-plus": 61957,
+ "calendar2-range-fill": 61958,
+ "calendar2-range": 61959,
+ "calendar2-week-fill": 61960,
+ "calendar2-week": 61961,
+ "calendar2-x-fill": 61962,
+ "calendar2-x": 61963,
+ "calendar2": 61964,
+ "calendar3-event-fill": 61965,
+ "calendar3-event": 61966,
+ "calendar3-fill": 61967,
+ "calendar3-range-fill": 61968,
+ "calendar3-range": 61969,
+ "calendar3-week-fill": 61970,
+ "calendar3-week": 61971,
+ "calendar3": 61972,
+ "calendar4-event": 61973,
+ "calendar4-range": 61974,
+ "calendar4-week": 61975,
+ "calendar4": 61976,
+ "camera-fill": 61977,
+ "camera-reels-fill": 61978,
+ "camera-reels": 61979,
+ "camera-video-fill": 61980,
+ "camera-video-off-fill": 61981,
+ "camera-video-off": 61982,
+ "camera-video": 61983,
+ "camera": 61984,
+ "camera2": 61985,
+ "capslock-fill": 61986,
+ "capslock": 61987,
+ "card-checklist": 61988,
+ "card-heading": 61989,
+ "card-image": 61990,
+ "card-list": 61991,
+ "card-text": 61992,
+ "caret-down-fill": 61993,
+ "caret-down-square-fill": 61994,
+ "caret-down-square": 61995,
+ "caret-down": 61996,
+ "caret-left-fill": 61997,
+ "caret-left-square-fill": 61998,
+ "caret-left-square": 61999,
+ "caret-left": 62000,
+ "caret-right-fill": 62001,
+ "caret-right-square-fill": 62002,
+ "caret-right-square": 62003,
+ "caret-right": 62004,
+ "caret-up-fill": 62005,
+ "caret-up-square-fill": 62006,
+ "caret-up-square": 62007,
+ "caret-up": 62008,
+ "cart-check-fill": 62009,
+ "cart-check": 62010,
+ "cart-dash-fill": 62011,
+ "cart-dash": 62012,
+ "cart-fill": 62013,
+ "cart-plus-fill": 62014,
+ "cart-plus": 62015,
+ "cart-x-fill": 62016,
+ "cart-x": 62017,
+ "cart": 62018,
+ "cart2": 62019,
+ "cart3": 62020,
+ "cart4": 62021,
+ "cash-stack": 62022,
+ "cash": 62023,
+ "cast": 62024,
+ "chat-dots-fill": 62025,
+ "chat-dots": 62026,
+ "chat-fill": 62027,
+ "chat-left-dots-fill": 62028,
+ "chat-left-dots": 62029,
+ "chat-left-fill": 62030,
+ "chat-left-quote-fill": 62031,
+ "chat-left-quote": 62032,
+ "chat-left-text-fill": 62033,
+ "chat-left-text": 62034,
+ "chat-left": 62035,
+ "chat-quote-fill": 62036,
+ "chat-quote": 62037,
+ "chat-right-dots-fill": 62038,
+ "chat-right-dots": 62039,
+ "chat-right-fill": 62040,
+ "chat-right-quote-fill": 62041,
+ "chat-right-quote": 62042,
+ "chat-right-text-fill": 62043,
+ "chat-right-text": 62044,
+ "chat-right": 62045,
+ "chat-square-dots-fill": 62046,
+ "chat-square-dots": 62047,
+ "chat-square-fill": 62048,
+ "chat-square-quote-fill": 62049,
+ "chat-square-quote": 62050,
+ "chat-square-text-fill": 62051,
+ "chat-square-text": 62052,
+ "chat-square": 62053,
+ "chat-text-fill": 62054,
+ "chat-text": 62055,
+ "chat": 62056,
+ "check-all": 62057,
+ "check-circle-fill": 62058,
+ "check-circle": 62059,
+ "check-square-fill": 62060,
+ "check-square": 62061,
+ "check": 62062,
+ "check2-all": 62063,
+ "check2-circle": 62064,
+ "check2-square": 62065,
+ "check2": 62066,
+ "chevron-bar-contract": 62067,
+ "chevron-bar-down": 62068,
+ "chevron-bar-expand": 62069,
+ "chevron-bar-left": 62070,
+ "chevron-bar-right": 62071,
+ "chevron-bar-up": 62072,
+ "chevron-compact-down": 62073,
+ "chevron-compact-left": 62074,
+ "chevron-compact-right": 62075,
+ "chevron-compact-up": 62076,
+ "chevron-contract": 62077,
+ "chevron-double-down": 62078,
+ "chevron-double-left": 62079,
+ "chevron-double-right": 62080,
+ "chevron-double-up": 62081,
+ "chevron-down": 62082,
+ "chevron-expand": 62083,
+ "chevron-left": 62084,
+ "chevron-right": 62085,
+ "chevron-up": 62086,
+ "circle-fill": 62087,
+ "circle-half": 62088,
+ "circle-square": 62089,
+ "circle": 62090,
+ "clipboard-check": 62091,
+ "clipboard-data": 62092,
+ "clipboard-minus": 62093,
+ "clipboard-plus": 62094,
+ "clipboard-x": 62095,
+ "clipboard": 62096,
+ "clock-fill": 62097,
+ "clock-history": 62098,
+ "clock": 62099,
+ "cloud-arrow-down-fill": 62100,
+ "cloud-arrow-down": 62101,
+ "cloud-arrow-up-fill": 62102,
+ "cloud-arrow-up": 62103,
+ "cloud-check-fill": 62104,
+ "cloud-check": 62105,
+ "cloud-download-fill": 62106,
+ "cloud-download": 62107,
+ "cloud-drizzle-fill": 62108,
+ "cloud-drizzle": 62109,
+ "cloud-fill": 62110,
+ "cloud-fog-fill": 62111,
+ "cloud-fog": 62112,
+ "cloud-fog2-fill": 62113,
+ "cloud-fog2": 62114,
+ "cloud-hail-fill": 62115,
+ "cloud-hail": 62116,
+ "cloud-haze-1": 62117,
+ "cloud-haze-fill": 62118,
+ "cloud-haze": 62119,
+ "cloud-haze2-fill": 62120,
+ "cloud-lightning-fill": 62121,
+ "cloud-lightning-rain-fill": 62122,
+ "cloud-lightning-rain": 62123,
+ "cloud-lightning": 62124,
+ "cloud-minus-fill": 62125,
+ "cloud-minus": 62126,
+ "cloud-moon-fill": 62127,
+ "cloud-moon": 62128,
+ "cloud-plus-fill": 62129,
+ "cloud-plus": 62130,
+ "cloud-rain-fill": 62131,
+ "cloud-rain-heavy-fill": 62132,
+ "cloud-rain-heavy": 62133,
+ "cloud-rain": 62134,
+ "cloud-slash-fill": 62135,
+ "cloud-slash": 62136,
+ "cloud-sleet-fill": 62137,
+ "cloud-sleet": 62138,
+ "cloud-snow-fill": 62139,
+ "cloud-snow": 62140,
+ "cloud-sun-fill": 62141,
+ "cloud-sun": 62142,
+ "cloud-upload-fill": 62143,
+ "cloud-upload": 62144,
+ "cloud": 62145,
+ "clouds-fill": 62146,
+ "clouds": 62147,
+ "cloudy-fill": 62148,
+ "cloudy": 62149,
+ "code-slash": 62150,
+ "code-square": 62151,
+ "code": 62152,
+ "collection-fill": 62153,
+ "collection-play-fill": 62154,
+ "collection-play": 62155,
+ "collection": 62156,
+ "columns-gap": 62157,
+ "columns": 62158,
+ "command": 62159,
+ "compass-fill": 62160,
+ "compass": 62161,
+ "cone-striped": 62162,
+ "cone": 62163,
+ "controller": 62164,
+ "cpu-fill": 62165,
+ "cpu": 62166,
+ "credit-card-2-back-fill": 62167,
+ "credit-card-2-back": 62168,
+ "credit-card-2-front-fill": 62169,
+ "credit-card-2-front": 62170,
+ "credit-card-fill": 62171,
+ "credit-card": 62172,
+ "crop": 62173,
+ "cup-fill": 62174,
+ "cup-straw": 62175,
+ "cup": 62176,
+ "cursor-fill": 62177,
+ "cursor-text": 62178,
+ "cursor": 62179,
+ "dash-circle-dotted": 62180,
+ "dash-circle-fill": 62181,
+ "dash-circle": 62182,
+ "dash-square-dotted": 62183,
+ "dash-square-fill": 62184,
+ "dash-square": 62185,
+ "dash": 62186,
+ "diagram-2-fill": 62187,
+ "diagram-2": 62188,
+ "diagram-3-fill": 62189,
+ "diagram-3": 62190,
+ "diamond-fill": 62191,
+ "diamond-half": 62192,
+ "diamond": 62193,
+ "dice-1-fill": 62194,
+ "dice-1": 62195,
+ "dice-2-fill": 62196,
+ "dice-2": 62197,
+ "dice-3-fill": 62198,
+ "dice-3": 62199,
+ "dice-4-fill": 62200,
+ "dice-4": 62201,
+ "dice-5-fill": 62202,
+ "dice-5": 62203,
+ "dice-6-fill": 62204,
+ "dice-6": 62205,
+ "disc-fill": 62206,
+ "disc": 62207,
+ "discord": 62208,
+ "display-fill": 62209,
+ "display": 62210,
+ "distribute-horizontal": 62211,
+ "distribute-vertical": 62212,
+ "door-closed-fill": 62213,
+ "door-closed": 62214,
+ "door-open-fill": 62215,
+ "door-open": 62216,
+ "dot": 62217,
+ "download": 62218,
+ "droplet-fill": 62219,
+ "droplet-half": 62220,
+ "droplet": 62221,
+ "earbuds": 62222,
+ "easel-fill": 62223,
+ "easel": 62224,
+ "egg-fill": 62225,
+ "egg-fried": 62226,
+ "egg": 62227,
+ "eject-fill": 62228,
+ "eject": 62229,
+ "emoji-angry-fill": 62230,
+ "emoji-angry": 62231,
+ "emoji-dizzy-fill": 62232,
+ "emoji-dizzy": 62233,
+ "emoji-expressionless-fill": 62234,
+ "emoji-expressionless": 62235,
+ "emoji-frown-fill": 62236,
+ "emoji-frown": 62237,
+ "emoji-heart-eyes-fill": 62238,
+ "emoji-heart-eyes": 62239,
+ "emoji-laughing-fill": 62240,
+ "emoji-laughing": 62241,
+ "emoji-neutral-fill": 62242,
+ "emoji-neutral": 62243,
+ "emoji-smile-fill": 62244,
+ "emoji-smile-upside-down-fill": 62245,
+ "emoji-smile-upside-down": 62246,
+ "emoji-smile": 62247,
+ "emoji-sunglasses-fill": 62248,
+ "emoji-sunglasses": 62249,
+ "emoji-wink-fill": 62250,
+ "emoji-wink": 62251,
+ "envelope-fill": 62252,
+ "envelope-open-fill": 62253,
+ "envelope-open": 62254,
+ "envelope": 62255,
+ "eraser-fill": 62256,
+ "eraser": 62257,
+ "exclamation-circle-fill": 62258,
+ "exclamation-circle": 62259,
+ "exclamation-diamond-fill": 62260,
+ "exclamation-diamond": 62261,
+ "exclamation-octagon-fill": 62262,
+ "exclamation-octagon": 62263,
+ "exclamation-square-fill": 62264,
+ "exclamation-square": 62265,
+ "exclamation-triangle-fill": 62266,
+ "exclamation-triangle": 62267,
+ "exclamation": 62268,
+ "exclude": 62269,
+ "eye-fill": 62270,
+ "eye-slash-fill": 62271,
+ "eye-slash": 62272,
+ "eye": 62273,
+ "eyedropper": 62274,
+ "eyeglasses": 62275,
+ "facebook": 62276,
+ "file-arrow-down-fill": 62277,
+ "file-arrow-down": 62278,
+ "file-arrow-up-fill": 62279,
+ "file-arrow-up": 62280,
+ "file-bar-graph-fill": 62281,
+ "file-bar-graph": 62282,
+ "file-binary-fill": 62283,
+ "file-binary": 62284,
+ "file-break-fill": 62285,
+ "file-break": 62286,
+ "file-check-fill": 62287,
+ "file-check": 62288,
+ "file-code-fill": 62289,
+ "file-code": 62290,
+ "file-diff-fill": 62291,
+ "file-diff": 62292,
+ "file-earmark-arrow-down-fill": 62293,
+ "file-earmark-arrow-down": 62294,
+ "file-earmark-arrow-up-fill": 62295,
+ "file-earmark-arrow-up": 62296,
+ "file-earmark-bar-graph-fill": 62297,
+ "file-earmark-bar-graph": 62298,
+ "file-earmark-binary-fill": 62299,
+ "file-earmark-binary": 62300,
+ "file-earmark-break-fill": 62301,
+ "file-earmark-break": 62302,
+ "file-earmark-check-fill": 62303,
+ "file-earmark-check": 62304,
+ "file-earmark-code-fill": 62305,
+ "file-earmark-code": 62306,
+ "file-earmark-diff-fill": 62307,
+ "file-earmark-diff": 62308,
+ "file-earmark-easel-fill": 62309,
+ "file-earmark-easel": 62310,
+ "file-earmark-excel-fill": 62311,
+ "file-earmark-excel": 62312,
+ "file-earmark-fill": 62313,
+ "file-earmark-font-fill": 62314,
+ "file-earmark-font": 62315,
+ "file-earmark-image-fill": 62316,
+ "file-earmark-image": 62317,
+ "file-earmark-lock-fill": 62318,
+ "file-earmark-lock": 62319,
+ "file-earmark-lock2-fill": 62320,
+ "file-earmark-lock2": 62321,
+ "file-earmark-medical-fill": 62322,
+ "file-earmark-medical": 62323,
+ "file-earmark-minus-fill": 62324,
+ "file-earmark-minus": 62325,
+ "file-earmark-music-fill": 62326,
+ "file-earmark-music": 62327,
+ "file-earmark-person-fill": 62328,
+ "file-earmark-person": 62329,
+ "file-earmark-play-fill": 62330,
+ "file-earmark-play": 62331,
+ "file-earmark-plus-fill": 62332,
+ "file-earmark-plus": 62333,
+ "file-earmark-post-fill": 62334,
+ "file-earmark-post": 62335,
+ "file-earmark-ppt-fill": 62336,
+ "file-earmark-ppt": 62337,
+ "file-earmark-richtext-fill": 62338,
+ "file-earmark-richtext": 62339,
+ "file-earmark-ruled-fill": 62340,
+ "file-earmark-ruled": 62341,
+ "file-earmark-slides-fill": 62342,
+ "file-earmark-slides": 62343,
+ "file-earmark-spreadsheet-fill": 62344,
+ "file-earmark-spreadsheet": 62345,
+ "file-earmark-text-fill": 62346,
+ "file-earmark-text": 62347,
+ "file-earmark-word-fill": 62348,
+ "file-earmark-word": 62349,
+ "file-earmark-x-fill": 62350,
+ "file-earmark-x": 62351,
+ "file-earmark-zip-fill": 62352,
+ "file-earmark-zip": 62353,
+ "file-earmark": 62354,
+ "file-easel-fill": 62355,
+ "file-easel": 62356,
+ "file-excel-fill": 62357,
+ "file-excel": 62358,
+ "file-fill": 62359,
+ "file-font-fill": 62360,
+ "file-font": 62361,
+ "file-image-fill": 62362,
+ "file-image": 62363,
+ "file-lock-fill": 62364,
+ "file-lock": 62365,
+ "file-lock2-fill": 62366,
+ "file-lock2": 62367,
+ "file-medical-fill": 62368,
+ "file-medical": 62369,
+ "file-minus-fill": 62370,
+ "file-minus": 62371,
+ "file-music-fill": 62372,
+ "file-music": 62373,
+ "file-person-fill": 62374,
+ "file-person": 62375,
+ "file-play-fill": 62376,
+ "file-play": 62377,
+ "file-plus-fill": 62378,
+ "file-plus": 62379,
+ "file-post-fill": 62380,
+ "file-post": 62381,
+ "file-ppt-fill": 62382,
+ "file-ppt": 62383,
+ "file-richtext-fill": 62384,
+ "file-richtext": 62385,
+ "file-ruled-fill": 62386,
+ "file-ruled": 62387,
+ "file-slides-fill": 62388,
+ "file-slides": 62389,
+ "file-spreadsheet-fill": 62390,
+ "file-spreadsheet": 62391,
+ "file-text-fill": 62392,
+ "file-text": 62393,
+ "file-word-fill": 62394,
+ "file-word": 62395,
+ "file-x-fill": 62396,
+ "file-x": 62397,
+ "file-zip-fill": 62398,
+ "file-zip": 62399,
+ "file": 62400,
+ "files-alt": 62401,
+ "files": 62402,
+ "film": 62403,
+ "filter-circle-fill": 62404,
+ "filter-circle": 62405,
+ "filter-left": 62406,
+ "filter-right": 62407,
+ "filter-square-fill": 62408,
+ "filter-square": 62409,
+ "filter": 62410,
+ "flag-fill": 62411,
+ "flag": 62412,
+ "flower1": 62413,
+ "flower2": 62414,
+ "flower3": 62415,
+ "folder-check": 62416,
+ "folder-fill": 62417,
+ "folder-minus": 62418,
+ "folder-plus": 62419,
+ "folder-symlink-fill": 62420,
+ "folder-symlink": 62421,
+ "folder-x": 62422,
+ "folder": 62423,
+ "folder2-open": 62424,
+ "folder2": 62425,
+ "fonts": 62426,
+ "forward-fill": 62427,
+ "forward": 62428,
+ "front": 62429,
+ "fullscreen-exit": 62430,
+ "fullscreen": 62431,
+ "funnel-fill": 62432,
+ "funnel": 62433,
+ "gear-fill": 62434,
+ "gear-wide-connected": 62435,
+ "gear-wide": 62436,
+ "gear": 62437,
+ "gem": 62438,
+ "geo-alt-fill": 62439,
+ "geo-alt": 62440,
+ "geo-fill": 62441,
+ "geo": 62442,
+ "gift-fill": 62443,
+ "gift": 62444,
+ "github": 62445,
+ "globe": 62446,
+ "globe2": 62447,
+ "google": 62448,
+ "graph-down": 62449,
+ "graph-up": 62450,
+ "grid-1x2-fill": 62451,
+ "grid-1x2": 62452,
+ "grid-3x2-gap-fill": 62453,
+ "grid-3x2-gap": 62454,
+ "grid-3x2": 62455,
+ "grid-3x3-gap-fill": 62456,
+ "grid-3x3-gap": 62457,
+ "grid-3x3": 62458,
+ "grid-fill": 62459,
+ "grid": 62460,
+ "grip-horizontal": 62461,
+ "grip-vertical": 62462,
+ "hammer": 62463,
+ "hand-index-fill": 62464,
+ "hand-index-thumb-fill": 62465,
+ "hand-index-thumb": 62466,
+ "hand-index": 62467,
+ "hand-thumbs-down-fill": 62468,
+ "hand-thumbs-down": 62469,
+ "hand-thumbs-up-fill": 62470,
+ "hand-thumbs-up": 62471,
+ "handbag-fill": 62472,
+ "handbag": 62473,
+ "hash": 62474,
+ "hdd-fill": 62475,
+ "hdd-network-fill": 62476,
+ "hdd-network": 62477,
+ "hdd-rack-fill": 62478,
+ "hdd-rack": 62479,
+ "hdd-stack-fill": 62480,
+ "hdd-stack": 62481,
+ "hdd": 62482,
+ "headphones": 62483,
+ "headset": 62484,
+ "heart-fill": 62485,
+ "heart-half": 62486,
+ "heart": 62487,
+ "heptagon-fill": 62488,
+ "heptagon-half": 62489,
+ "heptagon": 62490,
+ "hexagon-fill": 62491,
+ "hexagon-half": 62492,
+ "hexagon": 62493,
+ "hourglass-bottom": 62494,
+ "hourglass-split": 62495,
+ "hourglass-top": 62496,
+ "hourglass": 62497,
+ "house-door-fill": 62498,
+ "house-door": 62499,
+ "house-fill": 62500,
+ "house": 62501,
+ "hr": 62502,
+ "hurricane": 62503,
+ "image-alt": 62504,
+ "image-fill": 62505,
+ "image": 62506,
+ "images": 62507,
+ "inbox-fill": 62508,
+ "inbox": 62509,
+ "inboxes-fill": 62510,
+ "inboxes": 62511,
+ "info-circle-fill": 62512,
+ "info-circle": 62513,
+ "info-square-fill": 62514,
+ "info-square": 62515,
+ "info": 62516,
+ "input-cursor-text": 62517,
+ "input-cursor": 62518,
+ "instagram": 62519,
+ "intersect": 62520,
+ "journal-album": 62521,
+ "journal-arrow-down": 62522,
+ "journal-arrow-up": 62523,
+ "journal-bookmark-fill": 62524,
+ "journal-bookmark": 62525,
+ "journal-check": 62526,
+ "journal-code": 62527,
+ "journal-medical": 62528,
+ "journal-minus": 62529,
+ "journal-plus": 62530,
+ "journal-richtext": 62531,
+ "journal-text": 62532,
+ "journal-x": 62533,
+ "journal": 62534,
+ "journals": 62535,
+ "joystick": 62536,
+ "justify-left": 62537,
+ "justify-right": 62538,
+ "justify": 62539,
+ "kanban-fill": 62540,
+ "kanban": 62541,
+ "key-fill": 62542,
+ "key": 62543,
+ "keyboard-fill": 62544,
+ "keyboard": 62545,
+ "ladder": 62546,
+ "lamp-fill": 62547,
+ "lamp": 62548,
+ "laptop-fill": 62549,
+ "laptop": 62550,
+ "layer-backward": 62551,
+ "layer-forward": 62552,
+ "layers-fill": 62553,
+ "layers-half": 62554,
+ "layers": 62555,
+ "layout-sidebar-inset-reverse": 62556,
+ "layout-sidebar-inset": 62557,
+ "layout-sidebar-reverse": 62558,
+ "layout-sidebar": 62559,
+ "layout-split": 62560,
+ "layout-text-sidebar-reverse": 62561,
+ "layout-text-sidebar": 62562,
+ "layout-text-window-reverse": 62563,
+ "layout-text-window": 62564,
+ "layout-three-columns": 62565,
+ "layout-wtf": 62566,
+ "life-preserver": 62567,
+ "lightbulb-fill": 62568,
+ "lightbulb-off-fill": 62569,
+ "lightbulb-off": 62570,
+ "lightbulb": 62571,
+ "lightning-charge-fill": 62572,
+ "lightning-charge": 62573,
+ "lightning-fill": 62574,
+ "lightning": 62575,
+ "link-45deg": 62576,
+ "link": 62577,
+ "linkedin": 62578,
+ "list-check": 62579,
+ "list-nested": 62580,
+ "list-ol": 62581,
+ "list-stars": 62582,
+ "list-task": 62583,
+ "list-ul": 62584,
+ "list": 62585,
+ "lock-fill": 62586,
+ "lock": 62587,
+ "mailbox": 62588,
+ "mailbox2": 62589,
+ "map-fill": 62590,
+ "map": 62591,
+ "markdown-fill": 62592,
+ "markdown": 62593,
+ "mask": 62594,
+ "megaphone-fill": 62595,
+ "megaphone": 62596,
+ "menu-app-fill": 62597,
+ "menu-app": 62598,
+ "menu-button-fill": 62599,
+ "menu-button-wide-fill": 62600,
+ "menu-button-wide": 62601,
+ "menu-button": 62602,
+ "menu-down": 62603,
+ "menu-up": 62604,
+ "mic-fill": 62605,
+ "mic-mute-fill": 62606,
+ "mic-mute": 62607,
+ "mic": 62608,
+ "minecart-loaded": 62609,
+ "minecart": 62610,
+ "moisture": 62611,
+ "moon-fill": 62612,
+ "moon-stars-fill": 62613,
+ "moon-stars": 62614,
+ "moon": 62615,
+ "mouse-fill": 62616,
+ "mouse": 62617,
+ "mouse2-fill": 62618,
+ "mouse2": 62619,
+ "mouse3-fill": 62620,
+ "mouse3": 62621,
+ "music-note-beamed": 62622,
+ "music-note-list": 62623,
+ "music-note": 62624,
+ "music-player-fill": 62625,
+ "music-player": 62626,
+ "newspaper": 62627,
+ "node-minus-fill": 62628,
+ "node-minus": 62629,
+ "node-plus-fill": 62630,
+ "node-plus": 62631,
+ "nut-fill": 62632,
+ "nut": 62633,
+ "octagon-fill": 62634,
+ "octagon-half": 62635,
+ "octagon": 62636,
+ "option": 62637,
+ "outlet": 62638,
+ "paint-bucket": 62639,
+ "palette-fill": 62640,
+ "palette": 62641,
+ "palette2": 62642,
+ "paperclip": 62643,
+ "paragraph": 62644,
+ "patch-check-fill": 62645,
+ "patch-check": 62646,
+ "patch-exclamation-fill": 62647,
+ "patch-exclamation": 62648,
+ "patch-minus-fill": 62649,
+ "patch-minus": 62650,
+ "patch-plus-fill": 62651,
+ "patch-plus": 62652,
+ "patch-question-fill": 62653,
+ "patch-question": 62654,
+ "pause-btn-fill": 62655,
+ "pause-btn": 62656,
+ "pause-circle-fill": 62657,
+ "pause-circle": 62658,
+ "pause-fill": 62659,
+ "pause": 62660,
+ "peace-fill": 62661,
+ "peace": 62662,
+ "pen-fill": 62663,
+ "pen": 62664,
+ "pencil-fill": 62665,
+ "pencil-square": 62666,
+ "pencil": 62667,
+ "pentagon-fill": 62668,
+ "pentagon-half": 62669,
+ "pentagon": 62670,
+ "people-fill": 62671,
+ "people": 62672,
+ "percent": 62673,
+ "person-badge-fill": 62674,
+ "person-badge": 62675,
+ "person-bounding-box": 62676,
+ "person-check-fill": 62677,
+ "person-check": 62678,
+ "person-circle": 62679,
+ "person-dash-fill": 62680,
+ "person-dash": 62681,
+ "person-fill": 62682,
+ "person-lines-fill": 62683,
+ "person-plus-fill": 62684,
+ "person-plus": 62685,
+ "person-square": 62686,
+ "person-x-fill": 62687,
+ "person-x": 62688,
+ "person": 62689,
+ "phone-fill": 62690,
+ "phone-landscape-fill": 62691,
+ "phone-landscape": 62692,
+ "phone-vibrate-fill": 62693,
+ "phone-vibrate": 62694,
+ "phone": 62695,
+ "pie-chart-fill": 62696,
+ "pie-chart": 62697,
+ "pin-angle-fill": 62698,
+ "pin-angle": 62699,
+ "pin-fill": 62700,
+ "pin": 62701,
+ "pip-fill": 62702,
+ "pip": 62703,
+ "play-btn-fill": 62704,
+ "play-btn": 62705,
+ "play-circle-fill": 62706,
+ "play-circle": 62707,
+ "play-fill": 62708,
+ "play": 62709,
+ "plug-fill": 62710,
+ "plug": 62711,
+ "plus-circle-dotted": 62712,
+ "plus-circle-fill": 62713,
+ "plus-circle": 62714,
+ "plus-square-dotted": 62715,
+ "plus-square-fill": 62716,
+ "plus-square": 62717,
+ "plus": 62718,
+ "power": 62719,
+ "printer-fill": 62720,
+ "printer": 62721,
+ "puzzle-fill": 62722,
+ "puzzle": 62723,
+ "question-circle-fill": 62724,
+ "question-circle": 62725,
+ "question-diamond-fill": 62726,
+ "question-diamond": 62727,
+ "question-octagon-fill": 62728,
+ "question-octagon": 62729,
+ "question-square-fill": 62730,
+ "question-square": 62731,
+ "question": 62732,
+ "rainbow": 62733,
+ "receipt-cutoff": 62734,
+ "receipt": 62735,
+ "reception-0": 62736,
+ "reception-1": 62737,
+ "reception-2": 62738,
+ "reception-3": 62739,
+ "reception-4": 62740,
+ "record-btn-fill": 62741,
+ "record-btn": 62742,
+ "record-circle-fill": 62743,
+ "record-circle": 62744,
+ "record-fill": 62745,
+ "record": 62746,
+ "record2-fill": 62747,
+ "record2": 62748,
+ "reply-all-fill": 62749,
+ "reply-all": 62750,
+ "reply-fill": 62751,
+ "reply": 62752,
+ "rss-fill": 62753,
+ "rss": 62754,
+ "rulers": 62755,
+ "save-fill": 62756,
+ "save": 62757,
+ "save2-fill": 62758,
+ "save2": 62759,
+ "scissors": 62760,
+ "screwdriver": 62761,
+ "search": 62762,
+ "segmented-nav": 62763,
+ "server": 62764,
+ "share-fill": 62765,
+ "share": 62766,
+ "shield-check": 62767,
+ "shield-exclamation": 62768,
+ "shield-fill-check": 62769,
+ "shield-fill-exclamation": 62770,
+ "shield-fill-minus": 62771,
+ "shield-fill-plus": 62772,
+ "shield-fill-x": 62773,
+ "shield-fill": 62774,
+ "shield-lock-fill": 62775,
+ "shield-lock": 62776,
+ "shield-minus": 62777,
+ "shield-plus": 62778,
+ "shield-shaded": 62779,
+ "shield-slash-fill": 62780,
+ "shield-slash": 62781,
+ "shield-x": 62782,
+ "shield": 62783,
+ "shift-fill": 62784,
+ "shift": 62785,
+ "shop-window": 62786,
+ "shop": 62787,
+ "shuffle": 62788,
+ "signpost-2-fill": 62789,
+ "signpost-2": 62790,
+ "signpost-fill": 62791,
+ "signpost-split-fill": 62792,
+ "signpost-split": 62793,
+ "signpost": 62794,
+ "sim-fill": 62795,
+ "sim": 62796,
+ "skip-backward-btn-fill": 62797,
+ "skip-backward-btn": 62798,
+ "skip-backward-circle-fill": 62799,
+ "skip-backward-circle": 62800,
+ "skip-backward-fill": 62801,
+ "skip-backward": 62802,
+ "skip-end-btn-fill": 62803,
+ "skip-end-btn": 62804,
+ "skip-end-circle-fill": 62805,
+ "skip-end-circle": 62806,
+ "skip-end-fill": 62807,
+ "skip-end": 62808,
+ "skip-forward-btn-fill": 62809,
+ "skip-forward-btn": 62810,
+ "skip-forward-circle-fill": 62811,
+ "skip-forward-circle": 62812,
+ "skip-forward-fill": 62813,
+ "skip-forward": 62814,
+ "skip-start-btn-fill": 62815,
+ "skip-start-btn": 62816,
+ "skip-start-circle-fill": 62817,
+ "skip-start-circle": 62818,
+ "skip-start-fill": 62819,
+ "skip-start": 62820,
+ "slack": 62821,
+ "slash-circle-fill": 62822,
+ "slash-circle": 62823,
+ "slash-square-fill": 62824,
+ "slash-square": 62825,
+ "slash": 62826,
+ "sliders": 62827,
+ "smartwatch": 62828,
+ "snow": 62829,
+ "snow2": 62830,
+ "snow3": 62831,
+ "sort-alpha-down-alt": 62832,
+ "sort-alpha-down": 62833,
+ "sort-alpha-up-alt": 62834,
+ "sort-alpha-up": 62835,
+ "sort-down-alt": 62836,
+ "sort-down": 62837,
+ "sort-numeric-down-alt": 62838,
+ "sort-numeric-down": 62839,
+ "sort-numeric-up-alt": 62840,
+ "sort-numeric-up": 62841,
+ "sort-up-alt": 62842,
+ "sort-up": 62843,
+ "soundwave": 62844,
+ "speaker-fill": 62845,
+ "speaker": 62846,
+ "speedometer": 62847,
+ "speedometer2": 62848,
+ "spellcheck": 62849,
+ "square-fill": 62850,
+ "square-half": 62851,
+ "square": 62852,
+ "stack": 62853,
+ "star-fill": 62854,
+ "star-half": 62855,
+ "star": 62856,
+ "stars": 62857,
+ "stickies-fill": 62858,
+ "stickies": 62859,
+ "sticky-fill": 62860,
+ "sticky": 62861,
+ "stop-btn-fill": 62862,
+ "stop-btn": 62863,
+ "stop-circle-fill": 62864,
+ "stop-circle": 62865,
+ "stop-fill": 62866,
+ "stop": 62867,
+ "stoplights-fill": 62868,
+ "stoplights": 62869,
+ "stopwatch-fill": 62870,
+ "stopwatch": 62871,
+ "subtract": 62872,
+ "suit-club-fill": 62873,
+ "suit-club": 62874,
+ "suit-diamond-fill": 62875,
+ "suit-diamond": 62876,
+ "suit-heart-fill": 62877,
+ "suit-heart": 62878,
+ "suit-spade-fill": 62879,
+ "suit-spade": 62880,
+ "sun-fill": 62881,
+ "sun": 62882,
+ "sunglasses": 62883,
+ "sunrise-fill": 62884,
+ "sunrise": 62885,
+ "sunset-fill": 62886,
+ "sunset": 62887,
+ "symmetry-horizontal": 62888,
+ "symmetry-vertical": 62889,
+ "table": 62890,
+ "tablet-fill": 62891,
+ "tablet-landscape-fill": 62892,
+ "tablet-landscape": 62893,
+ "tablet": 62894,
+ "tag-fill": 62895,
+ "tag": 62896,
+ "tags-fill": 62897,
+ "tags": 62898,
+ "telegram": 62899,
+ "telephone-fill": 62900,
+ "telephone-forward-fill": 62901,
+ "telephone-forward": 62902,
+ "telephone-inbound-fill": 62903,
+ "telephone-inbound": 62904,
+ "telephone-minus-fill": 62905,
+ "telephone-minus": 62906,
+ "telephone-outbound-fill": 62907,
+ "telephone-outbound": 62908,
+ "telephone-plus-fill": 62909,
+ "telephone-plus": 62910,
+ "telephone-x-fill": 62911,
+ "telephone-x": 62912,
+ "telephone": 62913,
+ "terminal-fill": 62914,
+ "terminal": 62915,
+ "text-center": 62916,
+ "text-indent-left": 62917,
+ "text-indent-right": 62918,
+ "text-left": 62919,
+ "text-paragraph": 62920,
+ "text-right": 62921,
+ "textarea-resize": 62922,
+ "textarea-t": 62923,
+ "textarea": 62924,
+ "thermometer-half": 62925,
+ "thermometer-high": 62926,
+ "thermometer-low": 62927,
+ "thermometer-snow": 62928,
+ "thermometer-sun": 62929,
+ "thermometer": 62930,
+ "three-dots-vertical": 62931,
+ "three-dots": 62932,
+ "toggle-off": 62933,
+ "toggle-on": 62934,
+ "toggle2-off": 62935,
+ "toggle2-on": 62936,
+ "toggles": 62937,
+ "toggles2": 62938,
+ "tools": 62939,
+ "tornado": 62940,
+ "trash-fill": 62941,
+ "trash": 62942,
+ "trash2-fill": 62943,
+ "trash2": 62944,
+ "tree-fill": 62945,
+ "tree": 62946,
+ "triangle-fill": 62947,
+ "triangle-half": 62948,
+ "triangle": 62949,
+ "trophy-fill": 62950,
+ "trophy": 62951,
+ "tropical-storm": 62952,
+ "truck-flatbed": 62953,
+ "truck": 62954,
+ "tsunami": 62955,
+ "tv-fill": 62956,
+ "tv": 62957,
+ "twitch": 62958,
+ "twitter": 62959,
+ "type-bold": 62960,
+ "type-h1": 62961,
+ "type-h2": 62962,
+ "type-h3": 62963,
+ "type-italic": 62964,
+ "type-strikethrough": 62965,
+ "type-underline": 62966,
+ "type": 62967,
+ "ui-checks-grid": 62968,
+ "ui-checks": 62969,
+ "ui-radios-grid": 62970,
+ "ui-radios": 62971,
+ "umbrella-fill": 62972,
+ "umbrella": 62973,
+ "union": 62974,
+ "unlock-fill": 62975,
+ "unlock": 62976,
+ "upc-scan": 62977,
+ "upc": 62978,
+ "upload": 62979,
+ "vector-pen": 62980,
+ "view-list": 62981,
+ "view-stacked": 62982,
+ "vinyl-fill": 62983,
+ "vinyl": 62984,
+ "voicemail": 62985,
+ "volume-down-fill": 62986,
+ "volume-down": 62987,
+ "volume-mute-fill": 62988,
+ "volume-mute": 62989,
+ "volume-off-fill": 62990,
+ "volume-off": 62991,
+ "volume-up-fill": 62992,
+ "volume-up": 62993,
+ "vr": 62994,
+ "wallet-fill": 62995,
+ "wallet": 62996,
+ "wallet2": 62997,
+ "watch": 62998,
+ "water": 62999,
+ "whatsapp": 63000,
+ "wifi-1": 63001,
+ "wifi-2": 63002,
+ "wifi-off": 63003,
+ "wifi": 63004,
+ "wind": 63005,
+ "window-dock": 63006,
+ "window-sidebar": 63007,
+ "window": 63008,
+ "wrench": 63009,
+ "x-circle-fill": 63010,
+ "x-circle": 63011,
+ "x-diamond-fill": 63012,
+ "x-diamond": 63013,
+ "x-octagon-fill": 63014,
+ "x-octagon": 63015,
+ "x-square-fill": 63016,
+ "x-square": 63017,
+ "x": 63018,
+ "youtube": 63019,
+ "zoom-in": 63020,
+ "zoom-out": 63021
+}
\ No newline at end of file
diff --git a/webapp/css/admin/font-awesome-icons.yml b/webapp/css/admin/font-awesome-icons.yml
new file mode 100644
index 0000000000000000000000000000000000000000..ef0fc070027867feb191d4f460ea51f1ca19bdf2
--- /dev/null
+++ b/webapp/css/admin/font-awesome-icons.yml
@@ -0,0 +1,21783 @@
+500px:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: 500px
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f26e
+ voted: false
+accessible-icon:
+ changes:
+ - 5.0.0
+ label: Accessible Icon
+ search:
+ terms:
+ - accessibility
+ - handicap
+ - person
+ - wheelchair
+ - wheelchair-alt
+ styles:
+ - brands
+ unicode: f368
+ voted: false
+accusoft:
+ changes:
+ - 5.0.0
+ label: Accusoft
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f369
+ voted: false
+acquisitions-incorporated:
+ changes:
+ - 5.4.0
+ - 5.8.0
+ label: Acquisitions Incorporated
+ search:
+ terms:
+ - Dungeons & Dragons
+ - d&d
+ - dnd
+ - fantasy
+ - game
+ - gaming
+ - tabletop
+ styles:
+ - brands
+ unicode: f6af
+ voted: false
+ad:
+ changes:
+ - 5.3.0
+ - 5.10.2
+ label: Ad
+ search:
+ terms:
+ - advertisement
+ - media
+ - newspaper
+ - promotion
+ - publicity
+ styles:
+ - solid
+ unicode: f641
+ voted: false
+address-book:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.0.3
+ label: Address Book
+ search:
+ terms:
+ - contact
+ - directory
+ - index
+ - little black book
+ - rolodex
+ styles:
+ - solid
+ - regular
+ unicode: f2b9
+ voted: false
+address-card:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.0.3
+ label: Address Card
+ search:
+ terms:
+ - about
+ - contact
+ - id
+ - identification
+ - postcard
+ - profile
+ styles:
+ - solid
+ - regular
+ unicode: f2bb
+ voted: false
+adjust:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ - 5.11.0
+ label: adjust
+ search:
+ terms:
+ - contrast
+ - dark
+ - light
+ - saturation
+ styles:
+ - solid
+ unicode: f042
+ voted: false
+adn:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: App.net
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f170
+ voted: false
+adversal:
+ changes:
+ - 5.0.0
+ label: Adversal
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f36a
+ voted: false
+affiliatetheme:
+ changes:
+ - 5.0.0
+ label: affiliatetheme
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f36b
+ voted: false
+air-freshener:
+ changes:
+ - 5.2.0
+ - 5.15.3
+ label: Air Freshener
+ search:
+ terms:
+ - car
+ - deodorize
+ - fresh
+ - pine
+ - scent
+ styles:
+ - solid
+ unicode: f5d0
+ voted: false
+airbnb:
+ changes:
+ - 5.8.0
+ label: Airbnb
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f834
+algolia:
+ changes:
+ - 5.0.0
+ label: Algolia
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f36c
+ voted: false
+align-center:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ label: align-center
+ search:
+ terms:
+ - format
+ - middle
+ - paragraph
+ - text
+ styles:
+ - solid
+ unicode: f037
+ voted: false
+align-justify:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ label: align-justify
+ search:
+ terms:
+ - format
+ - paragraph
+ - text
+ styles:
+ - solid
+ unicode: f039
+ voted: false
+align-left:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ label: align-left
+ search:
+ terms:
+ - format
+ - paragraph
+ - text
+ styles:
+ - solid
+ unicode: f036
+ voted: false
+align-right:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ label: align-right
+ search:
+ terms:
+ - format
+ - paragraph
+ - text
+ styles:
+ - solid
+ unicode: f038
+ voted: false
+alipay:
+ changes:
+ - 5.3.0
+ label: Alipay
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f642
+ voted: false
+allergies:
+ changes:
+ - 5.0.7
+ label: Allergies
+ search:
+ terms:
+ - allergy
+ - freckles
+ - hand
+ - hives
+ - pox
+ - skin
+ - spots
+ styles:
+ - solid
+ unicode: f461
+ voted: false
+amazon:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Amazon
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f270
+ voted: false
+amazon-pay:
+ changes:
+ - 5.0.2
+ - 5.8.0
+ label: Amazon Pay
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f42c
+ voted: false
+ambulance:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.0.7
+ label: ambulance
+ search:
+ terms:
+ - covid-19
+ - emergency
+ - emt
+ - er
+ - help
+ - hospital
+ - support
+ - vehicle
+ styles:
+ - solid
+ unicode: f0f9
+ voted: false
+american-sign-language-interpreting:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: American Sign Language Interpreting
+ search:
+ terms:
+ - asl
+ - deaf
+ - finger
+ - hand
+ - interpret
+ - speak
+ styles:
+ - solid
+ unicode: f2a3
+ voted: false
+amilia:
+ changes:
+ - 5.0.0
+ label: Amilia
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f36d
+ voted: false
+anchor:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.11.0
+ label: Anchor
+ search:
+ terms:
+ - berth
+ - boat
+ - dock
+ - embed
+ - link
+ - maritime
+ - moor
+ - secure
+ styles:
+ - solid
+ unicode: f13d
+ voted: false
+android:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.12.0
+ label: Android
+ search:
+ terms:
+ - robot
+ styles:
+ - brands
+ unicode: f17b
+ voted: false
+angellist:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: AngelList
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f209
+ voted: false
+angle-double-down:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Angle Double Down
+ search:
+ terms:
+ - arrows
+ - caret
+ - download
+ - expand
+ styles:
+ - solid
+ unicode: f103
+ voted: false
+angle-double-left:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Angle Double Left
+ search:
+ terms:
+ - arrows
+ - back
+ - caret
+ - laquo
+ - previous
+ - quote
+ styles:
+ - solid
+ unicode: f100
+ voted: false
+angle-double-right:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Angle Double Right
+ search:
+ terms:
+ - arrows
+ - caret
+ - forward
+ - more
+ - next
+ - quote
+ - raquo
+ styles:
+ - solid
+ unicode: f101
+ voted: false
+angle-double-up:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Angle Double Up
+ search:
+ terms:
+ - arrows
+ - caret
+ - collapse
+ - upload
+ styles:
+ - solid
+ unicode: f102
+ voted: false
+angle-down:
+ changes:
+ - '3'
+ - 5.0.0
+ label: angle-down
+ search:
+ terms:
+ - arrow
+ - caret
+ - download
+ - expand
+ styles:
+ - solid
+ unicode: f107
+ voted: false
+angle-left:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.11.0
+ label: angle-left
+ search:
+ terms:
+ - arrow
+ - back
+ - caret
+ - less
+ - previous
+ styles:
+ - solid
+ unicode: f104
+ voted: false
+angle-right:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.11.0
+ label: angle-right
+ search:
+ terms:
+ - arrow
+ - care
+ - forward
+ - more
+ - next
+ styles:
+ - solid
+ unicode: f105
+ voted: false
+angle-up:
+ changes:
+ - '3'
+ - 5.0.0
+ label: angle-up
+ search:
+ terms:
+ - arrow
+ - caret
+ - collapse
+ - upload
+ styles:
+ - solid
+ unicode: f106
+ voted: false
+angry:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Angry Face
+ search:
+ terms:
+ - disapprove
+ - emoticon
+ - face
+ - mad
+ - upset
+ styles:
+ - solid
+ - regular
+ unicode: f556
+ voted: false
+angrycreative:
+ changes:
+ - 5.0.0
+ label: Angry Creative
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f36e
+ voted: false
+angular:
+ changes:
+ - 5.0.0
+ - 5.8.0
+ label: Angular
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f420
+ voted: false
+ankh:
+ changes:
+ - 5.3.0
+ label: Ankh
+ search:
+ terms:
+ - amulet
+ - copper
+ - coptic christianity
+ - copts
+ - crux ansata
+ - egypt
+ - venus
+ styles:
+ - solid
+ unicode: f644
+ voted: false
+app-store:
+ changes:
+ - 5.0.0
+ label: App Store
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f36f
+ voted: false
+app-store-ios:
+ changes:
+ - 5.0.0
+ label: iOS App Store
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f370
+ voted: false
+apper:
+ changes:
+ - 5.0.0
+ label: Apper Systems AB
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f371
+ voted: false
+apple:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.0.7
+ - 5.8.0
+ label: Apple
+ search:
+ terms:
+ - fruit
+ - ios
+ - mac
+ - operating system
+ - os
+ - osx
+ styles:
+ - brands
+ unicode: f179
+ voted: false
+apple-alt:
+ changes:
+ - 5.2.0
+ label: Fruit Apple
+ search:
+ terms:
+ - fall
+ - fruit
+ - fuji
+ - macintosh
+ - orchard
+ - seasonal
+ - vegan
+ styles:
+ - solid
+ unicode: f5d1
+ voted: false
+apple-pay:
+ changes:
+ - 5.0.0
+ label: Apple Pay
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f415
+ voted: true
+archive:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.0.9
+ label: Archive
+ search:
+ terms:
+ - box
+ - package
+ - save
+ - storage
+ styles:
+ - solid
+ unicode: f187
+ voted: false
+archway:
+ changes:
+ - 5.1.0
+ label: Archway
+ search:
+ terms:
+ - arc
+ - monument
+ - road
+ - street
+ - tunnel
+ styles:
+ - solid
+ unicode: f557
+ voted: false
+arrow-alt-circle-down:
+ changes:
+ - 5.0.0
+ label: Alternate Arrow Circle Down
+ search:
+ terms:
+ - arrow-circle-o-down
+ - download
+ styles:
+ - solid
+ - regular
+ unicode: f358
+ voted: false
+arrow-alt-circle-left:
+ changes:
+ - 5.0.0
+ label: Alternate Arrow Circle Left
+ search:
+ terms:
+ - arrow-circle-o-left
+ - back
+ - previous
+ styles:
+ - solid
+ - regular
+ unicode: f359
+ voted: false
+arrow-alt-circle-right:
+ changes:
+ - 5.0.0
+ label: Alternate Arrow Circle Right
+ search:
+ terms:
+ - arrow-circle-o-right
+ - forward
+ - next
+ styles:
+ - solid
+ - regular
+ unicode: f35a
+ voted: false
+arrow-alt-circle-up:
+ changes:
+ - 5.0.0
+ label: Alternate Arrow Circle Up
+ search:
+ terms:
+ - arrow-circle-o-up
+ styles:
+ - solid
+ - regular
+ unicode: f35b
+ voted: false
+arrow-circle-down:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Arrow Circle Down
+ search:
+ terms:
+ - download
+ styles:
+ - solid
+ unicode: f0ab
+ voted: false
+arrow-circle-left:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Arrow Circle Left
+ search:
+ terms:
+ - back
+ - previous
+ styles:
+ - solid
+ unicode: f0a8
+ voted: false
+arrow-circle-right:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Arrow Circle Right
+ search:
+ terms:
+ - forward
+ - next
+ styles:
+ - solid
+ unicode: f0a9
+ voted: false
+arrow-circle-up:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Arrow Circle Up
+ search:
+ terms:
+ - upload
+ styles:
+ - solid
+ unicode: f0aa
+ voted: false
+arrow-down:
+ changes:
+ - '1'
+ - 5.0.0
+ label: arrow-down
+ search:
+ terms:
+ - download
+ styles:
+ - solid
+ unicode: f063
+ voted: false
+arrow-left:
+ changes:
+ - '1'
+ - 5.0.0
+ label: arrow-left
+ search:
+ terms:
+ - back
+ - previous
+ styles:
+ - solid
+ unicode: f060
+ voted: false
+arrow-right:
+ changes:
+ - '1'
+ - 5.0.0
+ label: arrow-right
+ search:
+ terms:
+ - forward
+ - next
+ styles:
+ - solid
+ unicode: f061
+ voted: false
+arrow-up:
+ changes:
+ - '1'
+ - 5.0.0
+ label: arrow-up
+ search:
+ terms:
+ - forward
+ - upload
+ styles:
+ - solid
+ unicode: f062
+ voted: false
+arrows-alt:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Alternate Arrows
+ search:
+ terms:
+ - arrow
+ - arrows
+ - bigger
+ - enlarge
+ - expand
+ - fullscreen
+ - move
+ - position
+ - reorder
+ - resize
+ styles:
+ - solid
+ unicode: f0b2
+ voted: false
+arrows-alt-h:
+ changes:
+ - 5.0.0
+ label: Alternate Arrows Horizontal
+ search:
+ terms:
+ - arrows-h
+ - expand
+ - horizontal
+ - landscape
+ - resize
+ - wide
+ styles:
+ - solid
+ unicode: f337
+ voted: false
+arrows-alt-v:
+ changes:
+ - 5.0.0
+ - 5.11.0
+ label: Alternate Arrows Vertical
+ search:
+ terms:
+ - arrows-v
+ - expand
+ - portrait
+ - resize
+ - tall
+ - vertical
+ styles:
+ - solid
+ unicode: f338
+ voted: false
+artstation:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: Artstation
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f77a
+ voted: true
+assistive-listening-systems:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Assistive Listening Systems
+ search:
+ terms:
+ - amplify
+ - audio
+ - deaf
+ - ear
+ - headset
+ - hearing
+ - sound
+ styles:
+ - solid
+ unicode: f2a2
+ voted: false
+asterisk:
+ changes:
+ - '1'
+ - 5.0.0
+ label: asterisk
+ search:
+ terms:
+ - annotation
+ - details
+ - reference
+ - star
+ styles:
+ - solid
+ unicode: f069
+ voted: false
+asymmetrik:
+ changes:
+ - 5.0.0
+ label: 'Asymmetrik, Ltd.'
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f372
+ voted: false
+at:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: At
+ search:
+ terms:
+ - address
+ - author
+ - e-mail
+ - email
+ - handle
+ styles:
+ - solid
+ unicode: f1fa
+ voted: false
+atlas:
+ changes:
+ - 5.1.0
+ label: Atlas
+ search:
+ terms:
+ - book
+ - directions
+ - geography
+ - globe
+ - map
+ - travel
+ - wayfinding
+ styles:
+ - solid
+ unicode: f558
+ voted: false
+atlassian:
+ changes:
+ - 5.6.0
+ label: Atlassian
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f77b
+ voted: true
+atom:
+ changes:
+ - 5.2.0
+ - 5.12.0
+ label: Atom
+ search:
+ terms:
+ - atheism
+ - chemistry
+ - electron
+ - ion
+ - isotope
+ - neutron
+ - nuclear
+ - proton
+ - science
+ styles:
+ - solid
+ unicode: f5d2
+ voted: false
+audible:
+ changes:
+ - 5.0.0
+ label: Audible
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f373
+ voted: false
+audio-description:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.10.2
+ label: Audio Description
+ search:
+ terms:
+ - blind
+ - narration
+ - video
+ - visual
+ styles:
+ - solid
+ unicode: f29e
+ voted: false
+autoprefixer:
+ changes:
+ - 5.0.0
+ label: Autoprefixer
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f41c
+ voted: false
+avianex:
+ changes:
+ - 5.0.0
+ label: avianex
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f374
+ voted: false
+aviato:
+ changes:
+ - 5.0.0
+ label: Aviato
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f421
+ voted: false
+award:
+ changes:
+ - 5.1.0
+ - 5.2.0
+ - 5.10.2
+ label: Award
+ search:
+ terms:
+ - honor
+ - praise
+ - prize
+ - recognition
+ - ribbon
+ - trophy
+ styles:
+ - solid
+ unicode: f559
+ voted: true
+aws:
+ changes:
+ - 5.0.0
+ - 5.1.0
+ label: Amazon Web Services (AWS)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f375
+ voted: false
+baby:
+ changes:
+ - 5.6.0
+ - 5.10.1
+ label: Baby
+ search:
+ terms:
+ - child
+ - diaper
+ - doll
+ - human
+ - infant
+ - kid
+ - offspring
+ - person
+ - sprout
+ styles:
+ - solid
+ unicode: f77c
+ voted: true
+baby-carriage:
+ changes:
+ - 5.6.0
+ label: Baby Carriage
+ search:
+ terms:
+ - buggy
+ - carrier
+ - infant
+ - push
+ - stroller
+ - transportation
+ - walk
+ - wheels
+ styles:
+ - solid
+ unicode: f77d
+ voted: true
+backspace:
+ changes:
+ - 5.1.0
+ label: Backspace
+ search:
+ terms:
+ - command
+ - delete
+ - erase
+ - keyboard
+ - undo
+ styles:
+ - solid
+ unicode: f55a
+ voted: true
+backward:
+ changes:
+ - '1'
+ - 5.0.0
+ label: backward
+ search:
+ terms:
+ - previous
+ - rewind
+ styles:
+ - solid
+ unicode: f04a
+ voted: false
+bacon:
+ changes:
+ - 5.7.0
+ label: Bacon
+ search:
+ terms:
+ - blt
+ - breakfast
+ - ham
+ - lard
+ - meat
+ - pancetta
+ - pork
+ - rasher
+ styles:
+ - solid
+ unicode: f7e5
+ voted: false
+bacteria:
+ changes:
+ - 5.13.0
+ - 5.13.1
+ - 5.14.0
+ label: Bacteria
+ search:
+ terms:
+ - antibiotic
+ - antibody
+ - covid-19
+ - health
+ - organism
+ - sick
+ styles:
+ - solid
+ unicode: e059
+ voted: false
+bacterium:
+ changes:
+ - 5.13.0
+ - 5.13.1
+ - 5.14.0
+ label: Bacterium
+ search:
+ terms:
+ - antibiotic
+ - antibody
+ - covid-19
+ - health
+ - organism
+ - sick
+ styles:
+ - solid
+ unicode: e05a
+ voted: false
+bahai:
+ changes:
+ - 5.3.0
+ - 5.12.0
+ label: Bahá'Ã
+ search:
+ terms:
+ - bahai
+ - bahá'Ã
+ - star
+ styles:
+ - solid
+ unicode: f666
+ voted: false
+balance-scale:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.0.13
+ label: Balance Scale
+ search:
+ terms:
+ - balanced
+ - justice
+ - legal
+ - measure
+ - weight
+ styles:
+ - solid
+ unicode: f24e
+ voted: false
+balance-scale-left:
+ changes:
+ - 5.0.13
+ - 5.9.0
+ - 5.12.0
+ label: Balance Scale (Left-Weighted)
+ search:
+ terms:
+ - justice
+ - legal
+ - measure
+ - unbalanced
+ - weight
+ styles:
+ - solid
+ unicode: f515
+ voted: true
+balance-scale-right:
+ changes:
+ - 5.0.13
+ - 5.9.0
+ - 5.12.0
+ label: Balance Scale (Right-Weighted)
+ search:
+ terms:
+ - justice
+ - legal
+ - measure
+ - unbalanced
+ - weight
+ styles:
+ - solid
+ unicode: f516
+ voted: true
+ban:
+ changes:
+ - '1'
+ - 5.0.0
+ label: ban
+ search:
+ terms:
+ - abort
+ - ban
+ - block
+ - cancel
+ - delete
+ - hide
+ - prohibit
+ - remove
+ - stop
+ - trash
+ styles:
+ - solid
+ unicode: f05e
+ voted: false
+band-aid:
+ changes:
+ - 5.0.7
+ - 5.10.2
+ label: Band-Aid
+ search:
+ terms:
+ - bandage
+ - boo boo
+ - first aid
+ - ouch
+ styles:
+ - solid
+ unicode: f462
+ voted: false
+bandcamp:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.13.1
+ label: Bandcamp
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2d5
+ voted: false
+barcode:
+ changes:
+ - '1'
+ - 5.0.0
+ label: barcode
+ search:
+ terms:
+ - info
+ - laser
+ - price
+ - scan
+ - upc
+ styles:
+ - solid
+ unicode: f02a
+ voted: false
+bars:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Bars
+ search:
+ terms:
+ - checklist
+ - drag
+ - hamburger
+ - list
+ - menu
+ - nav
+ - navigation
+ - ol
+ - reorder
+ - settings
+ - todo
+ - ul
+ styles:
+ - solid
+ unicode: f0c9
+ voted: false
+baseball-ball:
+ changes:
+ - 5.0.5
+ - 5.11.0
+ - 5.11.1
+ label: Baseball Ball
+ search:
+ terms:
+ - foul
+ - hardball
+ - league
+ - leather
+ - mlb
+ - softball
+ - sport
+ styles:
+ - solid
+ unicode: f433
+ voted: false
+basketball-ball:
+ changes:
+ - 5.0.5
+ - 5.11.0
+ - 5.11.1
+ label: Basketball Ball
+ search:
+ terms:
+ - dribble
+ - dunk
+ - hoop
+ - nba
+ styles:
+ - solid
+ unicode: f434
+ voted: false
+bath:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.12.0
+ label: Bath
+ search:
+ terms:
+ - clean
+ - shower
+ - tub
+ - wash
+ styles:
+ - solid
+ unicode: f2cd
+ voted: false
+battery-empty:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Battery Empty
+ search:
+ terms:
+ - charge
+ - dead
+ - power
+ - status
+ styles:
+ - solid
+ unicode: f244
+ voted: false
+battery-full:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Battery Full
+ search:
+ terms:
+ - charge
+ - power
+ - status
+ styles:
+ - solid
+ unicode: f240
+ voted: false
+battery-half:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Battery 1/2 Full
+ search:
+ terms:
+ - charge
+ - power
+ - status
+ styles:
+ - solid
+ unicode: f242
+ voted: false
+battery-quarter:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Battery 1/4 Full
+ search:
+ terms:
+ - charge
+ - low
+ - power
+ - status
+ styles:
+ - solid
+ unicode: f243
+ voted: false
+battery-three-quarters:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Battery 3/4 Full
+ search:
+ terms:
+ - charge
+ - power
+ - status
+ styles:
+ - solid
+ unicode: f241
+ voted: false
+battle-net:
+ changes:
+ - 5.8.0
+ label: Battle.net
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f835
+bed:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.1.0
+ label: Bed
+ search:
+ terms:
+ - lodging
+ - mattress
+ - rest
+ - sleep
+ - travel
+ styles:
+ - solid
+ unicode: f236
+ voted: false
+beer:
+ changes:
+ - '3'
+ - 5.0.0
+ label: beer
+ search:
+ terms:
+ - alcohol
+ - ale
+ - bar
+ - beverage
+ - brewery
+ - drink
+ - lager
+ - liquor
+ - mug
+ - stein
+ styles:
+ - solid
+ unicode: f0fc
+ voted: false
+behance:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Behance
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1b4
+ voted: false
+behance-square:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.0.3
+ label: Behance Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1b5
+ voted: false
+bell:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.2.0
+ - 5.11.0
+ label: bell
+ search:
+ terms:
+ - alarm
+ - alert
+ - chime
+ - notification
+ - reminder
+ styles:
+ - solid
+ - regular
+ unicode: f0f3
+ voted: false
+bell-slash:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.2.0
+ label: Bell Slash
+ search:
+ terms:
+ - alert
+ - cancel
+ - disabled
+ - notification
+ - 'off'
+ - reminder
+ styles:
+ - solid
+ - regular
+ unicode: f1f6
+ voted: false
+bezier-curve:
+ changes:
+ - 5.1.0
+ label: Bezier Curve
+ search:
+ terms:
+ - curves
+ - illustrator
+ - lines
+ - path
+ - vector
+ styles:
+ - solid
+ unicode: f55b
+ voted: false
+bible:
+ changes:
+ - 5.3.0
+ label: Bible
+ search:
+ terms:
+ - book
+ - catholicism
+ - christianity
+ - god
+ - holy
+ styles:
+ - solid
+ unicode: f647
+ voted: false
+bicycle:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Bicycle
+ search:
+ terms:
+ - bike
+ - gears
+ - pedal
+ - transportation
+ - vehicle
+ styles:
+ - solid
+ unicode: f206
+ voted: false
+biking:
+ changes:
+ - 5.9.0
+ label: Biking
+ search:
+ terms:
+ - bicycle
+ - bike
+ - cycle
+ - cycling
+ - ride
+ - wheel
+ styles:
+ - solid
+ unicode: f84a
+ voted: false
+bimobject:
+ changes:
+ - 5.0.0
+ label: BIMobject
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f378
+ voted: false
+binoculars:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.2.0
+ label: Binoculars
+ search:
+ terms:
+ - glasses
+ - magnify
+ - scenic
+ - spyglass
+ - view
+ styles:
+ - solid
+ unicode: f1e5
+ voted: false
+biohazard:
+ changes:
+ - 5.6.0
+ - 5.7.0
+ label: Biohazard
+ search:
+ terms:
+ - covid-19
+ - danger
+ - dangerous
+ - hazmat
+ - medical
+ - radioactive
+ - toxic
+ - waste
+ - zombie
+ styles:
+ - solid
+ unicode: f780
+ voted: true
+birthday-cake:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Birthday Cake
+ search:
+ terms:
+ - anniversary
+ - bakery
+ - candles
+ - celebration
+ - dessert
+ - frosting
+ - holiday
+ - party
+ - pastry
+ styles:
+ - solid
+ unicode: f1fd
+ voted: false
+bitbucket:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.6.0
+ - 5.8.0
+ label: Bitbucket
+ search:
+ terms:
+ - atlassian
+ - bitbucket-square
+ - git
+ styles:
+ - brands
+ unicode: f171
+ voted: false
+bitcoin:
+ changes:
+ - 5.0.0
+ label: Bitcoin
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f379
+ voted: false
+bity:
+ changes:
+ - 5.0.0
+ label: Bity
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f37a
+ voted: false
+black-tie:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Font Awesome Black Tie
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f27e
+ voted: false
+blackberry:
+ changes:
+ - 5.0.0
+ label: BlackBerry
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f37b
+ voted: false
+blender:
+ changes:
+ - 5.0.13
+ label: Blender
+ search:
+ terms:
+ - cocktail
+ - milkshake
+ - mixer
+ - puree
+ - smoothie
+ styles:
+ - solid
+ unicode: f517
+ voted: false
+blender-phone:
+ changes:
+ - 5.4.0
+ label: Blender Phone
+ search:
+ terms:
+ - appliance
+ - cocktail
+ - communication
+ - fantasy
+ - milkshake
+ - mixer
+ - puree
+ - silly
+ - smoothie
+ styles:
+ - solid
+ unicode: f6b6
+ voted: false
+blind:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.11.0
+ label: Blind
+ search:
+ terms:
+ - cane
+ - disability
+ - person
+ - sight
+ styles:
+ - solid
+ unicode: f29d
+ voted: false
+blog:
+ changes:
+ - 5.6.0
+ label: Blog
+ search:
+ terms:
+ - journal
+ - log
+ - online
+ - personal
+ - post
+ - web 2.0
+ - wordpress
+ - writing
+ styles:
+ - solid
+ unicode: f781
+ voted: true
+blogger:
+ changes:
+ - 5.0.0
+ label: Blogger
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f37c
+ voted: false
+blogger-b:
+ changes:
+ - 5.0.0
+ label: Blogger B
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f37d
+ voted: false
+bluetooth:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Bluetooth
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f293
+ voted: false
+bluetooth-b:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Bluetooth
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f294
+ voted: false
+bold:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ - 5.10.2
+ label: bold
+ search:
+ terms:
+ - emphasis
+ - format
+ - text
+ styles:
+ - solid
+ unicode: f032
+ voted: false
+bolt:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.5.0
+ label: Lightning Bolt
+ search:
+ terms:
+ - electricity
+ - lightning
+ - weather
+ - zap
+ styles:
+ - solid
+ unicode: f0e7
+ voted: false
+bomb:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Bomb
+ search:
+ terms:
+ - error
+ - explode
+ - fuse
+ - grenade
+ - warning
+ styles:
+ - solid
+ unicode: f1e2
+ voted: false
+bone:
+ changes:
+ - 5.2.0
+ label: Bone
+ search:
+ terms:
+ - calcium
+ - dog
+ - skeletal
+ - skeleton
+ - tibia
+ styles:
+ - solid
+ unicode: f5d7
+ voted: false
+bong:
+ changes:
+ - 5.1.0
+ label: Bong
+ search:
+ terms:
+ - aparatus
+ - cannabis
+ - marijuana
+ - pipe
+ - smoke
+ - smoking
+ styles:
+ - solid
+ unicode: f55c
+ voted: false
+book:
+ changes:
+ - '1'
+ - 5.0.0
+ label: book
+ search:
+ terms:
+ - diary
+ - documentation
+ - journal
+ - library
+ - read
+ styles:
+ - solid
+ unicode: f02d
+ voted: false
+book-dead:
+ changes:
+ - 5.4.0
+ label: Book of the Dead
+ search:
+ terms:
+ - Dungeons & Dragons
+ - crossbones
+ - d&d
+ - dark arts
+ - death
+ - dnd
+ - documentation
+ - evil
+ - fantasy
+ - halloween
+ - holiday
+ - necronomicon
+ - read
+ - skull
+ - spell
+ styles:
+ - solid
+ unicode: f6b7
+ voted: false
+book-medical:
+ changes:
+ - 5.7.0
+ label: Medical Book
+ search:
+ terms:
+ - diary
+ - documentation
+ - health
+ - history
+ - journal
+ - library
+ - read
+ - record
+ styles:
+ - solid
+ unicode: f7e6
+ voted: false
+book-open:
+ changes:
+ - 5.0.13
+ - 5.1.0
+ - 5.2.0
+ label: Book Open
+ search:
+ terms:
+ - flyer
+ - library
+ - notebook
+ - open book
+ - pamphlet
+ - reading
+ styles:
+ - solid
+ unicode: f518
+ voted: true
+book-reader:
+ changes:
+ - 5.2.0
+ label: Book Reader
+ search:
+ terms:
+ - flyer
+ - library
+ - notebook
+ - open book
+ - pamphlet
+ - reading
+ styles:
+ - solid
+ unicode: f5da
+ voted: false
+bookmark:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ label: bookmark
+ search:
+ terms:
+ - favorite
+ - marker
+ - read
+ - remember
+ - save
+ styles:
+ - solid
+ - regular
+ unicode: f02e
+ voted: false
+bootstrap:
+ changes:
+ - 5.8.0
+ label: Bootstrap
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f836
+border-all:
+ changes:
+ - 5.9.0
+ label: Border All
+ search:
+ terms:
+ - cell
+ - grid
+ - outline
+ - stroke
+ - table
+ styles:
+ - solid
+ unicode: f84c
+ voted: false
+border-none:
+ changes:
+ - 5.9.0
+ label: Border None
+ search:
+ terms:
+ - cell
+ - grid
+ - outline
+ - stroke
+ - table
+ styles:
+ - solid
+ unicode: f850
+ voted: false
+border-style:
+ changes:
+ - 5.9.0
+ label: Border Style
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f853
+ voted: false
+bowling-ball:
+ changes:
+ - 5.0.5
+ - 5.11.0
+ - 5.11.1
+ label: Bowling Ball
+ search:
+ terms:
+ - alley
+ - candlepin
+ - gutter
+ - lane
+ - strike
+ - tenpin
+ styles:
+ - solid
+ unicode: f436
+ voted: false
+box:
+ changes:
+ - 5.0.7
+ label: Box
+ search:
+ terms:
+ - archive
+ - container
+ - package
+ - storage
+ styles:
+ - solid
+ unicode: f466
+ voted: false
+box-open:
+ changes:
+ - 5.0.9
+ - 5.7.0
+ label: Box Open
+ search:
+ terms:
+ - archive
+ - container
+ - package
+ - storage
+ - unpack
+ styles:
+ - solid
+ unicode: f49e
+ voted: false
+box-tissue:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Tissue Box
+ search:
+ terms:
+ - cough
+ - covid-19
+ - kleenex
+ - mucus
+ - nose
+ - sneeze
+ - snot
+ styles:
+ - solid
+ unicode: e05b
+ voted: false
+boxes:
+ changes:
+ - 5.0.7
+ label: Boxes
+ search:
+ terms:
+ - archives
+ - inventory
+ - storage
+ - warehouse
+ styles:
+ - solid
+ unicode: f468
+ voted: false
+braille:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Braille
+ search:
+ terms:
+ - alphabet
+ - blind
+ - dots
+ - raised
+ - vision
+ styles:
+ - solid
+ unicode: f2a1
+ voted: false
+brain:
+ changes:
+ - 5.2.0
+ - 5.9.0
+ - 5.11.0
+ label: Brain
+ search:
+ terms:
+ - cerebellum
+ - gray matter
+ - intellect
+ - medulla oblongata
+ - mind
+ - noodle
+ - wit
+ styles:
+ - solid
+ unicode: f5dc
+ voted: false
+bread-slice:
+ changes:
+ - 5.7.0
+ label: Bread Slice
+ search:
+ terms:
+ - bake
+ - bakery
+ - baking
+ - dough
+ - flour
+ - gluten
+ - grain
+ - sandwich
+ - sourdough
+ - toast
+ - wheat
+ - yeast
+ styles:
+ - solid
+ unicode: f7ec
+ voted: false
+briefcase:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.3.0
+ label: Briefcase
+ search:
+ terms:
+ - bag
+ - business
+ - luggage
+ - office
+ - work
+ styles:
+ - solid
+ unicode: f0b1
+ voted: false
+briefcase-medical:
+ changes:
+ - 5.0.7
+ label: Medical Briefcase
+ search:
+ terms:
+ - doctor
+ - emt
+ - first aid
+ - health
+ styles:
+ - solid
+ unicode: f469
+ voted: false
+broadcast-tower:
+ changes:
+ - 5.0.13
+ label: Broadcast Tower
+ search:
+ terms:
+ - airwaves
+ - antenna
+ - radio
+ - reception
+ - waves
+ styles:
+ - solid
+ unicode: f519
+ voted: true
+broom:
+ changes:
+ - 5.0.13
+ label: Broom
+ search:
+ terms:
+ - clean
+ - firebolt
+ - fly
+ - halloween
+ - nimbus 2000
+ - quidditch
+ - sweep
+ - witch
+ styles:
+ - solid
+ unicode: f51a
+ voted: true
+brush:
+ changes:
+ - 5.1.0
+ label: Brush
+ search:
+ terms:
+ - art
+ - bristles
+ - color
+ - handle
+ - paint
+ styles:
+ - solid
+ unicode: f55d
+ voted: false
+btc:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: BTC
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f15a
+ voted: false
+buffer:
+ changes:
+ - 5.8.0
+ label: Buffer
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f837
+bug:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Bug
+ search:
+ terms:
+ - beetle
+ - error
+ - insect
+ - report
+ styles:
+ - solid
+ unicode: f188
+ voted: false
+building:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Building
+ search:
+ terms:
+ - apartment
+ - business
+ - city
+ - company
+ - office
+ - work
+ styles:
+ - solid
+ - regular
+ unicode: f1ad
+ voted: false
+bullhorn:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.3.0
+ label: bullhorn
+ search:
+ terms:
+ - announcement
+ - broadcast
+ - louder
+ - megaphone
+ - share
+ styles:
+ - solid
+ unicode: f0a1
+ voted: false
+bullseye:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.3.0
+ - 5.10.1
+ label: Bullseye
+ search:
+ terms:
+ - archery
+ - goal
+ - objective
+ - target
+ styles:
+ - solid
+ unicode: f140
+ voted: false
+burn:
+ changes:
+ - 5.0.7
+ label: Burn
+ search:
+ terms:
+ - caliente
+ - energy
+ - fire
+ - flame
+ - gas
+ - heat
+ - hot
+ styles:
+ - solid
+ unicode: f46a
+ voted: false
+buromobelexperte:
+ changes:
+ - 5.0.0
+ label: Büromöbel-Experte GmbH & Co. KG.
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f37f
+ voted: false
+bus:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.1.0
+ label: Bus
+ search:
+ terms:
+ - public transportation
+ - transportation
+ - travel
+ - vehicle
+ styles:
+ - solid
+ unicode: f207
+ voted: false
+bus-alt:
+ changes:
+ - 5.1.0
+ label: Bus Alt
+ search:
+ terms:
+ - mta
+ - public transportation
+ - transportation
+ - travel
+ - vehicle
+ styles:
+ - solid
+ unicode: f55e
+ voted: false
+business-time:
+ changes:
+ - 5.3.0
+ label: Business Time
+ search:
+ terms:
+ - alarm
+ - briefcase
+ - business socks
+ - clock
+ - flight of the conchords
+ - reminder
+ - wednesday
+ styles:
+ - solid
+ unicode: f64a
+ voted: false
+buy-n-large:
+ changes:
+ - 5.11.0
+ label: Buy n Large
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f8a6
+buysellads:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: BuySellAds
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f20d
+ voted: false
+calculator:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.3.0
+ - 5.11.0
+ label: Calculator
+ search:
+ terms:
+ - abacus
+ - addition
+ - arithmetic
+ - counting
+ - math
+ - multiplication
+ - subtraction
+ styles:
+ - solid
+ unicode: f1ec
+ voted: false
+calendar:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.10.2
+ label: Calendar
+ search:
+ terms:
+ - calendar-o
+ - date
+ - event
+ - schedule
+ - time
+ - when
+ styles:
+ - solid
+ - regular
+ unicode: f133
+ voted: false
+calendar-alt:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.6.0
+ - 5.7.0
+ - 5.10.2
+ label: Alternate Calendar
+ search:
+ terms:
+ - calendar
+ - date
+ - event
+ - schedule
+ - time
+ - when
+ styles:
+ - solid
+ - regular
+ unicode: f073
+ voted: false
+calendar-check:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.2
+ label: Calendar Check
+ search:
+ terms:
+ - accept
+ - agree
+ - appointment
+ - confirm
+ - correct
+ - date
+ - done
+ - event
+ - ok
+ - schedule
+ - select
+ - success
+ - tick
+ - time
+ - todo
+ - when
+ styles:
+ - solid
+ - regular
+ unicode: f274
+ voted: false
+calendar-day:
+ changes:
+ - 5.6.0
+ - 5.10.2
+ label: Calendar with Day Focus
+ search:
+ terms:
+ - date
+ - detail
+ - event
+ - focus
+ - schedule
+ - single day
+ - time
+ - today
+ - when
+ styles:
+ - solid
+ unicode: f783
+ voted: true
+calendar-minus:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.2
+ label: Calendar Minus
+ search:
+ terms:
+ - calendar
+ - date
+ - delete
+ - event
+ - negative
+ - remove
+ - schedule
+ - time
+ - when
+ styles:
+ - solid
+ - regular
+ unicode: f272
+ voted: false
+calendar-plus:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.2
+ label: Calendar Plus
+ search:
+ terms:
+ - add
+ - calendar
+ - create
+ - date
+ - event
+ - new
+ - positive
+ - schedule
+ - time
+ - when
+ styles:
+ - solid
+ - regular
+ unicode: f271
+ voted: false
+calendar-times:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.2
+ label: Calendar Times
+ search:
+ terms:
+ - archive
+ - calendar
+ - date
+ - delete
+ - event
+ - remove
+ - schedule
+ - time
+ - when
+ - x
+ styles:
+ - solid
+ - regular
+ unicode: f273
+ voted: false
+calendar-week:
+ changes:
+ - 5.6.0
+ - 5.10.2
+ label: Calendar with Week Focus
+ search:
+ terms:
+ - date
+ - detail
+ - event
+ - focus
+ - schedule
+ - single week
+ - time
+ - today
+ - when
+ styles:
+ - solid
+ unicode: f784
+ voted: true
+camera:
+ changes:
+ - '1'
+ - 5.0.0
+ label: camera
+ search:
+ terms:
+ - image
+ - lens
+ - photo
+ - picture
+ - record
+ - shutter
+ - video
+ styles:
+ - solid
+ unicode: f030
+ voted: false
+camera-retro:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.1
+ label: Retro Camera
+ search:
+ terms:
+ - image
+ - lens
+ - photo
+ - picture
+ - record
+ - shutter
+ - video
+ styles:
+ - solid
+ unicode: f083
+ voted: false
+campground:
+ changes:
+ - 5.4.0
+ label: Campground
+ search:
+ terms:
+ - camping
+ - fall
+ - outdoors
+ - teepee
+ - tent
+ - tipi
+ styles:
+ - solid
+ unicode: f6bb
+ voted: false
+canadian-maple-leaf:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: Canadian Maple Leaf
+ search:
+ terms:
+ - canada
+ - flag
+ - flora
+ - nature
+ - plant
+ styles:
+ - brands
+ unicode: f785
+candy-cane:
+ changes:
+ - 5.6.0
+ - 5.10.1
+ label: Candy Cane
+ search:
+ terms:
+ - candy
+ - christmas
+ - holiday
+ - mint
+ - peppermint
+ - striped
+ - xmas
+ styles:
+ - solid
+ unicode: f786
+cannabis:
+ changes:
+ - 5.1.0
+ label: Cannabis
+ search:
+ terms:
+ - bud
+ - chronic
+ - drugs
+ - endica
+ - endo
+ - ganja
+ - marijuana
+ - mary jane
+ - pot
+ - reefer
+ - sativa
+ - spliff
+ - weed
+ - whacky-tabacky
+ styles:
+ - solid
+ unicode: f55f
+ voted: false
+capsules:
+ changes:
+ - 5.0.7
+ label: Capsules
+ search:
+ terms:
+ - drugs
+ - medicine
+ - pills
+ - prescription
+ styles:
+ - solid
+ unicode: f46b
+ voted: false
+car:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.2.0
+ label: Car
+ search:
+ terms:
+ - auto
+ - automobile
+ - sedan
+ - transportation
+ - travel
+ - vehicle
+ styles:
+ - solid
+ unicode: f1b9
+ voted: false
+car-alt:
+ changes:
+ - 5.2.0
+ - 5.11.0
+ - 5.11.1
+ label: Alternate Car
+ search:
+ terms:
+ - auto
+ - automobile
+ - sedan
+ - transportation
+ - travel
+ - vehicle
+ styles:
+ - solid
+ unicode: f5de
+ voted: false
+car-battery:
+ changes:
+ - 5.2.0
+ label: Car Battery
+ search:
+ terms:
+ - auto
+ - electric
+ - mechanic
+ - power
+ styles:
+ - solid
+ unicode: f5df
+ voted: false
+car-crash:
+ changes:
+ - 5.2.0
+ label: Car Crash
+ search:
+ terms:
+ - accident
+ - auto
+ - automobile
+ - insurance
+ - sedan
+ - transportation
+ - vehicle
+ - wreck
+ styles:
+ - solid
+ unicode: f5e1
+ voted: false
+car-side:
+ changes:
+ - 5.2.0
+ label: Car Side
+ search:
+ terms:
+ - auto
+ - automobile
+ - sedan
+ - transportation
+ - travel
+ - vehicle
+ styles:
+ - solid
+ unicode: f5e4
+ voted: false
+caravan:
+ changes:
+ - 5.12.0
+ label: Caravan
+ search:
+ terms:
+ - camper
+ - motor home
+ - rv
+ - trailer
+ - travel
+ styles:
+ - solid
+ unicode: f8ff
+ voted: true
+caret-down:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Caret Down
+ search:
+ terms:
+ - arrow
+ - dropdown
+ - expand
+ - menu
+ - more
+ - triangle
+ styles:
+ - solid
+ unicode: f0d7
+ voted: false
+caret-left:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Caret Left
+ search:
+ terms:
+ - arrow
+ - back
+ - previous
+ - triangle
+ styles:
+ - solid
+ unicode: f0d9
+ voted: false
+caret-right:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Caret Right
+ search:
+ terms:
+ - arrow
+ - forward
+ - next
+ - triangle
+ styles:
+ - solid
+ unicode: f0da
+ voted: false
+caret-square-down:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Caret Square Down
+ search:
+ terms:
+ - arrow
+ - caret-square-o-down
+ - dropdown
+ - expand
+ - menu
+ - more
+ - triangle
+ styles:
+ - solid
+ - regular
+ unicode: f150
+ voted: false
+caret-square-left:
+ changes:
+ - '4'
+ - 5.0.0
+ label: Caret Square Left
+ search:
+ terms:
+ - arrow
+ - back
+ - caret-square-o-left
+ - previous
+ - triangle
+ styles:
+ - solid
+ - regular
+ unicode: f191
+ voted: false
+caret-square-right:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Caret Square Right
+ search:
+ terms:
+ - arrow
+ - caret-square-o-right
+ - forward
+ - next
+ - triangle
+ styles:
+ - solid
+ - regular
+ unicode: f152
+ voted: false
+caret-square-up:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Caret Square Up
+ search:
+ terms:
+ - arrow
+ - caret-square-o-up
+ - collapse
+ - triangle
+ - upload
+ styles:
+ - solid
+ - regular
+ unicode: f151
+ voted: false
+caret-up:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Caret Up
+ search:
+ terms:
+ - arrow
+ - collapse
+ - triangle
+ styles:
+ - solid
+ unicode: f0d8
+ voted: false
+carrot:
+ changes:
+ - 5.6.0
+ - 5.10.1
+ label: Carrot
+ search:
+ terms:
+ - bugs bunny
+ - orange
+ - vegan
+ - vegetable
+ styles:
+ - solid
+ unicode: f787
+cart-arrow-down:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Shopping Cart Arrow Down
+ search:
+ terms:
+ - download
+ - save
+ - shopping
+ styles:
+ - solid
+ unicode: f218
+ voted: false
+cart-plus:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Add to Shopping Cart
+ search:
+ terms:
+ - add
+ - create
+ - new
+ - positive
+ - shopping
+ styles:
+ - solid
+ unicode: f217
+ voted: false
+cash-register:
+ changes:
+ - 5.6.0
+ label: Cash Register
+ search:
+ terms:
+ - buy
+ - cha-ching
+ - change
+ - checkout
+ - commerce
+ - leaerboard
+ - machine
+ - pay
+ - payment
+ - purchase
+ - store
+ styles:
+ - solid
+ unicode: f788
+ voted: true
+cat:
+ changes:
+ - 5.4.0
+ - 5.10.1
+ label: Cat
+ search:
+ terms:
+ - feline
+ - halloween
+ - holiday
+ - kitten
+ - kitty
+ - meow
+ - pet
+ styles:
+ - solid
+ unicode: f6be
+ voted: true
+cc-amazon-pay:
+ changes:
+ - 5.0.2
+ label: Amazon Pay Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f42d
+ voted: false
+cc-amex:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.7.0
+ label: American Express Credit Card
+ search:
+ terms:
+ - amex
+ styles:
+ - brands
+ unicode: f1f3
+ voted: false
+cc-apple-pay:
+ changes:
+ - 5.0.0
+ label: Apple Pay Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f416
+ voted: false
+cc-diners-club:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Diner's Club Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f24c
+ voted: false
+cc-discover:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Discover Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1f2
+ voted: false
+cc-jcb:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: JCB Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f24b
+ voted: false
+cc-mastercard:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: MasterCard Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1f1
+ voted: false
+cc-paypal:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Paypal Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1f4
+ voted: false
+cc-stripe:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Stripe Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1f5
+ voted: false
+cc-visa:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Visa Credit Card
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1f0
+ voted: false
+centercode:
+ changes:
+ - 5.0.0
+ label: Centercode
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f380
+ voted: false
+centos:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: Centos
+ search:
+ terms:
+ - linux
+ - operating system
+ - os
+ styles:
+ - brands
+ unicode: f789
+ voted: true
+certificate:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: certificate
+ search:
+ terms:
+ - badge
+ - star
+ - verified
+ styles:
+ - solid
+ unicode: f0a3
+ voted: false
+chair:
+ changes:
+ - 5.4.0
+ - 5.11.0
+ label: Chair
+ search:
+ terms:
+ - furniture
+ - seat
+ - sit
+ styles:
+ - solid
+ unicode: f6c0
+ voted: true
+chalkboard:
+ changes:
+ - 5.0.13
+ label: Chalkboard
+ search:
+ terms:
+ - blackboard
+ - learning
+ - school
+ - teaching
+ - whiteboard
+ - writing
+ styles:
+ - solid
+ unicode: f51b
+ voted: false
+chalkboard-teacher:
+ changes:
+ - 5.0.13
+ label: Chalkboard Teacher
+ search:
+ terms:
+ - blackboard
+ - instructor
+ - learning
+ - professor
+ - school
+ - whiteboard
+ - writing
+ styles:
+ - solid
+ unicode: f51c
+ voted: false
+charging-station:
+ changes:
+ - 5.2.0
+ - 5.10.1
+ label: Charging Station
+ search:
+ terms:
+ - electric
+ - ev
+ - tesla
+ - vehicle
+ styles:
+ - solid
+ unicode: f5e7
+ voted: false
+chart-area:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Area Chart
+ search:
+ terms:
+ - analytics
+ - area
+ - chart
+ - graph
+ styles:
+ - solid
+ unicode: f1fe
+ voted: false
+chart-bar:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.3.0
+ label: Bar Chart
+ search:
+ terms:
+ - analytics
+ - bar
+ - chart
+ - graph
+ styles:
+ - solid
+ - regular
+ unicode: f080
+ voted: false
+chart-line:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.3.0
+ label: Line Chart
+ search:
+ terms:
+ - activity
+ - analytics
+ - chart
+ - dashboard
+ - gain
+ - graph
+ - increase
+ - line
+ styles:
+ - solid
+ unicode: f201
+ voted: false
+chart-pie:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.3.0
+ label: Pie Chart
+ search:
+ terms:
+ - analytics
+ - chart
+ - diagram
+ - graph
+ - pie
+ styles:
+ - solid
+ unicode: f200
+ voted: false
+check:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Check
+ search:
+ terms:
+ - accept
+ - agree
+ - checkmark
+ - confirm
+ - correct
+ - done
+ - notice
+ - notification
+ - notify
+ - ok
+ - select
+ - success
+ - tick
+ - todo
+ - 'yes'
+ styles:
+ - solid
+ unicode: f00c
+ voted: false
+check-circle:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Check Circle
+ search:
+ terms:
+ - accept
+ - agree
+ - confirm
+ - correct
+ - done
+ - ok
+ - select
+ - success
+ - tick
+ - todo
+ - 'yes'
+ styles:
+ - solid
+ - regular
+ unicode: f058
+ voted: false
+check-double:
+ changes:
+ - 5.1.0
+ - 5.8.2
+ label: Double Check
+ search:
+ terms:
+ - accept
+ - agree
+ - checkmark
+ - confirm
+ - correct
+ - done
+ - notice
+ - notification
+ - notify
+ - ok
+ - select
+ - success
+ - tick
+ - todo
+ styles:
+ - solid
+ unicode: f560
+ voted: true
+check-square:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Check Square
+ search:
+ terms:
+ - accept
+ - agree
+ - checkmark
+ - confirm
+ - correct
+ - done
+ - ok
+ - select
+ - success
+ - tick
+ - todo
+ - 'yes'
+ styles:
+ - solid
+ - regular
+ unicode: f14a
+ voted: false
+cheese:
+ changes:
+ - 5.7.0
+ label: Cheese
+ search:
+ terms:
+ - cheddar
+ - curd
+ - gouda
+ - melt
+ - parmesan
+ - sandwich
+ - swiss
+ - wedge
+ styles:
+ - solid
+ unicode: f7ef
+ voted: false
+chess:
+ changes:
+ - 5.0.5
+ - 5.9.0
+ label: Chess
+ search:
+ terms:
+ - board
+ - castle
+ - checkmate
+ - game
+ - king
+ - rook
+ - strategy
+ - tournament
+ styles:
+ - solid
+ unicode: f439
+ voted: false
+chess-bishop:
+ changes:
+ - 5.0.5
+ - 5.9.0
+ label: Chess Bishop
+ search:
+ terms:
+ - board
+ - checkmate
+ - game
+ - strategy
+ styles:
+ - solid
+ unicode: f43a
+ voted: false
+chess-board:
+ changes:
+ - 5.0.5
+ - 5.7.0
+ - 5.9.0
+ label: Chess Board
+ search:
+ terms:
+ - board
+ - checkmate
+ - game
+ - strategy
+ styles:
+ - solid
+ unicode: f43c
+ voted: false
+chess-king:
+ changes:
+ - 5.0.5
+ - 5.9.0
+ label: Chess King
+ search:
+ terms:
+ - board
+ - checkmate
+ - game
+ - strategy
+ styles:
+ - solid
+ unicode: f43f
+ voted: false
+chess-knight:
+ changes:
+ - 5.0.5
+ - 5.9.0
+ label: Chess Knight
+ search:
+ terms:
+ - board
+ - checkmate
+ - game
+ - horse
+ - strategy
+ styles:
+ - solid
+ unicode: f441
+ voted: false
+chess-pawn:
+ changes:
+ - 5.0.5
+ - 5.9.0
+ label: Chess Pawn
+ search:
+ terms:
+ - board
+ - checkmate
+ - game
+ - strategy
+ styles:
+ - solid
+ unicode: f443
+ voted: false
+chess-queen:
+ changes:
+ - 5.0.5
+ - 5.9.0
+ label: Chess Queen
+ search:
+ terms:
+ - board
+ - checkmate
+ - game
+ - strategy
+ styles:
+ - solid
+ unicode: f445
+ voted: false
+chess-rook:
+ changes:
+ - 5.0.5
+ - 5.9.0
+ label: Chess Rook
+ search:
+ terms:
+ - board
+ - castle
+ - checkmate
+ - game
+ - strategy
+ styles:
+ - solid
+ unicode: f447
+ voted: false
+chevron-circle-down:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Chevron Circle Down
+ search:
+ terms:
+ - arrow
+ - download
+ - dropdown
+ - menu
+ - more
+ styles:
+ - solid
+ unicode: f13a
+ voted: false
+chevron-circle-left:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Chevron Circle Left
+ search:
+ terms:
+ - arrow
+ - back
+ - previous
+ styles:
+ - solid
+ unicode: f137
+ voted: false
+chevron-circle-right:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Chevron Circle Right
+ search:
+ terms:
+ - arrow
+ - forward
+ - next
+ styles:
+ - solid
+ unicode: f138
+ voted: false
+chevron-circle-up:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Chevron Circle Up
+ search:
+ terms:
+ - arrow
+ - collapse
+ - upload
+ styles:
+ - solid
+ unicode: f139
+ voted: false
+chevron-down:
+ changes:
+ - '1'
+ - 5.0.0
+ label: chevron-down
+ search:
+ terms:
+ - arrow
+ - download
+ - expand
+ styles:
+ - solid
+ unicode: f078
+ voted: false
+chevron-left:
+ changes:
+ - '1'
+ - 5.0.0
+ label: chevron-left
+ search:
+ terms:
+ - arrow
+ - back
+ - bracket
+ - previous
+ styles:
+ - solid
+ unicode: f053
+ voted: false
+chevron-right:
+ changes:
+ - '1'
+ - 5.0.0
+ label: chevron-right
+ search:
+ terms:
+ - arrow
+ - bracket
+ - forward
+ - next
+ styles:
+ - solid
+ unicode: f054
+ voted: false
+chevron-up:
+ changes:
+ - '1'
+ - 5.0.0
+ label: chevron-up
+ search:
+ terms:
+ - arrow
+ - collapse
+ - upload
+ styles:
+ - solid
+ unicode: f077
+ voted: false
+child:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Child
+ search:
+ terms:
+ - boy
+ - girl
+ - kid
+ - toddler
+ - young
+ styles:
+ - solid
+ unicode: f1ae
+ voted: false
+chrome:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Chrome
+ search:
+ terms:
+ - browser
+ styles:
+ - brands
+ unicode: f268
+ voted: false
+chromecast:
+ changes:
+ - 5.8.0
+ label: Chromecast
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f838
+church:
+ changes:
+ - 5.0.13
+ label: Church
+ search:
+ terms:
+ - building
+ - cathedral
+ - chapel
+ - community
+ - religion
+ styles:
+ - solid
+ unicode: f51d
+ voted: true
+circle:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Circle
+ search:
+ terms:
+ - circle-thin
+ - diameter
+ - dot
+ - ellipse
+ - notification
+ - round
+ styles:
+ - solid
+ - regular
+ unicode: f111
+ voted: false
+circle-notch:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Circle Notched
+ search:
+ terms:
+ - circle-o-notch
+ - diameter
+ - dot
+ - ellipse
+ - round
+ - spinner
+ styles:
+ - solid
+ unicode: f1ce
+ voted: false
+city:
+ changes:
+ - 5.3.0
+ label: City
+ search:
+ terms:
+ - buildings
+ - busy
+ - skyscrapers
+ - urban
+ - windows
+ styles:
+ - solid
+ unicode: f64f
+ voted: false
+clinic-medical:
+ changes:
+ - 5.7.0
+ label: Medical Clinic
+ search:
+ terms:
+ - covid-19
+ - doctor
+ - general practitioner
+ - hospital
+ - infirmary
+ - medicine
+ - office
+ - outpatient
+ styles:
+ - solid
+ unicode: f7f2
+ voted: false
+clipboard:
+ changes:
+ - 5.0.0
+ label: Clipboard
+ search:
+ terms:
+ - copy
+ - notes
+ - paste
+ - record
+ styles:
+ - solid
+ - regular
+ unicode: f328
+ voted: false
+clipboard-check:
+ changes:
+ - 5.0.7
+ label: Clipboard with Check
+ search:
+ terms:
+ - accept
+ - agree
+ - confirm
+ - done
+ - ok
+ - select
+ - success
+ - tick
+ - todo
+ - 'yes'
+ styles:
+ - solid
+ unicode: f46c
+ voted: false
+clipboard-list:
+ changes:
+ - 5.0.7
+ label: Clipboard List
+ search:
+ terms:
+ - checklist
+ - completed
+ - done
+ - finished
+ - intinerary
+ - ol
+ - schedule
+ - tick
+ - todo
+ - ul
+ styles:
+ - solid
+ unicode: f46d
+ voted: false
+clock:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.12.1
+ label: Clock
+ search:
+ terms:
+ - date
+ - late
+ - schedule
+ - time
+ - timer
+ - timestamp
+ - watch
+ styles:
+ - solid
+ - regular
+ unicode: f017
+ voted: false
+clone:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.11.0
+ label: Clone
+ search:
+ terms:
+ - arrange
+ - copy
+ - duplicate
+ - paste
+ styles:
+ - solid
+ - regular
+ unicode: f24d
+ voted: false
+closed-captioning:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.10.1
+ label: Closed Captioning
+ search:
+ terms:
+ - cc
+ - deaf
+ - hearing
+ - subtitle
+ - subtitling
+ - text
+ - video
+ styles:
+ - solid
+ - regular
+ unicode: f20a
+ voted: false
+cloud:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.0.11
+ label: Cloud
+ search:
+ terms:
+ - atmosphere
+ - fog
+ - overcast
+ - save
+ - upload
+ - weather
+ styles:
+ - solid
+ unicode: f0c2
+ voted: false
+cloud-download-alt:
+ changes:
+ - 5.0.0
+ - 5.0.11
+ label: Alternate Cloud Download
+ search:
+ terms:
+ - download
+ - export
+ - save
+ styles:
+ - solid
+ unicode: f381
+ voted: false
+cloud-meatball:
+ changes:
+ - 5.5.0
+ label: Cloud with (a chance of) Meatball
+ search:
+ terms:
+ - FLDSMDFR
+ - food
+ - spaghetti
+ - storm
+ styles:
+ - solid
+ unicode: f73b
+ voted: false
+cloud-moon:
+ changes:
+ - 5.4.0
+ - 5.5.0
+ label: Cloud with Moon
+ search:
+ terms:
+ - crescent
+ - evening
+ - lunar
+ - night
+ - partly cloudy
+ - sky
+ styles:
+ - solid
+ unicode: f6c3
+ voted: false
+cloud-moon-rain:
+ changes:
+ - 5.5.0
+ label: Cloud with Moon and Rain
+ search:
+ terms:
+ - crescent
+ - evening
+ - lunar
+ - night
+ - partly cloudy
+ - precipitation
+ - rain
+ - sky
+ - storm
+ styles:
+ - solid
+ unicode: f73c
+ voted: false
+cloud-rain:
+ changes:
+ - 5.5.0
+ label: Cloud with Rain
+ search:
+ terms:
+ - precipitation
+ - rain
+ - sky
+ - storm
+ styles:
+ - solid
+ unicode: f73d
+ voted: false
+cloud-showers-heavy:
+ changes:
+ - 5.5.0
+ label: Cloud with Heavy Showers
+ search:
+ terms:
+ - precipitation
+ - rain
+ - sky
+ - storm
+ styles:
+ - solid
+ unicode: f740
+ voted: false
+cloud-sun:
+ changes:
+ - 5.4.0
+ - 5.5.0
+ label: Cloud with Sun
+ search:
+ terms:
+ - clear
+ - day
+ - daytime
+ - fall
+ - outdoors
+ - overcast
+ - partly cloudy
+ styles:
+ - solid
+ unicode: f6c4
+ voted: false
+cloud-sun-rain:
+ changes:
+ - 5.5.0
+ label: Cloud with Sun and Rain
+ search:
+ terms:
+ - day
+ - overcast
+ - precipitation
+ - storm
+ - summer
+ - sunshower
+ styles:
+ - solid
+ unicode: f743
+ voted: false
+cloud-upload-alt:
+ changes:
+ - 5.0.0
+ - 5.0.11
+ label: Alternate Cloud Upload
+ search:
+ terms:
+ - cloud-upload
+ - import
+ - save
+ - upload
+ styles:
+ - solid
+ unicode: f382
+ voted: false
+cloudflare:
+ changes:
+ - 5.15.0
+ label: Cloudflare
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e07d
+ voted: false
+cloudscale:
+ changes:
+ - 5.0.0
+ label: cloudscale.ch
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f383
+ voted: false
+cloudsmith:
+ changes:
+ - 5.0.0
+ label: Cloudsmith
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f384
+ voted: false
+cloudversify:
+ changes:
+ - 5.0.0
+ label: cloudversify
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f385
+ voted: false
+cocktail:
+ changes:
+ - 5.1.0
+ - 5.10.1
+ label: Cocktail
+ search:
+ terms:
+ - alcohol
+ - beverage
+ - drink
+ - gin
+ - glass
+ - margarita
+ - martini
+ - vodka
+ styles:
+ - solid
+ unicode: f561
+ voted: false
+code:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Code
+ search:
+ terms:
+ - brackets
+ - code
+ - development
+ - html
+ styles:
+ - solid
+ unicode: f121
+ voted: false
+code-branch:
+ changes:
+ - 5.0.0
+ label: Code Branch
+ search:
+ terms:
+ - branch
+ - code-fork
+ - fork
+ - git
+ - github
+ - rebase
+ - svn
+ - vcs
+ - version
+ styles:
+ - solid
+ unicode: f126
+ voted: false
+codepen:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Codepen
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1cb
+ voted: false
+codiepie:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Codie Pie
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f284
+ voted: false
+coffee:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Coffee
+ search:
+ terms:
+ - beverage
+ - breakfast
+ - cafe
+ - drink
+ - fall
+ - morning
+ - mug
+ - seasonal
+ - tea
+ styles:
+ - solid
+ unicode: f0f4
+ voted: false
+cog:
+ changes:
+ - '1'
+ - 5.0.0
+ label: cog
+ search:
+ terms:
+ - gear
+ - mechanical
+ - settings
+ - sprocket
+ - wheel
+ styles:
+ - solid
+ unicode: f013
+ voted: false
+cogs:
+ changes:
+ - '1'
+ - 5.0.0
+ label: cogs
+ search:
+ terms:
+ - gears
+ - mechanical
+ - settings
+ - sprocket
+ - wheel
+ styles:
+ - solid
+ unicode: f085
+ voted: false
+coins:
+ changes:
+ - 5.0.13
+ label: Coins
+ search:
+ terms:
+ - currency
+ - dime
+ - financial
+ - gold
+ - money
+ - penny
+ styles:
+ - solid
+ unicode: f51e
+ voted: true
+columns:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Columns
+ search:
+ terms:
+ - browser
+ - dashboard
+ - organize
+ - panes
+ - split
+ styles:
+ - solid
+ unicode: f0db
+ voted: false
+comment:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.9
+ - 5.10.1
+ label: comment
+ search:
+ terms:
+ - bubble
+ - chat
+ - commenting
+ - conversation
+ - feedback
+ - message
+ - note
+ - notification
+ - sms
+ - speech
+ - texting
+ styles:
+ - solid
+ - regular
+ unicode: f075
+ voted: false
+comment-alt:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Alternate Comment
+ search:
+ terms:
+ - bubble
+ - chat
+ - commenting
+ - conversation
+ - feedback
+ - message
+ - note
+ - notification
+ - sms
+ - speech
+ - texting
+ styles:
+ - solid
+ - regular
+ unicode: f27a
+ voted: false
+comment-dollar:
+ changes:
+ - 5.3.0
+ label: Comment Dollar
+ search:
+ terms:
+ - bubble
+ - chat
+ - commenting
+ - conversation
+ - feedback
+ - message
+ - money
+ - note
+ - notification
+ - pay
+ - sms
+ - speech
+ - spend
+ - texting
+ - transfer
+ styles:
+ - solid
+ unicode: f651
+ voted: false
+comment-dots:
+ changes:
+ - 5.0.9
+ label: Comment Dots
+ search:
+ terms:
+ - bubble
+ - chat
+ - commenting
+ - conversation
+ - feedback
+ - message
+ - more
+ - note
+ - notification
+ - reply
+ - sms
+ - speech
+ - texting
+ styles:
+ - solid
+ - regular
+ unicode: f4ad
+ voted: false
+comment-medical:
+ changes:
+ - 5.7.0
+ label: Alternate Medical Chat
+ search:
+ terms:
+ - advice
+ - bubble
+ - chat
+ - commenting
+ - conversation
+ - diagnose
+ - feedback
+ - message
+ - note
+ - notification
+ - prescription
+ - sms
+ - speech
+ - texting
+ styles:
+ - solid
+ unicode: f7f5
+ voted: false
+comment-slash:
+ changes:
+ - 5.0.9
+ label: Comment Slash
+ search:
+ terms:
+ - bubble
+ - cancel
+ - chat
+ - commenting
+ - conversation
+ - feedback
+ - message
+ - mute
+ - note
+ - notification
+ - quiet
+ - sms
+ - speech
+ - texting
+ styles:
+ - solid
+ unicode: f4b3
+ voted: false
+comments:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.9
+ label: comments
+ search:
+ terms:
+ - bubble
+ - chat
+ - commenting
+ - conversation
+ - feedback
+ - message
+ - note
+ - notification
+ - sms
+ - speech
+ - texting
+ styles:
+ - solid
+ - regular
+ unicode: f086
+ voted: false
+comments-dollar:
+ changes:
+ - 5.3.0
+ label: Comments Dollar
+ search:
+ terms:
+ - bubble
+ - chat
+ - commenting
+ - conversation
+ - feedback
+ - message
+ - money
+ - note
+ - notification
+ - pay
+ - sms
+ - speech
+ - spend
+ - texting
+ - transfer
+ styles:
+ - solid
+ unicode: f653
+ voted: false
+compact-disc:
+ changes:
+ - 5.0.13
+ - 5.10.1
+ - 5.11.0
+ - 5.11.1
+ label: Compact Disc
+ search:
+ terms:
+ - album
+ - bluray
+ - cd
+ - disc
+ - dvd
+ - media
+ - movie
+ - music
+ - record
+ - video
+ - vinyl
+ styles:
+ - solid
+ unicode: f51f
+ voted: true
+compass:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.2.0
+ - 5.11.0
+ - 5.11.1
+ label: Compass
+ search:
+ terms:
+ - directions
+ - directory
+ - location
+ - menu
+ - navigation
+ - safari
+ - travel
+ styles:
+ - solid
+ - regular
+ unicode: f14e
+ voted: false
+compress:
+ changes:
+ - 5.0.0
+ label: Compress
+ search:
+ terms:
+ - collapse
+ - fullscreen
+ - minimize
+ - move
+ - resize
+ - shrink
+ - smaller
+ styles:
+ - solid
+ unicode: f066
+ voted: false
+compress-alt:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.12.0
+ label: Alternate Compress
+ search:
+ terms:
+ - collapse
+ - fullscreen
+ - minimize
+ - move
+ - resize
+ - shrink
+ - smaller
+ styles:
+ - solid
+ unicode: f422
+ voted: false
+compress-arrows-alt:
+ changes:
+ - 5.6.0
+ label: Alternate Compress Arrows
+ search:
+ terms:
+ - collapse
+ - fullscreen
+ - minimize
+ - move
+ - resize
+ - shrink
+ - smaller
+ styles:
+ - solid
+ unicode: f78c
+ voted: true
+concierge-bell:
+ changes:
+ - 5.1.0
+ label: Concierge Bell
+ search:
+ terms:
+ - attention
+ - hotel
+ - receptionist
+ - service
+ - support
+ styles:
+ - solid
+ unicode: f562
+ voted: false
+confluence:
+ changes:
+ - 5.6.0
+ label: Confluence
+ search:
+ terms:
+ - atlassian
+ styles:
+ - brands
+ unicode: f78d
+ voted: true
+connectdevelop:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Connect Develop
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f20e
+ voted: false
+contao:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Contao
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f26d
+ voted: false
+cookie:
+ changes:
+ - 5.1.0
+ label: Cookie
+ search:
+ terms:
+ - baked good
+ - chips
+ - chocolate
+ - eat
+ - snack
+ - sweet
+ - treat
+ styles:
+ - solid
+ unicode: f563
+ voted: true
+cookie-bite:
+ changes:
+ - 5.1.0
+ label: Cookie Bite
+ search:
+ terms:
+ - baked good
+ - bitten
+ - chips
+ - chocolate
+ - eat
+ - snack
+ - sweet
+ - treat
+ styles:
+ - solid
+ unicode: f564
+ voted: true
+copy:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.2
+ label: Copy
+ search:
+ terms:
+ - clone
+ - duplicate
+ - file
+ - files-o
+ - paper
+ - paste
+ styles:
+ - solid
+ - regular
+ unicode: f0c5
+ voted: false
+copyright:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Copyright
+ search:
+ terms:
+ - brand
+ - mark
+ - register
+ - trademark
+ styles:
+ - solid
+ - regular
+ unicode: f1f9
+ voted: false
+cotton-bureau:
+ changes:
+ - 5.10.0
+ label: Cotton Bureau
+ search:
+ terms:
+ - clothing
+ - t-shirts
+ - tshirts
+ styles:
+ - brands
+ unicode: f89e
+couch:
+ changes:
+ - 5.0.9
+ label: Couch
+ search:
+ terms:
+ - chair
+ - cushion
+ - furniture
+ - relax
+ - sofa
+ styles:
+ - solid
+ unicode: f4b8
+ voted: false
+cpanel:
+ changes:
+ - 5.0.0
+ label: cPanel
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f388
+ voted: false
+creative-commons:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.0.11
+ - 5.1.0
+ label: Creative Commons
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f25e
+ voted: false
+creative-commons-by:
+ changes:
+ - 5.0.11
+ label: Creative Commons Attribution
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4e7
+ voted: false
+creative-commons-nc:
+ changes:
+ - 5.0.11
+ label: Creative Commons Noncommercial
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4e8
+ voted: false
+creative-commons-nc-eu:
+ changes:
+ - 5.0.11
+ label: Creative Commons Noncommercial (Euro Sign)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4e9
+ voted: false
+creative-commons-nc-jp:
+ changes:
+ - 5.0.11
+ label: Creative Commons Noncommercial (Yen Sign)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4ea
+ voted: false
+creative-commons-nd:
+ changes:
+ - 5.0.11
+ label: Creative Commons No Derivative Works
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4eb
+ voted: false
+creative-commons-pd:
+ changes:
+ - 5.0.11
+ label: Creative Commons Public Domain
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4ec
+ voted: false
+creative-commons-pd-alt:
+ changes:
+ - 5.0.11
+ label: Alternate Creative Commons Public Domain
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4ed
+ voted: false
+creative-commons-remix:
+ changes:
+ - 5.0.11
+ label: Creative Commons Remix
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4ee
+ voted: false
+creative-commons-sa:
+ changes:
+ - 5.0.11
+ label: Creative Commons Share Alike
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4ef
+ voted: false
+creative-commons-sampling:
+ changes:
+ - 5.0.11
+ label: Creative Commons Sampling
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f0
+ voted: false
+creative-commons-sampling-plus:
+ changes:
+ - 5.0.11
+ label: Creative Commons Sampling +
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f1
+ voted: false
+creative-commons-share:
+ changes:
+ - 5.0.11
+ label: Creative Commons Share
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f2
+ voted: false
+creative-commons-zero:
+ changes:
+ - 5.0.11
+ - 5.4.0
+ label: Creative Commons CC0
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f3
+ voted: false
+credit-card:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Credit Card
+ search:
+ terms:
+ - buy
+ - checkout
+ - credit-card-alt
+ - debit
+ - money
+ - payment
+ - purchase
+ styles:
+ - solid
+ - regular
+ unicode: f09d
+ voted: false
+critical-role:
+ changes:
+ - 5.4.0
+ - 5.8.0
+ label: Critical Role
+ search:
+ terms:
+ - Dungeons & Dragons
+ - d&d
+ - dnd
+ - fantasy
+ - game
+ - gaming
+ - tabletop
+ styles:
+ - brands
+ unicode: f6c9
+ voted: false
+crop:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.1.0
+ label: crop
+ search:
+ terms:
+ - design
+ - frame
+ - mask
+ - resize
+ - shrink
+ styles:
+ - solid
+ unicode: f125
+ voted: false
+crop-alt:
+ changes:
+ - 5.1.0
+ label: Alternate Crop
+ search:
+ terms:
+ - design
+ - frame
+ - mask
+ - resize
+ - shrink
+ styles:
+ - solid
+ unicode: f565
+ voted: false
+cross:
+ changes:
+ - 5.3.0
+ - 5.10.1
+ label: Cross
+ search:
+ terms:
+ - catholicism
+ - christianity
+ - church
+ - jesus
+ styles:
+ - solid
+ unicode: f654
+ voted: false
+crosshairs:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Crosshairs
+ search:
+ terms:
+ - aim
+ - bullseye
+ - gpd
+ - picker
+ - position
+ styles:
+ - solid
+ unicode: f05b
+ voted: false
+crow:
+ changes:
+ - 5.0.13
+ label: Crow
+ search:
+ terms:
+ - bird
+ - bullfrog
+ - fauna
+ - halloween
+ - holiday
+ - toad
+ styles:
+ - solid
+ unicode: f520
+ voted: false
+crown:
+ changes:
+ - 5.0.13
+ label: Crown
+ search:
+ terms:
+ - award
+ - favorite
+ - king
+ - queen
+ - royal
+ - tiara
+ styles:
+ - solid
+ unicode: f521
+ voted: true
+crutch:
+ changes:
+ - 5.7.0
+ label: Crutch
+ search:
+ terms:
+ - cane
+ - injury
+ - mobility
+ - wheelchair
+ styles:
+ - solid
+ unicode: f7f7
+ voted: false
+css3:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: CSS 3 Logo
+ search:
+ terms:
+ - code
+ styles:
+ - brands
+ unicode: f13c
+ voted: false
+css3-alt:
+ changes:
+ - 5.0.0
+ label: Alternate CSS3 Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f38b
+ voted: false
+cube:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Cube
+ search:
+ terms:
+ - 3d
+ - block
+ - dice
+ - package
+ - square
+ - tesseract
+ styles:
+ - solid
+ unicode: f1b2
+ voted: false
+cubes:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Cubes
+ search:
+ terms:
+ - 3d
+ - block
+ - dice
+ - package
+ - pyramid
+ - square
+ - stack
+ - tesseract
+ styles:
+ - solid
+ unicode: f1b3
+ voted: false
+cut:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.1.0
+ label: Cut
+ search:
+ terms:
+ - clip
+ - scissors
+ - snip
+ styles:
+ - solid
+ unicode: f0c4
+ voted: false
+cuttlefish:
+ changes:
+ - 5.0.0
+ label: Cuttlefish
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f38c
+ voted: false
+d-and-d:
+ changes:
+ - 5.0.0
+ label: Dungeons & Dragons
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f38d
+ voted: false
+d-and-d-beyond:
+ changes:
+ - 5.4.0
+ label: D&D Beyond
+ search:
+ terms:
+ - Dungeons & Dragons
+ - d&d
+ - dnd
+ - fantasy
+ - gaming
+ - tabletop
+ styles:
+ - brands
+ unicode: f6ca
+ voted: false
+dailymotion:
+ changes:
+ - 5.12.1
+ - 5.14.0
+ label: dailymotion
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e052
+ voted: true
+dashcube:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.0.3
+ label: DashCube
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f210
+ voted: false
+database:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Database
+ search:
+ terms:
+ - computer
+ - development
+ - directory
+ - memory
+ - storage
+ styles:
+ - solid
+ unicode: f1c0
+ voted: false
+deaf:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Deaf
+ search:
+ terms:
+ - ear
+ - hearing
+ - sign language
+ styles:
+ - solid
+ unicode: f2a4
+ voted: false
+deezer:
+ changes:
+ - 5.13.1
+ - 5.14.0
+ label: Deezer
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e077
+ voted: true
+delicious:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.7.0
+ label: Delicious
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a5
+ voted: false
+democrat:
+ changes:
+ - 5.5.0
+ label: Democrat
+ search:
+ terms:
+ - american
+ - democratic party
+ - donkey
+ - election
+ - left
+ - left-wing
+ - liberal
+ - politics
+ - usa
+ styles:
+ - solid
+ unicode: f747
+ voted: false
+deploydog:
+ changes:
+ - 5.0.0
+ label: deploy.dog
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f38e
+ voted: false
+deskpro:
+ changes:
+ - 5.0.0
+ label: Deskpro
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f38f
+ voted: false
+desktop:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Desktop
+ search:
+ terms:
+ - computer
+ - cpu
+ - demo
+ - desktop
+ - device
+ - imac
+ - machine
+ - monitor
+ - pc
+ - screen
+ styles:
+ - solid
+ unicode: f108
+ voted: false
+dev:
+ changes:
+ - 5.4.0
+ label: DEV
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f6cc
+ voted: true
+deviantart:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: deviantART
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1bd
+ voted: false
+dharmachakra:
+ changes:
+ - 5.3.0
+ label: Dharmachakra
+ search:
+ terms:
+ - buddhism
+ - buddhist
+ - wheel of dharma
+ styles:
+ - solid
+ unicode: f655
+ voted: false
+dhl:
+ changes:
+ - 5.6.0
+ label: DHL
+ search:
+ terms:
+ - Dalsey
+ - Hillblom and Lynn
+ - german
+ - package
+ - shipping
+ styles:
+ - brands
+ unicode: f790
+diagnoses:
+ changes:
+ - 5.0.7
+ - 5.7.0
+ label: Diagnoses
+ search:
+ terms:
+ - analyze
+ - detect
+ - diagnosis
+ - examine
+ - medicine
+ styles:
+ - solid
+ unicode: f470
+ voted: false
+diaspora:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: Diaspora
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f791
+ voted: true
+dice:
+ changes:
+ - 5.0.13
+ label: Dice
+ search:
+ terms:
+ - chance
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f522
+ voted: true
+dice-d20:
+ changes:
+ - 5.4.0
+ label: Dice D20
+ search:
+ terms:
+ - Dungeons & Dragons
+ - chance
+ - d&d
+ - dnd
+ - fantasy
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f6cf
+ voted: true
+dice-d6:
+ changes:
+ - 5.4.0
+ label: Dice D6
+ search:
+ terms:
+ - Dungeons & Dragons
+ - chance
+ - d&d
+ - dnd
+ - fantasy
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f6d1
+ voted: false
+dice-five:
+ changes:
+ - 5.0.13
+ label: Dice Five
+ search:
+ terms:
+ - chance
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f523
+ voted: true
+dice-four:
+ changes:
+ - 5.0.13
+ label: Dice Four
+ search:
+ terms:
+ - chance
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f524
+ voted: true
+dice-one:
+ changes:
+ - 5.0.13
+ label: Dice One
+ search:
+ terms:
+ - chance
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f525
+ voted: true
+dice-six:
+ changes:
+ - 5.0.13
+ label: Dice Six
+ search:
+ terms:
+ - chance
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f526
+ voted: true
+dice-three:
+ changes:
+ - 5.0.13
+ label: Dice Three
+ search:
+ terms:
+ - chance
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f527
+ voted: true
+dice-two:
+ changes:
+ - 5.0.13
+ label: Dice Two
+ search:
+ terms:
+ - chance
+ - gambling
+ - game
+ - roll
+ styles:
+ - solid
+ unicode: f528
+ voted: true
+digg:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Digg Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a6
+ voted: false
+digital-ocean:
+ changes:
+ - 5.0.0
+ - 5.7.0
+ label: Digital Ocean
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f391
+ voted: false
+digital-tachograph:
+ changes:
+ - 5.1.0
+ label: Digital Tachograph
+ search:
+ terms:
+ - data
+ - distance
+ - speed
+ - tachometer
+ styles:
+ - solid
+ unicode: f566
+ voted: true
+directions:
+ changes:
+ - 5.2.0
+ - 5.11.0
+ label: Directions
+ search:
+ terms:
+ - map
+ - navigation
+ - sign
+ - turn
+ styles:
+ - solid
+ unicode: f5eb
+ voted: false
+discord:
+ changes:
+ - 5.0.0
+ label: Discord
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f392
+ voted: false
+discourse:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Discourse
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f393
+ voted: false
+disease:
+ changes:
+ - 5.7.0
+ label: Disease
+ search:
+ terms:
+ - bacteria
+ - cancer
+ - covid-19
+ - illness
+ - infection
+ - sickness
+ - virus
+ styles:
+ - solid
+ unicode: f7fa
+ voted: false
+divide:
+ changes:
+ - 5.0.13
+ label: Divide
+ search:
+ terms:
+ - arithmetic
+ - calculus
+ - division
+ - math
+ styles:
+ - solid
+ unicode: f529
+ voted: false
+dizzy:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Dizzy Face
+ search:
+ terms:
+ - dazed
+ - dead
+ - disapprove
+ - emoticon
+ - face
+ styles:
+ - solid
+ - regular
+ unicode: f567
+ voted: false
+dna:
+ changes:
+ - 5.0.7
+ - 5.0.10
+ label: DNA
+ search:
+ terms:
+ - double helix
+ - genetic
+ - helix
+ - molecule
+ - protein
+ styles:
+ - solid
+ unicode: f471
+ voted: false
+dochub:
+ changes:
+ - 5.0.0
+ label: DocHub
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f394
+ voted: false
+docker:
+ changes:
+ - 5.0.0
+ label: Docker
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f395
+ voted: false
+dog:
+ changes:
+ - 5.4.0
+ - 5.12.0
+ label: Dog
+ search:
+ terms:
+ - animal
+ - canine
+ - fauna
+ - mammal
+ - pet
+ - pooch
+ - puppy
+ - woof
+ styles:
+ - solid
+ unicode: f6d3
+ voted: false
+dollar-sign:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.0.9
+ - 5.11.0
+ - 5.11.1
+ label: Dollar Sign
+ search:
+ terms:
+ - $
+ - cost
+ - dollar-sign
+ - money
+ - price
+ - usd
+ styles:
+ - solid
+ unicode: f155
+ voted: false
+dolly:
+ changes:
+ - 5.0.7
+ label: Dolly
+ search:
+ terms:
+ - carry
+ - shipping
+ - transport
+ styles:
+ - solid
+ unicode: f472
+ voted: false
+dolly-flatbed:
+ changes:
+ - 5.0.7
+ label: Dolly Flatbed
+ search:
+ terms:
+ - carry
+ - inventory
+ - shipping
+ - transport
+ styles:
+ - solid
+ unicode: f474
+ voted: false
+donate:
+ changes:
+ - 5.0.9
+ label: Donate
+ search:
+ terms:
+ - contribute
+ - generosity
+ - gift
+ - give
+ styles:
+ - solid
+ unicode: f4b9
+ voted: false
+door-closed:
+ changes:
+ - 5.0.13
+ label: Door Closed
+ search:
+ terms:
+ - enter
+ - exit
+ - locked
+ styles:
+ - solid
+ unicode: f52a
+ voted: true
+door-open:
+ changes:
+ - 5.0.13
+ label: Door Open
+ search:
+ terms:
+ - enter
+ - exit
+ - welcome
+ styles:
+ - solid
+ unicode: f52b
+ voted: true
+dot-circle:
+ changes:
+ - '4'
+ - 5.0.0
+ label: Dot Circle
+ search:
+ terms:
+ - bullseye
+ - notification
+ - target
+ styles:
+ - solid
+ - regular
+ unicode: f192
+ voted: false
+dove:
+ changes:
+ - 5.0.9
+ - 5.10.1
+ - 5.10.2
+ label: Dove
+ search:
+ terms:
+ - bird
+ - fauna
+ - flying
+ - peace
+ - war
+ styles:
+ - solid
+ unicode: f4ba
+ voted: false
+download:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Download
+ search:
+ terms:
+ - export
+ - hard drive
+ - save
+ - transfer
+ styles:
+ - solid
+ unicode: f019
+ voted: false
+draft2digital:
+ changes:
+ - 5.0.0
+ label: Draft2digital
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f396
+ voted: false
+drafting-compass:
+ changes:
+ - 5.1.0
+ label: Drafting Compass
+ search:
+ terms:
+ - design
+ - map
+ - mechanical drawing
+ - plot
+ - plotting
+ styles:
+ - solid
+ unicode: f568
+ voted: false
+dragon:
+ changes:
+ - 5.4.0
+ label: Dragon
+ search:
+ terms:
+ - Dungeons & Dragons
+ - d&d
+ - dnd
+ - fantasy
+ - fire
+ - lizard
+ - serpent
+ styles:
+ - solid
+ unicode: f6d5
+ voted: false
+draw-polygon:
+ changes:
+ - 5.2.0
+ label: Draw Polygon
+ search:
+ terms:
+ - anchors
+ - lines
+ - object
+ - render
+ - shape
+ styles:
+ - solid
+ unicode: f5ee
+ voted: false
+dribbble:
+ changes:
+ - 5.0.0
+ label: Dribbble
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f17d
+ voted: false
+dribbble-square:
+ changes:
+ - 5.0.0
+ label: Dribbble Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f397
+ voted: false
+dropbox:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.0.1
+ label: Dropbox
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f16b
+ voted: false
+drum:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ label: Drum
+ search:
+ terms:
+ - instrument
+ - music
+ - percussion
+ - snare
+ - sound
+ styles:
+ - solid
+ unicode: f569
+ voted: true
+drum-steelpan:
+ changes:
+ - 5.1.0
+ label: Drum Steelpan
+ search:
+ terms:
+ - calypso
+ - instrument
+ - music
+ - percussion
+ - reggae
+ - snare
+ - sound
+ - steel
+ - tropical
+ styles:
+ - solid
+ unicode: f56a
+ voted: false
+drumstick-bite:
+ changes:
+ - 5.4.0
+ - 5.7.0
+ label: Drumstick with Bite Taken Out
+ search:
+ terms:
+ - bone
+ - chicken
+ - leg
+ - meat
+ - poultry
+ - turkey
+ styles:
+ - solid
+ unicode: f6d7
+ voted: false
+drupal:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Drupal Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a9
+ voted: false
+dumbbell:
+ changes:
+ - 5.0.5
+ label: Dumbbell
+ search:
+ terms:
+ - exercise
+ - gym
+ - strength
+ - weight
+ - weight-lifting
+ styles:
+ - solid
+ unicode: f44b
+ voted: false
+dumpster:
+ changes:
+ - 5.6.0
+ label: Dumpster
+ search:
+ terms:
+ - alley
+ - bin
+ - commercial
+ - trash
+ - waste
+ styles:
+ - solid
+ unicode: f793
+ voted: true
+dumpster-fire:
+ changes:
+ - 5.6.0
+ label: Dumpster Fire
+ search:
+ terms:
+ - alley
+ - bin
+ - commercial
+ - danger
+ - dangerous
+ - euphemism
+ - flame
+ - heat
+ - hot
+ - trash
+ - waste
+ styles:
+ - solid
+ unicode: f794
+ voted: true
+dungeon:
+ changes:
+ - 5.4.0
+ label: Dungeon
+ search:
+ terms:
+ - Dungeons & Dragons
+ - building
+ - d&d
+ - dnd
+ - door
+ - entrance
+ - fantasy
+ - gate
+ styles:
+ - solid
+ unicode: f6d9
+ voted: false
+dyalog:
+ changes:
+ - 5.0.0
+ label: Dyalog
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f399
+ voted: false
+earlybirds:
+ changes:
+ - 5.0.0
+ label: Earlybirds
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f39a
+ voted: false
+ebay:
+ changes:
+ - 5.0.11
+ - 5.7.0
+ label: eBay
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f4
+ voted: true
+edge:
+ changes:
+ - '4.5'
+ - 5.0.0
+ - 5.12.1
+ label: Edge Browser
+ search:
+ terms:
+ - browser
+ - ie
+ styles:
+ - brands
+ unicode: f282
+ voted: false
+edge-legacy:
+ changes:
+ - 5.13.1
+ - 5.14.0
+ label: Edge Legacy Browser
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e078
+ voted: false
+edit:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Edit
+ search:
+ terms:
+ - edit
+ - pen
+ - pencil
+ - update
+ - write
+ styles:
+ - solid
+ - regular
+ unicode: f044
+ voted: false
+egg:
+ changes:
+ - 5.7.0
+ label: Egg
+ search:
+ terms:
+ - breakfast
+ - chicken
+ - easter
+ - shell
+ - yolk
+ styles:
+ - solid
+ unicode: f7fb
+ voted: false
+eject:
+ changes:
+ - '1'
+ - 5.0.0
+ label: eject
+ search:
+ terms:
+ - abort
+ - cancel
+ - cd
+ - discharge
+ styles:
+ - solid
+ unicode: f052
+ voted: false
+elementor:
+ changes:
+ - 5.0.3
+ label: Elementor
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f430
+ voted: true
+ellipsis-h:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Horizontal Ellipsis
+ search:
+ terms:
+ - dots
+ - drag
+ - kebab
+ - list
+ - menu
+ - nav
+ - navigation
+ - ol
+ - reorder
+ - settings
+ - ul
+ styles:
+ - solid
+ unicode: f141
+ voted: false
+ellipsis-v:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Vertical Ellipsis
+ search:
+ terms:
+ - dots
+ - drag
+ - kebab
+ - list
+ - menu
+ - nav
+ - navigation
+ - ol
+ - reorder
+ - settings
+ - ul
+ styles:
+ - solid
+ unicode: f142
+ voted: false
+ello:
+ changes:
+ - 5.2.0
+ label: Ello
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5f1
+ voted: true
+ember:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Ember
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f423
+ voted: false
+empire:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Galactic Empire
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1d1
+ voted: false
+envelope:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Envelope
+ search:
+ terms:
+ - e-mail
+ - email
+ - letter
+ - mail
+ - message
+ - notification
+ - support
+ styles:
+ - solid
+ - regular
+ unicode: f0e0
+ voted: false
+envelope-open:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Envelope Open
+ search:
+ terms:
+ - e-mail
+ - email
+ - letter
+ - mail
+ - message
+ - notification
+ - support
+ styles:
+ - solid
+ - regular
+ unicode: f2b6
+ voted: false
+envelope-open-text:
+ changes:
+ - 5.3.0
+ - 5.10.1
+ - 5.12.0
+ label: Envelope Open-text
+ search:
+ terms:
+ - e-mail
+ - email
+ - letter
+ - mail
+ - message
+ - notification
+ - support
+ styles:
+ - solid
+ unicode: f658
+ voted: false
+envelope-square:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Envelope Square
+ search:
+ terms:
+ - e-mail
+ - email
+ - letter
+ - mail
+ - message
+ - notification
+ - support
+ styles:
+ - solid
+ unicode: f199
+ voted: false
+envira:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Envira Gallery
+ search:
+ terms:
+ - leaf
+ styles:
+ - brands
+ unicode: f299
+ voted: false
+equals:
+ changes:
+ - 5.0.13
+ label: Equals
+ search:
+ terms:
+ - arithmetic
+ - even
+ - match
+ - math
+ styles:
+ - solid
+ unicode: f52c
+ voted: false
+eraser:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.8.0
+ label: eraser
+ search:
+ terms:
+ - art
+ - delete
+ - remove
+ - rubber
+ styles:
+ - solid
+ unicode: f12d
+ voted: false
+erlang:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ - 5.7.0
+ label: Erlang
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f39d
+ voted: false
+ethereum:
+ changes:
+ - 5.0.2
+ label: Ethereum
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f42e
+ voted: true
+ethernet:
+ changes:
+ - 5.6.0
+ label: Ethernet
+ search:
+ terms:
+ - cable
+ - cat 5
+ - cat 6
+ - connection
+ - hardware
+ - internet
+ - network
+ - wired
+ styles:
+ - solid
+ unicode: f796
+ voted: true
+etsy:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Etsy
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2d7
+ voted: false
+euro-sign:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Euro Sign
+ search:
+ terms:
+ - currency
+ - dollar
+ - exchange
+ - money
+ styles:
+ - solid
+ unicode: f153
+ voted: false
+evernote:
+ changes:
+ - 5.8.0
+ label: Evernote
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f839
+exchange-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Exchange
+ search:
+ terms:
+ - arrow
+ - arrows
+ - exchange
+ - reciprocate
+ - return
+ - swap
+ - transfer
+ styles:
+ - solid
+ unicode: f362
+ voted: false
+exclamation:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: exclamation
+ search:
+ terms:
+ - alert
+ - danger
+ - error
+ - important
+ - notice
+ - notification
+ - notify
+ - problem
+ - warning
+ styles:
+ - solid
+ unicode: f12a
+ voted: false
+exclamation-circle:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Exclamation Circle
+ search:
+ terms:
+ - alert
+ - danger
+ - error
+ - important
+ - notice
+ - notification
+ - notify
+ - problem
+ - warning
+ styles:
+ - solid
+ unicode: f06a
+ voted: false
+exclamation-triangle:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.6.1
+ label: Exclamation Triangle
+ search:
+ terms:
+ - alert
+ - danger
+ - error
+ - important
+ - notice
+ - notification
+ - notify
+ - problem
+ - warning
+ styles:
+ - solid
+ unicode: f071
+ voted: false
+expand:
+ changes:
+ - 5.0.0
+ label: Expand
+ search:
+ terms:
+ - bigger
+ - enlarge
+ - fullscreen
+ - resize
+ styles:
+ - solid
+ unicode: f065
+ voted: false
+expand-alt:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.12.0
+ label: Alternate Expand
+ search:
+ terms:
+ - arrows
+ - bigger
+ - enlarge
+ - fullscreen
+ - resize
+ styles:
+ - solid
+ unicode: f424
+ voted: false
+expand-arrows-alt:
+ changes:
+ - 5.0.0
+ - 5.8.0
+ label: Alternate Expand Arrows
+ search:
+ terms:
+ - bigger
+ - enlarge
+ - fullscreen
+ - move
+ - resize
+ styles:
+ - solid
+ unicode: f31e
+ voted: false
+expeditedssl:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: ExpeditedSSL
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f23e
+ voted: false
+external-link-alt:
+ changes:
+ - 5.0.0
+ - 5.11.0
+ label: Alternate External Link
+ search:
+ terms:
+ - external-link
+ - new
+ - open
+ - share
+ styles:
+ - solid
+ unicode: f35d
+ voted: false
+external-link-square-alt:
+ changes:
+ - 5.0.0
+ label: Alternate External Link Square
+ search:
+ terms:
+ - external-link-square
+ - new
+ - open
+ - share
+ styles:
+ - solid
+ unicode: f360
+ voted: false
+eye:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.7.0
+ label: Eye
+ search:
+ terms:
+ - look
+ - optic
+ - see
+ - seen
+ - show
+ - sight
+ - views
+ - visible
+ styles:
+ - solid
+ - regular
+ unicode: f06e
+ voted: false
+eye-dropper:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.1.0
+ label: Eye Dropper
+ search:
+ terms:
+ - beaker
+ - clone
+ - color
+ - copy
+ - eyedropper
+ - pipette
+ styles:
+ - solid
+ unicode: f1fb
+ voted: false
+eye-slash:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.7.0
+ label: Eye Slash
+ search:
+ terms:
+ - blind
+ - hide
+ - show
+ - toggle
+ - unseen
+ - views
+ - visible
+ - visiblity
+ styles:
+ - solid
+ - regular
+ unicode: f070
+ voted: false
+facebook:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.8.2
+ label: Facebook
+ search:
+ terms:
+ - facebook-official
+ - social network
+ styles:
+ - brands
+ unicode: f09a
+ voted: false
+facebook-f:
+ changes:
+ - 5.0.0
+ - 5.8.2
+ label: Facebook F
+ search:
+ terms:
+ - facebook
+ styles:
+ - brands
+ unicode: f39e
+ voted: false
+facebook-messenger:
+ changes:
+ - 5.0.0
+ - 5.8.2
+ - 5.9.0
+ label: Facebook Messenger
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f39f
+ voted: false
+facebook-square:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.8.2
+ label: Facebook Square
+ search:
+ terms:
+ - social network
+ styles:
+ - brands
+ unicode: f082
+ voted: false
+fan:
+ changes:
+ - 5.9.0
+ - 5.10.1
+ label: Fan
+ search:
+ terms:
+ - ac
+ - air conditioning
+ - blade
+ - blower
+ - cool
+ - hot
+ styles:
+ - solid
+ unicode: f863
+ voted: true
+fantasy-flight-games:
+ changes:
+ - 5.4.0
+ label: Fantasy Flight-games
+ search:
+ terms:
+ - Dungeons & Dragons
+ - d&d
+ - dnd
+ - fantasy
+ - game
+ - gaming
+ - tabletop
+ styles:
+ - brands
+ unicode: f6dc
+ voted: false
+fast-backward:
+ changes:
+ - '1'
+ - 5.0.0
+ label: fast-backward
+ search:
+ terms:
+ - beginning
+ - first
+ - previous
+ - rewind
+ - start
+ styles:
+ - solid
+ unicode: f049
+ voted: false
+fast-forward:
+ changes:
+ - '1'
+ - 5.0.0
+ label: fast-forward
+ search:
+ terms:
+ - end
+ - last
+ - next
+ styles:
+ - solid
+ unicode: f050
+ voted: false
+faucet:
+ changes:
+ - 5.12.0
+ - 5.14.0
+ label: Faucet
+ search:
+ terms:
+ - covid-19
+ - drip
+ - house
+ - hygiene
+ - kitchen
+ - sink
+ - water
+ styles:
+ - solid
+ unicode: e005
+ voted: false
+fax:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.3.0
+ - 5.11.0
+ label: Fax
+ search:
+ terms:
+ - business
+ - communicate
+ - copy
+ - facsimile
+ - send
+ styles:
+ - solid
+ unicode: f1ac
+ voted: false
+feather:
+ changes:
+ - 5.0.13
+ - 5.1.0
+ label: Feather
+ search:
+ terms:
+ - bird
+ - light
+ - plucked
+ - quill
+ - write
+ styles:
+ - solid
+ unicode: f52d
+ voted: true
+feather-alt:
+ changes:
+ - 5.1.0
+ label: Alternate Feather
+ search:
+ terms:
+ - bird
+ - light
+ - plucked
+ - quill
+ - write
+ styles:
+ - solid
+ unicode: f56b
+ voted: true
+fedex:
+ changes:
+ - 5.6.0
+ label: FedEx
+ search:
+ terms:
+ - Federal Express
+ - package
+ - shipping
+ styles:
+ - brands
+ unicode: f797
+fedora:
+ changes:
+ - 5.6.0
+ - 5.6.3
+ - 5.8.0
+ label: Fedora
+ search:
+ terms:
+ - linux
+ - operating system
+ - os
+ styles:
+ - brands
+ unicode: f798
+ voted: true
+female:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Female
+ search:
+ terms:
+ - human
+ - person
+ - profile
+ - user
+ - woman
+ styles:
+ - solid
+ unicode: f182
+ voted: false
+fighter-jet:
+ changes:
+ - '3'
+ - 5.0.0
+ label: fighter-jet
+ search:
+ terms:
+ - airplane
+ - fast
+ - fly
+ - goose
+ - maverick
+ - plane
+ - quick
+ - top gun
+ - transportation
+ - travel
+ styles:
+ - solid
+ unicode: f0fb
+ voted: false
+figma:
+ changes:
+ - 5.6.0
+ - 5.7.0
+ - 5.8.0
+ label: Figma
+ search:
+ terms:
+ - app
+ - design
+ - interface
+ styles:
+ - brands
+ unicode: f799
+ voted: false
+file:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: File
+ search:
+ terms:
+ - document
+ - new
+ - page
+ - pdf
+ - resume
+ styles:
+ - solid
+ - regular
+ unicode: f15b
+ voted: false
+file-alt:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.10.2
+ label: Alternate File
+ search:
+ terms:
+ - document
+ - file-text
+ - invoice
+ - new
+ - page
+ - pdf
+ styles:
+ - solid
+ - regular
+ unicode: f15c
+ voted: false
+file-archive:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.7.0
+ - 5.10.2
+ label: Archive File
+ search:
+ terms:
+ - .zip
+ - bundle
+ - compress
+ - compression
+ - download
+ - zip
+ styles:
+ - solid
+ - regular
+ unicode: f1c6
+ voted: false
+file-audio:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Audio File
+ search:
+ terms:
+ - document
+ - mp3
+ - music
+ - page
+ - play
+ - sound
+ styles:
+ - solid
+ - regular
+ unicode: f1c7
+ voted: false
+file-code:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Code File
+ search:
+ terms:
+ - css
+ - development
+ - document
+ - html
+ styles:
+ - solid
+ - regular
+ unicode: f1c9
+ voted: false
+file-contract:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: File Contract
+ search:
+ terms:
+ - agreement
+ - binding
+ - document
+ - legal
+ - signature
+ styles:
+ - solid
+ unicode: f56c
+ voted: false
+file-csv:
+ changes:
+ - 5.4.0
+ - 5.10.2
+ label: File CSV
+ search:
+ terms:
+ - document
+ - excel
+ - numbers
+ - spreadsheets
+ - table
+ styles:
+ - solid
+ unicode: f6dd
+ voted: false
+file-download:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: File Download
+ search:
+ terms:
+ - document
+ - export
+ - save
+ styles:
+ - solid
+ unicode: f56d
+ voted: true
+file-excel:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Excel File
+ search:
+ terms:
+ - csv
+ - document
+ - numbers
+ - spreadsheets
+ - table
+ styles:
+ - solid
+ - regular
+ unicode: f1c3
+ voted: false
+file-export:
+ changes:
+ - 5.1.0
+ - 5.7.0
+ - 5.10.2
+ label: File Export
+ search:
+ terms:
+ - download
+ - save
+ styles:
+ - solid
+ unicode: f56e
+ voted: true
+file-image:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Image File
+ search:
+ terms:
+ - document
+ - image
+ - jpg
+ - photo
+ - png
+ styles:
+ - solid
+ - regular
+ unicode: f1c5
+ voted: false
+file-import:
+ changes:
+ - 5.1.0
+ - 5.7.0
+ - 5.10.2
+ label: File Import
+ search:
+ terms:
+ - copy
+ - document
+ - send
+ - upload
+ styles:
+ - solid
+ unicode: f56f
+ voted: true
+file-invoice:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: File Invoice
+ search:
+ terms:
+ - account
+ - bill
+ - charge
+ - document
+ - payment
+ - receipt
+ styles:
+ - solid
+ unicode: f570
+ voted: true
+file-invoice-dollar:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: File Invoice with US Dollar
+ search:
+ terms:
+ - $
+ - account
+ - bill
+ - charge
+ - document
+ - dollar-sign
+ - money
+ - payment
+ - receipt
+ - usd
+ styles:
+ - solid
+ unicode: f571
+ voted: true
+file-medical:
+ changes:
+ - 5.0.7
+ - 5.10.2
+ label: Medical File
+ search:
+ terms:
+ - document
+ - health
+ - history
+ - prescription
+ - record
+ styles:
+ - solid
+ unicode: f477
+ voted: false
+file-medical-alt:
+ changes:
+ - 5.0.7
+ - 5.10.2
+ label: Alternate Medical File
+ search:
+ terms:
+ - document
+ - health
+ - history
+ - prescription
+ - record
+ styles:
+ - solid
+ unicode: f478
+ voted: false
+file-pdf:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: PDF File
+ search:
+ terms:
+ - acrobat
+ - document
+ - preview
+ - save
+ styles:
+ - solid
+ - regular
+ unicode: f1c1
+ voted: false
+file-powerpoint:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Powerpoint File
+ search:
+ terms:
+ - display
+ - document
+ - keynote
+ - presentation
+ styles:
+ - solid
+ - regular
+ unicode: f1c4
+ voted: false
+file-prescription:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: File Prescription
+ search:
+ terms:
+ - document
+ - drugs
+ - medical
+ - medicine
+ - rx
+ styles:
+ - solid
+ unicode: f572
+ voted: false
+file-signature:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: File Signature
+ search:
+ terms:
+ - John Hancock
+ - contract
+ - document
+ - name
+ styles:
+ - solid
+ unicode: f573
+ voted: true
+file-upload:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: File Upload
+ search:
+ terms:
+ - document
+ - import
+ - page
+ - save
+ styles:
+ - solid
+ unicode: f574
+ voted: true
+file-video:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Video File
+ search:
+ terms:
+ - document
+ - m4v
+ - movie
+ - mp4
+ - play
+ styles:
+ - solid
+ - regular
+ unicode: f1c8
+ voted: false
+file-word:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Word File
+ search:
+ terms:
+ - document
+ - edit
+ - page
+ - text
+ - writing
+ styles:
+ - solid
+ - regular
+ unicode: f1c2
+ voted: false
+fill:
+ changes:
+ - 5.1.0
+ label: Fill
+ search:
+ terms:
+ - bucket
+ - color
+ - paint
+ - paint bucket
+ styles:
+ - solid
+ unicode: f575
+ voted: false
+fill-drip:
+ changes:
+ - 5.1.0
+ label: Fill Drip
+ search:
+ terms:
+ - bucket
+ - color
+ - drop
+ - paint
+ - paint bucket
+ - spill
+ styles:
+ - solid
+ unicode: f576
+ voted: false
+film:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Film
+ search:
+ terms:
+ - cinema
+ - movie
+ - strip
+ - video
+ styles:
+ - solid
+ unicode: f008
+ voted: false
+filter:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.1
+ - 5.11.0
+ - 5.11.1
+ label: Filter
+ search:
+ terms:
+ - funnel
+ - options
+ - separate
+ - sort
+ styles:
+ - solid
+ unicode: f0b0
+ voted: false
+fingerprint:
+ changes:
+ - 5.1.0
+ label: Fingerprint
+ search:
+ terms:
+ - human
+ - id
+ - identification
+ - lock
+ - smudge
+ - touch
+ - unique
+ - unlock
+ styles:
+ - solid
+ unicode: f577
+ voted: true
+fire:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.6.0
+ - 5.6.3
+ - 5.10.1
+ label: fire
+ search:
+ terms:
+ - burn
+ - caliente
+ - flame
+ - heat
+ - hot
+ - popular
+ styles:
+ - solid
+ unicode: f06d
+ voted: false
+fire-alt:
+ changes:
+ - 5.6.3
+ label: Alternate Fire
+ search:
+ terms:
+ - burn
+ - caliente
+ - flame
+ - heat
+ - hot
+ - popular
+ styles:
+ - solid
+ unicode: f7e4
+fire-extinguisher:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: fire-extinguisher
+ search:
+ terms:
+ - burn
+ - caliente
+ - fire fighter
+ - flame
+ - heat
+ - hot
+ - rescue
+ styles:
+ - solid
+ unicode: f134
+ voted: false
+firefox:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.0.1
+ - 5.12.0
+ label: Firefox
+ search:
+ terms:
+ - browser
+ styles:
+ - brands
+ unicode: f269
+ voted: false
+firefox-browser:
+ changes:
+ - 5.12.0
+ - 5.14.0
+ label: Firefox Browser
+ search:
+ terms:
+ - browser
+ styles:
+ - brands
+ unicode: e007
+ voted: false
+first-aid:
+ changes:
+ - 5.0.7
+ label: First Aid
+ search:
+ terms:
+ - emergency
+ - emt
+ - health
+ - medical
+ - rescue
+ styles:
+ - solid
+ unicode: f479
+ voted: false
+first-order:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: First Order
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2b0
+ voted: false
+first-order-alt:
+ changes:
+ - 5.0.12
+ label: Alternate First Order
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f50a
+ voted: false
+firstdraft:
+ changes:
+ - 5.0.0
+ label: firstdraft
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3a1
+ voted: false
+fish:
+ changes:
+ - 5.1.0
+ - 5.10.1
+ label: Fish
+ search:
+ terms:
+ - fauna
+ - gold
+ - seafood
+ - swimming
+ styles:
+ - solid
+ unicode: f578
+ voted: true
+fist-raised:
+ changes:
+ - 5.4.0
+ label: Raised Fist
+ search:
+ terms:
+ - Dungeons & Dragons
+ - d&d
+ - dnd
+ - fantasy
+ - hand
+ - ki
+ - monk
+ - resist
+ - strength
+ - unarmed combat
+ styles:
+ - solid
+ unicode: f6de
+ voted: false
+flag:
+ changes:
+ - '1'
+ - 5.0.0
+ label: flag
+ search:
+ terms:
+ - country
+ - notice
+ - notification
+ - notify
+ - pole
+ - report
+ - symbol
+ styles:
+ - solid
+ - regular
+ unicode: f024
+ voted: false
+flag-checkered:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.7.0
+ - 5.10.1
+ label: flag-checkered
+ search:
+ terms:
+ - notice
+ - notification
+ - notify
+ - pole
+ - racing
+ - report
+ - symbol
+ styles:
+ - solid
+ unicode: f11e
+ voted: false
+flag-usa:
+ changes:
+ - 5.5.0
+ label: United States of America Flag
+ search:
+ terms:
+ - betsy ross
+ - country
+ - old glory
+ - stars
+ - stripes
+ - symbol
+ styles:
+ - solid
+ unicode: f74d
+ voted: false
+flask:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Flask
+ search:
+ terms:
+ - beaker
+ - experimental
+ - labs
+ - science
+ styles:
+ - solid
+ unicode: f0c3
+ voted: false
+flickr:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Flickr
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f16e
+ voted: false
+flipboard:
+ changes:
+ - 5.0.5
+ - 5.0.9
+ label: Flipboard
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f44d
+ voted: true
+flushed:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Flushed Face
+ search:
+ terms:
+ - embarrassed
+ - emoticon
+ - face
+ styles:
+ - solid
+ - regular
+ unicode: f579
+ voted: false
+fly:
+ changes:
+ - 5.0.0
+ label: Fly
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f417
+ voted: false
+folder:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.3.0
+ - 5.10.1
+ label: Folder
+ search:
+ terms:
+ - archive
+ - directory
+ - document
+ - file
+ styles:
+ - solid
+ - regular
+ unicode: f07b
+ voted: false
+folder-minus:
+ changes:
+ - 5.3.0
+ label: Folder Minus
+ search:
+ terms:
+ - archive
+ - delete
+ - directory
+ - document
+ - file
+ - negative
+ - remove
+ styles:
+ - solid
+ unicode: f65d
+ voted: false
+folder-open:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Folder Open
+ search:
+ terms:
+ - archive
+ - directory
+ - document
+ - empty
+ - file
+ - new
+ styles:
+ - solid
+ - regular
+ unicode: f07c
+ voted: false
+folder-plus:
+ changes:
+ - 5.3.0
+ - 5.11.0
+ - 5.12.1
+ label: Folder Plus
+ search:
+ terms:
+ - add
+ - archive
+ - create
+ - directory
+ - document
+ - file
+ - new
+ - positive
+ styles:
+ - solid
+ unicode: f65e
+ voted: false
+font:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ - 5.10.2
+ label: font
+ search:
+ terms:
+ - alphabet
+ - glyph
+ - text
+ - type
+ - typeface
+ styles:
+ - solid
+ unicode: f031
+ voted: false
+font-awesome:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Font Awesome
+ search:
+ terms:
+ - meanpath
+ styles:
+ - brands
+ unicode: f2b4
+ voted: false
+font-awesome-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Font Awesome
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f35c
+ voted: false
+font-awesome-flag:
+ changes:
+ - 5.0.0
+ - 5.0.1
+ label: Font Awesome Flag
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f425
+ voted: false
+font-awesome-logo-full:
+ changes:
+ - 5.0.11
+ label: Font Awesome Full Logo
+ ligatures:
+ - Font Awesome
+ private: true
+ search:
+ terms: []
+ styles:
+ - regular
+ - solid
+ - brands
+ unicode: f4e6
+ voted: false
+fonticons:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Fonticons
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f280
+ voted: false
+fonticons-fi:
+ changes:
+ - 5.0.0
+ label: Fonticons Fi
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3a2
+ voted: false
+football-ball:
+ changes:
+ - 5.0.5
+ - 5.11.0
+ - 5.11.1
+ label: Football Ball
+ search:
+ terms:
+ - ball
+ - fall
+ - nfl
+ - pigskin
+ - seasonal
+ styles:
+ - solid
+ unicode: f44e
+ voted: false
+fort-awesome:
+ changes:
+ - '4.5'
+ - 5.0.0
+ - 5.0.3
+ label: Fort Awesome
+ search:
+ terms:
+ - castle
+ styles:
+ - brands
+ unicode: f286
+ voted: false
+fort-awesome-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Fort Awesome
+ search:
+ terms:
+ - castle
+ styles:
+ - brands
+ unicode: f3a3
+ voted: false
+forumbee:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Forumbee
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f211
+ voted: false
+forward:
+ changes:
+ - '1'
+ - 5.0.0
+ label: forward
+ search:
+ terms:
+ - forward
+ - next
+ - skip
+ styles:
+ - solid
+ unicode: f04e
+ voted: false
+foursquare:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Foursquare
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f180
+ voted: false
+free-code-camp:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.12.0
+ label: freeCodeCamp
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2c5
+ voted: false
+freebsd:
+ changes:
+ - 5.0.0
+ label: FreeBSD
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3a4
+ voted: false
+frog:
+ changes:
+ - 5.0.13
+ label: Frog
+ search:
+ terms:
+ - amphibian
+ - bullfrog
+ - fauna
+ - hop
+ - kermit
+ - kiss
+ - prince
+ - ribbit
+ - toad
+ - wart
+ styles:
+ - solid
+ unicode: f52e
+ voted: false
+frown:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.0.9
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Frowning Face
+ search:
+ terms:
+ - disapprove
+ - emoticon
+ - face
+ - rating
+ - sad
+ styles:
+ - solid
+ - regular
+ unicode: f119
+ voted: false
+frown-open:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Frowning Face With Open Mouth
+ search:
+ terms:
+ - disapprove
+ - emoticon
+ - face
+ - rating
+ - sad
+ styles:
+ - solid
+ - regular
+ unicode: f57a
+ voted: false
+fulcrum:
+ changes:
+ - 5.0.12
+ - 5.8.0
+ label: Fulcrum
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f50b
+ voted: false
+funnel-dollar:
+ changes:
+ - 5.3.0
+ label: Funnel Dollar
+ search:
+ terms:
+ - filter
+ - money
+ - options
+ - separate
+ - sort
+ styles:
+ - solid
+ unicode: f662
+ voted: false
+futbol:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.0.5
+ label: Futbol
+ search:
+ terms:
+ - ball
+ - football
+ - mls
+ - soccer
+ styles:
+ - solid
+ - regular
+ unicode: f1e3
+ voted: false
+galactic-republic:
+ changes:
+ - 5.0.12
+ label: Galactic Republic
+ search:
+ terms:
+ - politics
+ - star wars
+ styles:
+ - brands
+ unicode: f50c
+ voted: false
+galactic-senate:
+ changes:
+ - 5.0.12
+ label: Galactic Senate
+ search:
+ terms:
+ - star wars
+ styles:
+ - brands
+ unicode: f50d
+ voted: false
+gamepad:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.11.0
+ label: Gamepad
+ search:
+ terms:
+ - arcade
+ - controller
+ - d-pad
+ - joystick
+ - video
+ - video game
+ styles:
+ - solid
+ unicode: f11b
+ voted: false
+gas-pump:
+ changes:
+ - 5.0.13
+ - 5.10.1
+ label: Gas Pump
+ search:
+ terms:
+ - car
+ - fuel
+ - gasoline
+ - petrol
+ styles:
+ - solid
+ unicode: f52f
+ voted: true
+gavel:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Gavel
+ search:
+ terms:
+ - hammer
+ - judge
+ - law
+ - lawyer
+ - opinion
+ styles:
+ - solid
+ unicode: f0e3
+ voted: false
+gem:
+ changes:
+ - 5.0.0
+ - 5.10.1
+ label: Gem
+ search:
+ terms:
+ - diamond
+ - jewelry
+ - sapphire
+ - stone
+ - treasure
+ styles:
+ - solid
+ - regular
+ unicode: f3a5
+ voted: false
+genderless:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.11.0
+ - 5.11.1
+ label: Genderless
+ search:
+ terms:
+ - androgynous
+ - asexual
+ - sexless
+ styles:
+ - solid
+ unicode: f22d
+ voted: false
+get-pocket:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Get Pocket
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f265
+ voted: false
+gg:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: GG Currency
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f260
+ voted: false
+gg-circle:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: GG Currency Circle
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f261
+ voted: false
+ghost:
+ changes:
+ - 5.4.0
+ label: Ghost
+ search:
+ terms:
+ - apparition
+ - blinky
+ - clyde
+ - floating
+ - halloween
+ - holiday
+ - inky
+ - pinky
+ - spirit
+ styles:
+ - solid
+ unicode: f6e2
+ voted: false
+gift:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.9
+ - 5.6.0
+ label: gift
+ search:
+ terms:
+ - christmas
+ - generosity
+ - giving
+ - holiday
+ - party
+ - present
+ - wrapped
+ - xmas
+ styles:
+ - solid
+ unicode: f06b
+ voted: false
+gifts:
+ changes:
+ - 5.6.0
+ label: Gifts
+ search:
+ terms:
+ - christmas
+ - generosity
+ - giving
+ - holiday
+ - party
+ - present
+ - wrapped
+ - xmas
+ styles:
+ - solid
+ unicode: f79c
+git:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.8.2
+ label: Git
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1d3
+ voted: false
+git-alt:
+ changes:
+ - 5.8.2
+ label: Git Alt
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f841
+git-square:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.8.2
+ label: Git Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1d2
+ voted: false
+github:
+ changes:
+ - '2'
+ - 5.0.0
+ label: GitHub
+ search:
+ terms:
+ - octocat
+ styles:
+ - brands
+ unicode: f09b
+ voted: false
+github-alt:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Alternate GitHub
+ search:
+ terms:
+ - octocat
+ styles:
+ - brands
+ unicode: f113
+ voted: false
+github-square:
+ changes:
+ - '1'
+ - 5.0.0
+ label: GitHub Square
+ search:
+ terms:
+ - octocat
+ styles:
+ - brands
+ unicode: f092
+ voted: false
+gitkraken:
+ changes:
+ - 5.0.0
+ label: GitKraken
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3a6
+ voted: false
+gitlab:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.7.0
+ label: GitLab
+ search:
+ terms:
+ - Axosoft
+ styles:
+ - brands
+ unicode: f296
+ voted: false
+gitter:
+ changes:
+ - 5.0.0
+ label: Gitter
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f426
+ voted: false
+glass-cheers:
+ changes:
+ - 5.6.0
+ label: Glass Cheers
+ search:
+ terms:
+ - alcohol
+ - bar
+ - beverage
+ - celebration
+ - champagne
+ - clink
+ - drink
+ - holiday
+ - new year's eve
+ - party
+ - toast
+ styles:
+ - solid
+ unicode: f79f
+glass-martini:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.1.0
+ - 5.10.1
+ label: Martini Glass
+ search:
+ terms:
+ - alcohol
+ - bar
+ - beverage
+ - drink
+ - liquor
+ styles:
+ - solid
+ unicode: f000
+ voted: false
+glass-martini-alt:
+ changes:
+ - 5.1.0
+ label: Alternate Glass Martini
+ search:
+ terms:
+ - alcohol
+ - bar
+ - beverage
+ - drink
+ - liquor
+ styles:
+ - solid
+ unicode: f57b
+ voted: false
+glass-whiskey:
+ changes:
+ - 5.6.0
+ label: Glass Whiskey
+ search:
+ terms:
+ - alcohol
+ - bar
+ - beverage
+ - bourbon
+ - drink
+ - liquor
+ - neat
+ - rye
+ - scotch
+ - whisky
+ styles:
+ - solid
+ unicode: f7a0
+glasses:
+ changes:
+ - 5.0.13
+ label: Glasses
+ search:
+ terms:
+ - hipster
+ - nerd
+ - reading
+ - sight
+ - spectacles
+ - vision
+ styles:
+ - solid
+ unicode: f530
+ voted: true
+glide:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Glide
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2a5
+ voted: false
+glide-g:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Glide G
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2a6
+ voted: false
+globe:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.0.9
+ - 5.11.0
+ - 5.11.1
+ label: Globe
+ search:
+ terms:
+ - all
+ - coordinates
+ - country
+ - earth
+ - global
+ - gps
+ - language
+ - localize
+ - location
+ - map
+ - online
+ - place
+ - planet
+ - translate
+ - travel
+ - world
+ styles:
+ - solid
+ unicode: f0ac
+ voted: false
+globe-africa:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Globe with Africa shown
+ search:
+ terms:
+ - all
+ - country
+ - earth
+ - global
+ - gps
+ - language
+ - localize
+ - location
+ - map
+ - online
+ - place
+ - planet
+ - translate
+ - travel
+ - world
+ styles:
+ - solid
+ unicode: f57c
+ voted: false
+globe-americas:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Globe with Americas shown
+ search:
+ terms:
+ - all
+ - country
+ - earth
+ - global
+ - gps
+ - language
+ - localize
+ - location
+ - map
+ - online
+ - place
+ - planet
+ - translate
+ - travel
+ - world
+ styles:
+ - solid
+ unicode: f57d
+ voted: false
+globe-asia:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Globe with Asia shown
+ search:
+ terms:
+ - all
+ - country
+ - earth
+ - global
+ - gps
+ - language
+ - localize
+ - location
+ - map
+ - online
+ - place
+ - planet
+ - translate
+ - travel
+ - world
+ styles:
+ - solid
+ unicode: f57e
+ voted: false
+globe-europe:
+ changes:
+ - 5.6.0
+ - 5.11.0
+ - 5.11.1
+ label: Globe with Europe shown
+ search:
+ terms:
+ - all
+ - country
+ - earth
+ - global
+ - gps
+ - language
+ - localize
+ - location
+ - map
+ - online
+ - place
+ - planet
+ - translate
+ - travel
+ - world
+ styles:
+ - solid
+ unicode: f7a2
+ voted: true
+gofore:
+ changes:
+ - 5.0.0
+ label: Gofore
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3a7
+ voted: false
+golf-ball:
+ changes:
+ - 5.0.5
+ label: Golf Ball
+ search:
+ terms:
+ - caddy
+ - eagle
+ - putt
+ - tee
+ styles:
+ - solid
+ unicode: f450
+ voted: false
+goodreads:
+ changes:
+ - 5.0.0
+ label: Goodreads
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3a8
+ voted: false
+goodreads-g:
+ changes:
+ - 5.0.0
+ label: Goodreads G
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3a9
+ voted: false
+google:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Google Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a0
+ voted: false
+google-drive:
+ changes:
+ - 5.0.0
+ label: Google Drive
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3aa
+ voted: false
+google-pay:
+ changes:
+ - 5.13.1
+ - 5.14.0
+ label: Google Pay
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e079
+ voted: false
+google-play:
+ changes:
+ - 5.0.0
+ label: Google Play
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ab
+ voted: false
+google-plus:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.13.1
+ label: Google Plus
+ search:
+ terms:
+ - google-plus-circle
+ - google-plus-official
+ styles:
+ - brands
+ unicode: f2b3
+ voted: false
+google-plus-g:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Google Plus G
+ search:
+ terms:
+ - google-plus
+ - social network
+ styles:
+ - brands
+ unicode: f0d5
+ voted: false
+google-plus-square:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Google Plus Square
+ search:
+ terms:
+ - social network
+ styles:
+ - brands
+ unicode: f0d4
+ voted: false
+google-wallet:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Google Wallet
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1ee
+ voted: false
+gopuram:
+ changes:
+ - 5.3.0
+ - 5.7.0
+ - 5.11.0
+ label: Gopuram
+ search:
+ terms:
+ - building
+ - entrance
+ - hinduism
+ - temple
+ - tower
+ styles:
+ - solid
+ unicode: f664
+ voted: false
+graduation-cap:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.2.0
+ - 5.10.1
+ label: Graduation Cap
+ search:
+ terms:
+ - ceremony
+ - college
+ - graduate
+ - learning
+ - school
+ - student
+ styles:
+ - solid
+ unicode: f19d
+ voted: false
+gratipay:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Gratipay (Gittip)
+ search:
+ terms:
+ - favorite
+ - heart
+ - like
+ - love
+ styles:
+ - brands
+ unicode: f184
+ voted: false
+grav:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Grav
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2d6
+ voted: false
+greater-than:
+ changes:
+ - 5.0.13
+ label: Greater Than
+ search:
+ terms:
+ - arithmetic
+ - compare
+ - math
+ styles:
+ - solid
+ unicode: f531
+ voted: true
+greater-than-equal:
+ changes:
+ - 5.0.13
+ label: Greater Than Equal To
+ search:
+ terms:
+ - arithmetic
+ - compare
+ - math
+ styles:
+ - solid
+ unicode: f532
+ voted: true
+grimace:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Grimacing Face
+ search:
+ terms:
+ - cringe
+ - emoticon
+ - face
+ - teeth
+ styles:
+ - solid
+ - regular
+ unicode: f57f
+ voted: false
+grin:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Grinning Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - laugh
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f580
+ voted: false
+grin-alt:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Alternate Grinning Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - laugh
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f581
+ voted: false
+grin-beam:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Grinning Face With Smiling Eyes
+ search:
+ terms:
+ - emoticon
+ - face
+ - laugh
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f582
+ voted: false
+grin-beam-sweat:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Grinning Face With Sweat
+ search:
+ terms:
+ - embarass
+ - emoticon
+ - face
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f583
+ voted: false
+grin-hearts:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Smiling Face With Heart-Eyes
+ search:
+ terms:
+ - emoticon
+ - face
+ - love
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f584
+ voted: false
+grin-squint:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Grinning Squinting Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - laugh
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f585
+ voted: false
+grin-squint-tears:
+ changes:
+ - 5.1.0
+ label: Rolling on the Floor Laughing
+ search:
+ terms:
+ - emoticon
+ - face
+ - happy
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f586
+ voted: false
+grin-stars:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Star-Struck
+ search:
+ terms:
+ - emoticon
+ - face
+ - star-struck
+ styles:
+ - solid
+ - regular
+ unicode: f587
+ voted: false
+grin-tears:
+ changes:
+ - 5.1.0
+ label: Face With Tears of Joy
+ search:
+ terms:
+ - LOL
+ - emoticon
+ - face
+ styles:
+ - solid
+ - regular
+ unicode: f588
+ voted: false
+grin-tongue:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Face With Tongue
+ search:
+ terms:
+ - LOL
+ - emoticon
+ - face
+ styles:
+ - solid
+ - regular
+ unicode: f589
+ voted: false
+grin-tongue-squint:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Squinting Face With Tongue
+ search:
+ terms:
+ - LOL
+ - emoticon
+ - face
+ styles:
+ - solid
+ - regular
+ unicode: f58a
+ voted: false
+grin-tongue-wink:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ - 5.12.0
+ label: Winking Face With Tongue
+ search:
+ terms:
+ - LOL
+ - emoticon
+ - face
+ styles:
+ - solid
+ - regular
+ unicode: f58b
+ voted: false
+grin-wink:
+ changes:
+ - 5.1.0
+ - 5.1.1
+ - 5.11.0
+ - 5.11.1
+ label: Grinning Winking Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - flirt
+ - laugh
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f58c
+ voted: false
+grip-horizontal:
+ changes:
+ - 5.1.0
+ label: Grip Horizontal
+ search:
+ terms:
+ - affordance
+ - drag
+ - drop
+ - grab
+ - handle
+ styles:
+ - solid
+ unicode: f58d
+ voted: true
+grip-lines:
+ changes:
+ - 5.6.0
+ label: Grip Lines
+ search:
+ terms:
+ - affordance
+ - drag
+ - drop
+ - grab
+ - handle
+ styles:
+ - solid
+ unicode: f7a4
+ voted: true
+grip-lines-vertical:
+ changes:
+ - 5.6.0
+ - 5.11.0
+ - 5.11.1
+ label: Grip Lines Vertical
+ search:
+ terms:
+ - affordance
+ - drag
+ - drop
+ - grab
+ - handle
+ styles:
+ - solid
+ unicode: f7a5
+ voted: true
+grip-vertical:
+ changes:
+ - 5.1.0
+ label: Grip Vertical
+ search:
+ terms:
+ - affordance
+ - drag
+ - drop
+ - grab
+ - handle
+ styles:
+ - solid
+ unicode: f58e
+ voted: true
+gripfire:
+ changes:
+ - 5.0.0
+ label: 'Gripfire, Inc.'
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ac
+ voted: false
+grunt:
+ changes:
+ - 5.0.0
+ label: Grunt
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ad
+ voted: false
+guilded:
+ changes:
+ - 5.15.0
+ label: Guilded
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e07e
+ voted: false
+guitar:
+ changes:
+ - 5.6.0
+ - 5.11.0
+ label: Guitar
+ search:
+ terms:
+ - acoustic
+ - instrument
+ - music
+ - rock
+ - rock and roll
+ - song
+ - strings
+ styles:
+ - solid
+ unicode: f7a6
+ voted: true
+gulp:
+ changes:
+ - 5.0.0
+ label: Gulp
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ae
+ voted: false
+h-square:
+ changes:
+ - '3'
+ - 5.0.0
+ label: H Square
+ search:
+ terms:
+ - directions
+ - emergency
+ - hospital
+ - hotel
+ - map
+ styles:
+ - solid
+ unicode: f0fd
+ voted: false
+hacker-news:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Hacker News
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1d4
+ voted: false
+hacker-news-square:
+ changes:
+ - 5.0.0
+ label: Hacker News Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3af
+ voted: false
+hackerrank:
+ changes:
+ - 5.2.0
+ - 5.8.0
+ label: Hackerrank
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5f7
+ voted: true
+hamburger:
+ changes:
+ - 5.7.0
+ label: Hamburger
+ search:
+ terms:
+ - bacon
+ - beef
+ - burger
+ - burger king
+ - cheeseburger
+ - fast food
+ - grill
+ - ground beef
+ - mcdonalds
+ - sandwich
+ styles:
+ - solid
+ unicode: f805
+ voted: false
+hammer:
+ changes:
+ - 5.4.0
+ label: Hammer
+ search:
+ terms:
+ - admin
+ - fix
+ - repair
+ - settings
+ - tool
+ styles:
+ - solid
+ unicode: f6e3
+ voted: true
+hamsa:
+ changes:
+ - 5.3.0
+ label: Hamsa
+ search:
+ terms:
+ - amulet
+ - christianity
+ - islam
+ - jewish
+ - judaism
+ - muslim
+ - protection
+ styles:
+ - solid
+ unicode: f665
+ voted: false
+hand-holding:
+ changes:
+ - 5.0.9
+ label: Hand Holding
+ search:
+ terms:
+ - carry
+ - lift
+ styles:
+ - solid
+ unicode: f4bd
+ voted: false
+hand-holding-heart:
+ changes:
+ - 5.0.9
+ label: Hand Holding Heart
+ search:
+ terms:
+ - carry
+ - charity
+ - gift
+ - lift
+ - package
+ styles:
+ - solid
+ unicode: f4be
+ voted: false
+hand-holding-medical:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Hand Holding Medical Cross
+ search:
+ terms:
+ - care
+ - covid-19
+ - donate
+ - help
+ styles:
+ - solid
+ unicode: e05c
+ voted: false
+hand-holding-usd:
+ changes:
+ - 5.0.9
+ - 5.11.0
+ label: Hand Holding US Dollar
+ search:
+ terms:
+ - $
+ - carry
+ - dollar sign
+ - donation
+ - giving
+ - lift
+ - money
+ - price
+ styles:
+ - solid
+ unicode: f4c0
+ voted: false
+hand-holding-water:
+ changes:
+ - 5.0.9
+ - 5.13.0
+ label: Hand Holding Water
+ search:
+ terms:
+ - carry
+ - covid-19
+ - drought
+ - grow
+ - lift
+ styles:
+ - solid
+ unicode: f4c1
+ voted: false
+hand-lizard:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Lizard (Hand)
+ search:
+ terms:
+ - game
+ - roshambo
+ styles:
+ - solid
+ - regular
+ unicode: f258
+ voted: false
+hand-middle-finger:
+ changes:
+ - 5.7.0
+ - 5.11.0
+ - 5.11.1
+ label: Hand with Middle Finger Raised
+ search:
+ terms:
+ - flip the bird
+ - gesture
+ - hate
+ - rude
+ styles:
+ - solid
+ unicode: f806
+ voted: true
+hand-paper:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Paper (Hand)
+ search:
+ terms:
+ - game
+ - halt
+ - roshambo
+ - stop
+ styles:
+ - solid
+ - regular
+ unicode: f256
+ voted: false
+hand-peace:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Peace (Hand)
+ search:
+ terms:
+ - rest
+ - truce
+ styles:
+ - solid
+ - regular
+ unicode: f25b
+ voted: false
+hand-point-down:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Hand Pointing Down
+ search:
+ terms:
+ - finger
+ - hand-o-down
+ - point
+ styles:
+ - solid
+ - regular
+ unicode: f0a7
+ voted: false
+hand-point-left:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Hand Pointing Left
+ search:
+ terms:
+ - back
+ - finger
+ - hand-o-left
+ - left
+ - point
+ - previous
+ styles:
+ - solid
+ - regular
+ unicode: f0a5
+ voted: false
+hand-point-right:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Hand Pointing Right
+ search:
+ terms:
+ - finger
+ - forward
+ - hand-o-right
+ - next
+ - point
+ - right
+ styles:
+ - solid
+ - regular
+ unicode: f0a4
+ voted: false
+hand-point-up:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Hand Pointing Up
+ search:
+ terms:
+ - finger
+ - hand-o-up
+ - point
+ styles:
+ - solid
+ - regular
+ unicode: f0a6
+ voted: false
+hand-pointer:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Pointer (Hand)
+ search:
+ terms:
+ - arrow
+ - cursor
+ - select
+ styles:
+ - solid
+ - regular
+ unicode: f25a
+ voted: false
+hand-rock:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Rock (Hand)
+ search:
+ terms:
+ - fist
+ - game
+ - roshambo
+ styles:
+ - solid
+ - regular
+ unicode: f255
+ voted: false
+hand-scissors:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Scissors (Hand)
+ search:
+ terms:
+ - cut
+ - game
+ - roshambo
+ styles:
+ - solid
+ - regular
+ unicode: f257
+ voted: false
+hand-sparkles:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Hand Sparkles
+ search:
+ terms:
+ - clean
+ - covid-19
+ - hygiene
+ - magic
+ - soap
+ - wash
+ styles:
+ - solid
+ unicode: e05d
+ voted: false
+hand-spock:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.12.0
+ label: Spock (Hand)
+ search:
+ terms:
+ - live long
+ - prosper
+ - salute
+ - star trek
+ - vulcan
+ styles:
+ - solid
+ - regular
+ unicode: f259
+ voted: false
+hands:
+ changes:
+ - 5.0.9
+ label: Hands
+ search:
+ terms:
+ - carry
+ - hold
+ - lift
+ styles:
+ - solid
+ unicode: f4c2
+ voted: false
+hands-helping:
+ changes:
+ - 5.0.9
+ label: Helping Hands
+ search:
+ terms:
+ - aid
+ - assistance
+ - handshake
+ - partnership
+ - volunteering
+ styles:
+ - solid
+ unicode: f4c4
+ voted: false
+hands-wash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Hands Wash
+ search:
+ terms:
+ - covid-19
+ - hygiene
+ - soap
+ - wash
+ styles:
+ - solid
+ unicode: e05e
+ voted: false
+handshake:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.0.9
+ label: Handshake
+ search:
+ terms:
+ - agreement
+ - greeting
+ - meeting
+ - partnership
+ styles:
+ - solid
+ - regular
+ unicode: f2b5
+ voted: false
+handshake-alt-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Handshake Alternate Slash
+ search:
+ terms:
+ - broken
+ - covid-19
+ - social distance
+ styles:
+ - solid
+ unicode: e05f
+ voted: false
+handshake-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Handshake Slash
+ search:
+ terms:
+ - broken
+ - covid-19
+ - social distance
+ styles:
+ - solid
+ unicode: e060
+ voted: false
+hanukiah:
+ changes:
+ - 5.4.0
+ label: Hanukiah
+ search:
+ terms:
+ - candle
+ - hanukkah
+ - jewish
+ - judaism
+ - light
+ styles:
+ - solid
+ unicode: f6e6
+ voted: false
+hard-hat:
+ changes:
+ - 5.7.0
+ label: Hard Hat
+ search:
+ terms:
+ - construction
+ - hardhat
+ - helmet
+ - safety
+ styles:
+ - solid
+ unicode: f807
+ voted: true
+hashtag:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Hashtag
+ search:
+ terms:
+ - Twitter
+ - instagram
+ - pound
+ - social media
+ - tag
+ styles:
+ - solid
+ unicode: f292
+ voted: false
+hat-cowboy:
+ changes:
+ - 5.11.0
+ label: Cowboy Hat
+ search:
+ terms:
+ - buckaroo
+ - horse
+ - jackeroo
+ - john b.
+ - old west
+ - pardner
+ - ranch
+ - rancher
+ - rodeo
+ - western
+ - wrangler
+ styles:
+ - solid
+ unicode: f8c0
+ voted: false
+hat-cowboy-side:
+ changes:
+ - 5.11.0
+ label: Cowboy Hat Side
+ search:
+ terms:
+ - buckaroo
+ - horse
+ - jackeroo
+ - john b.
+ - old west
+ - pardner
+ - ranch
+ - rancher
+ - rodeo
+ - western
+ - wrangler
+ styles:
+ - solid
+ unicode: f8c1
+ voted: false
+hat-wizard:
+ changes:
+ - 5.4.0
+ - 5.11.0
+ label: Wizard's Hat
+ search:
+ terms:
+ - Dungeons & Dragons
+ - accessory
+ - buckle
+ - clothing
+ - d&d
+ - dnd
+ - fantasy
+ - halloween
+ - head
+ - holiday
+ - mage
+ - magic
+ - pointy
+ - witch
+ styles:
+ - solid
+ unicode: f6e8
+ voted: false
+hdd:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.1
+ label: HDD
+ search:
+ terms:
+ - cpu
+ - hard drive
+ - harddrive
+ - machine
+ - save
+ - storage
+ styles:
+ - solid
+ - regular
+ unicode: f0a0
+ voted: false
+head-side-cough:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Head Side Cough
+ search:
+ terms:
+ - cough
+ - covid-19
+ - germs
+ - lungs
+ - respiratory
+ - sick
+ styles:
+ - solid
+ unicode: e061
+ voted: false
+head-side-cough-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Head Side-cough-slash
+ search:
+ terms:
+ - cough
+ - covid-19
+ - germs
+ - lungs
+ - respiratory
+ - sick
+ styles:
+ - solid
+ unicode: e062
+ voted: false
+head-side-mask:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Head Side Mask
+ search:
+ terms:
+ - breath
+ - covid-19
+ - filter
+ - respirator
+ - virus
+ styles:
+ - solid
+ unicode: e063
+ voted: false
+head-side-virus:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Head Side Virus
+ search:
+ terms:
+ - cold
+ - covid-19
+ - flu
+ - sick
+ styles:
+ - solid
+ unicode: e064
+ voted: false
+heading:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.9.0
+ - 5.10.1
+ - 5.10.2
+ label: heading
+ search:
+ terms:
+ - format
+ - header
+ - text
+ - title
+ styles:
+ - solid
+ unicode: f1dc
+ voted: false
+headphones:
+ changes:
+ - '1'
+ - 5.0.0
+ label: headphones
+ search:
+ terms:
+ - audio
+ - listen
+ - music
+ - sound
+ - speaker
+ styles:
+ - solid
+ unicode: f025
+ voted: false
+headphones-alt:
+ changes:
+ - 5.1.0
+ label: Alternate Headphones
+ search:
+ terms:
+ - audio
+ - listen
+ - music
+ - sound
+ - speaker
+ styles:
+ - solid
+ unicode: f58f
+ voted: true
+headset:
+ changes:
+ - 5.1.0
+ label: Headset
+ search:
+ terms:
+ - audio
+ - gamer
+ - gaming
+ - listen
+ - live chat
+ - microphone
+ - shot caller
+ - sound
+ - support
+ - telemarketer
+ styles:
+ - solid
+ unicode: f590
+ voted: true
+heart:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.9
+ - 5.10.1
+ - 5.10.2
+ label: Heart
+ search:
+ terms:
+ - favorite
+ - like
+ - love
+ - relationship
+ - valentine
+ styles:
+ - solid
+ - regular
+ unicode: f004
+ voted: false
+heart-broken:
+ changes:
+ - 5.6.0
+ - 5.10.2
+ label: Heart Broken
+ search:
+ terms:
+ - breakup
+ - crushed
+ - dislike
+ - dumped
+ - grief
+ - love
+ - lovesick
+ - relationship
+ - sad
+ styles:
+ - solid
+ unicode: f7a9
+ voted: true
+heartbeat:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.0.7
+ label: Heartbeat
+ search:
+ terms:
+ - ekg
+ - electrocardiogram
+ - health
+ - lifeline
+ - vital signs
+ styles:
+ - solid
+ unicode: f21e
+ voted: false
+helicopter:
+ changes:
+ - 5.0.13
+ label: Helicopter
+ search:
+ terms:
+ - airwolf
+ - apache
+ - chopper
+ - flight
+ - fly
+ - travel
+ styles:
+ - solid
+ unicode: f533
+ voted: true
+highlighter:
+ changes:
+ - 5.1.0
+ - 5.10.1
+ label: Highlighter
+ search:
+ terms:
+ - edit
+ - marker
+ - sharpie
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f591
+ voted: true
+hiking:
+ changes:
+ - 5.4.0
+ label: Hiking
+ search:
+ terms:
+ - activity
+ - backpack
+ - fall
+ - fitness
+ - outdoors
+ - person
+ - seasonal
+ - walking
+ styles:
+ - solid
+ unicode: f6ec
+ voted: false
+hippo:
+ changes:
+ - 5.4.0
+ - 5.10.1
+ label: Hippo
+ search:
+ terms:
+ - animal
+ - fauna
+ - hippopotamus
+ - hungry
+ - mammal
+ styles:
+ - solid
+ unicode: f6ed
+ voted: false
+hips:
+ changes:
+ - 5.0.5
+ label: Hips
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f452
+ voted: false
+hire-a-helper:
+ changes:
+ - 5.0.0
+ label: HireAHelper
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b0
+ voted: false
+history:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: History
+ search:
+ terms:
+ - Rewind
+ - clock
+ - reverse
+ - time
+ - time machine
+ styles:
+ - solid
+ unicode: f1da
+ voted: false
+hive:
+ changes:
+ - 5.15.0
+ label: Hive Blockchain Network
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e07f
+ voted: false
+hockey-puck:
+ changes:
+ - 5.0.5
+ label: Hockey Puck
+ search:
+ terms:
+ - ice
+ - nhl
+ - sport
+ styles:
+ - solid
+ unicode: f453
+ voted: false
+holly-berry:
+ changes:
+ - 5.6.0
+ label: Holly Berry
+ search:
+ terms:
+ - catwoman
+ - christmas
+ - decoration
+ - flora
+ - halle
+ - holiday
+ - ororo munroe
+ - plant
+ - storm
+ - xmas
+ styles:
+ - solid
+ unicode: f7aa
+home:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.7.0
+ label: home
+ search:
+ terms:
+ - abode
+ - building
+ - house
+ - main
+ styles:
+ - solid
+ unicode: f015
+ voted: false
+hooli:
+ changes:
+ - 5.0.0
+ - 5.7.0
+ label: Hooli
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f427
+ voted: false
+hornbill:
+ changes:
+ - 5.1.0
+ - 5.8.0
+ label: Hornbill
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f592
+ voted: false
+horse:
+ changes:
+ - 5.4.0
+ - 5.10.1
+ label: Horse
+ search:
+ terms:
+ - equus
+ - fauna
+ - mammmal
+ - mare
+ - neigh
+ - pony
+ styles:
+ - solid
+ unicode: f6f0
+ voted: false
+horse-head:
+ changes:
+ - 5.6.0
+ - 5.10.1
+ label: Horse Head
+ search:
+ terms:
+ - equus
+ - fauna
+ - mammmal
+ - mare
+ - neigh
+ - pony
+ styles:
+ - solid
+ unicode: f7ab
+hospital:
+ changes:
+ - '3'
+ - 5.0.0
+ label: hospital
+ search:
+ terms:
+ - building
+ - covid-19
+ - emergency room
+ - medical center
+ styles:
+ - solid
+ - regular
+ unicode: f0f8
+ voted: false
+hospital-alt:
+ changes:
+ - 5.0.7
+ label: Alternate Hospital
+ search:
+ terms:
+ - building
+ - covid-19
+ - emergency room
+ - medical center
+ styles:
+ - solid
+ unicode: f47d
+ voted: false
+hospital-symbol:
+ changes:
+ - 5.0.7
+ label: Hospital Symbol
+ search:
+ terms:
+ - clinic
+ - covid-19
+ - emergency
+ - map
+ styles:
+ - solid
+ unicode: f47e
+ voted: false
+hospital-user:
+ changes:
+ - 5.7.0
+ label: Hospital with User
+ search:
+ terms:
+ - covid-19
+ - doctor
+ - network
+ - patient
+ - primary care
+ styles:
+ - solid
+ unicode: f80d
+ voted: false
+hot-tub:
+ changes:
+ - 5.1.0
+ label: Hot Tub
+ search:
+ terms:
+ - bath
+ - jacuzzi
+ - massage
+ - sauna
+ - spa
+ styles:
+ - solid
+ unicode: f593
+ voted: false
+hotdog:
+ changes:
+ - 5.7.0
+ label: Hot Dog
+ search:
+ terms:
+ - bun
+ - chili
+ - frankfurt
+ - frankfurter
+ - kosher
+ - polish
+ - sandwich
+ - sausage
+ - vienna
+ - weiner
+ styles:
+ - solid
+ unicode: f80f
+ voted: false
+hotel:
+ changes:
+ - 5.1.0
+ label: Hotel
+ search:
+ terms:
+ - building
+ - inn
+ - lodging
+ - motel
+ - resort
+ - travel
+ styles:
+ - solid
+ unicode: f594
+ voted: false
+hotjar:
+ changes:
+ - 5.0.0
+ label: Hotjar
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b1
+ voted: false
+hourglass:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Hourglass
+ search:
+ terms:
+ - hour
+ - minute
+ - sand
+ - stopwatch
+ - time
+ styles:
+ - solid
+ - regular
+ unicode: f254
+ voted: false
+hourglass-end:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Hourglass End
+ search:
+ terms:
+ - hour
+ - minute
+ - sand
+ - stopwatch
+ - time
+ styles:
+ - solid
+ unicode: f253
+ voted: false
+hourglass-half:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Hourglass Half
+ search:
+ terms:
+ - hour
+ - minute
+ - sand
+ - stopwatch
+ - time
+ styles:
+ - solid
+ unicode: f252
+ voted: false
+hourglass-start:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Hourglass Start
+ search:
+ terms:
+ - hour
+ - minute
+ - sand
+ - stopwatch
+ - time
+ styles:
+ - solid
+ unicode: f251
+ voted: false
+house-damage:
+ changes:
+ - 5.4.0
+ label: Damaged House
+ search:
+ terms:
+ - building
+ - devastation
+ - disaster
+ - home
+ - insurance
+ styles:
+ - solid
+ unicode: f6f1
+ voted: false
+house-user:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: House User
+ search:
+ terms:
+ - covid-19
+ - home
+ - isolation
+ - quarantine
+ styles:
+ - solid
+ unicode: e065
+ voted: false
+houzz:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.0.9
+ - 5.8.0
+ label: Houzz
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f27c
+ voted: false
+hryvnia:
+ changes:
+ - 5.4.0
+ label: Hryvnia
+ search:
+ terms:
+ - currency
+ - money
+ - ukraine
+ - ukrainian
+ styles:
+ - solid
+ unicode: f6f2
+ voted: true
+html5:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: HTML 5 Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f13b
+ voted: false
+hubspot:
+ changes:
+ - 5.0.0
+ label: HubSpot
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b2
+ voted: false
+i-cursor:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: I Beam Cursor
+ search:
+ terms:
+ - editing
+ - i-beam
+ - type
+ - writing
+ styles:
+ - solid
+ unicode: f246
+ voted: false
+ice-cream:
+ changes:
+ - 5.7.0
+ - 5.11.0
+ - 5.11.1
+ label: Ice Cream
+ search:
+ terms:
+ - chocolate
+ - cone
+ - dessert
+ - frozen
+ - scoop
+ - sorbet
+ - vanilla
+ - yogurt
+ styles:
+ - solid
+ unicode: f810
+ voted: false
+icicles:
+ changes:
+ - 5.6.0
+ label: Icicles
+ search:
+ terms:
+ - cold
+ - frozen
+ - hanging
+ - ice
+ - seasonal
+ - sharp
+ styles:
+ - solid
+ unicode: f7ad
+icons:
+ changes:
+ - 5.9.0
+ label: Icons
+ search:
+ terms:
+ - bolt
+ - emoji
+ - heart
+ - image
+ - music
+ - photo
+ - symbols
+ styles:
+ - solid
+ unicode: f86d
+ voted: false
+id-badge:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.0.3
+ label: Identification Badge
+ search:
+ terms:
+ - address
+ - contact
+ - identification
+ - license
+ - profile
+ styles:
+ - solid
+ - regular
+ unicode: f2c1
+ voted: false
+id-card:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.0.3
+ - 5.8.0
+ - 5.10.1
+ label: Identification Card
+ search:
+ terms:
+ - contact
+ - demographics
+ - document
+ - identification
+ - issued
+ - profile
+ styles:
+ - solid
+ - regular
+ unicode: f2c2
+ voted: false
+id-card-alt:
+ changes:
+ - 5.0.7
+ - 5.10.1
+ label: Alternate Identification Card
+ search:
+ terms:
+ - contact
+ - demographics
+ - document
+ - identification
+ - issued
+ - profile
+ styles:
+ - solid
+ unicode: f47f
+ voted: false
+ideal:
+ changes:
+ - 5.12.0
+ - 5.14.0
+ label: iDeal
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e013
+ voted: true
+igloo:
+ changes:
+ - 5.6.0
+ label: Igloo
+ search:
+ terms:
+ - dome
+ - dwelling
+ - eskimo
+ - home
+ - house
+ - ice
+ - snow
+ styles:
+ - solid
+ unicode: f7ae
+image:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.1
+ label: Image
+ search:
+ terms:
+ - album
+ - landscape
+ - photo
+ - picture
+ styles:
+ - solid
+ - regular
+ unicode: f03e
+ voted: false
+images:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.1
+ label: Images
+ search:
+ terms:
+ - album
+ - landscape
+ - photo
+ - picture
+ styles:
+ - solid
+ - regular
+ unicode: f302
+ voted: false
+imdb:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: IMDB
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2d8
+ voted: false
+inbox:
+ changes:
+ - '1'
+ - 5.0.0
+ label: inbox
+ search:
+ terms:
+ - archive
+ - desk
+ - email
+ - mail
+ - message
+ styles:
+ - solid
+ unicode: f01c
+ voted: false
+indent:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ label: Indent
+ search:
+ terms:
+ - align
+ - justify
+ - paragraph
+ - tab
+ styles:
+ - solid
+ unicode: f03c
+ voted: false
+industry:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Industry
+ search:
+ terms:
+ - building
+ - factory
+ - industrial
+ - manufacturing
+ - mill
+ - warehouse
+ styles:
+ - solid
+ unicode: f275
+ voted: false
+infinity:
+ changes:
+ - 5.0.13
+ - 5.3.0
+ - 5.10.1
+ label: Infinity
+ search:
+ terms:
+ - eternity
+ - forever
+ - math
+ styles:
+ - solid
+ unicode: f534
+ voted: true
+info:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Info
+ search:
+ terms:
+ - details
+ - help
+ - information
+ - more
+ - support
+ styles:
+ - solid
+ unicode: f129
+ voted: false
+info-circle:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Info Circle
+ search:
+ terms:
+ - details
+ - help
+ - information
+ - more
+ - support
+ styles:
+ - solid
+ unicode: f05a
+ voted: false
+innosoft:
+ changes:
+ - 5.15.0
+ label: Innosoft
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e080
+ voted: false
+instagram:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Instagram
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f16d
+ voted: false
+instagram-square:
+ changes:
+ - 5.12.1
+ - 5.14.0
+ label: Instagram Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e055
+ voted: true
+instalod:
+ changes:
+ - 5.15.0
+ label: InstaLOD
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e081
+ voted: false
+intercom:
+ changes:
+ - 5.6.0
+ label: Intercom
+ search:
+ terms:
+ - app
+ - customer
+ - messenger
+ styles:
+ - brands
+ unicode: f7af
+ voted: false
+internet-explorer:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Internet-explorer
+ search:
+ terms:
+ - browser
+ - ie
+ styles:
+ - brands
+ unicode: f26b
+ voted: false
+invision:
+ changes:
+ - 5.6.0
+ label: InVision
+ search:
+ terms:
+ - app
+ - design
+ - interface
+ styles:
+ - brands
+ unicode: f7b0
+ voted: false
+ioxhost:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: ioxhost
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f208
+ voted: false
+italic:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ - 5.10.1
+ - 5.10.2
+ label: italic
+ search:
+ terms:
+ - edit
+ - emphasis
+ - font
+ - format
+ - text
+ - type
+ styles:
+ - solid
+ unicode: f033
+ voted: false
+itch-io:
+ changes:
+ - 5.8.0
+ label: itch.io
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f83a
+itunes:
+ changes:
+ - 5.0.0
+ label: iTunes
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b4
+ voted: false
+itunes-note:
+ changes:
+ - 5.0.0
+ label: Itunes Note
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b5
+ voted: false
+java:
+ changes:
+ - 5.0.10
+ - 5.7.0
+ - 5.8.0
+ label: Java
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4e4
+ voted: false
+jedi:
+ changes:
+ - 5.3.0
+ label: Jedi
+ search:
+ terms:
+ - crest
+ - force
+ - sith
+ - skywalker
+ - star wars
+ - yoda
+ styles:
+ - solid
+ unicode: f669
+ voted: false
+jedi-order:
+ changes:
+ - 5.0.12
+ - 5.7.0
+ label: Jedi Order
+ search:
+ terms:
+ - star wars
+ styles:
+ - brands
+ unicode: f50e
+ voted: false
+jenkins:
+ changes:
+ - 5.0.0
+ label: Jenkis
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b6
+ voted: false
+jira:
+ changes:
+ - 5.6.0
+ label: Jira
+ search:
+ terms:
+ - atlassian
+ styles:
+ - brands
+ unicode: f7b1
+ voted: true
+joget:
+ changes:
+ - 5.0.0
+ label: Joget
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b7
+ voted: false
+joint:
+ changes:
+ - 5.1.0
+ label: Joint
+ search:
+ terms:
+ - blunt
+ - cannabis
+ - doobie
+ - drugs
+ - marijuana
+ - roach
+ - smoke
+ - smoking
+ - spliff
+ styles:
+ - solid
+ unicode: f595
+ voted: false
+joomla:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Joomla Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1aa
+ voted: false
+journal-whills:
+ changes:
+ - 5.3.0
+ - 5.11.0
+ label: Journal of the Whills
+ search:
+ terms:
+ - book
+ - force
+ - jedi
+ - sith
+ - star wars
+ - yoda
+ styles:
+ - solid
+ unicode: f66a
+ voted: false
+js:
+ changes:
+ - 5.0.0
+ label: JavaScript (JS)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b8
+ voted: false
+js-square:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: JavaScript (JS) Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3b9
+ voted: false
+jsfiddle:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: jsFiddle
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1cc
+ voted: false
+kaaba:
+ changes:
+ - 5.3.0
+ label: Kaaba
+ search:
+ terms:
+ - building
+ - cube
+ - islam
+ - muslim
+ styles:
+ - solid
+ unicode: f66b
+ voted: false
+kaggle:
+ changes:
+ - 5.2.0
+ - 5.8.0
+ label: Kaggle
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5fa
+ voted: true
+key:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.1
+ label: key
+ search:
+ terms:
+ - lock
+ - password
+ - private
+ - secret
+ - unlock
+ styles:
+ - solid
+ unicode: f084
+ voted: false
+keybase:
+ changes:
+ - 5.0.11
+ - 5.8.0
+ - 5.10.2
+ - 5.11.0
+ label: Keybase
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f5
+ voted: true
+keyboard:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Keyboard
+ search:
+ terms:
+ - accessory
+ - edit
+ - input
+ - text
+ - type
+ - write
+ styles:
+ - solid
+ - regular
+ unicode: f11c
+ voted: false
+keycdn:
+ changes:
+ - 5.0.0
+ label: KeyCDN
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ba
+ voted: false
+khanda:
+ changes:
+ - 5.3.0
+ label: Khanda
+ search:
+ terms:
+ - chakkar
+ - sikh
+ - sikhism
+ - sword
+ styles:
+ - solid
+ unicode: f66d
+ voted: false
+kickstarter:
+ changes:
+ - 5.0.0
+ label: Kickstarter
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3bb
+ voted: false
+kickstarter-k:
+ changes:
+ - 5.0.0
+ label: Kickstarter K
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3bc
+ voted: false
+kiss:
+ changes:
+ - 5.1.0
+ - 5.1.1
+ - 5.11.0
+ - 5.11.1
+ label: Kissing Face
+ search:
+ terms:
+ - beso
+ - emoticon
+ - face
+ - love
+ - smooch
+ styles:
+ - solid
+ - regular
+ unicode: f596
+ voted: false
+kiss-beam:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Kissing Face With Smiling Eyes
+ search:
+ terms:
+ - beso
+ - emoticon
+ - face
+ - love
+ - smooch
+ styles:
+ - solid
+ - regular
+ unicode: f597
+ voted: false
+kiss-wink-heart:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Face Blowing a Kiss
+ search:
+ terms:
+ - beso
+ - emoticon
+ - face
+ - love
+ - smooch
+ styles:
+ - solid
+ - regular
+ unicode: f598
+ voted: false
+kiwi-bird:
+ changes:
+ - 5.0.13
+ label: Kiwi Bird
+ search:
+ terms:
+ - bird
+ - fauna
+ - new zealand
+ styles:
+ - solid
+ unicode: f535
+ voted: false
+korvue:
+ changes:
+ - 5.0.2
+ label: KORVUE
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f42f
+ voted: false
+landmark:
+ changes:
+ - 5.3.0
+ label: Landmark
+ search:
+ terms:
+ - building
+ - historic
+ - memorable
+ - monument
+ - politics
+ styles:
+ - solid
+ unicode: f66f
+ voted: false
+language:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Language
+ search:
+ terms:
+ - dialect
+ - idiom
+ - localize
+ - speech
+ - translate
+ - vernacular
+ styles:
+ - solid
+ unicode: f1ab
+ voted: false
+laptop:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.2.0
+ label: Laptop
+ search:
+ terms:
+ - computer
+ - cpu
+ - dell
+ - demo
+ - device
+ - mac
+ - macbook
+ - machine
+ - pc
+ styles:
+ - solid
+ unicode: f109
+ voted: false
+laptop-code:
+ changes:
+ - 5.2.0
+ label: Laptop Code
+ search:
+ terms:
+ - computer
+ - cpu
+ - dell
+ - demo
+ - develop
+ - device
+ - mac
+ - macbook
+ - machine
+ - pc
+ styles:
+ - solid
+ unicode: f5fc
+ voted: false
+laptop-house:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Laptop House
+ search:
+ terms:
+ - computer
+ - covid-19
+ - device
+ - office
+ - remote
+ - work from home
+ styles:
+ - solid
+ unicode: e066
+ voted: false
+laptop-medical:
+ changes:
+ - 5.7.0
+ label: Laptop Medical
+ search:
+ terms:
+ - computer
+ - device
+ - ehr
+ - electronic health records
+ - history
+ styles:
+ - solid
+ unicode: f812
+ voted: false
+laravel:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ - 5.11.2
+ label: Laravel
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3bd
+ voted: false
+lastfm:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: last.fm
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f202
+ voted: false
+lastfm-square:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.0.11
+ label: last.fm Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f203
+ voted: false
+laugh:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Grinning Face With Big Eyes
+ search:
+ terms:
+ - LOL
+ - emoticon
+ - face
+ - laugh
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f599
+ voted: false
+laugh-beam:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Laugh Face with Beaming Eyes
+ search:
+ terms:
+ - LOL
+ - emoticon
+ - face
+ - happy
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f59a
+ voted: false
+laugh-squint:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Laughing Squinting Face
+ search:
+ terms:
+ - LOL
+ - emoticon
+ - face
+ - happy
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f59b
+ voted: false
+laugh-wink:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Laughing Winking Face
+ search:
+ terms:
+ - LOL
+ - emoticon
+ - face
+ - happy
+ - smile
+ styles:
+ - solid
+ - regular
+ unicode: f59c
+ voted: false
+layer-group:
+ changes:
+ - 5.2.0
+ label: Layer Group
+ search:
+ terms:
+ - arrange
+ - develop
+ - layers
+ - map
+ - stack
+ styles:
+ - solid
+ unicode: f5fd
+ voted: false
+leaf:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.9
+ label: leaf
+ search:
+ terms:
+ - eco
+ - flora
+ - nature
+ - plant
+ - vegan
+ styles:
+ - solid
+ unicode: f06c
+ voted: false
+leanpub:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Leanpub
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f212
+ voted: false
+lemon:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Lemon
+ search:
+ terms:
+ - citrus
+ - lemonade
+ - lime
+ - tart
+ styles:
+ - solid
+ - regular
+ unicode: f094
+ voted: false
+less:
+ changes:
+ - 5.0.0
+ label: Less
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f41d
+ voted: false
+less-than:
+ changes:
+ - 5.0.13
+ label: Less Than
+ search:
+ terms:
+ - arithmetic
+ - compare
+ - math
+ styles:
+ - solid
+ unicode: f536
+ voted: true
+less-than-equal:
+ changes:
+ - 5.0.13
+ label: Less Than Equal To
+ search:
+ terms:
+ - arithmetic
+ - compare
+ - math
+ styles:
+ - solid
+ unicode: f537
+ voted: true
+level-down-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Level Down
+ search:
+ terms:
+ - arrow
+ - level-down
+ styles:
+ - solid
+ unicode: f3be
+ voted: false
+level-up-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Level Up
+ search:
+ terms:
+ - arrow
+ - level-up
+ styles:
+ - solid
+ unicode: f3bf
+ voted: false
+life-ring:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Life Ring
+ search:
+ terms:
+ - coast guard
+ - help
+ - overboard
+ - save
+ - support
+ styles:
+ - solid
+ - regular
+ unicode: f1cd
+ voted: false
+lightbulb:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.3.0
+ label: Lightbulb
+ search:
+ terms:
+ - energy
+ - idea
+ - inspiration
+ - light
+ styles:
+ - solid
+ - regular
+ unicode: f0eb
+ voted: false
+line:
+ changes:
+ - 5.0.0
+ label: Line
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3c0
+ voted: false
+link:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Link
+ search:
+ terms:
+ - attach
+ - attachment
+ - chain
+ - connect
+ styles:
+ - solid
+ unicode: f0c1
+ voted: false
+linkedin:
+ changes:
+ - '1'
+ - 5.0.0
+ label: LinkedIn
+ search:
+ terms:
+ - linkedin-square
+ styles:
+ - brands
+ unicode: f08c
+ voted: false
+linkedin-in:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.4.1
+ - 5.8.0
+ - 5.8.1
+ label: LinkedIn In
+ search:
+ terms:
+ - linkedin
+ styles:
+ - brands
+ unicode: f0e1
+ voted: false
+linode:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Linode
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2b8
+ voted: false
+linux:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Linux
+ search:
+ terms:
+ - tux
+ styles:
+ - brands
+ unicode: f17c
+ voted: false
+lira-sign:
+ changes:
+ - '4'
+ - 5.0.0
+ label: Turkish Lira Sign
+ search:
+ terms:
+ - currency
+ - money
+ - try
+ - turkish
+ styles:
+ - solid
+ unicode: f195
+ voted: false
+list:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ label: List
+ search:
+ terms:
+ - checklist
+ - completed
+ - done
+ - finished
+ - ol
+ - todo
+ - ul
+ styles:
+ - solid
+ unicode: f03a
+ voted: false
+list-alt:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Alternate List
+ search:
+ terms:
+ - checklist
+ - completed
+ - done
+ - finished
+ - ol
+ - todo
+ - ul
+ styles:
+ - solid
+ - regular
+ unicode: f022
+ voted: false
+list-ol:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.9.0
+ label: list-ol
+ search:
+ terms:
+ - checklist
+ - completed
+ - done
+ - finished
+ - numbers
+ - ol
+ - todo
+ - ul
+ styles:
+ - solid
+ unicode: f0cb
+ voted: false
+list-ul:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.9.0
+ label: list-ul
+ search:
+ terms:
+ - checklist
+ - completed
+ - done
+ - finished
+ - ol
+ - todo
+ - ul
+ styles:
+ - solid
+ unicode: f0ca
+ voted: false
+location-arrow:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: location-arrow
+ search:
+ terms:
+ - address
+ - compass
+ - coordinate
+ - direction
+ - gps
+ - map
+ - navigation
+ - place
+ styles:
+ - solid
+ unicode: f124
+ voted: false
+lock:
+ changes:
+ - '1'
+ - 5.0.0
+ label: lock
+ search:
+ terms:
+ - admin
+ - lock
+ - open
+ - password
+ - private
+ - protect
+ - security
+ styles:
+ - solid
+ unicode: f023
+ voted: false
+lock-open:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.0.1
+ label: Lock Open
+ search:
+ terms:
+ - admin
+ - lock
+ - open
+ - password
+ - private
+ - protect
+ - security
+ styles:
+ - solid
+ unicode: f3c1
+ voted: false
+long-arrow-alt-down:
+ changes:
+ - 5.0.0
+ label: Alternate Long Arrow Down
+ search:
+ terms:
+ - download
+ - long-arrow-down
+ styles:
+ - solid
+ unicode: f309
+ voted: false
+long-arrow-alt-left:
+ changes:
+ - 5.0.0
+ label: Alternate Long Arrow Left
+ search:
+ terms:
+ - back
+ - long-arrow-left
+ - previous
+ styles:
+ - solid
+ unicode: f30a
+ voted: false
+long-arrow-alt-right:
+ changes:
+ - 5.0.0
+ label: Alternate Long Arrow Right
+ search:
+ terms:
+ - forward
+ - long-arrow-right
+ - next
+ styles:
+ - solid
+ unicode: f30b
+ voted: false
+long-arrow-alt-up:
+ changes:
+ - 5.0.0
+ label: Alternate Long Arrow Up
+ search:
+ terms:
+ - long-arrow-up
+ - upload
+ styles:
+ - solid
+ unicode: f30c
+ voted: false
+low-vision:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Low Vision
+ search:
+ terms:
+ - blind
+ - eye
+ - sight
+ styles:
+ - solid
+ unicode: f2a8
+ voted: false
+luggage-cart:
+ changes:
+ - 5.1.0
+ label: Luggage Cart
+ search:
+ terms:
+ - bag
+ - baggage
+ - suitcase
+ - travel
+ styles:
+ - solid
+ unicode: f59d
+ voted: false
+lungs:
+ changes:
+ - 5.2.0
+ label: Lungs
+ search:
+ terms:
+ - air
+ - breath
+ - covid-19
+ - organ
+ - respiratory
+ styles:
+ - solid
+ unicode: f604
+ voted: false
+lungs-virus:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Lungs Virus
+ search:
+ terms:
+ - breath
+ - covid-19
+ - respiratory
+ - sick
+ styles:
+ - solid
+ unicode: e067
+ voted: false
+lyft:
+ changes:
+ - 5.0.0
+ label: lyft
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3c3
+ voted: false
+magento:
+ changes:
+ - 5.0.0
+ label: Magento
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3c4
+ voted: false
+magic:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.1.0
+ label: magic
+ search:
+ terms:
+ - autocomplete
+ - automatic
+ - mage
+ - magic
+ - spell
+ - wand
+ - witch
+ - wizard
+ styles:
+ - solid
+ unicode: f0d0
+ voted: false
+magnet:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.8.0
+ label: magnet
+ search:
+ terms:
+ - Attract
+ - lodestone
+ - tool
+ styles:
+ - solid
+ unicode: f076
+ voted: false
+mail-bulk:
+ changes:
+ - 5.3.0
+ label: Mail Bulk
+ search:
+ terms:
+ - archive
+ - envelope
+ - letter
+ - post office
+ - postal
+ - postcard
+ - send
+ - stamp
+ - usps
+ styles:
+ - solid
+ unicode: f674
+ voted: false
+mailchimp:
+ changes:
+ - 5.1.0
+ - 5.7.0
+ - 5.8.0
+ - 5.8.2
+ label: Mailchimp
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f59e
+ voted: true
+male:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Male
+ search:
+ terms:
+ - human
+ - man
+ - person
+ - profile
+ - user
+ styles:
+ - solid
+ unicode: f183
+ voted: false
+mandalorian:
+ changes:
+ - 5.0.12
+ - 5.8.0
+ label: Mandalorian
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f50f
+ voted: false
+map:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.1.0
+ label: Map
+ search:
+ terms:
+ - address
+ - coordinates
+ - destination
+ - gps
+ - localize
+ - location
+ - map
+ - navigation
+ - paper
+ - pin
+ - place
+ - point of interest
+ - position
+ - route
+ - travel
+ styles:
+ - solid
+ - regular
+ unicode: f279
+ voted: false
+map-marked:
+ changes:
+ - 5.1.0
+ label: Map Marked
+ search:
+ terms:
+ - address
+ - coordinates
+ - destination
+ - gps
+ - localize
+ - location
+ - map
+ - navigation
+ - paper
+ - pin
+ - place
+ - point of interest
+ - position
+ - route
+ - travel
+ styles:
+ - solid
+ unicode: f59f
+ voted: false
+map-marked-alt:
+ changes:
+ - 5.1.0
+ label: Alternate Map Marked
+ search:
+ terms:
+ - address
+ - coordinates
+ - destination
+ - gps
+ - localize
+ - location
+ - map
+ - navigation
+ - paper
+ - pin
+ - place
+ - point of interest
+ - position
+ - route
+ - travel
+ styles:
+ - solid
+ unicode: f5a0
+ voted: false
+map-marker:
+ changes:
+ - '1'
+ - 5.0.0
+ label: map-marker
+ search:
+ terms:
+ - address
+ - coordinates
+ - destination
+ - gps
+ - localize
+ - location
+ - map
+ - navigation
+ - paper
+ - pin
+ - place
+ - point of interest
+ - position
+ - route
+ - travel
+ styles:
+ - solid
+ unicode: f041
+ voted: false
+map-marker-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Map Marker
+ search:
+ terms:
+ - address
+ - coordinates
+ - destination
+ - gps
+ - localize
+ - location
+ - map
+ - navigation
+ - paper
+ - pin
+ - place
+ - point of interest
+ - position
+ - route
+ - travel
+ styles:
+ - solid
+ unicode: f3c5
+ voted: false
+map-pin:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.2.0
+ label: Map Pin
+ search:
+ terms:
+ - address
+ - agree
+ - coordinates
+ - destination
+ - gps
+ - localize
+ - location
+ - map
+ - marker
+ - navigation
+ - pin
+ - place
+ - position
+ - travel
+ styles:
+ - solid
+ unicode: f276
+ voted: false
+map-signs:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.2.0
+ label: Map Signs
+ search:
+ terms:
+ - directions
+ - directory
+ - map
+ - signage
+ - wayfinding
+ styles:
+ - solid
+ unicode: f277
+ voted: false
+markdown:
+ changes:
+ - 5.2.0
+ - 5.7.0
+ label: Markdown
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f60f
+ voted: true
+marker:
+ changes:
+ - 5.1.0
+ label: Marker
+ search:
+ terms:
+ - design
+ - edit
+ - sharpie
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f5a1
+ voted: true
+mars:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Mars
+ search:
+ terms:
+ - male
+ styles:
+ - solid
+ unicode: f222
+ voted: false
+mars-double:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Mars Double
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f227
+ voted: false
+mars-stroke:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Mars Stroke
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f229
+ voted: false
+mars-stroke-h:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.11.0
+ label: Mars Stroke Horizontal
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f22b
+ voted: false
+mars-stroke-v:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.11.0
+ label: Mars Stroke Vertical
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f22a
+ voted: false
+mask:
+ changes:
+ - 5.4.0
+ - 5.10.1
+ label: Mask
+ search:
+ terms:
+ - carnivale
+ - costume
+ - disguise
+ - halloween
+ - secret
+ - super hero
+ styles:
+ - solid
+ unicode: f6fa
+ voted: false
+mastodon:
+ changes:
+ - 5.0.11
+ - 5.8.0
+ label: Mastodon
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f6
+ voted: true
+maxcdn:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: MaxCDN
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f136
+ voted: false
+mdb:
+ changes:
+ - 5.11.0
+ label: Material Design for Bootstrap
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f8ca
+medal:
+ changes:
+ - 5.1.0
+ label: Medal
+ search:
+ terms:
+ - award
+ - ribbon
+ - star
+ - trophy
+ styles:
+ - solid
+ unicode: f5a2
+ voted: true
+medapps:
+ changes:
+ - 5.0.0
+ label: MedApps
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3c6
+ voted: false
+medium:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Medium
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f23a
+ voted: false
+medium-m:
+ changes:
+ - 5.0.0
+ label: Medium M
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3c7
+ voted: false
+medkit:
+ changes:
+ - '3'
+ - 5.0.0
+ label: medkit
+ search:
+ terms:
+ - first aid
+ - firstaid
+ - health
+ - help
+ - support
+ styles:
+ - solid
+ unicode: f0fa
+ voted: false
+medrt:
+ changes:
+ - 5.0.0
+ label: MRT
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3c8
+ voted: false
+meetup:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Meetup
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2e0
+ voted: false
+megaport:
+ changes:
+ - 5.1.0
+ label: Megaport
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5a3
+ voted: false
+meh:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.0.9
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Neutral Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - neutral
+ - rating
+ styles:
+ - solid
+ - regular
+ unicode: f11a
+ voted: false
+meh-blank:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Face Without Mouth
+ search:
+ terms:
+ - emoticon
+ - face
+ - neutral
+ - rating
+ styles:
+ - solid
+ - regular
+ unicode: f5a4
+ voted: false
+meh-rolling-eyes:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Face With Rolling Eyes
+ search:
+ terms:
+ - emoticon
+ - face
+ - neutral
+ - rating
+ styles:
+ - solid
+ - regular
+ unicode: f5a5
+ voted: false
+memory:
+ changes:
+ - 5.0.13
+ label: Memory
+ search:
+ terms:
+ - DIMM
+ - RAM
+ - hardware
+ - storage
+ - technology
+ styles:
+ - solid
+ unicode: f538
+ voted: true
+mendeley:
+ changes:
+ - 5.6.0
+ label: Mendeley
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f7b3
+ voted: true
+menorah:
+ changes:
+ - 5.3.0
+ - 5.4.0
+ label: Menorah
+ search:
+ terms:
+ - candle
+ - hanukkah
+ - jewish
+ - judaism
+ - light
+ styles:
+ - solid
+ unicode: f676
+ voted: false
+mercury:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.11.0
+ label: Mercury
+ search:
+ terms:
+ - transgender
+ styles:
+ - solid
+ unicode: f223
+ voted: false
+meteor:
+ changes:
+ - 5.5.0
+ - 5.12.0
+ label: Meteor
+ search:
+ terms:
+ - armageddon
+ - asteroid
+ - comet
+ - shooting star
+ - space
+ styles:
+ - solid
+ unicode: f753
+ voted: false
+microblog:
+ changes:
+ - 5.12.0
+ - 5.14.0
+ label: Micro.blog
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e01a
+ voted: true
+microchip:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Microchip
+ search:
+ terms:
+ - cpu
+ - hardware
+ - processor
+ - technology
+ styles:
+ - solid
+ unicode: f2db
+ voted: false
+microphone:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.0.13
+ label: microphone
+ search:
+ terms:
+ - audio
+ - podcast
+ - record
+ - sing
+ - sound
+ - voice
+ styles:
+ - solid
+ unicode: f130
+ voted: false
+microphone-alt:
+ changes:
+ - 5.0.0
+ - 5.0.13
+ label: Alternate Microphone
+ search:
+ terms:
+ - audio
+ - podcast
+ - record
+ - sing
+ - sound
+ - voice
+ styles:
+ - solid
+ unicode: f3c9
+ voted: false
+microphone-alt-slash:
+ changes:
+ - 5.0.13
+ label: Alternate Microphone Slash
+ search:
+ terms:
+ - audio
+ - disable
+ - mute
+ - podcast
+ - record
+ - sing
+ - sound
+ - voice
+ styles:
+ - solid
+ unicode: f539
+ voted: false
+microphone-slash:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.0.13
+ label: Microphone Slash
+ search:
+ terms:
+ - audio
+ - disable
+ - mute
+ - podcast
+ - record
+ - sing
+ - sound
+ - voice
+ styles:
+ - solid
+ unicode: f131
+ voted: false
+microscope:
+ changes:
+ - 5.2.0
+ label: Microscope
+ search:
+ terms:
+ - covid-19
+ - electron
+ - lens
+ - optics
+ - science
+ - shrink
+ styles:
+ - solid
+ unicode: f610
+ voted: false
+microsoft:
+ changes:
+ - 5.0.0
+ label: Microsoft
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ca
+ voted: true
+minus:
+ changes:
+ - '1'
+ - 5.0.0
+ label: minus
+ search:
+ terms:
+ - collapse
+ - delete
+ - hide
+ - minify
+ - negative
+ - remove
+ - trash
+ styles:
+ - solid
+ unicode: f068
+ voted: false
+minus-circle:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ label: Minus Circle
+ search:
+ terms:
+ - delete
+ - hide
+ - negative
+ - remove
+ - shape
+ - trash
+ styles:
+ - solid
+ unicode: f056
+ voted: false
+minus-square:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Minus Square
+ search:
+ terms:
+ - collapse
+ - delete
+ - hide
+ - minify
+ - negative
+ - remove
+ - shape
+ - trash
+ styles:
+ - solid
+ - regular
+ unicode: f146
+ voted: false
+mitten:
+ changes:
+ - 5.6.0
+ label: Mitten
+ search:
+ terms:
+ - clothing
+ - cold
+ - glove
+ - hands
+ - knitted
+ - seasonal
+ - warmth
+ styles:
+ - solid
+ unicode: f7b5
+mix:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Mix
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3cb
+ voted: false
+mixcloud:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Mixcloud
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f289
+ voted: false
+mixer:
+ changes:
+ - 5.12.1
+ - 5.14.0
+ label: Mixer
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e056
+ voted: true
+mizuni:
+ changes:
+ - 5.0.0
+ label: Mizuni
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3cc
+ voted: false
+mobile:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Mobile Phone
+ search:
+ terms:
+ - apple
+ - call
+ - cell phone
+ - cellphone
+ - device
+ - iphone
+ - number
+ - screen
+ - telephone
+ styles:
+ - solid
+ unicode: f10b
+ voted: false
+mobile-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Mobile
+ search:
+ terms:
+ - apple
+ - call
+ - cell phone
+ - cellphone
+ - device
+ - iphone
+ - number
+ - screen
+ - telephone
+ styles:
+ - solid
+ unicode: f3cd
+ voted: false
+modx:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: MODX
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f285
+ voted: false
+monero:
+ changes:
+ - 5.0.0
+ label: Monero
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d0
+ voted: false
+money-bill:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.0.13
+ label: Money Bill
+ search:
+ terms:
+ - buy
+ - cash
+ - checkout
+ - money
+ - payment
+ - price
+ - purchase
+ styles:
+ - solid
+ unicode: f0d6
+ voted: false
+money-bill-alt:
+ changes:
+ - 5.0.0
+ - 5.0.13
+ label: Alternate Money Bill
+ search:
+ terms:
+ - buy
+ - cash
+ - checkout
+ - money
+ - payment
+ - price
+ - purchase
+ styles:
+ - solid
+ - regular
+ unicode: f3d1
+ voted: false
+money-bill-wave:
+ changes:
+ - 5.0.13
+ label: Wavy Money Bill
+ search:
+ terms:
+ - buy
+ - cash
+ - checkout
+ - money
+ - payment
+ - price
+ - purchase
+ styles:
+ - solid
+ unicode: f53a
+ voted: true
+money-bill-wave-alt:
+ changes:
+ - 5.0.13
+ label: Alternate Wavy Money Bill
+ search:
+ terms:
+ - buy
+ - cash
+ - checkout
+ - money
+ - payment
+ - price
+ - purchase
+ styles:
+ - solid
+ unicode: f53b
+ voted: true
+money-check:
+ changes:
+ - 5.0.13
+ label: Money Check
+ search:
+ terms:
+ - bank check
+ - buy
+ - checkout
+ - cheque
+ - money
+ - payment
+ - price
+ - purchase
+ styles:
+ - solid
+ unicode: f53c
+ voted: true
+money-check-alt:
+ changes:
+ - 5.0.13
+ label: Alternate Money Check
+ search:
+ terms:
+ - bank check
+ - buy
+ - checkout
+ - cheque
+ - money
+ - payment
+ - price
+ - purchase
+ styles:
+ - solid
+ unicode: f53d
+ voted: true
+monument:
+ changes:
+ - 5.1.0
+ label: Monument
+ search:
+ terms:
+ - building
+ - historic
+ - landmark
+ - memorable
+ styles:
+ - solid
+ unicode: f5a6
+ voted: false
+moon:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.11.0
+ - 5.11.1
+ label: Moon
+ search:
+ terms:
+ - contrast
+ - crescent
+ - dark
+ - lunar
+ - night
+ styles:
+ - solid
+ - regular
+ unicode: f186
+ voted: false
+mortar-pestle:
+ changes:
+ - 5.1.0
+ label: Mortar Pestle
+ search:
+ terms:
+ - crush
+ - culinary
+ - grind
+ - medical
+ - mix
+ - pharmacy
+ - prescription
+ - spices
+ styles:
+ - solid
+ unicode: f5a7
+ voted: false
+mosque:
+ changes:
+ - 5.3.0
+ label: Mosque
+ search:
+ terms:
+ - building
+ - islam
+ - landmark
+ - muslim
+ styles:
+ - solid
+ unicode: f678
+ voted: false
+motorcycle:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Motorcycle
+ search:
+ terms:
+ - bike
+ - machine
+ - transportation
+ - vehicle
+ styles:
+ - solid
+ unicode: f21c
+ voted: false
+mountain:
+ changes:
+ - 5.4.0
+ label: Mountain
+ search:
+ terms:
+ - glacier
+ - hiking
+ - hill
+ - landscape
+ - travel
+ - view
+ styles:
+ - solid
+ unicode: f6fc
+ voted: false
+mouse:
+ changes:
+ - 5.11.0
+ label: Mouse
+ search:
+ terms:
+ - click
+ - computer
+ - cursor
+ - input
+ - peripheral
+ styles:
+ - solid
+ unicode: f8cc
+ voted: true
+mouse-pointer:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.0.3
+ label: Mouse Pointer
+ search:
+ terms:
+ - arrow
+ - cursor
+ - select
+ styles:
+ - solid
+ unicode: f245
+ voted: false
+mug-hot:
+ changes:
+ - 5.6.0
+ label: Mug Hot
+ search:
+ terms:
+ - caliente
+ - cocoa
+ - coffee
+ - cup
+ - drink
+ - holiday
+ - hot chocolate
+ - steam
+ - tea
+ - warmth
+ styles:
+ - solid
+ unicode: f7b6
+music:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.2.0
+ - 5.11.0
+ label: Music
+ search:
+ terms:
+ - lyrics
+ - melody
+ - note
+ - sing
+ - sound
+ styles:
+ - solid
+ unicode: f001
+ voted: false
+napster:
+ changes:
+ - 5.0.0
+ label: Napster
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d2
+ voted: false
+neos:
+ changes:
+ - 5.2.0
+ - 5.8.0
+ label: Neos
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f612
+ voted: true
+network-wired:
+ changes:
+ - 5.4.0
+ label: Wired Network
+ search:
+ terms:
+ - computer
+ - connect
+ - ethernet
+ - internet
+ - intranet
+ styles:
+ - solid
+ unicode: f6ff
+ voted: true
+neuter:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.11.0
+ label: Neuter
+ search:
+ terms: []
+ styles:
+ - solid
+ unicode: f22c
+ voted: false
+newspaper:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Newspaper
+ search:
+ terms:
+ - article
+ - editorial
+ - headline
+ - journal
+ - journalism
+ - news
+ - press
+ styles:
+ - solid
+ - regular
+ unicode: f1ea
+ voted: false
+nimblr:
+ changes:
+ - 5.1.0
+ - 5.8.0
+ label: Nimblr
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5a8
+ voted: false
+node:
+ changes:
+ - 5.0.0
+ label: Node.js
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f419
+ voted: true
+node-js:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Node.js JS
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d3
+ voted: false
+not-equal:
+ changes:
+ - 5.0.13
+ label: Not Equal
+ search:
+ terms:
+ - arithmetic
+ - compare
+ - math
+ styles:
+ - solid
+ unicode: f53e
+ voted: true
+notes-medical:
+ changes:
+ - 5.0.7
+ label: Medical Notes
+ search:
+ terms:
+ - clipboard
+ - doctor
+ - ehr
+ - health
+ - history
+ - records
+ styles:
+ - solid
+ unicode: f481
+ voted: false
+npm:
+ changes:
+ - 5.0.0
+ label: npm
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d4
+ voted: false
+ns8:
+ changes:
+ - 5.0.0
+ - 5.15.0
+ label: NS8
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d5
+ voted: false
+nutritionix:
+ changes:
+ - 5.0.0
+ label: Nutritionix
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d6
+ voted: false
+object-group:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Object Group
+ search:
+ terms:
+ - combine
+ - copy
+ - design
+ - merge
+ - select
+ styles:
+ - solid
+ - regular
+ unicode: f247
+ voted: false
+object-ungroup:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Object Ungroup
+ search:
+ terms:
+ - copy
+ - design
+ - merge
+ - select
+ - separate
+ styles:
+ - solid
+ - regular
+ unicode: f248
+ voted: false
+octopus-deploy:
+ changes:
+ - 5.15.0
+ label: Octopus Deploy
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e082
+ voted: false
+odnoklassniki:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Odnoklassniki
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f263
+ voted: false
+odnoklassniki-square:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Odnoklassniki Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f264
+ voted: false
+oil-can:
+ changes:
+ - 5.2.0
+ - 5.10.1
+ label: Oil Can
+ search:
+ terms:
+ - auto
+ - crude
+ - gasoline
+ - grease
+ - lubricate
+ - petroleum
+ styles:
+ - solid
+ unicode: f613
+ voted: false
+old-republic:
+ changes:
+ - 5.0.12
+ label: Old Republic
+ search:
+ terms:
+ - politics
+ - star wars
+ styles:
+ - brands
+ unicode: f510
+ voted: false
+om:
+ changes:
+ - 5.3.0
+ label: Om
+ search:
+ terms:
+ - buddhism
+ - hinduism
+ - jainism
+ - mantra
+ styles:
+ - solid
+ unicode: f679
+ voted: false
+opencart:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: OpenCart
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f23d
+ voted: false
+openid:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: OpenID
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f19b
+ voted: false
+opera:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Opera
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f26a
+ voted: false
+optin-monster:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.7.0
+ label: Optin Monster
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f23c
+ voted: false
+orcid:
+ changes:
+ - 5.11.0
+ label: ORCID
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f8d2
+osi:
+ changes:
+ - 5.0.0
+ - 5.8.0
+ label: Open Source Initiative
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f41a
+ voted: false
+otter:
+ changes:
+ - 5.4.0
+ label: Otter
+ search:
+ terms:
+ - animal
+ - badger
+ - fauna
+ - fur
+ - mammal
+ - marten
+ styles:
+ - solid
+ unicode: f700
+ voted: false
+outdent:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ label: Outdent
+ search:
+ terms:
+ - align
+ - justify
+ - paragraph
+ - tab
+ styles:
+ - solid
+ unicode: f03b
+ voted: false
+page4:
+ changes:
+ - 5.0.0
+ label: page4 Corporation
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d7
+ voted: false
+pagelines:
+ changes:
+ - '4'
+ - 5.0.0
+ label: Pagelines
+ search:
+ terms:
+ - eco
+ - flora
+ - leaf
+ - leaves
+ - nature
+ - plant
+ - tree
+ styles:
+ - brands
+ unicode: f18c
+ voted: false
+pager:
+ changes:
+ - 5.7.0
+ label: Pager
+ search:
+ terms:
+ - beeper
+ - cellphone
+ - communication
+ styles:
+ - solid
+ unicode: f815
+ voted: false
+paint-brush:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.1.0
+ label: Paint Brush
+ search:
+ terms:
+ - acrylic
+ - art
+ - brush
+ - color
+ - fill
+ - paint
+ - pigment
+ - watercolor
+ styles:
+ - solid
+ unicode: f1fc
+ voted: false
+paint-roller:
+ changes:
+ - 5.1.0
+ label: Paint Roller
+ search:
+ terms:
+ - acrylic
+ - art
+ - brush
+ - color
+ - fill
+ - paint
+ - pigment
+ - watercolor
+ styles:
+ - solid
+ unicode: f5aa
+ voted: false
+palette:
+ changes:
+ - 5.0.13
+ label: Palette
+ search:
+ terms:
+ - acrylic
+ - art
+ - brush
+ - color
+ - fill
+ - paint
+ - pigment
+ - watercolor
+ styles:
+ - solid
+ unicode: f53f
+ voted: true
+palfed:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Palfed
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d8
+ voted: false
+pallet:
+ changes:
+ - 5.0.7
+ label: Pallet
+ search:
+ terms:
+ - archive
+ - box
+ - inventory
+ - shipping
+ - warehouse
+ styles:
+ - solid
+ unicode: f482
+ voted: false
+paper-plane:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Paper Plane
+ search:
+ terms:
+ - air
+ - float
+ - fold
+ - mail
+ - paper
+ - send
+ styles:
+ - solid
+ - regular
+ unicode: f1d8
+ voted: false
+paperclip:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Paperclip
+ search:
+ terms:
+ - attach
+ - attachment
+ - connect
+ - link
+ styles:
+ - solid
+ unicode: f0c6
+ voted: false
+parachute-box:
+ changes:
+ - 5.0.9
+ label: Parachute Box
+ search:
+ terms:
+ - aid
+ - assistance
+ - rescue
+ - supplies
+ styles:
+ - solid
+ unicode: f4cd
+ voted: false
+paragraph:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.9.0
+ label: paragraph
+ search:
+ terms:
+ - edit
+ - format
+ - text
+ - writing
+ styles:
+ - solid
+ unicode: f1dd
+ voted: false
+parking:
+ changes:
+ - 5.0.13
+ label: Parking
+ search:
+ terms:
+ - auto
+ - car
+ - garage
+ - meter
+ styles:
+ - solid
+ unicode: f540
+ voted: true
+passport:
+ changes:
+ - 5.1.0
+ label: Passport
+ search:
+ terms:
+ - document
+ - id
+ - identification
+ - issued
+ - travel
+ styles:
+ - solid
+ unicode: f5ab
+ voted: false
+pastafarianism:
+ changes:
+ - 5.3.0
+ label: Pastafarianism
+ search:
+ terms:
+ - agnosticism
+ - atheism
+ - flying spaghetti monster
+ - fsm
+ styles:
+ - solid
+ unicode: f67b
+ voted: false
+paste:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Paste
+ search:
+ terms:
+ - clipboard
+ - copy
+ - document
+ - paper
+ styles:
+ - solid
+ unicode: f0ea
+ voted: false
+patreon:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Patreon
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3d9
+ voted: false
+pause:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ label: pause
+ search:
+ terms:
+ - hold
+ - wait
+ styles:
+ - solid
+ unicode: f04c
+ voted: false
+pause-circle:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Pause Circle
+ search:
+ terms:
+ - hold
+ - wait
+ styles:
+ - solid
+ - regular
+ unicode: f28b
+ voted: false
+paw:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Paw
+ search:
+ terms:
+ - animal
+ - cat
+ - dog
+ - pet
+ - print
+ styles:
+ - solid
+ unicode: f1b0
+ voted: false
+paypal:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Paypal
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1ed
+ voted: false
+peace:
+ changes:
+ - 5.3.0
+ - 5.11.0
+ - 5.11.1
+ label: Peace
+ search:
+ terms:
+ - serenity
+ - tranquility
+ - truce
+ - war
+ styles:
+ - solid
+ unicode: f67c
+ voted: false
+pen:
+ changes:
+ - 5.0.0
+ - 5.1.0
+ label: Pen
+ search:
+ terms:
+ - design
+ - edit
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f304
+ voted: false
+pen-alt:
+ changes:
+ - 5.0.0
+ - 5.1.0
+ label: Alternate Pen
+ search:
+ terms:
+ - design
+ - edit
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f305
+ voted: false
+pen-fancy:
+ changes:
+ - 5.1.0
+ label: Pen Fancy
+ search:
+ terms:
+ - design
+ - edit
+ - fountain pen
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f5ac
+ voted: false
+pen-nib:
+ changes:
+ - 5.1.0
+ label: Pen Nib
+ search:
+ terms:
+ - design
+ - edit
+ - fountain pen
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f5ad
+ voted: true
+pen-square:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Pen Square
+ search:
+ terms:
+ - edit
+ - pencil-square
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f14b
+ voted: false
+pencil-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Pencil
+ search:
+ terms:
+ - design
+ - edit
+ - pencil
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f303
+ voted: false
+pencil-ruler:
+ changes:
+ - 5.1.0
+ label: Pencil Ruler
+ search:
+ terms:
+ - design
+ - draft
+ - draw
+ - pencil
+ styles:
+ - solid
+ unicode: f5ae
+ voted: false
+penny-arcade:
+ changes:
+ - 5.4.0
+ label: Penny Arcade
+ search:
+ terms:
+ - Dungeons & Dragons
+ - d&d
+ - dnd
+ - fantasy
+ - game
+ - gaming
+ - pax
+ - tabletop
+ styles:
+ - brands
+ unicode: f704
+ voted: false
+people-arrows:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: People Arrows
+ search:
+ terms:
+ - covid-19
+ - personal space
+ - social distance
+ - space
+ - spread
+ - users
+ styles:
+ - solid
+ unicode: e068
+ voted: false
+people-carry:
+ changes:
+ - 5.0.9
+ label: People Carry
+ search:
+ terms:
+ - box
+ - carry
+ - fragile
+ - help
+ - movers
+ - package
+ styles:
+ - solid
+ unicode: f4ce
+ voted: false
+pepper-hot:
+ changes:
+ - 5.7.0
+ label: Hot Pepper
+ search:
+ terms:
+ - buffalo wings
+ - capsicum
+ - chili
+ - chilli
+ - habanero
+ - jalapeno
+ - mexican
+ - spicy
+ - tabasco
+ - vegetable
+ styles:
+ - solid
+ unicode: f816
+ voted: true
+perbyte:
+ changes:
+ - 5.15.0
+ label: PerByte
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e083
+ voted: false
+percent:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Percent
+ search:
+ terms:
+ - discount
+ - fraction
+ - proportion
+ - rate
+ - ratio
+ styles:
+ - solid
+ unicode: f295
+ voted: false
+percentage:
+ changes:
+ - 5.0.13
+ label: Percentage
+ search:
+ terms:
+ - discount
+ - fraction
+ - proportion
+ - rate
+ - ratio
+ styles:
+ - solid
+ unicode: f541
+ voted: true
+periscope:
+ changes:
+ - 5.0.0
+ label: Periscope
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3da
+ voted: false
+person-booth:
+ changes:
+ - 5.5.0
+ label: Person Entering Booth
+ search:
+ terms:
+ - changing
+ - changing room
+ - election
+ - human
+ - person
+ - vote
+ - voting
+ styles:
+ - solid
+ unicode: f756
+ voted: false
+phabricator:
+ changes:
+ - 5.0.0
+ label: Phabricator
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3db
+ voted: false
+phoenix-framework:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Phoenix Framework
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3dc
+ voted: false
+phoenix-squadron:
+ changes:
+ - 5.0.12
+ - 5.8.0
+ label: Phoenix Squadron
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f511
+ voted: false
+phone:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Phone
+ search:
+ terms:
+ - call
+ - earphone
+ - number
+ - support
+ - telephone
+ - voice
+ styles:
+ - solid
+ unicode: f095
+ voted: false
+phone-alt:
+ changes:
+ - 5.9.0
+ - 5.10.1
+ - 5.10.2
+ label: Alternate Phone
+ search:
+ terms:
+ - call
+ - earphone
+ - number
+ - support
+ - telephone
+ - voice
+ styles:
+ - solid
+ unicode: f879
+ voted: false
+phone-slash:
+ changes:
+ - 5.0.0
+ - 5.0.9
+ label: Phone Slash
+ search:
+ terms:
+ - call
+ - cancel
+ - earphone
+ - mute
+ - number
+ - support
+ - telephone
+ - voice
+ styles:
+ - solid
+ unicode: f3dd
+ voted: false
+phone-square:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Phone Square
+ search:
+ terms:
+ - call
+ - earphone
+ - number
+ - support
+ - telephone
+ - voice
+ styles:
+ - solid
+ unicode: f098
+ voted: false
+phone-square-alt:
+ changes:
+ - 5.9.0
+ - 5.10.1
+ label: Alternate Phone Square
+ search:
+ terms:
+ - call
+ - earphone
+ - number
+ - support
+ - telephone
+ - voice
+ styles:
+ - solid
+ unicode: f87b
+ voted: false
+phone-volume:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.0.3
+ - 5.7.0
+ label: Phone Volume
+ search:
+ terms:
+ - call
+ - earphone
+ - number
+ - sound
+ - support
+ - telephone
+ - voice
+ - volume-control-phone
+ styles:
+ - solid
+ unicode: f2a0
+ voted: false
+photo-video:
+ changes:
+ - 5.9.0
+ label: Photo Video
+ search:
+ terms:
+ - av
+ - film
+ - image
+ - library
+ - media
+ styles:
+ - solid
+ unicode: f87c
+ voted: false
+php:
+ changes:
+ - 5.0.5
+ label: PHP
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f457
+ voted: true
+pied-piper:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.0.10
+ - 5.12.0
+ label: Pied Piper Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2ae
+ voted: false
+pied-piper-alt:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.7.0
+ label: Alternate Pied Piper Logo (Old)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a8
+ voted: false
+pied-piper-hat:
+ changes:
+ - 5.0.10
+ label: Pied Piper Hat (Old)
+ search:
+ terms:
+ - clothing
+ styles:
+ - brands
+ unicode: f4e5
+ voted: false
+pied-piper-pp:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Pied Piper PP Logo (Old)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a7
+ voted: false
+pied-piper-square:
+ changes:
+ - 5.12.0
+ - 5.14.0
+ label: Pied Piper Square Logo (Old)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e01e
+ voted: false
+piggy-bank:
+ changes:
+ - 5.0.9
+ - 5.10.2
+ label: Piggy Bank
+ search:
+ terms:
+ - bank
+ - save
+ - savings
+ styles:
+ - solid
+ unicode: f4d3
+ voted: false
+pills:
+ changes:
+ - 5.0.7
+ label: Pills
+ search:
+ terms:
+ - drugs
+ - medicine
+ - prescription
+ - tablets
+ styles:
+ - solid
+ unicode: f484
+ voted: false
+pinterest:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Pinterest
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f0d2
+ voted: false
+pinterest-p:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Pinterest P
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f231
+ voted: false
+pinterest-square:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Pinterest Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f0d3
+ voted: false
+pizza-slice:
+ changes:
+ - 5.7.0
+ label: Pizza Slice
+ search:
+ terms:
+ - cheese
+ - chicago
+ - italian
+ - mozzarella
+ - new york
+ - pepperoni
+ - pie
+ - slice
+ - teenage mutant ninja turtles
+ - tomato
+ styles:
+ - solid
+ unicode: f818
+ voted: true
+place-of-worship:
+ changes:
+ - 5.3.0
+ label: Place of Worship
+ search:
+ terms:
+ - building
+ - church
+ - holy
+ - mosque
+ - synagogue
+ styles:
+ - solid
+ unicode: f67f
+ voted: false
+plane:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.13
+ label: plane
+ search:
+ terms:
+ - airplane
+ - destination
+ - fly
+ - location
+ - mode
+ - travel
+ - trip
+ styles:
+ - solid
+ unicode: f072
+ voted: false
+plane-arrival:
+ changes:
+ - 5.1.0
+ label: Plane Arrival
+ search:
+ terms:
+ - airplane
+ - arriving
+ - destination
+ - fly
+ - land
+ - landing
+ - location
+ - mode
+ - travel
+ - trip
+ styles:
+ - solid
+ unicode: f5af
+ voted: false
+plane-departure:
+ changes:
+ - 5.1.0
+ - 5.8.0
+ label: Plane Departure
+ search:
+ terms:
+ - airplane
+ - departing
+ - destination
+ - fly
+ - location
+ - mode
+ - take off
+ - taking off
+ - travel
+ - trip
+ styles:
+ - solid
+ unicode: f5b0
+ voted: false
+plane-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Plane Slash
+ search:
+ terms:
+ - airplane mode
+ - canceled
+ - covid-19
+ - delayed
+ - grounded
+ - travel
+ styles:
+ - solid
+ unicode: e069
+ voted: false
+play:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ label: play
+ search:
+ terms:
+ - audio
+ - music
+ - playing
+ - sound
+ - start
+ - video
+ styles:
+ - solid
+ unicode: f04b
+ voted: false
+play-circle:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.10.2
+ label: Play Circle
+ search:
+ terms:
+ - audio
+ - music
+ - playing
+ - sound
+ - start
+ - video
+ styles:
+ - solid
+ - regular
+ unicode: f144
+ voted: false
+playstation:
+ changes:
+ - 5.0.0
+ label: PlayStation
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3df
+ voted: false
+plug:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.12.0
+ label: Plug
+ search:
+ terms:
+ - connect
+ - electric
+ - online
+ - power
+ styles:
+ - solid
+ unicode: f1e6
+ voted: false
+plus:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.13
+ label: plus
+ search:
+ terms:
+ - add
+ - create
+ - expand
+ - new
+ - positive
+ - shape
+ styles:
+ - solid
+ unicode: f067
+ voted: false
+plus-circle:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Plus Circle
+ search:
+ terms:
+ - add
+ - create
+ - expand
+ - new
+ - positive
+ - shape
+ styles:
+ - solid
+ unicode: f055
+ voted: false
+plus-square:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Plus Square
+ search:
+ terms:
+ - add
+ - create
+ - expand
+ - new
+ - positive
+ - shape
+ styles:
+ - solid
+ - regular
+ unicode: f0fe
+ voted: false
+podcast:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Podcast
+ search:
+ terms:
+ - audio
+ - broadcast
+ - music
+ - sound
+ styles:
+ - solid
+ unicode: f2ce
+ voted: false
+poll:
+ changes:
+ - 5.3.0
+ - 5.10.1
+ label: Poll
+ search:
+ terms:
+ - results
+ - survey
+ - trend
+ - vote
+ - voting
+ styles:
+ - solid
+ unicode: f681
+ voted: false
+poll-h:
+ changes:
+ - 5.3.0
+ - 5.10.1
+ label: Poll H
+ search:
+ terms:
+ - results
+ - survey
+ - trend
+ - vote
+ - voting
+ styles:
+ - solid
+ unicode: f682
+ voted: false
+poo:
+ changes:
+ - 5.0.0
+ - 5.0.9
+ label: Poo
+ search:
+ terms:
+ - crap
+ - poop
+ - shit
+ - smile
+ - turd
+ styles:
+ - solid
+ unicode: f2fe
+ voted: false
+poo-storm:
+ changes:
+ - 5.5.0
+ label: Poo Storm
+ search:
+ terms:
+ - bolt
+ - cloud
+ - euphemism
+ - lightning
+ - mess
+ - poop
+ - shit
+ - turd
+ styles:
+ - solid
+ unicode: f75a
+ voted: false
+poop:
+ changes:
+ - 5.2.0
+ label: Poop
+ search:
+ terms:
+ - crap
+ - poop
+ - shit
+ - smile
+ - turd
+ styles:
+ - solid
+ unicode: f619
+ voted: false
+portrait:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Portrait
+ search:
+ terms:
+ - id
+ - image
+ - photo
+ - picture
+ - selfie
+ styles:
+ - solid
+ unicode: f3e0
+ voted: false
+pound-sign:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Pound Sign
+ search:
+ terms:
+ - currency
+ - gbp
+ - money
+ styles:
+ - solid
+ unicode: f154
+ voted: false
+power-off:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Power Off
+ search:
+ terms:
+ - cancel
+ - computer
+ - 'on'
+ - reboot
+ - restart
+ styles:
+ - solid
+ unicode: f011
+ voted: false
+pray:
+ changes:
+ - 5.3.0
+ label: Pray
+ search:
+ terms:
+ - kneel
+ - preach
+ - religion
+ - worship
+ styles:
+ - solid
+ unicode: f683
+ voted: false
+praying-hands:
+ changes:
+ - 5.3.0
+ label: Praying Hands
+ search:
+ terms:
+ - kneel
+ - preach
+ - religion
+ - worship
+ styles:
+ - solid
+ unicode: f684
+ voted: false
+prescription:
+ changes:
+ - 5.1.0
+ label: Prescription
+ search:
+ terms:
+ - drugs
+ - medical
+ - medicine
+ - pharmacy
+ - rx
+ styles:
+ - solid
+ unicode: f5b1
+ voted: false
+prescription-bottle:
+ changes:
+ - 5.0.7
+ label: Prescription Bottle
+ search:
+ terms:
+ - drugs
+ - medical
+ - medicine
+ - pharmacy
+ - rx
+ styles:
+ - solid
+ unicode: f485
+ voted: false
+prescription-bottle-alt:
+ changes:
+ - 5.0.7
+ label: Alternate Prescription Bottle
+ search:
+ terms:
+ - drugs
+ - medical
+ - medicine
+ - pharmacy
+ - rx
+ styles:
+ - solid
+ unicode: f486
+ voted: false
+print:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.3.0
+ - 5.11.0
+ label: print
+ search:
+ terms:
+ - business
+ - copy
+ - document
+ - office
+ - paper
+ styles:
+ - solid
+ unicode: f02f
+ voted: false
+procedures:
+ changes:
+ - 5.0.7
+ label: Procedures
+ search:
+ terms:
+ - EKG
+ - bed
+ - electrocardiogram
+ - health
+ - hospital
+ - life
+ - patient
+ - vital
+ styles:
+ - solid
+ unicode: f487
+ voted: false
+product-hunt:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Product Hunt
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f288
+ voted: false
+project-diagram:
+ changes:
+ - 5.0.13
+ label: Project Diagram
+ search:
+ terms:
+ - chart
+ - graph
+ - network
+ - pert
+ styles:
+ - solid
+ unicode: f542
+ voted: false
+pump-medical:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Pump Medical
+ search:
+ terms:
+ - anti-bacterial
+ - clean
+ - covid-19
+ - disinfect
+ - hygiene
+ - medical grade
+ - sanitizer
+ - soap
+ styles:
+ - solid
+ unicode: e06a
+ voted: false
+pump-soap:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Pump Soap
+ search:
+ terms:
+ - anti-bacterial
+ - clean
+ - covid-19
+ - disinfect
+ - hygiene
+ - sanitizer
+ - soap
+ styles:
+ - solid
+ unicode: e06b
+ voted: false
+pushed:
+ changes:
+ - 5.0.0
+ label: Pushed
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3e1
+ voted: false
+puzzle-piece:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Puzzle Piece
+ search:
+ terms:
+ - add-on
+ - addon
+ - game
+ - section
+ styles:
+ - solid
+ unicode: f12e
+ voted: false
+python:
+ changes:
+ - 5.0.0
+ label: Python
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3e2
+ voted: false
+qq:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: QQ
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1d6
+ voted: false
+qrcode:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.1
+ label: qrcode
+ search:
+ terms:
+ - barcode
+ - info
+ - information
+ - scan
+ styles:
+ - solid
+ unicode: f029
+ voted: false
+question:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Question
+ search:
+ terms:
+ - help
+ - information
+ - support
+ - unknown
+ styles:
+ - solid
+ unicode: f128
+ voted: false
+question-circle:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Question Circle
+ search:
+ terms:
+ - help
+ - information
+ - support
+ - unknown
+ styles:
+ - solid
+ - regular
+ unicode: f059
+ voted: false
+quidditch:
+ changes:
+ - 5.0.5
+ label: Quidditch
+ search:
+ terms:
+ - ball
+ - bludger
+ - broom
+ - golden snitch
+ - harry potter
+ - hogwarts
+ - quaffle
+ - sport
+ - wizard
+ styles:
+ - solid
+ unicode: f458
+ voted: false
+quinscape:
+ changes:
+ - 5.0.5
+ - 5.7.0
+ - 5.8.0
+ label: QuinScape
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f459
+ voted: false
+quora:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Quora
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2c4
+ voted: false
+quote-left:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.0.9
+ label: quote-left
+ search:
+ terms:
+ - mention
+ - note
+ - phrase
+ - text
+ - type
+ styles:
+ - solid
+ unicode: f10d
+ voted: false
+quote-right:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.0.9
+ label: quote-right
+ search:
+ terms:
+ - mention
+ - note
+ - phrase
+ - text
+ - type
+ styles:
+ - solid
+ unicode: f10e
+ voted: false
+quran:
+ changes:
+ - 5.3.0
+ label: Quran
+ search:
+ terms:
+ - book
+ - islam
+ - muslim
+ - religion
+ styles:
+ - solid
+ unicode: f687
+ voted: false
+r-project:
+ changes:
+ - 5.0.11
+ - 5.0.12
+ label: R Project
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f7
+ voted: true
+radiation:
+ changes:
+ - 5.6.0
+ - 5.8.2
+ - 5.11.0
+ - 5.11.1
+ label: Radiation
+ search:
+ terms:
+ - danger
+ - dangerous
+ - deadly
+ - hazard
+ - nuclear
+ - radioactive
+ - warning
+ styles:
+ - solid
+ unicode: f7b9
+ voted: true
+radiation-alt:
+ changes:
+ - 5.6.0
+ - 5.8.2
+ - 5.11.0
+ - 5.11.1
+ label: Alternate Radiation
+ search:
+ terms:
+ - danger
+ - dangerous
+ - deadly
+ - hazard
+ - nuclear
+ - radioactive
+ - warning
+ styles:
+ - solid
+ unicode: f7ba
+ voted: true
+rainbow:
+ changes:
+ - 5.5.0
+ - 5.10.1
+ label: Rainbow
+ search:
+ terms:
+ - gold
+ - leprechaun
+ - prism
+ - rain
+ - sky
+ styles:
+ - solid
+ unicode: f75b
+ voted: false
+random:
+ changes:
+ - '1'
+ - 5.0.0
+ label: random
+ search:
+ terms:
+ - arrows
+ - shuffle
+ - sort
+ - swap
+ - switch
+ - transfer
+ styles:
+ - solid
+ unicode: f074
+ voted: false
+raspberry-pi:
+ changes:
+ - 5.6.0
+ label: Raspberry Pi
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f7bb
+ voted: true
+ravelry:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.15.1
+ label: Ravelry
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2d9
+ voted: false
+react:
+ changes:
+ - 5.0.0
+ label: React
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f41b
+ voted: false
+reacteurope:
+ changes:
+ - 5.5.0
+ - 5.8.0
+ label: ReactEurope
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f75d
+ voted: false
+readme:
+ changes:
+ - 5.0.9
+ - 5.0.10
+ label: ReadMe
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4d5
+ voted: false
+rebel:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Rebel Alliance
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1d0
+ voted: false
+receipt:
+ changes:
+ - 5.0.13
+ label: Receipt
+ search:
+ terms:
+ - check
+ - invoice
+ - money
+ - pay
+ - table
+ styles:
+ - solid
+ unicode: f543
+ voted: true
+record-vinyl:
+ changes:
+ - 5.11.0
+ label: Record Vinyl
+ search:
+ terms:
+ - LP
+ - album
+ - analog
+ - music
+ - phonograph
+ - sound
+ styles:
+ - solid
+ unicode: f8d9
+ voted: false
+recycle:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Recycle
+ search:
+ terms:
+ - Waste
+ - compost
+ - garbage
+ - reuse
+ - trash
+ styles:
+ - solid
+ unicode: f1b8
+ voted: false
+red-river:
+ changes:
+ - 5.0.0
+ label: red river
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3e3
+ voted: false
+reddit:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: reddit Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a1
+ voted: false
+reddit-alien:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: reddit Alien
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f281
+ voted: false
+reddit-square:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: reddit Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a2
+ voted: false
+redhat:
+ changes:
+ - 5.6.0
+ - 5.8.2
+ label: Redhat
+ search:
+ terms:
+ - linux
+ - operating system
+ - os
+ styles:
+ - brands
+ unicode: f7bc
+ voted: true
+redo:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.8.0
+ label: Redo
+ search:
+ terms:
+ - forward
+ - refresh
+ - reload
+ - repeat
+ styles:
+ - solid
+ unicode: f01e
+ voted: false
+redo-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Redo
+ search:
+ terms:
+ - forward
+ - refresh
+ - reload
+ - repeat
+ styles:
+ - solid
+ unicode: f2f9
+ voted: false
+registered:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.1
+ label: Registered Trademark
+ search:
+ terms:
+ - copyright
+ - mark
+ - trademark
+ styles:
+ - solid
+ - regular
+ unicode: f25d
+ voted: false
+remove-format:
+ changes:
+ - 5.9.0
+ label: Remove Format
+ search:
+ terms:
+ - cancel
+ - font
+ - format
+ - remove
+ - style
+ - text
+ styles:
+ - solid
+ unicode: f87d
+ voted: false
+renren:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Renren
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f18b
+ voted: false
+reply:
+ changes:
+ - '3'
+ - 5.0.0
+ label: Reply
+ search:
+ terms:
+ - mail
+ - message
+ - respond
+ styles:
+ - solid
+ unicode: f3e5
+ voted: false
+reply-all:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: reply-all
+ search:
+ terms:
+ - mail
+ - message
+ - respond
+ styles:
+ - solid
+ unicode: f122
+ voted: false
+replyd:
+ changes:
+ - 5.0.0
+ label: replyd
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3e6
+ voted: false
+republican:
+ changes:
+ - 5.5.0
+ label: Republican
+ search:
+ terms:
+ - american
+ - conservative
+ - election
+ - elephant
+ - politics
+ - republican party
+ - right
+ - right-wing
+ - usa
+ styles:
+ - solid
+ unicode: f75e
+ voted: false
+researchgate:
+ changes:
+ - 5.0.11
+ label: Researchgate
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f8
+ voted: true
+resolving:
+ changes:
+ - 5.0.0
+ label: Resolving
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3e7
+ voted: false
+restroom:
+ changes:
+ - 5.6.0
+ label: Restroom
+ search:
+ terms:
+ - bathroom
+ - john
+ - loo
+ - potty
+ - washroom
+ - waste
+ - wc
+ styles:
+ - solid
+ unicode: f7bd
+ voted: true
+retweet:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Retweet
+ search:
+ terms:
+ - refresh
+ - reload
+ - share
+ - swap
+ styles:
+ - solid
+ unicode: f079
+ voted: false
+rev:
+ changes:
+ - 5.1.0
+ - 5.1.1
+ - 5.8.0
+ label: Rev.io
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5b2
+ voted: false
+ribbon:
+ changes:
+ - 5.0.9
+ label: Ribbon
+ search:
+ terms:
+ - badge
+ - cause
+ - lapel
+ - pin
+ styles:
+ - solid
+ unicode: f4d6
+ voted: false
+ring:
+ changes:
+ - 5.4.0
+ label: Ring
+ search:
+ terms:
+ - Dungeons & Dragons
+ - Gollum
+ - band
+ - binding
+ - d&d
+ - dnd
+ - engagement
+ - fantasy
+ - gold
+ - jewelry
+ - marriage
+ - precious
+ styles:
+ - solid
+ unicode: f70b
+ voted: false
+road:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.2.0
+ label: road
+ search:
+ terms:
+ - highway
+ - map
+ - pavement
+ - route
+ - street
+ - travel
+ styles:
+ - solid
+ unicode: f018
+ voted: false
+robot:
+ changes:
+ - 5.0.13
+ - 5.12.0
+ label: Robot
+ search:
+ terms:
+ - android
+ - automate
+ - computer
+ - cyborg
+ styles:
+ - solid
+ unicode: f544
+ voted: true
+rocket:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.7.0
+ - 5.12.0
+ label: rocket
+ search:
+ terms:
+ - aircraft
+ - app
+ - jet
+ - launch
+ - nasa
+ - space
+ styles:
+ - solid
+ unicode: f135
+ voted: false
+rocketchat:
+ changes:
+ - 5.0.0
+ - 5.4.2
+ - 5.8.0
+ - 5.15.0
+ label: Rocket.Chat
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3e8
+ voted: false
+rockrms:
+ changes:
+ - 5.0.0
+ label: Rockrms
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3e9
+ voted: false
+route:
+ changes:
+ - 5.0.9
+ - 5.2.0
+ label: Route
+ search:
+ terms:
+ - directions
+ - navigation
+ - travel
+ styles:
+ - solid
+ unicode: f4d7
+ voted: false
+rss:
+ changes:
+ - '2'
+ - 5.0.0
+ label: rss
+ search:
+ terms:
+ - blog
+ - feed
+ - journal
+ - news
+ - writing
+ styles:
+ - solid
+ unicode: f09e
+ voted: false
+rss-square:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: RSS Square
+ search:
+ terms:
+ - blog
+ - feed
+ - journal
+ - news
+ - writing
+ styles:
+ - solid
+ unicode: f143
+ voted: false
+ruble-sign:
+ changes:
+ - '4'
+ - 5.0.0
+ label: Ruble Sign
+ search:
+ terms:
+ - currency
+ - money
+ - rub
+ styles:
+ - solid
+ unicode: f158
+ voted: false
+ruler:
+ changes:
+ - 5.0.13
+ label: Ruler
+ search:
+ terms:
+ - design
+ - draft
+ - length
+ - measure
+ - planning
+ styles:
+ - solid
+ unicode: f545
+ voted: true
+ruler-combined:
+ changes:
+ - 5.0.13
+ label: Ruler Combined
+ search:
+ terms:
+ - design
+ - draft
+ - length
+ - measure
+ - planning
+ styles:
+ - solid
+ unicode: f546
+ voted: true
+ruler-horizontal:
+ changes:
+ - 5.0.13
+ label: Ruler Horizontal
+ search:
+ terms:
+ - design
+ - draft
+ - length
+ - measure
+ - planning
+ styles:
+ - solid
+ unicode: f547
+ voted: true
+ruler-vertical:
+ changes:
+ - 5.0.13
+ label: Ruler Vertical
+ search:
+ terms:
+ - design
+ - draft
+ - length
+ - measure
+ - planning
+ styles:
+ - solid
+ unicode: f548
+ voted: true
+running:
+ changes:
+ - 5.4.0
+ - 5.11.0
+ label: Running
+ search:
+ terms:
+ - exercise
+ - health
+ - jog
+ - person
+ - run
+ - sport
+ - sprint
+ styles:
+ - solid
+ unicode: f70c
+ voted: true
+rupee-sign:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Indian Rupee Sign
+ search:
+ terms:
+ - currency
+ - indian
+ - inr
+ - money
+ styles:
+ - solid
+ unicode: f156
+ voted: false
+rust:
+ changes:
+ - 5.13.1
+ - 5.14.0
+ label: Rust
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e07a
+ voted: true
+sad-cry:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Crying Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - tear
+ - tears
+ styles:
+ - solid
+ - regular
+ unicode: f5b3
+ voted: false
+sad-tear:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Loudly Crying Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - tear
+ - tears
+ styles:
+ - solid
+ - regular
+ unicode: f5b4
+ voted: false
+safari:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.12.0
+ label: Safari
+ search:
+ terms:
+ - browser
+ styles:
+ - brands
+ unicode: f267
+ voted: false
+salesforce:
+ changes:
+ - 5.8.0
+ label: Salesforce
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f83b
+sass:
+ changes:
+ - 5.0.0
+ - 5.8.0
+ label: Sass
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f41e
+ voted: false
+satellite:
+ changes:
+ - 5.6.0
+ - 5.10.1
+ - 5.12.0
+ label: Satellite
+ search:
+ terms:
+ - communications
+ - hardware
+ - orbit
+ - space
+ styles:
+ - solid
+ unicode: f7bf
+ voted: true
+satellite-dish:
+ changes:
+ - 5.6.0
+ - 5.12.0
+ label: Satellite Dish
+ search:
+ terms:
+ - SETI
+ - communications
+ - hardware
+ - receiver
+ - saucer
+ - signal
+ - space
+ styles:
+ - solid
+ unicode: f7c0
+ voted: true
+save:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.2
+ label: Save
+ search:
+ terms:
+ - disk
+ - download
+ - floppy
+ - floppy-o
+ styles:
+ - solid
+ - regular
+ unicode: f0c7
+ voted: false
+schlix:
+ changes:
+ - 5.0.0
+ label: SCHLIX
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ea
+ voted: false
+school:
+ changes:
+ - 5.0.13
+ label: School
+ search:
+ terms:
+ - building
+ - education
+ - learn
+ - student
+ - teacher
+ styles:
+ - solid
+ unicode: f549
+ voted: true
+screwdriver:
+ changes:
+ - 5.0.13
+ label: Screwdriver
+ search:
+ terms:
+ - admin
+ - fix
+ - mechanic
+ - repair
+ - settings
+ - tool
+ styles:
+ - solid
+ unicode: f54a
+ voted: true
+scribd:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Scribd
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f28a
+ voted: false
+scroll:
+ changes:
+ - 5.4.0
+ - 5.10.2
+ label: Scroll
+ search:
+ terms:
+ - Dungeons & Dragons
+ - announcement
+ - d&d
+ - dnd
+ - fantasy
+ - paper
+ - script
+ styles:
+ - solid
+ unicode: f70e
+ voted: false
+sd-card:
+ changes:
+ - 5.6.0
+ label: Sd Card
+ search:
+ terms:
+ - image
+ - memory
+ - photo
+ - save
+ styles:
+ - solid
+ unicode: f7c2
+ voted: true
+search:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Search
+ search:
+ terms:
+ - bigger
+ - enlarge
+ - find
+ - magnify
+ - preview
+ - zoom
+ styles:
+ - solid
+ unicode: f002
+ voted: false
+search-dollar:
+ changes:
+ - 5.3.0
+ label: Search Dollar
+ search:
+ terms:
+ - bigger
+ - enlarge
+ - find
+ - magnify
+ - money
+ - preview
+ - zoom
+ styles:
+ - solid
+ unicode: f688
+ voted: false
+search-location:
+ changes:
+ - 5.3.0
+ label: Search Location
+ search:
+ terms:
+ - bigger
+ - enlarge
+ - find
+ - magnify
+ - preview
+ - zoom
+ styles:
+ - solid
+ unicode: f689
+ voted: false
+search-minus:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.13
+ label: Search Minus
+ search:
+ terms:
+ - minify
+ - negative
+ - smaller
+ - zoom
+ - zoom out
+ styles:
+ - solid
+ unicode: f010
+ voted: false
+search-plus:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Search Plus
+ search:
+ terms:
+ - bigger
+ - enlarge
+ - magnify
+ - positive
+ - zoom
+ - zoom in
+ styles:
+ - solid
+ unicode: f00e
+ voted: false
+searchengin:
+ changes:
+ - 5.0.0
+ label: Searchengin
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3eb
+ voted: false
+seedling:
+ changes:
+ - 5.0.9
+ label: Seedling
+ search:
+ terms:
+ - flora
+ - grow
+ - plant
+ - vegan
+ styles:
+ - solid
+ unicode: f4d8
+ voted: false
+sellcast:
+ changes:
+ - 5.0.0
+ label: Sellcast
+ search:
+ terms:
+ - eercast
+ styles:
+ - brands
+ unicode: f2da
+ voted: false
+sellsy:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Sellsy
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f213
+ voted: false
+server:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Server
+ search:
+ terms:
+ - computer
+ - cpu
+ - database
+ - hardware
+ - network
+ styles:
+ - solid
+ unicode: f233
+ voted: false
+servicestack:
+ changes:
+ - 5.0.0
+ label: Servicestack
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ec
+ voted: false
+shapes:
+ changes:
+ - 5.2.0
+ - 5.12.0
+ label: Shapes
+ search:
+ terms:
+ - blocks
+ - build
+ - circle
+ - square
+ - triangle
+ styles:
+ - solid
+ unicode: f61f
+ voted: false
+share:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Share
+ search:
+ terms:
+ - forward
+ - save
+ - send
+ - social
+ styles:
+ - solid
+ unicode: f064
+ voted: false
+share-alt:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Alternate Share
+ search:
+ terms:
+ - forward
+ - save
+ - send
+ - social
+ styles:
+ - solid
+ unicode: f1e0
+ voted: false
+share-alt-square:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Alternate Share Square
+ search:
+ terms:
+ - forward
+ - save
+ - send
+ - social
+ styles:
+ - solid
+ unicode: f1e1
+ voted: false
+share-square:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Share Square
+ search:
+ terms:
+ - forward
+ - save
+ - send
+ - social
+ styles:
+ - solid
+ - regular
+ unicode: f14d
+ voted: false
+shekel-sign:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Shekel Sign
+ search:
+ terms:
+ - currency
+ - ils
+ - money
+ styles:
+ - solid
+ unicode: f20b
+ voted: true
+shield-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Shield
+ search:
+ terms:
+ - achievement
+ - award
+ - block
+ - defend
+ - security
+ - winner
+ styles:
+ - solid
+ unicode: f3ed
+ voted: false
+shield-virus:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Shield Virus
+ search:
+ terms:
+ - antibodies
+ - barrier
+ - covid-19
+ - health
+ - protect
+ styles:
+ - solid
+ unicode: e06c
+ voted: false
+ship:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.10.2
+ - 5.11.0
+ - 5.11.1
+ label: Ship
+ search:
+ terms:
+ - boat
+ - sea
+ - water
+ styles:
+ - solid
+ unicode: f21a
+ voted: false
+shipping-fast:
+ changes:
+ - 5.0.7
+ label: Shipping Fast
+ search:
+ terms:
+ - express
+ - fedex
+ - mail
+ - overnight
+ - package
+ - ups
+ styles:
+ - solid
+ unicode: f48b
+ voted: false
+shirtsinbulk:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.7.0
+ label: Shirts in Bulk
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f214
+ voted: false
+shoe-prints:
+ changes:
+ - 5.0.13
+ label: Shoe Prints
+ search:
+ terms:
+ - feet
+ - footprints
+ - steps
+ - walk
+ styles:
+ - solid
+ unicode: f54b
+ voted: true
+shopify:
+ changes:
+ - 5.12.1
+ - 5.14.0
+ label: Shopify
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e057
+ voted: false
+shopping-bag:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Shopping Bag
+ search:
+ terms:
+ - buy
+ - checkout
+ - grocery
+ - payment
+ - purchase
+ styles:
+ - solid
+ unicode: f290
+ voted: false
+shopping-basket:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Shopping Basket
+ search:
+ terms:
+ - buy
+ - checkout
+ - grocery
+ - payment
+ - purchase
+ styles:
+ - solid
+ unicode: f291
+ voted: false
+shopping-cart:
+ changes:
+ - '1'
+ - 5.0.0
+ label: shopping-cart
+ search:
+ terms:
+ - buy
+ - checkout
+ - grocery
+ - payment
+ - purchase
+ styles:
+ - solid
+ unicode: f07a
+ voted: false
+shopware:
+ changes:
+ - 5.1.0
+ - 5.8.0
+ label: Shopware
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5b5
+ voted: false
+shower:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.12.0
+ label: Shower
+ search:
+ terms:
+ - bath
+ - clean
+ - faucet
+ - water
+ styles:
+ - solid
+ unicode: f2cc
+ voted: false
+shuttle-van:
+ changes:
+ - 5.1.0
+ label: Shuttle Van
+ search:
+ terms:
+ - airport
+ - machine
+ - public-transportation
+ - transportation
+ - travel
+ - vehicle
+ styles:
+ - solid
+ unicode: f5b6
+ voted: false
+sign:
+ changes:
+ - 5.0.9
+ label: Sign
+ search:
+ terms:
+ - directions
+ - real estate
+ - signage
+ - wayfinding
+ styles:
+ - solid
+ unicode: f4d9
+ voted: false
+sign-in-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Sign In
+ search:
+ terms:
+ - arrow
+ - enter
+ - join
+ - log in
+ - login
+ - sign in
+ - sign up
+ - sign-in
+ - signin
+ - signup
+ styles:
+ - solid
+ unicode: f2f6
+ voted: false
+sign-language:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.10.2
+ label: Sign Language
+ search:
+ terms:
+ - Translate
+ - asl
+ - deaf
+ - hands
+ styles:
+ - solid
+ unicode: f2a7
+ voted: false
+sign-out-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Sign Out
+ search:
+ terms:
+ - arrow
+ - exit
+ - leave
+ - log out
+ - logout
+ - sign-out
+ styles:
+ - solid
+ unicode: f2f5
+ voted: false
+signal:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.3.0
+ - 5.10.1
+ label: signal
+ search:
+ terms:
+ - bars
+ - graph
+ - online
+ - reception
+ - status
+ styles:
+ - solid
+ unicode: f012
+ voted: false
+signature:
+ changes:
+ - 5.1.0
+ - 5.6.0
+ label: Signature
+ search:
+ terms:
+ - John Hancock
+ - cursive
+ - name
+ - writing
+ styles:
+ - solid
+ unicode: f5b7
+ voted: true
+sim-card:
+ changes:
+ - 5.6.0
+ - 5.8.2
+ - 5.10.2
+ label: SIM Card
+ search:
+ terms:
+ - hard drive
+ - hardware
+ - portable
+ - storage
+ - technology
+ - tiny
+ styles:
+ - solid
+ unicode: f7c4
+ voted: true
+simplybuilt:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: SimplyBuilt
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f215
+ voted: false
+sink:
+ changes:
+ - 5.13.0
+ - 5.13.1
+ - 5.14.0
+ label: Sink
+ search:
+ terms:
+ - bathroom
+ - covid-19
+ - faucet
+ - kitchen
+ - wash
+ styles:
+ - solid
+ unicode: e06d
+ voted: false
+sistrix:
+ changes:
+ - 5.0.0
+ label: SISTRIX
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3ee
+ voted: false
+sitemap:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.0.13
+ label: Sitemap
+ search:
+ terms:
+ - directory
+ - hierarchy
+ - ia
+ - information architecture
+ - organization
+ styles:
+ - solid
+ unicode: f0e8
+ voted: false
+sith:
+ changes:
+ - 5.0.12
+ label: Sith
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f512
+ voted: false
+skating:
+ changes:
+ - 5.6.0
+ label: Skating
+ search:
+ terms:
+ - activity
+ - figure skating
+ - fitness
+ - ice
+ - person
+ - winter
+ styles:
+ - solid
+ unicode: f7c5
+sketch:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: Sketch
+ search:
+ terms:
+ - app
+ - design
+ - interface
+ styles:
+ - brands
+ unicode: f7c6
+ voted: false
+skiing:
+ changes:
+ - 5.6.0
+ label: Skiing
+ search:
+ terms:
+ - activity
+ - downhill
+ - fast
+ - fitness
+ - olympics
+ - outdoors
+ - person
+ - seasonal
+ - slalom
+ styles:
+ - solid
+ unicode: f7c9
+skiing-nordic:
+ changes:
+ - 5.6.0
+ label: Skiing Nordic
+ search:
+ terms:
+ - activity
+ - cross country
+ - fitness
+ - outdoors
+ - person
+ - seasonal
+ styles:
+ - solid
+ unicode: f7ca
+skull:
+ changes:
+ - 5.0.13
+ - 5.10.2
+ label: Skull
+ search:
+ terms:
+ - bones
+ - skeleton
+ - x-ray
+ - yorick
+ styles:
+ - solid
+ unicode: f54c
+ voted: true
+skull-crossbones:
+ changes:
+ - 5.4.0
+ - 5.10.2
+ label: Skull & Crossbones
+ search:
+ terms:
+ - Dungeons & Dragons
+ - alert
+ - bones
+ - d&d
+ - danger
+ - dead
+ - deadly
+ - death
+ - dnd
+ - fantasy
+ - halloween
+ - holiday
+ - jolly-roger
+ - pirate
+ - poison
+ - skeleton
+ - warning
+ styles:
+ - solid
+ unicode: f714
+ voted: false
+skyatlas:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.0.3
+ label: skyatlas
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f216
+ voted: false
+skype:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Skype
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f17e
+ voted: false
+slack:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.7.0
+ label: Slack Logo
+ search:
+ terms:
+ - anchor
+ - hash
+ - hashtag
+ styles:
+ - brands
+ unicode: f198
+ voted: false
+slack-hash:
+ changes:
+ - 5.0.0
+ label: Slack Hashtag
+ search:
+ terms:
+ - anchor
+ - hash
+ - hashtag
+ styles:
+ - brands
+ unicode: f3ef
+ voted: false
+slash:
+ changes:
+ - 5.4.0
+ label: Slash
+ search:
+ terms:
+ - cancel
+ - close
+ - mute
+ - 'off'
+ - stop
+ - x
+ styles:
+ - solid
+ unicode: f715
+ voted: true
+sleigh:
+ changes:
+ - 5.6.0
+ label: Sleigh
+ search:
+ terms:
+ - christmas
+ - claus
+ - fly
+ - holiday
+ - santa
+ - sled
+ - snow
+ - xmas
+ styles:
+ - solid
+ unicode: f7cc
+sliders-h:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.0.11
+ label: Horizontal Sliders
+ search:
+ terms:
+ - adjust
+ - settings
+ - sliders
+ - toggle
+ styles:
+ - solid
+ unicode: f1de
+ voted: false
+slideshare:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Slideshare
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1e7
+ voted: false
+smile:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.0.9
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Smiling Face
+ search:
+ terms:
+ - approve
+ - emoticon
+ - face
+ - happy
+ - rating
+ - satisfied
+ styles:
+ - solid
+ - regular
+ unicode: f118
+ voted: false
+smile-beam:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Beaming Face With Smiling Eyes
+ search:
+ terms:
+ - emoticon
+ - face
+ - happy
+ - positive
+ styles:
+ - solid
+ - regular
+ unicode: f5b8
+ voted: false
+smile-wink:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Winking Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - happy
+ - hint
+ - joke
+ styles:
+ - solid
+ - regular
+ unicode: f4da
+ voted: false
+smog:
+ changes:
+ - 5.5.0
+ label: Smog
+ search:
+ terms:
+ - dragon
+ - fog
+ - haze
+ - pollution
+ - smoke
+ - weather
+ styles:
+ - solid
+ unicode: f75f
+ voted: false
+smoking:
+ changes:
+ - 5.0.7
+ label: Smoking
+ search:
+ terms:
+ - cancer
+ - cigarette
+ - nicotine
+ - smoking status
+ - tobacco
+ styles:
+ - solid
+ unicode: f48d
+ voted: true
+smoking-ban:
+ changes:
+ - 5.0.13
+ label: Smoking Ban
+ search:
+ terms:
+ - ban
+ - cancel
+ - no smoking
+ - non-smoking
+ styles:
+ - solid
+ unicode: f54d
+ voted: true
+sms:
+ changes:
+ - 5.6.0
+ label: SMS
+ search:
+ terms:
+ - chat
+ - conversation
+ - message
+ - mobile
+ - notification
+ - phone
+ - sms
+ - texting
+ styles:
+ - solid
+ unicode: f7cd
+ voted: true
+snapchat:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Snapchat
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2ab
+ voted: false
+snapchat-ghost:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Snapchat Ghost
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2ac
+ voted: false
+snapchat-square:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Snapchat Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2ad
+ voted: false
+snowboarding:
+ changes:
+ - 5.6.0
+ label: Snowboarding
+ search:
+ terms:
+ - activity
+ - fitness
+ - olympics
+ - outdoors
+ - person
+ styles:
+ - solid
+ unicode: f7ce
+snowflake:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.5.0
+ label: Snowflake
+ search:
+ terms:
+ - precipitation
+ - rain
+ - winter
+ styles:
+ - solid
+ - regular
+ unicode: f2dc
+ voted: false
+snowman:
+ changes:
+ - 5.6.0
+ label: Snowman
+ search:
+ terms:
+ - decoration
+ - frost
+ - frosty
+ - holiday
+ styles:
+ - solid
+ unicode: f7d0
+snowplow:
+ changes:
+ - 5.6.0
+ label: Snowplow
+ search:
+ terms:
+ - clean up
+ - cold
+ - road
+ - storm
+ - winter
+ styles:
+ - solid
+ unicode: f7d2
+soap:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Soap
+ search:
+ terms:
+ - bubbles
+ - clean
+ - covid-19
+ - hygiene
+ - wash
+ styles:
+ - solid
+ unicode: e06e
+ voted: false
+socks:
+ changes:
+ - 5.3.0
+ - 5.10.2
+ label: Socks
+ search:
+ terms:
+ - business socks
+ - business time
+ - clothing
+ - feet
+ - flight of the conchords
+ - wednesday
+ styles:
+ - solid
+ unicode: f696
+ voted: false
+solar-panel:
+ changes:
+ - 5.1.0
+ label: Solar Panel
+ search:
+ terms:
+ - clean
+ - eco-friendly
+ - energy
+ - green
+ - sun
+ styles:
+ - solid
+ unicode: f5ba
+ voted: false
+sort:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.2
+ label: Sort
+ search:
+ terms:
+ - filter
+ - order
+ styles:
+ - solid
+ unicode: f0dc
+ voted: false
+sort-alpha-down:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.9.0
+ label: Sort Alphabetical Down
+ search:
+ terms:
+ - alphabetical
+ - arrange
+ - filter
+ - order
+ - sort-alpha-asc
+ styles:
+ - solid
+ unicode: f15d
+ voted: false
+sort-alpha-down-alt:
+ changes:
+ - 5.9.0
+ label: Alternate Sort Alphabetical Down
+ search:
+ terms:
+ - alphabetical
+ - arrange
+ - filter
+ - order
+ - sort-alpha-asc
+ styles:
+ - solid
+ unicode: f881
+ voted: false
+sort-alpha-up:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.9.0
+ label: Sort Alphabetical Up
+ search:
+ terms:
+ - alphabetical
+ - arrange
+ - filter
+ - order
+ - sort-alpha-desc
+ styles:
+ - solid
+ unicode: f15e
+ voted: false
+sort-alpha-up-alt:
+ changes:
+ - 5.9.0
+ label: Alternate Sort Alphabetical Up
+ search:
+ terms:
+ - alphabetical
+ - arrange
+ - filter
+ - order
+ - sort-alpha-desc
+ styles:
+ - solid
+ unicode: f882
+ voted: false
+sort-amount-down:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.9.0
+ label: Sort Amount Down
+ search:
+ terms:
+ - arrange
+ - filter
+ - number
+ - order
+ - sort-amount-asc
+ styles:
+ - solid
+ unicode: f160
+ voted: false
+sort-amount-down-alt:
+ changes:
+ - 5.9.0
+ label: Alternate Sort Amount Down
+ search:
+ terms:
+ - arrange
+ - filter
+ - order
+ - sort-amount-asc
+ styles:
+ - solid
+ unicode: f884
+ voted: false
+sort-amount-up:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.9.0
+ label: Sort Amount Up
+ search:
+ terms:
+ - arrange
+ - filter
+ - order
+ - sort-amount-desc
+ styles:
+ - solid
+ unicode: f161
+ voted: false
+sort-amount-up-alt:
+ changes:
+ - 5.9.0
+ label: Alternate Sort Amount Up
+ search:
+ terms:
+ - arrange
+ - filter
+ - order
+ - sort-amount-desc
+ styles:
+ - solid
+ unicode: f885
+ voted: false
+sort-down:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Sort Down (Descending)
+ search:
+ terms:
+ - arrow
+ - descending
+ - filter
+ - order
+ - sort-desc
+ styles:
+ - solid
+ unicode: f0dd
+ voted: false
+sort-numeric-down:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.9.0
+ label: Sort Numeric Down
+ search:
+ terms:
+ - arrange
+ - filter
+ - numbers
+ - order
+ - sort-numeric-asc
+ styles:
+ - solid
+ unicode: f162
+ voted: false
+sort-numeric-down-alt:
+ changes:
+ - 5.9.0
+ label: Alternate Sort Numeric Down
+ search:
+ terms:
+ - arrange
+ - filter
+ - numbers
+ - order
+ - sort-numeric-asc
+ styles:
+ - solid
+ unicode: f886
+ voted: false
+sort-numeric-up:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.9.0
+ label: Sort Numeric Up
+ search:
+ terms:
+ - arrange
+ - filter
+ - numbers
+ - order
+ - sort-numeric-desc
+ styles:
+ - solid
+ unicode: f163
+ voted: false
+sort-numeric-up-alt:
+ changes:
+ - 5.9.0
+ label: Alternate Sort Numeric Up
+ search:
+ terms:
+ - arrange
+ - filter
+ - numbers
+ - order
+ - sort-numeric-desc
+ styles:
+ - solid
+ unicode: f887
+ voted: false
+sort-up:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Sort Up (Ascending)
+ search:
+ terms:
+ - arrow
+ - ascending
+ - filter
+ - order
+ - sort-asc
+ styles:
+ - solid
+ unicode: f0de
+ voted: false
+soundcloud:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: SoundCloud
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1be
+ voted: false
+sourcetree:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: Sourcetree
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f7d3
+ voted: true
+spa:
+ changes:
+ - 5.1.0
+ label: Spa
+ search:
+ terms:
+ - flora
+ - massage
+ - mindfulness
+ - plant
+ - wellness
+ styles:
+ - solid
+ unicode: f5bb
+ voted: false
+space-shuttle:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.10.2
+ label: Space Shuttle
+ search:
+ terms:
+ - astronaut
+ - machine
+ - nasa
+ - rocket
+ - space
+ - transportation
+ styles:
+ - solid
+ unicode: f197
+ voted: false
+speakap:
+ changes:
+ - 5.0.0
+ - 5.4.0
+ - 5.8.0
+ label: Speakap
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3f3
+ voted: false
+speaker-deck:
+ changes:
+ - 5.8.0
+ label: Speaker Deck
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f83c
+spell-check:
+ changes:
+ - 5.9.0
+ label: Spell Check
+ search:
+ terms:
+ - dictionary
+ - edit
+ - editor
+ - grammar
+ - text
+ styles:
+ - solid
+ unicode: f891
+ voted: false
+spider:
+ changes:
+ - 5.4.0
+ label: Spider
+ search:
+ terms:
+ - arachnid
+ - bug
+ - charlotte
+ - crawl
+ - eight
+ - halloween
+ styles:
+ - solid
+ unicode: f717
+ voted: true
+spinner:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.10.2
+ label: Spinner
+ search:
+ terms:
+ - circle
+ - loading
+ - progress
+ styles:
+ - solid
+ unicode: f110
+ voted: false
+splotch:
+ changes:
+ - 5.1.0
+ label: Splotch
+ search:
+ terms:
+ - Ink
+ - blob
+ - blotch
+ - glob
+ - stain
+ styles:
+ - solid
+ unicode: f5bc
+ voted: false
+spotify:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Spotify
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1bc
+ voted: false
+spray-can:
+ changes:
+ - 5.1.0
+ label: Spray Can
+ search:
+ terms:
+ - Paint
+ - aerosol
+ - design
+ - graffiti
+ - tag
+ styles:
+ - solid
+ unicode: f5bd
+ voted: false
+square:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.10.1
+ - 5.10.2
+ label: Square
+ search:
+ terms:
+ - block
+ - box
+ - shape
+ styles:
+ - solid
+ - regular
+ unicode: f0c8
+ voted: false
+square-full:
+ changes:
+ - 5.0.5
+ - 5.10.2
+ label: Square Full
+ search:
+ terms:
+ - block
+ - box
+ - shape
+ styles:
+ - solid
+ unicode: f45c
+ voted: false
+square-root-alt:
+ changes:
+ - 5.3.0
+ label: Alternate Square Root
+ search:
+ terms:
+ - arithmetic
+ - calculus
+ - division
+ - math
+ styles:
+ - solid
+ unicode: f698
+ voted: false
+squarespace:
+ changes:
+ - 5.1.0
+ label: Squarespace
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5be
+ voted: true
+stack-exchange:
+ changes:
+ - '4'
+ - 5.0.0
+ - 5.0.3
+ label: Stack Exchange
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f18d
+ voted: false
+stack-overflow:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Stack Overflow
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f16c
+ voted: false
+stackpath:
+ changes:
+ - 5.8.2
+ label: Stackpath
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f842
+stamp:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: Stamp
+ search:
+ terms:
+ - art
+ - certificate
+ - imprint
+ - rubber
+ - seal
+ styles:
+ - solid
+ unicode: f5bf
+ voted: false
+star:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ label: Star
+ search:
+ terms:
+ - achievement
+ - award
+ - favorite
+ - important
+ - night
+ - rating
+ - score
+ styles:
+ - solid
+ - regular
+ unicode: f005
+ voted: false
+star-and-crescent:
+ changes:
+ - 5.3.0
+ label: Star and Crescent
+ search:
+ terms:
+ - islam
+ - muslim
+ - religion
+ styles:
+ - solid
+ unicode: f699
+ voted: false
+star-half:
+ changes:
+ - '1'
+ - 5.0.0
+ label: star-half
+ search:
+ terms:
+ - achievement
+ - award
+ - rating
+ - score
+ - star-half-empty
+ - star-half-full
+ styles:
+ - solid
+ - regular
+ unicode: f089
+ voted: false
+star-half-alt:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Alternate Star Half
+ search:
+ terms:
+ - achievement
+ - award
+ - rating
+ - score
+ - star-half-empty
+ - star-half-full
+ styles:
+ - solid
+ unicode: f5c0
+ voted: true
+star-of-david:
+ changes:
+ - 5.3.0
+ - 5.11.0
+ - 5.11.1
+ label: Star of David
+ search:
+ terms:
+ - jewish
+ - judaism
+ - religion
+ styles:
+ - solid
+ unicode: f69a
+ voted: false
+star-of-life:
+ changes:
+ - 5.2.0
+ label: Star of Life
+ search:
+ terms:
+ - doctor
+ - emt
+ - first aid
+ - health
+ - medical
+ styles:
+ - solid
+ unicode: f621
+ voted: false
+staylinked:
+ changes:
+ - 5.0.0
+ label: StayLinked
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3f5
+ voted: false
+steam:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Steam
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1b6
+ voted: false
+steam-square:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Steam Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1b7
+ voted: false
+steam-symbol:
+ changes:
+ - 5.0.0
+ label: Steam Symbol
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3f6
+ voted: false
+step-backward:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ - 5.11.0
+ - 5.11.1
+ label: step-backward
+ search:
+ terms:
+ - beginning
+ - first
+ - previous
+ - rewind
+ - start
+ styles:
+ - solid
+ unicode: f048
+ voted: false
+step-forward:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ - 5.11.0
+ - 5.11.1
+ label: step-forward
+ search:
+ terms:
+ - end
+ - last
+ - next
+ styles:
+ - solid
+ unicode: f051
+ voted: false
+stethoscope:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.0.7
+ label: Stethoscope
+ search:
+ terms:
+ - covid-19
+ - diagnosis
+ - doctor
+ - general practitioner
+ - hospital
+ - infirmary
+ - medicine
+ - office
+ - outpatient
+ styles:
+ - solid
+ unicode: f0f1
+ voted: false
+sticker-mule:
+ changes:
+ - 5.0.0
+ - 5.7.0
+ label: Sticker Mule
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3f7
+ voted: false
+sticky-note:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.10.2
+ label: Sticky Note
+ search:
+ terms:
+ - message
+ - note
+ - paper
+ - reminder
+ - sticker
+ styles:
+ - solid
+ - regular
+ unicode: f249
+ voted: false
+stop:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ label: stop
+ search:
+ terms:
+ - block
+ - box
+ - square
+ styles:
+ - solid
+ unicode: f04d
+ voted: false
+stop-circle:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: Stop Circle
+ search:
+ terms:
+ - block
+ - box
+ - circle
+ - square
+ styles:
+ - solid
+ - regular
+ unicode: f28d
+ voted: false
+stopwatch:
+ changes:
+ - 5.0.0
+ - 5.10.2
+ label: Stopwatch
+ search:
+ terms:
+ - clock
+ - reminder
+ - time
+ styles:
+ - solid
+ unicode: f2f2
+ voted: false
+stopwatch-20:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Stopwatch 20
+ search:
+ terms:
+ - ABCs
+ - countdown
+ - covid-19
+ - happy birthday
+ - i will survive
+ - reminder
+ - seconds
+ - time
+ - timer
+ styles:
+ - solid
+ unicode: e06f
+ voted: false
+store:
+ changes:
+ - 5.0.13
+ - 5.11.0
+ - 5.11.1
+ label: Store
+ search:
+ terms:
+ - building
+ - buy
+ - purchase
+ - shopping
+ styles:
+ - solid
+ unicode: f54e
+ voted: true
+store-alt:
+ changes:
+ - 5.0.13
+ label: Alternate Store
+ search:
+ terms:
+ - building
+ - buy
+ - purchase
+ - shopping
+ styles:
+ - solid
+ unicode: f54f
+ voted: true
+store-alt-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Alternate Store Slash
+ search:
+ terms:
+ - building
+ - buy
+ - closed
+ - covid-19
+ - purchase
+ - shopping
+ styles:
+ - solid
+ unicode: e070
+ voted: false
+store-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Store Slash
+ search:
+ terms:
+ - building
+ - buy
+ - closed
+ - covid-19
+ - purchase
+ - shopping
+ styles:
+ - solid
+ unicode: e071
+ voted: false
+strava:
+ changes:
+ - 5.0.0
+ - 5.0.1
+ - 5.7.0
+ - 5.8.0
+ label: Strava
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f428
+ voted: false
+stream:
+ changes:
+ - 5.0.13
+ label: Stream
+ search:
+ terms:
+ - flow
+ - list
+ - timeline
+ styles:
+ - solid
+ unicode: f550
+ voted: false
+street-view:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.2.0
+ label: Street View
+ search:
+ terms:
+ - directions
+ - location
+ - map
+ - navigation
+ styles:
+ - solid
+ unicode: f21d
+ voted: false
+strikethrough:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.9.0
+ label: Strikethrough
+ search:
+ terms:
+ - cancel
+ - edit
+ - font
+ - format
+ - text
+ - type
+ styles:
+ - solid
+ unicode: f0cc
+ voted: false
+stripe:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Stripe
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f429
+ voted: false
+stripe-s:
+ changes:
+ - 5.0.1
+ - 5.8.0
+ label: Stripe S
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f42a
+ voted: false
+stroopwafel:
+ changes:
+ - 5.0.13
+ label: Stroopwafel
+ search:
+ terms:
+ - caramel
+ - cookie
+ - dessert
+ - sweets
+ - waffle
+ styles:
+ - solid
+ unicode: f551
+ voted: false
+studiovinari:
+ changes:
+ - 5.0.0
+ label: Studio Vinari
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3f8
+ voted: false
+stumbleupon:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: StumbleUpon Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a4
+ voted: false
+stumbleupon-circle:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: StumbleUpon Circle
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1a3
+ voted: false
+subscript:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.9.0
+ - 5.10.2
+ label: subscript
+ search:
+ terms:
+ - edit
+ - font
+ - format
+ - text
+ - type
+ styles:
+ - solid
+ unicode: f12c
+ voted: false
+subway:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Subway
+ search:
+ terms:
+ - machine
+ - railway
+ - train
+ - transportation
+ - vehicle
+ styles:
+ - solid
+ unicode: f239
+ voted: false
+suitcase:
+ changes:
+ - '3'
+ - 5.0.0
+ - 5.0.9
+ label: Suitcase
+ search:
+ terms:
+ - baggage
+ - luggage
+ - move
+ - suitcase
+ - travel
+ - trip
+ styles:
+ - solid
+ unicode: f0f2
+ voted: false
+suitcase-rolling:
+ changes:
+ - 5.1.0
+ - 5.10.2
+ label: Suitcase Rolling
+ search:
+ terms:
+ - baggage
+ - luggage
+ - move
+ - suitcase
+ - travel
+ - trip
+ styles:
+ - solid
+ unicode: f5c1
+ voted: false
+sun:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.5.0
+ label: Sun
+ search:
+ terms:
+ - brighten
+ - contrast
+ - day
+ - lighter
+ - sol
+ - solar
+ - star
+ - weather
+ styles:
+ - solid
+ - regular
+ unicode: f185
+ voted: false
+superpowers:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Superpowers
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2dd
+ voted: false
+superscript:
+ changes:
+ - '3.1'
+ - 5.0.0
+ - 5.9.0
+ - 5.10.2
+ label: superscript
+ search:
+ terms:
+ - edit
+ - exponential
+ - font
+ - format
+ - text
+ - type
+ styles:
+ - solid
+ unicode: f12b
+ voted: false
+supple:
+ changes:
+ - 5.0.0
+ label: Supple
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3f9
+ voted: false
+surprise:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Hushed Face
+ search:
+ terms:
+ - emoticon
+ - face
+ - shocked
+ styles:
+ - solid
+ - regular
+ unicode: f5c2
+ voted: false
+suse:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: Suse
+ search:
+ terms:
+ - linux
+ - operating system
+ - os
+ styles:
+ - brands
+ unicode: f7d6
+ voted: true
+swatchbook:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Swatchbook
+ search:
+ terms:
+ - Pantone
+ - color
+ - design
+ - hue
+ - palette
+ styles:
+ - solid
+ unicode: f5c3
+ voted: false
+swift:
+ changes:
+ - 5.11.0
+ label: Swift
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f8e1
+swimmer:
+ changes:
+ - 5.1.0
+ label: Swimmer
+ search:
+ terms:
+ - athlete
+ - head
+ - man
+ - olympics
+ - person
+ - pool
+ - water
+ styles:
+ - solid
+ unicode: f5c4
+ voted: false
+swimming-pool:
+ changes:
+ - 5.1.0
+ label: Swimming Pool
+ search:
+ terms:
+ - ladder
+ - recreation
+ - swim
+ - water
+ styles:
+ - solid
+ unicode: f5c5
+ voted: false
+symfony:
+ changes:
+ - 5.8.0
+ label: Symfony
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f83d
+synagogue:
+ changes:
+ - 5.3.0
+ label: Synagogue
+ search:
+ terms:
+ - building
+ - jewish
+ - judaism
+ - religion
+ - star of david
+ - temple
+ styles:
+ - solid
+ unicode: f69b
+ voted: false
+sync:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.8.0
+ label: Sync
+ search:
+ terms:
+ - exchange
+ - refresh
+ - reload
+ - rotate
+ - swap
+ styles:
+ - solid
+ unicode: f021
+ voted: false
+sync-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Sync
+ search:
+ terms:
+ - exchange
+ - refresh
+ - reload
+ - rotate
+ - swap
+ styles:
+ - solid
+ unicode: f2f1
+ voted: false
+syringe:
+ changes:
+ - 5.0.7
+ label: Syringe
+ search:
+ terms:
+ - covid-19
+ - doctor
+ - immunizations
+ - medical
+ - needle
+ styles:
+ - solid
+ unicode: f48e
+ voted: false
+table:
+ changes:
+ - '2'
+ - 5.0.0
+ label: table
+ search:
+ terms:
+ - data
+ - excel
+ - spreadsheet
+ styles:
+ - solid
+ unicode: f0ce
+ voted: false
+table-tennis:
+ changes:
+ - 5.0.5
+ label: Table Tennis
+ search:
+ terms:
+ - ball
+ - paddle
+ - ping pong
+ styles:
+ - solid
+ unicode: f45d
+ voted: false
+tablet:
+ changes:
+ - '3'
+ - 5.0.0
+ label: tablet
+ search:
+ terms:
+ - apple
+ - device
+ - ipad
+ - kindle
+ - screen
+ styles:
+ - solid
+ unicode: f10a
+ voted: false
+tablet-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Tablet
+ search:
+ terms:
+ - apple
+ - device
+ - ipad
+ - kindle
+ - screen
+ styles:
+ - solid
+ unicode: f3fa
+ voted: false
+tablets:
+ changes:
+ - 5.0.7
+ label: Tablets
+ search:
+ terms:
+ - drugs
+ - medicine
+ - pills
+ - prescription
+ styles:
+ - solid
+ unicode: f490
+ voted: false
+tachometer-alt:
+ changes:
+ - 5.0.0
+ - 5.2.0
+ label: Alternate Tachometer
+ search:
+ terms:
+ - dashboard
+ - fast
+ - odometer
+ - speed
+ - speedometer
+ styles:
+ - solid
+ unicode: f3fd
+ voted: false
+tag:
+ changes:
+ - '1'
+ - 5.0.0
+ label: tag
+ search:
+ terms:
+ - discount
+ - label
+ - price
+ - shopping
+ styles:
+ - solid
+ unicode: f02b
+ voted: false
+tags:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ label: tags
+ search:
+ terms:
+ - discount
+ - label
+ - price
+ - shopping
+ styles:
+ - solid
+ unicode: f02c
+ voted: false
+tape:
+ changes:
+ - 5.0.9
+ label: Tape
+ search:
+ terms:
+ - design
+ - package
+ - sticky
+ styles:
+ - solid
+ unicode: f4db
+ voted: false
+tasks:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.9.0
+ label: Tasks
+ search:
+ terms:
+ - checklist
+ - downloading
+ - downloads
+ - loading
+ - progress
+ - project management
+ - settings
+ - to do
+ styles:
+ - solid
+ unicode: f0ae
+ voted: false
+taxi:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.1.0
+ label: Taxi
+ search:
+ terms:
+ - cab
+ - cabbie
+ - car
+ - car service
+ - lyft
+ - machine
+ - transportation
+ - travel
+ - uber
+ - vehicle
+ styles:
+ - solid
+ unicode: f1ba
+ voted: false
+teamspeak:
+ changes:
+ - 5.0.11
+ - 5.1.0
+ - 5.8.0
+ label: TeamSpeak
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f4f9
+ voted: true
+teeth:
+ changes:
+ - 5.2.0
+ label: Teeth
+ search:
+ terms:
+ - bite
+ - dental
+ - dentist
+ - gums
+ - mouth
+ - smile
+ - tooth
+ styles:
+ - solid
+ unicode: f62e
+ voted: false
+teeth-open:
+ changes:
+ - 5.2.0
+ label: Teeth Open
+ search:
+ terms:
+ - dental
+ - dentist
+ - gums bite
+ - mouth
+ - smile
+ - tooth
+ styles:
+ - solid
+ unicode: f62f
+ voted: false
+telegram:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Telegram
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2c6
+ voted: false
+telegram-plane:
+ changes:
+ - 5.0.0
+ label: Telegram Plane
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f3fe
+ voted: false
+temperature-high:
+ changes:
+ - 5.5.0
+ label: High Temperature
+ search:
+ terms:
+ - cook
+ - covid-19
+ - mercury
+ - summer
+ - thermometer
+ - warm
+ styles:
+ - solid
+ unicode: f769
+ voted: false
+temperature-low:
+ changes:
+ - 5.5.0
+ label: Low Temperature
+ search:
+ terms:
+ - cold
+ - cool
+ - covid-19
+ - mercury
+ - thermometer
+ - winter
+ styles:
+ - solid
+ unicode: f76b
+ voted: false
+tencent-weibo:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Tencent Weibo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1d5
+ voted: false
+tenge:
+ changes:
+ - 5.6.0
+ label: Tenge
+ search:
+ terms:
+ - currency
+ - kazakhstan
+ - money
+ - price
+ styles:
+ - solid
+ unicode: f7d7
+ voted: true
+terminal:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Terminal
+ search:
+ terms:
+ - code
+ - command
+ - console
+ - development
+ - prompt
+ styles:
+ - solid
+ unicode: f120
+ voted: false
+text-height:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ - 5.10.2
+ label: text-height
+ search:
+ terms:
+ - edit
+ - font
+ - format
+ - text
+ - type
+ styles:
+ - solid
+ unicode: f034
+ voted: false
+text-width:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.9.0
+ - 5.10.2
+ label: Text Width
+ search:
+ terms:
+ - edit
+ - font
+ - format
+ - text
+ - type
+ styles:
+ - solid
+ unicode: f035
+ voted: false
+th:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.7.0
+ label: th
+ search:
+ terms:
+ - blocks
+ - boxes
+ - grid
+ - squares
+ styles:
+ - solid
+ unicode: f00a
+ voted: false
+th-large:
+ changes:
+ - '1'
+ - 5.0.0
+ label: th-large
+ search:
+ terms:
+ - blocks
+ - boxes
+ - grid
+ - squares
+ styles:
+ - solid
+ unicode: f009
+ voted: false
+th-list:
+ changes:
+ - '1'
+ - 5.0.0
+ label: th-list
+ search:
+ terms:
+ - checklist
+ - completed
+ - done
+ - finished
+ - ol
+ - todo
+ - ul
+ styles:
+ - solid
+ unicode: f00b
+ voted: false
+the-red-yeti:
+ changes:
+ - 5.3.0
+ - 5.7.0
+ - 5.8.0
+ label: The Red Yeti
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f69d
+ voted: false
+theater-masks:
+ changes:
+ - 5.2.0
+ - 5.10.2
+ label: Theater Masks
+ search:
+ terms:
+ - comedy
+ - perform
+ - theatre
+ - tragedy
+ styles:
+ - solid
+ unicode: f630
+ voted: false
+themeco:
+ changes:
+ - 5.1.0
+ - 5.8.0
+ label: Themeco
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5c6
+ voted: false
+themeisle:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: ThemeIsle
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2b2
+ voted: false
+thermometer:
+ changes:
+ - 5.0.7
+ label: Thermometer
+ search:
+ terms:
+ - covid-19
+ - mercury
+ - status
+ - temperature
+ styles:
+ - solid
+ unicode: f491
+ voted: false
+thermometer-empty:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Thermometer Empty
+ search:
+ terms:
+ - cold
+ - mercury
+ - status
+ - temperature
+ styles:
+ - solid
+ unicode: f2cb
+ voted: false
+thermometer-full:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Thermometer Full
+ search:
+ terms:
+ - fever
+ - hot
+ - mercury
+ - status
+ - temperature
+ styles:
+ - solid
+ unicode: f2c7
+ voted: false
+thermometer-half:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Thermometer 1/2 Full
+ search:
+ terms:
+ - mercury
+ - status
+ - temperature
+ styles:
+ - solid
+ unicode: f2c9
+ voted: false
+thermometer-quarter:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Thermometer 1/4 Full
+ search:
+ terms:
+ - mercury
+ - status
+ - temperature
+ styles:
+ - solid
+ unicode: f2ca
+ voted: false
+thermometer-three-quarters:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Thermometer 3/4 Full
+ search:
+ terms:
+ - mercury
+ - status
+ - temperature
+ styles:
+ - solid
+ unicode: f2c8
+ voted: false
+think-peaks:
+ changes:
+ - 5.4.2
+ - 5.8.0
+ label: Think Peaks
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f731
+ voted: false
+thumbs-down:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.10.2
+ label: thumbs-down
+ search:
+ terms:
+ - disagree
+ - disapprove
+ - dislike
+ - hand
+ - social
+ - thumbs-o-down
+ styles:
+ - solid
+ - regular
+ unicode: f165
+ voted: false
+thumbs-up:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.10.2
+ label: thumbs-up
+ search:
+ terms:
+ - agree
+ - approve
+ - favorite
+ - hand
+ - like
+ - ok
+ - okay
+ - social
+ - success
+ - thumbs-o-up
+ - 'yes'
+ - you got it dude
+ styles:
+ - solid
+ - regular
+ unicode: f164
+ voted: false
+thumbtack:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.10.2
+ label: Thumbtack
+ search:
+ terms:
+ - coordinates
+ - location
+ - marker
+ - pin
+ - thumb-tack
+ styles:
+ - solid
+ unicode: f08d
+ voted: false
+ticket-alt:
+ changes:
+ - 5.0.0
+ - 5.10.2
+ label: Alternate Ticket
+ search:
+ terms:
+ - movie
+ - pass
+ - support
+ - ticket
+ styles:
+ - solid
+ unicode: f3ff
+ voted: false
+tiktok:
+ changes:
+ - 5.13.1
+ - 5.14.0
+ label: TikTok
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e07b
+ voted: true
+times:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.13
+ - 5.11.0
+ - 5.11.1
+ label: Times
+ search:
+ terms:
+ - close
+ - cross
+ - error
+ - exit
+ - incorrect
+ - notice
+ - notification
+ - notify
+ - problem
+ - wrong
+ - x
+ styles:
+ - solid
+ unicode: f00d
+ voted: false
+times-circle:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Times Circle
+ search:
+ terms:
+ - close
+ - cross
+ - exit
+ - incorrect
+ - notice
+ - notification
+ - notify
+ - problem
+ - wrong
+ - x
+ styles:
+ - solid
+ - regular
+ unicode: f057
+ voted: false
+tint:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.1.0
+ label: tint
+ search:
+ terms:
+ - color
+ - drop
+ - droplet
+ - raindrop
+ - waterdrop
+ styles:
+ - solid
+ unicode: f043
+ voted: false
+tint-slash:
+ changes:
+ - 5.1.0
+ label: Tint Slash
+ search:
+ terms:
+ - color
+ - drop
+ - droplet
+ - raindrop
+ - waterdrop
+ styles:
+ - solid
+ unicode: f5c7
+ voted: false
+tired:
+ changes:
+ - 5.1.0
+ - 5.11.0
+ - 5.11.1
+ label: Tired Face
+ search:
+ terms:
+ - angry
+ - emoticon
+ - face
+ - grumpy
+ - upset
+ styles:
+ - solid
+ - regular
+ unicode: f5c8
+ voted: false
+toggle-off:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Toggle Off
+ search:
+ terms:
+ - switch
+ styles:
+ - solid
+ unicode: f204
+ voted: false
+toggle-on:
+ changes:
+ - '4.2'
+ - 5.0.0
+ label: Toggle On
+ search:
+ terms:
+ - switch
+ styles:
+ - solid
+ unicode: f205
+ voted: false
+toilet:
+ changes:
+ - 5.6.0
+ label: Toilet
+ search:
+ terms:
+ - bathroom
+ - flush
+ - john
+ - loo
+ - pee
+ - plumbing
+ - poop
+ - porcelain
+ - potty
+ - restroom
+ - throne
+ - washroom
+ - waste
+ - wc
+ styles:
+ - solid
+ unicode: f7d8
+ voted: true
+toilet-paper:
+ changes:
+ - 5.4.0
+ - 5.10.2
+ label: Toilet Paper
+ search:
+ terms:
+ - bathroom
+ - covid-19
+ - halloween
+ - holiday
+ - lavatory
+ - prank
+ - restroom
+ - roll
+ styles:
+ - solid
+ unicode: f71e
+ voted: false
+toilet-paper-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Toilet Paper Slash
+ search:
+ terms:
+ - bathroom
+ - covid-19
+ - halloween
+ - holiday
+ - lavatory
+ - leaves
+ - prank
+ - restroom
+ - roll
+ - trouble
+ - ut oh
+ styles:
+ - solid
+ unicode: e072
+ voted: false
+toolbox:
+ changes:
+ - 5.0.13
+ label: Toolbox
+ search:
+ terms:
+ - admin
+ - container
+ - fix
+ - repair
+ - settings
+ - tools
+ styles:
+ - solid
+ unicode: f552
+ voted: true
+tools:
+ changes:
+ - 5.6.0
+ - 5.10.2
+ label: Tools
+ search:
+ terms:
+ - admin
+ - fix
+ - repair
+ - screwdriver
+ - settings
+ - tools
+ - wrench
+ styles:
+ - solid
+ unicode: f7d9
+ voted: true
+tooth:
+ changes:
+ - 5.1.0
+ label: Tooth
+ search:
+ terms:
+ - bicuspid
+ - dental
+ - dentist
+ - molar
+ - mouth
+ - teeth
+ styles:
+ - solid
+ unicode: f5c9
+ voted: true
+torah:
+ changes:
+ - 5.3.0
+ - 5.7.0
+ - 5.9.0
+ - 5.10.2
+ label: Torah
+ search:
+ terms:
+ - book
+ - jewish
+ - judaism
+ - religion
+ - scroll
+ styles:
+ - solid
+ unicode: f6a0
+ voted: false
+torii-gate:
+ changes:
+ - 5.3.0
+ label: Torii Gate
+ search:
+ terms:
+ - building
+ - shintoism
+ styles:
+ - solid
+ unicode: f6a1
+ voted: false
+tractor:
+ changes:
+ - 5.4.0
+ label: Tractor
+ search:
+ terms:
+ - agriculture
+ - farm
+ - vehicle
+ styles:
+ - solid
+ unicode: f722
+ voted: false
+trade-federation:
+ changes:
+ - 5.0.12
+ label: Trade Federation
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f513
+ voted: false
+trademark:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Trademark
+ search:
+ terms:
+ - copyright
+ - register
+ - symbol
+ styles:
+ - solid
+ unicode: f25c
+ voted: false
+traffic-light:
+ changes:
+ - 5.2.0
+ label: Traffic Light
+ search:
+ terms:
+ - direction
+ - road
+ - signal
+ - travel
+ styles:
+ - solid
+ unicode: f637
+ voted: false
+trailer:
+ changes:
+ - 5.12.0
+ - 5.14.0
+ label: Trailer
+ search:
+ terms:
+ - carry
+ - haul
+ - moving
+ - travel
+ styles:
+ - solid
+ unicode: e041
+ voted: true
+train:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Train
+ search:
+ terms:
+ - bullet
+ - commute
+ - locomotive
+ - railway
+ - subway
+ styles:
+ - solid
+ unicode: f238
+ voted: false
+tram:
+ changes:
+ - 5.6.0
+ label: Tram
+ search:
+ terms:
+ - crossing
+ - machine
+ - mountains
+ - seasonal
+ - transportation
+ styles:
+ - solid
+ unicode: f7da
+transgender:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Transgender
+ search:
+ terms:
+ - intersex
+ styles:
+ - solid
+ unicode: f224
+ voted: false
+transgender-alt:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.11.0
+ label: Alternate Transgender
+ search:
+ terms:
+ - intersex
+ styles:
+ - solid
+ unicode: f225
+ voted: false
+trash:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.7.0
+ - 5.10.2
+ label: Trash
+ search:
+ terms:
+ - delete
+ - garbage
+ - hide
+ - remove
+ styles:
+ - solid
+ unicode: f1f8
+ voted: false
+trash-alt:
+ changes:
+ - 5.0.0
+ - 5.7.0
+ - 5.10.2
+ label: Alternate Trash
+ search:
+ terms:
+ - delete
+ - garbage
+ - hide
+ - remove
+ - trash-o
+ styles:
+ - solid
+ - regular
+ unicode: f2ed
+ voted: false
+trash-restore:
+ changes:
+ - 5.7.0
+ - 5.10.2
+ label: Trash Restore
+ search:
+ terms:
+ - back
+ - control z
+ - oops
+ - undo
+ styles:
+ - solid
+ unicode: f829
+ voted: true
+trash-restore-alt:
+ changes:
+ - 5.7.0
+ - 5.10.2
+ label: Alternative Trash Restore
+ search:
+ terms:
+ - back
+ - control z
+ - oops
+ - undo
+ styles:
+ - solid
+ unicode: f82a
+ voted: true
+tree:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Tree
+ search:
+ terms:
+ - bark
+ - fall
+ - flora
+ - forest
+ - nature
+ - plant
+ - seasonal
+ styles:
+ - solid
+ unicode: f1bb
+ voted: false
+trello:
+ changes:
+ - '3.2'
+ - 5.0.0
+ - 5.6.0
+ label: Trello
+ search:
+ terms:
+ - atlassian
+ styles:
+ - brands
+ unicode: f181
+ voted: false
+tripadvisor:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.13.1
+ - 5.14.0
+ label: TripAdvisor
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f262
+ voted: false
+trophy:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.11.0
+ label: trophy
+ search:
+ terms:
+ - achievement
+ - award
+ - cup
+ - game
+ - winner
+ styles:
+ - solid
+ unicode: f091
+ voted: false
+truck:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.0.7
+ label: truck
+ search:
+ terms:
+ - cargo
+ - delivery
+ - shipping
+ - vehicle
+ styles:
+ - solid
+ unicode: f0d1
+ voted: false
+truck-loading:
+ changes:
+ - 5.0.9
+ label: Truck Loading
+ search:
+ terms:
+ - box
+ - cargo
+ - delivery
+ - inventory
+ - moving
+ - rental
+ - vehicle
+ styles:
+ - solid
+ unicode: f4de
+ voted: false
+truck-monster:
+ changes:
+ - 5.2.0
+ label: Truck Monster
+ search:
+ terms:
+ - offroad
+ - vehicle
+ - wheel
+ styles:
+ - solid
+ unicode: f63b
+ voted: false
+truck-moving:
+ changes:
+ - 5.0.9
+ label: Truck Moving
+ search:
+ terms:
+ - cargo
+ - inventory
+ - rental
+ - vehicle
+ styles:
+ - solid
+ unicode: f4df
+ voted: false
+truck-pickup:
+ changes:
+ - 5.2.0
+ label: Truck Side
+ search:
+ terms:
+ - cargo
+ - vehicle
+ styles:
+ - solid
+ unicode: f63c
+ voted: false
+tshirt:
+ changes:
+ - 5.0.13
+ - 5.10.2
+ label: T-Shirt
+ search:
+ terms:
+ - clothing
+ - fashion
+ - garment
+ - shirt
+ styles:
+ - solid
+ unicode: f553
+ voted: true
+tty:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.7.0
+ label: TTY
+ search:
+ terms:
+ - communication
+ - deaf
+ - telephone
+ - teletypewriter
+ - text
+ styles:
+ - solid
+ unicode: f1e4
+ voted: false
+tumblr:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Tumblr
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f173
+ voted: false
+tumblr-square:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Tumblr Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f174
+ voted: false
+tv:
+ changes:
+ - '4.4'
+ - 5.0.0
+ - 5.11.0
+ label: Television
+ search:
+ terms:
+ - computer
+ - display
+ - monitor
+ - television
+ styles:
+ - solid
+ unicode: f26c
+ voted: false
+twitch:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.12.0
+ label: Twitch
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1e8
+ voted: false
+twitter:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Twitter
+ search:
+ terms:
+ - social network
+ - tweet
+ styles:
+ - brands
+ unicode: f099
+ voted: false
+twitter-square:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Twitter Square
+ search:
+ terms:
+ - social network
+ - tweet
+ styles:
+ - brands
+ unicode: f081
+ voted: false
+typo3:
+ changes:
+ - 5.0.1
+ - 5.8.0
+ label: Typo3
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f42b
+ voted: false
+uber:
+ changes:
+ - 5.0.0
+ label: Uber
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f402
+ voted: false
+ubuntu:
+ changes:
+ - 5.6.0
+ label: Ubuntu
+ search:
+ terms:
+ - linux
+ - operating system
+ - os
+ styles:
+ - brands
+ unicode: f7df
+ voted: true
+uikit:
+ changes:
+ - 5.0.0
+ label: UIkit
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f403
+ voted: false
+umbraco:
+ changes:
+ - 5.11.0
+ label: Umbraco
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f8e8
+umbrella:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Umbrella
+ search:
+ terms:
+ - protection
+ - rain
+ - storm
+ - wet
+ styles:
+ - solid
+ unicode: f0e9
+ voted: false
+umbrella-beach:
+ changes:
+ - 5.1.0
+ label: Umbrella Beach
+ search:
+ terms:
+ - protection
+ - recreation
+ - sand
+ - shade
+ - summer
+ - sun
+ styles:
+ - solid
+ unicode: f5ca
+ voted: false
+uncharted:
+ changes:
+ - 5.15.0
+ label: Uncharted Software
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e084
+ voted: false
+underline:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.9.0
+ label: Underline
+ search:
+ terms:
+ - edit
+ - emphasis
+ - format
+ - text
+ - writing
+ styles:
+ - solid
+ unicode: f0cd
+ voted: false
+undo:
+ changes:
+ - '2'
+ - 5.0.0
+ label: Undo
+ search:
+ terms:
+ - back
+ - control z
+ - exchange
+ - oops
+ - return
+ - rotate
+ - swap
+ styles:
+ - solid
+ unicode: f0e2
+ voted: false
+undo-alt:
+ changes:
+ - 5.0.0
+ label: Alternate Undo
+ search:
+ terms:
+ - back
+ - control z
+ - exchange
+ - oops
+ - return
+ - swap
+ styles:
+ - solid
+ unicode: f2ea
+ voted: false
+uniregistry:
+ changes:
+ - 5.0.0
+ label: Uniregistry
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f404
+ voted: false
+unity:
+ changes:
+ - 5.12.0
+ - 5.14.0
+ label: Unity 3D
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e049
+ voted: true
+universal-access:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.10.2
+ label: Universal Access
+ search:
+ terms:
+ - accessibility
+ - hearing
+ - person
+ - seeing
+ - visual impairment
+ styles:
+ - solid
+ unicode: f29a
+ voted: false
+university:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.0.3
+ - 5.11.0
+ - 5.11.1
+ label: University
+ search:
+ terms:
+ - bank
+ - building
+ - college
+ - higher education - students
+ - institution
+ styles:
+ - solid
+ unicode: f19c
+ voted: false
+unlink:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: unlink
+ search:
+ terms:
+ - attachment
+ - chain
+ - chain-broken
+ - remove
+ styles:
+ - solid
+ unicode: f127
+ voted: false
+unlock:
+ changes:
+ - '2'
+ - 5.0.0
+ label: unlock
+ search:
+ terms:
+ - admin
+ - lock
+ - password
+ - private
+ - protect
+ styles:
+ - solid
+ unicode: f09c
+ voted: false
+unlock-alt:
+ changes:
+ - '3.1'
+ - 5.0.0
+ label: Alternate Unlock
+ search:
+ terms:
+ - admin
+ - lock
+ - password
+ - private
+ - protect
+ styles:
+ - solid
+ unicode: f13e
+ voted: false
+unsplash:
+ changes:
+ - 5.13.1
+ - 5.14.0
+ label: Unsplash
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e07c
+ voted: false
+untappd:
+ changes:
+ - 5.0.0
+ label: Untappd
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f405
+ voted: false
+upload:
+ changes:
+ - '1'
+ - 5.0.0
+ label: Upload
+ search:
+ terms:
+ - hard drive
+ - import
+ - publish
+ styles:
+ - solid
+ unicode: f093
+ voted: false
+ups:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: UPS
+ search:
+ terms:
+ - United Parcel Service
+ - package
+ - shipping
+ styles:
+ - brands
+ unicode: f7e0
+usb:
+ changes:
+ - '4.5'
+ - 5.0.0
+ label: USB
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f287
+ voted: false
+user:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.3
+ - 5.0.11
+ label: User
+ search:
+ terms:
+ - account
+ - avatar
+ - head
+ - human
+ - man
+ - person
+ - profile
+ styles:
+ - solid
+ - regular
+ unicode: f007
+ voted: false
+user-alt:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ - 5.0.11
+ label: Alternate User
+ search:
+ terms:
+ - account
+ - avatar
+ - head
+ - human
+ - man
+ - person
+ - profile
+ styles:
+ - solid
+ unicode: f406
+ voted: false
+user-alt-slash:
+ changes:
+ - 5.0.11
+ label: Alternate User Slash
+ search:
+ terms:
+ - account
+ - avatar
+ - head
+ - human
+ - man
+ - person
+ - profile
+ styles:
+ - solid
+ unicode: f4fa
+ voted: false
+user-astronaut:
+ changes:
+ - 5.0.11
+ label: User Astronaut
+ search:
+ terms:
+ - avatar
+ - clothing
+ - cosmonaut
+ - nasa
+ - space
+ - suit
+ styles:
+ - solid
+ unicode: f4fb
+ voted: false
+user-check:
+ changes:
+ - 5.0.11
+ label: User Check
+ search:
+ terms:
+ - accept
+ - check
+ - person
+ - verified
+ styles:
+ - solid
+ unicode: f4fc
+ voted: false
+user-circle:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.0.3
+ - 5.0.11
+ - 5.11.0
+ - 5.11.1
+ label: User Circle
+ search:
+ terms:
+ - account
+ - avatar
+ - head
+ - human
+ - man
+ - person
+ - profile
+ styles:
+ - solid
+ - regular
+ unicode: f2bd
+ voted: false
+user-clock:
+ changes:
+ - 5.0.11
+ label: User Clock
+ search:
+ terms:
+ - alert
+ - person
+ - remind
+ - time
+ styles:
+ - solid
+ unicode: f4fd
+ voted: false
+user-cog:
+ changes:
+ - 5.0.11
+ label: User Cog
+ search:
+ terms:
+ - admin
+ - cog
+ - person
+ - settings
+ styles:
+ - solid
+ unicode: f4fe
+ voted: false
+user-edit:
+ changes:
+ - 5.0.11
+ label: User Edit
+ search:
+ terms:
+ - edit
+ - pen
+ - pencil
+ - person
+ - update
+ - write
+ styles:
+ - solid
+ unicode: f4ff
+ voted: false
+user-friends:
+ changes:
+ - 5.0.11
+ label: User Friends
+ search:
+ terms:
+ - group
+ - people
+ - person
+ - team
+ - users
+ styles:
+ - solid
+ unicode: f500
+ voted: false
+user-graduate:
+ changes:
+ - 5.0.11
+ label: User Graduate
+ search:
+ terms:
+ - cap
+ - clothing
+ - commencement
+ - gown
+ - graduation
+ - person
+ - student
+ styles:
+ - solid
+ unicode: f501
+ voted: false
+user-injured:
+ changes:
+ - 5.4.0
+ label: User Injured
+ search:
+ terms:
+ - cast
+ - injury
+ - ouch
+ - patient
+ - person
+ - sling
+ styles:
+ - solid
+ unicode: f728
+ voted: false
+user-lock:
+ changes:
+ - 5.0.11
+ - 5.9.0
+ label: User Lock
+ search:
+ terms:
+ - admin
+ - lock
+ - person
+ - private
+ - unlock
+ styles:
+ - solid
+ unicode: f502
+ voted: false
+user-md:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.0.3
+ - 5.0.7
+ - 5.0.11
+ label: Doctor
+ search:
+ terms:
+ - covid-19
+ - job
+ - medical
+ - nurse
+ - occupation
+ - physician
+ - profile
+ - surgeon
+ styles:
+ - solid
+ unicode: f0f0
+ voted: false
+user-minus:
+ changes:
+ - 5.0.11
+ label: User Minus
+ search:
+ terms:
+ - delete
+ - negative
+ - remove
+ styles:
+ - solid
+ unicode: f503
+ voted: false
+user-ninja:
+ changes:
+ - 5.0.11
+ label: User Ninja
+ search:
+ terms:
+ - assassin
+ - avatar
+ - dangerous
+ - deadly
+ - sneaky
+ styles:
+ - solid
+ unicode: f504
+ voted: false
+user-nurse:
+ changes:
+ - 5.7.0
+ - 5.12.0
+ label: Nurse
+ search:
+ terms:
+ - covid-19
+ - doctor
+ - midwife
+ - practitioner
+ - surgeon
+ styles:
+ - solid
+ unicode: f82f
+ voted: false
+user-plus:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.0.3
+ - 5.0.11
+ label: User Plus
+ search:
+ terms:
+ - add
+ - avatar
+ - positive
+ - sign up
+ - signup
+ - team
+ styles:
+ - solid
+ unicode: f234
+ voted: false
+user-secret:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.0.3
+ - 5.0.11
+ label: User Secret
+ search:
+ terms:
+ - clothing
+ - coat
+ - hat
+ - incognito
+ - person
+ - privacy
+ - spy
+ - whisper
+ styles:
+ - solid
+ unicode: f21b
+ voted: false
+user-shield:
+ changes:
+ - 5.0.11
+ label: User Shield
+ search:
+ terms:
+ - admin
+ - person
+ - private
+ - protect
+ - safe
+ styles:
+ - solid
+ unicode: f505
+ voted: false
+user-slash:
+ changes:
+ - 5.0.11
+ label: User Slash
+ search:
+ terms:
+ - ban
+ - delete
+ - remove
+ styles:
+ - solid
+ unicode: f506
+ voted: false
+user-tag:
+ changes:
+ - 5.0.11
+ label: User Tag
+ search:
+ terms:
+ - avatar
+ - discount
+ - label
+ - person
+ - role
+ - special
+ styles:
+ - solid
+ unicode: f507
+ voted: false
+user-tie:
+ changes:
+ - 5.0.11
+ label: User Tie
+ search:
+ terms:
+ - avatar
+ - business
+ - clothing
+ - formal
+ - professional
+ - suit
+ styles:
+ - solid
+ unicode: f508
+ voted: false
+user-times:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.0.3
+ - 5.0.11
+ label: Remove User
+ search:
+ terms:
+ - archive
+ - delete
+ - remove
+ - x
+ styles:
+ - solid
+ unicode: f235
+ voted: false
+users:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.0.3
+ - 5.0.11
+ label: Users
+ search:
+ terms:
+ - friends
+ - group
+ - people
+ - persons
+ - profiles
+ - team
+ styles:
+ - solid
+ unicode: f0c0
+ voted: false
+users-cog:
+ changes:
+ - 5.0.11
+ label: Users Cog
+ search:
+ terms:
+ - admin
+ - cog
+ - group
+ - person
+ - settings
+ - team
+ styles:
+ - solid
+ unicode: f509
+ voted: false
+users-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Users Slash
+ search:
+ terms:
+ - disband
+ - friends
+ - group
+ - people
+ - persons
+ - profiles
+ - separate
+ - team
+ - ungroup
+ styles:
+ - solid
+ unicode: e073
+ voted: false
+usps:
+ changes:
+ - 5.6.0
+ - 5.8.0
+ label: United States Postal Service
+ search:
+ terms:
+ - american
+ - package
+ - shipping
+ - usa
+ styles:
+ - brands
+ unicode: f7e1
+ussunnah:
+ changes:
+ - 5.0.0
+ label: us-Sunnah Foundation
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f407
+ voted: false
+utensil-spoon:
+ changes:
+ - 5.0.0
+ - 5.10.2
+ label: Utensil Spoon
+ search:
+ terms:
+ - cutlery
+ - dining
+ - scoop
+ - silverware
+ - spoon
+ styles:
+ - solid
+ unicode: f2e5
+ voted: false
+utensils:
+ changes:
+ - 5.0.0
+ label: Utensils
+ search:
+ terms:
+ - cutlery
+ - dining
+ - dinner
+ - eat
+ - food
+ - fork
+ - knife
+ - restaurant
+ styles:
+ - solid
+ unicode: f2e7
+ voted: false
+vaadin:
+ changes:
+ - 5.0.0
+ label: Vaadin
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f408
+ voted: false
+vector-square:
+ changes:
+ - 5.1.0
+ label: Vector Square
+ search:
+ terms:
+ - anchors
+ - lines
+ - object
+ - render
+ - shape
+ styles:
+ - solid
+ unicode: f5cb
+ voted: false
+venus:
+ changes:
+ - '4.3'
+ - 5.0.0
+ - 5.11.0
+ - 5.11.1
+ label: Venus
+ search:
+ terms:
+ - female
+ styles:
+ - solid
+ unicode: f221
+ voted: false
+venus-double:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Venus Double
+ search:
+ terms:
+ - female
+ styles:
+ - solid
+ unicode: f226
+ voted: false
+venus-mars:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Venus Mars
+ search:
+ terms:
+ - Gender
+ styles:
+ - solid
+ unicode: f228
+ voted: false
+vest:
+ changes:
+ - 5.15.0
+ - 5.15.1
+ label: vest
+ search:
+ terms:
+ - biker
+ - fashion
+ - style
+ styles:
+ - solid
+ unicode: e085
+ voted: false
+vest-patches:
+ changes:
+ - 5.15.0
+ - 5.15.1
+ label: vest-patches
+ search:
+ terms:
+ - biker
+ - fashion
+ - style
+ styles:
+ - solid
+ unicode: e086
+ voted: false
+viacoin:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: Viacoin
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f237
+ voted: false
+viadeo:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: Viadeo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2a9
+ voted: false
+viadeo-square:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.7.0
+ label: Viadeo Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2aa
+ voted: false
+vial:
+ changes:
+ - 5.0.7
+ label: Vial
+ search:
+ terms:
+ - experiment
+ - lab
+ - sample
+ - science
+ - test
+ - test tube
+ styles:
+ - solid
+ unicode: f492
+ voted: false
+vials:
+ changes:
+ - 5.0.7
+ label: Vials
+ search:
+ terms:
+ - experiment
+ - lab
+ - sample
+ - science
+ - test
+ - test tube
+ styles:
+ - solid
+ unicode: f493
+ voted: false
+viber:
+ changes:
+ - 5.0.0
+ - 5.0.3
+ label: Viber
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f409
+ voted: false
+video:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.0.9
+ label: Video
+ search:
+ terms:
+ - camera
+ - film
+ - movie
+ - record
+ - video-camera
+ styles:
+ - solid
+ unicode: f03d
+ voted: false
+video-slash:
+ changes:
+ - 5.0.9
+ label: Video Slash
+ search:
+ terms:
+ - add
+ - create
+ - film
+ - new
+ - positive
+ - record
+ - video
+ styles:
+ - solid
+ unicode: f4e2
+ voted: false
+vihara:
+ changes:
+ - 5.3.0
+ label: Vihara
+ search:
+ terms:
+ - buddhism
+ - buddhist
+ - building
+ - monastery
+ styles:
+ - solid
+ unicode: f6a7
+ voted: false
+vimeo:
+ changes:
+ - 5.0.0
+ label: Vimeo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f40a
+ voted: false
+vimeo-square:
+ changes:
+ - '4'
+ - 5.0.0
+ label: Vimeo Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f194
+ voted: false
+vimeo-v:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Vimeo
+ search:
+ terms:
+ - vimeo
+ styles:
+ - brands
+ unicode: f27d
+ voted: false
+vine:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: Vine
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1ca
+ voted: false
+virus:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Virus
+ search:
+ terms:
+ - bug
+ - covid-19
+ - flu
+ - health
+ - sick
+ - viral
+ styles:
+ - solid
+ unicode: e074
+ voted: false
+virus-slash:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Virus Slash
+ search:
+ terms:
+ - bug
+ - covid-19
+ - cure
+ - eliminate
+ - flu
+ - health
+ - sick
+ - viral
+ styles:
+ - solid
+ unicode: e075
+ voted: false
+viruses:
+ changes:
+ - 5.13.0
+ - 5.14.0
+ label: Viruses
+ search:
+ terms:
+ - bugs
+ - covid-19
+ - flu
+ - health
+ - multiply
+ - sick
+ - spread
+ - viral
+ styles:
+ - solid
+ unicode: e076
+ voted: false
+vk:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: VK
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f189
+ voted: false
+vnv:
+ changes:
+ - 5.0.0
+ label: VNV
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f40b
+ voted: false
+voicemail:
+ changes:
+ - 5.9.0
+ label: Voicemail
+ search:
+ terms:
+ - answer
+ - inbox
+ - message
+ - phone
+ styles:
+ - solid
+ unicode: f897
+ voted: true
+volleyball-ball:
+ changes:
+ - 5.0.5
+ - 5.8.0
+ label: Volleyball Ball
+ search:
+ terms:
+ - beach
+ - olympics
+ - sport
+ styles:
+ - solid
+ unicode: f45f
+ voted: false
+volume-down:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.3.0
+ label: Volume Down
+ search:
+ terms:
+ - audio
+ - lower
+ - music
+ - quieter
+ - sound
+ - speaker
+ styles:
+ - solid
+ unicode: f027
+ voted: false
+volume-mute:
+ changes:
+ - 5.3.0
+ label: Volume Mute
+ search:
+ terms:
+ - audio
+ - music
+ - quiet
+ - sound
+ - speaker
+ styles:
+ - solid
+ unicode: f6a9
+ voted: true
+volume-off:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.3.0
+ - 5.8.0
+ label: Volume Off
+ search:
+ terms:
+ - audio
+ - ban
+ - music
+ - mute
+ - quiet
+ - silent
+ - sound
+ styles:
+ - solid
+ unicode: f026
+ voted: false
+volume-up:
+ changes:
+ - '1'
+ - 5.0.0
+ - 5.3.0
+ label: Volume Up
+ search:
+ terms:
+ - audio
+ - higher
+ - louder
+ - music
+ - sound
+ - speaker
+ styles:
+ - solid
+ unicode: f028
+ voted: false
+vote-yea:
+ changes:
+ - 5.5.0
+ label: Vote Yea
+ search:
+ terms:
+ - accept
+ - cast
+ - election
+ - politics
+ - positive
+ - 'yes'
+ styles:
+ - solid
+ unicode: f772
+ voted: false
+vr-cardboard:
+ changes:
+ - 5.4.0
+ label: Cardboard VR
+ search:
+ terms:
+ - 3d
+ - augment
+ - google
+ - reality
+ - virtual
+ styles:
+ - solid
+ unicode: f729
+ voted: true
+vuejs:
+ changes:
+ - 5.0.0
+ label: Vue.js
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f41f
+ voted: false
+walking:
+ changes:
+ - 5.0.13
+ label: Walking
+ search:
+ terms:
+ - exercise
+ - health
+ - pedometer
+ - person
+ - steps
+ styles:
+ - solid
+ unicode: f554
+ voted: true
+wallet:
+ changes:
+ - 5.0.13
+ label: Wallet
+ search:
+ terms:
+ - billfold
+ - cash
+ - currency
+ - money
+ styles:
+ - solid
+ unicode: f555
+ voted: true
+warehouse:
+ changes:
+ - 5.0.7
+ label: Warehouse
+ search:
+ terms:
+ - building
+ - capacity
+ - garage
+ - inventory
+ - storage
+ styles:
+ - solid
+ unicode: f494
+ voted: false
+watchman-monitoring:
+ changes:
+ - 5.15.0
+ label: Watchman Monitoring
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e087
+ voted: false
+water:
+ changes:
+ - 5.5.0
+ label: Water
+ search:
+ terms:
+ - lake
+ - liquid
+ - ocean
+ - sea
+ - swim
+ - wet
+ styles:
+ - solid
+ unicode: f773
+ voted: false
+wave-square:
+ changes:
+ - 5.8.0
+ label: Square Wave
+ search:
+ terms:
+ - frequency
+ - pulse
+ - signal
+ styles:
+ - solid
+ unicode: f83e
+ voted: false
+waze:
+ changes:
+ - 5.8.0
+ label: Waze
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f83f
+weebly:
+ changes:
+ - 5.1.0
+ label: Weebly
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5cc
+ voted: true
+weibo:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Weibo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f18a
+ voted: false
+weight:
+ changes:
+ - 5.0.7
+ label: Weight
+ search:
+ terms:
+ - health
+ - measurement
+ - scale
+ - weight
+ styles:
+ - solid
+ unicode: f496
+ voted: false
+weight-hanging:
+ changes:
+ - 5.1.0
+ label: Hanging Weight
+ search:
+ terms:
+ - anvil
+ - heavy
+ - measurement
+ styles:
+ - solid
+ unicode: f5cd
+ voted: false
+weixin:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.0.3
+ label: Weixin (WeChat)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1d7
+ voted: false
+whatsapp:
+ changes:
+ - '4.3'
+ - 5.0.0
+ label: What's App
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f232
+ voted: false
+whatsapp-square:
+ changes:
+ - 5.0.0
+ label: What's App Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f40c
+ voted: false
+wheelchair:
+ changes:
+ - '4'
+ - 5.0.0
+ - 5.10.2
+ label: Wheelchair
+ search:
+ terms:
+ - accessible
+ - handicap
+ - person
+ styles:
+ - solid
+ unicode: f193
+ voted: false
+whmcs:
+ changes:
+ - 5.0.0
+ label: WHMCS
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f40d
+ voted: false
+wifi:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.3.0
+ - 5.10.1
+ - 5.11.1
+ label: WiFi
+ search:
+ terms:
+ - connection
+ - hotspot
+ - internet
+ - network
+ - wireless
+ styles:
+ - solid
+ unicode: f1eb
+ voted: false
+wikipedia-w:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Wikipedia W
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f266
+ voted: false
+wind:
+ changes:
+ - 5.4.0
+ - 5.5.0
+ label: Wind
+ search:
+ terms:
+ - air
+ - blow
+ - breeze
+ - fall
+ - seasonal
+ - weather
+ styles:
+ - solid
+ unicode: f72e
+ voted: false
+window-close:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Window Close
+ search:
+ terms:
+ - browser
+ - cancel
+ - computer
+ - development
+ styles:
+ - solid
+ - regular
+ unicode: f410
+ voted: false
+window-maximize:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Window Maximize
+ search:
+ terms:
+ - browser
+ - computer
+ - development
+ - expand
+ styles:
+ - solid
+ - regular
+ unicode: f2d0
+ voted: false
+window-minimize:
+ changes:
+ - '4.7'
+ - 5.0.0
+ - 5.10.1
+ label: Window Minimize
+ search:
+ terms:
+ - browser
+ - collapse
+ - computer
+ - development
+ styles:
+ - solid
+ - regular
+ unicode: f2d1
+ voted: false
+window-restore:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: Window Restore
+ search:
+ terms:
+ - browser
+ - computer
+ - development
+ styles:
+ - solid
+ - regular
+ unicode: f2d2
+ voted: false
+windows:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Windows
+ search:
+ terms:
+ - microsoft
+ - operating system
+ - os
+ styles:
+ - brands
+ unicode: f17a
+ voted: false
+wine-bottle:
+ changes:
+ - 5.4.0
+ label: Wine Bottle
+ search:
+ terms:
+ - alcohol
+ - beverage
+ - cabernet
+ - drink
+ - glass
+ - grapes
+ - merlot
+ - sauvignon
+ styles:
+ - solid
+ unicode: f72f
+ voted: false
+wine-glass:
+ changes:
+ - 5.0.9
+ - 5.1.0
+ - 5.10.1
+ - 5.11.0
+ - 5.11.1
+ label: Wine Glass
+ search:
+ terms:
+ - alcohol
+ - beverage
+ - cabernet
+ - drink
+ - grapes
+ - merlot
+ - sauvignon
+ styles:
+ - solid
+ unicode: f4e3
+ voted: false
+wine-glass-alt:
+ changes:
+ - 5.1.0
+ - 5.10.1
+ - 5.11.0
+ - 5.11.1
+ label: Alternate Wine Glas
+ search:
+ terms:
+ - alcohol
+ - beverage
+ - cabernet
+ - drink
+ - grapes
+ - merlot
+ - sauvignon
+ styles:
+ - solid
+ unicode: f5ce
+ voted: false
+wix:
+ changes:
+ - 5.1.0
+ label: Wix
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f5cf
+ voted: true
+wizards-of-the-coast:
+ changes:
+ - 5.4.0
+ label: Wizards of the Coast
+ search:
+ terms:
+ - Dungeons & Dragons
+ - d&d
+ - dnd
+ - fantasy
+ - game
+ - gaming
+ - tabletop
+ styles:
+ - brands
+ unicode: f730
+ voted: false
+wodu:
+ changes:
+ - 5.15.0
+ label: Wodu
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: e088
+ voted: false
+wolf-pack-battalion:
+ changes:
+ - 5.0.12
+ - 5.8.0
+ label: Wolf Pack Battalion
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f514
+ voted: false
+won-sign:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Won Sign
+ search:
+ terms:
+ - currency
+ - krw
+ - money
+ styles:
+ - solid
+ unicode: f159
+ voted: false
+wordpress:
+ changes:
+ - '4.1'
+ - 5.0.0
+ label: WordPress Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f19a
+ voted: false
+wordpress-simple:
+ changes:
+ - 5.0.0
+ label: Wordpress Simple
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f411
+ voted: false
+wpbeginner:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: WPBeginner
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f297
+ voted: false
+wpexplorer:
+ changes:
+ - '4.7'
+ - 5.0.0
+ label: WPExplorer
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2de
+ voted: false
+wpforms:
+ changes:
+ - '4.6'
+ - 5.0.0
+ label: WPForms
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f298
+ voted: false
+wpressr:
+ changes:
+ - 5.4.2
+ label: wpressr
+ search:
+ terms:
+ - rendact
+ styles:
+ - brands
+ unicode: f3e4
+ voted: false
+wrench:
+ changes:
+ - '2'
+ - 5.0.0
+ - 5.0.13
+ label: Wrench
+ search:
+ terms:
+ - construction
+ - fix
+ - mechanic
+ - plumbing
+ - settings
+ - spanner
+ - tool
+ - update
+ styles:
+ - solid
+ unicode: f0ad
+ voted: false
+x-ray:
+ changes:
+ - 5.0.7
+ - 5.10.2
+ label: X-Ray
+ search:
+ terms:
+ - health
+ - medical
+ - radiological images
+ - radiology
+ - skeleton
+ styles:
+ - solid
+ unicode: f497
+ voted: false
+xbox:
+ changes:
+ - 5.0.0
+ label: Xbox
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f412
+ voted: false
+xing:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Xing
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f168
+ voted: false
+xing-square:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Xing Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f169
+ voted: false
+y-combinator:
+ changes:
+ - '4.4'
+ - 5.0.0
+ label: Y Combinator
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f23b
+ voted: false
+yahoo:
+ changes:
+ - '4.1'
+ - 5.0.0
+ - 5.0.3
+ - 5.13.1
+ label: Yahoo Logo
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f19e
+ voted: false
+yammer:
+ changes:
+ - 5.8.0
+ label: Yammer
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f840
+yandex:
+ changes:
+ - 5.0.0
+ label: Yandex
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f413
+ voted: false
+yandex-international:
+ changes:
+ - 5.0.0
+ label: Yandex International
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f414
+ voted: false
+yarn:
+ changes:
+ - 5.6.0
+ label: Yarn
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f7e3
+ voted: true
+yelp:
+ changes:
+ - '4.2'
+ - 5.0.0
+ - 5.7.0
+ - 5.8.0
+ label: Yelp
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f1e9
+ voted: false
+yen-sign:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: Yen Sign
+ search:
+ terms:
+ - currency
+ - jpy
+ - money
+ styles:
+ - solid
+ unicode: f157
+ voted: false
+yin-yang:
+ changes:
+ - 5.3.0
+ - 5.10.2
+ - 5.11.0
+ - 5.11.1
+ label: Yin Yang
+ search:
+ terms:
+ - daoism
+ - opposites
+ - taoism
+ styles:
+ - solid
+ unicode: f6ad
+ voted: false
+yoast:
+ changes:
+ - '4.6'
+ - 5.0.0
+ - 5.0.3
+ label: Yoast
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f2b1
+ voted: false
+youtube:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: YouTube
+ search:
+ terms:
+ - film
+ - video
+ - youtube-play
+ - youtube-square
+ styles:
+ - brands
+ unicode: f167
+ voted: false
+youtube-square:
+ changes:
+ - 5.0.3
+ label: YouTube Square
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f431
+ voted: false
+zhihu:
+ changes:
+ - 5.2.0
+ label: Zhihu
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: f63f
+ voted: true
diff --git a/webapp/css/admin/font-awesome.min.css b/webapp/css/admin/font-awesome.min.css
new file mode 100644
index 0000000000000000000000000000000000000000..540440ce89f2a408aa699b65100e18f15e0f09ca
--- /dev/null
+++ b/webapp/css/admin/font-awesome.min.css
@@ -0,0 +1,4 @@
+/*!
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/webapp/css/admin/fonts/bootstrap-icons.woff b/webapp/css/admin/fonts/bootstrap-icons.woff
new file mode 100644
index 0000000000000000000000000000000000000000..a15c62d5c6fc6505c9dcdc14443c9573518f8584
Binary files /dev/null and b/webapp/css/admin/fonts/bootstrap-icons.woff differ
diff --git a/webapp/css/admin/fonts/bootstrap-icons.woff2 b/webapp/css/admin/fonts/bootstrap-icons.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..4d06fa9f63581fe8ed87fc31af67daa414263eb2
Binary files /dev/null and b/webapp/css/admin/fonts/bootstrap-icons.woff2 differ
diff --git a/webapp/css/admin/fonts/tabler-icons.eot b/webapp/css/admin/fonts/tabler-icons.eot
new file mode 100644
index 0000000000000000000000000000000000000000..a3b3e8cfae8dca6bc7ae58849ed61e80fe3fb362
Binary files /dev/null and b/webapp/css/admin/fonts/tabler-icons.eot differ
diff --git a/webapp/css/admin/fonts/tabler-icons.svg b/webapp/css/admin/fonts/tabler-icons.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5c004e45ea9971082ca0570ad5765e083b002bf2
--- /dev/null
+++ b/webapp/css/admin/fonts/tabler-icons.svg
@@ -0,0 +1,3906 @@
+
+
+