diff --git a/wp-content/plugins/menu-icons/CHANGELOG.md b/wp-content/plugins/menu-icons/CHANGELOG.md index e038e14..86d65e2 100644 --- a/wp-content/plugins/menu-icons/CHANGELOG.md +++ b/wp-content/plugins/menu-icons/CHANGELOG.md @@ -1,4 +1,13 @@ + ### v0.12.4 - 2020-07-13 + **Changes:** + * Fix Font Awesome not loading + + ### v0.12.3 - 2020-07-13 + **Changes:** + * Fixed Menu Icons in Block Editor not working +* Fixed CWP links. + ### v0.12.2 - 2019-11-15 **Changes:** diff --git a/wp-content/plugins/menu-icons/css/admin.css b/wp-content/plugins/menu-icons/css/admin.css index 87301d4..8241832 100644 --- a/wp-content/plugins/menu-icons/css/admin.css +++ b/wp-content/plugins/menu-icons/css/admin.css @@ -145,10 +145,9 @@ .menu-icons-upgrade-hestia { width: 90%; margin-top: 0; - padding: 15px; + padding: 15px; } - #menu-icons-sidebar div.new-card { width: auto; min-width: initial; @@ -157,18 +156,18 @@ } .menu-icons-subscribe { - padding: 15px; + padding: 15px; } .menu-icons-submit-mail { - width: auto; + width: auto; } -#success{ +#success { display: none; } -#failure{ +#failure { display: none; } @@ -182,4 +181,4 @@ .attachments-browser.iconpicker-fonts-browser .media-sidebar { width: 32%; -} \ No newline at end of file +} diff --git a/wp-content/plugins/menu-icons/css/fontawesome/LICENSE.txt b/wp-content/plugins/menu-icons/css/fontawesome/LICENSE.txt new file mode 100644 index 0000000..f31bef9 --- /dev/null +++ b/wp-content/plugins/menu-icons/css/fontawesome/LICENSE.txt @@ -0,0 +1,34 @@ +Font Awesome Free License +------------------------- + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) +In the Font Awesome Free download, the CC BY 4.0 license applies to all icons +packaged as SVG and JS file types. + +# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL) +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +# Code: MIT License (https://opensource.org/licenses/MIT) +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +# Attribution +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +# Brand Icons +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** diff --git a/wp-content/plugins/menu-icons/css/fontawesome/css/all.min.css b/wp-content/plugins/menu-icons/css/fontawesome/css/all.min.css new file mode 100644 index 0000000..3d28ab2 --- /dev/null +++ b/wp-content/plugins/menu-icons/css/fontawesome/css/all.min.css @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.eot b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.eot new file mode 100644 index 0000000..a1bc094 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.eot differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.svg b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.svg new file mode 100644 index 0000000..46ad237 --- /dev/null +++ b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.svg @@ -0,0 +1,3570 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.ttf b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000..948a2a6 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.ttf differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.woff b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.woff new file mode 100644 index 0000000..2a89d52 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.woff differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.woff2 b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.woff2 new file mode 100644 index 0000000..141a90a Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.woff2 differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.eot b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.eot new file mode 100644 index 0000000..38cf251 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.eot differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.svg b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.svg new file mode 100644 index 0000000..48634a9 --- /dev/null +++ b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.svg @@ -0,0 +1,803 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.ttf b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000..abe99e2 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.ttf differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff new file mode 100644 index 0000000..24de566 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff2 b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000..7e0118e Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff2 differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.eot b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.eot new file mode 100644 index 0000000..d3b77c2 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.eot differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.svg b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.svg new file mode 100644 index 0000000..7742838 --- /dev/null +++ b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.svg @@ -0,0 +1,4938 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.ttf b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000..5b97903 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.ttf differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff new file mode 100644 index 0000000..beec791 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff differ diff --git a/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff2 b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000..978a681 Binary files /dev/null and b/wp-content/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff2 differ diff --git a/wp-content/plugins/menu-icons/includes/picker.php b/wp-content/plugins/menu-icons/includes/picker.php index 35709be..8d1d38f 100644 --- a/wp-content/plugins/menu-icons/includes/picker.php +++ b/wp-content/plugins/menu-icons/includes/picker.php @@ -19,11 +19,18 @@ final class Menu_Icons_Picker { */ public static function init() { add_action( 'load-nav-menus.php', array( __CLASS__, '_load_nav_menus' ) ); - add_filter( 'wp_edit_nav_menu_walker', array( __CLASS__, '_filter_wp_edit_nav_menu_walker' ), 99 ); add_filter( 'wp_nav_menu_item_custom_fields', array( __CLASS__, '_fields' ), 10, 4 ); add_filter( 'manage_nav-menus_columns', array( __CLASS__, '_columns' ), 99 ); add_action( 'wp_update_nav_menu_item', array( __CLASS__, '_save' ), 10, 3 ); add_filter( 'icon_picker_type_props', array( __CLASS__, '_add_extra_type_props_data' ), 10, 3 ); + + if ( ! version_compare( get_bloginfo( 'version' ), '5.4', '>=' ) ) { + add_filter( + 'wp_edit_nav_menu_walker', function() { + return 'Menu_Item_Custom_Fields_Walker'; + }, 99 + ); + } } @@ -40,25 +47,6 @@ final class Menu_Icons_Picker { } - - /** - * Custom walker - * - * @since 0.3.0 - * @access protected - * @wp_hook filter wp_edit_nav_menu_walker - */ - public static function _filter_wp_edit_nav_menu_walker( $walker ) { - // Load menu item custom fields plugin - if ( ! class_exists( 'Menu_Item_Custom_Fields_Walker' ) ) { - require_once Menu_Icons::get( 'dir' ) . 'includes/library/menu-item-custom-fields/walker-nav-menu-edit.php'; - } - $walker = 'Menu_Item_Custom_Fields_Walker'; - - return $walker; - } - - /** * Get menu item setting fields * diff --git a/wp-content/plugins/menu-icons/includes/settings.php b/wp-content/plugins/menu-icons/includes/settings.php index 7aa6072..eb53ffc 100644 --- a/wp-content/plugins/menu-icons/includes/settings.php +++ b/wp-content/plugins/menu-icons/includes/settings.php @@ -55,6 +55,12 @@ final class Menu_Icons_Settings { * @since 0.3.0 */ public static function init() { + // Include Menu Icons for Block Editor + if ( class_exists( '\ThemeIsle\GutenbergMenuIcons' ) ) { + \ThemeIsle\GutenbergMenuIcons::instance(); + add_action( 'enqueue_block_assets', array( __CLASS__, '_enqueue_font_awesome' ) ); + } + /** * Allow themes/plugins to override the default settings * @@ -641,6 +647,21 @@ final class Menu_Icons_Settings { return $sections; } + /** + * Enqueue scripts & styles for Block Icons + * + * @since 0.3.0 + * @wp_hook action enqueue_block_assets + */ + public static function _enqueue_font_awesome() { + $url = Menu_Icons::get( 'url' ); + + wp_register_style( + 'font-awesome-5', + "{$url}css/fontawesome/css/all.min.css" + ); + } + /** * Enqueue scripts & styles for Appearance > Menus page * @@ -690,7 +711,7 @@ final class Menu_Icons_Settings { $menu_current_theme = ''; $theme = wp_get_theme(); if ( ! empty( $theme ) ) { - if ( is_child_theme() ) { + if ( is_child_theme() && $theme->parent() ) { $menu_current_theme = $theme->parent()->get( 'Name' ); } else { $menu_current_theme = $theme->get( 'Name' ); diff --git a/wp-content/plugins/menu-icons/js/admin.js b/wp-content/plugins/menu-icons/js/admin.js index b5e48de..7ae44d2 100644 --- a/wp-content/plugins/menu-icons/js/admin.js +++ b/wp-content/plugins/menu-icons/js/admin.js @@ -305,9 +305,10 @@ __webpack_require__(3); } else { $button.prop('disabled', false); } + $spinner.hide(); }, - always: function always() { + fail: function fail() { $spinner.hide(); } }); diff --git a/wp-content/plugins/menu-icons/js/admin.min.js b/wp-content/plugins/menu-icons/js/admin.min.js index b5e48de..7ae44d2 100644 --- a/wp-content/plugins/menu-icons/js/admin.min.js +++ b/wp-content/plugins/menu-icons/js/admin.min.js @@ -305,9 +305,10 @@ __webpack_require__(3); } else { $button.prop('disabled', false); } + $spinner.hide(); }, - always: function always() { + fail: function fail() { $spinner.hide(); } }); diff --git a/wp-content/plugins/menu-icons/js/src/settings.js b/wp-content/plugins/menu-icons/js/src/settings.js index 64f3f21..4e43015 100644 --- a/wp-content/plugins/menu-icons/js/src/settings.js +++ b/wp-content/plugins/menu-icons/js/src/settings.js @@ -49,9 +49,10 @@ } else { $button.prop( 'disabled', false ); } + $spinner.hide(); }, - always: function() { + fail: function() { $spinner.hide(); } }); diff --git a/wp-content/plugins/menu-icons/languages/menu-icons.pot b/wp-content/plugins/menu-icons/languages/menu-icons.pot index 309da2f..fd7e9bc 100644 --- a/wp-content/plugins/menu-icons/languages/menu-icons.pot +++ b/wp-content/plugins/menu-icons/languages/menu-icons.pot @@ -1,14 +1,14 @@ -# Copyright (C) 2019 ThemeIsle +# Copyright (C) 2020 ThemeIsle # This file is distributed under the GPLv2. msgid "" msgstr "" -"Project-Id-Version: Menu Icons 0.11.5\n" +"Project-Id-Version: Menu Icons 0.12.3\n" "Report-Msgid-Bugs-To: https://github.com/Codeinwp/wp-menu-icons/issues\n" -"POT-Creation-Date: 2019-11-15 14:55:01+00:00\n" +"POT-Creation-Date: 2020-07-13 12:12:23+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n" "Last-Translator: Themeisle Translate Team \n" "Language-Team: Themeisle Translate \n" "Language: en\n" @@ -52,215 +52,198 @@ msgstr "" msgid "Full Size" msgstr "" -#: includes/picker.php:75 +#: includes/picker.php:63 msgid "Type" msgstr "" -#: includes/picker.php:80 includes/picker.php:178 +#: includes/picker.php:68 includes/picker.php:166 msgid "Icon" msgstr "" -#: includes/picker.php:128 +#: includes/picker.php:116 msgid "Icon:" msgstr "" -#: includes/picker.php:129 includes/settings.php:771 +#: includes/picker.php:117 includes/settings.php:740 msgid "Select" msgstr "" -#: includes/picker.php:130 includes/settings.php:772 +#: includes/picker.php:118 includes/settings.php:741 #: vendor/codeinwp/icon-picker/includes/fields/base.php:68 #: vendor/codeinwp/icon-picker/includes/types/elusive.php:465 msgid "Remove" msgstr "" -#: includes/settings.php:295 +#: includes/settings.php:301 msgid "Menu Icons Settings" msgstr "" -#: includes/settings.php:329 +#: includes/settings.php:335 msgid "Menu Icons Settings have been successfully updated." msgstr "" -#: includes/settings.php:330 +#: includes/settings.php:336 msgid "Menu Icons Settings have been successfully reset." msgstr "" -#: includes/settings.php:367 includes/settings.php:390 +#: includes/settings.php:373 includes/settings.php:396 msgid "Extensions" msgstr "" -#: includes/settings.php:409 +#: includes/settings.php:415 msgid "Discard all changes and reset to default state" msgstr "" -#: includes/settings.php:410 +#: includes/settings.php:416 msgid "Reset" msgstr "" -#: includes/settings.php:419 +#: includes/settings.php:425 msgid "Save Settings" msgstr "" -#: includes/settings.php:446 +#: includes/settings.php:452 msgid "Global" msgstr "" -#: includes/settings.php:447 +#: includes/settings.php:453 msgid "Global settings" msgstr "" -#: includes/settings.php:452 +#: includes/settings.php:458 msgid "Icon Types" msgstr "" -#: includes/settings.php:468 +#: includes/settings.php:474 msgid "Current Menu" msgstr "" -#: includes/settings.php:470 +#: includes/settings.php:476 msgid "\"%s\" menu settings" msgstr "" -#: includes/settings.php:496 +#: includes/settings.php:502 msgid "Hide Label" msgstr "" -#: includes/settings.php:501 +#: includes/settings.php:507 #: vendor/codeinwp/icon-picker/includes/types/dashicons.php:800 #: vendor/codeinwp/icon-picker/includes/types/dashicons.php:805 msgid "No" msgstr "" -#: includes/settings.php:505 +#: includes/settings.php:511 #: vendor/codeinwp/icon-picker/includes/types/dashicons.php:795 msgid "Yes" msgstr "" -#: includes/settings.php:512 +#: includes/settings.php:518 msgid "Position" msgstr "" -#: includes/settings.php:517 +#: includes/settings.php:523 msgid "Before" msgstr "" -#: includes/settings.php:521 +#: includes/settings.php:527 msgid "After" msgstr "" -#: includes/settings.php:528 +#: includes/settings.php:534 msgid "Vertical Align" msgstr "" -#: includes/settings.php:533 +#: includes/settings.php:539 msgid "Super" msgstr "" -#: includes/settings.php:537 +#: includes/settings.php:543 #: vendor/codeinwp/icon-picker/includes/types/genericon.php:292 msgid "Top" msgstr "" -#: includes/settings.php:541 +#: includes/settings.php:547 msgid "Text Top" msgstr "" -#: includes/settings.php:545 +#: includes/settings.php:551 msgid "Middle" msgstr "" -#: includes/settings.php:549 +#: includes/settings.php:555 msgid "Baseline" msgstr "" -#: includes/settings.php:553 +#: includes/settings.php:559 msgid "Text Bottom" msgstr "" -#: includes/settings.php:557 +#: includes/settings.php:563 msgid "Bottom" msgstr "" -#: includes/settings.php:561 +#: includes/settings.php:567 msgid "Sub" msgstr "" -#: includes/settings.php:568 +#: includes/settings.php:574 #: vendor/codeinwp/icon-picker/includes/types/elusive.php:910 msgid "Font Size" msgstr "" -#: includes/settings.php:579 +#: includes/settings.php:585 msgid "SVG Width" msgstr "" -#: includes/settings.php:590 +#: includes/settings.php:596 msgid "Image Size" msgstr "" #: includes/settings.php:739 -msgid "Get Our Free Email Course" -msgstr "" - -#: includes/settings.php:740 -msgid "" -"Ready to learn how to reduce your website loading times by half? Come and " -"join the 1st lesson here!" -msgstr "" - -#: includes/settings.php:741 -msgid "" -"Thank you for subscribing! You have been added to the mailing list and will " -"receive the next email information in the coming weeks. If you ever wish to " -"unsubscribe, simply use the \"Unsubscribe\" link included in each " -"newsletter." -msgstr "" - -#: includes/settings.php:742 -msgid "Unable to Subscribe." -msgstr "" - -#: includes/settings.php:770 #: vendor/codeinwp/icon-picker/includes/fields/base.php:67 #: vendor/codeinwp/icon-picker/includes/loader.php:237 msgid "Select Icon" msgstr "" -#: includes/settings.php:773 +#: includes/settings.php:742 msgid "Change" msgstr "" -#: includes/settings.php:774 +#: includes/settings.php:743 #: vendor/codeinwp/icon-picker/includes/loader.php:236 msgid "All" msgstr "" -#: includes/settings.php:775 +#: includes/settings.php:744 msgid "Preview" msgstr "" -#: includes/settings.php:777 +#: includes/settings.php:746 msgid "" "Please note that the actual look of the icons on the front-end will also be " "affected by the style of your active theme. You can add your own CSS using " "%2$s or a plugin such as %3$s if you need to override it." msgstr "" -#: includes/settings.php:782 +#: includes/settings.php:751 msgid "the customizer" msgstr "" -#: menu-icons.php:138 +#: menu-icons.php:123 msgid "Menu Icons: No registered icon types found." msgstr "" -#: menu-icons.php:167 +#: menu-icons.php:152 msgid "" "Looks like Menu Icons was installed via Composer. Please activate Icon " "Picker first." msgstr "" +#: vendor/codeinwp/gutenberg-menu-icons/class-gutenberg-menu-icons.php:163 +#: vendor/codeinwp/gutenberg-menu-icons/class-gutenberg-menu-icons.php:175 +msgid "Cheatin’ huh?" +msgstr "" + #: vendor/codeinwp/icon-picker/includes/fontpack.php:132 msgid "Icon Picker: %1$s was not found in %2$s." msgstr "" diff --git a/wp-content/plugins/menu-icons/menu-icons.php b/wp-content/plugins/menu-icons/menu-icons.php index ad9e435..b352c04 100644 --- a/wp-content/plugins/menu-icons/menu-icons.php +++ b/wp-content/plugins/menu-icons/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.12.2 + * Version: 0.12.4 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -27,7 +27,7 @@ */ final class Menu_Icons { - const VERSION = '0.12.2'; + const VERSION = '0.12.4'; /** * Holds plugin data @@ -80,22 +80,7 @@ final class Menu_Icons { 'url' => plugin_dir_url( __FILE__ ), 'types' => array(), ); - $vendor_file = dirname(__FILE__) . '/vendor/autoload.php'; - if ( is_readable( $vendor_file ) ) { - require_once $vendor_file; - } - // Load Icon Picker. - if ( ! class_exists( 'Icon_Picker' ) ) { - $ip_file = self::$data['dir'] . 'includes/library/icon-picker/icon-picker.php'; - - if ( file_exists( $ip_file ) ) { - require_once $ip_file; - } else { - add_action( 'admin_notices', array( __CLASS__, '_notice_missing_icon_picker' ) ); - return; - } - } Icon_Picker::instance(); require_once self::$data['dir'] . 'includes/library/compat.php'; @@ -171,6 +156,12 @@ final class Menu_Icons { } add_action( 'plugins_loaded', array( 'Menu_Icons', '_load' ) ); +$vendor_file = dirname(__FILE__) . '/vendor/autoload.php'; + +if ( is_readable( $vendor_file ) ) { + require_once $vendor_file; +} + add_filter( 'themeisle_sdk_products', 'kucrut_register_sdk', 10, 1 ); function kucrut_register_sdk( $products ) { diff --git a/wp-content/plugins/menu-icons/readme.md b/wp-content/plugins/menu-icons/readme.md index 26cb2bd..5195398 100644 --- a/wp-content/plugins/menu-icons/readme.md +++ b/wp-content/plugins/menu-icons/readme.md @@ -2,7 +2,7 @@ **Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [themeisle](https://profiles.wordpress.org/themeisle) **Tags:** menu, nav-menu, icons, navigation **Requires at least:** 4.3 -**Tested up to:** 5.3 +**Tested up to:** 5.4 **Stable tag:** trunk **License:** GPLv2 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -47,7 +47,7 @@ Development of this plugin is done on [GitHub](https://github.com/codeinwp/wp-me ## If you like this plugin, then consider checking out our other projects: ## -[CodeinWP Blog](https://codeinwp.com/blog/) – Designer's Guide To WordPress +[CodeinWP Blog](https://www.codeinwp.com/blog/) – Designer's Guide To WordPress [Revive.Social](https://revive.social) – Social Media Tools [JustFreeThemes](https://justfreethemes.com) - Free WordPress Themes directory @@ -224,6 +224,17 @@ Add this block of code to your [mu-plugin file](http://codex.wordpress.org/Must_ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). ## Changelog ## +### 0.12.4 - 2020-07-13 ### + +* Fix Font Awesome not loading + + +### 0.12.3 - 2020-07-13 ### + +* Fixed Menu Icons in Block Editor not working +* Fixed CWP links. + + ### 0.12.2 - 2019-11-15 ### diff --git a/wp-content/plugins/menu-icons/readme.txt b/wp-content/plugins/menu-icons/readme.txt index bc03a00..8dd0972 100644 --- a/wp-content/plugins/menu-icons/readme.txt +++ b/wp-content/plugins/menu-icons/readme.txt @@ -2,7 +2,7 @@ Contributors: codeinwp, themeisle Tags: menu, nav-menu, icons, navigation Requires at least: 4.3 -Tested up to: 5.3 +Tested up to: 5.4 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -47,7 +47,7 @@ Development of this plugin is done on [GitHub](https://github.com/codeinwp/wp-me == If you like this plugin, then consider checking out our other projects: == -[CodeinWP Blog](https://codeinwp.com/blog/) – Designer's Guide To WordPress +[CodeinWP Blog](https://www.codeinwp.com/blog/) – Designer's Guide To WordPress [Revive.Social](https://revive.social) – Social Media Tools [JustFreeThemes](https://justfreethemes.com) - Free WordPress Themes directory @@ -224,6 +224,17 @@ add_filter( 'menu_icons_menu_settings', 'my_menu_icons_menu_settings', 10, 2 ); Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == += 0.12.4 - 2020-07-13 = + +* Fix Font Awesome not loading + + += 0.12.3 - 2020-07-13 = + +* Fixed Menu Icons in Block Editor not working +* Fixed CWP links. + + = 0.12.2 - 2019-11-15 = diff --git a/wp-content/plugins/menu-icons/vendor/autoload.php b/wp-content/plugins/menu-icons/vendor/autoload.php index 88c61f0..44da764 100644 --- a/wp-content/plugins/menu-icons/vendor/autoload.php +++ b/wp-content/plugins/menu-icons/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08::getLoader(); +return ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1::getLoader(); diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/CHANGELOG.md b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/CHANGELOG.md new file mode 100644 index 0000000..5f730a3 --- /dev/null +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/CHANGELOG.md @@ -0,0 +1,19 @@ +##### [Version 1.0.4](https://github.com/Codeinwp/gutenberg-menu-icons/compare/v1.0.3...v1.0.4) (2020-05-17) + +- Make it compatible with the latest version of Gutenberg + +##### [Version 1.0.3](https://github.com/Codeinwp/gutenberg-menu-icons/compare/v1.0.2...v1.0.3) (2020-04-21) + +- Fix wrong use of CONSTANT + +##### [Version 1.0.2](https://github.com/Codeinwp/gutenberg-menu-icons/compare/v1.0.1...v1.0.2) (2020-04-21) + +- Fix line-height issue + +##### [Version 1.0.1](https://github.com/Codeinwp/gutenberg-menu-icons/compare/v1.0.0...v1.0.1) (2020-04-19) + +- Updated CSS to make it compatible with the latest version of Gutenberg plugin. + +#### Version1.0.0 (2020-04-16) + +> Things are getting better every day. 🚀 diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/LICENSE b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/README.md b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/README.md new file mode 100644 index 0000000..e020b8a --- /dev/null +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/README.md @@ -0,0 +1,24 @@ +ThemeIsle Gutenberg Menu Icons +-------------------------- + +You can include this library like this:: + +``` +if ( class_exists( '\ThemeIsle\GutenbergMenuIcons' ) ) { + \ThemeIsle\GutenbergMenuIcons::instance(); +} +``` + +## Releasing + +This repository uses conventional [changelog commit](https://github.com/Codeinwp/conventional-changelog-simple-preset) messages to trigger release + +How to release a new version: + +- Clone the master branch +- Do your changes +- Send a PR to master and merge it using the following subject message + - `release: ` - for patch release + - `release(minor): ` - for minor release + - `release(major): ` - for major release +The release notes will inherit the body of the commit message which triggered the release. For more details check the [simple-preset](https://github.com/Codeinwp/conventional-changelog-simple-preset) that we use. \ No newline at end of file diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/assets/css/font-awesome.min.css b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/assets/css/font-awesome.min.css new file mode 100644 index 0000000..7abc657 --- /dev/null +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/assets/css/font-awesome.min.css @@ -0,0 +1,8 @@ +/*! + * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Modefied for Block Menu plugin by @HardeepAsrani + * - It adds .wp-block-navigation-link__content to all selectors. + * - It adds > .wp-block-navigation-link__content to icon selectors. + * - It adds .wp-block-navigation-link to remove default styles from link. + */.fa .wp-block-navigation-link__content,.fab .wp-block-navigation-link__content,.fad .wp-block-navigation-link__content,.fal .wp-block-navigation-link__content,.far .wp-block-navigation-link__content,.fas .wp-block-navigation-link__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto}.fa.wp-block-navigation-link:before,.fab.wp-block-navigation-link:before,.fad.wp-block-navigation-link:before,.fal.wp-block-navigation-link:before,.far.wp-block-navigation-link:before,.fas.wp-block-navigation-link:before{display:none}.fa-lg .wp-block-navigation-link__content{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs .wp-block-navigation-link__content{font-size:.75em}.fa-sm .wp-block-navigation-link__content{font-size:.875em}.fa-1x .wp-block-navigation-link__content{font-size:1em}.fa-2x .wp-block-navigation-link__content{font-size:2em}.fa-3x .wp-block-navigation-link__content{font-size:3em}.fa-4x .wp-block-navigation-link__content{font-size:4em}.fa-5x .wp-block-navigation-link__content{font-size:5em}.fa-6x .wp-block-navigation-link__content{font-size:6em}.fa-7x .wp-block-navigation-link__content{font-size:7em}.fa-8x .wp-block-navigation-link__content{font-size:8em}.fa-9x .wp-block-navigation-link__content{font-size:9em}.fa-10x .wp-block-navigation-link__content{font-size:10em}.fa-fw .wp-block-navigation-link__content{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border .wp-block-navigation-link__content{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left .wp-block-navigation-link__content{float:left}.fa-pull-right .wp-block-navigation-link__content{float:right}.fa.fa-pull-left .wp-block-navigation-link__content,.fab.fa-pull-left .wp-block-navigation-link__content,.fal.fa-pull-left .wp-block-navigation-link__content,.far.fa-pull-left .wp-block-navigation-link__content,.fas.fa-pull-left .wp-block-navigation-link__content{margin-right:.3em}.fa.fa-pull-right .wp-block-navigation-link__content,.fab.fa-pull-right .wp-block-navigation-link__content,.fal.fa-pull-right .wp-block-navigation-link__content,.far.fa-pull-right .wp-block-navigation-link__content,.fas.fa-pull-right .wp-block-navigation-link__content{margin-left:.3em}.fa-spin .wp-block-navigation-link__content{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse .wp-block-navigation-link__content{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90 .wp-block-navigation-link__content{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180 .wp-block-navigation-link__content{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270 .wp-block-navigation-link__content{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal .wp-block-navigation-link__content{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical .wp-block-navigation-link__content{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both .wp-block-navigation-link__content,.fa-flip-horizontal.fa-flip-vertical .wp-block-navigation-link__content{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both .wp-block-navigation-link__content,:root .fa-flip-horizontal .wp-block-navigation-link__content,:root .fa-flip-vertical .wp-block-navigation-link__content,:root .fa-rotate-180 .wp-block-navigation-link__content,:root .fa-rotate-270 .wp-block-navigation-link__content,:root .fa-rotate-90 .wp-block-navigation-link__content{-webkit-filter:none;filter:none}.fa-stack .wp-block-navigation-link__content{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x .wp-block-navigation-link__content,.fa-stack-2x .wp-block-navigation-link__content{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x .wp-block-navigation-link__content{line-height:inherit}.fa-stack-2x .wp-block-navigation-link__content{font-size:2em}.fa-inverse .wp-block-navigation-link__content{color:#fff}.fa-500px > .wp-block-navigation-link__content:before{content:"\f26e"}.fa-accessible-icon > .wp-block-navigation-link__content:before{content:"\f368"}.fa-accusoft > .wp-block-navigation-link__content:before{content:"\f369"}.fa-acquisitions-incorporated > .wp-block-navigation-link__content:before{content:"\f6af"}.fa-ad > .wp-block-navigation-link__content:before{content:"\f641"}.fa-address-book > .wp-block-navigation-link__content:before{content:"\f2b9"}.fa-address-card > .wp-block-navigation-link__content:before{content:"\f2bb"}.fa-adjust > .wp-block-navigation-link__content:before{content:"\f042"}.fa-adn > .wp-block-navigation-link__content:before{content:"\f170"}.fa-adobe > .wp-block-navigation-link__content:before{content:"\f778"}.fa-adversal > .wp-block-navigation-link__content:before{content:"\f36a"}.fa-affiliatetheme > .wp-block-navigation-link__content:before{content:"\f36b"}.fa-air-freshener > .wp-block-navigation-link__content:before{content:"\f5d0"}.fa-airbnb > .wp-block-navigation-link__content:before{content:"\f834"}.fa-algolia > .wp-block-navigation-link__content:before{content:"\f36c"}.fa-align-center > .wp-block-navigation-link__content:before{content:"\f037"}.fa-align-justify > .wp-block-navigation-link__content:before{content:"\f039"}.fa-align-left > .wp-block-navigation-link__content:before{content:"\f036"}.fa-align-right > .wp-block-navigation-link__content:before{content:"\f038"}.fa-alipay > .wp-block-navigation-link__content:before{content:"\f642"}.fa-allergies > .wp-block-navigation-link__content:before{content:"\f461"}.fa-amazon > .wp-block-navigation-link__content:before{content:"\f270"}.fa-amazon-pay > .wp-block-navigation-link__content:before{content:"\f42c"}.fa-ambulance > .wp-block-navigation-link__content:before{content:"\f0f9"}.fa-american-sign-language-interpreting > .wp-block-navigation-link__content:before{content:"\f2a3"}.fa-amilia > .wp-block-navigation-link__content:before{content:"\f36d"}.fa-anchor > .wp-block-navigation-link__content:before{content:"\f13d"}.fa-android > .wp-block-navigation-link__content:before{content:"\f17b"}.fa-angellist > .wp-block-navigation-link__content:before{content:"\f209"}.fa-angle-double-down > .wp-block-navigation-link__content:before{content:"\f103"}.fa-angle-double-left > .wp-block-navigation-link__content:before{content:"\f100"}.fa-angle-double-right > .wp-block-navigation-link__content:before{content:"\f101"}.fa-angle-double-up > .wp-block-navigation-link__content:before{content:"\f102"}.fa-angle-down > .wp-block-navigation-link__content:before{content:"\f107"}.fa-angle-left > .wp-block-navigation-link__content:before{content:"\f104"}.fa-angle-right > .wp-block-navigation-link__content:before{content:"\f105"}.fa-angle-up > .wp-block-navigation-link__content:before{content:"\f106"}.fa-angry > .wp-block-navigation-link__content:before{content:"\f556"}.fa-angrycreative > .wp-block-navigation-link__content:before{content:"\f36e"}.fa-angular > .wp-block-navigation-link__content:before{content:"\f420"}.fa-ankh > .wp-block-navigation-link__content:before{content:"\f644"}.fa-app-store > .wp-block-navigation-link__content:before{content:"\f36f"}.fa-app-store-ios > .wp-block-navigation-link__content:before{content:"\f370"}.fa-apper > .wp-block-navigation-link__content:before{content:"\f371"}.fa-apple > .wp-block-navigation-link__content:before{content:"\f179"}.fa-apple-alt > .wp-block-navigation-link__content:before{content:"\f5d1"}.fa-apple-pay > .wp-block-navigation-link__content:before{content:"\f415"}.fa-archive > .wp-block-navigation-link__content:before{content:"\f187"}.fa-archway > .wp-block-navigation-link__content:before{content:"\f557"}.fa-arrow-alt-circle-down > .wp-block-navigation-link__content:before{content:"\f358"}.fa-arrow-alt-circle-left > .wp-block-navigation-link__content:before{content:"\f359"}.fa-arrow-alt-circle-right > .wp-block-navigation-link__content:before{content:"\f35a"}.fa-arrow-alt-circle-up > .wp-block-navigation-link__content:before{content:"\f35b"}.fa-arrow-circle-down > .wp-block-navigation-link__content:before{content:"\f0ab"}.fa-arrow-circle-left > .wp-block-navigation-link__content:before{content:"\f0a8"}.fa-arrow-circle-right > .wp-block-navigation-link__content:before{content:"\f0a9"}.fa-arrow-circle-up > .wp-block-navigation-link__content:before{content:"\f0aa"}.fa-arrow-down > .wp-block-navigation-link__content:before{content:"\f063"}.fa-arrow-left > .wp-block-navigation-link__content:before{content:"\f060"}.fa-arrow-right > .wp-block-navigation-link__content:before{content:"\f061"}.fa-arrow-up > .wp-block-navigation-link__content:before{content:"\f062"}.fa-arrows-alt > .wp-block-navigation-link__content:before{content:"\f0b2"}.fa-arrows-alt-h > .wp-block-navigation-link__content:before{content:"\f337"}.fa-arrows-alt-v > .wp-block-navigation-link__content:before{content:"\f338"}.fa-artstation > .wp-block-navigation-link__content:before{content:"\f77a"}.fa-assistive-listening-systems > .wp-block-navigation-link__content:before{content:"\f2a2"}.fa-asterisk > .wp-block-navigation-link__content:before{content:"\f069"}.fa-asymmetrik > .wp-block-navigation-link__content:before{content:"\f372"}.fa-at > .wp-block-navigation-link__content:before{content:"\f1fa"}.fa-atlas > .wp-block-navigation-link__content:before{content:"\f558"}.fa-atlassian > .wp-block-navigation-link__content:before{content:"\f77b"}.fa-atom > .wp-block-navigation-link__content:before{content:"\f5d2"}.fa-audible > .wp-block-navigation-link__content:before{content:"\f373"}.fa-audio-description > .wp-block-navigation-link__content:before{content:"\f29e"}.fa-autoprefixer > .wp-block-navigation-link__content:before{content:"\f41c"}.fa-avianex > .wp-block-navigation-link__content:before{content:"\f374"}.fa-aviato > .wp-block-navigation-link__content:before{content:"\f421"}.fa-award > .wp-block-navigation-link__content:before{content:"\f559"}.fa-aws > .wp-block-navigation-link__content:before{content:"\f375"}.fa-baby > .wp-block-navigation-link__content:before{content:"\f77c"}.fa-baby-carriage > .wp-block-navigation-link__content:before{content:"\f77d"}.fa-backspace > .wp-block-navigation-link__content:before{content:"\f55a"}.fa-backward > .wp-block-navigation-link__content:before{content:"\f04a"}.fa-bacon > .wp-block-navigation-link__content:before{content:"\f7e5"}.fa-bahai > .wp-block-navigation-link__content:before{content:"\f666"}.fa-balance-scale > .wp-block-navigation-link__content:before{content:"\f24e"}.fa-balance-scale-left > .wp-block-navigation-link__content:before{content:"\f515"}.fa-balance-scale-right > .wp-block-navigation-link__content:before{content:"\f516"}.fa-ban > .wp-block-navigation-link__content:before{content:"\f05e"}.fa-band-aid > .wp-block-navigation-link__content:before{content:"\f462"}.fa-bandcamp > .wp-block-navigation-link__content:before{content:"\f2d5"}.fa-barcode > .wp-block-navigation-link__content:before{content:"\f02a"}.fa-bars > .wp-block-navigation-link__content:before{content:"\f0c9"}.fa-baseball-ball > .wp-block-navigation-link__content:before{content:"\f433"}.fa-basketball-ball > .wp-block-navigation-link__content:before{content:"\f434"}.fa-bath > .wp-block-navigation-link__content:before{content:"\f2cd"}.fa-battery-empty > .wp-block-navigation-link__content:before{content:"\f244"}.fa-battery-full > .wp-block-navigation-link__content:before{content:"\f240"}.fa-battery-half > .wp-block-navigation-link__content:before{content:"\f242"}.fa-battery-quarter > .wp-block-navigation-link__content:before{content:"\f243"}.fa-battery-three-quarters > .wp-block-navigation-link__content:before{content:"\f241"}.fa-battle-net > .wp-block-navigation-link__content:before{content:"\f835"}.fa-bed > .wp-block-navigation-link__content:before{content:"\f236"}.fa-beer > .wp-block-navigation-link__content:before{content:"\f0fc"}.fa-behance > .wp-block-navigation-link__content:before{content:"\f1b4"}.fa-behance-square > .wp-block-navigation-link__content:before{content:"\f1b5"}.fa-bell > .wp-block-navigation-link__content:before{content:"\f0f3"}.fa-bell-slash > .wp-block-navigation-link__content:before{content:"\f1f6"}.fa-bezier-curve > .wp-block-navigation-link__content:before{content:"\f55b"}.fa-bible > .wp-block-navigation-link__content:before{content:"\f647"}.fa-bicycle > .wp-block-navigation-link__content:before{content:"\f206"}.fa-biking > .wp-block-navigation-link__content:before{content:"\f84a"}.fa-bimobject > .wp-block-navigation-link__content:before{content:"\f378"}.fa-binoculars > .wp-block-navigation-link__content:before{content:"\f1e5"}.fa-biohazard > .wp-block-navigation-link__content:before{content:"\f780"}.fa-birthday-cake > .wp-block-navigation-link__content:before{content:"\f1fd"}.fa-bitbucket > .wp-block-navigation-link__content:before{content:"\f171"}.fa-bitcoin > .wp-block-navigation-link__content:before{content:"\f379"}.fa-bity > .wp-block-navigation-link__content:before{content:"\f37a"}.fa-black-tie > .wp-block-navigation-link__content:before{content:"\f27e"}.fa-blackberry > .wp-block-navigation-link__content:before{content:"\f37b"}.fa-blender > .wp-block-navigation-link__content:before{content:"\f517"}.fa-blender-phone > .wp-block-navigation-link__content:before{content:"\f6b6"}.fa-blind > .wp-block-navigation-link__content:before{content:"\f29d"}.fa-blog > .wp-block-navigation-link__content:before{content:"\f781"}.fa-blogger > .wp-block-navigation-link__content:before{content:"\f37c"}.fa-blogger-b > .wp-block-navigation-link__content:before{content:"\f37d"}.fa-bluetooth > .wp-block-navigation-link__content:before{content:"\f293"}.fa-bluetooth-b > .wp-block-navigation-link__content:before{content:"\f294"}.fa-bold > .wp-block-navigation-link__content:before{content:"\f032"}.fa-bolt > .wp-block-navigation-link__content:before{content:"\f0e7"}.fa-bomb > .wp-block-navigation-link__content:before{content:"\f1e2"}.fa-bone > .wp-block-navigation-link__content:before{content:"\f5d7"}.fa-bong > .wp-block-navigation-link__content:before{content:"\f55c"}.fa-book > .wp-block-navigation-link__content:before{content:"\f02d"}.fa-book-dead > .wp-block-navigation-link__content:before{content:"\f6b7"}.fa-book-medical > .wp-block-navigation-link__content:before{content:"\f7e6"}.fa-book-open > .wp-block-navigation-link__content:before{content:"\f518"}.fa-book-reader > .wp-block-navigation-link__content:before{content:"\f5da"}.fa-bookmark > .wp-block-navigation-link__content:before{content:"\f02e"}.fa-bootstrap > .wp-block-navigation-link__content:before{content:"\f836"}.fa-border-all > .wp-block-navigation-link__content:before{content:"\f84c"}.fa-border-none > .wp-block-navigation-link__content:before{content:"\f850"}.fa-border-style > .wp-block-navigation-link__content:before{content:"\f853"}.fa-bowling-ball > .wp-block-navigation-link__content:before{content:"\f436"}.fa-box > .wp-block-navigation-link__content:before{content:"\f466"}.fa-box-open > .wp-block-navigation-link__content:before{content:"\f49e"}.fa-box-tissue > .wp-block-navigation-link__content:before{content:"\f95b"}.fa-boxes > .wp-block-navigation-link__content:before{content:"\f468"}.fa-braille > .wp-block-navigation-link__content:before{content:"\f2a1"}.fa-brain > .wp-block-navigation-link__content:before{content:"\f5dc"}.fa-bread-slice > .wp-block-navigation-link__content:before{content:"\f7ec"}.fa-briefcase > .wp-block-navigation-link__content:before{content:"\f0b1"}.fa-briefcase-medical > .wp-block-navigation-link__content:before{content:"\f469"}.fa-broadcast-tower > .wp-block-navigation-link__content:before{content:"\f519"}.fa-broom > .wp-block-navigation-link__content:before{content:"\f51a"}.fa-brush > .wp-block-navigation-link__content:before{content:"\f55d"}.fa-btc > .wp-block-navigation-link__content:before{content:"\f15a"}.fa-buffer > .wp-block-navigation-link__content:before{content:"\f837"}.fa-bug > .wp-block-navigation-link__content:before{content:"\f188"}.fa-building > .wp-block-navigation-link__content:before{content:"\f1ad"}.fa-bullhorn > .wp-block-navigation-link__content:before{content:"\f0a1"}.fa-bullseye > .wp-block-navigation-link__content:before{content:"\f140"}.fa-burn > .wp-block-navigation-link__content:before{content:"\f46a"}.fa-buromobelexperte > .wp-block-navigation-link__content:before{content:"\f37f"}.fa-bus > .wp-block-navigation-link__content:before{content:"\f207"}.fa-bus-alt > .wp-block-navigation-link__content:before{content:"\f55e"}.fa-business-time > .wp-block-navigation-link__content:before{content:"\f64a"}.fa-buy-n-large > .wp-block-navigation-link__content:before{content:"\f8a6"}.fa-buysellads > .wp-block-navigation-link__content:before{content:"\f20d"}.fa-calculator > .wp-block-navigation-link__content:before{content:"\f1ec"}.fa-calendar > .wp-block-navigation-link__content:before{content:"\f133"}.fa-calendar-alt > .wp-block-navigation-link__content:before{content:"\f073"}.fa-calendar-check > .wp-block-navigation-link__content:before{content:"\f274"}.fa-calendar-day > .wp-block-navigation-link__content:before{content:"\f783"}.fa-calendar-minus > .wp-block-navigation-link__content:before{content:"\f272"}.fa-calendar-plus > .wp-block-navigation-link__content:before{content:"\f271"}.fa-calendar-times > .wp-block-navigation-link__content:before{content:"\f273"}.fa-calendar-week > .wp-block-navigation-link__content:before{content:"\f784"}.fa-camera > .wp-block-navigation-link__content:before{content:"\f030"}.fa-camera-retro > .wp-block-navigation-link__content:before{content:"\f083"}.fa-campground > .wp-block-navigation-link__content:before{content:"\f6bb"}.fa-canadian-maple-leaf > .wp-block-navigation-link__content:before{content:"\f785"}.fa-candy-cane > .wp-block-navigation-link__content:before{content:"\f786"}.fa-cannabis > .wp-block-navigation-link__content:before{content:"\f55f"}.fa-capsules > .wp-block-navigation-link__content:before{content:"\f46b"}.fa-car > .wp-block-navigation-link__content:before{content:"\f1b9"}.fa-car-alt > .wp-block-navigation-link__content:before{content:"\f5de"}.fa-car-battery > .wp-block-navigation-link__content:before{content:"\f5df"}.fa-car-crash > .wp-block-navigation-link__content:before{content:"\f5e1"}.fa-car-side > .wp-block-navigation-link__content:before{content:"\f5e4"}.fa-caravan > .wp-block-navigation-link__content:before{content:"\f8ff"}.fa-caret-down > .wp-block-navigation-link__content:before{content:"\f0d7"}.fa-caret-left > .wp-block-navigation-link__content:before{content:"\f0d9"}.fa-caret-right > .wp-block-navigation-link__content:before{content:"\f0da"}.fa-caret-square-down > .wp-block-navigation-link__content:before{content:"\f150"}.fa-caret-square-left > .wp-block-navigation-link__content:before{content:"\f191"}.fa-caret-square-right > .wp-block-navigation-link__content:before{content:"\f152"}.fa-caret-square-up > .wp-block-navigation-link__content:before{content:"\f151"}.fa-caret-up > .wp-block-navigation-link__content:before{content:"\f0d8"}.fa-carrot > .wp-block-navigation-link__content:before{content:"\f787"}.fa-cart-arrow-down > .wp-block-navigation-link__content:before{content:"\f218"}.fa-cart-plus > .wp-block-navigation-link__content:before{content:"\f217"}.fa-cash-register > .wp-block-navigation-link__content:before{content:"\f788"}.fa-cat > .wp-block-navigation-link__content:before{content:"\f6be"}.fa-cc-amazon-pay > .wp-block-navigation-link__content:before{content:"\f42d"}.fa-cc-amex > .wp-block-navigation-link__content:before{content:"\f1f3"}.fa-cc-apple-pay > .wp-block-navigation-link__content:before{content:"\f416"}.fa-cc-diners-club > .wp-block-navigation-link__content:before{content:"\f24c"}.fa-cc-discover > .wp-block-navigation-link__content:before{content:"\f1f2"}.fa-cc-jcb > .wp-block-navigation-link__content:before{content:"\f24b"}.fa-cc-mastercard > .wp-block-navigation-link__content:before{content:"\f1f1"}.fa-cc-paypal > .wp-block-navigation-link__content:before{content:"\f1f4"}.fa-cc-stripe > .wp-block-navigation-link__content:before{content:"\f1f5"}.fa-cc-visa > .wp-block-navigation-link__content:before{content:"\f1f0"}.fa-centercode > .wp-block-navigation-link__content:before{content:"\f380"}.fa-centos > .wp-block-navigation-link__content:before{content:"\f789"}.fa-certificate > .wp-block-navigation-link__content:before{content:"\f0a3"}.fa-chair > .wp-block-navigation-link__content:before{content:"\f6c0"}.fa-chalkboard > .wp-block-navigation-link__content:before{content:"\f51b"}.fa-chalkboard-teacher > .wp-block-navigation-link__content:before{content:"\f51c"}.fa-charging-station > .wp-block-navigation-link__content:before{content:"\f5e7"}.fa-chart-area > .wp-block-navigation-link__content:before{content:"\f1fe"}.fa-chart-bar > .wp-block-navigation-link__content:before{content:"\f080"}.fa-chart-line > .wp-block-navigation-link__content:before{content:"\f201"}.fa-chart-pie > .wp-block-navigation-link__content:before{content:"\f200"}.fa-check > .wp-block-navigation-link__content:before{content:"\f00c"}.fa-check-circle > .wp-block-navigation-link__content:before{content:"\f058"}.fa-check-double > .wp-block-navigation-link__content:before{content:"\f560"}.fa-check-square > .wp-block-navigation-link__content:before{content:"\f14a"}.fa-cheese > .wp-block-navigation-link__content:before{content:"\f7ef"}.fa-chess > .wp-block-navigation-link__content:before{content:"\f439"}.fa-chess-bishop > .wp-block-navigation-link__content:before{content:"\f43a"}.fa-chess-board > .wp-block-navigation-link__content:before{content:"\f43c"}.fa-chess-king > .wp-block-navigation-link__content:before{content:"\f43f"}.fa-chess-knight > .wp-block-navigation-link__content:before{content:"\f441"}.fa-chess-pawn > .wp-block-navigation-link__content:before{content:"\f443"}.fa-chess-queen > .wp-block-navigation-link__content:before{content:"\f445"}.fa-chess-rook > .wp-block-navigation-link__content:before{content:"\f447"}.fa-chevron-circle-down > .wp-block-navigation-link__content:before{content:"\f13a"}.fa-chevron-circle-left > .wp-block-navigation-link__content:before{content:"\f137"}.fa-chevron-circle-right > .wp-block-navigation-link__content:before{content:"\f138"}.fa-chevron-circle-up > .wp-block-navigation-link__content:before{content:"\f139"}.fa-chevron-down > .wp-block-navigation-link__content:before{content:"\f078"}.fa-chevron-left > .wp-block-navigation-link__content:before{content:"\f053"}.fa-chevron-right > .wp-block-navigation-link__content:before{content:"\f054"}.fa-chevron-up > .wp-block-navigation-link__content:before{content:"\f077"}.fa-child > .wp-block-navigation-link__content:before{content:"\f1ae"}.fa-chrome > .wp-block-navigation-link__content:before{content:"\f268"}.fa-chromecast > .wp-block-navigation-link__content:before{content:"\f838"}.fa-church > .wp-block-navigation-link__content:before{content:"\f51d"}.fa-circle > .wp-block-navigation-link__content:before{content:"\f111"}.fa-circle-notch > .wp-block-navigation-link__content:before{content:"\f1ce"}.fa-city > .wp-block-navigation-link__content:before{content:"\f64f"}.fa-clinic-medical > .wp-block-navigation-link__content:before{content:"\f7f2"}.fa-clipboard > .wp-block-navigation-link__content:before{content:"\f328"}.fa-clipboard-check > .wp-block-navigation-link__content:before{content:"\f46c"}.fa-clipboard-list > .wp-block-navigation-link__content:before{content:"\f46d"}.fa-clock > .wp-block-navigation-link__content:before{content:"\f017"}.fa-clone > .wp-block-navigation-link__content:before{content:"\f24d"}.fa-closed-captioning > .wp-block-navigation-link__content:before{content:"\f20a"}.fa-cloud > .wp-block-navigation-link__content:before{content:"\f0c2"}.fa-cloud-download-alt > .wp-block-navigation-link__content:before{content:"\f381"}.fa-cloud-meatball > .wp-block-navigation-link__content:before{content:"\f73b"}.fa-cloud-moon > .wp-block-navigation-link__content:before{content:"\f6c3"}.fa-cloud-moon-rain > .wp-block-navigation-link__content:before{content:"\f73c"}.fa-cloud-rain > .wp-block-navigation-link__content:before{content:"\f73d"}.fa-cloud-showers-heavy > .wp-block-navigation-link__content:before{content:"\f740"}.fa-cloud-sun > .wp-block-navigation-link__content:before{content:"\f6c4"}.fa-cloud-sun-rain > .wp-block-navigation-link__content:before{content:"\f743"}.fa-cloud-upload-alt > .wp-block-navigation-link__content:before{content:"\f382"}.fa-cloudscale > .wp-block-navigation-link__content:before{content:"\f383"}.fa-cloudsmith > .wp-block-navigation-link__content:before{content:"\f384"}.fa-cloudversify > .wp-block-navigation-link__content:before{content:"\f385"}.fa-cocktail > .wp-block-navigation-link__content:before{content:"\f561"}.fa-code > .wp-block-navigation-link__content:before{content:"\f121"}.fa-code-branch > .wp-block-navigation-link__content:before{content:"\f126"}.fa-codepen > .wp-block-navigation-link__content:before{content:"\f1cb"}.fa-codiepie > .wp-block-navigation-link__content:before{content:"\f284"}.fa-coffee > .wp-block-navigation-link__content:before{content:"\f0f4"}.fa-cog > .wp-block-navigation-link__content:before{content:"\f013"}.fa-cogs > .wp-block-navigation-link__content:before{content:"\f085"}.fa-coins > .wp-block-navigation-link__content:before{content:"\f51e"}.fa-columns > .wp-block-navigation-link__content:before{content:"\f0db"}.fa-comment > .wp-block-navigation-link__content:before{content:"\f075"}.fa-comment-alt > .wp-block-navigation-link__content:before{content:"\f27a"}.fa-comment-dollar > .wp-block-navigation-link__content:before{content:"\f651"}.fa-comment-dots > .wp-block-navigation-link__content:before{content:"\f4ad"}.fa-comment-medical > .wp-block-navigation-link__content:before{content:"\f7f5"}.fa-comment-slash > .wp-block-navigation-link__content:before{content:"\f4b3"}.fa-comments > .wp-block-navigation-link__content:before{content:"\f086"}.fa-comments-dollar > .wp-block-navigation-link__content:before{content:"\f653"}.fa-compact-disc > .wp-block-navigation-link__content:before{content:"\f51f"}.fa-compass > .wp-block-navigation-link__content:before{content:"\f14e"}.fa-compress > .wp-block-navigation-link__content:before{content:"\f066"}.fa-compress-alt > .wp-block-navigation-link__content:before{content:"\f422"}.fa-compress-arrows-alt > .wp-block-navigation-link__content:before{content:"\f78c"}.fa-concierge-bell > .wp-block-navigation-link__content:before{content:"\f562"}.fa-confluence > .wp-block-navigation-link__content:before{content:"\f78d"}.fa-connectdevelop > .wp-block-navigation-link__content:before{content:"\f20e"}.fa-contao > .wp-block-navigation-link__content:before{content:"\f26d"}.fa-cookie > .wp-block-navigation-link__content:before{content:"\f563"}.fa-cookie-bite > .wp-block-navigation-link__content:before{content:"\f564"}.fa-copy > .wp-block-navigation-link__content:before{content:"\f0c5"}.fa-copyright > .wp-block-navigation-link__content:before{content:"\f1f9"}.fa-cotton-bureau > .wp-block-navigation-link__content:before{content:"\f89e"}.fa-couch > .wp-block-navigation-link__content:before{content:"\f4b8"}.fa-cpanel > .wp-block-navigation-link__content:before{content:"\f388"}.fa-creative-commons > .wp-block-navigation-link__content:before{content:"\f25e"}.fa-creative-commons-by > .wp-block-navigation-link__content:before{content:"\f4e7"}.fa-creative-commons-nc > .wp-block-navigation-link__content:before{content:"\f4e8"}.fa-creative-commons-nc-eu > .wp-block-navigation-link__content:before{content:"\f4e9"}.fa-creative-commons-nc-jp > .wp-block-navigation-link__content:before{content:"\f4ea"}.fa-creative-commons-nd > .wp-block-navigation-link__content:before{content:"\f4eb"}.fa-creative-commons-pd > .wp-block-navigation-link__content:before{content:"\f4ec"}.fa-creative-commons-pd-alt > .wp-block-navigation-link__content:before{content:"\f4ed"}.fa-creative-commons-remix > .wp-block-navigation-link__content:before{content:"\f4ee"}.fa-creative-commons-sa > .wp-block-navigation-link__content:before{content:"\f4ef"}.fa-creative-commons-sampling > .wp-block-navigation-link__content:before{content:"\f4f0"}.fa-creative-commons-sampling-plus > .wp-block-navigation-link__content:before{content:"\f4f1"}.fa-creative-commons-share > .wp-block-navigation-link__content:before{content:"\f4f2"}.fa-creative-commons-zero > .wp-block-navigation-link__content:before{content:"\f4f3"}.fa-credit-card > .wp-block-navigation-link__content:before{content:"\f09d"}.fa-critical-role > .wp-block-navigation-link__content:before{content:"\f6c9"}.fa-crop > .wp-block-navigation-link__content:before{content:"\f125"}.fa-crop-alt > .wp-block-navigation-link__content:before{content:"\f565"}.fa-cross > .wp-block-navigation-link__content:before{content:"\f654"}.fa-crosshairs > .wp-block-navigation-link__content:before{content:"\f05b"}.fa-crow > .wp-block-navigation-link__content:before{content:"\f520"}.fa-crown > .wp-block-navigation-link__content:before{content:"\f521"}.fa-crutch > .wp-block-navigation-link__content:before{content:"\f7f7"}.fa-css3 > .wp-block-navigation-link__content:before{content:"\f13c"}.fa-css3-alt > .wp-block-navigation-link__content:before{content:"\f38b"}.fa-cube > .wp-block-navigation-link__content:before{content:"\f1b2"}.fa-cubes > .wp-block-navigation-link__content:before{content:"\f1b3"}.fa-cut > .wp-block-navigation-link__content:before{content:"\f0c4"}.fa-cuttlefish > .wp-block-navigation-link__content:before{content:"\f38c"}.fa-d-and-d > .wp-block-navigation-link__content:before{content:"\f38d"}.fa-d-and-d-beyond > .wp-block-navigation-link__content:before{content:"\f6ca"}.fa-dailymotion > .wp-block-navigation-link__content:before{content:"\f952"}.fa-dashcube > .wp-block-navigation-link__content:before{content:"\f210"}.fa-database > .wp-block-navigation-link__content:before{content:"\f1c0"}.fa-deaf > .wp-block-navigation-link__content:before{content:"\f2a4"}.fa-delicious > .wp-block-navigation-link__content:before{content:"\f1a5"}.fa-democrat > .wp-block-navigation-link__content:before{content:"\f747"}.fa-deploydog > .wp-block-navigation-link__content:before{content:"\f38e"}.fa-deskpro > .wp-block-navigation-link__content:before{content:"\f38f"}.fa-desktop > .wp-block-navigation-link__content:before{content:"\f108"}.fa-dev > .wp-block-navigation-link__content:before{content:"\f6cc"}.fa-deviantart > .wp-block-navigation-link__content:before{content:"\f1bd"}.fa-dharmachakra > .wp-block-navigation-link__content:before{content:"\f655"}.fa-dhl > .wp-block-navigation-link__content:before{content:"\f790"}.fa-diagnoses > .wp-block-navigation-link__content:before{content:"\f470"}.fa-diaspora > .wp-block-navigation-link__content:before{content:"\f791"}.fa-dice > .wp-block-navigation-link__content:before{content:"\f522"}.fa-dice-d20 > .wp-block-navigation-link__content:before{content:"\f6cf"}.fa-dice-d6 > .wp-block-navigation-link__content:before{content:"\f6d1"}.fa-dice-five > .wp-block-navigation-link__content:before{content:"\f523"}.fa-dice-four > .wp-block-navigation-link__content:before{content:"\f524"}.fa-dice-one > .wp-block-navigation-link__content:before{content:"\f525"}.fa-dice-six > .wp-block-navigation-link__content:before{content:"\f526"}.fa-dice-three > .wp-block-navigation-link__content:before{content:"\f527"}.fa-dice-two > .wp-block-navigation-link__content:before{content:"\f528"}.fa-digg > .wp-block-navigation-link__content:before{content:"\f1a6"}.fa-digital-ocean > .wp-block-navigation-link__content:before{content:"\f391"}.fa-digital-tachograph > .wp-block-navigation-link__content:before{content:"\f566"}.fa-directions > .wp-block-navigation-link__content:before{content:"\f5eb"}.fa-discord > .wp-block-navigation-link__content:before{content:"\f392"}.fa-discourse > .wp-block-navigation-link__content:before{content:"\f393"}.fa-disease > .wp-block-navigation-link__content:before{content:"\f7fa"}.fa-divide > .wp-block-navigation-link__content:before{content:"\f529"}.fa-dizzy > .wp-block-navigation-link__content:before{content:"\f567"}.fa-dna > .wp-block-navigation-link__content:before{content:"\f471"}.fa-dochub > .wp-block-navigation-link__content:before{content:"\f394"}.fa-docker > .wp-block-navigation-link__content:before{content:"\f395"}.fa-dog > .wp-block-navigation-link__content:before{content:"\f6d3"}.fa-dollar-sign > .wp-block-navigation-link__content:before{content:"\f155"}.fa-dolly > .wp-block-navigation-link__content:before{content:"\f472"}.fa-dolly-flatbed > .wp-block-navigation-link__content:before{content:"\f474"}.fa-donate > .wp-block-navigation-link__content:before{content:"\f4b9"}.fa-door-closed > .wp-block-navigation-link__content:before{content:"\f52a"}.fa-door-open > .wp-block-navigation-link__content:before{content:"\f52b"}.fa-dot-circle > .wp-block-navigation-link__content:before{content:"\f192"}.fa-dove > .wp-block-navigation-link__content:before{content:"\f4ba"}.fa-download > .wp-block-navigation-link__content:before{content:"\f019"}.fa-draft2digital > .wp-block-navigation-link__content:before{content:"\f396"}.fa-drafting-compass > .wp-block-navigation-link__content:before{content:"\f568"}.fa-dragon > .wp-block-navigation-link__content:before{content:"\f6d5"}.fa-draw-polygon > .wp-block-navigation-link__content:before{content:"\f5ee"}.fa-dribbble > .wp-block-navigation-link__content:before{content:"\f17d"}.fa-dribbble-square > .wp-block-navigation-link__content:before{content:"\f397"}.fa-dropbox > .wp-block-navigation-link__content:before{content:"\f16b"}.fa-drum > .wp-block-navigation-link__content:before{content:"\f569"}.fa-drum-steelpan > .wp-block-navigation-link__content:before{content:"\f56a"}.fa-drumstick-bite > .wp-block-navigation-link__content:before{content:"\f6d7"}.fa-drupal > .wp-block-navigation-link__content:before{content:"\f1a9"}.fa-dumbbell > .wp-block-navigation-link__content:before{content:"\f44b"}.fa-dumpster > .wp-block-navigation-link__content:before{content:"\f793"}.fa-dumpster-fire > .wp-block-navigation-link__content:before{content:"\f794"}.fa-dungeon > .wp-block-navigation-link__content:before{content:"\f6d9"}.fa-dyalog > .wp-block-navigation-link__content:before{content:"\f399"}.fa-earlybirds > .wp-block-navigation-link__content:before{content:"\f39a"}.fa-ebay > .wp-block-navigation-link__content:before{content:"\f4f4"}.fa-edge > .wp-block-navigation-link__content:before{content:"\f282"}.fa-edit > .wp-block-navigation-link__content:before{content:"\f044"}.fa-egg > .wp-block-navigation-link__content:before{content:"\f7fb"}.fa-eject > .wp-block-navigation-link__content:before{content:"\f052"}.fa-elementor > .wp-block-navigation-link__content:before{content:"\f430"}.fa-ellipsis-h > .wp-block-navigation-link__content:before{content:"\f141"}.fa-ellipsis-v > .wp-block-navigation-link__content:before{content:"\f142"}.fa-ello > .wp-block-navigation-link__content:before{content:"\f5f1"}.fa-ember > .wp-block-navigation-link__content:before{content:"\f423"}.fa-empire > .wp-block-navigation-link__content:before{content:"\f1d1"}.fa-envelope > .wp-block-navigation-link__content:before{content:"\f0e0"}.fa-envelope-open > .wp-block-navigation-link__content:before{content:"\f2b6"}.fa-envelope-open-text > .wp-block-navigation-link__content:before{content:"\f658"}.fa-envelope-square > .wp-block-navigation-link__content:before{content:"\f199"}.fa-envira > .wp-block-navigation-link__content:before{content:"\f299"}.fa-equals > .wp-block-navigation-link__content:before{content:"\f52c"}.fa-eraser > .wp-block-navigation-link__content:before{content:"\f12d"}.fa-erlang > .wp-block-navigation-link__content:before{content:"\f39d"}.fa-ethereum > .wp-block-navigation-link__content:before{content:"\f42e"}.fa-ethernet > .wp-block-navigation-link__content:before{content:"\f796"}.fa-etsy > .wp-block-navigation-link__content:before{content:"\f2d7"}.fa-euro-sign > .wp-block-navigation-link__content:before{content:"\f153"}.fa-evernote > .wp-block-navigation-link__content:before{content:"\f839"}.fa-exchange-alt > .wp-block-navigation-link__content:before{content:"\f362"}.fa-exclamation > .wp-block-navigation-link__content:before{content:"\f12a"}.fa-exclamation-circle > .wp-block-navigation-link__content:before{content:"\f06a"}.fa-exclamation-triangle > .wp-block-navigation-link__content:before{content:"\f071"}.fa-expand > .wp-block-navigation-link__content:before{content:"\f065"}.fa-expand-alt > .wp-block-navigation-link__content:before{content:"\f424"}.fa-expand-arrows-alt > .wp-block-navigation-link__content:before{content:"\f31e"}.fa-expeditedssl > .wp-block-navigation-link__content:before{content:"\f23e"}.fa-external-link-alt > .wp-block-navigation-link__content:before{content:"\f35d"}.fa-external-link-square-alt > .wp-block-navigation-link__content:before{content:"\f360"}.fa-eye > .wp-block-navigation-link__content:before{content:"\f06e"}.fa-eye-dropper > .wp-block-navigation-link__content:before{content:"\f1fb"}.fa-eye-slash > .wp-block-navigation-link__content:before{content:"\f070"}.fa-facebook > .wp-block-navigation-link__content:before{content:"\f09a"}.fa-facebook-f > .wp-block-navigation-link__content:before{content:"\f39e"}.fa-facebook-messenger > .wp-block-navigation-link__content:before{content:"\f39f"}.fa-facebook-square > .wp-block-navigation-link__content:before{content:"\f082"}.fa-fan > .wp-block-navigation-link__content:before{content:"\f863"}.fa-fantasy-flight-games > .wp-block-navigation-link__content:before{content:"\f6dc"}.fa-fast-backward > .wp-block-navigation-link__content:before{content:"\f049"}.fa-fast-forward > .wp-block-navigation-link__content:before{content:"\f050"}.fa-faucet > .wp-block-navigation-link__content:before{content:"\f905"}.fa-fax > .wp-block-navigation-link__content:before{content:"\f1ac"}.fa-feather > .wp-block-navigation-link__content:before{content:"\f52d"}.fa-feather-alt > .wp-block-navigation-link__content:before{content:"\f56b"}.fa-fedex > .wp-block-navigation-link__content:before{content:"\f797"}.fa-fedora > .wp-block-navigation-link__content:before{content:"\f798"}.fa-female > .wp-block-navigation-link__content:before{content:"\f182"}.fa-fighter-jet > .wp-block-navigation-link__content:before{content:"\f0fb"}.fa-figma > .wp-block-navigation-link__content:before{content:"\f799"}.fa-file > .wp-block-navigation-link__content:before{content:"\f15b"}.fa-file-alt > .wp-block-navigation-link__content:before{content:"\f15c"}.fa-file-archive > .wp-block-navigation-link__content:before{content:"\f1c6"}.fa-file-audio > .wp-block-navigation-link__content:before{content:"\f1c7"}.fa-file-code > .wp-block-navigation-link__content:before{content:"\f1c9"}.fa-file-contract > .wp-block-navigation-link__content:before{content:"\f56c"}.fa-file-csv > .wp-block-navigation-link__content:before{content:"\f6dd"}.fa-file-download > .wp-block-navigation-link__content:before{content:"\f56d"}.fa-file-excel > .wp-block-navigation-link__content:before{content:"\f1c3"}.fa-file-export > .wp-block-navigation-link__content:before{content:"\f56e"}.fa-file-image > .wp-block-navigation-link__content:before{content:"\f1c5"}.fa-file-import > .wp-block-navigation-link__content:before{content:"\f56f"}.fa-file-invoice > .wp-block-navigation-link__content:before{content:"\f570"}.fa-file-invoice-dollar > .wp-block-navigation-link__content:before{content:"\f571"}.fa-file-medical > .wp-block-navigation-link__content:before{content:"\f477"}.fa-file-medical-alt > .wp-block-navigation-link__content:before{content:"\f478"}.fa-file-pdf > .wp-block-navigation-link__content:before{content:"\f1c1"}.fa-file-powerpoint > .wp-block-navigation-link__content:before{content:"\f1c4"}.fa-file-prescription > .wp-block-navigation-link__content:before{content:"\f572"}.fa-file-signature > .wp-block-navigation-link__content:before{content:"\f573"}.fa-file-upload > .wp-block-navigation-link__content:before{content:"\f574"}.fa-file-video > .wp-block-navigation-link__content:before{content:"\f1c8"}.fa-file-word > .wp-block-navigation-link__content:before{content:"\f1c2"}.fa-fill > .wp-block-navigation-link__content:before{content:"\f575"}.fa-fill-drip > .wp-block-navigation-link__content:before{content:"\f576"}.fa-film > .wp-block-navigation-link__content:before{content:"\f008"}.fa-filter > .wp-block-navigation-link__content:before{content:"\f0b0"}.fa-fingerprint > .wp-block-navigation-link__content:before{content:"\f577"}.fa-fire > .wp-block-navigation-link__content:before{content:"\f06d"}.fa-fire-alt > .wp-block-navigation-link__content:before{content:"\f7e4"}.fa-fire-extinguisher > .wp-block-navigation-link__content:before{content:"\f134"}.fa-firefox > .wp-block-navigation-link__content:before{content:"\f269"}.fa-firefox-browser > .wp-block-navigation-link__content:before{content:"\f907"}.fa-first-aid > .wp-block-navigation-link__content:before{content:"\f479"}.fa-first-order > .wp-block-navigation-link__content:before{content:"\f2b0"}.fa-first-order-alt > .wp-block-navigation-link__content:before{content:"\f50a"}.fa-firstdraft > .wp-block-navigation-link__content:before{content:"\f3a1"}.fa-fish > .wp-block-navigation-link__content:before{content:"\f578"}.fa-fist-raised > .wp-block-navigation-link__content:before{content:"\f6de"}.fa-flag > .wp-block-navigation-link__content:before{content:"\f024"}.fa-flag-checkered > .wp-block-navigation-link__content:before{content:"\f11e"}.fa-flag-usa > .wp-block-navigation-link__content:before{content:"\f74d"}.fa-flask > .wp-block-navigation-link__content:before{content:"\f0c3"}.fa-flickr > .wp-block-navigation-link__content:before{content:"\f16e"}.fa-flipboard > .wp-block-navigation-link__content:before{content:"\f44d"}.fa-flushed > .wp-block-navigation-link__content:before{content:"\f579"}.fa-fly > .wp-block-navigation-link__content:before{content:"\f417"}.fa-folder > .wp-block-navigation-link__content:before{content:"\f07b"}.fa-folder-minus > .wp-block-navigation-link__content:before{content:"\f65d"}.fa-folder-open > .wp-block-navigation-link__content:before{content:"\f07c"}.fa-folder-plus > .wp-block-navigation-link__content:before{content:"\f65e"}.fa-font > .wp-block-navigation-link__content:before{content:"\f031"}.fa-font-awesome > .wp-block-navigation-link__content:before{content:"\f2b4"}.fa-font-awesome-alt > .wp-block-navigation-link__content:before{content:"\f35c"}.fa-font-awesome-flag > .wp-block-navigation-link__content:before{content:"\f425"}.fa-font-awesome-logo-full > .wp-block-navigation-link__content:before{content:"\f4e6"}.fa-fonticons > .wp-block-navigation-link__content:before{content:"\f280"}.fa-fonticons-fi > .wp-block-navigation-link__content:before{content:"\f3a2"}.fa-football-ball > .wp-block-navigation-link__content:before{content:"\f44e"}.fa-fort-awesome > .wp-block-navigation-link__content:before{content:"\f286"}.fa-fort-awesome-alt > .wp-block-navigation-link__content:before{content:"\f3a3"}.fa-forumbee > .wp-block-navigation-link__content:before{content:"\f211"}.fa-forward > .wp-block-navigation-link__content:before{content:"\f04e"}.fa-foursquare > .wp-block-navigation-link__content:before{content:"\f180"}.fa-free-code-camp > .wp-block-navigation-link__content:before{content:"\f2c5"}.fa-freebsd > .wp-block-navigation-link__content:before{content:"\f3a4"}.fa-frog > .wp-block-navigation-link__content:before{content:"\f52e"}.fa-frown > .wp-block-navigation-link__content:before{content:"\f119"}.fa-frown-open > .wp-block-navigation-link__content:before{content:"\f57a"}.fa-fulcrum > .wp-block-navigation-link__content:before{content:"\f50b"}.fa-funnel-dollar > .wp-block-navigation-link__content:before{content:"\f662"}.fa-futbol > .wp-block-navigation-link__content:before{content:"\f1e3"}.fa-galactic-republic > .wp-block-navigation-link__content:before{content:"\f50c"}.fa-galactic-senate > .wp-block-navigation-link__content:before{content:"\f50d"}.fa-gamepad > .wp-block-navigation-link__content:before{content:"\f11b"}.fa-gas-pump > .wp-block-navigation-link__content:before{content:"\f52f"}.fa-gavel > .wp-block-navigation-link__content:before{content:"\f0e3"}.fa-gem > .wp-block-navigation-link__content:before{content:"\f3a5"}.fa-genderless > .wp-block-navigation-link__content:before{content:"\f22d"}.fa-get-pocket > .wp-block-navigation-link__content:before{content:"\f265"}.fa-gg > .wp-block-navigation-link__content:before{content:"\f260"}.fa-gg-circle > .wp-block-navigation-link__content:before{content:"\f261"}.fa-ghost > .wp-block-navigation-link__content:before{content:"\f6e2"}.fa-gift > .wp-block-navigation-link__content:before{content:"\f06b"}.fa-gifts > .wp-block-navigation-link__content:before{content:"\f79c"}.fa-git > .wp-block-navigation-link__content:before{content:"\f1d3"}.fa-git-alt > .wp-block-navigation-link__content:before{content:"\f841"}.fa-git-square > .wp-block-navigation-link__content:before{content:"\f1d2"}.fa-github > .wp-block-navigation-link__content:before{content:"\f09b"}.fa-github-alt > .wp-block-navigation-link__content:before{content:"\f113"}.fa-github-square > .wp-block-navigation-link__content:before{content:"\f092"}.fa-gitkraken > .wp-block-navigation-link__content:before{content:"\f3a6"}.fa-gitlab > .wp-block-navigation-link__content:before{content:"\f296"}.fa-gitter > .wp-block-navigation-link__content:before{content:"\f426"}.fa-glass-cheers > .wp-block-navigation-link__content:before{content:"\f79f"}.fa-glass-martini > .wp-block-navigation-link__content:before{content:"\f000"}.fa-glass-martini-alt > .wp-block-navigation-link__content:before{content:"\f57b"}.fa-glass-whiskey > .wp-block-navigation-link__content:before{content:"\f7a0"}.fa-glasses > .wp-block-navigation-link__content:before{content:"\f530"}.fa-glide > .wp-block-navigation-link__content:before{content:"\f2a5"}.fa-glide-g > .wp-block-navigation-link__content:before{content:"\f2a6"}.fa-globe > .wp-block-navigation-link__content:before{content:"\f0ac"}.fa-globe-africa > .wp-block-navigation-link__content:before{content:"\f57c"}.fa-globe-americas > .wp-block-navigation-link__content:before{content:"\f57d"}.fa-globe-asia > .wp-block-navigation-link__content:before{content:"\f57e"}.fa-globe-europe > .wp-block-navigation-link__content:before{content:"\f7a2"}.fa-gofore > .wp-block-navigation-link__content:before{content:"\f3a7"}.fa-golf-ball > .wp-block-navigation-link__content:before{content:"\f450"}.fa-goodreads > .wp-block-navigation-link__content:before{content:"\f3a8"}.fa-goodreads-g > .wp-block-navigation-link__content:before{content:"\f3a9"}.fa-google > .wp-block-navigation-link__content:before{content:"\f1a0"}.fa-google-drive > .wp-block-navigation-link__content:before{content:"\f3aa"}.fa-google-play > .wp-block-navigation-link__content:before{content:"\f3ab"}.fa-google-plus > .wp-block-navigation-link__content:before{content:"\f2b3"}.fa-google-plus-g > .wp-block-navigation-link__content:before{content:"\f0d5"}.fa-google-plus-square > .wp-block-navigation-link__content:before{content:"\f0d4"}.fa-google-wallet > .wp-block-navigation-link__content:before{content:"\f1ee"}.fa-gopuram > .wp-block-navigation-link__content:before{content:"\f664"}.fa-graduation-cap > .wp-block-navigation-link__content:before{content:"\f19d"}.fa-gratipay > .wp-block-navigation-link__content:before{content:"\f184"}.fa-grav > .wp-block-navigation-link__content:before{content:"\f2d6"}.fa-greater-than > .wp-block-navigation-link__content:before{content:"\f531"}.fa-greater-than-equal > .wp-block-navigation-link__content:before{content:"\f532"}.fa-grimace > .wp-block-navigation-link__content:before{content:"\f57f"}.fa-grin > .wp-block-navigation-link__content:before{content:"\f580"}.fa-grin-alt > .wp-block-navigation-link__content:before{content:"\f581"}.fa-grin-beam > .wp-block-navigation-link__content:before{content:"\f582"}.fa-grin-beam-sweat > .wp-block-navigation-link__content:before{content:"\f583"}.fa-grin-hearts > .wp-block-navigation-link__content:before{content:"\f584"}.fa-grin-squint > .wp-block-navigation-link__content:before{content:"\f585"}.fa-grin-squint-tears > .wp-block-navigation-link__content:before{content:"\f586"}.fa-grin-stars > .wp-block-navigation-link__content:before{content:"\f587"}.fa-grin-tears > .wp-block-navigation-link__content:before{content:"\f588"}.fa-grin-tongue > .wp-block-navigation-link__content:before{content:"\f589"}.fa-grin-tongue-squint > .wp-block-navigation-link__content:before{content:"\f58a"}.fa-grin-tongue-wink > .wp-block-navigation-link__content:before{content:"\f58b"}.fa-grin-wink > .wp-block-navigation-link__content:before{content:"\f58c"}.fa-grip-horizontal > .wp-block-navigation-link__content:before{content:"\f58d"}.fa-grip-lines > .wp-block-navigation-link__content:before{content:"\f7a4"}.fa-grip-lines-vertical > .wp-block-navigation-link__content:before{content:"\f7a5"}.fa-grip-vertical > .wp-block-navigation-link__content:before{content:"\f58e"}.fa-gripfire > .wp-block-navigation-link__content:before{content:"\f3ac"}.fa-grunt > .wp-block-navigation-link__content:before{content:"\f3ad"}.fa-guitar > .wp-block-navigation-link__content:before{content:"\f7a6"}.fa-gulp > .wp-block-navigation-link__content:before{content:"\f3ae"}.fa-h-square > .wp-block-navigation-link__content:before{content:"\f0fd"}.fa-hacker-news > .wp-block-navigation-link__content:before{content:"\f1d4"}.fa-hacker-news-square > .wp-block-navigation-link__content:before{content:"\f3af"}.fa-hackerrank > .wp-block-navigation-link__content:before{content:"\f5f7"}.fa-hamburger > .wp-block-navigation-link__content:before{content:"\f805"}.fa-hammer > .wp-block-navigation-link__content:before{content:"\f6e3"}.fa-hamsa > .wp-block-navigation-link__content:before{content:"\f665"}.fa-hand-holding > .wp-block-navigation-link__content:before{content:"\f4bd"}.fa-hand-holding-heart > .wp-block-navigation-link__content:before{content:"\f4be"}.fa-hand-holding-medical > .wp-block-navigation-link__content:before{content:"\f95c"}.fa-hand-holding-usd > .wp-block-navigation-link__content:before{content:"\f4c0"}.fa-hand-holding-water > .wp-block-navigation-link__content:before{content:"\f4c1"}.fa-hand-lizard > .wp-block-navigation-link__content:before{content:"\f258"}.fa-hand-middle-finger > .wp-block-navigation-link__content:before{content:"\f806"}.fa-hand-paper > .wp-block-navigation-link__content:before{content:"\f256"}.fa-hand-peace > .wp-block-navigation-link__content:before{content:"\f25b"}.fa-hand-point-down > .wp-block-navigation-link__content:before{content:"\f0a7"}.fa-hand-point-left > .wp-block-navigation-link__content:before{content:"\f0a5"}.fa-hand-point-right > .wp-block-navigation-link__content:before{content:"\f0a4"}.fa-hand-point-up > .wp-block-navigation-link__content:before{content:"\f0a6"}.fa-hand-pointer > .wp-block-navigation-link__content:before{content:"\f25a"}.fa-hand-rock > .wp-block-navigation-link__content:before{content:"\f255"}.fa-hand-scissors > .wp-block-navigation-link__content:before{content:"\f257"}.fa-hand-sparkles > .wp-block-navigation-link__content:before{content:"\f95d"}.fa-hand-spock > .wp-block-navigation-link__content:before{content:"\f259"}.fa-hands > .wp-block-navigation-link__content:before{content:"\f4c2"}.fa-hands-helping > .wp-block-navigation-link__content:before{content:"\f4c4"}.fa-hands-wash > .wp-block-navigation-link__content:before{content:"\f95e"}.fa-handshake > .wp-block-navigation-link__content:before{content:"\f2b5"}.fa-handshake-alt-slash > .wp-block-navigation-link__content:before{content:"\f95f"}.fa-handshake-slash > .wp-block-navigation-link__content:before{content:"\f960"}.fa-hanukiah > .wp-block-navigation-link__content:before{content:"\f6e6"}.fa-hard-hat > .wp-block-navigation-link__content:before{content:"\f807"}.fa-hashtag > .wp-block-navigation-link__content:before{content:"\f292"}.fa-hat-cowboy > .wp-block-navigation-link__content:before{content:"\f8c0"}.fa-hat-cowboy-side > .wp-block-navigation-link__content:before{content:"\f8c1"}.fa-hat-wizard > .wp-block-navigation-link__content:before{content:"\f6e8"}.fa-hdd > .wp-block-navigation-link__content:before{content:"\f0a0"}.fa-head-side-cough > .wp-block-navigation-link__content:before{content:"\f961"}.fa-head-side-cough-slash > .wp-block-navigation-link__content:before{content:"\f962"}.fa-head-side-mask > .wp-block-navigation-link__content:before{content:"\f963"}.fa-head-side-virus > .wp-block-navigation-link__content:before{content:"\f964"}.fa-heading > .wp-block-navigation-link__content:before{content:"\f1dc"}.fa-headphones > .wp-block-navigation-link__content:before{content:"\f025"}.fa-headphones-alt > .wp-block-navigation-link__content:before{content:"\f58f"}.fa-headset > .wp-block-navigation-link__content:before{content:"\f590"}.fa-heart > .wp-block-navigation-link__content:before{content:"\f004"}.fa-heart-broken > .wp-block-navigation-link__content:before{content:"\f7a9"}.fa-heartbeat > .wp-block-navigation-link__content:before{content:"\f21e"}.fa-helicopter > .wp-block-navigation-link__content:before{content:"\f533"}.fa-highlighter > .wp-block-navigation-link__content:before{content:"\f591"}.fa-hiking > .wp-block-navigation-link__content:before{content:"\f6ec"}.fa-hippo > .wp-block-navigation-link__content:before{content:"\f6ed"}.fa-hips > .wp-block-navigation-link__content:before{content:"\f452"}.fa-hire-a-helper > .wp-block-navigation-link__content:before{content:"\f3b0"}.fa-history > .wp-block-navigation-link__content:before{content:"\f1da"}.fa-hockey-puck > .wp-block-navigation-link__content:before{content:"\f453"}.fa-holly-berry > .wp-block-navigation-link__content:before{content:"\f7aa"}.fa-home > .wp-block-navigation-link__content:before{content:"\f015"}.fa-hooli > .wp-block-navigation-link__content:before{content:"\f427"}.fa-hornbill > .wp-block-navigation-link__content:before{content:"\f592"}.fa-horse > .wp-block-navigation-link__content:before{content:"\f6f0"}.fa-horse-head > .wp-block-navigation-link__content:before{content:"\f7ab"}.fa-hospital > .wp-block-navigation-link__content:before{content:"\f0f8"}.fa-hospital-alt > .wp-block-navigation-link__content:before{content:"\f47d"}.fa-hospital-symbol > .wp-block-navigation-link__content:before{content:"\f47e"}.fa-hospital-user > .wp-block-navigation-link__content:before{content:"\f80d"}.fa-hot-tub > .wp-block-navigation-link__content:before{content:"\f593"}.fa-hotdog > .wp-block-navigation-link__content:before{content:"\f80f"}.fa-hotel > .wp-block-navigation-link__content:before{content:"\f594"}.fa-hotjar > .wp-block-navigation-link__content:before{content:"\f3b1"}.fa-hourglass > .wp-block-navigation-link__content:before{content:"\f254"}.fa-hourglass-end > .wp-block-navigation-link__content:before{content:"\f253"}.fa-hourglass-half > .wp-block-navigation-link__content:before{content:"\f252"}.fa-hourglass-start > .wp-block-navigation-link__content:before{content:"\f251"}.fa-house-damage > .wp-block-navigation-link__content:before{content:"\f6f1"}.fa-house-user > .wp-block-navigation-link__content:before{content:"\f965"}.fa-houzz > .wp-block-navigation-link__content:before{content:"\f27c"}.fa-hryvnia > .wp-block-navigation-link__content:before{content:"\f6f2"}.fa-html5 > .wp-block-navigation-link__content:before{content:"\f13b"}.fa-hubspot > .wp-block-navigation-link__content:before{content:"\f3b2"}.fa-i-cursor > .wp-block-navigation-link__content:before{content:"\f246"}.fa-ice-cream > .wp-block-navigation-link__content:before{content:"\f810"}.fa-icicles > .wp-block-navigation-link__content:before{content:"\f7ad"}.fa-icons > .wp-block-navigation-link__content:before{content:"\f86d"}.fa-id-badge > .wp-block-navigation-link__content:before{content:"\f2c1"}.fa-id-card > .wp-block-navigation-link__content:before{content:"\f2c2"}.fa-id-card-alt > .wp-block-navigation-link__content:before{content:"\f47f"}.fa-ideal > .wp-block-navigation-link__content:before{content:"\f913"}.fa-igloo > .wp-block-navigation-link__content:before{content:"\f7ae"}.fa-image > .wp-block-navigation-link__content:before{content:"\f03e"}.fa-images > .wp-block-navigation-link__content:before{content:"\f302"}.fa-imdb > .wp-block-navigation-link__content:before{content:"\f2d8"}.fa-inbox > .wp-block-navigation-link__content:before{content:"\f01c"}.fa-indent > .wp-block-navigation-link__content:before{content:"\f03c"}.fa-industry > .wp-block-navigation-link__content:before{content:"\f275"}.fa-infinity > .wp-block-navigation-link__content:before{content:"\f534"}.fa-info > .wp-block-navigation-link__content:before{content:"\f129"}.fa-info-circle > .wp-block-navigation-link__content:before{content:"\f05a"}.fa-instagram > .wp-block-navigation-link__content:before{content:"\f16d"}.fa-instagram-square > .wp-block-navigation-link__content:before{content:"\f955"}.fa-intercom > .wp-block-navigation-link__content:before{content:"\f7af"}.fa-internet-explorer > .wp-block-navigation-link__content:before{content:"\f26b"}.fa-invision > .wp-block-navigation-link__content:before{content:"\f7b0"}.fa-ioxhost > .wp-block-navigation-link__content:before{content:"\f208"}.fa-italic > .wp-block-navigation-link__content:before{content:"\f033"}.fa-itch-io > .wp-block-navigation-link__content:before{content:"\f83a"}.fa-itunes > .wp-block-navigation-link__content:before{content:"\f3b4"}.fa-itunes-note > .wp-block-navigation-link__content:before{content:"\f3b5"}.fa-java > .wp-block-navigation-link__content:before{content:"\f4e4"}.fa-jedi > .wp-block-navigation-link__content:before{content:"\f669"}.fa-jedi-order > .wp-block-navigation-link__content:before{content:"\f50e"}.fa-jenkins > .wp-block-navigation-link__content:before{content:"\f3b6"}.fa-jira > .wp-block-navigation-link__content:before{content:"\f7b1"}.fa-joget > .wp-block-navigation-link__content:before{content:"\f3b7"}.fa-joint > .wp-block-navigation-link__content:before{content:"\f595"}.fa-joomla > .wp-block-navigation-link__content:before{content:"\f1aa"}.fa-journal-whills > .wp-block-navigation-link__content:before{content:"\f66a"}.fa-js > .wp-block-navigation-link__content:before{content:"\f3b8"}.fa-js-square > .wp-block-navigation-link__content:before{content:"\f3b9"}.fa-jsfiddle > .wp-block-navigation-link__content:before{content:"\f1cc"}.fa-kaaba > .wp-block-navigation-link__content:before{content:"\f66b"}.fa-kaggle > .wp-block-navigation-link__content:before{content:"\f5fa"}.fa-key > .wp-block-navigation-link__content:before{content:"\f084"}.fa-keybase > .wp-block-navigation-link__content:before{content:"\f4f5"}.fa-keyboard > .wp-block-navigation-link__content:before{content:"\f11c"}.fa-keycdn > .wp-block-navigation-link__content:before{content:"\f3ba"}.fa-khanda > .wp-block-navigation-link__content:before{content:"\f66d"}.fa-kickstarter > .wp-block-navigation-link__content:before{content:"\f3bb"}.fa-kickstarter-k > .wp-block-navigation-link__content:before{content:"\f3bc"}.fa-kiss > .wp-block-navigation-link__content:before{content:"\f596"}.fa-kiss-beam > .wp-block-navigation-link__content:before{content:"\f597"}.fa-kiss-wink-heart > .wp-block-navigation-link__content:before{content:"\f598"}.fa-kiwi-bird > .wp-block-navigation-link__content:before{content:"\f535"}.fa-korvue > .wp-block-navigation-link__content:before{content:"\f42f"}.fa-landmark > .wp-block-navigation-link__content:before{content:"\f66f"}.fa-language > .wp-block-navigation-link__content:before{content:"\f1ab"}.fa-laptop > .wp-block-navigation-link__content:before{content:"\f109"}.fa-laptop-code > .wp-block-navigation-link__content:before{content:"\f5fc"}.fa-laptop-house > .wp-block-navigation-link__content:before{content:"\f966"}.fa-laptop-medical > .wp-block-navigation-link__content:before{content:"\f812"}.fa-laravel > .wp-block-navigation-link__content:before{content:"\f3bd"}.fa-lastfm > .wp-block-navigation-link__content:before{content:"\f202"}.fa-lastfm-square > .wp-block-navigation-link__content:before{content:"\f203"}.fa-laugh > .wp-block-navigation-link__content:before{content:"\f599"}.fa-laugh-beam > .wp-block-navigation-link__content:before{content:"\f59a"}.fa-laugh-squint > .wp-block-navigation-link__content:before{content:"\f59b"}.fa-laugh-wink > .wp-block-navigation-link__content:before{content:"\f59c"}.fa-layer-group > .wp-block-navigation-link__content:before{content:"\f5fd"}.fa-leaf > .wp-block-navigation-link__content:before{content:"\f06c"}.fa-leanpub > .wp-block-navigation-link__content:before{content:"\f212"}.fa-lemon > .wp-block-navigation-link__content:before{content:"\f094"}.fa-less > .wp-block-navigation-link__content:before{content:"\f41d"}.fa-less-than > .wp-block-navigation-link__content:before{content:"\f536"}.fa-less-than-equal > .wp-block-navigation-link__content:before{content:"\f537"}.fa-level-down-alt > .wp-block-navigation-link__content:before{content:"\f3be"}.fa-level-up-alt > .wp-block-navigation-link__content:before{content:"\f3bf"}.fa-life-ring > .wp-block-navigation-link__content:before{content:"\f1cd"}.fa-lightbulb > .wp-block-navigation-link__content:before{content:"\f0eb"}.fa-line > .wp-block-navigation-link__content:before{content:"\f3c0"}.fa-link > .wp-block-navigation-link__content:before{content:"\f0c1"}.fa-linkedin > .wp-block-navigation-link__content:before{content:"\f08c"}.fa-linkedin-in > .wp-block-navigation-link__content:before{content:"\f0e1"}.fa-linode > .wp-block-navigation-link__content:before{content:"\f2b8"}.fa-linux > .wp-block-navigation-link__content:before{content:"\f17c"}.fa-lira-sign > .wp-block-navigation-link__content:before{content:"\f195"}.fa-list > .wp-block-navigation-link__content:before{content:"\f03a"}.fa-list-alt > .wp-block-navigation-link__content:before{content:"\f022"}.fa-list-ol > .wp-block-navigation-link__content:before{content:"\f0cb"}.fa-list-ul > .wp-block-navigation-link__content:before{content:"\f0ca"}.fa-location-arrow > .wp-block-navigation-link__content:before{content:"\f124"}.fa-lock > .wp-block-navigation-link__content:before{content:"\f023"}.fa-lock-open > .wp-block-navigation-link__content:before{content:"\f3c1"}.fa-long-arrow-alt-down > .wp-block-navigation-link__content:before{content:"\f309"}.fa-long-arrow-alt-left > .wp-block-navigation-link__content:before{content:"\f30a"}.fa-long-arrow-alt-right > .wp-block-navigation-link__content:before{content:"\f30b"}.fa-long-arrow-alt-up > .wp-block-navigation-link__content:before{content:"\f30c"}.fa-low-vision > .wp-block-navigation-link__content:before{content:"\f2a8"}.fa-luggage-cart > .wp-block-navigation-link__content:before{content:"\f59d"}.fa-lungs > .wp-block-navigation-link__content:before{content:"\f604"}.fa-lungs-virus > .wp-block-navigation-link__content:before{content:"\f967"}.fa-lyft > .wp-block-navigation-link__content:before{content:"\f3c3"}.fa-magento > .wp-block-navigation-link__content:before{content:"\f3c4"}.fa-magic > .wp-block-navigation-link__content:before{content:"\f0d0"}.fa-magnet > .wp-block-navigation-link__content:before{content:"\f076"}.fa-mail-bulk > .wp-block-navigation-link__content:before{content:"\f674"}.fa-mailchimp > .wp-block-navigation-link__content:before{content:"\f59e"}.fa-male > .wp-block-navigation-link__content:before{content:"\f183"}.fa-mandalorian > .wp-block-navigation-link__content:before{content:"\f50f"}.fa-map > .wp-block-navigation-link__content:before{content:"\f279"}.fa-map-marked > .wp-block-navigation-link__content:before{content:"\f59f"}.fa-map-marked-alt > .wp-block-navigation-link__content:before{content:"\f5a0"}.fa-map-marker > .wp-block-navigation-link__content:before{content:"\f041"}.fa-map-marker-alt > .wp-block-navigation-link__content:before{content:"\f3c5"}.fa-map-pin > .wp-block-navigation-link__content:before{content:"\f276"}.fa-map-signs > .wp-block-navigation-link__content:before{content:"\f277"}.fa-markdown > .wp-block-navigation-link__content:before{content:"\f60f"}.fa-marker > .wp-block-navigation-link__content:before{content:"\f5a1"}.fa-mars > .wp-block-navigation-link__content:before{content:"\f222"}.fa-mars-double > .wp-block-navigation-link__content:before{content:"\f227"}.fa-mars-stroke > .wp-block-navigation-link__content:before{content:"\f229"}.fa-mars-stroke-h > .wp-block-navigation-link__content:before{content:"\f22b"}.fa-mars-stroke-v > .wp-block-navigation-link__content:before{content:"\f22a"}.fa-mask > .wp-block-navigation-link__content:before{content:"\f6fa"}.fa-mastodon > .wp-block-navigation-link__content:before{content:"\f4f6"}.fa-maxcdn > .wp-block-navigation-link__content:before{content:"\f136"}.fa-mdb > .wp-block-navigation-link__content:before{content:"\f8ca"}.fa-medal > .wp-block-navigation-link__content:before{content:"\f5a2"}.fa-medapps > .wp-block-navigation-link__content:before{content:"\f3c6"}.fa-medium > .wp-block-navigation-link__content:before{content:"\f23a"}.fa-medium-m > .wp-block-navigation-link__content:before{content:"\f3c7"}.fa-medkit > .wp-block-navigation-link__content:before{content:"\f0fa"}.fa-medrt > .wp-block-navigation-link__content:before{content:"\f3c8"}.fa-meetup > .wp-block-navigation-link__content:before{content:"\f2e0"}.fa-megaport > .wp-block-navigation-link__content:before{content:"\f5a3"}.fa-meh > .wp-block-navigation-link__content:before{content:"\f11a"}.fa-meh-blank > .wp-block-navigation-link__content:before{content:"\f5a4"}.fa-meh-rolling-eyes > .wp-block-navigation-link__content:before{content:"\f5a5"}.fa-memory > .wp-block-navigation-link__content:before{content:"\f538"}.fa-mendeley > .wp-block-navigation-link__content:before{content:"\f7b3"}.fa-menorah > .wp-block-navigation-link__content:before{content:"\f676"}.fa-mercury > .wp-block-navigation-link__content:before{content:"\f223"}.fa-meteor > .wp-block-navigation-link__content:before{content:"\f753"}.fa-microblog > .wp-block-navigation-link__content:before{content:"\f91a"}.fa-microchip > .wp-block-navigation-link__content:before{content:"\f2db"}.fa-microphone > .wp-block-navigation-link__content:before{content:"\f130"}.fa-microphone-alt > .wp-block-navigation-link__content:before{content:"\f3c9"}.fa-microphone-alt-slash > .wp-block-navigation-link__content:before{content:"\f539"}.fa-microphone-slash > .wp-block-navigation-link__content:before{content:"\f131"}.fa-microscope > .wp-block-navigation-link__content:before{content:"\f610"}.fa-microsoft > .wp-block-navigation-link__content:before{content:"\f3ca"}.fa-minus > .wp-block-navigation-link__content:before{content:"\f068"}.fa-minus-circle > .wp-block-navigation-link__content:before{content:"\f056"}.fa-minus-square > .wp-block-navigation-link__content:before{content:"\f146"}.fa-mitten > .wp-block-navigation-link__content:before{content:"\f7b5"}.fa-mix > .wp-block-navigation-link__content:before{content:"\f3cb"}.fa-mixcloud > .wp-block-navigation-link__content:before{content:"\f289"}.fa-mixer > .wp-block-navigation-link__content:before{content:"\f956"}.fa-mizuni > .wp-block-navigation-link__content:before{content:"\f3cc"}.fa-mobile > .wp-block-navigation-link__content:before{content:"\f10b"}.fa-mobile-alt > .wp-block-navigation-link__content:before{content:"\f3cd"}.fa-modx > .wp-block-navigation-link__content:before{content:"\f285"}.fa-monero > .wp-block-navigation-link__content:before{content:"\f3d0"}.fa-money-bill > .wp-block-navigation-link__content:before{content:"\f0d6"}.fa-money-bill-alt > .wp-block-navigation-link__content:before{content:"\f3d1"}.fa-money-bill-wave > .wp-block-navigation-link__content:before{content:"\f53a"}.fa-money-bill-wave-alt > .wp-block-navigation-link__content:before{content:"\f53b"}.fa-money-check > .wp-block-navigation-link__content:before{content:"\f53c"}.fa-money-check-alt > .wp-block-navigation-link__content:before{content:"\f53d"}.fa-monument > .wp-block-navigation-link__content:before{content:"\f5a6"}.fa-moon > .wp-block-navigation-link__content:before{content:"\f186"}.fa-mortar-pestle > .wp-block-navigation-link__content:before{content:"\f5a7"}.fa-mosque > .wp-block-navigation-link__content:before{content:"\f678"}.fa-motorcycle > .wp-block-navigation-link__content:before{content:"\f21c"}.fa-mountain > .wp-block-navigation-link__content:before{content:"\f6fc"}.fa-mouse > .wp-block-navigation-link__content:before{content:"\f8cc"}.fa-mouse-pointer > .wp-block-navigation-link__content:before{content:"\f245"}.fa-mug-hot > .wp-block-navigation-link__content:before{content:"\f7b6"}.fa-music > .wp-block-navigation-link__content:before{content:"\f001"}.fa-napster > .wp-block-navigation-link__content:before{content:"\f3d2"}.fa-neos > .wp-block-navigation-link__content:before{content:"\f612"}.fa-network-wired > .wp-block-navigation-link__content:before{content:"\f6ff"}.fa-neuter > .wp-block-navigation-link__content:before{content:"\f22c"}.fa-newspaper > .wp-block-navigation-link__content:before{content:"\f1ea"}.fa-nimblr > .wp-block-navigation-link__content:before{content:"\f5a8"}.fa-node > .wp-block-navigation-link__content:before{content:"\f419"}.fa-node-js > .wp-block-navigation-link__content:before{content:"\f3d3"}.fa-not-equal > .wp-block-navigation-link__content:before{content:"\f53e"}.fa-notes-medical > .wp-block-navigation-link__content:before{content:"\f481"}.fa-npm > .wp-block-navigation-link__content:before{content:"\f3d4"}.fa-ns8 > .wp-block-navigation-link__content:before{content:"\f3d5"}.fa-nutritionix > .wp-block-navigation-link__content:before{content:"\f3d6"}.fa-object-group > .wp-block-navigation-link__content:before{content:"\f247"}.fa-object-ungroup > .wp-block-navigation-link__content:before{content:"\f248"}.fa-odnoklassniki > .wp-block-navigation-link__content:before{content:"\f263"}.fa-odnoklassniki-square > .wp-block-navigation-link__content:before{content:"\f264"}.fa-oil-can > .wp-block-navigation-link__content:before{content:"\f613"}.fa-old-republic > .wp-block-navigation-link__content:before{content:"\f510"}.fa-om > .wp-block-navigation-link__content:before{content:"\f679"}.fa-opencart > .wp-block-navigation-link__content:before{content:"\f23d"}.fa-openid > .wp-block-navigation-link__content:before{content:"\f19b"}.fa-opera > .wp-block-navigation-link__content:before{content:"\f26a"}.fa-optin-monster > .wp-block-navigation-link__content:before{content:"\f23c"}.fa-orcid > .wp-block-navigation-link__content:before{content:"\f8d2"}.fa-osi > .wp-block-navigation-link__content:before{content:"\f41a"}.fa-otter > .wp-block-navigation-link__content:before{content:"\f700"}.fa-outdent > .wp-block-navigation-link__content:before{content:"\f03b"}.fa-page4 > .wp-block-navigation-link__content:before{content:"\f3d7"}.fa-pagelines > .wp-block-navigation-link__content:before{content:"\f18c"}.fa-pager > .wp-block-navigation-link__content:before{content:"\f815"}.fa-paint-brush > .wp-block-navigation-link__content:before{content:"\f1fc"}.fa-paint-roller > .wp-block-navigation-link__content:before{content:"\f5aa"}.fa-palette > .wp-block-navigation-link__content:before{content:"\f53f"}.fa-palfed > .wp-block-navigation-link__content:before{content:"\f3d8"}.fa-pallet > .wp-block-navigation-link__content:before{content:"\f482"}.fa-paper-plane > .wp-block-navigation-link__content:before{content:"\f1d8"}.fa-paperclip > .wp-block-navigation-link__content:before{content:"\f0c6"}.fa-parachute-box > .wp-block-navigation-link__content:before{content:"\f4cd"}.fa-paragraph > .wp-block-navigation-link__content:before{content:"\f1dd"}.fa-parking > .wp-block-navigation-link__content:before{content:"\f540"}.fa-passport > .wp-block-navigation-link__content:before{content:"\f5ab"}.fa-pastafarianism > .wp-block-navigation-link__content:before{content:"\f67b"}.fa-paste > .wp-block-navigation-link__content:before{content:"\f0ea"}.fa-patreon > .wp-block-navigation-link__content:before{content:"\f3d9"}.fa-pause > .wp-block-navigation-link__content:before{content:"\f04c"}.fa-pause-circle > .wp-block-navigation-link__content:before{content:"\f28b"}.fa-paw > .wp-block-navigation-link__content:before{content:"\f1b0"}.fa-paypal > .wp-block-navigation-link__content:before{content:"\f1ed"}.fa-peace > .wp-block-navigation-link__content:before{content:"\f67c"}.fa-pen > .wp-block-navigation-link__content:before{content:"\f304"}.fa-pen-alt > .wp-block-navigation-link__content:before{content:"\f305"}.fa-pen-fancy > .wp-block-navigation-link__content:before{content:"\f5ac"}.fa-pen-nib > .wp-block-navigation-link__content:before{content:"\f5ad"}.fa-pen-square > .wp-block-navigation-link__content:before{content:"\f14b"}.fa-pencil-alt > .wp-block-navigation-link__content:before{content:"\f303"}.fa-pencil-ruler > .wp-block-navigation-link__content:before{content:"\f5ae"}.fa-penny-arcade > .wp-block-navigation-link__content:before{content:"\f704"}.fa-people-arrows > .wp-block-navigation-link__content:before{content:"\f968"}.fa-people-carry > .wp-block-navigation-link__content:before{content:"\f4ce"}.fa-pepper-hot > .wp-block-navigation-link__content:before{content:"\f816"}.fa-percent > .wp-block-navigation-link__content:before{content:"\f295"}.fa-percentage > .wp-block-navigation-link__content:before{content:"\f541"}.fa-periscope > .wp-block-navigation-link__content:before{content:"\f3da"}.fa-person-booth > .wp-block-navigation-link__content:before{content:"\f756"}.fa-phabricator > .wp-block-navigation-link__content:before{content:"\f3db"}.fa-phoenix-framework > .wp-block-navigation-link__content:before{content:"\f3dc"}.fa-phoenix-squadron > .wp-block-navigation-link__content:before{content:"\f511"}.fa-phone > .wp-block-navigation-link__content:before{content:"\f095"}.fa-phone-alt > .wp-block-navigation-link__content:before{content:"\f879"}.fa-phone-slash > .wp-block-navigation-link__content:before{content:"\f3dd"}.fa-phone-square > .wp-block-navigation-link__content:before{content:"\f098"}.fa-phone-square-alt > .wp-block-navigation-link__content:before{content:"\f87b"}.fa-phone-volume > .wp-block-navigation-link__content:before{content:"\f2a0"}.fa-photo-video > .wp-block-navigation-link__content:before{content:"\f87c"}.fa-php > .wp-block-navigation-link__content:before{content:"\f457"}.fa-pied-piper > .wp-block-navigation-link__content:before{content:"\f2ae"}.fa-pied-piper-alt > .wp-block-navigation-link__content:before{content:"\f1a8"}.fa-pied-piper-hat > .wp-block-navigation-link__content:before{content:"\f4e5"}.fa-pied-piper-pp > .wp-block-navigation-link__content:before{content:"\f1a7"}.fa-pied-piper-square > .wp-block-navigation-link__content:before{content:"\f91e"}.fa-piggy-bank > .wp-block-navigation-link__content:before{content:"\f4d3"}.fa-pills > .wp-block-navigation-link__content:before{content:"\f484"}.fa-pinterest > .wp-block-navigation-link__content:before{content:"\f0d2"}.fa-pinterest-p > .wp-block-navigation-link__content:before{content:"\f231"}.fa-pinterest-square > .wp-block-navigation-link__content:before{content:"\f0d3"}.fa-pizza-slice > .wp-block-navigation-link__content:before{content:"\f818"}.fa-place-of-worship > .wp-block-navigation-link__content:before{content:"\f67f"}.fa-plane > .wp-block-navigation-link__content:before{content:"\f072"}.fa-plane-arrival > .wp-block-navigation-link__content:before{content:"\f5af"}.fa-plane-departure > .wp-block-navigation-link__content:before{content:"\f5b0"}.fa-plane-slash > .wp-block-navigation-link__content:before{content:"\f969"}.fa-play > .wp-block-navigation-link__content:before{content:"\f04b"}.fa-play-circle > .wp-block-navigation-link__content:before{content:"\f144"}.fa-playstation > .wp-block-navigation-link__content:before{content:"\f3df"}.fa-plug > .wp-block-navigation-link__content:before{content:"\f1e6"}.fa-plus > .wp-block-navigation-link__content:before{content:"\f067"}.fa-plus-circle > .wp-block-navigation-link__content:before{content:"\f055"}.fa-plus-square > .wp-block-navigation-link__content:before{content:"\f0fe"}.fa-podcast > .wp-block-navigation-link__content:before{content:"\f2ce"}.fa-poll > .wp-block-navigation-link__content:before{content:"\f681"}.fa-poll-h > .wp-block-navigation-link__content:before{content:"\f682"}.fa-poo > .wp-block-navigation-link__content:before{content:"\f2fe"}.fa-poo-storm > .wp-block-navigation-link__content:before{content:"\f75a"}.fa-poop > .wp-block-navigation-link__content:before{content:"\f619"}.fa-portrait > .wp-block-navigation-link__content:before{content:"\f3e0"}.fa-pound-sign > .wp-block-navigation-link__content:before{content:"\f154"}.fa-power-off > .wp-block-navigation-link__content:before{content:"\f011"}.fa-pray > .wp-block-navigation-link__content:before{content:"\f683"}.fa-praying-hands > .wp-block-navigation-link__content:before{content:"\f684"}.fa-prescription > .wp-block-navigation-link__content:before{content:"\f5b1"}.fa-prescription-bottle > .wp-block-navigation-link__content:before{content:"\f485"}.fa-prescription-bottle-alt > .wp-block-navigation-link__content:before{content:"\f486"}.fa-print > .wp-block-navigation-link__content:before{content:"\f02f"}.fa-procedures > .wp-block-navigation-link__content:before{content:"\f487"}.fa-product-hunt > .wp-block-navigation-link__content:before{content:"\f288"}.fa-project-diagram > .wp-block-navigation-link__content:before{content:"\f542"}.fa-pump-medical > .wp-block-navigation-link__content:before{content:"\f96a"}.fa-pump-soap > .wp-block-navigation-link__content:before{content:"\f96b"}.fa-pushed > .wp-block-navigation-link__content:before{content:"\f3e1"}.fa-puzzle-piece > .wp-block-navigation-link__content:before{content:"\f12e"}.fa-python > .wp-block-navigation-link__content:before{content:"\f3e2"}.fa-qq > .wp-block-navigation-link__content:before{content:"\f1d6"}.fa-qrcode > .wp-block-navigation-link__content:before{content:"\f029"}.fa-question > .wp-block-navigation-link__content:before{content:"\f128"}.fa-question-circle > .wp-block-navigation-link__content:before{content:"\f059"}.fa-quidditch > .wp-block-navigation-link__content:before{content:"\f458"}.fa-quinscape > .wp-block-navigation-link__content:before{content:"\f459"}.fa-quora > .wp-block-navigation-link__content:before{content:"\f2c4"}.fa-quote-left > .wp-block-navigation-link__content:before{content:"\f10d"}.fa-quote-right > .wp-block-navigation-link__content:before{content:"\f10e"}.fa-quran > .wp-block-navigation-link__content:before{content:"\f687"}.fa-r-project > .wp-block-navigation-link__content:before{content:"\f4f7"}.fa-radiation > .wp-block-navigation-link__content:before{content:"\f7b9"}.fa-radiation-alt > .wp-block-navigation-link__content:before{content:"\f7ba"}.fa-rainbow > .wp-block-navigation-link__content:before{content:"\f75b"}.fa-random > .wp-block-navigation-link__content:before{content:"\f074"}.fa-raspberry-pi > .wp-block-navigation-link__content:before{content:"\f7bb"}.fa-ravelry > .wp-block-navigation-link__content:before{content:"\f2d9"}.fa-react > .wp-block-navigation-link__content:before{content:"\f41b"}.fa-reacteurope > .wp-block-navigation-link__content:before{content:"\f75d"}.fa-readme > .wp-block-navigation-link__content:before{content:"\f4d5"}.fa-rebel > .wp-block-navigation-link__content:before{content:"\f1d0"}.fa-receipt > .wp-block-navigation-link__content:before{content:"\f543"}.fa-record-vinyl > .wp-block-navigation-link__content:before{content:"\f8d9"}.fa-recycle > .wp-block-navigation-link__content:before{content:"\f1b8"}.fa-red-river > .wp-block-navigation-link__content:before{content:"\f3e3"}.fa-reddit > .wp-block-navigation-link__content:before{content:"\f1a1"}.fa-reddit-alien > .wp-block-navigation-link__content:before{content:"\f281"}.fa-reddit-square > .wp-block-navigation-link__content:before{content:"\f1a2"}.fa-redhat > .wp-block-navigation-link__content:before{content:"\f7bc"}.fa-redo > .wp-block-navigation-link__content:before{content:"\f01e"}.fa-redo-alt > .wp-block-navigation-link__content:before{content:"\f2f9"}.fa-registered > .wp-block-navigation-link__content:before{content:"\f25d"}.fa-remove-format > .wp-block-navigation-link__content:before{content:"\f87d"}.fa-renren > .wp-block-navigation-link__content:before{content:"\f18b"}.fa-reply > .wp-block-navigation-link__content:before{content:"\f3e5"}.fa-reply-all > .wp-block-navigation-link__content:before{content:"\f122"}.fa-replyd > .wp-block-navigation-link__content:before{content:"\f3e6"}.fa-republican > .wp-block-navigation-link__content:before{content:"\f75e"}.fa-researchgate > .wp-block-navigation-link__content:before{content:"\f4f8"}.fa-resolving > .wp-block-navigation-link__content:before{content:"\f3e7"}.fa-restroom > .wp-block-navigation-link__content:before{content:"\f7bd"}.fa-retweet > .wp-block-navigation-link__content:before{content:"\f079"}.fa-rev > .wp-block-navigation-link__content:before{content:"\f5b2"}.fa-ribbon > .wp-block-navigation-link__content:before{content:"\f4d6"}.fa-ring > .wp-block-navigation-link__content:before{content:"\f70b"}.fa-road > .wp-block-navigation-link__content:before{content:"\f018"}.fa-robot > .wp-block-navigation-link__content:before{content:"\f544"}.fa-rocket > .wp-block-navigation-link__content:before{content:"\f135"}.fa-rocketchat > .wp-block-navigation-link__content:before{content:"\f3e8"}.fa-rockrms > .wp-block-navigation-link__content:before{content:"\f3e9"}.fa-route > .wp-block-navigation-link__content:before{content:"\f4d7"}.fa-rss > .wp-block-navigation-link__content:before{content:"\f09e"}.fa-rss-square > .wp-block-navigation-link__content:before{content:"\f143"}.fa-ruble-sign > .wp-block-navigation-link__content:before{content:"\f158"}.fa-ruler > .wp-block-navigation-link__content:before{content:"\f545"}.fa-ruler-combined > .wp-block-navigation-link__content:before{content:"\f546"}.fa-ruler-horizontal > .wp-block-navigation-link__content:before{content:"\f547"}.fa-ruler-vertical > .wp-block-navigation-link__content:before{content:"\f548"}.fa-running > .wp-block-navigation-link__content:before{content:"\f70c"}.fa-rupee-sign > .wp-block-navigation-link__content:before{content:"\f156"}.fa-sad-cry > .wp-block-navigation-link__content:before{content:"\f5b3"}.fa-sad-tear > .wp-block-navigation-link__content:before{content:"\f5b4"}.fa-safari > .wp-block-navigation-link__content:before{content:"\f267"}.fa-salesforce > .wp-block-navigation-link__content:before{content:"\f83b"}.fa-sass > .wp-block-navigation-link__content:before{content:"\f41e"}.fa-satellite > .wp-block-navigation-link__content:before{content:"\f7bf"}.fa-satellite-dish > .wp-block-navigation-link__content:before{content:"\f7c0"}.fa-save > .wp-block-navigation-link__content:before{content:"\f0c7"}.fa-schlix > .wp-block-navigation-link__content:before{content:"\f3ea"}.fa-school > .wp-block-navigation-link__content:before{content:"\f549"}.fa-screwdriver > .wp-block-navigation-link__content:before{content:"\f54a"}.fa-scribd > .wp-block-navigation-link__content:before{content:"\f28a"}.fa-scroll > .wp-block-navigation-link__content:before{content:"\f70e"}.fa-sd-card > .wp-block-navigation-link__content:before{content:"\f7c2"}.fa-search > .wp-block-navigation-link__content:before{content:"\f002"}.fa-search-dollar > .wp-block-navigation-link__content:before{content:"\f688"}.fa-search-location > .wp-block-navigation-link__content:before{content:"\f689"}.fa-search-minus > .wp-block-navigation-link__content:before{content:"\f010"}.fa-search-plus > .wp-block-navigation-link__content:before{content:"\f00e"}.fa-searchengin > .wp-block-navigation-link__content:before{content:"\f3eb"}.fa-seedling > .wp-block-navigation-link__content:before{content:"\f4d8"}.fa-sellcast > .wp-block-navigation-link__content:before{content:"\f2da"}.fa-sellsy > .wp-block-navigation-link__content:before{content:"\f213"}.fa-server > .wp-block-navigation-link__content:before{content:"\f233"}.fa-servicestack > .wp-block-navigation-link__content:before{content:"\f3ec"}.fa-shapes > .wp-block-navigation-link__content:before{content:"\f61f"}.fa-share > .wp-block-navigation-link__content:before{content:"\f064"}.fa-share-alt > .wp-block-navigation-link__content:before{content:"\f1e0"}.fa-share-alt-square > .wp-block-navigation-link__content:before{content:"\f1e1"}.fa-share-square > .wp-block-navigation-link__content:before{content:"\f14d"}.fa-shekel-sign > .wp-block-navigation-link__content:before{content:"\f20b"}.fa-shield-alt > .wp-block-navigation-link__content:before{content:"\f3ed"}.fa-shield-virus > .wp-block-navigation-link__content:before{content:"\f96c"}.fa-ship > .wp-block-navigation-link__content:before{content:"\f21a"}.fa-shipping-fast > .wp-block-navigation-link__content:before{content:"\f48b"}.fa-shirtsinbulk > .wp-block-navigation-link__content:before{content:"\f214"}.fa-shoe-prints > .wp-block-navigation-link__content:before{content:"\f54b"}.fa-shopify > .wp-block-navigation-link__content:before{content:"\f957"}.fa-shopping-bag > .wp-block-navigation-link__content:before{content:"\f290"}.fa-shopping-basket > .wp-block-navigation-link__content:before{content:"\f291"}.fa-shopping-cart > .wp-block-navigation-link__content:before{content:"\f07a"}.fa-shopware > .wp-block-navigation-link__content:before{content:"\f5b5"}.fa-shower > .wp-block-navigation-link__content:before{content:"\f2cc"}.fa-shuttle-van > .wp-block-navigation-link__content:before{content:"\f5b6"}.fa-sign > .wp-block-navigation-link__content:before{content:"\f4d9"}.fa-sign-in-alt > .wp-block-navigation-link__content:before{content:"\f2f6"}.fa-sign-language > .wp-block-navigation-link__content:before{content:"\f2a7"}.fa-sign-out-alt > .wp-block-navigation-link__content:before{content:"\f2f5"}.fa-signal > .wp-block-navigation-link__content:before{content:"\f012"}.fa-signature > .wp-block-navigation-link__content:before{content:"\f5b7"}.fa-sim-card > .wp-block-navigation-link__content:before{content:"\f7c4"}.fa-simplybuilt > .wp-block-navigation-link__content:before{content:"\f215"}.fa-sistrix > .wp-block-navigation-link__content:before{content:"\f3ee"}.fa-sitemap > .wp-block-navigation-link__content:before{content:"\f0e8"}.fa-sith > .wp-block-navigation-link__content:before{content:"\f512"}.fa-skating > .wp-block-navigation-link__content:before{content:"\f7c5"}.fa-sketch > .wp-block-navigation-link__content:before{content:"\f7c6"}.fa-skiing > .wp-block-navigation-link__content:before{content:"\f7c9"}.fa-skiing-nordic > .wp-block-navigation-link__content:before{content:"\f7ca"}.fa-skull > .wp-block-navigation-link__content:before{content:"\f54c"}.fa-skull-crossbones > .wp-block-navigation-link__content:before{content:"\f714"}.fa-skyatlas > .wp-block-navigation-link__content:before{content:"\f216"}.fa-skype > .wp-block-navigation-link__content:before{content:"\f17e"}.fa-slack > .wp-block-navigation-link__content:before{content:"\f198"}.fa-slack-hash > .wp-block-navigation-link__content:before{content:"\f3ef"}.fa-slash > .wp-block-navigation-link__content:before{content:"\f715"}.fa-sleigh > .wp-block-navigation-link__content:before{content:"\f7cc"}.fa-sliders-h > .wp-block-navigation-link__content:before{content:"\f1de"}.fa-slideshare > .wp-block-navigation-link__content:before{content:"\f1e7"}.fa-smile > .wp-block-navigation-link__content:before{content:"\f118"}.fa-smile-beam > .wp-block-navigation-link__content:before{content:"\f5b8"}.fa-smile-wink > .wp-block-navigation-link__content:before{content:"\f4da"}.fa-smog > .wp-block-navigation-link__content:before{content:"\f75f"}.fa-smoking > .wp-block-navigation-link__content:before{content:"\f48d"}.fa-smoking-ban > .wp-block-navigation-link__content:before{content:"\f54d"}.fa-sms > .wp-block-navigation-link__content:before{content:"\f7cd"}.fa-snapchat > .wp-block-navigation-link__content:before{content:"\f2ab"}.fa-snapchat-ghost > .wp-block-navigation-link__content:before{content:"\f2ac"}.fa-snapchat-square > .wp-block-navigation-link__content:before{content:"\f2ad"}.fa-snowboarding > .wp-block-navigation-link__content:before{content:"\f7ce"}.fa-snowflake > .wp-block-navigation-link__content:before{content:"\f2dc"}.fa-snowman > .wp-block-navigation-link__content:before{content:"\f7d0"}.fa-snowplow > .wp-block-navigation-link__content:before{content:"\f7d2"}.fa-soap > .wp-block-navigation-link__content:before{content:"\f96e"}.fa-socks > .wp-block-navigation-link__content:before{content:"\f696"}.fa-solar-panel > .wp-block-navigation-link__content:before{content:"\f5ba"}.fa-sort > .wp-block-navigation-link__content:before{content:"\f0dc"}.fa-sort-alpha-down > .wp-block-navigation-link__content:before{content:"\f15d"}.fa-sort-alpha-down-alt > .wp-block-navigation-link__content:before{content:"\f881"}.fa-sort-alpha-up > .wp-block-navigation-link__content:before{content:"\f15e"}.fa-sort-alpha-up-alt > .wp-block-navigation-link__content:before{content:"\f882"}.fa-sort-amount-down > .wp-block-navigation-link__content:before{content:"\f160"}.fa-sort-amount-down-alt > .wp-block-navigation-link__content:before{content:"\f884"}.fa-sort-amount-up > .wp-block-navigation-link__content:before{content:"\f161"}.fa-sort-amount-up-alt > .wp-block-navigation-link__content:before{content:"\f885"}.fa-sort-down > .wp-block-navigation-link__content:before{content:"\f0dd"}.fa-sort-numeric-down > .wp-block-navigation-link__content:before{content:"\f162"}.fa-sort-numeric-down-alt > .wp-block-navigation-link__content:before{content:"\f886"}.fa-sort-numeric-up > .wp-block-navigation-link__content:before{content:"\f163"}.fa-sort-numeric-up-alt > .wp-block-navigation-link__content:before{content:"\f887"}.fa-sort-up > .wp-block-navigation-link__content:before{content:"\f0de"}.fa-soundcloud > .wp-block-navigation-link__content:before{content:"\f1be"}.fa-sourcetree > .wp-block-navigation-link__content:before{content:"\f7d3"}.fa-spa > .wp-block-navigation-link__content:before{content:"\f5bb"}.fa-space-shuttle > .wp-block-navigation-link__content:before{content:"\f197"}.fa-speakap > .wp-block-navigation-link__content:before{content:"\f3f3"}.fa-speaker-deck > .wp-block-navigation-link__content:before{content:"\f83c"}.fa-spell-check > .wp-block-navigation-link__content:before{content:"\f891"}.fa-spider > .wp-block-navigation-link__content:before{content:"\f717"}.fa-spinner > .wp-block-navigation-link__content:before{content:"\f110"}.fa-splotch > .wp-block-navigation-link__content:before{content:"\f5bc"}.fa-spotify > .wp-block-navigation-link__content:before{content:"\f1bc"}.fa-spray-can > .wp-block-navigation-link__content:before{content:"\f5bd"}.fa-square > .wp-block-navigation-link__content:before{content:"\f0c8"}.fa-square-full > .wp-block-navigation-link__content:before{content:"\f45c"}.fa-square-root-alt > .wp-block-navigation-link__content:before{content:"\f698"}.fa-squarespace > .wp-block-navigation-link__content:before{content:"\f5be"}.fa-stack-exchange > .wp-block-navigation-link__content:before{content:"\f18d"}.fa-stack-overflow > .wp-block-navigation-link__content:before{content:"\f16c"}.fa-stackpath > .wp-block-navigation-link__content:before{content:"\f842"}.fa-stamp > .wp-block-navigation-link__content:before{content:"\f5bf"}.fa-star > .wp-block-navigation-link__content:before{content:"\f005"}.fa-star-and-crescent > .wp-block-navigation-link__content:before{content:"\f699"}.fa-star-half > .wp-block-navigation-link__content:before{content:"\f089"}.fa-star-half-alt > .wp-block-navigation-link__content:before{content:"\f5c0"}.fa-star-of-david > .wp-block-navigation-link__content:before{content:"\f69a"}.fa-star-of-life > .wp-block-navigation-link__content:before{content:"\f621"}.fa-staylinked > .wp-block-navigation-link__content:before{content:"\f3f5"}.fa-steam > .wp-block-navigation-link__content:before{content:"\f1b6"}.fa-steam-square > .wp-block-navigation-link__content:before{content:"\f1b7"}.fa-steam-symbol > .wp-block-navigation-link__content:before{content:"\f3f6"}.fa-step-backward > .wp-block-navigation-link__content:before{content:"\f048"}.fa-step-forward > .wp-block-navigation-link__content:before{content:"\f051"}.fa-stethoscope > .wp-block-navigation-link__content:before{content:"\f0f1"}.fa-sticker-mule > .wp-block-navigation-link__content:before{content:"\f3f7"}.fa-sticky-note > .wp-block-navigation-link__content:before{content:"\f249"}.fa-stop > .wp-block-navigation-link__content:before{content:"\f04d"}.fa-stop-circle > .wp-block-navigation-link__content:before{content:"\f28d"}.fa-stopwatch > .wp-block-navigation-link__content:before{content:"\f2f2"}.fa-stopwatch-20 > .wp-block-navigation-link__content:before{content:"\f96f"}.fa-store > .wp-block-navigation-link__content:before{content:"\f54e"}.fa-store-alt > .wp-block-navigation-link__content:before{content:"\f54f"}.fa-store-alt-slash > .wp-block-navigation-link__content:before{content:"\f970"}.fa-store-slash > .wp-block-navigation-link__content:before{content:"\f971"}.fa-strava > .wp-block-navigation-link__content:before{content:"\f428"}.fa-stream > .wp-block-navigation-link__content:before{content:"\f550"}.fa-street-view > .wp-block-navigation-link__content:before{content:"\f21d"}.fa-strikethrough > .wp-block-navigation-link__content:before{content:"\f0cc"}.fa-stripe > .wp-block-navigation-link__content:before{content:"\f429"}.fa-stripe-s > .wp-block-navigation-link__content:before{content:"\f42a"}.fa-stroopwafel > .wp-block-navigation-link__content:before{content:"\f551"}.fa-studiovinari > .wp-block-navigation-link__content:before{content:"\f3f8"}.fa-stumbleupon > .wp-block-navigation-link__content:before{content:"\f1a4"}.fa-stumbleupon-circle > .wp-block-navigation-link__content:before{content:"\f1a3"}.fa-subscript > .wp-block-navigation-link__content:before{content:"\f12c"}.fa-subway > .wp-block-navigation-link__content:before{content:"\f239"}.fa-suitcase > .wp-block-navigation-link__content:before{content:"\f0f2"}.fa-suitcase-rolling > .wp-block-navigation-link__content:before{content:"\f5c1"}.fa-sun > .wp-block-navigation-link__content:before{content:"\f185"}.fa-superpowers > .wp-block-navigation-link__content:before{content:"\f2dd"}.fa-superscript > .wp-block-navigation-link__content:before{content:"\f12b"}.fa-supple > .wp-block-navigation-link__content:before{content:"\f3f9"}.fa-surprise > .wp-block-navigation-link__content:before{content:"\f5c2"}.fa-suse > .wp-block-navigation-link__content:before{content:"\f7d6"}.fa-swatchbook > .wp-block-navigation-link__content:before{content:"\f5c3"}.fa-swift > .wp-block-navigation-link__content:before{content:"\f8e1"}.fa-swimmer > .wp-block-navigation-link__content:before{content:"\f5c4"}.fa-swimming-pool > .wp-block-navigation-link__content:before{content:"\f5c5"}.fa-symfony > .wp-block-navigation-link__content:before{content:"\f83d"}.fa-synagogue > .wp-block-navigation-link__content:before{content:"\f69b"}.fa-sync > .wp-block-navigation-link__content:before{content:"\f021"}.fa-sync-alt > .wp-block-navigation-link__content:before{content:"\f2f1"}.fa-syringe > .wp-block-navigation-link__content:before{content:"\f48e"}.fa-table > .wp-block-navigation-link__content:before{content:"\f0ce"}.fa-table-tennis > .wp-block-navigation-link__content:before{content:"\f45d"}.fa-tablet > .wp-block-navigation-link__content:before{content:"\f10a"}.fa-tablet-alt > .wp-block-navigation-link__content:before{content:"\f3fa"}.fa-tablets > .wp-block-navigation-link__content:before{content:"\f490"}.fa-tachometer-alt > .wp-block-navigation-link__content:before{content:"\f3fd"}.fa-tag > .wp-block-navigation-link__content:before{content:"\f02b"}.fa-tags > .wp-block-navigation-link__content:before{content:"\f02c"}.fa-tape > .wp-block-navigation-link__content:before{content:"\f4db"}.fa-tasks > .wp-block-navigation-link__content:before{content:"\f0ae"}.fa-taxi > .wp-block-navigation-link__content:before{content:"\f1ba"}.fa-teamspeak > .wp-block-navigation-link__content:before{content:"\f4f9"}.fa-teeth > .wp-block-navigation-link__content:before{content:"\f62e"}.fa-teeth-open > .wp-block-navigation-link__content:before{content:"\f62f"}.fa-telegram > .wp-block-navigation-link__content:before{content:"\f2c6"}.fa-telegram-plane > .wp-block-navigation-link__content:before{content:"\f3fe"}.fa-temperature-high > .wp-block-navigation-link__content:before{content:"\f769"}.fa-temperature-low > .wp-block-navigation-link__content:before{content:"\f76b"}.fa-tencent-weibo > .wp-block-navigation-link__content:before{content:"\f1d5"}.fa-tenge > .wp-block-navigation-link__content:before{content:"\f7d7"}.fa-terminal > .wp-block-navigation-link__content:before{content:"\f120"}.fa-text-height > .wp-block-navigation-link__content:before{content:"\f034"}.fa-text-width > .wp-block-navigation-link__content:before{content:"\f035"}.fa-th > .wp-block-navigation-link__content:before{content:"\f00a"}.fa-th-large > .wp-block-navigation-link__content:before{content:"\f009"}.fa-th-list > .wp-block-navigation-link__content:before{content:"\f00b"}.fa-the-red-yeti > .wp-block-navigation-link__content:before{content:"\f69d"}.fa-theater-masks > .wp-block-navigation-link__content:before{content:"\f630"}.fa-themeco > .wp-block-navigation-link__content:before{content:"\f5c6"}.fa-themeisle > .wp-block-navigation-link__content:before{content:"\f2b2"}.fa-thermometer > .wp-block-navigation-link__content:before{content:"\f491"}.fa-thermometer-empty > .wp-block-navigation-link__content:before{content:"\f2cb"}.fa-thermometer-full > .wp-block-navigation-link__content:before{content:"\f2c7"}.fa-thermometer-half > .wp-block-navigation-link__content:before{content:"\f2c9"}.fa-thermometer-quarter > .wp-block-navigation-link__content:before{content:"\f2ca"}.fa-thermometer-three-quarters > .wp-block-navigation-link__content:before{content:"\f2c8"}.fa-think-peaks > .wp-block-navigation-link__content:before{content:"\f731"}.fa-thumbs-down > .wp-block-navigation-link__content:before{content:"\f165"}.fa-thumbs-up > .wp-block-navigation-link__content:before{content:"\f164"}.fa-thumbtack > .wp-block-navigation-link__content:before{content:"\f08d"}.fa-ticket-alt > .wp-block-navigation-link__content:before{content:"\f3ff"}.fa-times > .wp-block-navigation-link__content:before{content:"\f00d"}.fa-times-circle > .wp-block-navigation-link__content:before{content:"\f057"}.fa-tint > .wp-block-navigation-link__content:before{content:"\f043"}.fa-tint-slash > .wp-block-navigation-link__content:before{content:"\f5c7"}.fa-tired > .wp-block-navigation-link__content:before{content:"\f5c8"}.fa-toggle-off > .wp-block-navigation-link__content:before{content:"\f204"}.fa-toggle-on > .wp-block-navigation-link__content:before{content:"\f205"}.fa-toilet > .wp-block-navigation-link__content:before{content:"\f7d8"}.fa-toilet-paper > .wp-block-navigation-link__content:before{content:"\f71e"}.fa-toilet-paper-slash > .wp-block-navigation-link__content:before{content:"\f972"}.fa-toolbox > .wp-block-navigation-link__content:before{content:"\f552"}.fa-tools > .wp-block-navigation-link__content:before{content:"\f7d9"}.fa-tooth > .wp-block-navigation-link__content:before{content:"\f5c9"}.fa-torah > .wp-block-navigation-link__content:before{content:"\f6a0"}.fa-torii-gate > .wp-block-navigation-link__content:before{content:"\f6a1"}.fa-tractor > .wp-block-navigation-link__content:before{content:"\f722"}.fa-trade-federation > .wp-block-navigation-link__content:before{content:"\f513"}.fa-trademark > .wp-block-navigation-link__content:before{content:"\f25c"}.fa-traffic-light > .wp-block-navigation-link__content:before{content:"\f637"}.fa-trailer > .wp-block-navigation-link__content:before{content:"\f941"}.fa-train > .wp-block-navigation-link__content:before{content:"\f238"}.fa-tram > .wp-block-navigation-link__content:before{content:"\f7da"}.fa-transgender > .wp-block-navigation-link__content:before{content:"\f224"}.fa-transgender-alt > .wp-block-navigation-link__content:before{content:"\f225"}.fa-trash > .wp-block-navigation-link__content:before{content:"\f1f8"}.fa-trash-alt > .wp-block-navigation-link__content:before{content:"\f2ed"}.fa-trash-restore > .wp-block-navigation-link__content:before{content:"\f829"}.fa-trash-restore-alt > .wp-block-navigation-link__content:before{content:"\f82a"}.fa-tree > .wp-block-navigation-link__content:before{content:"\f1bb"}.fa-trello > .wp-block-navigation-link__content:before{content:"\f181"}.fa-tripadvisor > .wp-block-navigation-link__content:before{content:"\f262"}.fa-trophy > .wp-block-navigation-link__content:before{content:"\f091"}.fa-truck > .wp-block-navigation-link__content:before{content:"\f0d1"}.fa-truck-loading > .wp-block-navigation-link__content:before{content:"\f4de"}.fa-truck-monster > .wp-block-navigation-link__content:before{content:"\f63b"}.fa-truck-moving > .wp-block-navigation-link__content:before{content:"\f4df"}.fa-truck-pickup > .wp-block-navigation-link__content:before{content:"\f63c"}.fa-tshirt > .wp-block-navigation-link__content:before{content:"\f553"}.fa-tty > .wp-block-navigation-link__content:before{content:"\f1e4"}.fa-tumblr > .wp-block-navigation-link__content:before{content:"\f173"}.fa-tumblr-square > .wp-block-navigation-link__content:before{content:"\f174"}.fa-tv > .wp-block-navigation-link__content:before{content:"\f26c"}.fa-twitch > .wp-block-navigation-link__content:before{content:"\f1e8"}.fa-twitter > .wp-block-navigation-link__content:before{content:"\f099"}.fa-twitter-square > .wp-block-navigation-link__content:before{content:"\f081"}.fa-typo3 > .wp-block-navigation-link__content:before{content:"\f42b"}.fa-uber > .wp-block-navigation-link__content:before{content:"\f402"}.fa-ubuntu > .wp-block-navigation-link__content:before{content:"\f7df"}.fa-uikit > .wp-block-navigation-link__content:before{content:"\f403"}.fa-umbraco > .wp-block-navigation-link__content:before{content:"\f8e8"}.fa-umbrella > .wp-block-navigation-link__content:before{content:"\f0e9"}.fa-umbrella-beach > .wp-block-navigation-link__content:before{content:"\f5ca"}.fa-underline > .wp-block-navigation-link__content:before{content:"\f0cd"}.fa-undo > .wp-block-navigation-link__content:before{content:"\f0e2"}.fa-undo-alt > .wp-block-navigation-link__content:before{content:"\f2ea"}.fa-uniregistry > .wp-block-navigation-link__content:before{content:"\f404"}.fa-unity > .wp-block-navigation-link__content:before{content:"\f949"}.fa-universal-access > .wp-block-navigation-link__content:before{content:"\f29a"}.fa-university > .wp-block-navigation-link__content:before{content:"\f19c"}.fa-unlink > .wp-block-navigation-link__content:before{content:"\f127"}.fa-unlock > .wp-block-navigation-link__content:before{content:"\f09c"}.fa-unlock-alt > .wp-block-navigation-link__content:before{content:"\f13e"}.fa-untappd > .wp-block-navigation-link__content:before{content:"\f405"}.fa-upload > .wp-block-navigation-link__content:before{content:"\f093"}.fa-ups > .wp-block-navigation-link__content:before{content:"\f7e0"}.fa-usb > .wp-block-navigation-link__content:before{content:"\f287"}.fa-user > .wp-block-navigation-link__content:before{content:"\f007"}.fa-user-alt > .wp-block-navigation-link__content:before{content:"\f406"}.fa-user-alt-slash > .wp-block-navigation-link__content:before{content:"\f4fa"}.fa-user-astronaut > .wp-block-navigation-link__content:before{content:"\f4fb"}.fa-user-check > .wp-block-navigation-link__content:before{content:"\f4fc"}.fa-user-circle > .wp-block-navigation-link__content:before{content:"\f2bd"}.fa-user-clock > .wp-block-navigation-link__content:before{content:"\f4fd"}.fa-user-cog > .wp-block-navigation-link__content:before{content:"\f4fe"}.fa-user-edit > .wp-block-navigation-link__content:before{content:"\f4ff"}.fa-user-friends > .wp-block-navigation-link__content:before{content:"\f500"}.fa-user-graduate > .wp-block-navigation-link__content:before{content:"\f501"}.fa-user-injured > .wp-block-navigation-link__content:before{content:"\f728"}.fa-user-lock > .wp-block-navigation-link__content:before{content:"\f502"}.fa-user-md > .wp-block-navigation-link__content:before{content:"\f0f0"}.fa-user-minus > .wp-block-navigation-link__content:before{content:"\f503"}.fa-user-ninja > .wp-block-navigation-link__content:before{content:"\f504"}.fa-user-nurse > .wp-block-navigation-link__content:before{content:"\f82f"}.fa-user-plus > .wp-block-navigation-link__content:before{content:"\f234"}.fa-user-secret > .wp-block-navigation-link__content:before{content:"\f21b"}.fa-user-shield > .wp-block-navigation-link__content:before{content:"\f505"}.fa-user-slash > .wp-block-navigation-link__content:before{content:"\f506"}.fa-user-tag > .wp-block-navigation-link__content:before{content:"\f507"}.fa-user-tie > .wp-block-navigation-link__content:before{content:"\f508"}.fa-user-times > .wp-block-navigation-link__content:before{content:"\f235"}.fa-users > .wp-block-navigation-link__content:before{content:"\f0c0"}.fa-users-cog > .wp-block-navigation-link__content:before{content:"\f509"}.fa-usps > .wp-block-navigation-link__content:before{content:"\f7e1"}.fa-ussunnah > .wp-block-navigation-link__content:before{content:"\f407"}.fa-utensil-spoon > .wp-block-navigation-link__content:before{content:"\f2e5"}.fa-utensils > .wp-block-navigation-link__content:before{content:"\f2e7"}.fa-vaadin > .wp-block-navigation-link__content:before{content:"\f408"}.fa-vector-square > .wp-block-navigation-link__content:before{content:"\f5cb"}.fa-venus > .wp-block-navigation-link__content:before{content:"\f221"}.fa-venus-double > .wp-block-navigation-link__content:before{content:"\f226"}.fa-venus-mars > .wp-block-navigation-link__content:before{content:"\f228"}.fa-viacoin > .wp-block-navigation-link__content:before{content:"\f237"}.fa-viadeo > .wp-block-navigation-link__content:before{content:"\f2a9"}.fa-viadeo-square > .wp-block-navigation-link__content:before{content:"\f2aa"}.fa-vial > .wp-block-navigation-link__content:before{content:"\f492"}.fa-vials > .wp-block-navigation-link__content:before{content:"\f493"}.fa-viber > .wp-block-navigation-link__content:before{content:"\f409"}.fa-video > .wp-block-navigation-link__content:before{content:"\f03d"}.fa-video-slash > .wp-block-navigation-link__content:before{content:"\f4e2"}.fa-vihara > .wp-block-navigation-link__content:before{content:"\f6a7"}.fa-vimeo > .wp-block-navigation-link__content:before{content:"\f40a"}.fa-vimeo-square > .wp-block-navigation-link__content:before{content:"\f194"}.fa-vimeo-v > .wp-block-navigation-link__content:before{content:"\f27d"}.fa-vine > .wp-block-navigation-link__content:before{content:"\f1ca"}.fa-virus > .wp-block-navigation-link__content:before{content:"\f974"}.fa-virus-slash > .wp-block-navigation-link__content:before{content:"\f975"}.fa-viruses > .wp-block-navigation-link__content:before{content:"\f976"}.fa-vk > .wp-block-navigation-link__content:before{content:"\f189"}.fa-vnv > .wp-block-navigation-link__content:before{content:"\f40b"}.fa-voicemail > .wp-block-navigation-link__content:before{content:"\f897"}.fa-volleyball-ball > .wp-block-navigation-link__content:before{content:"\f45f"}.fa-volume-down > .wp-block-navigation-link__content:before{content:"\f027"}.fa-volume-mute > .wp-block-navigation-link__content:before{content:"\f6a9"}.fa-volume-off > .wp-block-navigation-link__content:before{content:"\f026"}.fa-volume-up > .wp-block-navigation-link__content:before{content:"\f028"}.fa-vote-yea > .wp-block-navigation-link__content:before{content:"\f772"}.fa-vr-cardboard > .wp-block-navigation-link__content:before{content:"\f729"}.fa-vuejs > .wp-block-navigation-link__content:before{content:"\f41f"}.fa-walking > .wp-block-navigation-link__content:before{content:"\f554"}.fa-wallet > .wp-block-navigation-link__content:before{content:"\f555"}.fa-warehouse > .wp-block-navigation-link__content:before{content:"\f494"}.fa-water > .wp-block-navigation-link__content:before{content:"\f773"}.fa-wave-square > .wp-block-navigation-link__content:before{content:"\f83e"}.fa-waze > .wp-block-navigation-link__content:before{content:"\f83f"}.fa-weebly > .wp-block-navigation-link__content:before{content:"\f5cc"}.fa-weibo > .wp-block-navigation-link__content:before{content:"\f18a"}.fa-weight > .wp-block-navigation-link__content:before{content:"\f496"}.fa-weight-hanging > .wp-block-navigation-link__content:before{content:"\f5cd"}.fa-weixin > .wp-block-navigation-link__content:before{content:"\f1d7"}.fa-whatsapp > .wp-block-navigation-link__content:before{content:"\f232"}.fa-whatsapp-square > .wp-block-navigation-link__content:before{content:"\f40c"}.fa-wheelchair > .wp-block-navigation-link__content:before{content:"\f193"}.fa-whmcs > .wp-block-navigation-link__content:before{content:"\f40d"}.fa-wifi > .wp-block-navigation-link__content:before{content:"\f1eb"}.fa-wikipedia-w > .wp-block-navigation-link__content:before{content:"\f266"}.fa-wind > .wp-block-navigation-link__content:before{content:"\f72e"}.fa-window-close > .wp-block-navigation-link__content:before{content:"\f410"}.fa-window-maximize > .wp-block-navigation-link__content:before{content:"\f2d0"}.fa-window-minimize > .wp-block-navigation-link__content:before{content:"\f2d1"}.fa-window-restore > .wp-block-navigation-link__content:before{content:"\f2d2"}.fa-windows > .wp-block-navigation-link__content:before{content:"\f17a"}.fa-wine-bottle > .wp-block-navigation-link__content:before{content:"\f72f"}.fa-wine-glass > .wp-block-navigation-link__content:before{content:"\f4e3"}.fa-wine-glass-alt > .wp-block-navigation-link__content:before{content:"\f5ce"}.fa-wix > .wp-block-navigation-link__content:before{content:"\f5cf"}.fa-wizards-of-the-coast > .wp-block-navigation-link__content:before{content:"\f730"}.fa-wolf-pack-battalion > .wp-block-navigation-link__content:before{content:"\f514"}.fa-won-sign > .wp-block-navigation-link__content:before{content:"\f159"}.fa-wordpress > .wp-block-navigation-link__content:before{content:"\f19a"}.fa-wordpress-simple > .wp-block-navigation-link__content:before{content:"\f411"}.fa-wpbeginner > .wp-block-navigation-link__content:before{content:"\f297"}.fa-wpexplorer > .wp-block-navigation-link__content:before{content:"\f2de"}.fa-wpforms > .wp-block-navigation-link__content:before{content:"\f298"}.fa-wpressr > .wp-block-navigation-link__content:before{content:"\f3e4"}.fa-wrench > .wp-block-navigation-link__content:before{content:"\f0ad"}.fa-x-ray > .wp-block-navigation-link__content:before{content:"\f497"}.fa-xbox > .wp-block-navigation-link__content:before{content:"\f412"}.fa-xing > .wp-block-navigation-link__content:before{content:"\f168"}.fa-xing-square > .wp-block-navigation-link__content:before{content:"\f169"}.fa-y-combinator > .wp-block-navigation-link__content:before{content:"\f23b"}.fa-yahoo > .wp-block-navigation-link__content:before{content:"\f19e"}.fa-yammer > .wp-block-navigation-link__content:before{content:"\f840"}.fa-yandex > .wp-block-navigation-link__content:before{content:"\f413"}.fa-yandex-international > .wp-block-navigation-link__content:before{content:"\f414"}.fa-yarn > .wp-block-navigation-link__content:before{content:"\f7e3"}.fa-yelp > .wp-block-navigation-link__content:before{content:"\f1e9"}.fa-yen-sign > .wp-block-navigation-link__content:before{content:"\f157"}.fa-yin-yang > .wp-block-navigation-link__content:before{content:"\f6ad"}.fa-yoast > .wp-block-navigation-link__content:before{content:"\f2b1"}.fa-youtube > .wp-block-navigation-link__content:before{content:"\f167"}.fa-youtube-square > .wp-block-navigation-link__content:before{content:"\f431"}.fa-zhihu > .wp-block-navigation-link__content:before{content:"\f63f"}.sr-only .wp-block-navigation-link__content{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active .wp-block-navigation-link__content,.sr-only-focusable:focus .wp-block-navigation-link__content{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.fab .wp-block-navigation-link__content{font-family:'Font Awesome 5 Brands';font-weight:400}.far > .wp-block-navigation-link__content:before{font-family:'Font Awesome 5 Free';font-weight:400}.fa .wp-block-navigation-link__content:before,.fas > .wp-block-navigation-link__content:before{font-family:'Font Awesome 5 Free';font-weight:900} \ No newline at end of file diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/editor.css b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/editor.css new file mode 100644 index 0000000..ea65477 --- /dev/null +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/editor.css @@ -0,0 +1,2 @@ +.wp-block-themeisle-blocks-menu-icon-picker-popover:not(.is-mobile).is-bottom{z-index:9999999}.wp-block-themeisle-blocks-menu-icon-picker-popover .components-popover__content{overflow-y:hidden}.wp-block-themeisle-blocks-menu-icon-picker-popover .components-popover__content .components-menu-group{padding:7px}.wp-block-themeisle-blocks-menu-icon-picker-popover .components-popover__content .components-popover__items{max-height:300px;overflow-y:auto;display:grid;grid-template-columns:auto auto auto auto;grid-column-gap:10px;grid-row-gap:10px}.wp-block-themeisle-blocks-menu-icon-picker-popover .components-popover__content .components-popover__items .components-button{display:flex;justify-content:center}.wp-block-themeisle-blocks-menu-icon-picker-popover .components-popover__content .components-popover__items .components-button:hover{box-shadow:inset 0 0 0 1px #007cba}.wp-block-themeisle-blocks-menu-icon-picker-popover .components-popover__content .components-popover__items .components-button.is-selected{background:#f8f9f9}.wp-block-themeisle-blocks-menu-icon-picker-popover .components-popover__content .components-popover__items .components-button.is-selected i{color:#007cba}.wp-block-themeisle-blocks-menu-icon-picker-popover .components-popover__content .components-popover__items .components-button i.remove-icon{color:#d92222}.fas.wp-block-navigation-link,.fab.wp-block-navigation-link,.far.wp-block-navigation-link{display:flex;align-items:center;font-weight:inherit;-moz-osx-font-smoothing:inherit;-webkit-font-smoothing:inherit;line-height:inherit}.fas.wp-block-navigation-link:before,.fab.wp-block-navigation-link:before,.far.wp-block-navigation-link:before{margin-right:5px}.fas.wp-block-navigation-link .wp-block-navigation-link__content,.fab.wp-block-navigation-link .wp-block-navigation-link__content,.far.wp-block-navigation-link .wp-block-navigation-link__content{display:flex;font-weight:inherit;-moz-osx-font-smoothing:inherit;-webkit-font-smoothing:inherit}.fas.wp-block-navigation-link .wp-block-navigation-link__content:before,.fab.wp-block-navigation-link .wp-block-navigation-link__content:before,.far.wp-block-navigation-link .wp-block-navigation-link__content:before{margin-right:5px} + diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/editor.js b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/editor.js new file mode 100644 index 0000000..7a1e654 --- /dev/null +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/editor.js @@ -0,0 +1,6 @@ +!function(e){var s={};function a(l){if(s[l])return s[l].exports;var r=s[l]={i:l,l:!1,exports:{}};return e[l].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=s,a.d=function(e,s,l){a.o(e,s)||Object.defineProperty(e,s,{enumerable:!0,get:l})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,s){if(1&s&&(e=a(e)),8&s)return e;if(4&s&&"object"==typeof e&&e&&e.__esModule)return e;var l=Object.create(null);if(a.r(l),Object.defineProperty(l,"default",{enumerable:!0,value:e}),2&s&&"string"!=typeof e)for(var r in e)a.d(l,r,function(s){return e[s]}.bind(null,r));return l},a.n=function(e){var s=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(s,"a",s),s},a.o=function(e,s){return Object.prototype.hasOwnProperty.call(e,s)},a.p="",a(a.s=5)}([function(e){e.exports=JSON.parse('{"500px":{"search":{"terms":[]},"styles":["brands"],"unicode":"f26e","label":"500px"},"accessible-icon":{"search":{"terms":["accessibility","handicap","person","wheelchair","wheelchair-alt"]},"styles":["brands"],"unicode":"f368","label":"Accessible Icon"},"accusoft":{"search":{"terms":[]},"styles":["brands"],"unicode":"f369","label":"Accusoft"},"acquisitions-incorporated":{"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},"styles":["brands"],"unicode":"f6af","label":"Acquisitions Incorporated"},"ad":{"search":{"terms":["advertisement","media","newspaper","promotion","publicity"]},"styles":["solid"],"unicode":"f641","label":"Ad"},"address-book":{"search":{"terms":["contact","directory","index","little black book","rolodex"]},"styles":["solid","regular"],"unicode":"f2b9","label":"Address Book"},"address-card":{"search":{"terms":["about","contact","id","identification","postcard","profile"]},"styles":["solid","regular"],"unicode":"f2bb","label":"Address Card"},"adjust":{"search":{"terms":["contrast","dark","light","saturation"]},"styles":["solid"],"unicode":"f042","label":"adjust"},"adn":{"search":{"terms":[]},"styles":["brands"],"unicode":"f170","label":"App.net"},"adobe":{"search":{"terms":["acrobat","app","design","illustrator","indesign","photoshop"]},"styles":["brands"],"unicode":"f778","label":"Adobe"},"adversal":{"search":{"terms":[]},"styles":["brands"],"unicode":"f36a","label":"Adversal"},"affiliatetheme":{"search":{"terms":[]},"styles":["brands"],"unicode":"f36b","label":"affiliatetheme"},"air-freshener":{"search":{"terms":["car","deodorize","fresh","pine","scent"]},"styles":["solid"],"unicode":"f5d0","label":"Air Freshener"},"airbnb":{"search":{"terms":[]},"styles":["brands"],"unicode":"f834","label":"Airbnb"},"algolia":{"search":{"terms":[]},"styles":["brands"],"unicode":"f36c","label":"Algolia"},"align-center":{"search":{"terms":["format","middle","paragraph","text"]},"styles":["solid"],"unicode":"f037","label":"align-center"},"align-justify":{"search":{"terms":["format","paragraph","text"]},"styles":["solid"],"unicode":"f039","label":"align-justify"},"align-left":{"search":{"terms":["format","paragraph","text"]},"styles":["solid"],"unicode":"f036","label":"align-left"},"align-right":{"search":{"terms":["format","paragraph","text"]},"styles":["solid"],"unicode":"f038","label":"align-right"},"alipay":{"search":{"terms":[]},"styles":["brands"],"unicode":"f642","label":"Alipay"},"allergies":{"search":{"terms":["allergy","freckles","hand","hives","pox","skin","spots"]},"styles":["solid"],"unicode":"f461","label":"Allergies"},"amazon":{"search":{"terms":[]},"styles":["brands"],"unicode":"f270","label":"Amazon"},"amazon-pay":{"search":{"terms":[]},"styles":["brands"],"unicode":"f42c","label":"Amazon Pay"},"ambulance":{"search":{"terms":["covid-19","emergency","emt","er","help","hospital","support","vehicle"]},"styles":["solid"],"unicode":"f0f9","label":"ambulance"},"american-sign-language-interpreting":{"search":{"terms":["asl","deaf","finger","hand","interpret","speak"]},"styles":["solid"],"unicode":"f2a3","label":"American Sign Language Interpreting"},"amilia":{"search":{"terms":[]},"styles":["brands"],"unicode":"f36d","label":"Amilia"},"anchor":{"search":{"terms":["berth","boat","dock","embed","link","maritime","moor","secure"]},"styles":["solid"],"unicode":"f13d","label":"Anchor"},"android":{"search":{"terms":["robot"]},"styles":["brands"],"unicode":"f17b","label":"Android"},"angellist":{"search":{"terms":[]},"styles":["brands"],"unicode":"f209","label":"AngelList"},"angle-double-down":{"search":{"terms":["arrows","caret","download","expand"]},"styles":["solid"],"unicode":"f103","label":"Angle Double Down"},"angle-double-left":{"search":{"terms":["arrows","back","caret","laquo","previous","quote"]},"styles":["solid"],"unicode":"f100","label":"Angle Double Left"},"angle-double-right":{"search":{"terms":["arrows","caret","forward","more","next","quote","raquo"]},"styles":["solid"],"unicode":"f101","label":"Angle Double Right"},"angle-double-up":{"search":{"terms":["arrows","caret","collapse","upload"]},"styles":["solid"],"unicode":"f102","label":"Angle Double Up"},"angle-down":{"search":{"terms":["arrow","caret","download","expand"]},"styles":["solid"],"unicode":"f107","label":"angle-down"},"angle-left":{"search":{"terms":["arrow","back","caret","less","previous"]},"styles":["solid"],"unicode":"f104","label":"angle-left"},"angle-right":{"search":{"terms":["arrow","care","forward","more","next"]},"styles":["solid"],"unicode":"f105","label":"angle-right"},"angle-up":{"search":{"terms":["arrow","caret","collapse","upload"]},"styles":["solid"],"unicode":"f106","label":"angle-up"},"angry":{"search":{"terms":["disapprove","emoticon","face","mad","upset"]},"styles":["solid","regular"],"unicode":"f556","label":"Angry Face"},"angrycreative":{"search":{"terms":[]},"styles":["brands"],"unicode":"f36e","label":"Angry Creative"},"angular":{"search":{"terms":[]},"styles":["brands"],"unicode":"f420","label":"Angular"},"ankh":{"search":{"terms":["amulet","copper","coptic christianity","copts","crux ansata","egypt","venus"]},"styles":["solid"],"unicode":"f644","label":"Ankh"},"app-store":{"search":{"terms":[]},"styles":["brands"],"unicode":"f36f","label":"App Store"},"app-store-ios":{"search":{"terms":[]},"styles":["brands"],"unicode":"f370","label":"iOS App Store"},"apper":{"search":{"terms":[]},"styles":["brands"],"unicode":"f371","label":"Apper Systems AB"},"apple":{"search":{"terms":["fruit","ios","mac","operating system","os","osx"]},"styles":["brands"],"unicode":"f179","label":"Apple"},"apple-alt":{"search":{"terms":["fall","fruit","fuji","macintosh","orchard","seasonal","vegan"]},"styles":["solid"],"unicode":"f5d1","label":"Fruit Apple"},"apple-pay":{"search":{"terms":[]},"styles":["brands"],"unicode":"f415","label":"Apple Pay"},"archive":{"search":{"terms":["box","package","save","storage"]},"styles":["solid"],"unicode":"f187","label":"Archive"},"archway":{"search":{"terms":["arc","monument","road","street","tunnel"]},"styles":["solid"],"unicode":"f557","label":"Archway"},"arrow-alt-circle-down":{"search":{"terms":["arrow-circle-o-down","download"]},"styles":["solid","regular"],"unicode":"f358","label":"Alternate Arrow Circle Down"},"arrow-alt-circle-left":{"search":{"terms":["arrow-circle-o-left","back","previous"]},"styles":["solid","regular"],"unicode":"f359","label":"Alternate Arrow Circle Left"},"arrow-alt-circle-right":{"search":{"terms":["arrow-circle-o-right","forward","next"]},"styles":["solid","regular"],"unicode":"f35a","label":"Alternate Arrow Circle Right"},"arrow-alt-circle-up":{"search":{"terms":["arrow-circle-o-up"]},"styles":["solid","regular"],"unicode":"f35b","label":"Alternate Arrow Circle Up"},"arrow-circle-down":{"search":{"terms":["download"]},"styles":["solid"],"unicode":"f0ab","label":"Arrow Circle Down"},"arrow-circle-left":{"search":{"terms":["back","previous"]},"styles":["solid"],"unicode":"f0a8","label":"Arrow Circle Left"},"arrow-circle-right":{"search":{"terms":["forward","next"]},"styles":["solid"],"unicode":"f0a9","label":"Arrow Circle Right"},"arrow-circle-up":{"search":{"terms":["upload"]},"styles":["solid"],"unicode":"f0aa","label":"Arrow Circle Up"},"arrow-down":{"search":{"terms":["download"]},"styles":["solid"],"unicode":"f063","label":"arrow-down"},"arrow-left":{"search":{"terms":["back","previous"]},"styles":["solid"],"unicode":"f060","label":"arrow-left"},"arrow-right":{"search":{"terms":["forward","next"]},"styles":["solid"],"unicode":"f061","label":"arrow-right"},"arrow-up":{"search":{"terms":["forward","upload"]},"styles":["solid"],"unicode":"f062","label":"arrow-up"},"arrows-alt":{"search":{"terms":["arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"]},"styles":["solid"],"unicode":"f0b2","label":"Alternate Arrows"},"arrows-alt-h":{"search":{"terms":["arrows-h","expand","horizontal","landscape","resize","wide"]},"styles":["solid"],"unicode":"f337","label":"Alternate Arrows Horizontal"},"arrows-alt-v":{"search":{"terms":["arrows-v","expand","portrait","resize","tall","vertical"]},"styles":["solid"],"unicode":"f338","label":"Alternate Arrows Vertical"},"artstation":{"search":{"terms":[]},"styles":["brands"],"unicode":"f77a","label":"Artstation"},"assistive-listening-systems":{"search":{"terms":["amplify","audio","deaf","ear","headset","hearing","sound"]},"styles":["solid"],"unicode":"f2a2","label":"Assistive Listening Systems"},"asterisk":{"search":{"terms":["annotation","details","reference","star"]},"styles":["solid"],"unicode":"f069","label":"asterisk"},"asymmetrik":{"search":{"terms":[]},"styles":["brands"],"unicode":"f372","label":"Asymmetrik, Ltd."},"at":{"search":{"terms":["address","author","e-mail","email","handle"]},"styles":["solid"],"unicode":"f1fa","label":"At"},"atlas":{"search":{"terms":["book","directions","geography","globe","map","travel","wayfinding"]},"styles":["solid"],"unicode":"f558","label":"Atlas"},"atlassian":{"search":{"terms":[]},"styles":["brands"],"unicode":"f77b","label":"Atlassian"},"atom":{"search":{"terms":["atheism","chemistry","electron","ion","isotope","neutron","nuclear","proton","science"]},"styles":["solid"],"unicode":"f5d2","label":"Atom"},"audible":{"search":{"terms":[]},"styles":["brands"],"unicode":"f373","label":"Audible"},"audio-description":{"search":{"terms":["blind","narration","video","visual"]},"styles":["solid"],"unicode":"f29e","label":"Audio Description"},"autoprefixer":{"search":{"terms":[]},"styles":["brands"],"unicode":"f41c","label":"Autoprefixer"},"avianex":{"search":{"terms":[]},"styles":["brands"],"unicode":"f374","label":"avianex"},"aviato":{"search":{"terms":[]},"styles":["brands"],"unicode":"f421","label":"Aviato"},"award":{"search":{"terms":["honor","praise","prize","recognition","ribbon","trophy"]},"styles":["solid"],"unicode":"f559","label":"Award"},"aws":{"search":{"terms":[]},"styles":["brands"],"unicode":"f375","label":"Amazon Web Services (AWS)"},"baby":{"search":{"terms":["child","diaper","doll","human","infant","kid","offspring","person","sprout"]},"styles":["solid"],"unicode":"f77c","label":"Baby"},"baby-carriage":{"search":{"terms":["buggy","carrier","infant","push","stroller","transportation","walk","wheels"]},"styles":["solid"],"unicode":"f77d","label":"Baby Carriage"},"backspace":{"search":{"terms":["command","delete","erase","keyboard","undo"]},"styles":["solid"],"unicode":"f55a","label":"Backspace"},"backward":{"search":{"terms":["previous","rewind"]},"styles":["solid"],"unicode":"f04a","label":"backward"},"bacon":{"search":{"terms":["blt","breakfast","ham","lard","meat","pancetta","pork","rasher"]},"styles":["solid"],"unicode":"f7e5","label":"Bacon"},"bahai":{"search":{"terms":["bahai","bahá\'í","star"]},"styles":["solid"],"unicode":"f666","label":"Bahá\'í"},"balance-scale":{"search":{"terms":["balanced","justice","legal","measure","weight"]},"styles":["solid"],"unicode":"f24e","label":"Balance Scale"},"balance-scale-left":{"search":{"terms":["justice","legal","measure","unbalanced","weight"]},"styles":["solid"],"unicode":"f515","label":"Balance Scale (Left-Weighted)"},"balance-scale-right":{"search":{"terms":["justice","legal","measure","unbalanced","weight"]},"styles":["solid"],"unicode":"f516","label":"Balance Scale (Right-Weighted)"},"ban":{"search":{"terms":["abort","ban","block","cancel","delete","hide","prohibit","remove","stop","trash"]},"styles":["solid"],"unicode":"f05e","label":"ban"},"band-aid":{"search":{"terms":["bandage","boo boo","first aid","ouch"]},"styles":["solid"],"unicode":"f462","label":"Band-Aid"},"bandcamp":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2d5","label":"Bandcamp"},"barcode":{"search":{"terms":["info","laser","price","scan","upc"]},"styles":["solid"],"unicode":"f02a","label":"barcode"},"bars":{"search":{"terms":["checklist","drag","hamburger","list","menu","nav","navigation","ol","reorder","settings","todo","ul"]},"styles":["solid"],"unicode":"f0c9","label":"Bars"},"baseball-ball":{"search":{"terms":["foul","hardball","league","leather","mlb","softball","sport"]},"styles":["solid"],"unicode":"f433","label":"Baseball Ball"},"basketball-ball":{"search":{"terms":["dribble","dunk","hoop","nba"]},"styles":["solid"],"unicode":"f434","label":"Basketball Ball"},"bath":{"search":{"terms":["clean","shower","tub","wash"]},"styles":["solid"],"unicode":"f2cd","label":"Bath"},"battery-empty":{"search":{"terms":["charge","dead","power","status"]},"styles":["solid"],"unicode":"f244","label":"Battery Empty"},"battery-full":{"search":{"terms":["charge","power","status"]},"styles":["solid"],"unicode":"f240","label":"Battery Full"},"battery-half":{"search":{"terms":["charge","power","status"]},"styles":["solid"],"unicode":"f242","label":"Battery 1/2 Full"},"battery-quarter":{"search":{"terms":["charge","low","power","status"]},"styles":["solid"],"unicode":"f243","label":"Battery 1/4 Full"},"battery-three-quarters":{"search":{"terms":["charge","power","status"]},"styles":["solid"],"unicode":"f241","label":"Battery 3/4 Full"},"battle-net":{"search":{"terms":[]},"styles":["brands"],"unicode":"f835","label":"Battle.net"},"bed":{"search":{"terms":["lodging","mattress","rest","sleep","travel"]},"styles":["solid"],"unicode":"f236","label":"Bed"},"beer":{"search":{"terms":["alcohol","ale","bar","beverage","brewery","drink","lager","liquor","mug","stein"]},"styles":["solid"],"unicode":"f0fc","label":"beer"},"behance":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1b4","label":"Behance"},"behance-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1b5","label":"Behance Square"},"bell":{"search":{"terms":["alarm","alert","chime","notification","reminder"]},"styles":["solid","regular"],"unicode":"f0f3","label":"bell"},"bell-slash":{"search":{"terms":["alert","cancel","disabled","notification","off","reminder"]},"styles":["solid","regular"],"unicode":"f1f6","label":"Bell Slash"},"bezier-curve":{"search":{"terms":["curves","illustrator","lines","path","vector"]},"styles":["solid"],"unicode":"f55b","label":"Bezier Curve"},"bible":{"search":{"terms":["book","catholicism","christianity","god","holy"]},"styles":["solid"],"unicode":"f647","label":"Bible"},"bicycle":{"search":{"terms":["bike","gears","pedal","transportation","vehicle"]},"styles":["solid"],"unicode":"f206","label":"Bicycle"},"biking":{"search":{"terms":["bicycle","bike","cycle","cycling","ride","wheel"]},"styles":["solid"],"unicode":"f84a","label":"Biking"},"bimobject":{"search":{"terms":[]},"styles":["brands"],"unicode":"f378","label":"BIMobject"},"binoculars":{"search":{"terms":["glasses","magnify","scenic","spyglass","view"]},"styles":["solid"],"unicode":"f1e5","label":"Binoculars"},"biohazard":{"search":{"terms":["covid-19","danger","dangerous","hazmat","medical","radioactive","toxic","waste","zombie"]},"styles":["solid"],"unicode":"f780","label":"Biohazard"},"birthday-cake":{"search":{"terms":["anniversary","bakery","candles","celebration","dessert","frosting","holiday","party","pastry"]},"styles":["solid"],"unicode":"f1fd","label":"Birthday Cake"},"bitbucket":{"search":{"terms":["atlassian","bitbucket-square","git"]},"styles":["brands"],"unicode":"f171","label":"Bitbucket"},"bitcoin":{"search":{"terms":[]},"styles":["brands"],"unicode":"f379","label":"Bitcoin"},"bity":{"search":{"terms":[]},"styles":["brands"],"unicode":"f37a","label":"Bity"},"black-tie":{"search":{"terms":[]},"styles":["brands"],"unicode":"f27e","label":"Font Awesome Black Tie"},"blackberry":{"search":{"terms":[]},"styles":["brands"],"unicode":"f37b","label":"BlackBerry"},"blender":{"search":{"terms":["cocktail","milkshake","mixer","puree","smoothie"]},"styles":["solid"],"unicode":"f517","label":"Blender"},"blender-phone":{"search":{"terms":["appliance","cocktail","communication","fantasy","milkshake","mixer","puree","silly","smoothie"]},"styles":["solid"],"unicode":"f6b6","label":"Blender Phone"},"blind":{"search":{"terms":["cane","disability","person","sight"]},"styles":["solid"],"unicode":"f29d","label":"Blind"},"blog":{"search":{"terms":["journal","log","online","personal","post","web 2.0","wordpress","writing"]},"styles":["solid"],"unicode":"f781","label":"Blog"},"blogger":{"search":{"terms":[]},"styles":["brands"],"unicode":"f37c","label":"Blogger"},"blogger-b":{"search":{"terms":[]},"styles":["brands"],"unicode":"f37d","label":"Blogger B"},"bluetooth":{"search":{"terms":[]},"styles":["brands"],"unicode":"f293","label":"Bluetooth"},"bluetooth-b":{"search":{"terms":[]},"styles":["brands"],"unicode":"f294","label":"Bluetooth"},"bold":{"search":{"terms":["emphasis","format","text"]},"styles":["solid"],"unicode":"f032","label":"bold"},"bolt":{"search":{"terms":["electricity","lightning","weather","zap"]},"styles":["solid"],"unicode":"f0e7","label":"Lightning Bolt"},"bomb":{"search":{"terms":["error","explode","fuse","grenade","warning"]},"styles":["solid"],"unicode":"f1e2","label":"Bomb"},"bone":{"search":{"terms":["calcium","dog","skeletal","skeleton","tibia"]},"styles":["solid"],"unicode":"f5d7","label":"Bone"},"bong":{"search":{"terms":["aparatus","cannabis","marijuana","pipe","smoke","smoking"]},"styles":["solid"],"unicode":"f55c","label":"Bong"},"book":{"search":{"terms":["diary","documentation","journal","library","read"]},"styles":["solid"],"unicode":"f02d","label":"book"},"book-dead":{"search":{"terms":["Dungeons & Dragons","crossbones","d&d","dark arts","death","dnd","documentation","evil","fantasy","halloween","holiday","necronomicon","read","skull","spell"]},"styles":["solid"],"unicode":"f6b7","label":"Book of the Dead"},"book-medical":{"search":{"terms":["diary","documentation","health","history","journal","library","read","record"]},"styles":["solid"],"unicode":"f7e6","label":"Medical Book"},"book-open":{"search":{"terms":["flyer","library","notebook","open book","pamphlet","reading"]},"styles":["solid"],"unicode":"f518","label":"Book Open"},"book-reader":{"search":{"terms":["flyer","library","notebook","open book","pamphlet","reading"]},"styles":["solid"],"unicode":"f5da","label":"Book Reader"},"bookmark":{"search":{"terms":["favorite","marker","read","remember","save"]},"styles":["solid","regular"],"unicode":"f02e","label":"bookmark"},"bootstrap":{"search":{"terms":[]},"styles":["brands"],"unicode":"f836","label":"Bootstrap"},"border-all":{"search":{"terms":["cell","grid","outline","stroke","table"]},"styles":["solid"],"unicode":"f84c","label":"Border All"},"border-none":{"search":{"terms":["cell","grid","outline","stroke","table"]},"styles":["solid"],"unicode":"f850","label":"Border None"},"border-style":{"search":{"terms":[]},"styles":["solid"],"unicode":"f853","label":"Border Style"},"bowling-ball":{"search":{"terms":["alley","candlepin","gutter","lane","strike","tenpin"]},"styles":["solid"],"unicode":"f436","label":"Bowling Ball"},"box":{"search":{"terms":["archive","container","package","storage"]},"styles":["solid"],"unicode":"f466","label":"Box"},"box-open":{"search":{"terms":["archive","container","package","storage","unpack"]},"styles":["solid"],"unicode":"f49e","label":"Box Open"},"box-tissue":{"search":{"terms":["cough","covid-19","kleenex","mucus","nose","sneeze","snot"]},"styles":["solid"],"unicode":"f95b","label":"Tissue Box"},"boxes":{"search":{"terms":["archives","inventory","storage","warehouse"]},"styles":["solid"],"unicode":"f468","label":"Boxes"},"braille":{"search":{"terms":["alphabet","blind","dots","raised","vision"]},"styles":["solid"],"unicode":"f2a1","label":"Braille"},"brain":{"search":{"terms":["cerebellum","gray matter","intellect","medulla oblongata","mind","noodle","wit"]},"styles":["solid"],"unicode":"f5dc","label":"Brain"},"bread-slice":{"search":{"terms":["bake","bakery","baking","dough","flour","gluten","grain","sandwich","sourdough","toast","wheat","yeast"]},"styles":["solid"],"unicode":"f7ec","label":"Bread Slice"},"briefcase":{"search":{"terms":["bag","business","luggage","office","work"]},"styles":["solid"],"unicode":"f0b1","label":"Briefcase"},"briefcase-medical":{"search":{"terms":["doctor","emt","first aid","health"]},"styles":["solid"],"unicode":"f469","label":"Medical Briefcase"},"broadcast-tower":{"search":{"terms":["airwaves","antenna","radio","reception","waves"]},"styles":["solid"],"unicode":"f519","label":"Broadcast Tower"},"broom":{"search":{"terms":["clean","firebolt","fly","halloween","nimbus 2000","quidditch","sweep","witch"]},"styles":["solid"],"unicode":"f51a","label":"Broom"},"brush":{"search":{"terms":["art","bristles","color","handle","paint"]},"styles":["solid"],"unicode":"f55d","label":"Brush"},"btc":{"search":{"terms":[]},"styles":["brands"],"unicode":"f15a","label":"BTC"},"buffer":{"search":{"terms":[]},"styles":["brands"],"unicode":"f837","label":"Buffer"},"bug":{"search":{"terms":["beetle","error","insect","report"]},"styles":["solid"],"unicode":"f188","label":"Bug"},"building":{"search":{"terms":["apartment","business","city","company","office","work"]},"styles":["solid","regular"],"unicode":"f1ad","label":"Building"},"bullhorn":{"search":{"terms":["announcement","broadcast","louder","megaphone","share"]},"styles":["solid"],"unicode":"f0a1","label":"bullhorn"},"bullseye":{"search":{"terms":["archery","goal","objective","target"]},"styles":["solid"],"unicode":"f140","label":"Bullseye"},"burn":{"search":{"terms":["caliente","energy","fire","flame","gas","heat","hot"]},"styles":["solid"],"unicode":"f46a","label":"Burn"},"buromobelexperte":{"search":{"terms":[]},"styles":["brands"],"unicode":"f37f","label":"Büromöbel-Experte GmbH & Co. KG."},"bus":{"search":{"terms":["public transportation","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f207","label":"Bus"},"bus-alt":{"search":{"terms":["mta","public transportation","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f55e","label":"Bus Alt"},"business-time":{"search":{"terms":["alarm","briefcase","business socks","clock","flight of the conchords","reminder","wednesday"]},"styles":["solid"],"unicode":"f64a","label":"Business Time"},"buy-n-large":{"search":{"terms":[]},"styles":["brands"],"unicode":"f8a6","label":"Buy n Large"},"buysellads":{"search":{"terms":[]},"styles":["brands"],"unicode":"f20d","label":"BuySellAds"},"calculator":{"search":{"terms":["abacus","addition","arithmetic","counting","math","multiplication","subtraction"]},"styles":["solid"],"unicode":"f1ec","label":"Calculator"},"calendar":{"search":{"terms":["calendar-o","date","event","schedule","time","when"]},"styles":["solid","regular"],"unicode":"f133","label":"Calendar"},"calendar-alt":{"search":{"terms":["calendar","date","event","schedule","time","when"]},"styles":["solid","regular"],"unicode":"f073","label":"Alternate Calendar"},"calendar-check":{"search":{"terms":["accept","agree","appointment","confirm","correct","date","done","event","ok","schedule","select","success","tick","time","todo","when"]},"styles":["solid","regular"],"unicode":"f274","label":"Calendar Check"},"calendar-day":{"search":{"terms":["date","detail","event","focus","schedule","single day","time","today","when"]},"styles":["solid"],"unicode":"f783","label":"Calendar with Day Focus"},"calendar-minus":{"search":{"terms":["calendar","date","delete","event","negative","remove","schedule","time","when"]},"styles":["solid","regular"],"unicode":"f272","label":"Calendar Minus"},"calendar-plus":{"search":{"terms":["add","calendar","create","date","event","new","positive","schedule","time","when"]},"styles":["solid","regular"],"unicode":"f271","label":"Calendar Plus"},"calendar-times":{"search":{"terms":["archive","calendar","date","delete","event","remove","schedule","time","when","x"]},"styles":["solid","regular"],"unicode":"f273","label":"Calendar Times"},"calendar-week":{"search":{"terms":["date","detail","event","focus","schedule","single week","time","today","when"]},"styles":["solid"],"unicode":"f784","label":"Calendar with Week Focus"},"camera":{"search":{"terms":["image","lens","photo","picture","record","shutter","video"]},"styles":["solid"],"unicode":"f030","label":"camera"},"camera-retro":{"search":{"terms":["image","lens","photo","picture","record","shutter","video"]},"styles":["solid"],"unicode":"f083","label":"Retro Camera"},"campground":{"search":{"terms":["camping","fall","outdoors","teepee","tent","tipi"]},"styles":["solid"],"unicode":"f6bb","label":"Campground"},"canadian-maple-leaf":{"search":{"terms":["canada","flag","flora","nature","plant"]},"styles":["brands"],"unicode":"f785","label":"Canadian Maple Leaf"},"candy-cane":{"search":{"terms":["candy","christmas","holiday","mint","peppermint","striped","xmas"]},"styles":["solid"],"unicode":"f786","label":"Candy Cane"},"cannabis":{"search":{"terms":["bud","chronic","drugs","endica","endo","ganja","marijuana","mary jane","pot","reefer","sativa","spliff","weed","whacky-tabacky"]},"styles":["solid"],"unicode":"f55f","label":"Cannabis"},"capsules":{"search":{"terms":["drugs","medicine","pills","prescription"]},"styles":["solid"],"unicode":"f46b","label":"Capsules"},"car":{"search":{"terms":["auto","automobile","sedan","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f1b9","label":"Car"},"car-alt":{"search":{"terms":["auto","automobile","sedan","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f5de","label":"Alternate Car"},"car-battery":{"search":{"terms":["auto","electric","mechanic","power"]},"styles":["solid"],"unicode":"f5df","label":"Car Battery"},"car-crash":{"search":{"terms":["accident","auto","automobile","insurance","sedan","transportation","vehicle","wreck"]},"styles":["solid"],"unicode":"f5e1","label":"Car Crash"},"car-side":{"search":{"terms":["auto","automobile","sedan","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f5e4","label":"Car Side"},"caravan":{"search":{"terms":["camper","motor home","rv","trailer","travel"]},"styles":["solid"],"unicode":"f8ff","label":"Caravan"},"caret-down":{"search":{"terms":["arrow","dropdown","expand","menu","more","triangle"]},"styles":["solid"],"unicode":"f0d7","label":"Caret Down"},"caret-left":{"search":{"terms":["arrow","back","previous","triangle"]},"styles":["solid"],"unicode":"f0d9","label":"Caret Left"},"caret-right":{"search":{"terms":["arrow","forward","next","triangle"]},"styles":["solid"],"unicode":"f0da","label":"Caret Right"},"caret-square-down":{"search":{"terms":["arrow","caret-square-o-down","dropdown","expand","menu","more","triangle"]},"styles":["solid","regular"],"unicode":"f150","label":"Caret Square Down"},"caret-square-left":{"search":{"terms":["arrow","back","caret-square-o-left","previous","triangle"]},"styles":["solid","regular"],"unicode":"f191","label":"Caret Square Left"},"caret-square-right":{"search":{"terms":["arrow","caret-square-o-right","forward","next","triangle"]},"styles":["solid","regular"],"unicode":"f152","label":"Caret Square Right"},"caret-square-up":{"search":{"terms":["arrow","caret-square-o-up","collapse","triangle","upload"]},"styles":["solid","regular"],"unicode":"f151","label":"Caret Square Up"},"caret-up":{"search":{"terms":["arrow","collapse","triangle"]},"styles":["solid"],"unicode":"f0d8","label":"Caret Up"},"carrot":{"search":{"terms":["bugs bunny","orange","vegan","vegetable"]},"styles":["solid"],"unicode":"f787","label":"Carrot"},"cart-arrow-down":{"search":{"terms":["download","save","shopping"]},"styles":["solid"],"unicode":"f218","label":"Shopping Cart Arrow Down"},"cart-plus":{"search":{"terms":["add","create","new","positive","shopping"]},"styles":["solid"],"unicode":"f217","label":"Add to Shopping Cart"},"cash-register":{"search":{"terms":["buy","cha-ching","change","checkout","commerce","leaerboard","machine","pay","payment","purchase","store"]},"styles":["solid"],"unicode":"f788","label":"Cash Register"},"cat":{"search":{"terms":["feline","halloween","holiday","kitten","kitty","meow","pet"]},"styles":["solid"],"unicode":"f6be","label":"Cat"},"cc-amazon-pay":{"search":{"terms":[]},"styles":["brands"],"unicode":"f42d","label":"Amazon Pay Credit Card"},"cc-amex":{"search":{"terms":["amex"]},"styles":["brands"],"unicode":"f1f3","label":"American Express Credit Card"},"cc-apple-pay":{"search":{"terms":[]},"styles":["brands"],"unicode":"f416","label":"Apple Pay Credit Card"},"cc-diners-club":{"search":{"terms":[]},"styles":["brands"],"unicode":"f24c","label":"Diner\'s Club Credit Card"},"cc-discover":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1f2","label":"Discover Credit Card"},"cc-jcb":{"search":{"terms":[]},"styles":["brands"],"unicode":"f24b","label":"JCB Credit Card"},"cc-mastercard":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1f1","label":"MasterCard Credit Card"},"cc-paypal":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1f4","label":"Paypal Credit Card"},"cc-stripe":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1f5","label":"Stripe Credit Card"},"cc-visa":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1f0","label":"Visa Credit Card"},"centercode":{"search":{"terms":[]},"styles":["brands"],"unicode":"f380","label":"Centercode"},"centos":{"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f789","label":"Centos"},"certificate":{"search":{"terms":["badge","star","verified"]},"styles":["solid"],"unicode":"f0a3","label":"certificate"},"chair":{"search":{"terms":["furniture","seat","sit"]},"styles":["solid"],"unicode":"f6c0","label":"Chair"},"chalkboard":{"search":{"terms":["blackboard","learning","school","teaching","whiteboard","writing"]},"styles":["solid"],"unicode":"f51b","label":"Chalkboard"},"chalkboard-teacher":{"search":{"terms":["blackboard","instructor","learning","professor","school","whiteboard","writing"]},"styles":["solid"],"unicode":"f51c","label":"Chalkboard Teacher"},"charging-station":{"search":{"terms":["electric","ev","tesla","vehicle"]},"styles":["solid"],"unicode":"f5e7","label":"Charging Station"},"chart-area":{"search":{"terms":["analytics","area","chart","graph"]},"styles":["solid"],"unicode":"f1fe","label":"Area Chart"},"chart-bar":{"search":{"terms":["analytics","bar","chart","graph"]},"styles":["solid","regular"],"unicode":"f080","label":"Bar Chart"},"chart-line":{"search":{"terms":["activity","analytics","chart","dashboard","gain","graph","increase","line"]},"styles":["solid"],"unicode":"f201","label":"Line Chart"},"chart-pie":{"search":{"terms":["analytics","chart","diagram","graph","pie"]},"styles":["solid"],"unicode":"f200","label":"Pie Chart"},"check":{"search":{"terms":["accept","agree","checkmark","confirm","correct","done","notice","notification","notify","ok","select","success","tick","todo","yes"]},"styles":["solid"],"unicode":"f00c","label":"Check"},"check-circle":{"search":{"terms":["accept","agree","confirm","correct","done","ok","select","success","tick","todo","yes"]},"styles":["solid","regular"],"unicode":"f058","label":"Check Circle"},"check-double":{"search":{"terms":["accept","agree","checkmark","confirm","correct","done","notice","notification","notify","ok","select","success","tick","todo"]},"styles":["solid"],"unicode":"f560","label":"Double Check"},"check-square":{"search":{"terms":["accept","agree","checkmark","confirm","correct","done","ok","select","success","tick","todo","yes"]},"styles":["solid","regular"],"unicode":"f14a","label":"Check Square"},"cheese":{"search":{"terms":["cheddar","curd","gouda","melt","parmesan","sandwich","swiss","wedge"]},"styles":["solid"],"unicode":"f7ef","label":"Cheese"},"chess":{"search":{"terms":["board","castle","checkmate","game","king","rook","strategy","tournament"]},"styles":["solid"],"unicode":"f439","label":"Chess"},"chess-bishop":{"search":{"terms":["board","checkmate","game","strategy"]},"styles":["solid"],"unicode":"f43a","label":"Chess Bishop"},"chess-board":{"search":{"terms":["board","checkmate","game","strategy"]},"styles":["solid"],"unicode":"f43c","label":"Chess Board"},"chess-king":{"search":{"terms":["board","checkmate","game","strategy"]},"styles":["solid"],"unicode":"f43f","label":"Chess King"},"chess-knight":{"search":{"terms":["board","checkmate","game","horse","strategy"]},"styles":["solid"],"unicode":"f441","label":"Chess Knight"},"chess-pawn":{"search":{"terms":["board","checkmate","game","strategy"]},"styles":["solid"],"unicode":"f443","label":"Chess Pawn"},"chess-queen":{"search":{"terms":["board","checkmate","game","strategy"]},"styles":["solid"],"unicode":"f445","label":"Chess Queen"},"chess-rook":{"search":{"terms":["board","castle","checkmate","game","strategy"]},"styles":["solid"],"unicode":"f447","label":"Chess Rook"},"chevron-circle-down":{"search":{"terms":["arrow","download","dropdown","menu","more"]},"styles":["solid"],"unicode":"f13a","label":"Chevron Circle Down"},"chevron-circle-left":{"search":{"terms":["arrow","back","previous"]},"styles":["solid"],"unicode":"f137","label":"Chevron Circle Left"},"chevron-circle-right":{"search":{"terms":["arrow","forward","next"]},"styles":["solid"],"unicode":"f138","label":"Chevron Circle Right"},"chevron-circle-up":{"search":{"terms":["arrow","collapse","upload"]},"styles":["solid"],"unicode":"f139","label":"Chevron Circle Up"},"chevron-down":{"search":{"terms":["arrow","download","expand"]},"styles":["solid"],"unicode":"f078","label":"chevron-down"},"chevron-left":{"search":{"terms":["arrow","back","bracket","previous"]},"styles":["solid"],"unicode":"f053","label":"chevron-left"},"chevron-right":{"search":{"terms":["arrow","bracket","forward","next"]},"styles":["solid"],"unicode":"f054","label":"chevron-right"},"chevron-up":{"search":{"terms":["arrow","collapse","upload"]},"styles":["solid"],"unicode":"f077","label":"chevron-up"},"child":{"search":{"terms":["boy","girl","kid","toddler","young"]},"styles":["solid"],"unicode":"f1ae","label":"Child"},"chrome":{"search":{"terms":["browser"]},"styles":["brands"],"unicode":"f268","label":"Chrome"},"chromecast":{"search":{"terms":[]},"styles":["brands"],"unicode":"f838","label":"Chromecast"},"church":{"search":{"terms":["building","cathedral","chapel","community","religion"]},"styles":["solid"],"unicode":"f51d","label":"Church"},"circle":{"search":{"terms":["circle-thin","diameter","dot","ellipse","notification","round"]},"styles":["solid","regular"],"unicode":"f111","label":"Circle"},"circle-notch":{"search":{"terms":["circle-o-notch","diameter","dot","ellipse","round","spinner"]},"styles":["solid"],"unicode":"f1ce","label":"Circle Notched"},"city":{"search":{"terms":["buildings","busy","skyscrapers","urban","windows"]},"styles":["solid"],"unicode":"f64f","label":"City"},"clinic-medical":{"search":{"terms":["covid-19","doctor","general practitioner","hospital","infirmary","medicine","office","outpatient"]},"styles":["solid"],"unicode":"f7f2","label":"Medical Clinic"},"clipboard":{"search":{"terms":["copy","notes","paste","record"]},"styles":["solid","regular"],"unicode":"f328","label":"Clipboard"},"clipboard-check":{"search":{"terms":["accept","agree","confirm","done","ok","select","success","tick","todo","yes"]},"styles":["solid"],"unicode":"f46c","label":"Clipboard with Check"},"clipboard-list":{"search":{"terms":["checklist","completed","done","finished","intinerary","ol","schedule","tick","todo","ul"]},"styles":["solid"],"unicode":"f46d","label":"Clipboard List"},"clock":{"search":{"terms":["date","late","schedule","time","timer","timestamp","watch"]},"styles":["solid","regular"],"unicode":"f017","label":"Clock"},"clone":{"search":{"terms":["arrange","copy","duplicate","paste"]},"styles":["solid","regular"],"unicode":"f24d","label":"Clone"},"closed-captioning":{"search":{"terms":["cc","deaf","hearing","subtitle","subtitling","text","video"]},"styles":["solid","regular"],"unicode":"f20a","label":"Closed Captioning"},"cloud":{"search":{"terms":["atmosphere","fog","overcast","save","upload","weather"]},"styles":["solid"],"unicode":"f0c2","label":"Cloud"},"cloud-download-alt":{"search":{"terms":["download","export","save"]},"styles":["solid"],"unicode":"f381","label":"Alternate Cloud Download"},"cloud-meatball":{"search":{"terms":["FLDSMDFR","food","spaghetti","storm"]},"styles":["solid"],"unicode":"f73b","label":"Cloud with (a chance of) Meatball"},"cloud-moon":{"search":{"terms":["crescent","evening","lunar","night","partly cloudy","sky"]},"styles":["solid"],"unicode":"f6c3","label":"Cloud with Moon"},"cloud-moon-rain":{"search":{"terms":["crescent","evening","lunar","night","partly cloudy","precipitation","rain","sky","storm"]},"styles":["solid"],"unicode":"f73c","label":"Cloud with Moon and Rain"},"cloud-rain":{"search":{"terms":["precipitation","rain","sky","storm"]},"styles":["solid"],"unicode":"f73d","label":"Cloud with Rain"},"cloud-showers-heavy":{"search":{"terms":["precipitation","rain","sky","storm"]},"styles":["solid"],"unicode":"f740","label":"Cloud with Heavy Showers"},"cloud-sun":{"search":{"terms":["clear","day","daytime","fall","outdoors","overcast","partly cloudy"]},"styles":["solid"],"unicode":"f6c4","label":"Cloud with Sun"},"cloud-sun-rain":{"search":{"terms":["day","overcast","precipitation","storm","summer","sunshower"]},"styles":["solid"],"unicode":"f743","label":"Cloud with Sun and Rain"},"cloud-upload-alt":{"search":{"terms":["cloud-upload","import","save","upload"]},"styles":["solid"],"unicode":"f382","label":"Alternate Cloud Upload"},"cloudscale":{"search":{"terms":[]},"styles":["brands"],"unicode":"f383","label":"cloudscale.ch"},"cloudsmith":{"search":{"terms":[]},"styles":["brands"],"unicode":"f384","label":"Cloudsmith"},"cloudversify":{"search":{"terms":[]},"styles":["brands"],"unicode":"f385","label":"cloudversify"},"cocktail":{"search":{"terms":["alcohol","beverage","drink","gin","glass","margarita","martini","vodka"]},"styles":["solid"],"unicode":"f561","label":"Cocktail"},"code":{"search":{"terms":["brackets","code","development","html"]},"styles":["solid"],"unicode":"f121","label":"Code"},"code-branch":{"search":{"terms":["branch","code-fork","fork","git","github","rebase","svn","vcs","version"]},"styles":["solid"],"unicode":"f126","label":"Code Branch"},"codepen":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1cb","label":"Codepen"},"codiepie":{"search":{"terms":[]},"styles":["brands"],"unicode":"f284","label":"Codie Pie"},"coffee":{"search":{"terms":["beverage","breakfast","cafe","drink","fall","morning","mug","seasonal","tea"]},"styles":["solid"],"unicode":"f0f4","label":"Coffee"},"cog":{"search":{"terms":["gear","mechanical","settings","sprocket","wheel"]},"styles":["solid"],"unicode":"f013","label":"cog"},"cogs":{"search":{"terms":["gears","mechanical","settings","sprocket","wheel"]},"styles":["solid"],"unicode":"f085","label":"cogs"},"coins":{"search":{"terms":["currency","dime","financial","gold","money","penny"]},"styles":["solid"],"unicode":"f51e","label":"Coins"},"columns":{"search":{"terms":["browser","dashboard","organize","panes","split"]},"styles":["solid"],"unicode":"f0db","label":"Columns"},"comment":{"search":{"terms":["bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","texting"]},"styles":["solid","regular"],"unicode":"f075","label":"comment"},"comment-alt":{"search":{"terms":["bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","texting"]},"styles":["solid","regular"],"unicode":"f27a","label":"Alternate Comment"},"comment-dollar":{"search":{"terms":["bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","sms","speech","spend","texting","transfer"]},"styles":["solid"],"unicode":"f651","label":"Comment Dollar"},"comment-dots":{"search":{"terms":["bubble","chat","commenting","conversation","feedback","message","more","note","notification","reply","sms","speech","texting"]},"styles":["solid","regular"],"unicode":"f4ad","label":"Comment Dots"},"comment-medical":{"search":{"terms":["advice","bubble","chat","commenting","conversation","diagnose","feedback","message","note","notification","prescription","sms","speech","texting"]},"styles":["solid"],"unicode":"f7f5","label":"Alternate Medical Chat"},"comment-slash":{"search":{"terms":["bubble","cancel","chat","commenting","conversation","feedback","message","mute","note","notification","quiet","sms","speech","texting"]},"styles":["solid"],"unicode":"f4b3","label":"Comment Slash"},"comments":{"search":{"terms":["bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","texting"]},"styles":["solid","regular"],"unicode":"f086","label":"comments"},"comments-dollar":{"search":{"terms":["bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","sms","speech","spend","texting","transfer"]},"styles":["solid"],"unicode":"f653","label":"Comments Dollar"},"compact-disc":{"search":{"terms":["album","bluray","cd","disc","dvd","media","movie","music","record","video","vinyl"]},"styles":["solid"],"unicode":"f51f","label":"Compact Disc"},"compass":{"search":{"terms":["directions","directory","location","menu","navigation","safari","travel"]},"styles":["solid","regular"],"unicode":"f14e","label":"Compass"},"compress":{"search":{"terms":["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},"styles":["solid"],"unicode":"f066","label":"Compress"},"compress-alt":{"search":{"terms":["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},"styles":["solid"],"unicode":"f422","label":"Alternate Compress"},"compress-arrows-alt":{"search":{"terms":["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},"styles":["solid"],"unicode":"f78c","label":"Alternate Compress Arrows"},"concierge-bell":{"search":{"terms":["attention","hotel","receptionist","service","support"]},"styles":["solid"],"unicode":"f562","label":"Concierge Bell"},"confluence":{"search":{"terms":["atlassian"]},"styles":["brands"],"unicode":"f78d","label":"Confluence"},"connectdevelop":{"search":{"terms":[]},"styles":["brands"],"unicode":"f20e","label":"Connect Develop"},"contao":{"search":{"terms":[]},"styles":["brands"],"unicode":"f26d","label":"Contao"},"cookie":{"search":{"terms":["baked good","chips","chocolate","eat","snack","sweet","treat"]},"styles":["solid"],"unicode":"f563","label":"Cookie"},"cookie-bite":{"search":{"terms":["baked good","bitten","chips","chocolate","eat","snack","sweet","treat"]},"styles":["solid"],"unicode":"f564","label":"Cookie Bite"},"copy":{"search":{"terms":["clone","duplicate","file","files-o","paper","paste"]},"styles":["solid","regular"],"unicode":"f0c5","label":"Copy"},"copyright":{"search":{"terms":["brand","mark","register","trademark"]},"styles":["solid","regular"],"unicode":"f1f9","label":"Copyright"},"cotton-bureau":{"search":{"terms":["clothing","t-shirts","tshirts"]},"styles":["brands"],"unicode":"f89e","label":"Cotton Bureau"},"couch":{"search":{"terms":["chair","cushion","furniture","relax","sofa"]},"styles":["solid"],"unicode":"f4b8","label":"Couch"},"cpanel":{"search":{"terms":[]},"styles":["brands"],"unicode":"f388","label":"cPanel"},"creative-commons":{"search":{"terms":[]},"styles":["brands"],"unicode":"f25e","label":"Creative Commons"},"creative-commons-by":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4e7","label":"Creative Commons Attribution"},"creative-commons-nc":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4e8","label":"Creative Commons Noncommercial"},"creative-commons-nc-eu":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4e9","label":"Creative Commons Noncommercial (Euro Sign)"},"creative-commons-nc-jp":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4ea","label":"Creative Commons Noncommercial (Yen Sign)"},"creative-commons-nd":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4eb","label":"Creative Commons No Derivative Works"},"creative-commons-pd":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4ec","label":"Creative Commons Public Domain"},"creative-commons-pd-alt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4ed","label":"Alternate Creative Commons Public Domain"},"creative-commons-remix":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4ee","label":"Creative Commons Remix"},"creative-commons-sa":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4ef","label":"Creative Commons Share Alike"},"creative-commons-sampling":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f0","label":"Creative Commons Sampling"},"creative-commons-sampling-plus":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f1","label":"Creative Commons Sampling +"},"creative-commons-share":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f2","label":"Creative Commons Share"},"creative-commons-zero":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f3","label":"Creative Commons CC0"},"credit-card":{"search":{"terms":["buy","checkout","credit-card-alt","debit","money","payment","purchase"]},"styles":["solid","regular"],"unicode":"f09d","label":"Credit Card"},"critical-role":{"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},"styles":["brands"],"unicode":"f6c9","label":"Critical Role"},"crop":{"search":{"terms":["design","frame","mask","resize","shrink"]},"styles":["solid"],"unicode":"f125","label":"crop"},"crop-alt":{"search":{"terms":["design","frame","mask","resize","shrink"]},"styles":["solid"],"unicode":"f565","label":"Alternate Crop"},"cross":{"search":{"terms":["catholicism","christianity","church","jesus"]},"styles":["solid"],"unicode":"f654","label":"Cross"},"crosshairs":{"search":{"terms":["aim","bullseye","gpd","picker","position"]},"styles":["solid"],"unicode":"f05b","label":"Crosshairs"},"crow":{"search":{"terms":["bird","bullfrog","fauna","halloween","holiday","toad"]},"styles":["solid"],"unicode":"f520","label":"Crow"},"crown":{"search":{"terms":["award","favorite","king","queen","royal","tiara"]},"styles":["solid"],"unicode":"f521","label":"Crown"},"crutch":{"search":{"terms":["cane","injury","mobility","wheelchair"]},"styles":["solid"],"unicode":"f7f7","label":"Crutch"},"css3":{"search":{"terms":["code"]},"styles":["brands"],"unicode":"f13c","label":"CSS 3 Logo"},"css3-alt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f38b","label":"Alternate CSS3 Logo"},"cube":{"search":{"terms":["3d","block","dice","package","square","tesseract"]},"styles":["solid"],"unicode":"f1b2","label":"Cube"},"cubes":{"search":{"terms":["3d","block","dice","package","pyramid","square","stack","tesseract"]},"styles":["solid"],"unicode":"f1b3","label":"Cubes"},"cut":{"search":{"terms":["clip","scissors","snip"]},"styles":["solid"],"unicode":"f0c4","label":"Cut"},"cuttlefish":{"search":{"terms":[]},"styles":["brands"],"unicode":"f38c","label":"Cuttlefish"},"d-and-d":{"search":{"terms":[]},"styles":["brands"],"unicode":"f38d","label":"Dungeons & Dragons"},"d-and-d-beyond":{"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","gaming","tabletop"]},"styles":["brands"],"unicode":"f6ca","label":"D&D Beyond"},"dailymotion":{"search":{"terms":[]},"styles":["brands"],"unicode":"f952","label":"dailymotion"},"dashcube":{"search":{"terms":[]},"styles":["brands"],"unicode":"f210","label":"DashCube"},"database":{"search":{"terms":["computer","development","directory","memory","storage"]},"styles":["solid"],"unicode":"f1c0","label":"Database"},"deaf":{"search":{"terms":["ear","hearing","sign language"]},"styles":["solid"],"unicode":"f2a4","label":"Deaf"},"delicious":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a5","label":"Delicious"},"democrat":{"search":{"terms":["american","democratic party","donkey","election","left","left-wing","liberal","politics","usa"]},"styles":["solid"],"unicode":"f747","label":"Democrat"},"deploydog":{"search":{"terms":[]},"styles":["brands"],"unicode":"f38e","label":"deploy.dog"},"deskpro":{"search":{"terms":[]},"styles":["brands"],"unicode":"f38f","label":"Deskpro"},"desktop":{"search":{"terms":["computer","cpu","demo","desktop","device","imac","machine","monitor","pc","screen"]},"styles":["solid"],"unicode":"f108","label":"Desktop"},"dev":{"search":{"terms":[]},"styles":["brands"],"unicode":"f6cc","label":"DEV"},"deviantart":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1bd","label":"deviantART"},"dharmachakra":{"search":{"terms":["buddhism","buddhist","wheel of dharma"]},"styles":["solid"],"unicode":"f655","label":"Dharmachakra"},"dhl":{"search":{"terms":["Dalsey","Hillblom and Lynn","german","package","shipping"]},"styles":["brands"],"unicode":"f790","label":"DHL"},"diagnoses":{"search":{"terms":["analyze","detect","diagnosis","examine","medicine"]},"styles":["solid"],"unicode":"f470","label":"Diagnoses"},"diaspora":{"search":{"terms":[]},"styles":["brands"],"unicode":"f791","label":"Diaspora"},"dice":{"search":{"terms":["chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f522","label":"Dice"},"dice-d20":{"search":{"terms":["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"]},"styles":["solid"],"unicode":"f6cf","label":"Dice D20"},"dice-d6":{"search":{"terms":["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"]},"styles":["solid"],"unicode":"f6d1","label":"Dice D6"},"dice-five":{"search":{"terms":["chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f523","label":"Dice Five"},"dice-four":{"search":{"terms":["chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f524","label":"Dice Four"},"dice-one":{"search":{"terms":["chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f525","label":"Dice One"},"dice-six":{"search":{"terms":["chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f526","label":"Dice Six"},"dice-three":{"search":{"terms":["chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f527","label":"Dice Three"},"dice-two":{"search":{"terms":["chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f528","label":"Dice Two"},"digg":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a6","label":"Digg Logo"},"digital-ocean":{"search":{"terms":[]},"styles":["brands"],"unicode":"f391","label":"Digital Ocean"},"digital-tachograph":{"search":{"terms":["data","distance","speed","tachometer"]},"styles":["solid"],"unicode":"f566","label":"Digital Tachograph"},"directions":{"search":{"terms":["map","navigation","sign","turn"]},"styles":["solid"],"unicode":"f5eb","label":"Directions"},"discord":{"search":{"terms":[]},"styles":["brands"],"unicode":"f392","label":"Discord"},"discourse":{"search":{"terms":[]},"styles":["brands"],"unicode":"f393","label":"Discourse"},"disease":{"search":{"terms":["bacteria","cancer","covid-19","illness","infection","sickness","virus"]},"styles":["solid"],"unicode":"f7fa","label":"Disease"},"divide":{"search":{"terms":["arithmetic","calculus","division","math"]},"styles":["solid"],"unicode":"f529","label":"Divide"},"dizzy":{"search":{"terms":["dazed","dead","disapprove","emoticon","face"]},"styles":["solid","regular"],"unicode":"f567","label":"Dizzy Face"},"dna":{"search":{"terms":["double helix","genetic","helix","molecule","protein"]},"styles":["solid"],"unicode":"f471","label":"DNA"},"dochub":{"search":{"terms":[]},"styles":["brands"],"unicode":"f394","label":"DocHub"},"docker":{"search":{"terms":[]},"styles":["brands"],"unicode":"f395","label":"Docker"},"dog":{"search":{"terms":["animal","canine","fauna","mammal","pet","pooch","puppy","woof"]},"styles":["solid"],"unicode":"f6d3","label":"Dog"},"dollar-sign":{"search":{"terms":["$","cost","dollar-sign","money","price","usd"]},"styles":["solid"],"unicode":"f155","label":"Dollar Sign"},"dolly":{"search":{"terms":["carry","shipping","transport"]},"styles":["solid"],"unicode":"f472","label":"Dolly"},"dolly-flatbed":{"search":{"terms":["carry","inventory","shipping","transport"]},"styles":["solid"],"unicode":"f474","label":"Dolly Flatbed"},"donate":{"search":{"terms":["contribute","generosity","gift","give"]},"styles":["solid"],"unicode":"f4b9","label":"Donate"},"door-closed":{"search":{"terms":["enter","exit","locked"]},"styles":["solid"],"unicode":"f52a","label":"Door Closed"},"door-open":{"search":{"terms":["enter","exit","welcome"]},"styles":["solid"],"unicode":"f52b","label":"Door Open"},"dot-circle":{"search":{"terms":["bullseye","notification","target"]},"styles":["solid","regular"],"unicode":"f192","label":"Dot Circle"},"dove":{"search":{"terms":["bird","fauna","flying","peace","war"]},"styles":["solid"],"unicode":"f4ba","label":"Dove"},"download":{"search":{"terms":["export","hard drive","save","transfer"]},"styles":["solid"],"unicode":"f019","label":"Download"},"draft2digital":{"search":{"terms":[]},"styles":["brands"],"unicode":"f396","label":"Draft2digital"},"drafting-compass":{"search":{"terms":["design","map","mechanical drawing","plot","plotting"]},"styles":["solid"],"unicode":"f568","label":"Drafting Compass"},"dragon":{"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","fire","lizard","serpent"]},"styles":["solid"],"unicode":"f6d5","label":"Dragon"},"draw-polygon":{"search":{"terms":["anchors","lines","object","render","shape"]},"styles":["solid"],"unicode":"f5ee","label":"Draw Polygon"},"dribbble":{"search":{"terms":[]},"styles":["brands"],"unicode":"f17d","label":"Dribbble"},"dribbble-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f397","label":"Dribbble Square"},"dropbox":{"search":{"terms":[]},"styles":["brands"],"unicode":"f16b","label":"Dropbox"},"drum":{"search":{"terms":["instrument","music","percussion","snare","sound"]},"styles":["solid"],"unicode":"f569","label":"Drum"},"drum-steelpan":{"search":{"terms":["calypso","instrument","music","percussion","reggae","snare","sound","steel","tropical"]},"styles":["solid"],"unicode":"f56a","label":"Drum Steelpan"},"drumstick-bite":{"search":{"terms":["bone","chicken","leg","meat","poultry","turkey"]},"styles":["solid"],"unicode":"f6d7","label":"Drumstick with Bite Taken Out"},"drupal":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a9","label":"Drupal Logo"},"dumbbell":{"search":{"terms":["exercise","gym","strength","weight","weight-lifting"]},"styles":["solid"],"unicode":"f44b","label":"Dumbbell"},"dumpster":{"search":{"terms":["alley","bin","commercial","trash","waste"]},"styles":["solid"],"unicode":"f793","label":"Dumpster"},"dumpster-fire":{"search":{"terms":["alley","bin","commercial","danger","dangerous","euphemism","flame","heat","hot","trash","waste"]},"styles":["solid"],"unicode":"f794","label":"Dumpster Fire"},"dungeon":{"search":{"terms":["Dungeons & Dragons","building","d&d","dnd","door","entrance","fantasy","gate"]},"styles":["solid"],"unicode":"f6d9","label":"Dungeon"},"dyalog":{"search":{"terms":[]},"styles":["brands"],"unicode":"f399","label":"Dyalog"},"earlybirds":{"search":{"terms":[]},"styles":["brands"],"unicode":"f39a","label":"Earlybirds"},"ebay":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f4","label":"eBay"},"edge":{"search":{"terms":["browser","ie"]},"styles":["brands"],"unicode":"f282","label":"Edge Browser"},"edit":{"search":{"terms":["edit","pen","pencil","update","write"]},"styles":["solid","regular"],"unicode":"f044","label":"Edit"},"egg":{"search":{"terms":["breakfast","chicken","easter","shell","yolk"]},"styles":["solid"],"unicode":"f7fb","label":"Egg"},"eject":{"search":{"terms":["abort","cancel","cd","discharge"]},"styles":["solid"],"unicode":"f052","label":"eject"},"elementor":{"search":{"terms":[]},"styles":["brands"],"unicode":"f430","label":"Elementor"},"ellipsis-h":{"search":{"terms":["dots","drag","kebab","list","menu","nav","navigation","ol","reorder","settings","ul"]},"styles":["solid"],"unicode":"f141","label":"Horizontal Ellipsis"},"ellipsis-v":{"search":{"terms":["dots","drag","kebab","list","menu","nav","navigation","ol","reorder","settings","ul"]},"styles":["solid"],"unicode":"f142","label":"Vertical Ellipsis"},"ello":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5f1","label":"Ello"},"ember":{"search":{"terms":[]},"styles":["brands"],"unicode":"f423","label":"Ember"},"empire":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1d1","label":"Galactic Empire"},"envelope":{"search":{"terms":["e-mail","email","letter","mail","message","notification","support"]},"styles":["solid","regular"],"unicode":"f0e0","label":"Envelope"},"envelope-open":{"search":{"terms":["e-mail","email","letter","mail","message","notification","support"]},"styles":["solid","regular"],"unicode":"f2b6","label":"Envelope Open"},"envelope-open-text":{"search":{"terms":["e-mail","email","letter","mail","message","notification","support"]},"styles":["solid"],"unicode":"f658","label":"Envelope Open-text"},"envelope-square":{"search":{"terms":["e-mail","email","letter","mail","message","notification","support"]},"styles":["solid"],"unicode":"f199","label":"Envelope Square"},"envira":{"search":{"terms":["leaf"]},"styles":["brands"],"unicode":"f299","label":"Envira Gallery"},"equals":{"search":{"terms":["arithmetic","even","match","math"]},"styles":["solid"],"unicode":"f52c","label":"Equals"},"eraser":{"search":{"terms":["art","delete","remove","rubber"]},"styles":["solid"],"unicode":"f12d","label":"eraser"},"erlang":{"search":{"terms":[]},"styles":["brands"],"unicode":"f39d","label":"Erlang"},"ethereum":{"search":{"terms":[]},"styles":["brands"],"unicode":"f42e","label":"Ethereum"},"ethernet":{"search":{"terms":["cable","cat 5","cat 6","connection","hardware","internet","network","wired"]},"styles":["solid"],"unicode":"f796","label":"Ethernet"},"etsy":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2d7","label":"Etsy"},"euro-sign":{"search":{"terms":["currency","dollar","exchange","money"]},"styles":["solid"],"unicode":"f153","label":"Euro Sign"},"evernote":{"search":{"terms":[]},"styles":["brands"],"unicode":"f839","label":"Evernote"},"exchange-alt":{"search":{"terms":["arrow","arrows","exchange","reciprocate","return","swap","transfer"]},"styles":["solid"],"unicode":"f362","label":"Alternate Exchange"},"exclamation":{"search":{"terms":["alert","danger","error","important","notice","notification","notify","problem","warning"]},"styles":["solid"],"unicode":"f12a","label":"exclamation"},"exclamation-circle":{"search":{"terms":["alert","danger","error","important","notice","notification","notify","problem","warning"]},"styles":["solid"],"unicode":"f06a","label":"Exclamation Circle"},"exclamation-triangle":{"search":{"terms":["alert","danger","error","important","notice","notification","notify","problem","warning"]},"styles":["solid"],"unicode":"f071","label":"Exclamation Triangle"},"expand":{"search":{"terms":["arrow","bigger","enlarge","resize"]},"styles":["solid"],"unicode":"f065","label":"Expand"},"expand-alt":{"search":{"terms":["arrow","bigger","enlarge","resize"]},"styles":["solid"],"unicode":"f424","label":"Alternate Expand"},"expand-arrows-alt":{"search":{"terms":["arrows-alt","bigger","enlarge","move","resize"]},"styles":["solid"],"unicode":"f31e","label":"Alternate Expand Arrows"},"expeditedssl":{"search":{"terms":[]},"styles":["brands"],"unicode":"f23e","label":"ExpeditedSSL"},"external-link-alt":{"search":{"terms":["external-link","new","open","share"]},"styles":["solid"],"unicode":"f35d","label":"Alternate External Link"},"external-link-square-alt":{"search":{"terms":["external-link-square","new","open","share"]},"styles":["solid"],"unicode":"f360","label":"Alternate External Link Square"},"eye":{"search":{"terms":["look","optic","see","seen","show","sight","views","visible"]},"styles":["solid","regular"],"unicode":"f06e","label":"Eye"},"eye-dropper":{"search":{"terms":["beaker","clone","color","copy","eyedropper","pipette"]},"styles":["solid"],"unicode":"f1fb","label":"Eye Dropper"},"eye-slash":{"search":{"terms":["blind","hide","show","toggle","unseen","views","visible","visiblity"]},"styles":["solid","regular"],"unicode":"f070","label":"Eye Slash"},"facebook":{"search":{"terms":["facebook-official","social network"]},"styles":["brands"],"unicode":"f09a","label":"Facebook"},"facebook-f":{"search":{"terms":["facebook"]},"styles":["brands"],"unicode":"f39e","label":"Facebook F"},"facebook-messenger":{"search":{"terms":[]},"styles":["brands"],"unicode":"f39f","label":"Facebook Messenger"},"facebook-square":{"search":{"terms":["social network"]},"styles":["brands"],"unicode":"f082","label":"Facebook Square"},"fan":{"search":{"terms":["ac","air conditioning","blade","blower","cool","hot"]},"styles":["solid"],"unicode":"f863","label":"Fan"},"fantasy-flight-games":{"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},"styles":["brands"],"unicode":"f6dc","label":"Fantasy Flight-games"},"fast-backward":{"search":{"terms":["beginning","first","previous","rewind","start"]},"styles":["solid"],"unicode":"f049","label":"fast-backward"},"fast-forward":{"search":{"terms":["end","last","next"]},"styles":["solid"],"unicode":"f050","label":"fast-forward"},"faucet":{"search":{"terms":["covid-19","drip","house","hygiene","kitchen","sink","water"]},"styles":["solid"],"unicode":"f905","label":"Faucet"},"fax":{"search":{"terms":["business","communicate","copy","facsimile","send"]},"styles":["solid"],"unicode":"f1ac","label":"Fax"},"feather":{"search":{"terms":["bird","light","plucked","quill","write"]},"styles":["solid"],"unicode":"f52d","label":"Feather"},"feather-alt":{"search":{"terms":["bird","light","plucked","quill","write"]},"styles":["solid"],"unicode":"f56b","label":"Alternate Feather"},"fedex":{"search":{"terms":["Federal Express","package","shipping"]},"styles":["brands"],"unicode":"f797","label":"FedEx"},"fedora":{"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f798","label":"Fedora"},"female":{"search":{"terms":["human","person","profile","user","woman"]},"styles":["solid"],"unicode":"f182","label":"Female"},"fighter-jet":{"search":{"terms":["airplane","fast","fly","goose","maverick","plane","quick","top gun","transportation","travel"]},"styles":["solid"],"unicode":"f0fb","label":"fighter-jet"},"figma":{"search":{"terms":["app","design","interface"]},"styles":["brands"],"unicode":"f799","label":"Figma"},"file":{"search":{"terms":["document","new","page","pdf","resume"]},"styles":["solid","regular"],"unicode":"f15b","label":"File"},"file-alt":{"search":{"terms":["document","file-text","invoice","new","page","pdf"]},"styles":["solid","regular"],"unicode":"f15c","label":"Alternate File"},"file-archive":{"search":{"terms":[".zip","bundle","compress","compression","download","zip"]},"styles":["solid","regular"],"unicode":"f1c6","label":"Archive File"},"file-audio":{"search":{"terms":["document","mp3","music","page","play","sound"]},"styles":["solid","regular"],"unicode":"f1c7","label":"Audio File"},"file-code":{"search":{"terms":["css","development","document","html"]},"styles":["solid","regular"],"unicode":"f1c9","label":"Code File"},"file-contract":{"search":{"terms":["agreement","binding","document","legal","signature"]},"styles":["solid"],"unicode":"f56c","label":"File Contract"},"file-csv":{"search":{"terms":["document","excel","numbers","spreadsheets","table"]},"styles":["solid"],"unicode":"f6dd","label":"File CSV"},"file-download":{"search":{"terms":["document","export","save"]},"styles":["solid"],"unicode":"f56d","label":"File Download"},"file-excel":{"search":{"terms":["csv","document","numbers","spreadsheets","table"]},"styles":["solid","regular"],"unicode":"f1c3","label":"Excel File"},"file-export":{"search":{"terms":["download","save"]},"styles":["solid"],"unicode":"f56e","label":"File Export"},"file-image":{"search":{"terms":["document","image","jpg","photo","png"]},"styles":["solid","regular"],"unicode":"f1c5","label":"Image File"},"file-import":{"search":{"terms":["copy","document","send","upload"]},"styles":["solid"],"unicode":"f56f","label":"File Import"},"file-invoice":{"search":{"terms":["account","bill","charge","document","payment","receipt"]},"styles":["solid"],"unicode":"f570","label":"File Invoice"},"file-invoice-dollar":{"search":{"terms":["$","account","bill","charge","document","dollar-sign","money","payment","receipt","usd"]},"styles":["solid"],"unicode":"f571","label":"File Invoice with US Dollar"},"file-medical":{"search":{"terms":["document","health","history","prescription","record"]},"styles":["solid"],"unicode":"f477","label":"Medical File"},"file-medical-alt":{"search":{"terms":["document","health","history","prescription","record"]},"styles":["solid"],"unicode":"f478","label":"Alternate Medical File"},"file-pdf":{"search":{"terms":["acrobat","document","preview","save"]},"styles":["solid","regular"],"unicode":"f1c1","label":"PDF File"},"file-powerpoint":{"search":{"terms":["display","document","keynote","presentation"]},"styles":["solid","regular"],"unicode":"f1c4","label":"Powerpoint File"},"file-prescription":{"search":{"terms":["document","drugs","medical","medicine","rx"]},"styles":["solid"],"unicode":"f572","label":"File Prescription"},"file-signature":{"search":{"terms":["John Hancock","contract","document","name"]},"styles":["solid"],"unicode":"f573","label":"File Signature"},"file-upload":{"search":{"terms":["document","import","page","save"]},"styles":["solid"],"unicode":"f574","label":"File Upload"},"file-video":{"search":{"terms":["document","m4v","movie","mp4","play"]},"styles":["solid","regular"],"unicode":"f1c8","label":"Video File"},"file-word":{"search":{"terms":["document","edit","page","text","writing"]},"styles":["solid","regular"],"unicode":"f1c2","label":"Word File"},"fill":{"search":{"terms":["bucket","color","paint","paint bucket"]},"styles":["solid"],"unicode":"f575","label":"Fill"},"fill-drip":{"search":{"terms":["bucket","color","drop","paint","paint bucket","spill"]},"styles":["solid"],"unicode":"f576","label":"Fill Drip"},"film":{"search":{"terms":["cinema","movie","strip","video"]},"styles":["solid"],"unicode":"f008","label":"Film"},"filter":{"search":{"terms":["funnel","options","separate","sort"]},"styles":["solid"],"unicode":"f0b0","label":"Filter"},"fingerprint":{"search":{"terms":["human","id","identification","lock","smudge","touch","unique","unlock"]},"styles":["solid"],"unicode":"f577","label":"Fingerprint"},"fire":{"search":{"terms":["burn","caliente","flame","heat","hot","popular"]},"styles":["solid"],"unicode":"f06d","label":"fire"},"fire-alt":{"search":{"terms":["burn","caliente","flame","heat","hot","popular"]},"styles":["solid"],"unicode":"f7e4","label":"Alternate Fire"},"fire-extinguisher":{"search":{"terms":["burn","caliente","fire fighter","flame","heat","hot","rescue"]},"styles":["solid"],"unicode":"f134","label":"fire-extinguisher"},"firefox":{"search":{"terms":["browser"]},"styles":["brands"],"unicode":"f269","label":"Firefox"},"firefox-browser":{"search":{"terms":["browser"]},"styles":["brands"],"unicode":"f907","label":"Firefox Browser"},"first-aid":{"search":{"terms":["emergency","emt","health","medical","rescue"]},"styles":["solid"],"unicode":"f479","label":"First Aid"},"first-order":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2b0","label":"First Order"},"first-order-alt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f50a","label":"Alternate First Order"},"firstdraft":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3a1","label":"firstdraft"},"fish":{"search":{"terms":["fauna","gold","seafood","swimming"]},"styles":["solid"],"unicode":"f578","label":"Fish"},"fist-raised":{"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","hand","ki","monk","resist","strength","unarmed combat"]},"styles":["solid"],"unicode":"f6de","label":"Raised Fist"},"flag":{"search":{"terms":["country","notice","notification","notify","pole","report","symbol"]},"styles":["solid","regular"],"unicode":"f024","label":"flag"},"flag-checkered":{"search":{"terms":["notice","notification","notify","pole","racing","report","symbol"]},"styles":["solid"],"unicode":"f11e","label":"flag-checkered"},"flag-usa":{"search":{"terms":["betsy ross","country","old glory","stars","stripes","symbol"]},"styles":["solid"],"unicode":"f74d","label":"United States of America Flag"},"flask":{"search":{"terms":["beaker","experimental","labs","science"]},"styles":["solid"],"unicode":"f0c3","label":"Flask"},"flickr":{"search":{"terms":[]},"styles":["brands"],"unicode":"f16e","label":"Flickr"},"flipboard":{"search":{"terms":[]},"styles":["brands"],"unicode":"f44d","label":"Flipboard"},"flushed":{"search":{"terms":["embarrassed","emoticon","face"]},"styles":["solid","regular"],"unicode":"f579","label":"Flushed Face"},"fly":{"search":{"terms":[]},"styles":["brands"],"unicode":"f417","label":"Fly"},"folder":{"search":{"terms":["archive","directory","document","file"]},"styles":["solid","regular"],"unicode":"f07b","label":"Folder"},"folder-minus":{"search":{"terms":["archive","delete","directory","document","file","negative","remove"]},"styles":["solid"],"unicode":"f65d","label":"Folder Minus"},"folder-open":{"search":{"terms":["archive","directory","document","empty","file","new"]},"styles":["solid","regular"],"unicode":"f07c","label":"Folder Open"},"folder-plus":{"search":{"terms":["add","archive","create","directory","document","file","new","positive"]},"styles":["solid"],"unicode":"f65e","label":"Folder Plus"},"font":{"search":{"terms":["alphabet","glyph","text","type","typeface"]},"styles":["solid"],"unicode":"f031","label":"font"},"font-awesome":{"search":{"terms":["meanpath"]},"styles":["brands"],"unicode":"f2b4","label":"Font Awesome"},"font-awesome-alt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f35c","label":"Alternate Font Awesome"},"font-awesome-flag":{"search":{"terms":[]},"styles":["brands"],"unicode":"f425","label":"Font Awesome Flag"},"font-awesome-logo-full":{"search":{"terms":[]},"styles":["regular","solid","brands"],"unicode":"f4e6","label":"Font Awesome Full Logo","private":true},"fonticons":{"search":{"terms":[]},"styles":["brands"],"unicode":"f280","label":"Fonticons"},"fonticons-fi":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3a2","label":"Fonticons Fi"},"football-ball":{"search":{"terms":["ball","fall","nfl","pigskin","seasonal"]},"styles":["solid"],"unicode":"f44e","label":"Football Ball"},"fort-awesome":{"search":{"terms":["castle"]},"styles":["brands"],"unicode":"f286","label":"Fort Awesome"},"fort-awesome-alt":{"search":{"terms":["castle"]},"styles":["brands"],"unicode":"f3a3","label":"Alternate Fort Awesome"},"forumbee":{"search":{"terms":[]},"styles":["brands"],"unicode":"f211","label":"Forumbee"},"forward":{"search":{"terms":["forward","next","skip"]},"styles":["solid"],"unicode":"f04e","label":"forward"},"foursquare":{"search":{"terms":[]},"styles":["brands"],"unicode":"f180","label":"Foursquare"},"free-code-camp":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2c5","label":"freeCodeCamp"},"freebsd":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3a4","label":"FreeBSD"},"frog":{"search":{"terms":["amphibian","bullfrog","fauna","hop","kermit","kiss","prince","ribbit","toad","wart"]},"styles":["solid"],"unicode":"f52e","label":"Frog"},"frown":{"search":{"terms":["disapprove","emoticon","face","rating","sad"]},"styles":["solid","regular"],"unicode":"f119","label":"Frowning Face"},"frown-open":{"search":{"terms":["disapprove","emoticon","face","rating","sad"]},"styles":["solid","regular"],"unicode":"f57a","label":"Frowning Face With Open Mouth"},"fulcrum":{"search":{"terms":[]},"styles":["brands"],"unicode":"f50b","label":"Fulcrum"},"funnel-dollar":{"search":{"terms":["filter","money","options","separate","sort"]},"styles":["solid"],"unicode":"f662","label":"Funnel Dollar"},"futbol":{"search":{"terms":["ball","football","mls","soccer"]},"styles":["solid","regular"],"unicode":"f1e3","label":"Futbol"},"galactic-republic":{"search":{"terms":["politics","star wars"]},"styles":["brands"],"unicode":"f50c","label":"Galactic Republic"},"galactic-senate":{"search":{"terms":["star wars"]},"styles":["brands"],"unicode":"f50d","label":"Galactic Senate"},"gamepad":{"search":{"terms":["arcade","controller","d-pad","joystick","video","video game"]},"styles":["solid"],"unicode":"f11b","label":"Gamepad"},"gas-pump":{"search":{"terms":["car","fuel","gasoline","petrol"]},"styles":["solid"],"unicode":"f52f","label":"Gas Pump"},"gavel":{"search":{"terms":["hammer","judge","law","lawyer","opinion"]},"styles":["solid"],"unicode":"f0e3","label":"Gavel"},"gem":{"search":{"terms":["diamond","jewelry","sapphire","stone","treasure"]},"styles":["solid","regular"],"unicode":"f3a5","label":"Gem"},"genderless":{"search":{"terms":["androgynous","asexual","sexless"]},"styles":["solid"],"unicode":"f22d","label":"Genderless"},"get-pocket":{"search":{"terms":[]},"styles":["brands"],"unicode":"f265","label":"Get Pocket"},"gg":{"search":{"terms":[]},"styles":["brands"],"unicode":"f260","label":"GG Currency"},"gg-circle":{"search":{"terms":[]},"styles":["brands"],"unicode":"f261","label":"GG Currency Circle"},"ghost":{"search":{"terms":["apparition","blinky","clyde","floating","halloween","holiday","inky","pinky","spirit"]},"styles":["solid"],"unicode":"f6e2","label":"Ghost"},"gift":{"search":{"terms":["christmas","generosity","giving","holiday","party","present","wrapped","xmas"]},"styles":["solid"],"unicode":"f06b","label":"gift"},"gifts":{"search":{"terms":["christmas","generosity","giving","holiday","party","present","wrapped","xmas"]},"styles":["solid"],"unicode":"f79c","label":"Gifts"},"git":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1d3","label":"Git"},"git-alt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f841","label":"Git Alt"},"git-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1d2","label":"Git Square"},"github":{"search":{"terms":["octocat"]},"styles":["brands"],"unicode":"f09b","label":"GitHub"},"github-alt":{"search":{"terms":["octocat"]},"styles":["brands"],"unicode":"f113","label":"Alternate GitHub"},"github-square":{"search":{"terms":["octocat"]},"styles":["brands"],"unicode":"f092","label":"GitHub Square"},"gitkraken":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3a6","label":"GitKraken"},"gitlab":{"search":{"terms":["Axosoft"]},"styles":["brands"],"unicode":"f296","label":"GitLab"},"gitter":{"search":{"terms":[]},"styles":["brands"],"unicode":"f426","label":"Gitter"},"glass-cheers":{"search":{"terms":["alcohol","bar","beverage","celebration","champagne","clink","drink","holiday","new year\'s eve","party","toast"]},"styles":["solid"],"unicode":"f79f","label":"Glass Cheers"},"glass-martini":{"search":{"terms":["alcohol","bar","beverage","drink","liquor"]},"styles":["solid"],"unicode":"f000","label":"Martini Glass"},"glass-martini-alt":{"search":{"terms":["alcohol","bar","beverage","drink","liquor"]},"styles":["solid"],"unicode":"f57b","label":"Alternate Glass Martini"},"glass-whiskey":{"search":{"terms":["alcohol","bar","beverage","bourbon","drink","liquor","neat","rye","scotch","whisky"]},"styles":["solid"],"unicode":"f7a0","label":"Glass Whiskey"},"glasses":{"search":{"terms":["hipster","nerd","reading","sight","spectacles","vision"]},"styles":["solid"],"unicode":"f530","label":"Glasses"},"glide":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2a5","label":"Glide"},"glide-g":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2a6","label":"Glide G"},"globe":{"search":{"terms":["all","coordinates","country","earth","global","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f0ac","label":"Globe"},"globe-africa":{"search":{"terms":["all","country","earth","global","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f57c","label":"Globe with Africa shown"},"globe-americas":{"search":{"terms":["all","country","earth","global","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f57d","label":"Globe with Americas shown"},"globe-asia":{"search":{"terms":["all","country","earth","global","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f57e","label":"Globe with Asia shown"},"globe-europe":{"search":{"terms":["all","country","earth","global","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f7a2","label":"Globe with Europe shown"},"gofore":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3a7","label":"Gofore"},"golf-ball":{"search":{"terms":["caddy","eagle","putt","tee"]},"styles":["solid"],"unicode":"f450","label":"Golf Ball"},"goodreads":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3a8","label":"Goodreads"},"goodreads-g":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3a9","label":"Goodreads G"},"google":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a0","label":"Google Logo"},"google-drive":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3aa","label":"Google Drive"},"google-play":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ab","label":"Google Play"},"google-plus":{"search":{"terms":["google-plus-circle","google-plus-official"]},"styles":["brands"],"unicode":"f2b3","label":"Google Plus"},"google-plus-g":{"search":{"terms":["google-plus","social network"]},"styles":["brands"],"unicode":"f0d5","label":"Google Plus G"},"google-plus-square":{"search":{"terms":["social network"]},"styles":["brands"],"unicode":"f0d4","label":"Google Plus Square"},"google-wallet":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1ee","label":"Google Wallet"},"gopuram":{"search":{"terms":["building","entrance","hinduism","temple","tower"]},"styles":["solid"],"unicode":"f664","label":"Gopuram"},"graduation-cap":{"search":{"terms":["ceremony","college","graduate","learning","school","student"]},"styles":["solid"],"unicode":"f19d","label":"Graduation Cap"},"gratipay":{"search":{"terms":["favorite","heart","like","love"]},"styles":["brands"],"unicode":"f184","label":"Gratipay (Gittip)"},"grav":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2d6","label":"Grav"},"greater-than":{"search":{"terms":["arithmetic","compare","math"]},"styles":["solid"],"unicode":"f531","label":"Greater Than"},"greater-than-equal":{"search":{"terms":["arithmetic","compare","math"]},"styles":["solid"],"unicode":"f532","label":"Greater Than Equal To"},"grimace":{"search":{"terms":["cringe","emoticon","face","teeth"]},"styles":["solid","regular"],"unicode":"f57f","label":"Grimacing Face"},"grin":{"search":{"terms":["emoticon","face","laugh","smile"]},"styles":["solid","regular"],"unicode":"f580","label":"Grinning Face"},"grin-alt":{"search":{"terms":["emoticon","face","laugh","smile"]},"styles":["solid","regular"],"unicode":"f581","label":"Alternate Grinning Face"},"grin-beam":{"search":{"terms":["emoticon","face","laugh","smile"]},"styles":["solid","regular"],"unicode":"f582","label":"Grinning Face With Smiling Eyes"},"grin-beam-sweat":{"search":{"terms":["embarass","emoticon","face","smile"]},"styles":["solid","regular"],"unicode":"f583","label":"Grinning Face With Sweat"},"grin-hearts":{"search":{"terms":["emoticon","face","love","smile"]},"styles":["solid","regular"],"unicode":"f584","label":"Smiling Face With Heart-Eyes"},"grin-squint":{"search":{"terms":["emoticon","face","laugh","smile"]},"styles":["solid","regular"],"unicode":"f585","label":"Grinning Squinting Face"},"grin-squint-tears":{"search":{"terms":["emoticon","face","happy","smile"]},"styles":["solid","regular"],"unicode":"f586","label":"Rolling on the Floor Laughing"},"grin-stars":{"search":{"terms":["emoticon","face","star-struck"]},"styles":["solid","regular"],"unicode":"f587","label":"Star-Struck"},"grin-tears":{"search":{"terms":["LOL","emoticon","face"]},"styles":["solid","regular"],"unicode":"f588","label":"Face With Tears of Joy"},"grin-tongue":{"search":{"terms":["LOL","emoticon","face"]},"styles":["solid","regular"],"unicode":"f589","label":"Face With Tongue"},"grin-tongue-squint":{"search":{"terms":["LOL","emoticon","face"]},"styles":["solid","regular"],"unicode":"f58a","label":"Squinting Face With Tongue"},"grin-tongue-wink":{"search":{"terms":["LOL","emoticon","face"]},"styles":["solid","regular"],"unicode":"f58b","label":"Winking Face With Tongue"},"grin-wink":{"search":{"terms":["emoticon","face","flirt","laugh","smile"]},"styles":["solid","regular"],"unicode":"f58c","label":"Grinning Winking Face"},"grip-horizontal":{"search":{"terms":["affordance","drag","drop","grab","handle"]},"styles":["solid"],"unicode":"f58d","label":"Grip Horizontal"},"grip-lines":{"search":{"terms":["affordance","drag","drop","grab","handle"]},"styles":["solid"],"unicode":"f7a4","label":"Grip Lines"},"grip-lines-vertical":{"search":{"terms":["affordance","drag","drop","grab","handle"]},"styles":["solid"],"unicode":"f7a5","label":"Grip Lines Vertical"},"grip-vertical":{"search":{"terms":["affordance","drag","drop","grab","handle"]},"styles":["solid"],"unicode":"f58e","label":"Grip Vertical"},"gripfire":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ac","label":"Gripfire, Inc."},"grunt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ad","label":"Grunt"},"guitar":{"search":{"terms":["acoustic","instrument","music","rock","rock and roll","song","strings"]},"styles":["solid"],"unicode":"f7a6","label":"Guitar"},"gulp":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ae","label":"Gulp"},"h-square":{"search":{"terms":["directions","emergency","hospital","hotel","map"]},"styles":["solid"],"unicode":"f0fd","label":"H Square"},"hacker-news":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1d4","label":"Hacker News"},"hacker-news-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3af","label":"Hacker News Square"},"hackerrank":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5f7","label":"Hackerrank"},"hamburger":{"search":{"terms":["bacon","beef","burger","burger king","cheeseburger","fast food","grill","ground beef","mcdonalds","sandwich"]},"styles":["solid"],"unicode":"f805","label":"Hamburger"},"hammer":{"search":{"terms":["admin","fix","repair","settings","tool"]},"styles":["solid"],"unicode":"f6e3","label":"Hammer"},"hamsa":{"search":{"terms":["amulet","christianity","islam","jewish","judaism","muslim","protection"]},"styles":["solid"],"unicode":"f665","label":"Hamsa"},"hand-holding":{"search":{"terms":["carry","lift"]},"styles":["solid"],"unicode":"f4bd","label":"Hand Holding"},"hand-holding-heart":{"search":{"terms":["carry","charity","gift","lift","package"]},"styles":["solid"],"unicode":"f4be","label":"Hand Holding Heart"},"hand-holding-medical":{"search":{"terms":["care","covid-19","donate","help"]},"styles":["solid"],"unicode":"f95c","label":"Hand Holding Medical Cross"},"hand-holding-usd":{"search":{"terms":["$","carry","dollar sign","donation","giving","lift","money","price"]},"styles":["solid"],"unicode":"f4c0","label":"Hand Holding US Dollar"},"hand-holding-water":{"search":{"terms":["carry","covid-19","drought","grow","lift"]},"styles":["solid"],"unicode":"f4c1","label":"Hand Holding Water"},"hand-lizard":{"search":{"terms":["game","roshambo"]},"styles":["solid","regular"],"unicode":"f258","label":"Lizard (Hand)"},"hand-middle-finger":{"search":{"terms":["flip the bird","gesture","hate","rude"]},"styles":["solid"],"unicode":"f806","label":"Hand with Middle Finger Raised"},"hand-paper":{"search":{"terms":["game","halt","roshambo","stop"]},"styles":["solid","regular"],"unicode":"f256","label":"Paper (Hand)"},"hand-peace":{"search":{"terms":["rest","truce"]},"styles":["solid","regular"],"unicode":"f25b","label":"Peace (Hand)"},"hand-point-down":{"search":{"terms":["finger","hand-o-down","point"]},"styles":["solid","regular"],"unicode":"f0a7","label":"Hand Pointing Down"},"hand-point-left":{"search":{"terms":["back","finger","hand-o-left","left","point","previous"]},"styles":["solid","regular"],"unicode":"f0a5","label":"Hand Pointing Left"},"hand-point-right":{"search":{"terms":["finger","forward","hand-o-right","next","point","right"]},"styles":["solid","regular"],"unicode":"f0a4","label":"Hand Pointing Right"},"hand-point-up":{"search":{"terms":["finger","hand-o-up","point"]},"styles":["solid","regular"],"unicode":"f0a6","label":"Hand Pointing Up"},"hand-pointer":{"search":{"terms":["arrow","cursor","select"]},"styles":["solid","regular"],"unicode":"f25a","label":"Pointer (Hand)"},"hand-rock":{"search":{"terms":["fist","game","roshambo"]},"styles":["solid","regular"],"unicode":"f255","label":"Rock (Hand)"},"hand-scissors":{"search":{"terms":["cut","game","roshambo"]},"styles":["solid","regular"],"unicode":"f257","label":"Scissors (Hand)"},"hand-sparkles":{"search":{"terms":["clean","covid-19","hygiene","magic","soap","wash"]},"styles":["solid"],"unicode":"f95d","label":"Hand Sparkles"},"hand-spock":{"search":{"terms":["live long","prosper","salute","star trek","vulcan"]},"styles":["solid","regular"],"unicode":"f259","label":"Spock (Hand)"},"hands":{"search":{"terms":["carry","hold","lift"]},"styles":["solid"],"unicode":"f4c2","label":"Hands"},"hands-helping":{"search":{"terms":["aid","assistance","handshake","partnership","volunteering"]},"styles":["solid"],"unicode":"f4c4","label":"Helping Hands"},"hands-wash":{"search":{"terms":["covid-19","hygiene","soap","wash"]},"styles":["solid"],"unicode":"f95e","label":"Hands Wash"},"handshake":{"search":{"terms":["agreement","greeting","meeting","partnership"]},"styles":["solid","regular"],"unicode":"f2b5","label":"Handshake"},"handshake-alt-slash":{"search":{"terms":["broken","covid-19","social distance"]},"styles":["solid"],"unicode":"f95f","label":"Handshake Alternate Slash"},"handshake-slash":{"search":{"terms":["broken","covid-19","social distance"]},"styles":["solid"],"unicode":"f960","label":"Handshake Slash"},"hanukiah":{"search":{"terms":["candle","hanukkah","jewish","judaism","light"]},"styles":["solid"],"unicode":"f6e6","label":"Hanukiah"},"hard-hat":{"search":{"terms":["construction","hardhat","helmet","safety"]},"styles":["solid"],"unicode":"f807","label":"Hard Hat"},"hashtag":{"search":{"terms":["Twitter","instagram","pound","social media","tag"]},"styles":["solid"],"unicode":"f292","label":"Hashtag"},"hat-cowboy":{"search":{"terms":["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"]},"styles":["solid"],"unicode":"f8c0","label":"Cowboy Hat"},"hat-cowboy-side":{"search":{"terms":["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"]},"styles":["solid"],"unicode":"f8c1","label":"Cowboy Hat Side"},"hat-wizard":{"search":{"terms":["Dungeons & Dragons","accessory","buckle","clothing","d&d","dnd","fantasy","halloween","head","holiday","mage","magic","pointy","witch"]},"styles":["solid"],"unicode":"f6e8","label":"Wizard\'s Hat"},"hdd":{"search":{"terms":["cpu","hard drive","harddrive","machine","save","storage"]},"styles":["solid","regular"],"unicode":"f0a0","label":"HDD"},"head-side-cough":{"search":{"terms":["cough","covid-19","germs","lungs","respiratory","sick"]},"styles":["solid"],"unicode":"f961","label":"Head Side Cough"},"head-side-cough-slash":{"search":{"terms":["cough","covid-19","germs","lungs","respiratory","sick"]},"styles":["solid"],"unicode":"f962","label":"Head Side-cough-slash"},"head-side-mask":{"search":{"terms":["breath","covid-19","filter","respirator","virus"]},"styles":["solid"],"unicode":"f963","label":"Head Side Mask"},"head-side-virus":{"search":{"terms":["cold","covid-19","flu","sick"]},"styles":["solid"],"unicode":"f964","label":"Head Side Virus"},"heading":{"search":{"terms":["format","header","text","title"]},"styles":["solid"],"unicode":"f1dc","label":"heading"},"headphones":{"search":{"terms":["audio","listen","music","sound","speaker"]},"styles":["solid"],"unicode":"f025","label":"headphones"},"headphones-alt":{"search":{"terms":["audio","listen","music","sound","speaker"]},"styles":["solid"],"unicode":"f58f","label":"Alternate Headphones"},"headset":{"search":{"terms":["audio","gamer","gaming","listen","live chat","microphone","shot caller","sound","support","telemarketer"]},"styles":["solid"],"unicode":"f590","label":"Headset"},"heart":{"search":{"terms":["favorite","like","love","relationship","valentine"]},"styles":["solid","regular"],"unicode":"f004","label":"Heart"},"heart-broken":{"search":{"terms":["breakup","crushed","dislike","dumped","grief","love","lovesick","relationship","sad"]},"styles":["solid"],"unicode":"f7a9","label":"Heart Broken"},"heartbeat":{"search":{"terms":["ekg","electrocardiogram","health","lifeline","vital signs"]},"styles":["solid"],"unicode":"f21e","label":"Heartbeat"},"helicopter":{"search":{"terms":["airwolf","apache","chopper","flight","fly","travel"]},"styles":["solid"],"unicode":"f533","label":"Helicopter"},"highlighter":{"search":{"terms":["edit","marker","sharpie","update","write"]},"styles":["solid"],"unicode":"f591","label":"Highlighter"},"hiking":{"search":{"terms":["activity","backpack","fall","fitness","outdoors","person","seasonal","walking"]},"styles":["solid"],"unicode":"f6ec","label":"Hiking"},"hippo":{"search":{"terms":["animal","fauna","hippopotamus","hungry","mammal"]},"styles":["solid"],"unicode":"f6ed","label":"Hippo"},"hips":{"search":{"terms":[]},"styles":["brands"],"unicode":"f452","label":"Hips"},"hire-a-helper":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b0","label":"HireAHelper"},"history":{"search":{"terms":["Rewind","clock","reverse","time","time machine"]},"styles":["solid"],"unicode":"f1da","label":"History"},"hockey-puck":{"search":{"terms":["ice","nhl","sport"]},"styles":["solid"],"unicode":"f453","label":"Hockey Puck"},"holly-berry":{"search":{"terms":["catwoman","christmas","decoration","flora","halle","holiday","ororo munroe","plant","storm","xmas"]},"styles":["solid"],"unicode":"f7aa","label":"Holly Berry"},"home":{"search":{"terms":["abode","building","house","main"]},"styles":["solid"],"unicode":"f015","label":"home"},"hooli":{"search":{"terms":[]},"styles":["brands"],"unicode":"f427","label":"Hooli"},"hornbill":{"search":{"terms":[]},"styles":["brands"],"unicode":"f592","label":"Hornbill"},"horse":{"search":{"terms":["equus","fauna","mammmal","mare","neigh","pony"]},"styles":["solid"],"unicode":"f6f0","label":"Horse"},"horse-head":{"search":{"terms":["equus","fauna","mammmal","mare","neigh","pony"]},"styles":["solid"],"unicode":"f7ab","label":"Horse Head"},"hospital":{"search":{"terms":["building","covid-19","emergency room","medical center"]},"styles":["solid","regular"],"unicode":"f0f8","label":"hospital"},"hospital-alt":{"search":{"terms":["building","covid-19","emergency room","medical center"]},"styles":["solid"],"unicode":"f47d","label":"Alternate Hospital"},"hospital-symbol":{"search":{"terms":["clinic","covid-19","emergency","map"]},"styles":["solid"],"unicode":"f47e","label":"Hospital Symbol"},"hospital-user":{"search":{"terms":["covid-19","doctor","network","patient","primary care"]},"styles":["solid"],"unicode":"f80d","label":"Hospital with User"},"hot-tub":{"search":{"terms":["bath","jacuzzi","massage","sauna","spa"]},"styles":["solid"],"unicode":"f593","label":"Hot Tub"},"hotdog":{"search":{"terms":["bun","chili","frankfurt","frankfurter","kosher","polish","sandwich","sausage","vienna","weiner"]},"styles":["solid"],"unicode":"f80f","label":"Hot Dog"},"hotel":{"search":{"terms":["building","inn","lodging","motel","resort","travel"]},"styles":["solid"],"unicode":"f594","label":"Hotel"},"hotjar":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b1","label":"Hotjar"},"hourglass":{"search":{"terms":["hour","minute","sand","stopwatch","time"]},"styles":["solid","regular"],"unicode":"f254","label":"Hourglass"},"hourglass-end":{"search":{"terms":["hour","minute","sand","stopwatch","time"]},"styles":["solid"],"unicode":"f253","label":"Hourglass End"},"hourglass-half":{"search":{"terms":["hour","minute","sand","stopwatch","time"]},"styles":["solid"],"unicode":"f252","label":"Hourglass Half"},"hourglass-start":{"search":{"terms":["hour","minute","sand","stopwatch","time"]},"styles":["solid"],"unicode":"f251","label":"Hourglass Start"},"house-damage":{"search":{"terms":["building","devastation","disaster","home","insurance"]},"styles":["solid"],"unicode":"f6f1","label":"Damaged House"},"house-user":{"search":{"terms":["covid-19","home","isolation","quarantine"]},"styles":["solid"],"unicode":"f965","label":"House User"},"houzz":{"search":{"terms":[]},"styles":["brands"],"unicode":"f27c","label":"Houzz"},"hryvnia":{"search":{"terms":["currency","money","ukraine","ukrainian"]},"styles":["solid"],"unicode":"f6f2","label":"Hryvnia"},"html5":{"search":{"terms":[]},"styles":["brands"],"unicode":"f13b","label":"HTML 5 Logo"},"hubspot":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b2","label":"HubSpot"},"i-cursor":{"search":{"terms":["editing","i-beam","type","writing"]},"styles":["solid"],"unicode":"f246","label":"I Beam Cursor"},"ice-cream":{"search":{"terms":["chocolate","cone","dessert","frozen","scoop","sorbet","vanilla","yogurt"]},"styles":["solid"],"unicode":"f810","label":"Ice Cream"},"icicles":{"search":{"terms":["cold","frozen","hanging","ice","seasonal","sharp"]},"styles":["solid"],"unicode":"f7ad","label":"Icicles"},"icons":{"search":{"terms":["bolt","emoji","heart","image","music","photo","symbols"]},"styles":["solid"],"unicode":"f86d","label":"Icons"},"id-badge":{"search":{"terms":["address","contact","identification","license","profile"]},"styles":["solid","regular"],"unicode":"f2c1","label":"Identification Badge"},"id-card":{"search":{"terms":["contact","demographics","document","identification","issued","profile"]},"styles":["solid","regular"],"unicode":"f2c2","label":"Identification Card"},"id-card-alt":{"search":{"terms":["contact","demographics","document","identification","issued","profile"]},"styles":["solid"],"unicode":"f47f","label":"Alternate Identification Card"},"ideal":{"search":{"terms":[]},"styles":["brands"],"unicode":"f913","label":"iDeal"},"igloo":{"search":{"terms":["dome","dwelling","eskimo","home","house","ice","snow"]},"styles":["solid"],"unicode":"f7ae","label":"Igloo"},"image":{"search":{"terms":["album","landscape","photo","picture"]},"styles":["solid","regular"],"unicode":"f03e","label":"Image"},"images":{"search":{"terms":["album","landscape","photo","picture"]},"styles":["solid","regular"],"unicode":"f302","label":"Images"},"imdb":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2d8","label":"IMDB"},"inbox":{"search":{"terms":["archive","desk","email","mail","message"]},"styles":["solid"],"unicode":"f01c","label":"inbox"},"indent":{"search":{"terms":["align","justify","paragraph","tab"]},"styles":["solid"],"unicode":"f03c","label":"Indent"},"industry":{"search":{"terms":["building","factory","industrial","manufacturing","mill","warehouse"]},"styles":["solid"],"unicode":"f275","label":"Industry"},"infinity":{"search":{"terms":["eternity","forever","math"]},"styles":["solid"],"unicode":"f534","label":"Infinity"},"info":{"search":{"terms":["details","help","information","more","support"]},"styles":["solid"],"unicode":"f129","label":"Info"},"info-circle":{"search":{"terms":["details","help","information","more","support"]},"styles":["solid"],"unicode":"f05a","label":"Info Circle"},"instagram":{"search":{"terms":[]},"styles":["brands"],"unicode":"f16d","label":"Instagram"},"instagram-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f955","label":"Instagram Square"},"intercom":{"search":{"terms":["app","customer","messenger"]},"styles":["brands"],"unicode":"f7af","label":"Intercom"},"internet-explorer":{"search":{"terms":["browser","ie"]},"styles":["brands"],"unicode":"f26b","label":"Internet-explorer"},"invision":{"search":{"terms":["app","design","interface"]},"styles":["brands"],"unicode":"f7b0","label":"InVision"},"ioxhost":{"search":{"terms":[]},"styles":["brands"],"unicode":"f208","label":"ioxhost"},"italic":{"search":{"terms":["edit","emphasis","font","format","text","type"]},"styles":["solid"],"unicode":"f033","label":"italic"},"itch-io":{"search":{"terms":[]},"styles":["brands"],"unicode":"f83a","label":"itch.io"},"itunes":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b4","label":"iTunes"},"itunes-note":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b5","label":"Itunes Note"},"java":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4e4","label":"Java"},"jedi":{"search":{"terms":["crest","force","sith","skywalker","star wars","yoda"]},"styles":["solid"],"unicode":"f669","label":"Jedi"},"jedi-order":{"search":{"terms":["star wars"]},"styles":["brands"],"unicode":"f50e","label":"Jedi Order"},"jenkins":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b6","label":"Jenkis"},"jira":{"search":{"terms":["atlassian"]},"styles":["brands"],"unicode":"f7b1","label":"Jira"},"joget":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b7","label":"Joget"},"joint":{"search":{"terms":["blunt","cannabis","doobie","drugs","marijuana","roach","smoke","smoking","spliff"]},"styles":["solid"],"unicode":"f595","label":"Joint"},"joomla":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1aa","label":"Joomla Logo"},"journal-whills":{"search":{"terms":["book","force","jedi","sith","star wars","yoda"]},"styles":["solid"],"unicode":"f66a","label":"Journal of the Whills"},"js":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b8","label":"JavaScript (JS)"},"js-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3b9","label":"JavaScript (JS) Square"},"jsfiddle":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1cc","label":"jsFiddle"},"kaaba":{"search":{"terms":["building","cube","islam","muslim"]},"styles":["solid"],"unicode":"f66b","label":"Kaaba"},"kaggle":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5fa","label":"Kaggle"},"key":{"search":{"terms":["lock","password","private","secret","unlock"]},"styles":["solid"],"unicode":"f084","label":"key"},"keybase":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f5","label":"Keybase"},"keyboard":{"search":{"terms":["accessory","edit","input","text","type","write"]},"styles":["solid","regular"],"unicode":"f11c","label":"Keyboard"},"keycdn":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ba","label":"KeyCDN"},"khanda":{"search":{"terms":["chakkar","sikh","sikhism","sword"]},"styles":["solid"],"unicode":"f66d","label":"Khanda"},"kickstarter":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3bb","label":"Kickstarter"},"kickstarter-k":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3bc","label":"Kickstarter K"},"kiss":{"search":{"terms":["beso","emoticon","face","love","smooch"]},"styles":["solid","regular"],"unicode":"f596","label":"Kissing Face"},"kiss-beam":{"search":{"terms":["beso","emoticon","face","love","smooch"]},"styles":["solid","regular"],"unicode":"f597","label":"Kissing Face With Smiling Eyes"},"kiss-wink-heart":{"search":{"terms":["beso","emoticon","face","love","smooch"]},"styles":["solid","regular"],"unicode":"f598","label":"Face Blowing a Kiss"},"kiwi-bird":{"search":{"terms":["bird","fauna","new zealand"]},"styles":["solid"],"unicode":"f535","label":"Kiwi Bird"},"korvue":{"search":{"terms":[]},"styles":["brands"],"unicode":"f42f","label":"KORVUE"},"landmark":{"search":{"terms":["building","historic","memorable","monument","politics"]},"styles":["solid"],"unicode":"f66f","label":"Landmark"},"language":{"search":{"terms":["dialect","idiom","localize","speech","translate","vernacular"]},"styles":["solid"],"unicode":"f1ab","label":"Language"},"laptop":{"search":{"terms":["computer","cpu","dell","demo","device","mac","macbook","machine","pc"]},"styles":["solid"],"unicode":"f109","label":"Laptop"},"laptop-code":{"search":{"terms":["computer","cpu","dell","demo","develop","device","mac","macbook","machine","pc"]},"styles":["solid"],"unicode":"f5fc","label":"Laptop Code"},"laptop-house":{"search":{"terms":["computer","covid-19","device","office","remote","work from home"]},"styles":["solid"],"unicode":"f966","label":"Laptop House"},"laptop-medical":{"search":{"terms":["computer","device","ehr","electronic health records","history"]},"styles":["solid"],"unicode":"f812","label":"Laptop Medical"},"laravel":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3bd","label":"Laravel"},"lastfm":{"search":{"terms":[]},"styles":["brands"],"unicode":"f202","label":"last.fm"},"lastfm-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f203","label":"last.fm Square"},"laugh":{"search":{"terms":["LOL","emoticon","face","laugh","smile"]},"styles":["solid","regular"],"unicode":"f599","label":"Grinning Face With Big Eyes"},"laugh-beam":{"search":{"terms":["LOL","emoticon","face","happy","smile"]},"styles":["solid","regular"],"unicode":"f59a","label":"Laugh Face with Beaming Eyes"},"laugh-squint":{"search":{"terms":["LOL","emoticon","face","happy","smile"]},"styles":["solid","regular"],"unicode":"f59b","label":"Laughing Squinting Face"},"laugh-wink":{"search":{"terms":["LOL","emoticon","face","happy","smile"]},"styles":["solid","regular"],"unicode":"f59c","label":"Laughing Winking Face"},"layer-group":{"search":{"terms":["arrange","develop","layers","map","stack"]},"styles":["solid"],"unicode":"f5fd","label":"Layer Group"},"leaf":{"search":{"terms":["eco","flora","nature","plant","vegan"]},"styles":["solid"],"unicode":"f06c","label":"leaf"},"leanpub":{"search":{"terms":[]},"styles":["brands"],"unicode":"f212","label":"Leanpub"},"lemon":{"search":{"terms":["citrus","lemonade","lime","tart"]},"styles":["solid","regular"],"unicode":"f094","label":"Lemon"},"less":{"search":{"terms":[]},"styles":["brands"],"unicode":"f41d","label":"Less"},"less-than":{"search":{"terms":["arithmetic","compare","math"]},"styles":["solid"],"unicode":"f536","label":"Less Than"},"less-than-equal":{"search":{"terms":["arithmetic","compare","math"]},"styles":["solid"],"unicode":"f537","label":"Less Than Equal To"},"level-down-alt":{"search":{"terms":["arrow","level-down"]},"styles":["solid"],"unicode":"f3be","label":"Alternate Level Down"},"level-up-alt":{"search":{"terms":["arrow","level-up"]},"styles":["solid"],"unicode":"f3bf","label":"Alternate Level Up"},"life-ring":{"search":{"terms":["coast guard","help","overboard","save","support"]},"styles":["solid","regular"],"unicode":"f1cd","label":"Life Ring"},"lightbulb":{"search":{"terms":["energy","idea","inspiration","light"]},"styles":["solid","regular"],"unicode":"f0eb","label":"Lightbulb"},"line":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3c0","label":"Line"},"link":{"search":{"terms":["attach","attachment","chain","connect"]},"styles":["solid"],"unicode":"f0c1","label":"Link"},"linkedin":{"search":{"terms":["linkedin-square"]},"styles":["brands"],"unicode":"f08c","label":"LinkedIn"},"linkedin-in":{"search":{"terms":["linkedin"]},"styles":["brands"],"unicode":"f0e1","label":"LinkedIn In"},"linode":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2b8","label":"Linode"},"linux":{"search":{"terms":["tux"]},"styles":["brands"],"unicode":"f17c","label":"Linux"},"lira-sign":{"search":{"terms":["currency","money","try","turkish"]},"styles":["solid"],"unicode":"f195","label":"Turkish Lira Sign"},"list":{"search":{"terms":["checklist","completed","done","finished","ol","todo","ul"]},"styles":["solid"],"unicode":"f03a","label":"List"},"list-alt":{"search":{"terms":["checklist","completed","done","finished","ol","todo","ul"]},"styles":["solid","regular"],"unicode":"f022","label":"Alternate List"},"list-ol":{"search":{"terms":["checklist","completed","done","finished","numbers","ol","todo","ul"]},"styles":["solid"],"unicode":"f0cb","label":"list-ol"},"list-ul":{"search":{"terms":["checklist","completed","done","finished","ol","todo","ul"]},"styles":["solid"],"unicode":"f0ca","label":"list-ul"},"location-arrow":{"search":{"terms":["address","compass","coordinate","direction","gps","map","navigation","place"]},"styles":["solid"],"unicode":"f124","label":"location-arrow"},"lock":{"search":{"terms":["admin","lock","open","password","private","protect","security"]},"styles":["solid"],"unicode":"f023","label":"lock"},"lock-open":{"search":{"terms":["admin","lock","open","password","private","protect","security"]},"styles":["solid"],"unicode":"f3c1","label":"Lock Open"},"long-arrow-alt-down":{"search":{"terms":["download","long-arrow-down"]},"styles":["solid"],"unicode":"f309","label":"Alternate Long Arrow Down"},"long-arrow-alt-left":{"search":{"terms":["back","long-arrow-left","previous"]},"styles":["solid"],"unicode":"f30a","label":"Alternate Long Arrow Left"},"long-arrow-alt-right":{"search":{"terms":["forward","long-arrow-right","next"]},"styles":["solid"],"unicode":"f30b","label":"Alternate Long Arrow Right"},"long-arrow-alt-up":{"search":{"terms":["long-arrow-up","upload"]},"styles":["solid"],"unicode":"f30c","label":"Alternate Long Arrow Up"},"low-vision":{"search":{"terms":["blind","eye","sight"]},"styles":["solid"],"unicode":"f2a8","label":"Low Vision"},"luggage-cart":{"search":{"terms":["bag","baggage","suitcase","travel"]},"styles":["solid"],"unicode":"f59d","label":"Luggage Cart"},"lungs":{"search":{"terms":["air","breath","covid-19","organ","respiratory"]},"styles":["solid"],"unicode":"f604","label":"Lungs"},"lungs-virus":{"search":{"terms":["breath","covid-19","respiratory","sick"]},"styles":["solid"],"unicode":"f967","label":"Lungs Virus"},"lyft":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3c3","label":"lyft"},"magento":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3c4","label":"Magento"},"magic":{"search":{"terms":["autocomplete","automatic","mage","magic","spell","wand","witch","wizard"]},"styles":["solid"],"unicode":"f0d0","label":"magic"},"magnet":{"search":{"terms":["Attract","lodestone","tool"]},"styles":["solid"],"unicode":"f076","label":"magnet"},"mail-bulk":{"search":{"terms":["archive","envelope","letter","post office","postal","postcard","send","stamp","usps"]},"styles":["solid"],"unicode":"f674","label":"Mail Bulk"},"mailchimp":{"search":{"terms":[]},"styles":["brands"],"unicode":"f59e","label":"Mailchimp"},"male":{"search":{"terms":["human","man","person","profile","user"]},"styles":["solid"],"unicode":"f183","label":"Male"},"mandalorian":{"search":{"terms":[]},"styles":["brands"],"unicode":"f50f","label":"Mandalorian"},"map":{"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid","regular"],"unicode":"f279","label":"Map"},"map-marked":{"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid"],"unicode":"f59f","label":"Map Marked"},"map-marked-alt":{"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid"],"unicode":"f5a0","label":"Alternate Map Marked"},"map-marker":{"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid"],"unicode":"f041","label":"map-marker"},"map-marker-alt":{"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid"],"unicode":"f3c5","label":"Alternate Map Marker"},"map-pin":{"search":{"terms":["address","agree","coordinates","destination","gps","localize","location","map","marker","navigation","pin","place","position","travel"]},"styles":["solid"],"unicode":"f276","label":"Map Pin"},"map-signs":{"search":{"terms":["directions","directory","map","signage","wayfinding"]},"styles":["solid"],"unicode":"f277","label":"Map Signs"},"markdown":{"search":{"terms":[]},"styles":["brands"],"unicode":"f60f","label":"Markdown"},"marker":{"search":{"terms":["design","edit","sharpie","update","write"]},"styles":["solid"],"unicode":"f5a1","label":"Marker"},"mars":{"search":{"terms":["male"]},"styles":["solid"],"unicode":"f222","label":"Mars"},"mars-double":{"search":{"terms":[]},"styles":["solid"],"unicode":"f227","label":"Mars Double"},"mars-stroke":{"search":{"terms":[]},"styles":["solid"],"unicode":"f229","label":"Mars Stroke"},"mars-stroke-h":{"search":{"terms":[]},"styles":["solid"],"unicode":"f22b","label":"Mars Stroke Horizontal"},"mars-stroke-v":{"search":{"terms":[]},"styles":["solid"],"unicode":"f22a","label":"Mars Stroke Vertical"},"mask":{"search":{"terms":["carnivale","costume","disguise","halloween","secret","super hero"]},"styles":["solid"],"unicode":"f6fa","label":"Mask"},"mastodon":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f6","label":"Mastodon"},"maxcdn":{"search":{"terms":[]},"styles":["brands"],"unicode":"f136","label":"MaxCDN"},"mdb":{"search":{"terms":[]},"styles":["brands"],"unicode":"f8ca","label":"Material Design for Bootstrap"},"medal":{"search":{"terms":["award","ribbon","star","trophy"]},"styles":["solid"],"unicode":"f5a2","label":"Medal"},"medapps":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3c6","label":"MedApps"},"medium":{"search":{"terms":[]},"styles":["brands"],"unicode":"f23a","label":"Medium"},"medium-m":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3c7","label":"Medium M"},"medkit":{"search":{"terms":["first aid","firstaid","health","help","support"]},"styles":["solid"],"unicode":"f0fa","label":"medkit"},"medrt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3c8","label":"MRT"},"meetup":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2e0","label":"Meetup"},"megaport":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5a3","label":"Megaport"},"meh":{"search":{"terms":["emoticon","face","neutral","rating"]},"styles":["solid","regular"],"unicode":"f11a","label":"Neutral Face"},"meh-blank":{"search":{"terms":["emoticon","face","neutral","rating"]},"styles":["solid","regular"],"unicode":"f5a4","label":"Face Without Mouth"},"meh-rolling-eyes":{"search":{"terms":["emoticon","face","neutral","rating"]},"styles":["solid","regular"],"unicode":"f5a5","label":"Face With Rolling Eyes"},"memory":{"search":{"terms":["DIMM","RAM","hardware","storage","technology"]},"styles":["solid"],"unicode":"f538","label":"Memory"},"mendeley":{"search":{"terms":[]},"styles":["brands"],"unicode":"f7b3","label":"Mendeley"},"menorah":{"search":{"terms":["candle","hanukkah","jewish","judaism","light"]},"styles":["solid"],"unicode":"f676","label":"Menorah"},"mercury":{"search":{"terms":["transgender"]},"styles":["solid"],"unicode":"f223","label":"Mercury"},"meteor":{"search":{"terms":["armageddon","asteroid","comet","shooting star","space"]},"styles":["solid"],"unicode":"f753","label":"Meteor"},"microblog":{"search":{"terms":[]},"styles":["brands"],"unicode":"f91a","label":"Micro.blog"},"microchip":{"search":{"terms":["cpu","hardware","processor","technology"]},"styles":["solid"],"unicode":"f2db","label":"Microchip"},"microphone":{"search":{"terms":["audio","podcast","record","sing","sound","voice"]},"styles":["solid"],"unicode":"f130","label":"microphone"},"microphone-alt":{"search":{"terms":["audio","podcast","record","sing","sound","voice"]},"styles":["solid"],"unicode":"f3c9","label":"Alternate Microphone"},"microphone-alt-slash":{"search":{"terms":["audio","disable","mute","podcast","record","sing","sound","voice"]},"styles":["solid"],"unicode":"f539","label":"Alternate Microphone Slash"},"microphone-slash":{"search":{"terms":["audio","disable","mute","podcast","record","sing","sound","voice"]},"styles":["solid"],"unicode":"f131","label":"Microphone Slash"},"microscope":{"search":{"terms":["covid-19","electron","lens","optics","science","shrink"]},"styles":["solid"],"unicode":"f610","label":"Microscope"},"microsoft":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ca","label":"Microsoft"},"minus":{"search":{"terms":["collapse","delete","hide","minify","negative","remove","trash"]},"styles":["solid"],"unicode":"f068","label":"minus"},"minus-circle":{"search":{"terms":["delete","hide","negative","remove","shape","trash"]},"styles":["solid"],"unicode":"f056","label":"Minus Circle"},"minus-square":{"search":{"terms":["collapse","delete","hide","minify","negative","remove","shape","trash"]},"styles":["solid","regular"],"unicode":"f146","label":"Minus Square"},"mitten":{"search":{"terms":["clothing","cold","glove","hands","knitted","seasonal","warmth"]},"styles":["solid"],"unicode":"f7b5","label":"Mitten"},"mix":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3cb","label":"Mix"},"mixcloud":{"search":{"terms":[]},"styles":["brands"],"unicode":"f289","label":"Mixcloud"},"mixer":{"search":{"terms":[]},"styles":["brands"],"unicode":"f956","label":"Mixer"},"mizuni":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3cc","label":"Mizuni"},"mobile":{"search":{"terms":["apple","call","cell phone","cellphone","device","iphone","number","screen","telephone"]},"styles":["solid"],"unicode":"f10b","label":"Mobile Phone"},"mobile-alt":{"search":{"terms":["apple","call","cell phone","cellphone","device","iphone","number","screen","telephone"]},"styles":["solid"],"unicode":"f3cd","label":"Alternate Mobile"},"modx":{"search":{"terms":[]},"styles":["brands"],"unicode":"f285","label":"MODX"},"monero":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d0","label":"Monero"},"money-bill":{"search":{"terms":["buy","cash","checkout","money","payment","price","purchase"]},"styles":["solid"],"unicode":"f0d6","label":"Money Bill"},"money-bill-alt":{"search":{"terms":["buy","cash","checkout","money","payment","price","purchase"]},"styles":["solid","regular"],"unicode":"f3d1","label":"Alternate Money Bill"},"money-bill-wave":{"search":{"terms":["buy","cash","checkout","money","payment","price","purchase"]},"styles":["solid"],"unicode":"f53a","label":"Wavy Money Bill"},"money-bill-wave-alt":{"search":{"terms":["buy","cash","checkout","money","payment","price","purchase"]},"styles":["solid"],"unicode":"f53b","label":"Alternate Wavy Money Bill"},"money-check":{"search":{"terms":["bank check","buy","checkout","cheque","money","payment","price","purchase"]},"styles":["solid"],"unicode":"f53c","label":"Money Check"},"money-check-alt":{"search":{"terms":["bank check","buy","checkout","cheque","money","payment","price","purchase"]},"styles":["solid"],"unicode":"f53d","label":"Alternate Money Check"},"monument":{"search":{"terms":["building","historic","landmark","memorable"]},"styles":["solid"],"unicode":"f5a6","label":"Monument"},"moon":{"search":{"terms":["contrast","crescent","dark","lunar","night"]},"styles":["solid","regular"],"unicode":"f186","label":"Moon"},"mortar-pestle":{"search":{"terms":["crush","culinary","grind","medical","mix","pharmacy","prescription","spices"]},"styles":["solid"],"unicode":"f5a7","label":"Mortar Pestle"},"mosque":{"search":{"terms":["building","islam","landmark","muslim"]},"styles":["solid"],"unicode":"f678","label":"Mosque"},"motorcycle":{"search":{"terms":["bike","machine","transportation","vehicle"]},"styles":["solid"],"unicode":"f21c","label":"Motorcycle"},"mountain":{"search":{"terms":["glacier","hiking","hill","landscape","travel","view"]},"styles":["solid"],"unicode":"f6fc","label":"Mountain"},"mouse":{"search":{"terms":["click","computer","cursor","input","peripheral"]},"styles":["solid"],"unicode":"f8cc","label":"Mouse"},"mouse-pointer":{"search":{"terms":["arrow","cursor","select"]},"styles":["solid"],"unicode":"f245","label":"Mouse Pointer"},"mug-hot":{"search":{"terms":["caliente","cocoa","coffee","cup","drink","holiday","hot chocolate","steam","tea","warmth"]},"styles":["solid"],"unicode":"f7b6","label":"Mug Hot"},"music":{"search":{"terms":["lyrics","melody","note","sing","sound"]},"styles":["solid"],"unicode":"f001","label":"Music"},"napster":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d2","label":"Napster"},"neos":{"search":{"terms":[]},"styles":["brands"],"unicode":"f612","label":"Neos"},"network-wired":{"search":{"terms":["computer","connect","ethernet","internet","intranet"]},"styles":["solid"],"unicode":"f6ff","label":"Wired Network"},"neuter":{"search":{"terms":[]},"styles":["solid"],"unicode":"f22c","label":"Neuter"},"newspaper":{"search":{"terms":["article","editorial","headline","journal","journalism","news","press"]},"styles":["solid","regular"],"unicode":"f1ea","label":"Newspaper"},"nimblr":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5a8","label":"Nimblr"},"node":{"search":{"terms":[]},"styles":["brands"],"unicode":"f419","label":"Node.js"},"node-js":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d3","label":"Node.js JS"},"not-equal":{"search":{"terms":["arithmetic","compare","math"]},"styles":["solid"],"unicode":"f53e","label":"Not Equal"},"notes-medical":{"search":{"terms":["clipboard","doctor","ehr","health","history","records"]},"styles":["solid"],"unicode":"f481","label":"Medical Notes"},"npm":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d4","label":"npm"},"ns8":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d5","label":"NS8"},"nutritionix":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d6","label":"Nutritionix"},"object-group":{"search":{"terms":["combine","copy","design","merge","select"]},"styles":["solid","regular"],"unicode":"f247","label":"Object Group"},"object-ungroup":{"search":{"terms":["copy","design","merge","select","separate"]},"styles":["solid","regular"],"unicode":"f248","label":"Object Ungroup"},"odnoklassniki":{"search":{"terms":[]},"styles":["brands"],"unicode":"f263","label":"Odnoklassniki"},"odnoklassniki-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f264","label":"Odnoklassniki Square"},"oil-can":{"search":{"terms":["auto","crude","gasoline","grease","lubricate","petroleum"]},"styles":["solid"],"unicode":"f613","label":"Oil Can"},"old-republic":{"search":{"terms":["politics","star wars"]},"styles":["brands"],"unicode":"f510","label":"Old Republic"},"om":{"search":{"terms":["buddhism","hinduism","jainism","mantra"]},"styles":["solid"],"unicode":"f679","label":"Om"},"opencart":{"search":{"terms":[]},"styles":["brands"],"unicode":"f23d","label":"OpenCart"},"openid":{"search":{"terms":[]},"styles":["brands"],"unicode":"f19b","label":"OpenID"},"opera":{"search":{"terms":[]},"styles":["brands"],"unicode":"f26a","label":"Opera"},"optin-monster":{"search":{"terms":[]},"styles":["brands"],"unicode":"f23c","label":"Optin Monster"},"orcid":{"search":{"terms":[]},"styles":["brands"],"unicode":"f8d2","label":"ORCID"},"osi":{"search":{"terms":[]},"styles":["brands"],"unicode":"f41a","label":"Open Source Initiative"},"otter":{"search":{"terms":["animal","badger","fauna","fur","mammal","marten"]},"styles":["solid"],"unicode":"f700","label":"Otter"},"outdent":{"search":{"terms":["align","justify","paragraph","tab"]},"styles":["solid"],"unicode":"f03b","label":"Outdent"},"page4":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d7","label":"page4 Corporation"},"pagelines":{"search":{"terms":["eco","flora","leaf","leaves","nature","plant","tree"]},"styles":["brands"],"unicode":"f18c","label":"Pagelines"},"pager":{"search":{"terms":["beeper","cellphone","communication"]},"styles":["solid"],"unicode":"f815","label":"Pager"},"paint-brush":{"search":{"terms":["acrylic","art","brush","color","fill","paint","pigment","watercolor"]},"styles":["solid"],"unicode":"f1fc","label":"Paint Brush"},"paint-roller":{"search":{"terms":["acrylic","art","brush","color","fill","paint","pigment","watercolor"]},"styles":["solid"],"unicode":"f5aa","label":"Paint Roller"},"palette":{"search":{"terms":["acrylic","art","brush","color","fill","paint","pigment","watercolor"]},"styles":["solid"],"unicode":"f53f","label":"Palette"},"palfed":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d8","label":"Palfed"},"pallet":{"search":{"terms":["archive","box","inventory","shipping","warehouse"]},"styles":["solid"],"unicode":"f482","label":"Pallet"},"paper-plane":{"search":{"terms":["air","float","fold","mail","paper","send"]},"styles":["solid","regular"],"unicode":"f1d8","label":"Paper Plane"},"paperclip":{"search":{"terms":["attach","attachment","connect","link"]},"styles":["solid"],"unicode":"f0c6","label":"Paperclip"},"parachute-box":{"search":{"terms":["aid","assistance","rescue","supplies"]},"styles":["solid"],"unicode":"f4cd","label":"Parachute Box"},"paragraph":{"search":{"terms":["edit","format","text","writing"]},"styles":["solid"],"unicode":"f1dd","label":"paragraph"},"parking":{"search":{"terms":["auto","car","garage","meter"]},"styles":["solid"],"unicode":"f540","label":"Parking"},"passport":{"search":{"terms":["document","id","identification","issued","travel"]},"styles":["solid"],"unicode":"f5ab","label":"Passport"},"pastafarianism":{"search":{"terms":["agnosticism","atheism","flying spaghetti monster","fsm"]},"styles":["solid"],"unicode":"f67b","label":"Pastafarianism"},"paste":{"search":{"terms":["clipboard","copy","document","paper"]},"styles":["solid"],"unicode":"f0ea","label":"Paste"},"patreon":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3d9","label":"Patreon"},"pause":{"search":{"terms":["hold","wait"]},"styles":["solid"],"unicode":"f04c","label":"pause"},"pause-circle":{"search":{"terms":["hold","wait"]},"styles":["solid","regular"],"unicode":"f28b","label":"Pause Circle"},"paw":{"search":{"terms":["animal","cat","dog","pet","print"]},"styles":["solid"],"unicode":"f1b0","label":"Paw"},"paypal":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1ed","label":"Paypal"},"peace":{"search":{"terms":["serenity","tranquility","truce","war"]},"styles":["solid"],"unicode":"f67c","label":"Peace"},"pen":{"search":{"terms":["design","edit","update","write"]},"styles":["solid"],"unicode":"f304","label":"Pen"},"pen-alt":{"search":{"terms":["design","edit","update","write"]},"styles":["solid"],"unicode":"f305","label":"Alternate Pen"},"pen-fancy":{"search":{"terms":["design","edit","fountain pen","update","write"]},"styles":["solid"],"unicode":"f5ac","label":"Pen Fancy"},"pen-nib":{"search":{"terms":["design","edit","fountain pen","update","write"]},"styles":["solid"],"unicode":"f5ad","label":"Pen Nib"},"pen-square":{"search":{"terms":["edit","pencil-square","update","write"]},"styles":["solid"],"unicode":"f14b","label":"Pen Square"},"pencil-alt":{"search":{"terms":["design","edit","pencil","update","write"]},"styles":["solid"],"unicode":"f303","label":"Alternate Pencil"},"pencil-ruler":{"search":{"terms":["design","draft","draw","pencil"]},"styles":["solid"],"unicode":"f5ae","label":"Pencil Ruler"},"penny-arcade":{"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","pax","tabletop"]},"styles":["brands"],"unicode":"f704","label":"Penny Arcade"},"people-arrows":{"search":{"terms":["covid-19","personal space","social distance","space","spread","users"]},"styles":["solid"],"unicode":"f968","label":"People Arrows"},"people-carry":{"search":{"terms":["box","carry","fragile","help","movers","package"]},"styles":["solid"],"unicode":"f4ce","label":"People Carry"},"pepper-hot":{"search":{"terms":["buffalo wings","capsicum","chili","chilli","habanero","jalapeno","mexican","spicy","tabasco","vegetable"]},"styles":["solid"],"unicode":"f816","label":"Hot Pepper"},"percent":{"search":{"terms":["discount","fraction","proportion","rate","ratio"]},"styles":["solid"],"unicode":"f295","label":"Percent"},"percentage":{"search":{"terms":["discount","fraction","proportion","rate","ratio"]},"styles":["solid"],"unicode":"f541","label":"Percentage"},"periscope":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3da","label":"Periscope"},"person-booth":{"search":{"terms":["changing","changing room","election","human","person","vote","voting"]},"styles":["solid"],"unicode":"f756","label":"Person Entering Booth"},"phabricator":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3db","label":"Phabricator"},"phoenix-framework":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3dc","label":"Phoenix Framework"},"phoenix-squadron":{"search":{"terms":[]},"styles":["brands"],"unicode":"f511","label":"Phoenix Squadron"},"phone":{"search":{"terms":["call","earphone","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f095","label":"Phone"},"phone-alt":{"search":{"terms":["call","earphone","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f879","label":"Alternate Phone"},"phone-slash":{"search":{"terms":["call","cancel","earphone","mute","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f3dd","label":"Phone Slash"},"phone-square":{"search":{"terms":["call","earphone","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f098","label":"Phone Square"},"phone-square-alt":{"search":{"terms":["call","earphone","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f87b","label":"Alternate Phone Square"},"phone-volume":{"search":{"terms":["call","earphone","number","sound","support","telephone","voice","volume-control-phone"]},"styles":["solid"],"unicode":"f2a0","label":"Phone Volume"},"photo-video":{"search":{"terms":["av","film","image","library","media"]},"styles":["solid"],"unicode":"f87c","label":"Photo Video"},"php":{"search":{"terms":[]},"styles":["brands"],"unicode":"f457","label":"PHP"},"pied-piper":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2ae","label":"Pied Piper Logo"},"pied-piper-alt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a8","label":"Alternate Pied Piper Logo (Old)"},"pied-piper-hat":{"search":{"terms":["clothing"]},"styles":["brands"],"unicode":"f4e5","label":"Pied Piper Hat (Old)"},"pied-piper-pp":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a7","label":"Pied Piper PP Logo (Old)"},"pied-piper-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f91e","label":"Pied Piper Square Logo (Old)"},"piggy-bank":{"search":{"terms":["bank","save","savings"]},"styles":["solid"],"unicode":"f4d3","label":"Piggy Bank"},"pills":{"search":{"terms":["drugs","medicine","prescription","tablets"]},"styles":["solid"],"unicode":"f484","label":"Pills"},"pinterest":{"search":{"terms":[]},"styles":["brands"],"unicode":"f0d2","label":"Pinterest"},"pinterest-p":{"search":{"terms":[]},"styles":["brands"],"unicode":"f231","label":"Pinterest P"},"pinterest-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f0d3","label":"Pinterest Square"},"pizza-slice":{"search":{"terms":["cheese","chicago","italian","mozzarella","new york","pepperoni","pie","slice","teenage mutant ninja turtles","tomato"]},"styles":["solid"],"unicode":"f818","label":"Pizza Slice"},"place-of-worship":{"search":{"terms":["building","church","holy","mosque","synagogue"]},"styles":["solid"],"unicode":"f67f","label":"Place of Worship"},"plane":{"search":{"terms":["airplane","destination","fly","location","mode","travel","trip"]},"styles":["solid"],"unicode":"f072","label":"plane"},"plane-arrival":{"search":{"terms":["airplane","arriving","destination","fly","land","landing","location","mode","travel","trip"]},"styles":["solid"],"unicode":"f5af","label":"Plane Arrival"},"plane-departure":{"search":{"terms":["airplane","departing","destination","fly","location","mode","take off","taking off","travel","trip"]},"styles":["solid"],"unicode":"f5b0","label":"Plane Departure"},"plane-slash":{"search":{"terms":["airplane mode","canceled","covid-19","delayed","grounded","travel"]},"styles":["solid"],"unicode":"f969","label":"Plane Slash"},"play":{"search":{"terms":["audio","music","playing","sound","start","video"]},"styles":["solid"],"unicode":"f04b","label":"play"},"play-circle":{"search":{"terms":["audio","music","playing","sound","start","video"]},"styles":["solid","regular"],"unicode":"f144","label":"Play Circle"},"playstation":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3df","label":"PlayStation"},"plug":{"search":{"terms":["connect","electric","online","power"]},"styles":["solid"],"unicode":"f1e6","label":"Plug"},"plus":{"search":{"terms":["add","create","expand","new","positive","shape"]},"styles":["solid"],"unicode":"f067","label":"plus"},"plus-circle":{"search":{"terms":["add","create","expand","new","positive","shape"]},"styles":["solid"],"unicode":"f055","label":"Plus Circle"},"plus-square":{"search":{"terms":["add","create","expand","new","positive","shape"]},"styles":["solid","regular"],"unicode":"f0fe","label":"Plus Square"},"podcast":{"search":{"terms":["audio","broadcast","music","sound"]},"styles":["solid"],"unicode":"f2ce","label":"Podcast"},"poll":{"search":{"terms":["results","survey","trend","vote","voting"]},"styles":["solid"],"unicode":"f681","label":"Poll"},"poll-h":{"search":{"terms":["results","survey","trend","vote","voting"]},"styles":["solid"],"unicode":"f682","label":"Poll H"},"poo":{"search":{"terms":["crap","poop","shit","smile","turd"]},"styles":["solid"],"unicode":"f2fe","label":"Poo"},"poo-storm":{"search":{"terms":["bolt","cloud","euphemism","lightning","mess","poop","shit","turd"]},"styles":["solid"],"unicode":"f75a","label":"Poo Storm"},"poop":{"search":{"terms":["crap","poop","shit","smile","turd"]},"styles":["solid"],"unicode":"f619","label":"Poop"},"portrait":{"search":{"terms":["id","image","photo","picture","selfie"]},"styles":["solid"],"unicode":"f3e0","label":"Portrait"},"pound-sign":{"search":{"terms":["currency","gbp","money"]},"styles":["solid"],"unicode":"f154","label":"Pound Sign"},"power-off":{"search":{"terms":["cancel","computer","on","reboot","restart"]},"styles":["solid"],"unicode":"f011","label":"Power Off"},"pray":{"search":{"terms":["kneel","preach","religion","worship"]},"styles":["solid"],"unicode":"f683","label":"Pray"},"praying-hands":{"search":{"terms":["kneel","preach","religion","worship"]},"styles":["solid"],"unicode":"f684","label":"Praying Hands"},"prescription":{"search":{"terms":["drugs","medical","medicine","pharmacy","rx"]},"styles":["solid"],"unicode":"f5b1","label":"Prescription"},"prescription-bottle":{"search":{"terms":["drugs","medical","medicine","pharmacy","rx"]},"styles":["solid"],"unicode":"f485","label":"Prescription Bottle"},"prescription-bottle-alt":{"search":{"terms":["drugs","medical","medicine","pharmacy","rx"]},"styles":["solid"],"unicode":"f486","label":"Alternate Prescription Bottle"},"print":{"search":{"terms":["business","copy","document","office","paper"]},"styles":["solid"],"unicode":"f02f","label":"print"},"procedures":{"search":{"terms":["EKG","bed","electrocardiogram","health","hospital","life","patient","vital"]},"styles":["solid"],"unicode":"f487","label":"Procedures"},"product-hunt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f288","label":"Product Hunt"},"project-diagram":{"search":{"terms":["chart","graph","network","pert"]},"styles":["solid"],"unicode":"f542","label":"Project Diagram"},"pump-medical":{"search":{"terms":["anti-bacterial","clean","covid-19","disinfect","hygiene","medical grade","sanitizer","soap"]},"styles":["solid"],"unicode":"f96a","label":"Pump Medical"},"pump-soap":{"search":{"terms":["anti-bacterial","clean","covid-19","disinfect","hygiene","sanitizer","soap"]},"styles":["solid"],"unicode":"f96b","label":"Pump Soap"},"pushed":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3e1","label":"Pushed"},"puzzle-piece":{"search":{"terms":["add-on","addon","game","section"]},"styles":["solid"],"unicode":"f12e","label":"Puzzle Piece"},"python":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3e2","label":"Python"},"qq":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1d6","label":"QQ"},"qrcode":{"search":{"terms":["barcode","info","information","scan"]},"styles":["solid"],"unicode":"f029","label":"qrcode"},"question":{"search":{"terms":["help","information","support","unknown"]},"styles":["solid"],"unicode":"f128","label":"Question"},"question-circle":{"search":{"terms":["help","information","support","unknown"]},"styles":["solid","regular"],"unicode":"f059","label":"Question Circle"},"quidditch":{"search":{"terms":["ball","bludger","broom","golden snitch","harry potter","hogwarts","quaffle","sport","wizard"]},"styles":["solid"],"unicode":"f458","label":"Quidditch"},"quinscape":{"search":{"terms":[]},"styles":["brands"],"unicode":"f459","label":"QuinScape"},"quora":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2c4","label":"Quora"},"quote-left":{"search":{"terms":["mention","note","phrase","text","type"]},"styles":["solid"],"unicode":"f10d","label":"quote-left"},"quote-right":{"search":{"terms":["mention","note","phrase","text","type"]},"styles":["solid"],"unicode":"f10e","label":"quote-right"},"quran":{"search":{"terms":["book","islam","muslim","religion"]},"styles":["solid"],"unicode":"f687","label":"Quran"},"r-project":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f7","label":"R Project"},"radiation":{"search":{"terms":["danger","dangerous","deadly","hazard","nuclear","radioactive","warning"]},"styles":["solid"],"unicode":"f7b9","label":"Radiation"},"radiation-alt":{"search":{"terms":["danger","dangerous","deadly","hazard","nuclear","radioactive","warning"]},"styles":["solid"],"unicode":"f7ba","label":"Alternate Radiation"},"rainbow":{"search":{"terms":["gold","leprechaun","prism","rain","sky"]},"styles":["solid"],"unicode":"f75b","label":"Rainbow"},"random":{"search":{"terms":["arrows","shuffle","sort","swap","switch","transfer"]},"styles":["solid"],"unicode":"f074","label":"random"},"raspberry-pi":{"search":{"terms":[]},"styles":["brands"],"unicode":"f7bb","label":"Raspberry Pi"},"ravelry":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2d9","label":"Ravelry"},"react":{"search":{"terms":[]},"styles":["brands"],"unicode":"f41b","label":"React"},"reacteurope":{"search":{"terms":[]},"styles":["brands"],"unicode":"f75d","label":"ReactEurope"},"readme":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4d5","label":"ReadMe"},"rebel":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1d0","label":"Rebel Alliance"},"receipt":{"search":{"terms":["check","invoice","money","pay","table"]},"styles":["solid"],"unicode":"f543","label":"Receipt"},"record-vinyl":{"search":{"terms":["LP","album","analog","music","phonograph","sound"]},"styles":["solid"],"unicode":"f8d9","label":"Record Vinyl"},"recycle":{"search":{"terms":["Waste","compost","garbage","reuse","trash"]},"styles":["solid"],"unicode":"f1b8","label":"Recycle"},"red-river":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3e3","label":"red river"},"reddit":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a1","label":"reddit Logo"},"reddit-alien":{"search":{"terms":[]},"styles":["brands"],"unicode":"f281","label":"reddit Alien"},"reddit-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a2","label":"reddit Square"},"redhat":{"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f7bc","label":"Redhat"},"redo":{"search":{"terms":["forward","refresh","reload","repeat"]},"styles":["solid"],"unicode":"f01e","label":"Redo"},"redo-alt":{"search":{"terms":["forward","refresh","reload","repeat"]},"styles":["solid"],"unicode":"f2f9","label":"Alternate Redo"},"registered":{"search":{"terms":["copyright","mark","trademark"]},"styles":["solid","regular"],"unicode":"f25d","label":"Registered Trademark"},"remove-format":{"search":{"terms":["cancel","font","format","remove","style","text"]},"styles":["solid"],"unicode":"f87d","label":"Remove Format"},"renren":{"search":{"terms":[]},"styles":["brands"],"unicode":"f18b","label":"Renren"},"reply":{"search":{"terms":["mail","message","respond"]},"styles":["solid"],"unicode":"f3e5","label":"Reply"},"reply-all":{"search":{"terms":["mail","message","respond"]},"styles":["solid"],"unicode":"f122","label":"reply-all"},"replyd":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3e6","label":"replyd"},"republican":{"search":{"terms":["american","conservative","election","elephant","politics","republican party","right","right-wing","usa"]},"styles":["solid"],"unicode":"f75e","label":"Republican"},"researchgate":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f8","label":"Researchgate"},"resolving":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3e7","label":"Resolving"},"restroom":{"search":{"terms":["bathroom","john","loo","potty","washroom","waste","wc"]},"styles":["solid"],"unicode":"f7bd","label":"Restroom"},"retweet":{"search":{"terms":["refresh","reload","share","swap"]},"styles":["solid"],"unicode":"f079","label":"Retweet"},"rev":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5b2","label":"Rev.io"},"ribbon":{"search":{"terms":["badge","cause","lapel","pin"]},"styles":["solid"],"unicode":"f4d6","label":"Ribbon"},"ring":{"search":{"terms":["Dungeons & Dragons","Gollum","band","binding","d&d","dnd","engagement","fantasy","gold","jewelry","marriage","precious"]},"styles":["solid"],"unicode":"f70b","label":"Ring"},"road":{"search":{"terms":["highway","map","pavement","route","street","travel"]},"styles":["solid"],"unicode":"f018","label":"road"},"robot":{"search":{"terms":["android","automate","computer","cyborg"]},"styles":["solid"],"unicode":"f544","label":"Robot"},"rocket":{"search":{"terms":["aircraft","app","jet","launch","nasa","space"]},"styles":["solid"],"unicode":"f135","label":"rocket"},"rocketchat":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3e8","label":"Rocket.Chat"},"rockrms":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3e9","label":"Rockrms"},"route":{"search":{"terms":["directions","navigation","travel"]},"styles":["solid"],"unicode":"f4d7","label":"Route"},"rss":{"search":{"terms":["blog","feed","journal","news","writing"]},"styles":["solid"],"unicode":"f09e","label":"rss"},"rss-square":{"search":{"terms":["blog","feed","journal","news","writing"]},"styles":["solid"],"unicode":"f143","label":"RSS Square"},"ruble-sign":{"search":{"terms":["currency","money","rub"]},"styles":["solid"],"unicode":"f158","label":"Ruble Sign"},"ruler":{"search":{"terms":["design","draft","length","measure","planning"]},"styles":["solid"],"unicode":"f545","label":"Ruler"},"ruler-combined":{"search":{"terms":["design","draft","length","measure","planning"]},"styles":["solid"],"unicode":"f546","label":"Ruler Combined"},"ruler-horizontal":{"search":{"terms":["design","draft","length","measure","planning"]},"styles":["solid"],"unicode":"f547","label":"Ruler Horizontal"},"ruler-vertical":{"search":{"terms":["design","draft","length","measure","planning"]},"styles":["solid"],"unicode":"f548","label":"Ruler Vertical"},"running":{"search":{"terms":["exercise","health","jog","person","run","sport","sprint"]},"styles":["solid"],"unicode":"f70c","label":"Running"},"rupee-sign":{"search":{"terms":["currency","indian","inr","money"]},"styles":["solid"],"unicode":"f156","label":"Indian Rupee Sign"},"sad-cry":{"search":{"terms":["emoticon","face","tear","tears"]},"styles":["solid","regular"],"unicode":"f5b3","label":"Crying Face"},"sad-tear":{"search":{"terms":["emoticon","face","tear","tears"]},"styles":["solid","regular"],"unicode":"f5b4","label":"Loudly Crying Face"},"safari":{"search":{"terms":["browser"]},"styles":["brands"],"unicode":"f267","label":"Safari"},"salesforce":{"search":{"terms":[]},"styles":["brands"],"unicode":"f83b","label":"Salesforce"},"sass":{"search":{"terms":[]},"styles":["brands"],"unicode":"f41e","label":"Sass"},"satellite":{"search":{"terms":["communications","hardware","orbit","space"]},"styles":["solid"],"unicode":"f7bf","label":"Satellite"},"satellite-dish":{"search":{"terms":["SETI","communications","hardware","receiver","saucer","signal","space"]},"styles":["solid"],"unicode":"f7c0","label":"Satellite Dish"},"save":{"search":{"terms":["disk","download","floppy","floppy-o"]},"styles":["solid","regular"],"unicode":"f0c7","label":"Save"},"schlix":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ea","label":"SCHLIX"},"school":{"search":{"terms":["building","education","learn","student","teacher"]},"styles":["solid"],"unicode":"f549","label":"School"},"screwdriver":{"search":{"terms":["admin","fix","mechanic","repair","settings","tool"]},"styles":["solid"],"unicode":"f54a","label":"Screwdriver"},"scribd":{"search":{"terms":[]},"styles":["brands"],"unicode":"f28a","label":"Scribd"},"scroll":{"search":{"terms":["Dungeons & Dragons","announcement","d&d","dnd","fantasy","paper","script"]},"styles":["solid"],"unicode":"f70e","label":"Scroll"},"sd-card":{"search":{"terms":["image","memory","photo","save"]},"styles":["solid"],"unicode":"f7c2","label":"Sd Card"},"search":{"search":{"terms":["bigger","enlarge","find","magnify","preview","zoom"]},"styles":["solid"],"unicode":"f002","label":"Search"},"search-dollar":{"search":{"terms":["bigger","enlarge","find","magnify","money","preview","zoom"]},"styles":["solid"],"unicode":"f688","label":"Search Dollar"},"search-location":{"search":{"terms":["bigger","enlarge","find","magnify","preview","zoom"]},"styles":["solid"],"unicode":"f689","label":"Search Location"},"search-minus":{"search":{"terms":["minify","negative","smaller","zoom","zoom out"]},"styles":["solid"],"unicode":"f010","label":"Search Minus"},"search-plus":{"search":{"terms":["bigger","enlarge","magnify","positive","zoom","zoom in"]},"styles":["solid"],"unicode":"f00e","label":"Search Plus"},"searchengin":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3eb","label":"Searchengin"},"seedling":{"search":{"terms":["flora","grow","plant","vegan"]},"styles":["solid"],"unicode":"f4d8","label":"Seedling"},"sellcast":{"search":{"terms":["eercast"]},"styles":["brands"],"unicode":"f2da","label":"Sellcast"},"sellsy":{"search":{"terms":[]},"styles":["brands"],"unicode":"f213","label":"Sellsy"},"server":{"search":{"terms":["computer","cpu","database","hardware","network"]},"styles":["solid"],"unicode":"f233","label":"Server"},"servicestack":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ec","label":"Servicestack"},"shapes":{"search":{"terms":["blocks","build","circle","square","triangle"]},"styles":["solid"],"unicode":"f61f","label":"Shapes"},"share":{"search":{"terms":["forward","save","send","social"]},"styles":["solid"],"unicode":"f064","label":"Share"},"share-alt":{"search":{"terms":["forward","save","send","social"]},"styles":["solid"],"unicode":"f1e0","label":"Alternate Share"},"share-alt-square":{"search":{"terms":["forward","save","send","social"]},"styles":["solid"],"unicode":"f1e1","label":"Alternate Share Square"},"share-square":{"search":{"terms":["forward","save","send","social"]},"styles":["solid","regular"],"unicode":"f14d","label":"Share Square"},"shekel-sign":{"search":{"terms":["currency","ils","money"]},"styles":["solid"],"unicode":"f20b","label":"Shekel Sign"},"shield-alt":{"search":{"terms":["achievement","award","block","defend","security","winner"]},"styles":["solid"],"unicode":"f3ed","label":"Alternate Shield"},"shield-virus":{"search":{"terms":["antibodies","barrier","covid-19","health","protect"]},"styles":["solid"],"unicode":"f96c","label":"Shield Virus"},"ship":{"search":{"terms":["boat","sea","water"]},"styles":["solid"],"unicode":"f21a","label":"Ship"},"shipping-fast":{"search":{"terms":["express","fedex","mail","overnight","package","ups"]},"styles":["solid"],"unicode":"f48b","label":"Shipping Fast"},"shirtsinbulk":{"search":{"terms":[]},"styles":["brands"],"unicode":"f214","label":"Shirts in Bulk"},"shoe-prints":{"search":{"terms":["feet","footprints","steps","walk"]},"styles":["solid"],"unicode":"f54b","label":"Shoe Prints"},"shopify":{"search":{"terms":[]},"styles":["brands"],"unicode":"f957","label":"Shopify"},"shopping-bag":{"search":{"terms":["buy","checkout","grocery","payment","purchase"]},"styles":["solid"],"unicode":"f290","label":"Shopping Bag"},"shopping-basket":{"search":{"terms":["buy","checkout","grocery","payment","purchase"]},"styles":["solid"],"unicode":"f291","label":"Shopping Basket"},"shopping-cart":{"search":{"terms":["buy","checkout","grocery","payment","purchase"]},"styles":["solid"],"unicode":"f07a","label":"shopping-cart"},"shopware":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5b5","label":"Shopware"},"shower":{"search":{"terms":["bath","clean","faucet","water"]},"styles":["solid"],"unicode":"f2cc","label":"Shower"},"shuttle-van":{"search":{"terms":["airport","machine","public-transportation","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f5b6","label":"Shuttle Van"},"sign":{"search":{"terms":["directions","real estate","signage","wayfinding"]},"styles":["solid"],"unicode":"f4d9","label":"Sign"},"sign-in-alt":{"search":{"terms":["arrow","enter","join","log in","login","sign in","sign up","sign-in","signin","signup"]},"styles":["solid"],"unicode":"f2f6","label":"Alternate Sign In"},"sign-language":{"search":{"terms":["Translate","asl","deaf","hands"]},"styles":["solid"],"unicode":"f2a7","label":"Sign Language"},"sign-out-alt":{"search":{"terms":["arrow","exit","leave","log out","logout","sign-out"]},"styles":["solid"],"unicode":"f2f5","label":"Alternate Sign Out"},"signal":{"search":{"terms":["bars","graph","online","reception","status"]},"styles":["solid"],"unicode":"f012","label":"signal"},"signature":{"search":{"terms":["John Hancock","cursive","name","writing"]},"styles":["solid"],"unicode":"f5b7","label":"Signature"},"sim-card":{"search":{"terms":["hard drive","hardware","portable","storage","technology","tiny"]},"styles":["solid"],"unicode":"f7c4","label":"SIM Card"},"simplybuilt":{"search":{"terms":[]},"styles":["brands"],"unicode":"f215","label":"SimplyBuilt"},"sistrix":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3ee","label":"SISTRIX"},"sitemap":{"search":{"terms":["directory","hierarchy","ia","information architecture","organization"]},"styles":["solid"],"unicode":"f0e8","label":"Sitemap"},"sith":{"search":{"terms":[]},"styles":["brands"],"unicode":"f512","label":"Sith"},"skating":{"search":{"terms":["activity","figure skating","fitness","ice","person","winter"]},"styles":["solid"],"unicode":"f7c5","label":"Skating"},"sketch":{"search":{"terms":["app","design","interface"]},"styles":["brands"],"unicode":"f7c6","label":"Sketch"},"skiing":{"search":{"terms":["activity","downhill","fast","fitness","olympics","outdoors","person","seasonal","slalom"]},"styles":["solid"],"unicode":"f7c9","label":"Skiing"},"skiing-nordic":{"search":{"terms":["activity","cross country","fitness","outdoors","person","seasonal"]},"styles":["solid"],"unicode":"f7ca","label":"Skiing Nordic"},"skull":{"search":{"terms":["bones","skeleton","x-ray","yorick"]},"styles":["solid"],"unicode":"f54c","label":"Skull"},"skull-crossbones":{"search":{"terms":["Dungeons & Dragons","alert","bones","d&d","danger","dead","deadly","death","dnd","fantasy","halloween","holiday","jolly-roger","pirate","poison","skeleton","warning"]},"styles":["solid"],"unicode":"f714","label":"Skull & Crossbones"},"skyatlas":{"search":{"terms":[]},"styles":["brands"],"unicode":"f216","label":"skyatlas"},"skype":{"search":{"terms":[]},"styles":["brands"],"unicode":"f17e","label":"Skype"},"slack":{"search":{"terms":["anchor","hash","hashtag"]},"styles":["brands"],"unicode":"f198","label":"Slack Logo"},"slack-hash":{"search":{"terms":["anchor","hash","hashtag"]},"styles":["brands"],"unicode":"f3ef","label":"Slack Hashtag"},"slash":{"search":{"terms":["cancel","close","mute","off","stop","x"]},"styles":["solid"],"unicode":"f715","label":"Slash"},"sleigh":{"search":{"terms":["christmas","claus","fly","holiday","santa","sled","snow","xmas"]},"styles":["solid"],"unicode":"f7cc","label":"Sleigh"},"sliders-h":{"search":{"terms":["adjust","settings","sliders","toggle"]},"styles":["solid"],"unicode":"f1de","label":"Horizontal Sliders"},"slideshare":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1e7","label":"Slideshare"},"smile":{"search":{"terms":["approve","emoticon","face","happy","rating","satisfied"]},"styles":["solid","regular"],"unicode":"f118","label":"Smiling Face"},"smile-beam":{"search":{"terms":["emoticon","face","happy","positive"]},"styles":["solid","regular"],"unicode":"f5b8","label":"Beaming Face With Smiling Eyes"},"smile-wink":{"search":{"terms":["emoticon","face","happy","hint","joke"]},"styles":["solid","regular"],"unicode":"f4da","label":"Winking Face"},"smog":{"search":{"terms":["dragon","fog","haze","pollution","smoke","weather"]},"styles":["solid"],"unicode":"f75f","label":"Smog"},"smoking":{"search":{"terms":["cancer","cigarette","nicotine","smoking status","tobacco"]},"styles":["solid"],"unicode":"f48d","label":"Smoking"},"smoking-ban":{"search":{"terms":["ban","cancel","no smoking","non-smoking"]},"styles":["solid"],"unicode":"f54d","label":"Smoking Ban"},"sms":{"search":{"terms":["chat","conversation","message","mobile","notification","phone","sms","texting"]},"styles":["solid"],"unicode":"f7cd","label":"SMS"},"snapchat":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2ab","label":"Snapchat"},"snapchat-ghost":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2ac","label":"Snapchat Ghost"},"snapchat-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2ad","label":"Snapchat Square"},"snowboarding":{"search":{"terms":["activity","fitness","olympics","outdoors","person"]},"styles":["solid"],"unicode":"f7ce","label":"Snowboarding"},"snowflake":{"search":{"terms":["precipitation","rain","winter"]},"styles":["solid","regular"],"unicode":"f2dc","label":"Snowflake"},"snowman":{"search":{"terms":["decoration","frost","frosty","holiday"]},"styles":["solid"],"unicode":"f7d0","label":"Snowman"},"snowplow":{"search":{"terms":["clean up","cold","road","storm","winter"]},"styles":["solid"],"unicode":"f7d2","label":"Snowplow"},"soap":{"search":{"terms":["bubbles","clean","covid-19","hygiene","wash"]},"styles":["solid"],"unicode":"f96e","label":"Soap"},"socks":{"search":{"terms":["business socks","business time","clothing","feet","flight of the conchords","wednesday"]},"styles":["solid"],"unicode":"f696","label":"Socks"},"solar-panel":{"search":{"terms":["clean","eco-friendly","energy","green","sun"]},"styles":["solid"],"unicode":"f5ba","label":"Solar Panel"},"sort":{"search":{"terms":["filter","order"]},"styles":["solid"],"unicode":"f0dc","label":"Sort"},"sort-alpha-down":{"search":{"terms":["alphabetical","arrange","filter","order","sort-alpha-asc"]},"styles":["solid"],"unicode":"f15d","label":"Sort Alphabetical Down"},"sort-alpha-down-alt":{"search":{"terms":["alphabetical","arrange","filter","order","sort-alpha-asc"]},"styles":["solid"],"unicode":"f881","label":"Alternate Sort Alphabetical Down"},"sort-alpha-up":{"search":{"terms":["alphabetical","arrange","filter","order","sort-alpha-desc"]},"styles":["solid"],"unicode":"f15e","label":"Sort Alphabetical Up"},"sort-alpha-up-alt":{"search":{"terms":["alphabetical","arrange","filter","order","sort-alpha-desc"]},"styles":["solid"],"unicode":"f882","label":"Alternate Sort Alphabetical Up"},"sort-amount-down":{"search":{"terms":["arrange","filter","number","order","sort-amount-asc"]},"styles":["solid"],"unicode":"f160","label":"Sort Amount Down"},"sort-amount-down-alt":{"search":{"terms":["arrange","filter","order","sort-amount-asc"]},"styles":["solid"],"unicode":"f884","label":"Alternate Sort Amount Down"},"sort-amount-up":{"search":{"terms":["arrange","filter","order","sort-amount-desc"]},"styles":["solid"],"unicode":"f161","label":"Sort Amount Up"},"sort-amount-up-alt":{"search":{"terms":["arrange","filter","order","sort-amount-desc"]},"styles":["solid"],"unicode":"f885","label":"Alternate Sort Amount Up"},"sort-down":{"search":{"terms":["arrow","descending","filter","order","sort-desc"]},"styles":["solid"],"unicode":"f0dd","label":"Sort Down (Descending)"},"sort-numeric-down":{"search":{"terms":["arrange","filter","numbers","order","sort-numeric-asc"]},"styles":["solid"],"unicode":"f162","label":"Sort Numeric Down"},"sort-numeric-down-alt":{"search":{"terms":["arrange","filter","numbers","order","sort-numeric-asc"]},"styles":["solid"],"unicode":"f886","label":"Alternate Sort Numeric Down"},"sort-numeric-up":{"search":{"terms":["arrange","filter","numbers","order","sort-numeric-desc"]},"styles":["solid"],"unicode":"f163","label":"Sort Numeric Up"},"sort-numeric-up-alt":{"search":{"terms":["arrange","filter","numbers","order","sort-numeric-desc"]},"styles":["solid"],"unicode":"f887","label":"Alternate Sort Numeric Up"},"sort-up":{"search":{"terms":["arrow","ascending","filter","order","sort-asc"]},"styles":["solid"],"unicode":"f0de","label":"Sort Up (Ascending)"},"soundcloud":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1be","label":"SoundCloud"},"sourcetree":{"search":{"terms":[]},"styles":["brands"],"unicode":"f7d3","label":"Sourcetree"},"spa":{"search":{"terms":["flora","massage","mindfulness","plant","wellness"]},"styles":["solid"],"unicode":"f5bb","label":"Spa"},"space-shuttle":{"search":{"terms":["astronaut","machine","nasa","rocket","space","transportation"]},"styles":["solid"],"unicode":"f197","label":"Space Shuttle"},"speakap":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3f3","label":"Speakap"},"speaker-deck":{"search":{"terms":[]},"styles":["brands"],"unicode":"f83c","label":"Speaker Deck"},"spell-check":{"search":{"terms":["dictionary","edit","editor","grammar","text"]},"styles":["solid"],"unicode":"f891","label":"Spell Check"},"spider":{"search":{"terms":["arachnid","bug","charlotte","crawl","eight","halloween"]},"styles":["solid"],"unicode":"f717","label":"Spider"},"spinner":{"search":{"terms":["circle","loading","progress"]},"styles":["solid"],"unicode":"f110","label":"Spinner"},"splotch":{"search":{"terms":["Ink","blob","blotch","glob","stain"]},"styles":["solid"],"unicode":"f5bc","label":"Splotch"},"spotify":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1bc","label":"Spotify"},"spray-can":{"search":{"terms":["Paint","aerosol","design","graffiti","tag"]},"styles":["solid"],"unicode":"f5bd","label":"Spray Can"},"square":{"search":{"terms":["block","box","shape"]},"styles":["solid","regular"],"unicode":"f0c8","label":"Square"},"square-full":{"search":{"terms":["block","box","shape"]},"styles":["solid"],"unicode":"f45c","label":"Square Full"},"square-root-alt":{"search":{"terms":["arithmetic","calculus","division","math"]},"styles":["solid"],"unicode":"f698","label":"Alternate Square Root"},"squarespace":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5be","label":"Squarespace"},"stack-exchange":{"search":{"terms":[]},"styles":["brands"],"unicode":"f18d","label":"Stack Exchange"},"stack-overflow":{"search":{"terms":[]},"styles":["brands"],"unicode":"f16c","label":"Stack Overflow"},"stackpath":{"search":{"terms":[]},"styles":["brands"],"unicode":"f842","label":"Stackpath"},"stamp":{"search":{"terms":["art","certificate","imprint","rubber","seal"]},"styles":["solid"],"unicode":"f5bf","label":"Stamp"},"star":{"search":{"terms":["achievement","award","favorite","important","night","rating","score"]},"styles":["solid","regular"],"unicode":"f005","label":"Star"},"star-and-crescent":{"search":{"terms":["islam","muslim","religion"]},"styles":["solid"],"unicode":"f699","label":"Star and Crescent"},"star-half":{"search":{"terms":["achievement","award","rating","score","star-half-empty","star-half-full"]},"styles":["solid","regular"],"unicode":"f089","label":"star-half"},"star-half-alt":{"search":{"terms":["achievement","award","rating","score","star-half-empty","star-half-full"]},"styles":["solid"],"unicode":"f5c0","label":"Alternate Star Half"},"star-of-david":{"search":{"terms":["jewish","judaism","religion"]},"styles":["solid"],"unicode":"f69a","label":"Star of David"},"star-of-life":{"search":{"terms":["doctor","emt","first aid","health","medical"]},"styles":["solid"],"unicode":"f621","label":"Star of Life"},"staylinked":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3f5","label":"StayLinked"},"steam":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1b6","label":"Steam"},"steam-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1b7","label":"Steam Square"},"steam-symbol":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3f6","label":"Steam Symbol"},"step-backward":{"search":{"terms":["beginning","first","previous","rewind","start"]},"styles":["solid"],"unicode":"f048","label":"step-backward"},"step-forward":{"search":{"terms":["end","last","next"]},"styles":["solid"],"unicode":"f051","label":"step-forward"},"stethoscope":{"search":{"terms":["covid-19","diagnosis","doctor","general practitioner","hospital","infirmary","medicine","office","outpatient"]},"styles":["solid"],"unicode":"f0f1","label":"Stethoscope"},"sticker-mule":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3f7","label":"Sticker Mule"},"sticky-note":{"search":{"terms":["message","note","paper","reminder","sticker"]},"styles":["solid","regular"],"unicode":"f249","label":"Sticky Note"},"stop":{"search":{"terms":["block","box","square"]},"styles":["solid"],"unicode":"f04d","label":"stop"},"stop-circle":{"search":{"terms":["block","box","circle","square"]},"styles":["solid","regular"],"unicode":"f28d","label":"Stop Circle"},"stopwatch":{"search":{"terms":["clock","reminder","time"]},"styles":["solid"],"unicode":"f2f2","label":"Stopwatch"},"stopwatch-20":{"search":{"terms":["ABCs","countdown","covid-19","happy birthday","i will survive","reminder","seconds","time","timer"]},"styles":["solid"],"unicode":"f96f","label":"Stopwatch 20"},"store":{"search":{"terms":["building","buy","purchase","shopping"]},"styles":["solid"],"unicode":"f54e","label":"Store"},"store-alt":{"search":{"terms":["building","buy","purchase","shopping"]},"styles":["solid"],"unicode":"f54f","label":"Alternate Store"},"store-alt-slash":{"search":{"terms":["building","buy","closed","covid-19","purchase","shopping"]},"styles":["solid"],"unicode":"f970","label":"Alternate Store Slash"},"store-slash":{"search":{"terms":["building","buy","closed","covid-19","purchase","shopping"]},"styles":["solid"],"unicode":"f971","label":"Store Slash"},"strava":{"search":{"terms":[]},"styles":["brands"],"unicode":"f428","label":"Strava"},"stream":{"search":{"terms":["flow","list","timeline"]},"styles":["solid"],"unicode":"f550","label":"Stream"},"street-view":{"search":{"terms":["directions","location","map","navigation"]},"styles":["solid"],"unicode":"f21d","label":"Street View"},"strikethrough":{"search":{"terms":["cancel","edit","font","format","text","type"]},"styles":["solid"],"unicode":"f0cc","label":"Strikethrough"},"stripe":{"search":{"terms":[]},"styles":["brands"],"unicode":"f429","label":"Stripe"},"stripe-s":{"search":{"terms":[]},"styles":["brands"],"unicode":"f42a","label":"Stripe S"},"stroopwafel":{"search":{"terms":["caramel","cookie","dessert","sweets","waffle"]},"styles":["solid"],"unicode":"f551","label":"Stroopwafel"},"studiovinari":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3f8","label":"Studio Vinari"},"stumbleupon":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a4","label":"StumbleUpon Logo"},"stumbleupon-circle":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1a3","label":"StumbleUpon Circle"},"subscript":{"search":{"terms":["edit","font","format","text","type"]},"styles":["solid"],"unicode":"f12c","label":"subscript"},"subway":{"search":{"terms":["machine","railway","train","transportation","vehicle"]},"styles":["solid"],"unicode":"f239","label":"Subway"},"suitcase":{"search":{"terms":["baggage","luggage","move","suitcase","travel","trip"]},"styles":["solid"],"unicode":"f0f2","label":"Suitcase"},"suitcase-rolling":{"search":{"terms":["baggage","luggage","move","suitcase","travel","trip"]},"styles":["solid"],"unicode":"f5c1","label":"Suitcase Rolling"},"sun":{"search":{"terms":["brighten","contrast","day","lighter","sol","solar","star","weather"]},"styles":["solid","regular"],"unicode":"f185","label":"Sun"},"superpowers":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2dd","label":"Superpowers"},"superscript":{"search":{"terms":["edit","exponential","font","format","text","type"]},"styles":["solid"],"unicode":"f12b","label":"superscript"},"supple":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3f9","label":"Supple"},"surprise":{"search":{"terms":["emoticon","face","shocked"]},"styles":["solid","regular"],"unicode":"f5c2","label":"Hushed Face"},"suse":{"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f7d6","label":"Suse"},"swatchbook":{"search":{"terms":["Pantone","color","design","hue","palette"]},"styles":["solid"],"unicode":"f5c3","label":"Swatchbook"},"swift":{"search":{"terms":[]},"styles":["brands"],"unicode":"f8e1","label":"Swift"},"swimmer":{"search":{"terms":["athlete","head","man","olympics","person","pool","water"]},"styles":["solid"],"unicode":"f5c4","label":"Swimmer"},"swimming-pool":{"search":{"terms":["ladder","recreation","swim","water"]},"styles":["solid"],"unicode":"f5c5","label":"Swimming Pool"},"symfony":{"search":{"terms":[]},"styles":["brands"],"unicode":"f83d","label":"Symfony"},"synagogue":{"search":{"terms":["building","jewish","judaism","religion","star of david","temple"]},"styles":["solid"],"unicode":"f69b","label":"Synagogue"},"sync":{"search":{"terms":["exchange","refresh","reload","rotate","swap"]},"styles":["solid"],"unicode":"f021","label":"Sync"},"sync-alt":{"search":{"terms":["exchange","refresh","reload","rotate","swap"]},"styles":["solid"],"unicode":"f2f1","label":"Alternate Sync"},"syringe":{"search":{"terms":["covid-19","doctor","immunizations","medical","needle"]},"styles":["solid"],"unicode":"f48e","label":"Syringe"},"table":{"search":{"terms":["data","excel","spreadsheet"]},"styles":["solid"],"unicode":"f0ce","label":"table"},"table-tennis":{"search":{"terms":["ball","paddle","ping pong"]},"styles":["solid"],"unicode":"f45d","label":"Table Tennis"},"tablet":{"search":{"terms":["apple","device","ipad","kindle","screen"]},"styles":["solid"],"unicode":"f10a","label":"tablet"},"tablet-alt":{"search":{"terms":["apple","device","ipad","kindle","screen"]},"styles":["solid"],"unicode":"f3fa","label":"Alternate Tablet"},"tablets":{"search":{"terms":["drugs","medicine","pills","prescription"]},"styles":["solid"],"unicode":"f490","label":"Tablets"},"tachometer-alt":{"search":{"terms":["dashboard","fast","odometer","speed","speedometer"]},"styles":["solid"],"unicode":"f3fd","label":"Alternate Tachometer"},"tag":{"search":{"terms":["discount","label","price","shopping"]},"styles":["solid"],"unicode":"f02b","label":"tag"},"tags":{"search":{"terms":["discount","label","price","shopping"]},"styles":["solid"],"unicode":"f02c","label":"tags"},"tape":{"search":{"terms":["design","package","sticky"]},"styles":["solid"],"unicode":"f4db","label":"Tape"},"tasks":{"search":{"terms":["checklist","downloading","downloads","loading","progress","project management","settings","to do"]},"styles":["solid"],"unicode":"f0ae","label":"Tasks"},"taxi":{"search":{"terms":["cab","cabbie","car","car service","lyft","machine","transportation","travel","uber","vehicle"]},"styles":["solid"],"unicode":"f1ba","label":"Taxi"},"teamspeak":{"search":{"terms":[]},"styles":["brands"],"unicode":"f4f9","label":"TeamSpeak"},"teeth":{"search":{"terms":["bite","dental","dentist","gums","mouth","smile","tooth"]},"styles":["solid"],"unicode":"f62e","label":"Teeth"},"teeth-open":{"search":{"terms":["dental","dentist","gums bite","mouth","smile","tooth"]},"styles":["solid"],"unicode":"f62f","label":"Teeth Open"},"telegram":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2c6","label":"Telegram"},"telegram-plane":{"search":{"terms":[]},"styles":["brands"],"unicode":"f3fe","label":"Telegram Plane"},"temperature-high":{"search":{"terms":["cook","covid-19","mercury","summer","thermometer","warm"]},"styles":["solid"],"unicode":"f769","label":"High Temperature"},"temperature-low":{"search":{"terms":["cold","cool","covid-19","mercury","thermometer","winter"]},"styles":["solid"],"unicode":"f76b","label":"Low Temperature"},"tencent-weibo":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1d5","label":"Tencent Weibo"},"tenge":{"search":{"terms":["currency","kazakhstan","money","price"]},"styles":["solid"],"unicode":"f7d7","label":"Tenge"},"terminal":{"search":{"terms":["code","command","console","development","prompt"]},"styles":["solid"],"unicode":"f120","label":"Terminal"},"text-height":{"search":{"terms":["edit","font","format","text","type"]},"styles":["solid"],"unicode":"f034","label":"text-height"},"text-width":{"search":{"terms":["edit","font","format","text","type"]},"styles":["solid"],"unicode":"f035","label":"Text Width"},"th":{"search":{"terms":["blocks","boxes","grid","squares"]},"styles":["solid"],"unicode":"f00a","label":"th"},"th-large":{"search":{"terms":["blocks","boxes","grid","squares"]},"styles":["solid"],"unicode":"f009","label":"th-large"},"th-list":{"search":{"terms":["checklist","completed","done","finished","ol","todo","ul"]},"styles":["solid"],"unicode":"f00b","label":"th-list"},"the-red-yeti":{"search":{"terms":[]},"styles":["brands"],"unicode":"f69d","label":"The Red Yeti"},"theater-masks":{"search":{"terms":["comedy","perform","theatre","tragedy"]},"styles":["solid"],"unicode":"f630","label":"Theater Masks"},"themeco":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5c6","label":"Themeco"},"themeisle":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2b2","label":"ThemeIsle"},"thermometer":{"search":{"terms":["covid-19","mercury","status","temperature"]},"styles":["solid"],"unicode":"f491","label":"Thermometer"},"thermometer-empty":{"search":{"terms":["cold","mercury","status","temperature"]},"styles":["solid"],"unicode":"f2cb","label":"Thermometer Empty"},"thermometer-full":{"search":{"terms":["fever","hot","mercury","status","temperature"]},"styles":["solid"],"unicode":"f2c7","label":"Thermometer Full"},"thermometer-half":{"search":{"terms":["mercury","status","temperature"]},"styles":["solid"],"unicode":"f2c9","label":"Thermometer 1/2 Full"},"thermometer-quarter":{"search":{"terms":["mercury","status","temperature"]},"styles":["solid"],"unicode":"f2ca","label":"Thermometer 1/4 Full"},"thermometer-three-quarters":{"search":{"terms":["mercury","status","temperature"]},"styles":["solid"],"unicode":"f2c8","label":"Thermometer 3/4 Full"},"think-peaks":{"search":{"terms":[]},"styles":["brands"],"unicode":"f731","label":"Think Peaks"},"thumbs-down":{"search":{"terms":["disagree","disapprove","dislike","hand","social","thumbs-o-down"]},"styles":["solid","regular"],"unicode":"f165","label":"thumbs-down"},"thumbs-up":{"search":{"terms":["agree","approve","favorite","hand","like","ok","okay","social","success","thumbs-o-up","yes","you got it dude"]},"styles":["solid","regular"],"unicode":"f164","label":"thumbs-up"},"thumbtack":{"search":{"terms":["coordinates","location","marker","pin","thumb-tack"]},"styles":["solid"],"unicode":"f08d","label":"Thumbtack"},"ticket-alt":{"search":{"terms":["movie","pass","support","ticket"]},"styles":["solid"],"unicode":"f3ff","label":"Alternate Ticket"},"times":{"search":{"terms":["close","cross","error","exit","incorrect","notice","notification","notify","problem","wrong","x"]},"styles":["solid"],"unicode":"f00d","label":"Times"},"times-circle":{"search":{"terms":["close","cross","exit","incorrect","notice","notification","notify","problem","wrong","x"]},"styles":["solid","regular"],"unicode":"f057","label":"Times Circle"},"tint":{"search":{"terms":["color","drop","droplet","raindrop","waterdrop"]},"styles":["solid"],"unicode":"f043","label":"tint"},"tint-slash":{"search":{"terms":["color","drop","droplet","raindrop","waterdrop"]},"styles":["solid"],"unicode":"f5c7","label":"Tint Slash"},"tired":{"search":{"terms":["angry","emoticon","face","grumpy","upset"]},"styles":["solid","regular"],"unicode":"f5c8","label":"Tired Face"},"toggle-off":{"search":{"terms":["switch"]},"styles":["solid"],"unicode":"f204","label":"Toggle Off"},"toggle-on":{"search":{"terms":["switch"]},"styles":["solid"],"unicode":"f205","label":"Toggle On"},"toilet":{"search":{"terms":["bathroom","flush","john","loo","pee","plumbing","poop","porcelain","potty","restroom","throne","washroom","waste","wc"]},"styles":["solid"],"unicode":"f7d8","label":"Toilet"},"toilet-paper":{"search":{"terms":["bathroom","covid-19","halloween","holiday","lavatory","prank","restroom","roll"]},"styles":["solid"],"unicode":"f71e","label":"Toilet Paper"},"toilet-paper-slash":{"search":{"terms":["bathroom","covid-19","halloween","holiday","lavatory","leaves","prank","restroom","roll","trouble","ut oh"]},"styles":["solid"],"unicode":"f972","label":"Toilet Paper Slash"},"toolbox":{"search":{"terms":["admin","container","fix","repair","settings","tools"]},"styles":["solid"],"unicode":"f552","label":"Toolbox"},"tools":{"search":{"terms":["admin","fix","repair","screwdriver","settings","tools","wrench"]},"styles":["solid"],"unicode":"f7d9","label":"Tools"},"tooth":{"search":{"terms":["bicuspid","dental","dentist","molar","mouth","teeth"]},"styles":["solid"],"unicode":"f5c9","label":"Tooth"},"torah":{"search":{"terms":["book","jewish","judaism","religion","scroll"]},"styles":["solid"],"unicode":"f6a0","label":"Torah"},"torii-gate":{"search":{"terms":["building","shintoism"]},"styles":["solid"],"unicode":"f6a1","label":"Torii Gate"},"tractor":{"search":{"terms":["agriculture","farm","vehicle"]},"styles":["solid"],"unicode":"f722","label":"Tractor"},"trade-federation":{"search":{"terms":[]},"styles":["brands"],"unicode":"f513","label":"Trade Federation"},"trademark":{"search":{"terms":["copyright","register","symbol"]},"styles":["solid"],"unicode":"f25c","label":"Trademark"},"traffic-light":{"search":{"terms":["direction","road","signal","travel"]},"styles":["solid"],"unicode":"f637","label":"Traffic Light"},"trailer":{"search":{"terms":["carry","haul","moving","travel"]},"styles":["solid"],"unicode":"f941","label":"Trailer"},"train":{"search":{"terms":["bullet","commute","locomotive","railway","subway"]},"styles":["solid"],"unicode":"f238","label":"Train"},"tram":{"search":{"terms":["crossing","machine","mountains","seasonal","transportation"]},"styles":["solid"],"unicode":"f7da","label":"Tram"},"transgender":{"search":{"terms":["intersex"]},"styles":["solid"],"unicode":"f224","label":"Transgender"},"transgender-alt":{"search":{"terms":["intersex"]},"styles":["solid"],"unicode":"f225","label":"Alternate Transgender"},"trash":{"search":{"terms":["delete","garbage","hide","remove"]},"styles":["solid"],"unicode":"f1f8","label":"Trash"},"trash-alt":{"search":{"terms":["delete","garbage","hide","remove","trash-o"]},"styles":["solid","regular"],"unicode":"f2ed","label":"Alternate Trash"},"trash-restore":{"search":{"terms":["back","control z","oops","undo"]},"styles":["solid"],"unicode":"f829","label":"Trash Restore"},"trash-restore-alt":{"search":{"terms":["back","control z","oops","undo"]},"styles":["solid"],"unicode":"f82a","label":"Alternative Trash Restore"},"tree":{"search":{"terms":["bark","fall","flora","forest","nature","plant","seasonal"]},"styles":["solid"],"unicode":"f1bb","label":"Tree"},"trello":{"search":{"terms":["atlassian"]},"styles":["brands"],"unicode":"f181","label":"Trello"},"tripadvisor":{"search":{"terms":[]},"styles":["brands"],"unicode":"f262","label":"TripAdvisor"},"trophy":{"search":{"terms":["achievement","award","cup","game","winner"]},"styles":["solid"],"unicode":"f091","label":"trophy"},"truck":{"search":{"terms":["cargo","delivery","shipping","vehicle"]},"styles":["solid"],"unicode":"f0d1","label":"truck"},"truck-loading":{"search":{"terms":["box","cargo","delivery","inventory","moving","rental","vehicle"]},"styles":["solid"],"unicode":"f4de","label":"Truck Loading"},"truck-monster":{"search":{"terms":["offroad","vehicle","wheel"]},"styles":["solid"],"unicode":"f63b","label":"Truck Monster"},"truck-moving":{"search":{"terms":["cargo","inventory","rental","vehicle"]},"styles":["solid"],"unicode":"f4df","label":"Truck Moving"},"truck-pickup":{"search":{"terms":["cargo","vehicle"]},"styles":["solid"],"unicode":"f63c","label":"Truck Side"},"tshirt":{"search":{"terms":["clothing","fashion","garment","shirt"]},"styles":["solid"],"unicode":"f553","label":"T-Shirt"},"tty":{"search":{"terms":["communication","deaf","telephone","teletypewriter","text"]},"styles":["solid"],"unicode":"f1e4","label":"TTY"},"tumblr":{"search":{"terms":[]},"styles":["brands"],"unicode":"f173","label":"Tumblr"},"tumblr-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f174","label":"Tumblr Square"},"tv":{"search":{"terms":["computer","display","monitor","television"]},"styles":["solid"],"unicode":"f26c","label":"Television"},"twitch":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1e8","label":"Twitch"},"twitter":{"search":{"terms":["social network","tweet"]},"styles":["brands"],"unicode":"f099","label":"Twitter"},"twitter-square":{"search":{"terms":["social network","tweet"]},"styles":["brands"],"unicode":"f081","label":"Twitter Square"},"typo3":{"search":{"terms":[]},"styles":["brands"],"unicode":"f42b","label":"Typo3"},"uber":{"search":{"terms":[]},"styles":["brands"],"unicode":"f402","label":"Uber"},"ubuntu":{"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f7df","label":"Ubuntu"},"uikit":{"search":{"terms":[]},"styles":["brands"],"unicode":"f403","label":"UIkit"},"umbraco":{"search":{"terms":[]},"styles":["brands"],"unicode":"f8e8","label":"Umbraco"},"umbrella":{"search":{"terms":["protection","rain","storm","wet"]},"styles":["solid"],"unicode":"f0e9","label":"Umbrella"},"umbrella-beach":{"search":{"terms":["protection","recreation","sand","shade","summer","sun"]},"styles":["solid"],"unicode":"f5ca","label":"Umbrella Beach"},"underline":{"search":{"terms":["edit","emphasis","format","text","writing"]},"styles":["solid"],"unicode":"f0cd","label":"Underline"},"undo":{"search":{"terms":["back","control z","exchange","oops","return","rotate","swap"]},"styles":["solid"],"unicode":"f0e2","label":"Undo"},"undo-alt":{"search":{"terms":["back","control z","exchange","oops","return","swap"]},"styles":["solid"],"unicode":"f2ea","label":"Alternate Undo"},"uniregistry":{"search":{"terms":[]},"styles":["brands"],"unicode":"f404","label":"Uniregistry"},"unity":{"search":{"terms":[]},"styles":["brands"],"unicode":"f949","label":"Unity 3D"},"universal-access":{"search":{"terms":["accessibility","hearing","person","seeing","visual impairment"]},"styles":["solid"],"unicode":"f29a","label":"Universal Access"},"university":{"search":{"terms":["bank","building","college","higher education - students","institution"]},"styles":["solid"],"unicode":"f19c","label":"University"},"unlink":{"search":{"terms":["attachment","chain","chain-broken","remove"]},"styles":["solid"],"unicode":"f127","label":"unlink"},"unlock":{"search":{"terms":["admin","lock","password","private","protect"]},"styles":["solid"],"unicode":"f09c","label":"unlock"},"unlock-alt":{"search":{"terms":["admin","lock","password","private","protect"]},"styles":["solid"],"unicode":"f13e","label":"Alternate Unlock"},"untappd":{"search":{"terms":[]},"styles":["brands"],"unicode":"f405","label":"Untappd"},"upload":{"search":{"terms":["hard drive","import","publish"]},"styles":["solid"],"unicode":"f093","label":"Upload"},"ups":{"search":{"terms":["United Parcel Service","package","shipping"]},"styles":["brands"],"unicode":"f7e0","label":"UPS"},"usb":{"search":{"terms":[]},"styles":["brands"],"unicode":"f287","label":"USB"},"user":{"search":{"terms":["account","avatar","head","human","man","person","profile"]},"styles":["solid","regular"],"unicode":"f007","label":"User"},"user-alt":{"search":{"terms":["account","avatar","head","human","man","person","profile"]},"styles":["solid"],"unicode":"f406","label":"Alternate User"},"user-alt-slash":{"search":{"terms":["account","avatar","head","human","man","person","profile"]},"styles":["solid"],"unicode":"f4fa","label":"Alternate User Slash"},"user-astronaut":{"search":{"terms":["avatar","clothing","cosmonaut","nasa","space","suit"]},"styles":["solid"],"unicode":"f4fb","label":"User Astronaut"},"user-check":{"search":{"terms":["accept","check","person","verified"]},"styles":["solid"],"unicode":"f4fc","label":"User Check"},"user-circle":{"search":{"terms":["account","avatar","head","human","man","person","profile"]},"styles":["solid","regular"],"unicode":"f2bd","label":"User Circle"},"user-clock":{"search":{"terms":["alert","person","remind","time"]},"styles":["solid"],"unicode":"f4fd","label":"User Clock"},"user-cog":{"search":{"terms":["admin","cog","person","settings"]},"styles":["solid"],"unicode":"f4fe","label":"User Cog"},"user-edit":{"search":{"terms":["edit","pen","pencil","person","update","write"]},"styles":["solid"],"unicode":"f4ff","label":"User Edit"},"user-friends":{"search":{"terms":["group","people","person","team","users"]},"styles":["solid"],"unicode":"f500","label":"User Friends"},"user-graduate":{"search":{"terms":["cap","clothing","commencement","gown","graduation","person","student"]},"styles":["solid"],"unicode":"f501","label":"User Graduate"},"user-injured":{"search":{"terms":["cast","injury","ouch","patient","person","sling"]},"styles":["solid"],"unicode":"f728","label":"User Injured"},"user-lock":{"search":{"terms":["admin","lock","person","private","unlock"]},"styles":["solid"],"unicode":"f502","label":"User Lock"},"user-md":{"search":{"terms":["covid-19","job","medical","nurse","occupation","physician","profile","surgeon"]},"styles":["solid"],"unicode":"f0f0","label":"Doctor"},"user-minus":{"search":{"terms":["delete","negative","remove"]},"styles":["solid"],"unicode":"f503","label":"User Minus"},"user-ninja":{"search":{"terms":["assassin","avatar","dangerous","deadly","sneaky"]},"styles":["solid"],"unicode":"f504","label":"User Ninja"},"user-nurse":{"search":{"terms":["covid-19","doctor","midwife","practitioner","surgeon"]},"styles":["solid"],"unicode":"f82f","label":"Nurse"},"user-plus":{"search":{"terms":["add","avatar","positive","sign up","signup","team"]},"styles":["solid"],"unicode":"f234","label":"User Plus"},"user-secret":{"search":{"terms":["clothing","coat","hat","incognito","person","privacy","spy","whisper"]},"styles":["solid"],"unicode":"f21b","label":"User Secret"},"user-shield":{"search":{"terms":["admin","person","private","protect","safe"]},"styles":["solid"],"unicode":"f505","label":"User Shield"},"user-slash":{"search":{"terms":["ban","delete","remove"]},"styles":["solid"],"unicode":"f506","label":"User Slash"},"user-tag":{"search":{"terms":["avatar","discount","label","person","role","special"]},"styles":["solid"],"unicode":"f507","label":"User Tag"},"user-tie":{"search":{"terms":["avatar","business","clothing","formal","professional","suit"]},"styles":["solid"],"unicode":"f508","label":"User Tie"},"user-times":{"search":{"terms":["archive","delete","remove","x"]},"styles":["solid"],"unicode":"f235","label":"Remove User"},"users":{"search":{"terms":["friends","group","people","persons","profiles","team"]},"styles":["solid"],"unicode":"f0c0","label":"Users"},"users-cog":{"search":{"terms":["admin","cog","group","person","settings","team"]},"styles":["solid"],"unicode":"f509","label":"Users Cog"},"usps":{"search":{"terms":["american","package","shipping","usa"]},"styles":["brands"],"unicode":"f7e1","label":"United States Postal Service"},"ussunnah":{"search":{"terms":[]},"styles":["brands"],"unicode":"f407","label":"us-Sunnah Foundation"},"utensil-spoon":{"search":{"terms":["cutlery","dining","scoop","silverware","spoon"]},"styles":["solid"],"unicode":"f2e5","label":"Utensil Spoon"},"utensils":{"search":{"terms":["cutlery","dining","dinner","eat","food","fork","knife","restaurant"]},"styles":["solid"],"unicode":"f2e7","label":"Utensils"},"vaadin":{"search":{"terms":[]},"styles":["brands"],"unicode":"f408","label":"Vaadin"},"vector-square":{"search":{"terms":["anchors","lines","object","render","shape"]},"styles":["solid"],"unicode":"f5cb","label":"Vector Square"},"venus":{"search":{"terms":["female"]},"styles":["solid"],"unicode":"f221","label":"Venus"},"venus-double":{"search":{"terms":["female"]},"styles":["solid"],"unicode":"f226","label":"Venus Double"},"venus-mars":{"search":{"terms":["Gender"]},"styles":["solid"],"unicode":"f228","label":"Venus Mars"},"viacoin":{"search":{"terms":[]},"styles":["brands"],"unicode":"f237","label":"Viacoin"},"viadeo":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2a9","label":"Video"},"viadeo-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2aa","label":"Video Square"},"vial":{"search":{"terms":["experiment","lab","sample","science","test","test tube"]},"styles":["solid"],"unicode":"f492","label":"Vial"},"vials":{"search":{"terms":["experiment","lab","sample","science","test","test tube"]},"styles":["solid"],"unicode":"f493","label":"Vials"},"viber":{"search":{"terms":[]},"styles":["brands"],"unicode":"f409","label":"Viber"},"video":{"search":{"terms":["camera","film","movie","record","video-camera"]},"styles":["solid"],"unicode":"f03d","label":"Video"},"video-slash":{"search":{"terms":["add","create","film","new","positive","record","video"]},"styles":["solid"],"unicode":"f4e2","label":"Video Slash"},"vihara":{"search":{"terms":["buddhism","buddhist","building","monastery"]},"styles":["solid"],"unicode":"f6a7","label":"Vihara"},"vimeo":{"search":{"terms":[]},"styles":["brands"],"unicode":"f40a","label":"Vimeo"},"vimeo-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f194","label":"Vimeo Square"},"vimeo-v":{"search":{"terms":["vimeo"]},"styles":["brands"],"unicode":"f27d","label":"Vimeo"},"vine":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1ca","label":"Vine"},"virus":{"search":{"terms":["bug","covid-19","flu","health","sick","viral"]},"styles":["solid"],"unicode":"f974","label":"Virus"},"virus-slash":{"search":{"terms":["bug","covid-19","cure","eliminate","flu","health","sick","viral"]},"styles":["solid"],"unicode":"f975","label":"Virus Slash"},"viruses":{"search":{"terms":["bugs","covid-19","flu","health","multiply","sick","spread","viral"]},"styles":["solid"],"unicode":"f976","label":"Viruses"},"vk":{"search":{"terms":[]},"styles":["brands"],"unicode":"f189","label":"VK"},"vnv":{"search":{"terms":[]},"styles":["brands"],"unicode":"f40b","label":"VNV"},"voicemail":{"search":{"terms":["answer","inbox","message","phone"]},"styles":["solid"],"unicode":"f897","label":"Voicemail"},"volleyball-ball":{"search":{"terms":["beach","olympics","sport"]},"styles":["solid"],"unicode":"f45f","label":"Volleyball Ball"},"volume-down":{"search":{"terms":["audio","lower","music","quieter","sound","speaker"]},"styles":["solid"],"unicode":"f027","label":"Volume Down"},"volume-mute":{"search":{"terms":["audio","music","quiet","sound","speaker"]},"styles":["solid"],"unicode":"f6a9","label":"Volume Mute"},"volume-off":{"search":{"terms":["audio","ban","music","mute","quiet","silent","sound"]},"styles":["solid"],"unicode":"f026","label":"Volume Off"},"volume-up":{"search":{"terms":["audio","higher","louder","music","sound","speaker"]},"styles":["solid"],"unicode":"f028","label":"Volume Up"},"vote-yea":{"search":{"terms":["accept","cast","election","politics","positive","yes"]},"styles":["solid"],"unicode":"f772","label":"Vote Yea"},"vr-cardboard":{"search":{"terms":["3d","augment","google","reality","virtual"]},"styles":["solid"],"unicode":"f729","label":"Cardboard VR"},"vuejs":{"search":{"terms":[]},"styles":["brands"],"unicode":"f41f","label":"Vue.js"},"walking":{"search":{"terms":["exercise","health","pedometer","person","steps"]},"styles":["solid"],"unicode":"f554","label":"Walking"},"wallet":{"search":{"terms":["billfold","cash","currency","money"]},"styles":["solid"],"unicode":"f555","label":"Wallet"},"warehouse":{"search":{"terms":["building","capacity","garage","inventory","storage"]},"styles":["solid"],"unicode":"f494","label":"Warehouse"},"water":{"search":{"terms":["lake","liquid","ocean","sea","swim","wet"]},"styles":["solid"],"unicode":"f773","label":"Water"},"wave-square":{"search":{"terms":["frequency","pulse","signal"]},"styles":["solid"],"unicode":"f83e","label":"Square Wave"},"waze":{"search":{"terms":[]},"styles":["brands"],"unicode":"f83f","label":"Waze"},"weebly":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5cc","label":"Weebly"},"weibo":{"search":{"terms":[]},"styles":["brands"],"unicode":"f18a","label":"Weibo"},"weight":{"search":{"terms":["health","measurement","scale","weight"]},"styles":["solid"],"unicode":"f496","label":"Weight"},"weight-hanging":{"search":{"terms":["anvil","heavy","measurement"]},"styles":["solid"],"unicode":"f5cd","label":"Hanging Weight"},"weixin":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1d7","label":"Weixin (WeChat)"},"whatsapp":{"search":{"terms":[]},"styles":["brands"],"unicode":"f232","label":"What\'s App"},"whatsapp-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f40c","label":"What\'s App Square"},"wheelchair":{"search":{"terms":["accessible","handicap","person"]},"styles":["solid"],"unicode":"f193","label":"Wheelchair"},"whmcs":{"search":{"terms":[]},"styles":["brands"],"unicode":"f40d","label":"WHMCS"},"wifi":{"search":{"terms":["connection","hotspot","internet","network","wireless"]},"styles":["solid"],"unicode":"f1eb","label":"WiFi"},"wikipedia-w":{"search":{"terms":[]},"styles":["brands"],"unicode":"f266","label":"Wikipedia W"},"wind":{"search":{"terms":["air","blow","breeze","fall","seasonal","weather"]},"styles":["solid"],"unicode":"f72e","label":"Wind"},"window-close":{"search":{"terms":["browser","cancel","computer","development"]},"styles":["solid","regular"],"unicode":"f410","label":"Window Close"},"window-maximize":{"search":{"terms":["browser","computer","development","expand"]},"styles":["solid","regular"],"unicode":"f2d0","label":"Window Maximize"},"window-minimize":{"search":{"terms":["browser","collapse","computer","development"]},"styles":["solid","regular"],"unicode":"f2d1","label":"Window Minimize"},"window-restore":{"search":{"terms":["browser","computer","development"]},"styles":["solid","regular"],"unicode":"f2d2","label":"Window Restore"},"windows":{"search":{"terms":["microsoft","operating system","os"]},"styles":["brands"],"unicode":"f17a","label":"Windows"},"wine-bottle":{"search":{"terms":["alcohol","beverage","cabernet","drink","glass","grapes","merlot","sauvignon"]},"styles":["solid"],"unicode":"f72f","label":"Wine Bottle"},"wine-glass":{"search":{"terms":["alcohol","beverage","cabernet","drink","grapes","merlot","sauvignon"]},"styles":["solid"],"unicode":"f4e3","label":"Wine Glass"},"wine-glass-alt":{"search":{"terms":["alcohol","beverage","cabernet","drink","grapes","merlot","sauvignon"]},"styles":["solid"],"unicode":"f5ce","label":"Alternate Wine Glas"},"wix":{"search":{"terms":[]},"styles":["brands"],"unicode":"f5cf","label":"Wix"},"wizards-of-the-coast":{"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},"styles":["brands"],"unicode":"f730","label":"Wizards of the Coast"},"wolf-pack-battalion":{"search":{"terms":[]},"styles":["brands"],"unicode":"f514","label":"Wolf Pack Battalion"},"won-sign":{"search":{"terms":["currency","krw","money"]},"styles":["solid"],"unicode":"f159","label":"Won Sign"},"wordpress":{"search":{"terms":[]},"styles":["brands"],"unicode":"f19a","label":"WordPress Logo"},"wordpress-simple":{"search":{"terms":[]},"styles":["brands"],"unicode":"f411","label":"Wordpress Simple"},"wpbeginner":{"search":{"terms":[]},"styles":["brands"],"unicode":"f297","label":"WPBeginner"},"wpexplorer":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2de","label":"WPExplorer"},"wpforms":{"search":{"terms":[]},"styles":["brands"],"unicode":"f298","label":"WPForms"},"wpressr":{"search":{"terms":["rendact"]},"styles":["brands"],"unicode":"f3e4","label":"wpressr"},"wrench":{"search":{"terms":["construction","fix","mechanic","plumbing","settings","spanner","tool","update"]},"styles":["solid"],"unicode":"f0ad","label":"Wrench"},"x-ray":{"search":{"terms":["health","medical","radiological images","radiology","skeleton"]},"styles":["solid"],"unicode":"f497","label":"X-Ray"},"xbox":{"search":{"terms":[]},"styles":["brands"],"unicode":"f412","label":"Xbox"},"xing":{"search":{"terms":[]},"styles":["brands"],"unicode":"f168","label":"Xing"},"xing-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f169","label":"Xing Square"},"y-combinator":{"search":{"terms":[]},"styles":["brands"],"unicode":"f23b","label":"Y Combinator"},"yahoo":{"search":{"terms":[]},"styles":["brands"],"unicode":"f19e","label":"Yahoo Logo"},"yammer":{"search":{"terms":[]},"styles":["brands"],"unicode":"f840","label":"Yammer"},"yandex":{"search":{"terms":[]},"styles":["brands"],"unicode":"f413","label":"Yandex"},"yandex-international":{"search":{"terms":[]},"styles":["brands"],"unicode":"f414","label":"Yandex International"},"yarn":{"search":{"terms":[]},"styles":["brands"],"unicode":"f7e3","label":"Yarn"},"yelp":{"search":{"terms":[]},"styles":["brands"],"unicode":"f1e9","label":"Yelp"},"yen-sign":{"search":{"terms":["currency","jpy","money"]},"styles":["solid"],"unicode":"f157","label":"Yen Sign"},"yin-yang":{"search":{"terms":["daoism","opposites","taoism"]},"styles":["solid"],"unicode":"f6ad","label":"Yin Yang"},"yoast":{"search":{"terms":[]},"styles":["brands"],"unicode":"f2b1","label":"Yoast"},"youtube":{"search":{"terms":["film","video","youtube-play","youtube-square"]},"styles":["brands"],"unicode":"f167","label":"YouTube"},"youtube-square":{"search":{"terms":[]},"styles":["brands"],"unicode":"f431","label":"YouTube Square"},"zhihu":{"search":{"terms":[]},"styles":["brands"],"unicode":"f63f","label":"Zhihu"}}')},function(e,s,a){var l; +/*! + Copyright (c) 2017 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/!function(){"use strict";var a={}.hasOwnProperty;function r(){for(var e=[],s=0;se.length)&&(s=e.length);for(var a=0,l=new Array(s);ais_registered( 'core/navigation' ); + + if ( ! $block_registered ) { + return; + } + + if ( THEMEISLE_GUTENBERG_MENU_ICONS_DEV ) { + $version = time(); + } else { + $version = THEMEISLE_GUTENBERG_MENU_ICONS_VERSION; + } + + wp_enqueue_script( + 'themeisle-gutenberg-menu-icons', + plugin_dir_url( $this->get_dir() ) . $this->slug . '/build/editor.js', + array( 'wp-i18n', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-editor', 'wp-element', 'wp-hooks' ), + $version, + true + ); + + wp_enqueue_style( + 'themeisle-gutenberg-menu-icons', + plugin_dir_url( $this->get_dir() ) . $this->slug . '/build/editor.css', + array( 'font-awesome-5' ), + $version + ); + + wp_enqueue_style( + 'themeisle-gutenberg-menu-icons-font-awesome', + plugins_url( '/', __FILE__ ) . 'assets/css/font-awesome.min.css', + array( 'font-awesome-5' ), + $version + ); + + wp_set_script_translations( 'themeisle-gutenberg-menu-icons', 'textdomain' ); + } + + /** + * Load Gutenberg assets. + * + * @since 1.0.0 + * @access public + */ + public function enqueue_block_frontend_assets() { + if ( ! has_block( 'core/navigation' ) ) { + return; + } + + if ( THEMEISLE_GUTENBERG_MENU_ICONS_DEV ) { + $version = time(); + } else { + $version = THEMEISLE_GUTENBERG_MENU_ICONS_VERSION; + } + + if ( is_admin() ) { + return; + } + + wp_enqueue_script( + 'themeisle-gutenberg-menu-icons-frontend', + plugin_dir_url( $this->get_dir() ) . $this->slug . '/build/frontend.js', + array(), + $version, + true + ); + + wp_enqueue_style( + 'themeisle-gutenberg-menu-icons-frontend', + plugin_dir_url( $this->get_dir() ) . $this->slug . '/build/frontend.css', + array( 'font-awesome-5' ), + $version + ); + } + + /** + * Method to return path to child class in a Reflective Way. + * + * @since 1.0.0 + * @access protected + * @return string + */ + protected function get_dir() { + return dirname( __FILE__ ); + } + + /** + * The instance method for the static class. + * Defines and returns the instance of the static class. + * + * @static + * @since 1.0.0 + * @access public + * @return GutenbergMenuIcons + */ + public static function instance() { + if ( is_null( self::$instance ) ) { + self::$instance = new self(); + self::$instance->init(); + } + + return self::$instance; + } + + /** + * Throw error on object clone + * + * The whole idea of the singleton design pattern is that there is a single + * object therefore, we don't want the object to be cloned. + * + * @access public + * @since 1.0.0 + * @return void + */ + public function __clone() { + // Cloning instances of the class is forbidden. + _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'textdomain' ), '1.0.0' ); + } + + /** + * Disable unserializing of the class + * + * @access public + * @since 1.0.0 + * @return void + */ + public function __wakeup() { + // Unserializing instances of the class is forbidden. + _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'textdomain' ), '1.0.0' ); + } +} diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/load.php b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/load.php new file mode 100644 index 0000000..96c6031 --- /dev/null +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/load.php @@ -0,0 +1,24 @@ +=' ) ) : /** * Menu Item Custom Fields Loader */ diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/CHANGELOG.md b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/CHANGELOG.md index 96e6d25..0d9e8d1 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/CHANGELOG.md +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/CHANGELOG.md @@ -1,3 +1,75 @@ +##### [Version 3.2.14](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.13...v3.2.14) (2020-06-10) + +> Things are getting better every day. 🚀 + +##### [Version 3.2.13](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.12...v3.2.13) (2020-06-10) + +Adds plan logic and expiration + +##### [Version 3.2.12](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.11...v3.2.12) (2020-06-10) + +Adds key filter + +##### [Version 3.2.11](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.10...v3.2.11) (2020-06-04) + +* remove non-printable chars + +##### [Version 3.2.10](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.9...v3.2.10) (2020-05-28) + +* Remove extra files on export + +##### [Version 3.2.9](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.8...v3.2.9) (2020-05-18) + +adds new endpoints + +##### [Version 3.2.8](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.7...v3.2.8) (2020-03-24) + +* change license handler method access + +##### [Version 3.2.7](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.6...v3.2.7) (2020-03-24) + +* fix callback for license processing hook + +##### [Version 3.2.6](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.5...v3.2.6) (2020-03-23) + +* Fix notice on license deactivation + +##### [Version 3.2.5](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.4...v3.2.5) (2020-03-23) + +* always load notification manager last + +##### [Version 3.2.4](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.3...v3.2.4) (2020-03-21) + +* Cast version response to array for icons + +##### [Version 3.2.3](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.2...v3.2.3) (2020-03-21) + +* use product slug instead of the one from api + +##### [Version 3.2.2](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.1...v3.2.2) (2020-03-13) + +* improve notice dismiss mechanism + +##### [Version 3.2.1](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.0...v3.2.1) (2020-03-05) + +Fix rollback call for private products + +#### [Version 3.2.0](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.9...v3.2.0) (2020-03-04) + +* adds license activation/deactivation handlers for wp cli +* adds compatibility with the newest license API + +##### [Version 3.1.9](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.8...v3.1.9) (2020-02-24) + +* Add integration with GitHub actions + +## [3.1.8](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.7...v3.1.8) (2019-11-18) + + +### Bug Fixes + +* update developers name ([6aca63e](https://github.com/Codeinwp/themeisle-sdk/commit/6aca63e)) + ## [3.1.7](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.6...v3.1.7) (2019-11-07) diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/load.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/load.php index 64c7b68..ed6e429 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/load.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/load.php @@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) { return; } // Current SDK version and path. -$themeisle_sdk_version = '3.1.7'; +$themeisle_sdk_version = '3.2.14'; $themeisle_sdk_path = dirname( __FILE__ ); global $themeisle_sdk_max_version; diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Loader.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Loader.php index 1c3d156..d77478c 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Loader.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Loader.php @@ -51,11 +51,11 @@ final class Loader { 'uninstall_feedback', 'licenser', 'endpoint', - 'notification', 'logger', 'translate', 'review', 'recommendation', + 'notification', ]; @@ -75,6 +75,28 @@ final class Loader { } } + /** + * Get cache token used in API requests. + * + * @return string Cache token. + */ + public static function get_cache_token() { + $cache_token = get_transient( 'themeisle_sdk_cache_token' ); + if ( false === $cache_token ) { + $cache_token = wp_generate_password( 6, false ); + set_transient( $cache_token, WEEK_IN_SECONDS ); + } + + return $cache_token; + } + + /** + * Clear cache token. + */ + public static function clear_cache_token() { + delete_transient( 'themeisle_sdk_cache_token' ); + } + /** * Register product into SDK. * diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Licenser.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Licenser.php index 1c4b9a5..5ec8d96 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Licenser.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Licenser.php @@ -13,6 +13,7 @@ namespace ThemeisleSDK\Modules; // Exit if accessed directly. use ThemeisleSDK\Common\Abstract_Module; +use ThemeisleSDK\Loader; use ThemeisleSDK\Product; if ( ! defined( 'ABSPATH' ) ) { @@ -55,6 +56,13 @@ class Licenser extends Abstract_Module { */ private $product_key; + /** + * Holds local license object. + * + * @var null Local license object. + */ + private $license_local = null; + /** * Disable wporg updates for premium products. * @@ -182,18 +190,37 @@ class Licenser extends Abstract_Module { /** * Return the license status. * + * @param bool $check_expiration Should check if license is valid, but expired. + * * @return string The License status. */ - public function get_license_status() { + public function get_license_status( $check_expiration = false ) { $license_data = get_option( $this->product->get_key() . '_license_data', '' ); if ( '' === $license_data ) { return get_option( $this->product->get_key() . '_license_status', 'not_active' ); } + $status = isset( $license_data->license ) ? $license_data->license : get_option( $this->product->get_key() . '_license_status', 'not_active' ); + if ( false === $check_expiration ) { + return $status; + } - return isset( $license_data->license ) ? $license_data->license : get_option( $this->product->get_key() . '_license_status', 'not_active' ); + return ( 'valid' === $status && isset( $license_data->is_expired ) && 'yes' === $license_data->is_expired ) ? 'active_expired' : $status; + } + /** + * License price id. + * + * @return int License plan. + */ + public function get_plan() { + $license_data = get_option( $this->product->get_key() . '_license_data', '' ); + if ( ! isset( $license_data->price_id ) ) { + return -1; + } + + return (int) $license_data->price_id; } /** @@ -233,12 +260,13 @@ class Licenser extends Abstract_Module { } if ( apply_filters( $this->product->get_key() . '_hide_license_notices', false ) ) { - return; + return false; } - $status = $this->get_license_status(); - $no_activations_string = apply_filters( $this->product->get_key() . '_lc_no_activations_string', 'No activations left for %s !!!. You need to upgrade your plan in order to use %s on more websites. Please ask the %s Staff for more details.' ); - $no_valid_string = apply_filters( $this->product->get_key() . '_lc_no_valid_string', 'In order to benefit from updates and support for %s, please add your license code from your purchase history and validate it here. ' ); + $status = $this->get_license_status( true ); + $no_activations_string = apply_filters( $this->product->get_key() . '_lc_no_activations_string', 'No more activations left for %s. You need to upgrade your plan in order to use %s on more websites. If you need assistance, please get in touch with %s staff.' ); + $no_valid_string = apply_filters( $this->product->get_key() . '_lc_no_valid_string', 'In order to benefit from updates and support for %s, please add your license code from your purchase history and validate it here. ' ); + $expired_license_string = apply_filters( $this->product->get_key() . '_lc_expired_string', 'Your %s License Key has expired. In order to continue receiving support and software updates you must renew your license key.' ); // No activations left for this license. if ( 'valid' != $status && $this->check_activation() ) { ?> @@ -258,6 +286,19 @@ class Licenser extends Abstract_Module { +
+

+ product->get_name() . ' ' . $this->product->get_type(), $this->get_api_url() . '?license=' . $this->license_key ); ?> +

+
+ @@ -285,7 +326,7 @@ class Licenser extends Abstract_Module { return false; } - return isset( $license_data->error ) ? ( 'no_activations_left' == $license_data->error ) : false; + return isset( $license_data->license ) ? ( 'no_activations_left' == $license_data->license ) : false; } @@ -345,40 +386,26 @@ class Licenser extends Abstract_Module { */ public function check_license() { $status = $this->get_license_status(); - if ( 'not_active' == $status ) { + if ( 'not_active' === $status ) { $license_data = new \stdClass(); $license_data->license = 'not_active'; return $license_data; } - $license = trim( $this->license_key ); - $api_params = array( - 'edd_action' => 'check_license', - 'license' => $license, - 'item_name' => rawurlencode( $this->product->get_name() ), - 'url' => rawurlencode( home_url() ), - ); - // Call the custom API. - $response = wp_remote_get( - add_query_arg( $api_params, $this->get_api_url() ), - array( - 'timeout' => 15, - 'sslverify' => false, - ) - ); + $license = trim( $this->license_key ); + + $response = $this->do_license_process( $license, 'check' ); + if ( is_wp_error( $response ) ) { $license_data = new \stdClass(); $license_data->license = 'valid'; - } else { - $license_data = json_decode( wp_remote_retrieve_body( $response ) ); - if ( ! is_object( $license_data ) ) { - $license_data = new \stdClass(); - $license_data->license = 'valid'; - } + $license_data = $response; } + $license_old = get_option( $this->product->get_key() . '_license_data', '' ); - if ( 'valid' == $license_old->license && ( $license_data->license != $license_old->license ) ) { + + if ( 'valid' === $license_old->license && ( $license_data->license !== $license_old->license ) ) { $this->increment_failed_checks(); } else { $this->reset_failed_checks(); @@ -388,22 +415,10 @@ class Licenser extends Abstract_Module { return $license_old; } - if ( isset( $license_old->hide_valid ) ) { - $license_data->hide_valid = true; - } - if ( ! isset( $license_data->key ) ) { $license_data->key = isset( $license_old->key ) ? $license_old->key : ''; } - if ( isset( $license_old->hide_expiration ) ) { - $license_data->hide_expiration = true; - } - - if ( isset( $license_old->hide_activation ) ) { - $license_data->hide_activation = true; - } - return $license_data; } @@ -445,43 +460,65 @@ class Licenser extends Abstract_Module { } /** - * Activate the license remotely. + * Do license activation/deactivation. + * + * @param string $license License key. + * @param string $action What do to. + * + * @return bool|\WP_Error */ - function activate_license() { - // listen for our activate button to be clicked. - if ( ! isset( $_POST[ $this->product->get_key() . '_btn_trigger' ] ) ) { - return; + public function do_license_process( $license, $action = 'toggle' ) { + if ( strlen( $license ) < 10 ) { + return new \WP_Error( 'themeisle-license-invalid-format', 'Invalid license.' ); } $status = $this->get_license_status(); - // retrieve the license from the database. - $license = $_POST[ $this->product->get_key() . '_license' ]; - $api_params = array( - 'license' => $license, - 'item_name' => rawurlencode( $this->product->get_name() ), - 'url' => rawurlencode( home_url() ), - ); - if ( 'valid' != $status ) { - // data to send in our API request. - $api_params['edd_action'] = 'activate_license'; - } else { - $api_params['edd_action'] = 'deactivate_license'; + + if ( 'valid' === $status && 'activate' === $action ) { + return new \WP_Error( 'themeisle-license-already-active', 'License is already active.' ); } + if ( 'valid' !== $status && 'deactivate' === $action ) { + return new \WP_Error( 'themeisle-license-already-deactivate', 'License not active.' ); + } + + if ( 'toggle' === $action ) { + $action = ( 'valid' !== $status ? ( 'activate' ) : ( 'deactivate' ) ); + } + // Call the custom API. - $response = wp_remote_get( add_query_arg( $api_params, $this->get_api_url() ) ); + if ( 'check' === $action ) { + $response = wp_remote_get( sprintf( '%slicense/check/%s/%s/%s/%s', Product::API_URL, rawurlencode( $this->product->get_name() ), $license, rawurlencode( home_url() ), Loader::get_cache_token() ) ); + } else { + $response = wp_remote_post( + sprintf( '%slicense/%s/%s/%s', Product::API_URL, $action, rawurlencode( $this->product->get_name() ), $license ), + array( + 'body' => wp_json_encode( + array( + 'url' => rawurlencode( home_url() ), + ) + ), + 'headers' => array( + 'Content-Type' => 'application/json', + ), + ) + ); + } + // make sure the response came back okay. if ( is_wp_error( $response ) ) { - $this->set_error( sprintf( 'ERROR: Failed to connect to the license service. Please try again later. Reason: %s', $response->get_error_message() ) ); - - return; + return new \WP_Error( 'themeisle-license-500', sprintf( 'ERROR: Failed to connect to the license service. Please try again later. Reason: %s', $response->get_error_message() ) ); } $license_data = json_decode( wp_remote_retrieve_body( $response ) ); if ( ! is_object( $license_data ) ) { - $this->set_error( 'ERROR: Failed to validate license. Please try again in one minute.' ); - - return; + return new \WP_Error( 'themeisle-license-404', 'ERROR: Failed to validate license. Please try again in one minute.' ); } + if ( 'check' === $action ) { + return $license_data; + } + + Loader::clear_cache_token(); + if ( ! isset( $license_data->license ) ) { $license_data->license = 'invalid'; } @@ -489,26 +526,50 @@ class Licenser extends Abstract_Module { if ( ! isset( $license_data->key ) ) { $license_data->key = $license; } - if ( 'valid' == $license_data->license ) { + if ( 'valid' === $license_data->license ) { $this->reset_failed_checks(); } - $this->set_error( '' ); - - if ( 'deactivate_license' === $api_params['edd_action'] ) { + if ( 'deactivate' === $action ) { delete_option( $this->product->get_key() . '_license_data' ); delete_option( $this->product->get_key() . '_license_plan' ); delete_transient( $this->product->get_key() . '_license_data' ); - return; + return true; } if ( isset( $license_data->plan ) ) { update_option( $this->product->get_key() . '_license_plan', $license_data->plan ); } update_option( $this->product->get_key() . '_license_data', $license_data ); set_transient( $this->product->get_key() . '_license_data', $license_data, 12 * HOUR_IN_SECONDS ); + if ( 'activate' === $action && 'valid' !== $license_data->license ) { + return new \WP_Error( 'themeisle-license-invalid', 'ERROR: Invalid license provided.' ); + } + return true; + } + + /** + * Activate the license remotely. + */ + function process_license() { + // listen for our activate button to be clicked. + if ( ! isset( $_POST[ $this->product->get_key() . '_btn_trigger' ] ) ) { + return; + } + $license = $_POST[ $this->product->get_key() . '_license' ]; + $response = $this->do_license_process( $license, 'toggle' ); + if ( is_wp_error( $response ) ) { + $this->set_error( $response->get_error_message() ); + + return; + } + if ( true === $response ) { + $this->set_error( '' ); + } + + return; } /** @@ -607,17 +668,16 @@ class Licenser extends Abstract_Module { * @return bool|mixed Update api response. */ private function get_version_data() { - $api_params = array( - 'edd_action' => 'get_version', - 'version' => $this->product->get_version(), - 'license' => empty( $this->license_key ) ? 'free' : $this->license_key, - 'name' => rawurlencode( $this->product->get_name() ), - 'slug' => $this->product->get_slug(), - 'author' => rawurlencode( $this->get_distributor_name() ), - 'url' => rawurlencode( home_url() ), - ); - $response = wp_remote_get( - add_query_arg( $api_params, $this->get_api_url() ), + + $response = wp_remote_get( + sprintf( + '%slicense/version/%s/%s/%s/%s', + Product::API_URL, + rawurlencode( $this->product->get_name() ), + ( empty( $this->license_key ) ? 'free' : $this->license_key ), + $this->product->get_version(), + rawurlencode( home_url() ) + ), array( 'timeout' => 15, 'sslverify' => false, @@ -630,6 +690,15 @@ class Licenser extends Abstract_Module { if ( ! is_object( $update_data ) ) { return false; } + if ( isset( $update_data->slug ) ) { + $update_data->slug = $this->product->get_slug(); + } + if ( isset( $update_data->icons ) ) { + $update_data->icons = (array) $update_data->icons; + } + if ( isset( $update_data->banners ) ) { + $update_data->banners = (array) $update_data->banners; + } return $update_data; } @@ -694,7 +763,7 @@ class Licenser extends Abstract_Module { * @return object $_data */ public function plugins_api_filter( $_data, $_action = '', $_args = null ) { - if ( ( 'plugin_information' != $_action ) || ! isset( $_args->slug ) || ( $_args->slug != $this->product->get_slug() ) ) { + if ( ( 'plugin_information' !== $_action ) || ! isset( $_args->slug ) || ( $_args->slug !== $this->product->get_slug() ) ) { return $_data; } $api_response = $this->api_request(); @@ -757,6 +826,21 @@ class Licenser extends Abstract_Module { $this->register_license_hooks(); } + $namespace = apply_filters( 'themesle_sdk_namespace_' . md5( $product->get_basefile() ), false ); + + if ( false !== $namespace ) { + add_filter( 'themeisle_sdk_license_process_' . $namespace, [ $this, 'do_license_process' ], 10, 2 ); + add_filter( 'product_' . $namespace . '_license_status', [ $this, 'get_license_status' ], PHP_INT_MAX ); + add_filter( 'product_' . $namespace . '_license_key', [ $this->product, 'get_license' ] ); + add_filter( 'product_' . $namespace . '_license_plan', [ $this, 'get_plan' ], PHP_INT_MAX ); + if ( defined( 'WP_CLI' ) && WP_CLI ) { + \WP_CLI::add_command( $namespace . ' activate', [ $this, 'cli_activate' ] ); + \WP_CLI::add_command( $namespace . ' deactivate', [ $this, 'cli_deactivate' ] ); + \WP_CLI::add_command( $namespace . ' is-active', [ $this, 'cli_is_active' ] ); + } + } + + add_action( 'admin_head', [ $this, 'auto_activate' ] ); if ( $this->product->is_plugin() ) { add_filter( 'pre_set_site_transient_update_plugins', @@ -785,12 +869,133 @@ class Licenser extends Abstract_Module { return $this; } + /** + * Run license activation on plugin activate. + */ + public function auto_activate() { + if ( ! current_user_can( 'switch_themes' ) ) { + return; + } + $status = $this->get_license_status(); + if ( 'not_active' !== $status ) { + return; + } + + $license_file = dirname( $this->product->get_basefile() ) . '/license.json'; + + global $wp_filesystem; + if ( ! is_file( $license_file ) ) { + return; + } + + require_once( ABSPATH . '/wp-admin/includes/file.php' ); + \WP_Filesystem(); + $content = json_decode( $wp_filesystem->get_contents( $license_file ) ); + if ( ! is_object( $content ) ) { + return; + } + if ( ! isset( $content->key ) ) { + return; + } + $this->license_local = $content; + $lock_key = $this->product->get_key() . '_autoactivated'; + + if ( 'yes' === get_option( $lock_key, '' ) ) { + return; + } + $response = $this->do_license_process( $content->key, 'activate' ); + + update_option( $lock_key, 'yes' ); + + if ( apply_filters( $this->product->get_key() . '_hide_license_notices', false ) ) { + return; + } + + if ( true === $response ) { + add_action( 'admin_notices', [ $this, 'autoactivate_notice' ] ); + } + } + + /** + * Show auto-activate notice. + */ + public function autoactivate_notice() { + ?> +
+

%s has been successfully activated using %s license !', $this->product->get_name(), str_repeat( '*', 20 ) . substr( $this->license_local->key, - 10 ) ); ?>

+
+ ] + * : Product license key. + */ + public function cli_activate( $args ) { + $license_key = isset( $args[0] ) ? trim( $args[0] ) : ''; + $response = $this->do_license_process( $license_key, 'activate' ); + if ( true !== $response ) { + \WP_CLI::error( $response->get_error_message() ); + + return; + } + + \WP_CLI::success( 'Product successfully activated.' ); + } + + /** + * Deactivate product license on this site. + * + * @param array $args Command args. + * + * ## OPTIONS + * + * [] + * : Product license key. + */ + public function cli_deactivate( $args ) { + $license_key = isset( $args[0] ) ? trim( $args[0] ) : ''; + $response = $this->do_license_process( $license_key, 'deactivate' ); + if ( true !== $response ) { + \WP_CLI::error( $response->get_error_message() ); + + return; + } + + \WP_CLI::success( 'Product successfully deactivated.' ); + } + + /** + * Checks if product has license activated. + * + * @param array $args Command args. + * + * @subcommand is-active + */ + public function cli_is_active( $args ) { + + $status = $this->get_license_status(); + if ( 'valid' === $status ) { + \WP_CLI::halt( 0 ); + + return; + } + + \WP_CLI::halt( 1 ); + } + /** * Register license fields for the products. */ public function register_license_hooks() { add_action( 'admin_init', array( $this, 'register_settings' ) ); - add_action( 'admin_init', array( $this, 'activate_license' ) ); + add_action( 'admin_init', array( $this, 'process_license' ) ); add_action( 'admin_init', array( $this, 'product_valid' ), 99999999 ); add_action( 'admin_notices', array( $this, 'show_notice' ) ); add_filter( $this->product->get_key() . '_license_status', array( $this, 'get_license_status' ) ); diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Logger.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Logger.php index 183e03e..8546cfe 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Logger.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Logger.php @@ -27,7 +27,7 @@ class Logger extends Abstract_Module { /** * Endpoint where to collect logs. */ - const TRACKING_ENDPOINT = 'http://log.themeisle.com/wp-json/v1/logs/'; + const TRACKING_ENDPOINT = 'https://api.themeisle.com/tracking/log'; /** @@ -90,19 +90,22 @@ class Logger extends Abstract_Module { * @return bool Is logger active? */ private function is_logger_active() { - if ( ! $this->product->is_wordpress_available() ) { - return true; - } - $pro_slug = $this->product->get_pro_slug(); + $default = 'no'; - if ( ! empty( $pro_slug ) ) { - $all_products = Loader::get_products(); - if ( isset( $all_products[ $pro_slug ] ) ) { - return true; + if ( ! $this->product->is_wordpress_available() ) { + $default = 'yes'; + } else { + $pro_slug = $this->product->get_pro_slug(); + + if ( ! empty( $pro_slug ) ) { + $all_products = Loader::get_products(); + if ( isset( $all_products[ $pro_slug ] ) ) { + $default = 'yes'; + } } } - return ( get_option( $this->product->get_key() . '_logger_flag', 'no' ) === 'yes' ); + return ( get_option( $this->product->get_key() . '_logger_flag', $default ) === 'yes' ); } /** @@ -151,6 +154,7 @@ class Logger extends Abstract_Module { $environment['theme'] = array(); $environment['theme']['name'] = $theme->get( 'Name' ); $environment['theme']['author'] = $theme->get( 'Author' ); + $environment['theme']['parent'] = $theme->parent() !== false ? $theme->parent()->get( 'Name' ) : $theme->get( 'Name' ); $environment['plugins'] = get_option( 'active_plugins' ); global $wp_version; wp_remote_post( @@ -159,14 +163,12 @@ class Logger extends Abstract_Module { 'method' => 'POST', 'timeout' => 3, 'redirection' => 5, - 'headers' => array( - 'X-ThemeIsle-Event' => 'log_site', - ), 'body' => array( 'site' => get_site_url(), 'slug' => $this->product->get_slug(), 'version' => $this->product->get_version(), 'wp_version' => $wp_version, + 'locale' => get_locale(), 'data' => apply_filters( $this->product->get_key() . '_logger_data', array() ), 'environment' => $environment, 'license' => apply_filters( $this->product->get_key() . '_license_status', '' ), diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Notification.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Notification.php index b7b69c6..ad03e3a 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Notification.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Notification.php @@ -226,7 +226,7 @@ class Notification extends Abstract_Module { /** * Get last notification details. * - * @return array Last notification details. + * @return int Last notification details. */ private static function get_last_active_notification_timestamp() { $notification = self::get_notifications_metadata(); @@ -374,6 +374,10 @@ class Notification extends Abstract_Module { if ( empty( $id ) ) { wp_send_json( [] ); } + $ids = wp_list_pluck( self::$notifications, 'id' ); + if ( ! in_array( $id, $ids, true ) ) { + wp_send_json( [] ); + } self::set_last_active_notification_timestamp(); update_option( $id, $confirm ); do_action( $id . '_process_confirm', $confirm ); diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Review.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Review.php index e459364..104128c 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Review.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Review.php @@ -60,14 +60,14 @@ class Review extends Abstract_Module { 'Stefan', 'Uriahs', 'Madalin', - 'Radu', + 'Cristi', 'Silviu', 'Andrei', ]; $link = 'https://wordpress.org/support/' . $this->product->get_type() . '/' . $this->product->get_slug() . '/reviews/#wporg-footer'; - $message = apply_filters( $this->product->get_key() . '_feedback_review_message', '

Hey, it’s great to see you have {product} active for a few days now. How is everything going? If you can spare a few moments to rate it on WordPress.org it would help us a lot (and boost my motivation). Cheers!

~ {developer}, developer of {product}

' ); + $message = apply_filters( $this->product->get_key() . '_feedback_review_message', '

Hey, it\'s great to see you have {product} active for a few days now. How is everything going? If you can spare a few moments to rate it on WordPress.org it would help us a lot (and boost my motivation). Cheers!

~ {developer}, developer of {product}

' ); $button_submit = apply_filters( $this->product->get_key() . '_feedback_review_button_do', 'Ok, I will gladly help.' ); $button_cancel = apply_filters( $this->product->get_key() . '_feedback_review_button_cancel', 'No, thanks.' ); diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Rollback.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Rollback.php index 8928308..0329f61 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Rollback.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Rollback.php @@ -167,7 +167,7 @@ class Rollback extends Abstract_Module { return ''; } - return sprintf( '%s?edd_action=get_versions&name=%s&url=%s&license=%s', $this->product->get_store_url(), urlencode( $this->product->get_name() ), urlencode( get_site_url() ), $license ); + return sprintf( '%slicense/versions/%s/%s/%s/%s', Product::API_URL, rawurlencode( $this->product->get_name() ), $license, urlencode( get_site_url() ), $this->product->get_version() ); } /** diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Translate.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Translate.php index 4f22efd..ea30199 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Translate.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Translate.php @@ -295,7 +295,7 @@ class Translate extends Abstract_Module { ), 'gn' => array( 'slug' => 'gn', - 'name' => 'Guaraní', + 'name' => 'Guarani', ), 'gsw' => array( 'slug' => 'gsw', @@ -471,7 +471,7 @@ class Translate extends Abstract_Module { ), 'nb_NO' => array( 'slug' => 'nb', - 'name' => 'Norwegian (Bokmål)', + 'name' => 'Norwegian (Bokmal)', ), 'nl_NL' => array( 'slug' => 'nl', diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Uninstall_feedback.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Uninstall_feedback.php index ccc6ca2..a054f5c 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Uninstall_feedback.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Uninstall_feedback.php @@ -40,7 +40,7 @@ class Uninstall_Feedback extends Abstract_Module { * * @var string Endpoint url. */ - const FEEDBACK_ENDPOINT = 'http://feedback.themeisle.com/wordpress/wp-json/__pirate_feedback_/v1/feedback'; + const FEEDBACK_ENDPOINT = 'https://api.themeisle.com/tracking/uninstall'; /** * Default options for plugins. @@ -109,7 +109,7 @@ class Uninstall_Feedback extends Abstract_Module { * * @var string $heading_plugin The heading of the modal */ - private $heading_plugin = 'What’s wrong?'; + private $heading_plugin = 'What\'s wrong?'; /** * Default heading for theme. * @@ -698,6 +698,7 @@ class Uninstall_Feedback extends Abstract_Module { 'title' => 'Below is a detailed view of all data that ThemeIsle will receive if you fill in this survey. No domain name, email address or IP addresses are transmited after you submit the survey.', 'items' => [ sprintf( '%s %s version %s %s %s %s', '', ucwords( $this->product->get_type() ), '', '', $this->product->get_version(), '' ), + sprintf( '%sCurrent website:%s %s %s %s', '', '', '', get_site_url(), '' ), sprintf( '%s Uninstall reason %s %s Selected reason from the above survey %s ', '', '', '', '' ), ], ], @@ -782,6 +783,7 @@ class Uninstall_Feedback extends Abstract_Module { $version = $this->product->get_version(); $attributes['slug'] = $slug; $attributes['version'] = $version; + $attributes['url'] = get_site_url(); $response = wp_remote_post( self::FEEDBACK_ENDPOINT, diff --git a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Product.php b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Product.php index a02b57a..8678d7b 100644 --- a/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Product.php +++ b/wp-content/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Product.php @@ -106,7 +106,10 @@ class Product { * @var string $version The product version. */ private $version; - + /** + * Root api endpoint. + */ + const API_URL = 'https://api.themeisle.com/'; /** * ThemeIsle_SDK_Product constructor. * diff --git a/wp-content/plugins/menu-icons/vendor/composer/autoload_files.php b/wp-content/plugins/menu-icons/vendor/composer/autoload_files.php index 3d4f88a..69af022 100644 --- a/wp-content/plugins/menu-icons/vendor/composer/autoload_files.php +++ b/wp-content/plugins/menu-icons/vendor/composer/autoload_files.php @@ -6,6 +6,7 @@ $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( + '2c2d2fe92db4cd03403dbb108ac263b7' => $vendorDir . '/codeinwp/gutenberg-menu-icons/load.php', '0498965e576e4ec1efaedeccfee8b5f0' => $vendorDir . '/codeinwp/menu-item-custom-fields/menu-item-custom-fields.php', '347e48cf03d89942a6ddafc17d247b11' => $vendorDir . '/codeinwp/icon-picker/icon-picker.php', '5a095c604245b0e67e4573f0a3b240cd' => $vendorDir . '/codeinwp/themeisle-sdk/load.php', diff --git a/wp-content/plugins/menu-icons/vendor/composer/autoload_real.php b/wp-content/plugins/menu-icons/vendor/composer/autoload_real.php index 30a5cae..6a5aaf1 100644 --- a/wp-content/plugins/menu-icons/vendor/composer/autoload_real.php +++ b/wp-content/plugins/menu-icons/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08 +class ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1 { private static $loader; @@ -19,9 +19,9 @@ class ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1', 'loadClassLoader')); $map = require __DIR__ . '/autoload_namespaces.php'; foreach ($map as $namespace => $path) { @@ -42,14 +42,14 @@ class ComposerAutoloaderInit873bebd9231b7541fb9e78cc3bcf3a08 $includeFiles = require __DIR__ . '/autoload_files.php'; foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire873bebd9231b7541fb9e78cc3bcf3a08($fileIdentifier, $file); + composerRequire71c9918e9dc7700df7d673a6b588baa1($fileIdentifier, $file); } return $loader; } } -function composerRequire873bebd9231b7541fb9e78cc3bcf3a08($fileIdentifier, $file) +function composerRequire71c9918e9dc7700df7d673a6b588baa1($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; diff --git a/wp-content/plugins/menu-icons/vendor/composer/installed.json b/wp-content/plugins/menu-icons/vendor/composer/installed.json index 0916300..e8a8fad 100644 --- a/wp-content/plugins/menu-icons/vendor/composer/installed.json +++ b/wp-content/plugins/menu-icons/vendor/composer/installed.json @@ -47,12 +47,12 @@ "source": { "type": "git", "url": "https://github.com/Codeinwp/menu-item-custom-fields.git", - "reference": "0155ce0f0a959d6f227edcff7d16e2a326d9269b" + "reference": "26a5849e5b60556fe577afa3622fff512b5826c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/menu-item-custom-fields/zipball/0155ce0f0a959d6f227edcff7d16e2a326d9269b", - "reference": "0155ce0f0a959d6f227edcff7d16e2a326d9269b", + "url": "https://api.github.com/repos/Codeinwp/menu-item-custom-fields/zipball/26a5849e5b60556fe577afa3622fff512b5826c4", + "reference": "26a5849e5b60556fe577afa3622fff512b5826c4", "shasum": "" }, "require": { @@ -61,7 +61,7 @@ "require-dev": { "wp-coding-standards/wpcs": "^0.10.0" }, - "time": "2018-12-10 16:01:32", + "time": "2020-04-27 19:54:38", "type": "wordpress-plugin", "installation-source": "source", "notification-url": "https://packagist.org/downloads/", @@ -79,17 +79,17 @@ }, { "name": "codeinwp/themeisle-sdk", - "version": "3.1.7", - "version_normalized": "3.1.7.0", + "version": "3.2.14", + "version_normalized": "3.2.14.0", "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-sdk.git", - "reference": "5162163ec2d609e0b61e382f8fcf6ad47cca3293" + "reference": "992f5e8347836e325ffc50760da1d550b79831c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/5162163ec2d609e0b61e382f8fcf6ad47cca3293", - "reference": "5162163ec2d609e0b61e382f8fcf6ad47cca3293", + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/992f5e8347836e325ffc50760da1d550b79831c4", + "reference": "992f5e8347836e325ffc50760da1d550b79831c4", "shasum": "" }, "require-dev": { @@ -97,7 +97,7 @@ "squizlabs/php_codesniffer": "^3.1", "wp-coding-standards/wpcs": "^1.0.0" }, - "time": "2019-11-07 12:16:41", + "time": "2020-06-10 16:25:09", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", @@ -116,5 +116,49 @@ "keywords": [ "wordpress" ] + }, + { + "name": "codeinwp/gutenberg-menu-icons", + "version": "1.0.4", + "version_normalized": "1.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Codeinwp/gutenberg-menu-icons.git", + "reference": "121ef82c57a556301265cbd1032d28619235e488" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Codeinwp/gutenberg-menu-icons/zipball/121ef82c57a556301265cbd1032d28619235e488", + "reference": "121ef82c57a556301265cbd1032d28619235e488", + "shasum": "" + }, + "require-dev": { + "automattic/vipwpcs": "^0.3.0 || ^1.0.0", + "dealerdirect/phpcodesniffer-composer-installer": "0.6.2", + "phpcompatibility/php-compatibility": "^9", + "squizlabs/php_codesniffer": "^3.3", + "wp-coding-standards/wpcs": "^1" + }, + "time": "2020-05-17 21:08:46", + "type": "library", + "installation-source": "dist", + "autoload": { + "files": [ + "load.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-or-later" + ], + "authors": [ + { + "name": "ThemeIsle team", + "email": "friends@themeisle.com", + "homepage": "https://themeisle.com" + } + ], + "description": "Menu Icons for Gutenberg", + "homepage": "https://github.com/Codeinwp/gutenberg-menu-icons" } ]