diff --git a/style/_font-awesome.scss b/style/_font-awesome.scss index f966c89..661f61f 100755 --- a/style/_font-awesome.scss +++ b/style/_font-awesome.scss @@ -1,7 +1,7 @@ $fa-font-path: "fa/fonts"; $fa-css-prefix: fa; -@import 'fa/fa-light'; +@import 'fa/light'; @import 'fa/mixins'; @import 'fa/core'; @import 'fa/larger'; @@ -16,15 +16,15 @@ $fa-css-prefix: fa; .#{$fa-css-prefix}-password:before { content: fa-content($fa-var-key); } //Menu +.#{$fa-css-prefix}-write:before { content: fa-content($fa-var-pen-fancy); } .#{$fa-css-prefix}-settings:before { content: fa-content($fa-var-cog); } .#{$fa-css-prefix}-logoff:before { content: fa-content($fa-var-sign-out); } -.#{$fa-css-prefix}-prev:before { content: fa-content($fa-var-angle-left); } -.#{$fa-css-prefix}-next:before { content: fa-content($fa-var-angle-right); } - //Writer .#{$fa-css-prefix}-bold:before { content: fa-content($fa-var-bold); } .#{$fa-css-prefix}-underline:before { content: fa-content($fa-var-underline); } .#{$fa-css-prefix}-ol:before { content: fa-content($fa-var-list-ol); } .#{$fa-css-prefix}-ul:before { content: fa-content($fa-var-list-ul); } -.#{$fa-css-prefix}-strike:before { content: fa-content($fa-var-strikethrough); } \ No newline at end of file +.#{$fa-css-prefix}-strike:before { content: fa-content($fa-var-strikethrough); } +.#{$fa-css-prefix}-prev:before { content: fa-content($fa-var-angle-left); } +.#{$fa-css-prefix}-next:before { content: fa-content($fa-var-angle-right); } diff --git a/style/_template.scss b/style/_template.scss index 0450d34..1a0c12c 100644 --- a/style/_template.scss +++ b/style/_template.scss @@ -231,7 +231,7 @@ footer { bottom: 0; text-align: center; color: $gray-400; - font-size: 0.9em; + font-size: 0.8em; width: 100%; height: 2rem; diff --git a/style/fa/_core.scss b/style/fa/_core.scss index 7fd37f8..a4ee7e8 100644 --- a/style/fa/_core.scss +++ b/style/fa/_core.scss @@ -14,3 +14,7 @@ text-rendering: auto; line-height: 1; } + +%fa-icon { + @include fa-icon; +} diff --git a/style/fa/_fixed-width.scss b/style/fa/_fixed-width.scss index 5b33eb4..970641f 100644 --- a/style/fa/_fixed-width.scss +++ b/style/fa/_fixed-width.scss @@ -2,5 +2,5 @@ // ------------------------- .#{$fa-css-prefix}-fw { text-align: center; - width: (20em / 16); + width: $fa-fw-width; } diff --git a/style/fa/_icons.scss b/style/fa/_icons.scss index 16422db..99ebdc6 100644 --- a/style/fa/_icons.scss +++ b/style/fa/_icons.scss @@ -2,26 +2,34 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-500px:before { content: fa-content($fa-var-500px); } +.#{$fa-css-prefix}-abacus:before { content: fa-content($fa-var-abacus); } .#{$fa-css-prefix}-accessible-icon:before { content: fa-content($fa-var-accessible-icon); } .#{$fa-css-prefix}-accusoft:before { content: fa-content($fa-var-accusoft); } +.#{$fa-css-prefix}-acorn:before { content: fa-content($fa-var-acorn); } +.#{$fa-css-prefix}-acquisitions-incorporated:before { content: fa-content($fa-var-acquisitions-incorporated); } +.#{$fa-css-prefix}-ad:before { content: fa-content($fa-var-ad); } .#{$fa-css-prefix}-address-book:before { content: fa-content($fa-var-address-book); } .#{$fa-css-prefix}-address-card:before { content: fa-content($fa-var-address-card); } .#{$fa-css-prefix}-adjust:before { content: fa-content($fa-var-adjust); } .#{$fa-css-prefix}-adn:before { content: fa-content($fa-var-adn); } .#{$fa-css-prefix}-adversal:before { content: fa-content($fa-var-adversal); } .#{$fa-css-prefix}-affiliatetheme:before { content: fa-content($fa-var-affiliatetheme); } +.#{$fa-css-prefix}-air-freshener:before { content: fa-content($fa-var-air-freshener); } .#{$fa-css-prefix}-alarm-clock:before { content: fa-content($fa-var-alarm-clock); } .#{$fa-css-prefix}-algolia:before { content: fa-content($fa-var-algolia); } +.#{$fa-css-prefix}-alicorn:before { content: fa-content($fa-var-alicorn); } .#{$fa-css-prefix}-align-center:before { content: fa-content($fa-var-align-center); } .#{$fa-css-prefix}-align-justify:before { content: fa-content($fa-var-align-justify); } .#{$fa-css-prefix}-align-left:before { content: fa-content($fa-var-align-left); } .#{$fa-css-prefix}-align-right:before { content: fa-content($fa-var-align-right); } +.#{$fa-css-prefix}-alipay:before { content: fa-content($fa-var-alipay); } .#{$fa-css-prefix}-allergies:before { content: fa-content($fa-var-allergies); } .#{$fa-css-prefix}-amazon:before { content: fa-content($fa-var-amazon); } .#{$fa-css-prefix}-amazon-pay:before { content: fa-content($fa-var-amazon-pay); } .#{$fa-css-prefix}-ambulance:before { content: fa-content($fa-var-ambulance); } .#{$fa-css-prefix}-american-sign-language-interpreting:before { content: fa-content($fa-var-american-sign-language-interpreting); } .#{$fa-css-prefix}-amilia:before { content: fa-content($fa-var-amilia); } +.#{$fa-css-prefix}-analytics:before { content: fa-content($fa-var-analytics); } .#{$fa-css-prefix}-anchor:before { content: fa-content($fa-var-anchor); } .#{$fa-css-prefix}-android:before { content: fa-content($fa-var-android); } .#{$fa-css-prefix}-angellist:before { content: fa-content($fa-var-angellist); } @@ -33,14 +41,19 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-angle-left:before { content: fa-content($fa-var-angle-left); } .#{$fa-css-prefix}-angle-right:before { content: fa-content($fa-var-angle-right); } .#{$fa-css-prefix}-angle-up:before { content: fa-content($fa-var-angle-up); } +.#{$fa-css-prefix}-angry:before { content: fa-content($fa-var-angry); } .#{$fa-css-prefix}-angrycreative:before { content: fa-content($fa-var-angrycreative); } .#{$fa-css-prefix}-angular:before { content: fa-content($fa-var-angular); } +.#{$fa-css-prefix}-ankh:before { content: fa-content($fa-var-ankh); } .#{$fa-css-prefix}-app-store:before { content: fa-content($fa-var-app-store); } .#{$fa-css-prefix}-app-store-ios:before { content: fa-content($fa-var-app-store-ios); } .#{$fa-css-prefix}-apper:before { content: fa-content($fa-var-apper); } .#{$fa-css-prefix}-apple:before { content: fa-content($fa-var-apple); } +.#{$fa-css-prefix}-apple-alt:before { content: fa-content($fa-var-apple-alt); } +.#{$fa-css-prefix}-apple-crate:before { content: fa-content($fa-var-apple-crate); } .#{$fa-css-prefix}-apple-pay:before { content: fa-content($fa-var-apple-pay); } .#{$fa-css-prefix}-archive:before { content: fa-content($fa-var-archive); } +.#{$fa-css-prefix}-archway:before { content: fa-content($fa-var-archway); } .#{$fa-css-prefix}-arrow-alt-circle-down:before { content: fa-content($fa-var-arrow-alt-circle-down); } .#{$fa-css-prefix}-arrow-alt-circle-left:before { content: fa-content($fa-var-arrow-alt-circle-left); } .#{$fa-css-prefix}-arrow-alt-circle-right:before { content: fa-content($fa-var-arrow-alt-circle-right); } @@ -91,18 +104,31 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-asterisk:before { content: fa-content($fa-var-asterisk); } .#{$fa-css-prefix}-asymmetrik:before { content: fa-content($fa-var-asymmetrik); } .#{$fa-css-prefix}-at:before { content: fa-content($fa-var-at); } +.#{$fa-css-prefix}-atlas:before { content: fa-content($fa-var-atlas); } +.#{$fa-css-prefix}-atom:before { content: fa-content($fa-var-atom); } +.#{$fa-css-prefix}-atom-alt:before { content: fa-content($fa-var-atom-alt); } .#{$fa-css-prefix}-audible:before { content: fa-content($fa-var-audible); } .#{$fa-css-prefix}-audio-description:before { content: fa-content($fa-var-audio-description); } .#{$fa-css-prefix}-autoprefixer:before { content: fa-content($fa-var-autoprefixer); } .#{$fa-css-prefix}-avianex:before { content: fa-content($fa-var-avianex); } .#{$fa-css-prefix}-aviato:before { content: fa-content($fa-var-aviato); } +.#{$fa-css-prefix}-award:before { content: fa-content($fa-var-award); } .#{$fa-css-prefix}-aws:before { content: fa-content($fa-var-aws); } +.#{$fa-css-prefix}-axe:before { content: fa-content($fa-var-axe); } +.#{$fa-css-prefix}-axe-battle:before { content: fa-content($fa-var-axe-battle); } +.#{$fa-css-prefix}-backpack:before { content: fa-content($fa-var-backpack); } +.#{$fa-css-prefix}-backspace:before { content: fa-content($fa-var-backspace); } .#{$fa-css-prefix}-backward:before { content: fa-content($fa-var-backward); } .#{$fa-css-prefix}-badge:before { content: fa-content($fa-var-badge); } .#{$fa-css-prefix}-badge-check:before { content: fa-content($fa-var-badge-check); } +.#{$fa-css-prefix}-badge-dollar:before { content: fa-content($fa-var-badge-dollar); } +.#{$fa-css-prefix}-badge-percent:before { content: fa-content($fa-var-badge-percent); } +.#{$fa-css-prefix}-badger-honey:before { content: fa-content($fa-var-badger-honey); } .#{$fa-css-prefix}-balance-scale:before { content: fa-content($fa-var-balance-scale); } .#{$fa-css-prefix}-balance-scale-left:before { content: fa-content($fa-var-balance-scale-left); } .#{$fa-css-prefix}-balance-scale-right:before { content: fa-content($fa-var-balance-scale-right); } +.#{$fa-css-prefix}-ballot:before { content: fa-content($fa-var-ballot); } +.#{$fa-css-prefix}-ballot-check:before { content: fa-content($fa-var-ballot-check); } .#{$fa-css-prefix}-ban:before { content: fa-content($fa-var-ban); } .#{$fa-css-prefix}-band-aid:before { content: fa-content($fa-var-band-aid); } .#{$fa-css-prefix}-bandcamp:before { content: fa-content($fa-var-bandcamp); } @@ -115,6 +141,7 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-baseball-ball:before { content: fa-content($fa-var-baseball-ball); } .#{$fa-css-prefix}-basketball-ball:before { content: fa-content($fa-var-basketball-ball); } .#{$fa-css-prefix}-basketball-hoop:before { content: fa-content($fa-var-basketball-hoop); } +.#{$fa-css-prefix}-bat:before { content: fa-content($fa-var-bat); } .#{$fa-css-prefix}-bath:before { content: fa-content($fa-var-bath); } .#{$fa-css-prefix}-battery-bolt:before { content: fa-content($fa-var-battery-bolt); } .#{$fa-css-prefix}-battery-empty:before { content: fa-content($fa-var-battery-empty); } @@ -128,7 +155,11 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-behance:before { content: fa-content($fa-var-behance); } .#{$fa-css-prefix}-behance-square:before { content: fa-content($fa-var-behance-square); } .#{$fa-css-prefix}-bell:before { content: fa-content($fa-var-bell); } +.#{$fa-css-prefix}-bell-school:before { content: fa-content($fa-var-bell-school); } +.#{$fa-css-prefix}-bell-school-slash:before { content: fa-content($fa-var-bell-school-slash); } .#{$fa-css-prefix}-bell-slash:before { content: fa-content($fa-var-bell-slash); } +.#{$fa-css-prefix}-bezier-curve:before { content: fa-content($fa-var-bezier-curve); } +.#{$fa-css-prefix}-bible:before { content: fa-content($fa-var-bible); } .#{$fa-css-prefix}-bicycle:before { content: fa-content($fa-var-bicycle); } .#{$fa-css-prefix}-bimobject:before { content: fa-content($fa-var-bimobject); } .#{$fa-css-prefix}-binoculars:before { content: fa-content($fa-var-binoculars); } @@ -140,6 +171,7 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-blackberry:before { content: fa-content($fa-var-blackberry); } .#{$fa-css-prefix}-blanket:before { content: fa-content($fa-var-blanket); } .#{$fa-css-prefix}-blender:before { content: fa-content($fa-var-blender); } +.#{$fa-css-prefix}-blender-phone:before { content: fa-content($fa-var-blender-phone); } .#{$fa-css-prefix}-blind:before { content: fa-content($fa-var-blind); } .#{$fa-css-prefix}-blogger:before { content: fa-content($fa-var-blogger); } .#{$fa-css-prefix}-blogger-b:before { content: fa-content($fa-var-blogger-b); } @@ -148,14 +180,25 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-bold:before { content: fa-content($fa-var-bold); } .#{$fa-css-prefix}-bolt:before { content: fa-content($fa-var-bolt); } .#{$fa-css-prefix}-bomb:before { content: fa-content($fa-var-bomb); } +.#{$fa-css-prefix}-bone:before { content: fa-content($fa-var-bone); } +.#{$fa-css-prefix}-bone-break:before { content: fa-content($fa-var-bone-break); } +.#{$fa-css-prefix}-bong:before { content: fa-content($fa-var-bong); } .#{$fa-css-prefix}-book:before { content: fa-content($fa-var-book); } +.#{$fa-css-prefix}-book-alt:before { content: fa-content($fa-var-book-alt); } +.#{$fa-css-prefix}-book-dead:before { content: fa-content($fa-var-book-dead); } .#{$fa-css-prefix}-book-heart:before { content: fa-content($fa-var-book-heart); } .#{$fa-css-prefix}-book-open:before { content: fa-content($fa-var-book-open); } +.#{$fa-css-prefix}-book-reader:before { content: fa-content($fa-var-book-reader); } +.#{$fa-css-prefix}-book-spells:before { content: fa-content($fa-var-book-spells); } .#{$fa-css-prefix}-bookmark:before { content: fa-content($fa-var-bookmark); } +.#{$fa-css-prefix}-books:before { content: fa-content($fa-var-books); } +.#{$fa-css-prefix}-booth-curtain:before { content: fa-content($fa-var-booth-curtain); } +.#{$fa-css-prefix}-bow-arrow:before { content: fa-content($fa-var-bow-arrow); } .#{$fa-css-prefix}-bowling-ball:before { content: fa-content($fa-var-bowling-ball); } .#{$fa-css-prefix}-bowling-pins:before { content: fa-content($fa-var-bowling-pins); } .#{$fa-css-prefix}-box:before { content: fa-content($fa-var-box); } .#{$fa-css-prefix}-box-alt:before { content: fa-content($fa-var-box-alt); } +.#{$fa-css-prefix}-box-ballot:before { content: fa-content($fa-var-box-ballot); } .#{$fa-css-prefix}-box-check:before { content: fa-content($fa-var-box-check); } .#{$fa-css-prefix}-box-fragile:before { content: fa-content($fa-var-box-fragile); } .#{$fa-css-prefix}-box-full:before { content: fa-content($fa-var-box-full); } @@ -167,21 +210,30 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-boxes-alt:before { content: fa-content($fa-var-boxes-alt); } .#{$fa-css-prefix}-boxing-glove:before { content: fa-content($fa-var-boxing-glove); } .#{$fa-css-prefix}-braille:before { content: fa-content($fa-var-braille); } +.#{$fa-css-prefix}-brain:before { content: fa-content($fa-var-brain); } .#{$fa-css-prefix}-briefcase:before { content: fa-content($fa-var-briefcase); } .#{$fa-css-prefix}-briefcase-medical:before { content: fa-content($fa-var-briefcase-medical); } .#{$fa-css-prefix}-broadcast-tower:before { content: fa-content($fa-var-broadcast-tower); } .#{$fa-css-prefix}-broom:before { content: fa-content($fa-var-broom); } .#{$fa-css-prefix}-browser:before { content: fa-content($fa-var-browser); } +.#{$fa-css-prefix}-brush:before { content: fa-content($fa-var-brush); } .#{$fa-css-prefix}-btc:before { content: fa-content($fa-var-btc); } .#{$fa-css-prefix}-bug:before { content: fa-content($fa-var-bug); } .#{$fa-css-prefix}-building:before { content: fa-content($fa-var-building); } .#{$fa-css-prefix}-bullhorn:before { content: fa-content($fa-var-bullhorn); } .#{$fa-css-prefix}-bullseye:before { content: fa-content($fa-var-bullseye); } +.#{$fa-css-prefix}-bullseye-arrow:before { content: fa-content($fa-var-bullseye-arrow); } +.#{$fa-css-prefix}-bullseye-pointer:before { content: fa-content($fa-var-bullseye-pointer); } .#{$fa-css-prefix}-burn:before { content: fa-content($fa-var-burn); } .#{$fa-css-prefix}-buromobelexperte:before { content: fa-content($fa-var-buromobelexperte); } .#{$fa-css-prefix}-bus:before { content: fa-content($fa-var-bus); } +.#{$fa-css-prefix}-bus-alt:before { content: fa-content($fa-var-bus-alt); } +.#{$fa-css-prefix}-bus-school:before { content: fa-content($fa-var-bus-school); } +.#{$fa-css-prefix}-business-time:before { content: fa-content($fa-var-business-time); } .#{$fa-css-prefix}-buysellads:before { content: fa-content($fa-var-buysellads); } +.#{$fa-css-prefix}-cabinet-filing:before { content: fa-content($fa-var-cabinet-filing); } .#{$fa-css-prefix}-calculator:before { content: fa-content($fa-var-calculator); } +.#{$fa-css-prefix}-calculator-alt:before { content: fa-content($fa-var-calculator-alt); } .#{$fa-css-prefix}-calendar:before { content: fa-content($fa-var-calendar); } .#{$fa-css-prefix}-calendar-alt:before { content: fa-content($fa-var-calendar-alt); } .#{$fa-css-prefix}-calendar-check:before { content: fa-content($fa-var-calendar-check); } @@ -189,12 +241,27 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-calendar-exclamation:before { content: fa-content($fa-var-calendar-exclamation); } .#{$fa-css-prefix}-calendar-minus:before { content: fa-content($fa-var-calendar-minus); } .#{$fa-css-prefix}-calendar-plus:before { content: fa-content($fa-var-calendar-plus); } +.#{$fa-css-prefix}-calendar-star:before { content: fa-content($fa-var-calendar-star); } .#{$fa-css-prefix}-calendar-times:before { content: fa-content($fa-var-calendar-times); } .#{$fa-css-prefix}-camera:before { content: fa-content($fa-var-camera); } .#{$fa-css-prefix}-camera-alt:before { content: fa-content($fa-var-camera-alt); } .#{$fa-css-prefix}-camera-retro:before { content: fa-content($fa-var-camera-retro); } +.#{$fa-css-prefix}-campfire:before { content: fa-content($fa-var-campfire); } +.#{$fa-css-prefix}-campground:before { content: fa-content($fa-var-campground); } +.#{$fa-css-prefix}-candle-holder:before { content: fa-content($fa-var-candle-holder); } +.#{$fa-css-prefix}-candy-corn:before { content: fa-content($fa-var-candy-corn); } +.#{$fa-css-prefix}-cannabis:before { content: fa-content($fa-var-cannabis); } .#{$fa-css-prefix}-capsules:before { content: fa-content($fa-var-capsules); } .#{$fa-css-prefix}-car:before { content: fa-content($fa-var-car); } +.#{$fa-css-prefix}-car-alt:before { content: fa-content($fa-var-car-alt); } +.#{$fa-css-prefix}-car-battery:before { content: fa-content($fa-var-car-battery); } +.#{$fa-css-prefix}-car-bump:before { content: fa-content($fa-var-car-bump); } +.#{$fa-css-prefix}-car-crash:before { content: fa-content($fa-var-car-crash); } +.#{$fa-css-prefix}-car-garage:before { content: fa-content($fa-var-car-garage); } +.#{$fa-css-prefix}-car-mechanic:before { content: fa-content($fa-var-car-mechanic); } +.#{$fa-css-prefix}-car-side:before { content: fa-content($fa-var-car-side); } +.#{$fa-css-prefix}-car-tilt:before { content: fa-content($fa-var-car-tilt); } +.#{$fa-css-prefix}-car-wash:before { content: fa-content($fa-var-car-wash); } .#{$fa-css-prefix}-caret-circle-down:before { content: fa-content($fa-var-caret-circle-down); } .#{$fa-css-prefix}-caret-circle-left:before { content: fa-content($fa-var-caret-circle-left); } .#{$fa-css-prefix}-caret-circle-right:before { content: fa-content($fa-var-caret-circle-right); } @@ -209,6 +276,8 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-caret-up:before { content: fa-content($fa-var-caret-up); } .#{$fa-css-prefix}-cart-arrow-down:before { content: fa-content($fa-var-cart-arrow-down); } .#{$fa-css-prefix}-cart-plus:before { content: fa-content($fa-var-cart-plus); } +.#{$fa-css-prefix}-cat:before { content: fa-content($fa-var-cat); } +.#{$fa-css-prefix}-cauldron:before { content: fa-content($fa-var-cauldron); } .#{$fa-css-prefix}-cc-amazon-pay:before { content: fa-content($fa-var-cc-amazon-pay); } .#{$fa-css-prefix}-cc-amex:before { content: fa-content($fa-var-cc-amex); } .#{$fa-css-prefix}-cc-apple-pay:before { content: fa-content($fa-var-cc-apple-pay); } @@ -221,14 +290,20 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-cc-visa:before { content: fa-content($fa-var-cc-visa); } .#{$fa-css-prefix}-centercode:before { content: fa-content($fa-var-centercode); } .#{$fa-css-prefix}-certificate:before { content: fa-content($fa-var-certificate); } +.#{$fa-css-prefix}-chair:before { content: fa-content($fa-var-chair); } +.#{$fa-css-prefix}-chair-office:before { content: fa-content($fa-var-chair-office); } .#{$fa-css-prefix}-chalkboard:before { content: fa-content($fa-var-chalkboard); } .#{$fa-css-prefix}-chalkboard-teacher:before { content: fa-content($fa-var-chalkboard-teacher); } +.#{$fa-css-prefix}-charging-station:before { content: fa-content($fa-var-charging-station); } .#{$fa-css-prefix}-chart-area:before { content: fa-content($fa-var-chart-area); } .#{$fa-css-prefix}-chart-bar:before { content: fa-content($fa-var-chart-bar); } .#{$fa-css-prefix}-chart-line:before { content: fa-content($fa-var-chart-line); } +.#{$fa-css-prefix}-chart-line-down:before { content: fa-content($fa-var-chart-line-down); } .#{$fa-css-prefix}-chart-pie:before { content: fa-content($fa-var-chart-pie); } +.#{$fa-css-prefix}-chart-pie-alt:before { content: fa-content($fa-var-chart-pie-alt); } .#{$fa-css-prefix}-check:before { content: fa-content($fa-var-check); } .#{$fa-css-prefix}-check-circle:before { content: fa-content($fa-var-check-circle); } +.#{$fa-css-prefix}-check-double:before { content: fa-content($fa-var-check-double); } .#{$fa-css-prefix}-check-square:before { content: fa-content($fa-var-check-square); } .#{$fa-css-prefix}-chess:before { content: fa-content($fa-var-chess); } .#{$fa-css-prefix}-chess-bishop:before { content: fa-content($fa-var-chess-bishop); } @@ -267,21 +342,43 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-church:before { content: fa-content($fa-var-church); } .#{$fa-css-prefix}-circle:before { content: fa-content($fa-var-circle); } .#{$fa-css-prefix}-circle-notch:before { content: fa-content($fa-var-circle-notch); } +.#{$fa-css-prefix}-city:before { content: fa-content($fa-var-city); } +.#{$fa-css-prefix}-claw-marks:before { content: fa-content($fa-var-claw-marks); } .#{$fa-css-prefix}-clipboard:before { content: fa-content($fa-var-clipboard); } .#{$fa-css-prefix}-clipboard-check:before { content: fa-content($fa-var-clipboard-check); } .#{$fa-css-prefix}-clipboard-list:before { content: fa-content($fa-var-clipboard-list); } +.#{$fa-css-prefix}-clipboard-list-check:before { content: fa-content($fa-var-clipboard-list-check); } +.#{$fa-css-prefix}-clipboard-prescription:before { content: fa-content($fa-var-clipboard-prescription); } .#{$fa-css-prefix}-clock:before { content: fa-content($fa-var-clock); } .#{$fa-css-prefix}-clone:before { content: fa-content($fa-var-clone); } .#{$fa-css-prefix}-closed-captioning:before { content: fa-content($fa-var-closed-captioning); } .#{$fa-css-prefix}-cloud:before { content: fa-content($fa-var-cloud); } .#{$fa-css-prefix}-cloud-download:before { content: fa-content($fa-var-cloud-download); } .#{$fa-css-prefix}-cloud-download-alt:before { content: fa-content($fa-var-cloud-download-alt); } +.#{$fa-css-prefix}-cloud-drizzle:before { content: fa-content($fa-var-cloud-drizzle); } +.#{$fa-css-prefix}-cloud-hail:before { content: fa-content($fa-var-cloud-hail); } +.#{$fa-css-prefix}-cloud-hail-mixed:before { content: fa-content($fa-var-cloud-hail-mixed); } +.#{$fa-css-prefix}-cloud-meatball:before { content: fa-content($fa-var-cloud-meatball); } +.#{$fa-css-prefix}-cloud-moon:before { content: fa-content($fa-var-cloud-moon); } +.#{$fa-css-prefix}-cloud-moon-rain:before { content: fa-content($fa-var-cloud-moon-rain); } +.#{$fa-css-prefix}-cloud-rain:before { content: fa-content($fa-var-cloud-rain); } +.#{$fa-css-prefix}-cloud-rainbow:before { content: fa-content($fa-var-cloud-rainbow); } +.#{$fa-css-prefix}-cloud-showers:before { content: fa-content($fa-var-cloud-showers); } +.#{$fa-css-prefix}-cloud-showers-heavy:before { content: fa-content($fa-var-cloud-showers-heavy); } +.#{$fa-css-prefix}-cloud-sleet:before { content: fa-content($fa-var-cloud-sleet); } +.#{$fa-css-prefix}-cloud-snow:before { content: fa-content($fa-var-cloud-snow); } +.#{$fa-css-prefix}-cloud-sun:before { content: fa-content($fa-var-cloud-sun); } +.#{$fa-css-prefix}-cloud-sun-rain:before { content: fa-content($fa-var-cloud-sun-rain); } .#{$fa-css-prefix}-cloud-upload:before { content: fa-content($fa-var-cloud-upload); } .#{$fa-css-prefix}-cloud-upload-alt:before { content: fa-content($fa-var-cloud-upload-alt); } +.#{$fa-css-prefix}-clouds:before { content: fa-content($fa-var-clouds); } +.#{$fa-css-prefix}-clouds-moon:before { content: fa-content($fa-var-clouds-moon); } +.#{$fa-css-prefix}-clouds-sun:before { content: fa-content($fa-var-clouds-sun); } .#{$fa-css-prefix}-cloudscale:before { content: fa-content($fa-var-cloudscale); } .#{$fa-css-prefix}-cloudsmith:before { content: fa-content($fa-var-cloudsmith); } .#{$fa-css-prefix}-cloudversify:before { content: fa-content($fa-var-cloudversify); } .#{$fa-css-prefix}-club:before { content: fa-content($fa-var-club); } +.#{$fa-css-prefix}-cocktail:before { content: fa-content($fa-var-cocktail); } .#{$fa-css-prefix}-code:before { content: fa-content($fa-var-code); } .#{$fa-css-prefix}-code-branch:before { content: fa-content($fa-var-code-branch); } .#{$fa-css-prefix}-code-commit:before { content: fa-content($fa-var-code-commit); } @@ -289,6 +386,8 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-codepen:before { content: fa-content($fa-var-codepen); } .#{$fa-css-prefix}-codiepie:before { content: fa-content($fa-var-codiepie); } .#{$fa-css-prefix}-coffee:before { content: fa-content($fa-var-coffee); } +.#{$fa-css-prefix}-coffee-togo:before { content: fa-content($fa-var-coffee-togo); } +.#{$fa-css-prefix}-coffin:before { content: fa-content($fa-var-coffin); } .#{$fa-css-prefix}-cog:before { content: fa-content($fa-var-cog); } .#{$fa-css-prefix}-cogs:before { content: fa-content($fa-var-cogs); } .#{$fa-css-prefix}-coins:before { content: fa-content($fa-var-coins); } @@ -296,6 +395,7 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-comment:before { content: fa-content($fa-var-comment); } .#{$fa-css-prefix}-comment-alt:before { content: fa-content($fa-var-comment-alt); } .#{$fa-css-prefix}-comment-alt-check:before { content: fa-content($fa-var-comment-alt-check); } +.#{$fa-css-prefix}-comment-alt-dollar:before { content: fa-content($fa-var-comment-alt-dollar); } .#{$fa-css-prefix}-comment-alt-dots:before { content: fa-content($fa-var-comment-alt-dots); } .#{$fa-css-prefix}-comment-alt-edit:before { content: fa-content($fa-var-comment-alt-edit); } .#{$fa-css-prefix}-comment-alt-exclamation:before { content: fa-content($fa-var-comment-alt-exclamation); } @@ -306,6 +406,7 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-comment-alt-smile:before { content: fa-content($fa-var-comment-alt-smile); } .#{$fa-css-prefix}-comment-alt-times:before { content: fa-content($fa-var-comment-alt-times); } .#{$fa-css-prefix}-comment-check:before { content: fa-content($fa-var-comment-check); } +.#{$fa-css-prefix}-comment-dollar:before { content: fa-content($fa-var-comment-dollar); } .#{$fa-css-prefix}-comment-dots:before { content: fa-content($fa-var-comment-dots); } .#{$fa-css-prefix}-comment-edit:before { content: fa-content($fa-var-comment-edit); } .#{$fa-css-prefix}-comment-exclamation:before { content: fa-content($fa-var-comment-exclamation); } @@ -317,19 +418,27 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-comment-times:before { content: fa-content($fa-var-comment-times); } .#{$fa-css-prefix}-comments:before { content: fa-content($fa-var-comments); } .#{$fa-css-prefix}-comments-alt:before { content: fa-content($fa-var-comments-alt); } +.#{$fa-css-prefix}-comments-alt-dollar:before { content: fa-content($fa-var-comments-alt-dollar); } +.#{$fa-css-prefix}-comments-dollar:before { content: fa-content($fa-var-comments-dollar); } .#{$fa-css-prefix}-compact-disc:before { content: fa-content($fa-var-compact-disc); } .#{$fa-css-prefix}-compass:before { content: fa-content($fa-var-compass); } +.#{$fa-css-prefix}-compass-slash:before { content: fa-content($fa-var-compass-slash); } .#{$fa-css-prefix}-compress:before { content: fa-content($fa-var-compress); } .#{$fa-css-prefix}-compress-alt:before { content: fa-content($fa-var-compress-alt); } .#{$fa-css-prefix}-compress-wide:before { content: fa-content($fa-var-compress-wide); } +.#{$fa-css-prefix}-concierge-bell:before { content: fa-content($fa-var-concierge-bell); } .#{$fa-css-prefix}-connectdevelop:before { content: fa-content($fa-var-connectdevelop); } .#{$fa-css-prefix}-container-storage:before { content: fa-content($fa-var-container-storage); } .#{$fa-css-prefix}-contao:before { content: fa-content($fa-var-contao); } .#{$fa-css-prefix}-conveyor-belt:before { content: fa-content($fa-var-conveyor-belt); } .#{$fa-css-prefix}-conveyor-belt-alt:before { content: fa-content($fa-var-conveyor-belt-alt); } +.#{$fa-css-prefix}-cookie:before { content: fa-content($fa-var-cookie); } +.#{$fa-css-prefix}-cookie-bite:before { content: fa-content($fa-var-cookie-bite); } .#{$fa-css-prefix}-copy:before { content: fa-content($fa-var-copy); } .#{$fa-css-prefix}-copyright:before { content: fa-content($fa-var-copyright); } +.#{$fa-css-prefix}-corn:before { content: fa-content($fa-var-corn); } .#{$fa-css-prefix}-couch:before { content: fa-content($fa-var-couch); } +.#{$fa-css-prefix}-cow:before { content: fa-content($fa-var-cow); } .#{$fa-css-prefix}-cpanel:before { content: fa-content($fa-var-cpanel); } .#{$fa-css-prefix}-creative-commons:before { content: fa-content($fa-var-creative-commons); } .#{$fa-css-prefix}-creative-commons-by:before { content: fa-content($fa-var-creative-commons-by); } @@ -349,7 +458,10 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-credit-card-blank:before { content: fa-content($fa-var-credit-card-blank); } .#{$fa-css-prefix}-credit-card-front:before { content: fa-content($fa-var-credit-card-front); } .#{$fa-css-prefix}-cricket:before { content: fa-content($fa-var-cricket); } +.#{$fa-css-prefix}-critical-role:before { content: fa-content($fa-var-critical-role); } .#{$fa-css-prefix}-crop:before { content: fa-content($fa-var-crop); } +.#{$fa-css-prefix}-crop-alt:before { content: fa-content($fa-var-crop-alt); } +.#{$fa-css-prefix}-cross:before { content: fa-content($fa-var-cross); } .#{$fa-css-prefix}-crosshairs:before { content: fa-content($fa-var-crosshairs); } .#{$fa-css-prefix}-crow:before { content: fa-content($fa-var-crow); } .#{$fa-css-prefix}-crown:before { content: fa-content($fa-var-crown); } @@ -361,18 +473,30 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-cut:before { content: fa-content($fa-var-cut); } .#{$fa-css-prefix}-cuttlefish:before { content: fa-content($fa-var-cuttlefish); } .#{$fa-css-prefix}-d-and-d:before { content: fa-content($fa-var-d-and-d); } +.#{$fa-css-prefix}-d-and-d-beyond:before { content: fa-content($fa-var-d-and-d-beyond); } +.#{$fa-css-prefix}-dagger:before { content: fa-content($fa-var-dagger); } .#{$fa-css-prefix}-dashcube:before { content: fa-content($fa-var-dashcube); } .#{$fa-css-prefix}-database:before { content: fa-content($fa-var-database); } .#{$fa-css-prefix}-deaf:before { content: fa-content($fa-var-deaf); } .#{$fa-css-prefix}-delicious:before { content: fa-content($fa-var-delicious); } +.#{$fa-css-prefix}-democrat:before { content: fa-content($fa-var-democrat); } .#{$fa-css-prefix}-deploydog:before { content: fa-content($fa-var-deploydog); } .#{$fa-css-prefix}-deskpro:before { content: fa-content($fa-var-deskpro); } .#{$fa-css-prefix}-desktop:before { content: fa-content($fa-var-desktop); } .#{$fa-css-prefix}-desktop-alt:before { content: fa-content($fa-var-desktop-alt); } +.#{$fa-css-prefix}-dev:before { content: fa-content($fa-var-dev); } .#{$fa-css-prefix}-deviantart:before { content: fa-content($fa-var-deviantart); } +.#{$fa-css-prefix}-dewpoint:before { content: fa-content($fa-var-dewpoint); } +.#{$fa-css-prefix}-dharmachakra:before { content: fa-content($fa-var-dharmachakra); } .#{$fa-css-prefix}-diagnoses:before { content: fa-content($fa-var-diagnoses); } .#{$fa-css-prefix}-diamond:before { content: fa-content($fa-var-diamond); } .#{$fa-css-prefix}-dice:before { content: fa-content($fa-var-dice); } +.#{$fa-css-prefix}-dice-d10:before { content: fa-content($fa-var-dice-d10); } +.#{$fa-css-prefix}-dice-d12:before { content: fa-content($fa-var-dice-d12); } +.#{$fa-css-prefix}-dice-d20:before { content: fa-content($fa-var-dice-d20); } +.#{$fa-css-prefix}-dice-d4:before { content: fa-content($fa-var-dice-d4); } +.#{$fa-css-prefix}-dice-d6:before { content: fa-content($fa-var-dice-d6); } +.#{$fa-css-prefix}-dice-d8:before { content: fa-content($fa-var-dice-d8); } .#{$fa-css-prefix}-dice-five:before { content: fa-content($fa-var-dice-five); } .#{$fa-css-prefix}-dice-four:before { content: fa-content($fa-var-dice-four); } .#{$fa-css-prefix}-dice-one:before { content: fa-content($fa-var-dice-one); } @@ -381,12 +505,19 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-dice-two:before { content: fa-content($fa-var-dice-two); } .#{$fa-css-prefix}-digg:before { content: fa-content($fa-var-digg); } .#{$fa-css-prefix}-digital-ocean:before { content: fa-content($fa-var-digital-ocean); } +.#{$fa-css-prefix}-digital-tachograph:before { content: fa-content($fa-var-digital-tachograph); } +.#{$fa-css-prefix}-diploma:before { content: fa-content($fa-var-diploma); } +.#{$fa-css-prefix}-directions:before { content: fa-content($fa-var-directions); } .#{$fa-css-prefix}-discord:before { content: fa-content($fa-var-discord); } .#{$fa-css-prefix}-discourse:before { content: fa-content($fa-var-discourse); } .#{$fa-css-prefix}-divide:before { content: fa-content($fa-var-divide); } +.#{$fa-css-prefix}-dizzy:before { content: fa-content($fa-var-dizzy); } .#{$fa-css-prefix}-dna:before { content: fa-content($fa-var-dna); } +.#{$fa-css-prefix}-do-not-enter:before { content: fa-content($fa-var-do-not-enter); } .#{$fa-css-prefix}-dochub:before { content: fa-content($fa-var-dochub); } .#{$fa-css-prefix}-docker:before { content: fa-content($fa-var-docker); } +.#{$fa-css-prefix}-dog:before { content: fa-content($fa-var-dog); } +.#{$fa-css-prefix}-dog-leashed:before { content: fa-content($fa-var-dog-leashed); } .#{$fa-css-prefix}-dollar-sign:before { content: fa-content($fa-var-dollar-sign); } .#{$fa-css-prefix}-dolly:before { content: fa-content($fa-var-dolly); } .#{$fa-css-prefix}-dolly-empty:before { content: fa-content($fa-var-dolly-empty); } @@ -400,26 +531,46 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-dove:before { content: fa-content($fa-var-dove); } .#{$fa-css-prefix}-download:before { content: fa-content($fa-var-download); } .#{$fa-css-prefix}-draft2digital:before { content: fa-content($fa-var-draft2digital); } +.#{$fa-css-prefix}-drafting-compass:before { content: fa-content($fa-var-drafting-compass); } +.#{$fa-css-prefix}-dragon:before { content: fa-content($fa-var-dragon); } +.#{$fa-css-prefix}-draw-circle:before { content: fa-content($fa-var-draw-circle); } +.#{$fa-css-prefix}-draw-polygon:before { content: fa-content($fa-var-draw-polygon); } +.#{$fa-css-prefix}-draw-square:before { content: fa-content($fa-var-draw-square); } .#{$fa-css-prefix}-dribbble:before { content: fa-content($fa-var-dribbble); } .#{$fa-css-prefix}-dribbble-square:before { content: fa-content($fa-var-dribbble-square); } .#{$fa-css-prefix}-dropbox:before { content: fa-content($fa-var-dropbox); } +.#{$fa-css-prefix}-drum:before { content: fa-content($fa-var-drum); } +.#{$fa-css-prefix}-drum-steelpan:before { content: fa-content($fa-var-drum-steelpan); } +.#{$fa-css-prefix}-drumstick:before { content: fa-content($fa-var-drumstick); } +.#{$fa-css-prefix}-drumstick-bite:before { content: fa-content($fa-var-drumstick-bite); } .#{$fa-css-prefix}-drupal:before { content: fa-content($fa-var-drupal); } +.#{$fa-css-prefix}-duck:before { content: fa-content($fa-var-duck); } .#{$fa-css-prefix}-dumbbell:before { content: fa-content($fa-var-dumbbell); } +.#{$fa-css-prefix}-dungeon:before { content: fa-content($fa-var-dungeon); } .#{$fa-css-prefix}-dyalog:before { content: fa-content($fa-var-dyalog); } +.#{$fa-css-prefix}-ear:before { content: fa-content($fa-var-ear); } .#{$fa-css-prefix}-earlybirds:before { content: fa-content($fa-var-earlybirds); } .#{$fa-css-prefix}-ebay:before { content: fa-content($fa-var-ebay); } +.#{$fa-css-prefix}-eclipse:before { content: fa-content($fa-var-eclipse); } +.#{$fa-css-prefix}-eclipse-alt:before { content: fa-content($fa-var-eclipse-alt); } .#{$fa-css-prefix}-edge:before { content: fa-content($fa-var-edge); } .#{$fa-css-prefix}-edit:before { content: fa-content($fa-var-edit); } .#{$fa-css-prefix}-eject:before { content: fa-content($fa-var-eject); } .#{$fa-css-prefix}-elementor:before { content: fa-content($fa-var-elementor); } +.#{$fa-css-prefix}-elephant:before { content: fa-content($fa-var-elephant); } .#{$fa-css-prefix}-ellipsis-h:before { content: fa-content($fa-var-ellipsis-h); } .#{$fa-css-prefix}-ellipsis-h-alt:before { content: fa-content($fa-var-ellipsis-h-alt); } .#{$fa-css-prefix}-ellipsis-v:before { content: fa-content($fa-var-ellipsis-v); } .#{$fa-css-prefix}-ellipsis-v-alt:before { content: fa-content($fa-var-ellipsis-v-alt); } +.#{$fa-css-prefix}-ello:before { content: fa-content($fa-var-ello); } .#{$fa-css-prefix}-ember:before { content: fa-content($fa-var-ember); } .#{$fa-css-prefix}-empire:before { content: fa-content($fa-var-empire); } +.#{$fa-css-prefix}-empty-set:before { content: fa-content($fa-var-empty-set); } +.#{$fa-css-prefix}-engine-warning:before { content: fa-content($fa-var-engine-warning); } .#{$fa-css-prefix}-envelope:before { content: fa-content($fa-var-envelope); } .#{$fa-css-prefix}-envelope-open:before { content: fa-content($fa-var-envelope-open); } +.#{$fa-css-prefix}-envelope-open-dollar:before { content: fa-content($fa-var-envelope-open-dollar); } +.#{$fa-css-prefix}-envelope-open-text:before { content: fa-content($fa-var-envelope-open-text); } .#{$fa-css-prefix}-envelope-square:before { content: fa-content($fa-var-envelope-square); } .#{$fa-css-prefix}-envira:before { content: fa-content($fa-var-envira); } .#{$fa-css-prefix}-equals:before { content: fa-content($fa-var-equals); } @@ -446,15 +597,18 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-external-link-square-alt:before { content: fa-content($fa-var-external-link-square-alt); } .#{$fa-css-prefix}-eye:before { content: fa-content($fa-var-eye); } .#{$fa-css-prefix}-eye-dropper:before { content: fa-content($fa-var-eye-dropper); } +.#{$fa-css-prefix}-eye-evil:before { content: fa-content($fa-var-eye-evil); } .#{$fa-css-prefix}-eye-slash:before { content: fa-content($fa-var-eye-slash); } .#{$fa-css-prefix}-facebook:before { content: fa-content($fa-var-facebook); } .#{$fa-css-prefix}-facebook-f:before { content: fa-content($fa-var-facebook-f); } .#{$fa-css-prefix}-facebook-messenger:before { content: fa-content($fa-var-facebook-messenger); } .#{$fa-css-prefix}-facebook-square:before { content: fa-content($fa-var-facebook-square); } +.#{$fa-css-prefix}-fantasy-flight-games:before { content: fa-content($fa-var-fantasy-flight-games); } .#{$fa-css-prefix}-fast-backward:before { content: fa-content($fa-var-fast-backward); } .#{$fa-css-prefix}-fast-forward:before { content: fa-content($fa-var-fast-forward); } .#{$fa-css-prefix}-fax:before { content: fa-content($fa-var-fax); } .#{$fa-css-prefix}-feather:before { content: fa-content($fa-var-feather); } +.#{$fa-css-prefix}-feather-alt:before { content: fa-content($fa-var-feather-alt); } .#{$fa-css-prefix}-female:before { content: fa-content($fa-var-female); } .#{$fa-css-prefix}-field-hockey:before { content: fa-content($fa-var-field-hockey); } .#{$fa-css-prefix}-fighter-jet:before { content: fa-content($fa-var-fighter-jet); } @@ -462,39 +616,71 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-file-alt:before { content: fa-content($fa-var-file-alt); } .#{$fa-css-prefix}-file-archive:before { content: fa-content($fa-var-file-archive); } .#{$fa-css-prefix}-file-audio:before { content: fa-content($fa-var-file-audio); } +.#{$fa-css-prefix}-file-certificate:before { content: fa-content($fa-var-file-certificate); } +.#{$fa-css-prefix}-file-chart-line:before { content: fa-content($fa-var-file-chart-line); } +.#{$fa-css-prefix}-file-chart-pie:before { content: fa-content($fa-var-file-chart-pie); } .#{$fa-css-prefix}-file-check:before { content: fa-content($fa-var-file-check); } .#{$fa-css-prefix}-file-code:before { content: fa-content($fa-var-file-code); } +.#{$fa-css-prefix}-file-contract:before { content: fa-content($fa-var-file-contract); } +.#{$fa-css-prefix}-file-csv:before { content: fa-content($fa-var-file-csv); } +.#{$fa-css-prefix}-file-download:before { content: fa-content($fa-var-file-download); } .#{$fa-css-prefix}-file-edit:before { content: fa-content($fa-var-file-edit); } .#{$fa-css-prefix}-file-excel:before { content: fa-content($fa-var-file-excel); } .#{$fa-css-prefix}-file-exclamation:before { content: fa-content($fa-var-file-exclamation); } +.#{$fa-css-prefix}-file-export:before { content: fa-content($fa-var-file-export); } .#{$fa-css-prefix}-file-image:before { content: fa-content($fa-var-file-image); } +.#{$fa-css-prefix}-file-import:before { content: fa-content($fa-var-file-import); } +.#{$fa-css-prefix}-file-invoice:before { content: fa-content($fa-var-file-invoice); } +.#{$fa-css-prefix}-file-invoice-dollar:before { content: fa-content($fa-var-file-invoice-dollar); } .#{$fa-css-prefix}-file-medical:before { content: fa-content($fa-var-file-medical); } .#{$fa-css-prefix}-file-medical-alt:before { content: fa-content($fa-var-file-medical-alt); } .#{$fa-css-prefix}-file-minus:before { content: fa-content($fa-var-file-minus); } .#{$fa-css-prefix}-file-pdf:before { content: fa-content($fa-var-file-pdf); } .#{$fa-css-prefix}-file-plus:before { content: fa-content($fa-var-file-plus); } .#{$fa-css-prefix}-file-powerpoint:before { content: fa-content($fa-var-file-powerpoint); } +.#{$fa-css-prefix}-file-prescription:before { content: fa-content($fa-var-file-prescription); } +.#{$fa-css-prefix}-file-signature:before { content: fa-content($fa-var-file-signature); } +.#{$fa-css-prefix}-file-spreadsheet:before { content: fa-content($fa-var-file-spreadsheet); } .#{$fa-css-prefix}-file-times:before { content: fa-content($fa-var-file-times); } +.#{$fa-css-prefix}-file-upload:before { content: fa-content($fa-var-file-upload); } +.#{$fa-css-prefix}-file-user:before { content: fa-content($fa-var-file-user); } .#{$fa-css-prefix}-file-video:before { content: fa-content($fa-var-file-video); } .#{$fa-css-prefix}-file-word:before { content: fa-content($fa-var-file-word); } +.#{$fa-css-prefix}-fill:before { content: fa-content($fa-var-fill); } +.#{$fa-css-prefix}-fill-drip:before { content: fa-content($fa-var-fill-drip); } .#{$fa-css-prefix}-film:before { content: fa-content($fa-var-film); } .#{$fa-css-prefix}-film-alt:before { content: fa-content($fa-var-film-alt); } .#{$fa-css-prefix}-filter:before { content: fa-content($fa-var-filter); } +.#{$fa-css-prefix}-fingerprint:before { content: fa-content($fa-var-fingerprint); } .#{$fa-css-prefix}-fire:before { content: fa-content($fa-var-fire); } .#{$fa-css-prefix}-fire-extinguisher:before { content: fa-content($fa-var-fire-extinguisher); } +.#{$fa-css-prefix}-fire-smoke:before { content: fa-content($fa-var-fire-smoke); } .#{$fa-css-prefix}-firefox:before { content: fa-content($fa-var-firefox); } .#{$fa-css-prefix}-first-aid:before { content: fa-content($fa-var-first-aid); } .#{$fa-css-prefix}-first-order:before { content: fa-content($fa-var-first-order); } .#{$fa-css-prefix}-first-order-alt:before { content: fa-content($fa-var-first-order-alt); } .#{$fa-css-prefix}-firstdraft:before { content: fa-content($fa-var-firstdraft); } +.#{$fa-css-prefix}-fish:before { content: fa-content($fa-var-fish); } +.#{$fa-css-prefix}-fist-raised:before { content: fa-content($fa-var-fist-raised); } .#{$fa-css-prefix}-flag:before { content: fa-content($fa-var-flag); } +.#{$fa-css-prefix}-flag-alt:before { content: fa-content($fa-var-flag-alt); } .#{$fa-css-prefix}-flag-checkered:before { content: fa-content($fa-var-flag-checkered); } +.#{$fa-css-prefix}-flag-usa:before { content: fa-content($fa-var-flag-usa); } +.#{$fa-css-prefix}-flame:before { content: fa-content($fa-var-flame); } .#{$fa-css-prefix}-flask:before { content: fa-content($fa-var-flask); } +.#{$fa-css-prefix}-flask-poison:before { content: fa-content($fa-var-flask-poison); } +.#{$fa-css-prefix}-flask-potion:before { content: fa-content($fa-var-flask-potion); } .#{$fa-css-prefix}-flickr:before { content: fa-content($fa-var-flickr); } .#{$fa-css-prefix}-flipboard:before { content: fa-content($fa-var-flipboard); } +.#{$fa-css-prefix}-flushed:before { content: fa-content($fa-var-flushed); } .#{$fa-css-prefix}-fly:before { content: fa-content($fa-var-fly); } +.#{$fa-css-prefix}-fog:before { content: fa-content($fa-var-fog); } .#{$fa-css-prefix}-folder:before { content: fa-content($fa-var-folder); } +.#{$fa-css-prefix}-folder-minus:before { content: fa-content($fa-var-folder-minus); } .#{$fa-css-prefix}-folder-open:before { content: fa-content($fa-var-folder-open); } +.#{$fa-css-prefix}-folder-plus:before { content: fa-content($fa-var-folder-plus); } +.#{$fa-css-prefix}-folder-times:before { content: fa-content($fa-var-folder-times); } +.#{$fa-css-prefix}-folders:before { content: fa-content($fa-var-folders); } .#{$fa-css-prefix}-font:before { content: fa-content($fa-var-font); } .#{$fa-css-prefix}-font-awesome:before { content: fa-content($fa-var-font-awesome); } .#{$fa-css-prefix}-font-awesome-alt:before { content: fa-content($fa-var-font-awesome-alt); } @@ -515,19 +701,25 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-freebsd:before { content: fa-content($fa-var-freebsd); } .#{$fa-css-prefix}-frog:before { content: fa-content($fa-var-frog); } .#{$fa-css-prefix}-frown:before { content: fa-content($fa-var-frown); } +.#{$fa-css-prefix}-frown-open:before { content: fa-content($fa-var-frown-open); } .#{$fa-css-prefix}-fulcrum:before { content: fa-content($fa-var-fulcrum); } +.#{$fa-css-prefix}-function:before { content: fa-content($fa-var-function); } +.#{$fa-css-prefix}-funnel-dollar:before { content: fa-content($fa-var-funnel-dollar); } .#{$fa-css-prefix}-futbol:before { content: fa-content($fa-var-futbol); } .#{$fa-css-prefix}-galactic-republic:before { content: fa-content($fa-var-galactic-republic); } .#{$fa-css-prefix}-galactic-senate:before { content: fa-content($fa-var-galactic-senate); } .#{$fa-css-prefix}-gamepad:before { content: fa-content($fa-var-gamepad); } .#{$fa-css-prefix}-gas-pump:before { content: fa-content($fa-var-gas-pump); } +.#{$fa-css-prefix}-gas-pump-slash:before { content: fa-content($fa-var-gas-pump-slash); } .#{$fa-css-prefix}-gavel:before { content: fa-content($fa-var-gavel); } .#{$fa-css-prefix}-gem:before { content: fa-content($fa-var-gem); } .#{$fa-css-prefix}-genderless:before { content: fa-content($fa-var-genderless); } .#{$fa-css-prefix}-get-pocket:before { content: fa-content($fa-var-get-pocket); } .#{$fa-css-prefix}-gg:before { content: fa-content($fa-var-gg); } .#{$fa-css-prefix}-gg-circle:before { content: fa-content($fa-var-gg-circle); } +.#{$fa-css-prefix}-ghost:before { content: fa-content($fa-var-ghost); } .#{$fa-css-prefix}-gift:before { content: fa-content($fa-var-gift); } +.#{$fa-css-prefix}-gift-card:before { content: fa-content($fa-var-gift-card); } .#{$fa-css-prefix}-git:before { content: fa-content($fa-var-git); } .#{$fa-css-prefix}-git-square:before { content: fa-content($fa-var-git-square); } .#{$fa-css-prefix}-github:before { content: fa-content($fa-var-github); } @@ -537,10 +729,16 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-gitlab:before { content: fa-content($fa-var-gitlab); } .#{$fa-css-prefix}-gitter:before { content: fa-content($fa-var-gitter); } .#{$fa-css-prefix}-glass-martini:before { content: fa-content($fa-var-glass-martini); } +.#{$fa-css-prefix}-glass-martini-alt:before { content: fa-content($fa-var-glass-martini-alt); } .#{$fa-css-prefix}-glasses:before { content: fa-content($fa-var-glasses); } +.#{$fa-css-prefix}-glasses-alt:before { content: fa-content($fa-var-glasses-alt); } .#{$fa-css-prefix}-glide:before { content: fa-content($fa-var-glide); } .#{$fa-css-prefix}-glide-g:before { content: fa-content($fa-var-glide-g); } .#{$fa-css-prefix}-globe:before { content: fa-content($fa-var-globe); } +.#{$fa-css-prefix}-globe-africa:before { content: fa-content($fa-var-globe-africa); } +.#{$fa-css-prefix}-globe-americas:before { content: fa-content($fa-var-globe-americas); } +.#{$fa-css-prefix}-globe-asia:before { content: fa-content($fa-var-globe-asia); } +.#{$fa-css-prefix}-globe-stand:before { content: fa-content($fa-var-globe-stand); } .#{$fa-css-prefix}-gofore:before { content: fa-content($fa-var-gofore); } .#{$fa-css-prefix}-golf-ball:before { content: fa-content($fa-var-golf-ball); } .#{$fa-css-prefix}-golf-club:before { content: fa-content($fa-var-golf-club); } @@ -553,11 +751,28 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-google-plus-g:before { content: fa-content($fa-var-google-plus-g); } .#{$fa-css-prefix}-google-plus-square:before { content: fa-content($fa-var-google-plus-square); } .#{$fa-css-prefix}-google-wallet:before { content: fa-content($fa-var-google-wallet); } +.#{$fa-css-prefix}-gopuram:before { content: fa-content($fa-var-gopuram); } .#{$fa-css-prefix}-graduation-cap:before { content: fa-content($fa-var-graduation-cap); } .#{$fa-css-prefix}-gratipay:before { content: fa-content($fa-var-gratipay); } .#{$fa-css-prefix}-grav:before { content: fa-content($fa-var-grav); } .#{$fa-css-prefix}-greater-than:before { content: fa-content($fa-var-greater-than); } .#{$fa-css-prefix}-greater-than-equal:before { content: fa-content($fa-var-greater-than-equal); } +.#{$fa-css-prefix}-grimace:before { content: fa-content($fa-var-grimace); } +.#{$fa-css-prefix}-grin:before { content: fa-content($fa-var-grin); } +.#{$fa-css-prefix}-grin-alt:before { content: fa-content($fa-var-grin-alt); } +.#{$fa-css-prefix}-grin-beam:before { content: fa-content($fa-var-grin-beam); } +.#{$fa-css-prefix}-grin-beam-sweat:before { content: fa-content($fa-var-grin-beam-sweat); } +.#{$fa-css-prefix}-grin-hearts:before { content: fa-content($fa-var-grin-hearts); } +.#{$fa-css-prefix}-grin-squint:before { content: fa-content($fa-var-grin-squint); } +.#{$fa-css-prefix}-grin-squint-tears:before { content: fa-content($fa-var-grin-squint-tears); } +.#{$fa-css-prefix}-grin-stars:before { content: fa-content($fa-var-grin-stars); } +.#{$fa-css-prefix}-grin-tears:before { content: fa-content($fa-var-grin-tears); } +.#{$fa-css-prefix}-grin-tongue:before { content: fa-content($fa-var-grin-tongue); } +.#{$fa-css-prefix}-grin-tongue-squint:before { content: fa-content($fa-var-grin-tongue-squint); } +.#{$fa-css-prefix}-grin-tongue-wink:before { content: fa-content($fa-var-grin-tongue-wink); } +.#{$fa-css-prefix}-grin-wink:before { content: fa-content($fa-var-grin-wink); } +.#{$fa-css-prefix}-grip-horizontal:before { content: fa-content($fa-var-grip-horizontal); } +.#{$fa-css-prefix}-grip-vertical:before { content: fa-content($fa-var-grip-vertical); } .#{$fa-css-prefix}-gripfire:before { content: fa-content($fa-var-gripfire); } .#{$fa-css-prefix}-grunt:before { content: fa-content($fa-var-grunt); } .#{$fa-css-prefix}-gulp:before { content: fa-content($fa-var-gulp); } @@ -567,10 +782,15 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-h3:before { content: fa-content($fa-var-h3); } .#{$fa-css-prefix}-hacker-news:before { content: fa-content($fa-var-hacker-news); } .#{$fa-css-prefix}-hacker-news-square:before { content: fa-content($fa-var-hacker-news-square); } +.#{$fa-css-prefix}-hackerrank:before { content: fa-content($fa-var-hackerrank); } +.#{$fa-css-prefix}-hammer:before { content: fa-content($fa-var-hammer); } +.#{$fa-css-prefix}-hammer-war:before { content: fa-content($fa-var-hammer-war); } +.#{$fa-css-prefix}-hamsa:before { content: fa-content($fa-var-hamsa); } .#{$fa-css-prefix}-hand-heart:before { content: fa-content($fa-var-hand-heart); } .#{$fa-css-prefix}-hand-holding:before { content: fa-content($fa-var-hand-holding); } .#{$fa-css-prefix}-hand-holding-box:before { content: fa-content($fa-var-hand-holding-box); } .#{$fa-css-prefix}-hand-holding-heart:before { content: fa-content($fa-var-hand-holding-heart); } +.#{$fa-css-prefix}-hand-holding-magic:before { content: fa-content($fa-var-hand-holding-magic); } .#{$fa-css-prefix}-hand-holding-seedling:before { content: fa-content($fa-var-hand-holding-seedling); } .#{$fa-css-prefix}-hand-holding-usd:before { content: fa-content($fa-var-hand-holding-usd); } .#{$fa-css-prefix}-hand-holding-water:before { content: fa-content($fa-var-hand-holding-water); } @@ -592,35 +812,59 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-hands-usd:before { content: fa-content($fa-var-hands-usd); } .#{$fa-css-prefix}-handshake:before { content: fa-content($fa-var-handshake); } .#{$fa-css-prefix}-handshake-alt:before { content: fa-content($fa-var-handshake-alt); } +.#{$fa-css-prefix}-hanukiah:before { content: fa-content($fa-var-hanukiah); } .#{$fa-css-prefix}-hashtag:before { content: fa-content($fa-var-hashtag); } +.#{$fa-css-prefix}-hat-witch:before { content: fa-content($fa-var-hat-witch); } +.#{$fa-css-prefix}-hat-wizard:before { content: fa-content($fa-var-hat-wizard); } +.#{$fa-css-prefix}-haykal:before { content: fa-content($fa-var-haykal); } .#{$fa-css-prefix}-hdd:before { content: fa-content($fa-var-hdd); } +.#{$fa-css-prefix}-head-side:before { content: fa-content($fa-var-head-side); } +.#{$fa-css-prefix}-head-vr:before { content: fa-content($fa-var-head-vr); } .#{$fa-css-prefix}-heading:before { content: fa-content($fa-var-heading); } .#{$fa-css-prefix}-headphones:before { content: fa-content($fa-var-headphones); } +.#{$fa-css-prefix}-headphones-alt:before { content: fa-content($fa-var-headphones-alt); } +.#{$fa-css-prefix}-headset:before { content: fa-content($fa-var-headset); } .#{$fa-css-prefix}-heart:before { content: fa-content($fa-var-heart); } .#{$fa-css-prefix}-heart-circle:before { content: fa-content($fa-var-heart-circle); } +.#{$fa-css-prefix}-heart-rate:before { content: fa-content($fa-var-heart-rate); } .#{$fa-css-prefix}-heart-square:before { content: fa-content($fa-var-heart-square); } .#{$fa-css-prefix}-heartbeat:before { content: fa-content($fa-var-heartbeat); } .#{$fa-css-prefix}-helicopter:before { content: fa-content($fa-var-helicopter); } +.#{$fa-css-prefix}-helmet-battle:before { content: fa-content($fa-var-helmet-battle); } .#{$fa-css-prefix}-hexagon:before { content: fa-content($fa-var-hexagon); } +.#{$fa-css-prefix}-highlighter:before { content: fa-content($fa-var-highlighter); } +.#{$fa-css-prefix}-hiking:before { content: fa-content($fa-var-hiking); } +.#{$fa-css-prefix}-hippo:before { content: fa-content($fa-var-hippo); } .#{$fa-css-prefix}-hips:before { content: fa-content($fa-var-hips); } .#{$fa-css-prefix}-hire-a-helper:before { content: fa-content($fa-var-hire-a-helper); } .#{$fa-css-prefix}-history:before { content: fa-content($fa-var-history); } +.#{$fa-css-prefix}-hockey-mask:before { content: fa-content($fa-var-hockey-mask); } .#{$fa-css-prefix}-hockey-puck:before { content: fa-content($fa-var-hockey-puck); } .#{$fa-css-prefix}-hockey-sticks:before { content: fa-content($fa-var-hockey-sticks); } .#{$fa-css-prefix}-home:before { content: fa-content($fa-var-home); } .#{$fa-css-prefix}-home-heart:before { content: fa-content($fa-var-home-heart); } +.#{$fa-css-prefix}-hood-cloak:before { content: fa-content($fa-var-hood-cloak); } .#{$fa-css-prefix}-hooli:before { content: fa-content($fa-var-hooli); } +.#{$fa-css-prefix}-hornbill:before { content: fa-content($fa-var-hornbill); } +.#{$fa-css-prefix}-horse:before { content: fa-content($fa-var-horse); } .#{$fa-css-prefix}-hospital:before { content: fa-content($fa-var-hospital); } .#{$fa-css-prefix}-hospital-alt:before { content: fa-content($fa-var-hospital-alt); } .#{$fa-css-prefix}-hospital-symbol:before { content: fa-content($fa-var-hospital-symbol); } +.#{$fa-css-prefix}-hot-tub:before { content: fa-content($fa-var-hot-tub); } +.#{$fa-css-prefix}-hotel:before { content: fa-content($fa-var-hotel); } .#{$fa-css-prefix}-hotjar:before { content: fa-content($fa-var-hotjar); } .#{$fa-css-prefix}-hourglass:before { content: fa-content($fa-var-hourglass); } .#{$fa-css-prefix}-hourglass-end:before { content: fa-content($fa-var-hourglass-end); } .#{$fa-css-prefix}-hourglass-half:before { content: fa-content($fa-var-hourglass-half); } .#{$fa-css-prefix}-hourglass-start:before { content: fa-content($fa-var-hourglass-start); } +.#{$fa-css-prefix}-house-damage:before { content: fa-content($fa-var-house-damage); } +.#{$fa-css-prefix}-house-flood:before { content: fa-content($fa-var-house-flood); } .#{$fa-css-prefix}-houzz:before { content: fa-content($fa-var-houzz); } +.#{$fa-css-prefix}-hryvnia:before { content: fa-content($fa-var-hryvnia); } .#{$fa-css-prefix}-html5:before { content: fa-content($fa-var-html5); } .#{$fa-css-prefix}-hubspot:before { content: fa-content($fa-var-hubspot); } +.#{$fa-css-prefix}-humidity:before { content: fa-content($fa-var-humidity); } +.#{$fa-css-prefix}-hurricane:before { content: fa-content($fa-var-hurricane); } .#{$fa-css-prefix}-i-cursor:before { content: fa-content($fa-var-i-cursor); } .#{$fa-css-prefix}-id-badge:before { content: fa-content($fa-var-id-badge); } .#{$fa-css-prefix}-id-card:before { content: fa-content($fa-var-id-card); } @@ -638,8 +882,11 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-info:before { content: fa-content($fa-var-info); } .#{$fa-css-prefix}-info-circle:before { content: fa-content($fa-var-info-circle); } .#{$fa-css-prefix}-info-square:before { content: fa-content($fa-var-info-square); } +.#{$fa-css-prefix}-inhaler:before { content: fa-content($fa-var-inhaler); } .#{$fa-css-prefix}-instagram:before { content: fa-content($fa-var-instagram); } +.#{$fa-css-prefix}-integral:before { content: fa-content($fa-var-integral); } .#{$fa-css-prefix}-internet-explorer:before { content: fa-content($fa-var-internet-explorer); } +.#{$fa-css-prefix}-intersection:before { content: fa-content($fa-var-intersection); } .#{$fa-css-prefix}-inventory:before { content: fa-content($fa-var-inventory); } .#{$fa-css-prefix}-ioxhost:before { content: fa-content($fa-var-ioxhost); } .#{$fa-css-prefix}-italic:before { content: fa-content($fa-var-italic); } @@ -647,29 +894,56 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-itunes-note:before { content: fa-content($fa-var-itunes-note); } .#{$fa-css-prefix}-jack-o-lantern:before { content: fa-content($fa-var-jack-o-lantern); } .#{$fa-css-prefix}-java:before { content: fa-content($fa-var-java); } +.#{$fa-css-prefix}-jedi:before { content: fa-content($fa-var-jedi); } .#{$fa-css-prefix}-jedi-order:before { content: fa-content($fa-var-jedi-order); } .#{$fa-css-prefix}-jenkins:before { content: fa-content($fa-var-jenkins); } .#{$fa-css-prefix}-joget:before { content: fa-content($fa-var-joget); } +.#{$fa-css-prefix}-joint:before { content: fa-content($fa-var-joint); } .#{$fa-css-prefix}-joomla:before { content: fa-content($fa-var-joomla); } +.#{$fa-css-prefix}-journal-whills:before { content: fa-content($fa-var-journal-whills); } .#{$fa-css-prefix}-js:before { content: fa-content($fa-var-js); } .#{$fa-css-prefix}-js-square:before { content: fa-content($fa-var-js-square); } .#{$fa-css-prefix}-jsfiddle:before { content: fa-content($fa-var-jsfiddle); } +.#{$fa-css-prefix}-kaaba:before { content: fa-content($fa-var-kaaba); } +.#{$fa-css-prefix}-kaggle:before { content: fa-content($fa-var-kaggle); } .#{$fa-css-prefix}-key:before { content: fa-content($fa-var-key); } +.#{$fa-css-prefix}-key-skeleton:before { content: fa-content($fa-var-key-skeleton); } .#{$fa-css-prefix}-keybase:before { content: fa-content($fa-var-keybase); } .#{$fa-css-prefix}-keyboard:before { content: fa-content($fa-var-keyboard); } .#{$fa-css-prefix}-keycdn:before { content: fa-content($fa-var-keycdn); } +.#{$fa-css-prefix}-keynote:before { content: fa-content($fa-var-keynote); } +.#{$fa-css-prefix}-khanda:before { content: fa-content($fa-var-khanda); } .#{$fa-css-prefix}-kickstarter:before { content: fa-content($fa-var-kickstarter); } .#{$fa-css-prefix}-kickstarter-k:before { content: fa-content($fa-var-kickstarter-k); } +.#{$fa-css-prefix}-kidneys:before { content: fa-content($fa-var-kidneys); } +.#{$fa-css-prefix}-kiss:before { content: fa-content($fa-var-kiss); } +.#{$fa-css-prefix}-kiss-beam:before { content: fa-content($fa-var-kiss-beam); } +.#{$fa-css-prefix}-kiss-wink-heart:before { content: fa-content($fa-var-kiss-wink-heart); } +.#{$fa-css-prefix}-kite:before { content: fa-content($fa-var-kite); } .#{$fa-css-prefix}-kiwi-bird:before { content: fa-content($fa-var-kiwi-bird); } +.#{$fa-css-prefix}-knife-kitchen:before { content: fa-content($fa-var-knife-kitchen); } .#{$fa-css-prefix}-korvue:before { content: fa-content($fa-var-korvue); } +.#{$fa-css-prefix}-lambda:before { content: fa-content($fa-var-lambda); } .#{$fa-css-prefix}-lamp:before { content: fa-content($fa-var-lamp); } +.#{$fa-css-prefix}-landmark:before { content: fa-content($fa-var-landmark); } +.#{$fa-css-prefix}-landmark-alt:before { content: fa-content($fa-var-landmark-alt); } .#{$fa-css-prefix}-language:before { content: fa-content($fa-var-language); } .#{$fa-css-prefix}-laptop:before { content: fa-content($fa-var-laptop); } +.#{$fa-css-prefix}-laptop-code:before { content: fa-content($fa-var-laptop-code); } .#{$fa-css-prefix}-laravel:before { content: fa-content($fa-var-laravel); } .#{$fa-css-prefix}-lastfm:before { content: fa-content($fa-var-lastfm); } .#{$fa-css-prefix}-lastfm-square:before { content: fa-content($fa-var-lastfm-square); } +.#{$fa-css-prefix}-laugh:before { content: fa-content($fa-var-laugh); } +.#{$fa-css-prefix}-laugh-beam:before { content: fa-content($fa-var-laugh-beam); } +.#{$fa-css-prefix}-laugh-squint:before { content: fa-content($fa-var-laugh-squint); } +.#{$fa-css-prefix}-laugh-wink:before { content: fa-content($fa-var-laugh-wink); } +.#{$fa-css-prefix}-layer-group:before { content: fa-content($fa-var-layer-group); } +.#{$fa-css-prefix}-layer-minus:before { content: fa-content($fa-var-layer-minus); } +.#{$fa-css-prefix}-layer-plus:before { content: fa-content($fa-var-layer-plus); } .#{$fa-css-prefix}-leaf:before { content: fa-content($fa-var-leaf); } .#{$fa-css-prefix}-leaf-heart:before { content: fa-content($fa-var-leaf-heart); } +.#{$fa-css-prefix}-leaf-maple:before { content: fa-content($fa-var-leaf-maple); } +.#{$fa-css-prefix}-leaf-oak:before { content: fa-content($fa-var-leaf-oak); } .#{$fa-css-prefix}-leanpub:before { content: fa-content($fa-var-leanpub); } .#{$fa-css-prefix}-lemon:before { content: fa-content($fa-var-lemon); } .#{$fa-css-prefix}-less:before { content: fa-content($fa-var-less); } @@ -681,18 +955,26 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-level-up-alt:before { content: fa-content($fa-var-level-up-alt); } .#{$fa-css-prefix}-life-ring:before { content: fa-content($fa-var-life-ring); } .#{$fa-css-prefix}-lightbulb:before { content: fa-content($fa-var-lightbulb); } +.#{$fa-css-prefix}-lightbulb-dollar:before { content: fa-content($fa-var-lightbulb-dollar); } +.#{$fa-css-prefix}-lightbulb-exclamation:before { content: fa-content($fa-var-lightbulb-exclamation); } +.#{$fa-css-prefix}-lightbulb-on:before { content: fa-content($fa-var-lightbulb-on); } +.#{$fa-css-prefix}-lightbulb-slash:before { content: fa-content($fa-var-lightbulb-slash); } .#{$fa-css-prefix}-line:before { content: fa-content($fa-var-line); } .#{$fa-css-prefix}-link:before { content: fa-content($fa-var-link); } .#{$fa-css-prefix}-linkedin:before { content: fa-content($fa-var-linkedin); } .#{$fa-css-prefix}-linkedin-in:before { content: fa-content($fa-var-linkedin-in); } .#{$fa-css-prefix}-linode:before { content: fa-content($fa-var-linode); } .#{$fa-css-prefix}-linux:before { content: fa-content($fa-var-linux); } +.#{$fa-css-prefix}-lips:before { content: fa-content($fa-var-lips); } .#{$fa-css-prefix}-lira-sign:before { content: fa-content($fa-var-lira-sign); } .#{$fa-css-prefix}-list:before { content: fa-content($fa-var-list); } .#{$fa-css-prefix}-list-alt:before { content: fa-content($fa-var-list-alt); } .#{$fa-css-prefix}-list-ol:before { content: fa-content($fa-var-list-ol); } .#{$fa-css-prefix}-list-ul:before { content: fa-content($fa-var-list-ul); } +.#{$fa-css-prefix}-location:before { content: fa-content($fa-var-location); } .#{$fa-css-prefix}-location-arrow:before { content: fa-content($fa-var-location-arrow); } +.#{$fa-css-prefix}-location-circle:before { content: fa-content($fa-var-location-circle); } +.#{$fa-css-prefix}-location-slash:before { content: fa-content($fa-var-location-slash); } .#{$fa-css-prefix}-lock:before { content: fa-content($fa-var-lock); } .#{$fa-css-prefix}-lock-alt:before { content: fa-content($fa-var-lock-alt); } .#{$fa-css-prefix}-lock-open:before { content: fa-content($fa-var-lock-open); } @@ -708,39 +990,69 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-loveseat:before { content: fa-content($fa-var-loveseat); } .#{$fa-css-prefix}-low-vision:before { content: fa-content($fa-var-low-vision); } .#{$fa-css-prefix}-luchador:before { content: fa-content($fa-var-luchador); } +.#{$fa-css-prefix}-luggage-cart:before { content: fa-content($fa-var-luggage-cart); } +.#{$fa-css-prefix}-lungs:before { content: fa-content($fa-var-lungs); } .#{$fa-css-prefix}-lyft:before { content: fa-content($fa-var-lyft); } +.#{$fa-css-prefix}-mace:before { content: fa-content($fa-var-mace); } .#{$fa-css-prefix}-magento:before { content: fa-content($fa-var-magento); } .#{$fa-css-prefix}-magic:before { content: fa-content($fa-var-magic); } .#{$fa-css-prefix}-magnet:before { content: fa-content($fa-var-magnet); } +.#{$fa-css-prefix}-mail-bulk:before { content: fa-content($fa-var-mail-bulk); } +.#{$fa-css-prefix}-mailchimp:before { content: fa-content($fa-var-mailchimp); } .#{$fa-css-prefix}-male:before { content: fa-content($fa-var-male); } .#{$fa-css-prefix}-mandalorian:before { content: fa-content($fa-var-mandalorian); } +.#{$fa-css-prefix}-mandolin:before { content: fa-content($fa-var-mandolin); } .#{$fa-css-prefix}-map:before { content: fa-content($fa-var-map); } +.#{$fa-css-prefix}-map-marked:before { content: fa-content($fa-var-map-marked); } +.#{$fa-css-prefix}-map-marked-alt:before { content: fa-content($fa-var-map-marked-alt); } .#{$fa-css-prefix}-map-marker:before { content: fa-content($fa-var-map-marker); } .#{$fa-css-prefix}-map-marker-alt:before { content: fa-content($fa-var-map-marker-alt); } +.#{$fa-css-prefix}-map-marker-alt-slash:before { content: fa-content($fa-var-map-marker-alt-slash); } +.#{$fa-css-prefix}-map-marker-check:before { content: fa-content($fa-var-map-marker-check); } +.#{$fa-css-prefix}-map-marker-edit:before { content: fa-content($fa-var-map-marker-edit); } +.#{$fa-css-prefix}-map-marker-exclamation:before { content: fa-content($fa-var-map-marker-exclamation); } +.#{$fa-css-prefix}-map-marker-minus:before { content: fa-content($fa-var-map-marker-minus); } +.#{$fa-css-prefix}-map-marker-plus:before { content: fa-content($fa-var-map-marker-plus); } +.#{$fa-css-prefix}-map-marker-question:before { content: fa-content($fa-var-map-marker-question); } +.#{$fa-css-prefix}-map-marker-slash:before { content: fa-content($fa-var-map-marker-slash); } +.#{$fa-css-prefix}-map-marker-smile:before { content: fa-content($fa-var-map-marker-smile); } +.#{$fa-css-prefix}-map-marker-times:before { content: fa-content($fa-var-map-marker-times); } .#{$fa-css-prefix}-map-pin:before { content: fa-content($fa-var-map-pin); } .#{$fa-css-prefix}-map-signs:before { content: fa-content($fa-var-map-signs); } +.#{$fa-css-prefix}-markdown:before { content: fa-content($fa-var-markdown); } +.#{$fa-css-prefix}-marker:before { content: fa-content($fa-var-marker); } .#{$fa-css-prefix}-mars:before { content: fa-content($fa-var-mars); } .#{$fa-css-prefix}-mars-double:before { content: fa-content($fa-var-mars-double); } .#{$fa-css-prefix}-mars-stroke:before { content: fa-content($fa-var-mars-stroke); } .#{$fa-css-prefix}-mars-stroke-h:before { content: fa-content($fa-var-mars-stroke-h); } .#{$fa-css-prefix}-mars-stroke-v:before { content: fa-content($fa-var-mars-stroke-v); } +.#{$fa-css-prefix}-mask:before { content: fa-content($fa-var-mask); } .#{$fa-css-prefix}-mastodon:before { content: fa-content($fa-var-mastodon); } .#{$fa-css-prefix}-maxcdn:before { content: fa-content($fa-var-maxcdn); } +.#{$fa-css-prefix}-medal:before { content: fa-content($fa-var-medal); } .#{$fa-css-prefix}-medapps:before { content: fa-content($fa-var-medapps); } .#{$fa-css-prefix}-medium:before { content: fa-content($fa-var-medium); } .#{$fa-css-prefix}-medium-m:before { content: fa-content($fa-var-medium-m); } .#{$fa-css-prefix}-medkit:before { content: fa-content($fa-var-medkit); } .#{$fa-css-prefix}-medrt:before { content: fa-content($fa-var-medrt); } .#{$fa-css-prefix}-meetup:before { content: fa-content($fa-var-meetup); } +.#{$fa-css-prefix}-megaphone:before { content: fa-content($fa-var-megaphone); } +.#{$fa-css-prefix}-megaport:before { content: fa-content($fa-var-megaport); } .#{$fa-css-prefix}-meh:before { content: fa-content($fa-var-meh); } +.#{$fa-css-prefix}-meh-blank:before { content: fa-content($fa-var-meh-blank); } +.#{$fa-css-prefix}-meh-rolling-eyes:before { content: fa-content($fa-var-meh-rolling-eyes); } .#{$fa-css-prefix}-memory:before { content: fa-content($fa-var-memory); } +.#{$fa-css-prefix}-menorah:before { content: fa-content($fa-var-menorah); } .#{$fa-css-prefix}-mercury:before { content: fa-content($fa-var-mercury); } +.#{$fa-css-prefix}-meteor:before { content: fa-content($fa-var-meteor); } .#{$fa-css-prefix}-microchip:before { content: fa-content($fa-var-microchip); } .#{$fa-css-prefix}-microphone:before { content: fa-content($fa-var-microphone); } .#{$fa-css-prefix}-microphone-alt:before { content: fa-content($fa-var-microphone-alt); } .#{$fa-css-prefix}-microphone-alt-slash:before { content: fa-content($fa-var-microphone-alt-slash); } .#{$fa-css-prefix}-microphone-slash:before { content: fa-content($fa-var-microphone-slash); } +.#{$fa-css-prefix}-microscope:before { content: fa-content($fa-var-microscope); } .#{$fa-css-prefix}-microsoft:before { content: fa-content($fa-var-microsoft); } +.#{$fa-css-prefix}-mind-share:before { content: fa-content($fa-var-mind-share); } .#{$fa-css-prefix}-minus:before { content: fa-content($fa-var-minus); } .#{$fa-css-prefix}-minus-circle:before { content: fa-content($fa-var-minus-circle); } .#{$fa-css-prefix}-minus-hexagon:before { content: fa-content($fa-var-minus-hexagon); } @@ -761,13 +1073,26 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-money-bill-wave-alt:before { content: fa-content($fa-var-money-bill-wave-alt); } .#{$fa-css-prefix}-money-check:before { content: fa-content($fa-var-money-check); } .#{$fa-css-prefix}-money-check-alt:before { content: fa-content($fa-var-money-check-alt); } +.#{$fa-css-prefix}-monitor-heart-rate:before { content: fa-content($fa-var-monitor-heart-rate); } +.#{$fa-css-prefix}-monkey:before { content: fa-content($fa-var-monkey); } +.#{$fa-css-prefix}-monument:before { content: fa-content($fa-var-monument); } .#{$fa-css-prefix}-moon:before { content: fa-content($fa-var-moon); } +.#{$fa-css-prefix}-moon-cloud:before { content: fa-content($fa-var-moon-cloud); } +.#{$fa-css-prefix}-moon-stars:before { content: fa-content($fa-var-moon-stars); } +.#{$fa-css-prefix}-mortar-pestle:before { content: fa-content($fa-var-mortar-pestle); } +.#{$fa-css-prefix}-mosque:before { content: fa-content($fa-var-mosque); } .#{$fa-css-prefix}-motorcycle:before { content: fa-content($fa-var-motorcycle); } +.#{$fa-css-prefix}-mountain:before { content: fa-content($fa-var-mountain); } +.#{$fa-css-prefix}-mountains:before { content: fa-content($fa-var-mountains); } .#{$fa-css-prefix}-mouse-pointer:before { content: fa-content($fa-var-mouse-pointer); } .#{$fa-css-prefix}-music:before { content: fa-content($fa-var-music); } .#{$fa-css-prefix}-napster:before { content: fa-content($fa-var-napster); } +.#{$fa-css-prefix}-narwhal:before { content: fa-content($fa-var-narwhal); } +.#{$fa-css-prefix}-neos:before { content: fa-content($fa-var-neos); } +.#{$fa-css-prefix}-network-wired:before { content: fa-content($fa-var-network-wired); } .#{$fa-css-prefix}-neuter:before { content: fa-content($fa-var-neuter); } .#{$fa-css-prefix}-newspaper:before { content: fa-content($fa-var-newspaper); } +.#{$fa-css-prefix}-nimblr:before { content: fa-content($fa-var-nimblr); } .#{$fa-css-prefix}-nintendo-switch:before { content: fa-content($fa-var-nintendo-switch); } .#{$fa-css-prefix}-node:before { content: fa-content($fa-var-node); } .#{$fa-css-prefix}-node-js:before { content: fa-content($fa-var-node-js); } @@ -781,16 +1106,23 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-octagon:before { content: fa-content($fa-var-octagon); } .#{$fa-css-prefix}-odnoklassniki:before { content: fa-content($fa-var-odnoklassniki); } .#{$fa-css-prefix}-odnoklassniki-square:before { content: fa-content($fa-var-odnoklassniki-square); } +.#{$fa-css-prefix}-oil-can:before { content: fa-content($fa-var-oil-can); } +.#{$fa-css-prefix}-oil-temp:before { content: fa-content($fa-var-oil-temp); } .#{$fa-css-prefix}-old-republic:before { content: fa-content($fa-var-old-republic); } +.#{$fa-css-prefix}-om:before { content: fa-content($fa-var-om); } +.#{$fa-css-prefix}-omega:before { content: fa-content($fa-var-omega); } .#{$fa-css-prefix}-opencart:before { content: fa-content($fa-var-opencart); } .#{$fa-css-prefix}-openid:before { content: fa-content($fa-var-openid); } .#{$fa-css-prefix}-opera:before { content: fa-content($fa-var-opera); } .#{$fa-css-prefix}-optin-monster:before { content: fa-content($fa-var-optin-monster); } .#{$fa-css-prefix}-osi:before { content: fa-content($fa-var-osi); } +.#{$fa-css-prefix}-otter:before { content: fa-content($fa-var-otter); } .#{$fa-css-prefix}-outdent:before { content: fa-content($fa-var-outdent); } .#{$fa-css-prefix}-page4:before { content: fa-content($fa-var-page4); } .#{$fa-css-prefix}-pagelines:before { content: fa-content($fa-var-pagelines); } .#{$fa-css-prefix}-paint-brush:before { content: fa-content($fa-var-paint-brush); } +.#{$fa-css-prefix}-paint-brush-alt:before { content: fa-content($fa-var-paint-brush-alt); } +.#{$fa-css-prefix}-paint-roller:before { content: fa-content($fa-var-paint-roller); } .#{$fa-css-prefix}-palette:before { content: fa-content($fa-var-palette); } .#{$fa-css-prefix}-palfed:before { content: fa-content($fa-var-palfed); } .#{$fa-css-prefix}-pallet:before { content: fa-content($fa-var-pallet); } @@ -800,45 +1132,68 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-parachute-box:before { content: fa-content($fa-var-parachute-box); } .#{$fa-css-prefix}-paragraph:before { content: fa-content($fa-var-paragraph); } .#{$fa-css-prefix}-parking:before { content: fa-content($fa-var-parking); } +.#{$fa-css-prefix}-parking-circle:before { content: fa-content($fa-var-parking-circle); } +.#{$fa-css-prefix}-parking-circle-slash:before { content: fa-content($fa-var-parking-circle-slash); } +.#{$fa-css-prefix}-parking-slash:before { content: fa-content($fa-var-parking-slash); } +.#{$fa-css-prefix}-passport:before { content: fa-content($fa-var-passport); } +.#{$fa-css-prefix}-pastafarianism:before { content: fa-content($fa-var-pastafarianism); } .#{$fa-css-prefix}-paste:before { content: fa-content($fa-var-paste); } .#{$fa-css-prefix}-patreon:before { content: fa-content($fa-var-patreon); } .#{$fa-css-prefix}-pause:before { content: fa-content($fa-var-pause); } .#{$fa-css-prefix}-pause-circle:before { content: fa-content($fa-var-pause-circle); } .#{$fa-css-prefix}-paw:before { content: fa-content($fa-var-paw); } +.#{$fa-css-prefix}-paw-alt:before { content: fa-content($fa-var-paw-alt); } +.#{$fa-css-prefix}-paw-claws:before { content: fa-content($fa-var-paw-claws); } .#{$fa-css-prefix}-paypal:before { content: fa-content($fa-var-paypal); } +.#{$fa-css-prefix}-peace:before { content: fa-content($fa-var-peace); } +.#{$fa-css-prefix}-pegasus:before { content: fa-content($fa-var-pegasus); } .#{$fa-css-prefix}-pen:before { content: fa-content($fa-var-pen); } .#{$fa-css-prefix}-pen-alt:before { content: fa-content($fa-var-pen-alt); } +.#{$fa-css-prefix}-pen-fancy:before { content: fa-content($fa-var-pen-fancy); } +.#{$fa-css-prefix}-pen-nib:before { content: fa-content($fa-var-pen-nib); } .#{$fa-css-prefix}-pen-square:before { content: fa-content($fa-var-pen-square); } .#{$fa-css-prefix}-pencil:before { content: fa-content($fa-var-pencil); } .#{$fa-css-prefix}-pencil-alt:before { content: fa-content($fa-var-pencil-alt); } +.#{$fa-css-prefix}-pencil-paintbrush:before { content: fa-content($fa-var-pencil-paintbrush); } +.#{$fa-css-prefix}-pencil-ruler:before { content: fa-content($fa-var-pencil-ruler); } .#{$fa-css-prefix}-pennant:before { content: fa-content($fa-var-pennant); } +.#{$fa-css-prefix}-penny-arcade:before { content: fa-content($fa-var-penny-arcade); } .#{$fa-css-prefix}-people-carry:before { content: fa-content($fa-var-people-carry); } .#{$fa-css-prefix}-percent:before { content: fa-content($fa-var-percent); } .#{$fa-css-prefix}-percentage:before { content: fa-content($fa-var-percentage); } .#{$fa-css-prefix}-periscope:before { content: fa-content($fa-var-periscope); } +.#{$fa-css-prefix}-person-booth:before { content: fa-content($fa-var-person-booth); } .#{$fa-css-prefix}-person-carry:before { content: fa-content($fa-var-person-carry); } .#{$fa-css-prefix}-person-dolly:before { content: fa-content($fa-var-person-dolly); } .#{$fa-css-prefix}-person-dolly-empty:before { content: fa-content($fa-var-person-dolly-empty); } +.#{$fa-css-prefix}-person-sign:before { content: fa-content($fa-var-person-sign); } .#{$fa-css-prefix}-phabricator:before { content: fa-content($fa-var-phabricator); } .#{$fa-css-prefix}-phoenix-framework:before { content: fa-content($fa-var-phoenix-framework); } .#{$fa-css-prefix}-phoenix-squadron:before { content: fa-content($fa-var-phoenix-squadron); } .#{$fa-css-prefix}-phone:before { content: fa-content($fa-var-phone); } +.#{$fa-css-prefix}-phone-office:before { content: fa-content($fa-var-phone-office); } .#{$fa-css-prefix}-phone-plus:before { content: fa-content($fa-var-phone-plus); } .#{$fa-css-prefix}-phone-slash:before { content: fa-content($fa-var-phone-slash); } .#{$fa-css-prefix}-phone-square:before { content: fa-content($fa-var-phone-square); } .#{$fa-css-prefix}-phone-volume:before { content: fa-content($fa-var-phone-volume); } .#{$fa-css-prefix}-php:before { content: fa-content($fa-var-php); } +.#{$fa-css-prefix}-pi:before { content: fa-content($fa-var-pi); } +.#{$fa-css-prefix}-pie:before { content: fa-content($fa-var-pie); } .#{$fa-css-prefix}-pied-piper:before { content: fa-content($fa-var-pied-piper); } .#{$fa-css-prefix}-pied-piper-alt:before { content: fa-content($fa-var-pied-piper-alt); } .#{$fa-css-prefix}-pied-piper-hat:before { content: fa-content($fa-var-pied-piper-hat); } .#{$fa-css-prefix}-pied-piper-pp:before { content: fa-content($fa-var-pied-piper-pp); } +.#{$fa-css-prefix}-pig:before { content: fa-content($fa-var-pig); } .#{$fa-css-prefix}-piggy-bank:before { content: fa-content($fa-var-piggy-bank); } .#{$fa-css-prefix}-pills:before { content: fa-content($fa-var-pills); } .#{$fa-css-prefix}-pinterest:before { content: fa-content($fa-var-pinterest); } .#{$fa-css-prefix}-pinterest-p:before { content: fa-content($fa-var-pinterest-p); } .#{$fa-css-prefix}-pinterest-square:before { content: fa-content($fa-var-pinterest-square); } +.#{$fa-css-prefix}-place-of-worship:before { content: fa-content($fa-var-place-of-worship); } .#{$fa-css-prefix}-plane:before { content: fa-content($fa-var-plane); } .#{$fa-css-prefix}-plane-alt:before { content: fa-content($fa-var-plane-alt); } +.#{$fa-css-prefix}-plane-arrival:before { content: fa-content($fa-var-plane-arrival); } +.#{$fa-css-prefix}-plane-departure:before { content: fa-content($fa-var-plane-departure); } .#{$fa-css-prefix}-play:before { content: fa-content($fa-var-play); } .#{$fa-css-prefix}-play-circle:before { content: fa-content($fa-var-play-circle); } .#{$fa-css-prefix}-playstation:before { content: fa-content($fa-var-playstation); } @@ -849,16 +1204,29 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-plus-octagon:before { content: fa-content($fa-var-plus-octagon); } .#{$fa-css-prefix}-plus-square:before { content: fa-content($fa-var-plus-square); } .#{$fa-css-prefix}-podcast:before { content: fa-content($fa-var-podcast); } +.#{$fa-css-prefix}-podium:before { content: fa-content($fa-var-podium); } +.#{$fa-css-prefix}-podium-star:before { content: fa-content($fa-var-podium-star); } +.#{$fa-css-prefix}-poll:before { content: fa-content($fa-var-poll); } +.#{$fa-css-prefix}-poll-h:before { content: fa-content($fa-var-poll-h); } +.#{$fa-css-prefix}-poll-people:before { content: fa-content($fa-var-poll-people); } .#{$fa-css-prefix}-poo:before { content: fa-content($fa-var-poo); } +.#{$fa-css-prefix}-poo-storm:before { content: fa-content($fa-var-poo-storm); } +.#{$fa-css-prefix}-poop:before { content: fa-content($fa-var-poop); } .#{$fa-css-prefix}-portrait:before { content: fa-content($fa-var-portrait); } .#{$fa-css-prefix}-pound-sign:before { content: fa-content($fa-var-pound-sign); } .#{$fa-css-prefix}-power-off:before { content: fa-content($fa-var-power-off); } +.#{$fa-css-prefix}-pray:before { content: fa-content($fa-var-pray); } +.#{$fa-css-prefix}-praying-hands:before { content: fa-content($fa-var-praying-hands); } +.#{$fa-css-prefix}-prescription:before { content: fa-content($fa-var-prescription); } .#{$fa-css-prefix}-prescription-bottle:before { content: fa-content($fa-var-prescription-bottle); } .#{$fa-css-prefix}-prescription-bottle-alt:before { content: fa-content($fa-var-prescription-bottle-alt); } +.#{$fa-css-prefix}-presentation:before { content: fa-content($fa-var-presentation); } .#{$fa-css-prefix}-print:before { content: fa-content($fa-var-print); } +.#{$fa-css-prefix}-print-slash:before { content: fa-content($fa-var-print-slash); } .#{$fa-css-prefix}-procedures:before { content: fa-content($fa-var-procedures); } .#{$fa-css-prefix}-product-hunt:before { content: fa-content($fa-var-product-hunt); } .#{$fa-css-prefix}-project-diagram:before { content: fa-content($fa-var-project-diagram); } +.#{$fa-css-prefix}-pumpkin:before { content: fa-content($fa-var-pumpkin); } .#{$fa-css-prefix}-pushed:before { content: fa-content($fa-var-pushed); } .#{$fa-css-prefix}-puzzle-piece:before { content: fa-content($fa-var-puzzle-piece); } .#{$fa-css-prefix}-python:before { content: fa-content($fa-var-python); } @@ -872,12 +1240,19 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-quora:before { content: fa-content($fa-var-quora); } .#{$fa-css-prefix}-quote-left:before { content: fa-content($fa-var-quote-left); } .#{$fa-css-prefix}-quote-right:before { content: fa-content($fa-var-quote-right); } +.#{$fa-css-prefix}-quran:before { content: fa-content($fa-var-quran); } .#{$fa-css-prefix}-r-project:before { content: fa-content($fa-var-r-project); } +.#{$fa-css-prefix}-rabbit:before { content: fa-content($fa-var-rabbit); } +.#{$fa-css-prefix}-rabbit-fast:before { content: fa-content($fa-var-rabbit-fast); } .#{$fa-css-prefix}-racquet:before { content: fa-content($fa-var-racquet); } +.#{$fa-css-prefix}-rainbow:before { content: fa-content($fa-var-rainbow); } +.#{$fa-css-prefix}-raindrops:before { content: fa-content($fa-var-raindrops); } +.#{$fa-css-prefix}-ram:before { content: fa-content($fa-var-ram); } .#{$fa-css-prefix}-ramp-loading:before { content: fa-content($fa-var-ramp-loading); } .#{$fa-css-prefix}-random:before { content: fa-content($fa-var-random); } .#{$fa-css-prefix}-ravelry:before { content: fa-content($fa-var-ravelry); } .#{$fa-css-prefix}-react:before { content: fa-content($fa-var-react); } +.#{$fa-css-prefix}-reacteurope:before { content: fa-content($fa-var-reacteurope); } .#{$fa-css-prefix}-readme:before { content: fa-content($fa-var-readme); } .#{$fa-css-prefix}-rebel:before { content: fa-content($fa-var-rebel); } .#{$fa-css-prefix}-receipt:before { content: fa-content($fa-var-receipt); } @@ -892,7 +1267,6 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-redo:before { content: fa-content($fa-var-redo); } .#{$fa-css-prefix}-redo-alt:before { content: fa-content($fa-var-redo-alt); } .#{$fa-css-prefix}-registered:before { content: fa-content($fa-var-registered); } -.#{$fa-css-prefix}-rendact:before { content: fa-content($fa-var-rendact); } .#{$fa-css-prefix}-renren:before { content: fa-content($fa-var-renren); } .#{$fa-css-prefix}-repeat:before { content: fa-content($fa-var-repeat); } .#{$fa-css-prefix}-repeat-1:before { content: fa-content($fa-var-repeat-1); } @@ -901,37 +1275,54 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-reply:before { content: fa-content($fa-var-reply); } .#{$fa-css-prefix}-reply-all:before { content: fa-content($fa-var-reply-all); } .#{$fa-css-prefix}-replyd:before { content: fa-content($fa-var-replyd); } +.#{$fa-css-prefix}-republican:before { content: fa-content($fa-var-republican); } .#{$fa-css-prefix}-researchgate:before { content: fa-content($fa-var-researchgate); } .#{$fa-css-prefix}-resolving:before { content: fa-content($fa-var-resolving); } .#{$fa-css-prefix}-retweet:before { content: fa-content($fa-var-retweet); } .#{$fa-css-prefix}-retweet-alt:before { content: fa-content($fa-var-retweet-alt); } +.#{$fa-css-prefix}-rev:before { content: fa-content($fa-var-rev); } .#{$fa-css-prefix}-ribbon:before { content: fa-content($fa-var-ribbon); } +.#{$fa-css-prefix}-ring:before { content: fa-content($fa-var-ring); } .#{$fa-css-prefix}-road:before { content: fa-content($fa-var-road); } .#{$fa-css-prefix}-robot:before { content: fa-content($fa-var-robot); } .#{$fa-css-prefix}-rocket:before { content: fa-content($fa-var-rocket); } .#{$fa-css-prefix}-rocketchat:before { content: fa-content($fa-var-rocketchat); } .#{$fa-css-prefix}-rockrms:before { content: fa-content($fa-var-rockrms); } .#{$fa-css-prefix}-route:before { content: fa-content($fa-var-route); } +.#{$fa-css-prefix}-route-highway:before { content: fa-content($fa-var-route-highway); } +.#{$fa-css-prefix}-route-interstate:before { content: fa-content($fa-var-route-interstate); } .#{$fa-css-prefix}-rss:before { content: fa-content($fa-var-rss); } .#{$fa-css-prefix}-rss-square:before { content: fa-content($fa-var-rss-square); } .#{$fa-css-prefix}-ruble-sign:before { content: fa-content($fa-var-ruble-sign); } .#{$fa-css-prefix}-ruler:before { content: fa-content($fa-var-ruler); } .#{$fa-css-prefix}-ruler-combined:before { content: fa-content($fa-var-ruler-combined); } .#{$fa-css-prefix}-ruler-horizontal:before { content: fa-content($fa-var-ruler-horizontal); } +.#{$fa-css-prefix}-ruler-triangle:before { content: fa-content($fa-var-ruler-triangle); } .#{$fa-css-prefix}-ruler-vertical:before { content: fa-content($fa-var-ruler-vertical); } +.#{$fa-css-prefix}-running:before { content: fa-content($fa-var-running); } .#{$fa-css-prefix}-rupee-sign:before { content: fa-content($fa-var-rupee-sign); } +.#{$fa-css-prefix}-sad-cry:before { content: fa-content($fa-var-sad-cry); } +.#{$fa-css-prefix}-sad-tear:before { content: fa-content($fa-var-sad-tear); } .#{$fa-css-prefix}-safari:before { content: fa-content($fa-var-safari); } .#{$fa-css-prefix}-sass:before { content: fa-content($fa-var-sass); } .#{$fa-css-prefix}-save:before { content: fa-content($fa-var-save); } +.#{$fa-css-prefix}-scalpel:before { content: fa-content($fa-var-scalpel); } +.#{$fa-css-prefix}-scalpel-path:before { content: fa-content($fa-var-scalpel-path); } .#{$fa-css-prefix}-scanner:before { content: fa-content($fa-var-scanner); } .#{$fa-css-prefix}-scanner-keyboard:before { content: fa-content($fa-var-scanner-keyboard); } .#{$fa-css-prefix}-scanner-touchscreen:before { content: fa-content($fa-var-scanner-touchscreen); } +.#{$fa-css-prefix}-scarecrow:before { content: fa-content($fa-var-scarecrow); } .#{$fa-css-prefix}-schlix:before { content: fa-content($fa-var-schlix); } .#{$fa-css-prefix}-school:before { content: fa-content($fa-var-school); } .#{$fa-css-prefix}-screwdriver:before { content: fa-content($fa-var-screwdriver); } .#{$fa-css-prefix}-scribd:before { content: fa-content($fa-var-scribd); } +.#{$fa-css-prefix}-scroll:before { content: fa-content($fa-var-scroll); } +.#{$fa-css-prefix}-scroll-old:before { content: fa-content($fa-var-scroll-old); } .#{$fa-css-prefix}-scrubber:before { content: fa-content($fa-var-scrubber); } +.#{$fa-css-prefix}-scythe:before { content: fa-content($fa-var-scythe); } .#{$fa-css-prefix}-search:before { content: fa-content($fa-var-search); } +.#{$fa-css-prefix}-search-dollar:before { content: fa-content($fa-var-search-dollar); } +.#{$fa-css-prefix}-search-location:before { content: fa-content($fa-var-search-location); } .#{$fa-css-prefix}-search-minus:before { content: fa-content($fa-var-search-minus); } .#{$fa-css-prefix}-search-plus:before { content: fa-content($fa-var-search-plus); } .#{$fa-css-prefix}-searchengin:before { content: fa-content($fa-var-searchengin); } @@ -940,15 +1331,18 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-sellsy:before { content: fa-content($fa-var-sellsy); } .#{$fa-css-prefix}-server:before { content: fa-content($fa-var-server); } .#{$fa-css-prefix}-servicestack:before { content: fa-content($fa-var-servicestack); } +.#{$fa-css-prefix}-shapes:before { content: fa-content($fa-var-shapes); } .#{$fa-css-prefix}-share:before { content: fa-content($fa-var-share); } .#{$fa-css-prefix}-share-all:before { content: fa-content($fa-var-share-all); } .#{$fa-css-prefix}-share-alt:before { content: fa-content($fa-var-share-alt); } .#{$fa-css-prefix}-share-alt-square:before { content: fa-content($fa-var-share-alt-square); } .#{$fa-css-prefix}-share-square:before { content: fa-content($fa-var-share-square); } +.#{$fa-css-prefix}-sheep:before { content: fa-content($fa-var-sheep); } .#{$fa-css-prefix}-shekel-sign:before { content: fa-content($fa-var-shekel-sign); } .#{$fa-css-prefix}-shield:before { content: fa-content($fa-var-shield); } .#{$fa-css-prefix}-shield-alt:before { content: fa-content($fa-var-shield-alt); } .#{$fa-css-prefix}-shield-check:before { content: fa-content($fa-var-shield-check); } +.#{$fa-css-prefix}-shield-cross:before { content: fa-content($fa-var-shield-cross); } .#{$fa-css-prefix}-ship:before { content: fa-content($fa-var-ship); } .#{$fa-css-prefix}-shipping-fast:before { content: fa-content($fa-var-shipping-fast); } .#{$fa-css-prefix}-shipping-timed:before { content: fa-content($fa-var-shipping-timed); } @@ -957,8 +1351,13 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-shopping-bag:before { content: fa-content($fa-var-shopping-bag); } .#{$fa-css-prefix}-shopping-basket:before { content: fa-content($fa-var-shopping-basket); } .#{$fa-css-prefix}-shopping-cart:before { content: fa-content($fa-var-shopping-cart); } +.#{$fa-css-prefix}-shopware:before { content: fa-content($fa-var-shopware); } +.#{$fa-css-prefix}-shovel:before { content: fa-content($fa-var-shovel); } .#{$fa-css-prefix}-shower:before { content: fa-content($fa-var-shower); } +.#{$fa-css-prefix}-shredder:before { content: fa-content($fa-var-shredder); } +.#{$fa-css-prefix}-shuttle-van:before { content: fa-content($fa-var-shuttle-van); } .#{$fa-css-prefix}-shuttlecock:before { content: fa-content($fa-var-shuttlecock); } +.#{$fa-css-prefix}-sigma:before { content: fa-content($fa-var-sigma); } .#{$fa-css-prefix}-sign:before { content: fa-content($fa-var-sign); } .#{$fa-css-prefix}-sign-in:before { content: fa-content($fa-var-sign-in); } .#{$fa-css-prefix}-sign-in-alt:before { content: fa-content($fa-var-sign-in-alt); } @@ -966,28 +1365,50 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-sign-out:before { content: fa-content($fa-var-sign-out); } .#{$fa-css-prefix}-sign-out-alt:before { content: fa-content($fa-var-sign-out-alt); } .#{$fa-css-prefix}-signal:before { content: fa-content($fa-var-signal); } +.#{$fa-css-prefix}-signal-1:before { content: fa-content($fa-var-signal-1); } +.#{$fa-css-prefix}-signal-2:before { content: fa-content($fa-var-signal-2); } +.#{$fa-css-prefix}-signal-3:before { content: fa-content($fa-var-signal-3); } +.#{$fa-css-prefix}-signal-4:before { content: fa-content($fa-var-signal-4); } +.#{$fa-css-prefix}-signal-alt:before { content: fa-content($fa-var-signal-alt); } +.#{$fa-css-prefix}-signal-alt-1:before { content: fa-content($fa-var-signal-alt-1); } +.#{$fa-css-prefix}-signal-alt-2:before { content: fa-content($fa-var-signal-alt-2); } +.#{$fa-css-prefix}-signal-alt-3:before { content: fa-content($fa-var-signal-alt-3); } +.#{$fa-css-prefix}-signal-alt-slash:before { content: fa-content($fa-var-signal-alt-slash); } +.#{$fa-css-prefix}-signal-slash:before { content: fa-content($fa-var-signal-slash); } +.#{$fa-css-prefix}-signature:before { content: fa-content($fa-var-signature); } .#{$fa-css-prefix}-simplybuilt:before { content: fa-content($fa-var-simplybuilt); } .#{$fa-css-prefix}-sistrix:before { content: fa-content($fa-var-sistrix); } .#{$fa-css-prefix}-sitemap:before { content: fa-content($fa-var-sitemap); } .#{$fa-css-prefix}-sith:before { content: fa-content($fa-var-sith); } +.#{$fa-css-prefix}-skeleton:before { content: fa-content($fa-var-skeleton); } .#{$fa-css-prefix}-skull:before { content: fa-content($fa-var-skull); } +.#{$fa-css-prefix}-skull-crossbones:before { content: fa-content($fa-var-skull-crossbones); } .#{$fa-css-prefix}-skyatlas:before { content: fa-content($fa-var-skyatlas); } .#{$fa-css-prefix}-skype:before { content: fa-content($fa-var-skype); } .#{$fa-css-prefix}-slack:before { content: fa-content($fa-var-slack); } .#{$fa-css-prefix}-slack-hash:before { content: fa-content($fa-var-slack-hash); } +.#{$fa-css-prefix}-slash:before { content: fa-content($fa-var-slash); } .#{$fa-css-prefix}-sliders-h:before { content: fa-content($fa-var-sliders-h); } .#{$fa-css-prefix}-sliders-h-square:before { content: fa-content($fa-var-sliders-h-square); } .#{$fa-css-prefix}-sliders-v:before { content: fa-content($fa-var-sliders-v); } .#{$fa-css-prefix}-sliders-v-square:before { content: fa-content($fa-var-sliders-v-square); } .#{$fa-css-prefix}-slideshare:before { content: fa-content($fa-var-slideshare); } .#{$fa-css-prefix}-smile:before { content: fa-content($fa-var-smile); } +.#{$fa-css-prefix}-smile-beam:before { content: fa-content($fa-var-smile-beam); } .#{$fa-css-prefix}-smile-plus:before { content: fa-content($fa-var-smile-plus); } +.#{$fa-css-prefix}-smile-wink:before { content: fa-content($fa-var-smile-wink); } +.#{$fa-css-prefix}-smog:before { content: fa-content($fa-var-smog); } +.#{$fa-css-prefix}-smoke:before { content: fa-content($fa-var-smoke); } .#{$fa-css-prefix}-smoking:before { content: fa-content($fa-var-smoking); } .#{$fa-css-prefix}-smoking-ban:before { content: fa-content($fa-var-smoking-ban); } +.#{$fa-css-prefix}-snake:before { content: fa-content($fa-var-snake); } .#{$fa-css-prefix}-snapchat:before { content: fa-content($fa-var-snapchat); } .#{$fa-css-prefix}-snapchat-ghost:before { content: fa-content($fa-var-snapchat-ghost); } .#{$fa-css-prefix}-snapchat-square:before { content: fa-content($fa-var-snapchat-square); } +.#{$fa-css-prefix}-snow-blowing:before { content: fa-content($fa-var-snow-blowing); } .#{$fa-css-prefix}-snowflake:before { content: fa-content($fa-var-snowflake); } +.#{$fa-css-prefix}-socks:before { content: fa-content($fa-var-socks); } +.#{$fa-css-prefix}-solar-panel:before { content: fa-content($fa-var-solar-panel); } .#{$fa-css-prefix}-sort:before { content: fa-content($fa-var-sort); } .#{$fa-css-prefix}-sort-alpha-down:before { content: fa-content($fa-var-sort-alpha-down); } .#{$fa-css-prefix}-sort-alpha-up:before { content: fa-content($fa-var-sort-alpha-up); } @@ -998,28 +1419,47 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-sort-numeric-up:before { content: fa-content($fa-var-sort-numeric-up); } .#{$fa-css-prefix}-sort-up:before { content: fa-content($fa-var-sort-up); } .#{$fa-css-prefix}-soundcloud:before { content: fa-content($fa-var-soundcloud); } +.#{$fa-css-prefix}-spa:before { content: fa-content($fa-var-spa); } .#{$fa-css-prefix}-space-shuttle:before { content: fa-content($fa-var-space-shuttle); } .#{$fa-css-prefix}-spade:before { content: fa-content($fa-var-spade); } .#{$fa-css-prefix}-speakap:before { content: fa-content($fa-var-speakap); } +.#{$fa-css-prefix}-spider:before { content: fa-content($fa-var-spider); } +.#{$fa-css-prefix}-spider-black-widow:before { content: fa-content($fa-var-spider-black-widow); } +.#{$fa-css-prefix}-spider-web:before { content: fa-content($fa-var-spider-web); } .#{$fa-css-prefix}-spinner:before { content: fa-content($fa-var-spinner); } .#{$fa-css-prefix}-spinner-third:before { content: fa-content($fa-var-spinner-third); } +.#{$fa-css-prefix}-splotch:before { content: fa-content($fa-var-splotch); } .#{$fa-css-prefix}-spotify:before { content: fa-content($fa-var-spotify); } +.#{$fa-css-prefix}-spray-can:before { content: fa-content($fa-var-spray-can); } .#{$fa-css-prefix}-square:before { content: fa-content($fa-var-square); } .#{$fa-css-prefix}-square-full:before { content: fa-content($fa-var-square-full); } +.#{$fa-css-prefix}-square-root:before { content: fa-content($fa-var-square-root); } +.#{$fa-css-prefix}-square-root-alt:before { content: fa-content($fa-var-square-root-alt); } +.#{$fa-css-prefix}-squarespace:before { content: fa-content($fa-var-squarespace); } +.#{$fa-css-prefix}-squirrel:before { content: fa-content($fa-var-squirrel); } .#{$fa-css-prefix}-stack-exchange:before { content: fa-content($fa-var-stack-exchange); } .#{$fa-css-prefix}-stack-overflow:before { content: fa-content($fa-var-stack-overflow); } +.#{$fa-css-prefix}-staff:before { content: fa-content($fa-var-staff); } +.#{$fa-css-prefix}-stamp:before { content: fa-content($fa-var-stamp); } .#{$fa-css-prefix}-star:before { content: fa-content($fa-var-star); } +.#{$fa-css-prefix}-star-and-crescent:before { content: fa-content($fa-var-star-and-crescent); } .#{$fa-css-prefix}-star-exclamation:before { content: fa-content($fa-var-star-exclamation); } .#{$fa-css-prefix}-star-half:before { content: fa-content($fa-var-star-half); } +.#{$fa-css-prefix}-star-half-alt:before { content: fa-content($fa-var-star-half-alt); } +.#{$fa-css-prefix}-star-of-david:before { content: fa-content($fa-var-star-of-david); } +.#{$fa-css-prefix}-star-of-life:before { content: fa-content($fa-var-star-of-life); } +.#{$fa-css-prefix}-stars:before { content: fa-content($fa-var-stars); } .#{$fa-css-prefix}-staylinked:before { content: fa-content($fa-var-staylinked); } .#{$fa-css-prefix}-steam:before { content: fa-content($fa-var-steam); } .#{$fa-css-prefix}-steam-square:before { content: fa-content($fa-var-steam-square); } .#{$fa-css-prefix}-steam-symbol:before { content: fa-content($fa-var-steam-symbol); } +.#{$fa-css-prefix}-steering-wheel:before { content: fa-content($fa-var-steering-wheel); } .#{$fa-css-prefix}-step-backward:before { content: fa-content($fa-var-step-backward); } .#{$fa-css-prefix}-step-forward:before { content: fa-content($fa-var-step-forward); } .#{$fa-css-prefix}-stethoscope:before { content: fa-content($fa-var-stethoscope); } .#{$fa-css-prefix}-sticker-mule:before { content: fa-content($fa-var-sticker-mule); } .#{$fa-css-prefix}-sticky-note:before { content: fa-content($fa-var-sticky-note); } +.#{$fa-css-prefix}-stomach:before { content: fa-content($fa-var-stomach); } .#{$fa-css-prefix}-stop:before { content: fa-content($fa-var-stop); } .#{$fa-css-prefix}-stop-circle:before { content: fa-content($fa-var-stop-circle); } .#{$fa-css-prefix}-stopwatch:before { content: fa-content($fa-var-stopwatch); } @@ -1038,10 +1478,23 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-subscript:before { content: fa-content($fa-var-subscript); } .#{$fa-css-prefix}-subway:before { content: fa-content($fa-var-subway); } .#{$fa-css-prefix}-suitcase:before { content: fa-content($fa-var-suitcase); } +.#{$fa-css-prefix}-suitcase-rolling:before { content: fa-content($fa-var-suitcase-rolling); } .#{$fa-css-prefix}-sun:before { content: fa-content($fa-var-sun); } +.#{$fa-css-prefix}-sun-cloud:before { content: fa-content($fa-var-sun-cloud); } +.#{$fa-css-prefix}-sun-dust:before { content: fa-content($fa-var-sun-dust); } +.#{$fa-css-prefix}-sun-haze:before { content: fa-content($fa-var-sun-haze); } +.#{$fa-css-prefix}-sunrise:before { content: fa-content($fa-var-sunrise); } +.#{$fa-css-prefix}-sunset:before { content: fa-content($fa-var-sunset); } .#{$fa-css-prefix}-superpowers:before { content: fa-content($fa-var-superpowers); } .#{$fa-css-prefix}-superscript:before { content: fa-content($fa-var-superscript); } .#{$fa-css-prefix}-supple:before { content: fa-content($fa-var-supple); } +.#{$fa-css-prefix}-surprise:before { content: fa-content($fa-var-surprise); } +.#{$fa-css-prefix}-swatchbook:before { content: fa-content($fa-var-swatchbook); } +.#{$fa-css-prefix}-swimmer:before { content: fa-content($fa-var-swimmer); } +.#{$fa-css-prefix}-swimming-pool:before { content: fa-content($fa-var-swimming-pool); } +.#{$fa-css-prefix}-sword:before { content: fa-content($fa-var-sword); } +.#{$fa-css-prefix}-swords:before { content: fa-content($fa-var-swords); } +.#{$fa-css-prefix}-synagogue:before { content: fa-content($fa-var-synagogue); } .#{$fa-css-prefix}-sync:before { content: fa-content($fa-var-sync); } .#{$fa-css-prefix}-sync-alt:before { content: fa-content($fa-var-sync-alt); } .#{$fa-css-prefix}-syringe:before { content: fa-content($fa-var-syringe); } @@ -1055,14 +1508,31 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-tablets:before { content: fa-content($fa-var-tablets); } .#{$fa-css-prefix}-tachometer:before { content: fa-content($fa-var-tachometer); } .#{$fa-css-prefix}-tachometer-alt:before { content: fa-content($fa-var-tachometer-alt); } +.#{$fa-css-prefix}-tachometer-alt-average:before { content: fa-content($fa-var-tachometer-alt-average); } +.#{$fa-css-prefix}-tachometer-alt-fast:before { content: fa-content($fa-var-tachometer-alt-fast); } +.#{$fa-css-prefix}-tachometer-alt-fastest:before { content: fa-content($fa-var-tachometer-alt-fastest); } +.#{$fa-css-prefix}-tachometer-alt-slow:before { content: fa-content($fa-var-tachometer-alt-slow); } +.#{$fa-css-prefix}-tachometer-alt-slowest:before { content: fa-content($fa-var-tachometer-alt-slowest); } +.#{$fa-css-prefix}-tachometer-average:before { content: fa-content($fa-var-tachometer-average); } +.#{$fa-css-prefix}-tachometer-fast:before { content: fa-content($fa-var-tachometer-fast); } +.#{$fa-css-prefix}-tachometer-fastest:before { content: fa-content($fa-var-tachometer-fastest); } +.#{$fa-css-prefix}-tachometer-slow:before { content: fa-content($fa-var-tachometer-slow); } +.#{$fa-css-prefix}-tachometer-slowest:before { content: fa-content($fa-var-tachometer-slowest); } .#{$fa-css-prefix}-tag:before { content: fa-content($fa-var-tag); } .#{$fa-css-prefix}-tags:before { content: fa-content($fa-var-tags); } +.#{$fa-css-prefix}-tally:before { content: fa-content($fa-var-tally); } .#{$fa-css-prefix}-tape:before { content: fa-content($fa-var-tape); } .#{$fa-css-prefix}-tasks:before { content: fa-content($fa-var-tasks); } .#{$fa-css-prefix}-taxi:before { content: fa-content($fa-var-taxi); } .#{$fa-css-prefix}-teamspeak:before { content: fa-content($fa-var-teamspeak); } +.#{$fa-css-prefix}-teeth:before { content: fa-content($fa-var-teeth); } +.#{$fa-css-prefix}-teeth-open:before { content: fa-content($fa-var-teeth-open); } .#{$fa-css-prefix}-telegram:before { content: fa-content($fa-var-telegram); } .#{$fa-css-prefix}-telegram-plane:before { content: fa-content($fa-var-telegram-plane); } +.#{$fa-css-prefix}-temperature-frigid:before { content: fa-content($fa-var-temperature-frigid); } +.#{$fa-css-prefix}-temperature-high:before { content: fa-content($fa-var-temperature-high); } +.#{$fa-css-prefix}-temperature-hot:before { content: fa-content($fa-var-temperature-hot); } +.#{$fa-css-prefix}-temperature-low:before { content: fa-content($fa-var-temperature-low); } .#{$fa-css-prefix}-tencent-weibo:before { content: fa-content($fa-var-tencent-weibo); } .#{$fa-css-prefix}-tennis-ball:before { content: fa-content($fa-var-tennis-ball); } .#{$fa-css-prefix}-terminal:before { content: fa-content($fa-var-terminal); } @@ -1071,6 +1541,9 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-th:before { content: fa-content($fa-var-th); } .#{$fa-css-prefix}-th-large:before { content: fa-content($fa-var-th-large); } .#{$fa-css-prefix}-th-list:before { content: fa-content($fa-var-th-list); } +.#{$fa-css-prefix}-the-red-yeti:before { content: fa-content($fa-var-the-red-yeti); } +.#{$fa-css-prefix}-theater-masks:before { content: fa-content($fa-var-theater-masks); } +.#{$fa-css-prefix}-themeco:before { content: fa-content($fa-var-themeco); } .#{$fa-css-prefix}-themeisle:before { content: fa-content($fa-var-themeisle); } .#{$fa-css-prefix}-thermometer:before { content: fa-content($fa-var-thermometer); } .#{$fa-css-prefix}-thermometer-empty:before { content: fa-content($fa-var-thermometer-empty); } @@ -1078,29 +1551,58 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-thermometer-half:before { content: fa-content($fa-var-thermometer-half); } .#{$fa-css-prefix}-thermometer-quarter:before { content: fa-content($fa-var-thermometer-quarter); } .#{$fa-css-prefix}-thermometer-three-quarters:before { content: fa-content($fa-var-thermometer-three-quarters); } +.#{$fa-css-prefix}-theta:before { content: fa-content($fa-var-theta); } +.#{$fa-css-prefix}-think-peaks:before { content: fa-content($fa-var-think-peaks); } .#{$fa-css-prefix}-thumbs-down:before { content: fa-content($fa-var-thumbs-down); } .#{$fa-css-prefix}-thumbs-up:before { content: fa-content($fa-var-thumbs-up); } .#{$fa-css-prefix}-thumbtack:before { content: fa-content($fa-var-thumbtack); } +.#{$fa-css-prefix}-thunderstorm:before { content: fa-content($fa-var-thunderstorm); } +.#{$fa-css-prefix}-thunderstorm-moon:before { content: fa-content($fa-var-thunderstorm-moon); } +.#{$fa-css-prefix}-thunderstorm-sun:before { content: fa-content($fa-var-thunderstorm-sun); } .#{$fa-css-prefix}-ticket:before { content: fa-content($fa-var-ticket); } .#{$fa-css-prefix}-ticket-alt:before { content: fa-content($fa-var-ticket-alt); } +.#{$fa-css-prefix}-tilde:before { content: fa-content($fa-var-tilde); } .#{$fa-css-prefix}-times:before { content: fa-content($fa-var-times); } .#{$fa-css-prefix}-times-circle:before { content: fa-content($fa-var-times-circle); } .#{$fa-css-prefix}-times-hexagon:before { content: fa-content($fa-var-times-hexagon); } .#{$fa-css-prefix}-times-octagon:before { content: fa-content($fa-var-times-octagon); } .#{$fa-css-prefix}-times-square:before { content: fa-content($fa-var-times-square); } .#{$fa-css-prefix}-tint:before { content: fa-content($fa-var-tint); } +.#{$fa-css-prefix}-tint-slash:before { content: fa-content($fa-var-tint-slash); } +.#{$fa-css-prefix}-tire:before { content: fa-content($fa-var-tire); } +.#{$fa-css-prefix}-tire-flat:before { content: fa-content($fa-var-tire-flat); } +.#{$fa-css-prefix}-tire-pressure-warning:before { content: fa-content($fa-var-tire-pressure-warning); } +.#{$fa-css-prefix}-tire-rugged:before { content: fa-content($fa-var-tire-rugged); } +.#{$fa-css-prefix}-tired:before { content: fa-content($fa-var-tired); } .#{$fa-css-prefix}-toggle-off:before { content: fa-content($fa-var-toggle-off); } .#{$fa-css-prefix}-toggle-on:before { content: fa-content($fa-var-toggle-on); } +.#{$fa-css-prefix}-toilet-paper:before { content: fa-content($fa-var-toilet-paper); } +.#{$fa-css-prefix}-toilet-paper-alt:before { content: fa-content($fa-var-toilet-paper-alt); } +.#{$fa-css-prefix}-tombstone:before { content: fa-content($fa-var-tombstone); } +.#{$fa-css-prefix}-tombstone-alt:before { content: fa-content($fa-var-tombstone-alt); } .#{$fa-css-prefix}-toolbox:before { content: fa-content($fa-var-toolbox); } +.#{$fa-css-prefix}-tooth:before { content: fa-content($fa-var-tooth); } +.#{$fa-css-prefix}-toothbrush:before { content: fa-content($fa-var-toothbrush); } +.#{$fa-css-prefix}-torah:before { content: fa-content($fa-var-torah); } +.#{$fa-css-prefix}-torii-gate:before { content: fa-content($fa-var-torii-gate); } +.#{$fa-css-prefix}-tornado:before { content: fa-content($fa-var-tornado); } +.#{$fa-css-prefix}-tractor:before { content: fa-content($fa-var-tractor); } .#{$fa-css-prefix}-trade-federation:before { content: fa-content($fa-var-trade-federation); } .#{$fa-css-prefix}-trademark:before { content: fa-content($fa-var-trademark); } +.#{$fa-css-prefix}-traffic-cone:before { content: fa-content($fa-var-traffic-cone); } +.#{$fa-css-prefix}-traffic-light:before { content: fa-content($fa-var-traffic-light); } +.#{$fa-css-prefix}-traffic-light-go:before { content: fa-content($fa-var-traffic-light-go); } +.#{$fa-css-prefix}-traffic-light-slow:before { content: fa-content($fa-var-traffic-light-slow); } +.#{$fa-css-prefix}-traffic-light-stop:before { content: fa-content($fa-var-traffic-light-stop); } .#{$fa-css-prefix}-train:before { content: fa-content($fa-var-train); } .#{$fa-css-prefix}-transgender:before { content: fa-content($fa-var-transgender); } .#{$fa-css-prefix}-transgender-alt:before { content: fa-content($fa-var-transgender-alt); } .#{$fa-css-prefix}-trash:before { content: fa-content($fa-var-trash); } .#{$fa-css-prefix}-trash-alt:before { content: fa-content($fa-var-trash-alt); } +.#{$fa-css-prefix}-treasure-chest:before { content: fa-content($fa-var-treasure-chest); } .#{$fa-css-prefix}-tree:before { content: fa-content($fa-var-tree); } .#{$fa-css-prefix}-tree-alt:before { content: fa-content($fa-var-tree-alt); } +.#{$fa-css-prefix}-trees:before { content: fa-content($fa-var-trees); } .#{$fa-css-prefix}-trello:before { content: fa-content($fa-var-trello); } .#{$fa-css-prefix}-triangle:before { content: fa-content($fa-var-triangle); } .#{$fa-css-prefix}-tripadvisor:before { content: fa-content($fa-var-tripadvisor); } @@ -1110,12 +1612,16 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-truck-container:before { content: fa-content($fa-var-truck-container); } .#{$fa-css-prefix}-truck-couch:before { content: fa-content($fa-var-truck-couch); } .#{$fa-css-prefix}-truck-loading:before { content: fa-content($fa-var-truck-loading); } +.#{$fa-css-prefix}-truck-monster:before { content: fa-content($fa-var-truck-monster); } .#{$fa-css-prefix}-truck-moving:before { content: fa-content($fa-var-truck-moving); } +.#{$fa-css-prefix}-truck-pickup:before { content: fa-content($fa-var-truck-pickup); } .#{$fa-css-prefix}-truck-ramp:before { content: fa-content($fa-var-truck-ramp); } .#{$fa-css-prefix}-tshirt:before { content: fa-content($fa-var-tshirt); } .#{$fa-css-prefix}-tty:before { content: fa-content($fa-var-tty); } .#{$fa-css-prefix}-tumblr:before { content: fa-content($fa-var-tumblr); } .#{$fa-css-prefix}-tumblr-square:before { content: fa-content($fa-var-tumblr-square); } +.#{$fa-css-prefix}-turkey:before { content: fa-content($fa-var-turkey); } +.#{$fa-css-prefix}-turtle:before { content: fa-content($fa-var-turtle); } .#{$fa-css-prefix}-tv:before { content: fa-content($fa-var-tv); } .#{$fa-css-prefix}-tv-retro:before { content: fa-content($fa-var-tv-retro); } .#{$fa-css-prefix}-twitch:before { content: fa-content($fa-var-twitch); } @@ -1125,9 +1631,12 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-uber:before { content: fa-content($fa-var-uber); } .#{$fa-css-prefix}-uikit:before { content: fa-content($fa-var-uikit); } .#{$fa-css-prefix}-umbrella:before { content: fa-content($fa-var-umbrella); } +.#{$fa-css-prefix}-umbrella-beach:before { content: fa-content($fa-var-umbrella-beach); } .#{$fa-css-prefix}-underline:before { content: fa-content($fa-var-underline); } .#{$fa-css-prefix}-undo:before { content: fa-content($fa-var-undo); } .#{$fa-css-prefix}-undo-alt:before { content: fa-content($fa-var-undo-alt); } +.#{$fa-css-prefix}-unicorn:before { content: fa-content($fa-var-unicorn); } +.#{$fa-css-prefix}-union:before { content: fa-content($fa-var-union); } .#{$fa-css-prefix}-uniregistry:before { content: fa-content($fa-var-uniregistry); } .#{$fa-css-prefix}-universal-access:before { content: fa-content($fa-var-universal-access); } .#{$fa-css-prefix}-university:before { content: fa-content($fa-var-university); } @@ -1143,13 +1652,16 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-user-alt:before { content: fa-content($fa-var-user-alt); } .#{$fa-css-prefix}-user-alt-slash:before { content: fa-content($fa-var-user-alt-slash); } .#{$fa-css-prefix}-user-astronaut:before { content: fa-content($fa-var-user-astronaut); } +.#{$fa-css-prefix}-user-chart:before { content: fa-content($fa-var-user-chart); } .#{$fa-css-prefix}-user-check:before { content: fa-content($fa-var-user-check); } .#{$fa-css-prefix}-user-circle:before { content: fa-content($fa-var-user-circle); } .#{$fa-css-prefix}-user-clock:before { content: fa-content($fa-var-user-clock); } .#{$fa-css-prefix}-user-cog:before { content: fa-content($fa-var-user-cog); } +.#{$fa-css-prefix}-user-crown:before { content: fa-content($fa-var-user-crown); } .#{$fa-css-prefix}-user-edit:before { content: fa-content($fa-var-user-edit); } .#{$fa-css-prefix}-user-friends:before { content: fa-content($fa-var-user-friends); } .#{$fa-css-prefix}-user-graduate:before { content: fa-content($fa-var-user-graduate); } +.#{$fa-css-prefix}-user-injured:before { content: fa-content($fa-var-user-injured); } .#{$fa-css-prefix}-user-lock:before { content: fa-content($fa-var-user-lock); } .#{$fa-css-prefix}-user-md:before { content: fa-content($fa-var-user-md); } .#{$fa-css-prefix}-user-minus:before { content: fa-content($fa-var-user-minus); } @@ -1162,7 +1674,9 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-user-tie:before { content: fa-content($fa-var-user-tie); } .#{$fa-css-prefix}-user-times:before { content: fa-content($fa-var-user-times); } .#{$fa-css-prefix}-users:before { content: fa-content($fa-var-users); } +.#{$fa-css-prefix}-users-class:before { content: fa-content($fa-var-users-class); } .#{$fa-css-prefix}-users-cog:before { content: fa-content($fa-var-users-cog); } +.#{$fa-css-prefix}-users-crown:before { content: fa-content($fa-var-users-crown); } .#{$fa-css-prefix}-ussunnah:before { content: fa-content($fa-var-ussunnah); } .#{$fa-css-prefix}-utensil-fork:before { content: fa-content($fa-var-utensil-fork); } .#{$fa-css-prefix}-utensil-knife:before { content: fa-content($fa-var-utensil-knife); } @@ -1170,6 +1684,8 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-utensils:before { content: fa-content($fa-var-utensils); } .#{$fa-css-prefix}-utensils-alt:before { content: fa-content($fa-var-utensils-alt); } .#{$fa-css-prefix}-vaadin:before { content: fa-content($fa-var-vaadin); } +.#{$fa-css-prefix}-value-absolute:before { content: fa-content($fa-var-value-absolute); } +.#{$fa-css-prefix}-vector-square:before { content: fa-content($fa-var-vector-square); } .#{$fa-css-prefix}-venus:before { content: fa-content($fa-var-venus); } .#{$fa-css-prefix}-venus-double:before { content: fa-content($fa-var-venus-double); } .#{$fa-css-prefix}-venus-mars:before { content: fa-content($fa-var-venus-mars); } @@ -1182,33 +1698,55 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-video:before { content: fa-content($fa-var-video); } .#{$fa-css-prefix}-video-plus:before { content: fa-content($fa-var-video-plus); } .#{$fa-css-prefix}-video-slash:before { content: fa-content($fa-var-video-slash); } +.#{$fa-css-prefix}-vihara:before { content: fa-content($fa-var-vihara); } .#{$fa-css-prefix}-vimeo:before { content: fa-content($fa-var-vimeo); } .#{$fa-css-prefix}-vimeo-square:before { content: fa-content($fa-var-vimeo-square); } .#{$fa-css-prefix}-vimeo-v:before { content: fa-content($fa-var-vimeo-v); } .#{$fa-css-prefix}-vine:before { content: fa-content($fa-var-vine); } .#{$fa-css-prefix}-vk:before { content: fa-content($fa-var-vk); } .#{$fa-css-prefix}-vnv:before { content: fa-content($fa-var-vnv); } +.#{$fa-css-prefix}-volcano:before { content: fa-content($fa-var-volcano); } .#{$fa-css-prefix}-volleyball-ball:before { content: fa-content($fa-var-volleyball-ball); } +.#{$fa-css-prefix}-volume:before { content: fa-content($fa-var-volume); } .#{$fa-css-prefix}-volume-down:before { content: fa-content($fa-var-volume-down); } .#{$fa-css-prefix}-volume-mute:before { content: fa-content($fa-var-volume-mute); } .#{$fa-css-prefix}-volume-off:before { content: fa-content($fa-var-volume-off); } +.#{$fa-css-prefix}-volume-slash:before { content: fa-content($fa-var-volume-slash); } .#{$fa-css-prefix}-volume-up:before { content: fa-content($fa-var-volume-up); } +.#{$fa-css-prefix}-vote-nay:before { content: fa-content($fa-var-vote-nay); } +.#{$fa-css-prefix}-vote-yea:before { content: fa-content($fa-var-vote-yea); } +.#{$fa-css-prefix}-vr-cardboard:before { content: fa-content($fa-var-vr-cardboard); } .#{$fa-css-prefix}-vuejs:before { content: fa-content($fa-var-vuejs); } .#{$fa-css-prefix}-walking:before { content: fa-content($fa-var-walking); } .#{$fa-css-prefix}-wallet:before { content: fa-content($fa-var-wallet); } +.#{$fa-css-prefix}-wand:before { content: fa-content($fa-var-wand); } +.#{$fa-css-prefix}-wand-magic:before { content: fa-content($fa-var-wand-magic); } .#{$fa-css-prefix}-warehouse:before { content: fa-content($fa-var-warehouse); } .#{$fa-css-prefix}-warehouse-alt:before { content: fa-content($fa-var-warehouse-alt); } .#{$fa-css-prefix}-watch:before { content: fa-content($fa-var-watch); } +.#{$fa-css-prefix}-watch-fitness:before { content: fa-content($fa-var-watch-fitness); } +.#{$fa-css-prefix}-water:before { content: fa-content($fa-var-water); } +.#{$fa-css-prefix}-water-lower:before { content: fa-content($fa-var-water-lower); } +.#{$fa-css-prefix}-water-rise:before { content: fa-content($fa-var-water-rise); } +.#{$fa-css-prefix}-weebly:before { content: fa-content($fa-var-weebly); } .#{$fa-css-prefix}-weibo:before { content: fa-content($fa-var-weibo); } .#{$fa-css-prefix}-weight:before { content: fa-content($fa-var-weight); } +.#{$fa-css-prefix}-weight-hanging:before { content: fa-content($fa-var-weight-hanging); } .#{$fa-css-prefix}-weixin:before { content: fa-content($fa-var-weixin); } +.#{$fa-css-prefix}-whale:before { content: fa-content($fa-var-whale); } .#{$fa-css-prefix}-whatsapp:before { content: fa-content($fa-var-whatsapp); } .#{$fa-css-prefix}-whatsapp-square:before { content: fa-content($fa-var-whatsapp-square); } +.#{$fa-css-prefix}-wheat:before { content: fa-content($fa-var-wheat); } .#{$fa-css-prefix}-wheelchair:before { content: fa-content($fa-var-wheelchair); } .#{$fa-css-prefix}-whistle:before { content: fa-content($fa-var-whistle); } .#{$fa-css-prefix}-whmcs:before { content: fa-content($fa-var-whmcs); } .#{$fa-css-prefix}-wifi:before { content: fa-content($fa-var-wifi); } +.#{$fa-css-prefix}-wifi-1:before { content: fa-content($fa-var-wifi-1); } +.#{$fa-css-prefix}-wifi-2:before { content: fa-content($fa-var-wifi-2); } +.#{$fa-css-prefix}-wifi-slash:before { content: fa-content($fa-var-wifi-slash); } .#{$fa-css-prefix}-wikipedia-w:before { content: fa-content($fa-var-wikipedia-w); } +.#{$fa-css-prefix}-wind:before { content: fa-content($fa-var-wind); } +.#{$fa-css-prefix}-wind-warning:before { content: fa-content($fa-var-wind-warning); } .#{$fa-css-prefix}-window:before { content: fa-content($fa-var-window); } .#{$fa-css-prefix}-window-alt:before { content: fa-content($fa-var-window-alt); } .#{$fa-css-prefix}-window-close:before { content: fa-content($fa-var-window-close); } @@ -1216,7 +1754,12 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-window-minimize:before { content: fa-content($fa-var-window-minimize); } .#{$fa-css-prefix}-window-restore:before { content: fa-content($fa-var-window-restore); } .#{$fa-css-prefix}-windows:before { content: fa-content($fa-var-windows); } +.#{$fa-css-prefix}-windsock:before { content: fa-content($fa-var-windsock); } +.#{$fa-css-prefix}-wine-bottle:before { content: fa-content($fa-var-wine-bottle); } .#{$fa-css-prefix}-wine-glass:before { content: fa-content($fa-var-wine-glass); } +.#{$fa-css-prefix}-wine-glass-alt:before { content: fa-content($fa-var-wine-glass-alt); } +.#{$fa-css-prefix}-wix:before { content: fa-content($fa-var-wix); } +.#{$fa-css-prefix}-wizards-of-the-coast:before { content: fa-content($fa-var-wizards-of-the-coast); } .#{$fa-css-prefix}-wolf-pack-battalion:before { content: fa-content($fa-var-wolf-pack-battalion); } .#{$fa-css-prefix}-won-sign:before { content: fa-content($fa-var-won-sign); } .#{$fa-css-prefix}-wordpress:before { content: fa-content($fa-var-wordpress); } @@ -1224,6 +1767,7 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-wpbeginner:before { content: fa-content($fa-var-wpbeginner); } .#{$fa-css-prefix}-wpexplorer:before { content: fa-content($fa-var-wpexplorer); } .#{$fa-css-prefix}-wpforms:before { content: fa-content($fa-var-wpforms); } +.#{$fa-css-prefix}-wpressr:before { content: fa-content($fa-var-wpressr); } .#{$fa-css-prefix}-wrench:before { content: fa-content($fa-var-wrench); } .#{$fa-css-prefix}-x-ray:before { content: fa-content($fa-var-x-ray); } .#{$fa-css-prefix}-xbox:before { content: fa-content($fa-var-xbox); } @@ -1235,6 +1779,8 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-yandex-international:before { content: fa-content($fa-var-yandex-international); } .#{$fa-css-prefix}-yelp:before { content: fa-content($fa-var-yelp); } .#{$fa-css-prefix}-yen-sign:before { content: fa-content($fa-var-yen-sign); } +.#{$fa-css-prefix}-yin-yang:before { content: fa-content($fa-var-yin-yang); } .#{$fa-css-prefix}-yoast:before { content: fa-content($fa-var-yoast); } .#{$fa-css-prefix}-youtube:before { content: fa-content($fa-var-youtube); } .#{$fa-css-prefix}-youtube-square:before { content: fa-content($fa-var-youtube-square); } +.#{$fa-css-prefix}-zhihu:before { content: fa-content($fa-var-zhihu); } diff --git a/style/fa/_shims.scss b/style/fa/_shims.scss new file mode 100644 index 0000000..d45a3b7 --- /dev/null +++ b/style/fa/_shims.scss @@ -0,0 +1,2062 @@ +.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: fa-content($fa-var-glass-martini); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-meetup { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o:before { content: fa-content($fa-var-star); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-remove:before { content: fa-content($fa-var-times); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-close:before { content: fa-content($fa-var-times); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gear:before { content: fa-content($fa-var-cog); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o:before { content: fa-content($fa-var-trash-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o:before { content: fa-content($fa-var-file); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o:before { content: fa-content($fa-var-clock); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down:before { content: fa-content($fa-var-arrow-alt-circle-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up:before { content: fa-content($fa-var-arrow-alt-circle-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o:before { content: fa-content($fa-var-play-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-repeat:before { content: fa-content($fa-var-redo); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right:before { content: fa-content($fa-var-redo); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-refresh:before { content: fa-content($fa-var-sync); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dedent:before { content: fa-content($fa-var-outdent); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera:before { content: fa-content($fa-var-video); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o:before { content: fa-content($fa-var-image); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-photo { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-photo:before { content: fa-content($fa-var-image); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-image { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-image:before { content: fa-content($fa-var-image); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil:before { content: fa-content($fa-var-pencil-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker:before { content: fa-content($fa-var-map-marker-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o:before { content: fa-content($fa-var-edit); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o:before { content: fa-content($fa-var-share-square); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o:before { content: fa-content($fa-var-check-square); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows:before { content: fa-content($fa-var-arrows-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o:before { content: fa-content($fa-var-times-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o:before { content: fa-content($fa-var-check-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward:before { content: fa-content($fa-var-share); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eye { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eye-slash { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-warning:before { content: fa-content($fa-var-exclamation-triangle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar:before { content: fa-content($fa-var-calendar-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v:before { content: fa-content($fa-var-arrows-alt-v); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h:before { content: fa-content($fa-var-arrows-alt-h); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart:before { content: fa-content($fa-var-chart-bar); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o:before { content: fa-content($fa-var-chart-bar); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gears:before { content: fa-content($fa-var-cogs); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up:before { content: fa-content($fa-var-thumbs-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down:before { content: fa-content($fa-var-thumbs-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o:before { content: fa-content($fa-var-heart); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out:before { content: fa-content($fa-var-sign-out-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square:before { content: fa-content($fa-var-linkedin); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack:before { content: fa-content($fa-var-thumbtack); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link:before { content: fa-content($fa-var-external-link-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in:before { content: fa-content($fa-var-sign-in-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o:before { content: fa-content($fa-var-lemon); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o:before { content: fa-content($fa-var-square); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o:before { content: fa-content($fa-var-bookmark); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook:before { content: fa-content($fa-var-facebook-f); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f:before { content: fa-content($fa-var-facebook-f); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-feed:before { content: fa-content($fa-var-rss); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o:before { content: fa-content($fa-var-hdd); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right:before { content: fa-content($fa-var-hand-point-right); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left:before { content: fa-content($fa-var-hand-point-left); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up:before { content: fa-content($fa-var-hand-point-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down:before { content: fa-content($fa-var-hand-point-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt:before { content: fa-content($fa-var-expand-arrows-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-group:before { content: fa-content($fa-var-users); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chain:before { content: fa-content($fa-var-link); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-scissors:before { content: fa-content($fa-var-cut); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o:before { content: fa-content($fa-var-copy); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o:before { content: fa-content($fa-var-save); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-navicon:before { content: fa-content($fa-var-bars); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reorder:before { content: fa-content($fa-var-bars); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus:before { content: fa-content($fa-var-google-plus-g); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-money { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-money:before { content: fa-content($fa-var-money-bill-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted:before { content: fa-content($fa-var-sort); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc:before { content: fa-content($fa-var-sort-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc:before { content: fa-content($fa-var-sort-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin:before { content: fa-content($fa-var-linkedin-in); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left:before { content: fa-content($fa-var-undo); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-legal:before { content: fa-content($fa-var-gavel); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer:before { content: fa-content($fa-var-tachometer-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard:before { content: fa-content($fa-var-tachometer-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o:before { content: fa-content($fa-var-comment); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o:before { content: fa-content($fa-var-comments); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flash:before { content: fa-content($fa-var-bolt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-paste { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-paste:before { content: fa-content($fa-var-clipboard); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o:before { content: fa-content($fa-var-lightbulb); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-exchange:before { content: fa-content($fa-var-exchange-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download:before { content: fa-content($fa-var-cloud-download-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload:before { content: fa-content($fa-var-cloud-upload-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o:before { content: fa-content($fa-var-bell); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery:before { content: fa-content($fa-var-utensils); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o:before { content: fa-content($fa-var-file-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o:before { content: fa-content($fa-var-building); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o:before { content: fa-content($fa-var-hospital); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tablet:before { content: fa-content($fa-var-tablet-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile:before { content: fa-content($fa-var-mobile-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone:before { content: fa-content($fa-var-mobile-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o:before { content: fa-content($fa-var-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply:before { content: fa-content($fa-var-reply); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o:before { content: fa-content($fa-var-folder); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o:before { content: fa-content($fa-var-folder-open); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o:before { content: fa-content($fa-var-smile); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o:before { content: fa-content($fa-var-frown); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o:before { content: fa-content($fa-var-meh); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o:before { content: fa-content($fa-var-keyboard); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o:before { content: fa-content($fa-var-flag); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all:before { content: fa-content($fa-var-reply-all); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o:before { content: fa-content($fa-var-star-half); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty:before { content: fa-content($fa-var-star-half); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full:before { content: fa-content($fa-var-star-half); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork:before { content: fa-content($fa-var-code-branch); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken:before { content: fa-content($fa-var-unlink); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-shield:before { content: fa-content($fa-var-shield-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o:before { content: fa-content($fa-var-calendar); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-html5 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-css3 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ticket:before { content: fa-content($fa-var-ticket-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o:before { content: fa-content($fa-var-minus-square); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-level-up:before { content: fa-content($fa-var-level-up-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-level-down:before { content: fa-content($fa-var-level-down-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square:before { content: fa-content($fa-var-pen-square); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square:before { content: fa-content($fa-var-external-link-square-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-compass { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down:before { content: fa-content($fa-var-caret-square-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down:before { content: fa-content($fa-var-caret-square-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up:before { content: fa-content($fa-var-caret-square-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up:before { content: fa-content($fa-var-caret-square-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right:before { content: fa-content($fa-var-caret-square-right); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right:before { content: fa-content($fa-var-caret-square-right); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eur:before { content: fa-content($fa-var-euro-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-euro:before { content: fa-content($fa-var-euro-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gbp:before { content: fa-content($fa-var-pound-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-usd:before { content: fa-content($fa-var-dollar-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dollar:before { content: fa-content($fa-var-dollar-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-inr:before { content: fa-content($fa-var-rupee-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rupee:before { content: fa-content($fa-var-rupee-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-jpy:before { content: fa-content($fa-var-yen-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cny:before { content: fa-content($fa-var-yen-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rmb:before { content: fa-content($fa-var-yen-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yen:before { content: fa-content($fa-var-yen-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rub:before { content: fa-content($fa-var-ruble-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ruble:before { content: fa-content($fa-var-ruble-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rouble:before { content: fa-content($fa-var-ruble-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-krw:before { content: fa-content($fa-var-won-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-won:before { content: fa-content($fa-var-won-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-btc { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin:before { content: fa-content($fa-var-btc); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text:before { content: fa-content($fa-var-file-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: fa-content($fa-var-sort-alpha-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: fa-content($fa-var-sort-alpha-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: fa-content($fa-var-sort-amount-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: fa-content($fa-var-sort-amount-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: fa-content($fa-var-sort-numeric-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: fa-content($fa-var-sort-numeric-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play:before { content: fa-content($fa-var-youtube); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stack-overflow { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-instagram { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-flickr { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-adn { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square:before { content: fa-content($fa-var-bitbucket); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down:before { content: fa-content($fa-var-long-arrow-alt-down); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up:before { content: fa-content($fa-var-long-arrow-alt-up); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left:before { content: fa-content($fa-var-long-arrow-alt-left); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right:before { content: fa-content($fa-var-long-arrow-alt-right); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-apple { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-windows { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-android { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linux { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dribbble { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-skype { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-foursquare { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trello { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gratipay { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip:before { content: fa-content($fa-var-gratipay); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o:before { content: fa-content($fa-var-sun); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o:before { content: fa-content($fa-var-moon); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vk { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-weibo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-renren { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pagelines { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stack-exchange { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right:before { content: fa-content($fa-var-arrow-alt-circle-right); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left:before { content: fa-content($fa-var-arrow-alt-circle-left); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left:before { content: fa-content($fa-var-caret-square-left); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left:before { content: fa-content($fa-var-caret-square-left); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o:before { content: fa-content($fa-var-dot-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-try:before { content: fa-content($fa-var-lira-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira:before { content: fa-content($fa-var-lira-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o:before { content: fa-content($fa-var-plus-square); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-slack { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wordpress { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-openid { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-institution:before { content: fa-content($fa-var-university); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bank:before { content: fa-content($fa-var-university); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board:before { content: fa-content($fa-var-graduation-cap); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon-circle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-delicious { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-digg { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-pp { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-alt { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drupal { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-joomla { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-spoon:before { content: fa-content($fa-var-utensil-spoon); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-automobile:before { content: fa-content($fa-var-car); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cab:before { content: fa-content($fa-var-taxi); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o:before { content: fa-content($fa-var-envelope); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-deviantart { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-soundcloud { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o:before { content: fa-content($fa-var-file-pdf); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o:before { content: fa-content($fa-var-file-word); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o:before { content: fa-content($fa-var-file-excel); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o:before { content: fa-content($fa-var-file-powerpoint); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o:before { content: fa-content($fa-var-file-image); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o:before { content: fa-content($fa-var-file-image); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o:before { content: fa-content($fa-var-file-image); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o:before { content: fa-content($fa-var-file-archive); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o:before { content: fa-content($fa-var-file-archive); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o:before { content: fa-content($fa-var-file-audio); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o:before { content: fa-content($fa-var-file-audio); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o:before { content: fa-content($fa-var-file-video); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o:before { content: fa-content($fa-var-file-video); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o:before { content: fa-content($fa-var-file-code); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vine { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-codepen { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-jsfiddle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-ring { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy:before { content: fa-content($fa-var-life-ring); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy:before { content: fa-content($fa-var-life-ring); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver:before { content: fa-content($fa-var-life-ring); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-support { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-support:before { content: fa-content($fa-var-life-ring); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch:before { content: fa-content($fa-var-circle-notch); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-rebel { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ra { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ra:before { content: fa-content($fa-var-rebel); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance:before { content: fa-content($fa-var-rebel); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-empire { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ge { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ge:before { content: fa-content($fa-var-empire); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-git-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-git { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hacker-news { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square:before { content: fa-content($fa-var-hacker-news); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square:before { content: fa-content($fa-var-hacker-news); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-qq { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-weixin { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat:before { content: fa-content($fa-var-weixin); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-send:before { content: fa-content($fa-var-paper-plane); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o:before { content: fa-content($fa-var-paper-plane); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o:before { content: fa-content($fa-var-paper-plane); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin:before { content: fa-content($fa-var-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-header:before { content: fa-content($fa-var-heading); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sliders:before { content: fa-content($fa-var-sliders-h); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o:before { content: fa-content($fa-var-futbol); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o:before { content: fa-content($fa-var-futbol); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitch { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yelp { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o:before { content: fa-content($fa-var-newspaper); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-paypal { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-wallet { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-visa { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-mastercard { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-discover { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-amex { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-paypal { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-stripe { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o:before { content: fa-content($fa-var-bell-slash); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash:before { content: fa-content($fa-var-trash-alt); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-copyright { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper:before { content: fa-content($fa-var-eye-dropper); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart:before { content: fa-content($fa-var-chart-area); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart:before { content: fa-content($fa-var-chart-pie); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart:before { content: fa-content($fa-var-chart-line); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ioxhost { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-angellist { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc:before { content: fa-content($fa-var-closed-captioning); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ils:before { content: fa-content($fa-var-shekel-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-shekel:before { content: fa-content($fa-var-shekel-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel:before { content: fa-content($fa-var-shekel-sign); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-meanpath { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-meanpath:before { content: fa-content($fa-var-font-awesome); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-connectdevelop { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-dashcube { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-forumbee { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-leanpub { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sellsy { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-shirtsinbulk { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-simplybuilt { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-skyatlas { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond:before { content: fa-content($fa-var-gem); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-intersex:before { content: fa-content($fa-var-transgender); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official:before { content: fa-content($fa-var-facebook); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-whatsapp { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hotel:before { content: fa-content($fa-var-bed); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-medium { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc:before { content: fa-content($fa-var-y-combinator); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-opencart { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4:before { content: fa-content($fa-var-battery-full); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery:before { content: fa-content($fa-var-battery-full); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3:before { content: fa-content($fa-var-battery-three-quarters); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2:before { content: fa-content($fa-var-battery-half); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1:before { content: fa-content($fa-var-battery-quarter); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0:before { content: fa-content($fa-var-battery-empty); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-object-group { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-object-ungroup { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o:before { content: fa-content($fa-var-sticky-note); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-diners-club { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-clone { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o:before { content: fa-content($fa-var-hourglass); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1:before { content: fa-content($fa-var-hourglass-start); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2:before { content: fa-content($fa-var-hourglass-half); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3:before { content: fa-content($fa-var-hourglass-end); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o:before { content: fa-content($fa-var-hand-rock); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o:before { content: fa-content($fa-var-hand-rock); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o:before { content: fa-content($fa-var-hand-paper); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o:before { content: fa-content($fa-var-hand-paper); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o:before { content: fa-content($fa-var-hand-scissors); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o:before { content: fa-content($fa-var-hand-lizard); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o:before { content: fa-content($fa-var-hand-spock); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o:before { content: fa-content($fa-var-hand-pointer); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o:before { content: fa-content($fa-var-hand-peace); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-registered { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-creative-commons { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gg { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gg-circle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-tripadvisor { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-get-pocket { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wikipedia-w { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-safari { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-chrome { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-firefox { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-opera { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-internet-explorer { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-television:before { content: fa-content($fa-var-tv); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-contao { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-500px { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-amazon { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o:before { content: fa-content($fa-var-calendar-plus); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o:before { content: fa-content($fa-var-calendar-minus); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o:before { content: fa-content($fa-var-calendar-times); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o:before { content: fa-content($fa-var-calendar-check); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o:before { content: fa-content($fa-var-map); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting:before { content: fa-content($fa-var-comment-dots); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o:before { content: fa-content($fa-var-comment-dots); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-houzz { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo:before { content: fa-content($fa-var-vimeo-v); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fonticons { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-alien { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-edge { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt:before { content: fa-content($fa-var-credit-card); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-modx { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fort-awesome { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-usb { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-product-hunt { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-mixcloud { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-scribd { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o:before { content: fa-content($fa-var-pause-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o:before { content: fa-content($fa-var-stop-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth-b { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-gitlab { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpbeginner { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpforms { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envira { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt:before { content: fa-content($fa-var-accessible-icon); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o:before { content: fa-content($fa-var-question-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone:before { content: fa-content($fa-var-phone-volume); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting:before { content: fa-content($fa-var-american-sign-language-interpreting); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-deafness:before { content: fa-content($fa-var-deaf); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing:before { content: fa-content($fa-var-deaf); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-glide { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-glide-g { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-signing:before { content: fa-content($fa-var-sign-language); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-first-order { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-yoast { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-themeisle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official:before { content: fa-content($fa-var-google-plus); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle:before { content: fa-content($fa-var-google-plus); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-fa { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-fa:before { content: fa-content($fa-var-font-awesome); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o:before { content: fa-content($fa-var-handshake); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o:before { content: fa-content($fa-var-envelope-open); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-linode { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o:before { content: fa-content($fa-var-address-book); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard:before { content: fa-content($fa-var-address-card); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o:before { content: fa-content($fa-var-address-card); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o:before { content: fa-content($fa-var-address-card); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o:before { content: fa-content($fa-var-user-circle); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o:before { content: fa-content($fa-var-user); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license:before { content: fa-content($fa-var-id-card); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o:before { content: fa-content($fa-var-id-card); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o:before { content: fa-content($fa-var-id-card); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-quora { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-free-code-camp { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-telegram { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4:before { content: fa-content($fa-var-thermometer-full); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer:before { content: fa-content($fa-var-thermometer-full); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3:before { content: fa-content($fa-var-thermometer-three-quarters); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2:before { content: fa-content($fa-var-thermometer-half); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1:before { content: fa-content($fa-var-thermometer-quarter); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0:before { content: fa-content($fa-var-thermometer-empty); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub:before { content: fa-content($fa-var-bath); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-s15:before { content: fa-content($fa-var-bath); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-restore { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle:before { content: fa-content($fa-var-window-close); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o:before { content: fa-content($fa-var-window-close); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o:before { content: fa-content($fa-var-window-close); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-grav { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-etsy { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-imdb { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-ravelry { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast:before { content: fa-content($fa-var-sellcast); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o { + font-family: 'Font Awesome 5 Pro'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o:before { content: fa-content($fa-var-snowflake); } + +.#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpexplorer { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + +.#{$fa-css-prefix}.#{$fa-css-prefix}-spotify { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; +} + diff --git a/style/fa/_stacked.scss b/style/fa/_stacked.scss index 6c09d84..ae7ef4e 100644 --- a/style/fa/_stacked.scss +++ b/style/fa/_stacked.scss @@ -7,7 +7,7 @@ line-height: 2em; position: relative; vertical-align: middle; - width: 2em; + width: ($fa-fw-width*2); } .#{$fa-css-prefix}-stack-1x, diff --git a/style/fa/_variables.scss b/style/fa/_variables.scss index ee6d57c..01d91cc 100644 --- a/style/fa/_variables.scss +++ b/style/fa/_variables.scss @@ -4,10 +4,11 @@ $fa-font-path: "../webfonts" !default; $fa-font-size-base: 16px !default; $fa-css-prefix: fa !default; -$fa-version: "5.0.13" !default; +$fa-version: "5.5.0" !default; $fa-border-color: #eee !default; $fa-inverse: #fff !default; $fa-li-width: 2em !default; +$fa-fw-width: (20em / 16); // Convenience function used to set content property @function fa-content($fa-var) { @@ -15,26 +16,34 @@ $fa-li-width: 2em !default; } $fa-var-500px: \f26e; +$fa-var-abacus: \f640; $fa-var-accessible-icon: \f368; $fa-var-accusoft: \f369; +$fa-var-acorn: \f6ae; +$fa-var-acquisitions-incorporated: \f6af; +$fa-var-ad: \f641; $fa-var-address-book: \f2b9; $fa-var-address-card: \f2bb; $fa-var-adjust: \f042; $fa-var-adn: \f170; $fa-var-adversal: \f36a; $fa-var-affiliatetheme: \f36b; +$fa-var-air-freshener: \f5d0; $fa-var-alarm-clock: \f34e; $fa-var-algolia: \f36c; +$fa-var-alicorn: \f6b0; $fa-var-align-center: \f037; $fa-var-align-justify: \f039; $fa-var-align-left: \f036; $fa-var-align-right: \f038; +$fa-var-alipay: \f642; $fa-var-allergies: \f461; $fa-var-amazon: \f270; $fa-var-amazon-pay: \f42c; $fa-var-ambulance: \f0f9; $fa-var-american-sign-language-interpreting: \f2a3; $fa-var-amilia: \f36d; +$fa-var-analytics: \f643; $fa-var-anchor: \f13d; $fa-var-android: \f17b; $fa-var-angellist: \f209; @@ -46,14 +55,19 @@ $fa-var-angle-down: \f107; $fa-var-angle-left: \f104; $fa-var-angle-right: \f105; $fa-var-angle-up: \f106; +$fa-var-angry: \f556; $fa-var-angrycreative: \f36e; $fa-var-angular: \f420; +$fa-var-ankh: \f644; $fa-var-app-store: \f36f; $fa-var-app-store-ios: \f370; $fa-var-apper: \f371; $fa-var-apple: \f179; +$fa-var-apple-alt: \f5d1; +$fa-var-apple-crate: \f6b1; $fa-var-apple-pay: \f415; $fa-var-archive: \f187; +$fa-var-archway: \f557; $fa-var-arrow-alt-circle-down: \f358; $fa-var-arrow-alt-circle-left: \f359; $fa-var-arrow-alt-circle-right: \f35a; @@ -104,18 +118,31 @@ $fa-var-assistive-listening-systems: \f2a2; $fa-var-asterisk: \f069; $fa-var-asymmetrik: \f372; $fa-var-at: \f1fa; +$fa-var-atlas: \f558; +$fa-var-atom: \f5d2; +$fa-var-atom-alt: \f5d3; $fa-var-audible: \f373; $fa-var-audio-description: \f29e; $fa-var-autoprefixer: \f41c; $fa-var-avianex: \f374; $fa-var-aviato: \f421; +$fa-var-award: \f559; $fa-var-aws: \f375; +$fa-var-axe: \f6b2; +$fa-var-axe-battle: \f6b3; +$fa-var-backpack: \f5d4; +$fa-var-backspace: \f55a; $fa-var-backward: \f04a; $fa-var-badge: \f335; $fa-var-badge-check: \f336; +$fa-var-badge-dollar: \f645; +$fa-var-badge-percent: \f646; +$fa-var-badger-honey: \f6b4; $fa-var-balance-scale: \f24e; $fa-var-balance-scale-left: \f515; $fa-var-balance-scale-right: \f516; +$fa-var-ballot: \f732; +$fa-var-ballot-check: \f733; $fa-var-ban: \f05e; $fa-var-band-aid: \f462; $fa-var-bandcamp: \f2d5; @@ -128,6 +155,7 @@ $fa-var-baseball: \f432; $fa-var-baseball-ball: \f433; $fa-var-basketball-ball: \f434; $fa-var-basketball-hoop: \f435; +$fa-var-bat: \f6b5; $fa-var-bath: \f2cd; $fa-var-battery-bolt: \f376; $fa-var-battery-empty: \f244; @@ -141,7 +169,11 @@ $fa-var-beer: \f0fc; $fa-var-behance: \f1b4; $fa-var-behance-square: \f1b5; $fa-var-bell: \f0f3; +$fa-var-bell-school: \f5d5; +$fa-var-bell-school-slash: \f5d6; $fa-var-bell-slash: \f1f6; +$fa-var-bezier-curve: \f55b; +$fa-var-bible: \f647; $fa-var-bicycle: \f206; $fa-var-bimobject: \f378; $fa-var-binoculars: \f1e5; @@ -153,6 +185,7 @@ $fa-var-black-tie: \f27e; $fa-var-blackberry: \f37b; $fa-var-blanket: \f498; $fa-var-blender: \f517; +$fa-var-blender-phone: \f6b6; $fa-var-blind: \f29d; $fa-var-blogger: \f37c; $fa-var-blogger-b: \f37d; @@ -161,14 +194,25 @@ $fa-var-bluetooth-b: \f294; $fa-var-bold: \f032; $fa-var-bolt: \f0e7; $fa-var-bomb: \f1e2; +$fa-var-bone: \f5d7; +$fa-var-bone-break: \f5d8; +$fa-var-bong: \f55c; $fa-var-book: \f02d; +$fa-var-book-alt: \f5d9; +$fa-var-book-dead: \f6b7; $fa-var-book-heart: \f499; $fa-var-book-open: \f518; +$fa-var-book-reader: \f5da; +$fa-var-book-spells: \f6b8; $fa-var-bookmark: \f02e; +$fa-var-books: \f5db; +$fa-var-booth-curtain: \f734; +$fa-var-bow-arrow: \f6b9; $fa-var-bowling-ball: \f436; $fa-var-bowling-pins: \f437; $fa-var-box: \f466; $fa-var-box-alt: \f49a; +$fa-var-box-ballot: \f735; $fa-var-box-check: \f467; $fa-var-box-fragile: \f49b; $fa-var-box-full: \f49c; @@ -180,21 +224,30 @@ $fa-var-boxes: \f468; $fa-var-boxes-alt: \f4a1; $fa-var-boxing-glove: \f438; $fa-var-braille: \f2a1; +$fa-var-brain: \f5dc; $fa-var-briefcase: \f0b1; $fa-var-briefcase-medical: \f469; $fa-var-broadcast-tower: \f519; $fa-var-broom: \f51a; $fa-var-browser: \f37e; +$fa-var-brush: \f55d; $fa-var-btc: \f15a; $fa-var-bug: \f188; $fa-var-building: \f1ad; $fa-var-bullhorn: \f0a1; $fa-var-bullseye: \f140; +$fa-var-bullseye-arrow: \f648; +$fa-var-bullseye-pointer: \f649; $fa-var-burn: \f46a; $fa-var-buromobelexperte: \f37f; $fa-var-bus: \f207; +$fa-var-bus-alt: \f55e; +$fa-var-bus-school: \f5dd; +$fa-var-business-time: \f64a; $fa-var-buysellads: \f20d; +$fa-var-cabinet-filing: \f64b; $fa-var-calculator: \f1ec; +$fa-var-calculator-alt: \f64c; $fa-var-calendar: \f133; $fa-var-calendar-alt: \f073; $fa-var-calendar-check: \f274; @@ -202,12 +255,27 @@ $fa-var-calendar-edit: \f333; $fa-var-calendar-exclamation: \f334; $fa-var-calendar-minus: \f272; $fa-var-calendar-plus: \f271; +$fa-var-calendar-star: \f736; $fa-var-calendar-times: \f273; $fa-var-camera: \f030; $fa-var-camera-alt: \f332; $fa-var-camera-retro: \f083; +$fa-var-campfire: \f6ba; +$fa-var-campground: \f6bb; +$fa-var-candle-holder: \f6bc; +$fa-var-candy-corn: \f6bd; +$fa-var-cannabis: \f55f; $fa-var-capsules: \f46b; $fa-var-car: \f1b9; +$fa-var-car-alt: \f5de; +$fa-var-car-battery: \f5df; +$fa-var-car-bump: \f5e0; +$fa-var-car-crash: \f5e1; +$fa-var-car-garage: \f5e2; +$fa-var-car-mechanic: \f5e3; +$fa-var-car-side: \f5e4; +$fa-var-car-tilt: \f5e5; +$fa-var-car-wash: \f5e6; $fa-var-caret-circle-down: \f32d; $fa-var-caret-circle-left: \f32e; $fa-var-caret-circle-right: \f330; @@ -222,6 +290,8 @@ $fa-var-caret-square-up: \f151; $fa-var-caret-up: \f0d8; $fa-var-cart-arrow-down: \f218; $fa-var-cart-plus: \f217; +$fa-var-cat: \f6be; +$fa-var-cauldron: \f6bf; $fa-var-cc-amazon-pay: \f42d; $fa-var-cc-amex: \f1f3; $fa-var-cc-apple-pay: \f416; @@ -234,14 +304,20 @@ $fa-var-cc-stripe: \f1f5; $fa-var-cc-visa: \f1f0; $fa-var-centercode: \f380; $fa-var-certificate: \f0a3; +$fa-var-chair: \f6c0; +$fa-var-chair-office: \f6c1; $fa-var-chalkboard: \f51b; $fa-var-chalkboard-teacher: \f51c; +$fa-var-charging-station: \f5e7; $fa-var-chart-area: \f1fe; $fa-var-chart-bar: \f080; $fa-var-chart-line: \f201; +$fa-var-chart-line-down: \f64d; $fa-var-chart-pie: \f200; +$fa-var-chart-pie-alt: \f64e; $fa-var-check: \f00c; $fa-var-check-circle: \f058; +$fa-var-check-double: \f560; $fa-var-check-square: \f14a; $fa-var-chess: \f439; $fa-var-chess-bishop: \f43a; @@ -280,21 +356,43 @@ $fa-var-chrome: \f268; $fa-var-church: \f51d; $fa-var-circle: \f111; $fa-var-circle-notch: \f1ce; +$fa-var-city: \f64f; +$fa-var-claw-marks: \f6c2; $fa-var-clipboard: \f328; $fa-var-clipboard-check: \f46c; $fa-var-clipboard-list: \f46d; +$fa-var-clipboard-list-check: \f737; +$fa-var-clipboard-prescription: \f5e8; $fa-var-clock: \f017; $fa-var-clone: \f24d; $fa-var-closed-captioning: \f20a; $fa-var-cloud: \f0c2; $fa-var-cloud-download: \f0ed; $fa-var-cloud-download-alt: \f381; +$fa-var-cloud-drizzle: \f738; +$fa-var-cloud-hail: \f739; +$fa-var-cloud-hail-mixed: \f73a; +$fa-var-cloud-meatball: \f73b; +$fa-var-cloud-moon: \f6c3; +$fa-var-cloud-moon-rain: \f73c; +$fa-var-cloud-rain: \f73d; +$fa-var-cloud-rainbow: \f73e; +$fa-var-cloud-showers: \f73f; +$fa-var-cloud-showers-heavy: \f740; +$fa-var-cloud-sleet: \f741; +$fa-var-cloud-snow: \f742; +$fa-var-cloud-sun: \f6c4; +$fa-var-cloud-sun-rain: \f743; $fa-var-cloud-upload: \f0ee; $fa-var-cloud-upload-alt: \f382; +$fa-var-clouds: \f744; +$fa-var-clouds-moon: \f745; +$fa-var-clouds-sun: \f746; $fa-var-cloudscale: \f383; $fa-var-cloudsmith: \f384; $fa-var-cloudversify: \f385; $fa-var-club: \f327; +$fa-var-cocktail: \f561; $fa-var-code: \f121; $fa-var-code-branch: \f126; $fa-var-code-commit: \f386; @@ -302,6 +400,8 @@ $fa-var-code-merge: \f387; $fa-var-codepen: \f1cb; $fa-var-codiepie: \f284; $fa-var-coffee: \f0f4; +$fa-var-coffee-togo: \f6c5; +$fa-var-coffin: \f6c6; $fa-var-cog: \f013; $fa-var-cogs: \f085; $fa-var-coins: \f51e; @@ -309,6 +409,7 @@ $fa-var-columns: \f0db; $fa-var-comment: \f075; $fa-var-comment-alt: \f27a; $fa-var-comment-alt-check: \f4a2; +$fa-var-comment-alt-dollar: \f650; $fa-var-comment-alt-dots: \f4a3; $fa-var-comment-alt-edit: \f4a4; $fa-var-comment-alt-exclamation: \f4a5; @@ -319,6 +420,7 @@ $fa-var-comment-alt-slash: \f4a9; $fa-var-comment-alt-smile: \f4aa; $fa-var-comment-alt-times: \f4ab; $fa-var-comment-check: \f4ac; +$fa-var-comment-dollar: \f651; $fa-var-comment-dots: \f4ad; $fa-var-comment-edit: \f4ae; $fa-var-comment-exclamation: \f4af; @@ -330,19 +432,27 @@ $fa-var-comment-smile: \f4b4; $fa-var-comment-times: \f4b5; $fa-var-comments: \f086; $fa-var-comments-alt: \f4b6; +$fa-var-comments-alt-dollar: \f652; +$fa-var-comments-dollar: \f653; $fa-var-compact-disc: \f51f; $fa-var-compass: \f14e; +$fa-var-compass-slash: \f5e9; $fa-var-compress: \f066; $fa-var-compress-alt: \f422; $fa-var-compress-wide: \f326; +$fa-var-concierge-bell: \f562; $fa-var-connectdevelop: \f20e; $fa-var-container-storage: \f4b7; $fa-var-contao: \f26d; $fa-var-conveyor-belt: \f46e; $fa-var-conveyor-belt-alt: \f46f; +$fa-var-cookie: \f563; +$fa-var-cookie-bite: \f564; $fa-var-copy: \f0c5; $fa-var-copyright: \f1f9; +$fa-var-corn: \f6c7; $fa-var-couch: \f4b8; +$fa-var-cow: \f6c8; $fa-var-cpanel: \f388; $fa-var-creative-commons: \f25e; $fa-var-creative-commons-by: \f4e7; @@ -362,7 +472,10 @@ $fa-var-credit-card: \f09d; $fa-var-credit-card-blank: \f389; $fa-var-credit-card-front: \f38a; $fa-var-cricket: \f449; +$fa-var-critical-role: \f6c9; $fa-var-crop: \f125; +$fa-var-crop-alt: \f565; +$fa-var-cross: \f654; $fa-var-crosshairs: \f05b; $fa-var-crow: \f520; $fa-var-crown: \f521; @@ -374,18 +487,30 @@ $fa-var-curling: \f44a; $fa-var-cut: \f0c4; $fa-var-cuttlefish: \f38c; $fa-var-d-and-d: \f38d; +$fa-var-d-and-d-beyond: \f6ca; +$fa-var-dagger: \f6cb; $fa-var-dashcube: \f210; $fa-var-database: \f1c0; $fa-var-deaf: \f2a4; $fa-var-delicious: \f1a5; +$fa-var-democrat: \f747; $fa-var-deploydog: \f38e; $fa-var-deskpro: \f38f; $fa-var-desktop: \f108; $fa-var-desktop-alt: \f390; +$fa-var-dev: \f6cc; $fa-var-deviantart: \f1bd; +$fa-var-dewpoint: \f748; +$fa-var-dharmachakra: \f655; $fa-var-diagnoses: \f470; $fa-var-diamond: \f219; $fa-var-dice: \f522; +$fa-var-dice-d10: \f6cd; +$fa-var-dice-d12: \f6ce; +$fa-var-dice-d20: \f6cf; +$fa-var-dice-d4: \f6d0; +$fa-var-dice-d6: \f6d1; +$fa-var-dice-d8: \f6d2; $fa-var-dice-five: \f523; $fa-var-dice-four: \f524; $fa-var-dice-one: \f525; @@ -394,12 +519,19 @@ $fa-var-dice-three: \f527; $fa-var-dice-two: \f528; $fa-var-digg: \f1a6; $fa-var-digital-ocean: \f391; +$fa-var-digital-tachograph: \f566; +$fa-var-diploma: \f5ea; +$fa-var-directions: \f5eb; $fa-var-discord: \f392; $fa-var-discourse: \f393; $fa-var-divide: \f529; +$fa-var-dizzy: \f567; $fa-var-dna: \f471; +$fa-var-do-not-enter: \f5ec; $fa-var-dochub: \f394; $fa-var-docker: \f395; +$fa-var-dog: \f6d3; +$fa-var-dog-leashed: \f6d4; $fa-var-dollar-sign: \f155; $fa-var-dolly: \f472; $fa-var-dolly-empty: \f473; @@ -413,26 +545,46 @@ $fa-var-dot-circle: \f192; $fa-var-dove: \f4ba; $fa-var-download: \f019; $fa-var-draft2digital: \f396; +$fa-var-drafting-compass: \f568; +$fa-var-dragon: \f6d5; +$fa-var-draw-circle: \f5ed; +$fa-var-draw-polygon: \f5ee; +$fa-var-draw-square: \f5ef; $fa-var-dribbble: \f17d; $fa-var-dribbble-square: \f397; $fa-var-dropbox: \f16b; +$fa-var-drum: \f569; +$fa-var-drum-steelpan: \f56a; +$fa-var-drumstick: \f6d6; +$fa-var-drumstick-bite: \f6d7; $fa-var-drupal: \f1a9; +$fa-var-duck: \f6d8; $fa-var-dumbbell: \f44b; +$fa-var-dungeon: \f6d9; $fa-var-dyalog: \f399; +$fa-var-ear: \f5f0; $fa-var-earlybirds: \f39a; $fa-var-ebay: \f4f4; +$fa-var-eclipse: \f749; +$fa-var-eclipse-alt: \f74a; $fa-var-edge: \f282; $fa-var-edit: \f044; $fa-var-eject: \f052; $fa-var-elementor: \f430; +$fa-var-elephant: \f6da; $fa-var-ellipsis-h: \f141; $fa-var-ellipsis-h-alt: \f39b; $fa-var-ellipsis-v: \f142; $fa-var-ellipsis-v-alt: \f39c; +$fa-var-ello: \f5f1; $fa-var-ember: \f423; $fa-var-empire: \f1d1; +$fa-var-empty-set: \f656; +$fa-var-engine-warning: \f5f2; $fa-var-envelope: \f0e0; $fa-var-envelope-open: \f2b6; +$fa-var-envelope-open-dollar: \f657; +$fa-var-envelope-open-text: \f658; $fa-var-envelope-square: \f199; $fa-var-envira: \f299; $fa-var-equals: \f52c; @@ -459,15 +611,18 @@ $fa-var-external-link-square: \f14c; $fa-var-external-link-square-alt: \f360; $fa-var-eye: \f06e; $fa-var-eye-dropper: \f1fb; +$fa-var-eye-evil: \f6db; $fa-var-eye-slash: \f070; $fa-var-facebook: \f09a; $fa-var-facebook-f: \f39e; $fa-var-facebook-messenger: \f39f; $fa-var-facebook-square: \f082; +$fa-var-fantasy-flight-games: \f6dc; $fa-var-fast-backward: \f049; $fa-var-fast-forward: \f050; $fa-var-fax: \f1ac; $fa-var-feather: \f52d; +$fa-var-feather-alt: \f56b; $fa-var-female: \f182; $fa-var-field-hockey: \f44c; $fa-var-fighter-jet: \f0fb; @@ -475,39 +630,71 @@ $fa-var-file: \f15b; $fa-var-file-alt: \f15c; $fa-var-file-archive: \f1c6; $fa-var-file-audio: \f1c7; +$fa-var-file-certificate: \f5f3; +$fa-var-file-chart-line: \f659; +$fa-var-file-chart-pie: \f65a; $fa-var-file-check: \f316; $fa-var-file-code: \f1c9; +$fa-var-file-contract: \f56c; +$fa-var-file-csv: \f6dd; +$fa-var-file-download: \f56d; $fa-var-file-edit: \f31c; $fa-var-file-excel: \f1c3; $fa-var-file-exclamation: \f31a; +$fa-var-file-export: \f56e; $fa-var-file-image: \f1c5; +$fa-var-file-import: \f56f; +$fa-var-file-invoice: \f570; +$fa-var-file-invoice-dollar: \f571; $fa-var-file-medical: \f477; $fa-var-file-medical-alt: \f478; $fa-var-file-minus: \f318; $fa-var-file-pdf: \f1c1; $fa-var-file-plus: \f319; $fa-var-file-powerpoint: \f1c4; +$fa-var-file-prescription: \f572; +$fa-var-file-signature: \f573; +$fa-var-file-spreadsheet: \f65b; $fa-var-file-times: \f317; +$fa-var-file-upload: \f574; +$fa-var-file-user: \f65c; $fa-var-file-video: \f1c8; $fa-var-file-word: \f1c2; +$fa-var-fill: \f575; +$fa-var-fill-drip: \f576; $fa-var-film: \f008; $fa-var-film-alt: \f3a0; $fa-var-filter: \f0b0; +$fa-var-fingerprint: \f577; $fa-var-fire: \f06d; $fa-var-fire-extinguisher: \f134; +$fa-var-fire-smoke: \f74b; $fa-var-firefox: \f269; $fa-var-first-aid: \f479; $fa-var-first-order: \f2b0; $fa-var-first-order-alt: \f50a; $fa-var-firstdraft: \f3a1; +$fa-var-fish: \f578; +$fa-var-fist-raised: \f6de; $fa-var-flag: \f024; +$fa-var-flag-alt: \f74c; $fa-var-flag-checkered: \f11e; +$fa-var-flag-usa: \f74d; +$fa-var-flame: \f6df; $fa-var-flask: \f0c3; +$fa-var-flask-poison: \f6e0; +$fa-var-flask-potion: \f6e1; $fa-var-flickr: \f16e; $fa-var-flipboard: \f44d; +$fa-var-flushed: \f579; $fa-var-fly: \f417; +$fa-var-fog: \f74e; $fa-var-folder: \f07b; +$fa-var-folder-minus: \f65d; $fa-var-folder-open: \f07c; +$fa-var-folder-plus: \f65e; +$fa-var-folder-times: \f65f; +$fa-var-folders: \f660; $fa-var-font: \f031; $fa-var-font-awesome: \f2b4; $fa-var-font-awesome-alt: \f35c; @@ -528,19 +715,25 @@ $fa-var-free-code-camp: \f2c5; $fa-var-freebsd: \f3a4; $fa-var-frog: \f52e; $fa-var-frown: \f119; +$fa-var-frown-open: \f57a; $fa-var-fulcrum: \f50b; +$fa-var-function: \f661; +$fa-var-funnel-dollar: \f662; $fa-var-futbol: \f1e3; $fa-var-galactic-republic: \f50c; $fa-var-galactic-senate: \f50d; $fa-var-gamepad: \f11b; $fa-var-gas-pump: \f52f; +$fa-var-gas-pump-slash: \f5f4; $fa-var-gavel: \f0e3; $fa-var-gem: \f3a5; $fa-var-genderless: \f22d; $fa-var-get-pocket: \f265; $fa-var-gg: \f260; $fa-var-gg-circle: \f261; +$fa-var-ghost: \f6e2; $fa-var-gift: \f06b; +$fa-var-gift-card: \f663; $fa-var-git: \f1d3; $fa-var-git-square: \f1d2; $fa-var-github: \f09b; @@ -550,10 +743,16 @@ $fa-var-gitkraken: \f3a6; $fa-var-gitlab: \f296; $fa-var-gitter: \f426; $fa-var-glass-martini: \f000; +$fa-var-glass-martini-alt: \f57b; $fa-var-glasses: \f530; +$fa-var-glasses-alt: \f5f5; $fa-var-glide: \f2a5; $fa-var-glide-g: \f2a6; $fa-var-globe: \f0ac; +$fa-var-globe-africa: \f57c; +$fa-var-globe-americas: \f57d; +$fa-var-globe-asia: \f57e; +$fa-var-globe-stand: \f5f6; $fa-var-gofore: \f3a7; $fa-var-golf-ball: \f450; $fa-var-golf-club: \f451; @@ -566,11 +765,28 @@ $fa-var-google-plus: \f2b3; $fa-var-google-plus-g: \f0d5; $fa-var-google-plus-square: \f0d4; $fa-var-google-wallet: \f1ee; +$fa-var-gopuram: \f664; $fa-var-graduation-cap: \f19d; $fa-var-gratipay: \f184; $fa-var-grav: \f2d6; $fa-var-greater-than: \f531; $fa-var-greater-than-equal: \f532; +$fa-var-grimace: \f57f; +$fa-var-grin: \f580; +$fa-var-grin-alt: \f581; +$fa-var-grin-beam: \f582; +$fa-var-grin-beam-sweat: \f583; +$fa-var-grin-hearts: \f584; +$fa-var-grin-squint: \f585; +$fa-var-grin-squint-tears: \f586; +$fa-var-grin-stars: \f587; +$fa-var-grin-tears: \f588; +$fa-var-grin-tongue: \f589; +$fa-var-grin-tongue-squint: \f58a; +$fa-var-grin-tongue-wink: \f58b; +$fa-var-grin-wink: \f58c; +$fa-var-grip-horizontal: \f58d; +$fa-var-grip-vertical: \f58e; $fa-var-gripfire: \f3ac; $fa-var-grunt: \f3ad; $fa-var-gulp: \f3ae; @@ -580,10 +796,15 @@ $fa-var-h2: \f314; $fa-var-h3: \f315; $fa-var-hacker-news: \f1d4; $fa-var-hacker-news-square: \f3af; +$fa-var-hackerrank: \f5f7; +$fa-var-hammer: \f6e3; +$fa-var-hammer-war: \f6e4; +$fa-var-hamsa: \f665; $fa-var-hand-heart: \f4bc; $fa-var-hand-holding: \f4bd; $fa-var-hand-holding-box: \f47b; $fa-var-hand-holding-heart: \f4be; +$fa-var-hand-holding-magic: \f6e5; $fa-var-hand-holding-seedling: \f4bf; $fa-var-hand-holding-usd: \f4c0; $fa-var-hand-holding-water: \f4c1; @@ -605,35 +826,59 @@ $fa-var-hands-helping: \f4c4; $fa-var-hands-usd: \f4c5; $fa-var-handshake: \f2b5; $fa-var-handshake-alt: \f4c6; +$fa-var-hanukiah: \f6e6; $fa-var-hashtag: \f292; +$fa-var-hat-witch: \f6e7; +$fa-var-hat-wizard: \f6e8; +$fa-var-haykal: \f666; $fa-var-hdd: \f0a0; +$fa-var-head-side: \f6e9; +$fa-var-head-vr: \f6ea; $fa-var-heading: \f1dc; $fa-var-headphones: \f025; +$fa-var-headphones-alt: \f58f; +$fa-var-headset: \f590; $fa-var-heart: \f004; $fa-var-heart-circle: \f4c7; +$fa-var-heart-rate: \f5f8; $fa-var-heart-square: \f4c8; $fa-var-heartbeat: \f21e; $fa-var-helicopter: \f533; +$fa-var-helmet-battle: \f6eb; $fa-var-hexagon: \f312; +$fa-var-highlighter: \f591; +$fa-var-hiking: \f6ec; +$fa-var-hippo: \f6ed; $fa-var-hips: \f452; $fa-var-hire-a-helper: \f3b0; $fa-var-history: \f1da; +$fa-var-hockey-mask: \f6ee; $fa-var-hockey-puck: \f453; $fa-var-hockey-sticks: \f454; $fa-var-home: \f015; $fa-var-home-heart: \f4c9; +$fa-var-hood-cloak: \f6ef; $fa-var-hooli: \f427; +$fa-var-hornbill: \f592; +$fa-var-horse: \f6f0; $fa-var-hospital: \f0f8; $fa-var-hospital-alt: \f47d; $fa-var-hospital-symbol: \f47e; +$fa-var-hot-tub: \f593; +$fa-var-hotel: \f594; $fa-var-hotjar: \f3b1; $fa-var-hourglass: \f254; $fa-var-hourglass-end: \f253; $fa-var-hourglass-half: \f252; $fa-var-hourglass-start: \f251; +$fa-var-house-damage: \f6f1; +$fa-var-house-flood: \f74f; $fa-var-houzz: \f27c; +$fa-var-hryvnia: \f6f2; $fa-var-html5: \f13b; $fa-var-hubspot: \f3b2; +$fa-var-humidity: \f750; +$fa-var-hurricane: \f751; $fa-var-i-cursor: \f246; $fa-var-id-badge: \f2c1; $fa-var-id-card: \f2c2; @@ -651,8 +896,11 @@ $fa-var-infinity: \f534; $fa-var-info: \f129; $fa-var-info-circle: \f05a; $fa-var-info-square: \f30f; +$fa-var-inhaler: \f5f9; $fa-var-instagram: \f16d; +$fa-var-integral: \f667; $fa-var-internet-explorer: \f26b; +$fa-var-intersection: \f668; $fa-var-inventory: \f480; $fa-var-ioxhost: \f208; $fa-var-italic: \f033; @@ -660,29 +908,56 @@ $fa-var-itunes: \f3b4; $fa-var-itunes-note: \f3b5; $fa-var-jack-o-lantern: \f30e; $fa-var-java: \f4e4; +$fa-var-jedi: \f669; $fa-var-jedi-order: \f50e; $fa-var-jenkins: \f3b6; $fa-var-joget: \f3b7; +$fa-var-joint: \f595; $fa-var-joomla: \f1aa; +$fa-var-journal-whills: \f66a; $fa-var-js: \f3b8; $fa-var-js-square: \f3b9; $fa-var-jsfiddle: \f1cc; +$fa-var-kaaba: \f66b; +$fa-var-kaggle: \f5fa; $fa-var-key: \f084; +$fa-var-key-skeleton: \f6f3; $fa-var-keybase: \f4f5; $fa-var-keyboard: \f11c; $fa-var-keycdn: \f3ba; +$fa-var-keynote: \f66c; +$fa-var-khanda: \f66d; $fa-var-kickstarter: \f3bb; $fa-var-kickstarter-k: \f3bc; +$fa-var-kidneys: \f5fb; +$fa-var-kiss: \f596; +$fa-var-kiss-beam: \f597; +$fa-var-kiss-wink-heart: \f598; +$fa-var-kite: \f6f4; $fa-var-kiwi-bird: \f535; +$fa-var-knife-kitchen: \f6f5; $fa-var-korvue: \f42f; +$fa-var-lambda: \f66e; $fa-var-lamp: \f4ca; +$fa-var-landmark: \f66f; +$fa-var-landmark-alt: \f752; $fa-var-language: \f1ab; $fa-var-laptop: \f109; +$fa-var-laptop-code: \f5fc; $fa-var-laravel: \f3bd; $fa-var-lastfm: \f202; $fa-var-lastfm-square: \f203; +$fa-var-laugh: \f599; +$fa-var-laugh-beam: \f59a; +$fa-var-laugh-squint: \f59b; +$fa-var-laugh-wink: \f59c; +$fa-var-layer-group: \f5fd; +$fa-var-layer-minus: \f5fe; +$fa-var-layer-plus: \f5ff; $fa-var-leaf: \f06c; $fa-var-leaf-heart: \f4cb; +$fa-var-leaf-maple: \f6f6; +$fa-var-leaf-oak: \f6f7; $fa-var-leanpub: \f212; $fa-var-lemon: \f094; $fa-var-less: \f41d; @@ -694,18 +969,26 @@ $fa-var-level-up: \f148; $fa-var-level-up-alt: \f3bf; $fa-var-life-ring: \f1cd; $fa-var-lightbulb: \f0eb; +$fa-var-lightbulb-dollar: \f670; +$fa-var-lightbulb-exclamation: \f671; +$fa-var-lightbulb-on: \f672; +$fa-var-lightbulb-slash: \f673; $fa-var-line: \f3c0; $fa-var-link: \f0c1; $fa-var-linkedin: \f08c; $fa-var-linkedin-in: \f0e1; $fa-var-linode: \f2b8; $fa-var-linux: \f17c; +$fa-var-lips: \f600; $fa-var-lira-sign: \f195; $fa-var-list: \f03a; $fa-var-list-alt: \f022; $fa-var-list-ol: \f0cb; $fa-var-list-ul: \f0ca; +$fa-var-location: \f601; $fa-var-location-arrow: \f124; +$fa-var-location-circle: \f602; +$fa-var-location-slash: \f603; $fa-var-lock: \f023; $fa-var-lock-alt: \f30d; $fa-var-lock-open: \f3c1; @@ -721,39 +1004,69 @@ $fa-var-long-arrow-up: \f176; $fa-var-loveseat: \f4cc; $fa-var-low-vision: \f2a8; $fa-var-luchador: \f455; +$fa-var-luggage-cart: \f59d; +$fa-var-lungs: \f604; $fa-var-lyft: \f3c3; +$fa-var-mace: \f6f8; $fa-var-magento: \f3c4; $fa-var-magic: \f0d0; $fa-var-magnet: \f076; +$fa-var-mail-bulk: \f674; +$fa-var-mailchimp: \f59e; $fa-var-male: \f183; $fa-var-mandalorian: \f50f; +$fa-var-mandolin: \f6f9; $fa-var-map: \f279; +$fa-var-map-marked: \f59f; +$fa-var-map-marked-alt: \f5a0; $fa-var-map-marker: \f041; $fa-var-map-marker-alt: \f3c5; +$fa-var-map-marker-alt-slash: \f605; +$fa-var-map-marker-check: \f606; +$fa-var-map-marker-edit: \f607; +$fa-var-map-marker-exclamation: \f608; +$fa-var-map-marker-minus: \f609; +$fa-var-map-marker-plus: \f60a; +$fa-var-map-marker-question: \f60b; +$fa-var-map-marker-slash: \f60c; +$fa-var-map-marker-smile: \f60d; +$fa-var-map-marker-times: \f60e; $fa-var-map-pin: \f276; $fa-var-map-signs: \f277; +$fa-var-markdown: \f60f; +$fa-var-marker: \f5a1; $fa-var-mars: \f222; $fa-var-mars-double: \f227; $fa-var-mars-stroke: \f229; $fa-var-mars-stroke-h: \f22b; $fa-var-mars-stroke-v: \f22a; +$fa-var-mask: \f6fa; $fa-var-mastodon: \f4f6; $fa-var-maxcdn: \f136; +$fa-var-medal: \f5a2; $fa-var-medapps: \f3c6; $fa-var-medium: \f23a; $fa-var-medium-m: \f3c7; $fa-var-medkit: \f0fa; $fa-var-medrt: \f3c8; $fa-var-meetup: \f2e0; +$fa-var-megaphone: \f675; +$fa-var-megaport: \f5a3; $fa-var-meh: \f11a; +$fa-var-meh-blank: \f5a4; +$fa-var-meh-rolling-eyes: \f5a5; $fa-var-memory: \f538; +$fa-var-menorah: \f676; $fa-var-mercury: \f223; +$fa-var-meteor: \f753; $fa-var-microchip: \f2db; $fa-var-microphone: \f130; $fa-var-microphone-alt: \f3c9; $fa-var-microphone-alt-slash: \f539; $fa-var-microphone-slash: \f131; +$fa-var-microscope: \f610; $fa-var-microsoft: \f3ca; +$fa-var-mind-share: \f677; $fa-var-minus: \f068; $fa-var-minus-circle: \f056; $fa-var-minus-hexagon: \f307; @@ -774,13 +1087,26 @@ $fa-var-money-bill-wave: \f53a; $fa-var-money-bill-wave-alt: \f53b; $fa-var-money-check: \f53c; $fa-var-money-check-alt: \f53d; +$fa-var-monitor-heart-rate: \f611; +$fa-var-monkey: \f6fb; +$fa-var-monument: \f5a6; $fa-var-moon: \f186; +$fa-var-moon-cloud: \f754; +$fa-var-moon-stars: \f755; +$fa-var-mortar-pestle: \f5a7; +$fa-var-mosque: \f678; $fa-var-motorcycle: \f21c; +$fa-var-mountain: \f6fc; +$fa-var-mountains: \f6fd; $fa-var-mouse-pointer: \f245; $fa-var-music: \f001; $fa-var-napster: \f3d2; +$fa-var-narwhal: \f6fe; +$fa-var-neos: \f612; +$fa-var-network-wired: \f6ff; $fa-var-neuter: \f22c; $fa-var-newspaper: \f1ea; +$fa-var-nimblr: \f5a8; $fa-var-nintendo-switch: \f418; $fa-var-node: \f419; $fa-var-node-js: \f3d3; @@ -794,16 +1120,23 @@ $fa-var-object-ungroup: \f248; $fa-var-octagon: \f306; $fa-var-odnoklassniki: \f263; $fa-var-odnoklassniki-square: \f264; +$fa-var-oil-can: \f613; +$fa-var-oil-temp: \f614; $fa-var-old-republic: \f510; +$fa-var-om: \f679; +$fa-var-omega: \f67a; $fa-var-opencart: \f23d; $fa-var-openid: \f19b; $fa-var-opera: \f26a; $fa-var-optin-monster: \f23c; $fa-var-osi: \f41a; +$fa-var-otter: \f700; $fa-var-outdent: \f03b; $fa-var-page4: \f3d7; $fa-var-pagelines: \f18c; $fa-var-paint-brush: \f1fc; +$fa-var-paint-brush-alt: \f5a9; +$fa-var-paint-roller: \f5aa; $fa-var-palette: \f53f; $fa-var-palfed: \f3d8; $fa-var-pallet: \f482; @@ -813,45 +1146,68 @@ $fa-var-paperclip: \f0c6; $fa-var-parachute-box: \f4cd; $fa-var-paragraph: \f1dd; $fa-var-parking: \f540; +$fa-var-parking-circle: \f615; +$fa-var-parking-circle-slash: \f616; +$fa-var-parking-slash: \f617; +$fa-var-passport: \f5ab; +$fa-var-pastafarianism: \f67b; $fa-var-paste: \f0ea; $fa-var-patreon: \f3d9; $fa-var-pause: \f04c; $fa-var-pause-circle: \f28b; $fa-var-paw: \f1b0; +$fa-var-paw-alt: \f701; +$fa-var-paw-claws: \f702; $fa-var-paypal: \f1ed; +$fa-var-peace: \f67c; +$fa-var-pegasus: \f703; $fa-var-pen: \f304; $fa-var-pen-alt: \f305; +$fa-var-pen-fancy: \f5ac; +$fa-var-pen-nib: \f5ad; $fa-var-pen-square: \f14b; $fa-var-pencil: \f040; $fa-var-pencil-alt: \f303; +$fa-var-pencil-paintbrush: \f618; +$fa-var-pencil-ruler: \f5ae; $fa-var-pennant: \f456; +$fa-var-penny-arcade: \f704; $fa-var-people-carry: \f4ce; $fa-var-percent: \f295; $fa-var-percentage: \f541; $fa-var-periscope: \f3da; +$fa-var-person-booth: \f756; $fa-var-person-carry: \f4cf; $fa-var-person-dolly: \f4d0; $fa-var-person-dolly-empty: \f4d1; +$fa-var-person-sign: \f757; $fa-var-phabricator: \f3db; $fa-var-phoenix-framework: \f3dc; $fa-var-phoenix-squadron: \f511; $fa-var-phone: \f095; +$fa-var-phone-office: \f67d; $fa-var-phone-plus: \f4d2; $fa-var-phone-slash: \f3dd; $fa-var-phone-square: \f098; $fa-var-phone-volume: \f2a0; $fa-var-php: \f457; +$fa-var-pi: \f67e; +$fa-var-pie: \f705; $fa-var-pied-piper: \f2ae; $fa-var-pied-piper-alt: \f1a8; $fa-var-pied-piper-hat: \f4e5; $fa-var-pied-piper-pp: \f1a7; +$fa-var-pig: \f706; $fa-var-piggy-bank: \f4d3; $fa-var-pills: \f484; $fa-var-pinterest: \f0d2; $fa-var-pinterest-p: \f231; $fa-var-pinterest-square: \f0d3; +$fa-var-place-of-worship: \f67f; $fa-var-plane: \f072; $fa-var-plane-alt: \f3de; +$fa-var-plane-arrival: \f5af; +$fa-var-plane-departure: \f5b0; $fa-var-play: \f04b; $fa-var-play-circle: \f144; $fa-var-playstation: \f3df; @@ -862,16 +1218,29 @@ $fa-var-plus-hexagon: \f300; $fa-var-plus-octagon: \f301; $fa-var-plus-square: \f0fe; $fa-var-podcast: \f2ce; +$fa-var-podium: \f680; +$fa-var-podium-star: \f758; +$fa-var-poll: \f681; +$fa-var-poll-h: \f682; +$fa-var-poll-people: \f759; $fa-var-poo: \f2fe; +$fa-var-poo-storm: \f75a; +$fa-var-poop: \f619; $fa-var-portrait: \f3e0; $fa-var-pound-sign: \f154; $fa-var-power-off: \f011; +$fa-var-pray: \f683; +$fa-var-praying-hands: \f684; +$fa-var-prescription: \f5b1; $fa-var-prescription-bottle: \f485; $fa-var-prescription-bottle-alt: \f486; +$fa-var-presentation: \f685; $fa-var-print: \f02f; +$fa-var-print-slash: \f686; $fa-var-procedures: \f487; $fa-var-product-hunt: \f288; $fa-var-project-diagram: \f542; +$fa-var-pumpkin: \f707; $fa-var-pushed: \f3e1; $fa-var-puzzle-piece: \f12e; $fa-var-python: \f3e2; @@ -885,12 +1254,19 @@ $fa-var-quinscape: \f459; $fa-var-quora: \f2c4; $fa-var-quote-left: \f10d; $fa-var-quote-right: \f10e; +$fa-var-quran: \f687; $fa-var-r-project: \f4f7; +$fa-var-rabbit: \f708; +$fa-var-rabbit-fast: \f709; $fa-var-racquet: \f45a; +$fa-var-rainbow: \f75b; +$fa-var-raindrops: \f75c; +$fa-var-ram: \f70a; $fa-var-ramp-loading: \f4d4; $fa-var-random: \f074; $fa-var-ravelry: \f2d9; $fa-var-react: \f41b; +$fa-var-reacteurope: \f75d; $fa-var-readme: \f4d5; $fa-var-rebel: \f1d0; $fa-var-receipt: \f543; @@ -905,7 +1281,6 @@ $fa-var-reddit-square: \f1a2; $fa-var-redo: \f01e; $fa-var-redo-alt: \f2f9; $fa-var-registered: \f25d; -$fa-var-rendact: \f3e4; $fa-var-renren: \f18b; $fa-var-repeat: \f363; $fa-var-repeat-1: \f365; @@ -914,37 +1289,54 @@ $fa-var-repeat-alt: \f364; $fa-var-reply: \f3e5; $fa-var-reply-all: \f122; $fa-var-replyd: \f3e6; +$fa-var-republican: \f75e; $fa-var-researchgate: \f4f8; $fa-var-resolving: \f3e7; $fa-var-retweet: \f079; $fa-var-retweet-alt: \f361; +$fa-var-rev: \f5b2; $fa-var-ribbon: \f4d6; +$fa-var-ring: \f70b; $fa-var-road: \f018; $fa-var-robot: \f544; $fa-var-rocket: \f135; $fa-var-rocketchat: \f3e8; $fa-var-rockrms: \f3e9; $fa-var-route: \f4d7; +$fa-var-route-highway: \f61a; +$fa-var-route-interstate: \f61b; $fa-var-rss: \f09e; $fa-var-rss-square: \f143; $fa-var-ruble-sign: \f158; $fa-var-ruler: \f545; $fa-var-ruler-combined: \f546; $fa-var-ruler-horizontal: \f547; +$fa-var-ruler-triangle: \f61c; $fa-var-ruler-vertical: \f548; +$fa-var-running: \f70c; $fa-var-rupee-sign: \f156; +$fa-var-sad-cry: \f5b3; +$fa-var-sad-tear: \f5b4; $fa-var-safari: \f267; $fa-var-sass: \f41e; $fa-var-save: \f0c7; +$fa-var-scalpel: \f61d; +$fa-var-scalpel-path: \f61e; $fa-var-scanner: \f488; $fa-var-scanner-keyboard: \f489; $fa-var-scanner-touchscreen: \f48a; +$fa-var-scarecrow: \f70d; $fa-var-schlix: \f3ea; $fa-var-school: \f549; $fa-var-screwdriver: \f54a; $fa-var-scribd: \f28a; +$fa-var-scroll: \f70e; +$fa-var-scroll-old: \f70f; $fa-var-scrubber: \f2f8; +$fa-var-scythe: \f710; $fa-var-search: \f002; +$fa-var-search-dollar: \f688; +$fa-var-search-location: \f689; $fa-var-search-minus: \f010; $fa-var-search-plus: \f00e; $fa-var-searchengin: \f3eb; @@ -953,15 +1345,18 @@ $fa-var-sellcast: \f2da; $fa-var-sellsy: \f213; $fa-var-server: \f233; $fa-var-servicestack: \f3ec; +$fa-var-shapes: \f61f; $fa-var-share: \f064; $fa-var-share-all: \f367; $fa-var-share-alt: \f1e0; $fa-var-share-alt-square: \f1e1; $fa-var-share-square: \f14d; +$fa-var-sheep: \f711; $fa-var-shekel-sign: \f20b; $fa-var-shield: \f132; $fa-var-shield-alt: \f3ed; $fa-var-shield-check: \f2f7; +$fa-var-shield-cross: \f712; $fa-var-ship: \f21a; $fa-var-shipping-fast: \f48b; $fa-var-shipping-timed: \f48c; @@ -970,8 +1365,13 @@ $fa-var-shoe-prints: \f54b; $fa-var-shopping-bag: \f290; $fa-var-shopping-basket: \f291; $fa-var-shopping-cart: \f07a; +$fa-var-shopware: \f5b5; +$fa-var-shovel: \f713; $fa-var-shower: \f2cc; +$fa-var-shredder: \f68a; +$fa-var-shuttle-van: \f5b6; $fa-var-shuttlecock: \f45b; +$fa-var-sigma: \f68b; $fa-var-sign: \f4d9; $fa-var-sign-in: \f090; $fa-var-sign-in-alt: \f2f6; @@ -979,28 +1379,50 @@ $fa-var-sign-language: \f2a7; $fa-var-sign-out: \f08b; $fa-var-sign-out-alt: \f2f5; $fa-var-signal: \f012; +$fa-var-signal-1: \f68c; +$fa-var-signal-2: \f68d; +$fa-var-signal-3: \f68e; +$fa-var-signal-4: \f68f; +$fa-var-signal-alt: \f690; +$fa-var-signal-alt-1: \f691; +$fa-var-signal-alt-2: \f692; +$fa-var-signal-alt-3: \f693; +$fa-var-signal-alt-slash: \f694; +$fa-var-signal-slash: \f695; +$fa-var-signature: \f5b7; $fa-var-simplybuilt: \f215; $fa-var-sistrix: \f3ee; $fa-var-sitemap: \f0e8; $fa-var-sith: \f512; +$fa-var-skeleton: \f620; $fa-var-skull: \f54c; +$fa-var-skull-crossbones: \f714; $fa-var-skyatlas: \f216; $fa-var-skype: \f17e; $fa-var-slack: \f198; $fa-var-slack-hash: \f3ef; +$fa-var-slash: \f715; $fa-var-sliders-h: \f1de; $fa-var-sliders-h-square: \f3f0; $fa-var-sliders-v: \f3f1; $fa-var-sliders-v-square: \f3f2; $fa-var-slideshare: \f1e7; $fa-var-smile: \f118; -$fa-var-smile-plus: \f4da; +$fa-var-smile-beam: \f5b8; +$fa-var-smile-plus: \f5b9; +$fa-var-smile-wink: \f4da; +$fa-var-smog: \f75f; +$fa-var-smoke: \f760; $fa-var-smoking: \f48d; $fa-var-smoking-ban: \f54d; +$fa-var-snake: \f716; $fa-var-snapchat: \f2ab; $fa-var-snapchat-ghost: \f2ac; $fa-var-snapchat-square: \f2ad; +$fa-var-snow-blowing: \f761; $fa-var-snowflake: \f2dc; +$fa-var-socks: \f696; +$fa-var-solar-panel: \f5ba; $fa-var-sort: \f0dc; $fa-var-sort-alpha-down: \f15d; $fa-var-sort-alpha-up: \f15e; @@ -1011,28 +1433,47 @@ $fa-var-sort-numeric-down: \f162; $fa-var-sort-numeric-up: \f163; $fa-var-sort-up: \f0de; $fa-var-soundcloud: \f1be; +$fa-var-spa: \f5bb; $fa-var-space-shuttle: \f197; $fa-var-spade: \f2f4; $fa-var-speakap: \f3f3; +$fa-var-spider: \f717; +$fa-var-spider-black-widow: \f718; +$fa-var-spider-web: \f719; $fa-var-spinner: \f110; $fa-var-spinner-third: \f3f4; +$fa-var-splotch: \f5bc; $fa-var-spotify: \f1bc; +$fa-var-spray-can: \f5bd; $fa-var-square: \f0c8; $fa-var-square-full: \f45c; +$fa-var-square-root: \f697; +$fa-var-square-root-alt: \f698; +$fa-var-squarespace: \f5be; +$fa-var-squirrel: \f71a; $fa-var-stack-exchange: \f18d; $fa-var-stack-overflow: \f16c; +$fa-var-staff: \f71b; +$fa-var-stamp: \f5bf; $fa-var-star: \f005; +$fa-var-star-and-crescent: \f699; $fa-var-star-exclamation: \f2f3; $fa-var-star-half: \f089; +$fa-var-star-half-alt: \f5c0; +$fa-var-star-of-david: \f69a; +$fa-var-star-of-life: \f621; +$fa-var-stars: \f762; $fa-var-staylinked: \f3f5; $fa-var-steam: \f1b6; $fa-var-steam-square: \f1b7; $fa-var-steam-symbol: \f3f6; +$fa-var-steering-wheel: \f622; $fa-var-step-backward: \f048; $fa-var-step-forward: \f051; $fa-var-stethoscope: \f0f1; $fa-var-sticker-mule: \f3f7; $fa-var-sticky-note: \f249; +$fa-var-stomach: \f623; $fa-var-stop: \f04d; $fa-var-stop-circle: \f28d; $fa-var-stopwatch: \f2f2; @@ -1051,10 +1492,23 @@ $fa-var-stumbleupon-circle: \f1a3; $fa-var-subscript: \f12c; $fa-var-subway: \f239; $fa-var-suitcase: \f0f2; +$fa-var-suitcase-rolling: \f5c1; $fa-var-sun: \f185; +$fa-var-sun-cloud: \f763; +$fa-var-sun-dust: \f764; +$fa-var-sun-haze: \f765; +$fa-var-sunrise: \f766; +$fa-var-sunset: \f767; $fa-var-superpowers: \f2dd; $fa-var-superscript: \f12b; $fa-var-supple: \f3f9; +$fa-var-surprise: \f5c2; +$fa-var-swatchbook: \f5c3; +$fa-var-swimmer: \f5c4; +$fa-var-swimming-pool: \f5c5; +$fa-var-sword: \f71c; +$fa-var-swords: \f71d; +$fa-var-synagogue: \f69b; $fa-var-sync: \f021; $fa-var-sync-alt: \f2f1; $fa-var-syringe: \f48e; @@ -1068,14 +1522,31 @@ $fa-var-tablet-rugged: \f48f; $fa-var-tablets: \f490; $fa-var-tachometer: \f0e4; $fa-var-tachometer-alt: \f3fd; +$fa-var-tachometer-alt-average: \f624; +$fa-var-tachometer-alt-fast: \f625; +$fa-var-tachometer-alt-fastest: \f626; +$fa-var-tachometer-alt-slow: \f627; +$fa-var-tachometer-alt-slowest: \f628; +$fa-var-tachometer-average: \f629; +$fa-var-tachometer-fast: \f62a; +$fa-var-tachometer-fastest: \f62b; +$fa-var-tachometer-slow: \f62c; +$fa-var-tachometer-slowest: \f62d; $fa-var-tag: \f02b; $fa-var-tags: \f02c; +$fa-var-tally: \f69c; $fa-var-tape: \f4db; $fa-var-tasks: \f0ae; $fa-var-taxi: \f1ba; $fa-var-teamspeak: \f4f9; +$fa-var-teeth: \f62e; +$fa-var-teeth-open: \f62f; $fa-var-telegram: \f2c6; $fa-var-telegram-plane: \f3fe; +$fa-var-temperature-frigid: \f768; +$fa-var-temperature-high: \f769; +$fa-var-temperature-hot: \f76a; +$fa-var-temperature-low: \f76b; $fa-var-tencent-weibo: \f1d5; $fa-var-tennis-ball: \f45e; $fa-var-terminal: \f120; @@ -1084,6 +1555,9 @@ $fa-var-text-width: \f035; $fa-var-th: \f00a; $fa-var-th-large: \f009; $fa-var-th-list: \f00b; +$fa-var-the-red-yeti: \f69d; +$fa-var-theater-masks: \f630; +$fa-var-themeco: \f5c6; $fa-var-themeisle: \f2b2; $fa-var-thermometer: \f491; $fa-var-thermometer-empty: \f2cb; @@ -1091,29 +1565,58 @@ $fa-var-thermometer-full: \f2c7; $fa-var-thermometer-half: \f2c9; $fa-var-thermometer-quarter: \f2ca; $fa-var-thermometer-three-quarters: \f2c8; +$fa-var-theta: \f69e; +$fa-var-think-peaks: \f731; $fa-var-thumbs-down: \f165; $fa-var-thumbs-up: \f164; $fa-var-thumbtack: \f08d; +$fa-var-thunderstorm: \f76c; +$fa-var-thunderstorm-moon: \f76d; +$fa-var-thunderstorm-sun: \f76e; $fa-var-ticket: \f145; $fa-var-ticket-alt: \f3ff; +$fa-var-tilde: \f69f; $fa-var-times: \f00d; $fa-var-times-circle: \f057; $fa-var-times-hexagon: \f2ee; $fa-var-times-octagon: \f2f0; $fa-var-times-square: \f2d3; $fa-var-tint: \f043; +$fa-var-tint-slash: \f5c7; +$fa-var-tire: \f631; +$fa-var-tire-flat: \f632; +$fa-var-tire-pressure-warning: \f633; +$fa-var-tire-rugged: \f634; +$fa-var-tired: \f5c8; $fa-var-toggle-off: \f204; $fa-var-toggle-on: \f205; +$fa-var-toilet-paper: \f71e; +$fa-var-toilet-paper-alt: \f71f; +$fa-var-tombstone: \f720; +$fa-var-tombstone-alt: \f721; $fa-var-toolbox: \f552; +$fa-var-tooth: \f5c9; +$fa-var-toothbrush: \f635; +$fa-var-torah: \f6a0; +$fa-var-torii-gate: \f6a1; +$fa-var-tornado: \f76f; +$fa-var-tractor: \f722; $fa-var-trade-federation: \f513; $fa-var-trademark: \f25c; +$fa-var-traffic-cone: \f636; +$fa-var-traffic-light: \f637; +$fa-var-traffic-light-go: \f638; +$fa-var-traffic-light-slow: \f639; +$fa-var-traffic-light-stop: \f63a; $fa-var-train: \f238; $fa-var-transgender: \f224; $fa-var-transgender-alt: \f225; $fa-var-trash: \f1f8; $fa-var-trash-alt: \f2ed; +$fa-var-treasure-chest: \f723; $fa-var-tree: \f1bb; $fa-var-tree-alt: \f400; +$fa-var-trees: \f724; $fa-var-trello: \f181; $fa-var-triangle: \f2ec; $fa-var-tripadvisor: \f262; @@ -1123,12 +1626,16 @@ $fa-var-truck: \f0d1; $fa-var-truck-container: \f4dc; $fa-var-truck-couch: \f4dd; $fa-var-truck-loading: \f4de; +$fa-var-truck-monster: \f63b; $fa-var-truck-moving: \f4df; +$fa-var-truck-pickup: \f63c; $fa-var-truck-ramp: \f4e0; $fa-var-tshirt: \f553; $fa-var-tty: \f1e4; $fa-var-tumblr: \f173; $fa-var-tumblr-square: \f174; +$fa-var-turkey: \f725; +$fa-var-turtle: \f726; $fa-var-tv: \f26c; $fa-var-tv-retro: \f401; $fa-var-twitch: \f1e8; @@ -1138,9 +1645,12 @@ $fa-var-typo3: \f42b; $fa-var-uber: \f402; $fa-var-uikit: \f403; $fa-var-umbrella: \f0e9; +$fa-var-umbrella-beach: \f5ca; $fa-var-underline: \f0cd; $fa-var-undo: \f0e2; $fa-var-undo-alt: \f2ea; +$fa-var-unicorn: \f727; +$fa-var-union: \f6a2; $fa-var-uniregistry: \f404; $fa-var-universal-access: \f29a; $fa-var-university: \f19c; @@ -1156,13 +1666,16 @@ $fa-var-user: \f007; $fa-var-user-alt: \f406; $fa-var-user-alt-slash: \f4fa; $fa-var-user-astronaut: \f4fb; +$fa-var-user-chart: \f6a3; $fa-var-user-check: \f4fc; $fa-var-user-circle: \f2bd; $fa-var-user-clock: \f4fd; $fa-var-user-cog: \f4fe; +$fa-var-user-crown: \f6a4; $fa-var-user-edit: \f4ff; $fa-var-user-friends: \f500; $fa-var-user-graduate: \f501; +$fa-var-user-injured: \f728; $fa-var-user-lock: \f502; $fa-var-user-md: \f0f0; $fa-var-user-minus: \f503; @@ -1175,7 +1688,9 @@ $fa-var-user-tag: \f507; $fa-var-user-tie: \f508; $fa-var-user-times: \f235; $fa-var-users: \f0c0; +$fa-var-users-class: \f63d; $fa-var-users-cog: \f509; +$fa-var-users-crown: \f6a5; $fa-var-ussunnah: \f407; $fa-var-utensil-fork: \f2e3; $fa-var-utensil-knife: \f2e4; @@ -1183,6 +1698,8 @@ $fa-var-utensil-spoon: \f2e5; $fa-var-utensils: \f2e7; $fa-var-utensils-alt: \f2e6; $fa-var-vaadin: \f408; +$fa-var-value-absolute: \f6a6; +$fa-var-vector-square: \f5cb; $fa-var-venus: \f221; $fa-var-venus-double: \f226; $fa-var-venus-mars: \f228; @@ -1195,33 +1712,55 @@ $fa-var-viber: \f409; $fa-var-video: \f03d; $fa-var-video-plus: \f4e1; $fa-var-video-slash: \f4e2; +$fa-var-vihara: \f6a7; $fa-var-vimeo: \f40a; $fa-var-vimeo-square: \f194; $fa-var-vimeo-v: \f27d; $fa-var-vine: \f1ca; $fa-var-vk: \f189; $fa-var-vnv: \f40b; +$fa-var-volcano: \f770; $fa-var-volleyball-ball: \f45f; +$fa-var-volume: \f6a8; $fa-var-volume-down: \f027; -$fa-var-volume-mute: \f2e2; +$fa-var-volume-mute: \f6a9; $fa-var-volume-off: \f026; +$fa-var-volume-slash: \f2e2; $fa-var-volume-up: \f028; +$fa-var-vote-nay: \f771; +$fa-var-vote-yea: \f772; +$fa-var-vr-cardboard: \f729; $fa-var-vuejs: \f41f; $fa-var-walking: \f554; $fa-var-wallet: \f555; +$fa-var-wand: \f72a; +$fa-var-wand-magic: \f72b; $fa-var-warehouse: \f494; $fa-var-warehouse-alt: \f495; $fa-var-watch: \f2e1; +$fa-var-watch-fitness: \f63e; +$fa-var-water: \f773; +$fa-var-water-lower: \f774; +$fa-var-water-rise: \f775; +$fa-var-weebly: \f5cc; $fa-var-weibo: \f18a; $fa-var-weight: \f496; +$fa-var-weight-hanging: \f5cd; $fa-var-weixin: \f1d7; +$fa-var-whale: \f72c; $fa-var-whatsapp: \f232; $fa-var-whatsapp-square: \f40c; +$fa-var-wheat: \f72d; $fa-var-wheelchair: \f193; $fa-var-whistle: \f460; $fa-var-whmcs: \f40d; $fa-var-wifi: \f1eb; +$fa-var-wifi-1: \f6aa; +$fa-var-wifi-2: \f6ab; +$fa-var-wifi-slash: \f6ac; $fa-var-wikipedia-w: \f266; +$fa-var-wind: \f72e; +$fa-var-wind-warning: \f776; $fa-var-window: \f40e; $fa-var-window-alt: \f40f; $fa-var-window-close: \f410; @@ -1229,7 +1768,12 @@ $fa-var-window-maximize: \f2d0; $fa-var-window-minimize: \f2d1; $fa-var-window-restore: \f2d2; $fa-var-windows: \f17a; +$fa-var-windsock: \f777; +$fa-var-wine-bottle: \f72f; $fa-var-wine-glass: \f4e3; +$fa-var-wine-glass-alt: \f5ce; +$fa-var-wix: \f5cf; +$fa-var-wizards-of-the-coast: \f730; $fa-var-wolf-pack-battalion: \f514; $fa-var-won-sign: \f159; $fa-var-wordpress: \f19a; @@ -1237,6 +1781,7 @@ $fa-var-wordpress-simple: \f411; $fa-var-wpbeginner: \f297; $fa-var-wpexplorer: \f2de; $fa-var-wpforms: \f298; +$fa-var-wpressr: \f3e4; $fa-var-wrench: \f0ad; $fa-var-x-ray: \f497; $fa-var-xbox: \f412; @@ -1248,6 +1793,8 @@ $fa-var-yandex: \f413; $fa-var-yandex-international: \f414; $fa-var-yelp: \f1e9; $fa-var-yen-sign: \f157; +$fa-var-yin-yang: \f6ad; $fa-var-yoast: \f2b1; $fa-var-youtube: \f167; $fa-var-youtube-square: \f431; +$fa-var-zhihu: \f63f; diff --git a/style/fa/fa-brands.scss b/style/fa/brands.scss similarity index 90% rename from style/fa/fa-brands.scss rename to style/fa/brands.scss index 02d7cdf..6594f06 100644 --- a/style/fa/fa-brands.scss +++ b/style/fa/brands.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ @import 'variables'; diff --git a/style/fa/fontawesome.scss b/style/fa/fontawesome.scss index cd3c499..4df8c84 100644 --- a/style/fa/fontawesome.scss +++ b/style/fa/fontawesome.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ @import 'variables'; diff --git a/style/fa/fonts/fa-brands-400.eot b/style/fa/fonts/fa-brands-400.eot index c3c07ea..d5147b1 100644 Binary files a/style/fa/fonts/fa-brands-400.eot and b/style/fa/fonts/fa-brands-400.eot differ diff --git a/style/fa/fonts/fa-brands-400.svg b/style/fa/fonts/fa-brands-400.svg index 4291642..6abb77a 100644 --- a/style/fa/fonts/fa-brands-400.svg +++ b/style/fa/fonts/fa-brands-400.svg @@ -1,8 +1,4 @@ - @@ -22,6 +18,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -34,6 +33,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -87,7 +89,7 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M107.2 164.5L88.2 206.3H36.1L17.1 164.5H0L62.2 295.9L124.4 164.5H107.2zM62.2 262.6L42.6 220.1H81.8L62.2 262.6zM174.9 160.2L112.7 291.6H129.8L174.9 195.6L220 291.6H237L174.9 160.2zM255.5 164.5V291.6H271V164.5H255.5zM464.6 280.1V164.5H447.3V280.1H406.1V291.6H505.7V280.1H464.6zM640 229.2C640 220 638.3 211.4 634.9 203.4C631.5 195.4 626.6999999999999 188.3 620.6999999999999 182.3C614.6999999999999 176.3 607.5999999999999 171.5 599.5999999999999 168.1C591.5999999999999 164.7 582.9999999999999 163 573.8 163S556 164.6999999999999 548 168.1C540 171.5 532.9 176.3 526.9 182.3C520.9 188.3 516.1 195.3 512.6999999999999 203.4C509.3 211.4 507.5999999999999 220 507.5999999999999 229.2S509.2999999999999 247 512.6999999999999 255C516.0999999999999 263 520.9 270.1 526.9 276.1C532.9 282.1 539.9 284.5 548 288C556 291.4 564.6 293.1 573.8 293.1S591.5999999999999 291.4 599.5999999999999 288C607.5999999999999 284.6 614.6999999999999 282.2 620.6999999999999 276.1C626.6999999999999 270.1 631.4 263 634.9 255C638.3 247 640 238.4 640 229.2zM624.5 229.2C624.5 236.5 623.2 243.2 620.6 249.5C618 255.8 614.4 261.2 609.8000000000001 265.8C605.2 270.4 599.8000000000001 274 593.6 276.7000000000001C587.4 279.4 580.8000000000001 280.7000000000001 573.8000000000001 280.7000000000001S560.2 279.4 554.0000000000001 276.7000000000001C547.8000000000001 274 542.4000000000001 270.4 537.8000000000001 265.8C533.2 261.2000000000001 529.6 255.8 527.0000000000001 249.5C524.4000000000001 243.2 523.1000000000001 236.4 523.1000000000001 229.2C523.1000000000001 221.9 524.4000000000001 215.2 527.0000000000001 208.9C529.6000000000001 202.6 533.2000000000002 197.2 537.8000000000001 192.6C542.4000000000001 188 547.8000000000001 184.4 554.0000000000001 181.7C560.2000000000002 179 566.8000000000001 177.7 573.8000000000001 177.7S587.4000000000001 179 593.6 181.7C599.8000000000001 184.4 605.2 188 609.8000000000001 192.6C614.4000000000001 197.2 618.0000000000001 202.6 620.6 208.9C623.2 215.2 624.5 222 624.5 229.2zM529.7 132.5V138.8L618.6 148.8L375.7000000000001 135.4C376.3000000000001 137.6 376.8000000000001 140.0000000000001 377.1 142.6C377.4000000000001 144.6 377.6 146.8 377.7000000000001 149.1L442.5000000000001 157.2000000000001L377.6 155.3000000000001C377.6 155.7000000000001 377.5 156.0000000000001 377.5 156.4000000000001C374.7 173.6000000000001 352 180.1000000000001 352 180.1000000000001L350.9 206.4000000000001H374.7L393.7 164.6000000000001H410.8L348.6 296L286.4000000000001 164.6H303.5000000000001L322.5000000000001 206.4H346.1000000000001L345 180S322.3 173.5 319.5 156.3C319.4 156 319.4 155.6 319.4 155.2L254.5 157.1L319.3 149C319.4 146.6999999999999 319.6 144.6 319.9 142.5C320.2 139.8999999999999 320.7 137.5 321.3 135.3L78.4 148.8L167.3 138.8V132.5C161.4 131.6 156.8 126.5 156.8 120.3C156.8 113.5 162.4 107.9 169.2 107.9C176 107.9 181.6 113.5000000000001 181.6 120.3C181.6 126.5 177 131.6 171.1 132.5V138.3L251.4000000000001 129.3V123.9C245.7000000000001 122.8 241.5000000000001 117.7000000000001 241.5000000000001 111.8C241.5000000000001 105 247.1 101.6 253.9000000000001 101.6C260.7000000000001 101.6 266.3 105 266.3 111.8C266.3 117.8 262 122.8 256.4000000000001 123.9V128.8L284.8 125.6V101.9H278.9000000000001V88H284.8V94.6H289.8V88H295.7V101.8H289.8V125L328.1 120.7C336.2000000000001 109.3 347.1 107.1 347.1 107.1L347 100.4L341.9 100.2L341.8 88.1H345.9L346 93.1H351.2L351.3 88.1H355.4000000000001L355.3 100.2L350.2 100.4L350.1 107.1S361 109.2 369.1 120.7L407.4 125V101.8H401.5V88H407.4V94.6H412.4V88H418.3V101.8H412.4V125.5L440.8 128.7V123.8C435.1 122.7 430.9 117.6 430.9 111.7C430.9 104.9 436.5 101.5 443.3 101.5C450.1 101.5 455.6999999999999 104.9 455.6999999999999 111.7C455.6999999999999 117.7 451.3999999999999 122.7 445.8 123.8V129.2L526.0999999999999 138.2V132.4C520.1999999999999 131.5 515.5999999999999 126.4 515.5999999999999 120.2C515.5999999999999 113.4 521.1999999999999 107.8 527.9999999999999 107.8C534.7999999999998 107.8 540.3999999999999 113.4 540.3999999999999 120.2C540.1999999999998 126.5 535.6999999999998 131.6 529.6999999999998 132.5zM328.9000000000001 220.1L348.5000000000001 262.6L368.1000000000001 220.1H350.2000000000001L348.5000000000001 260.4L346.8000000000002 220.1H328.9000000000002z" /> + horiz-adv-x="640" d=" M180.41 244.99C179.69 222.34 191.01 212.31 191.29 205.94A8.164 8.164 0 0 0 187.19 199.67L174.39 190.71A10.659999999999998 10.659999999999998 0 0 0 168.76 188.79C168.33 188.81 160.57 186.96 148.28 214.4A78.608 78.608 0 0 0 85.67 184.95C69.39 184.06 25.27 194.19 27.54 241.16C25.95 279.44 61.6 303.2200000000001 98.47 301.21C105.57 301.19 120.07 300.84 145.46 294.94V310.56C148.15 337.02 130.76 357.55 100.65 354.47C98.25 354.46 81.25 354.97 54.81 344.36C47.45 340.98 46.51 341.54 44.06 341.54C36.65 341.54 39.7 363.02 41.12 365.74C46.33 372.14 76.98 384.09 107.06 383.92A76.857 76.857 0 0 0 162.75 366.64A70.285 70.285 0 0 0 180.42 314.28L180.41 244.99zM93.99 212.6C126.42 213.07 140.15 232.57 143.28 243.07C145.74 253.12 145.33 259.48 145.33 270.4700000000001C135.66 272.79 121.74 275.32 105.77 275.3400000000001C90.62 276.48 62.95 269.7100000000001 64.03 243.08C62.79 226.29 75.15 211.68 93.99 212.6zM264.91 189.55C257.05 188.83 253.39 194.41 252.23 199.92L202.43 364.5700000000001C201.46 367.35 200.8199999999999 370.2200000000001 200.51 373.1500000000001A4.61 4.61 0 0 0 204.37 378.4000000000001C204.61 378.4400000000001 202.24 378.4000000000001 226.62 378.4000000000001C235.4 379.2800000000001 238.26 372.37 239.17 368.0300000000001L274.89 227.2L308.05 368.03C308.58 371.25 310.99 379.1 320.85 378.27H338.01C340.18 378.45 349.12 378.77 350.69 367.9L384.11 225.27L420.98 367.9C421.4600000000001 370.0800000000001 423.7000000000001 379.27 433.6600000000001 378.27H453.38C454.23 378.4 459.53 379.0800000000001 458.63 369.69C458.2 367.8400000000001 462.04 380.35 405.88 199.79C404.73 194.28 401.06 188.7000000000001 393.2 189.42H374.51C363.57 188.2700000000001 362 199.08 361.83 200.17L328.67 337.3L295.89 200.31C295.73 199.22 294.16 188.41 283.21 189.56H264.91zM538.39 183.92C532.51 183.91 504.47 184.22 481.03 196.21A12.802 12.802 0 0 0 473.22 208.12V218.87C473.22 227.32 479.42 225.77 482.05 224.76C492.09 220.7 498.53 217.62 510.86 215.16C547.51 207.63 563.63 217.46 567.5799999999999 219.64C580.7299999999999 227.45 581.77 245.32 572.8299999999999 254.59C562.3499999999999 263.38 557.3499999999999 263.71 519.6999999999999 275.59C515.06 276.88 475.9999999999999 289.2 475.9099999999999 327.95C475.2999999999999 356.19 500.9599999999999 384.13 545.43 383.9C558.0999999999999 383.91 591.8599999999999 379.77 601 368.28C602.35 366.19 603.02 363.73 602.92 361.24V351.13C602.92 346.69 601.3 344.47 598.05 344.47C590.3399999999999 345.33 576.66 355.64 548.89 355.22C542 355.58 509 354.31 510.48 330.25C510.05 311.29 537.09 304.18 540.1800000000001 303.36C576.6400000000001 292.39 588.83 290.57 603.3000000000001 273.78C620.44 251.53 611.2 225.48 607.6500000000001 218.34C588.57 180.85 539.2300000000001 183.9 538.3900000000001 183.92zM578.59 79.06C508.5600000000001 27.34 406.9000000000001 -0.19 320.1 -0.19A469.127 469.127 0 0 0 2.83 120.54C-3.7 126.43 2.06 134.5 10 130.0100000000001A637.37 637.37 0 0 1 326.88 45.89A630.22 630.22 0 0 1 568.47 95.4400000000001C580.25 100.4400000000001 590.24 87.64 578.59 79.0600000000001zM607.7800000000001 112.35C598.82 123.87 548.5000000000001 117.73 525.97 115.04C519.1800000000001 114.2700000000001 518.03 120.16 524.1800000000001 124.5100000000001C564.2500000000001 152.6800000000001 630.0600000000001 144.6100000000001 637.6200000000001 135.1400000000001C645.1700000000001 125.67 635.5700000000002 59.73 598.0600000000002 28.23C592.3000000000002 23.36 586.7900000000002 25.93 589.3500000000001 32.33C597.7900000000002 53.58 616.7400000000001 100.8200000000001 607.7800000000001 112.35z" /> @@ -237,7 +239,10 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="496" d=" M247.6 440C389.4 440 496 329.9 496 192C496 44.9 377.5 -56 247.6 -56C113.6 -56 0 53.5 0 192C0 324.9 104.7 440 247.6 440zM248.4 395.3C130.2 395.3 44.7 297.4 44.7 192C44.7 82.2 135.9 -10.8 248.4 -10.8C351.6 -10.8 451.2 70.3 451.2 192C451.3 305.8 361 395.3 248.4 395.3zM248 334.8C166.1 334.8 145.5 257.5 145.5 192C145.5 126.5 166.1 49.2 248 49.2S350.5 126.5 350.5 192C350.5 257.5 329.9 334.8 248 334.8zM248 280.9C251.3 280.9 254.4 280.4 257.2 279.7000000000001C263.1 274.6 266 267.6 260.3 257.8L205.8 157.6C204.1 170.3 203.9 182.7000000000001 203.9 192C203.9 220.8000000000001 205.9 280.9000000000001 248 280.9000000000001zM288.8 234.7C291.7 219.3 292.1 203.3 292.1 192C292.1 163.1 290.1 103.1 248.0000000000001 103.1C234.5000000000001 103.1 215.4 110.8 227.9000000000001 129.5L288.8 234.7z" /> + horiz-adv-x="496" d=" M245.83 233.13L212.61 215.85C203.18 235.43 187.37 235.78 185.15 235.78C163.02 235.78 151.93 221.17 151.93 191.94C151.93 168.37 161.14 148.1 185.15 148.1C199.62 148.1 209.8 155.19 215.72 169.36L246.27 153.86C240.1 142.35 220.58 114.88 181.17 114.88C158.57 114.88 107.21 125.2 107.21 191.93C107.21 250.62 150.21 268.99 179.84 268.99C210.56 269 232.54 257.04 245.8300000000001 233.13zM388.88 233.13L356.1 215.85C346.6 235.62 330.38 235.78 328.2000000000001 235.78C306.0600000000001 235.78 294.98 221.17 294.98 191.94C294.98 168.39 304.2100000000001 148.1 328.2000000000001 148.1C342.6500000000001 148.1 352.85 155.19 358.7400000000001 169.36L389.7400000000001 153.86C387.6400000000001 150.11 368.3500000000001 114.88 324.6500000000001 114.88C301.9600000000001 114.88 250.6900000000001 124.75 250.6900000000001 191.93C250.6900000000001 250.6 293.6600000000001 268.99 323.3200000000001 268.99C354.0300000000001 269 375.9000000000001 257.04 388.8800000000001 233.13zM247.56 439.95C104.74 439.95 0 324.89 0 191.95C0 53.46 113.6 -56.05 247.56 -56.05C377.49 -56.05 496 44.82 496 191.95C496 329.82 389.38 439.95 247.56 439.95zM248.43 -10.86C135.89 -10.86 44.73 82.18 44.73 191.95C44.73 297.37 130.16 395.2200000000001 248.45 395.2200000000001C360.98 395.2200000000001 451.27 305.76 451.27 191.96C451.26 70.27 351.59 -10.86 248.43 -10.86z" /> + @@ -247,6 +252,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -262,6 +270,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -313,6 +324,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -346,6 +360,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -499,6 +516,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -508,6 +528,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -562,6 +585,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -597,7 +623,7 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="448" d=" M272.1 243.8V172.7000000000001C272.1 170.9 270.7000000000001 169.5000000000001 268.9000000000001 169.5000000000001H257.5000000000001C256.4000000000001 169.5000000000001 255.4000000000001 170.1000000000001 254.9000000000001 170.8000000000001L222.3000000000001 214.8000000000001V172.6000000000001C222.3000000000001 170.8000000000001 220.9000000000001 169.4000000000001 219.1000000000001 169.4000000000001H207.7000000000001C205.9000000000001 169.4000000000001 204.5000000000001 170.8000000000001 204.5000000000001 172.6000000000001V243.7000000000001C204.5000000000001 245.5000000000001 205.9000000000001 246.9000000000001 207.7000000000001 246.9000000000001H219C220 246.9000000000001 221.1 246.4000000000001 221.6 245.5000000000001L254.2 201.5000000000001V243.7000000000001C254.2 245.5000000000001 255.6 246.9000000000001 257.4 246.9000000000001H268.8C270.6 247.0000000000001 272.1 245.5000000000001 272.1 243.8000000000001zM190.1 247H178.7C176.9 247 175.5 245.6 175.5 243.8V172.7000000000001C175.5 170.9 176.9 169.5000000000001 178.7 169.5000000000001H190.1C191.9 169.5000000000001 193.3 170.9 193.3 172.7000000000001V243.8000000000001C193.3 245.5000000000001 191.9 247.0000000000001 190.1 247.0000000000001zM162.6 187.4H131.5V243.8C131.5 245.6 130.1 247 128.3000000000001 247H116.9C115.1 247 113.7 245.6 113.7 243.8V172.7C113.7 171.8 114 171.1 114.6 170.5C115.2 170 115.9 169.6 116.8000000000001 169.6H162.5000000000001C164.3000000000001 169.6 165.7000000000001 171 165.7000000000001 172.8V184.2C165.7000000000001 185.9 164.3000000000001 187.4 162.6000000000001 187.4zM332.1 247H286.4000000000001C284.7000000000001 247 283.2000000000001 245.6 283.2000000000001 243.8V172.7000000000001C283.2000000000001 171.0000000000001 284.6 169.5000000000001 286.4000000000001 169.5000000000001H332.1C333.9000000000001 169.5000000000001 335.3 170.9 335.3 172.7000000000001V184.1C335.3 185.9 333.9000000000001 187.3 332.1 187.3H301V199.3H332.1C333.9000000000001 199.3 335.3 200.7 335.3 202.5V214C335.3 215.8 333.9000000000001 217.2 332.1 217.2H301V229.2H332.1C333.9000000000001 229.2 335.3 230.6 335.3 232.4V243.8C335.2 245.5 333.8 247 332.1 247zM448 334.3V49C447.9 4.2 411.2 -32.1 366.3 -32H81C36.2 -31.9 -0.1 4.9 0 49.7V335C0.1 379.8 36.9 416.1 81.7 416H367C411.8 415.9 448.1 379.2 448 334.3zM386.4 211.7C386.4 284.7 313.2 344.1 223.3 344.1C133.4 344.1 60.2 284.7 60.2 211.7C60.2 146.3 118.2 91.5 196.6 81.1C215.7 77 213.5 70 209.2 44.3C208.5 40.2 205.9 28.2 223.3 35.5C240.7 42.8 317.2 90.8 351.5 130.2C375.1 156.2 386.4 182.5 386.4 211.7z" /> + horiz-adv-x="448.1" d=" M100.3 0H7.4V299.1H100.3V0zM53.8 339.9C24.1 339.9 0 364.5 0 394.2S24.1 448 53.8 448S107.6 423.9 107.6 394.2S83.5 339.9 53.8 339.9zM448 0H355.3V145.6C355.3 180.3 354.6 224.8 307 224.8C258.7 224.8 251.3 187.1 251.3 148.1V0H158.5V299.1H247.6V258.3H248.9C261.3 281.8 291.6 306.6 336.8 306.6C430.8 306.6 448.1 244.7 448.1 164.3V0H448z" /> @@ -613,9 +639,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -637,6 +669,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -658,6 +693,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -715,6 +756,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -781,6 +825,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -799,9 +846,6 @@ License - https://fontawesome.com/license (Commercial License) - @@ -814,9 +858,12 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="582.5" d=" M491.9 342.1C414.1 393.5 310.7 405.2 224.8 389.7C128.7 482.4 21 439.8 0 427.5C0 427.5 73.9 364.7 61.9 309.7C-25.6 220.5 16 121.2 61.9 74.3C73.9 19.3 0 -43.5 0 -43.5C20.8 -55.8 128.2 -98.2999999999999 224.8 -6.1C310.5 -21.5 413.9 -9.9 491.9 41.6C612.5 118.6 612.9000000000001 264.7 491.9 342.1zM297.5 42.1C267.4 42 237.5 45.9 208.4 53.6L188.4 34.3C177.3 23.5 164.8 14.2 151.4 6.6C135.1 -1.6 117.3 -6.7 99.1 -8.3C100.1 -6.4999999999999 101 -4.6999999999999 101.9 -2.9999999999999C121.9 34.1000000000001 127.3 67.3000000000001 118.1 96.8000000000001C85.2 122.7000000000001 65.5 155.8000000000001 65.5 192.0000000000001C65.5 274.9000000000001 169.4 342.1 297.5 342.1S529.5 274.9000000000001 529.5 192.0000000000001C529.5 109.1 425.6 42.1 297.5 42.1zM186.2 156.3C167.1 156 151.3 171.3 151 190.4C150.3 236.3000000000001 219.6 237.3000000000001 220.3 191.5000000000001V191.0000000000001C220.5 171.7000000000001 204.8 156.3000000000001 186.2 156.3000000000001zM260.8 190.4C260 236.3000000000001 329.3 237.4000000000001 330.1 191.6V191C330.5 145.4 261.6 144.9 260.8 190.4zM405.8 156.3C386.7 156 370.9 171.3 370.6 190.4C369.9 236.3000000000001 439.2 237.3000000000001 439.9 191.5000000000001V191.0000000000001C440.1 172.0000000000001 424.9 156.4 405.8 156.3000000000001z" /> @@ -847,6 +894,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -885,10 +935,13 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M111.4 191.7L117.2 126.7L111.4 58.4C111.1 55.9 109.2 54 107 54S102.8 55.9 102.8 58.4L97.2 126.7L102.8 191.7C102.8 193.9 104.7 195.9 107 195.9C109.2 195.9 111.1 193.9 111.4 191.7zM132.8 237.3C130 237.3 128.1 235.1 127.8 232.3L122.8 126.7L127.8 58.4C128.1 55.6 130 53.4 132.8 53.4C135.3 53.4 137.5 55.6 137.5 58.4L143.3 126.7L137.5 232.3C137.5 235.1 135.3 237.3 132.8 237.3zM158.3 261.4C155.2 261.4 153 259.2 152.7 256.1L148.3 126.1L152.7 58.3C153 55.1999999999999 155.2 52.9999999999999 158.3 52.9999999999999C161.1 52.9999999999999 163.6 55.1999999999999 163.6 58.3L168.9 126.1L163.6 256.1C163.6 259.2 161.1 261.4 158.3 261.4zM7.2 164.8C5.8 164.8 5 163.7 4.7 162.3L0 126.7L4.7 91.7C5 90.3 5.8 89.2 7.2 89.2S9.4 90.3 9.7 91.7L15.3 126.7L9.7 162.3C9.4 163.7 8.6 164.8 7.2 164.8zM30.8 186.7C29.4 186.7 28.3 185.6 28.3 184.2L21.9 126.7L28.3 70.6C28.3 68.9 29.4 67.8 30.8 67.8S33.3 68.9 33.6 70.3L40.8 126.6999999999999L33.6 184.1999999999999C33.3 185.5999999999999 32.2 186.6999999999999 30.8 186.6999999999999zM56.1 198.1C54.4 198.1 53 196.7 52.8 194.8L47 126.7L52.8 60.9C53.1 59.2 54.5 57.8 56.1 57.8C57.8 57.8 59.2 59.1999999999999 59.2 60.9L66.1 126.7L59.2 194.8C59.2 196.7 57.8 198.1 56.1 198.1zM81.4 200.3C79.5 200.3 77.8 198.9 77.8 196.7L72 126.7L77.8 58.9C77.8 56.7 79.5 55.3 81.4 55.3S85 56.6999999999999 85.3 58.9L91.7 126.7L85.3 196.7C85 198.9 83.3 200.3 81.4 200.3zM322.8 311.2C321.7 312 320 312.6 318.6 312.6C316.4000000000001 312.6 314.4000000000001 311.8 313 310.7C311.1 309 309.9 306.5 309.7 304V303.2L306.4 126.5L308.1 94L309.8 62.3C310.1 57.6 314 53.7 318.7 53.7S327.3 57.6 327.3 62.3L331.2 126.5L327.3 304C326.9 307 325.3 309.8 322.8 311.2zM296.1 295.9C294.7000000000001 296.7 293.3 297.3 291.7000000000001 297.3S288.6 296.7 287.3000000000001 295.9C285.1000000000001 294.5 283.7000000000001 292 283.7000000000001 289.2L283.4000000000001 287.5L280.6 126.7S280.6 126.4 283.7000000000001 61.1V60.8C283.7000000000001 59.1 284.3000000000001 57.5 285.4000000000001 56.1C287.1 54.2 289.3 53 291.8 53C294 53 296 54.1 297.4000000000001 55.5C299.1 56.9 299.9000000000001 58.8 299.9000000000001 61.1L300.2000000000001 67.8L303.3000000000001 126.4L300.0000000000001 289.2000000000001C299.7000000000001 292.0000000000001 298.3000000000001 294.5000000000001 296.1000000000001 295.9000000000001zM184.7 273.4C181.6 273.4 178.9 270.6 178.9 267.3L174.5 126.7L178.9 59.5C179.2 56.2 181.7 53.7 184.7 53.7C188 53.7 190.5 56.2 190.8 59.5L195.8 126.7L190.8 267.3C190.6 270.6 188.1 273.4 184.7 273.4zM561.4 210.6C550.6 210.6 540.3 208.4 530.8 204.5C524.4 275.3 464.9999999999999 330.9 392.5 330.9C374.7 330.9 357.5 327.6 342.2 321.5C336.0999999999999 319.3 334.3999999999999 317.1 334.3999999999999 312.3V62.6C334.3999999999999 57.6 338.2999999999999 54 343 53.4H561.3C604.5999999999999 53.4 639.9 88.4 639.9 131.7000000000001C640 175.3000000000001 604.6999999999999 210.6000000000001 561.4 210.6000000000001zM264.7 270.9C260.5 270.9 257.2 267.6 256.9 263.1L253.6 126.4L256.9 60.8C257.2 56.6 260.5 53.3 264.7 53.3C268.9 53.3 272.2 56.6 272.2 60.8L276.1 126.4L272.2 263.1C271.9 267.6 268.9 270.9 264.7 270.9zM211.1 278.7C207.8 278.7 204.7 275.6 204.7 272L200.8 126.7L204.7 59.8C205 56.1999999999999 207.8 53.4 211.1 53.4C214.7 53.4 217.5 56.2 217.8 59.8L222.2 126.6999999999999L217.8 272C217.5 275.5999999999999 214.7 278.7 211.1 278.7zM237.8 275.3C233.9 275.3 230.9 272.2 230.9 268.4L227 126.7L230.9 60.3C231.2 56.4 234 53.4 237.8 53.4S244.7 56.5 244.7 60.3L248.9 126.6999999999999L244.7 268.3999999999999C244.7 272.3 241.7 275.3 237.8 275.3z" /> + horiz-adv-x="430.87" d=" M55.01 56.22C-24.4 144.41 -16.95 280.5800000000001 71.65 360.36S296.4500000000001 433.32 375.86 345.12S447.82 120.76 359.2200000000001 40.98C340.48 24.11 423.25 -2.11 401.24 -11.28C319.18 -45.4899999999999 147.33 -46.32 55.01 56.22zM268.32 267.8200000000001L306.82 308.68C297.21 317.57 274.8 335.51 230.65 336.28C178.32 337.19 134.79 307.98 133.88 256.32C133.68 244.99 134.17 219.6 163.3 201.49C197.76 180.07 249.82 179.98 249.2800000000001 149.23C248.9100000000001 127.9500000000001 222.86 123.42 210.69 123.63C207.71 123.68 180.46 124.09 163.0800000000001 148.25L123.1300000000001 105.64C151.2900000000001 78.63 182.12 73.02 206.62 72.59C216.85 72.41 303.04 72.26 304.4600000000001 153.59C304.74 169.4 302.3900000000001 193.31 275.6 210.18C241.24 231.82 190.6400000000001 229.63 191.17 259.93C191.58 283.18 222.13 285.3 228.7 285.19C229.13 285.19 255.32 284.93 268.32 267.82z" /> + @@ -936,7 +989,7 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M640 185.5C640 121.4 531 69.4 396.5 69.4C371.7 69.4 347.9 71.2 325.4 74.4C333.1 74 340.9 73.8 348.8 73.8C483.3 73.8 592.3 130.6999999999999 592.3 200.9C592.3 230.3 573.1999999999999 257.3 541.0999999999999 278.9C601.0999999999999 257.8 639.9999999999999 223.8 639.9999999999999 185.5zM47.7 220.1C47.6 290.3 156.5 347.4 291 347.7C298.9 347.7 306.6 347.5 314.3 347.2C291.8 350.4 268 352.1 243.3 352.1C108.8 351.7 -0.1 299.5 0 235.4C0.1 197.1 39.1 163.1 99.3 142.1C67 163.6 47.8 190.7000000000001 47.7 220.1zM107.9 180.2S118.4 167 137.2 167C155.1 167 165.6 178.5 165.6 192.1C165.6 220.1 125.4 217.2 125.4 231.8C125.4 237.2 130.7 240.9 137.9 240.9C143.6 240.9 149.2000000000001 238.3 149.2000000000001 234.3V230.4H163.4V238.3C163.4 250.4 148 255.1 138 255.1C121.5 255.1 109.5 244.9000000000001 109.5 231.0000000000001C109.5 204.4 149.7000000000001 205.6 149.7000000000001 191.1C149.7000000000001 184.5 143.9 181 137.4 181C125.5 181 116.7 191.1 116.7 191.1L107.9 180.2000000000001zM228.7 253.8V199.4C228.7 188.1 221.6 181.6 210.9 181.6C200.2 181.6 193.1 188.1 193.1 199.3V253.8H177.3V198.8C177.3 179.9 190.7 166.9 211 166.9C231.1 166.9 244.4 179.9 244.4 198.8V253.8H228.7zM263.1 168.4H278.9V197.9H294.4C310.4 197.9 321.6 209.4 321.6 226S310.4 253.8 294.4 253.8H255.3V240.4H263.1V168.4zM278.9 211.4V240.5H291.8C300.5 240.5 305.5 234.8 305.5 226.1C305.5 217.2 300.3999999999999 211.4 291.5 211.4H278.8999999999999zM335.9 168.4H351.7V197.9H367.2C383.2 197.9 394.4 209.4 394.4 226S383.2 253.8 367.2 253.8H328.1V240.4H335.9V168.4zM351.6 211.4V240.5H364.5C373.2 240.5 378.2 234.8 378.2 226.1C378.2 217.2 373.2 211.4 364.2 211.4H351.5999999999999zM408.7 176.6C408.7 170.8 411.1 168.4 416.9 168.4H454.5C460.3 168.4 462.7 170.8 462.7 176.6V189.6H448.4V184.4C448.4 182.7 447.4 181.8 445.8 181.8H427.2C425.5 181.8 424.5999999999999 182.8 424.5999999999999 184.4V245.6C424.5999999999999 251.3 422.2 253.8 416.3999999999999 253.8H401V240.4H406.2C407.9 240.4 408.8 239.4 408.8 237.8V176.6zM472.1 176.6C472.1 170.8 474.4999999999999 168.4 480.3 168.4H519C524.7 168.4 527.2 170.8 527.2 176.6V189.6H512.9000000000001V184.4C512.9000000000001 182.7 511.9000000000001 181.8 510.3000000000001 181.8H490.6000000000001C488.9000000000001 181.8 488.0000000000001 182.8 488.0000000000001 184.4V204.7H515.7V218.1H488V240.5H507.2C508.9 240.5 509.8 239.5 509.8 237.9V232.7H524V245.7C524 251.4 521.5 253.9 515.8 253.9H464.1999999999999V240.5H471.9999999999999V176.6zM531 252.6V246.7H532.6V252.6H535.3000000000001V253.8H528.3000000000001V252.6H531.0000000000001zM536.7 253.8V246.7H538.2V252.4L540.5 246.7H541.8L544.0999999999999 252.4V246.7H545.5999999999999V253.8H543.3L541.1999999999999 248.7L539.0999999999999 253.8H536.6999999999999z" /> + horiz-adv-x="511.8" d=" M0.82 210.18C3.18 225.7 11.51 237.22 25.7 244.21C29.2 246.06 31.35 247.71 32.07 252.02C38.24 285.43 51.6 315.9600000000001 71.44 343.61C73.8 346.8 75.45 348.9600000000001 72.47 352.9600000000001C68.77 358.31 71.44 363.14 75.45 367.45C103.51 399.32 137.33 422.55 177.43 434.89C273.24 464.29 357.53 444.24 429.8 374.44C436.48 368.07 445.32 361.5900000000001 436.79 350.08C435.4500000000001 348.23 437.82 346.58 438.9500000000001 345.04C459.6100000000001 316.98 473.1800000000001 285.62 479.35 251.39C480.17 247.69 482.33 246.35 485.21 245.02C502.58 236.18 510.91 221.68 511.22 202.77C511.22 185.6 513.07 168.23 510.1900000000001 151.06C506.1800000000001 126.39 481.0000000000001 109.32 456.9400000000001 114.36C449.7400000000001 116 447.5900000000001 121.56 447.5900000000001 128.55C447.5900000000001 156.61 448.4100000000001 184.99 447.5900000000001 213.15C445.74 288.9100000000001 411.4100000000001 345.9600000000001 345.3100000000001 382.56C234.28 443.02 92.11 375.58 67.54 251.09C61.48 220.67 65.8 202.82 63.84 125.27C63.53 118.07 59.52 114.07 51.81 113.76C20.97 112.42 0 131.95 0 162.79V183.66M221.74 76.85C233.56 81.17 241.79 88.67 244.25 101.21C246.61 113.55 232.22 131.23 211.87 149.9400000000001C191 169.1600000000001 163.65 189.0000000000001 148.44 196.5100000000001C126.75 208.5400000000001 106.7 198.3600000000001 102.18 173.7900000000001C97.14 147.5800000000001 102.18 122.3900000000001 116.67 99.8800000000001C126.85 84.3600000000001 142.06 77.1600000000001 160.05 75.8300000000001C171.67 75.2100000000001 212.59 73.6700000000001 221.74 76.8500000000001M351.5700000000001 71.3000000000001C388.0700000000001 68.4900000000001 410.9000000000001 99.8500000000001 409.9600000000001 131.7500000000001C407.8200000000001 176.9200000000001 343.79 148.2300000000001 322.17 139.7700000000001C249.01 111.6300000000001 277.12 84.85 299.9700000000001 79.02M449.23 80.35C446.25 82.71 442.0300000000001 81.38 440.9000000000001 77.99C432.8800000000001 52.6 396.1800000000001 -34.47 268.8200000000001 -43.52C119.1500000000001 -54.01 349.1100000000001 -87.11 414.1800000000001 -37.15C436.9000000000001 -19.78 461.7800000000001 -2.1 460.7500000000001 48.28C460.4300000000001 58.35 455.9100000000001 75 449.2300000000001 80.35" /> @@ -946,9 +999,18 @@ License - https://fontawesome.com/license (Commercial License) + + + @@ -1030,6 +1092,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1051,6 +1116,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1069,6 +1140,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1102,6 +1176,9 @@ License - https://fontawesome.com/license (Commercial License) + diff --git a/style/fa/fonts/fa-brands-400.ttf b/style/fa/fonts/fa-brands-400.ttf index 6b4604a..9186ab4 100644 Binary files a/style/fa/fonts/fa-brands-400.ttf and b/style/fa/fonts/fa-brands-400.ttf differ diff --git a/style/fa/fonts/fa-brands-400.woff b/style/fa/fonts/fa-brands-400.woff index ab4204a..e31762f 100644 Binary files a/style/fa/fonts/fa-brands-400.woff and b/style/fa/fonts/fa-brands-400.woff differ diff --git a/style/fa/fonts/fa-brands-400.woff2 b/style/fa/fonts/fa-brands-400.woff2 index 2cf62a7..d41c853 100644 Binary files a/style/fa/fonts/fa-brands-400.woff2 and b/style/fa/fonts/fa-brands-400.woff2 differ diff --git a/style/fa/fonts/fa-light-300.eot b/style/fa/fonts/fa-light-300.eot index 442033d..84953bd 100644 Binary files a/style/fa/fonts/fa-light-300.eot and b/style/fa/fonts/fa-light-300.eot differ diff --git a/style/fa/fonts/fa-light-300.svg b/style/fa/fonts/fa-light-300.svg index e6789cb..c30ccd7 100644 --- a/style/fa/fonts/fa-light-300.svg +++ b/style/fa/fonts/fa-light-300.svg @@ -1,18 +1,23 @@ - - + + + + @@ -22,9 +27,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -46,6 +57,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -73,9 +87,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -223,18 +252,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + horiz-adv-x="512" d=" M345.34 265.54A7.98 7.98 0 0 1 339.68 267.88C337.63 267.88 335.58 267.1 334.0199999999999 265.54L226.54 158.06L177.97 206.63A7.98 7.98 0 0 1 172.31 208.97C170.26 208.97 168.21 208.19 166.65 206.63L155.34 195.32C152.22 192.2 152.22 187.13 155.34 184.01L220.88 118.47C222.44 116.91 224.49 116.13 226.54 116.13S230.63 116.91 232.19 118.47L356.64 242.92C359.76 246.04 359.76 251.11 356.64 254.23L345.34 265.54zM512 192C512 227.5 492.6 260.2 462.4 277.5C471.5 311.1 462.1 347.9 437 373S375.1 407.5 341.5 398.4C324.2 428.6 291.5 448 256 448S187.8 428.6 170.5 398.4C136.9 407.5 100.1 398.1 75 373S40.5 311.1 49.6 277.5C19.4 260.2 0 227.5 0 192S19.4 123.8 49.6 106.5C40.5 72.9 49.9 36.1 75 11C101.5 -15.5 138.4 -23.1 170.5 -14.4C187.9 -44.6 220.5 -64 256 -64S324.1 -44.6 341.5 -14.4C374.2 -23.3 410.9 -15.1 437 11C462.1 36.1 471.5 72.9 462.4 106.5C492.6 123.8 512 156.5 512 192zM420.9 123.7C426.2 111.9 450.4 69.6 414.4 33.6C385.5 4.7 356.9 12.3 324.3 27.1C319.7 15 307 -32 256 -32C203.9 -32 191.3 17.5 187.7 27.1C155.1 12.3 126.4 4.9 97.6 33.6C60.8 70.3 86.7 114.1 91.1 123.7000000000001C79 128.3 32 141 32 192C32 244.1 81.5 256.7 91.1 260.3C85.8 272.1 61.6 314.4 97.6 350.4C134.4 387.3 178.4 361.1 187.7 356.9C192.3 369 205 416 256 416C308.1 416 320.7 366.5 324.3 356.9C336.1 362.2 378.4000000000001 386.4 414.4 350.4C451.2 313.7 425.3 269.9 420.9 260.3C433 255.7 480 243 480 192C480 139.9 430.5 127.3 420.9 123.7z" /> + + + @@ -244,6 +306,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -277,6 +345,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -303,28 +374,43 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M560 320C568.823 320 576 312.823 576 304V256H608V128H576V80C576 71.177 568.823 64 560 64H48C39.177 64 32 71.177 32 80V304C32 312.823 39.177 320 48 320H560M560 352H48C21.49 352 0 330.51 0 304V80C0 53.49 21.49 32 48 32H560C586.51 32 608 53.49 608 80V96H616C629.255 96 640 106.745 640 120V264C640 277.255 629.255 288 616 288H608V304C608 330.51 586.51 352 560 352zM128 134V250A6 6 0 0 1 122 256H102A6 6 0 0 1 96 250V134A6 6 0 0 1 102 128H122A6 6 0 0 1 128 134zM192 134V250A6 6 0 0 1 186 256H166A6 6 0 0 1 160 250V134A6 6 0 0 1 166 128H186A6 6 0 0 1 192 134zM256 134V250A6 6 0 0 1 250 256H230A6 6 0 0 1 224 250V134A6 6 0 0 1 230 128H250A6 6 0 0 1 256 134zM320 134V250A6 6 0 0 1 314 256H294A6 6 0 0 1 288 250V134A6 6 0 0 1 294 128H314A6 6 0 0 1 320 134zM384 134V250A6 6 0 0 1 378 256H358A6 6 0 0 1 352 250V134A6 6 0 0 1 358 128H378A6 6 0 0 1 384 134zM448 134V250A6 6 0 0 1 442 256H422A6 6 0 0 1 416 250V134A6 6 0 0 1 422 128H442A6 6 0 0 1 448 134z" /> + horiz-adv-x="640" d=" M144 128C188.11 128 224 163.89 224 208S188.11 288 144 288S64 252.11 64 208S99.89 128 144 128zM144 256C170.47 256 192 234.47 192 208S170.47 160 144 160S96 181.53 96 208S117.53 256 144 256zM528 288H272C263.1600000000001 288 256 280.8400000000001 256 272V96H32V376C32 380.42 28.42 384 24 384H8C3.58 384 0 380.42 0 376V8C0 3.58 3.58 0 8 0H24C28.42 0 32 3.58 32 8V64H608V8C608 3.58 611.58 0 616 0H632C636.42 0 640 3.58 640 8V176C640 237.86 589.86 288 528 288zM608 96H288V256H528C572.11 256 608 220.11 608 176V96z" /> + + + horiz-adv-x="640" d=" M637 -37.25L23 446.25A7.995 7.995 0 0 1 11.76 445L1.76 432.49A7.995 7.995 0 0 1 3.01 421.25L617.01 -62.24A7.995 7.995 0 0 1 628.25 -60.99L638.25 -48.48C641.01 -45.04 640.45 -40.01 637 -37.25zM320.01 384C390.77 384 448.04 329.48 448.04 262.1C448.04 198.86 457.47 160.55 473.08 132.57L543.76 76.91C544.46 90.27 539.52 103.53 529.38 113.2C501.42 139.82 480.04 167.68 480.04 262.11C480.04 341.7 416.65 406.61 336 414.46V432C336 440.84 328.84 448 320 448S304 440.84 304 432V414.44A161.711 161.711 0 0 1 192.47 353.52L217.13 334.1C240.44 364.23 277.6600000000001 384 320.01 384zM320.01 -32C302.35 -32 288.01 -17.62 288.01 0.03H256.01C256.01 -35.28 284.73 -64 320.01 -64S384.01 -35.28 384.01 0.03H352.01C352.01 -17.6300000000001 337.66 -32 320.01 -32zM144.01 64C129.78 64 122.67 80.47 132.69 90.01C163.88 119.71 186.57 152.96 191.03 232.45L159.82 257.03C159.01 166.98 138.04 139.29 110.62 113.19C96.66 99.8899999999999 92.24 79.78 99.37 61.9599999999999C106.65 43.7599999999999 124.17 31.9999999999999 144 31.9999999999999H445.58L404.94 63.9999999999999H144.01z" /> + horiz-adv-x="448" d=" M224 -32C206.34 -32 192 -17.62 192 0.03H160C160 -35.28 188.72 -64 224 -64S288 -35.28 288 0.03H256C256 -17.62 241.66 -32 224 -32zM433.38 113.19C405.42 139.81 384.04 167.67 384.04 262.1C384.04 341.69 320.65 406.6 240 414.45V432C240 440.84 232.84 448 224 448S208 440.84 208 432V414.44C127.35 406.5900000000001 63.96 341.69 63.96 262.1C63.96 167.68 42.57 139.81 14.61 113.19C0.64 99.89 -3.77 79.78 3.36 61.96C10.64 43.76 28.16 32 48 32H400C419.84 32 437.36 43.77 444.64 61.97C451.77 79.79 447.35 99.89 433.38 113.1900000000001zM400 64H48C33.77 64 26.66 80.47 36.68 90.01C71.54 123.2 95.96 160.35 95.96 262.0900000000001C95.96 329.4700000000001 153.23 384 224 384C294.76 384 352.04 329.48 352.04 262.1C352.04 160.75 376.25 123.4 411.32 90.02C421.38 80.43 414.17 64 400 64z" /> + + + horiz-adv-x="512" d=" M511.67 44C508.21 173.77 450.61 226.16 448.0800000000001 319.98C447.61 337.62 433.8100000000001 352 416.1600000000001 352H416V384C416 401.67 401.67 416 384 416H320C302.33 416 288 401.67 288 384V352H224V384C224 401.67 209.67 416 192 416H128C110.33 416 96 401.67 96 384V352H95.84C78.19 352 64.39 337.62 63.91 319.98C61.39 226.16 3.79 173.77 0.33 44L0 16C0 -10.51 21.49 -32 48 -32H176C202.51 -32 224 -10.51 224 16V160H288V16C288 -10.51 309.49 -32 336 -32H464C490.51 -32 512 -10.51 512 16L511.67 44zM320 384H384V352H320V384zM128 384H192V352H128V384zM192 16C192 7.18 184.82 0 176 0H48C39.18 0 32 7.18 32 16C32 16 32.94 57.26 33.48 64H192V16zM192 96H37.48C43.86 133.88 55.07 164.49 66.14 194.22C80.13 231.82 94.6 270.7 95.84 320H192V96zM224 192V320H288V192H224zM320 320H416.16L416.1 319.12C417.4 270.7 431.87 231.82 445.86 194.22C456.92 164.49 468.14 133.89 474.52 96H320V320zM480 16C480 7.18 472.82 0 464 0H336C327.18 0 320 7.18 320 16V64H478.52C479.06 57.26 480 16 480 16z" /> + @@ -336,22 +422,52 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="320" d=" M249.139 205.872C283.0610000000001 224.86 302.3590000000001 259.375 302.3590000000001 301.62C302.3590000000001 344.041 282.86 382.333 252.6940000000001 399.17C232.561 410.495 207.478 416 176.01 416H12C5.373 416 0 410.627 0 404V396C0 389.373 5.373 384 12 384H31.95V0H12C5.373 0 0 -5.373 0 -12V-20C0 -26.627 5.373 -32 12 -32H181.68C201.614 -32 227.302 -30.823 249.173 -21.652C292.198 -3.781 320 41.753 320 94.35C320 146.846 291.804 190.722 249.139 205.872zM66.041 383.799H176.01C200.939 383.799 219.704 379.646 233.367 371.107C254.747 357.668 267.009 332.57 267.009 302.249C267.009 252.718 234.7440000000001 219.439 186.72 219.439H66.041V383.799zM233.235 8.114C220.65 2.789 203.786 0.2 181.68 0.2H66.041V187.24H190.499C246.813 187.24 284.65 149.403 284.65 93.089C284.65 52.881 265.45 21.123 233.235 8.114z" /> + horiz-adv-x="320" d=" M296 288H180.6L223.2 417.8C227.2 433 215.7 448 200 448H56C44 448 33.8 439.1 32.2 427.2L0.2 187.2C-1.7 172.8 9.5 160 24 160H142.7L96.6 -34.5C93 -49.7 104.6 -64 119.9 -64C128.2 -64 136.3 -59.6 140.7 -52L316.7 252C326 267.9 314.5 288 296 288zM140.3 11.1L173.8 152.7000000000001L183.1 192.1000000000001H33.1L63 416H188.9L150.2 298L136.4 256H282.1L140.3 11.1z" /> + + + + + + horiz-adv-x="448" d=" M230.1 140.1C235.6 134.6 244.4 134.6 249.9 140.1L334.6 225.7C359.2000000000001 250.6 357.8 291.8 330.3 314.8C316.4000000000001 326.4 282.6 343.3 240.1 300.3C197.5 343.3 163.7 326.4 149.9 314.8C122.4 291.8 121 250.6 145.6 225.7L230.1 140.1zM170.3 290.2000000000001C184 301.7000000000001 201.5 293.6 208.7 286.5L240.1 254.8000000000001L271.5 286.5C278.6 293.7000000000001 296.1 301.7000000000001 309.9 290.2000000000001C324.3 278.2000000000001 322.2 258.6 312 248.2L240 175.6L168.2 248.2C157.9 258.6 155.9 278.2000000000001 170.3 290.2000000000001zM448 56V424C448 437.3 437.3 448 424 448H80C35.8 448 0 412.2 0 368V0C0 -35.3 28.7 -64 64 -64H436C442.6 -64 448 -58.6 448 -52V-44C448 -37.4 442.6 -32 436 -32H432.7C428.7 -11.8 429.5 17.7 433.1 33.8C441.8 37.4 448 46 448 56zM404.3 -32H64C46.3 -32 32 -17.7 32 0S46.3 32 64 32H404.3C401.4000000000001 13.2 401.2 -11.6 404.3 -32zM416 64H64C52.3 64 41.5 60.6 32 55.1V368C32 394.5 53.5 416 80 416H416V64z" /> + horiz-adv-x="576" d=" M514.91 416H514.75C490.67 415.88 370 407.17 295.19 367.91C291.14 365.79 284.86 365.79 280.81 367.91C205.99 407.17 85.32 415.88 61.25 416H61.09C27.4 416 0 389.53 0 356.99V60.29C0 28.88 25.41 3.01 57.85 1.39C92.62 -0.3699999999999 179.88 -6.8699999999999 239.74 -28.98C245.01 -30.9299999999999 250.38 -31.9999999999999 255.99 -31.9999999999999H319.99C325.61 -31.9999999999999 330.98 -30.92 336.25 -28.98C396.12 -6.8699999999999 483.37 -0.3699999999999 518.17 1.39C550.5799999999999 3.01 575.99 28.8700000000001 575.99 60.28V356.99C576 389.53 548.6 416 514.91 416zM272 15C272 6.39 264.86 -0.13 256.74 -0.13C254.97 -0.13 253.15 0.18 251.35 0.85C188.9 24.06 102.36 31.18 59.44 33.36C44.05 34.13 32 45.96 32 60.29V356.99C32 371.88 45.06 383.99 61.09 383.99C80.37 383.89 183.55 376.61 253.2100000000001 345.7C264.4700000000001 340.7 271.85 329.95 271.8700000000001 317.86L272.0000000000001 217.54V15zM544 60.29C544 45.96 531.95 34.13 516.55 33.36C473.6299999999999 31.18 387.0899999999999 24.06 324.64 0.85C322.84 0.18 321.02 -0.13 319.25 -0.13C311.14 -0.13 303.99 6.39 303.99 15V217.54L304.12 317.86C304.13 329.95 311.52 340.7 322.7800000000001 345.7C392.4400000000001 376.61 495.62 383.89 514.9000000000001 383.99C530.9300000000001 383.99 543.9900000000001 371.88 543.9900000000001 356.99V60.29z" /> + + + + + @@ -361,6 +477,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -397,21 +516,27 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M464 320H352V392C352 405.26 341.26 416 328 416H184C170.74 416 160 405.26 160 392V320H48C21.49 320 0 298.51 0 272V16C0 -10.51 21.49 -32 48 -32H464C490.51 -32 512 -10.51 512 16V272C512 298.51 490.51 320 464 320zM192 384H320V320H192V384zM480 16C480 7.18 472.82 0 464 0H48C39.18 0 32 7.18 32 16V160H192V120C192 106.75 202.75 96 216 96H296C309.25 96 320 106.75 320 120V160H480V16zM224 128V160H288V128H224zM480 192H32V272C32 280.82 39.18 288 48 288H464C472.82 288 480 280.82 480 272V192z" /> + horiz-adv-x="640" d=" M638.26 432.4700000000001L628.3 444.98C625.55 448.43 620.52 449.01 617.06 446.26L372.9100000000001 253.33L327.4700000000001 310.4100000000001C322.49 316.6600000000001 312.9100000000001 316.39 308.29 309.88L259.67 241.29C231.14 240.9700000000001 152.47 236.32 101.66 195.92C38.78 145.94 0 -63.39 0 -63.39C15.38 -64.0599999999999 215.11 -70.21 275.65 -22.09C326.58 18.39 348.97 94.13 355.64 121.6900000000001L433.11 152.96C440.55 155.96 443 165.28 438.01 171.5600000000001L392.84 228.3100000000001L636.98 421.24A7.985 7.985 0 0 1 638.26 432.4700000000001zM255.73 2.38C229.03 -18.84 146.29 -32.02 39.8 -32.02H39.2C43.26 -14.27 48.16 4.8 53.6 23.9L122.39 78.58C127.35 82.52 123.61 90.46 117.42 89.15L71.44 79.4400000000001C86.45 121.0800000000001 103.78 156.7500000000001 121.59 170.9C155.19 197.6100000000001 211.28 208.1400000000001 255.49 209.28L323.26 124.15C316.07 96.61 296.09 34.46 255.73 2.3800000000001zM342.83 151.25L285.89 222.78L314.29 263.25C316.59 266.53 321.4 266.68 323.9 263.54L391.51 178.61C394.03 175.45 392.76 170.76 389 169.28L342.83 151.25z" /> + @@ -420,19 +545,40 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="448" d=" M192 341V301C192 294.373 186.627 289 180 289H140C133.373 289 128 294.373 128 301V341C128 347.627 133.373 353 140 353H180C186.627 353 192 347.627 192 341zM308 353H268C261.373 353 256 347.627 256 341V301C256 294.373 261.373 289 268 289H308C314.627 289 320 294.373 320 301V341C320 347.627 314.627 353 308 353zM180 257H140C133.373 257 128 251.627 128 245V205C128 198.373 133.373 193 140 193H180C186.627 193 192 198.373 192 205V245C192 251.627 186.627 257 180 257zM308 257H268C261.373 257 256 251.627 256 245V205C256 198.373 261.373 193 268 193H308C314.627 193 320 198.373 320 205V245C320 251.627 314.627 257 308 257zM180 161H140C133.373 161 128 155.627 128 149V109C128 102.373 133.373 97 140 97H180C186.627 97 192 102.373 192 109V149C192 155.627 186.627 161 180 161zM308 161H268C261.373 161 256 155.627 256 149V109C256 102.373 261.373 97 268 97H308C314.627 97 320 102.373 320 109V149C320 155.627 314.627 161 308 161zM448 -44V-64H0V-44C0 -37.373 5.373 -32 12 -32H32V424C32 437.255 42.745 448 56 448H392C405.255 448 416 437.255 416 424V-32H436C442.627 -32 448 -37.373 448 -44zM384 -32V416H64V-32H192V53C192 59.627 197.373 65 204 65H244C250.627 65 256 59.627 256 53V-32H384z" /> + horiz-adv-x="576" d=" M544 263.12V416C544 424.74 537.02 448 512.01 448H512C504.88 448 497.81 445.62 492.02 440.98L406.99 372.95C364.28 338.81 310.6600000000001 320 256 320H64C28.65 320 0 291.35 0 256V160C0 124.65 28.65 96 64 96L63.52 64C63.52 24.23 72.78 -13.35 89.08 -46.94C94.27 -57.63 105.6 -64 117.48 -64H223.76C249.81 -64 265.45 -34.16 249.66 -13.44C233.26 8.08 223.51 34.92 223.51 64C223.51 75.11 225.13 85.79 227.92 96H256C310.66 96 364.28 77.19 406.98 43.05L492.01 -24.98A32.023 32.023 0 0 1 511.99 -32C536.91 -32 543.99 -9.22 543.99 0V152.88C563.04 163.97 575.99 184.37 575.99 208C576 231.63 563.05 252.03 544 263.12zM223.76 -32L117.87 -31.97C103.04 -1.41 95.52 30.22 95.51 63.52L95.99 95.52L96 96H195.33C193.02 85.3 191.52 74.57 191.52 64C191.52 28.71 202.82 -4.78 223.76 -32zM64 128C46.36 128 32 142.36 32 160V256C32 273.64 46.36 288 64 288H256V128H64zM512.05 1.07C512.01 0.82 511.92 0.49 511.8 0.17L426.97 68.04C386.99 100 338.54 119.86 288 125.87V290.13C338.54 296.14 386.99 316 426.98 347.9700000000001L511.85 415.87C511.88 415.8400000000001 511.91 415.82 511.93 415.82C511.97 415.82 511.99 415.87 512 415.99L512.05 1.07z" /> + + + horiz-adv-x="496" d=" M248 356C157.35 356 84 282.64 84 192C84 101.35 157.36 28 248 28C338.65 28 412 101.36 412 192C412 282.65 338.64 356 248 356zM248 60C175.21 60 116 119.21 116 192S175.21 324 248 324S380 264.79 380 192S320.79 60 248 60zM248 272C203.89 272 168 236.11 168 192S203.89 112 248 112S328 147.89 328 192S292.11 272 248 272zM248 144C221.53 144 200 165.53 200 192S221.53 240 248 240S296 218.47 296 192S274.4700000000001 144 248 144zM248 440C111.03 440 0 328.9700000000001 0 192S111.03 -56 248 -56S496 55.03 496 192S384.9700000000001 440 248 440zM248 -24C128.9 -24 32 72.9 32 192S128.9 408 248 408S464 311.1 464 192S367.1 -24 248 -24z" /> + + + horiz-adv-x="512" d=" M128 64C145.67 64 160 78.33 160 96S145.67 128 128 128S96 113.67 96 96S110.33 64 128 64zM384 64C401.67 64 416 78.33 416 96S401.67 128 384 128S352 113.67 352 96S366.33 64 384 64zM488 320H480V368C480 412.8 380.8 448 256 448S32 412.8 32 368V320H24C10.75 320 0 309.26 0 296V216C0 202.75 10.75 192 24 192H32V32C32 14.33 46.33 0 64 0V-32C64 -49.67 78.33 -64 96 -64H144C161.67 -64 176 -49.67 176 -32V0H336V-32C336 -49.67 350.33 -64 368 -64H416C433.67 -64 448 -49.67 448 -32V0C465.67 0 480 14.33 480 32V192H488C501.25 192 512 202.75 512 216V296C512 309.26 501.25 320 488 320zM144 -32H96V0H144V-32zM416 -32H368V0H416V-32zM448 32H64L63.99 160H448.01L448 32zM448.01 192H63.99L63.98 320H448.0300000000001L448.0100000000001 192zM448.03 352H63.97V367.69C67.31 381 131.41 416 256 416S444.69 381 448.03 367.69V352z" /> + + + + horiz-adv-x="448" d=" M80 0H368C376.84 0 384 7.16 384 16V208C384 216.84 376.84 224 368 224H80C71.16 224 64 216.84 64 208V16C64 7.16 71.16 0 80 0zM288 96V192H352V32H288V96zM192 192H256V128H192V192zM192 96H256V32H192V96zM96 192H160V128H96V192zM96 96H160V32H96V96zM400 448H48C22.4 448 0 425.6 0 400V-16C0 -41.6 22.4 -64 48 -64H400C425.6 -64 448 -41.6 448 -16V400C448 425.6 425.6 448 400 448zM416 -16C416 -23.93 407.93 -32 400 -32H48C40.07 -32 32 -23.93 32 -16V256H416V-16zM416 288H32V400C32 407.93 40.07 416 48 416H400C407.93 416 416 407.93 416 400V288z" /> @@ -451,6 +597,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -466,12 +615,54 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + horiz-adv-x="512" d=" M120.81 200C94.85 200 76.01 183.2 76.01 160.05C76.01 136.9 94.85 120.1 120.81 120.1L130.95 120C170.16 120 176.01 140.1 176.01 152.08C176 176.76 144.91 200 120.81 200zM130.95 144C127.44 144 123.93 144.1 120.81 144.1C108.33 144.1 100.01 150.48 100.01 160.05S108.33 176 120.81 176S152.01 161.64 152.01 152.07C152.01 144.9 141.47 144 130.95 144zM391.19 200C367.09 200 336 176.76 336 152.07C336 140.09 341.85 119.99 381.06 119.99L391.2 120.09C417.16 120.09 436 136.8900000000001 436 160.04C435.99 183.2000000000001 417.15 200 391.19 200zM391.19 144.1C388.07 144.1 384.56 144 381.05 144C370.5200000000001 144 359.99 144.9 359.99 152.07C359.99 161.64 378.7100000000001 176 391.19 176S411.99 169.62 411.99 160.05S403.67 144.1 391.19 144.1zM505.99 285.04C498.65 296.92 485.93 304.01 471.96 304.01H422.3L414.23 328.7700000000001C403.5 361.71 372.8 384 338.17 384H173.83C139.19 384 108.5 361.7100000000001 97.77 328.78L89.7 304.02H40.04C26.07 304.02 13.35 296.93 6.01 285.05S-1.99 258.63 4.26 246.14L10.04 234.5300000000001C14 226.6500000000001 19.96 220.44 27.04 215.98C20.13 204.24 16.01 190.66 16.01 176.01V48C16.01 21.53 37.54 0 64.01 0H80.01C106.48 0 128.01 21.53 128.01 48V64H384V48C384 21.53 405.53 0 432 0H448C474.47 0 496 21.53 496 48V176.01C496 190.67 491.88 204.24 484.97 215.99C492.06 220.45 498.01 226.67 501.97 234.56L507.75 246.12C513.99 258.62 513.33 273.17 505.99 285.04zM128.2 318.86C134.66 338.68 153 352 173.84 352H338.17C359.01 352 377.35 338.68 383.81 318.87L404.28 256.02H107.73L128.2 318.86zM38.67 248.8400000000001L32.89 260.4300000000001C31.08 264.0200000000001 32.55 267.0700000000001 33.23 268.2100000000001C34.1 269.63 36.17 272.0100000000001 40.04 272.0100000000001H79.28L72.83 252.1900000000001A80.69 80.69 0 0 1 49.82 240.9000000000001C45.11 241.9000000000001 40.88 244.4200000000001 38.67 248.8400000000001zM96.01 48C96.01 39.17 88.82 32 80.01 32H64.01C55.2 32 48.01 39.17 48.01 48V64H96.01V48zM463.99 48C463.99 39.17 456.8 32 447.99 32H431.99C423.18 32 415.99 39.17 415.99 48V64H463.99V48zM463.99 128.01V96.01H48.01V176.01C48.01 202.48 69.54 224.01 96.01 224.01H415.99C442.4600000000001 224.01 463.99 202.48 463.99 176.01V128.01zM479.11 260.42L473.33 248.87C471.1200000000001 244.43 466.89 241.9 462.1800000000001 240.9C455.2400000000001 245.8 447.4900000000001 249.66 439.1700000000001 252.19L432.7200000000001 272.01H471.9600000000001C475.8300000000001 272.01 477.9000000000001 269.63 478.7700000000001 268.2099999999999C479.4600000000001 267.07 480.9300000000001 264.03 479.1100000000001 260.42z" /> @@ -514,30 +705,54 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="512" d=" M424 96H440C444.4 96 448 99.6 448 104V344C448 348.4 444.4 352 440 352H424C419.6 352 416 348.4 416 344V104C416 99.6 419.6 96 424 96zM328 96H344C348.4 96 352 99.6 352 104V248C352 252.4 348.4 256 344 256H328C323.6 256 320 252.4 320 248V104C320 99.6 323.6 96 328 96zM136 96H152C156.4 96 160 99.6 160 104V184C160 188.4 156.4 192 152 192H136C131.6 192 128 188.4 128 184V104C128 99.6 131.6 96 136 96zM232 96H248C252.4 96 256 99.6 256 104V312C256 316.4 252.4 320 248 320H232C227.6 320 224 316.4 224 312V104C224 99.6 227.6 96 232 96zM504 32H32V376C32 380.42 28.42 384 24 384H8C3.58 384 0 380.42 0 376V16C0 7.16 7.16 0 16 0H504C508.42 0 512 3.58 512 8V24C512 28.42 508.42 32 504 32z" /> + + horiz-adv-x="512" d=" M504 32H32V376C32 380.42 28.42 384 24 384H8C3.58 384 0 380.42 0 376V16C0 7.16 7.16 0 16 0H504C508.42 0 512 3.58 512 8V24C512 28.42 508.42 32 504 32zM98.34 184.97C95.22 181.85 95.22 176.78 98.34 173.66L109.65 162.35C112.77 159.23 117.84 159.23 120.96 162.35L193.65 234.36L278.3400000000001 149.67C284.5900000000001 143.42 294.7200000000001 143.42 300.9700000000001 149.67L394.5 243.2L438.54 199.16C443.49 194.21 449.57 192 455.54 192C468.02 192 480 201.7 480 216.34V335.81C480 344.75 472.75 352 463.81 352H344.34C322.7 352 311.87 325.8400000000001 327.17 310.54L371.88 265.83L289.66 183.61L205.03 268.24C198.8 274.4700000000001 188.71 274.49 182.46 268.29L98.34 184.97zM362.96 320H448V234.96L362.96 320z" /> + + horiz-adv-x="544" d=" M527.79 160H290.5L448.53 1.97A16.51 16.51 0 0 1 460.15 -2.84C463.97 -2.84 467.77 -1.49 470.72 1.29C509.42 37.75 536.04 86.9 543.8499999999999 142.15C545.1899999999999 151.61 537.3399999999999 160.0000000000001 527.79 160.0000000000001zM459.88 35.88L367.76 128H508.64C500.52 93.84 483.68 62 459.88 35.88zM224 160V397.29C224 406.12 216.82 413.5 208.26 413.5C207.57 413.5 206.86 413.45 206.15 413.35C86.99 396.51 -4.1 292.4 0.14 167.63C4.47 40.47 113.18 -64 240.13 -64C241.11 -64 242.06 -63.99 243.04 -63.98C293.44 -63.35 340.01 -47.11 378.3 -19.95C386.2 -14.35 386.72 -2.72 379.87 4.1299999999999L224 160zM242.63 -31.98L240.12 -32C131.08 -32 35.82 59.92 32.12 168.72C28.72 268.85 96.33 355.75 192 378.17V146.75L201.37 137.38L343.2100000000001 -4.46C312.6500000000001 -22.08 278.2500000000001 -31.54 242.6300000000001 -31.98zM511.96 224.8C503.72 344.26 408.26 439.7200000000001 288.8 447.96C288.45 447.99 288.1 448 287.76 448C279.1 448 272 440.55 272 431.77V208H495.77C504.91 208 512.59 215.68 511.96 224.8zM304 240V414.1C393.25 400.29 464.28 329.25 478.1 240H304z" /> + @@ -652,12 +867,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -676,6 +903,48 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + @@ -685,24 +954,42 @@ License - https://fontawesome.com/license (Commercial License) + + + + + horiz-adv-x="640" d=" M320 320C354.19 320 386.33 306.69 410.51 282.51S448 226.19 448 192S434.69 125.67 410.51 101.49S354.19 64 320 64S253.67 77.31 229.49 101.49S192 157.81 192 192S205.31 258.33 229.49 282.51S285.81 320 320 320M320 352C231.63 352 160 280.37 160 192S231.63 32 320 32S480 103.63 480 192S408.37 352 320 352zM628 208H511.33C511.77 202.7 512 197.37 512 192S511.77 181.3 511.33 176H628C634.63 176 640 181.37 640 188V196C640 202.63 634.63 208 628 208zM128 192C128 197.37 128.23 202.7 128.67 208H12C5.37 208 0 202.63 0 196V188C0 181.37 5.37 176 12 176H128.67C128.23 181.3 128 186.63 128 192z" /> + + @@ -718,6 +1005,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -751,6 +1041,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -781,18 +1074,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="496" d=" M264.9700000000001 175.03C274.35 184.4 274.35 199.6 264.9700000000001 208.97C255.6 218.34 240.4000000000001 218.34 231.0300000000001 208.97C221.65 199.6 221.65 184.4 231.0300000000001 175.03C240.4000000000001 165.66 255.6 165.66 264.9700000000001 175.03zM351.44 323C349.18 323 346.93 322.63 344.73 321.8400000000001L189.83 265.99C182.34 263.29 176.73 257.68 174.03 250.19L118.18 95.28C112.53 79.61 128.51 61.01 144.58 61.01C146.84 61.01 149.09 61.38 151.29 62.17L306.1900000000001 118.0200000000001C313.6800000000001 120.72 319.2900000000001 126.3300000000001 321.9900000000001 133.8200000000001L377.8400000000001 288.7200000000001C383.4800000000001 304.3900000000001 367.5100000000001 323.0000000000001 351.4400000000001 323.0000000000001zM292.79 147.21L152.69 96.7000000000001L203.2 236.8100000000001L343.3100000000001 287.3200000000001L292.7900000000001 147.21zM248 440C111.03 440 0 328.9700000000001 0 192S111.03 -56 248 -56S496 55.03 496 192S384.9700000000001 440 248 440zM248 -24C128.9 -24 32 72.9 32 192S128.9 408 248 408S464 311.1 464 192S367.1 -24 248 -24z" /> @@ -802,6 +1104,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -811,15 +1116,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -832,9 +1149,15 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M488 128H416V329.38L509.66 423.04C512.78 426.16 512.78 431.23 509.66 434.35L498.35 445.6600000000001C495.23 448.78 490.16 448.78 487.04 445.6600000000001L393.37 352H192V424C192 437.26 181.25 448 168 448H120C106.75 448 96 437.26 96 424V352H24C10.75 352 0 341.26 0 328V280C0 266.75 10.75 256 24 256H96V64C96 46.33 110.33 32 128 32H320V-40C320 -53.25 330.75 -64 344 -64H392C405.25 -64 416 -53.25 416 -40V32H488C501.25 32 512 42.75 512 56V104C512 117.25 501.25 128 488 128zM96 288H32V320H96V288zM192 320H361.37L329.37 288H192V320zM297.38 256L192 150.62V256H297.38zM320 64H128V416H160V96H320V64zM214.62 128L320 233.37V128H214.62zM352 -32V265.37L384 297.37V-32H352zM480 64H416V96H480V64z" /> + @@ -855,25 +1178,55 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M517.9 253.8C499.9 293.7000000000001 460.3 320 416 320H304C304 337.7000000000001 318.3 352 336 352H464C481.7 352 496 366.3 496 384V416C496 433.7 481.7 448 464 448H336C265.4 448 208 390.6 208 320V318.8C170.3 313.4 137.8 288.7000000000001 122 253.7C53 243.1 0 184 0 112V80C0 0.5 64.5 -64 144 -64H496C575.5 -64 640 0.5 640 80V112C640 184 586.9 243.2 517.9 253.8zM240 288V320C240 372.9 283.1 416 336 416H464V384H336C300.7 384 272 355.3 272 320V288H416C441.6 288 465.1 275.7 480 256H160C186.8 291.6 224.3 288 240 288zM496 -32H144C82.2 -32 32 18.2 32 80H608C608 18.2 557.8 -32 496 -32zM32 112C32 173.8 82.2 224 144 224H496C557.8 224 608 173.8 608 112H32z" /> + horiz-adv-x="448" d=" M249.52 192L446.83 389.17A3.9959999999999996 3.9959999999999996 0 0 1 446.83 394.82C434.33 407.32 414.07 407.32 401.58 394.82L224.06 217.44L175.42 266.05C185.88 281.43 192 300 192 320C192 373.02 149.02 416 96 416S0 373.02 0 320S42.98 224 96 224C116.01 224 134.58 230.12 149.96 240.6L198.59 192L149.96 143.4C134.58 153.88 116.01 160 96 160C42.98 160 0 117.02 0 64S42.98 -32 96 -32S192 10.98 192 64C192 84 185.88 102.57 175.42 117.95L224.06 166.56L401.5800000000001 -10.82C414.0800000000001 -23.32 434.3400000000001 -23.32 446.8300000000001 -10.82A3.9959999999999996 3.9959999999999996 0 0 1 446.8300000000001 -5.17L249.52 192zM96 256C60.71 256 32 284.7100000000001 32 320S60.71 384 96 384S160 355.29 160 320S131.29 256 96 256zM96 0C60.71 0 32 28.71 32 64S60.71 128 96 128S160 99.29 160 64S131.29 0 96 0z" /> + + + + + + + + + + @@ -895,12 +1248,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + @@ -937,15 +1311,60 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + @@ -958,6 +1377,18 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -1023,7 +1454,10 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="576" d=" M195.515 73.172C190.829 77.858 190.829 85.456 195.515 90.143L518.665 413.293L517.958 414L428 413.658C421.373 413.658 416 419.031 416 425.658V435.657C416 442.2850000000001 421.372 447.657 428 447.657L564 448C570.627 448 576 442.628 576 436L575.657 300C575.657 293.373 570.284 288 563.657 288H553.658C547.0310000000001 288 541.658 293.373 541.658 300L542 389.958L541.293 390.665L218.143 67.515C213.457 62.8290000000001 205.859 62.8290000000001 201.172 67.515L195.515 73.172zM427.515 228.8050000000001L419.515 220.805A12 12 0 0 1 416 212.32V-16C416 -24.837 408.836 -32 400 -32H48C39.164 -32 32 -24.837 32 -16V336C32 344.837 39.164 352 48 352H387.976C391.159 352 394.211 353.264 396.461 355.515L404.461 363.515C412.021 371.075 406.6670000000001 384 395.976 384H48C21.49 384 0 362.51 0 336V-16C0 -42.51 21.49 -64 48 -64H400C426.51 -64 448 -42.51 448 -16V220.319C448 231.01 435.074 236.364 427.515 228.805z" /> + horiz-adv-x="512" d=" M483.61 421.38C448.1 457.03 390.77 456.71 355.5700000000001 421.38L272.9400000000001 338.44L255.9400000000001 355.5C246.5700000000001 364.91 231.3700000000001 364.91 221.9900000000001 355.5L181.0100000000001 314.36C171.6400000000001 304.9500000000001 171.6300000000001 289.69 181.0100000000001 280.2800000000001L197.9900000000001 263.23L50.6900000000001 113.39A64.38 64.38 0 0 1 31.9300000000001 67.95V34.21L4.9300000000001 -5.58C-3.0499999999999 -18.28 -1.1999999999999 -34.83 9.3700000000001 -45.4400000000001L18.4800000000001 -54.58C29.0500000000001 -65.19 45.5400000000001 -67.0400000000001 58.1900000000001 -59.04L97.8400000000001 -31.94H131.4600000000001A63.90999999999999 63.90999999999999 0 0 1 176.7300000000001 -13.12L326.0400000000001 134.73L343 117.69C352.38 108.28 367.58 108.28 376.95 117.69L417.93 158.83C427.31 168.24 427.3 183.5 417.93 192.91L400.98 209.93L483.61 292.87C513.28 322.64 528.85 375.97 483.61 421.38zM154.09 7.59C148.04 1.52 140.01 0.1799999999999 131.46 0.1799999999999H88.59L41.12 -31.8700000000001L32.01 -22.7300000000001L63.95 24.9199999999999V67.9499999999999C63.95 76.5299999999999 67.28 84.5999999999999 73.33 90.67L220.63 240.52L303.4 157.44L154.09 7.5899999999999zM460.98 315.58L355.71 209.93L389.64 175.87L359.97 146.09L209.3 297.3300000000001L238.9700000000001 327.1L272.9400000000001 293L378.21 398.66C401.03 421.57 438.16 421.57 460.98 398.66C500.3699999999999 359.13 467.89 322.52 460.98 315.58z" /> + @@ -1038,10 +1472,13 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M500 385H492C485.4 385 480 379.6 480 373V215.3C479.1 216.3 478.1 217.3 477 218.2L276.5 377.6C255.9 394.7 224 380.4 224 353V235.2L52.5 377.6C31.9 394.7 0 380.4 0 353V33C0 5.6 31.9 -8.8 52.5 8.4L224 151.8V33C224 5.6 255.9 -8.8 276.5 8.4L477 169C478.1 169.9 479.1 170.9 480 171.9V13C480 6.4 485.4 1 492 1H500C506.6 1 512 6.4 512 13V373C512 379.6 506.6 385 500 385zM219.5 193.6L219.3 193.5L219.1 193.4L32 33V353L219.3 193.8L219.4 193.7L219.5 193.6zM451 193.1L256.2 33.1L256.1 33H256V353L256.1 352.9L256.2 352.8L451 194V193.1z" /> + horiz-adv-x="512" d=" M272 16H304C312.84 16 320 23.16 320 32V64C320 72.84 312.84 80 304 80H272C263.1600000000001 80 256 72.84 256 64V32C256 23.16 263.1600000000001 16 272 16zM272 112H304C312.84 112 320 119.16 320 128V160C320 168.84 312.84 176 304 176H272C263.1600000000001 176 256 168.84 256 160V128C256 119.16 263.1600000000001 112 272 112zM368 16H400C408.84 16 416 23.16 416 32V64C416 72.84 408.84 80 400 80H368C359.1600000000001 80 352 72.84 352 64V32C352 23.16 359.1600000000001 16 368 16zM368 112H400C408.84 112 416 119.16 416 128V160C416 168.84 408.84 176 400 176H368C359.1600000000001 176 352 168.84 352 160V128C352 119.16 359.1600000000001 112 368 112zM80 320H48C21.49 320 0 298.51 0 272V-16C0 -42.51 21.49 -64 48 -64H80C106.51 -64 128 -42.51 128 -16V272C128 298.51 106.51 320 80 320zM96 -16C96 -24.82 88.82 -32 80 -32H48C39.18 -32 32 -24.82 32 -16V272C32 280.82 39.18 288 48 288H80C88.82 288 96 280.82 96 272V-16zM480 285.06V338.74C480 347.23 476.63 355.36 470.63 361.37L393.37 438.63C387.37 444.63 379.23 448 370.74 448H208C181.49 448 160 426.51 160 400V-16C160 -42.51 181.49 -64 208 -64H464C490.51 -64 512 -42.51 512 -16V240C512 260.87 498.6 278.45 480 285.06zM384 402.75L434.75 352H384V402.75zM192 400C192 408.82 199.18 416 208 416H352V352C352 334.36 366.34 320 384 320H448V256H192V400zM480 -16C480 -24.82 472.82 -32 464 -32H208C199.18 -32 192 -24.82 192 -16V224H480V-16z" /> + + horiz-adv-x="512" d=" M467.11 403.11C438.25 431.9700000000001 401.61 448 361.61 448C314.9100000000001 448 263.6500000000001 426.15 214.85 377.35L129.11 291.61C49.79 212.29 57.28 80.91 75.57 34.21L4.69 -36.66A15.962 15.962 0 0 1 0 -47.98C0 -56.52 6.87 -64 16.02 -64C20.12 -64 24.22 -62.44 27.34 -59.31L98.27 11.62C115.47 4.86 144.06 -0.46 177.5 -0.46C234.68 -0.46 305.53 15.02 355.61 65.1L441.35 150.84C531.95 241.4500000000001 529.6600000000001 340.5600000000001 467.11 403.11zM151.76 268.9600000000001L237.5 354.7C277.58 394.78 320.5 415.9700000000001 361.61 415.9700000000001C392.5800000000001 415.9700000000001 421.23 403.69 444.4600000000001 380.4600000000001C486.78 338.14 490.21 280.36 457.59 223.77H310.42L347.6600000000001 261.01C353.92 267.27 353.92 277.4000000000001 347.6600000000001 283.6600000000001S331.2700000000001 289.92 325.0100000000001 283.6600000000001L101.19 59.84C91.29 103.17 87.89 205.1 151.76 268.96zM177.5 31.58C154.2 31.58 136.53 34.3700000000001 124.01 37.3700000000001L182.76 96.1200000000001L340.95 95.7500000000001L332.96 87.7600000000001C284.08 38.8800000000001 214.58 31.58 177.5 31.58zM372.88 127.6700000000001H214.32L278.39 191.7400000000001H434.73C429.62 185.6200000000001 372.88 127.6700000000001 372.88 127.6700000000001z" /> @@ -1060,12 +1497,30 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1075,9 +1530,21 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -1096,9 +1563,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1108,6 +1590,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1117,30 +1605,75 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + horiz-adv-x="512" d=" M194.74 352L249.37 297.37C255.37 291.37 263.51 288 272 288H464C472.84 288 480 280.8400000000001 480 272V48C480 39.16 472.84 32 464 32H48C39.16 32 32 39.16 32 48V336C32 344.8400000000001 39.16 352 48 352H194.74M48 384C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V272C512 298.51 490.51 320 464 320H272L217.37 374.63C211.37 380.63 203.23 384 194.74 384H48z" /> + @@ -1162,15 +1695,27 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM248 -24C128.9 -24 32 72.9 32 192S128.9 408 248 408S464 311.1 464 192S367.1 -24 248 -24zM248 128C203.6 128 161.8 108.4 133.2 74.2C127.5 67.4 128.4 57.3 135.2 51.7C142 46 152.1 46.9 157.7 53.7C180.1 80.5 213 95.9 247.9 95.9S315.7 80.5 338.1 53.7C343.4 47.3 353.5 45.7 360.6 51.7C367.4 57.4 368.3 67.5 362.6 74.2C334.2 108.4 292.4 128 248 128zM168 208C185.7 208 200 222.3 200 240S185.7 272 168 272S136 257.7 136 240S150.3 208 168 208zM328 208C345.7 208 360 222.3 360 240S345.7 272 328 272S296 257.7 296 240S310.3 208 328 208z" /> + + + @@ -1183,15 +1728,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="512" d=" M502.05 390.4C523.3 411.66 508.25 448 478.2 448H33.8C3.75 448 -11.3 411.66 9.95 390.4L240 160.36V-32H186.67C171.94 -32 160 -43.94 160 -58.67C160 -61.62 162.39 -64 165.33 -64H346.6600000000001C349.61 -64 351.99 -61.61 351.99 -58.67C351.99 -43.94 340.05 -32 325.32 -32H272V160.36L502.05 390.4zM256.06 189.67L32.58 413.03C32.07 413.54 31.76 413.85 32.2 414.92C32.64 416 33.08 416 33.8 416H478.2C478.92 416 479.36 416 479.8 414.93C480.25 413.86 479.94 413.55 479.42 413.04L418.39 352L256.06 189.67z" /> + + + + + @@ -1201,15 +1770,66 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="640" d=" M612.16 294.01L347.16 379.69C329.35 385.44 310.66 385.44 292.85 379.69L27.85 294.01C10.94 288.54 0 273.62 0 256S10.94 223.46 27.84 217.99L57.55 208.39C54.25 202.21 51.81 195.56 50.22 188.59C39.53 183.41 32 172.68 32 160C32 147.27 39.57 136.48 50.33 131.33L32.28 19.47C30.67 9.48 36.19 0 43.62 0H84.37C91.8 0 97.33 9.48 95.71 19.47L77.67 131.33C88.43 136.48 96 147.27 96 160C96 170.6 90.51 179.54 82.57 185.37C84.06 190.03 86.37 194.23 89.14 198.18L142.61 180.89L128 64C128 28.65 213.96 0 320 0S512 28.65 512 64L497.39 180.89L612.16 218C629.06 223.46 640 238.38 640 256S629.06 288.54 612.16 294.01zM479.48 66.14C468.72 54.81 414.04 32 320 32C225.96 32 171.28 54.81 160.52 66.14L173.61 170.87L292.85 132.32C295.4500000000001 131.48 318.5700000000001 123.09 347.1600000000001 132.32L466.4 170.87L479.48 66.14zM602.28 248.42L337.28 162.74C325.97 159.08 314.03 159.08 302.72 162.74L127.05 219.54L322.94 256.2800000000001C331.63 257.9000000000001 337.35 266.26 335.7199999999999 274.9500000000001C334.0999999999999 283.6500000000001 325.5599999999999 289.3400000000001 317.0599999999999 287.7200000000001L113.2799999999999 249.5200000000001C100.8799999999999 247.2000000000001 89.7699999999999 241.8700000000001 80.1999999999999 234.6900000000001L37.7099999999999 248.4300000000001C29.8599999999999 250.9800000000001 30.2499999999999 261.1700000000001 37.7099999999999 263.5800000000001L302.7099999999999 349.2600000000001C317.8099999999999 354.1400000000001 330.5499999999999 351.4300000000001 337.2699999999999 349.2600000000001L602.2699999999999 263.5800000000001C609.6599999999999 261.1900000000001 610.1799999999998 250.9800000000001 602.2799999999999 248.4200000000001z" /> + + + + + + + + + + + + + + + + @@ -1222,6 +1842,15 @@ License - https://fontawesome.com/license (Commercial License) + + + @@ -1231,6 +1860,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1297,21 +1929,48 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + @@ -1324,12 +1983,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1342,6 +2016,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1351,6 +2031,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1363,6 +2049,21 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1401,7 +2102,7 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M477.267 285.466L320 206.833V264C320 282.007 301.052 293.3590000000001 285.267 285.466L128 206.833V392C128 405.255 117.255 416 104 416H24C10.745 416 0 405.255 0 392V-8C0 -21.255 10.745 -32 24 -32H488C501.255 -32 512 -21.255 512 -8V264C512 282.007 493.052 293.3590000000001 477.267 285.466zM107.578 160.845L288 251.056V168C288 162.051 294.268 158.19 299.578 160.845L480 251.056V0H32V384H96V168C96 162.053 102.269 158.189 107.578 160.845z" /> + horiz-adv-x="640" d=" M488.88 352C406.31 352 346.21 269.55 320 225.55C293.79 269.55 233.69 352 151.12 352C67.78 352 0 280.2200000000001 0 192S67.78 32 151.12 32C233.68 32 293.79 114.45 320 158.46C346.21 114.45 406.31 32 488.88 32C572.22 32 640 103.78 640 192S572.22 352 488.88 352zM151.12 64C85.44 64 32 121.42 32 192S85.44 320 151.12 320C229.15 320 287.5900000000001 219.39 302.06 192C287.59 164.61 229.16 64 151.12 64zM488.88 64C410.85 64 352.41 164.61 337.94 192C352.4100000000001 219.39 410.85 320 488.88 320C554.56 320 608 262.5800000000001 608 192S554.56 64 488.88 64z" /> @@ -1411,6 +2112,15 @@ License - https://fontawesome.com/license (Commercial License) + + + @@ -1419,28 +2129,106 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="256" d=" M102.791 384H148.006L73.143 0H23.762A12 12 0 0 1 11.998 -9.632L10.388 -17.632C8.892 -25.062 14.573 -32 22.151 -32H150.968A12 12 0 0 1 162.732 -22.368L164.3420000000001 -14.368C165.8370000000001 -6.938 160.156 0 152.578 0H107.363L182.227 384H232.2380000000001A12 12 0 0 1 244.0020000000001 393.632L245.6120000000001 401.632C247.108 409.062 241.427 416 233.849 416H104.401A12 12 0 0 1 92.637 406.368L91.027 398.368C89.532 390.938 95.213 384 102.791 384z" /> + horiz-adv-x="576" d=" M494.75 337.48C460.24 370.04 409.33 376.67 368 357.1V396.2C368 408.4 361.2200000000001 419.37 350.31 424.82L310.69 444.64C302.72 448.61 293.31 449.09 285.03 445.9100000000001C276.72 442.75 270.03 436.19 266.69 427.88L237.99 356.13C233.21 353.69 228.59 350.94 224.25 347.75C180.84 378.04 120.47 374.51 81.25 337.49C28.84 288.0800000000001 0 222.22 0 152.05C0 81.89 28.84 16.05 81.25 -33.35C120.44 -70.33 180.78 -73.95 224.25 -43.63C260.81 -70.53 315.19 -70.53 351.75 -43.63C371.25 -57.22 394.13 -63.99 416.9700000000001 -63.99C445.0900000000001 -63.99 473.13 -53.76 494.75 -33.36C547.16 16.04 576 81.89 576 152.06S547.16 288.0800000000001 494.75 337.48zM296.4100000000001 416.01L336 396.2V357.0900000000001C317.79 365.87 297.05 369.08 276.83 367.1L296.41 416.01zM472.8100000000001 -10.08C442.6500000000001 -38.5 393.0300000000001 -38.95 362.1900000000001 -11.14L351.1900000000001 -1.24L340.4400000000001 -11.44C325.9400000000001 -25.2 308.7800000000001 -31.9 288.0000000000001 -31.9S250.0600000000001 -25.2 235.5600000000001 -11.44L224.8100000000001 -1.24L213.8100000000001 -11.14C182.9700000000001 -38.95 133.3400000000001 -38.49 103.1900000000001 -10.08C57.28 33.21 32 90.79 32 152.06S57.28 270.91 103.19 314.2200000000001C133.31 342.62 182.94 343.12 213.81 315.27L224.81 305.37L235.56 315.57C250.06 329.33 267.2200000000001 336.03 288 336.03S325.94 329.33 340.44 315.57L351.19 305.37L362.19 315.27C393 343.0900000000001 442.63 342.67 472.81 314.2100000000001C518.72 270.91 544 213.33 544 152.06S518.72 33.21 472.81 -10.08zM474.4700000000001 169.0700000000001C463.8500000000001 177.46 449.6600000000001 178.35 438.1900000000001 171.34C384.7800000000001 138.61 322.1600000000001 124.6900000000001 257.6600000000001 131.4400000000001L240 133.3V104.07H208V140.86L197.03 144.5C174.47 151.98 155.12 160.76 137.87 171.31C126.4 178.36 112.12 177.39 101.59 169C90.78 160.38 86.68 146.32 91.12 133.16C96.62 116.98 103.5 102.98 112.21 90.26C146.05 41.74 206.87 16.09 287.99 16.09C299.68 16.09 310.77 16.79 321.55 17.84L335.99 19.25V56.09H367.99V24.9400000000001L389.9600000000001 33.7500000000001C421.6800000000001 46.4700000000001 446.6500000000001 65.6800000000001 464.27 90.9300000000001C472.7400000000001 103.2400000000001 479.4900000000001 117.0700000000001 484.96 133.2700000000001C489.41 146.4100000000001 485.28 160.4700000000001 474.47 169.0700000000001zM454.6600000000001 143.47C450.1600000000001 130.1400000000001 444.6900000000001 118.8800000000001 437.9700000000001 109.15C427.4100000000001 94.0100000000001 413.2800000000001 81.53 395.8500000000001 71.84C390.3200000000001 81.53 379.9100000000001 88.0700000000001 368.0100000000001 88.0700000000001H336.0100000000001C318.3500000000001 88.0700000000001 304.0100000000001 73.71 304.0100000000001 56.08V48.5500000000001C298.7900000000001 48.2500000000001 293.4800000000002 48.08 288.0100000000001 48.08C217.7900000000001 48.08 166.0700000000001 69.0000000000001 138.5400000000001 108.47C131.5700000000001 118.62 125.9800000000001 130.06 121.2000000000001 144.03C137.6400000000001 133.9500000000001 155.6700000000001 125.3800000000001 176.0100000000001 117.9400000000001V104.0700000000001C176.0100000000001 86.4300000000001 190.3500000000001 72.08 208.0100000000001 72.08H240.0100000000001C255.5700000000001 72.08 268.5700000000001 83.2500000000001 271.4500000000001 98.0000000000001C334.8600000000002 93.2200000000001 400.2900000000001 110.58 454.9500000000001 144.0700000000001L454.6600000000001 143.47zM249.1500000000001 192.05C252.0000000000001 192.05 254.0100000000001 193.16 255.1500000000001 195.38S256.2900000000001 199.82 255.1500000000001 202.04L214 268.7100000000001C212.29 270.94 210.14 272.04 207.57 272.04S203.14 270.93 202 268.7100000000001L160.85 202.06C159.71 199.83 159.71 197.62 160.85 195.4S164 192.07 166.85 192.07H249.15zM409.1500000000001 192.05C412.0000000000001 192.05 414.0100000000001 193.16 415.1500000000001 195.38S416.2900000000001 199.82 415.1500000000001 202.04L374 268.7100000000001C372.29 270.94 370.14 272.04 367.57 272.04S363.14 270.93 362 268.7100000000001L320.85 202.06C319.7100000000001 199.83 319.7100000000001 197.62 320.85 195.4S324 192.07 326.85 192.07H409.1500000000001z" /> + + + + + + + + + + + + + + + + + + horiz-adv-x="640" d=" M624 80H576V352C576 387.3 547.28 416 512 416H128C92.72 416 64 387.3 64 352V80H16C7.16 80 0 72.84 0 64V16C0 -28.11 35.88 -64 80 -64H560C604.12 -64 640 -28.11 640 16V64C640 72.84 632.84 80 624 80zM96 352C96 369.67 110.33 384 128 384H512C529.67 384 544 369.67 544 352V80H391.13C387.07 80 384.11 76.87 383.21 72.91C379.98 58.65 367.23 48 352 48H288C272.77 48 260.02 58.65 256.79 72.91C255.89 76.87 252.93 80 248.8700000000001 80H96V352zM608 16C608 -10.47 586.47 -32 560 -32H80C53.53 -32 32 -10.47 32 16V48H226.75C233.34 29.38 251.13 16 272 16H368C388.88 16 406.66 29.38 413.25 48H608V16z" /> + + + + + + + + + @@ -1468,12 +2256,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + horiz-adv-x="352" d=" M176 448C73.05 448 -0.12 364.46 0 271.76C0.06 227.48 16.5 187.09 43.56 156.22C69.21 126.97 93.85 79.32 96 64L96.06 -11.18C96.06 -14.33 97 -17.4 98.74 -20.02L123.25 -56.86C126.22 -61.32 131.22 -64 136.57 -64H215.42C220.78 -64 225.7800000000001 -61.32 228.74 -56.86L253.25 -20.02C254.99 -17.4 255.92 -14.32 255.93 -11.18L256 64C258.26 79.72 282.99 127.19 308.44 156.22C335.55 187.15 352 227.63 352 272C352 369.2 273.2 448 176 448zM223.94 -6.31L206.85 -32H145.14L128.05 -6.31L128.04 0H223.94V-6.31zM223.98 32H128.01L127.94 64H224.02L223.98 32zM284.38 177.32C270.39 161.36 248.05 129.22 233.8 96.01H118.21C103.95 129.23 81.62 161.36 67.63 177.32C44.5 203.7 32.13 237.15 32.05 272C31.87 348.99 92.43 416 176 416C255.4 416 320 351.4 320 272C320 237.15 307.35 203.52 284.38 177.32zM176 384C114.25 384 64 333.75 64 272C64 263.16 71.16 256 80 256S96 263.16 96 272C96 316.11 131.88 352 176 352C184.84 352 192 359.16 192 368S184.84 384 176 384z" /> + @@ -1491,7 +2294,16 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M506 334H134A6 6 0 0 0 128 340V364A6 6 0 0 0 134 370H506A6 6 0 0 0 512 364V340A6 6 0 0 0 506 334zM512 180V204A6 6 0 0 1 506 210H134A6 6 0 0 1 128 204V180A6 6 0 0 1 134 174H506A6 6 0 0 1 512 180zM512 20V44A6 6 0 0 1 506 50H134A6 6 0 0 1 128 44V20A6 6 0 0 1 134 14H506A6 6 0 0 1 512 20zM84 328V376C84 382.627 78.627 388 72 388H24C17.373 388 12 382.627 12 376V328C12 321.373 17.373 316 24 316H72C78.627 316 84 321.373 84 328zM84 168V216C84 222.627 78.627 228 72 228H24C17.373 228 12 222.627 12 216V168C12 161.373 17.373 156 24 156H72C78.627 156 84 161.373 84 168zM84 8V56C84 62.627 78.627 68 72 68H24C17.373 68 12 62.627 12 56V8C12 1.373 17.373 -4 24 -4H72C78.627 -4 84 1.373 84 8z" /> + horiz-adv-x="512" d=" M461.9 448C456.17 448 450.31 446.9 444.51 444.48L28.74 252.59C-19.23 230.2 -3.24 159.84 47.93 159.84H223.84V-16.0699999999999C223.84 -46.0799999999999 248.05 -63.9999999999999 272.58 -63.9999999999999C289.88 -63.9999999999999 307.33 -55.1 316.59 -35.2599999999999L508.49 380.5200000000001C522.06 413.11 494.14 448 461.9 448zM479.45 393.92L287.6 -21.74C284.42 -28.56 279.36 -32.02 272.5700000000001 -32.02C266.7700000000001 -32.02 255.8100000000001 -28.69 255.8100000000001 -16.08V191.8200000000001H47.93C36.48 191.8200000000001 33.29 200.6500000000001 32.44 204.4500000000001C31.34 209.3800000000001 31.17 218.43 42.14 223.5500000000001L456.82 414.96C458.53 415.67 460.19 416.01 461.91 416.01C467.33 416.01 473.4 412.36 477.02 406.93C479.21 403.64 481.34 398.52 479.45 393.92z" /> + + + @@ -1537,30 +2349,84 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="512" d=" M224 352L240 384L272 400L240 416L224 448L208 416L176 400L208 384L224 352zM80 288L106.66 341.33L160 368L106.66 394.67L80 448L53.34 394.67L0 368L53.34 341.33L80 288zM80 384C88.84 384 96 376.8400000000001 96 368S88.84 352 80 352S64 359.16 64 368S71.16 384 80 384zM432 160L405.34 106.67L352 80L405.3400000000001 53.33L432 0L458.66 53.33L512 80L458.66 106.67L432 160zM432 64C423.1600000000001 64 416 71.16 416 80S423.1600000000001 96 432 96S448 88.84 448 80S440.84 64 432 64zM502.63 370.04L434.04 438.63C427.79 444.88 419.6 448 411.4100000000001 448S395.0300000000001 444.88 388.7800000000001 438.63L9.37 59.21C-3.13 46.71 -3.13 26.45 9.37 13.96L77.96 -54.63C84.21 -60.88 92.4 -64 100.59 -64S116.97 -60.88 123.22 -54.63L502.63 324.7800000000001C515.12 337.2800000000001 515.12 357.54 502.63 370.04zM100.59 -32L32 36.59L290.38 294.99L358.98 226.39L100.59 -32zM381.61 249.02L313.01 317.62L411.38 416H411.41L480 347.41L381.61 249.02z" /> + + + + + + + + + + + + + + + horiz-adv-x="288" d=" M144 448C64.47 448 0 383.53 0 304C0 229.95 56.1 169.67 128 161.61V-44.82L139.01 -61.33C141.39 -64.89 146.62 -64.89 148.99 -61.33L160 -44.82V161.61C231.9 169.66 288 229.95 288 304C288 383.53 223.53 448 144 448zM144 192C82.24 192 32 242.24 32 304S82.24 416 144 416S256 365.76 256 304S205.76 192 144 192zM144 384C99.88 384 64 348.11 64 304C64 295.16 71.16 288 80 288S96 295.16 96 304C96 330.4700000000001 117.53 352 144 352C152.84 352 160 359.16 160 368S152.84 384 144 384z" /> + horiz-adv-x="512" d=" M441.37 256C449.86 256 457.99 260.2100000000001 464 267.7200000000001L507.31 321.86C513.56 329.67 513.56 342.33 507.31 350.15L464 404.29C458 411.79 449.86 416 441.37 416H272V440C272 444.42 268.42 448 264 448H248C243.58 448 240 444.42 240 440V416H56C42.75 416 32 402.57 32 386V286C32 269.43 42.75 256 56 256H240V224H70.63C62.14 224 54 219.79 48 212.29L4.69 158.14C-1.56 150.33 -1.56 137.67 4.69 129.85L48 75.72C54 68.22 62.14 64 70.63 64H240V-56C240 -60.42 243.58 -64 248 -64H264C268.42 -64 272 -60.42 272 -56V64H456C469.25 64 480 77.43 480 94V194C480 210.57 469.25 224 456 224H272V256H441.37zM447.75 96H72.75L34.35 144L72.8 192H447.99L447.75 96zM64.25 384H439.25L477.65 336L439.2 288H64.01L64.25 384z" /> + horiz-adv-x="576" d=" M560.02 416C558.06 416 556.04 415.63 554.06 414.8400000000001L384.01 352H384L212 412.7200000000001A64.252 64.252 0 0 1 191.76 416C185.07 416 178.39 414.95 171.95 412.86L20.12 360.05A32.006 32.006 0 0 1 0 330.3400000000001V-15.98C0 -25.17 7.53 -32 15.99 -32C17.95 -32 19.96 -31.63 21.95 -30.84L192 32L364 -28.71A63.97999999999999 63.97999999999999 0 0 1 404.05 -28.86L555.88 23.95A31.996 31.996 0 0 1 576 53.66V399.98C576 409.17 568.47 416 560.02 416zM30.63 329.82L176 380.39V60.2L31.91 6.95L30.63 329.82zM208 60.29V380.2L368 323.7200000000001V3.8099999999999L208 60.29zM400 3.61V323.8L544.09 377.06L545.37 54.19L400 3.61z" /> + @@ -1576,18 +2442,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + @@ -1603,6 +2490,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1648,18 +2541,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + horiz-adv-x="512" d=" M512 415.99C512 434.26 497.68 448 481.45 448C478.41 448 475.3 447.52 472.2 446.49L181.42 350.49C168.71 346.29 160 334 160 320V75.24C142.99 88.01 120.7 96 96 96C42.98 96 0 60.18 0 16S42.98 -64 96 -64S192 -28.18 192 16V192L480 288V139.24C462.99 152.01 440.7 160 416 160C362.98 160 320 124.18 320 80S362.98 0 416 0S512 35.82 512 80C512 80.03 511.99 80.05 511.99 80.08L512 415.99zM96 -32C61.31 -32 32 -10.02 32 16S61.31 64 96 64S160 42.02 160 16S130.69 -32 96 -32zM480 321.73L192 225.73V320H191.45V320.11L480 415.37V321.73zM416 32C381.31 32 352 53.98 352 80S381.31 128 416 128S480 106.02 480 80S450.69 32 416 32z" /> + + @@ -1681,12 +2607,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + horiz-adv-x="512" d=" M455.59 448C439.78 448 424.97 441.01 413.66 430.85C195.73 236.18 169.77 231.5 179.98 166.01C138.46 161.05 101.39 141.96 79.66 84.69C76.98 77.61 70.54 73.31 63.02 73.31C50.35 73.31 11.17 104.87 0 112.5C0 18.55 43.26 -64 146 -64C263.18 -64 298.7200000000001 23.75 291.06 81.89C347.96 88.9 388.2100000000001 144.4 497.51 348.38C505.2 363.35 512 379.52 512 396.3400000000001C512 426.48 484.89 448 455.59 448zM236.52 2.45C216.47 -20.41 186.02 -32 146 -32C82.22 -32 53.71 6.83 41.25 46.69C49.27 43.04 56.23 41.3 63.02 41.3C83.94 41.3 102.22 53.88 109.58 73.33C116.23 90.85 125.63 127.28 193.34 135.3700000000001L258.42 84.7500000000001C262.45 54.0700000000001 257.17 26.0000000000001 236.52 2.45zM469.31 363.5C350.91 142.54 325.62 118.39 275.23 112.19L213.23 160.41C204.43 216.84 198.43 195.69 435.05 407.05C441.38 412.74 448.86 416 455.59 416C467.38 416 480 408.1 480 396.3400000000001C480 385.76 474.46 373.55 469.31 363.5z" /> + @@ -1708,9 +2655,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1720,21 +2682,45 @@ License - https://fontawesome.com/license (Commercial License) + + + horiz-adv-x="512" d=" M256 224C176.59 224 64 101.24 64 23.75C64 -11.15 90.81 -32 135.74 -32C184.58 -32 216.83 -6.92 256 -6.92C295.51 -6.92 327.85 -32 376.26 -32C421.19 -32 448 -11.15 448 23.75C448 101.24 335.4100000000001 224 256 224zM376.26 0C355.96 0 338.45 5.77 319.91 11.88C300.23 18.37 279.89 25.07 256 25.07C232.35 25.07 212.15 18.4 192.61 11.95C173.97 5.8 156.36 -0.01 135.74 -0.01C96 0 96 17.88 96 23.75C96 86.65 196.19 192 256 192S416 86.65 416 23.75C416 17.88 416 0 376.26 0zM474.83 286.73C471.26 287.5900000000001 467.63 288 464.02 288C438.17 288 412.4 267 403.28 236.61C392.88 201.96 408.05 168.23 437.17 161.27C440.75 160.41 444.37 160 447.98 160C473.83 160 499.6 181 508.72 211.39C519.12 246.04 503.95 279.77 474.83 286.73zM478.07 220.59C472.7 202.7 458.55 192 447.98 192C446.82 192 445.69 192.13 444.61 192.39C440.9100000000001 193.27 437.89 195.71 435.63 199.64C431.5 206.82 430.87 217.19 433.93 227.4C439.3 245.3 453.45 256 464.03 256C465.1900000000001 256 466.3200000000001 255.87 467.4 255.61C471.1 254.73 474.1200000000001 252.28 476.3800000000001 248.36C480.5000000000001 241.18 481.14 230.81 478.0700000000001 220.59zM318.56 257.3900000000001C322.11 256.4600000000001 325.71 256.0100000000001 329.32 256.0100000000001C357.16 256.0100000000001 385.54 282.8300000000001 396.02 321.2600000000001C407.86 364.6800000000001 392.38 406.4700000000001 361.44 414.6200000000001A41.92 41.92 0 0 1 350.68 416.0100000000001C322.8400000000001 416.0100000000001 294.4600000000001 389.1900000000001 283.98 350.7500000000001C272.1400000000001 307.3300000000001 287.62 265.5300000000001 318.56 257.3900000000001zM314.85 342.3200000000001C322.27 369.52 340.43 384 350.68 384C351.5900000000001 384 352.45 383.89 353.29 383.67C357.42 382.58 360.4100000000001 378.67 362.19 375.58C367.27 366.78 370.71 350.1 365.14 329.67C357.72 302.48 339.57 288 329.31 288C328.4 288 327.54 288.11 326.69 288.3300000000001C322.57 289.4100000000001 319.57 293.3200000000001 317.79 296.4100000000001C312.7200000000001 305.2200000000001 309.2800000000001 321.8900000000001 314.85 342.3200000000001zM182.68 256C186.29 256 189.89 256.45 193.44 257.38C224.38 265.52 239.86 307.32 228.02 350.74C217.54 389.18 189.16 416 161.32 416C157.71 416 154.11 415.55 150.56 414.61C119.62 406.4700000000001 104.14 364.67 115.98 321.25C126.46 282.82 154.85 256 182.68 256zM149.8 375.58C151.58 378.67 154.58 382.58 158.7 383.67C159.55 383.89 160.4 384 161.31 384C171.57 384 189.72 369.52 197.1400000000001 342.32C202.71 321.89 199.2700000000001 305.21 194.1900000000001 296.41C192.4100000000001 293.32 189.4200000000001 289.41 185.2900000000001 288.33C184.4400000000001 288.11 183.5900000000001 288 182.68 288C172.4200000000001 288 154.2700000000001 302.48 146.85 329.68C141.28 350.1 144.72 366.78 149.8 375.58zM74.84 161.27C103.96 168.23 119.13 201.96 108.72 236.61C99.6 267 73.83 288 47.98 288C44.36 288 40.74 287.5900000000001 37.17 286.73C8.05 279.77 -7.12 246.04 3.28 211.39C12.4 181 38.18 160 64.02 160C67.64 160 71.26 160.41 74.84 161.27zM33.93 220.6C30.87 230.81 31.5 241.19 35.63 248.36C37.89 252.29 40.91 254.73 44.61 255.61C45.69 255.87 46.82 256 47.98 256C58.55 256 72.7 245.3 78.07 227.41C81.13 217.2 80.5 206.82 76.37 199.64C74.11 195.71 71.09 193.27 67.39 192.39C66.29 192.13 65.19 192 64.02 192C53.45 192 39.3 202.6999999999999 33.93 220.5999999999999z" /> + + + horiz-adv-x="512" d=" M493.25 391.74L455.74 429.25C443.24 441.75 426.86 448 410.49 448C394.11 448 377.73 441.75 365.24 429.26L297.36 361.38L274.74 384C262.24 396.5 241.98 396.5 229.49 384L99.37 253.88C96.25 250.76 96.25 245.69 99.37 242.57L110.68 231.26C113.8 228.14 118.87 228.14 121.99 231.26L252.1 361.37L274.72 338.75L93.95 157.97A327.038 327.038 0 0 1 0.17 -37.12L0.14 -37.35C-1.45 -51.72 9.88 -64 23.95 -64C29.68 -64 135.01 -57.01 221.98 29.95L493.26 301.23C518.25 326.23 518.25 366.75 493.25 391.74zM199.35 52.58C154.35 7.58 95.42 -21.83 33.25 -30.81C42.38 31.83 71.75 90.51 116.59 135.35L297.36 316.12L297.37 316.11L297.38 316.12L380.14 233.36L199.35 52.58zM470.63 323.86L402.75 255.98L319.98 338.75L387.86 406.63C400.36 419.13 420.6 419.14 433.11 406.63L470.62 369.12C483.13 356.62 483.14 336.38 470.63 323.86z" /> + + + horiz-adv-x="512" d=" M493.25 391.74L455.74 429.25C443.25 441.75 426.87 448 410.49 448S377.73 441.75 365.23 429.26L12.85 76.88L0.15 -37.34C-1.45 -51.72 9.88 -64 23.95 -64C24.84 -64 25.73 -63.95 26.64 -63.85L140.78 -51.24L493.26 301.24C518.25 326.23 518.25 366.75 493.25 391.74zM126.09 -20.68L33.06 -30.99L43.42 62.18L307.31 326.07L390.08 243.3L126.09 -20.68zM470.63 323.86L412.7 265.93L329.93 348.7L387.86 406.63C393.9000000000001 412.67 401.94 416 410.49 416C419.04 416 427.07 412.67 433.12 406.63L470.63 369.12C483.1 356.64 483.1 336.3400000000001 470.63 323.86z" /> + + @@ -1750,6 +2736,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1759,6 +2748,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1774,15 +2769,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1813,9 +2826,30 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + @@ -1825,21 +2859,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="512" d=" M432 256H416V338.75C416 347.24 412.63 355.37 406.63 361.38L329.37 438.63C323.37 444.63 315.23 448 306.74 448H126.48C109.64 448 96 433.67 96 416V256H80C35.82 256 0 220.18 0 176V80C0 71.16 7.16 64 16 64H96V-48C96 -56.84 103.16 -64 112 -64H400C408.84 -64 416 -56.84 416 -48V64H496C504.84 64 512 71.16 512 80V176C512 220.18 476.18 256 432 256zM320 402.75L370.75 352H320V402.75zM128.12 416H288V352C288 334.33 302.33 320 320 320H384V256H128.02L128.12 416zM384 -32H128V64H384V-32zM480 96H32V176C32 202.47 53.53 224 80 224H432C458.47 224 480 202.47 480 176V96zM400 184C386.75 184 376 173.26 376 160C376 146.75 386.75 136 400 136S424 146.75 424 160C424 173.26 413.25 184 400 184z" /> + @@ -1864,9 +2916,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1915,6 +2985,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1924,15 +2997,24 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="576" d=" M279.4700000000001 256H296.5300000000001C302.3400000000001 256 306.8800000000001 262.17 306.2600000000001 269.26L302.5100000000001 312.84C302.1600000000001 316.91 299.3600000000001 320 296.0200000000001 320H279.9700000000001C276.6300000000001 320 273.8300000000001 316.91 273.48 312.84L269.73 269.26C269.12 262.17 273.6600000000001 256 279.4700000000001 256zM273.4500000000001 144H302.5500000000001C310.3000000000001 144 316.3400000000001 152.23 315.5300000000001 161.68L311.4000000000001 209.68C310.7000000000001 217.82 305.1000000000001 224 298.4200000000001 224H277.5900000000001C270.9100000000001 224 265.3100000000001 217.82 264.6100000000001 209.68L260.4800000000001 161.68C259.6600000000001 152.23 265.7000000000001 144 273.4500000000001 144zM284.1100000000001 352H291.9000000000001C295.7800000000001 352 298.8000000000001 356.12 298.3900000000001 360.8400000000001L297.0100000000001 376.8400000000001C296.6600000000001 380.91 293.8600000000002 384 290.5200000000001 384H285.4900000000001C282.1500000000002 384 279.3500000000002 380.91 279.0000000000001 376.8400000000001L277.6200000000001 360.8400000000001C277.2100000000001 356.12 280.2300000000002 352 284.1100000000002 352zM308.0600000000001 112H267.9400000000001C261.2600000000001 112 255.6600000000001 105.82 254.9600000000001 97.68L248.0700000000001 17.68C247.2600000000001 8.23 253.3000000000001 0 261.0500000000001 0H314.9400000000001C322.6900000000001 0 328.7300000000001 8.23 327.9200000000001 17.68L321.0300000000001 97.68C320.3400000000001 105.82 314.7400000000001 112 308.0600000000001 112zM157.35 384A7.990000000000001 7.990000000000001 0 0 1 149.97 379.08L1.25 22.15C-3.14 11.62 4.6 0 16.02 0H44.02C51.13 0 57.39 4.69 59.38 11.52L165.03 373.76C166.52 378.88 162.68 384 157.35 384zM574.75 22.15L426.04 379.08A8 8 0 0 1 418.6600000000001 384C413.3300000000001 384 409.49 378.88 410.98 373.76L516.63 11.52A15.995999999999999 15.995999999999999 0 0 1 531.99 0H559.99C571.4 0 579.15 11.62 574.75 22.15z" /> + + @@ -1951,18 +3033,36 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1972,15 +3072,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1996,6 +3114,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2011,6 +3132,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2020,6 +3144,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2044,12 +3171,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -2068,15 +3207,57 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + horiz-adv-x="640" d=" M208 160H176C171.58 160 168 156.42 168 152V-56C168 -60.42 171.58 -64 176 -64H208C212.42 -64 216 -60.42 216 -56V152C216 156.42 212.42 160 208 160zM80 64H48C43.58 64 40 60.42 40 56V-56C40 -60.42 43.58 -64 48 -64H80C84.42 -64 88 -60.42 88 -56V56C88 60.42 84.42 64 80 64zM336 256H304C299.58 256 296 252.42 296 248V-56C296 -60.42 299.58 -64 304 -64H336C340.42 -64 344 -60.42 344 -56V248C344 252.42 340.42 256 336 256zM464 352H432C427.58 352 424 348.42 424 344V-56C424 -60.42 427.58 -64 432 -64H464C468.42 -64 472 -60.42 472 -56V344C472 348.42 468.42 352 464 352zM592 448H560C555.58 448 552 444.42 552 440V-56C552 -60.42 555.58 -64 560 -64H592C596.42 -64 600 -60.42 600 -56V440C600 444.42 596.42 448 592 448z" /> + + + + @@ -2089,21 +3270,45 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + horiz-adv-x="448" d=" M388.1 114.5L440.8 128.8C445 129.9 447.5 134.3 446.4000000000001 138.6L442.3 154.1C441.2 158.4 436.8 160.9 432.6 159.8L349.4000000000001 137.2L255.6 192L349.4000000000001 246.8L432.6 224.2C436.8 223.1 441.2000000000001 225.6 442.3 229.9L446.4000000000001 245.4C447.5000000000001 249.7 445.0000000000001 254.1 440.8 255.2L388.1 269.5L444 302.2000000000001C447.8 304.4000000000001 449.1 309.3000000000001 446.9 313.1L439 327C436.8 330.8 432 332.1 428.2 329.9L372.3 297.2L386.4000000000001 350.5C387.5000000000001 354.8 385.0000000000001 359.2 380.8 360.3L365.5 364.4C361.3 365.5 356.9 363 355.8 358.7L333.5 274.5L239.7 219.7V329.4L300.7 391C303.8 394.1 303.8 399.2 300.7 402.3L289.5 413.6C286.4 416.7 281.4 416.7 278.3 413.6L239.7 374.6V440C239.7 444.4 236.2 448 231.8 448H216C211.6 448 208.1 444.4 208.1 440V374.6L169.5 413.6C166.4 416.7 161.4 416.7 158.3 413.6L147.1 402.3C144 399.2 144 394.1 147.1 391L208 329.3V219.6L114.2 274.4L92.1 358.8C91 363.1 86.6 365.6 82.4 364.5L67.1 360.4C62.9 359.3 60.4 354.9 61.5 350.6L75.6 297.3L19.7 330C15.9 332.2 11.1 330.9 8.9 327.1L1 313.2C-1.2 309.4 0.1 304.5 3.9 302.3L59.8 269.6L7.2 255.2C3 254.1 0.5 249.7 1.6 245.4L5.7 229.9C6.8 225.6 11.2 223.0999999999999 15.4 224.2L98.6 246.8L192.4 192L98.6 137.1999999999999L15.4 159.8C11.2 160.9 6.8 158.4 5.7 154.1L1.6 138.6C0.5 134.3 3 129.9 7.2 128.8L59.9 114.5L4 81.9C0.2 79.7 -1.1 74.8 1.1 71L9 57.1C11.2 53.3 16 52 19.8 54.2L75.7 86.9L61.6 33.6C60.5 29.3 63 24.9 67.2 23.8L82.5 19.7C86.7 18.6 91.1 21.1 92.2 25.4L114.5 109.6L208.3 164.4V54.7L147.3 -7C144.2 -10.1 144.2 -15.2 147.3 -18.3L158.5 -29.6C161.6 -32.7 166.6 -32.7 169.7 -29.6L208.3 9.4V-56C208.3 -60.4 211.8 -64 216.2 -64H232C236.4 -64 239.9 -60.4 239.9 -56V9.4L278.5 -29.6C281.6 -32.7 286.6 -32.7 289.7 -29.6L300.9 -18.3C304 -15.2 304 -10.1 300.9 -7L240 54.7V164.3L333.8 109.5L356.1 25.3C357.2000000000001 21 361.6 18.5 365.8 19.6L381.1 23.7C385.3 24.8000000000001 387.8 29.2 386.7000000000001 33.5000000000001L372.6 86.8000000000001L428.5 54.1000000000001C432.3 51.9000000000001 437.1 53.2000000000001 439.3 57.0000000000001L447.2 70.9C449.4 74.7000000000001 448.1 79.6 444.3 81.8L388.1 114.5z" /> + + @@ -2131,33 +3336,84 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + + + @@ -2170,6 +3426,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2190,7 +3449,7 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M8 320H440C444.42 320 448 323.58 448 328V344C448 348.42 444.42 352 440 352H8C3.58 352 0 348.42 0 344V328C0 323.58 3.58 320 8 320zM504 208H72C67.58 208 64 204.42 64 200V184C64 179.58 67.58 176 72 176H504C508.42 176 512 179.58 512 184V200C512 204.42 508.42 208 504 208zM440 64H8C3.58 64 0 60.42 0 56V40C0 35.58 3.58 32 8 32H440C444.42 32 448 35.58 448 40V56C448 60.42 444.42 64 440 64z" /> + horiz-adv-x="512" d=" M368 87.85V56.98C430.27 48.56 472 33.38 472 15.99C472 -10.52 375.29 -32.01 256 -32.01S40 -10.51 40 16C40 33.38 81.73 48.56 144 56.99V87.86C58.82 74.86 0 47.61 0 16C0 -28.18 114.62 -64 256 -64S512 -28.18 512 16C512 47.61 453.18 74.86 368 87.85zM176 128V48C176 21.53 197.53 0 224 0H288C314.4700000000001 0 336 21.53 336 48V128C362.4700000000001 128 384 149.53 384 176V240C384 274.53 361.89 303.75 331.18 314.93C339.14 328.16 344 343.46 344 360C344 408.52 304.52 448 256 448S168 408.52 168 360C168 343.4600000000001 172.86 328.16 180.82 314.93C150.11 303.75 128 274.53 128 240V176C128 149.53 149.53 128 176 128zM256 416C286.93 416 312 390.93 312 360S286.93 304 256 304S200 329.07 200 360S225.07 416 256 416zM160 240C160 265.76 180.44 286.68 205.93 287.79C220.17 277.89 237.38 272 256 272S291.83 277.89 306.07 287.79C331.56 286.68 352 265.76 352 240V176C352 167.17 344.81 160 336 160H304V48C304 39.17 296.81 32 288 32H224C215.19 32 208 39.17 208 48V160H176C167.19 160 160 167.17 160 176V240z" /> @@ -2203,15 +3462,54 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M464 320H352V368C352 394.4700000000001 330.4700000000001 416 304 416H208C181.53 416 160 394.4700000000001 160 368V320H48C21.5 320 0 298.5 0 272V16C0 -10.5 21.5 -32 48 -32H464C490.5 -32 512 -10.5 512 16V272C512 298.5 490.5 320 464 320zM192 368C192 376.83 199.19 384 208 384H304C312.81 384 320 376.83 320 368V320H192V368zM96 0H48C39.2 0 32 7.2 32 16V272C32 280.8 39.2 288 48 288H96V0zM384 0H128V288H384V0zM480 16C480 7.2 472.8 0 464 0H416V288H464C472.8 288 480 280.8 480 272V16z" /> + + + + horiz-adv-x="512" d=" M256 304.3C194.2 304.3 144 254 144 192.2S194.2 80.1 256 80.1S368 130.4 368 192.2S317.8 304.3 256 304.3zM256 112.1C211.9 112.1 176 148 176 192.2S211.9 272.3 256 272.3S336 236.4 336 192.2S300.1 112.1 256 112.1zM512 192.2C512 197.5 509.3 202.5 504.9 205.5L422 261L441.4 358.9C442.4 364.1 440.8 369.6 437 373.3C433.2 377.1 427.9 378.8 422.6 377.7000000000001L324.8 358.3L269.3 441.3C263.3 450.2 248.7 450.2 242.7 441.3L187.2 358.3L89.4 377.8C84.1 378.9 78.8 377.2000000000001 75 373.4C71.2 369.6 69.6 364.2 70.6 359L90 261L7.1 205.5C2.7 202.5 0 197.5 0 192.2C0 186.9 2.7 181.9 7.1 178.9L90 123.4L70.6 25.5C69.6 20.3 71.2 14.8 75 11.1C78.8 7.3 84.1 5.6 89.4 6.7L187.2 26.1L242.7 -56.9C245.7 -61.4 250.7 -64 256 -64S266.3 -61.3 269.3 -56.9L324.8 26.1L422.6 6.7C428 5.5000000000001 433.3 7.3000000000001 437 11.1C440.8 14.9 442.4 20.3 441.4 25.5L422 123.4L504.9 178.9C509.3 181.9 512 186.9 512 192.2zM395.3 144.1C389.9000000000001 140.5 387.3 134 388.5 127.7000000000001L405.3 42.8000000000001L320.5 59.6000000000001C313.9 61.0000000000001 307.7 58.2000000000001 304.1 52.8000000000001L256 -19.1999999999999L207.9 52.7C204.9 57.2000000000001 199.9 59.8000000000001 194.6 59.8000000000001C193.6 59.8000000000001 192.5 59.7000000000001 191.5 59.5000000000001L106.7 42.7L123.5 127.6C124.7 133.9 122.1 140.4 116.7 144L44.8 192.1L116.7 240.3C122.1 243.9 124.7 250.4 123.5 256.7000000000001L106.7 341.6L191.5 324.8C198 323.5 204.3 326.2000000000001 207.9 331.6L256 403.6L304.1 331.6C307.7000000000001 326.2000000000001 314 323.5 320.5 324.8L405.3 341.6L388.5 256.7000000000001C387.3 250.4 389.9 243.9 395.3 240.3L467.2 192.1L395.3000000000001 144.1z" /> + + + + + + + + + @@ -2245,18 +3543,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="576" d=" M288 296C301.26 296 312 306.74 312 320S301.26 344 288 344S264 333.26 264 320S274.74 296 288 296zM152 288C138.74 288 128 277.26 128 264S138.74 240 152 240S176 250.74 176 264S165.26 288 152 288zM424 288C410.74 288 400 277.26 400 264S410.74 240 424 240S448 250.74 448 264S437.26 288 424 288zM480 152C466.74 152 456 141.26 456 128S466.74 104 480 104S504 114.74 504 128S493.26 152 480 152zM288 416C128.94 416 0 287.06 0 128C0 75.2 14.25 25.74 39.06 -16.8C44.67 -26.42 55.36 -32 66.5 -32H509.5C520.64 -32 531.33 -26.42 536.94 -16.8C561.75 25.74 576 75.2 576 128C576 287.06 447.06 416 288 416zM509.5 0L66.7 -0.68C44 38.25 32 82.74 32 128C32 269.16 146.84 384 288 384S544 269.16 544 128C544 82.74 532 38.25 509.5 0zM96 152C82.74 152 72 141.26 72 128S82.74 104 96 104S120 114.74 120 128S109.26 152 96 152zM365.2200000000001 319.12C357.0300000000001 321.9 347.7800000000001 317.57 344.8800000000001 309.23L293.0500000000001 159.49C291.3600000000001 159.62 289.7400000000001 160 288.0100000000001 160C252.6600000000001 160 224.0100000000001 131.35 224.0100000000001 96S252.6600000000001 32 288.0100000000001 32S352.0100000000001 60.65 352.0100000000001 96C352.0100000000001 118.25 340.6300000000001 137.82 323.3900000000001 149.29L375.1300000000001 298.77C378.0000000000001 307.11 373.5900000000001 316.23 365.2200000000001 319.12zM288 64C270.36 64 256 78.36 256 96S270.36 128 288 128S320 113.64 320 96S305.64 64 288 64z" /> + + + + + + horiz-adv-x="576" d=" M288 416C128.94 416 0 287.06 0 128C0 75.2 14.25 25.74 39.06 -16.8C44.67 -26.42 55.36 -32 66.5 -32H509.5C520.64 -32 531.33 -26.42 536.94 -16.8C561.75 25.74 576 75.2 576 128C576 287.06 447.06 416 288 416zM509.5 0L66.7 -0.68C44 38.25 32 82.74 32 128C32 269.16 146.84 384 288 384S544 269.16 544 128C544 82.74 532 38.25 509.5 0zM365.2200000000001 319.12C357.0300000000001 321.9 347.7800000000001 317.57 344.8800000000001 309.23L293.0500000000001 159.49C291.3600000000001 159.62 289.7400000000001 160 288.0100000000001 160C252.6600000000001 160 224.0100000000001 131.35 224.0100000000001 96S252.6600000000001 32 288.0100000000001 32S352.0100000000001 60.65 352.0100000000001 96C352.0100000000001 118.25 340.6300000000001 137.82 323.3900000000001 149.29L375.1300000000001 298.77C378.0000000000001 307.11 373.5900000000001 316.23 365.2200000000001 319.12zM288 64C270.36 64 256 78.36 256 96S270.36 128 288 128S320 113.64 320 96S305.64 64 288 64z" /> + @@ -2265,7 +3596,25 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M506 334H198C194.7 334 192 336.7 192 340V364C192 367.3 194.7 370 198 370H506C509.3 370 512 367.3 512 364V340C512 336.7 509.3 334 506 334zM512 180V204C512 207.3 509.3 210 506 210H198C194.7 210 192 207.3 192 204V180C192 176.7 194.7 174 198 174H506C509.3 174 512 176.7 512 180zM512 20V44C512 47.3 509.3 50 506 50H198C194.7 50 192 47.3 192 44V20C192 16.7 194.7 14 198 14H506C509.3 14 512 16.7 512 20zM68.4 72C48.5 72 32.4 55.9 32.4 36S48.5 0 68.4 0S104 16.1 104 36S88.3 72 68.4 72zM170.9 405.1L163.5 412.5C158.8 417.2 151.2 417.2 146.5 412.5L67.7 333.3L29.3 371.7C24.6 376.4 17 376.4 12.3 371.7L3.4 362.8C-1.3 358.1 -1.3 350.5 3.4 345.8L57.7 291.5C62.4 286.8 70 286.8 74.7 291.5L74.9 291.7L170.8 388C175.6 392.8 175.6 400.4 170.9 405.1zM171.3 245.1L163.9 252.5C159.2 257.2 151.6 257.2 146.9 252.5L68.1 173.3L29.7 211.7C25 216.4 17.4 216.4 12.7 211.7L4 202.8C-0.7 198.1 -0.7 190.5 4 185.8L58.3 131.5C63 126.8 70.6 126.8 75.3 131.5L75.1 131.7L171.4 228C176 232.8 176 240.4 171.3 245.1z" /> + horiz-adv-x="512" d=" M96 160C78.33 160 64 145.67 64 128S78.33 96 96 96S128 110.33 128 128S113.67 160 96 160zM416 160C398.33 160 384 145.67 384 128S398.33 96 416 96S448 110.33 448 128S433.67 160 416 160zM328 128H184C179.58 128 176 124.42 176 120V104C176 99.58 179.58 96 184 96H328C332.42 96 336 99.58 336 104V120C336 124.42 332.42 128 328 128zM447.11 218.4L433.79 287.19C426.53 324.75 393.5 352 355.25 352H352V384C352 401.67 337.67 416 320 416H192C174.33 416 160 401.67 160 384V352H156.75C118.5 352 85.47 324.75 78.22 287.2L64.9 218.4C27.23 205.42 0 170.07 0 128V96C0 72.37 12.95 51.96 32 40.88V0C32 -17.67 46.33 -32 64 -32H112C129.67 -32 144 -17.67 144 0V32H368V0C368 -17.67 382.33 -32 400 -32H448C465.67 -32 480 -17.67 480 0V40.88C499.05 51.97 512 72.37 512 96V128C512 170.07 484.77 205.42 447.11 218.4zM192 384H320V352H192V384zM109.66 281.12C114 303.66 133.81 320 156.75 320H355.25C378.19 320 398 303.66 402.3400000000001 281.11L413.4 224H98.6L109.66 281.12zM112 0H64V32H112V0zM448 0H400V32H448V0zM480 96C480 78.36 465.64 64 448 64H64C46.36 64 32 78.36 32 96V128C32 163.29 60.71 192 96 192H416C451.29 192 480 163.29 480 128V96z" /> + + + + + + @@ -2287,6 +3636,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2305,6 +3657,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2314,12 +3669,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -2335,21 +3702,84 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="352" d=" M205.22 425.9100000000001C201.21 440.4700000000001 188.61 448 175.97 448C163.62 448 151.23 440.8 146.78 425.9100000000001C100.01 268.15 0 225.28 0 114.09C0 15.65 78.72 -64 176 -64S352 15.65 352 114.09C352 225.8400000000001 252.21 267.4300000000001 205.22 425.9100000000001zM176 -32C96.6 -32 32 33.54 32 114.09C32 162.4500000000001 55 195.41 86.84 241.0300000000001C116.02 282.8400000000001 152.18 334.6600000000001 176.02 411.9400000000001C199.85 334.42 236.08 282.63 265.32 240.86C297.06 195.48 320 162.7 320 114.09C320 33.54 255.4 -32 176 -32zM176 32C131.88 32 96 67.89 96 112C96 120.84 88.84 128 80 128S64 120.84 64 112C64 50.25 114.25 0 176 0C184.84 0 192 7.16 192 16S184.84 32 176 32z" /> + + + + + + + + + + + + + + + + + + + + @@ -2365,12 +3795,18 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M459.94 245.02C462.63 253.88 464 262.9100000000001 464 272C464 324.94 420.94 368 368 368C362.25 368 356.56 367.4700000000001 350.9100000000001 366.44C343.94 412.55 304.03 448 256 448S168.06 412.55 161.09 366.44A95.058 95.058 0 0 1 144 368C91.06 368 48 324.94 48 272C48 262.91 49.38 253.88 52.06 245.02C20.34 228.83 0 196.47 0 160C0 107.06 43.06 64 96 64H208V7.55L183.8 -40.85C178.48 -51.4899999999999 186.22 -64.01 198.11 -64.01H313.89C325.78 -64.01 333.52 -51.49 328.2 -40.85L304 7.55V64H416C468.94 64 512 107.06 512 160C512 196.47 491.66 228.83 459.94 245.02zM224 -32L240 0V64H272V0L288 -32H224zM416 96H96C60.72 96 32 124.7 32 160C32 188.12 50.28 212.59 77.47 220.88L95.63 226.41L87.1 243.38C82.41 252.75 80 262.39 80 272C80 307.3 108.72 336 144 336C158.34 336 163.95 333.06 195.16 319.02C192.26 350.7200000000001 192.88 344.44 192 352C192 387.3 220.72 416 256 416S320 387.3 319.75 349.58L316.84 319.02C345.08 331.7200000000001 352.1 336 368 336C403.28 336 432 307.3 432 272C432 262.39 429.59 252.75 424.9100000000001 243.38L416.3800000000001 226.41L434.5400000000001 220.88C461.72 212.59 480 188.12 480 160C480 124.7 451.28 96 416 96z" /> + horiz-adv-x="448" d=" M444.09 58.54L369.97 144.09H400C406.2200000000001 144.09 411.9100000000001 147.7000000000001 414.5 153.36C417.12 159.0200000000001 416.25 165.68 412.2200000000001 170.43L339.7200000000001 256.14H368C374.31 256.14 380.03 259.86 382.62 265.63C385.18 271.41 384.12 278.15 379.9 282.86L235.9 442.93C229.78 449.68 218.21 449.68 212.09 442.93L68.09 282.86A16.06 16.06 0 0 1 65.37 265.63C67.96 259.86 73.68 256.14 79.99 256.14H108.27L35.77 170.43C31.74 165.68 30.86 159.02 33.49 153.36C36.08 147.7 41.77 144.09 47.99 144.09H78.02L3.91 58.54C-0.18 53.8 -1.15 47.1 1.44 41.41C4.06 35.7 9.75 32.05 16 32.05H176V7.59L151.8 -40.83C146.48 -51.47 154.22 -64 166.11 -64H281.89C293.78 -64 301.52 -51.48 296.2 -40.83L272 7.59V32.05H432C438.25 32.05 443.94 35.71 446.56 41.41C449.1600000000001 47.1 448.19 53.8 444.09 58.54zM192 -31.98L208 0.03V32.05H240V0.03L256 -31.98H192zM50.78 64L146.78 176H82.5L177.28 288H115.94L224 408.08L332.06 288H270.7200000000001L365.5 176H301.2200000000001L397.2200000000001 64H50.78z" /> + @@ -2389,9 +3825,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2404,15 +3846,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="576" d=" M575.2 194.2C545.9 317.2 430.5 393.5 304 399.6V432C304 440.8 296.8 448 288 448S272 440.8 272 432V399.6C146 393.6 30.9 318.1 0.8 194.3C-5.2 170.4 23.6 150.2 44.9 169.2C94.4 215.3 134.8 196.9 170.3 141.5C181.7 123.7 205.1 124.6 215.9 141.5C231.1 165 247.1 186.5 272.1 193V-0.1C272.1 -17.8 257.8 -32.1 240.1 -32.1C226.5000000000001 -32.1 214.4 -23.5 209.9 -10.8C206.9 -2.5 197.8000000000001 1.9 189.5 -1C181.2 -3.9 176.8000000000001 -13.1 179.8000000000001 -21.4C188.8000000000001 -46.9 213.1 -64.1 240.2000000000001 -64.1C275.5000000000001 -64.1 304.2000000000001 -35.4 304.2000000000001 -0.1V192.8C334.3000000000001 184.5 348.8000000000001 159.5 360.4000000000001 141.6C371.2000000000001 124.6 394.7000000000001 123.9 406.0000000000001 141.6C442.2000000000001 197.5 482.6 214.6 531.4000000000001 169.3C552.3000000000001 150.4 581.1000000000001 170.3 575.2 194.2zM383.3000000000001 165.5C359 205.2 325.4 227 288 227C243.5 227 216.4 200 193.3 165.5C151.7 233.3 85.8 243 37.2 204.8C72.1 309.3 178.8 368 288 368C397.3 368 505 308.7 539.2 204.3C480.9 248.2 425.1 226.2 383.3000000000001 165.5z" /> @@ -2422,6 +3873,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2455,6 +3912,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2467,6 +3927,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2476,6 +3939,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2512,9 +3978,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2533,6 +4005,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2557,48 +4035,111 @@ License - https://fontawesome.com/license (Commercial License) + + + horiz-adv-x="384" d=" M342.9100000000001 253.43C335.1 257.23 325.4100000000001 253.91 321.5700000000001 245.93C317.7600000000001 237.96 321.1300000000001 228.4 329.1 224.59C343.2200000000001 217.8 352 204.94 352 191C352 177.06 343.2200000000001 164.2 329.1 157.42C321.13 153.61 317.7600000000001 144.04 321.5700000000001 136.0800000000001C325.4300000000001 128.03 335.1100000000001 124.79 342.9100000000001 128.5800000000001C368.25 140.72 384 164.64 384 191S368.25 241.29 342.91 253.43zM231.81 383C225.9 383 219.89 380.82 215.03 375.95L126.06 287H24C10.74 287 0 276.26 0 263V119C0 105.75 10.74 95 24 95H126.06L215.03 6.05C219.9 1.18 225.91 -1 231.81 -1C244.14 -1 256 8.52 256 23.02V358.98C256 373.49 244.13 383 231.81 383zM224 42.33L139.31 127H32V255H139.31L224 339.67V42.33z" /> + unicode="" + horiz-adv-x="512" d=" M454.63 192L509.66 247.03C512.78 250.15 512.78 255.22 509.66 258.3400000000001L498.35 269.65C495.23 272.77 490.16 272.77 487.04 269.65L432 214.63L376.9700000000001 269.66C373.85 272.78 368.7800000000001 272.78 365.6600000000001 269.66L354.35 258.35C351.23 255.23 351.23 250.16 354.35 247.04L409.37 192L354.3400000000001 136.97C351.2200000000001 133.85 351.2200000000001 128.78 354.3400000000001 125.66L365.6500000000001 114.35C368.7700000000001 111.23 373.8400000000001 111.23 376.9600000000001 114.35L432 169.37L487.03 114.34C490.15 111.22 495.22 111.22 498.34 114.34L509.65 125.65C512.77 128.7700000000001 512.77 133.84 509.65 136.96L454.63 192zM231.81 384C225.9 384 219.89 381.82 215.03 376.95L126.06 288H24C10.74 288 0 277.26 0 264V120C0 106.75 10.74 96 24 96H126.06L215.03 7.05C219.9 2.18 225.91 0 231.81 0C244.14 0 256 9.52 256 24.02V359.98C256 374.49 244.13 384 231.81 384zM224 43.33L148.68 118.63L139.31 128H32V256H139.31L148.68 265.37L224 340.67V43.33z" /> + horiz-adv-x="256.33" d=" M232.14 384C226.23 384 220.22 381.82 215.36 376.95L126.39 288H24.33C11.07 288 0.33 277.26 0.33 264V120C0.33 106.75 11.07 96 24.33 96H126.39L215.36 7.05C220.23 2.18 226.24 0 232.14 0C244.4700000000001 0 256.3300000000001 9.52 256.3300000000001 24.02V359.98C256.3300000000001 374.49 244.4700000000001 384 232.1400000000001 384zM224.33 43.33L139.64 128H32.33V256H139.64L224.33 340.67V43.33z" /> + + horiz-adv-x="576" d=" M342.9100000000001 254.43C335.1 258.23 325.4100000000001 254.91 321.5700000000001 246.93C317.7600000000001 238.96 321.1300000000001 229.4 329.1 225.59C343.2200000000001 218.8 352 205.94 352 192S343.2200000000001 165.2 329.1 158.42C321.13 154.61 317.7600000000001 145.04 321.5700000000001 137.0800000000001C325.4300000000001 129.03 335.1100000000001 125.79 342.9100000000001 129.5800000000001C368.25 141.72 384 165.64 384 192S368.25 242.29 342.91 254.43zM231.81 384C225.9 384 219.89 381.82 215.03 376.95L126.06 288H24C10.74 288 0 277.26 0 264V120C0 106.75 10.74 96 24 96H126.06L215.03 7.05C219.9 2.18 225.91 0 231.81 0C244.14 0 256 9.52 256 24.02V359.98C256 374.49 244.13 384 231.81 384zM224 43.33L139.31 128H32V256H139.31L224 340.67V43.33zM421.51 446.17C413.62 450.25 403.98 447.29 399.85 439.4700000000001C395.72 431.6600000000001 398.72 421.9700000000001 406.55 417.86C491.3099999999999 373.31 543.9499999999999 286.76 543.9499999999999 192.01S491.3099999999999 10.71 406.55 -33.84C398.73 -37.95 395.72 -47.64 399.85 -55.45C403.95 -63.2 413.53 -66.2900000000001 421.51 -62.15C516.78 -12.06 576 85.33 576 192.01C576 298.68 516.78 396.07 421.51 446.17zM480 192.01C480 258.13 445.98 318.63 391.19 349.88C383.5 354.26 373.6 351.66 369.15 343.99C364.7 336.33 367.38 326.55 375.11 322.13C419.88 296.58 447.72 246.73 447.72 192.01S419.88 87.43 375.11 61.89C367.39 57.47 364.71 47.69 369.15 40.03C373.45 32.65 383.21 29.59 391.19 34.14C445.98 65.38 480 125.88 480 192.01z" /> + + + + + + + + + + + + horiz-adv-x="512" d=" M448 384H383.19C353.95 422.62 308.07 448 256 448S158.05 422.62 128.81 384H64C28.71 384 0 355.29 0 320V0C0 -35.29 28.71 -64 64 -64H448C483.29 -64 512 -35.29 512 0V320C512 355.29 483.29 384 448 384zM256 416C326.69 416 384 358.69 384 288S326.69 160 256 160S128 217.31 128 288S185.31 416 256 416zM480 0C480 -17.67 465.67 -32 448 -32H64C46.33 -32 32 -17.67 32 0V320C32 337.67 46.33 352 64 352H109.56C100.94 332.37 96 310.78 96 288C96 199.78 167.78 128 256 128S416 199.78 416 288C416 310.78 411.06 332.37 402.44 352H448C465.67 352 480 337.67 480 320V0zM256 192C282.4700000000001 192 304 213.53 304 240C304 253.92 297.95 266.36 288.46 275.13L318.7 345.7C322.18 353.81 318.42 363.22 310.29 366.7C302.21 370.18 292.77 366.43 289.29 358.29L259.03 287.69C223.57 290 208 259.35 208 240C208 213.53 229.53 192 256 192zM256 256C264.84 256 272 248.84 272 240S264.84 224 256 224S240 231.16 240 240S247.16 256 256 256z" /> + + + + + + horiz-adv-x="640" d=" M320 128C275.82 128 240 92.18 240 48C240 3.81 275.83 -32 320 -32C364.19 -32 400 3.84 400 48C400 92.18 364.18 128 320 128zM320 0C293.53 0 272 21.53 272 48S293.53 96 320 96S368 74.47 368 48S346.4700000000001 0 320 0zM636.21 290.05C459.22 457.9 180.95 458.06 3.79 290.05C-1.15 285.36 -1.29 277.54 3.53 272.73L9.22 267.04C13.83 262.43 21.29 262.3 26.02 266.79C191.01 423.18 449.66 422.55 613.99 266.79C618.72 262.3100000000001 626.1800000000001 262.4400000000001 630.79 267.04L636.48 272.73C641.29 277.54 641.15 285.36 636.21 290.05zM526.02 177.69C408.68 282.17 231.16 282.03 113.98 177.69C108.93 173.19 108.66 165.38 113.33 160.49L118.86 154.7C123.32 150.03 130.68 149.74 135.52 154.03C240.69 247.41 399.52 247.24 504.5 154.03C509.33 149.74 516.69 150.02 521.16 154.7L526.6899999999999 160.49C531.3399999999999 165.38 531.0699999999999 173.19 526.02 177.69z" /> + + @@ -2617,9 +4158,18 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="288" d=" M287.4 255.34L271.44 433.45C270.71 441.69 263.9 448 255.74 448H32.26C24.11 448 17.29 441.69 16.56 433.45L0.6 255.34C-6.57 175.33 51.27 106.45 128 97.73V-32H74.67C59.94 -32 48 -43.94 48 -58.67C48 -61.62 50.39 -64 53.33 -64H234.67C237.62 -64 240.0000000000001 -61.61 240.0000000000001 -58.67C240.0000000000001 -43.94 228.0600000000001 -32 213.3300000000001 -32H160V97.73C236.73 106.4500000000001 294.57 175.3300000000001 287.4 255.3400000000001zM144 129.73C99.82 129.73 59.26 155.4 41.55 195.88C34.06 213.01 30.67 232.32 32.48 252.48L47.12 416H240.88L255.53 252.49C257.34 232.33 253.95 213.02 246.46 195.89C228.74 155.41 188.18 129.73 144 129.73z" /> @@ -2632,6 +4182,9 @@ License - https://fontawesome.com/license (Commercial License) + diff --git a/style/fa/fonts/fa-light-300.ttf b/style/fa/fonts/fa-light-300.ttf index 17b0da2..34d2eb6 100644 Binary files a/style/fa/fonts/fa-light-300.ttf and b/style/fa/fonts/fa-light-300.ttf differ diff --git a/style/fa/fonts/fa-light-300.woff b/style/fa/fonts/fa-light-300.woff index 8757692..a50048c 100644 Binary files a/style/fa/fonts/fa-light-300.woff and b/style/fa/fonts/fa-light-300.woff differ diff --git a/style/fa/fonts/fa-light-300.woff2 b/style/fa/fonts/fa-light-300.woff2 index b1b2c14..a29b7a2 100644 Binary files a/style/fa/fonts/fa-light-300.woff2 and b/style/fa/fonts/fa-light-300.woff2 differ diff --git a/style/fa/fonts/fa-regular-400.eot b/style/fa/fonts/fa-regular-400.eot index 266e78d..c9b7734 100644 Binary files a/style/fa/fonts/fa-regular-400.eot and b/style/fa/fonts/fa-regular-400.eot differ diff --git a/style/fa/fonts/fa-regular-400.svg b/style/fa/fonts/fa-regular-400.svg index 3b1d27f..77aed93 100644 --- a/style/fa/fonts/fa-regular-400.svg +++ b/style/fa/fonts/fa-regular-400.svg @@ -1,8 +1,4 @@ - @@ -13,6 +9,15 @@ License - https://fontawesome.com/license (Commercial License) font-weight="400" font-style="Regular" /> + + + @@ -22,9 +27,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -46,6 +57,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -73,9 +87,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -223,18 +252,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + horiz-adv-x="512" d=" M332.73 269.63C328.88 273.51 322.62 273.53 318.75 269.69L231.39 183.03L193.51 221.22C189.67 225.1 183.4 225.12 179.53 221.28L156.13 198.07C152.25 194.22 152.23 187.96 156.07 184.09L224.12 115.49C227.97 111.61 234.23 111.59 238.1 115.43L355.88 232.26C359.76 236.11 359.78 242.37 355.94 246.24L332.73 269.63zM512 192C512 228.5 493.2 260.4 465.3 278.7C472.1 311.6 462.6 347.4 437 373C411.4 398.7 375.5 408.1 342.7 401.3C324.2 429.3 292.3 448 256 448S187.7 429.3 169.3 401.3C136.4 408.1 100.6 398.6 75 373C49.3 347.4 39.9 311.5 46.7 278.7C18.6 260.2 0 228.2 0 192C0 155.7 18.7 123.7 46.7 105.3C39.9 72.4 49.4 36.6 75 11C100.6 -14.7 136.2 -24.1 169.3 -17.3C187.8 -45.4 219.8 -64 256 -64C292.4 -64 324.3 -45.2 342.7 -17.3C375.8 -24.1 411.4 -14.6 437 11C462.7 36.6 472.1 72.5 465.3 105.3C493.4 123.8 512 155.8 512 192zM403.7 130.7C412.8 110.8 434 75.9 403 44.9C375 16.9 347.7 30.4 317.2 44.2C309.5 23.6 299.9 -16 256 -16C210.7 -16 201.3 26.8 194.8 44.2C173.7 34.6 139.9 14 108.9 45C76.9 77 100.5 113.9 108.2 130.8C87.6 138.5 48 148.1 48 192C48 237.3 90.8 246.7 108.3 253.3C99.2 273.2000000000001 78 308.1 109 339.1C141 371.1 177.9 347.5 194.8 339.8C202.5 360.4 212.1 400 256 400C301.3 400 310.7 357.2 317.2 339.6C337.1 348.7 372 369.9 403 338.9C435 306.9 411.4 270 403.7 253.1C424.3 245.4 463.9 235.8 463.9 191.9C463.9 146.6 421.1 137.2 403.7 130.7z" /> + + + @@ -244,6 +306,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -277,6 +345,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -303,28 +374,43 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M416 128H96V256H416V128zM560 304H48V80H560V144H592V240H560V304M560 352C586.51 352 608 330.51 608 304V288H616C629.255 288 640 277.255 640 264V120C640 106.745 629.255 96 616 96H608V80C608 53.49 586.51 32 560 32H48C21.49 32 0 53.49 0 80V304C0 330.51 21.49 352 48 352H560z" /> + horiz-adv-x="640" d=" M168 144C216.52 144 256 183.48 256 232S216.52 320 168 320S80 280.52 80 232S119.48 144 168 144zM168 272C190.06 272 208 254.06 208 232S190.06 192 168 192S128 209.94 128 232S145.94 272 168 272zM528 320H304C295.1600000000001 320 288 312.8400000000001 288 304V112H48V368C48 376.8400000000001 40.84 384 32 384H16C7.16 384 0 376.8400000000001 0 368V16C0 7.16 7.16 0 16 0H32C40.84 0 48 7.16 48 16V64H592V16C592 7.16 599.16 0 608 0H624C632.84 0 640 7.16 640 16V208C640 269.86 589.86 320 528 320zM592 112H336V272H528C563.29 272 592 243.29 592 208V112z" /> + + + horiz-adv-x="640" d=" M633.99 -23.02L36 444.49C29.1 450.01 19.03 448.9 13.51 442L3.51 429.51C-2.02 422.61 -0.9 412.54 6 407.02L604 -60.49C610.9 -66.01 620.96 -64.89 626.49 -58L636.49 -45.51C642.01 -38.61 640.9 -28.54 633.99 -23.02zM163.53 80C180.24 102.03 198.01 135.8 204.93 190.58L159.46 226.13C156.19 135.4 122.99 105.45 104.62 85.71C98.62 79.2600000000001 95.96 71.55 96.01 64.0000000000001C96.12 47.6000000000001 108.99 32.0000000000001 128.11 32.0000000000001H407.7700000000001L346.3700000000001 80.0000000000001H163.53zM320 352C381.86 352 432 301.86 432 240C432 239.8 431.94 239.62 431.94 239.42C431.96 222.58 433.1 207.65 434.73 193.69L494.26 147.15C485.95 169.28 479.92 198.64 479.92 240C479.92 317.7 425.44 379.9 351.98 395.16V416C351.98 433.67 337.6600000000001 448 320 448S288.02 433.67 288.02 416V395.16C262 389.75 238.57 378.2200000000001 218.89 362.44L257.06 332.6C275 344.82 296.65 352 320 352zM320 -64C355.32 -64 383.9700000000001 -35.35 383.9700000000001 0H256.03C256.03 -35.35 284.68 -64 320 -64z" /> + horiz-adv-x="448" d=" M439.39 85.71C420.07 106.47 383.92 137.7 383.92 240C383.92 317.7 329.44 379.9 255.98 395.16V416C255.98 433.67 241.66 448 224 448S192.02 433.67 192.02 416V395.16C118.56 379.9 64.08 317.7 64.08 240C64.08 137.7 27.93 106.47 8.61 85.71C2.61 79.2600000000001 -0.05 71.55 0 64.0000000000001C0.11 47.6000000000001 12.98 32.0000000000001 32.1 32.0000000000001H415.9000000000001C435.0200000000001 32.0000000000001 447.9000000000001 47.6000000000001 448.0000000000001 64.0000000000001C448.0500000000001 71.5500000000001 445.3900000000001 79.27 439.3900000000001 85.71zM67.53 80C88.75 107.97 111.95 154.33 112.06 239.42C112.06 239.62 112 239.8 112 240C112 301.86 162.14 352 224 352S336 301.86 336 240C336 239.8 335.94 239.62 335.94 239.42C336.05 154.32 359.25 107.96 380.4700000000001 80H67.53zM224 -64C259.32 -64 287.9700000000001 -35.35 287.9700000000001 0H160.03C160.03 -35.35 188.68 -64 224 -64z" /> + + + horiz-adv-x="512" d=" M511.67 60C508.21 189.77 450.61 210.16 448.0900000000001 303.98C447.61 321.63 433.8100000000001 336 416.1600000000001 336H416V384C416 401.67 401.67 416 384 416H304C286.33 416 272 401.67 272 384V336H240V384C240 401.67 225.67 416 208 416H128C110.33 416 96 401.67 96 384V336H95.84C78.19 336 64.39 321.62 63.91 303.98C61.39 210.16 3.79 189.77 0.33 60L0 16C0 -10.51 21.49 -32 48 -32H176C202.51 -32 224 -10.51 224 16V160H288V16C288 -10.51 309.49 -32 336 -32H464C490.51 -32 512 -10.51 512 16L511.67 60zM320 368H368V336H320V368zM144 368H192V336H144V368zM176 16L48 15.64L48.31 58.72C49.92 118.96 64.38 150.19 79.7 183.26C92.75 211.43 107.37 242.99 111.1 288H176V16zM224 208V288H288V208H224zM336 16V288H400.9C404.63 242.99 419.25 211.42 432.3 183.26C447.62 150.19 462.0799999999999 118.96 463.67 59.65L464 16H336z" /> + @@ -336,22 +422,52 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="384" d=" M292 204.467C330.106 223.094 350.232 259.7200000000001 350.232 301.779C350.232 350.005 324.216 386.81 288.68 402.674C266.471 412.827 242.357 416 209.995 416H28C21.373 416 16 410.627 16 404V380C16 373.373 21.373 368 28 368H62.142V16H28C21.373 16 16 10.627 16 4V-20C16 -26.627 21.373 -32 28 -32H218.244C242.992 -32 263.932 -30.731 285.508 -23.751C331.83 -7.887 368 36.533 368 95.547C368 153.798 334.025 194.649 292 204.4670000000001zM125.598 363.966H209.994C229.031 363.966 243.625 361.428 256.317 355.082C275.637 344.134 285.808 321.421 285.5 294.902C285.066 257.429 253.97 227.535 216.495 227.535H125.598V363.966zM260.759 26.38C248.703 21.303 233.473 20.034 220.782 20.034H125.598V175.501H225.859C272.8160000000001 175.501 303.275 145.043 303.275 98.72C303.275 65.088 286.776 37.168 260.759 26.38z" /> + horiz-adv-x="384" d=" M377.8 280.1C369.6 294.4 354.7 303 338.2 303H243.8L272.5 390.5C276.2 404.3 273.3 418.8 264.6 430.2C255.8 441.5 242.5 448 228.2 448H97.7C74.9 448 55.4 430.9 52.9 410.9L0.5 198.7C-1.4 184.9 2.7 171 11.8 160.5C20.9 150 34.1 144 48 144H146.1L111.2 -7.7C108 -21.4 111.1 -35.6 119.8 -46.6C128.5 -57.7 141.6 -63.9999999999999 155.7 -63.9999999999999C172 -63.9999999999999 187.2 -55.1999999999999 194.5 -42.3999999999999L377.7 234.3000000000001C386.1 248.6000000000001 386.1 265.8000000000001 377.8 280.1000000000001zM160.1 -9.4L206.4 192H47.5L97.7 400L225.3 400.9L177.5 255H334L160.1 -9.4z" /> + + + + + + horiz-adv-x="640" d=" M561.91 448C549.44 448 406.51 441.51 320 391.11C233.49 441.51 90.56 448 78.09 448C35.03 448 0 413.66 0 371.45V57.73C0 16.9999999999999 32.47 -16.57 73.92 -18.6800000000001C110.7 -20.5900000000001 202.73 -28.1800000000001 261.65 -57.3700000000001C269.84 -61.4200000000001 278.9 -63.6600000000001 287.99 -63.95V-64H352.01V-63.95C361.0999999999999 -63.66 370.1599999999999 -61.42 378.3499999999999 -57.37C437.2699999999999 -28.18 529.3 -20.59 566.0799999999999 -18.68C607.53 -16.57 640 17 640 57.73V371.45C640 413.66 604.97 448 561.91 448zM296 9.85C296 -1.24 285.04 -9.06 274.67 -5.11C210.14 19.4300000000001 120.71 26.96 76.36 29.27C60.46 30.0700000000001 48 42.5700000000001 48 57.73V371.45C48 387.19 61.5 400 78.06 400C97.99 399.9 204.61 392.19 276.5900000000001 359.51C288.2200000000001 354.23 295.86 342.85 295.87 330.07L296 224V9.85zM592 57.73C592 42.57 579.54 30.07 563.64 29.26C519.29 26.96 429.86 19.43 365.33 -5.12C354.96 -9.06 344 -1.25 344 9.84V224L344.14 330.08C344.16 342.86 351.79 354.23 363.42 359.52C435.4 392.19 542.02 399.9 561.94 400C578.5 400 592 387.19 592 371.45V57.73z" /> + + + + + @@ -361,6 +477,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -397,21 +516,27 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M464 320H384V368C384 394.51 362.51 416 336 416H176C149.49 416 128 394.51 128 368V320H48C21.49 320 0 298.51 0 272V16C0 -10.51 21.49 -32 48 -32H464C490.51 -32 512 -10.51 512 16V272C512 298.51 490.51 320 464 320zM176 368H336V320H176V368zM54 272H458C461.31 272 464 269.31 464 266V192H48V266C48 269.31 50.69 272 54 272zM458 16H54C50.69 16 48 18.69 48 22V144H192V120C192 106.75 202.75 96 216 96H296C309.25 96 320 106.75 320 120V144H464V22C464 18.69 461.31 16 458 16z" /> + horiz-adv-x="640" d=" M636.52 416.98L616.6 441.98C611.1 448.88 601.03 450.03 594.11 444.54L363.38 266.62L328.66 310.18C323.84 316.23 314.63 316.2000000000001 309.85 310.12L252.24 236.94C221.15 236.2 148.2599999999999 230.29 100.37 192.28C38.28 143.01 0 -63.31 0 -63.31C15.1 -63.97 212.37 -70.66 272.15 -23.21C319.86 14.66 342.15 84.18 349.94 114.42L434.28 153.94C441.3 157.23 443.41 166.22 438.57 172.29L403.23 216.63L633.96 394.5300000000001C640.88 400.0300000000001 642.02 410.0700000000001 636.52 416.98zM242.27 14.27C225.63 1.06 167.98 -14.24 59.47 -15.94C64.23 3.16 69.57 22.24 75.27 40.41L120.56 76.36C125.52 80.3 121.79 88.24 115.59 86.93L89.53 81.43C102.96 116.71 117.26 144.48 130.25 154.79C157.29 176.25 201.57 185.8300000000001 239.99 188.3200000000001L299.8 113.2900000000001C290.36 82.3500000000001 271.6600000000001 37.6000000000001 242.27 14.2700000000001zM330.3300000000001 158.15L290.5500000000001 208.06L314.7700000000001 238.83C317.1600000000001 241.87 321.7700000000001 241.88 324.1800000000001 238.86L367.9500000000001 183.95C370.3700000000001 180.92 369.3200000000001 176.42 365.8000000000002 174.78L330.3300000000002 158.15z" /> + @@ -420,19 +545,40 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="448" d=" M128 300V340C128 346.6 133.4 352 140 352H180C186.6 352 192 346.6 192 340V300C192 293.4 186.6 288 180 288H140C133.4 288 128 293.4 128 300zM268 288H308C314.6 288 320 293.4 320 300V340C320 346.6 314.6 352 308 352H268C261.4 352 256 346.6 256 340V300C256 293.4 261.4 288 268 288zM140 192H180C186.6 192 192 197.4 192 204V244C192 250.6 186.6 256 180 256H140C133.4 256 128 250.6 128 244V204C128 197.4 133.4 192 140 192zM268 192H308C314.6 192 320 197.4 320 204V244C320 250.6 314.6 256 308 256H268C261.4 256 256 250.6 256 244V204C256 197.4 261.4 192 268 192zM192 108V148C192 154.6 186.6 160 180 160H140C133.4 160 128 154.6 128 148V108C128 101.4 133.4 96 140 96H180C186.6 96 192 101.4 192 108zM268 96H308C314.6 96 320 101.4 320 108V148C320 154.6 314.6 160 308 160H268C261.4 160 256 154.6 256 148V108C256 101.4 261.4 96 268 96zM448 -28V-64H0V-28C0 -21.4 5.4 -16 12 -16H31.5V424C31.5 437.3 42.2 448 55.5 448H392.5C405.8 448 416.5 437.3 416.5 424V-16H436C442.6 -16 448 -21.4 448 -28zM79.5 -15H192V52C192 58.6 197.4 64 204 64H244C250.6 64 256 58.6 256 52V-15H368.5V399L80 400L79.5 -15z" /> + horiz-adv-x="576" d=" M544 263.12V415.99C544 424.74 537.02 448 512.01 448H512C504.88 448 497.81 445.62 492.02 440.98L406.99 372.95C364.28 338.81 310.6600000000001 320 256 320H64C28.65 320 0 291.35 0 256V160C0 124.65 28.65 96 64 96L63.52 64C63.52 24.23 72.78 -13.35 89.08 -46.94C94.27 -57.63 105.6 -64 117.48 -64H223.76C249.81 -64 265.45 -34.16 249.66 -13.44C233.26 8.08 223.51 34.92 223.51 64C223.51 75.11 225.13 85.79 227.92 96H256C310.66 96 364.28 77.19 406.98 43.05L492.01 -24.98A32.023 32.023 0 0 1 511.99 -32C536.91 -32 543.99 -9.22 543.99 0V152.87C563.04 163.96 575.99 184.36 575.99 207.99C576 231.63 563.05 252.03 544 263.12zM127.73 -16C116.97 9.45 111.52 36.31 111.52 64C111.52 78.22 113.24 89.34 114.12 96H179.03C176.94 85.3 175.51 74.59 175.51 64C175.51 35.78 182.09 8.6 194.72 -16H127.73zM240 144H64C55.18 144 48 151.18 48 160V256C48 264.82 55.18 272 64 272H240V144zM496 33.3L436.96 80.54C394.16 114.76 342.17 135.91 288 141.99V274.01C342.17 280.0900000000001 394.16 301.24 436.9700000000001 335.4700000000001L496 382.7V33.3z" /> + + + horiz-adv-x="496" d=" M248 344C163.98 344 96 276 96 192C96 107.98 164 40 248 40C332.02 40 400 108 400 192C400 276.02 332 344 248 344zM248 88C190.65 88 144 134.65 144 192S190.65 296 248 296S352 249.35 352 192S305.35 88 248 88zM248 440C111.03 440 0 328.9700000000001 0 192S111.03 -56 248 -56S496 55.03 496 192S384.9700000000001 440 248 440zM248 -8C137.72 -8 48 81.72 48 192S137.72 392 248 392S448 302.28 448 192S358.28 -8 248 -8zM248 248C217.12 248 192 222.88 192 192S217.12 136 248 136S304 161.12 304 192S278.88 248 248 248z" /> + + + horiz-adv-x="512" d=" M368 80C385.67 80 400 94.33 400 112S385.67 144 368 144S336 129.67 336 112S350.33 80 368 80zM144 80C161.67 80 176 94.33 176 112S161.67 144 144 144S112 129.67 112 112S126.33 80 144 80zM488 320H480V368C480 412.8 380.8 448 256 448S32 412.8 32 368V320H24C10.75 320 0 309.26 0 296V216C0 202.75 10.75 192 24 192H32V32C32 14.33 46.33 0 64 0V-32C64 -49.67 78.33 -64 96 -64H112C129.67 -64 144 -49.67 144 -32V0H368V-32C368 -49.67 382.33 -64 400 -64H416C433.67 -64 448 -49.67 448 -32V0C465.67 0 480 14.33 480 32V192H488C501.25 192 512 202.75 512 216V296C512 309.26 501.25 320 488 320zM432 48H80V176H432V48zM432 224H80V288H432V224zM432 336H80V362.57C94.18 376.4 156.69 400 256 400S417.82 376.4 432 362.57V336z" /> + + + + horiz-adv-x="448" d=" M400 448H48C22.4 448 0 425.6 0 400V-16C0 -41.6 22.4 -64 48 -64H400C425.6 -64 448 -41.6 448 -16V400C448 425.6 425.6 448 400 448zM400 -16H48V240H400V-16zM400 288H48V400H400V288zM108.8 128H147.2C153.6 128 160 134.4 160 140.8V179.2C160 185.6 153.6 192 147.2 192H108.8C102.4 192 96 185.6 96 179.2V140.8C96 134.4 102.4 128 108.8 128zM300.8 32H339.2C345.6 32 352 38.4 352 44.8V179.2C352 185.6 345.6 192 339.2 192H300.8C294.4000000000001 192 288 185.6 288 179.2V44.8C288 38.4 294.4 31.9999999999999 300.8 31.9999999999999zM108.8 32H147.2C153.6 32 160 38.4 160 44.8V83.2C160 89.6 153.6 96 147.2 96H108.8C102.4 96 96 89.6 96 83.2V44.8C96 38.4 102.4 32 108.8 32zM204.8 128H243.2C249.6 128 256 134.4 256 140.8V179.2C256 185.6 249.6 192 243.2 192H204.8C198.4 192 192 185.6 192 179.2V140.8C192 134.4 198.4 128 204.8 128zM204.8 32H243.2C249.6 32 256 38.4 256 44.8V83.2C256 89.6 249.6 96 243.2 96H204.8C198.4 96 192 89.6 192 83.2V44.8C192 38.4 198.4 32 204.8 32z" /> @@ -451,6 +597,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -466,12 +615,54 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + horiz-adv-x="512" d=" M499.99 255.99H447.7800000000001L416.42 333.87C404.24 364.16 374.86 384 342.2200000000001 384H169.78C137.14 384 107.76 364.16 95.57 333.88L64.21 256H12.01C4.2 256 -1.53 248.66 0.37 241.09L6.37 217.09A12.01 12.01 0 0 1 18.01 208H29.32C21.04 193.84 16 177.59 16 160.01V24C16 10.75 26.75 0 40 0H56C69.25 0 80 10.75 80 24V48H432V24C432 10.75 442.75 0 456 0H472C485.25 0 496 10.75 496 24V160C496 177.59 490.96 193.84 482.69 207.99H494C499.51 207.99 504.31 211.74 505.64 217.08L511.64 241.08C513.53 248.6600000000001 507.8 255.99 499.99 255.99zM140.1 315.95C145 328.13 156.65 336 169.78 336H342.2200000000001C355.35 336 367 328.13 371.9000000000001 315.95L396.0300000000001 256.01H115.97L140.1 315.95zM448 112C448 103.18 440.82 96 432 96H80C71.18 96 64 103.18 64 112V160C64 186.47 85.53 208 112 208H400C426.4700000000001 208 448 186.47 448 160V112zM128 184.01C108.8 184.01 96 171.25 96 152.1S108.8 120.19 128 120.19S176 117 176 136.1499999999999C176 155.2899999999999 147.2 184.0099999999999 128 184.0099999999999zM384 184.01C364.8 184.01 336 155.29 336 136.15C336 117 364.8 120.19 384 120.19S416 132.95 416 152.1C416 171.24 403.2 184.0100000000001 384 184.0100000000001z" /> @@ -514,30 +705,54 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="512" d=" M396.8 96H419.2C425.6 96 432 102.4 432 108.8V339.2C432 345.6 425.6 352 419.2 352H396.8C390.4000000000001 352 384 345.6 384 339.2V108.8C384 102.4 390.4 96 396.8 96zM204.8 96H227.2C233.6 96 240.0000000000001 102.4 240.0000000000001 108.8V307.2C240.0000000000001 313.6 233.6 320 227.2 320H204.8C198.4 320 192 313.6 192 307.2V108.8C192 102.4 198.4 95.9999999999999 204.8 95.9999999999999zM300.8 96H323.2C329.6 96 336 102.4 336 108.8V243.2C336 249.6 329.6 256 323.2 256H300.8C294.4000000000001 256 288 249.6 288 243.2V108.8C288 102.4 294.4 95.9999999999999 300.8 95.9999999999999zM496 48H48V368C48 376.8400000000001 40.84 384 32 384H16C7.16 384 0 376.8400000000001 0 368V32C0 14.33 14.33 0 32 0H496C504.84 0 512 7.16 512 16V32C512 40.84 504.84 48 496 48zM108.8 96H131.2C137.6 96 144 102.4 144 108.8V179.2000000000001C144 185.6 137.6 192.0000000000001 131.2 192.0000000000001H108.8C102.4 192.0000000000001 96 185.6000000000001 96 179.2000000000001V108.8000000000001C96 102.4000000000001 102.4 96.0000000000001 108.8 96.0000000000001z" /> + + horiz-adv-x="512" d=" M117.65 170.35C123.9 164.1 134.03 164.1 140.28 170.35L192 222.06L276.69 137.37C282.94 131.12 293.07 131.12 299.32 137.37L409.54 247.6L439.0300000000001 218.1C454.15 202.98 480 213.69 480 235.07V336C480 344.8400000000001 472.84 352 464 352H363.07C341.69 352 330.98 326.15 346.1 311.03L375.6 281.54L288 193.94L203.31 278.63C197.06 284.88 186.93 284.88 180.68 278.63L106.34 204.29C100.09 198.04 100.09 187.91 106.34 181.66L117.65 170.35zM496 48H48V368C48 376.8400000000001 40.84 384 32 384H16C7.16 384 0 376.8400000000001 0 368V32C0 14.33 14.33 0 32 0H496C504.84 0 512 7.16 512 16V32C512 40.84 504.84 48 496 48z" /> + + horiz-adv-x="544" d=" M511.96 224.8C503.72 344.26 408.26 439.7200000000001 288.8 447.96C288.45 447.99 288.1 448 287.76 448C279.11 448 272 440.56 272 431.77V208H495.77C504.91 208 512.59 215.68 511.96 224.8zM320 256V394.49C387.56 377.05 441.05 323.56 458.49 256H320zM224 160V397.28C224 406.11 216.82 413.49 208.26 413.49C207.56 413.49 206.86 413.44 206.15 413.3400000000001C86.99 396.51 -4.1 292.4 0.14 167.63C4.47 40.47 113.18 -64 240.12 -64C241.1 -64 242.05 -63.99 243.03 -63.98C293.43 -63.35 340 -47.11 378.29 -19.95C386.19 -14.35 386.71 -2.72 379.86 4.1299999999999L224 160zM242.44 -15.99L240.13 -16C139.47 -16 51.54 68.84 48.12 169.26C45.21 254.66 98.27 329.63 176 356.86V140.12L190.06 126.06L316.28 -0.16C293.12 -10.26 268.12 -15.66 242.44 -15.99zM527.79 160H290.5L448.53 1.97C451.7 -1.2 455.94 -2.84 460.15 -2.84C463.97 -2.84 467.77 -1.49 470.72 1.29C509.42 37.75 536.04 86.9 543.8499999999999 142.15C545.1899999999999 151.61 537.3399999999999 160.0000000000001 527.79 160.0000000000001z" /> + @@ -652,12 +867,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -676,6 +903,48 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + @@ -685,9 +954,21 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -700,9 +981,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -718,6 +1005,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -751,6 +1041,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -781,18 +1074,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="496" d=" M347.94 318.14L203.6 252.17A31.938 31.938 0 0 1 187.83 236.4L121.86 92.06C114.25 75.41 131.4 58.2499999999999 148.06 65.86L292.4 131.8299999999999A31.938 31.938 0 0 1 308.17 147.5999999999999L374.14 291.94C381.75 308.5999999999999 364.6 325.7499999999999 347.94 318.1399999999999zM270.58 169.42C258.11 156.9499999999999 237.89 156.9499999999999 225.42 169.42C212.95 181.89 212.95 202.11 225.42 214.58C237.89 227.05 258.11 227.05 270.58 214.58C283.05 202.11 283.05 181.89 270.58 169.42zM248 440C111.03 440 0 328.9700000000001 0 192S111.03 -56 248 -56S496 55.03 496 192S384.9700000000001 440 248 440zM248 -8C137.72 -8 48 81.72 48 192S137.72 392 248 392S448 302.28 448 192S358.28 -8 248 -8z" /> @@ -802,6 +1104,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -811,15 +1116,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -832,9 +1149,15 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M496 96H416V306.75L507.31 398.06C513.56 404.31 513.56 414.44 507.31 420.69L484.69 443.31C478.44 449.56 468.31 449.56 462.06 443.31L370.75 352H192V288H306.75L160 141.25V432C160 440.84 152.84 448 144 448H112C103.16 448 96 440.84 96 432V352H16C7.16 352 0 344.8400000000001 0 336V304C0 295.16 7.16 288 16 288H96V64C96 46.33 110.33 32 128 32H320V96H205.25L352 242.75V-48C352 -56.84 359.1600000000001 -64 368 -64H400C408.84 -64 416 -56.84 416 -48V32H496C504.84 32 512 39.16 512 48V80C512 88.84 504.84 96 496 96z" /> + @@ -855,25 +1178,55 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M540.5 248.3C529.7 289.5 492.6 320 448 320H288V336C288 362.5 309.5 384 336 384H464C472.8 384 480 391.2 480 400V432C480 440.8 472.8 448 464 448H336C274.1 448 224 397.9 224 336V320H192C147.4 320 110.3 289.5 99.5 248.3C41.9 229.4 0 175.9 0 112V80C0 0.5 64.5 -64 144 -64H496C575.5 -64 640 0.5 640 80V112C640 175.9 598.1 229.4 540.5 248.3zM144 208H496C548.9 208 592 164.9 592 112H48C48 164.9 91.1 208 144 208zM496 -16H144C91.1 -16 48 27.1 48 80H592C592 27.1 548.9 -16 496 -16z" /> + horiz-adv-x="448" d=" M263.39 192L445.6600000000001 374.63C448.7800000000001 377.75 448.7800000000001 382.82 445.6600000000001 385.94C426.92 404.68 396.5200000000001 404.68 377.7800000000001 385.94L223.82 231.65L180.72 274.8300000000001C187.92 288.29 192 303.67 192 320C192 373.02 149.02 416 96 416S0 373.02 0 320S42.98 224 96 224C112.31 224 127.66 228.07 141.11 235.24L184.26 192L141.11 148.76C127.66 155.93 112.31 160 96 160C42.98 160 0 117.02 0 64S42.98 -32 96 -32S192 10.98 192 64C192 80.33 187.92 95.71 180.72 109.17L223.82 152.35L377.77 -1.9399999999999C396.51 -20.6799999999999 426.91 -20.6799999999999 445.65 -1.9399999999999C448.77 1.1800000000001 448.77 6.2500000000001 445.65 9.3700000000001L263.39 192zM96 272C69.53 272 48 293.53 48 320S69.53 368 96 368S144 346.4700000000001 144 320S122.47 272 96 272zM96 16C69.53 16 48 37.53 48 64S69.53 112 96 112S144 90.47 144 64S122.47 16 96 16z" /> + + + + + + + + + + @@ -895,12 +1248,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + @@ -937,15 +1311,60 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + @@ -958,6 +1377,18 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -1023,7 +1454,10 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="576" d=" M576 433.6L575.826 270.4C575.826 262.447 569.379 256 561.426 256H528.12C520.053 256 513.5600000000001 262.626 513.723 270.6910000000001L516.4399999999999 344.318L514.3779999999999 346.38L235.515 67.515C230.8289999999999 62.829 223.231 62.829 218.5439999999999 67.515L195.5149999999999 90.544C190.8289999999999 95.23 190.8289999999999 102.828 195.5149999999999 107.515L474.379 386.379L472.317 388.441L398.6910000000001 385.724C390.626 385.56 384 392.054 384 400.121V433.426C384 441.379 390.447 447.826 398.4 447.826L561.6 448C569.553 448 576 441.553 576 433.6zM427.515 214.26L403.515 190.26A12.002 12.002 0 0 1 400 181.775V-10A6 6 0 0 0 394 -16H54A6 6 0 0 0 48 -10V330A6 6 0 0 0 54 336H355.976C366.667 336 372.021 348.926 364.461 356.485L340.461 380.485A12.002 12.002 0 0 1 331.976 384H48C21.49 384 0 362.51 0 336V-16C0 -42.51 21.49 -64 48 -64H400C426.51 -64 448 -42.51 448 -16V205.775C448 216.466 435.074 221.82 427.515 214.26z" /> + horiz-adv-x="512" d=" M483.89 419.86L483.87 419.88L483.84 419.9100000000001C446.37 457.38 385.5800000000001 457.37 348.12 419.88L271.03 342.79L257.93 355.89C248.49 365.33 233.28 365.2 223.99 355.89L160.39 292.29C151.02 282.92 151.02 267.7200000000001 160.39 258.35L177.37 241.37L50.75 114.75C38.75 102.75 32 86.47 32 69.49V24L0 -32L32 -64L88 -32H133.49C150.46 -32 166.74 -25.26 178.74 -13.26L305.38 113.36L322.34 96.4C331.78 86.96 346.99 87.09 356.28 96.4L419.88 160.0000000000001C429.25 169.3700000000001 429.25 184.5700000000001 419.88 193.9400000000001L406.78 207.0400000000001L483.87 284.1300000000001C521.37 321.6 521.37 382.3800000000001 483.89 419.86zM144.8 20.68A15.891999999999998 15.891999999999998 0 0 0 133.49 16H80V69.49C80 73.76 81.66 77.78 84.69 80.8L211.32 207.42L271.44 147.3L144.8 20.68zM449.94 318.06L372.85 240.97L338.9100000000001 207.03L368.98 176.97L339.32 147.31L211.32 275.31L240.98 304.9600000000001L271.04 274.89L382.08 385.95C391.13 395.01 403.18 400 415.99 400C428.81 400 440.85 395.02 449.9 385.96L449.94 385.92C459.01 376.86 464 364.81 464 351.99C464 339.18 459 327.13 449.94 318.06z" /> + @@ -1038,10 +1472,13 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M500 384H476C469.4 384 464 378.6 464 372V213.7C462.9 214.9 461.8 216.1 460.5 217.1L276.5 376.6C255.9 393.7 224 379.4 224 352V228L52.5 376.6C31.9 393.7 0 379.4 0 352V32C0 4.6 31.9 -9.8 52.5 7.4L224 157V32C224 4.6 255.9 -9.8 276.5 7.4L460.5 167.9C461.8 169 462.9 170.1 464 171.3V12C464 5.4 469.4 0 476 0H500C506.6 0 512 5.4 512 12V372C512 378.6 506.6 384 500 384zM48 67.2V316.9L191.6 192.5L48 67.2zM272 67.2V316.9L415.6 192.5L272 67.2z" /> + horiz-adv-x="512" d=" M480 311.12V341.49C480 358.4600000000001 473.26 374.74 461.26 386.75L418.75 429.26A64.037 64.037 0 0 1 373.49 448H174.48C157.64 448 144 433.67 144 416V311.12C134.55 316.62 123.72 320 112 320H64C28.65 320 0 291.35 0 256V0C0 -35.35 28.65 -64 64 -64H112C127.22 -64 141.01 -58.46 152 -49.59C162.99 -58.46 176.78 -64 192 -64H448C483.35 -64 512 -35.35 512 0V256C512 279.63 499.05 300.04 480 311.12zM128 0C128 -8.82 120.82 -16 112 -16H64C55.18 -16 48 -8.82 48 0V256C48 264.82 55.18 272 64 272H112C120.82 272 128 264.82 128 256V0zM192 400H368V352C368 343.16 375.1600000000001 336 384 336H432V256H192V400zM464 0C464 -8.82 456.82 -16 448 -16H192C183.18 -16 176 -8.82 176 0V208H464V0zM352 112H384C392.84 112 400 119.16 400 128V160C400 168.84 392.84 176 384 176H352C343.1600000000001 176 336 168.84 336 160V128C336 119.16 343.1600000000001 112 352 112zM256 16H288C296.84 16 304 23.16 304 32V64C304 72.84 296.84 80 288 80H256C247.16 80 240 72.84 240 64V32C240 23.16 247.16 16 256 16zM256 112H288C296.84 112 304 119.16 304 128V160C304 168.84 296.84 176 288 176H256C247.16 176 240 168.84 240 160V128C240 119.16 247.16 112 256 112zM352 16H384C392.84 16 400 23.16 400 32V64C400 72.84 392.84 80 384 80H352C343.1600000000001 80 336 72.84 336 64V32C336 23.16 343.1600000000001 16 352 16z" /> + + horiz-adv-x="512" d=" M467.1 403.1C438.24 431.96 401.59 448 361.59 448C314.89 448 263.61 426.15 214.81 377.3400000000001L129.06 291.58C54 216.53 56.69 95.08 72.69 42.63L7.03 -23.03C-2.34 -32.4 -2.34 -47.6 7.03 -56.97C16.4 -66.3399999999999 31.6 -66.3399999999999 40.97 -56.97L106.57 8.63C124.01 3.33 149 -0.52 177.45 -0.52C234.64 -0.52 305.49 14.96 355.58 65.05L441.34 150.8C531.9499999999999 241.42 529.66 340.55 467.1 403.1zM147.37 49.43L193.94 96H318.06C273.44 54.17 211.19 47.54 177.45 47.54C166.04 47.53 156.16 48.35 147.37 49.43zM350.58 128H225.94L289.94 192H413.75C411.52 189.6 409.74 187.17 407.36 184.79L350.58 128zM438.89 224H321.94L344.45 246.51C353.82 255.88 353.82 271.08 344.45 280.45C335.08 289.82 319.88 289.82 310.51 280.45L113.51 83.45C108.24 129.42 113.22 207.79 163.03 257.6C163.03 257.6 181.74 276.31 248.78 343.36C285.8 380.38 324.81 399.94 361.58 399.94C388.21 399.94 412.95 389.28 433.11 369.12C472.28 329.9600000000001 473.13 276.87 438.89 224z" /> @@ -1060,12 +1497,30 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1075,9 +1530,21 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -1096,9 +1563,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1108,6 +1590,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1117,30 +1605,75 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + horiz-adv-x="512" d=" M464 320H272L217.37 374.63C211.37 380.63 203.23 384 194.74 384H48C21.49 384 0 362.51 0 336V48C0 21.49 21.49 0 48 0H464C490.51 0 512 21.49 512 48V272C512 298.51 490.51 320 464 320zM464 48H48V336H188.12L242.75 281.37C248.75 275.37 256.89 272 265.38 272H464V48z" /> + @@ -1162,15 +1695,27 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM248 -8C137.7 -8 48 81.7 48 192S137.7 392 248 392S448 302.3 448 192S358.3 -8 248 -8zM168 208C185.7 208 200 222.3 200 240S185.7 272 168 272S136 257.7 136 240S150.3 208 168 208zM328 272C310.3 272 296 257.7 296 240S310.3 208 328 208S360 222.3 360 240S345.7 272 328 272zM248 144C207.8 144 170 126.3 144.2 95.4C135.7 85.2 137.1 70.1 147.3 61.6C157.5 53.2 172.6 54.4999999999999 181.1 64.7C197.7 84.6 222.1 96.1 248 96.1S298.3 84.7 314.9 64.7C323 55 338 52.8 348.7 61.6C358.9 70.1 360.2 85.2 351.8 95.4C326 126.3 288.2 144 248 144z" /> + + + @@ -1183,15 +1728,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="512" d=" M502.05 390.4C523.3 411.66 508.25 448 478.2 448H33.8C3.75 448 -11.3 411.66 9.95 390.4L232 168.36V-15H168C145.91 -15 128 -32.91 128 -55C128 -59.42 131.58 -63 136 -63H376C380.42 -63 384 -59.42 384 -55C384 -32.91 366.09 -15 344 -15H280V168.36L502.05 390.4zM256 212.24L68.23 400H443.76L256 212.24z" /> + + + + + @@ -1201,15 +1770,66 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="640" d=" M606.72 300.0900000000001L348.7200000000001 379.66C329.9100000000001 385.44 310.1 385.44 291.2800000000001 379.66L33.28 300.0900000000001C13.38 293.95 0 276.23 0 255.98S13.38 218.01 33.28 211.87L55.92 204.89C53.46 199.7 51.52 194.27 50.22 188.5800000000001C39.53 183.4 32 172.67 32 159.99C32 149.21 37.68 140.14 45.86 134.34L20.33 19.47C18.11 9.48 25.71 0 35.95 0H92.06C102.3 0 109.9 9.48 107.68 19.47L82.14 134.34C90.31 140.14 96 149.21 96 159.99C96 170.59 90.51 179.53 82.57 185.35C83.7 188.9 85.53 192.02 87.42 195.18L142.29 178.26L128 64C128 28.66 213.96 0 320 0S512 28.65 512 64L497.72 178.26L606.72 211.88C626.63 218.02 640 235.74 640 255.99S626.62 293.9500000000001 606.72 300.0900000000001zM462.44 73.53C402.74 39.33 236.54 39.75 177.57 73.53L188.87 163.89L291.29 132.3C302.44 128.87 323.5300000000001 124.53 348.73 132.3L451.15 163.89L462.4400000000001 73.53zM334.59 178.18C325.15 175.27 314.84 175.27 305.4 178.18L154.62 224.7L322.93 256.26C331.62 257.88 337.3400000000001 266.24 335.71 274.93C334.09 283.65 325.62 289.29 317.05 287.69L113.27 249.49C106.63 248.25 100.47 245.95 94.56 243.22L53.19 256L305.41 333.79C314.85 336.7 325.16 336.7 334.6 333.79L586.8199999999999 255.9700000000001L334.5899999999999 178.18z" /> + + + + + + + + + + + + + + + + @@ -1222,6 +1842,15 @@ License - https://fontawesome.com/license (Commercial License) + + + @@ -1231,6 +1860,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1297,21 +1929,48 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + @@ -1324,12 +1983,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1342,6 +2016,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1351,6 +2031,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1363,6 +2049,21 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1411,6 +2112,15 @@ License - https://fontawesome.com/license (Commercial License) + + + @@ -1419,28 +2129,106 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="256" d=" M89.42 368H129.904L62.006 16H16.763A12 12 0 0 1 4.992 6.334L0.233 -17.666C-1.238 -25.086 4.439 -32 12.004 -32H161.82A12 12 0 0 1 173.591 -22.334L178.35 1.666C179.821 9.086 174.144 16 166.579 16H125.461L193.36 368H239.237A12 12 0 0 1 251.0080000000001 377.666L255.7670000000001 401.666C257.238 409.086 251.56 416 243.996 416H94.179A12 12 0 0 1 82.408 406.334L77.649 382.334C76.178 374.914 81.856 368 89.42 368z" /> + horiz-adv-x="576" d=" M494.59 343.7200000000001C455.6 380.85 396.8 385.93 352 359V412.19C352 418.25 348.58 423.79 343.1600000000001 426.5L303.56 446.3C295.19 450.49 285.02 446.62 281.55 437.93L254.85 371.19C244.61 368.2000000000001 234.83 363.82 226.0000000000001 357.9600000000001C180.97 386.23 120.97 381.38 81.41 343.7100000000001C28.91 293.7200000000001 0 227.06 0 156S28.91 18.28 81.41 -31.73C119.07 -67.53 177.03 -74.26 222.5 -48.03C224.66 -46.8 227.41 -46.95 229.91 -48.42C247.06 -58.75 266.62 -64 288 -64S328.94 -58.75 346.0900000000001 -48.42C348.62 -46.95 351.37 -46.8 353.5000000000001 -48.03C398.9400000000001 -74.26 456.9100000000001 -67.5500000000001 494.59 -31.72C547.09 18.28 576 84.94 576 156S547.09 293.7200000000001 494.59 343.7200000000001zM461.47 3.05C439.19 -18.22 404.59 -22.1100000000001 377.5 -6.47C360.2200000000001 3.53 338.69 3.1199999999999 321.3400000000001 -7.3C301.9000000000001 -19.02 274.0900000000001 -19.02 254.6500000000001 -7.3C237.2400000000001 3.18 215.71 3.51 198.4900000000001 -6.47C171.3300000000001 -22.11 136.8000000000001 -18.22 114.5200000000001 3.03C71.62 43.89 48 98.2 48 156S71.62 268.11 114.53 308.9700000000001C127.72 321.53 145.25 327.8400000000001 162.81 327.8400000000001C179.93 327.8400000000001 197.06 321.86 210.25 309.87L226.84 294.78L243.03 310.31C267.78 334.12 308.2200000000001 334.12 332.9700000000001 310.31L349.1600000000001 294.78L365.75 309.87C392.4700000000001 334.12 435.44 333.76 461.47 308.9600000000001C504.38 268.11 528 213.8 528 156S504.38 43.89 461.47 3.05zM249.15 176C252 176 254.01 177.11 255.15 179.33S256.29 183.77 255.15 186L214 252.67C212.29 254.9 210.14 256 207.57 256S203.14 254.89 202 252.67L160.85 186C159.71 183.77 159.71 181.56 160.85 179.33S164 176 166.85 176H249.15zM409.15 176C412 176 414.01 177.11 415.15 179.33S416.29 183.77 415.15 186L374 252.67C372.29 254.9 370.14 256 367.57 256S363.14 254.89 362 252.67L320.85 186C319.7100000000001 183.77 319.7100000000001 181.56 320.85 179.33S324 176 326.85 176H409.1500000000001zM446.55 157.73C400.73 130.68 346.39 114.94 288.01 114.94H287.99V100.68C287.99 91.84 280.83 84.68 271.99 84.68H255.99C247.15 84.68 239.99 91.84 239.99 100.68V118.86C199.91 124.96 162.46 138.26 129.52 157.7000000000001C116.84 165.1800000000001 101.41 152.9200000000001 106.28 139.03C112.3 121.8800000000001 119.2 110.16 125.32 101.5700000000001C134.53 88.85 146.36 78.14 160.07 69.0600000000001C160.28 77.71 167.29 84.6900000000001 175.99 84.6900000000001H191.99C200.83 84.6900000000001 207.99 77.53 207.99 68.6900000000001V47.2C231.44 40.34 258.1600000000001 36.6900000000001 288.01 36.6900000000001C317.84 36.6900000000001 344.53 40.33 367.99 47.21V68.6900000000001C367.99 77.53 375.1500000000001 84.6900000000001 383.99 84.6900000000001H399.99C408.67 84.6900000000001 415.6500000000001 77.7600000000001 415.9000000000001 69.14C429.7500000000001 78.33 441.7100000000001 89.1800000000001 451.09 102.1300000000001C457.04 110.4800000000001 463.84 122.0600000000001 469.79 139.09C474.65 152.97 459.22 165.21 446.55 157.73z" /> + + + + + + + + + + + + + + + + + + horiz-adv-x="640" d=" M624 96H576V384C576 419.2 547.2 448 512 448H128C92.8 448 64 419.2 64 384V96H16C7.2 96 0 88.8 0 80V32C0 -20.8 43.2 -64 96 -64H544C596.8 -64 640 -20.8 640 32V80C640 88.8 632.8 96 624 96zM112 384C112 392.67 119.33 400 128 400H512C520.67 400 528 392.67 528 384V96H112V384zM592 32C592 5.53 570.47 -16 544 -16H96C69.53 -16 48 5.53 48 32V48H228.9C234.47 38.61 244.28 32 256 32H384C395.7200000000001 32 405.52 38.61 411.1 48H592V32z" /> + + + + + + + + + @@ -1468,12 +2256,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + horiz-adv-x="352" d=" M176 368C123.06 368 80 324.94 80 272C80 263.16 87.16 256 96 256S112 263.16 112 272C112 307.3 140.72 336 176 336C184.84 336 192 343.16 192 352S184.84 368 176 368zM96.06 -11.17C96.06 -14.32 96.99 -17.39 98.74 -20.01L123.25 -56.85C126.22 -61.31 131.22 -63.99 136.57 -63.99H215.42C220.78 -63.99 225.7800000000001 -61.31 228.74 -56.85L253.25 -20.01C254.99 -17.39 255.92 -14.31 255.93 -11.17L255.98 32.01H96.02L96.06 -11.17zM176 448C73.72 448 0 365.03 0 272C0 227.63 16.45 187.15 43.56 156.22C60.2 137.23 86.3 97.42 95.98 64.0600000000001V64.0000000000001H143.98V64.1200000000001C143.97 68.89 143.26 73.6300000000001 141.83 78.1900000000001C136.24 96.0000000000001 119.01 142.96 79.66 187.8600000000001C59.12 211.2900000000001 48.14 241.0100000000001 48.05 272.0000000000001C47.85 345.6400000000001 107.72 400.0000000000001 176 400.0000000000001C246.58 400.0000000000001 304 342.5800000000001 304 272.0000000000001C304 241.0300000000001 292.76 211.1500000000001 272.35 187.8600000000001C233.24 143.2500000000001 215.93 96.3900000000001 210.25 78.4000000000001A47.507 47.507 0 0 1 208.03 64.1000000000001V64.0000000000001H256.0300000000001V64.0500000000001C265.7100000000001 97.4200000000001 291.8100000000001 137.2300000000001 308.4500000000001 156.21C335.55 187.15 352 227.63 352 272C352 369.2 273.2 448 176 448z" /> + @@ -1491,7 +2294,16 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M500 324H140C133.373 324 128 329.373 128 336V368C128 374.627 133.373 380 140 380H500C506.627 380 512 374.627 512 368V336C512 329.373 506.627 324 500 324zM512 176V208C512 214.627 506.627 220 500 220H140C133.373 220 128 214.627 128 208V176C128 169.373 133.373 164 140 164H500C506.627 164 512 169.373 512 176zM512 16V48C512 54.627 506.627 60 500 60H140C133.373 60 128 54.627 128 48V16C128 9.373 133.373 4 140 4H500C506.627 4 512 9.373 512 16zM92 320V384C92 390.627 86.627 396 80 396H16C9.373 396 4 390.627 4 384V320C4 313.373 9.373 308 16 308H80C86.627 308 92 313.373 92 320zM92 160V224C92 230.627 86.627 236 80 236H16C9.373 236 4 230.627 4 224V160C4 153.373 9.373 148 16 148H80C86.627 148 92 153.373 92 160zM92 0V64C92 70.627 86.627 76 80 76H16C9.373 76 4 70.627 4 64V0C4 -6.627 9.373 -12 16 -12H80C86.627 -12 92 -6.627 92 0z" /> + horiz-adv-x="512" d=" M461.9 448C456.17 448 450.31 446.9 444.51 444.48L28.74 252.59C-19.23 230.2 -3.24 159.84 47.93 159.84H223.84V-16.0699999999999C223.84 -46.0799999999999 248.05 -63.9999999999999 272.58 -63.9999999999999C289.88 -63.9999999999999 307.33 -55.1 316.59 -35.2599999999999L508.49 380.5200000000001C522.06 413.11 494.14 448 461.9 448zM271.81 -16.07V207.81H223.84L48.36 207.1C48.09 207.47 47.89 208.45 48.84 209.03L462.05 399.74C462.66 399.33 463.33 398.67 463.74 398.06L271.81 -16.07z" /> + + + @@ -1537,30 +2349,84 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="512" d=" M497.94 371.7200000000001L435.7200000000001 433.94C426.34 443.31 414.06 448 401.78 448C389.49 448 377.21 443.31 367.84 433.94L14.06 80.16C-4.69 61.41 -4.69 31.02 14.06 12.28L76.28 -49.9399999999999C85.65 -59.3099999999999 97.94 -63.9999999999999 110.22 -63.9999999999999C122.5 -63.9999999999999 134.79 -59.3099999999999 144.16 -49.9399999999999L497.9299999999999 303.8400000000001C516.6899999999999 322.5800000000001 516.6899999999999 352.9700000000001 497.9399999999999 371.7200000000001zM110.23 -16L48 46.22L271.9 270.1500000000001L334.14 207.91L110.23 -16zM368.0800000000001 241.86L305.8400000000001 304.1L401.73 400H401.7800000000001L464 337.78L368.08 241.86zM432 160L405.34 106.67L352 80L405.3400000000001 53.33L432 0L458.66 53.33L512 80L458.66 106.67L432 160zM224 352L240 384L272 400L240 416L224 448L208 416L176 400L208 384L224 352zM80 288L106.66 341.33L160 368L106.66 394.67L80 448L53.34 394.67L0 368L53.34 341.33L80 288z" /> + + + + + + + + + + + + + + + horiz-adv-x="288" d=" M144 448C64.47 448 0 383.53 0 304C0 232.69 51.96 173.9 120 162.42V-35.22L136.51 -59.99C140.07 -65.33 147.92 -65.33 151.49 -59.99L168 -35.22V162.42C236.04 173.9 288 232.69 288 304C288 383.53 223.53 448 144 448zM144 208C91.06 208 48 251.07 48 304C48 356.94 91.06 400 144 400S240 356.94 240 304C240 251.07 196.94 208 144 208zM144 368C108.72 368 80 339.3 80 304C80 295.16 87.16 288 96 288S112 295.16 112 304C112 321.64 126.34 336 144 336C152.84 336 160 343.16 160 352S152.84 368 144 368z" /> + horiz-adv-x="512" d=" M441.37 256C449.86 256 457.99 260.2100000000001 464 267.7200000000001L507.31 321.86C513.56 329.67 513.56 342.33 507.31 350.15L464 404.29C458 411.79 449.86 416 441.37 416H280V432C280 440.84 272.84 448 264 448H248C239.16 448 232 440.84 232 432V416H56C42.75 416 32 402.57 32 386V286C32 269.43 42.75 256 56 256H232V224H70.63C62.14 224 54 219.79 48 212.29L4.69 158.14C-1.56 150.33 -1.56 137.67 4.69 129.85L48 75.72C54 68.22 62.14 64 70.63 64H232V-48C232 -56.84 239.16 -64 248 -64H264C272.84 -64 280 -56.84 280 -48V64H456C469.25 64 480 77.43 480 94V194C480 210.57 469.25 224 456 224H280V256H441.37zM432 112H80.44L54.84 144L80.44 176H432V112zM80 368H431.56L457.16 336L431.56 304H80V368z" /> + horiz-adv-x="576" d=" M560.02 416C558.06 416 556.04 415.63 554.06 414.8400000000001L384.01 352H384L212 412.7200000000001A64.252 64.252 0 0 1 191.76 416C185.07 416 178.39 414.95 171.95 412.86L20.12 360.05A32.006 32.006 0 0 1 0 330.3400000000001V-15.98C0 -25.17 7.53 -32 15.99 -32C17.95 -32 19.96 -31.63 21.95 -30.84L192 32L364 -28.71A63.97999999999999 63.97999999999999 0 0 1 404.05 -28.86L555.88 23.95A31.996 31.996 0 0 1 576 53.66V399.98C576 409.17 568.47 416 560.02 416zM224 357.58L352 312.39V26.42L224 71.61V357.58zM48 29.95V318.93L176 363.4600000000001V77.26L175.36 77.03L48 29.95zM528 65.08L400 20.55V306.74L400.64 306.98L528 354.05V65.08z" /> + @@ -1576,18 +2442,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + @@ -1603,6 +2490,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1648,18 +2541,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + horiz-adv-x="512" d=" M511.99 80.08V415.99C511.99 434.26 497.03 448 480.06 448C476.88 448 473.63 447.52 470.39 446.49L166.39 350.49C153.1 346.29 144 334 144 320V84.9C129.83 91.77 113.58 96 96 96C42.98 96 0 60.18 0 16S42.98 -64 96 -64C145.36 -64 185.55 -32.84 190.92 7.1C191.57 9.81 191.94 12.68 191.96 15.73C191.96 15.82 191.99 15.91 191.99 16V192L463.99 277.9V148.91C449.83 155.77 433.57 160 416 160C362.98 160 320 124.18 320 80S362.98 0 416 0C465.37 0 505.56 31.18 510.93 71.13C511.55 73.72 511.88 76.46 511.93 79.35C511.93 79.5700000000001 512.01 79.78 512.01 80C512 80.03 511.99 80.05 511.99 80.08zM96 -16C67.71 -16 48 0.87 48 16C48 31.14 67.71 48 96 48S144 31.14 144 16S124.29 -16 96 -16zM463.99 328.23L192 242.34V308.24L463.99 394.13V328.23zM464 79.99C463.99 64.86 444.28 48 416 48C387.71 48 368 64.87 368 80C368 95.14 387.71 112 416 112C444.28 112 463.99 95.15 464 80.01V79.99z" /> + + @@ -1681,12 +2607,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + horiz-adv-x="512" d=" M455.59 448C439.78 448 424.97 441.01 413.66 430.85C195.73 236.18 169.77 231.5 179.98 166.01C138.46 161.05 101.39 141.96 79.66 84.69C76.98 77.61 70.54 73.31 63.02 73.31C50.35 73.31 11.17 104.87 0 112.5C0 18.55 43.26 -64 146 -64C263.18 -64 298.7200000000001 23.75 291.06 81.89C347.96 88.9 388.2100000000001 144.4 497.51 348.38C505.2 363.35 512 379.52 512 396.3400000000001C512 426.48 484.89 448 455.59 448zM222.08 15.11C205.84 -3.41 180.24 -12.8 146 -12.8C110.03 -12.8 87.4 2.13 73.32 22.85C97.88 26.45 118.55 42.8099999999999 127.53 66.52C141.32 102.85 160.14 112.07 186.05 115.17L202.48 117.13L238.54 88.62L240.3100000000001 75.2099999999999C242.38 59.4399999999999 238.85 34.2399999999999 222.0800000000001 15.1099999999999zM284.8 132.71L267.93 130.6300000000001L233 158.25L230.56 173.89C224.3 214.08 444.24 403.2 456.12 393.43C468.24 383.45 334.85 138.87 284.8 132.71z" /> + @@ -1708,9 +2655,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1720,21 +2682,45 @@ License - https://fontawesome.com/license (Commercial License) + + + horiz-adv-x="512" d=" M74.84 161.27C103.96 168.23 119.13 201.96 108.72 236.61C99.6 267 73.83 288 47.98 288C44.36 288 40.74 287.5900000000001 37.17 286.73C8.05 279.77 -7.12 246.04 3.28 211.39C12.41 181 38.18 160 64.02 160C67.64 160 71.26 160.41 74.84 161.27zM41.59 222.9C38.71 232.49 40.21 240.27 42.56 244.37C44.25 247.3 45.86 247.69 46.47 247.83C46.95 247.9400000000001 47.44 248 47.98 248C54.5 248 65.93 240.04 70.41 225.11C73.29 215.52 71.79 207.73 69.44 203.64C67.75 200.71 66.14 200.32 64.02 200.01C57.5 200 46.08 207.96 41.59 222.9zM318.5600000000001 257.39C322.1100000000001 256.4600000000001 325.7100000000001 256.01 329.3200000000001 256.01C357.1600000000001 256.01 385.5400000000001 282.8300000000001 396.0200000000001 321.26C407.86 364.68 392.3800000000001 406.4700000000001 361.4400000000001 414.62A41.92 41.92 0 0 1 350.6800000000001 416.01C322.8400000000001 416.01 294.4600000000001 389.19 283.9800000000001 350.75C272.1400000000001 307.3300000000001 287.6200000000001 265.5300000000001 318.5600000000001 257.39zM322.5700000000001 340.2200000000001C328.98 363.71 344.28 376 350.68 376L351.26 375.93C352.14 375.7 353.72 374.26 355.27 371.5800000000001C359.35 364.52 362.36 349.85 357.43 331.7800000000001C351.04 308.35 335.81 296.0700000000001 328.8 296.0700000000001H328.74C327.86 296.3 326.2800000000001 297.73 324.73 300.42C320.6500000000001 307.48 317.6400000000001 322.14 322.57 340.2200000000001zM474.83 286.73C471.26 287.5900000000001 467.6300000000001 288 464.02 288C438.17 288 412.4000000000001 267 403.2800000000001 236.61C392.8800000000001 201.96 408.05 168.23 437.17 161.27C440.75 160.41 444.37 160 447.98 160C473.83 160 499.6 181 508.72 211.39C519.12 246.04 503.95 279.77 474.83 286.73zM470.41 222.9C465.97 208.12 454.74 200.1700000000001 446.7200000000001 200.1700000000001H446.4700000000001C445.86 200.31 444.25 200.7000000000001 442.56 203.6300000000001C440.2 207.7300000000001 438.71 215.5200000000001 441.59 225.1000000000001C446.08 240.0400000000001 457.5 248.0000000000001 464.02 248.0000000000001L465.53 247.8300000000001C466.14 247.6900000000001 467.75 247.3000000000001 469.44 244.3700000000001C471.8 240.2700000000001 473.29 232.4800000000001 470.41 222.9000000000001zM182.68 256C186.29 256 189.89 256.45 193.44 257.38C224.38 265.52 239.86 307.32 228.02 350.74C217.54 389.18 189.16 416 161.32 416C157.71 416 154.11 415.55 150.56 414.61C119.62 406.4700000000001 104.14 364.67 115.98 321.25C126.46 282.82 154.85 256 182.68 256zM156.73 371.58C158.28 374.26 159.86 375.7 160.74 375.93C160.86 375.96 161.03 376 161.32 376C167.72 376 183.02 363.71 189.43 340.22C194.36 322.14 191.35 307.48 187.27 300.42C185.72 297.74 184.14 296.3 182.68 296.01C176.28 296.01 160.97 308.3 154.57 331.79C149.64 349.86 152.65 364.52 156.73 371.58zM256 224C176.59 224 64 101.24 64 23.75C64 -11.15 90.81 -32 135.74 -32C184.58 -32 216.83 -6.92 256 -6.92C295.51 -6.92 327.85 -32 376.26 -32C421.19 -32 448 -11.15 448 23.75C448 101.24 335.4100000000001 224 256 224zM399.81 20.93C398.86 19.88 392.11 16 376.27 16C358.54 16 342.97 21.13 324.93 27.08C305.03 33.64 282.47 41.08 256.01 41.08C229.79 41.08 207.38 33.68 187.6099999999999 27.16C169.4699999999999 21.17 153.81 15.9999999999999 135.75 15.9999999999999C119.9 15.9999999999999 113.15 19.8899999999999 112.37 20.67C112.27 20.9 112.01 21.9 112.01 23.7499999999999C112 77.82 204.86 176 256 176S400 77.82 400 23.75C400 21.93 399.75 20.93 399.81 20.93z" /> + + + horiz-adv-x="512" d=" M493.25 391.74L455.74 429.25C443.25 441.75 426.87 448 410.49 448S377.73 441.75 365.23 429.26L297.36 361.38L257.77 400.9700000000001C242.15 416.5900000000001 216.82 416.5900000000001 201.21 400.9700000000001L82.42 282.19C76.17 275.94 76.17 265.81 82.42 259.57L93.73 248.26C99.98 242.01 110.11 242.01 116.35 248.26L229.49 361.38L263.43 327.44L256.01 320.02L93.95 157.97A327.038 327.038 0 0 1 0.17 -37.12L0.14 -37.35C-1.45 -51.72 9.88 -64 23.95 -64C24.84 -64 25.73 -63.95 26.64 -63.85A327.077 327.077 0 0 1 221.98 29.95L384.02 192L418.76 226.74L493.25 301.23C518.25 326.23 518.25 366.75 493.25 391.74zM188.03 63.89C151.01 26.87 104.04 1.01 53.29 -10.71C65.01 40.03 90.88 87.02 127.89 124.03L289.94 286.08L297.36 293.5L357.5 233.36L350.08 225.94L188.03 63.89zM459.3099999999999 335.18L391.43 267.3L342.61 316.13L331.3 327.44L399.17 395.31C403.25 399.39 408.01 400 410.48 400C412.95 400 417.72 399.39 421.79 395.31L459.3 357.8C463.38 353.7200000000001 463.99 348.96 463.99 346.49S463.39 339.25 459.31 335.18z" /> + + + horiz-adv-x="512" d=" M493.26 391.74L455.75 429.25C443.25 441.75 426.87 448 410.49 448S377.73 441.75 365.24 429.26L290.75 354.77L256 320.02L12.85 76.88L0.15 -37.34C-1.45 -51.72 9.88 -64 23.95 -64C24.84 -64 25.74 -63.95 26.64 -63.85L140.78 -51.24L384.02 192L418.76 226.74L493.25 301.23C518.25 326.23 518.25 366.75 493.26 391.74zM118.75 -5.39L51.17 -12.85L58.7 54.84L289.94 286.0800000000001L320.96 317.1L381.1 256.9600000000001L350.08 225.9400000000001L118.75 -5.39zM459.31 335.18L415.03 290.9L354.9 351.04L399.18 395.32C403.26 399.4 408.0199999999999 400.01 410.49 400.01S417.73 399.4 421.8 395.32L459.3099999999999 357.81C465.55 351.56 465.55 341.41 459.3099999999999 335.18z" /> + + @@ -1750,6 +2736,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1759,6 +2748,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1774,15 +2769,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1813,9 +2826,30 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + @@ -1825,21 +2859,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="512" d=" M400 184C386.75 184 376 173.26 376 160C376 146.75 386.75 136 400 136S424 146.75 424 160C424 173.26 413.25 184 400 184zM432 272V348.12C432 360.85 426.94 373.06 417.94 382.06L366.06 433.94C357.06 442.94 344.85 448 332.12 448H110.48C93.64 448 80 433.67 80 416V272C35.82 272 0 236.18 0 192V64C0 55.16 7.16 48 16 48H80V-48C80 -56.84 87.16 -64 96 -64H416C424.84 -64 432 -56.84 432 -48V48H496C504.84 48 512 55.16 512 64V192C512 236.18 476.18 272 432 272zM128 400H320V352C320 343.16 327.1600000000001 336 336 336H384V272H128V400zM384 -16H128V48H384V-16zM464 96H48V192C48 209.64 62.36 224 80 224H432C449.64 224 464 209.64 464 192V96z" /> + @@ -1864,9 +2916,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1915,6 +2985,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1924,15 +2997,24 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="576" d=" M267.73 256H308.2700000000001C315.4000000000001 256 320.9500000000001 262.17 320.2000000000001 269.26L315.6 312.84A8 8 0 0 1 307.6400000000001 320H268.35C264.2600000000001 320 260.8200000000001 316.91 260.3900000000001 312.84L255.7900000000001 269.26C255.0500000000001 262.17 260.6100000000001 256 267.7300000000001 256zM260.36 144H315.6500000000001C325.1500000000001 144 332.5600000000001 152.23 331.5600000000001 161.68L326.4900000000001 209.68C325.6300000000001 217.82 318.7700000000001 224 310.5800000000001 224H265.4300000000001C257.2400000000001 224 250.3800000000001 217.82 249.5200000000001 209.68L244.4500000000001 161.68C243.4500000000001 152.23 250.8600000000001 144 260.3600000000001 144zM273.42 352H302.5800000000001C307.3300000000001 352 311.0300000000001 356.12 310.54 360.8400000000001L308.85 376.8400000000001A8 8 0 0 1 300.8900000000001 384H275.11C271.0200000000001 384 267.5800000000001 380.91 267.1500000000001 376.8400000000001L265.4600000000001 360.8400000000001C264.9700000000001 356.12 268.67 352 273.42 352zM322.4000000000001 112H253.6C245.4100000000001 112 238.55 105.82 237.6900000000001 97.68L229.2400000000001 17.68C228.2400000000001 8.23 235.6500000000001 0 245.1500000000001 0H330.8400000000001C340.3400000000001 0 347.7500000000001 8.23 346.7500000000001 17.68L338.3000000000001 97.68C337.4500000000001 105.82 330.5900000000001 112 322.4000000000001 112zM173.35 384H157.35A7.990000000000001 7.990000000000001 0 0 1 149.97 379.08L1.25 22.15C-3.14 11.62 4.6 0 16.02 0H60.02C67.13 0 73.39 4.69 75.38 11.52L181.03 373.76C182.52 378.88 178.68 384 173.35 384zM574.75 22.15L426.04 379.08A8 8 0 0 1 418.6600000000001 384H402.6600000000001C397.3300000000001 384 393.49 378.88 394.98 373.76L500.63 11.52A15.995999999999999 15.995999999999999 0 0 1 515.99 0H559.99C571.4 0 579.14 11.62 574.75 22.15z" /> + + @@ -1951,18 +3033,36 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1972,15 +3072,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1996,6 +3114,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2011,6 +3132,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2020,6 +3144,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2044,12 +3171,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -2068,15 +3207,57 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + horiz-adv-x="640" d=" M208 160H176C167.16 160 160 152.84 160 144V-48C160 -56.84 167.16 -64 176 -64H208C216.84 -64 224 -56.84 224 -48V144C224 152.84 216.84 160 208 160zM80 64H48C39.16 64 32 56.84 32 48V-48C32 -56.84 39.16 -64 48 -64H80C88.84 -64 96 -56.84 96 -48V48C96 56.84 88.84 64 80 64zM336 256H304C295.1600000000001 256 288 248.84 288 240V-48C288 -56.84 295.1600000000001 -64 304 -64H336C344.84 -64 352 -56.84 352 -48V240C352 248.84 344.84 256 336 256zM464 352H432C423.1600000000001 352 416 344.8400000000001 416 336V-48C416 -56.84 423.1600000000001 -64 432 -64H464C472.84 -64 480 -56.84 480 -48V336C480 344.8400000000001 472.84 352 464 352zM592 448H560C551.16 448 544 440.84 544 432V-48C544 -56.84 551.16 -64 560 -64H592C600.84 -64 608 -56.84 608 -48V432C608 440.84 600.84 448 592 448z" /> + + + + @@ -2089,21 +3270,45 @@ License - https://fontawesome.com/license (Commercial License) + + + horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM248 -8C137.7 -8 48 81.7 48 192S137.7 392 248 392S448 302.3 448 192S358.3 -8 248 -8zM168 208C185.7 208 200 222.3 200 240S185.7 272 168 272S136 257.7 136 240S150.3 208 168 208zM328 208C345.7 208 360 222.3 360 240S345.7 272 328 272S296 257.7 296 240S310.3 208 328 208zM332 135.4C311.2 110.4 280.5 96 248 96S184.8 110.3 164 135.4C155.5 145.6 140.3 146.9 130.2 138.5C120 130 118.7 114.9 127.1 104.7C157.1 68.7 201.2 48.1 248 48.1S338.9 68.7 368.9 104.7C377.4 114.9 376 130 365.8 138.5C355.7 146.9 340.5 145.6 332 135.4z" /> + + + + + horiz-adv-x="448" d=" M440.1 92.8L400.9000000000001 115.8L435.0000000000001 125.1C443.4000000000001 127.4 448.4000000000001 136.2000000000001 446.1000000000001 144.7000000000001L442.0000000000001 160.2000000000001C439.8000000000001 168.7000000000001 431.1000000000001 173.8000000000001 422.7000000000001 171.5000000000001L343 149.8L271.2 192L343.1 234.2L422.8 212.5C431.2 210.2 439.8 215.3 442.1 223.8L446.2000000000001 239.3C448.4000000000001 247.8 443.5000000000001 256.6 435.1 258.9L401 268.2000000000001L440.2 291.2000000000001C447.7 295.6 450.3 305.4 446 313.1L438.1 327C433.8 334.7000000000001 424.1 337.3 416.6 332.9000000000001L377.4000000000001 309.9000000000001L386.5000000000001 344.6C388.7000000000001 353.1 383.8000000000001 361.9000000000001 375.4000000000001 364.2000000000001L360.2000000000001 368.3000000000001C351.8000000000001 370.6 343.2000000000001 365.5000000000001 340.9000000000001 357.0000000000001L319.6 276.0000000000001L247.7 233.8000000000001V318.3000000000001L306 377.6C312.1 383.8 312.1 394 306 400.2L294.9 411.5C288.8 417.7 278.8 417.7 272.7 411.5L247.8 386.1V432C247.8 440.8 240.8 448 232.1 448H216.4C207.7 448 200.7 440.8 200.7 432V385.9L175.8 411.3C169.7 417.5 159.7 417.5 153.6 411.3L142.1 400C136 393.8 136 383.6 142.1 377.4L200.4 318.1V233.6L128.5 275.8L107.2 356.8C105 365.3 96.3 370.4 87.9 368.1L72.7 364C64.3 361.7 59.3 352.9 61.6 344.4L70.7 309.7L31.5 332.7C24 337.1 14.4 334.5 10 326.8L2.1 312.9C-2.2 305.2 0.3 295.5 7.9 291L47.1 268L13 258.9C4.6 256.6 -0.4 247.8 1.9 239.3L6 223.8C8.2 215.3 16.9 210.2 25.3 212.5L105 234.2L176.9 192L105 149.8L25.3 171.5C16.9 173.8 8.3 168.7 6 160.2L1.9 144.7C-0.3 136.2 4.6 127.4 13 125.1L47.1 115.8L7.9 92.8C0.4 88.4 -2.2 78.6 2.1 70.9L10 57C14.3 49.3 24 46.7 31.5 51.1L70.7 74.1L61.6 39.4C59.4 30.9 64.3 22.1 72.7 19.8L87.9 15.7C96.3 13.4 104.9 18.5 107.2 27L128.5 108L200.4 150.2V65.7L142.1 6.4C136 0.2 136 -10 142.1 -16.2L153.2 -27.5000000000001C159.3 -33.7 169.3 -33.7 175.4 -27.5000000000001L200.3 -2.1000000000001V-48C200.3 -56.8 207.3 -64 216 -64H231.7C240.4 -64 247.4 -56.8 247.4 -48V-1.9L272.3 -27.3C278.4 -33.4999999999999 288.4 -33.4999999999999 294.5 -27.3L305.6 -15.9999999999999C311.7 -9.8 311.7 0.4 305.6 6.6000000000001L247.3 65.9000000000001V150.4000000000001L319.2 108.2000000000001L340.5 27.2000000000001C342.7 18.7000000000001 351.3999999999999 13.6000000000001 359.8 15.9000000000001L375 20C383.4 22.3 388.4 31.1 386.1 39.6L377 74.3L416.2 51.3C423.7 46.9 433.3 49.5 437.7 57.2L445.6 71.1C450.2 78.6 447.7 88.4 440.1 92.8z" /> + + @@ -2131,33 +3336,84 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + + + @@ -2170,6 +3426,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2190,7 +3449,7 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M16 320H432C440.84 320 448 327.16 448 336V368C448 376.8400000000001 440.84 384 432 384H16C7.16 384 0 376.8400000000001 0 368V336C0 327.16 7.16 320 16 320zM496 224H80C71.16 224 64 216.84 64 208V176C64 167.16 71.16 160 80 160H496C504.84 160 512 167.16 512 176V208C512 216.84 504.84 224 496 224zM432 64H16C7.16 64 0 56.84 0 48V16C0 7.16 7.16 0 16 0H432C440.84 0 448 7.16 448 16V48C448 56.84 440.84 64 432 64z" /> + horiz-adv-x="512" d=" M168 109.41V64C168 33.12 193.12 8 224 8H288C318.88 8 344 33.12 344 64V109.41C362.9100000000001 118.41 376 137.71 376 160V232C376 260.78 358.9100000000001 285.48 334.46 297C345.43 312.6 352 331.51 352 352C352 404.94 308.94 448 256 448S160 404.94 160 352C160 331.51 166.57 312.6 177.55 297C153.09 285.48 136 260.78 136 232V160C136 137.7 149.09 118.41 168 109.41zM256 400C282.51 400 304 378.51 304 352S282.51 304 256 304S208 325.49 208 352S229.49 400 256 400zM184 232C184 245.23 194.78 256 208 256H304C317.2200000000001 256 328 245.23 328 232V160C328 155.59 324.4100000000001 152 320 152H296V64C296 59.59 292.4100000000001 56 288 56H224C219.59 56 216 59.59 216 64V152H192C187.59 152 184 155.59 184 160V232zM393.61 112.86C388.7100000000001 105.21 383.06 98.03 376 92.17V77.68C429.18 67.54 464 50.87 464 31.99C464 1.06 370.88 -24.01 256 -24.01S48 1.07 48 32C48 50.88 82.82 67.54 136 77.69V92.18C128.94 98.04 123.29 105.21 118.39 112.87C47.28 95.81 0 66 0 32C0 -21.02 114.62 -64 256 -64S512 -21.02 512 32C512 66 464.72 95.81 393.61 112.86z" /> @@ -2203,15 +3462,54 @@ License - https://fontawesome.com/license (Commercial License) + + + + + horiz-adv-x="512" d=" M494.2 226.1L434.4 266.6L448.1 337.6C450.7 350.8 446.5 364.4 437 374C427.3999999999999 383.5 413.8 387.7 400.8 385.1L329.9 371.4L289.5 431.3C274.4 453.6 237.6 453.6 222.5 431.3L182.1 371.4L111.3 385.1C98 387.6 84.5 383.5 75 373.9C65.5 364.3 61.3 350.8 63.9 337.6L77.6 266.6L17.8 226.1C6.6 218.5 0 206 0 192.5S6.7 166.5 17.8 159L77.6 118.5L63.9 47.5C61.3 34.3 65.5 20.7 75 11.2C84.5 1.7 97.9 -2.5 111.3 0.1L182.1 13.8L222.5 -46.1C230 -57.3 242.6 -64 256 -64S282 -57.3 289.5 -46.2L329.9 13.7L400.8 0C414.2 -2.7 427.6 1.6 437.1 11.1C446.6 20.6 450.7 34.2 448.2 47.4L434.5 118.4L494.3 158.9C505.4 166.4 512.1 179.0000000000001 512.1 192.4C512 206 505.4 218.5 494.2 226.1zM381.3 140.5L398.9 49.3L307.9 66.9L256 -10L204.1 67L113.2 49.4L130.8 140.6L54 192.6L130.8 244.6L113.2 335.8L204.2 318.2L256 395L307.9 318.1L398.9 335.7L381.3 244.6L458.1 192.6L381.3 140.5zM256 296C198.7 296 152 249.3 152 192S198.7 88 256 88S360 134.7 360 192S313.3 296 256 296zM256 136C225.1 136 200 161.1 200 192S225.1 248 256 248S312 222.9 312 192S286.9 136 256 136z" /> + + + + + + + + + @@ -2245,18 +3543,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="576" d=" M128 160C110.33 160 96 145.67 96 128S110.33 96 128 96S160 110.33 160 128S145.67 160 128 160zM282.65 257.08L298.89 305.79C300.05 309.24 302.07 312.14 303.81 315.2200000000001C299.08 317.98 293.87 320 288 320C270.33 320 256 305.67 256 288C256 272.2200000000001 267.63 259.7100000000001 282.65 257.08zM176 272C158.33 272 144 257.67 144 240S158.33 208 176 208S208 222.33 208 240S193.67 272 176 272zM288 416C128.94 416 0 287.06 0 128C0 75.2 14.25 25.74 39.06 -16.8C44.67 -26.42 55.36 -32 66.5 -32H509.5C520.64 -32 531.33 -26.42 536.94 -16.8C561.75 25.74 576 75.2 576 128C576 287.06 447.06 416 288 416zM500.27 16H75.73C57.56 50.37 48 88.88 48 128C48 260.3400000000001 155.66 368 288 368S528 260.3400000000001 528 128C528 88.88 518.44 50.37 500.27 16zM416 128C416 110.33 430.33 96 448 96S480 110.33 480 128S465.67 160 448 160S416 145.67 416 128zM359.5900000000001 310.77C346.87 315 333.43 308.15 329.2100000000001 295.6L283.87 159.59C250.49 157.42 224 129.94 224 96C224 84.28 227.38 73.45 232.88 64H343.13C348.63 73.45 352.01 84.28 352.01 96C352.01 115.45 343.15 132.66 329.46 144.4L374.8 280.41C378.97 292.98 372.16 306.58 359.59 310.77zM432 240C432 255.8 420.34 268.33 405.28 270.93C405.21 270.7200000000001 405.21 270.5 405.14 270.28L385.64 211.79C390.01 209.55 394.75 207.99 400 207.99C417.67 208 432 222.33 432 240z" /> + + + + + + horiz-adv-x="576" d=" M288 416C128.94 416 0 287.06 0 128C0 75.2 14.25 25.74 39.06 -16.8C44.67 -26.42 55.36 -32 66.5 -32H509.5C520.64 -32 531.33 -26.42 536.94 -16.8C561.75 25.74 576 75.2 576 128C576 287.06 447.06 416 288 416zM500.27 16H75.73C57.56 50.37 48 88.88 48 128C48 260.3400000000001 155.66 368 288 368S528 260.3400000000001 528 128C528 88.88 518.44 50.37 500.27 16zM359.59 310.77C346.87 315 333.43 308.15 329.21 295.6L283.87 159.59C250.49 157.42 224 129.94 224 96C224 84.28 227.38 73.45 232.88 64H343.13C348.63 73.45 352.01 84.28 352.01 96C352.01 115.45 343.15 132.66 329.46 144.4L374.8 280.41C378.97 292.98 372.16 306.58 359.59 310.77z" /> + @@ -2265,7 +3596,25 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M512 320V352C512 358.6 506.6 364 500 364H204C197.4 364 192 358.5 192 351.8V320C192 313.4 197.4 308 204 308H500C506.6 308 512 313.4 512 320zM512 160V192C512 198.6 506.6 204 500 204H204C197.4 204 192 198.6 192 192V160C192 153.4 197.4 148 204 148H500C506.6 148 512 153.4 512 160zM512 0V32C512 38.6 506.6 44 500 44H204C197.4 44 192 38.6 192 32V0C192 -6.6 197.4 -12 204 -12H500C506.6 -12 512 -6.6 512 0zM162.1 383.2L70.1 291.4C65.4 286.7000000000001 57.8 286.7000000000001 53.1 291.4L40.7 303.8L3.5 341.3C-1.2 346 -1.2 353.6 3.5 358.3L15.9 370.7000000000001C20.6 375.4000000000001 28.2 375.4000000000001 32.9 370.7000000000001L61.7 341.5L132.8 412.6C137.5 417.3 145.1 417.3 149.8 412.6L162.2 400.2C166.8 395.4000000000001 166.8 387.8 162.1 383.2000000000001zM162.1 223.3L70.1 131.3C65.4 126.6 57.8 126.6 53.1 131.3L40.7 143.7L3.5 181.4C-1.2 186.1 -1.2 193.7 3.5 198.4L15.9 210.8C20.6 215.5 28.2 215.5 32.9 210.8L61.7 181.6L132.8 252.7C137.5 257.4 145.1 257.4 149.8 252.7L162.2 240.3C166.8 235.6 166.8 228 162.1 223.3zM64 64C37.5 64 16.4 42.5 16.4 16S37.5 -32 64 -32S112 -10.5 112 16S90.5 64 64 64z" /> + horiz-adv-x="512" d=" M112 168C94.33 168 80 153.67 80 136S94.33 104 112 104S144 118.33 144 136S129.67 168 112 168zM400 168C382.33 168 368 153.67 368 136S382.33 104 400 104S432 118.33 432 136S417.67 168 400 168zM328 144H184C179.58 144 176 140.42 176 136V120C176 115.58 179.58 112 184 112H328C332.42 112 336 115.58 336 120V136C336 140.42 332.42 144 328 144zM454.15 232.03L439.12 309.69C432.56 343.48 402.84 368 368.44 368H352V384C352 401.67 337.67 416 320 416H192C174.33 416 160 401.67 160 384V368H143.56C109.15 368 79.44 343.48 72.87 309.69L57.84 232.03C23.83 217.26 0 183.45 0 144V96C0 72.37 12.95 51.96 32 40.88V-8C32 -21.25 42.75 -32 56 -32H88C101.25 -32 112 -21.25 112 -8V32H400V-8C400 -21.25 410.75 -32 424 -32H456C469.25 -32 480 -21.25 480 -8V40.88C499.05 51.97 512 72.37 512 96V144C512 183.45 488.17 217.26 454.15 232.03zM120 300.56C122.19 311.8300000000001 132.09 320 143.56 320H368.44C379.9100000000001 320 389.82 311.8300000000001 392 300.56L403.7200000000001 240H108.28L120 300.56zM464 96C464 87.18 456.82 80 448 80H64C55.18 80 48 87.18 48 96V144C48 170.47 69.53 192 96 192H416C442.4700000000001 192 464 170.47 464 144V96z" /> + + + + + + @@ -2287,6 +3636,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2305,6 +3657,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2314,12 +3669,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -2335,21 +3702,84 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="352" d=" M205.22 425.9100000000001C201.21 440.4700000000001 188.61 448 175.97 448C163.62 448 151.23 440.8 146.78 425.9100000000001C100.01 268.15 0 225.28 0 114.09C0 15.65 78.72 -64 176 -64S352 15.65 352 114.09C352 225.8400000000001 252.21 267.4300000000001 205.22 425.9100000000001zM176 -16C105.42 -16 48 42.36 48 114.09C48 157.42 68.67 187.04 99.96 231.8800000000001C124.11 266.4900000000001 152.94 307.8000000000001 176 364.3400000000001C199.15 307.5100000000001 228.02 266.2400000000001 252.2 231.6800000000001C283.39 187.1000000000001 304 157.6500000000001 304 114.0800000000001C304 42.36 246.58 -16 176 -16zM192 48C147.88 48 112 83.89 112 128C112 136.84 104.84 144 96 144S80 136.84 80 128C80 66.25 130.25 16 192 16C200.84 16 208 23.16 208 32S200.84 48 192 48z" /> + + + + + + + + + + + + + + + + + + + + @@ -2365,12 +3795,18 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M463.16 249.91A94.96 94.96 0 0 1 465.6 271.27C465.6 329.83 413.63 376.69 354.54 371.18C343.81 415.19 303.69 448 256 448S168.19 415.19 157.47 371.17C98.38 376.69 46.41 329.83 46.41 271.26C46.41 264.07 47.22 256.93 48.85 249.9C18.88 232.11 0 200.14 0 164.36C0 109.02 45.47 64 101.34 64H224V7.55L193.71 -40.85C188.39 -51.4899999999999 196.13 -64.01 208.02 -64.01H303.98C315.87 -64.01 323.61 -51.49 318.29 -40.85L288 7.55V64H410.66C466.53 64 512 109.02 512 164.36C512 200.14 493.12 232.11 463.16 249.9100000000001zM410.6600000000001 112H101.34C71.94 112 48 135.48 48 164.36C48 187.31 63.22 207.31 85.84 214.11L113.43 222.39L100.31 248.0300000000001C96.37 255.67 94.4 263.48 94.4 271.26C94.4 300.14 118.31 323.64 147.71 323.64C155.12 323.64 162.49 322.0300000000001 169.65 318.87L207.18 302.2100000000001L202.65 347.63C202.66 376.52 226.59 400 256 400S309.3400000000001 376.52 309.19 346.62L304.81 302.2100000000001L342.3400000000001 318.87C377.9300000000001 334.5900000000001 417.5900000000001 307.42 417.5900000000001 271.26C417.5900000000001 263.48 415.62 255.67 411.68 248.03L398.56 222.39L426.15 214.11C448.77 207.31 463.99 187.31 463.99 164.36C464 135.48 440.06 112 410.6600000000001 112z" /> + horiz-adv-x="448" d=" M442.19 71.77L386.7200000000001 136.14H392C401.34 136.14 409.84 141.57 413.78 150.06C417.72 158.53 416.34 168.54 410.31 175.67L355.75 240.2200000000001H368C377.4700000000001 240.2200000000001 386.06 245.8000000000001 389.94 254.4600000000001A24.088 24.088 0 0 1 385.85 280.3100000000001L241.85 440.4200000000001C232.7200000000001 450.52 215.29 450.52 206.16 440.4200000000001L62.16 280.3100000000001A24.063 24.063 0 0 1 58.07 254.4600000000001C61.95 245.8000000000001 70.54 240.2200000000001 80.01 240.2200000000001H92.26L37.7 175.67C31.67 168.54 30.29 158.53 34.23 150.06A24.021000000000004 24.021000000000004 0 0 1 56.01 136.14H61.29L5.81 71.77C-0.32 64.66 -1.72 54.62 2.18 46.08A23.998000000000005 23.998000000000005 0 0 1 23.99 32.07H191.99V7.61L161.7 -40.82C156.38 -51.47 164.12 -63.99 176.01 -63.99H271.9700000000001C283.86 -63.99 291.6 -51.46 286.2800000000001 -40.82L256 7.61V32.07H424C433.38 32.07 441.9100000000001 37.54 445.81 46.08C449.7200000000001 54.62 448.32 64.65 442.19 71.77zM76.37 80.1L166.03 184.17H107.75L195.75 288.24H133.87L224 388.45L314.13 288.25H252.25L340.25 184.18H281.9700000000001L371.63 80.11H76.37z" /> + @@ -2389,9 +3825,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2404,15 +3846,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="576" d=" M575.2 194.2C546.3 315.5 434.3 390.3 312 399.1V424C312 437.3 301.3 448 288 448S264 437.3 264 424V399.1C142.1 390.4 30.5 316.2 0.8 194.3C-5.1 170.7 23.1 150.5 44.4 168.8L44.9 169.2C94.1 215 134.4 197.3 170.2 141.5C181.5 123.7 205 124.6 215.8 141.5C229.3 162.4 243.4 181.7 264 190.3V8C264 -5.2 253.2 -16 240 -16C229.8 -16 220.7 -9.6 217.3 0C212.9 12.5 199.2 19 186.7 14.6S167.7 -3.5 172.1 -16C182.3 -44.7 209.5 -64 240.0000000000001 -64C279.7000000000001 -64 312 -31.7 312 8V190C337.9 179.2 350 157.4 360.2 141.5C371 124.6 394.4 123.7 405.8 141.5C442 197.5 482.4 214.6 531.2 169.2L531.7 168.8C552.8000000000001 150.6 581 170.5 575.2 194.2zM383.8000000000001 192.7C359.8000000000001 222.7 327.0000000000001 243 288.0000000000001 243C248.6000000000001 243 218.3000000000001 224.3 193.4000000000001 193.1C157.7000000000001 237.4 110.6000000000001 250.2 70.7000000000001 239.9C115 313.2 202 352 288 352C373.6 352 461.8 313 505.8 239.2C457.9 253 416 231.1 383.8 192.7z" /> @@ -2422,6 +3873,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2455,6 +3912,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2467,6 +3927,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2476,6 +3939,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2512,9 +3978,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2533,6 +4005,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2557,48 +4035,111 @@ License - https://fontawesome.com/license (Commercial License) + + + horiz-adv-x="384" d=" M338.23 268.87C326.6500000000001 275.2000000000001 312.04 271.03 305.62 259.42C299.23 247.81 303.46 233.2200000000001 315.07 226.81C327.98 219.72 336 206.37 336 192S327.98 164.28 315.08 157.19C303.47 150.78 299.24 136.19 305.63 124.58C312.06 112.92 326.68 108.78 338.24 115.13C366.4700000000001 130.68 384.01 160.13 384.01 192S366.47 253.33 338.23 268.87zM231.81 384C225.9 384 219.89 381.82 215.03 376.95L126.06 288H24C10.74 288 0 277.26 0 264V120C0 106.75 10.74 96 24 96H126.06L215.03 7.05C219.9 2.18 225.91 0 231.81 0C244.14 0 256 9.52 256 24.02V359.98C256 374.49 244.13 384 231.81 384zM208 81.95L145.94 144H48V240H145.94L208 302.05V81.9500000000001z" /> + unicode="" + horiz-adv-x="512" d=" M231.81 384C225.9 384 219.89 381.82 215.03 376.95L126.06 288H24C10.74 288 0 277.26 0 264V120C0 106.75 10.74 96 24 96H126.06L215.03 7.05C219.9 2.18 225.91 0 231.81 0C244.14 0 256 9.52 256 24.02V359.98C256 374.49 244.13 384 231.81 384zM208 81.95L160 129.94L145.94 144H48V240H145.94L160 254.06L208 302.05V81.9500000000001zM465.94 192L507.31 233.37C513.56 239.62 513.56 249.75 507.31 256L496 267.31C489.75 273.56 479.62 273.56 473.37 267.31L432 225.94L390.63 267.31C384.38 273.56 374.25 273.56 368 267.31L356.69 256C350.44 249.75 350.44 239.62 356.69 233.37L398.06 192L356.69 150.63C350.44 144.38 350.44 134.25 356.69 128L368 116.68C374.25 110.43 384.38 110.43 390.63 116.68L432 158.06L473.37 116.69C479.62 110.44 489.75 110.44 496 116.69L507.31 128C513.56 134.25 513.56 144.38 507.31 150.63L465.94 192z" /> + horiz-adv-x="256" d=" M231.81 384C225.9 384 219.89 381.82 215.03 376.95L126.06 288H24C10.74 288 0 277.26 0 264V120C0 106.75 10.74 96 24 96H126.06L215.03 7.05C219.9 2.18 225.91 0 231.81 0C244.14 0 256 9.52 256 24.02V359.98C256 374.49 244.13 384 231.81 384zM208 81.95L145.94 144H48V240H145.94L208 302.05V81.9500000000001z" /> + + horiz-adv-x="576" d=" M338.23 268.88C326.6500000000001 275.2100000000001 312.04 271.04 305.62 259.43C299.23 247.82 303.46 233.23 315.07 226.82C327.98 219.72 336 206.38 336 192C336 177.63 327.98 164.28 315.08 157.19C303.47 150.78 299.24 136.19 305.63 124.58C312.06 112.92 326.68 108.78 338.24 115.13C366.4700000000001 130.68 384.01 160.13 384.01 192S366.47 253.33 338.23 268.88zM480 192C480 255.09 447.94 313.0900000000001 394.23 347.15C383.04 354.24 368.2000000000001 350.95 361.11 339.74S357.3300000000001 313.7100000000001 368.5200000000001 306.62C408.27 281.41 432 238.56 432 192S408.27 102.6 368.52 77.38C357.33 70.29 354.02 55.46 361.11 44.26C367.62 33.98 382.23 29.23 394.23 36.85C447.94 70.91 480 128.91 480 192zM448.35 428.03C437.18 435.36 422.17 432.27 414.8400000000001 421.08C407.5000000000001 409.9100000000001 410.62 394.9 421.79 387.57C488.06 344.0900000000001 527.61 270.98 527.61 192C527.61 113.02 488.06 39.92 421.79 -3.57C410.62 -10.89 407.5 -25.91 414.8400000000001 -37.07C421.8800000000001 -47.78 436.7700000000001 -51.63 448.35 -44.02C528.27 8.43 576 96.67 576 192S528.27 375.58 448.35 428.03zM231.81 384C225.9 384 219.89 381.82 215.03 376.95L126.06 288H24C10.74 288 0 277.26 0 264V120C0 106.75 10.74 96 24 96H126.06L215.03 7.05C219.9 2.19 225.91 0 231.81 0C244.14 0 256 9.52 256 24.02V359.98C256 374.49 244.13 384 231.81 384zM208 81.96L145.94 144H48V240H145.94L208 302.05V81.96z" /> + + + + + + + + + + + + horiz-adv-x="512" d=" M448 384H383.19C353.95 422.62 308.07 448 256 448S158.05 422.62 128.81 384H64C28.71 384 0 355.29 0 320V0C0 -35.29 28.71 -64 64 -64H448C483.29 -64 512 -35.29 512 0V320C512 355.29 483.29 384 448 384zM256 400C317.86 400 368 349.86 368 288S317.86 176 256 176S144 226.14 144 288S194.14 400 256 400zM464 0C464 -8.84 456.84 -16 448 -16H64C55.16 -16 48 -8.84 48 0V320C48 328.8400000000001 55.16 336 64 336H104.17C99.33 320.75 96 304.8300000000001 96 288C96 199.78 167.78 128 256 128S416 199.78 416 288C416 304.83 412.67 320.75 407.83 336H448C456.84 336 464 328.8400000000001 464 320V0zM256 208C273.67 208 288 222.33 288 240C288 248.06 284.75 255.22 279.82 260.85L303.18 330.94C309.8400000000001 351.02 279.55 361.14 272.8 341.06L249.33 270.65C234.97 267.51 224 255.31 224 240C224 222.33 238.33 208 256 208z" /> + + + + + + horiz-adv-x="640" d=" M320 80C337.64 80 352 65.64 352 48S337.64 16 320 16S288 30.36 288 48S302.35 80 320 80M320 128C275.82 128 240 92.18 240 48S275.82 -32 320 -32S400 3.82 400 48S364.18 128 320 128zM524.69 159.83C529.3100000000001 164.7 529.07 172.47 524.1 176.98C408.36 282.3 231.69 282.36 115.88 176.98C110.92 172.47 110.68 164.7 115.29 159.83L131.76 142.46C136.22 137.75 143.57 137.51 148.38 141.86C245.82 229.99 394.06 230.07 491.6 141.86C496.41 137.5099999999999 503.76 137.7599999999999 508.22 142.46L524.69 159.83zM636.11 293.81C457.86 456.86 181.84 456.59 3.89 293.81C-1.05 289.29 -1.33 281.67 3.32 276.86L19.92 259.68C24.44 255 31.93 254.75 36.73 259.14C196.32 404.93 443.55 405.05 603.27 259.14C608.0799999999999 254.7500000000001 615.56 255.01 620.0799999999999 259.68L636.68 276.86C641.3299999999999 281.67 641.05 289.3 636.1099999999999 293.81z" /> + + @@ -2617,9 +4158,18 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="288" d=" M216 -16H168V99.46C240.6 111.98 294.31 178.21 287.4 255.34L271.45 433.45C270.71 441.69 263.9 448 255.74 448H32.26C24.11 448 17.29 441.69 16.56 433.45L0.6 255.34C-6.31 178.21 47.4 111.97 120 99.46V-16H72C49.91 -16 32 -33.91 32 -56C32 -60.42 35.58 -64 40 -64H248C252.42 -64 256 -60.42 256 -56C256 -33.91 238.09 -16 216 -16zM130.99 145.73C79.83 152.8300000000001 43.71 198.61 48.41 251.06L61.75 400H226.25L239.59 251.06C244.29 198.61 208.17 152.83 157.01 145.73H130.99z" /> @@ -2632,6 +4182,9 @@ License - https://fontawesome.com/license (Commercial License) + diff --git a/style/fa/fonts/fa-regular-400.ttf b/style/fa/fonts/fa-regular-400.ttf index 9946893..13054ba 100644 Binary files a/style/fa/fonts/fa-regular-400.ttf and b/style/fa/fonts/fa-regular-400.ttf differ diff --git a/style/fa/fonts/fa-regular-400.woff b/style/fa/fonts/fa-regular-400.woff index 90f069e..8c7f407 100644 Binary files a/style/fa/fonts/fa-regular-400.woff and b/style/fa/fonts/fa-regular-400.woff differ diff --git a/style/fa/fonts/fa-regular-400.woff2 b/style/fa/fonts/fa-regular-400.woff2 index ee8c3aa..2de722b 100644 Binary files a/style/fa/fonts/fa-regular-400.woff2 and b/style/fa/fonts/fa-regular-400.woff2 differ diff --git a/style/fa/fonts/fa-solid-900.eot b/style/fa/fonts/fa-solid-900.eot index 07e475b..cc641bb 100644 Binary files a/style/fa/fonts/fa-solid-900.eot and b/style/fa/fonts/fa-solid-900.eot differ diff --git a/style/fa/fonts/fa-solid-900.svg b/style/fa/fonts/fa-solid-900.svg index 3cfb489..412b5a1 100644 --- a/style/fa/fonts/fa-solid-900.svg +++ b/style/fa/fonts/fa-solid-900.svg @@ -1,8 +1,4 @@ - @@ -13,6 +9,15 @@ License - https://fontawesome.com/license (Commercial License) font-weight="900" font-style="Solid" /> + + + @@ -22,9 +27,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -46,6 +57,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -73,9 +87,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -223,18 +252,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + horiz-adv-x="512" d=" M512 192C512 229.7 488.3 261.9 454.9 274.4C469.6 306.8 463.7 346.3 437 373C410.3 399.7 370.8 405.6 338.4 390.9C325.9 424.3 293.7 448 256 448S186.1 424.3 173.6 390.9C141.2 405.6 101.6 399.7 75 373C48.3 346.3 42.4 306.8 57.1 274.4C23.7 261.9 0 229.7 0 192S23.7 122.1 57.1 109.6C42.4 77.2000000000001 48.3 37.6 75 11C101.6 -15.6 141.1 -21.7 173.6 -6.9C186.1 -40.2 218.3 -64 256 -64S325.9 -40.3 338.4 -6.9C371 -21.7 410.4 -15.6 437 11C463.7 37.7 469.6 77.2 454.9 109.6C488.3 122.1 512 154.3 512 192zM367.2 236.25L236.16 106.26C231.85 101.98 224.88 102.01 220.61 106.32L144.89 182.65C140.61 186.96 140.64 193.93 144.95 198.21L170.98 224.03C175.29 228.31 182.26 228.28 186.54 223.97L228.69 181.48L325.89 277.9C330.2 282.18 337.17 282.15 341.44 277.84L367.26 251.81C371.54 247.49 371.52 240.52 367.2 236.25z" /> + + + @@ -244,6 +306,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -277,6 +345,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -303,28 +374,43 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M544 288V224H576V160H544V96H64V288H544M560 352H48C21.49 352 0 330.51 0 304V80C0 53.49 21.49 32 48 32H560C586.51 32 608 53.49 608 80V96H616C629.255 96 640 106.745 640 120V264C640 277.255 629.255 288 616 288H608V304C608 330.51 586.51 352 560 352zM416 256H96V128H416V256z" /> + horiz-adv-x="640" d=" M176 192C220.11 192 256 227.89 256 272S220.11 352 176 352S96 316.11 96 272S131.89 192 176 192zM528 320H304C295.1600000000001 320 288 312.8400000000001 288 304V160H64V368C64 376.8400000000001 56.84 384 48 384H16C7.16 384 0 376.8400000000001 0 368V16C0 7.16 7.16 0 16 0H48C56.84 0 64 7.16 64 16V64H576V16C576 7.16 583.16 0 592 0H624C632.84 0 640 7.16 640 16V208C640 269.86 589.86 320 528 320z" /> + + + horiz-adv-x="640" d=" M633.82 -10.1L543.2 59.95C543.3900000000001 61.33 544 62.61 544 64.01C544.05 71.56 541.39 79.28 535.39 85.72C516.0699999999999 106.48 479.92 137.71 479.92 240.01C479.92 317.71 425.44 379.91 351.98 395.17V416C351.98 433.67 337.66 448 320 448S288.0199999999999 433.67 288.0199999999999 416V395.16C247.69 386.78 213.3599999999999 364.0900000000001 190.4299999999999 332.5900000000001L45.47 444.63C38.49 450.05 28.43 448.8 23.01 441.82L3.37 416.55C-2.05 409.58 -0.8 399.53 6.18 394.1L594.53 -60.63C601.51 -66.0599999999999 611.56 -64.7999999999999 616.99 -57.82L636.63 -32.55C642.05 -25.58 640.8 -15.53 633.82 -10.1zM157.23 196.46C148.62 128.5 120.82 103.13 104.61 85.71C98.61 79.2600000000001 95.95 71.55 96 64.0000000000001C96.11 47.6000000000001 108.98 32.0000000000001 128.1 32.0000000000001H370.02L157.23 196.46zM320 -64C355.32 -64 383.9700000000001 -35.35 383.9700000000001 0H256.03C256.03 -35.35 284.68 -64 320 -64z" /> + horiz-adv-x="448" d=" M224 -64C259.32 -64 287.9700000000001 -35.35 287.9700000000001 0H160.03C160.03 -35.35 188.68 -64 224 -64zM439.39 85.71C420.07 106.47 383.92 137.7000000000001 383.92 240.0000000000001C383.92 317.7000000000001 329.44 379.9000000000001 255.98 395.1600000000001V416C255.98 433.67 241.66 448 224 448S192.02 433.67 192.02 416V395.16C118.56 379.9 64.08 317.7 64.08 240C64.08 137.7 27.93 106.47 8.61 85.71C2.61 79.2600000000001 -0.05 71.55 0 64.0000000000001C0.11 47.6000000000001 12.98 32.0000000000001 32.1 32.0000000000001H415.9000000000001C435.0200000000001 32.0000000000001 447.9000000000001 47.6000000000001 448.0000000000001 64.0000000000001C448.0500000000001 71.5500000000001 445.3900000000001 79.27 439.3900000000001 85.71z" /> + + + horiz-adv-x="512" d=" M416 400C416 408.8400000000001 408.84 416 400 416H336C327.1600000000001 416 320 408.8400000000001 320 400V352H416V400zM63.91 288.01C61.4 194.16 3.46 173.78 0 44V0C0 -17.67 14.33 -32 32 -32H128C145.67 -32 160 -17.67 160 0V160H192V320H95.84C78.21 320 64.39 305.63 63.91 288.01zM448.0900000000001 288.01C447.61 305.63 433.79 320 416.1600000000001 320H320V160H352V0C352 -17.67 366.33 -32 384 -32H480C497.67 -32 512 -17.67 512 0V44C508.54 173.78 450.6 194.16 448.0900000000001 288.01zM176 416H112C103.16 416 96 408.8400000000001 96 400V352H192V400C192 408.8400000000001 184.84 416 176 416zM224 160H288V320H224V160z" /> + @@ -336,22 +422,52 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="384" d=" M304.793 204.109C338.432 222.646 358.45 258.269 358.45 299.802C358.45 348.038 332.2 387.428 289.824 403.981C265.138 413.99 240.849 416 209.661 416H24C15.163 416 8 408.837 8 400V366.951C8 358.114 15.163 350.951 24 350.951H57.113V32.4210000000001H24C15.163 32.4210000000001 8 25.258 8 16.4210000000001V-16C8 -24.837 15.163 -32 24 -32H219.69C243.893 -32 264.524 -30.711 286.556 -24.416C337.52 -9.193 376 37.353 376 97.986C376 150.154 349.427 189.67 304.793 204.109zM142.217 347.1910000000001H209.661C225.955 347.1910000000001 237.197 345.1720000000001 247.186 340.474C263.014 331.995 272.092 313.972 272.092 291.028C272.092 255.999 251.772 234.2380000000001 219.063 234.2380000000001H142.217V347.1910000000001zM254.859 41.716C244.719 37.66 232.182 36.809 223.45 36.809H142.217V166.057H226.584C266.229 166.057 289.641 140.677 289.641 103C289.642 74.575 275.981 50.517 254.8590000000001 41.716z" /> + horiz-adv-x="320" d=" M296 288H180.6L223.2 417.8C227.2 433 215.7 448 200 448H56C44 448 33.8 439.1 32.2 427.2L0.2 187.2C-1.7 172.8 9.5 160 24 160H142.7L96.6 -34.5C93 -49.7 104.6 -64 119.9 -64C128.3 -64 136.3 -59.6 140.7 -52L316.7 252C326 267.9 314.5 288 296 288z" /> + + + + + + horiz-adv-x="576" d=" M542.22 415.95C487.42 412.8400000000001 378.5 401.52 311.26 360.36C306.62 357.52 303.99 352.4700000000001 303.99 347.19V-16.68C303.99 -28.23 316.62 -35.53 327.27 -30.17C396.45 4.65 496.5 14.15 545.97 16.75C562.86 17.64 575.99 31.18 575.99 47.41V385.25C576 402.96 560.64 416.99 542.22 415.95zM264.73 360.36C197.5 401.52 88.58 412.83 33.78 415.95C15.36 416.99 0 402.96 0 385.25V47.4C0 31.16 13.13 17.62 30.02 16.74C79.51 14.1399999999999 179.61 4.6299999999999 248.79 -30.21C259.4100000000001 -35.5600000000001 272 -28.27 272 -16.7500000000001V347.37C272 352.6600000000001 269.38 357.51 264.73 360.36z" /> + + + + + @@ -361,6 +477,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -397,21 +516,27 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M320 112C320 103.16 312.84 96 304 96H208C199.16 96 192 103.16 192 112V160H0V16C0 -9.6 22.4 -32 48 -32H464C489.6 -32 512 -9.6 512 16V160H320V112zM464 320H384V368C384 393.6 361.6 416 336 416H176C150.4 416 128 393.6 128 368V320H48C22.4 320 0 297.6 0 272V192H512V272C512 297.6 489.6 320 464 320zM320 320H192V352H320V320z" /> + horiz-adv-x="640" d=" M256.4700000000001 231.23L343.2000000000001 122.05S326.6 19.6899999999999 266.6300000000001 -28.07C206.66 -75.85 0 -62.19 0 -62.19S3.8 -39.05 11 -6.76L105.62 105.41C109.59 110.11 104.75 117.03 98.97 114.91L38.57 92.8200000000001C53.01 134.48 71.29 172.8600000000001 93.17 190.2900000000001C153.14 238.0500000000001 256.4700000000001 231.2300000000001 256.4700000000001 231.2300000000001zM636.53 416.9700000000001L616.67 441.9700000000001C611.18 448.87 601.15 450.02 594.26 444.53L361.78 266.73L327.64 309.7C322.55 316.11 312.5 314.91 309.05 307.49L283.7200000000001 252.94L370.4500000000001 143.76L429.2500000000001 156.21C437.2500000000001 157.9 440.6700000000001 167.41 435.5900000000001 173.81L401.5 216.73L633.98 394.5300000000001C640.87 400.0100000000001 642.02 410.0600000000001 636.53 416.9700000000001z" /> + @@ -420,19 +545,40 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="448" d=" M436 -32H416V424C416 437.255 405.255 448 392 448H56C42.745 448 32 437.255 32 424V-32H12C5.373 -32 0 -37.373 0 -44V-64H448V-44C448 -37.373 442.627 -32 436 -32zM128 372C128 378.627 133.373 384 140 384H180C186.627 384 192 378.627 192 372V332C192 325.373 186.627 320 180 320H140C133.373 320 128 325.373 128 332V372zM128 276C128 282.627 133.373 288 140 288H180C186.627 288 192 282.627 192 276V236C192 229.373 186.627 224 180 224H140C133.373 224 128 229.373 128 236V276zM180 128H140C133.373 128 128 133.373 128 140V180C128 186.627 133.373 192 140 192H180C186.627 192 192 186.627 192 180V140C192 133.373 186.627 128 180 128zM256 -32H192V52C192 58.627 197.373 64 204 64H244C250.627 64 256 58.627 256 52V-32zM320 140C320 133.373 314.627 128 308 128H268C261.373 128 256 133.373 256 140V180C256 186.627 261.373 192 268 192H308C314.627 192 320 186.627 320 180V140zM320 236C320 229.373 314.627 224 308 224H268C261.373 224 256 229.373 256 236V276C256 282.627 261.373 288 268 288H308C314.627 288 320 282.627 320 276V236zM320 332C320 325.373 314.627 320 308 320H268C261.373 320 256 325.373 256 332V372C256 378.627 261.373 384 268 384H308C314.627 384 320 378.627 320 372V332z" /> + horiz-adv-x="576" d=" M576 208C576 231.63 563.05 252.04 544 263.12V415.99C544 424.74 537.02 448 512 448C504.88 448 497.81 445.62 492.02 440.98L406.99 372.95C364.28 338.81 310.6600000000001 320 256 320H64C28.65 320 0 291.35 0 256V160C0 124.65 28.65 96 64 96H97.7C96.31 85.52 95.52 74.86 95.52 64C95.52 24.23 104.78 -13.35 121.08 -46.94C126.27 -57.63 137.6 -64 149.48 -64H223.76C249.81 -64 265.45 -34.16 249.66 -13.44C233.26 8.08 223.51 34.92 223.51 64C223.51 75.11 225.13 85.79 227.92 96H256C310.66 96 364.28 77.19 406.98 43.05L492.01 -24.98A32.023 32.023 0 0 1 511.99 -32C536.91 -32 543.99 -9.22 543.99 0V152.87C563.05 163.96 576 184.37 576 208zM480 66.58L446.95 93.02C392.95 136.22 325.12 160 256 160V256C325.12 256 392.95 279.78 446.95 322.98L480 349.42V66.58z" /> + + + horiz-adv-x="496" d=" M248 440C111.03 440 0 328.9700000000001 0 192S111.03 -56 248 -56S496 55.03 496 192S384.9700000000001 440 248 440zM248 8C146.31 8 64 90.29 64 192C64 293.69 146.29 376 248 376C349.69 376 432 293.71 432 192C432 90.31 349.71 8 248 8zM248 320C177.31 320 120 262.69 120 192S177.31 64 248 64S376 121.31 376 192S318.69 320 248 320zM248 128C212.71 128 184 156.71 184 192S212.71 256 248 256S312 227.29 312 192S283.29 128 248 128z" /> + + + horiz-adv-x="512" d=" M488 320H480V368C480 412.8 380.8 448 256 448S32 412.8 32 368V320H24C10.75 320 0 309.26 0 296V216C0 202.75 10.75 192 24 192H32V32C32 14.33 46.33 0 64 0V-32C64 -49.67 78.33 -64 96 -64H128C145.67 -64 160 -49.67 160 -32V0H352V-32C352 -49.67 366.33 -64 384 -64H416C433.67 -64 448 -49.67 448 -32V0H454.4C470.4 0 480 12.8 480 25.6V192H488C501.25 192 512 202.75 512 216V296C512 309.26 501.25 320 488 320zM112 48C94.33 48 80 62.33 80 80S94.33 112 112 112S144 97.67 144 80S129.67 48 112 48zM128 160C110.33 160 96 174.33 96 192V320C96 337.67 110.33 352 128 352H384C401.67 352 416 337.67 416 320V192C416 174.33 401.67 160 384 160H128zM400 48C382.33 48 368 62.33 368 80S382.33 112 400 112S432 97.67 432 80S417.67 48 400 48z" /> + + + + horiz-adv-x="448" d=" M400 448H48C22.4 448 0 425.6 0 400V-16C0 -41.6 22.4 -64 48 -64H400C425.6 -64 448 -41.6 448 -16V400C448 425.6 425.6 448 400 448zM128 12.8C128 6.4 121.6 0 115.2 0H76.8C70.4 0 64 6.4 64 12.8V51.2C64 57.6 70.4 64 76.8 64H115.2C121.6 64 128 57.6 128 51.2V12.8zM128 140.8C128 134.4 121.6 128 115.2 128H76.8C70.4 128 64 134.4 64 140.8V179.2C64 185.6 70.4 192 76.8 192H115.2C121.6 192 128 185.6 128 179.2V140.8zM256 12.8C256 6.4 249.6 0 243.2 0H204.8C198.4 0 192 6.4 192 12.8V51.2C192 57.6 198.4 64 204.8 64H243.2C249.6 64 256 57.6 256 51.2V12.8zM256 140.8C256 134.4 249.6 128 243.2 128H204.8C198.4 128 192 134.4 192 140.8V179.2C192 185.6 198.4 192 204.8 192H243.2C249.6 192 256 185.6 256 179.2V140.8zM384 12.8C384 6.4 377.6 0 371.2 0H332.8C326.4000000000001 0 320 6.4 320 12.8V179.2C320 185.6 326.4 192 332.8 192H371.2C377.6 192 384 185.6 384 179.2V12.8zM384 268.8C384 262.4 377.6 256 371.2 256H76.8C70.4 256 64 262.4 64 268.8V371.2C64 377.6 70.4 384 76.8 384H371.2C377.6 384 384 377.6 384 371.2V268.8z" /> @@ -451,6 +597,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -466,12 +615,54 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + horiz-adv-x="512" d=" M499.99 272H440.12L423.48 313.6C406.38 356.37 365.57 384 319.5 384H192.5C146.44 384 105.62 356.37 88.51 313.6L71.87 272H12.01C4.2 272 -1.53 264.66 0.37 257.0900000000001L6.37 233.09C7.7 227.75 12.5 224 18.01 224H38.08C24.65 212.27 16 195.22 16 176V128C16 111.88 22.16 97.33 32 86.07V32C32 14.33 46.33 0 64 0H96C113.67 0 128 14.33 128 32V64H384V32C384 14.33 398.33 0 416 0H448C465.67 0 480 14.33 480 32V86.07C489.84 97.32 496 111.87 496 128V176C496 195.22 487.35 212.27 473.93 224H494C499.51 224 504.31 227.75 505.64 233.09L511.64 257.0900000000001C513.53 264.66 507.8 272 499.99 272zM147.93 289.83C155.22 308.05 172.87 320 192.5 320H319.5C339.13 320 356.78 308.05 364.07 289.83L384 240H128L147.93 289.83zM96 128.2C76.8 128.2 64 140.96 64 160.1S76.8 192 96 192S144 163.29 144 144.15S115.2 128.2 96 128.2zM416 128.2C396.8 128.2 368 125.01 368 144.15S396.8 192 416 192S448 179.24 448 160.1S435.2 128.2000000000001 416 128.2000000000001z" /> @@ -514,30 +705,54 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="512" d=" M332.8 128H371.2C377.6 128 384 134.4 384 140.8V275.2C384 281.6 377.6 288 371.2 288H332.8C326.4000000000001 288 320 281.6 320 275.2V140.8C320 134.4 326.4 128 332.8 128zM428.8 128H467.2C473.6 128 480 134.4 480 140.8V371.2C480 377.6 473.6 384 467.2 384H428.8C422.4000000000001 384 416 377.6 416 371.2V140.8C416 134.4 422.4 128 428.8 128zM140.8 128H179.2C185.6 128 192 134.4 192 140.8V211.2C192 217.6 185.6 224 179.2 224H140.8C134.4 224 128 217.6 128 211.2V140.8C128 134.4 134.4 128 140.8 128zM236.8 128H275.2C281.6 128 288 134.4 288 140.8V339.2C288 345.6 281.6 352 275.2 352H236.8C230.4 352 224 345.6 224 339.2V140.8C224 134.4 230.4 128 236.8 128zM496 64H64V368C64 376.8400000000001 56.84 384 48 384H16C7.16 384 0 376.8400000000001 0 368V32C0 14.33 14.33 0 32 0H496C504.84 0 512 7.16 512 16V48C512 56.84 504.84 64 496 64z" /> + + horiz-adv-x="512" d=" M496 64H64V368C64 376.8400000000001 56.84 384 48 384H16C7.16 384 0 376.8400000000001 0 368V32C0 14.33 14.33 0 32 0H496C504.84 0 512 7.16 512 16V48C512 56.84 504.84 64 496 64zM464 352H345.94C324.56 352 313.85 326.15 328.9700000000001 311.03L361.37 278.63L288 205.25L214.63 278.62C202.13 291.12 181.87 291.12 169.38 278.62L100.69 209.93C94.44 203.68 94.44 193.55 100.69 187.3L123.31 164.68C129.56 158.43 139.69 158.43 145.94 164.68L192 210.75L265.37 137.38C277.87 124.88 298.13 124.88 310.62 137.38L406.62 233.38L439.02 200.98C454.14 185.86 479.99 196.57 479.99 217.95V336C480 344.8400000000001 472.84 352 464 352z" /> + + horiz-adv-x="544" d=" M527.79 160H290.5L448.53 1.97C454.57 -4.07 464.51 -4.5599999999999 470.72 1.29C509.42 37.75 536.04 86.9 543.8499999999999 142.15C545.1899999999999 151.61 537.3399999999999 160.0000000000001 527.79 160.0000000000001zM511.96 224.8C503.72 344.26 408.26 439.7200000000001 288.8 447.96C279.68 448.59 272 440.9 272 431.76V208H495.77C504.91 208 512.59 215.68 511.96 224.8zM224 160V397.29C224 406.8400000000001 215.61 414.69 206.16 413.35C86.99 396.51 -4.1 292.4 0.14 167.63C4.5 39.49 114.83 -65.59 243.03 -63.98C293.43 -63.35 340 -47.11 378.29 -19.95C386.19 -14.35 386.71 -2.72 379.86 4.1299999999999L224 160z" /> + @@ -652,12 +867,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -676,6 +903,48 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + @@ -685,9 +954,21 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -700,9 +981,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -718,6 +1005,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -751,6 +1041,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -781,18 +1074,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="496" d=" M225.38 214.63C212.88 202.13 212.88 181.87 225.38 169.38C237.87 156.88 258.14 156.88 270.63 169.38C283.13 181.88 283.13 202.14 270.63 214.63C258.13 227.12 237.87 227.12 225.38 214.63zM248 440C111.03 440 0 328.9700000000001 0 192S111.03 -56 248 -56S496 55.03 496 192S384.9700000000001 440 248 440zM374.14 291.95L308.17 147.6A31.938 31.938 0 0 0 292.4000000000001 131.8300000000001L148.06 65.86C131.41 58.25 114.25 75.41 121.86 92.06L187.84 236.41A31.938 31.938 0 0 0 203.6100000000001 252.18L347.9500000000001 318.15C364.6 325.75 381.7500000000001 308.6 374.1400000000001 291.9500000000001z" /> @@ -802,6 +1104,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -811,15 +1116,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -832,9 +1149,15 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M488 96H448V338.75L507.31 398.06C513.56 404.31 513.56 414.44 507.31 420.69L484.69 443.31C478.44 449.56 468.31 449.56 462.06 443.31L402.75 384H192V288H306.75L160 141.25V424C160 437.26 149.25 448 136 448H88C74.75 448 64 437.26 64 424V384H24C10.75 384 0 373.26 0 360V312C0 298.75 10.75 288 24 288H64V24C64 10.75 74.75 0 88 0H320V96H205.25L352 242.75V-40C352 -53.25 362.75 -64 376 -64H424C437.25 -64 448 -53.25 448 -40V0H488C501.25 0 512 10.75 512 24V72C512 85.26 501.25 96 488 96z" /> + @@ -855,25 +1178,55 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="640" d=" M554.1 256H85.9C99.1 293.2 134.3 320 176 320H224V336C224 397.9 274.1 448 336 448H464C472.8 448 480 440.8 480 432V400C480 391.2 472.8 384 464 384C346.3 384 288 395.4 288 336V320H464C505.7 320 540.9 293.2 554.1 256zM0 32C0 -21 43 -64 96 -64H544C597 -64 640 -21 640 32V64H0V32zM544 208H96C43 208 0 165 0 112V96H640V112C640 165 597 208 544 208z" /> + horiz-adv-x="448" d=" M278.06 192L444.48 358.43C449.17 363.12 449.17 370.7200000000001 444.48 375.4C411.68 408.2 358.49 408.2 325.69 375.4L210.18 259.88L185.32 284.74C189.63 295.66 192 307.55 192 320C192 373.02 149.02 416 96 416S0 373.02 0 320S42.98 224 96 224C100.54 224 104.99 224.32 109.36 224.93L142.29 192L109.36 159.07C104.99 159.68 100.53 160 96 160C42.98 160 0 117.02 0 64S42.98 -32 96 -32S192 10.98 192 64C192 76.45 189.63 88.34 185.32 99.26L210.18 124.12L325.69 8.6C358.49 -24.2 411.68 -24.2 444.48 8.6C449.17 13.28 449.17 20.88 444.48 25.5700000000001L278.06 192zM96 288C78.36 288 64 302.36 64 320S78.36 352 96 352S128 337.64 128 320S113.64 288 96 288zM96 32C78.36 32 64 46.36 64 64S78.36 96 96 96S128 81.64 128 64S113.64 32 96 32z" /> + + + + + + + + + + @@ -885,7 +1238,7 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="448" d=" M384 416H64C28.65 416 0 387.35 0 352V32C0 -3.35 28.65 -32 64 -32H384C419.35 -32 448 -3.35 448 32V352C448 387.35 419.35 416 384 416zM224 160C206.33 160 192 174.33 192 192S206.33 224 224 224S256 209.67 256 192S241.67 160 224 160z" /> + horiz-adv-x="448" d=" M384 416H64C28.65 416 0 387.35 0 352V32C0 -3.35 28.65 -32 64 -32H384C419.35 -32 448 -3.35 448 32V352C448 387.35 419.35 416 384 416zM128 64C110.33 64 96 78.33 96 96S110.33 128 128 128S160 113.67 160 96S145.67 64 128 64zM128 160C110.33 160 96 174.33 96 192S110.33 224 128 224S160 209.67 160 192S145.67 160 128 160zM128 256C110.33 256 96 270.3300000000001 96 288S110.33 320 128 320S160 305.67 160 288S145.67 256 128 256zM320 64C302.33 64 288 78.33 288 96S302.33 128 320 128S352 113.67 352 96S337.67 64 320 64zM320 160C302.33 160 288 174.33 288 192S302.33 224 320 224S352 209.67 352 192S337.67 160 320 160zM320 256C302.33 256 288 270.3300000000001 288 288S302.33 320 320 320S352 305.67 352 288S337.67 256 320 256z" /> @@ -895,12 +1248,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + @@ -937,15 +1311,60 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + @@ -958,6 +1377,18 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -1023,7 +1454,10 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="576" d=" M448 168.804V-16C448 -42.51 426.51 -64 400 -64H48C21.49 -64 0 -42.51 0 -16V336C0 362.51 21.49 384 48 384H296A24 24 0 0 0 312.9700000000001 376.971L328.9700000000001 360.971C344.09 345.851 333.382 320 312 320H64V0H384V152.804C384 159.169 386.529 165.274 391.029 169.775L407.029 185.775C422.148 200.894 448 190.186 448 168.804zM576 410.6670000000001C576 431.2850000000001 559.285 448 538.667 448H380C364.536 448 352 435.464 352 420V402.115C352 386.349 365.011 373.6910000000001 380.772 374.126L447.975 376.032L199.09 128.91C189.661 119.547 189.633 104.305 199.029 94.9090000000001L222.908 71.03C232.304 61.634 247.547 61.6610000000001 256.909 71.09L504.031 319.975L502.125 252.772C501.691 237.0120000000001 514.349 224 530.115 224H548C563.464 224 576 236.5360000000001 576 252.0000000000001V410.6670000000001z" /> + horiz-adv-x="512" d=" M50.75 114.75C38.75 102.75 32 86.47 32 69.49V24L0 -32L32 -64L88 -32H133.49C150.46 -32 166.74 -25.26 178.74 -13.26L305.38 113.36L177.38 241.36L50.75 114.75zM483.88 419.88C446.41 457.38 385.6 457.38 348.13 419.88L271.04 342.79L257.94 355.89C248.5 365.33 233.29 365.2 224 355.89L183.03 314.92C173.66 305.55 173.66 290.35 183.03 280.98L344.9699999999999 119.04C354.4099999999999 109.6 369.6199999999999 109.73 378.9099999999999 119.04L419.88 160C429.25 169.37 429.25 184.57 419.88 193.94L406.78 207.04L483.87 284.13C521.38 321.61 521.38 382.39 483.88 419.88z" /> + @@ -1038,10 +1472,13 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M512 372V12C512 5.4 506.6 0 500 0H460C453.4 0 448 5.4 448 12V163.9L276.5 7.4C255.9 -9.8 224 4.6 224 32V163.9L52.5 7.4C31.9 -9.8 0 4.6 0 32V352C0 379.4 31.9 393.7 52.5 376.6L224 221.2V352C224 379.4 255.9 393.7 276.5 376.6L448 221.2V372C448 378.6 453.4 384 460 384H500C506.6 384 512 378.6 512 372z" /> + horiz-adv-x="512" d=" M64 320H32C14.33 320 0 305.67 0 288V-32C0 -49.67 14.33 -64 32 -64H64C81.67 -64 96 -49.67 96 -32V288C96 305.67 81.67 320 64 320zM480 288V370.75C480 379.24 476.63 387.37 470.63 393.38L425.37 438.63C419.37 444.63 411.23 448 402.74 448H160C142.33 448 128 433.67 128 416V-32C128 -49.67 142.33 -64 160 -64H480C497.67 -64 512 -49.67 512 -32V256C512 273.67 497.67 288 480 288zM288 16C288 7.16 280.84 0 272 0H240C231.16 0 224 7.16 224 16V48C224 56.84 231.16 64 240 64H272C280.84 64 288 56.84 288 48V16zM288 144C288 135.16 280.84 128 272 128H240C231.16 128 224 135.16 224 144V176C224 184.84 231.16 192 240 192H272C280.84 192 288 184.84 288 176V144zM416 16C416 7.16 408.84 0 400 0H368C359.1600000000001 0 352 7.16 352 16V48C352 56.84 359.1600000000001 64 368 64H400C408.84 64 416 56.84 416 48V16zM416 144C416 135.16 408.84 128 400 128H368C359.1600000000001 128 352 135.16 352 144V176C352 184.84 359.1600000000001 192 368 192H400C408.84 192 416 184.84 416 176V144zM432 256H176V400H384V368C384 359.16 391.1600000000001 352 400 352H432V256z" /> + + horiz-adv-x="512" d=" M467.14 403.16C404.59 465.64 305.4700000000001 467.94 214.86 377.43C136.25 298.91 153.88 316.51 129.11 291.77C68.65 231.38 58.72 140.94 65.47 80.6L243.91 258.85C250.17 265.1 260.31 265.1 266.56 258.85S272.81 242.4700000000001 266.56 236.2200000000001L7.04 -23.03C-2.34 -32.4 -2.34 -47.6 7.04 -56.97C16.42 -66.3399999999999 31.64 -66.3399999999999 41.02 -56.97L107.12 9.0600000000001C159.42 -6.65 279 -9.11 353.95 64H255.76L403.33 113.14C453.32 163.07 439.71 149.32 449.64 160H351.86L483.4 203.8C528.8399999999999 278.26 517.71 352.64 467.14 403.1600000000001z" /> @@ -1060,12 +1497,30 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1075,9 +1530,21 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -1096,9 +1563,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1108,6 +1590,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1117,30 +1605,75 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + @@ -1162,15 +1695,27 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM328 272C345.7 272 360 257.7 360 240S345.7 208 328 208S296 222.3 296 240S310.3 272 328 272zM168 272C185.7 272 200 257.7 200 240S185.7 208 168 208S136 222.3 136 240S150.3 272 168 272zM338.2 53.8C315.8 80.6 282.9 96 248 96S180.2 80.6 157.8 53.8C144.3 37.5 119.7 58 133.2 74.3C161.7 108.4 203.6 128 248 128S334.3 108.4 362.7 74.2C376.3 58 351.7 37.5 338.2 53.8z" /> + + + @@ -1183,15 +1728,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="512" d=" M502.05 390.4C523.3 411.66 508.25 448 478.2 448H33.8C3.75 448 -11.3 411.66 9.95 390.4L224 176.36V-16H168C145.91 -16 128 -33.91 128 -56C128 -60.42 131.58 -64 136 -64H376C380.42 -64 384 -60.42 384 -56C384 -33.91 366.09 -16 344 -16H288V176.36L502.05 390.4z" /> + + + + + @@ -1201,15 +1770,66 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="640" d=" M622.34 294.8L343.4 380.5C328.2 385.17 311.8 385.17 296.61 380.5L17.66 294.8C-5.88 287.5700000000001 -5.88 256.44 17.66 249.21L66.29 234.27C55.62 221.08 49.06 204.99 48.41 187.37C38.78 181.85 32 171.89 32 160C32 149.22 37.68 140.15 45.86 134.35L20.33 19.47C18.11 9.48 25.71 0 35.94 0H92.05C102.29 0 109.89 9.48 107.67 19.47L82.14 134.35C90.32 140.15 96 149.22 96 160C96 171.57 89.53 181.25 80.34 186.87C81.1 201.89 88.78 215.17 101.03 223.59L296.6 163.5C305.6600000000001 160.72 323.04 157.25 343.3900000000001 163.5L622.34 249.2C645.89 256.44 645.89 287.56 622.34 294.8zM352.79 132.91C324.26 124.15 299.9500000000001 128.99 287.2000000000001 132.91L142.18 177.46L128 64C128 28.65 213.96 0 320 0S512 28.65 512 64L497.82 177.47L352.79 132.91z" /> + + + + + + + + + + + + + + + + @@ -1222,6 +1842,15 @@ License - https://fontawesome.com/license (Commercial License) + + + @@ -1231,6 +1860,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1297,21 +1929,48 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + @@ -1324,12 +1983,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1342,6 +2016,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1351,6 +2031,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1363,6 +2049,21 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1411,6 +2112,15 @@ License - https://fontawesome.com/license (Commercial License) + + + @@ -1419,28 +2129,106 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="320" d=" M204.758 32H170.909L233.0010000000001 352H273.7260000000001A16 16 0 0 1 289.4300000000001 364.937L295.6720000000001 396.937C297.599 406.8160000000001 290.034 416 279.968 416H120.235A16 16 0 0 1 104.531 403.063L98.289 371.063C96.362 361.184 103.927 352 113.993 352H147.839L85.749 32H46.278A16 16 0 0 1 30.574 19.065L24.329 -12.935C22.402 -22.815 29.967 -32 40.034 -32H198.513A16 16 0 0 1 214.217 -19.065L220.462 12.935C222.389 22.815 214.824 32 204.758 32z" /> + horiz-adv-x="576" d=" M352 341.4V412.19C352 418.25 348.58 423.79 343.1600000000001 426.5L303.56 446.3C295.19 450.49 285.02 446.62 281.55 437.93L245.49 347.78C258.62 350.42 272.65 352 288 352C312.28 352 333.23 348.01 352 341.4zM495.3 294.87C468.3 317.9600000000001 429.94 324.63 395.81 315.8C401.9 310.3 407.9700000000001 304.78 413 298C416.1 293.74 418.46 288.5800000000001 421.15 283.8300000000001C389.39 307.45 345.54 320 288 320S186.61 307.4600000000001 154.85 283.83C157.54 288.58 159.89 293.74 163 298C168.02 304.78 174.1 310.29 180.19 315.8C146.06 324.63 107.7 317.96 80.7 294.87C-26.9 202.86 -26.9 53.15 80.7 -38.87C119.33 -71.9 181.52 -72.21 220.82 -40.12C238.65 -55.51 260.7200000000001 -64 288 -64S337.35 -55.51 355.19 -40.12C394.49 -72.21 456.68 -71.9 495.31 -38.87C602.9 53.14 602.9 202.86 495.3 294.87zM320.85 170L362 236.67C364.33 241.24 370.6 241.09 374 236.67L415.15 170C416.81 166.75 416.05 160 409.15 160H326.86C319.96 160 319.16 166.69 320.85 170zM160.85 170L202 236.67C204.33 241.24 210.6 241.09 214 236.67L255.15 170C256.81 166.75 256.05 160 249.15 160H166.86C159.96 160 159.16 166.69 160.85 170zM469.8 102.4C463.84 85.36 457.05 73.78 451.1 65.44C441.7200000000001 52.5 429.7600000000001 41.64 415.9100000000001 32.45C415.6600000000001 41.07 408.68 48 400 48H384C375.1600000000001 48 368 40.84 368 32V10.52C344.54 3.64 317.8400000000001 0 288.02 0C258.17 0 231.46 3.65 208 10.51V32C208 40.84 200.84 48 192 48H176C167.3 48 160.29 41.03 160.08 32.37C146.37 41.45 134.55 52.16 125.33 64.88C119.21 73.47 112.31 85.19 106.29 102.34C101.42 116.23 116.85 128.49 129.53 121.01C162.47 101.57 199.92 88.27 240.0000000000001 82.17V64C240.0000000000001 55.16 247.1600000000001 48 256 48H272C280.84 48 288 55.16 288 64V78.26H288.02C346.4 78.26 400.74 94 446.56 121.05C459.22 128.53 474.6499999999999 116.28 469.8 102.4z" /> + + + + + + + + + + + + + + + + + + horiz-adv-x="640" d=" M624 32H381.54C380.8 12.19 366.8300000000001 0 348.8 0H288C269.31 0 254.98 17.47 255.23 32H16C7.2 32 0 24.8 0 16V0C0 -35.2 28.8 -64 64 -64H576C611.2 -64 640 -35.2 640 0V16C640 24.8 632.8 32 624 32zM576 400C576 426.4 554.4 448 528 448H112C85.6 448 64 426.4 64 400V64H576V400zM512 128H128V384H512V128z" /> + + + + + + + + + @@ -1468,12 +2256,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + horiz-adv-x="352" d=" M96.06 -6.35C96.07 -12.64 97.93 -18.8 101.42 -24.04L118.51 -49.73A31.989999999999995 31.989999999999995 0 0 1 145.15 -64.01H206.86A31.989999999999995 31.989999999999995 0 0 1 233.5 -49.73L250.59 -24.04A31.989000000000004 31.989000000000004 0 0 1 255.95 -6.35L255.99 32H96.01L96.06 -6.35zM0 272C0 227.63 16.45 187.15 43.56 156.22C60.08 137.37 85.92 97.99 95.77 64.77C95.81 64.5100000000001 95.84 64.2500000000001 95.88 63.9900000000001H256.12C256.1600000000001 64.2500000000001 256.19 64.5000000000001 256.23 64.77C266.0800000000001 97.99 291.92 137.37 308.44 156.22C335.55 187.15 352 227.63 352 272C352 369.39 272.9100000000001 448.3 175.45 448C73.44 447.69 0 365.03 0 272zM176 352C131.89 352 96 316.11 96 272C96 263.16 88.84 256 80 256S64 263.16 64 272C64 333.76 114.24 384 176 384C184.84 384 192 376.8400000000001 192 368S184.84 352 176 352z" /> + @@ -1491,7 +2294,16 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M128 332V372C128 380.837 135.163 388 144 388H496C504.837 388 512 380.837 512 372V332C512 323.163 504.837 316 496 316H144C135.163 316 128 323.163 128 332zM144 156H496C504.837 156 512 163.163 512 172V212C512 220.837 504.837 228 496 228H144C135.163 228 128 220.837 128 212V172C128 163.163 135.163 156 144 156zM144 -4H496C504.837 -4 512 3.163 512 12V52C512 60.837 504.837 68 496 68H144C135.163 68 128 60.837 128 52V12C128 3.163 135.163 -4 144 -4zM16 304H80C88.837 304 96 311.163 96 320V384C96 392.837 88.837 400 80 400H16C7.163 400 0 392.837 0 384V320C0 311.163 7.163 304 16 304zM16 144H80C88.837 144 96 151.163 96 160V224C96 232.837 88.837 240 80 240H16C7.163 240 0 232.837 0 224V160C0 151.163 7.163 144 16 144zM16 -16H80C88.837 -16 96 -8.837 96 0V64C96 72.837 88.837 80 80 80H16C7.163 80 0 72.837 0 64V0C0 -8.837 7.163 -16 16 -16z" /> + horiz-adv-x="512" d=" M444.52 444.48L28.74 252.58C-19.23 230.19 -3.24 159.8300000000001 47.93 159.8300000000001H223.84V-16.0799999999999C223.84 -67.2499999999999 294.2 -83.2499999999999 316.5900000000001 -35.2699999999999L508.49 380.5100000000001C524.48 418.9000000000001 482.9 460.48 444.52 444.48z" /> + + + @@ -1537,30 +2349,84 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="512" d=" M224 352L240 384L272 400L240 416L224 448L208 416L176 400L208 384L224 352zM80 288L106.66 341.33L160 368L106.66 394.67L80 448L53.34 394.67L0 368L53.34 341.33L80 288zM432 160L405.34 106.67L352 80L405.3400000000001 53.33L432 0L458.66 53.33L512 80L458.66 106.67L432 160zM502.62 353.77L417.77 438.62C411.53 444.88 403.34 448 395.15 448C386.96 448 378.77 444.88 372.52 438.62L9.38 75.48C-3.12 62.98 -3.12 42.72 9.38 30.23L94.23 -54.62C100.48 -60.87 108.67 -63.99 116.85 -63.99C125.04 -63.99 133.23 -60.87 139.48 -54.62L502.62 308.53C515.12 321.01 515.12 341.28 502.62 353.77zM359.45 244.54L308.54 295.45L395.14 382.05L446.05 331.14L359.45 244.54z" /> + + + + + + + + + + + + + + + horiz-adv-x="288" d=" M112 131.06V-25.63L134.02 -58.65C138.77 -65.77 149.24 -65.77 153.99 -58.65L176 -25.63V131.06C165.61 129.14 154.94 128 144 128S122.39 129.14 112 131.06zM144 448C64.47 448 0 383.53 0 304S64.47 160 144 160S288 224.47 288 304S223.53 448 144 448zM144 372C106.5 372 76 341.5 76 304C76 297.38 70.62 292 64 292S52 297.38 52 304C52 354.73 93.28 396 144 396C150.62 396 156 390.62 156 384S150.62 372 144 372z" /> + horiz-adv-x="512" d=" M507.31 363.31L464 406.63C458 412.63 449.86 416 441.37 416H288V432C288 440.84 280.84 448 272 448H240C231.16 448 224 440.84 224 432V416H56C42.75 416 32 405.25 32 392V312C32 298.75 42.75 288 56 288H441.37C449.86 288 457.99 291.37 464 297.37L507.31 340.68C513.56 346.94 513.56 357.06 507.31 363.31zM224 -48C224 -56.84 231.16 -64 240 -64H272C280.84 -64 288 -56.84 288 -48V64H224V-48zM456 224H288V256H224V224H70.63C62.14 224 54.01 220.63 48 214.63L4.69 171.31C-1.56 165.06 -1.56 154.93 4.69 148.68L48 105.37C54 99.37 62.14 96 70.63 96H456C469.25 96 480 106.75 480 120V200C480 213.25 469.25 224 456 224z" /> + horiz-adv-x="576" d=" M0 330.3400000000001V-15.98C0 -27.3 11.43 -35.04 21.94 -30.84L160 32V416L20.12 360.05A32.006 32.006 0 0 1 0 330.3400000000001zM192 32L384 -32V352L192 416V32zM554.06 414.8400000000001L416 352V-32L555.88 23.95A31.996 31.996 0 0 1 576 53.66V399.98C576 411.3 564.57 419.04 554.06 414.84z" /> + @@ -1576,18 +2442,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM168 272C185.7 272 200 257.7 200 240S185.7 208 168 208S136 222.3 136 240S150.3 272 168 272zM344 80H152C130.8 80 130.8 112 152 112H344C365.2 112 365.2 80 344 80zM328 208C310.3 208 296 222.3 296 240S310.3 272 328 272S360 257.7 360 240S345.7 208 328 208z" /> + + @@ -1603,6 +2490,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1648,18 +2541,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + horiz-adv-x="512" d=" M511.99 415.99C511.99 437.7 490.89 453 470.39 446.5L150.4 352C137.1 347.8 128 335.5 128 321.5V60.08C117.95 62.46 107.28 64 96 64C42.98 64 0 35.35 0 0S42.98 -64 96 -64S192 -35.35 192 0V233.69L448 308.71V124.08C437.95 126.46 427.28 128 416 128C362.98 128 320 99.35 320 64S362.98 0 416 0S512 28.65 512 64L511.99 415.99z" /> + + @@ -1681,12 +2607,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + horiz-adv-x="512" d=" M167.02 138.66C126.9 136.0800000000001 90.49 120.8 69.83 66.36C67.48 60.15 61.83 56.38 55.24 56.38C44.13 56.38 9.78 84.05 -0.01 90.73C0 8.38 37.93 -64 128 -64C203.86 -64 256 -20.23 256 56.19C256 59.3 255.35 62.27 255.03 65.32L167.02 138.66zM457.89 448C442.73 448 428.52 441.29 417.68 431.55C213.27 248.95 192 244.66 192 190.91C192 177.21 195.25 164.15 200.73 152.21L264.55 99.03C271.76 97.23 279.19 96.0000000000001 286.94 96.0000000000001C349.05 96.0000000000001 385.05 141.47 498.1 352.4600000000001C505.48 366.8100000000001 512 382.3100000000001 512 398.4500000000001C512 427.36 486 448 457.89 448z" /> + @@ -1708,9 +2655,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + + @@ -1720,21 +2682,45 @@ License - https://fontawesome.com/license (Commercial License) + + + horiz-adv-x="512" d=" M256 224C176.59 224 64 101.24 64 23.75C64 -11.15 90.81 -32 135.74 -32C184.58 -32 216.83 -6.92 256 -6.92C295.51 -6.92 327.85 -32 376.26 -32C421.19 -32 448 -11.15 448 23.75C448 101.24 335.4100000000001 224 256 224zM108.72 236.61C98.32 271.26 66.28 293.7000000000001 37.16 286.74C8.04 279.78 -7.13 246.05 3.27 211.4C13.67 176.75 45.71 154.31 74.83 161.27C103.95 168.23 119.12 201.96 108.72 236.61zM193.44 257.39C224.38 265.5300000000001 239.86 307.3300000000001 228.02 350.75S181.5 422.76 150.56 414.62S104.14 364.68 115.98 321.26C127.82 277.8400000000001 162.51 249.24 193.44 257.39zM474.83 286.73C445.71 293.6900000000001 413.68 271.25 403.27 236.6C392.87 201.95 408.04 168.22 437.16 161.26C466.28 154.3 498.3099999999999 176.74 508.72 211.39C519.12 246.04 503.95 279.77 474.83 286.73zM318.56 257.39C349.5 249.25 384.18 277.8400000000001 396.0199999999999 321.26C407.8599999999999 364.68 392.38 406.4700000000001 361.44 414.62S295.82 394.17 283.98 350.75C272.14 307.3300000000001 287.62 265.5300000000001 318.56 257.3900000000001z" /> + + + horiz-adv-x="512" d=" M497.94 373.83L437.83 433.94C419.08 452.69 388.67 452.69 369.92 433.94L313.37 377.39L441.39 249.37L497.94 305.92C516.69 324.67 516.69 355.0700000000001 497.94 373.8300000000001zM251.14 394.36C235.52 409.98 210.2 409.98 194.58 394.36L75.8 275.57C69.55 269.32 69.55 259.19 75.8 252.95L98.43 230.32C104.68 224.07 114.81 224.07 121.06 230.32L222.88 332.14L245.51 309.52L93.95 157.97A327.038 327.038 0 0 1 0.17 -37.11L0.14 -37.34C-1.56 -52.62 11.35 -65.5400000000001 26.63 -63.85A327.02000000000004 327.02000000000004 0 0 1 221.97 29.95L418.76 226.74L335.99 309.51L251.14 394.36z" /> + + + horiz-adv-x="512" d=" M290.74 354.76L418.76 226.74L140.77 -51.25L26.63 -63.85C11.35 -65.54 -1.56 -52.62 0.14 -37.34L12.84 76.88L290.74 354.76zM497.94 373.82L437.83 433.93C419.08 452.68 388.67 452.68 369.92 433.93L313.37 377.38L441.39 249.36L497.94 305.9100000000001C516.69 324.67 516.69 355.0700000000001 497.94 373.8200000000001z" /> + + @@ -1750,6 +2736,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1759,6 +2748,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -1774,15 +2769,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1813,9 +2826,30 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + @@ -1825,21 +2859,39 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="512" d=" M448 256V370.75C448 379.24 444.63 387.37 438.63 393.38L393.37 438.63C387.37 444.63 379.23 448 370.74 448H96C78.33 448 64 433.67 64 416V256C28.65 256 0 227.35 0 192V80C0 71.16 7.16 64 16 64H64V-32C64 -49.67 78.33 -64 96 -64H416C433.67 -64 448 -49.67 448 -32V64H496C504.84 64 512 71.16 512 80V192C512 227.35 483.35 256 448 256zM384 0H128V96H384V0zM384 224H128V384H320V336C320 327.16 327.1600000000001 320 336 320H384V224zM432 152C418.75 152 408 162.75 408 176C408 189.26 418.75 200 432 200S456 189.26 456 176C456 162.75 445.25 152 432 152z" /> + @@ -1864,9 +2916,27 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1915,6 +2985,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -1924,15 +2997,24 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="576" d=" M573.19 45.33L433.4000000000001 365.33C428.43 376.71 417.6 384 405.68 384H308.0900000000001L310.54 360.8400000000001C311.04 356.12 307.3300000000001 352 302.5800000000001 352H273.42C268.67 352 264.9600000000001 356.12 265.4600000000001 360.8400000000001L267.9100000000001 384H170.32C158.39 384 147.56 376.71 142.59 365.33L2.8 45.33C-6.45 24.14 8.31 0 30.54 0H227.38L237.69 97.68C238.55 105.82 245.41 112 253.6 112H322.4C330.59 112 337.45 105.82 338.31 97.68L348.62 0H545.46C567.69 0 582.45 24.14 573.19 45.33zM260.4 312.8400000000001A8 8 0 0 0 268.36 320H307.65C311.74 320 315.18 316.91 315.61 312.8400000000001L320.21 269.26C320.96 262.17 315.4 256 308.28 256H267.74C260.61 256 255.06 262.17 255.81 269.26L260.3999999999999 312.84zM315.64 144H260.35C250.85 144 243.44 152.23 244.44 161.68L249.51 209.68C250.37 217.82 257.23 224 265.42 224H310.57C318.76 224 325.62 217.82 326.48 209.68L331.55 161.68C332.55 152.23 325.14 144 315.64 144z" /> + + @@ -1951,18 +3033,36 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1972,15 +3072,33 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + @@ -1996,6 +3114,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2011,6 +3132,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2020,6 +3144,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2044,12 +3171,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -2068,15 +3207,57 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + horiz-adv-x="640" d=" M216 160H168C159.16 160 152 152.84 152 144V-48C152 -56.84 159.16 -64 168 -64H216C224.84 -64 232 -56.84 232 -48V144C232 152.84 224.84 160 216 160zM88 64H40C31.16 64 24 56.84 24 48V-48C24 -56.84 31.16 -64 40 -64H88C96.84 -64 104 -56.84 104 -48V48C104 56.84 96.84 64 88 64zM344 256H296C287.1600000000001 256 280 248.84 280 240V-48C280 -56.84 287.1600000000001 -64 296 -64H344C352.84 -64 360 -56.84 360 -48V240C360 248.84 352.84 256 344 256zM472 352H424C415.1600000000001 352 408 344.8400000000001 408 336V-48C408 -56.84 415.1600000000001 -64 424 -64H472C480.84 -64 488 -56.84 488 -48V336C488 344.8400000000001 480.84 352 472 352zM600 448H552C543.16 448 536 440.84 536 432V-48C536 -56.84 543.16 -64 552 -64H600C608.84 -64 616 -56.84 616 -48V432C616 440.84 608.84 448 600 448z" /> + + + + @@ -2089,21 +3270,45 @@ License - https://fontawesome.com/license (Commercial License) + + + horiz-adv-x="496" d=" M248 440C111 440 0 329 0 192S111 -56 248 -56S496 55 496 192S385 440 248 440zM328 272C345.7 272 360 257.7 360 240S345.7 208 328 208S296 222.3 296 240S310.3 272 328 272zM168 272C185.7 272 200 257.7 200 240S185.7 208 168 208S136 222.3 136 240S150.3 272 168 272zM362.8 101.8C334.3 67.6 292.5 48 248 48S161.7 67.6 133.2 101.8C119.6 118.1 144.2 138.5 157.8 122.3C180.2 95.4 213 80.1 248 80.1S315.8 95.5 338.2 122.3C351.6 138.5 376.3 118.1 362.8 101.8z" /> + + + + + horiz-adv-x="448" d=" M440.3 102.8L406.5 122.3L432.5 129.3C440.7 131.5 445.6 140 443.4 148.2L439.4 163.1C437.2 171.3 428.7 176.2 420.5 174L349.7 155L285.8 192L349.6 228.9L420.4000000000001 209.9C428.6 207.7 437.1 212.5999999999999 439.3 220.8L443.3 235.7C445.5 243.9 440.6 252.4 432.4000000000001 254.6L406.4000000000001 261.6L440.2000000000001 281.1C447.6 285.4 450.1 294.8 445.9000000000001 302.2L430.4 329C426.1 336.4 416.7 338.9 409.3 334.7L375.5 315.2L382.5 341.2C384.7 349.4 379.8 357.9 371.6 360.1L356.7 364.1C348.5 366.3 340 361.4 337.8 353.2L318.8 282.4L256 246.2V323.7L309.7 377.4C315.9 383.6 315.9 393.8 309.7 400L298.4 411.3C292.2 417.5 282 417.5 275.8 411.3L256 391.6V432C256 440.8 248.8 448 240 448H208C199.2 448 192 440.8 192 432V391.6L172.3 411.3C166.1 417.5 155.9 417.5 149.7 411.3L138.3 400C132 393.8 132 383.6 138.3 377.4L192 323.7V246.2L129.2 282.4L110.2 353.2C108 361.4 99.5 366.3 91.3 364.1L76.4 360.1C68.2 357.9 63.3 349.4 65.5 341.2L72.5 315.2L38.7 334.7C31.3 339 21.9 336.4 17.6 329L2.1 302.3C-2.2 294.9 0.4 285.5 7.8 281.2000000000001L41.6 261.7000000000001L15.6 254.7C7.3 252.5000000000001 2.4 244.0000000000001 4.6 235.7L8.6 220.8C10.8 212.6 19.3 207.7 27.5 209.9L98.3 228.9L162.1 192L98.3 155.1L27.5 174.1C19.3 176.3 10.8 171.4 8.6 163.2000000000001L4.6 148.3000000000001C2.4 140.1000000000001 7.3 131.6000000000001 15.5 129.4000000000001L41.5 122.4000000000001L7.7 102.8000000000001C0.3 98.5000000000001 -2.2 89.1000000000001 2 81.7000000000001L17.5 54.9C21.8 47.5000000000001 31.2 45.0000000000001 38.6 49.2L72.4 68.7000000000001L65.4 42.7C63.2 34.5000000000001 68.1 26.0000000000001 76.3 23.8000000000001L91.2 19.8000000000001C99.4 17.6000000000001 107.9 22.5000000000001 110.1 30.7L129.1 101.5000000000001L191.9 137.7000000000001V60.2000000000001L138.2 6.5000000000001C131.9 0.3000000000001 131.9 -9.8999999999999 138.2 -16.1L149.5 -27.4C155.7 -33.6 165.9 -33.6 172.1 -27.4L191.8 -7.7V-48C191.8 -56.8 199 -64 207.8 -64H239.8C248.6 -64 255.8 -56.8 255.8 -48V-7.6L275.5 -27.3C281.7 -33.5 291.9 -33.5 298.1 -27.3L309.4000000000001 -16C315.6 -9.8 315.6 0.4 309.4000000000001 6.6L256 60.3V137.8L318.8 101.6L337.8 30.8C340 22.6 348.5 17.7 356.7 19.9L371.6 23.9C379.8 26.1 384.7 34.6 382.5 42.8L375.5 68.8L409.3 49.3C416.7 45 426.1 47.6 430.4 55L445.9 81.8C450.2 89.1 447.7 98.6 440.3 102.8z" /> + + @@ -2131,33 +3336,84 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + + + + + + + + + + + + @@ -2170,6 +3426,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2190,7 +3449,7 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M16 320H432C440.84 320 448 327.16 448 336V400C448 408.8400000000001 440.84 416 432 416H16C7.16 416 0 408.8400000000001 0 400V336C0 327.16 7.16 320 16 320zM496 240H80C71.16 240 64 232.84 64 224V160C64 151.16 71.16 144 80 144H496C504.84 144 512 151.16 512 160V224C512 232.84 504.84 240 496 240zM432 64H16C7.16 64 0 56.84 0 48V-16C0 -24.84 7.16 -32 16 -32H432C440.84 -32 448 -24.84 448 -16V48C448 56.84 440.84 64 432 64z" /> + horiz-adv-x="512" d=" M367.9 118.24C363.28 112.94 358.12 108.14 352 104.59V81.65C418.52 72.3100000000001 464 53.6 464 32.0000000000001C464 1.0700000000001 370.88 -23.9999999999999 256 -23.9999999999999S48 1.07 48 32C48 53.6 93.48 72.3 160 81.65V104.59C153.88 108.14 148.72 112.94 144.1 118.24C58.87 102.66 0 69.95 0 32C0 -21.02 114.62 -64 256 -64S512 -21.02 512 32C512 69.95 453.13 102.66 367.9 118.24zM256 320C291.35 320 320 348.65 320 384S291.35 448 256 448S192 419.35 192 384S220.65 320 256 320zM192 128V32C192 14.33 206.33 0 224 0H288C305.67 0 320 14.33 320 32V128C337.67 128 352 142.33 352 160V256C352 282.51 330.51 304 304 304H292.2C281.13 298.9700000000001 268.94 296 256 296S230.87 298.9700000000001 219.8 304H208C181.49 304 160 282.51 160 256V160C160 142.33 174.33 128 192 128z" /> @@ -2203,15 +3462,54 @@ License - https://fontawesome.com/license (Commercial License) + + + + + horiz-adv-x="512" d=" M256 288C203.1 288 160 244.9 160 192S203.1 96 256 96S352 139.1 352 192S308.9 288 256 288zM502.4 207.5L407.7 254.8L441.2 355.2000000000001C445.7 368.8 432.8 381.7000000000001 419.3 377.1L318.9 343.6L271.5 438.4000000000001C265.1 451.2 246.9 451.2 240.5 438.4000000000001L193.2 343.7000000000001L92.7 377.2C79.1 381.7 66.2 368.8 70.8 355.3L104.3 254.9L9.6 207.5C-3.2 201.1 -3.2 182.9 9.6 176.5L104.3 129.2L70.8 28.7C66.3 15.1 79.2 2.2 92.7 6.8L193.1 40.3L240.4000000000001 -54.4C246.8000000000001 -67.1999999999999 265.0000000000001 -67.1999999999999 271.4000000000001 -54.4L318.7000000000001 40.3L419.1 6.8C432.7000000000001 2.3 445.6 15.2 441 28.7L407.5 129.1L502.2 176.4C515.2 182.9 515.2 201.1 502.4 207.5zM346.5 101.5C296.6 51.6 215.4 51.6 165.5 101.5C115.6 151.4 115.6 232.6 165.5 282.5C215.4 332.4 296.6 332.4 346.5 282.5C396.4 232.6 396.4 151.4 346.5 101.5z" /> + + + + + + + + + @@ -2245,18 +3543,51 @@ License - https://fontawesome.com/license (Commercial License) + + + + + + horiz-adv-x="576" d=" M288 416C128.94 416 0 287.06 0 128C0 75.2 14.25 25.74 39.06 -16.8C44.67 -26.42 55.36 -32 66.5 -32H509.5C520.64 -32 531.33 -26.42 536.94 -16.8C561.75 25.74 576 75.2 576 128C576 287.06 447.06 416 288 416zM288 352C302.71 352 314.58 341.87 318.32 328.35C317.21 326.09 315.68 324.12 314.87 321.68L305.65 294.01C300.52 290.52 294.68 288 288.01 288C270.34 288 256.01 302.3300000000001 256.01 320S270.33 352 288 352zM96 64C78.33 64 64 78.33 64 96S78.33 128 96 128S128 113.67 128 96S113.67 64 96 64zM144 224C126.33 224 112 238.33 112 256S126.33 288 144 288S176 273.67 176 256S161.67 224 144 224zM390.77 296.41L329.44 112.41C343.13 100.67 352 83.46 352 64C352 52.28 348.62 41.45 343.12 32H232.88C227.38 41.45 224 52.28 224 64C224 97.94 250.5 125.43 283.9 127.59L345.24 311.6C349.4100000000001 324.1600000000001 362.9700000000001 331.05 375.6 326.7700000000001C388.17 322.5800000000001 394.9500000000001 308.98 390.7700000000001 296.4100000000001zM405.43 239.21L420.95 285.76C424.42 287.05 428.08 287.99 432 287.99C449.67 287.99 464 273.66 464 255.99S449.67 223.99 432 223.99C420.62 224 411.11 230.27 405.43 239.21zM480 64C462.33 64 448 78.33 448 96S462.33 128 480 128S512 113.67 512 96S497.67 64 480 64z" /> + + + + + + horiz-adv-x="576" d=" M288 416C128.94 416 0 287.06 0 128C0 75.2 14.25 25.74 39.06 -16.8C44.67 -26.42 55.36 -32 66.5 -32H509.5C520.64 -32 531.33 -26.42 536.94 -16.8C561.75 25.74 576 75.2 576 128C576 287.06 447.06 416 288 416zM390.77 296.41L329.44 112.41C343.13 100.67 352 83.46 352 64C352 52.28 348.62 41.45 343.12 32H232.88C227.38 41.45 224 52.28 224 64C224 97.94 250.5 125.43 283.9 127.59L345.24 311.6C349.4100000000001 324.1600000000001 362.9700000000001 331.05 375.6 326.7700000000001C388.17 322.5800000000001 394.9500000000001 308.98 390.7700000000001 296.4100000000001z" /> + @@ -2265,7 +3596,25 @@ License - https://fontawesome.com/license (Commercial License) horiz-adv-x="512" d=" M208 316H496C504.8 316 512 323.2 512 332V372C512 380.8 504.8 388 496 388H208C199.2 388 192 380.8 192 372V332C192 323.2 199.2 316 208 316zM208 156H496C504.8 156 512 163.2 512 172V212C512 220.8 504.8 228 496 228H208C199.2 228 192 220.8 192 212V172C192 163.2 199.2 156 208 156zM208 -4H496C504.8 -4 512 3.2 512 12V52C512 60.8 504.8 68 496 68H208C199.2 68 192 60.8 192 52V12C192 3.2 199.2 -4 208 -4zM64 80C37.5 80 15.4 58.5 15.4 32S37.5 -16 64 -16S112 5.5 112 32S90.5 80 64 80zM156.5 379L84.3 306.8L68.7 291.2000000000001C64 286.5 55.8 286.5 51.1 291.2000000000001L3.5 338.6C-1.2 343.3 -1.2 350.9 3.5 355.6L19.2 371.3C23.9 376 31.5 376 36.2 371.3L58.9 349.2L122.6 412.5C127.3 417.2 134.9 417.2 139.6 412.5L156.6 396C161.2 391.3 161.2 383.7 156.5 379zM156.5 219.4L84.3 147.2L68.6 131.5C63.9 126.8 55.7 126.8 51 131.5L3.5 179C-1.2 183.7 -1.2 191.3 3.5 196L19.2 211.7C23.9 216.4 31.5 216.4 36.2 211.7L58.9 189.6L122.6 253.3C127.3 258 134.9 258 139.6 253.3L156.6 236.3C161.2 231.7 161.2 224.1 156.5 219.4z" /> + horiz-adv-x="512" d=" M462 206.36L440 291.2000000000001C430.4 326.4000000000001 398.4 352 363.2 352H352V384C352 401.67 337.67 416 320 416H192C174.33 416 160 401.67 160 384V352H148.8C113.6 352 81.6 326.4 72 291.2L50 206.36C21.41 199.96 0 174.53 0 144V96C0 72.37 12.95 51.96 32 40.88V0C32 -17.67 46.33 -32 64 -32H96C113.67 -32 128 -17.67 128 0V32H384V0C384 -17.67 398.33 -32 416 -32H448C465.67 -32 480 -17.67 480 0V40.88C499.05 51.97 512 72.38 512 96V144C512 174.53 490.59 199.96 462 206.36zM96 96C78.33 96 64 110.33 64 128S78.33 160 96 160S128 145.67 128 128S113.67 96 96 96zM116.55 208L133.75 274.36C135.98 282.52 143.34 288 148.81 288H363.2100000000001C368.6800000000001 288 376.04 282.52 378.0600000000001 275.14L395.45 208H116.55zM416 96C398.33 96 384 110.33 384 128S398.33 160 416 160S448 145.67 448 128S433.67 96 416 96z" /> + + + + + + @@ -2287,6 +3636,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2305,6 +3657,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2314,12 +3669,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + @@ -2335,21 +3702,84 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="352" d=" M205.22 425.9100000000001C197.28 454.69 155.78 456.03 146.78 425.9100000000001C100.01 268.15 0 225.28 0 114.09C0 15.65 78.72 -64 176 -64S352 15.65 352 114.09C352 225.8400000000001 252.21 267.4300000000001 205.22 425.9100000000001zM176 0C114.25 0 64 50.25 64 112C64 120.84 71.16 128 80 128S96 120.84 96 112C96 67.89 131.89 32 176 32C184.84 32 192 24.84 192 16S184.84 0 176 0z" /> + + + + + + + + + + + + + + + + + + + + @@ -2365,12 +3795,18 @@ License - https://fontawesome.com/license (Commercial License) + + horiz-adv-x="512" d=" M496 213C485.33 229 471 240.67 453 248H454C462.67 264 465.83 280.5 463.5 297.5S454.33 329.17 443 341.5S417.83 362 401.5 366S368.67 368.33 352 361C349.33 385.67 338.83 406.33 320.5 423S280.67 448 256 448S209.83 439.67 191.5 423S162.67 385.67 160 361C143.33 368.33 126.83 370 110.5 366S80.33 353.83 69 341.5S50.83 314.5 48.5 297.5S49.67 264 59 248C41 240.67 26.67 229 16 213S0 179.33 0 160C0 133.33 9.33 110.67 28 92S69.33 64 96 64H224V7.55L193.71 -40.85C188.39 -51.4899999999999 196.13 -64.01 208.02 -64.01H303.98C315.87 -64.01 323.61 -51.49 318.29 -40.85L288 7.55V64H416C442.67 64 465.33 73.33 484 92S512 133.33 512 160C512 179.33 506.67 197 496 213z" /> + horiz-adv-x="384" d=" M378.31 69.51L298.42 160H329.05C338.06 160 346.0300000000001 165 349.8300000000001 173.06C353.6300000000001 181.1 352.3800000000001 190.32 346.5500000000001 197.11L268.42 288H297.31C306.4100000000001 288 314.61 293.35 318.17 301.61C321.69 309.74 320.0300000000001 319.2000000000001 313.93 325.69L203.66 443.17C197.63 449.62 186.38 449.62 180.34 443.17L70.06 325.69C63.96 319.2 62.31 309.74 65.82 301.61C69.38 293.35 77.59 288 86.69 288H115.58L37.44 197.09C31.63 190.31 30.38 181.1 34.17 173.05C37.97 165 45.93 160 54.95 160H85.58L5.69 69.51C-0.31 62.72 -1.67 53.42 2.13 45.25C5.88 37.2 14.13 32 23.14 32H160V7.55L129.71 -40.85C124.39 -51.4899999999999 132.13 -64.01 144.02 -64.01H239.98C251.87 -64.01 259.61 -51.49 254.29 -40.85L224 7.55V32H360.86C369.87 32 378.12 37.2 381.87 45.25C385.67 53.42 384.31 62.72 378.31 69.51z" /> + @@ -2389,9 +3825,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2404,15 +3846,24 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="576" d=" M575.7 167.2C547.1 303.5 437.3 385.4 320 398.1V416C320 433.7 305.7 448 288 448S256 433.7 256 416V398.1C138.3 385.4 29.5 303.5 0.3 167.2C-1.9 157.1 8.8 145.9 19 155.8C71 210.8 126.7 208.2 177.6 118.8C182.9 109.3 192.5 110.2 197.3 118.8C217.5 154.2 242.2 192 288 192C346.5 192 376.2 123.2 378.7 118.8C383.5 110.2 393.1 109.3 398.4 118.8C449.4 208.3 505.5 210.2 557 155.8C567.3 145.8 577.9 157.1 575.7 167.2zM256 146.3V16C256 7.2 248.8 0 240 0C232.2 0 226.8 5.3 224.9 10.7C219 27.4 200.8 36.1 184.1 30.2C167.4 24.3 158.7 6 164.6 -10.6C175.8 -42.5 206.2 -63.9 240.0000000000001 -63.9C284.1 -63.9 320 -28.0000000000001 320 16.1V146.4C310.9 154.3 300.2 160 288 160C275.7 159.9 265.6 155.2 256 146.3z" /> @@ -2422,6 +3873,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2455,6 +3912,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2467,6 +3927,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2476,6 +3939,9 @@ License - https://fontawesome.com/license (Commercial License) + @@ -2512,9 +3978,15 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2533,6 +4005,12 @@ License - https://fontawesome.com/license (Commercial License) + + @@ -2557,48 +4035,111 @@ License - https://fontawesome.com/license (Commercial License) + + + horiz-adv-x="384" d=" M215.03 375.96L126.06 287H24C10.74 287 0 276.26 0 263V119C0 105.75 10.74 95 24 95H126.06L215.03 6.05C230.06 -8.98 256 1.58 256 23.02V358.98C256 380.45 230.04 390.9600000000001 215.03 375.9600000000001zM338.23 267.88C326.6500000000001 274.2100000000001 312.04 270.04 305.62 258.43C299.23 246.82 303.46 232.23 315.07 225.82C327.98 218.72 336 205.38 336 191C336 176.62 327.98 163.28 315.08 156.19C303.47 149.78 299.24 135.19 305.63 123.58C312.06 111.92 326.68 107.78 338.24 114.13C366.4700000000001 129.68 384.01 159.13 384.01 191.01S366.47 252.33 338.23 267.88z" /> + unicode="" + horiz-adv-x="512" d=" M215.03 376.95L126.06 288H24C10.74 288 0 277.26 0 264V120C0 106.75 10.74 96 24 96H126.06L215.03 7.05C230.06 -7.98 256 2.58 256 24.02V359.98C256 381.44 230.04 391.9600000000001 215.03 376.95zM461.64 192L507.28 237.64C513.5799999999999 243.94 513.5799999999999 254.16 507.28 260.46L484.46 283.28C478.16 289.58 467.94 289.58 461.64 283.28L416 237.64L370.36 283.28C364.06 289.58 353.8400000000001 289.58 347.54 283.28L324.7200000000001 260.46C318.42 254.16 318.42 243.94 324.7200000000001 237.64L370.36 192L324.73 146.37C318.43 140.07 318.43 129.85 324.73 123.55L347.55 100.73C353.85 94.43 364.07 94.43 370.37 100.73L416 146.36L461.64 100.72C467.94 94.42 478.16 94.42 484.46 100.72L507.28 123.54C513.5799999999999 129.84 513.5799999999999 140.06 507.28 146.36L461.64 192z" /> + horiz-adv-x="257.33" d=" M216.36 376.96L127.39 288H25.33C12.07 288 1.33 277.26 1.33 264V120C1.33 106.75 12.07 96 25.33 96H127.39L216.36 7.05C231.39 -7.98 257.3300000000001 2.58 257.3300000000001 24.02V359.98C257.3300000000001 381.45 231.3700000000001 391.9600000000001 216.3600000000001 376.9600000000001z" /> + + horiz-adv-x="576" d=" M215.03 376.95L126.06 288H24C10.74 288 0 277.26 0 264V120C0 106.75 10.74 96 24 96H126.06L215.03 7.05C230.06 -7.98 256 2.58 256 24.02V359.98C256 381.44 230.04 391.9600000000001 215.03 376.95zM448.35 428.03C437.18 435.36 422.17 432.27 414.8400000000001 421.08C407.5000000000001 409.9100000000001 410.62 394.9 421.79 387.57C488.06 344.0800000000001 527.61 270.9700000000001 527.61 191.99C527.61 113.01 488.06 39.9 421.79 -3.59C410.62 -10.91 407.5 -25.93 414.8400000000001 -37.09C421.8800000000001 -47.8 436.7700000000001 -51.65 448.35 -44.04C528.27 8.42 576 96.67 576 192S528.27 375.57 448.35 428.03zM480 192C480 255.53 447.94 313.94 394.23 348.24C383.04 355.38 368.2000000000001 352.06 361.11 340.7800000000001S357.3300000000001 314.5700000000001 368.5200000000001 307.42C408.27 282.03 432 238.89 432 192S408.27 101.97 368.52 76.58C357.33 69.44 354.02 54.51 361.11 43.22C367.62 32.86 382.23 28.08 394.23 35.76C447.94 70.06 480 128.46 480 192zM338.23 268.87C326.6500000000001 275.2000000000001 312.04 271.03 305.62 259.42C299.23 247.81 303.46 233.2200000000001 315.07 226.81C327.98 219.72 336 206.37 336 192C336 177.62 327.98 164.28 315.08 157.19C303.47 150.78 299.24 136.19 305.63 124.58C312.06 112.92 326.68 108.78 338.24 115.13C366.4700000000001 130.68 384.01 160.13 384.01 192.01S366.47 253.33 338.23 268.87z" /> + + + + + + + + + + + + horiz-adv-x="512" d=" M448 384H422.02C438.44 355.7200000000001 448 322.99 448 288C448 182.13 361.87 96 256 96S64 182.13 64 288C64 322.99 73.56 355.7200000000001 89.98 384H64C28.71 384 0 355.29 0 320V0C0 -35.29 28.71 -64 64 -64H448C483.29 -64 512 -35.29 512 0V320C512 355.29 483.29 384 448 384zM256 128C344.37 128 416 199.63 416 288S344.37 448 256 448S96 376.37 96 288S167.63 128 256 128zM255.7 279.94L289.28 358.3C292.78 366.4700000000001 302.22 370.2200000000001 310.31 366.71C318.43 363.23 322.19 353.82 318.72 345.71L285.05 267.16C291.73 260 296 250.55 296 240C296 217.91 278.09 200 256 200S216 217.91 216 240C216 261.98 233.76 279.77 255.7 279.94z" /> + + + + + + horiz-adv-x="640" d=" M634.91 293.12C457.74 456.99 182.19 456.93 5.09 293.12C-1.57 286.9600000000001 -1.7 276.53 4.74 270.14L38.98 236.17C45.12 230.07 55 229.9400000000001 61.38 235.79C207.3 369.4700000000001 432.68 369.5 578.63 235.79C585.01 229.9400000000001 594.89 230.08 601.03 236.17L635.27 270.14C641.6999999999999 276.53 641.5699999999999 286.9600000000001 634.91 293.12zM320 96C284.65 96 256 67.35 256 32S284.65 -32 320 -32S384 -3.35 384 32S355.35 96 320 96zM522.67 179.59C407.41 281.5200000000001 232.46 281.4100000000001 117.33 179.59C110.43 173.49 110.21 162.9 116.76 156.4400000000001L151.2 122.4500000000001C157.2 116.53 166.86 116.1300000000001 173.25 121.65C257.2 194.22 382.99 194.06 466.74 121.65C473.13 116.1300000000001 482.79 116.5200000000001 488.79 122.4500000000001L523.23 156.4400000000001C529.79 162.9 529.5600000000001 173.5000000000001 522.6700000000001 179.59z" /> + + @@ -2617,9 +4158,18 @@ License - https://fontawesome.com/license (Commercial License) + + + + horiz-adv-x="288" d=" M216 -16H176V101.19C244.47 117.08 294.05 181.1 287.4 255.35L271.45 433.45C270.71 441.69 263.9 448 255.74 448H32.26C24.11 448 17.29 441.69 16.56 433.45L0.6 255.34C-6.05 181.09 43.53 117.07 112 101.18V-16H72C49.91 -16 32 -33.91 32 -56C32 -60.42 35.58 -64 40 -64H248C252.42 -64 256 -60.42 256 -56C256 -33.91 238.09 -16 216 -16z" /> @@ -2632,6 +4182,9 @@ License - https://fontawesome.com/license (Commercial License) + diff --git a/style/fa/fonts/fa-solid-900.ttf b/style/fa/fonts/fa-solid-900.ttf index 3614c70..ab63336 100644 Binary files a/style/fa/fonts/fa-solid-900.ttf and b/style/fa/fonts/fa-solid-900.ttf differ diff --git a/style/fa/fonts/fa-solid-900.woff b/style/fa/fonts/fa-solid-900.woff index f4c4465..7dab6e9 100644 Binary files a/style/fa/fonts/fa-solid-900.woff and b/style/fa/fonts/fa-solid-900.woff differ diff --git a/style/fa/fonts/fa-solid-900.woff2 b/style/fa/fonts/fa-solid-900.woff2 index 03b4ef3..0059ffe 100644 Binary files a/style/fa/fonts/fa-solid-900.woff2 and b/style/fa/fonts/fa-solid-900.woff2 differ diff --git a/style/fa/fa-light.scss b/style/fa/light.scss similarity index 90% rename from style/fa/fa-light.scss rename to style/fa/light.scss index 9607b73..94fb57a 100644 --- a/style/fa/fa-light.scss +++ b/style/fa/light.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ @import 'variables'; diff --git a/style/fa/fa-regular.scss b/style/fa/regular.scss similarity index 90% rename from style/fa/fa-regular.scss rename to style/fa/regular.scss index 0ca2a42..ee95138 100644 --- a/style/fa/fa-regular.scss +++ b/style/fa/regular.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ @import 'variables'; diff --git a/style/fa/fa-solid.scss b/style/fa/solid.scss similarity index 90% rename from style/fa/fa-solid.scss rename to style/fa/solid.scss index ea68c41..efcc22a 100644 --- a/style/fa/fa-solid.scss +++ b/style/fa/solid.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com + * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ @import 'variables'; diff --git a/style/fa/v4-shims.scss b/style/fa/v4-shims.scss new file mode 100644 index 0000000..7caa8d4 --- /dev/null +++ b/style/fa/v4-shims.scss @@ -0,0 +1,6 @@ +/*! + * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Commercial License) + */ +@import 'variables'; +@import 'shims';