diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1059361..500b023e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ not have access** --- +## [5.15.4](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.15.4) - 2021-08-04 + +### Changed + +* Removed the tripadvisor brand icon by request of Tripadvisor +* Update bug, bullseye, drone, icons FortAwesome/Font-Awesome#17800 FortAwesome/Font-Awesome#17106 FortAwesome/Font-Awesome#17730 +* Update bootstrap, discord, figma, and font-awesome-* brand icons FortAwesome/Font-Awesome#17436 + +### Fixed + +* Made font-family matching case-insensitive for SVG + JavaScript version of Font Awesome FortAwesome/Font-Awesome#17860 +* Corrected missing version hospital-user FortAwesome/Font-Awesome#17435 +* Removed useless .tgz file in @fortawesome/fontawesome-pro and all @fortawesome/pro-*-svg-icons + +--- + ## [5.15.3](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.15.3) - 2021-03-16 ### Changed diff --git a/UPGRADING.md b/UPGRADING.md index a773acbba..a5a76229d 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -8,6 +8,12 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne --- +## 5.15.3 to 5.15.4 + +The tripadvisor brand icon has been removed by legal request of Tripadvisor. + +--- + ## 5.15.2 to 5.15.3 There are no breaking changes in this version upgrade. diff --git a/css/all.css b/css/all.css index 6280d727a..d9ade752d 100644 --- a/css/all.css +++ b/css/all.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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, @@ -4089,9 +4089,6 @@ readers do not read off random characters that represent icons */ .fa-trello:before { content: "\f181"; } -.fa-tripadvisor:before { - content: "\f262"; } - .fa-trophy:before { content: "\f091"; } diff --git a/css/all.min.css b/css/all.min.css index e1e271c00..ac76ff191 100644 --- a/css/all.min.css +++ b/css/all.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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 +.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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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/css/brands.css b/css/brands.css index be70b81cc..92463173a 100644 --- a/css/brands.css +++ b/css/brands.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { diff --git a/css/brands.min.css b/css/brands.min.css index 4fd4403b8..bdd4a243f 100644 --- a/css/brands.min.css +++ b/css/brands.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @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-weight:400} \ No newline at end of file diff --git a/css/fontawesome.css b/css/fontawesome.css index 94ae35b17..74de602a9 100644 --- a/css/fontawesome.css +++ b/css/fontawesome.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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, @@ -4089,9 +4089,6 @@ readers do not read off random characters that represent icons */ .fa-trello:before { content: "\f181"; } -.fa-tripadvisor:before { - content: "\f262"; } - .fa-trophy:before { content: "\f091"; } diff --git a/css/fontawesome.min.css b/css/fontawesome.min.css index 2592f48e3..bec9b39e5 100644 --- a/css/fontawesome.min.css +++ b/css/fontawesome.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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} \ No newline at end of file +.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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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} \ No newline at end of file diff --git a/css/regular.css b/css/regular.css index 73562ca00..6f45057d9 100644 --- a/css/regular.css +++ b/css/regular.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { diff --git a/css/regular.min.css b/css/regular.min.css index 9f30cbd7f..21881d5a0 100644 --- a/css/regular.min.css +++ b/css/regular.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @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")}.far{font-family:"Font Awesome 5 Free";font-weight:400} \ No newline at end of file diff --git a/css/solid.css b/css/solid.css index 746ff2888..604e7551b 100644 --- a/css/solid.css +++ b/css/solid.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { diff --git a/css/solid.min.css b/css/solid.min.css index a9ec9ea62..acdb46dcf 100644 --- a/css/solid.min.css +++ b/css/solid.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @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,.fas{font-family:"Font Awesome 5 Free";font-weight:900} \ No newline at end of file diff --git a/css/svg-with-js.css b/css/svg-with-js.css index 49f22f143..45f33e5d8 100644 --- a/css/svg-with-js.css +++ b/css/svg-with-js.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ svg:not(:root).svg-inline--fa { diff --git a/css/svg-with-js.min.css b/css/svg-with-js.min.css index 7aae2e4b7..101beb83e 100644 --- a/css/svg-with-js.min.css +++ b/css/svg-with-js.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.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;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.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}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff} \ No newline at end of file diff --git a/css/v4-shims.css b/css/v4-shims.css index f2c6bf081..1ef4893b4 100644 --- a/css/v4-shims.css +++ b/css/v4-shims.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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.fa-glass:before { diff --git a/css/v4-shims.min.css b/css/v4-shims.min.css index 7506723a2..21a0708aa 100644 --- a/css/v4-shims.min.css +++ b/css/v4-shims.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"} \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-common-types/attribution.js b/js-packages/@fortawesome/fontawesome-common-types/attribution.js index 6bb7d24b1..6f1146f4f 100644 --- a/js-packages/@fortawesome/fontawesome-common-types/attribution.js +++ b/js-packages/@fortawesome/fontawesome-common-types/attribution.js @@ -1,3 +1,3 @@ -console.log(`Font Awesome Free 0.2.35 by @fontawesome - https://fontawesome.com +console.log(`Font Awesome Free 0.2.36 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) `) \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-common-types/index.d.ts b/js-packages/@fortawesome/fontawesome-common-types/index.d.ts index e2f83fd00..e801ba709 100644 --- a/js-packages/@fortawesome/fontawesome-common-types/index.d.ts +++ b/js-packages/@fortawesome/fontawesome-common-types/index.d.ts @@ -413,7 +413,6 @@ export type IconName = '500px' | 'tiktok' | 'trade-federation' | 'trello' | - 'tripadvisor' | 'tumblr' | 'tumblr-square' | 'twitch' | diff --git a/js-packages/@fortawesome/fontawesome-common-types/package.json b/js-packages/@fortawesome/fontawesome-common-types/package.json index b37505ceb..39799a08b 100644 --- a/js-packages/@fortawesome/fontawesome-common-types/package.json +++ b/js-packages/@fortawesome/fontawesome-common-types/package.json @@ -47,7 +47,7 @@ "node": ">=6" }, "dependencies": {}, - "version": "0.2.35", + "version": "0.2.36", "name": "@fortawesome/fontawesome-common-types", "license": "MIT", "types": "./index.d.ts", diff --git a/js-packages/@fortawesome/fontawesome-free/attribution.js b/js-packages/@fortawesome/fontawesome-free/attribution.js index 2d28cc90d..741c81f8b 100644 --- a/js-packages/@fortawesome/fontawesome-free/attribution.js +++ b/js-packages/@fortawesome/fontawesome-free/attribution.js @@ -1,3 +1,3 @@ -console.log(`Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com +console.log(`Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) `) \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/css/all.css b/js-packages/@fortawesome/fontawesome-free/css/all.css index 6280d727a..d9ade752d 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/all.css +++ b/js-packages/@fortawesome/fontawesome-free/css/all.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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, @@ -4089,9 +4089,6 @@ readers do not read off random characters that represent icons */ .fa-trello:before { content: "\f181"; } -.fa-tripadvisor:before { - content: "\f262"; } - .fa-trophy:before { content: "\f091"; } diff --git a/js-packages/@fortawesome/fontawesome-free/css/all.min.css b/js-packages/@fortawesome/fontawesome-free/css/all.min.css index e1e271c00..ac76ff191 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/all.min.css +++ b/js-packages/@fortawesome/fontawesome-free/css/all.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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 +.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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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/js-packages/@fortawesome/fontawesome-free/css/brands.css b/js-packages/@fortawesome/fontawesome-free/css/brands.css index be70b81cc..92463173a 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/brands.css +++ b/js-packages/@fortawesome/fontawesome-free/css/brands.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { diff --git a/js-packages/@fortawesome/fontawesome-free/css/brands.min.css b/js-packages/@fortawesome/fontawesome-free/css/brands.min.css index 4fd4403b8..bdd4a243f 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/brands.min.css +++ b/js-packages/@fortawesome/fontawesome-free/css/brands.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @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-weight:400} \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/css/fontawesome.css b/js-packages/@fortawesome/fontawesome-free/css/fontawesome.css index 94ae35b17..74de602a9 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/fontawesome.css +++ b/js-packages/@fortawesome/fontawesome-free/css/fontawesome.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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, @@ -4089,9 +4089,6 @@ readers do not read off random characters that represent icons */ .fa-trello:before { content: "\f181"; } -.fa-tripadvisor:before { - content: "\f262"; } - .fa-trophy:before { content: "\f091"; } diff --git a/js-packages/@fortawesome/fontawesome-free/css/fontawesome.min.css b/js-packages/@fortawesome/fontawesome-free/css/fontawesome.min.css index 2592f48e3..bec9b39e5 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/fontawesome.min.css +++ b/js-packages/@fortawesome/fontawesome-free/css/fontawesome.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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} \ No newline at end of file +.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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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} \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/css/regular.css b/js-packages/@fortawesome/fontawesome-free/css/regular.css index 73562ca00..6f45057d9 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/regular.css +++ b/js-packages/@fortawesome/fontawesome-free/css/regular.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { diff --git a/js-packages/@fortawesome/fontawesome-free/css/regular.min.css b/js-packages/@fortawesome/fontawesome-free/css/regular.min.css index 9f30cbd7f..21881d5a0 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/regular.min.css +++ b/js-packages/@fortawesome/fontawesome-free/css/regular.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @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")}.far{font-family:"Font Awesome 5 Free";font-weight:400} \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/css/solid.css b/js-packages/@fortawesome/fontawesome-free/css/solid.css index 746ff2888..604e7551b 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/solid.css +++ b/js-packages/@fortawesome/fontawesome-free/css/solid.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { diff --git a/js-packages/@fortawesome/fontawesome-free/css/solid.min.css b/js-packages/@fortawesome/fontawesome-free/css/solid.min.css index a9ec9ea62..acdb46dcf 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/solid.min.css +++ b/js-packages/@fortawesome/fontawesome-free/css/solid.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @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,.fas{font-family:"Font Awesome 5 Free";font-weight:900} \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/css/svg-with-js.css b/js-packages/@fortawesome/fontawesome-free/css/svg-with-js.css index 49f22f143..45f33e5d8 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/svg-with-js.css +++ b/js-packages/@fortawesome/fontawesome-free/css/svg-with-js.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ svg:not(:root).svg-inline--fa { diff --git a/js-packages/@fortawesome/fontawesome-free/css/svg-with-js.min.css b/js-packages/@fortawesome/fontawesome-free/css/svg-with-js.min.css index 7aae2e4b7..101beb83e 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/svg-with-js.min.css +++ b/js-packages/@fortawesome/fontawesome-free/css/svg-with-js.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.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;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.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}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff} \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/css/v4-shims.css b/js-packages/@fortawesome/fontawesome-free/css/v4-shims.css index f2c6bf081..1ef4893b4 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/v4-shims.css +++ b/js-packages/@fortawesome/fontawesome-free/css/v4-shims.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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.fa-glass:before { diff --git a/js-packages/@fortawesome/fontawesome-free/css/v4-shims.min.css b/js-packages/@fortawesome/fontawesome-free/css/v4-shims.min.css index 7506723a2..21a0708aa 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/v4-shims.min.css +++ b/js-packages/@fortawesome/fontawesome-free/css/v4-shims.min.css @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 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.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"} \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/js/all.js b/js-packages/@fortawesome/fontawesome-free/js/all.js index 96d20e3a1..2faf070c6 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/all.js +++ b/js-packages/@fortawesome/fontawesome-free/js/all.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { @@ -163,7 +163,7 @@ "blogger-b": [448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"], "bluetooth": [448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"], "bluetooth-b": [320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"], - "bootstrap": [448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z"], + "bootstrap": [576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"], "btc": [384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"], "buffer": [448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"], "buromobelexperte": [448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"], @@ -227,7 +227,7 @@ "diaspora": [512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"], "digg": [512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"], "digital-ocean": [512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"], - "discord": [448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z"], + "discord": [640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"], "discourse": [448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"], "dochub": [416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"], "docker": [640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"], @@ -258,7 +258,7 @@ "fantasy-flight-games": [512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"], "fedex": [640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"], "fedora": [448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z"], - "figma": [384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z"], + "figma": [384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"], "firefox": [512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"], "firefox-browser": [512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z"], "first-order": [448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"], @@ -267,10 +267,10 @@ "flickr": [448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"], "flipboard": [448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"], "fly": [384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"], - "font-awesome": [448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z"], - "font-awesome-alt": [448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z"], - "font-awesome-flag": [448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z"], - "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z"], + "font-awesome": [448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z"], + "font-awesome-alt": [448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z"], + "font-awesome-flag": [448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z"], + "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z"], "fonticons": [448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"], "fonticons-fi": [384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"], "fort-awesome": [512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"], @@ -511,7 +511,6 @@ "tiktok": [448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"], "trade-federation": [496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"], "trello": [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"], - "tripadvisor": [576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z"], "tumblr": [320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"], "tumblr-square": [448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z"], "twitch": [512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"], @@ -2183,7 +2182,7 @@ 'kit': 'fak' }; var LAYERS_TEXT_CLASSNAME = 'fa-layers-text'; - var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/; // TODO: do we need to handle font-weight for kit SVG pseudo-elements? + var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i; // TODO: do we need to handle font-weight for kit SVG pseudo-elements? var FONT_WEIGHT_TO_PREFIX = { '900': 'fas', @@ -3093,7 +3092,7 @@ mark: noop$1, measure: noop$1 }; - var preamble = "FA \"5.15.3\""; + var preamble = "FA \"5.15.4\""; var begin = function begin(name) { p.mark("".concat(preamble, " ").concat(name, " begins")); diff --git a/js-packages/@fortawesome/fontawesome-free/js/all.min.js b/js-packages/@fortawesome/fontawesome-free/js/all.min.js index fa0871a9f..bd1bd011d 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/all.min.js +++ b/js-packages/@fortawesome/fontawesome-free/js/all.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { @@ -89,7 +89,7 @@ "blogger-b": [ 448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z" ], bluetooth: [ 448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z" ], "bluetooth-b": [ 320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z" ], - bootstrap: [ 448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z" ], + bootstrap: [ 576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z" ], btc: [ 384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z" ], buffer: [ 448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z" ], buromobelexperte: [ 448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z" ], @@ -153,7 +153,7 @@ diaspora: [ 512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z" ], digg: [ 512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z" ], "digital-ocean": [ 512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z" ], - discord: [ 448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z" ], + discord: [ 640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" ], discourse: [ 448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z" ], dochub: [ 416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z" ], docker: [ 640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z" ], @@ -184,7 +184,7 @@ "fantasy-flight-games": [ 512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z" ], fedex: [ 640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z" ], fedora: [ 448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z" ], - figma: [ 384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z" ], + figma: [ 384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z" ], firefox: [ 512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z" ], "firefox-browser": [ 512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z" ], "first-order": [ 448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z" ], @@ -193,10 +193,10 @@ flickr: [ 448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" ], flipboard: [ 448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z" ], fly: [ 384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z" ], - "font-awesome": [ 448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z" ], - "font-awesome-alt": [ 448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z" ], - "font-awesome-flag": [ 448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z" ], - "font-awesome-logo-full": [ 3992, 512, [ "Font Awesome" ], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z" ], + "font-awesome": [ 448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z" ], + "font-awesome-alt": [ 448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z" ], + "font-awesome-flag": [ 448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z" ], + "font-awesome-logo-full": [ 3992, 512, [ "Font Awesome" ], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z" ], fonticons: [ 448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z" ], "fonticons-fi": [ 384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z" ], "fort-awesome": [ 512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z" ], @@ -437,7 +437,6 @@ tiktok: [ 448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" ], "trade-federation": [ 496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z" ], trello: [ 448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z" ], - tripadvisor: [ 576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z" ], tumblr: [ 320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z" ], "tumblr-square": [ 448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z" ], twitch: [ 512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" ], @@ -1869,7 +1868,7 @@ duotone: "fad", brands: "fab", kit: "fak" - }, q = "fa-layers-text", O = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/, j = { + }, q = "fa-layers-text", O = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i, j = { 900: "fas", 400: "far", normal: "far", @@ -2288,7 +2287,7 @@ var jc = function() {}, Pc = lc.measurePerformance && M && M.mark && M.measure ? M : { mark: jc, measure: jc - }, Ec = 'FA "5.15.3"', Nc = function(c) { + }, Ec = 'FA "5.15.4"', Nc = function(c) { Pc.mark("".concat(Ec, " ").concat(c, " ends")), Pc.measure("".concat(Ec, " ").concat(c), "".concat(Ec, " ").concat(c, " begins"), "".concat(Ec, " ").concat(c, " ends")); }, _c = { begin: function(c) { diff --git a/js-packages/@fortawesome/fontawesome-free/js/brands.js b/js-packages/@fortawesome/fontawesome-free/js/brands.js index 97f26728f..bd2da658e 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/brands.js +++ b/js-packages/@fortawesome/fontawesome-free/js/brands.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { @@ -163,7 +163,7 @@ "blogger-b": [448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"], "bluetooth": [448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"], "bluetooth-b": [320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"], - "bootstrap": [448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z"], + "bootstrap": [576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"], "btc": [384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"], "buffer": [448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"], "buromobelexperte": [448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"], @@ -227,7 +227,7 @@ "diaspora": [512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"], "digg": [512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"], "digital-ocean": [512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"], - "discord": [448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z"], + "discord": [640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"], "discourse": [448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"], "dochub": [416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"], "docker": [640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"], @@ -258,7 +258,7 @@ "fantasy-flight-games": [512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"], "fedex": [640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"], "fedora": [448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z"], - "figma": [384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z"], + "figma": [384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"], "firefox": [512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"], "firefox-browser": [512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z"], "first-order": [448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"], @@ -267,10 +267,10 @@ "flickr": [448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"], "flipboard": [448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"], "fly": [384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"], - "font-awesome": [448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z"], - "font-awesome-alt": [448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z"], - "font-awesome-flag": [448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z"], - "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z"], + "font-awesome": [448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z"], + "font-awesome-alt": [448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z"], + "font-awesome-flag": [448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z"], + "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z"], "fonticons": [448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"], "fonticons-fi": [384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"], "fort-awesome": [512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"], @@ -511,7 +511,6 @@ "tiktok": [448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"], "trade-federation": [496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"], "trello": [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"], - "tripadvisor": [576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z"], "tumblr": [320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"], "tumblr-square": [448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z"], "twitch": [512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"], diff --git a/js-packages/@fortawesome/fontawesome-free/js/brands.min.js b/js-packages/@fortawesome/fontawesome-free/js/brands.min.js index e89bef7a8..c2c44313d 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/brands.min.js +++ b/js-packages/@fortawesome/fontawesome-free/js/brands.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { @@ -89,7 +89,7 @@ "blogger-b": [ 448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z" ], bluetooth: [ 448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z" ], "bluetooth-b": [ 320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z" ], - bootstrap: [ 448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z" ], + bootstrap: [ 576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z" ], btc: [ 384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z" ], buffer: [ 448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z" ], buromobelexperte: [ 448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z" ], @@ -153,7 +153,7 @@ diaspora: [ 512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z" ], digg: [ 512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z" ], "digital-ocean": [ 512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z" ], - discord: [ 448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z" ], + discord: [ 640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" ], discourse: [ 448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z" ], dochub: [ 416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z" ], docker: [ 640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z" ], @@ -184,7 +184,7 @@ "fantasy-flight-games": [ 512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z" ], fedex: [ 640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z" ], fedora: [ 448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z" ], - figma: [ 384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z" ], + figma: [ 384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z" ], firefox: [ 512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z" ], "firefox-browser": [ 512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z" ], "first-order": [ 448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z" ], @@ -193,10 +193,10 @@ flickr: [ 448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" ], flipboard: [ 448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z" ], fly: [ 384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z" ], - "font-awesome": [ 448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z" ], - "font-awesome-alt": [ 448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z" ], - "font-awesome-flag": [ 448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z" ], - "font-awesome-logo-full": [ 3992, 512, [ "Font Awesome" ], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z" ], + "font-awesome": [ 448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z" ], + "font-awesome-alt": [ 448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z" ], + "font-awesome-flag": [ 448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z" ], + "font-awesome-logo-full": [ 3992, 512, [ "Font Awesome" ], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z" ], fonticons: [ 448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z" ], "fonticons-fi": [ 384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z" ], "fort-awesome": [ 512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z" ], @@ -437,7 +437,6 @@ tiktok: [ 448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" ], "trade-federation": [ 496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z" ], trello: [ 448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z" ], - tripadvisor: [ 576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z" ], tumblr: [ 320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z" ], "tumblr-square": [ 448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z" ], twitch: [ 512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" ], diff --git a/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.js b/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.js index 95b36fd65..4466245e2 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.js +++ b/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function (global, factory) { diff --git a/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.min.js b/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.min.js index 4aa4a3d75..952d1b7a6 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.min.js +++ b/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ var e, t; diff --git a/js-packages/@fortawesome/fontawesome-free/js/fontawesome.js b/js-packages/@fortawesome/fontawesome-free/js/fontawesome.js index b9d92a939..c85826673 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/fontawesome.js +++ b/js-packages/@fortawesome/fontawesome-free/js/fontawesome.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { @@ -199,7 +199,7 @@ 'kit': 'fak' }; var LAYERS_TEXT_CLASSNAME = 'fa-layers-text'; - var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/; // TODO: do we need to handle font-weight for kit SVG pseudo-elements? + var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i; // TODO: do we need to handle font-weight for kit SVG pseudo-elements? var FONT_WEIGHT_TO_PREFIX = { '900': 'fas', @@ -1109,7 +1109,7 @@ mark: noop$1, measure: noop$1 }; - var preamble = "FA \"5.15.3\""; + var preamble = "FA \"5.15.4\""; var begin = function begin(name) { p.mark("".concat(preamble, " ").concat(name, " begins")); diff --git a/js-packages/@fortawesome/fontawesome-free/js/fontawesome.min.js b/js-packages/@fortawesome/fontawesome-free/js/fontawesome.min.js index ed6555c8b..63e9b0620 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/fontawesome.min.js +++ b/js-packages/@fortawesome/fontawesome-free/js/fontawesome.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { @@ -98,7 +98,7 @@ duotone: "fad", brands: "fab", kit: "fak" - }, I = "fa-layers-text", j = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/, L = { + }, I = "fa-layers-text", j = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i, L = { 900: "fas", 400: "far", normal: "far", @@ -517,7 +517,7 @@ var Lt = function() {}, Rt = nt.measurePerformance && f && f.mark && f.measure ? f : { mark: Lt, measure: Lt - }, Tt = 'FA "5.15.3"', _t = function(t) { + }, Tt = 'FA "5.15.4"', _t = function(t) { Rt.mark("".concat(Tt, " ").concat(t, " ends")), Rt.measure("".concat(Tt, " ").concat(t), "".concat(Tt, " ").concat(t, " begins"), "".concat(Tt, " ").concat(t, " ends")); }, Dt = { begin: function(t) { diff --git a/js-packages/@fortawesome/fontawesome-free/js/regular.js b/js-packages/@fortawesome/fontawesome-free/js/regular.js index 469bb4c24..e2c579289 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/regular.js +++ b/js-packages/@fortawesome/fontawesome-free/js/regular.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { diff --git a/js-packages/@fortawesome/fontawesome-free/js/regular.min.js b/js-packages/@fortawesome/fontawesome-free/js/regular.min.js index 63ee0ed4e..868de0d79 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/regular.min.js +++ b/js-packages/@fortawesome/fontawesome-free/js/regular.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { diff --git a/js-packages/@fortawesome/fontawesome-free/js/solid.js b/js-packages/@fortawesome/fontawesome-free/js/solid.js index 579477bba..8c065a26b 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/solid.js +++ b/js-packages/@fortawesome/fontawesome-free/js/solid.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { diff --git a/js-packages/@fortawesome/fontawesome-free/js/solid.min.js b/js-packages/@fortawesome/fontawesome-free/js/solid.min.js index b0436db06..b5cb4229c 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/solid.min.js +++ b/js-packages/@fortawesome/fontawesome-free/js/solid.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { diff --git a/js-packages/@fortawesome/fontawesome-free/js/v4-shims.js b/js-packages/@fortawesome/fontawesome-free/js/v4-shims.js index eb3ece9cb..fdcaf9531 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/v4-shims.js +++ b/js-packages/@fortawesome/fontawesome-free/js/v4-shims.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function (global, factory) { diff --git a/js-packages/@fortawesome/fontawesome-free/js/v4-shims.min.js b/js-packages/@fortawesome/fontawesome-free/js/v4-shims.min.js index ad59f2913..05d5ee768 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/v4-shims.min.js +++ b/js-packages/@fortawesome/fontawesome-free/js/v4-shims.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ var l, a; diff --git a/js-packages/@fortawesome/fontawesome-free/less/_icons.less b/js-packages/@fortawesome/fontawesome-free/less/_icons.less index 5dc7df5eb..70de03f78 100644 --- a/js-packages/@fortawesome/fontawesome-free/less/_icons.less +++ b/js-packages/@fortawesome/fontawesome-free/less/_icons.less @@ -1301,7 +1301,6 @@ .@{fa-css-prefix}-trash-restore-alt:before { content: @fa-var-trash-restore-alt; } .@{fa-css-prefix}-tree:before { content: @fa-var-tree; } .@{fa-css-prefix}-trello:before { content: @fa-var-trello; } -.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; } .@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; } .@{fa-css-prefix}-truck:before { content: @fa-var-truck; } .@{fa-css-prefix}-truck-loading:before { content: @fa-var-truck-loading; } diff --git a/js-packages/@fortawesome/fontawesome-free/less/_variables.less b/js-packages/@fortawesome/fontawesome-free/less/_variables.less index cf8daffba..984de1689 100644 --- a/js-packages/@fortawesome/fontawesome-free/less/_variables.less +++ b/js-packages/@fortawesome/fontawesome-free/less/_variables.less @@ -6,7 +6,7 @@ @fa-font-display: block; @fa-line-height-base: 1; @fa-css-prefix: fa; -@fa-version: "5.15.3"; +@fa-version: "5.15.4"; @fa-border-color: #eee; @fa-inverse: #fff; @fa-li-width: 2em; @@ -1313,7 +1313,6 @@ @fa-var-trash-restore-alt: "\f82a"; @fa-var-tree: "\f1bb"; @fa-var-trello: "\f181"; -@fa-var-tripadvisor: "\f262"; @fa-var-trophy: "\f091"; @fa-var-truck: "\f0d1"; @fa-var-truck-loading: "\f4de"; diff --git a/js-packages/@fortawesome/fontawesome-free/less/brands.less b/js-packages/@fortawesome/fontawesome-free/less/brands.less index 030b7ae90..a4bfa6860 100644 --- a/js-packages/@fortawesome/fontawesome-free/less/brands.less +++ b/js-packages/@fortawesome/fontawesome-free/less/brands.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import "_variables.less"; diff --git a/js-packages/@fortawesome/fontawesome-free/less/fontawesome.less b/js-packages/@fortawesome/fontawesome-free/less/fontawesome.less index 826afc5e5..7fce364e9 100644 --- a/js-packages/@fortawesome/fontawesome-free/less/fontawesome.less +++ b/js-packages/@fortawesome/fontawesome-free/less/fontawesome.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import "_variables.less"; diff --git a/js-packages/@fortawesome/fontawesome-free/less/regular.less b/js-packages/@fortawesome/fontawesome-free/less/regular.less index 8057ddd92..1eb6d5205 100644 --- a/js-packages/@fortawesome/fontawesome-free/less/regular.less +++ b/js-packages/@fortawesome/fontawesome-free/less/regular.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import "_variables.less"; diff --git a/js-packages/@fortawesome/fontawesome-free/less/solid.less b/js-packages/@fortawesome/fontawesome-free/less/solid.less index ea03f05c0..08bb28b13 100644 --- a/js-packages/@fortawesome/fontawesome-free/less/solid.less +++ b/js-packages/@fortawesome/fontawesome-free/less/solid.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import "_variables.less"; diff --git a/js-packages/@fortawesome/fontawesome-free/less/v4-shims.less b/js-packages/@fortawesome/fontawesome-free/less/v4-shims.less index e7e0e7e9c..a98427f54 100644 --- a/js-packages/@fortawesome/fontawesome-free/less/v4-shims.less +++ b/js-packages/@fortawesome/fontawesome-free/less/v4-shims.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import '_variables.less'; diff --git a/js-packages/@fortawesome/fontawesome-free/metadata/icons.yml b/js-packages/@fortawesome/fontawesome-free/metadata/icons.yml index ef0fc0700..9a17b04ac 100644 --- a/js-packages/@fortawesome/fontawesome-free/metadata/icons.yml +++ b/js-packages/@fortawesome/fontawesome-free/metadata/icons.yml @@ -2083,6 +2083,7 @@ bookmark: bootstrap: changes: - 5.8.0 + - 5.15.4 label: Bootstrap search: terms: [] @@ -2369,6 +2370,7 @@ bug: changes: - '3.2' - 5.0.0 + - 5.15.4 label: Bug search: terms: @@ -2421,6 +2423,7 @@ bullseye: - 5.0.0 - 5.3.0 - 5.10.1 + - 5.15.4 label: Bullseye search: terms: @@ -5642,6 +5645,7 @@ directions: discord: changes: - 5.0.0 + - 5.15.4 label: Discord search: terms: [] @@ -6982,6 +6986,7 @@ figma: - 5.6.0 - 5.7.0 - 5.8.0 + - 5.15.4 label: Figma search: terms: @@ -7838,6 +7843,7 @@ font-awesome: changes: - '4.6' - 5.0.0 + - 5.15.4 label: Font Awesome search: terms: @@ -7849,6 +7855,7 @@ font-awesome: font-awesome-alt: changes: - 5.0.0 + - 5.15.4 label: Alternate Font Awesome search: terms: [] @@ -7860,6 +7867,7 @@ font-awesome-flag: changes: - 5.0.0 - 5.0.1 + - 5.15.4 label: Font Awesome Flag search: terms: [] @@ -7870,6 +7878,7 @@ font-awesome-flag: font-awesome-logo-full: changes: - 5.0.11 + - 5.15.4 label: Font Awesome Full Logo ligatures: - Font Awesome @@ -10280,6 +10289,7 @@ hospital-symbol: hospital-user: changes: - 5.7.0 + - 5.13.0 label: Hospital with User search: terms: @@ -19543,19 +19553,6 @@ trello: - brands unicode: f181 voted: false -tripadvisor: - changes: - - '4.4' - - 5.0.0 - - 5.13.1 - - 5.14.0 - label: TripAdvisor - search: - terms: [] - styles: - - brands - unicode: f262 - voted: false trophy: changes: - '1' diff --git a/js-packages/@fortawesome/fontawesome-free/package.json b/js-packages/@fortawesome/fontawesome-free/package.json index dca23a750..b147e656e 100644 --- a/js-packages/@fortawesome/fontawesome-free/package.json +++ b/js-packages/@fortawesome/fontawesome-free/package.json @@ -47,7 +47,7 @@ "node": ">=6" }, "dependencies": {}, - "version": "5.15.3", + "version": "5.15.4", "name": "@fortawesome/fontawesome-free", "main": "js/fontawesome.js", "style": "css/fontawesome.css", diff --git a/js-packages/@fortawesome/fontawesome-free/scss/_icons.scss b/js-packages/@fortawesome/fontawesome-free/scss/_icons.scss index 598cfc98e..f8dc0a08f 100644 --- a/js-packages/@fortawesome/fontawesome-free/scss/_icons.scss +++ b/js-packages/@fortawesome/fontawesome-free/scss/_icons.scss @@ -1301,7 +1301,6 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-trash-restore-alt:before { content: fa-content($fa-var-trash-restore-alt); } .#{$fa-css-prefix}-tree:before { content: fa-content($fa-var-tree); } .#{$fa-css-prefix}-trello:before { content: fa-content($fa-var-trello); } -.#{$fa-css-prefix}-tripadvisor:before { content: fa-content($fa-var-tripadvisor); } .#{$fa-css-prefix}-trophy:before { content: fa-content($fa-var-trophy); } .#{$fa-css-prefix}-truck:before { content: fa-content($fa-var-truck); } .#{$fa-css-prefix}-truck-loading:before { content: fa-content($fa-var-truck-loading); } diff --git a/js-packages/@fortawesome/fontawesome-free/scss/_variables.scss b/js-packages/@fortawesome/fontawesome-free/scss/_variables.scss index 68a0750dd..b39f35e97 100644 --- a/js-packages/@fortawesome/fontawesome-free/scss/_variables.scss +++ b/js-packages/@fortawesome/fontawesome-free/scss/_variables.scss @@ -5,7 +5,7 @@ $fa-font-path: "../webfonts" !default; $fa-font-size-base: 16px !default; $fa-font-display: block !default; $fa-css-prefix: fa !default; -$fa-version: "5.15.3" !default; +$fa-version: "5.15.4" !default; $fa-border-color: #eee !default; $fa-inverse: #fff !default; $fa-li-width: 2em !default; @@ -1318,7 +1318,6 @@ $fa-var-trash-restore: \f829; $fa-var-trash-restore-alt: \f82a; $fa-var-tree: \f1bb; $fa-var-trello: \f181; -$fa-var-tripadvisor: \f262; $fa-var-trophy: \f091; $fa-var-truck: \f0d1; $fa-var-truck-loading: \f4de; diff --git a/js-packages/@fortawesome/fontawesome-free/scss/brands.scss b/js-packages/@fortawesome/fontawesome-free/scss/brands.scss index 09c926558..16af9964a 100644 --- a/js-packages/@fortawesome/fontawesome-free/scss/brands.scss +++ b/js-packages/@fortawesome/fontawesome-free/scss/brands.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/js-packages/@fortawesome/fontawesome-free/scss/fontawesome.scss b/js-packages/@fortawesome/fontawesome-free/scss/fontawesome.scss index b89511057..466d26c6b 100644 --- a/js-packages/@fortawesome/fontawesome-free/scss/fontawesome.scss +++ b/js-packages/@fortawesome/fontawesome-free/scss/fontawesome.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/js-packages/@fortawesome/fontawesome-free/scss/regular.scss b/js-packages/@fortawesome/fontawesome-free/scss/regular.scss index 84114c532..14b6cb3d2 100644 --- a/js-packages/@fortawesome/fontawesome-free/scss/regular.scss +++ b/js-packages/@fortawesome/fontawesome-free/scss/regular.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/js-packages/@fortawesome/fontawesome-free/scss/solid.scss b/js-packages/@fortawesome/fontawesome-free/scss/solid.scss index 1ecad81ee..56f1ead94 100644 --- a/js-packages/@fortawesome/fontawesome-free/scss/solid.scss +++ b/js-packages/@fortawesome/fontawesome-free/scss/solid.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/js-packages/@fortawesome/fontawesome-free/scss/v4-shims.scss b/js-packages/@fortawesome/fontawesome-free/scss/v4-shims.scss index 38b13c672..20d627a10 100644 --- a/js-packages/@fortawesome/fontawesome-free/scss/v4-shims.scss +++ b/js-packages/@fortawesome/fontawesome-free/scss/v4-shims.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/js-packages/@fortawesome/fontawesome-free/sprites/brands.svg b/js-packages/@fortawesome/fontawesome-free/sprites/brands.svg index 8191e5fe1..a32e97162 100644 --- a/js-packages/@fortawesome/fontawesome-free/sprites/brands.svg +++ b/js-packages/@fortawesome/fontawesome-free/sprites/brands.svg @@ -1,6 +1,6 @@ @@ -136,8 +136,8 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - - + + @@ -328,8 +328,8 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - - + + @@ -422,7 +422,7 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - + @@ -449,16 +449,16 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - + - + - + - + @@ -1180,9 +1180,6 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - - - diff --git a/js-packages/@fortawesome/fontawesome-free/sprites/regular.svg b/js-packages/@fortawesome/fontawesome-free/sprites/regular.svg index 92261a56b..31ebef71b 100644 --- a/js-packages/@fortawesome/fontawesome-free/sprites/regular.svg +++ b/js-packages/@fortawesome/fontawesome-free/sprites/regular.svg @@ -1,6 +1,6 @@ diff --git a/js-packages/@fortawesome/fontawesome-free/sprites/solid.svg b/js-packages/@fortawesome/fontawesome-free/sprites/solid.svg index 41e2c1776..edaf08266 100644 --- a/js-packages/@fortawesome/fontawesome-free/sprites/solid.svg +++ b/js-packages/@fortawesome/fontawesome-free/sprites/solid.svg @@ -1,6 +1,6 @@ diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/500px.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/500px.svg index 9f16aad43..3ebcea282 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/500px.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/500px.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/accessible-icon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/accessible-icon.svg index 154dcb4e2..25f5e2840 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/accessible-icon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/accessible-icon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/accusoft.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/accusoft.svg index 3c7a7328a..f73c7f66e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/accusoft.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/accusoft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/acquisitions-incorporated.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/acquisitions-incorporated.svg index 62958c605..1fd3a63e5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/acquisitions-incorporated.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/acquisitions-incorporated.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/adn.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/adn.svg index 9b3e4dbf5..57a9c9757 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/adn.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/adn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/adversal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/adversal.svg index 86da8c9c2..6ffdef364 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/adversal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/adversal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/affiliatetheme.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/affiliatetheme.svg index c34dbeb70..923a4eb7a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/affiliatetheme.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/affiliatetheme.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/airbnb.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/airbnb.svg index 261baafb1..dcf3e11ea 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/airbnb.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/airbnb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/algolia.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/algolia.svg index 78babc73d..176b240ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/algolia.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/algolia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/alipay.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/alipay.svg index c78748801..db77e9bc7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/alipay.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/alipay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/amazon-pay.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/amazon-pay.svg index ca136e3ca..ecd341def 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/amazon-pay.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/amazon-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/amazon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/amazon.svg index ac8166f19..2f84e4c3b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/amazon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/amazon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/amilia.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/amilia.svg index d598f1c7e..cfdef821c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/amilia.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/amilia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/android.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/android.svg index 43706ac46..58ad34c42 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/android.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/android.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/angellist.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/angellist.svg index 572cdc8cc..b8d53da95 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/angellist.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/angellist.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/angrycreative.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/angrycreative.svg index d5774a057..2f3b7d837 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/angrycreative.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/angrycreative.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/angular.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/angular.svg index 7894b5534..6ac35380e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/angular.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/angular.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/app-store-ios.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/app-store-ios.svg index fdf5240cb..9aa6d5593 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/app-store-ios.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/app-store-ios.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/app-store.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/app-store.svg index 8091e99d7..6baa9d7df 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/app-store.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/app-store.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/apper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/apper.svg index b322fa47f..afd41e885 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/apper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/apper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/apple-pay.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/apple-pay.svg index 963226835..b029fe00a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/apple-pay.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/apple-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/apple.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/apple.svg index 32788dc43..230bc0c89 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/apple.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/apple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/artstation.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/artstation.svg index 529c8ac5b..4fd4cff32 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/artstation.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/artstation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/asymmetrik.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/asymmetrik.svg index e004f82f8..1150d11ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/asymmetrik.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/asymmetrik.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/atlassian.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/atlassian.svg index 5561da701..be2dd2547 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/atlassian.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/atlassian.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/audible.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/audible.svg index b0e0be6e8..aa44decc7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/audible.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/audible.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/autoprefixer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/autoprefixer.svg index 762eb0e6f..f4a5e0fe2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/autoprefixer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/autoprefixer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/avianex.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/avianex.svg index 7a45b2958..f46141875 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/avianex.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/avianex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/aviato.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/aviato.svg index bbcd48d8a..0308da499 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/aviato.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/aviato.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/aws.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/aws.svg index ab4516a4b..c06d4b818 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/aws.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/aws.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bandcamp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bandcamp.svg index b0f7a7da1..007ee6647 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bandcamp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bandcamp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/battle-net.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/battle-net.svg index 89ed6f60d..7202f7341 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/battle-net.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/battle-net.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/behance-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/behance-square.svg index bebb516f9..c67090025 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/behance-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/behance-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/behance.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/behance.svg index a29803fd1..5ce094903 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/behance.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/behance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bimobject.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bimobject.svg index e8f1b29af..a30ddbda4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bimobject.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bimobject.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bitbucket.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bitbucket.svg index 70b3bddf4..50aff3076 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bitbucket.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bitbucket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bitcoin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bitcoin.svg index dffca0ad5..b9be56440 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bitcoin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bitcoin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bity.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bity.svg index 80b0999e2..124631fc4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bity.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bity.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/black-tie.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/black-tie.svg index 1b5c9648e..fcf4f264f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/black-tie.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/black-tie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/blackberry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/blackberry.svg index 01aef2712..10f6ca425 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/blackberry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/blackberry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/blogger-b.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/blogger-b.svg index f83338415..38782d0d0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/blogger-b.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/blogger-b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/blogger.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/blogger.svg index eda1d7dd6..f27f18dc2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/blogger.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/blogger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bluetooth-b.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bluetooth-b.svg index 4e611eb1f..3d2eca7c3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bluetooth-b.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bluetooth-b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bluetooth.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bluetooth.svg index 86032cfd9..c3923ed88 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bluetooth.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bluetooth.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bootstrap.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bootstrap.svg index 7481bc55c..c8d058283 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/bootstrap.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/bootstrap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/btc.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/btc.svg index f1f48e0d5..d5bbccb44 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/btc.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/btc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/buffer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/buffer.svg index ed868d312..c71bd3128 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/buffer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/buffer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/buromobelexperte.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/buromobelexperte.svg index 2e00b735e..dcffc7f24 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/buromobelexperte.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/buromobelexperte.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/buy-n-large.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/buy-n-large.svg index e6ed2463e..1ef197884 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/buy-n-large.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/buy-n-large.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/buysellads.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/buysellads.svg index 5eda650f4..653ff4486 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/buysellads.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/buysellads.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/canadian-maple-leaf.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/canadian-maple-leaf.svg index 4996ceba9..87017d6d0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/canadian-maple-leaf.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/canadian-maple-leaf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-amazon-pay.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-amazon-pay.svg index d4bfc1285..2d4047d0c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-amazon-pay.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-amazon-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-amex.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-amex.svg index f269f0a8e..61d6165dc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-amex.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-amex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-apple-pay.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-apple-pay.svg index 9f8209fe0..b419c8b4b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-apple-pay.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-apple-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-diners-club.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-diners-club.svg index 3af3c39d8..c3f457b6c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-diners-club.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-diners-club.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-discover.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-discover.svg index fc01f824b..51bc9bd61 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-discover.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-discover.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-jcb.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-jcb.svg index bcbf5f9ab..1269a6868 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-jcb.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-jcb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-mastercard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-mastercard.svg index 998b9d90a..600c7cbb7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-mastercard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-mastercard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-paypal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-paypal.svg index e8c321401..0613f5442 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-paypal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-paypal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-stripe.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-stripe.svg index c6463ad60..f4cd0f502 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-stripe.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-stripe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-visa.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-visa.svg index 428a2ec6b..e190ac6c4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-visa.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cc-visa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/centercode.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/centercode.svg index 6f8c6be93..d9b18f532 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/centercode.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/centercode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/centos.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/centos.svg index c6e6ec811..2ffe18cb8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/centos.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/centos.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/chrome.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/chrome.svg index 397738dea..8c5c07fae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/chrome.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/chrome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/chromecast.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/chromecast.svg index 091a43dc1..fcce4fc60 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/chromecast.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/chromecast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudflare.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudflare.svg index d2d486406..5c4d76544 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudflare.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudflare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudscale.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudscale.svg index cb2278029..4f9f0bf5b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudscale.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudscale.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudsmith.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudsmith.svg index 48f08ad67..260815f95 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudsmith.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudsmith.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudversify.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudversify.svg index c7a08fe5d..72f8e29ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudversify.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cloudversify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/codepen.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/codepen.svg index 7807f25a5..c88976921 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/codepen.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/codepen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/codiepie.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/codiepie.svg index 51132302b..6c9df92a1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/codiepie.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/codiepie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/confluence.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/confluence.svg index a8db336e9..ae6e0ef10 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/confluence.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/confluence.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/connectdevelop.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/connectdevelop.svg index 6bee40a80..da4b52e64 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/connectdevelop.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/connectdevelop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/contao.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/contao.svg index aa2b086db..4658f8da5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/contao.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/contao.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cotton-bureau.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cotton-bureau.svg index 9e6e9371e..d4f9bc00e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cotton-bureau.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cotton-bureau.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cpanel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cpanel.svg index 6de20a6e3..cecf2b82b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cpanel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cpanel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-by.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-by.svg index e3e095c0b..5a8e23854 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-by.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-by.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-eu.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-eu.svg index d879f00ef..1bf147251 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-eu.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-eu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-jp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-jp.svg index 38ba056d6..f09d3b548 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-jp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-jp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc.svg index 9e9fa7206..2f960a95d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nd.svg index deddce898..e8861c53a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd-alt.svg index 670498e25..9dd28cabb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd.svg index c89e7607b..f6fd01814 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-remix.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-remix.svg index 4e7d6fffc..1d6b21ec0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-remix.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-remix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sa.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sa.svg index 3cee9e1ac..3243ae3e1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sa.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling-plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling-plus.svg index aca6d21e3..c84aae97f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling-plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling.svg index 15311cf74..0b59ed222 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-share.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-share.svg index dc2f7ace8..cf0a234b9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-share.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-share.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-zero.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-zero.svg index 2068f9de5..a625567ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-zero.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons-zero.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons.svg index baa4257c2..6f4dc6225 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/creative-commons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/critical-role.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/critical-role.svg index 9ac2876e6..60bffe63e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/critical-role.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/critical-role.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/css3-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/css3-alt.svg index 82d42121c..89a9ddb0f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/css3-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/css3-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/css3.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/css3.svg index 95f24f69a..e708a07f1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/css3.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/css3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cuttlefish.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cuttlefish.svg index 2a419d15e..8fbd9ebcc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/cuttlefish.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/cuttlefish.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/d-and-d-beyond.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/d-and-d-beyond.svg index df1010b91..538b8b2fa 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/d-and-d-beyond.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/d-and-d-beyond.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/d-and-d.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/d-and-d.svg index 6911644cc..ce7506d2c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/d-and-d.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/d-and-d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dailymotion.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dailymotion.svg index 669d28d8c..f914fdb38 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dailymotion.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dailymotion.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dashcube.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dashcube.svg index 5ae9e782d..37af5c5a6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dashcube.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dashcube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/deezer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/deezer.svg index 77120fd5c..87022d51f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/deezer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/deezer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/delicious.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/delicious.svg index b2ec573d2..c60095f61 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/delicious.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/delicious.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/deploydog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/deploydog.svg index 078f2a337..0fceedc95 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/deploydog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/deploydog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/deskpro.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/deskpro.svg index d85044ef9..ae91cfcc6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/deskpro.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/deskpro.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dev.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dev.svg index ef7fbe747..f2529d5d3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dev.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dev.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/deviantart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/deviantart.svg index 621a35e46..eaad63aaf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/deviantart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/deviantart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dhl.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dhl.svg index 78fb53a6e..5af4925aa 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dhl.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dhl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/diaspora.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/diaspora.svg index e9fadd3c1..a639c3371 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/diaspora.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/diaspora.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/digg.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/digg.svg index c8966ca27..708a73841 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/digg.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/digg.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/digital-ocean.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/digital-ocean.svg index f0bb3f8da..7cc81de6a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/digital-ocean.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/digital-ocean.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/discord.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/discord.svg index c02d50c0d..73d2784ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/discord.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/discord.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/discourse.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/discourse.svg index 179c90c67..f47a2362c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/discourse.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/discourse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dochub.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dochub.svg index 426cbdf6a..ff8c4b93e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dochub.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dochub.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/docker.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/docker.svg index 015a02cd7..e4c803807 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/docker.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/docker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/draft2digital.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/draft2digital.svg index aa68ee688..279f74c94 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/draft2digital.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/draft2digital.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dribbble-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dribbble-square.svg index 62813ed91..19fe9db75 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dribbble-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dribbble-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dribbble.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dribbble.svg index b76c4e92c..3b1f3f335 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dribbble.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dribbble.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dropbox.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dropbox.svg index 60edb7a68..9ef4ae66a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dropbox.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dropbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/drupal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/drupal.svg index b20f55fc3..7d355f545 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/drupal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/drupal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dyalog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dyalog.svg index bc5dc20f9..dfae48561 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/dyalog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/dyalog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/earlybirds.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/earlybirds.svg index 630afd388..5768ebf69 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/earlybirds.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/earlybirds.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ebay.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ebay.svg index 3dc532a53..1d1360cf4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ebay.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ebay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/edge-legacy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/edge-legacy.svg index 9e95bd183..1f643536b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/edge-legacy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/edge-legacy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/edge.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/edge.svg index a2111ce6c..cfea89149 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/edge.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/edge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/elementor.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/elementor.svg index e91cf29b0..6936e14bf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/elementor.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/elementor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ello.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ello.svg index 490e61f98..80cfbec61 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ello.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ello.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ember.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ember.svg index 55f08bdac..58a1de71d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ember.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ember.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/empire.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/empire.svg index 66a6655b7..7f2b53a16 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/empire.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/empire.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/envira.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/envira.svg index acc3e22cd..17d5aac0c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/envira.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/envira.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/erlang.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/erlang.svg index f107c8076..5829f2551 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/erlang.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/erlang.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ethereum.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ethereum.svg index 499e9190d..431fff668 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ethereum.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ethereum.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/etsy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/etsy.svg index 4200e4ffa..1dd778683 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/etsy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/etsy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/evernote.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/evernote.svg index dc7c565cc..6f5d52b9a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/evernote.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/evernote.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/expeditedssl.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/expeditedssl.svg index eee0cab09..8dd07f831 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/expeditedssl.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/expeditedssl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-f.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-f.svg index 1db31b0f0..ab83e9c65 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-f.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-messenger.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-messenger.svg index d9d8877c6..e6321a8f5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-messenger.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-messenger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-square.svg index fd12acdde..8e0b51fb2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook.svg index 77829b4c4..7f375de44 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/facebook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fantasy-flight-games.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fantasy-flight-games.svg index 1f4244c92..5cedf3ff0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fantasy-flight-games.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fantasy-flight-games.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fedex.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fedex.svg index a6b1f942e..f3f19ffb6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fedex.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fedex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fedora.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fedora.svg index 3bda24ee1..ef933a439 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fedora.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fedora.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/figma.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/figma.svg index f5b541f3d..13ba70c89 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/figma.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/figma.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/firefox-browser.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/firefox-browser.svg index e08f6519e..4852f7ef5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/firefox-browser.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/firefox-browser.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/firefox.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/firefox.svg index 2d2837278..6867402bb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/firefox.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/firefox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/first-order-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/first-order-alt.svg index 58aef42e4..2a5a90981 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/first-order-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/first-order-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/first-order.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/first-order.svg index 5e1f82a1e..5a3c188db 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/first-order.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/first-order.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/firstdraft.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/firstdraft.svg index d59f8ee97..4b4a3bfbf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/firstdraft.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/firstdraft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/flickr.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/flickr.svg index 06f50a6d3..7815c444b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/flickr.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/flickr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/flipboard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/flipboard.svg index d8de48b03..6a6c02c2c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/flipboard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/flipboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fly.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fly.svg index 20a807b54..974a503f8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fly.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fly.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-alt.svg index 9ea560868..bb5c015dc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-flag.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-flag.svg index bdc05cab7..f9f028715 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-flag.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-flag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-logo-full.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-logo-full.svg index 812bbc0a9..c7eb606d4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-logo-full.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome-logo-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome.svg index b10910ad1..ca95b8921 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/font-awesome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fonticons-fi.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fonticons-fi.svg index e547bf2c1..0937f4138 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fonticons-fi.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fonticons-fi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fonticons.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fonticons.svg index c7ed1d4d7..bfad13518 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fonticons.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fonticons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fort-awesome-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fort-awesome-alt.svg index 51913aa6e..9e6066580 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fort-awesome-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fort-awesome-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fort-awesome.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fort-awesome.svg index 769ef2c76..82a9e148f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fort-awesome.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fort-awesome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/forumbee.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/forumbee.svg index 3acb80d01..d64ccec40 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/forumbee.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/forumbee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/foursquare.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/foursquare.svg index eb4761fbf..b73f4217f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/foursquare.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/foursquare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/free-code-camp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/free-code-camp.svg index 80ac7facf..7e87ae50c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/free-code-camp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/free-code-camp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/freebsd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/freebsd.svg index 2ca404e96..a0b512bac 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/freebsd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/freebsd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fulcrum.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fulcrum.svg index e7c011153..859463f1d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/fulcrum.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/fulcrum.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/galactic-republic.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/galactic-republic.svg index 33c670039..8d250ecda 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/galactic-republic.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/galactic-republic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/galactic-senate.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/galactic-senate.svg index d4c6d3e42..cefebdfe4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/galactic-senate.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/galactic-senate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/get-pocket.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/get-pocket.svg index 80b4b47ae..69246a00b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/get-pocket.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/get-pocket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gg-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gg-circle.svg index 03e0b3a7c..7ebe73bfe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gg-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gg-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gg.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gg.svg index 475554454..169a3cfbb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gg.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gg.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/git-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/git-alt.svg index 27fb28e56..b2cfc0efc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/git-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/git-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/git-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/git-square.svg index b748bcabe..9b053ca45 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/git-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/git-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/git.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/git.svg index bf7ba6d9a..f77a62478 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/git.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/git.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/github-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/github-alt.svg index 78c395491..38276111b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/github-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/github-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/github-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/github-square.svg index 592cad7b5..6d862a6b3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/github-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/github-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/github.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/github.svg index 1a4d15c11..ec2bab206 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/github.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/github.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitkraken.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitkraken.svg index e0e822b3a..d6bed3e94 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitkraken.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitkraken.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitlab.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitlab.svg index cd61f13b3..d9163c7cb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitlab.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitlab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitter.svg index 8f3c39b08..3e893d07e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/glide-g.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/glide-g.svg index f6e4467d4..064150b19 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/glide-g.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/glide-g.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/glide.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/glide.svg index a89d4feb3..3438a1472 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/glide.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/glide.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gofore.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gofore.svg index c934558bc..2e77c0a06 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gofore.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gofore.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/goodreads-g.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/goodreads-g.svg index 940a576a8..fa9631a9e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/goodreads-g.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/goodreads-g.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/goodreads.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/goodreads.svg index 021be8418..d65ef6f71 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/goodreads.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/goodreads.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-drive.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-drive.svg index 8163c8201..6415fc055 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-drive.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-drive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-pay.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-pay.svg index 9f1fb237e..f8a9f16aa 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-pay.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-play.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-play.svg index 1543842e3..ed810a897 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-play.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-play.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus-g.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus-g.svg index 71d481809..936f56d73 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus-g.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus-g.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus-square.svg index ef114d8e3..260a31f6b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus.svg index 60ba26f2a..b62503b38 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-wallet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-wallet.svg index 509205488..2699996ad 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-wallet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google-wallet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google.svg index dc27a94fc..17b04f8a8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/google.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/google.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gratipay.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gratipay.svg index 3ef27261d..78469de2d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gratipay.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gratipay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/grav.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/grav.svg index f423415e6..911c2c964 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/grav.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/grav.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gripfire.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gripfire.svg index c7b526b13..c7885b841 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gripfire.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gripfire.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/grunt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/grunt.svg index f4af5e150..a75e57ccb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/grunt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/grunt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/guilded.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/guilded.svg index 645f2a034..ad46c36ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/guilded.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/guilded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gulp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gulp.svg index 01e97eabe..3e56c7de9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/gulp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/gulp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hacker-news-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hacker-news-square.svg index 20d895f44..61f7489ea 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hacker-news-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hacker-news-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hacker-news.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hacker-news.svg index 7f979387c..34d13b357 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hacker-news.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hacker-news.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hackerrank.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hackerrank.svg index 9c52bb821..064e48a74 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hackerrank.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hackerrank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hips.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hips.svg index 73905adad..67cbc4570 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hips.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hips.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hire-a-helper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hire-a-helper.svg index 887395ead..4e7b7f007 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hire-a-helper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hire-a-helper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hive.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hive.svg index 9c51b5ccd..6a7d90873 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hive.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hooli.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hooli.svg index 3dc19d177..ba53a4fb1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hooli.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hooli.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hornbill.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hornbill.svg index 45e85312f..e42cddff1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hornbill.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hornbill.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hotjar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hotjar.svg index 6fdda0d0d..7b4068808 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hotjar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hotjar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/houzz.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/houzz.svg index c410a812f..1d1ceda4e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/houzz.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/houzz.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/html5.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/html5.svg index ceb585e5b..b74b517f1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/html5.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/html5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hubspot.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hubspot.svg index 0a45d809c..da90ce08b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/hubspot.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/hubspot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ideal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ideal.svg index 923697d61..b0b4e72fd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ideal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ideal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/imdb.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/imdb.svg index 2c56fa489..3be59f311 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/imdb.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/imdb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/innosoft.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/innosoft.svg index ccd43bd0c..a55d3f2ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/innosoft.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/innosoft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/instagram-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/instagram-square.svg index d22215c06..dd24ad071 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/instagram-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/instagram-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/instagram.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/instagram.svg index 46aab1a9b..d7740766a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/instagram.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/instagram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/instalod.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/instalod.svg index 109439f99..4cddfc07d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/instalod.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/instalod.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/intercom.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/intercom.svg index e3d830cb9..568752108 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/intercom.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/intercom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/internet-explorer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/internet-explorer.svg index 5e973bda3..af3869100 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/internet-explorer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/internet-explorer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/invision.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/invision.svg index 33bd75495..b2d03a6df 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/invision.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/invision.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ioxhost.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ioxhost.svg index b89dc902f..3ff8d1eea 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ioxhost.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ioxhost.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/itch-io.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/itch-io.svg index 25bd180e4..40f8ce923 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/itch-io.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/itch-io.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/itunes-note.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/itunes-note.svg index a026bbf47..39130fa16 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/itunes-note.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/itunes-note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/itunes.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/itunes.svg index 4e58095d6..3efa4971b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/itunes.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/itunes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/java.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/java.svg index 92ab24706..277c52fda 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/java.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/java.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/jedi-order.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/jedi-order.svg index 5810ea8e0..f167a69f1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/jedi-order.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/jedi-order.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/jenkins.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/jenkins.svg index 24c302cc8..cc74c7ec6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/jenkins.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/jenkins.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/jira.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/jira.svg index a7db9ff84..62827d6af 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/jira.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/jira.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/joget.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/joget.svg index 5660deca5..fa3df1d24 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/joget.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/joget.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/joomla.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/joomla.svg index 8db1b6d5c..d787b126a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/joomla.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/joomla.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/js-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/js-square.svg index 0965a9324..6e1407ee3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/js-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/js-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/js.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/js.svg index ed42c9b38..d51707b15 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/js.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/js.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/jsfiddle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/jsfiddle.svg index ac7691c7f..e059b93a1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/jsfiddle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/jsfiddle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/kaggle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/kaggle.svg index 8635281db..fd0180680 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/kaggle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/kaggle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/keybase.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/keybase.svg index e7ee43014..f815fb6f3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/keybase.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/keybase.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/keycdn.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/keycdn.svg index 88de21507..a347e7db0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/keycdn.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/keycdn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/kickstarter-k.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/kickstarter-k.svg index 372a21d19..91efe83fe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/kickstarter-k.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/kickstarter-k.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/kickstarter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/kickstarter.svg index 627ae4be9..bfc264f6b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/kickstarter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/kickstarter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/korvue.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/korvue.svg index cef489e63..b69a74491 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/korvue.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/korvue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/laravel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/laravel.svg index ba164cabb..b343f2d47 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/laravel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/laravel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/lastfm-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/lastfm-square.svg index d7461e8f0..82d2a6dc3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/lastfm-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/lastfm-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/lastfm.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/lastfm.svg index 7b7901073..975fb2a84 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/lastfm.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/lastfm.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/leanpub.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/leanpub.svg index 08e88b288..45db2be8f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/leanpub.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/leanpub.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/less.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/less.svg index 1caa312c9..6357b3ea1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/less.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/less.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/line.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/line.svg index 1915b742e..4ca8a99da 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/line.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/linkedin-in.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/linkedin-in.svg index 23859c388..ae072c25f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/linkedin-in.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/linkedin-in.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/linkedin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/linkedin.svg index 95faf46bb..ad6424436 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/linkedin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/linkedin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/linode.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/linode.svg index 9464aea03..9d97db11f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/linode.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/linode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/linux.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/linux.svg index 0d7065ac8..8ae1ba96b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/linux.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/linux.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/lyft.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/lyft.svg index 2df4b2360..adbd5e661 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/lyft.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/lyft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/magento.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/magento.svg index d3918c12f..6b9abb394 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/magento.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/magento.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mailchimp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mailchimp.svg index 1516c196b..f14bf5589 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mailchimp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mailchimp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mandalorian.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mandalorian.svg index 0c6b5cf46..cd87d7690 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mandalorian.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mandalorian.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/markdown.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/markdown.svg index 9596cd157..30af43c46 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/markdown.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/markdown.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mastodon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mastodon.svg index 605d64d45..e9248ae75 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mastodon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mastodon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/maxcdn.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/maxcdn.svg index 246b019fe..0b5f83554 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/maxcdn.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/maxcdn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mdb.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mdb.svg index 8764a96e2..89fe99fc5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mdb.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mdb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/medapps.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/medapps.svg index 3a4c06987..14cf3f6db 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/medapps.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/medapps.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/medium-m.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/medium-m.svg index 84037271f..6e4aca18f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/medium-m.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/medium-m.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/medium.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/medium.svg index 580d2189a..ba8b3f64d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/medium.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/medium.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/medrt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/medrt.svg index 103793068..5861bf83f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/medrt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/medrt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/meetup.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/meetup.svg index 17c67db54..0d781814a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/meetup.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/meetup.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/megaport.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/megaport.svg index a7ed8d915..6b73b1b24 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/megaport.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/megaport.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mendeley.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mendeley.svg index 25048d62c..d4014f835 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mendeley.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mendeley.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/microblog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/microblog.svg index a062147c8..99e727c73 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/microblog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/microblog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/microsoft.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/microsoft.svg index f62fdb84a..26fe492bc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/microsoft.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/microsoft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mix.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mix.svg index e3e4c34a8..7e3e7327d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mix.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mixcloud.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mixcloud.svg index 78099bad8..1a005783d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mixcloud.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mixcloud.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mixer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mixer.svg index 2b9832992..9429de6ef 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mixer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mixer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mizuni.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mizuni.svg index f5c7ef54f..cad69424d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/mizuni.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/mizuni.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/modx.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/modx.svg index ad0e588f3..e5dc0a471 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/modx.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/modx.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/monero.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/monero.svg index 93740fb00..9c560b245 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/monero.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/monero.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/napster.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/napster.svg index c2c911a91..9516407f2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/napster.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/napster.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/neos.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/neos.svg index fb8ec1291..927bc45af 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/neos.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/neos.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/nimblr.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/nimblr.svg index e5614e406..e991e99ae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/nimblr.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/nimblr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/node-js.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/node-js.svg index ae1cd457b..12a364568 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/node-js.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/node-js.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/node.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/node.svg index 8cd84dca3..3169c50a2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/node.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/node.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/npm.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/npm.svg index a66b139fd..c42b3e123 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/npm.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/npm.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ns8.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ns8.svg index c38a96410..05f178728 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ns8.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ns8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/nutritionix.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/nutritionix.svg index eaf52a98e..44527b438 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/nutritionix.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/nutritionix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/octopus-deploy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/octopus-deploy.svg index 643c1a68e..ad3c51e03 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/octopus-deploy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/octopus-deploy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki-square.svg index 322ce4933..d203ae2c0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki.svg index dd330abb9..67159ae1d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/old-republic.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/old-republic.svg index d9c1a46e4..6770686ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/old-republic.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/old-republic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/opencart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/opencart.svg index 5fc631671..267fb2e41 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/opencart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/opencart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/openid.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/openid.svg index e1ec7e063..58524d374 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/openid.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/openid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/opera.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/opera.svg index 5cb4b2969..093f24e04 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/opera.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/opera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/optin-monster.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/optin-monster.svg index 4d4846f50..63537409c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/optin-monster.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/optin-monster.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/orcid.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/orcid.svg index e5515e9ee..072b67bf1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/orcid.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/orcid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/osi.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/osi.svg index 78014f073..b4b33c878 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/osi.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/osi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/page4.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/page4.svg index 9417b1e18..e89c6c469 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/page4.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/page4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pagelines.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pagelines.svg index ad0c042e0..1fea4913b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pagelines.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pagelines.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/palfed.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/palfed.svg index ea6ef5db8..06da74c1a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/palfed.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/palfed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/patreon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/patreon.svg index 5eae6c021..391b44076 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/patreon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/patreon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/paypal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/paypal.svg index 764cc23d7..416e7af3c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/paypal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/paypal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/penny-arcade.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/penny-arcade.svg index 32eda7419..f9d452962 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/penny-arcade.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/penny-arcade.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/perbyte.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/perbyte.svg index f411b324b..0cc380a4d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/perbyte.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/perbyte.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/periscope.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/periscope.svg index a266fb0e6..e3b6555f5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/periscope.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/periscope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/phabricator.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/phabricator.svg index b7e02bec2..d201ed723 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/phabricator.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/phabricator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/phoenix-framework.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/phoenix-framework.svg index 7245ef539..39405a3d1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/phoenix-framework.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/phoenix-framework.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/phoenix-squadron.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/phoenix-squadron.svg index 476826bc1..617eef9a6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/phoenix-squadron.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/phoenix-squadron.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/php.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/php.svg index 0ad49e7c2..db4388d6b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/php.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/php.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-alt.svg index b216b6e89..ab1421f56 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-hat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-hat.svg index e3078f40b..2f3f9e001 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-hat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-hat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-pp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-pp.svg index 462d45190..cfae35e2a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-pp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-pp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-square.svg index 14955b02d..03ec7d117 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper.svg index 76cb712fb..5c1aa9cfe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pied-piper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest-p.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest-p.svg index 45e438e62..5b950d489 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest-p.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest-p.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest-square.svg index 70c47716a..e0c2b0816 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest.svg index 37180394f..0b554637e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pinterest.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/playstation.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/playstation.svg index 7563c4fa9..802ebc6bd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/playstation.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/playstation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/product-hunt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/product-hunt.svg index 8c3c0ba9b..e5b27f22f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/product-hunt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/product-hunt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pushed.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pushed.svg index 23689b01a..01c41ab1b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/pushed.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/pushed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/python.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/python.svg index ad2994839..08533ce44 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/python.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/python.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/qq.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/qq.svg index 60c8a5220..ebb14e106 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/qq.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/qq.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/quinscape.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/quinscape.svg index 9e0010f4e..95e68d4e2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/quinscape.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/quinscape.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/quora.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/quora.svg index d783db8cb..b0326fbf3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/quora.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/quora.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/r-project.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/r-project.svg index 4f2bb0fbb..ae0b8e56f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/r-project.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/r-project.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/raspberry-pi.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/raspberry-pi.svg index 3eb9735ca..ea4e276d8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/raspberry-pi.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/raspberry-pi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ravelry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ravelry.svg index 64b2effed..b0311a07a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ravelry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ravelry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/react.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/react.svg index 91f3535ee..30e3feee3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/react.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/react.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/reacteurope.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/reacteurope.svg index 58a40604a..9e9795565 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/reacteurope.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/reacteurope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/readme.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/readme.svg index 4879e49da..d67ec546c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/readme.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/readme.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rebel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rebel.svg index 189239923..4aaf20cae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rebel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rebel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/red-river.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/red-river.svg index d64640f47..4043d1b49 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/red-river.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/red-river.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit-alien.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit-alien.svg index 6c426e8ff..42a0cd51d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit-alien.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit-alien.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit-square.svg index ea852dc53..a1725d616 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit.svg index 2de59d46e..f0b4f0341 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/reddit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/redhat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/redhat.svg index b521cb8ec..02bf53fe6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/redhat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/redhat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/renren.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/renren.svg index 75c0f3d34..f8b267f2f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/renren.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/renren.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/replyd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/replyd.svg index 8feeb2825..bca361a50 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/replyd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/replyd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/researchgate.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/researchgate.svg index 3bd81871f..801ba1916 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/researchgate.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/researchgate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/resolving.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/resolving.svg index d9cc8cbbf..6d319f8d7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/resolving.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/resolving.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rev.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rev.svg index 2ca87bc77..3f4136333 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rev.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rev.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rocketchat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rocketchat.svg index a88bb387e..6de89c5d5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rocketchat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rocketchat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rockrms.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rockrms.svg index eef475279..c13c7b6ee 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rockrms.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rockrms.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rust.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rust.svg index 01aac7841..b69792d2b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/rust.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/rust.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/safari.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/safari.svg index 6aef70c6d..c43dd58a2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/safari.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/safari.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/salesforce.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/salesforce.svg index 1eb5576dc..c330feb9c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/salesforce.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/salesforce.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sass.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sass.svg index 9024b312f..77dd1e2c6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sass.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/schlix.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/schlix.svg index 8bce0645e..5d914bfa6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/schlix.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/schlix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/scribd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/scribd.svg index 18a9421ab..148506cf5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/scribd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/scribd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/searchengin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/searchengin.svg index fc5064b75..08ecf968f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/searchengin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/searchengin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sellcast.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sellcast.svg index a256c6f80..34aa347b8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sellcast.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sellcast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sellsy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sellsy.svg index e95157de5..a7c873ba9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sellsy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sellsy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/servicestack.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/servicestack.svg index b7005cff5..2e8b93815 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/servicestack.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/servicestack.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/shirtsinbulk.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/shirtsinbulk.svg index 33ec6c7f0..b53083d8a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/shirtsinbulk.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/shirtsinbulk.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/shopify.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/shopify.svg index b502a7afb..a7132fecf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/shopify.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/shopify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/shopware.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/shopware.svg index 40b386e62..a22d9c5ba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/shopware.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/shopware.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/simplybuilt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/simplybuilt.svg index 4d3830c32..eba7d1e9d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/simplybuilt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/simplybuilt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sistrix.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sistrix.svg index 3177de8aa..65b3fc87f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sistrix.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sistrix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sith.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sith.svg index 5306cca5d..deff3c197 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sith.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sith.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sketch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sketch.svg index 081ec6adb..22ab47d73 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sketch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sketch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/skyatlas.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/skyatlas.svg index 50a5db240..b59179d39 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/skyatlas.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/skyatlas.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/skype.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/skype.svg index ddeefb75e..abc9793ac 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/skype.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/skype.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/slack-hash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/slack-hash.svg index 1f0dd8bbc..4c6ab5028 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/slack-hash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/slack-hash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/slack.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/slack.svg index 45d2553f1..0eefd756a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/slack.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/slack.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/slideshare.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/slideshare.svg index 0c542d03b..c6474b503 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/slideshare.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/slideshare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat-ghost.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat-ghost.svg index 8c0ffd193..d05f44c8d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat-ghost.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat-ghost.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat-square.svg index fd626465a..c2bb48f4a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat.svg index ecf5cf4e2..3c21a528d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/snapchat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/soundcloud.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/soundcloud.svg index 0901cd1ee..578118261 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/soundcloud.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/soundcloud.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sourcetree.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sourcetree.svg index fa6198faa..43c836a77 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sourcetree.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sourcetree.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/speakap.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/speakap.svg index f4437a758..a3de83d36 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/speakap.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/speakap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/speaker-deck.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/speaker-deck.svg index 633c89505..760db22d4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/speaker-deck.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/speaker-deck.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/spotify.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/spotify.svg index 718d2878d..36a0bd659 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/spotify.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/spotify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/squarespace.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/squarespace.svg index 813f1c2b3..4986165ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/squarespace.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/squarespace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stack-exchange.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stack-exchange.svg index fa91f82c4..8579321ae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stack-exchange.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stack-exchange.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stack-overflow.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stack-overflow.svg index c17932401..331de1937 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stack-overflow.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stack-overflow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stackpath.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stackpath.svg index 4584ad60f..8ddea949f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stackpath.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stackpath.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/staylinked.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/staylinked.svg index 342cd6fdd..ad6a7639a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/staylinked.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/staylinked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam-square.svg index 59c761c77..fce09ba87 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam-symbol.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam-symbol.svg index fcd3956a7..75256b2e5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam-symbol.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam-symbol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam.svg index 0d0aa451b..c1a9329e4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/steam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sticker-mule.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sticker-mule.svg index b7a00bb40..c362673ae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/sticker-mule.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/sticker-mule.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/strava.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/strava.svg index ac9005565..9772ac24f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/strava.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/strava.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stripe-s.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stripe-s.svg index acae317b2..c5a52eddf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stripe-s.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stripe-s.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stripe.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stripe.svg index d38f0b432..975dcfce9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stripe.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stripe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/studiovinari.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/studiovinari.svg index 4b2f2e150..24de833bd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/studiovinari.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/studiovinari.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stumbleupon-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stumbleupon-circle.svg index a28e0b64e..fc5fed1ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stumbleupon-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stumbleupon-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stumbleupon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stumbleupon.svg index fe7978fee..c8cc3fc96 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/stumbleupon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/stumbleupon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/superpowers.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/superpowers.svg index a971db344..1fa74ee40 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/superpowers.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/superpowers.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/supple.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/supple.svg index 8d5933925..130cb6ff4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/supple.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/supple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/suse.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/suse.svg index 7af3411f8..10e633fce 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/suse.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/suse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/swift.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/swift.svg index 27ddeacb3..cf23a9468 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/swift.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/swift.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/symfony.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/symfony.svg index 9cc951070..73037707c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/symfony.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/symfony.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/teamspeak.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/teamspeak.svg index c0d32c2fd..809c22bd1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/teamspeak.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/teamspeak.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/telegram-plane.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/telegram-plane.svg index 9a03f1728..74b7cac61 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/telegram-plane.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/telegram-plane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/telegram.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/telegram.svg index d60b0948d..6c2cfb7ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/telegram.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/telegram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/tencent-weibo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/tencent-weibo.svg index d2cb8099a..196adb691 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/tencent-weibo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/tencent-weibo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/the-red-yeti.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/the-red-yeti.svg index 6cb8461ab..c75db07e7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/the-red-yeti.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/the-red-yeti.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/themeco.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/themeco.svg index 1e6fe9138..17962e59f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/themeco.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/themeco.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/themeisle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/themeisle.svg index d14837e8c..eb32294d0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/themeisle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/themeisle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/think-peaks.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/think-peaks.svg index 045169bb6..27c826f9f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/think-peaks.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/think-peaks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/tiktok.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/tiktok.svg index b077a0336..11dd15393 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/tiktok.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/tiktok.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/trade-federation.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/trade-federation.svg index 567a06691..8dcb02ad7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/trade-federation.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/trade-federation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/trello.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/trello.svg index aa3c57895..af667530c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/trello.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/trello.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/tumblr-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/tumblr-square.svg index a96108413..47a4cb11a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/tumblr-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/tumblr-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/tumblr.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/tumblr.svg index a9e939873..d0a1305b4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/tumblr.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/tumblr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitch.svg index a3c407a58..4d261d90d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitter-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitter-square.svg index 9b77572d3..1e6a6c271 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitter-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitter-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitter.svg index 3db10f686..f44967a58 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/twitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/typo3.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/typo3.svg index 4b1f16363..7448c1462 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/typo3.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/typo3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/uber.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/uber.svg index 365de954c..ddbac5ffe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/uber.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/uber.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ubuntu.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ubuntu.svg index 0eb09b581..19704b4d8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ubuntu.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ubuntu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/uikit.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/uikit.svg index df1e13662..dcee6600a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/uikit.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/uikit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/umbraco.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/umbraco.svg index 2ec9f868f..267e5fd64 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/umbraco.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/umbraco.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/uncharted.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/uncharted.svg index 5e421f741..291f70da1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/uncharted.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/uncharted.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/uniregistry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/uniregistry.svg index d1d7f7f6b..232d437a9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/uniregistry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/uniregistry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/unity.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/unity.svg index af6b7a485..612159d0b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/unity.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/unity.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/unsplash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/unsplash.svg index 26eca57ff..661fc094a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/unsplash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/unsplash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/untappd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/untappd.svg index ef2f9ffca..82d32c514 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/untappd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/untappd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ups.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ups.svg index 96dd74c33..ba8fdf9ad 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ups.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ups.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/usb.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/usb.svg index 511779998..adc7dc370 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/usb.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/usb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/usps.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/usps.svg index 366e5941c..372522bb8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/usps.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/usps.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ussunnah.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ussunnah.svg index 6227dd99c..9cf0634a9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/ussunnah.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/ussunnah.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vaadin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vaadin.svg index 7e9cbe22d..8bceb79de 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vaadin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vaadin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/viacoin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/viacoin.svg index 3994a6d31..940ea07bd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/viacoin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/viacoin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/viadeo-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/viadeo-square.svg index 7390af378..ee6329d65 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/viadeo-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/viadeo-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/viadeo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/viadeo.svg index 1acba38b1..c45991d7c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/viadeo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/viadeo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/viber.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/viber.svg index dccc9c3bd..8c70c7ab7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/viber.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/viber.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo-square.svg index 1f4014529..9d84f399d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo-v.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo-v.svg index 2ebd6548d..94c762de1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo-v.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo-v.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo.svg index 9b3d6a9ca..975e52725 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vimeo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vine.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vine.svg index bb6d36954..afe7c925d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vine.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vine.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vk.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vk.svg index 960003d44..5c9a01654 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vk.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vk.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vnv.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vnv.svg index a67a2d4a6..defd09e49 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vnv.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vnv.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vuejs.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vuejs.svg index aa65526f6..e6ff1c0e9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/vuejs.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/vuejs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/watchman-monitoring.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/watchman-monitoring.svg index 099ab0f74..f44797bdd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/watchman-monitoring.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/watchman-monitoring.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/waze.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/waze.svg index 331ef6b44..bdf915db2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/waze.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/waze.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/weebly.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/weebly.svg index da1d2b544..670b4332b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/weebly.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/weebly.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/weibo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/weibo.svg index a566b604d..a8ba297de 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/weibo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/weibo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/weixin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/weixin.svg index a4b2061f3..2a48c539a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/weixin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/weixin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/whatsapp-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/whatsapp-square.svg index f52bb4d61..c25060405 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/whatsapp-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/whatsapp-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/whatsapp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/whatsapp.svg index e5bc87b1f..934d1808a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/whatsapp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/whatsapp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/whmcs.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/whmcs.svg index b5609bc03..84f4d6b09 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/whmcs.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/whmcs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wikipedia-w.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wikipedia-w.svg index 4d33bacdb..5c3b3fc89 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wikipedia-w.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wikipedia-w.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/windows.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/windows.svg index ea1887196..9aa2c4a5f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/windows.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/windows.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wix.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wix.svg index a1f55f641..c3b6400b6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wix.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wizards-of-the-coast.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wizards-of-the-coast.svg index d58d119ef..6ddf21517 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wizards-of-the-coast.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wizards-of-the-coast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wodu.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wodu.svg index 25fb219e4..95254a733 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wodu.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wodu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wolf-pack-battalion.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wolf-pack-battalion.svg index 52f4d010e..28831cdb6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wolf-pack-battalion.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wolf-pack-battalion.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wordpress-simple.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wordpress-simple.svg index e795c12ac..56cbb5822 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wordpress-simple.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wordpress-simple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wordpress.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wordpress.svg index 271579824..4f246fdf8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wordpress.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wordpress.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpbeginner.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpbeginner.svg index f7d91677b..fefc214ae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpbeginner.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpbeginner.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpexplorer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpexplorer.svg index 09e031004..00386e267 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpexplorer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpexplorer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpforms.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpforms.svg index f5b1fc535..1c3467c10 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpforms.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpforms.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpressr.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpressr.svg index 6520c36bd..14e183db6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpressr.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/wpressr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/xbox.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/xbox.svg index 2cf8078ac..14720ed1d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/xbox.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/xbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/xing-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/xing-square.svg index 8dfd54918..a94fb57fe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/xing-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/xing-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/xing.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/xing.svg index fd1b31741..45226ba86 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/xing.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/xing.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/y-combinator.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/y-combinator.svg index 69ea33b0d..47bf2f949 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/y-combinator.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/y-combinator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yahoo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yahoo.svg index e46549dec..25f847142 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yahoo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yahoo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yammer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yammer.svg index 62ff9f69d..1591f6d71 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yammer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yammer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yandex-international.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yandex-international.svg index 5c270a6e3..83ea238cc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yandex-international.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yandex-international.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yandex.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yandex.svg index 9c4f98156..37f4ee5bf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yandex.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yandex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yarn.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yarn.svg index 9b756e25c..3ffa4c2a8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yarn.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yarn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yelp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yelp.svg index 53bb64afd..c6f3a496a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yelp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yelp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yoast.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yoast.svg index 194d904db..3210c657d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/yoast.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/yoast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/youtube-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/youtube-square.svg index 6080dd635..3b27a3520 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/youtube-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/youtube-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/youtube.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/youtube.svg index adfe427c5..725352e46 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/youtube.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/youtube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/brands/zhihu.svg b/js-packages/@fortawesome/fontawesome-free/svgs/brands/zhihu.svg index b8d1457d0..59995606b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/brands/zhihu.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/brands/zhihu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/address-book.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/address-book.svg index 4fc615eac..adc7e2140 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/address-book.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/address-book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/address-card.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/address-card.svg index e85805ff8..c3eb42af5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/address-card.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/address-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/angry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/angry.svg index b233d4e4f..578b43060 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/angry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/angry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-down.svg index f74020a20..044bb91eb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-left.svg index 49d48ca2c..e2dcb5a42 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-right.svg index 542a0357d..9407bb146 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-up.svg index f0f5c0ead..02cd4b869 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/arrow-alt-circle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/bell-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/bell-slash.svg index eae738d5e..2ee717604 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/bell-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/bell-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/bell.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/bell.svg index 85657ff9e..322baaa0e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/bell.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/bell.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/bookmark.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/bookmark.svg index 5c4f7d204..c3d26cb55 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/bookmark.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/bookmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/building.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/building.svg index f92aaa7cf..e9a3b4c22 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/building.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/building.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-alt.svg index 3cef71236..6249182b4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-check.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-check.svg index 294b89916..8c0b5738e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-check.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-minus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-minus.svg index 379ee776e..1d9ee2ee3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-minus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-plus.svg index 08bcd088d..894e43101 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-times.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-times.svg index c5095113c..4117ae969 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-times.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar-times.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar.svg index 74e52215d..1cbe117d1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/calendar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-down.svg index 9448e3da5..53086ef4d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-left.svg index 8f8b952df..c9e0ca741 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-right.svg index 4fef0f32d..f15bd67ad 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-up.svg index 1868faee4..20bfcf140 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/caret-square-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/chart-bar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/chart-bar.svg index 9a185998b..a97ea136a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/chart-bar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/chart-bar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/check-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/check-circle.svg index c08b74640..46677e3f0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/check-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/check-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/check-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/check-square.svg index 28acc4cb6..80339d9bf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/check-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/check-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/circle.svg index c916c8d9a..b8225e163 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/clipboard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/clipboard.svg index 562aa10c6..61c6f9e08 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/clipboard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/clipboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/clock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/clock.svg index be67bc088..bafd3e001 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/clock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/clone.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/clone.svg index fb1cd6350..0a5b0e9d2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/clone.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/clone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/closed-captioning.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/closed-captioning.svg index c121f45a8..63fdc2bb0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/closed-captioning.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/closed-captioning.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment-alt.svg index a30ba613a..c7c78d8de 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment-dots.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment-dots.svg index b0db7c7f6..8d37a0102 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment-dots.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment-dots.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment.svg index dc06d7b2c..02cbf31e8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/comment.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/comments.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/comments.svg index ba8797556..60a7bddf4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/comments.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/comments.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/compass.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/compass.svg index f91ced156..cee0239f9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/compass.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/compass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/copy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/copy.svg index 2fe9c4670..7b6a15bb9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/copy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/copy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/copyright.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/copyright.svg index 20200db86..056234c66 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/copyright.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/copyright.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/credit-card.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/credit-card.svg index 0831010b3..844248363 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/credit-card.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/credit-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/dizzy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/dizzy.svg index 92d31fe2a..12a8f889d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/dizzy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/dizzy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/dot-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/dot-circle.svg index b99c46f11..b2a301f32 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/dot-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/dot-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/edit.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/edit.svg index bd59b432a..5b721e2e0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/edit.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/edit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/envelope-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/envelope-open.svg index e8e973dda..d8babdd9b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/envelope-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/envelope-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/envelope.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/envelope.svg index 24e6760c5..5f384220a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/envelope.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/envelope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/eye-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/eye-slash.svg index 7153e1c08..91fc9c480 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/eye-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/eye-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/eye.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/eye.svg index 353af116c..140161268 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/eye.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/eye.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-alt.svg index 1f3c705d0..68819fd49 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-archive.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-archive.svg index 5380074c7..033ffd04a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-archive.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-archive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-audio.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-audio.svg index 79c64abf9..0d1f77eb7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-audio.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-audio.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-code.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-code.svg index 6ca3b1faf..88cfcd11e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-code.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-excel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-excel.svg index 1b952cca6..a9bb469c6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-excel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-excel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-image.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-image.svg index 77a3da4c4..521902b05 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-image.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-pdf.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-pdf.svg index 4d036004e..971c5202c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-pdf.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-pdf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-powerpoint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-powerpoint.svg index 3eb133814..c7173702f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-powerpoint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-powerpoint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-video.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-video.svg index 3da4d4bfa..681b59667 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-video.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-word.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-word.svg index 6a5a51a2d..972ec35cf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-word.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file-word.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file.svg index a3e4b84cc..be966ffd5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/file.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/file.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/flag.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/flag.svg index 84863f21a..2529a03df 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/flag.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/flag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/flushed.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/flushed.svg index 39533890a..6e30c9405 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/flushed.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/flushed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/folder-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/folder-open.svg index 6589eb292..26e338015 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/folder-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/folder-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/folder.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/folder.svg index 230556b7a..1b5ff18bb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/folder.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/folder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/font-awesome-logo-full.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/font-awesome-logo-full.svg index 812bbc0a9..0672ac840 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/font-awesome-logo-full.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/font-awesome-logo-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/frown-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/frown-open.svg index a7cefa759..07324575d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/frown-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/frown-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/frown.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/frown.svg index 017b1399e..ce72f20b3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/frown.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/frown.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/futbol.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/futbol.svg index 540972f33..632190278 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/futbol.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/futbol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/gem.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/gem.svg index d940053a5..dca599201 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/gem.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/gem.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grimace.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grimace.svg index 74f2aa21a..803f00782 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grimace.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grimace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-alt.svg index c64bc8bd0..184144cdb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-beam-sweat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-beam-sweat.svg index 4903d88ee..826c4c400 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-beam-sweat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-beam-sweat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-beam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-beam.svg index 351f93651..72bd14ca7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-beam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-hearts.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-hearts.svg index 49cfd39b9..3fef41a5d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-hearts.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-hearts.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-squint-tears.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-squint-tears.svg index 36e8243d3..c82e1f9a3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-squint-tears.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-squint-tears.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-squint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-squint.svg index cdc71352c..cdad9f045 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-squint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-stars.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-stars.svg index 7cec13125..87a943816 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-stars.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-stars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tears.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tears.svg index f9c40f18d..e3602b261 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tears.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tears.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue-squint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue-squint.svg index 6c9bc8500..673cd1a10 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue-squint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue-wink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue-wink.svg index 0ba07c34a..f503cc314 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue-wink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue.svg index 59d6b538b..516d166d6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-tongue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-wink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-wink.svg index 3c8472d6b..4f31f6dcf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-wink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin.svg index 7bdf15f0c..e8de52734 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/grin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-lizard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-lizard.svg index 847474588..7371de97f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-lizard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-lizard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-paper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-paper.svg index 8efe2ba13..d046d0fb3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-paper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-paper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-peace.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-peace.svg index 5390061a6..e574f7989 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-peace.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-peace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-down.svg index 8987b5bca..87770009e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-left.svg index 47ae6bbd8..f1fd2458e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-right.svg index cd6d0b656..2e5bc9320 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-up.svg index 7375f9649..1b4c2b332 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-point-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-pointer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-pointer.svg index ba32921e4..7aaf1692e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-pointer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-pointer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-rock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-rock.svg index c8142cbbe..57c4fae89 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-rock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-rock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-scissors.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-scissors.svg index 061773dba..497762d53 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-scissors.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-scissors.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-spock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-spock.svg index d1ce7cf90..d6f7a210c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-spock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hand-spock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/handshake.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/handshake.svg index 354356a7d..e01c671ae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/handshake.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/handshake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hdd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hdd.svg index aa0b01f67..4366d361c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hdd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hdd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/heart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/heart.svg index 104fe7f64..712a71dbd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/heart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hospital.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hospital.svg index 0baebd1a7..466446f6c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hospital.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hospital.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hourglass.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hourglass.svg index 75ae09fb0..81b0748b0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/hourglass.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/hourglass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/id-badge.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/id-badge.svg index e3186eb6c..ce9b5fc4a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/id-badge.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/id-badge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/id-card.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/id-card.svg index 14c0d98e9..3582913e5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/id-card.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/id-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/image.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/image.svg index 4526ee2b3..b3839b1d0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/image.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/images.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/images.svg index f3e84a280..5982b5389 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/images.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/images.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/keyboard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/keyboard.svg index 8ccfbfe59..585810573 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/keyboard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/keyboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss-beam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss-beam.svg index 5cb95b7bb..4586da806 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss-beam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss-wink-heart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss-wink-heart.svg index 01b70ae4f..91005cf48 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss-wink-heart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss-wink-heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss.svg index e2dcc7343..c82f1fddf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/kiss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-beam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-beam.svg index b791fd30d..8ba34b7ef 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-beam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-squint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-squint.svg index d68eb3722..79298716e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-squint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-wink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-wink.svg index 197afd6c0..a9a27bafd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-wink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh.svg index 728fbf064..ad853c282 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/laugh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/lemon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/lemon.svg index b8d9cb2a6..4f6703922 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/lemon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/lemon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/life-ring.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/life-ring.svg index d0aeb11c6..3a9b1b0d8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/life-ring.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/life-ring.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/lightbulb.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/lightbulb.svg index 1b175db6d..9988e7b16 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/lightbulb.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/lightbulb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/list-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/list-alt.svg index 5da13df56..f0b63211d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/list-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/list-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/map.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/map.svg index 185ccce45..9f6e35874 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/map.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/map.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh-blank.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh-blank.svg index f2c7ee481..0ebe316ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh-blank.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh-blank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh-rolling-eyes.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh-rolling-eyes.svg index f3dab8347..4de3c6751 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh-rolling-eyes.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh-rolling-eyes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh.svg index fc6bb6fb2..798edd4b2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/meh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/minus-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/minus-square.svg index bda25dc8d..bf38eb2b9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/minus-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/minus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/money-bill-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/money-bill-alt.svg index 85a89504d..77a139219 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/money-bill-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/money-bill-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/moon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/moon.svg index 54c785351..0063a4a49 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/moon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/moon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/newspaper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/newspaper.svg index 84539c8f2..da05f3cee 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/newspaper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/newspaper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/object-group.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/object-group.svg index 0bf19f2fe..bf7858b45 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/object-group.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/object-group.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/object-ungroup.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/object-ungroup.svg index 6a2b9d4b8..5f4d9ba03 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/object-ungroup.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/object-ungroup.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/paper-plane.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/paper-plane.svg index cef3310d8..b32606175 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/paper-plane.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/paper-plane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/pause-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/pause-circle.svg index 268cec680..384391183 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/pause-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/pause-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/play-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/play-circle.svg index 7030c90ed..778c5fa87 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/play-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/play-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/plus-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/plus-square.svg index af4512be1..7ccd21f08 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/plus-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/plus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/question-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/question-circle.svg index a78517dc8..3355ec306 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/question-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/question-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/registered.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/registered.svg index bd060c832..e0600811e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/registered.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/registered.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/sad-cry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/sad-cry.svg index 3193d1727..10edb7022 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/sad-cry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/sad-cry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/sad-tear.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/sad-tear.svg index 65170d2ca..e27717677 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/sad-tear.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/sad-tear.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/save.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/save.svg index cae30ed95..7add50dad 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/save.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/save.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/share-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/share-square.svg index f857aa75e..49b4fa750 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/share-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/share-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile-beam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile-beam.svg index a4177dde4..75637bb04 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile-beam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile-wink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile-wink.svg index 16e2aaaad..01233b493 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile-wink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile.svg index 7a198976f..a445272d8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/smile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/snowflake.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/snowflake.svg index 21cf78a89..938182dca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/snowflake.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/snowflake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/square.svg index cb882b993..6a171998c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/star-half.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/star-half.svg index 92d8f00d7..0c0c4d422 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/star-half.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/star-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/star.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/star.svg index c2f399110..42caf5022 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/star.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/star.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/sticky-note.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/sticky-note.svg index 1c0fe53af..760ae49a3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/sticky-note.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/sticky-note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/stop-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/stop-circle.svg index 34dbeb049..42f328da2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/stop-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/stop-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/sun.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/sun.svg index 3691e5d94..8e51c15c2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/sun.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/sun.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/surprise.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/surprise.svg index a56e2fdb4..1a50cb5c7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/surprise.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/surprise.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/thumbs-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/thumbs-down.svg index 343201432..3bc62f931 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/thumbs-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/thumbs-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/thumbs-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/thumbs-up.svg index 689868d54..099a2cfc1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/thumbs-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/thumbs-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/times-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/times-circle.svg index 3fa26ec9b..25f2ad11e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/times-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/times-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/tired.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/tired.svg index b6e4a5b24..f46014cf1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/tired.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/tired.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/trash-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/trash-alt.svg index 81ea9b637..393e5fcdf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/trash-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/trash-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/user-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/user-circle.svg index 160702d44..f954931ba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/user-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/user-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/user.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/user.svg index 749e58eb0..5e2143512 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/user.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-close.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-close.svg index 8787f671c..1d56f71d3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-close.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-maximize.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-maximize.svg index 8bf6aa9bc..0bb1e2213 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-maximize.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-maximize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-minimize.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-minimize.svg index a7ee6411c..198577553 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-minimize.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-minimize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-restore.svg b/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-restore.svg index c8c9682a6..56b41327c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-restore.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/regular/window-restore.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ad.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ad.svg index f0de66d4a..837a8dad4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ad.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ad.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/address-book.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/address-book.svg index cdd0ac896..46dcddd13 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/address-book.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/address-book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/address-card.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/address-card.svg index 8e4062645..ae88c2fd0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/address-card.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/address-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/adjust.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/adjust.svg index 98426cff1..f4051d730 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/adjust.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/adjust.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/air-freshener.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/air-freshener.svg index 0f31bc226..f08e219f1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/air-freshener.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/air-freshener.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-center.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-center.svg index c4647c578..a632c2aaa 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-center.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-center.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-justify.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-justify.svg index e0a877f9e..89c17317d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-justify.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-justify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-left.svg index a70979b1e..31e08d4ef 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-right.svg index 677cf8f12..d0b187873 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/align-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/allergies.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/allergies.svg index f0361565a..b90315991 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/allergies.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/allergies.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ambulance.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ambulance.svg index 2876c7003..de52a508c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ambulance.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ambulance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/american-sign-language-interpreting.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/american-sign-language-interpreting.svg index ab7d2df56..522cbe52e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/american-sign-language-interpreting.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/american-sign-language-interpreting.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/anchor.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/anchor.svg index b1db6397e..0b3529114 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/anchor.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/anchor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-down.svg index 66e9f19cc..39bdcb2f8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-left.svg index 9b5bb39ba..49312dace 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-right.svg index ac3e65cfe..77bed0a7c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-up.svg index 5476e21a6..35eb01992 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-double-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-down.svg index c11715d18..550169b84 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-left.svg index 6f5e41d06..37a7c9138 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-right.svg index 72d3b4cb3..1426564d0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-up.svg index 75ff9e860..0f6f8afd5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angry.svg index 4bb81076e..2ccaef03e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/angry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/angry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ankh.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ankh.svg index 62fe16c67..6ad0c4fbf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ankh.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ankh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/apple-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/apple-alt.svg index a15b708f4..39c691432 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/apple-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/apple-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/archive.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/archive.svg index 85fa70ac9..f7923f251 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/archive.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/archive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/archway.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/archway.svg index 996f8b5cc..5008bba93 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/archway.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/archway.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-down.svg index db3333648..3cc61f6b2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-left.svg index 56966961c..f88d4e17d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-right.svg index 8af843ccc..4b880e26a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-up.svg index 677c965cf..c3fd9a6bf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-alt-circle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-down.svg index f404179bf..ade992102 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-left.svg index d90806827..1f21c63af 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-right.svg index 62490f8aa..554d56f94 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-up.svg index 2d0e2e9f3..bde2eed75 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-circle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-down.svg index 6b213f85e..bba5c65ff 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-left.svg index 6530e6c9f..e2706a6a9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-right.svg index bd9b11583..44616d1e4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-up.svg index 3104e8cc9..adbeb5c27 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrow-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt-h.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt-h.svg index 019d21724..8e551cde9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt-h.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt-v.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt-v.svg index a3a649aa5..8521d4aca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt-v.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt-v.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt.svg index 013806c9d..13c6f85ef 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/arrows-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/assistive-listening-systems.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/assistive-listening-systems.svg index d7b18eb04..a2d1f8f3a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/assistive-listening-systems.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/assistive-listening-systems.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/asterisk.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/asterisk.svg index 0720e206c..7a438a89a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/asterisk.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/asterisk.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/at.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/at.svg index 1804e169d..7206b0769 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/at.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/at.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/atlas.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/atlas.svg index d43ce2cc8..b70f5bf84 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/atlas.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/atlas.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/atom.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/atom.svg index 7c94be771..4f1c38e70 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/atom.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/atom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/audio-description.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/audio-description.svg index dd646c5f9..a92112833 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/audio-description.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/audio-description.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/award.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/award.svg index a62c3e3dc..9ee619468 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/award.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/award.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/baby-carriage.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/baby-carriage.svg index cd55dc5d4..f8076e88d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/baby-carriage.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/baby-carriage.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/baby.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/baby.svg index f042dd96b..22b54076c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/baby.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/baby.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/backspace.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/backspace.svg index a0cb5c73c..51d11007b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/backspace.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/backspace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/backward.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/backward.svg index 1bd1a7bc8..0bf17208a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/backward.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/backward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacon.svg index 3f0e9aafd..cd9011d7f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacteria.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacteria.svg index c31f1923e..0d8f07e15 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacteria.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacteria.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacterium.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacterium.svg index ec9cb5a4b..bbac42dd1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacterium.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bacterium.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bahai.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bahai.svg index 2ea14bf52..63454ee7a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bahai.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bahai.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale-left.svg index 772508526..d4d0c12d2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale-right.svg index 002fd497d..fc9ea2b33 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale.svg index 129113b15..e866274c0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/balance-scale.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ban.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ban.svg index 5bc50650c..716ce0030 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ban.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ban.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/band-aid.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/band-aid.svg index 55a720195..fbf308b0f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/band-aid.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/band-aid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/barcode.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/barcode.svg index eba1e1bd3..87eacc87a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/barcode.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/barcode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bars.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bars.svg index d8d9a333e..e0b17bb2b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bars.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/baseball-ball.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/baseball-ball.svg index 1e0a537d0..7bb827aca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/baseball-ball.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/baseball-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/basketball-ball.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/basketball-ball.svg index aeae88d46..9d730a629 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/basketball-ball.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/basketball-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bath.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bath.svg index 5265ceebb..386b49f34 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bath.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bath.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-empty.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-empty.svg index f4e2a08ff..1fd527ca2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-empty.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-empty.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-full.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-full.svg index 11dd73665..722109d02 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-full.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-half.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-half.svg index a809e29b8..b0e1d2924 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-half.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-quarter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-quarter.svg index af0716191..73ff149c9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-quarter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-quarter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-three-quarters.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-three-quarters.svg index 0a08fd523..7040d95e0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-three-quarters.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/battery-three-quarters.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bed.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bed.svg index 7e7dd0969..d9e4427a8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bed.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/beer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/beer.svg index 98195fb51..8aa0b8526 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/beer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/beer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bell-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bell-slash.svg index 9e8f8bad1..c47a45fe1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bell-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bell-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bell.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bell.svg index 9e4d09fb0..b36343066 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bell.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bell.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bezier-curve.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bezier-curve.svg index 66345a0ca..8e02b9a3f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bezier-curve.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bezier-curve.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bible.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bible.svg index 0dc81c1b0..ddc8f6a28 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bible.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bible.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bicycle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bicycle.svg index ab9463814..cfec0e664 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bicycle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bicycle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/biking.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/biking.svg index 047dce5cb..c6fe84213 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/biking.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/biking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/binoculars.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/binoculars.svg index 479ac89f4..cfced3b64 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/binoculars.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/binoculars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/biohazard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/biohazard.svg index 3846475ee..b9eb84698 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/biohazard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/biohazard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/birthday-cake.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/birthday-cake.svg index c1e6767d8..153f5adeb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/birthday-cake.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/birthday-cake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/blender-phone.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/blender-phone.svg index 58a4d45c4..3316a61f6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/blender-phone.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/blender-phone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/blender.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/blender.svg index 2994bb6c5..a914787df 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/blender.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/blender.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/blind.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/blind.svg index 6989bdd24..1b052a3ba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/blind.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/blind.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/blog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/blog.svg index 3664f4daf..c19b32319 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/blog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/blog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bold.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bold.svg index 3487df772..dadea1733 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bold.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bold.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bolt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bolt.svg index c7db1c090..4ecf01468 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bolt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bolt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bomb.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bomb.svg index 48a306d01..0d4b2476e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bomb.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bomb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bone.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bone.svg index 187056579..fc07c773d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bone.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bong.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bong.svg index 2b6a591c3..326f1d4c5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bong.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bong.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-dead.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-dead.svg index ce1a3add1..c50b4218a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-dead.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-dead.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-medical.svg index 4bc81f447..fd9291dc3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-open.svg index 709dc24a4..d9f86ac23 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-reader.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-reader.svg index b32156087..92daa54a0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-reader.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book-reader.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book.svg index 6113c8925..8fb99980a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/book.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bookmark.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bookmark.svg index 0138f0daf..62cce1141 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bookmark.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bookmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-all.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-all.svg index decb5c0f5..1418e1f64 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-all.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-all.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-none.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-none.svg index 4b916a805..c2ecf8059 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-none.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-none.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-style.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-style.svg index a84ad0d4b..104fb39ea 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-style.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/border-style.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bowling-ball.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bowling-ball.svg index b5ccaae46..7bd823a85 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bowling-ball.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bowling-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/box-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/box-open.svg index 93a8273a5..c0dccedd7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/box-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/box-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/box-tissue.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/box-tissue.svg index e8d4ef59a..8b7a7ed3c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/box-tissue.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/box-tissue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/box.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/box.svg index 88023d3cd..c324dd261 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/box.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/box.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/boxes.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/boxes.svg index 1a6be7bb6..9bdc387e3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/boxes.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/boxes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/braille.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/braille.svg index ff65f6078..a6a37c23d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/braille.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/braille.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/brain.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/brain.svg index 276a7dbd0..66aa837ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/brain.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/brain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bread-slice.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bread-slice.svg index aacac2591..c0632eecb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bread-slice.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bread-slice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/briefcase-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/briefcase-medical.svg index a83572e69..46cb09673 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/briefcase-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/briefcase-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/briefcase.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/briefcase.svg index f1485b511..21633d258 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/briefcase.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/briefcase.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/broadcast-tower.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/broadcast-tower.svg index 2ab181308..992f2fb13 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/broadcast-tower.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/broadcast-tower.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/broom.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/broom.svg index bd80eca61..a06b42be6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/broom.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/broom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/brush.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/brush.svg index 1e00d09ce..9b312d4cb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/brush.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/brush.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bug.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bug.svg index c7f748725..0d29eb69d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bug.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bug.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/building.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/building.svg index 49549b10c..a18eda121 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/building.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/building.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bullhorn.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bullhorn.svg index b241e6187..7e9eb2e0b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bullhorn.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bullhorn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bullseye.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bullseye.svg index 0f0a8ce01..8adca08f5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bullseye.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bullseye.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/burn.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/burn.svg index 8c087766d..e40a525df 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/burn.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/burn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bus-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bus-alt.svg index d84dce8fc..ba46a37a0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bus-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bus-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bus.svg index 06ed8f691..3ba1ee9dc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/bus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/bus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/business-time.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/business-time.svg index 143a6d8a3..dbef4957d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/business-time.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/business-time.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calculator.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calculator.svg index fff99f302..8684a62a8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calculator.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calculator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-alt.svg index 15fb3dc66..d0fc73a37 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-check.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-check.svg index 98f9bf0f7..b07183bb1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-check.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-day.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-day.svg index 963fc1caa..c76c3f663 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-day.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-day.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-minus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-minus.svg index 2ff753aa0..6c246a0ea 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-minus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-plus.svg index aa1cc3382..0dc3e9c2e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-times.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-times.svg index ae8ccfd89..b32f37887 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-times.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-times.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-week.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-week.svg index 38ea7b0a5..c82bf52d1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-week.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar-week.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar.svg index 79d69cdf1..d9689d93b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/calendar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/camera-retro.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/camera-retro.svg index 9762c1e04..bc0e795d7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/camera-retro.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/camera-retro.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/camera.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/camera.svg index beb47e4b1..acb73beb2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/camera.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/camera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/campground.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/campground.svg index f75f13897..0b4fcfe8e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/campground.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/campground.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/candy-cane.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/candy-cane.svg index 912cd0e0b..9ca7fc1d4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/candy-cane.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/candy-cane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cannabis.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cannabis.svg index cd8ead369..6e5f01dc5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cannabis.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cannabis.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/capsules.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/capsules.svg index f5ed54a49..3b755f8b3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/capsules.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/capsules.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-alt.svg index 16d75a8bb..90a786ec5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-battery.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-battery.svg index 4aaefae7e..119a903b1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-battery.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-battery.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-crash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-crash.svg index b6fba7cc4..6a93076de 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-crash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-crash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-side.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-side.svg index e4b68ef7c..7f39f2620 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-side.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car-side.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car.svg index ba031ed45..0b9bfa12b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/car.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/car.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caravan.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caravan.svg index 04b00faeb..7076fd72f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caravan.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caravan.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-down.svg index 79c9dc09b..bf8557067 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-left.svg index 426c61665..c4dbec5ba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-right.svg index 352bd649c..6a5233a45 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-down.svg index 397252f7a..408efbca8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-left.svg index fe04870bc..a26084c97 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-right.svg index 5ec4e6d37..b8874f8cf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-up.svg index 98087113f..e65242bf9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-square-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-up.svg index 07d1f1d62..526e8c28a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/caret-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/carrot.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/carrot.svg index fc772d425..7ab6c84d2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/carrot.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/carrot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cart-arrow-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cart-arrow-down.svg index d5377b801..c66b31e15 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cart-arrow-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cart-arrow-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cart-plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cart-plus.svg index 3b8cbf157..a50c3760b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cart-plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cart-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cash-register.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cash-register.svg index 1c41550c8..da0119a5c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cash-register.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cash-register.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cat.svg index 6470898d4..ac113595b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/certificate.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/certificate.svg index ecb06cf59..a02c60ae9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/certificate.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/certificate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chair.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chair.svg index 1bb24b91e..029893290 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chair.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chair.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chalkboard-teacher.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chalkboard-teacher.svg index 78670278a..d1c32d174 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chalkboard-teacher.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chalkboard-teacher.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chalkboard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chalkboard.svg index d89aa52a3..850b9fd91 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chalkboard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chalkboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/charging-station.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/charging-station.svg index 29cda819a..5af9a7289 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/charging-station.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/charging-station.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-area.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-area.svg index c7ddf488c..586ecccdb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-area.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-area.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-bar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-bar.svg index abb14f49e..36fafddc9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-bar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-bar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-line.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-line.svg index 47dcaf41e..aaf8971bd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-line.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-pie.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-pie.svg index 05a97d6ec..394657963 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-pie.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chart-pie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-circle.svg index 7fb4a28d5..e8fc91483 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-double.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-double.svg index 450a95ef4..76ff275a2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-double.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-double.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-square.svg index 6a3a72272..447c52573 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/check-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/check.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/check.svg index 1402646a4..d98354cf6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/check.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cheese.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cheese.svg index 08a32d88a..3366ebbd4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cheese.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cheese.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-bishop.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-bishop.svg index 492f9c079..b43753350 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-bishop.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-bishop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-board.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-board.svg index c26fb7fa0..0ce35a09d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-board.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-board.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-king.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-king.svg index 44fda20e6..ce64a9c4f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-king.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-king.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-knight.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-knight.svg index 3c763899c..e0d77a1af 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-knight.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-knight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-pawn.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-pawn.svg index 89c44ef57..853d52a4e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-pawn.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-pawn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-queen.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-queen.svg index 33364ed9a..ccb3c2aee 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-queen.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-queen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-rook.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-rook.svg index 51e712afa..615772240 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-rook.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess-rook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess.svg index 480109967..2c7ff038e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chess.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-down.svg index 20b7ed9e6..2ff4fd28d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-left.svg index f243628e5..e57abe553 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-right.svg index 299934751..5e457703d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-up.svg index 9f4d1c5b6..f8d965991 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-circle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-down.svg index d21fb68d0..2984e74bd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-left.svg index e9375317f..6deba1a17 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-right.svg index 8702278d5..a4347ebd9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-up.svg index c92615f9b..1209cd378 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/chevron-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/child.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/child.svg index e2b1da874..b94d76a4d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/child.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/child.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/church.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/church.svg index 4ecd69d5f..9db6ab11d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/church.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/church.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/circle-notch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/circle-notch.svg index 8ad3d4a94..7a37194d8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/circle-notch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/circle-notch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/circle.svg index c8dcf5233..0bac0611c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/city.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/city.svg index 294ebfdb2..1325a653a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/city.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/city.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clinic-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clinic-medical.svg index b3a5cebfd..b5738f8a6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clinic-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clinic-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard-check.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard-check.svg index e46941c5f..a4d5e5bd1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard-check.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard-list.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard-list.svg index 013728df3..5a6a20409 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard-list.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard-list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard.svg index fe2ac098b..7a3bd3e33 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clipboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clock.svg index 370e1ab9b..b7f11e0ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clone.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clone.svg index 497119509..8c3cd9ef2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/clone.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/clone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/closed-captioning.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/closed-captioning.svg index 7f8a41348..4c0b15b33 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/closed-captioning.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/closed-captioning.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-download-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-download-alt.svg index 8d5347a34..5fe256024 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-download-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-download-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-meatball.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-meatball.svg index 92b52c109..7a9819aee 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-meatball.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-meatball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-moon-rain.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-moon-rain.svg index 98cb1a17c..f87b8e70d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-moon-rain.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-moon-rain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-moon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-moon.svg index 4b7760954..954340b4b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-moon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-moon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-rain.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-rain.svg index eb54c89d8..877f439b9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-rain.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-rain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-showers-heavy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-showers-heavy.svg index 95c46b932..3a4299d32 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-showers-heavy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-showers-heavy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-sun-rain.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-sun-rain.svg index c61cf4836..01403d874 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-sun-rain.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-sun-rain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-sun.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-sun.svg index bb3524e40..65fdd773d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-sun.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-sun.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-upload-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-upload-alt.svg index d16b0fb8a..6a57f68f8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-upload-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud-upload-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud.svg index 1ee2e10ce..b07047dfc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cloud.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cocktail.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cocktail.svg index c0af6e543..f0969cc6a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cocktail.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cocktail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/code-branch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/code-branch.svg index 149bd236f..78b7ecc2e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/code-branch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/code-branch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/code.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/code.svg index 3d707fa65..dc7b8f739 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/code.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/coffee.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/coffee.svg index 1c3cfc4a6..6b84538f3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/coffee.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/coffee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cog.svg index 94c71a6d2..17cc5c301 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cogs.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cogs.svg index 067420483..36f217e2b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cogs.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cogs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/coins.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/coins.svg index 55e37ca9d..af07b7d99 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/coins.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/coins.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/columns.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/columns.svg index 244e11f40..c41c0031d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/columns.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/columns.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-alt.svg index f87c3fec3..751cac4d5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-dollar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-dollar.svg index b691b22d0..b07993561 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-dollar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-dots.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-dots.svg index afda1c6e7..396e3ef7f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-dots.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-dots.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-medical.svg index 1a3e27e6d..0f1a03858 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-slash.svg index 5e8746ae7..157583123 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment.svg index 1ad5d4f7c..0b586bbc2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comment.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comments-dollar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comments-dollar.svg index 2eaf376a8..41682c7eb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comments-dollar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comments-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comments.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comments.svg index f9856d160..3bfd4e10d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/comments.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/comments.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compact-disc.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compact-disc.svg index 8eda01826..8809d6437 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compact-disc.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compact-disc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compass.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compass.svg index e5d449ba7..5cc98f571 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compass.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress-alt.svg index eccb03121..494c8aff8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress-arrows-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress-arrows-alt.svg index 7615fe2c1..d1effeb23 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress-arrows-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress-arrows-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress.svg index 789981f5e..52e5c45d7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/compress.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/concierge-bell.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/concierge-bell.svg index 3d6baaddd..44f7ab7f8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/concierge-bell.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/concierge-bell.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cookie-bite.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cookie-bite.svg index 115e6b941..ac8ff1aba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cookie-bite.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cookie-bite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cookie.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cookie.svg index 2062c9996..891ed860b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cookie.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cookie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/copy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/copy.svg index 37b371f6a..0e96699e7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/copy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/copy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/copyright.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/copyright.svg index 6816ce890..07055a0b3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/copyright.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/copyright.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/couch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/couch.svg index 43107b564..df05515ba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/couch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/couch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/credit-card.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/credit-card.svg index 05b6bff83..87dcd0f22 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/credit-card.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/credit-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crop-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crop-alt.svg index 55b56924b..173a19c3d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crop-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crop-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crop.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crop.svg index 4c3017afd..b2f58bdd9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crop.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cross.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cross.svg index 8395de6b7..024afbc3a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cross.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cross.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crosshairs.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crosshairs.svg index 0958e652a..39aa544cb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crosshairs.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crosshairs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crow.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crow.svg index f8841f90d..ae5dbe3c8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crow.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crown.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crown.svg index 2d5f74c5a..1230e7376 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crown.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crown.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crutch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crutch.svg index 93e0ed1dd..552b29629 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/crutch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/crutch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cube.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cube.svg index c27f11bde..6df1e28e4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cube.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cubes.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cubes.svg index 0d60bb68d..0d54023e3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cubes.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cubes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cut.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cut.svg index d48394c6a..9ce231bc8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/cut.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/cut.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/database.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/database.svg index 0be3835c2..98aca1874 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/database.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/database.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/deaf.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/deaf.svg index 047b16684..a398a1ca3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/deaf.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/deaf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/democrat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/democrat.svg index 7a002f419..f446a7c10 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/democrat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/democrat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/desktop.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/desktop.svg index 1ef8702eb..d21bac4a8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/desktop.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/desktop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dharmachakra.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dharmachakra.svg index 8bc7ae3aa..89e17afd4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dharmachakra.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dharmachakra.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/diagnoses.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/diagnoses.svg index bf0ab85ba..b3f0c96d7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/diagnoses.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/diagnoses.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-d20.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-d20.svg index cc454b972..881efc7c3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-d20.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-d20.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-d6.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-d6.svg index 7f3b6d065..b3802bb57 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-d6.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-d6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-five.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-five.svg index 13df1e633..0d29a489a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-five.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-five.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-four.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-four.svg index 312c3ae2d..2c436a9e9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-four.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-four.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-one.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-one.svg index d35d94035..bed9eae5d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-one.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-one.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-six.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-six.svg index daac29930..6ed25cad3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-six.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-six.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-three.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-three.svg index cb7a8cf80..b1d6c06b3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-three.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-three.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-two.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-two.svg index fb7b8796b..9ddded578 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-two.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice-two.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice.svg index c9dc962ab..299d11a92 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/digital-tachograph.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/digital-tachograph.svg index 800a063b4..e87c1a478 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/digital-tachograph.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/digital-tachograph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/directions.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/directions.svg index c030d70cd..95dfa4b5a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/directions.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/directions.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/disease.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/disease.svg index 90ee444c9..168a03afc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/disease.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/disease.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/divide.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/divide.svg index 57dc99aad..869b3da22 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/divide.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/divide.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dizzy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dizzy.svg index c45cd951b..fbdbf9d86 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dizzy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dizzy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dna.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dna.svg index c3e14dfb2..be3b2beec 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dna.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dna.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dog.svg index d8dea42b9..42a6a0367 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dollar-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dollar-sign.svg index e9be15def..ad8304811 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dollar-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dollar-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dolly-flatbed.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dolly-flatbed.svg index 50fe91151..5358c78ef 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dolly-flatbed.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dolly-flatbed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dolly.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dolly.svg index a66bb378a..55ce4f590 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dolly.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dolly.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/donate.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/donate.svg index 829459e0c..b1ec75519 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/donate.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/donate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/door-closed.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/door-closed.svg index f9453eb0a..4b3206b73 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/door-closed.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/door-closed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/door-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/door-open.svg index 834aee982..d0dbff47e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/door-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/door-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dot-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dot-circle.svg index 4d5e72fd0..4f0103be5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dot-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dot-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dove.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dove.svg index f64d79ce8..738125312 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dove.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dove.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/download.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/download.svg index cddd1f1e0..935e5ee97 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/download.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/drafting-compass.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/drafting-compass.svg index 7d19e5483..02fe503c6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/drafting-compass.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/drafting-compass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dragon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dragon.svg index 20812ab4c..5becfc273 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dragon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dragon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/draw-polygon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/draw-polygon.svg index 17308f2ff..00c894dd8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/draw-polygon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/draw-polygon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/drum-steelpan.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/drum-steelpan.svg index 26161959b..3122dd331 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/drum-steelpan.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/drum-steelpan.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/drum.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/drum.svg index e6a93297a..5fd2ffc02 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/drum.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/drum.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/drumstick-bite.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/drumstick-bite.svg index 34a0e938f..5c4270c38 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/drumstick-bite.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/drumstick-bite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumbbell.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumbbell.svg index 66641c7dd..c2772a01f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumbbell.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumbbell.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumpster-fire.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumpster-fire.svg index 18e9b92d5..7d203cb68 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumpster-fire.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumpster-fire.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumpster.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumpster.svg index eca48f41a..024e24f98 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumpster.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dumpster.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dungeon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dungeon.svg index 2bfe33d14..530d6bf73 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/dungeon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/dungeon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/edit.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/edit.svg index 58f1316b0..ed5d106a2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/edit.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/edit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/egg.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/egg.svg index ebc883125..942dfc974 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/egg.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/egg.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eject.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eject.svg index 3d052e62e..ba73e6dd1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eject.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eject.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ellipsis-h.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ellipsis-h.svg index 3aa4998e8..5d8aad2e8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ellipsis-h.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ellipsis-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ellipsis-v.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ellipsis-v.svg index 6970f9f5a..d2e1a36f2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ellipsis-v.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ellipsis-v.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-open-text.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-open-text.svg index 9cad5bc3d..acb7305ab 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-open-text.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-open-text.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-open.svg index 3fde5c711..00c7557aa 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-square.svg index 9cca74278..6d765fe2b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope.svg index 3c5dad56d..2da8a0093 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/envelope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/equals.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/equals.svg index e0428f46c..504414808 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/equals.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/equals.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eraser.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eraser.svg index 9ae861d19..bc5c01b38 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eraser.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eraser.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ethernet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ethernet.svg index a42abb3b3..716048a3a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ethernet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ethernet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/euro-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/euro-sign.svg index 052ca9fb4..45235ab8b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/euro-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/euro-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/exchange-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/exchange-alt.svg index c7141c929..50e9de40c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/exchange-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/exchange-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation-circle.svg index 453c619ba..fdbcac7cf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation-triangle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation-triangle.svg index 07fa8094f..f8d6ed834 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation-triangle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation-triangle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation.svg index 79b496b5f..9106bb34b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/exclamation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand-alt.svg index 25d1b0d0d..72bdee448 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand-arrows-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand-arrows-alt.svg index 5e4547642..0ff12be58 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand-arrows-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand-arrows-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand.svg index 2a6eba05d..d8dc015fd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/expand.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/external-link-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/external-link-alt.svg index db33273a0..b9b9522fe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/external-link-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/external-link-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/external-link-square-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/external-link-square-alt.svg index e2b6e07ee..5e61cb5b5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/external-link-square-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/external-link-square-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye-dropper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye-dropper.svg index 6da0f73aa..9ccadef91 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye-dropper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye-dropper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye-slash.svg index 9ca2b8aa1..53879ab44 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye.svg index 6730c3c33..2a67e34f4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/eye.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fan.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fan.svg index cafcb7e3b..386f65105 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fan.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fan.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fast-backward.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fast-backward.svg index 24d8bbc4f..d5cfa4f05 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fast-backward.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fast-backward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fast-forward.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fast-forward.svg index 3bb611529..05b7802f0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fast-forward.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fast-forward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/faucet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/faucet.svg index 69a6f0cea..cd6647533 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/faucet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/faucet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fax.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fax.svg index 085bc3a19..3a6b6f3b3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fax.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fax.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/feather-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/feather-alt.svg index ed512b58f..b595f6101 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/feather-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/feather-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/feather.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/feather.svg index 6f2c84f5e..4a36d8915 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/feather.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/feather.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/female.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/female.svg index fc540b03b..68053fb69 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/female.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/female.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fighter-jet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fighter-jet.svg index 9b54eb5be..8be9227ab 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fighter-jet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fighter-jet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-alt.svg index 532098b44..10d2a2f29 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-archive.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-archive.svg index 5334b524b..5e7df35c5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-archive.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-archive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-audio.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-audio.svg index 6b886d518..639cb8094 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-audio.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-audio.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-code.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-code.svg index 2acdaadf1..a8c5ff42f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-code.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-contract.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-contract.svg index e8695d07a..80c81d75e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-contract.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-contract.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-csv.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-csv.svg index cf4808543..777c302b3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-csv.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-csv.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-download.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-download.svg index be5c532b4..cbe837588 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-download.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-excel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-excel.svg index 8cedd05b0..97cf136da 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-excel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-excel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-export.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-export.svg index e42f11586..760753a0b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-export.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-export.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-image.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-image.svg index 1ba0bdfb0..e04a2412c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-image.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-import.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-import.svg index 4a0ed7de1..a8eae91ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-import.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-import.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-invoice-dollar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-invoice-dollar.svg index f7ac1e5dc..ea825be47 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-invoice-dollar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-invoice-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-invoice.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-invoice.svg index 6c9277df1..a2a9d86ae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-invoice.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-invoice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-medical-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-medical-alt.svg index db5ec5cc6..9de24f8cb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-medical-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-medical-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-medical.svg index bd2b6f01e..bf8ab14ad 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-pdf.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-pdf.svg index ad70bf6b2..7d5b19e46 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-pdf.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-pdf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-powerpoint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-powerpoint.svg index 1c32bd164..7f1b5e1e6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-powerpoint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-powerpoint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-prescription.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-prescription.svg index f535de564..1dd28a57c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-prescription.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-prescription.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-signature.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-signature.svg index 16b681e75..c3a5596f7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-signature.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-signature.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-upload.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-upload.svg index 8e90af28f..df4f83f8d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-upload.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-video.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-video.svg index d222a6ae8..3ba1970eb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-video.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-word.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-word.svg index 4853a664a..3c4179741 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-word.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file-word.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file.svg index 48145b898..aa8dacdbe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/file.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/file.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fill-drip.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fill-drip.svg index e2f0b4c39..a9e5163e7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fill-drip.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fill-drip.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fill.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fill.svg index 0853901c4..3605edaf7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fill.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fill.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/film.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/film.svg index 2d11aaee8..ccf89836a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/film.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/film.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/filter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/filter.svg index fb826896c..16502743a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/filter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fingerprint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fingerprint.svg index 5972220e0..e61991a7e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fingerprint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fingerprint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire-alt.svg index aec6fc46b..db05d8eda 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire-extinguisher.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire-extinguisher.svg index d37cb6a9b..79bfce73d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire-extinguisher.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire-extinguisher.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire.svg index 6af2b31b0..7b58a9c57 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fire.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/first-aid.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/first-aid.svg index be30b5a87..6432c1d54 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/first-aid.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/first-aid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fish.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fish.svg index 097f752c0..b124d486e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fish.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fish.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fist-raised.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fist-raised.svg index ee2dad3e3..01f01af25 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/fist-raised.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/fist-raised.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag-checkered.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag-checkered.svg index dd3d3817c..0117946f2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag-checkered.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag-checkered.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag-usa.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag-usa.svg index 35a569789..d29fe6eee 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag-usa.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag-usa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag.svg index 531e09101..e28f3d52d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flask.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flask.svg index 8a9043c2b..3cc94ee8b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flask.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flask.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flushed.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flushed.svg index f70abf91c..666ff1b55 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/flushed.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/flushed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-minus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-minus.svg index 88dec0d7f..4d22ac10a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-minus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-open.svg index 84cad9451..99729c8ce 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-plus.svg index 8060d4140..c0a517435 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder.svg index a1514f028..f9058b086 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/folder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/font-awesome-logo-full.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/font-awesome-logo-full.svg index 812bbc0a9..0672ac840 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/font-awesome-logo-full.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/font-awesome-logo-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/font.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/font.svg index 9c52afd4f..83564cc5a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/font.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/font.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/football-ball.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/football-ball.svg index db699a4b3..c52da6a19 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/football-ball.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/football-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/forward.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/forward.svg index 7d98c7876..16ce912e4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/forward.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/forward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/frog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/frog.svg index 5952e25e7..b5c8592cb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/frog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/frog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/frown-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/frown-open.svg index 2f7c442d7..a2f4a6e79 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/frown-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/frown-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/frown.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/frown.svg index 9762377a4..6b023478e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/frown.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/frown.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/funnel-dollar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/funnel-dollar.svg index 6878777e5..f23994850 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/funnel-dollar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/funnel-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/futbol.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/futbol.svg index 564879184..3491d939e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/futbol.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/futbol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gamepad.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gamepad.svg index 8122f147d..98d4dc96e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gamepad.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gamepad.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gas-pump.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gas-pump.svg index 06563465c..86f497f34 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gas-pump.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gas-pump.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gavel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gavel.svg index 5154b4d4f..8db1c23e0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gavel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gavel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gem.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gem.svg index f7e61a023..2204e6671 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gem.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gem.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/genderless.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/genderless.svg index d10617b6d..e6edd1958 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/genderless.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/genderless.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ghost.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ghost.svg index d9c0999f9..2ca4405a2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ghost.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ghost.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gift.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gift.svg index 8a9bc81f7..630efe09a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gift.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gift.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gifts.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gifts.svg index 29d980d8f..0fadeb2ae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gifts.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gifts.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-cheers.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-cheers.svg index be634f82b..3c1372929 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-cheers.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-cheers.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-martini-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-martini-alt.svg index c2c25c79a..7472d991a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-martini-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-martini-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-martini.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-martini.svg index f60b20e9b..05d298e37 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-martini.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-martini.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-whiskey.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-whiskey.svg index eb869fd5a..747265841 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-whiskey.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glass-whiskey.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glasses.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glasses.svg index e1f9a62c4..30347d058 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/glasses.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/glasses.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-africa.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-africa.svg index c29e5dca5..265920545 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-africa.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-africa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-americas.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-americas.svg index d0def04ad..642a234f7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-americas.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-americas.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-asia.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-asia.svg index c55a8dfdf..89223bf18 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-asia.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-asia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-europe.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-europe.svg index 345e8993c..f0653a1be 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-europe.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe-europe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe.svg index a60ff20b7..e255b7f9f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/globe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/golf-ball.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/golf-ball.svg index 7b585e40f..200255f0b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/golf-ball.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/golf-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gopuram.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gopuram.svg index 50ce211f2..8611860fe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/gopuram.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/gopuram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/graduation-cap.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/graduation-cap.svg index 894af4a3a..ebf916515 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/graduation-cap.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/graduation-cap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/greater-than-equal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/greater-than-equal.svg index 01e81ce2b..6b3f859db 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/greater-than-equal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/greater-than-equal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/greater-than.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/greater-than.svg index 3bc5cde44..48964a173 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/greater-than.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/greater-than.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grimace.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grimace.svg index d2d5d1802..4cfb3537d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grimace.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grimace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-alt.svg index de5eb7b01..d5e3867e0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-beam-sweat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-beam-sweat.svg index a5272f51e..5b026e721 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-beam-sweat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-beam-sweat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-beam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-beam.svg index 2eba6c4bb..725f8b535 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-beam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-hearts.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-hearts.svg index 3298c80b1..445c69c0e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-hearts.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-hearts.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-squint-tears.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-squint-tears.svg index e62f22eeb..cbc1ac640 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-squint-tears.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-squint-tears.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-squint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-squint.svg index 312dccef8..9cd04bb99 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-squint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-stars.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-stars.svg index 0f178c5e4..1256e466b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-stars.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-stars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tears.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tears.svg index 7d22a23c8..8547b7e53 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tears.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tears.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue-squint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue-squint.svg index d3f2b798f..25a09c5b9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue-squint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue-wink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue-wink.svg index ee92a0999..dc7cc40e8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue-wink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue.svg index e567d359d..4c73cfee5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-tongue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-wink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-wink.svg index 0f217ae9d..ce97debc2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-wink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin.svg index 468e3796c..7fe7b926d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-horizontal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-horizontal.svg index 1d9f74667..3db99ef24 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-horizontal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-horizontal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-lines-vertical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-lines-vertical.svg index 6ec6d0cc3..501d5c2f6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-lines-vertical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-lines-vertical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-lines.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-lines.svg index 204734d28..61a731af1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-lines.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-lines.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-vertical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-vertical.svg index 7026b5bd6..1abd2a0b9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-vertical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/grip-vertical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/guitar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/guitar.svg index af5038c26..c9f9a4ca8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/guitar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/guitar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/h-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/h-square.svg index 57b967c1f..005021a1b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/h-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/h-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hamburger.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hamburger.svg index 81be7b02d..b771e04e3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hamburger.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hamburger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hammer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hammer.svg index aef176be0..4a1fbc350 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hammer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hammer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hamsa.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hamsa.svg index fac0b8a6c..9256ae519 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hamsa.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hamsa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-heart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-heart.svg index d0b9b3b48..8c8e1038b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-heart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-medical.svg index 0075230f4..b9c5311f3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-usd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-usd.svg index 7e0a1e86e..e352b2f0d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-usd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-usd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-water.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-water.svg index ab4969eae..71b4052ac 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-water.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding-water.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding.svg index c1c6b56a6..64158120c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-holding.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-lizard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-lizard.svg index 7b525a207..78c7be32b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-lizard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-lizard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-middle-finger.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-middle-finger.svg index a0ad26a18..787945020 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-middle-finger.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-middle-finger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-paper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-paper.svg index f5d817fe4..1a8854d04 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-paper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-paper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-peace.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-peace.svg index 647b94b00..76f421f7c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-peace.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-peace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-down.svg index 66044fe2f..eae208203 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-left.svg index 52a10471a..6711980ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-right.svg index e347adf8c..d17b8802e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-up.svg index 56225f4ad..9caa2b15a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-point-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-pointer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-pointer.svg index d3c63320c..405c8d562 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-pointer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-pointer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-rock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-rock.svg index 5648a7bf8..e8dbdd0ab 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-rock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-rock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-scissors.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-scissors.svg index 2a8a6222a..c15a769cc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-scissors.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-scissors.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-sparkles.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-sparkles.svg index cfa39e45f..c4942eb36 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-sparkles.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-sparkles.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-spock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-spock.svg index c93c29eb3..fb6533cb0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-spock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hand-spock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands-helping.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands-helping.svg index cb16eb1df..638b92813 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands-helping.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands-helping.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands-wash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands-wash.svg index 139c4e9fe..a3ed507a0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands-wash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands-wash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands.svg index c97cadae5..f3da1b915 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hands.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake-alt-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake-alt-slash.svg index 73550f542..d94108e4e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake-alt-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake-alt-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake-slash.svg index f7e9e245b..dcbc2d524 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake.svg index f3d318a5c..5d1eacef8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/handshake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hanukiah.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hanukiah.svg index 8ff979c02..5602f0084 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hanukiah.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hanukiah.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hard-hat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hard-hat.svg index f3b9613c2..900c57b62 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hard-hat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hard-hat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hashtag.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hashtag.svg index cc01bb054..7693834c3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hashtag.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hashtag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy-side.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy-side.svg index 14bed170d..e506a43b0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy-side.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy-side.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy.svg index 18ea58504..055e0486e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-wizard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-wizard.svg index 1ed1a85f9..6c44494ef 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-wizard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hat-wizard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hdd.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hdd.svg index 41036aa03..af7c45d06 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hdd.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hdd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-cough-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-cough-slash.svg index a32c4f49e..7b61d37fa 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-cough-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-cough-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-cough.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-cough.svg index e253b69d8..821800998 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-cough.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-cough.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-mask.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-mask.svg index 57be2faae..fefd541a2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-mask.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-mask.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-virus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-virus.svg index 19fc646b0..9f60b2271 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-virus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/head-side-virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/heading.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/heading.svg index 1a0507c0c..a3122d4b6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/heading.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/heading.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/headphones-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/headphones-alt.svg index 7b1d5e3ac..c0d4fbf08 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/headphones-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/headphones-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/headphones.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/headphones.svg index 89c409eed..e7e7255e3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/headphones.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/headphones.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/headset.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/headset.svg index 84980420c..682610a40 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/headset.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/headset.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/heart-broken.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/heart-broken.svg index b54a3af59..d69d57b74 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/heart-broken.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/heart-broken.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/heart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/heart.svg index 1b1127fb0..f45b0554d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/heart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/heartbeat.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/heartbeat.svg index 9b366c55c..48c937fe7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/heartbeat.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/heartbeat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/helicopter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/helicopter.svg index 20ed5c3a3..437f5d62f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/helicopter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/helicopter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/highlighter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/highlighter.svg index 3dc8d9c09..9b3687d00 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/highlighter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/highlighter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hiking.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hiking.svg index 7842899c5..ae12ef13c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hiking.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hiking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hippo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hippo.svg index 460d5ee56..92049d14a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hippo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hippo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/history.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/history.svg index dc368d250..2c0a6bf7e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/history.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/history.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hockey-puck.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hockey-puck.svg index 2e2ced26a..ffa4cbd9f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hockey-puck.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hockey-puck.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/holly-berry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/holly-berry.svg index 1bbcb2473..a46520a76 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/holly-berry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/holly-berry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/home.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/home.svg index f0f69f2c0..5c9d62386 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/home.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/home.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/horse-head.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/horse-head.svg index 23e0d352b..6e1586690 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/horse-head.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/horse-head.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/horse.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/horse.svg index 85e629ab3..9f5fedca7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/horse.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/horse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-alt.svg index 39ebea58b..d587e6489 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-symbol.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-symbol.svg index 1585279d9..24ff25689 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-symbol.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-symbol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-user.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-user.svg index 9943a7a57..2e6a19a03 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-user.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital-user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital.svg index dcc10826a..0b79beee8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hospital.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hot-tub.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hot-tub.svg index 2d8c2f86f..ff11dd6de 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hot-tub.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hot-tub.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hotdog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hotdog.svg index 38bdd0b5d..9f105e5d5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hotdog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hotdog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hotel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hotel.svg index 61d1f635b..cf2fa597c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hotel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hotel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-end.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-end.svg index 6d8712cf0..9b1da2f29 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-end.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-end.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-half.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-half.svg index b2f3e6f5e..d4170a43e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-half.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-start.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-start.svg index af2628089..06daa6cdc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-start.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass-start.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass.svg index 8ee7ccb79..ae867c1f4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hourglass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/house-damage.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/house-damage.svg index fb5eb9a2b..2b7ab2aff 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/house-damage.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/house-damage.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/house-user.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/house-user.svg index b739c2bdb..0c90a8c81 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/house-user.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/house-user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hryvnia.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hryvnia.svg index 7b01842a3..18f187655 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/hryvnia.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/hryvnia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/i-cursor.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/i-cursor.svg index 74e0a2e52..1127122bd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/i-cursor.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/i-cursor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ice-cream.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ice-cream.svg index 208b8ae21..abd3b3ec8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ice-cream.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ice-cream.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/icicles.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/icicles.svg index b24a38a55..f23eeba40 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/icicles.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/icicles.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/icons.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/icons.svg index 23af950c6..b566479a2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/icons.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/icons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-badge.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-badge.svg index eedf46895..b1d2bf7a9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-badge.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-badge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-card-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-card-alt.svg index f0c4028e6..a784de89e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-card-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-card-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-card.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-card.svg index 3a0e47edb..42f8140af 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-card.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/id-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/igloo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/igloo.svg index 6d6869666..4ea06e3f5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/igloo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/igloo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/image.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/image.svg index 758dca2ce..c32f68b88 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/image.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/images.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/images.svg index e70bc2cb0..b1dbb58d4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/images.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/images.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/inbox.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/inbox.svg index d53b3ca1b..f45f51f24 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/inbox.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/inbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/indent.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/indent.svg index 0c9078a49..3a9b08135 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/indent.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/indent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/industry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/industry.svg index dc04e5741..c40b41acb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/industry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/industry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/infinity.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/infinity.svg index cb8df11cb..94e066b89 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/infinity.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/infinity.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/info-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/info-circle.svg index fb4310486..f7e38706b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/info-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/info-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/info.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/info.svg index 36652fb10..00799d067 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/info.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/info.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/italic.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/italic.svg index cdd788752..21da76f15 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/italic.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/italic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/jedi.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/jedi.svg index d92672f5c..b2e631679 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/jedi.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/jedi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/joint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/joint.svg index 31f6b71bb..f3ed64544 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/joint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/joint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/journal-whills.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/journal-whills.svg index 443817eef..3868ba30d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/journal-whills.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/journal-whills.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kaaba.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kaaba.svg index 279b1e018..f490900e3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kaaba.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kaaba.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/key.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/key.svg index b0f4ff708..383c9aceb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/key.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/key.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/keyboard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/keyboard.svg index 9a01374a0..f397edc3f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/keyboard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/keyboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/khanda.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/khanda.svg index 1c109dcc1..e1deeab22 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/khanda.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/khanda.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss-beam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss-beam.svg index 35dc7f476..94eb49e3f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss-beam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss-wink-heart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss-wink-heart.svg index addc1a56f..98dd9f8df 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss-wink-heart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss-wink-heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss.svg index 7d17041d6..4eb436edc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiwi-bird.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiwi-bird.svg index 8aa5e0a1c..95dec7f1b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiwi-bird.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/kiwi-bird.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/landmark.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/landmark.svg index 19d5e4945..d8acb9684 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/landmark.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/landmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/language.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/language.svg index 1123e558e..7ca7e5835 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/language.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/language.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-code.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-code.svg index 102b4bc76..606718918 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-code.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-house.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-house.svg index 75205082c..454592398 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-house.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-house.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-medical.svg index e132bef7d..61e41ba1c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop.svg index 8d3aacf9e..82522d314 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laptop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-beam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-beam.svg index c57721014..cd5b7a132 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-beam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-squint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-squint.svg index bb7f5fcb7..d48f8dc2e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-squint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-wink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-wink.svg index 5854bb572..c5e2a4453 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-wink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh.svg index 25fd6c73a..3d3084cd7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/laugh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/layer-group.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/layer-group.svg index ffdc26be6..f67632f1f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/layer-group.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/layer-group.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/leaf.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/leaf.svg index 09f58653e..f4b8af54c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/leaf.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/leaf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lemon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lemon.svg index 4d91c5159..48c869161 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lemon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lemon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/less-than-equal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/less-than-equal.svg index 6c3578433..9b24365f8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/less-than-equal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/less-than-equal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/less-than.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/less-than.svg index 3820c7ebc..ab58b54f5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/less-than.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/less-than.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/level-down-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/level-down-alt.svg index 3a8c42757..2e0b32fe8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/level-down-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/level-down-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/level-up-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/level-up-alt.svg index e476d6e89..10ab5fdba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/level-up-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/level-up-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/life-ring.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/life-ring.svg index 5c0690f06..9eaa11ecc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/life-ring.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/life-ring.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lightbulb.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lightbulb.svg index 0a45a72fb..83c4c761f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lightbulb.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lightbulb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/link.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/link.svg index d6e92de5a..f0fdbf4f7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/link.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/link.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lira-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lira-sign.svg index 33734202a..fdd1013a3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lira-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lira-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-alt.svg index bd76b4e9f..dd9b0fc23 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-ol.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-ol.svg index dcd6795b3..f98c60cb0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-ol.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-ol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-ul.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-ul.svg index 03a820cef..4dadd3d7f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-ul.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/list-ul.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/list.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/list.svg index 80754480a..4a7f7b598 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/list.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/location-arrow.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/location-arrow.svg index 51db3be57..18df00901 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/location-arrow.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/location-arrow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lock-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lock-open.svg index 828d3589c..420e2b701 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lock-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lock-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lock.svg index 91924f7e1..86a172a86 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-down.svg index 60b13b0ab..af1ffa63c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-left.svg index aaca03ae8..e15dcf631 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-right.svg index c158bfd55..049c4f663 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-up.svg index af9bbf479..313c11e90 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/long-arrow-alt-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/low-vision.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/low-vision.svg index 126fb1dd3..510a2d3e1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/low-vision.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/low-vision.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/luggage-cart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/luggage-cart.svg index 5e022f043..e57f03d96 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/luggage-cart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/luggage-cart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lungs-virus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lungs-virus.svg index 9dbe87d32..7fb518cd3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lungs-virus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lungs-virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lungs.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lungs.svg index 61bb0e7a2..bbc3c10e8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/lungs.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/lungs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/magic.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/magic.svg index 4df345f54..9535e281e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/magic.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/magic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/magnet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/magnet.svg index 763fe438c..c1956f865 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/magnet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/magnet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mail-bulk.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mail-bulk.svg index e507fbc7f..47a7c0d57 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mail-bulk.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mail-bulk.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/male.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/male.svg index c167f0b68..8966224ee 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/male.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/male.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marked-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marked-alt.svg index c291458e4..b044e6a32 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marked-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marked-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marked.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marked.svg index 9655d42af..bdea11c05 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marked.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marker-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marker-alt.svg index 693c571fd..08e960110 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marker-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marker-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marker.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marker.svg index 6a53472b0..6d78a39cb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marker.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-marker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-pin.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-pin.svg index 8d61129dc..598f7a71c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-pin.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-signs.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-signs.svg index 27bae75ab..5a615400c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-signs.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map-signs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map.svg index a79957681..11aa57808 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/map.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/map.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/marker.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/marker.svg index 3f39215a7..bd0e3ea84 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/marker.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/marker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-double.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-double.svg index 5e50ea5b1..ae7b12af6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-double.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-double.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-h.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-h.svg index 20b11d084..7296c0678 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-h.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-v.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-v.svg index f709688d2..732a4de74 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-v.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-v.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke.svg index 23277dd28..c3dea2e8d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars-stroke.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars.svg index 0b5985f88..2c3141af7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mask.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mask.svg index 2bc34a432..4714dd0f0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mask.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mask.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/medal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/medal.svg index cb1c85d25..3d5f5fa33 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/medal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/medal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/medkit.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/medkit.svg index 7d92b7c1b..2cc99deff 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/medkit.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/medkit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh-blank.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh-blank.svg index 3445a16bd..5b3c03fce 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh-blank.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh-blank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh-rolling-eyes.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh-rolling-eyes.svg index 95423b767..0c2297cfe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh-rolling-eyes.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh-rolling-eyes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh.svg index bb903c369..ec15b080e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/meh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/memory.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/memory.svg index 358a93b5c..311a65ea5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/memory.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/memory.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/menorah.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/menorah.svg index 5e20b9ff7..49e79bf65 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/menorah.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/menorah.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mercury.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mercury.svg index e19c29ce7..1c92e2212 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mercury.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mercury.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/meteor.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/meteor.svg index c2f41f4cf..0fb299232 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/meteor.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/meteor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microchip.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microchip.svg index ec8385550..0f5f58b05 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microchip.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microchip.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-alt-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-alt-slash.svg index b08962bd2..c65f4310d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-alt-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-alt-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-alt.svg index 986282aab..5d6a27d0d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-slash.svg index 9c1926ed5..0a91d3116 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone.svg index 0026b1f11..8da53a4aa 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microphone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microscope.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microscope.svg index 09a62f6d0..1d6787514 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/microscope.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/microscope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus-circle.svg index 9a5b75f16..f41dc7790 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus-square.svg index ecf3adb54..b93336bbe 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus.svg index 02f452646..8a43aa3e6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mitten.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mitten.svg index 156f10551..e627a92a1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mitten.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mitten.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mobile-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mobile-alt.svg index 214bb8610..fac3ac5bf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mobile-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mobile-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mobile.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mobile.svg index 1fb21f8c5..f06e1c6e4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mobile.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mobile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-alt.svg index 4298ecf99..ad1f5f8df 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave-alt.svg index 1e9ed238a..723b2ccfd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave.svg index 2c53769e0..2910d7b1e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill.svg index d4c0c6c57..d09c6860e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-bill.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-check-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-check-alt.svg index 037c554ef..90bb795ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-check-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-check-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-check.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-check.svg index e44f53c7a..6d4012140 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-check.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/money-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/monument.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/monument.svg index 4a47be247..b5a9747e3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/monument.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/monument.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/moon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/moon.svg index 5092cd6fc..a0821efe3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/moon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/moon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mortar-pestle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mortar-pestle.svg index 90191e015..e11eef290 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mortar-pestle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mortar-pestle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mosque.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mosque.svg index ef42dd353..1905a7264 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mosque.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mosque.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/motorcycle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/motorcycle.svg index 01f0c5019..e2f90c8b5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/motorcycle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/motorcycle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mountain.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mountain.svg index 4fbc443e6..f17aca396 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mountain.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mountain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mouse-pointer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mouse-pointer.svg index 51c086035..1fec1b6fb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mouse-pointer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mouse-pointer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mouse.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mouse.svg index c585a4d97..24d01eb5b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mouse.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mouse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mug-hot.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mug-hot.svg index 0fffe9960..43d7aa662 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/mug-hot.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/mug-hot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/music.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/music.svg index a54e15b37..b37b68b3e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/music.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/music.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/network-wired.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/network-wired.svg index 78b5be706..95b67076a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/network-wired.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/network-wired.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/neuter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/neuter.svg index 774a50e36..858abd34b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/neuter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/neuter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/newspaper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/newspaper.svg index 54f086092..a612a3bc7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/newspaper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/newspaper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/not-equal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/not-equal.svg index ca9b3163d..9f1ff52d4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/not-equal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/not-equal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/notes-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/notes-medical.svg index f060125a0..253516dea 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/notes-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/notes-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/object-group.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/object-group.svg index 2689b1a81..d7bb0a197 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/object-group.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/object-group.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/object-ungroup.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/object-ungroup.svg index 5fc418cd6..f96c25bbb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/object-ungroup.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/object-ungroup.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/oil-can.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/oil-can.svg index e2c01b89a..a8f825d78 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/oil-can.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/oil-can.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/om.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/om.svg index 4a752eeaf..1cc778efb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/om.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/om.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/otter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/otter.svg index aa029e7ab..be6b97e20 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/otter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/otter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/outdent.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/outdent.svg index 03cc41c99..8f09cd689 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/outdent.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/outdent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pager.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pager.svg index 9512a241a..c9fcdd060 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pager.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pager.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paint-brush.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paint-brush.svg index a0d8892b1..9e74160db 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paint-brush.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paint-brush.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paint-roller.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paint-roller.svg index 80578beae..92c12b9e2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paint-roller.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paint-roller.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/palette.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/palette.svg index 27d0449e5..f689c0563 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/palette.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/palette.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pallet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pallet.svg index 33a1df72e..73a86cfba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pallet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pallet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paper-plane.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paper-plane.svg index 286de0c15..90da16aa0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paper-plane.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paper-plane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paperclip.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paperclip.svg index a36c8ecba..76ef1a0bb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paperclip.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paperclip.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/parachute-box.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/parachute-box.svg index ec8d75e80..ac3a7628a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/parachute-box.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/parachute-box.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paragraph.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paragraph.svg index e3fa43eac..9cb60cdb3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paragraph.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paragraph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/parking.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/parking.svg index 30670dec6..a0ebcc905 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/parking.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/parking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/passport.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/passport.svg index b952ff7b5..f240f83cc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/passport.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/passport.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pastafarianism.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pastafarianism.svg index 5c7b748e7..3a5c9519d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pastafarianism.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pastafarianism.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paste.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paste.svg index 7c1646004..12fab1aa4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paste.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paste.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pause-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pause-circle.svg index ef45b058a..8ec22d962 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pause-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pause-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pause.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pause.svg index 3e017c4f4..74ac840f7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pause.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pause.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paw.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paw.svg index 12d81d45b..da5bcc7b6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/paw.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/paw.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/peace.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/peace.svg index 3e305bbbd..1e499a528 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/peace.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/peace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-alt.svg index ae8eaeb97..3ea45c991 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-fancy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-fancy.svg index 6ae7074ce..01299bcc3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-fancy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-fancy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-nib.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-nib.svg index a9982cb8a..41e2ea4a5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-nib.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-nib.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-square.svg index 9e2b8d431..613904234 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen.svg index e41fc6775..3014f2d70 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pencil-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pencil-alt.svg index 52e85a542..da9c0bb40 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pencil-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pencil-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pencil-ruler.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pencil-ruler.svg index 7beac5ab0..2bd2c0202 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pencil-ruler.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pencil-ruler.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/people-arrows.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/people-arrows.svg index ac9ab4e68..90e3c3a9f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/people-arrows.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/people-arrows.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/people-carry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/people-carry.svg index 5ab3683df..9d8c33dae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/people-carry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/people-carry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pepper-hot.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pepper-hot.svg index 7f3a7ff6c..3a9f5f19b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pepper-hot.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pepper-hot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/percent.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/percent.svg index 86d5bb798..1132ff4b4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/percent.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/percent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/percentage.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/percentage.svg index 46e4430ee..704a6a3df 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/percentage.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/percentage.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/person-booth.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/person-booth.svg index 827320827..3855e0db4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/person-booth.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/person-booth.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-alt.svg index 6bc2f35be..85e7f2fae 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-slash.svg index 32194277e..022cbac3d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-square-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-square-alt.svg index ad6875ea8..66a0af7c3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-square-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-square-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-square.svg index d72773609..8bedfd48a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-volume.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-volume.svg index f68d0439e..60f30f998 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-volume.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone-volume.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone.svg index 8514b7ad1..06fe1c82b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/phone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/photo-video.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/photo-video.svg index a2ced8c78..7c501ba6d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/photo-video.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/photo-video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/piggy-bank.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/piggy-bank.svg index e9b7c7ee5..69e6afb80 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/piggy-bank.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/piggy-bank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pills.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pills.svg index 744667b9d..7893f0779 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pills.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pills.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pizza-slice.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pizza-slice.svg index b35f167ae..1e181d3ec 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pizza-slice.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pizza-slice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/place-of-worship.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/place-of-worship.svg index d4bcd8baa..4ee4978c4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/place-of-worship.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/place-of-worship.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-arrival.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-arrival.svg index 9b049454a..5f0b96d3d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-arrival.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-arrival.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-departure.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-departure.svg index d66a8ae52..d5d8b702c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-departure.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-departure.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-slash.svg index e3c70fceb..5002ab04f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane.svg index c440e1ea3..878129053 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/play-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/play-circle.svg index 7c3f4fd10..0ce008536 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/play-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/play-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/play.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/play.svg index 66f183cf2..e817cc8ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/play.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/play.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plug.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plug.svg index 3a5f287c4..12701eb7c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plug.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plug.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus-circle.svg index 293765693..86d47f5f4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus-square.svg index a5d237952..f6b5dc7c8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus.svg index 7c3a62c64..74cf3932c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/podcast.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/podcast.svg index 9665811ab..362b753a4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/podcast.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/podcast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poll-h.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poll-h.svg index 456fa2ec9..2ada21202 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poll-h.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poll-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poll.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poll.svg index 43d82e93b..82fb6c3ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poll.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poll.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poo-storm.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poo-storm.svg index 729438be4..a2492965b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poo-storm.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poo-storm.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poo.svg index 00920ee5e..d96589978 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poop.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poop.svg index 63ae88867..91379e769 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/poop.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/poop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/portrait.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/portrait.svg index c7367a452..9cd5190a3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/portrait.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/portrait.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pound-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pound-sign.svg index 47b1069c5..e4d89304a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pound-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pound-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/power-off.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/power-off.svg index 248f8c6a1..75d24468a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/power-off.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/power-off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pray.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pray.svg index 9cdfbf08e..dd0c7a299 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pray.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pray.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/praying-hands.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/praying-hands.svg index 0463d4969..7347835da 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/praying-hands.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/praying-hands.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle-alt.svg index edfe5997f..52098876f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle.svg index c53fd9ab6..ec0b862c9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription.svg index 35b5e0213..e48c10802 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/prescription.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/print.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/print.svg index ee41d98ff..a96ee8ef2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/print.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/print.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/procedures.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/procedures.svg index a82cca21c..c77f11590 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/procedures.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/procedures.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/project-diagram.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/project-diagram.svg index f10096948..d730b0531 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/project-diagram.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/project-diagram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pump-medical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pump-medical.svg index f1c022646..ec4a7b505 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pump-medical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pump-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pump-soap.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pump-soap.svg index 6c4f0f491..6aa2747b2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/pump-soap.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/pump-soap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/puzzle-piece.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/puzzle-piece.svg index a146cd895..48ca1c230 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/puzzle-piece.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/puzzle-piece.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/qrcode.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/qrcode.svg index cb8d41a01..0d2edc843 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/qrcode.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/qrcode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/question-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/question-circle.svg index f710b11ad..48dd6067e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/question-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/question-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/question.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/question.svg index cc928ba9b..60e30a770 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/question.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/question.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/quidditch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/quidditch.svg index d9ed78e53..b9d4997a6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/quidditch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/quidditch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/quote-left.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/quote-left.svg index 60e1a48d7..ba9977f3d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/quote-left.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/quote-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/quote-right.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/quote-right.svg index 104bbcf2b..2e344398f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/quote-right.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/quote-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/quran.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/quran.svg index 8169b94eb..182e0df3c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/quran.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/quran.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/radiation-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/radiation-alt.svg index 710445e3b..5f7ea459d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/radiation-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/radiation-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/radiation.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/radiation.svg index 7b5918067..3e7c4201e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/radiation.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/radiation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rainbow.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rainbow.svg index d4bbf8752..d40830524 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rainbow.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rainbow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/random.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/random.svg index 792fbf817..d6961c622 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/random.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/random.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/receipt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/receipt.svg index 7a14c5c8d..1b3773c46 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/receipt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/receipt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/record-vinyl.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/record-vinyl.svg index 69ecec0e8..741525ea1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/record-vinyl.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/record-vinyl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/recycle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/recycle.svg index 19cea09e4..4d0b72346 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/recycle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/recycle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/redo-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/redo-alt.svg index 78c24603c..f32b9d463 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/redo-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/redo-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/redo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/redo.svg index 2f38034ad..fd6811199 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/redo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/redo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/registered.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/registered.svg index 3e98c6498..c7ab56a99 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/registered.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/registered.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/remove-format.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/remove-format.svg index 4a096a895..967559e41 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/remove-format.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/remove-format.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/reply-all.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/reply-all.svg index 437b79d17..da367e642 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/reply-all.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/reply-all.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/reply.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/reply.svg index 7468ec6bc..c4ee75908 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/reply.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/reply.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/republican.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/republican.svg index 9798017b9..6d4bd7dbb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/republican.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/republican.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/restroom.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/restroom.svg index 8631c6f3f..e9719bb06 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/restroom.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/restroom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/retweet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/retweet.svg index 6d0e12571..160ac8f5d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/retweet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/retweet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ribbon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ribbon.svg index 49c7e6a13..1e6cbeda6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ribbon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ribbon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ring.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ring.svg index 1326f2def..0b8611647 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ring.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ring.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/road.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/road.svg index 96dc8497f..5dfafc72f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/road.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/road.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/robot.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/robot.svg index 1c7cdf124..203e56ae5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/robot.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/robot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rocket.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rocket.svg index 83550fad7..d1888f4e1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rocket.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rocket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/route.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/route.svg index 367dfa0ad..9a1399537 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/route.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/route.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rss-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rss-square.svg index 519b43ad0..869b59f87 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rss-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rss-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rss.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rss.svg index a714abd8f..606aa8973 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rss.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruble-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruble-sign.svg index 722dab047..80d04b190 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruble-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruble-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-combined.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-combined.svg index f67d7ffeb..3b0f0d585 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-combined.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-combined.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-horizontal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-horizontal.svg index 2acf43098..70f78f51a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-horizontal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-horizontal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-vertical.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-vertical.svg index b5151ad2a..80693754e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-vertical.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler-vertical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler.svg index afd0e9d02..3e06310ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ruler.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/running.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/running.svg index 340ca96c3..112b874ff 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/running.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/running.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rupee-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rupee-sign.svg index 00ee43dd1..85ea4bebd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/rupee-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/rupee-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sad-cry.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sad-cry.svg index 7faff4155..eddaa8232 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sad-cry.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sad-cry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sad-tear.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sad-tear.svg index 06230a42e..9dfa5dae4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sad-tear.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sad-tear.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/satellite-dish.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/satellite-dish.svg index be5bd8e2e..f85031ea4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/satellite-dish.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/satellite-dish.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/satellite.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/satellite.svg index 3a331259b..dddddf11a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/satellite.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/satellite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/save.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/save.svg index d88913381..ef9e68942 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/save.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/save.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/school.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/school.svg index 1d4eaa04d..c292d6c9a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/school.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/school.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/screwdriver.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/screwdriver.svg index 38213e6d2..a3104cf11 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/screwdriver.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/screwdriver.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/scroll.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/scroll.svg index bfd453a4c..7581632ce 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/scroll.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/scroll.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sd-card.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sd-card.svg index 89bd127b8..dcf353a53 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sd-card.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sd-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-dollar.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-dollar.svg index fab29b9fd..360024998 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-dollar.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-location.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-location.svg index 25d2fc0a1..b67dda1bc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-location.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-location.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-minus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-minus.svg index be80375b1..51c3790d8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-minus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-plus.svg index 6ec2a0c68..53540b96b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search.svg index 8df2064aa..1309464be 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/search.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/search.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/seedling.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/seedling.svg index 30ecd06da..5cdd2d161 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/seedling.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/seedling.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/server.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/server.svg index 22b2738be..869a391ea 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/server.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/server.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shapes.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shapes.svg index bc5750ae2..302e030ad 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shapes.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shapes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-alt-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-alt-square.svg index 88065e638..f6f755034 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-alt-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-alt-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-alt.svg index b2c7284af..221a9b544 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-square.svg index d28dbfc8a..7480618d3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/share-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/share.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/share.svg index b3fe9743f..489738c96 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/share.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/share.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shekel-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shekel-sign.svg index 28944e607..23daceb01 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shekel-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shekel-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shield-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shield-alt.svg index c0fabe90a..cede1042c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shield-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shield-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shield-virus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shield-virus.svg index fc42520d0..1d2a7f3c7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shield-virus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shield-virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ship.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ship.svg index 6139bc43d..3ca342ff5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ship.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ship.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shipping-fast.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shipping-fast.svg index acab2c582..cbbefde63 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shipping-fast.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shipping-fast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shoe-prints.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shoe-prints.svg index e96551995..d806ee51d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shoe-prints.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shoe-prints.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-bag.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-bag.svg index 0bfb62e6c..742451ce2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-bag.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-bag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-basket.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-basket.svg index 8a1376c37..cefb97cb7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-basket.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-basket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-cart.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-cart.svg index f0ad43921..c3bf65d56 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-cart.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shopping-cart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shower.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shower.svg index 56926bcde..c15e0d81d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shower.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shower.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shuttle-van.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shuttle-van.svg index bd65a8efe..efd44b0cd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/shuttle-van.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/shuttle-van.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-in-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-in-alt.svg index faedc7301..682ea1c8e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-in-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-in-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-language.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-language.svg index 161478705..967379511 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-language.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-language.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-out-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-out-alt.svg index 9852a4cd5..591f27548 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-out-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign-out-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign.svg index c42755acf..4409cca8f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/signal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/signal.svg index 5289ca4f8..055b523b1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/signal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/signal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/signature.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/signature.svg index 8b13f820f..c83bcdc79 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/signature.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/signature.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sim-card.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sim-card.svg index 18edc5f53..8f6d7cc18 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sim-card.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sim-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sink.svg index 73c8e3537..d05322036 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sitemap.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sitemap.svg index 430e52481..213e97813 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sitemap.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sitemap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skating.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skating.svg index dc88b3c4c..1626ae60c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skating.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skating.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skiing-nordic.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skiing-nordic.svg index 158c41825..780d5e34c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skiing-nordic.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skiing-nordic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skiing.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skiing.svg index 7b7d3129b..682bd969e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skiing.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skiing.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skull-crossbones.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skull-crossbones.svg index b9231f080..687c0f34e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skull-crossbones.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skull-crossbones.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skull.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skull.svg index af1d3ac0e..261a9eadb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/skull.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/skull.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/slash.svg index 6ebf699e5..88eaba47e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sleigh.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sleigh.svg index 2ec4a0d00..91bc7d18d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sleigh.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sleigh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sliders-h.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sliders-h.svg index aa1ce5dd3..978b5d33f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sliders-h.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sliders-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile-beam.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile-beam.svg index 2349a6619..5e8ccedf0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile-beam.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile-wink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile-wink.svg index 560fbb5a3..df8d9d949 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile-wink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile.svg index d889dad9c..b905d4233 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smog.svg index 9767d1e27..6aafcb599 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smoking-ban.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smoking-ban.svg index 9f8a0944c..2711f6a03 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smoking-ban.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smoking-ban.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smoking.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smoking.svg index 8f29ab476..92fed6d63 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/smoking.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/smoking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sms.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sms.svg index f17190993..1a65fe30a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sms.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sms.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowboarding.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowboarding.svg index e52a0cc2b..fd2a85314 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowboarding.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowboarding.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowflake.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowflake.svg index 1a1ca1fc4..818e4c1ba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowflake.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowflake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowman.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowman.svg index 2925ae5a7..abc258fa2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowman.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowman.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowplow.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowplow.svg index 4fff3fb86..627d268b0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowplow.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/snowplow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/soap.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/soap.svg index 3a9611e78..3909d6c2b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/soap.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/soap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/socks.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/socks.svg index b2198c924..9c2515f7c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/socks.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/socks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/solar-panel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/solar-panel.svg index 914285875..590ed606c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/solar-panel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/solar-panel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-down-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-down-alt.svg index 901aa66f0..eddabca25 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-down-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-down-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-down.svg index 0f6625f8a..120f08e02 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-up-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-up-alt.svg index 886f6dbab..7d0b222e4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-up-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-up-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-up.svg index 8813401f2..389a0fcd0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-alpha-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-down-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-down-alt.svg index efa6a125a..4f8e65154 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-down-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-down-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-down.svg index 40c6b2c5c..c9108dea2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-up-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-up-alt.svg index 1a274e300..7d60532ca 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-up-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-up-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-up.svg index cf28c69f4..340f44073 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-amount-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-down.svg index 58a08d6dd..5bd920fc1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-down-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-down-alt.svg index 90f2ac372..e8807bf8a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-down-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-down-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-down.svg index 906d2e00a..e3fd3d28c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-up-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-up-alt.svg index 39e7b9d5d..d5f586cbc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-up-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-up-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-up.svg index 31efad63f..6d81233cd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-numeric-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-up.svg index 8189a98ad..a7f103572 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort.svg index a4cc55440..6bb5d7735 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sort.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spa.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spa.svg index 831b1fce3..70eac22d1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spa.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/space-shuttle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/space-shuttle.svg index 730d71db6..003385c60 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/space-shuttle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/space-shuttle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spell-check.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spell-check.svg index 025730fc3..3c8fd2432 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spell-check.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spell-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spider.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spider.svg index b2fee2aa4..10b25e8f5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spider.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spider.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spinner.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spinner.svg index cdab7598a..5e3d42ced 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spinner.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spinner.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/splotch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/splotch.svg index 30b6dc12b..4a37212b8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/splotch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/splotch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spray-can.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spray-can.svg index 39ccdb575..cc74c3768 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/spray-can.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/spray-can.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/square-full.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/square-full.svg index 832fb1f8c..a8c093ccf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/square-full.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/square-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/square-root-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/square-root-alt.svg index 4b42a2c91..5e9a709e9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/square-root-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/square-root-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/square.svg index fa2463feb..630bf885c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stamp.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stamp.svg index 86fe4528b..daa450b70 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stamp.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stamp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-and-crescent.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-and-crescent.svg index d5cb68568..8ca026d04 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-and-crescent.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-and-crescent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-half-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-half-alt.svg index d30c956cc..e32845b68 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-half-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-half-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-half.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-half.svg index 7797b9eb5..0398b6649 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-half.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-of-david.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-of-david.svg index 61a51ef60..2a7c316b4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-of-david.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-of-david.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-of-life.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-of-life.svg index af7cee6f4..7e59bc40b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-of-life.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star-of-life.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star.svg index c79e0cb52..0d33b8eb3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/star.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/star.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/step-backward.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/step-backward.svg index 98f0cdbad..6e5d9f06d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/step-backward.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/step-backward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/step-forward.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/step-forward.svg index a64ecebcb..094c50c9c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/step-forward.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/step-forward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stethoscope.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stethoscope.svg index 0219b9e9d..c184d237e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stethoscope.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stethoscope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sticky-note.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sticky-note.svg index 8a231000e..ecaa2eea4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sticky-note.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sticky-note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stop-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stop-circle.svg index 8f95f0e1a..68d64ebb2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stop-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stop-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stop.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stop.svg index fa2463feb..630bf885c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stop.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stopwatch-20.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stopwatch-20.svg index cc6680e90..83ce91dcf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stopwatch-20.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stopwatch-20.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stopwatch.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stopwatch.svg index 66f02976b..1a283c251 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stopwatch.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stopwatch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-alt-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-alt-slash.svg index 171b2b8be..fb559c109 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-alt-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-alt-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-alt.svg index c4d375ca4..11f7011c1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-slash.svg index 6154d9b62..eeb02b371 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/store-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/store.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/store.svg index a68cbd775..9656e1aec 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/store.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/store.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stream.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stream.svg index a2f074be8..cecbc9440 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stream.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stream.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/street-view.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/street-view.svg index 23ed9db81..8b42ef5dc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/street-view.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/street-view.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/strikethrough.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/strikethrough.svg index bcdc35a49..282642333 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/strikethrough.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/strikethrough.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stroopwafel.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stroopwafel.svg index cc7507d2d..e06178caf 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/stroopwafel.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/stroopwafel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/subscript.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/subscript.svg index 0a38b93fd..1c6440e7c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/subscript.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/subscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/subway.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/subway.svg index 76836d948..4462c06a8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/subway.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/subway.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/suitcase-rolling.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/suitcase-rolling.svg index 6419319f2..4448cb226 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/suitcase-rolling.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/suitcase-rolling.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/suitcase.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/suitcase.svg index 9157fce25..cb3f22ff6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/suitcase.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/suitcase.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sun.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sun.svg index 82729fded..dd7e2a888 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sun.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sun.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/superscript.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/superscript.svg index 25d5fb63c..011218e30 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/superscript.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/superscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/surprise.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/surprise.svg index 1e8b9e84c..ec9cc8f5a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/surprise.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/surprise.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/swatchbook.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/swatchbook.svg index 4f00eebe2..2561b866c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/swatchbook.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/swatchbook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/swimmer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/swimmer.svg index e466760b3..eea22196d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/swimmer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/swimmer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/swimming-pool.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/swimming-pool.svg index 98c2a2f9e..eb1401a76 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/swimming-pool.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/swimming-pool.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/synagogue.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/synagogue.svg index cd8a349f8..d16412b44 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/synagogue.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/synagogue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sync-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sync-alt.svg index 634aec469..fffda490d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sync-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sync-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sync.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sync.svg index 1bb8851e4..cdecf80e7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/sync.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/sync.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/syringe.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/syringe.svg index c97f09f5f..0fe1cea62 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/syringe.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/syringe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/table-tennis.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/table-tennis.svg index 376c60c30..941313fd6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/table-tennis.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/table-tennis.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/table.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/table.svg index 611709a93..efd0a8b03 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/table.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/table.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablet-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablet-alt.svg index 756fa2f08..b06ce66c5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablet-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablet-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablet.svg index 574479162..a192f6781 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablets.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablets.svg index d0217c92b..7f74c5c5c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablets.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tablets.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tachometer-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tachometer-alt.svg index a77328119..4ea65e978 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tachometer-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tachometer-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tag.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tag.svg index 4bbefc512..1d5ba3db2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tag.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tags.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tags.svg index 68459e4f0..0ca0a3158 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tags.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tags.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tape.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tape.svg index 18bc5602b..6de8f7d01 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tape.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tape.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tasks.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tasks.svg index 9aa3387ba..6e93b3fbd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tasks.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tasks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/taxi.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/taxi.svg index bc7a348f7..b2fc9b4c6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/taxi.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/taxi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/teeth-open.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/teeth-open.svg index cd4809621..5cf0b5f87 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/teeth-open.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/teeth-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/teeth.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/teeth.svg index c0237ef71..8dad3f48c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/teeth.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/teeth.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/temperature-high.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/temperature-high.svg index 27b4f9205..e12454e54 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/temperature-high.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/temperature-high.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/temperature-low.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/temperature-low.svg index b1b4c2d5d..602ea0280 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/temperature-low.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/temperature-low.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tenge.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tenge.svg index 90664b9a3..df8c29b7c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tenge.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tenge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/terminal.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/terminal.svg index e9bb259a7..8795dba27 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/terminal.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/terminal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/text-height.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/text-height.svg index 1e6cbf16c..c4dd5e868 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/text-height.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/text-height.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/text-width.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/text-width.svg index 9a5e331b6..27a35d87b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/text-width.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/text-width.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/th-large.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/th-large.svg index 7afc87fd7..02bf09765 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/th-large.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/th-large.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/th-list.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/th-list.svg index a188b265e..88293d410 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/th-list.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/th-list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/th.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/th.svg index 04ccd2ef8..df2bad578 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/th.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/th.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/theater-masks.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/theater-masks.svg index 5c985c4a6..cd18beb07 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/theater-masks.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/theater-masks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-empty.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-empty.svg index 0b63ae6c4..38a81e3bb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-empty.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-empty.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-full.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-full.svg index 6686f6dc7..eacf5a98e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-full.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-half.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-half.svg index 05d0bdb7e..bb26387b8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-half.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-quarter.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-quarter.svg index e837bfc7c..3282cfc40 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-quarter.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-quarter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-three-quarters.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-three-quarters.svg index 93b5eb99a..9e63ea517 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-three-quarters.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer-three-quarters.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer.svg index d6d572a0a..0bc30e563 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thermometer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbs-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbs-down.svg index 5f68aba6f..6c1302b32 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbs-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbs-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbs-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbs-up.svg index e07a53aa6..2fd37c2c3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbs-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbs-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbtack.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbtack.svg index 36e8ab24e..ba4a68636 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbtack.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/thumbtack.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ticket-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ticket-alt.svg index 1a6f4c7ab..b93839444 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/ticket-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/ticket-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/times-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/times-circle.svg index c18dcb4b8..3ef8c3f39 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/times-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/times-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/times.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/times.svg index 2dce37c75..3d12ed1a9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/times.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/times.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tint-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tint-slash.svg index eaa286e5e..627f7dbb0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tint-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tint-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tint.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tint.svg index ec7a5cc50..87491bab4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tint.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tired.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tired.svg index dbdabbbeb..2c36a465d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tired.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tired.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toggle-off.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toggle-off.svg index af5425b6a..f9c7b14fc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toggle-off.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toggle-off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toggle-on.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toggle-on.svg index fa568a906..a65488981 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toggle-on.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toggle-on.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet-paper-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet-paper-slash.svg index 5f1d845f8..62cfc2184 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet-paper-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet-paper-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet-paper.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet-paper.svg index 923275c64..8757ffb9c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet-paper.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet-paper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet.svg index d4fd3128f..3ad447b9b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toilet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toolbox.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toolbox.svg index c3089fafa..365c86997 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/toolbox.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/toolbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tools.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tools.svg index 92bc8954a..525f91604 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tools.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tools.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tooth.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tooth.svg index 9d5340631..38b216804 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tooth.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tooth.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/torah.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/torah.svg index d776bad75..2d719d3dd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/torah.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/torah.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/torii-gate.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/torii-gate.svg index 5f96578c4..5bc8e86e4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/torii-gate.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/torii-gate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tractor.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tractor.svg index 57e3d065c..3e12d1a05 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tractor.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tractor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trademark.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trademark.svg index 0ea167016..22b9a11e3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trademark.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trademark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/traffic-light.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/traffic-light.svg index 369068d51..93fa488c0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/traffic-light.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/traffic-light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trailer.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trailer.svg index d60fde71d..b535df91e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trailer.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trailer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/train.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/train.svg index 8b57d56f2..dcb4bf0ef 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/train.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/train.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tram.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tram.svg index 1e128c2ce..090c99887 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tram.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/transgender-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/transgender-alt.svg index 2d412cf06..cb8de0962 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/transgender-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/transgender-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/transgender.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/transgender.svg index 0fc809d3c..4aea461b6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/transgender.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/transgender.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-alt.svg index 81f1cc31c..edf038406 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-restore-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-restore-alt.svg index ebd7b1bfb..daa9b2244 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-restore-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-restore-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-restore.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-restore.svg index 1881179cf..c0e68f81c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-restore.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash-restore.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash.svg index af15cfc31..18f52c5f0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tree.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tree.svg index 9036d9395..09e279017 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tree.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tree.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trophy.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trophy.svg index 55d28b70d..9ede04f9a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/trophy.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/trophy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-loading.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-loading.svg index d186f99e9..21865b8ed 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-loading.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-loading.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-monster.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-monster.svg index ff4a99765..4f7badea3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-monster.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-monster.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-moving.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-moving.svg index 8bcc7768c..cdddc484c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-moving.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-moving.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-pickup.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-pickup.svg index cff923c10..5f7c32a23 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-pickup.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck-pickup.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck.svg index e42800b59..ee9677e2d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/truck.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tshirt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tshirt.svg index 72e95ccde..0378f9a0b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tshirt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tshirt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tty.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tty.svg index 595fdbb5a..4a1ba7ae1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tty.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tty.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tv.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tv.svg index 453027e77..f1200b417 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/tv.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/tv.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/umbrella-beach.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/umbrella-beach.svg index 2f03ae05d..b9f46173c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/umbrella-beach.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/umbrella-beach.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/umbrella.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/umbrella.svg index c83ff8994..a9084633f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/umbrella.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/umbrella.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/underline.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/underline.svg index 0d5888b36..558cd3937 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/underline.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/underline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/undo-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/undo-alt.svg index 3d659f67d..435447d63 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/undo-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/undo-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/undo.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/undo.svg index 68bca9095..f3f48b21d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/undo.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/undo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/universal-access.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/universal-access.svg index 5f624ca8c..d115b6e02 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/universal-access.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/universal-access.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/university.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/university.svg index 5d39d1eeb..71611115b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/university.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/university.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlink.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlink.svg index c572ca420..5d786c5bc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlink.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlock-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlock-alt.svg index 4d99d747d..e58c569ff 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlock-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlock-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlock.svg index 45265d891..76ac3b326 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/unlock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/upload.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/upload.svg index 3f0d22c4e..53793982c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/upload.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-alt-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-alt-slash.svg index 87cb90cb5..c93588f35 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-alt-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-alt-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-alt.svg index 3c573797b..43ee7b360 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-astronaut.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-astronaut.svg index 1d1d9ed01..9cfd2d9bc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-astronaut.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-astronaut.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-check.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-check.svg index b4d12b925..5a8f74b59 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-check.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-circle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-circle.svg index 8fad11378..382e765ba 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-circle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-clock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-clock.svg index 31d941963..086434d92 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-clock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-cog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-cog.svg index 4d15d95e2..0e8f0586f 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-cog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-cog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-edit.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-edit.svg index 086af97da..6f4d888a0 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-edit.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-edit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-friends.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-friends.svg index 1654dfc24..f293acbbb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-friends.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-friends.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-graduate.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-graduate.svg index abd06b223..e47256431 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-graduate.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-graduate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-injured.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-injured.svg index 8108fb795..c8e60f364 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-injured.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-injured.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-lock.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-lock.svg index 8ee7d1b7f..9181b71f3 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-lock.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-lock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-md.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-md.svg index 1c7d08250..2c8c3a0b7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-md.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-md.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-minus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-minus.svg index 30a36f087..1eb030d31 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-minus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-ninja.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-ninja.svg index 1b76635e3..ed64f0b6e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-ninja.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-ninja.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-nurse.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-nurse.svg index c84b11e96..6f63232cd 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-nurse.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-nurse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-plus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-plus.svg index f1e5501eb..4c79099a1 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-plus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-secret.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-secret.svg index 26d58535f..a3ae24d7c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-secret.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-secret.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-shield.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-shield.svg index e51054f1e..ba1d3f169 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-shield.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-shield.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-slash.svg index 9c1e1a63a..670d15792 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-tag.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-tag.svg index 38b6c2cd6..fdb6cde80 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-tag.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-tie.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-tie.svg index f92518948..503ff5b98 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-tie.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-tie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-times.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-times.svg index 04729323b..7c0d7e830 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-times.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user-times.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user.svg index 12df6d28a..467196763 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/user.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/users-cog.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/users-cog.svg index 5a70c5e64..657098937 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/users-cog.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/users-cog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/users-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/users-slash.svg index 6670de20a..156e36a9d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/users-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/users-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/users.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/users.svg index b09a846ac..51eeeddc4 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/users.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/users.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/utensil-spoon.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/utensil-spoon.svg index d1878fbcd..f4fae1cec 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/utensil-spoon.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/utensil-spoon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/utensils.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/utensils.svg index d9221fb88..89e023cb8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/utensils.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/utensils.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vector-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vector-square.svg index dd4fb72e3..b0a3ba955 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vector-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vector-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus-double.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus-double.svg index 57c56d3e5..54f3d1f3c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus-double.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus-double.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus-mars.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus-mars.svg index 26a3a8838..17cc896b7 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus-mars.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus-mars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus.svg index 66c763ac6..160c7e63e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/venus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vest-patches.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vest-patches.svg index 70c9ec465..ea1742653 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vest-patches.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vest-patches.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vest.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vest.svg index 2024fa41c..d66301a8c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vest.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vest.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vial.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vial.svg index b3e8695f0..0dffa5b5d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vial.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vial.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vials.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vials.svg index a3f9cd109..8cbe95b2e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vials.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vials.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/video-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/video-slash.svg index b2ed896ac..7e42ab4fb 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/video-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/video-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/video.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/video.svg index acee04966..92f4988ab 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/video.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vihara.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vihara.svg index c165788a0..38466965e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vihara.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vihara.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/virus-slash.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/virus-slash.svg index be99b0ca9..97e2bb9aa 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/virus-slash.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/virus-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/virus.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/virus.svg index a85517e2a..f44787ff9 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/virus.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/viruses.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/viruses.svg index d0e54562b..87687321b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/viruses.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/viruses.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/voicemail.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/voicemail.svg index eee2e5551..2d9fce28c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/voicemail.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/voicemail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volleyball-ball.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volleyball-ball.svg index f54ad96ee..55510abb5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volleyball-ball.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volleyball-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-down.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-down.svg index 8ee997cb4..423497828 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-down.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-mute.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-mute.svg index daf31594f..220d38e76 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-mute.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-mute.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-off.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-off.svg index 745b85dab..4ca6ec984 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-off.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-up.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-up.svg index c965bffb9..3025fd484 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-up.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/volume-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vote-yea.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vote-yea.svg index ed64d6e14..e4f325afc 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vote-yea.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vote-yea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vr-cardboard.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vr-cardboard.svg index 48853e128..8f0737e54 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/vr-cardboard.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/vr-cardboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/walking.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/walking.svg index 51de2badd..1b68fdc69 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/walking.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/walking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wallet.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wallet.svg index b12c1122c..469c3ed47 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wallet.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wallet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/warehouse.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/warehouse.svg index 2dfa7a78e..e63ef12e2 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/warehouse.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/warehouse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/water.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/water.svg index 80e375b79..49ed92a66 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/water.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/water.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wave-square.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wave-square.svg index 92b069c3f..a5e352ac5 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wave-square.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wave-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/weight-hanging.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/weight-hanging.svg index 61bb28d07..933a9ca3a 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/weight-hanging.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/weight-hanging.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/weight.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/weight.svg index f38f34229..bc5f66060 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/weight.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/weight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wheelchair.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wheelchair.svg index 9766284d6..c8e893242 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wheelchair.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wheelchair.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wifi.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wifi.svg index 3cf64721a..9389a17d8 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wifi.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wifi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wind.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wind.svg index dac43451c..db745110b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wind.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wind.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-close.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-close.svg index 4599e60f6..a497a9b9b 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-close.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-maximize.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-maximize.svg index 5930c1c37..daa50e739 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-maximize.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-maximize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-minimize.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-minimize.svg index 65507dd05..d54d4ad27 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-minimize.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-minimize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-restore.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-restore.svg index 1c5ebc0a2..454932838 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-restore.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/window-restore.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-bottle.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-bottle.svg index a4afab138..78bd00b87 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-bottle.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-bottle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-glass-alt.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-glass-alt.svg index 7c17eefae..61c9b0e6e 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-glass-alt.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-glass-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-glass.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-glass.svg index f75cba7e6..11a78289d 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-glass.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wine-glass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/won-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/won-sign.svg index 265d33fc0..dc0982473 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/won-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/won-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wrench.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wrench.svg index 55e68b7e8..32e21eef6 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/wrench.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/wrench.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/x-ray.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/x-ray.svg index 1844a0aee..5bf3f874c 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/x-ray.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/x-ray.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/yen-sign.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/yen-sign.svg index a71e37224..f3229c042 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/yen-sign.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/yen-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/svgs/solid/yin-yang.svg b/js-packages/@fortawesome/fontawesome-free/svgs/solid/yin-yang.svg index d2604b9aa..127bf3e83 100644 --- a/js-packages/@fortawesome/fontawesome-free/svgs/solid/yin-yang.svg +++ b/js-packages/@fortawesome/fontawesome-free/svgs/solid/yin-yang.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js-packages/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot b/js-packages/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot index 39af1f12d..32e0207fd 100644 Binary files a/js-packages/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot and b/js-packages/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot differ diff --git a/js-packages/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg b/js-packages/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg index 47e434de9..5d605eac2 100644 --- a/js-packages/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg +++ b/js-packages/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg @@ -2,11 +2,11 @@ -Created by FontForge 20201107 at Tue Mar 16 10:13:23 2021 +Created by FontForge 20201107 at Wed Aug 4 12:22:50 2021 By Robert Madole Copyright (c) Font Awesome - + - +d="M400 416c26.4922 0 48 -21.5078 48 -48v-352c0 -26.4922 -21.5078 -48 -48 -48h-352c-26.4922 0 -48 21.5078 -48 48v352c0 26.4922 21.5078 48 48 48h352zM336 136v160c-31.5996 -11.2002 -41.2002 -16 -59.7998 -16c-31.4004 0 -43.4004 16 -74.6006 16 +c-25.3994 0 -37.3994 -10.4004 -57.5996 -14.4004v6.40039c0 8.83105 -7.16895 16 -16 16s-16 -7.16895 -16 -16v-192c0 -8.83105 7.16895 -16 16 -16s16 7.16895 16 16v153.6c20.2002 4 32.2002 14.4004 57.5996 14.4004c31.4004 0 43.2002 -16 74.6006 -16 +c10.2002 0 17.7998 1.40039 27.7998 4.59961v-96c-10 -3.19922 -17.5996 -4.59961 -27.7998 -4.59961c-31.4004 0 -43.4004 16 -74.6006 16c-8.91309 -0.0322266 -17.5195 -1.44336 -25.5996 -4v-32c7.86035 2.58398 16.2559 4.00195 24.9756 4.00195 +c0.208008 0 0.416016 0 0.624023 -0.00195312c31.4004 0 43.2002 -16 74.6006 -16c18.5996 0 28.2002 4.7998 59.7998 16z" /> +d="M400 416c26.4922 0 48 -21.5078 48 -48v-352c0 -26.4922 -21.5078 -48 -48 -48h-352c-26.4922 0 -48 21.5078 -48 48v352c0 26.4922 21.5078 48 48 48h352zM416 16v352c0 8.83105 -7.16895 16 -16 16h-352c-8.83105 0 -16 -7.16895 -16 -16v-352 +c0 -8.83105 7.16895 -16 16 -16h352c8.83105 0 16 7.16895 16 16zM201.6 296c31.2002 0 43.2002 -16 74.6006 -16c18.5996 0 28.2002 4.7998 59.7998 16v-160c-31.5996 -11.2002 -41.2002 -16 -59.7998 -16c-31.4004 0 -43.2002 16 -74.6006 16 +c-0.208008 0.00195312 -0.415039 -0.0175781 -0.623047 -0.0175781c-8.7207 0 -17.1162 -1.39844 -24.9766 -3.98242v32c8.08008 2.55664 16.6865 3.96777 25.5996 4c31.2002 0 43.2002 -16 74.6006 -16c10.2002 0 17.7998 1.40039 27.7998 4.59961v96 +c-10 -3.19922 -17.5996 -4.59961 -27.7998 -4.59961c-31.4004 0 -43.2002 16 -74.6006 16c-25.3994 0 -37.3994 -10.4004 -57.5996 -14.4004v-153.6c0 -8.83105 -7.16895 -16 -16 -16s-16 7.16895 -16 16v192c0 8.83105 7.16895 16 16 16s16 -7.16895 16 -16v-6.40039 +c20.2002 4 32.2002 14.4004 57.5996 14.4004z" /> d="M87 -33.7998v73.5996h73.7002v-73.5996h-73.7002zM25.4004 101.4h61.5996v-61.6006h-61.5996v61.6006zM491.6 271.1c53.2002 -170.3 -73 -327.1 -235.6 -327.1v95.7998h0.299805v0.299805c101.7 0.200195 180.5 101 141.4 208 c-14.2998 39.6006 -46.1006 71.4004 -85.7998 85.7002c-107.101 38.7998 -208.101 -39.8994 -208.101 -141.7h-95.7998c0 162.2 156.9 288.7 327 235.601c74.2002 -23.2998 133.6 -82.4004 156.6 -156.601zM256.3 40.0996h-0.299805v-0.299805h-95.2998v95.6006h95.5996 v-95.3008z" /> - + @@ -2461,10 +2455,11 @@ c13.7002 9.39941 16.4004 24.3994 9.10059 31.3994c-7.2002 6.90039 -28.2002 -7 -29 c12.5996 33.0996 -3.59961 45.5 -3.59961 45.5s-23.4004 12.9004 -33.3008 -20.2002c-9.89941 -33.0996 -6.39941 -44.8994 -6.39941 -44.8994s30.7002 -13.4004 43.2998 19.5996zM442.1 188.1c0 0 15.7002 -1.09961 26.4004 14.2002s1.2998 25.5 1.2998 25.5 s-8.59961 11.1006 -19.5996 -9.09961c-11.1006 -20.1006 -8.10059 -30.6006 -8.10059 -30.6006z" /> +d="M448 400v-336c-63 -23 -82 -32 -119 -32c-63 0 -87 32 -150 32c-20 0 -36 -4 -51 -8v64c15 4 31 8 51 8c63 0 87 -32 150 -32c20 0 35 3 55 9v208c-20 -6 -35 -9 -55 -9c-63 0 -87 32 -150 32c-51 0 -75 -21 -115 -29v-307 +c0.00195312 -0.136719 0.00292969 -0.273438 0.00292969 -0.410156c0 -17.4404 -14.1602 -31.5996 -31.6006 -31.5996c-0.136719 0 -0.265625 0.0078125 -0.402344 0.00976562c-0.136719 -0.00195312 -0.273438 -0.00292969 -0.410156 -0.00292969 +c-17.4404 0 -31.5996 14.1602 -31.5996 31.6006c0 0.136719 0.0078125 0.265625 0.00976562 0.402344v384c-0.00195312 0.136719 -0.00292969 0.273438 -0.00292969 0.410156c0 17.4404 14.1602 31.5996 31.6006 31.5996 +c0.136719 0 0.265625 -0.0078125 0.402344 -0.00976562c0.136719 0.00195312 0.273438 0.00292969 0.410156 0.00292969c17.4404 0 31.5996 -14.1602 31.5996 -31.6006c0 -0.136719 -0.0078125 -0.265625 -0.00976562 -0.402344v-13c40 8 64 29 115 29c63 0 87 -32 150 -32 +c37 0 56 9 119 32z" /> +d="M14 352.208c0 52.9043 42.8877 95.792 95.793 95.792h164.368c52.9053 0 95.793 -42.8877 95.793 -95.792c0 -33.5 -17.1963 -62.9844 -43.2432 -80.1055c26.0469 -17.1211 43.2432 -46.6045 43.2432 -80.1045c0 -52.9053 -42.8877 -95.793 -95.793 -95.793h-2.08008 +c-24.8018 0 -47.4033 9.42578 -64.415 24.8906v-88.2627c0 -53.6104 -44.0088 -96.833 -97.3574 -96.833c-52.7725 0 -96.3086 42.7568 -96.3086 95.793c0 33.498 17.1943 62.9805 43.2393 80.1016c-26.0449 17.1221 -43.2393 46.6055 -43.2393 80.1035 +c0 33.5 17.1963 62.9834 43.2422 80.1045c-26.0459 17.1211 -43.2422 46.6055 -43.2422 80.1055zM176.288 256.413h-66.4951c-35.5762 0 -64.415 -28.8398 -64.415 -64.415c0 -35.4385 28.6172 -64.1924 64.0029 -64.4141 +c0.136719 0.000976562 0.274414 0.000976562 0.412109 0.000976562h66.4951v128.828zM207.666 191.998c0 -35.5752 28.8389 -64.415 64.415 -64.415h2.08008c35.5762 0 64.415 28.8398 64.415 64.415s-28.8389 64.415 -64.415 64.415h-2.08008 +c-35.5762 0 -64.415 -28.8398 -64.415 -64.415zM109.793 96.2051c-0.137695 0 -0.275391 0.000976562 -0.412109 0.000976562c-35.3857 -0.220703 -64.0029 -28.9746 -64.0029 -64.4131c0 -35.4453 29.2246 -64.415 64.9307 -64.415 +c36.2822 0 65.9795 29.4365 65.9795 65.4551v63.3721h-66.4951zM109.793 416.622c-35.5762 0 -64.415 -28.8398 -64.415 -64.4141c0 -35.5762 28.8389 -64.415 64.415 -64.415h66.4951v128.829h-66.4951zM207.666 287.793h66.4951c35.5762 0 64.415 28.8389 64.415 64.415 +c0 35.5742 -28.8389 64.4141 -64.415 64.4141h-66.4951v-128.829z" /> - + -Created by FontForge 20201107 at Tue Mar 16 10:13:22 2021 +Created by FontForge 20201107 at Wed Aug 4 12:22:50 2021 By Robert Madole Copyright (c) Font Awesome - + -Created by FontForge 20201107 at Tue Mar 16 10:13:23 2021 +Created by FontForge 20201107 at Wed Aug 4 12:22:50 2021 By Robert Madole Copyright (c) Font Awesome - + =6" }, "dependencies": { - "@fortawesome/fontawesome-common-types": "^0.2.35" + "@fortawesome/fontawesome-common-types": "^0.2.36" }, - "version": "1.2.35", + "version": "1.2.36", "name": "@fortawesome/fontawesome-svg-core", "main": "index.js", "module": "index.es.js", diff --git a/js-packages/@fortawesome/free-brands-svg-icons/attribution.js b/js-packages/@fortawesome/free-brands-svg-icons/attribution.js index 2d28cc90d..741c81f8b 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/attribution.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/attribution.js @@ -1,3 +1,3 @@ -console.log(`Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com +console.log(`Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) `) \ No newline at end of file diff --git a/js-packages/@fortawesome/free-brands-svg-icons/faBootstrap.js b/js-packages/@fortawesome/free-brands-svg-icons/faBootstrap.js index 3e31e9d88..7d3ed9841 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/faBootstrap.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/faBootstrap.js @@ -2,11 +2,11 @@ Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fab'; var iconName = 'bootstrap'; -var width = 448; +var width = 576; var height = 512; var ligatures = []; var unicode = 'f836'; -var svgPathData = 'M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z'; +var svgPathData = 'M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z'; exports.definition = { prefix: prefix, diff --git a/js-packages/@fortawesome/free-brands-svg-icons/faDiscord.js b/js-packages/@fortawesome/free-brands-svg-icons/faDiscord.js index c350d902b..68c5a69e8 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/faDiscord.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/faDiscord.js @@ -2,11 +2,11 @@ Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fab'; var iconName = 'discord'; -var width = 448; +var width = 640; var height = 512; var ligatures = []; var unicode = 'f392'; -var svgPathData = 'M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z'; +var svgPathData = 'M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z'; exports.definition = { prefix: prefix, diff --git a/js-packages/@fortawesome/free-brands-svg-icons/faFigma.js b/js-packages/@fortawesome/free-brands-svg-icons/faFigma.js index ee021babb..6fce98739 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/faFigma.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/faFigma.js @@ -6,7 +6,7 @@ var width = 384; var height = 512; var ligatures = []; var unicode = 'f799'; -var svgPathData = 'M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z'; +var svgPathData = 'M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z'; exports.definition = { prefix: prefix, diff --git a/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesome.js b/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesome.js index a464452e5..cc48569f3 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesome.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesome.js @@ -6,7 +6,7 @@ var width = 448; var height = 512; var ligatures = []; var unicode = 'f2b4'; -var svgPathData = 'M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z'; +var svgPathData = 'M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z'; exports.definition = { prefix: prefix, diff --git a/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeAlt.js b/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeAlt.js index 06871b23f..bfd432b7e 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeAlt.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeAlt.js @@ -6,7 +6,7 @@ var width = 448; var height = 512; var ligatures = []; var unicode = 'f35c'; -var svgPathData = 'M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z'; +var svgPathData = 'M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z'; exports.definition = { prefix: prefix, diff --git a/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeFlag.js b/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeFlag.js index cab8c17bd..c3fefc2b1 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeFlag.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeFlag.js @@ -6,7 +6,7 @@ var width = 448; var height = 512; var ligatures = []; var unicode = 'f425'; -var svgPathData = 'M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z'; +var svgPathData = 'M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z'; exports.definition = { prefix: prefix, diff --git a/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeLogoFull.js b/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeLogoFull.js index f95b7a73f..e995107d3 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeLogoFull.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/faFontAwesomeLogoFull.js @@ -6,7 +6,7 @@ var width = 3992; var height = 512; var ligatures = ['Font Awesome']; var unicode = 'f4e6'; -var svgPathData = 'M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z'; +var svgPathData = 'M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z'; exports.definition = { prefix: prefix, diff --git a/js-packages/@fortawesome/free-brands-svg-icons/index.d.ts b/js-packages/@fortawesome/free-brands-svg-icons/index.d.ts index d5ec4ee45..a42e31de6 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/index.d.ts +++ b/js-packages/@fortawesome/free-brands-svg-icons/index.d.ts @@ -390,7 +390,6 @@ export const faThinkPeaks: IconDefinition; export const faTiktok: IconDefinition; export const faTradeFederation: IconDefinition; export const faTrello: IconDefinition; -export const faTripadvisor: IconDefinition; export const faTumblr: IconDefinition; export const faTumblrSquare: IconDefinition; export const faTwitch: IconDefinition; diff --git a/js-packages/@fortawesome/free-brands-svg-icons/index.es.js b/js-packages/@fortawesome/free-brands-svg-icons/index.es.js index b275e7087..5dfe26a49 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/index.es.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/index.es.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ var prefix = "fab"; @@ -226,7 +226,7 @@ var faBluetoothB = { var faBootstrap = { prefix: 'fab', iconName: 'bootstrap', - icon: [448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z"] + icon: [576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"] }; var faBtc = { prefix: 'fab', @@ -546,7 +546,7 @@ var faDigitalOcean = { var faDiscord = { prefix: 'fab', iconName: 'discord', - icon: [448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z"] + icon: [640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"] }; var faDiscourse = { prefix: 'fab', @@ -701,7 +701,7 @@ var faFedora = { var faFigma = { prefix: 'fab', iconName: 'figma', - icon: [384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z"] + icon: [384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"] }; var faFirefox = { prefix: 'fab', @@ -746,22 +746,22 @@ var faFly = { var faFontAwesome = { prefix: 'fab', iconName: 'font-awesome', - icon: [448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z"] + icon: [448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z"] }; var faFontAwesomeAlt = { prefix: 'fab', iconName: 'font-awesome-alt', - icon: [448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z"] + icon: [448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z"] }; var faFontAwesomeFlag = { prefix: 'fab', iconName: 'font-awesome-flag', - icon: [448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z"] + icon: [448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z"] }; var faFontAwesomeLogoFull = { prefix: 'fab', iconName: 'font-awesome-logo-full', - icon: [3992, 512, ["Font Awesome"], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z"] + icon: [3992, 512, ["Font Awesome"], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z"] }; var faFonticons = { prefix: 'fab', @@ -1963,11 +1963,6 @@ var faTrello = { iconName: 'trello', icon: [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"] }; -var faTripadvisor = { - prefix: 'fab', - iconName: 'tripadvisor', - icon: [576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z"] -}; var faTumblr = { prefix: 'fab', iconName: 'tumblr', @@ -2686,7 +2681,6 @@ var _iconsCache = { faTiktok: faTiktok, faTradeFederation: faTradeFederation, faTrello: faTrello, - faTripadvisor: faTripadvisor, faTumblr: faTumblr, faTumblrSquare: faTumblrSquare, faTwitch: faTwitch, @@ -2754,4 +2748,4 @@ var _iconsCache = { faZhihu: faZhihu }; -export { _iconsCache as fab, prefix, fa500px, faAccessibleIcon, faAccusoft, faAcquisitionsIncorporated, faAdn, faAdversal, faAffiliatetheme, faAirbnb, faAlgolia, faAlipay, faAmazon, faAmazonPay, faAmilia, faAndroid, faAngellist, faAngrycreative, faAngular, faAppStore, faAppStoreIos, faApper, faApple, faApplePay, faArtstation, faAsymmetrik, faAtlassian, faAudible, faAutoprefixer, faAvianex, faAviato, faAws, faBandcamp, faBattleNet, faBehance, faBehanceSquare, faBimobject, faBitbucket, faBitcoin, faBity, faBlackTie, faBlackberry, faBlogger, faBloggerB, faBluetooth, faBluetoothB, faBootstrap, faBtc, faBuffer, faBuromobelexperte, faBuyNLarge, faBuysellads, faCanadianMapleLeaf, faCcAmazonPay, faCcAmex, faCcApplePay, faCcDinersClub, faCcDiscover, faCcJcb, faCcMastercard, faCcPaypal, faCcStripe, faCcVisa, faCentercode, faCentos, faChrome, faChromecast, faCloudflare, faCloudscale, faCloudsmith, faCloudversify, faCodepen, faCodiepie, faConfluence, faConnectdevelop, faContao, faCottonBureau, faCpanel, faCreativeCommons, faCreativeCommonsBy, faCreativeCommonsNc, faCreativeCommonsNcEu, faCreativeCommonsNcJp, faCreativeCommonsNd, faCreativeCommonsPd, faCreativeCommonsPdAlt, faCreativeCommonsRemix, faCreativeCommonsSa, faCreativeCommonsSampling, faCreativeCommonsSamplingPlus, faCreativeCommonsShare, faCreativeCommonsZero, faCriticalRole, faCss3, faCss3Alt, faCuttlefish, faDAndD, faDAndDBeyond, faDailymotion, faDashcube, faDeezer, faDelicious, faDeploydog, faDeskpro, faDev, faDeviantart, faDhl, faDiaspora, faDigg, faDigitalOcean, faDiscord, faDiscourse, faDochub, faDocker, faDraft2digital, faDribbble, faDribbbleSquare, faDropbox, faDrupal, faDyalog, faEarlybirds, faEbay, faEdge, faEdgeLegacy, faElementor, faEllo, faEmber, faEmpire, faEnvira, faErlang, faEthereum, faEtsy, faEvernote, faExpeditedssl, faFacebook, faFacebookF, faFacebookMessenger, faFacebookSquare, faFantasyFlightGames, faFedex, faFedora, faFigma, faFirefox, faFirefoxBrowser, faFirstOrder, faFirstOrderAlt, faFirstdraft, faFlickr, faFlipboard, faFly, faFontAwesome, faFontAwesomeAlt, faFontAwesomeFlag, faFontAwesomeLogoFull, faFonticons, faFonticonsFi, faFortAwesome, faFortAwesomeAlt, faForumbee, faFoursquare, faFreeCodeCamp, faFreebsd, faFulcrum, faGalacticRepublic, faGalacticSenate, faGetPocket, faGg, faGgCircle, faGit, faGitAlt, faGitSquare, faGithub, faGithubAlt, faGithubSquare, faGitkraken, faGitlab, faGitter, faGlide, faGlideG, faGofore, faGoodreads, faGoodreadsG, faGoogle, faGoogleDrive, faGooglePay, faGooglePlay, faGooglePlus, faGooglePlusG, faGooglePlusSquare, faGoogleWallet, faGratipay, faGrav, faGripfire, faGrunt, faGuilded, faGulp, faHackerNews, faHackerNewsSquare, faHackerrank, faHips, faHireAHelper, faHive, faHooli, faHornbill, faHotjar, faHouzz, faHtml5, faHubspot, faIdeal, faImdb, faInnosoft, faInstagram, faInstagramSquare, faInstalod, faIntercom, faInternetExplorer, faInvision, faIoxhost, faItchIo, faItunes, faItunesNote, faJava, faJediOrder, faJenkins, faJira, faJoget, faJoomla, faJs, faJsSquare, faJsfiddle, faKaggle, faKeybase, faKeycdn, faKickstarter, faKickstarterK, faKorvue, faLaravel, faLastfm, faLastfmSquare, faLeanpub, faLess, faLine, faLinkedin, faLinkedinIn, faLinode, faLinux, faLyft, faMagento, faMailchimp, faMandalorian, faMarkdown, faMastodon, faMaxcdn, faMdb, faMedapps, faMedium, faMediumM, faMedrt, faMeetup, faMegaport, faMendeley, faMicroblog, faMicrosoft, faMix, faMixcloud, faMixer, faMizuni, faModx, faMonero, faNapster, faNeos, faNimblr, faNode, faNodeJs, faNpm, faNs8, faNutritionix, faOctopusDeploy, faOdnoklassniki, faOdnoklassnikiSquare, faOldRepublic, faOpencart, faOpenid, faOpera, faOptinMonster, faOrcid, faOsi, faPage4, faPagelines, faPalfed, faPatreon, faPaypal, faPennyArcade, faPerbyte, faPeriscope, faPhabricator, faPhoenixFramework, faPhoenixSquadron, faPhp, faPiedPiper, faPiedPiperAlt, faPiedPiperHat, faPiedPiperPp, faPiedPiperSquare, faPinterest, faPinterestP, faPinterestSquare, faPlaystation, faProductHunt, faPushed, faPython, faQq, faQuinscape, faQuora, faRProject, faRaspberryPi, faRavelry, faReact, faReacteurope, faReadme, faRebel, faRedRiver, faReddit, faRedditAlien, faRedditSquare, faRedhat, faRenren, faReplyd, faResearchgate, faResolving, faRev, faRocketchat, faRockrms, faRust, faSafari, faSalesforce, faSass, faSchlix, faScribd, faSearchengin, faSellcast, faSellsy, faServicestack, faShirtsinbulk, faShopify, faShopware, faSimplybuilt, faSistrix, faSith, faSketch, faSkyatlas, faSkype, faSlack, faSlackHash, faSlideshare, faSnapchat, faSnapchatGhost, faSnapchatSquare, faSoundcloud, faSourcetree, faSpeakap, faSpeakerDeck, faSpotify, faSquarespace, faStackExchange, faStackOverflow, faStackpath, faStaylinked, faSteam, faSteamSquare, faSteamSymbol, faStickerMule, faStrava, faStripe, faStripeS, faStudiovinari, faStumbleupon, faStumbleuponCircle, faSuperpowers, faSupple, faSuse, faSwift, faSymfony, faTeamspeak, faTelegram, faTelegramPlane, faTencentWeibo, faTheRedYeti, faThemeco, faThemeisle, faThinkPeaks, faTiktok, faTradeFederation, faTrello, faTripadvisor, faTumblr, faTumblrSquare, faTwitch, faTwitter, faTwitterSquare, faTypo3, faUber, faUbuntu, faUikit, faUmbraco, faUncharted, faUniregistry, faUnity, faUnsplash, faUntappd, faUps, faUsb, faUsps, faUssunnah, faVaadin, faViacoin, faViadeo, faViadeoSquare, faViber, faVimeo, faVimeoSquare, faVimeoV, faVine, faVk, faVnv, faVuejs, faWatchmanMonitoring, faWaze, faWeebly, faWeibo, faWeixin, faWhatsapp, faWhatsappSquare, faWhmcs, faWikipediaW, faWindows, faWix, faWizardsOfTheCoast, faWodu, faWolfPackBattalion, faWordpress, faWordpressSimple, faWpbeginner, faWpexplorer, faWpforms, faWpressr, faXbox, faXing, faXingSquare, faYCombinator, faYahoo, faYammer, faYandex, faYandexInternational, faYarn, faYelp, faYoast, faYoutube, faYoutubeSquare, faZhihu }; +export { _iconsCache as fab, prefix, fa500px, faAccessibleIcon, faAccusoft, faAcquisitionsIncorporated, faAdn, faAdversal, faAffiliatetheme, faAirbnb, faAlgolia, faAlipay, faAmazon, faAmazonPay, faAmilia, faAndroid, faAngellist, faAngrycreative, faAngular, faAppStore, faAppStoreIos, faApper, faApple, faApplePay, faArtstation, faAsymmetrik, faAtlassian, faAudible, faAutoprefixer, faAvianex, faAviato, faAws, faBandcamp, faBattleNet, faBehance, faBehanceSquare, faBimobject, faBitbucket, faBitcoin, faBity, faBlackTie, faBlackberry, faBlogger, faBloggerB, faBluetooth, faBluetoothB, faBootstrap, faBtc, faBuffer, faBuromobelexperte, faBuyNLarge, faBuysellads, faCanadianMapleLeaf, faCcAmazonPay, faCcAmex, faCcApplePay, faCcDinersClub, faCcDiscover, faCcJcb, faCcMastercard, faCcPaypal, faCcStripe, faCcVisa, faCentercode, faCentos, faChrome, faChromecast, faCloudflare, faCloudscale, faCloudsmith, faCloudversify, faCodepen, faCodiepie, faConfluence, faConnectdevelop, faContao, faCottonBureau, faCpanel, faCreativeCommons, faCreativeCommonsBy, faCreativeCommonsNc, faCreativeCommonsNcEu, faCreativeCommonsNcJp, faCreativeCommonsNd, faCreativeCommonsPd, faCreativeCommonsPdAlt, faCreativeCommonsRemix, faCreativeCommonsSa, faCreativeCommonsSampling, faCreativeCommonsSamplingPlus, faCreativeCommonsShare, faCreativeCommonsZero, faCriticalRole, faCss3, faCss3Alt, faCuttlefish, faDAndD, faDAndDBeyond, faDailymotion, faDashcube, faDeezer, faDelicious, faDeploydog, faDeskpro, faDev, faDeviantart, faDhl, faDiaspora, faDigg, faDigitalOcean, faDiscord, faDiscourse, faDochub, faDocker, faDraft2digital, faDribbble, faDribbbleSquare, faDropbox, faDrupal, faDyalog, faEarlybirds, faEbay, faEdge, faEdgeLegacy, faElementor, faEllo, faEmber, faEmpire, faEnvira, faErlang, faEthereum, faEtsy, faEvernote, faExpeditedssl, faFacebook, faFacebookF, faFacebookMessenger, faFacebookSquare, faFantasyFlightGames, faFedex, faFedora, faFigma, faFirefox, faFirefoxBrowser, faFirstOrder, faFirstOrderAlt, faFirstdraft, faFlickr, faFlipboard, faFly, faFontAwesome, faFontAwesomeAlt, faFontAwesomeFlag, faFontAwesomeLogoFull, faFonticons, faFonticonsFi, faFortAwesome, faFortAwesomeAlt, faForumbee, faFoursquare, faFreeCodeCamp, faFreebsd, faFulcrum, faGalacticRepublic, faGalacticSenate, faGetPocket, faGg, faGgCircle, faGit, faGitAlt, faGitSquare, faGithub, faGithubAlt, faGithubSquare, faGitkraken, faGitlab, faGitter, faGlide, faGlideG, faGofore, faGoodreads, faGoodreadsG, faGoogle, faGoogleDrive, faGooglePay, faGooglePlay, faGooglePlus, faGooglePlusG, faGooglePlusSquare, faGoogleWallet, faGratipay, faGrav, faGripfire, faGrunt, faGuilded, faGulp, faHackerNews, faHackerNewsSquare, faHackerrank, faHips, faHireAHelper, faHive, faHooli, faHornbill, faHotjar, faHouzz, faHtml5, faHubspot, faIdeal, faImdb, faInnosoft, faInstagram, faInstagramSquare, faInstalod, faIntercom, faInternetExplorer, faInvision, faIoxhost, faItchIo, faItunes, faItunesNote, faJava, faJediOrder, faJenkins, faJira, faJoget, faJoomla, faJs, faJsSquare, faJsfiddle, faKaggle, faKeybase, faKeycdn, faKickstarter, faKickstarterK, faKorvue, faLaravel, faLastfm, faLastfmSquare, faLeanpub, faLess, faLine, faLinkedin, faLinkedinIn, faLinode, faLinux, faLyft, faMagento, faMailchimp, faMandalorian, faMarkdown, faMastodon, faMaxcdn, faMdb, faMedapps, faMedium, faMediumM, faMedrt, faMeetup, faMegaport, faMendeley, faMicroblog, faMicrosoft, faMix, faMixcloud, faMixer, faMizuni, faModx, faMonero, faNapster, faNeos, faNimblr, faNode, faNodeJs, faNpm, faNs8, faNutritionix, faOctopusDeploy, faOdnoklassniki, faOdnoklassnikiSquare, faOldRepublic, faOpencart, faOpenid, faOpera, faOptinMonster, faOrcid, faOsi, faPage4, faPagelines, faPalfed, faPatreon, faPaypal, faPennyArcade, faPerbyte, faPeriscope, faPhabricator, faPhoenixFramework, faPhoenixSquadron, faPhp, faPiedPiper, faPiedPiperAlt, faPiedPiperHat, faPiedPiperPp, faPiedPiperSquare, faPinterest, faPinterestP, faPinterestSquare, faPlaystation, faProductHunt, faPushed, faPython, faQq, faQuinscape, faQuora, faRProject, faRaspberryPi, faRavelry, faReact, faReacteurope, faReadme, faRebel, faRedRiver, faReddit, faRedditAlien, faRedditSquare, faRedhat, faRenren, faReplyd, faResearchgate, faResolving, faRev, faRocketchat, faRockrms, faRust, faSafari, faSalesforce, faSass, faSchlix, faScribd, faSearchengin, faSellcast, faSellsy, faServicestack, faShirtsinbulk, faShopify, faShopware, faSimplybuilt, faSistrix, faSith, faSketch, faSkyatlas, faSkype, faSlack, faSlackHash, faSlideshare, faSnapchat, faSnapchatGhost, faSnapchatSquare, faSoundcloud, faSourcetree, faSpeakap, faSpeakerDeck, faSpotify, faSquarespace, faStackExchange, faStackOverflow, faStackpath, faStaylinked, faSteam, faSteamSquare, faSteamSymbol, faStickerMule, faStrava, faStripe, faStripeS, faStudiovinari, faStumbleupon, faStumbleuponCircle, faSuperpowers, faSupple, faSuse, faSwift, faSymfony, faTeamspeak, faTelegram, faTelegramPlane, faTencentWeibo, faTheRedYeti, faThemeco, faThemeisle, faThinkPeaks, faTiktok, faTradeFederation, faTrello, faTumblr, faTumblrSquare, faTwitch, faTwitter, faTwitterSquare, faTypo3, faUber, faUbuntu, faUikit, faUmbraco, faUncharted, faUniregistry, faUnity, faUnsplash, faUntappd, faUps, faUsb, faUsps, faUssunnah, faVaadin, faViacoin, faViadeo, faViadeoSquare, faViber, faVimeo, faVimeoSquare, faVimeoV, faVine, faVk, faVnv, faVuejs, faWatchmanMonitoring, faWaze, faWeebly, faWeibo, faWeixin, faWhatsapp, faWhatsappSquare, faWhmcs, faWikipediaW, faWindows, faWix, faWizardsOfTheCoast, faWodu, faWolfPackBattalion, faWordpress, faWordpressSimple, faWpbeginner, faWpexplorer, faWpforms, faWpressr, faXbox, faXing, faXingSquare, faYCombinator, faYahoo, faYammer, faYandex, faYandexInternational, faYarn, faYelp, faYoast, faYoutube, faYoutubeSquare, faZhihu }; diff --git a/js-packages/@fortawesome/free-brands-svg-icons/index.js b/js-packages/@fortawesome/free-brands-svg-icons/index.js index 23a8e7c92..799dae095 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/index.js +++ b/js-packages/@fortawesome/free-brands-svg-icons/index.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function (global, factory) { @@ -232,7 +232,7 @@ var faBootstrap = { prefix: 'fab', iconName: 'bootstrap', - icon: [448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z"] + icon: [576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"] }; var faBtc = { prefix: 'fab', @@ -552,7 +552,7 @@ var faDiscord = { prefix: 'fab', iconName: 'discord', - icon: [448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z"] + icon: [640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"] }; var faDiscourse = { prefix: 'fab', @@ -707,7 +707,7 @@ var faFigma = { prefix: 'fab', iconName: 'figma', - icon: [384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z"] + icon: [384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"] }; var faFirefox = { prefix: 'fab', @@ -752,22 +752,22 @@ var faFontAwesome = { prefix: 'fab', iconName: 'font-awesome', - icon: [448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z"] + icon: [448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z"] }; var faFontAwesomeAlt = { prefix: 'fab', iconName: 'font-awesome-alt', - icon: [448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z"] + icon: [448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z"] }; var faFontAwesomeFlag = { prefix: 'fab', iconName: 'font-awesome-flag', - icon: [448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z"] + icon: [448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z"] }; var faFontAwesomeLogoFull = { prefix: 'fab', iconName: 'font-awesome-logo-full', - icon: [3992, 512, ["Font Awesome"], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z"] + icon: [3992, 512, ["Font Awesome"], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z"] }; var faFonticons = { prefix: 'fab', @@ -1969,11 +1969,6 @@ iconName: 'trello', icon: [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"] }; - var faTripadvisor = { - prefix: 'fab', - iconName: 'tripadvisor', - icon: [576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z"] - }; var faTumblr = { prefix: 'fab', iconName: 'tumblr', @@ -2692,7 +2687,6 @@ faTiktok: faTiktok, faTradeFederation: faTradeFederation, faTrello: faTrello, - faTripadvisor: faTripadvisor, faTumblr: faTumblr, faTumblrSquare: faTumblrSquare, faTwitch: faTwitch, @@ -3154,7 +3148,6 @@ exports.faTiktok = faTiktok; exports.faTradeFederation = faTradeFederation; exports.faTrello = faTrello; - exports.faTripadvisor = faTripadvisor; exports.faTumblr = faTumblr; exports.faTumblrSquare = faTumblrSquare; exports.faTwitch = faTwitch; diff --git a/js-packages/@fortawesome/free-brands-svg-icons/package.json b/js-packages/@fortawesome/free-brands-svg-icons/package.json index 78a9087a5..5e4b05c26 100644 --- a/js-packages/@fortawesome/free-brands-svg-icons/package.json +++ b/js-packages/@fortawesome/free-brands-svg-icons/package.json @@ -47,9 +47,9 @@ "node": ">=6" }, "dependencies": { - "@fortawesome/fontawesome-common-types": "^0.2.35" + "@fortawesome/fontawesome-common-types": "^0.2.36" }, - "version": "5.15.3", + "version": "5.15.4", "name": "@fortawesome/free-brands-svg-icons", "main": "index.js", "module": "index.es.js", diff --git a/js-packages/@fortawesome/free-regular-svg-icons/attribution.js b/js-packages/@fortawesome/free-regular-svg-icons/attribution.js index 2d28cc90d..741c81f8b 100644 --- a/js-packages/@fortawesome/free-regular-svg-icons/attribution.js +++ b/js-packages/@fortawesome/free-regular-svg-icons/attribution.js @@ -1,3 +1,3 @@ -console.log(`Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com +console.log(`Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) `) \ No newline at end of file diff --git a/js-packages/@fortawesome/free-regular-svg-icons/index.es.js b/js-packages/@fortawesome/free-regular-svg-icons/index.es.js index 326961a45..1c6a0cf8e 100644 --- a/js-packages/@fortawesome/free-regular-svg-icons/index.es.js +++ b/js-packages/@fortawesome/free-regular-svg-icons/index.es.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ var prefix = "far"; diff --git a/js-packages/@fortawesome/free-regular-svg-icons/index.js b/js-packages/@fortawesome/free-regular-svg-icons/index.js index a7724fb89..a2b7fc32a 100644 --- a/js-packages/@fortawesome/free-regular-svg-icons/index.js +++ b/js-packages/@fortawesome/free-regular-svg-icons/index.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function (global, factory) { diff --git a/js-packages/@fortawesome/free-regular-svg-icons/package.json b/js-packages/@fortawesome/free-regular-svg-icons/package.json index 43ddff503..500aa4669 100644 --- a/js-packages/@fortawesome/free-regular-svg-icons/package.json +++ b/js-packages/@fortawesome/free-regular-svg-icons/package.json @@ -47,9 +47,9 @@ "node": ">=6" }, "dependencies": { - "@fortawesome/fontawesome-common-types": "^0.2.35" + "@fortawesome/fontawesome-common-types": "^0.2.36" }, - "version": "5.15.3", + "version": "5.15.4", "name": "@fortawesome/free-regular-svg-icons", "main": "index.js", "module": "index.es.js", diff --git a/js-packages/@fortawesome/free-solid-svg-icons/attribution.js b/js-packages/@fortawesome/free-solid-svg-icons/attribution.js index 2d28cc90d..741c81f8b 100644 --- a/js-packages/@fortawesome/free-solid-svg-icons/attribution.js +++ b/js-packages/@fortawesome/free-solid-svg-icons/attribution.js @@ -1,3 +1,3 @@ -console.log(`Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com +console.log(`Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) `) \ No newline at end of file diff --git a/js-packages/@fortawesome/free-solid-svg-icons/index.es.js b/js-packages/@fortawesome/free-solid-svg-icons/index.es.js index 3d65f8b9d..a18586cb4 100644 --- a/js-packages/@fortawesome/free-solid-svg-icons/index.es.js +++ b/js-packages/@fortawesome/free-solid-svg-icons/index.es.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ var prefix = "fas"; diff --git a/js-packages/@fortawesome/free-solid-svg-icons/index.js b/js-packages/@fortawesome/free-solid-svg-icons/index.js index f1cd5958b..d3d5e3a25 100644 --- a/js-packages/@fortawesome/free-solid-svg-icons/index.js +++ b/js-packages/@fortawesome/free-solid-svg-icons/index.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function (global, factory) { diff --git a/js-packages/@fortawesome/free-solid-svg-icons/package.json b/js-packages/@fortawesome/free-solid-svg-icons/package.json index 2460e3f3c..5b73d3f2f 100644 --- a/js-packages/@fortawesome/free-solid-svg-icons/package.json +++ b/js-packages/@fortawesome/free-solid-svg-icons/package.json @@ -47,9 +47,9 @@ "node": ">=6" }, "dependencies": { - "@fortawesome/fontawesome-common-types": "^0.2.35" + "@fortawesome/fontawesome-common-types": "^0.2.36" }, - "version": "5.15.3", + "version": "5.15.4", "name": "@fortawesome/free-solid-svg-icons", "main": "index.js", "module": "index.es.js", diff --git a/js/all.js b/js/all.js index 96d20e3a1..2faf070c6 100644 --- a/js/all.js +++ b/js/all.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { @@ -163,7 +163,7 @@ "blogger-b": [448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"], "bluetooth": [448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"], "bluetooth-b": [320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"], - "bootstrap": [448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z"], + "bootstrap": [576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"], "btc": [384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"], "buffer": [448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"], "buromobelexperte": [448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"], @@ -227,7 +227,7 @@ "diaspora": [512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"], "digg": [512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"], "digital-ocean": [512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"], - "discord": [448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z"], + "discord": [640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"], "discourse": [448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"], "dochub": [416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"], "docker": [640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"], @@ -258,7 +258,7 @@ "fantasy-flight-games": [512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"], "fedex": [640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"], "fedora": [448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z"], - "figma": [384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z"], + "figma": [384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"], "firefox": [512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"], "firefox-browser": [512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z"], "first-order": [448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"], @@ -267,10 +267,10 @@ "flickr": [448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"], "flipboard": [448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"], "fly": [384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"], - "font-awesome": [448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z"], - "font-awesome-alt": [448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z"], - "font-awesome-flag": [448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z"], - "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z"], + "font-awesome": [448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z"], + "font-awesome-alt": [448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z"], + "font-awesome-flag": [448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z"], + "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z"], "fonticons": [448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"], "fonticons-fi": [384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"], "fort-awesome": [512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"], @@ -511,7 +511,6 @@ "tiktok": [448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"], "trade-federation": [496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"], "trello": [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"], - "tripadvisor": [576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z"], "tumblr": [320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"], "tumblr-square": [448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z"], "twitch": [512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"], @@ -2183,7 +2182,7 @@ 'kit': 'fak' }; var LAYERS_TEXT_CLASSNAME = 'fa-layers-text'; - var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/; // TODO: do we need to handle font-weight for kit SVG pseudo-elements? + var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i; // TODO: do we need to handle font-weight for kit SVG pseudo-elements? var FONT_WEIGHT_TO_PREFIX = { '900': 'fas', @@ -3093,7 +3092,7 @@ mark: noop$1, measure: noop$1 }; - var preamble = "FA \"5.15.3\""; + var preamble = "FA \"5.15.4\""; var begin = function begin(name) { p.mark("".concat(preamble, " ").concat(name, " begins")); diff --git a/js/all.min.js b/js/all.min.js index fa0871a9f..bd1bd011d 100644 --- a/js/all.min.js +++ b/js/all.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { @@ -89,7 +89,7 @@ "blogger-b": [ 448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z" ], bluetooth: [ 448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z" ], "bluetooth-b": [ 320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z" ], - bootstrap: [ 448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z" ], + bootstrap: [ 576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z" ], btc: [ 384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z" ], buffer: [ 448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z" ], buromobelexperte: [ 448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z" ], @@ -153,7 +153,7 @@ diaspora: [ 512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z" ], digg: [ 512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z" ], "digital-ocean": [ 512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z" ], - discord: [ 448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z" ], + discord: [ 640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" ], discourse: [ 448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z" ], dochub: [ 416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z" ], docker: [ 640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z" ], @@ -184,7 +184,7 @@ "fantasy-flight-games": [ 512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z" ], fedex: [ 640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z" ], fedora: [ 448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z" ], - figma: [ 384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z" ], + figma: [ 384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z" ], firefox: [ 512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z" ], "firefox-browser": [ 512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z" ], "first-order": [ 448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z" ], @@ -193,10 +193,10 @@ flickr: [ 448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" ], flipboard: [ 448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z" ], fly: [ 384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z" ], - "font-awesome": [ 448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z" ], - "font-awesome-alt": [ 448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z" ], - "font-awesome-flag": [ 448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z" ], - "font-awesome-logo-full": [ 3992, 512, [ "Font Awesome" ], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z" ], + "font-awesome": [ 448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z" ], + "font-awesome-alt": [ 448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z" ], + "font-awesome-flag": [ 448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z" ], + "font-awesome-logo-full": [ 3992, 512, [ "Font Awesome" ], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z" ], fonticons: [ 448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z" ], "fonticons-fi": [ 384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z" ], "fort-awesome": [ 512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z" ], @@ -437,7 +437,6 @@ tiktok: [ 448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" ], "trade-federation": [ 496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z" ], trello: [ 448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z" ], - tripadvisor: [ 576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z" ], tumblr: [ 320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z" ], "tumblr-square": [ 448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z" ], twitch: [ 512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" ], @@ -1869,7 +1868,7 @@ duotone: "fad", brands: "fab", kit: "fak" - }, q = "fa-layers-text", O = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/, j = { + }, q = "fa-layers-text", O = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i, j = { 900: "fas", 400: "far", normal: "far", @@ -2288,7 +2287,7 @@ var jc = function() {}, Pc = lc.measurePerformance && M && M.mark && M.measure ? M : { mark: jc, measure: jc - }, Ec = 'FA "5.15.3"', Nc = function(c) { + }, Ec = 'FA "5.15.4"', Nc = function(c) { Pc.mark("".concat(Ec, " ").concat(c, " ends")), Pc.measure("".concat(Ec, " ").concat(c), "".concat(Ec, " ").concat(c, " begins"), "".concat(Ec, " ").concat(c, " ends")); }, _c = { begin: function(c) { diff --git a/js/brands.js b/js/brands.js index 97f26728f..bd2da658e 100644 --- a/js/brands.js +++ b/js/brands.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { @@ -163,7 +163,7 @@ "blogger-b": [448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"], "bluetooth": [448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"], "bluetooth-b": [320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"], - "bootstrap": [448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z"], + "bootstrap": [576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"], "btc": [384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"], "buffer": [448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"], "buromobelexperte": [448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"], @@ -227,7 +227,7 @@ "diaspora": [512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"], "digg": [512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"], "digital-ocean": [512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"], - "discord": [448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z"], + "discord": [640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"], "discourse": [448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"], "dochub": [416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"], "docker": [640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"], @@ -258,7 +258,7 @@ "fantasy-flight-games": [512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"], "fedex": [640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"], "fedora": [448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z"], - "figma": [384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z"], + "figma": [384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"], "firefox": [512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"], "firefox-browser": [512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z"], "first-order": [448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"], @@ -267,10 +267,10 @@ "flickr": [448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"], "flipboard": [448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"], "fly": [384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"], - "font-awesome": [448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z"], - "font-awesome-alt": [448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z"], - "font-awesome-flag": [448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z"], - "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z"], + "font-awesome": [448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z"], + "font-awesome-alt": [448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z"], + "font-awesome-flag": [448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z"], + "font-awesome-logo-full": [3992, 512, ["Font Awesome"], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z"], "fonticons": [448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"], "fonticons-fi": [384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"], "fort-awesome": [512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"], @@ -511,7 +511,6 @@ "tiktok": [448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"], "trade-federation": [496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"], "trello": [448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"], - "tripadvisor": [576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z"], "tumblr": [320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"], "tumblr-square": [448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z"], "twitch": [512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"], diff --git a/js/brands.min.js b/js/brands.min.js index e89bef7a8..c2c44313d 100644 --- a/js/brands.min.js +++ b/js/brands.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { @@ -89,7 +89,7 @@ "blogger-b": [ 448, 512, [], "f37d", "M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z" ], bluetooth: [ 448, 512, [], "f293", "M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z" ], "bluetooth-b": [ 320, 512, [], "f294", "M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z" ], - bootstrap: [ 448, 512, [], "f836", "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z" ], + bootstrap: [ 576, 512, [], "f836", "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z" ], btc: [ 384, 512, [], "f15a", "M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z" ], buffer: [ 448, 512, [], "f837", "M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z" ], buromobelexperte: [ 448, 512, [], "f37f", "M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z" ], @@ -153,7 +153,7 @@ diaspora: [ 512, 512, [], "f791", "M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z" ], digg: [ 512, 512, [], "f1a6", "M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z" ], "digital-ocean": [ 512, 512, [], "f391", "M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z" ], - discord: [ 448, 512, [], "f392", "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z" ], + discord: [ 640, 512, [], "f392", "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" ], discourse: [ 448, 512, [], "f393", "M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z" ], dochub: [ 416, 512, [], "f394", "M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z" ], docker: [ 640, 512, [], "f395", "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z" ], @@ -184,7 +184,7 @@ "fantasy-flight-games": [ 512, 512, [], "f6dc", "M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z" ], fedex: [ 640, 512, [], "f797", "M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z" ], fedora: [ 448, 512, [], "f798", "M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z" ], - figma: [ 384, 512, [], "f799", "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z" ], + figma: [ 384, 512, [], "f799", "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z" ], firefox: [ 512, 512, [], "f269", "M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z" ], "firefox-browser": [ 512, 512, [], "e007", "M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z" ], "first-order": [ 448, 512, [], "f2b0", "M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z" ], @@ -193,10 +193,10 @@ flickr: [ 448, 512, [], "f16e", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" ], flipboard: [ 448, 512, [], "f44d", "M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z" ], fly: [ 384, 512, [], "f417", "M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z" ], - "font-awesome": [ 448, 512, [], "f2b4", "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z" ], - "font-awesome-alt": [ 448, 512, [], "f35c", "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z" ], - "font-awesome-flag": [ 448, 512, [], "f425", "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z" ], - "font-awesome-logo-full": [ 3992, 512, [ "Font Awesome" ], "f4e6", "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z" ], + "font-awesome": [ 448, 512, [], "f2b4", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z" ], + "font-awesome-alt": [ 448, 512, [], "f35c", "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z" ], + "font-awesome-flag": [ 448, 512, [], "f425", "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z" ], + "font-awesome-logo-full": [ 3992, 512, [ "Font Awesome" ], "f4e6", "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z" ], fonticons: [ 448, 512, [], "f280", "M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z" ], "fonticons-fi": [ 384, 512, [], "f3a2", "M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z" ], "fort-awesome": [ 512, 512, [], "f286", "M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z" ], @@ -437,7 +437,6 @@ tiktok: [ 448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" ], "trade-federation": [ 496, 512, [], "f513", "M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z" ], trello: [ 448, 512, [], "f181", "M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z" ], - tripadvisor: [ 576, 512, [], "f262", "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z" ], tumblr: [ 320, 512, [], "f173", "M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z" ], "tumblr-square": [ 448, 512, [], "f174", "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z" ], twitch: [ 512, 512, [], "f1e8", "M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z" ], diff --git a/js/conflict-detection.js b/js/conflict-detection.js index 95b36fd65..4466245e2 100644 --- a/js/conflict-detection.js +++ b/js/conflict-detection.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function (global, factory) { diff --git a/js/conflict-detection.min.js b/js/conflict-detection.min.js index 4aa4a3d75..952d1b7a6 100644 --- a/js/conflict-detection.min.js +++ b/js/conflict-detection.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ var e, t; diff --git a/js/fontawesome.js b/js/fontawesome.js index b9d92a939..c85826673 100644 --- a/js/fontawesome.js +++ b/js/fontawesome.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { @@ -199,7 +199,7 @@ 'kit': 'fak' }; var LAYERS_TEXT_CLASSNAME = 'fa-layers-text'; - var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/; // TODO: do we need to handle font-weight for kit SVG pseudo-elements? + var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i; // TODO: do we need to handle font-weight for kit SVG pseudo-elements? var FONT_WEIGHT_TO_PREFIX = { '900': 'fas', @@ -1109,7 +1109,7 @@ mark: noop$1, measure: noop$1 }; - var preamble = "FA \"5.15.3\""; + var preamble = "FA \"5.15.4\""; var begin = function begin(name) { p.mark("".concat(preamble, " ").concat(name, " begins")); diff --git a/js/fontawesome.min.js b/js/fontawesome.min.js index ed6555c8b..63e9b0620 100644 --- a/js/fontawesome.min.js +++ b/js/fontawesome.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { @@ -98,7 +98,7 @@ duotone: "fad", brands: "fab", kit: "fak" - }, I = "fa-layers-text", j = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/, L = { + }, I = "fa-layers-text", j = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i, L = { 900: "fas", 400: "far", normal: "far", @@ -517,7 +517,7 @@ var Lt = function() {}, Rt = nt.measurePerformance && f && f.mark && f.measure ? f : { mark: Lt, measure: Lt - }, Tt = 'FA "5.15.3"', _t = function(t) { + }, Tt = 'FA "5.15.4"', _t = function(t) { Rt.mark("".concat(Tt, " ").concat(t, " ends")), Rt.measure("".concat(Tt, " ").concat(t), "".concat(Tt, " ").concat(t, " begins"), "".concat(Tt, " ").concat(t, " ends")); }, Dt = { begin: function(t) { diff --git a/js/regular.js b/js/regular.js index 469bb4c24..e2c579289 100644 --- a/js/regular.js +++ b/js/regular.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { diff --git a/js/regular.min.js b/js/regular.min.js index 63ee0ed4e..868de0d79 100644 --- a/js/regular.min.js +++ b/js/regular.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { diff --git a/js/solid.js b/js/solid.js index 579477bba..8c065a26b 100644 --- a/js/solid.js +++ b/js/solid.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function () { diff --git a/js/solid.min.js b/js/solid.min.js index b0436db06..b5cb4229c 100644 --- a/js/solid.min.js +++ b/js/solid.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ !function() { diff --git a/js/v4-shims.js b/js/v4-shims.js index eb3ece9cb..fdcaf9531 100644 --- a/js/v4-shims.js +++ b/js/v4-shims.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ (function (global, factory) { diff --git a/js/v4-shims.min.js b/js/v4-shims.min.js index ad59f2913..05d5ee768 100644 --- a/js/v4-shims.min.js +++ b/js/v4-shims.min.js @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ var l, a; diff --git a/less/_icons.less b/less/_icons.less index 5dc7df5eb..70de03f78 100644 --- a/less/_icons.less +++ b/less/_icons.less @@ -1301,7 +1301,6 @@ .@{fa-css-prefix}-trash-restore-alt:before { content: @fa-var-trash-restore-alt; } .@{fa-css-prefix}-tree:before { content: @fa-var-tree; } .@{fa-css-prefix}-trello:before { content: @fa-var-trello; } -.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; } .@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; } .@{fa-css-prefix}-truck:before { content: @fa-var-truck; } .@{fa-css-prefix}-truck-loading:before { content: @fa-var-truck-loading; } diff --git a/less/_variables.less b/less/_variables.less index cf8daffba..984de1689 100644 --- a/less/_variables.less +++ b/less/_variables.less @@ -6,7 +6,7 @@ @fa-font-display: block; @fa-line-height-base: 1; @fa-css-prefix: fa; -@fa-version: "5.15.3"; +@fa-version: "5.15.4"; @fa-border-color: #eee; @fa-inverse: #fff; @fa-li-width: 2em; @@ -1313,7 +1313,6 @@ @fa-var-trash-restore-alt: "\f82a"; @fa-var-tree: "\f1bb"; @fa-var-trello: "\f181"; -@fa-var-tripadvisor: "\f262"; @fa-var-trophy: "\f091"; @fa-var-truck: "\f0d1"; @fa-var-truck-loading: "\f4de"; diff --git a/less/brands.less b/less/brands.less index 030b7ae90..a4bfa6860 100644 --- a/less/brands.less +++ b/less/brands.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import "_variables.less"; diff --git a/less/fontawesome.less b/less/fontawesome.less index 826afc5e5..7fce364e9 100644 --- a/less/fontawesome.less +++ b/less/fontawesome.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import "_variables.less"; diff --git a/less/regular.less b/less/regular.less index 8057ddd92..1eb6d5205 100644 --- a/less/regular.less +++ b/less/regular.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import "_variables.less"; diff --git a/less/solid.less b/less/solid.less index ea03f05c0..08bb28b13 100644 --- a/less/solid.less +++ b/less/solid.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import "_variables.less"; diff --git a/less/v4-shims.less b/less/v4-shims.less index e7e0e7e9c..a98427f54 100644 --- a/less/v4-shims.less +++ b/less/v4-shims.less @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import '_variables.less'; diff --git a/metadata/icons.json b/metadata/icons.json index 47282c1a2..9e8a841e7 100644 --- a/metadata/icons.json +++ b/metadata/icons.json @@ -170,7 +170,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492682, + "last_modified": 1628088635302, "raw": "", "viewBox": [ "0", @@ -212,7 +212,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492683, + "last_modified": 1628088635302, "raw": "", "viewBox": [ "0", @@ -225,7 +225,7 @@ "path": "M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z" }, "regular": { - "last_modified": 1615905492264, + "last_modified": 1628088634647, "raw": "", "viewBox": [ "0", @@ -269,7 +269,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492683, + "last_modified": 1628088635302, "raw": "", "viewBox": [ "0", @@ -282,7 +282,7 @@ "path": "M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z" }, "regular": { - "last_modified": 1615905492264, + "last_modified": 1628088634647, "raw": "", "viewBox": [ "0", @@ -324,7 +324,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492683, + "last_modified": 1628088635302, "raw": "", "viewBox": [ "0", @@ -464,7 +464,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615906963529, + "last_modified": 1628088635303, "raw": "", "viewBox": [ "0", @@ -569,7 +569,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492685, + "last_modified": 1628088635305, "raw": "", "viewBox": [ "0", @@ -608,7 +608,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492685, + "last_modified": 1628088635305, "raw": "", "viewBox": [ "0", @@ -647,7 +647,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492685, + "last_modified": 1628088635305, "raw": "", "viewBox": [ "0", @@ -686,7 +686,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492686, + "last_modified": 1628088635306, "raw": "", "viewBox": [ "0", @@ -760,7 +760,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492686, + "last_modified": 1628088635306, "raw": "", "viewBox": [ "0", @@ -872,7 +872,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492686, + "last_modified": 1628088635306, "raw": "", "viewBox": [ "0", @@ -913,7 +913,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492686, + "last_modified": 1628088635306, "raw": "", "viewBox": [ "0", @@ -990,7 +990,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492687, + "last_modified": 1628088635307, "raw": "", "viewBox": [ "0", @@ -1100,7 +1100,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492687, + "last_modified": 1628088635307, "raw": "", "viewBox": [ "0", @@ -1141,7 +1141,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492687, + "last_modified": 1628088635307, "raw": "", "viewBox": [ "0", @@ -1183,7 +1183,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492687, + "last_modified": 1628088635307, "raw": "", "viewBox": [ "0", @@ -1222,7 +1222,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492687, + "last_modified": 1628088635307, "raw": "", "viewBox": [ "0", @@ -1261,7 +1261,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492688, + "last_modified": 1628088635308, "raw": "", "viewBox": [ "0", @@ -1302,7 +1302,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492688, + "last_modified": 1628088635308, "raw": "", "viewBox": [ "0", @@ -1343,7 +1343,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492688, + "last_modified": 1628088635308, "raw": "", "viewBox": [ "0", @@ -1382,7 +1382,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492688, + "last_modified": 1628088635308, "raw": "", "viewBox": [ "0", @@ -1424,7 +1424,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492688, + "last_modified": 1628088635308, "raw": "", "viewBox": [ "0", @@ -1437,7 +1437,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z" }, "regular": { - "last_modified": 1615905492273, + "last_modified": 1628088634653, "raw": "", "viewBox": [ "0", @@ -1546,7 +1546,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492689, + "last_modified": 1628088635309, "raw": "", "viewBox": [ "0", @@ -1729,7 +1729,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492689, + "last_modified": 1628088635309, "raw": "", "viewBox": [ "0", @@ -1802,7 +1802,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492689, + "last_modified": 1628088635309, "raw": "", "viewBox": [ "0", @@ -1841,7 +1841,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492689, + "last_modified": 1628088635309, "raw": "", "viewBox": [ "0", @@ -1878,7 +1878,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492689, + "last_modified": 1628088635309, "raw": "", "viewBox": [ "0", @@ -1891,7 +1891,7 @@ "path": "M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z" }, "regular": { - "last_modified": 1615905492275, + "last_modified": 1628088634654, "raw": "", "viewBox": [ "0", @@ -1930,7 +1930,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492690, + "last_modified": 1628088635310, "raw": "", "viewBox": [ "0", @@ -1943,7 +1943,7 @@ "path": "M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z" }, "regular": { - "last_modified": 1615905492275, + "last_modified": 1628088634654, "raw": "", "viewBox": [ "0", @@ -1982,7 +1982,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492690, + "last_modified": 1628088635310, "raw": "", "viewBox": [ "0", @@ -1995,7 +1995,7 @@ "path": "M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z" }, "regular": { - "last_modified": 1615905492275, + "last_modified": 1628088634655, "raw": "", "viewBox": [ "0", @@ -2032,7 +2032,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492690, + "last_modified": 1628088635310, "raw": "", "viewBox": [ "0", @@ -2045,7 +2045,7 @@ "path": "M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z" }, "regular": { - "last_modified": 1615905492275, + "last_modified": 1628088634655, "raw": "", "viewBox": [ "0", @@ -2082,7 +2082,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492693, + "last_modified": 1628088635313, "raw": "", "viewBox": [ "0", @@ -2119,7 +2119,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492694, + "last_modified": 1628088635313, "raw": "", "viewBox": [ "0", @@ -2156,7 +2156,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492694, + "last_modified": 1628088635313, "raw": "", "viewBox": [ "0", @@ -2192,7 +2192,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492694, + "last_modified": 1628088635314, "raw": "", "viewBox": [ "0", @@ -2228,7 +2228,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492694, + "last_modified": 1628088635314, "raw": "", "viewBox": [ "0", @@ -2265,7 +2265,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492695, + "last_modified": 1628088635315, "raw": "", "viewBox": [ "0", @@ -2302,7 +2302,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492696, + "last_modified": 1628088635315, "raw": "", "viewBox": [ "0", @@ -2339,7 +2339,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492697, + "last_modified": 1628088635317, "raw": "", "viewBox": [ "0", @@ -2384,7 +2384,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492697, + "last_modified": 1628088635318, "raw": "", "viewBox": [ "0", @@ -2424,7 +2424,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492697, + "last_modified": 1628088635318, "raw": "", "viewBox": [ "0", @@ -2465,7 +2465,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492697, + "last_modified": 1628088635318, "raw": "", "viewBox": [ "0", @@ -2541,7 +2541,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492698, + "last_modified": 1628088635319, "raw": "", "viewBox": [ "0", @@ -2580,7 +2580,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492698, + "last_modified": 1628088635319, "raw": "", "viewBox": [ "0", @@ -2653,7 +2653,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492698, + "last_modified": 1628088635319, "raw": "", "viewBox": [ "0", @@ -2694,7 +2694,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492698, + "last_modified": 1628088635320, "raw": "", "viewBox": [ "0", @@ -2771,7 +2771,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492698, + "last_modified": 1628088635320, "raw": "", "viewBox": [ "0", @@ -2844,7 +2844,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492699, + "last_modified": 1628088635320, "raw": "", "viewBox": [ "0", @@ -2985,7 +2985,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492699, + "last_modified": 1628088635321, "raw": "", "viewBox": [ "0", @@ -3063,7 +3063,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492700, + "last_modified": 1628088635322, "raw": "", "viewBox": [ "0", @@ -3105,7 +3105,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492699, + "last_modified": 1628088635322, "raw": "", "viewBox": [ "0", @@ -3144,7 +3144,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492700, + "last_modified": 1628088635323, "raw": "", "viewBox": [ "0", @@ -3181,7 +3181,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492700, + "last_modified": 1628088635323, "raw": "", "viewBox": [ "0", @@ -3223,7 +3223,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492700, + "last_modified": 1628088635323, "raw": "", "viewBox": [ "0", @@ -3265,7 +3265,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492700, + "last_modified": 1628088635324, "raw": "", "viewBox": [ "0", @@ -3307,7 +3307,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492701, + "last_modified": 1628088635324, "raw": "", "viewBox": [ "0", @@ -3345,7 +3345,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492702, + "last_modified": 1628088635327, "raw": "", "viewBox": [ "0", @@ -3386,7 +3386,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492702, + "last_modified": 1628088635327, "raw": "", "viewBox": [ "0", @@ -3427,7 +3427,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492702, + "last_modified": 1628088635327, "raw": "", "viewBox": [ "0", @@ -3468,7 +3468,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492702, + "last_modified": 1628088635327, "raw": "", "viewBox": [ "0", @@ -3513,7 +3513,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492703, + "last_modified": 1628088635329, "raw": "", "viewBox": [ "0", @@ -3552,7 +3552,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492703, + "last_modified": 1628088635329, "raw": "", "viewBox": [ "0", @@ -3627,7 +3627,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492704, + "last_modified": 1628088635330, "raw": "", "viewBox": [ "0", @@ -3674,7 +3674,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492704, + "last_modified": 1628088635331, "raw": "", "viewBox": [ "0", @@ -3717,7 +3717,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492704, + "last_modified": 1628088635331, "raw": "", "viewBox": [ "0", @@ -3757,7 +3757,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492704, + "last_modified": 1628088635331, "raw": "", "viewBox": [ "0", @@ -3797,7 +3797,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492705, + "last_modified": 1628088635333, "raw": "", "viewBox": [ "0", @@ -3836,7 +3836,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492705, + "last_modified": 1628088635333, "raw": "", "viewBox": [ "0", @@ -3874,7 +3874,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492706, + "last_modified": 1628088635334, "raw": "", "viewBox": [ "0", @@ -3912,7 +3912,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492706, + "last_modified": 1628088635334, "raw": "", "viewBox": [ "0", @@ -3951,7 +3951,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492706, + "last_modified": 1628088635334, "raw": "", "viewBox": [ "0", @@ -3989,7 +3989,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492707, + "last_modified": 1628088635335, "raw": "", "viewBox": [ "0", @@ -4062,7 +4062,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492708, + "last_modified": 1628088635336, "raw": "", "viewBox": [ "0", @@ -4107,7 +4107,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492708, + "last_modified": 1628088635337, "raw": "", "viewBox": [ "0", @@ -4219,7 +4219,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492709, + "last_modified": 1628088635339, "raw": "", "viewBox": [ "0", @@ -4232,7 +4232,7 @@ "path": "M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z" }, "regular": { - "last_modified": 1615905492297, + "last_modified": 1628088634681, "raw": "", "viewBox": [ "0", @@ -4276,7 +4276,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492709, + "last_modified": 1628088635339, "raw": "", "viewBox": [ "0", @@ -4289,7 +4289,7 @@ "path": "M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z" }, "regular": { - "last_modified": 1615905492297, + "last_modified": 1628088634680, "raw": "", "viewBox": [ "0", @@ -4329,7 +4329,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492710, + "last_modified": 1628088635340, "raw": "", "viewBox": [ "0", @@ -4368,7 +4368,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492711, + "last_modified": 1628088635341, "raw": "", "viewBox": [ "0", @@ -4408,7 +4408,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492711, + "last_modified": 1628088635341, "raw": "", "viewBox": [ "0", @@ -4448,7 +4448,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492711, + "last_modified": 1628088635341, "raw": "", "viewBox": [ "0", @@ -4522,7 +4522,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492712, + "last_modified": 1628088635342, "raw": "", "viewBox": [ "0", @@ -4566,7 +4566,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492712, + "last_modified": 1628088635342, "raw": "", "viewBox": [ "0", @@ -4610,7 +4610,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492712, + "last_modified": 1628088635342, "raw": "", "viewBox": [ "0", @@ -4822,7 +4822,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492713, + "last_modified": 1628088635344, "raw": "", "viewBox": [ "0", @@ -4865,7 +4865,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492712, + "last_modified": 1628088635343, "raw": "", "viewBox": [ "0", @@ -4905,7 +4905,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492713, + "last_modified": 1628088635344, "raw": "", "viewBox": [ "0", @@ -4947,7 +4947,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492714, + "last_modified": 1628088635345, "raw": "", "viewBox": [ "0", @@ -5121,7 +5121,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492714, + "last_modified": 1628088635345, "raw": "", "viewBox": [ "0", @@ -5161,7 +5161,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492715, + "last_modified": 1628088635345, "raw": "", "viewBox": [ "0", @@ -5201,7 +5201,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492715, + "last_modified": 1628088635346, "raw": "", "viewBox": [ "0", @@ -5240,7 +5240,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492715, + "last_modified": 1628088635346, "raw": "", "viewBox": [ "0", @@ -5280,7 +5280,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492715, + "last_modified": 1628088635347, "raw": "", "viewBox": [ "0", @@ -5320,7 +5320,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492717, + "last_modified": 1628088635349, "raw": "", "viewBox": [ "0", @@ -5369,7 +5369,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492716, + "last_modified": 1628088635347, "raw": "", "viewBox": [ "0", @@ -5411,7 +5411,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492716, + "last_modified": 1628088635348, "raw": "", "viewBox": [ "0", @@ -5453,7 +5453,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492716, + "last_modified": 1628088635348, "raw": "", "viewBox": [ "0", @@ -5493,7 +5493,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492716, + "last_modified": 1628088635348, "raw": "", "viewBox": [ "0", @@ -5535,7 +5535,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492717, + "last_modified": 1628088635350, "raw": "", "viewBox": [ "0", @@ -5548,7 +5548,7 @@ "path": "M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z" }, "regular": { - "last_modified": 1615905492306, + "last_modified": 1628088634690, "raw": "", "viewBox": [ "0", @@ -5568,7 +5568,8 @@ }, "bootstrap": { "changes": [ - "5.8.0" + "5.8.0", + "5.15.4" ], "ligatures": [], "search": { @@ -5581,17 +5582,17 @@ "label": "Bootstrap", "svg": { "brands": { - "last_modified": 1615905491338, - "raw": "", + "last_modified": 1627918086737, + "raw": "", "viewBox": [ "0", "0", - "448", + "576", "512" ], - "width": 448, + "width": 576, "height": 512, - "path": "M292.3 311.93c0 42.41-39.72 41.43-43.92 41.43h-80.89v-81.69h80.89c42.56 0 43.92 31.9 43.92 40.26zm-50.15-73.13c.67 0 38.44 1 38.44-36.31 0-15.52-3.51-35.87-38.44-35.87h-74.66v72.18h74.66zM448 106.67v298.66A74.89 74.89 0 0 1 373.33 480H74.67A74.89 74.89 0 0 1 0 405.33V106.67A74.89 74.89 0 0 1 74.67 32h298.66A74.89 74.89 0 0 1 448 106.67zM338.05 317.86c0-21.57-6.65-58.29-49.05-67.35v-.73c22.91-9.78 37.34-28.25 37.34-55.64 0-7 2-64.78-77.6-64.78h-127v261.33c128.23 0 139.87 1.68 163.6-5.71 14.21-4.42 52.71-17.98 52.71-67.12z" + "path": "M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z" } }, "free": [ @@ -5620,7 +5621,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492718, + "last_modified": 1628088635352, "raw": "", "viewBox": [ "0", @@ -5659,7 +5660,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492720, + "last_modified": 1628088635355, "raw": "", "viewBox": [ "0", @@ -5692,7 +5693,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492721, + "last_modified": 1628088635356, "raw": "", "viewBox": [ "0", @@ -5734,7 +5735,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492722, + "last_modified": 1628088635357, "raw": "", "viewBox": [ "0", @@ -5772,7 +5773,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492726, + "last_modified": 1628088635360, "raw": "", "viewBox": [ "0", @@ -5812,7 +5813,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492724, + "last_modified": 1628088635359, "raw": "", "viewBox": [ "0", @@ -5854,7 +5855,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492725, + "last_modified": 1628088635359, "raw": "", "viewBox": [ "0", @@ -5892,7 +5893,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492726, + "last_modified": 1628088635361, "raw": "", "viewBox": [ "0", @@ -5932,7 +5933,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492727, + "last_modified": 1628088635362, "raw": "", "viewBox": [ "0", @@ -5975,7 +5976,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492728, + "last_modified": 1628088635362, "raw": "", "viewBox": [ "0", @@ -6021,7 +6022,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492728, + "last_modified": 1628088635363, "raw": "", "viewBox": [ "0", @@ -6062,7 +6063,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492729, + "last_modified": 1628088635364, "raw": "", "viewBox": [ "0", @@ -6100,7 +6101,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492728, + "last_modified": 1628088635364, "raw": "", "viewBox": [ "0", @@ -6139,7 +6140,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492730, + "last_modified": 1628088635365, "raw": "", "viewBox": [ "0", @@ -6181,7 +6182,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492730, + "last_modified": 1628088635365, "raw": "", "viewBox": [ "0", @@ -6220,7 +6221,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492731, + "last_modified": 1628088635366, "raw": "", "viewBox": [ "0", @@ -6306,7 +6307,8 @@ "bug": { "changes": [ "3.2", - "5.0.0" + "5.0.0", + "5.15.4" ], "ligatures": [], "search": { @@ -6325,7 +6327,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492731, + "last_modified": 1628088635366, "raw": "", "viewBox": [ "0", @@ -6367,7 +6369,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492731, + "last_modified": 1628088635367, "raw": "", "viewBox": [ "0", @@ -6380,7 +6382,7 @@ "path": "M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z" }, "regular": { - "last_modified": 1615905492319, + "last_modified": 1628088634703, "raw": "", "viewBox": [ "0", @@ -6422,7 +6424,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492731, + "last_modified": 1628088635367, "raw": "", "viewBox": [ "0", @@ -6444,7 +6446,8 @@ "3.1", "5.0.0", "5.3.0", - "5.10.1" + "5.10.1", + "5.15.4" ], "ligatures": [], "search": { @@ -6463,7 +6466,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492732, + "last_modified": 1628088635368, "raw": "", "viewBox": [ "0", @@ -6504,7 +6507,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492732, + "last_modified": 1628088635369, "raw": "", "viewBox": [ "0", @@ -6577,7 +6580,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492733, + "last_modified": 1628088635370, "raw": "", "viewBox": [ "0", @@ -6616,7 +6619,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492733, + "last_modified": 1628088635369, "raw": "", "viewBox": [ "0", @@ -6657,7 +6660,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492733, + "last_modified": 1628088635370, "raw": "", "viewBox": [ "0", @@ -6767,7 +6770,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492734, + "last_modified": 1628088635371, "raw": "", "viewBox": [ "0", @@ -6810,7 +6813,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492736, + "last_modified": 1628088635375, "raw": "", "viewBox": [ "0", @@ -6823,7 +6826,7 @@ "path": "M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z" }, "regular": { - "last_modified": 1615905492323, + "last_modified": 1628088634708, "raw": "", "viewBox": [ "0", @@ -6869,7 +6872,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492734, + "last_modified": 1628088635372, "raw": "", "viewBox": [ "0", @@ -6882,7 +6885,7 @@ "path": "M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z" }, "regular": { - "last_modified": 1615905492321, + "last_modified": 1628088634706, "raw": "", "viewBox": [ "0", @@ -6936,7 +6939,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492734, + "last_modified": 1628088635372, "raw": "", "viewBox": [ "0", @@ -6949,7 +6952,7 @@ "path": "M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z" }, "regular": { - "last_modified": 1615905492321, + "last_modified": 1628088634706, "raw": "", "viewBox": [ "0", @@ -6994,7 +6997,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492734, + "last_modified": 1628088635372, "raw": "", "viewBox": [ "0", @@ -7040,7 +7043,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492735, + "last_modified": 1628088635373, "raw": "", "viewBox": [ "0", @@ -7053,7 +7056,7 @@ "path": "M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z" }, "regular": { - "last_modified": 1615905492322, + "last_modified": 1628088634707, "raw": "", "viewBox": [ "0", @@ -7101,7 +7104,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492735, + "last_modified": 1628088635373, "raw": "", "viewBox": [ "0", @@ -7114,7 +7117,7 @@ "path": "M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z" }, "regular": { - "last_modified": 1615905492322, + "last_modified": 1628088634707, "raw": "", "viewBox": [ "0", @@ -7162,7 +7165,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492735, + "last_modified": 1628088635374, "raw": "", "viewBox": [ "0", @@ -7175,7 +7178,7 @@ "path": "M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z" }, "regular": { - "last_modified": 1615905492323, + "last_modified": 1628088634708, "raw": "", "viewBox": [ "0", @@ -7220,7 +7223,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492736, + "last_modified": 1628088635374, "raw": "", "viewBox": [ "0", @@ -7262,7 +7265,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492737, + "last_modified": 1628088635377, "raw": "", "viewBox": [ "0", @@ -7305,7 +7308,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492737, + "last_modified": 1628088635376, "raw": "", "viewBox": [ "0", @@ -7345,7 +7348,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492737, + "last_modified": 1628088635377, "raw": "", "viewBox": [ "0", @@ -7425,7 +7428,7 @@ "label": "Candy Cane", "svg": { "solid": { - "last_modified": 1615905492738, + "last_modified": 1628088635378, "raw": "", "viewBox": [ "0", @@ -7473,7 +7476,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492738, + "last_modified": 1628088635379, "raw": "", "viewBox": [ "0", @@ -7511,7 +7514,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492738, + "last_modified": 1628088635379, "raw": "", "viewBox": [ "0", @@ -7553,7 +7556,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492740, + "last_modified": 1628088635383, "raw": "", "viewBox": [ "0", @@ -7595,7 +7598,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492738, + "last_modified": 1628088635379, "raw": "", "viewBox": [ "0", @@ -7633,7 +7636,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492739, + "last_modified": 1628088635379, "raw": "", "viewBox": [ "0", @@ -7675,7 +7678,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492739, + "last_modified": 1628088635381, "raw": "", "viewBox": [ "0", @@ -7715,7 +7718,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492740, + "last_modified": 1628088635382, "raw": "", "viewBox": [ "0", @@ -7754,7 +7757,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492741, + "last_modified": 1628088635383, "raw": "", "viewBox": [ "0", @@ -7795,7 +7798,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492741, + "last_modified": 1628088635384, "raw": "", "viewBox": [ "0", @@ -7834,7 +7837,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492742, + "last_modified": 1628088635385, "raw": "", "viewBox": [ "0", @@ -7873,7 +7876,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492742, + "last_modified": 1628088635385, "raw": "", "viewBox": [ "0", @@ -7916,7 +7919,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492742, + "last_modified": 1628088635385, "raw": "", "viewBox": [ "0", @@ -7929,7 +7932,7 @@ "path": "M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z" }, "regular": { - "last_modified": 1615905492332, + "last_modified": 1628088634717, "raw": "", "viewBox": [ "0", @@ -7971,7 +7974,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492742, + "last_modified": 1628088635385, "raw": "", "viewBox": [ "0", @@ -7984,7 +7987,7 @@ "path": "M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z" }, "regular": { - "last_modified": 1615905492332, + "last_modified": 1628088634717, "raw": "", "viewBox": [ "0", @@ -8026,7 +8029,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492742, + "last_modified": 1628088635386, "raw": "", "viewBox": [ "0", @@ -8039,7 +8042,7 @@ "path": "M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z" }, "regular": { - "last_modified": 1615905492332, + "last_modified": 1628088634718, "raw": "", "viewBox": [ "0", @@ -8081,7 +8084,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492742, + "last_modified": 1628088635386, "raw": "", "viewBox": [ "0", @@ -8094,7 +8097,7 @@ "path": "M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z" }, "regular": { - "last_modified": 1615905492332, + "last_modified": 1628088634718, "raw": "", "viewBox": [ "0", @@ -8133,7 +8136,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492742, + "last_modified": 1628088635386, "raw": "", "viewBox": [ "0", @@ -8171,7 +8174,7 @@ "label": "Carrot", "svg": { "solid": { - "last_modified": 1615905492743, + "last_modified": 1628088635386, "raw": "", "viewBox": [ "0", @@ -8209,7 +8212,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492743, + "last_modified": 1628088635387, "raw": "", "viewBox": [ "0", @@ -8249,7 +8252,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492743, + "last_modified": 1628088635387, "raw": "", "viewBox": [ "0", @@ -8294,7 +8297,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492743, + "last_modified": 1628088635388, "raw": "", "viewBox": [ "0", @@ -8336,7 +8339,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492744, + "last_modified": 1628088635389, "raw": "", "viewBox": [ "0", @@ -8788,7 +8791,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492745, + "last_modified": 1628088635389, "raw": "", "viewBox": [ "0", @@ -8826,7 +8829,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492745, + "last_modified": 1628088635390, "raw": "", "viewBox": [ "0", @@ -8866,7 +8869,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492745, + "last_modified": 1628088635391, "raw": "", "viewBox": [ "0", @@ -8907,7 +8910,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492745, + "last_modified": 1628088635390, "raw": "", "viewBox": [ "0", @@ -8946,7 +8949,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492746, + "last_modified": 1628088635391, "raw": "", "viewBox": [ "0", @@ -8985,7 +8988,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492746, + "last_modified": 1628088635391, "raw": "", "viewBox": [ "0", @@ -9026,7 +9029,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492746, + "last_modified": 1628088635392, "raw": "", "viewBox": [ "0", @@ -9039,7 +9042,7 @@ "path": "M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z" }, "regular": { - "last_modified": 1615905492337, + "last_modified": 1628088634724, "raw": "", "viewBox": [ "0", @@ -9084,7 +9087,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492747, + "last_modified": 1628088635392, "raw": "", "viewBox": [ "0", @@ -9125,7 +9128,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492748, + "last_modified": 1628088635393, "raw": "", "viewBox": [ "0", @@ -9175,7 +9178,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492749, + "last_modified": 1628088635394, "raw": "", "viewBox": [ "0", @@ -9222,7 +9225,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492748, + "last_modified": 1628088635394, "raw": "", "viewBox": [ "0", @@ -9235,7 +9238,7 @@ "path": "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" }, "regular": { - "last_modified": 1615905492339, + "last_modified": 1628088634726, "raw": "", "viewBox": [ "0", @@ -9285,7 +9288,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492748, + "last_modified": 1628088635394, "raw": "", "viewBox": [ "0", @@ -9333,7 +9336,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492749, + "last_modified": 1628088635394, "raw": "", "viewBox": [ "0", @@ -9346,7 +9349,7 @@ "path": "M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z" }, "regular": { - "last_modified": 1615905492339, + "last_modified": 1628088634726, "raw": "", "viewBox": [ "0", @@ -9389,7 +9392,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492749, + "last_modified": 1628088635395, "raw": "", "viewBox": [ "0", @@ -9432,7 +9435,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492754, + "last_modified": 1628088635399, "raw": "", "viewBox": [ "0", @@ -9471,7 +9474,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492750, + "last_modified": 1628088635396, "raw": "", "viewBox": [ "0", @@ -9511,7 +9514,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492750, + "last_modified": 1628088635396, "raw": "", "viewBox": [ "0", @@ -9550,7 +9553,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492751, + "last_modified": 1628088635397, "raw": "", "viewBox": [ "0", @@ -9590,7 +9593,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492752, + "last_modified": 1628088635397, "raw": "", "viewBox": [ "0", @@ -9629,7 +9632,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492752, + "last_modified": 1628088635398, "raw": "", "viewBox": [ "0", @@ -9668,7 +9671,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492753, + "last_modified": 1628088635398, "raw": "", "viewBox": [ "0", @@ -9708,7 +9711,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492753, + "last_modified": 1628088635398, "raw": "", "viewBox": [ "0", @@ -9748,7 +9751,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492754, + "last_modified": 1628088635399, "raw": "", "viewBox": [ "0", @@ -9786,7 +9789,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492754, + "last_modified": 1628088635399, "raw": "", "viewBox": [ "0", @@ -9824,7 +9827,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492754, + "last_modified": 1628088635399, "raw": "", "viewBox": [ "0", @@ -9862,7 +9865,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492754, + "last_modified": 1628088635399, "raw": "", "viewBox": [ "0", @@ -9900,7 +9903,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492755, + "last_modified": 1628088635401, "raw": "", "viewBox": [ "0", @@ -9939,7 +9942,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492755, + "last_modified": 1628088635401, "raw": "", "viewBox": [ "0", @@ -9978,7 +9981,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492755, + "last_modified": 1628088635402, "raw": "", "viewBox": [ "0", @@ -10016,7 +10019,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492756, + "last_modified": 1628088635402, "raw": "", "viewBox": [ "0", @@ -10056,7 +10059,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492756, + "last_modified": 1628088635403, "raw": "", "viewBox": [ "0", @@ -10163,7 +10166,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492757, + "last_modified": 1628088635403, "raw": "", "viewBox": [ "0", @@ -10207,7 +10210,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492758, + "last_modified": 1628088635404, "raw": "", "viewBox": [ "0", @@ -10220,7 +10223,7 @@ "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z" }, "regular": { - "last_modified": 1615905492347, + "last_modified": 1628088634737, "raw": "", "viewBox": [ "0", @@ -10263,7 +10266,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492757, + "last_modified": 1628088635404, "raw": "", "viewBox": [ "0", @@ -10302,7 +10305,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492758, + "last_modified": 1628088635404, "raw": "", "viewBox": [ "0", @@ -10344,7 +10347,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492759, + "last_modified": 1628088635404, "raw": "", "viewBox": [ "0", @@ -10383,7 +10386,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492761, + "last_modified": 1628088635406, "raw": "", "viewBox": [ "0", @@ -10396,7 +10399,7 @@ "path": "M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z" }, "regular": { - "last_modified": 1615905492348, + "last_modified": 1628088634741, "raw": "", "viewBox": [ "0", @@ -10441,7 +10444,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492759, + "last_modified": 1628088635405, "raw": "", "viewBox": [ "0", @@ -10485,7 +10488,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492760, + "last_modified": 1628088635405, "raw": "", "viewBox": [ "0", @@ -10529,7 +10532,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492762, + "last_modified": 1628088635406, "raw": "", "viewBox": [ "0", @@ -10542,7 +10545,7 @@ "path": "M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z" }, "regular": { - "last_modified": 1615905492348, + "last_modified": 1628088634741, "raw": "", "viewBox": [ "0", @@ -10584,7 +10587,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492762, + "last_modified": 1628088635406, "raw": "", "viewBox": [ "0", @@ -10597,7 +10600,7 @@ "path": "M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z" }, "regular": { - "last_modified": 1615905492349, + "last_modified": 1628088634741, "raw": "", "viewBox": [ "0", @@ -10642,7 +10645,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492762, + "last_modified": 1628088635406, "raw": "", "viewBox": [ "0", @@ -10655,7 +10658,7 @@ "path": "M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z" }, "regular": { - "last_modified": 1615905492349, + "last_modified": 1628088634742, "raw": "", "viewBox": [ "0", @@ -10698,7 +10701,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492768, + "last_modified": 1628088635411, "raw": "", "viewBox": [ "0", @@ -10736,7 +10739,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492762, + "last_modified": 1628088635406, "raw": "", "viewBox": [ "0", @@ -10774,7 +10777,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492764, + "last_modified": 1628088635407, "raw": "", "viewBox": [ "0", @@ -10815,7 +10818,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492765, + "last_modified": 1628088635408, "raw": "", "viewBox": [ "0", @@ -10858,7 +10861,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492764, + "last_modified": 1628088635408, "raw": "", "viewBox": [ "0", @@ -10896,7 +10899,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492765, + "last_modified": 1628088635408, "raw": "", "viewBox": [ "0", @@ -10934,7 +10937,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492766, + "last_modified": 1628088635409, "raw": "", "viewBox": [ "0", @@ -10976,7 +10979,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492767, + "last_modified": 1628088635411, "raw": "", "viewBox": [ "0", @@ -11016,7 +11019,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492767, + "last_modified": 1628088635411, "raw": "", "viewBox": [ "0", @@ -11055,7 +11058,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492768, + "last_modified": 1628088635411, "raw": "", "viewBox": [ "0", @@ -11230,7 +11233,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492770, + "last_modified": 1628088635413, "raw": "", "viewBox": [ "0", @@ -11269,7 +11272,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492771, + "last_modified": 1628088635414, "raw": "", "viewBox": [ "0", @@ -11312,7 +11315,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492770, + "last_modified": 1628088635413, "raw": "", "viewBox": [ "0", @@ -11424,7 +11427,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492772, + "last_modified": 1628088635415, "raw": "", "viewBox": [ "0", @@ -11464,7 +11467,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492773, + "last_modified": 1628088635416, "raw": "", "viewBox": [ "0", @@ -11504,7 +11507,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492773, + "last_modified": 1628088635416, "raw": "", "viewBox": [ "0", @@ -11544,7 +11547,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492773, + "last_modified": 1628088635417, "raw": "", "viewBox": [ "0", @@ -11584,7 +11587,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492774, + "last_modified": 1628088635417, "raw": "", "viewBox": [ "0", @@ -11633,7 +11636,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492781, + "last_modified": 1628088635426, "raw": "", "viewBox": [ "0", @@ -11646,7 +11649,7 @@ "path": "M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z" }, "regular": { - "last_modified": 1615905492361, + "last_modified": 1628088634755, "raw": "", "viewBox": [ "0", @@ -11695,7 +11698,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492777, + "last_modified": 1628088635421, "raw": "", "viewBox": [ "0", @@ -11708,7 +11711,7 @@ "path": "M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z" }, "regular": { - "last_modified": 1615905492357, + "last_modified": 1628088634753, "raw": "", "viewBox": [ "0", @@ -11758,7 +11761,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492777, + "last_modified": 1628088635422, "raw": "", "viewBox": [ "0", @@ -11806,7 +11809,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492778, + "last_modified": 1628088635422, "raw": "", "viewBox": [ "0", @@ -11819,7 +11822,7 @@ "path": "M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" }, "regular": { - "last_modified": 1615905492358, + "last_modified": 1628088634753, "raw": "", "viewBox": [ "0", @@ -11868,7 +11871,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492779, + "last_modified": 1628088635424, "raw": "", "viewBox": [ "0", @@ -11916,7 +11919,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492780, + "last_modified": 1628088635425, "raw": "", "viewBox": [ "0", @@ -11964,7 +11967,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492782, + "last_modified": 1628088635427, "raw": "", "viewBox": [ "0", @@ -11977,7 +11980,7 @@ "path": "M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z" }, "regular": { - "last_modified": 1615905492362, + "last_modified": 1628088634756, "raw": "", "viewBox": [ "0", @@ -12027,7 +12030,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492782, + "last_modified": 1628088635427, "raw": "", "viewBox": [ "0", @@ -12075,7 +12078,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492782, + "last_modified": 1628088635427, "raw": "", "viewBox": [ "0", @@ -12121,7 +12124,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492783, + "last_modified": 1628088635428, "raw": "", "viewBox": [ "0", @@ -12134,7 +12137,7 @@ "path": "M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z" }, "regular": { - "last_modified": 1615905492363, + "last_modified": 1628088634757, "raw": "", "viewBox": [ "0", @@ -12176,7 +12179,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492784, + "last_modified": 1628088635429, "raw": "", "viewBox": [ "0", @@ -12219,7 +12222,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492783, + "last_modified": 1628088635428, "raw": "", "viewBox": [ "0", @@ -12260,7 +12263,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492783, + "last_modified": 1628088635428, "raw": "", "viewBox": [ "0", @@ -12299,7 +12302,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492785, + "last_modified": 1628088635430, "raw": "", "viewBox": [ "0", @@ -12443,7 +12446,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492786, + "last_modified": 1628088635432, "raw": "", "viewBox": [ "0", @@ -12485,7 +12488,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492786, + "last_modified": 1628088635432, "raw": "", "viewBox": [ "0", @@ -12528,7 +12531,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492786, + "last_modified": 1628088635432, "raw": "", "viewBox": [ "0", @@ -12541,7 +12544,7 @@ "path": "M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z" }, "regular": { - "last_modified": 1615905492366, + "last_modified": 1628088634760, "raw": "", "viewBox": [ "0", @@ -12584,7 +12587,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492787, + "last_modified": 1628088635433, "raw": "", "viewBox": [ "0", @@ -12597,7 +12600,7 @@ "path": "M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z" }, "regular": { - "last_modified": 1615905492366, + "last_modified": 1628088634760, "raw": "", "viewBox": [ "0", @@ -12673,7 +12676,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492787, + "last_modified": 1628088635433, "raw": "", "viewBox": [ "0", @@ -13215,7 +13218,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492789, + "last_modified": 1628088635435, "raw": "", "viewBox": [ "0", @@ -13228,7 +13231,7 @@ "path": "M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z" }, "regular": { - "last_modified": 1615905492368, + "last_modified": 1628088634762, "raw": "", "viewBox": [ "0", @@ -13312,7 +13315,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492790, + "last_modified": 1628088635437, "raw": "", "viewBox": [ "0", @@ -13351,7 +13354,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492790, + "last_modified": 1628088635436, "raw": "", "viewBox": [ "0", @@ -13390,7 +13393,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492791, + "last_modified": 1628088635437, "raw": "", "viewBox": [ "0", @@ -13430,7 +13433,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492791, + "last_modified": 1628088635437, "raw": "", "viewBox": [ "0", @@ -13470,7 +13473,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492791, + "last_modified": 1628088635438, "raw": "", "viewBox": [ "0", @@ -13510,7 +13513,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492792, + "last_modified": 1628088635438, "raw": "", "viewBox": [ "0", @@ -13548,7 +13551,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492792, + "last_modified": 1628088635438, "raw": "", "viewBox": [ "0", @@ -13658,7 +13661,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492793, + "last_modified": 1628088635439, "raw": "", "viewBox": [ "0", @@ -13701,7 +13704,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492793, + "last_modified": 1628088635439, "raw": "", "viewBox": [ "0", @@ -13740,7 +13743,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492793, + "last_modified": 1628088635440, "raw": "", "viewBox": [ "0", @@ -13955,7 +13958,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492794, + "last_modified": 1628088635441, "raw": "", "viewBox": [ "0", @@ -13993,7 +13996,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492794, + "last_modified": 1628088635441, "raw": "", "viewBox": [ "0", @@ -14105,7 +14108,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492795, + "last_modified": 1628088635442, "raw": "", "viewBox": [ "0", @@ -14216,7 +14219,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492795, + "last_modified": 1628088635443, "raw": "", "viewBox": [ "0", @@ -14320,7 +14323,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492796, + "last_modified": 1628088635443, "raw": "", "viewBox": [ "0", @@ -14398,7 +14401,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492796, + "last_modified": 1628088635443, "raw": "", "viewBox": [ "0", @@ -14470,7 +14473,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492799, + "last_modified": 1628088635448, "raw": "", "viewBox": [ "0", @@ -14512,7 +14515,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492797, + "last_modified": 1628088635445, "raw": "", "viewBox": [ "0", @@ -14554,7 +14557,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492797, + "last_modified": 1628088635446, "raw": "", "viewBox": [ "0", @@ -14592,7 +14595,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492798, + "last_modified": 1628088635446, "raw": "", "viewBox": [ "0", @@ -14630,7 +14633,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492798, + "last_modified": 1628088635447, "raw": "", "viewBox": [ "0", @@ -14668,7 +14671,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492798, + "last_modified": 1628088635447, "raw": "", "viewBox": [ "0", @@ -14706,7 +14709,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492798, + "last_modified": 1628088635447, "raw": "", "viewBox": [ "0", @@ -14744,7 +14747,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492799, + "last_modified": 1628088635447, "raw": "", "viewBox": [ "0", @@ -14782,7 +14785,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492799, + "last_modified": 1628088635448, "raw": "", "viewBox": [ "0", @@ -14888,7 +14891,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492799, + "last_modified": 1628088635448, "raw": "", "viewBox": [ "0", @@ -14927,7 +14930,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492799, + "last_modified": 1628088635449, "raw": "", "viewBox": [ "0", @@ -14946,7 +14949,8 @@ }, "discord": { "changes": [ - "5.0.0" + "5.0.0", + "5.15.4" ], "ligatures": [], "search": { @@ -14960,17 +14964,17 @@ "voted": false, "svg": { "brands": { - "last_modified": 1546440860980, - "raw": "", + "last_modified": 1627918086738, + "raw": "", "viewBox": [ "0", "0", - "448", + "640", "512" ], - "width": 448, + "width": 640, "height": 512, - "path": "M297.216 243.2c0 15.616-11.52 28.416-26.112 28.416-14.336 0-26.112-12.8-26.112-28.416s11.52-28.416 26.112-28.416c14.592 0 26.112 12.8 26.112 28.416zm-119.552-28.416c-14.592 0-26.112 12.8-26.112 28.416s11.776 28.416 26.112 28.416c14.592 0 26.112-12.8 26.112-28.416.256-15.616-11.52-28.416-26.112-28.416zM448 52.736V512c-64.494-56.994-43.868-38.128-118.784-107.776l13.568 47.36H52.48C23.552 451.584 0 428.032 0 398.848V52.736C0 23.552 23.552 0 52.48 0h343.04C424.448 0 448 23.552 448 52.736zm-72.96 242.688c0-82.432-36.864-149.248-36.864-149.248-36.864-27.648-71.936-26.88-71.936-26.88l-3.584 4.096c43.52 13.312 63.744 32.512 63.744 32.512-60.811-33.329-132.244-33.335-191.232-7.424-9.472 4.352-15.104 7.424-15.104 7.424s21.248-20.224 67.328-33.536l-2.56-3.072s-35.072-.768-71.936 26.88c0 0-36.864 66.816-36.864 149.248 0 0 21.504 37.12 78.08 38.912 0 0 9.472-11.52 17.152-21.248-32.512-9.728-44.8-30.208-44.8-30.208 3.766 2.636 9.976 6.053 10.496 6.4 43.21 24.198 104.588 32.126 159.744 8.96 8.96-3.328 18.944-8.192 29.44-15.104 0 0-12.8 20.992-46.336 30.464 7.68 9.728 16.896 20.736 16.896 20.736 56.576-1.792 78.336-38.912 78.336-38.912z" + "path": "M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" } }, "free": [ @@ -15035,7 +15039,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492800, + "last_modified": 1628088635449, "raw": "", "viewBox": [ "0", @@ -15073,7 +15077,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492800, + "last_modified": 1628088635449, "raw": "", "viewBox": [ "0", @@ -15115,7 +15119,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492800, + "last_modified": 1628088635449, "raw": "", "viewBox": [ "0", @@ -15128,7 +15132,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z" }, "regular": { - "last_modified": 1615905492378, + "last_modified": 1628088634777, "raw": "", "viewBox": [ "0", @@ -15169,7 +15173,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492800, + "last_modified": 1628088635450, "raw": "", "viewBox": [ "0", @@ -15278,7 +15282,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492801, + "last_modified": 1628088635450, "raw": "", "viewBox": [ "0", @@ -15322,7 +15326,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492801, + "last_modified": 1628088635451, "raw": "", "viewBox": [ "0", @@ -15359,7 +15363,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492802, + "last_modified": 1628088635451, "raw": "", "viewBox": [ "0", @@ -15397,7 +15401,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492802, + "last_modified": 1628088635451, "raw": "", "viewBox": [ "0", @@ -15435,7 +15439,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492802, + "last_modified": 1628088635452, "raw": "", "viewBox": [ "0", @@ -15472,7 +15476,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492802, + "last_modified": 1628088635452, "raw": "", "viewBox": [ "0", @@ -15509,7 +15513,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492802, + "last_modified": 1628088635452, "raw": "", "viewBox": [ "0", @@ -15548,7 +15552,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492802, + "last_modified": 1628088635452, "raw": "", "viewBox": [ "0", @@ -15561,7 +15565,7 @@ "path": "M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z" }, "regular": { - "last_modified": 1615905492382, + "last_modified": 1628088634781, "raw": "", "viewBox": [ "0", @@ -15603,7 +15607,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492803, + "last_modified": 1628088635452, "raw": "", "viewBox": [ "0", @@ -15642,7 +15646,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492803, + "last_modified": 1628088635453, "raw": "", "viewBox": [ "0", @@ -15714,7 +15718,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492803, + "last_modified": 1628088635453, "raw": "", "viewBox": [ "0", @@ -15755,7 +15759,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492803, + "last_modified": 1628088635453, "raw": "", "viewBox": [ "0", @@ -15794,7 +15798,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492804, + "last_modified": 1628088635453, "raw": "", "viewBox": [ "0", @@ -15935,7 +15939,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492805, + "last_modified": 1628088635455, "raw": "", "viewBox": [ "0", @@ -15978,7 +15982,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492804, + "last_modified": 1628088635454, "raw": "", "viewBox": [ "0", @@ -16019,7 +16023,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492805, + "last_modified": 1628088635455, "raw": "", "viewBox": [ "0", @@ -16053,7 +16057,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491339, + "last_modified": 1628088633722, "raw": "", "viewBox": [ "0", @@ -16092,7 +16096,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492806, + "last_modified": 1628088635456, "raw": "", "viewBox": [ "0", @@ -16131,7 +16135,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492806, + "last_modified": 1628088635456, "raw": "", "viewBox": [ "0", @@ -16176,7 +16180,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492806, + "last_modified": 1628088635456, "raw": "", "viewBox": [ "0", @@ -16218,7 +16222,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492806, + "last_modified": 1628088635457, "raw": "", "viewBox": [ "0", @@ -16431,7 +16435,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492808, + "last_modified": 1628088635458, "raw": "", "viewBox": [ "0", @@ -16444,7 +16448,7 @@ "path": "M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z" }, "regular": { - "last_modified": 1615905492386, + "last_modified": 1628088634788, "raw": "", "viewBox": [ "0", @@ -16484,7 +16488,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492809, + "last_modified": 1628088635458, "raw": "", "viewBox": [ "0", @@ -16523,7 +16527,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492809, + "last_modified": 1628088635459, "raw": "", "viewBox": [ "0", @@ -16602,7 +16606,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492809, + "last_modified": 1628088635459, "raw": "", "viewBox": [ "0", @@ -16648,7 +16652,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492810, + "last_modified": 1628088635459, "raw": "", "viewBox": [ "0", @@ -16794,7 +16798,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492812, + "last_modified": 1628088635462, "raw": "", "viewBox": [ "0", @@ -16807,7 +16811,7 @@ "path": "M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z" }, "regular": { - "last_modified": 1615905492389, + "last_modified": 1628088634793, "raw": "", "viewBox": [ "0", @@ -16853,7 +16857,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492812, + "last_modified": 1628088635461, "raw": "", "viewBox": [ "0", @@ -16866,7 +16870,7 @@ "path": "M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z" }, "regular": { - "last_modified": 1615905492389, + "last_modified": 1628088634792, "raw": "", "viewBox": [ "0", @@ -16910,7 +16914,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492811, + "last_modified": 1628088635461, "raw": "", "viewBox": [ "0", @@ -16952,7 +16956,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492812, + "last_modified": 1628088635461, "raw": "", "viewBox": [ "0", @@ -17026,7 +17030,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492812, + "last_modified": 1628088635462, "raw": "", "viewBox": [ "0", @@ -17066,7 +17070,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492813, + "last_modified": 1628088635462, "raw": "", "viewBox": [ "0", @@ -17176,7 +17180,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492813, + "last_modified": 1628088635463, "raw": "", "viewBox": [ "0", @@ -17249,7 +17253,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492813, + "last_modified": 1628088635463, "raw": "", "viewBox": [ "0", @@ -17322,7 +17326,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492813, + "last_modified": 1628088635463, "raw": "", "viewBox": [ "0", @@ -17368,7 +17372,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492815, + "last_modified": 1628088635464, "raw": "", "viewBox": [ "0", @@ -17412,7 +17416,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492814, + "last_modified": 1628088635464, "raw": "", "viewBox": [ "0", @@ -17457,7 +17461,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492814, + "last_modified": 1628088635464, "raw": "", "viewBox": [ "0", @@ -17495,7 +17499,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492816, + "last_modified": 1628088635466, "raw": "", "viewBox": [ "0", @@ -17536,7 +17540,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492815, + "last_modified": 1628088635464, "raw": "", "viewBox": [ "0", @@ -17576,7 +17580,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492815, + "last_modified": 1628088635465, "raw": "", "viewBox": [ "0", @@ -17649,7 +17653,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492816, + "last_modified": 1628088635466, "raw": "", "viewBox": [ "0", @@ -17687,7 +17691,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492816, + "last_modified": 1628088635466, "raw": "", "viewBox": [ "0", @@ -17732,7 +17736,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492818, + "last_modified": 1628088635468, "raw": "", "viewBox": [ "0", @@ -17745,7 +17749,7 @@ "path": "M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z" }, "regular": { - "last_modified": 1615905492394, + "last_modified": 1628088634797, "raw": "", "viewBox": [ "0", @@ -17788,7 +17792,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492817, + "last_modified": 1628088635467, "raw": "", "viewBox": [ "0", @@ -17833,7 +17837,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492818, + "last_modified": 1628088635468, "raw": "", "viewBox": [ "0", @@ -17846,7 +17850,7 @@ "path": "M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z" }, "regular": { - "last_modified": 1615905492394, + "last_modified": 1628088634797, "raw": "", "viewBox": [ "0", @@ -18034,7 +18038,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492819, + "last_modified": 1628088635469, "raw": "", "viewBox": [ "0", @@ -18075,7 +18079,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491339, + "last_modified": 1628088633722, "raw": "", "viewBox": [ "0", @@ -18115,7 +18119,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492819, + "last_modified": 1628088635469, "raw": "", "viewBox": [ "0", @@ -18153,7 +18157,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492819, + "last_modified": 1628088635469, "raw": "", "viewBox": [ "0", @@ -18195,7 +18199,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492820, + "last_modified": 1628088635470, "raw": "", "viewBox": [ "0", @@ -18237,7 +18241,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492820, + "last_modified": 1628088635470, "raw": "", "viewBox": [ "0", @@ -18277,7 +18281,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492821, + "last_modified": 1628088635471, "raw": "", "viewBox": [ "0", @@ -18316,7 +18320,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492820, + "last_modified": 1628088635471, "raw": "", "viewBox": [ "0", @@ -18431,7 +18435,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492821, + "last_modified": 1628088635471, "raw": "", "viewBox": [ "0", @@ -18476,7 +18480,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492821, + "last_modified": 1628088635471, "raw": "", "viewBox": [ "0", @@ -18497,7 +18501,8 @@ "changes": [ "5.6.0", "5.7.0", - "5.8.0" + "5.8.0", + "5.15.4" ], "ligatures": [], "search": { @@ -18515,8 +18520,8 @@ "voted": false, "svg": { "brands": { - "last_modified": 1558987775898, - "raw": "", + "last_modified": 1628096638418, + "raw": "", "viewBox": [ "0", "0", @@ -18525,7 +18530,7 @@ ], "width": 384, "height": 512, - "path": "M277 170.7A85.35 85.35 0 0 0 277 0H106.3a85.3 85.3 0 0 0 0 170.6 85.35 85.35 0 0 0 0 170.7 85.35 85.35 0 1 0 85.3 85.4v-256zm0 0a85.3 85.3 0 1 0 85.3 85.3 85.31 85.31 0 0 0-85.3-85.3z" + "path": "M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z" } }, "free": [ @@ -18558,7 +18563,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492832, + "last_modified": 1628088635482, "raw": "", "viewBox": [ "0", @@ -18571,7 +18576,7 @@ "path": "M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z" }, "regular": { - "last_modified": 1615905492404, + "last_modified": 1628088634807, "raw": "", "viewBox": [ "0", @@ -18615,7 +18620,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492822, + "last_modified": 1628088635472, "raw": "", "viewBox": [ "0", @@ -18628,7 +18633,7 @@ "path": "M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z" }, "regular": { - "last_modified": 1615905492397, + "last_modified": 1628088634799, "raw": "", "viewBox": [ "0", @@ -18673,7 +18678,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492822, + "last_modified": 1628088635472, "raw": "", "viewBox": [ "0", @@ -18686,7 +18691,7 @@ "path": "M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z" }, "regular": { - "last_modified": 1615905492397, + "last_modified": 1628088634799, "raw": "", "viewBox": [ "0", @@ -18730,7 +18735,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492822, + "last_modified": 1628088635472, "raw": "", "viewBox": [ "0", @@ -18743,7 +18748,7 @@ "path": "M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z" }, "regular": { - "last_modified": 1615905492398, + "last_modified": 1628088634799, "raw": "", "viewBox": [ "0", @@ -18785,7 +18790,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492824, + "last_modified": 1628088635474, "raw": "", "viewBox": [ "0", @@ -18798,7 +18803,7 @@ "path": "M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z" }, "regular": { - "last_modified": 1615905492399, + "last_modified": 1628088634800, "raw": "", "viewBox": [ "0", @@ -18839,7 +18844,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492824, + "last_modified": 1628088635474, "raw": "", "viewBox": [ "0", @@ -18879,7 +18884,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492824, + "last_modified": 1628088635474, "raw": "", "viewBox": [ "0", @@ -18917,7 +18922,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492825, + "last_modified": 1628088635475, "raw": "", "viewBox": [ "0", @@ -18959,7 +18964,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492825, + "last_modified": 1628088635475, "raw": "", "viewBox": [ "0", @@ -18972,7 +18977,7 @@ "path": "M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z" }, "regular": { - "last_modified": 1615905492399, + "last_modified": 1628088634801, "raw": "", "viewBox": [ "0", @@ -19011,7 +19016,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492826, + "last_modified": 1628088635476, "raw": "", "viewBox": [ "0", @@ -19053,7 +19058,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492826, + "last_modified": 1628088635476, "raw": "", "viewBox": [ "0", @@ -19066,7 +19071,7 @@ "path": "M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z" }, "regular": { - "last_modified": 1615905492400, + "last_modified": 1628088634802, "raw": "", "viewBox": [ "0", @@ -19107,7 +19112,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492827, + "last_modified": 1628088635477, "raw": "", "viewBox": [ "0", @@ -19148,7 +19153,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492827, + "last_modified": 1628088635477, "raw": "", "viewBox": [ "0", @@ -19193,7 +19198,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492827, + "last_modified": 1628088635477, "raw": "", "viewBox": [ "0", @@ -19233,7 +19238,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492828, + "last_modified": 1628088635478, "raw": "", "viewBox": [ "0", @@ -19273,7 +19278,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492827, + "last_modified": 1628088635477, "raw": "", "viewBox": [ "0", @@ -19314,7 +19319,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492829, + "last_modified": 1628088635479, "raw": "", "viewBox": [ "0", @@ -19327,7 +19332,7 @@ "path": "M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z" }, "regular": { - "last_modified": 1615905492402, + "last_modified": 1628088634803, "raw": "", "viewBox": [ "0", @@ -19369,7 +19374,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492829, + "last_modified": 1628088635479, "raw": "", "viewBox": [ "0", @@ -19382,7 +19387,7 @@ "path": "M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z" }, "regular": { - "last_modified": 1615905492402, + "last_modified": 1628088634804, "raw": "", "viewBox": [ "0", @@ -19423,7 +19428,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492830, + "last_modified": 1628088635480, "raw": "", "viewBox": [ "0", @@ -19462,7 +19467,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492830, + "last_modified": 1628088635480, "raw": "", "viewBox": [ "0", @@ -19501,7 +19506,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492831, + "last_modified": 1628088635481, "raw": "", "viewBox": [ "0", @@ -19543,7 +19548,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492831, + "last_modified": 1628088635482, "raw": "", "viewBox": [ "0", @@ -19556,7 +19561,7 @@ "path": "M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z" }, "regular": { - "last_modified": 1615905492404, + "last_modified": 1628088634806, "raw": "", "viewBox": [ "0", @@ -19599,7 +19604,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492832, + "last_modified": 1628088635482, "raw": "", "viewBox": [ "0", @@ -19612,7 +19617,7 @@ "path": "M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z" }, "regular": { - "last_modified": 1615905492404, + "last_modified": 1628088634807, "raw": "", "viewBox": [ "0", @@ -19651,7 +19656,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492832, + "last_modified": 1628088635484, "raw": "", "viewBox": [ "0", @@ -19691,7 +19696,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492832, + "last_modified": 1628088635483, "raw": "", "viewBox": [ "0", @@ -19730,7 +19735,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492833, + "last_modified": 1628088635485, "raw": "", "viewBox": [ "0", @@ -19772,7 +19777,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492833, + "last_modified": 1628088635485, "raw": "", "viewBox": [ "0", @@ -19814,7 +19819,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492834, + "last_modified": 1628088635486, "raw": "", "viewBox": [ "0", @@ -19858,7 +19863,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492835, + "last_modified": 1628088635487, "raw": "", "viewBox": [ "0", @@ -19897,7 +19902,7 @@ "label": "Alternate Fire", "svg": { "solid": { - "last_modified": 1615905492834, + "last_modified": 1628088635486, "raw": "", "viewBox": [ "0", @@ -19939,7 +19944,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492835, + "last_modified": 1628088635486, "raw": "", "viewBox": [ "0", @@ -20052,7 +20057,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492835, + "last_modified": 1628088635487, "raw": "", "viewBox": [ "0", @@ -20191,7 +20196,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492836, + "last_modified": 1628088635488, "raw": "", "viewBox": [ "0", @@ -20235,7 +20240,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492836, + "last_modified": 1628088635488, "raw": "", "viewBox": [ "0", @@ -20278,7 +20283,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492837, + "last_modified": 1628088635489, "raw": "", "viewBox": [ "0", @@ -20291,7 +20296,7 @@ "path": "M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z" }, "regular": { - "last_modified": 1615905492408, + "last_modified": 1628088634811, "raw": "", "viewBox": [ "0", @@ -20336,7 +20341,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492836, + "last_modified": 1628088635489, "raw": "", "viewBox": [ "0", @@ -20376,7 +20381,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492836, + "last_modified": 1628088635489, "raw": "", "viewBox": [ "0", @@ -20415,7 +20420,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492837, + "last_modified": 1628088635490, "raw": "", "viewBox": [ "0", @@ -20523,7 +20528,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492838, + "last_modified": 1628088635492, "raw": "", "viewBox": [ "0", @@ -20536,7 +20541,7 @@ "path": "M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z" }, "regular": { - "last_modified": 1615905492410, + "last_modified": 1628088634814, "raw": "", "viewBox": [ "0", @@ -20612,7 +20617,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492840, + "last_modified": 1628088635495, "raw": "", "viewBox": [ "0", @@ -20625,7 +20630,7 @@ "path": "M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z" }, "regular": { - "last_modified": 1615905492412, + "last_modified": 1628088634817, "raw": "", "viewBox": [ "0", @@ -20667,7 +20672,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492839, + "last_modified": 1628088635493, "raw": "", "viewBox": [ "0", @@ -20709,7 +20714,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492839, + "last_modified": 1628088635493, "raw": "", "viewBox": [ "0", @@ -20722,7 +20727,7 @@ "path": "M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z" }, "regular": { - "last_modified": 1615905492410, + "last_modified": 1628088634815, "raw": "", "viewBox": [ "0", @@ -20767,7 +20772,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492839, + "last_modified": 1628088635494, "raw": "", "viewBox": [ "0", @@ -20809,7 +20814,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492841, + "last_modified": 1628088635496, "raw": "", "viewBox": [ "0", @@ -20829,7 +20834,8 @@ "font-awesome": { "changes": [ "4.6", - "5.0.0" + "5.0.0", + "5.15.4" ], "ligatures": [], "search": { @@ -20845,8 +20851,8 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491340, - "raw": "", + "last_modified": 1628088633723, + "raw": "", "viewBox": [ "0", "0", @@ -20855,7 +20861,7 @@ ], "width": 448, "height": 512, - "path": "M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z" + "path": "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z" } }, "free": [ @@ -20864,7 +20870,8 @@ }, "font-awesome-alt": { "changes": [ - "5.0.0" + "5.0.0", + "5.15.4" ], "ligatures": [], "search": { @@ -20878,8 +20885,8 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491339, - "raw": "", + "last_modified": 1628088633723, + "raw": "", "viewBox": [ "0", "0", @@ -20888,7 +20895,7 @@ ], "width": 448, "height": 512, - "path": "M339.3 171.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1zM397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm14.3 397.7c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6v-.1c7.8 0 14.3 6.6 14.3 14.3z" + "path": "M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z" } }, "free": [ @@ -20898,7 +20905,8 @@ "font-awesome-flag": { "changes": [ "5.0.0", - "5.0.1" + "5.0.1", + "5.15.4" ], "ligatures": [], "search": { @@ -20912,8 +20920,8 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491339, - "raw": "", + "last_modified": 1628088633723, + "raw": "", "viewBox": [ "0", "0", @@ -20922,7 +20930,7 @@ ], "width": 448, "height": 512, - "path": "M444.373 359.424c0 7.168-6.144 10.24-13.312 13.312-28.672 12.288-59.392 23.552-92.16 23.552-46.08 0-67.584-28.672-122.88-28.672-39.936 0-81.92 14.336-115.712 29.696-2.048 1.024-4.096 1.024-6.144 2.048v77.824c0 21.405-16.122 34.816-33.792 34.816-19.456 0-34.816-15.36-34.816-34.816V102.4C12.245 92.16 3.029 75.776 3.029 57.344 3.029 25.6 28.629 0 60.373 0s57.344 25.6 57.344 57.344c0 18.432-8.192 34.816-22.528 45.056v31.744c4.124-1.374 58.768-28.672 114.688-28.672 65.27 0 97.676 27.648 126.976 27.648 38.912 0 81.92-27.648 92.16-27.648 8.192 0 15.36 6.144 15.36 13.312v240.64z" + "path": "M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z" } }, "free": [ @@ -20931,7 +20939,8 @@ }, "font-awesome-logo-full": { "changes": [ - "5.0.11" + "5.0.11", + "5.15.4" ], "ligatures": [ "Font Awesome" @@ -20950,7 +20959,7 @@ "voted": false, "svg": { "regular": { - "last_modified": 1615905492412, + "last_modified": 1628088634817, "raw": "", "viewBox": [ "0", @@ -20963,7 +20972,7 @@ "path": "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z" }, "solid": { - "last_modified": 1615905492840, + "last_modified": 1628088635495, "raw": "", "viewBox": [ "0", @@ -20976,8 +20985,8 @@ "path": "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z" }, "brands": { - "last_modified": 1615905491340, - "raw": "", + "last_modified": 1628088633723, + "raw": "", "viewBox": [ "0", "0", @@ -20986,7 +20995,7 @@ ], "width": 3992, "height": 512, - "path": "M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z" + "path": "M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z" } }, "free": [ @@ -21086,7 +21095,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492841, + "last_modified": 1628088635496, "raw": "", "viewBox": [ "0", @@ -21230,7 +21239,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492842, + "last_modified": 1628088635497, "raw": "", "viewBox": [ "0", @@ -21376,7 +21385,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492843, + "last_modified": 1628088635497, "raw": "", "viewBox": [ "0", @@ -21421,7 +21430,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492844, + "last_modified": 1628088635498, "raw": "", "viewBox": [ "0", @@ -21434,7 +21443,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z" }, "regular": { - "last_modified": 1615905492414, + "last_modified": 1628088634822, "raw": "", "viewBox": [ "0", @@ -21477,7 +21486,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492843, + "last_modified": 1628088635498, "raw": "", "viewBox": [ "0", @@ -21490,7 +21499,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" }, "regular": { - "last_modified": 1615905492414, + "last_modified": 1628088634821, "raw": "", "viewBox": [ "0", @@ -21564,7 +21573,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492844, + "last_modified": 1628088635498, "raw": "", "viewBox": [ "0", @@ -21605,7 +21614,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492844, + "last_modified": 1628088635499, "raw": "", "viewBox": [ "0", @@ -21618,7 +21627,7 @@ "path": "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z" }, "regular": { - "last_modified": 1615905492415, + "last_modified": 1628088634822, "raw": "", "viewBox": [ "0", @@ -21732,7 +21741,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492846, + "last_modified": 1628088635500, "raw": "", "viewBox": [ "0", @@ -21771,7 +21780,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492847, + "last_modified": 1628088635502, "raw": "", "viewBox": [ "0", @@ -21811,7 +21820,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492847, + "last_modified": 1628088635502, "raw": "", "viewBox": [ "0", @@ -21852,7 +21861,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492847, + "last_modified": 1628088635503, "raw": "", "viewBox": [ "0", @@ -21865,7 +21874,7 @@ "path": "M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z" }, "regular": { - "last_modified": 1615905492419, + "last_modified": 1628088634827, "raw": "", "viewBox": [ "0", @@ -21906,7 +21915,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492847, + "last_modified": 1628088635503, "raw": "", "viewBox": [ "0", @@ -22051,7 +22060,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492848, + "last_modified": 1628088635503, "raw": "", "viewBox": [ "0", @@ -22096,7 +22105,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492848, + "last_modified": 1628088635504, "raw": "", "viewBox": [ "0", @@ -22137,7 +22146,7 @@ "label": "Gifts", "svg": { "solid": { - "last_modified": 1615905492848, + "last_modified": 1628088635504, "raw": "", "viewBox": [ "0", @@ -22417,7 +22426,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491341, + "last_modified": 1628088633724, "raw": "", "viewBox": [ "0", @@ -22494,7 +22503,7 @@ "label": "Glass Cheers", "svg": { "solid": { - "last_modified": 1615905492849, + "last_modified": 1628088635505, "raw": "", "viewBox": [ "0", @@ -22536,7 +22545,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492849, + "last_modified": 1628088635506, "raw": "", "viewBox": [ "0", @@ -22575,7 +22584,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492849, + "last_modified": 1628088635505, "raw": "", "viewBox": [ "0", @@ -22618,7 +22627,7 @@ "label": "Glass Whiskey", "svg": { "solid": { - "last_modified": 1615905492850, + "last_modified": 1628088635506, "raw": "", "viewBox": [ "0", @@ -22658,7 +22667,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492850, + "last_modified": 1628088635507, "raw": "", "viewBox": [ "0", @@ -22780,7 +22789,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492851, + "last_modified": 1628088635509, "raw": "", "viewBox": [ "0", @@ -22831,7 +22840,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492850, + "last_modified": 1628088635507, "raw": "", "viewBox": [ "0", @@ -22882,7 +22891,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492850, + "last_modified": 1628088635507, "raw": "", "viewBox": [ "0", @@ -22933,7 +22942,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492851, + "last_modified": 1628088635507, "raw": "", "viewBox": [ "0", @@ -22984,7 +22993,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492851, + "last_modified": 1628088635508, "raw": "", "viewBox": [ "0", @@ -23055,7 +23064,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492851, + "last_modified": 1628088635509, "raw": "", "viewBox": [ "0", @@ -23441,7 +23450,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492852, + "last_modified": 1628088635509, "raw": "", "viewBox": [ "0", @@ -23484,7 +23493,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492852, + "last_modified": 1628088635510, "raw": "", "viewBox": [ "0", @@ -23594,7 +23603,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492853, + "last_modified": 1628088635511, "raw": "", "viewBox": [ "0", @@ -23631,7 +23640,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492852, + "last_modified": 1628088635510, "raw": "", "viewBox": [ "0", @@ -23672,7 +23681,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492853, + "last_modified": 1628088635511, "raw": "", "viewBox": [ "0", @@ -23685,7 +23694,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z" }, "regular": { - "last_modified": 1615905492428, + "last_modified": 1628088634835, "raw": "", "viewBox": [ "0", @@ -23727,7 +23736,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492855, + "last_modified": 1628088635513, "raw": "", "viewBox": [ "0", @@ -23740,7 +23749,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z" }, "regular": { - "last_modified": 1615905492430, + "last_modified": 1628088634838, "raw": "", "viewBox": [ "0", @@ -23782,7 +23791,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492853, + "last_modified": 1628088635511, "raw": "", "viewBox": [ "0", @@ -23795,7 +23804,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z" }, "regular": { - "last_modified": 1615905492428, + "last_modified": 1628088634836, "raw": "", "viewBox": [ "0", @@ -23837,7 +23846,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492853, + "last_modified": 1628088635511, "raw": "", "viewBox": [ "0", @@ -23850,7 +23859,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z" }, "regular": { - "last_modified": 1615905492428, + "last_modified": 1628088634836, "raw": "", "viewBox": [ "0", @@ -23892,7 +23901,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492853, + "last_modified": 1628088635511, "raw": "", "viewBox": [ "0", @@ -23905,7 +23914,7 @@ "path": "M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z" }, "regular": { - "last_modified": 1615905492428, + "last_modified": 1628088634836, "raw": "", "viewBox": [ "0", @@ -23947,7 +23956,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492854, + "last_modified": 1628088635511, "raw": "", "viewBox": [ "0", @@ -23960,7 +23969,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z" }, "regular": { - "last_modified": 1615905492428, + "last_modified": 1628088634836, "raw": "", "viewBox": [ "0", @@ -24002,7 +24011,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492854, + "last_modified": 1628088635512, "raw": "", "viewBox": [ "0", @@ -24015,7 +24024,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z" }, "regular": { - "last_modified": 1615905492429, + "last_modified": 1628088634837, "raw": "", "viewBox": [ "0", @@ -24055,7 +24064,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492854, + "last_modified": 1628088635512, "raw": "", "viewBox": [ "0", @@ -24068,7 +24077,7 @@ "path": "M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z" }, "regular": { - "last_modified": 1615905492429, + "last_modified": 1628088634837, "raw": "", "viewBox": [ "0", @@ -24109,7 +24118,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492854, + "last_modified": 1628088635512, "raw": "", "viewBox": [ "0", @@ -24122,7 +24131,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z" }, "regular": { - "last_modified": 1615905492429, + "last_modified": 1628088634837, "raw": "", "viewBox": [ "0", @@ -24161,7 +24170,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492854, + "last_modified": 1628088635512, "raw": "", "viewBox": [ "0", @@ -24174,7 +24183,7 @@ "path": "M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z" }, "regular": { - "last_modified": 1615905492429, + "last_modified": 1628088634837, "raw": "", "viewBox": [ "0", @@ -24215,7 +24224,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492855, + "last_modified": 1628088635513, "raw": "", "viewBox": [ "0", @@ -24228,7 +24237,7 @@ "path": "M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z" }, "regular": { - "last_modified": 1615905492430, + "last_modified": 1628088634838, "raw": "", "viewBox": [ "0", @@ -24269,7 +24278,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492855, + "last_modified": 1628088635513, "raw": "", "viewBox": [ "0", @@ -24282,7 +24291,7 @@ "path": "M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z" }, "regular": { - "last_modified": 1615905492429, + "last_modified": 1628088634837, "raw": "", "viewBox": [ "0", @@ -24324,7 +24333,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492855, + "last_modified": 1628088635513, "raw": "", "viewBox": [ "0", @@ -24337,7 +24346,7 @@ "path": "M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z" }, "regular": { - "last_modified": 1615905492430, + "last_modified": 1628088634838, "raw": "", "viewBox": [ "0", @@ -24381,7 +24390,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492855, + "last_modified": 1628088635513, "raw": "", "viewBox": [ "0", @@ -24394,7 +24403,7 @@ "path": "M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z" }, "regular": { - "last_modified": 1615905492430, + "last_modified": 1628088634838, "raw": "", "viewBox": [ "0", @@ -24434,7 +24443,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492855, + "last_modified": 1628088635514, "raw": "", "viewBox": [ "0", @@ -24473,7 +24482,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492856, + "last_modified": 1628088635514, "raw": "", "viewBox": [ "0", @@ -24514,7 +24523,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492856, + "last_modified": 1628088635514, "raw": "", "viewBox": [ "0", @@ -24553,7 +24562,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492857, + "last_modified": 1628088635515, "raw": "", "viewBox": [ "0", @@ -24694,7 +24703,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492857, + "last_modified": 1628088635515, "raw": "", "viewBox": [ "0", @@ -24767,7 +24776,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492858, + "last_modified": 1628088635516, "raw": "", "viewBox": [ "0", @@ -24912,7 +24921,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492859, + "last_modified": 1628088635517, "raw": "", "viewBox": [ "0", @@ -24951,7 +24960,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492860, + "last_modified": 1628088635518, "raw": "", "viewBox": [ "0", @@ -24992,7 +25001,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492860, + "last_modified": 1628088635518, "raw": "", "viewBox": [ "0", @@ -25028,7 +25037,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492863, + "last_modified": 1628088635521, "raw": "", "viewBox": [ "0", @@ -25067,7 +25076,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492861, + "last_modified": 1628088635519, "raw": "", "viewBox": [ "0", @@ -25106,7 +25115,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492862, + "last_modified": 1628088635519, "raw": "", "viewBox": [ "0", @@ -25149,7 +25158,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492862, + "last_modified": 1628088635520, "raw": "", "viewBox": [ "0", @@ -25189,7 +25198,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492863, + "last_modified": 1628088635520, "raw": "", "viewBox": [ "0", @@ -25227,7 +25236,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492863, + "last_modified": 1628088635521, "raw": "", "viewBox": [ "0", @@ -25240,7 +25249,7 @@ "path": "M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z" }, "regular": { - "last_modified": 1615905492436, + "last_modified": 1628088634846, "raw": "", "viewBox": [ "0", @@ -25281,7 +25290,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492864, + "last_modified": 1628088635521, "raw": "", "viewBox": [ "0", @@ -25321,7 +25330,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492864, + "last_modified": 1628088635522, "raw": "", "viewBox": [ "0", @@ -25334,7 +25343,7 @@ "path": "M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z" }, "regular": { - "last_modified": 1615905492436, + "last_modified": 1628088634846, "raw": "", "viewBox": [ "0", @@ -25373,7 +25382,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492864, + "last_modified": 1628088635522, "raw": "", "viewBox": [ "0", @@ -25386,7 +25395,7 @@ "path": "M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z" }, "regular": { - "last_modified": 1615905492436, + "last_modified": 1628088634847, "raw": "", "viewBox": [ "0", @@ -25426,7 +25435,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492865, + "last_modified": 1628088635523, "raw": "", "viewBox": [ "0", @@ -25439,7 +25448,7 @@ "path": "M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z" }, "regular": { - "last_modified": 1615905492436, + "last_modified": 1628088634847, "raw": "", "viewBox": [ "0", @@ -25482,7 +25491,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492865, + "last_modified": 1628088635523, "raw": "", "viewBox": [ "0", @@ -25495,7 +25504,7 @@ "path": "M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z" }, "regular": { - "last_modified": 1615905492437, + "last_modified": 1628088634847, "raw": "", "viewBox": [ "0", @@ -25538,7 +25547,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492865, + "last_modified": 1628088635523, "raw": "", "viewBox": [ "0", @@ -25551,7 +25560,7 @@ "path": "M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z" }, "regular": { - "last_modified": 1615905492437, + "last_modified": 1628088634847, "raw": "", "viewBox": [ "0", @@ -25591,7 +25600,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492866, + "last_modified": 1628088635524, "raw": "", "viewBox": [ "0", @@ -25604,7 +25613,7 @@ "path": "M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z" }, "regular": { - "last_modified": 1615905492437, + "last_modified": 1628088634848, "raw": "", "viewBox": [ "0", @@ -25644,7 +25653,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492866, + "last_modified": 1628088635524, "raw": "", "viewBox": [ "0", @@ -25657,7 +25666,7 @@ "path": "M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z" }, "regular": { - "last_modified": 1615905492437, + "last_modified": 1628088634848, "raw": "", "viewBox": [ "0", @@ -25697,7 +25706,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492866, + "last_modified": 1628088635524, "raw": "", "viewBox": [ "0", @@ -25710,7 +25719,7 @@ "path": "M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z" }, "regular": { - "last_modified": 1615905492438, + "last_modified": 1628088634848, "raw": "", "viewBox": [ "0", @@ -25750,7 +25759,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492867, + "last_modified": 1628088635525, "raw": "", "viewBox": [ "0", @@ -25763,7 +25772,7 @@ "path": "M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z" }, "regular": { - "last_modified": 1615905492438, + "last_modified": 1628088634849, "raw": "", "viewBox": [ "0", @@ -25805,7 +25814,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492867, + "last_modified": 1628088635525, "raw": "", "viewBox": [ "0", @@ -25847,7 +25856,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492867, + "last_modified": 1628088635526, "raw": "", "viewBox": [ "0", @@ -25860,7 +25869,7 @@ "path": "M510.9005,145.27027,442.604,432.09391A103.99507,103.99507,0,0,1,341.43745,512H214.074a135.96968,135.96968,0,0,1-93.18489-36.95291L12.59072,373.12723a39.992,39.992,0,0,1,54.8122-58.24988l60.59342,57.02528v0a283.24849,283.24849,0,0,0-11.6703-80.46734L73.63726,147.36011a40.00575,40.00575,0,1,1,76.71833-22.7187l37.15458,125.39477a8.33113,8.33113,0,0,0,16.05656-4.4414L153.26183,49.95406A39.99638,39.99638,0,1,1,230.73015,30.0166l56.09491,218.15825a10.42047,10.42047,0,0,0,20.30018-.501L344.80766,63.96966a40.052,40.052,0,0,1,51.30245-30.0893c19.86073,6.2998,30.86262,27.67378,26.67564,48.08487l-33.83869,164.966a7.55172,7.55172,0,0,0,14.74406,3.2666l29.3973-123.45874a39.99414,39.99414,0,1,1,77.81208,18.53121Z" }, "regular": { - "last_modified": 1615905492438, + "last_modified": 1628088634849, "raw": "", "viewBox": [ "0", @@ -25898,7 +25907,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492869, + "last_modified": 1628088635527, "raw": "", "viewBox": [ "0", @@ -25937,7 +25946,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492868, + "last_modified": 1628088635526, "raw": "", "viewBox": [ "0", @@ -25976,7 +25985,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492868, + "last_modified": 1628088635526, "raw": "", "viewBox": [ "0", @@ -26017,7 +26026,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492870, + "last_modified": 1628088635528, "raw": "", "viewBox": [ "0", @@ -26030,7 +26039,7 @@ "path": "M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z" }, "regular": { - "last_modified": 1615905492440, + "last_modified": 1628088634850, "raw": "", "viewBox": [ "0", @@ -26069,7 +26078,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492869, + "last_modified": 1628088635527, "raw": "", "viewBox": [ "0", @@ -26107,7 +26116,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492869, + "last_modified": 1628088635528, "raw": "", "viewBox": [ "0", @@ -26146,7 +26155,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492870, + "last_modified": 1628088635529, "raw": "", "viewBox": [ "0", @@ -26184,7 +26193,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492870, + "last_modified": 1628088635529, "raw": "", "viewBox": [ "0", @@ -26224,7 +26233,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492870, + "last_modified": 1628088635529, "raw": "", "viewBox": [ "0", @@ -26269,7 +26278,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492871, + "last_modified": 1628088635530, "raw": "", "viewBox": [ "0", @@ -26314,7 +26323,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492871, + "last_modified": 1628088635530, "raw": "", "viewBox": [ "0", @@ -26363,7 +26372,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492873, + "last_modified": 1628088635532, "raw": "", "viewBox": [ "0", @@ -26406,7 +26415,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492873, + "last_modified": 1628088635532, "raw": "", "viewBox": [ "0", @@ -26419,7 +26428,7 @@ "path": "M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z" }, "regular": { - "last_modified": 1615905492442, + "last_modified": 1628088634853, "raw": "", "viewBox": [ "0", @@ -26461,7 +26470,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492874, + "last_modified": 1628088635533, "raw": "", "viewBox": [ "0", @@ -26502,7 +26511,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492873, + "last_modified": 1628088635533, "raw": "", "viewBox": [ "0", @@ -26542,7 +26551,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492874, + "last_modified": 1628088635534, "raw": "", "viewBox": [ "0", @@ -26581,7 +26590,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492875, + "last_modified": 1628088635534, "raw": "", "viewBox": [ "0", @@ -26623,7 +26632,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492876, + "last_modified": 1628088635535, "raw": "", "viewBox": [ "0", @@ -26663,7 +26672,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492876, + "last_modified": 1628088635536, "raw": "", "viewBox": [ "0", @@ -26702,7 +26711,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492876, + "last_modified": 1628088635536, "raw": "", "viewBox": [ "0", @@ -26746,7 +26755,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492877, + "last_modified": 1628088635536, "raw": "", "viewBox": [ "0", @@ -26790,7 +26799,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492878, + "last_modified": 1628088635538, "raw": "", "viewBox": [ "0", @@ -26803,7 +26812,7 @@ "path": "M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z" }, "regular": { - "last_modified": 1615905492447, + "last_modified": 1628088634856, "raw": "", "viewBox": [ "0", @@ -26848,7 +26857,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492877, + "last_modified": 1628088635537, "raw": "", "viewBox": [ "0", @@ -26889,7 +26898,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492878, + "last_modified": 1628088635538, "raw": "", "viewBox": [ "0", @@ -26929,7 +26938,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492879, + "last_modified": 1628088635539, "raw": "", "viewBox": [ "0", @@ -26969,7 +26978,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492880, + "last_modified": 1628088635540, "raw": "", "viewBox": [ "0", @@ -27011,7 +27020,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492880, + "last_modified": 1628088635540, "raw": "", "viewBox": [ "0", @@ -27051,7 +27060,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492881, + "last_modified": 1628088635540, "raw": "", "viewBox": [ "0", @@ -27157,7 +27166,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492881, + "last_modified": 1628088635540, "raw": "", "viewBox": [ "0", @@ -27227,7 +27236,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492881, + "last_modified": 1628088635541, "raw": "", "viewBox": [ "0", @@ -27270,7 +27279,7 @@ "label": "Holly Berry", "svg": { "solid": { - "last_modified": 1615905492882, + "last_modified": 1628088635542, "raw": "", "viewBox": [ "0", @@ -27310,7 +27319,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492883, + "last_modified": 1628088635543, "raw": "", "viewBox": [ "0", @@ -27419,7 +27428,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492885, + "last_modified": 1628088635545, "raw": "", "viewBox": [ "0", @@ -27459,7 +27468,7 @@ "label": "Horse Head", "svg": { "solid": { - "last_modified": 1615905492884, + "last_modified": 1628088635544, "raw": "", "viewBox": [ "0", @@ -27499,7 +27508,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492886, + "last_modified": 1628088635546, "raw": "", "viewBox": [ "0", @@ -27512,7 +27521,7 @@ "path": "M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z" }, "regular": { - "last_modified": 1615905492452, + "last_modified": 1628088634861, "raw": "", "viewBox": [ "0", @@ -27551,7 +27560,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492885, + "last_modified": 1628088635545, "raw": "", "viewBox": [ "0", @@ -27589,7 +27598,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492885, + "last_modified": 1628088635545, "raw": "", "viewBox": [ "0", @@ -27608,7 +27617,8 @@ }, "hospital-user": { "changes": [ - "5.7.0" + "5.7.0", + "5.13.0" ], "ligatures": [], "search": { @@ -27628,7 +27638,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492885, + "last_modified": 1628088635545, "raw": "", "viewBox": [ "0", @@ -27667,7 +27677,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492886, + "last_modified": 1628088635547, "raw": "", "viewBox": [ "0", @@ -27711,7 +27721,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492886, + "last_modified": 1628088635547, "raw": "", "viewBox": [ "0", @@ -27751,7 +27761,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492886, + "last_modified": 1628088635547, "raw": "", "viewBox": [ "0", @@ -27826,7 +27836,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492887, + "last_modified": 1628088635549, "raw": "", "viewBox": [ "0", @@ -27839,7 +27849,7 @@ "path": "M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z" }, "regular": { - "last_modified": 1615905492454, + "last_modified": 1628088634863, "raw": "", "viewBox": [ "0", @@ -27881,7 +27891,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492887, + "last_modified": 1628088635548, "raw": "", "viewBox": [ "0", @@ -27922,7 +27932,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492887, + "last_modified": 1628088635548, "raw": "", "viewBox": [ "0", @@ -27963,7 +27973,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492887, + "last_modified": 1628088635548, "raw": "", "viewBox": [ "0", @@ -28002,7 +28012,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492887, + "last_modified": 1628088635549, "raw": "", "viewBox": [ "0", @@ -28041,7 +28051,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492889, + "last_modified": 1628088635551, "raw": "", "viewBox": [ "0", @@ -28115,7 +28125,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492889, + "last_modified": 1628088635552, "raw": "", "viewBox": [ "0", @@ -28221,7 +28231,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492890, + "last_modified": 1628088635553, "raw": "", "viewBox": [ "0", @@ -28265,7 +28275,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492890, + "last_modified": 1628088635553, "raw": "", "viewBox": [ "0", @@ -28304,7 +28314,7 @@ "label": "Icicles", "svg": { "solid": { - "last_modified": 1615905492891, + "last_modified": 1628088635553, "raw": "", "viewBox": [ "0", @@ -28345,7 +28355,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492891, + "last_modified": 1628088635554, "raw": "", "viewBox": [ "0", @@ -28387,7 +28397,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492892, + "last_modified": 1628088635554, "raw": "", "viewBox": [ "0", @@ -28400,7 +28410,7 @@ "path": "M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z" }, "regular": { - "last_modified": 1615905492457, + "last_modified": 1628088634869, "raw": "", "viewBox": [ "0", @@ -28446,7 +28456,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492892, + "last_modified": 1628088635554, "raw": "", "viewBox": [ "0", @@ -28459,7 +28469,7 @@ "path": "M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z" }, "regular": { - "last_modified": 1615905492458, + "last_modified": 1628088634869, "raw": "", "viewBox": [ "0", @@ -28501,7 +28511,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492892, + "last_modified": 1628088635554, "raw": "", "viewBox": [ "0", @@ -28575,7 +28585,7 @@ "label": "Igloo", "svg": { "solid": { - "last_modified": 1615905492892, + "last_modified": 1628088635555, "raw": "", "viewBox": [ "0", @@ -28616,7 +28626,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492893, + "last_modified": 1628088635555, "raw": "", "viewBox": [ "0", @@ -28629,7 +28639,7 @@ "path": "M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z" }, "regular": { - "last_modified": 1615905492459, + "last_modified": 1628088634870, "raw": "", "viewBox": [ "0", @@ -28671,7 +28681,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492893, + "last_modified": 1628088635555, "raw": "", "viewBox": [ "0", @@ -28684,7 +28694,7 @@ "path": "M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z" }, "regular": { - "last_modified": 1615905492459, + "last_modified": 1628088634871, "raw": "", "viewBox": [ "0", @@ -28759,7 +28769,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492894, + "last_modified": 1628088635556, "raw": "", "viewBox": [ "0", @@ -28799,7 +28809,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492895, + "last_modified": 1628088635556, "raw": "", "viewBox": [ "0", @@ -28841,7 +28851,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492895, + "last_modified": 1628088635556, "raw": "", "viewBox": [ "0", @@ -28880,7 +28890,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492895, + "last_modified": 1628088635557, "raw": "", "viewBox": [ "0", @@ -28922,7 +28932,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492896, + "last_modified": 1628088635557, "raw": "", "viewBox": [ "0", @@ -28962,7 +28972,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492895, + "last_modified": 1628088635557, "raw": "", "viewBox": [ "0", @@ -29285,7 +29295,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492897, + "last_modified": 1628088635559, "raw": "", "viewBox": [ "0", @@ -29458,7 +29468,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492898, + "last_modified": 1628088635559, "raw": "", "viewBox": [ "0", @@ -29638,7 +29648,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492898, + "last_modified": 1628088635559, "raw": "", "viewBox": [ "0", @@ -29713,7 +29723,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492899, + "last_modified": 1628088635560, "raw": "", "viewBox": [ "0", @@ -29852,7 +29862,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492899, + "last_modified": 1628088635560, "raw": "", "viewBox": [ "0", @@ -29927,7 +29937,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492900, + "last_modified": 1628088635561, "raw": "", "viewBox": [ "0", @@ -30005,7 +30015,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492901, + "last_modified": 1628088635561, "raw": "", "viewBox": [ "0", @@ -30018,7 +30028,7 @@ "path": "M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z" }, "regular": { - "last_modified": 1615905492467, + "last_modified": 1628088634880, "raw": "", "viewBox": [ "0", @@ -30090,7 +30100,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492901, + "last_modified": 1628088635562, "raw": "", "viewBox": [ "0", @@ -30199,7 +30209,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492902, + "last_modified": 1628088635563, "raw": "", "viewBox": [ "0", @@ -30212,7 +30222,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" }, "regular": { - "last_modified": 1615905492469, + "last_modified": 1628088634881, "raw": "", "viewBox": [ "0", @@ -30255,7 +30265,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492901, + "last_modified": 1628088635562, "raw": "", "viewBox": [ "0", @@ -30268,7 +30278,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z" }, "regular": { - "last_modified": 1615905492468, + "last_modified": 1628088634881, "raw": "", "viewBox": [ "0", @@ -30311,7 +30321,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492901, + "last_modified": 1628088635563, "raw": "", "viewBox": [ "0", @@ -30324,7 +30334,7 @@ "path": "M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z" }, "regular": { - "last_modified": 1615905492469, + "last_modified": 1628088634881, "raw": "", "viewBox": [ "0", @@ -30362,7 +30372,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492902, + "last_modified": 1628088635563, "raw": "", "viewBox": [ "0", @@ -30434,7 +30444,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492904, + "last_modified": 1628088635565, "raw": "", "viewBox": [ "0", @@ -30476,7 +30486,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492904, + "last_modified": 1628088635566, "raw": "", "viewBox": [ "0", @@ -30521,7 +30531,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492905, + "last_modified": 1628088635567, "raw": "", "viewBox": [ "0", @@ -30565,7 +30575,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492904, + "last_modified": 1628088635566, "raw": "", "viewBox": [ "0", @@ -30606,7 +30616,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492904, + "last_modified": 1628088635566, "raw": "", "viewBox": [ "0", @@ -30645,7 +30655,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492905, + "last_modified": 1628088635567, "raw": "", "viewBox": [ "0", @@ -30791,7 +30801,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492906, + "last_modified": 1628088635568, "raw": "", "viewBox": [ "0", @@ -30804,7 +30814,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z" }, "regular": { - "last_modified": 1615905492475, + "last_modified": 1628088634887, "raw": "", "viewBox": [ "0", @@ -30847,7 +30857,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492905, + "last_modified": 1628088635568, "raw": "", "viewBox": [ "0", @@ -30860,7 +30870,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z" }, "regular": { - "last_modified": 1615905492474, + "last_modified": 1628088634886, "raw": "", "viewBox": [ "0", @@ -30903,7 +30913,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492906, + "last_modified": 1628088635568, "raw": "", "viewBox": [ "0", @@ -30916,7 +30926,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z" }, "regular": { - "last_modified": 1615905492474, + "last_modified": 1628088634886, "raw": "", "viewBox": [ "0", @@ -30959,7 +30969,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492906, + "last_modified": 1628088635568, "raw": "", "viewBox": [ "0", @@ -30972,7 +30982,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z" }, "regular": { - "last_modified": 1615905492475, + "last_modified": 1628088634886, "raw": "", "viewBox": [ "0", @@ -31012,7 +31022,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492906, + "last_modified": 1628088635569, "raw": "", "viewBox": [ "0", @@ -31053,7 +31063,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492908, + "last_modified": 1628088635571, "raw": "", "viewBox": [ "0", @@ -31127,7 +31137,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492908, + "last_modified": 1628088635571, "raw": "", "viewBox": [ "0", @@ -31140,7 +31150,7 @@ "path": "M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z" }, "regular": { - "last_modified": 1615905492478, + "last_modified": 1628088634889, "raw": "", "viewBox": [ "0", @@ -31211,7 +31221,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492909, + "last_modified": 1628088635572, "raw": "", "viewBox": [ "0", @@ -31248,7 +31258,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492909, + "last_modified": 1628088635571, "raw": "", "viewBox": [ "0", @@ -31284,7 +31294,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492909, + "last_modified": 1628088635572, "raw": "", "viewBox": [ "0", @@ -31320,7 +31330,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492910, + "last_modified": 1628088635572, "raw": "", "viewBox": [ "0", @@ -31361,7 +31371,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492910, + "last_modified": 1628088635573, "raw": "", "viewBox": [ "0", @@ -31374,7 +31384,7 @@ "path": "M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z" }, "regular": { - "last_modified": 1615905492479, + "last_modified": 1628088634891, "raw": "", "viewBox": [ "0", @@ -31416,7 +31426,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492913, + "last_modified": 1628088635576, "raw": "", "viewBox": [ "0", @@ -31429,7 +31439,7 @@ "path": "M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z" }, "regular": { - "last_modified": 1615905492482, + "last_modified": 1628088634894, "raw": "", "viewBox": [ "0", @@ -31502,7 +31512,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492915, + "last_modified": 1628088635577, "raw": "", "viewBox": [ "0", @@ -31611,7 +31621,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491341, + "last_modified": 1628088633724, "raw": "", "viewBox": [ "0", @@ -31686,7 +31696,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492915, + "last_modified": 1628088635578, "raw": "", "viewBox": [ "0", @@ -31729,7 +31739,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492917, + "last_modified": 1628088635579, "raw": "", "viewBox": [ "0", @@ -31772,7 +31782,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492916, + "last_modified": 1628088635578, "raw": "", "viewBox": [ "0", @@ -31785,7 +31795,7 @@ "path": "M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z" }, "regular": { - "last_modified": 1615905492484, + "last_modified": 1628088634896, "raw": "", "viewBox": [ "0", @@ -31830,7 +31840,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492916, + "last_modified": 1628088635579, "raw": "", "viewBox": [ "0", @@ -31873,7 +31883,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492917, + "last_modified": 1628088635579, "raw": "", "viewBox": [ "0", @@ -31916,7 +31926,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492918, + "last_modified": 1628088635580, "raw": "", "viewBox": [ "0", @@ -31958,7 +31968,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492919, + "last_modified": 1628088635582, "raw": "", "viewBox": [ "0", @@ -32001,7 +32011,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492919, + "last_modified": 1628088635581, "raw": "", "viewBox": [ "0", @@ -32037,7 +32047,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492920, + "last_modified": 1628088635582, "raw": "", "viewBox": [ "0", @@ -32074,7 +32084,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492920, + "last_modified": 1628088635582, "raw": "", "viewBox": [ "0", @@ -32111,7 +32121,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492920, + "last_modified": 1628088635582, "raw": "", "viewBox": [ "0", @@ -32147,7 +32157,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492921, + "last_modified": 1628088635582, "raw": "", "viewBox": [ "0", @@ -32185,7 +32195,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492922, + "last_modified": 1628088635584, "raw": "", "viewBox": [ "0", @@ -32223,7 +32233,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492923, + "last_modified": 1628088635584, "raw": "", "viewBox": [ "0", @@ -32262,7 +32272,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492923, + "last_modified": 1628088635585, "raw": "", "viewBox": [ "0", @@ -32301,7 +32311,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492923, + "last_modified": 1628088635585, "raw": "", "viewBox": [ "0", @@ -32411,7 +32421,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492924, + "last_modified": 1628088635586, "raw": "", "viewBox": [ "0", @@ -32450,7 +32460,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492924, + "last_modified": 1628088635586, "raw": "", "viewBox": [ "0", @@ -32493,7 +32503,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492924, + "last_modified": 1628088635586, "raw": "", "viewBox": [ "0", @@ -32569,7 +32579,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492925, + "last_modified": 1628088635587, "raw": "", "viewBox": [ "0", @@ -32655,7 +32665,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492930, + "last_modified": 1628088635591, "raw": "", "viewBox": [ "0", @@ -32668,7 +32678,7 @@ "path": "M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z" }, "regular": { - "last_modified": 1615905492493, + "last_modified": 1628088634905, "raw": "", "viewBox": [ "0", @@ -32718,7 +32728,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492926, + "last_modified": 1628088635588, "raw": "", "viewBox": [ "0", @@ -32767,7 +32777,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492926, + "last_modified": 1628088635587, "raw": "", "viewBox": [ "0", @@ -32817,7 +32827,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492929, + "last_modified": 1628088635590, "raw": "", "viewBox": [ "0", @@ -32866,7 +32876,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492927, + "last_modified": 1628088635588, "raw": "", "viewBox": [ "0", @@ -32916,7 +32926,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492930, + "last_modified": 1628088635590, "raw": "", "viewBox": [ "0", @@ -32957,7 +32967,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492930, + "last_modified": 1628088635591, "raw": "", "viewBox": [ "0", @@ -33030,7 +33040,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492931, + "last_modified": 1628088635591, "raw": "", "viewBox": [ "0", @@ -33066,7 +33076,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492932, + "last_modified": 1628088635593, "raw": "", "viewBox": [ "0", @@ -33100,7 +33110,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492931, + "last_modified": 1628088635592, "raw": "", "viewBox": [ "0", @@ -33134,7 +33144,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492932, + "last_modified": 1628088635592, "raw": "", "viewBox": [ "0", @@ -33169,7 +33179,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492931, + "last_modified": 1628088635592, "raw": "", "viewBox": [ "0", @@ -33204,7 +33214,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492931, + "last_modified": 1628088635592, "raw": "", "viewBox": [ "0", @@ -33245,7 +33255,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492932, + "last_modified": 1628088635593, "raw": "", "viewBox": [ "0", @@ -33383,7 +33393,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492933, + "last_modified": 1628088635594, "raw": "", "viewBox": [ "0", @@ -33450,7 +33460,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491342, + "last_modified": 1628088633724, "raw": "", "viewBox": [ "0", @@ -33483,7 +33493,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491342, + "last_modified": 1628088633724, "raw": "", "viewBox": [ "0", @@ -33523,7 +33533,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492933, + "last_modified": 1628088635594, "raw": "", "viewBox": [ "0", @@ -33667,7 +33677,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492934, + "last_modified": 1628088635594, "raw": "", "viewBox": [ "0", @@ -33680,7 +33690,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" }, "regular": { - "last_modified": 1615905492496, + "last_modified": 1628088634908, "raw": "", "viewBox": [ "0", @@ -33722,7 +33732,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492934, + "last_modified": 1628088635594, "raw": "", "viewBox": [ "0", @@ -33735,7 +33745,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" }, "regular": { - "last_modified": 1615905492496, + "last_modified": 1628088634908, "raw": "", "viewBox": [ "0", @@ -33777,7 +33787,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492934, + "last_modified": 1628088635594, "raw": "", "viewBox": [ "0", @@ -33790,7 +33800,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z" }, "regular": { - "last_modified": 1615905492496, + "last_modified": 1628088634908, "raw": "", "viewBox": [ "0", @@ -33830,7 +33840,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492934, + "last_modified": 1628088635595, "raw": "", "viewBox": [ "0", @@ -33903,7 +33913,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492934, + "last_modified": 1628088635595, "raw": "", "viewBox": [ "0", @@ -33940,7 +33950,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492935, + "last_modified": 1628088635595, "raw": "", "viewBox": [ "0", @@ -33980,7 +33990,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492935, + "last_modified": 1628088635596, "raw": "", "viewBox": [ "0", @@ -34053,7 +34063,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492935, + "last_modified": 1628088635596, "raw": "", "viewBox": [ "0", @@ -34095,7 +34105,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492936, + "last_modified": 1628088635598, "raw": "", "viewBox": [ "0", @@ -34136,7 +34146,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492935, + "last_modified": 1628088635597, "raw": "", "viewBox": [ "0", @@ -34178,7 +34188,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492935, + "last_modified": 1628088635597, "raw": "", "viewBox": [ "0", @@ -34222,7 +34232,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492936, + "last_modified": 1628088635597, "raw": "", "viewBox": [ "0", @@ -34262,7 +34272,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492936, + "last_modified": 1628088635598, "raw": "", "viewBox": [ "0", @@ -34337,7 +34347,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492937, + "last_modified": 1628088635600, "raw": "", "viewBox": [ "0", @@ -34379,7 +34389,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492937, + "last_modified": 1628088635599, "raw": "", "viewBox": [ "0", @@ -34423,7 +34433,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492937, + "last_modified": 1628088635600, "raw": "", "viewBox": [ "0", @@ -34436,7 +34446,7 @@ "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z" }, "regular": { - "last_modified": 1615905492499, + "last_modified": 1628088634912, "raw": "", "viewBox": [ "0", @@ -34477,7 +34487,7 @@ "label": "Mitten", "svg": { "solid": { - "last_modified": 1615905492938, + "last_modified": 1628088635601, "raw": "", "viewBox": [ "0", @@ -34656,7 +34666,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492939, + "last_modified": 1628088635602, "raw": "", "viewBox": [ "0", @@ -34699,7 +34709,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492938, + "last_modified": 1628088635601, "raw": "", "viewBox": [ "0", @@ -34809,7 +34819,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492940, + "last_modified": 1628088635603, "raw": "", "viewBox": [ "0", @@ -34852,7 +34862,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492939, + "last_modified": 1628088635602, "raw": "", "viewBox": [ "0", @@ -34865,7 +34875,7 @@ "path": "M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z" }, "regular": { - "last_modified": 1615905492500, + "last_modified": 1628088634914, "raw": "", "viewBox": [ "0", @@ -34907,7 +34917,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492939, + "last_modified": 1628088635603, "raw": "", "viewBox": [ "0", @@ -34948,7 +34958,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492939, + "last_modified": 1628088635602, "raw": "", "viewBox": [ "0", @@ -34990,7 +35000,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492940, + "last_modified": 1628088635604, "raw": "", "viewBox": [ "0", @@ -35032,7 +35042,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492940, + "last_modified": 1628088635603, "raw": "", "viewBox": [ "0", @@ -35070,7 +35080,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492941, + "last_modified": 1628088635605, "raw": "", "viewBox": [ "0", @@ -35113,7 +35123,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492942, + "last_modified": 1628088635606, "raw": "", "viewBox": [ "0", @@ -35126,7 +35136,7 @@ "path": "M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z" }, "regular": { - "last_modified": 1615905492503, + "last_modified": 1628088634918, "raw": "", "viewBox": [ "0", @@ -35169,7 +35179,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492942, + "last_modified": 1628088635606, "raw": "", "viewBox": [ "0", @@ -35207,7 +35217,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492942, + "last_modified": 1628088635607, "raw": "", "viewBox": [ "0", @@ -35246,7 +35256,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492942, + "last_modified": 1628088635607, "raw": "", "viewBox": [ "0", @@ -35286,7 +35296,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492942, + "last_modified": 1628088635607, "raw": "", "viewBox": [ "0", @@ -35325,7 +35335,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492943, + "last_modified": 1628088635608, "raw": "", "viewBox": [ "0", @@ -35364,7 +35374,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492943, + "last_modified": 1628088635608, "raw": "", "viewBox": [ "0", @@ -35407,7 +35417,7 @@ "label": "Mug Hot", "svg": { "solid": { - "last_modified": 1615905492944, + "last_modified": 1628088635609, "raw": "", "viewBox": [ "0", @@ -35449,7 +35459,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492945, + "last_modified": 1628088635611, "raw": "", "viewBox": [ "0", @@ -35555,7 +35565,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492945, + "last_modified": 1628088635611, "raw": "", "viewBox": [ "0", @@ -35590,7 +35600,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492946, + "last_modified": 1628088635612, "raw": "", "viewBox": [ "0", @@ -35633,7 +35643,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492946, + "last_modified": 1628088635612, "raw": "", "viewBox": [ "0", @@ -35646,7 +35656,7 @@ "path": "M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z" }, "regular": { - "last_modified": 1615905492507, + "last_modified": 1628088634926, "raw": "", "viewBox": [ "0", @@ -35785,7 +35795,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492946, + "last_modified": 1628088635612, "raw": "", "viewBox": [ "0", @@ -35825,7 +35835,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492946, + "last_modified": 1628088635613, "raw": "", "viewBox": [ "0", @@ -35967,7 +35977,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492947, + "last_modified": 1628088635613, "raw": "", "viewBox": [ "0", @@ -35980,7 +35990,7 @@ "path": "M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z" }, "regular": { - "last_modified": 1615905492508, + "last_modified": 1628088634927, "raw": "", "viewBox": [ "0", @@ -36023,7 +36033,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492947, + "last_modified": 1628088635613, "raw": "", "viewBox": [ "0", @@ -36036,7 +36046,7 @@ "path": "M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z" }, "regular": { - "last_modified": 1615905492509, + "last_modified": 1628088634927, "raw": "", "viewBox": [ "0", @@ -36179,7 +36189,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492947, + "last_modified": 1628088635614, "raw": "", "viewBox": [ "0", @@ -36253,7 +36263,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492948, + "last_modified": 1628088635615, "raw": "", "viewBox": [ "0", @@ -36496,7 +36506,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492950, + "last_modified": 1628088635616, "raw": "", "viewBox": [ "0", @@ -36536,7 +36546,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492950, + "last_modified": 1628088635617, "raw": "", "viewBox": [ "0", @@ -36648,7 +36658,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492951, + "last_modified": 1628088635618, "raw": "", "viewBox": [ "0", @@ -36692,7 +36702,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492951, + "last_modified": 1628088635619, "raw": "", "viewBox": [ "0", @@ -36734,7 +36744,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492952, + "last_modified": 1628088635619, "raw": "", "viewBox": [ "0", @@ -36776,7 +36786,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492952, + "last_modified": 1628088635620, "raw": "", "viewBox": [ "0", @@ -36849,7 +36859,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492952, + "last_modified": 1628088635620, "raw": "", "viewBox": [ "0", @@ -36891,7 +36901,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492953, + "last_modified": 1628088635621, "raw": "", "viewBox": [ "0", @@ -36904,7 +36914,7 @@ "path": "M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z" }, "regular": { - "last_modified": 1615905492514, + "last_modified": 1628088634934, "raw": "", "viewBox": [ "0", @@ -36944,7 +36954,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492953, + "last_modified": 1628088635621, "raw": "", "viewBox": [ "0", @@ -36982,7 +36992,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492954, + "last_modified": 1628088635622, "raw": "", "viewBox": [ "0", @@ -37022,7 +37032,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492954, + "last_modified": 1628088635622, "raw": "", "viewBox": [ "0", @@ -37060,7 +37070,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492955, + "last_modified": 1628088635623, "raw": "", "viewBox": [ "0", @@ -37099,7 +37109,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492956, + "last_modified": 1628088635623, "raw": "", "viewBox": [ "0", @@ -37137,7 +37147,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492956, + "last_modified": 1628088635624, "raw": "", "viewBox": [ "0", @@ -37176,7 +37186,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492956, + "last_modified": 1628088635624, "raw": "", "viewBox": [ "0", @@ -37248,7 +37258,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492956, + "last_modified": 1628088635624, "raw": "", "viewBox": [ "0", @@ -37286,7 +37296,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492956, + "last_modified": 1628088635624, "raw": "", "viewBox": [ "0", @@ -37299,7 +37309,7 @@ "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z" }, "regular": { - "last_modified": 1615905492517, + "last_modified": 1628088634938, "raw": "", "viewBox": [ "0", @@ -37340,7 +37350,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492957, + "last_modified": 1628088635625, "raw": "", "viewBox": [ "0", @@ -37414,7 +37424,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492958, + "last_modified": 1628088635626, "raw": "", "viewBox": [ "0", @@ -37453,7 +37463,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492959, + "last_modified": 1628088635627, "raw": "", "viewBox": [ "0", @@ -37492,7 +37502,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492958, + "last_modified": 1628088635626, "raw": "", "viewBox": [ "0", @@ -37531,7 +37541,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492958, + "last_modified": 1628088635626, "raw": "", "viewBox": [ "0", @@ -37570,7 +37580,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492959, + "last_modified": 1628088635627, "raw": "", "viewBox": [ "0", @@ -37609,7 +37619,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492959, + "last_modified": 1628088635627, "raw": "", "viewBox": [ "0", @@ -37648,7 +37658,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492959, + "last_modified": 1628088635627, "raw": "", "viewBox": [ "0", @@ -37686,7 +37696,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492960, + "last_modified": 1628088635628, "raw": "", "viewBox": [ "0", @@ -37769,7 +37779,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492961, + "last_modified": 1628088635628, "raw": "", "viewBox": [ "0", @@ -37809,7 +37819,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492961, + "last_modified": 1628088635629, "raw": "", "viewBox": [ "0", @@ -37853,7 +37863,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492961, + "last_modified": 1628088635629, "raw": "", "viewBox": [ "0", @@ -37926,7 +37936,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492962, + "last_modified": 1628088635629, "raw": "", "viewBox": [ "0", @@ -37965,7 +37975,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492962, + "last_modified": 1628088635630, "raw": "", "viewBox": [ "0", @@ -38039,7 +38049,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492962, + "last_modified": 1628088635630, "raw": "", "viewBox": [ "0", @@ -38183,7 +38193,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492967, + "last_modified": 1628088635634, "raw": "", "viewBox": [ "0", @@ -38225,7 +38235,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492964, + "last_modified": 1628088635632, "raw": "", "viewBox": [ "0", @@ -38268,7 +38278,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492965, + "last_modified": 1628088635633, "raw": "", "viewBox": [ "0", @@ -38309,7 +38319,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492966, + "last_modified": 1628088635634, "raw": "", "viewBox": [ "0", @@ -38350,7 +38360,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492965, + "last_modified": 1628088635633, "raw": "", "viewBox": [ "0", @@ -38395,7 +38405,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492967, + "last_modified": 1628088635634, "raw": "", "viewBox": [ "0", @@ -38434,7 +38444,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492967, + "last_modified": 1628088635635, "raw": "", "viewBox": [ "0", @@ -38679,7 +38689,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492969, + "last_modified": 1628088635637, "raw": "", "viewBox": [ "0", @@ -38717,7 +38727,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492970, + "last_modified": 1628088635637, "raw": "", "viewBox": [ "0", @@ -38863,7 +38873,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492970, + "last_modified": 1628088635638, "raw": "", "viewBox": [ "0", @@ -38902,7 +38912,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492971, + "last_modified": 1628088635638, "raw": "", "viewBox": [ "0", @@ -38945,7 +38955,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492972, + "last_modified": 1628088635640, "raw": "", "viewBox": [ "0", @@ -38989,7 +38999,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492971, + "last_modified": 1628088635639, "raw": "", "viewBox": [ "0", @@ -39034,7 +39044,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492972, + "last_modified": 1628088635639, "raw": "", "viewBox": [ "0", @@ -39075,7 +39085,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492972, + "last_modified": 1628088635640, "raw": "", "viewBox": [ "0", @@ -39117,7 +39127,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492974, + "last_modified": 1628088635642, "raw": "", "viewBox": [ "0", @@ -39160,7 +39170,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492973, + "last_modified": 1628088635641, "raw": "", "viewBox": [ "0", @@ -39173,7 +39183,7 @@ "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z" }, "regular": { - "last_modified": 1615905492533, + "last_modified": 1628088634950, "raw": "", "viewBox": [ "0", @@ -39247,7 +39257,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492974, + "last_modified": 1628088635642, "raw": "", "viewBox": [ "0", @@ -39289,7 +39299,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492975, + "last_modified": 1628088635643, "raw": "", "viewBox": [ "0", @@ -39330,7 +39340,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492974, + "last_modified": 1628088635642, "raw": "", "viewBox": [ "0", @@ -39372,7 +39382,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492975, + "last_modified": 1628088635643, "raw": "", "viewBox": [ "0", @@ -39385,7 +39395,7 @@ "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z" }, "regular": { - "last_modified": 1615905492534, + "last_modified": 1628088634951, "raw": "", "viewBox": [ "0", @@ -39425,7 +39435,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492975, + "last_modified": 1628088635644, "raw": "", "viewBox": [ "0", @@ -39465,7 +39475,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492977, + "last_modified": 1628088635646, "raw": "", "viewBox": [ "0", @@ -39505,7 +39515,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492976, + "last_modified": 1628088635645, "raw": "", "viewBox": [ "0", @@ -39545,7 +39555,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492977, + "last_modified": 1628088635646, "raw": "", "viewBox": [ "0", @@ -39587,7 +39597,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492977, + "last_modified": 1628088635646, "raw": "", "viewBox": [ "0", @@ -39626,7 +39636,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492978, + "last_modified": 1628088635647, "raw": "", "viewBox": [ "0", @@ -39666,7 +39676,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492979, + "last_modified": 1628088635648, "raw": "", "viewBox": [ "0", @@ -39704,7 +39714,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492979, + "last_modified": 1628088635648, "raw": "", "viewBox": [ "0", @@ -39744,7 +39754,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492979, + "last_modified": 1628088635648, "raw": "", "viewBox": [ "0", @@ -39782,7 +39792,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492979, + "last_modified": 1628088635649, "raw": "", "viewBox": [ "0", @@ -39820,7 +39830,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492980, + "last_modified": 1628088635649, "raw": "", "viewBox": [ "0", @@ -39859,7 +39869,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492980, + "last_modified": 1628088635650, "raw": "", "viewBox": [ "0", @@ -39898,7 +39908,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492980, + "last_modified": 1628088635649, "raw": "", "viewBox": [ "0", @@ -39937,7 +39947,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492980, + "last_modified": 1628088635649, "raw": "", "viewBox": [ "0", @@ -39979,7 +39989,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492982, + "last_modified": 1628088635650, "raw": "", "viewBox": [ "0", @@ -40021,7 +40031,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492982, + "last_modified": 1628088635651, "raw": "", "viewBox": [ "0", @@ -40093,7 +40103,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492982, + "last_modified": 1628088635651, "raw": "", "viewBox": [ "0", @@ -40136,7 +40146,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492982, + "last_modified": 1628088635651, "raw": "", "viewBox": [ "0", @@ -40178,7 +40188,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492983, + "last_modified": 1628088635652, "raw": "", "viewBox": [ "0", @@ -40250,7 +40260,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492983, + "last_modified": 1628088635652, "raw": "", "viewBox": [ "0", @@ -40357,7 +40367,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492983, + "last_modified": 1628088635653, "raw": "", "viewBox": [ "0", @@ -40396,7 +40406,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492984, + "last_modified": 1628088635653, "raw": "", "viewBox": [ "0", @@ -40436,7 +40446,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492983, + "last_modified": 1628088635653, "raw": "", "viewBox": [ "0", @@ -40449,7 +40459,7 @@ "path": "M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z" }, "regular": { - "last_modified": 1615905492541, + "last_modified": 1628088634958, "raw": "", "viewBox": [ "0", @@ -40493,7 +40503,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492984, + "last_modified": 1628088635654, "raw": "", "viewBox": [ "0", @@ -40603,7 +40613,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492984, + "last_modified": 1628088635654, "raw": "", "viewBox": [ "0", @@ -40644,7 +40654,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492984, + "last_modified": 1628088635654, "raw": "", "viewBox": [ "0", @@ -40682,7 +40692,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492984, + "last_modified": 1628088635654, "raw": "", "viewBox": [ "0", @@ -40760,7 +40770,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492985, + "last_modified": 1628088635656, "raw": "", "viewBox": [ "0", @@ -40804,7 +40814,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492985, + "last_modified": 1628088635655, "raw": "", "viewBox": [ "0", @@ -40844,7 +40854,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492986, + "last_modified": 1628088635656, "raw": "", "viewBox": [ "0", @@ -40885,7 +40895,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492987, + "last_modified": 1628088635658, "raw": "", "viewBox": [ "0", @@ -41127,7 +41137,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492987, + "last_modified": 1628088635658, "raw": "", "viewBox": [ "0", @@ -41167,7 +41177,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492987, + "last_modified": 1628088635659, "raw": "", "viewBox": [ "0", @@ -41207,7 +41217,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492988, + "last_modified": 1628088635660, "raw": "", "viewBox": [ "0", @@ -41420,7 +41430,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492988, + "last_modified": 1628088635660, "raw": "", "viewBox": [ "0", @@ -41458,7 +41468,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492988, + "last_modified": 1628088635660, "raw": "", "viewBox": [ "0", @@ -41498,7 +41508,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492989, + "last_modified": 1628088635661, "raw": "", "viewBox": [ "0", @@ -41511,7 +41521,7 @@ "path": "M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z" }, "regular": { - "last_modified": 1615905492547, + "last_modified": 1628088634966, "raw": "", "viewBox": [ "0", @@ -41552,7 +41562,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492989, + "last_modified": 1628088635661, "raw": "", "viewBox": [ "0", @@ -41624,7 +41634,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492990, + "last_modified": 1628088635663, "raw": "", "viewBox": [ "0", @@ -41662,7 +41672,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492990, + "last_modified": 1628088635663, "raw": "", "viewBox": [ "0", @@ -41738,7 +41748,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492990, + "last_modified": 1628088635664, "raw": "", "viewBox": [ "0", @@ -41845,7 +41855,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492991, + "last_modified": 1628088635664, "raw": "", "viewBox": [ "0", @@ -41884,7 +41894,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492991, + "last_modified": 1628088635664, "raw": "", "viewBox": [ "0", @@ -41957,7 +41967,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492991, + "last_modified": 1628088635665, "raw": "", "viewBox": [ "0", @@ -42003,7 +42013,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492992, + "last_modified": 1628088635665, "raw": "", "viewBox": [ "0", @@ -42045,7 +42055,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492992, + "last_modified": 1628088635666, "raw": "", "viewBox": [ "0", @@ -42084,7 +42094,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905492992, + "last_modified": 1628088635666, "raw": "", "viewBox": [ "0", @@ -42127,7 +42137,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905492993, + "last_modified": 1628088635667, "raw": "", "viewBox": [ "0", @@ -42234,7 +42244,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493017, + "last_modified": 1628088635668, "raw": "", "viewBox": [ "0", @@ -42274,7 +42284,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493028, + "last_modified": 1628088635669, "raw": "", "viewBox": [ "0", @@ -42314,7 +42324,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493027, + "last_modified": 1628088635668, "raw": "", "viewBox": [ "0", @@ -42352,7 +42362,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493028, + "last_modified": 1628088635669, "raw": "", "viewBox": [ "0", @@ -42391,7 +42401,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493030, + "last_modified": 1628088635671, "raw": "", "viewBox": [ "0", @@ -42430,7 +42440,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493028, + "last_modified": 1628088635669, "raw": "", "viewBox": [ "0", @@ -42469,7 +42479,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493029, + "last_modified": 1628088635670, "raw": "", "viewBox": [ "0", @@ -42508,7 +42518,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493029, + "last_modified": 1628088635670, "raw": "", "viewBox": [ "0", @@ -42550,7 +42560,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493030, + "last_modified": 1628088635671, "raw": "", "viewBox": [ "0", @@ -42589,7 +42599,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493030, + "last_modified": 1628088635671, "raw": "", "viewBox": [ "0", @@ -42664,7 +42674,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493032, + "last_modified": 1628088635672, "raw": "", "viewBox": [ "0", @@ -42677,7 +42687,7 @@ "path": "M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z" }, "regular": { - "last_modified": 1615905492557, + "last_modified": 1628088634976, "raw": "", "viewBox": [ "0", @@ -42719,7 +42729,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493032, + "last_modified": 1628088635673, "raw": "", "viewBox": [ "0", @@ -42732,7 +42742,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z" }, "regular": { - "last_modified": 1615905492557, + "last_modified": 1628088634977, "raw": "", "viewBox": [ "0", @@ -42876,7 +42886,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493033, + "last_modified": 1628088635674, "raw": "", "viewBox": [ "0", @@ -42918,7 +42928,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493032, + "last_modified": 1628088635674, "raw": "", "viewBox": [ "0", @@ -42959,7 +42969,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493033, + "last_modified": 1628088635675, "raw": "", "viewBox": [ "0", @@ -42972,7 +42982,7 @@ "path": "M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z" }, "regular": { - "last_modified": 1615905492558, + "last_modified": 1628088634979, "raw": "", "viewBox": [ "0", @@ -43045,7 +43055,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493036, + "last_modified": 1628088635679, "raw": "", "viewBox": [ "0", @@ -43085,7 +43095,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493036, + "last_modified": 1628088635679, "raw": "", "viewBox": [ "0", @@ -43161,7 +43171,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493036, + "last_modified": 1628088635680, "raw": "", "viewBox": [ "0", @@ -43199,7 +43209,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493037, + "last_modified": 1628088635681, "raw": "", "viewBox": [ "0", @@ -43240,7 +43250,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493038, + "last_modified": 1628088635682, "raw": "", "viewBox": [ "0", @@ -43281,7 +43291,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493037, + "last_modified": 1628088635681, "raw": "", "viewBox": [ "0", @@ -43321,7 +43331,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493037, + "last_modified": 1628088635681, "raw": "", "viewBox": [ "0", @@ -43362,7 +43372,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493038, + "last_modified": 1628088635681, "raw": "", "viewBox": [ "0", @@ -43403,7 +43413,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493038, + "last_modified": 1628088635682, "raw": "", "viewBox": [ "0", @@ -43474,7 +43484,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493038, + "last_modified": 1628088635682, "raw": "", "viewBox": [ "0", @@ -43583,7 +43593,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493040, + "last_modified": 1628088635685, "raw": "", "viewBox": [ "0", @@ -43656,7 +43666,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493040, + "last_modified": 1628088635685, "raw": "", "viewBox": [ "0", @@ -43695,7 +43705,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493041, + "last_modified": 1628088635686, "raw": "", "viewBox": [ "0", @@ -43734,7 +43744,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493041, + "last_modified": 1628088635686, "raw": "", "viewBox": [ "0", @@ -43773,7 +43783,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493040, + "last_modified": 1628088635686, "raw": "", "viewBox": [ "0", @@ -43813,7 +43823,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493041, + "last_modified": 1628088635686, "raw": "", "viewBox": [ "0", @@ -43826,7 +43836,7 @@ "path": "M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z" }, "regular": { - "last_modified": 1615905492568, + "last_modified": 1628088634989, "raw": "", "viewBox": [ "0", @@ -43865,7 +43875,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493041, + "last_modified": 1628088635687, "raw": "", "viewBox": [ "0", @@ -43905,7 +43915,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493041, + "last_modified": 1628088635687, "raw": "", "viewBox": [ "0", @@ -43945,7 +43955,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493042, + "last_modified": 1628088635689, "raw": "", "viewBox": [ "0", @@ -43986,7 +43996,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493043, + "last_modified": 1628088635689, "raw": "", "viewBox": [ "0", @@ -44026,7 +44036,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493043, + "last_modified": 1628088635690, "raw": "", "viewBox": [ "0", @@ -44099,7 +44109,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493044, + "last_modified": 1628088635691, "raw": "", "viewBox": [ "0", @@ -44173,7 +44183,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493044, + "last_modified": 1628088635691, "raw": "", "viewBox": [ "0", @@ -44213,7 +44223,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493044, + "last_modified": 1628088635691, "raw": "", "viewBox": [ "0", @@ -44253,7 +44263,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493044, + "last_modified": 1628088635691, "raw": "", "viewBox": [ "0", @@ -44327,7 +44337,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493045, + "last_modified": 1628088635692, "raw": "", "viewBox": [ "0", @@ -44367,7 +44377,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493045, + "last_modified": 1628088635693, "raw": "", "viewBox": [ "0", @@ -44405,7 +44415,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493046, + "last_modified": 1628088635695, "raw": "", "viewBox": [ "0", @@ -44449,7 +44459,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493046, + "last_modified": 1628088635694, "raw": "", "viewBox": [ "0", @@ -44489,7 +44499,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493046, + "last_modified": 1628088635695, "raw": "", "viewBox": [ "0", @@ -44529,7 +44539,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493046, + "last_modified": 1628088635695, "raw": "", "viewBox": [ "0", @@ -44571,7 +44581,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493048, + "last_modified": 1628088635698, "raw": "", "viewBox": [ "0", @@ -44610,7 +44620,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493048, + "last_modified": 1628088635698, "raw": "", "viewBox": [ "0", @@ -44652,7 +44662,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493049, + "last_modified": 1628088635699, "raw": "", "viewBox": [ "0", @@ -44727,7 +44737,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493049, + "last_modified": 1628088635699, "raw": "", "viewBox": [ "0", @@ -44801,7 +44811,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493049, + "last_modified": 1628088635700, "raw": "", "viewBox": [ "0", @@ -44873,7 +44883,7 @@ "label": "Skating", "svg": { "solid": { - "last_modified": 1615905493050, + "last_modified": 1628088635700, "raw": "", "viewBox": [ "0", @@ -44953,7 +44963,7 @@ "label": "Skiing", "svg": { "solid": { - "last_modified": 1615905493050, + "last_modified": 1628088635701, "raw": "", "viewBox": [ "0", @@ -44992,7 +45002,7 @@ "label": "Skiing Nordic", "svg": { "solid": { - "last_modified": 1615905493050, + "last_modified": 1628088635701, "raw": "", "viewBox": [ "0", @@ -45031,7 +45041,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493051, + "last_modified": 1628088635702, "raw": "", "viewBox": [ "0", @@ -45083,7 +45093,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493051, + "last_modified": 1628088635702, "raw": "", "viewBox": [ "0", @@ -45228,7 +45238,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491343, + "last_modified": 1628088633724, "raw": "", "viewBox": [ "0", @@ -45268,7 +45278,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493051, + "last_modified": 1628088635702, "raw": "", "viewBox": [ "0", @@ -45309,7 +45319,7 @@ "label": "Sleigh", "svg": { "solid": { - "last_modified": 1615905493052, + "last_modified": 1628088635703, "raw": "", "viewBox": [ "0", @@ -45349,7 +45359,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493052, + "last_modified": 1628088635703, "raw": "", "viewBox": [ "0", @@ -45429,7 +45439,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493053, + "last_modified": 1628088635704, "raw": "", "viewBox": [ "0", @@ -45442,7 +45452,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z" }, "regular": { - "last_modified": 1615905492584, + "last_modified": 1628088635004, "raw": "", "viewBox": [ "0", @@ -45484,7 +45494,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493052, + "last_modified": 1628088635704, "raw": "", "viewBox": [ "0", @@ -45497,7 +45507,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z" }, "regular": { - "last_modified": 1615905492584, + "last_modified": 1628088635004, "raw": "", "viewBox": [ "0", @@ -45540,7 +45550,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493053, + "last_modified": 1628088635704, "raw": "", "viewBox": [ "0", @@ -45553,7 +45563,7 @@ "path": "M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z" }, "regular": { - "last_modified": 1615905492584, + "last_modified": 1628088635004, "raw": "", "viewBox": [ "0", @@ -45594,7 +45604,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493053, + "last_modified": 1628088635705, "raw": "", "viewBox": [ "0", @@ -45633,7 +45643,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493054, + "last_modified": 1628088635705, "raw": "", "viewBox": [ "0", @@ -45671,7 +45681,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493053, + "last_modified": 1628088635705, "raw": "", "viewBox": [ "0", @@ -45713,7 +45723,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493054, + "last_modified": 1628088635705, "raw": "", "viewBox": [ "0", @@ -45747,7 +45757,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491343, + "last_modified": 1628088633725, "raw": "", "viewBox": [ "0", @@ -45781,7 +45791,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491343, + "last_modified": 1628088633725, "raw": "", "viewBox": [ "0", @@ -45815,7 +45825,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491343, + "last_modified": 1628088633725, "raw": "", "viewBox": [ "0", @@ -45853,7 +45863,7 @@ "label": "Snowboarding", "svg": { "solid": { - "last_modified": 1615905493055, + "last_modified": 1628088635706, "raw": "", "viewBox": [ "0", @@ -45893,7 +45903,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493055, + "last_modified": 1628088635706, "raw": "", "viewBox": [ "0", @@ -45906,7 +45916,7 @@ "path": "M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z" }, "regular": { - "last_modified": 1615905492587, + "last_modified": 1628088635006, "raw": "", "viewBox": [ "0", @@ -45944,7 +45954,7 @@ "label": "Snowman", "svg": { "solid": { - "last_modified": 1615905493055, + "last_modified": 1628088635707, "raw": "", "viewBox": [ "0", @@ -45982,7 +45992,7 @@ "label": "Snowplow", "svg": { "solid": { - "last_modified": 1615905493056, + "last_modified": 1628088635707, "raw": "", "viewBox": [ "0", @@ -46022,7 +46032,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493056, + "last_modified": 1628088635708, "raw": "", "viewBox": [ "0", @@ -46063,7 +46073,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493056, + "last_modified": 1628088635708, "raw": "", "viewBox": [ "0", @@ -46102,7 +46112,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493057, + "last_modified": 1628088635708, "raw": "", "viewBox": [ "0", @@ -46140,7 +46150,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493063, + "last_modified": 1628088635713, "raw": "", "viewBox": [ "0", @@ -46181,7 +46191,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493057, + "last_modified": 1628088635709, "raw": "", "viewBox": [ "0", @@ -46220,7 +46230,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493057, + "last_modified": 1628088635708, "raw": "", "viewBox": [ "0", @@ -46261,7 +46271,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493057, + "last_modified": 1628088635709, "raw": "", "viewBox": [ "0", @@ -46300,7 +46310,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493057, + "last_modified": 1628088635709, "raw": "", "viewBox": [ "0", @@ -46341,7 +46351,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493058, + "last_modified": 1628088635709, "raw": "", "viewBox": [ "0", @@ -46379,7 +46389,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493058, + "last_modified": 1628088635709, "raw": "", "viewBox": [ "0", @@ -46419,7 +46429,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493058, + "last_modified": 1628088635710, "raw": "", "viewBox": [ "0", @@ -46457,7 +46467,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493058, + "last_modified": 1628088635710, "raw": "", "viewBox": [ "0", @@ -46499,7 +46509,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493059, + "last_modified": 1628088635710, "raw": "", "viewBox": [ "0", @@ -46540,7 +46550,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493060, + "last_modified": 1628088635711, "raw": "", "viewBox": [ "0", @@ -46579,7 +46589,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493060, + "last_modified": 1628088635711, "raw": "", "viewBox": [ "0", @@ -46620,7 +46630,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493060, + "last_modified": 1628088635711, "raw": "", "viewBox": [ "0", @@ -46659,7 +46669,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493060, + "last_modified": 1628088635711, "raw": "", "viewBox": [ "0", @@ -46701,7 +46711,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493062, + "last_modified": 1628088635712, "raw": "", "viewBox": [ "0", @@ -46808,7 +46818,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493063, + "last_modified": 1628088635713, "raw": "", "viewBox": [ "0", @@ -46850,7 +46860,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493063, + "last_modified": 1628088635713, "raw": "", "viewBox": [ "0", @@ -46956,7 +46966,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493065, + "last_modified": 1628088635715, "raw": "", "viewBox": [ "0", @@ -46996,7 +47006,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493067, + "last_modified": 1628088635716, "raw": "", "viewBox": [ "0", @@ -47035,7 +47045,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493069, + "last_modified": 1628088635716, "raw": "", "viewBox": [ "0", @@ -47074,7 +47084,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493069, + "last_modified": 1628088635717, "raw": "", "viewBox": [ "0", @@ -47147,7 +47157,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493070, + "last_modified": 1628088635717, "raw": "", "viewBox": [ "0", @@ -47188,7 +47198,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493071, + "last_modified": 1628088635719, "raw": "", "viewBox": [ "0", @@ -47201,7 +47211,7 @@ "path": "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z" }, "regular": { - "last_modified": 1615905492599, + "last_modified": 1628088635020, "raw": "", "viewBox": [ "0", @@ -47240,7 +47250,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493070, + "last_modified": 1628088635718, "raw": "", "viewBox": [ "0", @@ -47278,7 +47288,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493071, + "last_modified": 1628088635718, "raw": "", "viewBox": [ "0", @@ -47452,7 +47462,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493072, + "last_modified": 1628088635720, "raw": "", "viewBox": [ "0", @@ -47496,7 +47506,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493075, + "last_modified": 1628088635723, "raw": "", "viewBox": [ "0", @@ -47509,7 +47519,7 @@ "path": "M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" }, "regular": { - "last_modified": 1615905492602, + "last_modified": 1628088635024, "raw": "", "viewBox": [ "0", @@ -47547,7 +47557,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493073, + "last_modified": 1628088635720, "raw": "", "viewBox": [ "0", @@ -47589,7 +47599,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493074, + "last_modified": 1628088635721, "raw": "", "viewBox": [ "0", @@ -47602,7 +47612,7 @@ "path": "M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z" }, "regular": { - "last_modified": 1615905492601, + "last_modified": 1628088635022, "raw": "", "viewBox": [ "0", @@ -47645,7 +47655,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493074, + "last_modified": 1628088635721, "raw": "", "viewBox": [ "0", @@ -47684,7 +47694,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493074, + "last_modified": 1628088635721, "raw": "", "viewBox": [ "0", @@ -47723,7 +47733,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493074, + "last_modified": 1628088635722, "raw": "", "viewBox": [ "0", @@ -47900,7 +47910,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493078, + "last_modified": 1628088635725, "raw": "", "viewBox": [ "0", @@ -47941,7 +47951,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493078, + "last_modified": 1628088635726, "raw": "", "viewBox": [ "0", @@ -47986,7 +47996,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493079, + "last_modified": 1628088635726, "raw": "", "viewBox": [ "0", @@ -48062,7 +48072,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493079, + "last_modified": 1628088635726, "raw": "", "viewBox": [ "0", @@ -48075,7 +48085,7 @@ "path": "M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z" }, "regular": { - "last_modified": 1615905492604, + "last_modified": 1628088635027, "raw": "", "viewBox": [ "0", @@ -48115,7 +48125,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493080, + "last_modified": 1628088635727, "raw": "", "viewBox": [ "0", @@ -48155,7 +48165,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493080, + "last_modified": 1628088635727, "raw": "", "viewBox": [ "0", @@ -48168,7 +48178,7 @@ "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z" }, "regular": { - "last_modified": 1615905492604, + "last_modified": 1628088635028, "raw": "", "viewBox": [ "0", @@ -48207,7 +48217,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493081, + "last_modified": 1628088635728, "raw": "", "viewBox": [ "0", @@ -48251,7 +48261,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493080, + "last_modified": 1628088635728, "raw": "", "viewBox": [ "0", @@ -48291,7 +48301,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493081, + "last_modified": 1628088635729, "raw": "", "viewBox": [ "0", @@ -48329,7 +48339,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493081, + "last_modified": 1628088635729, "raw": "", "viewBox": [ "0", @@ -48370,7 +48380,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493081, + "last_modified": 1628088635728, "raw": "", "viewBox": [ "0", @@ -48411,7 +48421,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493081, + "last_modified": 1628088635729, "raw": "", "viewBox": [ "0", @@ -48484,7 +48494,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493082, + "last_modified": 1628088635729, "raw": "", "viewBox": [ "0", @@ -48524,7 +48534,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493082, + "last_modified": 1628088635730, "raw": "", "viewBox": [ "0", @@ -48566,7 +48576,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493082, + "last_modified": 1628088635731, "raw": "", "viewBox": [ "0", @@ -48673,7 +48683,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493082, + "last_modified": 1628088635731, "raw": "", "viewBox": [ "0", @@ -48816,7 +48826,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493083, + "last_modified": 1628088635731, "raw": "", "viewBox": [ "0", @@ -48856,7 +48866,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493083, + "last_modified": 1628088635731, "raw": "", "viewBox": [ "0", @@ -48898,7 +48908,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493083, + "last_modified": 1628088635732, "raw": "", "viewBox": [ "0", @@ -48939,7 +48949,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493083, + "last_modified": 1628088635732, "raw": "", "viewBox": [ "0", @@ -48984,7 +48994,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493084, + "last_modified": 1628088635734, "raw": "", "viewBox": [ "0", @@ -48997,7 +49007,7 @@ "path": "M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z" }, "regular": { - "last_modified": 1615905492608, + "last_modified": 1628088635035, "raw": "", "viewBox": [ "0", @@ -49075,7 +49085,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493085, + "last_modified": 1628088635735, "raw": "", "viewBox": [ "0", @@ -49148,7 +49158,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493085, + "last_modified": 1628088635735, "raw": "", "viewBox": [ "0", @@ -49161,7 +49171,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" }, "regular": { - "last_modified": 1615905492610, + "last_modified": 1628088635036, "raw": "", "viewBox": [ "0", @@ -49241,7 +49251,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493087, + "last_modified": 1628088635736, "raw": "", "viewBox": [ "0", @@ -49314,7 +49324,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493087, + "last_modified": 1628088635736, "raw": "", "viewBox": [ "0", @@ -49352,7 +49362,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493087, + "last_modified": 1628088635736, "raw": "", "viewBox": [ "0", @@ -49424,7 +49434,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493089, + "last_modified": 1628088635738, "raw": "", "viewBox": [ "0", @@ -49465,7 +49475,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493090, + "last_modified": 1628088635739, "raw": "", "viewBox": [ "0", @@ -49504,7 +49514,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493089, + "last_modified": 1628088635738, "raw": "", "viewBox": [ "0", @@ -49543,7 +49553,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493090, + "last_modified": 1628088635739, "raw": "", "viewBox": [ "0", @@ -49581,7 +49591,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493090, + "last_modified": 1628088635740, "raw": "", "viewBox": [ "0", @@ -49618,7 +49628,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493090, + "last_modified": 1628088635739, "raw": "", "viewBox": [ "0", @@ -49658,7 +49668,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493091, + "last_modified": 1628088635741, "raw": "", "viewBox": [ "0", @@ -49697,7 +49707,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493090, + "last_modified": 1628088635740, "raw": "", "viewBox": [ "0", @@ -49735,7 +49745,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493091, + "last_modified": 1628088635741, "raw": "", "viewBox": [ "0", @@ -49775,7 +49785,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493092, + "last_modified": 1628088635743, "raw": "", "viewBox": [ "0", @@ -49814,7 +49824,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493093, + "last_modified": 1628088635745, "raw": "", "viewBox": [ "0", @@ -49854,7 +49864,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493093, + "last_modified": 1628088635745, "raw": "", "viewBox": [ "0", @@ -49891,7 +49901,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493094, + "last_modified": 1628088635746, "raw": "", "viewBox": [ "0", @@ -49935,7 +49945,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493094, + "last_modified": 1628088635747, "raw": "", "viewBox": [ "0", @@ -49981,7 +49991,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493094, + "last_modified": 1628088635747, "raw": "", "viewBox": [ "0", @@ -50057,7 +50067,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493094, + "last_modified": 1628088635748, "raw": "", "viewBox": [ "0", @@ -50097,7 +50107,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493094, + "last_modified": 1628088635747, "raw": "", "viewBox": [ "0", @@ -50131,7 +50141,7 @@ "voted": false, "svg": { "brands": { - "last_modified": 1615905491343, + "last_modified": 1628088633726, "raw": "", "viewBox": [ "0", @@ -50204,7 +50214,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493095, + "last_modified": 1628088635749, "raw": "", "viewBox": [ "0", @@ -50244,7 +50254,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493095, + "last_modified": 1628088635749, "raw": "", "viewBox": [ "0", @@ -50316,7 +50326,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493095, + "last_modified": 1628088635750, "raw": "", "viewBox": [ "0", @@ -50356,7 +50366,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493096, + "last_modified": 1628088635750, "raw": "", "viewBox": [ "0", @@ -50398,7 +50408,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493097, + "last_modified": 1628088635751, "raw": "", "viewBox": [ "0", @@ -50440,7 +50450,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493097, + "last_modified": 1628088635751, "raw": "", "viewBox": [ "0", @@ -50480,7 +50490,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493097, + "last_modified": 1628088635752, "raw": "", "viewBox": [ "0", @@ -50519,7 +50529,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493097, + "last_modified": 1628088635752, "raw": "", "viewBox": [ "0", @@ -50561,7 +50571,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493097, + "last_modified": 1628088635752, "raw": "", "viewBox": [ "0", @@ -50635,7 +50645,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493098, + "last_modified": 1628088635752, "raw": "", "viewBox": [ "0", @@ -50741,7 +50751,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493098, + "last_modified": 1628088635754, "raw": "", "viewBox": [ "0", @@ -50780,7 +50790,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493098, + "last_modified": 1628088635753, "raw": "", "viewBox": [ "0", @@ -50820,7 +50830,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493098, + "last_modified": 1628088635753, "raw": "", "viewBox": [ "0", @@ -50858,7 +50868,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493098, + "last_modified": 1628088635753, "raw": "", "viewBox": [ "0", @@ -50896,7 +50906,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493098, + "last_modified": 1628088635753, "raw": "", "viewBox": [ "0", @@ -50934,7 +50944,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493098, + "last_modified": 1628088635753, "raw": "", "viewBox": [ "0", @@ -51011,7 +51021,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493099, + "last_modified": 1628088635754, "raw": "", "viewBox": [ "0", @@ -51024,7 +51034,7 @@ "path": "M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z" }, "regular": { - "last_modified": 1615905492627, + "last_modified": 1628088635052, "raw": "", "viewBox": [ "0", @@ -51074,7 +51084,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493099, + "last_modified": 1628088635755, "raw": "", "viewBox": [ "0", @@ -51087,7 +51097,7 @@ "path": "M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z" }, "regular": { - "last_modified": 1615905492627, + "last_modified": 1628088635052, "raw": "", "viewBox": [ "0", @@ -51129,7 +51139,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493099, + "last_modified": 1628088635755, "raw": "", "viewBox": [ "0", @@ -51168,7 +51178,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493100, + "last_modified": 1628088635756, "raw": "", "viewBox": [ "0", @@ -51251,7 +51261,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493101, + "last_modified": 1628088635757, "raw": "", "viewBox": [ "0", @@ -51297,7 +51307,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493100, + "last_modified": 1628088635756, "raw": "", "viewBox": [ "0", @@ -51310,7 +51320,7 @@ "path": "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z" }, "regular": { - "last_modified": 1615905492628, + "last_modified": 1628088635229, "raw": "", "viewBox": [ "0", @@ -51352,7 +51362,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493101, + "last_modified": 1628088635757, "raw": "", "viewBox": [ "0", @@ -51391,7 +51401,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493101, + "last_modified": 1628088635757, "raw": "", "viewBox": [ "0", @@ -51433,7 +51443,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493103, + "last_modified": 1628088635759, "raw": "", "viewBox": [ "0", @@ -51446,7 +51456,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z" }, "regular": { - "last_modified": 1615905492631, + "last_modified": 1628088635235, "raw": "", "viewBox": [ "0", @@ -51483,7 +51493,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493103, + "last_modified": 1628088635759, "raw": "", "viewBox": [ "0", @@ -51519,7 +51529,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493103, + "last_modified": 1628088635759, "raw": "", "viewBox": [ "0", @@ -51567,7 +51577,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493104, + "last_modified": 1628088635760, "raw": "", "viewBox": [ "0", @@ -51610,7 +51620,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493104, + "last_modified": 1628088635760, "raw": "", "viewBox": [ "0", @@ -51656,7 +51666,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493103, + "last_modified": 1628088635760, "raw": "", "viewBox": [ "0", @@ -51696,7 +51706,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493104, + "last_modified": 1628088635761, "raw": "", "viewBox": [ "0", @@ -51738,7 +51748,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493105, + "last_modified": 1628088635761, "raw": "", "viewBox": [ "0", @@ -51778,7 +51788,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493105, + "last_modified": 1628088635761, "raw": "", "viewBox": [ "0", @@ -51820,7 +51830,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493105, + "last_modified": 1628088635762, "raw": "", "viewBox": [ "0", @@ -51856,7 +51866,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493106, + "last_modified": 1628088635762, "raw": "", "viewBox": [ "0", @@ -51893,7 +51903,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493106, + "last_modified": 1628088635763, "raw": "", "viewBox": [ "0", @@ -51964,7 +51974,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493106, + "last_modified": 1628088635763, "raw": "", "viewBox": [ "0", @@ -52002,7 +52012,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493108, + "last_modified": 1628088635764, "raw": "", "viewBox": [ "0", @@ -52041,7 +52051,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493108, + "last_modified": 1628088635765, "raw": "", "viewBox": [ "0", @@ -52081,7 +52091,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493108, + "last_modified": 1628088635765, "raw": "", "viewBox": [ "0", @@ -52119,7 +52129,7 @@ "label": "Tram", "svg": { "solid": { - "last_modified": 1615905493108, + "last_modified": 1628088635765, "raw": "", "viewBox": [ "0", @@ -52155,7 +52165,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493109, + "last_modified": 1628088635765, "raw": "", "viewBox": [ "0", @@ -52192,7 +52202,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493109, + "last_modified": 1628088635765, "raw": "", "viewBox": [ "0", @@ -52233,7 +52243,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493112, + "last_modified": 1628088635768, "raw": "", "viewBox": [ "0", @@ -52275,7 +52285,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493111, + "last_modified": 1628088635767, "raw": "", "viewBox": [ "0", @@ -52288,7 +52298,7 @@ "path": "M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z" }, "regular": { - "last_modified": 1615905492638, + "last_modified": 1628088635245, "raw": "", "viewBox": [ "0", @@ -52328,7 +52338,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493111, + "last_modified": 1628088635768, "raw": "", "viewBox": [ "0", @@ -52367,7 +52377,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493111, + "last_modified": 1628088635767, "raw": "", "viewBox": [ "0", @@ -52409,7 +52419,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493114, + "last_modified": 1628088635770, "raw": "", "viewBox": [ "0", @@ -52463,42 +52473,6 @@ "brands" ] }, - "tripadvisor": { - "changes": [ - "4.4", - "5.0.0", - "5.13.1", - "5.14.0" - ], - "ligatures": [], - "search": { - "terms": [] - }, - "styles": [ - "brands" - ], - "unicode": "f262", - "label": "TripAdvisor", - "voted": false, - "svg": { - "brands": { - "last_modified": 1599860539201, - "raw": "", - "viewBox": [ - "0", - "0", - "576", - "512" - ], - "width": 576, - "height": 512, - "path": "M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z" - } - }, - "free": [ - "brands" - ] - }, "trophy": { "changes": [ "1", @@ -52523,7 +52497,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493115, + "last_modified": 1628088635771, "raw": "", "viewBox": [ "0", @@ -52563,7 +52537,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493118, + "last_modified": 1628088635774, "raw": "", "viewBox": [ "0", @@ -52604,7 +52578,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493116, + "last_modified": 1628088635772, "raw": "", "viewBox": [ "0", @@ -52641,7 +52615,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493116, + "last_modified": 1628088635772, "raw": "", "viewBox": [ "0", @@ -52679,7 +52653,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493117, + "last_modified": 1628088635773, "raw": "", "viewBox": [ "0", @@ -52715,7 +52689,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493117, + "last_modified": 1628088635773, "raw": "", "viewBox": [ "0", @@ -52754,7 +52728,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493118, + "last_modified": 1628088635774, "raw": "", "viewBox": [ "0", @@ -52795,7 +52769,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493118, + "last_modified": 1628088635774, "raw": "", "viewBox": [ "0", @@ -52903,7 +52877,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493120, + "last_modified": 1628088635776, "raw": "", "viewBox": [ "0", @@ -53220,7 +53194,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493121, + "last_modified": 1628088635777, "raw": "", "viewBox": [ "0", @@ -53260,7 +53234,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493121, + "last_modified": 1628088635777, "raw": "", "viewBox": [ "0", @@ -53334,7 +53308,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493122, + "last_modified": 1628088635778, "raw": "", "viewBox": [ "0", @@ -53376,7 +53350,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493122, + "last_modified": 1628088635778, "raw": "", "viewBox": [ "0", @@ -53416,7 +53390,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493122, + "last_modified": 1628088635778, "raw": "", "viewBox": [ "0", @@ -53524,7 +53498,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493123, + "last_modified": 1628088635779, "raw": "", "viewBox": [ "0", @@ -53567,7 +53541,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493123, + "last_modified": 1628088635779, "raw": "", "viewBox": [ "0", @@ -53606,7 +53580,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493123, + "last_modified": 1628088635779, "raw": "", "viewBox": [ "0", @@ -53646,7 +53620,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493123, + "last_modified": 1628088635780, "raw": "", "viewBox": [ "0", @@ -53686,7 +53660,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493123, + "last_modified": 1628088635780, "raw": "", "viewBox": [ "0", @@ -53791,7 +53765,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493124, + "last_modified": 1628088635780, "raw": "", "viewBox": [ "0", @@ -53907,7 +53881,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493132, + "last_modified": 1628088635789, "raw": "", "viewBox": [ "0", @@ -53920,7 +53894,7 @@ "path": "M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z" }, "regular": { - "last_modified": 1615905492656, + "last_modified": 1628088635268, "raw": "", "viewBox": [ "0", @@ -53964,7 +53938,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493125, + "last_modified": 1628088635781, "raw": "", "viewBox": [ "0", @@ -54005,7 +53979,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493125, + "last_modified": 1628088635781, "raw": "", "viewBox": [ "0", @@ -54045,7 +54019,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493125, + "last_modified": 1628088635782, "raw": "", "viewBox": [ "0", @@ -54083,7 +54057,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493125, + "last_modified": 1628088635782, "raw": "", "viewBox": [ "0", @@ -54130,7 +54104,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493126, + "last_modified": 1628088635782, "raw": "", "viewBox": [ "0", @@ -54143,7 +54117,7 @@ "path": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z" }, "regular": { - "last_modified": 1615905492650, + "last_modified": 1628088635260, "raw": "", "viewBox": [ "0", @@ -54182,7 +54156,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493126, + "last_modified": 1628088635782, "raw": "", "viewBox": [ "0", @@ -54220,7 +54194,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493126, + "last_modified": 1628088635783, "raw": "", "viewBox": [ "0", @@ -54260,7 +54234,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493127, + "last_modified": 1628088635783, "raw": "", "viewBox": [ "0", @@ -54299,7 +54273,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493127, + "last_modified": 1628088635784, "raw": "", "viewBox": [ "0", @@ -54340,7 +54314,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493127, + "last_modified": 1628088635784, "raw": "", "viewBox": [ "0", @@ -54380,7 +54354,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493128, + "last_modified": 1628088635785, "raw": "", "viewBox": [ "0", @@ -54420,7 +54394,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493128, + "last_modified": 1628088635785, "raw": "", "viewBox": [ "0", @@ -54466,7 +54440,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493128, + "last_modified": 1628088635785, "raw": "", "viewBox": [ "0", @@ -54503,7 +54477,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493129, + "last_modified": 1628088635786, "raw": "", "viewBox": [ "0", @@ -54542,7 +54516,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493129, + "last_modified": 1628088635786, "raw": "", "viewBox": [ "0", @@ -54582,7 +54556,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493129, + "last_modified": 1628088635786, "raw": "", "viewBox": [ "0", @@ -54625,7 +54599,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493130, + "last_modified": 1628088635787, "raw": "", "viewBox": [ "0", @@ -54670,7 +54644,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493130, + "last_modified": 1628088635787, "raw": "", "viewBox": [ "0", @@ -54709,7 +54683,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493131, + "last_modified": 1628088635787, "raw": "", "viewBox": [ "0", @@ -54746,7 +54720,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493131, + "last_modified": 1628088635788, "raw": "", "viewBox": [ "0", @@ -54786,7 +54760,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493131, + "last_modified": 1628088635788, "raw": "", "viewBox": [ "0", @@ -54826,7 +54800,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493131, + "last_modified": 1628088635788, "raw": "", "viewBox": [ "0", @@ -54867,7 +54841,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493132, + "last_modified": 1628088635788, "raw": "", "viewBox": [ "0", @@ -54910,7 +54884,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493133, + "last_modified": 1628088635790, "raw": "", "viewBox": [ "0", @@ -54950,7 +54924,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493132, + "last_modified": 1628088635790, "raw": "", "viewBox": [ "0", @@ -54994,7 +54968,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493133, + "last_modified": 1628088635790, "raw": "", "viewBox": [ "0", @@ -55105,7 +55079,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493134, + "last_modified": 1628088635791, "raw": "", "viewBox": [ "0", @@ -55147,7 +55121,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493134, + "last_modified": 1628088635792, "raw": "", "viewBox": [ "0", @@ -55219,7 +55193,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493135, + "last_modified": 1628088635793, "raw": "", "viewBox": [ "0", @@ -55257,7 +55231,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493136, + "last_modified": 1628088635794, "raw": "", "viewBox": [ "0", @@ -55293,7 +55267,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493135, + "last_modified": 1628088635794, "raw": "", "viewBox": [ "0", @@ -55329,7 +55303,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493136, + "last_modified": 1628088635794, "raw": "", "viewBox": [ "0", @@ -55367,7 +55341,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493136, + "last_modified": 1628088635795, "raw": "", "viewBox": [ "0", @@ -55405,7 +55379,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493136, + "last_modified": 1628088635794, "raw": "", "viewBox": [ "0", @@ -55548,7 +55522,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493137, + "last_modified": 1628088635795, "raw": "", "viewBox": [ "0", @@ -55588,7 +55562,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493137, + "last_modified": 1628088635795, "raw": "", "viewBox": [ "0", @@ -55663,7 +55637,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493138, + "last_modified": 1628088635797, "raw": "", "viewBox": [ "0", @@ -55704,7 +55678,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493138, + "last_modified": 1628088635796, "raw": "", "viewBox": [ "0", @@ -55742,7 +55716,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493138, + "last_modified": 1628088635797, "raw": "", "viewBox": [ "0", @@ -55920,7 +55894,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493139, + "last_modified": 1628088635798, "raw": "", "viewBox": [ "0", @@ -55963,7 +55937,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493139, + "last_modified": 1628088635798, "raw": "", "viewBox": [ "0", @@ -56006,7 +55980,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493140, + "last_modified": 1628088635798, "raw": "", "viewBox": [ "0", @@ -56111,7 +56085,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493140, + "last_modified": 1628088635799, "raw": "", "viewBox": [ "0", @@ -56149,7 +56123,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493140, + "last_modified": 1628088635799, "raw": "", "viewBox": [ "0", @@ -56191,7 +56165,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493140, + "last_modified": 1628088635800, "raw": "", "viewBox": [ "0", @@ -56230,7 +56204,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493141, + "last_modified": 1628088635800, "raw": "", "viewBox": [ "0", @@ -56274,7 +56248,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493141, + "last_modified": 1628088635800, "raw": "", "viewBox": [ "0", @@ -56316,7 +56290,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493141, + "last_modified": 1628088635801, "raw": "", "viewBox": [ "0", @@ -56356,7 +56330,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493142, + "last_modified": 1628088635802, "raw": "", "viewBox": [ "0", @@ -56395,7 +56369,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493142, + "last_modified": 1628088635802, "raw": "", "viewBox": [ "0", @@ -56467,7 +56441,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493143, + "last_modified": 1628088635804, "raw": "", "viewBox": [ "0", @@ -56505,7 +56479,7 @@ "voted": true, "svg": { "solid": { - "last_modified": 1615905493143, + "last_modified": 1628088635804, "raw": "", "viewBox": [ "0", @@ -56544,7 +56518,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493144, + "last_modified": 1628088635806, "raw": "", "viewBox": [ "0", @@ -56617,7 +56591,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493146, + "last_modified": 1628088635808, "raw": "", "viewBox": [ "0", @@ -56654,7 +56628,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493146, + "last_modified": 1628088635809, "raw": "", "viewBox": [ "0", @@ -56791,7 +56765,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493148, + "last_modified": 1628088635811, "raw": "", "viewBox": [ "0", @@ -56828,7 +56802,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493147, + "last_modified": 1628088635811, "raw": "", "viewBox": [ "0", @@ -56969,7 +56943,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493148, + "last_modified": 1628088635812, "raw": "", "viewBox": [ "0", @@ -57045,7 +57019,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493149, + "last_modified": 1628088635813, "raw": "", "viewBox": [ "0", @@ -57120,7 +57094,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493150, + "last_modified": 1628088635814, "raw": "", "viewBox": [ "0", @@ -57160,7 +57134,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493150, + "last_modified": 1628088635815, "raw": "", "viewBox": [ "0", @@ -57173,7 +57147,7 @@ "path": "M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z" }, "regular": { - "last_modified": 1615905492674, + "last_modified": 1628088635295, "raw": "", "viewBox": [ "0", @@ -57214,7 +57188,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493151, + "last_modified": 1628088635816, "raw": "", "viewBox": [ "0", @@ -57227,7 +57201,7 @@ "path": "M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z" }, "regular": { - "last_modified": 1615905492675, + "last_modified": 1628088635296, "raw": "", "viewBox": [ "0", @@ -57269,7 +57243,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493151, + "last_modified": 1628088635817, "raw": "", "viewBox": [ "0", @@ -57282,7 +57256,7 @@ "path": "M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z" }, "regular": { - "last_modified": 1615905492675, + "last_modified": 1628088635296, "raw": "", "viewBox": [ "0", @@ -57322,7 +57296,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493151, + "last_modified": 1628088635817, "raw": "", "viewBox": [ "0", @@ -57335,7 +57309,7 @@ "path": "M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z" }, "regular": { - "last_modified": 1615905492676, + "last_modified": 1628088635296, "raw": "", "viewBox": [ "0", @@ -57416,7 +57390,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493152, + "last_modified": 1628088635818, "raw": "", "viewBox": [ "0", @@ -57461,7 +57435,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493152, + "last_modified": 1628088635819, "raw": "", "viewBox": [ "0", @@ -57505,7 +57479,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493152, + "last_modified": 1628088635819, "raw": "", "viewBox": [ "0", @@ -57684,7 +57658,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493153, + "last_modified": 1628088635819, "raw": "", "viewBox": [ "0", @@ -57932,7 +57906,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493153, + "last_modified": 1628088635820, "raw": "", "viewBox": [ "0", @@ -57972,7 +57946,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493153, + "last_modified": 1628088635820, "raw": "", "viewBox": [ "0", @@ -58175,7 +58149,7 @@ "label": "Yammer", "svg": { "brands": { - "last_modified": 1615905491344, + "last_modified": 1628088633726, "raw": "", "viewBox": [ "0", @@ -58348,7 +58322,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493153, + "last_modified": 1628088635821, "raw": "", "viewBox": [ "0", @@ -58388,7 +58362,7 @@ "voted": false, "svg": { "solid": { - "last_modified": 1615905493154, + "last_modified": 1628088635821, "raw": "", "viewBox": [ "0", diff --git a/metadata/icons.yml b/metadata/icons.yml index ef0fc0700..9a17b04ac 100644 --- a/metadata/icons.yml +++ b/metadata/icons.yml @@ -2083,6 +2083,7 @@ bookmark: bootstrap: changes: - 5.8.0 + - 5.15.4 label: Bootstrap search: terms: [] @@ -2369,6 +2370,7 @@ bug: changes: - '3.2' - 5.0.0 + - 5.15.4 label: Bug search: terms: @@ -2421,6 +2423,7 @@ bullseye: - 5.0.0 - 5.3.0 - 5.10.1 + - 5.15.4 label: Bullseye search: terms: @@ -5642,6 +5645,7 @@ directions: discord: changes: - 5.0.0 + - 5.15.4 label: Discord search: terms: [] @@ -6982,6 +6986,7 @@ figma: - 5.6.0 - 5.7.0 - 5.8.0 + - 5.15.4 label: Figma search: terms: @@ -7838,6 +7843,7 @@ font-awesome: changes: - '4.6' - 5.0.0 + - 5.15.4 label: Font Awesome search: terms: @@ -7849,6 +7855,7 @@ font-awesome: font-awesome-alt: changes: - 5.0.0 + - 5.15.4 label: Alternate Font Awesome search: terms: [] @@ -7860,6 +7867,7 @@ font-awesome-flag: changes: - 5.0.0 - 5.0.1 + - 5.15.4 label: Font Awesome Flag search: terms: [] @@ -7870,6 +7878,7 @@ font-awesome-flag: font-awesome-logo-full: changes: - 5.0.11 + - 5.15.4 label: Font Awesome Full Logo ligatures: - Font Awesome @@ -10280,6 +10289,7 @@ hospital-symbol: hospital-user: changes: - 5.7.0 + - 5.13.0 label: Hospital with User search: terms: @@ -19543,19 +19553,6 @@ trello: - brands unicode: f181 voted: false -tripadvisor: - changes: - - '4.4' - - 5.0.0 - - 5.13.1 - - 5.14.0 - label: TripAdvisor - search: - terms: [] - styles: - - brands - unicode: f262 - voted: false trophy: changes: - '1' diff --git a/otfs/Font Awesome 5 Brands-Regular-400.otf b/otfs/Font Awesome 5 Brands-Regular-400.otf index 4bbb65d2d..51d69ab8e 100644 Binary files a/otfs/Font Awesome 5 Brands-Regular-400.otf and b/otfs/Font Awesome 5 Brands-Regular-400.otf differ diff --git a/otfs/Font Awesome 5 Free-Regular-400.otf b/otfs/Font Awesome 5 Free-Regular-400.otf index 7b8ed131b..c448aae81 100644 Binary files a/otfs/Font Awesome 5 Free-Regular-400.otf and b/otfs/Font Awesome 5 Free-Regular-400.otf differ diff --git a/otfs/Font Awesome 5 Free-Solid-900.otf b/otfs/Font Awesome 5 Free-Solid-900.otf index 6f9a3fe47..f2ed9d114 100644 Binary files a/otfs/Font Awesome 5 Free-Solid-900.otf and b/otfs/Font Awesome 5 Free-Solid-900.otf differ diff --git a/scss/_icons.scss b/scss/_icons.scss index 598cfc98e..f8dc0a08f 100644 --- a/scss/_icons.scss +++ b/scss/_icons.scss @@ -1301,7 +1301,6 @@ readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-trash-restore-alt:before { content: fa-content($fa-var-trash-restore-alt); } .#{$fa-css-prefix}-tree:before { content: fa-content($fa-var-tree); } .#{$fa-css-prefix}-trello:before { content: fa-content($fa-var-trello); } -.#{$fa-css-prefix}-tripadvisor:before { content: fa-content($fa-var-tripadvisor); } .#{$fa-css-prefix}-trophy:before { content: fa-content($fa-var-trophy); } .#{$fa-css-prefix}-truck:before { content: fa-content($fa-var-truck); } .#{$fa-css-prefix}-truck-loading:before { content: fa-content($fa-var-truck-loading); } diff --git a/scss/_variables.scss b/scss/_variables.scss index 68a0750dd..b39f35e97 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -5,7 +5,7 @@ $fa-font-path: "../webfonts" !default; $fa-font-size-base: 16px !default; $fa-font-display: block !default; $fa-css-prefix: fa !default; -$fa-version: "5.15.3" !default; +$fa-version: "5.15.4" !default; $fa-border-color: #eee !default; $fa-inverse: #fff !default; $fa-li-width: 2em !default; @@ -1318,7 +1318,6 @@ $fa-var-trash-restore: \f829; $fa-var-trash-restore-alt: \f82a; $fa-var-tree: \f1bb; $fa-var-trello: \f181; -$fa-var-tripadvisor: \f262; $fa-var-trophy: \f091; $fa-var-truck: \f0d1; $fa-var-truck-loading: \f4de; diff --git a/scss/brands.scss b/scss/brands.scss index 09c926558..16af9964a 100644 --- a/scss/brands.scss +++ b/scss/brands.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/scss/fontawesome.scss b/scss/fontawesome.scss index b89511057..466d26c6b 100644 --- a/scss/fontawesome.scss +++ b/scss/fontawesome.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/scss/regular.scss b/scss/regular.scss index 84114c532..14b6cb3d2 100644 --- a/scss/regular.scss +++ b/scss/regular.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/scss/solid.scss b/scss/solid.scss index 1ecad81ee..56f1ead94 100644 --- a/scss/solid.scss +++ b/scss/solid.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/scss/v4-shims.scss b/scss/v4-shims.scss index 38b13c672..20d627a10 100644 --- a/scss/v4-shims.scss +++ b/scss/v4-shims.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com + * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @import 'variables'; diff --git a/sprites/brands.svg b/sprites/brands.svg index 8191e5fe1..a32e97162 100644 --- a/sprites/brands.svg +++ b/sprites/brands.svg @@ -1,6 +1,6 @@ @@ -136,8 +136,8 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - - + + @@ -328,8 +328,8 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - - + + @@ -422,7 +422,7 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - + @@ -449,16 +449,16 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - + - + - + - + @@ -1180,9 +1180,6 @@ License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL - - - diff --git a/sprites/regular.svg b/sprites/regular.svg index 92261a56b..31ebef71b 100644 --- a/sprites/regular.svg +++ b/sprites/regular.svg @@ -1,6 +1,6 @@ diff --git a/sprites/solid.svg b/sprites/solid.svg index 41e2c1776..edaf08266 100644 --- a/sprites/solid.svg +++ b/sprites/solid.svg @@ -1,6 +1,6 @@ diff --git a/svgs/brands/500px.svg b/svgs/brands/500px.svg index 9f16aad43..3ebcea282 100644 --- a/svgs/brands/500px.svg +++ b/svgs/brands/500px.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/accessible-icon.svg b/svgs/brands/accessible-icon.svg index 154dcb4e2..25f5e2840 100644 --- a/svgs/brands/accessible-icon.svg +++ b/svgs/brands/accessible-icon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/accusoft.svg b/svgs/brands/accusoft.svg index 3c7a7328a..f73c7f66e 100644 --- a/svgs/brands/accusoft.svg +++ b/svgs/brands/accusoft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/acquisitions-incorporated.svg b/svgs/brands/acquisitions-incorporated.svg index 62958c605..1fd3a63e5 100644 --- a/svgs/brands/acquisitions-incorporated.svg +++ b/svgs/brands/acquisitions-incorporated.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/adn.svg b/svgs/brands/adn.svg index 9b3e4dbf5..57a9c9757 100644 --- a/svgs/brands/adn.svg +++ b/svgs/brands/adn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/adversal.svg b/svgs/brands/adversal.svg index 86da8c9c2..6ffdef364 100644 --- a/svgs/brands/adversal.svg +++ b/svgs/brands/adversal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/affiliatetheme.svg b/svgs/brands/affiliatetheme.svg index c34dbeb70..923a4eb7a 100644 --- a/svgs/brands/affiliatetheme.svg +++ b/svgs/brands/affiliatetheme.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/airbnb.svg b/svgs/brands/airbnb.svg index 261baafb1..dcf3e11ea 100644 --- a/svgs/brands/airbnb.svg +++ b/svgs/brands/airbnb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/algolia.svg b/svgs/brands/algolia.svg index 78babc73d..176b240ed 100644 --- a/svgs/brands/algolia.svg +++ b/svgs/brands/algolia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/alipay.svg b/svgs/brands/alipay.svg index c78748801..db77e9bc7 100644 --- a/svgs/brands/alipay.svg +++ b/svgs/brands/alipay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/amazon-pay.svg b/svgs/brands/amazon-pay.svg index ca136e3ca..ecd341def 100644 --- a/svgs/brands/amazon-pay.svg +++ b/svgs/brands/amazon-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/amazon.svg b/svgs/brands/amazon.svg index ac8166f19..2f84e4c3b 100644 --- a/svgs/brands/amazon.svg +++ b/svgs/brands/amazon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/amilia.svg b/svgs/brands/amilia.svg index d598f1c7e..cfdef821c 100644 --- a/svgs/brands/amilia.svg +++ b/svgs/brands/amilia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/android.svg b/svgs/brands/android.svg index 43706ac46..58ad34c42 100644 --- a/svgs/brands/android.svg +++ b/svgs/brands/android.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/angellist.svg b/svgs/brands/angellist.svg index 572cdc8cc..b8d53da95 100644 --- a/svgs/brands/angellist.svg +++ b/svgs/brands/angellist.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/angrycreative.svg b/svgs/brands/angrycreative.svg index d5774a057..2f3b7d837 100644 --- a/svgs/brands/angrycreative.svg +++ b/svgs/brands/angrycreative.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/angular.svg b/svgs/brands/angular.svg index 7894b5534..6ac35380e 100644 --- a/svgs/brands/angular.svg +++ b/svgs/brands/angular.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/app-store-ios.svg b/svgs/brands/app-store-ios.svg index fdf5240cb..9aa6d5593 100644 --- a/svgs/brands/app-store-ios.svg +++ b/svgs/brands/app-store-ios.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/app-store.svg b/svgs/brands/app-store.svg index 8091e99d7..6baa9d7df 100644 --- a/svgs/brands/app-store.svg +++ b/svgs/brands/app-store.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/apper.svg b/svgs/brands/apper.svg index b322fa47f..afd41e885 100644 --- a/svgs/brands/apper.svg +++ b/svgs/brands/apper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/apple-pay.svg b/svgs/brands/apple-pay.svg index 963226835..b029fe00a 100644 --- a/svgs/brands/apple-pay.svg +++ b/svgs/brands/apple-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/apple.svg b/svgs/brands/apple.svg index 32788dc43..230bc0c89 100644 --- a/svgs/brands/apple.svg +++ b/svgs/brands/apple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/artstation.svg b/svgs/brands/artstation.svg index 529c8ac5b..4fd4cff32 100644 --- a/svgs/brands/artstation.svg +++ b/svgs/brands/artstation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/asymmetrik.svg b/svgs/brands/asymmetrik.svg index e004f82f8..1150d11ca 100644 --- a/svgs/brands/asymmetrik.svg +++ b/svgs/brands/asymmetrik.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/atlassian.svg b/svgs/brands/atlassian.svg index 5561da701..be2dd2547 100644 --- a/svgs/brands/atlassian.svg +++ b/svgs/brands/atlassian.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/audible.svg b/svgs/brands/audible.svg index b0e0be6e8..aa44decc7 100644 --- a/svgs/brands/audible.svg +++ b/svgs/brands/audible.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/autoprefixer.svg b/svgs/brands/autoprefixer.svg index 762eb0e6f..f4a5e0fe2 100644 --- a/svgs/brands/autoprefixer.svg +++ b/svgs/brands/autoprefixer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/avianex.svg b/svgs/brands/avianex.svg index 7a45b2958..f46141875 100644 --- a/svgs/brands/avianex.svg +++ b/svgs/brands/avianex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/aviato.svg b/svgs/brands/aviato.svg index bbcd48d8a..0308da499 100644 --- a/svgs/brands/aviato.svg +++ b/svgs/brands/aviato.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/aws.svg b/svgs/brands/aws.svg index ab4516a4b..c06d4b818 100644 --- a/svgs/brands/aws.svg +++ b/svgs/brands/aws.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/bandcamp.svg b/svgs/brands/bandcamp.svg index b0f7a7da1..007ee6647 100644 --- a/svgs/brands/bandcamp.svg +++ b/svgs/brands/bandcamp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/battle-net.svg b/svgs/brands/battle-net.svg index 89ed6f60d..7202f7341 100644 --- a/svgs/brands/battle-net.svg +++ b/svgs/brands/battle-net.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/behance-square.svg b/svgs/brands/behance-square.svg index bebb516f9..c67090025 100644 --- a/svgs/brands/behance-square.svg +++ b/svgs/brands/behance-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/behance.svg b/svgs/brands/behance.svg index a29803fd1..5ce094903 100644 --- a/svgs/brands/behance.svg +++ b/svgs/brands/behance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/bimobject.svg b/svgs/brands/bimobject.svg index e8f1b29af..a30ddbda4 100644 --- a/svgs/brands/bimobject.svg +++ b/svgs/brands/bimobject.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/bitbucket.svg b/svgs/brands/bitbucket.svg index 70b3bddf4..50aff3076 100644 --- a/svgs/brands/bitbucket.svg +++ b/svgs/brands/bitbucket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/bitcoin.svg b/svgs/brands/bitcoin.svg index dffca0ad5..b9be56440 100644 --- a/svgs/brands/bitcoin.svg +++ b/svgs/brands/bitcoin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/bity.svg b/svgs/brands/bity.svg index 80b0999e2..124631fc4 100644 --- a/svgs/brands/bity.svg +++ b/svgs/brands/bity.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/black-tie.svg b/svgs/brands/black-tie.svg index 1b5c9648e..fcf4f264f 100644 --- a/svgs/brands/black-tie.svg +++ b/svgs/brands/black-tie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/blackberry.svg b/svgs/brands/blackberry.svg index 01aef2712..10f6ca425 100644 --- a/svgs/brands/blackberry.svg +++ b/svgs/brands/blackberry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/blogger-b.svg b/svgs/brands/blogger-b.svg index f83338415..38782d0d0 100644 --- a/svgs/brands/blogger-b.svg +++ b/svgs/brands/blogger-b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/blogger.svg b/svgs/brands/blogger.svg index eda1d7dd6..f27f18dc2 100644 --- a/svgs/brands/blogger.svg +++ b/svgs/brands/blogger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/bluetooth-b.svg b/svgs/brands/bluetooth-b.svg index 4e611eb1f..3d2eca7c3 100644 --- a/svgs/brands/bluetooth-b.svg +++ b/svgs/brands/bluetooth-b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/bluetooth.svg b/svgs/brands/bluetooth.svg index 86032cfd9..c3923ed88 100644 --- a/svgs/brands/bluetooth.svg +++ b/svgs/brands/bluetooth.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/bootstrap.svg b/svgs/brands/bootstrap.svg index 7481bc55c..c8d058283 100644 --- a/svgs/brands/bootstrap.svg +++ b/svgs/brands/bootstrap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/btc.svg b/svgs/brands/btc.svg index f1f48e0d5..d5bbccb44 100644 --- a/svgs/brands/btc.svg +++ b/svgs/brands/btc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/buffer.svg b/svgs/brands/buffer.svg index ed868d312..c71bd3128 100644 --- a/svgs/brands/buffer.svg +++ b/svgs/brands/buffer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/buromobelexperte.svg b/svgs/brands/buromobelexperte.svg index 2e00b735e..dcffc7f24 100644 --- a/svgs/brands/buromobelexperte.svg +++ b/svgs/brands/buromobelexperte.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/buy-n-large.svg b/svgs/brands/buy-n-large.svg index e6ed2463e..1ef197884 100644 --- a/svgs/brands/buy-n-large.svg +++ b/svgs/brands/buy-n-large.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/buysellads.svg b/svgs/brands/buysellads.svg index 5eda650f4..653ff4486 100644 --- a/svgs/brands/buysellads.svg +++ b/svgs/brands/buysellads.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/canadian-maple-leaf.svg b/svgs/brands/canadian-maple-leaf.svg index 4996ceba9..87017d6d0 100644 --- a/svgs/brands/canadian-maple-leaf.svg +++ b/svgs/brands/canadian-maple-leaf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-amazon-pay.svg b/svgs/brands/cc-amazon-pay.svg index d4bfc1285..2d4047d0c 100644 --- a/svgs/brands/cc-amazon-pay.svg +++ b/svgs/brands/cc-amazon-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-amex.svg b/svgs/brands/cc-amex.svg index f269f0a8e..61d6165dc 100644 --- a/svgs/brands/cc-amex.svg +++ b/svgs/brands/cc-amex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-apple-pay.svg b/svgs/brands/cc-apple-pay.svg index 9f8209fe0..b419c8b4b 100644 --- a/svgs/brands/cc-apple-pay.svg +++ b/svgs/brands/cc-apple-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-diners-club.svg b/svgs/brands/cc-diners-club.svg index 3af3c39d8..c3f457b6c 100644 --- a/svgs/brands/cc-diners-club.svg +++ b/svgs/brands/cc-diners-club.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-discover.svg b/svgs/brands/cc-discover.svg index fc01f824b..51bc9bd61 100644 --- a/svgs/brands/cc-discover.svg +++ b/svgs/brands/cc-discover.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-jcb.svg b/svgs/brands/cc-jcb.svg index bcbf5f9ab..1269a6868 100644 --- a/svgs/brands/cc-jcb.svg +++ b/svgs/brands/cc-jcb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-mastercard.svg b/svgs/brands/cc-mastercard.svg index 998b9d90a..600c7cbb7 100644 --- a/svgs/brands/cc-mastercard.svg +++ b/svgs/brands/cc-mastercard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-paypal.svg b/svgs/brands/cc-paypal.svg index e8c321401..0613f5442 100644 --- a/svgs/brands/cc-paypal.svg +++ b/svgs/brands/cc-paypal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-stripe.svg b/svgs/brands/cc-stripe.svg index c6463ad60..f4cd0f502 100644 --- a/svgs/brands/cc-stripe.svg +++ b/svgs/brands/cc-stripe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cc-visa.svg b/svgs/brands/cc-visa.svg index 428a2ec6b..e190ac6c4 100644 --- a/svgs/brands/cc-visa.svg +++ b/svgs/brands/cc-visa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/centercode.svg b/svgs/brands/centercode.svg index 6f8c6be93..d9b18f532 100644 --- a/svgs/brands/centercode.svg +++ b/svgs/brands/centercode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/centos.svg b/svgs/brands/centos.svg index c6e6ec811..2ffe18cb8 100644 --- a/svgs/brands/centos.svg +++ b/svgs/brands/centos.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/chrome.svg b/svgs/brands/chrome.svg index 397738dea..8c5c07fae 100644 --- a/svgs/brands/chrome.svg +++ b/svgs/brands/chrome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/chromecast.svg b/svgs/brands/chromecast.svg index 091a43dc1..fcce4fc60 100644 --- a/svgs/brands/chromecast.svg +++ b/svgs/brands/chromecast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cloudflare.svg b/svgs/brands/cloudflare.svg index d2d486406..5c4d76544 100644 --- a/svgs/brands/cloudflare.svg +++ b/svgs/brands/cloudflare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cloudscale.svg b/svgs/brands/cloudscale.svg index cb2278029..4f9f0bf5b 100644 --- a/svgs/brands/cloudscale.svg +++ b/svgs/brands/cloudscale.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cloudsmith.svg b/svgs/brands/cloudsmith.svg index 48f08ad67..260815f95 100644 --- a/svgs/brands/cloudsmith.svg +++ b/svgs/brands/cloudsmith.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cloudversify.svg b/svgs/brands/cloudversify.svg index c7a08fe5d..72f8e29ca 100644 --- a/svgs/brands/cloudversify.svg +++ b/svgs/brands/cloudversify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/codepen.svg b/svgs/brands/codepen.svg index 7807f25a5..c88976921 100644 --- a/svgs/brands/codepen.svg +++ b/svgs/brands/codepen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/codiepie.svg b/svgs/brands/codiepie.svg index 51132302b..6c9df92a1 100644 --- a/svgs/brands/codiepie.svg +++ b/svgs/brands/codiepie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/confluence.svg b/svgs/brands/confluence.svg index a8db336e9..ae6e0ef10 100644 --- a/svgs/brands/confluence.svg +++ b/svgs/brands/confluence.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/connectdevelop.svg b/svgs/brands/connectdevelop.svg index 6bee40a80..da4b52e64 100644 --- a/svgs/brands/connectdevelop.svg +++ b/svgs/brands/connectdevelop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/contao.svg b/svgs/brands/contao.svg index aa2b086db..4658f8da5 100644 --- a/svgs/brands/contao.svg +++ b/svgs/brands/contao.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cotton-bureau.svg b/svgs/brands/cotton-bureau.svg index 9e6e9371e..d4f9bc00e 100644 --- a/svgs/brands/cotton-bureau.svg +++ b/svgs/brands/cotton-bureau.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cpanel.svg b/svgs/brands/cpanel.svg index 6de20a6e3..cecf2b82b 100644 --- a/svgs/brands/cpanel.svg +++ b/svgs/brands/cpanel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-by.svg b/svgs/brands/creative-commons-by.svg index e3e095c0b..5a8e23854 100644 --- a/svgs/brands/creative-commons-by.svg +++ b/svgs/brands/creative-commons-by.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-nc-eu.svg b/svgs/brands/creative-commons-nc-eu.svg index d879f00ef..1bf147251 100644 --- a/svgs/brands/creative-commons-nc-eu.svg +++ b/svgs/brands/creative-commons-nc-eu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-nc-jp.svg b/svgs/brands/creative-commons-nc-jp.svg index 38ba056d6..f09d3b548 100644 --- a/svgs/brands/creative-commons-nc-jp.svg +++ b/svgs/brands/creative-commons-nc-jp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-nc.svg b/svgs/brands/creative-commons-nc.svg index 9e9fa7206..2f960a95d 100644 --- a/svgs/brands/creative-commons-nc.svg +++ b/svgs/brands/creative-commons-nc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-nd.svg b/svgs/brands/creative-commons-nd.svg index deddce898..e8861c53a 100644 --- a/svgs/brands/creative-commons-nd.svg +++ b/svgs/brands/creative-commons-nd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-pd-alt.svg b/svgs/brands/creative-commons-pd-alt.svg index 670498e25..9dd28cabb 100644 --- a/svgs/brands/creative-commons-pd-alt.svg +++ b/svgs/brands/creative-commons-pd-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-pd.svg b/svgs/brands/creative-commons-pd.svg index c89e7607b..f6fd01814 100644 --- a/svgs/brands/creative-commons-pd.svg +++ b/svgs/brands/creative-commons-pd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-remix.svg b/svgs/brands/creative-commons-remix.svg index 4e7d6fffc..1d6b21ec0 100644 --- a/svgs/brands/creative-commons-remix.svg +++ b/svgs/brands/creative-commons-remix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-sa.svg b/svgs/brands/creative-commons-sa.svg index 3cee9e1ac..3243ae3e1 100644 --- a/svgs/brands/creative-commons-sa.svg +++ b/svgs/brands/creative-commons-sa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-sampling-plus.svg b/svgs/brands/creative-commons-sampling-plus.svg index aca6d21e3..c84aae97f 100644 --- a/svgs/brands/creative-commons-sampling-plus.svg +++ b/svgs/brands/creative-commons-sampling-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-sampling.svg b/svgs/brands/creative-commons-sampling.svg index 15311cf74..0b59ed222 100644 --- a/svgs/brands/creative-commons-sampling.svg +++ b/svgs/brands/creative-commons-sampling.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-share.svg b/svgs/brands/creative-commons-share.svg index dc2f7ace8..cf0a234b9 100644 --- a/svgs/brands/creative-commons-share.svg +++ b/svgs/brands/creative-commons-share.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons-zero.svg b/svgs/brands/creative-commons-zero.svg index 2068f9de5..a625567ca 100644 --- a/svgs/brands/creative-commons-zero.svg +++ b/svgs/brands/creative-commons-zero.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/creative-commons.svg b/svgs/brands/creative-commons.svg index baa4257c2..6f4dc6225 100644 --- a/svgs/brands/creative-commons.svg +++ b/svgs/brands/creative-commons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/critical-role.svg b/svgs/brands/critical-role.svg index 9ac2876e6..60bffe63e 100644 --- a/svgs/brands/critical-role.svg +++ b/svgs/brands/critical-role.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/css3-alt.svg b/svgs/brands/css3-alt.svg index 82d42121c..89a9ddb0f 100644 --- a/svgs/brands/css3-alt.svg +++ b/svgs/brands/css3-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/css3.svg b/svgs/brands/css3.svg index 95f24f69a..e708a07f1 100644 --- a/svgs/brands/css3.svg +++ b/svgs/brands/css3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/cuttlefish.svg b/svgs/brands/cuttlefish.svg index 2a419d15e..8fbd9ebcc 100644 --- a/svgs/brands/cuttlefish.svg +++ b/svgs/brands/cuttlefish.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/d-and-d-beyond.svg b/svgs/brands/d-and-d-beyond.svg index df1010b91..538b8b2fa 100644 --- a/svgs/brands/d-and-d-beyond.svg +++ b/svgs/brands/d-and-d-beyond.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/d-and-d.svg b/svgs/brands/d-and-d.svg index 6911644cc..ce7506d2c 100644 --- a/svgs/brands/d-and-d.svg +++ b/svgs/brands/d-and-d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dailymotion.svg b/svgs/brands/dailymotion.svg index 669d28d8c..f914fdb38 100644 --- a/svgs/brands/dailymotion.svg +++ b/svgs/brands/dailymotion.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dashcube.svg b/svgs/brands/dashcube.svg index 5ae9e782d..37af5c5a6 100644 --- a/svgs/brands/dashcube.svg +++ b/svgs/brands/dashcube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/deezer.svg b/svgs/brands/deezer.svg index 77120fd5c..87022d51f 100644 --- a/svgs/brands/deezer.svg +++ b/svgs/brands/deezer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/delicious.svg b/svgs/brands/delicious.svg index b2ec573d2..c60095f61 100644 --- a/svgs/brands/delicious.svg +++ b/svgs/brands/delicious.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/deploydog.svg b/svgs/brands/deploydog.svg index 078f2a337..0fceedc95 100644 --- a/svgs/brands/deploydog.svg +++ b/svgs/brands/deploydog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/deskpro.svg b/svgs/brands/deskpro.svg index d85044ef9..ae91cfcc6 100644 --- a/svgs/brands/deskpro.svg +++ b/svgs/brands/deskpro.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dev.svg b/svgs/brands/dev.svg index ef7fbe747..f2529d5d3 100644 --- a/svgs/brands/dev.svg +++ b/svgs/brands/dev.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/deviantart.svg b/svgs/brands/deviantart.svg index 621a35e46..eaad63aaf 100644 --- a/svgs/brands/deviantart.svg +++ b/svgs/brands/deviantart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dhl.svg b/svgs/brands/dhl.svg index 78fb53a6e..5af4925aa 100644 --- a/svgs/brands/dhl.svg +++ b/svgs/brands/dhl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/diaspora.svg b/svgs/brands/diaspora.svg index e9fadd3c1..a639c3371 100644 --- a/svgs/brands/diaspora.svg +++ b/svgs/brands/diaspora.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/digg.svg b/svgs/brands/digg.svg index c8966ca27..708a73841 100644 --- a/svgs/brands/digg.svg +++ b/svgs/brands/digg.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/digital-ocean.svg b/svgs/brands/digital-ocean.svg index f0bb3f8da..7cc81de6a 100644 --- a/svgs/brands/digital-ocean.svg +++ b/svgs/brands/digital-ocean.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/discord.svg b/svgs/brands/discord.svg index c02d50c0d..73d2784ed 100644 --- a/svgs/brands/discord.svg +++ b/svgs/brands/discord.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/discourse.svg b/svgs/brands/discourse.svg index 179c90c67..f47a2362c 100644 --- a/svgs/brands/discourse.svg +++ b/svgs/brands/discourse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dochub.svg b/svgs/brands/dochub.svg index 426cbdf6a..ff8c4b93e 100644 --- a/svgs/brands/dochub.svg +++ b/svgs/brands/dochub.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/docker.svg b/svgs/brands/docker.svg index 015a02cd7..e4c803807 100644 --- a/svgs/brands/docker.svg +++ b/svgs/brands/docker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/draft2digital.svg b/svgs/brands/draft2digital.svg index aa68ee688..279f74c94 100644 --- a/svgs/brands/draft2digital.svg +++ b/svgs/brands/draft2digital.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dribbble-square.svg b/svgs/brands/dribbble-square.svg index 62813ed91..19fe9db75 100644 --- a/svgs/brands/dribbble-square.svg +++ b/svgs/brands/dribbble-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dribbble.svg b/svgs/brands/dribbble.svg index b76c4e92c..3b1f3f335 100644 --- a/svgs/brands/dribbble.svg +++ b/svgs/brands/dribbble.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dropbox.svg b/svgs/brands/dropbox.svg index 60edb7a68..9ef4ae66a 100644 --- a/svgs/brands/dropbox.svg +++ b/svgs/brands/dropbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/drupal.svg b/svgs/brands/drupal.svg index b20f55fc3..7d355f545 100644 --- a/svgs/brands/drupal.svg +++ b/svgs/brands/drupal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/dyalog.svg b/svgs/brands/dyalog.svg index bc5dc20f9..dfae48561 100644 --- a/svgs/brands/dyalog.svg +++ b/svgs/brands/dyalog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/earlybirds.svg b/svgs/brands/earlybirds.svg index 630afd388..5768ebf69 100644 --- a/svgs/brands/earlybirds.svg +++ b/svgs/brands/earlybirds.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ebay.svg b/svgs/brands/ebay.svg index 3dc532a53..1d1360cf4 100644 --- a/svgs/brands/ebay.svg +++ b/svgs/brands/ebay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/edge-legacy.svg b/svgs/brands/edge-legacy.svg index 9e95bd183..1f643536b 100644 --- a/svgs/brands/edge-legacy.svg +++ b/svgs/brands/edge-legacy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/edge.svg b/svgs/brands/edge.svg index a2111ce6c..cfea89149 100644 --- a/svgs/brands/edge.svg +++ b/svgs/brands/edge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/elementor.svg b/svgs/brands/elementor.svg index e91cf29b0..6936e14bf 100644 --- a/svgs/brands/elementor.svg +++ b/svgs/brands/elementor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ello.svg b/svgs/brands/ello.svg index 490e61f98..80cfbec61 100644 --- a/svgs/brands/ello.svg +++ b/svgs/brands/ello.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ember.svg b/svgs/brands/ember.svg index 55f08bdac..58a1de71d 100644 --- a/svgs/brands/ember.svg +++ b/svgs/brands/ember.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/empire.svg b/svgs/brands/empire.svg index 66a6655b7..7f2b53a16 100644 --- a/svgs/brands/empire.svg +++ b/svgs/brands/empire.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/envira.svg b/svgs/brands/envira.svg index acc3e22cd..17d5aac0c 100644 --- a/svgs/brands/envira.svg +++ b/svgs/brands/envira.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/erlang.svg b/svgs/brands/erlang.svg index f107c8076..5829f2551 100644 --- a/svgs/brands/erlang.svg +++ b/svgs/brands/erlang.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ethereum.svg b/svgs/brands/ethereum.svg index 499e9190d..431fff668 100644 --- a/svgs/brands/ethereum.svg +++ b/svgs/brands/ethereum.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/etsy.svg b/svgs/brands/etsy.svg index 4200e4ffa..1dd778683 100644 --- a/svgs/brands/etsy.svg +++ b/svgs/brands/etsy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/evernote.svg b/svgs/brands/evernote.svg index dc7c565cc..6f5d52b9a 100644 --- a/svgs/brands/evernote.svg +++ b/svgs/brands/evernote.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/expeditedssl.svg b/svgs/brands/expeditedssl.svg index eee0cab09..8dd07f831 100644 --- a/svgs/brands/expeditedssl.svg +++ b/svgs/brands/expeditedssl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/facebook-f.svg b/svgs/brands/facebook-f.svg index 1db31b0f0..ab83e9c65 100644 --- a/svgs/brands/facebook-f.svg +++ b/svgs/brands/facebook-f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/facebook-messenger.svg b/svgs/brands/facebook-messenger.svg index d9d8877c6..e6321a8f5 100644 --- a/svgs/brands/facebook-messenger.svg +++ b/svgs/brands/facebook-messenger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/facebook-square.svg b/svgs/brands/facebook-square.svg index fd12acdde..8e0b51fb2 100644 --- a/svgs/brands/facebook-square.svg +++ b/svgs/brands/facebook-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/facebook.svg b/svgs/brands/facebook.svg index 77829b4c4..7f375de44 100644 --- a/svgs/brands/facebook.svg +++ b/svgs/brands/facebook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fantasy-flight-games.svg b/svgs/brands/fantasy-flight-games.svg index 1f4244c92..5cedf3ff0 100644 --- a/svgs/brands/fantasy-flight-games.svg +++ b/svgs/brands/fantasy-flight-games.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fedex.svg b/svgs/brands/fedex.svg index a6b1f942e..f3f19ffb6 100644 --- a/svgs/brands/fedex.svg +++ b/svgs/brands/fedex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fedora.svg b/svgs/brands/fedora.svg index 3bda24ee1..ef933a439 100644 --- a/svgs/brands/fedora.svg +++ b/svgs/brands/fedora.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/figma.svg b/svgs/brands/figma.svg index f5b541f3d..13ba70c89 100644 --- a/svgs/brands/figma.svg +++ b/svgs/brands/figma.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/firefox-browser.svg b/svgs/brands/firefox-browser.svg index e08f6519e..4852f7ef5 100644 --- a/svgs/brands/firefox-browser.svg +++ b/svgs/brands/firefox-browser.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/firefox.svg b/svgs/brands/firefox.svg index 2d2837278..6867402bb 100644 --- a/svgs/brands/firefox.svg +++ b/svgs/brands/firefox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/first-order-alt.svg b/svgs/brands/first-order-alt.svg index 58aef42e4..2a5a90981 100644 --- a/svgs/brands/first-order-alt.svg +++ b/svgs/brands/first-order-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/first-order.svg b/svgs/brands/first-order.svg index 5e1f82a1e..5a3c188db 100644 --- a/svgs/brands/first-order.svg +++ b/svgs/brands/first-order.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/firstdraft.svg b/svgs/brands/firstdraft.svg index d59f8ee97..4b4a3bfbf 100644 --- a/svgs/brands/firstdraft.svg +++ b/svgs/brands/firstdraft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/flickr.svg b/svgs/brands/flickr.svg index 06f50a6d3..7815c444b 100644 --- a/svgs/brands/flickr.svg +++ b/svgs/brands/flickr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/flipboard.svg b/svgs/brands/flipboard.svg index d8de48b03..6a6c02c2c 100644 --- a/svgs/brands/flipboard.svg +++ b/svgs/brands/flipboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fly.svg b/svgs/brands/fly.svg index 20a807b54..974a503f8 100644 --- a/svgs/brands/fly.svg +++ b/svgs/brands/fly.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/font-awesome-alt.svg b/svgs/brands/font-awesome-alt.svg index 9ea560868..bb5c015dc 100644 --- a/svgs/brands/font-awesome-alt.svg +++ b/svgs/brands/font-awesome-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/font-awesome-flag.svg b/svgs/brands/font-awesome-flag.svg index bdc05cab7..f9f028715 100644 --- a/svgs/brands/font-awesome-flag.svg +++ b/svgs/brands/font-awesome-flag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/font-awesome-logo-full.svg b/svgs/brands/font-awesome-logo-full.svg index 812bbc0a9..c7eb606d4 100644 --- a/svgs/brands/font-awesome-logo-full.svg +++ b/svgs/brands/font-awesome-logo-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/font-awesome.svg b/svgs/brands/font-awesome.svg index b10910ad1..ca95b8921 100644 --- a/svgs/brands/font-awesome.svg +++ b/svgs/brands/font-awesome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fonticons-fi.svg b/svgs/brands/fonticons-fi.svg index e547bf2c1..0937f4138 100644 --- a/svgs/brands/fonticons-fi.svg +++ b/svgs/brands/fonticons-fi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fonticons.svg b/svgs/brands/fonticons.svg index c7ed1d4d7..bfad13518 100644 --- a/svgs/brands/fonticons.svg +++ b/svgs/brands/fonticons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fort-awesome-alt.svg b/svgs/brands/fort-awesome-alt.svg index 51913aa6e..9e6066580 100644 --- a/svgs/brands/fort-awesome-alt.svg +++ b/svgs/brands/fort-awesome-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fort-awesome.svg b/svgs/brands/fort-awesome.svg index 769ef2c76..82a9e148f 100644 --- a/svgs/brands/fort-awesome.svg +++ b/svgs/brands/fort-awesome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/forumbee.svg b/svgs/brands/forumbee.svg index 3acb80d01..d64ccec40 100644 --- a/svgs/brands/forumbee.svg +++ b/svgs/brands/forumbee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/foursquare.svg b/svgs/brands/foursquare.svg index eb4761fbf..b73f4217f 100644 --- a/svgs/brands/foursquare.svg +++ b/svgs/brands/foursquare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/free-code-camp.svg b/svgs/brands/free-code-camp.svg index 80ac7facf..7e87ae50c 100644 --- a/svgs/brands/free-code-camp.svg +++ b/svgs/brands/free-code-camp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/freebsd.svg b/svgs/brands/freebsd.svg index 2ca404e96..a0b512bac 100644 --- a/svgs/brands/freebsd.svg +++ b/svgs/brands/freebsd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/fulcrum.svg b/svgs/brands/fulcrum.svg index e7c011153..859463f1d 100644 --- a/svgs/brands/fulcrum.svg +++ b/svgs/brands/fulcrum.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/galactic-republic.svg b/svgs/brands/galactic-republic.svg index 33c670039..8d250ecda 100644 --- a/svgs/brands/galactic-republic.svg +++ b/svgs/brands/galactic-republic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/galactic-senate.svg b/svgs/brands/galactic-senate.svg index d4c6d3e42..cefebdfe4 100644 --- a/svgs/brands/galactic-senate.svg +++ b/svgs/brands/galactic-senate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/get-pocket.svg b/svgs/brands/get-pocket.svg index 80b4b47ae..69246a00b 100644 --- a/svgs/brands/get-pocket.svg +++ b/svgs/brands/get-pocket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gg-circle.svg b/svgs/brands/gg-circle.svg index 03e0b3a7c..7ebe73bfe 100644 --- a/svgs/brands/gg-circle.svg +++ b/svgs/brands/gg-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gg.svg b/svgs/brands/gg.svg index 475554454..169a3cfbb 100644 --- a/svgs/brands/gg.svg +++ b/svgs/brands/gg.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/git-alt.svg b/svgs/brands/git-alt.svg index 27fb28e56..b2cfc0efc 100644 --- a/svgs/brands/git-alt.svg +++ b/svgs/brands/git-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/git-square.svg b/svgs/brands/git-square.svg index b748bcabe..9b053ca45 100644 --- a/svgs/brands/git-square.svg +++ b/svgs/brands/git-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/git.svg b/svgs/brands/git.svg index bf7ba6d9a..f77a62478 100644 --- a/svgs/brands/git.svg +++ b/svgs/brands/git.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/github-alt.svg b/svgs/brands/github-alt.svg index 78c395491..38276111b 100644 --- a/svgs/brands/github-alt.svg +++ b/svgs/brands/github-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/github-square.svg b/svgs/brands/github-square.svg index 592cad7b5..6d862a6b3 100644 --- a/svgs/brands/github-square.svg +++ b/svgs/brands/github-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/github.svg b/svgs/brands/github.svg index 1a4d15c11..ec2bab206 100644 --- a/svgs/brands/github.svg +++ b/svgs/brands/github.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gitkraken.svg b/svgs/brands/gitkraken.svg index e0e822b3a..d6bed3e94 100644 --- a/svgs/brands/gitkraken.svg +++ b/svgs/brands/gitkraken.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gitlab.svg b/svgs/brands/gitlab.svg index cd61f13b3..d9163c7cb 100644 --- a/svgs/brands/gitlab.svg +++ b/svgs/brands/gitlab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gitter.svg b/svgs/brands/gitter.svg index 8f3c39b08..3e893d07e 100644 --- a/svgs/brands/gitter.svg +++ b/svgs/brands/gitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/glide-g.svg b/svgs/brands/glide-g.svg index f6e4467d4..064150b19 100644 --- a/svgs/brands/glide-g.svg +++ b/svgs/brands/glide-g.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/glide.svg b/svgs/brands/glide.svg index a89d4feb3..3438a1472 100644 --- a/svgs/brands/glide.svg +++ b/svgs/brands/glide.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gofore.svg b/svgs/brands/gofore.svg index c934558bc..2e77c0a06 100644 --- a/svgs/brands/gofore.svg +++ b/svgs/brands/gofore.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/goodreads-g.svg b/svgs/brands/goodreads-g.svg index 940a576a8..fa9631a9e 100644 --- a/svgs/brands/goodreads-g.svg +++ b/svgs/brands/goodreads-g.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/goodreads.svg b/svgs/brands/goodreads.svg index 021be8418..d65ef6f71 100644 --- a/svgs/brands/goodreads.svg +++ b/svgs/brands/goodreads.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/google-drive.svg b/svgs/brands/google-drive.svg index 8163c8201..6415fc055 100644 --- a/svgs/brands/google-drive.svg +++ b/svgs/brands/google-drive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/google-pay.svg b/svgs/brands/google-pay.svg index 9f1fb237e..f8a9f16aa 100644 --- a/svgs/brands/google-pay.svg +++ b/svgs/brands/google-pay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/google-play.svg b/svgs/brands/google-play.svg index 1543842e3..ed810a897 100644 --- a/svgs/brands/google-play.svg +++ b/svgs/brands/google-play.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/google-plus-g.svg b/svgs/brands/google-plus-g.svg index 71d481809..936f56d73 100644 --- a/svgs/brands/google-plus-g.svg +++ b/svgs/brands/google-plus-g.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/google-plus-square.svg b/svgs/brands/google-plus-square.svg index ef114d8e3..260a31f6b 100644 --- a/svgs/brands/google-plus-square.svg +++ b/svgs/brands/google-plus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/google-plus.svg b/svgs/brands/google-plus.svg index 60ba26f2a..b62503b38 100644 --- a/svgs/brands/google-plus.svg +++ b/svgs/brands/google-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/google-wallet.svg b/svgs/brands/google-wallet.svg index 509205488..2699996ad 100644 --- a/svgs/brands/google-wallet.svg +++ b/svgs/brands/google-wallet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/google.svg b/svgs/brands/google.svg index dc27a94fc..17b04f8a8 100644 --- a/svgs/brands/google.svg +++ b/svgs/brands/google.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gratipay.svg b/svgs/brands/gratipay.svg index 3ef27261d..78469de2d 100644 --- a/svgs/brands/gratipay.svg +++ b/svgs/brands/gratipay.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/grav.svg b/svgs/brands/grav.svg index f423415e6..911c2c964 100644 --- a/svgs/brands/grav.svg +++ b/svgs/brands/grav.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gripfire.svg b/svgs/brands/gripfire.svg index c7b526b13..c7885b841 100644 --- a/svgs/brands/gripfire.svg +++ b/svgs/brands/gripfire.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/grunt.svg b/svgs/brands/grunt.svg index f4af5e150..a75e57ccb 100644 --- a/svgs/brands/grunt.svg +++ b/svgs/brands/grunt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/guilded.svg b/svgs/brands/guilded.svg index 645f2a034..ad46c36ed 100644 --- a/svgs/brands/guilded.svg +++ b/svgs/brands/guilded.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/gulp.svg b/svgs/brands/gulp.svg index 01e97eabe..3e56c7de9 100644 --- a/svgs/brands/gulp.svg +++ b/svgs/brands/gulp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hacker-news-square.svg b/svgs/brands/hacker-news-square.svg index 20d895f44..61f7489ea 100644 --- a/svgs/brands/hacker-news-square.svg +++ b/svgs/brands/hacker-news-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hacker-news.svg b/svgs/brands/hacker-news.svg index 7f979387c..34d13b357 100644 --- a/svgs/brands/hacker-news.svg +++ b/svgs/brands/hacker-news.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hackerrank.svg b/svgs/brands/hackerrank.svg index 9c52bb821..064e48a74 100644 --- a/svgs/brands/hackerrank.svg +++ b/svgs/brands/hackerrank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hips.svg b/svgs/brands/hips.svg index 73905adad..67cbc4570 100644 --- a/svgs/brands/hips.svg +++ b/svgs/brands/hips.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hire-a-helper.svg b/svgs/brands/hire-a-helper.svg index 887395ead..4e7b7f007 100644 --- a/svgs/brands/hire-a-helper.svg +++ b/svgs/brands/hire-a-helper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hive.svg b/svgs/brands/hive.svg index 9c51b5ccd..6a7d90873 100644 --- a/svgs/brands/hive.svg +++ b/svgs/brands/hive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hooli.svg b/svgs/brands/hooli.svg index 3dc19d177..ba53a4fb1 100644 --- a/svgs/brands/hooli.svg +++ b/svgs/brands/hooli.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hornbill.svg b/svgs/brands/hornbill.svg index 45e85312f..e42cddff1 100644 --- a/svgs/brands/hornbill.svg +++ b/svgs/brands/hornbill.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hotjar.svg b/svgs/brands/hotjar.svg index 6fdda0d0d..7b4068808 100644 --- a/svgs/brands/hotjar.svg +++ b/svgs/brands/hotjar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/houzz.svg b/svgs/brands/houzz.svg index c410a812f..1d1ceda4e 100644 --- a/svgs/brands/houzz.svg +++ b/svgs/brands/houzz.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/html5.svg b/svgs/brands/html5.svg index ceb585e5b..b74b517f1 100644 --- a/svgs/brands/html5.svg +++ b/svgs/brands/html5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/hubspot.svg b/svgs/brands/hubspot.svg index 0a45d809c..da90ce08b 100644 --- a/svgs/brands/hubspot.svg +++ b/svgs/brands/hubspot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ideal.svg b/svgs/brands/ideal.svg index 923697d61..b0b4e72fd 100644 --- a/svgs/brands/ideal.svg +++ b/svgs/brands/ideal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/imdb.svg b/svgs/brands/imdb.svg index 2c56fa489..3be59f311 100644 --- a/svgs/brands/imdb.svg +++ b/svgs/brands/imdb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/innosoft.svg b/svgs/brands/innosoft.svg index ccd43bd0c..a55d3f2ca 100644 --- a/svgs/brands/innosoft.svg +++ b/svgs/brands/innosoft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/instagram-square.svg b/svgs/brands/instagram-square.svg index d22215c06..dd24ad071 100644 --- a/svgs/brands/instagram-square.svg +++ b/svgs/brands/instagram-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/instagram.svg b/svgs/brands/instagram.svg index 46aab1a9b..d7740766a 100644 --- a/svgs/brands/instagram.svg +++ b/svgs/brands/instagram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/instalod.svg b/svgs/brands/instalod.svg index 109439f99..4cddfc07d 100644 --- a/svgs/brands/instalod.svg +++ b/svgs/brands/instalod.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/intercom.svg b/svgs/brands/intercom.svg index e3d830cb9..568752108 100644 --- a/svgs/brands/intercom.svg +++ b/svgs/brands/intercom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/internet-explorer.svg b/svgs/brands/internet-explorer.svg index 5e973bda3..af3869100 100644 --- a/svgs/brands/internet-explorer.svg +++ b/svgs/brands/internet-explorer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/invision.svg b/svgs/brands/invision.svg index 33bd75495..b2d03a6df 100644 --- a/svgs/brands/invision.svg +++ b/svgs/brands/invision.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ioxhost.svg b/svgs/brands/ioxhost.svg index b89dc902f..3ff8d1eea 100644 --- a/svgs/brands/ioxhost.svg +++ b/svgs/brands/ioxhost.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/itch-io.svg b/svgs/brands/itch-io.svg index 25bd180e4..40f8ce923 100644 --- a/svgs/brands/itch-io.svg +++ b/svgs/brands/itch-io.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/itunes-note.svg b/svgs/brands/itunes-note.svg index a026bbf47..39130fa16 100644 --- a/svgs/brands/itunes-note.svg +++ b/svgs/brands/itunes-note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/itunes.svg b/svgs/brands/itunes.svg index 4e58095d6..3efa4971b 100644 --- a/svgs/brands/itunes.svg +++ b/svgs/brands/itunes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/java.svg b/svgs/brands/java.svg index 92ab24706..277c52fda 100644 --- a/svgs/brands/java.svg +++ b/svgs/brands/java.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/jedi-order.svg b/svgs/brands/jedi-order.svg index 5810ea8e0..f167a69f1 100644 --- a/svgs/brands/jedi-order.svg +++ b/svgs/brands/jedi-order.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/jenkins.svg b/svgs/brands/jenkins.svg index 24c302cc8..cc74c7ec6 100644 --- a/svgs/brands/jenkins.svg +++ b/svgs/brands/jenkins.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/jira.svg b/svgs/brands/jira.svg index a7db9ff84..62827d6af 100644 --- a/svgs/brands/jira.svg +++ b/svgs/brands/jira.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/joget.svg b/svgs/brands/joget.svg index 5660deca5..fa3df1d24 100644 --- a/svgs/brands/joget.svg +++ b/svgs/brands/joget.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/joomla.svg b/svgs/brands/joomla.svg index 8db1b6d5c..d787b126a 100644 --- a/svgs/brands/joomla.svg +++ b/svgs/brands/joomla.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/js-square.svg b/svgs/brands/js-square.svg index 0965a9324..6e1407ee3 100644 --- a/svgs/brands/js-square.svg +++ b/svgs/brands/js-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/js.svg b/svgs/brands/js.svg index ed42c9b38..d51707b15 100644 --- a/svgs/brands/js.svg +++ b/svgs/brands/js.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/jsfiddle.svg b/svgs/brands/jsfiddle.svg index ac7691c7f..e059b93a1 100644 --- a/svgs/brands/jsfiddle.svg +++ b/svgs/brands/jsfiddle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/kaggle.svg b/svgs/brands/kaggle.svg index 8635281db..fd0180680 100644 --- a/svgs/brands/kaggle.svg +++ b/svgs/brands/kaggle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/keybase.svg b/svgs/brands/keybase.svg index e7ee43014..f815fb6f3 100644 --- a/svgs/brands/keybase.svg +++ b/svgs/brands/keybase.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/keycdn.svg b/svgs/brands/keycdn.svg index 88de21507..a347e7db0 100644 --- a/svgs/brands/keycdn.svg +++ b/svgs/brands/keycdn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/kickstarter-k.svg b/svgs/brands/kickstarter-k.svg index 372a21d19..91efe83fe 100644 --- a/svgs/brands/kickstarter-k.svg +++ b/svgs/brands/kickstarter-k.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/kickstarter.svg b/svgs/brands/kickstarter.svg index 627ae4be9..bfc264f6b 100644 --- a/svgs/brands/kickstarter.svg +++ b/svgs/brands/kickstarter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/korvue.svg b/svgs/brands/korvue.svg index cef489e63..b69a74491 100644 --- a/svgs/brands/korvue.svg +++ b/svgs/brands/korvue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/laravel.svg b/svgs/brands/laravel.svg index ba164cabb..b343f2d47 100644 --- a/svgs/brands/laravel.svg +++ b/svgs/brands/laravel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/lastfm-square.svg b/svgs/brands/lastfm-square.svg index d7461e8f0..82d2a6dc3 100644 --- a/svgs/brands/lastfm-square.svg +++ b/svgs/brands/lastfm-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/lastfm.svg b/svgs/brands/lastfm.svg index 7b7901073..975fb2a84 100644 --- a/svgs/brands/lastfm.svg +++ b/svgs/brands/lastfm.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/leanpub.svg b/svgs/brands/leanpub.svg index 08e88b288..45db2be8f 100644 --- a/svgs/brands/leanpub.svg +++ b/svgs/brands/leanpub.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/less.svg b/svgs/brands/less.svg index 1caa312c9..6357b3ea1 100644 --- a/svgs/brands/less.svg +++ b/svgs/brands/less.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/line.svg b/svgs/brands/line.svg index 1915b742e..4ca8a99da 100644 --- a/svgs/brands/line.svg +++ b/svgs/brands/line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/linkedin-in.svg b/svgs/brands/linkedin-in.svg index 23859c388..ae072c25f 100644 --- a/svgs/brands/linkedin-in.svg +++ b/svgs/brands/linkedin-in.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/linkedin.svg b/svgs/brands/linkedin.svg index 95faf46bb..ad6424436 100644 --- a/svgs/brands/linkedin.svg +++ b/svgs/brands/linkedin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/linode.svg b/svgs/brands/linode.svg index 9464aea03..9d97db11f 100644 --- a/svgs/brands/linode.svg +++ b/svgs/brands/linode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/linux.svg b/svgs/brands/linux.svg index 0d7065ac8..8ae1ba96b 100644 --- a/svgs/brands/linux.svg +++ b/svgs/brands/linux.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/lyft.svg b/svgs/brands/lyft.svg index 2df4b2360..adbd5e661 100644 --- a/svgs/brands/lyft.svg +++ b/svgs/brands/lyft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/magento.svg b/svgs/brands/magento.svg index d3918c12f..6b9abb394 100644 --- a/svgs/brands/magento.svg +++ b/svgs/brands/magento.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mailchimp.svg b/svgs/brands/mailchimp.svg index 1516c196b..f14bf5589 100644 --- a/svgs/brands/mailchimp.svg +++ b/svgs/brands/mailchimp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mandalorian.svg b/svgs/brands/mandalorian.svg index 0c6b5cf46..cd87d7690 100644 --- a/svgs/brands/mandalorian.svg +++ b/svgs/brands/mandalorian.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/markdown.svg b/svgs/brands/markdown.svg index 9596cd157..30af43c46 100644 --- a/svgs/brands/markdown.svg +++ b/svgs/brands/markdown.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mastodon.svg b/svgs/brands/mastodon.svg index 605d64d45..e9248ae75 100644 --- a/svgs/brands/mastodon.svg +++ b/svgs/brands/mastodon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/maxcdn.svg b/svgs/brands/maxcdn.svg index 246b019fe..0b5f83554 100644 --- a/svgs/brands/maxcdn.svg +++ b/svgs/brands/maxcdn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mdb.svg b/svgs/brands/mdb.svg index 8764a96e2..89fe99fc5 100644 --- a/svgs/brands/mdb.svg +++ b/svgs/brands/mdb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/medapps.svg b/svgs/brands/medapps.svg index 3a4c06987..14cf3f6db 100644 --- a/svgs/brands/medapps.svg +++ b/svgs/brands/medapps.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/medium-m.svg b/svgs/brands/medium-m.svg index 84037271f..6e4aca18f 100644 --- a/svgs/brands/medium-m.svg +++ b/svgs/brands/medium-m.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/medium.svg b/svgs/brands/medium.svg index 580d2189a..ba8b3f64d 100644 --- a/svgs/brands/medium.svg +++ b/svgs/brands/medium.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/medrt.svg b/svgs/brands/medrt.svg index 103793068..5861bf83f 100644 --- a/svgs/brands/medrt.svg +++ b/svgs/brands/medrt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/meetup.svg b/svgs/brands/meetup.svg index 17c67db54..0d781814a 100644 --- a/svgs/brands/meetup.svg +++ b/svgs/brands/meetup.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/megaport.svg b/svgs/brands/megaport.svg index a7ed8d915..6b73b1b24 100644 --- a/svgs/brands/megaport.svg +++ b/svgs/brands/megaport.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mendeley.svg b/svgs/brands/mendeley.svg index 25048d62c..d4014f835 100644 --- a/svgs/brands/mendeley.svg +++ b/svgs/brands/mendeley.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/microblog.svg b/svgs/brands/microblog.svg index a062147c8..99e727c73 100644 --- a/svgs/brands/microblog.svg +++ b/svgs/brands/microblog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/microsoft.svg b/svgs/brands/microsoft.svg index f62fdb84a..26fe492bc 100644 --- a/svgs/brands/microsoft.svg +++ b/svgs/brands/microsoft.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mix.svg b/svgs/brands/mix.svg index e3e4c34a8..7e3e7327d 100644 --- a/svgs/brands/mix.svg +++ b/svgs/brands/mix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mixcloud.svg b/svgs/brands/mixcloud.svg index 78099bad8..1a005783d 100644 --- a/svgs/brands/mixcloud.svg +++ b/svgs/brands/mixcloud.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mixer.svg b/svgs/brands/mixer.svg index 2b9832992..9429de6ef 100644 --- a/svgs/brands/mixer.svg +++ b/svgs/brands/mixer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/mizuni.svg b/svgs/brands/mizuni.svg index f5c7ef54f..cad69424d 100644 --- a/svgs/brands/mizuni.svg +++ b/svgs/brands/mizuni.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/modx.svg b/svgs/brands/modx.svg index ad0e588f3..e5dc0a471 100644 --- a/svgs/brands/modx.svg +++ b/svgs/brands/modx.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/monero.svg b/svgs/brands/monero.svg index 93740fb00..9c560b245 100644 --- a/svgs/brands/monero.svg +++ b/svgs/brands/monero.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/napster.svg b/svgs/brands/napster.svg index c2c911a91..9516407f2 100644 --- a/svgs/brands/napster.svg +++ b/svgs/brands/napster.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/neos.svg b/svgs/brands/neos.svg index fb8ec1291..927bc45af 100644 --- a/svgs/brands/neos.svg +++ b/svgs/brands/neos.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/nimblr.svg b/svgs/brands/nimblr.svg index e5614e406..e991e99ae 100644 --- a/svgs/brands/nimblr.svg +++ b/svgs/brands/nimblr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/node-js.svg b/svgs/brands/node-js.svg index ae1cd457b..12a364568 100644 --- a/svgs/brands/node-js.svg +++ b/svgs/brands/node-js.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/node.svg b/svgs/brands/node.svg index 8cd84dca3..3169c50a2 100644 --- a/svgs/brands/node.svg +++ b/svgs/brands/node.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/npm.svg b/svgs/brands/npm.svg index a66b139fd..c42b3e123 100644 --- a/svgs/brands/npm.svg +++ b/svgs/brands/npm.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ns8.svg b/svgs/brands/ns8.svg index c38a96410..05f178728 100644 --- a/svgs/brands/ns8.svg +++ b/svgs/brands/ns8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/nutritionix.svg b/svgs/brands/nutritionix.svg index eaf52a98e..44527b438 100644 --- a/svgs/brands/nutritionix.svg +++ b/svgs/brands/nutritionix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/octopus-deploy.svg b/svgs/brands/octopus-deploy.svg index 643c1a68e..ad3c51e03 100644 --- a/svgs/brands/octopus-deploy.svg +++ b/svgs/brands/octopus-deploy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/odnoklassniki-square.svg b/svgs/brands/odnoklassniki-square.svg index 322ce4933..d203ae2c0 100644 --- a/svgs/brands/odnoklassniki-square.svg +++ b/svgs/brands/odnoklassniki-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/odnoklassniki.svg b/svgs/brands/odnoklassniki.svg index dd330abb9..67159ae1d 100644 --- a/svgs/brands/odnoklassniki.svg +++ b/svgs/brands/odnoklassniki.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/old-republic.svg b/svgs/brands/old-republic.svg index d9c1a46e4..6770686ca 100644 --- a/svgs/brands/old-republic.svg +++ b/svgs/brands/old-republic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/opencart.svg b/svgs/brands/opencart.svg index 5fc631671..267fb2e41 100644 --- a/svgs/brands/opencart.svg +++ b/svgs/brands/opencart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/openid.svg b/svgs/brands/openid.svg index e1ec7e063..58524d374 100644 --- a/svgs/brands/openid.svg +++ b/svgs/brands/openid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/opera.svg b/svgs/brands/opera.svg index 5cb4b2969..093f24e04 100644 --- a/svgs/brands/opera.svg +++ b/svgs/brands/opera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/optin-monster.svg b/svgs/brands/optin-monster.svg index 4d4846f50..63537409c 100644 --- a/svgs/brands/optin-monster.svg +++ b/svgs/brands/optin-monster.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/orcid.svg b/svgs/brands/orcid.svg index e5515e9ee..072b67bf1 100644 --- a/svgs/brands/orcid.svg +++ b/svgs/brands/orcid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/osi.svg b/svgs/brands/osi.svg index 78014f073..b4b33c878 100644 --- a/svgs/brands/osi.svg +++ b/svgs/brands/osi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/page4.svg b/svgs/brands/page4.svg index 9417b1e18..e89c6c469 100644 --- a/svgs/brands/page4.svg +++ b/svgs/brands/page4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pagelines.svg b/svgs/brands/pagelines.svg index ad0c042e0..1fea4913b 100644 --- a/svgs/brands/pagelines.svg +++ b/svgs/brands/pagelines.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/palfed.svg b/svgs/brands/palfed.svg index ea6ef5db8..06da74c1a 100644 --- a/svgs/brands/palfed.svg +++ b/svgs/brands/palfed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/patreon.svg b/svgs/brands/patreon.svg index 5eae6c021..391b44076 100644 --- a/svgs/brands/patreon.svg +++ b/svgs/brands/patreon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/paypal.svg b/svgs/brands/paypal.svg index 764cc23d7..416e7af3c 100644 --- a/svgs/brands/paypal.svg +++ b/svgs/brands/paypal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/penny-arcade.svg b/svgs/brands/penny-arcade.svg index 32eda7419..f9d452962 100644 --- a/svgs/brands/penny-arcade.svg +++ b/svgs/brands/penny-arcade.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/perbyte.svg b/svgs/brands/perbyte.svg index f411b324b..0cc380a4d 100644 --- a/svgs/brands/perbyte.svg +++ b/svgs/brands/perbyte.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/periscope.svg b/svgs/brands/periscope.svg index a266fb0e6..e3b6555f5 100644 --- a/svgs/brands/periscope.svg +++ b/svgs/brands/periscope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/phabricator.svg b/svgs/brands/phabricator.svg index b7e02bec2..d201ed723 100644 --- a/svgs/brands/phabricator.svg +++ b/svgs/brands/phabricator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/phoenix-framework.svg b/svgs/brands/phoenix-framework.svg index 7245ef539..39405a3d1 100644 --- a/svgs/brands/phoenix-framework.svg +++ b/svgs/brands/phoenix-framework.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/phoenix-squadron.svg b/svgs/brands/phoenix-squadron.svg index 476826bc1..617eef9a6 100644 --- a/svgs/brands/phoenix-squadron.svg +++ b/svgs/brands/phoenix-squadron.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/php.svg b/svgs/brands/php.svg index 0ad49e7c2..db4388d6b 100644 --- a/svgs/brands/php.svg +++ b/svgs/brands/php.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pied-piper-alt.svg b/svgs/brands/pied-piper-alt.svg index b216b6e89..ab1421f56 100644 --- a/svgs/brands/pied-piper-alt.svg +++ b/svgs/brands/pied-piper-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pied-piper-hat.svg b/svgs/brands/pied-piper-hat.svg index e3078f40b..2f3f9e001 100644 --- a/svgs/brands/pied-piper-hat.svg +++ b/svgs/brands/pied-piper-hat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pied-piper-pp.svg b/svgs/brands/pied-piper-pp.svg index 462d45190..cfae35e2a 100644 --- a/svgs/brands/pied-piper-pp.svg +++ b/svgs/brands/pied-piper-pp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pied-piper-square.svg b/svgs/brands/pied-piper-square.svg index 14955b02d..03ec7d117 100644 --- a/svgs/brands/pied-piper-square.svg +++ b/svgs/brands/pied-piper-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pied-piper.svg b/svgs/brands/pied-piper.svg index 76cb712fb..5c1aa9cfe 100644 --- a/svgs/brands/pied-piper.svg +++ b/svgs/brands/pied-piper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pinterest-p.svg b/svgs/brands/pinterest-p.svg index 45e438e62..5b950d489 100644 --- a/svgs/brands/pinterest-p.svg +++ b/svgs/brands/pinterest-p.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pinterest-square.svg b/svgs/brands/pinterest-square.svg index 70c47716a..e0c2b0816 100644 --- a/svgs/brands/pinterest-square.svg +++ b/svgs/brands/pinterest-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pinterest.svg b/svgs/brands/pinterest.svg index 37180394f..0b554637e 100644 --- a/svgs/brands/pinterest.svg +++ b/svgs/brands/pinterest.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/playstation.svg b/svgs/brands/playstation.svg index 7563c4fa9..802ebc6bd 100644 --- a/svgs/brands/playstation.svg +++ b/svgs/brands/playstation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/product-hunt.svg b/svgs/brands/product-hunt.svg index 8c3c0ba9b..e5b27f22f 100644 --- a/svgs/brands/product-hunt.svg +++ b/svgs/brands/product-hunt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/pushed.svg b/svgs/brands/pushed.svg index 23689b01a..01c41ab1b 100644 --- a/svgs/brands/pushed.svg +++ b/svgs/brands/pushed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/python.svg b/svgs/brands/python.svg index ad2994839..08533ce44 100644 --- a/svgs/brands/python.svg +++ b/svgs/brands/python.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/qq.svg b/svgs/brands/qq.svg index 60c8a5220..ebb14e106 100644 --- a/svgs/brands/qq.svg +++ b/svgs/brands/qq.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/quinscape.svg b/svgs/brands/quinscape.svg index 9e0010f4e..95e68d4e2 100644 --- a/svgs/brands/quinscape.svg +++ b/svgs/brands/quinscape.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/quora.svg b/svgs/brands/quora.svg index d783db8cb..b0326fbf3 100644 --- a/svgs/brands/quora.svg +++ b/svgs/brands/quora.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/r-project.svg b/svgs/brands/r-project.svg index 4f2bb0fbb..ae0b8e56f 100644 --- a/svgs/brands/r-project.svg +++ b/svgs/brands/r-project.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/raspberry-pi.svg b/svgs/brands/raspberry-pi.svg index 3eb9735ca..ea4e276d8 100644 --- a/svgs/brands/raspberry-pi.svg +++ b/svgs/brands/raspberry-pi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ravelry.svg b/svgs/brands/ravelry.svg index 64b2effed..b0311a07a 100644 --- a/svgs/brands/ravelry.svg +++ b/svgs/brands/ravelry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/react.svg b/svgs/brands/react.svg index 91f3535ee..30e3feee3 100644 --- a/svgs/brands/react.svg +++ b/svgs/brands/react.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/reacteurope.svg b/svgs/brands/reacteurope.svg index 58a40604a..9e9795565 100644 --- a/svgs/brands/reacteurope.svg +++ b/svgs/brands/reacteurope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/readme.svg b/svgs/brands/readme.svg index 4879e49da..d67ec546c 100644 --- a/svgs/brands/readme.svg +++ b/svgs/brands/readme.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/rebel.svg b/svgs/brands/rebel.svg index 189239923..4aaf20cae 100644 --- a/svgs/brands/rebel.svg +++ b/svgs/brands/rebel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/red-river.svg b/svgs/brands/red-river.svg index d64640f47..4043d1b49 100644 --- a/svgs/brands/red-river.svg +++ b/svgs/brands/red-river.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/reddit-alien.svg b/svgs/brands/reddit-alien.svg index 6c426e8ff..42a0cd51d 100644 --- a/svgs/brands/reddit-alien.svg +++ b/svgs/brands/reddit-alien.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/reddit-square.svg b/svgs/brands/reddit-square.svg index ea852dc53..a1725d616 100644 --- a/svgs/brands/reddit-square.svg +++ b/svgs/brands/reddit-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/reddit.svg b/svgs/brands/reddit.svg index 2de59d46e..f0b4f0341 100644 --- a/svgs/brands/reddit.svg +++ b/svgs/brands/reddit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/redhat.svg b/svgs/brands/redhat.svg index b521cb8ec..02bf53fe6 100644 --- a/svgs/brands/redhat.svg +++ b/svgs/brands/redhat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/renren.svg b/svgs/brands/renren.svg index 75c0f3d34..f8b267f2f 100644 --- a/svgs/brands/renren.svg +++ b/svgs/brands/renren.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/replyd.svg b/svgs/brands/replyd.svg index 8feeb2825..bca361a50 100644 --- a/svgs/brands/replyd.svg +++ b/svgs/brands/replyd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/researchgate.svg b/svgs/brands/researchgate.svg index 3bd81871f..801ba1916 100644 --- a/svgs/brands/researchgate.svg +++ b/svgs/brands/researchgate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/resolving.svg b/svgs/brands/resolving.svg index d9cc8cbbf..6d319f8d7 100644 --- a/svgs/brands/resolving.svg +++ b/svgs/brands/resolving.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/rev.svg b/svgs/brands/rev.svg index 2ca87bc77..3f4136333 100644 --- a/svgs/brands/rev.svg +++ b/svgs/brands/rev.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/rocketchat.svg b/svgs/brands/rocketchat.svg index a88bb387e..6de89c5d5 100644 --- a/svgs/brands/rocketchat.svg +++ b/svgs/brands/rocketchat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/rockrms.svg b/svgs/brands/rockrms.svg index eef475279..c13c7b6ee 100644 --- a/svgs/brands/rockrms.svg +++ b/svgs/brands/rockrms.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/rust.svg b/svgs/brands/rust.svg index 01aac7841..b69792d2b 100644 --- a/svgs/brands/rust.svg +++ b/svgs/brands/rust.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/safari.svg b/svgs/brands/safari.svg index 6aef70c6d..c43dd58a2 100644 --- a/svgs/brands/safari.svg +++ b/svgs/brands/safari.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/salesforce.svg b/svgs/brands/salesforce.svg index 1eb5576dc..c330feb9c 100644 --- a/svgs/brands/salesforce.svg +++ b/svgs/brands/salesforce.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/sass.svg b/svgs/brands/sass.svg index 9024b312f..77dd1e2c6 100644 --- a/svgs/brands/sass.svg +++ b/svgs/brands/sass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/schlix.svg b/svgs/brands/schlix.svg index 8bce0645e..5d914bfa6 100644 --- a/svgs/brands/schlix.svg +++ b/svgs/brands/schlix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/scribd.svg b/svgs/brands/scribd.svg index 18a9421ab..148506cf5 100644 --- a/svgs/brands/scribd.svg +++ b/svgs/brands/scribd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/searchengin.svg b/svgs/brands/searchengin.svg index fc5064b75..08ecf968f 100644 --- a/svgs/brands/searchengin.svg +++ b/svgs/brands/searchengin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/sellcast.svg b/svgs/brands/sellcast.svg index a256c6f80..34aa347b8 100644 --- a/svgs/brands/sellcast.svg +++ b/svgs/brands/sellcast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/sellsy.svg b/svgs/brands/sellsy.svg index e95157de5..a7c873ba9 100644 --- a/svgs/brands/sellsy.svg +++ b/svgs/brands/sellsy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/servicestack.svg b/svgs/brands/servicestack.svg index b7005cff5..2e8b93815 100644 --- a/svgs/brands/servicestack.svg +++ b/svgs/brands/servicestack.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/shirtsinbulk.svg b/svgs/brands/shirtsinbulk.svg index 33ec6c7f0..b53083d8a 100644 --- a/svgs/brands/shirtsinbulk.svg +++ b/svgs/brands/shirtsinbulk.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/shopify.svg b/svgs/brands/shopify.svg index b502a7afb..a7132fecf 100644 --- a/svgs/brands/shopify.svg +++ b/svgs/brands/shopify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/shopware.svg b/svgs/brands/shopware.svg index 40b386e62..a22d9c5ba 100644 --- a/svgs/brands/shopware.svg +++ b/svgs/brands/shopware.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/simplybuilt.svg b/svgs/brands/simplybuilt.svg index 4d3830c32..eba7d1e9d 100644 --- a/svgs/brands/simplybuilt.svg +++ b/svgs/brands/simplybuilt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/sistrix.svg b/svgs/brands/sistrix.svg index 3177de8aa..65b3fc87f 100644 --- a/svgs/brands/sistrix.svg +++ b/svgs/brands/sistrix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/sith.svg b/svgs/brands/sith.svg index 5306cca5d..deff3c197 100644 --- a/svgs/brands/sith.svg +++ b/svgs/brands/sith.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/sketch.svg b/svgs/brands/sketch.svg index 081ec6adb..22ab47d73 100644 --- a/svgs/brands/sketch.svg +++ b/svgs/brands/sketch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/skyatlas.svg b/svgs/brands/skyatlas.svg index 50a5db240..b59179d39 100644 --- a/svgs/brands/skyatlas.svg +++ b/svgs/brands/skyatlas.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/skype.svg b/svgs/brands/skype.svg index ddeefb75e..abc9793ac 100644 --- a/svgs/brands/skype.svg +++ b/svgs/brands/skype.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/slack-hash.svg b/svgs/brands/slack-hash.svg index 1f0dd8bbc..4c6ab5028 100644 --- a/svgs/brands/slack-hash.svg +++ b/svgs/brands/slack-hash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/slack.svg b/svgs/brands/slack.svg index 45d2553f1..0eefd756a 100644 --- a/svgs/brands/slack.svg +++ b/svgs/brands/slack.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/slideshare.svg b/svgs/brands/slideshare.svg index 0c542d03b..c6474b503 100644 --- a/svgs/brands/slideshare.svg +++ b/svgs/brands/slideshare.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/snapchat-ghost.svg b/svgs/brands/snapchat-ghost.svg index 8c0ffd193..d05f44c8d 100644 --- a/svgs/brands/snapchat-ghost.svg +++ b/svgs/brands/snapchat-ghost.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/snapchat-square.svg b/svgs/brands/snapchat-square.svg index fd626465a..c2bb48f4a 100644 --- a/svgs/brands/snapchat-square.svg +++ b/svgs/brands/snapchat-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/snapchat.svg b/svgs/brands/snapchat.svg index ecf5cf4e2..3c21a528d 100644 --- a/svgs/brands/snapchat.svg +++ b/svgs/brands/snapchat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/soundcloud.svg b/svgs/brands/soundcloud.svg index 0901cd1ee..578118261 100644 --- a/svgs/brands/soundcloud.svg +++ b/svgs/brands/soundcloud.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/sourcetree.svg b/svgs/brands/sourcetree.svg index fa6198faa..43c836a77 100644 --- a/svgs/brands/sourcetree.svg +++ b/svgs/brands/sourcetree.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/speakap.svg b/svgs/brands/speakap.svg index f4437a758..a3de83d36 100644 --- a/svgs/brands/speakap.svg +++ b/svgs/brands/speakap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/speaker-deck.svg b/svgs/brands/speaker-deck.svg index 633c89505..760db22d4 100644 --- a/svgs/brands/speaker-deck.svg +++ b/svgs/brands/speaker-deck.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/spotify.svg b/svgs/brands/spotify.svg index 718d2878d..36a0bd659 100644 --- a/svgs/brands/spotify.svg +++ b/svgs/brands/spotify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/squarespace.svg b/svgs/brands/squarespace.svg index 813f1c2b3..4986165ca 100644 --- a/svgs/brands/squarespace.svg +++ b/svgs/brands/squarespace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/stack-exchange.svg b/svgs/brands/stack-exchange.svg index fa91f82c4..8579321ae 100644 --- a/svgs/brands/stack-exchange.svg +++ b/svgs/brands/stack-exchange.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/stack-overflow.svg b/svgs/brands/stack-overflow.svg index c17932401..331de1937 100644 --- a/svgs/brands/stack-overflow.svg +++ b/svgs/brands/stack-overflow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/stackpath.svg b/svgs/brands/stackpath.svg index 4584ad60f..8ddea949f 100644 --- a/svgs/brands/stackpath.svg +++ b/svgs/brands/stackpath.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/staylinked.svg b/svgs/brands/staylinked.svg index 342cd6fdd..ad6a7639a 100644 --- a/svgs/brands/staylinked.svg +++ b/svgs/brands/staylinked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/steam-square.svg b/svgs/brands/steam-square.svg index 59c761c77..fce09ba87 100644 --- a/svgs/brands/steam-square.svg +++ b/svgs/brands/steam-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/steam-symbol.svg b/svgs/brands/steam-symbol.svg index fcd3956a7..75256b2e5 100644 --- a/svgs/brands/steam-symbol.svg +++ b/svgs/brands/steam-symbol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/steam.svg b/svgs/brands/steam.svg index 0d0aa451b..c1a9329e4 100644 --- a/svgs/brands/steam.svg +++ b/svgs/brands/steam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/sticker-mule.svg b/svgs/brands/sticker-mule.svg index b7a00bb40..c362673ae 100644 --- a/svgs/brands/sticker-mule.svg +++ b/svgs/brands/sticker-mule.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/strava.svg b/svgs/brands/strava.svg index ac9005565..9772ac24f 100644 --- a/svgs/brands/strava.svg +++ b/svgs/brands/strava.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/stripe-s.svg b/svgs/brands/stripe-s.svg index acae317b2..c5a52eddf 100644 --- a/svgs/brands/stripe-s.svg +++ b/svgs/brands/stripe-s.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/stripe.svg b/svgs/brands/stripe.svg index d38f0b432..975dcfce9 100644 --- a/svgs/brands/stripe.svg +++ b/svgs/brands/stripe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/studiovinari.svg b/svgs/brands/studiovinari.svg index 4b2f2e150..24de833bd 100644 --- a/svgs/brands/studiovinari.svg +++ b/svgs/brands/studiovinari.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/stumbleupon-circle.svg b/svgs/brands/stumbleupon-circle.svg index a28e0b64e..fc5fed1ed 100644 --- a/svgs/brands/stumbleupon-circle.svg +++ b/svgs/brands/stumbleupon-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/stumbleupon.svg b/svgs/brands/stumbleupon.svg index fe7978fee..c8cc3fc96 100644 --- a/svgs/brands/stumbleupon.svg +++ b/svgs/brands/stumbleupon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/superpowers.svg b/svgs/brands/superpowers.svg index a971db344..1fa74ee40 100644 --- a/svgs/brands/superpowers.svg +++ b/svgs/brands/superpowers.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/supple.svg b/svgs/brands/supple.svg index 8d5933925..130cb6ff4 100644 --- a/svgs/brands/supple.svg +++ b/svgs/brands/supple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/suse.svg b/svgs/brands/suse.svg index 7af3411f8..10e633fce 100644 --- a/svgs/brands/suse.svg +++ b/svgs/brands/suse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/swift.svg b/svgs/brands/swift.svg index 27ddeacb3..cf23a9468 100644 --- a/svgs/brands/swift.svg +++ b/svgs/brands/swift.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/symfony.svg b/svgs/brands/symfony.svg index 9cc951070..73037707c 100644 --- a/svgs/brands/symfony.svg +++ b/svgs/brands/symfony.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/teamspeak.svg b/svgs/brands/teamspeak.svg index c0d32c2fd..809c22bd1 100644 --- a/svgs/brands/teamspeak.svg +++ b/svgs/brands/teamspeak.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/telegram-plane.svg b/svgs/brands/telegram-plane.svg index 9a03f1728..74b7cac61 100644 --- a/svgs/brands/telegram-plane.svg +++ b/svgs/brands/telegram-plane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/telegram.svg b/svgs/brands/telegram.svg index d60b0948d..6c2cfb7ca 100644 --- a/svgs/brands/telegram.svg +++ b/svgs/brands/telegram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/tencent-weibo.svg b/svgs/brands/tencent-weibo.svg index d2cb8099a..196adb691 100644 --- a/svgs/brands/tencent-weibo.svg +++ b/svgs/brands/tencent-weibo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/the-red-yeti.svg b/svgs/brands/the-red-yeti.svg index 6cb8461ab..c75db07e7 100644 --- a/svgs/brands/the-red-yeti.svg +++ b/svgs/brands/the-red-yeti.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/themeco.svg b/svgs/brands/themeco.svg index 1e6fe9138..17962e59f 100644 --- a/svgs/brands/themeco.svg +++ b/svgs/brands/themeco.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/themeisle.svg b/svgs/brands/themeisle.svg index d14837e8c..eb32294d0 100644 --- a/svgs/brands/themeisle.svg +++ b/svgs/brands/themeisle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/think-peaks.svg b/svgs/brands/think-peaks.svg index 045169bb6..27c826f9f 100644 --- a/svgs/brands/think-peaks.svg +++ b/svgs/brands/think-peaks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/tiktok.svg b/svgs/brands/tiktok.svg index b077a0336..11dd15393 100644 --- a/svgs/brands/tiktok.svg +++ b/svgs/brands/tiktok.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/trade-federation.svg b/svgs/brands/trade-federation.svg index 567a06691..8dcb02ad7 100644 --- a/svgs/brands/trade-federation.svg +++ b/svgs/brands/trade-federation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/trello.svg b/svgs/brands/trello.svg index aa3c57895..af667530c 100644 --- a/svgs/brands/trello.svg +++ b/svgs/brands/trello.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/tumblr-square.svg b/svgs/brands/tumblr-square.svg index a96108413..47a4cb11a 100644 --- a/svgs/brands/tumblr-square.svg +++ b/svgs/brands/tumblr-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/tumblr.svg b/svgs/brands/tumblr.svg index a9e939873..d0a1305b4 100644 --- a/svgs/brands/tumblr.svg +++ b/svgs/brands/tumblr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/twitch.svg b/svgs/brands/twitch.svg index a3c407a58..4d261d90d 100644 --- a/svgs/brands/twitch.svg +++ b/svgs/brands/twitch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/twitter-square.svg b/svgs/brands/twitter-square.svg index 9b77572d3..1e6a6c271 100644 --- a/svgs/brands/twitter-square.svg +++ b/svgs/brands/twitter-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/twitter.svg b/svgs/brands/twitter.svg index 3db10f686..f44967a58 100644 --- a/svgs/brands/twitter.svg +++ b/svgs/brands/twitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/typo3.svg b/svgs/brands/typo3.svg index 4b1f16363..7448c1462 100644 --- a/svgs/brands/typo3.svg +++ b/svgs/brands/typo3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/uber.svg b/svgs/brands/uber.svg index 365de954c..ddbac5ffe 100644 --- a/svgs/brands/uber.svg +++ b/svgs/brands/uber.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ubuntu.svg b/svgs/brands/ubuntu.svg index 0eb09b581..19704b4d8 100644 --- a/svgs/brands/ubuntu.svg +++ b/svgs/brands/ubuntu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/uikit.svg b/svgs/brands/uikit.svg index df1e13662..dcee6600a 100644 --- a/svgs/brands/uikit.svg +++ b/svgs/brands/uikit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/umbraco.svg b/svgs/brands/umbraco.svg index 2ec9f868f..267e5fd64 100644 --- a/svgs/brands/umbraco.svg +++ b/svgs/brands/umbraco.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/uncharted.svg b/svgs/brands/uncharted.svg index 5e421f741..291f70da1 100644 --- a/svgs/brands/uncharted.svg +++ b/svgs/brands/uncharted.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/uniregistry.svg b/svgs/brands/uniregistry.svg index d1d7f7f6b..232d437a9 100644 --- a/svgs/brands/uniregistry.svg +++ b/svgs/brands/uniregistry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/unity.svg b/svgs/brands/unity.svg index af6b7a485..612159d0b 100644 --- a/svgs/brands/unity.svg +++ b/svgs/brands/unity.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/unsplash.svg b/svgs/brands/unsplash.svg index 26eca57ff..661fc094a 100644 --- a/svgs/brands/unsplash.svg +++ b/svgs/brands/unsplash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/untappd.svg b/svgs/brands/untappd.svg index ef2f9ffca..82d32c514 100644 --- a/svgs/brands/untappd.svg +++ b/svgs/brands/untappd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ups.svg b/svgs/brands/ups.svg index 96dd74c33..ba8fdf9ad 100644 --- a/svgs/brands/ups.svg +++ b/svgs/brands/ups.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/usb.svg b/svgs/brands/usb.svg index 511779998..adc7dc370 100644 --- a/svgs/brands/usb.svg +++ b/svgs/brands/usb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/usps.svg b/svgs/brands/usps.svg index 366e5941c..372522bb8 100644 --- a/svgs/brands/usps.svg +++ b/svgs/brands/usps.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/ussunnah.svg b/svgs/brands/ussunnah.svg index 6227dd99c..9cf0634a9 100644 --- a/svgs/brands/ussunnah.svg +++ b/svgs/brands/ussunnah.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/vaadin.svg b/svgs/brands/vaadin.svg index 7e9cbe22d..8bceb79de 100644 --- a/svgs/brands/vaadin.svg +++ b/svgs/brands/vaadin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/viacoin.svg b/svgs/brands/viacoin.svg index 3994a6d31..940ea07bd 100644 --- a/svgs/brands/viacoin.svg +++ b/svgs/brands/viacoin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/viadeo-square.svg b/svgs/brands/viadeo-square.svg index 7390af378..ee6329d65 100644 --- a/svgs/brands/viadeo-square.svg +++ b/svgs/brands/viadeo-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/viadeo.svg b/svgs/brands/viadeo.svg index 1acba38b1..c45991d7c 100644 --- a/svgs/brands/viadeo.svg +++ b/svgs/brands/viadeo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/viber.svg b/svgs/brands/viber.svg index dccc9c3bd..8c70c7ab7 100644 --- a/svgs/brands/viber.svg +++ b/svgs/brands/viber.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/vimeo-square.svg b/svgs/brands/vimeo-square.svg index 1f4014529..9d84f399d 100644 --- a/svgs/brands/vimeo-square.svg +++ b/svgs/brands/vimeo-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/vimeo-v.svg b/svgs/brands/vimeo-v.svg index 2ebd6548d..94c762de1 100644 --- a/svgs/brands/vimeo-v.svg +++ b/svgs/brands/vimeo-v.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/vimeo.svg b/svgs/brands/vimeo.svg index 9b3d6a9ca..975e52725 100644 --- a/svgs/brands/vimeo.svg +++ b/svgs/brands/vimeo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/vine.svg b/svgs/brands/vine.svg index bb6d36954..afe7c925d 100644 --- a/svgs/brands/vine.svg +++ b/svgs/brands/vine.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/vk.svg b/svgs/brands/vk.svg index 960003d44..5c9a01654 100644 --- a/svgs/brands/vk.svg +++ b/svgs/brands/vk.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/vnv.svg b/svgs/brands/vnv.svg index a67a2d4a6..defd09e49 100644 --- a/svgs/brands/vnv.svg +++ b/svgs/brands/vnv.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/vuejs.svg b/svgs/brands/vuejs.svg index aa65526f6..e6ff1c0e9 100644 --- a/svgs/brands/vuejs.svg +++ b/svgs/brands/vuejs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/watchman-monitoring.svg b/svgs/brands/watchman-monitoring.svg index 099ab0f74..f44797bdd 100644 --- a/svgs/brands/watchman-monitoring.svg +++ b/svgs/brands/watchman-monitoring.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/waze.svg b/svgs/brands/waze.svg index 331ef6b44..bdf915db2 100644 --- a/svgs/brands/waze.svg +++ b/svgs/brands/waze.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/weebly.svg b/svgs/brands/weebly.svg index da1d2b544..670b4332b 100644 --- a/svgs/brands/weebly.svg +++ b/svgs/brands/weebly.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/weibo.svg b/svgs/brands/weibo.svg index a566b604d..a8ba297de 100644 --- a/svgs/brands/weibo.svg +++ b/svgs/brands/weibo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/weixin.svg b/svgs/brands/weixin.svg index a4b2061f3..2a48c539a 100644 --- a/svgs/brands/weixin.svg +++ b/svgs/brands/weixin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/whatsapp-square.svg b/svgs/brands/whatsapp-square.svg index f52bb4d61..c25060405 100644 --- a/svgs/brands/whatsapp-square.svg +++ b/svgs/brands/whatsapp-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/whatsapp.svg b/svgs/brands/whatsapp.svg index e5bc87b1f..934d1808a 100644 --- a/svgs/brands/whatsapp.svg +++ b/svgs/brands/whatsapp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/whmcs.svg b/svgs/brands/whmcs.svg index b5609bc03..84f4d6b09 100644 --- a/svgs/brands/whmcs.svg +++ b/svgs/brands/whmcs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wikipedia-w.svg b/svgs/brands/wikipedia-w.svg index 4d33bacdb..5c3b3fc89 100644 --- a/svgs/brands/wikipedia-w.svg +++ b/svgs/brands/wikipedia-w.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/windows.svg b/svgs/brands/windows.svg index ea1887196..9aa2c4a5f 100644 --- a/svgs/brands/windows.svg +++ b/svgs/brands/windows.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wix.svg b/svgs/brands/wix.svg index a1f55f641..c3b6400b6 100644 --- a/svgs/brands/wix.svg +++ b/svgs/brands/wix.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wizards-of-the-coast.svg b/svgs/brands/wizards-of-the-coast.svg index d58d119ef..6ddf21517 100644 --- a/svgs/brands/wizards-of-the-coast.svg +++ b/svgs/brands/wizards-of-the-coast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wodu.svg b/svgs/brands/wodu.svg index 25fb219e4..95254a733 100644 --- a/svgs/brands/wodu.svg +++ b/svgs/brands/wodu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wolf-pack-battalion.svg b/svgs/brands/wolf-pack-battalion.svg index 52f4d010e..28831cdb6 100644 --- a/svgs/brands/wolf-pack-battalion.svg +++ b/svgs/brands/wolf-pack-battalion.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wordpress-simple.svg b/svgs/brands/wordpress-simple.svg index e795c12ac..56cbb5822 100644 --- a/svgs/brands/wordpress-simple.svg +++ b/svgs/brands/wordpress-simple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wordpress.svg b/svgs/brands/wordpress.svg index 271579824..4f246fdf8 100644 --- a/svgs/brands/wordpress.svg +++ b/svgs/brands/wordpress.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wpbeginner.svg b/svgs/brands/wpbeginner.svg index f7d91677b..fefc214ae 100644 --- a/svgs/brands/wpbeginner.svg +++ b/svgs/brands/wpbeginner.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wpexplorer.svg b/svgs/brands/wpexplorer.svg index 09e031004..00386e267 100644 --- a/svgs/brands/wpexplorer.svg +++ b/svgs/brands/wpexplorer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wpforms.svg b/svgs/brands/wpforms.svg index f5b1fc535..1c3467c10 100644 --- a/svgs/brands/wpforms.svg +++ b/svgs/brands/wpforms.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/wpressr.svg b/svgs/brands/wpressr.svg index 6520c36bd..14e183db6 100644 --- a/svgs/brands/wpressr.svg +++ b/svgs/brands/wpressr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/xbox.svg b/svgs/brands/xbox.svg index 2cf8078ac..14720ed1d 100644 --- a/svgs/brands/xbox.svg +++ b/svgs/brands/xbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/xing-square.svg b/svgs/brands/xing-square.svg index 8dfd54918..a94fb57fe 100644 --- a/svgs/brands/xing-square.svg +++ b/svgs/brands/xing-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/xing.svg b/svgs/brands/xing.svg index fd1b31741..45226ba86 100644 --- a/svgs/brands/xing.svg +++ b/svgs/brands/xing.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/y-combinator.svg b/svgs/brands/y-combinator.svg index 69ea33b0d..47bf2f949 100644 --- a/svgs/brands/y-combinator.svg +++ b/svgs/brands/y-combinator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/yahoo.svg b/svgs/brands/yahoo.svg index e46549dec..25f847142 100644 --- a/svgs/brands/yahoo.svg +++ b/svgs/brands/yahoo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/yammer.svg b/svgs/brands/yammer.svg index 62ff9f69d..1591f6d71 100644 --- a/svgs/brands/yammer.svg +++ b/svgs/brands/yammer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/yandex-international.svg b/svgs/brands/yandex-international.svg index 5c270a6e3..83ea238cc 100644 --- a/svgs/brands/yandex-international.svg +++ b/svgs/brands/yandex-international.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/yandex.svg b/svgs/brands/yandex.svg index 9c4f98156..37f4ee5bf 100644 --- a/svgs/brands/yandex.svg +++ b/svgs/brands/yandex.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/yarn.svg b/svgs/brands/yarn.svg index 9b756e25c..3ffa4c2a8 100644 --- a/svgs/brands/yarn.svg +++ b/svgs/brands/yarn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/yelp.svg b/svgs/brands/yelp.svg index 53bb64afd..c6f3a496a 100644 --- a/svgs/brands/yelp.svg +++ b/svgs/brands/yelp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/yoast.svg b/svgs/brands/yoast.svg index 194d904db..3210c657d 100644 --- a/svgs/brands/yoast.svg +++ b/svgs/brands/yoast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/youtube-square.svg b/svgs/brands/youtube-square.svg index 6080dd635..3b27a3520 100644 --- a/svgs/brands/youtube-square.svg +++ b/svgs/brands/youtube-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/youtube.svg b/svgs/brands/youtube.svg index adfe427c5..725352e46 100644 --- a/svgs/brands/youtube.svg +++ b/svgs/brands/youtube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/brands/zhihu.svg b/svgs/brands/zhihu.svg index b8d1457d0..59995606b 100644 --- a/svgs/brands/zhihu.svg +++ b/svgs/brands/zhihu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/address-book.svg b/svgs/regular/address-book.svg index 4fc615eac..adc7e2140 100644 --- a/svgs/regular/address-book.svg +++ b/svgs/regular/address-book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/address-card.svg b/svgs/regular/address-card.svg index e85805ff8..c3eb42af5 100644 --- a/svgs/regular/address-card.svg +++ b/svgs/regular/address-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/angry.svg b/svgs/regular/angry.svg index b233d4e4f..578b43060 100644 --- a/svgs/regular/angry.svg +++ b/svgs/regular/angry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/arrow-alt-circle-down.svg b/svgs/regular/arrow-alt-circle-down.svg index f74020a20..044bb91eb 100644 --- a/svgs/regular/arrow-alt-circle-down.svg +++ b/svgs/regular/arrow-alt-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/arrow-alt-circle-left.svg b/svgs/regular/arrow-alt-circle-left.svg index 49d48ca2c..e2dcb5a42 100644 --- a/svgs/regular/arrow-alt-circle-left.svg +++ b/svgs/regular/arrow-alt-circle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/arrow-alt-circle-right.svg b/svgs/regular/arrow-alt-circle-right.svg index 542a0357d..9407bb146 100644 --- a/svgs/regular/arrow-alt-circle-right.svg +++ b/svgs/regular/arrow-alt-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/arrow-alt-circle-up.svg b/svgs/regular/arrow-alt-circle-up.svg index f0f5c0ead..02cd4b869 100644 --- a/svgs/regular/arrow-alt-circle-up.svg +++ b/svgs/regular/arrow-alt-circle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/bell-slash.svg b/svgs/regular/bell-slash.svg index eae738d5e..2ee717604 100644 --- a/svgs/regular/bell-slash.svg +++ b/svgs/regular/bell-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/bell.svg b/svgs/regular/bell.svg index 85657ff9e..322baaa0e 100644 --- a/svgs/regular/bell.svg +++ b/svgs/regular/bell.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/bookmark.svg b/svgs/regular/bookmark.svg index 5c4f7d204..c3d26cb55 100644 --- a/svgs/regular/bookmark.svg +++ b/svgs/regular/bookmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/building.svg b/svgs/regular/building.svg index f92aaa7cf..e9a3b4c22 100644 --- a/svgs/regular/building.svg +++ b/svgs/regular/building.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/calendar-alt.svg b/svgs/regular/calendar-alt.svg index 3cef71236..6249182b4 100644 --- a/svgs/regular/calendar-alt.svg +++ b/svgs/regular/calendar-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/calendar-check.svg b/svgs/regular/calendar-check.svg index 294b89916..8c0b5738e 100644 --- a/svgs/regular/calendar-check.svg +++ b/svgs/regular/calendar-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/calendar-minus.svg b/svgs/regular/calendar-minus.svg index 379ee776e..1d9ee2ee3 100644 --- a/svgs/regular/calendar-minus.svg +++ b/svgs/regular/calendar-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/calendar-plus.svg b/svgs/regular/calendar-plus.svg index 08bcd088d..894e43101 100644 --- a/svgs/regular/calendar-plus.svg +++ b/svgs/regular/calendar-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/calendar-times.svg b/svgs/regular/calendar-times.svg index c5095113c..4117ae969 100644 --- a/svgs/regular/calendar-times.svg +++ b/svgs/regular/calendar-times.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/calendar.svg b/svgs/regular/calendar.svg index 74e52215d..1cbe117d1 100644 --- a/svgs/regular/calendar.svg +++ b/svgs/regular/calendar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/caret-square-down.svg b/svgs/regular/caret-square-down.svg index 9448e3da5..53086ef4d 100644 --- a/svgs/regular/caret-square-down.svg +++ b/svgs/regular/caret-square-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/caret-square-left.svg b/svgs/regular/caret-square-left.svg index 8f8b952df..c9e0ca741 100644 --- a/svgs/regular/caret-square-left.svg +++ b/svgs/regular/caret-square-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/caret-square-right.svg b/svgs/regular/caret-square-right.svg index 4fef0f32d..f15bd67ad 100644 --- a/svgs/regular/caret-square-right.svg +++ b/svgs/regular/caret-square-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/caret-square-up.svg b/svgs/regular/caret-square-up.svg index 1868faee4..20bfcf140 100644 --- a/svgs/regular/caret-square-up.svg +++ b/svgs/regular/caret-square-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/chart-bar.svg b/svgs/regular/chart-bar.svg index 9a185998b..a97ea136a 100644 --- a/svgs/regular/chart-bar.svg +++ b/svgs/regular/chart-bar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/check-circle.svg b/svgs/regular/check-circle.svg index c08b74640..46677e3f0 100644 --- a/svgs/regular/check-circle.svg +++ b/svgs/regular/check-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/check-square.svg b/svgs/regular/check-square.svg index 28acc4cb6..80339d9bf 100644 --- a/svgs/regular/check-square.svg +++ b/svgs/regular/check-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/circle.svg b/svgs/regular/circle.svg index c916c8d9a..b8225e163 100644 --- a/svgs/regular/circle.svg +++ b/svgs/regular/circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/clipboard.svg b/svgs/regular/clipboard.svg index 562aa10c6..61c6f9e08 100644 --- a/svgs/regular/clipboard.svg +++ b/svgs/regular/clipboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/clock.svg b/svgs/regular/clock.svg index be67bc088..bafd3e001 100644 --- a/svgs/regular/clock.svg +++ b/svgs/regular/clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/clone.svg b/svgs/regular/clone.svg index fb1cd6350..0a5b0e9d2 100644 --- a/svgs/regular/clone.svg +++ b/svgs/regular/clone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/closed-captioning.svg b/svgs/regular/closed-captioning.svg index c121f45a8..63fdc2bb0 100644 --- a/svgs/regular/closed-captioning.svg +++ b/svgs/regular/closed-captioning.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/comment-alt.svg b/svgs/regular/comment-alt.svg index a30ba613a..c7c78d8de 100644 --- a/svgs/regular/comment-alt.svg +++ b/svgs/regular/comment-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/comment-dots.svg b/svgs/regular/comment-dots.svg index b0db7c7f6..8d37a0102 100644 --- a/svgs/regular/comment-dots.svg +++ b/svgs/regular/comment-dots.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/comment.svg b/svgs/regular/comment.svg index dc06d7b2c..02cbf31e8 100644 --- a/svgs/regular/comment.svg +++ b/svgs/regular/comment.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/comments.svg b/svgs/regular/comments.svg index ba8797556..60a7bddf4 100644 --- a/svgs/regular/comments.svg +++ b/svgs/regular/comments.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/compass.svg b/svgs/regular/compass.svg index f91ced156..cee0239f9 100644 --- a/svgs/regular/compass.svg +++ b/svgs/regular/compass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/copy.svg b/svgs/regular/copy.svg index 2fe9c4670..7b6a15bb9 100644 --- a/svgs/regular/copy.svg +++ b/svgs/regular/copy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/copyright.svg b/svgs/regular/copyright.svg index 20200db86..056234c66 100644 --- a/svgs/regular/copyright.svg +++ b/svgs/regular/copyright.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/credit-card.svg b/svgs/regular/credit-card.svg index 0831010b3..844248363 100644 --- a/svgs/regular/credit-card.svg +++ b/svgs/regular/credit-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/dizzy.svg b/svgs/regular/dizzy.svg index 92d31fe2a..12a8f889d 100644 --- a/svgs/regular/dizzy.svg +++ b/svgs/regular/dizzy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/dot-circle.svg b/svgs/regular/dot-circle.svg index b99c46f11..b2a301f32 100644 --- a/svgs/regular/dot-circle.svg +++ b/svgs/regular/dot-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/edit.svg b/svgs/regular/edit.svg index bd59b432a..5b721e2e0 100644 --- a/svgs/regular/edit.svg +++ b/svgs/regular/edit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/envelope-open.svg b/svgs/regular/envelope-open.svg index e8e973dda..d8babdd9b 100644 --- a/svgs/regular/envelope-open.svg +++ b/svgs/regular/envelope-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/envelope.svg b/svgs/regular/envelope.svg index 24e6760c5..5f384220a 100644 --- a/svgs/regular/envelope.svg +++ b/svgs/regular/envelope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/eye-slash.svg b/svgs/regular/eye-slash.svg index 7153e1c08..91fc9c480 100644 --- a/svgs/regular/eye-slash.svg +++ b/svgs/regular/eye-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/eye.svg b/svgs/regular/eye.svg index 353af116c..140161268 100644 --- a/svgs/regular/eye.svg +++ b/svgs/regular/eye.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-alt.svg b/svgs/regular/file-alt.svg index 1f3c705d0..68819fd49 100644 --- a/svgs/regular/file-alt.svg +++ b/svgs/regular/file-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-archive.svg b/svgs/regular/file-archive.svg index 5380074c7..033ffd04a 100644 --- a/svgs/regular/file-archive.svg +++ b/svgs/regular/file-archive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-audio.svg b/svgs/regular/file-audio.svg index 79c64abf9..0d1f77eb7 100644 --- a/svgs/regular/file-audio.svg +++ b/svgs/regular/file-audio.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-code.svg b/svgs/regular/file-code.svg index 6ca3b1faf..88cfcd11e 100644 --- a/svgs/regular/file-code.svg +++ b/svgs/regular/file-code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-excel.svg b/svgs/regular/file-excel.svg index 1b952cca6..a9bb469c6 100644 --- a/svgs/regular/file-excel.svg +++ b/svgs/regular/file-excel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-image.svg b/svgs/regular/file-image.svg index 77a3da4c4..521902b05 100644 --- a/svgs/regular/file-image.svg +++ b/svgs/regular/file-image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-pdf.svg b/svgs/regular/file-pdf.svg index 4d036004e..971c5202c 100644 --- a/svgs/regular/file-pdf.svg +++ b/svgs/regular/file-pdf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-powerpoint.svg b/svgs/regular/file-powerpoint.svg index 3eb133814..c7173702f 100644 --- a/svgs/regular/file-powerpoint.svg +++ b/svgs/regular/file-powerpoint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-video.svg b/svgs/regular/file-video.svg index 3da4d4bfa..681b59667 100644 --- a/svgs/regular/file-video.svg +++ b/svgs/regular/file-video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file-word.svg b/svgs/regular/file-word.svg index 6a5a51a2d..972ec35cf 100644 --- a/svgs/regular/file-word.svg +++ b/svgs/regular/file-word.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/file.svg b/svgs/regular/file.svg index a3e4b84cc..be966ffd5 100644 --- a/svgs/regular/file.svg +++ b/svgs/regular/file.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/flag.svg b/svgs/regular/flag.svg index 84863f21a..2529a03df 100644 --- a/svgs/regular/flag.svg +++ b/svgs/regular/flag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/flushed.svg b/svgs/regular/flushed.svg index 39533890a..6e30c9405 100644 --- a/svgs/regular/flushed.svg +++ b/svgs/regular/flushed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/folder-open.svg b/svgs/regular/folder-open.svg index 6589eb292..26e338015 100644 --- a/svgs/regular/folder-open.svg +++ b/svgs/regular/folder-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/folder.svg b/svgs/regular/folder.svg index 230556b7a..1b5ff18bb 100644 --- a/svgs/regular/folder.svg +++ b/svgs/regular/folder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/font-awesome-logo-full.svg b/svgs/regular/font-awesome-logo-full.svg index 812bbc0a9..0672ac840 100644 --- a/svgs/regular/font-awesome-logo-full.svg +++ b/svgs/regular/font-awesome-logo-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/frown-open.svg b/svgs/regular/frown-open.svg index a7cefa759..07324575d 100644 --- a/svgs/regular/frown-open.svg +++ b/svgs/regular/frown-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/frown.svg b/svgs/regular/frown.svg index 017b1399e..ce72f20b3 100644 --- a/svgs/regular/frown.svg +++ b/svgs/regular/frown.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/futbol.svg b/svgs/regular/futbol.svg index 540972f33..632190278 100644 --- a/svgs/regular/futbol.svg +++ b/svgs/regular/futbol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/gem.svg b/svgs/regular/gem.svg index d940053a5..dca599201 100644 --- a/svgs/regular/gem.svg +++ b/svgs/regular/gem.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grimace.svg b/svgs/regular/grimace.svg index 74f2aa21a..803f00782 100644 --- a/svgs/regular/grimace.svg +++ b/svgs/regular/grimace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-alt.svg b/svgs/regular/grin-alt.svg index c64bc8bd0..184144cdb 100644 --- a/svgs/regular/grin-alt.svg +++ b/svgs/regular/grin-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-beam-sweat.svg b/svgs/regular/grin-beam-sweat.svg index 4903d88ee..826c4c400 100644 --- a/svgs/regular/grin-beam-sweat.svg +++ b/svgs/regular/grin-beam-sweat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-beam.svg b/svgs/regular/grin-beam.svg index 351f93651..72bd14ca7 100644 --- a/svgs/regular/grin-beam.svg +++ b/svgs/regular/grin-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-hearts.svg b/svgs/regular/grin-hearts.svg index 49cfd39b9..3fef41a5d 100644 --- a/svgs/regular/grin-hearts.svg +++ b/svgs/regular/grin-hearts.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-squint-tears.svg b/svgs/regular/grin-squint-tears.svg index 36e8243d3..c82e1f9a3 100644 --- a/svgs/regular/grin-squint-tears.svg +++ b/svgs/regular/grin-squint-tears.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-squint.svg b/svgs/regular/grin-squint.svg index cdc71352c..cdad9f045 100644 --- a/svgs/regular/grin-squint.svg +++ b/svgs/regular/grin-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-stars.svg b/svgs/regular/grin-stars.svg index 7cec13125..87a943816 100644 --- a/svgs/regular/grin-stars.svg +++ b/svgs/regular/grin-stars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-tears.svg b/svgs/regular/grin-tears.svg index f9c40f18d..e3602b261 100644 --- a/svgs/regular/grin-tears.svg +++ b/svgs/regular/grin-tears.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-tongue-squint.svg b/svgs/regular/grin-tongue-squint.svg index 6c9bc8500..673cd1a10 100644 --- a/svgs/regular/grin-tongue-squint.svg +++ b/svgs/regular/grin-tongue-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-tongue-wink.svg b/svgs/regular/grin-tongue-wink.svg index 0ba07c34a..f503cc314 100644 --- a/svgs/regular/grin-tongue-wink.svg +++ b/svgs/regular/grin-tongue-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-tongue.svg b/svgs/regular/grin-tongue.svg index 59d6b538b..516d166d6 100644 --- a/svgs/regular/grin-tongue.svg +++ b/svgs/regular/grin-tongue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin-wink.svg b/svgs/regular/grin-wink.svg index 3c8472d6b..4f31f6dcf 100644 --- a/svgs/regular/grin-wink.svg +++ b/svgs/regular/grin-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/grin.svg b/svgs/regular/grin.svg index 7bdf15f0c..e8de52734 100644 --- a/svgs/regular/grin.svg +++ b/svgs/regular/grin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-lizard.svg b/svgs/regular/hand-lizard.svg index 847474588..7371de97f 100644 --- a/svgs/regular/hand-lizard.svg +++ b/svgs/regular/hand-lizard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-paper.svg b/svgs/regular/hand-paper.svg index 8efe2ba13..d046d0fb3 100644 --- a/svgs/regular/hand-paper.svg +++ b/svgs/regular/hand-paper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-peace.svg b/svgs/regular/hand-peace.svg index 5390061a6..e574f7989 100644 --- a/svgs/regular/hand-peace.svg +++ b/svgs/regular/hand-peace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-point-down.svg b/svgs/regular/hand-point-down.svg index 8987b5bca..87770009e 100644 --- a/svgs/regular/hand-point-down.svg +++ b/svgs/regular/hand-point-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-point-left.svg b/svgs/regular/hand-point-left.svg index 47ae6bbd8..f1fd2458e 100644 --- a/svgs/regular/hand-point-left.svg +++ b/svgs/regular/hand-point-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-point-right.svg b/svgs/regular/hand-point-right.svg index cd6d0b656..2e5bc9320 100644 --- a/svgs/regular/hand-point-right.svg +++ b/svgs/regular/hand-point-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-point-up.svg b/svgs/regular/hand-point-up.svg index 7375f9649..1b4c2b332 100644 --- a/svgs/regular/hand-point-up.svg +++ b/svgs/regular/hand-point-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-pointer.svg b/svgs/regular/hand-pointer.svg index ba32921e4..7aaf1692e 100644 --- a/svgs/regular/hand-pointer.svg +++ b/svgs/regular/hand-pointer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-rock.svg b/svgs/regular/hand-rock.svg index c8142cbbe..57c4fae89 100644 --- a/svgs/regular/hand-rock.svg +++ b/svgs/regular/hand-rock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-scissors.svg b/svgs/regular/hand-scissors.svg index 061773dba..497762d53 100644 --- a/svgs/regular/hand-scissors.svg +++ b/svgs/regular/hand-scissors.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hand-spock.svg b/svgs/regular/hand-spock.svg index d1ce7cf90..d6f7a210c 100644 --- a/svgs/regular/hand-spock.svg +++ b/svgs/regular/hand-spock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/handshake.svg b/svgs/regular/handshake.svg index 354356a7d..e01c671ae 100644 --- a/svgs/regular/handshake.svg +++ b/svgs/regular/handshake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hdd.svg b/svgs/regular/hdd.svg index aa0b01f67..4366d361c 100644 --- a/svgs/regular/hdd.svg +++ b/svgs/regular/hdd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/heart.svg b/svgs/regular/heart.svg index 104fe7f64..712a71dbd 100644 --- a/svgs/regular/heart.svg +++ b/svgs/regular/heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hospital.svg b/svgs/regular/hospital.svg index 0baebd1a7..466446f6c 100644 --- a/svgs/regular/hospital.svg +++ b/svgs/regular/hospital.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/hourglass.svg b/svgs/regular/hourglass.svg index 75ae09fb0..81b0748b0 100644 --- a/svgs/regular/hourglass.svg +++ b/svgs/regular/hourglass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/id-badge.svg b/svgs/regular/id-badge.svg index e3186eb6c..ce9b5fc4a 100644 --- a/svgs/regular/id-badge.svg +++ b/svgs/regular/id-badge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/id-card.svg b/svgs/regular/id-card.svg index 14c0d98e9..3582913e5 100644 --- a/svgs/regular/id-card.svg +++ b/svgs/regular/id-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/image.svg b/svgs/regular/image.svg index 4526ee2b3..b3839b1d0 100644 --- a/svgs/regular/image.svg +++ b/svgs/regular/image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/images.svg b/svgs/regular/images.svg index f3e84a280..5982b5389 100644 --- a/svgs/regular/images.svg +++ b/svgs/regular/images.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/keyboard.svg b/svgs/regular/keyboard.svg index 8ccfbfe59..585810573 100644 --- a/svgs/regular/keyboard.svg +++ b/svgs/regular/keyboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/kiss-beam.svg b/svgs/regular/kiss-beam.svg index 5cb95b7bb..4586da806 100644 --- a/svgs/regular/kiss-beam.svg +++ b/svgs/regular/kiss-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/kiss-wink-heart.svg b/svgs/regular/kiss-wink-heart.svg index 01b70ae4f..91005cf48 100644 --- a/svgs/regular/kiss-wink-heart.svg +++ b/svgs/regular/kiss-wink-heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/kiss.svg b/svgs/regular/kiss.svg index e2dcc7343..c82f1fddf 100644 --- a/svgs/regular/kiss.svg +++ b/svgs/regular/kiss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/laugh-beam.svg b/svgs/regular/laugh-beam.svg index b791fd30d..8ba34b7ef 100644 --- a/svgs/regular/laugh-beam.svg +++ b/svgs/regular/laugh-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/laugh-squint.svg b/svgs/regular/laugh-squint.svg index d68eb3722..79298716e 100644 --- a/svgs/regular/laugh-squint.svg +++ b/svgs/regular/laugh-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/laugh-wink.svg b/svgs/regular/laugh-wink.svg index 197afd6c0..a9a27bafd 100644 --- a/svgs/regular/laugh-wink.svg +++ b/svgs/regular/laugh-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/laugh.svg b/svgs/regular/laugh.svg index 728fbf064..ad853c282 100644 --- a/svgs/regular/laugh.svg +++ b/svgs/regular/laugh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/lemon.svg b/svgs/regular/lemon.svg index b8d9cb2a6..4f6703922 100644 --- a/svgs/regular/lemon.svg +++ b/svgs/regular/lemon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/life-ring.svg b/svgs/regular/life-ring.svg index d0aeb11c6..3a9b1b0d8 100644 --- a/svgs/regular/life-ring.svg +++ b/svgs/regular/life-ring.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/lightbulb.svg b/svgs/regular/lightbulb.svg index 1b175db6d..9988e7b16 100644 --- a/svgs/regular/lightbulb.svg +++ b/svgs/regular/lightbulb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/list-alt.svg b/svgs/regular/list-alt.svg index 5da13df56..f0b63211d 100644 --- a/svgs/regular/list-alt.svg +++ b/svgs/regular/list-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/map.svg b/svgs/regular/map.svg index 185ccce45..9f6e35874 100644 --- a/svgs/regular/map.svg +++ b/svgs/regular/map.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/meh-blank.svg b/svgs/regular/meh-blank.svg index f2c7ee481..0ebe316ca 100644 --- a/svgs/regular/meh-blank.svg +++ b/svgs/regular/meh-blank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/meh-rolling-eyes.svg b/svgs/regular/meh-rolling-eyes.svg index f3dab8347..4de3c6751 100644 --- a/svgs/regular/meh-rolling-eyes.svg +++ b/svgs/regular/meh-rolling-eyes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/meh.svg b/svgs/regular/meh.svg index fc6bb6fb2..798edd4b2 100644 --- a/svgs/regular/meh.svg +++ b/svgs/regular/meh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/minus-square.svg b/svgs/regular/minus-square.svg index bda25dc8d..bf38eb2b9 100644 --- a/svgs/regular/minus-square.svg +++ b/svgs/regular/minus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/money-bill-alt.svg b/svgs/regular/money-bill-alt.svg index 85a89504d..77a139219 100644 --- a/svgs/regular/money-bill-alt.svg +++ b/svgs/regular/money-bill-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/moon.svg b/svgs/regular/moon.svg index 54c785351..0063a4a49 100644 --- a/svgs/regular/moon.svg +++ b/svgs/regular/moon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/newspaper.svg b/svgs/regular/newspaper.svg index 84539c8f2..da05f3cee 100644 --- a/svgs/regular/newspaper.svg +++ b/svgs/regular/newspaper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/object-group.svg b/svgs/regular/object-group.svg index 0bf19f2fe..bf7858b45 100644 --- a/svgs/regular/object-group.svg +++ b/svgs/regular/object-group.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/object-ungroup.svg b/svgs/regular/object-ungroup.svg index 6a2b9d4b8..5f4d9ba03 100644 --- a/svgs/regular/object-ungroup.svg +++ b/svgs/regular/object-ungroup.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/paper-plane.svg b/svgs/regular/paper-plane.svg index cef3310d8..b32606175 100644 --- a/svgs/regular/paper-plane.svg +++ b/svgs/regular/paper-plane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/pause-circle.svg b/svgs/regular/pause-circle.svg index 268cec680..384391183 100644 --- a/svgs/regular/pause-circle.svg +++ b/svgs/regular/pause-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/play-circle.svg b/svgs/regular/play-circle.svg index 7030c90ed..778c5fa87 100644 --- a/svgs/regular/play-circle.svg +++ b/svgs/regular/play-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/plus-square.svg b/svgs/regular/plus-square.svg index af4512be1..7ccd21f08 100644 --- a/svgs/regular/plus-square.svg +++ b/svgs/regular/plus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/question-circle.svg b/svgs/regular/question-circle.svg index a78517dc8..3355ec306 100644 --- a/svgs/regular/question-circle.svg +++ b/svgs/regular/question-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/registered.svg b/svgs/regular/registered.svg index bd060c832..e0600811e 100644 --- a/svgs/regular/registered.svg +++ b/svgs/regular/registered.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/sad-cry.svg b/svgs/regular/sad-cry.svg index 3193d1727..10edb7022 100644 --- a/svgs/regular/sad-cry.svg +++ b/svgs/regular/sad-cry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/sad-tear.svg b/svgs/regular/sad-tear.svg index 65170d2ca..e27717677 100644 --- a/svgs/regular/sad-tear.svg +++ b/svgs/regular/sad-tear.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/save.svg b/svgs/regular/save.svg index cae30ed95..7add50dad 100644 --- a/svgs/regular/save.svg +++ b/svgs/regular/save.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/share-square.svg b/svgs/regular/share-square.svg index f857aa75e..49b4fa750 100644 --- a/svgs/regular/share-square.svg +++ b/svgs/regular/share-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/smile-beam.svg b/svgs/regular/smile-beam.svg index a4177dde4..75637bb04 100644 --- a/svgs/regular/smile-beam.svg +++ b/svgs/regular/smile-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/smile-wink.svg b/svgs/regular/smile-wink.svg index 16e2aaaad..01233b493 100644 --- a/svgs/regular/smile-wink.svg +++ b/svgs/regular/smile-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/smile.svg b/svgs/regular/smile.svg index 7a198976f..a445272d8 100644 --- a/svgs/regular/smile.svg +++ b/svgs/regular/smile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/snowflake.svg b/svgs/regular/snowflake.svg index 21cf78a89..938182dca 100644 --- a/svgs/regular/snowflake.svg +++ b/svgs/regular/snowflake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/square.svg b/svgs/regular/square.svg index cb882b993..6a171998c 100644 --- a/svgs/regular/square.svg +++ b/svgs/regular/square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/star-half.svg b/svgs/regular/star-half.svg index 92d8f00d7..0c0c4d422 100644 --- a/svgs/regular/star-half.svg +++ b/svgs/regular/star-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/star.svg b/svgs/regular/star.svg index c2f399110..42caf5022 100644 --- a/svgs/regular/star.svg +++ b/svgs/regular/star.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/sticky-note.svg b/svgs/regular/sticky-note.svg index 1c0fe53af..760ae49a3 100644 --- a/svgs/regular/sticky-note.svg +++ b/svgs/regular/sticky-note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/stop-circle.svg b/svgs/regular/stop-circle.svg index 34dbeb049..42f328da2 100644 --- a/svgs/regular/stop-circle.svg +++ b/svgs/regular/stop-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/sun.svg b/svgs/regular/sun.svg index 3691e5d94..8e51c15c2 100644 --- a/svgs/regular/sun.svg +++ b/svgs/regular/sun.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/surprise.svg b/svgs/regular/surprise.svg index a56e2fdb4..1a50cb5c7 100644 --- a/svgs/regular/surprise.svg +++ b/svgs/regular/surprise.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/thumbs-down.svg b/svgs/regular/thumbs-down.svg index 343201432..3bc62f931 100644 --- a/svgs/regular/thumbs-down.svg +++ b/svgs/regular/thumbs-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/thumbs-up.svg b/svgs/regular/thumbs-up.svg index 689868d54..099a2cfc1 100644 --- a/svgs/regular/thumbs-up.svg +++ b/svgs/regular/thumbs-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/times-circle.svg b/svgs/regular/times-circle.svg index 3fa26ec9b..25f2ad11e 100644 --- a/svgs/regular/times-circle.svg +++ b/svgs/regular/times-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/tired.svg b/svgs/regular/tired.svg index b6e4a5b24..f46014cf1 100644 --- a/svgs/regular/tired.svg +++ b/svgs/regular/tired.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/trash-alt.svg b/svgs/regular/trash-alt.svg index 81ea9b637..393e5fcdf 100644 --- a/svgs/regular/trash-alt.svg +++ b/svgs/regular/trash-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/user-circle.svg b/svgs/regular/user-circle.svg index 160702d44..f954931ba 100644 --- a/svgs/regular/user-circle.svg +++ b/svgs/regular/user-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/user.svg b/svgs/regular/user.svg index 749e58eb0..5e2143512 100644 --- a/svgs/regular/user.svg +++ b/svgs/regular/user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/window-close.svg b/svgs/regular/window-close.svg index 8787f671c..1d56f71d3 100644 --- a/svgs/regular/window-close.svg +++ b/svgs/regular/window-close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/window-maximize.svg b/svgs/regular/window-maximize.svg index 8bf6aa9bc..0bb1e2213 100644 --- a/svgs/regular/window-maximize.svg +++ b/svgs/regular/window-maximize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/window-minimize.svg b/svgs/regular/window-minimize.svg index a7ee6411c..198577553 100644 --- a/svgs/regular/window-minimize.svg +++ b/svgs/regular/window-minimize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/regular/window-restore.svg b/svgs/regular/window-restore.svg index c8c9682a6..56b41327c 100644 --- a/svgs/regular/window-restore.svg +++ b/svgs/regular/window-restore.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ad.svg b/svgs/solid/ad.svg index f0de66d4a..837a8dad4 100644 --- a/svgs/solid/ad.svg +++ b/svgs/solid/ad.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/address-book.svg b/svgs/solid/address-book.svg index cdd0ac896..46dcddd13 100644 --- a/svgs/solid/address-book.svg +++ b/svgs/solid/address-book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/address-card.svg b/svgs/solid/address-card.svg index 8e4062645..ae88c2fd0 100644 --- a/svgs/solid/address-card.svg +++ b/svgs/solid/address-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/adjust.svg b/svgs/solid/adjust.svg index 98426cff1..f4051d730 100644 --- a/svgs/solid/adjust.svg +++ b/svgs/solid/adjust.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/air-freshener.svg b/svgs/solid/air-freshener.svg index 0f31bc226..f08e219f1 100644 --- a/svgs/solid/air-freshener.svg +++ b/svgs/solid/air-freshener.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/align-center.svg b/svgs/solid/align-center.svg index c4647c578..a632c2aaa 100644 --- a/svgs/solid/align-center.svg +++ b/svgs/solid/align-center.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/align-justify.svg b/svgs/solid/align-justify.svg index e0a877f9e..89c17317d 100644 --- a/svgs/solid/align-justify.svg +++ b/svgs/solid/align-justify.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/align-left.svg b/svgs/solid/align-left.svg index a70979b1e..31e08d4ef 100644 --- a/svgs/solid/align-left.svg +++ b/svgs/solid/align-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/align-right.svg b/svgs/solid/align-right.svg index 677cf8f12..d0b187873 100644 --- a/svgs/solid/align-right.svg +++ b/svgs/solid/align-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/allergies.svg b/svgs/solid/allergies.svg index f0361565a..b90315991 100644 --- a/svgs/solid/allergies.svg +++ b/svgs/solid/allergies.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ambulance.svg b/svgs/solid/ambulance.svg index 2876c7003..de52a508c 100644 --- a/svgs/solid/ambulance.svg +++ b/svgs/solid/ambulance.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/american-sign-language-interpreting.svg b/svgs/solid/american-sign-language-interpreting.svg index ab7d2df56..522cbe52e 100644 --- a/svgs/solid/american-sign-language-interpreting.svg +++ b/svgs/solid/american-sign-language-interpreting.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/anchor.svg b/svgs/solid/anchor.svg index b1db6397e..0b3529114 100644 --- a/svgs/solid/anchor.svg +++ b/svgs/solid/anchor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angle-double-down.svg b/svgs/solid/angle-double-down.svg index 66e9f19cc..39bdcb2f8 100644 --- a/svgs/solid/angle-double-down.svg +++ b/svgs/solid/angle-double-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angle-double-left.svg b/svgs/solid/angle-double-left.svg index 9b5bb39ba..49312dace 100644 --- a/svgs/solid/angle-double-left.svg +++ b/svgs/solid/angle-double-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angle-double-right.svg b/svgs/solid/angle-double-right.svg index ac3e65cfe..77bed0a7c 100644 --- a/svgs/solid/angle-double-right.svg +++ b/svgs/solid/angle-double-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angle-double-up.svg b/svgs/solid/angle-double-up.svg index 5476e21a6..35eb01992 100644 --- a/svgs/solid/angle-double-up.svg +++ b/svgs/solid/angle-double-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angle-down.svg b/svgs/solid/angle-down.svg index c11715d18..550169b84 100644 --- a/svgs/solid/angle-down.svg +++ b/svgs/solid/angle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angle-left.svg b/svgs/solid/angle-left.svg index 6f5e41d06..37a7c9138 100644 --- a/svgs/solid/angle-left.svg +++ b/svgs/solid/angle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angle-right.svg b/svgs/solid/angle-right.svg index 72d3b4cb3..1426564d0 100644 --- a/svgs/solid/angle-right.svg +++ b/svgs/solid/angle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angle-up.svg b/svgs/solid/angle-up.svg index 75ff9e860..0f6f8afd5 100644 --- a/svgs/solid/angle-up.svg +++ b/svgs/solid/angle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/angry.svg b/svgs/solid/angry.svg index 4bb81076e..2ccaef03e 100644 --- a/svgs/solid/angry.svg +++ b/svgs/solid/angry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ankh.svg b/svgs/solid/ankh.svg index 62fe16c67..6ad0c4fbf 100644 --- a/svgs/solid/ankh.svg +++ b/svgs/solid/ankh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/apple-alt.svg b/svgs/solid/apple-alt.svg index a15b708f4..39c691432 100644 --- a/svgs/solid/apple-alt.svg +++ b/svgs/solid/apple-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/archive.svg b/svgs/solid/archive.svg index 85fa70ac9..f7923f251 100644 --- a/svgs/solid/archive.svg +++ b/svgs/solid/archive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/archway.svg b/svgs/solid/archway.svg index 996f8b5cc..5008bba93 100644 --- a/svgs/solid/archway.svg +++ b/svgs/solid/archway.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-alt-circle-down.svg b/svgs/solid/arrow-alt-circle-down.svg index db3333648..3cc61f6b2 100644 --- a/svgs/solid/arrow-alt-circle-down.svg +++ b/svgs/solid/arrow-alt-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-alt-circle-left.svg b/svgs/solid/arrow-alt-circle-left.svg index 56966961c..f88d4e17d 100644 --- a/svgs/solid/arrow-alt-circle-left.svg +++ b/svgs/solid/arrow-alt-circle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-alt-circle-right.svg b/svgs/solid/arrow-alt-circle-right.svg index 8af843ccc..4b880e26a 100644 --- a/svgs/solid/arrow-alt-circle-right.svg +++ b/svgs/solid/arrow-alt-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-alt-circle-up.svg b/svgs/solid/arrow-alt-circle-up.svg index 677c965cf..c3fd9a6bf 100644 --- a/svgs/solid/arrow-alt-circle-up.svg +++ b/svgs/solid/arrow-alt-circle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-circle-down.svg b/svgs/solid/arrow-circle-down.svg index f404179bf..ade992102 100644 --- a/svgs/solid/arrow-circle-down.svg +++ b/svgs/solid/arrow-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-circle-left.svg b/svgs/solid/arrow-circle-left.svg index d90806827..1f21c63af 100644 --- a/svgs/solid/arrow-circle-left.svg +++ b/svgs/solid/arrow-circle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-circle-right.svg b/svgs/solid/arrow-circle-right.svg index 62490f8aa..554d56f94 100644 --- a/svgs/solid/arrow-circle-right.svg +++ b/svgs/solid/arrow-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-circle-up.svg b/svgs/solid/arrow-circle-up.svg index 2d0e2e9f3..bde2eed75 100644 --- a/svgs/solid/arrow-circle-up.svg +++ b/svgs/solid/arrow-circle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-down.svg b/svgs/solid/arrow-down.svg index 6b213f85e..bba5c65ff 100644 --- a/svgs/solid/arrow-down.svg +++ b/svgs/solid/arrow-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-left.svg b/svgs/solid/arrow-left.svg index 6530e6c9f..e2706a6a9 100644 --- a/svgs/solid/arrow-left.svg +++ b/svgs/solid/arrow-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-right.svg b/svgs/solid/arrow-right.svg index bd9b11583..44616d1e4 100644 --- a/svgs/solid/arrow-right.svg +++ b/svgs/solid/arrow-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrow-up.svg b/svgs/solid/arrow-up.svg index 3104e8cc9..adbeb5c27 100644 --- a/svgs/solid/arrow-up.svg +++ b/svgs/solid/arrow-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrows-alt-h.svg b/svgs/solid/arrows-alt-h.svg index 019d21724..8e551cde9 100644 --- a/svgs/solid/arrows-alt-h.svg +++ b/svgs/solid/arrows-alt-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrows-alt-v.svg b/svgs/solid/arrows-alt-v.svg index a3a649aa5..8521d4aca 100644 --- a/svgs/solid/arrows-alt-v.svg +++ b/svgs/solid/arrows-alt-v.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/arrows-alt.svg b/svgs/solid/arrows-alt.svg index 013806c9d..13c6f85ef 100644 --- a/svgs/solid/arrows-alt.svg +++ b/svgs/solid/arrows-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/assistive-listening-systems.svg b/svgs/solid/assistive-listening-systems.svg index d7b18eb04..a2d1f8f3a 100644 --- a/svgs/solid/assistive-listening-systems.svg +++ b/svgs/solid/assistive-listening-systems.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/asterisk.svg b/svgs/solid/asterisk.svg index 0720e206c..7a438a89a 100644 --- a/svgs/solid/asterisk.svg +++ b/svgs/solid/asterisk.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/at.svg b/svgs/solid/at.svg index 1804e169d..7206b0769 100644 --- a/svgs/solid/at.svg +++ b/svgs/solid/at.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/atlas.svg b/svgs/solid/atlas.svg index d43ce2cc8..b70f5bf84 100644 --- a/svgs/solid/atlas.svg +++ b/svgs/solid/atlas.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/atom.svg b/svgs/solid/atom.svg index 7c94be771..4f1c38e70 100644 --- a/svgs/solid/atom.svg +++ b/svgs/solid/atom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/audio-description.svg b/svgs/solid/audio-description.svg index dd646c5f9..a92112833 100644 --- a/svgs/solid/audio-description.svg +++ b/svgs/solid/audio-description.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/award.svg b/svgs/solid/award.svg index a62c3e3dc..9ee619468 100644 --- a/svgs/solid/award.svg +++ b/svgs/solid/award.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/baby-carriage.svg b/svgs/solid/baby-carriage.svg index cd55dc5d4..f8076e88d 100644 --- a/svgs/solid/baby-carriage.svg +++ b/svgs/solid/baby-carriage.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/baby.svg b/svgs/solid/baby.svg index f042dd96b..22b54076c 100644 --- a/svgs/solid/baby.svg +++ b/svgs/solid/baby.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/backspace.svg b/svgs/solid/backspace.svg index a0cb5c73c..51d11007b 100644 --- a/svgs/solid/backspace.svg +++ b/svgs/solid/backspace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/backward.svg b/svgs/solid/backward.svg index 1bd1a7bc8..0bf17208a 100644 --- a/svgs/solid/backward.svg +++ b/svgs/solid/backward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bacon.svg b/svgs/solid/bacon.svg index 3f0e9aafd..cd9011d7f 100644 --- a/svgs/solid/bacon.svg +++ b/svgs/solid/bacon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bacteria.svg b/svgs/solid/bacteria.svg index c31f1923e..0d8f07e15 100644 --- a/svgs/solid/bacteria.svg +++ b/svgs/solid/bacteria.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bacterium.svg b/svgs/solid/bacterium.svg index ec9cb5a4b..bbac42dd1 100644 --- a/svgs/solid/bacterium.svg +++ b/svgs/solid/bacterium.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bahai.svg b/svgs/solid/bahai.svg index 2ea14bf52..63454ee7a 100644 --- a/svgs/solid/bahai.svg +++ b/svgs/solid/bahai.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/balance-scale-left.svg b/svgs/solid/balance-scale-left.svg index 772508526..d4d0c12d2 100644 --- a/svgs/solid/balance-scale-left.svg +++ b/svgs/solid/balance-scale-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/balance-scale-right.svg b/svgs/solid/balance-scale-right.svg index 002fd497d..fc9ea2b33 100644 --- a/svgs/solid/balance-scale-right.svg +++ b/svgs/solid/balance-scale-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/balance-scale.svg b/svgs/solid/balance-scale.svg index 129113b15..e866274c0 100644 --- a/svgs/solid/balance-scale.svg +++ b/svgs/solid/balance-scale.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ban.svg b/svgs/solid/ban.svg index 5bc50650c..716ce0030 100644 --- a/svgs/solid/ban.svg +++ b/svgs/solid/ban.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/band-aid.svg b/svgs/solid/band-aid.svg index 55a720195..fbf308b0f 100644 --- a/svgs/solid/band-aid.svg +++ b/svgs/solid/band-aid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/barcode.svg b/svgs/solid/barcode.svg index eba1e1bd3..87eacc87a 100644 --- a/svgs/solid/barcode.svg +++ b/svgs/solid/barcode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bars.svg b/svgs/solid/bars.svg index d8d9a333e..e0b17bb2b 100644 --- a/svgs/solid/bars.svg +++ b/svgs/solid/bars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/baseball-ball.svg b/svgs/solid/baseball-ball.svg index 1e0a537d0..7bb827aca 100644 --- a/svgs/solid/baseball-ball.svg +++ b/svgs/solid/baseball-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/basketball-ball.svg b/svgs/solid/basketball-ball.svg index aeae88d46..9d730a629 100644 --- a/svgs/solid/basketball-ball.svg +++ b/svgs/solid/basketball-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bath.svg b/svgs/solid/bath.svg index 5265ceebb..386b49f34 100644 --- a/svgs/solid/bath.svg +++ b/svgs/solid/bath.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/battery-empty.svg b/svgs/solid/battery-empty.svg index f4e2a08ff..1fd527ca2 100644 --- a/svgs/solid/battery-empty.svg +++ b/svgs/solid/battery-empty.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/battery-full.svg b/svgs/solid/battery-full.svg index 11dd73665..722109d02 100644 --- a/svgs/solid/battery-full.svg +++ b/svgs/solid/battery-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/battery-half.svg b/svgs/solid/battery-half.svg index a809e29b8..b0e1d2924 100644 --- a/svgs/solid/battery-half.svg +++ b/svgs/solid/battery-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/battery-quarter.svg b/svgs/solid/battery-quarter.svg index af0716191..73ff149c9 100644 --- a/svgs/solid/battery-quarter.svg +++ b/svgs/solid/battery-quarter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/battery-three-quarters.svg b/svgs/solid/battery-three-quarters.svg index 0a08fd523..7040d95e0 100644 --- a/svgs/solid/battery-three-quarters.svg +++ b/svgs/solid/battery-three-quarters.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bed.svg b/svgs/solid/bed.svg index 7e7dd0969..d9e4427a8 100644 --- a/svgs/solid/bed.svg +++ b/svgs/solid/bed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/beer.svg b/svgs/solid/beer.svg index 98195fb51..8aa0b8526 100644 --- a/svgs/solid/beer.svg +++ b/svgs/solid/beer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bell-slash.svg b/svgs/solid/bell-slash.svg index 9e8f8bad1..c47a45fe1 100644 --- a/svgs/solid/bell-slash.svg +++ b/svgs/solid/bell-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bell.svg b/svgs/solid/bell.svg index 9e4d09fb0..b36343066 100644 --- a/svgs/solid/bell.svg +++ b/svgs/solid/bell.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bezier-curve.svg b/svgs/solid/bezier-curve.svg index 66345a0ca..8e02b9a3f 100644 --- a/svgs/solid/bezier-curve.svg +++ b/svgs/solid/bezier-curve.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bible.svg b/svgs/solid/bible.svg index 0dc81c1b0..ddc8f6a28 100644 --- a/svgs/solid/bible.svg +++ b/svgs/solid/bible.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bicycle.svg b/svgs/solid/bicycle.svg index ab9463814..cfec0e664 100644 --- a/svgs/solid/bicycle.svg +++ b/svgs/solid/bicycle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/biking.svg b/svgs/solid/biking.svg index 047dce5cb..c6fe84213 100644 --- a/svgs/solid/biking.svg +++ b/svgs/solid/biking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/binoculars.svg b/svgs/solid/binoculars.svg index 479ac89f4..cfced3b64 100644 --- a/svgs/solid/binoculars.svg +++ b/svgs/solid/binoculars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/biohazard.svg b/svgs/solid/biohazard.svg index 3846475ee..b9eb84698 100644 --- a/svgs/solid/biohazard.svg +++ b/svgs/solid/biohazard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/birthday-cake.svg b/svgs/solid/birthday-cake.svg index c1e6767d8..153f5adeb 100644 --- a/svgs/solid/birthday-cake.svg +++ b/svgs/solid/birthday-cake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/blender-phone.svg b/svgs/solid/blender-phone.svg index 58a4d45c4..3316a61f6 100644 --- a/svgs/solid/blender-phone.svg +++ b/svgs/solid/blender-phone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/blender.svg b/svgs/solid/blender.svg index 2994bb6c5..a914787df 100644 --- a/svgs/solid/blender.svg +++ b/svgs/solid/blender.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/blind.svg b/svgs/solid/blind.svg index 6989bdd24..1b052a3ba 100644 --- a/svgs/solid/blind.svg +++ b/svgs/solid/blind.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/blog.svg b/svgs/solid/blog.svg index 3664f4daf..c19b32319 100644 --- a/svgs/solid/blog.svg +++ b/svgs/solid/blog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bold.svg b/svgs/solid/bold.svg index 3487df772..dadea1733 100644 --- a/svgs/solid/bold.svg +++ b/svgs/solid/bold.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bolt.svg b/svgs/solid/bolt.svg index c7db1c090..4ecf01468 100644 --- a/svgs/solid/bolt.svg +++ b/svgs/solid/bolt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bomb.svg b/svgs/solid/bomb.svg index 48a306d01..0d4b2476e 100644 --- a/svgs/solid/bomb.svg +++ b/svgs/solid/bomb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bone.svg b/svgs/solid/bone.svg index 187056579..fc07c773d 100644 --- a/svgs/solid/bone.svg +++ b/svgs/solid/bone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bong.svg b/svgs/solid/bong.svg index 2b6a591c3..326f1d4c5 100644 --- a/svgs/solid/bong.svg +++ b/svgs/solid/bong.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/book-dead.svg b/svgs/solid/book-dead.svg index ce1a3add1..c50b4218a 100644 --- a/svgs/solid/book-dead.svg +++ b/svgs/solid/book-dead.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/book-medical.svg b/svgs/solid/book-medical.svg index 4bc81f447..fd9291dc3 100644 --- a/svgs/solid/book-medical.svg +++ b/svgs/solid/book-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/book-open.svg b/svgs/solid/book-open.svg index 709dc24a4..d9f86ac23 100644 --- a/svgs/solid/book-open.svg +++ b/svgs/solid/book-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/book-reader.svg b/svgs/solid/book-reader.svg index b32156087..92daa54a0 100644 --- a/svgs/solid/book-reader.svg +++ b/svgs/solid/book-reader.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/book.svg b/svgs/solid/book.svg index 6113c8925..8fb99980a 100644 --- a/svgs/solid/book.svg +++ b/svgs/solid/book.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bookmark.svg b/svgs/solid/bookmark.svg index 0138f0daf..62cce1141 100644 --- a/svgs/solid/bookmark.svg +++ b/svgs/solid/bookmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/border-all.svg b/svgs/solid/border-all.svg index decb5c0f5..1418e1f64 100644 --- a/svgs/solid/border-all.svg +++ b/svgs/solid/border-all.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/border-none.svg b/svgs/solid/border-none.svg index 4b916a805..c2ecf8059 100644 --- a/svgs/solid/border-none.svg +++ b/svgs/solid/border-none.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/border-style.svg b/svgs/solid/border-style.svg index a84ad0d4b..104fb39ea 100644 --- a/svgs/solid/border-style.svg +++ b/svgs/solid/border-style.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bowling-ball.svg b/svgs/solid/bowling-ball.svg index b5ccaae46..7bd823a85 100644 --- a/svgs/solid/bowling-ball.svg +++ b/svgs/solid/bowling-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/box-open.svg b/svgs/solid/box-open.svg index 93a8273a5..c0dccedd7 100644 --- a/svgs/solid/box-open.svg +++ b/svgs/solid/box-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/box-tissue.svg b/svgs/solid/box-tissue.svg index e8d4ef59a..8b7a7ed3c 100644 --- a/svgs/solid/box-tissue.svg +++ b/svgs/solid/box-tissue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/box.svg b/svgs/solid/box.svg index 88023d3cd..c324dd261 100644 --- a/svgs/solid/box.svg +++ b/svgs/solid/box.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/boxes.svg b/svgs/solid/boxes.svg index 1a6be7bb6..9bdc387e3 100644 --- a/svgs/solid/boxes.svg +++ b/svgs/solid/boxes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/braille.svg b/svgs/solid/braille.svg index ff65f6078..a6a37c23d 100644 --- a/svgs/solid/braille.svg +++ b/svgs/solid/braille.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/brain.svg b/svgs/solid/brain.svg index 276a7dbd0..66aa837ed 100644 --- a/svgs/solid/brain.svg +++ b/svgs/solid/brain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bread-slice.svg b/svgs/solid/bread-slice.svg index aacac2591..c0632eecb 100644 --- a/svgs/solid/bread-slice.svg +++ b/svgs/solid/bread-slice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/briefcase-medical.svg b/svgs/solid/briefcase-medical.svg index a83572e69..46cb09673 100644 --- a/svgs/solid/briefcase-medical.svg +++ b/svgs/solid/briefcase-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/briefcase.svg b/svgs/solid/briefcase.svg index f1485b511..21633d258 100644 --- a/svgs/solid/briefcase.svg +++ b/svgs/solid/briefcase.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/broadcast-tower.svg b/svgs/solid/broadcast-tower.svg index 2ab181308..992f2fb13 100644 --- a/svgs/solid/broadcast-tower.svg +++ b/svgs/solid/broadcast-tower.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/broom.svg b/svgs/solid/broom.svg index bd80eca61..a06b42be6 100644 --- a/svgs/solid/broom.svg +++ b/svgs/solid/broom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/brush.svg b/svgs/solid/brush.svg index 1e00d09ce..9b312d4cb 100644 --- a/svgs/solid/brush.svg +++ b/svgs/solid/brush.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bug.svg b/svgs/solid/bug.svg index c7f748725..0d29eb69d 100644 --- a/svgs/solid/bug.svg +++ b/svgs/solid/bug.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/building.svg b/svgs/solid/building.svg index 49549b10c..a18eda121 100644 --- a/svgs/solid/building.svg +++ b/svgs/solid/building.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bullhorn.svg b/svgs/solid/bullhorn.svg index b241e6187..7e9eb2e0b 100644 --- a/svgs/solid/bullhorn.svg +++ b/svgs/solid/bullhorn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bullseye.svg b/svgs/solid/bullseye.svg index 0f0a8ce01..8adca08f5 100644 --- a/svgs/solid/bullseye.svg +++ b/svgs/solid/bullseye.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/burn.svg b/svgs/solid/burn.svg index 8c087766d..e40a525df 100644 --- a/svgs/solid/burn.svg +++ b/svgs/solid/burn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bus-alt.svg b/svgs/solid/bus-alt.svg index d84dce8fc..ba46a37a0 100644 --- a/svgs/solid/bus-alt.svg +++ b/svgs/solid/bus-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/bus.svg b/svgs/solid/bus.svg index 06ed8f691..3ba1ee9dc 100644 --- a/svgs/solid/bus.svg +++ b/svgs/solid/bus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/business-time.svg b/svgs/solid/business-time.svg index 143a6d8a3..dbef4957d 100644 --- a/svgs/solid/business-time.svg +++ b/svgs/solid/business-time.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calculator.svg b/svgs/solid/calculator.svg index fff99f302..8684a62a8 100644 --- a/svgs/solid/calculator.svg +++ b/svgs/solid/calculator.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calendar-alt.svg b/svgs/solid/calendar-alt.svg index 15fb3dc66..d0fc73a37 100644 --- a/svgs/solid/calendar-alt.svg +++ b/svgs/solid/calendar-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calendar-check.svg b/svgs/solid/calendar-check.svg index 98f9bf0f7..b07183bb1 100644 --- a/svgs/solid/calendar-check.svg +++ b/svgs/solid/calendar-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calendar-day.svg b/svgs/solid/calendar-day.svg index 963fc1caa..c76c3f663 100644 --- a/svgs/solid/calendar-day.svg +++ b/svgs/solid/calendar-day.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calendar-minus.svg b/svgs/solid/calendar-minus.svg index 2ff753aa0..6c246a0ea 100644 --- a/svgs/solid/calendar-minus.svg +++ b/svgs/solid/calendar-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calendar-plus.svg b/svgs/solid/calendar-plus.svg index aa1cc3382..0dc3e9c2e 100644 --- a/svgs/solid/calendar-plus.svg +++ b/svgs/solid/calendar-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calendar-times.svg b/svgs/solid/calendar-times.svg index ae8ccfd89..b32f37887 100644 --- a/svgs/solid/calendar-times.svg +++ b/svgs/solid/calendar-times.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calendar-week.svg b/svgs/solid/calendar-week.svg index 38ea7b0a5..c82bf52d1 100644 --- a/svgs/solid/calendar-week.svg +++ b/svgs/solid/calendar-week.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/calendar.svg b/svgs/solid/calendar.svg index 79d69cdf1..d9689d93b 100644 --- a/svgs/solid/calendar.svg +++ b/svgs/solid/calendar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/camera-retro.svg b/svgs/solid/camera-retro.svg index 9762c1e04..bc0e795d7 100644 --- a/svgs/solid/camera-retro.svg +++ b/svgs/solid/camera-retro.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/camera.svg b/svgs/solid/camera.svg index beb47e4b1..acb73beb2 100644 --- a/svgs/solid/camera.svg +++ b/svgs/solid/camera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/campground.svg b/svgs/solid/campground.svg index f75f13897..0b4fcfe8e 100644 --- a/svgs/solid/campground.svg +++ b/svgs/solid/campground.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/candy-cane.svg b/svgs/solid/candy-cane.svg index 912cd0e0b..9ca7fc1d4 100644 --- a/svgs/solid/candy-cane.svg +++ b/svgs/solid/candy-cane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cannabis.svg b/svgs/solid/cannabis.svg index cd8ead369..6e5f01dc5 100644 --- a/svgs/solid/cannabis.svg +++ b/svgs/solid/cannabis.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/capsules.svg b/svgs/solid/capsules.svg index f5ed54a49..3b755f8b3 100644 --- a/svgs/solid/capsules.svg +++ b/svgs/solid/capsules.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/car-alt.svg b/svgs/solid/car-alt.svg index 16d75a8bb..90a786ec5 100644 --- a/svgs/solid/car-alt.svg +++ b/svgs/solid/car-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/car-battery.svg b/svgs/solid/car-battery.svg index 4aaefae7e..119a903b1 100644 --- a/svgs/solid/car-battery.svg +++ b/svgs/solid/car-battery.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/car-crash.svg b/svgs/solid/car-crash.svg index b6fba7cc4..6a93076de 100644 --- a/svgs/solid/car-crash.svg +++ b/svgs/solid/car-crash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/car-side.svg b/svgs/solid/car-side.svg index e4b68ef7c..7f39f2620 100644 --- a/svgs/solid/car-side.svg +++ b/svgs/solid/car-side.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/car.svg b/svgs/solid/car.svg index ba031ed45..0b9bfa12b 100644 --- a/svgs/solid/car.svg +++ b/svgs/solid/car.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caravan.svg b/svgs/solid/caravan.svg index 04b00faeb..7076fd72f 100644 --- a/svgs/solid/caravan.svg +++ b/svgs/solid/caravan.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caret-down.svg b/svgs/solid/caret-down.svg index 79c9dc09b..bf8557067 100644 --- a/svgs/solid/caret-down.svg +++ b/svgs/solid/caret-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caret-left.svg b/svgs/solid/caret-left.svg index 426c61665..c4dbec5ba 100644 --- a/svgs/solid/caret-left.svg +++ b/svgs/solid/caret-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caret-right.svg b/svgs/solid/caret-right.svg index 352bd649c..6a5233a45 100644 --- a/svgs/solid/caret-right.svg +++ b/svgs/solid/caret-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caret-square-down.svg b/svgs/solid/caret-square-down.svg index 397252f7a..408efbca8 100644 --- a/svgs/solid/caret-square-down.svg +++ b/svgs/solid/caret-square-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caret-square-left.svg b/svgs/solid/caret-square-left.svg index fe04870bc..a26084c97 100644 --- a/svgs/solid/caret-square-left.svg +++ b/svgs/solid/caret-square-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caret-square-right.svg b/svgs/solid/caret-square-right.svg index 5ec4e6d37..b8874f8cf 100644 --- a/svgs/solid/caret-square-right.svg +++ b/svgs/solid/caret-square-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caret-square-up.svg b/svgs/solid/caret-square-up.svg index 98087113f..e65242bf9 100644 --- a/svgs/solid/caret-square-up.svg +++ b/svgs/solid/caret-square-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/caret-up.svg b/svgs/solid/caret-up.svg index 07d1f1d62..526e8c28a 100644 --- a/svgs/solid/caret-up.svg +++ b/svgs/solid/caret-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/carrot.svg b/svgs/solid/carrot.svg index fc772d425..7ab6c84d2 100644 --- a/svgs/solid/carrot.svg +++ b/svgs/solid/carrot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cart-arrow-down.svg b/svgs/solid/cart-arrow-down.svg index d5377b801..c66b31e15 100644 --- a/svgs/solid/cart-arrow-down.svg +++ b/svgs/solid/cart-arrow-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cart-plus.svg b/svgs/solid/cart-plus.svg index 3b8cbf157..a50c3760b 100644 --- a/svgs/solid/cart-plus.svg +++ b/svgs/solid/cart-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cash-register.svg b/svgs/solid/cash-register.svg index 1c41550c8..da0119a5c 100644 --- a/svgs/solid/cash-register.svg +++ b/svgs/solid/cash-register.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cat.svg b/svgs/solid/cat.svg index 6470898d4..ac113595b 100644 --- a/svgs/solid/cat.svg +++ b/svgs/solid/cat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/certificate.svg b/svgs/solid/certificate.svg index ecb06cf59..a02c60ae9 100644 --- a/svgs/solid/certificate.svg +++ b/svgs/solid/certificate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chair.svg b/svgs/solid/chair.svg index 1bb24b91e..029893290 100644 --- a/svgs/solid/chair.svg +++ b/svgs/solid/chair.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chalkboard-teacher.svg b/svgs/solid/chalkboard-teacher.svg index 78670278a..d1c32d174 100644 --- a/svgs/solid/chalkboard-teacher.svg +++ b/svgs/solid/chalkboard-teacher.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chalkboard.svg b/svgs/solid/chalkboard.svg index d89aa52a3..850b9fd91 100644 --- a/svgs/solid/chalkboard.svg +++ b/svgs/solid/chalkboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/charging-station.svg b/svgs/solid/charging-station.svg index 29cda819a..5af9a7289 100644 --- a/svgs/solid/charging-station.svg +++ b/svgs/solid/charging-station.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chart-area.svg b/svgs/solid/chart-area.svg index c7ddf488c..586ecccdb 100644 --- a/svgs/solid/chart-area.svg +++ b/svgs/solid/chart-area.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chart-bar.svg b/svgs/solid/chart-bar.svg index abb14f49e..36fafddc9 100644 --- a/svgs/solid/chart-bar.svg +++ b/svgs/solid/chart-bar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chart-line.svg b/svgs/solid/chart-line.svg index 47dcaf41e..aaf8971bd 100644 --- a/svgs/solid/chart-line.svg +++ b/svgs/solid/chart-line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chart-pie.svg b/svgs/solid/chart-pie.svg index 05a97d6ec..394657963 100644 --- a/svgs/solid/chart-pie.svg +++ b/svgs/solid/chart-pie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/check-circle.svg b/svgs/solid/check-circle.svg index 7fb4a28d5..e8fc91483 100644 --- a/svgs/solid/check-circle.svg +++ b/svgs/solid/check-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/check-double.svg b/svgs/solid/check-double.svg index 450a95ef4..76ff275a2 100644 --- a/svgs/solid/check-double.svg +++ b/svgs/solid/check-double.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/check-square.svg b/svgs/solid/check-square.svg index 6a3a72272..447c52573 100644 --- a/svgs/solid/check-square.svg +++ b/svgs/solid/check-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/check.svg b/svgs/solid/check.svg index 1402646a4..d98354cf6 100644 --- a/svgs/solid/check.svg +++ b/svgs/solid/check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cheese.svg b/svgs/solid/cheese.svg index 08a32d88a..3366ebbd4 100644 --- a/svgs/solid/cheese.svg +++ b/svgs/solid/cheese.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chess-bishop.svg b/svgs/solid/chess-bishop.svg index 492f9c079..b43753350 100644 --- a/svgs/solid/chess-bishop.svg +++ b/svgs/solid/chess-bishop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chess-board.svg b/svgs/solid/chess-board.svg index c26fb7fa0..0ce35a09d 100644 --- a/svgs/solid/chess-board.svg +++ b/svgs/solid/chess-board.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chess-king.svg b/svgs/solid/chess-king.svg index 44fda20e6..ce64a9c4f 100644 --- a/svgs/solid/chess-king.svg +++ b/svgs/solid/chess-king.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chess-knight.svg b/svgs/solid/chess-knight.svg index 3c763899c..e0d77a1af 100644 --- a/svgs/solid/chess-knight.svg +++ b/svgs/solid/chess-knight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chess-pawn.svg b/svgs/solid/chess-pawn.svg index 89c44ef57..853d52a4e 100644 --- a/svgs/solid/chess-pawn.svg +++ b/svgs/solid/chess-pawn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chess-queen.svg b/svgs/solid/chess-queen.svg index 33364ed9a..ccb3c2aee 100644 --- a/svgs/solid/chess-queen.svg +++ b/svgs/solid/chess-queen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chess-rook.svg b/svgs/solid/chess-rook.svg index 51e712afa..615772240 100644 --- a/svgs/solid/chess-rook.svg +++ b/svgs/solid/chess-rook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chess.svg b/svgs/solid/chess.svg index 480109967..2c7ff038e 100644 --- a/svgs/solid/chess.svg +++ b/svgs/solid/chess.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chevron-circle-down.svg b/svgs/solid/chevron-circle-down.svg index 20b7ed9e6..2ff4fd28d 100644 --- a/svgs/solid/chevron-circle-down.svg +++ b/svgs/solid/chevron-circle-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chevron-circle-left.svg b/svgs/solid/chevron-circle-left.svg index f243628e5..e57abe553 100644 --- a/svgs/solid/chevron-circle-left.svg +++ b/svgs/solid/chevron-circle-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chevron-circle-right.svg b/svgs/solid/chevron-circle-right.svg index 299934751..5e457703d 100644 --- a/svgs/solid/chevron-circle-right.svg +++ b/svgs/solid/chevron-circle-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chevron-circle-up.svg b/svgs/solid/chevron-circle-up.svg index 9f4d1c5b6..f8d965991 100644 --- a/svgs/solid/chevron-circle-up.svg +++ b/svgs/solid/chevron-circle-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chevron-down.svg b/svgs/solid/chevron-down.svg index d21fb68d0..2984e74bd 100644 --- a/svgs/solid/chevron-down.svg +++ b/svgs/solid/chevron-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chevron-left.svg b/svgs/solid/chevron-left.svg index e9375317f..6deba1a17 100644 --- a/svgs/solid/chevron-left.svg +++ b/svgs/solid/chevron-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chevron-right.svg b/svgs/solid/chevron-right.svg index 8702278d5..a4347ebd9 100644 --- a/svgs/solid/chevron-right.svg +++ b/svgs/solid/chevron-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/chevron-up.svg b/svgs/solid/chevron-up.svg index c92615f9b..1209cd378 100644 --- a/svgs/solid/chevron-up.svg +++ b/svgs/solid/chevron-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/child.svg b/svgs/solid/child.svg index e2b1da874..b94d76a4d 100644 --- a/svgs/solid/child.svg +++ b/svgs/solid/child.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/church.svg b/svgs/solid/church.svg index 4ecd69d5f..9db6ab11d 100644 --- a/svgs/solid/church.svg +++ b/svgs/solid/church.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/circle-notch.svg b/svgs/solid/circle-notch.svg index 8ad3d4a94..7a37194d8 100644 --- a/svgs/solid/circle-notch.svg +++ b/svgs/solid/circle-notch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/circle.svg b/svgs/solid/circle.svg index c8dcf5233..0bac0611c 100644 --- a/svgs/solid/circle.svg +++ b/svgs/solid/circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/city.svg b/svgs/solid/city.svg index 294ebfdb2..1325a653a 100644 --- a/svgs/solid/city.svg +++ b/svgs/solid/city.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/clinic-medical.svg b/svgs/solid/clinic-medical.svg index b3a5cebfd..b5738f8a6 100644 --- a/svgs/solid/clinic-medical.svg +++ b/svgs/solid/clinic-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/clipboard-check.svg b/svgs/solid/clipboard-check.svg index e46941c5f..a4d5e5bd1 100644 --- a/svgs/solid/clipboard-check.svg +++ b/svgs/solid/clipboard-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/clipboard-list.svg b/svgs/solid/clipboard-list.svg index 013728df3..5a6a20409 100644 --- a/svgs/solid/clipboard-list.svg +++ b/svgs/solid/clipboard-list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/clipboard.svg b/svgs/solid/clipboard.svg index fe2ac098b..7a3bd3e33 100644 --- a/svgs/solid/clipboard.svg +++ b/svgs/solid/clipboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/clock.svg b/svgs/solid/clock.svg index 370e1ab9b..b7f11e0ca 100644 --- a/svgs/solid/clock.svg +++ b/svgs/solid/clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/clone.svg b/svgs/solid/clone.svg index 497119509..8c3cd9ef2 100644 --- a/svgs/solid/clone.svg +++ b/svgs/solid/clone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/closed-captioning.svg b/svgs/solid/closed-captioning.svg index 7f8a41348..4c0b15b33 100644 --- a/svgs/solid/closed-captioning.svg +++ b/svgs/solid/closed-captioning.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-download-alt.svg b/svgs/solid/cloud-download-alt.svg index 8d5347a34..5fe256024 100644 --- a/svgs/solid/cloud-download-alt.svg +++ b/svgs/solid/cloud-download-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-meatball.svg b/svgs/solid/cloud-meatball.svg index 92b52c109..7a9819aee 100644 --- a/svgs/solid/cloud-meatball.svg +++ b/svgs/solid/cloud-meatball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-moon-rain.svg b/svgs/solid/cloud-moon-rain.svg index 98cb1a17c..f87b8e70d 100644 --- a/svgs/solid/cloud-moon-rain.svg +++ b/svgs/solid/cloud-moon-rain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-moon.svg b/svgs/solid/cloud-moon.svg index 4b7760954..954340b4b 100644 --- a/svgs/solid/cloud-moon.svg +++ b/svgs/solid/cloud-moon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-rain.svg b/svgs/solid/cloud-rain.svg index eb54c89d8..877f439b9 100644 --- a/svgs/solid/cloud-rain.svg +++ b/svgs/solid/cloud-rain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-showers-heavy.svg b/svgs/solid/cloud-showers-heavy.svg index 95c46b932..3a4299d32 100644 --- a/svgs/solid/cloud-showers-heavy.svg +++ b/svgs/solid/cloud-showers-heavy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-sun-rain.svg b/svgs/solid/cloud-sun-rain.svg index c61cf4836..01403d874 100644 --- a/svgs/solid/cloud-sun-rain.svg +++ b/svgs/solid/cloud-sun-rain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-sun.svg b/svgs/solid/cloud-sun.svg index bb3524e40..65fdd773d 100644 --- a/svgs/solid/cloud-sun.svg +++ b/svgs/solid/cloud-sun.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud-upload-alt.svg b/svgs/solid/cloud-upload-alt.svg index d16b0fb8a..6a57f68f8 100644 --- a/svgs/solid/cloud-upload-alt.svg +++ b/svgs/solid/cloud-upload-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cloud.svg b/svgs/solid/cloud.svg index 1ee2e10ce..b07047dfc 100644 --- a/svgs/solid/cloud.svg +++ b/svgs/solid/cloud.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cocktail.svg b/svgs/solid/cocktail.svg index c0af6e543..f0969cc6a 100644 --- a/svgs/solid/cocktail.svg +++ b/svgs/solid/cocktail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/code-branch.svg b/svgs/solid/code-branch.svg index 149bd236f..78b7ecc2e 100644 --- a/svgs/solid/code-branch.svg +++ b/svgs/solid/code-branch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/code.svg b/svgs/solid/code.svg index 3d707fa65..dc7b8f739 100644 --- a/svgs/solid/code.svg +++ b/svgs/solid/code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/coffee.svg b/svgs/solid/coffee.svg index 1c3cfc4a6..6b84538f3 100644 --- a/svgs/solid/coffee.svg +++ b/svgs/solid/coffee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cog.svg b/svgs/solid/cog.svg index 94c71a6d2..17cc5c301 100644 --- a/svgs/solid/cog.svg +++ b/svgs/solid/cog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cogs.svg b/svgs/solid/cogs.svg index 067420483..36f217e2b 100644 --- a/svgs/solid/cogs.svg +++ b/svgs/solid/cogs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/coins.svg b/svgs/solid/coins.svg index 55e37ca9d..af07b7d99 100644 --- a/svgs/solid/coins.svg +++ b/svgs/solid/coins.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/columns.svg b/svgs/solid/columns.svg index 244e11f40..c41c0031d 100644 --- a/svgs/solid/columns.svg +++ b/svgs/solid/columns.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/comment-alt.svg b/svgs/solid/comment-alt.svg index f87c3fec3..751cac4d5 100644 --- a/svgs/solid/comment-alt.svg +++ b/svgs/solid/comment-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/comment-dollar.svg b/svgs/solid/comment-dollar.svg index b691b22d0..b07993561 100644 --- a/svgs/solid/comment-dollar.svg +++ b/svgs/solid/comment-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/comment-dots.svg b/svgs/solid/comment-dots.svg index afda1c6e7..396e3ef7f 100644 --- a/svgs/solid/comment-dots.svg +++ b/svgs/solid/comment-dots.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/comment-medical.svg b/svgs/solid/comment-medical.svg index 1a3e27e6d..0f1a03858 100644 --- a/svgs/solid/comment-medical.svg +++ b/svgs/solid/comment-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/comment-slash.svg b/svgs/solid/comment-slash.svg index 5e8746ae7..157583123 100644 --- a/svgs/solid/comment-slash.svg +++ b/svgs/solid/comment-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/comment.svg b/svgs/solid/comment.svg index 1ad5d4f7c..0b586bbc2 100644 --- a/svgs/solid/comment.svg +++ b/svgs/solid/comment.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/comments-dollar.svg b/svgs/solid/comments-dollar.svg index 2eaf376a8..41682c7eb 100644 --- a/svgs/solid/comments-dollar.svg +++ b/svgs/solid/comments-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/comments.svg b/svgs/solid/comments.svg index f9856d160..3bfd4e10d 100644 --- a/svgs/solid/comments.svg +++ b/svgs/solid/comments.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/compact-disc.svg b/svgs/solid/compact-disc.svg index 8eda01826..8809d6437 100644 --- a/svgs/solid/compact-disc.svg +++ b/svgs/solid/compact-disc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/compass.svg b/svgs/solid/compass.svg index e5d449ba7..5cc98f571 100644 --- a/svgs/solid/compass.svg +++ b/svgs/solid/compass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/compress-alt.svg b/svgs/solid/compress-alt.svg index eccb03121..494c8aff8 100644 --- a/svgs/solid/compress-alt.svg +++ b/svgs/solid/compress-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/compress-arrows-alt.svg b/svgs/solid/compress-arrows-alt.svg index 7615fe2c1..d1effeb23 100644 --- a/svgs/solid/compress-arrows-alt.svg +++ b/svgs/solid/compress-arrows-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/compress.svg b/svgs/solid/compress.svg index 789981f5e..52e5c45d7 100644 --- a/svgs/solid/compress.svg +++ b/svgs/solid/compress.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/concierge-bell.svg b/svgs/solid/concierge-bell.svg index 3d6baaddd..44f7ab7f8 100644 --- a/svgs/solid/concierge-bell.svg +++ b/svgs/solid/concierge-bell.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cookie-bite.svg b/svgs/solid/cookie-bite.svg index 115e6b941..ac8ff1aba 100644 --- a/svgs/solid/cookie-bite.svg +++ b/svgs/solid/cookie-bite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cookie.svg b/svgs/solid/cookie.svg index 2062c9996..891ed860b 100644 --- a/svgs/solid/cookie.svg +++ b/svgs/solid/cookie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/copy.svg b/svgs/solid/copy.svg index 37b371f6a..0e96699e7 100644 --- a/svgs/solid/copy.svg +++ b/svgs/solid/copy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/copyright.svg b/svgs/solid/copyright.svg index 6816ce890..07055a0b3 100644 --- a/svgs/solid/copyright.svg +++ b/svgs/solid/copyright.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/couch.svg b/svgs/solid/couch.svg index 43107b564..df05515ba 100644 --- a/svgs/solid/couch.svg +++ b/svgs/solid/couch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/credit-card.svg b/svgs/solid/credit-card.svg index 05b6bff83..87dcd0f22 100644 --- a/svgs/solid/credit-card.svg +++ b/svgs/solid/credit-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/crop-alt.svg b/svgs/solid/crop-alt.svg index 55b56924b..173a19c3d 100644 --- a/svgs/solid/crop-alt.svg +++ b/svgs/solid/crop-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/crop.svg b/svgs/solid/crop.svg index 4c3017afd..b2f58bdd9 100644 --- a/svgs/solid/crop.svg +++ b/svgs/solid/crop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cross.svg b/svgs/solid/cross.svg index 8395de6b7..024afbc3a 100644 --- a/svgs/solid/cross.svg +++ b/svgs/solid/cross.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/crosshairs.svg b/svgs/solid/crosshairs.svg index 0958e652a..39aa544cb 100644 --- a/svgs/solid/crosshairs.svg +++ b/svgs/solid/crosshairs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/crow.svg b/svgs/solid/crow.svg index f8841f90d..ae5dbe3c8 100644 --- a/svgs/solid/crow.svg +++ b/svgs/solid/crow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/crown.svg b/svgs/solid/crown.svg index 2d5f74c5a..1230e7376 100644 --- a/svgs/solid/crown.svg +++ b/svgs/solid/crown.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/crutch.svg b/svgs/solid/crutch.svg index 93e0ed1dd..552b29629 100644 --- a/svgs/solid/crutch.svg +++ b/svgs/solid/crutch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cube.svg b/svgs/solid/cube.svg index c27f11bde..6df1e28e4 100644 --- a/svgs/solid/cube.svg +++ b/svgs/solid/cube.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cubes.svg b/svgs/solid/cubes.svg index 0d60bb68d..0d54023e3 100644 --- a/svgs/solid/cubes.svg +++ b/svgs/solid/cubes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/cut.svg b/svgs/solid/cut.svg index d48394c6a..9ce231bc8 100644 --- a/svgs/solid/cut.svg +++ b/svgs/solid/cut.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/database.svg b/svgs/solid/database.svg index 0be3835c2..98aca1874 100644 --- a/svgs/solid/database.svg +++ b/svgs/solid/database.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/deaf.svg b/svgs/solid/deaf.svg index 047b16684..a398a1ca3 100644 --- a/svgs/solid/deaf.svg +++ b/svgs/solid/deaf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/democrat.svg b/svgs/solid/democrat.svg index 7a002f419..f446a7c10 100644 --- a/svgs/solid/democrat.svg +++ b/svgs/solid/democrat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/desktop.svg b/svgs/solid/desktop.svg index 1ef8702eb..d21bac4a8 100644 --- a/svgs/solid/desktop.svg +++ b/svgs/solid/desktop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dharmachakra.svg b/svgs/solid/dharmachakra.svg index 8bc7ae3aa..89e17afd4 100644 --- a/svgs/solid/dharmachakra.svg +++ b/svgs/solid/dharmachakra.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/diagnoses.svg b/svgs/solid/diagnoses.svg index bf0ab85ba..b3f0c96d7 100644 --- a/svgs/solid/diagnoses.svg +++ b/svgs/solid/diagnoses.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice-d20.svg b/svgs/solid/dice-d20.svg index cc454b972..881efc7c3 100644 --- a/svgs/solid/dice-d20.svg +++ b/svgs/solid/dice-d20.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice-d6.svg b/svgs/solid/dice-d6.svg index 7f3b6d065..b3802bb57 100644 --- a/svgs/solid/dice-d6.svg +++ b/svgs/solid/dice-d6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice-five.svg b/svgs/solid/dice-five.svg index 13df1e633..0d29a489a 100644 --- a/svgs/solid/dice-five.svg +++ b/svgs/solid/dice-five.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice-four.svg b/svgs/solid/dice-four.svg index 312c3ae2d..2c436a9e9 100644 --- a/svgs/solid/dice-four.svg +++ b/svgs/solid/dice-four.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice-one.svg b/svgs/solid/dice-one.svg index d35d94035..bed9eae5d 100644 --- a/svgs/solid/dice-one.svg +++ b/svgs/solid/dice-one.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice-six.svg b/svgs/solid/dice-six.svg index daac29930..6ed25cad3 100644 --- a/svgs/solid/dice-six.svg +++ b/svgs/solid/dice-six.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice-three.svg b/svgs/solid/dice-three.svg index cb7a8cf80..b1d6c06b3 100644 --- a/svgs/solid/dice-three.svg +++ b/svgs/solid/dice-three.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice-two.svg b/svgs/solid/dice-two.svg index fb7b8796b..9ddded578 100644 --- a/svgs/solid/dice-two.svg +++ b/svgs/solid/dice-two.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dice.svg b/svgs/solid/dice.svg index c9dc962ab..299d11a92 100644 --- a/svgs/solid/dice.svg +++ b/svgs/solid/dice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/digital-tachograph.svg b/svgs/solid/digital-tachograph.svg index 800a063b4..e87c1a478 100644 --- a/svgs/solid/digital-tachograph.svg +++ b/svgs/solid/digital-tachograph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/directions.svg b/svgs/solid/directions.svg index c030d70cd..95dfa4b5a 100644 --- a/svgs/solid/directions.svg +++ b/svgs/solid/directions.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/disease.svg b/svgs/solid/disease.svg index 90ee444c9..168a03afc 100644 --- a/svgs/solid/disease.svg +++ b/svgs/solid/disease.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/divide.svg b/svgs/solid/divide.svg index 57dc99aad..869b3da22 100644 --- a/svgs/solid/divide.svg +++ b/svgs/solid/divide.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dizzy.svg b/svgs/solid/dizzy.svg index c45cd951b..fbdbf9d86 100644 --- a/svgs/solid/dizzy.svg +++ b/svgs/solid/dizzy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dna.svg b/svgs/solid/dna.svg index c3e14dfb2..be3b2beec 100644 --- a/svgs/solid/dna.svg +++ b/svgs/solid/dna.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dog.svg b/svgs/solid/dog.svg index d8dea42b9..42a6a0367 100644 --- a/svgs/solid/dog.svg +++ b/svgs/solid/dog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dollar-sign.svg b/svgs/solid/dollar-sign.svg index e9be15def..ad8304811 100644 --- a/svgs/solid/dollar-sign.svg +++ b/svgs/solid/dollar-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dolly-flatbed.svg b/svgs/solid/dolly-flatbed.svg index 50fe91151..5358c78ef 100644 --- a/svgs/solid/dolly-flatbed.svg +++ b/svgs/solid/dolly-flatbed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dolly.svg b/svgs/solid/dolly.svg index a66bb378a..55ce4f590 100644 --- a/svgs/solid/dolly.svg +++ b/svgs/solid/dolly.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/donate.svg b/svgs/solid/donate.svg index 829459e0c..b1ec75519 100644 --- a/svgs/solid/donate.svg +++ b/svgs/solid/donate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/door-closed.svg b/svgs/solid/door-closed.svg index f9453eb0a..4b3206b73 100644 --- a/svgs/solid/door-closed.svg +++ b/svgs/solid/door-closed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/door-open.svg b/svgs/solid/door-open.svg index 834aee982..d0dbff47e 100644 --- a/svgs/solid/door-open.svg +++ b/svgs/solid/door-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dot-circle.svg b/svgs/solid/dot-circle.svg index 4d5e72fd0..4f0103be5 100644 --- a/svgs/solid/dot-circle.svg +++ b/svgs/solid/dot-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dove.svg b/svgs/solid/dove.svg index f64d79ce8..738125312 100644 --- a/svgs/solid/dove.svg +++ b/svgs/solid/dove.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/download.svg b/svgs/solid/download.svg index cddd1f1e0..935e5ee97 100644 --- a/svgs/solid/download.svg +++ b/svgs/solid/download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/drafting-compass.svg b/svgs/solid/drafting-compass.svg index 7d19e5483..02fe503c6 100644 --- a/svgs/solid/drafting-compass.svg +++ b/svgs/solid/drafting-compass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dragon.svg b/svgs/solid/dragon.svg index 20812ab4c..5becfc273 100644 --- a/svgs/solid/dragon.svg +++ b/svgs/solid/dragon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/draw-polygon.svg b/svgs/solid/draw-polygon.svg index 17308f2ff..00c894dd8 100644 --- a/svgs/solid/draw-polygon.svg +++ b/svgs/solid/draw-polygon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/drum-steelpan.svg b/svgs/solid/drum-steelpan.svg index 26161959b..3122dd331 100644 --- a/svgs/solid/drum-steelpan.svg +++ b/svgs/solid/drum-steelpan.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/drum.svg b/svgs/solid/drum.svg index e6a93297a..5fd2ffc02 100644 --- a/svgs/solid/drum.svg +++ b/svgs/solid/drum.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/drumstick-bite.svg b/svgs/solid/drumstick-bite.svg index 34a0e938f..5c4270c38 100644 --- a/svgs/solid/drumstick-bite.svg +++ b/svgs/solid/drumstick-bite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dumbbell.svg b/svgs/solid/dumbbell.svg index 66641c7dd..c2772a01f 100644 --- a/svgs/solid/dumbbell.svg +++ b/svgs/solid/dumbbell.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dumpster-fire.svg b/svgs/solid/dumpster-fire.svg index 18e9b92d5..7d203cb68 100644 --- a/svgs/solid/dumpster-fire.svg +++ b/svgs/solid/dumpster-fire.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dumpster.svg b/svgs/solid/dumpster.svg index eca48f41a..024e24f98 100644 --- a/svgs/solid/dumpster.svg +++ b/svgs/solid/dumpster.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/dungeon.svg b/svgs/solid/dungeon.svg index 2bfe33d14..530d6bf73 100644 --- a/svgs/solid/dungeon.svg +++ b/svgs/solid/dungeon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/edit.svg b/svgs/solid/edit.svg index 58f1316b0..ed5d106a2 100644 --- a/svgs/solid/edit.svg +++ b/svgs/solid/edit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/egg.svg b/svgs/solid/egg.svg index ebc883125..942dfc974 100644 --- a/svgs/solid/egg.svg +++ b/svgs/solid/egg.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/eject.svg b/svgs/solid/eject.svg index 3d052e62e..ba73e6dd1 100644 --- a/svgs/solid/eject.svg +++ b/svgs/solid/eject.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ellipsis-h.svg b/svgs/solid/ellipsis-h.svg index 3aa4998e8..5d8aad2e8 100644 --- a/svgs/solid/ellipsis-h.svg +++ b/svgs/solid/ellipsis-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ellipsis-v.svg b/svgs/solid/ellipsis-v.svg index 6970f9f5a..d2e1a36f2 100644 --- a/svgs/solid/ellipsis-v.svg +++ b/svgs/solid/ellipsis-v.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/envelope-open-text.svg b/svgs/solid/envelope-open-text.svg index 9cad5bc3d..acb7305ab 100644 --- a/svgs/solid/envelope-open-text.svg +++ b/svgs/solid/envelope-open-text.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/envelope-open.svg b/svgs/solid/envelope-open.svg index 3fde5c711..00c7557aa 100644 --- a/svgs/solid/envelope-open.svg +++ b/svgs/solid/envelope-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/envelope-square.svg b/svgs/solid/envelope-square.svg index 9cca74278..6d765fe2b 100644 --- a/svgs/solid/envelope-square.svg +++ b/svgs/solid/envelope-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/envelope.svg b/svgs/solid/envelope.svg index 3c5dad56d..2da8a0093 100644 --- a/svgs/solid/envelope.svg +++ b/svgs/solid/envelope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/equals.svg b/svgs/solid/equals.svg index e0428f46c..504414808 100644 --- a/svgs/solid/equals.svg +++ b/svgs/solid/equals.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/eraser.svg b/svgs/solid/eraser.svg index 9ae861d19..bc5c01b38 100644 --- a/svgs/solid/eraser.svg +++ b/svgs/solid/eraser.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ethernet.svg b/svgs/solid/ethernet.svg index a42abb3b3..716048a3a 100644 --- a/svgs/solid/ethernet.svg +++ b/svgs/solid/ethernet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/euro-sign.svg b/svgs/solid/euro-sign.svg index 052ca9fb4..45235ab8b 100644 --- a/svgs/solid/euro-sign.svg +++ b/svgs/solid/euro-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/exchange-alt.svg b/svgs/solid/exchange-alt.svg index c7141c929..50e9de40c 100644 --- a/svgs/solid/exchange-alt.svg +++ b/svgs/solid/exchange-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/exclamation-circle.svg b/svgs/solid/exclamation-circle.svg index 453c619ba..fdbcac7cf 100644 --- a/svgs/solid/exclamation-circle.svg +++ b/svgs/solid/exclamation-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/exclamation-triangle.svg b/svgs/solid/exclamation-triangle.svg index 07fa8094f..f8d6ed834 100644 --- a/svgs/solid/exclamation-triangle.svg +++ b/svgs/solid/exclamation-triangle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/exclamation.svg b/svgs/solid/exclamation.svg index 79b496b5f..9106bb34b 100644 --- a/svgs/solid/exclamation.svg +++ b/svgs/solid/exclamation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/expand-alt.svg b/svgs/solid/expand-alt.svg index 25d1b0d0d..72bdee448 100644 --- a/svgs/solid/expand-alt.svg +++ b/svgs/solid/expand-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/expand-arrows-alt.svg b/svgs/solid/expand-arrows-alt.svg index 5e4547642..0ff12be58 100644 --- a/svgs/solid/expand-arrows-alt.svg +++ b/svgs/solid/expand-arrows-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/expand.svg b/svgs/solid/expand.svg index 2a6eba05d..d8dc015fd 100644 --- a/svgs/solid/expand.svg +++ b/svgs/solid/expand.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/external-link-alt.svg b/svgs/solid/external-link-alt.svg index db33273a0..b9b9522fe 100644 --- a/svgs/solid/external-link-alt.svg +++ b/svgs/solid/external-link-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/external-link-square-alt.svg b/svgs/solid/external-link-square-alt.svg index e2b6e07ee..5e61cb5b5 100644 --- a/svgs/solid/external-link-square-alt.svg +++ b/svgs/solid/external-link-square-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/eye-dropper.svg b/svgs/solid/eye-dropper.svg index 6da0f73aa..9ccadef91 100644 --- a/svgs/solid/eye-dropper.svg +++ b/svgs/solid/eye-dropper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/eye-slash.svg b/svgs/solid/eye-slash.svg index 9ca2b8aa1..53879ab44 100644 --- a/svgs/solid/eye-slash.svg +++ b/svgs/solid/eye-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/eye.svg b/svgs/solid/eye.svg index 6730c3c33..2a67e34f4 100644 --- a/svgs/solid/eye.svg +++ b/svgs/solid/eye.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fan.svg b/svgs/solid/fan.svg index cafcb7e3b..386f65105 100644 --- a/svgs/solid/fan.svg +++ b/svgs/solid/fan.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fast-backward.svg b/svgs/solid/fast-backward.svg index 24d8bbc4f..d5cfa4f05 100644 --- a/svgs/solid/fast-backward.svg +++ b/svgs/solid/fast-backward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fast-forward.svg b/svgs/solid/fast-forward.svg index 3bb611529..05b7802f0 100644 --- a/svgs/solid/fast-forward.svg +++ b/svgs/solid/fast-forward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/faucet.svg b/svgs/solid/faucet.svg index 69a6f0cea..cd6647533 100644 --- a/svgs/solid/faucet.svg +++ b/svgs/solid/faucet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fax.svg b/svgs/solid/fax.svg index 085bc3a19..3a6b6f3b3 100644 --- a/svgs/solid/fax.svg +++ b/svgs/solid/fax.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/feather-alt.svg b/svgs/solid/feather-alt.svg index ed512b58f..b595f6101 100644 --- a/svgs/solid/feather-alt.svg +++ b/svgs/solid/feather-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/feather.svg b/svgs/solid/feather.svg index 6f2c84f5e..4a36d8915 100644 --- a/svgs/solid/feather.svg +++ b/svgs/solid/feather.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/female.svg b/svgs/solid/female.svg index fc540b03b..68053fb69 100644 --- a/svgs/solid/female.svg +++ b/svgs/solid/female.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fighter-jet.svg b/svgs/solid/fighter-jet.svg index 9b54eb5be..8be9227ab 100644 --- a/svgs/solid/fighter-jet.svg +++ b/svgs/solid/fighter-jet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-alt.svg b/svgs/solid/file-alt.svg index 532098b44..10d2a2f29 100644 --- a/svgs/solid/file-alt.svg +++ b/svgs/solid/file-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-archive.svg b/svgs/solid/file-archive.svg index 5334b524b..5e7df35c5 100644 --- a/svgs/solid/file-archive.svg +++ b/svgs/solid/file-archive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-audio.svg b/svgs/solid/file-audio.svg index 6b886d518..639cb8094 100644 --- a/svgs/solid/file-audio.svg +++ b/svgs/solid/file-audio.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-code.svg b/svgs/solid/file-code.svg index 2acdaadf1..a8c5ff42f 100644 --- a/svgs/solid/file-code.svg +++ b/svgs/solid/file-code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-contract.svg b/svgs/solid/file-contract.svg index e8695d07a..80c81d75e 100644 --- a/svgs/solid/file-contract.svg +++ b/svgs/solid/file-contract.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-csv.svg b/svgs/solid/file-csv.svg index cf4808543..777c302b3 100644 --- a/svgs/solid/file-csv.svg +++ b/svgs/solid/file-csv.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-download.svg b/svgs/solid/file-download.svg index be5c532b4..cbe837588 100644 --- a/svgs/solid/file-download.svg +++ b/svgs/solid/file-download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-excel.svg b/svgs/solid/file-excel.svg index 8cedd05b0..97cf136da 100644 --- a/svgs/solid/file-excel.svg +++ b/svgs/solid/file-excel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-export.svg b/svgs/solid/file-export.svg index e42f11586..760753a0b 100644 --- a/svgs/solid/file-export.svg +++ b/svgs/solid/file-export.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-image.svg b/svgs/solid/file-image.svg index 1ba0bdfb0..e04a2412c 100644 --- a/svgs/solid/file-image.svg +++ b/svgs/solid/file-image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-import.svg b/svgs/solid/file-import.svg index 4a0ed7de1..a8eae91ca 100644 --- a/svgs/solid/file-import.svg +++ b/svgs/solid/file-import.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-invoice-dollar.svg b/svgs/solid/file-invoice-dollar.svg index f7ac1e5dc..ea825be47 100644 --- a/svgs/solid/file-invoice-dollar.svg +++ b/svgs/solid/file-invoice-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-invoice.svg b/svgs/solid/file-invoice.svg index 6c9277df1..a2a9d86ae 100644 --- a/svgs/solid/file-invoice.svg +++ b/svgs/solid/file-invoice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-medical-alt.svg b/svgs/solid/file-medical-alt.svg index db5ec5cc6..9de24f8cb 100644 --- a/svgs/solid/file-medical-alt.svg +++ b/svgs/solid/file-medical-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-medical.svg b/svgs/solid/file-medical.svg index bd2b6f01e..bf8ab14ad 100644 --- a/svgs/solid/file-medical.svg +++ b/svgs/solid/file-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-pdf.svg b/svgs/solid/file-pdf.svg index ad70bf6b2..7d5b19e46 100644 --- a/svgs/solid/file-pdf.svg +++ b/svgs/solid/file-pdf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-powerpoint.svg b/svgs/solid/file-powerpoint.svg index 1c32bd164..7f1b5e1e6 100644 --- a/svgs/solid/file-powerpoint.svg +++ b/svgs/solid/file-powerpoint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-prescription.svg b/svgs/solid/file-prescription.svg index f535de564..1dd28a57c 100644 --- a/svgs/solid/file-prescription.svg +++ b/svgs/solid/file-prescription.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-signature.svg b/svgs/solid/file-signature.svg index 16b681e75..c3a5596f7 100644 --- a/svgs/solid/file-signature.svg +++ b/svgs/solid/file-signature.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-upload.svg b/svgs/solid/file-upload.svg index 8e90af28f..df4f83f8d 100644 --- a/svgs/solid/file-upload.svg +++ b/svgs/solid/file-upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-video.svg b/svgs/solid/file-video.svg index d222a6ae8..3ba1970eb 100644 --- a/svgs/solid/file-video.svg +++ b/svgs/solid/file-video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file-word.svg b/svgs/solid/file-word.svg index 4853a664a..3c4179741 100644 --- a/svgs/solid/file-word.svg +++ b/svgs/solid/file-word.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/file.svg b/svgs/solid/file.svg index 48145b898..aa8dacdbe 100644 --- a/svgs/solid/file.svg +++ b/svgs/solid/file.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fill-drip.svg b/svgs/solid/fill-drip.svg index e2f0b4c39..a9e5163e7 100644 --- a/svgs/solid/fill-drip.svg +++ b/svgs/solid/fill-drip.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fill.svg b/svgs/solid/fill.svg index 0853901c4..3605edaf7 100644 --- a/svgs/solid/fill.svg +++ b/svgs/solid/fill.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/film.svg b/svgs/solid/film.svg index 2d11aaee8..ccf89836a 100644 --- a/svgs/solid/film.svg +++ b/svgs/solid/film.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/filter.svg b/svgs/solid/filter.svg index fb826896c..16502743a 100644 --- a/svgs/solid/filter.svg +++ b/svgs/solid/filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fingerprint.svg b/svgs/solid/fingerprint.svg index 5972220e0..e61991a7e 100644 --- a/svgs/solid/fingerprint.svg +++ b/svgs/solid/fingerprint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fire-alt.svg b/svgs/solid/fire-alt.svg index aec6fc46b..db05d8eda 100644 --- a/svgs/solid/fire-alt.svg +++ b/svgs/solid/fire-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fire-extinguisher.svg b/svgs/solid/fire-extinguisher.svg index d37cb6a9b..79bfce73d 100644 --- a/svgs/solid/fire-extinguisher.svg +++ b/svgs/solid/fire-extinguisher.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fire.svg b/svgs/solid/fire.svg index 6af2b31b0..7b58a9c57 100644 --- a/svgs/solid/fire.svg +++ b/svgs/solid/fire.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/first-aid.svg b/svgs/solid/first-aid.svg index be30b5a87..6432c1d54 100644 --- a/svgs/solid/first-aid.svg +++ b/svgs/solid/first-aid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fish.svg b/svgs/solid/fish.svg index 097f752c0..b124d486e 100644 --- a/svgs/solid/fish.svg +++ b/svgs/solid/fish.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/fist-raised.svg b/svgs/solid/fist-raised.svg index ee2dad3e3..01f01af25 100644 --- a/svgs/solid/fist-raised.svg +++ b/svgs/solid/fist-raised.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/flag-checkered.svg b/svgs/solid/flag-checkered.svg index dd3d3817c..0117946f2 100644 --- a/svgs/solid/flag-checkered.svg +++ b/svgs/solid/flag-checkered.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/flag-usa.svg b/svgs/solid/flag-usa.svg index 35a569789..d29fe6eee 100644 --- a/svgs/solid/flag-usa.svg +++ b/svgs/solid/flag-usa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/flag.svg b/svgs/solid/flag.svg index 531e09101..e28f3d52d 100644 --- a/svgs/solid/flag.svg +++ b/svgs/solid/flag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/flask.svg b/svgs/solid/flask.svg index 8a9043c2b..3cc94ee8b 100644 --- a/svgs/solid/flask.svg +++ b/svgs/solid/flask.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/flushed.svg b/svgs/solid/flushed.svg index f70abf91c..666ff1b55 100644 --- a/svgs/solid/flushed.svg +++ b/svgs/solid/flushed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/folder-minus.svg b/svgs/solid/folder-minus.svg index 88dec0d7f..4d22ac10a 100644 --- a/svgs/solid/folder-minus.svg +++ b/svgs/solid/folder-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/folder-open.svg b/svgs/solid/folder-open.svg index 84cad9451..99729c8ce 100644 --- a/svgs/solid/folder-open.svg +++ b/svgs/solid/folder-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/folder-plus.svg b/svgs/solid/folder-plus.svg index 8060d4140..c0a517435 100644 --- a/svgs/solid/folder-plus.svg +++ b/svgs/solid/folder-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/folder.svg b/svgs/solid/folder.svg index a1514f028..f9058b086 100644 --- a/svgs/solid/folder.svg +++ b/svgs/solid/folder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/font-awesome-logo-full.svg b/svgs/solid/font-awesome-logo-full.svg index 812bbc0a9..0672ac840 100644 --- a/svgs/solid/font-awesome-logo-full.svg +++ b/svgs/solid/font-awesome-logo-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/font.svg b/svgs/solid/font.svg index 9c52afd4f..83564cc5a 100644 --- a/svgs/solid/font.svg +++ b/svgs/solid/font.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/football-ball.svg b/svgs/solid/football-ball.svg index db699a4b3..c52da6a19 100644 --- a/svgs/solid/football-ball.svg +++ b/svgs/solid/football-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/forward.svg b/svgs/solid/forward.svg index 7d98c7876..16ce912e4 100644 --- a/svgs/solid/forward.svg +++ b/svgs/solid/forward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/frog.svg b/svgs/solid/frog.svg index 5952e25e7..b5c8592cb 100644 --- a/svgs/solid/frog.svg +++ b/svgs/solid/frog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/frown-open.svg b/svgs/solid/frown-open.svg index 2f7c442d7..a2f4a6e79 100644 --- a/svgs/solid/frown-open.svg +++ b/svgs/solid/frown-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/frown.svg b/svgs/solid/frown.svg index 9762377a4..6b023478e 100644 --- a/svgs/solid/frown.svg +++ b/svgs/solid/frown.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/funnel-dollar.svg b/svgs/solid/funnel-dollar.svg index 6878777e5..f23994850 100644 --- a/svgs/solid/funnel-dollar.svg +++ b/svgs/solid/funnel-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/futbol.svg b/svgs/solid/futbol.svg index 564879184..3491d939e 100644 --- a/svgs/solid/futbol.svg +++ b/svgs/solid/futbol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/gamepad.svg b/svgs/solid/gamepad.svg index 8122f147d..98d4dc96e 100644 --- a/svgs/solid/gamepad.svg +++ b/svgs/solid/gamepad.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/gas-pump.svg b/svgs/solid/gas-pump.svg index 06563465c..86f497f34 100644 --- a/svgs/solid/gas-pump.svg +++ b/svgs/solid/gas-pump.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/gavel.svg b/svgs/solid/gavel.svg index 5154b4d4f..8db1c23e0 100644 --- a/svgs/solid/gavel.svg +++ b/svgs/solid/gavel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/gem.svg b/svgs/solid/gem.svg index f7e61a023..2204e6671 100644 --- a/svgs/solid/gem.svg +++ b/svgs/solid/gem.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/genderless.svg b/svgs/solid/genderless.svg index d10617b6d..e6edd1958 100644 --- a/svgs/solid/genderless.svg +++ b/svgs/solid/genderless.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ghost.svg b/svgs/solid/ghost.svg index d9c0999f9..2ca4405a2 100644 --- a/svgs/solid/ghost.svg +++ b/svgs/solid/ghost.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/gift.svg b/svgs/solid/gift.svg index 8a9bc81f7..630efe09a 100644 --- a/svgs/solid/gift.svg +++ b/svgs/solid/gift.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/gifts.svg b/svgs/solid/gifts.svg index 29d980d8f..0fadeb2ae 100644 --- a/svgs/solid/gifts.svg +++ b/svgs/solid/gifts.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/glass-cheers.svg b/svgs/solid/glass-cheers.svg index be634f82b..3c1372929 100644 --- a/svgs/solid/glass-cheers.svg +++ b/svgs/solid/glass-cheers.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/glass-martini-alt.svg b/svgs/solid/glass-martini-alt.svg index c2c25c79a..7472d991a 100644 --- a/svgs/solid/glass-martini-alt.svg +++ b/svgs/solid/glass-martini-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/glass-martini.svg b/svgs/solid/glass-martini.svg index f60b20e9b..05d298e37 100644 --- a/svgs/solid/glass-martini.svg +++ b/svgs/solid/glass-martini.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/glass-whiskey.svg b/svgs/solid/glass-whiskey.svg index eb869fd5a..747265841 100644 --- a/svgs/solid/glass-whiskey.svg +++ b/svgs/solid/glass-whiskey.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/glasses.svg b/svgs/solid/glasses.svg index e1f9a62c4..30347d058 100644 --- a/svgs/solid/glasses.svg +++ b/svgs/solid/glasses.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/globe-africa.svg b/svgs/solid/globe-africa.svg index c29e5dca5..265920545 100644 --- a/svgs/solid/globe-africa.svg +++ b/svgs/solid/globe-africa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/globe-americas.svg b/svgs/solid/globe-americas.svg index d0def04ad..642a234f7 100644 --- a/svgs/solid/globe-americas.svg +++ b/svgs/solid/globe-americas.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/globe-asia.svg b/svgs/solid/globe-asia.svg index c55a8dfdf..89223bf18 100644 --- a/svgs/solid/globe-asia.svg +++ b/svgs/solid/globe-asia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/globe-europe.svg b/svgs/solid/globe-europe.svg index 345e8993c..f0653a1be 100644 --- a/svgs/solid/globe-europe.svg +++ b/svgs/solid/globe-europe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/globe.svg b/svgs/solid/globe.svg index a60ff20b7..e255b7f9f 100644 --- a/svgs/solid/globe.svg +++ b/svgs/solid/globe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/golf-ball.svg b/svgs/solid/golf-ball.svg index 7b585e40f..200255f0b 100644 --- a/svgs/solid/golf-ball.svg +++ b/svgs/solid/golf-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/gopuram.svg b/svgs/solid/gopuram.svg index 50ce211f2..8611860fe 100644 --- a/svgs/solid/gopuram.svg +++ b/svgs/solid/gopuram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/graduation-cap.svg b/svgs/solid/graduation-cap.svg index 894af4a3a..ebf916515 100644 --- a/svgs/solid/graduation-cap.svg +++ b/svgs/solid/graduation-cap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/greater-than-equal.svg b/svgs/solid/greater-than-equal.svg index 01e81ce2b..6b3f859db 100644 --- a/svgs/solid/greater-than-equal.svg +++ b/svgs/solid/greater-than-equal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/greater-than.svg b/svgs/solid/greater-than.svg index 3bc5cde44..48964a173 100644 --- a/svgs/solid/greater-than.svg +++ b/svgs/solid/greater-than.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grimace.svg b/svgs/solid/grimace.svg index d2d5d1802..4cfb3537d 100644 --- a/svgs/solid/grimace.svg +++ b/svgs/solid/grimace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-alt.svg b/svgs/solid/grin-alt.svg index de5eb7b01..d5e3867e0 100644 --- a/svgs/solid/grin-alt.svg +++ b/svgs/solid/grin-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-beam-sweat.svg b/svgs/solid/grin-beam-sweat.svg index a5272f51e..5b026e721 100644 --- a/svgs/solid/grin-beam-sweat.svg +++ b/svgs/solid/grin-beam-sweat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-beam.svg b/svgs/solid/grin-beam.svg index 2eba6c4bb..725f8b535 100644 --- a/svgs/solid/grin-beam.svg +++ b/svgs/solid/grin-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-hearts.svg b/svgs/solid/grin-hearts.svg index 3298c80b1..445c69c0e 100644 --- a/svgs/solid/grin-hearts.svg +++ b/svgs/solid/grin-hearts.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-squint-tears.svg b/svgs/solid/grin-squint-tears.svg index e62f22eeb..cbc1ac640 100644 --- a/svgs/solid/grin-squint-tears.svg +++ b/svgs/solid/grin-squint-tears.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-squint.svg b/svgs/solid/grin-squint.svg index 312dccef8..9cd04bb99 100644 --- a/svgs/solid/grin-squint.svg +++ b/svgs/solid/grin-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-stars.svg b/svgs/solid/grin-stars.svg index 0f178c5e4..1256e466b 100644 --- a/svgs/solid/grin-stars.svg +++ b/svgs/solid/grin-stars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-tears.svg b/svgs/solid/grin-tears.svg index 7d22a23c8..8547b7e53 100644 --- a/svgs/solid/grin-tears.svg +++ b/svgs/solid/grin-tears.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-tongue-squint.svg b/svgs/solid/grin-tongue-squint.svg index d3f2b798f..25a09c5b9 100644 --- a/svgs/solid/grin-tongue-squint.svg +++ b/svgs/solid/grin-tongue-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-tongue-wink.svg b/svgs/solid/grin-tongue-wink.svg index ee92a0999..dc7cc40e8 100644 --- a/svgs/solid/grin-tongue-wink.svg +++ b/svgs/solid/grin-tongue-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-tongue.svg b/svgs/solid/grin-tongue.svg index e567d359d..4c73cfee5 100644 --- a/svgs/solid/grin-tongue.svg +++ b/svgs/solid/grin-tongue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin-wink.svg b/svgs/solid/grin-wink.svg index 0f217ae9d..ce97debc2 100644 --- a/svgs/solid/grin-wink.svg +++ b/svgs/solid/grin-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grin.svg b/svgs/solid/grin.svg index 468e3796c..7fe7b926d 100644 --- a/svgs/solid/grin.svg +++ b/svgs/solid/grin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grip-horizontal.svg b/svgs/solid/grip-horizontal.svg index 1d9f74667..3db99ef24 100644 --- a/svgs/solid/grip-horizontal.svg +++ b/svgs/solid/grip-horizontal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grip-lines-vertical.svg b/svgs/solid/grip-lines-vertical.svg index 6ec6d0cc3..501d5c2f6 100644 --- a/svgs/solid/grip-lines-vertical.svg +++ b/svgs/solid/grip-lines-vertical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grip-lines.svg b/svgs/solid/grip-lines.svg index 204734d28..61a731af1 100644 --- a/svgs/solid/grip-lines.svg +++ b/svgs/solid/grip-lines.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/grip-vertical.svg b/svgs/solid/grip-vertical.svg index 7026b5bd6..1abd2a0b9 100644 --- a/svgs/solid/grip-vertical.svg +++ b/svgs/solid/grip-vertical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/guitar.svg b/svgs/solid/guitar.svg index af5038c26..c9f9a4ca8 100644 --- a/svgs/solid/guitar.svg +++ b/svgs/solid/guitar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/h-square.svg b/svgs/solid/h-square.svg index 57b967c1f..005021a1b 100644 --- a/svgs/solid/h-square.svg +++ b/svgs/solid/h-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hamburger.svg b/svgs/solid/hamburger.svg index 81be7b02d..b771e04e3 100644 --- a/svgs/solid/hamburger.svg +++ b/svgs/solid/hamburger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hammer.svg b/svgs/solid/hammer.svg index aef176be0..4a1fbc350 100644 --- a/svgs/solid/hammer.svg +++ b/svgs/solid/hammer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hamsa.svg b/svgs/solid/hamsa.svg index fac0b8a6c..9256ae519 100644 --- a/svgs/solid/hamsa.svg +++ b/svgs/solid/hamsa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-holding-heart.svg b/svgs/solid/hand-holding-heart.svg index d0b9b3b48..8c8e1038b 100644 --- a/svgs/solid/hand-holding-heart.svg +++ b/svgs/solid/hand-holding-heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-holding-medical.svg b/svgs/solid/hand-holding-medical.svg index 0075230f4..b9c5311f3 100644 --- a/svgs/solid/hand-holding-medical.svg +++ b/svgs/solid/hand-holding-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-holding-usd.svg b/svgs/solid/hand-holding-usd.svg index 7e0a1e86e..e352b2f0d 100644 --- a/svgs/solid/hand-holding-usd.svg +++ b/svgs/solid/hand-holding-usd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-holding-water.svg b/svgs/solid/hand-holding-water.svg index ab4969eae..71b4052ac 100644 --- a/svgs/solid/hand-holding-water.svg +++ b/svgs/solid/hand-holding-water.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-holding.svg b/svgs/solid/hand-holding.svg index c1c6b56a6..64158120c 100644 --- a/svgs/solid/hand-holding.svg +++ b/svgs/solid/hand-holding.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-lizard.svg b/svgs/solid/hand-lizard.svg index 7b525a207..78c7be32b 100644 --- a/svgs/solid/hand-lizard.svg +++ b/svgs/solid/hand-lizard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-middle-finger.svg b/svgs/solid/hand-middle-finger.svg index a0ad26a18..787945020 100644 --- a/svgs/solid/hand-middle-finger.svg +++ b/svgs/solid/hand-middle-finger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-paper.svg b/svgs/solid/hand-paper.svg index f5d817fe4..1a8854d04 100644 --- a/svgs/solid/hand-paper.svg +++ b/svgs/solid/hand-paper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-peace.svg b/svgs/solid/hand-peace.svg index 647b94b00..76f421f7c 100644 --- a/svgs/solid/hand-peace.svg +++ b/svgs/solid/hand-peace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-point-down.svg b/svgs/solid/hand-point-down.svg index 66044fe2f..eae208203 100644 --- a/svgs/solid/hand-point-down.svg +++ b/svgs/solid/hand-point-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-point-left.svg b/svgs/solid/hand-point-left.svg index 52a10471a..6711980ed 100644 --- a/svgs/solid/hand-point-left.svg +++ b/svgs/solid/hand-point-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-point-right.svg b/svgs/solid/hand-point-right.svg index e347adf8c..d17b8802e 100644 --- a/svgs/solid/hand-point-right.svg +++ b/svgs/solid/hand-point-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-point-up.svg b/svgs/solid/hand-point-up.svg index 56225f4ad..9caa2b15a 100644 --- a/svgs/solid/hand-point-up.svg +++ b/svgs/solid/hand-point-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-pointer.svg b/svgs/solid/hand-pointer.svg index d3c63320c..405c8d562 100644 --- a/svgs/solid/hand-pointer.svg +++ b/svgs/solid/hand-pointer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-rock.svg b/svgs/solid/hand-rock.svg index 5648a7bf8..e8dbdd0ab 100644 --- a/svgs/solid/hand-rock.svg +++ b/svgs/solid/hand-rock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-scissors.svg b/svgs/solid/hand-scissors.svg index 2a8a6222a..c15a769cc 100644 --- a/svgs/solid/hand-scissors.svg +++ b/svgs/solid/hand-scissors.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-sparkles.svg b/svgs/solid/hand-sparkles.svg index cfa39e45f..c4942eb36 100644 --- a/svgs/solid/hand-sparkles.svg +++ b/svgs/solid/hand-sparkles.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hand-spock.svg b/svgs/solid/hand-spock.svg index c93c29eb3..fb6533cb0 100644 --- a/svgs/solid/hand-spock.svg +++ b/svgs/solid/hand-spock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hands-helping.svg b/svgs/solid/hands-helping.svg index cb16eb1df..638b92813 100644 --- a/svgs/solid/hands-helping.svg +++ b/svgs/solid/hands-helping.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hands-wash.svg b/svgs/solid/hands-wash.svg index 139c4e9fe..a3ed507a0 100644 --- a/svgs/solid/hands-wash.svg +++ b/svgs/solid/hands-wash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hands.svg b/svgs/solid/hands.svg index c97cadae5..f3da1b915 100644 --- a/svgs/solid/hands.svg +++ b/svgs/solid/hands.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/handshake-alt-slash.svg b/svgs/solid/handshake-alt-slash.svg index 73550f542..d94108e4e 100644 --- a/svgs/solid/handshake-alt-slash.svg +++ b/svgs/solid/handshake-alt-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/handshake-slash.svg b/svgs/solid/handshake-slash.svg index f7e9e245b..dcbc2d524 100644 --- a/svgs/solid/handshake-slash.svg +++ b/svgs/solid/handshake-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/handshake.svg b/svgs/solid/handshake.svg index f3d318a5c..5d1eacef8 100644 --- a/svgs/solid/handshake.svg +++ b/svgs/solid/handshake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hanukiah.svg b/svgs/solid/hanukiah.svg index 8ff979c02..5602f0084 100644 --- a/svgs/solid/hanukiah.svg +++ b/svgs/solid/hanukiah.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hard-hat.svg b/svgs/solid/hard-hat.svg index f3b9613c2..900c57b62 100644 --- a/svgs/solid/hard-hat.svg +++ b/svgs/solid/hard-hat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hashtag.svg b/svgs/solid/hashtag.svg index cc01bb054..7693834c3 100644 --- a/svgs/solid/hashtag.svg +++ b/svgs/solid/hashtag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hat-cowboy-side.svg b/svgs/solid/hat-cowboy-side.svg index 14bed170d..e506a43b0 100644 --- a/svgs/solid/hat-cowboy-side.svg +++ b/svgs/solid/hat-cowboy-side.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hat-cowboy.svg b/svgs/solid/hat-cowboy.svg index 18ea58504..055e0486e 100644 --- a/svgs/solid/hat-cowboy.svg +++ b/svgs/solid/hat-cowboy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hat-wizard.svg b/svgs/solid/hat-wizard.svg index 1ed1a85f9..6c44494ef 100644 --- a/svgs/solid/hat-wizard.svg +++ b/svgs/solid/hat-wizard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hdd.svg b/svgs/solid/hdd.svg index 41036aa03..af7c45d06 100644 --- a/svgs/solid/hdd.svg +++ b/svgs/solid/hdd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/head-side-cough-slash.svg b/svgs/solid/head-side-cough-slash.svg index a32c4f49e..7b61d37fa 100644 --- a/svgs/solid/head-side-cough-slash.svg +++ b/svgs/solid/head-side-cough-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/head-side-cough.svg b/svgs/solid/head-side-cough.svg index e253b69d8..821800998 100644 --- a/svgs/solid/head-side-cough.svg +++ b/svgs/solid/head-side-cough.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/head-side-mask.svg b/svgs/solid/head-side-mask.svg index 57be2faae..fefd541a2 100644 --- a/svgs/solid/head-side-mask.svg +++ b/svgs/solid/head-side-mask.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/head-side-virus.svg b/svgs/solid/head-side-virus.svg index 19fc646b0..9f60b2271 100644 --- a/svgs/solid/head-side-virus.svg +++ b/svgs/solid/head-side-virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/heading.svg b/svgs/solid/heading.svg index 1a0507c0c..a3122d4b6 100644 --- a/svgs/solid/heading.svg +++ b/svgs/solid/heading.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/headphones-alt.svg b/svgs/solid/headphones-alt.svg index 7b1d5e3ac..c0d4fbf08 100644 --- a/svgs/solid/headphones-alt.svg +++ b/svgs/solid/headphones-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/headphones.svg b/svgs/solid/headphones.svg index 89c409eed..e7e7255e3 100644 --- a/svgs/solid/headphones.svg +++ b/svgs/solid/headphones.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/headset.svg b/svgs/solid/headset.svg index 84980420c..682610a40 100644 --- a/svgs/solid/headset.svg +++ b/svgs/solid/headset.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/heart-broken.svg b/svgs/solid/heart-broken.svg index b54a3af59..d69d57b74 100644 --- a/svgs/solid/heart-broken.svg +++ b/svgs/solid/heart-broken.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/heart.svg b/svgs/solid/heart.svg index 1b1127fb0..f45b0554d 100644 --- a/svgs/solid/heart.svg +++ b/svgs/solid/heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/heartbeat.svg b/svgs/solid/heartbeat.svg index 9b366c55c..48c937fe7 100644 --- a/svgs/solid/heartbeat.svg +++ b/svgs/solid/heartbeat.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/helicopter.svg b/svgs/solid/helicopter.svg index 20ed5c3a3..437f5d62f 100644 --- a/svgs/solid/helicopter.svg +++ b/svgs/solid/helicopter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/highlighter.svg b/svgs/solid/highlighter.svg index 3dc8d9c09..9b3687d00 100644 --- a/svgs/solid/highlighter.svg +++ b/svgs/solid/highlighter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hiking.svg b/svgs/solid/hiking.svg index 7842899c5..ae12ef13c 100644 --- a/svgs/solid/hiking.svg +++ b/svgs/solid/hiking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hippo.svg b/svgs/solid/hippo.svg index 460d5ee56..92049d14a 100644 --- a/svgs/solid/hippo.svg +++ b/svgs/solid/hippo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/history.svg b/svgs/solid/history.svg index dc368d250..2c0a6bf7e 100644 --- a/svgs/solid/history.svg +++ b/svgs/solid/history.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hockey-puck.svg b/svgs/solid/hockey-puck.svg index 2e2ced26a..ffa4cbd9f 100644 --- a/svgs/solid/hockey-puck.svg +++ b/svgs/solid/hockey-puck.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/holly-berry.svg b/svgs/solid/holly-berry.svg index 1bbcb2473..a46520a76 100644 --- a/svgs/solid/holly-berry.svg +++ b/svgs/solid/holly-berry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/home.svg b/svgs/solid/home.svg index f0f69f2c0..5c9d62386 100644 --- a/svgs/solid/home.svg +++ b/svgs/solid/home.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/horse-head.svg b/svgs/solid/horse-head.svg index 23e0d352b..6e1586690 100644 --- a/svgs/solid/horse-head.svg +++ b/svgs/solid/horse-head.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/horse.svg b/svgs/solid/horse.svg index 85e629ab3..9f5fedca7 100644 --- a/svgs/solid/horse.svg +++ b/svgs/solid/horse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hospital-alt.svg b/svgs/solid/hospital-alt.svg index 39ebea58b..d587e6489 100644 --- a/svgs/solid/hospital-alt.svg +++ b/svgs/solid/hospital-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hospital-symbol.svg b/svgs/solid/hospital-symbol.svg index 1585279d9..24ff25689 100644 --- a/svgs/solid/hospital-symbol.svg +++ b/svgs/solid/hospital-symbol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hospital-user.svg b/svgs/solid/hospital-user.svg index 9943a7a57..2e6a19a03 100644 --- a/svgs/solid/hospital-user.svg +++ b/svgs/solid/hospital-user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hospital.svg b/svgs/solid/hospital.svg index dcc10826a..0b79beee8 100644 --- a/svgs/solid/hospital.svg +++ b/svgs/solid/hospital.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hot-tub.svg b/svgs/solid/hot-tub.svg index 2d8c2f86f..ff11dd6de 100644 --- a/svgs/solid/hot-tub.svg +++ b/svgs/solid/hot-tub.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hotdog.svg b/svgs/solid/hotdog.svg index 38bdd0b5d..9f105e5d5 100644 --- a/svgs/solid/hotdog.svg +++ b/svgs/solid/hotdog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hotel.svg b/svgs/solid/hotel.svg index 61d1f635b..cf2fa597c 100644 --- a/svgs/solid/hotel.svg +++ b/svgs/solid/hotel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hourglass-end.svg b/svgs/solid/hourglass-end.svg index 6d8712cf0..9b1da2f29 100644 --- a/svgs/solid/hourglass-end.svg +++ b/svgs/solid/hourglass-end.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hourglass-half.svg b/svgs/solid/hourglass-half.svg index b2f3e6f5e..d4170a43e 100644 --- a/svgs/solid/hourglass-half.svg +++ b/svgs/solid/hourglass-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hourglass-start.svg b/svgs/solid/hourglass-start.svg index af2628089..06daa6cdc 100644 --- a/svgs/solid/hourglass-start.svg +++ b/svgs/solid/hourglass-start.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hourglass.svg b/svgs/solid/hourglass.svg index 8ee7ccb79..ae867c1f4 100644 --- a/svgs/solid/hourglass.svg +++ b/svgs/solid/hourglass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/house-damage.svg b/svgs/solid/house-damage.svg index fb5eb9a2b..2b7ab2aff 100644 --- a/svgs/solid/house-damage.svg +++ b/svgs/solid/house-damage.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/house-user.svg b/svgs/solid/house-user.svg index b739c2bdb..0c90a8c81 100644 --- a/svgs/solid/house-user.svg +++ b/svgs/solid/house-user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/hryvnia.svg b/svgs/solid/hryvnia.svg index 7b01842a3..18f187655 100644 --- a/svgs/solid/hryvnia.svg +++ b/svgs/solid/hryvnia.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/i-cursor.svg b/svgs/solid/i-cursor.svg index 74e0a2e52..1127122bd 100644 --- a/svgs/solid/i-cursor.svg +++ b/svgs/solid/i-cursor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ice-cream.svg b/svgs/solid/ice-cream.svg index 208b8ae21..abd3b3ec8 100644 --- a/svgs/solid/ice-cream.svg +++ b/svgs/solid/ice-cream.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/icicles.svg b/svgs/solid/icicles.svg index b24a38a55..f23eeba40 100644 --- a/svgs/solid/icicles.svg +++ b/svgs/solid/icicles.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/icons.svg b/svgs/solid/icons.svg index 23af950c6..b566479a2 100644 --- a/svgs/solid/icons.svg +++ b/svgs/solid/icons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/id-badge.svg b/svgs/solid/id-badge.svg index eedf46895..b1d2bf7a9 100644 --- a/svgs/solid/id-badge.svg +++ b/svgs/solid/id-badge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/id-card-alt.svg b/svgs/solid/id-card-alt.svg index f0c4028e6..a784de89e 100644 --- a/svgs/solid/id-card-alt.svg +++ b/svgs/solid/id-card-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/id-card.svg b/svgs/solid/id-card.svg index 3a0e47edb..42f8140af 100644 --- a/svgs/solid/id-card.svg +++ b/svgs/solid/id-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/igloo.svg b/svgs/solid/igloo.svg index 6d6869666..4ea06e3f5 100644 --- a/svgs/solid/igloo.svg +++ b/svgs/solid/igloo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/image.svg b/svgs/solid/image.svg index 758dca2ce..c32f68b88 100644 --- a/svgs/solid/image.svg +++ b/svgs/solid/image.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/images.svg b/svgs/solid/images.svg index e70bc2cb0..b1dbb58d4 100644 --- a/svgs/solid/images.svg +++ b/svgs/solid/images.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/inbox.svg b/svgs/solid/inbox.svg index d53b3ca1b..f45f51f24 100644 --- a/svgs/solid/inbox.svg +++ b/svgs/solid/inbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/indent.svg b/svgs/solid/indent.svg index 0c9078a49..3a9b08135 100644 --- a/svgs/solid/indent.svg +++ b/svgs/solid/indent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/industry.svg b/svgs/solid/industry.svg index dc04e5741..c40b41acb 100644 --- a/svgs/solid/industry.svg +++ b/svgs/solid/industry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/infinity.svg b/svgs/solid/infinity.svg index cb8df11cb..94e066b89 100644 --- a/svgs/solid/infinity.svg +++ b/svgs/solid/infinity.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/info-circle.svg b/svgs/solid/info-circle.svg index fb4310486..f7e38706b 100644 --- a/svgs/solid/info-circle.svg +++ b/svgs/solid/info-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/info.svg b/svgs/solid/info.svg index 36652fb10..00799d067 100644 --- a/svgs/solid/info.svg +++ b/svgs/solid/info.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/italic.svg b/svgs/solid/italic.svg index cdd788752..21da76f15 100644 --- a/svgs/solid/italic.svg +++ b/svgs/solid/italic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/jedi.svg b/svgs/solid/jedi.svg index d92672f5c..b2e631679 100644 --- a/svgs/solid/jedi.svg +++ b/svgs/solid/jedi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/joint.svg b/svgs/solid/joint.svg index 31f6b71bb..f3ed64544 100644 --- a/svgs/solid/joint.svg +++ b/svgs/solid/joint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/journal-whills.svg b/svgs/solid/journal-whills.svg index 443817eef..3868ba30d 100644 --- a/svgs/solid/journal-whills.svg +++ b/svgs/solid/journal-whills.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/kaaba.svg b/svgs/solid/kaaba.svg index 279b1e018..f490900e3 100644 --- a/svgs/solid/kaaba.svg +++ b/svgs/solid/kaaba.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/key.svg b/svgs/solid/key.svg index b0f4ff708..383c9aceb 100644 --- a/svgs/solid/key.svg +++ b/svgs/solid/key.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/keyboard.svg b/svgs/solid/keyboard.svg index 9a01374a0..f397edc3f 100644 --- a/svgs/solid/keyboard.svg +++ b/svgs/solid/keyboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/khanda.svg b/svgs/solid/khanda.svg index 1c109dcc1..e1deeab22 100644 --- a/svgs/solid/khanda.svg +++ b/svgs/solid/khanda.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/kiss-beam.svg b/svgs/solid/kiss-beam.svg index 35dc7f476..94eb49e3f 100644 --- a/svgs/solid/kiss-beam.svg +++ b/svgs/solid/kiss-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/kiss-wink-heart.svg b/svgs/solid/kiss-wink-heart.svg index addc1a56f..98dd9f8df 100644 --- a/svgs/solid/kiss-wink-heart.svg +++ b/svgs/solid/kiss-wink-heart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/kiss.svg b/svgs/solid/kiss.svg index 7d17041d6..4eb436edc 100644 --- a/svgs/solid/kiss.svg +++ b/svgs/solid/kiss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/kiwi-bird.svg b/svgs/solid/kiwi-bird.svg index 8aa5e0a1c..95dec7f1b 100644 --- a/svgs/solid/kiwi-bird.svg +++ b/svgs/solid/kiwi-bird.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/landmark.svg b/svgs/solid/landmark.svg index 19d5e4945..d8acb9684 100644 --- a/svgs/solid/landmark.svg +++ b/svgs/solid/landmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/language.svg b/svgs/solid/language.svg index 1123e558e..7ca7e5835 100644 --- a/svgs/solid/language.svg +++ b/svgs/solid/language.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/laptop-code.svg b/svgs/solid/laptop-code.svg index 102b4bc76..606718918 100644 --- a/svgs/solid/laptop-code.svg +++ b/svgs/solid/laptop-code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/laptop-house.svg b/svgs/solid/laptop-house.svg index 75205082c..454592398 100644 --- a/svgs/solid/laptop-house.svg +++ b/svgs/solid/laptop-house.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/laptop-medical.svg b/svgs/solid/laptop-medical.svg index e132bef7d..61e41ba1c 100644 --- a/svgs/solid/laptop-medical.svg +++ b/svgs/solid/laptop-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/laptop.svg b/svgs/solid/laptop.svg index 8d3aacf9e..82522d314 100644 --- a/svgs/solid/laptop.svg +++ b/svgs/solid/laptop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/laugh-beam.svg b/svgs/solid/laugh-beam.svg index c57721014..cd5b7a132 100644 --- a/svgs/solid/laugh-beam.svg +++ b/svgs/solid/laugh-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/laugh-squint.svg b/svgs/solid/laugh-squint.svg index bb7f5fcb7..d48f8dc2e 100644 --- a/svgs/solid/laugh-squint.svg +++ b/svgs/solid/laugh-squint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/laugh-wink.svg b/svgs/solid/laugh-wink.svg index 5854bb572..c5e2a4453 100644 --- a/svgs/solid/laugh-wink.svg +++ b/svgs/solid/laugh-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/laugh.svg b/svgs/solid/laugh.svg index 25fd6c73a..3d3084cd7 100644 --- a/svgs/solid/laugh.svg +++ b/svgs/solid/laugh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/layer-group.svg b/svgs/solid/layer-group.svg index ffdc26be6..f67632f1f 100644 --- a/svgs/solid/layer-group.svg +++ b/svgs/solid/layer-group.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/leaf.svg b/svgs/solid/leaf.svg index 09f58653e..f4b8af54c 100644 --- a/svgs/solid/leaf.svg +++ b/svgs/solid/leaf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/lemon.svg b/svgs/solid/lemon.svg index 4d91c5159..48c869161 100644 --- a/svgs/solid/lemon.svg +++ b/svgs/solid/lemon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/less-than-equal.svg b/svgs/solid/less-than-equal.svg index 6c3578433..9b24365f8 100644 --- a/svgs/solid/less-than-equal.svg +++ b/svgs/solid/less-than-equal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/less-than.svg b/svgs/solid/less-than.svg index 3820c7ebc..ab58b54f5 100644 --- a/svgs/solid/less-than.svg +++ b/svgs/solid/less-than.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/level-down-alt.svg b/svgs/solid/level-down-alt.svg index 3a8c42757..2e0b32fe8 100644 --- a/svgs/solid/level-down-alt.svg +++ b/svgs/solid/level-down-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/level-up-alt.svg b/svgs/solid/level-up-alt.svg index e476d6e89..10ab5fdba 100644 --- a/svgs/solid/level-up-alt.svg +++ b/svgs/solid/level-up-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/life-ring.svg b/svgs/solid/life-ring.svg index 5c0690f06..9eaa11ecc 100644 --- a/svgs/solid/life-ring.svg +++ b/svgs/solid/life-ring.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/lightbulb.svg b/svgs/solid/lightbulb.svg index 0a45a72fb..83c4c761f 100644 --- a/svgs/solid/lightbulb.svg +++ b/svgs/solid/lightbulb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/link.svg b/svgs/solid/link.svg index d6e92de5a..f0fdbf4f7 100644 --- a/svgs/solid/link.svg +++ b/svgs/solid/link.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/lira-sign.svg b/svgs/solid/lira-sign.svg index 33734202a..fdd1013a3 100644 --- a/svgs/solid/lira-sign.svg +++ b/svgs/solid/lira-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/list-alt.svg b/svgs/solid/list-alt.svg index bd76b4e9f..dd9b0fc23 100644 --- a/svgs/solid/list-alt.svg +++ b/svgs/solid/list-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/list-ol.svg b/svgs/solid/list-ol.svg index dcd6795b3..f98c60cb0 100644 --- a/svgs/solid/list-ol.svg +++ b/svgs/solid/list-ol.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/list-ul.svg b/svgs/solid/list-ul.svg index 03a820cef..4dadd3d7f 100644 --- a/svgs/solid/list-ul.svg +++ b/svgs/solid/list-ul.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/list.svg b/svgs/solid/list.svg index 80754480a..4a7f7b598 100644 --- a/svgs/solid/list.svg +++ b/svgs/solid/list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/location-arrow.svg b/svgs/solid/location-arrow.svg index 51db3be57..18df00901 100644 --- a/svgs/solid/location-arrow.svg +++ b/svgs/solid/location-arrow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/lock-open.svg b/svgs/solid/lock-open.svg index 828d3589c..420e2b701 100644 --- a/svgs/solid/lock-open.svg +++ b/svgs/solid/lock-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/lock.svg b/svgs/solid/lock.svg index 91924f7e1..86a172a86 100644 --- a/svgs/solid/lock.svg +++ b/svgs/solid/lock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/long-arrow-alt-down.svg b/svgs/solid/long-arrow-alt-down.svg index 60b13b0ab..af1ffa63c 100644 --- a/svgs/solid/long-arrow-alt-down.svg +++ b/svgs/solid/long-arrow-alt-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/long-arrow-alt-left.svg b/svgs/solid/long-arrow-alt-left.svg index aaca03ae8..e15dcf631 100644 --- a/svgs/solid/long-arrow-alt-left.svg +++ b/svgs/solid/long-arrow-alt-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/long-arrow-alt-right.svg b/svgs/solid/long-arrow-alt-right.svg index c158bfd55..049c4f663 100644 --- a/svgs/solid/long-arrow-alt-right.svg +++ b/svgs/solid/long-arrow-alt-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/long-arrow-alt-up.svg b/svgs/solid/long-arrow-alt-up.svg index af9bbf479..313c11e90 100644 --- a/svgs/solid/long-arrow-alt-up.svg +++ b/svgs/solid/long-arrow-alt-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/low-vision.svg b/svgs/solid/low-vision.svg index 126fb1dd3..510a2d3e1 100644 --- a/svgs/solid/low-vision.svg +++ b/svgs/solid/low-vision.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/luggage-cart.svg b/svgs/solid/luggage-cart.svg index 5e022f043..e57f03d96 100644 --- a/svgs/solid/luggage-cart.svg +++ b/svgs/solid/luggage-cart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/lungs-virus.svg b/svgs/solid/lungs-virus.svg index 9dbe87d32..7fb518cd3 100644 --- a/svgs/solid/lungs-virus.svg +++ b/svgs/solid/lungs-virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/lungs.svg b/svgs/solid/lungs.svg index 61bb0e7a2..bbc3c10e8 100644 --- a/svgs/solid/lungs.svg +++ b/svgs/solid/lungs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/magic.svg b/svgs/solid/magic.svg index 4df345f54..9535e281e 100644 --- a/svgs/solid/magic.svg +++ b/svgs/solid/magic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/magnet.svg b/svgs/solid/magnet.svg index 763fe438c..c1956f865 100644 --- a/svgs/solid/magnet.svg +++ b/svgs/solid/magnet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mail-bulk.svg b/svgs/solid/mail-bulk.svg index e507fbc7f..47a7c0d57 100644 --- a/svgs/solid/mail-bulk.svg +++ b/svgs/solid/mail-bulk.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/male.svg b/svgs/solid/male.svg index c167f0b68..8966224ee 100644 --- a/svgs/solid/male.svg +++ b/svgs/solid/male.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/map-marked-alt.svg b/svgs/solid/map-marked-alt.svg index c291458e4..b044e6a32 100644 --- a/svgs/solid/map-marked-alt.svg +++ b/svgs/solid/map-marked-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/map-marked.svg b/svgs/solid/map-marked.svg index 9655d42af..bdea11c05 100644 --- a/svgs/solid/map-marked.svg +++ b/svgs/solid/map-marked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/map-marker-alt.svg b/svgs/solid/map-marker-alt.svg index 693c571fd..08e960110 100644 --- a/svgs/solid/map-marker-alt.svg +++ b/svgs/solid/map-marker-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/map-marker.svg b/svgs/solid/map-marker.svg index 6a53472b0..6d78a39cb 100644 --- a/svgs/solid/map-marker.svg +++ b/svgs/solid/map-marker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/map-pin.svg b/svgs/solid/map-pin.svg index 8d61129dc..598f7a71c 100644 --- a/svgs/solid/map-pin.svg +++ b/svgs/solid/map-pin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/map-signs.svg b/svgs/solid/map-signs.svg index 27bae75ab..5a615400c 100644 --- a/svgs/solid/map-signs.svg +++ b/svgs/solid/map-signs.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/map.svg b/svgs/solid/map.svg index a79957681..11aa57808 100644 --- a/svgs/solid/map.svg +++ b/svgs/solid/map.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/marker.svg b/svgs/solid/marker.svg index 3f39215a7..bd0e3ea84 100644 --- a/svgs/solid/marker.svg +++ b/svgs/solid/marker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mars-double.svg b/svgs/solid/mars-double.svg index 5e50ea5b1..ae7b12af6 100644 --- a/svgs/solid/mars-double.svg +++ b/svgs/solid/mars-double.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mars-stroke-h.svg b/svgs/solid/mars-stroke-h.svg index 20b11d084..7296c0678 100644 --- a/svgs/solid/mars-stroke-h.svg +++ b/svgs/solid/mars-stroke-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mars-stroke-v.svg b/svgs/solid/mars-stroke-v.svg index f709688d2..732a4de74 100644 --- a/svgs/solid/mars-stroke-v.svg +++ b/svgs/solid/mars-stroke-v.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mars-stroke.svg b/svgs/solid/mars-stroke.svg index 23277dd28..c3dea2e8d 100644 --- a/svgs/solid/mars-stroke.svg +++ b/svgs/solid/mars-stroke.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mars.svg b/svgs/solid/mars.svg index 0b5985f88..2c3141af7 100644 --- a/svgs/solid/mars.svg +++ b/svgs/solid/mars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mask.svg b/svgs/solid/mask.svg index 2bc34a432..4714dd0f0 100644 --- a/svgs/solid/mask.svg +++ b/svgs/solid/mask.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/medal.svg b/svgs/solid/medal.svg index cb1c85d25..3d5f5fa33 100644 --- a/svgs/solid/medal.svg +++ b/svgs/solid/medal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/medkit.svg b/svgs/solid/medkit.svg index 7d92b7c1b..2cc99deff 100644 --- a/svgs/solid/medkit.svg +++ b/svgs/solid/medkit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/meh-blank.svg b/svgs/solid/meh-blank.svg index 3445a16bd..5b3c03fce 100644 --- a/svgs/solid/meh-blank.svg +++ b/svgs/solid/meh-blank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/meh-rolling-eyes.svg b/svgs/solid/meh-rolling-eyes.svg index 95423b767..0c2297cfe 100644 --- a/svgs/solid/meh-rolling-eyes.svg +++ b/svgs/solid/meh-rolling-eyes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/meh.svg b/svgs/solid/meh.svg index bb903c369..ec15b080e 100644 --- a/svgs/solid/meh.svg +++ b/svgs/solid/meh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/memory.svg b/svgs/solid/memory.svg index 358a93b5c..311a65ea5 100644 --- a/svgs/solid/memory.svg +++ b/svgs/solid/memory.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/menorah.svg b/svgs/solid/menorah.svg index 5e20b9ff7..49e79bf65 100644 --- a/svgs/solid/menorah.svg +++ b/svgs/solid/menorah.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mercury.svg b/svgs/solid/mercury.svg index e19c29ce7..1c92e2212 100644 --- a/svgs/solid/mercury.svg +++ b/svgs/solid/mercury.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/meteor.svg b/svgs/solid/meteor.svg index c2f41f4cf..0fb299232 100644 --- a/svgs/solid/meteor.svg +++ b/svgs/solid/meteor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/microchip.svg b/svgs/solid/microchip.svg index ec8385550..0f5f58b05 100644 --- a/svgs/solid/microchip.svg +++ b/svgs/solid/microchip.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/microphone-alt-slash.svg b/svgs/solid/microphone-alt-slash.svg index b08962bd2..c65f4310d 100644 --- a/svgs/solid/microphone-alt-slash.svg +++ b/svgs/solid/microphone-alt-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/microphone-alt.svg b/svgs/solid/microphone-alt.svg index 986282aab..5d6a27d0d 100644 --- a/svgs/solid/microphone-alt.svg +++ b/svgs/solid/microphone-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/microphone-slash.svg b/svgs/solid/microphone-slash.svg index 9c1926ed5..0a91d3116 100644 --- a/svgs/solid/microphone-slash.svg +++ b/svgs/solid/microphone-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/microphone.svg b/svgs/solid/microphone.svg index 0026b1f11..8da53a4aa 100644 --- a/svgs/solid/microphone.svg +++ b/svgs/solid/microphone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/microscope.svg b/svgs/solid/microscope.svg index 09a62f6d0..1d6787514 100644 --- a/svgs/solid/microscope.svg +++ b/svgs/solid/microscope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/minus-circle.svg b/svgs/solid/minus-circle.svg index 9a5b75f16..f41dc7790 100644 --- a/svgs/solid/minus-circle.svg +++ b/svgs/solid/minus-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/minus-square.svg b/svgs/solid/minus-square.svg index ecf3adb54..b93336bbe 100644 --- a/svgs/solid/minus-square.svg +++ b/svgs/solid/minus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/minus.svg b/svgs/solid/minus.svg index 02f452646..8a43aa3e6 100644 --- a/svgs/solid/minus.svg +++ b/svgs/solid/minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mitten.svg b/svgs/solid/mitten.svg index 156f10551..e627a92a1 100644 --- a/svgs/solid/mitten.svg +++ b/svgs/solid/mitten.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mobile-alt.svg b/svgs/solid/mobile-alt.svg index 214bb8610..fac3ac5bf 100644 --- a/svgs/solid/mobile-alt.svg +++ b/svgs/solid/mobile-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mobile.svg b/svgs/solid/mobile.svg index 1fb21f8c5..f06e1c6e4 100644 --- a/svgs/solid/mobile.svg +++ b/svgs/solid/mobile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/money-bill-alt.svg b/svgs/solid/money-bill-alt.svg index 4298ecf99..ad1f5f8df 100644 --- a/svgs/solid/money-bill-alt.svg +++ b/svgs/solid/money-bill-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/money-bill-wave-alt.svg b/svgs/solid/money-bill-wave-alt.svg index 1e9ed238a..723b2ccfd 100644 --- a/svgs/solid/money-bill-wave-alt.svg +++ b/svgs/solid/money-bill-wave-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/money-bill-wave.svg b/svgs/solid/money-bill-wave.svg index 2c53769e0..2910d7b1e 100644 --- a/svgs/solid/money-bill-wave.svg +++ b/svgs/solid/money-bill-wave.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/money-bill.svg b/svgs/solid/money-bill.svg index d4c0c6c57..d09c6860e 100644 --- a/svgs/solid/money-bill.svg +++ b/svgs/solid/money-bill.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/money-check-alt.svg b/svgs/solid/money-check-alt.svg index 037c554ef..90bb795ca 100644 --- a/svgs/solid/money-check-alt.svg +++ b/svgs/solid/money-check-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/money-check.svg b/svgs/solid/money-check.svg index e44f53c7a..6d4012140 100644 --- a/svgs/solid/money-check.svg +++ b/svgs/solid/money-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/monument.svg b/svgs/solid/monument.svg index 4a47be247..b5a9747e3 100644 --- a/svgs/solid/monument.svg +++ b/svgs/solid/monument.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/moon.svg b/svgs/solid/moon.svg index 5092cd6fc..a0821efe3 100644 --- a/svgs/solid/moon.svg +++ b/svgs/solid/moon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mortar-pestle.svg b/svgs/solid/mortar-pestle.svg index 90191e015..e11eef290 100644 --- a/svgs/solid/mortar-pestle.svg +++ b/svgs/solid/mortar-pestle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mosque.svg b/svgs/solid/mosque.svg index ef42dd353..1905a7264 100644 --- a/svgs/solid/mosque.svg +++ b/svgs/solid/mosque.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/motorcycle.svg b/svgs/solid/motorcycle.svg index 01f0c5019..e2f90c8b5 100644 --- a/svgs/solid/motorcycle.svg +++ b/svgs/solid/motorcycle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mountain.svg b/svgs/solid/mountain.svg index 4fbc443e6..f17aca396 100644 --- a/svgs/solid/mountain.svg +++ b/svgs/solid/mountain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mouse-pointer.svg b/svgs/solid/mouse-pointer.svg index 51c086035..1fec1b6fb 100644 --- a/svgs/solid/mouse-pointer.svg +++ b/svgs/solid/mouse-pointer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mouse.svg b/svgs/solid/mouse.svg index c585a4d97..24d01eb5b 100644 --- a/svgs/solid/mouse.svg +++ b/svgs/solid/mouse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/mug-hot.svg b/svgs/solid/mug-hot.svg index 0fffe9960..43d7aa662 100644 --- a/svgs/solid/mug-hot.svg +++ b/svgs/solid/mug-hot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/music.svg b/svgs/solid/music.svg index a54e15b37..b37b68b3e 100644 --- a/svgs/solid/music.svg +++ b/svgs/solid/music.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/network-wired.svg b/svgs/solid/network-wired.svg index 78b5be706..95b67076a 100644 --- a/svgs/solid/network-wired.svg +++ b/svgs/solid/network-wired.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/neuter.svg b/svgs/solid/neuter.svg index 774a50e36..858abd34b 100644 --- a/svgs/solid/neuter.svg +++ b/svgs/solid/neuter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/newspaper.svg b/svgs/solid/newspaper.svg index 54f086092..a612a3bc7 100644 --- a/svgs/solid/newspaper.svg +++ b/svgs/solid/newspaper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/not-equal.svg b/svgs/solid/not-equal.svg index ca9b3163d..9f1ff52d4 100644 --- a/svgs/solid/not-equal.svg +++ b/svgs/solid/not-equal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/notes-medical.svg b/svgs/solid/notes-medical.svg index f060125a0..253516dea 100644 --- a/svgs/solid/notes-medical.svg +++ b/svgs/solid/notes-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/object-group.svg b/svgs/solid/object-group.svg index 2689b1a81..d7bb0a197 100644 --- a/svgs/solid/object-group.svg +++ b/svgs/solid/object-group.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/object-ungroup.svg b/svgs/solid/object-ungroup.svg index 5fc418cd6..f96c25bbb 100644 --- a/svgs/solid/object-ungroup.svg +++ b/svgs/solid/object-ungroup.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/oil-can.svg b/svgs/solid/oil-can.svg index e2c01b89a..a8f825d78 100644 --- a/svgs/solid/oil-can.svg +++ b/svgs/solid/oil-can.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/om.svg b/svgs/solid/om.svg index 4a752eeaf..1cc778efb 100644 --- a/svgs/solid/om.svg +++ b/svgs/solid/om.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/otter.svg b/svgs/solid/otter.svg index aa029e7ab..be6b97e20 100644 --- a/svgs/solid/otter.svg +++ b/svgs/solid/otter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/outdent.svg b/svgs/solid/outdent.svg index 03cc41c99..8f09cd689 100644 --- a/svgs/solid/outdent.svg +++ b/svgs/solid/outdent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pager.svg b/svgs/solid/pager.svg index 9512a241a..c9fcdd060 100644 --- a/svgs/solid/pager.svg +++ b/svgs/solid/pager.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/paint-brush.svg b/svgs/solid/paint-brush.svg index a0d8892b1..9e74160db 100644 --- a/svgs/solid/paint-brush.svg +++ b/svgs/solid/paint-brush.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/paint-roller.svg b/svgs/solid/paint-roller.svg index 80578beae..92c12b9e2 100644 --- a/svgs/solid/paint-roller.svg +++ b/svgs/solid/paint-roller.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/palette.svg b/svgs/solid/palette.svg index 27d0449e5..f689c0563 100644 --- a/svgs/solid/palette.svg +++ b/svgs/solid/palette.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pallet.svg b/svgs/solid/pallet.svg index 33a1df72e..73a86cfba 100644 --- a/svgs/solid/pallet.svg +++ b/svgs/solid/pallet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/paper-plane.svg b/svgs/solid/paper-plane.svg index 286de0c15..90da16aa0 100644 --- a/svgs/solid/paper-plane.svg +++ b/svgs/solid/paper-plane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/paperclip.svg b/svgs/solid/paperclip.svg index a36c8ecba..76ef1a0bb 100644 --- a/svgs/solid/paperclip.svg +++ b/svgs/solid/paperclip.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/parachute-box.svg b/svgs/solid/parachute-box.svg index ec8d75e80..ac3a7628a 100644 --- a/svgs/solid/parachute-box.svg +++ b/svgs/solid/parachute-box.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/paragraph.svg b/svgs/solid/paragraph.svg index e3fa43eac..9cb60cdb3 100644 --- a/svgs/solid/paragraph.svg +++ b/svgs/solid/paragraph.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/parking.svg b/svgs/solid/parking.svg index 30670dec6..a0ebcc905 100644 --- a/svgs/solid/parking.svg +++ b/svgs/solid/parking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/passport.svg b/svgs/solid/passport.svg index b952ff7b5..f240f83cc 100644 --- a/svgs/solid/passport.svg +++ b/svgs/solid/passport.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pastafarianism.svg b/svgs/solid/pastafarianism.svg index 5c7b748e7..3a5c9519d 100644 --- a/svgs/solid/pastafarianism.svg +++ b/svgs/solid/pastafarianism.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/paste.svg b/svgs/solid/paste.svg index 7c1646004..12fab1aa4 100644 --- a/svgs/solid/paste.svg +++ b/svgs/solid/paste.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pause-circle.svg b/svgs/solid/pause-circle.svg index ef45b058a..8ec22d962 100644 --- a/svgs/solid/pause-circle.svg +++ b/svgs/solid/pause-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pause.svg b/svgs/solid/pause.svg index 3e017c4f4..74ac840f7 100644 --- a/svgs/solid/pause.svg +++ b/svgs/solid/pause.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/paw.svg b/svgs/solid/paw.svg index 12d81d45b..da5bcc7b6 100644 --- a/svgs/solid/paw.svg +++ b/svgs/solid/paw.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/peace.svg b/svgs/solid/peace.svg index 3e305bbbd..1e499a528 100644 --- a/svgs/solid/peace.svg +++ b/svgs/solid/peace.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pen-alt.svg b/svgs/solid/pen-alt.svg index ae8eaeb97..3ea45c991 100644 --- a/svgs/solid/pen-alt.svg +++ b/svgs/solid/pen-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pen-fancy.svg b/svgs/solid/pen-fancy.svg index 6ae7074ce..01299bcc3 100644 --- a/svgs/solid/pen-fancy.svg +++ b/svgs/solid/pen-fancy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pen-nib.svg b/svgs/solid/pen-nib.svg index a9982cb8a..41e2ea4a5 100644 --- a/svgs/solid/pen-nib.svg +++ b/svgs/solid/pen-nib.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pen-square.svg b/svgs/solid/pen-square.svg index 9e2b8d431..613904234 100644 --- a/svgs/solid/pen-square.svg +++ b/svgs/solid/pen-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pen.svg b/svgs/solid/pen.svg index e41fc6775..3014f2d70 100644 --- a/svgs/solid/pen.svg +++ b/svgs/solid/pen.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pencil-alt.svg b/svgs/solid/pencil-alt.svg index 52e85a542..da9c0bb40 100644 --- a/svgs/solid/pencil-alt.svg +++ b/svgs/solid/pencil-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pencil-ruler.svg b/svgs/solid/pencil-ruler.svg index 7beac5ab0..2bd2c0202 100644 --- a/svgs/solid/pencil-ruler.svg +++ b/svgs/solid/pencil-ruler.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/people-arrows.svg b/svgs/solid/people-arrows.svg index ac9ab4e68..90e3c3a9f 100644 --- a/svgs/solid/people-arrows.svg +++ b/svgs/solid/people-arrows.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/people-carry.svg b/svgs/solid/people-carry.svg index 5ab3683df..9d8c33dae 100644 --- a/svgs/solid/people-carry.svg +++ b/svgs/solid/people-carry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pepper-hot.svg b/svgs/solid/pepper-hot.svg index 7f3a7ff6c..3a9f5f19b 100644 --- a/svgs/solid/pepper-hot.svg +++ b/svgs/solid/pepper-hot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/percent.svg b/svgs/solid/percent.svg index 86d5bb798..1132ff4b4 100644 --- a/svgs/solid/percent.svg +++ b/svgs/solid/percent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/percentage.svg b/svgs/solid/percentage.svg index 46e4430ee..704a6a3df 100644 --- a/svgs/solid/percentage.svg +++ b/svgs/solid/percentage.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/person-booth.svg b/svgs/solid/person-booth.svg index 827320827..3855e0db4 100644 --- a/svgs/solid/person-booth.svg +++ b/svgs/solid/person-booth.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/phone-alt.svg b/svgs/solid/phone-alt.svg index 6bc2f35be..85e7f2fae 100644 --- a/svgs/solid/phone-alt.svg +++ b/svgs/solid/phone-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/phone-slash.svg b/svgs/solid/phone-slash.svg index 32194277e..022cbac3d 100644 --- a/svgs/solid/phone-slash.svg +++ b/svgs/solid/phone-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/phone-square-alt.svg b/svgs/solid/phone-square-alt.svg index ad6875ea8..66a0af7c3 100644 --- a/svgs/solid/phone-square-alt.svg +++ b/svgs/solid/phone-square-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/phone-square.svg b/svgs/solid/phone-square.svg index d72773609..8bedfd48a 100644 --- a/svgs/solid/phone-square.svg +++ b/svgs/solid/phone-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/phone-volume.svg b/svgs/solid/phone-volume.svg index f68d0439e..60f30f998 100644 --- a/svgs/solid/phone-volume.svg +++ b/svgs/solid/phone-volume.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/phone.svg b/svgs/solid/phone.svg index 8514b7ad1..06fe1c82b 100644 --- a/svgs/solid/phone.svg +++ b/svgs/solid/phone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/photo-video.svg b/svgs/solid/photo-video.svg index a2ced8c78..7c501ba6d 100644 --- a/svgs/solid/photo-video.svg +++ b/svgs/solid/photo-video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/piggy-bank.svg b/svgs/solid/piggy-bank.svg index e9b7c7ee5..69e6afb80 100644 --- a/svgs/solid/piggy-bank.svg +++ b/svgs/solid/piggy-bank.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pills.svg b/svgs/solid/pills.svg index 744667b9d..7893f0779 100644 --- a/svgs/solid/pills.svg +++ b/svgs/solid/pills.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pizza-slice.svg b/svgs/solid/pizza-slice.svg index b35f167ae..1e181d3ec 100644 --- a/svgs/solid/pizza-slice.svg +++ b/svgs/solid/pizza-slice.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/place-of-worship.svg b/svgs/solid/place-of-worship.svg index d4bcd8baa..4ee4978c4 100644 --- a/svgs/solid/place-of-worship.svg +++ b/svgs/solid/place-of-worship.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/plane-arrival.svg b/svgs/solid/plane-arrival.svg index 9b049454a..5f0b96d3d 100644 --- a/svgs/solid/plane-arrival.svg +++ b/svgs/solid/plane-arrival.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/plane-departure.svg b/svgs/solid/plane-departure.svg index d66a8ae52..d5d8b702c 100644 --- a/svgs/solid/plane-departure.svg +++ b/svgs/solid/plane-departure.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/plane-slash.svg b/svgs/solid/plane-slash.svg index e3c70fceb..5002ab04f 100644 --- a/svgs/solid/plane-slash.svg +++ b/svgs/solid/plane-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/plane.svg b/svgs/solid/plane.svg index c440e1ea3..878129053 100644 --- a/svgs/solid/plane.svg +++ b/svgs/solid/plane.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/play-circle.svg b/svgs/solid/play-circle.svg index 7c3f4fd10..0ce008536 100644 --- a/svgs/solid/play-circle.svg +++ b/svgs/solid/play-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/play.svg b/svgs/solid/play.svg index 66f183cf2..e817cc8ed 100644 --- a/svgs/solid/play.svg +++ b/svgs/solid/play.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/plug.svg b/svgs/solid/plug.svg index 3a5f287c4..12701eb7c 100644 --- a/svgs/solid/plug.svg +++ b/svgs/solid/plug.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/plus-circle.svg b/svgs/solid/plus-circle.svg index 293765693..86d47f5f4 100644 --- a/svgs/solid/plus-circle.svg +++ b/svgs/solid/plus-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/plus-square.svg b/svgs/solid/plus-square.svg index a5d237952..f6b5dc7c8 100644 --- a/svgs/solid/plus-square.svg +++ b/svgs/solid/plus-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/plus.svg b/svgs/solid/plus.svg index 7c3a62c64..74cf3932c 100644 --- a/svgs/solid/plus.svg +++ b/svgs/solid/plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/podcast.svg b/svgs/solid/podcast.svg index 9665811ab..362b753a4 100644 --- a/svgs/solid/podcast.svg +++ b/svgs/solid/podcast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/poll-h.svg b/svgs/solid/poll-h.svg index 456fa2ec9..2ada21202 100644 --- a/svgs/solid/poll-h.svg +++ b/svgs/solid/poll-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/poll.svg b/svgs/solid/poll.svg index 43d82e93b..82fb6c3ed 100644 --- a/svgs/solid/poll.svg +++ b/svgs/solid/poll.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/poo-storm.svg b/svgs/solid/poo-storm.svg index 729438be4..a2492965b 100644 --- a/svgs/solid/poo-storm.svg +++ b/svgs/solid/poo-storm.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/poo.svg b/svgs/solid/poo.svg index 00920ee5e..d96589978 100644 --- a/svgs/solid/poo.svg +++ b/svgs/solid/poo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/poop.svg b/svgs/solid/poop.svg index 63ae88867..91379e769 100644 --- a/svgs/solid/poop.svg +++ b/svgs/solid/poop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/portrait.svg b/svgs/solid/portrait.svg index c7367a452..9cd5190a3 100644 --- a/svgs/solid/portrait.svg +++ b/svgs/solid/portrait.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pound-sign.svg b/svgs/solid/pound-sign.svg index 47b1069c5..e4d89304a 100644 --- a/svgs/solid/pound-sign.svg +++ b/svgs/solid/pound-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/power-off.svg b/svgs/solid/power-off.svg index 248f8c6a1..75d24468a 100644 --- a/svgs/solid/power-off.svg +++ b/svgs/solid/power-off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pray.svg b/svgs/solid/pray.svg index 9cdfbf08e..dd0c7a299 100644 --- a/svgs/solid/pray.svg +++ b/svgs/solid/pray.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/praying-hands.svg b/svgs/solid/praying-hands.svg index 0463d4969..7347835da 100644 --- a/svgs/solid/praying-hands.svg +++ b/svgs/solid/praying-hands.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/prescription-bottle-alt.svg b/svgs/solid/prescription-bottle-alt.svg index edfe5997f..52098876f 100644 --- a/svgs/solid/prescription-bottle-alt.svg +++ b/svgs/solid/prescription-bottle-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/prescription-bottle.svg b/svgs/solid/prescription-bottle.svg index c53fd9ab6..ec0b862c9 100644 --- a/svgs/solid/prescription-bottle.svg +++ b/svgs/solid/prescription-bottle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/prescription.svg b/svgs/solid/prescription.svg index 35b5e0213..e48c10802 100644 --- a/svgs/solid/prescription.svg +++ b/svgs/solid/prescription.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/print.svg b/svgs/solid/print.svg index ee41d98ff..a96ee8ef2 100644 --- a/svgs/solid/print.svg +++ b/svgs/solid/print.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/procedures.svg b/svgs/solid/procedures.svg index a82cca21c..c77f11590 100644 --- a/svgs/solid/procedures.svg +++ b/svgs/solid/procedures.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/project-diagram.svg b/svgs/solid/project-diagram.svg index f10096948..d730b0531 100644 --- a/svgs/solid/project-diagram.svg +++ b/svgs/solid/project-diagram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pump-medical.svg b/svgs/solid/pump-medical.svg index f1c022646..ec4a7b505 100644 --- a/svgs/solid/pump-medical.svg +++ b/svgs/solid/pump-medical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/pump-soap.svg b/svgs/solid/pump-soap.svg index 6c4f0f491..6aa2747b2 100644 --- a/svgs/solid/pump-soap.svg +++ b/svgs/solid/pump-soap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/puzzle-piece.svg b/svgs/solid/puzzle-piece.svg index a146cd895..48ca1c230 100644 --- a/svgs/solid/puzzle-piece.svg +++ b/svgs/solid/puzzle-piece.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/qrcode.svg b/svgs/solid/qrcode.svg index cb8d41a01..0d2edc843 100644 --- a/svgs/solid/qrcode.svg +++ b/svgs/solid/qrcode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/question-circle.svg b/svgs/solid/question-circle.svg index f710b11ad..48dd6067e 100644 --- a/svgs/solid/question-circle.svg +++ b/svgs/solid/question-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/question.svg b/svgs/solid/question.svg index cc928ba9b..60e30a770 100644 --- a/svgs/solid/question.svg +++ b/svgs/solid/question.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/quidditch.svg b/svgs/solid/quidditch.svg index d9ed78e53..b9d4997a6 100644 --- a/svgs/solid/quidditch.svg +++ b/svgs/solid/quidditch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/quote-left.svg b/svgs/solid/quote-left.svg index 60e1a48d7..ba9977f3d 100644 --- a/svgs/solid/quote-left.svg +++ b/svgs/solid/quote-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/quote-right.svg b/svgs/solid/quote-right.svg index 104bbcf2b..2e344398f 100644 --- a/svgs/solid/quote-right.svg +++ b/svgs/solid/quote-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/quran.svg b/svgs/solid/quran.svg index 8169b94eb..182e0df3c 100644 --- a/svgs/solid/quran.svg +++ b/svgs/solid/quran.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/radiation-alt.svg b/svgs/solid/radiation-alt.svg index 710445e3b..5f7ea459d 100644 --- a/svgs/solid/radiation-alt.svg +++ b/svgs/solid/radiation-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/radiation.svg b/svgs/solid/radiation.svg index 7b5918067..3e7c4201e 100644 --- a/svgs/solid/radiation.svg +++ b/svgs/solid/radiation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/rainbow.svg b/svgs/solid/rainbow.svg index d4bbf8752..d40830524 100644 --- a/svgs/solid/rainbow.svg +++ b/svgs/solid/rainbow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/random.svg b/svgs/solid/random.svg index 792fbf817..d6961c622 100644 --- a/svgs/solid/random.svg +++ b/svgs/solid/random.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/receipt.svg b/svgs/solid/receipt.svg index 7a14c5c8d..1b3773c46 100644 --- a/svgs/solid/receipt.svg +++ b/svgs/solid/receipt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/record-vinyl.svg b/svgs/solid/record-vinyl.svg index 69ecec0e8..741525ea1 100644 --- a/svgs/solid/record-vinyl.svg +++ b/svgs/solid/record-vinyl.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/recycle.svg b/svgs/solid/recycle.svg index 19cea09e4..4d0b72346 100644 --- a/svgs/solid/recycle.svg +++ b/svgs/solid/recycle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/redo-alt.svg b/svgs/solid/redo-alt.svg index 78c24603c..f32b9d463 100644 --- a/svgs/solid/redo-alt.svg +++ b/svgs/solid/redo-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/redo.svg b/svgs/solid/redo.svg index 2f38034ad..fd6811199 100644 --- a/svgs/solid/redo.svg +++ b/svgs/solid/redo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/registered.svg b/svgs/solid/registered.svg index 3e98c6498..c7ab56a99 100644 --- a/svgs/solid/registered.svg +++ b/svgs/solid/registered.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/remove-format.svg b/svgs/solid/remove-format.svg index 4a096a895..967559e41 100644 --- a/svgs/solid/remove-format.svg +++ b/svgs/solid/remove-format.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/reply-all.svg b/svgs/solid/reply-all.svg index 437b79d17..da367e642 100644 --- a/svgs/solid/reply-all.svg +++ b/svgs/solid/reply-all.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/reply.svg b/svgs/solid/reply.svg index 7468ec6bc..c4ee75908 100644 --- a/svgs/solid/reply.svg +++ b/svgs/solid/reply.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/republican.svg b/svgs/solid/republican.svg index 9798017b9..6d4bd7dbb 100644 --- a/svgs/solid/republican.svg +++ b/svgs/solid/republican.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/restroom.svg b/svgs/solid/restroom.svg index 8631c6f3f..e9719bb06 100644 --- a/svgs/solid/restroom.svg +++ b/svgs/solid/restroom.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/retweet.svg b/svgs/solid/retweet.svg index 6d0e12571..160ac8f5d 100644 --- a/svgs/solid/retweet.svg +++ b/svgs/solid/retweet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ribbon.svg b/svgs/solid/ribbon.svg index 49c7e6a13..1e6cbeda6 100644 --- a/svgs/solid/ribbon.svg +++ b/svgs/solid/ribbon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ring.svg b/svgs/solid/ring.svg index 1326f2def..0b8611647 100644 --- a/svgs/solid/ring.svg +++ b/svgs/solid/ring.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/road.svg b/svgs/solid/road.svg index 96dc8497f..5dfafc72f 100644 --- a/svgs/solid/road.svg +++ b/svgs/solid/road.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/robot.svg b/svgs/solid/robot.svg index 1c7cdf124..203e56ae5 100644 --- a/svgs/solid/robot.svg +++ b/svgs/solid/robot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/rocket.svg b/svgs/solid/rocket.svg index 83550fad7..d1888f4e1 100644 --- a/svgs/solid/rocket.svg +++ b/svgs/solid/rocket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/route.svg b/svgs/solid/route.svg index 367dfa0ad..9a1399537 100644 --- a/svgs/solid/route.svg +++ b/svgs/solid/route.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/rss-square.svg b/svgs/solid/rss-square.svg index 519b43ad0..869b59f87 100644 --- a/svgs/solid/rss-square.svg +++ b/svgs/solid/rss-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/rss.svg b/svgs/solid/rss.svg index a714abd8f..606aa8973 100644 --- a/svgs/solid/rss.svg +++ b/svgs/solid/rss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ruble-sign.svg b/svgs/solid/ruble-sign.svg index 722dab047..80d04b190 100644 --- a/svgs/solid/ruble-sign.svg +++ b/svgs/solid/ruble-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ruler-combined.svg b/svgs/solid/ruler-combined.svg index f67d7ffeb..3b0f0d585 100644 --- a/svgs/solid/ruler-combined.svg +++ b/svgs/solid/ruler-combined.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ruler-horizontal.svg b/svgs/solid/ruler-horizontal.svg index 2acf43098..70f78f51a 100644 --- a/svgs/solid/ruler-horizontal.svg +++ b/svgs/solid/ruler-horizontal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ruler-vertical.svg b/svgs/solid/ruler-vertical.svg index b5151ad2a..80693754e 100644 --- a/svgs/solid/ruler-vertical.svg +++ b/svgs/solid/ruler-vertical.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ruler.svg b/svgs/solid/ruler.svg index afd0e9d02..3e06310ca 100644 --- a/svgs/solid/ruler.svg +++ b/svgs/solid/ruler.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/running.svg b/svgs/solid/running.svg index 340ca96c3..112b874ff 100644 --- a/svgs/solid/running.svg +++ b/svgs/solid/running.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/rupee-sign.svg b/svgs/solid/rupee-sign.svg index 00ee43dd1..85ea4bebd 100644 --- a/svgs/solid/rupee-sign.svg +++ b/svgs/solid/rupee-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sad-cry.svg b/svgs/solid/sad-cry.svg index 7faff4155..eddaa8232 100644 --- a/svgs/solid/sad-cry.svg +++ b/svgs/solid/sad-cry.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sad-tear.svg b/svgs/solid/sad-tear.svg index 06230a42e..9dfa5dae4 100644 --- a/svgs/solid/sad-tear.svg +++ b/svgs/solid/sad-tear.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/satellite-dish.svg b/svgs/solid/satellite-dish.svg index be5bd8e2e..f85031ea4 100644 --- a/svgs/solid/satellite-dish.svg +++ b/svgs/solid/satellite-dish.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/satellite.svg b/svgs/solid/satellite.svg index 3a331259b..dddddf11a 100644 --- a/svgs/solid/satellite.svg +++ b/svgs/solid/satellite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/save.svg b/svgs/solid/save.svg index d88913381..ef9e68942 100644 --- a/svgs/solid/save.svg +++ b/svgs/solid/save.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/school.svg b/svgs/solid/school.svg index 1d4eaa04d..c292d6c9a 100644 --- a/svgs/solid/school.svg +++ b/svgs/solid/school.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/screwdriver.svg b/svgs/solid/screwdriver.svg index 38213e6d2..a3104cf11 100644 --- a/svgs/solid/screwdriver.svg +++ b/svgs/solid/screwdriver.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/scroll.svg b/svgs/solid/scroll.svg index bfd453a4c..7581632ce 100644 --- a/svgs/solid/scroll.svg +++ b/svgs/solid/scroll.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sd-card.svg b/svgs/solid/sd-card.svg index 89bd127b8..dcf353a53 100644 --- a/svgs/solid/sd-card.svg +++ b/svgs/solid/sd-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/search-dollar.svg b/svgs/solid/search-dollar.svg index fab29b9fd..360024998 100644 --- a/svgs/solid/search-dollar.svg +++ b/svgs/solid/search-dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/search-location.svg b/svgs/solid/search-location.svg index 25d2fc0a1..b67dda1bc 100644 --- a/svgs/solid/search-location.svg +++ b/svgs/solid/search-location.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/search-minus.svg b/svgs/solid/search-minus.svg index be80375b1..51c3790d8 100644 --- a/svgs/solid/search-minus.svg +++ b/svgs/solid/search-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/search-plus.svg b/svgs/solid/search-plus.svg index 6ec2a0c68..53540b96b 100644 --- a/svgs/solid/search-plus.svg +++ b/svgs/solid/search-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/search.svg b/svgs/solid/search.svg index 8df2064aa..1309464be 100644 --- a/svgs/solid/search.svg +++ b/svgs/solid/search.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/seedling.svg b/svgs/solid/seedling.svg index 30ecd06da..5cdd2d161 100644 --- a/svgs/solid/seedling.svg +++ b/svgs/solid/seedling.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/server.svg b/svgs/solid/server.svg index 22b2738be..869a391ea 100644 --- a/svgs/solid/server.svg +++ b/svgs/solid/server.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shapes.svg b/svgs/solid/shapes.svg index bc5750ae2..302e030ad 100644 --- a/svgs/solid/shapes.svg +++ b/svgs/solid/shapes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/share-alt-square.svg b/svgs/solid/share-alt-square.svg index 88065e638..f6f755034 100644 --- a/svgs/solid/share-alt-square.svg +++ b/svgs/solid/share-alt-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/share-alt.svg b/svgs/solid/share-alt.svg index b2c7284af..221a9b544 100644 --- a/svgs/solid/share-alt.svg +++ b/svgs/solid/share-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/share-square.svg b/svgs/solid/share-square.svg index d28dbfc8a..7480618d3 100644 --- a/svgs/solid/share-square.svg +++ b/svgs/solid/share-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/share.svg b/svgs/solid/share.svg index b3fe9743f..489738c96 100644 --- a/svgs/solid/share.svg +++ b/svgs/solid/share.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shekel-sign.svg b/svgs/solid/shekel-sign.svg index 28944e607..23daceb01 100644 --- a/svgs/solid/shekel-sign.svg +++ b/svgs/solid/shekel-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shield-alt.svg b/svgs/solid/shield-alt.svg index c0fabe90a..cede1042c 100644 --- a/svgs/solid/shield-alt.svg +++ b/svgs/solid/shield-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shield-virus.svg b/svgs/solid/shield-virus.svg index fc42520d0..1d2a7f3c7 100644 --- a/svgs/solid/shield-virus.svg +++ b/svgs/solid/shield-virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ship.svg b/svgs/solid/ship.svg index 6139bc43d..3ca342ff5 100644 --- a/svgs/solid/ship.svg +++ b/svgs/solid/ship.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shipping-fast.svg b/svgs/solid/shipping-fast.svg index acab2c582..cbbefde63 100644 --- a/svgs/solid/shipping-fast.svg +++ b/svgs/solid/shipping-fast.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shoe-prints.svg b/svgs/solid/shoe-prints.svg index e96551995..d806ee51d 100644 --- a/svgs/solid/shoe-prints.svg +++ b/svgs/solid/shoe-prints.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shopping-bag.svg b/svgs/solid/shopping-bag.svg index 0bfb62e6c..742451ce2 100644 --- a/svgs/solid/shopping-bag.svg +++ b/svgs/solid/shopping-bag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shopping-basket.svg b/svgs/solid/shopping-basket.svg index 8a1376c37..cefb97cb7 100644 --- a/svgs/solid/shopping-basket.svg +++ b/svgs/solid/shopping-basket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shopping-cart.svg b/svgs/solid/shopping-cart.svg index f0ad43921..c3bf65d56 100644 --- a/svgs/solid/shopping-cart.svg +++ b/svgs/solid/shopping-cart.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shower.svg b/svgs/solid/shower.svg index 56926bcde..c15e0d81d 100644 --- a/svgs/solid/shower.svg +++ b/svgs/solid/shower.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/shuttle-van.svg b/svgs/solid/shuttle-van.svg index bd65a8efe..efd44b0cd 100644 --- a/svgs/solid/shuttle-van.svg +++ b/svgs/solid/shuttle-van.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sign-in-alt.svg b/svgs/solid/sign-in-alt.svg index faedc7301..682ea1c8e 100644 --- a/svgs/solid/sign-in-alt.svg +++ b/svgs/solid/sign-in-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sign-language.svg b/svgs/solid/sign-language.svg index 161478705..967379511 100644 --- a/svgs/solid/sign-language.svg +++ b/svgs/solid/sign-language.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sign-out-alt.svg b/svgs/solid/sign-out-alt.svg index 9852a4cd5..591f27548 100644 --- a/svgs/solid/sign-out-alt.svg +++ b/svgs/solid/sign-out-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sign.svg b/svgs/solid/sign.svg index c42755acf..4409cca8f 100644 --- a/svgs/solid/sign.svg +++ b/svgs/solid/sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/signal.svg b/svgs/solid/signal.svg index 5289ca4f8..055b523b1 100644 --- a/svgs/solid/signal.svg +++ b/svgs/solid/signal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/signature.svg b/svgs/solid/signature.svg index 8b13f820f..c83bcdc79 100644 --- a/svgs/solid/signature.svg +++ b/svgs/solid/signature.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sim-card.svg b/svgs/solid/sim-card.svg index 18edc5f53..8f6d7cc18 100644 --- a/svgs/solid/sim-card.svg +++ b/svgs/solid/sim-card.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sink.svg b/svgs/solid/sink.svg index 73c8e3537..d05322036 100644 --- a/svgs/solid/sink.svg +++ b/svgs/solid/sink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sitemap.svg b/svgs/solid/sitemap.svg index 430e52481..213e97813 100644 --- a/svgs/solid/sitemap.svg +++ b/svgs/solid/sitemap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/skating.svg b/svgs/solid/skating.svg index dc88b3c4c..1626ae60c 100644 --- a/svgs/solid/skating.svg +++ b/svgs/solid/skating.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/skiing-nordic.svg b/svgs/solid/skiing-nordic.svg index 158c41825..780d5e34c 100644 --- a/svgs/solid/skiing-nordic.svg +++ b/svgs/solid/skiing-nordic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/skiing.svg b/svgs/solid/skiing.svg index 7b7d3129b..682bd969e 100644 --- a/svgs/solid/skiing.svg +++ b/svgs/solid/skiing.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/skull-crossbones.svg b/svgs/solid/skull-crossbones.svg index b9231f080..687c0f34e 100644 --- a/svgs/solid/skull-crossbones.svg +++ b/svgs/solid/skull-crossbones.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/skull.svg b/svgs/solid/skull.svg index af1d3ac0e..261a9eadb 100644 --- a/svgs/solid/skull.svg +++ b/svgs/solid/skull.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/slash.svg b/svgs/solid/slash.svg index 6ebf699e5..88eaba47e 100644 --- a/svgs/solid/slash.svg +++ b/svgs/solid/slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sleigh.svg b/svgs/solid/sleigh.svg index 2ec4a0d00..91bc7d18d 100644 --- a/svgs/solid/sleigh.svg +++ b/svgs/solid/sleigh.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sliders-h.svg b/svgs/solid/sliders-h.svg index aa1ce5dd3..978b5d33f 100644 --- a/svgs/solid/sliders-h.svg +++ b/svgs/solid/sliders-h.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/smile-beam.svg b/svgs/solid/smile-beam.svg index 2349a6619..5e8ccedf0 100644 --- a/svgs/solid/smile-beam.svg +++ b/svgs/solid/smile-beam.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/smile-wink.svg b/svgs/solid/smile-wink.svg index 560fbb5a3..df8d9d949 100644 --- a/svgs/solid/smile-wink.svg +++ b/svgs/solid/smile-wink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/smile.svg b/svgs/solid/smile.svg index d889dad9c..b905d4233 100644 --- a/svgs/solid/smile.svg +++ b/svgs/solid/smile.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/smog.svg b/svgs/solid/smog.svg index 9767d1e27..6aafcb599 100644 --- a/svgs/solid/smog.svg +++ b/svgs/solid/smog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/smoking-ban.svg b/svgs/solid/smoking-ban.svg index 9f8a0944c..2711f6a03 100644 --- a/svgs/solid/smoking-ban.svg +++ b/svgs/solid/smoking-ban.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/smoking.svg b/svgs/solid/smoking.svg index 8f29ab476..92fed6d63 100644 --- a/svgs/solid/smoking.svg +++ b/svgs/solid/smoking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sms.svg b/svgs/solid/sms.svg index f17190993..1a65fe30a 100644 --- a/svgs/solid/sms.svg +++ b/svgs/solid/sms.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/snowboarding.svg b/svgs/solid/snowboarding.svg index e52a0cc2b..fd2a85314 100644 --- a/svgs/solid/snowboarding.svg +++ b/svgs/solid/snowboarding.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/snowflake.svg b/svgs/solid/snowflake.svg index 1a1ca1fc4..818e4c1ba 100644 --- a/svgs/solid/snowflake.svg +++ b/svgs/solid/snowflake.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/snowman.svg b/svgs/solid/snowman.svg index 2925ae5a7..abc258fa2 100644 --- a/svgs/solid/snowman.svg +++ b/svgs/solid/snowman.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/snowplow.svg b/svgs/solid/snowplow.svg index 4fff3fb86..627d268b0 100644 --- a/svgs/solid/snowplow.svg +++ b/svgs/solid/snowplow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/soap.svg b/svgs/solid/soap.svg index 3a9611e78..3909d6c2b 100644 --- a/svgs/solid/soap.svg +++ b/svgs/solid/soap.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/socks.svg b/svgs/solid/socks.svg index b2198c924..9c2515f7c 100644 --- a/svgs/solid/socks.svg +++ b/svgs/solid/socks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/solar-panel.svg b/svgs/solid/solar-panel.svg index 914285875..590ed606c 100644 --- a/svgs/solid/solar-panel.svg +++ b/svgs/solid/solar-panel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-alpha-down-alt.svg b/svgs/solid/sort-alpha-down-alt.svg index 901aa66f0..eddabca25 100644 --- a/svgs/solid/sort-alpha-down-alt.svg +++ b/svgs/solid/sort-alpha-down-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-alpha-down.svg b/svgs/solid/sort-alpha-down.svg index 0f6625f8a..120f08e02 100644 --- a/svgs/solid/sort-alpha-down.svg +++ b/svgs/solid/sort-alpha-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-alpha-up-alt.svg b/svgs/solid/sort-alpha-up-alt.svg index 886f6dbab..7d0b222e4 100644 --- a/svgs/solid/sort-alpha-up-alt.svg +++ b/svgs/solid/sort-alpha-up-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-alpha-up.svg b/svgs/solid/sort-alpha-up.svg index 8813401f2..389a0fcd0 100644 --- a/svgs/solid/sort-alpha-up.svg +++ b/svgs/solid/sort-alpha-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-amount-down-alt.svg b/svgs/solid/sort-amount-down-alt.svg index efa6a125a..4f8e65154 100644 --- a/svgs/solid/sort-amount-down-alt.svg +++ b/svgs/solid/sort-amount-down-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-amount-down.svg b/svgs/solid/sort-amount-down.svg index 40c6b2c5c..c9108dea2 100644 --- a/svgs/solid/sort-amount-down.svg +++ b/svgs/solid/sort-amount-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-amount-up-alt.svg b/svgs/solid/sort-amount-up-alt.svg index 1a274e300..7d60532ca 100644 --- a/svgs/solid/sort-amount-up-alt.svg +++ b/svgs/solid/sort-amount-up-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-amount-up.svg b/svgs/solid/sort-amount-up.svg index cf28c69f4..340f44073 100644 --- a/svgs/solid/sort-amount-up.svg +++ b/svgs/solid/sort-amount-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-down.svg b/svgs/solid/sort-down.svg index 58a08d6dd..5bd920fc1 100644 --- a/svgs/solid/sort-down.svg +++ b/svgs/solid/sort-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-numeric-down-alt.svg b/svgs/solid/sort-numeric-down-alt.svg index 90f2ac372..e8807bf8a 100644 --- a/svgs/solid/sort-numeric-down-alt.svg +++ b/svgs/solid/sort-numeric-down-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-numeric-down.svg b/svgs/solid/sort-numeric-down.svg index 906d2e00a..e3fd3d28c 100644 --- a/svgs/solid/sort-numeric-down.svg +++ b/svgs/solid/sort-numeric-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-numeric-up-alt.svg b/svgs/solid/sort-numeric-up-alt.svg index 39e7b9d5d..d5f586cbc 100644 --- a/svgs/solid/sort-numeric-up-alt.svg +++ b/svgs/solid/sort-numeric-up-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-numeric-up.svg b/svgs/solid/sort-numeric-up.svg index 31efad63f..6d81233cd 100644 --- a/svgs/solid/sort-numeric-up.svg +++ b/svgs/solid/sort-numeric-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort-up.svg b/svgs/solid/sort-up.svg index 8189a98ad..a7f103572 100644 --- a/svgs/solid/sort-up.svg +++ b/svgs/solid/sort-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sort.svg b/svgs/solid/sort.svg index a4cc55440..6bb5d7735 100644 --- a/svgs/solid/sort.svg +++ b/svgs/solid/sort.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/spa.svg b/svgs/solid/spa.svg index 831b1fce3..70eac22d1 100644 --- a/svgs/solid/spa.svg +++ b/svgs/solid/spa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/space-shuttle.svg b/svgs/solid/space-shuttle.svg index 730d71db6..003385c60 100644 --- a/svgs/solid/space-shuttle.svg +++ b/svgs/solid/space-shuttle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/spell-check.svg b/svgs/solid/spell-check.svg index 025730fc3..3c8fd2432 100644 --- a/svgs/solid/spell-check.svg +++ b/svgs/solid/spell-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/spider.svg b/svgs/solid/spider.svg index b2fee2aa4..10b25e8f5 100644 --- a/svgs/solid/spider.svg +++ b/svgs/solid/spider.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/spinner.svg b/svgs/solid/spinner.svg index cdab7598a..5e3d42ced 100644 --- a/svgs/solid/spinner.svg +++ b/svgs/solid/spinner.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/splotch.svg b/svgs/solid/splotch.svg index 30b6dc12b..4a37212b8 100644 --- a/svgs/solid/splotch.svg +++ b/svgs/solid/splotch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/spray-can.svg b/svgs/solid/spray-can.svg index 39ccdb575..cc74c3768 100644 --- a/svgs/solid/spray-can.svg +++ b/svgs/solid/spray-can.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/square-full.svg b/svgs/solid/square-full.svg index 832fb1f8c..a8c093ccf 100644 --- a/svgs/solid/square-full.svg +++ b/svgs/solid/square-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/square-root-alt.svg b/svgs/solid/square-root-alt.svg index 4b42a2c91..5e9a709e9 100644 --- a/svgs/solid/square-root-alt.svg +++ b/svgs/solid/square-root-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/square.svg b/svgs/solid/square.svg index fa2463feb..630bf885c 100644 --- a/svgs/solid/square.svg +++ b/svgs/solid/square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/stamp.svg b/svgs/solid/stamp.svg index 86fe4528b..daa450b70 100644 --- a/svgs/solid/stamp.svg +++ b/svgs/solid/stamp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/star-and-crescent.svg b/svgs/solid/star-and-crescent.svg index d5cb68568..8ca026d04 100644 --- a/svgs/solid/star-and-crescent.svg +++ b/svgs/solid/star-and-crescent.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/star-half-alt.svg b/svgs/solid/star-half-alt.svg index d30c956cc..e32845b68 100644 --- a/svgs/solid/star-half-alt.svg +++ b/svgs/solid/star-half-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/star-half.svg b/svgs/solid/star-half.svg index 7797b9eb5..0398b6649 100644 --- a/svgs/solid/star-half.svg +++ b/svgs/solid/star-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/star-of-david.svg b/svgs/solid/star-of-david.svg index 61a51ef60..2a7c316b4 100644 --- a/svgs/solid/star-of-david.svg +++ b/svgs/solid/star-of-david.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/star-of-life.svg b/svgs/solid/star-of-life.svg index af7cee6f4..7e59bc40b 100644 --- a/svgs/solid/star-of-life.svg +++ b/svgs/solid/star-of-life.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/star.svg b/svgs/solid/star.svg index c79e0cb52..0d33b8eb3 100644 --- a/svgs/solid/star.svg +++ b/svgs/solid/star.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/step-backward.svg b/svgs/solid/step-backward.svg index 98f0cdbad..6e5d9f06d 100644 --- a/svgs/solid/step-backward.svg +++ b/svgs/solid/step-backward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/step-forward.svg b/svgs/solid/step-forward.svg index a64ecebcb..094c50c9c 100644 --- a/svgs/solid/step-forward.svg +++ b/svgs/solid/step-forward.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/stethoscope.svg b/svgs/solid/stethoscope.svg index 0219b9e9d..c184d237e 100644 --- a/svgs/solid/stethoscope.svg +++ b/svgs/solid/stethoscope.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sticky-note.svg b/svgs/solid/sticky-note.svg index 8a231000e..ecaa2eea4 100644 --- a/svgs/solid/sticky-note.svg +++ b/svgs/solid/sticky-note.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/stop-circle.svg b/svgs/solid/stop-circle.svg index 8f95f0e1a..68d64ebb2 100644 --- a/svgs/solid/stop-circle.svg +++ b/svgs/solid/stop-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/stop.svg b/svgs/solid/stop.svg index fa2463feb..630bf885c 100644 --- a/svgs/solid/stop.svg +++ b/svgs/solid/stop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/stopwatch-20.svg b/svgs/solid/stopwatch-20.svg index cc6680e90..83ce91dcf 100644 --- a/svgs/solid/stopwatch-20.svg +++ b/svgs/solid/stopwatch-20.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/stopwatch.svg b/svgs/solid/stopwatch.svg index 66f02976b..1a283c251 100644 --- a/svgs/solid/stopwatch.svg +++ b/svgs/solid/stopwatch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/store-alt-slash.svg b/svgs/solid/store-alt-slash.svg index 171b2b8be..fb559c109 100644 --- a/svgs/solid/store-alt-slash.svg +++ b/svgs/solid/store-alt-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/store-alt.svg b/svgs/solid/store-alt.svg index c4d375ca4..11f7011c1 100644 --- a/svgs/solid/store-alt.svg +++ b/svgs/solid/store-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/store-slash.svg b/svgs/solid/store-slash.svg index 6154d9b62..eeb02b371 100644 --- a/svgs/solid/store-slash.svg +++ b/svgs/solid/store-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/store.svg b/svgs/solid/store.svg index a68cbd775..9656e1aec 100644 --- a/svgs/solid/store.svg +++ b/svgs/solid/store.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/stream.svg b/svgs/solid/stream.svg index a2f074be8..cecbc9440 100644 --- a/svgs/solid/stream.svg +++ b/svgs/solid/stream.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/street-view.svg b/svgs/solid/street-view.svg index 23ed9db81..8b42ef5dc 100644 --- a/svgs/solid/street-view.svg +++ b/svgs/solid/street-view.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/strikethrough.svg b/svgs/solid/strikethrough.svg index bcdc35a49..282642333 100644 --- a/svgs/solid/strikethrough.svg +++ b/svgs/solid/strikethrough.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/stroopwafel.svg b/svgs/solid/stroopwafel.svg index cc7507d2d..e06178caf 100644 --- a/svgs/solid/stroopwafel.svg +++ b/svgs/solid/stroopwafel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/subscript.svg b/svgs/solid/subscript.svg index 0a38b93fd..1c6440e7c 100644 --- a/svgs/solid/subscript.svg +++ b/svgs/solid/subscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/subway.svg b/svgs/solid/subway.svg index 76836d948..4462c06a8 100644 --- a/svgs/solid/subway.svg +++ b/svgs/solid/subway.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/suitcase-rolling.svg b/svgs/solid/suitcase-rolling.svg index 6419319f2..4448cb226 100644 --- a/svgs/solid/suitcase-rolling.svg +++ b/svgs/solid/suitcase-rolling.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/suitcase.svg b/svgs/solid/suitcase.svg index 9157fce25..cb3f22ff6 100644 --- a/svgs/solid/suitcase.svg +++ b/svgs/solid/suitcase.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sun.svg b/svgs/solid/sun.svg index 82729fded..dd7e2a888 100644 --- a/svgs/solid/sun.svg +++ b/svgs/solid/sun.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/superscript.svg b/svgs/solid/superscript.svg index 25d5fb63c..011218e30 100644 --- a/svgs/solid/superscript.svg +++ b/svgs/solid/superscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/surprise.svg b/svgs/solid/surprise.svg index 1e8b9e84c..ec9cc8f5a 100644 --- a/svgs/solid/surprise.svg +++ b/svgs/solid/surprise.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/swatchbook.svg b/svgs/solid/swatchbook.svg index 4f00eebe2..2561b866c 100644 --- a/svgs/solid/swatchbook.svg +++ b/svgs/solid/swatchbook.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/swimmer.svg b/svgs/solid/swimmer.svg index e466760b3..eea22196d 100644 --- a/svgs/solid/swimmer.svg +++ b/svgs/solid/swimmer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/swimming-pool.svg b/svgs/solid/swimming-pool.svg index 98c2a2f9e..eb1401a76 100644 --- a/svgs/solid/swimming-pool.svg +++ b/svgs/solid/swimming-pool.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/synagogue.svg b/svgs/solid/synagogue.svg index cd8a349f8..d16412b44 100644 --- a/svgs/solid/synagogue.svg +++ b/svgs/solid/synagogue.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sync-alt.svg b/svgs/solid/sync-alt.svg index 634aec469..fffda490d 100644 --- a/svgs/solid/sync-alt.svg +++ b/svgs/solid/sync-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/sync.svg b/svgs/solid/sync.svg index 1bb8851e4..cdecf80e7 100644 --- a/svgs/solid/sync.svg +++ b/svgs/solid/sync.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/syringe.svg b/svgs/solid/syringe.svg index c97f09f5f..0fe1cea62 100644 --- a/svgs/solid/syringe.svg +++ b/svgs/solid/syringe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/table-tennis.svg b/svgs/solid/table-tennis.svg index 376c60c30..941313fd6 100644 --- a/svgs/solid/table-tennis.svg +++ b/svgs/solid/table-tennis.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/table.svg b/svgs/solid/table.svg index 611709a93..efd0a8b03 100644 --- a/svgs/solid/table.svg +++ b/svgs/solid/table.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tablet-alt.svg b/svgs/solid/tablet-alt.svg index 756fa2f08..b06ce66c5 100644 --- a/svgs/solid/tablet-alt.svg +++ b/svgs/solid/tablet-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tablet.svg b/svgs/solid/tablet.svg index 574479162..a192f6781 100644 --- a/svgs/solid/tablet.svg +++ b/svgs/solid/tablet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tablets.svg b/svgs/solid/tablets.svg index d0217c92b..7f74c5c5c 100644 --- a/svgs/solid/tablets.svg +++ b/svgs/solid/tablets.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tachometer-alt.svg b/svgs/solid/tachometer-alt.svg index a77328119..4ea65e978 100644 --- a/svgs/solid/tachometer-alt.svg +++ b/svgs/solid/tachometer-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tag.svg b/svgs/solid/tag.svg index 4bbefc512..1d5ba3db2 100644 --- a/svgs/solid/tag.svg +++ b/svgs/solid/tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tags.svg b/svgs/solid/tags.svg index 68459e4f0..0ca0a3158 100644 --- a/svgs/solid/tags.svg +++ b/svgs/solid/tags.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tape.svg b/svgs/solid/tape.svg index 18bc5602b..6de8f7d01 100644 --- a/svgs/solid/tape.svg +++ b/svgs/solid/tape.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tasks.svg b/svgs/solid/tasks.svg index 9aa3387ba..6e93b3fbd 100644 --- a/svgs/solid/tasks.svg +++ b/svgs/solid/tasks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/taxi.svg b/svgs/solid/taxi.svg index bc7a348f7..b2fc9b4c6 100644 --- a/svgs/solid/taxi.svg +++ b/svgs/solid/taxi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/teeth-open.svg b/svgs/solid/teeth-open.svg index cd4809621..5cf0b5f87 100644 --- a/svgs/solid/teeth-open.svg +++ b/svgs/solid/teeth-open.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/teeth.svg b/svgs/solid/teeth.svg index c0237ef71..8dad3f48c 100644 --- a/svgs/solid/teeth.svg +++ b/svgs/solid/teeth.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/temperature-high.svg b/svgs/solid/temperature-high.svg index 27b4f9205..e12454e54 100644 --- a/svgs/solid/temperature-high.svg +++ b/svgs/solid/temperature-high.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/temperature-low.svg b/svgs/solid/temperature-low.svg index b1b4c2d5d..602ea0280 100644 --- a/svgs/solid/temperature-low.svg +++ b/svgs/solid/temperature-low.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tenge.svg b/svgs/solid/tenge.svg index 90664b9a3..df8c29b7c 100644 --- a/svgs/solid/tenge.svg +++ b/svgs/solid/tenge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/terminal.svg b/svgs/solid/terminal.svg index e9bb259a7..8795dba27 100644 --- a/svgs/solid/terminal.svg +++ b/svgs/solid/terminal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/text-height.svg b/svgs/solid/text-height.svg index 1e6cbf16c..c4dd5e868 100644 --- a/svgs/solid/text-height.svg +++ b/svgs/solid/text-height.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/text-width.svg b/svgs/solid/text-width.svg index 9a5e331b6..27a35d87b 100644 --- a/svgs/solid/text-width.svg +++ b/svgs/solid/text-width.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/th-large.svg b/svgs/solid/th-large.svg index 7afc87fd7..02bf09765 100644 --- a/svgs/solid/th-large.svg +++ b/svgs/solid/th-large.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/th-list.svg b/svgs/solid/th-list.svg index a188b265e..88293d410 100644 --- a/svgs/solid/th-list.svg +++ b/svgs/solid/th-list.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/th.svg b/svgs/solid/th.svg index 04ccd2ef8..df2bad578 100644 --- a/svgs/solid/th.svg +++ b/svgs/solid/th.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/theater-masks.svg b/svgs/solid/theater-masks.svg index 5c985c4a6..cd18beb07 100644 --- a/svgs/solid/theater-masks.svg +++ b/svgs/solid/theater-masks.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thermometer-empty.svg b/svgs/solid/thermometer-empty.svg index 0b63ae6c4..38a81e3bb 100644 --- a/svgs/solid/thermometer-empty.svg +++ b/svgs/solid/thermometer-empty.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thermometer-full.svg b/svgs/solid/thermometer-full.svg index 6686f6dc7..eacf5a98e 100644 --- a/svgs/solid/thermometer-full.svg +++ b/svgs/solid/thermometer-full.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thermometer-half.svg b/svgs/solid/thermometer-half.svg index 05d0bdb7e..bb26387b8 100644 --- a/svgs/solid/thermometer-half.svg +++ b/svgs/solid/thermometer-half.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thermometer-quarter.svg b/svgs/solid/thermometer-quarter.svg index e837bfc7c..3282cfc40 100644 --- a/svgs/solid/thermometer-quarter.svg +++ b/svgs/solid/thermometer-quarter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thermometer-three-quarters.svg b/svgs/solid/thermometer-three-quarters.svg index 93b5eb99a..9e63ea517 100644 --- a/svgs/solid/thermometer-three-quarters.svg +++ b/svgs/solid/thermometer-three-quarters.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thermometer.svg b/svgs/solid/thermometer.svg index d6d572a0a..0bc30e563 100644 --- a/svgs/solid/thermometer.svg +++ b/svgs/solid/thermometer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thumbs-down.svg b/svgs/solid/thumbs-down.svg index 5f68aba6f..6c1302b32 100644 --- a/svgs/solid/thumbs-down.svg +++ b/svgs/solid/thumbs-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thumbs-up.svg b/svgs/solid/thumbs-up.svg index e07a53aa6..2fd37c2c3 100644 --- a/svgs/solid/thumbs-up.svg +++ b/svgs/solid/thumbs-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/thumbtack.svg b/svgs/solid/thumbtack.svg index 36e8ab24e..ba4a68636 100644 --- a/svgs/solid/thumbtack.svg +++ b/svgs/solid/thumbtack.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/ticket-alt.svg b/svgs/solid/ticket-alt.svg index 1a6f4c7ab..b93839444 100644 --- a/svgs/solid/ticket-alt.svg +++ b/svgs/solid/ticket-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/times-circle.svg b/svgs/solid/times-circle.svg index c18dcb4b8..3ef8c3f39 100644 --- a/svgs/solid/times-circle.svg +++ b/svgs/solid/times-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/times.svg b/svgs/solid/times.svg index 2dce37c75..3d12ed1a9 100644 --- a/svgs/solid/times.svg +++ b/svgs/solid/times.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tint-slash.svg b/svgs/solid/tint-slash.svg index eaa286e5e..627f7dbb0 100644 --- a/svgs/solid/tint-slash.svg +++ b/svgs/solid/tint-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tint.svg b/svgs/solid/tint.svg index ec7a5cc50..87491bab4 100644 --- a/svgs/solid/tint.svg +++ b/svgs/solid/tint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tired.svg b/svgs/solid/tired.svg index dbdabbbeb..2c36a465d 100644 --- a/svgs/solid/tired.svg +++ b/svgs/solid/tired.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/toggle-off.svg b/svgs/solid/toggle-off.svg index af5425b6a..f9c7b14fc 100644 --- a/svgs/solid/toggle-off.svg +++ b/svgs/solid/toggle-off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/toggle-on.svg b/svgs/solid/toggle-on.svg index fa568a906..a65488981 100644 --- a/svgs/solid/toggle-on.svg +++ b/svgs/solid/toggle-on.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/toilet-paper-slash.svg b/svgs/solid/toilet-paper-slash.svg index 5f1d845f8..62cfc2184 100644 --- a/svgs/solid/toilet-paper-slash.svg +++ b/svgs/solid/toilet-paper-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/toilet-paper.svg b/svgs/solid/toilet-paper.svg index 923275c64..8757ffb9c 100644 --- a/svgs/solid/toilet-paper.svg +++ b/svgs/solid/toilet-paper.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/toilet.svg b/svgs/solid/toilet.svg index d4fd3128f..3ad447b9b 100644 --- a/svgs/solid/toilet.svg +++ b/svgs/solid/toilet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/toolbox.svg b/svgs/solid/toolbox.svg index c3089fafa..365c86997 100644 --- a/svgs/solid/toolbox.svg +++ b/svgs/solid/toolbox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tools.svg b/svgs/solid/tools.svg index 92bc8954a..525f91604 100644 --- a/svgs/solid/tools.svg +++ b/svgs/solid/tools.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tooth.svg b/svgs/solid/tooth.svg index 9d5340631..38b216804 100644 --- a/svgs/solid/tooth.svg +++ b/svgs/solid/tooth.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/torah.svg b/svgs/solid/torah.svg index d776bad75..2d719d3dd 100644 --- a/svgs/solid/torah.svg +++ b/svgs/solid/torah.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/torii-gate.svg b/svgs/solid/torii-gate.svg index 5f96578c4..5bc8e86e4 100644 --- a/svgs/solid/torii-gate.svg +++ b/svgs/solid/torii-gate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tractor.svg b/svgs/solid/tractor.svg index 57e3d065c..3e12d1a05 100644 --- a/svgs/solid/tractor.svg +++ b/svgs/solid/tractor.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/trademark.svg b/svgs/solid/trademark.svg index 0ea167016..22b9a11e3 100644 --- a/svgs/solid/trademark.svg +++ b/svgs/solid/trademark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/traffic-light.svg b/svgs/solid/traffic-light.svg index 369068d51..93fa488c0 100644 --- a/svgs/solid/traffic-light.svg +++ b/svgs/solid/traffic-light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/trailer.svg b/svgs/solid/trailer.svg index d60fde71d..b535df91e 100644 --- a/svgs/solid/trailer.svg +++ b/svgs/solid/trailer.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/train.svg b/svgs/solid/train.svg index 8b57d56f2..dcb4bf0ef 100644 --- a/svgs/solid/train.svg +++ b/svgs/solid/train.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tram.svg b/svgs/solid/tram.svg index 1e128c2ce..090c99887 100644 --- a/svgs/solid/tram.svg +++ b/svgs/solid/tram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/transgender-alt.svg b/svgs/solid/transgender-alt.svg index 2d412cf06..cb8de0962 100644 --- a/svgs/solid/transgender-alt.svg +++ b/svgs/solid/transgender-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/transgender.svg b/svgs/solid/transgender.svg index 0fc809d3c..4aea461b6 100644 --- a/svgs/solid/transgender.svg +++ b/svgs/solid/transgender.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/trash-alt.svg b/svgs/solid/trash-alt.svg index 81f1cc31c..edf038406 100644 --- a/svgs/solid/trash-alt.svg +++ b/svgs/solid/trash-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/trash-restore-alt.svg b/svgs/solid/trash-restore-alt.svg index ebd7b1bfb..daa9b2244 100644 --- a/svgs/solid/trash-restore-alt.svg +++ b/svgs/solid/trash-restore-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/trash-restore.svg b/svgs/solid/trash-restore.svg index 1881179cf..c0e68f81c 100644 --- a/svgs/solid/trash-restore.svg +++ b/svgs/solid/trash-restore.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/trash.svg b/svgs/solid/trash.svg index af15cfc31..18f52c5f0 100644 --- a/svgs/solid/trash.svg +++ b/svgs/solid/trash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tree.svg b/svgs/solid/tree.svg index 9036d9395..09e279017 100644 --- a/svgs/solid/tree.svg +++ b/svgs/solid/tree.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/trophy.svg b/svgs/solid/trophy.svg index 55d28b70d..9ede04f9a 100644 --- a/svgs/solid/trophy.svg +++ b/svgs/solid/trophy.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/truck-loading.svg b/svgs/solid/truck-loading.svg index d186f99e9..21865b8ed 100644 --- a/svgs/solid/truck-loading.svg +++ b/svgs/solid/truck-loading.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/truck-monster.svg b/svgs/solid/truck-monster.svg index ff4a99765..4f7badea3 100644 --- a/svgs/solid/truck-monster.svg +++ b/svgs/solid/truck-monster.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/truck-moving.svg b/svgs/solid/truck-moving.svg index 8bcc7768c..cdddc484c 100644 --- a/svgs/solid/truck-moving.svg +++ b/svgs/solid/truck-moving.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/truck-pickup.svg b/svgs/solid/truck-pickup.svg index cff923c10..5f7c32a23 100644 --- a/svgs/solid/truck-pickup.svg +++ b/svgs/solid/truck-pickup.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/truck.svg b/svgs/solid/truck.svg index e42800b59..ee9677e2d 100644 --- a/svgs/solid/truck.svg +++ b/svgs/solid/truck.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tshirt.svg b/svgs/solid/tshirt.svg index 72e95ccde..0378f9a0b 100644 --- a/svgs/solid/tshirt.svg +++ b/svgs/solid/tshirt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tty.svg b/svgs/solid/tty.svg index 595fdbb5a..4a1ba7ae1 100644 --- a/svgs/solid/tty.svg +++ b/svgs/solid/tty.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/tv.svg b/svgs/solid/tv.svg index 453027e77..f1200b417 100644 --- a/svgs/solid/tv.svg +++ b/svgs/solid/tv.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/umbrella-beach.svg b/svgs/solid/umbrella-beach.svg index 2f03ae05d..b9f46173c 100644 --- a/svgs/solid/umbrella-beach.svg +++ b/svgs/solid/umbrella-beach.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/umbrella.svg b/svgs/solid/umbrella.svg index c83ff8994..a9084633f 100644 --- a/svgs/solid/umbrella.svg +++ b/svgs/solid/umbrella.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/underline.svg b/svgs/solid/underline.svg index 0d5888b36..558cd3937 100644 --- a/svgs/solid/underline.svg +++ b/svgs/solid/underline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/undo-alt.svg b/svgs/solid/undo-alt.svg index 3d659f67d..435447d63 100644 --- a/svgs/solid/undo-alt.svg +++ b/svgs/solid/undo-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/undo.svg b/svgs/solid/undo.svg index 68bca9095..f3f48b21d 100644 --- a/svgs/solid/undo.svg +++ b/svgs/solid/undo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/universal-access.svg b/svgs/solid/universal-access.svg index 5f624ca8c..d115b6e02 100644 --- a/svgs/solid/universal-access.svg +++ b/svgs/solid/universal-access.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/university.svg b/svgs/solid/university.svg index 5d39d1eeb..71611115b 100644 --- a/svgs/solid/university.svg +++ b/svgs/solid/university.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/unlink.svg b/svgs/solid/unlink.svg index c572ca420..5d786c5bc 100644 --- a/svgs/solid/unlink.svg +++ b/svgs/solid/unlink.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/unlock-alt.svg b/svgs/solid/unlock-alt.svg index 4d99d747d..e58c569ff 100644 --- a/svgs/solid/unlock-alt.svg +++ b/svgs/solid/unlock-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/unlock.svg b/svgs/solid/unlock.svg index 45265d891..76ac3b326 100644 --- a/svgs/solid/unlock.svg +++ b/svgs/solid/unlock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/upload.svg b/svgs/solid/upload.svg index 3f0d22c4e..53793982c 100644 --- a/svgs/solid/upload.svg +++ b/svgs/solid/upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-alt-slash.svg b/svgs/solid/user-alt-slash.svg index 87cb90cb5..c93588f35 100644 --- a/svgs/solid/user-alt-slash.svg +++ b/svgs/solid/user-alt-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-alt.svg b/svgs/solid/user-alt.svg index 3c573797b..43ee7b360 100644 --- a/svgs/solid/user-alt.svg +++ b/svgs/solid/user-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-astronaut.svg b/svgs/solid/user-astronaut.svg index 1d1d9ed01..9cfd2d9bc 100644 --- a/svgs/solid/user-astronaut.svg +++ b/svgs/solid/user-astronaut.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-check.svg b/svgs/solid/user-check.svg index b4d12b925..5a8f74b59 100644 --- a/svgs/solid/user-check.svg +++ b/svgs/solid/user-check.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-circle.svg b/svgs/solid/user-circle.svg index 8fad11378..382e765ba 100644 --- a/svgs/solid/user-circle.svg +++ b/svgs/solid/user-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-clock.svg b/svgs/solid/user-clock.svg index 31d941963..086434d92 100644 --- a/svgs/solid/user-clock.svg +++ b/svgs/solid/user-clock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-cog.svg b/svgs/solid/user-cog.svg index 4d15d95e2..0e8f0586f 100644 --- a/svgs/solid/user-cog.svg +++ b/svgs/solid/user-cog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-edit.svg b/svgs/solid/user-edit.svg index 086af97da..6f4d888a0 100644 --- a/svgs/solid/user-edit.svg +++ b/svgs/solid/user-edit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-friends.svg b/svgs/solid/user-friends.svg index 1654dfc24..f293acbbb 100644 --- a/svgs/solid/user-friends.svg +++ b/svgs/solid/user-friends.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-graduate.svg b/svgs/solid/user-graduate.svg index abd06b223..e47256431 100644 --- a/svgs/solid/user-graduate.svg +++ b/svgs/solid/user-graduate.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-injured.svg b/svgs/solid/user-injured.svg index 8108fb795..c8e60f364 100644 --- a/svgs/solid/user-injured.svg +++ b/svgs/solid/user-injured.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-lock.svg b/svgs/solid/user-lock.svg index 8ee7d1b7f..9181b71f3 100644 --- a/svgs/solid/user-lock.svg +++ b/svgs/solid/user-lock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-md.svg b/svgs/solid/user-md.svg index 1c7d08250..2c8c3a0b7 100644 --- a/svgs/solid/user-md.svg +++ b/svgs/solid/user-md.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-minus.svg b/svgs/solid/user-minus.svg index 30a36f087..1eb030d31 100644 --- a/svgs/solid/user-minus.svg +++ b/svgs/solid/user-minus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-ninja.svg b/svgs/solid/user-ninja.svg index 1b76635e3..ed64f0b6e 100644 --- a/svgs/solid/user-ninja.svg +++ b/svgs/solid/user-ninja.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-nurse.svg b/svgs/solid/user-nurse.svg index c84b11e96..6f63232cd 100644 --- a/svgs/solid/user-nurse.svg +++ b/svgs/solid/user-nurse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-plus.svg b/svgs/solid/user-plus.svg index f1e5501eb..4c79099a1 100644 --- a/svgs/solid/user-plus.svg +++ b/svgs/solid/user-plus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-secret.svg b/svgs/solid/user-secret.svg index 26d58535f..a3ae24d7c 100644 --- a/svgs/solid/user-secret.svg +++ b/svgs/solid/user-secret.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-shield.svg b/svgs/solid/user-shield.svg index e51054f1e..ba1d3f169 100644 --- a/svgs/solid/user-shield.svg +++ b/svgs/solid/user-shield.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-slash.svg b/svgs/solid/user-slash.svg index 9c1e1a63a..670d15792 100644 --- a/svgs/solid/user-slash.svg +++ b/svgs/solid/user-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-tag.svg b/svgs/solid/user-tag.svg index 38b6c2cd6..fdb6cde80 100644 --- a/svgs/solid/user-tag.svg +++ b/svgs/solid/user-tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-tie.svg b/svgs/solid/user-tie.svg index f92518948..503ff5b98 100644 --- a/svgs/solid/user-tie.svg +++ b/svgs/solid/user-tie.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user-times.svg b/svgs/solid/user-times.svg index 04729323b..7c0d7e830 100644 --- a/svgs/solid/user-times.svg +++ b/svgs/solid/user-times.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/user.svg b/svgs/solid/user.svg index 12df6d28a..467196763 100644 --- a/svgs/solid/user.svg +++ b/svgs/solid/user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/users-cog.svg b/svgs/solid/users-cog.svg index 5a70c5e64..657098937 100644 --- a/svgs/solid/users-cog.svg +++ b/svgs/solid/users-cog.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/users-slash.svg b/svgs/solid/users-slash.svg index 6670de20a..156e36a9d 100644 --- a/svgs/solid/users-slash.svg +++ b/svgs/solid/users-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/users.svg b/svgs/solid/users.svg index b09a846ac..51eeeddc4 100644 --- a/svgs/solid/users.svg +++ b/svgs/solid/users.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/utensil-spoon.svg b/svgs/solid/utensil-spoon.svg index d1878fbcd..f4fae1cec 100644 --- a/svgs/solid/utensil-spoon.svg +++ b/svgs/solid/utensil-spoon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/utensils.svg b/svgs/solid/utensils.svg index d9221fb88..89e023cb8 100644 --- a/svgs/solid/utensils.svg +++ b/svgs/solid/utensils.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/vector-square.svg b/svgs/solid/vector-square.svg index dd4fb72e3..b0a3ba955 100644 --- a/svgs/solid/vector-square.svg +++ b/svgs/solid/vector-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/venus-double.svg b/svgs/solid/venus-double.svg index 57c56d3e5..54f3d1f3c 100644 --- a/svgs/solid/venus-double.svg +++ b/svgs/solid/venus-double.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/venus-mars.svg b/svgs/solid/venus-mars.svg index 26a3a8838..17cc896b7 100644 --- a/svgs/solid/venus-mars.svg +++ b/svgs/solid/venus-mars.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/venus.svg b/svgs/solid/venus.svg index 66c763ac6..160c7e63e 100644 --- a/svgs/solid/venus.svg +++ b/svgs/solid/venus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/vest-patches.svg b/svgs/solid/vest-patches.svg index 70c9ec465..ea1742653 100644 --- a/svgs/solid/vest-patches.svg +++ b/svgs/solid/vest-patches.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/vest.svg b/svgs/solid/vest.svg index 2024fa41c..d66301a8c 100644 --- a/svgs/solid/vest.svg +++ b/svgs/solid/vest.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/vial.svg b/svgs/solid/vial.svg index b3e8695f0..0dffa5b5d 100644 --- a/svgs/solid/vial.svg +++ b/svgs/solid/vial.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/vials.svg b/svgs/solid/vials.svg index a3f9cd109..8cbe95b2e 100644 --- a/svgs/solid/vials.svg +++ b/svgs/solid/vials.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/video-slash.svg b/svgs/solid/video-slash.svg index b2ed896ac..7e42ab4fb 100644 --- a/svgs/solid/video-slash.svg +++ b/svgs/solid/video-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/video.svg b/svgs/solid/video.svg index acee04966..92f4988ab 100644 --- a/svgs/solid/video.svg +++ b/svgs/solid/video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/vihara.svg b/svgs/solid/vihara.svg index c165788a0..38466965e 100644 --- a/svgs/solid/vihara.svg +++ b/svgs/solid/vihara.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/virus-slash.svg b/svgs/solid/virus-slash.svg index be99b0ca9..97e2bb9aa 100644 --- a/svgs/solid/virus-slash.svg +++ b/svgs/solid/virus-slash.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/virus.svg b/svgs/solid/virus.svg index a85517e2a..f44787ff9 100644 --- a/svgs/solid/virus.svg +++ b/svgs/solid/virus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/viruses.svg b/svgs/solid/viruses.svg index d0e54562b..87687321b 100644 --- a/svgs/solid/viruses.svg +++ b/svgs/solid/viruses.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/voicemail.svg b/svgs/solid/voicemail.svg index eee2e5551..2d9fce28c 100644 --- a/svgs/solid/voicemail.svg +++ b/svgs/solid/voicemail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/volleyball-ball.svg b/svgs/solid/volleyball-ball.svg index f54ad96ee..55510abb5 100644 --- a/svgs/solid/volleyball-ball.svg +++ b/svgs/solid/volleyball-ball.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/volume-down.svg b/svgs/solid/volume-down.svg index 8ee997cb4..423497828 100644 --- a/svgs/solid/volume-down.svg +++ b/svgs/solid/volume-down.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/volume-mute.svg b/svgs/solid/volume-mute.svg index daf31594f..220d38e76 100644 --- a/svgs/solid/volume-mute.svg +++ b/svgs/solid/volume-mute.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/volume-off.svg b/svgs/solid/volume-off.svg index 745b85dab..4ca6ec984 100644 --- a/svgs/solid/volume-off.svg +++ b/svgs/solid/volume-off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/volume-up.svg b/svgs/solid/volume-up.svg index c965bffb9..3025fd484 100644 --- a/svgs/solid/volume-up.svg +++ b/svgs/solid/volume-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/vote-yea.svg b/svgs/solid/vote-yea.svg index ed64d6e14..e4f325afc 100644 --- a/svgs/solid/vote-yea.svg +++ b/svgs/solid/vote-yea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/vr-cardboard.svg b/svgs/solid/vr-cardboard.svg index 48853e128..8f0737e54 100644 --- a/svgs/solid/vr-cardboard.svg +++ b/svgs/solid/vr-cardboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/walking.svg b/svgs/solid/walking.svg index 51de2badd..1b68fdc69 100644 --- a/svgs/solid/walking.svg +++ b/svgs/solid/walking.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wallet.svg b/svgs/solid/wallet.svg index b12c1122c..469c3ed47 100644 --- a/svgs/solid/wallet.svg +++ b/svgs/solid/wallet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/warehouse.svg b/svgs/solid/warehouse.svg index 2dfa7a78e..e63ef12e2 100644 --- a/svgs/solid/warehouse.svg +++ b/svgs/solid/warehouse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/water.svg b/svgs/solid/water.svg index 80e375b79..49ed92a66 100644 --- a/svgs/solid/water.svg +++ b/svgs/solid/water.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wave-square.svg b/svgs/solid/wave-square.svg index 92b069c3f..a5e352ac5 100644 --- a/svgs/solid/wave-square.svg +++ b/svgs/solid/wave-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/weight-hanging.svg b/svgs/solid/weight-hanging.svg index 61bb28d07..933a9ca3a 100644 --- a/svgs/solid/weight-hanging.svg +++ b/svgs/solid/weight-hanging.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/weight.svg b/svgs/solid/weight.svg index f38f34229..bc5f66060 100644 --- a/svgs/solid/weight.svg +++ b/svgs/solid/weight.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wheelchair.svg b/svgs/solid/wheelchair.svg index 9766284d6..c8e893242 100644 --- a/svgs/solid/wheelchair.svg +++ b/svgs/solid/wheelchair.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wifi.svg b/svgs/solid/wifi.svg index 3cf64721a..9389a17d8 100644 --- a/svgs/solid/wifi.svg +++ b/svgs/solid/wifi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wind.svg b/svgs/solid/wind.svg index dac43451c..db745110b 100644 --- a/svgs/solid/wind.svg +++ b/svgs/solid/wind.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/window-close.svg b/svgs/solid/window-close.svg index 4599e60f6..a497a9b9b 100644 --- a/svgs/solid/window-close.svg +++ b/svgs/solid/window-close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/window-maximize.svg b/svgs/solid/window-maximize.svg index 5930c1c37..daa50e739 100644 --- a/svgs/solid/window-maximize.svg +++ b/svgs/solid/window-maximize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/window-minimize.svg b/svgs/solid/window-minimize.svg index 65507dd05..d54d4ad27 100644 --- a/svgs/solid/window-minimize.svg +++ b/svgs/solid/window-minimize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/window-restore.svg b/svgs/solid/window-restore.svg index 1c5ebc0a2..454932838 100644 --- a/svgs/solid/window-restore.svg +++ b/svgs/solid/window-restore.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wine-bottle.svg b/svgs/solid/wine-bottle.svg index a4afab138..78bd00b87 100644 --- a/svgs/solid/wine-bottle.svg +++ b/svgs/solid/wine-bottle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wine-glass-alt.svg b/svgs/solid/wine-glass-alt.svg index 7c17eefae..61c9b0e6e 100644 --- a/svgs/solid/wine-glass-alt.svg +++ b/svgs/solid/wine-glass-alt.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wine-glass.svg b/svgs/solid/wine-glass.svg index f75cba7e6..11a78289d 100644 --- a/svgs/solid/wine-glass.svg +++ b/svgs/solid/wine-glass.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/won-sign.svg b/svgs/solid/won-sign.svg index 265d33fc0..dc0982473 100644 --- a/svgs/solid/won-sign.svg +++ b/svgs/solid/won-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/wrench.svg b/svgs/solid/wrench.svg index 55e68b7e8..32e21eef6 100644 --- a/svgs/solid/wrench.svg +++ b/svgs/solid/wrench.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/x-ray.svg b/svgs/solid/x-ray.svg index 1844a0aee..5bf3f874c 100644 --- a/svgs/solid/x-ray.svg +++ b/svgs/solid/x-ray.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/yen-sign.svg b/svgs/solid/yen-sign.svg index a71e37224..f3229c042 100644 --- a/svgs/solid/yen-sign.svg +++ b/svgs/solid/yen-sign.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/solid/yin-yang.svg b/svgs/solid/yin-yang.svg index d2604b9aa..127bf3e83 100644 --- a/svgs/solid/yin-yang.svg +++ b/svgs/solid/yin-yang.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/webfonts/fa-brands-400.eot b/webfonts/fa-brands-400.eot index 39af1f12d..32e0207fd 100644 Binary files a/webfonts/fa-brands-400.eot and b/webfonts/fa-brands-400.eot differ diff --git a/webfonts/fa-brands-400.svg b/webfonts/fa-brands-400.svg index 47e434de9..5d605eac2 100644 --- a/webfonts/fa-brands-400.svg +++ b/webfonts/fa-brands-400.svg @@ -2,11 +2,11 @@ -Created by FontForge 20201107 at Tue Mar 16 10:13:23 2021 +Created by FontForge 20201107 at Wed Aug 4 12:22:50 2021 By Robert Madole Copyright (c) Font Awesome - + - +d="M400 416c26.4922 0 48 -21.5078 48 -48v-352c0 -26.4922 -21.5078 -48 -48 -48h-352c-26.4922 0 -48 21.5078 -48 48v352c0 26.4922 21.5078 48 48 48h352zM336 136v160c-31.5996 -11.2002 -41.2002 -16 -59.7998 -16c-31.4004 0 -43.4004 16 -74.6006 16 +c-25.3994 0 -37.3994 -10.4004 -57.5996 -14.4004v6.40039c0 8.83105 -7.16895 16 -16 16s-16 -7.16895 -16 -16v-192c0 -8.83105 7.16895 -16 16 -16s16 7.16895 16 16v153.6c20.2002 4 32.2002 14.4004 57.5996 14.4004c31.4004 0 43.2002 -16 74.6006 -16 +c10.2002 0 17.7998 1.40039 27.7998 4.59961v-96c-10 -3.19922 -17.5996 -4.59961 -27.7998 -4.59961c-31.4004 0 -43.4004 16 -74.6006 16c-8.91309 -0.0322266 -17.5195 -1.44336 -25.5996 -4v-32c7.86035 2.58398 16.2559 4.00195 24.9756 4.00195 +c0.208008 0 0.416016 0 0.624023 -0.00195312c31.4004 0 43.2002 -16 74.6006 -16c18.5996 0 28.2002 4.7998 59.7998 16z" /> +d="M400 416c26.4922 0 48 -21.5078 48 -48v-352c0 -26.4922 -21.5078 -48 -48 -48h-352c-26.4922 0 -48 21.5078 -48 48v352c0 26.4922 21.5078 48 48 48h352zM416 16v352c0 8.83105 -7.16895 16 -16 16h-352c-8.83105 0 -16 -7.16895 -16 -16v-352 +c0 -8.83105 7.16895 -16 16 -16h352c8.83105 0 16 7.16895 16 16zM201.6 296c31.2002 0 43.2002 -16 74.6006 -16c18.5996 0 28.2002 4.7998 59.7998 16v-160c-31.5996 -11.2002 -41.2002 -16 -59.7998 -16c-31.4004 0 -43.2002 16 -74.6006 16 +c-0.208008 0.00195312 -0.415039 -0.0175781 -0.623047 -0.0175781c-8.7207 0 -17.1162 -1.39844 -24.9766 -3.98242v32c8.08008 2.55664 16.6865 3.96777 25.5996 4c31.2002 0 43.2002 -16 74.6006 -16c10.2002 0 17.7998 1.40039 27.7998 4.59961v96 +c-10 -3.19922 -17.5996 -4.59961 -27.7998 -4.59961c-31.4004 0 -43.2002 16 -74.6006 16c-25.3994 0 -37.3994 -10.4004 -57.5996 -14.4004v-153.6c0 -8.83105 -7.16895 -16 -16 -16s-16 7.16895 -16 16v192c0 8.83105 7.16895 16 16 16s16 -7.16895 16 -16v-6.40039 +c20.2002 4 32.2002 14.4004 57.5996 14.4004z" /> d="M87 -33.7998v73.5996h73.7002v-73.5996h-73.7002zM25.4004 101.4h61.5996v-61.6006h-61.5996v61.6006zM491.6 271.1c53.2002 -170.3 -73 -327.1 -235.6 -327.1v95.7998h0.299805v0.299805c101.7 0.200195 180.5 101 141.4 208 c-14.2998 39.6006 -46.1006 71.4004 -85.7998 85.7002c-107.101 38.7998 -208.101 -39.8994 -208.101 -141.7h-95.7998c0 162.2 156.9 288.7 327 235.601c74.2002 -23.2998 133.6 -82.4004 156.6 -156.601zM256.3 40.0996h-0.299805v-0.299805h-95.2998v95.6006h95.5996 v-95.3008z" /> - + @@ -2461,10 +2455,11 @@ c13.7002 9.39941 16.4004 24.3994 9.10059 31.3994c-7.2002 6.90039 -28.2002 -7 -29 c12.5996 33.0996 -3.59961 45.5 -3.59961 45.5s-23.4004 12.9004 -33.3008 -20.2002c-9.89941 -33.0996 -6.39941 -44.8994 -6.39941 -44.8994s30.7002 -13.4004 43.2998 19.5996zM442.1 188.1c0 0 15.7002 -1.09961 26.4004 14.2002s1.2998 25.5 1.2998 25.5 s-8.59961 11.1006 -19.5996 -9.09961c-11.1006 -20.1006 -8.10059 -30.6006 -8.10059 -30.6006z" /> +d="M448 400v-336c-63 -23 -82 -32 -119 -32c-63 0 -87 32 -150 32c-20 0 -36 -4 -51 -8v64c15 4 31 8 51 8c63 0 87 -32 150 -32c20 0 35 3 55 9v208c-20 -6 -35 -9 -55 -9c-63 0 -87 32 -150 32c-51 0 -75 -21 -115 -29v-307 +c0.00195312 -0.136719 0.00292969 -0.273438 0.00292969 -0.410156c0 -17.4404 -14.1602 -31.5996 -31.6006 -31.5996c-0.136719 0 -0.265625 0.0078125 -0.402344 0.00976562c-0.136719 -0.00195312 -0.273438 -0.00292969 -0.410156 -0.00292969 +c-17.4404 0 -31.5996 14.1602 -31.5996 31.6006c0 0.136719 0.0078125 0.265625 0.00976562 0.402344v384c-0.00195312 0.136719 -0.00292969 0.273438 -0.00292969 0.410156c0 17.4404 14.1602 31.5996 31.6006 31.5996 +c0.136719 0 0.265625 -0.0078125 0.402344 -0.00976562c0.136719 0.00195312 0.273438 0.00292969 0.410156 0.00292969c17.4404 0 31.5996 -14.1602 31.5996 -31.6006c0 -0.136719 -0.0078125 -0.265625 -0.00976562 -0.402344v-13c40 8 64 29 115 29c63 0 87 -32 150 -32 +c37 0 56 9 119 32z" /> +d="M14 352.208c0 52.9043 42.8877 95.792 95.793 95.792h164.368c52.9053 0 95.793 -42.8877 95.793 -95.792c0 -33.5 -17.1963 -62.9844 -43.2432 -80.1055c26.0469 -17.1211 43.2432 -46.6045 43.2432 -80.1045c0 -52.9053 -42.8877 -95.793 -95.793 -95.793h-2.08008 +c-24.8018 0 -47.4033 9.42578 -64.415 24.8906v-88.2627c0 -53.6104 -44.0088 -96.833 -97.3574 -96.833c-52.7725 0 -96.3086 42.7568 -96.3086 95.793c0 33.498 17.1943 62.9805 43.2393 80.1016c-26.0449 17.1221 -43.2393 46.6055 -43.2393 80.1035 +c0 33.5 17.1963 62.9834 43.2422 80.1045c-26.0459 17.1211 -43.2422 46.6055 -43.2422 80.1055zM176.288 256.413h-66.4951c-35.5762 0 -64.415 -28.8398 -64.415 -64.415c0 -35.4385 28.6172 -64.1924 64.0029 -64.4141 +c0.136719 0.000976562 0.274414 0.000976562 0.412109 0.000976562h66.4951v128.828zM207.666 191.998c0 -35.5752 28.8389 -64.415 64.415 -64.415h2.08008c35.5762 0 64.415 28.8398 64.415 64.415s-28.8389 64.415 -64.415 64.415h-2.08008 +c-35.5762 0 -64.415 -28.8398 -64.415 -64.415zM109.793 96.2051c-0.137695 0 -0.275391 0.000976562 -0.412109 0.000976562c-35.3857 -0.220703 -64.0029 -28.9746 -64.0029 -64.4131c0 -35.4453 29.2246 -64.415 64.9307 -64.415 +c36.2822 0 65.9795 29.4365 65.9795 65.4551v63.3721h-66.4951zM109.793 416.622c-35.5762 0 -64.415 -28.8398 -64.415 -64.4141c0 -35.5762 28.8389 -64.415 64.415 -64.415h66.4951v128.829h-66.4951zM207.666 287.793h66.4951c35.5762 0 64.415 28.8389 64.415 64.415 +c0 35.5742 -28.8389 64.4141 -64.415 64.4141h-66.4951v-128.829z" /> - + -Created by FontForge 20201107 at Tue Mar 16 10:13:22 2021 +Created by FontForge 20201107 at Wed Aug 4 12:22:50 2021 By Robert Madole Copyright (c) Font Awesome - + -Created by FontForge 20201107 at Tue Mar 16 10:13:23 2021 +Created by FontForge 20201107 at Wed Aug 4 12:22:50 2021 By Robert Madole Copyright (c) Font Awesome - +